diff --git a/app/build.gradle b/app/build.gradle index c0f5cef4c7..3be48b5df8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 83019 - versionName "83.19 - Stable" + versionCode 84015 + versionName "84.15 - Stable" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9c6942cc77..9ac732c399 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -38,9 +38,9 @@ - + - + @@ -122,7 +122,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -174,9 +174,8 @@ - - - + + diff --git a/app/src/main/assets/images/default_avatar_0.jpg b/app/src/main/assets/images/default_avatar_0.jpg deleted file mode 100644 index 6c6b39068b..0000000000 Binary files a/app/src/main/assets/images/default_avatar_0.jpg and /dev/null differ diff --git a/app/src/main/assets/images/default_avatar_new_0.png b/app/src/main/assets/images/default_avatar_0.png similarity index 100% rename from app/src/main/assets/images/default_avatar_new_0.png rename to app/src/main/assets/images/default_avatar_0.png diff --git a/app/src/main/assets/images/default_avatar_1.jpg b/app/src/main/assets/images/default_avatar_1.jpg deleted file mode 100644 index f4a30e0a46..0000000000 Binary files a/app/src/main/assets/images/default_avatar_1.jpg and /dev/null differ diff --git a/app/src/main/assets/images/default_avatar_new_1.png b/app/src/main/assets/images/default_avatar_1.png similarity index 100% rename from app/src/main/assets/images/default_avatar_new_1.png rename to app/src/main/assets/images/default_avatar_1.png diff --git a/app/src/main/assets/images/default_avatar_2.jpg b/app/src/main/assets/images/default_avatar_2.jpg deleted file mode 100644 index 9720c9198b..0000000000 Binary files a/app/src/main/assets/images/default_avatar_2.jpg and /dev/null differ diff --git a/app/src/main/assets/images/default_avatar_new_2.png b/app/src/main/assets/images/default_avatar_2.png similarity index 100% rename from app/src/main/assets/images/default_avatar_new_2.png rename to app/src/main/assets/images/default_avatar_2.png diff --git a/app/src/main/assets/images/default_avatar_3.jpg b/app/src/main/assets/images/default_avatar_3.jpg deleted file mode 100644 index d05e36d3d5..0000000000 Binary files a/app/src/main/assets/images/default_avatar_3.jpg and /dev/null differ diff --git a/app/src/main/assets/images/default_avatar_new_3.png b/app/src/main/assets/images/default_avatar_3.png similarity index 100% rename from app/src/main/assets/images/default_avatar_new_3.png rename to app/src/main/assets/images/default_avatar_3.png diff --git a/app/src/main/assets/images/default_avatar_4.jpg b/app/src/main/assets/images/default_avatar_4.jpg deleted file mode 100644 index 0863511976..0000000000 Binary files a/app/src/main/assets/images/default_avatar_4.jpg and /dev/null differ diff --git a/app/src/main/assets/images/default_avatar_new_4.png b/app/src/main/assets/images/default_avatar_4.png similarity index 100% rename from app/src/main/assets/images/default_avatar_new_4.png rename to app/src/main/assets/images/default_avatar_4.png diff --git a/app/src/main/assets/images/default_avatar_5.jpg b/app/src/main/assets/images/default_avatar_5.jpg deleted file mode 100644 index aeda9fc270..0000000000 Binary files a/app/src/main/assets/images/default_avatar_5.jpg and /dev/null differ diff --git a/app/src/main/assets/images/default_avatar_new_5.png b/app/src/main/assets/images/default_avatar_5.png similarity index 100% rename from app/src/main/assets/images/default_avatar_new_5.png rename to app/src/main/assets/images/default_avatar_5.png diff --git a/app/src/main/java/android/support/v4/media/RatingCompat.java b/app/src/main/java/android/support/v4/media/RatingCompat.java index 9324a9c439..f643036c0b 100644 --- a/app/src/main/java/android/support/v4/media/RatingCompat.java +++ b/app/src/main/java/android/support/v4/media/RatingCompat.java @@ -35,12 +35,12 @@ public final class RatingCompat implements Parcelable { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("Rating:style="); - L.append(this.i); - L.append(" rating="); + StringBuilder K = c.d.b.a.a.K("Rating:style="); + K.append(this.i); + K.append(" rating="); float f = this.j; - L.append(f < 0.0f ? "unrated" : String.valueOf(f)); - return L.toString(); + K.append(f < 0.0f ? "unrated" : String.valueOf(f)); + return K.toString(); } @Override // android.os.Parcelable diff --git a/app/src/main/java/android/support/v4/media/session/MediaSessionCompat.java b/app/src/main/java/android/support/v4/media/session/MediaSessionCompat.java index 8d7dd2b05a..30b50e37c9 100644 --- a/app/src/main/java/android/support/v4/media/session/MediaSessionCompat.java +++ b/app/src/main/java/android/support/v4/media/session/MediaSessionCompat.java @@ -59,10 +59,10 @@ public class MediaSessionCompat { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("MediaSession.QueueItem {Description="); - L.append(this.i); - L.append(", Id="); - return c.d.b.a.a.z(L, this.j, " }"); + StringBuilder K = c.d.b.a.a.K("MediaSession.QueueItem {Description="); + K.append(this.i); + K.append(", Id="); + return c.d.b.a.a.y(K, this.j, " }"); } @Override // android.os.Parcelable diff --git a/app/src/main/java/android/support/v4/media/session/PlaybackStateCompat.java b/app/src/main/java/android/support/v4/media/session/PlaybackStateCompat.java index b8a9a125b6..c7f9669a29 100644 --- a/app/src/main/java/android/support/v4/media/session/PlaybackStateCompat.java +++ b/app/src/main/java/android/support/v4/media/session/PlaybackStateCompat.java @@ -66,13 +66,13 @@ public final class PlaybackStateCompat implements Parcelable { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("Action:mName='"); - L.append((Object) this.j); - L.append(", mIcon="); - L.append(this.k); - L.append(", mExtras="); - L.append(this.l); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("Action:mName='"); + K.append((Object) this.j); + K.append(", mIcon="); + K.append(this.k); + K.append(", mExtras="); + K.append(this.l); + return K.toString(); } @Override // android.os.Parcelable @@ -153,7 +153,7 @@ public final class PlaybackStateCompat implements Parcelable { sb.append(", custom actions="); sb.append(this.q); sb.append(", active item id="); - return c.d.b.a.a.z(sb, this.r, "}"); + return c.d.b.a.a.y(sb, this.r, "}"); } @Override // android.os.Parcelable diff --git a/app/src/main/java/androidx/activity/ComponentActivity.java b/app/src/main/java/androidx/activity/ComponentActivity.java index ad7706fd05..10fafecada 100644 --- a/app/src/main/java/androidx/activity/ComponentActivity.java +++ b/app/src/main/java/androidx/activity/ComponentActivity.java @@ -414,9 +414,9 @@ public class ComponentActivity extends androidx.core.app.ComponentActivity imple @Override // androidx.activity.result.ActivityResultCaller @NonNull public final ActivityResultLauncher registerForActivityResult(@NonNull ActivityResultContract activityResultContract, @NonNull ActivityResultRegistry activityResultRegistry, @NonNull ActivityResultCallback activityResultCallback) { - StringBuilder L = a.L("activity_rq#"); - L.append(this.mNextLocalRequestCode.getAndIncrement()); - return activityResultRegistry.register(L.toString(), this, activityResultContract, activityResultCallback); + StringBuilder K = a.K("activity_rq#"); + K.append(this.mNextLocalRequestCode.getAndIncrement()); + return activityResultRegistry.register(K.toString(), this, activityResultContract, activityResultCallback); } @Override // androidx.activity.contextaware.ContextAware diff --git a/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1.java b/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1.java index df703a1c82..c4bf917a04 100644 --- a/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1.java +++ b/app/src/main/java/androidx/activity/contextaware/ContextAwareKt$withContextAvailable$$inlined$suspendCancellableCoroutine$lambda$1.java @@ -25,10 +25,10 @@ public final class ContextAwareKt$withContextAvailable$$inlined$suspendCancellab CancellableContinuation cancellableContinuation = this.$co; try { k.a aVar = k.i; - obj = k.m78constructorimpl(this.$onContextAvailable$inlined.invoke(context)); + obj = k.m77constructorimpl(this.$onContextAvailable$inlined.invoke(context)); } catch (Throwable th) { k.a aVar2 = k.i; - obj = k.m78constructorimpl(l.createFailure(th)); + obj = k.m77constructorimpl(l.createFailure(th)); } cancellableContinuation.resumeWith(obj); } diff --git a/app/src/main/java/androidx/activity/result/ActivityResult.java b/app/src/main/java/androidx/activity/result/ActivityResult.java index eb0af32119..2de37587fb 100644 --- a/app/src/main/java/androidx/activity/result/ActivityResult.java +++ b/app/src/main/java/androidx/activity/result/ActivityResult.java @@ -59,12 +59,12 @@ public final class ActivityResult implements Parcelable { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("ActivityResult{resultCode="); - L.append(resultCodeToString(this.mResultCode)); - L.append(", data="); - L.append(this.mData); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("ActivityResult{resultCode="); + K.append(resultCodeToString(this.mResultCode)); + K.append(", data="); + K.append(this.mData); + K.append('}'); + return K.toString(); } @Override // android.os.Parcelable diff --git a/app/src/main/java/androidx/activity/result/ActivityResultRegistry.java b/app/src/main/java/androidx/activity/result/ActivityResultRegistry.java index 27be7b5e80..19fdf2ce37 100644 --- a/app/src/main/java/androidx/activity/result/ActivityResultRegistry.java +++ b/app/src/main/java/androidx/activity/result/ActivityResultRegistry.java @@ -288,15 +288,15 @@ public abstract class ActivityResultRegistry { } this.mKeyToCallback.remove(str); if (this.mParsedPendingResults.containsKey(str)) { - StringBuilder Q = a.Q("Dropping pending result for request ", str, ": "); - Q.append(this.mParsedPendingResults.get(str)); - Log.w("ActivityResultRegistry", Q.toString()); + StringBuilder P = a.P("Dropping pending result for request ", str, ": "); + P.append(this.mParsedPendingResults.get(str)); + Log.w("ActivityResultRegistry", P.toString()); this.mParsedPendingResults.remove(str); } if (this.mPendingResults.containsKey(str)) { - StringBuilder Q2 = a.Q("Dropping pending result for request ", str, ": "); - Q2.append(this.mPendingResults.getParcelable(str)); - Log.w("ActivityResultRegistry", Q2.toString()); + StringBuilder P2 = a.P("Dropping pending result for request ", str, ": "); + P2.append(this.mPendingResults.getParcelable(str)); + Log.w("ActivityResultRegistry", P2.toString()); this.mPendingResults.remove(str); } LifecycleContainer lifecycleContainer = this.mKeyToLifecycleContainers.get(str); diff --git a/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java b/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java index 75774d7302..230f03a8d9 100644 --- a/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java +++ b/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java @@ -1163,16 +1163,16 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil contentFrameLayout.setAttachListener(new AnonymousClass5()); return viewGroup; } - StringBuilder L = a.L("AppCompat does not support the current theme features: { windowActionBar: "); - L.append(this.mHasActionBar); - L.append(", windowActionBarOverlay: "); - L.append(this.mOverlayActionBar); - L.append(", android:windowIsFloating: "); - L.append(this.mIsFloating); - L.append(", windowActionModeOverlay: "); - L.append(this.mOverlayActionMode); - L.append(", windowNoTitle: "); - throw new IllegalArgumentException(a.G(L, this.mWindowNoTitle, " }")); + StringBuilder K = a.K("AppCompat does not support the current theme features: { windowActionBar: "); + K.append(this.mHasActionBar); + K.append(", windowActionBarOverlay: "); + K.append(this.mOverlayActionBar); + K.append(", android:windowIsFloating: "); + K.append(this.mIsFloating); + K.append(", windowActionModeOverlay: "); + K.append(this.mOverlayActionMode); + K.append(", windowNoTitle: "); + throw new IllegalArgumentException(a.F(K, this.mWindowNoTitle, " }")); } obtainStyledAttributes.recycle(); throw new IllegalStateException("You need to use a Theme.AppCompat theme (or descendant) with this activity."); diff --git a/app/src/main/java/androidx/appcompat/app/AppCompatViewInflater.java b/app/src/main/java/androidx/appcompat/app/AppCompatViewInflater.java index 75609a904e..99b96b3fc7 100644 --- a/app/src/main/java/androidx/appcompat/app/AppCompatViewInflater.java +++ b/app/src/main/java/androidx/appcompat/app/AppCompatViewInflater.java @@ -69,17 +69,17 @@ public class AppCompatViewInflater { if (id2 == -1) { str = ""; } else { - StringBuilder L = a.L(" with id '"); - L.append(this.mHostView.getContext().getResources().getResourceEntryName(id2)); - L.append("'"); - str = L.toString(); + StringBuilder K = a.K(" with id '"); + K.append(this.mHostView.getContext().getResources().getResourceEntryName(id2)); + K.append("'"); + str = K.toString(); } - StringBuilder L2 = a.L("Could not find method "); - L2.append(this.mMethodName); - L2.append("(View) in a parent or ancestor Context for android:onClick attribute defined on view "); - L2.append(this.mHostView.getClass()); - L2.append(str); - throw new IllegalStateException(L2.toString()); + StringBuilder K2 = a.K("Could not find method "); + K2.append(this.mMethodName); + K2.append("(View) in a parent or ancestor Context for android:onClick attribute defined on view "); + K2.append(this.mHostView.getClass()); + K2.append(str); + throw new IllegalStateException(K2.toString()); } @Override // android.view.View.OnClickListener diff --git a/app/src/main/java/androidx/appcompat/app/WindowDecorActionBar.java b/app/src/main/java/androidx/appcompat/app/WindowDecorActionBar.java index 98e4c8bf62..55ca6298a6 100644 --- a/app/src/main/java/androidx/appcompat/app/WindowDecorActionBar.java +++ b/app/src/main/java/androidx/appcompat/app/WindowDecorActionBar.java @@ -509,9 +509,9 @@ public class WindowDecorActionBar extends ActionBar implements ActionBarOverlayL if (view instanceof Toolbar) { return ((Toolbar) view).getWrapper(); } - StringBuilder L = a.L("Can't make a decor toolbar out of "); - L.append(view != null ? view.getClass().getSimpleName() : "null"); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Can't make a decor toolbar out of "); + K.append(view != null ? view.getClass().getSimpleName() : "null"); + throw new IllegalStateException(K.toString()); } private void hideForActionMode() { diff --git a/app/src/main/java/androidx/appcompat/view/SupportMenuInflater.java b/app/src/main/java/androidx/appcompat/view/SupportMenuInflater.java index e647d24057..38f7be69d7 100644 --- a/app/src/main/java/androidx/appcompat/view/SupportMenuInflater.java +++ b/app/src/main/java/androidx/appcompat/view/SupportMenuInflater.java @@ -57,9 +57,9 @@ public class SupportMenuInflater extends MenuInflater { try { this.mMethod = cls.getMethod(str, PARAM_TYPES); } catch (Exception e) { - StringBuilder Q = a.Q("Couldn't resolve menu item onClick handler ", str, " in class "); - Q.append(cls.getName()); - InflateException inflateException = new InflateException(Q.toString()); + StringBuilder P = a.P("Couldn't resolve menu item onClick handler ", str, " in class "); + P.append(cls.getName()); + InflateException inflateException = new InflateException(P.toString()); inflateException.initCause(e); throw inflateException; } @@ -317,7 +317,7 @@ public class SupportMenuInflater extends MenuInflater { if (name.equals("menu")) { eventType = xmlPullParser.next(); } else { - throw new RuntimeException(a.t("Expecting menu, got ", name)); + throw new RuntimeException(a.s("Expecting menu, got ", name)); } } } diff --git a/app/src/main/java/androidx/appcompat/widget/ActionBarOverlayLayout.java b/app/src/main/java/androidx/appcompat/widget/ActionBarOverlayLayout.java index 8b0072e9b7..66e91cdc36 100644 --- a/app/src/main/java/androidx/appcompat/widget/ActionBarOverlayLayout.java +++ b/app/src/main/java/androidx/appcompat/widget/ActionBarOverlayLayout.java @@ -219,9 +219,9 @@ public class ActionBarOverlayLayout extends ViewGroup implements DecorContentPar if (view instanceof Toolbar) { return ((Toolbar) view).getWrapper(); } - StringBuilder L = a.L("Can't make a decor toolbar out of "); - L.append(view.getClass().getSimpleName()); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Can't make a decor toolbar out of "); + K.append(view.getClass().getSimpleName()); + throw new IllegalStateException(K.toString()); } private void init(Context context) { diff --git a/app/src/main/java/androidx/appcompat/widget/ActivityChooserModel.java b/app/src/main/java/androidx/appcompat/widget/ActivityChooserModel.java index 19526dc7f5..24d4e0251c 100644 --- a/app/src/main/java/androidx/appcompat/widget/ActivityChooserModel.java +++ b/app/src/main/java/androidx/appcompat/widget/ActivityChooserModel.java @@ -85,12 +85,12 @@ public class ActivityChooserModel extends DataSetObservable { @Override // java.lang.Object public String toString() { - StringBuilder P = a.P("[", "resolveInfo:"); - P.append(this.resolveInfo.toString()); - P.append("; weight:"); - P.append(new BigDecimal((double) this.weight)); - P.append("]"); - return P.toString(); + StringBuilder O = a.O("[", "resolveInfo:"); + O.append(this.resolveInfo.toString()); + O.append("; weight:"); + O.append(new BigDecimal((double) this.weight)); + O.append("]"); + return O.toString(); } } @@ -168,14 +168,14 @@ public class ActivityChooserModel extends DataSetObservable { } public String toString() { - StringBuilder P = a.P("[", "; activity:"); - P.append(this.activity); - P.append("; time:"); - P.append(this.time); - P.append("; weight:"); - P.append(new BigDecimal((double) this.weight)); - P.append("]"); - return P.toString(); + StringBuilder O = a.O("[", "; activity:"); + O.append(this.activity); + O.append("; time:"); + O.append(this.time); + O.append("; weight:"); + O.append(new BigDecimal((double) this.weight)); + O.append("]"); + return O.toString(); } } @@ -261,7 +261,7 @@ public class ActivityChooserModel extends DataSetObservable { if (TextUtils.isEmpty(str) || str.endsWith(".xml")) { this.mHistoryFileName = str; } else { - this.mHistoryFileName = a.t(str, ".xml"); + this.mHistoryFileName = a.s(str, ".xml"); } } diff --git a/app/src/main/java/androidx/appcompat/widget/AppCompatTextViewAutoSizeHelper.java b/app/src/main/java/androidx/appcompat/widget/AppCompatTextViewAutoSizeHelper.java index ad1f05121b..9c8c5157ab 100644 --- a/app/src/main/java/androidx/appcompat/widget/AppCompatTextViewAutoSizeHelper.java +++ b/app/src/main/java/androidx/appcompat/widget/AppCompatTextViewAutoSizeHelper.java @@ -471,9 +471,9 @@ public class AppCompatTextViewAutoSizeHelper { } this.mAutoSizeTextSizesInPx = cleanupAutoSizePresetSizes(iArr2); if (!setupAutoSizeUniformPresetSizesConfiguration()) { - StringBuilder L = a.L("None of the preset sizes is valid: "); - L.append(Arrays.toString(iArr)); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("None of the preset sizes is valid: "); + K.append(Arrays.toString(iArr)); + throw new IllegalArgumentException(K.toString()); } } else { this.mHasPresetAutoSizeValues = false; @@ -498,7 +498,7 @@ public class AppCompatTextViewAutoSizeHelper { autoSizeText(); } } else { - throw new IllegalArgumentException(a.k("Unknown auto-size text type: ", i)); + throw new IllegalArgumentException(a.j("Unknown auto-size text type: ", i)); } } diff --git a/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java b/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java index ab97272427..8b4db8dab8 100644 --- a/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java +++ b/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java @@ -1260,10 +1260,10 @@ public class LinearLayoutCompat extends ViewGroup { public void setBaselineAlignedChildIndex(int i) { if (i < 0 || i >= getChildCount()) { - StringBuilder L = a.L("base aligned child index out of range (0, "); - L.append(getChildCount()); - L.append(")"); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("base aligned child index out of range (0, "); + K.append(getChildCount()); + K.append(")"); + throw new IllegalArgumentException(K.toString()); } this.mBaselineAlignedChildIndex = i; } diff --git a/app/src/main/java/androidx/appcompat/widget/ListPopupWindow.java b/app/src/main/java/androidx/appcompat/widget/ListPopupWindow.java index 6768f724e5..48ef38206a 100644 --- a/app/src/main/java/androidx/appcompat/widget/ListPopupWindow.java +++ b/app/src/main/java/androidx/appcompat/widget/ListPopupWindow.java @@ -310,9 +310,9 @@ public class ListPopupWindow implements ShowableListMenu { linearLayout.addView(view); linearLayout.addView(dropDownListView, layoutParams); } else if (i5 != 1) { - StringBuilder L = a.L("Invalid hint position "); - L.append(this.mPromptPosition); - Log.e("ListPopupWindow", L.toString()); + StringBuilder K = a.K("Invalid hint position "); + K.append(this.mPromptPosition); + Log.e("ListPopupWindow", K.toString()); } else { linearLayout.addView(dropDownListView, layoutParams); linearLayout.addView(view); diff --git a/app/src/main/java/androidx/appcompat/widget/SearchView.java b/app/src/main/java/androidx/appcompat/widget/SearchView.java index 9cbcbac1db..1b8b9930d1 100644 --- a/app/src/main/java/androidx/appcompat/widget/SearchView.java +++ b/app/src/main/java/androidx/appcompat/widget/SearchView.java @@ -377,10 +377,10 @@ public class SearchView extends LinearLayoutCompat implements CollapsibleActionV @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("SearchView.SavedState{"); - L.append(Integer.toHexString(System.identityHashCode(this))); - L.append(" isIconified="); - return a.G(L, this.isIconified, "}"); + StringBuilder K = a.K("SearchView.SavedState{"); + K.append(Integer.toHexString(System.identityHashCode(this))); + K.append(" isIconified="); + return a.F(K, this.isIconified, "}"); } @Override // androidx.customview.view.AbsSavedState, android.os.Parcelable diff --git a/app/src/main/java/androidx/appcompat/widget/SuggestionsAdapter.java b/app/src/main/java/androidx/appcompat/widget/SuggestionsAdapter.java index c2ebd7f2ef..e1bf0f6321 100644 --- a/app/src/main/java/androidx/appcompat/widget/SuggestionsAdapter.java +++ b/app/src/main/java/androidx/appcompat/widget/SuggestionsAdapter.java @@ -110,9 +110,9 @@ public class SuggestionsAdapter extends ResourceCursorAdapter implements View.On if (drawable != null) { return drawable; } - StringBuilder M = a.M("Invalid icon resource ", iconResource, " for "); - M.append(componentName.flattenToShortString()); - Log.w("SuggestionsAdapter", M.toString()); + StringBuilder L = a.L("Invalid icon resource ", iconResource, " for "); + L.append(componentName.flattenToShortString()); + Log.w("SuggestionsAdapter", L.toString()); return null; } catch (PackageManager.NameNotFoundException e) { Log.w("SuggestionsAdapter", e.toString()); @@ -205,7 +205,7 @@ public class SuggestionsAdapter extends ResourceCursorAdapter implements View.On storeInIconCache(str, drawable2); return drawable2; } catch (Resources.NotFoundException unused2) { - a.h0("Icon resource not found: ", str, "SuggestionsAdapter"); + a.g0("Icon resource not found: ", str, "SuggestionsAdapter"); return null; } } diff --git a/app/src/main/java/androidx/appcompat/widget/ToolbarWidgetWrapper.java b/app/src/main/java/androidx/appcompat/widget/ToolbarWidgetWrapper.java index ef4b48954f..5947358a77 100644 --- a/app/src/main/java/androidx/appcompat/widget/ToolbarWidgetWrapper.java +++ b/app/src/main/java/androidx/appcompat/widget/ToolbarWidgetWrapper.java @@ -592,7 +592,7 @@ public class ToolbarWidgetWrapper implements DecorToolbar { layoutParams.gravity = 8388691; } } else { - throw new IllegalArgumentException(a.k("Invalid navigation mode ", i)); + throw new IllegalArgumentException(a.j("Invalid navigation mode ", i)); } } } diff --git a/app/src/main/java/androidx/arch/core/internal/SafeIterableMap.java b/app/src/main/java/androidx/arch/core/internal/SafeIterableMap.java index d0a0e4e2a2..cc9a1310a2 100644 --- a/app/src/main/java/androidx/arch/core/internal/SafeIterableMap.java +++ b/app/src/main/java/androidx/arch/core/internal/SafeIterableMap.java @@ -319,15 +319,15 @@ public class SafeIterableMap implements Iterable> { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("["); + StringBuilder K = a.K("["); Iterator> it = iterator(); while (it.hasNext()) { - L.append(it.next().toString()); + K.append(it.next().toString()); if (it.hasNext()) { - L.append(", "); + K.append(", "); } } - L.append("]"); - return L.toString(); + K.append("]"); + return K.toString(); } } diff --git a/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java b/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java index a02b30522e..53d49dffb2 100644 --- a/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java +++ b/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java @@ -203,9 +203,9 @@ public final class BrowserServiceFileProvider extends FileProvider { } private static Uri generateUri(Context context, String str) { - String u = a.u("image_provider_images/", str, ".png"); + String t = a.t("image_provider_images/", str, ".png"); Uri.Builder scheme = new Uri.Builder().scheme("content"); - return scheme.authority(context.getPackageName() + ".image_provider").path(u).build(); + return scheme.authority(context.getPackageName() + ".image_provider").path(t).build(); } public static void grantReadPermission(@NonNull Intent intent, @Nullable List list, @NonNull Context context) { @@ -230,9 +230,9 @@ public final class BrowserServiceFileProvider extends FileProvider { @NonNull @UiThread public static ResolvableFuture saveBitmap(@NonNull Context context, @NonNull Bitmap bitmap, @NonNull String str, int i) { - StringBuilder P = a.P(str, "_"); - P.append(Integer.toString(i)); - String sb = P.toString(); + StringBuilder O = a.O(str, "_"); + O.append(Integer.toString(i)); + String sb = O.toString(); Uri generateUri = generateUri(context, sb); ResolvableFuture create = ResolvableFuture.create(); new FileSaveTask(context, sb, bitmap, generateUri, create).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, new String[0]); diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java index f279272654..042013e5c3 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java @@ -213,7 +213,7 @@ public final class CustomTabsIntent { @NonNull public Builder setColorSchemeParams(int i, @NonNull CustomTabColorSchemeParams customTabColorSchemeParams) { if (i < 0 || i > 2 || i == 0) { - throw new IllegalArgumentException(a.k("Invalid colorScheme: ", i)); + throw new IllegalArgumentException(a.j("Invalid colorScheme: ", i)); } if (this.mColorSchemeParamBundles == null) { this.mColorSchemeParamBundles = new SparseArray<>(); @@ -355,7 +355,7 @@ public final class CustomTabsIntent { public static CustomTabColorSchemeParams getColorSchemeParams(@NonNull Intent intent, int i) { Bundle bundle; if (i < 0 || i > 2 || i == 0) { - throw new IllegalArgumentException(a.k("Invalid colorScheme: ", i)); + throw new IllegalArgumentException(a.j("Invalid colorScheme: ", i)); } Bundle extras = intent.getExtras(); if (extras == null) { diff --git a/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java b/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java index c0f0fce238..fa28729f00 100644 --- a/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java +++ b/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java @@ -66,9 +66,9 @@ public class ConnectionHolder implements ServiceConnection { } else { throw this.mCancellationException; } - StringBuilder L = a.L("ConnectionHolder, state = "); - L.append(this.mState); - return L.toString(); + StringBuilder K = a.K("ConnectionHolder, state = "); + K.append(this.mState); + return K.toString(); } @MainThread diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java index 652c860af7..4c7aa4e9a7 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java @@ -154,7 +154,7 @@ public final class TrustedWebActivityServiceConnection { public static void ensureBundleContains(Bundle bundle, String str) { if (!bundle.containsKey(str)) { - throw new IllegalArgumentException(c.d.b.a.a.t("Bundle must contain ", str)); + throw new IllegalArgumentException(c.d.b.a.a.s("Bundle must contain ", str)); } } diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java index 91ecadf98c..26e38fcc7e 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java @@ -98,16 +98,16 @@ public final class TrustedWebActivityServiceConnectionPool { ResolveInfo resolveService = context.getPackageManager().resolveService(intent2, 131072); if (resolveService == null) { if (z2) { - a.h0("Could not find TWAService for ", str, "TWAConnectionPool"); + a.g0("Could not find TWAService for ", str, "TWAConnectionPool"); } return null; } if (z2) { - StringBuilder L = a.L("Found "); - L.append(resolveService.serviceInfo.name); - L.append(" to handle request for "); - L.append(uri); - Log.i("TWAConnectionPool", L.toString()); + StringBuilder K = a.K("Found "); + K.append(resolveService.serviceInfo.name); + K.append(" to handle request for "); + K.append(uri); + Log.i("TWAConnectionPool", K.toString()); } Intent intent3 = new Intent(); intent3.setComponent(new ComponentName(str, resolveService.serviceInfo.name)); diff --git a/app/src/main/java/androidx/concurrent/futures/AbstractResolvableFuture.java b/app/src/main/java/androidx/concurrent/futures/AbstractResolvableFuture.java index aafcef8831..33da393c45 100644 --- a/app/src/main/java/androidx/concurrent/futures/AbstractResolvableFuture.java +++ b/app/src/main/java/androidx/concurrent/futures/AbstractResolvableFuture.java @@ -595,32 +595,32 @@ public abstract class AbstractResolvableFuture implements a { String timeUnit2 = timeUnit.toString(); Locale locale = Locale.ROOT; String lowerCase = timeUnit2.toLowerCase(locale); - StringBuilder O = c.d.b.a.a.O("Waited ", j, " "); - O.append(timeUnit.toString().toLowerCase(locale)); - String sb = O.toString(); + StringBuilder N = c.d.b.a.a.N("Waited ", j, " "); + N.append(timeUnit.toString().toLowerCase(locale)); + String sb = N.toString(); if (nanos + 1000 < 0) { - String t = c.d.b.a.a.t(sb, " (plus "); + String s2 = c.d.b.a.a.s(sb, " (plus "); long j2 = -nanos; long convert = timeUnit.convert(j2, TimeUnit.NANOSECONDS); long nanos2 = j2 - timeUnit.toNanos(convert); int i = (convert > 0 ? 1 : (convert == 0 ? 0 : -1)); boolean z2 = i == 0 || nanos2 > 1000; if (i > 0) { - String str = t + convert + " " + lowerCase; + String str = s2 + convert + " " + lowerCase; if (z2) { - str = c.d.b.a.a.t(str, ","); + str = c.d.b.a.a.s(str, ","); } - t = c.d.b.a.a.t(str, " "); + s2 = c.d.b.a.a.s(str, " "); } if (z2) { - t = c.d.b.a.a.q(t, nanos2, " nanoseconds "); + s2 = c.d.b.a.a.p(s2, nanos2, " nanoseconds "); } - sb = c.d.b.a.a.t(t, "delay)"); + sb = c.d.b.a.a.s(s2, "delay)"); } if (isDone()) { - throw new TimeoutException(c.d.b.a.a.t(sb, " but future completed as timeout expired")); + throw new TimeoutException(c.d.b.a.a.s(sb, " but future completed as timeout expired")); } - throw new TimeoutException(c.d.b.a.a.u(sb, " for ", abstractResolvableFuture)); + throw new TimeoutException(c.d.b.a.a.t(sb, " for ", abstractResolvableFuture)); } throw new InterruptedException(); } @@ -649,15 +649,15 @@ public abstract class AbstractResolvableFuture implements a { public String pendingToString() { Object obj = this.value; if (obj instanceof SetFuture) { - return c.d.b.a.a.D(c.d.b.a.a.L("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); + return c.d.b.a.a.C(c.d.b.a.a.K("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); } if (!(this instanceof ScheduledFuture)) { return null; } - StringBuilder L = c.d.b.a.a.L("remaining delay=["); - L.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); - L.append(" ms]"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("remaining delay=["); + K.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); + K.append(" ms]"); + return K.toString(); } public boolean set(@Nullable V v) { @@ -725,9 +725,9 @@ public abstract class AbstractResolvableFuture implements a { try { str = pendingToString(); } catch (RuntimeException e) { - StringBuilder L = c.d.b.a.a.L("Exception thrown from implementation: "); - L.append(e.getClass()); - str = L.toString(); + StringBuilder K = c.d.b.a.a.K("Exception thrown from implementation: "); + K.append(e.getClass()); + str = K.toString(); } if (str != null && !str.isEmpty()) { sb.append("PENDING, info=["); diff --git a/app/src/main/java/androidx/concurrent/futures/CallbackToFutureAdapter.java b/app/src/main/java/androidx/concurrent/futures/CallbackToFutureAdapter.java index c89f354189..02d3797367 100644 --- a/app/src/main/java/androidx/concurrent/futures/CallbackToFutureAdapter.java +++ b/app/src/main/java/androidx/concurrent/futures/CallbackToFutureAdapter.java @@ -33,9 +33,9 @@ public final class CallbackToFutureAdapter { ResolvableFuture resolvableFuture; SafeFuture safeFuture = this.future; if (safeFuture != null && !safeFuture.isDone()) { - StringBuilder L = a.L("The completer object was garbage collected - this future would otherwise never complete. The tag was: "); - L.append(this.tag); - safeFuture.setException(new FutureGarbageCollectedException(L.toString())); + StringBuilder K = a.K("The completer object was garbage collected - this future would otherwise never complete. The tag was: "); + K.append(this.tag); + safeFuture.setException(new FutureGarbageCollectedException(K.toString())); } if (!this.attemptedSetting && (resolvableFuture = this.cancellationFuture) != null) { resolvableFuture.set(null); @@ -119,10 +119,10 @@ public final class CallbackToFutureAdapter { if (completer == null) { return "Completer object has been garbage collected, future will fail soon"; } - StringBuilder L = a.L("tag=["); - L.append(completer.tag); - L.append("]"); - return L.toString(); + StringBuilder K = a.K("tag=["); + K.append(completer.tag); + K.append("]"); + return K.toString(); } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java b/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java index 8db4cd874c..1d5b6b6b1e 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java +++ b/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java @@ -167,9 +167,9 @@ public class Easing { case 3: return new CubicEasing("cubic(0.4, 0.0, 0.2, 1)"); default: - StringBuilder L = a.L("transitionEasing syntax error syntax:transitionEasing=\"cubic(1.0,0.5,0.0,0.6)\" or "); - L.append(Arrays.toString(NAMED_EASING)); - Log.e("ConstraintSet", L.toString()); + StringBuilder K = a.K("transitionEasing syntax error syntax:transitionEasing=\"cubic(1.0,0.5,0.0,0.6)\" or "); + K.append(Arrays.toString(NAMED_EASING)); + Log.e("ConstraintSet", K.toString()); return sDefault; } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/utils/Oscillator.java b/app/src/main/java/androidx/constraintlayout/motion/utils/Oscillator.java index ffb6f6d04f..a6e75549ae 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/utils/Oscillator.java +++ b/app/src/main/java/androidx/constraintlayout/motion/utils/Oscillator.java @@ -174,10 +174,10 @@ public class Oscillator { } public String toString() { - StringBuilder L = a.L("pos ="); - L.append(Arrays.toString(this.mPosition)); - L.append(" period="); - L.append(Arrays.toString(this.mPeriod)); - return L.toString(); + StringBuilder K = a.K("pos ="); + K.append(Arrays.toString(this.mPosition)); + K.append(" period="); + K.append(Arrays.toString(this.mPeriod)); + return K.toString(); } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/utils/StopLogic.java b/app/src/main/java/androidx/constraintlayout/motion/utils/StopLogic.java index 7542eddda7..6cf16baea1 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/utils/StopLogic.java +++ b/app/src/main/java/androidx/constraintlayout/motion/utils/StopLogic.java @@ -156,9 +156,9 @@ public class StopLogic extends MotionInterpolator { } public void debug(String str, String str2, float f) { - StringBuilder P = a.P(str2, " ===== "); - P.append(this.mType); - Log.v(str, P.toString()); + StringBuilder O = a.O(str2, " ===== "); + O.append(this.mType); + Log.v(str, O.toString()); StringBuilder sb = new StringBuilder(); sb.append(str2); sb.append(this.mBackwards ? "backwards" : "forward "); @@ -169,22 +169,22 @@ public class StopLogic extends MotionInterpolator { Log.v(str, sb.toString()); Log.v(str, str2 + " dur " + this.mStage1Duration + " vel " + this.mStage1Velocity + " pos " + this.mStage1EndPosition); if (this.mNumberOfStages > 1) { - StringBuilder P2 = a.P(str2, " dur "); - P2.append(this.mStage2Duration); - P2.append(" vel "); - P2.append(this.mStage2Velocity); - P2.append(" pos "); - P2.append(this.mStage2EndPosition); - Log.v(str, P2.toString()); + StringBuilder O2 = a.O(str2, " dur "); + O2.append(this.mStage2Duration); + O2.append(" vel "); + O2.append(this.mStage2Velocity); + O2.append(" pos "); + O2.append(this.mStage2EndPosition); + Log.v(str, O2.toString()); } if (this.mNumberOfStages > 2) { - StringBuilder P3 = a.P(str2, " dur "); - P3.append(this.mStage3Duration); - P3.append(" vel "); - P3.append(this.mStage3Velocity); - P3.append(" pos "); - P3.append(this.mStage3EndPosition); - Log.v(str, P3.toString()); + StringBuilder O3 = a.O(str2, " dur "); + O3.append(this.mStage3Duration); + O3.append(" vel "); + O3.append(this.mStage3Velocity); + O3.append(" pos "); + O3.append(this.mStage3EndPosition); + Log.v(str, O3.toString()); } float f2 = this.mStage1Duration; if (f <= f2) { diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/Debug.java b/app/src/main/java/androidx/constraintlayout/motion/widget/Debug.java index e0ad6d4b20..584cb01fa0 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/Debug.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/Debug.java @@ -13,18 +13,18 @@ import java.lang.reflect.Modifier; public class Debug { public static void dumpLayoutParams(ViewGroup.LayoutParams layoutParams, String str) { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - StringBuilder L = a.L(".("); - L.append(stackTraceElement.getFileName()); - L.append(":"); - L.append(stackTraceElement.getLineNumber()); - L.append(") "); - L.append(str); - L.append(" "); - String sb = L.toString(); + StringBuilder K = a.K(".("); + K.append(stackTraceElement.getFileName()); + K.append(":"); + K.append(stackTraceElement.getLineNumber()); + K.append(") "); + K.append(str); + K.append(" "); + String sb = K.toString(); PrintStream printStream = System.out; - StringBuilder Q = a.Q(" >>>>>>>>>>>>>>>>>>. dump ", sb, " "); - Q.append(layoutParams.getClass().getName()); - printStream.println(Q.toString()); + StringBuilder P = a.P(" >>>>>>>>>>>>>>>>>>. dump ", sb, " "); + P.append(layoutParams.getClass().getName()); + printStream.println(P.toString()); Field[] fields = layoutParams.getClass().getFields(); for (Field field : fields) { try { @@ -43,22 +43,22 @@ public class Debug { public static void dumpLayoutParams(ViewGroup viewGroup, String str) { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - StringBuilder L = a.L(".("); - L.append(stackTraceElement.getFileName()); - L.append(":"); - L.append(stackTraceElement.getLineNumber()); - L.append(") "); - L.append(str); - L.append(" "); - String sb = L.toString(); + StringBuilder K = a.K(".("); + K.append(stackTraceElement.getFileName()); + K.append(":"); + K.append(stackTraceElement.getLineNumber()); + K.append(") "); + K.append(str); + K.append(" "); + String sb = K.toString(); int childCount = viewGroup.getChildCount(); System.out.println(str + " children " + childCount); for (int i = 0; i < childCount; i++) { View childAt = viewGroup.getChildAt(i); PrintStream printStream = System.out; - StringBuilder P = a.P(sb, " "); - P.append(getName(childAt)); - printStream.println(P.toString()); + StringBuilder O = a.O(sb, " "); + O.append(getName(childAt)); + printStream.println(O.toString()); ViewGroup.LayoutParams layoutParams = childAt.getLayoutParams(); Field[] fields = layoutParams.getClass().getFields(); for (Field field : fields) { @@ -77,18 +77,18 @@ public class Debug { public static void dumpPoc(Object obj) { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - StringBuilder L = a.L(".("); - L.append(stackTraceElement.getFileName()); - L.append(":"); - L.append(stackTraceElement.getLineNumber()); - L.append(")"); - String sb = L.toString(); + StringBuilder K = a.K(".("); + K.append(stackTraceElement.getFileName()); + K.append(":"); + K.append(stackTraceElement.getLineNumber()); + K.append(")"); + String sb = K.toString(); Class cls = obj.getClass(); PrintStream printStream = System.out; - StringBuilder P = a.P(sb, "------------- "); - P.append(cls.getName()); - P.append(" --------------------"); - printStream.println(P.toString()); + StringBuilder O = a.O(sb, "------------- "); + O.append(cls.getName()); + O.append(" --------------------"); + printStream.println(O.toString()); Field[] fields = cls.getFields(); for (Field field : fields) { try { @@ -108,10 +108,10 @@ public class Debug { } } PrintStream printStream2 = System.out; - StringBuilder P2 = a.P(sb, "------------- "); - P2.append(cls.getSimpleName()); - P2.append(" --------------------"); - printStream2.println(P2.toString()); + StringBuilder O2 = a.O(sb, "------------- "); + O2.append(cls.getSimpleName()); + O2.append(" --------------------"); + printStream2.println(O2.toString()); } public static String getActionType(MotionEvent motionEvent) { @@ -130,44 +130,44 @@ public class Debug { public static String getCallFrom(int i) { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[i + 2]; - StringBuilder L = a.L(".("); - L.append(stackTraceElement.getFileName()); - L.append(":"); - L.append(stackTraceElement.getLineNumber()); - L.append(")"); - return L.toString(); + StringBuilder K = a.K(".("); + K.append(stackTraceElement.getFileName()); + K.append(":"); + K.append(stackTraceElement.getLineNumber()); + K.append(")"); + return K.toString(); } public static String getLoc() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - StringBuilder L = a.L(".("); - L.append(stackTraceElement.getFileName()); - L.append(":"); - L.append(stackTraceElement.getLineNumber()); - L.append(") "); - L.append(stackTraceElement.getMethodName()); - L.append("()"); - return L.toString(); + StringBuilder K = a.K(".("); + K.append(stackTraceElement.getFileName()); + K.append(":"); + K.append(stackTraceElement.getLineNumber()); + K.append(") "); + K.append(stackTraceElement.getMethodName()); + K.append("()"); + return K.toString(); } public static String getLocation() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - StringBuilder L = a.L(".("); - L.append(stackTraceElement.getFileName()); - L.append(":"); - L.append(stackTraceElement.getLineNumber()); - L.append(")"); - return L.toString(); + StringBuilder K = a.K(".("); + K.append(stackTraceElement.getFileName()); + K.append(":"); + K.append(stackTraceElement.getLineNumber()); + K.append(")"); + return K.toString(); } public static String getLocation2() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[2]; - StringBuilder L = a.L(".("); - L.append(stackTraceElement.getFileName()); - L.append(":"); - L.append(stackTraceElement.getLineNumber()); - L.append(")"); - return L.toString(); + StringBuilder K = a.K(".("); + K.append(stackTraceElement.getFileName()); + K.append(":"); + K.append(stackTraceElement.getLineNumber()); + K.append(")"); + return K.toString(); } public static String getName(Context context, int i) { @@ -177,7 +177,7 @@ public class Debug { try { return context.getResources().getResourceEntryName(i); } catch (Exception unused) { - return a.k("?", i); + return a.j("?", i); } } @@ -224,14 +224,14 @@ public class Debug { String str3 = " "; for (int i2 = 1; i2 <= min; i2++) { StackTraceElement stackTraceElement = stackTrace[i2]; - StringBuilder L = a.L(".("); - L.append(stackTrace[i2].getFileName()); - L.append(":"); - L.append(stackTrace[i2].getLineNumber()); - L.append(") "); - L.append(stackTrace[i2].getMethodName()); - String sb = L.toString(); - str3 = a.t(str3, " "); + StringBuilder K = a.K(".("); + K.append(stackTrace[i2].getFileName()); + K.append(":"); + K.append(stackTrace[i2].getLineNumber()); + K.append(") "); + K.append(stackTrace[i2].getMethodName()); + String sb = K.toString(); + str3 = a.s(str3, " "); Log.v(str, str2 + str3 + sb + str3); } } @@ -242,13 +242,13 @@ public class Debug { String str2 = " "; for (int i2 = 1; i2 <= min; i2++) { StackTraceElement stackTraceElement = stackTrace[i2]; - StringBuilder L = a.L(".("); - L.append(stackTrace[i2].getFileName()); - L.append(":"); - L.append(stackTrace[i2].getLineNumber()); - L.append(") "); - String sb = L.toString(); - str2 = a.t(str2, " "); + StringBuilder K = a.K(".("); + K.append(stackTrace[i2].getFileName()); + K.append(":"); + K.append(stackTrace[i2].getLineNumber()); + K.append(") "); + String sb = K.toString(); + str2 = a.s(str2, " "); PrintStream printStream = System.out; printStream.println(str + str2 + sb + str2); } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyAttributes.java b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyAttributes.java index b7ddd286ca..aca9056805 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyAttributes.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyAttributes.java @@ -95,11 +95,11 @@ public class KeyAttributes extends Key { case 3: case 11: default: - StringBuilder L = a.L("unused attribute 0x"); - L.append(Integer.toHexString(index)); - L.append(" "); - L.append(mAttrMap.get(index)); - Log.e("KeyAttribute", L.toString()); + StringBuilder K = a.K("unused attribute 0x"); + K.append(Integer.toHexString(index)); + K.append(" "); + K.append(mAttrMap.get(index)); + Log.e("KeyAttribute", K.toString()); break; case 4: KeyAttributes.access$202(keyAttributes, typedArray.getFloat(index, KeyAttributes.access$200(keyAttributes))); @@ -645,7 +645,7 @@ public class KeyAttributes extends Key { } if (this.mCustomConstraints.size() > 0) { for (String str : this.mCustomConstraints.keySet()) { - hashMap.put(a.t("CUSTOM,", str), Integer.valueOf(this.mCurveFit)); + hashMap.put(a.s("CUSTOM,", str), Integer.valueOf(this.mCurveFit)); } } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycle.java b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycle.java index cc9b10feed..de74f56060 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycle.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycle.java @@ -176,11 +176,11 @@ public class KeyCycle extends Key { KeyCycle.access$1802(keyCycle, typedArray.getFloat(index, KeyCycle.access$1800(keyCycle))); break; default: - StringBuilder L = a.L("unused attribute 0x"); - L.append(Integer.toHexString(index)); - L.append(" "); - L.append(mAttrMap.get(index)); - Log.e("KeyCycle", L.toString()); + StringBuilder K = a.K("unused attribute 0x"); + K.append(Integer.toHexString(index)); + K.append(" "); + K.append(mAttrMap.get(index)); + Log.e("KeyCycle", K.toString()); break; } } @@ -368,10 +368,10 @@ public class KeyCycle extends Key { @Override // androidx.constraintlayout.motion.widget.Key public void addValues(HashMap hashMap) { - StringBuilder L = a.L("add "); - L.append(hashMap.size()); - L.append(" values"); - Debug.logStack("KeyCycle", L.toString(), 2); + StringBuilder K = a.K("add "); + K.append(hashMap.size()); + K.append(" values"); + Debug.logStack("KeyCycle", K.toString(), 2); for (String str : hashMap.keySet()) { SplineSet splineSet = hashMap.get(str); str.hashCode(); diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycleOscillator.java b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycleOscillator.java index 4809d2bf9b..c1dbe4b33d 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycleOscillator.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycleOscillator.java @@ -87,9 +87,9 @@ public abstract class KeyCycleOscillator { if (constraintAttribute.getType() == attributeType) { return constraintAttribute; } - StringBuilder L = a.L("ConstraintAttribute is already a "); - L.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("ConstraintAttribute is already a "); + K.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(K.toString()); } ConstraintAttribute constraintAttribute2 = new ConstraintAttribute(str, attributeType); this.mCustomConstraints.put(str, constraintAttribute2); @@ -592,12 +592,12 @@ public abstract class KeyCycleOscillator { Iterator it = this.mWavePoints.iterator(); while (it.hasNext()) { WavePoint next = it.next(); - StringBuilder P = a.P(str, "["); - P.append(next.mPosition); - P.append(" , "); - P.append(decimalFormat.format((double) next.mValue)); - P.append("] "); - str = P.toString(); + StringBuilder O = a.O(str, "["); + O.append(next.mPosition); + O.append(" , "); + O.append(decimalFormat.format((double) next.mValue)); + O.append("] "); + str = O.toString(); } return str; } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyPosition.java b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyPosition.java index 617143853a..740d8ded44 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyPosition.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyPosition.java @@ -138,11 +138,11 @@ public class KeyPosition extends KeyPositionBase { keyPosition.mPercentHeight = typedArray.getFloat(index, keyPosition.mPercentHeight); break; default: - StringBuilder L = a.L("unused attribute 0x"); - L.append(Integer.toHexString(index)); - L.append(" "); - L.append(mAttrMap.get(index)); - Log.e("KeyPosition", L.toString()); + StringBuilder K = a.K("unused attribute 0x"); + K.append(Integer.toHexString(index)); + K.append(" "); + K.append(mAttrMap.get(index)); + Log.e("KeyPosition", K.toString()); break; } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTimeCycle.java b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTimeCycle.java index 6b50ad1a2f..f4d1f9a78f 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTimeCycle.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTimeCycle.java @@ -97,11 +97,11 @@ public class KeyTimeCycle extends Key { case 3: case 11: default: - StringBuilder L = a.L("unused attribute 0x"); - L.append(Integer.toHexString(index)); - L.append(" "); - L.append(mAttrMap.get(index)); - Log.e("KeyTimeCycle", L.toString()); + StringBuilder K = a.K("unused attribute 0x"); + K.append(Integer.toHexString(index)); + K.append(" "); + K.append(mAttrMap.get(index)); + Log.e("KeyTimeCycle", K.toString()); break; case 4: KeyTimeCycle.access$202(keyTimeCycle, typedArray.getFloat(index, KeyTimeCycle.access$200(keyTimeCycle))); @@ -624,7 +624,7 @@ public class KeyTimeCycle extends Key { } if (this.mCustomConstraints.size() > 0) { for (String str : this.mCustomConstraints.keySet()) { - hashMap.put(a.t("CUSTOM,", str), Integer.valueOf(this.mCurveFit)); + hashMap.put(a.s("CUSTOM,", str), Integer.valueOf(this.mCurveFit)); } } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTrigger.java b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTrigger.java index d8898968ab..50bcd4ef49 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTrigger.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTrigger.java @@ -118,11 +118,11 @@ public class KeyTrigger extends Key { KeyTrigger.access$702(keyTrigger, typedArray.getResourceId(index, KeyTrigger.access$700(keyTrigger))); break; } - StringBuilder L = a.L("unused attribute 0x"); - L.append(Integer.toHexString(index)); - L.append(" "); - L.append(mAttrMap.get(index)); - Log.e("KeyTrigger", L.toString()); + StringBuilder K = a.K("unused attribute 0x"); + K.append(Integer.toHexString(index)); + K.append(" "); + K.append(mAttrMap.get(index)); + Log.e("KeyTrigger", K.toString()); } } } @@ -266,13 +266,13 @@ public class KeyTrigger extends Key { try { this.mFireNegativeCross = view.getClass().getMethod(this.mNegativeCross, new Class[0]); } catch (NoSuchMethodException unused) { - StringBuilder L = a.L("Could not find method \""); - L.append(this.mNegativeCross); - L.append("\"on class "); - L.append(view.getClass().getSimpleName()); - L.append(" "); - L.append(Debug.getName(view)); - Log.e("KeyTrigger", L.toString()); + StringBuilder K = a.K("Could not find method \""); + K.append(this.mNegativeCross); + K.append("\"on class "); + K.append(view.getClass().getSimpleName()); + K.append(" "); + K.append(Debug.getName(view)); + Log.e("KeyTrigger", K.toString()); } } this.mFireNegativeCross.invoke(view, new Object[0]); @@ -282,13 +282,13 @@ public class KeyTrigger extends Key { try { this.mFirePositiveCross = view.getClass().getMethod(this.mPositiveCross, new Class[0]); } catch (NoSuchMethodException unused2) { - StringBuilder L2 = a.L("Could not find method \""); - L2.append(this.mPositiveCross); - L2.append("\"on class "); - L2.append(view.getClass().getSimpleName()); - L2.append(" "); - L2.append(Debug.getName(view)); - Log.e("KeyTrigger", L2.toString()); + StringBuilder K2 = a.K("Could not find method \""); + K2.append(this.mPositiveCross); + K2.append("\"on class "); + K2.append(view.getClass().getSimpleName()); + K2.append(" "); + K2.append(Debug.getName(view)); + Log.e("KeyTrigger", K2.toString()); } } this.mFirePositiveCross.invoke(view, new Object[0]); @@ -298,26 +298,26 @@ public class KeyTrigger extends Key { try { this.mFireCross = view.getClass().getMethod(this.mCross, new Class[0]); } catch (NoSuchMethodException unused3) { - StringBuilder L3 = a.L("Could not find method \""); - L3.append(this.mCross); - L3.append("\"on class "); - L3.append(view.getClass().getSimpleName()); - L3.append(" "); - L3.append(Debug.getName(view)); - Log.e("KeyTrigger", L3.toString()); + StringBuilder K3 = a.K("Could not find method \""); + K3.append(this.mCross); + K3.append("\"on class "); + K3.append(view.getClass().getSimpleName()); + K3.append(" "); + K3.append(Debug.getName(view)); + Log.e("KeyTrigger", K3.toString()); } } try { this.mFireCross.invoke(view, new Object[0]); return; } catch (Exception unused4) { - StringBuilder L4 = a.L("Exception in call \""); - L4.append(this.mCross); - L4.append("\"on class "); - L4.append(view.getClass().getSimpleName()); - L4.append(" "); - L4.append(Debug.getName(view)); - Log.e("KeyTrigger", L4.toString()); + StringBuilder K4 = a.K("Exception in call \""); + K4.append(this.mCross); + K4.append("\"on class "); + K4.append(view.getClass().getSimpleName()); + K4.append(" "); + K4.append(Debug.getName(view)); + Log.e("KeyTrigger", K4.toString()); return; } } else { @@ -408,26 +408,26 @@ public class KeyTrigger extends Key { try { this.mFireNegativeCross.invoke(view, new Object[0]); } catch (Exception unused5) { - StringBuilder L5 = a.L("Exception in call \""); - L5.append(this.mNegativeCross); - L5.append("\"on class "); - L5.append(view.getClass().getSimpleName()); - L5.append(" "); - L5.append(Debug.getName(view)); - Log.e("KeyTrigger", L5.toString()); + StringBuilder K5 = a.K("Exception in call \""); + K5.append(this.mNegativeCross); + K5.append("\"on class "); + K5.append(view.getClass().getSimpleName()); + K5.append(" "); + K5.append(Debug.getName(view)); + Log.e("KeyTrigger", K5.toString()); } if (this.mFirePositiveCross == null) { } try { this.mFirePositiveCross.invoke(view, new Object[0]); } catch (Exception unused6) { - StringBuilder L6 = a.L("Exception in call \""); - L6.append(this.mPositiveCross); - L6.append("\"on class "); - L6.append(view.getClass().getSimpleName()); - L6.append(" "); - L6.append(Debug.getName(view)); - Log.e("KeyTrigger", L6.toString()); + StringBuilder K6 = a.K("Exception in call \""); + K6.append(this.mPositiveCross); + K6.append("\"on class "); + K6.append(view.getClass().getSimpleName()); + K6.append(" "); + K6.append(Debug.getName(view)); + Log.e("KeyTrigger", K6.toString()); } if (!z4) { } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionController.java b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionController.java index 20227fe726..94cfba2597 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionController.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionController.java @@ -172,10 +172,10 @@ public class MotionController { private void insertKey(MotionPaths motionPaths) { int binarySearch = Collections.binarySearch(this.mMotionPaths, motionPaths); if (binarySearch == 0) { - StringBuilder L = a.L(" KeyPath positon \""); - L.append(motionPaths.position); - L.append("\" outside of range"); - Log.e("MotionController", L.toString()); + StringBuilder K = a.K(" KeyPath positon \""); + K.append(motionPaths.position); + K.append("\" outside of range"); + Log.e("MotionController", K.toString()); } this.mMotionPaths.add((-binarySearch) - 1, motionPaths); } @@ -1152,11 +1152,11 @@ public class MotionController { break; } if (iArr4[i15] < MotionPaths.names.length) { - String D = a.D(new StringBuilder(), MotionPaths.names[this.mInterpolateVariables[i15]], " ["); + String C = a.C(new StringBuilder(), MotionPaths.names[this.mInterpolateVariables[i15]], " ["); for (int i16 = 0; i16 < size; i16++) { - StringBuilder L = a.L(D); - L.append(dArr[i16][i15]); - D = L.toString(); + StringBuilder K = a.K(C); + K.append(dArr[i16][i15]); + C = K.toString(); } } i15++; @@ -1240,14 +1240,14 @@ public class MotionController { } public String toString() { - StringBuilder L = a.L(" start: x: "); - L.append(this.mStartMotionPath.f18x); - L.append(" y: "); - L.append(this.mStartMotionPath.f19y); - L.append(" end: x: "); - L.append(this.mEndMotionPath.f18x); - L.append(" y: "); - L.append(this.mEndMotionPath.f19y); - return L.toString(); + StringBuilder K = a.K(" start: x: "); + K.append(this.mStartMotionPath.f18x); + K.append(" y: "); + K.append(this.mStartMotionPath.f19y); + K.append(" end: x: "); + K.append(this.mEndMotionPath.f18x); + K.append(" y: "); + K.append(this.mEndMotionPath.f19y); + return K.toString(); } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionLayout.java b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionLayout.java index b4efe78161..d1e2d29a47 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionLayout.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionLayout.java @@ -317,15 +317,15 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar float max = Math.max(f4, f6); float min2 = f - Math.min(f3, f5); float max2 = Math.max(f4, f6) - f2; - StringBuilder L = a.L(""); - L.append(((float) ((int) (((double) ((min2 * 100.0f) / Math.abs(f5 - f3))) + 0.5d))) / 100.0f); - String sb = L.toString(); + StringBuilder K = a.K(""); + K.append(((float) ((int) (((double) ((min2 * 100.0f) / Math.abs(f5 - f3))) + 0.5d))) / 100.0f); + String sb = K.toString(); getTextBounds(sb, this.mTextPaint); canvas.drawText(sb, ((min2 / 2.0f) - ((float) (this.mBounds.width() / 2))) + min, f2 - 20.0f, this.mTextPaint); canvas.drawLine(f, f2, Math.min(f3, f5), f2, this.mPaintGraph); - StringBuilder L2 = a.L(""); - L2.append(((float) ((int) (((double) ((max2 * 100.0f) / Math.abs(f6 - f4))) + 0.5d))) / 100.0f); - String sb2 = L2.toString(); + StringBuilder K2 = a.K(""); + K2.append(((float) ((int) (((double) ((max2 * 100.0f) / Math.abs(f6 - f4))) + 0.5d))) / 100.0f); + String sb2 = K2.toString(); getTextBounds(sb2, this.mTextPaint); canvas.drawText(sb2, f + 5.0f, max - ((max2 / 2.0f) - ((float) (this.mBounds.height() / 2))), this.mTextPaint); canvas.drawLine(f, f2, f, Math.max(f4, f6), this.mPaintGraph); @@ -352,24 +352,24 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar path.moveTo(f, f2); path.lineTo(f10, f11); float hypot2 = (float) Math.hypot((double) (f10 - f), (double) (f11 - f2)); - StringBuilder L = a.L(""); - L.append(((float) ((int) ((hypot2 * 100.0f) / hypot))) / 100.0f); - String sb = L.toString(); + StringBuilder K = a.K(""); + K.append(((float) ((int) ((hypot2 * 100.0f) / hypot))) / 100.0f); + String sb = K.toString(); getTextBounds(sb, this.mTextPaint); canvas.drawTextOnPath(sb, path, (hypot2 / 2.0f) - ((float) (this.mBounds.width() / 2)), -20.0f, this.mTextPaint); canvas.drawLine(f, f2, f10, f11, this.mPaintGraph); } private void drawPathScreenTicks(Canvas canvas, float f, float f2, int i, int i2) { - StringBuilder L = a.L(""); - L.append(((float) ((int) (((double) (((f - ((float) (i / 2))) * 100.0f) / ((float) (MotionLayout.this.getWidth() - i)))) + 0.5d))) / 100.0f); - String sb = L.toString(); + StringBuilder K = a.K(""); + K.append(((float) ((int) (((double) (((f - ((float) (i / 2))) * 100.0f) / ((float) (MotionLayout.this.getWidth() - i)))) + 0.5d))) / 100.0f); + String sb = K.toString(); getTextBounds(sb, this.mTextPaint); canvas.drawText(sb, ((f / 2.0f) - ((float) (this.mBounds.width() / 2))) + 0.0f, f2 - 20.0f, this.mTextPaint); canvas.drawLine(f, f2, Math.min(0.0f, 1.0f), f2, this.mPaintGraph); - StringBuilder L2 = a.L(""); - L2.append(((float) ((int) (((double) (((f2 - ((float) (i2 / 2))) * 100.0f) / ((float) (MotionLayout.this.getHeight() - i2)))) + 0.5d))) / 100.0f); - String sb2 = L2.toString(); + StringBuilder K2 = a.K(""); + K2.append(((float) ((int) (((double) (((f2 - ((float) (i2 / 2))) * 100.0f) / ((float) (MotionLayout.this.getHeight() - i2)))) + 0.5d))) / 100.0f); + String sb2 = K2.toString(); getTextBounds(sb2, this.mTextPaint); canvas.drawText(sb2, f + 5.0f, 0.0f - ((f2 / 2.0f) - ((float) (this.mBounds.height() / 2))), this.mTextPaint); canvas.drawLine(f, f2, f, Math.max(0.0f, 1.0f), this.mPaintGraph); @@ -554,34 +554,34 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } private void debugLayout(String str, ConstraintWidgetContainer constraintWidgetContainer) { - StringBuilder P = a.P(str, " "); - P.append(Debug.getName((View) constraintWidgetContainer.getCompanionWidget())); - String sb = P.toString(); + StringBuilder O = a.O(str, " "); + O.append(Debug.getName((View) constraintWidgetContainer.getCompanionWidget())); + String sb = O.toString(); Log.v("MotionLayout", sb + " ========= " + constraintWidgetContainer); int size = constraintWidgetContainer.getChildren().size(); for (int i = 0; i < size; i++) { String str2 = sb + "[" + i + "] "; ConstraintWidget constraintWidget = constraintWidgetContainer.getChildren().get(i); - StringBuilder L = a.L(""); + StringBuilder K = a.K(""); String str3 = "_"; - L.append(constraintWidget.mTop.mTarget != null ? "T" : str3); - StringBuilder L2 = a.L(L.toString()); - L2.append(constraintWidget.mBottom.mTarget != null ? "B" : str3); - StringBuilder L3 = a.L(L2.toString()); - L3.append(constraintWidget.mLeft.mTarget != null ? "L" : str3); - StringBuilder L4 = a.L(L3.toString()); + K.append(constraintWidget.mTop.mTarget != null ? "T" : str3); + StringBuilder K2 = a.K(K.toString()); + K2.append(constraintWidget.mBottom.mTarget != null ? "B" : str3); + StringBuilder K3 = a.K(K2.toString()); + K3.append(constraintWidget.mLeft.mTarget != null ? "L" : str3); + StringBuilder K4 = a.K(K3.toString()); if (constraintWidget.mRight.mTarget != null) { str3 = "R"; } - L4.append(str3); - String sb2 = L4.toString(); + K4.append(str3); + String sb2 = K4.toString(); View view = (View) constraintWidget.getCompanionWidget(); String name = Debug.getName(view); if (view instanceof TextView) { - StringBuilder P2 = a.P(name, "("); - P2.append((Object) ((TextView) view).getText()); - P2.append(")"); - name = P2.toString(); + StringBuilder O2 = a.O(name, "("); + O2.append((Object) ((TextView) view).getText()); + O2.append(")"); + name = O2.toString(); } Log.v("MotionLayout", str2 + " " + name + " " + constraintWidget + " " + sb2); } @@ -589,35 +589,35 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } private void debugLayoutParam(String str, ConstraintLayout.LayoutParams layoutParams) { - StringBuilder L = a.L(" "); - L.append(layoutParams.startToStart != -1 ? "SS" : "__"); - StringBuilder L2 = a.L(L.toString()); + StringBuilder K = a.K(" "); + K.append(layoutParams.startToStart != -1 ? "SS" : "__"); + StringBuilder K2 = a.K(K.toString()); String str2 = "|__"; - L2.append(layoutParams.startToEnd != -1 ? "|SE" : str2); - StringBuilder L3 = a.L(L2.toString()); - L3.append(layoutParams.endToStart != -1 ? "|ES" : str2); - StringBuilder L4 = a.L(L3.toString()); - L4.append(layoutParams.endToEnd != -1 ? "|EE" : str2); - StringBuilder L5 = a.L(L4.toString()); - L5.append(layoutParams.leftToLeft != -1 ? "|LL" : str2); - StringBuilder L6 = a.L(L5.toString()); - L6.append(layoutParams.leftToRight != -1 ? "|LR" : str2); - StringBuilder L7 = a.L(L6.toString()); - L7.append(layoutParams.rightToLeft != -1 ? "|RL" : str2); - StringBuilder L8 = a.L(L7.toString()); - L8.append(layoutParams.rightToRight != -1 ? "|RR" : str2); - StringBuilder L9 = a.L(L8.toString()); - L9.append(layoutParams.topToTop != -1 ? "|TT" : str2); - StringBuilder L10 = a.L(L9.toString()); - L10.append(layoutParams.topToBottom != -1 ? "|TB" : str2); - StringBuilder L11 = a.L(L10.toString()); - L11.append(layoutParams.bottomToTop != -1 ? "|BT" : str2); - StringBuilder L12 = a.L(L11.toString()); + K2.append(layoutParams.startToEnd != -1 ? "|SE" : str2); + StringBuilder K3 = a.K(K2.toString()); + K3.append(layoutParams.endToStart != -1 ? "|ES" : str2); + StringBuilder K4 = a.K(K3.toString()); + K4.append(layoutParams.endToEnd != -1 ? "|EE" : str2); + StringBuilder K5 = a.K(K4.toString()); + K5.append(layoutParams.leftToLeft != -1 ? "|LL" : str2); + StringBuilder K6 = a.K(K5.toString()); + K6.append(layoutParams.leftToRight != -1 ? "|LR" : str2); + StringBuilder K7 = a.K(K6.toString()); + K7.append(layoutParams.rightToLeft != -1 ? "|RL" : str2); + StringBuilder K8 = a.K(K7.toString()); + K8.append(layoutParams.rightToRight != -1 ? "|RR" : str2); + StringBuilder K9 = a.K(K8.toString()); + K9.append(layoutParams.topToTop != -1 ? "|TT" : str2); + StringBuilder K10 = a.K(K9.toString()); + K10.append(layoutParams.topToBottom != -1 ? "|TB" : str2); + StringBuilder K11 = a.K(K10.toString()); + K11.append(layoutParams.bottomToTop != -1 ? "|BT" : str2); + StringBuilder K12 = a.K(K11.toString()); if (layoutParams.bottomToBottom != -1) { str2 = "|BB"; } - L12.append(str2); - String sb = L12.toString(); + K12.append(str2); + String sb = K12.toString(); Log.v("MotionLayout", str + sb); } @@ -625,50 +625,50 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar String str2; String str3; String str4; - StringBuilder L = a.L(" "); + StringBuilder K = a.K(" "); String str5 = "B"; String str6 = "__"; if (constraintWidget.mTop.mTarget != null) { - StringBuilder L2 = a.L("T"); - L2.append(constraintWidget.mTop.mTarget.mType == ConstraintAnchor.Type.TOP ? "T" : str5); - str2 = L2.toString(); + StringBuilder K2 = a.K("T"); + K2.append(constraintWidget.mTop.mTarget.mType == ConstraintAnchor.Type.TOP ? "T" : str5); + str2 = K2.toString(); } else { str2 = str6; } - L.append(str2); - StringBuilder L3 = a.L(L.toString()); + K.append(str2); + StringBuilder K3 = a.K(K.toString()); if (constraintWidget.mBottom.mTarget != null) { - StringBuilder L4 = a.L(str5); + StringBuilder K4 = a.K(str5); if (constraintWidget.mBottom.mTarget.mType == ConstraintAnchor.Type.TOP) { str5 = "T"; } - L4.append(str5); - str3 = L4.toString(); + K4.append(str5); + str3 = K4.toString(); } else { str3 = str6; } - L3.append(str3); - StringBuilder L5 = a.L(L3.toString()); + K3.append(str3); + StringBuilder K5 = a.K(K3.toString()); String str7 = "R"; if (constraintWidget.mLeft.mTarget != null) { - StringBuilder L6 = a.L("L"); - L6.append(constraintWidget.mLeft.mTarget.mType == ConstraintAnchor.Type.LEFT ? "L" : str7); - str4 = L6.toString(); + StringBuilder K6 = a.K("L"); + K6.append(constraintWidget.mLeft.mTarget.mType == ConstraintAnchor.Type.LEFT ? "L" : str7); + str4 = K6.toString(); } else { str4 = str6; } - L5.append(str4); - StringBuilder L7 = a.L(L5.toString()); + K5.append(str4); + StringBuilder K7 = a.K(K5.toString()); if (constraintWidget.mRight.mTarget != null) { - StringBuilder L8 = a.L(str7); + StringBuilder K8 = a.K(str7); if (constraintWidget.mRight.mTarget.mType == ConstraintAnchor.Type.LEFT) { str7 = "L"; } - L8.append(str7); - str6 = L8.toString(); + K8.append(str7); + str6 = K8.toString(); } - L7.append(str6); - String sb = L7.toString(); + K7.append(str6); + String sb = K7.toString(); Log.v("MotionLayout", str + sb + " --- " + constraintWidget); } @@ -1251,15 +1251,15 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar View childAt = getChildAt(i2); int id2 = childAt.getId(); if (id2 == -1) { - StringBuilder Q = a.Q("CHECK: ", name, " ALL VIEWS SHOULD HAVE ID's "); - Q.append(childAt.getClass().getName()); - Q.append(" does not!"); - Log.w("MotionLayout", Q.toString()); + StringBuilder P = a.P("CHECK: ", name, " ALL VIEWS SHOULD HAVE ID's "); + P.append(childAt.getClass().getName()); + P.append(" does not!"); + Log.w("MotionLayout", P.toString()); } if (constraintSet.getConstraint(id2) == null) { - StringBuilder Q2 = a.Q("CHECK: ", name, " NO CONSTRAINTS for "); - Q2.append(Debug.getName(childAt)); - Log.w("MotionLayout", Q2.toString()); + StringBuilder P2 = a.P("CHECK: ", name, " NO CONSTRAINTS for "); + P2.append(Debug.getName(childAt)); + Log.w("MotionLayout", P2.toString()); } } int[] knownIds = constraintSet.getKnownIds(); @@ -1279,9 +1279,9 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } private void checkStructure(MotionScene.Transition transition) { - StringBuilder L = a.L("CHECK: transition = "); - L.append(transition.debugString(getContext())); - Log.v("MotionLayout", L.toString()); + StringBuilder K = a.K("CHECK: transition = "); + K.append(transition.debugString(getContext())); + Log.v("MotionLayout", K.toString()); Log.v("MotionLayout", "CHECK: transition.setDuration = " + transition.getDuration()); if (transition.getStartConstraintSetId() == transition.getEndConstraintSetId()) { Log.e("MotionLayout", "CHECK: start and end constraint set should not be the same!"); @@ -1302,18 +1302,18 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar private void debugPos() { for (int i = 0; i < getChildCount(); i++) { View childAt = getChildAt(i); - StringBuilder L = a.L(" "); - L.append(Debug.getLocation()); - L.append(" "); - L.append(Debug.getName(this)); - L.append(" "); - L.append(Debug.getName(getContext(), this.mCurrentState)); - L.append(" "); - L.append(Debug.getName(childAt)); - L.append(childAt.getLeft()); - L.append(" "); - L.append(childAt.getTop()); - Log.v("MotionLayout", L.toString()); + StringBuilder K = a.K(" "); + K.append(Debug.getLocation()); + K.append(" "); + K.append(Debug.getName(this)); + K.append(" "); + K.append(Debug.getName(getContext(), this.mCurrentState)); + K.append(" "); + K.append(Debug.getName(childAt)); + K.append(childAt.getLeft()); + K.append(" "); + K.append(childAt.getTop()); + Log.v("MotionLayout", K.toString()); } } @@ -1643,14 +1643,14 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } Paint paint = new Paint(); paint.setTextSize(42.0f); - StringBuilder L = a.L(this.mLastFps + " fps " + Debug.getState(this, this.mBeginState) + " -> "); - L.append(Debug.getState(this, this.mEndState)); - L.append(" (progress: "); - L.append(((float) ((int) (getProgress() * 1000.0f))) / 10.0f); - L.append(" ) state="); + StringBuilder K = a.K(this.mLastFps + " fps " + Debug.getState(this, this.mBeginState) + " -> "); + K.append(Debug.getState(this, this.mEndState)); + K.append(" (progress: "); + K.append(((float) ((int) (getProgress() * 1000.0f))) / 10.0f); + K.append(" ) state="); int i = this.mCurrentState; - L.append(i == -1 ? "undefined" : Debug.getState(this, i)); - String sb = L.toString(); + K.append(i == -1 ? "undefined" : Debug.getState(this, i)); + String sb = K.toString(); paint.setColor(-16777216); canvas.drawText(sb, 11.0f, (float) (getHeight() - 29), paint); paint.setColor(-7864184); @@ -1887,7 +1887,7 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar this.lastY = y2; return; } - a.h0("WARNING could not find view id ", viewById == null ? a.k("", i) : viewById.getContext().getResources().getResourceName(i), "MotionLayout"); + a.g0("WARNING could not find view id ", viewById == null ? a.j("", i) : viewById.getContext().getResources().getResourceName(i), "MotionLayout"); } public ConstraintSet getConstraintSet(int i) { diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java index 5589dfbaa7..17808ff7bf 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java @@ -144,9 +144,9 @@ public class MotionScene { motionLayout2 = motionLayout.findViewById(i2); } if (motionLayout2 == null) { - StringBuilder L = a.L("OnClick could not find id "); - L.append(this.mTargetId); - Log.e("MotionScene", L.toString()); + StringBuilder K = a.K("OnClick could not find id "); + K.append(this.mTargetId); + Log.e("MotionScene", K.toString()); return; } int access$100 = Transition.access$100(transition); @@ -239,9 +239,9 @@ public class MotionScene { if (i != -1) { View findViewById = motionLayout.findViewById(i); if (findViewById == null) { - StringBuilder L = a.L(" (*) could not find id "); - L.append(this.mTargetId); - Log.e("MotionScene", L.toString()); + StringBuilder K = a.K(" (*) could not find id "); + K.append(this.mTargetId); + Log.e("MotionScene", K.toString()); return; } findViewById.setOnClickListener(null); @@ -432,11 +432,11 @@ public class MotionScene { public String debugString(Context context) { String resourceEntryName = this.mConstraintSetStart == -1 ? "null" : context.getResources().getResourceEntryName(this.mConstraintSetStart); if (this.mConstraintSetEnd == -1) { - return a.t(resourceEntryName, " -> null"); + return a.s(resourceEntryName, " -> null"); } - StringBuilder P = a.P(resourceEntryName, " -> "); - P.append(context.getResources().getResourceEntryName(this.mConstraintSetEnd)); - return P.toString(); + StringBuilder O = a.O(resourceEntryName, " -> "); + O.append(context.getResources().getResourceEntryName(this.mConstraintSetEnd)); + return O.toString(); } public int getAutoTransition() { @@ -786,9 +786,9 @@ public class MotionScene { ConstraintSet constraintSet = this.mConstraintSetMap.get(i); ConstraintSet constraintSet2 = this.mConstraintSetMap.get(i2); if (constraintSet2 == null) { - StringBuilder L = a.L("ERROR! invalid deriveConstraintsFrom: @id/"); - L.append(Debug.getName(this.mMotionLayout.getContext(), i2)); - Log.e("MotionScene", L.toString()); + StringBuilder K = a.K("ERROR! invalid deriveConstraintsFrom: @id/"); + K.append(Debug.getName(this.mMotionLayout.getContext(), i2)); + Log.e("MotionScene", K.toString()); return; } constraintSet.readFallback(constraintSet2); @@ -953,9 +953,9 @@ public class MotionScene { PrintStream printStream = System.out; printStream.println("id " + i); PrintStream printStream2 = System.out; - StringBuilder L = a.L("size "); - L.append(this.mConstraintSetMap.size()); - printStream2.println(L.toString()); + StringBuilder K = a.K("size "); + K.append(this.mConstraintSetMap.size()); + printStream2.println(K.toString()); } StateSet stateSet = this.mStateSet; if (!(stateSet == null || (stateGetConstraintID = stateSet.stateGetConstraintID(i, i2, i3)) == -1)) { @@ -964,10 +964,10 @@ public class MotionScene { if (this.mConstraintSetMap.get(i) != null) { return this.mConstraintSetMap.get(i); } - StringBuilder L2 = a.L("Warning could not find ConstraintSet id/"); - L2.append(Debug.getName(this.mMotionLayout.getContext(), i)); - L2.append(" In MotionScene"); - Log.e("MotionScene", L2.toString()); + StringBuilder K2 = a.K("Warning could not find ConstraintSet id/"); + K2.append(Debug.getName(this.mMotionLayout.getContext(), i)); + K2.append(" In MotionScene"); + Log.e("MotionScene", K2.toString()); SparseArray sparseArray = this.mConstraintSetMap; return sparseArray.get(sparseArray.keyAt(0)); } @@ -977,9 +977,9 @@ public class MotionScene { PrintStream printStream = System.out; printStream.println("id " + str); PrintStream printStream2 = System.out; - StringBuilder L = a.L("size "); - L.append(this.mConstraintSetMap.size()); - printStream2.println(L.toString()); + StringBuilder K = a.K("size "); + K.append(this.mConstraintSetMap.size()); + printStream2.println(K.toString()); } for (int i = 0; i < this.mConstraintSetMap.size(); i++) { int keyAt = this.mConstraintSetMap.keyAt(i); diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/SplineSet.java b/app/src/main/java/androidx/constraintlayout/motion/widget/SplineSet.java index a29cecbab6..970dc35e4a 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/SplineSet.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/SplineSet.java @@ -454,12 +454,12 @@ public abstract class SplineSet { String str = this.mType; DecimalFormat decimalFormat = new DecimalFormat("##.##"); for (int i = 0; i < this.count; i++) { - StringBuilder P = a.P(str, "["); - P.append(this.mTimePoints[i]); - P.append(" , "); - P.append(decimalFormat.format((double) this.mValues[i])); - P.append("] "); - str = P.toString(); + StringBuilder O = a.O(str, "["); + O.append(this.mTimePoints[i]); + O.append(" , "); + O.append(decimalFormat.format((double) this.mValues[i])); + O.append("] "); + str = O.toString(); } return str; } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/TimeCycleSplineSet.java b/app/src/main/java/androidx/constraintlayout/motion/widget/TimeCycleSplineSet.java index 1279563d98..4a7f4877f4 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/TimeCycleSplineSet.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/TimeCycleSplineSet.java @@ -501,9 +501,9 @@ public abstract class TimeCycleSplineSet { public void setup(int i) { int i2 = this.count; if (i2 == 0) { - StringBuilder L = a.L("Error no points added to "); - L.append(this.mType); - Log.e("SplineSet", L.toString()); + StringBuilder K = a.K("Error no points added to "); + K.append(this.mType); + Log.e("SplineSet", K.toString()); return; } Sort.doubleQuickSort(this.mTimePoints, this.mValues, 0, i2 - 1); @@ -549,12 +549,12 @@ public abstract class TimeCycleSplineSet { String str = this.mType; DecimalFormat decimalFormat = new DecimalFormat("##.##"); for (int i = 0; i < this.count; i++) { - StringBuilder P = a.P(str, "["); - P.append(this.mTimePoints[i]); - P.append(" , "); - P.append(decimalFormat.format(this.mValues[i])); - P.append("] "); - str = P.toString(); + StringBuilder O = a.O(str, "["); + O.append(this.mTimePoints[i]); + O.append(" , "); + O.append(decimalFormat.format(this.mValues[i])); + O.append("] "); + str = O.toString(); } return str; } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/TouchResponse.java b/app/src/main/java/androidx/constraintlayout/motion/widget/TouchResponse.java index 02dbb13d49..cc5c871feb 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/TouchResponse.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/TouchResponse.java @@ -385,9 +385,9 @@ public class TouchResponse { if (i != -1) { view = this.mMotionLayout.findViewById(i); if (view == null) { - StringBuilder L = a.L("cannot find TouchAnchorId @id/"); - L.append(Debug.getName(this.mMotionLayout.getContext(), this.mTouchAnchorId)); - Log.e("TouchResponse", L.toString()); + StringBuilder K = a.K("cannot find TouchAnchorId @id/"); + K.append(Debug.getName(this.mMotionLayout.getContext(), this.mTouchAnchorId)); + Log.e("TouchResponse", K.toString()); } } else { view = null; diff --git a/app/src/main/java/androidx/constraintlayout/solver/ArrayLinkedVariables.java b/app/src/main/java/androidx/constraintlayout/solver/ArrayLinkedVariables.java index 09f712bd23..ee2e72668e 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/ArrayLinkedVariables.java +++ b/app/src/main/java/androidx/constraintlayout/solver/ArrayLinkedVariables.java @@ -493,12 +493,12 @@ public class ArrayLinkedVariables implements ArrayRow.ArrayRowVariables { String str = ""; int i2 = 0; while (i != -1 && i2 < this.currentSize) { - StringBuilder L = a.L(a.t(str, " -> ")); - L.append(this.mArrayValues[i]); - L.append(" : "); - StringBuilder L2 = a.L(L.toString()); - L2.append(this.mCache.mIndexedVariables[this.mArrayIndices[i]]); - str = L2.toString(); + StringBuilder K = a.K(a.s(str, " -> ")); + K.append(this.mArrayValues[i]); + K.append(" : "); + StringBuilder K2 = a.K(K.toString()); + K2.append(this.mCache.mIndexedVariables[this.mArrayIndices[i]]); + str = K2.toString(); i = this.mArrayNextIndices[i]; i2++; } diff --git a/app/src/main/java/androidx/constraintlayout/solver/ArrayRow.java b/app/src/main/java/androidx/constraintlayout/solver/ArrayRow.java index 31f8999928..f36c122c70 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/ArrayRow.java +++ b/app/src/main/java/androidx/constraintlayout/solver/ArrayRow.java @@ -441,15 +441,15 @@ public class ArrayRow implements LinearSystem.Row { if (this.variable == null) { str = "0"; } else { - StringBuilder L = a.L(""); - L.append(this.variable); - str = L.toString(); + StringBuilder K = a.K(""); + K.append(this.variable); + str = K.toString(); } - String t = a.t(str, " = "); + String s2 = a.s(str, " = "); if (this.constantValue != 0.0f) { - StringBuilder L2 = a.L(t); - L2.append(this.constantValue); - t = L2.toString(); + StringBuilder K2 = a.K(s2); + K2.append(this.constantValue); + s2 = K2.toString(); z2 = true; } else { z2 = false; @@ -461,17 +461,17 @@ public class ArrayRow implements LinearSystem.Row { String solverVariable = variable.toString(); if (!z2) { if (variableValue < 0.0f) { - t = a.t(t, "- "); + s2 = a.s(s2, "- "); } - t = variableValue == 1.0f ? a.t(t, solverVariable) : t + variableValue + " " + solverVariable; + s2 = variableValue == 1.0f ? a.s(s2, solverVariable) : s2 + variableValue + " " + solverVariable; z2 = true; } else if (i > 0) { - t = a.t(t, " + "); + s2 = a.s(s2, " + "); if (variableValue == 1.0f) { } z2 = true; } else { - t = a.t(t, " - "); + s2 = a.s(s2, " - "); } variableValue *= -1.0f; if (variableValue == 1.0f) { @@ -479,7 +479,7 @@ public class ArrayRow implements LinearSystem.Row { z2 = true; } } - return !z2 ? a.t(t, "0.0") : t; + return !z2 ? a.s(s2, "0.0") : s2; } public String toString() { diff --git a/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java b/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java index 7b5b113c46..baeb7397d9 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java +++ b/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java @@ -218,21 +218,21 @@ public class LinearSystem { displaySolverVariables(); String str = ""; for (int i = 0; i < this.mNumRows; i++) { - StringBuilder L = a.L(str); - L.append(this.mRows[i]); - str = a.t(L.toString(), "\n"); + StringBuilder K = a.K(str); + K.append(this.mRows[i]); + str = a.s(K.toString(), "\n"); } - StringBuilder L2 = a.L(str); - L2.append(this.mGoal); - L2.append("\n"); - System.out.println(L2.toString()); + StringBuilder K2 = a.K(str); + K2.append(this.mGoal); + K2.append("\n"); + System.out.println(K2.toString()); } private void displaySolverVariables() { - StringBuilder L = a.L("Display Rows ("); - L.append(this.mNumRows); - L.append("x"); - System.out.println(a.y(L, this.mNumColumns, ")\n")); + StringBuilder K = a.K("Display Rows ("); + K.append(this.mNumRows); + K.append("x"); + System.out.println(a.w(K, this.mNumColumns, ")\n")); } private int enforceBFS(Row row) throws Exception { @@ -336,7 +336,7 @@ public class LinearSystem { int i2 = i * 4; int i3 = i2 / 1024; int i4 = i3 / 1024; - return i4 > 0 ? a.l("", i4, " Mb") : i3 > 0 ? a.l("", i3, " Kb") : a.l("", i2, " bytes"); + return i4 > 0 ? a.k("", i4, " Mb") : i3 > 0 ? a.k("", i3, " Kb") : a.k("", i2, " bytes"); } private String getDisplayStrength(int i) { @@ -811,34 +811,34 @@ public class LinearSystem { public void displayReadableRows() { displaySolverVariables(); - String y2 = a.y(a.L(" num vars "), this.mVariablesID, "\n"); + String w = a.w(a.K(" num vars "), this.mVariablesID, "\n"); for (int i = 0; i < this.mVariablesID + 1; i++) { SolverVariable solverVariable = this.mCache.mIndexedVariables[i]; if (solverVariable != null && solverVariable.isFinalValue) { - y2 = y2 + " $[" + i + "] => " + solverVariable + " = " + solverVariable.computedValue + "\n"; + w = w + " $[" + i + "] => " + solverVariable + " = " + solverVariable.computedValue + "\n"; } } - String t = a.t(y2, "\n"); + String s2 = a.s(w, "\n"); for (int i2 = 0; i2 < this.mVariablesID + 1; i2++) { SolverVariable[] solverVariableArr = this.mCache.mIndexedVariables; SolverVariable solverVariable2 = solverVariableArr[i2]; if (solverVariable2 != null && solverVariable2.isSynonym) { - t = t + " ~[" + i2 + "] => " + solverVariable2 + " = " + solverVariableArr[solverVariable2.synonym] + " + " + solverVariable2.synonymDelta + "\n"; + s2 = s2 + " ~[" + i2 + "] => " + solverVariable2 + " = " + solverVariableArr[solverVariable2.synonym] + " + " + solverVariable2.synonymDelta + "\n"; } } - String t2 = a.t(t, "\n\n # "); + String s3 = a.s(s2, "\n\n # "); for (int i3 = 0; i3 < this.mNumRows; i3++) { - StringBuilder L = a.L(t2); - L.append(this.mRows[i3].toReadableString()); - t2 = a.t(L.toString(), "\n # "); + StringBuilder K = a.K(s3); + K.append(this.mRows[i3].toReadableString()); + s3 = a.s(K.toString(), "\n # "); } if (this.mGoal != null) { - StringBuilder P = a.P(t2, "Goal: "); - P.append(this.mGoal); - P.append("\n"); - t2 = P.toString(); + StringBuilder O = a.O(s3, "Goal: "); + O.append(this.mGoal); + O.append("\n"); + s3 = O.toString(); } - System.out.println(t2); + System.out.println(s3); } public void displaySystemInformations() { @@ -857,28 +857,28 @@ public class LinearSystem { } } PrintStream printStream = System.out; - StringBuilder L = a.L("Linear System -> Table size: "); - L.append(this.TABLE_SIZE); - L.append(" ("); + StringBuilder K = a.K("Linear System -> Table size: "); + K.append(this.TABLE_SIZE); + K.append(" ("); int i5 = this.TABLE_SIZE; - L.append(getDisplaySize(i5 * i5)); - L.append(") -- row sizes: "); - L.append(getDisplaySize(i)); - L.append(", actual size: "); - L.append(getDisplaySize(i3)); - L.append(" rows: "); - L.append(this.mNumRows); - L.append("/"); - L.append(this.mMaxRows); - L.append(" cols: "); - L.append(this.mNumColumns); - L.append("/"); - L.append(this.mMaxColumns); - L.append(" "); - L.append(0); - L.append(" occupied cells, "); - L.append(getDisplaySize(0)); - printStream.println(L.toString()); + K.append(getDisplaySize(i5 * i5)); + K.append(") -- row sizes: "); + K.append(getDisplaySize(i)); + K.append(", actual size: "); + K.append(getDisplaySize(i3)); + K.append(" rows: "); + K.append(this.mNumRows); + K.append("/"); + K.append(this.mMaxRows); + K.append(" cols: "); + K.append(this.mNumColumns); + K.append("/"); + K.append(this.mMaxColumns); + K.append(" "); + K.append(0); + K.append(" occupied cells, "); + K.append(getDisplaySize(0)); + printStream.println(K.toString()); } public void displayVariablesReadableRows() { @@ -886,15 +886,15 @@ public class LinearSystem { String str = ""; for (int i = 0; i < this.mNumRows; i++) { if (this.mRows[i].variable.mType == SolverVariable.Type.UNRESTRICTED) { - StringBuilder L = a.L(str); - L.append(this.mRows[i].toReadableString()); - str = a.t(L.toString(), "\n"); + StringBuilder K = a.K(str); + K.append(this.mRows[i].toReadableString()); + str = a.s(K.toString(), "\n"); } } - StringBuilder L2 = a.L(str); - L2.append(this.mGoal); - L2.append("\n"); - System.out.println(L2.toString()); + StringBuilder K2 = a.K(str); + K2.append(this.mGoal); + K2.append("\n"); + System.out.println(K2.toString()); } public void fillMetrics(Metrics metrics) { diff --git a/app/src/main/java/androidx/constraintlayout/solver/Metrics.java b/app/src/main/java/androidx/constraintlayout/solver/Metrics.java index 79f482049e..db1d5a9d42 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/Metrics.java +++ b/app/src/main/java/androidx/constraintlayout/solver/Metrics.java @@ -83,23 +83,23 @@ public class Metrics { } public String toString() { - StringBuilder L = a.L("\n*** Metrics ***\nmeasures: "); - L.append(this.measures); - L.append("\nmeasuresWrap: "); - L.append(this.measuresWrap); - L.append("\nmeasuresWrapInfeasible: "); - L.append(this.measuresWrapInfeasible); - L.append("\ndetermineGroups: "); - L.append(this.determineGroups); - L.append("\ninfeasibleDetermineGroups: "); - L.append(this.infeasibleDetermineGroups); - L.append("\ngraphOptimizer: "); - L.append(this.graphOptimizer); - L.append("\nwidgets: "); - L.append(this.widgets); - L.append("\ngraphSolved: "); - L.append(this.graphSolved); - L.append("\nlinearSolved: "); - return a.z(L, this.linearSolved, "\n"); + StringBuilder K = a.K("\n*** Metrics ***\nmeasures: "); + K.append(this.measures); + K.append("\nmeasuresWrap: "); + K.append(this.measuresWrap); + K.append("\nmeasuresWrapInfeasible: "); + K.append(this.measuresWrapInfeasible); + K.append("\ndetermineGroups: "); + K.append(this.determineGroups); + K.append("\ninfeasibleDetermineGroups: "); + K.append(this.infeasibleDetermineGroups); + K.append("\ngraphOptimizer: "); + K.append(this.graphOptimizer); + K.append("\nwidgets: "); + K.append(this.widgets); + K.append("\ngraphSolved: "); + K.append(this.graphSolved); + K.append("\nlinearSolved: "); + return a.y(K, this.linearSolved, "\n"); } } diff --git a/app/src/main/java/androidx/constraintlayout/solver/PriorityGoalRow.java b/app/src/main/java/androidx/constraintlayout/solver/PriorityGoalRow.java index 3d77f3e692..5aa49b14f4 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/PriorityGoalRow.java +++ b/app/src/main/java/androidx/constraintlayout/solver/PriorityGoalRow.java @@ -132,15 +132,15 @@ public class PriorityGoalRow extends ArrayRow { String str = "[ "; if (this.variable != null) { for (int i = 0; i < 9; i++) { - StringBuilder L = a.L(str); - L.append(this.variable.goalStrengthVector[i]); - L.append(" "); - str = L.toString(); + StringBuilder K = a.K(str); + K.append(this.variable.goalStrengthVector[i]); + K.append(" "); + str = K.toString(); } } - StringBuilder P = a.P(str, "] "); - P.append(this.variable); - return P.toString(); + StringBuilder O = a.O(str, "] "); + O.append(this.variable); + return O.toString(); } } @@ -251,10 +251,10 @@ public class PriorityGoalRow extends ArrayRow { @Override // androidx.constraintlayout.solver.ArrayRow public String toString() { - StringBuilder P = a.P("", " goal -> ("); - P.append(this.constantValue); - P.append(") : "); - String sb = P.toString(); + StringBuilder O = a.O("", " goal -> ("); + O.append(this.constantValue); + O.append(") : "); + String sb = O.toString(); for (int i = 0; i < this.numGoals; i++) { this.accessor.init(this.arrayGoals[i]); sb = sb + this.accessor + " "; diff --git a/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java b/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java index dccfe45170..0538528683 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java +++ b/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java @@ -117,41 +117,41 @@ public class SolverVariable { private static String getUniqueName(Type type, String str) { if (str != null) { - StringBuilder L = a.L(str); - L.append(uniqueErrorId); - return L.toString(); + StringBuilder K = a.K(str); + K.append(uniqueErrorId); + return K.toString(); } int ordinal = type.ordinal(); if (ordinal == 0) { - StringBuilder L2 = a.L("U"); + StringBuilder K2 = a.K("U"); int i = uniqueUnrestrictedId + 1; uniqueUnrestrictedId = i; - L2.append(i); - return L2.toString(); + K2.append(i); + return K2.toString(); } else if (ordinal == 1) { - StringBuilder L3 = a.L("C"); + StringBuilder K3 = a.K("C"); int i2 = uniqueConstantId + 1; uniqueConstantId = i2; - L3.append(i2); - return L3.toString(); + K3.append(i2); + return K3.toString(); } else if (ordinal == 2) { - StringBuilder L4 = a.L("S"); + StringBuilder K4 = a.K("S"); int i3 = uniqueSlackId + 1; uniqueSlackId = i3; - L4.append(i3); - return L4.toString(); + K4.append(i3); + return K4.toString(); } else if (ordinal == 3) { - StringBuilder L5 = a.L("e"); + StringBuilder K5 = a.K("e"); int i4 = uniqueErrorId + 1; uniqueErrorId = i4; - L5.append(i4); - return L5.toString(); + K5.append(i4); + return K5.toString(); } else if (ordinal == 4) { - StringBuilder L6 = a.L("V"); + StringBuilder K6 = a.K("V"); int i5 = uniqueId + 1; uniqueId = i5; - L6.append(i5); - return L6.toString(); + K6.append(i5); + return K6.toString(); } else { throw new AssertionError(type.name()); } @@ -273,9 +273,9 @@ public class SolverVariable { boolean z2 = false; boolean z3 = true; while (i < this.strengthVector.length) { - StringBuilder L = a.L(str); - L.append(this.strengthVector[i]); - String sb = L.toString(); + StringBuilder K = a.K(str); + K.append(this.strengthVector[i]); + String sb = K.toString(); float[] fArr = this.strengthVector; if (fArr[i] > 0.0f) { z2 = false; @@ -285,24 +285,24 @@ public class SolverVariable { if (fArr[i] != 0.0f) { z3 = false; } - str = i < fArr.length + -1 ? a.t(sb, ", ") : a.t(sb, "] "); + str = i < fArr.length + -1 ? a.s(sb, ", ") : a.s(sb, "] "); i++; } if (z2) { - str = a.t(str, " (-)"); + str = a.s(str, " (-)"); } - return z3 ? a.t(str, " (*)") : str; + return z3 ? a.s(str, " (*)") : str; } public String toString() { if (this.mName != null) { - StringBuilder L = a.L(""); - L.append(this.mName); - return L.toString(); + StringBuilder K = a.K(""); + K.append(this.mName); + return K.toString(); } - StringBuilder L2 = a.L(""); - L2.append(this.f20id); - return L2.toString(); + StringBuilder K2 = a.K(""); + K2.append(this.f20id); + return K2.toString(); } public final void updateReferencesWithNewDefinition(LinearSystem linearSystem, ArrayRow arrayRow) { diff --git a/app/src/main/java/androidx/constraintlayout/solver/SolverVariableValues.java b/app/src/main/java/androidx/constraintlayout/solver/SolverVariableValues.java index 6febe5cf30..5a48f85db0 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/SolverVariableValues.java +++ b/app/src/main/java/androidx/constraintlayout/solver/SolverVariableValues.java @@ -65,9 +65,9 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { int i2 = this.keys[i]; boolean z2 = false; while (!z2) { - StringBuilder P = a.P(str, " "); - P.append(this.variables[i2]); - str = P.toString(); + StringBuilder O = a.O(str, " "); + O.append(this.variables[i2]); + str = O.toString(); int[] iArr = this.nextKeys; if (iArr[i2] != -1) { i2 = iArr[i2]; @@ -404,26 +404,26 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { if (variable != null) { String str4 = str3 + variable + " = " + getVariableValue(i2) + " "; int indexOf = indexOf(variable); - String t = a.t(str4, "[p: "); + String s2 = a.s(str4, "[p: "); if (this.previous[indexOf] != -1) { - StringBuilder L = a.L(t); - L.append(this.mCache.mIndexedVariables[this.variables[this.previous[indexOf]]]); - str = L.toString(); + StringBuilder K = a.K(s2); + K.append(this.mCache.mIndexedVariables[this.variables[this.previous[indexOf]]]); + str = K.toString(); } else { - str = a.t(t, "none"); + str = a.s(s2, "none"); } - String t2 = a.t(str, ", n: "); + String s3 = a.s(str, ", n: "); if (this.next[indexOf] != -1) { - StringBuilder L2 = a.L(t2); - L2.append(this.mCache.mIndexedVariables[this.variables[this.next[indexOf]]]); - str2 = L2.toString(); + StringBuilder K2 = a.K(s3); + K2.append(this.mCache.mIndexedVariables[this.variables[this.next[indexOf]]]); + str2 = K2.toString(); } else { - str2 = a.t(t2, "none"); + str2 = a.s(s3, "none"); } - str3 = a.t(str2, "]"); + str3 = a.s(str2, "]"); } } - return a.t(str3, " }"); + return a.s(str3, " }"); } @Override // androidx.constraintlayout.solver.ArrayRow.ArrayRowVariables diff --git a/app/src/main/java/androidx/constraintlayout/solver/state/ConstraintReference.java b/app/src/main/java/androidx/constraintlayout/solver/state/ConstraintReference.java index a53c42b385..d55a69e4bb 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/state/ConstraintReference.java +++ b/app/src/main/java/androidx/constraintlayout/solver/state/ConstraintReference.java @@ -131,9 +131,9 @@ public class ConstraintReference implements Reference { @Override // java.lang.Throwable, java.lang.Object public String toString() { - StringBuilder L = a.L("IncorrectConstraintException: "); - L.append(this.mErrors.toString()); - return L.toString(); + StringBuilder K = a.K("IncorrectConstraintException: "); + K.append(this.mErrors.toString()); + return K.toString(); } } diff --git a/app/src/main/java/androidx/constraintlayout/solver/state/State.java b/app/src/main/java/androidx/constraintlayout/solver/state/State.java index a2e63a233e..6c31ad2dc1 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/state/State.java +++ b/app/src/main/java/androidx/constraintlayout/solver/state/State.java @@ -105,10 +105,10 @@ public class State { } private String createHelperKey() { - StringBuilder L = a.L("__HELPER_KEY_"); + StringBuilder K = a.K("__HELPER_KEY_"); int i = this.numHelpers; this.numHelpers = i + 1; - return a.y(L, i, "__"); + return a.w(K, i, "__"); } public void apply(ConstraintWidgetContainer constraintWidgetContainer) { diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/Barrier.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/Barrier.java index 325ac8efed..d07d787764 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/Barrier.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/Barrier.java @@ -252,19 +252,19 @@ public class Barrier extends HelperWidget { @Override // androidx.constraintlayout.solver.widgets.ConstraintWidget public String toString() { - StringBuilder L = a.L("[Barrier] "); - L.append(getDebugName()); - L.append(" {"); - String sb = L.toString(); + StringBuilder K = a.K("[Barrier] "); + K.append(getDebugName()); + K.append(" {"); + String sb = K.toString(); for (int i = 0; i < this.mWidgetsCount; i++) { ConstraintWidget constraintWidget = this.mWidgets[i]; if (i > 0) { - sb = a.t(sb, ", "); + sb = a.s(sb, ", "); } - StringBuilder L2 = a.L(sb); - L2.append(constraintWidget.getDebugName()); - sb = L2.toString(); + StringBuilder K2 = a.K(sb); + K2.append(constraintWidget.getDebugName()); + sb = K2.toString(); } - return a.t(sb, "}"); + return a.s(sb, "}"); } } diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/ConstraintWidget.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/ConstraintWidget.java index 42d668d9d6..b453177587 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/ConstraintWidget.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/ConstraintWidget.java @@ -3057,9 +3057,9 @@ public class ConstraintWidget { public String toString() { StringBuilder sb = new StringBuilder(); String str = ""; - sb.append(this.mType != null ? a.D(a.L("type: "), this.mType, " ") : str); + sb.append(this.mType != null ? a.C(a.K("type: "), this.mType, " ") : str); if (this.mDebugName != null) { - str = a.D(a.L("id: "), this.mDebugName, " "); + str = a.C(a.K("id: "), this.mDebugName, " "); } sb.append(str); sb.append("("); @@ -3069,7 +3069,7 @@ public class ConstraintWidget { sb.append(") - ("); sb.append(this.mWidth); sb.append(" x "); - return a.y(sb, this.mHeight, ")"); + return a.w(sb, this.mHeight, ")"); } public void updateFromRuns(boolean z2, boolean z3) { diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/ChainRun.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/ChainRun.java index 01ceed540b..dd414ffcf3 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/ChainRun.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/ChainRun.java @@ -173,13 +173,13 @@ public class ChainRun extends WidgetRun { } public String toString() { - StringBuilder L = a.L("ChainRun "); - L.append(this.orientation == 0 ? "horizontal : " : "vertical : "); - String sb = L.toString(); + StringBuilder K = a.K("ChainRun "); + K.append(this.orientation == 0 ? "horizontal : " : "vertical : "); + String sb = K.toString(); Iterator it = this.widgets.iterator(); while (it.hasNext()) { - String t = a.t(sb, "<"); - sb = a.t(t + it.next(), "> "); + String s2 = a.s(sb, "<"); + sb = a.s(s2 + it.next(), "> "); } return sb; } diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyGraph.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyGraph.java index 872bc626da..71a8fca7f6 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyGraph.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyGraph.java @@ -266,9 +266,9 @@ public class DependencyGraph { while (it.hasNext()) { str = generateDisplayGraph(it.next(), str); } - String t = a.t(str, "\n}\n"); + String s2 = a.s(str, "\n}\n"); PrintStream printStream = System.out; - printStream.println("content:<<\n" + t + "\n>>"); + printStream.println("content:<<\n" + s2 + "\n>>"); } private void findGroup(WidgetRun widgetRun, int i, ArrayList arrayList) { @@ -297,19 +297,19 @@ public class DependencyGraph { private String generateChainDisplayGraph(ChainRun chainRun, String str) { int i = chainRun.orientation; - StringBuilder L = a.L("cluster_"); - L.append(chainRun.widget.getDebugName()); - String sb = L.toString(); - String u = a.u("subgraph ", i == 0 ? a.t(sb, "_h") : a.t(sb, "_v"), " {\n"); + StringBuilder K = a.K("cluster_"); + K.append(chainRun.widget.getDebugName()); + String sb = K.toString(); + String t = a.t("subgraph ", i == 0 ? a.s(sb, "_h") : a.s(sb, "_v"), " {\n"); Iterator it = chainRun.widgets.iterator(); String str2 = ""; while (it.hasNext()) { WidgetRun next = it.next(); String debugName = next.widget.getDebugName(); - u = a.u(u, i == 0 ? a.t(debugName, "_HORIZONTAL") : a.t(debugName, "_VERTICAL"), ";\n"); + t = a.t(t, i == 0 ? a.s(debugName, "_HORIZONTAL") : a.s(debugName, "_VERTICAL"), ";\n"); str2 = generateDisplayGraph(next, str2); } - return a.u(str, str2, a.t(u, "}\n")); + return a.t(str, str2, a.s(t, "}\n")); } private String generateDisplayGraph(WidgetRun widgetRun, String str) { @@ -319,9 +319,9 @@ public class DependencyGraph { if (!(widgetRun instanceof HelperReferences) && dependencyNode.dependencies.isEmpty() && (dependencyNode2.dependencies.isEmpty() && dependencyNode.targets.isEmpty()) && dependencyNode2.targets.isEmpty()) { return str; } - StringBuilder L = a.L(str); - L.append(nodeDefinition(widgetRun)); - String sb = L.toString(); + StringBuilder K = a.K(str); + K.append(nodeDefinition(widgetRun)); + String sb = K.toString(); boolean isCenteredConnection = isCenteredConnection(dependencyNode, dependencyNode2); String generateDisplayNode = generateDisplayNode(dependencyNode2, isCenteredConnection, generateDisplayNode(dependencyNode, isCenteredConnection, sb)); boolean z3 = widgetRun instanceof VerticalWidgetRun; @@ -332,19 +332,19 @@ public class DependencyGraph { ConstraintWidget.DimensionBehaviour horizontalDimensionBehaviour = widgetRun.widget.getHorizontalDimensionBehaviour(); if (horizontalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.FIXED || horizontalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.WRAP_CONTENT) { if (!dependencyNode.targets.isEmpty() && dependencyNode2.targets.isEmpty()) { - StringBuilder L2 = a.L("\n"); - L2.append(dependencyNode2.name()); - L2.append(" -> "); - L2.append(dependencyNode.name()); - L2.append("\n"); - generateDisplayNode = a.t(generateDisplayNode, L2.toString()); + StringBuilder K2 = a.K("\n"); + K2.append(dependencyNode2.name()); + K2.append(" -> "); + K2.append(dependencyNode.name()); + K2.append("\n"); + generateDisplayNode = a.s(generateDisplayNode, K2.toString()); } else if (dependencyNode.targets.isEmpty() && !dependencyNode2.targets.isEmpty()) { - StringBuilder L3 = a.L("\n"); - L3.append(dependencyNode.name()); - L3.append(" -> "); - L3.append(dependencyNode2.name()); - L3.append("\n"); - generateDisplayNode = a.t(generateDisplayNode, L3.toString()); + StringBuilder K3 = a.K("\n"); + K3.append(dependencyNode.name()); + K3.append(" -> "); + K3.append(dependencyNode2.name()); + K3.append("\n"); + generateDisplayNode = a.s(generateDisplayNode, K3.toString()); } } else if (horizontalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.MATCH_CONSTRAINT && widgetRun.widget.getDimensionRatio() > 0.0f) { widgetRun.widget.getDebugName(); @@ -353,19 +353,19 @@ public class DependencyGraph { ConstraintWidget.DimensionBehaviour verticalDimensionBehaviour = widgetRun.widget.getVerticalDimensionBehaviour(); if (verticalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.FIXED || verticalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.WRAP_CONTENT) { if (!dependencyNode.targets.isEmpty() && dependencyNode2.targets.isEmpty()) { - StringBuilder L4 = a.L("\n"); - L4.append(dependencyNode2.name()); - L4.append(" -> "); - L4.append(dependencyNode.name()); - L4.append("\n"); - generateDisplayNode = a.t(generateDisplayNode, L4.toString()); + StringBuilder K4 = a.K("\n"); + K4.append(dependencyNode2.name()); + K4.append(" -> "); + K4.append(dependencyNode.name()); + K4.append("\n"); + generateDisplayNode = a.s(generateDisplayNode, K4.toString()); } else if (dependencyNode.targets.isEmpty() && !dependencyNode2.targets.isEmpty()) { - StringBuilder L5 = a.L("\n"); - L5.append(dependencyNode.name()); - L5.append(" -> "); - L5.append(dependencyNode2.name()); - L5.append("\n"); - generateDisplayNode = a.t(generateDisplayNode, L5.toString()); + StringBuilder K5 = a.K("\n"); + K5.append(dependencyNode.name()); + K5.append(" -> "); + K5.append(dependencyNode2.name()); + K5.append("\n"); + generateDisplayNode = a.s(generateDisplayNode, K5.toString()); } } else if (verticalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.MATCH_CONSTRAINT && widgetRun.widget.getDimensionRatio() > 0.0f) { widgetRun.widget.getDebugName(); @@ -376,28 +376,28 @@ public class DependencyGraph { private String generateDisplayNode(DependencyNode dependencyNode, boolean z2, String str) { for (DependencyNode dependencyNode2 : dependencyNode.targets) { - StringBuilder L = a.L("\n"); - L.append(dependencyNode.name()); - StringBuilder P = a.P(L.toString(), " -> "); - P.append(dependencyNode2.name()); - String sb = P.toString(); + StringBuilder K = a.K("\n"); + K.append(dependencyNode.name()); + StringBuilder O = a.O(K.toString(), " -> "); + O.append(dependencyNode2.name()); + String sb = O.toString(); if (dependencyNode.margin > 0 || z2 || (dependencyNode.run instanceof HelperReferences)) { - String t = a.t(sb, "["); + String s2 = a.s(sb, "["); if (dependencyNode.margin > 0) { - t = a.y(a.P(t, "label=\""), dependencyNode.margin, "\""); + s2 = a.w(a.O(s2, "label=\""), dependencyNode.margin, "\""); if (z2) { - t = a.t(t, ","); + s2 = a.s(s2, ","); } } if (z2) { - t = a.t(t, " style=dashed "); + s2 = a.s(s2, " style=dashed "); } if (dependencyNode.run instanceof HelperReferences) { - t = a.t(t, " style=bold,color=gray "); + s2 = a.s(s2, " style=bold,color=gray "); } - sb = a.t(t, "]"); + sb = a.s(s2, "]"); } - str = a.t(str, a.t(sb, "\n")); + str = a.s(str, a.s(sb, "\n")); } return str; } @@ -440,59 +440,59 @@ public class DependencyGraph { ConstraintWidget constraintWidget = widgetRun.widget; ConstraintWidget.DimensionBehaviour horizontalDimensionBehaviour = !z2 ? constraintWidget.getHorizontalDimensionBehaviour() : constraintWidget.getVerticalDimensionBehaviour(); RunGroup runGroup = widgetRun.runGroup; - String t = a.t(a.t(a.t(!z2 ? a.t(debugName, "_HORIZONTAL") : a.t(debugName, "_VERTICAL"), " [shape=none, label=<"), ""), " "); + String s2 = a.s(a.s(a.s(!z2 ? a.s(debugName, "_HORIZONTAL") : a.s(debugName, "_VERTICAL"), " [shape=none, label=<"), "
"), " "); if (!z2) { - String t2 = a.t(t, " "); + str = a.s(s3, " PORT=\"LEFT\" BORDER=\"1\">L"); } else { - String t3 = a.t(t, " "); + str = a.s(s4, " PORT=\"TOP\" BORDER=\"1\">T"); } - String t4 = a.t(str, " "; + String str4 = s5 + ">" + debugName + str2 + " "; if (!z2) { - String t5 = a.t(str4, " "); + str3 = a.s(s6, " PORT=\"RIGHT\" BORDER=\"1\">R"); } else { - String t6 = a.t(str4, " "), " "), " "); + str3 = a.s(s8, " PORT=\"BOTTOM\" BORDER=\"1\">B"); } - return a.t(a.t(str3, "
LT" + debugName + str2 + " RbbB
"), ">];\n"); + return a.s(a.s(str3, " "), ">];\n"); } public void buildGraph() { diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyNode.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyNode.java index 23ace75774..e1fc24f786 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyNode.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyNode.java @@ -51,9 +51,9 @@ public class DependencyNode implements Dependency { public String name() { String debugName = this.run.widget.getDebugName(); Type type = this.type; - StringBuilder P = a.P((type == Type.LEFT || type == Type.RIGHT) ? a.t(debugName, "_HORIZONTAL") : a.t(debugName, "_VERTICAL"), ":"); - P.append(this.type.name()); - return P.toString(); + StringBuilder O = a.O((type == Type.LEFT || type == Type.RIGHT) ? a.s(debugName, "_HORIZONTAL") : a.s(debugName, "_VERTICAL"), ":"); + O.append(this.type.name()); + return O.toString(); } public void resolve(int i) { diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/HorizontalWidgetRun.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/HorizontalWidgetRun.java index 49c9ad1da9..31d1b7da2f 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/HorizontalWidgetRun.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/HorizontalWidgetRun.java @@ -257,9 +257,9 @@ public class HorizontalWidgetRun extends WidgetRun { } public String toString() { - StringBuilder L = a.L("HorizontalRun "); - L.append(this.widget.getDebugName()); - return L.toString(); + StringBuilder K = a.K("HorizontalRun "); + K.append(this.widget.getDebugName()); + return K.toString(); } /* JADX WARNING: Code restructure failed: missing block: B:103:0x02ba, code lost: diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/VerticalWidgetRun.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/VerticalWidgetRun.java index a41f9c2507..3537f8ad0d 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/VerticalWidgetRun.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/VerticalWidgetRun.java @@ -283,9 +283,9 @@ public class VerticalWidgetRun extends WidgetRun { } public String toString() { - StringBuilder L = a.L("VerticalRun "); - L.append(this.widget.getDebugName()); - return L.toString(); + StringBuilder K = a.K("VerticalRun "); + K.append(this.widget.getDebugName()); + return K.toString(); } @Override // androidx.constraintlayout.solver.widgets.analyzer.WidgetRun, androidx.constraintlayout.solver.widgets.analyzer.Dependency diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java index 22c926de89..1c1f9dbc3c 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java @@ -200,13 +200,13 @@ public class WidgetGroup { StringBuilder sb = new StringBuilder(); sb.append(getOrientationString()); sb.append(" ["); - String y2 = a.y(sb, this.f23id, "] <"); + String w = a.w(sb, this.f23id, "] <"); Iterator it = this.widgets.iterator(); while (it.hasNext()) { - StringBuilder P = a.P(y2, " "); - P.append(it.next().getDebugName()); - y2 = P.toString(); + StringBuilder O = a.O(w, " "); + O.append(it.next().getDebugName()); + w = O.toString(); } - return a.t(y2, " >"); + return a.s(w, " >"); } } diff --git a/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java b/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java index 1c3b7711f7..1a4e47e5d4 100644 --- a/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java +++ b/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java @@ -173,32 +173,32 @@ public class ConstraintAttribute { Class cls = view.getClass(); for (String str : hashMap.keySet()) { ConstraintAttribute constraintAttribute = hashMap.get(str); - String t = a.t("set", str); + String s2 = a.s("set", str); try { switch (constraintAttribute.mType.ordinal()) { case 0: - cls.getMethod(t, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mIntegerValue)); + cls.getMethod(s2, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mIntegerValue)); continue; case 1: - cls.getMethod(t, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue)); + cls.getMethod(s2, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue)); continue; case 2: - cls.getMethod(t, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mColorValue)); + cls.getMethod(s2, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mColorValue)); continue; case 3: - Method method = cls.getMethod(t, Drawable.class); + Method method = cls.getMethod(s2, Drawable.class); ColorDrawable colorDrawable = new ColorDrawable(); colorDrawable.setColor(constraintAttribute.mColorValue); method.invoke(view, colorDrawable); continue; case 4: - cls.getMethod(t, CharSequence.class).invoke(view, constraintAttribute.mStringValue); + cls.getMethod(s2, CharSequence.class).invoke(view, constraintAttribute.mStringValue); continue; case 5: - cls.getMethod(t, Boolean.TYPE).invoke(view, Boolean.valueOf(constraintAttribute.mBooleanValue)); + cls.getMethod(s2, Boolean.TYPE).invoke(view, Boolean.valueOf(constraintAttribute.mBooleanValue)); continue; case 6: - cls.getMethod(t, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue)); + cls.getMethod(s2, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue)); continue; default: continue; @@ -209,17 +209,17 @@ public class ConstraintAttribute { StringBuilder sb = new StringBuilder(); sb.append(cls.getName()); sb.append(" must have a method "); - sb.append(t); + sb.append(s2); Log.e("TransitionLayout", sb.toString()); } catch (IllegalAccessException e2) { - StringBuilder Q = a.Q(" Custom Attribute \"", str, "\" not found on "); - Q.append(cls.getName()); - Log.e("TransitionLayout", Q.toString()); + StringBuilder P = a.P(" Custom Attribute \"", str, "\" not found on "); + P.append(cls.getName()); + Log.e("TransitionLayout", P.toString()); e2.printStackTrace(); } catch (InvocationTargetException e3) { - StringBuilder Q2 = a.Q(" Custom Attribute \"", str, "\" not found on "); - Q2.append(cls.getName()); - Log.e("TransitionLayout", Q2.toString()); + StringBuilder P2 = a.P(" Custom Attribute \"", str, "\" not found on "); + P2.append(cls.getName()); + Log.e("TransitionLayout", P2.toString()); e3.printStackTrace(); } } @@ -328,9 +328,9 @@ public class ConstraintAttribute { */ public void setInterpolatedValue(View view, float[] fArr) { Class cls = view.getClass(); - StringBuilder L = a.L("set"); - L.append(this.mName); - String sb = L.toString(); + StringBuilder K = a.K("set"); + K.append(this.mName); + String sb = K.toString(); try { boolean z2 = true; switch (this.mType.ordinal()) { @@ -369,16 +369,16 @@ public class ConstraintAttribute { return; } } catch (NoSuchMethodException e) { - StringBuilder Q = a.Q("no method ", sb, "on View \""); - Q.append(Debug.getName(view)); - Q.append("\""); - Log.e("TransitionLayout", Q.toString()); + StringBuilder P = a.P("no method ", sb, "on View \""); + P.append(Debug.getName(view)); + P.append("\""); + Log.e("TransitionLayout", P.toString()); e.printStackTrace(); } catch (IllegalAccessException e2) { - StringBuilder Q2 = a.Q("cannot access method ", sb, "on View \""); - Q2.append(Debug.getName(view)); - Q2.append("\""); - Log.e("TransitionLayout", Q2.toString()); + StringBuilder P2 = a.P("cannot access method ", sb, "on View \""); + P2.append(Debug.getName(view)); + P2.append("\""); + Log.e("TransitionLayout", P2.toString()); e2.printStackTrace(); } catch (InvocationTargetException e3) { e3.printStackTrace(); diff --git a/app/src/main/java/androidx/constraintlayout/widget/ConstraintHelper.java b/app/src/main/java/androidx/constraintlayout/widget/ConstraintHelper.java index 61d9de42cd..3a936c8571 100644 --- a/app/src/main/java/androidx/constraintlayout/widget/ConstraintHelper.java +++ b/app/src/main/java/androidx/constraintlayout/widget/ConstraintHelper.java @@ -108,10 +108,10 @@ public abstract class ConstraintHelper extends View { ViewGroup.LayoutParams layoutParams = childAt.getLayoutParams(); if ((layoutParams instanceof ConstraintLayout.LayoutParams) && trim.equals(((ConstraintLayout.LayoutParams) layoutParams).constraintTag)) { if (childAt.getId() == -1) { - StringBuilder L = a.L("to use ConstraintTag view "); - L.append(childAt.getClass().getSimpleName()); - L.append(" must have an ID"); - Log.w("ConstraintHelper", L.toString()); + StringBuilder K = a.K("to use ConstraintTag view "); + K.append(childAt.getClass().getSimpleName()); + K.append(" must have an ID"); + Log.w("ConstraintHelper", K.toString()); } else { addRscID(childAt.getId()); } diff --git a/app/src/main/java/androidx/constraintlayout/widget/ConstraintProperties.java b/app/src/main/java/androidx/constraintlayout/widget/ConstraintProperties.java index deec04f9bf..085e8f39c9 100644 --- a/app/src/main/java/androidx/constraintlayout/widget/ConstraintProperties.java +++ b/app/src/main/java/androidx/constraintlayout/widget/ConstraintProperties.java @@ -181,7 +181,7 @@ public class ConstraintProperties { layoutParams2.leftToRight = i2; layoutParams2.leftToLeft = -1; } else { - throw new IllegalArgumentException(a.D(a.L("Left to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.C(a.K("Left to "), sideToString(i3), " undefined")); } ((ViewGroup.MarginLayoutParams) this.mParams).leftMargin = i4; break; @@ -195,7 +195,7 @@ public class ConstraintProperties { layoutParams4.rightToRight = i2; layoutParams4.rightToLeft = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i3), " undefined")); } ((ViewGroup.MarginLayoutParams) this.mParams).rightMargin = i4; break; @@ -211,7 +211,7 @@ public class ConstraintProperties { layoutParams6.topToTop = -1; layoutParams6.baselineToBaseline = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i3), " undefined")); } ((ViewGroup.MarginLayoutParams) this.mParams).topMargin = i4; break; @@ -227,7 +227,7 @@ public class ConstraintProperties { layoutParams8.bottomToBottom = -1; layoutParams8.baselineToBaseline = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i3), " undefined")); } ((ViewGroup.MarginLayoutParams) this.mParams).bottomMargin = i4; break; @@ -241,7 +241,7 @@ public class ConstraintProperties { layoutParams9.topToBottom = -1; break; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i3), " undefined")); } case 6: if (i3 == 6) { @@ -253,7 +253,7 @@ public class ConstraintProperties { layoutParams11.startToEnd = i2; layoutParams11.startToStart = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i3), " undefined")); } this.mParams.setMarginStart(i4); break; @@ -267,7 +267,7 @@ public class ConstraintProperties { layoutParams13.endToStart = i2; layoutParams13.endToEnd = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i3), " undefined")); } this.mParams.setMarginEnd(i4); break; @@ -275,7 +275,7 @@ public class ConstraintProperties { StringBuilder sb = new StringBuilder(); sb.append(sideToString(i)); sb.append(" to "); - throw new IllegalArgumentException(a.D(sb, sideToString(i3), " unknown")); + throw new IllegalArgumentException(a.C(sb, sideToString(i3), " unknown")); } return this; } diff --git a/app/src/main/java/androidx/constraintlayout/widget/ConstraintSet.java b/app/src/main/java/androidx/constraintlayout/widget/ConstraintSet.java index 0a205bec29..c2cd00b5d5 100644 --- a/app/src/main/java/androidx/constraintlayout/widget/ConstraintSet.java +++ b/app/src/main/java/androidx/constraintlayout/widget/ConstraintSet.java @@ -285,9 +285,9 @@ public class ConstraintSet { if (constraintAttribute.getType() == attributeType) { return constraintAttribute; } - StringBuilder L = a.L("ConstraintAttribute is already a "); - L.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("ConstraintAttribute is already a "); + K.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(K.toString()); } ConstraintAttribute constraintAttribute2 = new ConstraintAttribute(str, attributeType); this.mCustomConstraints.put(str, constraintAttribute2); @@ -855,21 +855,21 @@ public class ConstraintSet { this.mBarrierAllowsGoneWidgets = obtainStyledAttributes.getBoolean(index, this.mBarrierAllowsGoneWidgets); continue; case 76: - StringBuilder L = a.L("unused attribute 0x"); - L.append(Integer.toHexString(index)); - L.append(" "); - L.append(mapToConstant.get(index)); - Log.w("ConstraintSet", L.toString()); + StringBuilder K = a.K("unused attribute 0x"); + K.append(Integer.toHexString(index)); + K.append(" "); + K.append(mapToConstant.get(index)); + Log.w("ConstraintSet", K.toString()); continue; case 77: this.mConstraintTag = obtainStyledAttributes.getString(index); continue; default: - StringBuilder L2 = a.L("Unknown attribute 0x"); - L2.append(Integer.toHexString(index)); - L2.append(" "); - L2.append(mapToConstant.get(index)); - Log.w("ConstraintSet", L2.toString()); + StringBuilder K2 = a.K("Unknown attribute 0x"); + K2.append(Integer.toHexString(index)); + K2.append(" "); + K2.append(mapToConstant.get(index)); + Log.w("ConstraintSet", K2.toString()); continue; continue; continue; @@ -1205,9 +1205,9 @@ public class ConstraintSet { if (this.mSavedAttributes.containsKey(strArr[i])) { ConstraintAttribute constraintAttribute = this.mSavedAttributes.get(strArr[i]); if (constraintAttribute.getType() != attributeType) { - StringBuilder L = a.L("ConstraintAttribute is already a "); - L.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("ConstraintAttribute is already a "); + K.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(K.toString()); } } else { this.mSavedAttributes.put(strArr[i], new ConstraintAttribute(strArr[i], attributeType)); @@ -1622,18 +1622,18 @@ public class ConstraintSet { layout53.constrainedHeight = typedArray.getBoolean(index, layout53.constrainedHeight); break; case 82: - StringBuilder L = a.L("unused attribute 0x"); - L.append(Integer.toHexString(index)); - L.append(" "); - L.append(mapToConstant.get(index)); - Log.w("ConstraintSet", L.toString()); + StringBuilder K = a.K("unused attribute 0x"); + K.append(Integer.toHexString(index)); + K.append(" "); + K.append(mapToConstant.get(index)); + Log.w("ConstraintSet", K.toString()); break; default: - StringBuilder L2 = a.L("Unknown attribute 0x"); - L2.append(Integer.toHexString(index)); - L2.append(" "); - L2.append(mapToConstant.get(index)); - Log.w("ConstraintSet", L2.toString()); + StringBuilder K2 = a.K("Unknown attribute 0x"); + K2.append(Integer.toHexString(index)); + K2.append(" "); + K2.append(mapToConstant.get(index)); + Log.w("ConstraintSet", K2.toString()); break; } } @@ -1732,9 +1732,9 @@ public class ConstraintSet { View childAt = constraintLayout.getChildAt(i); int id2 = childAt.getId(); if (!this.mConstraints.containsKey(Integer.valueOf(id2))) { - StringBuilder L = a.L("id unknown "); - L.append(Debug.getName(childAt)); - Log.v("ConstraintSet", L.toString()); + StringBuilder K = a.K("id unknown "); + K.append(Debug.getName(childAt)); + Log.v("ConstraintSet", K.toString()); } else if (this.mForceId && id2 == -1) { throw new RuntimeException("All children of ConstraintLayout must have ids to use ConstraintSet"); } else if (this.mConstraints.containsKey(Integer.valueOf(id2))) { @@ -1766,9 +1766,9 @@ public class ConstraintSet { View childAt = constraintLayout.getChildAt(i); int id2 = childAt.getId(); if (!this.mConstraints.containsKey(Integer.valueOf(id2))) { - StringBuilder L = a.L("id unknown "); - L.append(Debug.getName(childAt)); - Log.w("ConstraintSet", L.toString()); + StringBuilder K = a.K("id unknown "); + K.append(Debug.getName(childAt)); + Log.w("ConstraintSet", K.toString()); } else if (this.mForceId && id2 == -1) { throw new RuntimeException("All children of ConstraintLayout must have ids to use ConstraintSet"); } else if (id2 != -1) { @@ -2101,7 +2101,7 @@ public class ConstraintSet { layout2.leftToLeft = -1; return; } else { - throw new IllegalArgumentException(a.D(a.L("left to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("left to "), sideToString(i4), " undefined")); } case 2: if (i4 == 1) { @@ -2115,7 +2115,7 @@ public class ConstraintSet { layout4.rightToLeft = -1; return; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } case 3: if (i4 == 3) { @@ -2131,7 +2131,7 @@ public class ConstraintSet { layout6.baselineToBaseline = -1; return; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } case 4: if (i4 == 4) { @@ -2147,7 +2147,7 @@ public class ConstraintSet { layout8.baselineToBaseline = -1; return; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } case 5: if (i4 == 5) { @@ -2159,7 +2159,7 @@ public class ConstraintSet { layout9.topToBottom = -1; return; } - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); case 6: if (i4 == 6) { Layout layout10 = constraint.layout; @@ -2172,7 +2172,7 @@ public class ConstraintSet { layout11.startToStart = -1; return; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } case 7: if (i4 == 7) { @@ -2186,13 +2186,13 @@ public class ConstraintSet { layout13.endToEnd = -1; return; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } default: StringBuilder sb = new StringBuilder(); sb.append(sideToString(i2)); sb.append(" to "); - throw new IllegalArgumentException(a.D(sb, sideToString(i4), " unknown")); + throw new IllegalArgumentException(a.C(sb, sideToString(i4), " unknown")); } } @@ -2212,7 +2212,7 @@ public class ConstraintSet { layout2.leftToRight = i3; layout2.leftToLeft = -1; } else { - throw new IllegalArgumentException(a.D(a.L("Left to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("Left to "), sideToString(i4), " undefined")); } constraint.layout.leftMargin = i5; return; @@ -2226,7 +2226,7 @@ public class ConstraintSet { layout4.rightToRight = i3; layout4.rightToLeft = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } constraint.layout.rightMargin = i5; return; @@ -2242,7 +2242,7 @@ public class ConstraintSet { layout6.topToTop = -1; layout6.baselineToBaseline = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } constraint.layout.topMargin = i5; return; @@ -2258,7 +2258,7 @@ public class ConstraintSet { layout8.bottomToBottom = -1; layout8.baselineToBaseline = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } constraint.layout.bottomMargin = i5; return; @@ -2272,7 +2272,7 @@ public class ConstraintSet { layout9.topToBottom = -1; return; } - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); case 6: if (i4 == 6) { Layout layout10 = constraint.layout; @@ -2283,7 +2283,7 @@ public class ConstraintSet { layout11.startToEnd = i3; layout11.startToStart = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } constraint.layout.startMargin = i5; return; @@ -2297,7 +2297,7 @@ public class ConstraintSet { layout13.endToStart = i3; layout13.endToEnd = -1; } else { - throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); } constraint.layout.endMargin = i5; return; @@ -2305,7 +2305,7 @@ public class ConstraintSet { StringBuilder sb = new StringBuilder(); sb.append(sideToString(i2)); sb.append(" to "); - throw new IllegalArgumentException(a.D(sb, sideToString(i4), " unknown")); + throw new IllegalArgumentException(a.C(sb, sideToString(i4), " unknown")); } } @@ -2667,7 +2667,7 @@ public class ConstraintSet { for (int i = 0; i < split.length; i++) { String[] split2 = split[i].split("="); if (split2.length != 2) { - a.j0(a.L(" Unable to parse "), split[i], "ConstraintSet"); + a.i0(a.K(" Unable to parse "), split[i], "ConstraintSet"); } else { Constraint.access$600(constraint, split2[0], Color.parseColor(split2[1])); } @@ -2679,7 +2679,7 @@ public class ConstraintSet { for (int i = 0; i < split.length; i++) { String[] split2 = split[i].split("="); if (split2.length != 2) { - a.j0(a.L(" Unable to parse "), split[i], "ConstraintSet"); + a.i0(a.K(" Unable to parse "), split[i], "ConstraintSet"); } else { Constraint.access$700(constraint, split2[0], Float.parseFloat(split2[1])); } @@ -2691,7 +2691,7 @@ public class ConstraintSet { for (int i = 0; i < split.length; i++) { String[] split2 = split[i].split("="); if (split2.length != 2) { - a.j0(a.L(" Unable to parse "), split[i], "ConstraintSet"); + a.i0(a.K(" Unable to parse "), split[i], "ConstraintSet"); } else { Constraint.access$700(constraint, split2[0], (float) Integer.decode(split2[1]).intValue()); } @@ -2702,7 +2702,7 @@ public class ConstraintSet { String[] splitString = splitString(str); for (int i = 0; i < splitString.length; i++) { String[] split = splitString[i].split("="); - a.j0(a.L(" Unable to parse "), splitString[i], "ConstraintSet"); + a.i0(a.K(" Unable to parse "), splitString[i], "ConstraintSet"); Constraint.access$800(constraint, split[0], split[1]); } } diff --git a/app/src/main/java/androidx/coordinatorlayout/widget/CoordinatorLayout.java b/app/src/main/java/androidx/coordinatorlayout/widget/CoordinatorLayout.java index 3abe2ec962..0f2aa8c9ce 100644 --- a/app/src/main/java/androidx/coordinatorlayout/widget/CoordinatorLayout.java +++ b/app/src/main/java/androidx/coordinatorlayout/widget/CoordinatorLayout.java @@ -377,11 +377,11 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen this.mAnchorDirectChild = null; this.mAnchorView = null; } else { - StringBuilder L = a.L("Could not find CoordinatorLayout descendant view with id "); - L.append(coordinatorLayout.getResources().getResourceName(this.mAnchorId)); - L.append(" to anchor view "); - L.append(view); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Could not find CoordinatorLayout descendant view with id "); + K.append(coordinatorLayout.getResources().getResourceName(this.mAnchorId)); + K.append(" to anchor view "); + K.append(view); + throw new IllegalStateException(K.toString()); } } @@ -824,11 +824,11 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen if (behavior == null || !behavior.getInsetDodgeRect(this, view, acquireTempRect)) { acquireTempRect.set(acquireTempRect2); } else if (!acquireTempRect2.contains(acquireTempRect)) { - StringBuilder L = a.L("Rect should be within the child's bounds. Rect:"); - L.append(acquireTempRect.toShortString()); - L.append(" | Bounds:"); - L.append(acquireTempRect2.toShortString()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Rect should be within the child's bounds. Rect:"); + K.append(acquireTempRect.toShortString()); + K.append(" | Bounds:"); + K.append(acquireTempRect2.toShortString()); + throw new IllegalArgumentException(K.toString()); } releaseTempRect(acquireTempRect2); if (acquireTempRect.isEmpty()) { @@ -897,7 +897,7 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen } return constructor.newInstance(context, attributeSet); } catch (Exception e) { - throw new RuntimeException(a.t("Could not inflate Behavior subclass ", str), e); + throw new RuntimeException(a.s("Could not inflate Behavior subclass ", str), e); } } @@ -1258,10 +1258,10 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen try { layoutParams.setBehavior((Behavior) defaultBehavior.value().getDeclaredConstructor(new Class[0]).newInstance(new Object[0])); } catch (Exception e) { - StringBuilder L = a.L("Default behavior class "); - L.append(defaultBehavior.value().getName()); - L.append(" could not be instantiated. Did you forget a default constructor?"); - Log.e("CoordinatorLayout", L.toString(), e); + StringBuilder K = a.K("Default behavior class "); + K.append(defaultBehavior.value().getName()); + K.append(" could not be instantiated. Did you forget a default constructor?"); + Log.e("CoordinatorLayout", K.toString(), e); } } layoutParams.mBehaviorResolved = true; diff --git a/app/src/main/java/androidx/core/accessibilityservice/AccessibilityServiceInfoCompat.java b/app/src/main/java/androidx/core/accessibilityservice/AccessibilityServiceInfoCompat.java index b5937f41c6..2086f21fdc 100644 --- a/app/src/main/java/androidx/core/accessibilityservice/AccessibilityServiceInfoCompat.java +++ b/app/src/main/java/androidx/core/accessibilityservice/AccessibilityServiceInfoCompat.java @@ -28,27 +28,27 @@ public final class AccessibilityServiceInfoCompat { @NonNull public static String feedbackTypeToString(int i) { - StringBuilder L = a.L("["); + StringBuilder K = a.K("["); while (i > 0) { int numberOfTrailingZeros = 1 << Integer.numberOfTrailingZeros(i); i &= ~numberOfTrailingZeros; - if (L.length() > 1) { - L.append(", "); + if (K.length() > 1) { + K.append(", "); } if (numberOfTrailingZeros == 1) { - L.append("FEEDBACK_SPOKEN"); + K.append("FEEDBACK_SPOKEN"); } else if (numberOfTrailingZeros == 2) { - L.append("FEEDBACK_HAPTIC"); + K.append("FEEDBACK_HAPTIC"); } else if (numberOfTrailingZeros == 4) { - L.append("FEEDBACK_AUDIBLE"); + K.append("FEEDBACK_AUDIBLE"); } else if (numberOfTrailingZeros == 8) { - L.append("FEEDBACK_VISUAL"); + K.append("FEEDBACK_VISUAL"); } else if (numberOfTrailingZeros == 16) { - L.append("FEEDBACK_GENERIC"); + K.append("FEEDBACK_GENERIC"); } } - L.append("]"); - return L.toString(); + K.append("]"); + return K.toString(); } @Nullable diff --git a/app/src/main/java/androidx/core/app/JobIntentService.java b/app/src/main/java/androidx/core/app/JobIntentService.java index 83a306c7a8..48e5e35b55 100644 --- a/app/src/main/java/androidx/core/app/JobIntentService.java +++ b/app/src/main/java/androidx/core/app/JobIntentService.java @@ -264,9 +264,9 @@ public abstract class JobIntentService extends Service { this.mHasJobId = true; this.mJobId = i; } else if (this.mJobId != i) { - StringBuilder M = a.M("Given job ID ", i, " is different than previous "); - M.append(this.mJobId); - throw new IllegalArgumentException(M.toString()); + StringBuilder L = a.L("Given job ID ", i, " is different than previous "); + L.append(this.mJobId); + throw new IllegalArgumentException(L.toString()); } } diff --git a/app/src/main/java/androidx/core/app/NavUtils.java b/app/src/main/java/androidx/core/app/NavUtils.java index 9ded7ee9ef..0c5304c517 100644 --- a/app/src/main/java/androidx/core/app/NavUtils.java +++ b/app/src/main/java/androidx/core/app/NavUtils.java @@ -99,10 +99,10 @@ public final class NavUtils { navigateUpTo(activity, parentActivityIntent); return; } - StringBuilder L = a.L("Activity "); - L.append(activity.getClass().getSimpleName()); - L.append(" does not have a parent activity name specified. (Did you forget to add the android.support.PARENT_ACTIVITY element in your manifest?)"); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Activity "); + K.append(activity.getClass().getSimpleName()); + K.append(" does not have a parent activity name specified. (Did you forget to add the android.support.PARENT_ACTIVITY element in your manifest?)"); + throw new IllegalArgumentException(K.toString()); } public static void navigateUpTo(@NonNull Activity activity, @NonNull Intent intent) { diff --git a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java index dd782e19bd..c3174743eb 100644 --- a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java +++ b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java @@ -104,7 +104,7 @@ public final class NotificationManagerCompat { sb.append(", tag:"); sb.append(this.tag); sb.append(", all:"); - return c.d.b.a.a.G(sb, this.all, "]"); + return c.d.b.a.a.F(sb, this.all, "]"); } } @@ -136,7 +136,7 @@ public final class NotificationManagerCompat { sb.append(", id:"); sb.append(this.f25id); sb.append(", tag:"); - return c.d.b.a.a.D(sb, this.tag, "]"); + return c.d.b.a.a.C(sb, this.tag, "]"); } } @@ -190,9 +190,9 @@ public final class NotificationManagerCompat { if (bindService) { listenerRecord.retryCount = 0; } else { - StringBuilder L = c.d.b.a.a.L("Unable to bind to listener "); - L.append(listenerRecord.componentName); - Log.w("NotifManCompat", L.toString()); + StringBuilder K = c.d.b.a.a.K("Unable to bind to listener "); + K.append(listenerRecord.componentName); + Log.w("NotifManCompat", K.toString()); this.mContext.unbindService(this); } return listenerRecord.bound; @@ -239,12 +239,12 @@ public final class NotificationManagerCompat { private void processListenerQueue(ListenerRecord listenerRecord) { if (Log.isLoggable("NotifManCompat", 3)) { - StringBuilder L = c.d.b.a.a.L("Processing component "); - L.append(listenerRecord.componentName); - L.append(", "); - L.append(listenerRecord.taskQueue.size()); - L.append(" queued tasks"); - Log.d("NotifManCompat", L.toString()); + StringBuilder K = c.d.b.a.a.K("Processing component "); + K.append(listenerRecord.componentName); + K.append(", "); + K.append(listenerRecord.taskQueue.size()); + K.append(" queued tasks"); + Log.d("NotifManCompat", K.toString()); } if (!listenerRecord.taskQueue.isEmpty()) { if (!ensureServiceBound(listenerRecord) || listenerRecord.service == null) { @@ -264,14 +264,14 @@ public final class NotificationManagerCompat { listenerRecord.taskQueue.remove(); } catch (DeadObjectException unused) { if (Log.isLoggable("NotifManCompat", 3)) { - StringBuilder L2 = c.d.b.a.a.L("Remote service has died: "); - L2.append(listenerRecord.componentName); - Log.d("NotifManCompat", L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Remote service has died: "); + K2.append(listenerRecord.componentName); + Log.d("NotifManCompat", K2.toString()); } } catch (RemoteException e) { - StringBuilder L3 = c.d.b.a.a.L("RemoteException communicating with "); - L3.append(listenerRecord.componentName); - Log.w("NotifManCompat", L3.toString(), e); + StringBuilder K3 = c.d.b.a.a.K("RemoteException communicating with "); + K3.append(listenerRecord.componentName); + Log.w("NotifManCompat", K3.toString(), e); } } if (!listenerRecord.taskQueue.isEmpty()) { @@ -285,14 +285,14 @@ public final class NotificationManagerCompat { int i = listenerRecord.retryCount + 1; listenerRecord.retryCount = i; if (i > 6) { - StringBuilder L = c.d.b.a.a.L("Giving up on delivering "); - L.append(listenerRecord.taskQueue.size()); - L.append(" tasks to "); - L.append(listenerRecord.componentName); - L.append(" after "); - L.append(listenerRecord.retryCount); - L.append(" retries"); - Log.w("NotifManCompat", L.toString()); + StringBuilder K = c.d.b.a.a.K("Giving up on delivering "); + K.append(listenerRecord.taskQueue.size()); + K.append(" tasks to "); + K.append(listenerRecord.componentName); + K.append(" after "); + K.append(listenerRecord.retryCount); + K.append(" retries"); + Log.w("NotifManCompat", K.toString()); listenerRecord.taskQueue.clear(); return; } @@ -336,9 +336,9 @@ public final class NotificationManagerCompat { Map.Entry next = it2.next(); if (!hashSet.contains(next.getKey())) { if (Log.isLoggable("NotifManCompat", 3)) { - StringBuilder L = c.d.b.a.a.L("Removing listener record for "); - L.append(next.getKey()); - Log.d("NotifManCompat", L.toString()); + StringBuilder K = c.d.b.a.a.K("Removing listener record for "); + K.append(next.getKey()); + Log.d("NotifManCompat", K.toString()); } ensureServiceUnbound(next.getValue()); it2.remove(); diff --git a/app/src/main/java/androidx/core/app/RemoteInput.java b/app/src/main/java/androidx/core/app/RemoteInput.java index 8ea69a3a1e..a44bb63cdc 100644 --- a/app/src/main/java/androidx/core/app/RemoteInput.java +++ b/app/src/main/java/androidx/core/app/RemoteInput.java @@ -234,7 +234,7 @@ public final class RemoteInput { } private static String getExtraResultsKeyForData(String str) { - return a.t("android.remoteinput.dataTypeResultsData", str); + return a.s("android.remoteinput.dataTypeResultsData", str); } public static Bundle getResultsFromIntent(Intent intent) { diff --git a/app/src/main/java/androidx/core/app/ShareCompat.java b/app/src/main/java/androidx/core/app/ShareCompat.java index 69ab5f0ec5..55e30c78aa 100644 --- a/app/src/main/java/androidx/core/app/ShareCompat.java +++ b/app/src/main/java/androidx/core/app/ShareCompat.java @@ -432,11 +432,11 @@ public final class ShareCompat { if (i == 0) { return (Uri) this.mIntent.getParcelableExtra("android.intent.extra.STREAM"); } - StringBuilder L = a.L("Stream items available: "); - L.append(getStreamCount()); - L.append(" index requested: "); - L.append(i); - throw new IndexOutOfBoundsException(L.toString()); + StringBuilder K = a.K("Stream items available: "); + K.append(getStreamCount()); + K.append(" index requested: "); + K.append(i); + throw new IndexOutOfBoundsException(K.toString()); } public int getStreamCount() { @@ -485,15 +485,15 @@ public final class ShareCompat { configureMenuItem(findItem, intentBuilder); return; } - throw new IllegalArgumentException(a.l("Could not find menu item with id ", i, " in the supplied menu")); + throw new IllegalArgumentException(a.k("Could not find menu item with id ", i, " in the supplied menu")); } public static void configureMenuItem(@NonNull MenuItem menuItem, @NonNull IntentBuilder intentBuilder) { ActionProvider actionProvider = menuItem.getActionProvider(); ShareActionProvider shareActionProvider = !(actionProvider instanceof ShareActionProvider) ? new ShareActionProvider(intentBuilder.getContext()) : (ShareActionProvider) actionProvider; - StringBuilder L = a.L(".sharecompat_"); - L.append(intentBuilder.getContext().getClass().getName()); - shareActionProvider.setShareHistoryFileName(L.toString()); + StringBuilder K = a.K(".sharecompat_"); + K.append(intentBuilder.getContext().getClass().getName()); + shareActionProvider.setShareHistoryFileName(K.toString()); shareActionProvider.setShareIntent(intentBuilder.getIntent()); menuItem.setActionProvider(shareActionProvider); } diff --git a/app/src/main/java/androidx/core/content/FileProvider.java b/app/src/main/java/androidx/core/content/FileProvider.java index 560f6389e7..97ed8fac90 100644 --- a/app/src/main/java/androidx/core/content/FileProvider.java +++ b/app/src/main/java/androidx/core/content/FileProvider.java @@ -104,7 +104,7 @@ public class FileProvider extends ContentProvider { String substring = path2.endsWith("/") ? canonicalPath.substring(path2.length()) : canonicalPath.substring(path2.length() + 1); return new Uri.Builder().scheme("content").authority(this.mAuthority).encodedPath(Uri.encode(entry.getKey()) + '/' + Uri.encode(substring, "/")).build(); } - throw new IllegalArgumentException(a.t("Failed to find configured root that contains ", canonicalPath)); + throw new IllegalArgumentException(a.s("Failed to find configured root that contains ", canonicalPath)); } catch (IOException unused) { throw new IllegalArgumentException("Failed to resolve canonical path for " + file); } @@ -170,7 +170,7 @@ public class FileProvider extends ContentProvider { if ("rwt".equals(str)) { return 1006632960; } - throw new IllegalArgumentException(a.t("Invalid mode: ", str)); + throw new IllegalArgumentException(a.s("Invalid mode: ", str)); } private static PathStrategy parsePathStrategy(Context context, String str) throws IOException, XmlPullParserException { @@ -222,7 +222,7 @@ public class FileProvider extends ContentProvider { throw new IllegalArgumentException("Missing android.support.FILE_PROVIDER_PATHS meta-data"); } } else { - throw new IllegalArgumentException(a.t("Couldn't find meta-data for provider with authority ", str)); + throw new IllegalArgumentException(a.s("Couldn't find meta-data for provider with authority ", str)); } } diff --git a/app/src/main/java/androidx/core/content/pm/ShortcutInfoCompat.java b/app/src/main/java/androidx/core/content/pm/ShortcutInfoCompat.java index 9a6fe54766..252089e16c 100644 --- a/app/src/main/java/androidx/core/content/pm/ShortcutInfoCompat.java +++ b/app/src/main/java/androidx/core/content/pm/ShortcutInfoCompat.java @@ -197,10 +197,10 @@ public class ShortcutInfoCompat { persistableBundle.putInt("extraPersonCount", personArr.length); int i = 0; while (i < this.mPersons.length) { - StringBuilder L = a.L("extraPerson_"); + StringBuilder K = a.K("extraPerson_"); int i2 = i + 1; - L.append(i2); - persistableBundle.putPersistableBundle(L.toString(), this.mPersons[i].toPersistableBundle()); + K.append(i2); + persistableBundle.putPersistableBundle(K.toString(), this.mPersons[i].toPersistableBundle()); i = i2; } } @@ -230,10 +230,10 @@ public class ShortcutInfoCompat { Person[] personArr = new Person[i]; int i2 = 0; while (i2 < i) { - StringBuilder L = a.L("extraPerson_"); + StringBuilder K = a.K("extraPerson_"); int i3 = i2 + 1; - L.append(i3); - personArr[i2] = Person.fromPersistableBundle(persistableBundle.getPersistableBundle(L.toString())); + K.append(i3); + personArr[i2] = Person.fromPersistableBundle(persistableBundle.getPersistableBundle(K.toString())); i2 = i3; } return personArr; diff --git a/app/src/main/java/androidx/core/content/res/ResourcesCompat.java b/app/src/main/java/androidx/core/content/res/ResourcesCompat.java index d64d57bcac..0574bb2536 100644 --- a/app/src/main/java/androidx/core/content/res/ResourcesCompat.java +++ b/app/src/main/java/androidx/core/content/res/ResourcesCompat.java @@ -172,12 +172,12 @@ public final class ResourcesCompat { if (typedValue.type == 4) { return typedValue.getFloat(); } - StringBuilder L = a.L("Resource ID #0x"); - L.append(Integer.toHexString(i)); - L.append(" type #0x"); - L.append(Integer.toHexString(typedValue.type)); - L.append(" is not valid"); - throw new Resources.NotFoundException(L.toString()); + StringBuilder K = a.K("Resource ID #0x"); + K.append(Integer.toHexString(i)); + K.append(" type #0x"); + K.append(Integer.toHexString(typedValue.type)); + K.append(" is not valid"); + throw new Resources.NotFoundException(K.toString()); } @Nullable @@ -212,10 +212,10 @@ public final class ResourcesCompat { if (loadFont != null || fontCallback != null) { return loadFont; } - StringBuilder L = a.L("Font resource ID #0x"); - L.append(Integer.toHexString(i)); - L.append(" could not be retrieved."); - throw new Resources.NotFoundException(L.toString()); + StringBuilder K = a.K("Font resource ID #0x"); + K.append(Integer.toHexString(i)); + K.append(" could not be retrieved."); + throw new Resources.NotFoundException(K.toString()); } /* JADX WARNING: Removed duplicated region for block: B:34:0x00a4 */ @@ -270,13 +270,13 @@ public final class ResourcesCompat { return null; } } else { - StringBuilder L = a.L("Resource \""); - L.append(resources.getResourceName(i)); - L.append("\" ("); - L.append(Integer.toHexString(i)); - L.append(") is not a Font: "); - L.append(typedValue); - throw new Resources.NotFoundException(L.toString()); + StringBuilder K = a.K("Resource \""); + K.append(resources.getResourceName(i)); + K.append("\" ("); + K.append(Integer.toHexString(i)); + K.append(") is not a Font: "); + K.append(typedValue); + throw new Resources.NotFoundException(K.toString()); } } } diff --git a/app/src/main/java/androidx/core/graphics/CanvasKt.java b/app/src/main/java/androidx/core/graphics/CanvasKt.java index cae5d3782f..74fe827217 100644 --- a/app/src/main/java/androidx/core/graphics/CanvasKt.java +++ b/app/src/main/java/androidx/core/graphics/CanvasKt.java @@ -20,7 +20,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -33,7 +33,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i5, canvas, save, i5); + a.W(i5, canvas, save, i5); } } @@ -47,7 +47,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -61,7 +61,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -75,7 +75,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -89,7 +89,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -106,7 +106,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i2, canvas, save, i2); + a.W(i2, canvas, save, i2); } } @@ -119,7 +119,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -141,7 +141,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i2, canvas, save, i2); + a.W(i2, canvas, save, i2); } } @@ -153,7 +153,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -166,7 +166,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -191,7 +191,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i2, canvas, save, i2); + a.W(i2, canvas, save, i2); } } @@ -204,7 +204,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -223,7 +223,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i2, canvas, save, i2); + a.W(i2, canvas, save, i2); } } @@ -236,7 +236,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i, canvas, save, i); + a.W(i, canvas, save, i); } } @@ -255,7 +255,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.X(i2, canvas, save, i2); + a.W(i2, canvas, save, i2); } } } diff --git a/app/src/main/java/androidx/core/graphics/ColorUtils.java b/app/src/main/java/androidx/core/graphics/ColorUtils.java index 23548f6d7a..92320d5044 100644 --- a/app/src/main/java/androidx/core/graphics/ColorUtils.java +++ b/app/src/main/java/androidx/core/graphics/ColorUtils.java @@ -204,9 +204,9 @@ public final class ColorUtils { double calculateLuminance2 = calculateLuminance(i2) + 0.05d; return Math.max(calculateLuminance, calculateLuminance2) / Math.min(calculateLuminance, calculateLuminance2); } - StringBuilder L = a.L("background can not be translucent: #"); - L.append(Integer.toHexString(i2)); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("background can not be translucent: #"); + K.append(Integer.toHexString(i2)); + throw new IllegalArgumentException(K.toString()); } @FloatRange(from = 0.0d, to = 1.0d) @@ -234,9 +234,9 @@ public final class ColorUtils { } return i3; } - StringBuilder L = a.L("background can not be translucent: #"); - L.append(Integer.toHexString(i2)); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("background can not be translucent: #"); + K.append(Integer.toHexString(i2)); + throw new IllegalArgumentException(K.toString()); } @VisibleForTesting @@ -296,12 +296,12 @@ public final class ColorUtils { } return Color.valueOf(components2, color2.getColorSpace()); } - StringBuilder L = a.L("Color models must match ("); - L.append(color.getModel()); - L.append(" vs. "); - L.append(color2.getModel()); - L.append(")"); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Color models must match ("); + K.append(color.getModel()); + K.append(" vs. "); + K.append(color2.getModel()); + K.append(")"); + throw new IllegalArgumentException(K.toString()); } private static int compositeComponent(int i, int i2, int i3, int i4, int i5) { diff --git a/app/src/main/java/androidx/core/graphics/Insets.java b/app/src/main/java/androidx/core/graphics/Insets.java index a297badde2..7c31d26d82 100644 --- a/app/src/main/java/androidx/core/graphics/Insets.java +++ b/app/src/main/java/androidx/core/graphics/Insets.java @@ -66,13 +66,13 @@ public final class Insets { } public String toString() { - StringBuilder L = a.L("Insets{left="); - L.append(this.left); - L.append(", top="); - L.append(this.top); - L.append(", right="); - L.append(this.right); - L.append(", bottom="); - return a.w(L, this.bottom, '}'); + StringBuilder K = a.K("Insets{left="); + K.append(this.left); + K.append(", top="); + K.append(this.top); + K.append(", right="); + K.append(this.right); + K.append(", bottom="); + return a.v(K, this.bottom, '}'); } } diff --git a/app/src/main/java/androidx/core/graphics/PathParser.java b/app/src/main/java/androidx/core/graphics/PathParser.java index 10e2c4fef0..80c35ce99d 100644 --- a/app/src/main/java/androidx/core/graphics/PathParser.java +++ b/app/src/main/java/androidx/core/graphics/PathParser.java @@ -503,7 +503,7 @@ public class PathParser { PathDataNode.nodesToPath(createNodesFromPathData, path); return path; } catch (RuntimeException e) { - throw new RuntimeException(a.t("Error in parsing ", str), e); + throw new RuntimeException(a.s("Error in parsing ", str), e); } } @@ -591,7 +591,7 @@ public class PathParser { } return copyOfRange(fArr, 0, i2); } catch (NumberFormatException e) { - throw new RuntimeException(a.u("error in parsing \"", str, "\""), e); + throw new RuntimeException(a.t("error in parsing \"", str, "\""), e); } } diff --git a/app/src/main/java/androidx/core/graphics/PathSegment.java b/app/src/main/java/androidx/core/graphics/PathSegment.java index 2ffaa1bd1e..74dbf1d0bc 100644 --- a/app/src/main/java/androidx/core/graphics/PathSegment.java +++ b/app/src/main/java/androidx/core/graphics/PathSegment.java @@ -59,15 +59,15 @@ public final class PathSegment { } public String toString() { - StringBuilder L = a.L("PathSegment{start="); - L.append(this.mStart); - L.append(", startFraction="); - L.append(this.mStartFraction); - L.append(", end="); - L.append(this.mEnd); - L.append(", endFraction="); - L.append(this.mEndFraction); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("PathSegment{start="); + K.append(this.mStart); + K.append(", startFraction="); + K.append(this.mStartFraction); + K.append(", end="); + K.append(this.mEnd); + K.append(", endFraction="); + K.append(this.mEndFraction); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java b/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java index 36d2de36ca..75d58ab4b2 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java @@ -60,9 +60,9 @@ public class TypefaceCompatApi26Impl extends TypefaceCompatApi21Impl { method5 = obtainCreateFromFamiliesWithDefaultMethod(obtainFontFamily); cls = obtainFontFamily; } catch (ClassNotFoundException | NoSuchMethodException e) { - StringBuilder L = a.L("Unable to collect necessary methods for class "); - L.append(e.getClass().getName()); - Log.e("TypefaceCompatApi26Impl", L.toString(), e); + StringBuilder K = a.K("Unable to collect necessary methods for class "); + K.append(e.getClass().getName()); + Log.e("TypefaceCompatApi26Impl", K.toString(), e); method5 = null; constructor = null; method4 = null; diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java b/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java index 1b77c7b435..1f87907fca 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java @@ -134,14 +134,14 @@ public class TypefaceCompatUtil { if (cacheDir == null) { return null; } - StringBuilder L = a.L(".font"); - L.append(Process.myPid()); - L.append("-"); - L.append(Process.myTid()); - L.append("-"); - String sb = L.toString(); + StringBuilder K = a.K(".font"); + K.append(Process.myPid()); + K.append("-"); + K.append(Process.myTid()); + K.append("-"); + String sb = K.toString(); for (int i = 0; i < 100; i++) { - File file = new File(cacheDir, a.k(sb, i)); + File file = new File(cacheDir, a.j(sb, i)); try { if (file.createNewFile()) { return file; diff --git a/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java b/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java index bc9df67d36..36270b8d1b 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java +++ b/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java @@ -120,7 +120,7 @@ public class IconCompat extends CustomVersionedParcelable { break; case 0: default: - a.f0("Unknown type ", i, "IconCompat"); + a.d0("Unknown type ", i, "IconCompat"); return null; case 2: case 4: @@ -511,9 +511,9 @@ public class IconCompat extends CustomVersionedParcelable { drawable2.setBounds(0, 0, bitmap.getWidth(), bitmap.getHeight()); drawable2.draw(new Canvas(bitmap)); } catch (PackageManager.NameNotFoundException e) { - StringBuilder L = a.L("Can't find package "); - L.append(this.mObj1); - throw new IllegalArgumentException(L.toString(), e); + StringBuilder K = a.K("Can't find package "); + K.append(this.mObj1); + throw new IllegalArgumentException(K.toString(), e); } } else if (i == 5) { bitmap = createLegacyIconFromAdaptiveIcon((Bitmap) this.mObj1, true); @@ -796,14 +796,14 @@ public class IconCompat extends CustomVersionedParcelable { break; } } else { - StringBuilder L = a.L("Cannot load adaptive icon from uri: "); - L.append(getUri()); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Cannot load adaptive icon from uri: "); + K.append(getUri()); + throw new IllegalStateException(K.toString()); } } else { - StringBuilder L2 = a.L("Context is required to resolve the file uri of the icon: "); - L2.append(getUri()); - throw new IllegalArgumentException(L2.toString()); + StringBuilder K2 = a.K("Context is required to resolve the file uri of the icon: "); + K2.append(getUri()); + throw new IllegalArgumentException(K2.toString()); } } ColorStateList colorStateList = this.mTintList; diff --git a/app/src/main/java/androidx/core/graphics/drawable/RoundedBitmapDrawableFactory.java b/app/src/main/java/androidx/core/graphics/drawable/RoundedBitmapDrawableFactory.java index f95ffdd0c8..8b47455eb3 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/RoundedBitmapDrawableFactory.java +++ b/app/src/main/java/androidx/core/graphics/drawable/RoundedBitmapDrawableFactory.java @@ -61,7 +61,7 @@ public final class RoundedBitmapDrawableFactory { public static RoundedBitmapDrawable create(@NonNull Resources resources, @NonNull String str) { RoundedBitmapDrawable create = create(resources, BitmapFactory.decodeFile(str)); if (create.getBitmap() == null) { - a.h0("RoundedBitmapDrawable cannot decode ", str, "RoundedBitmapDrawableFa"); + a.g0("RoundedBitmapDrawable cannot decode ", str, "RoundedBitmapDrawableFa"); } return create; } diff --git a/app/src/main/java/androidx/core/net/UriCompat.java b/app/src/main/java/androidx/core/net/UriCompat.java index 710f20165b..fffb63a26d 100644 --- a/app/src/main/java/androidx/core/net/UriCompat.java +++ b/app/src/main/java/androidx/core/net/UriCompat.java @@ -28,15 +28,15 @@ public final class UriCompat { } return sb.toString(); } else if (scheme.equalsIgnoreCase("http") || scheme.equalsIgnoreCase("https") || scheme.equalsIgnoreCase("ftp") || scheme.equalsIgnoreCase("rtsp")) { - StringBuilder L = a.L("//"); + StringBuilder K = a.K("//"); String str = ""; - L.append(uri.getHost() != null ? uri.getHost() : str); + K.append(uri.getHost() != null ? uri.getHost() : str); if (uri.getPort() != -1) { - StringBuilder L2 = a.L(":"); - L2.append(uri.getPort()); - str = L2.toString(); + StringBuilder K2 = a.K(":"); + K2.append(uri.getPort()); + str = K2.toString(); } - schemeSpecificPart = a.D(L, str, "/..."); + schemeSpecificPart = a.C(K, str, "/..."); } } StringBuilder sb2 = new StringBuilder(64); diff --git a/app/src/main/java/androidx/core/os/LocaleListCompat.java b/app/src/main/java/androidx/core/os/LocaleListCompat.java index bab7d8a40f..2fb49001bd 100644 --- a/app/src/main/java/androidx/core/os/LocaleListCompat.java +++ b/app/src/main/java/androidx/core/os/LocaleListCompat.java @@ -48,7 +48,7 @@ public final class LocaleListCompat { return new Locale(split2[0]); } } - throw new IllegalArgumentException(a.u("Can not parse language tag: [", str, "]")); + throw new IllegalArgumentException(a.t("Can not parse language tag: [", str, "]")); } @NonNull diff --git a/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java b/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java index 108ea0d139..c702c63a21 100644 --- a/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java +++ b/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java @@ -30,7 +30,7 @@ public final class LocaleListCompatWrapper implements LocaleListInterface { for (int i = 0; i < localeArr.length; i++) { Locale locale = localeArr[i]; if (locale == null) { - throw new NullPointerException(a.l("list[", i, "] is null")); + throw new NullPointerException(a.k("list[", i, "] is null")); } else if (!hashSet.contains(locale)) { Locale locale2 = (Locale) locale.clone(); localeArr2[i] = locale2; @@ -40,7 +40,7 @@ public final class LocaleListCompatWrapper implements LocaleListInterface { } hashSet.add(locale2); } else { - throw new IllegalArgumentException(a.l("list[", i, "] is a repetition")); + throw new IllegalArgumentException(a.k("list[", i, "] is a repetition")); } } this.mList = localeArr2; @@ -228,19 +228,19 @@ public final class LocaleListCompatWrapper implements LocaleListInterface { } public String toString() { - StringBuilder L = a.L("["); + StringBuilder K = a.K("["); int i = 0; while (true) { Locale[] localeArr = this.mList; if (i < localeArr.length) { - L.append(localeArr[i]); + K.append(localeArr[i]); if (i < this.mList.length - 1) { - L.append(','); + K.append(','); } i++; } else { - L.append("]"); - return L.toString(); + K.append("]"); + return K.toString(); } } } diff --git a/app/src/main/java/androidx/core/provider/FontRequest.java b/app/src/main/java/androidx/core/provider/FontRequest.java index 4f5d7f405d..e8def871ac 100644 --- a/app/src/main/java/androidx/core/provider/FontRequest.java +++ b/app/src/main/java/androidx/core/provider/FontRequest.java @@ -73,14 +73,14 @@ public final class FontRequest { public String toString() { StringBuilder sb = new StringBuilder(); - StringBuilder L = a.L("FontRequest {mProviderAuthority: "); - L.append(this.mProviderAuthority); - L.append(", mProviderPackage: "); - L.append(this.mProviderPackage); - L.append(", mQuery: "); - L.append(this.mQuery); - L.append(", mCertificates:"); - sb.append(L.toString()); + StringBuilder K = a.K("FontRequest {mProviderAuthority: "); + K.append(this.mProviderAuthority); + K.append(", mProviderPackage: "); + K.append(this.mProviderPackage); + K.append(", mQuery: "); + K.append(this.mQuery); + K.append(", mCertificates:"); + sb.append(K.toString()); for (int i = 0; i < this.mCertificates.size(); i++) { sb.append(" ["); List list = this.mCertificates.get(i); diff --git a/app/src/main/java/androidx/core/provider/FontsContractCompat.java b/app/src/main/java/androidx/core/provider/FontsContractCompat.java index 347c9021cb..e2b07a2ac3 100644 --- a/app/src/main/java/androidx/core/provider/FontsContractCompat.java +++ b/app/src/main/java/androidx/core/provider/FontsContractCompat.java @@ -568,7 +568,7 @@ public class FontsContractCompat { String providerAuthority = fontRequest.getProviderAuthority(); ProviderInfo resolveContentProvider = packageManager.resolveContentProvider(providerAuthority, 0); if (resolveContentProvider == null) { - throw new PackageManager.NameNotFoundException(a.t("No package found for authority: ", providerAuthority)); + throw new PackageManager.NameNotFoundException(a.s("No package found for authority: ", providerAuthority)); } else if (resolveContentProvider.packageName.equals(fontRequest.getProviderPackage())) { List convertToByteArrayList = convertToByteArrayList(packageManager.getPackageInfo(resolveContentProvider.packageName, 64).signatures); Collections.sort(convertToByteArrayList, sByteArrayComparator); @@ -582,9 +582,9 @@ public class FontsContractCompat { } return null; } else { - StringBuilder Q = a.Q("Found content provider ", providerAuthority, ", but package was not "); - Q.append(fontRequest.getProviderPackage()); - throw new PackageManager.NameNotFoundException(Q.toString()); + StringBuilder P = a.P("Found content provider ", providerAuthority, ", but package was not "); + P.append(fontRequest.getProviderPackage()); + throw new PackageManager.NameNotFoundException(P.toString()); } } diff --git a/app/src/main/java/androidx/core/text/PrecomputedTextCompat.java b/app/src/main/java/androidx/core/text/PrecomputedTextCompat.java index 78a904a4ee..80b9405ce4 100644 --- a/app/src/main/java/androidx/core/text/PrecomputedTextCompat.java +++ b/app/src/main/java/androidx/core/text/PrecomputedTextCompat.java @@ -172,36 +172,36 @@ public class PrecomputedTextCompat implements Spannable { public String toString() { StringBuilder sb = new StringBuilder("{"); - StringBuilder L = a.L("textSize="); - L.append(this.mPaint.getTextSize()); - sb.append(L.toString()); + StringBuilder K = a.K("textSize="); + K.append(this.mPaint.getTextSize()); + sb.append(K.toString()); sb.append(", textScaleX=" + this.mPaint.getTextScaleX()); sb.append(", textSkewX=" + this.mPaint.getTextSkewX()); int i = Build.VERSION.SDK_INT; - StringBuilder L2 = a.L(", letterSpacing="); - L2.append(this.mPaint.getLetterSpacing()); - sb.append(L2.toString()); + StringBuilder K2 = a.K(", letterSpacing="); + K2.append(this.mPaint.getLetterSpacing()); + sb.append(K2.toString()); sb.append(", elegantTextHeight=" + this.mPaint.isElegantTextHeight()); if (i >= 24) { - StringBuilder L3 = a.L(", textLocale="); - L3.append(this.mPaint.getTextLocales()); - sb.append(L3.toString()); + StringBuilder K3 = a.K(", textLocale="); + K3.append(this.mPaint.getTextLocales()); + sb.append(K3.toString()); } else { - StringBuilder L4 = a.L(", textLocale="); - L4.append(this.mPaint.getTextLocale()); - sb.append(L4.toString()); + StringBuilder K4 = a.K(", textLocale="); + K4.append(this.mPaint.getTextLocale()); + sb.append(K4.toString()); } - StringBuilder L5 = a.L(", typeface="); - L5.append(this.mPaint.getTypeface()); - sb.append(L5.toString()); + StringBuilder K5 = a.K(", typeface="); + K5.append(this.mPaint.getTypeface()); + sb.append(K5.toString()); if (i >= 26) { - StringBuilder L6 = a.L(", variationSettings="); - L6.append(this.mPaint.getFontVariationSettings()); - sb.append(L6.toString()); + StringBuilder K6 = a.K(", variationSettings="); + K6.append(this.mPaint.getFontVariationSettings()); + sb.append(K6.toString()); } - StringBuilder L7 = a.L(", textDir="); - L7.append(this.mTextDir); - sb.append(L7.toString()); + StringBuilder K7 = a.K(", textDir="); + K7.append(this.mTextDir); + sb.append(K7.toString()); sb.append(", breakStrategy=" + this.mBreakStrategy); sb.append(", hyphenationFrequency=" + this.mHyphenationFrequency); sb.append("}"); diff --git a/app/src/main/java/androidx/core/text/util/LinkifyCompat.java b/app/src/main/java/androidx/core/text/util/LinkifyCompat.java index 19d4f09754..910ef5fb98 100644 --- a/app/src/main/java/androidx/core/text/util/LinkifyCompat.java +++ b/app/src/main/java/androidx/core/text/util/LinkifyCompat.java @@ -271,7 +271,7 @@ public final class LinkifyCompat { str = strArr[i] + str.substring(strArr[i].length()); } } - return (z2 || strArr.length <= 0) ? str : a.D(new StringBuilder(), strArr[0], str); + return (z2 || strArr.length <= 0) ? str : a.C(new StringBuilder(), strArr[0], str); } private static void pruneOverlaps(ArrayList arrayList, Spannable spannable) { diff --git a/app/src/main/java/androidx/core/util/AtomicFile.java b/app/src/main/java/androidx/core/util/AtomicFile.java index f7888d188f..dbee15e5df 100644 --- a/app/src/main/java/androidx/core/util/AtomicFile.java +++ b/app/src/main/java/androidx/core/util/AtomicFile.java @@ -101,11 +101,11 @@ public class AtomicFile { if (this.mBackupName.exists()) { this.mBaseName.delete(); } else if (!this.mBaseName.renameTo(this.mBackupName)) { - StringBuilder L = a.L("Couldn't rename file "); - L.append(this.mBaseName); - L.append(" to backup file "); - L.append(this.mBackupName); - Log.w("AtomicFile", L.toString()); + StringBuilder K = a.K("Couldn't rename file "); + K.append(this.mBaseName); + K.append(" to backup file "); + K.append(this.mBackupName); + Log.w("AtomicFile", K.toString()); } } try { @@ -115,14 +115,14 @@ public class AtomicFile { try { return new FileOutputStream(this.mBaseName); } catch (FileNotFoundException unused2) { - StringBuilder L2 = a.L("Couldn't create "); - L2.append(this.mBaseName); - throw new IOException(L2.toString()); + StringBuilder K2 = a.K("Couldn't create "); + K2.append(this.mBaseName); + throw new IOException(K2.toString()); } } else { - StringBuilder L3 = a.L("Couldn't create directory "); - L3.append(this.mBaseName); - throw new IOException(L3.toString()); + StringBuilder K3 = a.K("Couldn't create directory "); + K3.append(this.mBaseName); + throw new IOException(K3.toString()); } } } diff --git a/app/src/main/java/androidx/core/util/Pair.java b/app/src/main/java/androidx/core/util/Pair.java index 03c43af1c4..c60e78b91e 100644 --- a/app/src/main/java/androidx/core/util/Pair.java +++ b/app/src/main/java/androidx/core/util/Pair.java @@ -40,11 +40,11 @@ public class Pair { @NonNull public String toString() { - StringBuilder L = a.L("Pair{"); - L.append(String.valueOf(this.first)); - L.append(" "); - L.append(String.valueOf(this.second)); - L.append("}"); - return L.toString(); + StringBuilder K = a.K("Pair{"); + K.append(String.valueOf(this.first)); + K.append(" "); + K.append(String.valueOf(this.second)); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/androidx/core/view/ActionProvider.java b/app/src/main/java/androidx/core/view/ActionProvider.java index 661fb25cea..d1d86229a7 100644 --- a/app/src/main/java/androidx/core/view/ActionProvider.java +++ b/app/src/main/java/androidx/core/view/ActionProvider.java @@ -74,10 +74,10 @@ public abstract class ActionProvider { public void setVisibilityListener(VisibilityListener visibilityListener) { if (!(this.mVisibilityListener == null || visibilityListener == null)) { - StringBuilder L = a.L("setVisibilityListener: Setting a new ActionProvider.VisibilityListener when one is already set. Are you reusing this "); - L.append(getClass().getSimpleName()); - L.append(" instance while it is still in use somewhere else?"); - Log.w("ActionProvider(support)", L.toString()); + StringBuilder K = a.K("setVisibilityListener: Setting a new ActionProvider.VisibilityListener when one is already set. Are you reusing this "); + K.append(getClass().getSimpleName()); + K.append(" instance while it is still in use somewhere else?"); + Log.w("ActionProvider(support)", K.toString()); } this.mVisibilityListener = visibilityListener; } diff --git a/app/src/main/java/androidx/core/view/DisplayCutoutCompat.java b/app/src/main/java/androidx/core/view/DisplayCutoutCompat.java index 6a9368fa89..143c4d4580 100644 --- a/app/src/main/java/androidx/core/view/DisplayCutoutCompat.java +++ b/app/src/main/java/androidx/core/view/DisplayCutoutCompat.java @@ -81,10 +81,10 @@ public final class DisplayCutoutCompat { } public String toString() { - StringBuilder L = a.L("DisplayCutoutCompat{"); - L.append(this.mDisplayCutout); - L.append("}"); - return L.toString(); + StringBuilder K = a.K("DisplayCutoutCompat{"); + K.append(this.mDisplayCutout); + K.append("}"); + return K.toString(); } @RequiresApi(api = 28) diff --git a/app/src/main/java/androidx/core/view/LayoutInflaterCompat.java b/app/src/main/java/androidx/core/view/LayoutInflaterCompat.java index f09bf9c04c..1df6b93b59 100644 --- a/app/src/main/java/androidx/core/view/LayoutInflaterCompat.java +++ b/app/src/main/java/androidx/core/view/LayoutInflaterCompat.java @@ -47,10 +47,10 @@ public final class LayoutInflaterCompat { sLayoutInflaterFactory2Field = declaredField; declaredField.setAccessible(true); } catch (NoSuchFieldException e) { - StringBuilder L = a.L("forceSetFactory2 Could not find field 'mFactory2' on class "); - L.append(LayoutInflater.class.getName()); - L.append("; inflation may have unexpected results."); - Log.e("LayoutInflaterCompatHC", L.toString(), e); + StringBuilder K = a.K("forceSetFactory2 Could not find field 'mFactory2' on class "); + K.append(LayoutInflater.class.getName()); + K.append("; inflation may have unexpected results."); + Log.e("LayoutInflaterCompatHC", K.toString(), e); } sCheckedField = true; } diff --git a/app/src/main/java/androidx/core/view/ViewGroupKt.java b/app/src/main/java/androidx/core/view/ViewGroupKt.java index 5d3059176c..ac78f135c7 100644 --- a/app/src/main/java/androidx/core/view/ViewGroupKt.java +++ b/app/src/main/java/androidx/core/view/ViewGroupKt.java @@ -48,9 +48,9 @@ public final class ViewGroupKt { if (childAt != null) { return childAt; } - StringBuilder M = a.M("Index: ", i, ", Size: "); - M.append(viewGroup.getChildCount()); - throw new IndexOutOfBoundsException(M.toString()); + StringBuilder L = a.L("Index: ", i, ", Size: "); + L.append(viewGroup.getChildCount()); + throw new IndexOutOfBoundsException(L.toString()); } public static final Sequence getChildren(ViewGroup viewGroup) { diff --git a/app/src/main/java/androidx/core/widget/NestedScrollView.java b/app/src/main/java/androidx/core/widget/NestedScrollView.java index e76c02aab2..1afa6d0b91 100644 --- a/app/src/main/java/androidx/core/widget/NestedScrollView.java +++ b/app/src/main/java/androidx/core/widget/NestedScrollView.java @@ -168,10 +168,10 @@ public class NestedScrollView extends FrameLayout implements NestedScrollingPare @Override // java.lang.Object @NonNull public String toString() { - StringBuilder L = a.L("HorizontalScrollView.SavedState{"); - L.append(Integer.toHexString(System.identityHashCode(this))); - L.append(" scrollPosition="); - return a.y(L, this.scrollPosition, "}"); + StringBuilder K = a.K("HorizontalScrollView.SavedState{"); + K.append(Integer.toHexString(System.identityHashCode(this))); + K.append(" scrollPosition="); + return a.w(K, this.scrollPosition, "}"); } @Override // android.view.View.BaseSavedState, android.os.Parcelable, android.view.AbsSavedState @@ -1181,10 +1181,10 @@ public class NestedScrollView extends FrameLayout implements NestedScrollingPare } else if (actionMasked == 2) { int findPointerIndex = motionEvent.findPointerIndex(this.mActivePointerId); if (findPointerIndex == -1) { - StringBuilder L = a.L("Invalid pointerId="); - L.append(this.mActivePointerId); - L.append(" in onTouchEvent"); - Log.e("NestedScrollView", L.toString()); + StringBuilder K = a.K("Invalid pointerId="); + K.append(this.mActivePointerId); + K.append(" in onTouchEvent"); + Log.e("NestedScrollView", K.toString()); } else { int y2 = (int) motionEvent.getY(findPointerIndex); int i2 = this.mLastMotionY - y2; diff --git a/app/src/main/java/androidx/core/widget/TextViewCompat.java b/app/src/main/java/androidx/core/widget/TextViewCompat.java index c5d3d9c675..f5a71cc360 100644 --- a/app/src/main/java/androidx/core/widget/TextViewCompat.java +++ b/app/src/main/java/androidx/core/widget/TextViewCompat.java @@ -347,10 +347,10 @@ public final class TextViewCompat { try { return field.getInt(textView); } catch (IllegalAccessException unused) { - StringBuilder L = a.L("Could not retrieve value of "); - L.append(field.getName()); - L.append(" field."); - Log.d("TextViewCompat", L.toString()); + StringBuilder K = a.K("Could not retrieve value of "); + K.append(field.getName()); + K.append(" field."); + Log.d("TextViewCompat", K.toString()); return -1; } } diff --git a/app/src/main/java/androidx/cursoradapter/widget/CursorAdapter.java b/app/src/main/java/androidx/cursoradapter/widget/CursorAdapter.java index 0dffdbe49f..221c2de5f1 100644 --- a/app/src/main/java/androidx/cursoradapter/widget/CursorAdapter.java +++ b/app/src/main/java/androidx/cursoradapter/widget/CursorAdapter.java @@ -169,7 +169,7 @@ public abstract class CursorAdapter extends BaseAdapter implements Filterable, C bindView(view, this.mContext, this.mCursor); return view; } else { - throw new IllegalStateException(a.k("couldn't move cursor to position ", i)); + throw new IllegalStateException(a.j("couldn't move cursor to position ", i)); } } diff --git a/app/src/main/java/androidx/customview/widget/ViewDragHelper.java b/app/src/main/java/androidx/customview/widget/ViewDragHelper.java index afeb74e39c..15ac868115 100644 --- a/app/src/main/java/androidx/customview/widget/ViewDragHelper.java +++ b/app/src/main/java/androidx/customview/widget/ViewDragHelper.java @@ -465,10 +465,10 @@ public class ViewDragHelper { setDragState(1); return; } - StringBuilder L = a.L("captureChildView: parameter must be a descendant of the ViewDragHelper's tracked parent view ("); - L.append(this.mParentView); - L.append(")"); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("captureChildView: parameter must be a descendant of the ViewDragHelper's tracked parent view ("); + K.append(this.mParentView); + K.append(")"); + throw new IllegalArgumentException(K.toString()); } public boolean checkTouchSlop(int i) { diff --git a/app/src/main/java/androidx/documentfile/provider/RawDocumentFile.java b/app/src/main/java/androidx/documentfile/provider/RawDocumentFile.java index c87c1b77b3..7f2674687e 100644 --- a/app/src/main/java/androidx/documentfile/provider/RawDocumentFile.java +++ b/app/src/main/java/androidx/documentfile/provider/RawDocumentFile.java @@ -64,7 +64,7 @@ public class RawDocumentFile extends DocumentFile { public DocumentFile createFile(String str, String str2) { String extensionFromMimeType = MimeTypeMap.getSingleton().getExtensionFromMimeType(str); if (extensionFromMimeType != null) { - str2 = a.u(str2, ".", extensionFromMimeType); + str2 = a.t(str2, ".", extensionFromMimeType); } File file = new File(this.mFile, str2); try { diff --git a/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java b/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java index 0ed43e94c4..4e20a846c8 100644 --- a/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java +++ b/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java @@ -747,9 +747,9 @@ public class DrawerLayout extends ViewGroup { closeDrawer(findDrawerWithGravity, z2); return; } - StringBuilder L = a.L("No drawer view found with gravity "); - L.append(gravityToString(i)); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("No drawer view found with gravity "); + K.append(gravityToString(i)); + throw new IllegalArgumentException(K.toString()); } public void closeDrawer(@NonNull View view) { @@ -1341,13 +1341,13 @@ public class DrawerLayout extends ViewGroup { i4++; i3 = 0; } else { - StringBuilder L = a.L("Child drawer has absolute gravity "); - L.append(gravityToString(drawerViewAbsoluteGravity)); - L.append(" but this "); - L.append("DrawerLayout"); - L.append(" already has a "); - L.append("drawer view along that edge"); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Child drawer has absolute gravity "); + K.append(gravityToString(drawerViewAbsoluteGravity)); + K.append(" but this "); + K.append("DrawerLayout"); + K.append(" already has a "); + K.append("drawer view along that edge"); + throw new IllegalStateException(K.toString()); } } else { throw new IllegalStateException("Child " + childAt + " at index " + i4 + " does not have a valid layout_gravity - must be Gravity.LEFT, Gravity.RIGHT or Gravity.NO_GRAVITY"); @@ -1474,9 +1474,9 @@ public class DrawerLayout extends ViewGroup { openDrawer(findDrawerWithGravity, z2); return; } - StringBuilder L = a.L("No drawer view found with gravity "); - L.append(gravityToString(i)); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("No drawer view found with gravity "); + K.append(gravityToString(i)); + throw new IllegalArgumentException(K.toString()); } public void openDrawer(@NonNull View view) { diff --git a/app/src/main/java/androidx/exifinterface/media/ExifInterface.java b/app/src/main/java/androidx/exifinterface/media/ExifInterface.java index 987c4ec671..71c8182991 100644 --- a/app/src/main/java/androidx/exifinterface/media/ExifInterface.java +++ b/app/src/main/java/androidx/exifinterface/media/ExifInterface.java @@ -712,9 +712,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (read << 24) + (read2 << 16) + (read3 << 8) + read4; } - StringBuilder L = a.L("Invalid byte order: "); - L.append(this.mByteOrder); - throw new IOException(L.toString()); + StringBuilder K = a.K("Invalid byte order: "); + K.append(this.mByteOrder); + throw new IOException(K.toString()); } throw new EOFException(); } @@ -748,9 +748,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (((long) read) << 56) + (((long) read2) << 48) + (((long) read3) << 40) + (((long) read4) << 32) + (((long) read5) << 24) + (((long) read6) << 16) + (((long) read7) << 8) + ((long) read8); } - StringBuilder L = a.L("Invalid byte order: "); - L.append(this.mByteOrder); - throw new IOException(L.toString()); + StringBuilder K = a.K("Invalid byte order: "); + K.append(this.mByteOrder); + throw new IOException(K.toString()); } throw new EOFException(); } @@ -772,9 +772,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (short) ((read << 8) + read2); } - StringBuilder L = a.L("Invalid byte order: "); - L.append(this.mByteOrder); - throw new IOException(L.toString()); + StringBuilder K = a.K("Invalid byte order: "); + K.append(this.mByteOrder); + throw new IOException(K.toString()); } throw new EOFException(); } @@ -812,9 +812,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (read << 8) + read2; } - StringBuilder L = a.L("Invalid byte order: "); - L.append(this.mByteOrder); - throw new IOException(L.toString()); + StringBuilder K = a.K("Invalid byte order: "); + K.append(this.mByteOrder); + throw new IOException(K.toString()); } throw new EOFException(); } @@ -1363,10 +1363,10 @@ public class ExifInterface { } public String toString() { - StringBuilder L = a.L("("); - L.append(ExifInterface.IFD_FORMAT_NAMES[this.format]); - L.append(", data length:"); - return a.y(L, this.bytes.length, ")"); + StringBuilder K = a.K("("); + K.append(ExifInterface.IFD_FORMAT_NAMES[this.format]); + K.append(", data length:"); + return a.w(K, this.bytes.length, ")"); } } @@ -1733,18 +1733,18 @@ public class ExifInterface { while (true) { byte[] bArr3 = new byte[4]; if (byteOrderedDataInputStream.read(bArr3) != 4) { - StringBuilder L = a.L("Encountered invalid length while copying WebP chunks up tochunk type "); + StringBuilder K = a.K("Encountered invalid length while copying WebP chunks up tochunk type "); Charset charset = ASCII; - L.append(new String(bArr, charset)); + K.append(new String(bArr, charset)); if (bArr2 == null) { str = ""; } else { - StringBuilder L2 = a.L(" or "); - L2.append(new String(bArr2, charset)); - str = L2.toString(); + StringBuilder K2 = a.K(" or "); + K2.append(new String(bArr2, charset)); + str = K2.toString(); } - L.append(str); - throw new IOException(L.toString()); + K.append(str); + throw new IOException(K.toString()); } copyWebPChunk(byteOrderedDataInputStream, byteOrderedDataOutputStream, bArr3); if (Arrays.equals(bArr3, bArr)) { @@ -1888,9 +1888,9 @@ public class ExifInterface { byte readByte = byteOrderedDataInputStream.readByte(); byte b = -1; if (readByte != -1) { - StringBuilder L = a.L("Invalid marker: "); - L.append(Integer.toHexString(readByte & 255)); - throw new IOException(L.toString()); + StringBuilder K = a.K("Invalid marker: "); + K.append(Integer.toHexString(readByte & 255)); + throw new IOException(K.toString()); } else if (byteOrderedDataInputStream.readByte() == -40) { int i3 = 2; int i4 = 2; @@ -1901,21 +1901,21 @@ public class ExifInterface { byte readByte3 = byteOrderedDataInputStream.readByte(); boolean z2 = DEBUG; if (z2) { - StringBuilder L2 = a.L("Found JPEG segment indicator: "); - L2.append(Integer.toHexString(readByte3 & 255)); - Log.d("ExifInterface", L2.toString()); + StringBuilder K2 = a.K("Found JPEG segment indicator: "); + K2.append(Integer.toHexString(readByte3 & 255)); + Log.d("ExifInterface", K2.toString()); } int i6 = i5 + 1; if (readByte3 != -39 && readByte3 != -38) { int readUnsignedShort = byteOrderedDataInputStream.readUnsignedShort() - i3; int i7 = i6 + i3; if (z2) { - StringBuilder L3 = a.L("JPEG segment: "); - L3.append(Integer.toHexString(readByte3 & 255)); - L3.append(" (length: "); - L3.append(readUnsignedShort + 2); - L3.append(")"); - Log.d("ExifInterface", L3.toString()); + StringBuilder K3 = a.K("JPEG segment: "); + K3.append(Integer.toHexString(readByte3 & 255)); + K3.append(" (length: "); + K3.append(readUnsignedShort + 2); + K3.append(")"); + Log.d("ExifInterface", K3.toString()); } if (readUnsignedShort >= 0) { if (readByte3 == -31) { @@ -1998,16 +1998,16 @@ public class ExifInterface { } } } else { - StringBuilder L4 = a.L("Invalid marker:"); - L4.append(Integer.toHexString(readByte2 & 255)); - throw new IOException(L4.toString()); + StringBuilder K4 = a.K("Invalid marker:"); + K4.append(Integer.toHexString(readByte2 & 255)); + throw new IOException(K4.toString()); } } byteOrderedDataInputStream.setByteOrder(this.mExifByteOrder); } else { - StringBuilder L5 = a.L("Invalid marker: "); - L5.append(Integer.toHexString(readByte & 255)); - throw new IOException(L5.toString()); + StringBuilder K5 = a.K("Invalid marker: "); + K5.append(Integer.toHexString(readByte & 255)); + throw new IOException(K5.toString()); } } @@ -2066,9 +2066,9 @@ public class ExifInterface { if (exifAttribute4 != null) { int[] iArr = (int[]) exifAttribute4.getValue(this.mExifByteOrder); if (iArr == null || iArr.length != 4) { - StringBuilder L = a.L("Invalid aspect frame values. frame="); - L.append(Arrays.toString(iArr)); - Log.w("ExifInterface", L.toString()); + StringBuilder K = a.K("Invalid aspect frame values. frame="); + K.append(Arrays.toString(iArr)); + Log.w("ExifInterface", K.toString()); } else if (iArr[2] > iArr[0] && iArr[3] > iArr[1]) { int i = (iArr[2] - iArr[0]) + 1; int i2 = (iArr[3] - iArr[1]) + 1; @@ -2165,7 +2165,7 @@ public class ExifInterface { byteOrderedDataInputStream.setByteOrder(ByteOrder.BIG_ENDIAN); int readInt = byteOrderedDataInputStream.readInt(); if (z2) { - a.d0("numberOfDirectoryEntry: ", readInt, "ExifInterface"); + a.c0("numberOfDirectoryEntry: ", readInt, "ExifInterface"); } for (int i4 = 0; i4 < readInt; i4++) { int readUnsignedShort = byteOrderedDataInputStream.readUnsignedShort(); @@ -3034,34 +3034,34 @@ public class ExifInterface { if (i2 == 7 || i2 == 10 || readUnsignedShort == 42) { int readInt = byteOrderedDataInputStream.readInt(); if (readInt < 8 || readInt >= i) { - throw new IOException(a.k("Invalid first Ifd offset: ", readInt)); + throw new IOException(a.j("Invalid first Ifd offset: ", readInt)); } int i3 = readInt - 8; if (i3 > 0 && byteOrderedDataInputStream.skipBytes(i3) != i3) { - throw new IOException(a.k("Couldn't jump to first Ifd: ", i3)); + throw new IOException(a.j("Couldn't jump to first Ifd: ", i3)); } return; } - StringBuilder L = a.L("Invalid start code: "); - L.append(Integer.toHexString(readUnsignedShort)); - throw new IOException(L.toString()); + StringBuilder K = a.K("Invalid start code: "); + K.append(Integer.toHexString(readUnsignedShort)); + throw new IOException(K.toString()); } private void printAttributes() { for (int i = 0; i < this.mAttributes.length; i++) { - StringBuilder M = a.M("The size of tag group[", i, "]: "); - M.append(this.mAttributes[i].size()); - Log.d("ExifInterface", M.toString()); + StringBuilder L = a.L("The size of tag group[", i, "]: "); + L.append(this.mAttributes[i].size()); + Log.d("ExifInterface", L.toString()); for (Map.Entry entry : this.mAttributes[i].entrySet()) { ExifAttribute value = entry.getValue(); - StringBuilder L = a.L("tagName: "); - L.append(entry.getKey()); - L.append(", tagType: "); - L.append(value.toString()); - L.append(", tagValue: '"); - L.append(value.getStringValue(this.mExifByteOrder)); - L.append("'"); - Log.d("ExifInterface", L.toString()); + StringBuilder K = a.K("tagName: "); + K.append(entry.getKey()); + K.append(", tagType: "); + K.append(value.toString()); + K.append(", tagValue: '"); + K.append(value.getStringValue(this.mExifByteOrder)); + K.append("'"); + Log.d("ExifInterface", K.toString()); } } } @@ -3079,9 +3079,9 @@ public class ExifInterface { } return ByteOrder.BIG_ENDIAN; } else { - StringBuilder L = a.L("Invalid byte order: "); - L.append(Integer.toHexString(readShort)); - throw new IOException(L.toString()); + StringBuilder K = a.K("Invalid byte order: "); + K.append(Integer.toHexString(readShort)); + throw new IOException(K.toString()); } } @@ -3114,7 +3114,7 @@ public class ExifInterface { if (byteOrderedDataInputStream.mPosition + 2 <= byteOrderedDataInputStream.mLength) { short readShort = byteOrderedDataInputStream.readShort(); if (DEBUG) { - a.d0("numberOfDirectoryEntry: ", readShort, "ExifInterface"); + a.c0("numberOfDirectoryEntry: ", readShort, "ExifInterface"); } if ((readShort * 12) + byteOrderedDataInputStream.mPosition <= byteOrderedDataInputStream.mLength && readShort > 0) { char c2 = 0; @@ -3148,7 +3148,7 @@ public class ExifInterface { j = ((long) readInt) * ((long) iArr[readUnsignedShort2]); if (j < 0 || j > 2147483647L) { if (z3) { - a.d0("Skip the tag entry since the number of components is invalid: ", readInt, "ExifInterface"); + a.c0("Skip the tag entry since the number of components is invalid: ", readInt, "ExifInterface"); } z2 = false; if (z2) { @@ -3157,7 +3157,7 @@ public class ExifInterface { if (j > 4) { int readInt2 = byteOrderedDataInputStream.readInt(); if (z3) { - a.d0("seek to data offset: ", readInt2, "ExifInterface"); + a.c0("seek to data offset: ", readInt2, "ExifInterface"); } i3 = readUnsignedShort2; if (this.mMimeType == 7) { @@ -3180,7 +3180,7 @@ public class ExifInterface { byteOrderedDataInputStream.seek(j4); } else { if (z3) { - a.d0("Skip the tag entry since data offset is invalid: ", readInt2, "ExifInterface"); + a.c0("Skip the tag entry since data offset is invalid: ", readInt2, "ExifInterface"); } byteOrderedDataInputStream.seek(peek); } @@ -3276,18 +3276,18 @@ public class ExifInterface { readShort = s3; } } else if (z3) { - StringBuilder L = a.L("Skip the tag entry since data format ("); - L.append(IFD_FORMAT_NAMES[readUnsignedShort2]); - L.append(") is unexpected for tag: "); - L.append(exifTag2.name); - Log.d("ExifInterface", L.toString()); + StringBuilder K = a.K("Skip the tag entry since data format ("); + K.append(IFD_FORMAT_NAMES[readUnsignedShort2]); + K.append(") is unexpected for tag: "); + K.append(exifTag2.name); + Log.d("ExifInterface", K.toString()); } } } s3 = readShort; s2 = s4; if (z3) { - a.d0("Skip the tag entry since data format is invalid: ", readUnsignedShort2, "ExifInterface"); + a.c0("Skip the tag entry since data format is invalid: ", readUnsignedShort2, "ExifInterface"); } j = 0; z2 = false; @@ -3298,7 +3298,7 @@ public class ExifInterface { i5 = i; readShort = s3; } else if (z3) { - a.d0("Skip the tag entry since tag number is not defined: ", readUnsignedShort, "ExifInterface"); + a.c0("Skip the tag entry since tag number is not defined: ", readUnsignedShort, "ExifInterface"); } s3 = readShort; s2 = s4; @@ -3320,7 +3320,7 @@ public class ExifInterface { long j6 = (long) readInt3; if (j6 <= 0 || readInt3 >= byteOrderedDataInputStream.mLength) { if (z4) { - a.d0("Stop reading file since a wrong offset may cause an infinite loop: ", readInt3, "ExifInterface"); + a.c0("Stop reading file since a wrong offset may cause an infinite loop: ", readInt3, "ExifInterface"); } } else if (!this.mAttributesOffsets.contains(Integer.valueOf(readInt3))) { byteOrderedDataInputStream.seek(j6); @@ -3330,7 +3330,7 @@ public class ExifInterface { readImageFileDirectory(byteOrderedDataInputStream, 5); } } else if (z4) { - a.d0("Stop reading file since re-reading an IFD may cause an infinite loop: ", readInt3, "ExifInterface"); + a.c0("Stop reading file since re-reading an IFD may cause an infinite loop: ", readInt3, "ExifInterface"); } } } @@ -3741,9 +3741,9 @@ public class ExifInterface { if (exifAttribute3.format == 5) { Rational[] rationalArr = (Rational[]) exifAttribute3.getValue(this.mExifByteOrder); if (rationalArr == null || rationalArr.length != 2) { - StringBuilder L = a.L("Invalid crop size values. cropSize="); - L.append(Arrays.toString(rationalArr)); - Log.w("ExifInterface", L.toString()); + StringBuilder K = a.K("Invalid crop size values. cropSize="); + K.append(Arrays.toString(rationalArr)); + Log.w("ExifInterface", K.toString()); return; } exifAttribute2 = ExifAttribute.createURational(rationalArr[0], this.mExifByteOrder); @@ -3751,9 +3751,9 @@ public class ExifInterface { } else { int[] iArr = (int[]) exifAttribute3.getValue(this.mExifByteOrder); if (iArr == null || iArr.length != 2) { - StringBuilder L2 = a.L("Invalid crop size values. cropSize="); - L2.append(Arrays.toString(iArr)); - Log.w("ExifInterface", L2.toString()); + StringBuilder K2 = a.K("Invalid crop size values. cropSize="); + K2.append(Arrays.toString(iArr)); + Log.w("ExifInterface", K2.toString()); return; } exifAttribute2 = ExifAttribute.createUShort(iArr[0], this.mExifByteOrder); @@ -4022,14 +4022,14 @@ public class ExifInterface { if (rationalArr != null && rationalArr.length == 3) { return String.format("%02d:%02d:%02d", Integer.valueOf((int) (((float) rationalArr[0].numerator) / ((float) rationalArr[0].denominator))), Integer.valueOf((int) (((float) rationalArr[1].numerator) / ((float) rationalArr[1].denominator))), Integer.valueOf((int) (((float) rationalArr[2].numerator) / ((float) rationalArr[2].denominator)))); } - StringBuilder L = a.L("Invalid GPS Timestamp array. array="); - L.append(Arrays.toString(rationalArr)); - Log.w("ExifInterface", L.toString()); + StringBuilder K = a.K("Invalid GPS Timestamp array. array="); + K.append(Arrays.toString(rationalArr)); + Log.w("ExifInterface", K.toString()); return null; } - StringBuilder L2 = a.L("GPS Timestamp format is not rational. format="); - L2.append(exifAttribute.format); - Log.w("ExifInterface", L2.toString()); + StringBuilder K2 = a.K("GPS Timestamp format is not rational. format="); + K2.append(exifAttribute.format); + Log.w("ExifInterface", K2.toString()); return null; } try { @@ -4153,9 +4153,9 @@ public class ExifInterface { try { return new double[]{convertRationalLatLonToDouble(attribute, attribute2), convertRationalLatLonToDouble(attribute3, attribute4)}; } catch (IllegalArgumentException unused) { - StringBuilder L = a.L("Latitude/longitude values are not parsable. "); - L.append(String.format("latValue=%s, latRef=%s, lngValue=%s, lngRef=%s", attribute, attribute2, attribute3, attribute4)); - Log.w("ExifInterface", L.toString()); + StringBuilder K = a.K("Latitude/longitude values are not parsable. "); + K.append(String.format("latValue=%s, latRef=%s, lngValue=%s, lngRef=%s", attribute, attribute2, attribute3, attribute4)); + Log.w("ExifInterface", K.toString()); return null; } } @@ -4707,28 +4707,28 @@ public class ExifInterface { if (i7 == i3 || i7 == 7 || i7 == i2) { i = i7; } else if (DEBUG) { - StringBuilder Q = a.Q("Given tag (", str4, ") value didn't match with one of expected formats: "); + StringBuilder P = a.P("Given tag (", str4, ") value didn't match with one of expected formats: "); String[] strArr = IFD_FORMAT_NAMES; - Q.append(strArr[exifTag.primaryFormat]); + P.append(strArr[exifTag.primaryFormat]); String str6 = ""; if (exifTag.secondaryFormat == -1) { str3 = str6; } else { - StringBuilder L = a.L(", "); - L.append(strArr[exifTag.secondaryFormat]); - str3 = L.toString(); + StringBuilder K = a.K(", "); + K.append(strArr[exifTag.secondaryFormat]); + str3 = K.toString(); } - Q.append(str3); - Q.append(" (guess: "); - Q.append(strArr[((Integer) guessDataFormat.first).intValue()]); + P.append(str3); + P.append(" (guess: "); + P.append(strArr[((Integer) guessDataFormat.first).intValue()]); if (((Integer) guessDataFormat.second).intValue() != -1) { - StringBuilder L2 = a.L(", "); - L2.append(strArr[((Integer) guessDataFormat.second).intValue()]); - str6 = L2.toString(); + StringBuilder K2 = a.K(", "); + K2.append(strArr[((Integer) guessDataFormat.second).intValue()]); + str6 = K2.toString(); } - Q.append(str6); - Q.append(")"); - Log.d("ExifInterface", Q.toString()); + P.append(str6); + P.append(")"); + Log.d("ExifInterface", P.toString()); } } else { i = exifTag.secondaryFormat; @@ -4775,7 +4775,7 @@ public class ExifInterface { case 11: default: if (DEBUG) { - a.d0("Data format isn't one of expected formats: ", i, "ExifInterface"); + a.c0("Data format isn't one of expected formats: ", i, "ExifInterface"); break; } else { continue; diff --git a/app/src/main/java/androidx/fragment/app/BackStackRecord.java b/app/src/main/java/androidx/fragment/app/BackStackRecord.java index 1494dbe6b3..adf5152db5 100644 --- a/app/src/main/java/androidx/fragment/app/BackStackRecord.java +++ b/app/src/main/java/androidx/fragment/app/BackStackRecord.java @@ -40,11 +40,11 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme if (fragment != null) { fragment.mBackStackNesting += i; if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L = a.L("Bump nesting of "); - L.append(op.mFragment); - L.append(" to "); - L.append(op.mFragment.mBackStackNesting); - Log.v("FragmentManager", L.toString()); + StringBuilder K = a.K("Bump nesting of "); + K.append(op.mFragment); + K.append(" to "); + K.append(op.mFragment.mBackStackNesting); + Log.v("FragmentManager", K.toString()); } } } @@ -100,10 +100,10 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme if (fragmentManager == null || fragmentManager == this.mManager) { return super.detach(fragment); } - StringBuilder L = a.L("Cannot detach Fragment attached to a different FragmentManager. Fragment "); - L.append(fragment.toString()); - L.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Cannot detach Fragment attached to a different FragmentManager. Fragment "); + K.append(fragment.toString()); + K.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(K.toString()); } @Override // androidx.fragment.app.FragmentTransaction @@ -201,9 +201,9 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme str2 = "OP_SET_MAX_LIFECYCLE"; break; default: - StringBuilder L = a.L("cmd="); - L.append(op.mCmd); - str2 = L.toString(); + StringBuilder K = a.K("cmd="); + K.append(op.mCmd); + str2 = K.toString(); break; } printWriter.print(str); @@ -250,9 +250,9 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme break; case 2: default: - StringBuilder L = a.L("Unknown cmd: "); - L.append(op.mCmd); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Unknown cmd: "); + K.append(op.mCmd); + throw new IllegalArgumentException(K.toString()); case 3: fragment.setNextAnim(op.mExitAnim); this.mManager.removeFragment(fragment); @@ -311,9 +311,9 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme break; case 2: default: - StringBuilder L = a.L("Unknown cmd: "); - L.append(op.mCmd); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Unknown cmd: "); + K.append(op.mCmd); + throw new IllegalArgumentException(K.toString()); case 3: fragment.setNextAnim(op.mPopEnterAnim); this.mManager.addFragment(fragment); @@ -473,10 +473,10 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme if (fragmentManager == null || fragmentManager == this.mManager) { return super.hide(fragment); } - StringBuilder L = a.L("Cannot hide Fragment attached to a different FragmentManager. Fragment "); - L.append(fragment.toString()); - L.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Cannot hide Fragment attached to a different FragmentManager. Fragment "); + K.append(fragment.toString()); + K.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(K.toString()); } public boolean interactsWith(int i) { @@ -538,10 +538,10 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme if (fragmentManager == null || fragmentManager == this.mManager) { return super.remove(fragment); } - StringBuilder L = a.L("Cannot remove Fragment attached to a different FragmentManager. Fragment "); - L.append(fragment.toString()); - L.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Cannot remove Fragment attached to a different FragmentManager. Fragment "); + K.append(fragment.toString()); + K.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(K.toString()); } public void runOnCommitRunnables() { @@ -557,9 +557,9 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme @NonNull public FragmentTransaction setMaxLifecycle(@NonNull Fragment fragment, @NonNull Lifecycle.State state) { if (fragment.mFragmentManager != this.mManager) { - StringBuilder L = a.L("Cannot setMaxLifecycle for Fragment not attached to FragmentManager "); - L.append(this.mManager); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Cannot setMaxLifecycle for Fragment not attached to FragmentManager "); + K.append(this.mManager); + throw new IllegalArgumentException(K.toString()); } else if (state == Lifecycle.State.INITIALIZED && fragment.mState > -1) { throw new IllegalArgumentException("Cannot set maximum Lifecycle to " + state + " after the Fragment has been created"); } else if (state != Lifecycle.State.DESTROYED) { @@ -585,10 +585,10 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme if (fragment == null || (fragmentManager = fragment.mFragmentManager) == null || fragmentManager == this.mManager) { return super.setPrimaryNavigationFragment(fragment); } - StringBuilder L = a.L("Cannot setPrimaryNavigation for Fragment attached to a different FragmentManager. Fragment "); - L.append(fragment.toString()); - L.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Cannot setPrimaryNavigation for Fragment attached to a different FragmentManager. Fragment "); + K.append(fragment.toString()); + K.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(K.toString()); } @Override // androidx.fragment.app.FragmentTransaction @@ -598,10 +598,10 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme if (fragmentManager == null || fragmentManager == this.mManager) { return super.show(fragment); } - StringBuilder L = a.L("Cannot show Fragment attached to a different FragmentManager. Fragment "); - L.append(fragment.toString()); - L.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Cannot show Fragment attached to a different FragmentManager. Fragment "); + K.append(fragment.toString()); + K.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(K.toString()); } public String toString() { diff --git a/app/src/main/java/androidx/fragment/app/DefaultSpecialEffectsController.java b/app/src/main/java/androidx/fragment/app/DefaultSpecialEffectsController.java index 8c17ab5ab9..370733fad8 100644 --- a/app/src/main/java/androidx/fragment/app/DefaultSpecialEffectsController.java +++ b/app/src/main/java/androidx/fragment/app/DefaultSpecialEffectsController.java @@ -341,13 +341,13 @@ public class DefaultSpecialEffectsController extends SpecialEffectsController { if (handlingImpl == null || handlingImpl2 == null || handlingImpl == handlingImpl2) { return handlingImpl != null ? handlingImpl : handlingImpl2; } - StringBuilder L = a.L("Mixing framework transitions and AndroidX transitions is not allowed. Fragment "); - L.append(getOperation().getFragment()); - L.append(" returned Transition "); - L.append(this.mTransition); - L.append(" which uses a different Transition type than its shared element transition "); - L.append(this.mSharedElementTransition); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Mixing framework transitions and AndroidX transitions is not allowed. Fragment "); + K.append(getOperation().getFragment()); + K.append(" returned Transition "); + K.append(this.mTransition); + K.append(" which uses a different Transition type than its shared element transition "); + K.append(this.mSharedElementTransition); + throw new IllegalArgumentException(K.toString()); } @Nullable @@ -485,12 +485,12 @@ public class DefaultSpecialEffectsController extends SpecialEffectsController { if (fragmentTransitionImpl2 == null) { fragmentTransitionImpl2 = handlingImpl; } else if (!(handlingImpl == null || fragmentTransitionImpl2 == handlingImpl)) { - StringBuilder L = a.L("Mixing framework transitions and AndroidX transitions is not allowed. Fragment "); - L.append(transitionInfo.getOperation().getFragment()); - L.append(" returned Transition "); - L.append(transitionInfo.getTransition()); - L.append(" which uses a different Transition type than other Fragments."); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Mixing framework transitions and AndroidX transitions is not allowed. Fragment "); + K.append(transitionInfo.getOperation().getFragment()); + K.append(" returned Transition "); + K.append(transitionInfo.getTransition()); + K.append(" which uses a different Transition type than other Fragments."); + throw new IllegalArgumentException(K.toString()); } } } diff --git a/app/src/main/java/androidx/fragment/app/Fragment.java b/app/src/main/java/androidx/fragment/app/Fragment.java index 8d1582e207..286c963887 100644 --- a/app/src/main/java/androidx/fragment/app/Fragment.java +++ b/app/src/main/java/androidx/fragment/app/Fragment.java @@ -191,10 +191,10 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (view != null) { return view.findViewById(i); } - StringBuilder L = a.L("Fragment "); - L.append(Fragment.this); - L.append(" does not have a view"); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Fragment "); + K.append(Fragment.this); + K.append(" does not have a view"); + throw new IllegalStateException(K.toString()); } @Override // androidx.fragment.app.FragmentContainer @@ -462,13 +462,13 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis } return fragment; } catch (InstantiationException e) { - throw new InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e); + throw new InstantiationException(a.t("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e); } catch (IllegalAccessException e2) { - throw new InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e2); + throw new InstantiationException(a.t("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e2); } catch (NoSuchMethodException e3) { - throw new InstantiationException(a.u("Unable to instantiate fragment ", str, ": could not find Fragment constructor"), e3); + throw new InstantiationException(a.t("Unable to instantiate fragment ", str, ": could not find Fragment constructor"), e3); } catch (InvocationTargetException e4) { - throw new InstantiationException(a.u("Unable to instantiate fragment ", str, ": calling Fragment constructor caused an exception"), e4); + throw new InstantiationException(a.t("Unable to instantiate fragment ", str, ": calling Fragment constructor caused an exception"), e4); } } @@ -479,7 +479,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis registerOnPreAttachListener(new AnonymousClass8(function, atomicReference, activityResultContract, activityResultCallback)); return new AnonymousClass9(atomicReference, activityResultContract); } - throw new IllegalStateException(a.r("Fragment ", this, " is attempting to registerForActivityResult after being created. Fragments must call registerForActivityResult() before they are created (i.e. initialization, onAttach(), or onCreate()).")); + throw new IllegalStateException(a.q("Fragment ", this, " is attempting to registerForActivityResult after being created. Fragments must call registerForActivityResult() before they are created (i.e. initialization, onAttach(), or onCreate()).")); } private void registerOnPreAttachListener(@NonNull OnPreAttachedListener onPreAttachedListener) { @@ -635,7 +635,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis } printWriter.print(str); printWriter.println("Child " + this.mChildFragmentManager + ":"); - this.mChildFragmentManager.dump(a.t(str, " "), fileDescriptor, printWriter, strArr); + this.mChildFragmentManager.dump(a.s(str, " "), fileDescriptor, printWriter, strArr); } @Override // java.lang.Object @@ -650,11 +650,11 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis @NonNull public String generateActivityResultKey() { - StringBuilder L = a.L("fragment_"); - L.append(this.mWho); - L.append("_rq#"); - L.append(this.mNextLocalRequestCode.getAndIncrement()); - return L.toString(); + StringBuilder K = a.K("fragment_"); + K.append(this.mWho); + K.append("_rq#"); + K.append(this.mNextLocalRequestCode.getAndIncrement()); + return K.toString(); } @Nullable @@ -710,7 +710,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (this.mHost != null) { return this.mChildFragmentManager; } - throw new IllegalStateException(a.r("Fragment ", this, " has not been attached yet.")); + throw new IllegalStateException(a.q("Fragment ", this, " has not been attached yet.")); } @Nullable @@ -740,10 +740,10 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis } } if (application == null && FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("Could not find Application instance from Context "); - L.append(requireContext().getApplicationContext()); - L.append(", you will not be able to use AndroidViewModel with the default ViewModelProvider.Factory"); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("Could not find Application instance from Context "); + K.append(requireContext().getApplicationContext()); + K.append(", you will not be able to use AndroidViewModel with the default ViewModelProvider.Factory"); + Log.d("FragmentManager", K.toString()); } this.mDefaultFactory = new SavedStateViewModelFactory(application, this, getArguments()); } @@ -871,7 +871,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (fragmentManager != null) { return fragmentManager; } - throw new IllegalStateException(a.r("Fragment ", this, " not associated with a fragment manager.")); + throw new IllegalStateException(a.q("Fragment ", this, " not associated with a fragment manager.")); } public float getPostOnViewCreatedAlpha() { @@ -1353,7 +1353,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mChildFragmentManager.dispatchActivityCreated(); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onActivityCreated()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onActivityCreated()")); } public void performAttach() { @@ -1371,7 +1371,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mChildFragmentManager.dispatchAttach(); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onAttach()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onAttach()")); } public void performConfigurationChanged(@NonNull Configuration configuration) { @@ -1401,7 +1401,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mLifecycleRegistry.handleLifecycleEvent(Lifecycle.Event.ON_CREATE); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onCreate()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onCreate()")); } public boolean performCreateOptionsMenu(@NonNull Menu menu, @NonNull MenuInflater menuInflater) { @@ -1443,7 +1443,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mIsCreated = false; onDestroy(); if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onDestroy()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onDestroy()")); } } @@ -1460,7 +1460,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mPerformedCreateView = false; return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onDestroyView()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onDestroyView()")); } public void performDetach() { @@ -1469,7 +1469,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis onDetach(); this.mLayoutInflater = null; if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onDetach()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onDetach()")); } else if (!this.mChildFragmentManager.isDestroyed()) { this.mChildFragmentManager.dispatchDestroy(); this.mChildFragmentManager = new FragmentManagerImpl(); @@ -1522,7 +1522,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mCalled = false; onPause(); if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onPause()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onPause()")); } } @@ -1569,7 +1569,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mChildFragmentManager.dispatchResume(); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onResume()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onResume()")); } public void performSaveInstanceState(Bundle bundle) { @@ -1597,7 +1597,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mChildFragmentManager.dispatchStart(); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onStart()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onStart()")); } public void performStop() { @@ -1610,7 +1610,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mCalled = false; onStop(); if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onStop()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onStop()")); } } @@ -1655,7 +1655,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis getParentFragmentManager().launchRequestPermissions(this, strArr, i); return; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to Activity")); + throw new IllegalStateException(a.q("Fragment ", this, " not attached to Activity")); } @NonNull @@ -1664,7 +1664,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (activity != null) { return activity; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to an activity.")); + throw new IllegalStateException(a.q("Fragment ", this, " not attached to an activity.")); } @NonNull @@ -1673,7 +1673,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (arguments != null) { return arguments; } - throw new IllegalStateException(a.r("Fragment ", this, " does not have any arguments.")); + throw new IllegalStateException(a.q("Fragment ", this, " does not have any arguments.")); } @NonNull @@ -1682,7 +1682,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (context != null) { return context; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to a context.")); + throw new IllegalStateException(a.q("Fragment ", this, " not attached to a context.")); } @NonNull @@ -1697,7 +1697,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (host != null) { return host; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to a host.")); + throw new IllegalStateException(a.q("Fragment ", this, " not attached to a host.")); } @NonNull @@ -1707,7 +1707,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis return parentFragment; } if (getContext() == null) { - throw new IllegalStateException(a.r("Fragment ", this, " is not attached to any Fragment or host")); + throw new IllegalStateException(a.q("Fragment ", this, " is not attached to any Fragment or host")); } throw new IllegalStateException("Fragment " + this + " is not a child Fragment, it is directly attached to " + getContext()); } @@ -1718,7 +1718,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (view != null) { return view; } - throw new IllegalStateException(a.r("Fragment ", this, " did not return a View from onCreateView() or this was called before onCreateView().")); + throw new IllegalStateException(a.q("Fragment ", this, " did not return a View from onCreateView() or this was called before onCreateView().")); } public void restoreChildFragmentState(@Nullable Bundle bundle) { @@ -1742,7 +1742,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mCalled = false; onViewStateRestored(bundle); if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onViewStateRestored()")); + throw new SuperNotCalledException(a.q("Fragment ", this, " did not call through to super.onViewStateRestored()")); } else if (this.mView != null) { this.mViewLifecycleOwner.handleLifecycleEvent(Lifecycle.Event.ON_CREATE); } @@ -1921,7 +1921,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mTargetRequestCode = i; return; } - throw new IllegalArgumentException(a.r("Fragment ", fragment, " must share the same FragmentManager to be set as a target fragment")); + throw new IllegalArgumentException(a.q("Fragment ", fragment, " must share the same FragmentManager to be set as a target fragment")); } @Deprecated @@ -1955,7 +1955,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis fragmentHostCallback.onStartActivityFromFragment(this, intent, -1, bundle); return; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to Activity")); + throw new IllegalStateException(a.q("Fragment ", this, " not attached to Activity")); } @Deprecated @@ -1969,7 +1969,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis getParentFragmentManager().launchStartActivityForResult(this, intent, i, bundle); return; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to Activity")); + throw new IllegalStateException(a.q("Fragment ", this, " not attached to Activity")); } @Deprecated @@ -1981,7 +1981,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis getParentFragmentManager().launchStartIntentSenderForResult(this, intentSender, i, intent, i2, i3, i4, bundle); return; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to Activity")); + throw new IllegalStateException(a.q("Fragment ", this, " not attached to Activity")); } public void startPostponedEnterTransition() { diff --git a/app/src/main/java/androidx/fragment/app/FragmentContainerView.java b/app/src/main/java/androidx/fragment/app/FragmentContainerView.java index 5d27a8f770..d032bbf415 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentContainerView.java +++ b/app/src/main/java/androidx/fragment/app/FragmentContainerView.java @@ -62,7 +62,7 @@ public final class FragmentContainerView extends FrameLayout { Fragment findFragmentById = fragmentManager.findFragmentById(id2); if (classAttribute != null && findFragmentById == null) { if (id2 <= 0) { - throw new IllegalStateException(a.u("FragmentContainerView must have an android:id to add Fragment ", classAttribute, string != null ? a.t(" with tag ", string) : "")); + throw new IllegalStateException(a.t("FragmentContainerView must have an android:id to add Fragment ", classAttribute, string != null ? a.s(" with tag ", string) : "")); } Fragment instantiate = fragmentManager.getFragmentFactory().instantiate(context.getClassLoader(), classAttribute); instantiate.onInflate(context, attributeSet, (Bundle) null); diff --git a/app/src/main/java/androidx/fragment/app/FragmentFactory.java b/app/src/main/java/androidx/fragment/app/FragmentFactory.java index 5840af3106..55217e9654 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentFactory.java +++ b/app/src/main/java/androidx/fragment/app/FragmentFactory.java @@ -39,9 +39,9 @@ public class FragmentFactory { try { return loadClass(classLoader, str); } catch (ClassNotFoundException e) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists"), e); + throw new Fragment.InstantiationException(a.t("Unable to instantiate fragment ", str, ": make sure class name exists"), e); } catch (ClassCastException e2) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class is a valid subclass of Fragment"), e2); + throw new Fragment.InstantiationException(a.t("Unable to instantiate fragment ", str, ": make sure class is a valid subclass of Fragment"), e2); } } @@ -50,13 +50,13 @@ public class FragmentFactory { try { return (Fragment) loadFragmentClass(classLoader, str).getConstructor(new Class[0]).newInstance(new Object[0]); } catch (InstantiationException e) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e); + throw new Fragment.InstantiationException(a.t("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e); } catch (IllegalAccessException e2) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e2); + throw new Fragment.InstantiationException(a.t("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e2); } catch (NoSuchMethodException e3) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": could not find Fragment constructor"), e3); + throw new Fragment.InstantiationException(a.t("Unable to instantiate fragment ", str, ": could not find Fragment constructor"), e3); } catch (InvocationTargetException e4) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": calling Fragment constructor caused an exception"), e4); + throw new Fragment.InstantiationException(a.t("Unable to instantiate fragment ", str, ": calling Fragment constructor caused an exception"), e4); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentLayoutInflaterFactory.java b/app/src/main/java/androidx/fragment/app/FragmentLayoutInflaterFactory.java index a94969ae16..469e67da2e 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentLayoutInflaterFactory.java +++ b/app/src/main/java/androidx/fragment/app/FragmentLayoutInflaterFactory.java @@ -96,7 +96,7 @@ public class FragmentLayoutInflaterFactory implements LayoutInflater.Factory2 { } return fragment.mView; } - throw new IllegalStateException(a.u("Fragment ", attributeValue, " did not create a view.")); + throw new IllegalStateException(a.t("Fragment ", attributeValue, " did not create a view.")); } @Override // android.view.LayoutInflater.Factory diff --git a/app/src/main/java/androidx/fragment/app/FragmentManager.java b/app/src/main/java/androidx/fragment/app/FragmentManager.java index e23474baa6..d2deacc5c1 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentManager.java +++ b/app/src/main/java/androidx/fragment/app/FragmentManager.java @@ -139,7 +139,7 @@ public abstract class FragmentManager implements FragmentResultOwner { int i = pollFirst.mRequestCode; Fragment findFragmentByWho = FragmentManager.access$200(FragmentManager.this).findFragmentByWho(str); if (findFragmentByWho == null) { - a.h0("Intent Sender result delivered for unknown Fragment ", str, "FragmentManager"); + a.g0("Intent Sender result delivered for unknown Fragment ", str, "FragmentManager"); } else { findFragmentByWho.onActivityResult(i, activityResult.getResultCode(), activityResult.getData()); } @@ -168,7 +168,7 @@ public abstract class FragmentManager implements FragmentResultOwner { int i2 = pollFirst.mRequestCode; Fragment findFragmentByWho = FragmentManager.access$200(FragmentManager.this).findFragmentByWho(str); if (findFragmentByWho == null) { - a.h0("Permission request result delivered for unknown Fragment ", str, "FragmentManager"); + a.g0("Permission request result delivered for unknown Fragment ", str, "FragmentManager"); } else { findFragmentByWho.onRequestPermissionsResult(i2, strArr, iArr); } @@ -307,7 +307,7 @@ public abstract class FragmentManager implements FragmentResultOwner { int i = pollFirst.mRequestCode; Fragment findFragmentByWho = FragmentManager.access$200(FragmentManager.this).findFragmentByWho(str); if (findFragmentByWho == null) { - a.h0("Activity result delivered for unknown Fragment ", str, "FragmentManager"); + a.g0("Activity result delivered for unknown Fragment ", str, "FragmentManager"); } else { findFragmentByWho.onActivityResult(i, activityResult.getResultCode(), activityResult.getData()); } @@ -1312,10 +1312,10 @@ public abstract class FragmentManager implements FragmentResultOwner { FragmentHostCallback fragmentHostCallback2 = this.mHost; if (fragmentHostCallback2 instanceof ActivityResultRegistryOwner) { ActivityResultRegistry activityResultRegistry = ((ActivityResultRegistryOwner) fragmentHostCallback2).getActivityResultRegistry(); - String t = a.t("FragmentManager:", fragment != null ? a.D(new StringBuilder(), fragment.mWho, ":") : ""); - this.mStartActivityForResult = activityResultRegistry.register(a.t(t, "StartActivityForResult"), new ActivityResultContracts.StartActivityForResult(), new AnonymousClass9()); - this.mStartIntentSenderForResult = activityResultRegistry.register(a.t(t, "StartIntentSenderForResult"), new FragmentIntentSenderContract(), new AnonymousClass10()); - this.mRequestPermissions = activityResultRegistry.register(a.t(t, "RequestPermissions"), new ActivityResultContracts.RequestMultiplePermissions(), new AnonymousClass11()); + String s2 = a.s("FragmentManager:", fragment != null ? a.C(new StringBuilder(), fragment.mWho, ":") : ""); + this.mStartActivityForResult = activityResultRegistry.register(a.s(s2, "StartActivityForResult"), new ActivityResultContracts.StartActivityForResult(), new AnonymousClass9()); + this.mStartIntentSenderForResult = activityResultRegistry.register(a.s(s2, "StartIntentSenderForResult"), new FragmentIntentSenderContract(), new AnonymousClass10()); + this.mRequestPermissions = activityResultRegistry.register(a.s(s2, "RequestPermissions"), new ActivityResultContracts.RequestMultiplePermissions(), new AnonymousClass11()); return; } return; @@ -1630,7 +1630,7 @@ public abstract class FragmentManager implements FragmentResultOwner { public void dump(@NonNull String str, @Nullable FileDescriptor fileDescriptor, @NonNull PrintWriter printWriter, @Nullable String[] strArr) { int size; int size2; - String t = a.t(str, " "); + String s2 = a.s(str, " "); this.mFragmentStore.dump(str, fileDescriptor, printWriter, strArr); ArrayList arrayList = this.mCreatedMenus; if (arrayList != null && (size2 = arrayList.size()) > 0) { @@ -1655,7 +1655,7 @@ public abstract class FragmentManager implements FragmentResultOwner { printWriter.print(i2); printWriter.print(": "); printWriter.println(backStackRecord.toString()); - backStackRecord.dump(t, printWriter); + backStackRecord.dump(s2, printWriter); } } printWriter.print(str); @@ -2247,7 +2247,7 @@ public abstract class FragmentManager implements FragmentResultOwner { enqueueAction(new PopBackStackState(null, i, i2), false); return; } - throw new IllegalArgumentException(a.k("Bad id: ", i)); + throw new IllegalArgumentException(a.j("Bad id: ", i)); } public void popBackStack(@Nullable String str, int i) { @@ -2262,7 +2262,7 @@ public abstract class FragmentManager implements FragmentResultOwner { if (i >= 0) { return popBackStackImmediate(null, i, i2); } - throw new IllegalArgumentException(a.k("Bad id: ", i)); + throw new IllegalArgumentException(a.j("Bad id: ", i)); } public boolean popBackStackImmediate(@Nullable String str, int i) { @@ -2326,7 +2326,7 @@ public abstract class FragmentManager implements FragmentResultOwner { public void putFragment(@NonNull Bundle bundle, @NonNull String str, @NonNull Fragment fragment) { if (fragment.mFragmentManager != this) { - throwException(new IllegalStateException(a.r("Fragment ", fragment, " is not currently in the FragmentManager"))); + throwException(new IllegalStateException(a.q("Fragment ", fragment, " is not currently in the FragmentManager"))); } bundle.putString(str, fragment.mWho); } @@ -2406,11 +2406,11 @@ public abstract class FragmentManager implements FragmentResultOwner { Fragment fragment = fragmentStateManager.getFragment(); fragment.mFragmentManager = this; if (isLoggingEnabled(2)) { - StringBuilder L = a.L("restoreSaveState: active ("); - L.append(fragment.mWho); - L.append("): "); - L.append(fragment); - Log.v("FragmentManager", L.toString()); + StringBuilder K = a.K("restoreSaveState: active ("); + K.append(fragment.mWho); + K.append("): "); + K.append(fragment); + Log.v("FragmentManager", K.toString()); } fragmentStateManager.restoreState(this.mHost.getContext().getClassLoader()); this.mFragmentStore.makeActive(fragmentStateManager); @@ -2442,11 +2442,11 @@ public abstract class FragmentManager implements FragmentResultOwner { } BackStackRecord instantiate = backStackStateArr[i].instantiate(this); if (isLoggingEnabled(2)) { - StringBuilder M = a.M("restoreAllState: back stack #", i, " (index "); - M.append(instantiate.mIndex); - M.append("): "); - M.append(instantiate); - Log.v("FragmentManager", M.toString()); + StringBuilder L = a.L("restoreAllState: back stack #", i, " (index "); + L.append(instantiate.mIndex); + L.append("): "); + L.append(instantiate); + Log.v("FragmentManager", L.toString()); PrintWriter printWriter = new PrintWriter(new LogWriter("FragmentManager")); instantiate.dump(" ", printWriter, false); printWriter.close(); @@ -2505,9 +2505,9 @@ public abstract class FragmentManager implements FragmentResultOwner { for (int i = 0; i < size; i++) { backStackStateArr[i] = new BackStackState(this.mBackStack.get(i)); if (isLoggingEnabled(2)) { - StringBuilder M = a.M("saveAllState: adding back stack #", i, ": "); - M.append(this.mBackStack.get(i)); - Log.v("FragmentManager", M.toString()); + StringBuilder L = a.L("saveAllState: adding back stack #", i, ": "); + L.append(this.mBackStack.get(i)); + Log.v("FragmentManager", L.toString()); } } } @@ -2530,7 +2530,7 @@ public abstract class FragmentManager implements FragmentResultOwner { public Fragment.SavedState saveFragmentInstanceState(@NonNull Fragment fragment) { FragmentStateManager fragmentStateManager = this.mFragmentStore.getFragmentStateManager(fragment.mWho); if (fragmentStateManager == null || !fragmentStateManager.getFragment().equals(fragment)) { - throwException(new IllegalStateException(a.r("Fragment ", fragment, " is not currently in the FragmentManager"))); + throwException(new IllegalStateException(a.q("Fragment ", fragment, " is not currently in the FragmentManager"))); } return fragmentStateManager.saveInstanceState(); } diff --git a/app/src/main/java/androidx/fragment/app/FragmentStateManager.java b/app/src/main/java/androidx/fragment/app/FragmentStateManager.java index c00311ba4b..a2a751a042 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentStateManager.java +++ b/app/src/main/java/androidx/fragment/app/FragmentStateManager.java @@ -182,9 +182,9 @@ public class FragmentStateManager { public void activityCreated() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("moveto ACTIVITY_CREATED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("moveto ACTIVITY_CREATED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } Fragment fragment = this.mFragment; fragment.performActivityCreated(fragment.mSavedFragmentState); @@ -201,9 +201,9 @@ public class FragmentStateManager { public void attach() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("moveto ATTACHED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("moveto ATTACHED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } Fragment fragment = this.mFragment; Fragment fragment2 = fragment.mTarget; @@ -216,20 +216,20 @@ public class FragmentStateManager { fragment3.mTarget = null; fragmentStateManager = fragmentStateManager2; } else { - StringBuilder L2 = a.L("Fragment "); - L2.append(this.mFragment); - L2.append(" declared target fragment "); - L2.append(this.mFragment.mTarget); - L2.append(" that does not belong to this FragmentManager!"); - throw new IllegalStateException(L2.toString()); + StringBuilder K2 = a.K("Fragment "); + K2.append(this.mFragment); + K2.append(" declared target fragment "); + K2.append(this.mFragment.mTarget); + K2.append(" that does not belong to this FragmentManager!"); + throw new IllegalStateException(K2.toString()); } } else { String str = fragment.mTargetWho; if (str != null && (fragmentStateManager = this.mFragmentStore.getFragmentStateManager(str)) == null) { - StringBuilder L3 = a.L("Fragment "); - L3.append(this.mFragment); - L3.append(" declared target fragment "); - throw new IllegalStateException(a.D(L3, this.mFragment.mTargetWho, " that does not belong to this FragmentManager!")); + StringBuilder K3 = a.K("Fragment "); + K3.append(this.mFragment); + K3.append(" declared target fragment "); + throw new IllegalStateException(a.C(K3, this.mFragment.mTargetWho, " that does not belong to this FragmentManager!")); } } if (fragmentStateManager != null && (FragmentManager.USE_STATE_MANAGER || fragmentStateManager.getFragment().mState < 1)) { @@ -296,18 +296,18 @@ public class FragmentStateManager { i = Math.min(i, 4); } if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder M = a.M("computeExpectedState() of ", i, " for "); - M.append(this.mFragment); - Log.v("FragmentManager", M.toString()); + StringBuilder L = a.L("computeExpectedState() of ", i, " for "); + L.append(this.mFragment); + Log.v("FragmentManager", L.toString()); } return i; } public void create() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("moveto CREATED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("moveto CREATED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } Fragment fragment = this.mFragment; if (!fragment.mIsCreated) { @@ -327,9 +327,9 @@ public class FragmentStateManager { String str; if (!this.mFragment.mFromLayout) { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("moveto CREATE_VIEW: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("moveto CREATE_VIEW: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } Fragment fragment = this.mFragment; LayoutInflater performGetLayoutInflater = fragment.performGetLayoutInflater(fragment.mSavedFragmentState); @@ -351,20 +351,20 @@ public class FragmentStateManager { } catch (Resources.NotFoundException unused) { str = "unknown"; } - StringBuilder L2 = a.L("No view found for id 0x"); - L2.append(Integer.toHexString(this.mFragment.mContainerId)); - L2.append(" ("); - L2.append(str); - L2.append(") for fragment "); - L2.append(this.mFragment); - throw new IllegalArgumentException(L2.toString()); + StringBuilder K2 = a.K("No view found for id 0x"); + K2.append(Integer.toHexString(this.mFragment.mContainerId)); + K2.append(" ("); + K2.append(str); + K2.append(") for fragment "); + K2.append(this.mFragment); + throw new IllegalArgumentException(K2.toString()); } } } else { - StringBuilder L3 = a.L("Cannot create fragment "); - L3.append(this.mFragment); - L3.append(" for a container view with no id"); - throw new IllegalArgumentException(L3.toString()); + StringBuilder K3 = a.K("Cannot create fragment "); + K3.append(this.mFragment); + K3.append(" for a container view with no id"); + throw new IllegalArgumentException(K3.toString()); } } } @@ -424,9 +424,9 @@ public class FragmentStateManager { public void destroy() { Fragment findActiveFragment; if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("movefrom CREATED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("movefrom CREATED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } Fragment fragment = this.mFragment; boolean z2 = true; @@ -470,9 +470,9 @@ public class FragmentStateManager { public void destroyFragmentView() { View view; if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("movefrom CREATE_VIEW: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("movefrom CREATE_VIEW: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } Fragment fragment = this.mFragment; ViewGroup viewGroup = fragment.mContainer; @@ -491,9 +491,9 @@ public class FragmentStateManager { public void detach() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("movefrom ATTACHED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("movefrom ATTACHED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } this.mFragment.performDetach(); boolean z2 = false; @@ -508,9 +508,9 @@ public class FragmentStateManager { } if (z2 || this.mFragmentStore.getNonConfig().shouldDestroy(this.mFragment)) { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L2 = a.L("initState called for fragment: "); - L2.append(this.mFragment); - Log.d("FragmentManager", L2.toString()); + StringBuilder K2 = a.K("initState called for fragment: "); + K2.append(this.mFragment); + Log.d("FragmentManager", K2.toString()); } this.mFragment.initState(); } @@ -520,9 +520,9 @@ public class FragmentStateManager { Fragment fragment = this.mFragment; if (fragment.mFromLayout && fragment.mInLayout && !fragment.mPerformedCreateView) { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("moveto CREATE_VIEW: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("moveto CREATE_VIEW: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } Fragment fragment2 = this.mFragment; fragment2.performCreateView(fragment2.performGetLayoutInflater(fragment2.mSavedFragmentState), null, this.mFragment.mSavedFragmentState); @@ -658,17 +658,17 @@ public class FragmentStateManager { this.mMovingToState = z2; } } else if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L = a.L("Ignoring re-entrant call to moveToExpectedState() for "); - L.append(getFragment()); - Log.v("FragmentManager", L.toString()); + StringBuilder K = a.K("Ignoring re-entrant call to moveToExpectedState() for "); + K.append(getFragment()); + Log.v("FragmentManager", K.toString()); } } public void pause() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("movefrom RESUMED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("movefrom RESUMED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } this.mFragment.performPause(); this.mDispatcher.dispatchOnFragmentPaused(this.mFragment, false); @@ -705,9 +705,9 @@ public class FragmentStateManager { public void resume() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("moveto RESUMED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("moveto RESUMED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } View focusedView = this.mFragment.getFocusedView(); if (focusedView != null && isFragmentViewChild(focusedView)) { @@ -787,9 +787,9 @@ public class FragmentStateManager { public void start() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("moveto STARTED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("moveto STARTED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } this.mFragment.performStart(); this.mDispatcher.dispatchOnFragmentStarted(this.mFragment, false); @@ -797,9 +797,9 @@ public class FragmentStateManager { public void stop() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder L = a.L("movefrom STARTED: "); - L.append(this.mFragment); - Log.d("FragmentManager", L.toString()); + StringBuilder K = a.K("movefrom STARTED: "); + K.append(this.mFragment); + Log.d("FragmentManager", K.toString()); } this.mFragment.performStop(); this.mDispatcher.dispatchOnFragmentStopped(this.mFragment, false); diff --git a/app/src/main/java/androidx/fragment/app/FragmentStatePagerAdapter.java b/app/src/main/java/androidx/fragment/app/FragmentStatePagerAdapter.java index 1c172a4fd8..75f9068c16 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentStatePagerAdapter.java +++ b/app/src/main/java/androidx/fragment/app/FragmentStatePagerAdapter.java @@ -138,7 +138,7 @@ public abstract class FragmentStatePagerAdapter extends PagerAdapter { fragment.setMenuVisibility(false); this.mFragments.set(parseInt, fragment); } else { - a.h0("Bad fragment at key ", str, "FragmentStatePagerAdapt"); + a.g0("Bad fragment at key ", str, "FragmentStatePagerAdapt"); } } } @@ -163,7 +163,7 @@ public abstract class FragmentStatePagerAdapter extends PagerAdapter { if (bundle == null) { bundle = new Bundle(); } - this.mFragmentManager.putFragment(bundle, a.k("f", i), fragment); + this.mFragmentManager.putFragment(bundle, a.j("f", i), fragment); } } return bundle; diff --git a/app/src/main/java/androidx/fragment/app/FragmentStore.java b/app/src/main/java/androidx/fragment/app/FragmentStore.java index 75fcc7dbb8..f482c4f8a6 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentStore.java +++ b/app/src/main/java/androidx/fragment/app/FragmentStore.java @@ -48,7 +48,7 @@ public class FragmentStore { } public void dump(@NonNull String str, @Nullable FileDescriptor fileDescriptor, @NonNull PrintWriter printWriter, @Nullable String[] strArr) { - String t = a.t(str, " "); + String s2 = a.s(str, " "); if (!this.mActive.isEmpty()) { printWriter.print(str); printWriter.print("Active Fragments:"); @@ -57,7 +57,7 @@ public class FragmentStore { if (fragmentStateManager != null) { Fragment fragment = fragmentStateManager.getFragment(); printWriter.println(fragment); - fragment.dump(t, fileDescriptor, printWriter, strArr); + fragment.dump(s2, fileDescriptor, printWriter, strArr); } else { printWriter.println("null"); } @@ -284,7 +284,7 @@ public class FragmentStore { } addFragment(findActiveFragment); } else { - throw new IllegalStateException(a.u("No instantiated fragment for (", str, ")")); + throw new IllegalStateException(a.t("No instantiated fragment for (", str, ")")); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentTabHost.java b/app/src/main/java/androidx/fragment/app/FragmentTabHost.java index d4506931e4..f03f8121b0 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentTabHost.java +++ b/app/src/main/java/androidx/fragment/app/FragmentTabHost.java @@ -72,10 +72,10 @@ public class FragmentTabHost extends TabHost implements TabHost.OnTabChangeListe @Override // java.lang.Object @NonNull public String toString() { - StringBuilder L = a.L("FragmentTabHost.SavedState{"); - L.append(Integer.toHexString(System.identityHashCode(this))); - L.append(" curTab="); - return a.D(L, this.curTab, "}"); + StringBuilder K = a.K("FragmentTabHost.SavedState{"); + K.append(Integer.toHexString(System.identityHashCode(this))); + K.append(" curTab="); + return a.C(K, this.curTab, "}"); } @Override // android.view.View.BaseSavedState, android.os.Parcelable, android.view.AbsSavedState @@ -146,9 +146,9 @@ public class FragmentTabHost extends TabHost implements TabHost.OnTabChangeListe FrameLayout frameLayout = (FrameLayout) findViewById(this.mContainerId); this.mRealTabContent = frameLayout; if (frameLayout == null) { - StringBuilder L = a.L("No tab content FrameLayout found for id "); - L.append(this.mContainerId); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("No tab content FrameLayout found for id "); + K.append(this.mContainerId); + throw new IllegalStateException(K.toString()); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentTransaction.java b/app/src/main/java/androidx/fragment/app/FragmentTransaction.java index 1802796781..756a2380e2 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentTransaction.java +++ b/app/src/main/java/androidx/fragment/app/FragmentTransaction.java @@ -173,9 +173,9 @@ public abstract class FragmentTransaction { this.mSharedElementSourceNames = new ArrayList<>(); this.mSharedElementTargetNames = new ArrayList<>(); } else if (this.mSharedElementTargetNames.contains(str)) { - throw new IllegalArgumentException(a.u("A shared element with the target name '", str, "' has already been added to the transaction.")); + throw new IllegalArgumentException(a.t("A shared element with the target name '", str, "' has already been added to the transaction.")); } else if (this.mSharedElementSourceNames.contains(transitionName)) { - throw new IllegalArgumentException(a.u("A shared element with the source name '", transitionName, "' has already been added to the transaction.")); + throw new IllegalArgumentException(a.t("A shared element with the source name '", transitionName, "' has already been added to the transaction.")); } this.mSharedElementSourceNames.add(transitionName); this.mSharedElementTargetNames.add(str); @@ -229,10 +229,10 @@ public abstract class FragmentTransaction { Class cls = fragment.getClass(); int modifiers = cls.getModifiers(); if (cls.isAnonymousClass() || !Modifier.isPublic(modifiers) || (cls.isMemberClass() && !Modifier.isStatic(modifiers))) { - StringBuilder L = a.L("Fragment "); - L.append(cls.getCanonicalName()); - L.append(" must be a public static class to be properly recreated from instance state."); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Fragment "); + K.append(cls.getCanonicalName()); + K.append(" must be a public static class to be properly recreated from instance state."); + throw new IllegalStateException(K.toString()); } if (str != null) { String str2 = fragment.mTag; diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java index 0bd213c749..e024857be3 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java @@ -17,6 +17,6 @@ public final class FragmentViewModelLazyKt$activityViewModels$1 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ViewModelStore mo1invoke() { - return a.e0(this.$this_activityViewModels, "requireActivity()", "requireActivity().viewModelStore"); + return a.T(this.$this_activityViewModels, "requireActivity()", "requireActivity().viewModelStore"); } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java index 851ebde956..320961e42b 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java @@ -17,6 +17,6 @@ public final class FragmentViewModelLazyKt$activityViewModels$2 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ViewModelProvider.Factory mo1invoke() { - return a.T(this.$this_activityViewModels, "requireActivity()"); + return a.I(this.$this_activityViewModels, "requireActivity()"); } } diff --git a/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java b/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java index c19a997b89..822cc7a695 100644 --- a/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java +++ b/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java @@ -182,7 +182,7 @@ public abstract class SpecialEffectsController { if (i == 8) { return GONE; } - throw new IllegalArgumentException(a.k("Unknown visibility ", i)); + throw new IllegalArgumentException(a.j("Unknown visibility ", i)); } @NonNull @@ -297,40 +297,40 @@ public abstract class SpecialEffectsController { if (ordinal != 1) { if (ordinal == 2) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L = a.L("SpecialEffectsController: For fragment "); - L.append(this.mFragment); - L.append(" mFinalState = "); - L.append(this.mFinalState); - L.append(" -> REMOVED. mLifecycleImpact = "); - L.append(this.mLifecycleImpact); - L.append(" to REMOVING."); - Log.v("FragmentManager", L.toString()); + StringBuilder K = a.K("SpecialEffectsController: For fragment "); + K.append(this.mFragment); + K.append(" mFinalState = "); + K.append(this.mFinalState); + K.append(" -> REMOVED. mLifecycleImpact = "); + K.append(this.mLifecycleImpact); + K.append(" to REMOVING."); + Log.v("FragmentManager", K.toString()); } this.mFinalState = State.REMOVED; this.mLifecycleImpact = LifecycleImpact.REMOVING; } } else if (this.mFinalState == State.REMOVED) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L2 = a.L("SpecialEffectsController: For fragment "); - L2.append(this.mFragment); - L2.append(" mFinalState = REMOVED -> VISIBLE. mLifecycleImpact = "); - L2.append(this.mLifecycleImpact); - L2.append(" to ADDING."); - Log.v("FragmentManager", L2.toString()); + StringBuilder K2 = a.K("SpecialEffectsController: For fragment "); + K2.append(this.mFragment); + K2.append(" mFinalState = REMOVED -> VISIBLE. mLifecycleImpact = "); + K2.append(this.mLifecycleImpact); + K2.append(" to ADDING."); + Log.v("FragmentManager", K2.toString()); } this.mFinalState = State.VISIBLE; this.mLifecycleImpact = LifecycleImpact.ADDING; } } else if (this.mFinalState != State.REMOVED) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L3 = a.L("SpecialEffectsController: For fragment "); - L3.append(this.mFragment); - L3.append(" mFinalState = "); - L3.append(this.mFinalState); - L3.append(" -> "); - L3.append(state); - L3.append(". "); - Log.v("FragmentManager", L3.toString()); + StringBuilder K3 = a.K("SpecialEffectsController: For fragment "); + K3.append(this.mFragment); + K3.append(" mFinalState = "); + K3.append(this.mFinalState); + K3.append(" -> "); + K3.append(state); + K3.append(". "); + Log.v("FragmentManager", K3.toString()); } this.mFinalState = state; } @@ -341,22 +341,22 @@ public abstract class SpecialEffectsController { @NonNull public String toString() { - StringBuilder P = a.P("Operation ", "{"); - P.append(Integer.toHexString(System.identityHashCode(this))); - P.append("} "); - P.append("{"); - P.append("mFinalState = "); - P.append(this.mFinalState); - P.append("} "); - P.append("{"); - P.append("mLifecycleImpact = "); - P.append(this.mLifecycleImpact); - P.append("} "); - P.append("{"); - P.append("mFragment = "); - P.append(this.mFragment); - P.append("}"); - return P.toString(); + StringBuilder O = a.O("Operation ", "{"); + O.append(Integer.toHexString(System.identityHashCode(this))); + O.append("} "); + O.append("{"); + O.append("mFinalState = "); + O.append(this.mFinalState); + O.append("} "); + O.append("{"); + O.append("mLifecycleImpact = "); + O.append(this.mLifecycleImpact); + O.append("} "); + O.append("{"); + O.append("mFragment = "); + O.append(this.mFragment); + O.append("}"); + return O.toString(); } } @@ -432,36 +432,36 @@ public abstract class SpecialEffectsController { public void enqueueAdd(@NonNull Operation.State state, @NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L = a.L("SpecialEffectsController: Enqueuing add operation for fragment "); - L.append(fragmentStateManager.getFragment()); - Log.v("FragmentManager", L.toString()); + StringBuilder K = a.K("SpecialEffectsController: Enqueuing add operation for fragment "); + K.append(fragmentStateManager.getFragment()); + Log.v("FragmentManager", K.toString()); } enqueue(state, Operation.LifecycleImpact.ADDING, fragmentStateManager); } public void enqueueHide(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L = a.L("SpecialEffectsController: Enqueuing hide operation for fragment "); - L.append(fragmentStateManager.getFragment()); - Log.v("FragmentManager", L.toString()); + StringBuilder K = a.K("SpecialEffectsController: Enqueuing hide operation for fragment "); + K.append(fragmentStateManager.getFragment()); + Log.v("FragmentManager", K.toString()); } enqueue(Operation.State.GONE, Operation.LifecycleImpact.NONE, fragmentStateManager); } public void enqueueRemove(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L = a.L("SpecialEffectsController: Enqueuing remove operation for fragment "); - L.append(fragmentStateManager.getFragment()); - Log.v("FragmentManager", L.toString()); + StringBuilder K = a.K("SpecialEffectsController: Enqueuing remove operation for fragment "); + K.append(fragmentStateManager.getFragment()); + Log.v("FragmentManager", K.toString()); } enqueue(Operation.State.REMOVED, Operation.LifecycleImpact.REMOVING, fragmentStateManager); } public void enqueueShow(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L = a.L("SpecialEffectsController: Enqueuing show operation for fragment "); - L.append(fragmentStateManager.getFragment()); - Log.v("FragmentManager", L.toString()); + StringBuilder K = a.K("SpecialEffectsController: Enqueuing show operation for fragment "); + K.append(fragmentStateManager.getFragment()); + Log.v("FragmentManager", K.toString()); } enqueue(Operation.State.VISIBLE, Operation.LifecycleImpact.NONE, fragmentStateManager); } diff --git a/app/src/main/java/androidx/lifecycle/ClassesInfoCache.java b/app/src/main/java/androidx/lifecycle/ClassesInfoCache.java index 29e9afa714..e504568836 100644 --- a/app/src/main/java/androidx/lifecycle/ClassesInfoCache.java +++ b/app/src/main/java/androidx/lifecycle/ClassesInfoCache.java @@ -155,15 +155,15 @@ public final class ClassesInfoCache { Lifecycle.Event event2 = map.get(methodReference); if (event2 != null && event != event2) { Method method = methodReference.mMethod; - StringBuilder L = a.L("Method "); - L.append(method.getName()); - L.append(" in "); - L.append(cls.getName()); - L.append(" already declared with different @OnLifecycleEvent value: previous value "); - L.append(event2); - L.append(", new value "); - L.append(event); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Method "); + K.append(method.getName()); + K.append(" in "); + K.append(cls.getName()); + K.append(" already declared with different @OnLifecycleEvent value: previous value "); + K.append(event2); + K.append(", new value "); + K.append(event); + throw new IllegalArgumentException(K.toString()); } else if (event2 == null) { map.put(methodReference, event); } diff --git a/app/src/main/java/androidx/lifecycle/LifecycleRegistry.java b/app/src/main/java/androidx/lifecycle/LifecycleRegistry.java index 0cd83f61f0..376ed091f1 100644 --- a/app/src/main/java/androidx/lifecycle/LifecycleRegistry.java +++ b/app/src/main/java/androidx/lifecycle/LifecycleRegistry.java @@ -68,9 +68,9 @@ public class LifecycleRegistry extends Lifecycle { value.dispatchEvent(lifecycleOwner, downFrom); popParentState(); } else { - StringBuilder L = a.L("no event down from "); - L.append(value.mState); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("no event down from "); + K.append(value.mState); + throw new IllegalStateException(K.toString()); } } } @@ -96,7 +96,7 @@ public class LifecycleRegistry extends Lifecycle { @SuppressLint({"RestrictedApi"}) private void enforceMainThreadIfNeeded(String str) { if (this.mEnforceMainThread && !ArchTaskExecutor.getInstance().isMainThread()) { - throw new IllegalStateException(a.u("Method ", str, " must be called on the main thread")); + throw new IllegalStateException(a.t("Method ", str, " must be called on the main thread")); } } @@ -114,9 +114,9 @@ public class LifecycleRegistry extends Lifecycle { observerWithState.dispatchEvent(lifecycleOwner, upFrom); popParentState(); } else { - StringBuilder L = a.L("no event up from "); - L.append(observerWithState.mState); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("no event up from "); + K.append(observerWithState.mState); + throw new IllegalStateException(K.toString()); } } } @@ -198,9 +198,9 @@ public class LifecycleRegistry extends Lifecycle { popParentState(); calculateTargetState = calculateTargetState(lifecycleObserver); } else { - StringBuilder L = a.L("no event up from "); - L.append(observerWithState.mState); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("no event up from "); + K.append(observerWithState.mState); + throw new IllegalStateException(K.toString()); } } if (!z2) { diff --git a/app/src/main/java/androidx/lifecycle/LiveData.java b/app/src/main/java/androidx/lifecycle/LiveData.java index 18ab44a45f..ff09083fe8 100644 --- a/app/src/main/java/androidx/lifecycle/LiveData.java +++ b/app/src/main/java/androidx/lifecycle/LiveData.java @@ -144,7 +144,7 @@ public abstract class LiveData { public static void assertMainThread(String str) { if (!ArchTaskExecutor.getInstance().isMainThread()) { - throw new IllegalStateException(a.u("Cannot invoke ", str, " on a background thread")); + throw new IllegalStateException(a.t("Cannot invoke ", str, " on a background thread")); } } diff --git a/app/src/main/java/androidx/lifecycle/SavedStateHandle.java b/app/src/main/java/androidx/lifecycle/SavedStateHandle.java index a649fa556e..380d54a3c0 100644 --- a/app/src/main/java/androidx/lifecycle/SavedStateHandle.java +++ b/app/src/main/java/androidx/lifecycle/SavedStateHandle.java @@ -137,10 +137,10 @@ public final class SavedStateHandle { return; } } - StringBuilder L = a.L("Can't put value with type "); - L.append(obj.getClass()); - L.append(" into saved state"); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Can't put value with type "); + K.append(obj.getClass()); + K.append(" into saved state"); + throw new IllegalArgumentException(K.toString()); } } diff --git a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1.java b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1.java index 9032084f7d..72f5e07cfe 100644 --- a/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1.java +++ b/app/src/main/java/androidx/lifecycle/WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inlined$suspendCancellableCoroutine$lambda$1.java @@ -36,10 +36,10 @@ public final class WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inline Function0 function0 = this.$block$inlined; try { k.a aVar = k.i; - obj = k.m78constructorimpl(function0.mo1invoke()); + obj = k.m77constructorimpl(function0.mo1invoke()); } catch (Throwable th) { k.a aVar2 = k.i; - obj = k.m78constructorimpl(l.createFailure(th)); + obj = k.m77constructorimpl(l.createFailure(th)); } cancellableContinuation.resumeWith(obj); } else if (event == Lifecycle.Event.ON_DESTROY) { @@ -47,7 +47,7 @@ public final class WithLifecycleStateKt$suspendWithStateAtLeastUnchecked$$inline CancellableContinuation cancellableContinuation2 = this.$co; LifecycleDestroyedException lifecycleDestroyedException = new LifecycleDestroyedException(); k.a aVar3 = k.i; - cancellableContinuation2.resumeWith(k.m78constructorimpl(l.createFailure(lifecycleDestroyedException))); + cancellableContinuation2.resumeWith(k.m77constructorimpl(l.createFailure(lifecycleDestroyedException))); } } } diff --git a/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java b/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java index 96c93430e0..cfac047bcf 100644 --- a/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java +++ b/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java @@ -77,7 +77,7 @@ public class LoaderManagerImpl extends LoaderManager { printWriter.print(str); printWriter.print("mLoader="); printWriter.println(this.mLoader); - this.mLoader.dump(a.t(str, " "), fileDescriptor, printWriter, strArr); + this.mLoader.dump(a.s(str, " "), fileDescriptor, printWriter, strArr); if (this.mObserver != null) { printWriter.print(str); printWriter.print("mCallbacks="); @@ -214,11 +214,11 @@ public class LoaderManagerImpl extends LoaderManager { @Override // androidx.lifecycle.Observer public void onChanged(@Nullable D d) { if (LoaderManagerImpl.DEBUG) { - StringBuilder L = a.L(" onLoadFinished in "); - L.append(this.mLoader); - L.append(": "); - L.append(this.mLoader.dataToString(d)); - Log.v("LoaderManager", L.toString()); + StringBuilder K = a.K(" onLoadFinished in "); + K.append(this.mLoader); + K.append(": "); + K.append(this.mLoader.dataToString(d)); + Log.v("LoaderManager", K.toString()); } this.mCallback.onLoadFinished(this.mLoader, d); this.mDeliveredData = true; @@ -228,9 +228,9 @@ public class LoaderManagerImpl extends LoaderManager { public void reset() { if (this.mDeliveredData) { if (LoaderManagerImpl.DEBUG) { - StringBuilder L = a.L(" Resetting: "); - L.append(this.mLoader); - Log.v("LoaderManager", L.toString()); + StringBuilder K = a.K(" Resetting: "); + K.append(this.mLoader); + Log.v("LoaderManager", K.toString()); } this.mCallback.onLoaderReset(this.mLoader); } diff --git a/app/src/main/java/androidx/loader/content/Loader.java b/app/src/main/java/androidx/loader/content/Loader.java index a9549e567b..cff684d6f5 100644 --- a/app/src/main/java/androidx/loader/content/Loader.java +++ b/app/src/main/java/androidx/loader/content/Loader.java @@ -233,7 +233,7 @@ public class Loader { StringBuilder sb = new StringBuilder(64); DebugUtils.buildShortClassTag(this, sb); sb.append(" id="); - return a.y(sb, this.mId, "}"); + return a.w(sb, this.mId, "}"); } @MainThread diff --git a/app/src/main/java/androidx/loader/content/ModernAsyncTask.java b/app/src/main/java/androidx/loader/content/ModernAsyncTask.java index b09eaaa551..a6566a6b18 100644 --- a/app/src/main/java/androidx/loader/content/ModernAsyncTask.java +++ b/app/src/main/java/androidx/loader/content/ModernAsyncTask.java @@ -45,9 +45,9 @@ public abstract class ModernAsyncTask { @Override // java.util.concurrent.ThreadFactory public Thread newThread(Runnable runnable) { - StringBuilder L = a.L("ModernAsyncTask #"); - L.append(this.mCount.getAndIncrement()); - return new Thread(runnable, L.toString()); + StringBuilder K = a.K("ModernAsyncTask #"); + K.append(this.mCount.getAndIncrement()); + return new Thread(runnable, K.toString()); } } diff --git a/app/src/main/java/androidx/media/AudioAttributesCompat.java b/app/src/main/java/androidx/media/AudioAttributesCompat.java index c1c42598c0..053040bed4 100644 --- a/app/src/main/java/androidx/media/AudioAttributesCompat.java +++ b/app/src/main/java/androidx/media/AudioAttributesCompat.java @@ -188,7 +188,7 @@ public class AudioAttributesCompat implements VersionedParcelable { if (!z2) { return 3; } - throw new IllegalArgumentException(a.l("Unknown usage value ", i2, " in audio attributes")); + throw new IllegalArgumentException(a.k("Unknown usage value ", i2, " in audio attributes")); } } @@ -226,7 +226,7 @@ public class AudioAttributesCompat implements VersionedParcelable { return "USAGE_GAME"; case 15: default: - return a.k("unknown usage ", i); + return a.j("unknown usage ", i); case 16: return "USAGE_ASSISTANT"; } diff --git a/app/src/main/java/androidx/media/AudioAttributesImplApi21.java b/app/src/main/java/androidx/media/AudioAttributesImplApi21.java index a3aea64798..0efbd966a1 100644 --- a/app/src/main/java/androidx/media/AudioAttributesImplApi21.java +++ b/app/src/main/java/androidx/media/AudioAttributesImplApi21.java @@ -131,8 +131,8 @@ public class AudioAttributesImplApi21 implements AudioAttributesImpl { @NonNull public String toString() { - StringBuilder L = a.L("AudioAttributesCompat: audioattributes="); - L.append(this.mAudioAttributes); - return L.toString(); + StringBuilder K = a.K("AudioAttributesCompat: audioattributes="); + K.append(this.mAudioAttributes); + return K.toString(); } } diff --git a/app/src/main/java/androidx/media/AudioFocusRequestCompat.java b/app/src/main/java/androidx/media/AudioFocusRequestCompat.java index fe583e902f..4b43fdb684 100644 --- a/app/src/main/java/androidx/media/AudioFocusRequestCompat.java +++ b/app/src/main/java/androidx/media/AudioFocusRequestCompat.java @@ -69,7 +69,7 @@ public class AudioFocusRequestCompat { this.mFocusGain = i; return this; } - throw new IllegalArgumentException(a.k("Illegal audio focus gain type ", i)); + throw new IllegalArgumentException(a.j("Illegal audio focus gain type ", i)); } @NonNull diff --git a/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java b/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java index 0307e82106..e398c0c312 100644 --- a/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java +++ b/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java @@ -89,17 +89,17 @@ public abstract class MediaBrowserServiceCompat extends Service { try { this.val$connection.callbacks.onLoadChildren(this.val$parentId, list, this.val$subscribeOptions, this.val$notifyChildrenChangedOptions); } catch (RemoteException unused) { - StringBuilder L = a.L("Calling onLoadChildren() failed for id="); - L.append(this.val$parentId); - L.append(" package="); - a.j0(L, this.val$connection.pkg, "MBServiceCompat"); + StringBuilder K = a.K("Calling onLoadChildren() failed for id="); + K.append(this.val$parentId); + K.append(" package="); + a.i0(K, this.val$connection.pkg, "MBServiceCompat"); } } else if (MediaBrowserServiceCompat.DEBUG) { - StringBuilder L2 = a.L("Not sending onLoadChildren result for connection that has been disconnected. pkg="); - L2.append(this.val$connection.pkg); - L2.append(" id="); - L2.append(this.val$parentId); - Log.d("MBServiceCompat", L2.toString()); + StringBuilder K2 = a.K("Not sending onLoadChildren result for connection that has been disconnected. pkg="); + K2.append(this.val$connection.pkg); + K2.append(" id="); + K2.append(this.val$parentId); + Log.d("MBServiceCompat", K2.toString()); } } } @@ -708,10 +708,10 @@ public abstract class MediaBrowserServiceCompat extends Service { try { next.callbacks.onConnect(next.root.getRootId(), this.val$token, next.root.getExtras()); } catch (RemoteException unused) { - StringBuilder L = a.L("Connection for "); - L.append(next.pkg); - L.append(" is no longer valid."); - Log.w("MBServiceCompat", L.toString()); + StringBuilder K = a.K("Connection for "); + K.append(next.pkg); + K.append(" is no longer valid."); + Log.w("MBServiceCompat", K.toString()); it.remove(); } } @@ -847,19 +847,19 @@ public abstract class MediaBrowserServiceCompat extends Service { public void detach() { if (this.mDetachCalled) { - StringBuilder L = a.L("detach() called when detach() had already been called for: "); - L.append(this.mDebug); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("detach() called when detach() had already been called for: "); + K.append(this.mDebug); + throw new IllegalStateException(K.toString()); } else if (this.mSendResultCalled) { - StringBuilder L2 = a.L("detach() called when sendResult() had already been called for: "); - L2.append(this.mDebug); - throw new IllegalStateException(L2.toString()); + StringBuilder K2 = a.K("detach() called when sendResult() had already been called for: "); + K2.append(this.mDebug); + throw new IllegalStateException(K2.toString()); } else if (!this.mSendErrorCalled) { this.mDetachCalled = true; } else { - StringBuilder L3 = a.L("detach() called when sendError() had already been called for: "); - L3.append(this.mDebug); - throw new IllegalStateException(L3.toString()); + StringBuilder K3 = a.K("detach() called when sendError() had already been called for: "); + K3.append(this.mDebug); + throw new IllegalStateException(K3.toString()); } } @@ -872,15 +872,15 @@ public abstract class MediaBrowserServiceCompat extends Service { } public void onErrorSent(Bundle bundle) { - StringBuilder L = a.L("It is not supported to send an error for "); - L.append(this.mDebug); - throw new UnsupportedOperationException(L.toString()); + StringBuilder K = a.K("It is not supported to send an error for "); + K.append(this.mDebug); + throw new UnsupportedOperationException(K.toString()); } public void onProgressUpdateSent(Bundle bundle) { - StringBuilder L = a.L("It is not supported to send an interim update for "); - L.append(this.mDebug); - throw new UnsupportedOperationException(L.toString()); + StringBuilder K = a.K("It is not supported to send an interim update for "); + K.append(this.mDebug); + throw new UnsupportedOperationException(K.toString()); } public void onResultSent(T t) { @@ -888,9 +888,9 @@ public abstract class MediaBrowserServiceCompat extends Service { public void sendError(Bundle bundle) { if (this.mSendResultCalled || this.mSendErrorCalled) { - StringBuilder L = a.L("sendError() called when either sendResult() or sendError() had already been called for: "); - L.append(this.mDebug); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("sendError() called when either sendResult() or sendError() had already been called for: "); + K.append(this.mDebug); + throw new IllegalStateException(K.toString()); } this.mSendErrorCalled = true; onErrorSent(bundle); @@ -898,9 +898,9 @@ public abstract class MediaBrowserServiceCompat extends Service { public void sendProgressUpdate(Bundle bundle) { if (this.mSendResultCalled || this.mSendErrorCalled) { - StringBuilder L = a.L("sendProgressUpdate() called when either sendResult() or sendError() had already been called for: "); - L.append(this.mDebug); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("sendProgressUpdate() called when either sendResult() or sendError() had already been called for: "); + K.append(this.mDebug); + throw new IllegalStateException(K.toString()); } checkExtraFields(bundle); onProgressUpdateSent(bundle); @@ -908,9 +908,9 @@ public abstract class MediaBrowserServiceCompat extends Service { public void sendResult(T t) { if (this.mSendResultCalled || this.mSendErrorCalled) { - StringBuilder L = a.L("sendResult() called when either sendResult() or sendError() had already been called for: "); - L.append(this.mDebug); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("sendResult() called when either sendResult() or sendError() had already been called for: "); + K.append(this.mDebug); + throw new IllegalStateException(K.toString()); } this.mSendResultCalled = true; onResultSent(t); @@ -993,15 +993,15 @@ public abstract class MediaBrowserServiceCompat extends Service { MediaBrowserServiceCompat mediaBrowserServiceCompat2 = MediaBrowserServiceCompat.this; mediaBrowserServiceCompat2.mCurConnection = null; if (onGetRoot == null) { - StringBuilder L = a.L("No root for client "); - L.append(this.val$pkg); - L.append(" from service "); - L.append(getClass().getName()); - Log.i("MBServiceCompat", L.toString()); + StringBuilder K = a.K("No root for client "); + K.append(this.val$pkg); + K.append(" from service "); + K.append(getClass().getName()); + Log.i("MBServiceCompat", K.toString()); try { this.val$callbacks.onConnectFailed(); } catch (RemoteException unused) { - a.j0(a.L("Calling onConnectFailed() failed. Ignoring. pkg="), this.val$pkg, "MBServiceCompat"); + a.i0(a.K("Calling onConnectFailed() failed. Ignoring. pkg="), this.val$pkg, "MBServiceCompat"); } } else { try { @@ -1011,7 +1011,7 @@ public abstract class MediaBrowserServiceCompat extends Service { this.val$callbacks.onConnect(connectionRecord.root.getRootId(), MediaBrowserServiceCompat.this.mSession, connectionRecord.root.getExtras()); } } catch (RemoteException unused2) { - a.j0(a.L("Calling onConnect() failed. Dropping client. pkg="), this.val$pkg, "MBServiceCompat"); + a.i0(a.K("Calling onConnect() failed. Dropping client. pkg="), this.val$pkg, "MBServiceCompat"); MediaBrowserServiceCompat.this.mConnections.remove(asBinder); } } @@ -1053,7 +1053,7 @@ public abstract class MediaBrowserServiceCompat extends Service { public void run() { ConnectionRecord connectionRecord = MediaBrowserServiceCompat.this.mConnections.get(this.val$callbacks.asBinder()); if (connectionRecord == null) { - a.j0(a.L("addSubscription for callback that isn't registered id="), this.val$id, "MBServiceCompat"); + a.i0(a.K("addSubscription for callback that isn't registered id="), this.val$id, "MBServiceCompat"); } else { MediaBrowserServiceCompat.this.addSubscription(this.val$id, connectionRecord, this.val$token, this.val$options); } @@ -1076,12 +1076,12 @@ public abstract class MediaBrowserServiceCompat extends Service { public void run() { ConnectionRecord connectionRecord = MediaBrowserServiceCompat.this.mConnections.get(this.val$callbacks.asBinder()); if (connectionRecord == null) { - a.j0(a.L("removeSubscription for callback that isn't registered id="), this.val$id, "MBServiceCompat"); + a.i0(a.K("removeSubscription for callback that isn't registered id="), this.val$id, "MBServiceCompat"); } else if (!MediaBrowserServiceCompat.this.removeSubscription(this.val$id, connectionRecord, this.val$token)) { - StringBuilder L = a.L("removeSubscription called for "); - L.append(this.val$id); - L.append(" which is not subscribed"); - Log.w("MBServiceCompat", L.toString()); + StringBuilder K = a.K("removeSubscription called for "); + K.append(this.val$id); + K.append(" which is not subscribed"); + Log.w("MBServiceCompat", K.toString()); } } } @@ -1102,7 +1102,7 @@ public abstract class MediaBrowserServiceCompat extends Service { public void run() { ConnectionRecord connectionRecord = MediaBrowserServiceCompat.this.mConnections.get(this.val$callbacks.asBinder()); if (connectionRecord == null) { - a.j0(a.L("getMediaItem for callback that isn't registered id="), this.val$mediaId, "MBServiceCompat"); + a.i0(a.K("getMediaItem for callback that isn't registered id="), this.val$mediaId, "MBServiceCompat"); } else { MediaBrowserServiceCompat.this.performLoadItem(this.val$mediaId, connectionRecord, this.val$receiver); } @@ -1188,7 +1188,7 @@ public abstract class MediaBrowserServiceCompat extends Service { public void run() { ConnectionRecord connectionRecord = MediaBrowserServiceCompat.this.mConnections.get(this.val$callbacks.asBinder()); if (connectionRecord == null) { - a.j0(a.L("search for callback that isn't registered query="), this.val$query, "MBServiceCompat"); + a.i0(a.K("search for callback that isn't registered query="), this.val$query, "MBServiceCompat"); } else { MediaBrowserServiceCompat.this.performSearch(this.val$query, this.val$extras, connectionRecord, this.val$receiver); } @@ -1213,11 +1213,11 @@ public abstract class MediaBrowserServiceCompat extends Service { public void run() { ConnectionRecord connectionRecord = MediaBrowserServiceCompat.this.mConnections.get(this.val$callbacks.asBinder()); if (connectionRecord == null) { - StringBuilder L = a.L("sendCustomAction for callback that isn't registered action="); - L.append(this.val$action); - L.append(", extras="); - L.append(this.val$extras); - Log.w("MBServiceCompat", L.toString()); + StringBuilder K = a.K("sendCustomAction for callback that isn't registered action="); + K.append(this.val$action); + K.append(", extras="); + K.append(this.val$extras); + Log.w("MBServiceCompat", K.toString()); return; } MediaBrowserServiceCompat.this.performCustomAction(this.val$action, this.val$extras, connectionRecord, this.val$receiver); @@ -1589,11 +1589,11 @@ public abstract class MediaBrowserServiceCompat extends Service { } this.mCurConnection = null; if (!r7.isDone()) { - StringBuilder L = a.L("onLoadChildren must call detach() or sendResult() before returning for package="); - L.append(connectionRecord.pkg); - L.append(" id="); - L.append(str); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("onLoadChildren must call detach() or sendResult() before returning for package="); + K.append(connectionRecord.pkg); + K.append(" id="); + K.append(str); + throw new IllegalStateException(K.toString()); } } @@ -1603,7 +1603,7 @@ public abstract class MediaBrowserServiceCompat extends Service { onLoadItem(str, r0); this.mCurConnection = null; if (!r0.isDone()) { - throw new IllegalStateException(a.t("onLoadItem must call detach() or sendResult() before returning for id=", str)); + throw new IllegalStateException(a.s("onLoadItem must call detach() or sendResult() before returning for id=", str)); } } @@ -1613,7 +1613,7 @@ public abstract class MediaBrowserServiceCompat extends Service { onSearch(str, bundle, r0); this.mCurConnection = null; if (!r0.isDone()) { - throw new IllegalStateException(a.t("onSearch must call detach() or sendResult() before returning for query=", str)); + throw new IllegalStateException(a.s("onSearch must call detach() or sendResult() before returning for query=", str)); } } diff --git a/app/src/main/java/androidx/media/MediaSessionManagerImplBase.java b/app/src/main/java/androidx/media/MediaSessionManagerImplBase.java index b98b689d20..02fabe5efa 100644 --- a/app/src/main/java/androidx/media/MediaSessionManagerImplBase.java +++ b/app/src/main/java/androidx/media/MediaSessionManagerImplBase.java @@ -99,10 +99,10 @@ public class MediaSessionManagerImplBase implements MediaSessionManager.MediaSes return isPermissionGranted(remoteUserInfoImpl, "android.permission.STATUS_BAR_SERVICE") || isPermissionGranted(remoteUserInfoImpl, "android.permission.MEDIA_CONTENT_CONTROL") || remoteUserInfoImpl.getUid() == 1000 || isEnabledNotificationListener(remoteUserInfoImpl); } catch (PackageManager.NameNotFoundException unused) { if (DEBUG) { - StringBuilder L = a.L("Package "); - L.append(remoteUserInfoImpl.getPackageName()); - L.append(" doesn't exist"); - Log.d("MediaSessionManager", L.toString()); + StringBuilder K = a.K("Package "); + K.append(remoteUserInfoImpl.getPackageName()); + K.append(" doesn't exist"); + Log.d("MediaSessionManager", K.toString()); } return false; } diff --git a/app/src/main/java/androidx/media/session/MediaButtonReceiver.java b/app/src/main/java/androidx/media/session/MediaButtonReceiver.java index 9d402cfdd5..76f31120c8 100644 --- a/app/src/main/java/androidx/media/session/MediaButtonReceiver.java +++ b/app/src/main/java/androidx/media/session/MediaButtonReceiver.java @@ -140,9 +140,9 @@ public class MediaButtonReceiver extends BroadcastReceiver { } else if (queryIntentServices.isEmpty()) { return null; } else { - StringBuilder Q = a.Q("Expected 1 service that handles ", str, ", found "); - Q.append(queryIntentServices.size()); - throw new IllegalStateException(Q.toString()); + StringBuilder P = a.P("Expected 1 service that handles ", str, ", found "); + P.append(queryIntentServices.size()); + throw new IllegalStateException(P.toString()); } } diff --git a/app/src/main/java/androidx/preference/Preference.java b/app/src/main/java/androidx/preference/Preference.java index bf1fbd46dc..0af4f47906 100644 --- a/app/src/main/java/androidx/preference/Preference.java +++ b/app/src/main/java/androidx/preference/Preference.java @@ -253,14 +253,14 @@ public class Preference implements Comparable { findPreferenceInHierarchy.registerDependent(this); return; } - StringBuilder L = a.L("Dependency \""); - L.append(this.mDependencyKey); - L.append("\" not found for preference \""); - L.append(this.mKey); - L.append("\" (title: \""); - L.append((Object) this.mTitle); - L.append("\""); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Dependency \""); + K.append(this.mDependencyKey); + K.append("\" not found for preference \""); + K.append(this.mKey); + K.append("\" (title: \""); + K.append((Object) this.mTitle); + K.append("\""); + throw new IllegalStateException(K.toString()); } } diff --git a/app/src/main/java/androidx/preference/PreferenceFragment.java b/app/src/main/java/androidx/preference/PreferenceFragment.java index 9da388e2c4..c8a1e8ed4f 100644 --- a/app/src/main/java/androidx/preference/PreferenceFragment.java +++ b/app/src/main/java/androidx/preference/PreferenceFragment.java @@ -528,7 +528,7 @@ public abstract class PreferenceFragment extends Fragment implements PreferenceM boolean z2 = findPreference instanceof PreferenceScreen; obj = findPreference; if (!z2) { - throw new IllegalArgumentException(a.u("Preference object with key ", str, " is not a PreferenceScreen")); + throw new IllegalArgumentException(a.t("Preference object with key ", str, " is not a PreferenceScreen")); } } setPreferenceScreen((PreferenceScreen) obj); diff --git a/app/src/main/java/androidx/preference/PreferenceFragmentCompat.java b/app/src/main/java/androidx/preference/PreferenceFragmentCompat.java index ce1e727096..67a0ff43ed 100644 --- a/app/src/main/java/androidx/preference/PreferenceFragmentCompat.java +++ b/app/src/main/java/androidx/preference/PreferenceFragmentCompat.java @@ -398,10 +398,10 @@ public abstract class PreferenceFragmentCompat extends Fragment implements Prefe } else if (preference instanceof MultiSelectListPreference) { dialogFragment = MultiSelectListPreferenceDialogFragmentCompat.newInstance(preference.getKey()); } else { - StringBuilder L = a.L("Cannot display dialog for an unknown Preference type: "); - L.append(preference.getClass().getSimpleName()); - L.append(". Make sure to implement onPreferenceDisplayDialog() to handle displaying a custom dialog for this Preference."); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Cannot display dialog for an unknown Preference type: "); + K.append(preference.getClass().getSimpleName()); + K.append(". Make sure to implement onPreferenceDisplayDialog() to handle displaying a custom dialog for this Preference."); + throw new IllegalArgumentException(K.toString()); } dialogFragment.setTargetFragment(this, 0); dialogFragment.show(getParentFragmentManager(), "androidx.preference.PreferenceFragment.DIALOG"); @@ -520,7 +520,7 @@ public abstract class PreferenceFragmentCompat extends Fragment implements Prefe boolean z2 = findPreference instanceof PreferenceScreen; obj = findPreference; if (!z2) { - throw new IllegalArgumentException(a.u("Preference object with key ", str, " is not a PreferenceScreen")); + throw new IllegalArgumentException(a.t("Preference object with key ", str, " is not a PreferenceScreen")); } } setPreferenceScreen((PreferenceScreen) obj); diff --git a/app/src/main/java/androidx/preference/PreferenceGroupKt.java b/app/src/main/java/androidx/preference/PreferenceGroupKt.java index bb4ea121ae..e126b8458c 100644 --- a/app/src/main/java/androidx/preference/PreferenceGroupKt.java +++ b/app/src/main/java/androidx/preference/PreferenceGroupKt.java @@ -45,9 +45,9 @@ public final class PreferenceGroupKt { if (preference != null) { return preference; } - StringBuilder M = a.M("Index: ", i, ", Size: "); - M.append(preferenceGroup.getPreferenceCount()); - throw new IndexOutOfBoundsException(M.toString()); + StringBuilder L = a.L("Index: ", i, ", Size: "); + L.append(preferenceGroup.getPreferenceCount()); + throw new IndexOutOfBoundsException(L.toString()); } public static final T get(PreferenceGroup preferenceGroup, CharSequence charSequence) { diff --git a/app/src/main/java/androidx/recyclerview/widget/AsyncListUtil.java b/app/src/main/java/androidx/recyclerview/widget/AsyncListUtil.java index 5331683b23..feb7f80cdd 100644 --- a/app/src/main/java/androidx/recyclerview/widget/AsyncListUtil.java +++ b/app/src/main/java/androidx/recyclerview/widget/AsyncListUtil.java @@ -57,9 +57,9 @@ public class AsyncListUtil { } TileList.Tile addOrReplace = AsyncListUtil.this.mTileList.addOrReplace(tile); if (addOrReplace != null) { - StringBuilder L = a.L("duplicate tile @"); - L.append(addOrReplace.mStartPosition); - Log.e("AsyncListUtil", L.toString()); + StringBuilder K = a.K("duplicate tile @"); + K.append(addOrReplace.mStartPosition); + Log.e("AsyncListUtil", K.toString()); AsyncListUtil.this.mBackgroundProxy.recycleTile(addOrReplace); } int i2 = tile.mStartPosition + tile.mItemCount; @@ -161,9 +161,9 @@ public class AsyncListUtil { } private void log(String str, Object... objArr) { - StringBuilder L = a.L("[BKGR] "); - L.append(String.format(str, objArr)); - Log.d("AsyncListUtil", L.toString()); + StringBuilder K = a.K("[BKGR] "); + K.append(String.format(str, objArr)); + Log.d("AsyncListUtil", K.toString()); } private void removeTile(int i) { @@ -308,9 +308,9 @@ public class AsyncListUtil { } public void log(String str, Object... objArr) { - StringBuilder L = a.L("[MAIN] "); - L.append(String.format(str, objArr)); - Log.d("AsyncListUtil", L.toString()); + StringBuilder K = a.K("[MAIN] "); + K.append(String.format(str, objArr)); + Log.d("AsyncListUtil", K.toString()); } public void onRangeChanged() { diff --git a/app/src/main/java/androidx/recyclerview/widget/DefaultItemAnimator.java b/app/src/main/java/androidx/recyclerview/widget/DefaultItemAnimator.java index c4e1051bc7..b3fba6dbcb 100644 --- a/app/src/main/java/androidx/recyclerview/widget/DefaultItemAnimator.java +++ b/app/src/main/java/androidx/recyclerview/widget/DefaultItemAnimator.java @@ -264,18 +264,18 @@ public class DefaultItemAnimator extends SimpleItemAnimator { } public String toString() { - StringBuilder L = a.L("ChangeInfo{oldHolder="); - L.append(this.oldHolder); - L.append(", newHolder="); - L.append(this.newHolder); - L.append(", fromX="); - L.append(this.fromX); - L.append(", fromY="); - L.append(this.fromY); - L.append(", toX="); - L.append(this.toX); - L.append(", toY="); - return a.w(L, this.toY, '}'); + StringBuilder K = a.K("ChangeInfo{oldHolder="); + K.append(this.oldHolder); + K.append(", newHolder="); + K.append(this.newHolder); + K.append(", fromX="); + K.append(this.fromX); + K.append(", fromY="); + K.append(this.fromY); + K.append(", toX="); + K.append(this.toX); + K.append(", toY="); + return a.v(K, this.toY, '}'); } } diff --git a/app/src/main/java/androidx/recyclerview/widget/DiffUtil.java b/app/src/main/java/androidx/recyclerview/widget/DiffUtil.java index 6414271ded..e78ba671cf 100644 --- a/app/src/main/java/androidx/recyclerview/widget/DiffUtil.java +++ b/app/src/main/java/androidx/recyclerview/widget/DiffUtil.java @@ -104,9 +104,9 @@ public class DiffUtil { } else if (i6 == 16) { list.add(new PostponedUpdate(i5, i, false)); } else { - StringBuilder M = a.M("unknown flag for pos ", i5, " "); - M.append(Long.toBinaryString((long) i6)); - throw new IllegalStateException(M.toString()); + StringBuilder L = a.L("unknown flag for pos ", i5, " "); + L.append(Long.toBinaryString((long) i6)); + throw new IllegalStateException(L.toString()); } } } @@ -135,9 +135,9 @@ public class DiffUtil { } else if (i6 == 16) { list.add(new PostponedUpdate(i5, i + i4, true)); } else { - StringBuilder M = a.M("unknown flag for pos ", i5, " "); - M.append(Long.toBinaryString((long) i6)); - throw new IllegalStateException(M.toString()); + StringBuilder L = a.L("unknown flag for pos ", i5, " "); + L.append(Long.toBinaryString((long) i6)); + throw new IllegalStateException(L.toString()); } } } @@ -255,9 +255,9 @@ public class DiffUtil { public int convertNewPositionToOld(@IntRange(from = 0) int i) { if (i < 0 || i >= this.mNewListSize) { - StringBuilder M = a.M("Index out of bounds - passed position = ", i, ", new list size = "); - M.append(this.mNewListSize); - throw new IndexOutOfBoundsException(M.toString()); + StringBuilder L = a.L("Index out of bounds - passed position = ", i, ", new list size = "); + L.append(this.mNewListSize); + throw new IndexOutOfBoundsException(L.toString()); } int i2 = this.mNewItemStatuses[i]; if ((i2 & 31) == 0) { @@ -268,9 +268,9 @@ public class DiffUtil { public int convertOldPositionToNew(@IntRange(from = 0) int i) { if (i < 0 || i >= this.mOldListSize) { - StringBuilder M = a.M("Index out of bounds - passed position = ", i, ", old list size = "); - M.append(this.mOldListSize); - throw new IndexOutOfBoundsException(M.toString()); + StringBuilder L = a.L("Index out of bounds - passed position = ", i, ", old list size = "); + L.append(this.mOldListSize); + throw new IndexOutOfBoundsException(L.toString()); } int i2 = this.mOldItemStatuses[i]; if ((i2 & 31) == 0) { diff --git a/app/src/main/java/androidx/recyclerview/widget/GridLayoutManager.java b/app/src/main/java/androidx/recyclerview/widget/GridLayoutManager.java index 992790e737..adc409b683 100644 --- a/app/src/main/java/androidx/recyclerview/widget/GridLayoutManager.java +++ b/app/src/main/java/androidx/recyclerview/widget/GridLayoutManager.java @@ -385,7 +385,7 @@ public class GridLayoutManager extends LinearLayoutManager { if (convertPreLayoutPositionToPostLayout != -1) { return this.mSpanSizeLookup.getCachedSpanGroupIndex(convertPreLayoutPositionToPostLayout, this.mSpanCount); } - a.f0("Cannot find span size for pre layout position. ", i, "GridLayoutManager"); + a.d0("Cannot find span size for pre layout position. ", i, "GridLayoutManager"); return 0; } @@ -401,7 +401,7 @@ public class GridLayoutManager extends LinearLayoutManager { if (convertPreLayoutPositionToPostLayout != -1) { return this.mSpanSizeLookup.getCachedSpanIndex(convertPreLayoutPositionToPostLayout, this.mSpanCount); } - a.f0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, "GridLayoutManager"); + a.d0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, "GridLayoutManager"); return 0; } @@ -417,7 +417,7 @@ public class GridLayoutManager extends LinearLayoutManager { if (convertPreLayoutPositionToPostLayout != -1) { return this.mSpanSizeLookup.getSpanSize(convertPreLayoutPositionToPostLayout); } - a.f0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, "GridLayoutManager"); + a.d0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, "GridLayoutManager"); return 1; } @@ -629,7 +629,7 @@ public class GridLayoutManager extends LinearLayoutManager { this.mSet[i13] = next; i13++; } else { - throw new IllegalArgumentException(a.y(a.N("Item at position ", i14, " requires ", spanSize, " spans but GridLayoutManager has only "), this.mSpanCount, " spans.")); + throw new IllegalArgumentException(a.w(a.M("Item at position ", i14, " requires ", spanSize, " spans but GridLayoutManager has only "), this.mSpanCount, " spans.")); } } if (i13 == 0) { @@ -1043,7 +1043,7 @@ public class GridLayoutManager extends LinearLayoutManager { requestLayout(); return; } - throw new IllegalArgumentException(a.k("Span count should be at least 1. Provided ", i)); + throw new IllegalArgumentException(a.j("Span count should be at least 1. Provided ", i)); } } diff --git a/app/src/main/java/androidx/recyclerview/widget/LayoutState.java b/app/src/main/java/androidx/recyclerview/widget/LayoutState.java index 48f8dc6aa7..876135454b 100644 --- a/app/src/main/java/androidx/recyclerview/widget/LayoutState.java +++ b/app/src/main/java/androidx/recyclerview/widget/LayoutState.java @@ -31,17 +31,17 @@ public class LayoutState { } public String toString() { - StringBuilder L = a.L("LayoutState{mAvailable="); - L.append(this.mAvailable); - L.append(", mCurrentPosition="); - L.append(this.mCurrentPosition); - L.append(", mItemDirection="); - L.append(this.mItemDirection); - L.append(", mLayoutDirection="); - L.append(this.mLayoutDirection); - L.append(", mStartLine="); - L.append(this.mStartLine); - L.append(", mEndLine="); - return a.w(L, this.mEndLine, '}'); + StringBuilder K = a.K("LayoutState{mAvailable="); + K.append(this.mAvailable); + K.append(", mCurrentPosition="); + K.append(this.mCurrentPosition); + K.append(", mItemDirection="); + K.append(this.mItemDirection); + K.append(", mLayoutDirection="); + K.append(this.mLayoutDirection); + K.append(", mStartLine="); + K.append(this.mStartLine); + K.append(", mEndLine="); + return a.v(K, this.mEndLine, '}'); } } diff --git a/app/src/main/java/androidx/recyclerview/widget/LinearLayoutManager.java b/app/src/main/java/androidx/recyclerview/widget/LinearLayoutManager.java index e102c23f02..369a84eca6 100644 --- a/app/src/main/java/androidx/recyclerview/widget/LinearLayoutManager.java +++ b/app/src/main/java/androidx/recyclerview/widget/LinearLayoutManager.java @@ -109,16 +109,16 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } public String toString() { - StringBuilder L = a.L("AnchorInfo{mPosition="); - L.append(this.mPosition); - L.append(", mCoordinate="); - L.append(this.mCoordinate); - L.append(", mLayoutFromEnd="); - L.append(this.mLayoutFromEnd); - L.append(", mValid="); - L.append(this.mValid); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("AnchorInfo{mPosition="); + K.append(this.mPosition); + K.append(", mCoordinate="); + K.append(this.mCoordinate); + K.append(", mLayoutFromEnd="); + K.append(this.mLayoutFromEnd); + K.append(", mValid="); + K.append(this.mValid); + K.append('}'); + return K.toString(); } } @@ -190,17 +190,17 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } public void log() { - StringBuilder L = a.L("avail:"); - L.append(this.mAvailable); - L.append(", ind:"); - L.append(this.mCurrentPosition); - L.append(", dir:"); - L.append(this.mItemDirection); - L.append(", offset:"); - L.append(this.mOffset); - L.append(", layoutDir:"); - L.append(this.mLayoutDirection); - Log.d("LLM#LayoutState", L.toString()); + StringBuilder K = a.K("avail:"); + K.append(this.mAvailable); + K.append(", ind:"); + K.append(this.mCurrentPosition); + K.append(", dir:"); + K.append(this.mItemDirection); + K.append(", offset:"); + K.append(this.mOffset); + K.append(", layoutDir:"); + K.append(this.mLayoutDirection); + Log.d("LLM#LayoutState", K.toString()); } public View next(RecyclerView.Recycler recycler) { @@ -469,11 +469,11 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I Log.d("LinearLayoutManager", "internal representation of views on the screen"); for (int i = 0; i < getChildCount(); i++) { View childAt = getChildAt(i); - StringBuilder L = a.L("item "); - L.append(getPosition(childAt)); - L.append(", coord:"); - L.append(this.mOrientationHelper.getDecoratedStart(childAt)); - Log.d("LinearLayoutManager", L.toString()); + StringBuilder K = a.K("item "); + K.append(getPosition(childAt)); + K.append(", coord:"); + K.append(this.mOrientationHelper.getDecoratedStart(childAt)); + Log.d("LinearLayoutManager", K.toString()); } Log.d("LinearLayoutManager", "=============="); } @@ -1487,7 +1487,7 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } return; } - throw new IllegalArgumentException(a.k("invalid orientation:", i)); + throw new IllegalArgumentException(a.j("invalid orientation:", i)); } public void setRecycleChildrenOnDetach(boolean z2) { @@ -1532,9 +1532,9 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } public void validateChildOrder() { - StringBuilder L = a.L("validating child count "); - L.append(getChildCount()); - Log.d("LinearLayoutManager", L.toString()); + StringBuilder K = a.K("validating child count "); + K.append(getChildCount()); + Log.d("LinearLayoutManager", K.toString()); boolean z2 = true; if (getChildCount() >= 1) { int position = getPosition(getChildAt(0)); @@ -1546,12 +1546,12 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I int decoratedStart2 = this.mOrientationHelper.getDecoratedStart(childAt); if (position2 < position) { logChildren(); - StringBuilder L2 = a.L("detected invalid position. loc invalid? "); + StringBuilder K2 = a.K("detected invalid position. loc invalid? "); if (decoratedStart2 >= decoratedStart) { z2 = false; } - L2.append(z2); - throw new RuntimeException(L2.toString()); + K2.append(z2); + throw new RuntimeException(K2.toString()); } else if (decoratedStart2 > decoratedStart) { logChildren(); throw new RuntimeException("detected invalid location"); @@ -1565,12 +1565,12 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I int decoratedStart3 = this.mOrientationHelper.getDecoratedStart(childAt2); if (position3 < position) { logChildren(); - StringBuilder L3 = a.L("detected invalid position. loc invalid? "); + StringBuilder K3 = a.K("detected invalid position. loc invalid? "); if (decoratedStart3 >= decoratedStart) { z2 = false; } - L3.append(z2); - throw new RuntimeException(L3.toString()); + K3.append(z2); + throw new RuntimeException(K3.toString()); } else if (decoratedStart3 < decoratedStart) { logChildren(); throw new RuntimeException("detected invalid location"); diff --git a/app/src/main/java/androidx/recyclerview/widget/MessageThreadUtil.java b/app/src/main/java/androidx/recyclerview/widget/MessageThreadUtil.java index 76bfadecc7..316e25ed8f 100644 --- a/app/src/main/java/androidx/recyclerview/widget/MessageThreadUtil.java +++ b/app/src/main/java/androidx/recyclerview/widget/MessageThreadUtil.java @@ -36,9 +36,9 @@ public class MessageThreadUtil implements ThreadUtil { } else if (i == 2) { AnonymousClass1.this.val$callback.addTile(next.arg1, (TileList.Tile) next.data); } else if (i != 3) { - StringBuilder L = a.L("Unsupported message, what="); - L.append(next.what); - Log.e("ThreadUtil", L.toString()); + StringBuilder K = a.K("Unsupported message, what="); + K.append(next.what); + Log.e("ThreadUtil", K.toString()); } else { AnonymousClass1.this.val$callback.removeTile(next.arg1, next.arg2); } @@ -108,9 +108,9 @@ public class MessageThreadUtil implements ThreadUtil { } else if (i == 3) { AnonymousClass2.this.val$callback.loadTile(next.arg1, next.arg2); } else if (i != 4) { - StringBuilder L = a.L("Unsupported message, what="); - L.append(next.what); - Log.e("ThreadUtil", L.toString()); + StringBuilder K = a.K("Unsupported message, what="); + K.append(next.what); + Log.e("ThreadUtil", K.toString()); } else { AnonymousClass2.this.val$callback.recycleTile((TileList.Tile) next.data); } diff --git a/app/src/main/java/androidx/recyclerview/widget/RecyclerView.java b/app/src/main/java/androidx/recyclerview/widget/RecyclerView.java index 3e9c7c64e7..030349e837 100644 --- a/app/src/main/java/androidx/recyclerview/widget/RecyclerView.java +++ b/app/src/main/java/androidx/recyclerview/widget/RecyclerView.java @@ -287,7 +287,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("Called attach on a child which is not detached: "); sb.append(childViewHolderInt); - throw new IllegalArgumentException(a.h(RecyclerView.this, sb)); + throw new IllegalArgumentException(a.g(RecyclerView.this, sb)); } } RecyclerView.access$000(RecyclerView.this, view, i, layoutParams); @@ -304,7 +304,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("called detach on an already detached child "); sb.append(childViewHolderInt); - throw new IllegalArgumentException(a.h(RecyclerView.this, sb)); + throw new IllegalArgumentException(a.g(RecyclerView.this, sb)); } } RecyclerView.access$100(RecyclerView.this, i); @@ -1004,9 +1004,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro i = this.mChildHelper.getChildCount(); } if (indexOfChild == -1) { - StringBuilder L = a.L("Added View has RecyclerView as parent but view is not a real child. Unfiltered index:"); - L.append(this.mRecyclerView.indexOfChild(view)); - throw new IllegalStateException(a.h(this.mRecyclerView, L)); + StringBuilder K = a.K("Added View has RecyclerView as parent but view is not a real child. Unfiltered index:"); + K.append(this.mRecyclerView.indexOfChild(view)); + throw new IllegalStateException(a.g(this.mRecyclerView, K)); } else if (indexOfChild != i) { this.mRecyclerView.mLayout.moveView(indexOfChild, i); } @@ -1598,7 +1598,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro ViewParent parent = view.getParent(); RecyclerView recyclerView = this.mRecyclerView; if (parent != recyclerView || recyclerView.indexOfChild(view) == -1) { - throw new IllegalArgumentException(a.h(this.mRecyclerView, a.L("View should be fully attached to be ignored"))); + throw new IllegalArgumentException(a.g(this.mRecyclerView, a.K("View should be fully attached to be ignored"))); } ViewHolder childViewHolderInt = RecyclerView.getChildViewHolderInt(view); childViewHolderInt.addFlags(128); @@ -2469,9 +2469,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (childViewHolderInt != null) { int findPositionOffset = RecyclerView.this.mAdapterHelper.findPositionOffset(i); if (findPositionOffset < 0 || findPositionOffset >= RecyclerView.this.mAdapter.getItemCount()) { - StringBuilder N = a.N("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); - N.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, N)); + StringBuilder M = a.M("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); + M.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, M)); } tryBindViewHolderByDeadline(childViewHolderInt, findPositionOffset, i, Long.MAX_VALUE); ViewGroup.LayoutParams layoutParams2 = childViewHolderInt.itemView.getLayoutParams(); @@ -2493,7 +2493,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro layoutParams.mPendingInvalidate = z2; return; } - throw new IllegalArgumentException(a.h(RecyclerView.this, a.L("The view does not have a ViewHolder. You cannot pass arbitrary views to this method, they should be created by the Adapter"))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.K("The view does not have a ViewHolder. You cannot pass arbitrary views to this method, they should be created by the Adapter"))); } public void clear() { @@ -2531,9 +2531,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (i >= 0 && i < RecyclerView.this.mState.getItemCount()) { return !RecyclerView.this.mState.isPreLayout() ? i : RecyclerView.this.mAdapterHelper.findPositionOffset(i); } - StringBuilder M = a.M("invalid position ", i, ". State item count is "); - M.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, M)); + StringBuilder L = a.L("invalid position ", i, ". State item count is "); + L.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, L)); } public void dispatchViewRecycled(@NonNull ViewHolder viewHolder) { @@ -2666,7 +2666,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("layout index should not be -1 after unhiding a view:"); sb.append(childViewHolderInt); - throw new IllegalStateException(a.h(RecyclerView.this, sb)); + throw new IllegalStateException(a.g(RecyclerView.this, sb)); } public View getScrapViewAt(int i) { @@ -2808,19 +2808,19 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro boolean z2 = false; boolean z3 = true; if (viewHolder.isScrap() || viewHolder.itemView.getParent() != null) { - StringBuilder L = a.L("Scrapped or attached views may not be recycled. isScrap:"); - L.append(viewHolder.isScrap()); - L.append(" isAttached:"); + StringBuilder K = a.K("Scrapped or attached views may not be recycled. isScrap:"); + K.append(viewHolder.isScrap()); + K.append(" isAttached:"); if (viewHolder.itemView.getParent() != null) { z2 = true; } - L.append(z2); - throw new IllegalArgumentException(a.h(RecyclerView.this, L)); + K.append(z2); + throw new IllegalArgumentException(a.g(RecyclerView.this, K)); } else if (viewHolder.isTmpDetached()) { StringBuilder sb = new StringBuilder(); sb.append("Tmp detached view should be removed from RecyclerView before it can be recycled: "); sb.append(viewHolder); - throw new IllegalArgumentException(a.h(RecyclerView.this, sb)); + throw new IllegalArgumentException(a.g(RecyclerView.this, sb)); } else if (!viewHolder.shouldIgnore()) { boolean doesTransientStatePreventRecycling = viewHolder.doesTransientStatePreventRecycling(); Adapter adapter = RecyclerView.this.mAdapter; @@ -2860,7 +2860,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (!z2) { } } else { - throw new IllegalArgumentException(a.h(RecyclerView.this, a.L("Trying to recycle an ignored view holder. You should first call stopIgnoringView(view) before calling recycle."))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.K("Trying to recycle an ignored view holder. You should first call stopIgnoringView(view) before calling recycle."))); } } @@ -2876,7 +2876,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro childViewHolderInt.setScrapContainer(this, false); this.mAttachedScrap.add(childViewHolderInt); } else { - throw new IllegalArgumentException(a.h(RecyclerView.this, a.L("Called scrap view with an invalid view. Invalid views cannot be reused from scrap, they should rebound from recycler pool."))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.K("Called scrap view with an invalid view. Invalid views cannot be reused from scrap, they should rebound from recycler pool."))); } } @@ -2919,9 +2919,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro ViewCacheExtension viewCacheExtension; View viewForPositionAndType; if (i < 0 || i >= RecyclerView.this.mState.getItemCount()) { - StringBuilder N = a.N("Invalid item position ", i, "(", i, "). Item count:"); - N.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, N)); + StringBuilder M = a.M("Invalid item position ", i, "(", i, "). Item count:"); + M.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, M)); } boolean z5 = true; if (RecyclerView.this.mState.isPreLayout()) { @@ -2948,9 +2948,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (viewHolder == null) { int findPositionOffset = RecyclerView.this.mAdapterHelper.findPositionOffset(i); if (findPositionOffset < 0 || findPositionOffset >= RecyclerView.this.mAdapter.getItemCount()) { - StringBuilder N2 = a.N("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); - N2.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, N2)); + StringBuilder M2 = a.M("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); + M2.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, M2)); } int itemViewType = RecyclerView.this.mAdapter.getItemViewType(findPositionOffset); if (RecyclerView.this.mAdapter.hasStableIds() && (viewHolder = getScrapOrCachedViewForId(RecyclerView.this.mAdapter.getItemId(findPositionOffset), itemViewType, z2)) != null) { @@ -2960,9 +2960,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (!(viewHolder != null || (viewCacheExtension = this.mViewCacheExtension) == null || (viewForPositionAndType = viewCacheExtension.getViewForPositionAndType(this, i, itemViewType)) == null)) { viewHolder = RecyclerView.this.getChildViewHolder(viewForPositionAndType); if (viewHolder == null) { - throw new IllegalArgumentException(a.h(RecyclerView.this, a.L("getViewForPositionAndType returned a view which does not have a ViewHolder"))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.K("getViewForPositionAndType returned a view which does not have a ViewHolder"))); } else if (viewHolder.shouldIgnore()) { - throw new IllegalArgumentException(a.h(RecyclerView.this, a.L("getViewForPositionAndType returned a view that is ignored. You must call stopIgnoring before returning this view."))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.K("getViewForPositionAndType returned a view that is ignored. You must call stopIgnoring before returning this view."))); } } if (viewHolder == null) { @@ -3092,7 +3092,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("Inconsistency detected. Invalid view holder adapter position"); sb.append(viewHolder); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, sb)); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, sb)); } else if (RecyclerView.this.mState.isPreLayout() || RecyclerView.this.mAdapter.getItemViewType(viewHolder.mPosition) == viewHolder.getItemViewType()) { return !RecyclerView.this.mAdapter.hasStableIds() || viewHolder.getItemId() == RecyclerView.this.mAdapter.getItemId(viewHolder.mPosition); } else { @@ -3369,9 +3369,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager instanceof ScrollVectorProvider) { return ((ScrollVectorProvider) layoutManager).computeScrollVectorForPosition(i); } - StringBuilder L = a.L("You should override computeScrollVectorForPosition when the LayoutManager does not implement "); - L.append(ScrollVectorProvider.class.getCanonicalName()); - Log.w("RecyclerView", L.toString()); + StringBuilder K = a.K("You should override computeScrollVectorForPosition when the LayoutManager does not implement "); + K.append(ScrollVectorProvider.class.getCanonicalName()); + Log.w("RecyclerView", K.toString()); return null; } @@ -3473,12 +3473,12 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro public void start(RecyclerView recyclerView, LayoutManager layoutManager) { recyclerView.mViewFlinger.stop(); if (this.mStarted) { - StringBuilder L = a.L("An instance of "); - L.append(getClass().getSimpleName()); - L.append(" was started more than once. Each instance of"); - L.append(getClass().getSimpleName()); - L.append(" is intended to only be used once. You should create a new instance for each use."); - Log.w("RecyclerView", L.toString()); + StringBuilder K = a.K("An instance of "); + K.append(getClass().getSimpleName()); + K.append(" was started more than once. Each instance of"); + K.append(getClass().getSimpleName()); + K.append(" is intended to only be used once. You should create a new instance for each use."); + Log.w("RecyclerView", K.toString()); } this.mRecyclerView = recyclerView; this.mLayoutManager = layoutManager; @@ -3535,11 +3535,11 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro public void assertLayoutStep(int i) { if ((this.mLayoutStep & i) == 0) { - StringBuilder L = a.L("Layout state should be one of "); - L.append(Integer.toBinaryString(i)); - L.append(" but it is "); - L.append(Integer.toBinaryString(this.mLayoutStep)); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Layout state should be one of "); + K.append(Integer.toBinaryString(i)); + K.append(" but it is "); + K.append(Integer.toBinaryString(this.mLayoutStep)); + throw new IllegalStateException(K.toString()); } } @@ -3606,28 +3606,28 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String toString() { - StringBuilder L = a.L("State{mTargetPosition="); - L.append(this.mTargetPosition); - L.append(", mData="); - L.append(this.mData); - L.append(", mItemCount="); - L.append(this.mItemCount); - L.append(", mIsMeasuring="); - L.append(this.mIsMeasuring); - L.append(", mPreviousLayoutItemCount="); - L.append(this.mPreviousLayoutItemCount); - L.append(", mDeletedInvisibleItemCountSincePreviousLayout="); - L.append(this.mDeletedInvisibleItemCountSincePreviousLayout); - L.append(", mStructureChanged="); - L.append(this.mStructureChanged); - L.append(", mInPreLayout="); - L.append(this.mInPreLayout); - L.append(", mRunSimpleAnimations="); - L.append(this.mRunSimpleAnimations); - L.append(", mRunPredictiveAnimations="); - L.append(this.mRunPredictiveAnimations); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("State{mTargetPosition="); + K.append(this.mTargetPosition); + K.append(", mData="); + K.append(this.mData); + K.append(", mItemCount="); + K.append(this.mItemCount); + K.append(", mIsMeasuring="); + K.append(this.mIsMeasuring); + K.append(", mPreviousLayoutItemCount="); + K.append(this.mPreviousLayoutItemCount); + K.append(", mDeletedInvisibleItemCountSincePreviousLayout="); + K.append(this.mDeletedInvisibleItemCountSincePreviousLayout); + K.append(", mStructureChanged="); + K.append(this.mStructureChanged); + K.append(", mInPreLayout="); + K.append(this.mInPreLayout); + K.append(", mRunSimpleAnimations="); + K.append(this.mRunSimpleAnimations); + K.append(", mRunPredictiveAnimations="); + K.append(this.mRunPredictiveAnimations); + K.append('}'); + return K.toString(); } public boolean willRunPredictiveAnimations() { @@ -4124,17 +4124,17 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String toString() { - StringBuilder P = a.P(getClass().isAnonymousClass() ? "ViewHolder" : getClass().getSimpleName(), "{"); - P.append(Integer.toHexString(hashCode())); - P.append(" position="); - P.append(this.mPosition); - P.append(" id="); - P.append(this.mItemId); - P.append(", oldPos="); - P.append(this.mOldPosition); - P.append(", pLpos:"); - P.append(this.mPreLayoutPosition); - StringBuilder sb = new StringBuilder(P.toString()); + StringBuilder O = a.O(getClass().isAnonymousClass() ? "ViewHolder" : getClass().getSimpleName(), "{"); + O.append(Integer.toHexString(hashCode())); + O.append(" position="); + O.append(this.mPosition); + O.append(" id="); + O.append(this.mItemId); + O.append(", oldPos="); + O.append(this.mOldPosition); + O.append(", pLpos:"); + O.append(this.mPreLayoutPosition); + StringBuilder sb = new StringBuilder(O.toString()); if (isScrap()) { sb.append(" scrap "); sb.append(this.mInChangeScrap ? "[changeScrap]" : "[attachedScrap]"); @@ -4158,10 +4158,10 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro sb.append(" tmpDetached"); } if (!isRecyclable()) { - StringBuilder L = a.L(" not recyclable("); - L.append(this.mIsRecyclableCount); - L.append(")"); - sb.append(L.toString()); + StringBuilder K = a.K(" not recyclable("); + K.append(this.mIsRecyclableCount); + K.append(")"); + sb.append(K.toString()); } if (isAdapterPositionUnknown()) { sb.append(" undefined adapter position"); @@ -4705,14 +4705,14 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro sb.append(childViewHolderInt); sb.append(" \n View Holder 2:"); sb.append(viewHolder); - throw new IllegalStateException(a.h(this, sb)); + throw new IllegalStateException(a.g(this, sb)); } StringBuilder sb2 = new StringBuilder(); sb2.append("Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change.\n ViewHolder 1:"); sb2.append(childViewHolderInt); sb2.append(" \n View Holder 2:"); sb2.append(viewHolder); - throw new IllegalStateException(a.h(this, sb2)); + throw new IllegalStateException(a.g(this, sb2)); } } Log.e("RecyclerView", "Problem while matching changed view holders with the newones. The pre-layout information for the change holder " + viewHolder2 + " cannot be found but it is necessary for " + viewHolder + exceptionLabel()); @@ -4797,7 +4797,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("Invalid direction: "); sb.append(i); - throw new IllegalArgumentException(a.h(this, sb)); + throw new IllegalArgumentException(a.g(this, sb)); } private void onPointerUp(MotionEvent motionEvent) { @@ -5118,19 +5118,19 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro return; } if (str == null) { - throw new IllegalStateException(a.h(this, a.L("Cannot call this method unless RecyclerView is computing a layout or scrolling"))); + throw new IllegalStateException(a.g(this, a.K("Cannot call this method unless RecyclerView is computing a layout or scrolling"))); } - throw new IllegalStateException(a.h(this, a.L(str))); + throw new IllegalStateException(a.g(this, a.K(str))); } public void assertNotInLayoutOrScroll(String str) { if (isComputingLayout()) { if (str == null) { - throw new IllegalStateException(a.h(this, a.L("Cannot call this method while RecyclerView is computing a layout or scrolling"))); + throw new IllegalStateException(a.g(this, a.K("Cannot call this method while RecyclerView is computing a layout or scrolling"))); } throw new IllegalStateException(str); } else if (this.mDispatchScrollCounter > 0) { - Log.w("RecyclerView", "Cannot call this method in a scroll callback. Scroll callbacks mightbe run during a measure & layout pass where you cannot change theRecyclerView data. Any method call that might change the structureof the RecyclerView or the adapter contents should be postponed tothe next frame.", new IllegalStateException(a.h(this, a.L("")))); + Log.w("RecyclerView", "Cannot call this method in a scroll callback. Scroll callbacks mightbe run during a measure & layout pass where you cannot change theRecyclerView data. Any method call that might change the structureof the RecyclerView or the adapter contents should be postponed tothe next frame.", new IllegalStateException(a.g(this, a.K("")))); } } @@ -5558,15 +5558,15 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String exceptionLabel() { - StringBuilder L = a.L(" "); - L.append(super.toString()); - L.append(", adapter:"); - L.append(this.mAdapter); - L.append(", layout:"); - L.append(this.mLayout); - L.append(", context:"); - L.append(getContext()); - return L.toString(); + StringBuilder K = a.K(" "); + K.append(super.toString()); + K.append(", adapter:"); + K.append(this.mAdapter); + K.append(", layout:"); + K.append(this.mLayout); + K.append(", context:"); + K.append(getContext()); + return K.toString(); } public final void fillRemainingScrollValues(State state) { @@ -5805,7 +5805,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager != null) { return layoutManager.generateDefaultLayoutParams(); } - throw new IllegalStateException(a.h(this, a.L("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.g(this, a.K("RecyclerView has no LayoutManager"))); } @Override // android.view.ViewGroup @@ -5814,7 +5814,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager != null) { return layoutManager.generateLayoutParams(getContext(), attributeSet); } - throw new IllegalStateException(a.h(this, a.L("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.g(this, a.K("RecyclerView has no LayoutManager"))); } @Override // android.view.ViewGroup @@ -5823,7 +5823,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager != null) { return layoutManager.generateLayoutParams(layoutParams); } - throw new IllegalStateException(a.h(this, a.L("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.g(this, a.K("RecyclerView has no LayoutManager"))); } @Override // android.view.ViewGroup, android.view.View @@ -6022,7 +6022,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro @VisibleForTesting public void initFastScroller(StateListDrawable stateListDrawable, Drawable drawable, StateListDrawable stateListDrawable2, Drawable drawable2) { if (stateListDrawable == null || drawable == null || stateListDrawable2 == null || drawable2 == null) { - throw new IllegalArgumentException(a.h(this, a.L("Trying to set fast scroller without both required drawables."))); + throw new IllegalArgumentException(a.g(this, a.K("Trying to set fast scroller without both required drawables."))); } Resources resources = getContext().getResources(); new FastScroller(this, stateListDrawable, drawable, stateListDrawable2, drawable2, resources.getDimensionPixelSize(R.dimen.fastscroll_default_thickness), resources.getDimensionPixelSize(R.dimen.fastscroll_minimum_range), resources.getDimensionPixelOffset(R.dimen.fastscroll_margin)); @@ -6369,10 +6369,10 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } else if (actionMasked == 2) { int findPointerIndex = motionEvent.findPointerIndex(this.mScrollPointerId); if (findPointerIndex < 0) { - StringBuilder L = a.L("Error processing scroll; pointer index for id "); - L.append(this.mScrollPointerId); - L.append(" not found. Did any MotionEvents get skipped?"); - Log.e("RecyclerView", L.toString()); + StringBuilder K = a.K("Error processing scroll; pointer index for id "); + K.append(this.mScrollPointerId); + K.append(" not found. Did any MotionEvents get skipped?"); + Log.e("RecyclerView", K.toString()); return false; } int x3 = (int) (motionEvent.getX(findPointerIndex) + 0.5f); @@ -6599,10 +6599,10 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } else if (actionMasked == 2) { int findPointerIndex = motionEvent.findPointerIndex(this.mScrollPointerId); if (findPointerIndex < 0) { - StringBuilder L = a.L("Error processing scroll; pointer index for id "); - L.append(this.mScrollPointerId); - L.append(" not found. Did any MotionEvents get skipped?"); - Log.e("RecyclerView", L.toString()); + StringBuilder K = a.K("Error processing scroll; pointer index for id "); + K.append(this.mScrollPointerId); + K.append(" not found. Did any MotionEvents get skipped?"); + Log.e("RecyclerView", K.toString()); return false; } int x3 = (int) (motionEvent.getX(findPointerIndex) + 0.5f); @@ -6735,7 +6735,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("Called removeDetachedView with a view which is not flagged as tmp detached."); sb.append(childViewHolderInt); - throw new IllegalArgumentException(a.h(this, sb)); + throw new IllegalArgumentException(a.g(this, sb)); } } view.clearAnimation(); @@ -7067,7 +7067,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro sb.append("LayoutManager "); sb.append(layoutManager); sb.append(" is already attached to a RecyclerView:"); - throw new IllegalArgumentException(a.h(layoutManager.mRecyclerView, sb)); + throw new IllegalArgumentException(a.g(layoutManager.mRecyclerView, sb)); } } this.mRecycler.updateViewCacheSize(); diff --git a/app/src/main/java/androidx/recyclerview/widget/SortedList.java b/app/src/main/java/androidx/recyclerview/widget/SortedList.java index 07614508f7..e1e424fc57 100644 --- a/app/src/main/java/androidx/recyclerview/widget/SortedList.java +++ b/app/src/main/java/androidx/recyclerview/widget/SortedList.java @@ -170,9 +170,9 @@ public class SortedList { this.mSize++; return; } - StringBuilder M = a.M("cannot add item to ", i, " because size is "); - M.append(this.mSize); - throw new IndexOutOfBoundsException(M.toString()); + StringBuilder L = a.L("cannot add item to ", i, " because size is "); + L.append(this.mSize); + throw new IndexOutOfBoundsException(L.toString()); } private T[] copyArray(T[] tArr) { @@ -500,9 +500,9 @@ public class SortedList { public T get(int i) throws IndexOutOfBoundsException { int i2; if (i >= this.mSize || i < 0) { - StringBuilder M = a.M("Asked to get item at ", i, " but size is "); - M.append(this.mSize); - throw new IndexOutOfBoundsException(M.toString()); + StringBuilder L = a.L("Asked to get item at ", i, " but size is "); + L.append(this.mSize); + throw new IndexOutOfBoundsException(L.toString()); } T[] tArr = this.mOldData; return (tArr == null || i < (i2 = this.mNewDataStart)) ? this.mData[i] : tArr[(i - i2) + this.mOldDataStart]; diff --git a/app/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java b/app/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java index 0d80ce8776..9b4a221e72 100644 --- a/app/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java +++ b/app/src/main/java/androidx/recyclerview/widget/StaggeredGridLayoutManager.java @@ -216,16 +216,16 @@ public class StaggeredGridLayoutManager extends RecyclerView.LayoutManager imple @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("FullSpanItem{mPosition="); - L.append(this.mPosition); - L.append(", mGapDir="); - L.append(this.mGapDir); - L.append(", mHasUnwantedGapAfter="); - L.append(this.mHasUnwantedGapAfter); - L.append(", mGapPerSpan="); - L.append(Arrays.toString(this.mGapPerSpan)); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("FullSpanItem{mPosition="); + K.append(this.mPosition); + K.append(", mGapDir="); + K.append(this.mGapDir); + K.append(", mHasUnwantedGapAfter="); + K.append(this.mHasUnwantedGapAfter); + K.append(", mGapPerSpan="); + K.append(Arrays.toString(this.mGapPerSpan)); + K.append('}'); + return K.toString(); } @Override // android.os.Parcelable @@ -1795,11 +1795,11 @@ public class StaggeredGridLayoutManager extends RecyclerView.LayoutManager imple if (iArr == null) { iArr = new int[this.mSpanCount]; } else if (iArr.length < this.mSpanCount) { - StringBuilder L = a.L("Provided int[]'s size must be more than or equal to span count. Expected:"); - L.append(this.mSpanCount); - L.append(", array size:"); - L.append(iArr.length); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Provided int[]'s size must be more than or equal to span count. Expected:"); + K.append(this.mSpanCount); + K.append(", array size:"); + K.append(iArr.length); + throw new IllegalArgumentException(K.toString()); } for (int i = 0; i < this.mSpanCount; i++) { iArr[i] = this.mSpans[i].findFirstCompletelyVisibleItemPosition(); @@ -1859,11 +1859,11 @@ public class StaggeredGridLayoutManager extends RecyclerView.LayoutManager imple if (iArr == null) { iArr = new int[this.mSpanCount]; } else if (iArr.length < this.mSpanCount) { - StringBuilder L = a.L("Provided int[]'s size must be more than or equal to span count. Expected:"); - L.append(this.mSpanCount); - L.append(", array size:"); - L.append(iArr.length); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Provided int[]'s size must be more than or equal to span count. Expected:"); + K.append(this.mSpanCount); + K.append(", array size:"); + K.append(iArr.length); + throw new IllegalArgumentException(K.toString()); } for (int i = 0; i < this.mSpanCount; i++) { iArr[i] = this.mSpans[i].findFirstVisibleItemPosition(); @@ -1875,11 +1875,11 @@ public class StaggeredGridLayoutManager extends RecyclerView.LayoutManager imple if (iArr == null) { iArr = new int[this.mSpanCount]; } else if (iArr.length < this.mSpanCount) { - StringBuilder L = a.L("Provided int[]'s size must be more than or equal to span count. Expected:"); - L.append(this.mSpanCount); - L.append(", array size:"); - L.append(iArr.length); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Provided int[]'s size must be more than or equal to span count. Expected:"); + K.append(this.mSpanCount); + K.append(", array size:"); + K.append(iArr.length); + throw new IllegalArgumentException(K.toString()); } for (int i = 0; i < this.mSpanCount; i++) { iArr[i] = this.mSpans[i].findLastCompletelyVisibleItemPosition(); @@ -1891,11 +1891,11 @@ public class StaggeredGridLayoutManager extends RecyclerView.LayoutManager imple if (iArr == null) { iArr = new int[this.mSpanCount]; } else if (iArr.length < this.mSpanCount) { - StringBuilder L = a.L("Provided int[]'s size must be more than or equal to span count. Expected:"); - L.append(this.mSpanCount); - L.append(", array size:"); - L.append(iArr.length); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Provided int[]'s size must be more than or equal to span count. Expected:"); + K.append(this.mSpanCount); + K.append(", array size:"); + K.append(iArr.length); + throw new IllegalArgumentException(K.toString()); } for (int i = 0; i < this.mSpanCount; i++) { iArr[i] = this.mSpans[i].findLastVisibleItemPosition(); diff --git a/app/src/main/java/androidx/room/InvalidationTracker.java b/app/src/main/java/androidx/room/InvalidationTracker.java index 5c41b27ec2..12037195b0 100644 --- a/app/src/main/java/androidx/room/InvalidationTracker.java +++ b/app/src/main/java/androidx/room/InvalidationTracker.java @@ -386,7 +386,7 @@ public class InvalidationTracker { } private static void appendTriggerName(StringBuilder sb, String str, String str2) { - a.k0(sb, "`", "room_table_modification_trigger_", str, "_"); + a.j0(sb, "`", "room_table_modification_trigger_", str, "_"); sb.append(str2); sb.append("`"); } @@ -413,9 +413,9 @@ public class InvalidationTracker { sb.setLength(0); sb.append("CREATE TEMP TRIGGER IF NOT EXISTS "); appendTriggerName(sb, str, str2); - a.k0(sb, " AFTER ", str2, " ON `", str); - a.k0(sb, "` BEGIN UPDATE ", "room_table_modification_log", " SET ", "invalidated"); - a.k0(sb, " = 1", " WHERE ", "table_id", " = "); + a.j0(sb, " AFTER ", str2, " ON `", str); + a.j0(sb, "` BEGIN UPDATE ", "room_table_modification_log", " SET ", "invalidated"); + a.j0(sb, " = 1", " WHERE ", "table_id", " = "); sb.append(i); sb.append(" AND "); sb.append("invalidated"); @@ -441,7 +441,7 @@ public class InvalidationTracker { String[] resolveViews = resolveViews(strArr); for (String str : resolveViews) { if (!this.mTableIdLookup.containsKey(str.toLowerCase(Locale.US))) { - throw new IllegalArgumentException(a.t("There is no table with name ", str)); + throw new IllegalArgumentException(a.s("There is no table with name ", str)); } } return resolveViews; @@ -459,9 +459,9 @@ public class InvalidationTracker { if (num != null) { iArr[i] = num.intValue(); } else { - StringBuilder L = a.L("There is no table with name "); - L.append(resolveViews[i]); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("There is no table with name "); + K.append(resolveViews[i]); + throw new IllegalArgumentException(K.toString()); } } ObserverWrapper observerWrapper = new ObserverWrapper(observer, iArr, resolveViews); diff --git a/app/src/main/java/androidx/room/Room.java b/app/src/main/java/androidx/room/Room.java index a70fc931c4..e80abf8d27 100644 --- a/app/src/main/java/androidx/room/Room.java +++ b/app/src/main/java/androidx/room/Room.java @@ -34,20 +34,20 @@ public class Room { } return (T) Class.forName(str2).newInstance(); } catch (ClassNotFoundException unused) { - StringBuilder L = a.L("cannot find implementation for "); - L.append(cls.getCanonicalName()); - L.append(". "); - L.append(str3); - L.append(" does not exist"); - throw new RuntimeException(L.toString()); + StringBuilder K = a.K("cannot find implementation for "); + K.append(cls.getCanonicalName()); + K.append(". "); + K.append(str3); + K.append(" does not exist"); + throw new RuntimeException(K.toString()); } catch (IllegalAccessException unused2) { - StringBuilder L2 = a.L("Cannot access the constructor"); - L2.append(cls.getCanonicalName()); - throw new RuntimeException(L2.toString()); + StringBuilder K2 = a.K("Cannot access the constructor"); + K2.append(cls.getCanonicalName()); + throw new RuntimeException(K2.toString()); } catch (InstantiationException unused3) { - StringBuilder L3 = a.L("Failed to create an instance of "); - L3.append(cls.getCanonicalName()); - throw new RuntimeException(L3.toString()); + StringBuilder K3 = a.K("Failed to create an instance of "); + K3.append(cls.getCanonicalName()); + throw new RuntimeException(K3.toString()); } } diff --git a/app/src/main/java/androidx/room/RoomMasterTable.java b/app/src/main/java/androidx/room/RoomMasterTable.java index fcc86cac2f..0e9530fcba 100644 --- a/app/src/main/java/androidx/room/RoomMasterTable.java +++ b/app/src/main/java/androidx/room/RoomMasterTable.java @@ -16,6 +16,6 @@ public class RoomMasterTable { } public static String createInsertQuery(String str) { - return a.u("INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '", str, "')"); + return a.t("INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '", str, "')"); } } diff --git a/app/src/main/java/androidx/room/RoomOpenHelper.java b/app/src/main/java/androidx/room/RoomOpenHelper.java index 22b7ddca0b..9a3d8b5e7a 100644 --- a/app/src/main/java/androidx/room/RoomOpenHelper.java +++ b/app/src/main/java/androidx/room/RoomOpenHelper.java @@ -103,9 +103,9 @@ public class RoomOpenHelper extends SupportSQLiteOpenHelper.Callback { updateIdentity(supportSQLiteDatabase); return; } - StringBuilder L = a.L("Pre-packaged database has an invalid schema: "); - L.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Pre-packaged database has an invalid schema: "); + K.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(K.toString()); } } @@ -156,9 +156,9 @@ public class RoomOpenHelper extends SupportSQLiteOpenHelper.Callback { if (!hasEmptySchema) { ValidationResult onValidateSchema = this.mDelegate.onValidateSchema(supportSQLiteDatabase); if (!onValidateSchema.isValid) { - StringBuilder L = a.L("Pre-packaged database has an invalid schema: "); - L.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Pre-packaged database has an invalid schema: "); + K.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(K.toString()); } } updateIdentity(supportSQLiteDatabase); @@ -196,15 +196,15 @@ public class RoomOpenHelper extends SupportSQLiteOpenHelper.Callback { updateIdentity(supportSQLiteDatabase); z2 = true; } else { - StringBuilder L = a.L("Migration didn't properly handle: "); - L.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Migration didn't properly handle: "); + K.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(K.toString()); } } if (!z2) { DatabaseConfiguration databaseConfiguration2 = this.mConfiguration; if (databaseConfiguration2 == null || databaseConfiguration2.isMigrationRequired(i, i2)) { - throw new IllegalStateException(a.o("A migration from ", i, " to ", i2, " was required but not found. Please provide the necessary Migration path via RoomDatabase.Builder.addMigration(Migration ...) or allow for destructive migrations via one of the RoomDatabase.Builder.fallbackToDestructiveMigration* methods.")); + throw new IllegalStateException(a.n("A migration from ", i, " to ", i2, " was required but not found. Please provide the necessary Migration path via RoomDatabase.Builder.addMigration(Migration ...) or allow for destructive migrations via one of the RoomDatabase.Builder.fallbackToDestructiveMigration* methods.")); } this.mDelegate.dropAllTables(supportSQLiteDatabase); this.mDelegate.createAllTables(supportSQLiteDatabase); diff --git a/app/src/main/java/androidx/room/SQLiteCopyOpenHelper.java b/app/src/main/java/androidx/room/SQLiteCopyOpenHelper.java index ce88b80cf6..09b841a808 100644 --- a/app/src/main/java/androidx/room/SQLiteCopyOpenHelper.java +++ b/app/src/main/java/androidx/room/SQLiteCopyOpenHelper.java @@ -53,16 +53,16 @@ public class SQLiteCopyOpenHelper implements SupportSQLiteOpenHelper { FileUtil.copy(readableByteChannel, new FileOutputStream(createTempFile).getChannel()); File parentFile = file.getParentFile(); if (parentFile != null && !parentFile.exists() && !parentFile.mkdirs()) { - StringBuilder L = a.L("Failed to create directories for "); - L.append(file.getAbsolutePath()); - throw new IOException(L.toString()); + StringBuilder K = a.K("Failed to create directories for "); + K.append(file.getAbsolutePath()); + throw new IOException(K.toString()); } else if (!createTempFile.renameTo(file)) { - StringBuilder L2 = a.L("Failed to move intermediate file ("); - L2.append(createTempFile.getAbsolutePath()); - L2.append(") to destination ("); - L2.append(file.getAbsolutePath()); - L2.append(")."); - throw new IOException(L2.toString()); + StringBuilder K2 = a.K("Failed to move intermediate file ("); + K2.append(createTempFile.getAbsolutePath()); + K2.append(") to destination ("); + K2.append(file.getAbsolutePath()); + K2.append(")."); + throw new IOException(K2.toString()); } } diff --git a/app/src/main/java/androidx/room/paging/LimitOffsetDataSource.java b/app/src/main/java/androidx/room/paging/LimitOffsetDataSource.java index 5faa43786c..a0d886d9e9 100644 --- a/app/src/main/java/androidx/room/paging/LimitOffsetDataSource.java +++ b/app/src/main/java/androidx/room/paging/LimitOffsetDataSource.java @@ -37,14 +37,14 @@ public abstract class LimitOffsetDataSource extends PositionalDataSource { this.mDb = roomDatabase; this.mSourceQuery = roomSQLiteQuery; this.mInTransaction = z2; - StringBuilder L = a.L("SELECT COUNT(*) FROM ( "); - L.append(roomSQLiteQuery.getSql()); - L.append(" )"); - this.mCountQuery = L.toString(); - StringBuilder L2 = a.L("SELECT * FROM ( "); - L2.append(roomSQLiteQuery.getSql()); - L2.append(" ) LIMIT ? OFFSET ?"); - this.mLimitOffsetQuery = L2.toString(); + StringBuilder K = a.K("SELECT COUNT(*) FROM ( "); + K.append(roomSQLiteQuery.getSql()); + K.append(" )"); + this.mCountQuery = K.toString(); + StringBuilder K2 = a.K("SELECT * FROM ( "); + K2.append(roomSQLiteQuery.getSql()); + K2.append(" ) LIMIT ? OFFSET ?"); + this.mLimitOffsetQuery = K2.toString(); AnonymousClass1 r3 = new AnonymousClass1(strArr); this.mObserver = r3; roomDatabase.getInvalidationTracker().addWeakObserver(r3); diff --git a/app/src/main/java/androidx/room/util/CopyLock.java b/app/src/main/java/androidx/room/util/CopyLock.java index 9782400231..ece16e357e 100644 --- a/app/src/main/java/androidx/room/util/CopyLock.java +++ b/app/src/main/java/androidx/room/util/CopyLock.java @@ -20,7 +20,7 @@ public class CopyLock { private final Lock mThreadLock; public CopyLock(@NonNull String str, @NonNull File file, boolean z2) { - File file2 = new File(file, a.t(str, ".lck")); + File file2 = new File(file, a.s(str, ".lck")); this.mCopyLockFile = file2; this.mThreadLock = getThreadLock(file2.getAbsolutePath()); this.mFileLevelLock = z2; diff --git a/app/src/main/java/androidx/room/util/FtsTableInfo.java b/app/src/main/java/androidx/room/util/FtsTableInfo.java index cc89ef8243..3e6f250969 100644 --- a/app/src/main/java/androidx/room/util/FtsTableInfo.java +++ b/app/src/main/java/androidx/room/util/FtsTableInfo.java @@ -145,14 +145,14 @@ public class FtsTableInfo { } public String toString() { - StringBuilder L = a.L("FtsTableInfo{name='"); - L.append(this.name); - L.append('\''); - L.append(", columns="); - L.append(this.columns); - L.append(", options="); - L.append(this.options); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("FtsTableInfo{name='"); + K.append(this.name); + K.append('\''); + K.append(", columns="); + K.append(this.columns); + K.append(", options="); + K.append(this.options); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/androidx/room/util/TableInfo.java b/app/src/main/java/androidx/room/util/TableInfo.java index af54482b9c..896a2ef2f8 100644 --- a/app/src/main/java/androidx/room/util/TableInfo.java +++ b/app/src/main/java/androidx/room/util/TableInfo.java @@ -103,24 +103,24 @@ public class TableInfo { } public String toString() { - StringBuilder L = a.L("Column{name='"); - L.append(this.name); - L.append('\''); - L.append(", type='"); - L.append(this.type); - L.append('\''); - L.append(", affinity='"); - L.append(this.affinity); - L.append('\''); - L.append(", notNull="); - L.append(this.notNull); - L.append(", primaryKeyPosition="); - L.append(this.primaryKeyPosition); - L.append(", defaultValue='"); - L.append(this.defaultValue); - L.append('\''); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("Column{name='"); + K.append(this.name); + K.append('\''); + K.append(", type='"); + K.append(this.type); + K.append('\''); + K.append(", affinity='"); + K.append(this.affinity); + K.append('\''); + K.append(", notNull="); + K.append(this.notNull); + K.append(", primaryKeyPosition="); + K.append(this.primaryKeyPosition); + K.append(", defaultValue='"); + K.append(this.defaultValue); + K.append('\''); + K.append('}'); + return K.toString(); } } @@ -165,21 +165,21 @@ public class TableInfo { } public String toString() { - StringBuilder L = a.L("ForeignKey{referenceTable='"); - L.append(this.referenceTable); - L.append('\''); - L.append(", onDelete='"); - L.append(this.onDelete); - L.append('\''); - L.append(", onUpdate='"); - L.append(this.onUpdate); - L.append('\''); - L.append(", columnNames="); - L.append(this.columnNames); - L.append(", referenceColumnNames="); - L.append(this.referenceColumnNames); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("ForeignKey{referenceTable='"); + K.append(this.referenceTable); + K.append('\''); + K.append(", onDelete='"); + K.append(this.onDelete); + K.append('\''); + K.append(", onUpdate='"); + K.append(this.onUpdate); + K.append('\''); + K.append(", columnNames="); + K.append(this.columnNames); + K.append(", referenceColumnNames="); + K.append(this.referenceColumnNames); + K.append('}'); + return K.toString(); } } @@ -235,15 +235,15 @@ public class TableInfo { } public String toString() { - StringBuilder L = a.L("Index{name='"); - L.append(this.name); - L.append('\''); - L.append(", unique="); - L.append(this.unique); - L.append(", columns="); - L.append(this.columns); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("Index{name='"); + K.append(this.name); + K.append('\''); + K.append(", unique="); + K.append(this.unique); + K.append(", columns="); + K.append(this.columns); + K.append('}'); + return K.toString(); } } @@ -436,16 +436,16 @@ public class TableInfo { } public String toString() { - StringBuilder L = a.L("TableInfo{name='"); - L.append(this.name); - L.append('\''); - L.append(", columns="); - L.append(this.columns); - L.append(", foreignKeys="); - L.append(this.foreignKeys); - L.append(", indices="); - L.append(this.indices); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("TableInfo{name='"); + K.append(this.name); + K.append('\''); + K.append(", columns="); + K.append(this.columns); + K.append(", foreignKeys="); + K.append(this.foreignKeys); + K.append(", indices="); + K.append(this.indices); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/androidx/room/util/ViewInfo.java b/app/src/main/java/androidx/room/util/ViewInfo.java index d009aa8429..5e81703e23 100644 --- a/app/src/main/java/androidx/room/util/ViewInfo.java +++ b/app/src/main/java/androidx/room/util/ViewInfo.java @@ -62,13 +62,13 @@ public class ViewInfo { } public String toString() { - StringBuilder L = a.L("ViewInfo{name='"); - L.append(this.name); - L.append('\''); - L.append(", sql='"); - L.append(this.sql); - L.append('\''); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("ViewInfo{name='"); + K.append(this.name); + K.append('\''); + K.append(", sql='"); + K.append(this.sql); + K.append('\''); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/androidx/savedstate/Recreator.java b/app/src/main/java/androidx/savedstate/Recreator.java index f56273301f..8fd62d48da 100644 --- a/app/src/main/java/androidx/savedstate/Recreator.java +++ b/app/src/main/java/androidx/savedstate/Recreator.java @@ -52,16 +52,16 @@ public final class Recreator implements GenericLifecycleObserver { try { ((SavedStateRegistry.AutoRecreated) declaredConstructor.newInstance(new Object[0])).onRecreated(this.mOwner); } catch (Exception e) { - throw new RuntimeException(a.t("Failed to instantiate ", str), e); + throw new RuntimeException(a.s("Failed to instantiate ", str), e); } } catch (NoSuchMethodException e2) { - StringBuilder L = a.L("Class"); - L.append(cls.getSimpleName()); - L.append(" must have default constructor in order to be automatically recreated"); - throw new IllegalStateException(L.toString(), e2); + StringBuilder K = a.K("Class"); + K.append(cls.getSimpleName()); + K.append(" must have default constructor in order to be automatically recreated"); + throw new IllegalStateException(K.toString(), e2); } } catch (ClassNotFoundException e3) { - throw new RuntimeException(a.u("Class ", str, " wasn't found"), e3); + throw new RuntimeException(a.t("Class ", str, " wasn't found"), e3); } } diff --git a/app/src/main/java/androidx/savedstate/SavedStateRegistry.java b/app/src/main/java/androidx/savedstate/SavedStateRegistry.java index 1c8c3684ec..158debcc40 100644 --- a/app/src/main/java/androidx/savedstate/SavedStateRegistry.java +++ b/app/src/main/java/androidx/savedstate/SavedStateRegistry.java @@ -114,10 +114,10 @@ public final class SavedStateRegistry { cls.getDeclaredConstructor(new Class[0]); this.mRecreatorProvider.add(cls.getName()); } catch (NoSuchMethodException e) { - StringBuilder L = a.L("Class"); - L.append(cls.getSimpleName()); - L.append(" must have default constructor in order to be automatically recreated"); - throw new IllegalArgumentException(L.toString(), e); + StringBuilder K = a.K("Class"); + K.append(cls.getSimpleName()); + K.append(" must have default constructor in order to be automatically recreated"); + throw new IllegalArgumentException(K.toString(), e); } } else { throw new IllegalStateException("Can not perform this action after onSaveInstanceState"); diff --git a/app/src/main/java/androidx/sharetarget/ShareTargetXmlParser.java b/app/src/main/java/androidx/sharetarget/ShareTargetXmlParser.java index 565f705b7f..0311ba9726 100644 --- a/app/src/main/java/androidx/sharetarget/ShareTargetXmlParser.java +++ b/app/src/main/java/androidx/sharetarget/ShareTargetXmlParser.java @@ -57,9 +57,9 @@ public class ShareTargetXmlParser { if (loadXmlMetaData != null) { return loadXmlMetaData; } - StringBuilder L = a.L("Failed to open android.app.shortcuts meta-data resource of "); - L.append(activityInfo.name); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Failed to open android.app.shortcuts meta-data resource of "); + K.append(activityInfo.name); + throw new IllegalArgumentException(K.toString()); } private static ShareTargetCompat parseShareTarget(XmlResourceParser xmlResourceParser) throws Exception { diff --git a/app/src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java b/app/src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java index 91c823bcde..29b4c7f944 100644 --- a/app/src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java +++ b/app/src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java @@ -446,7 +446,7 @@ public class ShortcutInfoCompatSaverImpl extends ShortcutInfoCompatSaver } } catch (IOException | OutOfMemoryError | RuntimeException e) { Log.wtf("ShortcutInfoCompatSaver", "Unable to write bitmap to file", e); - throw new RuntimeException(c.d.b.a.a.t("Unable to write bitmap to file ", str), e); + throw new RuntimeException(c.d.b.a.a.s("Unable to write bitmap to file ", str), e); } } else { throw new IllegalArgumentException("path is empty"); diff --git a/app/src/main/java/androidx/sharetarget/ShortcutsInfoSerialization.java b/app/src/main/java/androidx/sharetarget/ShortcutsInfoSerialization.java index 9cc578e947..4b65cc1518 100644 --- a/app/src/main/java/androidx/sharetarget/ShortcutsInfoSerialization.java +++ b/app/src/main/java/androidx/sharetarget/ShortcutsInfoSerialization.java @@ -208,23 +208,23 @@ public class ShortcutsInfoSerialization { } catch (Exception e2) { e = e2; fileOutputStream = startWrite; - StringBuilder L = a.L("Failed to write to file "); - L.append(atomicFile.getBaseFile()); - Log.e("ShortcutInfoCompatSaver", L.toString(), e); + StringBuilder K = a.K("Failed to write to file "); + K.append(atomicFile.getBaseFile()); + Log.e("ShortcutInfoCompatSaver", K.toString(), e); atomicFile.failWrite(fileOutputStream); - StringBuilder L2 = a.L("Failed to write to file "); - L2.append(atomicFile.getBaseFile()); - throw new RuntimeException(L2.toString(), e); + StringBuilder K2 = a.K("Failed to write to file "); + K2.append(atomicFile.getBaseFile()); + throw new RuntimeException(K2.toString(), e); } } catch (Exception e3) { e = e3; - StringBuilder L = a.L("Failed to write to file "); - L.append(atomicFile.getBaseFile()); - Log.e("ShortcutInfoCompatSaver", L.toString(), e); + StringBuilder K = a.K("Failed to write to file "); + K.append(atomicFile.getBaseFile()); + Log.e("ShortcutInfoCompatSaver", K.toString(), e); atomicFile.failWrite(fileOutputStream); - StringBuilder L2 = a.L("Failed to write to file "); - L2.append(atomicFile.getBaseFile()); - throw new RuntimeException(L2.toString(), e); + StringBuilder K2 = a.K("Failed to write to file "); + K2.append(atomicFile.getBaseFile()); + throw new RuntimeException(K2.toString(), e); } } diff --git a/app/src/main/java/androidx/sqlite/db/SupportSQLiteOpenHelper.java b/app/src/main/java/androidx/sqlite/db/SupportSQLiteOpenHelper.java index cfb1ed1159..9ea544c559 100644 --- a/app/src/main/java/androidx/sqlite/db/SupportSQLiteOpenHelper.java +++ b/app/src/main/java/androidx/sqlite/db/SupportSQLiteOpenHelper.java @@ -26,7 +26,7 @@ public interface SupportSQLiteOpenHelper extends Closeable { private void deleteDatabaseFile(String str) { if (!str.equalsIgnoreCase(":memory:") && str.trim().length() != 0) { - a.h0("deleting the database file: ", str, "SupportSQLite"); + a.g0("deleting the database file: ", str, "SupportSQLite"); try { SQLiteDatabase.deleteDatabase(new File(str)); } catch (Exception e) { @@ -63,9 +63,9 @@ public interface SupportSQLiteOpenHelper extends Closeable { /* JADX WARNING: Removed duplicated region for block: B:7:0x002a A[ExcHandler: all (r1v2 'th' java.lang.Throwable A[CUSTOM_DECLARE]), PHI: r0 PHI: (r0v12 java.util.List>) = (r0v4 java.util.List>), (r0v6 java.util.List>), (r0v6 java.util.List>) binds: [B:5:0x0025, B:8:0x002c, B:10:?] A[DONT_GENERATE, DONT_INLINE], Splitter:B:5:0x0025] */ public void onCorruption(@NonNull SupportSQLiteDatabase supportSQLiteDatabase) { - StringBuilder L = a.L("Corruption reported by sqlite on database: "); - L.append(supportSQLiteDatabase.getPath()); - Log.e("SupportSQLite", L.toString()); + StringBuilder K = a.K("Corruption reported by sqlite on database: "); + K.append(supportSQLiteDatabase.getPath()); + Log.e("SupportSQLite", K.toString()); if (!supportSQLiteDatabase.isOpen()) { deleteDatabaseFile(supportSQLiteDatabase.getPath()); return; @@ -89,7 +89,7 @@ public interface SupportSQLiteOpenHelper extends Closeable { public abstract void onCreate(@NonNull SupportSQLiteDatabase supportSQLiteDatabase); public void onDowngrade(@NonNull SupportSQLiteDatabase supportSQLiteDatabase, int i, int i2) { - throw new SQLiteException(a.n("Can't downgrade database from version ", i, " to ", i2)); + throw new SQLiteException(a.l("Can't downgrade database from version ", i, " to ", i2)); } public void onOpen(@NonNull SupportSQLiteDatabase supportSQLiteDatabase) { diff --git a/app/src/main/java/androidx/sqlite/db/SupportSQLiteQueryBuilder.java b/app/src/main/java/androidx/sqlite/db/SupportSQLiteQueryBuilder.java index 390b5ed2c3..5663457042 100644 --- a/app/src/main/java/androidx/sqlite/db/SupportSQLiteQueryBuilder.java +++ b/app/src/main/java/androidx/sqlite/db/SupportSQLiteQueryBuilder.java @@ -95,7 +95,7 @@ public final class SupportSQLiteQueryBuilder { this.mLimit = str; return this; } - throw new IllegalArgumentException(a.t("invalid LIMIT clauses:", str)); + throw new IllegalArgumentException(a.s("invalid LIMIT clauses:", str)); } public SupportSQLiteQueryBuilder orderBy(String str) { diff --git a/app/src/main/java/androidx/sqlite/db/framework/FrameworkSQLiteDatabase.java b/app/src/main/java/androidx/sqlite/db/framework/FrameworkSQLiteDatabase.java index 4f70ae1757..8ba0a905ae 100644 --- a/app/src/main/java/androidx/sqlite/db/framework/FrameworkSQLiteDatabase.java +++ b/app/src/main/java/androidx/sqlite/db/framework/FrameworkSQLiteDatabase.java @@ -91,9 +91,9 @@ public class FrameworkSQLiteDatabase implements SupportSQLiteDatabase { @Override // androidx.sqlite.db.SupportSQLiteDatabase public int delete(String str, String str2, Object[] objArr) { - StringBuilder P = a.P("DELETE FROM ", str); - P.append(TextUtils.isEmpty(str2) ? "" : a.t(" WHERE ", str2)); - SupportSQLiteStatement compileStatement = compileStatement(P.toString()); + StringBuilder O = a.O("DELETE FROM ", str); + O.append(TextUtils.isEmpty(str2) ? "" : a.s(" WHERE ", str2)); + SupportSQLiteStatement compileStatement = compileStatement(O.toString()); SimpleSQLiteQuery.bind(compileStatement, objArr); return compileStatement.executeUpdateDelete(); } diff --git a/app/src/main/java/androidx/transition/Transition.java b/app/src/main/java/androidx/transition/Transition.java index 1134f5ab7c..dae12abf31 100644 --- a/app/src/main/java/androidx/transition/Transition.java +++ b/app/src/main/java/androidx/transition/Transition.java @@ -487,7 +487,7 @@ public abstract class Transition implements Cloneable { i--; iArr = iArr2; } else { - throw new InflateException(a.u("Unknown match type in matchOrder: '", trim, "'")); + throw new InflateException(a.t("Unknown match type in matchOrder: '", trim, "'")); } i++; } @@ -1270,48 +1270,48 @@ public abstract class Transition implements Cloneable { } public String toString(String str) { - StringBuilder L = a.L(str); - L.append(getClass().getSimpleName()); - L.append("@"); - L.append(Integer.toHexString(hashCode())); - L.append(": "); - String sb = L.toString(); + StringBuilder K = a.K(str); + K.append(getClass().getSimpleName()); + K.append("@"); + K.append(Integer.toHexString(hashCode())); + K.append(": "); + String sb = K.toString(); if (this.mDuration != -1) { - sb = a.z(a.P(sb, "dur("), this.mDuration, ") "); + sb = a.y(a.O(sb, "dur("), this.mDuration, ") "); } if (this.mStartDelay != -1) { - sb = a.z(a.P(sb, "dly("), this.mStartDelay, ") "); + sb = a.y(a.O(sb, "dly("), this.mStartDelay, ") "); } if (this.mInterpolator != null) { - StringBuilder P = a.P(sb, "interp("); - P.append(this.mInterpolator); - P.append(") "); - sb = P.toString(); + StringBuilder O = a.O(sb, "interp("); + O.append(this.mInterpolator); + O.append(") "); + sb = O.toString(); } if (this.mTargetIds.size() <= 0 && this.mTargets.size() <= 0) { return sb; } - String t = a.t(sb, "tgts("); + String s2 = a.s(sb, "tgts("); if (this.mTargetIds.size() > 0) { for (int i = 0; i < this.mTargetIds.size(); i++) { if (i > 0) { - t = a.t(t, ", "); + s2 = a.s(s2, ", "); } - StringBuilder L2 = a.L(t); - L2.append(this.mTargetIds.get(i)); - t = L2.toString(); + StringBuilder K2 = a.K(s2); + K2.append(this.mTargetIds.get(i)); + s2 = K2.toString(); } } if (this.mTargets.size() > 0) { for (int i2 = 0; i2 < this.mTargets.size(); i2++) { if (i2 > 0) { - t = a.t(t, ", "); + s2 = a.s(s2, ", "); } - StringBuilder L3 = a.L(t); - L3.append(this.mTargets.get(i2)); - t = L3.toString(); + StringBuilder K3 = a.K(s2); + K3.append(this.mTargets.get(i2)); + s2 = K3.toString(); } } - return a.t(t, ")"); + return a.s(s2, ")"); } } diff --git a/app/src/main/java/androidx/transition/TransitionInflater.java b/app/src/main/java/androidx/transition/TransitionInflater.java index 47deca420d..c72d856ae3 100644 --- a/app/src/main/java/androidx/transition/TransitionInflater.java +++ b/app/src/main/java/androidx/transition/TransitionInflater.java @@ -47,7 +47,7 @@ public class TransitionInflater { throw new InflateException("Could not instantiate " + cls + " class " + attributeValue, e); } } else { - throw new InflateException(a.t(str, " tag must have a 'class' attribute")); + throw new InflateException(a.s(str, " tag must have a 'class' attribute")); } } @@ -100,9 +100,9 @@ public class TransitionInflater { throw new RuntimeException("Invalid use of pathMotion element"); } } else if (!"patternPathMotion".equals(name)) { - StringBuilder L = a.L("Unknown scene name: "); - L.append(xmlPullParser.getName()); - throw new RuntimeException(L.toString()); + StringBuilder K = a.K("Unknown scene name: "); + K.append(xmlPullParser.getName()); + throw new RuntimeException(K.toString()); } else if (transition != null) { transition.setPathMotion(new PatternPathMotion(this.mContext, attributeSet)); } else { @@ -149,9 +149,9 @@ public class TransitionInflater { } } } - StringBuilder L = a.L("Unknown scene name: "); - L.append(xmlPullParser.getName()); - throw new RuntimeException(L.toString()); + StringBuilder K = a.K("Unknown scene name: "); + K.append(xmlPullParser.getName()); + throw new RuntimeException(K.toString()); } public static TransitionInflater from(Context context) { @@ -191,7 +191,7 @@ public class TransitionInflater { transition.excludeTarget(Class.forName(namedString3), true); } catch (ClassNotFoundException e) { obtainStyledAttributes.recycle(); - throw new RuntimeException(a.t("Could not create ", namedString3), e); + throw new RuntimeException(a.s("Could not create ", namedString3), e); } } else { String namedString4 = TypedArrayUtils.getNamedString(obtainStyledAttributes, xmlPullParser, "targetClass", 0); @@ -205,9 +205,9 @@ public class TransitionInflater { } obtainStyledAttributes.recycle(); } else { - StringBuilder L = a.L("Unknown scene name: "); - L.append(xmlPullParser.getName()); - throw new RuntimeException(L.toString()); + StringBuilder K = a.K("Unknown scene name: "); + K.append(xmlPullParser.getName()); + throw new RuntimeException(K.toString()); } } } @@ -227,7 +227,7 @@ public class TransitionInflater { } if (namedResourceId >= 0 && (inflateTransition = inflateTransition(namedResourceId)) != null) { if (scene == null) { - throw new RuntimeException(a.k("No toScene for transition ID ", namedResourceId)); + throw new RuntimeException(a.j("No toScene for transition ID ", namedResourceId)); } else if (sceneForLayout == null) { transitionManager.setTransition(scene, inflateTransition); } else { diff --git a/app/src/main/java/androidx/transition/TransitionSet.java b/app/src/main/java/androidx/transition/TransitionSet.java index bcb9ddae9d..d2c355332d 100644 --- a/app/src/main/java/androidx/transition/TransitionSet.java +++ b/app/src/main/java/androidx/transition/TransitionSet.java @@ -452,7 +452,7 @@ public class TransitionSet extends Transition { } else if (i == 1) { this.mPlayTogether = false; } else { - throw new AndroidRuntimeException(a.k("Invalid parameter for TransitionSet ordering: ", i)); + throw new AndroidRuntimeException(a.j("Invalid parameter for TransitionSet ordering: ", i)); } return this; } @@ -498,9 +498,9 @@ public class TransitionSet extends Transition { public String toString(String str) { String transition = super.toString(str); for (int i = 0; i < this.mTransitions.size(); i++) { - StringBuilder P = a.P(transition, "\n"); - P.append(this.mTransitions.get(i).toString(str + " ")); - transition = P.toString(); + StringBuilder O = a.O(transition, "\n"); + O.append(this.mTransitions.get(i).toString(str + " ")); + transition = O.toString(); } return transition; } diff --git a/app/src/main/java/androidx/transition/TransitionValues.java b/app/src/main/java/androidx/transition/TransitionValues.java index 1fb283cccc..5e18df7ad6 100644 --- a/app/src/main/java/androidx/transition/TransitionValues.java +++ b/app/src/main/java/androidx/transition/TransitionValues.java @@ -32,16 +32,16 @@ public class TransitionValues { } public String toString() { - StringBuilder L = a.L("TransitionValues@"); - L.append(Integer.toHexString(hashCode())); - L.append(":\n"); - StringBuilder P = a.P(L.toString(), " view = "); - P.append(this.view); - P.append("\n"); - String t = a.t(P.toString(), " values:"); + StringBuilder K = a.K("TransitionValues@"); + K.append(Integer.toHexString(hashCode())); + K.append(":\n"); + StringBuilder O = a.O(K.toString(), " view = "); + O.append(this.view); + O.append("\n"); + String s2 = a.s(O.toString(), " values:"); for (String str : this.values.keySet()) { - t = t + " " + str + ": " + this.values.get(str) + "\n"; + s2 = s2 + " " + str + ": " + this.values.get(str) + "\n"; } - return t; + return s2; } } diff --git a/app/src/main/java/androidx/vectordrawable/graphics/drawable/AnimationUtilsCompat.java b/app/src/main/java/androidx/vectordrawable/graphics/drawable/AnimationUtilsCompat.java index 33c1687430..ef92a1e126 100644 --- a/app/src/main/java/androidx/vectordrawable/graphics/drawable/AnimationUtilsCompat.java +++ b/app/src/main/java/androidx/vectordrawable/graphics/drawable/AnimationUtilsCompat.java @@ -57,9 +57,9 @@ public class AnimationUtilsCompat { } else if (name.equals("pathInterpolator")) { accelerateInterpolator = new PathInterpolatorCompat(context, asAttributeSet, xmlPullParser); } else { - StringBuilder L = a.L("Unknown interpolator name: "); - L.append(xmlPullParser.getName()); - throw new RuntimeException(L.toString()); + StringBuilder K = a.K("Unknown interpolator name: "); + K.append(xmlPullParser.getName()); + throw new RuntimeException(K.toString()); } interpolator = accelerateInterpolator; } diff --git a/app/src/main/java/androidx/vectordrawable/graphics/drawable/AnimatorInflaterCompat.java b/app/src/main/java/androidx/vectordrawable/graphics/drawable/AnimatorInflaterCompat.java index 9fad30e3f9..f12a2e5203 100644 --- a/app/src/main/java/androidx/vectordrawable/graphics/drawable/AnimatorInflaterCompat.java +++ b/app/src/main/java/androidx/vectordrawable/graphics/drawable/AnimatorInflaterCompat.java @@ -105,9 +105,9 @@ public class AnimatorInflaterCompat { } i2 = 1; } else { - StringBuilder L = a.L("Unknown animator name: "); - L.append(xmlPullParser.getName()); - throw new RuntimeException(L.toString()); + StringBuilder K = a.K("Unknown animator name: "); + K.append(xmlPullParser.getName()); + throw new RuntimeException(K.toString()); } if (animatorSet != null && i2 == 0) { if (arrayList == null) { @@ -156,15 +156,15 @@ public class AnimatorInflaterCompat { int length = objArr.length; for (int i = 0; i < length; i++) { Keyframe keyframe = (Keyframe) objArr[i]; - StringBuilder M = a.M("Keyframe ", i, ": fraction "); + StringBuilder L = a.L("Keyframe ", i, ": fraction "); Object obj = "null"; - M.append(keyframe.getFraction() < 0.0f ? obj : Float.valueOf(keyframe.getFraction())); - M.append(", , value : "); + L.append(keyframe.getFraction() < 0.0f ? obj : Float.valueOf(keyframe.getFraction())); + L.append(", , value : "); if (keyframe.hasValue()) { obj = keyframe.getValue(); } - M.append(obj); - Log.d("AnimatorInflater", M.toString()); + L.append(obj); + Log.d("AnimatorInflater", L.toString()); } } } diff --git a/app/src/main/java/androidx/vectordrawable/graphics/drawable/PathInterpolatorCompat.java b/app/src/main/java/androidx/vectordrawable/graphics/drawable/PathInterpolatorCompat.java index 721ca1e1e5..90101ecc77 100644 --- a/app/src/main/java/androidx/vectordrawable/graphics/drawable/PathInterpolatorCompat.java +++ b/app/src/main/java/androidx/vectordrawable/graphics/drawable/PathInterpolatorCompat.java @@ -76,16 +76,16 @@ public class PathInterpolatorCompat implements Interpolator { return; } } - StringBuilder L = a.L("The Path must start at (0,0) and end at (1,1) start: "); - L.append(this.mX[0]); - L.append(","); - L.append(this.mY[0]); - L.append(" end:"); + StringBuilder K = a.K("The Path must start at (0,0) and end at (1,1) start: "); + K.append(this.mX[0]); + K.append(","); + K.append(this.mY[0]); + K.append(" end:"); int i6 = min - 1; - L.append(this.mX[i6]); - L.append(","); - L.append(this.mY[i6]); - throw new IllegalArgumentException(L.toString()); + K.append(this.mX[i6]); + K.append(","); + K.append(this.mY[i6]); + throw new IllegalArgumentException(K.toString()); } throw new IllegalArgumentException("The Path has a invalid length " + length); } @@ -105,7 +105,7 @@ public class PathInterpolatorCompat implements Interpolator { initPath(createPathFromPathData); return; } - throw new InflateException(a.t("The path is null, which is created from ", namedString)); + throw new InflateException(a.s("The path is null, which is created from ", namedString)); } else if (!TypedArrayUtils.hasAttribute(xmlPullParser, "controlX1")) { throw new InflateException("pathInterpolator requires the controlX1 attribute"); } else if (TypedArrayUtils.hasAttribute(xmlPullParser, "controlY1")) { diff --git a/app/src/main/java/androidx/vectordrawable/graphics/drawable/VectorDrawableCompat.java b/app/src/main/java/androidx/vectordrawable/graphics/drawable/VectorDrawableCompat.java index 05fa3da504..8da54eabeb 100644 --- a/app/src/main/java/androidx/vectordrawable/graphics/drawable/VectorDrawableCompat.java +++ b/app/src/main/java/androidx/vectordrawable/graphics/drawable/VectorDrawableCompat.java @@ -533,15 +533,15 @@ public class VectorDrawableCompat extends VectorDrawableCommon { float[] fArr; String str = " "; for (int i = 0; i < pathDataNodeArr.length; i++) { - StringBuilder L = a.L(str); - L.append(pathDataNodeArr[i].mType); - L.append(":"); - str = L.toString(); + StringBuilder K = a.K(str); + K.append(pathDataNodeArr[i].mType); + K.append(":"); + str = K.toString(); for (float f : pathDataNodeArr[i].mParams) { - StringBuilder L2 = a.L(str); - L2.append(f); - L2.append(","); - str = L2.toString(); + StringBuilder K2 = a.K(str); + K2.append(f); + K2.append(","); + str = K2.toString(); } } return str; @@ -550,13 +550,13 @@ public class VectorDrawableCompat extends VectorDrawableCommon { public void printVPath(int i) { String str = ""; for (int i2 = 0; i2 < i; i2++) { - str = a.t(str, " "); + str = a.s(str, " "); } - StringBuilder P = a.P(str, "current path is :"); - P.append(this.mPathName); - P.append(" pathData is "); - P.append(nodesToString(this.mNodes)); - Log.v("VectorDrawableCompat", P.toString()); + StringBuilder O = a.O(str, "current path is :"); + O.append(this.mPathName); + O.append(" pathData is "); + O.append(nodesToString(this.mNodes)); + Log.v("VectorDrawableCompat", O.toString()); } public void setPathData(PathParser.PathDataNode[] pathDataNodeArr) { @@ -1092,13 +1092,13 @@ public class VectorDrawableCompat extends VectorDrawableCommon { private void printGroupTree(VGroup vGroup, int i) { String str = ""; for (int i2 = 0; i2 < i; i2++) { - str = a.t(str, " "); + str = a.s(str, " "); } - StringBuilder P = a.P(str, "current group is :"); - P.append(vGroup.getGroupName()); - P.append(" rotation is "); - P.append(vGroup.mRotate); - Log.v("VectorDrawableCompat", P.toString()); + StringBuilder O = a.O(str, "current group is :"); + O.append(vGroup.getGroupName()); + O.append(" rotation is "); + O.append(vGroup.mRotate); + Log.v("VectorDrawableCompat", O.toString()); Log.v("VectorDrawableCompat", str + "matrix is :" + vGroup.getLocalMatrix().toString()); for (int i3 = 0; i3 < vGroup.mChildren.size(); i3++) { VObject vObject = vGroup.mChildren.get(i3); diff --git a/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java b/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java index 583b5aff7e..39851542ad 100644 --- a/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java +++ b/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java @@ -287,7 +287,7 @@ public abstract class VersionedParcel { objectOutputStream.close(); writeByteArray(byteArrayOutputStream.toByteArray()); } catch (IOException e) { - throw new RuntimeException(a.u("VersionedParcelable encountered IOException writing serializable object (name = ", name, ")"), e); + throw new RuntimeException(a.t("VersionedParcelable encountered IOException writing serializable object (name = ", name, ")"), e); } } @@ -567,9 +567,9 @@ public abstract class VersionedParcel { try { return (Serializable) new AnonymousClass1(new ByteArrayInputStream(readByteArray())).readObject(); } catch (IOException e) { - throw new RuntimeException(a.u("VersionedParcelable encountered IOException reading a Serializable object (name = ", readString, ")"), e); + throw new RuntimeException(a.t("VersionedParcelable encountered IOException reading a Serializable object (name = ", readString, ")"), e); } catch (ClassNotFoundException e2) { - throw new RuntimeException(a.u("VersionedParcelable encountered ClassNotFoundException reading a Serializable object (name = ", readString, ")"), e2); + throw new RuntimeException(a.t("VersionedParcelable encountered ClassNotFoundException reading a Serializable object (name = ", readString, ")"), e2); } } diff --git a/app/src/main/java/androidx/versionedparcelable/VersionedParcelParcel.java b/app/src/main/java/androidx/versionedparcelable/VersionedParcelParcel.java index 190b165b63..ce9387235a 100644 --- a/app/src/main/java/androidx/versionedparcelable/VersionedParcelParcel.java +++ b/app/src/main/java/androidx/versionedparcelable/VersionedParcelParcel.java @@ -61,7 +61,7 @@ public class VersionedParcelParcel extends VersionedParcel { if (i == this.mOffset) { i = this.mEnd; } - return new VersionedParcelParcel(parcel, dataPosition, i, a.D(new StringBuilder(), this.mPrefix, " "), this.mReadCache, this.mWriteCache, this.mParcelizerCache); + return new VersionedParcelParcel(parcel, dataPosition, i, a.C(new StringBuilder(), this.mPrefix, " "), this.mReadCache, this.mWriteCache, this.mParcelizerCache); } @Override // androidx.versionedparcelable.VersionedParcel diff --git a/app/src/main/java/androidx/versionedparcelable/VersionedParcelStream.java b/app/src/main/java/androidx/versionedparcelable/VersionedParcelStream.java index c07c47b037..49617875d5 100644 --- a/app/src/main/java/androidx/versionedparcelable/VersionedParcelStream.java +++ b/app/src/main/java/androidx/versionedparcelable/VersionedParcelStream.java @@ -184,7 +184,7 @@ public class VersionedParcelStream extends VersionedParcel { bundle.putFloatArray(str, readFloatArray()); return; default: - throw new RuntimeException(a.k("Unknown type ", i)); + throw new RuntimeException(a.j("Unknown type ", i)); } } @@ -231,9 +231,9 @@ public class VersionedParcelStream extends VersionedParcel { writeInt(14); writeFloatArray((float[]) obj); } else { - StringBuilder L = a.L("Unsupported type "); - L.append(obj.getClass()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Unsupported type "); + K.append(obj.getClass()); + throw new IllegalArgumentException(K.toString()); } } diff --git a/app/src/main/java/androidx/viewpager/widget/ViewPager.java b/app/src/main/java/androidx/viewpager/widget/ViewPager.java index 383fab53b4..e1083c9b30 100644 --- a/app/src/main/java/androidx/viewpager/widget/ViewPager.java +++ b/app/src/main/java/androidx/viewpager/widget/ViewPager.java @@ -345,10 +345,10 @@ public class ViewPager extends ViewGroup { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("FragmentPager.SavedState{"); - L.append(Integer.toHexString(System.identityHashCode(this))); - L.append(" position="); - return a.y(L, this.position, "}"); + StringBuilder K = a.K("FragmentPager.SavedState{"); + K.append(Integer.toHexString(System.identityHashCode(this))); + K.append(" position="); + return a.w(K, this.position, "}"); } @Override // androidx.customview.view.AbsSavedState, android.os.Parcelable @@ -980,9 +980,9 @@ public class ViewPager extends ViewGroup { sb.append(" => "); sb.append(parent2.getClass().getSimpleName()); } - StringBuilder L = a.L("arrowScroll tried to find focus based on non-child current focused view "); - L.append(sb.toString()); - Log.e("ViewPager", L.toString()); + StringBuilder K = a.K("arrowScroll tried to find focus based on non-child current focused view "); + K.append(sb.toString()); + Log.e("ViewPager", K.toString()); } } findNextFocus = FocusFinder.getInstance().findNextFocus(this, findFocus, i); @@ -2120,17 +2120,17 @@ public class ViewPager extends ViewGroup { } catch (Resources.NotFoundException unused) { str = Integer.toHexString(getId()); } - StringBuilder L = a.L("The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged! Expected adapter item count: "); - L.append(this.mExpectedAdapterCount); - L.append(", found: "); - L.append(count); - L.append(" Pager id: "); - L.append(str); - L.append(" Pager class: "); - L.append(getClass()); - L.append(" Problematic adapter: "); - L.append(this.mAdapter.getClass()); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged! Expected adapter item count: "); + K.append(this.mExpectedAdapterCount); + K.append(", found: "); + K.append(count); + K.append(" Pager id: "); + K.append(str); + K.append(" Pager class: "); + K.append(getClass()); + K.append(" Problematic adapter: "); + K.append(this.mAdapter.getClass()); + throw new IllegalStateException(K.toString()); } } diff --git a/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java b/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java index 499d9e7fd4..542d1a30e3 100644 --- a/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java +++ b/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java @@ -295,7 +295,7 @@ public abstract class FragmentStateAdapter extends RecyclerView.Adapter weakHashMap = sWakeLocks; synchronized (weakHashMap) { - weakHashMap.put(newWakeLock, t); + weakHashMap.put(newWakeLock, s2); } return newWakeLock; } diff --git a/app/src/main/java/androidx/work/impl/utils/WorkTimer.java b/app/src/main/java/androidx/work/impl/utils/WorkTimer.java index 5966448513..0c44d97e2a 100644 --- a/app/src/main/java/androidx/work/impl/utils/WorkTimer.java +++ b/app/src/main/java/androidx/work/impl/utils/WorkTimer.java @@ -30,9 +30,9 @@ public class WorkTimer { @Override // java.util.concurrent.ThreadFactory public Thread newThread(@NonNull Runnable runnable) { Thread newThread = Executors.defaultThreadFactory().newThread(runnable); - StringBuilder L = a.L("WorkManager-WorkTimer-thread-"); - L.append(this.mThreadsCreated); - newThread.setName(L.toString()); + StringBuilder K = a.K("WorkManager-WorkTimer-thread-"); + K.append(this.mThreadsCreated); + newThread.setName(K.toString()); this.mThreadsCreated++; return newThread; } diff --git a/app/src/main/java/androidx/work/impl/utils/futures/AbstractFuture.java b/app/src/main/java/androidx/work/impl/utils/futures/AbstractFuture.java index bb8e7c9bb8..6118ab5528 100644 --- a/app/src/main/java/androidx/work/impl/utils/futures/AbstractFuture.java +++ b/app/src/main/java/androidx/work/impl/utils/futures/AbstractFuture.java @@ -595,32 +595,32 @@ public abstract class AbstractFuture implements a { String timeUnit2 = timeUnit.toString(); Locale locale = Locale.ROOT; String lowerCase = timeUnit2.toLowerCase(locale); - StringBuilder O = c.d.b.a.a.O("Waited ", j, " "); - O.append(timeUnit.toString().toLowerCase(locale)); - String sb = O.toString(); + StringBuilder N = c.d.b.a.a.N("Waited ", j, " "); + N.append(timeUnit.toString().toLowerCase(locale)); + String sb = N.toString(); if (nanos + 1000 < 0) { - String t = c.d.b.a.a.t(sb, " (plus "); + String s2 = c.d.b.a.a.s(sb, " (plus "); long j2 = -nanos; long convert = timeUnit.convert(j2, TimeUnit.NANOSECONDS); long nanos2 = j2 - timeUnit.toNanos(convert); int i = (convert > 0 ? 1 : (convert == 0 ? 0 : -1)); boolean z2 = i == 0 || nanos2 > 1000; if (i > 0) { - String str = t + convert + " " + lowerCase; + String str = s2 + convert + " " + lowerCase; if (z2) { - str = c.d.b.a.a.t(str, ","); + str = c.d.b.a.a.s(str, ","); } - t = c.d.b.a.a.t(str, " "); + s2 = c.d.b.a.a.s(str, " "); } if (z2) { - t = c.d.b.a.a.q(t, nanos2, " nanoseconds "); + s2 = c.d.b.a.a.p(s2, nanos2, " nanoseconds "); } - sb = c.d.b.a.a.t(t, "delay)"); + sb = c.d.b.a.a.s(s2, "delay)"); } if (isDone()) { - throw new TimeoutException(c.d.b.a.a.t(sb, " but future completed as timeout expired")); + throw new TimeoutException(c.d.b.a.a.s(sb, " but future completed as timeout expired")); } - throw new TimeoutException(c.d.b.a.a.u(sb, " for ", abstractFuture)); + throw new TimeoutException(c.d.b.a.a.t(sb, " for ", abstractFuture)); } throw new InterruptedException(); } @@ -649,15 +649,15 @@ public abstract class AbstractFuture implements a { public String pendingToString() { Object obj = this.value; if (obj instanceof SetFuture) { - return c.d.b.a.a.D(c.d.b.a.a.L("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); + return c.d.b.a.a.C(c.d.b.a.a.K("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); } if (!(this instanceof ScheduledFuture)) { return null; } - StringBuilder L = c.d.b.a.a.L("remaining delay=["); - L.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); - L.append(" ms]"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("remaining delay=["); + K.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); + K.append(" ms]"); + return K.toString(); } public boolean set(@Nullable V v) { @@ -725,9 +725,9 @@ public abstract class AbstractFuture implements a { try { str = pendingToString(); } catch (RuntimeException e) { - StringBuilder L = c.d.b.a.a.L("Exception thrown from implementation: "); - L.append(e.getClass()); - str = L.toString(); + StringBuilder K = c.d.b.a.a.K("Exception thrown from implementation: "); + K.append(e.getClass()); + str = K.toString(); } if (str != null && !str.isEmpty()) { sb.append("PENDING, info=["); diff --git a/app/src/main/java/c/a/a/a.java b/app/src/main/java/c/a/a/a.java index 44836a65ab..b2b53d4f97 100644 --- a/app/src/main/java/c/a/a/a.java +++ b/app/src/main/java/c/a/a/a.java @@ -30,7 +30,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: ImageUploadFailedDialog.kt */ public final class a extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a.class, "binding", "getBinding()Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); public Function0 l; @@ -69,7 +69,7 @@ public final class a extends AppDialog { ((a) this.j).dismiss(); } else if (i == 4) { KProperty[] kPropertyArr = a.i; - ((a) this.j).g().f160c.toggle(); + ((a) this.j).g().f165c.toggle(); } else { throw null; } @@ -110,41 +110,41 @@ public final class a extends AppDialog { public u invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131362524; - ImageView imageView = (ImageView) view2.findViewById(2131362524); + int i2 = 2131362522; + ImageView imageView = (ImageView) view2.findViewById(2131362522); if (imageView != null) { - i2 = 2131363625; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363625); + i2 = 2131363631; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363631); if (materialButton != null) { - i2 = 2131363626; - SwitchMaterial switchMaterial = (SwitchMaterial) view2.findViewById(2131363626); + i2 = 2131363632; + SwitchMaterial switchMaterial = (SwitchMaterial) view2.findViewById(2131363632); if (switchMaterial != null) { - i2 = 2131363627; - RelativeLayout relativeLayout = (RelativeLayout) view2.findViewById(2131363627); + i2 = 2131363633; + RelativeLayout relativeLayout = (RelativeLayout) view2.findViewById(2131363633); if (relativeLayout != null) { - i2 = 2131363628; - View findViewById = view2.findViewById(2131363628); + i2 = 2131363634; + View findViewById = view2.findViewById(2131363634); if (findViewById != null) { - i2 = 2131363629; - MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363629); + i2 = 2131363635; + MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363635); if (materialButton2 != null) { - i2 = 2131363630; - RelativeLayout relativeLayout2 = (RelativeLayout) view2.findViewById(2131363630); + i2 = 2131363636; + RelativeLayout relativeLayout2 = (RelativeLayout) view2.findViewById(2131363636); if (relativeLayout2 != null) { - i2 = 2131363631; - MaterialButton materialButton3 = (MaterialButton) view2.findViewById(2131363631); + i2 = 2131363637; + MaterialButton materialButton3 = (MaterialButton) view2.findViewById(2131363637); if (materialButton3 != null) { - i2 = 2131363632; - MaterialButton materialButton4 = (MaterialButton) view2.findViewById(2131363632); + i2 = 2131363638; + MaterialButton materialButton4 = (MaterialButton) view2.findViewById(2131363638); if (materialButton4 != null) { - i2 = 2131363633; - TextView textView = (TextView) view2.findViewById(2131363633); + i2 = 2131363639; + TextView textView = (TextView) view2.findViewById(2131363639); if (textView != null) { - i2 = 2131364831; - TextView textView2 = (TextView) view2.findViewById(2131364831); + i2 = 2131364843; + TextView textView2 = (TextView) view2.findViewById(2131364843); if (textView2 != null) { - i2 = 2131364832; - TextView textView3 = (TextView) view2.findViewById(2131364832); + i2 = 2131364844; + TextView textView3 = (TextView) view2.findViewById(2131364844); if (textView3 != null) { return new u((RelativeLayout) view2, imageView, materialButton, switchMaterial, relativeLayout, findViewById, materialButton2, relativeLayout2, materialButton3, materialButton4, textView, textView2, textView3); } @@ -174,7 +174,7 @@ public final class a extends AppDialog { } public a() { - super(2131558527); + super(2131558528); } public final u g() { @@ -191,7 +191,7 @@ public final class a extends AppDialog { boolean z2 = getArgumentsOrDefault().getBoolean("PARAM_IS_USER_PREMIUM"); boolean z3 = this.l != null && getArgumentsOrDefault().getBoolean("PARAM_CAN_COMPRESS"); int i3 = 8; - int i4 = i2 != 8 ? i2 != 50 ? i2 != 100 ? i2 != 200 ? 0 : 2131888514 : 2131888513 : 2131888512 : 2131888515; + int i4 = i2 != 8 ? i2 != 50 ? i2 != 100 ? i2 != 200 ? 0 : 2131888519 : 2131888518 : 2131888517 : 2131888520; MaterialButton materialButton = g().i; m.checkNotNullExpressionValue(materialButton, "binding.imageUploadFailedSendCompress"); materialButton.setVisibility(z3 ? 0 : 8); @@ -220,10 +220,10 @@ public final class a extends AppDialog { } relativeLayout2.setVisibility(i3); g().d.setOnClickListener(new View$OnClickListenerC0001a(4, this)); - SwitchMaterial switchMaterial = g().f160c; + SwitchMaterial switchMaterial = g().f165c; m.checkNotNullExpressionValue(switchMaterial, "binding.imageUploadFaile…mpressionSettingsCheckbox"); switchMaterial.setChecked(StoreStream.Companion.getUserSettings().getIsAutoImageCompressionEnabled()); - g().f160c.setOnCheckedChangeListener(d.a); + g().f165c.setOnCheckedChangeListener(d.a); TextView textView = g().j; m.checkNotNullExpressionValue(textView, "binding.imageUploadFailedText"); CharSequence charSequence = null; @@ -232,16 +232,16 @@ public final class a extends AppDialog { if (context != null) { Object[] objArr = new Object[1]; Context context2 = getContext(); - objArr[0] = context2 != null ? c.a.l.b.g(context2, i4, new Object[0], null, 4) : null; - charSequence = c.a.l.b.g(context, 2131894323, objArr, null, 4); + objArr[0] = context2 != null ? c.a.k.b.g(context2, i4, new Object[0], null, 4) : null; + charSequence = c.a.k.b.g(context, 2131894348, objArr, null, 4); } } else { Context context3 = getContext(); if (context3 != null) { Object[] objArr2 = new Object[1]; Context context4 = getContext(); - objArr2[0] = context4 != null ? c.a.l.b.g(context4, i4, new Object[0], null, 4) : null; - charSequence = c.a.l.b.g(context3, 2131894324, objArr2, null, 4); + objArr2[0] = context4 != null ? c.a.k.b.g(context4, i4, new Object[0], null, 4) : null; + charSequence = c.a.k.b.g(context3, 2131894349, objArr2, null, 4); } } textView.setText(charSequence); diff --git a/app/src/main/java/c/a/a/b/a.java b/app/src/main/java/c/a/a/b/a.java index 1ef7667537..3625525f7b 100644 --- a/app/src/main/java/c/a/a/b/a.java +++ b/app/src/main/java/c/a/a/b/a.java @@ -36,7 +36,7 @@ import rx.Observable; import rx.subjects.PublishSubject; /* compiled from: UserActionsDialog.kt */ public final class a extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/UserActionsDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a.class, "binding", "getBinding()Lcom/discord/databinding/UserActionsDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); public final Lazy l; @@ -62,10 +62,10 @@ public final class a extends AppDialog { ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.addRelationship$default(h.l, "User Profile", h.k, 2, null, 8, null), false, 1, null), h, null, 2, null), f.class, (Context) null, (Function1) null, new h(h), (Function0) null, (Function0) null, new g(h), 54, (Object) null); } else if (i == 1) { KProperty[] kPropertyArr2 = a.i; - ((a) this.j).h().removeRelationship(2131894435); + ((a) this.j).h().removeRelationship(2131894460); } else if (i == 2) { KProperty[] kPropertyArr3 = a.i; - ((a) this.j).h().removeRelationship(2131888789); + ((a) this.j).h().removeRelationship(2131888795); } else { throw null; } @@ -92,20 +92,20 @@ public final class a extends AppDialog { public l1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131365493; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view2.findViewById(2131365493); + int i2 = 2131365509; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view2.findViewById(2131365509); if (simpleDraweeView != null) { - i2 = 2131365494; - TextView textView = (TextView) view2.findViewById(2131365494); + i2 = 2131365510; + TextView textView = (TextView) view2.findViewById(2131365510); if (textView != null) { - i2 = 2131365495; - TextView textView2 = (TextView) view2.findViewById(2131365495); + i2 = 2131365511; + TextView textView2 = (TextView) view2.findViewById(2131365511); if (textView2 != null) { - i2 = 2131365496; - TextView textView3 = (TextView) view2.findViewById(2131365496); + i2 = 2131365512; + TextView textView3 = (TextView) view2.findViewById(2131365512); if (textView3 != null) { - i2 = 2131365497; - TextView textView4 = (TextView) view2.findViewById(2131365497); + i2 = 2131365513; + TextView textView4 = (TextView) view2.findViewById(2131365513); if (textView4 != null) { return new l1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4); } @@ -163,7 +163,7 @@ public final class a extends AppDialog { Context requireContext = aVar3.requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); textView.setText(UserNameFormatterKt.getSpannableForUserNameWithDiscrim(user, str, requireContext, 2130968932, 2130969326, 2131427362, 2130968988, 2130969325, 2131427362)); - TextView textView2 = aVar3.g().f119c; + TextView textView2 = aVar3.g().f120c; m.checkNotNullExpressionValue(textView2, "binding.userActionsDialogBlockItem"); int i = 8; textView2.setVisibility(aVar2.f33c ? 0 : 8); @@ -227,7 +227,7 @@ public final class a extends AppDialog { } public a() { - super(2131558711); + super(2131558713); h hVar = new h(this); h0 h0Var = new h0(this); this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new m(4, h0Var), new j0(hVar)); @@ -246,7 +246,7 @@ public final class a extends AppDialog { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - g().f119c.setOnClickListener(new View$OnClickListenerC0002a(0, this)); + g().f120c.setOnClickListener(new View$OnClickListenerC0002a(0, this)); g().e.setOnClickListener(new View$OnClickListenerC0002a(1, this)); g().d.setOnClickListener(new View$OnClickListenerC0002a(2, this)); } diff --git a/app/src/main/java/c/a/a/b/b.java b/app/src/main/java/c/a/a/b/b.java index 150ade5c2b..a0277c0b98 100644 --- a/app/src/main/java/c/a/a/b/b.java +++ b/app/src/main/java/c/a/a/b/b.java @@ -29,7 +29,7 @@ public final class b extends o implements Function1 { Objects.requireNonNull(fVar); User user = cVar2.a; if (user == null) { - fVar.j.j.onNext(new f.b.a(2131888049)); + fVar.j.j.onNext(new f.b.a(2131888053)); } else { int type = ModelUserRelationship.getType(cVar2.b); boolean z2 = type != 2; diff --git a/app/src/main/java/c/a/a/b/f.java b/app/src/main/java/c/a/a/b/f.java index 9b3c6d0f69..c9e890f93a 100644 --- a/app/src/main/java/c/a/a/b/f.java +++ b/app/src/main/java/c/a/a/b/f.java @@ -58,7 +58,7 @@ public final class f extends AppViewModel { } public String toString() { - return c.d.b.a.a.y(c.d.b.a.a.L("Failure(failureMessageStringRes="), this.a, ")"); + return c.d.b.a.a.w(c.d.b.a.a.K("Failure(failureMessageStringRes="), this.a, ")"); } } @@ -84,7 +84,7 @@ public final class f extends AppViewModel { } public String toString() { - return c.d.b.a.a.y(c.d.b.a.a.L("Success(successMessageStringRes="), this.a, ")"); + return c.d.b.a.a.w(c.d.b.a.a.K("Success(successMessageStringRes="), this.a, ")"); } } @@ -179,16 +179,16 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Loaded(user="); - L.append(this.a); - L.append(", userNickname="); - L.append(this.b); - L.append(", showBlockItem="); - L.append(this.f33c); - L.append(", showUnblockItem="); - L.append(this.d); - L.append(", showRemoveFriendItem="); - return c.d.b.a.a.G(L, this.e, ")"); + StringBuilder K = c.d.b.a.a.K("Loaded(user="); + K.append(this.a); + K.append(", userNickname="); + K.append(this.b); + K.append(", showBlockItem="); + K.append(this.f33c); + K.append(", showUnblockItem="); + K.append(this.d); + K.append(", showRemoveFriendItem="); + return c.d.b.a.a.F(K, this.e, ")"); } } @@ -246,7 +246,7 @@ public final class f extends AppViewModel { public Unit invoke(Error error) { m.checkNotNullParameter(error, "it"); PublishSubject publishSubject = this.this$0.j; - publishSubject.j.onNext(new b.a(2131888049)); + publishSubject.j.onNext(new b.a(2131888053)); return Unit.a; } } diff --git a/app/src/main/java/c/a/a/b/g.java b/app/src/main/java/c/a/a/b/g.java index 81a58dd384..cf23a9dcc5 100644 --- a/app/src/main/java/c/a/a/b/g.java +++ b/app/src/main/java/c/a/a/b/g.java @@ -20,7 +20,7 @@ public final class g extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Void r3) { PublishSubject publishSubject = this.this$0.j; - publishSubject.j.onNext(new f.b.C0003b(2131894434)); + publishSubject.j.onNext(new f.b.C0003b(2131894459)); return Unit.a; } } diff --git a/app/src/main/java/c/a/a/b/h.java b/app/src/main/java/c/a/a/b/h.java index 033e51494e..8927d6251b 100644 --- a/app/src/main/java/c/a/a/b/h.java +++ b/app/src/main/java/c/a/a/b/h.java @@ -23,7 +23,7 @@ public final class h extends o implements Function1 { public Unit invoke(Error error) { m.checkNotNullParameter(error, "it"); PublishSubject publishSubject = this.this$0.j; - publishSubject.j.onNext(new f.b.a(2131888049)); + publishSubject.j.onNext(new f.b.a(2131888053)); return Unit.a; } } diff --git a/app/src/main/java/c/a/a/c/a.java b/app/src/main/java/c/a/a/c/a.java index e678d06af3..bcbb2aa82c 100644 --- a/app/src/main/java/c/a/a/c/a.java +++ b/app/src/main/java/c/a/a/c/a.java @@ -41,7 +41,7 @@ import kotlin.reflect.KProperty; import rx.Observable; /* compiled from: PremiumGuildSubscriptionCancelDialog.kt */ public final class a extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionCancelDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionCancelDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); public final Lazy l; @@ -112,29 +112,29 @@ public final class a extends AppDialog { public w0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131361894; - ProgressBar progressBar = (ProgressBar) view2.findViewById(2131361894); + int i2 = 2131361898; + ProgressBar progressBar = (ProgressBar) view2.findViewById(2131361898); if (progressBar != null) { - i2 = 2131364119; - LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364119); + i2 = 2131364128; + LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364128); if (linearLayout != null) { - i2 = 2131364347; - TextView textView = (TextView) view2.findViewById(2131364347); + i2 = 2131364357; + TextView textView = (TextView) view2.findViewById(2131364357); if (textView != null) { - i2 = 2131364348; - LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131364348); + i2 = 2131364358; + LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131364358); if (loadingButton != null) { - i2 = 2131364349; - TextView textView2 = (TextView) view2.findViewById(2131364349); + i2 = 2131364359; + TextView textView2 = (TextView) view2.findViewById(2131364359); if (textView2 != null) { - i2 = 2131364350; - AppViewFlipper appViewFlipper = (AppViewFlipper) view2.findViewById(2131364350); + i2 = 2131364360; + AppViewFlipper appViewFlipper = (AppViewFlipper) view2.findViewById(2131364360); if (appViewFlipper != null) { - i2 = 2131364351; - TextView textView3 = (TextView) view2.findViewById(2131364351); + i2 = 2131364361; + TextView textView3 = (TextView) view2.findViewById(2131364361); if (textView3 != null) { - i2 = 2131364352; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364352); + i2 = 2131364362; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364362); if (materialButton != null) { return new w0((LinearLayout) view2, progressBar, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, materialButton); } @@ -181,7 +181,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionCancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, cVar2.f34c, 0.0f, 2, null); aVar.setCancelable(cVar2.e); - aVar.g().f173c.setIsLoading(cVar2.d); + aVar.g().f174c.setIsLoading(cVar2.d); AppViewFlipper appViewFlipper = aVar.g().e; m.checkNotNullExpressionValue(appViewFlipper, "binding.premiumGuildSubscriptionCancelFlipper"); appViewFlipper.setDisplayedChild(!(cVar2 instanceof f.c.C0009f) ? 1 : 0); @@ -195,26 +195,26 @@ public final class a extends AppDialog { if (eVar.g) { TextView textView2 = aVar.g().b; m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionCancelBody"); - c.a.l.b.m(textView2, 2131892217, new Object[]{renderUtcDate$default}, null, 4); + c.a.k.b.m(textView2, 2131892232, new Object[]{renderUtcDate$default}, null, 4); } else { TextView textView3 = aVar.g().b; m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionCancelBody"); - c.a.l.b.m(textView3, 2131892216, new Object[]{renderUtcDate$default}, null, 4); + c.a.k.b.m(textView3, 2131892231, new Object[]{renderUtcDate$default}, null, 4); } - aVar.g().f173c.setBackgroundColor(ColorCompat.getColor(aVar, 2131100324)); + aVar.g().f174c.setBackgroundColor(ColorCompat.getColor(aVar, 2131100324)); } else if (cVar2 instanceof f.c.b) { TextView textView4 = aVar.g().f; m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionCancelHeader"); - textView4.setText(aVar.getString(2131892228)); + textView4.setText(aVar.getString(2131892243)); TextView textView5 = aVar.g().b; m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionCancelBody"); TimeUtils timeUtils2 = TimeUtils.INSTANCE; String currentPeriodEnd2 = ((f.c.b) cVar2).f.getCurrentPeriodEnd(); Context requireContext2 = aVar.requireContext(); m.checkNotNullExpressionValue(requireContext2, "requireContext()"); - c.a.l.b.m(textView5, 2131892229, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4); - aVar.g().f173c.setText(aVar.getString(2131891807)); - aVar.g().f173c.setBackgroundColor(ColorCompat.getThemedColor(aVar, 2130969007)); + c.a.k.b.m(textView5, 2131892244, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4); + aVar.g().f174c.setText(aVar.getString(2131891822)); + aVar.g().f174c.setBackgroundColor(ColorCompat.getThemedColor(aVar, 2130969007)); } else if (cVar2 instanceof f.c.C0008c) { Integer num = ((f.c.C0008c) cVar2).f; if (num != null) { @@ -266,7 +266,7 @@ public final class a extends AppDialog { } public a() { - super(2131558640); + super(2131558641); f fVar = new f(this); h0 h0Var = new h0(this); this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new m(2, h0Var), new j0(fVar)); @@ -282,7 +282,7 @@ public final class a extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); g().g.setOnClickListener(new View$OnClickListenerC0005a(0, this)); - g().f173c.setOnClickListener(new View$OnClickListenerC0005a(1, this)); + g().f174c.setOnClickListener(new View$OnClickListenerC0005a(1, this)); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/c/a/a/c/b.java b/app/src/main/java/c/a/a/c/b.java index 8681515066..e3fb7f1e60 100644 --- a/app/src/main/java/c/a/a/c/b.java +++ b/app/src/main/java/c/a/a/c/b.java @@ -36,7 +36,7 @@ import kotlin.reflect.KProperty; import rx.Observable; /* compiled from: PremiumGuildSubscriptionUncancelDialog.kt */ public final class b extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(b.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionUncancelDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(b.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionUncancelDialogBinding;", 0)}; public static final C0006b j = new C0006b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); public final Lazy l; @@ -112,29 +112,29 @@ public final class b extends AppDialog { public x0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131364119; - LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364119); + int i2 = 2131364128; + LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364128); if (linearLayout != null) { - i2 = 2131364353; - TextView textView = (TextView) view2.findViewById(2131364353); + i2 = 2131364363; + TextView textView = (TextView) view2.findViewById(2131364363); if (textView != null) { - i2 = 2131364354; - LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131364354); + i2 = 2131364364; + LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131364364); if (loadingButton != null) { - i2 = 2131364355; - TextView textView2 = (TextView) view2.findViewById(2131364355); + i2 = 2131364365; + TextView textView2 = (TextView) view2.findViewById(2131364365); if (textView2 != null) { - i2 = 2131364356; - AppViewFlipper appViewFlipper = (AppViewFlipper) view2.findViewById(2131364356); + i2 = 2131364366; + AppViewFlipper appViewFlipper = (AppViewFlipper) view2.findViewById(2131364366); if (appViewFlipper != null) { - i2 = 2131364357; - TextView textView3 = (TextView) view2.findViewById(2131364357); + i2 = 2131364367; + TextView textView3 = (TextView) view2.findViewById(2131364367); if (textView3 != null) { - i2 = 2131364358; - ImageView imageView = (ImageView) view2.findViewById(2131364358); + i2 = 2131364368; + ImageView imageView = (ImageView) view2.findViewById(2131364368); if (imageView != null) { - i2 = 2131364359; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364359); + i2 = 2131364369; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364369); if (materialButton != null) { return new x0((LinearLayout) view2, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, imageView, materialButton); } @@ -185,7 +185,7 @@ public final class b extends AppDialog { MaterialButton materialButton2 = bVar.g().h; m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionUncancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, z3 && !((k.c.b) cVar2).b, 0.0f, 2, null); - bVar.g().f178c.setIsLoading(z3 && ((k.c.b) cVar2).b); + bVar.g().f180c.setIsLoading(z3 && ((k.c.b) cVar2).b); k.c.C0010c cVar3 = k.c.C0010c.a; if (!(!m.areEqual(cVar2, cVar3)) || !z3 || ((k.c.b) cVar2).b) { z2 = false; @@ -195,21 +195,21 @@ public final class b extends AppDialog { if (z3) { TextView textView2 = bVar.g().f; m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionUncancelHeader"); - textView2.setText(bVar.getString(2131892252)); + textView2.setText(bVar.getString(2131892267)); TextView textView3 = bVar.g().b; m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionUncancelBody"); - textView3.setText(bVar.getString(2131892249)); + textView3.setText(bVar.getString(2131892264)); } else if (m.areEqual(cVar2, k.c.d.a)) { TextView textView4 = bVar.g().f; m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionUncancelHeader"); - textView4.setText(bVar.getString(2131892248)); + textView4.setText(bVar.getString(2131892263)); ImageView imageView = bVar.g().g; m.checkNotNullExpressionValue(imageView, "binding.premiumGuildSubscriptionUncancelImage"); imageView.setVisibility(0); TextView textView5 = bVar.g().b; m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionUncancelBody"); - textView5.setText(bVar.getString(2131892247)); - bVar.g().f178c.setText(bVar.getString(2131891807)); + textView5.setText(bVar.getString(2131892262)); + bVar.g().f180c.setText(bVar.getString(2131891822)); } else if (cVar2 instanceof k.c.a) { Integer num = ((k.c.a) cVar2).a; if (num != null) { @@ -262,7 +262,7 @@ public final class b extends AppDialog { } public b() { - super(2131558641); + super(2131558642); f fVar = new f(this); h0 h0Var = new h0(this); this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(k.class), new m(3, h0Var), new j0(fVar)); @@ -278,7 +278,7 @@ public final class b extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); g().h.setOnClickListener(new a(0, this)); - g().f178c.setOnClickListener(new a(1, this)); + g().f180c.setOnClickListener(new a(1, this)); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/c/a/a/c/c.java b/app/src/main/java/c/a/a/c/c.java index ff37851a96..e56dffa500 100644 --- a/app/src/main/java/c/a/a/c/c.java +++ b/app/src/main/java/c/a/a/c/c.java @@ -26,7 +26,7 @@ import kotlin.ranges.IntRange; import kotlin.reflect.KProperty; /* compiled from: PremiumGuildSubscriptionActivatedDialog.kt */ public final class c extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(c.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(c.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionActivatedDialogBinding;", 0)}; public static final IntRange j = new IntRange(540, 825); public static final a k = new a(null); public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -41,8 +41,8 @@ public final class c extends AppDialog { m.checkNotNullParameter(fragmentManager, "fragmentManager"); m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(function0, "dismissListener"); - CharSequence g = z2 ? c.a.l.b.g(context, 2131890042, new Object[0], null, 4) : c.a.l.b.g(context, 2131890025, new Object[0], null, 4); - CharSequence g2 = str == null ? c.a.l.b.g(context, 2131890027, new Object[]{StringResourceUtilsKt.getI18nPluralString(context, 2131755179, i, Integer.valueOf(i))}, null, 4) : z2 ? c.a.l.b.g(context, 2131890043, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, 2131755180, i, Integer.valueOf(i))}, null, 4) : c.a.l.b.g(context, 2131890026, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, 2131755177, i, Integer.valueOf(i))}, null, 4); + CharSequence g = z2 ? c.a.k.b.g(context, 2131890052, new Object[0], null, 4) : c.a.k.b.g(context, 2131890035, new Object[0], null, 4); + CharSequence g2 = str == null ? c.a.k.b.g(context, 2131890037, new Object[]{StringResourceUtilsKt.getI18nPluralString(context, 2131755180, i, Integer.valueOf(i))}, null, 4) : z2 ? c.a.k.b.g(context, 2131890053, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, 2131755181, i, Integer.valueOf(i))}, null, 4) : c.a.k.b.g(context, 2131890036, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, 2131755178, i, Integer.valueOf(i))}, null, 4); c cVar = new c(); cVar.m = function0; Bundle bundle = new Bundle(); @@ -67,17 +67,17 @@ public final class c extends AppDialog { public v0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131364343; - TextView textView = (TextView) view2.findViewById(2131364343); + int i2 = 2131364353; + TextView textView = (TextView) view2.findViewById(2131364353); if (textView != null) { - i2 = 2131364344; - TextView textView2 = (TextView) view2.findViewById(2131364344); + i2 = 2131364354; + TextView textView2 = (TextView) view2.findViewById(2131364354); if (textView2 != null) { - i2 = 2131364345; - LottieAnimationView lottieAnimationView = (LottieAnimationView) view2.findViewById(2131364345); + i2 = 2131364355; + LottieAnimationView lottieAnimationView = (LottieAnimationView) view2.findViewById(2131364355); if (lottieAnimationView != null) { - i2 = 2131364346; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364346); + i2 = 2131364356; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364356); if (materialButton != null) { return new v0((LinearLayout) view2, textView, textView2, lottieAnimationView, materialButton); } @@ -104,7 +104,7 @@ public final class c extends AppDialog { } public c() { - super(2131558639); + super(2131558640); } public final v0 g() { @@ -129,7 +129,7 @@ public final class c extends AppDialog { Bundle arguments = getArguments(); CharSequence charSequence = null; textView.setText(arguments != null ? arguments.getCharSequence("extra_body1_text") : null); - TextView textView2 = g().f167c; + TextView textView2 = g().f171c; m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionActivatedBody2"); Bundle arguments2 = getArguments(); if (arguments2 != null) { diff --git a/app/src/main/java/c/a/a/c/d.java b/app/src/main/java/c/a/a/c/d.java index 5de877f945..a9fd9f4a7e 100644 --- a/app/src/main/java/c/a/a/c/d.java +++ b/app/src/main/java/c/a/a/c/d.java @@ -39,13 +39,13 @@ public final class d extends o implements Function1 { if ((state instanceof StorePremiumGuildSubscription.State.Loading) || (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Loading)) { obj = f.c.C0009f.f; } else if ((state instanceof StorePremiumGuildSubscription.State.Failure) || (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Failure)) { - obj = new f.c.C0008c(2131892222); + obj = new f.c.C0008c(2131892237); } else if (!(state instanceof StorePremiumGuildSubscription.State.Loaded) || !(subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Loaded)) { - obj = new f.c.C0008c(2131892222); + obj = new f.c.C0008c(2131892237); } else { ModelSubscription modelSubscription = (ModelSubscription) u.firstOrNull((List) ((StoreSubscriptions.SubscriptionsState.Loaded) subscriptionsState).getSubscriptions()); if (modelSubscription == null) { - obj = new f.c.C0008c(2131892222); + obj = new f.c.C0008c(2131892237); } else if (fVar.getViewState() instanceof f.c.b) { obj = new f.c.b(modelSubscription); } else { diff --git a/app/src/main/java/c/a/a/c/f.java b/app/src/main/java/c/a/a/c/f.java index 0c16e27fa6..eae4d6e8c3 100644 --- a/app/src/main/java/c/a/a/c/f.java +++ b/app/src/main/java/c/a/a/c/f.java @@ -64,12 +64,12 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("StoreState(premiumGuildSubscriptionState="); - L.append(this.a); - L.append(", subscriptionState="); - L.append(this.b); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("StoreState(premiumGuildSubscriptionState="); + K.append(this.a); + K.append(", subscriptionState="); + K.append(this.b); + K.append(")"); + return K.toString(); } } @@ -110,10 +110,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("CancelInProgress(subscription="); - L.append(this.f); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("CancelInProgress(subscription="); + K.append(this.f); + K.append(")"); + return K.toString(); } } @@ -144,10 +144,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Cancelled(subscription="); - L.append(this.f); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("Cancelled(subscription="); + K.append(this.f); + K.append(")"); + return K.toString(); } } @@ -187,7 +187,7 @@ public final class f extends AppViewModel { } public String toString() { - return c.d.b.a.a.A(c.d.b.a.a.L("Dismiss(dismissStringId="), this.f, ")"); + return c.d.b.a.a.z(c.d.b.a.a.K("Dismiss(dismissStringId="), this.f, ")"); } } @@ -216,10 +216,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("FailureCancelling(subscription="); - L.append(this.f); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("FailureCancelling(subscription="); + K.append(this.f); + K.append(")"); + return K.toString(); } } @@ -261,10 +261,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Loaded(subscription="); - L.append(this.f); - L.append(", isFromInventory="); - return c.d.b.a.a.G(L, this.g, ")"); + StringBuilder K = c.d.b.a.a.K("Loaded(subscription="); + K.append(this.f); + K.append(", isFromInventory="); + return c.d.b.a.a.F(K, this.g, ")"); } } diff --git a/app/src/main/java/c/a/a/c/i.java b/app/src/main/java/c/a/a/c/i.java index 7f09586f80..a00aecf4cf 100644 --- a/app/src/main/java/c/a/a/c/i.java +++ b/app/src/main/java/c/a/a/c/i.java @@ -32,10 +32,10 @@ public final class i extends o implements Function1 { if (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Loading) { obj = k.c.C0010c.a; } else if (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Failure) { - obj = new k.c.a(2131892222); + obj = new k.c.a(2131892237); } else if (subscriptionsState instanceof StoreSubscriptions.SubscriptionsState.Loaded) { ModelSubscription modelSubscription = (ModelSubscription) u.firstOrNull((List) ((StoreSubscriptions.SubscriptionsState.Loaded) subscriptionsState).getSubscriptions()); - obj = modelSubscription == null ? new k.c.a(2131892222) : new k.c.b(modelSubscription, false, false); + obj = modelSubscription == null ? new k.c.a(2131892237) : new k.c.b(modelSubscription, false, false); } else { obj = new k.c.a(null, 1); } diff --git a/app/src/main/java/c/a/a/c/k.java b/app/src/main/java/c/a/a/c/k.java index aa3e89c82a..58d436a273 100644 --- a/app/src/main/java/c/a/a/c/k.java +++ b/app/src/main/java/c/a/a/c/k.java @@ -53,10 +53,10 @@ public final class k extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("StoreState(subscriptionState="); - L.append(this.a); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("StoreState(subscriptionState="); + K.append(this.a); + K.append(")"); + return K.toString(); } } @@ -98,7 +98,7 @@ public final class k extends AppViewModel { } public String toString() { - return c.d.b.a.a.A(c.d.b.a.a.L("Dismiss(errorToastStringResId="), this.a, ")"); + return c.d.b.a.a.z(c.d.b.a.a.K("Dismiss(errorToastStringResId="), this.a, ")"); } } @@ -163,12 +163,12 @@ public final class k extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Loaded(subscription="); - L.append(this.a); - L.append(", uncancelInProgress="); - L.append(this.b); - L.append(", error="); - return c.d.b.a.a.G(L, this.f35c, ")"); + StringBuilder K = c.d.b.a.a.K("Loaded(subscription="); + K.append(this.a); + K.append(", uncancelInProgress="); + K.append(this.b); + K.append(", error="); + return c.d.b.a.a.F(K, this.f35c, ")"); } } diff --git a/app/src/main/java/c/a/a/d/a/a.java b/app/src/main/java/c/a/a/d/a/a.java index 8f819ced07..1d2c0192bc 100644 --- a/app/src/main/java/c/a/a/d/a/a.java +++ b/app/src/main/java/c/a/a/d/a/a.java @@ -36,7 +36,7 @@ import kotlin.reflect.KProperty; import rx.Observable; /* compiled from: AudioOutputSelectionDialog.kt */ public final class a extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/AudioOutputSelectionDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a.class, "binding", "getBinding()Lcom/discord/databinding/AudioOutputSelectionDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); public final Lazy l; @@ -122,23 +122,23 @@ public final class a extends AppDialog { public c.a.i.b invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131361991; - MaterialRadioButton materialRadioButton = (MaterialRadioButton) view2.findViewById(2131361991); + int i2 = 2131361995; + MaterialRadioButton materialRadioButton = (MaterialRadioButton) view2.findViewById(2131361995); if (materialRadioButton != null) { - i2 = 2131361992; - TextView textView = (TextView) view2.findViewById(2131361992); + i2 = 2131361996; + TextView textView = (TextView) view2.findViewById(2131361996); if (textView != null) { - i2 = 2131361993; - RadioGroup radioGroup = (RadioGroup) view2.findViewById(2131361993); + i2 = 2131361997; + RadioGroup radioGroup = (RadioGroup) view2.findViewById(2131361997); if (radioGroup != null) { - i2 = 2131361994; - MaterialRadioButton materialRadioButton2 = (MaterialRadioButton) view2.findViewById(2131361994); + i2 = 2131361998; + MaterialRadioButton materialRadioButton2 = (MaterialRadioButton) view2.findViewById(2131361998); if (materialRadioButton2 != null) { - i2 = 2131361995; - MaterialRadioButton materialRadioButton3 = (MaterialRadioButton) view2.findViewById(2131361995); + i2 = 2131361999; + MaterialRadioButton materialRadioButton3 = (MaterialRadioButton) view2.findViewById(2131361999); if (materialRadioButton3 != null) { - i2 = 2131361996; - MaterialRadioButton materialRadioButton4 = (MaterialRadioButton) view2.findViewById(2131361996); + i2 = 2131362000; + MaterialRadioButton materialRadioButton4 = (MaterialRadioButton) view2.findViewById(2131362000); if (materialRadioButton4 != null) { return new c.a.i.b((LinearLayout) view2, materialRadioButton, textView, radioGroup, materialRadioButton2, materialRadioButton3, materialRadioButton4); } @@ -194,7 +194,7 @@ public final class a extends AppDialog { } else { throw new NoWhenBranchMatchedException(); } - aVar.i().f65c.check(i); + aVar.i().f64c.check(i); MaterialRadioButton materialRadioButton5 = aVar.i().b; m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio"); int i2 = 0; @@ -203,7 +203,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialRadioButton6, "binding.audioOutputSelectionBluetoothRadio"); StoreAudioDevices.OutputDevice.BluetoothAudio bluetoothAudio = aVar2.f36c; if (bluetoothAudio == null || (str = bluetoothAudio.getName()) == null) { - str = aVar.getString(2131886743); + str = aVar.getString(2131886744); } materialRadioButton6.setText(str); MaterialRadioButton materialRadioButton7 = aVar.i().e; diff --git a/app/src/main/java/c/a/a/d/a/f.java b/app/src/main/java/c/a/a/d/a/f.java index abee3b0b2f..aeeab84e3f 100644 --- a/app/src/main/java/c/a/a/d/a/f.java +++ b/app/src/main/java/c/a/a/d/a/f.java @@ -48,10 +48,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("StoreState(audioDevicesState="); - L.append(this.a); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("StoreState(audioDevicesState="); + K.append(this.a); + K.append(")"); + return K.toString(); } } @@ -134,18 +134,18 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Loaded(selectedAudioOutput="); - L.append(this.a); - L.append(", showBluetoothItem="); - L.append(this.b); - L.append(", bluetoothDevice="); - L.append(this.f36c); - L.append(", showSpeakerItem="); - L.append(this.d); - L.append(", showWiredItem="); - L.append(this.e); - L.append(", showEarpieceItem="); - return c.d.b.a.a.G(L, this.f, ")"); + StringBuilder K = c.d.b.a.a.K("Loaded(selectedAudioOutput="); + K.append(this.a); + K.append(", showBluetoothItem="); + K.append(this.b); + K.append(", bluetoothDevice="); + K.append(this.f36c); + K.append(", showSpeakerItem="); + K.append(this.d); + K.append(", showWiredItem="); + K.append(this.e); + K.append(", showEarpieceItem="); + return c.d.b.a.a.F(K, this.f, ")"); } } diff --git a/app/src/main/java/c/a/a/e/a.java b/app/src/main/java/c/a/a/e/a.java index 0082106c9b..5721133990 100644 --- a/app/src/main/java/c/a/a/e/a.java +++ b/app/src/main/java/c/a/a/e/a.java @@ -12,7 +12,7 @@ import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.viewpager2.adapter.FragmentStateAdapter; import androidx.viewpager2.widget.ViewPager2; -import c.a.i.e5; +import c.a.i.i5; import c.a.i.n0; import com.discord.app.AppDialog; import com.discord.app.AppFragment; @@ -35,7 +35,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ public final class a extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a.class, "binding", "getBinding()Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, f.i, null, 2, null); public e l; @@ -158,20 +158,20 @@ public final class a extends AppDialog { } public String toString() { - StringBuilder L = c.d.b.a.a.L("UpsellData(imageResId="); - L.append(this.a); - L.append(", headerText="); - L.append(this.b); - L.append(", bodyText="); - L.append(this.f37c); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("UpsellData(imageResId="); + K.append(this.a); + K.append(", headerText="); + K.append(this.b); + K.append(", bodyText="); + K.append(this.f37c); + K.append(")"); + return K.toString(); } } /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ public static final class d extends AppFragment { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(d.class, "binding", "getBinding()Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(d.class, "binding", "getBinding()Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0)}; public static final C0013a j = new C0013a(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -183,29 +183,29 @@ public final class a extends AppDialog { } /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b i = new b(); public b() { - super(1, e5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0); + super(1, i5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0); } /* 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 e5 invoke(View view) { + public i5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131364404; - TextView textView = (TextView) view2.findViewById(2131364404); + int i2 = 2131364414; + TextView textView = (TextView) view2.findViewById(2131364414); if (textView != null) { - i2 = 2131364411; - TextView textView2 = (TextView) view2.findViewById(2131364411); + i2 = 2131364422; + TextView textView2 = (TextView) view2.findViewById(2131364422); if (textView2 != null) { - i2 = 2131364412; - ImageView imageView = (ImageView) view2.findViewById(2131364412); + i2 = 2131364423; + ImageView imageView = (ImageView) view2.findViewById(2131364423); if (imageView != null) { - return new e5((LinearLayout) view2, textView, textView2, imageView); + return new i5((LinearLayout) view2, textView, textView2, imageView); } } } @@ -214,11 +214,11 @@ public final class a extends AppDialog { } public d() { - super(2131559131); + super(2131559137); } - public final e5 g() { - return (e5) this.k.getValue((Fragment) this, i[0]); + public final i5 g() { + return (i5) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppFragment @@ -228,14 +228,14 @@ public final class a extends AppDialog { ImageView imageView = g().d; Bundle arguments = getArguments(); imageView.setImageResource(arguments != null ? arguments.getInt("extra_image_id") : 0); - TextView textView = g().f87c; + TextView textView = g().f107c; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellHeader"); Bundle arguments2 = getArguments(); textView.setText(arguments2 != null ? arguments2.getString("extra_header_string") : null); TextView textView2 = g().b; m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellBody"); Bundle arguments3 = getArguments(); - textView2.setText((arguments3 == null || (string = arguments3.getString("extra_body_text")) == null) ? "" : c.a.l.b.k(string, new Object[0], null, 2)); + textView2.setText((arguments3 == null || (string = arguments3.getString("extra_body_text")) == null) ? "" : c.a.k.b.k(string, new Object[0], null, 2)); } } @@ -290,26 +290,26 @@ public final class a extends AppDialog { public n0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131364405; - LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364405); + int i2 = 2131364416; + LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364416); if (linearLayout != null) { - i2 = 2131364406; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364406); + i2 = 2131364417; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364417); if (materialButton != null) { - i2 = 2131364408; - View findViewById = view2.findViewById(2131364408); + i2 = 2131364419; + View findViewById = view2.findViewById(2131364419); if (findViewById != null) { - i2 = 2131364409; - TabLayout tabLayout = (TabLayout) view2.findViewById(2131364409); + i2 = 2131364420; + TabLayout tabLayout = (TabLayout) view2.findViewById(2131364420); if (tabLayout != null) { - i2 = 2131364410; - MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131364410); + i2 = 2131364421; + MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131364421); if (materialButton2 != null) { - i2 = 2131364413; - MaterialButton materialButton3 = (MaterialButton) view2.findViewById(2131364413); + i2 = 2131364424; + MaterialButton materialButton3 = (MaterialButton) view2.findViewById(2131364424); if (materialButton3 != null) { - i2 = 2131364415; - ViewPager2 viewPager2 = (ViewPager2) view2.findViewById(2131364415); + i2 = 2131364427; + ViewPager2 viewPager2 = (ViewPager2) view2.findViewById(2131364427); if (viewPager2 != null) { return new n0((RelativeLayout) view2, linearLayout, materialButton, findViewById, tabLayout, materialButton2, materialButton3, viewPager2); } @@ -324,7 +324,7 @@ public final class a extends AppDialog { } public a() { - super(2131558594); + super(2131558595); } public static final void g(a aVar) { @@ -363,29 +363,29 @@ public final class a extends AppDialog { String str; super.onCreate(bundle); AppDialog.hideKeyboard$default(this, null, 1, null); - String string2 = getString(2131892504); + String string2 = getString(2131892520); m.checkNotNullExpressionValue(string2, "getString(R.string.premi…psell_tag_passive_mobile)"); - String string3 = getString(2131892503); + String string3 = getString(2131892519); m.checkNotNullExpressionValue(string3, "getString(R.string.premi…l_tag_description_mobile)"); - String string4 = getString(2131892491); + String string4 = getString(2131892506); m.checkNotNullExpressionValue(string4, "getString(R.string.premi…ell_emoji_passive_mobile)"); - String string5 = getString(2131892488); + String string5 = getString(2131892503); m.checkNotNullExpressionValue(string5, "getString(R.string.premi…emoji_description_mobile)"); - String string6 = getString(2131892481); + String string6 = getString(2131892496); m.checkNotNullExpressionValue(string6, "getString(R.string.premi…ed_emojis_passive_mobile)"); - String string7 = getString(2131892480); + String string7 = getString(2131892495); m.checkNotNullExpressionValue(string7, "getString(R.string.premi…mojis_description_mobile)"); - CharSequence j2 = c.a.l.b.j(this, 2131892508, new Object[0], null, 4); - Object[] objArr = {c.a.l.b.j(this, 2131888515, new Object[0], null, 4), c.a.l.b.j(this, 2131888513, new Object[0], null, 4)}; - String string8 = getString(2131892476); + CharSequence j2 = c.a.k.b.j(this, 2131892524, new Object[0], null, 4); + Object[] objArr = {c.a.k.b.j(this, 2131888520, new Object[0], null, 4), c.a.k.b.j(this, 2131888518, new Object[0], null, 4)}; + String string8 = getString(2131892491); m.checkNotNullExpressionValue(string8, "getString(R.string.premi…ed_avatar_passive_mobile)"); - String string9 = getString(2131892475); + String string9 = getString(2131892490); m.checkNotNullExpressionValue(string9, "getString(R.string.premi…vatar_description_mobile)"); - String string10 = getString(2131892484); + String string10 = getString(2131892499); m.checkNotNullExpressionValue(string10, "getString(R.string.premi…ell_badge_passive_mobile)"); - String string11 = getString(2131892483); + String string11 = getString(2131892498); m.checkNotNullExpressionValue(string11, "getString(R.string.premi…badge_description_mobile)"); - List listOf = n.listOf((Object[]) new c[]{new c(2131232267, string2, string3), new c(2131232182, string4, string5), new c(2131232134, string6, string7), new c(2131232268, j2, c.a.l.b.j(this, 2131892507, objArr, null, 4)), new c(2131232137, string8, string9), new c(2131232140, string10, string11)}); + List listOf = n.listOf((Object[]) new c[]{new c(2131232262, string2, string3), new c(2131232186, string4, string5), new c(2131232138, string6, string7), new c(2131232263, j2, c.a.k.b.j(this, 2131892523, objArr, null, 4)), new c(2131232141, string8, string9), new c(2131232144, string10, string11)}); Bundle arguments = getArguments(); int i2 = arguments != null ? arguments.getInt("extra_page_number") : 0; Bundle arguments2 = getArguments(); @@ -430,11 +430,11 @@ public final class a extends AppDialog { m.throwUninitializedPropertyAccessException("pagerAdapter"); } viewPager2.setAdapter(eVar); - TabLayout tabLayout = h().f130c; + TabLayout tabLayout = h().f128c; m.checkNotNullExpressionValue(tabLayout, "binding.premiumUpsellDots"); int i2 = 8; tabLayout.setVisibility(j() ? 0 : 8); - TabLayout tabLayout2 = h().f130c; + TabLayout tabLayout2 = h().f128c; m.checkNotNullExpressionValue(tabLayout2, "binding.premiumUpsellDots"); ViewPager2 viewPager22 = h().f; m.checkNotNullExpressionValue(viewPager22, "binding.premiumUpsellViewpager"); diff --git a/app/src/main/java/c/a/a/e/b.java b/app/src/main/java/c/a/a/e/b.java index 56e7679763..79cf9552c1 100644 --- a/app/src/main/java/c/a/a/e/b.java +++ b/app/src/main/java/c/a/a/e/b.java @@ -23,7 +23,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: UpgradePremiumGuildDialog.kt */ public final class b extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(b.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(b.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0)}; public static final C0014b j = new C0014b(null); public Function0 k; public Function0 l; @@ -85,20 +85,20 @@ public final class b extends AppDialog { public y0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131362791; - TextView textView = (TextView) view2.findViewById(2131362791); + int i2 = 2131362789; + TextView textView = (TextView) view2.findViewById(2131362789); if (textView != null) { - i2 = 2131364406; - ImageView imageView = (ImageView) view2.findViewById(2131364406); + i2 = 2131364417; + ImageView imageView = (ImageView) view2.findViewById(2131364417); if (imageView != null) { - i2 = 2131364407; - TextView textView2 = (TextView) view2.findViewById(2131364407); + i2 = 2131364418; + TextView textView2 = (TextView) view2.findViewById(2131364418); if (textView2 != null) { - i2 = 2131364414; - TextView textView3 = (TextView) view2.findViewById(2131364414); + i2 = 2131364426; + TextView textView3 = (TextView) view2.findViewById(2131364426); if (textView3 != null) { - i2 = 2131365473; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131365473); + i2 = 2131365489; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131365489); if (materialButton != null) { return new y0((RelativeLayout) view2, textView, imageView, textView2, textView3, materialButton); } @@ -111,7 +111,7 @@ public final class b extends AppDialog { } public b() { - super(2131558642); + super(2131558643); } public final y0 g() { @@ -138,17 +138,17 @@ public final class b extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); TextView textView = g().d; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellDescription"); - c.a.l.b.m(textView, 2131892496, new Object[]{this.m}, null, 4); + c.a.k.b.m(textView, 2131892511, new Object[]{this.m}, null, 4); TextView textView2 = g().e; m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellServerPerk"); Context requireContext = requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); - c.a.l.b.m(textView2, 2131892494, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext, 2131755295, 2, 2)}, null, 4); + c.a.k.b.m(textView2, 2131892509, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext, 2131755296, 2, 2)}, null, 4); TextView textView3 = g().b; m.checkNotNullExpressionValue(textView3, "binding.continueButton"); textView3.setVisibility(this.n ^ true ? 0 : 8); g().b.setOnClickListener(new a(0, this)); g().f.setOnClickListener(new a(1, this)); - g().f183c.setOnClickListener(new a(2, this)); + g().f186c.setOnClickListener(new a(2, this)); } } diff --git a/app/src/main/java/c/a/a/e/c.java b/app/src/main/java/c/a/a/e/c.java index 78a90c2d21..b9d72f76e1 100644 --- a/app/src/main/java/c/a/a/e/c.java +++ b/app/src/main/java/c/a/a/e/c.java @@ -22,7 +22,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: SingleValuePropPremiumUpsellDialog.kt */ public final class c extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(c.class, "binding", "getBinding()Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(c.class, "binding", "getBinding()Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, C0015c.i, null, 2, null); @@ -83,29 +83,29 @@ public final class c extends AppDialog { public g1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131362200; - LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131362200); + int i2 = 2131362211; + LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131362211); if (linearLayout != null) { - i2 = 2131362666; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362666); + i2 = 2131362664; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362664); if (materialButton != null) { - i2 = 2131362785; - View findViewById = view2.findViewById(2131362785); + i2 = 2131362783; + View findViewById = view2.findViewById(2131362783); if (findViewById != null) { - i2 = 2131363320; - MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363320); + i2 = 2131363325; + MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363325); if (materialButton2 != null) { - i2 = 2131365444; - View findViewById2 = view2.findViewById(2131365444); + i2 = 2131365460; + View findViewById2 = view2.findViewById(2131365460); if (findViewById2 != null) { - i2 = 2131365489; - TextView textView = (TextView) view2.findViewById(2131365489); + i2 = 2131365505; + TextView textView = (TextView) view2.findViewById(2131365505); if (textView != null) { - i2 = 2131365490; - TextView textView2 = (TextView) view2.findViewById(2131365490); + i2 = 2131365506; + TextView textView2 = (TextView) view2.findViewById(2131365506); if (textView2 != null) { - i2 = 2131365606; - ImageView imageView = (ImageView) view2.findViewById(2131365606); + i2 = 2131365624; + ImageView imageView = (ImageView) view2.findViewById(2131365624); if (imageView != null) { return new g1((LinearLayout) view2, linearLayout, materialButton, findViewById, materialButton2, findViewById2, textView, textView2, imageView); } @@ -121,7 +121,7 @@ public final class c extends AppDialog { } public c() { - super(2131558661); + super(2131558663); } public final g1 g() { @@ -155,6 +155,6 @@ public final class c extends AppDialog { textView2.setText(str); } g().b.setOnClickListener(new a(0, this)); - g().f94c.setOnClickListener(new a(1, this)); + g().f93c.setOnClickListener(new a(1, this)); } } diff --git a/app/src/main/java/c/a/a/e/d.java b/app/src/main/java/c/a/a/e/d.java index 7bb9146432..2849080695 100644 --- a/app/src/main/java/c/a/a/e/d.java +++ b/app/src/main/java/c/a/a/e/d.java @@ -22,7 +22,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: UpgradePremiumYearlyDialog.kt */ public final class d extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(d.class, "binding", "getBinding()Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(d.class, "binding", "getBinding()Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0)}; public static final b j = new b(null); public Function0 k; public Function0 l; @@ -81,20 +81,20 @@ public final class d extends AppDialog { public z0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131364411; - ImageView imageView = (ImageView) view2.findViewById(2131364411); + int i2 = 2131364422; + ImageView imageView = (ImageView) view2.findViewById(2131364422); if (imageView != null) { - i2 = 2131364416; - TextView textView = (TextView) view2.findViewById(2131364416); + i2 = 2131364428; + TextView textView = (TextView) view2.findViewById(2131364428); if (textView != null) { - i2 = 2131364417; - TextView textView2 = (TextView) view2.findViewById(2131364417); + i2 = 2131364429; + TextView textView2 = (TextView) view2.findViewById(2131364429); if (textView2 != null) { - i2 = 2131364470; - TextView textView3 = (TextView) view2.findViewById(2131364470); + i2 = 2131364482; + TextView textView3 = (TextView) view2.findViewById(2131364482); if (textView3 != null) { - i2 = 2131364471; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364471); + i2 = 2131364483; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364483); if (materialButton != null) { return new z0((LinearLayout) view2, imageView, textView, textView2, textView3, materialButton); } @@ -107,7 +107,7 @@ public final class d extends AppDialog { } public d() { - super(2131558643); + super(2131558645); } public final z0 g() { @@ -133,17 +133,17 @@ public final class d extends AppDialog { } requireDialog().setCanceledOnTouchOutside(true); boolean z2 = getArgumentsOrDefault().getBoolean("ARG_IS_TIER_1"); - CharSequence j2 = c.a.l.b.j(this, z2 ? 2131892452 : 2131892454, new Object[0], null, 4); + CharSequence j2 = c.a.k.b.j(this, z2 ? 2131892467 : 2131892469, new Object[0], null, 4); TextView textView = g().d; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellYearlyTitle"); - c.a.l.b.m(textView, 2131892511, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), j2}, null, 4); - TextView textView2 = g().f188c; + c.a.k.b.m(textView, 2131892527, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), j2}, null, 4); + TextView textView2 = g().f192c; m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellYearlyDescription"); - c.a.l.b.m(textView2, 2131892510, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4); + c.a.k.b.m(textView2, 2131892526, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4); MaterialButton materialButton = g().f; m.checkNotNullExpressionValue(materialButton, "binding.purchasePremiumYearly"); - c.a.l.b.m(materialButton, 2131892509, new Object[]{this.m}, null, 4); - g().b.setImageResource(z2 ? 2131232250 : 2131232251); + c.a.k.b.m(materialButton, 2131892525, new Object[]{this.m}, null, 4); + g().b.setImageResource(z2 ? 2131232246 : 2131232247); TextView textView3 = g().e; m.checkNotNullExpressionValue(textView3, "binding.purchasePremiumMonthly"); textView3.setVisibility(this.n ^ true ? 0 : 8); diff --git a/app/src/main/java/c/a/a/e/e.java b/app/src/main/java/c/a/a/e/e.java index 68c9f816f9..bf40113a06 100644 --- a/app/src/main/java/c/a/a/e/e.java +++ b/app/src/main/java/c/a/a/e/e.java @@ -24,7 +24,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: PremiumActivatedDialog.kt */ public final class e extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(e.class, "binding", "getBinding()Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(e.class, "binding", "getBinding()Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0)}; public static final a j = new a(null); public Function0 k; public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -60,23 +60,23 @@ public final class e extends AppDialog { public t0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131364330; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364330); + int i2 = 2131364340; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364340); if (materialButton != null) { - i2 = 2131364331; - TextView textView = (TextView) view2.findViewById(2131364331); + i2 = 2131364341; + TextView textView = (TextView) view2.findViewById(2131364341); if (textView != null) { - i2 = 2131364332; - ImageView imageView = (ImageView) view2.findViewById(2131364332); + i2 = 2131364342; + ImageView imageView = (ImageView) view2.findViewById(2131364342); if (imageView != null) { - i2 = 2131364333; - ImageView imageView2 = (ImageView) view2.findViewById(2131364333); + i2 = 2131364343; + ImageView imageView2 = (ImageView) view2.findViewById(2131364343); if (imageView2 != null) { - i2 = 2131364334; - ImageView imageView3 = (ImageView) view2.findViewById(2131364334); + i2 = 2131364344; + ImageView imageView3 = (ImageView) view2.findViewById(2131364344); if (imageView3 != null) { - i2 = 2131364335; - ImageView imageView4 = (ImageView) view2.findViewById(2131364335); + i2 = 2131364345; + ImageView imageView4 = (ImageView) view2.findViewById(2131364345); if (imageView4 != null) { return new t0((LinearLayout) view2, materialButton, textView, imageView, imageView2, imageView3, imageView4); } @@ -108,7 +108,7 @@ public final class e extends AppDialog { } public e() { - super(2131558637); + super(2131558638); } public final t0 g() { @@ -123,9 +123,9 @@ public final class e extends AppDialog { dismiss(); } boolean z2 = getArgumentsOrDefault().getBoolean("ARG_IS_TIER_1"); - int i3 = z2 ? 2131230933 : 2131230937; - int i4 = z2 ? 2131232203 : 2131232192; - int i5 = z2 ? 2131232282 : 2131232280; + int i3 = z2 ? 2131230932 : 2131230936; + int i4 = z2 ? 2131232201 : 2131232195; + int i5 = z2 ? 2131232277 : 2131232275; if (z2) { Context requireContext = requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); @@ -135,7 +135,7 @@ public final class e extends AppDialog { m.checkNotNullExpressionValue(requireContext2, "requireContext()"); i2 = DrawableCompat.getThemedDrawableRes$default(requireContext2, 2130969521, 0, 2, (Object) null); } - int i6 = z2 ? 2131887003 : 2131887005; + int i6 = z2 ? 2131887004 : 2131887006; g().d.setBackgroundResource(i3); g().e.setImageDrawable(ContextCompat.getDrawable(requireContext(), i4)); g().g.setImageDrawable(ContextCompat.getDrawable(requireContext(), i5)); @@ -143,7 +143,7 @@ public final class e extends AppDialog { m.checkNotNullExpressionValue(imageView, "binding.premiumActivatedWumpus"); imageView.setScaleX(z2 ? 1.0f : -1.0f); g().f.setImageDrawable(ContextCompat.getDrawable(requireContext(), i2)); - TextView textView = g().f157c; + TextView textView = g().f160c; m.checkNotNullExpressionValue(textView, "binding.premiumActivatedDescription"); textView.setText(getString(i6)); requireDialog().setCanceledOnTouchOutside(true); diff --git a/app/src/main/java/c/a/a/e/f.java b/app/src/main/java/c/a/a/e/f.java index 995d54fd57..2e103fc9c1 100644 --- a/app/src/main/java/c/a/a/e/f.java +++ b/app/src/main/java/c/a/a/e/f.java @@ -19,7 +19,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: PremiumAndPremiumGuildActivatedDialog.kt */ public final class f extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(f.class, "binding", "getBinding()Lcom/discord/databinding/PremiumAndPremiumGuildActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(f.class, "binding", "getBinding()Lcom/discord/databinding/PremiumAndPremiumGuildActivatedDialogBinding;", 0)}; public static final a j = new a(null); public Function0 k; public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -44,11 +44,11 @@ public final class f extends AppDialog { public u0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131364330; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364330); + int i2 = 2131364340; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131364340); if (materialButton != null) { - i2 = 2131364336; - TextView textView = (TextView) view2.findViewById(2131364336); + i2 = 2131364346; + TextView textView = (TextView) view2.findViewById(2131364346); if (textView != null) { return new u0((LinearLayout) view2, materialButton, textView); } @@ -76,7 +76,7 @@ public final class f extends AppDialog { } public f() { - super(2131558638); + super(2131558639); } @Override // com.discord.app.AppDialog @@ -93,9 +93,9 @@ public final class f extends AppDialog { m.checkNotNullExpressionValue(str, "arguments?.getString(EXTRA_PLAN_NAME) ?: \"\""); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.l; KProperty[] kPropertyArr = i; - TextView textView = ((u0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f161c; + TextView textView = ((u0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f166c; m.checkNotNullExpressionValue(textView, "binding.premiumAndPremiumGuildActivatedText"); - c.a.l.b.m(textView, 2131886939, new Object[]{str}, null, 4); + c.a.k.b.m(textView, 2131886940, new Object[]{str}, null, 4); requireDialog().setCanceledOnTouchOutside(true); ((u0) this.l.getValue((Fragment) this, kPropertyArr[0])).b.setOnClickListener(new c(this)); } diff --git a/app/src/main/java/c/a/a/f/a.java b/app/src/main/java/c/a/a/f/a.java index 743dc4dbe8..6c57f8f00d 100644 --- a/app/src/main/java/c/a/a/f/a.java +++ b/app/src/main/java/c/a/a/f/a.java @@ -6,7 +6,7 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import c.a.i.a5; +import c.a.i.e5; import com.discord.app.AppDialog; import com.discord.stores.StoreNotices; import com.discord.stores.StoreStream; @@ -24,7 +24,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: WidgetMaskedLinksDialog.kt */ public final class a extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a.class, "binding", "getBinding()Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); @@ -78,35 +78,35 @@ public final class a extends AppDialog { } /* compiled from: WidgetMaskedLinksDialog.kt */ - public static final /* synthetic */ class c extends k implements Function1 { + public static final /* synthetic */ class c extends k implements Function1 { public static final c i = new c(); public c() { - super(1, a5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0); + super(1, e5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0); } /* 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 a5 invoke(View view) { + public e5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131363875; - TextView textView = (TextView) view2.findViewById(2131363875); + int i2 = 2131363883; + TextView textView = (TextView) view2.findViewById(2131363883); if (textView != null) { - i2 = 2131363876; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363876); + i2 = 2131363884; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363884); if (materialButton != null) { - i2 = 2131363877; - MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363877); + i2 = 2131363885; + MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363885); if (materialButton2 != null) { - i2 = 2131363878; - TextView textView2 = (TextView) view2.findViewById(2131363878); + i2 = 2131363886; + TextView textView2 = (TextView) view2.findViewById(2131363886); if (textView2 != null) { - i2 = 2131365623; - TextView textView3 = (TextView) view2.findViewById(2131365623); + i2 = 2131365641; + TextView textView3 = (TextView) view2.findViewById(2131365641); if (textView3 != null) { - return new a5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3); + return new e5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3); } } } @@ -131,11 +131,11 @@ public final class a extends AppDialog { } public a() { - super(2131559098); + super(2131559104); } - public final a5 g() { - return (a5) this.k.getValue((Fragment) this, i[0]); + public final e5 g() { + return (e5) this.k.getValue((Fragment) this, i[0]); } @Override // androidx.fragment.app.Fragment @@ -165,8 +165,8 @@ public final class a extends AppDialog { } TextView textView = g().b; m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText"); - c.a.l.b.m(textView, 2131891115, new Object[]{obj}, null, 4); - g().f64c.setOnClickListener(new d(this)); + c.a.k.b.m(textView, 2131891129, new Object[]{obj}, null, 4); + g().f86c.setOnClickListener(new d(this)); g().d.setOnClickListener(new View$OnClickListenerC0016a(0, this, str)); g().e.setOnClickListener(new View$OnClickListenerC0016a(1, this, str)); } diff --git a/app/src/main/java/c/a/a/g.java b/app/src/main/java/c/a/a/g.java index 11af5c3289..635fd0e3ef 100644 --- a/app/src/main/java/c/a/a/g.java +++ b/app/src/main/java/c/a/a/g.java @@ -27,7 +27,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: WidgetAccessibilityDetectionDialog.kt */ public final class g extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(g.class, "binding", "getBinding()Lcom/discord/databinding/AllowAccessibilityDetectionDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(g.class, "binding", "getBinding()Lcom/discord/databinding/AllowAccessibilityDetectionDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); public final Lazy l; @@ -84,8 +84,8 @@ public final class g extends AppDialog { i2 = 2131361858; MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131361858); if (materialButton2 != null) { - i2 = 2131365623; - TextView textView2 = (TextView) view2.findViewById(2131365623); + i2 = 2131365641; + TextView textView2 = (TextView) view2.findViewById(2131365641); if (textView2 != null) { return new c.a.i.a((LinearLayout) view2, textView, materialButton, materialButton2, textView2); } @@ -136,6 +136,6 @@ public final class g extends AppDialog { h().d.setOnClickListener(new a(1, this)); TextView textView = h().b; m.checkNotNullExpressionValue(textView, "binding.accessibilityDetectionBodyText"); - c.a.l.b.m(textView, 2131886119, new Object[]{f.a.a(360035966492L, null)}, null, 4); + c.a.k.b.m(textView, 2131886119, new Object[]{f.a.a(360035966492L, null)}, null, 4); } } diff --git a/app/src/main/java/c/a/a/h.java b/app/src/main/java/c/a/a/h.java index 3591535f60..050ea68f8a 100644 --- a/app/src/main/java/c/a/a/h.java +++ b/app/src/main/java/c/a/a/h.java @@ -18,7 +18,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: ConnectedAccountActionsDialog.kt */ public final class h extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(h.class, "binding", "getBinding()Lcom/discord/databinding/ConnectedAccountActionsDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(h.class, "binding", "getBinding()Lcom/discord/databinding/ConnectedAccountActionsDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); @@ -48,7 +48,7 @@ public final class h extends AppDialog { m.checkNotNullExpressionValue(requireContext2, "requireContext()"); String str = (String) this.k; m.checkNotNullExpressionValue(str, "username"); - o.a(requireContext2, str, 2131887622); + o.a(requireContext2, str, 2131887626); ((h) this.j).dismiss(); } else { throw null; @@ -76,14 +76,14 @@ public final class h extends AppDialog { public c.a.i.h invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131362713; - TextView textView = (TextView) view2.findViewById(2131362713); + int i2 = 2131362711; + TextView textView = (TextView) view2.findViewById(2131362711); if (textView != null) { - i2 = 2131362714; - TextView textView2 = (TextView) view2.findViewById(2131362714); + i2 = 2131362712; + TextView textView2 = (TextView) view2.findViewById(2131362712); if (textView2 != null) { - i2 = 2131362715; - TextView textView3 = (TextView) view2.findViewById(2131362715); + i2 = 2131362713; + TextView textView3 = (TextView) view2.findViewById(2131362713); if (textView3 != null) { return new c.a.i.h((LinearLayout) view2, textView, textView2, textView3); } @@ -109,11 +109,11 @@ public final class h extends AppDialog { String string2 = getArgumentsOrDefault().getString("ARG_USERNAME", ""); int i2 = getArgumentsOrDefault().getInt("ARG_PLATFORM_IMAGE_RES", 0); if (i2 != 0) { - TextView textView = g().f98c; + TextView textView = g().f97c; m.checkNotNullExpressionValue(textView, "binding.connectedAccountActionsDialogHeader"); ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView, i2, 0, 0, 0, 14, null); } - TextView textView2 = g().f98c; + TextView textView2 = g().f97c; m.checkNotNullExpressionValue(textView2, "binding.connectedAccountActionsDialogHeader"); textView2.setText(string2); TextView textView3 = g().d; diff --git a/app/src/main/java/c/a/a/i.java b/app/src/main/java/c/a/a/i.java index e94713cf43..4172541036 100644 --- a/app/src/main/java/c/a/a/i.java +++ b/app/src/main/java/c/a/a/i.java @@ -18,7 +18,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: CameraCapacityDialog.kt */ public final class i extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(i.class, "binding", "getBinding()Lcom/discord/databinding/CameraCapacityDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(i.class, "binding", "getBinding()Lcom/discord/databinding/CameraCapacityDialogBinding;", 0)}; public static final a j = new a(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -51,14 +51,14 @@ public final class i extends AppDialog { public e invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131362222; - TextView textView = (TextView) view2.findViewById(2131362222); + int i2 = 2131362233; + TextView textView = (TextView) view2.findViewById(2131362233); if (textView != null) { - i2 = 2131362223; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362223); + i2 = 2131362234; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362234); if (materialButton != null) { - i2 = 2131364119; - LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364119); + i2 = 2131364128; + LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364128); if (linearLayout != null) { return new e((LinearLayout) view2, textView, materialButton, linearLayout); } @@ -92,11 +92,11 @@ public final class i extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.k; KProperty[] kPropertyArr = i; - ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f82c.setOnClickListener(new c(this)); + ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f81c.setOnClickListener(new c(this)); Bundle arguments = getArguments(); Integer valueOf = arguments != null ? Integer.valueOf(arguments.getInt("ARG_MAX_VIDEO_CHANNEL_USERS")) : null; TextView textView = ((e) this.k.getValue((Fragment) this, kPropertyArr[0])).b; m.checkNotNullExpressionValue(textView, "binding.cameraCapacityBody"); - textView.setText(c.a.l.b.j(this, 2131894704, new Object[]{String.valueOf(valueOf)}, null, 4)); + textView.setText(c.a.k.b.j(this, 2131894732, new Object[]{String.valueOf(valueOf)}, null, 4)); } } diff --git a/app/src/main/java/c/a/a/j.java b/app/src/main/java/c/a/a/j.java index 1f134f7e1f..409e541ee5 100644 --- a/app/src/main/java/c/a/a/j.java +++ b/app/src/main/java/c/a/a/j.java @@ -21,7 +21,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: DatePickerDialog.kt */ public final class j extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(j.class, "binding", "getBinding()Lcom/discord/databinding/DialogDatePickerBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(j.class, "binding", "getBinding()Lcom/discord/databinding/DialogDatePickerBinding;", 0)}; public static final a j = new a(null); public Function1 k; public long l; @@ -61,14 +61,14 @@ public final class j extends AppDialog { public c.a.i.k invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131362920; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362920); + int i2 = 2131362919; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362919); if (materialButton != null) { - i2 = 2131362921; - DatePicker datePicker = (DatePicker) view2.findViewById(2131362921); + i2 = 2131362920; + DatePicker datePicker = (DatePicker) view2.findViewById(2131362920); if (datePicker != null) { - i2 = 2131362922; - TextView textView = (TextView) view2.findViewById(2131362922); + i2 = 2131362921; + TextView textView = (TextView) view2.findViewById(2131362921); if (textView != null) { return new c.a.i.k((LinearLayout) view2, materialButton, datePicker, textView); } @@ -132,7 +132,7 @@ public final class j extends AppDialog { @Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment public void onPause() { super.onPause(); - g().f111c.clearFocus(); + g().f112c.clearFocus(); } @Override // com.discord.app.AppDialog @@ -146,12 +146,12 @@ public final class j extends AppDialog { charSequence = ""; } textView.setText(charSequence); - DatePicker datePicker = g().f111c; + DatePicker datePicker = g().f112c; m.checkNotNullExpressionValue(datePicker, "binding.dialogDatePickerInput"); Bundle arguments2 = getArguments(); long j2 = 0; datePicker.setMaxDate(arguments2 != null ? arguments2.getLong("max_date") : 0); - DatePicker datePicker2 = g().f111c; + DatePicker datePicker2 = g().f112c; m.checkNotNullExpressionValue(datePicker2, "binding.dialogDatePickerInput"); datePicker2.setMinDate(BirthdayHelper.INSTANCE.subtractYearsFromToday(150)); Bundle arguments3 = getArguments(); @@ -165,7 +165,7 @@ public final class j extends AppDialog { Calendar instance = Calendar.getInstance(); m.checkNotNullExpressionValue(instance, "calendar"); instance.setTimeInMillis(this.l); - g().f111c.init(instance.get(1), instance.get(2), instance.get(5), new c(this)); + g().f112c.init(instance.get(1), instance.get(2), instance.get(5), new c(this)); g().b.setOnClickListener(new d(this)); } } diff --git a/app/src/main/java/c/a/a/k.java b/app/src/main/java/c/a/a/k.java index 694c774f19..0538fb2c70 100644 --- a/app/src/main/java/c/a/a/k.java +++ b/app/src/main/java/c/a/a/k.java @@ -20,7 +20,7 @@ public final class k extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, ""); - this.$onConfirm.invoke(2131888798); + this.$onConfirm.invoke(2131888804); return Unit.a; } } diff --git a/app/src/main/java/c/a/a/l.java b/app/src/main/java/c/a/a/l.java index 7ff9ad0f01..fa1077d28d 100644 --- a/app/src/main/java/c/a/a/l.java +++ b/app/src/main/java/c/a/a/l.java @@ -16,7 +16,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: GuildVideoAtCapacityDialog.kt */ public final class l extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(l.class, "binding", "getBinding()Lcom/discord/databinding/GuildVideoAtCapacityBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(l.class, "binding", "getBinding()Lcom/discord/databinding/GuildVideoAtCapacityBinding;", 0)}; public static final a j = new a(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -45,11 +45,11 @@ public final class l extends AppDialog { public s invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131363544; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363544); + int i2 = 2131363550; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363550); if (materialButton != null) { - i2 = 2131364119; - LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364119); + i2 = 2131364128; + LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131364128); if (linearLayout != null) { return new s((LinearLayout) view2, materialButton, linearLayout); } @@ -73,7 +73,7 @@ public final class l extends AppDialog { } public l() { - super(2131558521); + super(2131558522); } @Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment diff --git a/app/src/main/java/c/a/a/m.java b/app/src/main/java/c/a/a/m.java index 0d77b4c629..8ac853812a 100644 --- a/app/src/main/java/c/a/a/m.java +++ b/app/src/main/java/c/a/a/m.java @@ -28,7 +28,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: SelectorDialog.kt */ public final class m extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(m.class, "binding", "getBinding()Lcom/discord/databinding/DialogSimpleSelectorBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(m.class, "binding", "getBinding()Lcom/discord/databinding/DialogSimpleSelectorBinding;", 0)}; public static final a j = new a(null); public Function1 k; public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); @@ -95,14 +95,14 @@ public final class m extends AppDialog { public l invoke(View view) { View view2 = view; d0.z.d.m.checkNotNullParameter(view2, "p1"); - int i2 = 2131362901; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362901); + int i2 = 2131362900; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131362900); if (materialButton != null) { - i2 = 2131362925; - MaxHeightRecyclerView maxHeightRecyclerView = (MaxHeightRecyclerView) view2.findViewById(2131362925); + i2 = 2131362924; + MaxHeightRecyclerView maxHeightRecyclerView = (MaxHeightRecyclerView) view2.findViewById(2131362924); if (maxHeightRecyclerView != null) { - i2 = 2131362926; - TextView textView = (TextView) view2.findViewById(2131362926); + i2 = 2131362925; + TextView textView = (TextView) view2.findViewById(2131362925); if (textView != null) { return new l((LinearLayout) view2, materialButton, maxHeightRecyclerView, textView); } @@ -176,10 +176,10 @@ public final class m extends AppDialog { g().b.setOnClickListener(new d(this)); CharSequence[] charSequenceArray = getArgumentsOrDefault().getCharSequenceArray("INTENT_DIALOG_OPTIONS"); if (charSequenceArray != null) { - MaxHeightRecyclerView maxHeightRecyclerView = g().f117c; + MaxHeightRecyclerView maxHeightRecyclerView = g().f118c; d0.z.d.m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.dialogSelections"); maxHeightRecyclerView.setAdapter(new SimpleRecyclerAdapter(j.asList(charSequenceArray), new e(this))); - MaxHeightRecyclerView maxHeightRecyclerView2 = g().f117c; + MaxHeightRecyclerView maxHeightRecyclerView2 = g().f118c; RecyclerView.Adapter adapter = maxHeightRecyclerView2.getAdapter(); if (adapter != null) { adapter.notifyDataSetChanged(); @@ -187,7 +187,7 @@ public final class m extends AppDialog { maxHeightRecyclerView2.setHasFixedSize(false); maxHeightRecyclerView2.setNestedScrollingEnabled(false); SimpleRecyclerAdapter.Companion companion = SimpleRecyclerAdapter.Companion; - MaxHeightRecyclerView maxHeightRecyclerView3 = g().f117c; + MaxHeightRecyclerView maxHeightRecyclerView3 = g().f118c; d0.z.d.m.checkNotNullExpressionValue(maxHeightRecyclerView3, "binding.dialogSelections"); companion.addThemedDivider(maxHeightRecyclerView3); } diff --git a/app/src/main/java/c/a/a/q.java b/app/src/main/java/c/a/a/q.java index c0675d7677..2bdb8ac6a1 100644 --- a/app/src/main/java/c/a/a/q.java +++ b/app/src/main/java/c/a/a/q.java @@ -5,7 +5,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; -import c.a.i.u4; +import c.a.i.x4; import com.discord.api.auth.mfa.EnableMfaResponse; import com.discord.app.AppDialog; import com.discord.restapi.RestAPIParams; @@ -29,7 +29,7 @@ import kotlin.reflect.KProperty; import rx.Observable; /* compiled from: WidgetEnableTwoFactorPasswordDialog.kt */ public final class q extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(q.class, "binding", "getBinding()Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(q.class, "binding", "getBinding()Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0)}; public static final a j = new a(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); public Function1 l = c.i; @@ -41,41 +41,41 @@ public final class q extends AppDialog { } /* compiled from: WidgetEnableTwoFactorPasswordDialog.kt */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b i = new b(); public b() { - super(1, u4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0); + super(1, x4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0); } /* 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 u4 invoke(View view) { + public x4 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131363109; - LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131363109); + int i2 = 2131363110; + LinearLayout linearLayout = (LinearLayout) view2.findViewById(2131363110); if (linearLayout != null) { - i2 = 2131363110; - TextView textView = (TextView) view2.findViewById(2131363110); + i2 = 2131363111; + TextView textView = (TextView) view2.findViewById(2131363111); if (textView != null) { - i2 = 2131363111; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363111); + i2 = 2131363112; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363112); if (materialButton != null) { - i2 = 2131363112; - TextView textView2 = (TextView) view2.findViewById(2131363112); + i2 = 2131363113; + TextView textView2 = (TextView) view2.findViewById(2131363113); if (textView2 != null) { - i2 = 2131363113; - LinearLayout linearLayout2 = (LinearLayout) view2.findViewById(2131363113); + i2 = 2131363114; + LinearLayout linearLayout2 = (LinearLayout) view2.findViewById(2131363114); if (linearLayout2 != null) { - i2 = 2131363114; - LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131363114); + i2 = 2131363115; + LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131363115); if (loadingButton != null) { - i2 = 2131363115; - TextInputLayout textInputLayout = (TextInputLayout) view2.findViewById(2131363115); + i2 = 2131363116; + TextInputLayout textInputLayout = (TextInputLayout) view2.findViewById(2131363116); if (textInputLayout != null) { - return new u4((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout); + return new x4((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout); } } } @@ -144,7 +144,7 @@ public final class q extends AppDialog { m.checkNotNullParameter(error2, "error"); q qVar = this.this$0.i; KProperty[] kPropertyArr = q.i; - qVar.g().f165c.setIsLoading(false); + qVar.g().f184c.setIsLoading(false); Error.Response response = error2.getResponse(); m.checkNotNullExpressionValue(response, "error.response"); if (response.getCode() == 60005) { @@ -172,7 +172,7 @@ public final class q extends AppDialog { TextInputLayout textInputLayout = qVar.g().d; m.checkNotNullExpressionValue(textInputLayout, "binding.enableTwoFactorPasswordViewInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); - this.i.g().f165c.setIsLoading(true); + this.i.g().f184c.setIsLoading(true); Observable ui$default = ObservableExtensionsKt.ui$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().enableMFA(new RestAPIParams.EnableMFA("random code", "random secret", textOrEmpty)), false, 1, null), this.i, null, 2, null); a aVar = a.i; ObservableExtensionsKt.appSubscribe$default(ui$default, this.i.getClass(), this.j.getContext(), (Function1) null, new b(this), (Function0) null, (Function0) null, aVar, 52, (Object) null); @@ -197,11 +197,11 @@ public final class q extends AppDialog { } public q() { - super(2131559014); + super(2131559019); } - public final u4 g() { - return (u4) this.k.getValue((Fragment) this, i[0]); + public final x4 g() { + return (x4) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -209,8 +209,8 @@ public final class q extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); setCancelable(false); - g().f165c.setIsLoading(false); - g().f165c.setOnClickListener(new d(this, view)); + g().f184c.setIsLoading(false); + g().f184c.setOnClickListener(new d(this, view)); g().b.setOnClickListener(new e(this)); } } diff --git a/app/src/main/java/c/a/a/r.java b/app/src/main/java/c/a/a/r.java index b0c139dcb5..5cea822f0f 100644 --- a/app/src/main/java/c/a/a/r.java +++ b/app/src/main/java/c/a/a/r.java @@ -9,7 +9,7 @@ import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.v; import c.a.d.h0; import c.a.d.j0; -import c.a.i.n5; +import c.a.i.r5; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; import com.discord.stores.StoreStream; @@ -32,7 +32,7 @@ import kotlin.reflect.KProperty; import rx.subjects.PublishSubject; /* compiled from: WidgetUrgentMessageDialog.kt */ public final class r extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(r.class, "binding", "getBinding()Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(r.class, "binding", "getBinding()Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0)}; public static final a j = new a(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); public final Lazy l; @@ -44,29 +44,29 @@ public final class r extends AppDialog { } /* compiled from: WidgetUrgentMessageDialog.kt */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b i = new b(); public b() { - super(1, n5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0); + super(1, r5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0); } /* 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 n5 invoke(View view) { + public r5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131365622; - LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131365622); + int i2 = 2131365640; + LoadingButton loadingButton = (LoadingButton) view2.findViewById(2131365640); if (loadingButton != null) { - i2 = 2131365623; - TextView textView = (TextView) view2.findViewById(2131365623); + i2 = 2131365641; + TextView textView = (TextView) view2.findViewById(2131365641); if (textView != null) { - i2 = 2131365624; - TextView textView2 = (TextView) view2.findViewById(2131365624); + i2 = 2131365642; + TextView textView2 = (TextView) view2.findViewById(2131365642); if (textView2 != null) { - return new n5((LinearLayout) view2, loadingButton, textView, textView2); + return new r5((LinearLayout) view2, loadingButton, textView, textView2); } } } @@ -92,13 +92,13 @@ public final class r extends AppDialog { m.checkNotNullParameter(dVar2, "viewState"); r rVar = this.this$0; KProperty[] kPropertyArr = r.i; - TextView textView = rVar.g().f134c; + TextView textView = rVar.g().f152c; m.checkNotNullExpressionValue(textView, "binding.viewDialogConfirmationHeader"); - textView.setText(rVar.getString(2131893922)); + textView.setText(rVar.getString(2131893946)); TextView textView2 = rVar.g().d; m.checkNotNullExpressionValue(textView2, "binding.viewDialogConfirmationText"); - textView2.setText(rVar.getString(2131893921)); - rVar.g().b.setText(rVar.getString(2131891807)); + textView2.setText(rVar.getString(2131893945)); + rVar.g().b.setText(rVar.getString(2131891822)); rVar.g().b.setIsLoading(dVar2.b); rVar.g().b.setOnClickListener(new s(rVar)); return Unit.a; @@ -127,7 +127,7 @@ public final class r extends AppDialog { if (m.areEqual(bVar2, v.b.a.a)) { rVar.dismiss(); } else if (m.areEqual(bVar2, v.b.C0018b.a)) { - c.a.d.o.g(rVar.getContext(), 2131890598, 0, null, 12); + c.a.d.o.g(rVar.getContext(), 2131890612, 0, null, 12); } else { throw new NoWhenBranchMatchedException(); } @@ -152,14 +152,14 @@ public final class r extends AppDialog { } public r() { - super(2131559281); + super(2131559287); e eVar = e.i; h0 h0Var = new h0(this); this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(v.class), new m(1, h0Var), new j0(eVar)); } - public final n5 g() { - return (n5) this.k.getValue((Fragment) this, i[0]); + public final r5 g() { + return (r5) this.k.getValue((Fragment) this, i[0]); } public final v h() { diff --git a/app/src/main/java/c/a/a/v.java b/app/src/main/java/c/a/a/v.java index f2e4edc359..dc9be9c418 100644 --- a/app/src/main/java/c/a/a/v.java +++ b/app/src/main/java/c/a/a/v.java @@ -79,10 +79,10 @@ public final class v extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("StoreState(user="); - L.append(this.a); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("StoreState(user="); + K.append(this.a); + K.append(")"); + return K.toString(); } } @@ -121,10 +121,10 @@ public final class v extends AppViewModel { } public String toString() { - StringBuilder L = c.d.b.a.a.L("ViewState(userFlags="); - L.append(this.a); - L.append(", isBusy="); - return c.d.b.a.a.G(L, this.b, ")"); + StringBuilder K = c.d.b.a.a.K("ViewState(userFlags="); + K.append(this.a); + K.append(", isBusy="); + return c.d.b.a.a.F(K, this.b, ")"); } } diff --git a/app/src/main/java/c/a/a/y/a.java b/app/src/main/java/c/a/a/y/a.java index af90f1ccd8..b234dab87e 100644 --- a/app/src/main/java/c/a/a/y/a.java +++ b/app/src/main/java/c/a/a/y/a.java @@ -35,7 +35,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: GiftPurchasedDialog.kt */ public final class a extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a.class, "binding", "getBinding()Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0)}; public static final C0019a j = new C0019a(null); public Function0 k; public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -61,26 +61,26 @@ public final class a extends AppDialog { public p invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131363349; - TextView textView = (TextView) view2.findViewById(2131363349); + int i2 = 2131363355; + TextView textView = (TextView) view2.findViewById(2131363355); if (textView != null) { - i2 = 2131363350; - RelativeLayout relativeLayout = (RelativeLayout) view2.findViewById(2131363350); + i2 = 2131363356; + RelativeLayout relativeLayout = (RelativeLayout) view2.findViewById(2131363356); if (relativeLayout != null) { - i2 = 2131363352; - MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363352); + i2 = 2131363358; + MaterialButton materialButton = (MaterialButton) view2.findViewById(2131363358); if (materialButton != null) { - i2 = 2131363357; - LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view2.findViewById(2131363357); + i2 = 2131363363; + LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view2.findViewById(2131363363); if (linkifiedTextView != null) { - i2 = 2131363358; - MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363358); + i2 = 2131363364; + MaterialButton materialButton2 = (MaterialButton) view2.findViewById(2131363364); if (materialButton2 != null) { - i2 = 2131363359; - TextView textView2 = (TextView) view2.findViewById(2131363359); + i2 = 2131363365; + TextView textView2 = (TextView) view2.findViewById(2131363365); if (textView2 != null) { - i2 = 2131363360; - ImageView imageView = (ImageView) view2.findViewById(2131363360); + i2 = 2131363366; + ImageView imageView = (ImageView) view2.findViewById(2131363366); if (imageView != null) { return new p((LinearLayout) view2, textView, relativeLayout, materialButton, linkifiedTextView, materialButton2, textView2, imageView); } @@ -160,14 +160,14 @@ public final class a extends AppDialog { KProperty[] kPropertyArr = a.i; MaterialButton materialButton = aVar.g().d; m.checkNotNullExpressionValue(materialButton, "binding.giftEntitlementCopy"); - materialButton.setText(context.getString(2131887621)); - this.i.g().f139c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, 2130969333, 0, 2, (Object) null)); + materialButton.setText(context.getString(2131887625)); + this.i.g().f138c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, 2130969333, 0, 2, (Object) null)); } } } public a() { - super(2131558511); + super(2131558512); } public final p g() { @@ -196,7 +196,7 @@ public final class a extends AppDialog { } LinkifiedTextView linkifiedTextView = g().e; m.checkNotNullExpressionValue(linkifiedTextView, "binding.giftLinkSubtext"); - c.a.l.b.l(linkifiedTextView, 2131886538, new Object[0], new d(this)); + c.a.k.b.l(linkifiedTextView, 2131886538, new Object[0], new d(this)); GiftingUtils giftingUtils = GiftingUtils.INSTANCE; Integer iconForSku = giftingUtils.getIconForSku(inAppSku); if (iconForSku != null) { @@ -205,7 +205,7 @@ public final class a extends AppDialog { Pair pair = SubscriptionPlanType.Companion.from(inAppSku.getPaymentGatewaySkuId()).getInterval() == SubscriptionInterval.MONTHLY ? new Pair(2131886533, 2131755023) : new Pair(2131886536, 2131755026); int intValue = ((Number) pair.component1()).intValue(); int intValue2 = ((Number) pair.component2()).intValue(); - String string2 = getString(giftingUtils.getTierForSku(inAppSku.getSkuId()) == PremiumTier.TIER_1 ? 2131892452 : 2131892454); + String string2 = getString(giftingUtils.getTierForSku(inAppSku.getSkuId()) == PremiumTier.TIER_1 ? 2131892467 : 2131892469); m.checkNotNullExpressionValue(string2, "getString(\n if (G…ring.premium_tier_2\n )"); TextView textView = g().g; m.checkNotNullExpressionValue(textView, "binding.giftPurchasedDialogSubtext"); @@ -213,7 +213,7 @@ public final class a extends AppDialog { Context context = getContext(); objArr[0] = context != null ? StringResourceUtilsKt.getI18nPluralString(context, intValue2, 1, 1) : null; objArr[1] = string2; - textView.setText(c.a.l.b.j(this, intValue, objArr, null, 4)); + textView.setText(c.a.k.b.j(this, intValue, objArr, null, 4)); String string3 = getArgumentsOrDefault().getString("ARG_GIFT_CODE", ""); m.checkNotNullExpressionValue(string3, "giftCode"); String generateGiftUrl = giftingUtils.generateGiftUrl(string3); diff --git a/app/src/main/java/c/a/a/y/c.java b/app/src/main/java/c/a/a/y/c.java index e02cf1d93a..cc7d340c4a 100644 --- a/app/src/main/java/c/a/a/y/c.java +++ b/app/src/main/java/c/a/a/y/c.java @@ -10,7 +10,7 @@ import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; import androidx.fragment.app.FragmentManager; import c.a.d.f; -import c.a.i.z3; +import c.a.i.b4; import com.discord.api.application.Application; import com.discord.api.premium.SubscriptionPlan; import com.discord.app.AppDialog; @@ -48,7 +48,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: WidgetGiftAcceptDialog.kt */ public final class c extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(c.class, "binding", "getBinding()Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(c.class, "binding", "getBinding()Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0)}; public static final a j = new a(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -100,17 +100,17 @@ public final class c extends AppDialog { } /* compiled from: WidgetGiftAcceptDialog.kt */ - public static final /* synthetic */ class b extends k implements Function1 { + public static final /* synthetic */ class b extends k implements Function1 { public static final b i = new b(); public b() { - super(1, z3.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0); + super(1, b4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0); } /* 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 z3 invoke(View view) { + public b4 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = 2131361813; @@ -140,7 +140,7 @@ public final class c extends AppDialog { i2 = 2131361821; ProgressBar progressBar = (ProgressBar) view2.findViewById(2131361821); if (progressBar != null) { - return new z3((LinearLayout) view2, linearLayout, simpleDraweeView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar); + return new b4((LinearLayout) view2, linearLayout, simpleDraweeView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar); } } } @@ -216,14 +216,14 @@ public final class c extends AppDialog { str = ""; } CharSequence i2 = cVar2.i(gift); - LinearLayout linearLayout = c.d.b.a.a.n0(c.d.b.a.a.n0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.l.b.j(cVar2, 2131889036, new Object[]{str}, null, 4) : c.a.l.b.j(cVar2, 2131889035, new Object[0], null, 4), cVar2).f191c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.l.b.j(cVar2, 2131889017, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.l.b.j(cVar2, 2131889018, new Object[]{i2}, null, 4) : c.a.l.b.j(cVar2, 2131889016, new Object[]{str}, null, 4), cVar2).e; + LinearLayout linearLayout = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.k.b.j(cVar2, 2131889042, new Object[]{str}, null, 4) : c.a.k.b.j(cVar2, 2131889041, new Object[0], null, 4), cVar2).f67c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.j(cVar2, 2131889023, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.j(cVar2, 2131889024, new Object[]{i2}, null, 4) : c.a.k.b.j(cVar2, 2131889022, new Object[]{str}, null, 4), cVar2).e; m.checkNotNullExpressionValue(linearLayout, "binding.acceptGiftDisclaimerContainer"); linearLayout.setVisibility(8); MaterialButton materialButton = cVar2.h().d; m.checkNotNullExpressionValue(materialButton, "binding.acceptGiftConfirm"); Context context = cVar2.getContext(); if (context != null) { - charSequence = context.getText(2131889031); + charSequence = context.getText(2131889037); } materialButton.setText(charSequence); cVar2.h().d.setOnClickListener(new d(cVar2)); @@ -234,16 +234,16 @@ public final class c extends AppDialog { cVar3.g(gift2); TextView textView = cVar3.h().h; m.checkNotNullExpressionValue(textView, "binding.acceptGiftHeader"); - c.a.l.b.m(textView, 2131889034, new Object[0], null, 4); - TextView textView2 = cVar3.h().f191c; + c.a.k.b.m(textView, 2131889040, new Object[0], null, 4); + TextView textView2 = cVar3.h().f67c; m.checkNotNullExpressionValue(textView2, "binding.acceptGiftBodyText"); - c.a.l.b.m(textView2, 2131889001, new Object[0], null, 4); + c.a.k.b.m(textView2, 2131889007, new Object[0], null, 4); LinearLayout linearLayout2 = cVar3.h().e; m.checkNotNullExpressionValue(linearLayout2, "binding.acceptGiftDisclaimerContainer"); linearLayout2.setVisibility(8); MaterialButton materialButton2 = cVar3.h().d; m.checkNotNullExpressionValue(materialButton2, "binding.acceptGiftConfirm"); - c.a.l.b.m(materialButton2, 2131889027, new Object[0], null, 4); + c.a.k.b.m(materialButton2, 2131889033, new Object[0], null, 4); cVar3.h().d.setOnClickListener(new e(cVar3)); } else { c cVar4 = this.this$0; @@ -252,7 +252,7 @@ public final class c extends AppDialog { cVar4.g(gift3); ModelStoreListing storeListing2 = gift3.getStoreListing(); String name = (storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? null : sku2.getName(); - LinearLayout linearLayout3 = c.d.b.a.a.n0(c.d.b.a.a.n0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.l.b.j(cVar4, 2131889033, new Object[]{name}, null, 4) : c.a.l.b.j(cVar4, 2131889032, new Object[0], null, 4), cVar4).f191c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.l.b.j(cVar4, 2131889003, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.l.b.j(cVar4, 2131889002, new Object[]{name}, null, 4), cVar4).e; + LinearLayout linearLayout3 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.k.b.j(cVar4, 2131889039, new Object[]{name}, null, 4) : c.a.k.b.j(cVar4, 2131889038, new Object[0], null, 4), cVar4).f67c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.j(cVar4, 2131889009, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.j(cVar4, 2131889008, new Object[]{name}, null, 4), cVar4).e; m.checkNotNullExpressionValue(linearLayout3, "binding.acceptGiftDisclaimerContainer"); if (!gift3.isAnyNitroGift()) { i = 8; @@ -262,7 +262,7 @@ public final class c extends AppDialog { m.checkNotNullExpressionValue(materialButton3, "binding.acceptGiftConfirm"); Context context2 = cVar4.getContext(); if (context2 != null) { - charSequence = context2.getText(2131889025); + charSequence = context2.getText(2131889031); } materialButton3.setText(charSequence); cVar4.h().d.setOnClickListener(new f(gift3)); @@ -280,7 +280,7 @@ public final class c extends AppDialog { ProgressBar progressBar = cVar5.h().i; m.checkNotNullExpressionValue(progressBar, "binding.acceptGiftProgress"); progressBar.setVisibility(0); - LinearLayout linearLayout4 = c.d.b.a.a.n0(c.d.b.a.a.n0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.l.b.j(cVar5, 2131889033, new Object[]{name2}, null, 4) : c.a.l.b.j(cVar5, 2131889032, new Object[0], null, 4), cVar5).f191c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.l.b.j(cVar5, 2131889003, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.l.b.j(cVar5, 2131889002, new Object[]{name2}, null, 4), cVar5).e; + LinearLayout linearLayout4 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.k.b.j(cVar5, 2131889039, new Object[]{name2}, null, 4) : c.a.k.b.j(cVar5, 2131889038, new Object[0], null, 4), cVar5).f67c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.j(cVar5, 2131889009, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.j(cVar5, 2131889008, new Object[]{name2}, null, 4), cVar5).e; m.checkNotNullExpressionValue(linearLayout4, "binding.acceptGiftDisclaimerContainer"); if (!gift4.isAnyNitroGift()) { i = 8; @@ -294,38 +294,38 @@ public final class c extends AppDialog { cVar6.g(redeemedFailed.getGift()); TextView textView3 = cVar6.h().h; m.checkNotNullExpressionValue(textView3, "binding.acceptGiftHeader"); - textView3.setText(c.a.l.b.j(cVar6, 2131889034, new Object[0], null, 4)); - TextView textView4 = cVar6.h().f191c; + textView3.setText(c.a.k.b.j(cVar6, 2131889040, new Object[0], null, 4)); + TextView textView4 = cVar6.h().f67c; m.checkNotNullExpressionValue(textView4, "binding.acceptGiftBodyText"); - c.a.l.b.m(textView4, 2131889023, new Object[0], null, 4); + c.a.k.b.m(textView4, 2131889029, new Object[0], null, 4); if (redeemedFailed.getCanRetry()) { - TextView textView5 = cVar6.h().f191c; + TextView textView5 = cVar6.h().f67c; m.checkNotNullExpressionValue(textView5, "binding.acceptGiftBodyText"); - c.a.l.b.m(textView5, 2131889023, new Object[0], null, 4); + c.a.k.b.m(textView5, 2131889029, new Object[0], null, 4); MaterialButton materialButton5 = cVar6.h().d; m.checkNotNullExpressionValue(materialButton5, "binding.acceptGiftConfirm"); Context context3 = cVar6.getContext(); if (context3 != null) { - charSequence = context3.getText(2131892812); + charSequence = context3.getText(2131892829); } materialButton5.setText(charSequence); cVar6.h().d.setOnClickListener(new f(0, redeemedFailed)); } else { Integer errorCode = redeemedFailed.getErrorCode(); if (errorCode != null && errorCode.intValue() == 50054) { - cVar6.h().f191c.setText(2131889010); + cVar6.h().f67c.setText(2131889016); } else if (errorCode != null && errorCode.intValue() == 100024) { - cVar6.h().f191c.setText(2131889006); + cVar6.h().f67c.setText(2131889012); } else if (errorCode != null && errorCode.intValue() == 100022) { - cVar6.h().f191c.setText(2131889007); + cVar6.h().f67c.setText(2131889013); } else if (errorCode != null && errorCode.intValue() == 100025) { - cVar6.h().f191c.setText(2131889005); + cVar6.h().f67c.setText(2131889011); } MaterialButton materialButton6 = cVar6.h().d; m.checkNotNullExpressionValue(materialButton6, "binding.acceptGiftConfirm"); Context context4 = cVar6.getContext(); if (context4 != null) { - charSequence = context4.getText(2131889027); + charSequence = context4.getText(2131889033); } materialButton6.setText(charSequence); cVar6.h().d.setOnClickListener(new f(1, cVar6)); @@ -339,7 +339,7 @@ public final class c extends AppDialog { } public c() { - super(2131558843); + super(2131558845); } public final void g(ModelGift modelGift) { @@ -374,8 +374,8 @@ public final class c extends AppDialog { progressBar.setVisibility(8); } - public final z3 h() { - return (z3) this.k.getValue((Fragment) this, i[0]); + public final b4 h() { + return (b4) this.k.getValue((Fragment) this, i[0]); } public final CharSequence i(ModelGift modelGift) { @@ -397,10 +397,10 @@ public final class c extends AppDialog { CharSequence i18nPluralString = StringResourceUtilsKt.getI18nPluralString(requireContext, i2, subscriptionPlan.c(), Integer.valueOf(subscriptionPlan.c())); int ordinal2 = subscriptionPlan.b().ordinal(); if (ordinal2 == 0) { - return c.a.l.b.j(this, 2131889037, new Object[]{i18nPluralString}, null, 4); + return c.a.k.b.j(this, 2131889043, new Object[]{i18nPluralString}, null, 4); } if (ordinal2 == 1) { - return c.a.l.b.j(this, 2131889038, new Object[]{i18nPluralString}, null, 4); + return c.a.k.b.j(this, 2131889044, new Object[]{i18nPluralString}, null, 4); } throw new NoWhenBranchMatchedException(); } @@ -434,7 +434,7 @@ public final class c extends AppDialog { } LinkifiedTextView linkifiedTextView = h().f; m.checkNotNullExpressionValue(linkifiedTextView, "binding.acceptGiftDisclaimerText"); - c.a.l.b.m(linkifiedTextView, 2131889004, new Object[]{f.a.a(360055386693L, null)}, null, 4); + c.a.k.b.m(linkifiedTextView, 2131889010, new Object[]{f.a.a(360055386693L, null)}, null, 4); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(StoreStream.Companion.getGifting().requestGift(string), this, null, 2, null), c.class, (Context) null, (Function1) null, new C0021c(this), (Function0) null, (Function0) null, new d(this), 54, (Object) null); } } diff --git a/app/src/main/java/c/a/d/e.java b/app/src/main/java/c/a/d/e.java index 38fe4414bc..269e6043c7 100644 --- a/app/src/main/java/c/a/d/e.java +++ b/app/src/main/java/c/a/d/e.java @@ -1,6 +1,6 @@ package c.a.d; -import c.a.l.b; +import c.a.k.b; import com.discord.app.AppFragment; import d0.z.d.m; import d0.z.d.o; @@ -23,7 +23,7 @@ public final class e extends o implements Function1 { Exception exc2 = exc; m.checkNotNullParameter(exc2, "e"); AppFragment appFragment = this.this$0.this$0; - o.j(appFragment, b.j(appFragment, 2131894247, new Object[]{exc2.getMessage()}, null, 4), 0, 4); + o.j(appFragment, b.j(appFragment, 2131894272, new Object[]{exc2.getMessage()}, null, 4), 0, 4); return Unit.a; } } diff --git a/app/src/main/java/c/a/d/f.java b/app/src/main/java/c/a/d/f.java index 76e3c6e69a..88b307623a 100644 --- a/app/src/main/java/c/a/d/f.java +++ b/app/src/main/java/c/a/d/f.java @@ -10,31 +10,31 @@ public final class f { public static final f a = new f(); public static final String c() { - StringBuilder P = a.P("https://support.discord.com", "/hc/"); + StringBuilder O = a.O("https://support.discord.com", "/hc/"); String locale = StoreStream.Companion.getUserSettingsSystem().getLocale(); Objects.requireNonNull(locale, "null cannot be cast to non-null type java.lang.String"); String lowerCase = locale.toLowerCase(); m.checkNotNullExpressionValue(lowerCase, "(this as java.lang.String).toLowerCase()"); - P.append(lowerCase); - P.append("/requests/new"); - return P.toString(); + O.append(lowerCase); + O.append("/requests/new"); + return O.toString(); } public final String a(long j, String str) { if (str != null) { - StringBuilder P = a.P("https://support.discord.com", "/hc/"); - P.append(b()); - P.append("/articles/"); - P.append(j); - P.append('#'); - P.append(str); - return P.toString(); + StringBuilder O = a.O("https://support.discord.com", "/hc/"); + O.append(b()); + O.append("/articles/"); + O.append(j); + O.append('#'); + O.append(str); + return O.toString(); } - StringBuilder P2 = a.P("https://support.discord.com", "/hc/"); - P2.append(b()); - P2.append("/articles/"); - P2.append(j); - return P2.toString(); + StringBuilder O2 = a.O("https://support.discord.com", "/hc/"); + O2.append(b()); + O2.append("/articles/"); + O2.append(j); + return O2.toString(); } @SuppressLint({"DefaultLocale"}) diff --git a/app/src/main/java/c/a/d/j.java b/app/src/main/java/c/a/d/j.java index 58f05768d7..d147c6f377 100644 --- a/app/src/main/java/c/a/d/j.java +++ b/app/src/main/java/c/a/d/j.java @@ -86,7 +86,7 @@ public final class j implements AppPermissionsRequests { m.checkNotNullParameter(map, "it"); Function0 function0 = this.$onFailure; if (function0 == null || ((Unit) function0.mo1invoke()) == null) { - j.a(this.this$0, 2131892004); + j.a(this.this$0, 2131892019); } return Unit.a; } @@ -127,7 +127,7 @@ public final class j implements AppPermissionsRequests { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Map map) { m.checkNotNullParameter(map, "it"); - j.a(this.this$0, 2131891997); + j.a(this.this$0, 2131892012); return Unit.a; } } @@ -147,7 +147,7 @@ public final class j implements AppPermissionsRequests { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Map map) { m.checkNotNullParameter(map, "it"); - j.a(this.this$0, 2131891998); + j.a(this.this$0, 2131892013); return Unit.a; } } @@ -196,7 +196,7 @@ public final class j implements AppPermissionsRequests { m.checkNotNullParameter(map, "it"); Function0 function0 = this.$onFailure; if (function0 == null || ((Unit) function0.mo1invoke()) == null) { - j.a(this.this$0, 2131891999); + j.a(this.this$0, 2131892014); } return Unit.a; } @@ -223,16 +223,16 @@ public final class j implements AppPermissionsRequests { obj = Boolean.FALSE; } if (!((Boolean) obj).booleanValue()) { - j.a(this.this$0, 2131891999); + j.a(this.this$0, 2131892014); } else { Object obj2 = map2.get("android.permission.CAMERA"); if (obj2 == null) { obj2 = Boolean.FALSE; } if (!((Boolean) obj2).booleanValue()) { - j.a(this.this$0, 2131891516); + j.a(this.this$0, 2131891531); } else { - j.a(this.this$0, 2131891516); + j.a(this.this$0, 2131891531); } } return Unit.a; diff --git a/app/src/main/java/c/a/d/o.java b/app/src/main/java/c/a/d/o.java index 3a68dc99aa..bdf43bf2ff 100644 --- a/app/src/main/java/c/a/d/o.java +++ b/app/src/main/java/c/a/d/o.java @@ -40,7 +40,7 @@ public final class o { public static /* synthetic */ void c(Context context, CharSequence charSequence, int i, int i2) { if ((i2 & 4) != 0) { - i = 2131887622; + i = 2131887626; } a(context, charSequence, i); } @@ -53,7 +53,7 @@ public final class o { SimpleDraweeSpanTextView simpleDraweeSpanTextView; if (context != null) { Toast toast = new Toast(context); - ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(context, 2131952582); + ContextThemeWrapper contextThemeWrapper = new ContextThemeWrapper(context, 2131952581); if (charSequence instanceof DraweeSpanStringBuilder) { SimpleDraweeSpanTextView simpleDraweeSpanTextView2 = new SimpleDraweeSpanTextView(contextThemeWrapper); simpleDraweeSpanTextView2.setDraweeSpanStringBuilder((DraweeSpanStringBuilder) charSequence); diff --git a/app/src/main/java/c/a/d/p0.java b/app/src/main/java/c/a/d/p0.java deleted file mode 100644 index 4aea020bd8..0000000000 --- a/app/src/main/java/c/a/d/p0.java +++ /dev/null @@ -1,21 +0,0 @@ -package c.a.d; - -import com.discord.models.experiments.domain.Experiment; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: RebrandFeatureFlag.kt */ -public final class p0 extends o implements Function1 { - public static final p0 i = new p0(); - - public p0() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(Experiment experiment) { - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/d/r0/a.java b/app/src/main/java/c/a/d/p0/a.java similarity index 92% rename from app/src/main/java/c/a/d/r0/a.java rename to app/src/main/java/c/a/d/p0/a.java index cbd4896276..01e6c118cc 100644 --- a/app/src/main/java/c/a/d/r0/a.java +++ b/app/src/main/java/c/a/d/p0/a.java @@ -1,4 +1,4 @@ -package c.a.d.r0; +package c.a.d.p0; import d0.t.m0; import java.util.Set; diff --git a/app/src/main/java/c/a/d/r0/b.java b/app/src/main/java/c/a/d/p0/b.java similarity index 99% rename from app/src/main/java/c/a/d/r0/b.java rename to app/src/main/java/c/a/d/p0/b.java index fdf5fe96d3..2d34b84282 100644 --- a/app/src/main/java/c/a/d/r0/b.java +++ b/app/src/main/java/c/a/d/p0/b.java @@ -1,4 +1,4 @@ -package c.a.d.r0; +package c.a.d.p0; import android.net.Uri; import d0.g0.i; diff --git a/app/src/main/java/c/a/d/q0.java b/app/src/main/java/c/a/d/q0.java deleted file mode 100644 index 763272f1c4..0000000000 --- a/app/src/main/java/c/a/d/q0.java +++ /dev/null @@ -1,32 +0,0 @@ -package c.a.d; - -import com.discord.app.RebrandFeatureFlag; -import com.discord.models.experiments.domain.Experiment; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: RebrandFeatureFlag.kt */ -public final class q0 extends o implements Function1 { - public final /* synthetic */ RebrandFeatureFlag this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public q0(RebrandFeatureFlag rebrandFeatureFlag) { - super(1); - this.this$0 = rebrandFeatureFlag; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(Experiment experiment) { - Experiment experiment2 = experiment; - this.this$0.d = experiment2 != null ? experiment2.getBucket() : -1; - RebrandFeatureFlag rebrandFeatureFlag = RebrandFeatureFlag.f1593c; - boolean z2 = true; - if (this.this$0.d < 1) { - z2 = false; - } - RebrandFeatureFlag.b = z2; - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/f/a.java b/app/src/main/java/c/a/f/a.java index ccdebb3065..c24b709a9f 100644 --- a/app/src/main/java/c/a/f/a.java +++ b/app/src/main/java/c/a/f/a.java @@ -107,19 +107,19 @@ public final class a implements View.OnClickListener { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("{[Data: "); - L.append(this.n); - L.append(']'); - L.append("[Label: "); - L.append(this.k); - L.append(']'); - L.append("[PhotoUri: "); - L.append(this.l); - L.append(']'); - L.append("[IsIndelible"); - L.append(this.o); - L.append(']'); - L.append('}'); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("{[Data: "); + K.append(this.n); + K.append(']'); + K.append("[Label: "); + K.append(this.k); + K.append(']'); + K.append("[PhotoUri: "); + K.append(this.l); + K.append(']'); + K.append("[IsIndelible"); + K.append(this.o); + K.append(']'); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/c/a/g/d.java b/app/src/main/java/c/a/g/d.java index 109f9ca167..9035b6cb14 100644 --- a/app/src/main/java/c/a/g/d.java +++ b/app/src/main/java/c/a/g/d.java @@ -49,6 +49,6 @@ public final class d { sb.append(Arrays.toString(a())); sb.append(']'); sb.append("[Population: "); - return a.w(sb, this.e, ']'); + return a.v(sb, this.e, ']'); } } diff --git a/app/src/main/java/c/a/i/a3.java b/app/src/main/java/c/a/i/a3.java index a3171db0a6..61c6bee849 100644 --- a/app/src/main/java/c/a/i/a3.java +++ b/app/src/main/java/c/a/i/a3.java @@ -4,22 +4,22 @@ import android.view.View; import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: ViewServerSettingsRegionHelpBinding */ +import com.discord.views.CheckedSetting; +/* compiled from: ViewServerSettingsNotificationsBinding */ public final class a3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final LinkifiedTextView b; + public final CheckedSetting b; @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f62c; + public final CheckedSetting f62c; - public a3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) { + public a3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; - this.b = linkifiedTextView; - this.f62c = linearLayout2; + this.b = checkedSetting; + this.f62c = checkedSetting2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/a4.java b/app/src/main/java/c/a/i/a4.java index 366b4eb6bd..7d559fb42e 100644 --- a/app/src/main/java/c/a/i/a4.java +++ b/app/src/main/java/c/a/i/a4.java @@ -1,27 +1,28 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; +import android.widget.ImageView; +import android.widget.SeekBar; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetAuthMfaInfoBinding */ +/* compiled from: VolumeSliderViewBinding */ public final class a4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final MaterialButton b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f63c; + public final ImageView f63c; + @NonNull + public final SeekBar d; - public a4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { - this.a = linearLayout; - this.b = materialButton; - this.f63c = linkifiedTextView; + public a4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { + this.a = view; + this.b = imageView; + this.f63c = imageView2; + this.d = seekBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/a5.java b/app/src/main/java/c/a/i/a5.java index 0378802bd3..473f388fca 100644 --- a/app/src/main/java/c/a/i/a5.java +++ b/app/src/main/java/c/a/i/a5.java @@ -1,32 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetMaskedLinksDialogBinding */ +/* compiled from: WidgetHomePanelCenterContentUnreadBinding */ public final class a5 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final TextView b; - @NonNull + public final TextView a; - /* renamed from: c reason: collision with root package name */ - public final MaterialButton f64c; - @NonNull - public final MaterialButton d; - @NonNull - public final TextView e; - - public a5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = linearLayout; - this.b = textView; - this.f64c = materialButton; - this.d = materialButton2; - this.e = textView2; + public a5(@NonNull TextView textView, @NonNull TextView textView2) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b.java b/app/src/main/java/c/a/i/b.java index 62df684353..450d864efd 100644 --- a/app/src/main/java/c/a/i/b.java +++ b/app/src/main/java/c/a/i/b.java @@ -16,7 +16,7 @@ public final class b implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RadioGroup f65c; + public final RadioGroup f64c; @NonNull public final MaterialRadioButton d; @NonNull @@ -27,7 +27,7 @@ public final class b implements ViewBinding { public b(@NonNull LinearLayout linearLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull TextView textView, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4) { this.a = linearLayout; this.b = materialRadioButton; - this.f65c = radioGroup; + this.f64c = radioGroup; this.d = materialRadioButton2; this.e = materialRadioButton3; this.f = materialRadioButton4; diff --git a/app/src/main/java/c/a/i/b0.java b/app/src/main/java/c/a/i/b0.java index 0426b5c20e..c84dd54fa4 100644 --- a/app/src/main/java/c/a/i/b0.java +++ b/app/src/main/java/c/a/i/b0.java @@ -16,12 +16,12 @@ public final class b0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f66c; + public final MaterialButton f65c; public b0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = phoneOrEmailInputView; - this.f66c = materialButton; + this.f65c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b3.java b/app/src/main/java/c/a/i/b3.java index 0f6f22df6c..1a698ccef2 100644 --- a/app/src/main/java/c/a/i/b3.java +++ b/app/src/main/java/c/a/i/b3.java @@ -1,12 +1,12 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.CheckedSetting; -/* compiled from: ViewServerSettingsSystemChannelWrapBinding */ +/* compiled from: ViewServerSettingsRegionBinding */ public final class b3 implements ViewBinding { @NonNull public final LinearLayout a; @@ -15,18 +15,15 @@ public final class b3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f67c; + public final ImageView f66c; @NonNull - public final CheckedSetting d; - @NonNull - public final LinearLayout e; + public final LinearLayout d; - public b3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) { + public b3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f67c = checkedSetting; - this.d = checkedSetting2; - this.e = linearLayout2; + this.f66c = imageView; + this.d = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b4.java b/app/src/main/java/c/a/i/b4.java index f4b3731da8..8ac0a8ffab 100644 --- a/app/src/main/java/c/a/i/b4.java +++ b/app/src/main/java/c/a/i/b4.java @@ -1,18 +1,48 @@ package c.a.i; import android.view.View; +import android.widget.LinearLayout; +import android.widget.ProgressBar; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetCallFullscreenAudioShareWarningBinding */ +import com.discord.app.AppViewFlipper; +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetAcceptGiftDialogBinding */ public final class b4 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; + @NonNull + public final SimpleDraweeView b; @NonNull - public final View b; - public b4(@NonNull View view, @NonNull View view2) { - this.a = view; - this.b = view2; + /* renamed from: c reason: collision with root package name */ + public final TextView f67c; + @NonNull + public final MaterialButton d; + @NonNull + public final LinearLayout e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final AppViewFlipper g; + @NonNull + public final TextView h; + @NonNull + public final ProgressBar i; + + public b4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView2, @NonNull ProgressBar progressBar) { + this.a = linearLayout; + this.b = simpleDraweeView; + this.f67c = textView; + this.d = materialButton; + this.e = linearLayout3; + this.f = linkifiedTextView; + this.g = appViewFlipper; + this.h = textView2; + this.i = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b5.java b/app/src/main/java/c/a/i/b5.java index 6fff9104fd..b9806bd771 100644 --- a/app/src/main/java/c/a/i/b5.java +++ b/app/src/main/java/c/a/i/b5.java @@ -1,16 +1,27 @@ package c.a.i; import android.view.View; -import android.widget.RadioButton; +import android.widget.FrameLayout; +import android.widget.RelativeLayout; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetMemberVerificationMultipleChoiceRadioItemBinding */ +/* compiled from: WidgetHomePanelLeftBinding */ public final class b5 implements ViewBinding { @NonNull - public final RadioButton a; + public final RelativeLayout a; + @NonNull + public final TextView b; + @NonNull - public b5(@NonNull RadioButton radioButton) { - this.a = radioButton; + /* renamed from: c reason: collision with root package name */ + public final FragmentContainerView f68c; + + public b5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { + this.a = relativeLayout; + this.b = textView; + this.f68c = fragmentContainerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c.java b/app/src/main/java/c/a/i/c.java index 1ef79cde2f..6232d10d52 100644 --- a/app/src/main/java/c/a/i/c.java +++ b/app/src/main/java/c/a/i/c.java @@ -15,14 +15,14 @@ public final class c implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f68c; + public final TextView f69c; @NonNull public final MaxHeightRecyclerView d; public c(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView, @NonNull MaxHeightRecyclerView maxHeightRecyclerView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f68c = textView; + this.f69c = textView; this.d = maxHeightRecyclerView; } diff --git a/app/src/main/java/c/a/i/c0.java b/app/src/main/java/c/a/i/c0.java index 9c14ca2619..9a1e8b3d99 100644 --- a/app/src/main/java/c/a/i/c0.java +++ b/app/src/main/java/c/a/i/c0.java @@ -16,7 +16,7 @@ public final class c0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f69c; + public final LoadingButton f70c; @NonNull public final View d; @NonNull @@ -25,7 +25,7 @@ public final class c0 implements ViewBinding { public c0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull g0 g0Var) { this.a = constraintLayout; this.b = textView; - this.f69c = loadingButton; + this.f70c = loadingButton; this.d = view; this.e = g0Var; } diff --git a/app/src/main/java/c/a/i/c1.java b/app/src/main/java/c/a/i/c1.java index 0a928c9e1f..5f9f02d1ee 100644 --- a/app/src/main/java/c/a/i/c1.java +++ b/app/src/main/java/c/a/i/c1.java @@ -16,7 +16,7 @@ public final class c1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f70c; + public final TextView f71c; @NonNull public final TextSwitcher d; @NonNull @@ -25,7 +25,7 @@ public final class c1 implements ViewBinding { public c1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = linearLayout; this.b = textView; - this.f70c = textView2; + this.f71c = textView2; this.d = textSwitcher; this.e = simpleDraweeSpanTextView; } diff --git a/app/src/main/java/c/a/i/c2.java b/app/src/main/java/c/a/i/c2.java index 91b0c91d69..d03d58c59c 100644 --- a/app/src/main/java/c/a/i/c2.java +++ b/app/src/main/java/c/a/i/c2.java @@ -14,12 +14,12 @@ public final class c2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressBar f71c; + public final ProgressBar f72c; public c2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { this.a = view; this.b = materialButton; - this.f71c = progressBar; + this.f72c = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c3.java b/app/src/main/java/c/a/i/c3.java index 046accd3eb..6138dc2de4 100644 --- a/app/src/main/java/c/a/i/c3.java +++ b/app/src/main/java/c/a/i/c3.java @@ -1,44 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.floatingactionbutton.FloatingActionButton; -/* compiled from: ViewServerSettingsUploadBannerBinding */ +/* compiled from: ViewServerSettingsRegionHelpBinding */ public final class c3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final FrameLayout b; + public final LinkifiedTextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f72c; - @NonNull - public final SimpleDraweeView d; - @NonNull - public final FloatingActionButton e; - @NonNull - public final LinkifiedTextView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; + public final LinearLayout f73c; - public c3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FloatingActionButton floatingActionButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { + public c3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; - this.b = frameLayout; - this.f72c = textView; - this.d = simpleDraweeView; - this.e = floatingActionButton; - this.f = linkifiedTextView; - this.g = textView2; - this.h = textView3; + this.b = linkifiedTextView; + this.f73c = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c4.java b/app/src/main/java/c/a/i/c4.java index 561a274431..b8090622f0 100644 --- a/app/src/main/java/c/a/i/c4.java +++ b/app/src/main/java/c/a/i/c4.java @@ -2,45 +2,26 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView; -import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView; -/* compiled from: WidgetCallFullscreenPrivateCallBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetAuthMfaInfoBinding */ public final class c4 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull - public final PrivateCallBlurredGridView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f73c; - @NonNull - public final RelativeLayout d; - @NonNull - public final LinearLayout e; - @NonNull - public final PrivateCallGridView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; + public final LinkifiedTextView f74c; - public c4(@NonNull RelativeLayout relativeLayout, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout, @NonNull PrivateCallGridView privateCallGridView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { - this.a = relativeLayout; - this.b = privateCallBlurredGridView; - this.f73c = textView; - this.d = relativeLayout2; - this.e = linearLayout; - this.f = privateCallGridView; - this.g = textView2; - this.h = textView3; - this.i = textView4; + public c4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { + this.a = linearLayout; + this.b = materialButton; + this.f74c = linkifiedTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c5.java b/app/src/main/java/c/a/i/c5.java index 692785d4f5..ea6aa982e0 100644 --- a/app/src/main/java/c/a/i/c5.java +++ b/app/src/main/java/c/a/i/c5.java @@ -2,57 +2,19 @@ package c.a.i; import android.view.View; import android.widget.FrameLayout; -import android.widget.LinearLayout; -import android.widget.SeekBar; -import android.widget.Space; -import android.widget.TextView; +import android.widget.ImageView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetMusicRichPresenceBinding */ +/* compiled from: WidgetHomePanelLoadingBinding */ public final class c5 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final LinearLayout b; + public final FrameLayout a; @NonNull + public final ImageView b; - /* renamed from: c reason: collision with root package name */ - public final TextView f74c; - @NonNull - public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final SimpleDraweeView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final MaterialButton i; - @NonNull - public final SeekBar j; - @NonNull - public final TextView k; - @NonNull - public final TextView l; - - public c5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull SeekBar seekBar, @NonNull TextView textView5, @NonNull TextView textView6) { - this.a = linearLayout; - this.b = linearLayout2; - this.f74c = textView; - this.d = textView2; - this.e = simpleDraweeView; - this.f = simpleDraweeView2; - this.g = textView3; - this.h = textView4; - this.i = materialButton; - this.j = seekBar; - this.k = textView5; - this.l = textView6; + public c5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) { + this.a = frameLayout; + this.b = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d3.java b/app/src/main/java/c/a/i/d3.java index 60ecf04eb7..fdf79fb18e 100644 --- a/app/src/main/java/c/a/i/d3.java +++ b/app/src/main/java/c/a/i/d3.java @@ -1,44 +1,32 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.floatingactionbutton.FloatingActionButton; -/* compiled from: ViewServerSettingsUploadSplashBinding */ +import com.discord.views.CheckedSetting; +/* compiled from: ViewServerSettingsSystemChannelWrapBinding */ public final class d3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final FrameLayout b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f79c; + public final CheckedSetting f79c; @NonNull - public final TextView d; + public final CheckedSetting d; @NonNull - public final SimpleDraweeView e; - @NonNull - public final LinkifiedTextView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; + public final LinearLayout e; - public d3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { + public d3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; - this.b = frameLayout; - this.f79c = floatingActionButton; - this.d = textView; - this.e = simpleDraweeView; - this.f = linkifiedTextView; - this.g = textView2; - this.h = textView3; + this.b = textView; + this.f79c = checkedSetting; + this.d = checkedSetting2; + this.e = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d4.java b/app/src/main/java/c/a/i/d4.java index c226e2bf1a..17d3074dd3 100644 --- a/app/src/main/java/c/a/i/d4.java +++ b/app/src/main/java/c/a/i/d4.java @@ -1,26 +1,18 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChannelSettingsCannotDeleteBinding */ +/* compiled from: WidgetCallFullscreenAudioShareWarningBinding */ public final class d4 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final TextView b; + public final View a; @NonNull + public final View b; - /* renamed from: c reason: collision with root package name */ - public final MaterialButton f80c; - - public d4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { - this.a = linearLayout; - this.b = textView; - this.f80c = materialButton; + public d4(@NonNull View view, @NonNull View view2) { + this.a = view; + this.b = view2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d5.java b/app/src/main/java/c/a/i/d5.java index 41fbd19b33..6da9fe261e 100644 --- a/app/src/main/java/c/a/i/d5.java +++ b/app/src/main/java/c/a/i/d5.java @@ -1,44 +1,26 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.Space; -import android.widget.TextView; +import android.widget.FrameLayout; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; +import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetPlatformRichPresenceBinding */ +import com.discord.utilities.view.rounded.RoundedRelativeLayout; +/* compiled from: WidgetHomePanelRightBinding */ public final class d5 implements ViewBinding { @NonNull - public final LinearLayout a; + public final FrameLayout a; @NonNull - public final LinearLayout b; + public final RoundedRelativeLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f81c; - @NonNull - public final SimpleDraweeView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final MaterialButton f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; + public final FragmentContainerView f80c; - public d5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = linearLayout; - this.b = linearLayout2; - this.f81c = textView; - this.d = simpleDraweeView; - this.e = simpleDraweeView2; - this.f = materialButton; - this.g = textView2; - this.h = textView3; + public d5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { + this.a = frameLayout; + this.b = roundedRelativeLayout; + this.f80c = fragmentContainerView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e.java b/app/src/main/java/c/a/i/e.java index 50dae6381b..b2a9030bd1 100644 --- a/app/src/main/java/c/a/i/e.java +++ b/app/src/main/java/c/a/i/e.java @@ -15,12 +15,12 @@ public final class e implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f82c; + public final MaterialButton f81c; public e(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f82c = materialButton; + this.f81c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e0.java b/app/src/main/java/c/a/i/e0.java index c181d12566..2caa34f626 100644 --- a/app/src/main/java/c/a/i/e0.java +++ b/app/src/main/java/c/a/i/e0.java @@ -17,12 +17,12 @@ public final class e0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f83c; + public final LoadingButton f82c; public e0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = recyclerView; - this.f83c = loadingButton; + this.f82c = loadingButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e2.java b/app/src/main/java/c/a/i/e2.java index 49da2d87b2..18e8c5a574 100644 --- a/app/src/main/java/c/a/i/e2.java +++ b/app/src/main/java/c/a/i/e2.java @@ -17,14 +17,14 @@ public final class e2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f84c; + public final SimpleDraweeView f83c; @NonNull public final LinkifiedTextView d; public e2(@NonNull ConstraintLayout constraintLayout, @NonNull Guideline guideline, @NonNull TextView textView, @NonNull Guideline guideline2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull Guideline guideline3, @NonNull Guideline guideline4) { this.a = constraintLayout; this.b = textView; - this.f84c = simpleDraweeView; + this.f83c = simpleDraweeView; this.d = linkifiedTextView; } diff --git a/app/src/main/java/c/a/i/e3.java b/app/src/main/java/c/a/i/e3.java index c29ed90f72..b381e58e8d 100644 --- a/app/src/main/java/c/a/i/e3.java +++ b/app/src/main/java/c/a/i/e3.java @@ -1,25 +1,44 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.checkbox.MaterialCheckBox; -/* compiled from: ViewSettingCheckBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.floatingactionbutton.FloatingActionButton; +/* compiled from: ViewServerSettingsUploadBannerBinding */ public final class e3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull - public final MaterialCheckBox b; + public final FrameLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f85c; + public final TextView f84c; + @NonNull + public final SimpleDraweeView d; + @NonNull + public final FloatingActionButton e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; - public e3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { - this.a = view; - this.b = materialCheckBox; - this.f85c = constraintLayout; + public e3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FloatingActionButton floatingActionButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = linearLayout; + this.b = frameLayout; + this.f84c = textView; + this.d = simpleDraweeView; + this.e = floatingActionButton; + this.f = linkifiedTextView; + this.g = textView2; + this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e4.java b/app/src/main/java/c/a/i/e4.java index 83af9187c0..1b6412a535 100644 --- a/app/src/main/java/c/a/i/e4.java +++ b/app/src/main/java/c/a/i/e4.java @@ -1,61 +1,46 @@ package c.a.i; -import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; import android.widget.LinearLayout; +import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChannelSettingsDeleteBinding */ +import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView; +import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView; +/* compiled from: WidgetCallFullscreenPrivateCallBinding */ public final class e4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull - public final TextView b; + public final PrivateCallBlurredGridView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f86c; + public final TextView f85c; @NonNull - public final MaterialButton d; + public final RelativeLayout d; @NonNull - public final TextView e; + public final LinearLayout e; + @NonNull + public final PrivateCallGridView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; - public e4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { - this.a = linearLayout; - this.b = textView; - this.f86c = materialButton; - this.d = materialButton2; - this.e = textView2; - } - - @NonNull - public static e4 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { - View inflate = layoutInflater.inflate(2131558891, (ViewGroup) null, false); - if (!z2) { - int i = 2131362345; - TextView textView = (TextView) inflate.findViewById(2131362345); - if (textView != null) { - i = 2131362346; - MaterialButton materialButton = (MaterialButton) inflate.findViewById(2131362346); - if (materialButton != null) { - i = 2131362347; - MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(2131362347); - if (materialButton2 != null) { - i = 2131362348; - TextView textView2 = (TextView) inflate.findViewById(2131362348); - if (textView2 != null) { - return new e4((LinearLayout) inflate, textView, materialButton, materialButton2, textView2); - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); - } - throw null; + public e4(@NonNull RelativeLayout relativeLayout, @NonNull PrivateCallBlurredGridView privateCallBlurredGridView, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout2, @NonNull LinearLayout linearLayout, @NonNull PrivateCallGridView privateCallGridView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { + this.a = relativeLayout; + this.b = privateCallBlurredGridView; + this.f85c = textView; + this.d = relativeLayout2; + this.e = linearLayout; + this.f = privateCallGridView; + this.g = textView2; + this.h = textView3; + this.i = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e5.java b/app/src/main/java/c/a/i/e5.java index b73a1761cf..b159264101 100644 --- a/app/src/main/java/c/a/i/e5.java +++ b/app/src/main/java/c/a/i/e5.java @@ -1,12 +1,12 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetPremiumUpsellBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetMaskedLinksDialogBinding */ public final class e5 implements ViewBinding { @NonNull public final LinearLayout a; @@ -15,15 +15,18 @@ public final class e5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f87c; + public final MaterialButton f86c; @NonNull - public final ImageView d; + public final MaterialButton d; + @NonNull + public final TextView e; - public e5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + public e5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f87c = textView2; - this.d = imageView; + this.f86c = materialButton; + this.d = materialButton2; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f.java b/app/src/main/java/c/a/i/f.java index 7d03f2e93d..7333a4bff3 100644 --- a/app/src/main/java/c/a/i/f.java +++ b/app/src/main/java/c/a/i/f.java @@ -13,12 +13,12 @@ public final class f implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f88c; + public final TextView f87c; public f(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f88c = textView2; + this.f87c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f0.java b/app/src/main/java/c/a/i/f0.java index 84682ef58d..6c839e704e 100644 --- a/app/src/main/java/c/a/i/f0.java +++ b/app/src/main/java/c/a/i/f0.java @@ -15,12 +15,12 @@ public final class f0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f89c; + public final MaterialButton f88c; public f0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = constraintLayout; this.b = materialButton; - this.f89c = materialButton2; + this.f88c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f3.java b/app/src/main/java/c/a/i/f3.java index 7c2b8b72c0..bf89959bcb 100644 --- a/app/src/main/java/c/a/i/f3.java +++ b/app/src/main/java/c/a/i/f3.java @@ -1,25 +1,44 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.radiobutton.MaterialRadioButton; -/* compiled from: ViewSettingRadioBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.floatingactionbutton.FloatingActionButton; +/* compiled from: ViewServerSettingsUploadSplashBinding */ public final class f3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull - public final MaterialRadioButton b; + public final FrameLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f90c; + public final FloatingActionButton f89c; + @NonNull + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; - public f3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { - this.a = view; - this.b = materialRadioButton; - this.f90c = constraintLayout; + public f3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull FloatingActionButton floatingActionButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = linearLayout; + this.b = frameLayout; + this.f89c = floatingActionButton; + this.d = textView; + this.e = simpleDraweeView; + this.f = linkifiedTextView; + this.g = textView2; + this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f4.java b/app/src/main/java/c/a/i/f4.java index c1173332ff..02ff68a4ae 100644 --- a/app/src/main/java/c/a/i/f4.java +++ b/app/src/main/java/c/a/i/f4.java @@ -6,27 +6,21 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChatInputGuardBinding */ +/* compiled from: WidgetChannelSettingsCannotDeleteBinding */ public final class f4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f91c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; + public final MaterialButton f90c; - public f4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { + public f4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { this.a = linearLayout; - this.b = materialButton; - this.f91c = materialButton2; - this.d = textView; - this.e = textView2; + this.b = textView; + this.f90c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f5.java b/app/src/main/java/c/a/i/f5.java index 1ae5906cc9..6fbd680553 100644 --- a/app/src/main/java/c/a/i/f5.java +++ b/app/src/main/java/c/a/i/f5.java @@ -1,20 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.RadioButton; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetRemoteAuthNotFoundBinding */ +/* compiled from: WidgetMemberVerificationMultipleChoiceRadioItemBinding */ public final class f5 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final MaterialButton b; + public final RadioButton a; - public f5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { - this.a = linearLayout; - this.b = materialButton; + public f5(@NonNull RadioButton radioButton) { + this.a = radioButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g.java b/app/src/main/java/c/a/i/g.java index 7b97e894f3..d41e8381a7 100644 --- a/app/src/main/java/c/a/i/g.java +++ b/app/src/main/java/c/a/i/g.java @@ -15,7 +15,7 @@ public final class g implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f92c; + public final TextView f91c; @NonNull public final SimpleDraweeView d; @NonNull @@ -24,7 +24,7 @@ public final class g implements ViewBinding { public g(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2) { this.a = view; this.b = imageView; - this.f92c = textView; + this.f91c = textView; this.d = simpleDraweeView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/g0.java b/app/src/main/java/c/a/i/g0.java index 0ac8e34162..24750e0721 100644 --- a/app/src/main/java/c/a/i/g0.java +++ b/app/src/main/java/c/a/i/g0.java @@ -16,24 +16,24 @@ public final class g0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f93c; + public final CheckedSetting f92c; public g0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) { this.a = linearLayout; this.b = linkifiedTextView; - this.f93c = checkedSetting; + this.f92c = checkedSetting; } @NonNull public static g0 a(@NonNull View view) { - int i = 2131362731; - TextView textView = (TextView) view.findViewById(2131362731); + int i = 2131362729; + TextView textView = (TextView) view.findViewById(2131362729); if (textView != null) { - i = 2131362732; - LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362732); + i = 2131362730; + LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(2131362730); if (linkifiedTextView != null) { - i = 2131362733; - CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362733); + i = 2131362731; + CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131362731); if (checkedSetting != null) { return new g0((LinearLayout) view, textView, linkifiedTextView, checkedSetting); } diff --git a/app/src/main/java/c/a/i/g1.java b/app/src/main/java/c/a/i/g1.java index b4c1ab90e5..cb731b4be4 100644 --- a/app/src/main/java/c/a/i/g1.java +++ b/app/src/main/java/c/a/i/g1.java @@ -16,7 +16,7 @@ public final class g1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f94c; + public final MaterialButton f93c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class g1 implements ViewBinding { public g1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull MaterialButton materialButton2, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = materialButton; - this.f94c = materialButton2; + this.f93c = materialButton2; this.d = textView; this.e = textView2; this.f = imageView; diff --git a/app/src/main/java/c/a/i/g3.java b/app/src/main/java/c/a/i/g3.java index 592cbf2a32..77eeb04bf0 100644 --- a/app/src/main/java/c/a/i/g3.java +++ b/app/src/main/java/c/a/i/g3.java @@ -1,31 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewSettingSharedBinding */ +import com.google.android.material.checkbox.MaterialCheckBox; +/* compiled from: ViewSettingCheckBinding */ public final class g3 implements ViewBinding { @NonNull public final View a; @NonNull - public final ImageView b; + public final MaterialCheckBox b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f95c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; + public final ConstraintLayout f94c; - public g3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + public g3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { this.a = view; - this.b = imageView; - this.f95c = textView; - this.d = textView2; - this.e = textView3; + this.b = materialCheckBox; + this.f94c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g4.java b/app/src/main/java/c/a/i/g4.java index ab4fd9e3be..37f89fb74e 100644 --- a/app/src/main/java/c/a/i/g4.java +++ b/app/src/main/java/c/a/i/g4.java @@ -1,27 +1,61 @@ package c.a.i; +import android.view.LayoutInflater; import android.view.View; -import android.widget.ImageView; -import android.widget.RelativeLayout; +import android.view.ViewGroup; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; +import androidx.annotation.Nullable; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetChatInputMemberVerificationGuardBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetChannelSettingsDeleteBinding */ public final class g4 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull - public final ImageView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f96c; + public final MaterialButton f95c; + @NonNull + public final MaterialButton d; + @NonNull + public final TextView e; - public g4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView) { - this.a = relativeLayout; - this.b = imageView2; - this.f96c = textView; + public g4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + this.a = linearLayout; + this.b = textView; + this.f95c = materialButton; + this.d = materialButton2; + this.e = textView2; + } + + @NonNull + public static g4 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + View inflate = layoutInflater.inflate(2131558893, (ViewGroup) null, false); + if (!z2) { + int i = 2131362355; + TextView textView = (TextView) inflate.findViewById(2131362355); + if (textView != null) { + i = 2131362356; + MaterialButton materialButton = (MaterialButton) inflate.findViewById(2131362356); + if (materialButton != null) { + i = 2131362357; + MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(2131362357); + if (materialButton2 != null) { + i = 2131362358; + TextView textView2 = (TextView) inflate.findViewById(2131362358); + if (textView2 != null) { + return new g4((LinearLayout) inflate, textView, materialButton, materialButton2, textView2); + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + } + throw null; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g5.java b/app/src/main/java/c/a/i/g5.java index 5ed5a4e5ed..d759960729 100644 --- a/app/src/main/java/c/a/i/g5.java +++ b/app/src/main/java/c/a/i/g5.java @@ -1,29 +1,58 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; import android.widget.LinearLayout; +import android.widget.SeekBar; +import android.widget.Space; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -import com.google.android.material.switchmaterial.SwitchMaterial; -/* compiled from: WidgetRemoteAuthPendingLoginBinding */ +/* compiled from: WidgetMusicRichPresenceBinding */ public final class g5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f97c; + public final TextView f96c; @NonNull - public final SwitchMaterial d; + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final SimpleDraweeView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final MaterialButton i; + @NonNull + public final SeekBar j; + @NonNull + public final TextView k; + @NonNull + public final TextView l; - public g5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { + public g5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull SeekBar seekBar, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; - this.b = materialButton; - this.f97c = materialButton2; - this.d = switchMaterial; + this.b = linearLayout2; + this.f96c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = simpleDraweeView2; + this.g = textView3; + this.h = textView4; + this.i = materialButton; + this.j = seekBar; + this.k = textView5; + this.l = textView6; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h.java b/app/src/main/java/c/a/i/h.java index bd9dc2a8fb..c4bf6f1f8f 100644 --- a/app/src/main/java/c/a/i/h.java +++ b/app/src/main/java/c/a/i/h.java @@ -14,14 +14,14 @@ public final class h implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f98c; + public final TextView f97c; @NonNull public final TextView d; public h(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f98c = textView2; + this.f97c = textView2; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/h2.java b/app/src/main/java/c/a/i/h2.java index 568e34522d..68631a3cf8 100644 --- a/app/src/main/java/c/a/i/h2.java +++ b/app/src/main/java/c/a/i/h2.java @@ -13,7 +13,7 @@ public final class h2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f99c; + public final ImageView f98c; @NonNull public final ImageView d; @NonNull @@ -22,7 +22,7 @@ public final class h2 implements ViewBinding { public h2(@NonNull View view, @NonNull i2 i2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { this.a = view; this.b = i2Var; - this.f99c = imageView; + this.f98c = imageView; this.d = imageView2; this.e = imageView3; } diff --git a/app/src/main/java/c/a/i/h3.java b/app/src/main/java/c/a/i/h3.java index 78ca2e66eb..2c611d111b 100644 --- a/app/src/main/java/c/a/i/h3.java +++ b/app/src/main/java/c/a/i/h3.java @@ -4,22 +4,22 @@ import android.view.View; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.switchmaterial.SwitchMaterial; -/* compiled from: ViewSettingSwitchBinding */ +import com.google.android.material.radiobutton.MaterialRadioButton; +/* compiled from: ViewSettingRadioBinding */ public final class h3 implements ViewBinding { @NonNull public final View a; @NonNull - public final SwitchMaterial b; + public final MaterialRadioButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f100c; + public final ConstraintLayout f99c; - public h3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { + public h3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { this.a = view; - this.b = switchMaterial; - this.f100c = constraintLayout; + this.b = materialRadioButton; + this.f99c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h4.java b/app/src/main/java/c/a/i/h4.java index d6046d748e..ded063f10b 100644 --- a/app/src/main/java/c/a/i/h4.java +++ b/app/src/main/java/c/a/i/h4.java @@ -6,16 +6,27 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChatInputPermReqFilesBinding */ +/* compiled from: WidgetChatInputGuardBinding */ public final class h4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final TextView b; + public final MaterialButton b; + @NonNull - public h4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { + /* renamed from: c reason: collision with root package name */ + public final MaterialButton f100c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + + public h4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; - this.b = textView; + this.b = materialButton; + this.f100c = materialButton2; + this.d = textView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h5.java b/app/src/main/java/c/a/i/h5.java index 40e0b7a21e..864f887ef5 100644 --- a/app/src/main/java/c/a/i/h5.java +++ b/app/src/main/java/c/a/i/h5.java @@ -2,19 +2,43 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.Space; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetRemoteAuthSuccessBinding */ +/* compiled from: WidgetPlatformRichPresenceBinding */ public final class h5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final LinearLayout b; + @NonNull - public h5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { + /* renamed from: c reason: collision with root package name */ + public final TextView f101c; + @NonNull + public final SimpleDraweeView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final MaterialButton f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + + public h5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; - this.b = materialButton; + this.b = linearLayout2; + this.f101c = textView; + this.d = simpleDraweeView; + this.e = simpleDraweeView2; + this.f = materialButton; + this.g = textView2; + this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i0.java b/app/src/main/java/c/a/i/i0.java index 938e79a44a..7cd3fb05e3 100644 --- a/app/src/main/java/c/a/i/i0.java +++ b/app/src/main/java/c/a/i/i0.java @@ -17,33 +17,33 @@ public final class i0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f101c; + public final Group f102c; public i0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f101c = group; + this.f102c = group; } @NonNull public static i0 a(@NonNull View view) { - int i = 2131363614; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363614); + int i = 2131363620; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131363620); if (simpleDraweeView != null) { - i = 2131363615; - ImageView imageView = (ImageView) view.findViewById(2131363615); + i = 2131363621; + ImageView imageView = (ImageView) view.findViewById(2131363621); if (imageView != null) { - i = 2131363616; - ImageView imageView2 = (ImageView) view.findViewById(2131363616); + i = 2131363622; + ImageView imageView2 = (ImageView) view.findViewById(2131363622); if (imageView2 != null) { - i = 2131363617; - TextView textView = (TextView) view.findViewById(2131363617); + i = 2131363623; + TextView textView = (TextView) view.findViewById(2131363623); if (textView != null) { - i = 2131363618; - ImageView imageView3 = (ImageView) view.findViewById(2131363618); + i = 2131363624; + ImageView imageView3 = (ImageView) view.findViewById(2131363624); if (imageView3 != null) { - i = 2131364311; - Group group = (Group) view.findViewById(2131364311); + i = 2131364321; + Group group = (Group) view.findViewById(2131364321); if (group != null) { return new i0((ConstraintLayout) view, simpleDraweeView, imageView, imageView2, textView, imageView3, group); } diff --git a/app/src/main/java/c/a/i/i1.java b/app/src/main/java/c/a/i/i1.java index 5312d9c070..e9a0e3a699 100644 --- a/app/src/main/java/c/a/i/i1.java +++ b/app/src/main/java/c/a/i/i1.java @@ -15,14 +15,14 @@ public final class i1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RLottieImageView f102c; + public final RLottieImageView f103c; @NonNull public final ImageView d; public i1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { this.a = view; this.b = simpleDraweeView; - this.f102c = rLottieImageView; + this.f103c = rLottieImageView; this.d = imageView; } diff --git a/app/src/main/java/c/a/i/i2.java b/app/src/main/java/c/a/i/i2.java index fede55596e..ec1f18cc85 100644 --- a/app/src/main/java/c/a/i/i2.java +++ b/app/src/main/java/c/a/i/i2.java @@ -15,7 +15,7 @@ public final class i2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f103c; + public final TextView f104c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class i2 implements ViewBinding { public i2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = cardView; this.b = textView; - this.f103c = textView2; + this.f104c = textView2; this.d = textView3; this.e = imageView; this.f = textView4; diff --git a/app/src/main/java/c/a/i/i3.java b/app/src/main/java/c/a/i/i3.java index 972da09a3e..4944c61231 100644 --- a/app/src/main/java/c/a/i/i3.java +++ b/app/src/main/java/c/a/i/i3.java @@ -4,26 +4,28 @@ import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.appcompat.widget.LinearLayoutCompat; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewSettingsPremiumGuildNoGuildsBinding */ +/* compiled from: ViewSettingSharedBinding */ public final class i3 implements ViewBinding { @NonNull - public final LinearLayoutCompat a; + public final View a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f104c; + public final TextView f105c; @NonNull public final TextView d; + @NonNull + public final TextView e; - public i3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = linearLayoutCompat; + public i3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = view; this.b = imageView; - this.f104c = textView; + this.f105c = textView; this.d = textView2; + this.e = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i4.java b/app/src/main/java/c/a/i/i4.java index 26ee506376..a876f88599 100644 --- a/app/src/main/java/c/a/i/i4.java +++ b/app/src/main/java/c/a/i/i4.java @@ -2,34 +2,26 @@ package c.a.i; 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.discord.views.sticker.StickerView; -/* compiled from: WidgetChatInputStickerSuggestionsBinding */ +/* compiled from: WidgetChatInputMemberVerificationGuardBinding */ public final class i4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull - public final StickerView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final StickerView f105c; - @NonNull - public final StickerView d; - @NonNull - public final StickerView e; - @NonNull - public final ImageView f; + public final TextView f106c; - public i4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) { - this.a = linearLayout; - this.b = stickerView; - this.f105c = stickerView2; - this.d = stickerView3; - this.e = stickerView4; - this.f = imageView; + public i4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView) { + this.a = relativeLayout; + this.b = imageView2; + this.f106c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i5.java b/app/src/main/java/c/a/i/i5.java index 3a8bc1f4f4..5385733a87 100644 --- a/app/src/main/java/c/a/i/i5.java +++ b/app/src/main/java/c/a/i/i5.java @@ -1,12 +1,12 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetServerSettingsConfirmDisableIntegrationBinding */ +/* compiled from: WidgetPremiumUpsellBinding */ public final class i5 implements ViewBinding { @NonNull public final LinearLayout a; @@ -15,15 +15,15 @@ public final class i5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f106c; + public final TextView f107c; @NonNull - public final MaterialButton d; + public final ImageView d; - public i5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + public i5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = textView; - this.f106c = materialButton; - this.d = materialButton2; + this.f107c = textView2; + this.d = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j0.java b/app/src/main/java/c/a/i/j0.java index ab7eab47ae..983f124799 100644 --- a/app/src/main/java/c/a/i/j0.java +++ b/app/src/main/java/c/a/i/j0.java @@ -15,7 +15,7 @@ public final class j0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f107c; + public final View f108c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class j0 implements ViewBinding { public j0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) { this.a = linearLayout; this.b = materialButton; - this.f107c = view; + this.f108c = view; this.d = textView; this.e = textView2; this.f = linearLayout2; diff --git a/app/src/main/java/c/a/i/j1.java b/app/src/main/java/c/a/i/j1.java index b9aa3dbb1a..dd88d3c51c 100644 --- a/app/src/main/java/c/a/i/j1.java +++ b/app/src/main/java/c/a/i/j1.java @@ -16,31 +16,31 @@ public final class j1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f108c; + public final MaterialButton f109c; @NonNull public final TextView d; public j1(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = constraintLayout; this.b = constraintLayout2; - this.f108c = materialButton; + this.f109c = materialButton; this.d = textView; } @NonNull public static j1 a(@NonNull View view) { ConstraintLayout constraintLayout = (ConstraintLayout) view; - int i = 2131365344; - MaterialButton materialButton = (MaterialButton) view.findViewById(2131365344); + int i = 2131365360; + MaterialButton materialButton = (MaterialButton) view.findViewById(2131365360); if (materialButton != null) { - i = 2131365345; - TextView textView = (TextView) view.findViewById(2131365345); + i = 2131365361; + TextView textView = (TextView) view.findViewById(2131365361); if (textView != null) { - i = 2131365346; - TextView textView2 = (TextView) view.findViewById(2131365346); + i = 2131365362; + TextView textView2 = (TextView) view.findViewById(2131365362); if (textView2 != null) { - i = 2131365370; - ImageView imageView = (ImageView) view.findViewById(2131365370); + i = 2131365386; + ImageView imageView = (ImageView) view.findViewById(2131365386); if (imageView != null) { return new j1(constraintLayout, constraintLayout, materialButton, textView, textView2, imageView); } diff --git a/app/src/main/java/c/a/i/j2.java b/app/src/main/java/c/a/i/j2.java index bbb0ea97f2..2df60acbb3 100644 --- a/app/src/main/java/c/a/i/j2.java +++ b/app/src/main/java/c/a/i/j2.java @@ -14,14 +14,14 @@ public final class j2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f109c; + public final TextInputEditText f110c; @NonNull public final TextInputLayout d; public j2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { this.a = view; this.b = textInputLayout; - this.f109c = textInputEditText; + this.f110c = textInputEditText; this.d = textInputLayout2; } diff --git a/app/src/main/java/c/a/i/j3.java b/app/src/main/java/c/a/i/j3.java index 23aaabb994..4adc5027b1 100644 --- a/app/src/main/java/c/a/i/j3.java +++ b/app/src/main/java/c/a/i/j3.java @@ -1,16 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewSimpleSpinnerDropdownItemBinding */ +import com.google.android.material.switchmaterial.SwitchMaterial; +/* compiled from: ViewSettingSwitchBinding */ public final class j3 implements ViewBinding { @NonNull - public final TextView a; + public final View a; + @NonNull + public final SwitchMaterial b; + @NonNull - public j3(@NonNull TextView textView) { - this.a = textView; + /* renamed from: c reason: collision with root package name */ + public final ConstraintLayout f111c; + + public j3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { + this.a = view; + this.b = switchMaterial; + this.f111c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j4.java b/app/src/main/java/c/a/i/j4.java index 28d665a11c..d292378fee 100644 --- a/app/src/main/java/c/a/i/j4.java +++ b/app/src/main/java/c/a/i/j4.java @@ -2,16 +2,20 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: WidgetChatListAdapterItemEmbedFieldBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetChatInputPermReqFilesBinding */ public final class j4 implements ViewBinding { @NonNull public final LinearLayout a; + @NonNull + public final TextView b; - public j4(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2) { + public j4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; + this.b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j5.java b/app/src/main/java/c/a/i/j5.java index 4d0fccb361..b7d7a5143f 100644 --- a/app/src/main/java/c/a/i/j5.java +++ b/app/src/main/java/c/a/i/j5.java @@ -2,30 +2,19 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetServerSettingsOverviewSectionAfkChannelBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetRemoteAuthNotFoundBinding */ public final class j5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final TextView b; - @NonNull + public final MaterialButton b; - /* renamed from: c reason: collision with root package name */ - public final LinearLayout f110c; - @NonNull - public final TextView d; - @NonNull - public final LinearLayout e; - - public j5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { + public j5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { this.a = linearLayout; - this.b = textView; - this.f110c = linearLayout2; - this.d = textView2; - this.e = linearLayout3; + this.b = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k.java b/app/src/main/java/c/a/i/k.java index 80f4fc0940..b5a051548c 100644 --- a/app/src/main/java/c/a/i/k.java +++ b/app/src/main/java/c/a/i/k.java @@ -16,14 +16,14 @@ public final class k implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final DatePicker f111c; + public final DatePicker f112c; @NonNull public final TextView d; public k(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull DatePicker datePicker, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f111c = datePicker; + this.f112c = datePicker; this.d = textView; } diff --git a/app/src/main/java/c/a/i/k1.java b/app/src/main/java/c/a/i/k1.java index 6f8fffe937..7629f3c878 100644 --- a/app/src/main/java/c/a/i/k1.java +++ b/app/src/main/java/c/a/i/k1.java @@ -13,14 +13,14 @@ public final class k1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDot f112c; + public final TypingDot f113c; @NonNull public final TypingDot d; public k1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { this.a = view; this.b = typingDot; - this.f112c = typingDot2; + this.f113c = typingDot2; this.d = typingDot3; } diff --git a/app/src/main/java/c/a/i/k2.java b/app/src/main/java/c/a/i/k2.java index b271e8bca7..511448e780 100644 --- a/app/src/main/java/c/a/i/k2.java +++ b/app/src/main/java/c/a/i/k2.java @@ -14,12 +14,12 @@ public final class k2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f113c; + public final SimpleDraweeView f114c; public k2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { this.a = cutoutView; this.b = simpleDraweeView; - this.f113c = simpleDraweeView2; + this.f114c = simpleDraweeView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k3.java b/app/src/main/java/c/a/i/k3.java index 2be2d0f4ab..4826ee7755 100644 --- a/app/src/main/java/c/a/i/k3.java +++ b/app/src/main/java/c/a/i/k3.java @@ -4,39 +4,26 @@ import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.appcompat.widget.LinearLayoutCompat; import androidx.viewbinding.ViewBinding; -import com.discord.views.VoiceUserView; -import com.discord.views.calls.SpeakerPulseView; -/* compiled from: ViewStageChannelSpeakerBinding */ +/* compiled from: ViewSettingsPremiumGuildNoGuildsBinding */ public final class k3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayoutCompat a; @NonNull - public final VoiceUserView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f114c; + public final TextView f115c; @NonNull - public final ImageView d; - @NonNull - public final ImageView e; - @NonNull - public final ImageView f; - @NonNull - public final TextView g; - @NonNull - public final SpeakerPulseView h; + public final TextView d; - public k3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) { - this.a = view; - this.b = voiceUserView; - this.f114c = imageView; - this.d = imageView2; - this.e = imageView3; - this.f = imageView4; - this.g = textView; - this.h = speakerPulseView; + public k3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = linearLayoutCompat; + this.b = imageView; + this.f115c = textView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k4.java b/app/src/main/java/c/a/i/k4.java index b1f5ba83d9..ba06d85191 100644 --- a/app/src/main/java/c/a/i/k4.java +++ b/app/src/main/java/c/a/i/k4.java @@ -2,34 +2,34 @@ package c.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.TextView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetChatListAdapterItemSingleLineMessagePreviewBinding */ +import com.discord.views.sticker.StickerView; +/* compiled from: WidgetChatInputStickerSuggestionsBinding */ public final class k4 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull - public final ImageView b; + public final StickerView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f115c; + public final StickerView f116c; @NonNull - public final SimpleDraweeView d; + public final StickerView d; @NonNull - public final TextView e; + public final StickerView e; + @NonNull + public final ImageView f; - public k4(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull Guideline guideline2, @NonNull Guideline guideline3) { - this.a = constraintLayout; - this.b = imageView; - this.f115c = linkifiedTextView; - this.d = simpleDraweeView; - this.e = textView; + public k4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) { + this.a = linearLayout; + this.b = stickerView; + this.f116c = stickerView2; + this.d = stickerView3; + this.e = stickerView4; + this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k5.java b/app/src/main/java/c/a/i/k5.java index 9765025f92..2dafb75acd 100644 --- a/app/src/main/java/c/a/i/k5.java +++ b/app/src/main/java/c/a/i/k5.java @@ -5,7 +5,8 @@ import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetSettingsPrivacyDefaultsBinding */ +import com.google.android.material.switchmaterial.SwitchMaterial; +/* compiled from: WidgetRemoteAuthPendingLoginBinding */ public final class k5 implements ViewBinding { @NonNull public final LinearLayout a; @@ -14,12 +15,15 @@ public final class k5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f116c; + public final MaterialButton f117c; + @NonNull + public final SwitchMaterial d; - public k5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + public k5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { this.a = linearLayout; this.b = materialButton; - this.f116c = materialButton2; + this.f117c = materialButton2; + this.d = switchMaterial; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l.java b/app/src/main/java/c/a/i/l.java index dae1dd30ea..7a288026c2 100644 --- a/app/src/main/java/c/a/i/l.java +++ b/app/src/main/java/c/a/i/l.java @@ -16,14 +16,14 @@ public final class l implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f117c; + public final MaxHeightRecyclerView f118c; @NonNull public final TextView d; public l(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaxHeightRecyclerView maxHeightRecyclerView, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f117c = maxHeightRecyclerView; + this.f118c = maxHeightRecyclerView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/l0.java b/app/src/main/java/c/a/i/l0.java index 135f85af63..b543ba2168 100644 --- a/app/src/main/java/c/a/i/l0.java +++ b/app/src/main/java/c/a/i/l0.java @@ -16,7 +16,7 @@ public final class l0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f118c; + public final ImageView f119c; @NonNull public final ImageView d; @NonNull @@ -29,7 +29,7 @@ public final class l0 implements ViewBinding { public l0(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = imageView; - this.f118c = imageView3; + this.f119c = imageView3; this.d = imageView4; this.e = imageView5; this.f = textView; diff --git a/app/src/main/java/c/a/i/l1.java b/app/src/main/java/c/a/i/l1.java index 4d779261f3..a114d497c3 100644 --- a/app/src/main/java/c/a/i/l1.java +++ b/app/src/main/java/c/a/i/l1.java @@ -15,7 +15,7 @@ public final class l1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f119c; + public final TextView f120c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class l1 implements ViewBinding { public l1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = linearLayout; this.b = simpleDraweeView; - this.f119c = textView; + this.f120c = textView; this.d = textView2; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/c/a/i/l2.java b/app/src/main/java/c/a/i/l2.java index f7cd0b310e..20523f5a99 100644 --- a/app/src/main/java/c/a/i/l2.java +++ b/app/src/main/java/c/a/i/l2.java @@ -16,7 +16,7 @@ public final class l2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f120c; + public final TextView f121c; @NonNull public final Chip d; @NonNull @@ -27,7 +27,7 @@ public final class l2 implements ViewBinding { public l2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) { this.a = view; this.b = simpleDraweeView; - this.f120c = textView; + this.f121c = textView; this.d = chip; this.e = chip2; this.f = imageView; diff --git a/app/src/main/java/c/a/i/l3.java b/app/src/main/java/c/a/i/l3.java index adae23c4ac..93f4f3b2b5 100644 --- a/app/src/main/java/c/a/i/l3.java +++ b/app/src/main/java/c/a/i/l3.java @@ -3,24 +3,14 @@ package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewStageChannelVisitCommunityBinding */ +/* compiled from: ViewSimpleSpinnerDropdownItemBinding */ public final class l3 implements ViewBinding { @NonNull - public final ConstraintLayout a; - @NonNull - public final SimpleDraweeView b; - @NonNull + public final TextView a; - /* renamed from: c reason: collision with root package name */ - public final TextView f121c; - - public l3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = constraintLayout; - this.b = simpleDraweeView; - this.f121c = textView; + public l3(@NonNull TextView textView) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l4.java b/app/src/main/java/c/a/i/l4.java index 65b6139d91..4ac837040a 100644 --- a/app/src/main/java/c/a/i/l4.java +++ b/app/src/main/java/c/a/i/l4.java @@ -1,43 +1,17 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.appcompat.widget.AppCompatImageView; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.utilities.view.text.SimpleDraweeSpanTextView; -import com.discord.views.typing.TypingDots; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetChatListAdapterItemTextBinding */ +/* compiled from: WidgetChatListAdapterItemEmbedFieldBinding */ public final class l4 implements ViewBinding { @NonNull - public final ConstraintLayout a; - @NonNull - public final LinkifiedTextView b; - @NonNull + public final LinearLayout a; - /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f122c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; - - public l4(@NonNull ConstraintLayout constraintLayout, @NonNull View view, @NonNull View view2, @NonNull LinearLayout linearLayout, @NonNull View view3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout2, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull AppCompatImageView appCompatImageView, @NonNull TypingDots typingDots, @NonNull ConstraintLayout constraintLayout3, @NonNull ImageView imageView3, @NonNull TextView textView6, @NonNull Guideline guideline) { - this.a = constraintLayout; - this.b = linkifiedTextView; - this.f122c = simpleDraweeView; - this.d = textView3; - this.e = textView4; - this.f = textView5; + public l4(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2) { + this.a = linearLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l5.java b/app/src/main/java/c/a/i/l5.java index 23c415420f..7a504f156b 100644 --- a/app/src/main/java/c/a/i/l5.java +++ b/app/src/main/java/c/a/i/l5.java @@ -1,48 +1,20 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; -import android.widget.Space; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetStageChannelRichPresenceBinding */ +/* compiled from: WidgetRemoteAuthSuccessBinding */ public final class l5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final LinearLayout b; - @NonNull + public final MaterialButton b; - /* renamed from: c reason: collision with root package name */ - public final TextView f123c; - @NonNull - public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final TextView f; - @NonNull - public final MaterialButton g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; - - public l5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) { + public l5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { this.a = linearLayout; - this.b = linearLayout2; - this.f123c = textView; - this.d = textView2; - this.e = simpleDraweeView; - this.f = textView3; - this.g = materialButton; - this.h = textView4; - this.i = textView5; + this.b = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m0.java b/app/src/main/java/c/a/i/m0.java index 4be15f1ca0..8b41358599 100644 --- a/app/src/main/java/c/a/i/m0.java +++ b/app/src/main/java/c/a/i/m0.java @@ -14,12 +14,12 @@ public final class m0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f124c; + public final TextView f122c; public m0(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f124c = textView; + this.f122c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m1.java b/app/src/main/java/c/a/i/m1.java index 9d23ab77fb..ed8448910b 100644 --- a/app/src/main/java/c/a/i/m1.java +++ b/app/src/main/java/c/a/i/m1.java @@ -17,7 +17,7 @@ public final class m1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f125c; + public final ImageView f123c; @NonNull public final SimpleDraweeView d; @NonNull @@ -26,7 +26,7 @@ public final class m1 implements ViewBinding { public m1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f125c = imageView; + this.f123c = imageView; this.d = simpleDraweeView2; this.e = statusView; } diff --git a/app/src/main/java/c/a/i/m2.java b/app/src/main/java/c/a/i/m2.java index 5712790551..e54bfc6224 100644 --- a/app/src/main/java/c/a/i/m2.java +++ b/app/src/main/java/c/a/i/m2.java @@ -18,7 +18,7 @@ public final class m2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f126c; + public final ImageView f124c; @NonNull public final ImageView d; @NonNull @@ -35,7 +35,7 @@ public final class m2 implements ViewBinding { public m2(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView4, @NonNull TextView textView3) { this.a = constraintLayout; this.b = progressBar; - this.f126c = imageView; + this.f124c = imageView; this.d = imageView2; this.e = textView; this.f = imageView3; diff --git a/app/src/main/java/c/a/i/m3.java b/app/src/main/java/c/a/i/m3.java index 849d55eda6..69ad69dba4 100644 --- a/app/src/main/java/c/a/i/m3.java +++ b/app/src/main/java/c/a/i/m3.java @@ -2,41 +2,41 @@ package c.a.i; 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.viewbinding.ViewBinding; -import androidx.viewpager2.widget.ViewPager2; -import com.discord.views.LoadingButton; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewStepsBinding */ +import com.discord.views.VoiceUserView; +import com.discord.views.calls.SpeakerPulseView; +/* compiled from: ViewStageChannelSpeakerBinding */ public final class m3 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final View a; @NonNull - public final LinearLayout b; + public final VoiceUserView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f127c; + public final ImageView f125c; @NonNull public final ImageView d; @NonNull - public final LoadingButton e; + public final ImageView e; @NonNull - public final MaterialButton f; + public final ImageView f; @NonNull - public final ViewPager2 g; + public final TextView g; + @NonNull + public final SpeakerPulseView h; - public m3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull ViewPager2 viewPager2) { - this.a = relativeLayout; - this.b = linearLayout; - this.f127c = textView; - this.d = imageView; - this.e = loadingButton; - this.f = materialButton; - this.g = viewPager2; + public m3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) { + this.a = view; + this.b = voiceUserView; + this.f125c = imageView; + this.d = imageView2; + this.e = imageView3; + this.f = imageView4; + this.g = textView; + this.h = speakerPulseView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m4.java b/app/src/main/java/c/a/i/m4.java index 87e2023714..b19ef98f50 100644 --- a/app/src/main/java/c/a/i/m4.java +++ b/app/src/main/java/c/a/i/m4.java @@ -5,47 +5,31 @@ import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -import com.discord.widgets.botuikit.views.ActionRowComponentView; -import com.google.android.flexbox.FlexboxLayout; -/* compiled from: WidgetChatListBotUiActionRowComponentBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: WidgetChatListAdapterItemSingleLineMessagePreviewBinding */ public final class m4 implements ViewBinding { @NonNull - public final ActionRowComponentView a; + public final ConstraintLayout a; @NonNull - public final FlexboxLayout b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final b2 f128c; - - public m4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull b2 b2Var) { - this.a = actionRowComponentView; - this.b = flexboxLayout; - this.f128c = b2Var; - } - + public final LinkifiedTextView f126c; @NonNull - public static m4 a(@NonNull View view) { - int i = 2131361884; - FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(2131361884); - if (flexboxLayout != null) { - i = 2131361885; - View findViewById = view.findViewById(2131361885); - if (findViewById != null) { - int i2 = 2131365626; - ImageView imageView = (ImageView) findViewById.findViewById(2131365626); - if (imageView != null) { - i2 = 2131365627; - TextView textView = (TextView) findViewById.findViewById(2131365627); - if (textView != null) { - return new m4((ActionRowComponentView) view, flexboxLayout, new b2((ConstraintLayout) findViewById, imageView, textView)); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public final SimpleDraweeView d; + @NonNull + public final TextView e; + + public m4(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull Guideline guideline2, @NonNull Guideline guideline3) { + this.a = constraintLayout; + this.b = imageView; + this.f126c = linkifiedTextView; + this.d = simpleDraweeView; + this.e = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m5.java b/app/src/main/java/c/a/i/m5.java index 7db7c60359..a6370b6462 100644 --- a/app/src/main/java/c/a/i/m5.java +++ b/app/src/main/java/c/a/i/m5.java @@ -4,43 +4,26 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.StreamPreviewView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetStreamRichPresenceBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetServerSettingsConfirmDisableIntegrationBinding */ public final class m5 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull - public final LinearLayout b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f129c; + public final MaterialButton f127c; @NonNull - public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final TextView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final StreamPreviewView i; + public final MaterialButton d; - public m5(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull StreamPreviewView streamPreviewView) { - this.a = constraintLayout; - this.b = linearLayout; - this.f129c = textView; - this.d = textView2; - this.e = simpleDraweeView; - this.f = textView3; - this.g = textView4; - this.h = textView5; - this.i = streamPreviewView; + public m5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + this.a = linearLayout; + this.b = textView; + this.f127c = materialButton; + this.d = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n0.java b/app/src/main/java/c/a/i/n0.java index 5c8cb879a9..29eabaa16e 100644 --- a/app/src/main/java/c/a/i/n0.java +++ b/app/src/main/java/c/a/i/n0.java @@ -17,7 +17,7 @@ public final class n0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f130c; + public final TabLayout f128c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class n0 implements ViewBinding { public n0(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TabLayout tabLayout, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull ViewPager2 viewPager2) { this.a = relativeLayout; this.b = materialButton; - this.f130c = tabLayout; + this.f128c = tabLayout; this.d = materialButton2; this.e = materialButton3; this.f = viewPager2; diff --git a/app/src/main/java/c/a/i/n2.java b/app/src/main/java/c/a/i/n2.java index cce916f5e7..b2e5b9d4a8 100644 --- a/app/src/main/java/c/a/i/n2.java +++ b/app/src/main/java/c/a/i/n2.java @@ -16,14 +16,14 @@ public final class n2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f131c; + public final TextView f129c; @NonNull public final ProgressBar d; public n2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { this.a = frameLayout; this.b = imageView; - this.f131c = textView; + this.f129c = textView; this.d = progressBar; } diff --git a/app/src/main/java/c/a/i/n3.java b/app/src/main/java/c/a/i/n3.java index 177d624b52..26860e406c 100644 --- a/app/src/main/java/c/a/i/n3.java +++ b/app/src/main/java/c/a/i/n3.java @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewStreamPreviewBinding */ +/* compiled from: ViewStageChannelVisitCommunityBinding */ public final class n3 implements ViewBinding { @NonNull public final ConstraintLayout a; @@ -15,15 +15,12 @@ public final class n3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f132c; - @NonNull - public final TextView d; + public final TextView f130c; public n3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f132c = textView; - this.d = textView2; + this.f130c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n4.java b/app/src/main/java/c/a/i/n4.java index 13573f71dd..5d26bada64 100644 --- a/app/src/main/java/c/a/i/n4.java +++ b/app/src/main/java/c/a/i/n4.java @@ -1,64 +1,43 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.appcompat.widget.AppCompatImageView; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.utilities.view.text.SimpleDraweeSpanTextView; import com.discord.views.typing.TypingDots; -import com.discord.widgets.botuikit.views.select.SelectComponentView; import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.flexbox.FlexboxLayout; -import com.google.android.material.textview.MaterialTextView; -/* compiled from: WidgetChatListBotUiSelectComponentBinding */ +/* compiled from: WidgetChatListAdapterItemTextBinding */ public final class n4 implements ViewBinding { @NonNull - public final SelectComponentView a; + public final ConstraintLayout a; @NonNull - public final ImageView b; + public final LinkifiedTextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDots f133c; + public final SimpleDraweeView f131c; @NonNull - public final SimpleDraweeView d; + public final TextView d; @NonNull - public final MaterialTextView e; + public final TextView e; @NonNull - public final FlexboxLayout f; + public final TextView f; - public n4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { - this.a = selectComponentView; - this.b = imageView; - this.f133c = typingDots; - this.d = simpleDraweeView; - this.e = materialTextView; - this.f = flexboxLayout; - } - - @NonNull - public static n4 a(@NonNull View view) { - int i = 2131364657; - ImageView imageView = (ImageView) view.findViewById(2131364657); - if (imageView != null) { - i = 2131364658; - TypingDots typingDots = (TypingDots) view.findViewById(2131364658); - if (typingDots != null) { - i = 2131364659; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364659); - if (simpleDraweeView != null) { - i = 2131364660; - MaterialTextView materialTextView = (MaterialTextView) view.findViewById(2131364660); - if (materialTextView != null) { - i = 2131364661; - FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(2131364661); - if (flexboxLayout != null) { - return new n4((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); - } - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public n4(@NonNull ConstraintLayout constraintLayout, @NonNull View view, @NonNull View view2, @NonNull LinearLayout linearLayout, @NonNull View view3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout2, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull AppCompatImageView appCompatImageView, @NonNull TypingDots typingDots, @NonNull ConstraintLayout constraintLayout3, @NonNull ImageView imageView3, @NonNull TextView textView6, @NonNull Guideline guideline) { + this.a = constraintLayout; + this.b = linkifiedTextView; + this.f131c = simpleDraweeView; + this.d = textView3; + this.e = textView4; + this.f = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n5.java b/app/src/main/java/c/a/i/n5.java index ae02693167..64967b7b59 100644 --- a/app/src/main/java/c/a/i/n5.java +++ b/app/src/main/java/c/a/i/n5.java @@ -5,25 +5,27 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.LoadingButton; -/* compiled from: WidgetUrgentMessageDialogBinding */ +/* compiled from: WidgetServerSettingsOverviewSectionAfkChannelBinding */ public final class n5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final LoadingButton b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f134c; + public final LinearLayout f132c; @NonNull public final TextView d; + @NonNull + public final LinearLayout e; - public n5(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { + public n5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { this.a = linearLayout; - this.b = loadingButton; - this.f134c = textView; + this.b = textView; + this.f132c = linearLayout2; this.d = textView2; + this.e = linearLayout3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o1.java b/app/src/main/java/c/a/i/o1.java index fdc7c7d0d7..d267d706cf 100644 --- a/app/src/main/java/c/a/i/o1.java +++ b/app/src/main/java/c/a/i/o1.java @@ -16,7 +16,7 @@ public final class o1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f135c; + public final ImageView f133c; @NonNull public final TextView d; @NonNull @@ -25,7 +25,7 @@ public final class o1 implements ViewBinding { public o1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textView; - this.f135c = imageView; + this.f133c = imageView; this.d = textView2; this.e = textView3; } diff --git a/app/src/main/java/c/a/i/o2.java b/app/src/main/java/c/a/i/o2.java index b9924768cf..ceacc34a43 100644 --- a/app/src/main/java/c/a/i/o2.java +++ b/app/src/main/java/c/a/i/o2.java @@ -15,7 +15,7 @@ public final class o2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f136c; + public final MaterialButton f134c; @NonNull public final LinearLayout d; @NonNull @@ -34,7 +34,7 @@ public final class o2 implements ViewBinding { public o2(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; this.b = linearLayout2; - this.f136c = materialButton; + this.f134c = materialButton; this.d = linearLayout3; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/c/a/i/o3.java b/app/src/main/java/c/a/i/o3.java index 0985045df8..3588560a84 100644 --- a/app/src/main/java/c/a/i/o3.java +++ b/app/src/main/java/c/a/i/o3.java @@ -1,45 +1,42 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.CheckableImageView; -/* compiled from: ViewTernaryCheckboxBinding */ +import androidx.viewpager2.widget.ViewPager2; +import com.discord.views.LoadingButton; +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewStepsBinding */ public final class o3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull - public final FrameLayout b; + public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final View f137c; + public final TextView f135c; @NonNull - public final View d; + public final ImageView d; @NonNull - public final TextView e; + public final LoadingButton e; @NonNull - public final TextView f; + public final MaterialButton f; @NonNull - public final CheckableImageView g; - @NonNull - public final CheckableImageView h; - @NonNull - public final CheckableImageView i; + public final ViewPager2 g; - public o3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) { - this.a = linearLayout; - this.b = frameLayout; - this.f137c = view; - this.d = view2; - this.e = textView; - this.f = textView2; - this.g = checkableImageView; - this.h = checkableImageView2; - this.i = checkableImageView3; + public o3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull ViewPager2 viewPager2) { + this.a = relativeLayout; + this.b = linearLayout; + this.f135c = textView; + this.d = imageView; + this.e = loadingButton; + this.f = materialButton; + this.g = viewPager2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o4.java b/app/src/main/java/c/a/i/o4.java index 2da4be1dca..d40a26087a 100644 --- a/app/src/main/java/c/a/i/o4.java +++ b/app/src/main/java/c/a/i/o4.java @@ -1,16 +1,51 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.textview.MaterialTextView; -/* compiled from: WidgetChatListBotUiSelectComponentPillBinding */ +import com.discord.widgets.botuikit.views.ActionRowComponentView; +import com.google.android.flexbox.FlexboxLayout; +/* compiled from: WidgetChatListBotUiActionRowComponentBinding */ public final class o4 implements ViewBinding { @NonNull - public final MaterialTextView a; + public final ActionRowComponentView a; + @NonNull + public final FlexboxLayout b; + @NonNull - public o4(@NonNull MaterialTextView materialTextView) { - this.a = materialTextView; + /* renamed from: c reason: collision with root package name */ + public final b2 f136c; + + public o4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull b2 b2Var) { + this.a = actionRowComponentView; + this.b = flexboxLayout; + this.f136c = b2Var; + } + + @NonNull + public static o4 a(@NonNull View view) { + int i = 2131361888; + FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(2131361888); + if (flexboxLayout != null) { + i = 2131361889; + View findViewById = view.findViewById(2131361889); + if (findViewById != null) { + int i2 = 2131365644; + ImageView imageView = (ImageView) findViewById.findViewById(2131365644); + if (imageView != null) { + i2 = 2131365645; + TextView textView = (TextView) findViewById.findViewById(2131365645); + if (textView != null) { + return new o4((ActionRowComponentView) view, flexboxLayout, new b2((ConstraintLayout) findViewById, imageView, textView)); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o5.java b/app/src/main/java/c/a/i/o5.java index 6f78b42222..3db35f4b35 100644 --- a/app/src/main/java/c/a/i/o5.java +++ b/app/src/main/java/c/a/i/o5.java @@ -1,40 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.RelativeLayout; -import android.widget.TextView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetSettingsPrivacyDefaultsBinding */ public final class o5 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull - public final SimpleDraweeView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f138c; + public final MaterialButton f137c; - public o5(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { - this.a = relativeLayout; - this.b = simpleDraweeView; - this.f138c = textView; - } - - @NonNull - public static o5 a(@NonNull View view) { - int i = 2131365521; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131365521); - if (simpleDraweeView != null) { - i = 2131365522; - TextView textView = (TextView) view.findViewById(2131365522); - if (textView != null) { - return new o5((RelativeLayout) view, simpleDraweeView, textView); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public o5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + this.a = linearLayout; + this.b = materialButton; + this.f137c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p.java b/app/src/main/java/c/a/i/p.java index 6984ada0c7..0430fb6dec 100644 --- a/app/src/main/java/c/a/i/p.java +++ b/app/src/main/java/c/a/i/p.java @@ -18,7 +18,7 @@ public final class p implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f139c; + public final RelativeLayout f138c; @NonNull public final MaterialButton d; @NonNull @@ -33,7 +33,7 @@ public final class p implements ViewBinding { public p(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = textView; - this.f139c = relativeLayout; + this.f138c = relativeLayout; this.d = materialButton; this.e = linkifiedTextView; this.f = materialButton2; diff --git a/app/src/main/java/c/a/i/p0.java b/app/src/main/java/c/a/i/p0.java index 69591d0f1f..9a58ef0947 100644 --- a/app/src/main/java/c/a/i/p0.java +++ b/app/src/main/java/c/a/i/p0.java @@ -16,7 +16,7 @@ public final class p0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f140c; + public final View f139c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class p0 implements ViewBinding { public p0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull OverlayMenuView overlayMenuView) { this.a = linearLayout; this.b = linearLayout2; - this.f140c = view; + this.f139c = view; this.d = textView; this.e = recyclerView; this.f = overlayMenuView; diff --git a/app/src/main/java/c/a/i/p1.java b/app/src/main/java/c/a/i/p1.java index ea66b53afe..3a501e4ad8 100644 --- a/app/src/main/java/c/a/i/p1.java +++ b/app/src/main/java/c/a/i/p1.java @@ -17,7 +17,7 @@ public final class p1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f141c; + public final ImageView f140c; @NonNull public final ImageView d; @NonNull @@ -34,7 +34,7 @@ public final class p1 implements ViewBinding { public p1(@NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar, @NonNull MaterialButton materialButton2) { this.a = frameLayout; this.b = textView; - this.f141c = imageView; + this.f140c = imageView; this.d = imageView2; this.e = imageView3; this.f = textView2; diff --git a/app/src/main/java/c/a/i/p2.java b/app/src/main/java/c/a/i/p2.java index 3d4e3735b8..2d7f48d187 100644 --- a/app/src/main/java/c/a/i/p2.java +++ b/app/src/main/java/c/a/i/p2.java @@ -14,21 +14,18 @@ public final class p2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f142c; + public final TextView f141c; @NonNull public final TextView d; @NonNull public final TextView e; - @NonNull - public final TextView f; public p2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = textView; - this.f142c = textView2; + this.f141c = textView2; this.d = textView3; - this.e = textView4; - this.f = textView5; + this.e = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p3.java b/app/src/main/java/c/a/i/p3.java index a6c8c4a367..080e05e255 100644 --- a/app/src/main/java/c/a/i/p3.java +++ b/app/src/main/java/c/a/i/p3.java @@ -1,32 +1,29 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.StatusView; -/* compiled from: ViewToolbarTitleBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewStreamPreviewBinding */ public final class p3 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull - public final ImageView b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final StatusView f143c; + public final TextView f142c; @NonNull public final TextView d; - @NonNull - public final TextView e; - public p3(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = view; - this.b = imageView; - this.f143c = statusView; - this.d = textView; - this.e = textView2; + public p3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.b = simpleDraweeView; + this.f142c = textView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p4.java b/app/src/main/java/c/a/i/p4.java index 4c8cc872c0..67f7577c2c 100644 --- a/app/src/main/java/c/a/i/p4.java +++ b/app/src/main/java/c/a/i/p4.java @@ -1,29 +1,64 @@ package c.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.ImageView; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: WidgetDiscordHubEmailConfirmationBinding */ +import com.discord.views.typing.TypingDots; +import com.discord.widgets.botuikit.views.select.SelectComponentView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.flexbox.FlexboxLayout; +import com.google.android.material.textview.MaterialTextView; +/* compiled from: WidgetChatListBotUiSelectComponentBinding */ public final class p4 implements ViewBinding { @NonNull - public final NestedScrollView a; + public final SelectComponentView a; @NonNull - public final LinkifiedTextView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f144c; + public final TypingDots f143c; @NonNull - public final LinkifiedTextView d; + public final SimpleDraweeView d; + @NonNull + public final MaterialTextView e; + @NonNull + public final FlexboxLayout f; - public p4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { - this.a = nestedScrollView; - this.b = linkifiedTextView; - this.f144c = textView; - this.d = linkifiedTextView2; + public p4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { + this.a = selectComponentView; + this.b = imageView; + this.f143c = typingDots; + this.d = simpleDraweeView; + this.e = materialTextView; + this.f = flexboxLayout; + } + + @NonNull + public static p4 a(@NonNull View view) { + int i = 2131364669; + ImageView imageView = (ImageView) view.findViewById(2131364669); + if (imageView != null) { + i = 2131364670; + TypingDots typingDots = (TypingDots) view.findViewById(2131364670); + if (typingDots != null) { + i = 2131364671; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131364671); + if (simpleDraweeView != null) { + i = 2131364672; + MaterialTextView materialTextView = (MaterialTextView) view.findViewById(2131364672); + if (materialTextView != null) { + i = 2131364673; + FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(2131364673); + if (flexboxLayout != null) { + return new p4((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p5.java b/app/src/main/java/c/a/i/p5.java index f4eb3f6063..e37a17a477 100644 --- a/app/src/main/java/c/a/i/p5.java +++ b/app/src/main/java/c/a/i/p5.java @@ -1,18 +1,16 @@ package c.a.i; -import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; +import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetUserRichPresenceBinding */ +/* compiled from: WidgetStageChannelRichPresenceBinding */ public final class p5 implements ViewBinding { @NonNull public final LinearLayout a; @@ -21,94 +19,30 @@ public final class p5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f145c; + public final TextView f144c; @NonNull public final TextView d; @NonNull public final SimpleDraweeView e; @NonNull - public final SimpleDraweeView f; + public final TextView f; @NonNull public final MaterialButton g; @NonNull - public final MaterialButton h; + public final TextView h; @NonNull public final TextView i; - @NonNull - public final TextView j; - @NonNull - public final TextView k; - public p5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { + public p5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull FrameLayout frameLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = linearLayout; this.b = linearLayout2; - this.f145c = textView; + this.f144c = textView; this.d = textView2; this.e = simpleDraweeView; - this.f = simpleDraweeView2; + this.f = textView3; this.g = materialButton; - this.h = materialButton2; - this.i = textView3; - this.j = textView4; - this.k = textView5; - } - - @NonNull - public static p5 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { - View inflate = layoutInflater.inflate(2131559298, viewGroup, false); - if (z2) { - viewGroup.addView(inflate); - } - int i = 2131362099; - Barrier barrier = (Barrier) inflate.findViewById(2131362099); - if (barrier != null) { - i = 2131363624; - Space space = (Space) inflate.findViewById(2131363624); - if (space != null) { - i = 2131364526; - LinearLayout linearLayout = (LinearLayout) inflate.findViewById(2131364526); - if (linearLayout != null) { - i = 2131364527; - TextView textView = (TextView) inflate.findViewById(2131364527); - if (textView != null) { - i = 2131364528; - TextView textView2 = (TextView) inflate.findViewById(2131364528); - if (textView2 != null) { - i = 2131364529; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(2131364529); - if (simpleDraweeView != null) { - i = 2131364532; - SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(2131364532); - if (simpleDraweeView2 != null) { - i = 2131364536; - MaterialButton materialButton = (MaterialButton) inflate.findViewById(2131364536); - if (materialButton != null) { - i = 2131364537; - MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(2131364537); - if (materialButton2 != null) { - i = 2131364539; - TextView textView3 = (TextView) inflate.findViewById(2131364539); - if (textView3 != null) { - i = 2131364540; - TextView textView4 = (TextView) inflate.findViewById(2131364540); - if (textView4 != null) { - i = 2131364541; - TextView textView5 = (TextView) inflate.findViewById(2131364541); - if (textView5 != null) { - return new p5((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5); - } - } - } - } - } - } - } - } - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + this.h = textView4; + this.i = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q.java b/app/src/main/java/c/a/i/q.java index e59b1644fe..98a6588ed4 100644 --- a/app/src/main/java/c/a/i/q.java +++ b/app/src/main/java/c/a/i/q.java @@ -13,7 +13,7 @@ public final class q implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f146c; + public final MaterialButton f145c; @NonNull public final MaterialButton d; @NonNull @@ -22,7 +22,7 @@ public final class q implements ViewBinding { public q(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f146c = materialButton2; + this.f145c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/i/q2.java b/app/src/main/java/c/a/i/q2.java index e706ac584d..88ebb0edbe 100644 --- a/app/src/main/java/c/a/i/q2.java +++ b/app/src/main/java/c/a/i/q2.java @@ -16,21 +16,18 @@ public final class q2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f147c; + public final TextView f146c; @NonNull public final MaterialButton d; @NonNull public final TextView e; - @NonNull - public final TextView f; public q2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull ImageView imageView2, @NonNull MaterialButton materialButton, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; this.b = textView3; - this.f147c = textView4; + this.f146c = textView4; this.d = materialButton; this.e = textView5; - this.f = textView6; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q3.java b/app/src/main/java/c/a/i/q3.java index 0dd655b205..020e392aa7 100644 --- a/app/src/main/java/c/a/i/q3.java +++ b/app/src/main/java/c/a/i/q3.java @@ -1,33 +1,45 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.ProgressBar; +import android.widget.FrameLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewUploadProgressBinding */ +import com.discord.views.CheckableImageView; +/* compiled from: ViewTernaryCheckboxBinding */ public final class q3 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull - public final ProgressBar b; + public final FrameLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f148c; + public final View f147c; @NonNull - public final TextView d; + public final View d; @NonNull public final TextView e; + @NonNull + public final TextView f; + @NonNull + public final CheckableImageView g; + @NonNull + public final CheckableImageView h; + @NonNull + public final CheckableImageView i; - public q3(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = constraintLayout; - this.b = progressBar; - this.f148c = imageView; - this.d = textView; - this.e = textView2; + public q3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) { + this.a = linearLayout; + this.b = frameLayout; + this.f147c = view; + this.d = view2; + this.e = textView; + this.f = textView2; + this.g = checkableImageView; + this.h = checkableImageView2; + this.i = checkableImageView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q4.java b/app/src/main/java/c/a/i/q4.java index 7ade716c3b..2ca0167deb 100644 --- a/app/src/main/java/c/a/i/q4.java +++ b/app/src/main/java/c/a/i/q4.java @@ -1,38 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.google.android.material.textfield.TextInputEditText; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: WidgetDiscordHubEmailInputBinding */ +import com.google.android.material.textview.MaterialTextView; +/* compiled from: WidgetChatListBotUiSelectComponentPillBinding */ public final class q4 implements ViewBinding { @NonNull - public final NestedScrollView a; - @NonNull - public final LinkifiedTextView b; - @NonNull + public final MaterialTextView a; - /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f149c; - @NonNull - public final TextInputLayout d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; - - public q4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = nestedScrollView; - this.b = linkifiedTextView; - this.f149c = textInputEditText; - this.d = textInputLayout; - this.e = textView; - this.f = textView2; + public q4(@NonNull MaterialTextView materialTextView) { + this.a = materialTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q5.java b/app/src/main/java/c/a/i/q5.java new file mode 100644 index 0000000000..b5122ceffd --- /dev/null +++ b/app/src/main/java/c/a/i/q5.java @@ -0,0 +1,51 @@ +package c.a.i; + +import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.viewbinding.ViewBinding; +import com.discord.views.StreamPreviewView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: WidgetStreamRichPresenceBinding */ +public final class q5 implements ViewBinding { + @NonNull + public final ConstraintLayout a; + @NonNull + public final LinearLayout b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f148c; + @NonNull + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final StreamPreviewView i; + + public q5(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull StreamPreviewView streamPreviewView) { + this.a = constraintLayout; + this.b = linearLayout; + this.f148c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = textView3; + this.g = textView4; + this.h = textView5; + this.i = streamPreviewView; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/i/r1.java b/app/src/main/java/c/a/i/r1.java index 7862f20035..1c2b21c1be 100644 --- a/app/src/main/java/c/a/i/r1.java +++ b/app/src/main/java/c/a/i/r1.java @@ -14,12 +14,12 @@ public final class r1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f150c; + public final TextView f149c; public r1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = imageView; - this.f150c = textView; + this.f149c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r3.java b/app/src/main/java/c/a/i/r3.java index 2ffdddbe31..baf07031c4 100644 --- a/app/src/main/java/c/a/i/r3.java +++ b/app/src/main/java/c/a/i/r3.java @@ -1,32 +1,32 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.StatusView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewUserListItemBinding */ +/* compiled from: ViewToolbarTitleBinding */ public final class r3 implements ViewBinding { @NonNull public final View a; @NonNull - public final SimpleDraweeView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f151c; + public final StatusView f150c; @NonNull public final TextView d; @NonNull - public final StatusView e; + public final TextView e; - public r3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { + public r3(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; - this.b = simpleDraweeView; - this.f151c = textView; - this.d = textView2; - this.e = statusView; + this.b = imageView; + this.f150c = statusView; + this.d = textView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r4.java b/app/src/main/java/c/a/i/r4.java index 249104dad3..603383075b 100644 --- a/app/src/main/java/c/a/i/r4.java +++ b/app/src/main/java/c/a/i/r4.java @@ -1,16 +1,30 @@ package c.a.i; import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetDiscordHubWaitlistBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.ChatActionItem; +/* compiled from: WidgetDirectoryChannelEmptyBinding */ public final class r4 implements ViewBinding { @NonNull - public final NestedScrollView a; + public final LinearLayout a; + @NonNull + public final TextView b; + @NonNull - public r4(@NonNull NestedScrollView nestedScrollView) { - this.a = nestedScrollView; + /* renamed from: c reason: collision with root package name */ + public final ChatActionItem f151c; + @NonNull + public final ChatActionItem d; + + public r4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { + this.a = linearLayout; + this.b = textView; + this.f151c = chatActionItem; + this.d = chatActionItem2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r5.java b/app/src/main/java/c/a/i/r5.java new file mode 100644 index 0000000000..bf854a280b --- /dev/null +++ b/app/src/main/java/c/a/i/r5.java @@ -0,0 +1,34 @@ +package c.a.i; + +import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +import com.discord.views.LoadingButton; +/* compiled from: WidgetUrgentMessageDialogBinding */ +public final class r5 implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + public final LoadingButton b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f152c; + @NonNull + public final TextView d; + + public r5(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = linearLayout; + this.b = loadingButton; + this.f152c = textView; + this.d = textView2; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/i/s0.java b/app/src/main/java/c/a/i/s0.java index 4e6b961e07..1ec2c0465f 100644 --- a/app/src/main/java/c/a/i/s0.java +++ b/app/src/main/java/c/a/i/s0.java @@ -20,7 +20,7 @@ public final class s0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CardView f152c; + public final CardView f153c; @NonNull public final TextView d; @NonNull @@ -31,7 +31,7 @@ public final class s0 implements ViewBinding { public s0(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) { this.a = cardView; this.b = imageView; - this.f152c = cardView2; + this.f153c = cardView2; this.d = textView; this.e = textInputLayout; this.f = recyclerView; @@ -39,25 +39,25 @@ public final class s0 implements ViewBinding { @NonNull public static s0 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { - View inflate = layoutInflater.inflate(2131558616, viewGroup, false); + View inflate = layoutInflater.inflate(2131558617, viewGroup, false); if (z2) { viewGroup.addView(inflate); } - int i = 2131362665; - ImageView imageView = (ImageView) inflate.findViewById(2131362665); + int i = 2131362663; + ImageView imageView = (ImageView) inflate.findViewById(2131362663); if (imageView != null) { CardView cardView = (CardView) inflate; - i = 2131363088; - TextView textView = (TextView) inflate.findViewById(2131363088); + i = 2131363089; + TextView textView = (TextView) inflate.findViewById(2131363089); if (textView != null) { - i = 2131364203; - TextInputLayout textInputLayout = (TextInputLayout) inflate.findViewById(2131364203); + i = 2131364213; + TextInputLayout textInputLayout = (TextInputLayout) inflate.findViewById(2131364213); if (textInputLayout != null) { - i = 2131364521; - RecyclerView recyclerView = (RecyclerView) inflate.findViewById(2131364521); + i = 2131364533; + RecyclerView recyclerView = (RecyclerView) inflate.findViewById(2131364533); if (recyclerView != null) { - i = 2131365310; - TextView textView2 = (TextView) inflate.findViewById(2131365310); + i = 2131365323; + TextView textView2 = (TextView) inflate.findViewById(2131365323); if (textView2 != null) { return new s0(cardView, imageView, cardView, textView, textInputLayout, recyclerView, textView2); } diff --git a/app/src/main/java/c/a/i/s1.java b/app/src/main/java/c/a/i/s1.java index 0ab49dbe5e..1b0bf88896 100644 --- a/app/src/main/java/c/a/i/s1.java +++ b/app/src/main/java/c/a/i/s1.java @@ -15,14 +15,14 @@ public final class s1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f153c; + public final ImageView f154c; @NonNull public final TextView d; public s1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f153c = imageView2; + this.f154c = imageView2; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/s2.java b/app/src/main/java/c/a/i/s2.java index 929cd9fbbf..117d66b206 100644 --- a/app/src/main/java/c/a/i/s2.java +++ b/app/src/main/java/c/a/i/s2.java @@ -14,14 +14,14 @@ public final class s2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f154c; + public final TextView f155c; @NonNull public final TextView d; public s2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f154c = textView2; + this.f155c = textView2; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/s3.java b/app/src/main/java/c/a/i/s3.java index 8124c4148d..dc3938a16d 100644 --- a/app/src/main/java/c/a/i/s3.java +++ b/app/src/main/java/c/a/i/s3.java @@ -2,47 +2,32 @@ package c.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.LinearLayout; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewUserStatusPresenceBinding */ +/* compiled from: ViewUploadProgressBinding */ public final class s3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull - public final ImageView b; + public final ProgressBar b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f155c; + public final ImageView f156c; @NonNull public final TextView d; - - public s3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { - this.a = linearLayout; - this.b = imageView; - this.f155c = textView; - this.d = textView2; - } - @NonNull - public static s3 a(@NonNull View view) { - int i = 2131365592; - ImageView imageView = (ImageView) view.findViewById(2131365592); - if (imageView != null) { - i = 2131365593; - TextView textView = (TextView) view.findViewById(2131365593); - if (textView != null) { - i = 2131365594; - TextView textView2 = (TextView) view.findViewById(2131365594); - if (textView2 != null) { - LinearLayout linearLayout = (LinearLayout) view; - return new s3(linearLayout, imageView, textView, textView2, linearLayout); - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public final TextView e; + + public s3(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.b = progressBar; + this.f156c = imageView; + this.d = textView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/s4.java b/app/src/main/java/c/a/i/s4.java index 165e6404fb..72df073082 100644 --- a/app/src/main/java/c/a/i/s4.java +++ b/app/src/main/java/c/a/i/s4.java @@ -1,20 +1,29 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetDiscoveryOtherSpeakersCountBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +/* compiled from: WidgetDiscordHubEmailConfirmationBinding */ public final class s4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final NestedScrollView a; + @NonNull + public final LinkifiedTextView b; @NonNull - public final TextView b; - public s4(@NonNull LinearLayout linearLayout, @NonNull TextView textView) { - this.a = linearLayout; - this.b = textView; + /* renamed from: c reason: collision with root package name */ + public final TextView f157c; + @NonNull + public final LinkifiedTextView d; + + public s4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { + this.a = nestedScrollView; + this.b = linkifiedTextView; + this.f157c = textView; + this.d = linkifiedTextView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/s5.java b/app/src/main/java/c/a/i/s5.java new file mode 100644 index 0000000000..8881aae1ae --- /dev/null +++ b/app/src/main/java/c/a/i/s5.java @@ -0,0 +1,45 @@ +package c.a.i; + +import android.view.View; +import android.widget.RelativeLayout; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding */ +public final class s5 implements ViewBinding { + @NonNull + public final RelativeLayout a; + @NonNull + public final SimpleDraweeView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f158c; + + public s5(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + this.a = relativeLayout; + this.b = simpleDraweeView; + this.f158c = textView; + } + + @NonNull + public static s5 a(@NonNull View view) { + int i = 2131365537; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131365537); + if (simpleDraweeView != null) { + i = 2131365538; + TextView textView = (TextView) view.findViewById(2131365538); + if (textView != null) { + return new s5((RelativeLayout) view, simpleDraweeView, textView); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/i/t.java b/app/src/main/java/c/a/i/t.java index 3d66035a00..d0ca466090 100644 --- a/app/src/main/java/c/a/i/t.java +++ b/app/src/main/java/c/a/i/t.java @@ -16,7 +16,7 @@ public final class t implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f156c; + public final TextView f159c; @NonNull public final SimpleDraweeView d; @NonNull @@ -25,7 +25,7 @@ public final class t implements ViewBinding { public t(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f156c = textView; + this.f159c = textView; this.d = simpleDraweeView; this.e = materialButton2; } diff --git a/app/src/main/java/c/a/i/t0.java b/app/src/main/java/c/a/i/t0.java index 0feb55c6fa..8b1eebcd99 100644 --- a/app/src/main/java/c/a/i/t0.java +++ b/app/src/main/java/c/a/i/t0.java @@ -16,7 +16,7 @@ public final class t0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f157c; + public final TextView f160c; @NonNull public final ImageView d; @NonNull @@ -29,7 +29,7 @@ public final class t0 implements ViewBinding { public t0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4) { this.a = linearLayout; this.b = materialButton; - this.f157c = textView; + this.f160c = textView; this.d = imageView; this.e = imageView2; this.f = imageView3; diff --git a/app/src/main/java/c/a/i/t1.java b/app/src/main/java/c/a/i/t1.java index 3347055052..6d9eedfda3 100644 --- a/app/src/main/java/c/a/i/t1.java +++ b/app/src/main/java/c/a/i/t1.java @@ -14,14 +14,14 @@ public final class t1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FailedUploadView f158c; + public final FailedUploadView f161c; @NonNull public final FailedUploadView d; public t1(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { this.a = linearLayout; this.b = failedUploadView; - this.f158c = failedUploadView2; + this.f161c = failedUploadView2; this.d = failedUploadView3; } diff --git a/app/src/main/java/c/a/i/t3.java b/app/src/main/java/c/a/i/t3.java index 2b9c608cb1..10cdd185d3 100644 --- a/app/src/main/java/c/a/i/t3.java +++ b/app/src/main/java/c/a/i/t3.java @@ -1,29 +1,32 @@ 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; +import com.discord.views.StatusView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewUserSummaryItemBinding */ +/* compiled from: ViewUserListItemBinding */ public final class t3 implements ViewBinding { @NonNull - public final CutoutView a; + public final View a; @NonNull public final SimpleDraweeView b; - - public t3(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) { - this.a = cutoutView; - this.b = simpleDraweeView; - } - @NonNull - public static t3 a(@NonNull View view) { - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362077); - if (simpleDraweeView != null) { - return new t3((CutoutView) view, simpleDraweeView); - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(2131362077))); + + /* renamed from: c reason: collision with root package name */ + public final TextView f162c; + @NonNull + public final TextView d; + @NonNull + public final StatusView e; + + public t3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { + this.a = view; + this.b = simpleDraweeView; + this.f162c = textView; + this.d = textView2; + this.e = statusView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t4.java b/app/src/main/java/c/a/i/t4.java index 743e79b949..b9b784018a 100644 --- a/app/src/main/java/c/a/i/t4.java +++ b/app/src/main/java/c/a/i/t4.java @@ -1,26 +1,38 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetDiscoveryStageCardSpeakerBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.google.android.material.textfield.TextInputEditText; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: WidgetDiscordHubEmailInputBinding */ public final class t4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final NestedScrollView a; @NonNull - public final SimpleDraweeView b; + public final LinkifiedTextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f159c; + public final TextInputEditText f163c; + @NonNull + public final TextInputLayout d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; - public t4(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { - this.a = linearLayout; - this.b = simpleDraweeView; - this.f159c = textView; + public t4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = nestedScrollView; + this.b = linkifiedTextView; + this.f163c = textInputEditText; + this.d = textInputLayout; + this.e = textView; + this.f = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t5.java b/app/src/main/java/c/a/i/t5.java new file mode 100644 index 0000000000..3ba5e7086e --- /dev/null +++ b/app/src/main/java/c/a/i/t5.java @@ -0,0 +1,119 @@ +package c.a.i; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.LinearLayout; +import android.widget.Space; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.constraintlayout.widget.Barrier; +import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetUserRichPresenceBinding */ +public final class t5 implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + public final LinearLayout b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f164c; + @NonNull + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final SimpleDraweeView f; + @NonNull + public final MaterialButton g; + @NonNull + public final MaterialButton h; + @NonNull + public final TextView i; + @NonNull + public final TextView j; + @NonNull + public final TextView k; + + public t5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5) { + this.a = linearLayout; + this.b = linearLayout2; + this.f164c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = simpleDraweeView2; + this.g = materialButton; + this.h = materialButton2; + this.i = textView3; + this.j = textView4; + this.k = textView5; + } + + @NonNull + public static t5 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + View inflate = layoutInflater.inflate(2131559304, viewGroup, false); + if (z2) { + viewGroup.addView(inflate); + } + int i = 2131362111; + Barrier barrier = (Barrier) inflate.findViewById(2131362111); + if (barrier != null) { + i = 2131363630; + Space space = (Space) inflate.findViewById(2131363630); + if (space != null) { + i = 2131364538; + LinearLayout linearLayout = (LinearLayout) inflate.findViewById(2131364538); + if (linearLayout != null) { + i = 2131364539; + TextView textView = (TextView) inflate.findViewById(2131364539); + if (textView != null) { + i = 2131364540; + TextView textView2 = (TextView) inflate.findViewById(2131364540); + if (textView2 != null) { + i = 2131364541; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(2131364541); + if (simpleDraweeView != null) { + i = 2131364544; + SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(2131364544); + if (simpleDraweeView2 != null) { + i = 2131364548; + MaterialButton materialButton = (MaterialButton) inflate.findViewById(2131364548); + if (materialButton != null) { + i = 2131364549; + MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(2131364549); + if (materialButton2 != null) { + i = 2131364551; + TextView textView3 = (TextView) inflate.findViewById(2131364551); + if (textView3 != null) { + i = 2131364552; + TextView textView4 = (TextView) inflate.findViewById(2131364552); + if (textView4 != null) { + i = 2131364553; + TextView textView5 = (TextView) inflate.findViewById(2131364553); + if (textView5 != null) { + return new t5((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5); + } + } + } + } + } + } + } + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/i/u.java b/app/src/main/java/c/a/i/u.java index 0e691845ca..99390c86d9 100644 --- a/app/src/main/java/c/a/i/u.java +++ b/app/src/main/java/c/a/i/u.java @@ -17,7 +17,7 @@ public final class u implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SwitchMaterial f160c; + public final SwitchMaterial f165c; @NonNull public final RelativeLayout d; @NonNull @@ -36,7 +36,7 @@ public final class u implements ViewBinding { public u(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull SwitchMaterial switchMaterial, @NonNull RelativeLayout relativeLayout2, @NonNull View view, @NonNull MaterialButton materialButton2, @NonNull RelativeLayout relativeLayout3, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = relativeLayout; this.b = materialButton; - this.f160c = switchMaterial; + this.f165c = switchMaterial; this.d = relativeLayout2; this.e = view; this.f = materialButton2; diff --git a/app/src/main/java/c/a/i/u0.java b/app/src/main/java/c/a/i/u0.java index b3fa1f2b18..dc694ab7c3 100644 --- a/app/src/main/java/c/a/i/u0.java +++ b/app/src/main/java/c/a/i/u0.java @@ -15,12 +15,12 @@ public final class u0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f161c; + public final TextView f166c; public u0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f161c = textView; + this.f166c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/u1.java b/app/src/main/java/c/a/i/u1.java index 5f72082035..803ac1af1d 100644 --- a/app/src/main/java/c/a/i/u1.java +++ b/app/src/main/java/c/a/i/u1.java @@ -14,7 +14,7 @@ public final class u1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f162c; + public final TextView f167c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class u1 implements ViewBinding { public u1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; this.b = textView; - this.f162c = textView2; + this.f167c = textView2; this.d = textView3; this.e = textView4; this.f = textView5; diff --git a/app/src/main/java/c/a/i/u2.java b/app/src/main/java/c/a/i/u2.java index a88f843253..93cddc2143 100644 --- a/app/src/main/java/c/a/i/u2.java +++ b/app/src/main/java/c/a/i/u2.java @@ -14,12 +14,12 @@ public final class u2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f163c; + public final TextView f168c; public u2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f163c = textView2; + this.f168c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/u3.java b/app/src/main/java/c/a/i/u3.java index 5099c00cf0..49795049fa 100644 --- a/app/src/main/java/c/a/i/u3.java +++ b/app/src/main/java/c/a/i/u3.java @@ -1,25 +1,48 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.span.SimpleDraweeSpanTextView; -/* compiled from: ViewUsernameBinding */ +/* compiled from: ViewUserStatusPresenceBinding */ public final class u3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull - public final TextView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f164c; + public final TextView f169c; + @NonNull + public final TextView d; - public u3(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { - this.a = view; - this.b = textView; - this.f164c = simpleDraweeSpanTextView; + public u3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { + this.a = linearLayout; + this.b = imageView; + this.f169c = textView; + this.d = textView2; + } + + @NonNull + public static u3 a(@NonNull View view) { + int i = 2131365610; + ImageView imageView = (ImageView) view.findViewById(2131365610); + if (imageView != null) { + i = 2131365611; + TextView textView = (TextView) view.findViewById(2131365611); + if (textView != null) { + i = 2131365612; + TextView textView2 = (TextView) view.findViewById(2131365612); + if (textView2 != null) { + LinearLayout linearLayout = (LinearLayout) view; + return new u3(linearLayout, imageView, textView, textView2, linearLayout); + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/u4.java b/app/src/main/java/c/a/i/u4.java index 449e533e09..6faa3377f0 100644 --- a/app/src/main/java/c/a/i/u4.java +++ b/app/src/main/java/c/a/i/u4.java @@ -1,31 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.discord.views.LoadingButton; -import com.google.android.material.button.MaterialButton; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding */ +/* compiled from: WidgetDiscordHubWaitlistBinding */ public final class u4 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final MaterialButton b; - @NonNull + public final NestedScrollView a; - /* renamed from: c reason: collision with root package name */ - public final LoadingButton f165c; - @NonNull - public final TextInputLayout d; - - public u4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) { - this.a = linearLayout; - this.b = materialButton; - this.f165c = loadingButton; - this.d = textInputLayout; + public u4(@NonNull NestedScrollView nestedScrollView) { + this.a = nestedScrollView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/v.java b/app/src/main/java/c/a/i/v.java index ce0615d096..78438339cd 100644 --- a/app/src/main/java/c/a/i/v.java +++ b/app/src/main/java/c/a/i/v.java @@ -15,7 +15,7 @@ public final class v implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f166c; + public final TextView f170c; @NonNull public final RelativeLayout d; @NonNull @@ -26,7 +26,7 @@ public final class v implements ViewBinding { public v(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) { this.a = linearLayout; this.b = textView; - this.f166c = textView2; + this.f170c = textView2; this.d = relativeLayout; this.e = textView3; this.f = relativeLayout2; diff --git a/app/src/main/java/c/a/i/v0.java b/app/src/main/java/c/a/i/v0.java index 7022048ea7..98905e110e 100644 --- a/app/src/main/java/c/a/i/v0.java +++ b/app/src/main/java/c/a/i/v0.java @@ -16,7 +16,7 @@ public final class v0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f167c; + public final TextView f171c; @NonNull public final LottieAnimationView d; @NonNull @@ -25,7 +25,7 @@ public final class v0 implements ViewBinding { public v0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f167c = textView2; + this.f171c = textView2; this.d = lottieAnimationView; this.e = materialButton; } diff --git a/app/src/main/java/c/a/i/v1.java b/app/src/main/java/c/a/i/v1.java index 942df54a72..e45af63dcf 100644 --- a/app/src/main/java/c/a/i/v1.java +++ b/app/src/main/java/c/a/i/v1.java @@ -18,7 +18,7 @@ public final class v1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f168c; + public final SimpleDraweeView f172c; @NonNull public final TextView d; @NonNull @@ -31,7 +31,7 @@ public final class v1 implements ViewBinding { public v1(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull Barrier barrier, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2, @NonNull FrameLayout frameLayout, @NonNull TextView textView3, @NonNull DiscoveryStageCardSpeakersView discoveryStageCardSpeakersView, @NonNull TextView textView4) { this.a = view; this.b = textView; - this.f168c = simpleDraweeView; + this.f172c = simpleDraweeView; this.d = textView2; this.e = textView3; this.f = discoveryStageCardSpeakersView; diff --git a/app/src/main/java/c/a/i/v2.java b/app/src/main/java/c/a/i/v2.java index e70c01cd00..5c0c413c14 100644 --- a/app/src/main/java/c/a/i/v2.java +++ b/app/src/main/java/c/a/i/v2.java @@ -1,38 +1,29 @@ package c.a.i; import android.view.View; -import android.widget.GridLayout; +import android.widget.FrameLayout; import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.GuildView; -/* compiled from: ViewServerFolderBinding */ +/* compiled from: ViewServerDiscoveryHeaderBinding */ public final class v2 implements ViewBinding { @NonNull public final View a; @NonNull - public final ImageView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final GuildView f169c; + public final FrameLayout f173c; @NonNull - public final GuildView d; - @NonNull - public final GuildView e; - @NonNull - public final GuildView f; - @NonNull - public final GridLayout g; + public final TextView d; - public v2(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { + public v2(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { this.a = view; - this.b = imageView; - this.f169c = guildView; - this.d = guildView2; - this.e = guildView3; - this.f = guildView4; - this.g = gridLayout; + this.b = textView; + this.f173c = frameLayout; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/v3.java b/app/src/main/java/c/a/i/v3.java index b312508a53..cf0135df20 100644 --- a/app/src/main/java/c/a/i/v3.java +++ b/app/src/main/java/c/a/i/v3.java @@ -1,82 +1,29 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.ProgressBar; -import android.widget.Space; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.VoiceUserView; -import com.discord.views.calls.AppVideoStreamRenderer; +import com.discord.views.CutoutView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewVideoCallParticipantBinding */ +/* compiled from: ViewUserSummaryItemBinding */ public final class v3 implements ViewBinding { @NonNull - public final View a; - @NonNull - public final View b; + public final CutoutView a; @NonNull + public final SimpleDraweeView b; - /* renamed from: c reason: collision with root package name */ - public final View f170c; - @NonNull - public final ImageView d; - @NonNull - public final ConstraintLayout e; - @NonNull - public final ImageView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; - @NonNull - public final ImageView j; - @NonNull - public final ConstraintLayout k; - @NonNull - public final TextView l; - @NonNull - public final SimpleDraweeView m; - @NonNull - public final TextView n; - @NonNull - public final TextView o; - @NonNull - public final ProgressBar p; - @NonNull - public final AppVideoStreamRenderer q; - @NonNull - public final LinearLayout r; - @NonNull + public v3(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) { + this.a = cutoutView; + this.b = simpleDraweeView; + } - /* renamed from: s reason: collision with root package name */ - public final VoiceUserView f171s; - - public v3(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) { - this.a = view; - this.b = view2; - this.f170c = view3; - this.d = imageView; - this.e = constraintLayout; - this.f = imageView2; - this.g = textView; - this.h = textView2; - this.i = textView3; - this.j = imageView3; - this.k = constraintLayout2; - this.l = textView5; - this.m = simpleDraweeView; - this.n = textView6; - this.o = textView7; - this.p = progressBar; - this.q = appVideoStreamRenderer; - this.r = linearLayout2; - this.f171s = voiceUserView; + @NonNull + public static v3 a(@NonNull View view) { + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(2131362081); + if (simpleDraweeView != null) { + return new v3((CutoutView) view, simpleDraweeView); + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(2131362081))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/v4.java b/app/src/main/java/c/a/i/v4.java index 198d33de4f..c9b4bb69cc 100644 --- a/app/src/main/java/c/a/i/v4.java +++ b/app/src/main/java/c/a/i/v4.java @@ -1,32 +1,20 @@ package c.a.i; import android.view.View; -import android.view.ViewStub; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.rounded.RoundedRelativeLayout; -/* compiled from: WidgetHomePanelCenterBinding */ +/* compiled from: WidgetDiscoveryOtherSpeakersCountBinding */ public final class v4 implements ViewBinding { @NonNull - public final RoundedRelativeLayout a; - @NonNull - public final ViewStub b; + public final LinearLayout a; @NonNull + public final TextView b; - /* renamed from: c reason: collision with root package name */ - public final w4 f172c; - @NonNull - public final FragmentContainerView d; - @NonNull - public final FragmentContainerView e; - - public v4(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull w4 w4Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) { - this.a = roundedRelativeLayout; - this.b = viewStub2; - this.f172c = w4Var; - this.d = fragmentContainerView; - this.e = fragmentContainerView4; + public v4(@NonNull LinearLayout linearLayout, @NonNull TextView textView) { + this.a = linearLayout; + this.b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w0.java b/app/src/main/java/c/a/i/w0.java index f7f38a34d4..fcc7685546 100644 --- a/app/src/main/java/c/a/i/w0.java +++ b/app/src/main/java/c/a/i/w0.java @@ -18,7 +18,7 @@ public final class w0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f173c; + public final LoadingButton f174c; @NonNull public final TextView d; @NonNull @@ -31,7 +31,7 @@ public final class w0 implements ViewBinding { public w0(@NonNull LinearLayout linearLayout, @NonNull ProgressBar progressBar, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f173c = loadingButton; + this.f174c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/w1.java b/app/src/main/java/c/a/i/w1.java index 4e7265e574..007b77a72f 100644 --- a/app/src/main/java/c/a/i/w1.java +++ b/app/src/main/java/c/a/i/w1.java @@ -15,14 +15,14 @@ public final class w1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f174c; + public final TextView f175c; @NonNull public final MaterialButton d; public w1(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) { this.a = view; this.b = materialButton; - this.f174c = textView; + this.f175c = textView; this.d = materialButton2; } diff --git a/app/src/main/java/c/a/i/w2.java b/app/src/main/java/c/a/i/w2.java index ba1f9b217f..6b20b63914 100644 --- a/app/src/main/java/c/a/i/w2.java +++ b/app/src/main/java/c/a/i/w2.java @@ -1,32 +1,36 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewServerMemberCountBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewServerDiscoveryItemBinding */ public final class w2 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final ImageView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f175c; + public final y2 f176c; @NonNull - public final ImageView d; + public final TextView d; @NonNull - public final TextView e; + public final SimpleDraweeView e; + @NonNull + public final TextView f; - public w2(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { - this.a = linearLayout; - this.b = imageView; - this.f175c = textView; - this.d = imageView2; - this.e = textView2; + public w2(@NonNull View view, @NonNull Barrier barrier, @NonNull MaterialButton materialButton, @NonNull y2 y2Var, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView2) { + this.a = view; + this.b = materialButton; + this.f176c = y2Var; + this.d = textView; + this.e = simpleDraweeView; + this.f = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w3.java b/app/src/main/java/c/a/i/w3.java index 866e979548..1ebcd250f9 100644 --- a/app/src/main/java/c/a/i/w3.java +++ b/app/src/main/java/c/a/i/w3.java @@ -4,22 +4,22 @@ import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewVoiceUserBinding */ +import com.facebook.drawee.span.SimpleDraweeSpanTextView; +/* compiled from: ViewUsernameBinding */ public final class w3 implements ViewBinding { @NonNull public final View a; @NonNull - public final SimpleDraweeView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f176c; + public final SimpleDraweeSpanTextView f177c; - public w3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public w3(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = view; - this.b = simpleDraweeView; - this.f176c = textView; + this.b = textView; + this.f177c = simpleDraweeSpanTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w4.java b/app/src/main/java/c/a/i/w4.java index 5383662fb0..807bcea0ae 100644 --- a/app/src/main/java/c/a/i/w4.java +++ b/app/src/main/java/c/a/i/w4.java @@ -1,16 +1,26 @@ package c.a.i; import android.view.View; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelCenterContentUnreadBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: WidgetDiscoveryStageCardSpeakerBinding */ public final class w4 implements ViewBinding { @NonNull - public final TextView a; + public final LinearLayout a; + @NonNull + public final SimpleDraweeView b; + @NonNull - public w4(@NonNull TextView textView, @NonNull TextView textView2) { - this.a = textView; + /* renamed from: c reason: collision with root package name */ + public final TextView f178c; + + public w4(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + this.a = linearLayout; + this.b = simpleDraweeView; + this.f178c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x.java b/app/src/main/java/c/a/i/x.java index f123e13641..4cb72b406f 100644 --- a/app/src/main/java/c/a/i/x.java +++ b/app/src/main/java/c/a/i/x.java @@ -14,14 +14,14 @@ public final class x implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AccountCreditView f177c; + public final AccountCreditView f179c; @NonNull public final View d; public x(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) { this.a = cardView; this.b = accountCreditView; - this.f177c = accountCreditView2; + this.f179c = accountCreditView2; this.d = view; } diff --git a/app/src/main/java/c/a/i/x0.java b/app/src/main/java/c/a/i/x0.java index 562705bae4..00c8cbff6e 100644 --- a/app/src/main/java/c/a/i/x0.java +++ b/app/src/main/java/c/a/i/x0.java @@ -18,7 +18,7 @@ public final class x0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f178c; + public final LoadingButton f180c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class x0 implements ViewBinding { public x0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f178c = loadingButton; + this.f180c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/x2.java b/app/src/main/java/c/a/i/x2.java index 5941bc42de..d73f4087ec 100644 --- a/app/src/main/java/c/a/i/x2.java +++ b/app/src/main/java/c/a/i/x2.java @@ -1,36 +1,38 @@ package c.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.GridLayout; +import android.widget.ImageView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: ViewServerSettingsIconNameBinding */ +import com.discord.views.GuildView; +/* compiled from: ViewServerFolderBinding */ public final class x2 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull - public final TextView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f179c; + public final GuildView f181c; @NonNull - public final SimpleDraweeView d; + public final GuildView d; @NonNull - public final TextView e; + public final GuildView e; @NonNull - public final TextView f; + public final GuildView f; + @NonNull + public final GridLayout g; - public x2(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) { - this.a = constraintLayout; - this.b = textView; - this.f179c = textInputLayout; - this.d = simpleDraweeView; - this.e = textView2; - this.f = textView3; + public x2(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { + this.a = view; + this.b = imageView; + this.f181c = guildView; + this.d = guildView2; + this.e = guildView3; + this.f = guildView4; + this.g = gridLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x3.java b/app/src/main/java/c/a/i/x3.java index c8c511d343..05bcbb1589 100644 --- a/app/src/main/java/c/a/i/x3.java +++ b/app/src/main/java/c/a/i/x3.java @@ -1,24 +1,82 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.ProgressBar; +import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: VoiceUserLimitViewBinding */ +import com.discord.views.VoiceUserView; +import com.discord.views.calls.AppVideoStreamRenderer; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewVideoCallParticipantBinding */ public final class x3 implements ViewBinding { @NonNull public final View a; @NonNull - public final TextView b; + public final View b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f180c; + public final View f182c; + @NonNull + public final ImageView d; + @NonNull + public final ConstraintLayout e; + @NonNull + public final ImageView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; + @NonNull + public final ImageView j; + @NonNull + public final ConstraintLayout k; + @NonNull + public final TextView l; + @NonNull + public final SimpleDraweeView m; + @NonNull + public final TextView n; + @NonNull + public final TextView o; + @NonNull + public final ProgressBar p; + @NonNull + public final AppVideoStreamRenderer q; + @NonNull + public final LinearLayout r; + @NonNull - public x3(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { + /* renamed from: s reason: collision with root package name */ + public final VoiceUserView f183s; + + public x3(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) { this.a = view; - this.b = textView; - this.f180c = textView2; + this.b = view2; + this.f182c = view3; + this.d = imageView; + this.e = constraintLayout; + this.f = imageView2; + this.g = textView; + this.h = textView2; + this.i = textView3; + this.j = imageView3; + this.k = constraintLayout2; + this.l = textView5; + this.m = simpleDraweeView; + this.n = textView6; + this.o = textView7; + this.p = progressBar; + this.q = appVideoStreamRenderer; + this.r = linearLayout2; + this.f183s = voiceUserView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x4.java b/app/src/main/java/c/a/i/x4.java index 938139f2b5..f1c65e6801 100644 --- a/app/src/main/java/c/a/i/x4.java +++ b/app/src/main/java/c/a/i/x4.java @@ -1,27 +1,31 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.RelativeLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelLeftBinding */ +import com.discord.views.LoadingButton; +import com.google.android.material.button.MaterialButton; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding */ public final class x4 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull - public final TextView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f181c; + public final LoadingButton f184c; + @NonNull + public final TextInputLayout d; - public x4(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { - this.a = relativeLayout; - this.b = textView; - this.f181c = fragmentContainerView2; + public x4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) { + this.a = linearLayout; + this.b = materialButton; + this.f184c = loadingButton; + this.d = textInputLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y.java b/app/src/main/java/c/a/i/y.java index 1395728c83..ef528839c7 100644 --- a/app/src/main/java/c/a/i/y.java +++ b/app/src/main/java/c/a/i/y.java @@ -17,14 +17,14 @@ public final class y implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f182c; + public final TextInputLayout f185c; @NonNull public final LoadingButton d; public y(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) { this.a = constraintLayout; this.b = linkifiedTextView; - this.f182c = textInputLayout; + this.f185c = textInputLayout; this.d = loadingButton; } diff --git a/app/src/main/java/c/a/i/y0.java b/app/src/main/java/c/a/i/y0.java index df3b7b8c7c..df2fdf6631 100644 --- a/app/src/main/java/c/a/i/y0.java +++ b/app/src/main/java/c/a/i/y0.java @@ -16,7 +16,7 @@ public final class y0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f183c; + public final ImageView f186c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class y0 implements ViewBinding { public y0(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = textView; - this.f183c = imageView; + this.f186c = imageView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/y1.java b/app/src/main/java/c/a/i/y1.java index ee53d923cb..47b5694ba8 100644 --- a/app/src/main/java/c/a/i/y1.java +++ b/app/src/main/java/c/a/i/y1.java @@ -14,12 +14,12 @@ public final class y1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f184c; + public final TextView f187c; public y1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f184c = textView; + this.f187c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y2.java b/app/src/main/java/c/a/i/y2.java index 636122d2d2..8c9eb5f0ab 100644 --- a/app/src/main/java/c/a/i/y2.java +++ b/app/src/main/java/c/a/i/y2.java @@ -1,25 +1,54 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.CheckedSetting; -/* compiled from: ViewServerSettingsNotificationsBinding */ +/* compiled from: ViewServerMemberCountBinding */ public final class y2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final CheckedSetting b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f185c; + public final TextView f188c; + @NonNull + public final ImageView d; + @NonNull + public final TextView e; - public y2(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { + public y2(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = linearLayout; - this.b = checkedSetting; - this.f185c = checkedSetting2; + this.b = imageView; + this.f188c = textView; + this.d = imageView2; + this.e = textView2; + } + + @NonNull + public static y2 a(@NonNull View view) { + int i = 2131363791; + ImageView imageView = (ImageView) view.findViewById(2131363791); + if (imageView != null) { + i = 2131363792; + TextView textView = (TextView) view.findViewById(2131363792); + if (textView != null) { + i = 2131363793; + ImageView imageView2 = (ImageView) view.findViewById(2131363793); + if (imageView2 != null) { + i = 2131363794; + TextView textView2 = (TextView) view.findViewById(2131363794); + if (textView2 != null) { + return new y2((LinearLayout) view, imageView, textView, imageView2, textView2); + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y3.java b/app/src/main/java/c/a/i/y3.java index 46d812ad8a..e45dcec5e7 100644 --- a/app/src/main/java/c/a/i/y3.java +++ b/app/src/main/java/c/a/i/y3.java @@ -1,28 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.SeekBar; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: VolumeSliderViewBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewVoiceUserBinding */ public final class y3 implements ViewBinding { @NonNull public final View a; @NonNull - public final ImageView b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f186c; - @NonNull - public final SeekBar d; + public final TextView f189c; - public y3(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { + public y3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; - this.b = imageView; - this.f186c = imageView2; - this.d = seekBar; + this.b = simpleDraweeView; + this.f189c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y4.java b/app/src/main/java/c/a/i/y4.java index 28289bd314..d44ffe7793 100644 --- a/app/src/main/java/c/a/i/y4.java +++ b/app/src/main/java/c/a/i/y4.java @@ -2,19 +2,24 @@ package c.a.i; import android.view.View; import android.widget.FrameLayout; -import android.widget.ImageView; import androidx.annotation.NonNull; +import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelLoadingBinding */ +/* compiled from: WidgetHomePanelCenterBinding */ public final class y4 implements ViewBinding { @NonNull public final FrameLayout a; @NonNull - public final ImageView b; + public final z4 b; + @NonNull - public y4(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) { + /* renamed from: c reason: collision with root package name */ + public final FragmentContainerView f190c; + + public y4(@NonNull FrameLayout frameLayout, @NonNull z4 z4Var, @NonNull FragmentContainerView fragmentContainerView) { this.a = frameLayout; - this.b = imageView; + this.b = z4Var; + this.f190c = fragmentContainerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z.java b/app/src/main/java/c/a/i/z.java index da3087da58..d86adec125 100644 --- a/app/src/main/java/c/a/i/z.java +++ b/app/src/main/java/c/a/i/z.java @@ -17,7 +17,7 @@ public final class z implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f187c; + public final LoadingButton f191c; @NonNull public final LinkifiedTextView d; @NonNull @@ -26,7 +26,7 @@ public final class z implements ViewBinding { public z(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = materialButton; - this.f187c = loadingButton; + this.f191c = loadingButton; this.d = linkifiedTextView; this.e = textView; } diff --git a/app/src/main/java/c/a/i/z0.java b/app/src/main/java/c/a/i/z0.java index 5e027e6d67..cf3852649c 100644 --- a/app/src/main/java/c/a/i/z0.java +++ b/app/src/main/java/c/a/i/z0.java @@ -16,7 +16,7 @@ public final class z0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f188c; + public final TextView f192c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class z0 implements ViewBinding { public z0(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = imageView; - this.f188c = textView; + this.f192c = textView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/z1.java b/app/src/main/java/c/a/i/z1.java index a7a4686728..e34e459058 100644 --- a/app/src/main/java/c/a/i/z1.java +++ b/app/src/main/java/c/a/i/z1.java @@ -15,7 +15,7 @@ public final class z1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Spinner f189c; + public final Spinner f193c; @NonNull public final TextView d; @NonNull @@ -26,7 +26,7 @@ public final class z1 implements ViewBinding { public z1(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = view; this.b = textView; - this.f189c = spinner; + this.f193c = spinner; this.d = textView2; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/c/a/i/z2.java b/app/src/main/java/c/a/i/z2.java index e77514f722..68f0f188f3 100644 --- a/app/src/main/java/c/a/i/z2.java +++ b/app/src/main/java/c/a/i/z2.java @@ -1,29 +1,36 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewServerSettingsRegionBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: ViewServerSettingsIconNameBinding */ public final class z2 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f190c; + public final TextInputLayout f194c; @NonNull - public final LinearLayout d; + public final SimpleDraweeView d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; - public z2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout2) { - this.a = linearLayout; + public z2(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) { + this.a = constraintLayout; this.b = textView; - this.f190c = imageView; - this.d = linearLayout2; + this.f194c = textInputLayout; + this.d = simpleDraweeView; + this.e = textView2; + this.f = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z3.java b/app/src/main/java/c/a/i/z3.java index 6ba23d50e3..b526b7b5a9 100644 --- a/app/src/main/java/c/a/i/z3.java +++ b/app/src/main/java/c/a/i/z3.java @@ -1,48 +1,24 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.app.AppViewFlipper; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetAcceptGiftDialogBinding */ +/* compiled from: VoiceUserLimitViewBinding */ public final class z3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final SimpleDraweeView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f191c; - @NonNull - public final MaterialButton d; - @NonNull - public final LinearLayout e; - @NonNull - public final LinkifiedTextView f; - @NonNull - public final AppViewFlipper g; - @NonNull - public final TextView h; - @NonNull - public final ProgressBar i; + public final TextView f195c; - public z3(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull LinkifiedTextView linkifiedTextView, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView2, @NonNull ProgressBar progressBar) { - this.a = linearLayout; - this.b = simpleDraweeView; - this.f191c = textView; - this.d = materialButton; - this.e = linearLayout3; - this.f = linkifiedTextView; - this.g = appViewFlipper; - this.h = textView2; - this.i = progressBar; + public z3(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = view; + this.b = textView; + this.f195c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z4.java b/app/src/main/java/c/a/i/z4.java index e0c5e05e2c..df07867b5e 100644 --- a/app/src/main/java/c/a/i/z4.java +++ b/app/src/main/java/c/a/i/z4.java @@ -1,26 +1,32 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; +import android.view.ViewStub; import androidx.annotation.NonNull; import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.rounded.RoundedRelativeLayout; -/* compiled from: WidgetHomePanelRightBinding */ +/* compiled from: WidgetHomePanelCenterChatBinding */ public final class z4 implements ViewBinding { @NonNull - public final FrameLayout a; + public final RoundedRelativeLayout a; @NonNull - public final RoundedRelativeLayout b; + public final ViewStub b; @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f192c; + public final a5 f196c; + @NonNull + public final FragmentContainerView d; + @NonNull + public final FragmentContainerView e; - public z4(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { - this.a = frameLayout; - this.b = roundedRelativeLayout; - this.f192c = fragmentContainerView3; + public z4(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull a5 a5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) { + this.a = roundedRelativeLayout; + this.b = viewStub2; + this.f196c = a5Var; + this.d = fragmentContainerView; + this.e = fragmentContainerView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/a.java b/app/src/main/java/c/a/j/a.java index b54d31e972..8dde00c7a5 100644 --- a/app/src/main/java/c/a/j/a.java +++ b/app/src/main/java/c/a/j/a.java @@ -20,7 +20,7 @@ public final class a { public final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public final Logger f193c; + public final Logger f197c; /* compiled from: FloatingViewManager.kt */ /* renamed from: c.a.j.a$a reason: collision with other inner class name */ @@ -29,7 +29,7 @@ public final class a { public final ViewGroup b; /* renamed from: c reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f194c; + public final ViewTreeObserver.OnPreDrawListener f198c; public C0025a(View view, ViewGroup viewGroup, ViewTreeObserver.OnPreDrawListener onPreDrawListener) { m.checkNotNullParameter(view, "floatingView"); @@ -37,7 +37,7 @@ public final class a { m.checkNotNullParameter(onPreDrawListener, "ancestorPreDrawListener"); this.a = view; this.b = viewGroup; - this.f194c = onPreDrawListener; + this.f198c = onPreDrawListener; } } @@ -48,7 +48,7 @@ public final class a { public a(Logger logger) { m.checkNotNullParameter(logger, "logger"); - this.f193c = logger; + this.f197c = logger; } public static final void a(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { @@ -79,7 +79,7 @@ public final class a { if (aVar != null) { ViewGroup viewGroup = aVar.b; View view = aVar.a; - ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f194c; + ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f198c; this.b.remove(Integer.valueOf(i)); viewGroup.getViewTreeObserver().removeOnPreDrawListener(onPreDrawListener); viewGroup.removeView(view); diff --git a/app/src/main/java/c/a/j/e.java b/app/src/main/java/c/a/j/e.java index 4b70e7df0b..c0e893732e 100644 --- a/app/src/main/java/c/a/j/e.java +++ b/app/src/main/java/c/a/j/e.java @@ -13,6 +13,6 @@ public final class e implements Action1 { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // rx.functions.Action1 public void call(Throwable th) { - Logger.e$default(this.i.f193c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); + Logger.e$default(this.i.f197c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); } } diff --git a/app/src/main/java/c/a/k/a.java b/app/src/main/java/c/a/k/a.java index f81a295fb6..c4b0a0f2bb 100644 --- a/app/src/main/java/c/a/k/a.java +++ b/app/src/main/java/c/a/k/a.java @@ -1,66 +1,52 @@ package c.a.k; -import android.content.Context; -import android.os.Looper; -import com.discord.hardware_analytics.DecoderCountInfo; -import com.discord.hardware_analytics.HardwareSurveyService; -import com.discord.hardware_analytics.HardwareSurveyVersionCache; -import com.discord.utilities.logging.Logger; -import com.discord.utilities.logging.LoggingProvider; -import d0.k; +import android.view.View; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: HardwareSurveyService.kt */ -public final class a extends o implements Function1, Unit> { - public final /* synthetic */ Context $appContext; - public final /* synthetic */ Looper $callbackLooper; - public final /* synthetic */ Function1 $onComplete; +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function2; +/* compiled from: Format.kt */ +public final class a { + public static c.a.k.g.b a; + public static Function0 b = C0026a.i; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public a(Looper looper, Function1 function1, Context context) { - super(1); - this.$callbackLooper = looper; - this.$onComplete = function1; - this.$appContext = context; + /* renamed from: c reason: collision with root package name */ + public static Function2 f199c = b.i; + public static final a d = null; + + /* compiled from: Format.kt */ + /* renamed from: c.a.k.a$a reason: collision with other inner class name */ + public static final class C0026a extends o implements Function0 { + public static final C0026a i = new C0026a(); + + public C0026a() { + super(0); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public /* bridge */ /* synthetic */ Integer mo1invoke() { + return -16777216; + } } - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(k kVar) { - if (m.areEqual(Looper.myLooper(), this.$callbackLooper)) { - Logger logger = LoggingProvider.INSTANCE.get(); - k kVar2 = kVar; - if (k.m83isSuccessimpl(kVar2.m85unboximpl())) { - Object r9 = kVar2.m85unboximpl(); - if (k.m82isFailureimpl(r9)) { - r9 = null; - } - m.checkNotNull(r9); - DecoderCountInfo decoderCountInfo = (DecoderCountInfo) r9; - Logger.d$default(logger, "HardwareSurveyService", "Completed hardware survey: version=1, result=" + decoderCountInfo, null, 4, null); - this.$onComplete.invoke(decoderCountInfo); - } else { - HardwareSurveyService.a aVar = HardwareSurveyService.i; - Context context = this.$appContext; - m.checkNotNullExpressionValue(context, "appContext"); - Object r92 = kVar2.m85unboximpl(); - HardwareSurveyVersionCache hardwareSurveyVersionCache = new HardwareSurveyVersionCache(context); - int i = hardwareSurveyVersionCache.a.getInt("HardwareSurveyService.VERSION_KEY", -1); - int i2 = hardwareSurveyVersionCache.a.getInt("HardwareSurveyService.ATTEMPTS", 0); - StringBuilder P = c.d.b.a.a.P("Error running hardware survey: version = 1, ", "err="); - P.append(k.m80exceptionOrNullimpl(r92)); - P.append(", "); - P.append("attemptCount = "); - P.append(i2); - P.append(", "); - P.append(i >= 1 ? c.d.b.a.a.k("previous completed version = ", i) : "no previous completed version"); - Logger.e$default(logger, "HardwareSurveyService", P.toString(), null, null, 12, null); - } + /* compiled from: Format.kt */ + public static final class b extends o implements Function2 { + public static final b i = new b(); + + public b() { + super(2); + } + + /* 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, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public Unit invoke(String str, View view) { + m.checkNotNullParameter(str, ""); + m.checkNotNullParameter(view, ""); return Unit.a; } - throw new IllegalStateException("Check failed.".toString()); } } diff --git a/app/src/main/java/c/a/k/b.java b/app/src/main/java/c/a/k/b.java index 46487acb5e..a3cfb942c8 100644 --- a/app/src/main/java/c/a/k/b.java +++ b/app/src/main/java/c/a/k/b.java @@ -1,51 +1,310 @@ package c.a.k; -import android.os.Bundle; -import android.os.Looper; -import com.discord.hardware_analytics.DecoderCountInfo; -import com.discord.hardware_analytics.HardwareSurveyService; -import com.discord.utilities.system.RemoteIntentService; -import d0.k; -import d0.l; +import android.content.Context; +import android.content.res.Resources; +import android.text.SpannableStringBuilder; +import android.text.method.LinkMovementMethod; +import android.text.method.MovementMethod; +import android.view.View; +import android.widget.TextView; +import androidx.annotation.StringRes; +import androidx.fragment.app.Fragment; +import com.airbnb.lottie.parser.AnimatableValueParser; +import com.discord.i18n.RenderContext; +import com.discord.simpleast.core.parser.Parser; import d0.z.d.m; -import java.util.ArrayList; +import d0.z.d.o; +import java.util.Arrays; +import java.util.List; +import java.util.Locale; +import java.util.Map; +import java.util.Objects; +import kotlin.Unit; import kotlin.jvm.functions.Function1; -/* compiled from: HardwareSurveyService.kt */ -public final class b extends RemoteIntentService.IpcCallback { - public final /* synthetic */ Function1 a; +import kotlin.text.MatchResult; +import kotlin.text.Regex; +/* compiled from: FormatUtils.kt */ +public final class b { + public static final Regex a = new Regex("\\{(\\S+)\\}"); - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public b(HardwareSurveyService.a aVar, Function1 function1, Looper looper, String str, Looper looper2) { - super(str, looper2); - this.a = function1; - } + /* compiled from: FormatUtils.kt */ + public static final class a extends o implements Function1 { + public static final a i = new a(); - @Override // com.discord.utilities.system.RemoteIntentService.IpcCallback - public void onFailure(Throwable th) { - if (th == null) { - th = new RuntimeException("result bundle was null"); + public a() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + return Unit.a; } - Function1 function1 = this.a; - k.a aVar = k.i; - function1.invoke(k.m77boximpl(k.m78constructorimpl(l.createFailure(th)))); } - @Override // com.discord.utilities.system.RemoteIntentService.IpcCallback - public void onSuccess(Bundle bundle) { - m.checkNotNullParameter(bundle, "bundle"); - m.checkNotNullParameter(bundle, "bundle"); - ArrayList integerArrayList = bundle.getIntegerArrayList("com.discord.hardware_analytics.DecoderCountInfo"); - if (integerArrayList != null) { - m.checkNotNullParameter(integerArrayList, "values"); - if (integerArrayList.size() == 7) { - DecoderCountInfo decoderCountInfo = new DecoderCountInfo(integerArrayList.get(0).intValue(), integerArrayList.get(1).intValue(), integerArrayList.get(2).intValue(), integerArrayList.get(3).intValue(), integerArrayList.get(4).intValue(), integerArrayList.get(5).intValue(), integerArrayList.get(6).intValue()); - Function1 function1 = this.a; - k.a aVar = k.i; - function1.invoke(k.m77boximpl(k.m78constructorimpl(decoderCountInfo))); - return; + /* compiled from: FormatUtils.kt */ + /* renamed from: c.a.k.b$b reason: collision with other inner class name */ + public static final class C0027b extends o implements Function1 { + public static final C0027b i = new C0027b(); + + public C0027b() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + return Unit.a; + } + } + + /* compiled from: FormatUtils.kt */ + public static final class c extends o implements Function1 { + public static final c i = new c(); + + public c() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + return Unit.a; + } + } + + /* compiled from: FormatUtils.kt */ + public static final class d extends o implements Function1 { + public static final d i = new d(); + + public d() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + return Unit.a; + } + } + + /* compiled from: FormatUtils.kt */ + public static final class e extends o implements Function1 { + public static final e i = new e(); + + public e() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + return Unit.a; + } + } + + /* compiled from: FormatUtils.kt */ + public static final class f extends o implements Function1 { + public final /* synthetic */ Map $namedArgs; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public f(Map map) { + super(1); + this.$namedArgs = map; + } + + /* 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 CharSequence invoke(MatchResult matchResult) { + MatchResult matchResult2 = matchResult; + m.checkNotNullParameter(matchResult2, "matchResult"); + String str = (String) this.$namedArgs.get(matchResult2.getGroupValues().get(1)); + return str != null ? str : matchResult2.getValue(); + } + } + + /* compiled from: FormatUtils.kt */ + public static final class g extends o implements Function1 { + public static final g i = new g(); + + public g() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + return Unit.a; + } + } + + /* compiled from: FormatUtils.kt */ + public static final class h extends o implements Function1 { + public static final h i = new h(); + + public h() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + return Unit.a; + } + } + + public static final CharSequence a(Context context, @StringRes int i, Object[] objArr, Function1 function1) { + m.checkNotNullParameter(context, "$this$i18nFormat"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(function1, "initializer"); + Resources resources = context.getResources(); + m.checkNotNullExpressionValue(resources, "resources"); + return b(resources, i, Arrays.copyOf(objArr, objArr.length), function1); + } + + public static final CharSequence b(Resources resources, @StringRes int i, Object[] objArr, Function1 function1) { + m.checkNotNullParameter(resources, "$this$i18nFormat"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(function1, "initializer"); + String string = resources.getString(i); + m.checkNotNullExpressionValue(string, "getString(stringResId)"); + return f(string, Arrays.copyOf(objArr, objArr.length), function1); + } + + public static final CharSequence c(View view, @StringRes int i, Object[] objArr, Function1 function1) { + m.checkNotNullParameter(view, "$this$i18nFormat"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(function1, "initializer"); + Context context = view.getContext(); + m.checkNotNullExpressionValue(context, "context"); + return a(context, i, Arrays.copyOf(objArr, objArr.length), function1); + } + + public static final CharSequence d(Fragment fragment, @StringRes int i, Object[] objArr, Function1 function1) { + m.checkNotNullParameter(fragment, "$this$i18nFormat"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(function1, "initializer"); + Context requireContext = fragment.requireContext(); + m.checkNotNullExpressionValue(requireContext, "requireContext()"); + return a(requireContext, i, Arrays.copyOf(objArr, objArr.length), function1); + } + + public static final CharSequence e(CharSequence charSequence, Object[] objArr, RenderContext renderContext) { + m.checkNotNullParameter(charSequence, "$this$i18nFormat"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(renderContext, "renderContext"); + Map map = renderContext.a; + List list = renderContext.f2031c; + boolean z2 = true; + if (!map.isEmpty()) { + charSequence = a.replace(charSequence, new f(map)); + } else { + if (list != null && !list.isEmpty()) { + z2 = false; + } + if (!z2) { + String replace = a.replace(charSequence, "%s"); + Object[] copyOf = Arrays.copyOf(objArr, objArr.length); + charSequence = c.d.b.a.a.G(copyOf, copyOf.length, replace, "java.lang.String.format(this, *args)"); } - throw new IllegalArgumentException("expected size=7".toString()); } - throw new IllegalStateException("No data found for DecoderCountInfo".toString()); + a aVar = a.d; + c.a.k.g.b bVar = a.a; + if (bVar == null) { + m.throwUninitializedPropertyAccessException("formattingParserProvider"); + } + c.a.k.g.a a2 = bVar.a(); + if (renderContext.f) { + String obj = charSequence.toString(); + Locale locale = Locale.ROOT; + m.checkNotNullExpressionValue(locale, "Locale.ROOT"); + Objects.requireNonNull(obj, "null cannot be cast to non-null type java.lang.String"); + charSequence = obj.toUpperCase(locale); + m.checkNotNullExpressionValue(charSequence, "(this as java.lang.String).toUpperCase(locale)"); + } + Objects.requireNonNull(a2); + m.checkNotNullParameter(charSequence, "input"); + m.checkNotNullParameter(renderContext, "renderContext"); + List parse$default = Parser.parse$default(a2, charSequence, new c.a.k.g.c(false, 0, 3), null, 4, null); + SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(); + c.a.t.b.b.h.a(spannableStringBuilder, parse$default, renderContext); + return spannableStringBuilder; + } + + public static final CharSequence f(CharSequence charSequence, Object[] objArr, Function1 function1) { + m.checkNotNullParameter(charSequence, "$this$i18nFormat"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(function1, "initializer"); + return e(charSequence, objArr, AnimatableValueParser.q2(function1, Arrays.copyOf(objArr, objArr.length))); + } + + public static /* synthetic */ CharSequence g(Context context, int i, Object[] objArr, Function1 function1, int i2) { + return a(context, i, objArr, (i2 & 4) != 0 ? C0027b.i : null); + } + + public static /* synthetic */ CharSequence h(Resources resources, int i, Object[] objArr, Function1 function1, int i2) { + return b(resources, i, objArr, (i2 & 4) != 0 ? d.i : null); + } + + public static /* synthetic */ CharSequence i(View view, int i, Object[] objArr, Function1 function1, int i2) { + return c(view, i, objArr, (i2 & 4) != 0 ? c.i : null); + } + + public static /* synthetic */ CharSequence j(Fragment fragment, int i, Object[] objArr, Function1 function1, int i2) { + return d(fragment, i, objArr, (i2 & 4) != 0 ? a.i : null); + } + + public static /* synthetic */ CharSequence k(CharSequence charSequence, Object[] objArr, Function1 function1, int i) { + return f(charSequence, objArr, (i & 2) != 0 ? e.i : null); + } + + public static final void l(TextView textView, @StringRes int i, Object[] objArr, Function1 function1) { + m.checkNotNullParameter(textView, "$this$i18nSetText"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(function1, "initializer"); + RenderContext q2 = AnimatableValueParser.q2(function1, Arrays.copyOf(objArr, objArr.length)); + textView.setMovementMethod(q2.g ? LinkMovementMethod.getInstance() : null); + String string = textView.getContext().getString(i); + m.checkNotNullExpressionValue(string, "context.getString(stringResId)"); + textView.setText(e(string, objArr, q2)); + } + + public static /* synthetic */ void m(TextView textView, int i, Object[] objArr, Function1 function1, int i2) { + l(textView, i, objArr, (i2 & 4) != 0 ? g.i : null); + } + + public static void n(TextView textView, CharSequence charSequence, Object[] objArr, Function1 function1, int i) { + int i2 = i & 4; + MovementMethod movementMethod = null; + h hVar = i2 != 0 ? h.i : null; + m.checkNotNullParameter(textView, "$this$i18nSetText"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(hVar, "initializer"); + if (charSequence == null) { + textView.setText((CharSequence) null); + textView.setMovementMethod(null); + return; + } + RenderContext q2 = AnimatableValueParser.q2(hVar, Arrays.copyOf(objArr, objArr.length)); + if (q2.g) { + movementMethod = LinkMovementMethod.getInstance(); + } + textView.setMovementMethod(movementMethod); + textView.setText(e(charSequence, objArr, q2)); } } diff --git a/app/src/main/java/c/a/l/c.java b/app/src/main/java/c/a/k/c.java similarity index 98% rename from app/src/main/java/c/a/l/c.java rename to app/src/main/java/c/a/k/c.java index 0be8c4f790..727a4fb062 100644 --- a/app/src/main/java/c/a/l/c.java +++ b/app/src/main/java/c/a/k/c.java @@ -1,4 +1,4 @@ -package c.a.l; +package c.a.k; import android.view.View; import d0.z.d.m; diff --git a/app/src/main/java/c/a/k/c/a.java b/app/src/main/java/c/a/k/c/a.java deleted file mode 100644 index fdc43bed5f..0000000000 --- a/app/src/main/java/c/a/k/c/a.java +++ /dev/null @@ -1,147 +0,0 @@ -package c.a.k.c; - -import android.media.MediaFormat; -import android.util.Log; -import com.discord.hardware_analytics.media_codec.VideoCodecMimeType; -import com.discord.hardware_analytics.media_codec.VideoRes; -import d0.t.n; -import d0.z.d.m; -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; -/* compiled from: DecoderCountUtil.kt */ -public final class a { - public static final List a; - public static final a b = null; - - /* compiled from: DecoderCountUtil.kt */ - /* renamed from: c.a.k.c.a$a reason: collision with other inner class name */ - public static final class C0026a { - public final VideoRes a; - public final VideoCodecMimeType b; - - /* renamed from: c reason: collision with root package name */ - public final float f195c; - public final boolean d; - - public C0026a(VideoRes videoRes, VideoCodecMimeType videoCodecMimeType, float f, boolean z2) { - m.checkNotNullParameter(videoRes, "videoRes"); - m.checkNotNullParameter(videoCodecMimeType, "mimeType"); - this.a = videoRes; - this.b = videoCodecMimeType; - this.f195c = f; - this.d = z2; - } - - public static C0026a a(C0026a aVar, VideoRes videoRes, VideoCodecMimeType videoCodecMimeType, float f, boolean z2, int i) { - if ((i & 1) != 0) { - videoRes = aVar.a; - } - VideoCodecMimeType videoCodecMimeType2 = (i & 2) != 0 ? aVar.b : null; - if ((i & 4) != 0) { - f = aVar.f195c; - } - if ((i & 8) != 0) { - z2 = aVar.d; - } - m.checkNotNullParameter(videoRes, "videoRes"); - m.checkNotNullParameter(videoCodecMimeType2, "mimeType"); - return new C0026a(videoRes, videoCodecMimeType2, f, z2); - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof C0026a)) { - return false; - } - C0026a aVar = (C0026a) obj; - return m.areEqual(this.a, aVar.a) && m.areEqual(this.b, aVar.b) && Float.compare(this.f195c, aVar.f195c) == 0 && this.d == aVar.d; - } - - public int hashCode() { - VideoRes videoRes = this.a; - int i = 0; - int hashCode = (videoRes != null ? videoRes.hashCode() : 0) * 31; - VideoCodecMimeType videoCodecMimeType = this.b; - if (videoCodecMimeType != null) { - i = videoCodecMimeType.hashCode(); - } - int floatToIntBits = (Float.floatToIntBits(this.f195c) + ((hashCode + i) * 31)) * 31; - boolean z2 = this.d; - if (z2) { - z2 = true; - } - int i2 = z2 ? 1 : 0; - int i3 = z2 ? 1 : 0; - int i4 = z2 ? 1 : 0; - return floatToIntBits + i2; - } - - public String toString() { - StringBuilder L = c.d.b.a.a.L("TestDef(videoRes="); - L.append(this.a); - L.append(", mimeType="); - L.append(this.b); - L.append(", frameRate="); - L.append(this.f195c); - L.append(", requireHardwareAcceleration="); - return c.d.b.a.a.G(L, this.d, ")"); - } - } - - static { - VideoRes videoRes = VideoRes.RESOLUTION_1080; - C0026a aVar = new C0026a(videoRes, VideoCodecMimeType.H264, 30.0f, true); - VideoRes videoRes2 = VideoRes.RESOLUTION_720; - C0026a a2 = C0026a.a(aVar, videoRes2, null, 0.0f, false, 14); - C0026a a3 = C0026a.a(aVar, videoRes, null, 0.0f, false, 6); - VideoRes videoRes3 = VideoRes.RESOLUTION_480; - a = n.listOf((Object[]) new C0026a[]{aVar, a2, a3, C0026a.a(aVar, videoRes3, null, 0.0f, false, 14), C0026a.a(aVar, videoRes2, null, 0.0f, false, 6), C0026a.a(aVar, videoRes3, null, 0.0f, false, 6)}); - } - - public static final int a(C0026a aVar, int i) { - e eVar; - VideoCodecMimeType videoCodecMimeType = aVar.b; - VideoRes videoRes = aVar.a; - float f = aVar.f195c; - m.checkNotNullParameter(videoCodecMimeType, "videoCodecMimeType"); - m.checkNotNullParameter(videoRes, "videoRes"); - MediaFormat createVideoFormat = MediaFormat.createVideoFormat(videoCodecMimeType.getMimeType(), videoRes.getWidth(), videoRes.getHeight()); - createVideoFormat.setFloat("frame-rate", f); - m.checkNotNullExpressionValue(createVideoFormat, "MediaFormat.createVideoF…t.KEY_BIT_RATE, it) }\n }"); - boolean z2 = aVar.d; - m.checkNotNullParameter(createVideoFormat, "mediaFormat"); - ArrayList arrayList = new ArrayList(); - for (int i2 = 0; i2 < i; i2++) { - m.checkNotNullParameter(createVideoFormat, "mediaFormat"); - e eVar2 = null; - try { - eVar = new e(createVideoFormat); - } catch (Exception e) { - Log.e("VideoDecoder", "Unable to create VideoDecoder: " + e); - eVar = null; - } - if (eVar == null || eVar.d.b || !z2) { - eVar2 = eVar; - } else if (!eVar.f) { - eVar.f = true; - eVar.e.release(); - } - if (eVar2 == null) { - break; - } - arrayList.add(eVar2); - } - Iterator it = arrayList.iterator(); - while (it.hasNext()) { - e eVar3 = (e) it.next(); - if (!eVar3.f) { - eVar3.f = true; - eVar3.e.release(); - } - } - return arrayList.size(); - } -} diff --git a/app/src/main/java/c/a/k/c/b.java b/app/src/main/java/c/a/k/c/b.java deleted file mode 100644 index cbe9b7fb3a..0000000000 --- a/app/src/main/java/c/a/k/c/b.java +++ /dev/null @@ -1,58 +0,0 @@ -package c.a.k.c; - -import c.d.b.a.a; -import d0.z.d.m; -/* compiled from: DecoderInfo.kt */ -public final class b { - public final String a; - public final boolean b; - - /* renamed from: c reason: collision with root package name */ - public final String f196c; - - public b(String str, boolean z2, String str2) { - m.checkNotNullParameter(str, "name"); - this.a = str; - this.b = z2; - this.f196c = str2; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof b)) { - return false; - } - b bVar = (b) obj; - return m.areEqual(this.a, bVar.a) && this.b == bVar.b && m.areEqual(this.f196c, bVar.f196c); - } - - public int hashCode() { - String str = this.a; - int i = 0; - int hashCode = (str != null ? str.hashCode() : 0) * 31; - boolean z2 = this.b; - if (z2) { - z2 = true; - } - int i2 = z2 ? 1 : 0; - int i3 = z2 ? 1 : 0; - int i4 = z2 ? 1 : 0; - int i5 = (hashCode + i2) * 31; - String str2 = this.f196c; - if (str2 != null) { - i = str2.hashCode(); - } - return i5 + i; - } - - public String toString() { - StringBuilder L = a.L("DecoderInfo(name="); - L.append(this.a); - L.append(", isHardwareAccelerated="); - L.append(this.b); - L.append(", canonicalName="); - return a.D(L, this.f196c, ")"); - } -} diff --git a/app/src/main/java/c/a/k/c/c.java b/app/src/main/java/c/a/k/c/c.java deleted file mode 100644 index 27c8434c7d..0000000000 --- a/app/src/main/java/c/a/k/c/c.java +++ /dev/null @@ -1,8 +0,0 @@ -package c.a.k.c; - -import android.media.MediaCodecList; -/* compiled from: DecoderList.kt */ -public final class c { - public static final MediaCodecList a = new MediaCodecList(0); - public static final c b = null; -} diff --git a/app/src/main/java/c/a/k/c/d.java b/app/src/main/java/c/a/k/c/d.java deleted file mode 100644 index 4d1109366b..0000000000 --- a/app/src/main/java/c/a/k/c/d.java +++ /dev/null @@ -1,43 +0,0 @@ -package c.a.k.c; - -import android.media.MediaCodecInfo; -import android.os.Build; -import c.d.b.a.a; -import d0.g0.t; -import d0.g0.w; -import d0.z.d.m; -import java.util.Locale; -/* compiled from: MediaCodecUtil.kt */ -public final class d { - public static final String a(MediaCodecInfo mediaCodecInfo) { - if (Build.VERSION.SDK_INT < 29) { - StringBuilder L = a.L("MediaCodecInfo{name="); - L.append(mediaCodecInfo.getName()); - L.append('}'); - return L.toString(); - } - StringBuilder L2 = a.L("MediaCodecInfo{name="); - L2.append(mediaCodecInfo.getName()); - L2.append(", isSoftwareOnly="); - L2.append(mediaCodecInfo.isSoftwareOnly()); - L2.append(", "); - L2.append("isHardwareAccelerated="); - L2.append(mediaCodecInfo.isHardwareAccelerated()); - L2.append(", canonicalName="); - L2.append(mediaCodecInfo.getCanonicalName()); - L2.append('}'); - return L2.toString(); - } - - public static final boolean b(String str) { - m.checkNotNullParameter(str, "codecName"); - Locale locale = Locale.getDefault(); - m.checkNotNullExpressionValue(locale, "Locale.getDefault()"); - String lowerCase = str.toLowerCase(locale); - m.checkNotNullExpressionValue(lowerCase, "(this as java.lang.String).toLowerCase(locale)"); - if (t.startsWith$default(lowerCase, "arc.", false, 2, null)) { - return false; - } - return t.startsWith$default(lowerCase, "omx.google.", false, 2, null) || t.startsWith$default(lowerCase, "omx.ffmpeg.", false, 2, null) || (t.startsWith$default(lowerCase, "omx.sec.", false, 2, null) && w.contains$default(lowerCase, ".sw.", false, 2, null)) || m.areEqual(lowerCase, "omx.qcom.video.decoder.hevcswvdec") || t.startsWith$default(lowerCase, "c2.android.", false, 2, null) || t.startsWith$default(lowerCase, "c2.google.", false, 2, null) || (!t.startsWith$default(lowerCase, "omx.", false, 2, null) && !t.startsWith$default(lowerCase, "c2.", false, 2, null)); - } -} diff --git a/app/src/main/java/c/a/k/c/e.java b/app/src/main/java/c/a/k/c/e.java deleted file mode 100644 index 36e0b3a4e2..0000000000 --- a/app/src/main/java/c/a/k/c/e.java +++ /dev/null @@ -1,120 +0,0 @@ -package c.a.k.c; - -import android.media.MediaCodec; -import android.media.MediaCodecInfo; -import android.media.MediaCodecList; -import android.media.MediaCrypto; -import android.media.MediaFormat; -import android.os.Build; -import android.view.Surface; -import com.discord.utilities.logging.Logger; -import com.discord.utilities.logging.LoggingProvider; -import d0.z.d.m; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: VideoDecoder.kt */ -public final class e { - public static final a a = new a(null); - public final String b; - - /* renamed from: c reason: collision with root package name */ - public final MediaCodecInfo f197c; - public final b d; - public final MediaCodec e; - public boolean f; - - /* compiled from: VideoDecoder.kt */ - public static final class a { - public a(DefaultConstructorMarker defaultConstructorMarker) { - } - } - - /* JADX WARNING: Removed duplicated region for block: B:35:0x0110 */ - /* JADX WARNING: Removed duplicated region for block: B:36:0x0113 */ - public e(MediaFormat mediaFormat) { - MediaCodecInfo mediaCodecInfo; - boolean z2; - Exception e; - m.checkNotNullParameter(mediaFormat, "mediaFormat"); - c cVar = c.b; - m.checkNotNullParameter(mediaFormat, "format"); - MediaCodecList mediaCodecList = c.a; - String findDecoderForFormat = mediaCodecList.findDecoderForFormat(mediaFormat); - if (findDecoderForFormat != null) { - this.b = findDecoderForFormat; - m.checkNotNullParameter(findDecoderForFormat, "codecName"); - MediaCodecInfo[] codecInfos = mediaCodecList.getCodecInfos(); - m.checkNotNullExpressionValue(codecInfos, "CODEC_LIST.codecInfos"); - int length = codecInfos.length; - boolean z3 = false; - int i = 0; - while (true) { - if (i >= length) { - mediaCodecInfo = null; - break; - } - mediaCodecInfo = codecInfos[i]; - m.checkNotNullExpressionValue(mediaCodecInfo, "it"); - if (m.areEqual(mediaCodecInfo.getName(), findDecoderForFormat)) { - break; - } - i++; - } - if (mediaCodecInfo != null) { - this.f197c = mediaCodecInfo; - m.checkNotNullParameter(mediaCodecInfo, "codecInfo"); - String name = mediaCodecInfo.getName(); - m.checkNotNullExpressionValue(name, "codecInfo.name"); - m.checkNotNullParameter(mediaCodecInfo, "codecInfo"); - m.checkNotNullParameter(mediaCodecInfo, "codecInfo"); - int i2 = Build.VERSION.SDK_INT; - if (i2 < 29) { - String name2 = mediaCodecInfo.getName(); - m.checkNotNullExpressionValue(name2, "codecInfo.name"); - z2 = d.b(name2); - } else if (mediaCodecInfo.isSoftwareOnly() == mediaCodecInfo.isHardwareAccelerated()) { - Logger logger = LoggingProvider.INSTANCE.get(); - StringBuilder L = c.d.b.a.a.L("MediaCodecInfo flags are invalid: "); - L.append(d.a(mediaCodecInfo)); - Logger.e$default(logger, "MediaCodecUtil", L.toString(), null, null, 12, null); - String name3 = mediaCodecInfo.getName(); - m.checkNotNullExpressionValue(name3, "codecInfo.name"); - z2 = d.b(name3); - } else { - boolean isSoftwareOnly = mediaCodecInfo.isSoftwareOnly(); - String name4 = mediaCodecInfo.getName(); - m.checkNotNullExpressionValue(name4, "codecInfo.name"); - if (isSoftwareOnly != d.b(name4)) { - Logger logger2 = LoggingProvider.INSTANCE.get(); - StringBuilder L2 = c.d.b.a.a.L("MediaCodecInfo and name-parsing disagree: codecInfo="); - L2.append(d.a(mediaCodecInfo)); - Logger.e$default(logger2, "MediaCodecUtil", L2.toString(), null, null, 12, null); - } - z2 = mediaCodecInfo.isSoftwareOnly(); - } - this.d = new b(name, !z2, i2 >= 29 ? mediaCodecInfo.getCanonicalName() : null); - MediaCodec createByCodecName = MediaCodec.createByCodecName(this.b); - m.checkNotNullExpressionValue(createByCodecName, "MediaCodec.createByCodecName(codecName)"); - this.e = createByCodecName; - try { - createByCodecName.configure(mediaFormat, (Surface) null, (MediaCrypto) null, 0); - try { - createByCodecName.start(); - } catch (Exception e2) { - e = e2; - z3 = true; - this.e.release(); - throw new RuntimeException(!z3 ? "MediaCodec.start() failed." : "MediaCodec.configure() failed.", e); - } - } catch (Exception e3) { - e = e3; - this.e.release(); - throw new RuntimeException(!z3 ? "MediaCodec.start() failed." : "MediaCodec.configure() failed.", e); - } - } else { - throw new IllegalStateException(c.d.b.a.a.t("Unable to get MediaCodecInfo for codecName=", findDecoderForFormat).toString()); - } - } else { - throw new IllegalStateException(("Unable to get codec name for mediaFormat:" + mediaFormat).toString()); - } - } -} diff --git a/app/src/main/java/c/a/l/d.java b/app/src/main/java/c/a/k/d.java similarity index 98% rename from app/src/main/java/c/a/l/d.java rename to app/src/main/java/c/a/k/d.java index 3acb8c9e4d..0350716f94 100644 --- a/app/src/main/java/c/a/l/d.java +++ b/app/src/main/java/c/a/k/d.java @@ -1,4 +1,4 @@ -package c.a.l; +package c.a.k; import android.view.View; import com.discord.i18n.RenderContext; diff --git a/app/src/main/java/c/a/l/e/a.java b/app/src/main/java/c/a/k/e/a.java similarity index 98% rename from app/src/main/java/c/a/l/e/a.java rename to app/src/main/java/c/a/k/e/a.java index 5fd4c47976..7cbb4c8653 100644 --- a/app/src/main/java/c/a/l/e/a.java +++ b/app/src/main/java/c/a/k/e/a.java @@ -1,4 +1,4 @@ -package c.a.l.e; +package c.a.k.e; import android.text.TextPaint; import android.text.style.ClickableSpan; diff --git a/app/src/main/java/c/a/l/f/a.java b/app/src/main/java/c/a/k/f/a.java similarity index 98% rename from app/src/main/java/c/a/l/f/a.java rename to app/src/main/java/c/a/k/f/a.java index 5823b73fe8..e18c0a109b 100644 --- a/app/src/main/java/c/a/l/f/a.java +++ b/app/src/main/java/c/a/k/f/a.java @@ -1,4 +1,4 @@ -package c.a.l.f; +package c.a.k.f; import android.text.SpannableStringBuilder; import android.text.style.ForegroundColorSpan; diff --git a/app/src/main/java/c/a/l/f/b.java b/app/src/main/java/c/a/k/f/b.java similarity index 98% rename from app/src/main/java/c/a/l/f/b.java rename to app/src/main/java/c/a/k/f/b.java index fbeed6857a..853b113c8d 100644 --- a/app/src/main/java/c/a/l/f/b.java +++ b/app/src/main/java/c/a/k/f/b.java @@ -1,4 +1,4 @@ -package c.a.l.f; +package c.a.k.f; import android.view.View; import com.discord.i18n.Hook; diff --git a/app/src/main/java/c/a/l/f/c.java b/app/src/main/java/c/a/k/f/c.java similarity index 90% rename from app/src/main/java/c/a/l/f/c.java rename to app/src/main/java/c/a/k/f/c.java index 93b70143dd..4f930b139f 100644 --- a/app/src/main/java/c/a/l/f/c.java +++ b/app/src/main/java/c/a/k/f/c.java @@ -1,8 +1,8 @@ -package c.a.l.f; +package c.a.k.f; import android.text.SpannableStringBuilder; import android.webkit.URLUtil; -import c.a.l.a; +import c.a.k.a; import com.discord.i18n.Hook; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; @@ -38,12 +38,12 @@ public final class c extends Node.a { spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33); } } - Hook.a aVar2 = hook != null ? hook.f2028c : null; + Hook.a aVar2 = hook != null ? hook.f2030c : null; if (aVar2 != null) { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { a aVar3 = a.d; - aVar = new Hook.a(a.b.mo1invoke(), a.f198c); + aVar = new Hook.a(a.b.mo1invoke(), a.f199c); } if (aVar != null) { Integer num = aVar.a; @@ -51,7 +51,7 @@ public final class c extends Node.a { a aVar4 = a.d; num = a.b.mo1invoke(); } - spannableStringBuilder.setSpan(new c.a.l.e.a(new b(this, aVar), num), length, spannableStringBuilder.length(), 33); + spannableStringBuilder.setSpan(new c.a.k.e.a(new b(this, aVar), num), length, spannableStringBuilder.length(), 33); renderContext.g = true; } } diff --git a/app/src/main/java/c/a/l/f/d.java b/app/src/main/java/c/a/k/f/d.java similarity index 98% rename from app/src/main/java/c/a/l/f/d.java rename to app/src/main/java/c/a/k/f/d.java index bf6a5fb3b4..fc75c42556 100644 --- a/app/src/main/java/c/a/l/f/d.java +++ b/app/src/main/java/c/a/k/f/d.java @@ -1,4 +1,4 @@ -package c.a.l.f; +package c.a.k.f; import android.text.SpannableStringBuilder; import android.text.style.ForegroundColorSpan; diff --git a/app/src/main/java/c/a/l/g/a.java b/app/src/main/java/c/a/k/g/a.java similarity index 75% rename from app/src/main/java/c/a/l/g/a.java rename to app/src/main/java/c/a/k/g/a.java index ae2004188b..9f40068c9a 100644 --- a/app/src/main/java/c/a/l/g/a.java +++ b/app/src/main/java/c/a/k/g/a.java @@ -1,13 +1,13 @@ -package c.a.l.g; +package c.a.k.g; -import c.a.l.h.b; -import c.a.l.h.c; -import c.a.l.h.d; -import c.a.l.h.e; -import c.a.l.h.f; -import c.a.l.h.g; -import c.a.l.h.h; -import c.a.l.h.i; +import c.a.k.h.b; +import c.a.k.h.c; +import c.a.k.h.d; +import c.a.k.h.e; +import c.a.k.h.f; +import c.a.k.h.g; +import c.a.k.h.h; +import c.a.k.h.i; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.Parser; @@ -19,21 +19,21 @@ public final class a extends Parser, c> { super(false, 1, null); Pattern pattern = b.a; m.checkNotNullExpressionValue(pattern, "PATTERN_BANG_ESCAPE"); - addRule(new c.a.l.h.a(pattern)); + addRule(new c.a.k.h.a(pattern)); Pattern pattern2 = g.a; m.checkNotNullExpressionValue(pattern2, "PATTERN_HOOK"); addRule(new f(pattern2)); Pattern pattern3 = e.a; m.checkNotNullExpressionValue(pattern3, "PATTERN_CLICK_LISTENER"); addRule(new d(pattern3)); - c.a.u.b.b.e eVar = c.a.u.b.b.e.h; - Pattern pattern4 = c.a.u.b.b.e.a; + c.a.t.b.b.e eVar = c.a.t.b.b.e.h; + Pattern pattern4 = c.a.t.b.b.e.a; m.checkNotNullExpressionValue(pattern4, "SimpleMarkdownRules.PATTERN_BOLD"); addRule(new c(pattern4)); - Pattern pattern5 = c.a.u.b.b.e.g; + Pattern pattern5 = c.a.t.b.b.e.g; m.checkNotNullExpressionValue(pattern5, "SimpleMarkdownRules.PATTERN_ITALICS"); addRule(new h(pattern5)); - Pattern pattern6 = c.a.u.b.b.e.f233c; + Pattern pattern6 = c.a.t.b.b.e.f235c; m.checkNotNullExpressionValue(pattern6, "SimpleMarkdownRules.PATTERN_STRIKETHRU"); addRule(new i(pattern6)); addRule(eVar.d()); diff --git a/app/src/main/java/c/a/l/g/b.java b/app/src/main/java/c/a/k/g/b.java similarity index 85% rename from app/src/main/java/c/a/l/g/b.java rename to app/src/main/java/c/a/k/g/b.java index cc8de3f71a..515ef1b6da 100644 --- a/app/src/main/java/c/a/l/g/b.java +++ b/app/src/main/java/c/a/k/g/b.java @@ -1,4 +1,4 @@ -package c.a.l.g; +package c.a.k.g; /* compiled from: FormattingParserProvider.kt */ public abstract class b { public abstract a a(); diff --git a/app/src/main/java/c/a/l/g/c.java b/app/src/main/java/c/a/k/g/c.java similarity index 84% rename from app/src/main/java/c/a/l/g/c.java rename to app/src/main/java/c/a/k/g/c.java index f05584a988..4d67a500ce 100644 --- a/app/src/main/java/c/a/l/g/c.java +++ b/app/src/main/java/c/a/k/g/c.java @@ -1,4 +1,4 @@ -package c.a.l.g; +package c.a.k.g; import c.d.b.a.a; /* compiled from: ParseState.kt */ @@ -45,9 +45,9 @@ public final class c { } public String toString() { - StringBuilder L = a.L("ParseState(isEscaped="); - L.append(this.a); - L.append(", argumentIndex="); - return a.y(L, this.b, ")"); + StringBuilder K = a.K("ParseState(isEscaped="); + K.append(this.a); + K.append(", argumentIndex="); + return a.w(K, this.b, ")"); } } diff --git a/app/src/main/java/c/a/l/g/d.java b/app/src/main/java/c/a/k/g/d.java similarity index 90% rename from app/src/main/java/c/a/l/g/d.java rename to app/src/main/java/c/a/k/g/d.java index 54d45b6516..084c99f3cd 100644 --- a/app/src/main/java/c/a/l/g/d.java +++ b/app/src/main/java/c/a/k/g/d.java @@ -1,4 +1,4 @@ -package c.a.l.g; +package c.a.k.g; import d0.g; import d0.z.d.m; @@ -11,7 +11,7 @@ public final class d extends b { public static final d b = null; /* renamed from: c reason: collision with root package name */ - public final ThreadLocal f199c = new b(); + public final ThreadLocal f200c = new b(); /* compiled from: FormattingParserProvider.kt */ public static final class a extends o implements Function0 { @@ -38,9 +38,9 @@ public final class d extends b { } } - @Override // c.a.l.g.b + @Override // c.a.k.g.b public a a() { - a aVar = this.f199c.get(); + a aVar = this.f200c.get(); m.checkNotNull(aVar); return aVar; } diff --git a/app/src/main/java/c/a/l/h/a.java b/app/src/main/java/c/a/k/h/a.java similarity index 97% rename from app/src/main/java/c/a/l/h/a.java rename to app/src/main/java/c/a/k/h/a.java index 968180e454..f1d46862a1 100644 --- a/app/src/main/java/c/a/l/h/a.java +++ b/app/src/main/java/c/a/k/h/a.java @@ -1,6 +1,6 @@ -package c.a.l.h; +package c.a.k.h; -import c.a.l.g.c; +import c.a.k.g.c; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; diff --git a/app/src/main/java/c/a/l/h/b.java b/app/src/main/java/c/a/k/h/b.java similarity index 91% rename from app/src/main/java/c/a/l/h/b.java rename to app/src/main/java/c/a/k/h/b.java index 3087d15113..296e3b943f 100644 --- a/app/src/main/java/c/a/l/h/b.java +++ b/app/src/main/java/c/a/k/h/b.java @@ -1,4 +1,4 @@ -package c.a.l.h; +package c.a.k.h; import java.util.regex.Pattern; /* compiled from: BangEscapeRule.kt */ diff --git a/app/src/main/java/c/a/l/h/c.java b/app/src/main/java/c/a/k/h/c.java similarity index 83% rename from app/src/main/java/c/a/l/h/c.java rename to app/src/main/java/c/a/k/h/c.java index 7e8e802c7a..aceaf71f33 100644 --- a/app/src/main/java/c/a/l/h/c.java +++ b/app/src/main/java/c/a/k/h/c.java @@ -1,6 +1,6 @@ -package c.a.l.h; +package c.a.k.h; -import c.a.l.f.a; +import c.a.k.f.a; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; @@ -10,7 +10,7 @@ import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: BoldRule.kt */ -public final class c extends Rule, c.a.l.g.c> { +public final class c extends Rule, c.a.k.g.c> { public c(Pattern pattern) { super(pattern); } @@ -18,8 +18,8 @@ public final class c extends Rule, c.a.l.g.c> /* Return type fixed from 'com.discord.simpleast.core.parser.ParseSpec' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.util.regex.Matcher, com.discord.simpleast.core.parser.Parser, java.lang.Object] */ @Override // com.discord.simpleast.core.parser.Rule - public ParseSpec parse(Matcher matcher, Parser, c.a.l.g.c> parser, c.a.l.g.c cVar) { - c.a.l.g.c cVar2 = cVar; + public ParseSpec parse(Matcher matcher, Parser, c.a.k.g.c> parser, c.a.k.g.c cVar) { + c.a.k.g.c cVar2 = cVar; m.checkNotNullParameter(matcher, "matcher"); m.checkNotNullParameter(parser, "parser"); m.checkNotNullParameter(cVar2, "state"); diff --git a/app/src/main/java/c/a/l/h/d.java b/app/src/main/java/c/a/k/h/d.java similarity index 96% rename from app/src/main/java/c/a/l/h/d.java rename to app/src/main/java/c/a/k/h/d.java index 260a69756f..af890e4f4c 100644 --- a/app/src/main/java/c/a/l/h/d.java +++ b/app/src/main/java/c/a/k/h/d.java @@ -1,6 +1,6 @@ -package c.a.l.h; +package c.a.k.h; -import c.a.l.f.c; +import c.a.k.f.c; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; diff --git a/app/src/main/java/c/a/l/h/e.java b/app/src/main/java/c/a/k/h/e.java similarity index 94% rename from app/src/main/java/c/a/l/h/e.java rename to app/src/main/java/c/a/k/h/e.java index 60f57fd6f3..05e8cbd551 100644 --- a/app/src/main/java/c/a/l/h/e.java +++ b/app/src/main/java/c/a/k/h/e.java @@ -1,4 +1,4 @@ -package c.a.l.h; +package c.a.k.h; import java.util.regex.Pattern; /* compiled from: ClickListenerRule.kt */ diff --git a/app/src/main/java/c/a/l/h/f.java b/app/src/main/java/c/a/k/h/f.java similarity index 97% rename from app/src/main/java/c/a/l/h/f.java rename to app/src/main/java/c/a/k/h/f.java index f65bba0015..561d796964 100644 --- a/app/src/main/java/c/a/l/h/f.java +++ b/app/src/main/java/c/a/k/h/f.java @@ -1,6 +1,6 @@ -package c.a.l.h; +package c.a.k.h; -import c.a.l.f.c; +import c.a.k.f.c; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; diff --git a/app/src/main/java/c/a/l/h/g.java b/app/src/main/java/c/a/k/h/g.java similarity index 91% rename from app/src/main/java/c/a/l/h/g.java rename to app/src/main/java/c/a/k/h/g.java index 5609b3dc19..7340cadfa7 100644 --- a/app/src/main/java/c/a/l/h/g.java +++ b/app/src/main/java/c/a/k/h/g.java @@ -1,4 +1,4 @@ -package c.a.l.h; +package c.a.k.h; import java.util.regex.Pattern; /* compiled from: HookRule.kt */ diff --git a/app/src/main/java/c/a/l/h/h.java b/app/src/main/java/c/a/k/h/h.java similarity index 97% rename from app/src/main/java/c/a/l/h/h.java rename to app/src/main/java/c/a/k/h/h.java index 922ee60aaf..5d4abc08b9 100644 --- a/app/src/main/java/c/a/l/h/h.java +++ b/app/src/main/java/c/a/k/h/h.java @@ -1,7 +1,7 @@ -package c.a.l.h; +package c.a.k.h; import android.text.style.StyleSpan; -import c.a.l.g.c; +import c.a.k.g.c; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; diff --git a/app/src/main/java/c/a/l/h/i.java b/app/src/main/java/c/a/k/h/i.java similarity index 96% rename from app/src/main/java/c/a/l/h/i.java rename to app/src/main/java/c/a/k/h/i.java index c633c08cbf..f454ac729b 100644 --- a/app/src/main/java/c/a/l/h/i.java +++ b/app/src/main/java/c/a/k/h/i.java @@ -1,7 +1,7 @@ -package c.a.l.h; +package c.a.k.h; -import c.a.l.f.d; -import c.a.l.g.c; +import c.a.k.f.d; +import c.a.k.g.c; import com.discord.i18n.RenderContext; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; diff --git a/app/src/main/java/c/a/l/a.java b/app/src/main/java/c/a/l/a.java index e5a38e6c0a..d9ad22730d 100644 --- a/app/src/main/java/c/a/l/a.java +++ b/app/src/main/java/c/a/l/a.java @@ -1,52 +1,28 @@ package c.a.l; -import android.view.View; +import android.content.Intent; +import android.net.Uri; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function0; -import kotlin.jvm.functions.Function2; -/* compiled from: Format.kt */ -public final class a { - public static c.a.l.g.b a; - public static Function0 b = C0027a.i; +import kotlin.jvm.functions.Function1; +/* compiled from: MediaPickerChooser.kt */ +public final class a extends o implements Function1 { + public final /* synthetic */ Uri $captureFileURI; - /* renamed from: c reason: collision with root package name */ - public static Function2 f198c = b.i; - public static final a d = null; - - /* compiled from: Format.kt */ - /* renamed from: c.a.l.a$a reason: collision with other inner class name */ - public static final class C0027a extends o implements Function0 { - public static final C0027a i = new C0027a(); - - public C0027a() { - super(0); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public /* bridge */ /* synthetic */ Integer mo1invoke() { - return -16777216; - } + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public a(Uri uri) { + super(1); + this.$captureFileURI = uri; } - /* compiled from: Format.kt */ - public static final class b extends o implements Function2 { - public static final b i = new b(); - - public b() { - super(2); - } - - /* 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, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public Unit invoke(String str, View view) { - m.checkNotNullParameter(str, ""); - m.checkNotNullParameter(view, ""); - return Unit.a; - } + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Unit invoke(Intent intent) { + Intent intent2 = intent; + m.checkNotNullParameter(intent2, "intent"); + intent2.putExtra("output", this.$captureFileURI); + return Unit.a; } } diff --git a/app/src/main/java/c/a/l/b.java b/app/src/main/java/c/a/l/b.java index 1e9efb52ef..131934cea3 100644 --- a/app/src/main/java/c/a/l/b.java +++ b/app/src/main/java/c/a/l/b.java @@ -1,310 +1,73 @@ package c.a.l; -import android.content.Context; -import android.content.res.Resources; -import android.text.SpannableStringBuilder; -import android.text.method.LinkMovementMethod; -import android.text.method.MovementMethod; -import android.view.View; -import android.widget.TextView; -import androidx.annotation.StringRes; -import androidx.fragment.app.Fragment; -import com.airbnb.lottie.parser.AnimatableValueParser; -import com.discord.i18n.RenderContext; -import com.discord.simpleast.core.parser.Parser; +import android.content.ComponentName; +import android.content.Intent; +import android.content.pm.ActivityInfo; +import android.content.pm.PackageManager; +import android.content.pm.ResolveInfo; +import android.net.Uri; +import android.os.Parcelable; import d0.z.d.m; -import d0.z.d.o; -import java.util.Arrays; -import java.util.List; -import java.util.Locale; +import java.io.IOException; +import java.util.ArrayList; +import java.util.Collection; +import java.util.Iterator; +import java.util.LinkedHashMap; import java.util.Map; import java.util.Objects; import kotlin.Unit; import kotlin.jvm.functions.Function1; -import kotlin.text.MatchResult; -import kotlin.text.Regex; -/* compiled from: FormatUtils.kt */ +/* compiled from: MediaPickerChooser.kt */ public final class b { - public static final Regex a = new Regex("\\{(\\S+)\\}"); - - /* compiled from: FormatUtils.kt */ - public static final class a extends o implements Function1 { - public static final a i = new a(); - - public a() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(RenderContext renderContext) { - m.checkNotNullParameter(renderContext, "$receiver"); - return Unit.a; - } - } - - /* compiled from: FormatUtils.kt */ - /* renamed from: c.a.l.b$b reason: collision with other inner class name */ - public static final class C0028b extends o implements Function1 { - public static final C0028b i = new C0028b(); - - public C0028b() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(RenderContext renderContext) { - m.checkNotNullParameter(renderContext, "$receiver"); - return Unit.a; - } - } - - /* compiled from: FormatUtils.kt */ - public static final class c extends o implements Function1 { - public static final c i = new c(); - - public c() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(RenderContext renderContext) { - m.checkNotNullParameter(renderContext, "$receiver"); - return Unit.a; - } - } - - /* compiled from: FormatUtils.kt */ - public static final class d extends o implements Function1 { - public static final d i = new d(); - - public d() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(RenderContext renderContext) { - m.checkNotNullParameter(renderContext, "$receiver"); - return Unit.a; - } - } - - /* compiled from: FormatUtils.kt */ - public static final class e extends o implements Function1 { - public static final e i = new e(); - - public e() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(RenderContext renderContext) { - m.checkNotNullParameter(renderContext, "$receiver"); - return Unit.a; - } - } - - /* compiled from: FormatUtils.kt */ - public static final class f extends o implements Function1 { - public final /* synthetic */ Map $namedArgs; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public f(Map map) { - super(1); - this.$namedArgs = map; - } - - /* 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 CharSequence invoke(MatchResult matchResult) { - MatchResult matchResult2 = matchResult; - m.checkNotNullParameter(matchResult2, "matchResult"); - String str = (String) this.$namedArgs.get(matchResult2.getGroupValues().get(1)); - return str != null ? str : matchResult2.getValue(); - } - } - - /* compiled from: FormatUtils.kt */ - public static final class g extends o implements Function1 { - public static final g i = new g(); - - public g() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(RenderContext renderContext) { - m.checkNotNullParameter(renderContext, "$receiver"); - return Unit.a; - } - } - - /* compiled from: FormatUtils.kt */ - public static final class h extends o implements Function1 { - public static final h i = new h(); - - public h() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(RenderContext renderContext) { - m.checkNotNullParameter(renderContext, "$receiver"); - return Unit.a; - } - } - - public static final CharSequence a(Context context, @StringRes int i, Object[] objArr, Function1 function1) { - m.checkNotNullParameter(context, "$this$i18nFormat"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(function1, "initializer"); - Resources resources = context.getResources(); - m.checkNotNullExpressionValue(resources, "resources"); - return b(resources, i, Arrays.copyOf(objArr, objArr.length), function1); - } - - public static final CharSequence b(Resources resources, @StringRes int i, Object[] objArr, Function1 function1) { - m.checkNotNullParameter(resources, "$this$i18nFormat"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(function1, "initializer"); - String string = resources.getString(i); - m.checkNotNullExpressionValue(string, "getString(stringResId)"); - return f(string, Arrays.copyOf(objArr, objArr.length), function1); - } - - public static final CharSequence c(View view, @StringRes int i, Object[] objArr, Function1 function1) { - m.checkNotNullParameter(view, "$this$i18nFormat"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(function1, "initializer"); - Context context = view.getContext(); - m.checkNotNullExpressionValue(context, "context"); - return a(context, i, Arrays.copyOf(objArr, objArr.length), function1); - } - - public static final CharSequence d(Fragment fragment, @StringRes int i, Object[] objArr, Function1 function1) { - m.checkNotNullParameter(fragment, "$this$i18nFormat"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(function1, "initializer"); - Context requireContext = fragment.requireContext(); - m.checkNotNullExpressionValue(requireContext, "requireContext()"); - return a(requireContext, i, Arrays.copyOf(objArr, objArr.length), function1); - } - - public static final CharSequence e(CharSequence charSequence, Object[] objArr, RenderContext renderContext) { - m.checkNotNullParameter(charSequence, "$this$i18nFormat"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(renderContext, "renderContext"); - Map map = renderContext.a; - List list = renderContext.f2029c; - boolean z2 = true; - if (!map.isEmpty()) { - charSequence = a.replace(charSequence, new f(map)); - } else { - if (list != null && !list.isEmpty()) { - z2 = false; + public static final void a(Map map, PackageManager packageManager, Intent intent, Function1 function1) { + for (ResolveInfo resolveInfo : packageManager.queryIntentActivities(intent, 0)) { + ActivityInfo activityInfo = resolveInfo.activityInfo; + ComponentName componentName = new ComponentName(activityInfo.packageName, activityInfo.name); + Intent intent2 = new Intent(intent); + intent2.setComponent(componentName); + intent2.setPackage(resolveInfo.activityInfo.packageName); + if (function1 != null) { + ((a) function1).invoke(intent2); } - if (!z2) { - String replace = a.replace(charSequence, "%s"); - Object[] copyOf = Arrays.copyOf(objArr, objArr.length); - charSequence = c.d.b.a.a.H(copyOf, copyOf.length, replace, "java.lang.String.format(this, *args)"); + String str = resolveInfo.activityInfo.packageName; + m.checkNotNullExpressionValue(str, "resolveInfo.activityInfo.packageName"); + map.put(str, intent2); + } + } + + public static final Intent b(PackageManager packageManager, CharSequence charSequence, Uri uri, String str) throws IOException { + m.checkNotNullParameter(packageManager, "packageManager"); + m.checkNotNullParameter(uri, "captureFileURI"); + m.checkNotNullParameter(str, "mimeType"); + Intent addFlags = new Intent("android.media.action.IMAGE_CAPTURE").putExtra("output", uri).addFlags(2).addFlags(1); + m.checkNotNullExpressionValue(addFlags, "Intent(MediaStore.ACTION…RANT_READ_URI_PERMISSION)"); + Intent intent = new Intent("android.intent.action.PICK"); + intent.setType(str); + intent.putExtra("android.intent.extra.MIME_TYPES", str); + Intent intent2 = new Intent("android.intent.action.GET_CONTENT"); + intent2.setType(str); + intent2.putExtra("android.intent.extra.MIME_TYPES", str); + LinkedHashMap linkedHashMap = new LinkedHashMap(); + a(linkedHashMap, packageManager, intent2, null); + a(linkedHashMap, packageManager, intent, null); + a(linkedHashMap, packageManager, addFlags, new a(uri)); + Collection values = linkedHashMap.values(); + if (!values.isEmpty()) { + Iterator it = values.iterator(); + Intent intent3 = (Intent) it.next(); + ArrayList arrayList = new ArrayList(); + while (it.hasNext()) { + arrayList.add(it.next()); } + Intent createChooser = Intent.createChooser(intent3, charSequence); + if (!arrayList.isEmpty()) { + Object[] array = arrayList.toArray(new Parcelable[0]); + Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); + createChooser.putExtra("android.intent.extra.INITIAL_INTENTS", (Parcelable[]) array); + } + m.checkNotNullExpressionValue(createChooser, "chooserIntent"); + return createChooser; } - a aVar = a.d; - c.a.l.g.b bVar = a.a; - if (bVar == null) { - m.throwUninitializedPropertyAccessException("formattingParserProvider"); - } - c.a.l.g.a a2 = bVar.a(); - if (renderContext.f) { - String obj = charSequence.toString(); - Locale locale = Locale.ROOT; - m.checkNotNullExpressionValue(locale, "Locale.ROOT"); - Objects.requireNonNull(obj, "null cannot be cast to non-null type java.lang.String"); - charSequence = obj.toUpperCase(locale); - m.checkNotNullExpressionValue(charSequence, "(this as java.lang.String).toUpperCase(locale)"); - } - Objects.requireNonNull(a2); - m.checkNotNullParameter(charSequence, "input"); - m.checkNotNullParameter(renderContext, "renderContext"); - List parse$default = Parser.parse$default(a2, charSequence, new c.a.l.g.c(false, 0, 3), null, 4, null); - SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(); - c.a.u.b.b.h.a(spannableStringBuilder, parse$default, renderContext); - return spannableStringBuilder; - } - - public static final CharSequence f(CharSequence charSequence, Object[] objArr, Function1 function1) { - m.checkNotNullParameter(charSequence, "$this$i18nFormat"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(function1, "initializer"); - return e(charSequence, objArr, AnimatableValueParser.p2(function1, Arrays.copyOf(objArr, objArr.length))); - } - - public static /* synthetic */ CharSequence g(Context context, int i, Object[] objArr, Function1 function1, int i2) { - return a(context, i, objArr, (i2 & 4) != 0 ? C0028b.i : null); - } - - public static /* synthetic */ CharSequence h(Resources resources, int i, Object[] objArr, Function1 function1, int i2) { - return b(resources, i, objArr, (i2 & 4) != 0 ? d.i : null); - } - - public static /* synthetic */ CharSequence i(View view, int i, Object[] objArr, Function1 function1, int i2) { - return c(view, i, objArr, (i2 & 4) != 0 ? c.i : null); - } - - public static /* synthetic */ CharSequence j(Fragment fragment, int i, Object[] objArr, Function1 function1, int i2) { - return d(fragment, i, objArr, (i2 & 4) != 0 ? a.i : null); - } - - public static /* synthetic */ CharSequence k(CharSequence charSequence, Object[] objArr, Function1 function1, int i) { - return f(charSequence, objArr, (i & 2) != 0 ? e.i : null); - } - - public static final void l(TextView textView, @StringRes int i, Object[] objArr, Function1 function1) { - m.checkNotNullParameter(textView, "$this$i18nSetText"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(function1, "initializer"); - RenderContext p2 = AnimatableValueParser.p2(function1, Arrays.copyOf(objArr, objArr.length)); - textView.setMovementMethod(p2.g ? LinkMovementMethod.getInstance() : null); - String string = textView.getContext().getString(i); - m.checkNotNullExpressionValue(string, "context.getString(stringResId)"); - textView.setText(e(string, objArr, p2)); - } - - public static /* synthetic */ void m(TextView textView, int i, Object[] objArr, Function1 function1, int i2) { - l(textView, i, objArr, (i2 & 4) != 0 ? g.i : null); - } - - public static void n(TextView textView, CharSequence charSequence, Object[] objArr, Function1 function1, int i) { - int i2 = i & 4; - MovementMethod movementMethod = null; - h hVar = i2 != 0 ? h.i : null; - m.checkNotNullParameter(textView, "$this$i18nSetText"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(hVar, "initializer"); - if (charSequence == null) { - textView.setText((CharSequence) null); - textView.setMovementMethod(null); - return; - } - RenderContext p2 = AnimatableValueParser.p2(hVar, Arrays.copyOf(objArr, objArr.length)); - if (p2.g) { - movementMethod = LinkMovementMethod.getInstance(); - } - textView.setMovementMethod(movementMethod); - textView.setText(e(charSequence, objArr, p2)); + throw new IOException("No media applications available on this device."); } } diff --git a/app/src/main/java/c/a/m/a.java b/app/src/main/java/c/a/m/a.java deleted file mode 100644 index f31e20f44d..0000000000 --- a/app/src/main/java/c/a/m/a.java +++ /dev/null @@ -1,28 +0,0 @@ -package c.a.m; - -import android.content.Intent; -import android.net.Uri; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: MediaPickerChooser.kt */ -public final class a extends o implements Function1 { - public final /* synthetic */ Uri $captureFileURI; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public a(Uri uri) { - super(1); - this.$captureFileURI = uri; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Unit invoke(Intent intent) { - Intent intent2 = intent; - m.checkNotNullParameter(intent2, "intent"); - intent2.putExtra("output", this.$captureFileURI); - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/n/a/a.java b/app/src/main/java/c/a/m/a/a.java similarity index 96% rename from app/src/main/java/c/a/n/a/a.java rename to app/src/main/java/c/a/m/a/a.java index e443f890a8..3f80aa13d5 100644 --- a/app/src/main/java/c/a/n/a/a.java +++ b/app/src/main/java/c/a/m/a/a.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; /* compiled from: lambda */ diff --git a/app/src/main/java/c/a/n/a/a0.java b/app/src/main/java/c/a/m/a/a0.java similarity index 96% rename from app/src/main/java/c/a/n/a/a0.java rename to app/src/main/java/c/a/m/a/a0.java index b2d21e515f..47f1fe3cf1 100644 --- a/app/src/main/java/c/a/n/a/a0.java +++ b/app/src/main/java/c/a/m/a/a0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.experiments.dto.GuildExperimentDto; diff --git a/app/src/main/java/c/a/n/a/b.java b/app/src/main/java/c/a/m/a/b.java similarity index 96% rename from app/src/main/java/c/a/n/a/b.java rename to app/src/main/java/c/a/m/a/b.java index 1d1c75cbdd..bd672fc1d1 100644 --- a/app/src/main/java/c/a/n/a/b.java +++ b/app/src/main/java/c/a/m/a/b.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelAuditLogEntry; diff --git a/app/src/main/java/c/a/n/a/b0.java b/app/src/main/java/c/a/m/a/b0.java similarity index 96% rename from app/src/main/java/c/a/n/a/b0.java rename to app/src/main/java/c/a/m/a/b0.java index bd5b2aface..9cc020448d 100644 --- a/app/src/main/java/c/a/n/a/b0.java +++ b/app/src/main/java/c/a/m/a/b0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.experiments.dto.UserExperimentDto; diff --git a/app/src/main/java/c/a/n/a/c.java b/app/src/main/java/c/a/m/a/c.java similarity index 97% rename from app/src/main/java/c/a/n/a/c.java rename to app/src/main/java/c/a/m/a/c.java index 8afc976ac0..18fa8021ea 100644 --- a/app/src/main/java/c/a/n/a/c.java +++ b/app/src/main/java/c/a/m/a/c.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.guildscheduledevent.GuildScheduledEvent; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/c0.java b/app/src/main/java/c/a/m/a/c0.java similarity index 97% rename from app/src/main/java/c/a/n/a/c0.java rename to app/src/main/java/c/a/m/a/c0.java index 27874d01c0..6b6ae51353 100644 --- a/app/src/main/java/c/a/n/a/c0.java +++ b/app/src/main/java/c/a/m/a/c0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.channel.Channel; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/d.java b/app/src/main/java/c/a/m/a/d.java similarity index 96% rename from app/src/main/java/c/a/n/a/d.java rename to app/src/main/java/c/a/m/a/d.java index 5b8eab6472..91dd5b939a 100644 --- a/app/src/main/java/c/a/n/a/d.java +++ b/app/src/main/java/c/a/m/a/d.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelGuildIntegration; diff --git a/app/src/main/java/c/a/n/a/d0.java b/app/src/main/java/c/a/m/a/d0.java similarity index 97% rename from app/src/main/java/c/a/n/a/d0.java rename to app/src/main/java/c/a/m/a/d0.java index bf6b03b6a6..a473846967 100644 --- a/app/src/main/java/c/a/n/a/d0.java +++ b/app/src/main/java/c/a/m/a/d0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.activity.Activity; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/e.java b/app/src/main/java/c/a/m/a/e.java similarity index 96% rename from app/src/main/java/c/a/n/a/e.java rename to app/src/main/java/c/a/m/a/e.java index a554f0bff3..90abe7c4aa 100644 --- a/app/src/main/java/c/a/n/a/e.java +++ b/app/src/main/java/c/a/m/a/e.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelWebhook; diff --git a/app/src/main/java/c/a/n/a/e0.java b/app/src/main/java/c/a/m/a/e0.java similarity index 97% rename from app/src/main/java/c/a/n/a/e0.java rename to app/src/main/java/c/a/m/a/e0.java index 499e2e5950..0d86a2a990 100644 --- a/app/src/main/java/c/a/n/a/e0.java +++ b/app/src/main/java/c/a/m/a/e0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelUserProfile; diff --git a/app/src/main/java/c/a/n/a/f.java b/app/src/main/java/c/a/m/a/f.java similarity index 97% rename from app/src/main/java/c/a/n/a/f.java rename to app/src/main/java/c/a/m/a/f.java index ec4dc6d3bd..9c1911e08e 100644 --- a/app/src/main/java/c/a/n/a/f.java +++ b/app/src/main/java/c/a/m/a/f.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.channel.Channel; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/f0.java b/app/src/main/java/c/a/m/a/f0.java similarity index 97% rename from app/src/main/java/c/a/n/a/f0.java rename to app/src/main/java/c/a/m/a/f0.java index 5f0da9bc23..d92a027682 100644 --- a/app/src/main/java/c/a/n/a/f0.java +++ b/app/src/main/java/c/a/m/a/f0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelConnectedAccount; diff --git a/app/src/main/java/c/a/n/a/g.java b/app/src/main/java/c/a/m/a/g.java similarity index 97% rename from app/src/main/java/c/a/n/a/g.java rename to app/src/main/java/c/a/m/a/g.java index f5223ca40a..ebdfe3e465 100644 --- a/app/src/main/java/c/a/n/a/g.java +++ b/app/src/main/java/c/a/m/a/g.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.user.User; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/g0.java b/app/src/main/java/c/a/m/a/g0.java similarity index 96% rename from app/src/main/java/c/a/n/a/g0.java rename to app/src/main/java/c/a/m/a/g0.java index 5406727c1b..b2ba46c344 100644 --- a/app/src/main/java/c/a/n/a/g0.java +++ b/app/src/main/java/c/a/m/a/g0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelGuildFolder; diff --git a/app/src/main/java/c/a/n/a/h.java b/app/src/main/java/c/a/m/a/h.java similarity index 97% rename from app/src/main/java/c/a/n/a/h.java rename to app/src/main/java/c/a/m/a/h.java index f118b2aebb..e1073dd043 100644 --- a/app/src/main/java/c/a/n/a/h.java +++ b/app/src/main/java/c/a/m/a/h.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelAuditLogEntry; diff --git a/app/src/main/java/c/a/n/a/h0.java b/app/src/main/java/c/a/m/a/h0.java similarity index 96% rename from app/src/main/java/c/a/n/a/h0.java rename to app/src/main/java/c/a/m/a/h0.java index 5b1eff754a..77043d33ea 100644 --- a/app/src/main/java/c/a/n/a/h0.java +++ b/app/src/main/java/c/a/m/a/h0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelUserProfile; diff --git a/app/src/main/java/c/a/n/a/i.java b/app/src/main/java/c/a/m/a/i.java similarity index 97% rename from app/src/main/java/c/a/n/a/i.java rename to app/src/main/java/c/a/m/a/i.java index a38232a7d8..e5db971b16 100644 --- a/app/src/main/java/c/a/n/a/i.java +++ b/app/src/main/java/c/a/m/a/i.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelCall; diff --git a/app/src/main/java/c/a/n/a/i0.java b/app/src/main/java/c/a/m/a/i0.java similarity index 95% rename from app/src/main/java/c/a/n/a/i0.java rename to app/src/main/java/c/a/m/a/i0.java index cd0702a27c..fa404aa9eb 100644 --- a/app/src/main/java/c/a/n/a/i0.java +++ b/app/src/main/java/c/a/m/a/i0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import java.util.HashMap; import rx.functions.Func0; diff --git a/app/src/main/java/c/a/n/a/j.java b/app/src/main/java/c/a/m/a/j.java similarity index 97% rename from app/src/main/java/c/a/n/a/j.java rename to app/src/main/java/c/a/m/a/j.java index 0a83751b1c..1f064c05cf 100644 --- a/app/src/main/java/c/a/n/a/j.java +++ b/app/src/main/java/c/a/m/a/j.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.voice.state.VoiceState; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/j0.java b/app/src/main/java/c/a/m/a/j0.java similarity index 96% rename from app/src/main/java/c/a/n/a/j0.java rename to app/src/main/java/c/a/m/a/j0.java index e8cf101541..88537b6082 100644 --- a/app/src/main/java/c/a/n/a/j0.java +++ b/app/src/main/java/c/a/m/a/j0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.experiments.dto.UserExperimentDto; diff --git a/app/src/main/java/c/a/n/a/k.java b/app/src/main/java/c/a/m/a/k.java similarity index 97% rename from app/src/main/java/c/a/n/a/k.java rename to app/src/main/java/c/a/m/a/k.java index 4f5377a1c7..61075b100a 100644 --- a/app/src/main/java/c/a/n/a/k.java +++ b/app/src/main/java/c/a/m/a/k.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelConnectedAccountIntegration; diff --git a/app/src/main/java/c/a/n/a/k0.java b/app/src/main/java/c/a/m/a/k0.java similarity index 96% rename from app/src/main/java/c/a/n/a/k0.java rename to app/src/main/java/c/a/m/a/k0.java index 62872974cb..864ff9fcfa 100644 --- a/app/src/main/java/c/a/n/a/k0.java +++ b/app/src/main/java/c/a/m/a/k0.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; /* compiled from: lambda */ diff --git a/app/src/main/java/c/a/n/a/l.java b/app/src/main/java/c/a/m/a/l.java similarity index 97% rename from app/src/main/java/c/a/n/a/l.java rename to app/src/main/java/c/a/m/a/l.java index e9154466f0..dc42c70b29 100644 --- a/app/src/main/java/c/a/n/a/l.java +++ b/app/src/main/java/c/a/m/a/l.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelNotificationSettings; diff --git a/app/src/main/java/c/a/n/a/l0/a.java b/app/src/main/java/c/a/m/a/l0/a.java similarity index 96% rename from app/src/main/java/c/a/n/a/l0/a.java rename to app/src/main/java/c/a/m/a/l0/a.java index 017f8e7b2c..0d6c39a376 100644 --- a/app/src/main/java/c/a/n/a/l0/a.java +++ b/app/src/main/java/c/a/m/a/l0/a.java @@ -1,4 +1,4 @@ -package c.a.n.a.l0; +package c.a.m.a.l0; import com.discord.models.domain.Model; import com.discord.models.domain.emoji.ModelEmojiUnicode; diff --git a/app/src/main/java/c/a/n/a/l0/b.java b/app/src/main/java/c/a/m/a/l0/b.java similarity index 96% rename from app/src/main/java/c/a/n/a/l0/b.java rename to app/src/main/java/c/a/m/a/l0/b.java index 98458be08e..8b278c1f6e 100644 --- a/app/src/main/java/c/a/n/a/l0/b.java +++ b/app/src/main/java/c/a/m/a/l0/b.java @@ -1,4 +1,4 @@ -package c.a.n.a.l0; +package c.a.m.a.l0; import com.discord.models.domain.Model; import com.discord.models.domain.emoji.ModelEmojiUnicode; diff --git a/app/src/main/java/c/a/n/a/l0/c.java b/app/src/main/java/c/a/m/a/l0/c.java similarity index 97% rename from app/src/main/java/c/a/n/a/l0/c.java rename to app/src/main/java/c/a/m/a/l0/c.java index 876deba9a6..78f72ef837 100644 --- a/app/src/main/java/c/a/n/a/l0/c.java +++ b/app/src/main/java/c/a/m/a/l0/c.java @@ -1,4 +1,4 @@ -package c.a.n.a.l0; +package c.a.m.a.l0; import android.os.Parcelable; import com.discord.models.domain.Model; diff --git a/app/src/main/java/c/a/n/a/m.java b/app/src/main/java/c/a/m/a/m.java similarity index 97% rename from app/src/main/java/c/a/n/a/m.java rename to app/src/main/java/c/a/m/a/m.java index 855867cc50..ab9f597868 100644 --- a/app/src/main/java/c/a/n/a/m.java +++ b/app/src/main/java/c/a/m/a/m.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.guild.Guild; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/n.java b/app/src/main/java/c/a/m/a/n.java similarity index 96% rename from app/src/main/java/c/a/n/a/n.java rename to app/src/main/java/c/a/m/a/n.java index f549f2a8f9..2de85dfdb3 100644 --- a/app/src/main/java/c/a/n/a/n.java +++ b/app/src/main/java/c/a/m/a/n.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelSession; diff --git a/app/src/main/java/c/a/n/a/o.java b/app/src/main/java/c/a/m/a/o.java similarity index 96% rename from app/src/main/java/c/a/n/a/o.java rename to app/src/main/java/c/a/m/a/o.java index 80ebddeb56..be2ed75360 100644 --- a/app/src/main/java/c/a/n/a/o.java +++ b/app/src/main/java/c/a/m/a/o.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; /* compiled from: lambda */ diff --git a/app/src/main/java/c/a/n/a/p.java b/app/src/main/java/c/a/m/a/p.java similarity index 97% rename from app/src/main/java/c/a/n/a/p.java rename to app/src/main/java/c/a/m/a/p.java index ecea8a8575..85b55a85d1 100644 --- a/app/src/main/java/c/a/n/a/p.java +++ b/app/src/main/java/c/a/m/a/p.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.presence.Presence; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/q.java b/app/src/main/java/c/a/m/a/q.java similarity index 97% rename from app/src/main/java/c/a/n/a/q.java rename to app/src/main/java/c/a/m/a/q.java index acd110016d..cf6b5c98dc 100644 --- a/app/src/main/java/c/a/n/a/q.java +++ b/app/src/main/java/c/a/m/a/q.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.presence.Presence; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/r.java b/app/src/main/java/c/a/m/a/r.java similarity index 96% rename from app/src/main/java/c/a/n/a/r.java rename to app/src/main/java/c/a/m/a/r.java index b0912c6df2..8008fe0eab 100644 --- a/app/src/main/java/c/a/n/a/r.java +++ b/app/src/main/java/c/a/m/a/r.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; /* compiled from: lambda */ diff --git a/app/src/main/java/c/a/n/a/s.java b/app/src/main/java/c/a/m/a/s.java similarity index 96% rename from app/src/main/java/c/a/n/a/s.java rename to app/src/main/java/c/a/m/a/s.java index 63dd249521..ff69a9fcb8 100644 --- a/app/src/main/java/c/a/n/a/s.java +++ b/app/src/main/java/c/a/m/a/s.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; /* compiled from: lambda */ diff --git a/app/src/main/java/c/a/n/a/t.java b/app/src/main/java/c/a/m/a/t.java similarity index 97% rename from app/src/main/java/c/a/n/a/t.java rename to app/src/main/java/c/a/m/a/t.java index 9e44a9d75d..09f524a36d 100644 --- a/app/src/main/java/c/a/n/a/t.java +++ b/app/src/main/java/c/a/m/a/t.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelPayload; diff --git a/app/src/main/java/c/a/n/a/u.java b/app/src/main/java/c/a/m/a/u.java similarity index 97% rename from app/src/main/java/c/a/n/a/u.java rename to app/src/main/java/c/a/m/a/u.java index 18322782d4..1804b945c3 100644 --- a/app/src/main/java/c/a/n/a/u.java +++ b/app/src/main/java/c/a/m/a/u.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.guildmember.GuildMember; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/v.java b/app/src/main/java/c/a/m/a/v.java similarity index 97% rename from app/src/main/java/c/a/n/a/v.java rename to app/src/main/java/c/a/m/a/v.java index f392c50436..4848ca17d7 100644 --- a/app/src/main/java/c/a/n/a/v.java +++ b/app/src/main/java/c/a/m/a/v.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.presence.Presence; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/w.java b/app/src/main/java/c/a/m/a/w.java similarity index 96% rename from app/src/main/java/c/a/n/a/w.java rename to app/src/main/java/c/a/m/a/w.java index 7ef6658f58..a170d02922 100644 --- a/app/src/main/java/c/a/n/a/w.java +++ b/app/src/main/java/c/a/m/a/w.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelConnectedAccount; diff --git a/app/src/main/java/c/a/n/a/x.java b/app/src/main/java/c/a/m/a/x.java similarity index 97% rename from app/src/main/java/c/a/n/a/x.java rename to app/src/main/java/c/a/m/a/x.java index 9c0d2a36f1..63253d6250 100644 --- a/app/src/main/java/c/a/n/a/x.java +++ b/app/src/main/java/c/a/m/a/x.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.user.User; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/n/a/y.java b/app/src/main/java/c/a/m/a/y.java similarity index 96% rename from app/src/main/java/c/a/n/a/y.java rename to app/src/main/java/c/a/m/a/y.java index 195d3e1fb4..33ca73e491 100644 --- a/app/src/main/java/c/a/n/a/y.java +++ b/app/src/main/java/c/a/m/a/y.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.models.domain.Model; import com.discord.models.domain.ModelUserRelationship; diff --git a/app/src/main/java/c/a/n/a/z.java b/app/src/main/java/c/a/m/a/z.java similarity index 97% rename from app/src/main/java/c/a/n/a/z.java rename to app/src/main/java/c/a/m/a/z.java index 18234ab695..0fbfb2df2c 100644 --- a/app/src/main/java/c/a/n/a/z.java +++ b/app/src/main/java/c/a/m/a/z.java @@ -1,4 +1,4 @@ -package c.a.n.a; +package c.a.m.a; import com.discord.api.guildjoinrequest.GuildJoinRequest; import com.discord.models.deserialization.gson.InboundGatewayGsonParser; diff --git a/app/src/main/java/c/a/m/b.java b/app/src/main/java/c/a/m/b.java deleted file mode 100644 index 27dad4a677..0000000000 --- a/app/src/main/java/c/a/m/b.java +++ /dev/null @@ -1,73 +0,0 @@ -package c.a.m; - -import android.content.ComponentName; -import android.content.Intent; -import android.content.pm.ActivityInfo; -import android.content.pm.PackageManager; -import android.content.pm.ResolveInfo; -import android.net.Uri; -import android.os.Parcelable; -import d0.z.d.m; -import java.io.IOException; -import java.util.ArrayList; -import java.util.Collection; -import java.util.Iterator; -import java.util.LinkedHashMap; -import java.util.Map; -import java.util.Objects; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: MediaPickerChooser.kt */ -public final class b { - public static final void a(Map map, PackageManager packageManager, Intent intent, Function1 function1) { - for (ResolveInfo resolveInfo : packageManager.queryIntentActivities(intent, 0)) { - ActivityInfo activityInfo = resolveInfo.activityInfo; - ComponentName componentName = new ComponentName(activityInfo.packageName, activityInfo.name); - Intent intent2 = new Intent(intent); - intent2.setComponent(componentName); - intent2.setPackage(resolveInfo.activityInfo.packageName); - if (function1 != null) { - ((a) function1).invoke(intent2); - } - String str = resolveInfo.activityInfo.packageName; - m.checkNotNullExpressionValue(str, "resolveInfo.activityInfo.packageName"); - map.put(str, intent2); - } - } - - public static final Intent b(PackageManager packageManager, CharSequence charSequence, Uri uri, String str) throws IOException { - m.checkNotNullParameter(packageManager, "packageManager"); - m.checkNotNullParameter(uri, "captureFileURI"); - m.checkNotNullParameter(str, "mimeType"); - Intent addFlags = new Intent("android.media.action.IMAGE_CAPTURE").putExtra("output", uri).addFlags(2).addFlags(1); - m.checkNotNullExpressionValue(addFlags, "Intent(MediaStore.ACTION…RANT_READ_URI_PERMISSION)"); - Intent intent = new Intent("android.intent.action.PICK"); - intent.setType(str); - intent.putExtra("android.intent.extra.MIME_TYPES", str); - Intent intent2 = new Intent("android.intent.action.GET_CONTENT"); - intent2.setType(str); - intent2.putExtra("android.intent.extra.MIME_TYPES", str); - LinkedHashMap linkedHashMap = new LinkedHashMap(); - a(linkedHashMap, packageManager, intent2, null); - a(linkedHashMap, packageManager, intent, null); - a(linkedHashMap, packageManager, addFlags, new a(uri)); - Collection values = linkedHashMap.values(); - if (!values.isEmpty()) { - Iterator it = values.iterator(); - Intent intent3 = (Intent) it.next(); - ArrayList arrayList = new ArrayList(); - while (it.hasNext()) { - arrayList.add(it.next()); - } - Intent createChooser = Intent.createChooser(intent3, charSequence); - if (!arrayList.isEmpty()) { - Object[] array = arrayList.toArray(new Parcelable[0]); - Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); - createChooser.putExtra("android.intent.extra.INITIAL_INTENTS", (Parcelable[]) array); - } - m.checkNotNullExpressionValue(createChooser, "chooserIntent"); - return createChooser; - } - throw new IOException("No media applications available on this device."); - } -} diff --git a/app/src/main/java/c/a/n/a.java b/app/src/main/java/c/a/n/a.java new file mode 100644 index 0000000000..27919658ff --- /dev/null +++ b/app/src/main/java/c/a/n/a.java @@ -0,0 +1,71 @@ +package c.a.n; + +import android.animation.Animator; +import android.animation.AnimatorInflater; +import android.graphics.Point; +import android.util.Log; +import android.view.MotionEvent; +import android.view.View; +import com.discord.overlay.OverlayManager; +import com.discord.overlay.R; +import com.discord.overlay.views.OverlayBubbleWrap; +import d0.z.d.m; +import java.util.Objects; +/* compiled from: OverlayManager.kt */ +public final class a implements View.OnTouchListener { + public final /* synthetic */ OverlayManager i; + + public a(OverlayManager overlayManager) { + this.i = overlayManager; + } + + /* JADX WARNING: Removed duplicated region for block: B:11:0x0030 */ + /* JADX WARNING: Removed duplicated region for block: B:19:0x00aa */ + @Override // android.view.View.OnTouchListener + public final boolean onTouch(View view, MotionEvent motionEvent) { + boolean z2; + m.checkNotNullExpressionValue(motionEvent, "event"); + int action = motionEvent.getAction(); + if (action == 1 || action == 2) { + c.a.n.h.a aVar = this.i.m; + if (aVar != null) { + if (aVar.m.contains((int) motionEvent.getRawX(), (int) motionEvent.getRawY())) { + z2 = true; + if (!z2) { + Objects.requireNonNull(view, "null cannot be cast to non-null type com.discord.overlay.views.OverlayBubbleWrap"); + OverlayBubbleWrap overlayBubbleWrap = (OverlayBubbleWrap) view; + if (motionEvent.getAction() == 1) { + OverlayManager overlayManager = this.i; + Objects.requireNonNull(overlayManager); + Point point = overlayBubbleWrap.v; + if (point != null) { + Point point2 = overlayBubbleWrap.u; + point2.x = point.x; + point2.y = point.y; + String simpleName = overlayBubbleWrap.getClass().getSimpleName(); + StringBuilder K = c.d.b.a.a.K("Moved to anchor ["); + K.append(overlayBubbleWrap.u); + K.append(']'); + Log.d(simpleName, K.toString()); + } + overlayManager.c(null); + Animator loadAnimator = AnimatorInflater.loadAnimator(overlayBubbleWrap.getContext(), R.a.fade_out); + loadAnimator.setTarget(overlayBubbleWrap); + loadAnimator.addListener(new e(overlayManager, overlayBubbleWrap)); + loadAnimator.start(); + OverlayBubbleWrap.c(overlayBubbleWrap, (int) overlayBubbleWrap.getX(), (overlayBubbleWrap.getHeight() / 2) + ((int) overlayBubbleWrap.getY()), null, 4, null); + return true; + } + this.i.c(overlayBubbleWrap); + } else { + this.i.c(null); + } + } + } + z2 = false; + if (!z2) { + } + } + return false; + } +} diff --git a/app/src/main/java/c/a/n/b.java b/app/src/main/java/c/a/n/b.java new file mode 100644 index 0000000000..5188f3097c --- /dev/null +++ b/app/src/main/java/c/a/n/b.java @@ -0,0 +1,34 @@ +package c.a.n; + +import com.discord.overlay.OverlayManager; +import com.discord.overlay.views.OverlayBubbleWrap; +import d0.z.d.m; +import d0.z.d.o; +import kotlin.jvm.functions.Function1; +/* compiled from: OverlayManager.kt */ +public final class b extends o implements Function1 { + public final /* synthetic */ OverlayManager this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public b(OverlayManager overlayManager) { + super(1); + this.this$0 = overlayManager; + } + + /* 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 Boolean invoke(OverlayBubbleWrap overlayBubbleWrap) { + boolean z2; + OverlayBubbleWrap overlayBubbleWrap2 = overlayBubbleWrap; + m.checkNotNullParameter(overlayBubbleWrap2, "bubbleWrap"); + try { + this.this$0.r.removeViewImmediate(overlayBubbleWrap2); + this.this$0.l.invoke(overlayBubbleWrap2); + z2 = true; + } catch (IllegalArgumentException unused) { + z2 = false; + } + return Boolean.valueOf(z2); + } +} diff --git a/app/src/main/java/c/a/o/c.java b/app/src/main/java/c/a/n/c.java similarity index 97% rename from app/src/main/java/c/a/o/c.java rename to app/src/main/java/c/a/n/c.java index 17a05711d8..b4a123998c 100644 --- a/app/src/main/java/c/a/o/c.java +++ b/app/src/main/java/c/a/n/c.java @@ -1,6 +1,6 @@ -package c.a.o; +package c.a.n; -import c.a.o.h.a; +import c.a.n.h.a; import com.discord.overlay.OverlayManager; import com.discord.overlay.views.OverlayBubbleWrap; import d0.z.d.o; diff --git a/app/src/main/java/c/a/o/d.java b/app/src/main/java/c/a/n/d.java similarity index 93% rename from app/src/main/java/c/a/o/d.java rename to app/src/main/java/c/a/n/d.java index 43dc344f85..714a639c0d 100644 --- a/app/src/main/java/c/a/o/d.java +++ b/app/src/main/java/c/a/n/d.java @@ -1,4 +1,4 @@ -package c.a.o; +package c.a.n; import android.view.View; import android.view.WindowManager; @@ -19,12 +19,12 @@ public final class d implements View.OnClickListener { public final /* synthetic */ d i; /* compiled from: View.kt */ - /* renamed from: c.a.o.d$a$a reason: collision with other inner class name */ - public static final class View$OnLayoutChangeListenerC0029a implements View.OnLayoutChangeListener { + /* renamed from: c.a.n.d$a$a reason: collision with other inner class name */ + public static final class View$OnLayoutChangeListenerC0028a implements View.OnLayoutChangeListener { public final /* synthetic */ a i; public final /* synthetic */ View j; - public View$OnLayoutChangeListenerC0029a(a aVar, View view) { + public View$OnLayoutChangeListenerC0028a(a aVar, View view) { this.i = aVar; this.j = view; } @@ -47,7 +47,7 @@ public final class d implements View.OnClickListener { public void onViewAttachedToWindow(View view) { m.checkNotNullParameter(view, "v"); if (!ViewCompat.isLaidOut(view) || view.isLayoutRequested()) { - view.addOnLayoutChangeListener(new View$OnLayoutChangeListenerC0029a(this, view)); + view.addOnLayoutChangeListener(new View$OnLayoutChangeListenerC0028a(this, view)); return; } View findViewWithTag = view.findViewWithTag(this.i.l); diff --git a/app/src/main/java/c/a/o/e.java b/app/src/main/java/c/a/n/e.java similarity index 99% rename from app/src/main/java/c/a/o/e.java rename to app/src/main/java/c/a/n/e.java index ca8a926f61..f8f0b4edc2 100644 --- a/app/src/main/java/c/a/o/e.java +++ b/app/src/main/java/c/a/n/e.java @@ -1,4 +1,4 @@ -package c.a.o; +package c.a.n; import android.animation.Animator; import com.discord.overlay.OverlayManager; diff --git a/app/src/main/java/c/a/o/f.java b/app/src/main/java/c/a/n/f.java similarity index 93% rename from app/src/main/java/c/a/o/f.java rename to app/src/main/java/c/a/n/f.java index 9877e74f27..bffa714957 100644 --- a/app/src/main/java/c/a/o/f.java +++ b/app/src/main/java/c/a/n/f.java @@ -1,4 +1,4 @@ -package c.a.o; +package c.a.n; import com.discord.overlay.views.OverlayBubbleWrap; /* compiled from: TrashEventListener.kt */ diff --git a/app/src/main/java/c/a/o/g/a.java b/app/src/main/java/c/a/n/g/a.java similarity index 90% rename from app/src/main/java/c/a/o/g/a.java rename to app/src/main/java/c/a/n/g/a.java index f368c1d2db..1068329d5b 100644 --- a/app/src/main/java/c/a/o/g/a.java +++ b/app/src/main/java/c/a/n/g/a.java @@ -1,4 +1,4 @@ -package c.a.o.g; +package c.a.n.g; import android.view.View; import android.widget.FrameLayout; @@ -14,14 +14,14 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f200c; + public final FrameLayout f201c; @NonNull public final FrameLayout d; public a(@NonNull View view, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2) { this.a = view; this.b = imageView; - this.f200c = frameLayout; + this.f201c = frameLayout; this.d = frameLayout2; } diff --git a/app/src/main/java/c/a/o/h/a.java b/app/src/main/java/c/a/n/h/a.java similarity index 90% rename from app/src/main/java/c/a/o/h/a.java rename to app/src/main/java/c/a/n/h/a.java index a9a6c94e1d..8523909418 100644 --- a/app/src/main/java/c/a/o/h/a.java +++ b/app/src/main/java/c/a/n/h/a.java @@ -1,4 +1,4 @@ -package c.a.o.h; +package c.a.n.h; import android.animation.Animator; import android.animation.AnimatorInflater; @@ -11,14 +11,14 @@ import android.view.WindowManager; import android.view.animation.ScaleAnimation; import android.widget.FrameLayout; import android.widget.ImageView; -import c.a.o.f; +import c.a.n.f; import com.discord.overlay.R; import com.discord.overlay.views.OverlayBubbleWrap; import d0.z.d.m; import kotlin.reflect.KProperty; /* compiled from: OverlayTrashWrap.kt */ public final class a extends FrameLayout implements f { - public final c.a.o.g.a i; + public final c.a.n.g.a i; public WindowManager.LayoutParams j; public final Animator k; public final Animator l; @@ -27,11 +27,11 @@ public final class a extends FrameLayout implements f { public OverlayBubbleWrap o; /* compiled from: Animator.kt */ - /* renamed from: c.a.o.h.a$a reason: collision with other inner class name */ - public static final class C0030a implements Animator.AnimatorListener { + /* renamed from: c.a.n.h.a$a reason: collision with other inner class name */ + public static final class C0029a implements Animator.AnimatorListener { public final /* synthetic */ a a; - public C0030a(a aVar) { + public C0029a(a aVar) { this.a = aVar; } @@ -101,7 +101,7 @@ public final class a extends FrameLayout implements f { i = R.d.trash_wrap_target_zone; FrameLayout frameLayout2 = (FrameLayout) findViewById(i); if (frameLayout2 != null) { - c.a.o.g.a aVar = new c.a.o.g.a(this, imageView, frameLayout, frameLayout2); + c.a.n.g.a aVar = new c.a.n.g.a(this, imageView, frameLayout, frameLayout2); m.checkNotNullExpressionValue(aVar, "TrashWrapBinding.inflate…ater.from(context), this)"); this.i = aVar; WindowManager.LayoutParams layoutParams = new WindowManager.LayoutParams(-2, -2, Build.VERSION.SDK_INT <= 25 ? 2007 : 2038, 16777768, -3); @@ -118,7 +118,7 @@ public final class a extends FrameLayout implements f { Animator loadAnimator2 = AnimatorInflater.loadAnimator(getContext(), R.a.slide_in_bottom); loadAnimator2.setTarget(frameLayout2); animatorSet.playTogether(loadAnimator, loadAnimator2); - animatorSet.addListener(new C0030a(this)); + animatorSet.addListener(new C0029a(this)); this.k = animatorSet; AnimatorSet animatorSet2 = new AnimatorSet(); Animator loadAnimator3 = AnimatorInflater.loadAnimator(getContext(), R.a.fade_out); @@ -137,49 +137,49 @@ public final class a extends FrameLayout implements f { throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i))); } - @Override // c.a.o.f + @Override // c.a.n.f public void a(OverlayBubbleWrap overlayBubbleWrap) { if (overlayBubbleWrap != null) { - FrameLayout frameLayout = this.i.f200c; + FrameLayout frameLayout = this.i.f201c; m.checkNotNullExpressionValue(frameLayout, "binding.trashWrapTargetContainer"); frameLayout.setActivated(true); int max = Math.max(overlayBubbleWrap.getWidth(), overlayBubbleWrap.getHeight()); - FrameLayout frameLayout2 = this.i.f200c; + FrameLayout frameLayout2 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout2, "binding.trashWrapTargetContainer"); - FrameLayout frameLayout3 = this.i.f200c; + FrameLayout frameLayout3 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout3, "binding.trashWrapTargetContainer"); float max2 = (((float) Math.max(max, frameLayout2.getWidth())) / ((float) frameLayout3.getWidth())) + 0.5f; - FrameLayout frameLayout4 = this.i.f200c; + FrameLayout frameLayout4 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout4, "binding.trashWrapTargetContainer"); float scaleX = frameLayout4.getScaleX(); - FrameLayout frameLayout5 = this.i.f200c; + FrameLayout frameLayout5 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout5, "binding.trashWrapTargetContainer"); float scaleY = frameLayout5.getScaleY(); - FrameLayout frameLayout6 = this.i.f200c; + FrameLayout frameLayout6 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout6, "binding.trashWrapTargetContainer"); float pivotX = frameLayout6.getPivotX(); - FrameLayout frameLayout7 = this.i.f200c; + FrameLayout frameLayout7 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout7, "binding.trashWrapTargetContainer"); ScaleAnimation scaleAnimation = new ScaleAnimation(scaleX, max2, scaleY, max2, pivotX, frameLayout7.getPivotY()); scaleAnimation.setDuration(200); scaleAnimation.setInterpolator(getContext(), 17563656); scaleAnimation.setFillAfter(true); - this.i.f200c.startAnimation(scaleAnimation); + this.i.f201c.startAnimation(scaleAnimation); } else { - FrameLayout frameLayout8 = this.i.f200c; + FrameLayout frameLayout8 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout8, "binding.trashWrapTargetContainer"); frameLayout8.setActivated(false); setActivated(false); - FrameLayout frameLayout9 = this.i.f200c; + FrameLayout frameLayout9 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout9, "binding.trashWrapTargetContainer"); float scaleX2 = frameLayout9.getScaleX(); - FrameLayout frameLayout10 = this.i.f200c; + FrameLayout frameLayout10 = this.i.f201c; m.checkNotNullExpressionValue(frameLayout10, "binding.trashWrapTargetContainer"); ScaleAnimation scaleAnimation2 = new ScaleAnimation(scaleX2, 1.0f, frameLayout10.getScaleY(), 1.0f); scaleAnimation2.setDuration(200); scaleAnimation2.setInterpolator(getContext(), 17563655); scaleAnimation2.setFillAfter(true); - this.i.f200c.startAnimation(scaleAnimation2); + this.i.f201c.startAnimation(scaleAnimation2); } if (!m.areEqual(overlayBubbleWrap, this.o)) { if (overlayBubbleWrap != null) { @@ -197,7 +197,7 @@ public final class a extends FrameLayout implements f { } } - @Override // c.a.o.f + @Override // c.a.n.f public void b(OverlayBubbleWrap overlayBubbleWrap) { m.checkNotNullParameter(overlayBubbleWrap, "bubble"); m.checkNotNullParameter(overlayBubbleWrap, "bubble"); diff --git a/app/src/main/java/c/a/o/a.java b/app/src/main/java/c/a/o/a.java index 7e010fed8a..1186342738 100644 --- a/app/src/main/java/c/a/o/a.java +++ b/app/src/main/java/c/a/o/a.java @@ -1,71 +1,37 @@ package c.a.o; -import android.animation.Animator; -import android.animation.AnimatorInflater; -import android.graphics.Point; -import android.util.Log; -import android.view.MotionEvent; -import android.view.View; -import com.discord.overlay.OverlayManager; -import com.discord.overlay.R; -import com.discord.overlay.views.OverlayBubbleWrap; +import android.content.Context; +import android.content.res.Resources; +import androidx.core.os.ConfigurationCompat; import d0.z.d.m; -import java.util.Objects; -/* compiled from: OverlayManager.kt */ -public final class a implements View.OnTouchListener { - public final /* synthetic */ OverlayManager i; +import d0.z.d.o; +import java.util.Locale; +import kotlin.jvm.functions.Function1; +/* compiled from: LocaleProvider.kt */ +public final class a { + public static Function1 a = C0030a.i; + public static final a b = null; - public a(OverlayManager overlayManager) { - this.i = overlayManager; - } + /* compiled from: LocaleProvider.kt */ + /* renamed from: c.a.o.a$a reason: collision with other inner class name */ + public static final class C0030a extends o implements Function1 { + public static final C0030a i = new C0030a(); - /* JADX WARNING: Removed duplicated region for block: B:11:0x0030 */ - /* JADX WARNING: Removed duplicated region for block: B:19:0x00aa */ - @Override // android.view.View.OnTouchListener - public final boolean onTouch(View view, MotionEvent motionEvent) { - boolean z2; - m.checkNotNullExpressionValue(motionEvent, "event"); - int action = motionEvent.getAction(); - if (action == 1 || action == 2) { - c.a.o.h.a aVar = this.i.m; - if (aVar != null) { - if (aVar.m.contains((int) motionEvent.getRawX(), (int) motionEvent.getRawY())) { - z2 = true; - if (!z2) { - Objects.requireNonNull(view, "null cannot be cast to non-null type com.discord.overlay.views.OverlayBubbleWrap"); - OverlayBubbleWrap overlayBubbleWrap = (OverlayBubbleWrap) view; - if (motionEvent.getAction() == 1) { - OverlayManager overlayManager = this.i; - Objects.requireNonNull(overlayManager); - Point point = overlayBubbleWrap.v; - if (point != null) { - Point point2 = overlayBubbleWrap.u; - point2.x = point.x; - point2.y = point.y; - String simpleName = overlayBubbleWrap.getClass().getSimpleName(); - StringBuilder L = c.d.b.a.a.L("Moved to anchor ["); - L.append(overlayBubbleWrap.u); - L.append(']'); - Log.d(simpleName, L.toString()); - } - overlayManager.c(null); - Animator loadAnimator = AnimatorInflater.loadAnimator(overlayBubbleWrap.getContext(), R.a.fade_out); - loadAnimator.setTarget(overlayBubbleWrap); - loadAnimator.addListener(new e(overlayManager, overlayBubbleWrap)); - loadAnimator.start(); - OverlayBubbleWrap.c(overlayBubbleWrap, (int) overlayBubbleWrap.getX(), (overlayBubbleWrap.getHeight() / 2) + ((int) overlayBubbleWrap.getY()), null, 4, null); - return true; - } - this.i.c(overlayBubbleWrap); - } else { - this.i.c(null); - } - } - } - z2 = false; - if (!z2) { - } + public C0030a() { + super(1); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public Locale invoke(Context context) { + Context context2 = context; + m.checkParameterIsNotNull(context2, "context"); + Resources resources = context2.getResources(); + m.checkExpressionValueIsNotNull(resources, "context.resources"); + Locale locale = ConfigurationCompat.getLocales(resources.getConfiguration()).get(0); + m.checkExpressionValueIsNotNull(locale, "ConfigurationCompat.getL…sources.configuration)[0]"); + return locale; } - return false; } } diff --git a/app/src/main/java/c/a/o/b.java b/app/src/main/java/c/a/o/b.java index 1ece2738c1..11e81ca4e6 100644 --- a/app/src/main/java/c/a/o/b.java +++ b/app/src/main/java/c/a/o/b.java @@ -1,34 +1,58 @@ package c.a.o; -import com.discord.overlay.OverlayManager; -import com.discord.overlay.views.OverlayBubbleWrap; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.jvm.functions.Function1; -/* compiled from: OverlayManager.kt */ -public final class b extends o implements Function1 { - public final /* synthetic */ OverlayManager this$0; +import android.graphics.Rect; +import android.view.View; +import androidx.annotation.UiThread; +import d0.t.u; +import java.lang.ref.WeakReference; +import java.util.LinkedHashMap; +import java.util.LinkedHashSet; +import java.util.List; +import java.util.Map; +import java.util.Set; +/* compiled from: PanelsChildGestureRegionObserver.kt */ +public final class b implements View.OnLayoutChangeListener { + public Map i = new LinkedHashMap(); + public Set j = new LinkedHashSet(); - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public b(OverlayManager overlayManager) { - super(1); - this.this$0 = overlayManager; + /* compiled from: PanelsChildGestureRegionObserver.kt */ + public interface a { + void onGestureRegionsUpdate(List list); } - /* 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 Boolean invoke(OverlayBubbleWrap overlayBubbleWrap) { - boolean z2; - OverlayBubbleWrap overlayBubbleWrap2 = overlayBubbleWrap; - m.checkNotNullParameter(overlayBubbleWrap2, "bubbleWrap"); - try { - this.this$0.r.removeViewImmediate(overlayBubbleWrap2); - this.this$0.l.invoke(overlayBubbleWrap2); - z2 = true; - } catch (IllegalArgumentException unused) { - z2 = false; + /* compiled from: PanelsChildGestureRegionObserver.kt */ + /* renamed from: c.a.o.b$b reason: collision with other inner class name */ + public static final class C0031b { + public static WeakReference a = new WeakReference<>(null); + + @UiThread + public static final b a() { + b bVar = a.get(); + if (bVar != null) { + return bVar; + } + b bVar2 = new b(); + a = new WeakReference<>(bVar2); + return bVar2; + } + } + + public final void a() { + List list = u.toList(this.i.values()); + for (a aVar : this.j) { + aVar.onGestureRegionsUpdate(list); + } + } + + @Override // android.view.View.OnLayoutChangeListener + public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { + if (view != null) { + int[] iArr = {0, 0}; + view.getLocationOnScreen(iArr); + int i9 = iArr[0]; + int i10 = iArr[1]; + this.i.put(Integer.valueOf(view.getId()), new Rect(i + i9, i2 + i10, i9 + i3, i10 + i4)); + a(); } - return Boolean.valueOf(z2); } } diff --git a/app/src/main/java/c/a/p/a.java b/app/src/main/java/c/a/p/a.java index 91c67f5832..77082bec42 100644 --- a/app/src/main/java/c/a/p/a.java +++ b/app/src/main/java/c/a/p/a.java @@ -1,37 +1,19 @@ package c.a.p; -import android.content.Context; -import android.content.res.Resources; -import androidx.core.os.ConfigurationCompat; -import d0.z.d.m; -import d0.z.d.o; -import java.util.Locale; -import kotlin.jvm.functions.Function1; -/* compiled from: LocaleProvider.kt */ -public final class a { - public static Function1 a = C0031a.i; - public static final a b = null; +import c.a.p.k; +import com.discord.player.AppMediaPlayer; +import rx.functions.Action1; +/* compiled from: AppMediaPlayer.kt */ +public final class a implements Action1 { + public final /* synthetic */ AppMediaPlayer i; - /* compiled from: LocaleProvider.kt */ - /* renamed from: c.a.p.a$a reason: collision with other inner class name */ - public static final class C0031a extends o implements Function1 { - public static final C0031a i = new C0031a(); + public a(AppMediaPlayer appMediaPlayer) { + this.i = appMediaPlayer; + } - public C0031a() { - super(1); - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // kotlin.jvm.functions.Function1 - public Locale invoke(Context context) { - Context context2 = context; - m.checkParameterIsNotNull(context2, "context"); - Resources resources = context2.getResources(); - m.checkExpressionValueIsNotNull(resources, "context.resources"); - Locale locale = ConfigurationCompat.getLocales(resources.getConfiguration()).get(0); - m.checkExpressionValueIsNotNull(locale, "ConfigurationCompat.getL…sources.configuration)[0]"); - return locale; - } + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(k.a aVar) { + this.i.a.j.onNext(aVar.a ? AppMediaPlayer.Event.f.a : AppMediaPlayer.Event.d.a); } } diff --git a/app/src/main/java/c/a/p/b.java b/app/src/main/java/c/a/p/b.java index b9a08f7476..24a81ed8fe 100644 --- a/app/src/main/java/c/a/p/b.java +++ b/app/src/main/java/c/a/p/b.java @@ -1,58 +1,19 @@ package c.a.p; -import android.graphics.Rect; -import android.view.View; -import androidx.annotation.UiThread; -import d0.t.u; -import java.lang.ref.WeakReference; -import java.util.LinkedHashMap; -import java.util.LinkedHashSet; -import java.util.List; -import java.util.Map; -import java.util.Set; -/* compiled from: PanelsChildGestureRegionObserver.kt */ -public final class b implements View.OnLayoutChangeListener { - public Map i = new LinkedHashMap(); - public Set j = new LinkedHashSet(); +import com.discord.player.AppMediaPlayer; +import com.discord.utilities.logging.Logger; +import rx.functions.Action1; +/* compiled from: AppMediaPlayer.kt */ +public final class b implements Action1 { + public final /* synthetic */ AppMediaPlayer i; - /* compiled from: PanelsChildGestureRegionObserver.kt */ - public interface a { - void onGestureRegionsUpdate(List list); + public b(AppMediaPlayer appMediaPlayer) { + this.i = appMediaPlayer; } - /* compiled from: PanelsChildGestureRegionObserver.kt */ - /* renamed from: c.a.p.b$b reason: collision with other inner class name */ - public static final class C0032b { - public static WeakReference a = new WeakReference<>(null); - - @UiThread - public static final b a() { - b bVar = a.get(); - if (bVar != null) { - return bVar; - } - b bVar2 = new b(); - a = new WeakReference<>(bVar2); - return bVar2; - } - } - - public final void a() { - List list = u.toList(this.i.values()); - for (a aVar : this.j) { - aVar.onGestureRegionsUpdate(list); - } - } - - @Override // android.view.View.OnLayoutChangeListener - public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { - if (view != null) { - int[] iArr = {0, 0}; - view.getLocationOnScreen(iArr); - int i9 = iArr[0]; - int i10 = iArr[1]; - this.i.put(Integer.valueOf(view.getId()), new Rect(i + i9, i2 + i10, i9 + i3, i10 + i4)); - a(); - } + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(Throwable th) { + Logger.e$default(this.i.j, "error while listening to isPlayingChanges", th, null, 4, null); } } diff --git a/app/src/main/java/c/a/p/c.java b/app/src/main/java/c/a/p/c.java new file mode 100644 index 0000000000..66fed38a39 --- /dev/null +++ b/app/src/main/java/c/a/p/c.java @@ -0,0 +1,26 @@ +package c.a.p; + +import c.a.p.k; +import com.discord.player.AppMediaPlayer; +import com.discord.utilities.logging.Logger; +import d0.z.d.m; +import rx.functions.Action1; +/* compiled from: AppMediaPlayer.kt */ +public final class c implements Action1 { + public final /* synthetic */ AppMediaPlayer i; + public final /* synthetic */ String j; + + public c(AppMediaPlayer appMediaPlayer, String str) { + this.i = appMediaPlayer; + this.j = str; + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(k.b bVar) { + Logger logger = this.i.j; + String simpleName = AppMediaPlayer.class.getSimpleName(); + m.checkNotNullExpressionValue(simpleName, "javaClass.simpleName"); + Logger.e$default(logger, simpleName, "playback error for feature: " + this.j, bVar.a, null, 8, null); + } +} diff --git a/app/src/main/java/c/a/p/d.java b/app/src/main/java/c/a/p/d.java new file mode 100644 index 0000000000..1d1dbd50e3 --- /dev/null +++ b/app/src/main/java/c/a/p/d.java @@ -0,0 +1,19 @@ +package c.a.p; + +import com.discord.player.AppMediaPlayer; +import com.discord.utilities.logging.Logger; +import rx.functions.Action1; +/* compiled from: AppMediaPlayer.kt */ +public final class d implements Action1 { + public final /* synthetic */ AppMediaPlayer i; + + public d(AppMediaPlayer appMediaPlayer) { + this.i = appMediaPlayer; + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(Throwable th) { + Logger.e$default(this.i.j, "error while listening to player errors", th, null, 4, null); + } +} diff --git a/app/src/main/java/c/a/p/e.java b/app/src/main/java/c/a/p/e.java new file mode 100644 index 0000000000..2b5434190e --- /dev/null +++ b/app/src/main/java/c/a/p/e.java @@ -0,0 +1,47 @@ +package c.a.p; + +import c.a.p.k; +import com.discord.player.AppMediaPlayer; +import j0.j.b.a; +import java.util.concurrent.TimeUnit; +import rx.Observable; +import rx.Subscription; +import rx.functions.Action1; +import rx.subjects.PublishSubject; +/* compiled from: AppMediaPlayer.kt */ +public final class e implements Action1 { + public final /* synthetic */ AppMediaPlayer i; + + public e(AppMediaPlayer appMediaPlayer) { + this.i = appMediaPlayer; + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(k.c cVar) { + int i = cVar.b; + if (i == 2) { + PublishSubject publishSubject = this.i.a; + publishSubject.j.onNext(AppMediaPlayer.Event.b.a); + } else if (i == 3) { + PublishSubject publishSubject2 = this.i.a; + publishSubject2.j.onNext(AppMediaPlayer.Event.a.a); + AppMediaPlayer appMediaPlayer = this.i; + Subscription subscription = appMediaPlayer.b; + if (subscription != null) { + subscription.unsubscribe(); + } + appMediaPlayer.b = Observable.E(500, 500, TimeUnit.MILLISECONDS, appMediaPlayer.i).K().I(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer)); + } else if (i == 4) { + PublishSubject publishSubject3 = this.i.a; + publishSubject3.j.onNext(AppMediaPlayer.Event.e.a); + Subscription subscription2 = this.i.b; + if (subscription2 != null) { + subscription2.unsubscribe(); + } + AppMediaPlayer appMediaPlayer2 = this.i; + PublishSubject publishSubject4 = appMediaPlayer2.a; + publishSubject4.j.onNext(new AppMediaPlayer.Event.c(appMediaPlayer2.f.J())); + } + } +} diff --git a/app/src/main/java/c/a/p/f.java b/app/src/main/java/c/a/p/f.java new file mode 100644 index 0000000000..a4aba6c4b5 --- /dev/null +++ b/app/src/main/java/c/a/p/f.java @@ -0,0 +1,19 @@ +package c.a.p; + +import com.discord.player.AppMediaPlayer; +import com.discord.utilities.logging.Logger; +import rx.functions.Action1; +/* compiled from: AppMediaPlayer.kt */ +public final class f implements Action1 { + public final /* synthetic */ AppMediaPlayer i; + + public f(AppMediaPlayer appMediaPlayer) { + this.i = appMediaPlayer; + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(Throwable th) { + Logger.e$default(this.i.j, "error while listening to player states", th, null, 4, null); + } +} diff --git a/app/src/main/java/c/a/p/g.java b/app/src/main/java/c/a/p/g.java new file mode 100644 index 0000000000..a957aad67c --- /dev/null +++ b/app/src/main/java/c/a/p/g.java @@ -0,0 +1,21 @@ +package c.a.p; + +import com.discord.player.AppMediaPlayer; +import rx.functions.Action1; +import rx.subjects.PublishSubject; +/* compiled from: AppMediaPlayer.kt */ +public final class g implements Action1 { + public final /* synthetic */ AppMediaPlayer i; + + public g(AppMediaPlayer appMediaPlayer) { + this.i = appMediaPlayer; + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(Long l) { + AppMediaPlayer appMediaPlayer = this.i; + PublishSubject publishSubject = appMediaPlayer.a; + publishSubject.j.onNext(new AppMediaPlayer.Event.c(appMediaPlayer.f.J())); + } +} diff --git a/app/src/main/java/c/a/p/h.java b/app/src/main/java/c/a/p/h.java new file mode 100644 index 0000000000..e6cc2b3d8a --- /dev/null +++ b/app/src/main/java/c/a/p/h.java @@ -0,0 +1,19 @@ +package c.a.p; + +import com.discord.player.AppMediaPlayer; +import com.discord.utilities.logging.Logger; +import rx.functions.Action1; +/* compiled from: AppMediaPlayer.kt */ +public final class h implements Action1 { + public final /* synthetic */ AppMediaPlayer i; + + public h(AppMediaPlayer appMediaPlayer) { + this.i = appMediaPlayer; + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(Throwable th) { + Logger.e$default(this.i.j, "error while polling progress position", th, null, 4, null); + } +} diff --git a/app/src/main/java/c/a/p/i.java b/app/src/main/java/c/a/p/i.java new file mode 100644 index 0000000000..ffc9b25d30 --- /dev/null +++ b/app/src/main/java/c/a/p/i.java @@ -0,0 +1,54 @@ +package c.a.p; + +import android.content.Context; +import android.content.pm.PackageManager; +import android.os.Build; +import c.i.a.c.h2.p; +import c.i.a.c.i2.f0; +import c.i.a.c.l0; +import c.i.a.c.p1; +import com.airbnb.lottie.parser.AnimatableValueParser; +import com.discord.app.AppLog; +import com.discord.player.AppMediaPlayer; +import d0.z.d.m; +import j0.p.a; +import rx.Scheduler; +/* compiled from: AppMediaPlayerFactory.kt */ +public final class i { + public static final AppMediaPlayer a(Context context) { + String str; + m.checkNotNullParameter(context, "context"); + AppLog appLog = AppLog.g; + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter("com.discord", "applicationId"); + m.checkNotNullParameter(appLog, "logger"); + int i = f0.a; + try { + str = context.getPackageManager().getPackageInfo(context.getPackageName(), 0).versionName; + } catch (PackageManager.NameNotFoundException unused) { + str = "?"; + } + j jVar = new j(new p(context, "com.discord/" + str + " (Linux;Android " + Build.VERSION.RELEASE + ") ExoPlayerLib/2.13.3"), 104857600); + k kVar = new k(); + AnimatableValueParser.D(true); + l0.j(2500, 0, "bufferForPlaybackMs", "0"); + l0.j(5000, 0, "bufferForPlaybackAfterRebufferMs", "0"); + l0.j(10000, 2500, "minBufferMs", "bufferForPlaybackMs"); + l0.j(10000, 5000, "minBufferMs", "bufferForPlaybackAfterRebufferMs"); + l0.j(30000, 10000, "maxBufferMs", "minBufferMs"); + AnimatableValueParser.D(true); + l0 l0Var = new l0(new c.i.a.c.h2.m(true, 65536), 10000, 30000, 2500, 5000, -1, false, 0, false); + m.checkNotNullExpressionValue(l0Var, "DefaultLoadControl.Build…reateDefaultLoadControl()"); + p1.b bVar = new p1.b(context); + AnimatableValueParser.D(!bVar.q); + bVar.f = l0Var; + AnimatableValueParser.D(!bVar.q); + bVar.q = true; + p1 p1Var = new p1(bVar); + m.checkNotNullExpressionValue(p1Var, "SimpleExoPlayer\n …ntrol)\n .build()"); + p1Var.l(kVar); + Scheduler a = a.a(); + m.checkNotNullExpressionValue(a, "Schedulers.computation()"); + return new AppMediaPlayer(p1Var, kVar, jVar, a, appLog); + } +} diff --git a/app/src/main/java/c/a/p/j.java b/app/src/main/java/c/a/p/j.java new file mode 100644 index 0000000000..866e889e40 --- /dev/null +++ b/app/src/main/java/c/a/p/j.java @@ -0,0 +1,29 @@ +package c.a.p; + +import c.i.a.c.h2.j; +import c.i.a.c.h2.o; +import c.i.a.c.h2.p; +import c.i.a.c.h2.y.c; +import c.i.a.c.h2.y.q; +import com.google.android.exoplayer2.upstream.FileDataSource; +import com.google.android.exoplayer2.upstream.cache.CacheDataSink; +import d0.z.d.m; +/* compiled from: CacheDataSourceFactory.kt */ +public final class j implements j.a { + public final p a; + public final long b; + + public j(p pVar, long j) { + m.checkNotNullParameter(pVar, "defaultDatasourceFactory"); + this.a = pVar; + this.b = j; + } + + @Override // c.i.a.c.h2.j.a + public c.i.a.c.h2.j a() { + l lVar = l.b; + q qVar = (q) l.a.getValue(); + p pVar = this.a; + return new c(qVar, new o(pVar.a, pVar.b.a()), new FileDataSource(), new CacheDataSink(qVar, this.b), 3, null); + } +} diff --git a/app/src/main/java/c/a/p/k.java b/app/src/main/java/c/a/p/k.java new file mode 100644 index 0000000000..91709d4049 --- /dev/null +++ b/app/src/main/java/c/a/p/k.java @@ -0,0 +1,227 @@ +package c.a.p; + +import c.i.a.c.d1; +import c.i.a.c.f1; +import c.i.a.c.g1; +import c.i.a.c.r1; +import c.i.a.c.v0; +import com.google.android.exoplayer2.ExoPlaybackException; +import com.google.android.exoplayer2.source.TrackGroupArray; +import d0.z.d.m; +import java.util.List; +import rx.subjects.PublishSubject; +/* compiled from: RxPlayerEventListener.kt */ +public final class k implements g1.a { + public final PublishSubject i = PublishSubject.k0(); + public final PublishSubject j = PublishSubject.k0(); + public final PublishSubject k = PublishSubject.k0(); + + /* compiled from: RxPlayerEventListener.kt */ + public static final class a { + public final boolean a; + + public a(boolean z2) { + this.a = z2; + } + + public boolean equals(Object obj) { + if (this != obj) { + return (obj instanceof a) && this.a == ((a) obj).a; + } + return true; + } + + public int hashCode() { + boolean z2 = this.a; + if (z2) { + return 1; + } + return z2 ? 1 : 0; + } + + public String toString() { + return c.d.b.a.a.F(c.d.b.a.a.K("IsPlayingChange(isPlaying="), this.a, ")"); + } + } + + /* compiled from: RxPlayerEventListener.kt */ + public static final class b { + public final ExoPlaybackException a; + + public b(ExoPlaybackException exoPlaybackException) { + m.checkNotNullParameter(exoPlaybackException, "exoPlaybackException"); + this.a = exoPlaybackException; + } + + public boolean equals(Object obj) { + if (this != obj) { + return (obj instanceof b) && m.areEqual(this.a, ((b) obj).a); + } + return true; + } + + public int hashCode() { + ExoPlaybackException exoPlaybackException = this.a; + if (exoPlaybackException != null) { + return exoPlaybackException.hashCode(); + } + return 0; + } + + public String toString() { + StringBuilder K = c.d.b.a.a.K("PlayerError(exoPlaybackException="); + K.append(this.a); + K.append(")"); + return K.toString(); + } + } + + /* compiled from: RxPlayerEventListener.kt */ + public static final class c { + public final boolean a; + public final int b; + + public c(boolean z2, int i) { + this.a = z2; + this.b = i; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof c)) { + return false; + } + c cVar = (c) obj; + return this.a == cVar.a && this.b == cVar.b; + } + + public int hashCode() { + boolean z2 = this.a; + if (z2) { + z2 = true; + } + int i = z2 ? 1 : 0; + int i2 = z2 ? 1 : 0; + int i3 = z2 ? 1 : 0; + return (i * 31) + this.b; + } + + public String toString() { + StringBuilder K = c.d.b.a.a.K("PlayerStateChange(playWhenReady="); + K.append(this.a); + K.append(", playbackState="); + return c.d.b.a.a.w(K, this.b, ")"); + } + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void C(r1 r1Var, Object obj, int i) { + f1.t(this, r1Var, obj, i); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void D(int i) { + f1.o(this, i); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void E(v0 v0Var, int i) { + f1.g(this, v0Var, i); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void M(boolean z2, int i) { + f1.h(this, z2, i); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void O(TrackGroupArray trackGroupArray, c.i.a.c.f2.k kVar) { + f1.u(this, trackGroupArray, kVar); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void Q(d1 d1Var) { + f1.i(this, d1Var); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void S(boolean z2) { + f1.b(this, z2); + } + + @Override // c.i.a.c.g1.a + public void X(boolean z2) { + PublishSubject publishSubject = this.j; + publishSubject.j.onNext(new a(z2)); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void a() { + f1.p(this); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void d(int i) { + f1.k(this, i); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void e(boolean z2) { + f1.f(this, z2); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void f(int i) { + f1.n(this, i); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void i(List list) { + f1.r(this, list); + } + + @Override // c.i.a.c.g1.a + public void k(ExoPlaybackException exoPlaybackException) { + m.checkNotNullParameter(exoPlaybackException, "error"); + PublishSubject publishSubject = this.k; + publishSubject.j.onNext(new b(exoPlaybackException)); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void n(boolean z2) { + f1.d(this, z2); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void p(r1 r1Var, int i) { + f1.s(this, r1Var, i); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void r(int i) { + f1.j(this, i); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void v(boolean z2) { + f1.q(this, z2); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void w(g1 g1Var, g1.b bVar) { + f1.a(this, g1Var, bVar); + } + + @Override // c.i.a.c.g1.a + public /* synthetic */ void y(boolean z2) { + f1.c(this, z2); + } + + @Override // c.i.a.c.g1.a + public void z(boolean z2, int i) { + PublishSubject publishSubject = this.i; + publishSubject.j.onNext(new c(z2, i)); + } +} diff --git a/app/src/main/java/c/a/p/l.java b/app/src/main/java/c/a/p/l.java new file mode 100644 index 0000000000..1f5b3788c2 --- /dev/null +++ b/app/src/main/java/c/a/p/l.java @@ -0,0 +1,35 @@ +package c.a.p; + +import android.content.Context; +import c.i.a.c.h2.y.q; +import c.i.a.c.w1.b; +import com.discord.utilities.lifecycle.ApplicationProvider; +import d0.g; +import d0.z.d.m; +import d0.z.d.o; +import java.io.File; +import kotlin.Lazy; +import kotlin.jvm.functions.Function0; +/* compiled from: SimpleCacheProvider.kt */ +public final class l { + public static final Lazy a = g.lazy(a.i); + public static final l b = null; + + /* compiled from: SimpleCacheProvider.kt */ + public static final class a extends o implements Function0 { + public static final a i = new a(); + + public a() { + super(0); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public q mo1invoke() { + Context applicationContext = ApplicationProvider.INSTANCE.get().getApplicationContext(); + m.checkNotNullExpressionValue(applicationContext, "context"); + return new q(new File(applicationContext.getCacheDir(), "app_media_player"), new c.i.a.c.h2.y.o(104857600), new b(applicationContext)); + } + } +} diff --git a/app/src/main/java/c/a/q/a.java b/app/src/main/java/c/a/q/a.java index cf555e57f7..3324f71888 100644 --- a/app/src/main/java/c/a/q/a.java +++ b/app/src/main/java/c/a/q/a.java @@ -1,19 +1,43 @@ package c.a.q; -import c.a.q.k; -import com.discord.player.AppMediaPlayer; -import rx.functions.Action1; -/* compiled from: AppMediaPlayer.kt */ -public final class a implements Action1 { - public final /* synthetic */ AppMediaPlayer i; +import d0.z.d.m; +/* compiled from: MediaSinkWantsLadder.kt */ +public final class a { + public final int a; + public final int b; - public a(AppMediaPlayer appMediaPlayer) { - this.i = appMediaPlayer; + /* renamed from: c reason: collision with root package name */ + public final Integer f202c; + + public a(int i, int i2, Integer num) { + this.a = i; + this.b = i2; + this.f202c = num; } - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(k.a aVar) { - this.i.a.j.onNext(aVar.a ? AppMediaPlayer.Event.f.a : AppMediaPlayer.Event.d.a); + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof a)) { + return false; + } + a aVar = (a) obj; + return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f202c, aVar.f202c); + } + + public int hashCode() { + int i = ((this.a * 31) + this.b) * 31; + Integer num = this.f202c; + return i + (num != null ? num.hashCode() : 0); + } + + public String toString() { + StringBuilder K = c.d.b.a.a.K("Bitrate(min="); + K.append(this.a); + K.append(", max="); + K.append(this.b); + K.append(", target="); + return c.d.b.a.a.z(K, this.f202c, ")"); } } diff --git a/app/src/main/java/c/a/r/a0.java b/app/src/main/java/c/a/q/a0.java similarity index 98% rename from app/src/main/java/c/a/r/a0.java rename to app/src/main/java/c/a/q/a0.java index c33e52b4fe..8c49d482ff 100644 --- a/app/src/main/java/c/a/r/a0.java +++ b/app/src/main/java/c/a/q/a0.java @@ -1,6 +1,6 @@ -package c.a.r; +package c.a.q; -import c.a.r.n0.a; +import c.a.q.n0.a; import com.discord.rtcconnection.EncodeQuality; import com.discord.rtcconnection.RtcConnection; import d0.t.g0; diff --git a/app/src/main/java/c/a/q/b.java b/app/src/main/java/c/a/q/b.java index a9ca06dff4..2bfd53aca6 100644 --- a/app/src/main/java/c/a/q/b.java +++ b/app/src/main/java/c/a/q/b.java @@ -1,19 +1,47 @@ package c.a.q; -import com.discord.player.AppMediaPlayer; -import com.discord.utilities.logging.Logger; -import rx.functions.Action1; -/* compiled from: AppMediaPlayer.kt */ -public final class b implements Action1 { - public final /* synthetic */ AppMediaPlayer i; +import c.d.b.a.a; +import d0.z.d.m; +/* compiled from: MediaSinkWantsLadder.kt */ +public final class b { + public final int a; + public final int b; - public b(AppMediaPlayer appMediaPlayer) { - this.i = appMediaPlayer; + /* renamed from: c reason: collision with root package name */ + public final int f203c; + public final Integer d = null; + + public b(int i, int i2, int i3, Integer num) { + this.a = i; + this.b = i2; + this.f203c = i3; } - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(Throwable th) { - Logger.e$default(this.i.j, "error while listening to isPlayingChanges", th, null, 4, null); + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof b)) { + return false; + } + b bVar = (b) obj; + return this.a == bVar.a && this.b == bVar.b && this.f203c == bVar.f203c && m.areEqual(this.d, bVar.d); + } + + public int hashCode() { + int i = ((((this.a * 31) + this.b) * 31) + this.f203c) * 31; + Integer num = this.d; + return i + (num != null ? num.hashCode() : 0); + } + + public String toString() { + StringBuilder K = a.K("IVideoQuality(width="); + K.append(this.a); + K.append(", height="); + K.append(this.b); + K.append(", framerate="); + K.append(this.f203c); + K.append(", pixelCount="); + return a.z(K, this.d, ")"); } } diff --git a/app/src/main/java/c/a/r/b0.java b/app/src/main/java/c/a/q/b0.java similarity index 92% rename from app/src/main/java/c/a/r/b0.java rename to app/src/main/java/c/a/q/b0.java index 730edfed39..165ba1cbb2 100644 --- a/app/src/main/java/c/a/r/b0.java +++ b/app/src/main/java/c/a/q/b0.java @@ -1,9 +1,9 @@ -package c.a.r; +package c.a.q; -import c.a.r.m0.a; -import c.a.r.o0.b; -import c.a.r.o0.c; -import c.a.r.o0.d; +import c.a.q.m0.a; +import c.a.q.o0.b; +import c.a.q.o0.c; +import c.a.q.o0.d; import co.discord.media_engine.VoiceQuality; import com.discord.rtcconnection.KrispOveruseDetector; import com.discord.rtcconnection.MediaSinkWantsManager; @@ -46,18 +46,18 @@ public final class b0 implements MediaEngineConnection.d { if (subscription != null && !subscription.isUnsubscribed()) { dVar.a(); } - dVar.b = Observable.D(0, dVar.f220c, TimeUnit.MILLISECONDS).W(new b(dVar), new c(dVar)); + dVar.b = Observable.D(0, dVar.f221c, TimeUnit.MILLISECONDS).W(new b(dVar), new c(dVar)); rtcConnection.n = dVar; rtcConnection.o = false; } - if (transportInfo.f2109c.ordinal() != 0) { - StringBuilder L = c.d.b.a.a.L("Unsupported protocol: "); - L.append(transportInfo.f2109c); - L.append('.'); - RtcConnection.k(rtcConnection, true, L.toString(), null, false, 12); + if (transportInfo.f2112c.ordinal() != 0) { + StringBuilder K = c.d.b.a.a.K("Unsupported protocol: "); + K.append(transportInfo.f2112c); + K.append('.'); + RtcConnection.k(rtcConnection, true, K.toString(), null, false, 12); } else { rtcConnection.T.recordBreadcrumb("Sending UDP info to RTC server.", rtcConnection.k); - c.a.r.n0.a aVar = rtcConnection.v; + c.a.q.n0.a aVar = rtcConnection.v; if (aVar == null) { RtcConnection.p(rtcConnection, "onEngineConnectionConnected() socket was null.", null, null, 6); return; @@ -72,7 +72,7 @@ public final class b0 implements MediaEngineConnection.d { Payloads.Protocol.ProtocolInfo protocolInfo = new Payloads.Protocol.ProtocolInfo(str, i, "xsalsa20_poly1305"); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (a aVar2 : list) { - arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f210c, aVar2.d, aVar2.e)); + arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f211c, aVar2.d, aVar2.e)); } aVar.o(1, new Payloads.Protocol("udp", protocolInfo, arrayList)); } @@ -138,9 +138,9 @@ public final class b0 implements MediaEngineConnection.d { String str = "connection error: " + failedConnectionException.a(); int ordinal = failedConnectionException.a().ordinal(); if (ordinal == 0 || ordinal == 1 || ordinal == 2) { - StringBuilder P = c.d.b.a.a.P(str, " -- "); - P.append(failedConnectionException.getMessage()); - rtcConnection.s(P.toString()); + StringBuilder O = c.d.b.a.a.O(str, " -- "); + O.append(failedConnectionException.getMessage()); + rtcConnection.s(O.toString()); } else { RtcConnection.AnalyticsEvent analyticsEvent = RtcConnection.AnalyticsEvent.VOICE_CONNECTION_FAILURE; Map mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.D))); @@ -166,7 +166,7 @@ public final class b0 implements MediaEngineConnection.d { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection.d public void onSpeaking(long j, int i, boolean z2) { - c.a.r.n0.a aVar; + c.a.q.n0.a aVar; RtcConnection rtcConnection = this.a; if (j == rtcConnection.R && (aVar = rtcConnection.v) != null) { aVar.b(); @@ -181,7 +181,7 @@ public final class b0 implements MediaEngineConnection.d { public void onVideo(long j, Integer num, int i, int i2, int i3) { RtcConnection rtcConnection = this.a; if (j == rtcConnection.R) { - c.a.r.n0.a aVar = rtcConnection.v; + c.a.q.n0.a aVar = rtcConnection.v; boolean z2 = true; if (aVar == null) { RtcConnection.p(rtcConnection, "sendVideo() socket was null.", null, null, 6); diff --git a/app/src/main/java/c/a/q/c.java b/app/src/main/java/c/a/q/c.java index a751541614..8ff7777321 100644 --- a/app/src/main/java/c/a/q/c.java +++ b/app/src/main/java/c/a/q/c.java @@ -1,26 +1,107 @@ package c.a.q; -import c.a.q.k; -import com.discord.player.AppMediaPlayer; -import com.discord.utilities.logging.Logger; +import android.os.Process; import d0.z.d.m; -import rx.functions.Action1; -/* compiled from: AppMediaPlayer.kt */ -public final class c implements Action1 { - public final /* synthetic */ AppMediaPlayer i; - public final /* synthetic */ String j; +import java.util.Collection; +import java.util.List; +import java.util.concurrent.Callable; +import java.util.concurrent.ExecutorService; +import java.util.concurrent.Future; +import java.util.concurrent.TimeUnit; +import java.util.concurrent.atomic.AtomicInteger; +/* compiled from: MediaEngineExecutorService.kt */ +public final class c implements ExecutorService { + public static final AtomicInteger i = new AtomicInteger(); + public volatile int j = -1; + public final ExecutorService k; + public final boolean l; - public c(AppMediaPlayer appMediaPlayer, String str) { - this.i = appMediaPlayer; - this.j = str; + /* compiled from: MediaEngineExecutorService.kt */ + public static final class a implements Runnable { + public final /* synthetic */ c i; + + public a(c cVar) { + this.i = cVar; + } + + @Override // java.lang.Runnable + public final void run() { + this.i.j = Process.myTid(); + Thread currentThread = Thread.currentThread(); + m.checkNotNullExpressionValue(currentThread, "Thread.currentThread()"); + currentThread.setName("MediaEngineExecutor-" + c.i.getAndIncrement()); + } } - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(k.b bVar) { - Logger logger = this.i.j; - String simpleName = AppMediaPlayer.class.getSimpleName(); - m.checkNotNullExpressionValue(simpleName, "javaClass.simpleName"); - Logger.e$default(logger, simpleName, "playback error for feature: " + this.j, bVar.a, null, 8, null); + public c(ExecutorService executorService, boolean z2) { + m.checkNotNullParameter(executorService, "es"); + this.k = executorService; + this.l = z2; + executorService.submit(new a(this)); + } + + @Override // java.util.concurrent.ExecutorService + public boolean awaitTermination(long j, TimeUnit timeUnit) { + return this.k.awaitTermination(j, timeUnit); + } + + @Override // java.util.concurrent.Executor + public void execute(Runnable runnable) { + this.k.execute(runnable); + } + + @Override // java.util.concurrent.ExecutorService + public List> invokeAll(Collection> collection) { + return this.k.invokeAll(collection); + } + + @Override // java.util.concurrent.ExecutorService + public List> invokeAll(Collection> collection, long j, TimeUnit timeUnit) { + return this.k.invokeAll(collection, j, timeUnit); + } + + @Override // java.util.concurrent.ExecutorService + public T invokeAny(Collection> collection) { + return (T) this.k.invokeAny(collection); + } + + @Override // java.util.concurrent.ExecutorService + public T invokeAny(Collection> collection, long j, TimeUnit timeUnit) { + return (T) this.k.invokeAny(collection, j, timeUnit); + } + + @Override // java.util.concurrent.ExecutorService + public boolean isShutdown() { + return this.k.isShutdown(); + } + + @Override // java.util.concurrent.ExecutorService + public boolean isTerminated() { + return this.k.isTerminated(); + } + + @Override // java.util.concurrent.ExecutorService + public void shutdown() { + this.k.shutdown(); + } + + @Override // java.util.concurrent.ExecutorService + public List shutdownNow() { + return this.k.shutdownNow(); + } + + @Override // java.util.concurrent.ExecutorService + public Future submit(Runnable runnable) { + return this.k.submit(runnable); + } + + @Override // java.util.concurrent.ExecutorService + public Future submit(Runnable runnable, T t) { + return this.k.submit(runnable, t); + } + + @Override // java.util.concurrent.ExecutorService + public Future submit(Callable callable) { + return this.k.submit(callable); } } diff --git a/app/src/main/java/c/a/r/c0.java b/app/src/main/java/c/a/q/c0.java similarity index 97% rename from app/src/main/java/c/a/r/c0.java rename to app/src/main/java/c/a/q/c0.java index 2f32add958..656f0bc70d 100644 --- a/app/src/main/java/c/a/r/c0.java +++ b/app/src/main/java/c/a/q/c0.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import com.discord.rtcconnection.RtcConnection; import d0.z.d.o; diff --git a/app/src/main/java/c/a/q/d.java b/app/src/main/java/c/a/q/d.java index dd2a9ae778..ebeaf0f36f 100644 --- a/app/src/main/java/c/a/q/d.java +++ b/app/src/main/java/c/a/q/d.java @@ -1,19 +1,14 @@ package c.a.q; +/* compiled from: MediaEngineExecutorService.kt */ +public final class d implements Runnable { + public final /* synthetic */ IllegalStateException i; -import com.discord.player.AppMediaPlayer; -import com.discord.utilities.logging.Logger; -import rx.functions.Action1; -/* compiled from: AppMediaPlayer.kt */ -public final class d implements Action1 { - public final /* synthetic */ AppMediaPlayer i; - - public d(AppMediaPlayer appMediaPlayer) { - this.i = appMediaPlayer; + public d(IllegalStateException illegalStateException) { + this.i = illegalStateException; } - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(Throwable th) { - Logger.e$default(this.i.j, "error while listening to player errors", th, null, 4, null); + @Override // java.lang.Runnable + public final void run() { + throw this.i; } } diff --git a/app/src/main/java/c/a/r/d0.java b/app/src/main/java/c/a/q/d0.java similarity index 82% rename from app/src/main/java/c/a/r/d0.java rename to app/src/main/java/c/a/q/d0.java index 40349259ec..812a7c7672 100644 --- a/app/src/main/java/c/a/r/d0.java +++ b/app/src/main/java/c/a/q/d0.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import c.d.b.a.a; import com.discord.rtcconnection.RtcConnection; @@ -23,10 +23,10 @@ public final class d0 extends o implements Function1 { Exception exc2 = exc; m.checkNotNullParameter(exc2, "it"); RtcConnection rtcConnection = this.this$0; - StringBuilder L = a.L("Error occurred while connecting to RTC server: "); - L.append(exc2.getMessage()); - L.append('.'); - RtcConnection.k(rtcConnection, true, L.toString(), null, false, 12); + StringBuilder K = a.K("Error occurred while connecting to RTC server: "); + K.append(exc2.getMessage()); + K.append('.'); + RtcConnection.k(rtcConnection, true, K.toString(), null, false, 12); return Unit.a; } } diff --git a/app/src/main/java/c/a/q/e.java b/app/src/main/java/c/a/q/e.java index 79e91edde0..f8b22f446f 100644 --- a/app/src/main/java/c/a/q/e.java +++ b/app/src/main/java/c/a/q/e.java @@ -1,47 +1,203 @@ package c.a.q; -import c.a.q.k; -import com.discord.player.AppMediaPlayer; -import j0.j.b.a; -import java.util.concurrent.TimeUnit; -import rx.Observable; -import rx.Subscription; -import rx.functions.Action1; -import rx.subjects.PublishSubject; -/* compiled from: AppMediaPlayer.kt */ -public final class e implements Action1 { - public final /* synthetic */ AppMediaPlayer i; +import com.discord.rtcconnection.EncodeQuality; +import d0.t.n0; +import d0.t.u; +import d0.z.d.m; +import java.util.ArrayList; +import java.util.LinkedHashMap; +import java.util.List; +import java.util.ListIterator; +import java.util.Map; +import java.util.Set; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: MediaSinkWantsLadder.kt */ +public final class e { + public static final b a = new b(null); + public final int b; - public e(AppMediaPlayer appMediaPlayer) { - this.i = appMediaPlayer; - } + /* renamed from: c reason: collision with root package name */ + public final Map f204c; + public final List d; + public final j0 e; - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(k.c cVar) { - int i = cVar.b; - if (i == 2) { - PublishSubject publishSubject = this.i.a; - publishSubject.j.onNext(AppMediaPlayer.Event.b.a); - } else if (i == 3) { - PublishSubject publishSubject2 = this.i.a; - publishSubject2.j.onNext(AppMediaPlayer.Event.a.a); - AppMediaPlayer appMediaPlayer = this.i; - Subscription subscription = appMediaPlayer.b; - if (subscription != null) { - subscription.unsubscribe(); + /* compiled from: MediaSinkWantsLadder.kt */ + public static final class a { + public final int a; + public final int b; + + /* renamed from: c reason: collision with root package name */ + public final double f205c; + public final int d; + + public a(int i, int i2, double d, int i3) { + this.a = i; + this.b = i2; + this.f205c = d; + this.d = i3; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; } - appMediaPlayer.b = Observable.E(500, 500, TimeUnit.MILLISECONDS, appMediaPlayer.i).K().I(a.a()).W(new g(appMediaPlayer), new h(appMediaPlayer)); - } else if (i == 4) { - PublishSubject publishSubject3 = this.i.a; - publishSubject3.j.onNext(AppMediaPlayer.Event.e.a); - Subscription subscription2 = this.i.b; - if (subscription2 != null) { - subscription2.unsubscribe(); + if (!(obj instanceof a)) { + return false; } - AppMediaPlayer appMediaPlayer2 = this.i; - PublishSubject publishSubject4 = appMediaPlayer2.a; - publishSubject4.j.onNext(new AppMediaPlayer.Event.c(appMediaPlayer2.f.J())); + a aVar = (a) obj; + return this.a == aVar.a && this.b == aVar.b && Double.compare(this.f205c, aVar.f205c) == 0 && this.d == aVar.d; + } + + public int hashCode() { + return ((a0.a.a.a.a(this.f205c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d; + } + + public String toString() { + StringBuilder K = c.d.b.a.a.K("CandidateResolution(width="); + K.append(this.a); + K.append(", height="); + K.append(this.b); + K.append(", budgetPortion="); + K.append(this.f205c); + K.append(", pixelCount="); + return c.d.b.a.a.w(K, this.d, ")"); } } + + /* compiled from: MediaSinkWantsLadder.kt */ + public static final class b { + public b(DefaultConstructorMarker defaultConstructorMarker) { + } + } + + /* compiled from: MediaSinkWantsLadder.kt */ + public static final class c { + public final n a; + public final int b; + + /* renamed from: c reason: collision with root package name */ + public final EncodeQuality f206c; + + public c(n nVar, int i, EncodeQuality encodeQuality) { + m.checkNotNullParameter(nVar, "budget"); + m.checkNotNullParameter(encodeQuality, "wantValue"); + this.a = nVar; + this.b = i; + this.f206c = encodeQuality; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof c)) { + return false; + } + c cVar = (c) obj; + return m.areEqual(this.a, cVar.a) && this.b == cVar.b && m.areEqual(this.f206c, cVar.f206c); + } + + public int hashCode() { + n nVar = this.a; + int i = 0; + int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.b) * 31; + EncodeQuality encodeQuality = this.f206c; + if (encodeQuality != null) { + i = encodeQuality.hashCode(); + } + return hashCode + i; + } + + public String toString() { + StringBuilder K = c.d.b.a.a.K("OrderedLadder(budget="); + K.append(this.a); + K.append(", pixelCount="); + K.append(this.b); + K.append(", wantValue="); + K.append(this.f206c); + K.append(")"); + return K.toString(); + } + } + + public e(j0 j0Var, int i) { + n nVar; + Object obj; + int i2; + EncodeQuality encodeQuality; + boolean z2; + j0 j0Var2 = (i & 1) != 0 ? f.a : null; + m.checkNotNullParameter(j0Var2, "options"); + this.e = j0Var2; + b bVar = j0Var2.a; + int i3 = bVar.a * bVar.b; + this.b = i3; + Set of = n0.setOf((Object[]) new Double[]{Double.valueOf(0.0d), Double.valueOf(4.0d), Double.valueOf(8.0d), Double.valueOf(10.0d)}); + ArrayList arrayList = new ArrayList(); + for (int i4 = 1; i4 < 4096; i4++) { + double d = (double) i4; + double d2 = (d * 16.0d) / 9.0d; + if (of.contains(Double.valueOf(d2 % 16.0d)) && of.contains(Double.valueOf(d % 16.0d))) { + double d3 = d * d2; + arrayList.add(new a((int) d2, i4, d3 / ((double) i3), (int) d3)); + } + } + LinkedHashMap linkedHashMap = new LinkedHashMap(); + EncodeQuality encodeQuality2 = EncodeQuality.Hundred; + int i5 = 1; + int i6 = 0; + while (i5 <= 25) { + ListIterator listIterator = arrayList.listIterator(arrayList.size()); + while (true) { + if (!listIterator.hasPrevious()) { + obj = null; + break; + } + obj = listIterator.previous(); + if (((a) obj).d * i5 <= i3) { + z2 = true; + continue; + } else { + z2 = false; + continue; + } + if (z2) { + break; + } + } + a aVar = (a) obj; + aVar = aVar == null ? (a) u.first((List) arrayList) : aVar; + if (i6 != aVar.a) { + i2 = i3; + linkedHashMap.put(encodeQuality2, new n(aVar.a, aVar.b, aVar.f205c, encodeQuality2.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); + EncodeQuality[] values = EncodeQuality.values(); + int i7 = 10; + while (true) { + if (i7 < 0) { + encodeQuality = null; + break; + } + encodeQuality = values[i7]; + if (encodeQuality.getValue() < encodeQuality2.getValue()) { + break; + } + i7--; + } + encodeQuality2 = encodeQuality == null ? EncodeQuality.Zero : encodeQuality; + i6 = aVar.a; + } else { + i2 = i3; + } + i5++; + i3 = i2; + } + this.f204c = linkedHashMap; + EncodeQuality[] values2 = EncodeQuality.values(); + ArrayList arrayList2 = new ArrayList(11); + for (int i8 = 0; i8 < 11; i8++) { + EncodeQuality encodeQuality3 = values2[i8]; + arrayList2.add((encodeQuality3 == EncodeQuality.Zero || (nVar = (n) linkedHashMap.get(encodeQuality3)) == null) ? null : new c(nVar, nVar.b * nVar.a, encodeQuality3)); + } + this.d = u.filterNotNull(arrayList2); + } } diff --git a/app/src/main/java/c/a/r/e0.java b/app/src/main/java/c/a/q/e0.java similarity index 96% rename from app/src/main/java/c/a/r/e0.java rename to app/src/main/java/c/a/q/e0.java index b741d7bab2..ae310a06fd 100644 --- a/app/src/main/java/c/a/r/e0.java +++ b/app/src/main/java/c/a/q/e0.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import d0.z.d.m; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/c/a/q/f.java b/app/src/main/java/c/a/q/f.java index 75e69ba892..76aafd42b1 100644 --- a/app/src/main/java/c/a/q/f.java +++ b/app/src/main/java/c/a/q/f.java @@ -1,19 +1,5 @@ package c.a.q; - -import com.discord.player.AppMediaPlayer; -import com.discord.utilities.logging.Logger; -import rx.functions.Action1; -/* compiled from: AppMediaPlayer.kt */ -public final class f implements Action1 { - public final /* synthetic */ AppMediaPlayer i; - - public f(AppMediaPlayer appMediaPlayer) { - this.i = appMediaPlayer; - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(Throwable th) { - Logger.e$default(this.i.j, "error while listening to player states", th, null, 4, null); - } +/* compiled from: MediaSinkWantsLadder.kt */ +public final class f { + public static final j0 a = new j0(new b(1280, 720, 30, null), new b(1280, 720, 30, null), new a(150000, 2500000, null), 150000, new a(500000, 4000000, 600000)); } diff --git a/app/src/main/java/c/a/r/f0.java b/app/src/main/java/c/a/q/f0.java similarity index 96% rename from app/src/main/java/c/a/r/f0.java rename to app/src/main/java/c/a/q/f0.java index 9c63bf51a1..b7b68b8997 100644 --- a/app/src/main/java/c/a/r/f0.java +++ b/app/src/main/java/c/a/q/f0.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import d0.z.d.m; import kotlin.jvm.functions.Function1; diff --git a/app/src/main/java/c/a/q/g.java b/app/src/main/java/c/a/q/g.java index ec015c4ffb..119b974e5c 100644 --- a/app/src/main/java/c/a/q/g.java +++ b/app/src/main/java/c/a/q/g.java @@ -1,21 +1,29 @@ package c.a.q; -import com.discord.player.AppMediaPlayer; -import rx.functions.Action1; -import rx.subjects.PublishSubject; -/* compiled from: AppMediaPlayer.kt */ -public final class g implements Action1 { - public final /* synthetic */ AppMediaPlayer i; +import com.discord.rtcconnection.MediaSinkWantsManager; +import d0.z.d.o; +import java.util.Objects; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: MediaSinkWantsManager.kt */ +public final class g extends o implements Function0 { + public final /* synthetic */ MediaSinkWantsManager this$0; - public g(AppMediaPlayer appMediaPlayer) { - this.i = appMediaPlayer; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public g(MediaSinkWantsManager mediaSinkWantsManager) { + super(0); + this.this$0 = mediaSinkWantsManager; } - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(Long l) { - AppMediaPlayer appMediaPlayer = this.i; - PublishSubject publishSubject = appMediaPlayer.a; - publishSubject.j.onNext(new AppMediaPlayer.Event.c(appMediaPlayer.f.J())); + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public Unit mo1invoke() { + MediaSinkWantsManager mediaSinkWantsManager = this.this$0; + Objects.requireNonNull(mediaSinkWantsManager); + mediaSinkWantsManager.b(new i(mediaSinkWantsManager, null)); + this.this$0.a.clear(); + this.this$0.b.clear(); + return Unit.a; } } diff --git a/app/src/main/java/c/a/r/g0.java b/app/src/main/java/c/a/q/g0.java similarity index 93% rename from app/src/main/java/c/a/r/g0.java rename to app/src/main/java/c/a/q/g0.java index 0ae764c63b..5a34d96db3 100644 --- a/app/src/main/java/c/a/r/g0.java +++ b/app/src/main/java/c/a/q/g0.java @@ -1,9 +1,9 @@ -package c.a.r; +package c.a.q; -import c.a.r.e; -import c.a.r.n0.a; -import c.a.r.o0.d; -import c.a.r.o0.e; +import c.a.q.e; +import c.a.q.n0.a; +import c.a.q.o0.d; +import c.a.q.o0.e; import com.discord.rtcconnection.EncodeQuality; import com.discord.rtcconnection.MediaSinkWantsManager; import com.discord.rtcconnection.RtcConnection; @@ -34,7 +34,7 @@ public final class g0 implements a.d { this.a = rtcConnection; } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void a(String str, String str2) { m.checkNotNullParameter(str, "audioCodec"); m.checkNotNullParameter(str2, "videoCodec"); @@ -44,7 +44,7 @@ public final class g0 implements a.d { } } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void b(boolean z2, Integer num, String str) { RtcConnection rtcConnection = this.a; Objects.requireNonNull(rtcConnection); @@ -67,7 +67,7 @@ public final class g0 implements a.d { rtcConnection.n = null; rtcConnection.o = false; } - rtcConnection.f2097z = 0; + rtcConnection.f2099z = 0; rtcConnection.C = null; MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F; if (mediaSinkWantsManager != null) { @@ -80,7 +80,7 @@ public final class g0 implements a.d { } } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void c(String str, List list) { m.checkNotNullParameter(str, "mode"); m.checkNotNullParameter(list, "secretKey"); @@ -90,7 +90,7 @@ public final class g0 implements a.d { } } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void d(String str) { m.checkNotNullParameter(str, "mediaSessionId"); RtcConnection rtcConnection = this.a; @@ -106,7 +106,7 @@ public final class g0 implements a.d { /* JADX DEBUG: Type inference failed for r1v2. Raw type applied. Possible types: java.util.Iterator, java.util.Iterator */ /* JADX DEBUG: Type inference failed for r1v9. Raw type applied. Possible types: java.util.Iterator, java.util.Iterator */ /* JADX WARNING: Unknown variable types count: 1 */ - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void e(long j, int i, int i2, List list) { VideoMetadata videoMetadata; Object obj; @@ -119,10 +119,10 @@ public final class g0 implements a.d { if (j3 != 0) { j2.m.put(Long.valueOf(j3), Long.valueOf(j2.p.currentTimeMillis())); Logger logger = j2.o; - StringBuilder O = c.d.b.a.a.O("VideoQuality: handleVideoStreamUpdate(userId: ", j, ", videoSsrc: "); - O.append(j3); - O.append(')'); - Logger.i$default(logger, O.toString(), null, 2, null); + StringBuilder N = c.d.b.a.a.N("VideoQuality: handleVideoStreamUpdate(userId: ", j, ", videoSsrc: "); + N.append(j3); + N.append(')'); + Logger.i$default(logger, N.toString(), null, 2, null); } if (j != rtcConnection.R) { boolean z3 = false; @@ -186,7 +186,7 @@ public final class g0 implements a.d { } } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void f(Map map) { boolean z2; Integer num; @@ -216,7 +216,7 @@ public final class g0 implements a.d { break; } e.c previous = listIterator.previous(); - if (encodeQuality.compareTo(previous.f205c) >= 0) { + if (encodeQuality.compareTo(previous.f206c) >= 0) { z2 = true; continue; } else { @@ -233,8 +233,8 @@ public final class g0 implements a.d { cVar2 = (e.c) u.first((List) eVar.d); } n nVar = cVar2.a; - int max = Math.max((int) (((double) j0Var.f206c.a) * nVar.f215c), j0Var.d); - int max2 = Math.max((int) (((double) j0Var.f206c.b) * nVar.f215c), j0Var.d); + int max = Math.max((int) (((double) j0Var.f207c.a) * nVar.f216c), j0Var.d); + int max2 = Math.max((int) (((double) j0Var.f207c.b) * nVar.f216c), j0Var.d); MediaEngineConnection mediaEngineConnection = rtcConnection.w; if (mediaEngineConnection != null) { mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.b, nVar.d, nVar.e)); @@ -247,7 +247,7 @@ public final class g0 implements a.d { } } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void g(long j) { RtcConnection rtcConnection = this.a; rtcConnection.u.add(Long.valueOf(j)); @@ -255,7 +255,7 @@ public final class g0 implements a.d { r.removeFirst(rtcConnection.u); } if (j > ((long) 500)) { - rtcConnection.f2097z++; + rtcConnection.f2099z++; } double d = (double) j; Objects.requireNonNull(RtcConnection.Quality.Companion); @@ -265,11 +265,11 @@ public final class g0 implements a.d { } } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void h() { } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void i() { RtcConnection rtcConnection = this.a; rtcConnection.p.cancel(); @@ -286,14 +286,14 @@ public final class g0 implements a.d { m.checkNotNullParameter(str, "serverId"); m.checkNotNullParameter(str2, "sessionId"); aVar.b(); - aVar.f216s = str; + aVar.f217s = str; aVar.t = str2; aVar.A = a.c.IDENTIFYING; aVar.o(0, new Payloads.Identify(str, j, str2, aVar.D, z2)); rtcConnection.v(RtcConnection.State.a.a); } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void j(long j) { Map b; RtcConnection rtcConnection = this.a; @@ -312,7 +312,7 @@ public final class g0 implements a.d { } } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void k(int i, int i2, String str) { MediaEngineConnection.Type type; m.checkNotNullParameter(str, "ip"); @@ -331,16 +331,16 @@ public final class g0 implements a.d { } else { throw new NoWhenBranchMatchedException(); } - MediaEngineConnection h = mediaEngine.h(j, aVar, type, new d0(rtcConnection)); - if (h == null) { + MediaEngineConnection g = mediaEngine.g(j, aVar, type, new d0(rtcConnection)); + if (g == null) { RtcConnection.p(rtcConnection, "onSocketHello(): connect() return null.", null, null, 6); return; } - h.l(rtcConnection.L); - rtcConnection.w = h; + g.l(rtcConnection.L); + rtcConnection.w = g; } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void onConnecting() { RtcConnection rtcConnection = this.a; rtcConnection.p.cancel(); @@ -352,7 +352,7 @@ public final class g0 implements a.d { rtcConnection.v(RtcConnection.State.c.a); } - @Override // c.a.r.n0.a.d + @Override // c.a.q.n0.a.d public void onSpeaking(long j, int i, boolean z2) { RtcConnection rtcConnection = this.a; if (j != rtcConnection.R) { diff --git a/app/src/main/java/c/a/q/h.java b/app/src/main/java/c/a/q/h.java index d1f4fb9b9c..96aabda746 100644 --- a/app/src/main/java/c/a/q/h.java +++ b/app/src/main/java/c/a/q/h.java @@ -1,19 +1,24 @@ package c.a.q; -import com.discord.player.AppMediaPlayer; -import com.discord.utilities.logging.Logger; -import rx.functions.Action1; -/* compiled from: AppMediaPlayer.kt */ -public final class h implements Action1 { - public final /* synthetic */ AppMediaPlayer i; +import com.discord.rtcconnection.MediaSinkWantsManager; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: MediaSinkWantsManager.kt */ +public final class h extends o implements Function0 { + public final /* synthetic */ MediaSinkWantsManager this$0; - public h(AppMediaPlayer appMediaPlayer) { - this.i = appMediaPlayer; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public h(MediaSinkWantsManager mediaSinkWantsManager) { + super(0); + this.this$0 = mediaSinkWantsManager; } - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(Throwable th) { - Logger.e$default(this.i.j, "error while polling progress position", th, null, 4, null); + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public Unit mo1invoke() { + MediaSinkWantsManager.e(this.this$0, null, 1); + return Unit.a; } } diff --git a/app/src/main/java/c/a/r/h0.java b/app/src/main/java/c/a/q/h0.java similarity index 96% rename from app/src/main/java/c/a/r/h0.java rename to app/src/main/java/c/a/q/h0.java index ed6fd774e9..22dee857da 100644 --- a/app/src/main/java/c/a/r/h0.java +++ b/app/src/main/java/c/a/q/h0.java @@ -1,6 +1,6 @@ -package c.a.r; +package c.a.q; -import c.a.r.o0.e; +import c.a.q.o0.e; import com.discord.rtcconnection.RtcConnection; import d0.z.d.o; import java.util.Objects; diff --git a/app/src/main/java/c/a/q/i.java b/app/src/main/java/c/a/q/i.java index 004563ecd0..cced50d8e8 100644 --- a/app/src/main/java/c/a/q/i.java +++ b/app/src/main/java/c/a/q/i.java @@ -1,54 +1,48 @@ package c.a.q; -import android.content.Context; -import android.content.pm.PackageManager; -import android.os.Build; -import c.i.a.c.h2.p; -import c.i.a.c.i2.f0; -import c.i.a.c.l0; -import c.i.a.c.p1; -import com.airbnb.lottie.parser.AnimatableValueParser; -import com.discord.app.AppLog; -import com.discord.player.AppMediaPlayer; -import d0.z.d.m; -import j0.p.a; -import rx.Scheduler; -/* compiled from: AppMediaPlayerFactory.kt */ -public final class i { - public static final AppMediaPlayer a(Context context) { - String str; - m.checkNotNullParameter(context, "context"); - AppLog appLog = AppLog.g; - m.checkNotNullParameter(context, "context"); - m.checkNotNullParameter("com.discord", "applicationId"); - m.checkNotNullParameter(appLog, "logger"); - int i = f0.a; - try { - str = context.getPackageManager().getPackageInfo(context.getPackageName(), 0).versionName; - } catch (PackageManager.NameNotFoundException unused) { - str = "?"; +import com.discord.rtcconnection.MediaSinkWantsManager; +import com.discord.rtcconnection.mediaengine.MediaEngineConnection; +import d0.z.d.o; +import java.util.ArrayList; +import java.util.Set; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: MediaSinkWantsManager.kt */ +public final class i extends o implements Function0 { + public final /* synthetic */ MediaEngineConnection $connection; + public final /* synthetic */ MediaSinkWantsManager this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public i(MediaSinkWantsManager mediaSinkWantsManager, MediaEngineConnection mediaEngineConnection) { + super(0); + this.this$0 = mediaSinkWantsManager; + this.$connection = mediaEngineConnection; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public Unit mo1invoke() { + MediaSinkWantsManager mediaSinkWantsManager = this.this$0; + MediaEngineConnection mediaEngineConnection = mediaSinkWantsManager.d; + if (mediaEngineConnection != null) { + mediaEngineConnection.o(mediaSinkWantsManager); } - j jVar = new j(new p(context, "com.discord/" + str + " (Linux;Android " + Build.VERSION.RELEASE + ") ExoPlayerLib/2.13.3"), 104857600); - k kVar = new k(); - AnimatableValueParser.D(true); - l0.j(2500, 0, "bufferForPlaybackMs", "0"); - l0.j(5000, 0, "bufferForPlaybackAfterRebufferMs", "0"); - l0.j(10000, 2500, "minBufferMs", "bufferForPlaybackMs"); - l0.j(10000, 5000, "minBufferMs", "bufferForPlaybackAfterRebufferMs"); - l0.j(30000, 10000, "maxBufferMs", "minBufferMs"); - AnimatableValueParser.D(true); - l0 l0Var = new l0(new c.i.a.c.h2.m(true, 65536), 10000, 30000, 2500, 5000, -1, false, 0, false); - m.checkNotNullExpressionValue(l0Var, "DefaultLoadControl.Build…reateDefaultLoadControl()"); - p1.b bVar = new p1.b(context); - AnimatableValueParser.D(!bVar.q); - bVar.f = l0Var; - AnimatableValueParser.D(!bVar.q); - bVar.q = true; - p1 p1Var = new p1(bVar); - m.checkNotNullExpressionValue(p1Var, "SimpleExoPlayer\n …ntrol)\n .build()"); - p1Var.l(kVar); - Scheduler a = a.a(); - m.checkNotNullExpressionValue(a, "Schedulers.computation()"); - return new AppMediaPlayer(p1Var, kVar, jVar, a, appLog); + MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; + MediaEngineConnection mediaEngineConnection2 = this.$connection; + mediaSinkWantsManager2.d = mediaEngineConnection2; + if (mediaEngineConnection2 != null) { + mediaEngineConnection2.l(mediaSinkWantsManager2); + } + if (this.$connection != null) { + MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0; + Set keySet = mediaSinkWantsManager3.b.keySet(); + ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10)); + for (Number number : keySet) { + arrayList.add(String.valueOf(number.longValue())); + } + mediaSinkWantsManager3.d(arrayList); + } + return Unit.a; } } diff --git a/app/src/main/java/c/a/r/i0.java b/app/src/main/java/c/a/q/i0.java similarity index 90% rename from app/src/main/java/c/a/r/i0.java rename to app/src/main/java/c/a/q/i0.java index 9abe8b3049..3356710e41 100644 --- a/app/src/main/java/c/a/r/i0.java +++ b/app/src/main/java/c/a/q/i0.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import android.app.Application; import android.os.Handler; @@ -60,7 +60,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru switch (thermalStatus.ordinal()) { case 0: if (k) { - AnimatableValueParser.E1("ThermalDetector", "totally cool: no longer in thermal trouble"); + AnimatableValueParser.F1("ThermalDetector", "totally cool: no longer in thermal trouble"); k = false; if (l) { ((Handler) i.getValue()).removeCallbacks(this); @@ -69,30 +69,30 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru } return; } - AnimatableValueParser.F1("ThermalDetector", "totally cool: thermal status is nominal"); + AnimatableValueParser.G1("ThermalDetector", "totally cool: thermal status is nominal"); return; case 1: case 2: if (k) { - AnimatableValueParser.E1("ThermalDetector", "cooling down: thermal status = " + thermalStatus); + AnimatableValueParser.F1("ThermalDetector", "cooling down: thermal status = " + thermalStatus); c(); return; } - AnimatableValueParser.F1("ThermalDetector", "pretty warm: ignoring low priority thermal status = " + thermalStatus); + AnimatableValueParser.G1("ThermalDetector", "pretty warm: ignoring low priority thermal status = " + thermalStatus); return; case 3: case 4: case 5: case 6: if (!k) { - AnimatableValueParser.G1("ThermalDetector", "we're starting to be in thermal trouble"); + AnimatableValueParser.H1("ThermalDetector", "we're starting to be in thermal trouble"); k = true; } String str = "very toasty: thermal status = " + thermalStatus; if (thermalStatus.compareTo(ThermalStatus.Emergency) < 0) { - AnimatableValueParser.G1("ThermalDetector", str); + AnimatableValueParser.H1("ThermalDetector", str); } else { - AnimatableValueParser.D1("ThermalDetector", str, new RuntimeException(str)); + AnimatableValueParser.E1("ThermalDetector", str, new RuntimeException(str)); } c(); return; @@ -121,7 +121,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru @Override // android.os.PowerManager.OnThermalStatusChangedListener public synchronized void onThermalStatusChanged(int i2) { ThermalStatus a2 = ThermalStatus.Companion.a(i2); - AnimatableValueParser.C1("ThermalDetector", "system update: onThermalStatusChanged( " + a2 + " )"); + AnimatableValueParser.D1("ThermalDetector", "system update: onThermalStatusChanged( " + a2 + " )"); b(a2); } @@ -129,7 +129,7 @@ public final class i0 implements PowerManager.OnThermalStatusChangedListener, Ru public synchronized void run() { l = false; ThermalStatus a2 = a(); - AnimatableValueParser.C1("ThermalDetector", "scheduled update: current thermal status = " + a2); + AnimatableValueParser.D1("ThermalDetector", "scheduled update: current thermal status = " + a2); b(a2); } diff --git a/app/src/main/java/c/a/q/j.java b/app/src/main/java/c/a/q/j.java index 822dd9f1b8..fec53f4007 100644 --- a/app/src/main/java/c/a/q/j.java +++ b/app/src/main/java/c/a/q/j.java @@ -1,29 +1,64 @@ package c.a.q; -import c.i.a.c.h2.j; -import c.i.a.c.h2.o; -import c.i.a.c.h2.p; -import c.i.a.c.h2.y.c; -import c.i.a.c.h2.y.q; -import com.google.android.exoplayer2.upstream.FileDataSource; -import com.google.android.exoplayer2.upstream.cache.CacheDataSink; -import d0.z.d.m; -/* compiled from: CacheDataSourceFactory.kt */ -public final class j implements j.a { - public final p a; - public final long b; +import c.d.b.a.a; +import com.discord.rtcconnection.MediaSinkWantsManager; +import d0.z.d.o; +import java.util.ArrayList; +import java.util.Iterator; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: MediaSinkWantsManager.kt */ +public final class j extends o implements Function0 { + public final /* synthetic */ Long $userId; + public final /* synthetic */ MediaSinkWantsManager this$0; - public j(p pVar, long j) { - m.checkNotNullParameter(pVar, "defaultDatasourceFactory"); - this.a = pVar; - this.b = j; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public j(MediaSinkWantsManager mediaSinkWantsManager, Long l) { + super(0); + this.this$0 = mediaSinkWantsManager; + this.$userId = l; } - @Override // c.i.a.c.h2.j.a - public c.i.a.c.h2.j a() { - l lVar = l.b; - q qVar = (q) l.a.getValue(); - p pVar = this.a; - return new c(qVar, new o(pVar.a, pVar.b.a()), new FileDataSource(), new CacheDataSink(qVar, this.b), 3, null); + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public Unit mo1invoke() { + ArrayList arrayList = new ArrayList(); + MediaSinkWantsManager mediaSinkWantsManager = this.this$0; + Long l = mediaSinkWantsManager.e; + if (l != null) { + if (l.longValue() != mediaSinkWantsManager.h) { + arrayList.add(l); + } + } + Long l2 = this.$userId; + if (l2 == null) { + this.this$0.e = null; + } else if (this.this$0.f2092c.contains(l2)) { + MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; + Long l3 = this.$userId; + mediaSinkWantsManager2.e = l3; + arrayList.add(l3); + } else { + long j = this.this$0.h; + Long l4 = this.$userId; + if (l4 != null && j == l4.longValue()) { + this.this$0.e = this.$userId; + } else { + MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0; + StringBuilder K = a.K("Participant not found: "); + K.append(this.$userId); + mediaSinkWantsManager3.a(K.toString()); + return Unit.a; + } + } + MediaSinkWantsManager mediaSinkWantsManager4 = this.this$0; + ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(arrayList, 10)); + Iterator it = arrayList.iterator(); + while (it.hasNext()) { + arrayList2.add(String.valueOf(((Number) it.next()).longValue())); + } + mediaSinkWantsManager4.d(arrayList2); + return Unit.a; } } diff --git a/app/src/main/java/c/a/r/j0.java b/app/src/main/java/c/a/q/j0.java similarity index 72% rename from app/src/main/java/c/a/r/j0.java rename to app/src/main/java/c/a/q/j0.java index 6c8dba7a48..ec027fd96a 100644 --- a/app/src/main/java/c/a/r/j0.java +++ b/app/src/main/java/c/a/q/j0.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import c.d.b.a.a; import d0.z.d.m; @@ -8,7 +8,7 @@ public final class j0 { public final b b; /* renamed from: c reason: collision with root package name */ - public final a f206c; + public final a f207c; public final int d; public final a e; @@ -19,7 +19,7 @@ public final class j0 { m.checkNotNullParameter(aVar2, "desktopBitrate"); this.a = bVar; this.b = bVar2; - this.f206c = aVar; + this.f207c = aVar; this.d = i; this.e = aVar2; } @@ -32,7 +32,7 @@ public final class j0 { return false; } j0 j0Var = (j0) obj; - return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f206c, j0Var.f206c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); + return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f207c, j0Var.f207c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); } public int hashCode() { @@ -41,7 +41,7 @@ public final class j0 { int hashCode = (bVar != null ? bVar.hashCode() : 0) * 31; b bVar2 = this.b; int hashCode2 = (hashCode + (bVar2 != null ? bVar2.hashCode() : 0)) * 31; - a aVar = this.f206c; + a aVar = this.f207c; int hashCode3 = (((hashCode2 + (aVar != null ? aVar.hashCode() : 0)) * 31) + this.d) * 31; a aVar2 = this.e; if (aVar2 != null) { @@ -51,17 +51,17 @@ public final class j0 { } public String toString() { - StringBuilder L = a.L("VideoQualityManagerOptions(videoBudget="); - L.append(this.a); - L.append(", videoCapture="); - L.append(this.b); - L.append(", videoBitrate="); - L.append(this.f206c); - L.append(", videoBitrateFloor="); - L.append(this.d); - L.append(", desktopBitrate="); - L.append(this.e); - L.append(")"); - return L.toString(); + StringBuilder K = a.K("VideoQualityManagerOptions(videoBudget="); + K.append(this.a); + K.append(", videoCapture="); + K.append(this.b); + K.append(", videoBitrate="); + K.append(this.f207c); + K.append(", videoBitrateFloor="); + K.append(this.d); + K.append(", desktopBitrate="); + K.append(this.e); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/a/q/k.java b/app/src/main/java/c/a/q/k.java index 26b7daa1c5..b2f4ba7596 100644 --- a/app/src/main/java/c/a/q/k.java +++ b/app/src/main/java/c/a/q/k.java @@ -1,227 +1,28 @@ package c.a.q; -import c.i.a.c.d1; -import c.i.a.c.f1; -import c.i.a.c.g1; -import c.i.a.c.r1; -import c.i.a.c.v0; -import com.google.android.exoplayer2.ExoPlaybackException; -import com.google.android.exoplayer2.source.TrackGroupArray; -import d0.z.d.m; -import java.util.List; -import rx.subjects.PublishSubject; -/* compiled from: RxPlayerEventListener.kt */ -public final class k implements g1.a { - public final PublishSubject i = PublishSubject.k0(); - public final PublishSubject j = PublishSubject.k0(); - public final PublishSubject k = PublishSubject.k0(); +import com.discord.rtcconnection.MediaSinkWantsManager; +import d0.z.d.o; +import java.util.Objects; +import kotlin.Unit; +import kotlin.jvm.functions.Function0; +/* compiled from: MediaSinkWantsManager.kt */ +public final class k extends o implements Function0 { + public final /* synthetic */ boolean $sendVideo; + public final /* synthetic */ MediaSinkWantsManager this$0; - /* compiled from: RxPlayerEventListener.kt */ - public static final class a { - public final boolean a; - - public a(boolean z2) { - this.a = z2; - } - - public boolean equals(Object obj) { - if (this != obj) { - return (obj instanceof a) && this.a == ((a) obj).a; - } - return true; - } - - public int hashCode() { - boolean z2 = this.a; - if (z2) { - return 1; - } - return z2 ? 1 : 0; - } - - public String toString() { - return c.d.b.a.a.G(c.d.b.a.a.L("IsPlayingChange(isPlaying="), this.a, ")"); - } + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public k(MediaSinkWantsManager mediaSinkWantsManager, boolean z2) { + super(0); + this.this$0 = mediaSinkWantsManager; + this.$sendVideo = z2; } - /* compiled from: RxPlayerEventListener.kt */ - public static final class b { - public final ExoPlaybackException a; - - public b(ExoPlaybackException exoPlaybackException) { - m.checkNotNullParameter(exoPlaybackException, "exoPlaybackException"); - this.a = exoPlaybackException; - } - - public boolean equals(Object obj) { - if (this != obj) { - return (obj instanceof b) && m.areEqual(this.a, ((b) obj).a); - } - return true; - } - - public int hashCode() { - ExoPlaybackException exoPlaybackException = this.a; - if (exoPlaybackException != null) { - return exoPlaybackException.hashCode(); - } - return 0; - } - - public String toString() { - StringBuilder L = c.d.b.a.a.L("PlayerError(exoPlaybackException="); - L.append(this.a); - L.append(")"); - return L.toString(); - } - } - - /* compiled from: RxPlayerEventListener.kt */ - public static final class c { - public final boolean a; - public final int b; - - public c(boolean z2, int i) { - this.a = z2; - this.b = i; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof c)) { - return false; - } - c cVar = (c) obj; - return this.a == cVar.a && this.b == cVar.b; - } - - public int hashCode() { - boolean z2 = this.a; - if (z2) { - z2 = true; - } - int i = z2 ? 1 : 0; - int i2 = z2 ? 1 : 0; - int i3 = z2 ? 1 : 0; - return (i * 31) + this.b; - } - - public String toString() { - StringBuilder L = c.d.b.a.a.L("PlayerStateChange(playWhenReady="); - L.append(this.a); - L.append(", playbackState="); - return c.d.b.a.a.y(L, this.b, ")"); - } - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void C(r1 r1Var, Object obj, int i) { - f1.t(this, r1Var, obj, i); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void D(int i) { - f1.o(this, i); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void E(v0 v0Var, int i) { - f1.g(this, v0Var, i); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void M(boolean z2, int i) { - f1.h(this, z2, i); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void O(TrackGroupArray trackGroupArray, c.i.a.c.f2.k kVar) { - f1.u(this, trackGroupArray, kVar); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void Q(d1 d1Var) { - f1.i(this, d1Var); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void S(boolean z2) { - f1.b(this, z2); - } - - @Override // c.i.a.c.g1.a - public void X(boolean z2) { - PublishSubject publishSubject = this.j; - publishSubject.j.onNext(new a(z2)); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void a() { - f1.p(this); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void d(int i) { - f1.k(this, i); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void e(boolean z2) { - f1.f(this, z2); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void f(int i) { - f1.n(this, i); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void i(List list) { - f1.r(this, list); - } - - @Override // c.i.a.c.g1.a - public void k(ExoPlaybackException exoPlaybackException) { - m.checkNotNullParameter(exoPlaybackException, "error"); - PublishSubject publishSubject = this.k; - publishSubject.j.onNext(new b(exoPlaybackException)); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void n(boolean z2) { - f1.d(this, z2); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void p(r1 r1Var, int i) { - f1.s(this, r1Var, i); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void r(int i) { - f1.j(this, i); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void v(boolean z2) { - f1.q(this, z2); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void w(g1 g1Var, g1.b bVar) { - f1.a(this, g1Var, bVar); - } - - @Override // c.i.a.c.g1.a - public /* synthetic */ void y(boolean z2) { - f1.c(this, z2); - } - - @Override // c.i.a.c.g1.a - public void z(boolean z2, int i) { - PublishSubject publishSubject = this.i; - publishSubject.j.onNext(new c(z2, i)); + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public Unit mo1invoke() { + Objects.requireNonNull(this.this$0); + MediaSinkWantsManager.e(this.this$0, null, 1); + return Unit.a; } } diff --git a/app/src/main/java/c/a/r/k0/a.java b/app/src/main/java/c/a/q/k0/a.java similarity index 86% rename from app/src/main/java/c/a/r/k0/a.java rename to app/src/main/java/c/a/q/k0/a.java index 3063efb4ef..537e279fa6 100644 --- a/app/src/main/java/c/a/r/k0/a.java +++ b/app/src/main/java/c/a/q/k0/a.java @@ -1,11 +1,11 @@ -package c.a.r.k0; +package c.a.q.k0; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.media.AudioManager; import androidx.annotation.MainThread; -import c.a.r.l0.a; +import c.a.q.l0.a; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.rtcconnection.enums.AudioManagerBroadcastAction; import com.discord.rtcconnection.enums.ScoAudioState; @@ -15,16 +15,16 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import org.webrtc.ThreadUtils; /* compiled from: AudioManagerBroadcastReceiver.kt */ public final class a extends BroadcastReceiver { - public static final C0033a a = new C0033a(null); + public static final C0032a a = new C0032a(null); public final Context b; /* renamed from: c reason: collision with root package name */ - public final f f207c; + public final f f208c; /* compiled from: AudioManagerBroadcastReceiver.kt */ - /* renamed from: c.a.r.k0.a$a reason: collision with other inner class name */ - public static final class C0033a { - public C0033a(DefaultConstructorMarker defaultConstructorMarker) { + /* renamed from: c.a.q.k0.a$a reason: collision with other inner class name */ + public static final class C0032a { + public C0032a(DefaultConstructorMarker defaultConstructorMarker) { } } @@ -32,13 +32,13 @@ public final class a extends BroadcastReceiver { m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(fVar, "listener"); this.b = context; - this.f207c = fVar; + this.f208c = fVar; } @Override // android.content.BroadcastReceiver @MainThread public void onReceive(Context context, Intent intent) { - c.a.r.l0.a aVar; + c.a.q.l0.a aVar; m.checkNotNullParameter(context, "context"); ThreadUtils.checkIsOnMainThread(); if (intent != null) { @@ -64,14 +64,14 @@ public final class a extends BroadcastReceiver { } } if (audioManagerBroadcastAction == null) { - StringBuilder L = c.d.b.a.a.L("unable to parse AudioManagerBroadcastAction for action: "); - L.append(intent.getAction()); - AnimatableValueParser.G1("AudioManagerBroadcastReceiver", L.toString()); + StringBuilder K = c.d.b.a.a.K("unable to parse AudioManagerBroadcastAction for action: "); + K.append(intent.getAction()); + AnimatableValueParser.H1("AudioManagerBroadcastReceiver", K.toString()); return; } - AnimatableValueParser.F1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction); + AnimatableValueParser.G1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction); try { - f fVar = this.f207c; + f fVar = this.f208c; int ordinal = audioManagerBroadcastAction.ordinal(); if (ordinal == 0) { fVar.c(context); @@ -89,7 +89,7 @@ public final class a extends BroadcastReceiver { if (intent.getIntExtra("microphone", 0) == 1) { z2 = true; } - aVar = new a.C0034a(stringExtra, z2); + aVar = new a.C0033a(stringExtra, z2); } fVar.e(context, aVar); return; @@ -111,7 +111,7 @@ public final class a extends BroadcastReceiver { fVar.d(context, ((AudioManager) systemService2).isSpeakerphoneOn()); } } catch (Throwable th) { - AnimatableValueParser.D1("AudioManagerBroadcastReceiver", "error handling " + audioManagerBroadcastAction, th); + AnimatableValueParser.E1("AudioManagerBroadcastReceiver", "error handling " + audioManagerBroadcastAction, th); } } } diff --git a/app/src/main/java/c/a/r/k0/b.java b/app/src/main/java/c/a/q/k0/b.java similarity index 77% rename from app/src/main/java/c/a/r/k0/b.java rename to app/src/main/java/c/a/q/k0/b.java index 18b5b62811..319f4dd3dd 100644 --- a/app/src/main/java/c/a/r/k0/b.java +++ b/app/src/main/java/c/a/q/k0/b.java @@ -1,4 +1,4 @@ -package c.a.r.k0; +package c.a.q.k0; import android.content.Context; import android.os.Process; @@ -11,7 +11,7 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f208c; + public final boolean f209c; public final boolean d; /* compiled from: AudioPermissions.kt */ @@ -27,16 +27,16 @@ public final class b { boolean z4 = context.checkPermission("android.permission.RECORD_AUDIO", Process.myPid(), Process.myUid()) == 0; z2 = context.checkPermission("android.permission.BLUETOOTH", Process.myPid(), Process.myUid()) != 0 ? false : z2; this.b = z3; - this.f208c = z4; + this.f209c = z4; this.d = z2; if (!z3) { - AnimatableValueParser.G1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing"); + AnimatableValueParser.H1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing"); } if (!z4) { - AnimatableValueParser.G1("AudioPermissions", "RECORD_AUDIO permission is missing"); + AnimatableValueParser.H1("AudioPermissions", "RECORD_AUDIO permission is missing"); } if (!z2) { - AnimatableValueParser.G1("AudioPermissions", "BLUETOOTH permission is missing"); + AnimatableValueParser.H1("AudioPermissions", "BLUETOOTH permission is missing"); } } @@ -48,7 +48,7 @@ public final class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f208c == bVar.f208c && this.d == bVar.d; + return this.b == bVar.b && this.f209c == bVar.f209c && this.d == bVar.d; } public int hashCode() { @@ -61,7 +61,7 @@ public final class b { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = i2 * 31; - boolean z3 = this.f208c; + boolean z3 = this.f209c; if (z3) { z3 = true; } @@ -77,11 +77,11 @@ public final class b { } public String toString() { - StringBuilder L = c.d.b.a.a.L("AudioPermissions(hasModifyAudioSettingsPermission="); - L.append(this.b); - L.append(", hasRecordAudioPermission="); - L.append(this.f208c); - L.append(", hasBluetoothPermission="); - return c.d.b.a.a.G(L, this.d, ")"); + StringBuilder K = c.d.b.a.a.K("AudioPermissions(hasModifyAudioSettingsPermission="); + K.append(this.b); + K.append(", hasRecordAudioPermission="); + K.append(this.f209c); + K.append(", hasBluetoothPermission="); + return c.d.b.a.a.F(K, this.d, ")"); } } diff --git a/app/src/main/java/c/a/r/k0/c.java b/app/src/main/java/c/a/q/k0/c.java similarity index 89% rename from app/src/main/java/c/a/r/k0/c.java rename to app/src/main/java/c/a/q/k0/c.java index 7b32a9f077..61b40c8094 100644 --- a/app/src/main/java/c/a/r/k0/c.java +++ b/app/src/main/java/c/a/q/k0/c.java @@ -1,4 +1,4 @@ -package c.a.r.k0; +package c.a.q.k0; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; @@ -66,12 +66,12 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi i2++; } if (bluetoothBroadcastAction == null) { - StringBuilder L = c.d.b.a.a.L("unable to parse BluetoothBroadcastAction for action: "); - L.append(intent.getAction()); - AnimatableValueParser.G1("BluetoothBroadcastReceiver", L.toString()); + StringBuilder K = c.d.b.a.a.K("unable to parse BluetoothBroadcastAction for action: "); + K.append(intent.getAction()); + AnimatableValueParser.H1("BluetoothBroadcastReceiver", K.toString()); return; } - AnimatableValueParser.F1("BluetoothBroadcastReceiver", "onReceive: action = " + bluetoothBroadcastAction); + AnimatableValueParser.G1("BluetoothBroadcastReceiver", "onReceive: action = " + bluetoothBroadcastAction); try { g gVar = this.n; int ordinal = bluetoothBroadcastAction.ordinal(); @@ -80,13 +80,13 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi } else if (ordinal == 1) { gVar.a(context, BluetoothHeadsetAudioState.Companion.b(intent)); } else if (ordinal != 4) { - AnimatableValueParser.G1("BluetoothBroadcastReceiver", "unexpected " + bluetoothBroadcastAction); + AnimatableValueParser.H1("BluetoothBroadcastReceiver", "unexpected " + bluetoothBroadcastAction); } else { m.checkNotNullParameter(intent, "$this$getBluetoothDeviceExtra"); gVar.b((BluetoothDevice) intent.getParcelableExtra("android.bluetooth.device.extra.DEVICE")); } } catch (Throwable th) { - AnimatableValueParser.D1("BluetoothBroadcastReceiver", "error handling " + bluetoothBroadcastAction, th); + AnimatableValueParser.E1("BluetoothBroadcastReceiver", "error handling " + bluetoothBroadcastAction, th); } } } @@ -95,7 +95,7 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi public void onServiceConnected(int i2, BluetoothProfile bluetoothProfile) { ThreadUtils.checkIsOnMainThread(); if (i2 == 1 && this.k) { - AnimatableValueParser.C1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceConnected"); + AnimatableValueParser.D1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceConnected"); if (!(bluetoothProfile instanceof BluetoothHeadset)) { bluetoothProfile = null; } @@ -109,7 +109,7 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi public void onServiceDisconnected(int i2) { ThreadUtils.checkIsOnMainThread(); if (i2 == 1 && this.k) { - AnimatableValueParser.C1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceDisconnected"); + AnimatableValueParser.D1("BluetoothBroadcastReceiver", "BluetoothProfile.ServiceListener.onServiceDisconnected"); this.l = null; this.n.c(null); } diff --git a/app/src/main/java/c/a/r/k0/d.java b/app/src/main/java/c/a/q/k0/d.java similarity index 97% rename from app/src/main/java/c/a/r/k0/d.java rename to app/src/main/java/c/a/q/k0/d.java index d0a8c0c58e..18a0441d11 100644 --- a/app/src/main/java/c/a/r/k0/d.java +++ b/app/src/main/java/c/a/q/k0/d.java @@ -1,4 +1,4 @@ -package c.a.r.k0; +package c.a.q.k0; import android.annotation.SuppressLint; import android.bluetooth.BluetoothHeadset; @@ -14,7 +14,7 @@ public final class d { public static final Lazy b = g.lazy(b.i); /* renamed from: c reason: collision with root package name */ - public static final d f209c = null; + public static final d f210c = null; /* compiled from: BluetoothHeadsetPrivateApi.kt */ public static final class a extends o implements Function0 { diff --git a/app/src/main/java/c/a/r/k0/e.java b/app/src/main/java/c/a/q/k0/e.java similarity index 89% rename from app/src/main/java/c/a/r/k0/e.java rename to app/src/main/java/c/a/q/k0/e.java index 55a3a00c5d..001e24072a 100644 --- a/app/src/main/java/c/a/r/k0/e.java +++ b/app/src/main/java/c/a/q/k0/e.java @@ -1,4 +1,4 @@ -package c.a.r.k0; +package c.a.q.k0; import android.media.AudioManager; import com.airbnb.lottie.parser.AnimatableValueParser; @@ -13,7 +13,7 @@ public final class e implements AudioManager.OnAudioFocusChangeListener { @Override // android.media.AudioManager.OnAudioFocusChangeListener public final void onAudioFocusChange(int i) { - AnimatableValueParser.C1("AudioManager", "[AudioFocus] new focus: " + i); + AnimatableValueParser.D1("AudioManager", "[AudioFocus] new focus: " + i); if (i == -3 || i == -2) { this.i.i(false); } else if (i == 1) { diff --git a/app/src/main/java/c/a/r/k0/f.java b/app/src/main/java/c/a/q/k0/f.java similarity index 91% rename from app/src/main/java/c/a/r/k0/f.java rename to app/src/main/java/c/a/q/k0/f.java index ad1e106046..d4ad574844 100644 --- a/app/src/main/java/c/a/r/k0/f.java +++ b/app/src/main/java/c/a/q/k0/f.java @@ -1,8 +1,8 @@ -package c.a.r.k0; +package c.a.q.k0; import android.content.Context; import androidx.annotation.MainThread; -import c.a.r.l0.a; +import c.a.q.l0.a; import com.discord.rtcconnection.enums.ScoAudioState; /* compiled from: OnAudioManagerBroadcastListener.kt */ @MainThread diff --git a/app/src/main/java/c/a/r/k0/g.java b/app/src/main/java/c/a/q/k0/g.java similarity index 97% rename from app/src/main/java/c/a/r/k0/g.java rename to app/src/main/java/c/a/q/k0/g.java index 42f08d17e6..7506f21066 100644 --- a/app/src/main/java/c/a/r/k0/g.java +++ b/app/src/main/java/c/a/q/k0/g.java @@ -1,4 +1,4 @@ -package c.a.r.k0; +package c.a.q.k0; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; diff --git a/app/src/main/java/c/a/q/l.java b/app/src/main/java/c/a/q/l.java index 488fb93a55..0589d65efb 100644 --- a/app/src/main/java/c/a/q/l.java +++ b/app/src/main/java/c/a/q/l.java @@ -1,35 +1,107 @@ package c.a.q; -import android.content.Context; -import c.i.a.c.h2.y.q; -import c.i.a.c.w1.b; -import com.discord.utilities.lifecycle.ApplicationProvider; -import d0.g; +import com.discord.rtcconnection.EncodeQuality; +import com.discord.rtcconnection.MediaSinkWantsManager; +import com.discord.rtcconnection.VideoMetadata; +import com.discord.rtcconnection.socket.io.Payloads; +import d0.t.n; import d0.z.d.m; import d0.z.d.o; -import java.io.File; -import kotlin.Lazy; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.Objects; +import kotlin.Unit; import kotlin.jvm.functions.Function0; -/* compiled from: SimpleCacheProvider.kt */ -public final class l { - public static final Lazy a = g.lazy(a.i); - public static final l b = null; +/* compiled from: MediaSinkWantsManager.kt */ +public final class l extends o implements Function0 { + public final /* synthetic */ List $ssrcs; + public final /* synthetic */ long $userId; + public final /* synthetic */ MediaSinkWantsManager this$0; - /* compiled from: SimpleCacheProvider.kt */ - public static final class a extends o implements Function0 { - public static final a i = new a(); + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public l(MediaSinkWantsManager mediaSinkWantsManager, List list, long j) { + super(0); + this.this$0 = mediaSinkWantsManager; + this.$ssrcs = list; + this.$userId = j; + } - public a() { - super(0); + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX WARNING: Code restructure failed: missing block: B:12:0x0036, code lost: + if ((r6 != null ? r6.intValue() : 0) > 0) goto L_0x003a; + */ + /* JADX WARNING: Code restructure failed: missing block: B:31:0x0086, code lost: + if (r10 != null) goto L_0x008b; + */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public Unit mo1invoke() { + EncodeQuality encodeQuality; + List list = this.$ssrcs; + ArrayList arrayList = new ArrayList(); + Iterator it = list.iterator(); + while (true) { + boolean z2 = true; + if (!it.hasNext()) { + break; + } + Object next = it.next(); + Payloads.Stream stream = (Payloads.Stream) next; + Boolean active = stream.getActive(); + if (active != null ? active.booleanValue() : false) { + Integer ssrc = stream.getSsrc(); + } + z2 = false; + if (z2) { + arrayList.add(next); + } } - - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public q mo1invoke() { - Context applicationContext = ApplicationProvider.INSTANCE.get().getApplicationContext(); - m.checkNotNullExpressionValue(applicationContext, "context"); - return new q(new File(applicationContext.getCacheDir(), "app_media_player"), new c.i.a.c.h2.y.o(104857600), new b(applicationContext)); + ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(arrayList, 10)); + Iterator it2 = arrayList.iterator(); + while (it2.hasNext()) { + Payloads.Stream stream2 = (Payloads.Stream) it2.next(); + Integer quality = stream2.getQuality(); + VideoMetadata videoMetadata = null; + if (quality != null) { + int intValue = quality.intValue(); + Objects.requireNonNull(EncodeQuality.Companion); + EncodeQuality[] values = EncodeQuality.values(); + int i = 0; + while (true) { + if (i >= 11) { + encodeQuality = null; + break; + } + encodeQuality = values[i]; + if (encodeQuality.getValue() == intValue) { + break; + } + i++; + } + } + encodeQuality = EncodeQuality.Hundred; + Integer ssrc2 = stream2.getSsrc(); + m.checkNotNull(ssrc2); + long intValue2 = (long) ssrc2.intValue(); + MediaSinkWantsManager mediaSinkWantsManager = this.this$0; + long j = this.$userId; + Objects.requireNonNull(mediaSinkWantsManager); + if (stream2.getMaxResolution() != null) { + videoMetadata = new VideoMetadata(j, stream2.getMaxResolution().getWidth(), stream2.getMaxResolution().getHeight(), stream2.getMaxFrameRate(), stream2.getMaxResolution().getType()); + } else { + mediaSinkWantsManager.a("metadataOf: " + stream2 + " has no maxResolution!"); + } + arrayList2.add(new MediaSinkWantsManager.b(encodeQuality, intValue2, videoMetadata)); } + if (arrayList2.isEmpty()) { + this.this$0.b.remove(Long.valueOf(this.$userId)); + this.this$0.f2092c.remove(Long.valueOf(this.$userId)); + } else { + this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); + this.this$0.f2092c.add(Long.valueOf(this.$userId)); + } + this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId))); + return Unit.a; } } diff --git a/app/src/main/java/c/a/r/l0/a.java b/app/src/main/java/c/a/q/l0/a.java similarity index 78% rename from app/src/main/java/c/a/r/l0/a.java rename to app/src/main/java/c/a/q/l0/a.java index 5ec220b577..49a6dd9289 100644 --- a/app/src/main/java/c/a/r/l0/a.java +++ b/app/src/main/java/c/a/q/l0/a.java @@ -1,4 +1,4 @@ -package c.a.r.l0; +package c.a.q.l0; import d0.z.d.m; import kotlin.jvm.internal.DefaultConstructorMarker; @@ -6,13 +6,13 @@ import kotlin.jvm.internal.DefaultConstructorMarker; public abstract class a { /* compiled from: WiredHeadsetState.kt */ - /* renamed from: c.a.r.l0.a$a reason: collision with other inner class name */ - public static final class C0034a extends a { + /* renamed from: c.a.q.l0.a$a reason: collision with other inner class name */ + public static final class C0033a extends a { public final String a; public final boolean b; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0034a(String str, boolean z2) { + public C0033a(String str, boolean z2) { super(false, null); m.checkNotNullParameter(str, "name"); this.a = str; @@ -23,10 +23,10 @@ public abstract class a { if (this == obj) { return true; } - if (!(obj instanceof C0034a)) { + if (!(obj instanceof C0033a)) { return false; } - C0034a aVar = (C0034a) obj; + C0033a aVar = (C0033a) obj; return m.areEqual(this.a, aVar.a) && this.b == aVar.b; } @@ -44,10 +44,10 @@ public abstract class a { } public String toString() { - StringBuilder L = c.d.b.a.a.L("PluggedIn(name="); - L.append(this.a); - L.append(", hasMic="); - return c.d.b.a.a.G(L, this.b, ")"); + StringBuilder K = c.d.b.a.a.K("PluggedIn(name="); + K.append(this.a); + K.append(", hasMic="); + return c.d.b.a.a.F(K, this.b, ")"); } } diff --git a/app/src/main/java/c/a/r/m.java b/app/src/main/java/c/a/q/m.java similarity index 96% rename from app/src/main/java/c/a/r/m.java rename to app/src/main/java/c/a/q/m.java index 1b136b8e11..1624f2e1c2 100644 --- a/app/src/main/java/c/a/r/m.java +++ b/app/src/main/java/c/a/q/m.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import kotlin.jvm.functions.Function0; /* compiled from: MediaSinkWantsManager.kt */ diff --git a/app/src/main/java/c/a/r/m0/a.java b/app/src/main/java/c/a/q/m0/a.java similarity index 70% rename from app/src/main/java/c/a/r/m0/a.java rename to app/src/main/java/c/a/q/m0/a.java index a9982a39a9..c8c5757a65 100644 --- a/app/src/main/java/c/a/r/m0/a.java +++ b/app/src/main/java/c/a/q/m0/a.java @@ -1,4 +1,4 @@ -package c.a.r.m0; +package c.a.q.m0; import d0.z.d.m; /* compiled from: Codec.kt */ @@ -7,7 +7,7 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f210c; + public final String f211c; public final int d; public final Integer e; @@ -16,7 +16,7 @@ public final class a { m.checkNotNullParameter(str2, "type"); this.a = str; this.b = i; - this.f210c = str2; + this.f211c = str2; this.d = i2; this.e = num; } @@ -29,14 +29,14 @@ public final class a { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f210c, aVar.f210c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f211c, aVar.f211c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.b) * 31; - String str2 = this.f210c; + String str2 = this.f211c; int hashCode2 = (((hashCode + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d) * 31; Integer num = this.e; if (num != null) { @@ -46,15 +46,15 @@ public final class a { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Codec(name="); - L.append(this.a); - L.append(", priority="); - L.append(this.b); - L.append(", type="); - L.append(this.f210c); - L.append(", payloadType="); - L.append(this.d); - L.append(", rtxPayloadType="); - return c.d.b.a.a.A(L, this.e, ")"); + StringBuilder K = c.d.b.a.a.K("Codec(name="); + K.append(this.a); + K.append(", priority="); + K.append(this.b); + K.append(", type="); + K.append(this.f211c); + K.append(", payloadType="); + K.append(this.d); + K.append(", rtxPayloadType="); + return c.d.b.a.a.z(K, this.e, ")"); } } diff --git a/app/src/main/java/c/a/r/m0/b.java b/app/src/main/java/c/a/q/m0/b.java similarity index 93% rename from app/src/main/java/c/a/r/m0/b.java rename to app/src/main/java/c/a/q/m0/b.java index f09870e0be..f64f58d346 100644 --- a/app/src/main/java/c/a/r/m0/b.java +++ b/app/src/main/java/c/a/q/m0/b.java @@ -1,4 +1,4 @@ -package c.a.r.m0; +package c.a.q.m0; import android.content.Context; import android.content.Intent; @@ -35,7 +35,7 @@ import rx.functions.Action1; /* compiled from: ScreenCapturer.kt */ public final class b extends ScreenCapturerAndroid { public static final a i = new a(null); - public final RunnableC0035b j = new RunnableC0035b(); + public final RunnableC0034b j = new RunnableC0034b(); public NativeCapturerObserver k; public SurfaceTextureHelper l; public Context m; @@ -46,14 +46,14 @@ public final class b extends ScreenCapturerAndroid { public final Rect r = new Rect(); /* renamed from: s reason: collision with root package name */ - public final Rect f211s = new Rect(); + public final Rect f212s = new Rect(); public final Point t = new Point(); public int u; public Subscription v; public final Logger w; /* renamed from: x reason: collision with root package name */ - public final ThumbnailEmitter f212x; + public final ThumbnailEmitter f213x; /* compiled from: ScreenCapturer.kt */ public static final class a { @@ -62,9 +62,9 @@ public final class b extends ScreenCapturerAndroid { } /* compiled from: ScreenCapturer.kt */ - /* renamed from: c.a.r.m0.b$b reason: collision with other inner class name */ - public final class RunnableC0035b implements Runnable { - public RunnableC0035b() { + /* renamed from: c.a.q.m0.b$b reason: collision with other inner class name */ + public final class RunnableC0034b implements Runnable { + public RunnableC0034b() { } @Override // java.lang.Runnable @@ -120,7 +120,7 @@ public final class b extends ScreenCapturerAndroid { m.checkNotNullParameter(callback, "mediaProjectionCallback"); m.checkNotNullParameter(logger, "logger"); this.w = logger; - this.f212x = thumbnailEmitter; + this.f213x = thumbnailEmitter; } public final synchronized void a(Rect rect, int i2) { @@ -211,11 +211,11 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoCapturer public void dispose() { stopCapture(); - ThumbnailEmitter thumbnailEmitter = this.f212x; + ThumbnailEmitter thumbnailEmitter = this.f213x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); - thumbnailEmitter.f2112c.release(); + thumbnailEmitter.f2115c.release(); JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b); thumbnailEmitter.a = Long.MAX_VALUE; } @@ -237,18 +237,18 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoSink public void onFrame(VideoFrame videoFrame) { - Rect rect = this.f211s; + Rect rect = this.f212s; Context context = this.m; if (context == null) { m.throwUninitializedPropertyAccessException("context"); } rect.set(DisplayUtils.getScreenSize(context)); - if (!m.areEqual(this.f211s, this.r)) { - this.r.set(this.f211s); - a(this.f211s, this.u); + if (!m.areEqual(this.f212s, this.r)) { + this.r.set(this.f212s); + a(this.f212s, this.u); } this.q = Long.valueOf(videoFrame.getTimestampNs()); - ThumbnailEmitter thumbnailEmitter = this.f212x; + ThumbnailEmitter thumbnailEmitter = this.f213x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { m.checkNotNullParameter(videoFrame, "frame"); diff --git a/app/src/main/java/c/a/r/m0/c/a.java b/app/src/main/java/c/a/q/m0/c/a.java similarity index 98% rename from app/src/main/java/c/a/r/m0/c/a.java rename to app/src/main/java/c/a/q/m0/c/a.java index 923080672c..c9f9f1a80e 100644 --- a/app/src/main/java/c/a/r/m0/c/a.java +++ b/app/src/main/java/c/a/q/m0/c/a.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import d0.z.d.m; diff --git a/app/src/main/java/c/a/r/m0/c/b.java b/app/src/main/java/c/a/q/m0/c/b.java similarity index 98% rename from app/src/main/java/c/a/r/m0/c/b.java rename to app/src/main/java/c/a/q/m0/c/b.java index 4b5dd03178..19769b3d98 100644 --- a/app/src/main/java/c/a/r/m0/c/b.java +++ b/app/src/main/java/c/a/q/m0/c/b.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import co.discord.media_engine.Connection; import d0.z.d.m; diff --git a/app/src/main/java/c/a/r/m0/c/c.java b/app/src/main/java/c/a/q/m0/c/c.java similarity index 98% rename from app/src/main/java/c/a/r/m0/c/c.java rename to app/src/main/java/c/a/q/m0/c/c.java index 3501cdc6b4..addbe2fd26 100644 --- a/app/src/main/java/c/a/r/m0/c/c.java +++ b/app/src/main/java/c/a/q/m0/c/c.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import co.discord.media_engine.Connection; import d0.z.d.o; diff --git a/app/src/main/java/c/a/r/m0/c/d.java b/app/src/main/java/c/a/q/m0/c/d.java similarity index 96% rename from app/src/main/java/c/a/r/m0/c/d.java rename to app/src/main/java/c/a/q/m0/c/d.java index d0ef1f23ff..c7905da436 100644 --- a/app/src/main/java/c/a/r/m0/c/d.java +++ b/app/src/main/java/c/a/q/m0/c/d.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.utilities.logging.Logger; @@ -49,9 +49,9 @@ public final class d implements Discord.ConnectToServerCallback { m.checkNotNullExpressionValue(upperCase, "(this as java.lang.String).toUpperCase()"); MediaEngineConnection.TransportInfo transportInfo = new MediaEngineConnection.TransportInfo(str3, i, MediaEngineConnection.TransportInfo.Protocol.valueOf(upperCase)); MediaEngineConnection.ConnectionState connectionState = MediaEngineConnection.ConnectionState.CONNECTED; - eVar.f213c = connectionState; + eVar.f214c = connectionState; eVar.y(new a(eVar, connectionState)); - c.a.r.m0.a aVar = new c.a.r.m0.a("opus", 1, "audio", 120, null); + c.a.q.m0.a aVar = new c.a.q.m0.a("opus", 1, "audio", 120, null); eVar.j.clear(); eVar.j.add(aVar); eVar.j.addAll(eVar.p); diff --git a/app/src/main/java/c/a/r/m0/c/e.java b/app/src/main/java/c/a/q/m0/c/e.java similarity index 96% rename from app/src/main/java/c/a/r/m0/c/e.java rename to app/src/main/java/c/a/q/m0/c/e.java index 2da4b152e9..e780b33ce2 100644 --- a/app/src/main/java/c/a/r/m0/c/e.java +++ b/app/src/main/java/c/a/q/m0/c/e.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import android.content.Intent; import android.media.projection.MediaProjection; @@ -35,20 +35,20 @@ public final class e implements MediaEngineConnection { public final CopyOnWriteArrayList b; /* renamed from: c reason: collision with root package name */ - public MediaEngineConnection.ConnectionState f213c; + public MediaEngineConnection.ConnectionState f214c; public boolean d; public final Map e; public final Map f = new LinkedHashMap(); public final Set g = new LinkedHashSet(); public final Set h = new LinkedHashSet(); public final Set i = new LinkedHashSet(); - public final List j = new ArrayList(); + public final List j = new ArrayList(); public final Connection k; - public final c.a.r.c l; + public final c.a.q.c l; public final Logger m; public final t n; public final Discord o; - public final List p; + public final List p; public final MediaEngineConnection.Type q; public final long r; @@ -154,13 +154,13 @@ public final class e implements MediaEngineConnection { } /* compiled from: MediaEngineConnectionLegacy.kt */ - /* renamed from: c.a.r.m0.c.e$e reason: collision with other inner class name */ - public static final class C0036e extends d0.z.d.o implements Function1 { + /* renamed from: c.a.q.m0.c.e$e reason: collision with other inner class name */ + public static final class C0035e extends d0.z.d.o implements Function1 { public final /* synthetic */ KrispOveruseDetector.Status $status; public final /* synthetic */ e this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0036e(e eVar, KrispOveruseDetector.Status status) { + public C0035e(e eVar, KrispOveruseDetector.Status status) { super(1); this.this$0 = eVar; this.$status = status; @@ -290,7 +290,7 @@ public final class e implements MediaEngineConnection { Connection connection2 = connection; d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); connection2.setVADLeadingFramesToBuffer(this.$inputModeOptions.b); - connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2111c); + connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2114c); connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); connection2.setVADUseKrisp(this.$inputModeOptions.e); @@ -433,7 +433,7 @@ public final class e implements MediaEngineConnection { Connection connection2 = connection; d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); MediaEngineConnection.b bVar = this.$quality; - connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2110c, bVar.d, this.$framerate); + connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2113c, bVar.d, this.$framerate); return Unit.a; } } @@ -503,10 +503,10 @@ public final class e implements MediaEngineConnection { /* compiled from: MediaEngineConnectionLegacy.kt */ public static final class t extends d0.z.d.o implements Function1 { - public final /* synthetic */ c.a.r.m0.b $screenCapturer; + public final /* synthetic */ c.a.q.m0.b $screenCapturer; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public t(c.a.r.m0.b bVar) { + public t(c.a.q.m0.b bVar) { super(1); this.$screenCapturer = bVar; } @@ -517,7 +517,7 @@ public final class e implements MediaEngineConnection { public Unit invoke(Connection connection) { Connection connection2 = connection; d0.z.d.m.checkNotNullParameter(connection2, "$receiver"); - c.a.r.m0.b bVar = this.$screenCapturer; + c.a.q.m0.b bVar = this.$screenCapturer; connection2.startScreenshareBroadcast(bVar, bVar.n.getNativeInstance()); return Unit.a; } @@ -549,7 +549,7 @@ public final class e implements MediaEngineConnection { } } - public e(c.a.r.c cVar, Logger logger, t tVar, Discord discord, List list, MediaEngineConnection.Type type, long j2, MediaEngine.a aVar, List list2) { + public e(c.a.q.c cVar, Logger logger, t tVar, Discord discord, List list, MediaEngineConnection.Type type, long j2, MediaEngine.a aVar, List list2) { d0.z.d.m.checkNotNullParameter(cVar, "mediaEngineThreadExecutor"); d0.z.d.m.checkNotNullParameter(logger, "logger"); d0.z.d.m.checkNotNullParameter(tVar, "noiseCancellationConfig"); @@ -566,27 +566,27 @@ public final class e implements MediaEngineConnection { this.q = type; this.r = j2; MediaEngineConnection.ConnectionState connectionState = MediaEngineConnection.ConnectionState.CONNECTING; - this.f213c = connectionState; + this.f214c = connectionState; this.e = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); - Connection connectToServer = discord.connectToServer(aVar.a, j2, aVar.b, aVar.f2108c, type == MediaEngineConnection.Type.STREAM, new d(this)); + Connection connectToServer = discord.connectToServer(aVar.a, j2, aVar.b, aVar.f2111c, type == MediaEngineConnection.Type.STREAM, new d(this)); d0.z.d.m.checkNotNullExpressionValue(connectToServer, "voiceEngineLegacy.connec…fo, errorMessage) }\n }"); connectToServer.setOnVideoCallback(new b(this)); connectToServer.setUserSpeakingStatusChangedCallback(new c(this)); this.k = connectToServer; this.b = new CopyOnWriteArrayList<>(list2); - this.f213c = connectionState; + this.f214c = connectionState; y(new a(this, connectionState)); } public static final void x(e eVar, Function0 function0) { - c.a.r.c cVar = eVar.l; + c.a.q.c cVar = eVar.l; cVar.k.execute(new i(function0)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public synchronized void a(Intent intent, ThumbnailEmitter thumbnailEmitter) { d0.z.d.m.checkNotNullParameter(intent, "permission"); - z(new t(new c.a.r.m0.b(intent, new u(), this.m, thumbnailEmitter))); + z(new t(new c.a.q.m0.b(intent, new u(), this.m, thumbnailEmitter))); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection @@ -628,7 +628,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void f(KrispOveruseDetector.Status status) { d0.z.d.m.checkNotNullParameter(status, "status"); - y(new C0036e(this, status)); + y(new C0035e(this, status)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection @@ -672,7 +672,7 @@ public final class e implements MediaEngineConnection { public void l(MediaEngineConnection.d dVar) { d0.z.d.m.checkNotNullParameter(dVar, "listener"); this.b.add(dVar); - dVar.onConnectionStateChange(this, this.f213c); + dVar.onConnectionStateChange(this, this.f214c); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection @@ -717,23 +717,23 @@ public final class e implements MediaEngineConnection { break; } obj2 = it.next(); - if (d0.z.d.m.areEqual(((c.a.r.m0.a) obj2).a, str)) { + if (d0.z.d.m.areEqual(((c.a.q.m0.a) obj2).a, str)) { break; } } - c.a.r.m0.a aVar = (c.a.r.m0.a) obj2; + c.a.q.m0.a aVar = (c.a.q.m0.a) obj2; Iterator it2 = this.j.iterator(); while (true) { if (!it2.hasNext()) { break; } Object next = it2.next(); - if (d0.z.d.m.areEqual(((c.a.r.m0.a) next).a, str2)) { + if (d0.z.d.m.areEqual(((c.a.q.m0.a) next).a, str2)) { obj = next; break; } } - c.a.r.m0.a aVar2 = (c.a.r.m0.a) obj; + c.a.q.m0.a aVar2 = (c.a.q.m0.a) obj; if (aVar == null) { throw new MediaEngineConnection.FailedConnectionException("Missing audio codec: " + str + '.', MediaEngineConnection.FailedConnectionException.FailureType.CODEC_NEGOTIATION_FAILED); } else if (aVar2 != null) { diff --git a/app/src/main/java/c/a/r/m0/c/f.java b/app/src/main/java/c/a/q/m0/c/f.java similarity index 95% rename from app/src/main/java/c/a/r/m0/c/f.java rename to app/src/main/java/c/a/q/m0/c/f.java index fe14bda341..c5e724a7fc 100644 --- a/app/src/main/java/c/a/r/m0/c/f.java +++ b/app/src/main/java/c/a/q/m0/c/f.java @@ -1,6 +1,6 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; -import c.a.r.m0.c.e; +import c.a.q.m0.c.e; import co.discord.media_engine.Connection; import co.discord.media_engine.Stats; import com.discord.utilities.logging.Logger; diff --git a/app/src/main/java/c/a/r/m0/c/g.java b/app/src/main/java/c/a/q/m0/c/g.java similarity index 98% rename from app/src/main/java/c/a/r/m0/c/g.java rename to app/src/main/java/c/a/q/m0/c/g.java index d070aa13f6..3a62f41c46 100644 --- a/app/src/main/java/c/a/r/m0/c/g.java +++ b/app/src/main/java/c/a/q/m0/c/g.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import d0.z.d.m; diff --git a/app/src/main/java/c/a/r/m0/c/h.java b/app/src/main/java/c/a/q/m0/c/h.java similarity index 98% rename from app/src/main/java/c/a/r/m0/c/h.java rename to app/src/main/java/c/a/q/m0/c/h.java index c661c97048..a1104635cf 100644 --- a/app/src/main/java/c/a/r/m0/c/h.java +++ b/app/src/main/java/c/a/q/m0/c/h.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import d0.g0.s; diff --git a/app/src/main/java/c/a/r/m0/c/i.java b/app/src/main/java/c/a/q/m0/c/i.java similarity index 95% rename from app/src/main/java/c/a/r/m0/c/i.java rename to app/src/main/java/c/a/q/m0/c/i.java index ca7b7772fe..67042e66da 100644 --- a/app/src/main/java/c/a/r/m0/c/i.java +++ b/app/src/main/java/c/a/q/m0/c/i.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import d0.z.d.m; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/c/a/r/m0/c/j.java b/app/src/main/java/c/a/q/m0/c/j.java similarity index 97% rename from app/src/main/java/c/a/r/m0/c/j.java rename to app/src/main/java/c/a/q/m0/c/j.java index fd98858b45..5620f57989 100644 --- a/app/src/main/java/c/a/r/m0/c/j.java +++ b/app/src/main/java/c/a/q/m0/c/j.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import com.discord.rtcconnection.mediaengine.MediaEngine; import d0.z.d.m; diff --git a/app/src/main/java/c/a/r/m0/c/k.java b/app/src/main/java/c/a/q/m0/c/k.java similarity index 77% rename from app/src/main/java/c/a/r/m0/c/k.java rename to app/src/main/java/c/a/q/m0/c/k.java index 2b3ac0b9a6..4d89b34c6a 100644 --- a/app/src/main/java/c/a/r/m0/c/k.java +++ b/app/src/main/java/c/a/q/m0/c/k.java @@ -1,10 +1,12 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import android.content.Context; import android.os.Build; -import c.a.r.d0; +import androidx.annotation.AnyThread; +import c.a.q.d0; import co.discord.media_engine.RtcRegion; import co.discord.media_engine.VideoInputDeviceDescription; +import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.rtcconnection.mediaengine.MediaEngine; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.utilities.logging.Logger; @@ -13,7 +15,6 @@ import d0.t.n0; import d0.t.u; import d0.z.d.m; import d0.z.d.o; -import j0.l.e.j; import java.util.ArrayList; import java.util.List; import java.util.Set; @@ -32,15 +33,15 @@ public final class k implements MediaEngine { public static final Set b = n0.setOf((Object[]) new String[]{"Pixel 3a", "Redmi Note 8 Pro", "Redmi Note 8 pro"}); /* renamed from: c reason: collision with root package name */ - public final t f214c; + public final t f215c; public final List d; public boolean e; public Discord f; - public List g; + public List g; public MediaEngine.OpenSLUsageMode h; public final Context i; public final MediaEngine.b j; - public final c.a.r.c k; + public final c.a.q.c k; public final MediaEngine.OpenSLESConfig l; public final Logger m; public final Set n; @@ -63,7 +64,7 @@ public final class k implements MediaEngine { k kVar = this.this$0; j jVar = j.i; Set set = k.a; - kVar.s(jVar); + kVar.n(jVar); return Unit.a; } } @@ -110,7 +111,7 @@ public final class k implements MediaEngine { k kVar = this.this$0.a; l lVar = l.i; Set set = k.a; - kVar.s(lVar); + kVar.n(lVar); return Unit.a; } } @@ -131,19 +132,19 @@ public final class k implements MediaEngine { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { - k.q(this.this$0.a, this.$connection); + k.m(this.this$0.a, this.$connection); return Unit.a; } } /* compiled from: MediaEngineLegacy.kt */ - /* renamed from: c.a.r.m0.c.k$c$c reason: collision with other inner class name */ - public static final class C0037c extends o implements Function0 { + /* renamed from: c.a.q.m0.c.k$c$c reason: collision with other inner class name */ + public static final class C0036c extends o implements Function0 { public final /* synthetic */ MediaEngineConnection $connection; public final /* synthetic */ c this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0037c(c cVar, MediaEngineConnection mediaEngineConnection) { + public C0036c(c cVar, MediaEngineConnection mediaEngineConnection) { super(0); this.this$0 = cVar; this.$connection = mediaEngineConnection; @@ -153,7 +154,7 @@ public final class k implements MediaEngine { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { - k.q(this.this$0.a, this.$connection); + k.m(this.this$0.a, this.$connection); return Unit.a; } } @@ -174,7 +175,7 @@ public final class k implements MediaEngine { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { - k.q(this.this$0.a, this.$connection); + k.m(this.this$0.a, this.$connection); return Unit.a; } } @@ -184,11 +185,11 @@ public final class k implements MediaEngine { } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection.a, com.discord.rtcconnection.mediaengine.MediaEngineConnection.d - public void onConnected(MediaEngineConnection mediaEngineConnection, MediaEngineConnection.TransportInfo transportInfo, List list) { + public void onConnected(MediaEngineConnection mediaEngineConnection, MediaEngineConnection.TransportInfo transportInfo, List list) { m.checkNotNullParameter(mediaEngineConnection, "connection"); m.checkNotNullParameter(transportInfo, "transportInfo"); m.checkNotNullParameter(list, "supportedVideoCodecs"); - k.r(this.a, new a(this)); + this.a.o(new a(this)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection.a, com.discord.rtcconnection.mediaengine.MediaEngineConnection.d @@ -196,21 +197,21 @@ public final class k implements MediaEngine { m.checkNotNullParameter(mediaEngineConnection, "connection"); m.checkNotNullParameter(connectionState, "connectionState"); if (connectionState == MediaEngineConnection.ConnectionState.DISCONNECTED) { - k.r(this.a, new b(this, mediaEngineConnection)); + this.a.o(new b(this, mediaEngineConnection)); } } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection.a, com.discord.rtcconnection.mediaengine.MediaEngineConnection.d public void onDestroy(MediaEngineConnection mediaEngineConnection) { m.checkNotNullParameter(mediaEngineConnection, "connection"); - k.r(this.a, new C0037c(this, mediaEngineConnection)); + this.a.o(new C0036c(this, mediaEngineConnection)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection.a, com.discord.rtcconnection.mediaengine.MediaEngineConnection.d public void onError(MediaEngineConnection mediaEngineConnection, MediaEngineConnection.FailedConnectionException failedConnectionException) { m.checkNotNullParameter(mediaEngineConnection, "connection"); m.checkNotNullParameter(failedConnectionException, "exception"); - k.r(this.a, new d(this, mediaEngineConnection)); + this.a.o(new d(this, mediaEngineConnection)); } } @@ -234,7 +235,7 @@ public final class k implements MediaEngine { } /* compiled from: MediaEngineLegacy.kt */ - public static final class e implements Action1> { + public static final class e implements Action1> { public final /* synthetic */ k i; public e(k kVar) { @@ -242,11 +243,11 @@ public final class k implements MediaEngine { } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ + /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: java.util.List */ /* JADX WARN: Multi-variable type inference failed */ @Override // rx.functions.Action1 - public void call(List list) { - List list2 = list; + public void call(List list) { + List list2 = list; k kVar = this.i; m.checkNotNullExpressionValue(list2, "codecs"); kVar.g = list2; @@ -254,13 +255,13 @@ public final class k implements MediaEngine { } /* compiled from: MediaEngineLegacy.kt */ - public static final class f implements j0.k.b, Unit> { + public static final class f implements j0.k.b, Unit> { public static final f i = new f(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b - public Unit call(List list) { + public Unit call(List list) { return Unit.a; } } @@ -319,7 +320,67 @@ public final class k implements MediaEngine { } } - public k(Context context, MediaEngine.b bVar, c.a.r.c cVar, MediaEngine.OpenSLESConfig openSLESConfig, Logger logger, Set set, Set set2, int i2) { + /* compiled from: MediaEngineLegacy.kt */ + public static final class j extends o implements Function0 { + public final /* synthetic */ MediaEngine.VoiceConfig $voiceConfig; + public final /* synthetic */ k this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public j(k kVar, MediaEngine.VoiceConfig voiceConfig) { + super(0); + this.this$0 = kVar; + this.$voiceConfig = voiceConfig; + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + @Override // kotlin.jvm.functions.Function0 + /* renamed from: invoke */ + public Unit mo1invoke() { + StringBuilder K = c.d.b.a.a.K("updateVoiceConfig: "); + K.append(this.$voiceConfig); + AnimatableValueParser.D1("MediaEngineLegacy", K.toString()); + MediaEngine.VoiceConfig voiceConfig = this.$voiceConfig; + k kVar = this.this$0; + float f = voiceConfig.a; + Discord discord = kVar.f; + if (discord != null) { + discord.setSpeakerVolume(Math.min(300.0f, Math.max(0.0f, f)) / 100.0f); + } + k kVar2 = this.this$0; + boolean z2 = voiceConfig.b; + Discord discord2 = kVar2.f; + if (discord2 != null) { + discord2.setEchoCancellation(z2); + } + k kVar3 = this.this$0; + boolean z3 = voiceConfig.f2110c; + Discord discord3 = kVar3.f; + if (discord3 != null) { + discord3.setNoiseSuppression(z3); + } + k kVar4 = this.this$0; + boolean z4 = voiceConfig.d; + kVar4.f215c.a = z4; + Discord discord4 = kVar4.f; + if (discord4 != null) { + discord4.setNoiseCancellation(z4); + } + k kVar5 = this.this$0; + boolean z5 = voiceConfig.e; + Discord discord5 = kVar5.f; + if (discord5 != null) { + discord5.setAutomaticGainControl(z5); + } + for (MediaEngineConnection mediaEngineConnection : this.this$0.getConnections()) { + mediaEngineConnection.k(voiceConfig.f, voiceConfig.g); + mediaEngineConnection.v(voiceConfig.h); + mediaEngineConnection.c(voiceConfig.i || mediaEngineConnection.getType() == MediaEngineConnection.Type.STREAM); + } + return Unit.a; + } + } + + public k(Context context, MediaEngine.b bVar, c.a.q.c cVar, MediaEngine.OpenSLESConfig openSLESConfig, Logger logger, Set set, Set set2, int i2) { Set set3 = null; Set set4 = (i2 & 32) != 0 ? a : null; set3 = (i2 & 64) != 0 ? b : set3; @@ -337,13 +398,13 @@ public final class k implements MediaEngine { this.m = logger; this.n = set4; this.o = set3; - this.f214c = new t(); + this.f215c = new t(); this.d = new ArrayList(); this.e = true; this.h = MediaEngine.OpenSLUsageMode.ALLOW_LIST; } - public static final void q(k kVar, MediaEngineConnection mediaEngineConnection) { + public static final void m(k kVar, MediaEngineConnection mediaEngineConnection) { synchronized (kVar) { Discord discord = kVar.f; if (discord != null) { @@ -353,19 +414,14 @@ public final class k implements MediaEngine { } } - public static final Future r(k kVar, Function0 function0) { - c.a.r.c cVar = kVar.k; - return cVar.k.submit(new s(function0)); - } - @Override // com.discord.rtcconnection.mediaengine.MediaEngine public Observable a() { if (this.g != null) { - j jVar = new j(Unit.a); + j0.l.e.j jVar = new j0.l.e.j(Unit.a); m.checkNotNullExpressionValue(jVar, "Observable.just(Unit)"); return jVar; } - t(); + p(); if (this.f == null) { Observable w = Observable.w(new IllegalStateException("Failed to initialize native media engine")); m.checkNotNullExpressionValue(w, "Observable.error(Illegal…ze native media engine\"))"); @@ -382,7 +438,7 @@ public final class k implements MediaEngine { public void b(RtcRegion[] rtcRegionArr, Function1 function1) { m.checkNotNullParameter(rtcRegionArr, "regionsWithIps"); m.checkNotNullParameter(function1, "callback"); - t(); + p(); Discord discord = this.f; if (discord != null) { discord.getRankedRtcRegions(rtcRegionArr, new q(function1)); @@ -390,36 +446,26 @@ public final class k implements MediaEngine { } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public c.a.r.c c() { + public c.a.q.c c() { return this.k; } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void d(boolean z2) { - Discord discord = this.f; - if (discord != null) { - discord.setEchoCancellation(z2); - } + @AnyThread + public void d(MediaEngine.VoiceConfig voiceConfig) { + m.checkNotNullParameter(voiceConfig, "voiceConfig"); + o(new j(this, voiceConfig)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void e(boolean z2) { - this.f214c.a = z2; - Discord discord = this.f; - if (discord != null) { - discord.setNoiseCancellation(z2); - } - } - - @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public Observable f() { + public Observable e() { Observable n = Observable.n(new d(this), Emitter.BackpressureMode.LATEST); m.checkNotNullExpressionValue(n, "Observable.create({ emit….BackpressureMode.LATEST)"); return n; } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void g(int i2) { + public void f(int i2) { Discord discord = this.f; if (discord != null) { discord.setVideoInputDevice(i2); @@ -427,12 +473,7 @@ public final class k implements MediaEngine { } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public synchronized List getConnections() { - return u.toList(this.d); - } - - @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public synchronized MediaEngineConnection h(long j, MediaEngine.a aVar, MediaEngineConnection.Type type, Function1 function1) { + public synchronized MediaEngineConnection g(long j2, MediaEngine.a aVar, MediaEngineConnection.Type type, Function1 function1) { m.checkNotNullParameter(aVar, "options"); m.checkNotNullParameter(type, "type"); m.checkNotNullParameter(function1, "onFailure"); @@ -445,42 +486,30 @@ public final class k implements MediaEngine { Logger.e$default(this.m, "MediaEngineLegacy", "connect() called without voiceEngineLegacy.", null, null, 12, null); return null; } - a aVar2 = new a(this); - this.k.k.submit(new s(aVar2)); + o(new a(this)); Logger logger = this.m; Logger.i$default(logger, "MediaEngineLegacy", "Connecting with options: " + aVar, null, 4, null); c cVar = new c(this); - c.a.r.c cVar2 = this.k; + c.a.q.c cVar2 = this.k; Logger logger2 = this.m; - t tVar = this.f214c; - List list = this.g; + t tVar = this.f215c; + List list = this.g; if (list == null) { m.throwUninitializedPropertyAccessException("supportedVideoCodecs"); } - e eVar = new e(cVar2, logger2, tVar, discord, list, type, j, aVar, d0.t.m.listOf(cVar)); + e eVar = new e(cVar2, logger2, tVar, discord, list, type, j2, aVar, d0.t.m.listOf(cVar)); this.d.add(eVar); - s(new b(eVar)); + n(new b(eVar)); return eVar; } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void i(float f2) { - Discord discord = this.f; - if (discord != null) { - discord.setSpeakerVolume(Math.min(300.0f, Math.max(0.0f, f2)) / 100.0f); - } + public synchronized List getConnections() { + return u.toList(this.d); } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void j(boolean z2) { - Discord discord = this.f; - if (discord != null) { - discord.setNoiseSuppression(z2); - } - } - - @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void k(MediaEngine.OpenSLUsageMode openSLUsageMode) { + public void h(MediaEngine.OpenSLUsageMode openSLUsageMode) { m.checkNotNullParameter(openSLUsageMode, "openSLUsageMode"); if (this.f != null) { Logger.e$default(this.m, "MediaEngineLegacy", "setting openSLUsageMode too late", null, null, 12, null); @@ -489,14 +518,14 @@ public final class k implements MediaEngine { } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public Discord l() { + public Discord i() { return this.f; } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void m(Function1 function1) { + public void j(Function1 function1) { m.checkNotNullParameter(function1, "devicesCallback"); - t(); + p(); Discord discord = this.f; if (discord != null) { discord.getVideoInputDevices(new r(function1)); @@ -504,15 +533,7 @@ public final class k implements MediaEngine { } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void n(boolean z2) { - Discord discord = this.f; - if (discord != null) { - discord.setAutomaticGainControl(z2); - } - } - - @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void o(boolean z2) { + public void k(boolean z2) { this.e = z2; Discord discord = this.f; if (discord != null) { @@ -521,9 +542,9 @@ public final class k implements MediaEngine { } @Override // com.discord.rtcconnection.mediaengine.MediaEngine - public void p(Function1 function1) { + public void l(Function1 function1) { if (function1 != null) { - t(); + p(); Discord discord = this.f; if (discord != null) { discord.setLocalVoiceLevelChangedCallback(new g(function1)); @@ -537,7 +558,7 @@ public final class k implements MediaEngine { } } - public final void s(Function1 function1) { + public final void n(Function1 function1) { try { function1.invoke(this.j); } catch (Exception e2) { @@ -545,14 +566,24 @@ public final class k implements MediaEngine { } } - public final void t() { + /* JADX WARN: Multi-variable type inference failed */ + /* JADX WARNING: Unknown variable types count: 1 */ + public final Future o(Function0 function0) { + c.a.q.c cVar = this.k; + if (function0 != null) { + function0 = new s(function0); + } + return cVar.submit((Runnable) function0); + } + + public final void p() { if (this.f == null) { Logger logger = this.m; - StringBuilder L = c.d.b.a.a.L("initializing voice engine. OpenSL ES: "); - L.append(this.l); - L.append(", OpenSL usage mode: "); - L.append(this.h); - Logger.i$default(logger, "MediaEngineLegacy", L.toString(), null, 4, null); + StringBuilder K = c.d.b.a.a.K("initializing voice engine. OpenSL ES: "); + K.append(this.l); + K.append(", OpenSL usage mode: "); + K.append(this.h); + Logger.i$default(logger, "MediaEngineLegacy", K.toString(), null, 4, null); int ordinal = this.l.ordinal(); boolean z2 = false; if (ordinal == 0) { @@ -562,12 +593,12 @@ public final class k implements MediaEngine { z2 = true; } Logger logger2 = this.m; - StringBuilder L2 = c.d.b.a.a.L("OpenSL ES default. mode: "); - L2.append(this.h); - L2.append(", enableOpenSL: "); - L2.append(z2); - L2.append(", model: '"); - Logger.i$default(logger2, "MediaEngineLegacy", c.d.b.a.a.C(L2, Build.MODEL, '\''), null, 4, null); + StringBuilder K2 = c.d.b.a.a.K("OpenSL ES default. mode: "); + K2.append(this.h); + K2.append(", enableOpenSL: "); + K2.append(z2); + K2.append(", model: '"); + Logger.i$default(logger2, "MediaEngineLegacy", c.d.b.a.a.B(K2, Build.MODEL, '\''), null, 4, null); WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(!z2); } else if (ordinal == 1) { WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(false); @@ -588,7 +619,7 @@ public final class k implements MediaEngine { Logger.e$default(this.m, "MediaEngineLegacy", "Unable to initialize voice engine, new error discovered", th, null, 8, null); } if (this.f != null) { - s(i.i); + n(i.i); } } } diff --git a/app/src/main/java/c/a/r/m0/c/l.java b/app/src/main/java/c/a/q/m0/c/l.java similarity index 97% rename from app/src/main/java/c/a/r/m0/c/l.java rename to app/src/main/java/c/a/q/m0/c/l.java index 6004a85e8d..a7f12b1283 100644 --- a/app/src/main/java/c/a/r/m0/c/l.java +++ b/app/src/main/java/c/a/q/m0/c/l.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import com.discord.rtcconnection.mediaengine.MediaEngine; import d0.z.d.m; diff --git a/app/src/main/java/c/a/r/m0/c/m.java b/app/src/main/java/c/a/q/m0/c/m.java similarity index 94% rename from app/src/main/java/c/a/r/m0/c/m.java rename to app/src/main/java/c/a/q/m0/c/m.java index 4c7bbc133b..a563efd6b5 100644 --- a/app/src/main/java/c/a/r/m0/c/m.java +++ b/app/src/main/java/c/a/q/m0/c/m.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import d0.u.a; import java.util.Comparator; diff --git a/app/src/main/java/c/a/r/m0/c/n.java b/app/src/main/java/c/a/q/m0/c/n.java similarity index 97% rename from app/src/main/java/c/a/r/m0/c/n.java rename to app/src/main/java/c/a/q/m0/c/n.java index a5cc1f9b27..31baa146d0 100644 --- a/app/src/main/java/c/a/r/m0/c/n.java +++ b/app/src/main/java/c/a/q/m0/c/n.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import com.discord.rtcconnection.mediaengine.MediaEngine; import com.hammerandchisel.libdiscord.Discord; diff --git a/app/src/main/java/c/a/r/m0/c/o.java b/app/src/main/java/c/a/q/m0/c/o.java similarity index 97% rename from app/src/main/java/c/a/r/m0/c/o.java rename to app/src/main/java/c/a/q/m0/c/o.java index 7892d5f63e..ae961ee2b5 100644 --- a/app/src/main/java/c/a/r/m0/c/o.java +++ b/app/src/main/java/c/a/q/m0/c/o.java @@ -1,6 +1,6 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; -import c.a.r.m0.a; +import c.a.q.m0.a; import com.hammerandchisel.libdiscord.Discord; import d0.t.n; import d0.t.u; diff --git a/app/src/main/java/c/a/r/m0/c/p.java b/app/src/main/java/c/a/q/m0/c/p.java similarity index 94% rename from app/src/main/java/c/a/r/m0/c/p.java rename to app/src/main/java/c/a/q/m0/c/p.java index 6ac9db57e1..8a075cadb1 100644 --- a/app/src/main/java/c/a/r/m0/c/p.java +++ b/app/src/main/java/c/a/q/m0/c/p.java @@ -1,6 +1,6 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; -import c.a.r.m0.a; +import c.a.q.m0.a; import com.hammerandchisel.libdiscord.Discord; import java.util.List; import rx.Emitter; diff --git a/app/src/main/java/c/a/r/m0/c/q.java b/app/src/main/java/c/a/q/m0/c/q.java similarity index 97% rename from app/src/main/java/c/a/r/m0/c/q.java rename to app/src/main/java/c/a/q/m0/c/q.java index 7fdb30fc92..2027807616 100644 --- a/app/src/main/java/c/a/r/m0/c/q.java +++ b/app/src/main/java/c/a/q/m0/c/q.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import androidx.annotation.NonNull; import com.hammerandchisel.libdiscord.Discord; diff --git a/app/src/main/java/c/a/r/m0/c/r.java b/app/src/main/java/c/a/q/m0/c/r.java similarity index 97% rename from app/src/main/java/c/a/r/m0/c/r.java rename to app/src/main/java/c/a/q/m0/c/r.java index ef923ef16e..939b5620d2 100644 --- a/app/src/main/java/c/a/r/m0/c/r.java +++ b/app/src/main/java/c/a/q/m0/c/r.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import androidx.annotation.NonNull; import co.discord.media_engine.VideoInputDeviceDescription; diff --git a/app/src/main/java/c/a/r/m0/c/s.java b/app/src/main/java/c/a/q/m0/c/s.java similarity index 95% rename from app/src/main/java/c/a/r/m0/c/s.java rename to app/src/main/java/c/a/q/m0/c/s.java index 4d3a723fe0..e889722ed8 100644 --- a/app/src/main/java/c/a/r/m0/c/s.java +++ b/app/src/main/java/c/a/q/m0/c/s.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; import d0.z.d.m; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/c/a/r/m0/c/t.java b/app/src/main/java/c/a/q/m0/c/t.java similarity index 82% rename from app/src/main/java/c/a/r/m0/c/t.java rename to app/src/main/java/c/a/q/m0/c/t.java index 449861a18e..f94f1d9fb3 100644 --- a/app/src/main/java/c/a/r/m0/c/t.java +++ b/app/src/main/java/c/a/q/m0/c/t.java @@ -1,4 +1,4 @@ -package c.a.r.m0.c; +package c.a.q.m0.c; /* compiled from: NoiseCancellationConfig.kt */ public final class t { public boolean a; diff --git a/app/src/main/java/c/a/r/n.java b/app/src/main/java/c/a/q/n.java similarity index 58% rename from app/src/main/java/c/a/r/n.java rename to app/src/main/java/c/a/q/n.java index 91ff2ba14a..cc2e878c79 100644 --- a/app/src/main/java/c/a/r/n.java +++ b/app/src/main/java/c/a/q/n.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import a0.a.a.a; /* compiled from: MediaSinkWantsLadder.kt */ @@ -7,14 +7,14 @@ public final class n { public final int b; /* renamed from: c reason: collision with root package name */ - public final double f215c; + public final double f216c; public final int d; public final int e; public n(int i, int i2, double d, int i3, int i4) { this.a = i; this.b = i2; - this.f215c = d; + this.f216c = d; this.d = i3; this.e = i4; } @@ -27,23 +27,23 @@ public final class n { return false; } n nVar = (n) obj; - return this.a == nVar.a && this.b == nVar.b && Double.compare(this.f215c, nVar.f215c) == 0 && this.d == nVar.d && this.e == nVar.e; + return this.a == nVar.a && this.b == nVar.b && Double.compare(this.f216c, nVar.f216c) == 0 && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((a.a(this.f215c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; + return ((((a.a(this.f216c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; } public String toString() { - StringBuilder L = c.d.b.a.a.L("ResolutionBudget(width="); - L.append(this.a); - L.append(", height="); - L.append(this.b); - L.append(", budgetPortion="); - L.append(this.f215c); - L.append(", mutedFramerate="); - L.append(this.d); - L.append(", framerate="); - return c.d.b.a.a.y(L, this.e, ")"); + StringBuilder K = c.d.b.a.a.K("ResolutionBudget(width="); + K.append(this.a); + K.append(", height="); + K.append(this.b); + K.append(", budgetPortion="); + K.append(this.f216c); + K.append(", mutedFramerate="); + K.append(this.d); + K.append(", framerate="); + return c.d.b.a.a.w(K, this.e, ")"); } } diff --git a/app/src/main/java/c/a/r/n0/a.java b/app/src/main/java/c/a/q/n0/a.java similarity index 90% rename from app/src/main/java/c/a/r/n0/a.java rename to app/src/main/java/c/a/q/n0/a.java index f85c9276ee..2d376ffbba 100644 --- a/app/src/main/java/c/a/r/n0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -1,4 +1,4 @@ -package c.a.r.n0; +package c.a.q.n0; import android.os.Handler; import android.os.Looper; @@ -40,7 +40,7 @@ import okhttp3.WebSocketListener; /* compiled from: RtcControlSocket.kt */ public final class a extends WebSocketListener implements DebugPrintable { public static int i; - public static final Type j = new C0038a().getType(); + public static final Type j = new C0037a().getType(); public static final b k = new b(null); public c A; public boolean B; @@ -48,7 +48,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public final String D; public final SSLSocketFactory E; public final Logger F; - public final c.a.r.c G; + public final c.a.q.c G; public final Clock H; public final String I; public final String l; @@ -60,24 +60,24 @@ public final class a extends WebSocketListener implements DebugPrintable { public WebSocket r; /* renamed from: s reason: collision with root package name */ - public String f216s; + public String f217s; public String t; public Long u; public boolean v; public b w; /* renamed from: x reason: collision with root package name */ - public Long f217x; + public Long f218x; /* renamed from: y reason: collision with root package name */ - public TimerTask f218y; + public TimerTask f219y; /* renamed from: z reason: collision with root package name */ - public Long f219z; + public Long f220z; /* compiled from: RtcControlSocket.kt */ - /* renamed from: c.a.r.n0.a$a reason: collision with other inner class name */ - public static final class C0038a extends TypeToken> { + /* renamed from: c.a.q.n0.a$a reason: collision with other inner class name */ + public static final class C0037a extends TypeToken> { } /* compiled from: RtcControlSocket.kt */ @@ -168,12 +168,12 @@ public final class a extends WebSocketListener implements DebugPrintable { public final /* synthetic */ a i; /* compiled from: RtcControlSocket.kt */ - /* renamed from: c.a.r.n0.a$g$a reason: collision with other inner class name */ - public static final class C0039a extends o implements Function0 { + /* renamed from: c.a.q.n0.a$g$a reason: collision with other inner class name */ + public static final class C0038a extends o implements Function0 { public final /* synthetic */ g this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0039a(g gVar) { + public C0038a(g gVar) { super(0); this.this$0 = gVar; } @@ -193,7 +193,7 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // java.util.TimerTask, java.lang.Runnable public void run() { - this.i.n(new C0039a(this)); + this.i.n(new C0038a(this)); } } @@ -253,9 +253,9 @@ public final class a extends WebSocketListener implements DebugPrintable { } } else { a aVar2 = this.this$0; - StringBuilder L = c.d.b.a.a.L("An error with the websocket occurred: "); - L.append(this.$t.getMessage()); - a.a(aVar2, true, null, L.toString()); + StringBuilder K = c.d.b.a.a.K("An error with the websocket occurred: "); + K.append(this.$t.getMessage()); + a.a(aVar2, true, null, K.toString()); } } return Unit.a; @@ -290,7 +290,7 @@ public final class a extends WebSocketListener implements DebugPrintable { Payloads.Ready ready = (Payloads.Ready) c2; aVar.o.succeed(); long currentTimeMillis = aVar.H.currentTimeMillis(); - Long l = aVar.f219z; + Long l = aVar.f220z; long longValue = currentTimeMillis - (l != null ? l.longValue() : 0); aVar.j("[READY] took " + longValue + " ms"); aVar.b(); @@ -344,8 +344,8 @@ public final class a extends WebSocketListener implements DebugPrintable { long longValue2 = ((Number) c5).longValue(); long currentTimeMillis2 = aVar5.H.currentTimeMillis(); long j = currentTimeMillis2 - longValue2; - Logger.d$default(aVar5.F, aVar5.l, c.d.b.a.a.q("got heartbeat ack after ", j, " ms"), null, 4, null); - aVar5.f217x = Long.valueOf(currentTimeMillis2); + Logger.d$default(aVar5.F, aVar5.l, c.d.b.a.a.p("got heartbeat ack after ", j, " ms"), null, 4, null); + aVar5.f218x = Long.valueOf(currentTimeMillis2); aVar5.v = true; aVar5.b(); for (d dVar4 : aVar5.p) { @@ -358,16 +358,16 @@ public final class a extends WebSocketListener implements DebugPrintable { case 11: default: a aVar6 = this.this$0; - StringBuilder L = c.d.b.a.a.L("unknown opcode: "); - L.append(this.$message.getOpcode()); - aVar6.j(L.toString()); + StringBuilder K = c.d.b.a.a.K("unknown opcode: "); + K.append(this.$message.getOpcode()); + aVar6.j(K.toString()); break; case 8: a aVar7 = this.this$0; Object c6 = aVar7.m.c(this.$message.getData(), Payloads.Hello.class); m.checkNotNullExpressionValue(c6, "gson.fromJson(message.da…yloads.Hello::class.java)"); Payloads.Hello hello = (Payloads.Hello) c6; - TimerTask timerTask = aVar7.f218y; + TimerTask timerTask = aVar7.f219y; if (timerTask != null) { timerTask.cancel(); } @@ -469,18 +469,18 @@ public final class a extends WebSocketListener implements DebugPrintable { } } else if (cVar == c.RECONNECTING) { String str = aVar.t; - String str2 = aVar.f216s; + String str2 = aVar.f217s; String str3 = aVar.D; - Long l = aVar.f217x; + Long l = aVar.f218x; if (l != null && aVar.H.currentTimeMillis() - l.longValue() > 60000) { z2 = false; } if (str == null || str2 == null || !aVar.B || !z2) { - StringBuilder L = c.d.b.a.a.L("Cannot resume connection. resumable: "); - L.append(aVar.B); - L.append(" -- isHeartbeatRecentEnough: "); - L.append(z2); - aVar.h(false, 4801, L.toString()); + StringBuilder K = c.d.b.a.a.K("Cannot resume connection. resumable: "); + K.append(aVar.B); + K.append(" -- isHeartbeatRecentEnough: "); + K.append(z2); + aVar.h(false, 4801, K.toString()); } else { aVar.j("[RESUME] resuming session. serverId=" + str2 + " sessionId=" + str); aVar.b(); @@ -495,14 +495,14 @@ public final class a extends WebSocketListener implements DebugPrintable { a aVar2 = this.this$0; aVar2.A = c.CONNECTED; long currentTimeMillis = aVar2.H.currentTimeMillis(); - Long l2 = this.this$0.f219z; + Long l2 = this.this$0.f220z; long longValue = currentTimeMillis - (l2 != null ? l2.longValue() : 0); a aVar3 = this.this$0; Logger logger = aVar3.F; String str4 = aVar3.l; - StringBuilder L2 = c.d.b.a.a.L("[CONNECTED] to "); - L2.append(this.this$0.C); - Logger.i$default(logger, str4, L2.toString(), null, 4, null); + StringBuilder K2 = c.d.b.a.a.K("[CONNECTED] to "); + K2.append(this.this$0.C); + Logger.i$default(logger, str4, K2.toString(), null, 4, null); a aVar4 = this.this$0; aVar4.b(); for (d dVar3 : aVar4.p) { @@ -533,7 +533,7 @@ public final class a extends WebSocketListener implements DebugPrintable { } } - public a(String str, String str2, SSLSocketFactory sSLSocketFactory, Logger logger, c.a.r.c cVar, Clock clock, String str3) { + public a(String str, String str2, SSLSocketFactory sSLSocketFactory, Logger logger, c.a.q.c cVar, Clock clock, String str3) { m.checkNotNullParameter(str, "endpoint"); m.checkNotNullParameter(str2, "token"); m.checkNotNullParameter(logger, "logger"); @@ -547,11 +547,11 @@ public final class a extends WebSocketListener implements DebugPrintable { this.G = cVar; this.H = clock; this.I = str3; - StringBuilder P = c.d.b.a.a.P(str3, "->RtcControlSocket "); + StringBuilder O = c.d.b.a.a.O(str3, "->RtcControlSocket "); int i2 = i + 1; i = i2; - P.append(i2); - String sb = P.toString(); + O.append(i2); + String sb = O.toString(); this.l = sb; this.o = new Backoff(1000, 5000, 3, false, new Backoff.TimerScheduler(sb, cVar), 8, null); this.p = new CopyOnWriteArraySet<>(); @@ -569,8 +569,8 @@ public final class a extends WebSocketListener implements DebugPrintable { aVar.h(z2, num, str); } else { aVar.c(null); - String H = c.d.b.a.a.H(new Object[]{Double.valueOf(((double) aVar.o.fail(new c(aVar, z2, num, str))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)"); - aVar.k("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + H + " seconds."); + String G = c.d.b.a.a.G(new Object[]{Double.valueOf(((double) aVar.o.fail(new c(aVar, z2, num, str))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)"); + aVar.k("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + G + " seconds."); } } @@ -580,13 +580,13 @@ public final class a extends WebSocketListener implements DebugPrintable { } public final void b() { - c.a.r.c cVar = this.G; + c.a.q.c cVar = this.G; Objects.requireNonNull(cVar); if (Process.myTid() != cVar.j) { IllegalStateException illegalStateException = new IllegalStateException("oops! not called on the MediaEngineExecutor"); - AnimatableValueParser.D1("MediaEngineExecutor", "oops! not called on the MediaEngineExecutor", illegalStateException); + AnimatableValueParser.E1("MediaEngineExecutor", "oops! not called on the MediaEngineExecutor", illegalStateException); if (cVar.l) { - new Handler(Looper.getMainLooper()).post(new c.a.r.d(illegalStateException)); + new Handler(Looper.getMainLooper()).post(new c.a.q.d(illegalStateException)); } } } @@ -594,7 +594,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void c(Function1 function1) { this.o.cancel(); this.w.cancel(); - TimerTask timerTask = this.f218y; + TimerTask timerTask = this.f219y; if (timerTask != null) { timerTask.cancel(); } @@ -608,11 +608,11 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // com.discord.utilities.debug.DebugPrintable public void debugPrint(DebugPrintBuilder debugPrintBuilder) { m.checkNotNullParameter(debugPrintBuilder, "dp"); - debugPrintBuilder.appendKeyValue("serverId", this.f216s); + debugPrintBuilder.appendKeyValue("serverId", this.f217s); debugPrintBuilder.appendKeyValue("sessionId", this.t); debugPrintBuilder.appendKeyValue("heartbeatInterval", this.u); - debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f217x); - debugPrintBuilder.appendKeyValue("connectionStartTime", this.f219z); + debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f218x); + debugPrintBuilder.appendKeyValue("connectionStartTime", this.f220z); debugPrintBuilder.appendKeyValue("connectionState", this.A); debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.B)); } @@ -621,7 +621,7 @@ public final class a extends WebSocketListener implements DebugPrintable { b(); j("[CLOSE]"); c(e.i); - this.f216s = null; + this.f217s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -649,41 +649,41 @@ public final class a extends WebSocketListener implements DebugPrintable { } public final void g() { - StringBuilder L = c.d.b.a.a.L("[CONNECT] "); - L.append(this.C); - j(L.toString()); + StringBuilder K = c.d.b.a.a.K("[CONNECT] "); + K.append(this.C); + j(K.toString()); if (this.r != null) { this.F.e(this.l, "Connect called with already existing websocket", null, null); c(f.i); return; } - this.f219z = Long.valueOf(this.H.currentTimeMillis()); - TimerTask timerTask = this.f218y; + this.f220z = Long.valueOf(this.H.currentTimeMillis()); + TimerTask timerTask = this.f219y; if (timerTask != null) { timerTask.cancel(); } g gVar = new g(this); - this.f218y = gVar; + this.f219y = gVar; this.n.schedule(gVar, 20000); x.a aVar = new x.a(); aVar.a(1, TimeUnit.MINUTES); SSLSocketFactory sSLSocketFactory = this.E; if (sSLSocketFactory != null) { - h.a aVar2 = f0.f0.k.h.f2750c; + h.a aVar2 = f0.f0.k.h.f2753c; aVar.b(sSLSocketFactory, f0.f0.k.h.a.n()); } - String D = c.d.b.a.a.D(new StringBuilder(), this.C, "?v=5"); - j("attempting WSS connection with " + D); + String C = c.d.b.a.a.C(new StringBuilder(), this.C, "?v=5"); + j("attempting WSS connection with " + C); x xVar = new x(aVar); z.a aVar3 = new z.a(); - aVar3.f(D); + aVar3.f(C); this.r = xVar.g(aVar3.a(), this); } public final void h(boolean z2, Integer num, String str) { k("[DISCONNECT] (" + z2 + ", " + num + ", " + str + ')'); c(null); - this.f216s = null; + this.f217s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -735,8 +735,8 @@ public final class a extends WebSocketListener implements DebugPrintable { return; } c(d.i); - String H = c.d.b.a.a.H(new Object[]{Double.valueOf(((double) this.o.fail(new e(this))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)"); - k("[ACK TIMEOUT] reconnecting in " + H + " seconds."); + String G = c.d.b.a.a.G(new Object[]{Double.valueOf(((double) this.o.fail(new e(this))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)"); + k("[ACK TIMEOUT] reconnecting in " + G + " seconds."); } public final void m(boolean z2, Integer num, String str) { @@ -750,7 +750,7 @@ public final class a extends WebSocketListener implements DebugPrintable { /* JADX WARNING: Unknown variable types count: 1 */ @AnyThread public final void n(Function0 function0) { - c.a.r.c cVar = this.G; + c.a.q.c cVar = this.G; if (function0 != null) { function0 = new f(function0); } @@ -760,9 +760,9 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void o(int i2, Object obj) { WebSocket webSocket = this.r; if (webSocket == null) { - StringBuilder L = c.d.b.a.a.L("opcode() websocket null. opcode: "); - L.append(Opcodes.INSTANCE.getNameOf(i2)); - this.F.e(this.l, L.toString(), null, null); + StringBuilder K = c.d.b.a.a.K("opcode() websocket null. opcode: "); + K.append(Opcodes.INSTANCE.getNameOf(i2)); + this.F.e(this.l, K.toString(), null, null); return; } try { diff --git a/app/src/main/java/c/a/r/n0/b.java b/app/src/main/java/c/a/q/n0/b.java similarity index 98% rename from app/src/main/java/c/a/r/n0/b.java rename to app/src/main/java/c/a/q/n0/b.java index 5f72c5f6d1..3063662bd0 100644 --- a/app/src/main/java/c/a/r/n0/b.java +++ b/app/src/main/java/c/a/q/n0/b.java @@ -1,4 +1,4 @@ -package c.a.r.n0; +package c.a.q.n0; import d0.z.d.o; import java.util.TimerTask; diff --git a/app/src/main/java/c/a/r/n0/c.java b/app/src/main/java/c/a/q/n0/c.java similarity index 98% rename from app/src/main/java/c/a/r/n0/c.java rename to app/src/main/java/c/a/q/n0/c.java index d53ed2cd3b..1ba8d192a8 100644 --- a/app/src/main/java/c/a/r/n0/c.java +++ b/app/src/main/java/c/a/q/n0/c.java @@ -1,4 +1,4 @@ -package c.a.r.n0; +package c.a.q.n0; import d0.z.d.o; import kotlin.Unit; diff --git a/app/src/main/java/c/a/r/n0/d.java b/app/src/main/java/c/a/q/n0/d.java similarity index 97% rename from app/src/main/java/c/a/r/n0/d.java rename to app/src/main/java/c/a/q/n0/d.java index d3ce2edde6..9c7bbb9def 100644 --- a/app/src/main/java/c/a/r/n0/d.java +++ b/app/src/main/java/c/a/q/n0/d.java @@ -1,4 +1,4 @@ -package c.a.r.n0; +package c.a.q.n0; import d0.z.d.m; import d0.z.d.o; diff --git a/app/src/main/java/c/a/r/n0/e.java b/app/src/main/java/c/a/q/n0/e.java similarity index 97% rename from app/src/main/java/c/a/r/n0/e.java rename to app/src/main/java/c/a/q/n0/e.java index 5581a90b11..c1fe36881a 100644 --- a/app/src/main/java/c/a/r/n0/e.java +++ b/app/src/main/java/c/a/q/n0/e.java @@ -1,4 +1,4 @@ -package c.a.r.n0; +package c.a.q.n0; import d0.z.d.o; import kotlin.Unit; diff --git a/app/src/main/java/c/a/r/n0/f.java b/app/src/main/java/c/a/q/n0/f.java similarity index 95% rename from app/src/main/java/c/a/r/n0/f.java rename to app/src/main/java/c/a/q/n0/f.java index 6697e3f84f..1f39e5edd1 100644 --- a/app/src/main/java/c/a/r/n0/f.java +++ b/app/src/main/java/c/a/q/n0/f.java @@ -1,4 +1,4 @@ -package c.a.r.n0; +package c.a.q.n0; import d0.z.d.m; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/c/a/r/o.java b/app/src/main/java/c/a/q/o.java similarity index 97% rename from app/src/main/java/c/a/r/o.java rename to app/src/main/java/c/a/q/o.java index 13ec630775..8ab472c266 100644 --- a/app/src/main/java/c/a/r/o.java +++ b/app/src/main/java/c/a/q/o.java @@ -1,6 +1,6 @@ -package c.a.r; +package c.a.q; -import c.a.r.n0.a; +import c.a.q.n0.a; import com.discord.rtcconnection.RtcConnection; import d0.z.d.m; import kotlin.Unit; diff --git a/app/src/main/java/c/a/r/o0/a.java b/app/src/main/java/c/a/q/o0/a.java similarity index 85% rename from app/src/main/java/c/a/r/o0/a.java rename to app/src/main/java/c/a/q/o0/a.java index b12d114a5e..b55b3b54d0 100644 --- a/app/src/main/java/c/a/r/o0/a.java +++ b/app/src/main/java/c/a/q/o0/a.java @@ -1,6 +1,6 @@ -package c.a.r.o0; +package c.a.q.o0; -import c.a.r.o0.e; +import c.a.q.o0.e; import co.discord.media_engine.InboundRtpVideo; import co.discord.media_engine.OutboundRtpAudio; import co.discord.media_engine.OutboundRtpVideo; @@ -60,9 +60,9 @@ public final /* synthetic */ class a extends k implements Function1 eVar.e.notify(g.i); eVar.k.b = Long.valueOf(currentTimeMillis - eVar.g); Logger logger = eVar.o; - StringBuilder L = c.d.b.a.a.L("VideoQuality: outboundStats.timeToFirstFrame: "); - L.append(eVar.k.b); - Logger.i$default(logger, L.toString(), null, 2, null); + StringBuilder K = c.d.b.a.a.K("VideoQuality: outboundStats.timeToFirstFrame: "); + K.append(eVar.k.b); + Logger.i$default(logger, K.toString(), null, 2, null); } eVar.n = outboundRtpVideo.getBitrateTarget(); } @@ -71,13 +71,13 @@ public final /* synthetic */ class a extends k implements Function1 Map.Entry next = it.next(); String key = next.getKey(); InboundRtpVideo value = next.getValue(); - Map map = eVar.l; - e.C0040e eVar2 = map.get(key); + Map map = eVar.l; + e.C0039e eVar2 = map.get(key); if (eVar2 == null) { - eVar2 = new e.C0040e(); + eVar2 = new e.C0039e(); map.put(key, eVar2); } - e.C0040e eVar3 = eVar2; + e.C0039e eVar3 = eVar2; eVar.a(eVar3, new e.g((long) value.getResolution().getHeight(), currentTimeMillis, new e.a((long) value.getFramesDecoded(), (long) value.getFramesReceived(), (long) value.getPacketsReceived(), (long) value.getPacketsLost(), (long) value.getFramesDropped(), value.getBytesReceived(), value.getNackCount(), value.getPliCount()))); if (eVar3.b == null && value.getFramesDecoded() > 0) { byte[] bArr = c.a; @@ -92,20 +92,20 @@ public final /* synthetic */ class a extends k implements Function1 eVar.e.notify(new h(value)); eVar3.b = Long.valueOf(currentTimeMillis - l.longValue()); Logger logger2 = eVar.o; - StringBuilder L2 = c.d.b.a.a.L("VideoQuality: inbound.timeToFirstFrame: "); - L2.append(eVar3.b); - L2.append(" (userId: "); - L2.append(j); - L2.append(", ssrc: "); - L2.append(value.getSsrc()); - L2.append(')'); - Logger.i$default(logger2, L2.toString(), null, 2, null); + StringBuilder K2 = c.d.b.a.a.K("VideoQuality: inbound.timeToFirstFrame: "); + K2.append(eVar3.b); + K2.append(" (userId: "); + K2.append(j); + K2.append(", ssrc: "); + K2.append(value.getSsrc()); + K2.append(')'); + Logger.i$default(logger2, K2.toString(), null, 2, null); } else { Logger logger3 = eVar.o; - StringBuilder O = c.d.b.a.a.O("VideoQuality: inbound.timeToFirstFrame: Unable to locate start time. (userId: ", j, ", ssrc: "); - O.append(value.getSsrc()); - O.append(')'); - Logger.e$default(logger3, O.toString(), null, null, 6, null); + StringBuilder N = c.d.b.a.a.N("VideoQuality: inbound.timeToFirstFrame: Unable to locate start time. (userId: ", j, ", ssrc: "); + N.append(value.getSsrc()); + N.append(')'); + Logger.e$default(logger3, N.toString(), null, null, 6, null); } } } @@ -124,13 +124,13 @@ public final /* synthetic */ class a extends k implements Function1 if (booleanValue) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE); } else if (longValue == 0) { - int i = krispOveruseDetector.f2089c + 1; - krispOveruseDetector.f2089c = i; + int i = krispOveruseDetector.f2091c + 1; + krispOveruseDetector.f2091c = i; if (i > 2) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); } } else { - krispOveruseDetector.f2089c = 0; + krispOveruseDetector.f2091c = 0; } } krispOveruseDetector.b = stats2.getOutboundRtpAudio(); diff --git a/app/src/main/java/c/a/r/o0/b.java b/app/src/main/java/c/a/q/o0/b.java similarity index 96% rename from app/src/main/java/c/a/r/o0/b.java rename to app/src/main/java/c/a/q/o0/b.java index 99855b13d4..cb4e4705ef 100644 --- a/app/src/main/java/c/a/r/o0/b.java +++ b/app/src/main/java/c/a/q/o0/b.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.o0; import rx.functions.Action1; /* compiled from: RtcStatsCollector.kt */ diff --git a/app/src/main/java/c/a/r/o0/c.java b/app/src/main/java/c/a/q/o0/c.java similarity index 96% rename from app/src/main/java/c/a/r/o0/c.java rename to app/src/main/java/c/a/q/o0/c.java index 30dac23487..241df75cbf 100644 --- a/app/src/main/java/c/a/r/o0/c.java +++ b/app/src/main/java/c/a/q/o0/c.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.o0; import com.discord.utilities.logging.Logger; import rx.functions.Action1; diff --git a/app/src/main/java/c/a/r/o0/d.java b/app/src/main/java/c/a/q/o0/d.java similarity index 95% rename from app/src/main/java/c/a/r/o0/d.java rename to app/src/main/java/c/a/q/o0/d.java index 0e2aab4af0..efde15e85a 100644 --- a/app/src/main/java/c/a/r/o0/d.java +++ b/app/src/main/java/c/a/q/o0/d.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.o0; import co.discord.media_engine.Stats; import co.discord.media_engine.VoiceQuality; @@ -15,7 +15,7 @@ public final class d { public Subscription b; /* renamed from: c reason: collision with root package name */ - public final long f220c; + public final long f221c; public final Logger d; public final MediaEngineConnection e; public final VoiceQuality f; @@ -30,7 +30,7 @@ public final class d { m.checkNotNullParameter(voiceQuality, "voiceQuality"); m.checkNotNullParameter(eVar, "videoQuality"); m.checkNotNullParameter(krispOveruseDetector, "krispOveruseDetector"); - this.f220c = j; + this.f221c = j; this.d = logger; this.e = mediaEngineConnection; this.f = voiceQuality; diff --git a/app/src/main/java/c/a/r/o0/e.java b/app/src/main/java/c/a/q/o0/e.java similarity index 78% rename from app/src/main/java/c/a/r/o0/e.java rename to app/src/main/java/c/a/q/o0/e.java index abcbf3e975..f326a6fb33 100644 --- a/app/src/main/java/c/a/r/o0/e.java +++ b/app/src/main/java/c/a/q/o0/e.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.o0; import com.discord.utilities.collections.ListenerCollection; import com.discord.utilities.collections.ListenerCollectionSubject; @@ -22,7 +22,7 @@ public final class e { public static final List b = n.listOf((Object[]) new Integer[]{0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60}); /* renamed from: c reason: collision with root package name */ - public static final List f221c = n.listOf((Object[]) new Integer[]{720, 480, 360}); + public static final List f222c = n.listOf((Object[]) new Integer[]{720, 480, 360}); public static final b d = new b(null); public final ListenerCollectionSubject e; public final ListenerCollection f; @@ -30,8 +30,8 @@ public final class e { public final d h; public final d i; public final d j; - public final C0040e k = new C0040e(); - public final Map l = new LinkedHashMap(); + public final C0039e k = new C0039e(); + public final Map l = new LinkedHashMap(); public final Map m = new LinkedHashMap(); public int n; public final Logger o; @@ -43,7 +43,7 @@ public final class e { public long b; /* renamed from: c reason: collision with root package name */ - public long f222c; + public long f223c; public long d; public long e; public long f; @@ -57,7 +57,7 @@ public final class e { public a(long j, long j2, long j3, long j4, long j5, long j6, long j7, long j8) { this.a = j; this.b = j2; - this.f222c = j3; + this.f223c = j3; this.d = j4; this.e = j5; this.f = j6; @@ -78,12 +78,12 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f222c == aVar.f222c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h; + return this.a == aVar.a && this.b == aVar.b && this.f223c == aVar.f223c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h; } public int hashCode() { int a = a0.a.a.b.a(this.b); - int a2 = a0.a.a.b.a(this.f222c); + int a2 = a0.a.a.b.a(this.f223c); int a3 = a0.a.a.b.a(this.d); int a4 = a0.a.a.b.a(this.e); int a5 = a0.a.a.b.a(this.f); @@ -92,22 +92,22 @@ public final class e { } public String toString() { - StringBuilder L = c.d.b.a.a.L("AggregatedProperties(framesCodec="); - L.append(this.a); - L.append(", framesNetwork="); - L.append(this.b); - L.append(", packets="); - L.append(this.f222c); - L.append(", packetsLost="); - L.append(this.d); - L.append(", framesDropped="); - L.append(this.e); - L.append(", bytes="); - L.append(this.f); - L.append(", nackCount="); - L.append(this.g); - L.append(", pliCount="); - return c.d.b.a.a.z(L, this.h, ")"); + StringBuilder K = c.d.b.a.a.K("AggregatedProperties(framesCodec="); + K.append(this.a); + K.append(", framesNetwork="); + K.append(this.b); + K.append(", packets="); + K.append(this.f223c); + K.append(", packetsLost="); + K.append(this.d); + K.append(", framesDropped="); + K.append(this.e); + K.append(", bytes="); + K.append(this.f); + K.append(", nackCount="); + K.append(this.g); + K.append(", pliCount="); + return c.d.b.a.a.y(K, this.h, ")"); } } @@ -166,27 +166,27 @@ public final class e { } /* compiled from: VideoQuality.kt */ - /* renamed from: c.a.r.o0.e$e reason: collision with other inner class name */ - public static final class C0040e { + /* renamed from: c.a.q.o0.e$e reason: collision with other inner class name */ + public static final class C0039e { public List a = new ArrayList(); public Long b; /* renamed from: c reason: collision with root package name */ - public a f223c = new a(0, 0, 0, 0, 0, 0, 0, 0, 255); + public a f224c = new a(0, 0, 0, 0, 0, 0, 0, 0, 255); public long d; public Map e = new LinkedHashMap(); public Map f = new LinkedHashMap(); public float g; public Map h = new LinkedHashMap(); - public C0040e() { + public C0039e() { for (Number number : e.a) { this.e.put(Integer.valueOf(number.intValue()), Float.valueOf(0.0f)); } for (Number number2 : e.b) { this.f.put(Integer.valueOf(number2.intValue()), Float.valueOf(0.0f)); } - for (Number number3 : e.f221c) { + for (Number number3 : e.f222c) { this.h.put(Integer.valueOf(number3.intValue()), Float.valueOf(0.0f)); } } @@ -205,7 +205,7 @@ public final class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final a f224c; + public final a f225c; public g() { this(0, 0, new a(0, 0, 0, 0, 0, 0, 0, 0, 255)); @@ -215,7 +215,7 @@ public final class e { m.checkNotNullParameter(aVar, "aggregatedProperties"); this.a = j; this.b = j2; - this.f224c = aVar; + this.f225c = aVar; } public boolean equals(Object obj) { @@ -226,24 +226,24 @@ public final class e { return false; } g gVar = (g) obj; - return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f224c, gVar.f224c); + return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f225c, gVar.f225c); } public int hashCode() { int a = (a0.a.a.b.a(this.b) + (a0.a.a.b.a(this.a) * 31)) * 31; - a aVar = this.f224c; + a aVar = this.f225c; return a + (aVar != null ? aVar.hashCode() : 0); } public String toString() { - StringBuilder L = c.d.b.a.a.L("RawVideoStats(resolution="); - L.append(this.a); - L.append(", timestamp="); - L.append(this.b); - L.append(", aggregatedProperties="); - L.append(this.f224c); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("RawVideoStats(resolution="); + K.append(this.a); + K.append(", timestamp="); + K.append(this.b); + K.append(", aggregatedProperties="); + K.append(this.f225c); + K.append(")"); + return K.toString(); } } @@ -262,7 +262,7 @@ public final class e { this.j = new d(false, currentTimeMillis); } - public final void a(C0040e eVar, g gVar) { + public final void a(C0039e eVar, g gVar) { eVar.a.add(gVar); if (eVar.a.size() >= 2) { List list = eVar.a; @@ -271,18 +271,18 @@ public final class e { g gVar3 = list2.get(list2.size() - 2); f fVar = f.i; eVar.d = (gVar2.b - gVar3.b) + eVar.d; - a aVar = eVar.f223c; - a aVar2 = gVar2.f224c; - a aVar3 = gVar3.f224c; + a aVar = eVar.f224c; + a aVar2 = gVar2.f225c; + a aVar3 = gVar3.f225c; aVar.a = fVar.a(aVar2.a, aVar3.a) + aVar.a; aVar.b = fVar.a(aVar2.b, aVar3.b) + aVar.b; - aVar.f222c = fVar.a(aVar2.f222c, aVar3.f222c) + aVar.f222c; + aVar.f223c = fVar.a(aVar2.f223c, aVar3.f223c) + aVar.f223c; aVar.d = fVar.a(aVar2.d, aVar3.d) + aVar.d; aVar.e = fVar.a(aVar2.e, aVar3.e) + aVar.e; aVar.f = fVar.a(aVar2.f, aVar3.f) + aVar.f; aVar.g = fVar.a(aVar2.g, aVar3.g) + aVar.g; aVar.h = fVar.a(aVar2.h, aVar3.h) + aVar.h; - a aVar4 = gVar2.f224c; + a aVar4 = gVar2.f225c; long j = aVar4.f; long j2 = aVar4.a; long j3 = gVar2.b; @@ -292,11 +292,11 @@ public final class e { if (eVar.a.size() >= 6) { List list3 = eVar.a; g gVar4 = list3.get(list3.size() - 3); - a aVar5 = gVar4.f224c; + a aVar5 = gVar4.f225c; long j5 = aVar5.f; long j6 = aVar5.a; long j7 = gVar4.b; - Iterator it = f221c.iterator(); + Iterator it = f222c.iterator(); while (true) { float f3 = 0.0f; if (!it.hasNext()) { @@ -343,7 +343,7 @@ public final class e { public final Map b(String str) { m.checkNotNullParameter(str, "userId"); - C0040e eVar = this.l.get(str); + C0039e eVar = this.l.get(str); if (eVar != null) { return d(eVar); } @@ -362,7 +362,7 @@ public final class e { (wrap: java.lang.Long : 0x03ca: INVOKE (r15v2 java.lang.Long) = (r2v22 long) type: STATIC call: java.lang.Long.valueOf(long):java.lang.Long) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ - public final Map d(C0040e eVar) { + public final Map d(C0039e eVar) { Float valueOf; long currentTimeMillis = this.p.currentTimeMillis(); float f2 = ((float) (currentTimeMillis - this.g)) / 1000.0f; @@ -370,8 +370,8 @@ public final class e { int i = (f3 > ((float) 0) ? 1 : (f3 == ((float) 0) ? 0 : -1)); long roundToLong = (i <= 0 || (valueOf = Float.valueOf(eVar.g / f3)) == null) ? 0 : d0.a0.a.roundToLong(valueOf.floatValue()); b bVar = d; - Map mapOf = h0.mapOf(o.to("duration", Double.valueOf(Math.floor((double) f2))), c.d.b.a.a.U(bVar, eVar.e.get(8000000), "duration_stream_under_8mbps"), c.d.b.a.a.U(bVar, eVar.e.get(7000000), "duration_stream_under_7mbps"), c.d.b.a.a.U(bVar, eVar.e.get(6000000), "duration_stream_under_6mbps"), c.d.b.a.a.U(bVar, eVar.e.get(5000000), "duration_stream_under_5mbps"), c.d.b.a.a.U(bVar, eVar.e.get(4000000), "duration_stream_under_4mbps"), c.d.b.a.a.U(bVar, eVar.e.get(3000000), "duration_stream_under_3mbps"), c.d.b.a.a.U(bVar, eVar.e.get(2000000), "duration_stream_under_2mbps"), c.d.b.a.a.U(bVar, eVar.e.get(1500000), "duration_stream_under_1_5mbps"), c.d.b.a.a.U(bVar, eVar.e.get(1000000), "duration_stream_under_1mbps"), c.d.b.a.a.U(bVar, eVar.e.get(500000), "duration_stream_under_0_5mbps"), c.d.b.a.a.U(bVar, eVar.e.get(0), "duration_stream_at_0mbps"), c.d.b.a.a.U(bVar, eVar.f.get(60), "duration_fps_under_60"), c.d.b.a.a.U(bVar, eVar.f.get(55), "duration_fps_under_55"), c.d.b.a.a.U(bVar, eVar.f.get(50), "duration_fps_under_50"), c.d.b.a.a.U(bVar, eVar.f.get(45), "duration_fps_under_45"), c.d.b.a.a.U(bVar, eVar.f.get(40), "duration_fps_under_40"), c.d.b.a.a.U(bVar, eVar.f.get(35), "duration_fps_under_35"), c.d.b.a.a.U(bVar, eVar.f.get(30), "duration_fps_under_30"), c.d.b.a.a.U(bVar, eVar.f.get(25), "duration_fps_under_25"), c.d.b.a.a.U(bVar, eVar.f.get(20), "duration_fps_under_20"), c.d.b.a.a.U(bVar, eVar.f.get(15), "duration_fps_under_15"), c.d.b.a.a.U(bVar, eVar.f.get(10), "duration_fps_under_10"), c.d.b.a.a.U(bVar, eVar.f.get(5), "duration_fps_under_5"), c.d.b.a.a.U(bVar, eVar.f.get(0), "duration_fps_at_0"), o.to("avg_resolution", Long.valueOf(roundToLong)), c.d.b.a.a.U(bVar, eVar.h.get(720), "duration_resolution_under_720"), c.d.b.a.a.U(bVar, eVar.h.get(480), "duration_resolution_under_480"), c.d.b.a.a.U(bVar, eVar.h.get(360), "duration_resolution_under_360"), o.to("num_pauses", 0), o.to("duration_paused", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.h.c(currentTimeMillis)) / 1000.0f)))), o.to("duration_zero_receivers", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.i.c(currentTimeMillis)) / 1000.0f)))), o.to("duration_video_stopped", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.j.c(currentTimeMillis)) / 1000.0f))))); - a aVar = eVar.f223c; + Map mapOf = h0.mapOf(o.to("duration", Double.valueOf(Math.floor((double) f2))), c.d.b.a.a.S(bVar, eVar.e.get(8000000), "duration_stream_under_8mbps"), c.d.b.a.a.S(bVar, eVar.e.get(7000000), "duration_stream_under_7mbps"), c.d.b.a.a.S(bVar, eVar.e.get(6000000), "duration_stream_under_6mbps"), c.d.b.a.a.S(bVar, eVar.e.get(5000000), "duration_stream_under_5mbps"), c.d.b.a.a.S(bVar, eVar.e.get(4000000), "duration_stream_under_4mbps"), c.d.b.a.a.S(bVar, eVar.e.get(3000000), "duration_stream_under_3mbps"), c.d.b.a.a.S(bVar, eVar.e.get(2000000), "duration_stream_under_2mbps"), c.d.b.a.a.S(bVar, eVar.e.get(1500000), "duration_stream_under_1_5mbps"), c.d.b.a.a.S(bVar, eVar.e.get(1000000), "duration_stream_under_1mbps"), c.d.b.a.a.S(bVar, eVar.e.get(500000), "duration_stream_under_0_5mbps"), c.d.b.a.a.S(bVar, eVar.e.get(0), "duration_stream_at_0mbps"), c.d.b.a.a.S(bVar, eVar.f.get(60), "duration_fps_under_60"), c.d.b.a.a.S(bVar, eVar.f.get(55), "duration_fps_under_55"), c.d.b.a.a.S(bVar, eVar.f.get(50), "duration_fps_under_50"), c.d.b.a.a.S(bVar, eVar.f.get(45), "duration_fps_under_45"), c.d.b.a.a.S(bVar, eVar.f.get(40), "duration_fps_under_40"), c.d.b.a.a.S(bVar, eVar.f.get(35), "duration_fps_under_35"), c.d.b.a.a.S(bVar, eVar.f.get(30), "duration_fps_under_30"), c.d.b.a.a.S(bVar, eVar.f.get(25), "duration_fps_under_25"), c.d.b.a.a.S(bVar, eVar.f.get(20), "duration_fps_under_20"), c.d.b.a.a.S(bVar, eVar.f.get(15), "duration_fps_under_15"), c.d.b.a.a.S(bVar, eVar.f.get(10), "duration_fps_under_10"), c.d.b.a.a.S(bVar, eVar.f.get(5), "duration_fps_under_5"), c.d.b.a.a.S(bVar, eVar.f.get(0), "duration_fps_at_0"), o.to("avg_resolution", Long.valueOf(roundToLong)), c.d.b.a.a.S(bVar, eVar.h.get(720), "duration_resolution_under_720"), c.d.b.a.a.S(bVar, eVar.h.get(480), "duration_resolution_under_480"), c.d.b.a.a.S(bVar, eVar.h.get(360), "duration_resolution_under_360"), o.to("num_pauses", 0), o.to("duration_paused", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.h.c(currentTimeMillis)) / 1000.0f)))), o.to("duration_zero_receivers", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.i.c(currentTimeMillis)) / 1000.0f)))), o.to("duration_video_stopped", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.j.c(currentTimeMillis)) / 1000.0f))))); + a aVar = eVar.f224c; long a2 = i > 0 ? b.a(bVar, Float.valueOf(((float) (aVar.f * ((long) 8))) / f3)) : 0; long a3 = i > 0 ? b.a(bVar, Float.valueOf(((float) aVar.a) / f3)) : 0; Pair[] pairArr = new Pair[10]; @@ -379,7 +379,7 @@ public final class e { pairArr[1] = o.to("avg_fps", Long.valueOf(a3)); pairArr[2] = o.to("num_bytes", Long.valueOf(aVar.f)); pairArr[3] = o.to("num_packets_lost", Long.valueOf(aVar.d)); - pairArr[4] = o.to("num_packets", Long.valueOf(aVar.f222c)); + pairArr[4] = o.to("num_packets", Long.valueOf(aVar.f223c)); pairArr[5] = o.to("num_frames", Long.valueOf(aVar.b)); Long l = eVar.b; pairArr[6] = o.to("time_to_first_frame_ms", Long.valueOf(l != null ? l.longValue() : 0)); diff --git a/app/src/main/java/c/a/r/o0/f.java b/app/src/main/java/c/a/q/o0/f.java similarity index 97% rename from app/src/main/java/c/a/r/o0/f.java rename to app/src/main/java/c/a/q/o0/f.java index 30d6f6bd98..2ae8e64eeb 100644 --- a/app/src/main/java/c/a/r/o0/f.java +++ b/app/src/main/java/c/a/q/o0/f.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.o0; import d0.z.d.o; import kotlin.jvm.functions.Function2; diff --git a/app/src/main/java/c/a/r/o0/g.java b/app/src/main/java/c/a/q/o0/g.java similarity index 94% rename from app/src/main/java/c/a/r/o0/g.java rename to app/src/main/java/c/a/q/o0/g.java index 70077eec43..e86ceb9030 100644 --- a/app/src/main/java/c/a/r/o0/g.java +++ b/app/src/main/java/c/a/q/o0/g.java @@ -1,6 +1,6 @@ -package c.a.r.o0; +package c.a.q.o0; -import c.a.r.o0.e; +import c.a.q.o0.e; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; diff --git a/app/src/main/java/c/a/r/o0/h.java b/app/src/main/java/c/a/q/o0/h.java similarity index 96% rename from app/src/main/java/c/a/r/o0/h.java rename to app/src/main/java/c/a/q/o0/h.java index 124af9043d..826d4c8706 100644 --- a/app/src/main/java/c/a/r/o0/h.java +++ b/app/src/main/java/c/a/q/o0/h.java @@ -1,6 +1,6 @@ -package c.a.r.o0; +package c.a.q.o0; -import c.a.r.o0.e; +import c.a.q.o0.e; import co.discord.media_engine.InboundRtpVideo; import d0.z.d.m; import d0.z.d.o; diff --git a/app/src/main/java/c/a/r/p.java b/app/src/main/java/c/a/q/p.java similarity index 97% rename from app/src/main/java/c/a/r/p.java rename to app/src/main/java/c/a/q/p.java index 6e0d76f1a3..de40ce8ecd 100644 --- a/app/src/main/java/c/a/r/p.java +++ b/app/src/main/java/c/a/q/p.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import com.discord.rtcconnection.RtcConnection; import rx.functions.Action1; diff --git a/app/src/main/java/c/a/r/q.java b/app/src/main/java/c/a/q/q.java similarity index 77% rename from app/src/main/java/c/a/r/q.java rename to app/src/main/java/c/a/q/q.java index 72f03e9bc4..ced9c5e47c 100644 --- a/app/src/main/java/c/a/r/q.java +++ b/app/src/main/java/c/a/q/q.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import c.d.b.a.a; import com.discord.rtcconnection.RtcConnection; @@ -15,8 +15,8 @@ public final class q implements Action1 { @Override // rx.functions.Action1 public void call(Throwable th) { RtcConnection rtcConnection = this.i; - StringBuilder L = a.L("failed to handle connectivity change in "); - L.append(this.i.k); - RtcConnection.p(rtcConnection, L.toString(), th, null, 4); + StringBuilder K = a.K("failed to handle connectivity change in "); + K.append(this.i.k); + RtcConnection.p(rtcConnection, K.toString(), th, null, 4); } } diff --git a/app/src/main/java/c/a/r/r.java b/app/src/main/java/c/a/q/r.java similarity index 90% rename from app/src/main/java/c/a/r/r.java rename to app/src/main/java/c/a/q/r.java index bbc1e34f84..4aeb3c7182 100644 --- a/app/src/main/java/c/a/r/r.java +++ b/app/src/main/java/c/a/q/r.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import com.discord.rtcconnection.RtcConnection; import d0.z.d.m; @@ -13,6 +13,6 @@ public final class r extends RtcConnection.b { @Override // com.discord.rtcconnection.RtcConnection.b, com.discord.rtcconnection.RtcConnection.c public void onStateChange(RtcConnection.StateChange stateChange) { m.checkNotNullParameter(stateChange, "stateChange"); - this.i.f2094s.onNext(stateChange); + this.i.f2096s.onNext(stateChange); } } diff --git a/app/src/main/java/c/a/r/s.java b/app/src/main/java/c/a/q/s.java similarity index 88% rename from app/src/main/java/c/a/r/s.java rename to app/src/main/java/c/a/q/s.java index 6544a663ed..4afce563a8 100644 --- a/app/src/main/java/c/a/r/s.java +++ b/app/src/main/java/c/a/q/s.java @@ -1,6 +1,6 @@ -package c.a.r; +package c.a.q; -import c.a.r.n0.a; +import c.a.q.n0.a; import com.discord.rtcconnection.RtcConnection; import d0.g0.t; import d0.t.g0; @@ -39,8 +39,8 @@ public final class s extends o implements Function0 { rtcConnection.v(RtcConnection.State.b.a); } else { String replace$default = t.replace$default(str, ".gg", ".media", false, 4, (Object) null); - String u = c.d.b.a.a.u(str3, "://", replace$default); - String replace$default2 = t.replace$default(u, ":80", ":443", false, 4, (Object) null); + String t = c.d.b.a.a.t(str3, "://", replace$default); + String replace$default2 = t.replace$default(t, ":80", ":443", false, 4, (Object) null); a aVar2 = rtcConnection.v; if (aVar2 != null) { aVar2.e(); @@ -52,9 +52,9 @@ public final class s extends o implements Function0 { } else { rtcConnection.s("connecting via endpoint: " + replace$default + " token: " + str2); try { - URI uri = new URI(u); - rtcConnection.f2095x = uri.getHost(); - rtcConnection.f2096y = Integer.valueOf(uri.getPort()); + URI uri = new URI(t); + rtcConnection.f2097x = uri.getHost(); + rtcConnection.f2098y = Integer.valueOf(uri.getPort()); } catch (Exception e) { rtcConnection.T.e(rtcConnection.k, "Failed to parse RTC endpoint", e, g0.mapOf(d0.o.to("endpoint", replace$default))); } diff --git a/app/src/main/java/c/a/r/t.java b/app/src/main/java/c/a/q/t.java similarity index 96% rename from app/src/main/java/c/a/r/t.java rename to app/src/main/java/c/a/q/t.java index cfee777489..821e7371dc 100644 --- a/app/src/main/java/c/a/r/t.java +++ b/app/src/main/java/c/a/q/t.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import kotlin.Unit; import rx.functions.Action1; diff --git a/app/src/main/java/c/a/r/u.java b/app/src/main/java/c/a/q/u.java similarity index 98% rename from app/src/main/java/c/a/r/u.java rename to app/src/main/java/c/a/q/u.java index 806ff0bf8d..633dc7e679 100644 --- a/app/src/main/java/c/a/r/u.java +++ b/app/src/main/java/c/a/q/u.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import com.discord.rtcconnection.RtcConnection; import d0.z.d.m; diff --git a/app/src/main/java/c/a/r/v.java b/app/src/main/java/c/a/q/v.java similarity index 96% rename from app/src/main/java/c/a/r/v.java rename to app/src/main/java/c/a/q/v.java index 3630b2b806..d8ba423b6c 100644 --- a/app/src/main/java/c/a/r/v.java +++ b/app/src/main/java/c/a/q/v.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import rx.functions.Action1; /* compiled from: RtcConnection.kt */ diff --git a/app/src/main/java/c/a/r/w.java b/app/src/main/java/c/a/q/w.java similarity index 98% rename from app/src/main/java/c/a/r/w.java rename to app/src/main/java/c/a/q/w.java index 5de4d08cf7..b32917a5e5 100644 --- a/app/src/main/java/c/a/r/w.java +++ b/app/src/main/java/c/a/q/w.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import com.discord.rtcconnection.RtcConnection; import d0.z.d.o; diff --git a/app/src/main/java/c/a/r/x.java b/app/src/main/java/c/a/q/x.java similarity index 85% rename from app/src/main/java/c/a/r/x.java rename to app/src/main/java/c/a/q/x.java index ac695d1e17..b7c8edb1e2 100644 --- a/app/src/main/java/c/a/r/x.java +++ b/app/src/main/java/c/a/q/x.java @@ -1,6 +1,6 @@ -package c.a.r; +package c.a.q; -import c.a.r.o0.e; +import c.a.q.o0.e; import com.discord.rtcconnection.RtcConnection; /* compiled from: RtcConnection.kt */ public final class x extends e.c { @@ -10,14 +10,14 @@ public final class x extends e.c { this.i = rtcConnection; } - @Override // c.a.r.o0.e.f + @Override // c.a.q.o0.e.f public void onFirstFrameReceived(long j) { for (RtcConnection.c cVar : this.i.m) { cVar.onFirstFrameReceived(j); } } - @Override // c.a.r.o0.e.f + @Override // c.a.q.o0.e.f public void onFirstFrameSent() { for (RtcConnection.c cVar : this.i.m) { cVar.onFirstFrameSent(); diff --git a/app/src/main/java/c/a/r/y.java b/app/src/main/java/c/a/q/y.java similarity index 98% rename from app/src/main/java/c/a/r/y.java rename to app/src/main/java/c/a/q/y.java index 998488e53a..4184ae1ff4 100644 --- a/app/src/main/java/c/a/r/y.java +++ b/app/src/main/java/c/a/q/y.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import com.discord.rtcconnection.RtcConnection; import d0.z.d.o; diff --git a/app/src/main/java/c/a/r/z.java b/app/src/main/java/c/a/q/z.java similarity index 98% rename from app/src/main/java/c/a/r/z.java rename to app/src/main/java/c/a/q/z.java index da719fe37f..278dd86bb5 100644 --- a/app/src/main/java/c/a/r/z.java +++ b/app/src/main/java/c/a/q/z.java @@ -1,4 +1,4 @@ -package c.a.r; +package c.a.q; import com.discord.rtcconnection.EncodeQuality; import com.discord.rtcconnection.RtcConnection; diff --git a/app/src/main/java/c/a/r/a.java b/app/src/main/java/c/a/r/a.java index 1558d37c23..6ab3cea8e7 100644 --- a/app/src/main/java/c/a/r/a.java +++ b/app/src/main/java/c/a/r/a.java @@ -1,43 +1,86 @@ package c.a.r; +import android.net.Uri; +import com.discord.samsung.SamsungConnect$SamsungCallbackException; +import d0.g0.w; +import d0.l; +import d0.w.g.c; +import d0.w.h.a.e; +import d0.w.h.a.k; import d0.z.d.m; -/* compiled from: MediaSinkWantsLadder.kt */ -public final class a { - public final int a; - public final int b; +import f0.x; +import f0.z; +import kotlin.Unit; +import kotlin.coroutines.Continuation; +import kotlin.jvm.functions.Function2; +import kotlinx.coroutines.CoroutineScope; +import okhttp3.Response; +/* compiled from: SamsungConnect.kt */ +@e(c = "com.discord.samsung.SamsungConnect$getSamsungAuthorizeCallback$2", f = "SamsungConnect.kt", l = {}, m = "invokeSuspend") +public final class a extends k implements Function2, Object> { + public final /* synthetic */ x $okHttpClient; + public final /* synthetic */ String $url; + public int label; - /* renamed from: c reason: collision with root package name */ - public final Integer f201c; - - public a(int i, int i2, Integer num) { - this.a = i; - this.b = i2; - this.f201c = num; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public a(String str, x xVar, Continuation continuation) { + super(2, continuation); + this.$url = str; + this.$okHttpClient = xVar; } - public boolean equals(Object obj) { - if (this == obj) { - return true; + @Override // d0.w.h.a.a + public final Continuation create(Object obj, Continuation continuation) { + m.checkNotNullParameter(continuation, "completion"); + return new a(this.$url, this.$okHttpClient, continuation); + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { + Continuation continuation2 = continuation; + m.checkNotNullParameter(continuation2, "completion"); + return new a(this.$url, this.$okHttpClient, continuation2).invokeSuspend(Unit.a); + } + + /* JADX WARNING: Code restructure failed: missing block: B:21:0x0061, code lost: + if (r4 == false) goto L_0x0064; + */ + @Override // d0.w.h.a.a + public final Object invokeSuspend(Object obj) { + String str; + String query; + c.getCOROUTINE_SUSPENDED(); + if (this.label == 0) { + l.throwOnFailure(obj); + z.a aVar = new z.a(); + String str2 = null; + aVar.c("GET", null); + aVar.f(this.$url); + Response execute = ((f0.f0.g.e) this.$okHttpClient.b(aVar.a())).execute(); + String a = Response.a(execute, "Location", null, 2); + Uri parse = a != null ? Uri.parse(a) : null; + boolean z2 = false; + if (!((parse == null || (query = parse.getQuery()) == null) ? false : w.contains$default((CharSequence) query, (CharSequence) "error", false, 2, (Object) null))) { + if (!execute.b()) { + int i = execute.l; + if (!(i == 307 || i == 308)) { + switch (i) { + } + } + z2 = true; + } + return parse; + } + if (parse == null || (str = parse.getQueryParameter("error")) == null) { + str = "unknown"; + } + m.checkNotNullExpressionValue(str, "location?.getQueryParameter(\"error\") ?: \"unknown\""); + if (parse != null) { + str2 = parse.getQueryParameter("error_description"); + } + throw new SamsungConnect$SamsungCallbackException(str, str2); } - if (!(obj instanceof a)) { - return false; - } - a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f201c, aVar.f201c); - } - - public int hashCode() { - int i = ((this.a * 31) + this.b) * 31; - Integer num = this.f201c; - return i + (num != null ? num.hashCode() : 0); - } - - public String toString() { - StringBuilder L = c.d.b.a.a.L("Bitrate(min="); - L.append(this.a); - L.append(", max="); - L.append(this.b); - L.append(", target="); - return c.d.b.a.a.A(L, this.f201c, ")"); + throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } } diff --git a/app/src/main/java/c/a/r/b.java b/app/src/main/java/c/a/r/b.java index f2750fc7ba..6527e9151b 100644 --- a/app/src/main/java/c/a/r/b.java +++ b/app/src/main/java/c/a/r/b.java @@ -1,47 +1,109 @@ package c.a.r; +import android.net.Uri; import c.d.b.a.a; +import com.discord.samsung.SamsungConnect$SamsungCallbackException; +import d0.g0.w; +import d0.l; +import d0.o; +import d0.t.h0; +import d0.t.u; +import d0.w.g.c; +import d0.w.h.a.e; +import d0.w.h.a.k; import d0.z.d.m; -/* compiled from: MediaSinkWantsLadder.kt */ -public final class b { - public final int a; - public final int b; +import f0.x; +import f0.z; +import java.util.ArrayList; +import java.util.Map; +import kotlin.Unit; +import kotlin.coroutines.Continuation; +import kotlin.jvm.functions.Function2; +import kotlinx.coroutines.CoroutineScope; +import okhttp3.MediaType; +import okhttp3.RequestBody; +import okhttp3.Response; +/* compiled from: SamsungConnect.kt */ +@e(c = "com.discord.samsung.SamsungConnect$postSamsungAuthorizeCallback$2", f = "SamsungConnect.kt", l = {}, m = "invokeSuspend") +public final class b extends k implements Function2, Object> { + public final /* synthetic */ x $okHttpClient; + public final /* synthetic */ String $samsungAuthCode; + public final /* synthetic */ String $state; + public final /* synthetic */ String $url; + public int label; - /* renamed from: c reason: collision with root package name */ - public final int f202c; - public final Integer d = null; - - public b(int i, int i2, int i3, Integer num) { - this.a = i; - this.b = i2; - this.f202c = i3; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public b(String str, String str2, String str3, x xVar, Continuation continuation) { + super(2, continuation); + this.$state = str; + this.$samsungAuthCode = str2; + this.$url = str3; + this.$okHttpClient = xVar; } - public boolean equals(Object obj) { - if (this == obj) { - return true; + @Override // d0.w.h.a.a + public final Continuation create(Object obj, Continuation continuation) { + m.checkNotNullParameter(continuation, "completion"); + return new b(this.$state, this.$samsungAuthCode, this.$url, this.$okHttpClient, continuation); + } + + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { + return ((b) create(coroutineScope, continuation)).invokeSuspend(Unit.a); + } + + /* JADX WARNING: Code restructure failed: missing block: B:25:0x00f2, code lost: + if (r2 == false) goto L_0x00f5; + */ + @Override // d0.w.h.a.a + public final Object invokeSuspend(Object obj) { + String str; + String query; + c.getCOROUTINE_SUSPENDED(); + if (this.label == 0) { + l.throwOnFailure(obj); + boolean z2 = false; + StringBuilder K = a.K("{\"code\":\""); + K.append(this.$samsungAuthCode); + K.append("\"}"); + Map mapOf = h0.mapOf(o.to("state", this.$state), o.to("code", K.toString())); + ArrayList arrayList = new ArrayList(mapOf.size()); + for (Map.Entry entry : mapOf.entrySet()) { + arrayList.add(((String) entry.getKey()) + '=' + ((String) entry.getValue())); + } + String joinToString$default = u.joinToString$default(arrayList, "&", null, null, 0, null, null, 62, null); + RequestBody.Companion companion = RequestBody.Companion; + MediaType.a aVar = MediaType.f2873c; + RequestBody a = companion.a(joinToString$default, MediaType.a.a("application/x-www-form-urlencoded")); + z.a aVar2 = new z.a(); + m.checkParameterIsNotNull(a, "body"); + aVar2.c("POST", a); + aVar2.f(this.$url); + Response execute = ((f0.f0.g.e) this.$okHttpClient.b(aVar2.a())).execute(); + String str2 = null; + String a2 = Response.a(execute, "Location", null, 2); + Uri parse = a2 != null ? Uri.parse(a2) : null; + if (!((parse == null || (query = parse.getQuery()) == null) ? false : w.contains$default((CharSequence) query, (CharSequence) "error", false, 2, (Object) null))) { + if (!execute.b()) { + int i = execute.l; + if (!(i == 307 || i == 308)) { + switch (i) { + } + } + z2 = true; + } + return parse; + } + if (parse == null || (str = parse.getQueryParameter("error")) == null) { + str = "unknown"; + } + m.checkNotNullExpressionValue(str, "location?.getQueryParameter(\"error\") ?: \"unknown\""); + if (parse != null) { + str2 = parse.getQueryParameter("error_description"); + } + throw new SamsungConnect$SamsungCallbackException(str, str2); } - if (!(obj instanceof b)) { - return false; - } - b bVar = (b) obj; - return this.a == bVar.a && this.b == bVar.b && this.f202c == bVar.f202c && m.areEqual(this.d, bVar.d); - } - - public int hashCode() { - int i = ((((this.a * 31) + this.b) * 31) + this.f202c) * 31; - Integer num = this.d; - return i + (num != null ? num.hashCode() : 0); - } - - public String toString() { - StringBuilder L = a.L("IVideoQuality(width="); - L.append(this.a); - L.append(", height="); - L.append(this.b); - L.append(", framerate="); - L.append(this.f202c); - L.append(", pixelCount="); - return a.A(L, this.d, ")"); + throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } } diff --git a/app/src/main/java/c/a/r/c.java b/app/src/main/java/c/a/r/c.java index be9e05e872..6a7592743d 100644 --- a/app/src/main/java/c/a/r/c.java +++ b/app/src/main/java/c/a/r/c.java @@ -1,107 +1,49 @@ package c.a.r; -import android.os.Process; +import android.content.Intent; +import androidx.activity.result.ActivityResult; +import androidx.activity.result.ActivityResultCallback; +import com.discord.samsung.SamsungConnectActivity; import d0.z.d.m; -import java.util.Collection; -import java.util.List; -import java.util.concurrent.Callable; -import java.util.concurrent.ExecutorService; -import java.util.concurrent.Future; -import java.util.concurrent.TimeUnit; -import java.util.concurrent.atomic.AtomicInteger; -/* compiled from: MediaEngineExecutorService.kt */ -public final class c implements ExecutorService { - public static final AtomicInteger i = new AtomicInteger(); - public volatile int j = -1; - public final ExecutorService k; - public final boolean l; +import kotlin.jvm.functions.Function1; +/* compiled from: SamsungConnectActivity.kt */ +public final class c implements ActivityResultCallback { + public final /* synthetic */ Function1 a; - /* compiled from: MediaEngineExecutorService.kt */ - public static final class a implements Runnable { - public final /* synthetic */ c i; + public c(Function1 function1) { + this.a = function1; + } - public a(c cVar) { - this.i = cVar; + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // androidx.activity.result.ActivityResultCallback + public void onActivityResult(ActivityResult activityResult) { + ActivityResult activityResult2 = activityResult; + m.checkNotNullExpressionValue(activityResult2, "activityResult"); + int i = 0; + if (activityResult2.getResultCode() == 500) { + Function1 function1 = this.a; + Intent data = activityResult2.getData(); + if (data != null) { + i = data.getIntExtra("com.discord.samsung.intent.extra.ATTEMPT_COUNT", 0); + } + function1.invoke(new SamsungConnectActivity.Result.Failure(true, i)); + return; } - - @Override // java.lang.Runnable - public final void run() { - this.i.j = Process.myTid(); - Thread currentThread = Thread.currentThread(); - m.checkNotNullExpressionValue(currentThread, "Thread.currentThread()"); - currentThread.setName("MediaEngineExecutor-" + c.i.getAndIncrement()); + Intent data2 = activityResult2.getData(); + if (data2 == null) { + this.a.invoke(new SamsungConnectActivity.Result.Failure(false, 0, 2)); + return; } - } - - public c(ExecutorService executorService, boolean z2) { - m.checkNotNullParameter(executorService, "es"); - this.k = executorService; - this.l = z2; - executorService.submit(new a(this)); - } - - @Override // java.util.concurrent.ExecutorService - public boolean awaitTermination(long j, TimeUnit timeUnit) { - return this.k.awaitTermination(j, timeUnit); - } - - @Override // java.util.concurrent.Executor - public void execute(Runnable runnable) { - this.k.execute(runnable); - } - - @Override // java.util.concurrent.ExecutorService - public List> invokeAll(Collection> collection) { - return this.k.invokeAll(collection); - } - - @Override // java.util.concurrent.ExecutorService - public List> invokeAll(Collection> collection, long j, TimeUnit timeUnit) { - return this.k.invokeAll(collection, j, timeUnit); - } - - @Override // java.util.concurrent.ExecutorService - public T invokeAny(Collection> collection) { - return (T) this.k.invokeAny(collection); - } - - @Override // java.util.concurrent.ExecutorService - public T invokeAny(Collection> collection, long j, TimeUnit timeUnit) { - return (T) this.k.invokeAny(collection, j, timeUnit); - } - - @Override // java.util.concurrent.ExecutorService - public boolean isShutdown() { - return this.k.isShutdown(); - } - - @Override // java.util.concurrent.ExecutorService - public boolean isTerminated() { - return this.k.isTerminated(); - } - - @Override // java.util.concurrent.ExecutorService - public void shutdown() { - this.k.shutdown(); - } - - @Override // java.util.concurrent.ExecutorService - public List shutdownNow() { - return this.k.shutdownNow(); - } - - @Override // java.util.concurrent.ExecutorService - public Future submit(Runnable runnable) { - return this.k.submit(runnable); - } - - @Override // java.util.concurrent.ExecutorService - public Future submit(Runnable runnable, T t) { - return this.k.submit(runnable, t); - } - - @Override // java.util.concurrent.ExecutorService - public Future submit(Callable callable) { - return this.k.submit(callable); + Function1 function12 = this.a; + String stringExtra = data2.getStringExtra("com.discord.samsung.intent.extra.AUTH_CODE"); + String str = ""; + if (stringExtra == null) { + stringExtra = str; + } + String stringExtra2 = data2.getStringExtra("com.discord.samsung.intent.extra.SERVER_URL"); + if (stringExtra2 != null) { + str = stringExtra2; + } + function12.invoke(new SamsungConnectActivity.Result.Success(stringExtra, str)); } } diff --git a/app/src/main/java/c/a/r/d.java b/app/src/main/java/c/a/r/d.java index 29f25a4059..1ceb7276b1 100644 --- a/app/src/main/java/c/a/r/d.java +++ b/app/src/main/java/c/a/r/d.java @@ -1,14 +1,12 @@ package c.a.r; -/* compiled from: MediaEngineExecutorService.kt */ -public final class d implements Runnable { - public final /* synthetic */ IllegalStateException i; - public d(IllegalStateException illegalStateException) { - this.i = illegalStateException; - } +import c.n.a.a.a; +import com.discord.samsung.SamsungConnectActivity; +/* compiled from: SamsungConnectActivity.kt */ +public final class d extends a.AbstractBinderC0155a { + public final /* synthetic */ SamsungConnectActivity a; - @Override // java.lang.Runnable - public final void run() { - throw this.i; + public d(SamsungConnectActivity samsungConnectActivity) { + this.a = samsungConnectActivity; } } diff --git a/app/src/main/java/c/a/r/e.java b/app/src/main/java/c/a/r/e.java deleted file mode 100644 index bc3dffbd04..0000000000 --- a/app/src/main/java/c/a/r/e.java +++ /dev/null @@ -1,203 +0,0 @@ -package c.a.r; - -import com.discord.rtcconnection.EncodeQuality; -import d0.t.n0; -import d0.t.u; -import d0.z.d.m; -import java.util.ArrayList; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.ListIterator; -import java.util.Map; -import java.util.Set; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: MediaSinkWantsLadder.kt */ -public final class e { - public static final b a = new b(null); - public final int b; - - /* renamed from: c reason: collision with root package name */ - public final Map f203c; - public final List d; - public final j0 e; - - /* compiled from: MediaSinkWantsLadder.kt */ - public static final class a { - public final int a; - public final int b; - - /* renamed from: c reason: collision with root package name */ - public final double f204c; - public final int d; - - public a(int i, int i2, double d, int i3) { - this.a = i; - this.b = i2; - this.f204c = d; - this.d = i3; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof a)) { - return false; - } - a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && Double.compare(this.f204c, aVar.f204c) == 0 && this.d == aVar.d; - } - - public int hashCode() { - return ((a0.a.a.a.a(this.f204c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d; - } - - public String toString() { - StringBuilder L = c.d.b.a.a.L("CandidateResolution(width="); - L.append(this.a); - L.append(", height="); - L.append(this.b); - L.append(", budgetPortion="); - L.append(this.f204c); - L.append(", pixelCount="); - return c.d.b.a.a.y(L, this.d, ")"); - } - } - - /* compiled from: MediaSinkWantsLadder.kt */ - public static final class b { - public b(DefaultConstructorMarker defaultConstructorMarker) { - } - } - - /* compiled from: MediaSinkWantsLadder.kt */ - public static final class c { - public final n a; - public final int b; - - /* renamed from: c reason: collision with root package name */ - public final EncodeQuality f205c; - - public c(n nVar, int i, EncodeQuality encodeQuality) { - m.checkNotNullParameter(nVar, "budget"); - m.checkNotNullParameter(encodeQuality, "wantValue"); - this.a = nVar; - this.b = i; - this.f205c = encodeQuality; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof c)) { - return false; - } - c cVar = (c) obj; - return m.areEqual(this.a, cVar.a) && this.b == cVar.b && m.areEqual(this.f205c, cVar.f205c); - } - - public int hashCode() { - n nVar = this.a; - int i = 0; - int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.b) * 31; - EncodeQuality encodeQuality = this.f205c; - if (encodeQuality != null) { - i = encodeQuality.hashCode(); - } - return hashCode + i; - } - - public String toString() { - StringBuilder L = c.d.b.a.a.L("OrderedLadder(budget="); - L.append(this.a); - L.append(", pixelCount="); - L.append(this.b); - L.append(", wantValue="); - L.append(this.f205c); - L.append(")"); - return L.toString(); - } - } - - public e(j0 j0Var, int i) { - n nVar; - Object obj; - int i2; - EncodeQuality encodeQuality; - boolean z2; - j0 j0Var2 = (i & 1) != 0 ? f.a : null; - m.checkNotNullParameter(j0Var2, "options"); - this.e = j0Var2; - b bVar = j0Var2.a; - int i3 = bVar.a * bVar.b; - this.b = i3; - Set of = n0.setOf((Object[]) new Double[]{Double.valueOf(0.0d), Double.valueOf(4.0d), Double.valueOf(8.0d), Double.valueOf(10.0d)}); - ArrayList arrayList = new ArrayList(); - for (int i4 = 1; i4 < 4096; i4++) { - double d = (double) i4; - double d2 = (d * 16.0d) / 9.0d; - if (of.contains(Double.valueOf(d2 % 16.0d)) && of.contains(Double.valueOf(d % 16.0d))) { - double d3 = d * d2; - arrayList.add(new a((int) d2, i4, d3 / ((double) i3), (int) d3)); - } - } - LinkedHashMap linkedHashMap = new LinkedHashMap(); - EncodeQuality encodeQuality2 = EncodeQuality.Hundred; - int i5 = 1; - int i6 = 0; - while (i5 <= 25) { - ListIterator listIterator = arrayList.listIterator(arrayList.size()); - while (true) { - if (!listIterator.hasPrevious()) { - obj = null; - break; - } - obj = listIterator.previous(); - if (((a) obj).d * i5 <= i3) { - z2 = true; - continue; - } else { - z2 = false; - continue; - } - if (z2) { - break; - } - } - a aVar = (a) obj; - aVar = aVar == null ? (a) u.first((List) arrayList) : aVar; - if (i6 != aVar.a) { - i2 = i3; - linkedHashMap.put(encodeQuality2, new n(aVar.a, aVar.b, aVar.f204c, encodeQuality2.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); - EncodeQuality[] values = EncodeQuality.values(); - int i7 = 10; - while (true) { - if (i7 < 0) { - encodeQuality = null; - break; - } - encodeQuality = values[i7]; - if (encodeQuality.getValue() < encodeQuality2.getValue()) { - break; - } - i7--; - } - encodeQuality2 = encodeQuality == null ? EncodeQuality.Zero : encodeQuality; - i6 = aVar.a; - } else { - i2 = i3; - } - i5++; - i3 = i2; - } - this.f203c = linkedHashMap; - EncodeQuality[] values2 = EncodeQuality.values(); - ArrayList arrayList2 = new ArrayList(11); - for (int i8 = 0; i8 < 11; i8++) { - EncodeQuality encodeQuality3 = values2[i8]; - arrayList2.add((encodeQuality3 == EncodeQuality.Zero || (nVar = (n) linkedHashMap.get(encodeQuality3)) == null) ? null : new c(nVar, nVar.b * nVar.a, encodeQuality3)); - } - this.d = u.filterNotNull(arrayList2); - } -} diff --git a/app/src/main/java/c/a/r/f.java b/app/src/main/java/c/a/r/f.java deleted file mode 100644 index 40f5d95fc5..0000000000 --- a/app/src/main/java/c/a/r/f.java +++ /dev/null @@ -1,5 +0,0 @@ -package c.a.r; -/* compiled from: MediaSinkWantsLadder.kt */ -public final class f { - public static final j0 a = new j0(new b(1280, 720, 30, null), new b(1280, 720, 30, null), new a(150000, 2500000, null), 150000, new a(500000, 4000000, 600000)); -} diff --git a/app/src/main/java/c/a/r/g.java b/app/src/main/java/c/a/r/g.java deleted file mode 100644 index c8fb7a2b6b..0000000000 --- a/app/src/main/java/c/a/r/g.java +++ /dev/null @@ -1,29 +0,0 @@ -package c.a.r; - -import com.discord.rtcconnection.MediaSinkWantsManager; -import d0.z.d.o; -import java.util.Objects; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -/* compiled from: MediaSinkWantsManager.kt */ -public final class g extends o implements Function0 { - public final /* synthetic */ MediaSinkWantsManager this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public g(MediaSinkWantsManager mediaSinkWantsManager) { - super(0); - this.this$0 = mediaSinkWantsManager; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public Unit mo1invoke() { - MediaSinkWantsManager mediaSinkWantsManager = this.this$0; - Objects.requireNonNull(mediaSinkWantsManager); - mediaSinkWantsManager.b(new i(mediaSinkWantsManager, null)); - this.this$0.a.clear(); - this.this$0.b.clear(); - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/r/h.java b/app/src/main/java/c/a/r/h.java deleted file mode 100644 index 8feb0851bd..0000000000 --- a/app/src/main/java/c/a/r/h.java +++ /dev/null @@ -1,24 +0,0 @@ -package c.a.r; - -import com.discord.rtcconnection.MediaSinkWantsManager; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -/* compiled from: MediaSinkWantsManager.kt */ -public final class h extends o implements Function0 { - public final /* synthetic */ MediaSinkWantsManager this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public h(MediaSinkWantsManager mediaSinkWantsManager) { - super(0); - this.this$0 = mediaSinkWantsManager; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public Unit mo1invoke() { - MediaSinkWantsManager.e(this.this$0, null, 1); - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/r/i.java b/app/src/main/java/c/a/r/i.java deleted file mode 100644 index 6966494cb8..0000000000 --- a/app/src/main/java/c/a/r/i.java +++ /dev/null @@ -1,48 +0,0 @@ -package c.a.r; - -import com.discord.rtcconnection.MediaSinkWantsManager; -import com.discord.rtcconnection.mediaengine.MediaEngineConnection; -import d0.z.d.o; -import java.util.ArrayList; -import java.util.Set; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -/* compiled from: MediaSinkWantsManager.kt */ -public final class i extends o implements Function0 { - public final /* synthetic */ MediaEngineConnection $connection; - public final /* synthetic */ MediaSinkWantsManager this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public i(MediaSinkWantsManager mediaSinkWantsManager, MediaEngineConnection mediaEngineConnection) { - super(0); - this.this$0 = mediaSinkWantsManager; - this.$connection = mediaEngineConnection; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public Unit mo1invoke() { - MediaSinkWantsManager mediaSinkWantsManager = this.this$0; - MediaEngineConnection mediaEngineConnection = mediaSinkWantsManager.d; - if (mediaEngineConnection != null) { - mediaEngineConnection.o(mediaSinkWantsManager); - } - MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; - MediaEngineConnection mediaEngineConnection2 = this.$connection; - mediaSinkWantsManager2.d = mediaEngineConnection2; - if (mediaEngineConnection2 != null) { - mediaEngineConnection2.l(mediaSinkWantsManager2); - } - if (this.$connection != null) { - MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0; - Set keySet = mediaSinkWantsManager3.b.keySet(); - ArrayList arrayList = new ArrayList(d0.t.o.collectionSizeOrDefault(keySet, 10)); - for (Number number : keySet) { - arrayList.add(String.valueOf(number.longValue())); - } - mediaSinkWantsManager3.d(arrayList); - } - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/r/j.java b/app/src/main/java/c/a/r/j.java deleted file mode 100644 index 2905fef9e5..0000000000 --- a/app/src/main/java/c/a/r/j.java +++ /dev/null @@ -1,64 +0,0 @@ -package c.a.r; - -import c.d.b.a.a; -import com.discord.rtcconnection.MediaSinkWantsManager; -import d0.z.d.o; -import java.util.ArrayList; -import java.util.Iterator; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -/* compiled from: MediaSinkWantsManager.kt */ -public final class j extends o implements Function0 { - public final /* synthetic */ Long $userId; - public final /* synthetic */ MediaSinkWantsManager this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public j(MediaSinkWantsManager mediaSinkWantsManager, Long l) { - super(0); - this.this$0 = mediaSinkWantsManager; - this.$userId = l; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public Unit mo1invoke() { - ArrayList arrayList = new ArrayList(); - MediaSinkWantsManager mediaSinkWantsManager = this.this$0; - Long l = mediaSinkWantsManager.e; - if (l != null) { - if (l.longValue() != mediaSinkWantsManager.h) { - arrayList.add(l); - } - } - Long l2 = this.$userId; - if (l2 == null) { - this.this$0.e = null; - } else if (this.this$0.f2090c.contains(l2)) { - MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; - Long l3 = this.$userId; - mediaSinkWantsManager2.e = l3; - arrayList.add(l3); - } else { - long j = this.this$0.h; - Long l4 = this.$userId; - if (l4 != null && j == l4.longValue()) { - this.this$0.e = this.$userId; - } else { - MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0; - StringBuilder L = a.L("Participant not found: "); - L.append(this.$userId); - mediaSinkWantsManager3.a(L.toString()); - return Unit.a; - } - } - MediaSinkWantsManager mediaSinkWantsManager4 = this.this$0; - ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(arrayList, 10)); - Iterator it = arrayList.iterator(); - while (it.hasNext()) { - arrayList2.add(String.valueOf(((Number) it.next()).longValue())); - } - mediaSinkWantsManager4.d(arrayList2); - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/r/k.java b/app/src/main/java/c/a/r/k.java deleted file mode 100644 index f2efe5f213..0000000000 --- a/app/src/main/java/c/a/r/k.java +++ /dev/null @@ -1,28 +0,0 @@ -package c.a.r; - -import com.discord.rtcconnection.MediaSinkWantsManager; -import d0.z.d.o; -import java.util.Objects; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -/* compiled from: MediaSinkWantsManager.kt */ -public final class k extends o implements Function0 { - public final /* synthetic */ boolean $sendVideo; - public final /* synthetic */ MediaSinkWantsManager this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public k(MediaSinkWantsManager mediaSinkWantsManager, boolean z2) { - super(0); - this.this$0 = mediaSinkWantsManager; - this.$sendVideo = z2; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public Unit mo1invoke() { - Objects.requireNonNull(this.this$0); - MediaSinkWantsManager.e(this.this$0, null, 1); - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/r/l.java b/app/src/main/java/c/a/r/l.java deleted file mode 100644 index 6dbd6b40bf..0000000000 --- a/app/src/main/java/c/a/r/l.java +++ /dev/null @@ -1,107 +0,0 @@ -package c.a.r; - -import com.discord.rtcconnection.EncodeQuality; -import com.discord.rtcconnection.MediaSinkWantsManager; -import com.discord.rtcconnection.VideoMetadata; -import com.discord.rtcconnection.socket.io.Payloads; -import d0.t.n; -import d0.z.d.m; -import d0.z.d.o; -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; -import java.util.Objects; -import kotlin.Unit; -import kotlin.jvm.functions.Function0; -/* compiled from: MediaSinkWantsManager.kt */ -public final class l extends o implements Function0 { - public final /* synthetic */ List $ssrcs; - public final /* synthetic */ long $userId; - public final /* synthetic */ MediaSinkWantsManager this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public l(MediaSinkWantsManager mediaSinkWantsManager, List list, long j) { - super(0); - this.this$0 = mediaSinkWantsManager; - this.$ssrcs = list; - this.$userId = j; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - /* JADX WARNING: Code restructure failed: missing block: B:12:0x0036, code lost: - if ((r6 != null ? r6.intValue() : 0) > 0) goto L_0x003a; - */ - /* JADX WARNING: Code restructure failed: missing block: B:31:0x0086, code lost: - if (r10 != null) goto L_0x008b; - */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public Unit mo1invoke() { - EncodeQuality encodeQuality; - List list = this.$ssrcs; - ArrayList arrayList = new ArrayList(); - Iterator it = list.iterator(); - while (true) { - boolean z2 = true; - if (!it.hasNext()) { - break; - } - Object next = it.next(); - Payloads.Stream stream = (Payloads.Stream) next; - Boolean active = stream.getActive(); - if (active != null ? active.booleanValue() : false) { - Integer ssrc = stream.getSsrc(); - } - z2 = false; - if (z2) { - arrayList.add(next); - } - } - ArrayList arrayList2 = new ArrayList(d0.t.o.collectionSizeOrDefault(arrayList, 10)); - Iterator it2 = arrayList.iterator(); - while (it2.hasNext()) { - Payloads.Stream stream2 = (Payloads.Stream) it2.next(); - Integer quality = stream2.getQuality(); - VideoMetadata videoMetadata = null; - if (quality != null) { - int intValue = quality.intValue(); - Objects.requireNonNull(EncodeQuality.Companion); - EncodeQuality[] values = EncodeQuality.values(); - int i = 0; - while (true) { - if (i >= 11) { - encodeQuality = null; - break; - } - encodeQuality = values[i]; - if (encodeQuality.getValue() == intValue) { - break; - } - i++; - } - } - encodeQuality = EncodeQuality.Hundred; - Integer ssrc2 = stream2.getSsrc(); - m.checkNotNull(ssrc2); - long intValue2 = (long) ssrc2.intValue(); - MediaSinkWantsManager mediaSinkWantsManager = this.this$0; - long j = this.$userId; - Objects.requireNonNull(mediaSinkWantsManager); - if (stream2.getMaxResolution() != null) { - videoMetadata = new VideoMetadata(j, stream2.getMaxResolution().getWidth(), stream2.getMaxResolution().getHeight(), stream2.getMaxFrameRate(), stream2.getMaxResolution().getType()); - } else { - mediaSinkWantsManager.a("metadataOf: " + stream2 + " has no maxResolution!"); - } - arrayList2.add(new MediaSinkWantsManager.b(encodeQuality, intValue2, videoMetadata)); - } - if (arrayList2.isEmpty()) { - this.this$0.b.remove(Long.valueOf(this.$userId)); - this.this$0.f2090c.remove(Long.valueOf(this.$userId)); - } else { - this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); - this.this$0.f2090c.add(Long.valueOf(this.$userId)); - } - this.this$0.d(arrayList2.isEmpty() ? n.emptyList() : d0.t.m.listOf(String.valueOf(this.$userId))); - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/s/a.java b/app/src/main/java/c/a/s/a.java index 7e9a06071b..7ecec84407 100644 --- a/app/src/main/java/c/a/s/a.java +++ b/app/src/main/java/c/a/s/a.java @@ -1,86 +1,76 @@ package c.a.s; -import android.net.Uri; -import com.discord.samsung.SamsungConnect$SamsungCallbackException; -import d0.g0.w; -import d0.l; -import d0.w.g.c; -import d0.w.h.a.e; -import d0.w.h.a.k; +import android.app.Activity; +import android.app.Application; +import android.os.Bundle; +import android.provider.MediaStore; import d0.z.d.m; -import f0.x; -import f0.z; -import kotlin.Unit; -import kotlin.coroutines.Continuation; -import kotlin.jvm.functions.Function2; -import kotlinx.coroutines.CoroutineScope; -import okhttp3.Response; -/* compiled from: SamsungConnect.kt */ -@e(c = "com.discord.samsung.SamsungConnect$getSamsungAuthorizeCallback$2", f = "SamsungConnect.kt", l = {}, m = "invokeSuspend") -public final class a extends k implements Function2, Object> { - public final /* synthetic */ x $okHttpClient; - public final /* synthetic */ String $url; - public int label; +/* compiled from: ScreenshotDetector.kt */ +public final class a implements Application.ActivityLifecycleCallbacks { + public boolean i; + public final b j; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public a(String str, x xVar, Continuation continuation) { - super(2, continuation); - this.$url = str; - this.$okHttpClient = xVar; + public a(b bVar) { + m.checkNotNullParameter(bVar, "observer"); + this.j = bVar; } - @Override // d0.w.h.a.a - public final Continuation create(Object obj, Continuation continuation) { - m.checkNotNullParameter(continuation, "completion"); - return new a(this.$url, this.$okHttpClient, continuation); - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { - Continuation continuation2 = continuation; - m.checkNotNullParameter(continuation2, "completion"); - return new a(this.$url, this.$okHttpClient, continuation2).invokeSuspend(Unit.a); - } - - /* JADX WARNING: Code restructure failed: missing block: B:21:0x0061, code lost: - if (r4 == false) goto L_0x0064; - */ - @Override // d0.w.h.a.a - public final Object invokeSuspend(Object obj) { - String str; - String query; - c.getCOROUTINE_SUSPENDED(); - if (this.label == 0) { - l.throwOnFailure(obj); - z.a aVar = new z.a(); - String str2 = null; - aVar.c("GET", null); - aVar.f(this.$url); - Response execute = ((f0.f0.g.e) this.$okHttpClient.b(aVar.a())).execute(); - String a = Response.a(execute, "Location", null, 2); - Uri parse = a != null ? Uri.parse(a) : null; - boolean z2 = false; - if (!((parse == null || (query = parse.getQuery()) == null) ? false : w.contains$default((CharSequence) query, (CharSequence) "error", false, 2, (Object) null))) { - if (!execute.b()) { - int i = execute.l; - if (!(i == 307 || i == 308)) { - switch (i) { - } - } - z2 = true; - } - return parse; - } - if (parse == null || (str = parse.getQueryParameter("error")) == null) { - str = "unknown"; - } - m.checkNotNullExpressionValue(str, "location?.getQueryParameter(\"error\") ?: \"unknown\""); - if (parse != null) { - str2 = parse.getQueryParameter("error_description"); - } - throw new SamsungConnect$SamsungCallbackException(str, str2); + public final void a(boolean z2) { + if (!z2 && this.i) { + b bVar = this.j; + bVar.d.unregisterContentObserver(bVar); + this.i = false; } - throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); + if (z2 && !this.i) { + b bVar2 = this.j; + bVar2.d.registerContentObserver(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, true, bVar2); + this.i = true; + } + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityCreated(Activity activity, Bundle bundle) { + m.checkNotNullParameter(activity, "activity"); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityDestroyed(Activity activity) { + m.checkNotNullParameter(activity, "activity"); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityPaused(Activity activity) { + m.checkNotNullParameter(activity, "activity"); + if (this.i) { + b bVar = this.j; + bVar.d.unregisterContentObserver(bVar); + this.i = false; + } + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityResumed(Activity activity) { + m.checkNotNullParameter(activity, "activity"); + if (!this.i) { + b bVar = this.j; + bVar.d.registerContentObserver(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, true, bVar); + this.i = true; + } + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivitySaveInstanceState(Activity activity, Bundle bundle) { + m.checkNotNullParameter(activity, "activity"); + m.checkNotNullParameter(bundle, "outState"); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityStarted(Activity activity) { + m.checkNotNullParameter(activity, "activity"); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityStopped(Activity activity) { + m.checkNotNullParameter(activity, "activity"); } } diff --git a/app/src/main/java/c/a/s/b.java b/app/src/main/java/c/a/s/b.java index 6b3046651e..f671dd269c 100644 --- a/app/src/main/java/c/a/s/b.java +++ b/app/src/main/java/c/a/s/b.java @@ -1,109 +1,200 @@ package c.a.s; +import android.content.ContentResolver; +import android.database.ContentObserver; +import android.database.Cursor; import android.net.Uri; -import c.d.b.a.a; -import com.discord.samsung.SamsungConnect$SamsungCallbackException; +import android.os.Build; +import android.provider.MediaStore; +import com.discord.utilities.logging.Logger; +import com.discord.utilities.time.Clock; +import com.discord.utilities.time.ClockFactory; +import d0.g0.t; import d0.g0.w; -import d0.l; -import d0.o; -import d0.t.h0; -import d0.t.u; -import d0.w.g.c; -import d0.w.h.a.e; -import d0.w.h.a.k; +import d0.t.j; import d0.z.d.m; -import f0.x; -import f0.z; -import java.util.ArrayList; -import java.util.Map; +import java.util.Locale; +import java.util.Objects; import kotlin.Unit; -import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; -import kotlinx.coroutines.CoroutineScope; -import okhttp3.MediaType; -import okhttp3.RequestBody; -import okhttp3.Response; -/* compiled from: SamsungConnect.kt */ -@e(c = "com.discord.samsung.SamsungConnect$postSamsungAuthorizeCallback$2", f = "SamsungConnect.kt", l = {}, m = "invokeSuspend") -public final class b extends k implements Function2, Object> { - public final /* synthetic */ x $okHttpClient; - public final /* synthetic */ String $samsungAuthCode; - public final /* synthetic */ String $state; - public final /* synthetic */ String $url; - public int label; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: ScreenshotContentObserver.kt */ +public final class b extends ContentObserver { + public static final a a = new a(null); + public String b; + + /* renamed from: c reason: collision with root package name */ + public final Logger f226c; + public final ContentResolver d; + public final Clock e; + public final Function2 f; + + /* compiled from: ScreenshotContentObserver.kt */ + public static final class a { + public a(DefaultConstructorMarker defaultConstructorMarker) { + } + } + + /* compiled from: ScreenshotContentObserver.kt */ + /* renamed from: c.a.s.b$b reason: collision with other inner class name */ + public static final class C0040b { + public final String a; + public final long b; + + /* renamed from: c reason: collision with root package name */ + public final String f227c; + public final String d; + public final Uri e; + public final long f; + + public C0040b(long j, String str, String str2, Uri uri, long j2) { + m.checkNotNullParameter(str, "fileName"); + m.checkNotNullParameter(str2, "relativePath"); + m.checkNotNullParameter(uri, "uri"); + this.b = j; + this.f227c = str; + this.d = str2; + this.e = uri; + this.f = j2; + this.a = str2 + '/' + str; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof C0040b)) { + return false; + } + C0040b bVar = (C0040b) obj; + return this.b == bVar.b && m.areEqual(this.f227c, bVar.f227c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; + } + + public int hashCode() { + int a = a0.a.a.b.a(this.b) * 31; + String str = this.f227c; + int i = 0; + int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; + String str2 = this.d; + int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; + Uri uri = this.e; + if (uri != null) { + i = uri.hashCode(); + } + return a0.a.a.b.a(this.f) + ((hashCode2 + i) * 31); + } + + public String toString() { + StringBuilder K = c.d.b.a.a.K("ScreenshotData(id="); + K.append(this.b); + K.append(", fileName="); + K.append(this.f227c); + K.append(", relativePath="); + K.append(this.d); + K.append(", uri="); + K.append(this.e); + K.append(", dateAdded="); + return c.d.b.a.a.y(K, this.f, ")"); + } + } /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public b(String str, String str2, String str3, x xVar, Continuation continuation) { - super(2, continuation); - this.$state = str; - this.$samsungAuthCode = str2; - this.$url = str3; - this.$okHttpClient = xVar; + public b(Logger logger, ContentResolver contentResolver, Clock clock, Function2 function2, int i) { + super(null); + Clock clock2 = (i & 4) != 0 ? ClockFactory.get() : null; + m.checkNotNullParameter(logger, "logger"); + m.checkNotNullParameter(contentResolver, "contentResolver"); + m.checkNotNullParameter(clock2, "clock"); + m.checkNotNullParameter(function2, "onScreenshot"); + this.f226c = logger; + this.d = contentResolver; + this.e = clock2; + this.f = function2; } - @Override // d0.w.h.a.a - public final Continuation create(Object obj, Continuation continuation) { - m.checkNotNullParameter(continuation, "completion"); - return new b(this.$state, this.$samsungAuthCode, this.$url, this.$okHttpClient, continuation); - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ - @Override // kotlin.jvm.functions.Function2 - public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) { - return ((b) create(coroutineScope, continuation)).invokeSuspend(Unit.a); - } - - /* JADX WARNING: Code restructure failed: missing block: B:25:0x00f2, code lost: - if (r2 == false) goto L_0x00f5; + /* JADX WARNING: Code restructure failed: missing block: B:25:0x00b6, code lost: + r0 = move-exception; */ - @Override // d0.w.h.a.a - public final Object invokeSuspend(Object obj) { + /* JADX WARNING: Code restructure failed: missing block: B:26:0x00b7, code lost: + d0.y.b.closeFinally(r2, r0); + */ + /* JADX WARNING: Code restructure failed: missing block: B:27:0x00bb, code lost: + throw r0; + */ + /* JADX WARNING: Removed duplicated region for block: B:31:0x00c2 */ + /* JADX WARNING: Removed duplicated region for block: B:45:? A[RETURN, SYNTHETIC] */ + public final void a(Uri uri) { + C0040b bVar; String str; - String query; - c.getCOROUTINE_SUSPENDED(); - if (this.label == 0) { - l.throwOnFailure(obj); - boolean z2 = false; - StringBuilder L = a.L("{\"code\":\""); - L.append(this.$samsungAuthCode); - L.append("\"}"); - Map mapOf = h0.mapOf(o.to("state", this.$state), o.to("code", L.toString())); - ArrayList arrayList = new ArrayList(mapOf.size()); - for (Map.Entry entry : mapOf.entrySet()) { - arrayList.add(((String) entry.getKey()) + '=' + ((String) entry.getValue())); - } - String joinToString$default = u.joinToString$default(arrayList, "&", null, null, 0, null, null, 62, null); - RequestBody.Companion companion = RequestBody.Companion; - MediaType.a aVar = MediaType.f2870c; - RequestBody a = companion.a(joinToString$default, MediaType.a.a("application/x-www-form-urlencoded")); - z.a aVar2 = new z.a(); - m.checkParameterIsNotNull(a, "body"); - aVar2.c("POST", a); - aVar2.f(this.$url); - Response execute = ((f0.f0.g.e) this.$okHttpClient.b(aVar2.a())).execute(); - String str2 = null; - String a2 = Response.a(execute, "Location", null, 2); - Uri parse = a2 != null ? Uri.parse(a2) : null; - if (!((parse == null || (query = parse.getQuery()) == null) ? false : w.contains$default((CharSequence) query, (CharSequence) "error", false, 2, (Object) null))) { - if (!execute.b()) { - int i = execute.l; - if (!(i == 307 || i == 308)) { - switch (i) { - } + ContentResolver contentResolver = this.d; + int i = Build.VERSION.SDK_INT; + Cursor query = contentResolver.query(uri, (String[]) j.plus(j.plus(new String[]{"_display_name", "date_added", "_id"}, i >= 29 ? new String[]{"is_pending", "relative_path"} : new String[0]), i >= 29 ? new String[]{"relative_path"} : new String[]{"_data"}), null, null, "date_added DESC"); + if (query != null) { + if (query.moveToFirst()) { + if (i < 29 || query.getInt(query.getColumnIndex("is_pending")) != 1) { + if (i >= 29) { + str = query.getString(query.getColumnIndex("relative_path")); + } else { + String string = query.getString(query.getColumnIndex("_data")); + m.checkNotNullExpressionValue(string, "cursor.getString(cursor.…mages.ImageColumns.DATA))"); + str = w.substringBeforeLast$default(string, '/', (String) null, 2, (Object) null); } - z2 = true; + long j = query.getLong(query.getColumnIndex("_id")); + String string2 = query.getString(query.getColumnIndex("_display_name")); + m.checkNotNullExpressionValue(string2, "cursor.getString(cursor.…ages.Media.DISPLAY_NAME))"); + m.checkNotNullExpressionValue(str, "relativePath"); + bVar = new C0040b(j, string2, str, uri, query.getLong(query.getColumnIndex("date_added"))); + d0.y.b.closeFinally(query, null); + if (bVar != null) { + String str2 = this.b; + if (str2 == null || !t.equals$default(str2, bVar.a, false, 2, null)) { + String str3 = bVar.a; + Locale locale = Locale.getDefault(); + m.checkNotNullExpressionValue(locale, "Locale.getDefault()"); + Objects.requireNonNull(str3, "null cannot be cast to non-null type java.lang.String"); + String lowerCase = str3.toLowerCase(locale); + m.checkNotNullExpressionValue(lowerCase, "(this as java.lang.String).toLowerCase(locale)"); + if (w.contains$default((CharSequence) lowerCase, (CharSequence) "screenshots/", false, 2, (Object) null)) { + if (Math.abs((this.e.currentTimeMillis() / ((long) 1000)) - bVar.f) <= 10) { + this.b = bVar.a; + this.f.invoke(bVar.e, bVar.f227c); + return; + } + return; + } + return; + } + return; + } + return; + } + d0.y.b.closeFinally(query, null); + bVar = null; + if (bVar != null) { + } + } + } + d0.y.b.closeFinally(query, null); + bVar = null; + if (bVar != null) { + } + } + + @Override // android.database.ContentObserver + public void onChange(boolean z2, Uri uri) { + super.onChange(z2, uri); + if (uri != null) { + String uri2 = uri.toString(); + m.checkNotNullExpressionValue(uri2, "uri.toString()"); + String uri3 = MediaStore.Images.Media.EXTERNAL_CONTENT_URI.toString(); + m.checkNotNullExpressionValue(uri3, "MediaStore.Images.Media.…AL_CONTENT_URI.toString()"); + if (t.startsWith$default(uri2, uri3, false, 2, null)) { + try { + a(uri); + } catch (Exception e) { + Logger.e$default(this.f226c, "Error processing screenshot", e, null, 4, null); } - return parse; } - if (parse == null || (str = parse.getQueryParameter("error")) == null) { - str = "unknown"; - } - m.checkNotNullExpressionValue(str, "location?.getQueryParameter(\"error\") ?: \"unknown\""); - if (parse != null) { - str2 = parse.getQueryParameter("error_description"); - } - throw new SamsungConnect$SamsungCallbackException(str, str2); } - throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine"); } } diff --git a/app/src/main/java/c/a/s/c.java b/app/src/main/java/c/a/s/c.java deleted file mode 100644 index a76f05e090..0000000000 --- a/app/src/main/java/c/a/s/c.java +++ /dev/null @@ -1,49 +0,0 @@ -package c.a.s; - -import android.content.Intent; -import androidx.activity.result.ActivityResult; -import androidx.activity.result.ActivityResultCallback; -import com.discord.samsung.SamsungConnectActivity; -import d0.z.d.m; -import kotlin.jvm.functions.Function1; -/* compiled from: SamsungConnectActivity.kt */ -public final class c implements ActivityResultCallback { - public final /* synthetic */ Function1 a; - - public c(Function1 function1) { - this.a = function1; - } - - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // androidx.activity.result.ActivityResultCallback - public void onActivityResult(ActivityResult activityResult) { - ActivityResult activityResult2 = activityResult; - m.checkNotNullExpressionValue(activityResult2, "activityResult"); - int i = 0; - if (activityResult2.getResultCode() == 500) { - Function1 function1 = this.a; - Intent data = activityResult2.getData(); - if (data != null) { - i = data.getIntExtra("com.discord.samsung.intent.extra.ATTEMPT_COUNT", 0); - } - function1.invoke(new SamsungConnectActivity.Result.Failure(true, i)); - return; - } - Intent data2 = activityResult2.getData(); - if (data2 == null) { - this.a.invoke(new SamsungConnectActivity.Result.Failure(false, 0, 2)); - return; - } - Function1 function12 = this.a; - String stringExtra = data2.getStringExtra("com.discord.samsung.intent.extra.AUTH_CODE"); - String str = ""; - if (stringExtra == null) { - stringExtra = str; - } - String stringExtra2 = data2.getStringExtra("com.discord.samsung.intent.extra.SERVER_URL"); - if (stringExtra2 != null) { - str = stringExtra2; - } - function12.invoke(new SamsungConnectActivity.Result.Success(stringExtra, str)); - } -} diff --git a/app/src/main/java/c/a/s/d.java b/app/src/main/java/c/a/s/d.java deleted file mode 100644 index 9b2a6f3cc6..0000000000 --- a/app/src/main/java/c/a/s/d.java +++ /dev/null @@ -1,12 +0,0 @@ -package c.a.s; - -import c.n.a.a.a; -import com.discord.samsung.SamsungConnectActivity; -/* compiled from: SamsungConnectActivity.kt */ -public final class d extends a.AbstractBinderC0155a { - public final /* synthetic */ SamsungConnectActivity a; - - public d(SamsungConnectActivity samsungConnectActivity) { - this.a = samsungConnectActivity; - } -} diff --git a/app/src/main/java/c/a/t/a.java b/app/src/main/java/c/a/t/a.java deleted file mode 100644 index b4c5f19c6d..0000000000 --- a/app/src/main/java/c/a/t/a.java +++ /dev/null @@ -1,76 +0,0 @@ -package c.a.t; - -import android.app.Activity; -import android.app.Application; -import android.os.Bundle; -import android.provider.MediaStore; -import d0.z.d.m; -/* compiled from: ScreenshotDetector.kt */ -public final class a implements Application.ActivityLifecycleCallbacks { - public boolean i; - public final b j; - - public a(b bVar) { - m.checkNotNullParameter(bVar, "observer"); - this.j = bVar; - } - - public final void a(boolean z2) { - if (!z2 && this.i) { - b bVar = this.j; - bVar.d.unregisterContentObserver(bVar); - this.i = false; - } - if (z2 && !this.i) { - b bVar2 = this.j; - bVar2.d.registerContentObserver(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, true, bVar2); - this.i = true; - } - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityCreated(Activity activity, Bundle bundle) { - m.checkNotNullParameter(activity, "activity"); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityDestroyed(Activity activity) { - m.checkNotNullParameter(activity, "activity"); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityPaused(Activity activity) { - m.checkNotNullParameter(activity, "activity"); - if (this.i) { - b bVar = this.j; - bVar.d.unregisterContentObserver(bVar); - this.i = false; - } - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityResumed(Activity activity) { - m.checkNotNullParameter(activity, "activity"); - if (!this.i) { - b bVar = this.j; - bVar.d.registerContentObserver(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, true, bVar); - this.i = true; - } - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivitySaveInstanceState(Activity activity, Bundle bundle) { - m.checkNotNullParameter(activity, "activity"); - m.checkNotNullParameter(bundle, "outState"); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityStarted(Activity activity) { - m.checkNotNullParameter(activity, "activity"); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityStopped(Activity activity) { - m.checkNotNullParameter(activity, "activity"); - } -} diff --git a/app/src/main/java/c/a/u/a/a.java b/app/src/main/java/c/a/t/a/a.java similarity index 93% rename from app/src/main/java/c/a/u/a/a.java rename to app/src/main/java/c/a/t/a/a.java index 985a52bef9..7e2ab29024 100644 --- a/app/src/main/java/c/a/u/a/a.java +++ b/app/src/main/java/c/a/t/a/a.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import com.discord.simpleast.code.CodeNode; import com.discord.simpleast.core.node.Node; @@ -20,14 +20,14 @@ public final class a extends Rule, S> { public final /* synthetic */ StyleNode.a b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Function3 f227c; + public final /* synthetic */ Function3 f228c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(e eVar, Map map, StyleNode.a aVar, Function3 function3, Pattern pattern) { super(pattern); this.a = map; this.b = aVar; - this.f227c = function3; + this.f228c = function3; } @Override // com.discord.simpleast.core.parser.Rule @@ -56,7 +56,7 @@ public final class a extends Rule, S> { } else { aVar = new CodeNode.a.b(group2); } - Node node = (Node) this.f227c.invoke(new CodeNode(aVar, group, this.b), Boolean.valueOf(z2), s2); + Node node = (Node) this.f228c.invoke(new CodeNode(aVar, group, this.b), Boolean.valueOf(z2), s2); m.checkNotNullParameter(node, "node"); return new ParseSpec<>(node, s2); } diff --git a/app/src/main/java/c/a/u/a/b.java b/app/src/main/java/c/a/t/a/b.java similarity index 98% rename from app/src/main/java/c/a/u/a/b.java rename to app/src/main/java/c/a/t/a/b.java index 07bb99cec4..1ed7579709 100644 --- a/app/src/main/java/c/a/u/a/b.java +++ b/app/src/main/java/c/a/t/a/b.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import com.discord.simpleast.code.CodeNode; import com.discord.simpleast.core.node.Node; diff --git a/app/src/main/java/c/a/u/a/c.java b/app/src/main/java/c/a/t/a/c.java similarity index 97% rename from app/src/main/java/c/a/u/a/c.java rename to app/src/main/java/c/a/t/a/c.java index 97905ceac0..744b186af0 100644 --- a/app/src/main/java/c/a/u/a/c.java +++ b/app/src/main/java/c/a/t/a/c.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import android.text.SpannableStringBuilder; import com.discord.simpleast.code.CodeNode; @@ -56,7 +56,7 @@ public final class c extends Rule, S> { if (group.length() == 0) { String group2 = matcher.group(); m.checkNotNullExpressionValue(group2, "matcher.group()"); - c.a.u.b.a.a aVar = new c.a.u.b.a.a(group2); + c.a.t.b.a.a aVar = new c.a.t.b.a.a(group2); m.checkNotNullParameter(aVar, "node"); return new ParseSpec<>(aVar, s2); } diff --git a/app/src/main/java/c/a/u/a/d.java b/app/src/main/java/c/a/t/a/d.java similarity index 97% rename from app/src/main/java/c/a/u/a/d.java rename to app/src/main/java/c/a/t/a/d.java index eaeac6907e..10e5d5630c 100644 --- a/app/src/main/java/c/a/u/a/d.java +++ b/app/src/main/java/c/a/t/a/d.java @@ -1,6 +1,6 @@ -package c.a.u.a; +package c.a.t.a; -import c.a.u.b.a.a; +import c.a.t.b.a.a; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; diff --git a/app/src/main/java/c/a/u/a/e.java b/app/src/main/java/c/a/t/a/e.java similarity index 85% rename from app/src/main/java/c/a/u/a/e.java rename to app/src/main/java/c/a/t/a/e.java index 42e12d4b50..f8ed30f0e2 100644 --- a/app/src/main/java/c/a/u/a/e.java +++ b/app/src/main/java/c/a/t/a/e.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import c.d.b.a.a; import com.discord.simpleast.core.node.Node; @@ -19,7 +19,7 @@ public final class e { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f228c; + public static final Pattern f229c; public static final Pattern d; public static final Pattern e; public static final e f = new e(); @@ -33,7 +33,7 @@ public final class e { b = compile2; Pattern compile3 = Pattern.compile("^(?:\\n\\s*)+"); m.checkNotNullExpressionValue(compile3, "Pattern.compile(\"\"\"^(?:\\n\\s*)+\"\"\")"); - f228c = compile3; + f229c = compile3; Pattern compile4 = Pattern.compile("^[\\s\\S]+?(?=\\b|[^0-9A-Za-z\\s\\u00c0-\\uffff]|\\n| {2,}\\n|\\w+:\\S|$)"); m.checkNotNullExpressionValue(compile4, "Pattern.compile(\"\"\"^[\\s\\…|\\n| {2,}\\n|\\w+:\\S|$)\"\"\")"); d = compile4; @@ -57,16 +57,16 @@ public final class e { String[] strArr4 = (String[]) Arrays.copyOf(strArr, strArr.length); m.checkNotNullParameter(fVar, "codeStyleProviders"); m.checkNotNullParameter(strArr4, "identifiers"); - StringBuilder L = a.L("^\\b("); - L.append(k.joinToString$default(strArr4, "|", (CharSequence) null, (CharSequence) null, 0, (CharSequence) null, (Function1) null, 62, (Object) null)); - L.append(")(\\s+\\w+)"); - Pattern compile = Pattern.compile(L.toString()); + StringBuilder K = a.K("^\\b("); + K.append(k.joinToString$default(strArr4, "|", (CharSequence) null, (CharSequence) null, 0, (CharSequence) null, (Function1) null, 62, (Object) null)); + K.append(")(\\s+\\w+)"); + Pattern compile = Pattern.compile(K.toString()); m.checkNotNullExpressionValue(compile, "Pattern.compile(\"\"\"^\\b($…String(\"|\")})(\\s+\\w+)\"\"\")"); Pattern c2 = c((String[]) Arrays.copyOf(strArr2, strArr2.length)); m.checkNotNullExpressionValue(c2, "createWordPattern(*builtIns)"); Pattern c3 = c((String[]) Arrays.copyOf(strArr3, strArr3.length)); m.checkNotNullExpressionValue(c3, "createWordPattern(*keywords)"); - return u.plus((Collection) list, (Iterable) n.listOf((Object[]) new Rule[]{new b(fVar, strArr4, compile), d(this, c2, 0, fVar.g, 1), d(this, c3, 0, fVar.d, 1), d(this, e, 0, fVar.f229c, 1), d(this, f228c, 0, null, 3), d(this, d, 0, null, 3)})); + return u.plus((Collection) list, (Iterable) n.listOf((Object[]) new Rule[]{new b(fVar, strArr4, compile), d(this, c2, 0, fVar.g, 1), d(this, c3, 0, fVar.d, 1), d(this, e, 0, fVar.f230c, 1), d(this, f229c, 0, null, 3), d(this, d, 0, null, 3)})); } public final Pattern b(String str) { @@ -75,9 +75,9 @@ public final class e { public final Pattern c(String... strArr) { m.checkNotNullParameter(strArr, "words"); - StringBuilder L = a.L("^\\b(?:"); - L.append(k.joinToString$default(strArr, "|", (CharSequence) null, (CharSequence) null, 0, (CharSequence) null, (Function1) null, 62, (Object) null)); - L.append(")\\b"); - return Pattern.compile(L.toString()); + StringBuilder K = a.K("^\\b(?:"); + K.append(k.joinToString$default(strArr, "|", (CharSequence) null, (CharSequence) null, 0, (CharSequence) null, (Function1) null, 62, (Object) null)); + K.append(")\\b"); + return Pattern.compile(K.toString()); } } diff --git a/app/src/main/java/c/a/u/a/f.java b/app/src/main/java/c/a/t/a/f.java similarity index 77% rename from app/src/main/java/c/a/u/a/f.java rename to app/src/main/java/c/a/t/a/f.java index ea054bc631..991af1738c 100644 --- a/app/src/main/java/c/a/u/a/f.java +++ b/app/src/main/java/c/a/t/a/f.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import c.d.b.a.a; import com.discord.simpleast.core.node.StyleNode; @@ -9,7 +9,7 @@ public final class f { public final StyleNode.a b; /* renamed from: c reason: collision with root package name */ - public final StyleNode.a f229c; + public final StyleNode.a f230c; public final StyleNode.a d; public final StyleNode.a e; public final StyleNode.a f; @@ -33,7 +33,7 @@ public final class f { m.checkNotNullParameter(aVar8, "paramsStyleProvider"); this.a = aVar; this.b = aVar2; - this.f229c = aVar3; + this.f230c = aVar3; this.d = aVar4; this.e = aVar5; this.f = aVar6; @@ -49,7 +49,7 @@ public final class f { return false; } f fVar = (f) obj; - return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f229c, fVar.f229c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f230c, fVar.f230c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); } public int hashCode() { @@ -58,7 +58,7 @@ public final class f { int hashCode = (aVar != null ? aVar.hashCode() : 0) * 31; StyleNode.a aVar2 = this.b; int hashCode2 = (hashCode + (aVar2 != null ? aVar2.hashCode() : 0)) * 31; - StyleNode.a aVar3 = this.f229c; + StyleNode.a aVar3 = this.f230c; int hashCode3 = (hashCode2 + (aVar3 != null ? aVar3.hashCode() : 0)) * 31; StyleNode.a aVar4 = this.d; int hashCode4 = (hashCode3 + (aVar4 != null ? aVar4.hashCode() : 0)) * 31; @@ -76,23 +76,23 @@ public final class f { } public String toString() { - StringBuilder L = a.L("CodeStyleProviders(defaultStyleProvider="); - L.append(this.a); - L.append(", commentStyleProvider="); - L.append(this.b); - L.append(", literalStyleProvider="); - L.append(this.f229c); - L.append(", keywordStyleProvider="); - L.append(this.d); - L.append(", identifierStyleProvider="); - L.append(this.e); - L.append(", typesStyleProvider="); - L.append(this.f); - L.append(", genericsStyleProvider="); - L.append(this.g); - L.append(", paramsStyleProvider="); - L.append(this.h); - L.append(")"); - return L.toString(); + StringBuilder K = a.K("CodeStyleProviders(defaultStyleProvider="); + K.append(this.a); + K.append(", commentStyleProvider="); + K.append(this.b); + K.append(", literalStyleProvider="); + K.append(this.f230c); + K.append(", keywordStyleProvider="); + K.append(this.d); + K.append(", identifierStyleProvider="); + K.append(this.e); + K.append(", typesStyleProvider="); + K.append(this.f); + K.append(", genericsStyleProvider="); + K.append(this.g); + K.append(", paramsStyleProvider="); + K.append(this.h); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/a/u/a/g.java b/app/src/main/java/c/a/t/a/g.java similarity index 95% rename from app/src/main/java/c/a/u/a/g.java rename to app/src/main/java/c/a/t/a/g.java index 3d60993517..b7e1622585 100644 --- a/app/src/main/java/c/a/u/a/g.java +++ b/app/src/main/java/c/a/t/a/g.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import com.discord.simpleast.core.node.StyleNode; import d0.t.n; diff --git a/app/src/main/java/c/a/u/a/h.java b/app/src/main/java/c/a/t/a/h.java similarity index 89% rename from app/src/main/java/c/a/u/a/h.java rename to app/src/main/java/c/a/t/a/h.java index ad2df01f7a..1ae4887e3b 100644 --- a/app/src/main/java/c/a/u/a/h.java +++ b/app/src/main/java/c/a/t/a/h.java @@ -1,6 +1,6 @@ -package c.a.u.a; +package c.a.t.a; -import c.a.u.a.i; +import c.a.t.a.i; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; @@ -8,12 +8,12 @@ import com.discord.simpleast.core.parser.Rule; import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; -/* compiled from: Kotlin.kt */ +/* compiled from: JavaScript.kt */ public final class h extends Rule, S> { public final /* synthetic */ f a; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public h(i.a.C0042a aVar, f fVar, Pattern pattern) { + public h(i.a.C0041a aVar, f fVar, Pattern pattern) { super(pattern); this.a = fVar; } diff --git a/app/src/main/java/c/a/t/a/i.java b/app/src/main/java/c/a/t/a/i.java new file mode 100644 index 0000000000..5d667dc723 --- /dev/null +++ b/app/src/main/java/c/a/t/a/i.java @@ -0,0 +1,91 @@ +package c.a.t.a; + +import com.discord.simpleast.core.node.Node; +import com.discord.simpleast.core.node.StyleNode; +import d0.z.d.m; +import java.util.regex.Pattern; +import kotlin.jvm.internal.DefaultConstructorMarker; +import kotlin.text.Regex; +/* compiled from: JavaScript.kt */ +public final class i { + public static final String[] a = {"import|export|default|package", "class|enum", "function|super|extends|implements|arguments", "var|let|const|static|get|set|new", "return|break|continue|yield|void", "if|else|for|while|do|switch|async|await|case|try|catch|finally|delete|throw|NaN|Infinity", "of|in|instanceof|typeof", "debugger|with", "true|false|null|undefined"}; + public static final String[] b = {"String|Boolean|RegExp|Number|Date|Math|JSON|Symbol|BigInt|Atomics|DataView", "Function|Promise|Generator|GeneratorFunction|AsyncFunction|AsyncGenerator|AsyncGeneratorFunction", "Array|Object|Map|Set|WeakMap|WeakSet|Int8Array|Int16Array|Int32Array|Uint8Array|Uint16Array", "Uint32Array|Uint8ClampedArray|Float32Array|Float64Array|BigInt64Array|BigUint64Array|Buffer", "ArrayBuffer|SharedArrayBuffer", "Reflect|Proxy|Intl|WebAssembly", "console|process|require|isNaN|parseInt|parseFloat|encodeURI|decodeURI|encodeURIComponent", "decodeURIComponent|this|global|globalThis|eval|isFinite|module", "setTimeout|setInterval|clearTimeout|clearInterval|setImmediate|clearImmediate", "queueMicrotask|document|window", "Error|SyntaxError|TypeError|RangeError|ReferenceError|EvalError|InternalError|URIError", "AggregateError|escape|unescape|URL|URLSearchParams|TextEncoder|TextDecoder", "AbortController|AbortSignal|EventTarget|Event|MessageChannel", "MessagePort|MessageEvent|FinalizationRegistry|WeakRef", "regeneratorRuntime"}; + + /* renamed from: c reason: collision with root package name */ + public static final Pattern f231c = Pattern.compile("^/.*?/(?:\\w*)?", 32); + public static final Pattern d = Pattern.compile("^<(.*)>"); + public static final Pattern e = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); + public static final Pattern f = Pattern.compile("^('[\\s\\S]*?(? extends Node.a { + public static final Pattern a = Pattern.compile("^(var|let|const)(\\s+[a-zA-Z_$](?:[a-zA-Z0-9_$])*)", 32); + public static final C0041a b = new C0041a(null); + + /* compiled from: JavaScript.kt */ + /* renamed from: c.a.t.a.i$a$a reason: collision with other inner class name */ + public static final class C0041a { + public C0041a(DefaultConstructorMarker defaultConstructorMarker) { + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public a(String str, String str2, f fVar) { + super(new StyleNode.b(str, fVar.d), new StyleNode.b(str2, fVar.e)); + m.checkNotNullParameter(str, "definition"); + m.checkNotNullParameter(str2, "name"); + m.checkNotNullParameter(fVar, "codeStyleProviders"); + } + } + + /* compiled from: JavaScript.kt */ + public static final class b extends Node.a { + public static final Pattern a = new Regex("^(function\\*?|static|get|set|async)(\\s+[a-zA-Z_$](?:[a-zA-Z0-9_$])*?)?( *?\\(.*?\\))", d0.g0.i.DOT_MATCHES_ALL).toPattern(); + public static final a b = new a(null); + + /* compiled from: JavaScript.kt */ + public static final class a { + public a(DefaultConstructorMarker defaultConstructorMarker) { + } + } + + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x002a: APUT + (r0v4 com.discord.simpleast.core.node.Node[]) + (1 ??[boolean, int, float, short, byte, char]) + (r1v1 com.discord.simpleast.core.node.StyleNode$b) + */ + /* JADX WARNING: Illegal instructions before constructor call */ + public b(String str, String str2, String str3, f fVar) { + super(r0); + m.checkNotNullParameter(str, "pre"); + m.checkNotNullParameter(str3, "params"); + m.checkNotNullParameter(fVar, "codeStyleProviders"); + Node[] nodeArr = new Node[3]; + nodeArr[0] = new StyleNode.b(str, fVar.d); + nodeArr[1] = str2 != null ? new StyleNode.b(str2, fVar.e) : null; + nodeArr[2] = new StyleNode.b(str3, fVar.h); + } + } + + /* compiled from: JavaScript.kt */ + public static final class c extends Node.a { + public static final Pattern a = Pattern.compile("^([{\\[,])(\\s*[a-zA-Z0-9_$]*)(:)", 32); + public static final a b = new a(null); + + /* compiled from: JavaScript.kt */ + public static final class a { + public a(DefaultConstructorMarker defaultConstructorMarker) { + } + } + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public c(String str, String str2, String str3, f fVar) { + super(new StyleNode.b(str, fVar.a), new StyleNode.b(str2, fVar.e), new StyleNode.b(str3, fVar.a)); + m.checkNotNullParameter(str, "prefix"); + m.checkNotNullParameter(str2, "property"); + m.checkNotNullParameter(str3, "suffix"); + m.checkNotNullParameter(fVar, "codeStyleProviders"); + } + } +} diff --git a/app/src/main/java/c/a/u/a/j.java b/app/src/main/java/c/a/t/a/j.java similarity index 84% rename from app/src/main/java/c/a/u/a/j.java rename to app/src/main/java/c/a/t/a/j.java index 92e87ac46e..92b9b35ab5 100644 --- a/app/src/main/java/c/a/u/a/j.java +++ b/app/src/main/java/c/a/t/a/j.java @@ -1,6 +1,6 @@ -package c.a.u.a; +package c.a.t.a; -import c.a.u.a.i; +import c.a.t.a.i; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; @@ -8,7 +8,7 @@ import com.discord.simpleast.core.parser.Rule; import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; -/* compiled from: Kotlin.kt */ +/* compiled from: JavaScript.kt */ public final class j extends Rule, S> { public final /* synthetic */ f a; @@ -25,11 +25,9 @@ public final class j extends Rule, S> { String group = matcher.group(1); String group2 = matcher.group(2); String group3 = matcher.group(3); - String group4 = matcher.group(4); m.checkNotNull(group); m.checkNotNull(group3); - m.checkNotNull(group4); - i.b bVar = new i.b(group, group2, group3, group4, this.a); + i.b bVar = new i.b(group, group2, group3, this.a); m.checkNotNullParameter(bVar, "node"); return new ParseSpec<>(bVar, s2); } diff --git a/app/src/main/java/c/a/t/a/k.java b/app/src/main/java/c/a/t/a/k.java new file mode 100644 index 0000000000..46ce421ec9 --- /dev/null +++ b/app/src/main/java/c/a/t/a/k.java @@ -0,0 +1,35 @@ +package c.a.t.a; + +import c.a.t.a.i; +import com.discord.simpleast.core.node.Node; +import com.discord.simpleast.core.parser.ParseSpec; +import com.discord.simpleast.core.parser.Parser; +import com.discord.simpleast.core.parser.Rule; +import d0.z.d.m; +import java.util.regex.Matcher; +import java.util.regex.Pattern; +/* compiled from: JavaScript.kt */ +public final class k extends Rule, S> { + public final /* synthetic */ f a; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public k(i.c.a aVar, f fVar, Pattern pattern) { + super(pattern); + this.a = fVar; + } + + @Override // com.discord.simpleast.core.parser.Rule + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { + m.checkNotNullParameter(matcher, "matcher"); + m.checkNotNullParameter(parser, "parser"); + String group = matcher.group(1); + String group2 = matcher.group(2); + String group3 = matcher.group(3); + m.checkNotNull(group); + m.checkNotNull(group2); + m.checkNotNull(group3); + i.c cVar = new i.c(group, group2, group3, this.a); + m.checkNotNullParameter(cVar, "node"); + return new ParseSpec<>(cVar, s2); + } +} diff --git a/app/src/main/java/c/a/t/a/l.java b/app/src/main/java/c/a/t/a/l.java new file mode 100644 index 0000000000..acc657a11e --- /dev/null +++ b/app/src/main/java/c/a/t/a/l.java @@ -0,0 +1,32 @@ +package c.a.t.a; + +import c.a.t.a.m; +import com.discord.simpleast.core.node.Node; +import com.discord.simpleast.core.parser.ParseSpec; +import com.discord.simpleast.core.parser.Parser; +import com.discord.simpleast.core.parser.Rule; +import java.util.regex.Matcher; +import java.util.regex.Pattern; +/* compiled from: Kotlin.kt */ +public final class l extends Rule, S> { + public final /* synthetic */ f a; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public l(m.a.C0042a aVar, f fVar, Pattern pattern) { + super(pattern); + this.a = fVar; + } + + @Override // com.discord.simpleast.core.parser.Rule + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { + d0.z.d.m.checkNotNullParameter(matcher, "matcher"); + d0.z.d.m.checkNotNullParameter(parser, "parser"); + String group = matcher.group(1); + String group2 = matcher.group(2); + d0.z.d.m.checkNotNull(group); + d0.z.d.m.checkNotNull(group2); + m.a aVar = new m.a(group, group2, this.a); + d0.z.d.m.checkNotNullParameter(aVar, "node"); + return new ParseSpec<>(aVar, s2); + } +} diff --git a/app/src/main/java/c/a/u/a/i.java b/app/src/main/java/c/a/t/a/m.java similarity index 79% rename from app/src/main/java/c/a/u/a/i.java rename to app/src/main/java/c/a/t/a/m.java index 13deafedec..1aaf4f1d69 100644 --- a/app/src/main/java/c/a/u/a/i.java +++ b/app/src/main/java/c/a/t/a/m.java @@ -1,21 +1,21 @@ -package c.a.u.a; +package c.a.t.a; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; -import d0.z.d.m; +import d0.g0.i; import java.util.regex.Pattern; import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.text.Regex; /* compiled from: Kotlin.kt */ -public final class i { +public final class m { public static final String[] a = {"public|private|internal|inline|lateinit|abstract|open|reified", "import|package", "class|interface|data|enum|sealed|object|typealias", "fun|override|this|super|where|constructor|init|param|delegate", "const|val|var|get|final|vararg|it", "return|break|continue|suspend", "for|while|do|if|else|when|try|catch|finally|throw", "in|out|is|as|typeof", "shr|ushr|shl|ushl", "true|false|null"}; public static final String[] b = {"true|false|Boolean|String|Char", "Int|UInt|Long|ULong|Float|Double|Byte|UByte|Short|UShort", "Self|Set|Map|MutableMap|List|MutableList|Array|Runnable|Unit", "arrayOf|listOf|mapOf|setOf|let|also|apply|run"}; /* renamed from: c reason: collision with root package name */ - public static final Pattern f230c = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); + public static final Pattern f232c = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); public static final Pattern d = Pattern.compile("^@(\\w+)"); public static final Pattern e = Pattern.compile("^\"[\\s\\S]*?(? extends Node.a { @@ -23,7 +23,7 @@ public final class i { public static final C0042a b = new C0042a(null); /* compiled from: Kotlin.kt */ - /* renamed from: c.a.u.a.i$a$a reason: collision with other inner class name */ + /* renamed from: c.a.t.a.m$a$a reason: collision with other inner class name */ public static final class C0042a { public C0042a(DefaultConstructorMarker defaultConstructorMarker) { } @@ -32,15 +32,15 @@ public final class i { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(String str, String str2, f fVar) { super(new StyleNode.b(str, fVar.d), new StyleNode.b(str2, fVar.e)); - m.checkNotNullParameter(str, "definition"); - m.checkNotNullParameter(str2, "name"); - m.checkNotNullParameter(fVar, "codeStyleProviders"); + d0.z.d.m.checkNotNullParameter(str, "definition"); + d0.z.d.m.checkNotNullParameter(str2, "name"); + d0.z.d.m.checkNotNullParameter(fVar, "codeStyleProviders"); } } /* compiled from: Kotlin.kt */ public static final class b extends Node.a { - public static final Pattern a = new Regex("^(fun)( *<.*>)?( \\w+)( *\\(.*?\\))", d0.g0.i.DOT_MATCHES_ALL).toPattern(); + public static final Pattern a = new Regex("^(fun)( *<.*>)?( \\w+)( *\\(.*?\\))", i.DOT_MATCHES_ALL).toPattern(); public static final a b = new a(null); /* compiled from: Kotlin.kt */ @@ -52,15 +52,15 @@ public final class i { /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x0030: APUT (r0v5 com.discord.simpleast.core.node.Node[]) (1 ??[boolean, int, float, short, byte, char]) - (r4v2 com.discord.simpleast.core.node.StyleNode$b) + (r1v1 com.discord.simpleast.core.node.StyleNode$b) */ /* JADX WARNING: Illegal instructions before constructor call */ public b(String str, String str2, String str3, String str4, f fVar) { super(r0); - m.checkNotNullParameter(str, "pre"); - m.checkNotNullParameter(str3, "signature"); - m.checkNotNullParameter(str4, "params"); - m.checkNotNullParameter(fVar, "codeStyleProviders"); + d0.z.d.m.checkNotNullParameter(str, "pre"); + d0.z.d.m.checkNotNullParameter(str3, "signature"); + d0.z.d.m.checkNotNullParameter(str4, "params"); + d0.z.d.m.checkNotNullParameter(fVar, "codeStyleProviders"); Node[] nodeArr = new Node[4]; nodeArr[0] = new StyleNode.b(str, fVar.d); nodeArr[1] = str2 != null ? new StyleNode.b(str2, fVar.g) : null; diff --git a/app/src/main/java/c/a/t/a/n.java b/app/src/main/java/c/a/t/a/n.java new file mode 100644 index 0000000000..afabb94d75 --- /dev/null +++ b/app/src/main/java/c/a/t/a/n.java @@ -0,0 +1,35 @@ +package c.a.t.a; + +import c.a.t.a.m; +import com.discord.simpleast.core.node.Node; +import com.discord.simpleast.core.parser.ParseSpec; +import com.discord.simpleast.core.parser.Parser; +import com.discord.simpleast.core.parser.Rule; +import java.util.regex.Matcher; +import java.util.regex.Pattern; +/* compiled from: Kotlin.kt */ +public final class n extends Rule, S> { + public final /* synthetic */ f a; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public n(m.b.a aVar, f fVar, Pattern pattern) { + super(pattern); + this.a = fVar; + } + + @Override // com.discord.simpleast.core.parser.Rule + public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { + d0.z.d.m.checkNotNullParameter(matcher, "matcher"); + d0.z.d.m.checkNotNullParameter(parser, "parser"); + String group = matcher.group(1); + String group2 = matcher.group(2); + String group3 = matcher.group(3); + String group4 = matcher.group(4); + d0.z.d.m.checkNotNull(group); + d0.z.d.m.checkNotNull(group3); + d0.z.d.m.checkNotNull(group4); + m.b bVar = new m.b(group, group2, group3, group4, this.a); + d0.z.d.m.checkNotNullParameter(bVar, "node"); + return new ParseSpec<>(bVar, s2); + } +} diff --git a/app/src/main/java/c/a/u/a/k.java b/app/src/main/java/c/a/t/a/o.java similarity index 84% rename from app/src/main/java/c/a/u/a/k.java rename to app/src/main/java/c/a/t/a/o.java index 9fc571e1d7..f7afbe6a62 100644 --- a/app/src/main/java/c/a/u/a/k.java +++ b/app/src/main/java/c/a/t/a/o.java @@ -1,9 +1,9 @@ -package c.a.u.a; +package c.a.t.a; import android.text.SpannableStringBuilder; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; -import d0.o; +import d0.z.d.k; import d0.z.d.m; import java.util.Iterator; import java.util.Objects; @@ -11,12 +11,12 @@ import java.util.regex.Pattern; import kotlin.Pair; import kotlin.jvm.functions.Function1; /* compiled from: Xml.kt */ -public final class k { +public final class o { public static final Pattern a; public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final k f231c = new k(); + public static final o f233c = new o(); /* compiled from: Xml.kt */ public static final class a extends Node.a { @@ -24,11 +24,11 @@ public final class k { public final String b; /* renamed from: c reason: collision with root package name */ - public final f f232c; + public final f f234c; /* compiled from: Xml.kt */ - /* renamed from: c.a.u.a.k$a$a reason: collision with other inner class name */ - public static final /* synthetic */ class C0043a extends d0.z.d.k implements Function1> { + /* renamed from: c.a.t.a.o$a$a reason: collision with other inner class name */ + public static final /* synthetic */ class C0043a extends k implements Function1> { public C0043a(StyleNode.a aVar) { super(1, aVar, StyleNode.a.class, "get", "get(Ljava/lang/Object;)Ljava/lang/Iterable;", 0); } @@ -47,7 +47,7 @@ public final class k { m.checkNotNullParameter(fVar, "codeStyleProviders"); this.a = str; this.b = str2; - this.f232c = fVar; + this.f234c = fVar; } @Override // com.discord.simpleast.core.node.Node.a, com.discord.simpleast.core.node.Node @@ -78,25 +78,25 @@ public final class k { Objects.requireNonNull(str3, "null cannot be cast to non-null type java.lang.String"); String substring2 = str3.substring(i); m.checkNotNullExpressionValue(substring2, "(this as java.lang.String).substring(startIndex)"); - pair = o.to(substring, substring2); + pair = d0.o.to(substring, substring2); } else { - pair = o.to(this.a, ""); + pair = d0.o.to(this.a, ""); } String str4 = (String) pair.component2(); - C0043a aVar = new C0043a(this.f232c.g); + C0043a aVar = new C0043a(this.f234c.g); int length2 = spannableStringBuilder.length(); spannableStringBuilder.append((CharSequence) ('<' + ((String) pair.component1()))); - Iterator it = ((StyleNode.a) aVar.receiver).get(rc).iterator(); + Iterator it = aVar.invoke(rc).iterator(); while (it.hasNext()) { spannableStringBuilder.setSpan(it.next(), length2, spannableStringBuilder.length(), 33); } int length3 = spannableStringBuilder.length(); spannableStringBuilder.append((CharSequence) (str4 + '>')); - Iterator it2 = this.f232c.h.get(rc).iterator(); + Iterator it2 = this.f234c.h.get(rc).iterator(); while (it2.hasNext()) { spannableStringBuilder.setSpan(it2.next(), length3, spannableStringBuilder.length() - 1, 33); } - Iterator it3 = ((StyleNode.a) aVar.receiver).get(rc).iterator(); + Iterator it3 = aVar.invoke(rc).iterator(); while (it3.hasNext()) { spannableStringBuilder.setSpan(it3.next(), spannableStringBuilder.length() - 1, spannableStringBuilder.length(), 33); } @@ -107,11 +107,11 @@ public final class k { } if (!z2) { int length4 = spannableStringBuilder.length(); - StringBuilder L = c.d.b.a.a.L("'); - spannableStringBuilder.append((CharSequence) L.toString()); - Iterator it4 = ((StyleNode.a) aVar.receiver).get(rc).iterator(); + StringBuilder K = c.d.b.a.a.K("'); + spannableStringBuilder.append((CharSequence) K.toString()); + Iterator it4 = aVar.invoke(rc).iterator(); while (it4.hasNext()) { spannableStringBuilder.setSpan(it4.next(), length4 + 1, spannableStringBuilder.length(), 33); } diff --git a/app/src/main/java/c/a/u/a/l.java b/app/src/main/java/c/a/t/a/p.java similarity index 83% rename from app/src/main/java/c/a/u/a/l.java rename to app/src/main/java/c/a/t/a/p.java index 254197e450..fc3d46687a 100644 --- a/app/src/main/java/c/a/u/a/l.java +++ b/app/src/main/java/c/a/t/a/p.java @@ -1,6 +1,6 @@ -package c.a.u.a; +package c.a.t.a; -import c.a.u.a.k; +import c.a.t.a.o; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; @@ -9,11 +9,11 @@ import d0.z.d.m; import java.util.regex.Matcher; import java.util.regex.Pattern; /* compiled from: Xml.kt */ -public final class l extends Rule, S> { +public final class p extends Rule, S> { public final /* synthetic */ f a; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public l(k kVar, f fVar, Pattern pattern) { + public p(o oVar, f fVar, Pattern pattern) { super(pattern); this.a = fVar; } @@ -26,13 +26,13 @@ public final class l extends Rule, S> { m.checkNotNull(group); String group2 = matcher.group(3); if (matcher.group(2) != null) { - k.a aVar = new k.a(group, group2, this.a); + o.a aVar = new o.a(group, group2, this.a); int start = matcher.start(2); int end = matcher.end(2); m.checkNotNullParameter(aVar, "node"); return new ParseSpec<>(aVar, s2, start, end); } - k.a aVar2 = new k.a(group, group2, this.a); + o.a aVar2 = new o.a(group, group2, this.a); m.checkNotNullParameter(aVar2, "node"); return new ParseSpec<>(aVar2, s2); } diff --git a/app/src/main/java/c/a/t/b.java b/app/src/main/java/c/a/t/b.java deleted file mode 100644 index 5776f0182c..0000000000 --- a/app/src/main/java/c/a/t/b.java +++ /dev/null @@ -1,200 +0,0 @@ -package c.a.t; - -import android.content.ContentResolver; -import android.database.ContentObserver; -import android.database.Cursor; -import android.net.Uri; -import android.os.Build; -import android.provider.MediaStore; -import com.discord.utilities.logging.Logger; -import com.discord.utilities.time.Clock; -import com.discord.utilities.time.ClockFactory; -import d0.g0.t; -import d0.g0.w; -import d0.t.j; -import d0.z.d.m; -import java.util.Locale; -import java.util.Objects; -import kotlin.Unit; -import kotlin.jvm.functions.Function2; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: ScreenshotContentObserver.kt */ -public final class b extends ContentObserver { - public static final a a = new a(null); - public String b; - - /* renamed from: c reason: collision with root package name */ - public final Logger f225c; - public final ContentResolver d; - public final Clock e; - public final Function2 f; - - /* compiled from: ScreenshotContentObserver.kt */ - public static final class a { - public a(DefaultConstructorMarker defaultConstructorMarker) { - } - } - - /* compiled from: ScreenshotContentObserver.kt */ - /* renamed from: c.a.t.b$b reason: collision with other inner class name */ - public static final class C0041b { - public final String a; - public final long b; - - /* renamed from: c reason: collision with root package name */ - public final String f226c; - public final String d; - public final Uri e; - public final long f; - - public C0041b(long j, String str, String str2, Uri uri, long j2) { - m.checkNotNullParameter(str, "fileName"); - m.checkNotNullParameter(str2, "relativePath"); - m.checkNotNullParameter(uri, "uri"); - this.b = j; - this.f226c = str; - this.d = str2; - this.e = uri; - this.f = j2; - this.a = str2 + '/' + str; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof C0041b)) { - return false; - } - C0041b bVar = (C0041b) obj; - return this.b == bVar.b && m.areEqual(this.f226c, bVar.f226c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; - } - - public int hashCode() { - int a = a0.a.a.b.a(this.b) * 31; - String str = this.f226c; - int i = 0; - int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; - String str2 = this.d; - int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; - Uri uri = this.e; - if (uri != null) { - i = uri.hashCode(); - } - return a0.a.a.b.a(this.f) + ((hashCode2 + i) * 31); - } - - public String toString() { - StringBuilder L = c.d.b.a.a.L("ScreenshotData(id="); - L.append(this.b); - L.append(", fileName="); - L.append(this.f226c); - L.append(", relativePath="); - L.append(this.d); - L.append(", uri="); - L.append(this.e); - L.append(", dateAdded="); - return c.d.b.a.a.z(L, this.f, ")"); - } - } - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public b(Logger logger, ContentResolver contentResolver, Clock clock, Function2 function2, int i) { - super(null); - Clock clock2 = (i & 4) != 0 ? ClockFactory.get() : null; - m.checkNotNullParameter(logger, "logger"); - m.checkNotNullParameter(contentResolver, "contentResolver"); - m.checkNotNullParameter(clock2, "clock"); - m.checkNotNullParameter(function2, "onScreenshot"); - this.f225c = logger; - this.d = contentResolver; - this.e = clock2; - this.f = function2; - } - - /* JADX WARNING: Code restructure failed: missing block: B:25:0x00b6, code lost: - r0 = move-exception; - */ - /* JADX WARNING: Code restructure failed: missing block: B:26:0x00b7, code lost: - d0.y.b.closeFinally(r2, r0); - */ - /* JADX WARNING: Code restructure failed: missing block: B:27:0x00bb, code lost: - throw r0; - */ - /* JADX WARNING: Removed duplicated region for block: B:31:0x00c2 */ - /* JADX WARNING: Removed duplicated region for block: B:45:? A[RETURN, SYNTHETIC] */ - public final void a(Uri uri) { - C0041b bVar; - String str; - ContentResolver contentResolver = this.d; - int i = Build.VERSION.SDK_INT; - Cursor query = contentResolver.query(uri, (String[]) j.plus(j.plus(new String[]{"_display_name", "date_added", "_id"}, i >= 29 ? new String[]{"is_pending", "relative_path"} : new String[0]), i >= 29 ? new String[]{"relative_path"} : new String[]{"_data"}), null, null, "date_added DESC"); - if (query != null) { - if (query.moveToFirst()) { - if (i < 29 || query.getInt(query.getColumnIndex("is_pending")) != 1) { - if (i >= 29) { - str = query.getString(query.getColumnIndex("relative_path")); - } else { - String string = query.getString(query.getColumnIndex("_data")); - m.checkNotNullExpressionValue(string, "cursor.getString(cursor.…mages.ImageColumns.DATA))"); - str = w.substringBeforeLast$default(string, '/', (String) null, 2, (Object) null); - } - long j = query.getLong(query.getColumnIndex("_id")); - String string2 = query.getString(query.getColumnIndex("_display_name")); - m.checkNotNullExpressionValue(string2, "cursor.getString(cursor.…ages.Media.DISPLAY_NAME))"); - m.checkNotNullExpressionValue(str, "relativePath"); - bVar = new C0041b(j, string2, str, uri, query.getLong(query.getColumnIndex("date_added"))); - d0.y.b.closeFinally(query, null); - if (bVar != null) { - String str2 = this.b; - if (str2 == null || !t.equals$default(str2, bVar.a, false, 2, null)) { - String str3 = bVar.a; - Locale locale = Locale.getDefault(); - m.checkNotNullExpressionValue(locale, "Locale.getDefault()"); - Objects.requireNonNull(str3, "null cannot be cast to non-null type java.lang.String"); - String lowerCase = str3.toLowerCase(locale); - m.checkNotNullExpressionValue(lowerCase, "(this as java.lang.String).toLowerCase(locale)"); - if (w.contains$default((CharSequence) lowerCase, (CharSequence) "screenshots/", false, 2, (Object) null)) { - if (Math.abs((this.e.currentTimeMillis() / ((long) 1000)) - bVar.f) <= 10) { - this.b = bVar.a; - this.f.invoke(bVar.e, bVar.f226c); - return; - } - return; - } - return; - } - return; - } - return; - } - d0.y.b.closeFinally(query, null); - bVar = null; - if (bVar != null) { - } - } - } - d0.y.b.closeFinally(query, null); - bVar = null; - if (bVar != null) { - } - } - - @Override // android.database.ContentObserver - public void onChange(boolean z2, Uri uri) { - super.onChange(z2, uri); - if (uri != null) { - String uri2 = uri.toString(); - m.checkNotNullExpressionValue(uri2, "uri.toString()"); - String uri3 = MediaStore.Images.Media.EXTERNAL_CONTENT_URI.toString(); - m.checkNotNullExpressionValue(uri3, "MediaStore.Images.Media.…AL_CONTENT_URI.toString()"); - if (t.startsWith$default(uri2, uri3, false, 2, null)) { - try { - a(uri); - } catch (Exception e) { - Logger.e$default(this.f225c, "Error processing screenshot", e, null, 4, null); - } - } - } - } -} diff --git a/app/src/main/java/c/a/u/b/a/a.java b/app/src/main/java/c/a/t/b/a/a.java similarity index 97% rename from app/src/main/java/c/a/u/b/a/a.java rename to app/src/main/java/c/a/t/b/a/a.java index 094832f9eb..51618c9bce 100644 --- a/app/src/main/java/c/a/u/b/a/a.java +++ b/app/src/main/java/c/a/t/b/a/a.java @@ -1,4 +1,4 @@ -package c.a.u.b.a; +package c.a.t.b.a; import android.text.SpannableStringBuilder; import com.discord.simpleast.core.node.Node; diff --git a/app/src/main/java/c/a/u/b/b/a.java b/app/src/main/java/c/a/t/b/b/a.java similarity index 97% rename from app/src/main/java/c/a/u/b/b/a.java rename to app/src/main/java/c/a/t/b/b/a.java index 4425b6f2bc..75e2e1f56d 100644 --- a/app/src/main/java/c/a/u/b/b/a.java +++ b/app/src/main/java/c/a/t/b/b/a.java @@ -1,4 +1,4 @@ -package c.a.u.b.b; +package c.a.t.b.b; import android.text.style.CharacterStyle; import android.text.style.StyleSpan; diff --git a/app/src/main/java/c/a/u/b/b/b.java b/app/src/main/java/c/a/t/b/b/b.java similarity index 95% rename from app/src/main/java/c/a/u/b/b/b.java rename to app/src/main/java/c/a/t/b/b/b.java index 2e65e51969..9b95bc9e72 100644 --- a/app/src/main/java/c/a/u/b/b/b.java +++ b/app/src/main/java/c/a/t/b/b/b.java @@ -1,6 +1,6 @@ -package c.a.u.b.b; +package c.a.t.b.b; -import c.a.u.b.a.a; +import c.a.t.b.a.a; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; diff --git a/app/src/main/java/c/a/u/b/b/c.java b/app/src/main/java/c/a/t/b/b/c.java similarity index 98% rename from app/src/main/java/c/a/u/b/b/c.java rename to app/src/main/java/c/a/t/b/b/c.java index 6d19d5c316..7771be82c9 100644 --- a/app/src/main/java/c/a/u/b/b/c.java +++ b/app/src/main/java/c/a/t/b/b/c.java @@ -1,4 +1,4 @@ -package c.a.u.b.b; +package c.a.t.b.b; import android.text.style.StyleSpan; import com.discord.simpleast.core.node.Node; diff --git a/app/src/main/java/c/a/u/b/b/d.java b/app/src/main/java/c/a/t/b/b/d.java similarity index 95% rename from app/src/main/java/c/a/u/b/b/d.java rename to app/src/main/java/c/a/t/b/b/d.java index 678159baf1..f4dcb5f0f4 100644 --- a/app/src/main/java/c/a/u/b/b/d.java +++ b/app/src/main/java/c/a/t/b/b/d.java @@ -1,6 +1,6 @@ -package c.a.u.b.b; +package c.a.t.b.b; -import c.a.u.b.a.a; +import c.a.t.b.a.a; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.parser.ParseSpec; import com.discord.simpleast.core.parser.Parser; diff --git a/app/src/main/java/c/a/u/b/b/e.java b/app/src/main/java/c/a/t/b/b/e.java similarity index 96% rename from app/src/main/java/c/a/u/b/b/e.java rename to app/src/main/java/c/a/t/b/b/e.java index 383a67db98..4efd5256c0 100644 --- a/app/src/main/java/c/a/u/b/b/e.java +++ b/app/src/main/java/c/a/t/b/b/e.java @@ -1,4 +1,4 @@ -package c.a.u.b.b; +package c.a.t.b.b; import android.text.style.CharacterStyle; import com.discord.simpleast.core.node.Node; @@ -18,7 +18,7 @@ public final class e { public static final Pattern b = Pattern.compile("^__([\\s\\S]+?)__(?!_)"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f233c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); + public static final Pattern f235c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); public static final Pattern d = Pattern.compile("^(?:\\n *)*\\n"); public static final Pattern e = Pattern.compile("^[\\s\\S]+?(?=[^0-9A-Za-z\\s\\u00c0-\\uffff]|\\n| {2,}\\n|\\w+:\\S|$)"); public static final Pattern f = Pattern.compile("^\\\\([^0-9A-Za-z\\s])"); @@ -59,7 +59,7 @@ public final class e { m.checkNotNullParameter(parser, "parser"); String group = matcher.group(); m.checkNotNullExpressionValue(group, "matcher.group()"); - c.a.u.b.a.a aVar = new c.a.u.b.a.a(group); + c.a.t.b.a.a aVar = new c.a.t.b.a.a(group); m.checkNotNullParameter(aVar, "node"); return new ParseSpec<>(aVar, s2); } @@ -86,7 +86,7 @@ public final class e { Pattern pattern5 = g; m.checkNotNullExpressionValue(pattern5, "PATTERN_ITALICS"); arrayList.add(new c(eVar2, pattern5)); - Pattern pattern6 = f233c; + Pattern pattern6 = f235c; m.checkNotNullExpressionValue(pattern6, "PATTERN_STRIKETHRU"); arrayList.add(c(pattern6, f.i)); if (z2) { diff --git a/app/src/main/java/c/a/u/b/b/f.java b/app/src/main/java/c/a/t/b/b/f.java similarity index 97% rename from app/src/main/java/c/a/u/b/b/f.java rename to app/src/main/java/c/a/t/b/b/f.java index c49fd459d3..3952603075 100644 --- a/app/src/main/java/c/a/u/b/b/f.java +++ b/app/src/main/java/c/a/t/b/b/f.java @@ -1,4 +1,4 @@ -package c.a.u.b.b; +package c.a.t.b.b; import android.text.style.CharacterStyle; import android.text.style.StrikethroughSpan; diff --git a/app/src/main/java/c/a/u/b/b/g.java b/app/src/main/java/c/a/t/b/b/g.java similarity index 97% rename from app/src/main/java/c/a/u/b/b/g.java rename to app/src/main/java/c/a/t/b/b/g.java index ac15f06bbf..44c5b76e7f 100644 --- a/app/src/main/java/c/a/u/b/b/g.java +++ b/app/src/main/java/c/a/t/b/b/g.java @@ -1,4 +1,4 @@ -package c.a.u.b.b; +package c.a.t.b.b; import android.text.style.CharacterStyle; import android.text.style.UnderlineSpan; diff --git a/app/src/main/java/c/a/u/b/b/h.java b/app/src/main/java/c/a/t/b/b/h.java similarity index 97% rename from app/src/main/java/c/a/u/b/b/h.java rename to app/src/main/java/c/a/t/b/b/h.java index 5c0b179713..05474b857f 100644 --- a/app/src/main/java/c/a/u/b/b/h.java +++ b/app/src/main/java/c/a/t/b/b/h.java @@ -1,4 +1,4 @@ -package c.a.u.b.b; +package c.a.t.b.b; import android.text.SpannableStringBuilder; import com.discord.simpleast.core.node.Node; diff --git a/app/src/main/java/c/a/u/b/c/a.java b/app/src/main/java/c/a/t/b/c/a.java similarity index 87% rename from app/src/main/java/c/a/u/b/c/a.java rename to app/src/main/java/c/a/t/b/c/a.java index 524010e320..2e0f452842 100644 --- a/app/src/main/java/c/a/u/b/c/a.java +++ b/app/src/main/java/c/a/t/b/c/a.java @@ -1,4 +1,4 @@ -package c.a.u.b.c; +package c.a.t.b.c; import com.discord.simpleast.core.node.Node; /* compiled from: NodeProcessor */ diff --git a/app/src/main/java/c/a/u/c/a.java b/app/src/main/java/c/a/t/c/a.java similarity index 96% rename from app/src/main/java/c/a/u/c/a.java rename to app/src/main/java/c/a/t/c/a.java index 047c34e40b..089eee307c 100644 --- a/app/src/main/java/c/a/u/c/a.java +++ b/app/src/main/java/c/a/t/c/a.java @@ -1,7 +1,7 @@ -package c.a.u.c; +package c.a.t.c; import android.text.style.CharacterStyle; -import c.a.u.b.b.e; +import c.a.t.b.b.e; import com.discord.simpleast.core.node.Node; import com.discord.simpleast.core.node.StyleNode; import com.discord.simpleast.core.parser.ParseSpec; @@ -26,12 +26,12 @@ public final class a { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f234c; + public static final Pattern f236c; public static final Pattern d = new Regex("^\\s*(?:(?:(.+)(?: +\\{([\\w ]*)\\}))|(.*))[ \\t]*\\n *([=\\-]){3,}[ \\t]*(?=\\n|$)").toPattern(); public static final a e = new a(); /* compiled from: MarkdownRules.kt */ - /* renamed from: c.a.u.c.a$a reason: collision with other inner class name */ + /* renamed from: c.a.t.c.a$a reason: collision with other inner class name */ public static class C0044a extends b { private final Function1 classSpanProvider; private final List, S>> innerRules; @@ -65,7 +65,7 @@ public final class a { return this.innerRules; } - @Override // c.a.u.c.a.b, c.a.u.c.a.c, com.discord.simpleast.core.parser.Rule + @Override // c.a.t.c.a.b, c.a.t.c.a.c, com.discord.simpleast.core.parser.Rule public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { List list; String obj; @@ -120,17 +120,17 @@ public final class a { this(pattern, function1); if ((i & 1) != 0) { a aVar = a.e; - pattern = a.f234c; + pattern = a.f236c; } } - @Override // c.a.u.c.a.c + @Override // c.a.t.c.a.c public StyleNode createHeaderStyleNode(String str) { m.checkNotNullParameter(str, "headerStyleGroup"); return new StyleNode<>(d0.t.m.listOf(getStyleSpanProvider().invoke(Integer.valueOf((str.hashCode() == 61 && str.equals("=")) ? 1 : 2)))); } - @Override // c.a.u.c.a.c, com.discord.simpleast.core.parser.Rule + @Override // c.a.t.c.a.c, com.discord.simpleast.core.parser.Rule public ParseSpec parse(Matcher matcher, Parser, S> parser, S s2) { throw null; } @@ -189,6 +189,6 @@ public final class a { b = compile2; Pattern compile3 = Pattern.compile("^\\s*(.+)\\n *(=|-){3,} *(?=\\n|$)", 0); m.checkNotNullExpressionValue(compile3, "java.util.regex.Pattern.compile(this, flags)"); - f234c = compile3; + f236c = compile3; } } diff --git a/app/src/main/java/c/a/u/a.java b/app/src/main/java/c/a/u/a.java new file mode 100644 index 0000000000..ddb3eb45b9 --- /dev/null +++ b/app/src/main/java/c/a/u/a.java @@ -0,0 +1,12 @@ +package c.a.u; + +import rx.functions.Action1; +/* compiled from: lambda */ +public final /* synthetic */ class a implements Action1 { + public static final /* synthetic */ a i = new a(); + + @Override // rx.functions.Action1 + public final void call(Object obj) { + Throwable th = (Throwable) obj; + } +} diff --git a/app/src/main/java/c/a/u/b.java b/app/src/main/java/c/a/u/b.java new file mode 100644 index 0000000000..ddf2974361 --- /dev/null +++ b/app/src/main/java/c/a/u/b.java @@ -0,0 +1,17 @@ +package c.a.u; + +import com.discord.stores.StoreMessagesHolder; +import rx.functions.Action1; +/* compiled from: lambda */ +public final /* synthetic */ class b implements Action1 { + public final /* synthetic */ StoreMessagesHolder i; + + public /* synthetic */ b(StoreMessagesHolder storeMessagesHolder) { + this.i = storeMessagesHolder; + } + + @Override // rx.functions.Action1 + public final void call(Object obj) { + this.i.a(obj); + } +} diff --git a/app/src/main/java/c/a/v/a.java b/app/src/main/java/c/a/v/a.java index 38afb086fa..db7d1602e4 100644 --- a/app/src/main/java/c/a/v/a.java +++ b/app/src/main/java/c/a/v/a.java @@ -1,12 +1,21 @@ package c.a.v; -import rx.functions.Action1; -/* compiled from: lambda */ -public final /* synthetic */ class a implements Action1 { - public static final /* synthetic */ a i = new a(); +import android.content.SharedPreferences; +import com.discord.utilities.cache.SharedPreferencesProvider; +import d0.z.d.m; +/* compiled from: AcknowledgedTooltipsCache.kt */ +public final class a { + public final SharedPreferences a; - @Override // rx.functions.Action1 - public final void call(Object obj) { - Throwable th = (Throwable) obj; + public a() { + SharedPreferences sharedPreferences = SharedPreferencesProvider.INSTANCE.get(); + m.checkNotNullParameter(sharedPreferences, "sharedPreferences"); + this.a = sharedPreferences; + } + + public a(SharedPreferences sharedPreferences, int i) { + SharedPreferences sharedPreferences2 = (i & 1) != 0 ? SharedPreferencesProvider.INSTANCE.get() : null; + m.checkNotNullParameter(sharedPreferences2, "sharedPreferences"); + this.a = sharedPreferences2; } } diff --git a/app/src/main/java/c/a/v/b.java b/app/src/main/java/c/a/v/b.java index 0d6dbbfe83..93a8c93b3f 100644 --- a/app/src/main/java/c/a/v/b.java +++ b/app/src/main/java/c/a/v/b.java @@ -1,17 +1,21 @@ package c.a.v; -import com.discord.stores.StoreMessagesHolder; -import rx.functions.Action1; -/* compiled from: lambda */ -public final /* synthetic */ class b implements Action1 { - public final /* synthetic */ StoreMessagesHolder i; +import android.view.View; +import com.discord.tooltips.DefaultTooltipCreator; +import com.discord.tooltips.TooltipManager; +/* compiled from: DefaultTooltipCreator.kt */ +public final class b implements View.OnClickListener { + public final /* synthetic */ DefaultTooltipCreator i; + public final /* synthetic */ TooltipManager.b j; - public /* synthetic */ b(StoreMessagesHolder storeMessagesHolder) { - this.i = storeMessagesHolder; + public b(DefaultTooltipCreator defaultTooltipCreator, TooltipManager.b bVar) { + this.i = defaultTooltipCreator; + this.j = bVar; } - @Override // rx.functions.Action1 - public final void call(Object obj) { - this.i.a(obj); + @Override // android.view.View.OnClickListener + public final void onClick(View view) { + this.i.a.a(this.j); + this.i.a.c(this.j); } } diff --git a/app/src/main/java/c/a/w/b.java b/app/src/main/java/c/a/v/c.java similarity index 86% rename from app/src/main/java/c/a/w/b.java rename to app/src/main/java/c/a/v/c.java index 45aaa56072..e5ba245c6d 100644 --- a/app/src/main/java/c/a/w/b.java +++ b/app/src/main/java/c/a/v/c.java @@ -1,15 +1,15 @@ -package c.a.w; +package c.a.v; import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat; import com.discord.tooltips.SparkleView; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: SparkleView.kt */ -public final class b extends o implements Function0 { +public final class c extends o implements Function0 { public final /* synthetic */ SparkleView this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public b(SparkleView sparkleView) { + public c(SparkleView sparkleView) { super(0); this.this$0 = sparkleView; } diff --git a/app/src/main/java/c/a/w/c.java b/app/src/main/java/c/a/v/d.java similarity index 89% rename from app/src/main/java/c/a/w/c.java rename to app/src/main/java/c/a/v/d.java index fd927e1312..7756ac0c8e 100644 --- a/app/src/main/java/c/a/w/c.java +++ b/app/src/main/java/c/a/v/d.java @@ -1,4 +1,4 @@ -package c.a.w; +package c.a.v; import android.graphics.drawable.Drawable; import androidx.vectordrawable.graphics.drawable.Animatable2Compat; @@ -6,6 +6,7 @@ import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat; import com.discord.tooltips.SparkleView; import com.discord.utilities.views.ViewCoroutineScopeKt; import d0.l; +import d0.w.g.c; import d0.w.h.a.e; import d0.w.h.a.k; import d0.z.d.m; @@ -14,19 +15,19 @@ import kotlin.coroutines.Continuation; import kotlin.jvm.functions.Function2; import kotlinx.coroutines.CoroutineScope; /* compiled from: SparkleView.kt */ -public final class c extends Animatable2Compat.AnimationCallback { +public final class d extends Animatable2Compat.AnimationCallback { public final /* synthetic */ SparkleView a; /* compiled from: SparkleView.kt */ @e(c = "com.discord.tooltips.SparkleView$startAnimation$1$onAnimationEnd$1", f = "SparkleView.kt", l = {61}, m = "invokeSuspend") public static final class a extends k implements Function2, Object> { public int label; - public final /* synthetic */ c this$0; + public final /* synthetic */ d this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public a(c cVar, Continuation continuation) { + public a(d dVar, Continuation continuation) { super(2, continuation); - this.this$0 = cVar; + this.this$0 = dVar; } @Override // d0.w.h.a.a @@ -45,7 +46,7 @@ public final class c extends Animatable2Compat.AnimationCallback { @Override // d0.w.h.a.a public final Object invokeSuspend(Object obj) { - Object coroutine_suspended = d0.w.g.c.getCOROUTINE_SUSPENDED(); + Object coroutine_suspended = c.getCOROUTINE_SUSPENDED(); int i = this.label; if (i == 0) { l.throwOnFailure(obj); @@ -66,7 +67,7 @@ public final class c extends Animatable2Compat.AnimationCallback { } } - public c(SparkleView sparkleView) { + public d(SparkleView sparkleView) { this.a = sparkleView; } diff --git a/app/src/main/java/c/a/w/d.java b/app/src/main/java/c/a/v/e.java similarity index 90% rename from app/src/main/java/c/a/w/d.java rename to app/src/main/java/c/a/v/e.java index fb6cef5b41..fcf035fb31 100644 --- a/app/src/main/java/c/a/w/d.java +++ b/app/src/main/java/c/a/v/e.java @@ -1,4 +1,4 @@ -package c.a.w; +package c.a.v; import com.discord.tooltips.TooltipManager; import d0.t.h0; @@ -8,11 +8,11 @@ import java.util.Map; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: TooltipManager.kt */ -public final class d extends o implements Function1 { +public final class e extends o implements Function1 { public final /* synthetic */ TooltipManager this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public d(TooltipManager tooltipManager) { + public e(TooltipManager tooltipManager) { super(1); this.this$0 = tooltipManager; } diff --git a/app/src/main/java/c/a/w/a.java b/app/src/main/java/c/a/w/a.java index b05a07a07c..7821bcfae1 100644 --- a/app/src/main/java/c/a/w/a.java +++ b/app/src/main/java/c/a/w/a.java @@ -1,21 +1,21 @@ package c.a.w; -import android.content.SharedPreferences; -import com.discord.utilities.cache.SharedPreferencesProvider; +import com.google.gson.reflect.TypeToken; import d0.z.d.m; -/* compiled from: AcknowledgedTooltipsCache.kt */ +import java.lang.reflect.Type; +import java.util.List; +/* compiled from: TypeTokens.kt */ public final class a { - public final SharedPreferences a; + public static final Type a; - public a() { - SharedPreferences sharedPreferences = SharedPreferencesProvider.INSTANCE.get(); - m.checkNotNullParameter(sharedPreferences, "sharedPreferences"); - this.a = sharedPreferences; + /* compiled from: TypeTokens.kt */ + /* renamed from: c.a.w.a$a reason: collision with other inner class name */ + public static final class C0045a extends TypeToken> { } - public a(SharedPreferences sharedPreferences, int i) { - SharedPreferences sharedPreferences2 = (i & 1) != 0 ? SharedPreferencesProvider.INSTANCE.get() : null; - m.checkNotNullParameter(sharedPreferences2, "sharedPreferences"); - this.a = sharedPreferences2; + static { + Type type = new C0045a().getType(); + m.checkNotNullExpressionValue(type, "object : TypeToken>() {}.type"); + a = type; } } diff --git a/app/src/main/java/c/a/x/a.java b/app/src/main/java/c/a/x/a.java deleted file mode 100644 index cd5f7482f2..0000000000 --- a/app/src/main/java/c/a/x/a.java +++ /dev/null @@ -1,21 +0,0 @@ -package c.a.x; - -import com.google.gson.reflect.TypeToken; -import d0.z.d.m; -import java.lang.reflect.Type; -import java.util.List; -/* compiled from: TypeTokens.kt */ -public final class a { - public static final Type a; - - /* compiled from: TypeTokens.kt */ - /* renamed from: c.a.x.a$a reason: collision with other inner class name */ - public static final class C0045a extends TypeToken> { - } - - static { - Type type = new C0045a().getType(); - m.checkNotNullExpressionValue(type, "object : TypeToken>() {}.type"); - a = type; - } -} diff --git a/app/src/main/java/c/a/y/a/a.java b/app/src/main/java/c/a/x/a/a.java similarity index 96% rename from app/src/main/java/c/a/y/a/a.java rename to app/src/main/java/c/a/x/a/a.java index 0e90d26588..b6b8a2706f 100644 --- a/app/src/main/java/c/a/y/a/a.java +++ b/app/src/main/java/c/a/x/a/a.java @@ -1,4 +1,4 @@ -package c.a.y.a; +package c.a.x.a; import com.discord.models.domain.Model; /* compiled from: lambda */ diff --git a/app/src/main/java/c/a/y/a/b.java b/app/src/main/java/c/a/x/a/b.java similarity index 96% rename from app/src/main/java/c/a/y/a/b.java rename to app/src/main/java/c/a/x/a/b.java index 5e6d67f932..80acb59c36 100644 --- a/app/src/main/java/c/a/y/a/b.java +++ b/app/src/main/java/c/a/x/a/b.java @@ -1,4 +1,4 @@ -package c.a.y.a; +package c.a.x.a; import com.discord.models.domain.Model; import com.discord.utilities.error.Error; diff --git a/app/src/main/java/c/a/z/a.java b/app/src/main/java/c/a/y/a.java similarity index 97% rename from app/src/main/java/c/a/z/a.java rename to app/src/main/java/c/a/y/a.java index 217517d8e9..8f6d4b1d27 100644 --- a/app/src/main/java/c/a/z/a.java +++ b/app/src/main/java/c/a/y/a.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.View; import com.discord.views.CodeVerificationView; diff --git a/app/src/main/java/c/a/z/a0.java b/app/src/main/java/c/a/y/a0.java similarity index 93% rename from app/src/main/java/c/a/z/a0.java rename to app/src/main/java/c/a/y/a0.java index 206bfef93f..72cacc69aa 100644 --- a/app/src/main/java/c/a/z/a0.java +++ b/app/src/main/java/c/a/y/a0.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.app.Dialog; import android.content.DialogInterface; @@ -32,7 +32,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: SelectorBottomSheet.kt */ public final class a0 extends AppBottomSheet implements h { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a0.class, "binding", "getBinding()Lcom/discord/databinding/BottomSheetSimpleSelectorBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a0.class, "binding", "getBinding()Lcom/discord/databinding/BottomSheetSimpleSelectorBinding;", 0)}; public static final a j = new a(null); public Function1 k; public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -41,7 +41,7 @@ public final class a0 extends AppBottomSheet implements h { public static final class a { /* compiled from: SelectorBottomSheet.kt */ - /* renamed from: c.a.z.a0$a$a reason: collision with other inner class name */ + /* renamed from: c.a.y.a0$a$a reason: collision with other inner class name */ public static final class C0046a extends o implements Function1 { public static final C0046a i = new C0046a(); @@ -61,7 +61,7 @@ public final class a0 extends AppBottomSheet implements h { public a(DefaultConstructorMarker defaultConstructorMarker) { } - /* JADX DEBUG: Multi-variable search result rejected for r6v0, resolved type: c.a.z.a0$a */ + /* JADX DEBUG: Multi-variable search result rejected for r6v0, resolved type: c.a.y.a0$a */ /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ a0 b(a aVar, FragmentManager fragmentManager, String str, List list, boolean z2, Function1 function1, int i) { boolean z3 = (i & 8) != 0 ? true : z2; @@ -98,14 +98,14 @@ public final class a0 extends AppBottomSheet implements h { public c.a.i.c invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); - int i2 = 2131365759; - ConstraintLayout constraintLayout = (ConstraintLayout) view2.findViewById(2131365759); + int i2 = 2131365782; + ConstraintLayout constraintLayout = (ConstraintLayout) view2.findViewById(2131365782); if (constraintLayout != null) { - i2 = 2131365760; - TextView textView = (TextView) view2.findViewById(2131365760); + i2 = 2131365783; + TextView textView = (TextView) view2.findViewById(2131365783); if (textView != null) { - i2 = 2131365761; - MaxHeightRecyclerView maxHeightRecyclerView = (MaxHeightRecyclerView) view2.findViewById(2131365761); + i2 = 2131365784; + MaxHeightRecyclerView maxHeightRecyclerView = (MaxHeightRecyclerView) view2.findViewById(2131365784); if (maxHeightRecyclerView != null) { return new c.a.i.c((ConstraintLayout) view2, constraintLayout, textView, maxHeightRecyclerView); } @@ -134,14 +134,14 @@ public final class a0 extends AppBottomSheet implements h { m.checkNotNullParameter(layoutInflater2, "inflater"); m.checkNotNullParameter(viewGroup2, "parent"); View inflate = layoutInflater2.inflate(2131558435, viewGroup2, false); - int i = 2131364662; - MaterialTextView materialTextView = (MaterialTextView) inflate.findViewById(2131364662); + int i = 2131364674; + MaterialTextView materialTextView = (MaterialTextView) inflate.findViewById(2131364674); if (materialTextView != null) { - i = 2131364665; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(2131364665); + i = 2131364677; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(2131364677); if (simpleDraweeView != null) { - i = 2131364667; - MaterialTextView materialTextView2 = (MaterialTextView) inflate.findViewById(2131364667); + i = 2131364679; + MaterialTextView materialTextView2 = (MaterialTextView) inflate.findViewById(2131364679); if (materialTextView2 != null) { d dVar = new d((ConstraintLayout) inflate, materialTextView, simpleDraweeView, materialTextView2); m.checkNotNullExpressionValue(dVar, "BottomSheetSimpleSelecto…(inflater, parent, false)"); @@ -160,7 +160,7 @@ public final class a0 extends AppBottomSheet implements h { super(false, 1, null); } - @Override // c.a.z.h + @Override // c.a.y.h public void c(int i2) { Function1 function1 = this.k; if (function1 != null) { @@ -202,7 +202,7 @@ public final class a0 extends AppBottomSheet implements h { } List list = (List) serializable; boolean z2 = getArgumentsOrDefault().getBoolean("simple_bottom_sheet_show_dividers"); - TextView textView = g().f68c; + TextView textView = g().f69c; m.checkNotNullExpressionValue(textView, "binding.widgetSimpleBottomSheetSelectorPlaceholder"); textView.setText(string); ConstraintLayout constraintLayout = g().b; diff --git a/app/src/main/java/c/a/z/b.java b/app/src/main/java/c/a/y/b.java similarity index 97% rename from app/src/main/java/c/a/z/b.java rename to app/src/main/java/c/a/y/b.java index 4a36cf3eed..3449c6d996 100644 --- a/app/src/main/java/c/a/z/b.java +++ b/app/src/main/java/c/a/y/b.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.View; import com.discord.views.CodeVerificationView; diff --git a/app/src/main/java/c/a/z/b0.java b/app/src/main/java/c/a/y/b0.java similarity index 86% rename from app/src/main/java/c/a/z/b0.java rename to app/src/main/java/c/a/y/b0.java index 9aaf671b18..788438ca61 100644 --- a/app/src/main/java/c/a/z/b0.java +++ b/app/src/main/java/c/a/y/b0.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import c.d.b.a.a; import d0.z.d.m; @@ -80,15 +80,15 @@ public final class b0 implements Serializable { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("SimpleBottomSheetItem(title="); - L.append(this.title); - L.append(", description="); - L.append(this.description); - L.append(", iconUri="); - L.append(this.iconUri); - L.append(", titleTextColor="); - L.append(this.titleTextColor); - L.append(", titleEndIcon="); - return a.A(L, this.titleEndIcon, ")"); + StringBuilder K = a.K("SimpleBottomSheetItem(title="); + K.append(this.title); + K.append(", description="); + K.append(this.description); + K.append(", iconUri="); + K.append(this.iconUri); + K.append(", titleTextColor="); + K.append(this.titleTextColor); + K.append(", titleEndIcon="); + return a.z(K, this.titleEndIcon, ")"); } } diff --git a/app/src/main/java/c/a/z/c.java b/app/src/main/java/c/a/y/c.java similarity index 96% rename from app/src/main/java/c/a/z/c.java rename to app/src/main/java/c/a/y/c.java index 21b8c2dd21..9c5ff30a8c 100644 --- a/app/src/main/java/c/a/z/c.java +++ b/app/src/main/java/c/a/y/c.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.View; import com.discord.views.CodeVerificationView; diff --git a/app/src/main/java/c/a/z/c0.java b/app/src/main/java/c/a/y/c0.java similarity index 96% rename from app/src/main/java/c/a/z/c0.java rename to app/src/main/java/c/a/y/c0.java index c42a8e6b96..85178379a3 100644 --- a/app/src/main/java/c/a/z/c0.java +++ b/app/src/main/java/c/a/y/c0.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.View; /* compiled from: SelectorBottomSheet.kt */ diff --git a/app/src/main/java/c/a/z/d.java b/app/src/main/java/c/a/y/d.java similarity index 98% rename from app/src/main/java/c/a/z/d.java rename to app/src/main/java/c/a/y/d.java index bcff8fb39d..a117cb18d5 100644 --- a/app/src/main/java/c/a/z/d.java +++ b/app/src/main/java/c/a/y/d.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.KeyEvent; import android.view.View; diff --git a/app/src/main/java/c/a/z/d0.java b/app/src/main/java/c/a/y/d0.java similarity index 86% rename from app/src/main/java/c/a/z/d0.java rename to app/src/main/java/c/a/y/d0.java index da2375caa4..103f20facc 100644 --- a/app/src/main/java/c/a/z/d0.java +++ b/app/src/main/java/c/a/y/d0.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.content.DialogInterface; import android.graphics.drawable.Drawable; @@ -6,7 +6,7 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.core.content.ContextCompat; import androidx.core.graphics.drawable.DrawableCompat; import c.a.i.d; -import c.a.l.b; +import c.a.k.b; import com.discord.utilities.color.ColorCompat; import com.discord.utilities.images.MGImages; import com.discord.utilities.view.extensions.ViewExtensions; @@ -21,7 +21,7 @@ public final class d0 extends SimpleRecyclerAdapter.ViewHolder { public final DialogInterface b; /* renamed from: c reason: collision with root package name */ - public final d f235c; + public final d f237c; /* JADX WARNING: Illegal instructions before constructor call */ public d0(h hVar, DialogInterface dialogInterface, d dVar) { @@ -33,7 +33,7 @@ public final class d0 extends SimpleRecyclerAdapter.ViewHolder { m.checkNotNullExpressionValue(constraintLayout, "itemBinding.root"); this.a = hVar; this.b = dialogInterface; - this.f235c = dVar; + this.f237c = dVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @@ -43,29 +43,29 @@ public final class d0 extends SimpleRecyclerAdapter.ViewHolder { Drawable drawable; b0 b0Var2 = b0Var; m.checkNotNullParameter(b0Var2, "data"); - MaterialTextView materialTextView = this.f235c.d; + MaterialTextView materialTextView = this.f237c.d; m.checkNotNullExpressionValue(materialTextView, "itemBinding.selectComponentSheetItemTitle"); String c2 = b0Var2.c(); Regex regex = b.a; m.checkNotNullParameter(materialTextView, "$this$bindText"); materialTextView.setText(c2); materialTextView.setVisibility((c2 == null || c2.length() == 0) ^ true ? 0 : 8); - MaterialTextView materialTextView2 = this.f235c.b; + MaterialTextView materialTextView2 = this.f237c.b; m.checkNotNullExpressionValue(materialTextView2, "itemBinding.selectComponentSheetItemDescription"); ViewExtensions.setTextAndVisibilityBy(materialTextView2, b0Var2.a()); if (b0Var2.b() != null) { - SimpleDraweeView simpleDraweeView = this.f235c.f75c; + SimpleDraweeView simpleDraweeView = this.f237c.f75c; m.checkNotNullExpressionValue(simpleDraweeView, "itemBinding.selectComponentSheetItemIcon"); simpleDraweeView.setVisibility(0); - SimpleDraweeView simpleDraweeView2 = this.f235c.f75c; + SimpleDraweeView simpleDraweeView2 = this.f237c.f75c; m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.selectComponentSheetItemIcon"); MGImages.setImage$default(simpleDraweeView2, b0Var2.b(), 2131165397, 2131165397, true, null, null, 96, null); } else { - SimpleDraweeView simpleDraweeView3 = this.f235c.f75c; + SimpleDraweeView simpleDraweeView3 = this.f237c.f75c; m.checkNotNullExpressionValue(simpleDraweeView3, "itemBinding.selectComponentSheetItemIcon"); simpleDraweeView3.setVisibility(8); } - MaterialTextView materialTextView3 = this.f235c.d; + MaterialTextView materialTextView3 = this.f237c.d; materialTextView3.setText(b0Var2.c()); Integer e = b0Var2.e(); if (e != null) { @@ -80,16 +80,16 @@ public final class d0 extends SimpleRecyclerAdapter.ViewHolder { d.intValue(); Drawable drawable2 = ContextCompat.getDrawable(materialTextView3.getContext(), b0Var2.d().intValue()); if (drawable2 != null) { - MaterialTextView materialTextView4 = this.f235c.d; + MaterialTextView materialTextView4 = this.f237c.d; m.checkNotNullExpressionValue(materialTextView4, "itemBinding.selectComponentSheetItemTitle"); DrawableCompat.setTint(drawable2, ColorCompat.getThemedColor(materialTextView4, 2130968932)); drawable = drawable2; com.discord.utilities.drawable.DrawableCompat.setCompoundDrawablesCompat$default(materialTextView3, (Drawable) null, (Drawable) null, drawable, (Drawable) null, 11, (Object) null); - this.f235c.a.setOnClickListener(new c0(this)); + this.f237c.a.setOnClickListener(new c0(this)); } } drawable = null; com.discord.utilities.drawable.DrawableCompat.setCompoundDrawablesCompat$default(materialTextView3, (Drawable) null, (Drawable) null, drawable, (Drawable) null, 11, (Object) null); - this.f235c.a.setOnClickListener(new c0(this)); + this.f237c.a.setOnClickListener(new c0(this)); } } diff --git a/app/src/main/java/c/a/z/e.java b/app/src/main/java/c/a/y/e.java similarity index 97% rename from app/src/main/java/c/a/z/e.java rename to app/src/main/java/c/a/y/e.java index 4c7e45f69c..7e3d259110 100644 --- a/app/src/main/java/c/a/z/e.java +++ b/app/src/main/java/c/a/y/e.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import d0.z.d.m; import d0.z.d.o; diff --git a/app/src/main/java/c/a/z/e0.java b/app/src/main/java/c/a/y/e0.java similarity index 95% rename from app/src/main/java/c/a/z/e0.java rename to app/src/main/java/c/a/y/e0.java index eee4fc98bf..871e727673 100644 --- a/app/src/main/java/c/a/z/e0.java +++ b/app/src/main/java/c/a/y/e0.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.graphics.drawable.Drawable; import androidx.core.content.ContextCompat; @@ -20,7 +20,7 @@ public final class e0 extends o implements Function0 { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Drawable mo1invoke() { - Drawable drawable = ContextCompat.getDrawable(this.this$0.getContext(), 2131232068); + Drawable drawable = ContextCompat.getDrawable(this.this$0.getContext(), 2131232072); if (drawable != null) { drawable.setTint(ColorCompat.getThemedColor(this.this$0.getContext(), 2130968949)); } diff --git a/app/src/main/java/c/a/z/f.java b/app/src/main/java/c/a/y/f.java similarity index 96% rename from app/src/main/java/c/a/z/f.java rename to app/src/main/java/c/a/y/f.java index 32085bea9e..b73c85121e 100644 --- a/app/src/main/java/c/a/z/f.java +++ b/app/src/main/java/c/a/y/f.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.View; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/c/a/z/f0.java b/app/src/main/java/c/a/y/f0.java similarity index 97% rename from app/src/main/java/c/a/z/f0.java rename to app/src/main/java/c/a/y/f0.java index 37d50d3b07..3cf5d895be 100644 --- a/app/src/main/java/c/a/z/f0.java +++ b/app/src/main/java/c/a/y/f0.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.graphics.Bitmap; import d0.z.d.m; diff --git a/app/src/main/java/c/a/z/g.java b/app/src/main/java/c/a/y/g.java similarity index 94% rename from app/src/main/java/c/a/z/g.java rename to app/src/main/java/c/a/y/g.java index fde7546e31..4a2491deca 100644 --- a/app/src/main/java/c/a/z/g.java +++ b/app/src/main/java/c/a/y/g.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.LayoutInflater; import android.view.View; @@ -26,7 +26,7 @@ public final class g extends o implements Function2 implements b { @@ -15,7 +15,7 @@ public final class f implements b { if (aVar2 == null) { return null; } - int i2 = aVar2.f236c; + int i2 = aVar2.f238c; return (i2 == -180 || i2 == 0 || i2 == 180) ? new Point(aVar2.a, aVar2.b) : new Point(aVar2.b, aVar2.a); } } diff --git a/app/src/main/java/c/a/z/i0/g.java b/app/src/main/java/c/a/y/i0/g.java similarity index 98% rename from app/src/main/java/c/a/z/i0/g.java rename to app/src/main/java/c/a/y/i0/g.java index cbadf1bd7c..da10db8f63 100644 --- a/app/src/main/java/c/a/z/i0/g.java +++ b/app/src/main/java/c/a/y/i0/g.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import android.graphics.Bitmap; import com.discord.stores.StoreVoiceParticipants; diff --git a/app/src/main/java/c/a/z/i0/h.java b/app/src/main/java/c/a/y/i0/h.java similarity index 98% rename from app/src/main/java/c/a/z/i0/h.java rename to app/src/main/java/c/a/y/i0/h.java index 494f253430..b89403f495 100644 --- a/app/src/main/java/c/a/z/i0/h.java +++ b/app/src/main/java/c/a/y/i0/h.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import com.discord.views.calls.StageCallSpeakerView; import d0.z.d.m; diff --git a/app/src/main/java/c/a/z/i0/i.java b/app/src/main/java/c/a/y/i0/i.java similarity index 98% rename from app/src/main/java/c/a/z/i0/i.java rename to app/src/main/java/c/a/y/i0/i.java index 8d2337dd80..a9f49c7fc7 100644 --- a/app/src/main/java/c/a/z/i0/i.java +++ b/app/src/main/java/c/a/y/i0/i.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import com.discord.views.calls.StageCallSpeakerView; import d0.z.d.m; diff --git a/app/src/main/java/c/a/z/i0/j.java b/app/src/main/java/c/a/y/i0/j.java similarity index 97% rename from app/src/main/java/c/a/z/i0/j.java rename to app/src/main/java/c/a/y/i0/j.java index 842a3ab4de..3a762dceb8 100644 --- a/app/src/main/java/c/a/z/i0/j.java +++ b/app/src/main/java/c/a/y/i0/j.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import d0.z.d.m; import d0.z.d.o; diff --git a/app/src/main/java/c/a/z/i0/k.java b/app/src/main/java/c/a/y/i0/k.java similarity index 98% rename from app/src/main/java/c/a/z/i0/k.java rename to app/src/main/java/c/a/y/i0/k.java index 266ed056fc..78cefc473d 100644 --- a/app/src/main/java/c/a/z/i0/k.java +++ b/app/src/main/java/c/a/y/i0/k.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import android.graphics.Bitmap; import com.discord.stores.StoreVoiceParticipants; diff --git a/app/src/main/java/c/a/z/i0/l.java b/app/src/main/java/c/a/y/i0/l.java similarity index 96% rename from app/src/main/java/c/a/z/i0/l.java rename to app/src/main/java/c/a/y/i0/l.java index d7224f6e06..83ccb38938 100644 --- a/app/src/main/java/c/a/z/i0/l.java +++ b/app/src/main/java/c/a/y/i0/l.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import j0.k.b; /* compiled from: VideoCallParticipantView.kt */ diff --git a/app/src/main/java/c/a/z/i0/m.java b/app/src/main/java/c/a/y/i0/m.java similarity index 98% rename from app/src/main/java/c/a/z/i0/m.java rename to app/src/main/java/c/a/y/i0/m.java index 04c783b848..1637b9bdda 100644 --- a/app/src/main/java/c/a/z/i0/m.java +++ b/app/src/main/java/c/a/y/i0/m.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import com.discord.views.calls.VideoCallParticipantView; import d0.z.d.o; diff --git a/app/src/main/java/c/a/z/i0/n.java b/app/src/main/java/c/a/y/i0/n.java similarity index 97% rename from app/src/main/java/c/a/z/i0/n.java rename to app/src/main/java/c/a/y/i0/n.java index 62fbbcf4ab..da9e11e333 100644 --- a/app/src/main/java/c/a/z/i0/n.java +++ b/app/src/main/java/c/a/y/i0/n.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import android.view.View; import com.discord.views.calls.VideoCallParticipantView; diff --git a/app/src/main/java/c/a/z/i0/o.java b/app/src/main/java/c/a/y/i0/o.java similarity index 97% rename from app/src/main/java/c/a/z/i0/o.java rename to app/src/main/java/c/a/y/i0/o.java index 68d6012584..5e6a10c7ec 100644 --- a/app/src/main/java/c/a/z/i0/o.java +++ b/app/src/main/java/c/a/y/i0/o.java @@ -1,4 +1,4 @@ -package c.a.z.i0; +package c.a.y.i0; import android.graphics.Point; import android.view.View; @@ -31,7 +31,7 @@ public final class o extends d0.z.d.o implements Function1 { m.checkNotNullExpressionValue(appVideoStreamRenderer, "binding.participantVideoStreamRenderer"); boolean z2 = false; appVideoStreamRenderer.setVisibility(0); - View view = videoCallParticipantView.i.f170c; + View view = videoCallParticipantView.i.f182c; m.checkNotNullExpressionValue(view, "binding.participantBgLetterbox"); view.setVisibility(0); ProgressBar progressBar = videoCallParticipantView.i.p; diff --git a/app/src/main/java/c/a/z/j.java b/app/src/main/java/c/a/y/j.java similarity index 95% rename from app/src/main/java/c/a/z/j.java rename to app/src/main/java/c/a/y/j.java index 3d4446be15..b41ba69154 100644 --- a/app/src/main/java/c/a/z/j.java +++ b/app/src/main/java/c/a/y/j.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.View; /* compiled from: OverlayAppDialog.kt */ diff --git a/app/src/main/java/c/a/z/j0/a.java b/app/src/main/java/c/a/y/j0/a.java similarity index 96% rename from app/src/main/java/c/a/z/j0/a.java rename to app/src/main/java/c/a/y/j0/a.java index 1df696e9b5..03212757d2 100644 --- a/app/src/main/java/c/a/z/j0/a.java +++ b/app/src/main/java/c/a/y/j0/a.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import android.view.View; import d0.z.d.m; diff --git a/app/src/main/java/c/a/z/j0/b.java b/app/src/main/java/c/a/y/j0/b.java similarity index 96% rename from app/src/main/java/c/a/z/j0/b.java rename to app/src/main/java/c/a/y/j0/b.java index 9c208ed577..4c024da03e 100644 --- a/app/src/main/java/c/a/z/j0/b.java +++ b/app/src/main/java/c/a/y/j0/b.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import android.view.View; import d0.z.d.m; diff --git a/app/src/main/java/c/a/z/k.java b/app/src/main/java/c/a/y/k.java similarity index 95% rename from app/src/main/java/c/a/z/k.java rename to app/src/main/java/c/a/y/k.java index db5dfb11de..784c14c990 100644 --- a/app/src/main/java/c/a/z/k.java +++ b/app/src/main/java/c/a/y/k.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.animation.Animator; import android.content.Context; @@ -17,7 +17,7 @@ public abstract class k extends OverlayDialog implements AppComponent { public final Subject w; /* renamed from: x reason: collision with root package name */ - public Function1 f237x = l.i; + public Function1 f239x = l.i; /* compiled from: Animator.kt */ public static final class a implements Animator.AnimatorListener { @@ -81,7 +81,7 @@ public abstract class k extends OverlayDialog implements AppComponent { getUnsubscribeSignal().onNext(null); Log.i(getClass().getSimpleName(), "closing"); if (!ViewCompat.isAttachedToWindow(this)) { - this.f237x.invoke(this); + this.f239x.invoke(this); return; } Animator closingAnimator = getClosingAnimator(); @@ -94,7 +94,7 @@ public abstract class k extends OverlayDialog implements AppComponent { /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1 */ public final Function1 getOnDialogClosed() { - return this.f237x; + return this.f239x; } @Override // com.discord.app.AppComponent @@ -110,6 +110,6 @@ public abstract class k extends OverlayDialog implements AppComponent { public final void setOnDialogClosed(Function1 function1) { m.checkNotNullParameter(function1, ""); - this.f237x = function1; + this.f239x = function1; } } diff --git a/app/src/main/java/c/a/z/k0/a.java b/app/src/main/java/c/a/y/k0/a.java similarity index 98% rename from app/src/main/java/c/a/z/k0/a.java rename to app/src/main/java/c/a/y/k0/a.java index 12158e20a7..18e1ece2ae 100644 --- a/app/src/main/java/c/a/z/k0/a.java +++ b/app/src/main/java/c/a/y/k0/a.java @@ -1,4 +1,4 @@ -package c.a.z.k0; +package c.a.y.k0; import android.content.Context; import android.graphics.Typeface; diff --git a/app/src/main/java/c/a/z/k0/b.java b/app/src/main/java/c/a/y/k0/b.java similarity index 98% rename from app/src/main/java/c/a/z/k0/b.java rename to app/src/main/java/c/a/y/k0/b.java index 2fbd9cb978..a97af707bd 100644 --- a/app/src/main/java/c/a/z/k0/b.java +++ b/app/src/main/java/c/a/y/k0/b.java @@ -1,4 +1,4 @@ -package c.a.z.k0; +package c.a.y.k0; import com.discord.i18n.RenderContext; import com.discord.views.discovery.DiscoveryStageCardTopHatView; diff --git a/app/src/main/java/c/a/z/k0/c/a.java b/app/src/main/java/c/a/y/k0/c/a.java similarity index 86% rename from app/src/main/java/c/a/z/k0/c/a.java rename to app/src/main/java/c/a/y/k0/c/a.java index e4b7470800..cf7fc69a41 100644 --- a/app/src/main/java/c/a/z/k0/c/a.java +++ b/app/src/main/java/c/a/y/k0/c/a.java @@ -1,21 +1,21 @@ -package c.a.z.k0.c; +package c.a.y.k0.c; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; -import c.a.i.t4; -import c.a.z.k0.c.d; +import c.a.i.w4; +import c.a.y.k0.c.d; import com.discord.utilities.extensions.SimpleDraweeViewExtensionsKt; import com.discord.utilities.mg_recycler.MGRecyclerViewHolder; import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.m; /* compiled from: SpeakersViewHolder.kt */ public final class a extends MGRecyclerViewHolder { - public final t4 a; + public final w4 a; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(c cVar) { - super(2131559006, cVar); + super(2131559010, cVar); m.checkNotNullParameter(cVar, "adapter"); View view = this.itemView; int i = 2131362983; @@ -24,9 +24,9 @@ public final class a extends MGRecyclerViewHolder { i = 2131362984; TextView textView = (TextView) view.findViewById(2131362984); if (textView != null) { - t4 t4Var = new t4((LinearLayout) view, simpleDraweeView, textView); - m.checkNotNullExpressionValue(t4Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)"); - this.a = t4Var; + w4 w4Var = new w4((LinearLayout) view, simpleDraweeView, textView); + m.checkNotNullExpressionValue(w4Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)"); + this.a = w4Var; return; } } @@ -46,7 +46,7 @@ public final class a extends MGRecyclerViewHolder { SimpleDraweeView simpleDraweeView = this.a.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.discoveryStageCardSpeakerAvatar"); SimpleDraweeViewExtensionsKt.setUserIcon$default(simpleDraweeView, Long.valueOf(j), str, null, false, 2131165290, 12, null); - TextView textView = this.a.f159c; + TextView textView = this.a.f178c; m.checkNotNullExpressionValue(textView, "binding.discoveryStageCardSpeakerName"); textView.setText(str2); } diff --git a/app/src/main/java/c/a/z/k0/c/b.java b/app/src/main/java/c/a/y/k0/c/b.java similarity index 75% rename from app/src/main/java/c/a/z/k0/c/b.java rename to app/src/main/java/c/a/y/k0/c/b.java index b8aa0a6dd3..5b1f819999 100644 --- a/app/src/main/java/c/a/z/k0/c/b.java +++ b/app/src/main/java/c/a/y/k0/c/b.java @@ -1,31 +1,31 @@ -package c.a.z.k0.c; +package c.a.y.k0.c; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; -import c.a.i.s4; -import c.a.z.k0.c.d; +import c.a.i.v4; +import c.a.y.k0.c.d; import c.d.b.a.a; import com.discord.utilities.mg_recycler.MGRecyclerViewHolder; import com.discord.utilities.resources.StringResourceUtilsKt; import d0.z.d.m; /* compiled from: SpeakersViewHolder.kt */ public final class b extends MGRecyclerViewHolder { - public final s4 a; + public final v4 a; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(c cVar) { - super(2131559004, cVar); + super(2131559008, cVar); m.checkNotNullParameter(cVar, "adapter"); View view = this.itemView; - TextView textView = (TextView) view.findViewById(2131364197); + TextView textView = (TextView) view.findViewById(2131364207); if (textView != null) { - s4 s4Var = new s4((LinearLayout) view, textView); - m.checkNotNullExpressionValue(s4Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)"); - this.a = s4Var; + v4 v4Var = new v4((LinearLayout) view, textView); + m.checkNotNullExpressionValue(v4Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)"); + this.a = v4Var; return; } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(2131364197))); + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(2131364207))); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [int, java.lang.Object] */ @@ -39,6 +39,6 @@ public final class b extends MGRecyclerViewHolder { m.checkNotNullExpressionValue(textView, "binding.otherSpeakersCountText"); View view = this.itemView; m.checkNotNullExpressionValue(view, "itemView"); - textView.setText(c.a.l.b.i(view, 2131888157, new Object[]{StringResourceUtilsKt.getI18nPluralString(a.I(this.itemView, "itemView", "itemView.context"), 2131755061, i2, Integer.valueOf(i2))}, null, 4)); + textView.setText(c.a.k.b.i(view, 2131888162, new Object[]{StringResourceUtilsKt.getI18nPluralString(a.x(this.itemView, "itemView", "itemView.context"), 2131755061, i2, Integer.valueOf(i2))}, null, 4)); } } diff --git a/app/src/main/java/c/a/z/k0/c/c.java b/app/src/main/java/c/a/y/k0/c/c.java similarity index 93% rename from app/src/main/java/c/a/z/k0/c/c.java rename to app/src/main/java/c/a/y/k0/c/c.java index 9a9a7a2a8b..81ae3a8b07 100644 --- a/app/src/main/java/c/a/z/k0/c/c.java +++ b/app/src/main/java/c/a/y/k0/c/c.java @@ -1,4 +1,4 @@ -package c.a.z.k0.c; +package c.a.y.k0.c; import android.view.ViewGroup; import androidx.recyclerview.widget.GridLayoutManager; @@ -32,6 +32,6 @@ public final class c extends MGRecyclerAdapterSimple { if (i == 1) { return new b(this); } - throw new IllegalStateException(c.d.b.a.a.k("Invalid view type: ", i)); + throw new IllegalStateException(c.d.b.a.a.j("Invalid view type: ", i)); } } diff --git a/app/src/main/java/c/a/z/k0/c/d.java b/app/src/main/java/c/a/y/k0/c/d.java similarity index 86% rename from app/src/main/java/c/a/z/k0/c/d.java rename to app/src/main/java/c/a/y/k0/c/d.java index 2e03697223..c3b204d705 100644 --- a/app/src/main/java/c/a/z/k0/c/d.java +++ b/app/src/main/java/c/a/y/k0/c/d.java @@ -1,4 +1,4 @@ -package c.a.z.k0.c; +package c.a.y.k0.c; import com.discord.utilities.mg_recycler.MGRecyclerDataPayload; import d0.z.d.m; @@ -52,14 +52,14 @@ public abstract class d implements MGRecyclerDataPayload { } public String toString() { - StringBuilder L = c.d.b.a.a.L("IndividualSpeakerItem(userId="); - L.append(this.k); - L.append(", userAvatar="); - L.append(this.l); - L.append(", displayName="); - L.append(this.m); - L.append(", positionKey="); - return c.d.b.a.a.D(L, this.n, ")"); + StringBuilder K = c.d.b.a.a.K("IndividualSpeakerItem(userId="); + K.append(this.k); + K.append(", userAvatar="); + K.append(this.l); + K.append(", displayName="); + K.append(this.m); + K.append(", positionKey="); + return c.d.b.a.a.C(K, this.n, ")"); } } @@ -94,10 +94,10 @@ public abstract class d implements MGRecyclerDataPayload { } public String toString() { - StringBuilder L = c.d.b.a.a.L("OtherSpeakersCountItem(otherSpeakersCount="); - L.append(this.k); - L.append(", positionKey="); - return c.d.b.a.a.D(L, this.l, ")"); + StringBuilder K = c.d.b.a.a.K("OtherSpeakersCountItem(otherSpeakersCount="); + K.append(this.k); + K.append(", positionKey="); + return c.d.b.a.a.C(K, this.l, ")"); } } diff --git a/app/src/main/java/c/a/z/l.java b/app/src/main/java/c/a/y/l.java similarity index 97% rename from app/src/main/java/c/a/z/l.java rename to app/src/main/java/c/a/y/l.java index a06d0033a6..60f54b7273 100644 --- a/app/src/main/java/c/a/z/l.java +++ b/app/src/main/java/c/a/y/l.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import com.discord.overlay.views.OverlayDialog; import d0.z.d.m; diff --git a/app/src/main/java/c/a/z/l0/a.java b/app/src/main/java/c/a/y/l0/a.java similarity index 97% rename from app/src/main/java/c/a/z/l0/a.java rename to app/src/main/java/c/a/y/l0/a.java index b426f52d7d..5c03148f5e 100644 --- a/app/src/main/java/c/a/z/l0/a.java +++ b/app/src/main/java/c/a/y/l0/a.java @@ -1,4 +1,4 @@ -package c.a.z.l0; +package c.a.y.l0; import android.view.View; import android.widget.AdapterView; diff --git a/app/src/main/java/c/a/z/l0/b.java b/app/src/main/java/c/a/y/l0/b.java similarity index 95% rename from app/src/main/java/c/a/z/l0/b.java rename to app/src/main/java/c/a/y/l0/b.java index e9826ddb94..c8816b6214 100644 --- a/app/src/main/java/c/a/z/l0/b.java +++ b/app/src/main/java/c/a/y/l0/b.java @@ -1,4 +1,4 @@ -package c.a.z.l0; +package c.a.y.l0; import android.view.View; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/c/a/z/m.java b/app/src/main/java/c/a/y/m.java similarity index 94% rename from app/src/main/java/c/a/z/m.java rename to app/src/main/java/c/a/y/m.java index 23eaead5b1..d3bfc2e11d 100644 --- a/app/src/main/java/c/a/z/m.java +++ b/app/src/main/java/c/a/y/m.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.view.LayoutInflater; import android.view.View; @@ -25,7 +25,7 @@ public final class m extends o implements Function2 implements b { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - Sticker sticker = this.this$0.$fullSticker; - if ((sticker != null ? sticker.k() : null) == StickerType.STANDARD) { - StickerView stickerView = this.this$0.this$0; - stickerView.l = StickerView.a(stickerView, ((DownloadUtils.DownloadState.Completed) this.$downloadState).getFile(), true); - } + StickerView stickerView = this.this$0.this$0; + stickerView.l = StickerView.a(stickerView, ((DownloadUtils.DownloadState.Completed) this.$downloadState).getFile(), true); return Unit.a; } } diff --git a/app/src/main/java/c/a/z/o0/d.java b/app/src/main/java/c/a/y/o0/d.java similarity index 70% rename from app/src/main/java/c/a/z/o0/d.java rename to app/src/main/java/c/a/y/o0/d.java index fc0ae1a99d..9a7c1ded80 100644 --- a/app/src/main/java/c/a/z/o0/d.java +++ b/app/src/main/java/c/a/y/o0/d.java @@ -1,12 +1,10 @@ -package c.a.z.o0; +package c.a.y.o0; import android.widget.ImageView; import com.discord.api.sticker.BaseSticker; -import com.discord.api.sticker.Sticker; -import com.discord.api.sticker.StickerType; -import com.discord.utilities.dsti.StickerUtils; import com.discord.utilities.file.DownloadUtils; import com.discord.utilities.images.MGImages; +import com.discord.utilities.stickers.StickerUtils; import com.discord.utilities.view.extensions.ViewExtensions; import com.discord.views.sticker.StickerView; import com.facebook.drawee.view.SimpleDraweeView; @@ -17,18 +15,16 @@ import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StickerView.kt */ public final class d extends o implements Function1, Unit> { - public final /* synthetic */ Sticker $fullSticker; public final /* synthetic */ Integer $localAnimationSettings; public final /* synthetic */ BaseSticker $sticker; public final /* synthetic */ StickerView this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public d(StickerView stickerView, Integer num, BaseSticker baseSticker, Sticker sticker) { + public d(StickerView stickerView, Integer num, BaseSticker baseSticker) { super(1); this.this$0 = stickerView; this.$localAnimationSettings = num; this.$sticker = baseSticker; - this.$fullSticker = sticker; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -49,31 +45,20 @@ public final class d extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - this.this$0.this$0.i.f102c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); - this.this$0.this$0.i.f102c.a(); + this.this$0.this$0.i.f103c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); + this.this$0.this$0.i.f103c.a(); return Unit.a; } } diff --git a/app/src/main/java/c/a/z/o0/h.java b/app/src/main/java/c/a/y/o0/h.java similarity index 95% rename from app/src/main/java/c/a/z/o0/h.java rename to app/src/main/java/c/a/y/o0/h.java index cbb81f4f0d..b4f54b24e7 100644 --- a/app/src/main/java/c/a/z/o0/h.java +++ b/app/src/main/java/c/a/y/o0/h.java @@ -1,4 +1,4 @@ -package c.a.z.o0; +package c.a.y.o0; import android.content.Context; import android.widget.ImageView; @@ -6,8 +6,8 @@ import com.discord.api.sticker.BaseSticker; import com.discord.rlottie.RLottieDrawable; import com.discord.rlottie.RLottieImageView; import com.discord.utilities.display.DisplayUtils; -import com.discord.utilities.dsti.StickerUtils; import com.discord.utilities.file.DownloadUtils; +import com.discord.utilities.stickers.StickerUtils; import com.discord.utilities.view.extensions.ViewExtensions; import com.discord.views.sticker.StickerView; import d0.z.d.m; @@ -47,11 +47,11 @@ public final class h extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Error error) { m.checkNotNullParameter(error, "it"); - c.a.d.o.g(this.this$0.getContext(), 2131890498, 0, null, 12); + c.a.d.o.g(this.this$0.getContext(), 2131890510, 0, null, 12); return Unit.a; } } diff --git a/app/src/main/java/c/a/z/s.java b/app/src/main/java/c/a/y/s.java similarity index 96% rename from app/src/main/java/c/a/z/s.java rename to app/src/main/java/c/a/y/s.java index 6e32184723..983f772914 100644 --- a/app/src/main/java/c/a/z/s.java +++ b/app/src/main/java/c/a/y/s.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.content.Context; import com.discord.models.domain.ModelInvite; @@ -29,7 +29,7 @@ public final class s extends o implements Function1 { m.checkNotNullExpressionValue(context, "context"); String link = modelInvite2.toLink(this.this$0.getResources(), "https://discord.gg"); m.checkNotNullExpressionValue(link, "invite.toLink(resources, BuildConfig.HOST_INVITE)"); - c.a.d.o.a(context, link, 2131890686); + c.a.d.o.a(context, link, 2131890700); this.this$0.getOnDismissRequested$app_productionGoogleRelease().mo1invoke(); return Unit.a; } diff --git a/app/src/main/java/c/a/z/t.java b/app/src/main/java/c/a/y/t.java similarity index 96% rename from app/src/main/java/c/a/z/t.java rename to app/src/main/java/c/a/y/t.java index 26c36863ec..c48dd03243 100644 --- a/app/src/main/java/c/a/z/t.java +++ b/app/src/main/java/c/a/y/t.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import kotlin.jvm.functions.Function4; import rx.functions.Func4; diff --git a/app/src/main/java/c/a/z/u.java b/app/src/main/java/c/a/y/u.java similarity index 98% rename from app/src/main/java/c/a/z/u.java rename to app/src/main/java/c/a/y/u.java index 74a87c81a5..1616ef1613 100644 --- a/app/src/main/java/c/a/z/u.java +++ b/app/src/main/java/c/a/y/u.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import com.discord.stores.StoreVoiceParticipants; import j0.k.b; diff --git a/app/src/main/java/c/a/z/v.java b/app/src/main/java/c/a/y/v.java similarity index 95% rename from app/src/main/java/c/a/z/v.java rename to app/src/main/java/c/a/y/v.java index f401d9e327..b4b360bf7f 100644 --- a/app/src/main/java/c/a/z/v.java +++ b/app/src/main/java/c/a/y/v.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.content.Context; import android.content.res.Configuration; @@ -28,10 +28,10 @@ public final class v extends OverlayBubbleWrap implements AppComponent { public static final /* synthetic */ int w = 0; /* renamed from: x reason: collision with root package name */ - public final r0 f238x; + public final r0 f240x; /* renamed from: y reason: collision with root package name */ - public final Subject f239y; + public final Subject f241y; /* compiled from: OverlayVoiceBubble.kt */ public static final class a implements j0.k.b> { @@ -82,16 +82,16 @@ public final class v extends OverlayBubbleWrap implements AppComponent { public v(Context context) { super(context); m.checkNotNullParameter(context, "context"); - View inflate = LayoutInflater.from(getContext()).inflate(2131558615, (ViewGroup) this, false); + View inflate = LayoutInflater.from(getContext()).inflate(2131558616, (ViewGroup) this, false); addView(inflate); Objects.requireNonNull(inflate, "rootView"); SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate; r0 r0Var = new r0(simpleDraweeView, simpleDraweeView); m.checkNotNullExpressionValue(r0Var, "OverlayVoiceBubbleBindin…rom(context), this, true)"); - this.f238x = r0Var; + this.f240x = r0Var; PublishSubject k0 = PublishSubject.k0(); m.checkNotNullExpressionValue(k0, "PublishSubject.create()"); - this.f239y = k0; + this.f241y = k0; } @Override // com.discord.overlay.views.OverlayBubbleWrap @@ -112,14 +112,14 @@ public final class v extends OverlayBubbleWrap implements AppComponent { } public final SimpleDraweeView getImageView$app_productionGoogleRelease() { - SimpleDraweeView simpleDraweeView = this.f238x.b; + SimpleDraweeView simpleDraweeView = this.f240x.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.overlayBubbleIv"); return simpleDraweeView; } @Override // com.discord.app.AppComponent public Subject getUnsubscribeSignal() { - return this.f239y; + return this.f241y; } public final void h() { diff --git a/app/src/main/java/c/a/z/w.java b/app/src/main/java/c/a/y/w.java similarity index 95% rename from app/src/main/java/c/a/z/w.java rename to app/src/main/java/c/a/y/w.java index 0fe0556016..c3cae59715 100644 --- a/app/src/main/java/c/a/z/w.java +++ b/app/src/main/java/c/a/y/w.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import com.discord.widgets.user.search.WidgetGlobalSearchModel; import d0.z.d.m; @@ -25,7 +25,7 @@ public final class w extends o implements Function2"); m.checkNotNullParameter(list2, ""); if (!m.areEqual(this.this$0.B, this.$searchModel$inlined.getFilter())) { - this.this$0.f240y.f.scrollToPosition(0); + this.this$0.f242y.f.scrollToPosition(0); this.this$0.B = this.$searchModel$inlined.getFilter(); } return Unit.a; diff --git a/app/src/main/java/c/a/z/x.java b/app/src/main/java/c/a/y/x.java similarity index 99% rename from app/src/main/java/c/a/z/x.java rename to app/src/main/java/c/a/y/x.java index b3c2ea4f4d..694b959f2c 100644 --- a/app/src/main/java/c/a/z/x.java +++ b/app/src/main/java/c/a/y/x.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.content.Context; import android.view.View; diff --git a/app/src/main/java/c/a/z/y.java b/app/src/main/java/c/a/y/y.java similarity index 89% rename from app/src/main/java/c/a/z/y.java rename to app/src/main/java/c/a/y/y.java index dcf68187d0..74b06dacd1 100644 --- a/app/src/main/java/c/a/z/y.java +++ b/app/src/main/java/c/a/y/y.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.animation.Animator; import android.animation.AnimatorInflater; @@ -36,10 +36,10 @@ public final class y extends k implements AppComponent { public String B; /* renamed from: y reason: collision with root package name */ - public s0 f240y; + public s0 f242y; /* renamed from: z reason: collision with root package name */ - public final WidgetGlobalSearchAdapter f241z; + public final WidgetGlobalSearchAdapter f243z; /* compiled from: OverlayVoiceSelectorBubbleDialog.kt */ public static final class a implements View.OnClickListener { @@ -105,23 +105,23 @@ public final class y extends k implements AppComponent { WidgetGlobalSearchModel widgetGlobalSearchModel2 = widgetGlobalSearchModel; m.checkNotNullParameter(widgetGlobalSearchModel2, "it"); y yVar = this.this$0; - TextView textView = yVar.f240y.d; + TextView textView = yVar.f242y.d; m.checkNotNullExpressionValue(textView, "binding.emptyResults"); int i = 8; textView.setVisibility(widgetGlobalSearchModel2.getData().isEmpty() ? 0 : 8); - RecyclerView recyclerView = yVar.f240y.f; + RecyclerView recyclerView = yVar.f242y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); if (!widgetGlobalSearchModel2.getData().isEmpty()) { i = 0; } recyclerView.setVisibility(i); - WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = yVar.f241z; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = yVar.f243z; widgetGlobalSearchAdapter.setOnUpdated(new w(yVar, widgetGlobalSearchModel2)); List data = widgetGlobalSearchModel2.getData(); ArrayList arrayList = new ArrayList(); for (Object obj : data) { Channel channel = ((WidgetGlobalSearchModel.ItemDataPayload) obj).getChannel(); - if (channel != null && AnimatableValueParser.B1(channel)) { + if (channel != null && AnimatableValueParser.C1(channel)) { arrayList.add(obj); } } @@ -138,40 +138,40 @@ public final class y extends k implements AppComponent { getWindowLayoutParams().flags &= -9; s0 a2 = s0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f240y = a2; - RecyclerView recyclerView = this.f240y.f; + this.f242y = a2; + RecyclerView recyclerView = this.f242y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); - this.f241z = new WidgetGlobalSearchAdapter(recyclerView); + this.f243z = new WidgetGlobalSearchAdapter(recyclerView); } - @Override // c.a.z.k + @Override // c.a.y.k public Animator getClosingAnimator() { Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), 2130837533); - loadAnimator.setTarget(this.f240y.f152c); + loadAnimator.setTarget(this.f242y.f153c); m.checkNotNullExpressionValue(loadAnimator, "AnimatorInflater.loadAni…binding.dialogCard)\n }"); return loadAnimator; } public final void h() { - this.f240y.b.setOnClickListener(new a(this)); - TextInputLayout textInputLayout = this.f240y.e; + this.f242y.b.setOnClickListener(new a(this)); + TextInputLayout textInputLayout = this.f242y.e; m.checkNotNullExpressionValue(textInputLayout, "binding.overlayChannelSearch"); ViewExtensions.setText(textInputLayout, this.B); - TextInputLayout textInputLayout2 = this.f240y.e; + TextInputLayout textInputLayout2 = this.f242y.e; m.checkNotNullExpressionValue(textInputLayout2, "binding.overlayChannelSearch"); EditText editText = textInputLayout2.getEditText(); if (editText != null) { editText.addTextChangedListener(new TextWatcher(null, null, new b(this), 3, null)); } - WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = this.f241z; - RecyclerView recyclerView = this.f240y.f; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = this.f243z; + RecyclerView recyclerView = this.f242y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); widgetGlobalSearchAdapter.setRecycler(recyclerView); - MGRecyclerAdapter.Companion.configure(this.f241z); + MGRecyclerAdapter.Companion.configure(this.f243z); WidgetGlobalSearchModel.Companion companion = WidgetGlobalSearchModel.Companion; Observable F = this.A.F(c.i); m.checkNotNullExpressionValue(F, "filterPublisher.map { \"!$it\" }"); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(companion.getForNav(F), this, this.f241z), y.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(companion.getForNav(F), this, this.f243z), y.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); } @Override // android.view.View, android.view.ViewGroup @@ -179,7 +179,7 @@ public final class y extends k implements AppComponent { super.onAttachedToWindow(); h(); Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), 2130837534); - loadAnimator.setTarget(this.f240y.f152c); + loadAnimator.setTarget(this.f242y.f153c); loadAnimator.start(); } @@ -190,7 +190,7 @@ public final class y extends k implements AppComponent { removeAllViewsInLayout(); s0 a2 = s0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f240y = a2; + this.f242y = a2; h(); } } diff --git a/app/src/main/java/c/a/z/z.java b/app/src/main/java/c/a/y/z.java similarity index 93% rename from app/src/main/java/c/a/z/z.java rename to app/src/main/java/c/a/y/z.java index 0d5cedf019..75c3fbe993 100644 --- a/app/src/main/java/c/a/z/z.java +++ b/app/src/main/java/c/a/y/z.java @@ -1,4 +1,4 @@ -package c.a.z; +package c.a.y; import android.content.Context; import android.view.LayoutInflater; @@ -21,19 +21,19 @@ public final class z extends LinearLayout { public z(Context context) { super(context); - View inflate = LayoutInflater.from(getContext()).inflate(2131558647, (ViewGroup) this, false); + View inflate = LayoutInflater.from(getContext()).inflate(2131558649, (ViewGroup) this, false); addView(inflate); - int i = 2131362801; - TextView textView = (TextView) inflate.findViewById(2131362801); + int i = 2131362799; + TextView textView = (TextView) inflate.findViewById(2131362799); if (textView != null) { - i = 2131362802; - TextView textView2 = (TextView) inflate.findViewById(2131362802); + i = 2131362800; + TextView textView2 = (TextView) inflate.findViewById(2131362800); if (textView2 != null) { - i = 2131362803; - TextSwitcher textSwitcher = (TextSwitcher) inflate.findViewById(2131362803); + i = 2131362801; + TextSwitcher textSwitcher = (TextSwitcher) inflate.findViewById(2131362801); if (textSwitcher != null) { - i = 2131363079; - SimpleDraweeSpanTextView simpleDraweeSpanTextView = (SimpleDraweeSpanTextView) inflate.findViewById(2131363079); + i = 2131363080; + SimpleDraweeSpanTextView simpleDraweeSpanTextView = (SimpleDraweeSpanTextView) inflate.findViewById(2131363080); if (simpleDraweeSpanTextView != null) { c1 c1Var = new c1((LinearLayout) inflate, textView, textView2, textSwitcher, simpleDraweeSpanTextView); m.checkNotNullExpressionValue(c1Var, "ReactionViewBinding.infl…rom(context), this, true)"); @@ -52,7 +52,7 @@ public final class z extends LinearLayout { TextView textView = this.l.b; m.checkNotNullExpressionValue(textView, "binding.counterText1"); textView.setActivated(z2); - TextView textView2 = this.l.f70c; + TextView textView2 = this.l.f71c; m.checkNotNullExpressionValue(textView2, "binding.counterText2"); textView2.setActivated(z2); } diff --git a/app/src/main/java/c/a/a0/a/a/a.java b/app/src/main/java/c/a/z/a/a/a.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/a.java rename to app/src/main/java/c/a/z/a/a/a.java index ee0f6f0aaa..8409376104 100644 --- a/app/src/main/java/c/a/a0/a/a/a.java +++ b/app/src/main/java/c/a/z/a/a/a.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsAddMember; import rx.functions.Action1; diff --git a/app/src/main/java/c/a/a0/a/a/b.java b/app/src/main/java/c/a/z/a/a/b.java similarity index 96% rename from app/src/main/java/c/a/a0/a/a/b.java rename to app/src/main/java/c/a/z/a/a/b.java index 111cc8e645..6b911a946c 100644 --- a/app/src/main/java/c/a/a0/a/a/b.java +++ b/app/src/main/java/c/a/z/a/a/b.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.stores.StoreStream; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsAddMember; diff --git a/app/src/main/java/c/a/a0/a/a/c.java b/app/src/main/java/c/a/z/a/a/c.java similarity index 98% rename from app/src/main/java/c/a/a0/a/a/c.java rename to app/src/main/java/c/a/z/a/a/c.java index f16005906e..41a2a935a8 100644 --- a/app/src/main/java/c/a/a0/a/a/c.java +++ b/app/src/main/java/c/a/z/a/a/c.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.models.user.User; import com.discord.widgets.channels.permissions.WidgetChannelSettingsEditPermissions; diff --git a/app/src/main/java/c/a/a0/a/a/d.java b/app/src/main/java/c/a/z/a/a/d.java similarity index 98% rename from app/src/main/java/c/a/a0/a/a/d.java rename to app/src/main/java/c/a/z/a/a/d.java index 7f7f116efa..21d565d4cb 100644 --- a/app/src/main/java/c/a/a0/a/a/d.java +++ b/app/src/main/java/c/a/z/a/a/d.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.stores.StoreStream; diff --git a/app/src/main/java/c/a/a0/a/a/e.java b/app/src/main/java/c/a/z/a/a/e.java similarity index 87% rename from app/src/main/java/c/a/a0/a/a/e.java rename to app/src/main/java/c/a/z/a/a/e.java index 5042d2a043..2ca3bb34e4 100644 --- a/app/src/main/java/c/a/a0/a/a/e.java +++ b/app/src/main/java/c/a/z/a/a/e.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import c.d.b.a.a; import com.discord.models.member.GuildMember; @@ -18,6 +18,6 @@ public final /* synthetic */ class e implements Func2 { Map map = this.i; User user = (User) obj; User user2 = (User) obj2; - return Integer.valueOf(GuildMember.compareUserNames(user, user2, (GuildMember) a.d(user, map), (GuildMember) a.d(user2, map))); + return Integer.valueOf(GuildMember.compareUserNames(user, user2, (GuildMember) a.c(user, map), (GuildMember) a.c(user2, map))); } } diff --git a/app/src/main/java/c/a/a0/a/a/f.java b/app/src/main/java/c/a/z/a/a/f.java similarity index 96% rename from app/src/main/java/c/a/a0/a/a/f.java rename to app/src/main/java/c/a/z/a/a/f.java index 9edddaed8c..aa598f72b4 100644 --- a/app/src/main/java/c/a/a0/a/a/f.java +++ b/app/src/main/java/c/a/z/a/a/f.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.stores.StoreStream; import j0.k.b; diff --git a/app/src/main/java/c/a/a0/a/a/g.java b/app/src/main/java/c/a/z/a/a/g.java similarity index 96% rename from app/src/main/java/c/a/a0/a/a/g.java rename to app/src/main/java/c/a/z/a/a/g.java index d74ef542ea..6e53dc8189 100644 --- a/app/src/main/java/c/a/a0/a/a/g.java +++ b/app/src/main/java/c/a/z/a/a/g.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsAddMember; diff --git a/app/src/main/java/c/a/a0/a/a/h.java b/app/src/main/java/c/a/z/a/a/h.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/h.java rename to app/src/main/java/c/a/z/a/a/h.java index 2121526850..90cae672a1 100644 --- a/app/src/main/java/c/a/a0/a/a/h.java +++ b/app/src/main/java/c/a/z/a/a/h.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.models.guild.Guild; diff --git a/app/src/main/java/c/a/a0/a/a/i.java b/app/src/main/java/c/a/z/a/a/i.java similarity index 95% rename from app/src/main/java/c/a/a0/a/a/i.java rename to app/src/main/java/c/a/z/a/a/i.java index f502a02a85..e4fc31b7bb 100644 --- a/app/src/main/java/c/a/a0/a/a/i.java +++ b/app/src/main/java/c/a/z/a/a/i.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.models.user.User; import j0.k.b; diff --git a/app/src/main/java/c/a/a0/a/a/j.java b/app/src/main/java/c/a/z/a/a/j.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/j.java rename to app/src/main/java/c/a/z/a/a/j.java index 0231c454bc..62732d5c9a 100644 --- a/app/src/main/java/c/a/a0/a/a/j.java +++ b/app/src/main/java/c/a/z/a/a/j.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.permission.PermissionOverwrite; import com.discord.models.user.User; diff --git a/app/src/main/java/c/a/a0/a/a/k.java b/app/src/main/java/c/a/z/a/a/k.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/k.java rename to app/src/main/java/c/a/z/a/a/k.java index a16246bc0a..173a9baf50 100644 --- a/app/src/main/java/c/a/a0/a/a/k.java +++ b/app/src/main/java/c/a/z/a/a/k.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import j0.k.b; import java.util.List; diff --git a/app/src/main/java/c/a/a0/a/a/l.java b/app/src/main/java/c/a/z/a/a/l.java similarity index 81% rename from app/src/main/java/c/a/a0/a/a/l.java rename to app/src/main/java/c/a/z/a/a/l.java index ffa9570cd1..3e762d02cd 100644 --- a/app/src/main/java/c/a/a0/a/a/l.java +++ b/app/src/main/java/c/a/z/a/a/l.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import c.d.b.a.a; import com.discord.models.user.User; @@ -14,6 +14,6 @@ public final /* synthetic */ class l implements b { @Override // j0.k.b public final Object call(Object obj) { - return Boolean.valueOf(a.d((User) obj, this.i) != null); + return Boolean.valueOf(a.c((User) obj, this.i) != null); } } diff --git a/app/src/main/java/c/a/a0/a/a/m.java b/app/src/main/java/c/a/z/a/a/m.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/m.java rename to app/src/main/java/c/a/z/a/a/m.java index 1126cd02ef..caf2722ab4 100644 --- a/app/src/main/java/c/a/a0/a/a/m.java +++ b/app/src/main/java/c/a/z/a/a/m.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import android.text.Editable; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsAddMember; diff --git a/app/src/main/java/c/a/a0/a/a/n.java b/app/src/main/java/c/a/z/a/a/n.java similarity index 95% rename from app/src/main/java/c/a/a0/a/a/n.java rename to app/src/main/java/c/a/z/a/a/n.java index ec7e971865..93faeed875 100644 --- a/app/src/main/java/c/a/a0/a/a/n.java +++ b/app/src/main/java/c/a/z/a/a/n.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import android.text.TextUtils; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsAddMember; diff --git a/app/src/main/java/c/a/a0/a/a/o.java b/app/src/main/java/c/a/z/a/a/o.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/o.java rename to app/src/main/java/c/a/z/a/a/o.java index 7866826716..0f8cf5e519 100644 --- a/app/src/main/java/c/a/a0/a/a/o.java +++ b/app/src/main/java/c/a/z/a/a/o.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.widgets.channels.permissions.WidgetChannelSettingsPermissionsAddRole; import rx.functions.Action1; diff --git a/app/src/main/java/c/a/a0/a/a/p.java b/app/src/main/java/c/a/z/a/a/p.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/p.java rename to app/src/main/java/c/a/z/a/a/p.java index 7e1cef7f57..b66ef57eb7 100644 --- a/app/src/main/java/c/a/a0/a/a/p.java +++ b/app/src/main/java/c/a/z/a/a/p.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.stores.StoreStream; diff --git a/app/src/main/java/c/a/a0/a/a/q.java b/app/src/main/java/c/a/z/a/a/q.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/q.java rename to app/src/main/java/c/a/z/a/a/q.java index 9c5720b7e4..97aa681901 100644 --- a/app/src/main/java/c/a/a0/a/a/q.java +++ b/app/src/main/java/c/a/z/a/a/q.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.models.guild.Guild; diff --git a/app/src/main/java/c/a/a0/a/a/r.java b/app/src/main/java/c/a/z/a/a/r.java similarity index 95% rename from app/src/main/java/c/a/a0/a/a/r.java rename to app/src/main/java/c/a/z/a/a/r.java index 7a312d3609..62e7a506ce 100644 --- a/app/src/main/java/c/a/a0/a/a/r.java +++ b/app/src/main/java/c/a/z/a/a/r.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.channel.Channel; import j0.k.b; diff --git a/app/src/main/java/c/a/a0/a/a/s.java b/app/src/main/java/c/a/z/a/a/s.java similarity index 97% rename from app/src/main/java/c/a/a0/a/a/s.java rename to app/src/main/java/c/a/z/a/a/s.java index 1580728256..0cc0493095 100644 --- a/app/src/main/java/c/a/a0/a/a/s.java +++ b/app/src/main/java/c/a/z/a/a/s.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.channel.Channel; import com.discord.api.role.GuildRole; diff --git a/app/src/main/java/c/a/a0/a/a/t.java b/app/src/main/java/c/a/z/a/a/t.java similarity index 98% rename from app/src/main/java/c/a/a0/a/a/t.java rename to app/src/main/java/c/a/z/a/a/t.java index 41acef91e9..7cf23da7a7 100644 --- a/app/src/main/java/c/a/a0/a/a/t.java +++ b/app/src/main/java/c/a/z/a/a/t.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.role.GuildRole; import com.discord.widgets.channels.permissions.WidgetChannelSettingsEditPermissions; diff --git a/app/src/main/java/c/a/a0/a/a/u.java b/app/src/main/java/c/a/z/a/a/u.java similarity index 95% rename from app/src/main/java/c/a/a0/a/a/u.java rename to app/src/main/java/c/a/z/a/a/u.java index 51e6d8343a..0a17f093ca 100644 --- a/app/src/main/java/c/a/a0/a/a/u.java +++ b/app/src/main/java/c/a/z/a/a/u.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.api.role.GuildRole; import com.discord.widgets.channels.SimpleRolesAdapter; diff --git a/app/src/main/java/c/a/a0/a/a/v.java b/app/src/main/java/c/a/z/a/a/v.java similarity index 95% rename from app/src/main/java/c/a/a0/a/a/v.java rename to app/src/main/java/c/a/z/a/a/v.java index 5aa3074821..301627e8a9 100644 --- a/app/src/main/java/c/a/a0/a/a/v.java +++ b/app/src/main/java/c/a/z/a/a/v.java @@ -1,4 +1,4 @@ -package c.a.a0.a.a; +package c.a.z.a.a; import com.discord.models.user.User; import com.discord.widgets.channels.SimpleMembersAdapter; diff --git a/app/src/main/java/c/b/a/d/i.java b/app/src/main/java/c/b/a/d/i.java index 2211e51e94..31b784f737 100644 --- a/app/src/main/java/c/b/a/d/i.java +++ b/app/src/main/java/c/b/a/d/i.java @@ -36,7 +36,7 @@ public final class i extends RecyclerView.Adapter { public Cursor b; /* renamed from: c reason: collision with root package name */ - public int f242c; + public int f244c; public int d; public int e; public int f; @@ -52,7 +52,7 @@ public final class i extends RecyclerView.Adapter { public final c r; /* renamed from: s reason: collision with root package name */ - public final /* synthetic */ i f243s; + public final /* synthetic */ i f245s; /* compiled from: MediaCursorAdapter.kt */ /* renamed from: c.b.a.d.i$a$a reason: collision with other inner class name */ @@ -86,7 +86,7 @@ public final class i extends RecyclerView.Adapter { public a(i iVar, c cVar) { super(r4); m.checkNotNullParameter(cVar, "binding"); - this.f243s = iVar; + this.f245s = iVar; FrameLayout frameLayout = cVar.a; m.checkNotNullExpressionValue(frameLayout, "binding.root"); this.r = cVar; @@ -109,7 +109,7 @@ public final class i extends RecyclerView.Adapter { @Override // c.b.a.d.j public SimpleDraweeView a() { - SimpleDraweeView simpleDraweeView = this.r.f246c; + SimpleDraweeView simpleDraweeView = this.r.f248c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); return simpleDraweeView; } @@ -144,7 +144,7 @@ public final class i extends RecyclerView.Adapter { @Override // android.view.View.OnClickListener public void onClick(View view) { m.checkNotNullParameter(view, "v"); - SelectionCoordinator selectionCoordinator = this.f243s.a; + SelectionCoordinator selectionCoordinator = this.f245s.a; Media media = this.o; int adapterPosition = getAdapterPosition(); Objects.requireNonNull(selectionCoordinator); @@ -169,7 +169,7 @@ public final class i extends RecyclerView.Adapter { m.checkNotNullParameter(obj, "cookie"); if (cursor != null) { i iVar = this.a; - iVar.f242c = cursor.getColumnIndex("_id"); + iVar.f244c = cursor.getColumnIndex("_id"); iVar.d = cursor.getColumnIndex("_data"); iVar.e = cursor.getColumnIndex("_display_name"); iVar.f = cursor.getColumnIndex("media_type"); @@ -201,7 +201,7 @@ public final class i extends RecyclerView.Adapter { Long l = null; if (cursor != null) { cursor.moveToPosition(i); - long j = cursor.getLong(this.f242c); + long j = cursor.getLong(this.f244c); boolean z2 = cursor.getInt(this.f) == 3; Uri withAppendedPath = z2 ? Uri.withAppendedPath(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, String.valueOf(j)) : Uri.withAppendedPath(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, String.valueOf(j)); String str2 = z2 ? "vid" : "img"; @@ -267,9 +267,9 @@ public final class i extends RecyclerView.Adapter { aVar2.o = a2; int i2 = 0; if (a2 != null) { - aVar2.d(aVar2.f243s.a.a(a2, aVar2.getAdapterPosition()), false); + aVar2.d(aVar2.f245s.a.a(a2, aVar2.getAdapterPosition()), false); } - aVar2.c(a2, Integer.valueOf(aVar2.f243s.h), Integer.valueOf(aVar2.f243s.i)); + aVar2.c(a2, Integer.valueOf(aVar2.f245s.h), Integer.valueOf(aVar2.f245s.i)); boolean z2 = true; if (a2 == null || !a2.i) { z2 = false; diff --git a/app/src/main/java/c/b/a/d/j.java b/app/src/main/java/c/b/a/d/j.java index 1d99c21b2f..b02e1fc0b8 100644 --- a/app/src/main/java/c/b/a/d/j.java +++ b/app/src/main/java/c/b/a/d/j.java @@ -59,7 +59,7 @@ public abstract class j extends RecyclerView.ViewHolder { public CancellationSignal b; /* renamed from: c reason: collision with root package name */ - public Bitmap f244c; + public Bitmap f246c; public final ContentResolver d; public b(ContentResolver contentResolver) { @@ -78,11 +78,11 @@ public abstract class j extends RecyclerView.ViewHolder { cancellationSignal.cancel(); } } - Bitmap bitmap = this.f244c; + Bitmap bitmap = this.f246c; if (bitmap != null) { bitmap.recycle(); } - this.f244c = null; + this.f246c = null; } } diff --git a/app/src/main/java/c/b/a/d/k.java b/app/src/main/java/c/b/a/d/k.java index bc455d23a2..332b446154 100644 --- a/app/src/main/java/c/b/a/d/k.java +++ b/app/src/main/java/c/b/a/d/k.java @@ -74,8 +74,8 @@ public final class k extends d0.w.h.a.k implements Function2 mVar; - b R1; + b S1; b bVar4; boolean z4 = false; boolean z5 = cVar.w() == c.b.BEGIN_OBJECT; @@ -83,20 +83,20 @@ public class c { case 2: bVar3 = bVar6; mVar = mVar2; - gVar3 = new g(AnimatableValueParser.O1(cVar, dVar, z.a)); + gVar3 = new g(AnimatableValueParser.P1(cVar, dVar, z.a)); mVar2 = mVar; break; case 3: dVar.a("Lottie doesn't support 3D layers."); - R1 = AnimatableValueParser.R1(cVar, dVar, z4); - if (!R1.a.isEmpty()) { - bVar4 = R1; + S1 = AnimatableValueParser.S1(cVar, dVar, z4); + if (!S1.a.isEmpty()) { + bVar4 = S1; gVar2 = gVar3; bVar3 = bVar6; mVar = mVar2; - R1.a.add(new a(dVar, Float.valueOf(0.0f), Float.valueOf(0.0f), null, 0.0f, Float.valueOf(dVar.l))); + S1.a.add(new a(dVar, Float.valueOf(0.0f), Float.valueOf(0.0f), null, 0.0f, Float.valueOf(dVar.l))); } else { - bVar4 = R1; + bVar4 = S1; gVar2 = gVar3; bVar3 = bVar6; mVar = mVar2; @@ -109,27 +109,27 @@ public class c { mVar2 = mVar; break; case 4: - R1 = AnimatableValueParser.R1(cVar, dVar, z4); - if (!R1.a.isEmpty()) { + S1 = AnimatableValueParser.S1(cVar, dVar, z4); + if (!S1.a.isEmpty()) { } bVar5 = bVar4; gVar3 = gVar2; mVar2 = mVar; break; case 5: - dVar2 = AnimatableValueParser.S1(cVar, dVar); + dVar2 = AnimatableValueParser.T1(cVar, dVar); continue; case 6: - bVar8 = AnimatableValueParser.R1(cVar, dVar, z4); + bVar8 = AnimatableValueParser.S1(cVar, dVar, z4); continue; case 7: - bVar9 = AnimatableValueParser.R1(cVar, dVar, z4); + bVar9 = AnimatableValueParser.S1(cVar, dVar, z4); continue; case 8: - bVar7 = AnimatableValueParser.R1(cVar, dVar, z4); + bVar7 = AnimatableValueParser.S1(cVar, dVar, z4); continue; case 9: - bVar6 = AnimatableValueParser.R1(cVar, dVar, z4); + bVar6 = AnimatableValueParser.S1(cVar, dVar, z4); continue; default: bVar3 = bVar6; diff --git a/app/src/main/java/c/c/a/a0/h0/c.java b/app/src/main/java/c/c/a/a0/h0/c.java index 33b0f8ff18..ed2b0cf75a 100644 --- a/app/src/main/java/c/c/a/a0/h0/c.java +++ b/app/src/main/java/c/c/a/a0/h0/c.java @@ -99,9 +99,9 @@ public abstract class c implements Closeable { public abstract void C() throws IOException; public final b G(String str) throws b { - StringBuilder P = c.d.b.a.a.P(str, " at path "); - P.append(getPath()); - throw new b(P.toString()); + StringBuilder O = c.d.b.a.a.O(str, " at path "); + O.append(getPath()); + throw new b(O.toString()); } public abstract void a() throws IOException; @@ -121,21 +121,21 @@ public abstract class c implements Closeable { int[] iArr = this.k; String[] strArr = this.l; int[] iArr2 = this.m; - StringBuilder J = c.d.b.a.a.J('$'); + StringBuilder H = c.d.b.a.a.H('$'); for (int i3 = 0; i3 < i2; i3++) { int i4 = iArr[i3]; if (i4 == 1 || i4 == 2) { - J.append('['); - J.append(iArr2[i3]); - J.append(']'); + H.append('['); + H.append(iArr2[i3]); + H.append(']'); } else if (i4 == 3 || i4 == 4 || i4 == 5) { - J.append('.'); + H.append('.'); if (strArr[i3] != null) { - J.append(strArr[i3]); + H.append(strArr[i3]); } } } - return J.toString(); + return H.toString(); } public abstract double p() throws IOException; @@ -159,9 +159,9 @@ public abstract class c implements Closeable { int[] iArr2 = this.m; this.m = Arrays.copyOf(iArr2, iArr2.length * 2); } else { - StringBuilder L = c.d.b.a.a.L("Nesting too deep at "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = c.d.b.a.a.K("Nesting too deep at "); + K.append(getPath()); + throw new a(K.toString()); } } int[] iArr3 = this.k; diff --git a/app/src/main/java/c/c/a/a0/h0/d.java b/app/src/main/java/c/c/a/a0/h0/d.java index 74304d77ff..4b2f2100ef 100644 --- a/app/src/main/java/c/c/a/a0/h0/d.java +++ b/app/src/main/java/c/c/a/a0/h0/d.java @@ -18,7 +18,7 @@ public final class d extends c { public static final ByteString r = ByteString.h("*/"); /* renamed from: s reason: collision with root package name */ - public final g f249s; + public final g f251s; public final e t; public int u = 0; public long v; @@ -26,11 +26,11 @@ public final class d extends c { @Nullable /* renamed from: x reason: collision with root package name */ - public String f250x; + public String f252x; public d(g gVar) { Objects.requireNonNull(gVar, "source == null"); - this.f249s = gVar; + this.f251s = gVar; this.t = gVar.g(); x(6); } @@ -48,11 +48,11 @@ public final class d extends c { } else if (i == 12) { T(n); } else if (i != 15) { - StringBuilder L = a.L("Expected a name but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected a name but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } this.u = 0; this.l[this.j - 1] = "null"; @@ -76,22 +76,22 @@ public final class d extends c { if (i >= 0) { this.j--; } else { - StringBuilder L = a.L("Expected a value but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected a value but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } } else if (i2 == 2) { i--; if (i >= 0) { this.j--; } else { - StringBuilder L2 = a.L("Expected a value but was "); - L2.append(w()); - L2.append(" at path "); - L2.append(getPath()); - throw new a(L2.toString()); + StringBuilder K2 = a.K("Expected a value but was "); + K2.append(w()); + K2.append(" at path "); + K2.append(getPath()); + throw new a(K2.toString()); } } else if (i2 == 14 || i2 == 10) { U(); @@ -102,11 +102,11 @@ public final class d extends c { } else if (i2 == 17) { this.t.skip((long) this.w); } else if (i2 == 18) { - StringBuilder L3 = a.L("Expected a value but was "); - L3.append(w()); - L3.append(" at path "); - L3.append(getPath()); - throw new a(L3.toString()); + StringBuilder K3 = a.K("Expected a value but was "); + K3.append(w()); + K3.append(" at path "); + K3.append(getPath()); + throw new a(K3.toString()); } this.u = 0; } @@ -307,7 +307,7 @@ public final class d extends c { boolean z3 = false; while (true) { int i6 = i5 + 1; - if (!this.f249s.j((long) i6)) { + if (!this.f251s.j((long) i6)) { break; } byte r4 = this.t.r((long) i5); @@ -392,11 +392,11 @@ public final class d extends c { while (true) { if (i9 < length) { int i10 = i9 + 1; - if (!this.f249s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { + if (!this.f251s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { break; } i9 = i10; - } else if (!this.f249s.j((long) (length + 1)) || !M(this.t.r((long) length))) { + } else if (!this.f251s.j((long) (length + 1)) || !M(this.t.r((long) length))) { this.t.skip((long) length); this.u = i; } @@ -472,14 +472,14 @@ public final class d extends c { int i = 0; while (true) { int i2 = i + 1; - if (this.f249s.j((long) i2)) { + if (this.f251s.j((long) i2)) { byte r2 = this.t.r((long) i); if (r2 == 10 || r2 == 32 || r2 == 13 || r2 == 9) { i = i2; } else { this.t.skip((long) (i2 - 1)); if (r2 == 47) { - if (!this.f249s.j(2)) { + if (!this.f251s.j(2)) { return r2; } H(); @@ -502,7 +502,7 @@ public final class d extends c { public final String Q(ByteString byteString) throws IOException { StringBuilder sb = null; while (true) { - long D = this.f249s.D(byteString); + long D = this.f251s.D(byteString); if (D == -1) { G("Unterminated string"); throw null; @@ -526,14 +526,14 @@ public final class d extends c { } public final String R() throws IOException { - long D = this.f249s.D(p); + long D = this.f251s.D(p); return D != -1 ? this.t.H(D) : this.t.G(); } public final char S() throws IOException { int i; int i2; - if (this.f249s.j(1)) { + if (this.f251s.j(1)) { byte readByte = this.t.readByte(); if (readByte == 10 || readByte == 34 || readByte == 39 || readByte == 47 || readByte == 92) { return (char) readByte; @@ -554,11 +554,11 @@ public final class d extends c { return '\t'; } if (readByte != 117) { - StringBuilder L = a.L("Invalid escape sequence: \\"); - L.append((char) readByte); - G(L.toString()); + StringBuilder K = a.K("Invalid escape sequence: \\"); + K.append((char) readByte); + G(K.toString()); throw null; - } else if (this.f249s.j(4)) { + } else if (this.f251s.j(4)) { char c2 = 0; for (int i3 = 0; i3 < 4; i3++) { byte r2 = this.t.r((long) i3); @@ -567,9 +567,9 @@ public final class d extends c { if (r2 >= 97 && r2 <= 102) { i2 = r2 - 97; } else if (r2 < 65 || r2 > 70) { - StringBuilder L2 = a.L("\\u"); - L2.append(this.t.H(4)); - G(L2.toString()); + StringBuilder K2 = a.K("\\u"); + K2.append(this.t.H(4)); + G(K2.toString()); throw null; } else { i2 = r2 - 65; @@ -583,9 +583,9 @@ public final class d extends c { this.t.skip(4); return c2; } else { - StringBuilder L3 = a.L("Unterminated escape sequence at path "); - L3.append(getPath()); - throw new EOFException(L3.toString()); + StringBuilder K3 = a.K("Unterminated escape sequence at path "); + K3.append(getPath()); + throw new EOFException(K3.toString()); } } else { G("Unterminated escape sequence"); @@ -595,7 +595,7 @@ public final class d extends c { public final void T(ByteString byteString) throws IOException { while (true) { - long D = this.f249s.D(byteString); + long D = this.f251s.D(byteString); if (D == -1) { G("Unterminated string"); throw null; @@ -610,7 +610,7 @@ public final class d extends c { } public final void U() throws IOException { - long D = this.f249s.D(p); + long D = this.f251s.D(p); e eVar = this.t; if (D == -1) { D = eVar.j; @@ -630,11 +630,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder L = a.L("Expected BEGIN_ARRAY but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected BEGIN_ARRAY but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } @Override // c.c.a.a0.h0.c @@ -648,11 +648,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder L = a.L("Expected BEGIN_OBJECT but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected BEGIN_OBJECT but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } @Override // c.c.a.a0.h0.c @@ -670,11 +670,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder L = a.L("Expected END_ARRAY but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected END_ARRAY but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } @Override // java.io.Closeable, java.lang.AutoCloseable @@ -684,7 +684,7 @@ public final class d extends c { this.j = 1; e eVar = this.t; eVar.skip(eVar.j); - this.f249s.close(); + this.f251s.close(); } @Override // c.c.a.a0.h0.c @@ -703,11 +703,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder L = a.L("Expected END_OBJECT but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected END_OBJECT but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } @Override // c.c.a.a0.h0.c @@ -738,11 +738,11 @@ public final class d extends c { iArr2[i3] = iArr2[i3] + 1; return false; } else { - StringBuilder L = a.L("Expected a boolean but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected a boolean but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } } @@ -760,38 +760,38 @@ public final class d extends c { return (double) this.v; } if (i == 17) { - this.f250x = this.t.H((long) this.w); + this.f252x = this.t.H((long) this.w); } else if (i == 9) { - this.f250x = Q(o); + this.f252x = Q(o); } else if (i == 8) { - this.f250x = Q(n); + this.f252x = Q(n); } else if (i == 10) { - this.f250x = R(); + this.f252x = R(); } else if (i != 11) { - StringBuilder L = a.L("Expected a double but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected a double but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f250x); + double parseDouble = Double.parseDouble(this.f252x); if (Double.isNaN(parseDouble) || Double.isInfinite(parseDouble)) { throw new b("JSON forbids NaN and infinities: " + parseDouble + " at path " + getPath()); } - this.f250x = null; + this.f252x = null; this.u = 0; int[] iArr2 = this.m; int i3 = this.j - 1; iArr2[i3] = iArr2[i3] + 1; return parseDouble; } catch (NumberFormatException unused) { - StringBuilder L2 = a.L("Expected a double but was "); - L2.append(this.f250x); - L2.append(" at path "); - L2.append(getPath()); - throw new a(L2.toString()); + StringBuilder K2 = a.K("Expected a double but was "); + K2.append(this.f252x); + K2.append(" at path "); + K2.append(getPath()); + throw new a(K2.toString()); } } @@ -811,17 +811,17 @@ public final class d extends c { iArr[i3] = iArr[i3] + 1; return i2; } - StringBuilder L = a.L("Expected an int but was "); - L.append(this.v); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected an int but was "); + K.append(this.v); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } if (i == 17) { - this.f250x = this.t.H((long) this.w); + this.f252x = this.t.H((long) this.w); } else if (i == 9 || i == 8) { String Q = i == 9 ? Q(o) : Q(n); - this.f250x = Q; + this.f252x = Q; try { int parseInt = Integer.parseInt(Q); this.u = 0; @@ -832,35 +832,35 @@ public final class d extends c { } catch (NumberFormatException unused) { } } else if (i != 11) { - StringBuilder L2 = a.L("Expected an int but was "); - L2.append(w()); - L2.append(" at path "); - L2.append(getPath()); - throw new a(L2.toString()); + StringBuilder K2 = a.K("Expected an int but was "); + K2.append(w()); + K2.append(" at path "); + K2.append(getPath()); + throw new a(K2.toString()); } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f250x); + double parseDouble = Double.parseDouble(this.f252x); int i5 = (int) parseDouble; if (((double) i5) == parseDouble) { - this.f250x = null; + this.f252x = null; this.u = 0; int[] iArr3 = this.m; int i6 = this.j - 1; iArr3[i6] = iArr3[i6] + 1; return i5; } - StringBuilder L3 = a.L("Expected an int but was "); - L3.append(this.f250x); - L3.append(" at path "); - L3.append(getPath()); - throw new a(L3.toString()); + StringBuilder K3 = a.K("Expected an int but was "); + K3.append(this.f252x); + K3.append(" at path "); + K3.append(getPath()); + throw new a(K3.toString()); } catch (NumberFormatException unused2) { - StringBuilder L4 = a.L("Expected an int but was "); - L4.append(this.f250x); - L4.append(" at path "); - L4.append(getPath()); - throw new a(L4.toString()); + StringBuilder K4 = a.K("Expected an int but was "); + K4.append(this.f252x); + K4.append(" at path "); + K4.append(getPath()); + throw new a(K4.toString()); } } @@ -878,13 +878,13 @@ public final class d extends c { } else if (i == 12) { str = Q(n); } else if (i == 15) { - str = this.f250x; + str = this.f252x; } else { - StringBuilder L = a.L("Expected a name but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected a name but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } this.u = 0; this.l[this.j - 1] = str; @@ -905,18 +905,18 @@ public final class d extends c { } else if (i == 8) { str = Q(n); } else if (i == 11) { - str = this.f250x; - this.f250x = null; + str = this.f252x; + this.f252x = null; } else if (i == 16) { str = Long.toString(this.v); } else if (i == 17) { str = this.t.H((long) this.w); } else { - StringBuilder L = a.L("Expected a string but was "); - L.append(w()); - L.append(" at path "); - L.append(getPath()); - throw new a(L.toString()); + StringBuilder K = a.K("Expected a string but was "); + K.append(w()); + K.append(" at path "); + K.append(getPath()); + throw new a(K.toString()); } this.u = 0; int[] iArr = this.m; @@ -927,10 +927,10 @@ public final class d extends c { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("JsonReader("); - L.append(this.f249s); - L.append(")"); - return L.toString(); + StringBuilder K = a.K("JsonReader("); + K.append(this.f251s); + K.append(")"); + return K.toString(); } @Override // c.c.a.a0.h0.c @@ -983,9 +983,9 @@ public final class d extends c { return -1; } if (i == 15) { - return K(this.f250x, aVar); + return K(this.f252x, aVar); } - int u0 = this.f249s.u0(aVar.b); + int u0 = this.f251s.u0(aVar.b); if (u0 != -1) { this.u = 0; this.l[this.j - 1] = aVar.a[u0]; @@ -996,7 +996,7 @@ public final class d extends c { int K = K(s2, aVar); if (K == -1) { this.u = 15; - this.f250x = s2; + this.f252x = s2; this.l[this.j - 1] = str; } return K; diff --git a/app/src/main/java/c/c/a/a0/m.java b/app/src/main/java/c/c/a/a0/m.java index c007f0d2b3..5042db16d9 100644 --- a/app/src/main/java/c/c/a/a0/m.java +++ b/app/src/main/java/c/c/a/a0/m.java @@ -7,5 +7,5 @@ public class m { public static final c.a b = c.a.a("p", "k"); /* renamed from: c reason: collision with root package name */ - public static final c.a f251c = c.a.a("n", "v"); + public static final c.a f253c = c.a.a("n", "v"); } diff --git a/app/src/main/java/c/c/a/a0/o.java b/app/src/main/java/c/c/a/a0/o.java index a74802d80d..5499cf33f4 100644 --- a/app/src/main/java/c/c/a/a0/o.java +++ b/app/src/main/java/c/c/a/a0/o.java @@ -61,9 +61,9 @@ public class o { } return new PointF(p3 * f, p4 * f); } else { - StringBuilder L = a.L("Unknown point starts with "); - L.append(cVar.w()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Unknown point starts with "); + K.append(cVar.w()); + throw new IllegalArgumentException(K.toString()); } } diff --git a/app/src/main/java/c/c/a/a0/p.java b/app/src/main/java/c/c/a/a0/p.java index ec746d91f2..f32c8a77e6 100644 --- a/app/src/main/java/c/c/a/a0/p.java +++ b/app/src/main/java/c/c/a/a0/p.java @@ -19,7 +19,7 @@ public class p { public static SparseArrayCompat> b; /* renamed from: c reason: collision with root package name */ - public static c.a f252c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); + public static c.a f254c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); public static a a(c cVar, d dVar, float f, g0 g0Var, boolean z2) throws IOException { T t; @@ -40,7 +40,7 @@ public class p { boolean z3 = false; float f2 = 0.0f; while (cVar.e()) { - switch (cVar.z(f252c)) { + switch (cVar.z(f254c)) { case 0: f2 = (float) cVar.p(); break; diff --git a/app/src/main/java/c/c/a/a0/q.java b/app/src/main/java/c/c/a/a0/q.java index 3ba1bb5646..e7c98f46cf 100644 --- a/app/src/main/java/c/c/a/a0/q.java +++ b/app/src/main/java/c/c/a/a0/q.java @@ -54,15 +54,15 @@ public class q { i2++; a aVar2 = (a) list.get(i2); aVar.f = Float.valueOf(aVar2.e); - if (aVar.f257c == null && (t = aVar2.b) != null) { - aVar.f257c = t; + if (aVar.f259c == null && (t = aVar2.b) != null) { + aVar.f259c = t; if (aVar instanceof h) { ((h) aVar).e(); } } } a aVar3 = (a) list.get(i); - if ((aVar3.b == null || aVar3.f257c == null) && list.size() > 1) { + if ((aVar3.b == null || aVar3.f259c == null) && list.size() > 1) { list.remove(aVar3); } } diff --git a/app/src/main/java/c/c/a/a0/r.java b/app/src/main/java/c/c/a/a0/r.java index 4f14602d46..4461b7ad54 100644 --- a/app/src/main/java/c/c/a/a0/r.java +++ b/app/src/main/java/c/c/a/a0/r.java @@ -21,7 +21,7 @@ public class r { public static final c.a b = c.a.a("d", "a"); /* renamed from: c reason: collision with root package name */ - public static final c.a f253c = c.a.a("nm"); + public static final c.a f255c = c.a.a("nm"); /* JADX DEBUG: Failed to insert an additional move for type inference into block B:226:0x0303 */ /* JADX DEBUG: Multi-variable search result rejected for r6v10, resolved type: c.c.a.y.k.d */ @@ -160,7 +160,7 @@ public class r { if (hashCode == 3357091 && s2.equals("mode")) { c2 = 3; if (c2 == 0) { - dVar2 = AnimatableValueParser.S1(cVar, dVar); + dVar2 = AnimatableValueParser.T1(cVar, dVar); } else if (c2 == 1) { hVar2 = new h(q.a(cVar, dVar, g.c(), a0.a)); } else if (c2 == 2) { @@ -276,7 +276,7 @@ public class r { int z5 = cVar.z(b); if (z5 == 0) { str3 = str4; - jVar = new j(AnimatableValueParser.O1(cVar, dVar, g.a)); + jVar = new j(AnimatableValueParser.P1(cVar, dVar, g.a)); } else if (z5 != i) { cVar.B(); cVar.C(); @@ -299,16 +299,16 @@ public class r { while (cVar.e()) { int z6 = cVar.z(b.b); if (z6 == 0) { - aVar3 = AnimatableValueParser.P1(cVar, dVar); + aVar3 = AnimatableValueParser.Q1(cVar, dVar); } else if (z6 == i) { - aVar4 = AnimatableValueParser.P1(cVar, dVar); + aVar4 = AnimatableValueParser.Q1(cVar, dVar); } else if (z6 == 2) { - bVar2 = AnimatableValueParser.Q1(cVar, dVar); + bVar2 = AnimatableValueParser.R1(cVar, dVar); } else if (z6 != 3) { cVar.B(); cVar.C(); } else { - bVar3 = AnimatableValueParser.Q1(cVar, dVar); + bVar3 = AnimatableValueParser.R1(cVar, dVar); } i = 1; } @@ -343,7 +343,7 @@ public class r { while (cVar.e()) { cVar.b(); while (cVar.e()) { - if (cVar.z(f253c) != 0) { + if (cVar.z(f255c) != 0) { cVar.B(); cVar.C(); } else { @@ -395,7 +395,7 @@ public class r { i = 1; z2 = false; case 20: - bVar = AnimatableValueParser.R1(cVar, dVar, z2); + bVar = AnimatableValueParser.S1(cVar, dVar, z2); i = 1; z2 = false; case 21: diff --git a/app/src/main/java/c/c/a/a0/s.java b/app/src/main/java/c/c/a/a0/s.java index cb8c4d1dcf..4ab002b590 100644 --- a/app/src/main/java/c/c/a/a0/s.java +++ b/app/src/main/java/c/c/a/a0/s.java @@ -20,7 +20,7 @@ public class s { public static c.a b = c.a.a("id", "layers", "w", "h", "p", "u"); /* renamed from: c reason: collision with root package name */ - public static final c.a f254c = c.a.a("list"); + public static final c.a f256c = c.a.a("list"); public static final c.a d = c.a.a("cm", "tm", "dr"); public static d a(c cVar) throws IOException { @@ -176,7 +176,7 @@ public class s { f2 = f6; cVar.b(); while (cVar.e()) { - if (cVar.z(f254c) != 0) { + if (cVar.z(f256c) != 0) { cVar.B(); cVar.C(); } else { @@ -343,7 +343,7 @@ public class s { dVar.m = f4; dVar.i = arrayList3; dVar.h = longSparseArray; - dVar.f258c = hashMap; + dVar.f260c = hashMap; dVar.d = hashMap2; dVar.g = sparseArrayCompat2; dVar.e = hashMap3; diff --git a/app/src/main/java/c/c/a/b0/d.java b/app/src/main/java/c/c/a/b0/d.java index 99ee84953b..315aaa8ed8 100644 --- a/app/src/main/java/c/c/a/b0/d.java +++ b/app/src/main/java/c/c/a/b0/d.java @@ -22,7 +22,7 @@ public class d extends a implements Choreographer.FrameCallback { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public boolean f255s = false; + public boolean f257s = false; @Override // android.animation.ValueAnimator, android.animation.Animator @MainThread @@ -37,7 +37,7 @@ public class d extends a implements Choreographer.FrameCallback { public void doFrame(long j) { l(); c.c.a.d dVar = this.r; - if (dVar != null && this.f255s) { + if (dVar != null && this.f257s) { long j2 = this.m; long j3 = 0; if (j2 != 0) { @@ -149,7 +149,7 @@ public class d extends a implements Choreographer.FrameCallback { @Override // android.animation.ValueAnimator, android.animation.Animator public boolean isRunning() { - return this.f255s; + return this.f257s; } public float j() { @@ -166,7 +166,7 @@ public class d extends a implements Choreographer.FrameCallback { } public void l() { - if (this.f255s) { + if (this.f257s) { Choreographer.getInstance().removeFrameCallback(this); Choreographer.getInstance().postFrameCallback(this); } @@ -175,7 +175,7 @@ public class d extends a implements Choreographer.FrameCallback { @MainThread public void m() { Choreographer.getInstance().removeFrameCallback(this); - this.f255s = false; + this.f257s = false; } public void n(float f) { diff --git a/app/src/main/java/c/c/a/b0/g.java b/app/src/main/java/c/c/a/b0/g.java index 1e86187b10..e9345985cf 100644 --- a/app/src/main/java/c/c/a/b0/g.java +++ b/app/src/main/java/c/c/a/b0/g.java @@ -17,7 +17,7 @@ public final class g { public static final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public static final Path f256c = new Path(); + public static final Path f258c = new Path(); public static final float[] d = new float[4]; public static final float e = ((float) (Math.sqrt(2.0d) / 2.0d)); public static float f = -1.0f; @@ -59,12 +59,12 @@ public final class g { path2.reset(); pathMeasure.getSegment(min, max, path2, true); if (max > length) { - Path path3 = f256c; + Path path3 = f258c; path3.reset(); pathMeasure.getSegment(0.0f, max % length, path3, true); path2.addPath(path3); } else if (min < 0.0f) { - Path path4 = f256c; + Path path4 = f258c; path4.reset(); pathMeasure.getSegment(min + length, length, path4, true); path2.addPath(path4); diff --git a/app/src/main/java/c/c/a/c0/a.java b/app/src/main/java/c/c/a/c0/a.java index 6a2673f6ad..e997d00f61 100644 --- a/app/src/main/java/c/c/a/c0/a.java +++ b/app/src/main/java/c/c/a/c0/a.java @@ -14,7 +14,7 @@ public class a { @Nullable /* renamed from: c reason: collision with root package name */ - public T f257c; + public T f259c; @Nullable public final Interpolator d; public final float e; @@ -40,7 +40,7 @@ public class a { this.n = null; this.a = dVar; this.b = t; - this.f257c = t2; + this.f259c = t2; this.d = interpolator; this.e = f; this.f = f2; @@ -57,7 +57,7 @@ public class a { this.n = null; this.a = null; this.b = t; - this.f257c = t; + this.f259c = t; this.d = null; this.e = Float.MIN_VALUE; this.f = Float.valueOf(Float.MAX_VALUE); @@ -97,17 +97,17 @@ public class a { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Keyframe{startValue="); - L.append((Object) this.b); - L.append(", endValue="); - L.append((Object) this.f257c); - L.append(", startFrame="); - L.append(this.e); - L.append(", endFrame="); - L.append(this.f); - L.append(", interpolator="); - L.append(this.d); - L.append('}'); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("Keyframe{startValue="); + K.append((Object) this.b); + K.append(", endValue="); + K.append((Object) this.f259c); + K.append(", startFrame="); + K.append(this.e); + K.append(", endFrame="); + K.append(this.f); + K.append(", interpolator="); + K.append(this.d); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/d.java b/app/src/main/java/c/c/a/d.java index 96758a69d3..493b6c5c60 100644 --- a/app/src/main/java/c/c/a/d.java +++ b/app/src/main/java/c/c/a/d.java @@ -17,7 +17,7 @@ public class d { public final HashSet b = new HashSet<>(); /* renamed from: c reason: collision with root package name */ - public Map> f258c; + public Map> f260c; public Map d; public Map e; public List f; diff --git a/app/src/main/java/c/c/a/e.java b/app/src/main/java/c/c/a/e.java index b1f33cc85d..43d24528b1 100644 --- a/app/src/main/java/c/c/a/e.java +++ b/app/src/main/java/c/c/a/e.java @@ -200,9 +200,9 @@ public class e { } for (Map.Entry entry2 : dVar.d.entrySet()) { if (entry2.getValue().e == null) { - StringBuilder L = c.d.b.a.a.L("There is no image for "); - L.append(entry2.getValue().d); - return new p<>(new IllegalStateException(L.toString())); + StringBuilder K = c.d.b.a.a.K("There is no image for "); + K.append(entry2.getValue().d); + return new p<>(new IllegalStateException(K.toString())); } } if (str != null) { @@ -217,9 +217,9 @@ public class e { } public static String f(Context context, @RawRes int i) { - StringBuilder L = c.d.b.a.a.L("rawRes"); - L.append((context.getResources().getConfiguration().uiMode & 48) == 32 ? "_night_" : "_day_"); - L.append(i); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("rawRes"); + K.append((context.getResources().getConfiguration().uiMode & 48) == 32 ? "_night_" : "_day_"); + K.append(i); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/f.java b/app/src/main/java/c/c/a/f.java index 007bb71673..380b7572b9 100644 --- a/app/src/main/java/c/c/a/f.java +++ b/app/src/main/java/c/c/a/f.java @@ -31,7 +31,7 @@ public class f implements Callable> { Pair pair; c cVar = new c(this.i, this.j, this.k); a aVar = a.ZIP; - b bVar = cVar.f338c; + b bVar = cVar.f340c; d dVar = null; if (bVar != null) { String str = cVar.b; @@ -60,9 +60,9 @@ public class f implements Callable> { if (file.getAbsolutePath().endsWith(".zip")) { aVar2 = aVar; } - StringBuilder Q = c.d.b.a.a.Q("Cache hit for ", str, " at "); - Q.append(file.getAbsolutePath()); - c.c.a.b0.c.a(Q.toString()); + StringBuilder P = c.d.b.a.a.P("Cache hit for ", str, " at "); + P.append(file.getAbsolutePath()); + c.c.a.b0.c.a(P.toString()); pair = new Pair(aVar2, fileInputStream); if (pair != null) { } @@ -73,10 +73,10 @@ public class f implements Callable> { if (dVar != null) { return new p<>(dVar); } - StringBuilder L = c.d.b.a.a.L("Animation for "); - L.append(cVar.b); - L.append(" not found in cache. Fetching from network."); - c.c.a.b0.c.a(L.toString()); + StringBuilder K = c.d.b.a.a.K("Animation for "); + K.append(cVar.b); + K.append(" not found in cache. Fetching from network."); + c.c.a.b0.c.a(K.toString()); try { return cVar.a(); } catch (IOException e) { diff --git a/app/src/main/java/c/c/a/j.java b/app/src/main/java/c/c/a/j.java index 55817ef7b9..3225cea25a 100644 --- a/app/src/main/java/c/c/a/j.java +++ b/app/src/main/java/c/c/a/j.java @@ -42,7 +42,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Nullable /* renamed from: s reason: collision with root package name */ - public String f259s; + public String f261s; @Nullable public b t; @Nullable @@ -52,13 +52,13 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public c.c.a.y.m.c w; /* renamed from: x reason: collision with root package name */ - public int f260x; + public int f262x; /* renamed from: y reason: collision with root package name */ - public boolean f261y; + public boolean f263y; /* renamed from: z reason: collision with root package name */ - public boolean f262z; + public boolean f264z; /* compiled from: LottieDrawable */ public class a implements o { @@ -124,17 +124,17 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public final /* synthetic */ Object b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ c.c.a.c0.c f264c; + public final /* synthetic */ c.c.a.c0.c f266c; public e(c.c.a.y.f fVar, Object obj, c.c.a.c0.c cVar) { this.a = fVar; this.b = obj; - this.f264c = cVar; + this.f266c = cVar; } @Override // c.c.a.j.o public void a(d dVar) { - j.this.a(this.a, this.b, this.f264c); + j.this.a(this.a, this.b, this.f266c); } } @@ -275,7 +275,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { this.o = new ArrayList<>(); f fVar = new f(); this.p = fVar; - this.f260x = 255; + this.f262x = 255; this.A = true; this.B = false; dVar.i.add(fVar); @@ -292,7 +292,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { if (fVar == c.c.a.y.f.a) { cVar2.g(t, cVar); } else { - c.c.a.y.g gVar = fVar.f303c; + c.c.a.y.g gVar = fVar.f305c; if (gVar != null) { gVar.g(t, cVar); } else { @@ -305,7 +305,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { list = arrayList; } for (int i2 = 0; i2 < list.size(); i2++) { - ((c.c.a.y.f) list.get(i2)).f303c.g(t, cVar); + ((c.c.a.y.f) list.get(i2)).f305c.g(t, cVar); } z2 = true ^ list.isEmpty(); } @@ -329,7 +329,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public void c() { c.c.a.b0.d dVar = this.k; - if (dVar.f255s) { + if (dVar.f257s) { dVar.cancel(); } this.j = null; @@ -372,7 +372,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } this.i.reset(); this.i.preScale(width, height); - this.w.f(canvas, this.i, this.f260x); + this.w.f(canvas, this.i, this.f262x); if (i2 > 0) { canvas.restoreToCount(i2); } @@ -398,7 +398,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } this.i.reset(); this.i.preScale(min2, min2); - this.w.f(canvas, this.i, this.f260x); + this.w.f(canvas, this.i, this.f262x); if (i2 > 0) { canvas.restoreToCount(i2); } @@ -435,7 +435,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f260x; + return this.f262x; } @Override // android.graphics.drawable.Drawable @@ -470,7 +470,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { if (dVar == null) { return false; } - return dVar.f255s; + return dVar.f257s; } @Override // android.graphics.drawable.Drawable.Callback @@ -505,7 +505,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } if (this.m || h() == 0) { c.c.a.b0.d dVar = this.k; - dVar.f255s = true; + dVar.f257s = true; boolean k2 = dVar.k(); for (Animator.AnimatorListener animatorListener : dVar.j) { if (Build.VERSION.SDK_INT >= 26) { @@ -533,7 +533,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } if (this.m || h() == 0) { c.c.a.b0.d dVar = this.k; - dVar.f255s = true; + dVar.f257s = true; dVar.l(); dVar.m = 0; if (dVar.k() && dVar.n == dVar.j()) { @@ -573,10 +573,10 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { - m((int) (d2.b + d2.f304c)); + m((int) (d2.b + d2.f306c)); return; } - throw new IllegalArgumentException(c.d.b.a.a.u("Cannot find marker with name ", str, ".")); + throw new IllegalArgumentException(c.d.b.a.a.t("Cannot find marker with name ", str, ".")); } public void o(@FloatRange(from = 0.0d, to = 1.0d) float f2) { @@ -605,10 +605,10 @@ public class j extends Drawable implements Drawable.Callback, Animatable { c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { int i2 = (int) d2.b; - p(i2, ((int) d2.f304c) + i2); + p(i2, ((int) d2.f306c) + i2); return; } - throw new IllegalArgumentException(c.d.b.a.a.u("Cannot find marker with name ", str, ".")); + throw new IllegalArgumentException(c.d.b.a.a.t("Cannot find marker with name ", str, ".")); } public void r(int i2) { @@ -631,7 +631,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { r((int) d2.b); return; } - throw new IllegalArgumentException(c.d.b.a.a.u("Cannot find marker with name ", str, ".")); + throw new IllegalArgumentException(c.d.b.a.a.t("Cannot find marker with name ", str, ".")); } @Override // android.graphics.drawable.Drawable.Callback @@ -644,7 +644,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public void setAlpha(@IntRange(from = 0, to = 255) int i2) { - this.f260x = i2; + this.f262x = i2; invalidateSelf(); } diff --git a/app/src/main/java/c/c/a/k.java b/app/src/main/java/c/c/a/k.java index 3a0b7aa34d..a51b1647ab 100644 --- a/app/src/main/java/c/c/a/k.java +++ b/app/src/main/java/c/c/a/k.java @@ -9,7 +9,7 @@ public class k { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f265c; + public final String f267c; public final String d; @Nullable public Bitmap e; @@ -18,7 +18,7 @@ public class k { public k(int i, int i2, String str, String str2, String str3) { this.a = i; this.b = i2; - this.f265c = str; + this.f267c = str; this.d = str2; } } diff --git a/app/src/main/java/c/c/a/o.java b/app/src/main/java/c/c/a/o.java index bd215e4ebe..4685999248 100644 --- a/app/src/main/java/c/c/a/o.java +++ b/app/src/main/java/c/c/a/o.java @@ -13,7 +13,7 @@ public interface o { public static final Integer b = 2; /* renamed from: c reason: collision with root package name */ - public static final Integer f266c = 3; + public static final Integer f268c = 3; public static final Integer d = 4; public static final PointF e = new PointF(); public static final PointF f = new PointF(); @@ -31,20 +31,20 @@ public interface o { public static final Float r = Float.valueOf(5.0f); /* renamed from: s reason: collision with root package name */ - public static final Float f267s = Float.valueOf(6.0f); + public static final Float f269s = Float.valueOf(6.0f); public static final Float t = Float.valueOf(7.0f); public static final Float u = Float.valueOf(8.0f); public static final Float v = Float.valueOf(9.0f); public static final Float w = Float.valueOf(10.0f); /* renamed from: x reason: collision with root package name */ - public static final Float f268x = Float.valueOf(11.0f); + public static final Float f270x = Float.valueOf(11.0f); /* renamed from: y reason: collision with root package name */ - public static final Float f269y = Float.valueOf(12.0f); + public static final Float f271y = Float.valueOf(12.0f); /* renamed from: z reason: collision with root package name */ - public static final Float f270z = Float.valueOf(12.1f); + public static final Float f272z = Float.valueOf(12.1f); static { Float valueOf = Float.valueOf(0.0f); diff --git a/app/src/main/java/c/c/a/q.java b/app/src/main/java/c/c/a/q.java index 650f170f10..662957fd24 100644 --- a/app/src/main/java/c/c/a/q.java +++ b/app/src/main/java/c/c/a/q.java @@ -31,7 +31,7 @@ public class q implements Runnable { r rVar2 = this.i; Throwable th = pVar.b; synchronized (rVar2) { - ArrayList arrayList = new ArrayList(rVar2.f271c); + ArrayList arrayList = new ArrayList(rVar2.f273c); if (arrayList.isEmpty()) { c.c("Lottie encountered an error but no failure listener was added:", th); return; diff --git a/app/src/main/java/c/c/a/r.java b/app/src/main/java/c/c/a/r.java index 246af7038a..c1d900735c 100644 --- a/app/src/main/java/c/c/a/r.java +++ b/app/src/main/java/c/c/a/r.java @@ -17,7 +17,7 @@ public class r { public final Set> b = new LinkedHashSet(1); /* renamed from: c reason: collision with root package name */ - public final Set> f271c = new LinkedHashSet(1); + public final Set> f273c = new LinkedHashSet(1); public final Handler d = new Handler(Looper.getMainLooper()); @Nullable public volatile p e = null; @@ -49,7 +49,7 @@ public class r { if (!(this.e == null || this.e.b == null)) { lVar.a(this.e.b); } - this.f271c.add(lVar); + this.f273c.add(lVar); return this; } diff --git a/app/src/main/java/c/c/a/s.java b/app/src/main/java/c/c/a/s.java index 97ec561503..1862d751b4 100644 --- a/app/src/main/java/c/c/a/s.java +++ b/app/src/main/java/c/c/a/s.java @@ -11,7 +11,7 @@ public class s { public final Set b = new ArraySet(); /* renamed from: c reason: collision with root package name */ - public final Map f272c = new HashMap(); + public final Map f274c = new HashMap(); /* compiled from: PerformanceTracker */ public interface a { diff --git a/app/src/main/java/c/c/a/w/b/a.java b/app/src/main/java/c/c/a/w/b/a.java index 56060e934e..c01a7972a8 100644 --- a/app/src/main/java/c/c/a/w/b/a.java +++ b/app/src/main/java/c/c/a/w/b/a.java @@ -27,7 +27,7 @@ public abstract class a implements a.b, k, e { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f273c = new Path(); + public final Path f275c = new Path(); public final RectF d = new RectF(); public final j e; public final c.c.a.y.m.b f; @@ -106,7 +106,7 @@ public abstract class a implements a.b, k, e { c cVar = list.get(size); if (cVar instanceof s) { s sVar2 = (s) cVar; - if (sVar2.f287c == 2) { + if (sVar2.f289c == 2) { sVar = sVar2; } } @@ -119,7 +119,7 @@ public abstract class a implements a.b, k, e { c cVar2 = list2.get(size2); if (cVar2 instanceof s) { s sVar3 = (s) cVar2; - if (sVar3.f287c == 2) { + if (sVar3.f289c == 2) { if (bVar != null) { this.g.add(bVar); } @@ -249,15 +249,15 @@ public abstract class a implements a.b, k, e { int size3 = bVar.a.size() - 1; float f3 = 0.0f; while (size3 >= 0) { - this.f273c.set(bVar.a.get(size3).getPath()); - this.f273c.transform(matrix); - this.a.setPath(this.f273c, z2); + this.f275c.set(bVar.a.get(size3).getPath()); + this.f275c.transform(matrix); + this.a.setPath(this.f275c, z2); float length2 = this.a.getLength(); if (floatValue3 > length) { float f4 = floatValue3 - length; if (f4 < f3 + length2 && f3 < f4) { - g.a(this.f273c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); - canvas.drawPath(this.f273c, this.i); + g.a(this.f275c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); + canvas.drawPath(this.f275c, this.i); f3 += length2; size3--; z2 = false; @@ -267,10 +267,10 @@ public abstract class a implements a.b, k, e { float f5 = f3 + length2; if (f5 >= floatValue2 && f3 <= floatValue3) { if (f5 > floatValue3 || floatValue2 >= f3) { - g.a(this.f273c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); - canvas.drawPath(this.f273c, this.i); + g.a(this.f275c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); + canvas.drawPath(this.f275c, this.i); } else { - canvas.drawPath(this.f273c, this.i); + canvas.drawPath(this.f275c, this.i); } } f3 += length2; diff --git a/app/src/main/java/c/c/a/w/b/d.java b/app/src/main/java/c/c/a/w/b/d.java index c8583c8be8..e498d51548 100644 --- a/app/src/main/java/c/c/a/w/b/d.java +++ b/app/src/main/java/c/c/a/w/b/d.java @@ -23,7 +23,7 @@ public class d implements e, m, a.b, g { public RectF b; /* renamed from: c reason: collision with root package name */ - public final Matrix f274c; + public final Matrix f276c; public final Path d; public final RectF e; public final String f; @@ -40,7 +40,7 @@ public class d implements e, m, a.b, g { this(jVar, bVar, r3, r4, r5, r6); l lVar; String str = mVar.a; - boolean z2 = mVar.f317c; + boolean z2 = mVar.f319c; List list = mVar.b; ArrayList arrayList = new ArrayList(list.size()); int i = 0; @@ -68,7 +68,7 @@ public class d implements e, m, a.b, g { public d(j jVar, b bVar, String str, boolean z2, List list, @Nullable l lVar) { this.a = new c.c.a.w.a(); this.b = new RectF(); - this.f274c = new Matrix(); + this.f276c = new Matrix(); this.d = new Path(); this.e = new RectF(); this.f = str; @@ -143,16 +143,16 @@ public class d implements e, m, a.b, g { @Override // c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { - this.f274c.set(matrix); + this.f276c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f274c.preConcat(oVar.e()); + this.f276c.preConcat(oVar.e()); } this.e.set(0.0f, 0.0f, 0.0f, 0.0f); for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof e) { - ((e) cVar).d(this.e, this.f274c, z2); + ((e) cVar).d(this.e, this.f276c, z2); rectF.union(this.e); } } @@ -175,15 +175,15 @@ public class d implements e, m, a.b, g { public void f(Canvas canvas, Matrix matrix, int i) { boolean z2; if (!this.g) { - this.f274c.set(matrix); + this.f276c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f274c.preConcat(oVar.e()); + this.f276c.preConcat(oVar.e()); a aVar = this.k.j; i = (int) ((((((float) (aVar == null ? 100 : aVar.e().intValue())) / 100.0f) * ((float) i)) / 255.0f) * 255.0f); } boolean z3 = false; - if (this.i.f262z) { + if (this.i.f264z) { int i2 = 0; int i3 = 0; while (true) { @@ -203,7 +203,7 @@ public class d implements e, m, a.b, g { } if (z3) { this.b.set(0.0f, 0.0f, 0.0f, 0.0f); - d(this.b, this.f274c, true); + d(this.b, this.f276c, true); this.a.setAlpha(i); c.c.a.b0.g.f(canvas, this.b, this.a, 31); } @@ -213,7 +213,7 @@ public class d implements e, m, a.b, g { for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof e) { - ((e) cVar).f(canvas, this.f274c, i); + ((e) cVar).f(canvas, this.f276c, i); } } if (z3) { @@ -237,10 +237,10 @@ public class d implements e, m, a.b, g { @Override // c.c.a.w.b.m public Path getPath() { - this.f274c.reset(); + this.f276c.reset(); o oVar = this.k; if (oVar != null) { - this.f274c.set(oVar.e()); + this.f276c.set(oVar.e()); } this.d.reset(); if (this.g) { @@ -249,7 +249,7 @@ public class d implements e, m, a.b, g { for (int size = this.h.size() - 1; size >= 0; size--) { c cVar = this.h.get(size); if (cVar instanceof m) { - this.d.addPath(((m) cVar).getPath(), this.f274c); + this.d.addPath(((m) cVar).getPath(), this.f276c); } } return this.d; diff --git a/app/src/main/java/c/c/a/w/b/f.java b/app/src/main/java/c/c/a/w/b/f.java index 306f03e763..08ff1870a1 100644 --- a/app/src/main/java/c/c/a/w/b/f.java +++ b/app/src/main/java/c/c/a/w/b/f.java @@ -15,7 +15,7 @@ public class f implements m, a.b, k { public final String b; /* renamed from: c reason: collision with root package name */ - public final j f275c; + public final j f277c; public final a d; public final a e; public final c.c.a.y.l.a f; @@ -24,8 +24,8 @@ public class f implements m, a.b, k { public f(j jVar, b bVar, c.c.a.y.l.a aVar) { this.b = aVar.a; - this.f275c = jVar; - a a = aVar.f307c.a(); + this.f277c = jVar; + a a = aVar.f309c.a(); this.d = a; a a2 = aVar.b.a(); this.e = a2; @@ -39,7 +39,7 @@ public class f implements m, a.b, k { @Override // c.c.a.w.c.a.b public void a() { this.h = false; - this.f275c.invalidateSelf(); + this.f277c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -48,7 +48,7 @@ public class f implements m, a.b, k { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f287c == 1) { + if (sVar.f289c == 1) { this.g.a.add(sVar); sVar.b.add(this); } diff --git a/app/src/main/java/c/c/a/w/b/g.java b/app/src/main/java/c/c/a/w/b/g.java index 8304dfba69..2da182fc22 100644 --- a/app/src/main/java/c/c/a/w/b/g.java +++ b/app/src/main/java/c/c/a/w/b/g.java @@ -23,7 +23,7 @@ public class g implements e, a.b, k { public final Paint b = new c.c.a.w.a(1); /* renamed from: c reason: collision with root package name */ - public final b f276c; + public final b f278c; public final String d; public final boolean e; public final List f = new ArrayList(); @@ -36,8 +36,8 @@ public class g implements e, a.b, k { public g(j jVar, b bVar, l lVar) { Path path = new Path(); this.a = path; - this.f276c = bVar; - this.d = lVar.f316c; + this.f278c = bVar; + this.d = lVar.f318c; this.e = lVar.f; this.j = jVar; if (lVar.d == null || lVar.e == null) { @@ -121,7 +121,7 @@ public class g implements e, a.b, k { } else if (t == o.C) { a aVar3 = this.i; if (aVar3 != null) { - this.f276c.u.remove(aVar3); + this.f278c.u.remove(aVar3); } if (cVar == 0) { this.i = null; @@ -130,7 +130,7 @@ public class g implements e, a.b, k { p pVar = new p(cVar, null); this.i = pVar; pVar.a.add(this); - this.f276c.e(this.i); + this.f278c.e(this.i); } } diff --git a/app/src/main/java/c/c/a/w/b/h.java b/app/src/main/java/c/c/a/w/b/h.java index b6dc31b5cd..dab3df8959 100644 --- a/app/src/main/java/c/c/a/w/b/h.java +++ b/app/src/main/java/c/c/a/w/b/h.java @@ -30,7 +30,7 @@ public class h implements e, a.b, k { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final b f277c; + public final b f279c; public final LongSparseArray d = new LongSparseArray<>(); public final LongSparseArray e = new LongSparseArray<>(); public final Path f; @@ -55,14 +55,14 @@ public class h implements e, a.b, k { this.g = new c.c.a.w.a(1); this.h = new RectF(); this.i = new ArrayList(); - this.f277c = bVar; + this.f279c = bVar; this.a = dVar.g; this.b = dVar.h; this.q = jVar; this.j = dVar.a; path.setFillType(dVar.b); this.r = (int) (jVar.j.b() / 32.0f); - a a = dVar.f308c.a(); + a a = dVar.f310c.a(); this.k = a; a.a.add(this); bVar.e(a); @@ -193,7 +193,7 @@ public class h implements e, a.b, k { } else if (t == o.C) { a aVar2 = this.o; if (aVar2 != null) { - this.f277c.u.remove(aVar2); + this.f279c.u.remove(aVar2); } if (cVar == 0) { this.o = null; @@ -202,11 +202,11 @@ public class h implements e, a.b, k { p pVar = new p(cVar, null); this.o = pVar; pVar.a.add(this); - this.f277c.e(this.o); + this.f279c.e(this.o); } else if (t == o.D) { p pVar2 = this.p; if (pVar2 != null) { - this.f277c.u.remove(pVar2); + this.f279c.u.remove(pVar2); } if (cVar == 0) { this.p = null; @@ -215,7 +215,7 @@ public class h implements e, a.b, k { p pVar3 = new p(cVar, null); this.p = pVar3; pVar3.a.add(this); - this.f277c.e(this.p); + this.f279c.e(this.p); } } diff --git a/app/src/main/java/c/c/a/w/b/i.java b/app/src/main/java/c/c/a/w/b/i.java index b855fa2069..2b64cabb13 100644 --- a/app/src/main/java/c/c/a/w/b/i.java +++ b/app/src/main/java/c/c/a/w/b/i.java @@ -24,18 +24,18 @@ public class i extends a { public final LongSparseArray r = new LongSparseArray<>(); /* renamed from: s reason: collision with root package name */ - public final RectF f278s = new RectF(); + public final RectF f280s = new RectF(); public final int t; public final int u; public final a v; public final a w; /* renamed from: x reason: collision with root package name */ - public final a f279x; + public final a f281x; @Nullable /* renamed from: y reason: collision with root package name */ - public p f280y; + public p f282y; public i(j jVar, b bVar, e eVar) { super(jVar, bVar, c.c.a.y.b.k(eVar.h), c.c.a.y.b.l(eVar.i), eVar.j, eVar.d, eVar.g, eVar.k, eVar.l); @@ -43,7 +43,7 @@ public class i extends a { this.t = eVar.b; this.p = eVar.m; this.u = (int) (jVar.j.b() / 32.0f); - a a = eVar.f309c.a(); + a a = eVar.f311c.a(); this.v = a; a.a.add(this); bVar.e(a); @@ -52,13 +52,13 @@ public class i extends a { a2.a.add(this); bVar.e(a2); a a3 = eVar.f.a(); - this.f279x = a3; + this.f281x = a3; a3.a.add(this); bVar.e(a3); } public final int[] e(int[] iArr) { - p pVar = this.f280y; + p pVar = this.f282y; if (pVar != null) { Integer[] numArr = (Integer[]) pVar.e(); int i = 0; @@ -85,13 +85,13 @@ public class i extends a { public void f(Canvas canvas, Matrix matrix, int i) { RadialGradient radialGradient; if (!this.p) { - d(this.f278s, matrix, false); + d(this.f280s, matrix, false); if (this.t == 1) { long h = (long) h(); radialGradient = this.q.get(h); if (radialGradient == null) { PointF e = this.w.e(); - PointF e2 = this.f279x.e(); + PointF e2 = this.f281x.e(); c e3 = this.v.e(); radialGradient = new LinearGradient(e.x, e.y, e2.x, e2.y, e(e3.b), e3.a, Shader.TileMode.CLAMP); this.q.put(h, radialGradient); @@ -101,7 +101,7 @@ public class i extends a { radialGradient = this.r.get(h2); if (radialGradient == null) { PointF e4 = this.w.e(); - PointF e5 = this.f279x.e(); + PointF e5 = this.f281x.e(); c e6 = this.v.e(); int[] e7 = e(e6.b); float[] fArr = e6.a; @@ -123,18 +123,18 @@ public class i extends a { public void g(T t, @Nullable c.c.a.c0.c cVar) { super.g(t, cVar); if (t == o.D) { - p pVar = this.f280y; + p pVar = this.f282y; if (pVar != null) { this.f.u.remove(pVar); } if (cVar == null) { - this.f280y = null; + this.f282y = null; return; } p pVar2 = new p(cVar, null); - this.f280y = pVar2; + this.f282y = pVar2; pVar2.a.add(this); - this.f.e(this.f280y); + this.f.e(this.f282y); } } @@ -145,7 +145,7 @@ public class i extends a { public final int h() { int round = Math.round(this.w.d * ((float) this.u)); - int round2 = Math.round(this.f279x.d * ((float) this.u)); + int round2 = Math.round(this.f281x.d * ((float) this.u)); int round3 = Math.round(this.v.d * ((float) this.u)); int i = 17; if (round != 0) { diff --git a/app/src/main/java/c/c/a/w/b/l.java b/app/src/main/java/c/c/a/w/b/l.java index 41bc3e32e7..140291d6f9 100644 --- a/app/src/main/java/c/c/a/w/b/l.java +++ b/app/src/main/java/c/c/a/w/b/l.java @@ -15,7 +15,7 @@ public class l implements m, j { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f281c = new Path(); + public final Path f283c = new Path(); public final List d = new ArrayList(); public final g e; @@ -40,8 +40,8 @@ public class l implements m, j { if (oVar != null) { matrix2 = oVar.e(); } else { - dVar.f274c.reset(); - matrix2 = dVar.f274c; + dVar.f276c.reset(); + matrix2 = dVar.f276c; } path.transform(matrix2); this.b.addPath(path); @@ -60,8 +60,8 @@ public class l implements m, j { if (oVar2 != null) { matrix = oVar2.e(); } else { - dVar2.f274c.reset(); - matrix = dVar2.f274c; + dVar2.f276c.reset(); + matrix = dVar2.f276c; } path2.transform(matrix); this.a.addPath(path2); @@ -69,7 +69,7 @@ public class l implements m, j { } else { this.a.set(mVar2.getPath()); } - this.f281c.op(this.a, this.b, op); + this.f283c.op(this.a, this.b, op); } @Override // c.c.a.w.b.c @@ -94,15 +94,15 @@ public class l implements m, j { @Override // c.c.a.w.b.m public Path getPath() { - this.f281c.reset(); + this.f283c.reset(); g gVar = this.e; - if (gVar.f311c) { - return this.f281c; + if (gVar.f313c) { + return this.f283c; } int ordinal = gVar.b.ordinal(); if (ordinal == 0) { for (int i = 0; i < this.d.size(); i++) { - this.f281c.addPath(this.d.get(i).getPath()); + this.f283c.addPath(this.d.get(i).getPath()); } } else if (ordinal == 1) { a(Path.Op.UNION); @@ -113,6 +113,6 @@ public class l implements m, j { } else if (ordinal == 4) { a(Path.Op.XOR); } - return this.f281c; + return this.f283c; } } diff --git a/app/src/main/java/c/c/a/w/b/n.java b/app/src/main/java/c/c/a/w/b/n.java index 0a2b91f04a..7f16c4e52b 100644 --- a/app/src/main/java/c/c/a/w/b/n.java +++ b/app/src/main/java/c/c/a/w/b/n.java @@ -17,7 +17,7 @@ public class n implements m, a.b, k { public final String b; /* renamed from: c reason: collision with root package name */ - public final j f282c; + public final j f284c; public final h.a d; public final boolean e; public final a f; @@ -33,12 +33,12 @@ public class n implements m, a.b, k { public boolean n; public n(j jVar, b bVar, h hVar) { - this.f282c = jVar; + this.f284c = jVar; this.b = hVar.a; h.a aVar = hVar.b; this.d = aVar; this.e = hVar.j; - a a = hVar.f312c.a(); + a a = hVar.f314c.a(); this.f = a; a a2 = hVar.d.a(); this.g = a2; @@ -79,7 +79,7 @@ public class n implements m, a.b, k { @Override // c.c.a.w.c.a.b public void a() { this.n = false; - this.f282c.invalidateSelf(); + this.f284c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -88,7 +88,7 @@ public class n implements m, a.b, k { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f287c == 1) { + if (sVar.f289c == 1) { this.m.a.add(sVar); sVar.b.add(this); } @@ -107,7 +107,7 @@ public class n implements m, a.b, k { public void g(T t, @Nullable c cVar) { a aVar; a aVar2; - if (t == o.f267s) { + if (t == o.f269s) { a aVar3 = this.f; c cVar2 = aVar3.e; aVar3.e = cVar; @@ -129,7 +129,7 @@ public class n implements m, a.b, k { } else if (t == o.w && (aVar = this.k) != null) { c cVar7 = aVar.e; aVar.e = cVar; - } else if (t == o.f268x) { + } else if (t == o.f270x) { a aVar7 = this.l; c cVar8 = aVar7.e; aVar7.e = cVar; diff --git a/app/src/main/java/c/c/a/w/b/o.java b/app/src/main/java/c/c/a/w/b/o.java index f2d69381d6..f3569099ce 100644 --- a/app/src/main/java/c/c/a/w/b/o.java +++ b/app/src/main/java/c/c/a/w/b/o.java @@ -17,7 +17,7 @@ public class o implements a.b, k, m { public final RectF b = new RectF(); /* renamed from: c reason: collision with root package name */ - public final String f283c; + public final String f285c; public final boolean d; public final j e; public final a f; @@ -27,12 +27,12 @@ public class o implements a.b, k, m { public boolean j; public o(j jVar, b bVar, i iVar) { - this.f283c = iVar.a; + this.f285c = iVar.a; this.d = iVar.e; this.e = jVar; a a = iVar.b.a(); this.f = a; - a a2 = iVar.f313c.a(); + a a2 = iVar.f315c.a(); this.g = a2; a a3 = iVar.d.a(); this.h = a3; @@ -56,7 +56,7 @@ public class o implements a.b, k, m { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f287c == 1) { + if (sVar.f289c == 1) { this.i.a.add(sVar); sVar.b.add(this); } @@ -90,7 +90,7 @@ public class o implements a.b, k, m { @Override // c.c.a.w.b.c public String getName() { - return this.f283c; + return this.f285c; } @Override // c.c.a.w.b.m diff --git a/app/src/main/java/c/c/a/w/b/p.java b/app/src/main/java/c/c/a/w/b/p.java index 0cbe82ddea..1228baabb8 100644 --- a/app/src/main/java/c/c/a/w/b/p.java +++ b/app/src/main/java/c/c/a/w/b/p.java @@ -23,7 +23,7 @@ public class p implements e, m, j, a.b, k { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final j f284c; + public final j f286c; public final b d; public final String e; public final boolean f; @@ -33,7 +33,7 @@ public class p implements e, m, j, a.b, k { public d j; public p(j jVar, b bVar, c.c.a.y.l.j jVar2) { - this.f284c = jVar; + this.f286c = jVar; this.d = bVar; this.e = jVar2.a; this.f = jVar2.e; @@ -41,7 +41,7 @@ public class p implements e, m, j, a.b, k { this.g = a; bVar.e(a); a.a.add(this); - a a2 = jVar2.f314c.a(); + a a2 = jVar2.f316c.a(); this.h = a2; bVar.e(a2); a2.a.add(this); @@ -55,7 +55,7 @@ public class p implements e, m, j, a.b, k { @Override // c.c.a.w.c.a.b public void a() { - this.f284c.invalidateSelf(); + this.f286c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -84,7 +84,7 @@ public class p implements e, m, j, a.b, k { listIterator.remove(); } Collections.reverse(arrayList); - this.j = new d(this.f284c, this.d, "Repeater", this.f, arrayList, null); + this.j = new d(this.f286c, this.d, "Repeater", this.f, arrayList, null); } } diff --git a/app/src/main/java/c/c/a/w/b/q.java b/app/src/main/java/c/c/a/w/b/q.java index dce8e566b5..e2b3219b65 100644 --- a/app/src/main/java/c/c/a/w/b/q.java +++ b/app/src/main/java/c/c/a/w/b/q.java @@ -13,15 +13,15 @@ public class q implements m, a.b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final j f285c; + public final j f287c; public final a d; public boolean e; public b f = new b(); public q(j jVar, b bVar, n nVar) { this.b = nVar.d; - this.f285c = jVar; - a a = nVar.f318c.a(); + this.f287c = jVar; + a a = nVar.f320c.a(); this.d = a; bVar.e(a); a.a.add(this); @@ -30,7 +30,7 @@ public class q implements m, a.b { @Override // c.c.a.w.c.a.b public void a() { this.e = false; - this.f285c.invalidateSelf(); + this.f287c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -39,7 +39,7 @@ public class q implements m, a.b { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f287c == 1) { + if (sVar.f289c == 1) { this.f.a.add(sVar); sVar.b.add(this); } diff --git a/app/src/main/java/c/c/a/w/b/r.java b/app/src/main/java/c/c/a/w/b/r.java index 229d6952d0..bec979279d 100644 --- a/app/src/main/java/c/c/a/w/b/r.java +++ b/app/src/main/java/c/c/a/w/b/r.java @@ -20,10 +20,10 @@ public class r extends a { @Nullable /* renamed from: s reason: collision with root package name */ - public a f286s; + public a f288s; public r(j jVar, b bVar, o oVar) { - super(jVar, bVar, c.c.a.y.b.k(oVar.g), c.c.a.y.b.l(oVar.h), oVar.i, oVar.e, oVar.f, oVar.f319c, oVar.b); + super(jVar, bVar, c.c.a.y.b.k(oVar.g), c.c.a.y.b.l(oVar.h), oVar.i, oVar.e, oVar.f, oVar.f321c, oVar.b); this.o = bVar; this.p = oVar.a; this.q = oVar.j; @@ -39,7 +39,7 @@ public class r extends a { Paint paint = this.i; c.c.a.w.c.b bVar = (c.c.a.w.c.b) this.r; paint.setColor(bVar.j(bVar.a(), bVar.c())); - a aVar = this.f286s; + a aVar = this.f288s; if (aVar != null) { this.i.setColorFilter(aVar.e()); } @@ -57,16 +57,16 @@ public class r extends a { c cVar2 = aVar.e; aVar.e = cVar; } else if (t == c.c.a.o.C) { - a aVar2 = this.f286s; + a aVar2 = this.f288s; if (aVar2 != null) { this.o.u.remove(aVar2); } if (cVar == 0) { - this.f286s = null; + this.f288s = null; return; } p pVar = new p(cVar, null); - this.f286s = pVar; + this.f288s = pVar; pVar.a.add(this); this.o.e(this.r); } diff --git a/app/src/main/java/c/c/a/w/b/s.java b/app/src/main/java/c/c/a/w/b/s.java index 97e39e13c9..0798f11b9c 100644 --- a/app/src/main/java/c/c/a/w/b/s.java +++ b/app/src/main/java/c/c/a/w/b/s.java @@ -11,15 +11,15 @@ public class s implements c, a.b { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final int f287c; + public final int f289c; public final a d; public final a e; public final a f; public s(b bVar, p pVar) { this.a = pVar.f; - this.f287c = pVar.b; - a a = pVar.f320c.a(); + this.f289c = pVar.b; + a a = pVar.f322c.a(); this.d = a; a a2 = pVar.d.a(); this.e = a2; diff --git a/app/src/main/java/c/c/a/w/c/a.java b/app/src/main/java/c/c/a/w/c/a.java index ff64e94763..7faa41102b 100644 --- a/app/src/main/java/c/c/a/w/c/a.java +++ b/app/src/main/java/c/c/a/w/c/a.java @@ -11,7 +11,7 @@ public abstract class a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public final d f288c; + public final d f290c; public float d = 0.0f; @Nullable public c.c.a.c0.c e; @@ -85,7 +85,7 @@ public abstract class a { public c.c.a.c0.a b; /* renamed from: c reason: collision with root package name */ - public c.c.a.c0.a f289c = null; + public c.c.a.c0.a f291c = null; public float d = -1.0f; public e(List> list) { @@ -95,12 +95,12 @@ public abstract class a { @Override // c.c.a.w.c.a.d public boolean a(float f) { - c.c.a.c0.a aVar = this.f289c; + c.c.a.c0.a aVar = this.f291c; c.c.a.c0.a aVar2 = this.b; if (aVar == aVar2 && this.d == f) { return true; } - this.f289c = aVar2; + this.f291c = aVar2; this.d = f; return false; } @@ -204,11 +204,11 @@ public abstract class a { } else { dVar = list.size() == 1 ? new f<>(list) : new e<>(list); } - this.f288c = dVar; + this.f290c = dVar; } public c.c.a.c0.a a() { - c.c.a.c0.a b2 = this.f288c.b(); + c.c.a.c0.a b2 = this.f290c.b(); c.c.a.c.a("BaseKeyframeAnimation#getCurrentKeyframe"); return b2; } @@ -216,7 +216,7 @@ public abstract class a { @FloatRange(from = 0.0d, to = 1.0d) public float b() { if (this.h == -1.0f) { - this.h = this.f288c.d(); + this.h = this.f290c.d(); } return this.h; } @@ -242,7 +242,7 @@ public abstract class a { public A e() { float c2 = c(); - if (this.e == null && this.f288c.a(c2)) { + if (this.e == null && this.f290c.a(c2)) { return this.f; } A f2 = f(a(), c2); @@ -259,14 +259,14 @@ public abstract class a { } public void h(@FloatRange(from = 0.0d, to = 1.0d) float f2) { - if (!this.f288c.isEmpty()) { + if (!this.f290c.isEmpty()) { if (this.g == -1.0f) { - this.g = this.f288c.e(); + this.g = this.f290c.e(); } float f3 = this.g; if (f2 < f3) { if (f3 == -1.0f) { - this.g = this.f288c.e(); + this.g = this.f290c.e(); } f2 = this.g; } else if (f2 > b()) { @@ -274,7 +274,7 @@ public abstract class a { } if (f2 != this.d) { this.d = f2; - if (this.f288c.c(f2)) { + if (this.f290c.c(f2)) { g(); } } diff --git a/app/src/main/java/c/c/a/w/c/b.java b/app/src/main/java/c/c/a/w/c/b.java index 7db9d69b79..274b2a5aef 100644 --- a/app/src/main/java/c/c/a/w/c/b.java +++ b/app/src/main/java/c/c/a/w/c/b.java @@ -19,11 +19,11 @@ public class b extends f { public int j(a aVar, float f) { Integer num; Integer num2 = aVar.b; - if (num2 == null || aVar.f257c == null) { + if (num2 == null || aVar.f259c == null) { throw new IllegalStateException("Missing values for keyframe."); } int intValue = num2.intValue(); - int intValue2 = aVar.f257c.intValue(); + int intValue2 = aVar.f259c.intValue(); c cVar = this.e; return (cVar == 0 || (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), Integer.valueOf(intValue), Integer.valueOf(intValue2), f, d(), this.d)) == null) ? AnimatableValueParser.k0(f.b(f, 0.0f, 1.0f), intValue, intValue2) : num.intValue(); } diff --git a/app/src/main/java/c/c/a/w/c/c.java b/app/src/main/java/c/c/a/w/c/c.java index 3908900ce8..5dcd640ab9 100644 --- a/app/src/main/java/c/c/a/w/c/c.java +++ b/app/src/main/java/c/c/a/w/c/c.java @@ -20,11 +20,11 @@ public class c extends f { public float k(a aVar, float f) { Float f2; - if (aVar.b == null || aVar.f257c == null) { + if (aVar.b == null || aVar.f259c == null) { throw new IllegalStateException("Missing values for keyframe."); } c.c.a.c0.c cVar = this.e; - if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f257c, f, d(), this.d)) != null) { + if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f259c, f, d(), this.d)) != null) { return f2.floatValue(); } if (aVar.g == -3987645.8f) { @@ -32,7 +32,7 @@ public class c extends f { } float f3 = aVar.g; if (aVar.h == -3987645.8f) { - aVar.h = aVar.f257c.floatValue(); + aVar.h = aVar.f259c.floatValue(); } return f.e(f3, aVar.h, f); } diff --git a/app/src/main/java/c/c/a/w/c/d.java b/app/src/main/java/c/c/a/w/c/d.java index 5164d18b77..53a9202b3b 100644 --- a/app/src/main/java/c/c/a/w/c/d.java +++ b/app/src/main/java/c/c/a/w/c/d.java @@ -22,7 +22,7 @@ public class d extends f { public Object f(a aVar, float f) { c cVar = this.i; c cVar2 = aVar.b; - c cVar3 = aVar.f257c; + c cVar3 = aVar.f259c; Objects.requireNonNull(cVar); if (cVar2.b.length == cVar3.b.length) { for (int i = 0; i < cVar2.b.length; i++) { @@ -31,9 +31,9 @@ public class d extends f { } return this.i; } - StringBuilder L = c.d.b.a.a.L("Cannot interpolate between gradients. Lengths vary ("); - L.append(cVar2.b.length); - L.append(" vs "); - throw new IllegalArgumentException(c.d.b.a.a.y(L, cVar3.b.length, ")")); + StringBuilder K = c.d.b.a.a.K("Cannot interpolate between gradients. Lengths vary ("); + K.append(cVar2.b.length); + K.append(" vs "); + throw new IllegalArgumentException(c.d.b.a.a.w(K, cVar3.b.length, ")")); } } diff --git a/app/src/main/java/c/c/a/w/c/e.java b/app/src/main/java/c/c/a/w/c/e.java index 25511cd272..ca8f2ab1ad 100644 --- a/app/src/main/java/c/c/a/w/c/e.java +++ b/app/src/main/java/c/c/a/w/c/e.java @@ -18,11 +18,11 @@ public class e extends f { public int j(a aVar, float f) { Integer num; - if (aVar.b == null || aVar.f257c == null) { + if (aVar.b == null || aVar.f259c == null) { throw new IllegalStateException("Missing values for keyframe."); } c cVar = this.e; - if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f257c, f, d(), this.d)) != null) { + if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f259c, f, d(), this.d)) != null) { return num.intValue(); } if (aVar.i == 784923401) { @@ -30,7 +30,7 @@ public class e extends f { } int i = aVar.i; if (aVar.j == 784923401) { - aVar.j = aVar.f257c.intValue(); + aVar.j = aVar.f259c.intValue(); } int i2 = aVar.j; PointF pointF = f.a; diff --git a/app/src/main/java/c/c/a/w/c/g.java b/app/src/main/java/c/c/a/w/c/g.java index 1b5463f451..0edb423a62 100644 --- a/app/src/main/java/c/c/a/w/c/g.java +++ b/app/src/main/java/c/c/a/w/c/g.java @@ -11,15 +11,15 @@ public class g { public final List> b; /* renamed from: c reason: collision with root package name */ - public final List f290c; + public final List f292c; public g(List list) { - this.f290c = list; + this.f292c = list; this.a = new ArrayList(list.size()); this.b = new ArrayList(list.size()); for (int i = 0; i < list.size(); i++) { this.a.add(list.get(i).b.a()); - this.b.add(list.get(i).f310c.a()); + this.b.add(list.get(i).f312c.a()); } } } diff --git a/app/src/main/java/c/c/a/w/c/h.java b/app/src/main/java/c/c/a/w/c/h.java index 5574256ca7..153b99003f 100644 --- a/app/src/main/java/c/c/a/w/c/h.java +++ b/app/src/main/java/c/c/a/w/c/h.java @@ -14,16 +14,16 @@ public class h extends a { public final a p; public h(d dVar, a aVar) { - super(dVar, aVar.b, aVar.f257c, aVar.d, aVar.e, aVar.f); + super(dVar, aVar.b, aVar.f259c, aVar.d, aVar.e, aVar.f); this.p = aVar; e(); } public void e() { PointF pointF; - PointF pointF2 = this.f257c; + PointF pointF2 = this.f259c; boolean z2 = (pointF2 == null || (pointF = this.b) == null || !pointF.equals(pointF2.x, pointF2.y)) ? false : true; - PointF pointF3 = this.f257c; + PointF pointF3 = this.f259c; if (pointF3 != null && !z2) { PointF pointF4 = this.b; PointF pointF5 = pointF3; diff --git a/app/src/main/java/c/c/a/w/c/i.java b/app/src/main/java/c/c/a/w/c/i.java index 9c883f3aaa..48f38b36e2 100644 --- a/app/src/main/java/c/c/a/w/c/i.java +++ b/app/src/main/java/c/c/a/w/c/i.java @@ -29,7 +29,7 @@ public class i extends f { return aVar.b; } c cVar = this.e; - if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.b, hVar.f257c, d(), f, this.d)) != null) { + if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.b, hVar.f259c, d(), f, this.d)) != null) { return pointF; } if (this.k != hVar) { diff --git a/app/src/main/java/c/c/a/w/c/j.java b/app/src/main/java/c/c/a/w/c/j.java index e5945de143..11ac3ffc3c 100644 --- a/app/src/main/java/c/c/a/w/c/j.java +++ b/app/src/main/java/c/c/a/w/c/j.java @@ -17,7 +17,7 @@ public class j extends f { PointF pointF; PointF pointF2; PointF pointF3 = aVar.b; - if (pointF3 == null || (pointF = aVar.f257c) == null) { + if (pointF3 == null || (pointF = aVar.f259c) == null) { throw new IllegalStateException("Missing values for keyframe."); } PointF pointF4 = pointF3; diff --git a/app/src/main/java/c/c/a/w/c/k.java b/app/src/main/java/c/c/a/w/c/k.java index 033ef8d84a..2863e1a982 100644 --- a/app/src/main/java/c/c/a/w/c/k.java +++ b/app/src/main/java/c/c/a/w/c/k.java @@ -18,7 +18,7 @@ public class k extends f { d dVar; d dVar2; d dVar3 = aVar.b; - if (dVar3 == null || (dVar = aVar.f257c) == null) { + if (dVar3 == null || (dVar = aVar.f259c) == null) { throw new IllegalStateException("Missing values for keyframe."); } d dVar4 = dVar3; diff --git a/app/src/main/java/c/c/a/w/c/l.java b/app/src/main/java/c/c/a/w/c/l.java index ff320d8495..d44ebae3a1 100644 --- a/app/src/main/java/c/c/a/w/c/l.java +++ b/app/src/main/java/c/c/a/w/c/l.java @@ -21,18 +21,18 @@ public class l extends a { @Override // c.c.a.w.c.a public Path f(a aVar, float f) { k kVar = aVar.b; - k kVar2 = aVar.f257c; + k kVar2 = aVar.f259c; k kVar3 = this.i; if (kVar3.b == null) { kVar3.b = new PointF(); } - kVar3.f315c = kVar.f315c || kVar2.f315c; + kVar3.f317c = kVar.f317c || kVar2.f317c; if (kVar.a.size() != kVar2.a.size()) { - StringBuilder L = c.d.b.a.a.L("Curves must have the same number of control points. Shape 1: "); - L.append(kVar.a.size()); - L.append("\tShape 2: "); - L.append(kVar2.a.size()); - c.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Curves must have the same number of control points. Shape 1: "); + K.append(kVar.a.size()); + K.append("\tShape 2: "); + K.append(kVar2.a.size()); + c.b(K.toString()); } int min = Math.min(kVar.a.size(), kVar2.a.size()); if (kVar3.a.size() < min) { @@ -58,13 +58,13 @@ public class l extends a { c.c.a.y.a aVar3 = kVar2.a.get(size3); PointF pointF3 = aVar2.a; PointF pointF4 = aVar2.b; - PointF pointF5 = aVar2.f294c; + PointF pointF5 = aVar2.f296c; PointF pointF6 = aVar3.a; PointF pointF7 = aVar3.b; - PointF pointF8 = aVar3.f294c; + PointF pointF8 = aVar3.f296c; kVar3.a.get(size3).a.set(f.e(pointF3.x, pointF6.x, f), f.e(pointF3.y, pointF6.y, f)); kVar3.a.get(size3).b.set(f.e(pointF4.x, pointF7.x, f), f.e(pointF4.y, pointF7.y, f)); - kVar3.a.get(size3).f294c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); + kVar3.a.get(size3).f296c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); } k kVar4 = this.i; Path path = this.j; @@ -76,7 +76,7 @@ public class l extends a { c.c.a.y.a aVar4 = kVar4.a.get(i); PointF pointF10 = aVar4.a; PointF pointF11 = aVar4.b; - PointF pointF12 = aVar4.f294c; + PointF pointF12 = aVar4.f296c; if (!pointF10.equals(f.a) || !pointF11.equals(pointF12)) { path.cubicTo(pointF10.x, pointF10.y, pointF11.x, pointF11.y, pointF12.x, pointF12.y); } else { @@ -84,7 +84,7 @@ public class l extends a { } f.a.set(pointF12.x, pointF12.y); } - if (kVar4.f315c) { + if (kVar4.f317c) { path.close(); } return this.j; diff --git a/app/src/main/java/c/c/a/w/c/o.java b/app/src/main/java/c/c/a/w/c/o.java index 0fa550fa64..799db02c0c 100644 --- a/app/src/main/java/c/c/a/w/c/o.java +++ b/app/src/main/java/c/c/a/w/c/o.java @@ -19,7 +19,7 @@ public class o { public final Matrix b; /* renamed from: c reason: collision with root package name */ - public final Matrix f291c; + public final Matrix f293c; public final Matrix d; public final float[] e; @NonNull @@ -46,7 +46,7 @@ public class o { this.f = eVar == null ? null : eVar.a(); m mVar = lVar.b; this.g = mVar == null ? null : mVar.a(); - g gVar = lVar.f306c; + g gVar = lVar.f308c; this.h = gVar == null ? null : gVar.a(); b bVar = lVar.d; this.i = bVar == null ? null : bVar.a(); @@ -55,12 +55,12 @@ public class o { this.k = cVar; if (cVar != null) { this.b = new Matrix(); - this.f291c = new Matrix(); + this.f293c = new Matrix(); this.d = new Matrix(); this.e = new float[9]; } else { this.b = null; - this.f291c = null; + this.f293c = null; this.d = null; this.e = null; } @@ -178,7 +178,7 @@ public class o { c cVar7 = aVar6.e; aVar6.e = cVar; return true; - } else if (t == c.c.a.o.f266c) { + } else if (t == c.c.a.o.f268c) { a aVar7 = this.j; if (aVar7 == null) { this.j = new p(cVar, 100); @@ -187,8 +187,8 @@ public class o { c cVar8 = aVar7.e; aVar7.e = cVar; return true; - } else if (t != c.c.a.o.f269y || (aVar2 = this.m) == null) { - if (t != c.c.a.o.f270z || (aVar = this.n) == null) { + } else if (t != c.c.a.o.f271y || (aVar2 = this.m) == null) { + if (t != c.c.a.o.f272z || (aVar = this.n) == null) { if (t == c.c.a.o.m && (cVar3 = this.k) != null) { if (cVar3 == null) { this.k = new c(Collections.singletonList(new c.c.a.c0.a(Float.valueOf(0.0f)))); @@ -269,7 +269,7 @@ public class o { fArr2[3] = (float) Math.tan(Math.toRadians((double) this.k.j())); fArr2[4] = 1.0f; fArr2[8] = 1.0f; - this.f291c.setValues(fArr2); + this.f293c.setValues(fArr2); d(); float[] fArr3 = this.e; fArr3[0] = cos; @@ -278,8 +278,8 @@ public class o { fArr3[4] = cos; fArr3[8] = 1.0f; this.d.setValues(fArr3); - this.f291c.preConcat(this.b); - this.d.preConcat(this.f291c); + this.f293c.preConcat(this.b); + this.d.preConcat(this.f293c); this.a.preConcat(this.d); } a aVar3 = this.h; diff --git a/app/src/main/java/c/c/a/x/a.java b/app/src/main/java/c/c/a/x/a.java index d52305db32..474a4fe5b5 100644 --- a/app/src/main/java/c/c/a/x/a.java +++ b/app/src/main/java/c/c/a/x/a.java @@ -14,7 +14,7 @@ public class a { public final Map, Typeface> b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public final Map f292c = new HashMap(); + public final Map f294c = new HashMap(); public final AssetManager d; public String e = ".ttf"; diff --git a/app/src/main/java/c/c/a/x/b.java b/app/src/main/java/c/c/a/x/b.java index 241a408b19..92518f97e4 100644 --- a/app/src/main/java/c/c/a/x/b.java +++ b/app/src/main/java/c/c/a/x/b.java @@ -17,17 +17,17 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public String f293c; + public String f295c; @Nullable public c.c.a.b d; public final Map e; public b(Drawable.Callback callback, String str, c.c.a.b bVar, Map map) { - this.f293c = str; + this.f295c = str; if (!TextUtils.isEmpty(str)) { - String str2 = this.f293c; + String str2 = this.f295c; if (str2.charAt(str2.length() - 1) != '/') { - this.f293c = a.C(new StringBuilder(), this.f293c, '/'); + this.f295c = a.B(new StringBuilder(), this.f295c, '/'); } } if (!(callback instanceof View)) { diff --git a/app/src/main/java/c/c/a/y/a.java b/app/src/main/java/c/c/a/y/a.java index 9b90590206..0506f673a7 100644 --- a/app/src/main/java/c/c/a/y/a.java +++ b/app/src/main/java/c/c/a/y/a.java @@ -9,17 +9,17 @@ public class a { public final PointF b; /* renamed from: c reason: collision with root package name */ - public final PointF f294c; + public final PointF f296c; public a() { this.a = new PointF(); this.b = new PointF(); - this.f294c = new PointF(); + this.f296c = new PointF(); } public a(PointF pointF, PointF pointF2, PointF pointF3) { this.a = pointF; this.b = pointF2; - this.f294c = pointF3; + this.f296c = pointF3; } } diff --git a/app/src/main/java/c/c/a/y/b.java b/app/src/main/java/c/c/a/y/b.java index b7bc28c476..a1d1c42c44 100644 --- a/app/src/main/java/c/c/a/y/b.java +++ b/app/src/main/java/c/c/a/y/b.java @@ -20,7 +20,7 @@ public /* synthetic */ class b { public static /* synthetic */ int[] b; /* renamed from: c reason: collision with root package name */ - public static /* synthetic */ int[] f295c; + public static /* synthetic */ int[] f297c; public static /* synthetic */ int[] d; public static /* synthetic */ int[] e; public static /* synthetic */ int[] f; @@ -38,20 +38,20 @@ public /* synthetic */ class b { public static /* synthetic */ int[] r; /* renamed from: s reason: collision with root package name */ - public static /* synthetic */ int[] f296s; + public static /* synthetic */ int[] f298s; public static /* synthetic */ int[] t; public static /* synthetic */ int[] u; public static /* synthetic */ int[] v; public static /* synthetic */ int[] w; /* renamed from: x reason: collision with root package name */ - public static /* synthetic */ int[] f297x; + public static /* synthetic */ int[] f299x; /* renamed from: y reason: collision with root package name */ - public static /* synthetic */ int[] f298y; + public static /* synthetic */ int[] f300y; /* renamed from: z reason: collision with root package name */ - public static /* synthetic */ int[] f299z; + public static /* synthetic */ int[] f301z; public static synchronized /* synthetic */ int[] a() { int[] iArr; diff --git a/app/src/main/java/c/c/a/y/c.java b/app/src/main/java/c/c/a/y/c.java index f48726436c..bf8dc0e6b7 100644 --- a/app/src/main/java/c/c/a/y/c.java +++ b/app/src/main/java/c/c/a/y/c.java @@ -10,7 +10,7 @@ public class c { public final String b; /* renamed from: c reason: collision with root package name */ - public final float f300c; + public final float f302c; public final int d; public final int e; public final float f; @@ -25,7 +25,7 @@ public class c { public c(String str, String str2, float f, int i, int i2, float f2, float f3, @ColorInt int i3, @ColorInt int i4, float f4, boolean z2) { this.a = str; this.b = str2; - this.f300c = f; + this.f302c = f; this.d = i; this.e = i2; this.f = f2; @@ -38,7 +38,7 @@ public class c { public int hashCode() { String str = this.b; - int h = ((b.h(this.d) + (((int) (((float) a.m(str, this.a.hashCode() * 31, 31)) + this.f300c)) * 31)) * 31) + this.e; + int h = ((b.h(this.d) + (((int) (((float) a.m(str, this.a.hashCode() * 31, 31)) + this.f302c)) * 31)) * 31) + this.e; long floatToRawIntBits = (long) Float.floatToRawIntBits(this.f); return (((h * 31) + ((int) (floatToRawIntBits ^ (floatToRawIntBits >>> 32)))) * 31) + this.h; } diff --git a/app/src/main/java/c/c/a/y/d.java b/app/src/main/java/c/c/a/y/d.java index 8d960eb9ed..8d7b4b1e8a 100644 --- a/app/src/main/java/c/c/a/y/d.java +++ b/app/src/main/java/c/c/a/y/d.java @@ -8,11 +8,11 @@ public class d { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f301c; + public final String f303c; public d(String str, String str2, String str3, float f) { this.a = str; this.b = str2; - this.f301c = str3; + this.f303c = str3; } } diff --git a/app/src/main/java/c/c/a/y/e.java b/app/src/main/java/c/c/a/y/e.java index fb7aaf7df3..0ea1f9339f 100644 --- a/app/src/main/java/c/c/a/y/e.java +++ b/app/src/main/java/c/c/a/y/e.java @@ -11,14 +11,14 @@ public class e { public final char b; /* renamed from: c reason: collision with root package name */ - public final double f302c; + public final double f304c; public final String d; public final String e; public e(List list, char c2, double d, double d2, String str, String str2) { this.a = list; this.b = c2; - this.f302c = d2; + this.f304c = d2; this.d = str; this.e = str2; } diff --git a/app/src/main/java/c/c/a/y/f.java b/app/src/main/java/c/c/a/y/f.java index 8696729569..c7452b2191 100644 --- a/app/src/main/java/c/c/a/y/f.java +++ b/app/src/main/java/c/c/a/y/f.java @@ -14,11 +14,11 @@ public class f { @Nullable /* renamed from: c reason: collision with root package name */ - public g f303c; + public g f305c; public f(f fVar) { this.b = new ArrayList(fVar.b); - this.f303c = fVar.f303c; + this.f305c = fVar.f305c; } public f(String... strArr) { @@ -91,16 +91,16 @@ public class f { @RestrictTo({RestrictTo.Scope.LIBRARY}) public f g(g gVar) { f fVar = new f(this); - fVar.f303c = gVar; + fVar.f305c = gVar; return fVar; } public String toString() { - StringBuilder L = a.L("KeyPath{keys="); - L.append(this.b); - L.append(",resolved="); - L.append(this.f303c != null); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("KeyPath{keys="); + K.append(this.b); + K.append(",resolved="); + K.append(this.f305c != null); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/y/i.java b/app/src/main/java/c/c/a/y/i.java index 1ce89a8c97..9697ce3102 100644 --- a/app/src/main/java/c/c/a/y/i.java +++ b/app/src/main/java/c/c/a/y/i.java @@ -5,11 +5,11 @@ public class i { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f304c; + public final float f306c; public i(String str, float f, float f2) { this.a = str; - this.f304c = f2; + this.f306c = f2; this.b = f; } } diff --git a/app/src/main/java/c/c/a/y/j.java b/app/src/main/java/c/c/a/y/j.java index 6ff9c8bbec..5042bd91b5 100644 --- a/app/src/main/java/c/c/a/y/j.java +++ b/app/src/main/java/c/c/a/y/j.java @@ -39,11 +39,11 @@ public class j { } public String toString() { - StringBuilder L = a.L("Pair{"); - L.append(String.valueOf(this.a)); - L.append(" "); - L.append(String.valueOf(this.b)); - L.append("}"); - return L.toString(); + StringBuilder K = a.K("Pair{"); + K.append(String.valueOf(this.a)); + K.append(" "); + K.append(String.valueOf(this.b)); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/y/k/k.java b/app/src/main/java/c/c/a/y/k/k.java index e9b7e679db..49b8f84f3e 100644 --- a/app/src/main/java/c/c/a/y/k/k.java +++ b/app/src/main/java/c/c/a/y/k/k.java @@ -10,14 +10,14 @@ public class k { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f305c; + public final b f307c; @Nullable public final b d; public k(@Nullable a aVar, @Nullable a aVar2, @Nullable b bVar, @Nullable b bVar2) { this.a = aVar; this.b = aVar2; - this.f305c = bVar; + this.f307c = bVar; this.d = bVar2; } } diff --git a/app/src/main/java/c/c/a/y/k/l.java b/app/src/main/java/c/c/a/y/k/l.java index 564c39b91e..81d43da456 100644 --- a/app/src/main/java/c/c/a/y/k/l.java +++ b/app/src/main/java/c/c/a/y/k/l.java @@ -14,7 +14,7 @@ public class l implements b { @Nullable /* renamed from: c reason: collision with root package name */ - public final g f306c; + public final g f308c; @Nullable public final b d; @Nullable @@ -35,7 +35,7 @@ public class l implements b { public l(@Nullable e eVar, @Nullable m mVar, @Nullable g gVar, @Nullable b bVar, @Nullable d dVar, @Nullable b bVar2, @Nullable b bVar3, @Nullable b bVar4, @Nullable b bVar5) { this.a = eVar; this.b = mVar; - this.f306c = gVar; + this.f308c = gVar; this.d = bVar; this.e = dVar; this.h = bVar2; diff --git a/app/src/main/java/c/c/a/y/l/a.java b/app/src/main/java/c/c/a/y/l/a.java index fd5c830ad9..f2c1e39359 100644 --- a/app/src/main/java/c/c/a/y/l/a.java +++ b/app/src/main/java/c/c/a/y/l/a.java @@ -12,14 +12,14 @@ public class a implements b { public final m b; /* renamed from: c reason: collision with root package name */ - public final f f307c; + public final f f309c; public final boolean d; public final boolean e; public a(String str, m mVar, f fVar, boolean z2, boolean z3) { this.a = str; this.b = mVar; - this.f307c = fVar; + this.f309c = fVar; this.d = z2; this.e = z3; } diff --git a/app/src/main/java/c/c/a/y/l/d.java b/app/src/main/java/c/c/a/y/l/d.java index d533f707a7..af8aa43baa 100644 --- a/app/src/main/java/c/c/a/y/l/d.java +++ b/app/src/main/java/c/c/a/y/l/d.java @@ -12,7 +12,7 @@ public class d implements b { public final Path.FillType b; /* renamed from: c reason: collision with root package name */ - public final c f308c; + public final c f310c; public final c.c.a.y.k.d d; public final f e; public final f f; @@ -22,7 +22,7 @@ public class d implements b { public d(String str, int i, Path.FillType fillType, c cVar, c.c.a.y.k.d dVar, f fVar, f fVar2, b bVar, b bVar2, boolean z2) { this.a = i; this.b = fillType; - this.f308c = cVar; + this.f310c = cVar; this.d = dVar; this.e = fVar; this.f = fVar2; diff --git a/app/src/main/java/c/c/a/y/l/e.java b/app/src/main/java/c/c/a/y/l/e.java index 0248cc4016..803e41ddd8 100644 --- a/app/src/main/java/c/c/a/y/l/e.java +++ b/app/src/main/java/c/c/a/y/l/e.java @@ -14,7 +14,7 @@ public class e implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final c f309c; + public final c f311c; public final d d; public final f e; public final f f; @@ -31,7 +31,7 @@ public class e implements b { public e(String str, int i, c cVar, d dVar, f fVar, f fVar2, b bVar, int i2, int i3, float f, List list, @Nullable b bVar2, boolean z2) { this.a = str; this.b = i; - this.f309c = cVar; + this.f311c = cVar; this.d = dVar; this.e = fVar; this.f = fVar2; diff --git a/app/src/main/java/c/c/a/y/l/f.java b/app/src/main/java/c/c/a/y/l/f.java index 8961789214..77b60f273c 100644 --- a/app/src/main/java/c/c/a/y/l/f.java +++ b/app/src/main/java/c/c/a/y/l/f.java @@ -8,13 +8,13 @@ public class f { public final h b; /* renamed from: c reason: collision with root package name */ - public final d f310c; + public final d f312c; public final boolean d; public f(int i, h hVar, d dVar, boolean z2) { this.a = i; this.b = hVar; - this.f310c = dVar; + this.f312c = dVar; this.d = z2; } } diff --git a/app/src/main/java/c/c/a/y/l/g.java b/app/src/main/java/c/c/a/y/l/g.java index 8245ff9843..0c2e50dbec 100644 --- a/app/src/main/java/c/c/a/y/l/g.java +++ b/app/src/main/java/c/c/a/y/l/g.java @@ -11,7 +11,7 @@ public class g implements b { public final a b; /* renamed from: c reason: collision with root package name */ - public final boolean f311c; + public final boolean f313c; /* compiled from: MergePaths */ public enum a { @@ -25,7 +25,7 @@ public class g implements b { public g(String str, a aVar, boolean z2) { this.a = str; this.b = aVar; - this.f311c = z2; + this.f313c = z2; } @Override // c.c.a.y.l.b @@ -39,9 +39,9 @@ public class g implements b { } public String toString() { - StringBuilder L = c.d.b.a.a.L("MergePaths{mode="); - L.append(this.b); - L.append('}'); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("MergePaths{mode="); + K.append(this.b); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/y/l/h.java b/app/src/main/java/c/c/a/y/l/h.java index 3e977c5223..5df7e1200f 100644 --- a/app/src/main/java/c/c/a/y/l/h.java +++ b/app/src/main/java/c/c/a/y/l/h.java @@ -12,7 +12,7 @@ public class h implements b { public final a b; /* renamed from: c reason: collision with root package name */ - public final b f312c; + public final b f314c; public final m d; public final b e; public final b f; @@ -47,7 +47,7 @@ public class h implements b { public h(String str, a aVar, b bVar, m mVar, b bVar2, b bVar3, b bVar4, b bVar5, b bVar6, boolean z2) { this.a = str; this.b = aVar; - this.f312c = bVar; + this.f314c = bVar; this.d = mVar; this.e = bVar2; this.f = bVar3; diff --git a/app/src/main/java/c/c/a/y/l/i.java b/app/src/main/java/c/c/a/y/l/i.java index a6df04b582..a39fed5651 100644 --- a/app/src/main/java/c/c/a/y/l/i.java +++ b/app/src/main/java/c/c/a/y/l/i.java @@ -14,14 +14,14 @@ public class i implements b { public final m b; /* renamed from: c reason: collision with root package name */ - public final f f313c; + public final f f315c; public final b d; public final boolean e; public i(String str, m mVar, f fVar, b bVar, boolean z2) { this.a = str; this.b = mVar; - this.f313c = fVar; + this.f315c = fVar; this.d = bVar; this.e = z2; } @@ -32,11 +32,11 @@ public class i implements b { } public String toString() { - StringBuilder L = a.L("RectangleShape{position="); - L.append(this.b); - L.append(", size="); - L.append(this.f313c); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("RectangleShape{position="); + K.append(this.b); + K.append(", size="); + K.append(this.f315c); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/y/l/j.java b/app/src/main/java/c/c/a/y/l/j.java index b02d97e7a7..81c7ad9db2 100644 --- a/app/src/main/java/c/c/a/y/l/j.java +++ b/app/src/main/java/c/c/a/y/l/j.java @@ -11,14 +11,14 @@ public class j implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final b f314c; + public final b f316c; public final l d; public final boolean e; public j(String str, b bVar, b bVar2, l lVar, boolean z2) { this.a = str; this.b = bVar; - this.f314c = bVar2; + this.f316c = bVar2; this.d = lVar; this.e = z2; } diff --git a/app/src/main/java/c/c/a/y/l/k.java b/app/src/main/java/c/c/a/y/l/k.java index 330914dbcb..b0d2a35f3a 100644 --- a/app/src/main/java/c/c/a/y/l/k.java +++ b/app/src/main/java/c/c/a/y/l/k.java @@ -10,7 +10,7 @@ public class k { public PointF b; /* renamed from: c reason: collision with root package name */ - public boolean f315c; + public boolean f317c; public k() { this.a = new ArrayList(); @@ -18,16 +18,16 @@ public class k { public k(PointF pointF, boolean z2, List list) { this.b = pointF; - this.f315c = z2; + this.f317c = z2; this.a = new ArrayList(list); } public String toString() { - StringBuilder L = c.d.b.a.a.L("ShapeData{numCurves="); - L.append(this.a.size()); - L.append("closed="); - L.append(this.f315c); - L.append('}'); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("ShapeData{numCurves="); + K.append(this.a.size()); + K.append("closed="); + K.append(this.f317c); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/y/l/l.java b/app/src/main/java/c/c/a/y/l/l.java index 7dbcbfe6e3..a18854d7b3 100644 --- a/app/src/main/java/c/c/a/y/l/l.java +++ b/app/src/main/java/c/c/a/y/l/l.java @@ -14,7 +14,7 @@ public class l implements b { public final Path.FillType b; /* renamed from: c reason: collision with root package name */ - public final String f316c; + public final String f318c; @Nullable public final a d; @Nullable @@ -22,7 +22,7 @@ public class l implements b { public final boolean f; public l(String str, boolean z2, Path.FillType fillType, @Nullable a aVar, @Nullable d dVar, boolean z3) { - this.f316c = str; + this.f318c = str; this.a = z2; this.b = fillType; this.d = aVar; @@ -36,9 +36,9 @@ public class l implements b { } public String toString() { - StringBuilder L = c.d.b.a.a.L("ShapeFill{color=, fillEnabled="); - L.append(this.a); - L.append('}'); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("ShapeFill{color=, fillEnabled="); + K.append(this.a); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/y/l/m.java b/app/src/main/java/c/c/a/y/l/m.java index 02e16eb8e0..bd8912b051 100644 --- a/app/src/main/java/c/c/a/y/l/m.java +++ b/app/src/main/java/c/c/a/y/l/m.java @@ -13,12 +13,12 @@ public class m implements b { public final List b; /* renamed from: c reason: collision with root package name */ - public final boolean f317c; + public final boolean f319c; public m(String str, List list, boolean z2) { this.a = str; this.b = list; - this.f317c = z2; + this.f319c = z2; } @Override // c.c.a.y.l.b @@ -27,11 +27,11 @@ public class m implements b { } public String toString() { - StringBuilder L = a.L("ShapeGroup{name='"); - L.append(this.a); - L.append("' Shapes: "); - L.append(Arrays.toString(this.b.toArray())); - L.append('}'); - return L.toString(); + StringBuilder K = a.K("ShapeGroup{name='"); + K.append(this.a); + K.append("' Shapes: "); + K.append(Arrays.toString(this.b.toArray())); + K.append('}'); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/y/l/n.java b/app/src/main/java/c/c/a/y/l/n.java index 9adcf72733..21d73e9e58 100644 --- a/app/src/main/java/c/c/a/y/l/n.java +++ b/app/src/main/java/c/c/a/y/l/n.java @@ -12,13 +12,13 @@ public class n implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final h f318c; + public final h f320c; public final boolean d; public n(String str, int i, h hVar, boolean z2) { this.a = str; this.b = i; - this.f318c = hVar; + this.f320c = hVar; this.d = z2; } @@ -28,9 +28,9 @@ public class n implements b { } public String toString() { - StringBuilder L = a.L("ShapePath{name="); - L.append(this.a); - L.append(", index="); - return a.w(L, this.b, '}'); + StringBuilder K = a.K("ShapePath{name="); + K.append(this.a); + K.append(", index="); + return a.v(K, this.b, '}'); } } diff --git a/app/src/main/java/c/c/a/y/l/o.java b/app/src/main/java/c/c/a/y/l/o.java index 3024d1417b..47c80d70ca 100644 --- a/app/src/main/java/c/c/a/y/l/o.java +++ b/app/src/main/java/c/c/a/y/l/o.java @@ -15,7 +15,7 @@ public class o implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final List f319c; + public final List f321c; public final a d; public final d e; public final b f; @@ -28,7 +28,7 @@ public class o implements b { public o(String str, @Nullable b bVar, List list, a aVar, d dVar, b bVar2, int i, int i2, float f, boolean z2) { this.a = str; this.b = bVar; - this.f319c = list; + this.f321c = list; this.d = aVar; this.e = dVar; this.f = bVar2; diff --git a/app/src/main/java/c/c/a/y/l/p.java b/app/src/main/java/c/c/a/y/l/p.java index 18db9151b7..306742ce16 100644 --- a/app/src/main/java/c/c/a/y/l/p.java +++ b/app/src/main/java/c/c/a/y/l/p.java @@ -11,7 +11,7 @@ public class p implements b { public final int b; /* renamed from: c reason: collision with root package name */ - public final b f320c; + public final b f322c; public final b d; public final b e; public final boolean f; @@ -19,7 +19,7 @@ public class p implements b { public p(String str, int i, b bVar, b bVar2, b bVar3, boolean z2) { this.a = str; this.b = i; - this.f320c = bVar; + this.f322c = bVar; this.d = bVar2; this.e = bVar3; this.f = z2; @@ -31,13 +31,13 @@ public class p implements b { } public String toString() { - StringBuilder L = a.L("Trim Path: {start: "); - L.append(this.f320c); - L.append(", end: "); - L.append(this.d); - L.append(", offset: "); - L.append(this.e); - L.append("}"); - return L.toString(); + StringBuilder K = a.K("Trim Path: {start: "); + K.append(this.f322c); + K.append(", end: "); + K.append(this.d); + K.append(", offset: "); + K.append(this.e); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/c/a/y/m/b.java b/app/src/main/java/c/c/a/y/m/b.java index 9e6f64235b..8bcdbaaaf1 100644 --- a/app/src/main/java/c/c/a/y/m/b.java +++ b/app/src/main/java/c/c/a/y/m/b.java @@ -33,7 +33,7 @@ public abstract class b implements e, a.b, g { public final Matrix b = new Matrix(); /* renamed from: c reason: collision with root package name */ - public final Paint f321c; + public final Paint f323c; public final Paint d; public final Paint e; public final Paint f; @@ -55,7 +55,7 @@ public abstract class b implements e, a.b, g { @Nullable /* renamed from: s reason: collision with root package name */ - public b f322s; + public b f324s; public List t; public final List> u; public final o v; @@ -63,7 +63,7 @@ public abstract class b implements e, a.b, g { public b(j jVar, e eVar) { boolean z2 = true; - this.f321c = new c.c.a.w.a(1); + this.f323c = new c.c.a.w.a(1); this.d = new c.c.a.w.a(1, PorterDuff.Mode.DST_IN); this.e = new c.c.a.w.a(1, PorterDuff.Mode.DST_OUT); c.c.a.w.a aVar = new c.c.a.w.a(1); @@ -78,7 +78,7 @@ public abstract class b implements e, a.b, g { this.w = true; this.n = jVar; this.o = eVar; - this.l = c.d.b.a.a.D(new StringBuilder(), eVar.f329c, "#draw"); + this.l = c.d.b.a.a.C(new StringBuilder(), eVar.f331c, "#draw"); if (eVar.u == 3) { aVar.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_OUT)); } else { @@ -124,15 +124,15 @@ public abstract class b implements e, a.b, g { @Override // c.c.a.y.g public void c(c.c.a.y.f fVar, int i, List list, c.c.a.y.f fVar2) { - if (fVar.e(this.o.f329c, i)) { - if (!"__container".equals(this.o.f329c)) { - fVar2 = fVar2.a(this.o.f329c); - if (fVar.c(this.o.f329c, i)) { + if (fVar.e(this.o.f331c, i)) { + if (!"__container".equals(this.o.f331c)) { + fVar2 = fVar2.a(this.o.f331c); + if (fVar.c(this.o.f331c, i)) { list.add(fVar2.g(this)); } } - if (fVar.f(this.o.f329c, i)) { - n(fVar, fVar.d(this.o.f329c, i) + i, list, fVar2); + if (fVar.f(this.o.f331c, i)) { + n(fVar, fVar.d(this.o.f331c, i) + i, list, fVar2); } } } @@ -150,7 +150,7 @@ public abstract class b implements e, a.b, g { this.m.preConcat(this.t.get(size).v.e()); } } else { - b bVar = this.f322s; + b bVar = this.f324s; if (bVar != null) { this.m.preConcat(bVar.v.e()); } @@ -206,11 +206,11 @@ public abstract class b implements e, a.b, g { this.i.set(0.0f, 0.0f, 0.0f, 0.0f); int i4 = 2; if (k()) { - int size2 = this.p.f290c.size(); + int size2 = this.p.f292c.size(); int i5 = 0; while (true) { if (i5 < size2) { - f fVar = this.p.f290c.get(i5); + f fVar = this.p.f292c.get(i5); this.a.set(this.p.a.get(i5).e()); this.a.transform(matrix2); int h = c.c.a.y.b.h(fVar.a); @@ -256,8 +256,8 @@ public abstract class b implements e, a.b, g { } c.c.a.c.a("Layer#computeBounds"); if (!this.h.isEmpty()) { - this.f321c.setAlpha(255); - c.c.a.b0.g.f(canvas, this.h, this.f321c, 31); + this.f323c.setAlpha(255); + c.c.a.b0.g.f(canvas, this.h, this.f323c, 31); c.c.a.c.a("Layer#saveLayer"); i(canvas); j(canvas, this.b, intValue); @@ -270,21 +270,21 @@ public abstract class b implements e, a.b, g { } c.c.a.c.a("Layer#saveLayer"); int i6 = 0; - while (i6 < this.p.f290c.size()) { - f fVar2 = this.p.f290c.get(i6); + while (i6 < this.p.f292c.size()) { + f fVar2 = this.p.f292c.get(i6); a aVar2 = this.p.a.get(i6); a aVar3 = this.p.b.get(i6); int h2 = c.c.a.y.b.h(fVar2.a); if (h2 != 0) { if (h2 == i2) { if (i6 == 0) { - this.f321c.setColor(-16777216); - this.f321c.setAlpha(255); - canvas.drawRect(this.h, this.f321c); + this.f323c.setColor(-16777216); + this.f323c.setAlpha(255); + canvas.drawRect(this.h, this.f323c); } if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.e, 31); - canvas.drawRect(this.h, this.f321c); + canvas.drawRect(this.h, this.f323c); this.e.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); this.a.set(aVar2.e()); this.a.transform(matrix3); @@ -300,18 +300,18 @@ public abstract class b implements e, a.b, g { if (!this.p.a.isEmpty()) { int i7 = 0; while (true) { - if (i7 >= this.p.f290c.size()) { + if (i7 >= this.p.f292c.size()) { z2 = true; break; - } else if (this.p.f290c.get(i7).a != 4) { + } else if (this.p.f292c.get(i7).a != 4) { break; } else { i7++; } } if (!z2) { - this.f321c.setAlpha(255); - canvas.drawRect(this.h, this.f321c); + this.f323c.setAlpha(255); + canvas.drawRect(this.h, this.f323c); } } z2 = false; @@ -320,7 +320,7 @@ public abstract class b implements e, a.b, g { } } else if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.d, 31); - canvas.drawRect(this.h, this.f321c); + canvas.drawRect(this.h, this.f323c); this.e.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); this.a.set(aVar2.e()); this.a.transform(matrix3); @@ -330,23 +330,23 @@ public abstract class b implements e, a.b, g { c.c.a.b0.g.f(canvas, this.h, this.d, 31); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f321c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f321c); + this.f323c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f323c); canvas.restore(); } } else if (fVar2.d) { - c.c.a.b0.g.f(canvas, this.h, this.f321c, 31); - canvas.drawRect(this.h, this.f321c); + c.c.a.b0.g.f(canvas, this.h, this.f323c, 31); + canvas.drawRect(this.h, this.f323c); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f321c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + this.f323c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); canvas.drawPath(this.a, this.e); canvas.restore(); } else { this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f321c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f321c); + this.f323c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f323c); } i6++; i2 = 1; @@ -385,17 +385,17 @@ public abstract class b implements e, a.b, g { @Override // c.c.a.w.b.c public String getName() { - return this.o.f329c; + return this.o.f331c; } public final void h() { if (this.t == null) { - if (this.f322s == null) { + if (this.f324s == null) { this.t = Collections.emptyList(); return; } this.t = new ArrayList(); - for (b bVar = this.f322s; bVar != null; bVar = bVar.f322s) { + for (b bVar = this.f324s; bVar != null; bVar = bVar.f324s) { this.t.add(bVar); } } @@ -420,12 +420,12 @@ public abstract class b implements e, a.b, g { public final void m(float f) { s sVar = this.n.j.a; - String str = this.o.f329c; + String str = this.o.f331c; if (sVar.a) { - c.c.a.b0.e eVar = sVar.f272c.get(str); + c.c.a.b0.e eVar = sVar.f274c.get(str); if (eVar == null) { eVar = new c.c.a.b0.e(); - sVar.f272c.put(str, eVar); + sVar.f274c.put(str, eVar); } float f2 = eVar.a + f; eVar.a = f2; diff --git a/app/src/main/java/c/c/a/y/m/c.java b/app/src/main/java/c/c/a/y/m/c.java index ac3e28073a..47bb76a4a3 100644 --- a/app/src/main/java/c/c/a/y/m/c.java +++ b/app/src/main/java/c/c/a/y/m/c.java @@ -24,27 +24,27 @@ public class c extends b { @Nullable /* renamed from: x reason: collision with root package name */ - public a f323x; + public a f325x; /* renamed from: y reason: collision with root package name */ - public final List f324y = new ArrayList(); + public final List f326y = new ArrayList(); /* renamed from: z reason: collision with root package name */ - public final RectF f325z = new RectF(); + public final RectF f327z = new RectF(); public c(j jVar, e eVar, List list, d dVar) { super(jVar, eVar); int i; b bVar; b bVar2; - b bVar3 = eVar.f330s; + b bVar3 = eVar.f332s; if (bVar3 != null) { a a = bVar3.a(); - this.f323x = a; + this.f325x = a; e(a); - this.f323x.a.add(this); + this.f325x.a.add(this); } else { - this.f323x = null; + this.f325x = null; } LongSparseArray longSparseArray = new LongSparseArray(dVar.i.size()); int size = list.size() - 1; @@ -56,7 +56,7 @@ public class c extends b { e eVar2 = list.get(size); int ordinal = eVar2.e.ordinal(); if (ordinal == 0) { - bVar2 = new c(jVar, eVar2, dVar.f258c.get(eVar2.g), dVar); + bVar2 = new c(jVar, eVar2, dVar.f260c.get(eVar2.g), dVar); } else if (ordinal == 1) { bVar2 = new h(jVar, eVar2); } else if (ordinal == 2) { @@ -66,9 +66,9 @@ public class c extends b { } else if (ordinal == 4) { bVar2 = new g(jVar, eVar2); } else if (ordinal != 5) { - StringBuilder L = c.d.b.a.a.L("Unknown layer type "); - L.append(eVar2.e); - c.c.a.b0.c.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Unknown layer type "); + K.append(eVar2.e); + c.c.a.b0.c.b(K.toString()); bVar2 = null; } else { bVar2 = new i(jVar, eVar2); @@ -79,7 +79,7 @@ public class c extends b { bVar4.r = bVar2; bVar4 = null; } else { - this.f324y.add(0, bVar2); + this.f326y.add(0, bVar2); int h = c.c.a.y.b.h(eVar2.u); if (h == 1 || h == 2) { bVar4 = bVar2; @@ -91,7 +91,7 @@ public class c extends b { for (i = 0; i < longSparseArray.size(); i++) { b bVar5 = (b) longSparseArray.get(longSparseArray.keyAt(i)); if (!(bVar5 == null || (bVar = (b) longSparseArray.get(bVar5.o.f)) == null)) { - bVar5.f322s = bVar; + bVar5.f324s = bVar; } } } @@ -99,10 +99,10 @@ public class c extends b { @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - for (int size = this.f324y.size() - 1; size >= 0; size--) { - this.f325z.set(0.0f, 0.0f, 0.0f, 0.0f); - this.f324y.get(size).d(this.f325z, this.m, true); - rectF.union(this.f325z); + for (int size = this.f326y.size() - 1; size >= 0; size--) { + this.f327z.set(0.0f, 0.0f, 0.0f, 0.0f); + this.f326y.get(size).d(this.f327z, this.m, true); + rectF.union(this.f327z); } } @@ -113,7 +113,7 @@ public class c extends b { return; } if (cVar == null) { - a aVar = this.f323x; + a aVar = this.f325x; if (aVar != null) { aVar.i(null); return; @@ -121,9 +121,9 @@ public class c extends b { return; } p pVar = new p(cVar, null); - this.f323x = pVar; + this.f325x = pVar; pVar.a.add(this); - e(this.f323x); + e(this.f325x); } @Override // c.c.a.y.m.b @@ -132,7 +132,7 @@ public class c extends b { e eVar = this.o; rectF.set(0.0f, 0.0f, (float) eVar.o, (float) eVar.p); matrix.mapRect(this.A); - boolean z2 = this.n.f262z && this.f324y.size() > 1 && i != 255; + boolean z2 = this.n.f264z && this.f326y.size() > 1 && i != 255; if (z2) { this.B.setAlpha(i); g.f(canvas, this.A, this.B, 31); @@ -142,9 +142,9 @@ public class c extends b { if (z2) { i = 255; } - for (int size = this.f324y.size() - 1; size >= 0; size--) { + for (int size = this.f326y.size() - 1; size >= 0; size--) { if (!this.A.isEmpty() ? canvas.clipRect(this.A) : true) { - this.f324y.get(size).f(canvas, matrix, i); + this.f326y.get(size).f(canvas, matrix, i); } } canvas.restore(); @@ -153,18 +153,18 @@ public class c extends b { @Override // c.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - for (int i2 = 0; i2 < this.f324y.size(); i2++) { - this.f324y.get(i2).c(fVar, i, list, fVar2); + for (int i2 = 0; i2 < this.f326y.size(); i2++) { + this.f326y.get(i2).c(fVar, i, list, fVar2); } } @Override // c.c.a.y.m.b public void o(@FloatRange(from = 0.0d, to = 1.0d) float f) { super.o(f); - if (this.f323x != null) { - f = ((this.f323x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); + if (this.f325x != null) { + f = ((this.f325x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); } - if (this.f323x == null) { + if (this.f325x == null) { e eVar = this.o; f -= eVar.n / eVar.b.c(); } @@ -172,11 +172,11 @@ public class c extends b { if (f2 != 0.0f) { f /= f2; } - int size = this.f324y.size(); + int size = this.f326y.size(); while (true) { size--; if (size >= 0) { - this.f324y.get(size).o(f); + this.f326y.get(size).o(f); } else { return; } diff --git a/app/src/main/java/c/c/a/y/m/d.java b/app/src/main/java/c/c/a/y/m/d.java index 264df306ae..7a93b60c35 100644 --- a/app/src/main/java/c/c/a/y/m/d.java +++ b/app/src/main/java/c/c/a/y/m/d.java @@ -30,13 +30,13 @@ public class d extends b { public a A; /* renamed from: x reason: collision with root package name */ - public final Paint f326x = new c.c.a.w.a(3); + public final Paint f328x = new c.c.a.w.a(3); /* renamed from: y reason: collision with root package name */ - public final Rect f327y = new Rect(); + public final Rect f329y = new Rect(); /* renamed from: z reason: collision with root package name */ - public final Rect f328z = new Rect(); + public final Rect f330z = new Rect(); public d(j jVar, e eVar) { super(jVar, eVar); @@ -70,16 +70,16 @@ public class d extends b { Bitmap q = q(); if (q != null && !q.isRecycled()) { float c2 = g.c(); - this.f326x.setAlpha(i); + this.f328x.setAlpha(i); a aVar = this.A; if (aVar != null) { - this.f326x.setColorFilter(aVar.e()); + this.f328x.setColorFilter(aVar.e()); } canvas.save(); canvas.concat(matrix); - this.f327y.set(0, 0, q.getWidth(), q.getHeight()); - this.f328z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); - canvas.drawBitmap(q, this.f327y, this.f328z, this.f326x); + this.f329y.set(0, 0, q.getWidth(), q.getHeight()); + this.f330z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); + canvas.drawBitmap(q, this.f329y, this.f330z, this.f328x); canvas.restore(); } } @@ -102,7 +102,7 @@ public class d extends b { } } if (jVar.r == null) { - jVar.r = new b(jVar.getCallback(), jVar.f259s, jVar.t, jVar.j.d); + jVar.r = new b(jVar.getCallback(), jVar.f261s, jVar.t, jVar.j.d); } bVar = jVar.r; } @@ -128,8 +128,8 @@ public class d extends b { options.inDensity = 160; if (!str2.startsWith("data:") || str2.indexOf("base64,") <= 0) { try { - if (!TextUtils.isEmpty(bVar.f293c)) { - Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f293c + str2), null, options), kVar.a, kVar.b); + if (!TextUtils.isEmpty(bVar.f295c)) { + Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f295c + str2), null, options), kVar.a, kVar.b); bVar.a(str, e); return e; } diff --git a/app/src/main/java/c/c/a/y/m/e.java b/app/src/main/java/c/c/a/y/m/e.java index ce8b537ea5..5b4d46757f 100644 --- a/app/src/main/java/c/c/a/y/m/e.java +++ b/app/src/main/java/c/c/a/y/m/e.java @@ -15,7 +15,7 @@ public class e { public final d b; /* renamed from: c reason: collision with root package name */ - public final String f329c; + public final String f331c; public final long d; public final a e; public final long f; @@ -37,7 +37,7 @@ public class e { @Nullable /* renamed from: s reason: collision with root package name */ - public final c.c.a.y.k.b f330s; + public final c.c.a.y.k.b f332s; public final List> t; public final int u; public final boolean v; @@ -57,7 +57,7 @@ public class e { public e(List list, d dVar, String str, long j, a aVar, long j2, @Nullable String str2, List list2, l lVar, int i, int i2, int i3, float f, float f2, int i4, int i5, @Nullable j jVar, @Nullable k kVar, List list3, int i6, @Nullable c.c.a.y.k.b bVar, boolean z2) { this.a = list; this.b = dVar; - this.f329c = str; + this.f331c = str; this.d = j; this.e = aVar; this.f = j2; @@ -75,49 +75,49 @@ public class e { this.r = kVar; this.t = list3; this.u = i6; - this.f330s = bVar; + this.f332s = bVar; this.v = z2; } public String a(String str) { - StringBuilder L = c.d.b.a.a.L(str); - L.append(this.f329c); - L.append("\n"); + StringBuilder K = c.d.b.a.a.K(str); + K.append(this.f331c); + K.append("\n"); e e = this.b.e(this.f); if (e != null) { - L.append("\t\tParents: "); - L.append(e.f329c); + K.append("\t\tParents: "); + K.append(e.f331c); e e2 = this.b.e(e.f); while (e2 != null) { - L.append("->"); - L.append(e2.f329c); + K.append("->"); + K.append(e2.f331c); e2 = this.b.e(e2.f); } - L.append(str); - L.append("\n"); + K.append(str); + K.append("\n"); } if (!this.h.isEmpty()) { - L.append(str); - L.append("\tMasks: "); - L.append(this.h.size()); - L.append("\n"); + K.append(str); + K.append("\tMasks: "); + K.append(this.h.size()); + K.append("\n"); } if (!(this.j == 0 || this.k == 0)) { - L.append(str); - L.append("\tBackground: "); - L.append(String.format(Locale.US, "%dx%d %X\n", Integer.valueOf(this.j), Integer.valueOf(this.k), Integer.valueOf(this.l))); + K.append(str); + K.append("\tBackground: "); + K.append(String.format(Locale.US, "%dx%d %X\n", Integer.valueOf(this.j), Integer.valueOf(this.k), Integer.valueOf(this.l))); } if (!this.a.isEmpty()) { - L.append(str); - L.append("\tShapes:\n"); + K.append(str); + K.append("\tShapes:\n"); for (b bVar : this.a) { - L.append(str); - L.append("\t\t"); - L.append(bVar); - L.append("\n"); + K.append(str); + K.append("\t\t"); + K.append(bVar); + K.append("\n"); } } - return L.toString(); + return K.toString(); } public String toString() { diff --git a/app/src/main/java/c/c/a/y/m/g.java b/app/src/main/java/c/c/a/y/m/g.java index 4c222990fb..6991ae6718 100644 --- a/app/src/main/java/c/c/a/y/m/g.java +++ b/app/src/main/java/c/c/a/y/m/g.java @@ -14,28 +14,28 @@ import java.util.List; public class g extends b { /* renamed from: x reason: collision with root package name */ - public final d f331x; + public final d f333x; public g(j jVar, e eVar) { super(jVar, eVar); d dVar = new d(jVar, this, new m("__container", eVar.a, false)); - this.f331x = dVar; + this.f333x = dVar; dVar.b(Collections.emptyList(), Collections.emptyList()); } @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - this.f331x.d(rectF, this.m, z2); + this.f333x.d(rectF, this.m, z2); } @Override // c.c.a.y.m.b public void j(@NonNull Canvas canvas, Matrix matrix, int i) { - this.f331x.f(canvas, matrix, i); + this.f333x.f(canvas, matrix, i); } @Override // c.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - this.f331x.c(fVar, i, list, fVar2); + this.f333x.c(fVar, i, list, fVar2); } } diff --git a/app/src/main/java/c/c/a/y/m/h.java b/app/src/main/java/c/c/a/y/m/h.java index 8a8316a5e7..9dc2513282 100644 --- a/app/src/main/java/c/c/a/y/m/h.java +++ b/app/src/main/java/c/c/a/y/m/h.java @@ -21,19 +21,19 @@ public class h extends b { public a C; /* renamed from: x reason: collision with root package name */ - public final RectF f332x = new RectF(); + public final RectF f334x = new RectF(); /* renamed from: y reason: collision with root package name */ - public final Paint f333y; + public final Paint f335y; /* renamed from: z reason: collision with root package name */ - public final float[] f334z; + public final float[] f336z; public h(j jVar, e eVar) { super(jVar, eVar); c.c.a.w.a aVar = new c.c.a.w.a(); - this.f333y = aVar; - this.f334z = new float[8]; + this.f335y = aVar; + this.f336z = new float[8]; this.A = new Path(); this.B = eVar; aVar.setAlpha(0); @@ -44,11 +44,11 @@ public class h extends b { @Override // c.c.a.y.m.b, c.c.a.w.b.e public void d(RectF rectF, Matrix matrix, boolean z2) { super.d(rectF, matrix, z2); - RectF rectF2 = this.f332x; + RectF rectF2 = this.f334x; e eVar = this.B; rectF2.set(0.0f, 0.0f, (float) eVar.j, (float) eVar.k); - this.m.mapRect(this.f332x); - rectF.set(this.f332x); + this.m.mapRect(this.f334x); + rectF.set(this.f334x); } @Override // c.c.a.y.m.b, c.c.a.y.g @@ -70,13 +70,13 @@ public class h extends b { if (alpha != 0) { a aVar = this.v.j; int intValue = (int) ((((((float) alpha) / 255.0f) * ((float) (aVar == null ? 100 : aVar.e().intValue()))) / 100.0f) * (((float) i) / 255.0f) * 255.0f); - this.f333y.setAlpha(intValue); + this.f335y.setAlpha(intValue); a aVar2 = this.C; if (aVar2 != null) { - this.f333y.setColorFilter(aVar2.e()); + this.f335y.setColorFilter(aVar2.e()); } if (intValue > 0) { - float[] fArr = this.f334z; + float[] fArr = this.f336z; fArr[0] = 0.0f; fArr[1] = 0.0f; e eVar = this.B; @@ -91,22 +91,22 @@ public class h extends b { matrix.mapPoints(fArr); this.A.reset(); Path path = this.A; - float[] fArr2 = this.f334z; + float[] fArr2 = this.f336z; path.moveTo(fArr2[0], fArr2[1]); Path path2 = this.A; - float[] fArr3 = this.f334z; + float[] fArr3 = this.f336z; path2.lineTo(fArr3[2], fArr3[3]); Path path3 = this.A; - float[] fArr4 = this.f334z; + float[] fArr4 = this.f336z; path3.lineTo(fArr4[4], fArr4[5]); Path path4 = this.A; - float[] fArr5 = this.f334z; + float[] fArr5 = this.f336z; path4.lineTo(fArr5[6], fArr5[7]); Path path5 = this.A; - float[] fArr6 = this.f334z; + float[] fArr6 = this.f336z; path5.lineTo(fArr6[0], fArr6[1]); this.A.close(); - canvas.drawPath(this.A, this.f333y); + canvas.drawPath(this.A, this.f335y); } } } diff --git a/app/src/main/java/c/c/a/y/m/i.java b/app/src/main/java/c/c/a/y/m/i.java index c8d96457fa..170a8c4372 100644 --- a/app/src/main/java/c/c/a/y/m/i.java +++ b/app/src/main/java/c/c/a/y/m/i.java @@ -53,13 +53,13 @@ public class i extends b { public c.c.a.w.c.a P; /* renamed from: x reason: collision with root package name */ - public final StringBuilder f335x = new StringBuilder(2); + public final StringBuilder f337x = new StringBuilder(2); /* renamed from: y reason: collision with root package name */ - public final RectF f336y = new RectF(); + public final RectF f338y = new RectF(); /* renamed from: z reason: collision with root package name */ - public final Matrix f337z = new Matrix(); + public final Matrix f339z = new Matrix(); /* compiled from: TextLayer */ public class a extends Paint { @@ -102,7 +102,7 @@ public class i extends b { a3.a.add(this); e(this.J); } - if (!(kVar == null || (bVar2 = kVar.f305c) == null)) { + if (!(kVar == null || (bVar2 = kVar.f307c) == null)) { c.c.a.w.c.a a4 = bVar2.a(); this.L = a4; a4.a.add(this); @@ -258,7 +258,7 @@ public class i extends b { } if (this.F.j.g.size() > 0) { c.c.a.w.c.a aVar9 = this.P; - float floatValue = (aVar9 != null ? aVar9.e().floatValue() : e.f300c) / 100.0f; + float floatValue = (aVar9 != null ? aVar9.e().floatValue() : e.f302c) / 100.0f; float d = g.d(matrix); String str4 = e.a; float c2 = g.c() * e.f; @@ -270,14 +270,14 @@ public class i extends b { float f4 = 0.0f; int i5 = 0; while (i5 < str5.length()) { - e eVar = this.G.g.get(e.a(str5.charAt(i5), dVar.a, dVar.f301c)); + e eVar = this.G.g.get(e.a(str5.charAt(i5), dVar.a, dVar.f303c)); if (eVar == null) { f3 = c2; i3 = i4; str3 = str5; } else { str3 = str5; - double d2 = eVar.f302c; + double d2 = eVar.f304c; f3 = c2; i3 = i4; f4 = (float) ((d2 * ((double) floatValue) * ((double) g.c()) * ((double) d)) + ((double) f4)); @@ -294,7 +294,7 @@ public class i extends b { int i6 = 0; while (i6 < str6.length()) { String str7 = str6; - e eVar2 = this.G.g.get(e.a(str7.charAt(i6), dVar.a, dVar.f301c)); + e eVar2 = this.G.g.get(e.a(str7.charAt(i6), dVar.a, dVar.f303c)); if (eVar2 == null) { list = t; i2 = size; @@ -326,11 +326,11 @@ public class i extends b { int i8 = 0; while (i8 < list2.size()) { Path path = list2.get(i8).getPath(); - path.computeBounds(this.f336y, false); - this.f337z.set(matrix); - this.f337z.preTranslate(0.0f, (-e.g) * g.c()); - this.f337z.preScale(floatValue, floatValue); - path.transform(this.f337z); + path.computeBounds(this.f338y, false); + this.f339z.set(matrix); + this.f339z.preTranslate(0.0f, (-e.g) * g.c()); + this.f339z.preScale(floatValue, floatValue); + path.transform(this.f339z); if (e.k) { s(path, this.A, canvas); s(path, this.B, canvas); @@ -341,7 +341,7 @@ public class i extends b { i8++; list2 = list2; } - float c3 = g.c() * ((float) eVar2.f302c) * floatValue * d; + float c3 = g.c() * ((float) eVar2.f304c) * floatValue * d; float f5 = ((float) e.e) / 10.0f; c.c.a.w.c.a aVar10 = this.O; if (aVar10 != null) { @@ -369,7 +369,7 @@ public class i extends b { float d3 = g.d(matrix); j jVar = this.F; ?? r6 = dVar.a; - ?? r3 = dVar.f301c; + ?? r3 = dVar.f303c; Typeface typeface = null; if (jVar.getCallback() == null) { aVar = null; @@ -385,12 +385,12 @@ public class i extends b { jVar2.b = r3; typeface = aVar.b.get(jVar2); if (typeface == null) { - Typeface typeface2 = aVar.f292c.get(r6); + Typeface typeface2 = aVar.f294c.get(r6); if (typeface2 == null) { - StringBuilder P = c.d.b.a.a.P("fonts/", r6); - P.append(aVar.e); - typeface2 = Typeface.createFromAsset(aVar.d, P.toString()); - aVar.f292c.put(r6, typeface2); + StringBuilder O = c.d.b.a.a.O("fonts/", r6); + O.append(aVar.e); + typeface2 = Typeface.createFromAsset(aVar.d, O.toString()); + aVar.f294c.put(r6, typeface2); } boolean contains = r3.contains("Italic"); boolean contains2 = r3.contains("Bold"); @@ -404,7 +404,7 @@ public class i extends b { Objects.requireNonNull(this.F); this.A.setTypeface(typeface); c.c.a.w.c.a aVar12 = this.P; - this.A.setTextSize(g.c() * (aVar12 != null ? aVar12.e().floatValue() : e.f300c)); + this.A.setTextSize(g.c() * (aVar12 != null ? aVar12.e().floatValue() : e.f302c)); this.B.setTypeface(this.A.getTypeface()); this.B.setTextSize(this.A.getTextSize()); float c4 = g.c() * e.f; @@ -430,14 +430,14 @@ public class i extends b { if (this.D.containsKey(j)) { str = this.D.get(j); } else { - this.f335x.setLength(0); + this.f337x.setLength(0); int i12 = i11; while (i12 < charCount) { int codePointAt3 = str9.codePointAt(i12); - this.f335x.appendCodePoint(codePointAt3); + this.f337x.appendCodePoint(codePointAt3); i12 += Character.charCount(codePointAt3); } - String sb = this.f335x.toString(); + String sb = this.f337x.toString(); this.D.put(j, sb); str = sb; } diff --git a/app/src/main/java/c/c/a/z/b.java b/app/src/main/java/c/c/a/z/b.java index 66e7e7408e..3125c32f5a 100644 --- a/app/src/main/java/c/c/a/z/b.java +++ b/app/src/main/java/c/c/a/z/b.java @@ -17,16 +17,16 @@ public class b { public static String a(String str, a aVar, boolean z2) { String str2; - StringBuilder L = a.L("lottie_cache_"); - L.append(str.replaceAll("\\W+", "")); + StringBuilder K = a.K("lottie_cache_"); + K.append(str.replaceAll("\\W+", "")); if (z2) { Objects.requireNonNull(aVar); str2 = ".temp" + aVar.extension; } else { str2 = aVar.extension; } - L.append(str2); - return L.toString(); + K.append(str2); + return K.toString(); } public final File b() { diff --git a/app/src/main/java/c/c/a/z/c.java b/app/src/main/java/c/c/a/z/c.java index 76a2449459..368ae9f4c1 100644 --- a/app/src/main/java/c/c/a/z/c.java +++ b/app/src/main/java/c/c/a/z/c.java @@ -22,24 +22,24 @@ public class c { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f338c; + public final b f340c; public c(Context context, String str, @Nullable String str2) { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = str; if (str2 == null) { - this.f338c = null; + this.f340c = null; } else { - this.f338c = new b(applicationContext); + this.f340c = new b(applicationContext); } } @WorkerThread public final p a() throws IOException { - StringBuilder L = a.L("Fetching "); - L.append(this.b); - c.c.a.b0.c.a(L.toString()); + StringBuilder K = a.K("Fetching "); + K.append(this.b); + c.c.a.b0.c.a(K.toString()); HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(this.b).openConnection(); httpURLConnection.setRequestMethod("GET"); try { @@ -105,27 +105,27 @@ public class c { if (contentType.contains("application/zip")) { c.c.a.b0.c.a("Handling zip response."); aVar = a.ZIP; - b bVar = this.f338c; + b bVar = this.f340c; pVar = bVar == null ? e.d(new ZipInputStream(httpURLConnection.getInputStream()), null) : e.d(new ZipInputStream(new FileInputStream(bVar.c(this.b, httpURLConnection.getInputStream(), aVar))), this.b); } else { c.c.a.b0.c.a("Received json response."); aVar = a.JSON; - b bVar2 = this.f338c; + b bVar2 = this.f340c; pVar = bVar2 == null ? e.b(httpURLConnection.getInputStream(), null) : e.b(new FileInputStream(new File(bVar2.c(this.b, httpURLConnection.getInputStream(), aVar).getAbsolutePath())), this.b); } - b bVar3 = this.f338c; + b bVar3 = this.f340c; if (!(bVar3 == null || pVar.a == null)) { File file = new File(bVar3.b(), b.a(this.b, aVar, true)); File file2 = new File(file.getAbsolutePath().replace(".temp", "")); boolean renameTo = file.renameTo(file2); c.c.a.b0.c.a("Copying temp file to real file (" + file2 + ")"); if (!renameTo) { - StringBuilder L = a.L("Unable to rename cache file "); - L.append(file.getAbsolutePath()); - L.append(" to "); - L.append(file2.getAbsolutePath()); - L.append("."); - c.c.a.b0.c.b(L.toString()); + StringBuilder K = a.K("Unable to rename cache file "); + K.append(file.getAbsolutePath()); + K.append(" to "); + K.append(file2.getAbsolutePath()); + K.append("."); + c.c.a.b0.c.b(K.toString()); } } return pVar; diff --git a/app/src/main/java/c/d/a/a/a.java b/app/src/main/java/c/d/a/a/a.java index 936e716250..27f0afd2e6 100644 --- a/app/src/main/java/c/d/a/a/a.java +++ b/app/src/main/java/c/d/a/a/a.java @@ -41,7 +41,7 @@ public class a extends BillingClient { public final String b; /* renamed from: c reason: collision with root package name */ - public final Handler f339c; + public final Handler f341c; public u d; public Context e; public d f; @@ -67,7 +67,7 @@ public class a extends BillingClient { str2 = "3.0.3"; } this.a = 0; - this.f339c = new Handler(Looper.getMainLooper()); + this.f341c = new Handler(Looper.getMainLooper()); this.j = 0; this.b = str2; Context applicationContext = context.getApplicationContext(); @@ -160,7 +160,7 @@ public class a extends BillingClient { String e = skuDetails.e(); String str11 = "BillingClient"; if (!e.equals("subs") || this.h) { - String str12 = billingFlowParams.f1544c; + String str12 = billingFlowParams.f1546c; if (str12 != null && !this.i) { c.i.a.f.h.n.a.b(str11, "Current client doesn't support subscriptions update."); BillingResult billingResult2 = q.m; @@ -178,11 +178,11 @@ public class a extends BillingClient { while (i2 < arrayList.size()) { String valueOf = String.valueOf(str14); String valueOf2 = String.valueOf(arrayList.get(i2)); - String D = c.d.b.a.a.D(new StringBuilder(valueOf.length() + valueOf2.length()), valueOf, valueOf2); + String C = c.d.b.a.a.C(new StringBuilder(valueOf.length() + valueOf2.length()), valueOf, valueOf2); if (i2 < arrayList.size() - 1) { - D = String.valueOf(D).concat(", "); + C = String.valueOf(C).concat(", "); } - str14 = D; + str14 = C; i2++; str13 = str13; } @@ -214,10 +214,10 @@ public class a extends BillingClient { } else { i = 1; } - if (!TextUtils.isEmpty(billingFlowParams.f1544c)) { + if (!TextUtils.isEmpty(billingFlowParams.f1546c)) { String[] strArr = new String[i]; str4 = "; try to reconnect"; - strArr[0] = billingFlowParams.f1544c; + strArr[0] = billingFlowParams.f1546c; bundle.putStringArrayList("skusToReplace", new ArrayList<>(Arrays.asList(strArr))); } else { str4 = "; try to reconnect"; @@ -454,7 +454,7 @@ public class a extends BillingClient { int i = this.a; if (i == 1) { c.i.a.f.h.n.a.b("BillingClient", "Client is already in the process of connecting to billing service."); - bVar.onBillingSetupFinished(q.f340c); + bVar.onBillingSetupFinished(q.f342c); } else if (i == 3) { c.i.a.f.h.n.a.b("BillingClient", "Client was already closed and can't be reused. Please create another instance."); bVar.onBillingSetupFinished(q.j); @@ -465,7 +465,7 @@ public class a extends BillingClient { Context context = uVar.a; IntentFilter intentFilter = new IntentFilter("com.android.vending.billing.PURCHASES_UPDATED"); if (!tVar.b) { - context.registerReceiver(tVar.f342c.b, intentFilter); + context.registerReceiver(tVar.f344c.b, intentFilter); tVar.b = true; } c.i.a.f.h.n.a.a("BillingClient", "Starting in-app billing setup."); @@ -498,7 +498,7 @@ public class a extends BillingClient { public final void h(Runnable runnable) { if (!Thread.interrupted()) { - this.f339c.post(runnable); + this.f341c.post(runnable); } } @@ -515,7 +515,7 @@ public class a extends BillingClient { } try { Future submit = this.r.submit(callable); - this.f339c.postDelayed(new z(submit, runnable), j2); + this.f341c.postDelayed(new z(submit, runnable), j2); return submit; } catch (Exception e) { String valueOf = String.valueOf(e); diff --git a/app/src/main/java/c/d/a/a/e0.java b/app/src/main/java/c/d/a/a/e0.java index 3fa390212b..33011a957f 100644 --- a/app/src/main/java/c/d/a/a/e0.java +++ b/app/src/main/java/c/d/a/a/e0.java @@ -21,6 +21,6 @@ public final class e0 implements Callable { @Override // java.util.concurrent.Callable public final Bundle call() throws Exception { a aVar = this.k; - return aVar.f.c0(5, aVar.e.getPackageName(), Arrays.asList(this.i.f1544c), this.j.d(), "subs", null); + return aVar.f.c0(5, aVar.e.getPackageName(), Arrays.asList(this.i.f1546c), this.j.d(), "subs", null); } } diff --git a/app/src/main/java/c/d/a/a/j.java b/app/src/main/java/c/d/a/a/j.java index e0389a9079..998ce65109 100644 --- a/app/src/main/java/c/d/a/a/j.java +++ b/app/src/main/java/c/d/a/a/j.java @@ -16,7 +16,7 @@ public final class j implements Runnable { g gVar = this.j.k; r rVar = this.i; int i = rVar.b; - String str = rVar.f341c; + String str = rVar.f343c; BillingResult billingResult = new BillingResult(); billingResult.a = i; billingResult.b = str; diff --git a/app/src/main/java/c/d/a/a/q.java b/app/src/main/java/c/d/a/a/q.java index ea5e6fdf91..6aa4cb327a 100644 --- a/app/src/main/java/c/d/a/a/q.java +++ b/app/src/main/java/c/d/a/a/q.java @@ -7,7 +7,7 @@ public final class q { public static final BillingResult b; /* renamed from: c reason: collision with root package name */ - public static final BillingResult f340c; + public static final BillingResult f342c; public static final BillingResult d; public static final BillingResult e; public static final BillingResult f; @@ -35,7 +35,7 @@ public final class q { BillingResult billingResult4 = new BillingResult(); billingResult4.a = 5; billingResult4.b = "Client is already in the process of connecting to billing service."; - f340c = billingResult4; + f342c = billingResult4; BillingResult billingResult5 = new BillingResult(); billingResult5.a = 3; billingResult5.b = "Play Store version installed does not support cross selling products."; diff --git a/app/src/main/java/c/d/a/a/r.java b/app/src/main/java/c/d/a/a/r.java index 7a80470ca2..09c78057b9 100644 --- a/app/src/main/java/c/d/a/a/r.java +++ b/app/src/main/java/c/d/a/a/r.java @@ -10,11 +10,11 @@ public final class r { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f341c; + public final String f343c; public r(int i, String str, @Nullable List list) { this.b = i; - this.f341c = str; + this.f343c = str; this.a = list; } } diff --git a/app/src/main/java/c/d/a/a/t.java b/app/src/main/java/c/d/a/a/t.java index 90c4847c1d..b1adb97522 100644 --- a/app/src/main/java/c/d/a/a/t.java +++ b/app/src/main/java/c/d/a/a/t.java @@ -14,10 +14,10 @@ public final class t extends BroadcastReceiver { public boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f342c; + public final /* synthetic */ u f344c; public /* synthetic */ t(u uVar, e eVar) { - this.f342c = uVar; + this.f344c = uVar; this.a = eVar; } diff --git a/app/src/main/java/c/d/a/a/u.java b/app/src/main/java/c/d/a/a/u.java index 6f38b7180d..a650835732 100644 --- a/app/src/main/java/c/d/a/a/u.java +++ b/app/src/main/java/c/d/a/a/u.java @@ -16,7 +16,7 @@ public final class u { t tVar = this.b; Context context = this.a; if (tVar.b) { - context.unregisterReceiver(tVar.f342c.b); + context.unregisterReceiver(tVar.f344c.b); tVar.b = false; return; } diff --git a/app/src/main/java/c/d/b/a/a.java b/app/src/main/java/c/d/b/a/a.java index d7dd0af952..59b1e25fb4 100644 --- a/app/src/main/java/c/d/b/a/a.java +++ b/app/src/main/java/c/d/b/a/a.java @@ -10,25 +10,23 @@ import androidx.fragment.app.FragmentActivity; import androidx.lifecycle.ViewModelProvider; import androidx.lifecycle.ViewModelStore; import androidx.recyclerview.widget.RecyclerView; -import c.a.i.z3; -import c.a.r.o0.e; +import c.a.a.y.c; +import c.a.i.b4; +import c.a.q.o0.e; import c.i.c.m.d.b; import com.discord.api.channel.Channel; import com.discord.models.domain.Model; import com.discord.models.user.User; import com.esotericsoftware.kryo.KryoException; import com.google.android.exoplayer2.Format; -import d0.d0.f; import d0.e0.g; import d0.e0.p.d.m0.f.z.b; import d0.e0.p.d.m0.n.n1.i; import d0.o; -import d0.t.g0; import d0.z.d.a0; import d0.z.d.l; import d0.z.d.m; import d0.z.d.y; -import h0.a.a.c; import h0.a.a.v; import java.lang.reflect.Type; import java.util.ArrayList; @@ -40,68 +38,61 @@ import kotlin.Pair; import kotlin.jvm.internal.Ref$ObjectRef; /* compiled from: outline */ public class a { - public static String A(StringBuilder sb, Integer num, String str) { - sb.append(num); - sb.append(str); - return sb.toString(); - } - - public static String B(StringBuilder sb, Long l, String str) { + public static String A(StringBuilder sb, Long l, String str) { sb.append(l); sb.append(str); return sb.toString(); } - public static String C(StringBuilder sb, String str, char c2) { + public static String B(StringBuilder sb, String str, char c2) { sb.append(str); sb.append(c2); return sb.toString(); } - public static String D(StringBuilder sb, String str, String str2) { + public static String C(StringBuilder sb, String str, String str2) { sb.append(str); sb.append(str2); return sb.toString(); } - public static String E(StringBuilder sb, List list, String str) { + public static String D(StringBuilder sb, List list, String str) { sb.append(list); sb.append(str); return sb.toString(); } - public static String F(StringBuilder sb, Map map, String str) { + public static String E(StringBuilder sb, Map map, String str) { sb.append(map); sb.append(str); return sb.toString(); } - public static String G(StringBuilder sb, boolean z2, String str) { + public static String F(StringBuilder sb, boolean z2, String str) { sb.append(z2); sb.append(str); return sb.toString(); } - public static String H(Object[] objArr, int i, String str, String str2) { + public static String G(Object[] objArr, int i, String str, String str2) { String format = String.format(str, Arrays.copyOf(objArr, i)); m.checkNotNullExpressionValue(format, str2); return format; } - public static Context I(View view, String str, String str2) { - m.checkNotNullExpressionValue(view, str); - Context context = view.getContext(); - m.checkNotNullExpressionValue(context, str2); - return context; - } - - public static StringBuilder J(char c2) { + public static StringBuilder H(char c2) { StringBuilder sb = new StringBuilder(); sb.append(c2); return sb; } - public static StringBuilder K(int i, String str, String str2, String str3, String str4) { + public static ViewModelProvider.Factory I(Fragment fragment, String str) { + FragmentActivity requireActivity = fragment.requireActivity(); + m.checkNotNullExpressionValue(requireActivity, str); + return requireActivity.getDefaultViewModelProviderFactory(); + } + + public static StringBuilder J(int i, String str, String str2, String str3, String str4) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(str2); @@ -110,13 +101,13 @@ public class a { return sb; } - public static StringBuilder L(String str) { + public static StringBuilder K(String str) { StringBuilder sb = new StringBuilder(); sb.append(str); return sb; } - public static StringBuilder M(String str, int i, String str2) { + public static StringBuilder L(String str, int i, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(i); @@ -124,7 +115,7 @@ public class a { return sb; } - public static StringBuilder N(String str, int i, String str2, int i2, String str3) { + public static StringBuilder M(String str, int i, String str2, int i2, String str3) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(i); @@ -134,7 +125,7 @@ public class a { return sb; } - public static StringBuilder O(String str, long j, String str2) { + public static StringBuilder N(String str, long j, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(j); @@ -142,14 +133,14 @@ public class a { return sb; } - public static StringBuilder P(String str, String str2) { + public static StringBuilder O(String str, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(str2); return sb; } - public static StringBuilder Q(String str, String str2, String str3) { + public static StringBuilder P(String str, String str2, String str3) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(str2); @@ -157,7 +148,7 @@ public class a { return sb; } - public static StringBuilder R(String str, i iVar, String str2) { + public static StringBuilder Q(String str, i iVar, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(iVar); @@ -165,97 +156,16 @@ public class a { return sb; } - public static ArrayList S(List list, String str) { + public static ArrayList R(List list, String str) { m.checkNotNullExpressionValue(list, str); return new ArrayList(); } - public static ViewModelProvider.Factory T(Fragment fragment, String str) { - FragmentActivity requireActivity = fragment.requireActivity(); - m.checkNotNullExpressionValue(requireActivity, str); - return requireActivity.getDefaultViewModelProviderFactory(); - } - - public static Pair U(e.b bVar, Float f, String str) { + public static Pair S(e.b bVar, Float f, String str) { return o.to(str, Long.valueOf(e.b.a(bVar, f))); } - public static Ref$ObjectRef V(Model.JsonReader jsonReader, String str) { - m.checkNotNullParameter(jsonReader, str); - return new Ref$ObjectRef(); - } - - public static g W(Class cls, String str, String str2, int i) { - return a0.property1(new y(cls, str, str2, i)); - } - - public static void X(int i, Canvas canvas, int i2, int i3) { - l.finallyStart(i); - canvas.restoreToCount(i2); - l.finallyEnd(i3); - } - - public static void Y(int i, String str, String str2, String str3) { - StringBuilder sb = new StringBuilder(i); - sb.append(str); - sb.append(str2); - Log.w(str3, sb.toString()); - } - - public static void Z(int i, String str, String str2, String str3, String str4) { - StringBuilder sb = new StringBuilder(i); - sb.append(str); - sb.append(str2); - sb.append(str3); - Log.w(str4, sb.toString()); - } - - public static float a(float f, float f2, float f3, float f4) { - return ((f - f2) * f3) + f4; - } - - public static void a0(int i, HashMap hashMap, String str, int i2, String str2, int i3, String str3, int i4, String str4) { - hashMap.put(str, Integer.valueOf(i)); - hashMap.put(str2, Integer.valueOf(i2)); - hashMap.put(str3, Integer.valueOf(i3)); - hashMap.put(str4, Integer.valueOf(i4)); - } - - public static int b(String str, int i) { - return String.valueOf(str).length() + i; - } - - public static void b0(Class cls, StringBuilder sb, String str) { - sb.append(cls.getName()); - sb.append(str); - } - - public static Object c(Channel channel, Map map) { - return map.get(Long.valueOf(channel.h())); - } - - public static void c0(Class cls, StringBuilder sb, String str, KryoException kryoException) { - sb.append(cls.getName()); - sb.append(str); - kryoException.addTrace(sb.toString()); - } - - public static Object d(User user, Map map) { - return map.get(Long.valueOf(user.getId())); - } - - public static void d0(String str, int i, String str2) { - Log.d(str2, str + i); - } - - public static String e(int i, String str, int i2) { - StringBuilder sb = new StringBuilder(i); - sb.append(str); - sb.append(i2); - return sb.toString(); - } - - public static ViewModelStore e0(Fragment fragment, String str, String str2) { + public static ViewModelStore T(Fragment fragment, String str, String str2) { FragmentActivity requireActivity = fragment.requireActivity(); m.checkNotNullExpressionValue(requireActivity, str); ViewModelStore viewModelStore = requireActivity.getViewModelStore(); @@ -263,7 +173,82 @@ public class a { return viewModelStore; } - public static String f(int i, String str, String str2, String str3) { + public static Ref$ObjectRef U(Model.JsonReader jsonReader, String str) { + m.checkNotNullParameter(jsonReader, str); + return new Ref$ObjectRef(); + } + + public static g V(Class cls, String str, String str2, int i) { + return a0.property1(new y(cls, str, str2, i)); + } + + public static void W(int i, Canvas canvas, int i2, int i3) { + l.finallyStart(i); + canvas.restoreToCount(i2); + l.finallyEnd(i3); + } + + public static void X(int i, String str, String str2, String str3) { + StringBuilder sb = new StringBuilder(i); + sb.append(str); + sb.append(str2); + Log.w(str3, sb.toString()); + } + + public static void Y(int i, String str, String str2, String str3, String str4) { + StringBuilder sb = new StringBuilder(i); + sb.append(str); + sb.append(str2); + sb.append(str3); + Log.w(str4, sb.toString()); + } + + public static void Z(int i, HashMap hashMap, String str, int i2, String str2, int i3, String str3, int i4, String str4) { + hashMap.put(str, Integer.valueOf(i)); + hashMap.put(str2, Integer.valueOf(i2)); + hashMap.put(str3, Integer.valueOf(i3)); + hashMap.put(str4, Integer.valueOf(i4)); + } + + public static float a(float f, float f2, float f3, float f4) { + return ((f - f2) * f3) + f4; + } + + public static void a0(Class cls, StringBuilder sb, String str) { + sb.append(cls.getName()); + sb.append(str); + } + + public static int b(String str, int i) { + return String.valueOf(str).length() + i; + } + + public static void b0(Class cls, StringBuilder sb, String str, KryoException kryoException) { + sb.append(cls.getName()); + sb.append(str); + kryoException.addTrace(sb.toString()); + } + + public static Object c(User user, Map map) { + return map.get(Long.valueOf(user.getId())); + } + + public static void c0(String str, int i, String str2) { + Log.d(str2, str + i); + } + + public static String d(int i, String str, int i2) { + StringBuilder sb = new StringBuilder(i); + sb.append(str); + sb.append(i2); + return sb.toString(); + } + + public static void d0(String str, int i, String str2) { + Log.w(str2, str + i); + } + + public static String e(int i, String str, String str2, String str3) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(str2); @@ -271,11 +256,13 @@ public class a { return sb.toString(); } - public static void f0(String str, int i, String str2) { - Log.w(str2, str + i); + public static b4 e0(TextView textView, String str, CharSequence charSequence, c cVar) { + m.checkNotNullExpressionValue(textView, str); + textView.setText(charSequence); + return cVar.h(); } - public static String g(int i, String str, String str2, String str3, String str4) { + public static String f(int i, String str, String str2, String str3, String str4) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(str2); @@ -284,32 +271,32 @@ public class a { return sb.toString(); } - public static void g0(String str, String str2, b bVar) { + public static void f0(String str, String str2, b bVar) { bVar.b(str + str2); } - public static String h(RecyclerView recyclerView, StringBuilder sb) { + public static String g(RecyclerView recyclerView, StringBuilder sb) { sb.append(recyclerView.exceptionLabel()); return sb.toString(); } - public static void h0(String str, String str2, String str3) { + public static void g0(String str, String str2, String str3) { Log.w(str3, str + str2); } - public static String i(Class cls, StringBuilder sb, String str) { + public static String h(Class cls, StringBuilder sb, String str) { sb.append(cls.getName()); sb.append(str); return sb.toString(); } - public static void i0(String str, String str2, String str3, String str4, String str5, String str6) { + public static void h0(String str, String str2, String str3, String str4, String str5, String str6) { m.checkNotNullParameter(str, str2); m.checkNotNullParameter(str3, str4); m.checkNotNullParameter(str5, str6); } - public static String j(Class cls, StringBuilder sb, String str, String str2) { + public static String i(Class cls, StringBuilder sb, String str, String str2) { sb.append(cls.getSimpleName()); sb.append(str); sb.append(cls.getSimpleName()); @@ -317,112 +304,119 @@ public class a { return sb.toString(); } - public static void j0(StringBuilder sb, String str, String str2) { + public static void i0(StringBuilder sb, String str, String str2) { sb.append(str); Log.w(str2, sb.toString()); } - public static String k(String str, int i) { + public static String j(String str, int i) { return str + i; } - public static void k0(StringBuilder sb, String str, String str2, String str3, String str4) { + public static void j0(StringBuilder sb, String str, String str2, String str3, String str4) { sb.append(str); sb.append(str2); sb.append(str3); sb.append(str4); } - public static String l(String str, int i, String str2) { + public static String k(String str, int i, String str2) { return str + i + str2; } - public static void l0(v vVar, String str, c cVar, int i) { + public static void k0(v vVar, String str, h0.a.a.c cVar, int i) { cVar.j(vVar.l(str)); cVar.i(i); } + public static String l(String str, int i, String str2, int i2) { + return str + i + str2 + i2; + } + + public static boolean l0(b.C0254b bVar, int i, String str) { + Boolean bool = bVar.get(i); + m.checkNotNullExpressionValue(bool, str); + return bool.booleanValue(); + } + public static int m(String str, int i, int i2) { return (str.hashCode() + i) * i2; } - public static boolean m0(b.C0254b bVar, int i, String str) { - Boolean bool = bVar.get(i); - m.checkNotNullExpressionValue(bool, str); - return bool.booleanValue(); - } - - public static String n(String str, int i, String str2, int i2) { - return str + i + str2 + i2; - } - - public static z3 n0(TextView textView, String str, CharSequence charSequence, c.a.a.y.c cVar) { - m.checkNotNullExpressionValue(textView, str); - textView.setText(charSequence); - return cVar.h(); - } - - public static String o(String str, int i, String str2, int i2, String str3) { - return str + i + str2 + i2 + str3; - } - - public static Format.b o0(int i) { + public static Format.b m0(int i) { Format.b bVar = new Format.b(); bVar.b(i); return bVar; } - public static String p(String str, long j) { - return str + j; + public static String n(String str, int i, String str2, int i2, String str3) { + return str + i + str2 + i2 + str3; } - public static Object p0(Channel channel, Map map) { + public static Object n0(Channel channel, Map map) { return map.get(Long.valueOf(channel.f())); } - public static String q(String str, long j, String str2) { + public static String o(String str, long j) { + return str + j; + } + + public static Object o0(Channel channel, Map map) { + return map.get(Long.valueOf(channel.h())); + } + + public static String p(String str, long j, String str2) { return str + j + str2; } - public static String r(String str, Fragment fragment, String str2) { + public static String q(String str, Fragment fragment, String str2) { return str + fragment + str2; } - public static String s(String str, Object obj) { + public static String r(String str, Object obj) { return str + obj; } - public static String t(String str, String str2) { + public static String s(String str, String str2) { return str + str2; } - public static String u(String str, String str2, String str3) { + public static String t(String str, String str2, String str3) { return str + str2 + str3; } - public static String v(String str, Type type) { + public static String u(String str, Type type) { return str + type; } - public static String w(StringBuilder sb, int i, char c2) { + public static String v(StringBuilder sb, int i, char c2) { sb.append(i); sb.append(c2); return sb.toString(); } - public static int x(List list, int i, int i2) { - return f.coerceAtLeast(g0.mapCapacity(d0.t.o.collectionSizeOrDefault(list, i)), i2); - } - - public static String y(StringBuilder sb, int i, String str) { + public static String w(StringBuilder sb, int i, String str) { sb.append(i); sb.append(str); return sb.toString(); } - public static String z(StringBuilder sb, long j, String str) { + public static Context x(View view, String str, String str2) { + m.checkNotNullExpressionValue(view, str); + Context context = view.getContext(); + m.checkNotNullExpressionValue(context, str2); + return context; + } + + public static String y(StringBuilder sb, long j, String str) { sb.append(j); sb.append(str); return sb.toString(); } + + public static String z(StringBuilder sb, Integer num, String str) { + sb.append(num); + sb.append(str); + return sb.toString(); + } } diff --git a/app/src/main/java/c/e/b/a.java b/app/src/main/java/c/e/b/a.java index 23ef983fae..149be7561b 100644 --- a/app/src/main/java/c/e/b/a.java +++ b/app/src/main/java/c/e/b/a.java @@ -10,7 +10,7 @@ public class a extends ClassLoader { public static final ClassLoader b; /* renamed from: c reason: collision with root package name */ - public static volatile a f343c; + public static volatile a f345c; public static volatile Method d; static { @@ -19,7 +19,7 @@ public class a extends ClassLoader { classLoader = ClassLoader.getSystemClassLoader(); } b = classLoader; - f343c = new a(classLoader); + f345c = new a(classLoader); } public a(ClassLoader classLoader) { @@ -33,14 +33,14 @@ public class a extends ClassLoader { } ClassLoader classLoader2 = b; if (classLoader2.equals(classLoader)) { - if (f343c == null) { + if (f345c == null) { synchronized (a) { - if (f343c == null) { - f343c = new a(classLoader2); + if (f345c == null) { + f345c = new a(classLoader2); } } } - return f343c; + return f345c; } WeakHashMap> weakHashMap = a; synchronized (weakHashMap) { diff --git a/app/src/main/java/c/e/b/b.java b/app/src/main/java/c/e/b/b.java index f62e008401..b95f2c3d36 100644 --- a/app/src/main/java/c/e/b/b.java +++ b/app/src/main/java/c/e/b/b.java @@ -14,19 +14,19 @@ public abstract class b { boolean z2 = false; boolean z3 = enclosingClass != null && cls.isMemberClass() && !Modifier.isStatic(cls.getModifiers()); String name = cls.getName(); - String t = a.t(name, "ConstructorAccess"); - if (t.startsWith("java.")) { - t = a.t("reflectasm.", t); + String s2 = a.s(name, "ConstructorAccess"); + if (s2.startsWith("java.")) { + s2 = a.s("reflectasm.", s2); } a b = a.b(cls); try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(s2); } catch (ClassNotFoundException unused) { synchronized (b) { try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(s2); } catch (ClassNotFoundException unused2) { - String replace = t.replace('.', '/'); + String replace = s2.replace('.', '/'); String replace2 = name.replace('.', '/'); String str = null; if (!z3) { @@ -64,7 +64,7 @@ public abstract class b { e4.e(176); e4.n(2, 1); b(fVar, replace2, str); - cls2 = b.a(t, fVar.b()); + cls2 = b.a(s2, fVar.b()); } } } @@ -89,7 +89,7 @@ public abstract class b { Objects.requireNonNull(bVar); return bVar; } catch (Throwable th) { - throw new RuntimeException(a.t("Exception constructing constructor access class: ", t), th); + throw new RuntimeException(a.s("Exception constructing constructor access class: ", s2), th); } } diff --git a/app/src/main/java/c/e/b/c.java b/app/src/main/java/c/e/b/c.java index 22f616a56b..99a31d7c3e 100644 --- a/app/src/main/java/c/e/b/c.java +++ b/app/src/main/java/c/e/b/c.java @@ -37,19 +37,19 @@ public abstract class c { clsArr[i] = ((Field) arrayList.get(i)).getType(); } String name = cls.getName(); - String t = a.t(name, "FieldAccess"); - if (t.startsWith("java.")) { - t = a.t("reflectasm.", t); + String s2 = a.s(name, "FieldAccess"); + if (s2.startsWith("java.")) { + s2 = a.s("reflectasm.", s2); } a b = a.b(cls); try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(s2); } catch (ClassNotFoundException unused) { synchronized (b) { try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(s2); } catch (ClassNotFoundException unused2) { - String replace = t.replace('.', '/'); + String replace = s2.replace('.', '/'); String replace2 = name.replace('.', '/'); f fVar = new f(0); fVar.c(196653, 33, replace, null, "com/esotericsoftware/reflectasm/FieldAccess", null); @@ -74,10 +74,10 @@ public abstract class c { q(fVar, replace2, arrayList, w.i); n(fVar, replace2, arrayList, w.g); q(fVar, replace2, arrayList, w.g); - n(fVar, replace2, arrayList, w.f2819c); - q(fVar, replace2, arrayList, w.f2819c); + n(fVar, replace2, arrayList, w.f2822c); + q(fVar, replace2, arrayList, w.f2822c); o(fVar, replace2, arrayList); - cls2 = b.a(t, fVar.b()); + cls2 = b.a(s2, fVar.b()); } } } @@ -86,7 +86,7 @@ public abstract class c { cVar.a = strArr; return cVar; } catch (Throwable th) { - throw new RuntimeException(a.t("Error constructing field access class: ", t), th); + throw new RuntimeException(a.s("Error constructing field access class: ", s2), th); } } @@ -185,7 +185,7 @@ public abstract class c { str2 = "get"; break; } - q e = fVar.e(1, str2, a.t("(Ljava/lang/Object;I)", d), null, null); + q e = fVar.e(1, str2, a.s("(Ljava/lang/Object;I)", d), null, null); e.t(21, 2); if (!arrayList.isEmpty()) { int size = arrayList.size(); @@ -415,7 +415,7 @@ public abstract class c { i = 4; break; } - q e = fVar.e(1, str2, a.u("(Ljava/lang/Object;I", d, ")V"), null, null); + q e = fVar.e(1, str2, a.t("(Ljava/lang/Object;I", d, ")V"), null, null); e.t(21, 2); if (!arrayList.isEmpty()) { int size = arrayList.size(); @@ -511,7 +511,7 @@ public abstract class c { return i; } } - throw new IllegalArgumentException(a.t("Unable to find non-private field: ", str)); + throw new IllegalArgumentException(a.s("Unable to find non-private field: ", str)); } public abstract int i(Object obj, int i); diff --git a/app/src/main/java/c/e/b/d.java b/app/src/main/java/c/e/b/d.java index 177d2e9fc3..c33729bc23 100644 --- a/app/src/main/java/c/e/b/d.java +++ b/app/src/main/java/c/e/b/d.java @@ -55,21 +55,21 @@ public abstract class d { clsArr5[i2] = method.getReturnType(); } String name = cls.getName(); - String t = a.t(name, "MethodAccess"); - if (t.startsWith("java.")) { - t = a.t("reflectasm.", t); + String s2 = a.s(name, "MethodAccess"); + if (s2.startsWith("java.")) { + s2 = a.s("reflectasm.", s2); } a b = a.b(cls); try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(s2); clsArr = clsArr4; } catch (ClassNotFoundException unused) { synchronized (b) { try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(s2); clsArr = clsArr4; } catch (ClassNotFoundException unused2) { - String replace = t.replace('.', '/'); + String replace = s2.replace('.', '/'); String replace2 = name.replace('.', '/'); f fVar = new f(1); fVar.c(196653, 33, replace, null, "com/esotericsoftware/reflectasm/MethodAccess", null); @@ -122,49 +122,49 @@ public abstract class d { switch (j.i()) { case 1: clsArr3 = clsArr4; - str2 = t; + str2 = s2; clsArr2 = clsArr6; e2.s(192, "java/lang/Boolean"); e2.o(182, "java/lang/Boolean", "booleanValue", "()Z"); break; case 2: clsArr3 = clsArr4; - str2 = t; + str2 = s2; clsArr2 = clsArr6; e2.s(192, "java/lang/Character"); e2.o(182, "java/lang/Character", "charValue", "()C"); break; case 3: clsArr3 = clsArr4; - str2 = t; + str2 = s2; clsArr2 = clsArr6; e2.s(192, "java/lang/Byte"); e2.o(182, "java/lang/Byte", "byteValue", "()B"); break; case 4: clsArr3 = clsArr4; - str2 = t; + str2 = s2; clsArr2 = clsArr6; e2.s(192, "java/lang/Short"); e2.o(182, "java/lang/Short", "shortValue", "()S"); break; case 5: clsArr3 = clsArr4; - str2 = t; + str2 = s2; clsArr2 = clsArr6; e2.s(192, "java/lang/Integer"); e2.o(182, "java/lang/Integer", "intValue", "()I"); break; case 6: clsArr3 = clsArr4; - str2 = t; + str2 = s2; clsArr2 = clsArr6; e2.s(192, "java/lang/Float"); e2.o(182, "java/lang/Float", "floatValue", "()F"); break; case 7: clsArr3 = clsArr4; - str2 = t; + str2 = s2; clsArr2 = clsArr6; e2.s(192, "java/lang/Long"); e2.o(182, "java/lang/Long", "longValue", "()J"); @@ -173,24 +173,24 @@ public abstract class d { clsArr2 = clsArr6; e2.s(192, "java/lang/Double"); clsArr3 = clsArr4; - str2 = t; + str2 = s2; e2.o(182, "java/lang/Double", "doubleValue", "()D"); break; case 9: clsArr2 = clsArr6; e2.s(192, j.d()); clsArr3 = clsArr4; - str2 = t; + str2 = s2; break; case 10: clsArr2 = clsArr6; e2.s(192, j.g()); clsArr3 = clsArr4; - str2 = t; + str2 = s2; break; default: clsArr3 = clsArr4; - str2 = t; + str2 = s2; clsArr2 = clsArr6; break; } @@ -199,7 +199,7 @@ public abstract class d { clsArr6 = clsArr2; clsArr5 = clsArr5; clsArr4 = clsArr3; - t = str2; + s2 = str2; } sb.append(')'); sb.append(w.e(cls4)); @@ -239,17 +239,17 @@ public abstract class d { pVarArr2 = pVarArr; clsArr5 = clsArr5; clsArr4 = clsArr4; - t = t; + s2 = s2; pVar2 = pVar; } clsArr = clsArr4; - str = t; + str = s2; e2.i(pVar2); qVar = e2; e2.c(3, 0, null, 0, null); } else { clsArr = clsArr4; - str = t; + str = s2; qVar = e2; } qVar.s(187, "java/lang/IllegalArgumentException"); @@ -264,8 +264,8 @@ public abstract class d { qVar.o(183, "java/lang/IllegalArgumentException", "", "(Ljava/lang/String;)V"); qVar.e(191); qVar.n(0, 0); - t = str; - cls2 = b.a(t, fVar.b()); + s2 = str; + cls2 = b.a(s2, fVar.b()); } } } @@ -275,7 +275,7 @@ public abstract class d { dVar.b = clsArr; return dVar; } catch (Throwable th) { - throw new RuntimeException(a.t("Error constructing method access class: ", t), th); + throw new RuntimeException(a.s("Error constructing method access class: ", s2), th); } } @@ -293,9 +293,9 @@ public abstract class d { return i; } } - StringBuilder Q = a.Q("Unable to find non-private method: ", str, " "); - Q.append(Arrays.toString(clsArr)); - throw new IllegalArgumentException(Q.toString()); + StringBuilder P = a.P("Unable to find non-private method: ", str, " "); + P.append(Arrays.toString(clsArr)); + throw new IllegalArgumentException(P.toString()); } public abstract Object d(Object obj, int i, Object... objArr); diff --git a/app/src/main/java/c/f/b/b/a.java b/app/src/main/java/c/f/b/b/a.java index 2e54234dda..8dcf9dc072 100644 --- a/app/src/main/java/c/f/b/b/a.java +++ b/app/src/main/java/c/f/b/b/a.java @@ -24,7 +24,7 @@ public class a implements c { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final File f344c; + public final File f346c; public final boolean d; public final File e; public final c.f.b.a.a f; @@ -61,7 +61,7 @@ public class a implements c { public final c.f.a.a b; /* renamed from: c reason: collision with root package name */ - public long f345c = -1; + public long f347c = -1; public long d = -1; public c(String str, File file, C0054a aVar) { @@ -85,10 +85,10 @@ public class a implements c { @Override // c.f.b.b.c.a public long getSize() { - if (this.f345c < 0) { - this.f345c = this.b.a(); + if (this.f347c < 0) { + this.f347c = this.b.a(); } - return this.f345c; + return this.f347c; } } @@ -106,7 +106,7 @@ public class a implements c { StringBuilder sb = new StringBuilder(); sb.append(this.a); sb.append("("); - return c.d.b.a.a.D(sb, this.b, ")"); + return c.d.b.a.a.C(sb, this.b, ")"); } } @@ -118,8 +118,8 @@ public class a implements c { /* JADX WARNING: Illegal instructions before constructor call */ public e(long j, long j2) { super(r0.toString()); - StringBuilder O = c.d.b.a.a.O("File was not written completely. Expected: ", j, ", found: "); - O.append(j2); + StringBuilder N = c.d.b.a.a.N("File was not written completely. Expected: ", j, ", found: "); + N.append(j2); this.expected = j; this.actual = j2; } @@ -146,7 +146,7 @@ public class a implements c { long currentTimeMillis = System.currentTimeMillis(); File j = a.this.j(this.a); try { - AnimatableValueParser.o2(this.b, j); + AnimatableValueParser.p2(this.b, j); if (j.exists()) { j.setLastModified(currentTimeMillis); } @@ -170,7 +170,7 @@ public class a implements c { try { c.f.d.d.b bVar = new c.f.d.d.b(fileOutputStream); h hVar = (h) gVar; - hVar.b.f422c.a(hVar.a.e(), bVar); + hVar.b.f424c.a(hVar.a.e(), bVar); bVar.flush(); long j = bVar.i; fileOutputStream.close(); @@ -234,7 +234,7 @@ public class a implements c { @Override // c.f.d.c.a public void c(File file) { - if (!a.this.f344c.equals(file) && !this.a) { + if (!a.this.f346c.equals(file) && !this.a) { file.delete(); } if (this.a && file.equals(a.this.e)) { @@ -247,7 +247,7 @@ public class a implements c { /* JADX WARNING: Removed duplicated region for block: B:19:0x0069 A[SYNTHETIC, Splitter:B:19:0x0069] */ public a(File file, int i, c.f.b.a.a aVar) { boolean z2; - this.f344c = file; + this.f346c = file; boolean z3 = false; try { File externalStorageDirectory = Environment.getExternalStorageDirectory(); @@ -258,21 +258,21 @@ public class a implements c { Objects.requireNonNull((c.f.b.a.d) aVar); } this.d = z2; - File file2 = new File(this.f344c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f346c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f344c.exists()) { + if (this.f346c.exists()) { if (!file2.exists()) { - AnimatableValueParser.b0(this.f344c); + AnimatableValueParser.b0(this.f346c); } if (z3) { try { - AnimatableValueParser.L1(file2); + AnimatableValueParser.M1(file2); } catch (FileUtils$CreateDirectoryException unused2) { c.f.b.a.a aVar2 = this.f; - StringBuilder L = c.d.b.a.a.L("version directory could not be created: "); - L.append(this.e); - L.toString(); + StringBuilder K = c.d.b.a.a.K("version directory could not be created: "); + K.append(this.e); + K.toString(); Objects.requireNonNull((c.f.b.a.d) aVar2); } } @@ -288,10 +288,10 @@ public class a implements c { } z2 = false; this.d = z2; - File file2 = new File(this.f344c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f346c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f344c.exists()) { + if (this.f346c.exists()) { } z3 = true; if (z3) { @@ -334,7 +334,7 @@ public class a implements c { @Override // c.f.b.b.c public void a() { - AnimatableValueParser.M2(this.f344c, new g(null)); + AnimatableValueParser.N2(this.f346c, new g(null)); } @Override // c.f.b.b.c @@ -342,7 +342,7 @@ public class a implements c { File file = new File(k(str)); if (!file.exists()) { try { - AnimatableValueParser.L1(file); + AnimatableValueParser.M1(file); } catch (FileUtils$CreateDirectoryException e2) { Objects.requireNonNull((c.f.b.a.d) this.f); throw e2; @@ -381,7 +381,7 @@ public class a implements c { @Override // c.f.b.b.c public Collection e() throws IOException { b bVar = new b(null); - AnimatableValueParser.M2(this.e, bVar); + AnimatableValueParser.N2(this.e, bVar); return Collections.unmodifiableList(bVar.a); } @@ -413,17 +413,17 @@ public class a implements c { @VisibleForTesting public File j(String str) { - StringBuilder L = c.d.b.a.a.L(k(str)); - L.append(File.separator); - L.append(str); - L.append(".cnt"); - return new File(L.toString()); + StringBuilder K = c.d.b.a.a.K(k(str)); + K.append(File.separator); + K.append(str); + K.append(".cnt"); + return new File(K.toString()); } public final String k(String str) { String valueOf = String.valueOf(Math.abs(str.hashCode() % 100)); StringBuilder sb = new StringBuilder(); sb.append(this.e); - return c.d.b.a.a.D(sb, File.separator, valueOf); + return c.d.b.a.a.C(sb, File.separator, valueOf); } } diff --git a/app/src/main/java/c/f/b/b/d.java b/app/src/main/java/c/f/b/b/d.java index 6fdc093bae..0889ee37c1 100644 --- a/app/src/main/java/c/f/b/b/d.java +++ b/app/src/main/java/c/f/b/b/d.java @@ -28,7 +28,7 @@ public class d implements h { public static final long b = TimeUnit.MINUTES.toMillis(30); /* renamed from: c reason: collision with root package name */ - public final long f347c; + public final long f349c; public final long d; public final CountDownLatch e; public long f; @@ -67,7 +67,7 @@ public class d implements h { public long b = -1; /* renamed from: c reason: collision with root package name */ - public long f348c = -1; + public long f350c = -1; public synchronized long a() { return this.b; @@ -76,7 +76,7 @@ public class d implements h { public synchronized void b(long j, long j2) { if (this.a) { this.b += j; - this.f348c += j2; + this.f350c += j2; } } } @@ -87,19 +87,19 @@ public class d implements h { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f349c; + public final long f351c; public c(long j, long j2, long j3) { this.a = j; this.b = j2; - this.f349c = j3; + this.f351c = j3; } } public d(c cVar, g gVar, c cVar2, c.f.b.a.b bVar, c.f.b.a.a aVar, c.f.d.a.a aVar2, Executor executor, boolean z2) { c.f.d.i.a aVar3; - this.f347c = cVar2.b; - long j = cVar2.f349c; + this.f349c = cVar2.b; + long j = cVar2.f351c; this.d = j; this.f = j; c.f.d.i.a aVar4 = c.f.d.i.a.a; @@ -219,7 +219,7 @@ public class d implements h { } public c.f.a.a d(CacheKey cacheKey, g gVar) throws IOException { - String u2; + String v2; c.f.a.a b2; i a2 = i.a(); a2.d = cacheKey; @@ -227,7 +227,7 @@ public class d implements h { synchronized (this.q) { try { if (!(cacheKey instanceof c.f.b.a.c)) { - u2 = AnimatableValueParser.u2(cacheKey); + v2 = AnimatableValueParser.v2(cacheKey); } else { c.f.b.a.c cVar = (c.f.b.a.c) cacheKey; throw null; @@ -237,13 +237,13 @@ public class d implements h { } } try { - c.b g = g(u2, cacheKey); + c.b g = g(v2, cacheKey); try { a.f fVar = (a.f) g; fVar.c(gVar, cacheKey); synchronized (this.q) { b2 = fVar.b(cacheKey); - this.h.add(u2); + this.h.add(v2); this.o.b(b2.a(), 1); } b2.a(); @@ -317,7 +317,7 @@ public class d implements h { } b bVar2 = this.o; synchronized (bVar2) { - j = bVar2.f348c; + j = bVar2.f350c; } long j7 = (long) i; if (!(j == j7 && this.o.a() == j6)) { @@ -328,7 +328,7 @@ public class d implements h { } b bVar3 = this.o; synchronized (bVar3) { - bVar3.f348c = j7; + bVar3.f350c = j7; bVar3.b = j6; bVar3.a = true; } @@ -375,7 +375,7 @@ public class d implements h { b bVar = this.o; synchronized (bVar) { bVar.a = false; - bVar.f348c = -1; + bVar.f350c = -1; bVar.b = -1; } e(); @@ -404,13 +404,13 @@ public class d implements h { aVar.h.unlock(); } } - StatFs statFs = c2 == 1 ? aVar.f355c : aVar.e; + StatFs statFs = c2 == 1 ? aVar.f357c : aVar.e; long availableBlocksLong = statFs != null ? statFs.getAvailableBlocksLong() * statFs.getBlockSizeLong() : 0; if (availableBlocksLong > 0 && availableBlocksLong >= a2) { z2 = false; } if (z2) { - this.f = this.f347c; + this.f = this.f349c; } else { this.f = this.d; } diff --git a/app/src/main/java/c/f/b/b/e.java b/app/src/main/java/c/f/b/b/e.java index f6fed3dc1a..7554f3424e 100644 --- a/app/src/main/java/c/f/b/b/e.java +++ b/app/src/main/java/c/f/b/b/e.java @@ -16,7 +16,7 @@ public class e implements c { public final Supplier b; /* renamed from: c reason: collision with root package name */ - public final String f350c; + public final String f352c; public final c.f.b.a.a d; @VisibleForTesting public volatile a e = new a(null, null); @@ -38,7 +38,7 @@ public class e implements c { this.a = i; this.d = aVar; this.b = supplier; - this.f350c = str; + this.f352c = str; } @Override // c.f.b.b.c @@ -81,9 +81,9 @@ public class e implements c { } public final void h() throws IOException { - File file = new File(this.b.get(), this.f350c); + File file = new File(this.b.get(), this.f352c); try { - AnimatableValueParser.L1(file); + AnimatableValueParser.M1(file); file.getAbsolutePath(); int i = c.f.d.e.a.a; this.e = new a(file, new a(file, this.a, this.d)); diff --git a/app/src/main/java/c/f/b/b/i.java b/app/src/main/java/c/f/b/b/i.java index 1794456ce6..038ced9ad8 100644 --- a/app/src/main/java/c/f/b/b/i.java +++ b/app/src/main/java/c/f/b/b/i.java @@ -7,7 +7,7 @@ public class i { public static i b; /* renamed from: c reason: collision with root package name */ - public static int f351c; + public static int f353c; public CacheKey d; public i e; @@ -19,16 +19,16 @@ public class i { } b = iVar.e; iVar.e = null; - f351c--; + f353c--; return iVar; } } public void b() { synchronized (a) { - int i = f351c; + int i = f353c; if (i < 5) { - f351c = i + 1; + f353c = i + 1; i iVar = b; if (iVar != null) { this.e = iVar; diff --git a/app/src/main/java/c/f/d/d/i.java b/app/src/main/java/c/f/d/d/i.java index 19fe717093..dc4aad84d6 100644 --- a/app/src/main/java/c/f/d/d/i.java +++ b/app/src/main/java/c/f/d/d/i.java @@ -8,7 +8,7 @@ public final class i { public final a b; /* renamed from: c reason: collision with root package name */ - public a f352c; + public a f354c; /* compiled from: Objects */ public static final class a { @@ -16,7 +16,7 @@ public final class i { public Object b; /* renamed from: c reason: collision with root package name */ - public a f353c; + public a f355c; public a(h hVar) { } @@ -25,7 +25,7 @@ public final class i { public i(String str, h hVar) { a aVar = new a(null); this.b = aVar; - this.f352c = aVar; + this.f354c = aVar; this.a = str; } @@ -41,8 +41,8 @@ public final class i { public final i c(String str, Object obj) { a aVar = new a(null); - this.f352c.f353c = aVar; - this.f352c = aVar; + this.f354c.f355c = aVar; + this.f354c = aVar; aVar.b = obj; Objects.requireNonNull(str); aVar.a = str; @@ -53,7 +53,7 @@ public final class i { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.b.f353c; + a aVar = this.b.f355c; String str = ""; while (aVar != null) { Object obj = aVar.b; @@ -69,7 +69,7 @@ public final class i { String deepToString = Arrays.deepToString(new Object[]{obj}); sb.append((CharSequence) deepToString, 1, deepToString.length() - 1); } - aVar = aVar.f353c; + aVar = aVar.f355c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/f/d/e/a.java b/app/src/main/java/c/f/d/e/a.java index 791ebfec78..1f01bf7406 100644 --- a/app/src/main/java/c/f/d/e/a.java +++ b/app/src/main/java/c/f/d/e/a.java @@ -13,14 +13,14 @@ public class a { } public static void b(Class cls, String str, Throwable th) { - String u = c.d.b.a.a.u("unknown", ":", cls.getSimpleName()); + String t = c.d.b.a.a.t("unknown", ":", cls.getSimpleName()); StringBuilder sb = new StringBuilder(); sb.append(str); sb.append('\n'); StringWriter stringWriter = new StringWriter(); th.printStackTrace(new PrintWriter(stringWriter)); sb.append(stringWriter.toString()); - Log.println(6, u, sb.toString()); + Log.println(6, t, sb.toString()); } public static void c(Class cls, String str, Object... objArr) { @@ -32,14 +32,14 @@ public class a { public static void d(Class cls, Throwable th, String str, Object... objArr) { String simpleName = cls.getSimpleName(); String g = g(str, objArr); - String u = c.d.b.a.a.u("unknown", ":", simpleName); + String t = c.d.b.a.a.t("unknown", ":", simpleName); StringBuilder sb = new StringBuilder(); sb.append(g); sb.append('\n'); StringWriter stringWriter = new StringWriter(); th.printStackTrace(new PrintWriter(stringWriter)); sb.append(stringWriter.toString()); - Log.println(6, u, sb.toString()); + Log.println(6, t, sb.toString()); } public static void e(String str, String str2) { @@ -48,7 +48,7 @@ public class a { public static void f(String str, String str2, Throwable th) { String str3; - String u = c.d.b.a.a.u("unknown", ":", str); + String t = c.d.b.a.a.t("unknown", ":", str); StringBuilder sb = new StringBuilder(); sb.append(str2); sb.append('\n'); @@ -60,7 +60,7 @@ public class a { str3 = stringWriter.toString(); } sb.append(str3); - Log.println(6, u, sb.toString()); + Log.println(6, t, sb.toString()); } public static String g(String str, Object... objArr) { @@ -92,7 +92,7 @@ public class a { public static void l(Class cls, String str, Throwable th) { String str2; if (1 != 0) { - String u = c.d.b.a.a.u("unknown", ":", cls.getSimpleName()); + String t = c.d.b.a.a.t("unknown", ":", cls.getSimpleName()); StringBuilder sb = new StringBuilder(); sb.append(str); sb.append('\n'); @@ -104,7 +104,7 @@ public class a { str2 = stringWriter.toString(); } sb.append(str2); - Log.println(5, u, sb.toString()); + Log.println(5, t, sb.toString()); } } diff --git a/app/src/main/java/c/f/d/f/b.java b/app/src/main/java/c/f/d/f/b.java index 09207d9201..4a4824f85b 100644 --- a/app/src/main/java/c/f/d/f/b.java +++ b/app/src/main/java/c/f/d/f/b.java @@ -9,5 +9,5 @@ public class b { public static final Map b = f.of("image/heif", "heif", "image/heic", "heic"); /* renamed from: c reason: collision with root package name */ - public static final Map f354c = f.of("heif", "image/heif", "heic", "image/heic"); + public static final Map f356c = f.of("heif", "image/heif", "heic", "image/heic"); } diff --git a/app/src/main/java/c/f/d/g/h.java b/app/src/main/java/c/f/d/g/h.java index a6e6b4bc15..26e2cd3d00 100644 --- a/app/src/main/java/c/f/d/g/h.java +++ b/app/src/main/java/c/f/d/g/h.java @@ -53,13 +53,13 @@ public class h extends InputStream { @Override // java.io.InputStream public int read(byte[] bArr, int i, int i2) { if (i < 0 || i2 < 0 || i + i2 > bArr.length) { - StringBuilder L = a.L("length="); - L.append(bArr.length); - L.append("; regionStart="); - L.append(i); - L.append("; regionLength="); - L.append(i2); - throw new ArrayIndexOutOfBoundsException(L.toString()); + StringBuilder K = a.K("length="); + K.append(bArr.length); + K.append("; regionStart="); + K.append(i); + K.append("; regionLength="); + K.append(i2); + throw new ArrayIndexOutOfBoundsException(K.toString()); } int available = available(); if (available <= 0) { diff --git a/app/src/main/java/c/f/d/i/a.java b/app/src/main/java/c/f/d/i/a.java index 8dff09b42b..4e2fa8cf13 100644 --- a/app/src/main/java/c/f/d/i/a.java +++ b/app/src/main/java/c/f/d/i/a.java @@ -14,7 +14,7 @@ public class a { public static final long b = TimeUnit.MINUTES.toMillis(2); /* renamed from: c reason: collision with root package name */ - public volatile StatFs f355c = null; + public volatile StatFs f357c = null; public volatile File d; public volatile StatFs e = null; public volatile File f; @@ -39,7 +39,7 @@ public class a { } public final void b() { - this.f355c = c(this.f355c, this.d); + this.f357c = c(this.f357c, this.d); this.e = c(this.e, this.f); this.g = SystemClock.uptimeMillis(); } diff --git a/app/src/main/java/c/f/d/m/c.java b/app/src/main/java/c/f/d/m/c.java index 6184a97f08..f6384d7b43 100644 --- a/app/src/main/java/c/f/d/m/c.java +++ b/app/src/main/java/c/f/d/m/c.java @@ -7,7 +7,7 @@ public class c { public static boolean b = false; /* renamed from: c reason: collision with root package name */ - public static final byte[] f356c = a("RIFF"); + public static final byte[] f358c = a("RIFF"); public static final byte[] d = a("WEBP"); public static final byte[] e = a("VP8 "); public static final byte[] f = a("VP8L"); @@ -22,7 +22,7 @@ public class c { } public static boolean b(byte[] bArr, int i, int i2) { - return i2 >= 20 && d(bArr, i, f356c) && d(bArr, i + 8, d); + return i2 >= 20 && d(bArr, i, f358c) && d(bArr, i + 8, d); } public static b c() { diff --git a/app/src/main/java/c/f/e/c.java b/app/src/main/java/c/f/e/c.java index 55b545a61f..a25d4c4061 100644 --- a/app/src/main/java/c/f/e/c.java +++ b/app/src/main/java/c/f/e/c.java @@ -13,7 +13,7 @@ public abstract class c implements DataSource { public int b = 1; /* renamed from: c reason: collision with root package name */ - public boolean f357c = false; + public boolean f359c = false; public T d = null; public Throwable e = null; public float f = 0.0f; @@ -43,10 +43,10 @@ public abstract class c implements DataSource { public boolean close() { T t; synchronized (this) { - if (this.f357c) { + if (this.f359c) { return false; } - this.f357c = true; + this.f359c = true; t = this.d; this.d = null; } @@ -77,7 +77,7 @@ public abstract class c implements DataSource { boolean z2; Objects.requireNonNull(executor); synchronized (this) { - if (!this.f357c) { + if (!this.f359c) { z2 = true; if (this.b == 1) { this.g.add(Pair.create(fVar, executor)); @@ -114,7 +114,7 @@ public abstract class c implements DataSource { } public synchronized boolean i() { - return this.f357c; + return this.f359c; } public final void j() { @@ -131,7 +131,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = true; - if (!this.f357c) { + if (!this.f359c) { if (this.b == 1) { this.b = 3; this.e = th; @@ -150,7 +150,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = false; - if (!this.f357c) { + if (!this.f359c) { if (this.b == 1) { if (f >= this.f) { this.f = f; @@ -201,7 +201,7 @@ public abstract class c implements DataSource { synchronized (this) { try { boolean z3 = true; - if (!this.f357c) { + if (!this.f359c) { if (this.b == 1) { if (z2) { this.b = 2; diff --git a/app/src/main/java/c/f/e/g.java b/app/src/main/java/c/f/e/g.java index ec6807f776..d2f1dc0d14 100644 --- a/app/src/main/java/c/f/e/g.java +++ b/app/src/main/java/c/f/e/g.java @@ -196,8 +196,8 @@ public class g implements Supplier> { } public String toString() { - i F2 = AnimatableValueParser.F2(this); - F2.c("list", this.a); - return F2.toString(); + i G2 = AnimatableValueParser.G2(this); + G2.c("list", this.a); + return G2.toString(); } } diff --git a/app/src/main/java/c/f/g/a/a/c.java b/app/src/main/java/c/f/g/a/a/c.java index b3ea16a418..10c60bf128 100644 --- a/app/src/main/java/c/f/g/a/a/c.java +++ b/app/src/main/java/c/f/g/a/a/c.java @@ -45,19 +45,19 @@ public class c extends AbstractDraweeController, I public ImageRequest K; /* renamed from: x reason: collision with root package name */ - public final a f358x; + public final a f360x; /* renamed from: y reason: collision with root package name */ - public final e f359y; + public final e f361y; /* renamed from: z reason: collision with root package name */ - public final w f360z; + public final w f362z; public c(Resources resources, c.f.g.b.a aVar, a aVar2, Executor executor, w wVar, e eVar) { super(aVar, executor, null, null); - this.f358x = new a(resources, aVar2); - this.f359y = eVar; - this.f360z = wVar; + this.f360x = new a(resources, aVar2); + this.f361y = eVar; + this.f362z = wVar; } public synchronized void F(b bVar) { @@ -113,7 +113,7 @@ public class c extends AbstractDraweeController, I } fVar2.j.add(eVar); this.E.d(true); - h hVar = this.E.f363c; + h hVar = this.E.f365c; hVar.f = abstractDraweeControllerBuilder.h; hVar.g = null; hVar.h = abstractDraweeControllerBuilder.i; @@ -237,7 +237,7 @@ public class c extends AbstractDraweeController, I c.f.j.j.c w = closeableReference2.w(); K(w); Drawable J = J(this.D, w); - if (J == null && (J = J(this.f359y, w)) == null && (J = this.f358x.b(w)) == null) { + if (J == null && (J = J(this.f361y, w)) == null && (J = this.f360x.b(w)) == null) { throw new UnsupportedOperationException("Unrecognized image class: " + w); } c.f.j.r.b.b(); @@ -253,7 +253,7 @@ public class c extends AbstractDraweeController, I public CloseableReference h() { c.f.j.r.b.b(); try { - w wVar = this.f360z; + w wVar = this.f362z; if (wVar != null) { CacheKey cacheKey = this.A; if (cacheKey != null) { @@ -310,13 +310,13 @@ public class c extends AbstractDraweeController, I ImageRequest imageRequest = this.I; ImageRequest imageRequest2 = this.K; ImageRequest[] imageRequestArr = this.J; - if (imageRequest == null || (uri = imageRequest.f2195c) == null) { + if (imageRequest == null || (uri = imageRequest.f2198c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2195c : null; + uri = imageRequest3 != null ? imageRequest3.f2198c : null; } if (imageRequest2 != null) { - return imageRequest2.f2195c; + return imageRequest2.f2198c; } return null; } @@ -335,10 +335,10 @@ public class c extends AbstractDraweeController, I @Override // com.facebook.drawee.controller.AbstractDraweeController public String toString() { - i F2 = AnimatableValueParser.F2(this); - F2.c("super", super.toString()); - F2.c("dataSourceSupplier", this.B); - return F2.toString(); + i G2 = AnimatableValueParser.G2(this); + G2.c("super", super.toString()); + G2.c("dataSourceSupplier", this.B); + return G2.toString(); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.String, java.lang.Object] */ 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 7b2613f860..27457f53aa 100644 --- a/app/src/main/java/c/f/g/a/a/d.java +++ b/app/src/main/java/c/f/g/a/a/d.java @@ -85,12 +85,12 @@ public class d extends AbstractDraweeControllerBuilder supplier = fVar.g; if (supplier != null) { cVar2.C = supplier.get().booleanValue(); diff --git a/app/src/main/java/c/f/g/a/a/e.java b/app/src/main/java/c/f/g/a/a/e.java index 36f3b2f652..8670e3ac60 100644 --- a/app/src/main/java/c/f/g/a/a/e.java +++ b/app/src/main/java/c/f/g/a/a/e.java @@ -18,7 +18,7 @@ public class e implements Supplier { public final h b; /* renamed from: c reason: collision with root package name */ - public final f f361c; + public final f f363c; public e(Context context) { a aVar; @@ -31,7 +31,7 @@ public class e implements Supplier { h hVar = lVar.l; this.b = hVar; f fVar = new f(); - this.f361c = fVar; + this.f363c = fVar; Resources resources = context.getResources(); synchronized (a.class) { if (a.a == null) { @@ -48,7 +48,7 @@ public class e implements Supplier { w wVar = hVar.e; fVar.a = resources; fVar.b = aVar; - fVar.f362c = a; + fVar.f364c = a; fVar.d = fVar2; fVar.e = wVar; fVar.f = null; @@ -57,7 +57,7 @@ public class e implements Supplier { /* renamed from: a */ public d get() { - d dVar = new d(this.a, this.f361c, this.b, null, null); + d dVar = new d(this.a, this.f363c, this.b, null, null); dVar.q = null; return dVar; } diff --git a/app/src/main/java/c/f/g/a/a/f.java b/app/src/main/java/c/f/g/a/a/f.java index b48aae08a8..64739a1a6a 100644 --- a/app/src/main/java/c/f/g/a/a/f.java +++ b/app/src/main/java/c/f/g/a/a/f.java @@ -14,7 +14,7 @@ public class f { public a b; /* renamed from: c reason: collision with root package name */ - public c.f.j.i.a f362c; + public c.f.j.i.a f364c; public Executor d; public w e; public e f; diff --git a/app/src/main/java/c/f/g/a/a/h/f.java b/app/src/main/java/c/f/g/a/a/h/f.java index 3441e99729..4cad4d1450 100644 --- a/app/src/main/java/c/f/g/a/a/h/f.java +++ b/app/src/main/java/c/f/g/a/a/h/f.java @@ -13,7 +13,7 @@ public class f implements g { public final b b; /* renamed from: c reason: collision with root package name */ - public final h f363c = new h(); + public final h f365c = new h(); public final Supplier d; public c e; public b f; @@ -46,8 +46,8 @@ public class f implements g { if (!(!this.k || (list = this.j) == null || list.isEmpty())) { if (!(i != 3 || (aVar = this.a.k) == null || aVar.e() == null)) { Rect bounds = aVar.e().getBounds(); - this.f363c.f365s = bounds.width(); - this.f363c.t = bounds.height(); + this.f365c.f367s = bounds.width(); + this.f365c.t = bounds.height(); } d b = hVar.b(); for (e eVar : this.j) { @@ -62,9 +62,9 @@ public class f implements g { list.clear(); } d(false); - h hVar = this.f363c; + h hVar = this.f365c; hVar.b = null; - hVar.f364c = null; + hVar.f366c = null; hVar.d = null; hVar.e = null; hVar.f = null; @@ -73,7 +73,7 @@ public class f implements g { hVar.p = 1; hVar.q = null; hVar.r = false; - hVar.f365s = -1; + hVar.f367s = -1; hVar.t = -1; hVar.u = null; hVar.v = -1; @@ -90,13 +90,13 @@ public class f implements g { this.k = z2; if (z2) { if (this.h == null) { - this.h = new a(this.b, this.f363c, this, this.d, l.a); + this.h = new a(this.b, this.f365c, this, this.d, l.a); } if (this.g == null) { - this.g = new c.f.g.a.a.h.i.c(this.b, this.f363c); + this.g = new c.f.g.a.a.h.i.c(this.b, this.f365c); } if (this.f == null) { - this.f = new c.f.g.a.a.h.i.b(this.f363c, this); + this.f = new c.f.g.a.a.h.i.b(this.f365c, this); } c cVar = this.e; if (cVar == null) { diff --git a/app/src/main/java/c/f/g/a/a/h/h.java b/app/src/main/java/c/f/g/a/a/h/h.java index a67ef3d47e..559f214b6b 100644 --- a/app/src/main/java/c/f/g/a/a/h/h.java +++ b/app/src/main/java/c/f/g/a/a/h/h.java @@ -10,7 +10,7 @@ public class h { public String b; /* renamed from: c reason: collision with root package name */ - public ImageRequest f364c; + public ImageRequest f366c; public Object d; public ImageInfo e; public ImageRequest f; @@ -28,20 +28,20 @@ public class h { public boolean r; /* renamed from: s reason: collision with root package name */ - public int f365s = -1; + public int f367s = -1; public int t = -1; public Throwable u; public int v = -1; public int w = -1; /* renamed from: x reason: collision with root package name */ - public long f366x = -1; + public long f368x = -1; /* renamed from: y reason: collision with root package name */ - public long f367y = -1; + public long f369y = -1; /* renamed from: z reason: collision with root package name */ - public long f368z = -1; + public long f370z = -1; public void a() { this.n = -1; @@ -50,12 +50,12 @@ public class h { this.k = -1; this.l = -1; this.m = -1; - this.f366x = -1; - this.f367y = -1; - this.f368z = -1; + this.f368x = -1; + this.f369y = -1; + this.f370z = -1; } public d b() { - return new d(this.a, this.b, this.f364c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f365s, this.t, this.u, this.w, this.f366x, this.f367y, null, this.f368z, this.A); + return new d(this.a, this.b, this.f366c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f367s, this.t, this.u, this.w, this.f368x, this.f369y, null, this.f370z, this.A); } } diff --git a/app/src/main/java/c/f/g/a/a/h/i/a.java b/app/src/main/java/c/f/g/a/a/h/i/a.java index 5095131355..3e7f03fb62 100644 --- a/app/src/main/java/c/f/g/a/a/h/i/a.java +++ b/app/src/main/java/c/f/g/a/a/h/i/a.java @@ -19,7 +19,7 @@ public class a extends c.f.h.b.a.a { public final h b; /* renamed from: c reason: collision with root package name */ - public final g f369c; + public final g f371c; public final Supplier d; public final Supplier e; public Handler f; @@ -51,7 +51,7 @@ public class a extends c.f.h.b.a.a { public a(b bVar, h hVar, g gVar, Supplier supplier, Supplier supplier2) { this.a = bVar; this.b = hVar; - this.f369c = gVar; + this.f371c = gVar; this.d = supplier; this.e = supplier2; } @@ -67,7 +67,7 @@ public class a extends c.f.h.b.a.a { e.A = aVar; g(e, 0); e.w = 1; - e.f366x = now; + e.f368x = now; h(e, 1); } @@ -81,7 +81,7 @@ public class a extends c.f.h.b.a.a { e.u = th; g(e, 5); e.w = 2; - e.f367y = now; + e.f369y = now; h(e, 2); } @@ -97,7 +97,7 @@ public class a extends c.f.h.b.a.a { g(e, 4); } e.w = 2; - e.f367y = now; + e.f369y = now; h(e, 2); } @@ -126,7 +126,7 @@ public class a extends c.f.h.b.a.a { handlerThread.start(); Looper looper = handlerThread.getLooper(); Objects.requireNonNull(looper); - this.f = new HandlerC0056a(looper, this.f369c); + this.f = new HandlerC0056a(looper, this.f371c); } } } @@ -144,7 +144,7 @@ public class a extends c.f.h.b.a.a { this.f.sendMessage(obtainMessage); return; } - ((f) this.f369c).b(hVar, i); + ((f) this.f371c).b(hVar, i); } public final void h(h hVar, int i) { @@ -158,6 +158,6 @@ public class a extends c.f.h.b.a.a { this.f.sendMessage(obtainMessage); return; } - ((f) this.f369c).a(hVar, i); + ((f) this.f371c).a(hVar, i); } } diff --git a/app/src/main/java/c/f/g/a/a/h/i/c.java b/app/src/main/java/c/f/g/a/a/h/i/c.java index 84628ecb59..405f7bc51e 100644 --- a/app/src/main/java/c/f/g/a/a/h/i/c.java +++ b/app/src/main/java/c/f/g/a/a/h/i/c.java @@ -18,7 +18,7 @@ public class c extends a { public void a(ImageRequest imageRequest, Object obj, String str, boolean z2) { this.b.n = this.a.now(); h hVar = this.b; - hVar.f364c = imageRequest; + hVar.f366c = imageRequest; hVar.d = obj; hVar.b = str; hVar.r = z2; @@ -28,7 +28,7 @@ public class c extends a { public void c(ImageRequest imageRequest, String str, boolean z2) { this.b.o = this.a.now(); h hVar = this.b; - hVar.f364c = imageRequest; + hVar.f366c = imageRequest; hVar.b = str; hVar.r = z2; } @@ -37,7 +37,7 @@ public class c extends a { public void g(ImageRequest imageRequest, String str, Throwable th, boolean z2) { this.b.o = this.a.now(); h hVar = this.b; - hVar.f364c = imageRequest; + hVar.f366c = imageRequest; hVar.b = str; hVar.r = z2; } diff --git a/app/src/main/java/c/f/g/b/b.java b/app/src/main/java/c/f/g/b/b.java index cfbade1c0e..9f0b17fcb4 100644 --- a/app/src/main/java/c/f/g/b/b.java +++ b/app/src/main/java/c/f/g/b/b.java @@ -11,7 +11,7 @@ public class b extends a { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final Handler f370c = new Handler(Looper.getMainLooper()); + public final Handler f372c = new Handler(Looper.getMainLooper()); public ArrayList d = new ArrayList<>(); public ArrayList e = new ArrayList<>(); public final Runnable f = new a(); diff --git a/app/src/main/java/c/f/g/b/c.java b/app/src/main/java/c/f/g/b/c.java index ffe20f6341..b773dca5cd 100644 --- a/app/src/main/java/c/f/g/b/c.java +++ b/app/src/main/java/c/f/g/b/c.java @@ -8,7 +8,7 @@ public class c { public static boolean b = true; /* renamed from: c reason: collision with root package name */ - public final Queue f371c = new ArrayBlockingQueue(20); + public final Queue f373c = new ArrayBlockingQueue(20); /* compiled from: DraweeEventTracker */ public enum a { @@ -40,14 +40,14 @@ public class c { public void a(a aVar) { if (b) { - if (this.f371c.size() + 1 > 20) { - this.f371c.poll(); + if (this.f373c.size() + 1 > 20) { + this.f373c.poll(); } - this.f371c.add(aVar); + this.f373c.add(aVar); } } public String toString() { - return this.f371c.toString(); + return this.f373c.toString(); } } diff --git a/app/src/main/java/c/f/g/b/d.java b/app/src/main/java/c/f/g/b/d.java index 6da3189ebb..299648dc95 100644 --- a/app/src/main/java/c/f/g/b/d.java +++ b/app/src/main/java/c/f/g/b/d.java @@ -5,5 +5,5 @@ public class d { public int b = 4; /* renamed from: c reason: collision with root package name */ - public int f376c = 0; + public int f378c = 0; } diff --git a/app/src/main/java/c/f/g/c/b.java b/app/src/main/java/c/f/g/c/b.java index 8f9ecdef50..6a17509ea9 100644 --- a/app/src/main/java/c/f/g/c/b.java +++ b/app/src/main/java/c/f/g/c/b.java @@ -12,7 +12,7 @@ public class b implements Supplier> { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Object f377c; + public final /* synthetic */ Object f379c; public final /* synthetic */ Object d; public final /* synthetic */ AbstractDraweeControllerBuilder.b e; public final /* synthetic */ AbstractDraweeControllerBuilder f; @@ -21,19 +21,19 @@ public class b implements Supplier> { this.f = abstractDraweeControllerBuilder; this.a = draweeController; this.b = str; - this.f377c = obj; + this.f379c = obj; this.d = obj2; this.e = bVar; } @Override // com.facebook.common.internal.Supplier public Object get() { - return this.f.b(this.a, this.b, this.f377c, this.d, this.e); + return this.f.b(this.a, this.b, this.f379c, this.d, this.e); } public String toString() { - i F2 = AnimatableValueParser.F2(this); - F2.c("request", this.f377c.toString()); - return F2.toString(); + i G2 = AnimatableValueParser.G2(this); + G2.c("request", this.f379c.toString()); + return G2.toString(); } } diff --git a/app/src/main/java/c/f/g/d/a.java b/app/src/main/java/c/f/g/d/a.java index 328e52efda..46b47b41fa 100644 --- a/app/src/main/java/c/f/g/d/a.java +++ b/app/src/main/java/c/f/g/d/a.java @@ -29,20 +29,20 @@ public class a extends Drawable implements b { public final Paint r = new Paint(1); /* renamed from: s reason: collision with root package name */ - public final Matrix f378s = new Matrix(); + public final Matrix f380s = new Matrix(); public final Rect t = new Rect(); public final RectF u = new RectF(); public int v; public int w; /* renamed from: x reason: collision with root package name */ - public int f379x; + public int f381x; /* renamed from: y reason: collision with root package name */ - public int f380y; + public int f382y; /* renamed from: z reason: collision with root package name */ - public int f381z; + public int f383z; public a() { c(); @@ -53,18 +53,18 @@ public class a extends Drawable implements b { } public final void a(Canvas canvas, String str, String str2, int i) { - String t = c.d.b.a.a.t(str, ": "); - float measureText = this.r.measureText(t); + String s2 = c.d.b.a.a.s(str, ": "); + float measureText = this.r.measureText(s2); float measureText2 = this.r.measureText(str2); this.r.setColor(1711276032); - int i2 = this.f380y; - int i3 = this.f381z; - canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f379x + 8), this.r); + int i2 = this.f382y; + int i3 = this.f383z; + canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f381x + 8), this.r); this.r.setColor(-1); - canvas.drawText(t, (float) this.f380y, (float) this.f381z, this.r); + canvas.drawText(s2, (float) this.f382y, (float) this.f383z, this.r); this.r.setColor(i); - canvas.drawText(str2, ((float) this.f380y) + measureText, (float) this.f381z, this.r); - this.f381z += this.f379x; + canvas.drawText(str2, ((float) this.f382y) + measureText, (float) this.f383z, this.r); + this.f383z += this.f381x; } public void c() { @@ -107,8 +107,8 @@ public class a extends Drawable implements b { this.r.setStyle(Paint.Style.FILL); this.r.setStrokeWidth(0.0f); this.r.setColor(-1); - this.f380y = this.v; - this.f381z = this.w; + this.f382y = this.v; + this.f383z = this.w; a(canvas, "ID", this.i, -1); a(canvas, "D", b("%dx%d", Integer.valueOf(bounds.width()), Integer.valueOf(bounds.height())), -1); int i4 = this.j; @@ -123,14 +123,14 @@ public class a extends Drawable implements b { rect.left = 0; rect.right = width; rect.bottom = height; - this.f378s.reset(); - scalingUtils$ScaleType2.a(this.f378s, this.t, i4, i5, 0.0f, 0.0f); + this.f380s.reset(); + scalingUtils$ScaleType2.a(this.f380s, this.t, i4, i5, 0.0f, 0.0f); RectF rectF = this.u; rectF.top = 0.0f; rectF.left = 0.0f; rectF.right = (float) i4; rectF.bottom = (float) i5; - this.f378s.mapRect(rectF); + this.f380s.mapRect(rectF); width = Math.min(width, (int) this.u.width()); height = Math.min(height, (int) this.u.height()); } @@ -219,10 +219,10 @@ public class a extends Drawable implements b { int min = Math.min(40, Math.max(10, Math.min(rect.width() / 8, rect.height() / 9))); this.r.setTextSize((float) min); int i = min + 8; - this.f379x = i; + this.f381x = i; int i2 = this.q; if (i2 == 80) { - this.f379x = i * -1; + this.f381x = i * -1; } this.v = rect.left + 10; this.w = i2 == 80 ? rect.bottom - 10 : rect.top + 10 + 10; diff --git a/app/src/main/java/c/f/g/d/b/a.java b/app/src/main/java/c/f/g/d/b/a.java index 0ef0d71b61..de11d4908d 100644 --- a/app/src/main/java/c/f/g/d/b/a.java +++ b/app/src/main/java/c/f/g/d/b/a.java @@ -8,17 +8,17 @@ public class a extends c { public long b = -1; /* renamed from: c reason: collision with root package name */ - public b f382c; + public b f384c; public a(b bVar) { - this.f382c = bVar; + this.f384c = bVar; } @Override // c.f.g.c.c, com.facebook.drawee.controller.ControllerListener public void onFinalImageSet(String str, Object obj, Animatable animatable) { long currentTimeMillis = System.currentTimeMillis(); this.b = currentTimeMillis; - b bVar = this.f382c; + b bVar = this.f384c; if (bVar != null) { c.f.g.d.a aVar = (c.f.g.d.a) bVar; aVar.A = currentTimeMillis - this.a; diff --git a/app/src/main/java/c/f/g/e/b.java b/app/src/main/java/c/f/g/e/b.java index 257fa4dd90..59a1bb9dac 100644 --- a/app/src/main/java/c/f/g/e/b.java +++ b/app/src/main/java/c/f/g/e/b.java @@ -30,7 +30,7 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { while (true) { Drawable[] drawableArr2 = this.k; if (i < drawableArr2.length) { - AnimatableValueParser.v2(drawableArr2[i], this, this); + AnimatableValueParser.w2(drawableArr2[i], this, this); i++; } else { this.l = new d[drawableArr2.length]; @@ -66,11 +66,11 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { if (drawable != null && this.p) { drawable.mutate(); } - AnimatableValueParser.v2(this.k[i], null, null); - AnimatableValueParser.v2(drawable, null, null); - AnimatableValueParser.x2(drawable, this.j); + AnimatableValueParser.w2(this.k[i], null, null); + AnimatableValueParser.w2(drawable, null, null); + AnimatableValueParser.y2(drawable, this.j); AnimatableValueParser.N(drawable, this); - AnimatableValueParser.v2(drawable, this, this); + AnimatableValueParser.w2(drawable, this, this); this.o = false; this.k[i] = drawable; invalidateSelf(); @@ -326,7 +326,7 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { e eVar = this.j; - eVar.f383c = colorFilter; + eVar.f385c = colorFilter; eVar.b = true; int i = 0; while (true) { diff --git a/app/src/main/java/c/f/g/e/e.java b/app/src/main/java/c/f/g/e/e.java index dd6b071f8e..70df19845a 100644 --- a/app/src/main/java/c/f/g/e/e.java +++ b/app/src/main/java/c/f/g/e/e.java @@ -7,7 +7,7 @@ public class e { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public ColorFilter f383c = null; + public ColorFilter f385c = null; public int d = -1; public int e = -1; } diff --git a/app/src/main/java/c/f/g/e/f.java b/app/src/main/java/c/f/g/e/f.java index e9b3ffc85c..69669845b2 100644 --- a/app/src/main/java/c/f/g/e/f.java +++ b/app/src/main/java/c/f/g/e/f.java @@ -19,7 +19,7 @@ public class f extends b { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final int f384s; + public final int f386s; public final int t; @VisibleForTesting public int u; @@ -30,15 +30,15 @@ public class f extends b { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public int[] f385x; + public int[] f387x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public int[] f386y; + public int[] f388y; @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public int f387z; + public int f389z; /* compiled from: FadeDrawable */ public interface a { @@ -49,20 +49,20 @@ public class f extends b { AnimatableValueParser.C(drawableArr.length >= 1, "At least one layer required!"); this.q = drawableArr; int[] iArr = new int[drawableArr.length]; - this.f385x = iArr; - this.f386y = new int[drawableArr.length]; - this.f387z = 255; + this.f387x = iArr; + this.f388y = new int[drawableArr.length]; + this.f389z = 255; this.A = new boolean[drawableArr.length]; this.B = 0; this.r = z2; int i2 = z2 ? 255 : 0; - this.f384s = i2; + this.f386s = i2; this.t = i; this.u = 2; Arrays.fill(iArr, i2); - this.f385x[0] = 255; - Arrays.fill(this.f386y, i2); - this.f386y[0] = 255; + this.f387x[0] = 255; + Arrays.fill(this.f388y, i2); + this.f388y[0] = 255; Arrays.fill(this.A, z2); this.A[0] = true; } @@ -74,7 +74,7 @@ public class f extends b { int i2 = this.u; int i3 = 2; if (i2 == 0) { - System.arraycopy(this.f386y, 0, this.f385x, 0, this.q.length); + System.arraycopy(this.f388y, 0, this.f387x, 0, this.q.length); this.w = SystemClock.uptimeMillis(); z2 = i(this.v == 0 ? 1.0f : 0.0f); if (!this.D && (i = this.t) >= 0) { @@ -108,7 +108,7 @@ public class f extends b { break; } Drawable drawable = drawableArr[i4]; - int ceil = (int) Math.ceil(((double) (this.f386y[i4] * this.f387z)) / 255.0d); + int ceil = (int) Math.ceil(((double) (this.f388y[i4] * this.f389z)) / 255.0d); if (drawable != null && ceil > 0) { this.B++; drawable.mutate().setAlpha(ceil); @@ -140,14 +140,14 @@ public class f extends b { public void g() { this.u = 2; for (int i = 0; i < this.q.length; i++) { - this.f386y[i] = this.A[i] ? 255 : 0; + this.f388y[i] = this.A[i] ? 255 : 0; } invalidateSelf(); } @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f387z; + return this.f389z; } public final boolean i(float f) { @@ -155,8 +155,8 @@ public class f extends b { for (int i = 0; i < this.q.length; i++) { boolean[] zArr = this.A; int i2 = zArr[i] ? 1 : -1; - int[] iArr = this.f386y; - iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f385x[i])); + int[] iArr = this.f388y; + iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f387x[i])); if (iArr[i] < 0) { iArr[i] = 0; } @@ -182,8 +182,8 @@ public class f extends b { @Override // c.f.g.e.b, android.graphics.drawable.Drawable public void setAlpha(int i) { - if (this.f387z != i) { - this.f387z = i; + if (this.f389z != i) { + this.f389z = i; invalidateSelf(); } } diff --git a/app/src/main/java/c/f/g/e/g.java b/app/src/main/java/c/f/g/e/g.java index 1ea82eb1d4..76a8450f45 100644 --- a/app/src/main/java/c/f/g/e/g.java +++ b/app/src/main/java/c/f/g/e/g.java @@ -17,7 +17,7 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { public g(Drawable drawable) { this.j = drawable; - AnimatableValueParser.v2(drawable, this, this); + AnimatableValueParser.w2(drawable, this, this); } @Override // c.f.g.e.d0 @@ -130,11 +130,11 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { public Drawable o(Drawable drawable) { Drawable drawable2 = this.j; - AnimatableValueParser.v2(drawable2, null, null); - AnimatableValueParser.v2(drawable, null, null); - AnimatableValueParser.x2(drawable, this.k); + AnimatableValueParser.w2(drawable2, null, null); + AnimatableValueParser.w2(drawable, null, null); + AnimatableValueParser.y2(drawable, this.k); AnimatableValueParser.N(drawable, this); - AnimatableValueParser.v2(drawable, this, this); + AnimatableValueParser.w2(drawable, this, this); this.j = drawable; invalidateSelf(); return drawable2; @@ -177,7 +177,7 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { e eVar = this.k; - eVar.f383c = colorFilter; + eVar.f385c = colorFilter; eVar.b = true; Drawable drawable = this.j; if (drawable != null) { diff --git a/app/src/main/java/c/f/g/e/k.java b/app/src/main/java/c/f/g/e/k.java index a609a32642..7286a80c5f 100644 --- a/app/src/main/java/c/f/g/e/k.java +++ b/app/src/main/java/c/f/g/e/k.java @@ -69,7 +69,7 @@ public class k extends n { float f = this.l; if (f > 0.0f) { this.M.setStrokeWidth(f); - this.M.setColor(AnimatableValueParser.M1(this.o, this.L.getAlpha())); + this.M.setColor(AnimatableValueParser.N1(this.o, this.L.getAlpha())); canvas.drawPath(this.p, this.M); } canvas.restoreToCount(save); diff --git a/app/src/main/java/c/f/g/e/l.java b/app/src/main/java/c/f/g/e/l.java index 9439f79c5c..5dc17ff79b 100644 --- a/app/src/main/java/c/f/g/e/l.java +++ b/app/src/main/java/c/f/g/e/l.java @@ -28,7 +28,7 @@ public class l extends Drawable implements j { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public final Path f388s = new Path(); + public final Path f390s = new Path(); @VisibleForTesting public final Path t = new Path(); public int u = 0; @@ -58,7 +58,7 @@ public class l extends Drawable implements j { public final void b() { float[] fArr; float[] fArr2; - this.f388s.reset(); + this.f390s.reset(); this.t.reset(); this.v.set(getBounds()); RectF rectF = this.v; @@ -85,7 +85,7 @@ public class l extends Drawable implements j { float f3 = this.o + (this.q ? this.n : 0.0f); this.v.inset(f3, f3); if (this.m) { - this.f388s.addCircle(this.v.centerX(), this.v.centerY(), Math.min(this.v.width(), this.v.height()) / 2.0f, Path.Direction.CW); + this.f390s.addCircle(this.v.centerX(), this.v.centerY(), Math.min(this.v.width(), this.v.height()) / 2.0f, Path.Direction.CW); } else if (this.q) { if (this.k == null) { this.k = new float[8]; @@ -98,9 +98,9 @@ public class l extends Drawable implements j { fArr[i] = this.i[i] - this.n; i++; } - this.f388s.addRoundRect(this.v, fArr, Path.Direction.CW); + this.f390s.addRoundRect(this.v, fArr, Path.Direction.CW); } else { - this.f388s.addRoundRect(this.v, this.i, Path.Direction.CW); + this.f390s.addRoundRect(this.v, this.i, Path.Direction.CW); } float f4 = -f3; this.v.inset(f4, f4); @@ -115,12 +115,12 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public void draw(Canvas canvas) { - this.l.setColor(AnimatableValueParser.M1(this.u, this.w)); + this.l.setColor(AnimatableValueParser.N1(this.u, this.w)); this.l.setStyle(Paint.Style.FILL); this.l.setFilterBitmap(this.r); - canvas.drawPath(this.f388s, this.l); + canvas.drawPath(this.f390s, this.l); if (this.n != 0.0f) { - this.l.setColor(AnimatableValueParser.M1(this.p, this.w)); + this.l.setColor(AnimatableValueParser.N1(this.p, this.w)); this.l.setStyle(Paint.Style.STROKE); this.l.setStrokeWidth(this.n); canvas.drawPath(this.t, this.l); @@ -151,11 +151,11 @@ public class l extends Drawable implements j { @Override // android.graphics.drawable.Drawable public int getOpacity() { - int M1 = AnimatableValueParser.M1(this.u, this.w) >>> 24; - if (M1 == 255) { + int N1 = AnimatableValueParser.N1(this.u, this.w) >>> 24; + if (N1 == 255) { return -1; } - return M1 == 0 ? -2 : -3; + return N1 == 0 ? -2 : -3; } @Override // c.f.g.e.j diff --git a/app/src/main/java/c/f/g/e/m.java b/app/src/main/java/c/f/g/e/m.java index 605ad6fdb9..0c199786c6 100644 --- a/app/src/main/java/c/f/g/e/m.java +++ b/app/src/main/java/c/f/g/e/m.java @@ -27,20 +27,20 @@ public class m extends g implements j { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public final Paint f389s = new Paint(1); + public final Paint f391s = new Paint(1); public boolean t = false; public float u = 0.0f; public int v = 0; public int w = 0; /* renamed from: x reason: collision with root package name */ - public float f390x = 0.0f; + public float f392x = 0.0f; /* renamed from: y reason: collision with root package name */ - public boolean f391y = false; + public boolean f393y = false; /* renamed from: z reason: collision with root package name */ - public boolean f392z = false; + public boolean f394z = false; public m(Drawable drawable) { super(drawable); @@ -66,7 +66,7 @@ public class m extends g implements j { this.n.set(getBounds()); int h = b.h(this.m); if (h == 0) { - if (this.f391y) { + if (this.f393y) { RectF rectF = this.o; if (rectF == null) { this.o = new RectF(this.n); @@ -92,32 +92,32 @@ public class m extends g implements j { drawable2.draw(canvas); } } - this.f389s.setStyle(Paint.Style.FILL); - this.f389s.setColor(this.w); - this.f389s.setStrokeWidth(0.0f); - this.f389s.setFilterBitmap(this.f392z); + this.f391s.setStyle(Paint.Style.FILL); + this.f391s.setColor(this.w); + this.f391s.setStrokeWidth(0.0f); + this.f391s.setFilterBitmap(this.f394z); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.A, this.f389s); + canvas.drawPath(this.A, this.f391s); if (this.t) { float width = ((this.n.width() - this.n.height()) + this.u) / 2.0f; float height = ((this.n.height() - this.n.width()) + this.u) / 2.0f; if (width > 0.0f) { RectF rectF3 = this.n; float f2 = rectF3.left; - canvas.drawRect(f2, rectF3.top, f2 + width, rectF3.bottom, this.f389s); + canvas.drawRect(f2, rectF3.top, f2 + width, rectF3.bottom, this.f391s); RectF rectF4 = this.n; float f3 = rectF4.right; - canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f389s); + canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f391s); } if (height > 0.0f) { RectF rectF5 = this.n; float f4 = rectF5.left; float f5 = rectF5.top; - canvas.drawRect(f4, f5, rectF5.right, f5 + height, this.f389s); + canvas.drawRect(f4, f5, rectF5.right, f5 + height, this.f391s); RectF rectF6 = this.n; float f6 = rectF6.left; float f7 = rectF6.bottom; - canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f389s); + canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f391s); } } } else if (h == 1) { @@ -130,32 +130,32 @@ public class m extends g implements j { canvas.restoreToCount(save2); } if (this.v != 0) { - this.f389s.setStyle(Paint.Style.STROKE); - this.f389s.setColor(this.v); - this.f389s.setStrokeWidth(this.u); + this.f391s.setStyle(Paint.Style.STROKE); + this.f391s.setColor(this.v); + this.f391s.setStrokeWidth(this.u); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.B, this.f389s); + canvas.drawPath(this.B, this.f391s); } } @Override // c.f.g.e.j public void e(boolean z2) { - if (this.f392z != z2) { - this.f392z = z2; + if (this.f394z != z2) { + this.f394z = z2; invalidateSelf(); } } @Override // c.f.g.e.j public void f(boolean z2) { - this.f391y = z2; + this.f393y = z2; p(); invalidateSelf(); } @Override // c.f.g.e.j public void i(float f) { - this.f390x = f; + this.f392x = f; p(); invalidateSelf(); } @@ -194,7 +194,7 @@ public class m extends g implements j { this.B.reset(); this.C.set(getBounds()); RectF rectF = this.C; - float f = this.f390x; + float f = this.f392x; rectF.inset(f, f); if (this.m == 1) { this.A.addRect(this.C, Path.Direction.CW); @@ -205,7 +205,7 @@ public class m extends g implements j { this.A.addRoundRect(this.C, this.q, Path.Direction.CW); } RectF rectF2 = this.C; - float f2 = -this.f390x; + float f2 = -this.f392x; rectF2.inset(f2, f2); RectF rectF3 = this.C; float f3 = this.u / 2.0f; @@ -219,7 +219,7 @@ public class m extends g implements j { if (i >= fArr.length) { break; } - fArr[i] = (this.q[i] + this.f390x) - (this.u / 2.0f); + fArr[i] = (this.q[i] + this.f392x) - (this.u / 2.0f); i++; } this.B.addRoundRect(this.C, fArr, Path.Direction.CW); diff --git a/app/src/main/java/c/f/g/e/n.java b/app/src/main/java/c/f/g/e/n.java index bad04443a4..9622ec6847 100644 --- a/app/src/main/java/c/f/g/e/n.java +++ b/app/src/main/java/c/f/g/e/n.java @@ -52,7 +52,7 @@ public abstract class n extends Drawable implements j, d0 { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public float[] f393s; + public float[] f395s; @VisibleForTesting public final RectF t = new RectF(); @VisibleForTesting @@ -65,15 +65,15 @@ public abstract class n extends Drawable implements j, d0 { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public RectF f394x; + public RectF f396x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public final Matrix f395y = new Matrix(); + public final Matrix f397y = new Matrix(); @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public final Matrix f396z = new Matrix(); + public final Matrix f398z = new Matrix(); public n(Drawable drawable) { this.i = drawable; @@ -165,13 +165,13 @@ public abstract class n extends Drawable implements j, d0 { if (this.j) { this.m.addCircle(this.t.centerX(), this.t.centerY(), Math.min(this.t.width(), this.t.height()) / 2.0f, Path.Direction.CW); } else if (this.H) { - if (this.f393s == null) { - this.f393s = new float[8]; + if (this.f395s == null) { + this.f395s = new float[8]; } for (int i2 = 0; i2 < this.r.length; i2++) { - this.f393s[i2] = this.q[i2] - this.l; + this.f395s[i2] = this.q[i2] - this.l; } - this.m.addRoundRect(this.t, this.f393s, Path.Direction.CW); + this.m.addRoundRect(this.t, this.f395s, Path.Direction.CW); } else { this.m.addRoundRect(this.t, this.q, Path.Direction.CW); } @@ -222,37 +222,37 @@ public abstract class n extends Drawable implements j, d0 { } this.v.set(0.0f, 0.0f, (float) getIntrinsicWidth(), (float) getIntrinsicHeight()); this.w.set(this.i.getBounds()); - this.f395y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); + this.f397y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); if (this.H) { - RectF rectF = this.f394x; + RectF rectF = this.f396x; if (rectF == null) { - this.f394x = new RectF(this.t); + this.f396x = new RectF(this.t); } else { rectF.set(this.t); } - RectF rectF2 = this.f394x; + RectF rectF2 = this.f396x; float f = this.l; rectF2.inset(f, f); if (this.D == null) { this.D = new Matrix(); } - this.D.setRectToRect(this.t, this.f394x, Matrix.ScaleToFit.FILL); + this.D.setRectToRect(this.t, this.f396x, Matrix.ScaleToFit.FILL); } else { Matrix matrix2 = this.D; if (matrix2 != null) { matrix2.reset(); } } - if (!this.A.equals(this.B) || !this.f395y.equals(this.f396z) || ((matrix = this.D) != null && !matrix.equals(this.E))) { + if (!this.A.equals(this.B) || !this.f397y.equals(this.f398z) || ((matrix = this.D) != null && !matrix.equals(this.E))) { this.n = true; this.A.invert(this.C); this.F.set(this.A); if (this.H) { this.F.postConcat(this.D); } - this.F.preConcat(this.f395y); + this.F.preConcat(this.f397y); this.B.set(this.A); - this.f396z.set(this.f395y); + this.f398z.set(this.f397y); if (this.H) { Matrix matrix3 = this.E; if (matrix3 == null) { diff --git a/app/src/main/java/c/f/g/e/p.java b/app/src/main/java/c/f/g/e/p.java index 0bfe802381..2764e21685 100644 --- a/app/src/main/java/c/f/g/e/p.java +++ b/app/src/main/java/c/f/g/e/p.java @@ -24,7 +24,7 @@ public class p extends g { public Matrix r; /* renamed from: s reason: collision with root package name */ - public Matrix f397s = new Matrix(); + public Matrix f399s = new Matrix(); public p(Drawable drawable, ScalingUtils$ScaleType scalingUtils$ScaleType) { super(drawable); @@ -99,10 +99,10 @@ public class p extends g { } drawable.setBounds(0, 0, intrinsicWidth, intrinsicHeight); ScalingUtils$ScaleType scalingUtils$ScaleType3 = this.m; - Matrix matrix = this.f397s; + Matrix matrix = this.f399s; PointF pointF = this.o; scalingUtils$ScaleType3.a(matrix, bounds, intrinsicWidth, intrinsicHeight, pointF != null ? pointF.x : 0.5f, pointF != null ? pointF.y : 0.5f); - this.r = this.f397s; + this.r = this.f399s; } } diff --git a/app/src/main/java/c/f/g/f/a.java b/app/src/main/java/c/f/g/f/a.java index 9a899e20e2..4e979be207 100644 --- a/app/src/main/java/c/f/g/f/a.java +++ b/app/src/main/java/c/f/g/f/a.java @@ -15,7 +15,7 @@ public class a { public static final ScalingUtils$ScaleType b = s.l; /* renamed from: c reason: collision with root package name */ - public Resources f398c; + public Resources f400c; public int d = 300; public float e = 0.0f; public Drawable f = null; @@ -37,7 +37,7 @@ public class a { } public a(Resources resources) { - this.f398c = resources; + this.f400c = resources; ScalingUtils$ScaleType scalingUtils$ScaleType = a; this.g = scalingUtils$ScaleType; this.h = null; diff --git a/app/src/main/java/c/f/g/f/b.java b/app/src/main/java/c/f/g/f/b.java index b0cbeb3b64..0bda4824fe 100644 --- a/app/src/main/java/c/f/g/f/b.java +++ b/app/src/main/java/c/f/g/f/b.java @@ -30,7 +30,7 @@ public class b extends g implements f0 { if (!draweeHolder.a) { a.m(c.class, "%x: Draw requested for a non-attached controller %x. %s", Integer.valueOf(System.identityHashCode(draweeHolder)), Integer.valueOf(System.identityHashCode(draweeHolder.e)), draweeHolder.toString()); draweeHolder.b = true; - draweeHolder.f2186c = true; + draweeHolder.f2189c = true; draweeHolder.b(); } } diff --git a/app/src/main/java/c/f/g/f/c.java b/app/src/main/java/c/f/g/f/c.java index f01a20c579..444f382ac2 100644 --- a/app/src/main/java/c/f/g/f/c.java +++ b/app/src/main/java/c/f/g/f/c.java @@ -9,7 +9,7 @@ public class c { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public float[] f399c = null; + public float[] f401c = null; public int d = 0; public float e = 0.0f; public int f = 0; @@ -31,7 +31,7 @@ public class c { } c cVar = (c) obj; if (this.b == cVar.b && this.d == cVar.d && Float.compare(cVar.e, this.e) == 0 && this.f == cVar.f && Float.compare(cVar.g, this.g) == 0 && this.a == cVar.a && this.h == cVar.h) { - return Arrays.equals(this.f399c, cVar.f399c); + return Arrays.equals(this.f401c, cVar.f401c); } return false; } @@ -39,7 +39,7 @@ public class c { public int hashCode() { int i = this.a; int h = (((i != 0 ? b.h(i) : 0) * 31) + (this.b ? 1 : 0)) * 31; - float[] fArr = this.f399c; + float[] fArr = this.f401c; int hashCode = (((h + (fArr != null ? Arrays.hashCode(fArr) : 0)) * 31) + this.d) * 31; float f = this.e; int floatToIntBits = (((hashCode + (f != 0.0f ? Float.floatToIntBits(f) : 0)) * 31) + this.f) * 31; diff --git a/app/src/main/java/c/f/g/f/d.java b/app/src/main/java/c/f/g/f/d.java index a7d60ca9db..035df7292f 100644 --- a/app/src/main/java/c/f/g/f/d.java +++ b/app/src/main/java/c/f/g/f/d.java @@ -43,7 +43,7 @@ public class d { public static void b(j jVar, c cVar) { jVar.c(cVar.b); - jVar.m(cVar.f399c); + jVar.m(cVar.f401c); jVar.a(cVar.f, cVar.e); jVar.i(cVar.g); jVar.f(false); diff --git a/app/src/main/java/c/f/g/g/a.java b/app/src/main/java/c/f/g/g/a.java index 8248ae4e6d..244d914dd7 100644 --- a/app/src/main/java/c/f/g/g/a.java +++ b/app/src/main/java/c/f/g/g/a.java @@ -12,7 +12,7 @@ public class a { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public boolean f400c = false; + public boolean f402c = false; @VisibleForTesting public boolean d = false; @VisibleForTesting diff --git a/app/src/main/java/c/f/g/j/a.java b/app/src/main/java/c/f/g/j/a.java index 8069370777..25ededdfe4 100644 --- a/app/src/main/java/c/f/g/j/a.java +++ b/app/src/main/java/c/f/g/j/a.java @@ -39,7 +39,7 @@ public class a extends DraweeView { b.b(); b.b(); c.f.g.f.a aVar = new c.f.g.f.a(context.getResources()); - AnimatableValueParser.J2(aVar, context, attributeSet); + AnimatableValueParser.K2(aVar, context, attributeSet); b.b(); setAspectRatio(aVar.e); setHierarchy(aVar.a()); diff --git a/app/src/main/java/c/f/h/a/a/c.java b/app/src/main/java/c/f/h/a/a/c.java index 6e0dc19a10..393db2ec75 100644 --- a/app/src/main/java/c/f/h/a/a/c.java +++ b/app/src/main/java/c/f/h/a/a/c.java @@ -10,7 +10,7 @@ public class c extends b { public final c.f.d.k.b b; /* renamed from: c reason: collision with root package name */ - public final ScheduledExecutorService f401c; + public final ScheduledExecutorService f403c; public boolean d = false; public long e; public b f; @@ -51,13 +51,13 @@ public class c extends b { super(t); this.f = bVar; this.b = bVar2; - this.f401c = scheduledExecutorService; + this.f403c = scheduledExecutorService; } public final synchronized void c() { if (!this.d) { this.d = true; - this.f401c.schedule(this.g, 1000, TimeUnit.MILLISECONDS); + this.f403c.schedule(this.g, 1000, TimeUnit.MILLISECONDS); } } diff --git a/app/src/main/java/c/f/h/a/b/a.java b/app/src/main/java/c/f/h/a/b/a.java index d3125e81a4..bf3d2ff775 100644 --- a/app/src/main/java/c/f/h/a/b/a.java +++ b/app/src/main/java/c/f/h/a/b/a.java @@ -20,7 +20,7 @@ public class a implements c.f.h.a.a.a, c.b { public final b b; /* renamed from: c reason: collision with root package name */ - public final d f402c; + public final d f404c; public final c d; public final c.f.h.a.b.e.a e; public final b f; @@ -33,7 +33,7 @@ public class a implements c.f.h.a.a.a, c.b { public a(PlatformBitmapFactory platformBitmapFactory, b bVar, d dVar, c cVar, c.f.h.a.b.e.a aVar, b bVar2) { this.a = platformBitmapFactory; this.b = bVar; - this.f402c = dVar; + this.f404c = dVar; this.d = cVar; this.e = aVar; this.f = bVar2; @@ -43,12 +43,12 @@ public class a implements c.f.h.a.a.a, c.b { @Override // c.f.h.a.a.d public int a() { - return this.f402c.a(); + return this.f404c.a(); } @Override // c.f.h.a.a.d public int b() { - return this.f402c.b(); + return this.f404c.b(); } @Override // c.f.h.a.a.c.b @@ -68,7 +68,7 @@ public class a implements c.f.h.a.a.a, c.b { @Override // c.f.h.a.a.d public int e(int i) { - return this.f402c.e(i); + return this.f404c.e(i); } @Override // c.f.h.a.a.a @@ -86,12 +86,12 @@ public class a implements c.f.h.a.a.a, c.b { this.h = rect; c.f.h.a.b.f.b bVar = (c.f.h.a.b.f.b) this.d; c.f.j.a.c.a aVar = (c.f.j.a.c.a) bVar.b; - if (!c.f.j.a.c.a.a(aVar.f418c, rect).equals(aVar.d)) { + if (!c.f.j.a.c.a.a(aVar.f420c, rect).equals(aVar.d)) { aVar = new c.f.j.a.c.a(aVar.a, aVar.b, rect, aVar.i); } if (aVar != bVar.b) { bVar.b = aVar; - bVar.f405c = new c.f.j.a.c.d(aVar, bVar.d); + bVar.f407c = new c.f.j.a.c.d(aVar, bVar.d); } n(); } @@ -214,14 +214,14 @@ public class a implements c.f.h.a.a.a, c.b { } public final void n() { - int width = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f418c.getWidth(); + int width = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f420c.getWidth(); this.i = width; int i = -1; if (width == -1) { Rect rect = this.h; this.i = rect == null ? -1 : rect.width(); } - int height = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f418c.getHeight(); + int height = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f420c.getHeight(); this.j = height; if (height == -1) { Rect rect2 = this.h; diff --git a/app/src/main/java/c/f/h/a/b/d/a.java b/app/src/main/java/c/f/h/a/b/d/a.java index 111fa07658..9afc2445ff 100644 --- a/app/src/main/java/c/f/h/a/b/d/a.java +++ b/app/src/main/java/c/f/h/a/b/d/a.java @@ -6,7 +6,7 @@ public class a implements CacheKey { public final String a; public a(int i) { - this.a = c.d.b.a.a.k("anim://", i); + this.a = c.d.b.a.a.j("anim://", i); } @Override // com.facebook.cache.common.CacheKey diff --git a/app/src/main/java/c/f/h/a/b/d/b.java b/app/src/main/java/c/f/h/a/b/d/b.java index e37a1c26d6..02948e7c9b 100644 --- a/app/src/main/java/c/f/h/a/b/d/b.java +++ b/app/src/main/java/c/f/h/a/b/d/b.java @@ -17,7 +17,7 @@ public class b implements c.f.h.a.b.b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final SparseArray> f403c = new SparseArray<>(); + public final SparseArray> f405c = new SparseArray<>(); public CloseableReference d; public b(c cVar, boolean z2) { @@ -92,10 +92,10 @@ public class b implements c.f.h.a.b.b { return; } c cVar = this.a; - CloseableReference c2 = cVar.b.c(new c.b(cVar.a, i), C, cVar.f419c); + CloseableReference c2 = cVar.b.c(new c.b(cVar.a, i), C, cVar.f421c); if (CloseableReference.z(c2)) { - closeableReference2 = this.f403c.get(i); - this.f403c.put(i, c2); + closeableReference2 = this.f405c.get(i); + this.f405c.put(i, c2); int i3 = a.a; } C.close(); @@ -121,13 +121,13 @@ public class b implements c.f.h.a.b.b { closeableReference.close(); } this.d = null; - for (int i = 0; i < this.f403c.size(); i++) { - CloseableReference valueAt = this.f403c.valueAt(i); + for (int i = 0; i < this.f405c.size(); i++) { + CloseableReference valueAt = this.f405c.valueAt(i); if (valueAt != null) { valueAt.close(); } } - this.f403c.clear(); + this.f405c.clear(); } @Override // c.f.h.a.b.b @@ -141,9 +141,9 @@ public class b implements c.f.h.a.b.b { public synchronized void e(int i, CloseableReference closeableReference, int i2) { Objects.requireNonNull(closeableReference); synchronized (this) { - CloseableReference closeableReference2 = this.f403c.get(i); + CloseableReference closeableReference2 = this.f405c.get(i); if (closeableReference2 != null) { - this.f403c.delete(i); + this.f405c.delete(i); Class cls = CloseableReference.i; closeableReference2.close(); int i3 = a.a; @@ -155,7 +155,7 @@ public class b implements c.f.h.a.b.b { if (C != null) { closeableReference3 = this.d; c cVar = this.a; - this.d = cVar.b.c(new c.b(cVar.a, i), C, cVar.f419c); + this.d = cVar.b.c(new c.b(cVar.a, i), C, cVar.f421c); } if (C != null) { C.close(); diff --git a/app/src/main/java/c/f/h/a/b/e/c.java b/app/src/main/java/c/f/h/a/b/e/c.java index 526581e674..1b4d71614f 100644 --- a/app/src/main/java/c/f/h/a/b/e/c.java +++ b/app/src/main/java/c/f/h/a/b/e/c.java @@ -12,7 +12,7 @@ public class c implements b { public final c.f.h.a.b.c b; /* renamed from: c reason: collision with root package name */ - public final Bitmap.Config f404c; + public final Bitmap.Config f406c; public final ExecutorService d; public final SparseArray e = new SparseArray<>(); @@ -41,7 +41,7 @@ public class c implements b { return false; } else { try { - closeableReference = c.this.a.a(this.j.i(), this.j.g(), c.this.f404c); + closeableReference = c.this.a.a(this.j.i(), this.j.g(), c.this.f406c); i3 = -1; } catch (RuntimeException e) { c.f.d.e.a.l(c.class, "Failed to create frame bitmap", e); @@ -106,7 +106,7 @@ public class c implements b { public c(PlatformBitmapFactory platformBitmapFactory, c.f.h.a.b.c cVar, Bitmap.Config config, ExecutorService executorService) { this.a = platformBitmapFactory; this.b = cVar; - this.f404c = config; + this.f406c = config; this.d = executorService; } } diff --git a/app/src/main/java/c/f/h/a/b/f/a.java b/app/src/main/java/c/f/h/a/b/f/a.java index f5150b08ee..95af7b8210 100644 --- a/app/src/main/java/c/f/h/a/b/f/a.java +++ b/app/src/main/java/c/f/h/a/b/f/a.java @@ -16,7 +16,7 @@ public class a implements d { @Override // c.f.h.a.a.d public int b() { - return ((c.f.j.a.c.a) this.a).f418c.b(); + return ((c.f.j.a.c.a) this.a).f420c.b(); } @Override // c.f.h.a.a.d diff --git a/app/src/main/java/c/f/h/a/b/f/b.java b/app/src/main/java/c/f/h/a/b/f/b.java index fdd2a5a971..448634bfdc 100644 --- a/app/src/main/java/c/f/h/a/b/f/b.java +++ b/app/src/main/java/c/f/h/a/b/f/b.java @@ -10,7 +10,7 @@ public class b implements c { public c.f.j.a.a.a b; /* renamed from: c reason: collision with root package name */ - public d f405c; + public d f407c; public final d.a d; /* compiled from: AnimatedDrawableBackendFrameRenderer */ @@ -33,12 +33,12 @@ public class b implements c { this.d = aVar2; this.a = bVar; this.b = aVar; - this.f405c = new d(aVar, aVar2); + this.f407c = new d(aVar, aVar2); } public boolean a(int i, Bitmap bitmap) { try { - this.f405c.d(i, bitmap); + this.f407c.d(i, bitmap); return true; } catch (IllegalStateException e) { c.f.d.e.a.d(b.class, e, "Rendering of frame unsuccessful. Frame number: %d", Integer.valueOf(i)); diff --git a/app/src/main/java/c/f/h/a/c/a.java b/app/src/main/java/c/f/h/a/c/a.java index 3e8a70d448..10ec39fc7e 100644 --- a/app/src/main/java/c/f/h/a/c/a.java +++ b/app/src/main/java/c/f/h/a/c/a.java @@ -22,17 +22,17 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { public long r; /* renamed from: s reason: collision with root package name */ - public long f406s; + public long f408s; public int t; public long u; public int v; public volatile b w; /* renamed from: x reason: collision with root package name */ - public e f407x; + public e f409x; /* renamed from: y reason: collision with root package name */ - public final Runnable f408y; + public final Runnable f410y; /* compiled from: AnimatedDrawable2 */ /* renamed from: c.f.h.a.c.a$a reason: collision with other inner class name */ @@ -43,7 +43,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // java.lang.Runnable public void run() { a aVar = a.this; - aVar.unscheduleSelf(aVar.f408y); + aVar.unscheduleSelf(aVar.f410y); a.this.invalidateSelf(); } } @@ -55,7 +55,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { public a(c.f.h.a.a.a aVar) { this.u = 8; this.w = j; - this.f408y = new RunnableC0059a(); + this.f410y = new RunnableC0059a(); this.k = aVar; this.l = aVar == null ? null : new c.f.h.a.e.a(aVar); } @@ -116,7 +116,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { if (j2 == -1) { long j7 = this.n + j2 + this.u; this.p = j7; - scheduleSelf(this.f408y, j7); + scheduleSelf(this.f410y, j7); } else { Objects.requireNonNull(this.w); this.m = false; @@ -178,10 +178,10 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // android.graphics.drawable.Drawable public void setAlpha(int i2) { - if (this.f407x == null) { - this.f407x = new e(); + if (this.f409x == null) { + this.f409x = new e(); } - this.f407x.a = i2; + this.f409x.a = i2; c.f.h.a.a.a aVar = this.k; if (aVar != null) { aVar.f(i2); @@ -190,11 +190,11 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { - if (this.f407x == null) { - this.f407x = new e(); + if (this.f409x == null) { + this.f409x = new e(); } - e eVar = this.f407x; - eVar.f383c = colorFilter; + e eVar = this.f409x; + eVar.f385c = colorFilter; eVar.b = true; c.f.h.a.a.a aVar = this.k; if (aVar != null) { @@ -211,7 +211,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { long j2 = uptimeMillis - this.r; this.n = j2; this.p = j2; - this.o = uptimeMillis - this.f406s; + this.o = uptimeMillis - this.f408s; this.q = this.t; invalidateSelf(); Objects.requireNonNull(this.w); @@ -223,14 +223,14 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { if (this.m) { long uptimeMillis = SystemClock.uptimeMillis(); this.r = uptimeMillis - this.n; - this.f406s = uptimeMillis - this.o; + this.f408s = uptimeMillis - this.o; this.t = this.q; this.m = false; this.n = 0; this.p = 0; this.o = -1; this.q = -1; - unscheduleSelf(this.f408y); + unscheduleSelf(this.f410y); Objects.requireNonNull(this.w); } } diff --git a/app/src/main/java/c/f/h/a/d/e.java b/app/src/main/java/c/f/h/a/d/e.java index 46ca49ed8a..401358d911 100644 --- a/app/src/main/java/c/f/h/a/d/e.java +++ b/app/src/main/java/c/f/h/a/d/e.java @@ -19,7 +19,7 @@ public class e implements a { public final ScheduledExecutorService b; /* renamed from: c reason: collision with root package name */ - public final ExecutorService f409c; + public final ExecutorService f411c; public final c.f.d.k.b d; public final PlatformBitmapFactory e; public final m f; @@ -29,7 +29,7 @@ public class e implements a { public e(b bVar, ScheduledExecutorService scheduledExecutorService, ExecutorService executorService, c.f.d.k.b bVar2, PlatformBitmapFactory platformBitmapFactory, m mVar, Supplier supplier, Supplier supplier2) { this.a = bVar; this.b = scheduledExecutorService; - this.f409c = executorService; + this.f411c = executorService; this.d = bVar2; this.e = platformBitmapFactory; this.f = mVar; @@ -67,7 +67,7 @@ public class e implements a { intValue = this.h.get().intValue(); if (intValue <= 0) { d dVar2 = new d(intValue); - cVar2 = new c.f.h.a.b.e.c(this.e, bVar3, Bitmap.Config.ARGB_8888, this.f409c); + cVar2 = new c.f.h.a.b.e.c(this.e, bVar3, Bitmap.Config.ARGB_8888, this.f411c); dVar = dVar2; } else { dVar = null; diff --git a/app/src/main/java/c/f/h/b/a/b.java b/app/src/main/java/c/f/h/b/a/b.java index f44f7c002a..02a63cc621 100644 --- a/app/src/main/java/c/f/h/b/a/b.java +++ b/app/src/main/java/c/f/h/b/a/b.java @@ -10,7 +10,7 @@ public interface b { public Map b; /* renamed from: c reason: collision with root package name */ - public Map f410c; + public Map f412c; public Map d; public Object e; } diff --git a/app/src/main/java/c/f/i/a.java b/app/src/main/java/c/f/i/a.java index f9494734a8..8de567af37 100644 --- a/app/src/main/java/c/f/i/a.java +++ b/app/src/main/java/c/f/i/a.java @@ -8,7 +8,7 @@ public class a implements c.a { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final byte[] f411c; + public static final byte[] f413c; public static final int d; public static final byte[] e = AnimatableValueParser.f("GIF87a"); public static final byte[] f = AnimatableValueParser.f("GIF89a"); @@ -28,7 +28,7 @@ public class a implements c.a { a = bArr; b = bArr.length; byte[] bArr2 = {-119, 80, 78, 71, 13, 10, 26, 10}; - f411c = bArr2; + f413c = bArr2; d = bArr2.length; byte[] f2 = AnimatableValueParser.f("BM"); g = f2; @@ -90,12 +90,12 @@ public class a implements c.a { if (i2 >= bArr3.length && AnimatableValueParser.T0(bArr, bArr3, 0)) { return b.a; } - byte[] bArr4 = f411c; + byte[] bArr4 = f413c; if (i2 >= bArr4.length && AnimatableValueParser.T0(bArr, bArr4, 0)) { return b.b; } if (i2 >= 6 && (AnimatableValueParser.T0(bArr, e, 0) || AnimatableValueParser.T0(bArr, f, 0))) { - return b.f412c; + return b.f414c; } byte[] bArr5 = g; if (i2 < bArr5.length ? false : AnimatableValueParser.T0(bArr, bArr5, 0)) { diff --git a/app/src/main/java/c/f/i/b.java b/app/src/main/java/c/f/i/b.java index 9a432d5db2..5cc71cab90 100644 --- a/app/src/main/java/c/f/i/b.java +++ b/app/src/main/java/c/f/i/b.java @@ -5,7 +5,7 @@ public final class b { public static final c b = new c("PNG", "png"); /* renamed from: c reason: collision with root package name */ - public static final c f412c = new c("GIF", "gif"); + public static final c f414c = new c("GIF", "gif"); public static final c d = new c("BMP", "bmp"); public static final c e = new c("ICO", "ico"); public static final c f = new c("WEBP_SIMPLE", "webp"); diff --git a/app/src/main/java/c/f/i/d.java b/app/src/main/java/c/f/i/d.java index 187c7db7f8..b34429c168 100644 --- a/app/src/main/java/c/f/i/d.java +++ b/app/src/main/java/c/f/i/d.java @@ -13,7 +13,7 @@ public class d { public int b; /* renamed from: c reason: collision with root package name */ - public List f413c; + public List f415c; public final c.a d = new a(); public d() { @@ -31,18 +31,18 @@ public class d { if (inputStream.markSupported()) { try { inputStream.mark(i2); - i = AnimatableValueParser.b2(inputStream, bArr, 0, i2); + i = AnimatableValueParser.c2(inputStream, bArr, 0, i2); } finally { inputStream.reset(); } } else { - i = AnimatableValueParser.b2(inputStream, bArr, 0, i2); + i = AnimatableValueParser.c2(inputStream, bArr, 0, i2); } c b = c2.d.b(bArr, i); if (!(b == null || b == c.a)) { return b; } - List list = c2.f413c; + List list = c2.f415c; if (list != null) { for (c.a aVar : list) { c b2 = aVar.b(bArr, i); @@ -76,7 +76,7 @@ public class d { public final void d() { this.b = this.d.a(); - List list = this.f413c; + List list = this.f415c; if (list != null) { for (c.a aVar : list) { this.b = Math.max(this.b, aVar.a()); diff --git a/app/src/main/java/c/f/j/a/a/b.java b/app/src/main/java/c/f/j/a/a/b.java index 20313bb4f5..afea02d37f 100644 --- a/app/src/main/java/c/f/j/a/a/b.java +++ b/app/src/main/java/c/f/j/a/a/b.java @@ -5,7 +5,7 @@ public class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f414c; + public final int f416c; public final int d; public final int e; public final int f; @@ -13,7 +13,7 @@ public class b { public b(int i, int i2, int i3, int i4, int i5, int i6, int i7) { this.a = i2; this.b = i3; - this.f414c = i4; + this.f416c = i4; this.d = i5; this.e = i6; this.f = i7; diff --git a/app/src/main/java/c/f/j/a/a/e.java b/app/src/main/java/c/f/j/a/a/e.java index 45a400042f..80e5eb284d 100644 --- a/app/src/main/java/c/f/j/a/a/e.java +++ b/app/src/main/java/c/f/j/a/a/e.java @@ -11,7 +11,7 @@ public class e { public CloseableReference b; /* renamed from: c reason: collision with root package name */ - public List> f415c; + public List> f417c; public a d; public e(f fVar) { @@ -19,7 +19,7 @@ public class e { Objects.requireNonNull(cVar); this.a = cVar; this.b = CloseableReference.p(fVar.b); - this.f415c = CloseableReference.r(fVar.f416c); + this.f417c = CloseableReference.r(fVar.f418c); this.d = fVar.e; } } diff --git a/app/src/main/java/c/f/j/a/a/f.java b/app/src/main/java/c/f/j/a/a/f.java index ec36a15085..23fac55ab0 100644 --- a/app/src/main/java/c/f/j/a/a/f.java +++ b/app/src/main/java/c/f/j/a/a/f.java @@ -10,7 +10,7 @@ public class f { public CloseableReference b; /* renamed from: c reason: collision with root package name */ - public List> f416c; + public List> f418c; public int d; public a e; @@ -26,8 +26,8 @@ public class f { closeableReference.close(); } this.b = null; - CloseableReference.t(this.f416c); - this.f416c = null; + CloseableReference.t(this.f418c); + this.f418c = null; return eVar; } catch (Throwable th) { CloseableReference closeableReference2 = this.b; @@ -36,8 +36,8 @@ public class f { closeableReference2.close(); } this.b = null; - CloseableReference.t(this.f416c); - this.f416c = null; + CloseableReference.t(this.f418c); + this.f418c = null; throw th; } } diff --git a/app/src/main/java/c/f/j/a/b/e.java b/app/src/main/java/c/f/j/a/b/e.java index e01c1680db..0c0a2b6156 100644 --- a/app/src/main/java/c/f/j/a/b/e.java +++ b/app/src/main/java/c/f/j/a/b/e.java @@ -14,7 +14,7 @@ public class e implements d { public static c b; /* renamed from: c reason: collision with root package name */ - public final b f417c; + public final b f419c; public final PlatformBitmapFactory d; static { @@ -34,7 +34,7 @@ public class e implements d { } public e(b bVar, PlatformBitmapFactory platformBitmapFactory) { - this.f417c = bVar; + this.f419c = bVar; this.d = platformBitmapFactory; } @@ -44,7 +44,7 @@ public class e implements d { f fVar = new f(cVar); fVar.b = CloseableReference.p(null); fVar.d = 0; - fVar.f416c = CloseableReference.r(null); + fVar.f418c = CloseableReference.r(null); fVar.e = null; a aVar = new a(fVar.a()); CloseableReference.t(null); diff --git a/app/src/main/java/c/f/j/a/c/a.java b/app/src/main/java/c/f/j/a/c/a.java index 0bffa9bdc4..5fa0b2149d 100644 --- a/app/src/main/java/c/f/j/a/c/a.java +++ b/app/src/main/java/c/f/j/a/c/a.java @@ -15,7 +15,7 @@ public class a implements c.f.j.a.a.a { public final e b; /* renamed from: c reason: collision with root package name */ - public final c f418c; + public final c f420c; public final Rect d; public final int[] e; public final b[] f; @@ -28,7 +28,7 @@ public class a implements c.f.j.a.a.a { this.a = aVar; this.b = eVar; c cVar = eVar.a; - this.f418c = cVar; + this.f420c = cVar; int[] h = cVar.h(); this.e = h; Objects.requireNonNull(aVar); @@ -51,11 +51,11 @@ public class a implements c.f.j.a.a.a { iArr3[i4] = i3; i3 += iArr2[i4]; } - this.d = a(this.f418c, rect); + this.d = a(this.f420c, rect); this.i = z2; - this.f = new b[this.f418c.a()]; - for (int i5 = 0; i5 < this.f418c.a(); i5++) { - this.f[i5] = this.f418c.f(i5); + this.f = new b[this.f420c.a()]; + for (int i5 = 0; i5 < this.f420c.a(); i5++) { + this.f[i5] = this.f420c.f(i5); } } @@ -64,7 +64,7 @@ public class a implements c.f.j.a.a.a { } public int b() { - return this.f418c.a(); + return this.f420c.a(); } public final synchronized Bitmap c(int i, int i2) { @@ -86,9 +86,9 @@ public class a implements c.f.j.a.a.a { } public void d(int i, Canvas canvas) { - d d = this.f418c.d(i); + d d = this.f420c.d(i); try { - if (this.f418c.e()) { + if (this.f420c.e()) { f(canvas, d); } else { e(canvas, d); @@ -127,8 +127,8 @@ public class a implements c.f.j.a.a.a { } public final void f(Canvas canvas, d dVar) { - double width = ((double) this.d.width()) / ((double) this.f418c.getWidth()); - double height = ((double) this.d.height()) / ((double) this.f418c.getHeight()); + double width = ((double) this.d.width()) / ((double) this.f420c.getWidth()); + double height = ((double) this.d.height()) / ((double) this.f420c.getHeight()); int round = (int) Math.round(((double) dVar.getWidth()) * width); int round2 = (int) Math.round(((double) dVar.getHeight()) * height); int b = (int) (((double) dVar.b()) * width); diff --git a/app/src/main/java/c/f/j/a/c/c.java b/app/src/main/java/c/f/j/a/c/c.java index e8ed83c8b1..282bc6233b 100644 --- a/app/src/main/java/c/f/j/a/c/c.java +++ b/app/src/main/java/c/f/j/a/c/c.java @@ -12,7 +12,7 @@ public class c { public final m b; /* renamed from: c reason: collision with root package name */ - public final m.b f419c = new a(); + public final m.b f421c = new a(); public final LinkedHashSet d = new LinkedHashSet<>(); /* compiled from: AnimatedFrameCache */ @@ -72,10 +72,10 @@ public class c { } public String toString() { - i F2 = AnimatableValueParser.F2(this); - F2.c("imageCacheKey", this.a); - F2.a("frameIndex", this.b); - return F2.toString(); + i G2 = AnimatableValueParser.G2(this); + G2.c("imageCacheKey", this.a); + G2.a("frameIndex", this.b); + return G2.toString(); } } diff --git a/app/src/main/java/c/f/j/a/c/d.java b/app/src/main/java/c/f/j/a/c/d.java index eea40cab4c..3bea7bc3fb 100644 --- a/app/src/main/java/c/f/j/a/c/d.java +++ b/app/src/main/java/c/f/j/a/c/d.java @@ -14,7 +14,7 @@ public class d { public final a b; /* renamed from: c reason: collision with root package name */ - public final Paint f420c; + public final Paint f422c; /* compiled from: AnimatedImageCompositor */ public interface a { @@ -27,7 +27,7 @@ public class d { this.a = aVar; this.b = aVar2; Paint paint = new Paint(); - this.f420c = paint; + this.f422c = paint; paint.setColor(0); paint.setStyle(Paint.Style.FILL); paint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC)); @@ -36,11 +36,11 @@ public class d { public final void a(Canvas canvas, b bVar) { int i = bVar.a; int i2 = bVar.b; - canvas.drawRect((float) i, (float) i2, (float) (i + bVar.f414c), (float) (i2 + bVar.d), this.f420c); + canvas.drawRect((float) i, (float) i2, (float) (i + bVar.f416c), (float) (i2 + bVar.d), this.f422c); } public final boolean b(b bVar) { - return bVar.a == 0 && bVar.b == 0 && bVar.f414c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); + return bVar.a == 0 && bVar.b == 0 && bVar.f416c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); } public final boolean c(int i) { diff --git a/app/src/main/java/c/f/j/c/b.java b/app/src/main/java/c/f/j/c/b.java index 6ead82fdd4..becf766997 100644 --- a/app/src/main/java/c/f/j/c/b.java +++ b/app/src/main/java/c/f/j/c/b.java @@ -12,7 +12,7 @@ public class b implements CacheKey { public final e b; /* renamed from: c reason: collision with root package name */ - public final f f421c; + public final f f423c; public final c.f.j.d.b d; public final CacheKey e; public final String f; @@ -23,7 +23,7 @@ public class b implements CacheKey { Objects.requireNonNull(str); this.a = str; this.b = eVar; - this.f421c = fVar; + this.f423c = fVar; this.d = bVar; this.e = cacheKey; this.f = str2; @@ -56,7 +56,7 @@ public class b implements CacheKey { return false; } b bVar = (b) obj; - return this.g == bVar.g && this.a.equals(bVar.a) && AnimatableValueParser.i0(this.b, bVar.b) && AnimatableValueParser.i0(this.f421c, bVar.f421c) && AnimatableValueParser.i0(this.d, bVar.d) && AnimatableValueParser.i0(this.e, bVar.e) && AnimatableValueParser.i0(this.f, bVar.f); + return this.g == bVar.g && this.a.equals(bVar.a) && AnimatableValueParser.i0(this.b, bVar.b) && AnimatableValueParser.i0(this.f423c, bVar.f423c) && AnimatableValueParser.i0(this.d, bVar.d) && AnimatableValueParser.i0(this.e, bVar.e) && AnimatableValueParser.i0(this.f, bVar.f); } @Override // com.facebook.cache.common.CacheKey @@ -65,6 +65,6 @@ public class b implements CacheKey { } public String toString() { - return String.format(null, "%s_%s_%s_%s_%s_%s_%d", this.a, this.b, this.f421c, this.d, this.e, this.f, Integer.valueOf(this.g)); + return String.format(null, "%s_%s_%s_%s_%s_%s_%d", this.a, this.b, this.f423c, this.d, this.e, this.f, Integer.valueOf(this.g)); } } diff --git a/app/src/main/java/c/f/j/c/f.java b/app/src/main/java/c/f/j/c/f.java index be0a6b04c0..00c66806d1 100644 --- a/app/src/main/java/c/f/j/c/f.java +++ b/app/src/main/java/c/f/j/c/f.java @@ -23,7 +23,7 @@ public class f { public final g b; /* renamed from: c reason: collision with root package name */ - public final j f422c; + public final j f424c; public final Executor d; public final Executor e; public final a0 f = new a0(); @@ -69,7 +69,7 @@ public class f { public f(h hVar, g gVar, j jVar, Executor executor, Executor executor2, r rVar) { this.a = hVar; this.b = gVar; - this.f422c = jVar; + this.f424c = jVar; this.d = executor; this.e = executor2; this.g = rVar; @@ -156,7 +156,7 @@ public class f { Objects.requireNonNull((z) this.g); Executor executor = z.g.a; if (eVar instanceof Boolean) { - return ((Boolean) eVar).booleanValue() ? z.g.f2898c : z.g.d; + return ((Boolean) eVar).booleanValue() ? z.g.f2901c : z.g.d; } z.g gVar = new z.g<>(); if (gVar.h(eVar)) { diff --git a/app/src/main/java/c/f/j/c/l.java b/app/src/main/java/c/f/j/c/l.java index 27159f3f68..021dabe10c 100644 --- a/app/src/main/java/c/f/j/c/l.java +++ b/app/src/main/java/c/f/j/c/l.java @@ -11,7 +11,7 @@ public class l { public final LinkedHashMap b = new LinkedHashMap<>(); /* renamed from: c reason: collision with root package name */ - public int f423c = 0; + public int f425c = 0; public l(b0 b0Var) { this.a = b0Var; @@ -22,7 +22,7 @@ public class l { } public synchronized int b() { - return this.f423c; + return this.f425c; } public final int c(V v) { @@ -35,16 +35,16 @@ public class l { public synchronized V d(K k, V v) { V remove; remove = this.b.remove(k); - this.f423c -= c(remove); + this.f425c -= c(remove); this.b.put(k, v); - this.f423c += c(v); + this.f425c += c(v); return remove; } public synchronized V e(K k) { V remove; remove = this.b.remove(k); - this.f423c -= c(remove); + this.f425c -= c(remove); return remove; } @@ -58,7 +58,7 @@ public class l { next.getKey(); } arrayList.add(next.getValue()); - this.f423c -= c(next.getValue()); + this.f425c -= c(next.getValue()); it.remove(); } return arrayList; diff --git a/app/src/main/java/c/f/j/c/m.java b/app/src/main/java/c/f/j/c/m.java index 83bb4b64d3..8158e7bb95 100644 --- a/app/src/main/java/c/f/j/c/m.java +++ b/app/src/main/java/c/f/j/c/m.java @@ -13,7 +13,7 @@ public interface m extends w, c.f.d.g.b { public final CloseableReference b; /* renamed from: c reason: collision with root package name */ - public int f424c = 0; + public int f426c = 0; public boolean d = false; public final b e; diff --git a/app/src/main/java/c/f/j/c/n.java b/app/src/main/java/c/f/j/c/n.java index 7fb7b44719..c7919be696 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.f2195c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2198c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2195c.toString()); + return new f(imageRequest.f2198c.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.f2195c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2198c.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 3ed2f3e53b..cabfc0c30b 100644 --- a/app/src/main/java/c/f/j/c/v.java +++ b/app/src/main/java/c/f/j/c/v.java @@ -23,7 +23,7 @@ public class v implements m, w { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public final l> f425c; + public final l> f427c; public final b0 d; public final Supplier e; public MemoryCacheParams f; @@ -49,8 +49,8 @@ public class v implements m, w { synchronized (vVar) { synchronized (vVar) { z2 = false; - AnimatableValueParser.B(aVar.f424c > 0); - aVar.f424c--; + AnimatableValueParser.B(aVar.f426c > 0); + aVar.f426c--; } CloseableReference.s(vVar.o(aVar)); if (!z2) { @@ -63,7 +63,7 @@ public class v implements m, w { vVar.j(); } synchronized (vVar) { - if (!aVar.d && aVar.f424c == 0) { + if (!aVar.d && aVar.f426c == 0) { vVar.b.d(aVar.a, aVar); z2 = true; } @@ -81,7 +81,7 @@ public class v implements m, w { new WeakHashMap(); this.d = b0Var; this.b = new l<>(new u(this, b0Var)); - this.f425c = new l<>(new u(this, b0Var)); + this.f427c = new l<>(new u(this, b0Var)); this.e = supplier; MemoryCacheParams memoryCacheParams = supplier.get(); AnimatableValueParser.y(memoryCacheParams, "mMemoryCacheParamsSupplier returned null"); @@ -111,9 +111,9 @@ public class v implements m, w { e = this.b.e(k); z2 = false; if (e != null) { - m.a e2 = this.f425c.e(k); + m.a e2 = this.f427c.e(k); Objects.requireNonNull(e2); - if (e2.f424c == 0) { + if (e2.f426c == 0) { z2 = true; } AnimatableValueParser.B(z2); @@ -140,7 +140,7 @@ public class v implements m, w { m(); synchronized (this) { m.a e = this.b.e(k); - m.a e2 = this.f425c.e(k); + m.a e2 = this.f427c.e(k); closeableReference2 = null; if (e2 != null) { g(e2); @@ -165,7 +165,7 @@ public class v implements m, w { } if (z2) { m.a aVar = new m.a<>(k, closeableReference, bVar); - this.f425c.d(k, aVar); + this.f427c.d(k, aVar); closeableReference2 = n(aVar); } if (closeableReference3 != null) { @@ -178,7 +178,7 @@ public class v implements m, w { @Override // c.f.j.c.w public synchronized boolean contains(K k) { boolean containsKey; - l> lVar = this.f425c; + l> lVar = this.f427c; synchronized (lVar) { containsKey = lVar.b.containsKey(k); } @@ -191,7 +191,7 @@ public class v implements m, w { ArrayList> f2; synchronized (this) { f = this.b.f(jVar); - f2 = this.f425c.f(jVar); + f2 = this.f427c.f(jVar); h(f2); } i(f2); @@ -202,11 +202,11 @@ public class v implements m, w { } public synchronized int e() { - return this.f425c.a() - this.b.a(); + return this.f427c.a() - this.b.a(); } public synchronized int f() { - return this.f425c.b() - this.b.b(); + return this.f427c.b() - this.b.b(); } public final synchronized void g(m.a aVar) { @@ -223,7 +223,7 @@ public class v implements m, w { CloseableReference closeableReference = null; synchronized (this) { e = this.b.e(k); - l> lVar = this.f425c; + l> lVar = this.f427c; synchronized (lVar) { aVar = lVar.b.get(k); } @@ -262,7 +262,7 @@ public class v implements m, w { MemoryCacheParams memoryCacheParams = this.f; int min = Math.min(memoryCacheParams.d, memoryCacheParams.b - e()); MemoryCacheParams memoryCacheParams2 = this.f; - p = p(min, Math.min(memoryCacheParams2.f2188c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2191c, memoryCacheParams2.a - f())); h(p); } i(p); @@ -290,7 +290,7 @@ public class v implements m, w { public final synchronized CloseableReference n(m.a aVar) { synchronized (this) { AnimatableValueParser.B(!aVar.d); - aVar.f424c++; + aVar.f426c++; } return CloseableReference.G(aVar.b.w(), new a(aVar)); return CloseableReference.G(aVar.b.w(), new a(aVar)); @@ -298,7 +298,7 @@ public class v implements m, w { public final synchronized CloseableReference o(m.a aVar) { Objects.requireNonNull(aVar); - return (!aVar.d || aVar.f424c != 0) ? null : aVar.b; + return (!aVar.d || aVar.f426c != 0) ? null : aVar.b; } public final synchronized ArrayList> p(int i, int i2) { @@ -319,7 +319,7 @@ public class v implements m, w { } if (next != null) { this.b.e(next); - arrayList.add(this.f425c.e(next)); + arrayList.add(this.f427c.e(next)); } else { throw new IllegalStateException(String.format("key is null, but exclusiveEntries count: %d, size: %d", Integer.valueOf(this.b.a()), Integer.valueOf(this.b.b()))); } diff --git a/app/src/main/java/c/f/j/d/b.java b/app/src/main/java/c/f/j/d/b.java index 6b151b9630..30e943bff3 100644 --- a/app/src/main/java/c/f/j/d/b.java +++ b/app/src/main/java/c/f/j/d/b.java @@ -10,7 +10,7 @@ public class b { public final int b = 100; /* renamed from: c reason: collision with root package name */ - public final int f426c = Integer.MAX_VALUE; + public final int f428c = Integer.MAX_VALUE; public final Bitmap.Config d; public b(c cVar) { @@ -25,26 +25,26 @@ public class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f426c == bVar.f426c && this.d == bVar.d; + return this.b == bVar.b && this.f428c == bVar.f428c && this.d == bVar.d; } public int hashCode() { - return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f426c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; + return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f428c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; } public String toString() { - StringBuilder L = a.L("ImageDecodeOptions{"); - i F2 = AnimatableValueParser.F2(this); - F2.a("minDecodeIntervalMs", this.b); - F2.a("maxDimensionPx", this.f426c); - F2.b("decodePreviewFrame", false); - F2.b("useLastFrameForPreview", false); - F2.b("decodeAllFrames", false); - F2.b("forceStaticImage", false); - F2.c("bitmapConfigName", this.d.name()); - F2.c("customImageDecoder", null); - F2.c("bitmapTransformation", null); - F2.c("colorSpace", null); - return a.D(L, F2.toString(), "}"); + StringBuilder K = a.K("ImageDecodeOptions{"); + i G2 = AnimatableValueParser.G2(this); + G2.a("minDecodeIntervalMs", this.b); + G2.a("maxDimensionPx", this.f428c); + G2.b("decodePreviewFrame", false); + G2.b("useLastFrameForPreview", false); + G2.b("decodeAllFrames", false); + G2.b("forceStaticImage", false); + G2.c("bitmapConfigName", this.d.name()); + G2.c("customImageDecoder", null); + G2.c("bitmapTransformation", null); + G2.c("colorSpace", null); + return a.C(K, G2.toString(), "}"); } } diff --git a/app/src/main/java/c/f/j/d/e.java b/app/src/main/java/c/f/j/d/e.java index 9f1a160f48..326f00cbbf 100644 --- a/app/src/main/java/c/f/j/d/e.java +++ b/app/src/main/java/c/f/j/d/e.java @@ -7,7 +7,7 @@ public class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final float f427c; + public final float f429c; public final float d; public e(int i, int i2) { @@ -16,7 +16,7 @@ public class e { AnimatableValueParser.j(Boolean.valueOf(i2 <= 0 ? false : z2)); this.a = i; this.b = i2; - this.f427c = 2048.0f; + this.f429c = 2048.0f; this.d = 0.6666667f; } diff --git a/app/src/main/java/c/f/j/d/f.java b/app/src/main/java/c/f/j/d/f.java index 861ace6324..043a287fe6 100644 --- a/app/src/main/java/c/f/j/d/f.java +++ b/app/src/main/java/c/f/j/d/f.java @@ -8,27 +8,27 @@ public class f { public static final f b = new f(-1, true); /* renamed from: c reason: collision with root package name */ - public final int f428c; + public final int f430c; public final boolean d; public f(int i, boolean z2) { - this.f428c = i; + this.f430c = i; this.d = z2; } public int a() { if (!c()) { - return this.f428c; + return this.f430c; } throw new IllegalStateException("Rotation is set to use EXIF"); } public boolean b() { - return this.f428c != -2; + return this.f430c != -2; } public boolean c() { - return this.f428c == -1; + return this.f430c == -1; } public boolean equals(@Nullable Object obj) { @@ -39,14 +39,14 @@ public class f { return false; } f fVar = (f) obj; - return this.f428c == fVar.f428c && this.d == fVar.d; + return this.f430c == fVar.f430c && this.d == fVar.d; } public int hashCode() { - return AnimatableValueParser.W0(Integer.valueOf(this.f428c), Boolean.valueOf(this.d)); + return AnimatableValueParser.W0(Integer.valueOf(this.f430c), Boolean.valueOf(this.d)); } public String toString() { - return String.format(null, "%d defer:%b", Integer.valueOf(this.f428c), Boolean.valueOf(this.d)); + return String.format(null, "%d defer:%b", Integer.valueOf(this.f430c), Boolean.valueOf(this.d)); } } diff --git a/app/src/main/java/c/f/j/e/b.java b/app/src/main/java/c/f/j/e/b.java index 4b26893a7a..55fa43181c 100644 --- a/app/src/main/java/c/f/j/e/b.java +++ b/app/src/main/java/c/f/j/e/b.java @@ -9,13 +9,13 @@ public class b implements e { public final Executor b; /* renamed from: c reason: collision with root package name */ - public final Executor f429c; + public final Executor f431c; public final Executor d; public final ScheduledExecutorService e; public b(int i) { this.b = Executors.newFixedThreadPool(i, new n(10, "FrescoDecodeExecutor", true)); - this.f429c = Executors.newFixedThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); + this.f431c = Executors.newFixedThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); this.e = Executors.newScheduledThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); this.d = Executors.newFixedThreadPool(1, new n(10, "FrescoLightWeightBackgroundExecutor", true)); } @@ -32,7 +32,7 @@ public class b implements e { @Override // c.f.j.e.e public Executor c() { - return this.f429c; + return this.f431c; } @Override // c.f.j.e.e diff --git a/app/src/main/java/c/f/j/e/c.java b/app/src/main/java/c/f/j/e/c.java index ce36154683..0d309ae782 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.f2176c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2179c, 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 79e7a41af9..44eab105c7 100644 --- a/app/src/main/java/c/f/j/e/h.java +++ b/app/src/main/java/c/f/j/e/h.java @@ -28,7 +28,7 @@ public class h { public final e b; /* renamed from: c reason: collision with root package name */ - public final d f430c; + public final d f432c; public final Supplier d; public final w e; public final w f; @@ -46,7 +46,7 @@ public class h { public h(p pVar, Set set, Set set2, Supplier supplier, w wVar, w wVar2, f fVar, f fVar2, i iVar, f1 f1Var, Supplier supplier2, Supplier supplier3, a aVar, j jVar) { this.a = pVar; this.b = new c.f.j.k.c(set); - this.f430c = new b(set2); + this.f432c = new b(set2); this.d = supplier; this.e = wVar; this.f = wVar2; @@ -77,7 +77,7 @@ public class h { e eVar3 = imageRequest.r; if (eVar3 == null) { eVar2 = this.b; - b0 b0Var = new b0(eVar2, this.f430c); + b0 b0Var = new b0(eVar2, this.f432c); aVar = this.k; if (aVar != null) { aVar.a(obj, false); @@ -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.f2195c)) { + if (c.f.d.l.b.e(imageRequest.f2198c)) { z2 = false; c1 c1Var = new c1(imageRequest, valueOf, str, b0Var, obj, f, false, z2, imageRequest.l, this.l); c.f.j.r.b.b(); @@ -106,7 +106,7 @@ public class h { e eVar4 = imageRequest.r; if (eVar4 == null) { eVar2 = new c.f.j.k.c(this.b, eVar); - b0 b0Var = new b0(eVar2, this.f430c); + b0 b0Var = new b0(eVar2, this.f432c); aVar = this.k; if (aVar != null) { } @@ -124,7 +124,7 @@ public class h { cVar2 = new c.f.j.k.c(this.b, eVar, eVar4); } eVar2 = cVar2; - b0 b0Var = new b0(eVar2, this.f430c); + b0 b0Var = new b0(eVar2, this.f432c); aVar = this.k; if (aVar != null) { } diff --git a/app/src/main/java/c/f/j/e/j.java b/app/src/main/java/c/f/j/e/j.java index a45ea803c5..3c5ff71711 100644 --- a/app/src/main/java/c/f/j/e/j.java +++ b/app/src/main/java/c/f/j/e/j.java @@ -30,7 +30,7 @@ public class j { public final Bitmap.Config b; /* renamed from: c reason: collision with root package name */ - public final Supplier f431c; + public final Supplier f433c; public final w.a d; public final i e; public final Context f; @@ -48,20 +48,20 @@ public class j { public final c.f.j.h.c r; /* renamed from: s reason: collision with root package name */ - public final Set f432s; + public final Set f434s; public final Set t; public final boolean u; public final DiskCacheConfig v; public final k w; /* renamed from: x reason: collision with root package name */ - public final boolean f433x; + public final boolean f435x; /* renamed from: y reason: collision with root package name */ - public final c.f.j.g.a f434y; + public final c.f.j.g.a f436y; /* renamed from: z reason: collision with root package name */ - public final c.f.j.c.a f435z; + public final c.f.j.c.a f437z; /* compiled from: ImagePipelineConfig */ public static class a { @@ -69,7 +69,7 @@ public class j { public final Context b; /* renamed from: c reason: collision with root package name */ - public boolean f436c = false; + public boolean f438c = false; public DiskCacheConfig d; public DiskCacheConfig e; public final k.b f = new k.b(this); @@ -95,7 +95,7 @@ public class j { c.f.j.r.b.b(); this.w = new k(aVar.f, null); Supplier supplier = aVar.a; - this.f431c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService("activity")) : supplier; + this.f433c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService("activity")) : supplier; this.d = new c.f.j.c.c(); this.b = Bitmap.Config.ARGB_8888; synchronized (n.class) { @@ -109,7 +109,7 @@ public class j { Objects.requireNonNull(context); this.f = context; this.h = new c(new d()); - this.g = aVar.f436c; + this.g = aVar.f438c; this.i = new o(); synchronized (z.class) { if (z.a == null) { @@ -140,15 +140,15 @@ public class j { x xVar = new x(new c.f.j.l.w(new w.b(null), null)); this.q = xVar; this.r = new c.f.j.h.e(); - this.f432s = new HashSet(); + this.f434s = new HashSet(); this.t = new HashSet(); this.u = true; DiskCacheConfig diskCacheConfig2 = aVar.e; this.v = diskCacheConfig2 != null ? diskCacheConfig2 : diskCacheConfig; this.j = new b(xVar.b()); - this.f433x = aVar.g; - this.f434y = aVar.h; - this.f435z = new c.f.j.c.k(); + this.f435x = aVar.g; + this.f436y = aVar.h; + this.f437z = new c.f.j.c.k(); c.f.j.r.b.b(); } } diff --git a/app/src/main/java/c/f/j/e/k.java b/app/src/main/java/c/f/j/e/k.java index 9471a9a862..1aac42dccf 100644 --- a/app/src/main/java/c/f/j/e/k.java +++ b/app/src/main/java/c/f/j/e/k.java @@ -9,7 +9,7 @@ public class k { public final d b = new c(); /* renamed from: c reason: collision with root package name */ - public final boolean f437c; + public final boolean f439c; public final Supplier d; public boolean e; public final boolean f; @@ -21,7 +21,7 @@ public class k { public boolean b; /* renamed from: c reason: collision with root package name */ - public Supplier f438c = new c.f.d.d.k(Boolean.FALSE); + public Supplier f440c = new c.f.d.d.k(Boolean.FALSE); public b(j.a aVar) { this.a = aVar; @@ -38,8 +38,8 @@ public class k { public k(b bVar, a aVar) { Objects.requireNonNull(bVar); - this.f437c = bVar.b; - this.d = bVar.f438c; + this.f439c = bVar.b; + this.d = bVar.f440c; this.e = true; this.f = true; this.g = 20; diff --git a/app/src/main/java/c/f/j/e/l.java b/app/src/main/java/c/f/j/e/l.java index e59bc4a0ff..ddfe83fb49 100644 --- a/app/src/main/java/c/f/j/e/l.java +++ b/app/src/main/java/c/f/j/e/l.java @@ -44,7 +44,7 @@ public class l { public final f1 b; /* renamed from: c reason: collision with root package name */ - public final j f439c; + public final j f441c; public final a d; public m e; public s f; @@ -62,18 +62,18 @@ public class l { public PlatformBitmapFactory r; /* renamed from: s reason: collision with root package name */ - public d f440s; + public d f442s; public a t; public l(j jVar) { c.f.j.r.b.b(); Objects.requireNonNull(jVar); - this.f439c = jVar; + this.f441c = jVar; Objects.requireNonNull(jVar.w); this.b = new g1(jVar.j.b()); Objects.requireNonNull(jVar.w); CloseableReference.j = 0; - this.d = new a(jVar.f434y); + this.d = new a(jVar.f436y); c.f.j.r.b.b(); } @@ -89,48 +89,48 @@ public class l { public final h a() { b bVar; if (Build.VERSION.SDK_INT >= 24) { - Objects.requireNonNull(this.f439c.w); + Objects.requireNonNull(this.f441c.w); } if (this.o == null) { - ContentResolver contentResolver = this.f439c.f.getApplicationContext().getContentResolver(); + ContentResolver contentResolver = this.f441c.f.getApplicationContext().getContentResolver(); if (this.n == null) { - j jVar = this.f439c; + j jVar = this.f441c; k.d dVar = jVar.w.b; Context context = jVar.f; c.f.d.g.a f = jVar.q.f(); if (this.k == null) { - Objects.requireNonNull(this.f439c); + Objects.requireNonNull(this.f441c); a b = b(); b bVar2 = null; if (b != null) { - bVar2 = b.b(this.f439c.b); - bVar = b.c(this.f439c.b); + bVar2 = b.b(this.f441c.b); + bVar = b.c(this.f441c.b); } else { bVar = null; } - Objects.requireNonNull(this.f439c); + Objects.requireNonNull(this.f441c); this.k = new c.f.j.h.a(bVar2, bVar, h()); } b bVar3 = this.k; - j jVar2 = this.f439c; + j jVar2 = this.f441c; c.f.j.h.c cVar = jVar2.r; boolean z2 = jVar2.g; boolean z3 = jVar2.u; Objects.requireNonNull(jVar2.w); - j jVar3 = this.f439c; + j jVar3 = this.f441c; e eVar = jVar3.j; g d = jVar3.q.d(0); - this.f439c.q.e(); + this.f441c.q.e(); s d2 = d(); s e = e(); f f2 = f(); f i = i(); - i iVar = this.f439c.e; + i iVar = this.f441c.e; PlatformBitmapFactory g = g(); - Objects.requireNonNull(this.f439c.w); - Objects.requireNonNull(this.f439c.w); - Objects.requireNonNull(this.f439c.w); - k kVar = this.f439c.w; + Objects.requireNonNull(this.f441c.w); + Objects.requireNonNull(this.f441c.w); + Objects.requireNonNull(this.f441c.w); + k kVar = this.f441c.w; int i2 = kVar.a; a aVar = this.d; int i3 = kVar.g; @@ -138,50 +138,50 @@ public class l { this.n = new o(context, f, bVar3, cVar, z2, z3, false, eVar, d, d2, e, f2, i, iVar, g, 0, 0, false, i2, aVar, false, i3); } o oVar = this.n; - j jVar4 = this.f439c; + j jVar4 = this.f441c; n0 n0Var = jVar4.o; boolean z4 = jVar4.u; Objects.requireNonNull(jVar4.w); f1 f1Var = this.b; - j jVar5 = this.f439c; + j jVar5 = this.f441c; boolean z5 = jVar5.g; Objects.requireNonNull(jVar5.w); - j jVar6 = this.f439c; - boolean z6 = jVar6.f433x; + j jVar6 = this.f441c; + boolean z6 = jVar6.f435x; if (this.m == null) { Objects.requireNonNull(jVar6.w); - k kVar2 = this.f439c.w; + k kVar2 = this.f441c.w; this.m = new e(kVar2.a, false, null, null, kVar2.f); } c.f.j.s.c cVar2 = this.m; - Objects.requireNonNull(this.f439c.w); - Objects.requireNonNull(this.f439c.w); - Objects.requireNonNull(this.f439c.w); - Objects.requireNonNull(this.f439c.w); + Objects.requireNonNull(this.f441c.w); + Objects.requireNonNull(this.f441c.w); + Objects.requireNonNull(this.f441c.w); + Objects.requireNonNull(this.f441c.w); this.o = new p(contentResolver, oVar, n0Var, z4, false, f1Var, z5, false, false, z6, cVar2, false, false, false, false); } p pVar = this.o; - Set unmodifiableSet = Collections.unmodifiableSet(this.f439c.f432s); - Set unmodifiableSet2 = Collections.unmodifiableSet(this.f439c.t); - Supplier supplier = this.f439c.l; + Set unmodifiableSet = Collections.unmodifiableSet(this.f441c.f434s); + Set unmodifiableSet2 = Collections.unmodifiableSet(this.f441c.t); + Supplier supplier = this.f441c.l; s d3 = d(); s e2 = e(); f f3 = f(); f i4 = i(); - j jVar7 = this.f439c; + j jVar7 = this.f441c; i iVar2 = jVar7.e; f1 f1Var2 = this.b; Supplier supplier2 = jVar7.w.d; Objects.requireNonNull(jVar7); - return new h(pVar, unmodifiableSet, unmodifiableSet2, supplier, d3, e2, f3, i4, iVar2, f1Var2, supplier2, null, null, this.f439c); + return new h(pVar, unmodifiableSet, unmodifiableSet2, supplier, d3, e2, f3, i4, iVar2, f1Var2, supplier2, null, null, this.f441c); } public final a b() { if (this.t == null) { PlatformBitmapFactory g = g(); - e eVar = this.f439c.j; + e eVar = this.f441c.j; m c2 = c(); - boolean z2 = this.f439c.w.f437c; + boolean z2 = this.f441c.w.f439c; if (!c.f.j.a.b.b.a) { try { c.f.j.a.b.b.b = (a) Class.forName("com.facebook.fresco.animation.factory.AnimatedFactoryV2Impl").getConstructor(PlatformBitmapFactory.class, e.class, m.class, Boolean.TYPE).newInstance(g, eVar, c2, Boolean.valueOf(z2)); @@ -198,9 +198,9 @@ public class l { public m c() { if (this.e == null) { - j jVar = this.f439c; - c.f.j.c.a aVar = jVar.f435z; - Supplier supplier = jVar.f431c; + j jVar = this.f441c; + c.f.j.c.a aVar = jVar.f437z; + Supplier supplier = jVar.f433c; c.f.d.g.c cVar = jVar.n; w.a aVar2 = jVar.d; c.f.j.c.k kVar = (c.f.j.c.k) aVar; @@ -215,7 +215,7 @@ public class l { public s d() { if (this.f == null) { m c2 = c(); - r rVar = this.f439c.k; + r rVar = this.f441c.k; Objects.requireNonNull((z) rVar); this.f = new s<>(c2, new t(rVar)); } @@ -224,9 +224,9 @@ public class l { public s e() { if (this.h == null) { - Objects.requireNonNull(this.f439c); + Objects.requireNonNull(this.f441c); if (this.g == null) { - j jVar = this.f439c; + j jVar = this.f441c; Supplier supplier = jVar.i; c.f.d.g.c cVar = jVar.n; v vVar = new v(new p(), new y(), supplier, null); @@ -234,7 +234,7 @@ public class l { this.g = vVar; } m mVar = this.g; - r rVar = this.f439c.k; + r rVar = this.f441c.k; Objects.requireNonNull((z) rVar); this.h = new s<>(mVar, new q(rVar)); } @@ -244,21 +244,21 @@ public class l { public f f() { if (this.i == null) { if (this.j == null) { - j jVar = this.f439c; + j jVar = this.f441c; this.j = ((c) jVar.h).a(jVar.m); } h hVar = this.j; - j jVar2 = this.f439c; + j jVar2 = this.f441c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.i = new f(hVar, xVar.d(0), this.f439c.q.e(), this.f439c.j.e(), this.f439c.j.d(), this.f439c.k); + this.i = new f(hVar, xVar.d(0), this.f441c.q.e(), this.f441c.j.e(), this.f441c.j.d(), this.f441c.k); } return this.i; } public PlatformBitmapFactory g() { if (this.r == null) { - x xVar = this.f439c.q; + x xVar = this.f441c.q; h(); this.r = new c.f.j.b.a(xVar.a(), this.d); } @@ -267,8 +267,8 @@ public class l { public d h() { d dVar; - if (this.f440s == null) { - j jVar = this.f439c; + if (this.f442s == null) { + j jVar = this.f441c; x xVar = jVar.q; Objects.requireNonNull(jVar.w); if (Build.VERSION.SDK_INT >= 26) { @@ -278,22 +278,22 @@ public class l { int b2 = xVar.b(); dVar = new c.f.j.n.a(xVar.a(), b2, new Pools.SynchronizedPool(b2)); } - this.f440s = dVar; + this.f442s = dVar; } - return this.f440s; + return this.f442s; } public final f i() { if (this.p == null) { if (this.q == null) { - j jVar = this.f439c; + j jVar = this.f441c; this.q = ((c) jVar.h).a(jVar.v); } h hVar = this.q; - j jVar2 = this.f439c; + j jVar2 = this.f441c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.p = new f(hVar, xVar.d(0), this.f439c.q.e(), this.f439c.j.e(), this.f439c.j.d(), this.f439c.k); + this.p = new f(hVar, xVar.d(0), this.f441c.q.e(), this.f441c.j.e(), this.f441c.j.d(), this.f441c.k); } return this.p; } diff --git a/app/src/main/java/c/f/j/e/o.java b/app/src/main/java/c/f/j/e/o.java index 1f6f3e39c4..c42159adfc 100644 --- a/app/src/main/java/c/f/j/e/o.java +++ b/app/src/main/java/c/f/j/e/o.java @@ -24,7 +24,7 @@ public class o { public Resources b; /* renamed from: c reason: collision with root package name */ - public AssetManager f441c; + public AssetManager f443c; public final a d; public final b e; public final c f; @@ -42,22 +42,22 @@ public class o { public final d r; /* renamed from: s reason: collision with root package name */ - public final PlatformBitmapFactory f442s; + public final PlatformBitmapFactory f444s; public final int t; public final int u; public boolean v; public final a w; /* renamed from: x reason: collision with root package name */ - public final int f443x; + public final int f445x; /* renamed from: y reason: collision with root package name */ - public final boolean f444y; + public final boolean f446y; public o(Context context, a aVar, b bVar, c cVar, boolean z2, boolean z3, boolean z4, e eVar, g gVar, w wVar, w wVar2, f fVar, f fVar2, i iVar, PlatformBitmapFactory platformBitmapFactory, int i, int i2, boolean z5, int i3, a aVar2, boolean z6, int i4) { this.a = context.getApplicationContext().getContentResolver(); this.b = context.getApplicationContext().getResources(); - this.f441c = context.getApplicationContext().getAssets(); + this.f443c = context.getApplicationContext().getAssets(); this.d = aVar; this.e = bVar; this.f = cVar; @@ -71,15 +71,15 @@ public class o { this.l = fVar; this.m = fVar2; this.p = iVar; - this.f442s = platformBitmapFactory; + this.f444s = platformBitmapFactory; this.q = new d<>(i4); this.r = new d<>(i4); this.t = i; this.u = i2; this.v = z5; - this.f443x = i3; + this.f445x = i3; this.w = aVar2; - this.f444y = z6; + this.f446y = z6; } public b1 a(v0 v0Var, boolean z2, c.f.j.s.c cVar) { diff --git a/app/src/main/java/c/f/j/e/p.java b/app/src/main/java/c/f/j/e/p.java index 678b2b5760..80fecdc1b0 100644 --- a/app/src/main/java/c/f/j/e/p.java +++ b/app/src/main/java/c/f/j/e/p.java @@ -56,7 +56,7 @@ public class p { public final o b; /* renamed from: c reason: collision with root package name */ - public final n0 f445c; + public final n0 f447c; public final boolean d; public final boolean e; public final f1 f; @@ -85,7 +85,7 @@ public class p { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public v0> f446s; + public v0> f448s; @Nullable @VisibleForTesting public v0> t; @@ -100,15 +100,15 @@ public class p { @VisibleForTesting /* renamed from: x reason: collision with root package name */ - public Map>, v0>> f447x; + public Map>, v0>> f449x; public p(ContentResolver contentResolver, o oVar, n0 n0Var, boolean z2, boolean z3, f1 f1Var, boolean z4, boolean z5, boolean z6, boolean z7, c cVar, boolean z8, boolean z9, boolean z10, boolean z11) { this.a = contentResolver; this.b = oVar; - this.f445c = n0Var; + this.f447c = n0Var; this.d = z2; new HashMap(); - this.f447x = new HashMap(); + this.f449x = new HashMap(); this.f = f1Var; this.g = z4; this.h = z5; @@ -125,7 +125,7 @@ public class p { if (this.o == null) { b.b(); o oVar = this.b; - v0 m = m(new m0(oVar.k, oVar.d, this.f445c)); + v0 m = m(new m0(oVar.k, oVar.d, this.f447c)); Objects.requireNonNull(m); a aVar = new a(m); this.o = aVar; @@ -153,7 +153,7 @@ public class p { try { b.b(); Objects.requireNonNull(imageRequest); - Uri uri = imageRequest.f2195c; + Uri uri = imageRequest.f2198c; AnimatableValueParser.y(uri, "Uri is null."); int i = imageRequest.d; if (i != 0) { @@ -224,7 +224,7 @@ public class p { v0> v0Var = this.w.get(r0Var); if (v0Var == null) { o oVar3 = this.b; - s0 s0Var = new s0(r0Var, oVar3.f442s, oVar3.j.c()); + s0 s0Var = new s0(r0Var, oVar3.f444s, oVar3.j.c()); o oVar4 = this.b; r0 r0Var2 = new r0(oVar4.o, oVar4.p, s0Var); this.w.put(r0Var, r0Var2); @@ -236,18 +236,18 @@ public class p { } if (this.h) { synchronized (this) { - v0> v0Var2 = this.f447x.get(r0Var); + v0> v0Var2 = this.f449x.get(r0Var); if (v0Var2 == null) { o oVar5 = this.b; i iVar = new i(r0Var, oVar5.t, oVar5.u, oVar5.v); - this.f447x.put(r0Var, iVar); + this.f449x.put(r0Var, iVar); r0Var = iVar; } else { r0Var = v0Var2; } } } - if (this.m && imageRequest.f2196s > 0) { + if (this.m && imageRequest.f2199s > 0) { synchronized (this) { oVar = new o(r0Var, this.b.j.g()); } @@ -264,7 +264,7 @@ public class p { public final synchronized v0> d() { if (this.t == null) { o oVar = this.b; - this.t = k(new d0(oVar.j.e(), oVar.k, oVar.f441c)); + this.t = k(new d0(oVar.j.e(), oVar.k, oVar.f443c)); } return this.t; } @@ -282,11 +282,11 @@ public class p { } public final synchronized v0> f() { - if (this.f446s == null) { + if (this.f448s == null) { o oVar = this.b; - this.f446s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); + this.f448s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); } - return this.f446s; + return this.f448s; } public final synchronized v0> g() { @@ -327,7 +327,7 @@ public class p { public final v0> j(v0 v0Var) { b.b(); o oVar = this.b; - v0> i = i(new n(oVar.d, oVar.j.a(), oVar.e, oVar.f, oVar.g, oVar.h, oVar.i, v0Var, oVar.f443x, oVar.w, null, l.a)); + v0> i = i(new n(oVar.d, oVar.j.a(), oVar.e, oVar.f, oVar.g, oVar.h, oVar.i, v0Var, oVar.f445x, oVar.w, null, l.a)); b.b(); return i; } @@ -367,8 +367,8 @@ public class p { c.f.j.c.i iVar2 = oVar4.p; v vVar = new v(wVar, iVar2, v0Var); if (!this.l) { - return new u(iVar2, oVar4.f444y, vVar); + return new u(iVar2, oVar4.f446y, vVar); } - return new u(iVar2, oVar4.f444y, new c.f.j.p.w(oVar4.l, oVar4.m, iVar2, oVar4.q, oVar4.r, vVar)); + return new u(iVar2, oVar4.f446y, new c.f.j.p.w(oVar4.l, oVar4.m, iVar2, oVar4.q, oVar4.r, vVar)); } } diff --git a/app/src/main/java/c/f/j/h/a.java b/app/src/main/java/c/f/j/h/a.java index 3d1a77da11..d413f813ae 100644 --- a/app/src/main/java/c/f/j/h/a.java +++ b/app/src/main/java/c/f/j/h/a.java @@ -16,7 +16,7 @@ public class a implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final d f448c; + public final d f450c; public final b d = new C0061a(); /* compiled from: DefaultImageDecoder */ @@ -31,7 +31,7 @@ public class a implements b { c.f.i.c cVar = eVar.k; if (cVar == c.f.i.b.a) { a aVar = a.this; - CloseableReference b = aVar.f448c.b(eVar, bVar.d, null, i, null); + CloseableReference b = aVar.f450c.b(eVar, bVar.d, null, i, null); try { aVar.c(null, b); eVar.w(); @@ -41,7 +41,7 @@ public class a implements b { } finally { b.close(); } - } else if (cVar == c.f.i.b.f412c) { + } else if (cVar == c.f.i.b.f414c) { a aVar2 = a.this; Objects.requireNonNull(aVar2); eVar.w(); @@ -68,7 +68,7 @@ public class a implements b { public a(b bVar, b bVar2, d dVar) { this.a = bVar; this.b = bVar2; - this.f448c = dVar; + this.f450c = dVar; } @Override // c.f.j.h.b @@ -83,7 +83,7 @@ public class a implements b { } public c.f.j.j.d b(e eVar, b bVar) { - CloseableReference a = this.f448c.a(eVar, bVar.d, null, null); + CloseableReference a = this.f450c.a(eVar, bVar.d, null, null); try { c(null, a); i iVar = h.a; diff --git a/app/src/main/java/c/f/j/h/d.java b/app/src/main/java/c/f/j/h/d.java index bcbdabb30b..d4c1c58b27 100644 --- a/app/src/main/java/c/f/j/h/d.java +++ b/app/src/main/java/c/f/j/h/d.java @@ -14,7 +14,7 @@ public class d { public int b = 0; /* renamed from: c reason: collision with root package name */ - public int f449c = 0; + public int f451c = 0; public int d = 0; public int e = 0; public int f = 0; @@ -40,8 +40,8 @@ public class d { if (this.a == 6 || (read = inputStream.read()) == -1) { break; } - int i2 = this.f449c + 1; - this.f449c = i2; + int i2 = this.f451c + 1; + this.f451c = i2; if (this.g) { this.a = 6; this.g = false; @@ -58,8 +58,8 @@ public class d { AnimatableValueParser.B(false); } else { int i4 = ((this.b << 8) + read) - 2; - AnimatableValueParser.C2(inputStream, (long) i4); - this.f449c += i4; + AnimatableValueParser.D2(inputStream, (long) i4); + this.f451c += i4; this.a = 2; } } else if (read == 255) { @@ -118,12 +118,12 @@ public class d { } public boolean b(e eVar) { - if (this.a == 6 || eVar.f() <= this.f449c) { + if (this.a == 6 || eVar.f() <= this.f451c) { return false; } f fVar = new f(eVar.e(), this.h.get(16384), this.h); try { - AnimatableValueParser.C2(fVar, (long) this.f449c); + AnimatableValueParser.D2(fVar, (long) this.f451c); boolean a = a(fVar); c.f.d.d.a.b(fVar); return a; diff --git a/app/src/main/java/c/f/j/j/a.java b/app/src/main/java/c/f/j/j/a.java index b22c6255fe..7d83047e34 100644 --- a/app/src/main/java/c/f/j/j/a.java +++ b/app/src/main/java/c/f/j/j/a.java @@ -35,8 +35,8 @@ public class a extends c { closeableReference.close(); } eVar.b = null; - CloseableReference.t(eVar.f415c); - eVar.f415c = null; + CloseableReference.t(eVar.f417c); + eVar.f417c = null; } } diff --git a/app/src/main/java/c/f/j/j/e.java b/app/src/main/java/c/f/j/j/e.java index c61292bc35..3a3f275e7a 100644 --- a/app/src/main/java/c/f/j/j/e.java +++ b/app/src/main/java/c/f/j/j/e.java @@ -32,7 +32,7 @@ public class e implements Closeable { public a r; /* renamed from: s reason: collision with root package name */ - public ColorSpace f450s; + public ColorSpace f452s; public boolean t; public e(Supplier supplier, int i) { @@ -98,7 +98,7 @@ public class e implements Closeable { this.q = eVar.f(); this.r = eVar.r; eVar.w(); - this.f450s = eVar.f450s; + this.f452s = eVar.f452s; this.t = eVar.t; } @@ -179,7 +179,7 @@ public class e implements Closeable { boolean z3; int i3; int i4; - int j2; + int k2; c b = d.b(e()); this.k = b; int i5 = 0; @@ -209,7 +209,7 @@ public class e implements Closeable { inputStream = AnimatableValueParser.P0(e); } else if ("VP8X".equals(sb2)) { e.skip(8); - Pair pair2 = new Pair(Integer.valueOf(AnimatableValueParser.d2(e) + 1), Integer.valueOf(AnimatableValueParser.d2(e) + 1)); + Pair pair2 = new Pair(Integer.valueOf(AnimatableValueParser.e2(e) + 1), Integer.valueOf(AnimatableValueParser.e2(e) + 1)); try { e.close(); } catch (IOException e2) { @@ -248,7 +248,7 @@ public class e implements Closeable { try { InputStream e6 = e(); c.f.k.b a = c.f.k.a.a(e6); - this.f450s = a.b; + this.f452s = a.b; Pair pair3 = a.a; if (pair3 != null) { this.n = ((Integer) pair3.first).intValue(); @@ -275,12 +275,12 @@ public class e implements Closeable { try { Objects.requireNonNull(e7); while (true) { - if (AnimatableValueParser.j2(e7, 1, false) != 255) { + if (AnimatableValueParser.k2(e7, 1, false) != 255) { break; } int i7 = 255; while (i7 == 255) { - i7 = AnimatableValueParser.j2(e7, 1, false); + i7 = AnimatableValueParser.k2(e7, 1, false); } if (i7 == 225) { z2 = true; @@ -292,24 +292,24 @@ public class e implements Closeable { } else if (i7 == 218) { break; } else { - e7.skip((long) (AnimatableValueParser.j2(e7, 2, false) - 2)); + e7.skip((long) (AnimatableValueParser.k2(e7, 2, false) - 2)); } } } } z2 = false; - if (z2 && (j2 = AnimatableValueParser.j2(e7, 2, false) - 2) > 6) { - int j22 = AnimatableValueParser.j2(e7, 4, false); - int j23 = AnimatableValueParser.j2(e7, 2, false); - i = (j2 - 4) - 2; - if (j22 == 1165519206 && j23 == 0) { + if (z2 && (k2 = AnimatableValueParser.k2(e7, 2, false) - 2) > 6) { + int k22 = AnimatableValueParser.k2(e7, 4, false); + int k23 = AnimatableValueParser.k2(e7, 2, false); + i = (k2 - 4) - 2; + if (k22 == 1165519206 && k23 == 0) { if (i == 0) { if (i > 8) { - int j24 = AnimatableValueParser.j2(e7, 4, false); + int k24 = AnimatableValueParser.k2(e7, 4, false); int i8 = i - 4; - if (j24 == 1229531648 || j24 == 1296891946) { - z3 = j24 == 1229531648; - i2 = AnimatableValueParser.j2(e7, 4, z3); + if (k24 == 1229531648 || k24 == 1296891946) { + z3 = k24 == 1229531648; + i2 = AnimatableValueParser.k2(e7, 4, z3); i3 = i8 - 4; if (i2 < 8 || i2 - 8 > i3) { c.f.d.e.a.a(c.f.k.c.class, "Invalid offset"); @@ -321,27 +321,27 @@ public class e implements Closeable { e7.skip((long) i9); int i10 = i3 - i9; if (i10 >= 14) { - int j25 = AnimatableValueParser.j2(e7, 2, z3); + int k25 = AnimatableValueParser.k2(e7, 2, z3); int i11 = i10 - 2; while (true) { - int i12 = j25 - 1; - if (j25 <= 0 || i11 < 12) { + int i12 = k25 - 1; + if (k25 <= 0 || i11 < 12) { break; } i4 = i11 - 2; - if (AnimatableValueParser.j2(e7, 2, z3) == 274) { + if (AnimatableValueParser.k2(e7, 2, z3) == 274) { break; } e7.skip(10); i11 = i4 - 10; - j25 = i12; + k25 = i12; } } i4 = 0; if (i4 >= 10) { - if (AnimatableValueParser.j2(e7, 2, z3) == 3) { - if (AnimatableValueParser.j2(e7, 4, z3) == 1) { - i5 = AnimatableValueParser.j2(e7, 2, z3); + if (AnimatableValueParser.k2(e7, 2, z3) == 3) { + if (AnimatableValueParser.k2(e7, 4, z3) == 1) { + i5 = AnimatableValueParser.k2(e7, 2, z3); } } } diff --git a/app/src/main/java/c/f/j/j/h.java b/app/src/main/java/c/f/j/j/h.java index bf45de3751..2d953c485f 100644 --- a/app/src/main/java/c/f/j/j/h.java +++ b/app/src/main/java/c/f/j/j/h.java @@ -5,12 +5,12 @@ public class h implements i { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f451c; + public boolean f453c; public boolean d; public h(int i, boolean z2, boolean z3) { this.b = i; - this.f451c = z2; + this.f453c = z2; this.d = z3; } @@ -22,12 +22,12 @@ public class h implements i { return false; } h hVar = (h) obj; - return this.b == hVar.b && this.f451c == hVar.f451c && this.d == hVar.d; + return this.b == hVar.b && this.f453c == hVar.f453c && this.d == hVar.d; } public int hashCode() { int i = 0; - int i2 = this.b ^ (this.f451c ? 4194304 : 0); + int i2 = this.b ^ (this.f453c ? 4194304 : 0); if (this.d) { i = 8388608; } diff --git a/app/src/main/java/c/f/j/l/a.java b/app/src/main/java/c/f/j/l/a.java index 423823c145..ae3bbda347 100644 --- a/app/src/main/java/c/f/j/l/a.java +++ b/app/src/main/java/c/f/j/l/a.java @@ -31,12 +31,12 @@ public class a implements r, Closeable { public void a(int i, r rVar, int i2, int i3) { Objects.requireNonNull(rVar); if (rVar.getUniqueId() == this.k) { - StringBuilder L = c.d.b.a.a.L("Copying from AshmemMemoryChunk "); - L.append(Long.toHexString(this.k)); - L.append(" to AshmemMemoryChunk "); - L.append(Long.toHexString(rVar.getUniqueId())); - L.append(" which are the same "); - Log.w("AshmemMemoryChunk", L.toString()); + StringBuilder K = c.d.b.a.a.K("Copying from AshmemMemoryChunk "); + K.append(Long.toHexString(this.k)); + K.append(" to AshmemMemoryChunk "); + K.append(Long.toHexString(rVar.getUniqueId())); + K.append(" which are the same "); + Log.w("AshmemMemoryChunk", K.toString()); AnimatableValueParser.j(Boolean.FALSE); } if (rVar.getUniqueId() < this.k) { diff --git a/app/src/main/java/c/f/j/l/b.java b/app/src/main/java/c/f/j/l/b.java index a76336d0ed..31d4c72ada 100644 --- a/app/src/main/java/c/f/j/l/b.java +++ b/app/src/main/java/c/f/j/l/b.java @@ -9,7 +9,7 @@ public class b { public long b; /* renamed from: c reason: collision with root package name */ - public final int f452c; + public final int f454c; public final int d; public final f e; @@ -34,7 +34,7 @@ public class b { boolean z2 = true; AnimatableValueParser.j(Boolean.valueOf(i > 0)); AnimatableValueParser.j(Boolean.valueOf(i2 <= 0 ? false : z2)); - this.f452c = i; + this.f454c = i; this.d = i2; this.e = new a(); } diff --git a/app/src/main/java/c/f/j/l/c.java b/app/src/main/java/c/f/j/l/c.java index 0699f3b5c2..3206fba8cc 100644 --- a/app/src/main/java/c/f/j/l/c.java +++ b/app/src/main/java/c/f/j/l/c.java @@ -5,7 +5,7 @@ public class c { public static int b = 384; /* renamed from: c reason: collision with root package name */ - public static volatile b f453c; + public static volatile b f455c; static { int min = (int) Math.min(Runtime.getRuntime().maxMemory(), 2147483647L); diff --git a/app/src/main/java/c/f/j/l/e.java b/app/src/main/java/c/f/j/l/e.java index 1fba9ab420..04b279a5f0 100644 --- a/app/src/main/java/c/f/j/l/e.java +++ b/app/src/main/java/c/f/j/l/e.java @@ -15,7 +15,7 @@ public class e extends q { if (bVar == null) { obj = null; } else { - obj = bVar.f456c.pollFirst(); + obj = bVar.f458c.pollFirst(); gVar.a(bVar); } } diff --git a/app/src/main/java/c/f/j/l/f.java b/app/src/main/java/c/f/j/l/f.java index 094d0eee65..ea99093bdf 100644 --- a/app/src/main/java/c/f/j/l/f.java +++ b/app/src/main/java/c/f/j/l/f.java @@ -13,7 +13,7 @@ public class f { public final int b; /* renamed from: c reason: collision with root package name */ - public final Queue f454c; + public final Queue f456c; public final boolean d; public int e; @@ -24,13 +24,13 @@ public class f { AnimatableValueParser.B(i3 < 0 ? false : z3); this.a = i; this.b = i2; - this.f454c = new LinkedList(); + this.f456c = new LinkedList(); this.e = i3; this.d = z2; } public void a(V v) { - this.f454c.add(v); + this.f456c.add(v); } public void b() { @@ -39,7 +39,7 @@ public class f { } public V c() { - return (V) this.f454c.poll(); + return (V) this.f456c.poll(); } public void d(V v) { diff --git a/app/src/main/java/c/f/j/l/g.java b/app/src/main/java/c/f/j/l/g.java index e0f453b242..4a3bf076cb 100644 --- a/app/src/main/java/c/f/j/l/g.java +++ b/app/src/main/java/c/f/j/l/g.java @@ -11,7 +11,7 @@ public class g { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public b f455c; + public b f457c; /* compiled from: BucketMap */ @VisibleForTesting @@ -20,17 +20,17 @@ public class g { public int b; /* renamed from: c reason: collision with root package name */ - public LinkedList f456c; + public LinkedList f458c; public b d; public b(b bVar, int i, LinkedList linkedList, b bVar2, a aVar) { this.b = i; - this.f456c = linkedList; + this.f458c = linkedList; this.d = null; } public String toString() { - return c.d.b.a.a.y(c.d.b.a.a.L("LinkedEntry(key: "), this.b, ")"); + return c.d.b.a.a.w(c.d.b.a.a.K("LinkedEntry(key: "), this.b, ")"); } } @@ -42,7 +42,7 @@ public class g { b bVar2 = (b) this.b; if (bVar2 == null) { this.b = bVar; - this.f455c = bVar; + this.f457c = bVar; return; } bVar.d = bVar2; @@ -65,8 +65,8 @@ public class g { if (bVar == this.b) { this.b = bVar3; } - if (bVar == this.f455c) { - this.f455c = bVar2; + if (bVar == this.f457c) { + this.f457c = bVar2; } } } diff --git a/app/src/main/java/c/f/j/l/i.java b/app/src/main/java/c/f/j/l/i.java index 711acfddbc..9f82da5e3a 100644 --- a/app/src/main/java/c/f/j/l/i.java +++ b/app/src/main/java/c/f/j/l/i.java @@ -21,12 +21,12 @@ public class i implements r, Closeable { public void a(int i, r rVar, int i2, int i3) { Objects.requireNonNull(rVar); if (rVar.getUniqueId() == this.k) { - StringBuilder L = a.L("Copying from BufferMemoryChunk "); - L.append(Long.toHexString(this.k)); - L.append(" to BufferMemoryChunk "); - L.append(Long.toHexString(rVar.getUniqueId())); - L.append(" which are the same "); - Log.w("BufferMemoryChunk", L.toString()); + StringBuilder K = a.K("Copying from BufferMemoryChunk "); + K.append(Long.toHexString(this.k)); + K.append(" to BufferMemoryChunk "); + K.append(Long.toHexString(rVar.getUniqueId())); + K.append(" which are the same "); + Log.w("BufferMemoryChunk", K.toString()); AnimatableValueParser.j(Boolean.FALSE); } if (rVar.getUniqueId() < this.k) { diff --git a/app/src/main/java/c/f/j/l/o.java b/app/src/main/java/c/f/j/l/o.java index a00509545f..49f4d796da 100644 --- a/app/src/main/java/c/f/j/l/o.java +++ b/app/src/main/java/c/f/j/l/o.java @@ -10,7 +10,7 @@ public class o extends BasePool implements a { public o(c cVar, y yVar, z zVar) { super(cVar, yVar, zVar); - SparseIntArray sparseIntArray = yVar.f460c; + SparseIntArray sparseIntArray = yVar.f462c; this.k = new int[sparseIntArray.size()]; for (int i = 0; i < sparseIntArray.size(); i++) { this.k[i] = sparseIntArray.keyAt(i); diff --git a/app/src/main/java/c/f/j/l/p.java b/app/src/main/java/c/f/j/l/p.java index e177392885..217b4d4d5c 100644 --- a/app/src/main/java/c/f/j/l/p.java +++ b/app/src/main/java/c/f/j/l/p.java @@ -11,13 +11,13 @@ public class p implements d { public final int b; /* renamed from: c reason: collision with root package name */ - public int f457c; + public int f459c; public final z d; public int e; public p(int i, int i2, z zVar, c cVar) { this.b = i; - this.f457c = i2; + this.f459c = i2; this.d = zVar; } @@ -62,7 +62,7 @@ public class p implements d { boolean add; Bitmap bitmap = (Bitmap) obj; int b = this.a.b(bitmap); - if (b <= this.f457c) { + if (b <= this.f459c) { this.d.g(b); e eVar = (e) this.a; Objects.requireNonNull(eVar); @@ -80,7 +80,7 @@ public class p implements d { gVar.a.put(b2, bVar2); bVar = bVar2; } - bVar.f456c.addLast(bitmap); + bVar.f458c.addLast(bitmap); gVar.a(bVar); } } diff --git a/app/src/main/java/c/f/j/l/q.java b/app/src/main/java/c/f/j/l/q.java index c35e20a3d7..58e70e3dd8 100644 --- a/app/src/main/java/c/f/j/l/q.java +++ b/app/src/main/java/c/f/j/l/q.java @@ -16,12 +16,12 @@ public abstract class q { T t; g gVar = this.b; synchronized (gVar) { - g.b bVar = gVar.f455c; + g.b bVar = gVar.f457c; if (bVar == null) { t = null; } else { - T pollLast = bVar.f456c.pollLast(); - if (bVar.f456c.isEmpty()) { + T pollLast = bVar.f458c.pollLast(); + if (bVar.f458c.isEmpty()) { gVar.b(bVar); gVar.a.remove(bVar.b); } diff --git a/app/src/main/java/c/f/j/l/s.java b/app/src/main/java/c/f/j/l/s.java index 55373e2f4b..343c1f5d3c 100644 --- a/app/src/main/java/c/f/j/l/s.java +++ b/app/src/main/java/c/f/j/l/s.java @@ -9,7 +9,7 @@ public abstract class s extends BasePool { public s(c cVar, y yVar, z zVar) { super(cVar, yVar, zVar); - SparseIntArray sparseIntArray = yVar.f460c; + SparseIntArray sparseIntArray = yVar.f462c; this.k = new int[sparseIntArray.size()]; int i = 0; while (true) { diff --git a/app/src/main/java/c/f/j/l/w.java b/app/src/main/java/c/f/j/l/w.java index 825887d78b..9bdd29dcb4 100644 --- a/app/src/main/java/c/f/j/l/w.java +++ b/app/src/main/java/c/f/j/l/w.java @@ -9,7 +9,7 @@ public class w { public final z b = v.h(); /* renamed from: c reason: collision with root package name */ - public final y f458c; + public final y f460c; public final c d; public final y e; public final z f; @@ -32,7 +32,7 @@ public class w { for (int i3 = 131072; i3 <= 4194304; i3 *= 2) { sparseIntArray.put(i3, i); } - this.f458c = new y(4194304, i2, sparseIntArray, 131072, 4194304, k.a); + this.f460c = new y(4194304, i2, sparseIntArray, 131072, 4194304, k.a); this.d = d.b(); SparseIntArray sparseIntArray2 = new SparseIntArray(); sparseIntArray2.put(1024, 5); diff --git a/app/src/main/java/c/f/j/l/x.java b/app/src/main/java/c/f/j/l/x.java index 6eab673b6b..5e0ed89f63 100644 --- a/app/src/main/java/c/f/j/l/x.java +++ b/app/src/main/java/c/f/j/l/x.java @@ -14,7 +14,7 @@ public class x { public s b; /* renamed from: c reason: collision with root package name */ - public d f459c; + public d f461c; public s d; public s e; public g f; @@ -26,7 +26,7 @@ public class x { } public d a() { - if (this.f459c == null) { + if (this.f461c == null) { String str = this.a.i; char c2 = 65535; switch (str.hashCode()) { @@ -62,27 +62,27 @@ public class x { break; } if (c2 == 0) { - this.f459c = new l(); + this.f461c = new l(); } else if (c2 == 1) { - this.f459c = new m(); + this.f461c = new m(); } else if (c2 == 2) { Objects.requireNonNull(this.a); int i = this.a.j; v h = v.h(); Objects.requireNonNull(this.a); - this.f459c = new p(0, i, h, null); + this.f461c = new p(0, i, h, null); } else if (c2 != 3) { w wVar = this.a; - this.f459c = new h(wVar.d, wVar.a, wVar.b, false); + this.f461c = new h(wVar.d, wVar.a, wVar.b, false); } else { - this.f459c = new h(this.a.d, j.a(), this.a.b, false); + this.f461c = new h(this.a.d, j.a(), this.a.b, false); } } - return this.f459c; + return this.f461c; } public int b() { - return this.a.f458c.d; + return this.a.f460c.d; } public final s c(int i) { diff --git a/app/src/main/java/c/f/j/l/y.java b/app/src/main/java/c/f/j/l/y.java index 60db5e04a2..57ac4f1bf7 100644 --- a/app/src/main/java/c/f/j/l/y.java +++ b/app/src/main/java/c/f/j/l/y.java @@ -8,7 +8,7 @@ public class y { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseIntArray f460c; + public final SparseIntArray f462c; public final int d; public y(int i, int i2, SparseIntArray sparseIntArray) { @@ -19,7 +19,7 @@ public class y { AnimatableValueParser.B(i >= 0 && i2 >= i); this.b = i; this.a = i2; - this.f460c = sparseIntArray; + this.f462c = sparseIntArray; this.d = i5; } } diff --git a/app/src/main/java/c/f/j/n/b.java b/app/src/main/java/c/f/j/n/b.java index 1371901f23..6e4c2c2acf 100644 --- a/app/src/main/java/c/f/j/n/b.java +++ b/app/src/main/java/c/f/j/n/b.java @@ -27,12 +27,12 @@ public abstract class b implements d { public final d b; /* renamed from: c reason: collision with root package name */ - public final PreverificationHelper f461c; + public final PreverificationHelper f463c; @VisibleForTesting public final Pools.SynchronizedPool d; public b(d dVar, int i, Pools.SynchronizedPool synchronizedPool) { - this.f461c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; + this.f463c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; this.b = dVar; this.d = synchronizedPool; for (int i2 = 0; i2 < i; i2++) { @@ -158,7 +158,7 @@ public abstract class b implements d { i2 = rect.height() / options.inSampleSize; } int i3 = Build.VERSION.SDK_INT; - boolean z2 = i3 >= 26 && (preverificationHelper = this.f461c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); + boolean z2 = i3 >= 26 && (preverificationHelper = this.f463c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); BitmapRegionDecoder bitmapRegionDecoder2 = null; if (rect != null || !z2) { if (rect != null && z2) { diff --git a/app/src/main/java/c/f/j/p/a0.java b/app/src/main/java/c/f/j/p/a0.java index 6cd18f2394..faa106ef11 100644 --- a/app/src/main/java/c/f/j/p/a0.java +++ b/app/src/main/java/c/f/j/p/a0.java @@ -17,7 +17,7 @@ public class a0 extends c { public final ExecutorService b = Executors.newFixedThreadPool(3); /* renamed from: c reason: collision with root package name */ - public final b f462c; + public final b f464c; /* compiled from: HttpUrlConnectionNetworkFetcher */ public static class a extends x { @@ -32,7 +32,7 @@ public class a0 extends c { public a0(int i) { RealtimeSinceBootClock realtimeSinceBootClock = RealtimeSinceBootClock.get(); - this.f462c = realtimeSinceBootClock; + this.f464c = realtimeSinceBootClock; this.a = i; } diff --git a/app/src/main/java/c/f/j/p/a1.java b/app/src/main/java/c/f/j/p/a1.java index cba298509c..8cc6ccf8f5 100644 --- a/app/src/main/java/c/f/j/p/a1.java +++ b/app/src/main/java/c/f/j/p/a1.java @@ -10,16 +10,16 @@ import java.util.concurrent.Executor; public class a1 extends g0 { /* renamed from: c reason: collision with root package name */ - public final ContentResolver f463c; + public final ContentResolver f465c; public a1(Executor executor, g gVar, ContentResolver contentResolver) { super(executor, gVar); - this.f463c = contentResolver; + this.f465c = contentResolver; } @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { - return c(this.f463c.openInputStream(imageRequest.f2195c), -1); + return c(this.f465c.openInputStream(imageRequest.f2198c), -1); } @Override // c.f.j.p.g0 diff --git a/app/src/main/java/c/f/j/p/b.java b/app/src/main/java/c/f/j/p/b.java index 76070756a3..8f673ed3e5 100644 --- a/app/src/main/java/c/f/j/p/b.java +++ b/app/src/main/java/c/f/j/p/b.java @@ -80,13 +80,13 @@ public abstract class b implements l { public abstract void j(float f); public void k(Exception exc) { - String u = a.u("unknown", ":", getClass().getSimpleName()); + String t = a.t("unknown", ":", getClass().getSimpleName()); StringBuilder sb = new StringBuilder(); sb.append("unhandled exception"); sb.append('\n'); StringWriter stringWriter = new StringWriter(); exc.printStackTrace(new PrintWriter(stringWriter)); sb.append(stringWriter.toString()); - Log.println(6, u, sb.toString()); + Log.println(6, t, sb.toString()); } } diff --git a/app/src/main/java/c/f/j/p/b0.java b/app/src/main/java/c/f/j/p/b0.java index e68790f278..e717fb91b3 100644 --- a/app/src/main/java/c/f/j/p/b0.java +++ b/app/src/main/java/c/f/j/p/b0.java @@ -9,13 +9,13 @@ public class b0 implements d, y0 { public final y0 b; /* renamed from: c reason: collision with root package name */ - public final e f464c; + public final e f466c; public final d d; public b0(e eVar, d dVar) { this.a = eVar; this.b = dVar; - this.f464c = eVar; + this.f466c = eVar; this.d = dVar; } @@ -33,7 +33,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void b(w0 w0Var) { - e eVar = this.f464c; + e eVar = this.f466c; if (eVar != null) { eVar.a(w0Var.e(), w0Var.b(), w0Var.getId(), w0Var.k()); } @@ -81,7 +81,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void f(w0 w0Var) { - e eVar = this.f464c; + e eVar = this.f466c; if (eVar != null) { eVar.c(w0Var.e(), w0Var.getId(), w0Var.k()); } @@ -101,7 +101,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void h(w0 w0Var, Throwable th) { - e eVar = this.f464c; + e eVar = this.f466c; if (eVar != null) { eVar.g(w0Var.e(), w0Var.getId(), th, w0Var.k()); } @@ -113,7 +113,7 @@ public class b0 implements d, y0 { @Override // c.f.j.k.d public void i(w0 w0Var) { - e eVar = this.f464c; + e eVar = this.f466c; if (eVar != null) { eVar.k(w0Var.getId()); } diff --git a/app/src/main/java/c/f/j/p/b1.java b/app/src/main/java/c/f/j/p/b1.java index 68bcfdc87f..55645f96dd 100644 --- a/app/src/main/java/c/f/j/p/b1.java +++ b/app/src/main/java/c/f/j/p/b1.java @@ -20,7 +20,7 @@ public class b1 implements v0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final v0 f465c; + public final v0 f467c; public final boolean d; public final c e; @@ -28,7 +28,7 @@ public class b1 implements v0 { public class a extends p { /* renamed from: c reason: collision with root package name */ - public final boolean f466c; + public final boolean f468c; public final c d; public final w0 e; public boolean f = false; @@ -45,7 +45,7 @@ public class b1 implements v0 { a aVar = a.this; c cVar = aVar.d; eVar.w(); - c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f466c); + c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f468c); Objects.requireNonNull(createImageTranscoder); aVar.e.o().e(aVar.e, "ResizeAndRotateProducer"); ImageRequest e = aVar.e.e(); @@ -116,7 +116,7 @@ public class b1 implements v0 { super(lVar); this.e = w0Var; Objects.requireNonNull(w0Var.e()); - this.f466c = z2; + this.f468c = z2; this.d = cVar; this.g = new c0(b1.this.a, new C0063a(b1.this), 100); w0Var.f(new b(b1.this, lVar)); @@ -139,7 +139,7 @@ public class b1 implements v0 { eVar.w(); c.f.i.c cVar = eVar.k; ImageRequest e2 = this.e.e(); - c.f.j.s.b createImageTranscoder = this.d.createImageTranscoder(cVar, this.f466c); + c.f.j.s.b createImageTranscoder = this.d.createImageTranscoder(cVar, this.f468c); Objects.requireNonNull(createImageTranscoder); eVar.w(); if (eVar.k == c.f.i.c.a) { @@ -246,7 +246,7 @@ public class b1 implements v0 { Objects.requireNonNull(gVar); this.b = gVar; Objects.requireNonNull(v0Var); - this.f465c = v0Var; + this.f467c = v0Var; Objects.requireNonNull(cVar); this.e = cVar; this.d = z2; @@ -254,6 +254,6 @@ public class b1 implements v0 { @Override // c.f.j.p.v0 public void b(l lVar, w0 w0Var) { - this.f465c.b(new a(lVar, w0Var, this.d, this.e), w0Var); + this.f467c.b(new a(lVar, w0Var, this.d, this.e), w0Var); } } diff --git a/app/src/main/java/c/f/j/p/c0.java b/app/src/main/java/c/f/j/p/c0.java index afd0b4aad9..8040db32ea 100644 --- a/app/src/main/java/c/f/j/p/c0.java +++ b/app/src/main/java/c/f/j/p/c0.java @@ -14,7 +14,7 @@ public class c0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final Runnable f467c = new a(); + public final Runnable f469c = new a(); public final Runnable d = new b(); public final int e; @VisibleForTesting @@ -69,7 +69,7 @@ public class c0 { @Override // java.lang.Runnable public void run() { c0 c0Var = c0.this; - c0Var.a.execute(c0Var.f467c); + c0Var.a.execute(c0Var.f469c); } } 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 5c89db2408..2551753b66 100644 --- a/app/src/main/java/c/f/j/p/d.java +++ b/app/src/main/java/c/f/j/p/d.java @@ -17,7 +17,7 @@ public class d implements w0 { public final ImageRequest b; /* renamed from: c reason: collision with root package name */ - public final String f468c; + public final String f470c; public final String d; public final y0 e; public final Object f; @@ -39,11 +39,11 @@ public class d implements w0 { public d(ImageRequest imageRequest, String str, String str2, y0 y0Var, Object obj, ImageRequest.c cVar, boolean z2, boolean z3, c.f.j.d.d dVar, j jVar) { this.b = imageRequest; - this.f468c = str; + this.f470c = str; HashMap hashMap = new HashMap(); this.h = hashMap; hashMap.put("id", str); - hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2195c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2198c); this.d = str2; this.e = y0Var; this.f = obj; @@ -126,7 +126,7 @@ public class d implements w0 { @Override // c.f.j.p.w0 public String getId() { - return this.f468c; + return this.f470c; } @Override // c.f.j.p.w0 diff --git a/app/src/main/java/c/f/j/p/d0.java b/app/src/main/java/c/f/j/p/d0.java index bfc204b4c1..005d13225c 100644 --- a/app/src/main/java/c/f/j/p/d0.java +++ b/app/src/main/java/c/f/j/p/d0.java @@ -12,11 +12,11 @@ import java.util.concurrent.Executor; public class d0 extends g0 { /* renamed from: c reason: collision with root package name */ - public final AssetManager f469c; + public final AssetManager f471c; public d0(Executor executor, g gVar, AssetManager assetManager) { super(executor, gVar); - this.f469c = assetManager; + this.f471c = assetManager; } /* JADX WARNING: Code restructure failed: missing block: B:12:0x0031, code lost: @@ -25,10 +25,10 @@ public class d0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream open = this.f469c.open(imageRequest.f2195c.getPath().substring(1), 2); + InputStream open = this.f471c.open(imageRequest.f2198c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f469c.openFd(imageRequest.f2195c.getPath().substring(1)); + assetFileDescriptor = this.f471c.openFd(imageRequest.f2198c.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 876e086d7a..32f6b351a9 100644 --- a/app/src/main/java/c/f/j/p/e0.java +++ b/app/src/main/java/c/f/j/p/e0.java @@ -17,7 +17,7 @@ import java.util.concurrent.Executor; public class e0 extends g0 { /* renamed from: c reason: collision with root package name */ - public static final String[] f470c = {"_id", "_data"}; + public static final String[] f472c = {"_id", "_data"}; public final ContentResolver d; public e0(Executor executor, g gVar, ContentResolver contentResolver) { @@ -28,7 +28,7 @@ public class e0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { InputStream inputStream; - Uri uri = imageRequest.f2195c; + Uri uri = imageRequest.f2198c; Uri uri2 = b.a; boolean z2 = false; if (uri.getPath() != null && b.c(uri) && "com.android.contacts".equals(uri.getAuthority()) && !uri.getPath().startsWith(b.a.getPath())) { @@ -54,7 +54,7 @@ public class e0 extends g0 { return c(inputStream, -1); } if (b.b(uri)) { - Cursor query = this.d.query(uri, f470c, null, null, null); + Cursor query = this.d.query(uri, f472c, null, null, null); e eVar = null; if (query != null) { try { diff --git a/app/src/main/java/c/f/j/p/f0.java b/app/src/main/java/c/f/j/p/f0.java index c994b1565d..21383ddd7b 100644 --- a/app/src/main/java/c/f/j/p/f0.java +++ b/app/src/main/java/c/f/j/p/f0.java @@ -20,7 +20,7 @@ import java.util.concurrent.Executor; public class f0 extends g0 implements j1 { /* renamed from: c reason: collision with root package name */ - public static final String[] f471c = {"_id", "_data"}; + public static final String[] f473c = {"_id", "_data"}; public static final String[] d = {"_data"}; public static final Rect e = new Rect(0, 0, 512, 384); public static final Rect f = new Rect(0, 0, 96, 96); @@ -34,7 +34,7 @@ public class f0 extends g0 implements j1 { @Override // c.f.j.p.j1 public boolean a(c.f.j.d.e eVar) { Rect rect = e; - return AnimatableValueParser.m1(rect.width(), rect.height(), eVar); + return AnimatableValueParser.n1(rect.width(), rect.height(), eVar); } @Override // c.f.j.p.g0 @@ -42,8 +42,8 @@ public class f0 extends g0 implements j1 { c.f.j.d.e eVar; Cursor query; e f2; - Uri uri = imageRequest.f2195c; - if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f471c, null, null, null)) == null) { + Uri uri = imageRequest.f2198c; + if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f473c, null, null, null)) == null) { return null; } try { @@ -76,11 +76,11 @@ public class f0 extends g0 implements j1 { int i; Cursor queryMiniThumbnail; Rect rect = f; - if (AnimatableValueParser.m1(rect.width(), rect.height(), eVar)) { + if (AnimatableValueParser.n1(rect.width(), rect.height(), eVar)) { i = 3; } else { Rect rect2 = e; - i = AnimatableValueParser.m1(rect2.width(), rect2.height(), eVar) ? 1 : 0; + i = AnimatableValueParser.n1(rect2.width(), rect2.height(), eVar) ? 1 : 0; } if (i == 0 || (queryMiniThumbnail = MediaStore.Images.Thumbnails.queryMiniThumbnail(this.g, j, i, d)) == null) { return null; diff --git a/app/src/main/java/c/f/j/p/h.java b/app/src/main/java/c/f/j/p/h.java index 5899293261..b0c39d8b0f 100644 --- a/app/src/main/java/c/f/j/p/h.java +++ b/app/src/main/java/c/f/j/p/h.java @@ -16,19 +16,19 @@ public class h implements v0> { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0> f472c; + public final v0> f474c; /* compiled from: BitmapMemoryCacheProducer */ public class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ CacheKey f473c; + public final /* synthetic */ CacheKey f475c; public final /* synthetic */ boolean d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(l lVar, CacheKey cacheKey, boolean z2) { super(lVar); - this.f473c = cacheKey; + this.f475c = cacheKey; this.d = z2; } @@ -48,7 +48,7 @@ public class h implements v0> { } else if (closeableReference2.w().d() || b.m(i, 8)) { this.b.b(closeableReference2, i); } else { - if (!e && (closeableReference = h.this.a.get(this.f473c)) != null) { + if (!e && (closeableReference = h.this.a.get(this.f475c)) != null) { try { c.f.j.j.i b = closeableReference2.w().b(); c.f.j.j.i b2 = closeableReference.w().b(); @@ -61,7 +61,7 @@ public class h implements v0> { } } if (this.d) { - closeableReference3 = h.this.a.a(this.f473c, closeableReference2); + closeableReference3 = h.this.a.a(this.f475c, closeableReference2); } if (e) { try { @@ -93,7 +93,7 @@ public class h implements v0> { public h(w wVar, i iVar, v0> v0Var) { this.a = wVar; this.b = iVar; - this.f472c = v0Var; + this.f474c = v0Var; } /* JADX INFO: finally extract failed */ @@ -137,7 +137,7 @@ public class h implements v0> { } o.j(w0Var, d, map); b.b(); - this.f472c.b(e, w0Var); + this.f474c.b(e, w0Var); b.b(); b.b(); } catch (Throwable th) { diff --git a/app/src/main/java/c/f/j/p/h1.java b/app/src/main/java/c/f/j/p/h1.java index 36b93c2993..4c4f44cfe4 100644 --- a/app/src/main/java/c/f/j/p/h1.java +++ b/app/src/main/java/c/f/j/p/h1.java @@ -10,7 +10,7 @@ public class h1 implements v0 { public int b = 0; /* renamed from: c reason: collision with root package name */ - public final ConcurrentLinkedQueue, w0>> f474c = new ConcurrentLinkedQueue<>(); + public final ConcurrentLinkedQueue, w0>> f476c = new ConcurrentLinkedQueue<>(); public final Executor d; /* compiled from: ThrottlingProducer */ @@ -62,7 +62,7 @@ public class h1 implements v0 { public final void n() { Pair, w0> poll; synchronized (h1.this) { - poll = h1.this.f474c.poll(); + poll = h1.this.f476c.poll(); if (poll == null) { h1 h1Var = h1.this; h1Var.b--; @@ -89,7 +89,7 @@ public class h1 implements v0 { int i = this.b; z2 = true; if (i >= 5) { - this.f474c.add(Pair.create(lVar, w0Var)); + this.f476c.add(Pair.create(lVar, w0Var)); } else { this.b = i + 1; z2 = false; diff --git a/app/src/main/java/c/f/j/p/i.java b/app/src/main/java/c/f/j/p/i.java index 47382cb4e1..b95052b33f 100644 --- a/app/src/main/java/c/f/j/p/i.java +++ b/app/src/main/java/c/f/j/p/i.java @@ -12,19 +12,19 @@ public class i implements v0> { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f476c; + public final int f478c; public final boolean d; /* compiled from: BitmapPrepareProducer */ public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final int f477c; + public final int f479c; public final int d; public a(l> lVar, int i, int i2) { super(lVar); - this.f477c = i; + this.f479c = i; this.d = i2; } @@ -35,7 +35,7 @@ public class i implements v0> { CloseableReference closeableReference = (CloseableReference) obj; if (closeableReference != null && closeableReference.x()) { c cVar = (c) closeableReference.w(); - if (!cVar.isClosed() && (cVar instanceof d) && (bitmap = ((d) cVar).l) != null && (height = bitmap.getHeight() * bitmap.getRowBytes()) >= this.f477c && height <= this.d) { + if (!cVar.isClosed() && (cVar instanceof d) && (bitmap = ((d) cVar).l) != null && (height = bitmap.getHeight() * bitmap.getRowBytes()) >= this.f479c && height <= this.d) { bitmap.prepareToDraw(); } } @@ -48,14 +48,14 @@ public class i implements v0> { Objects.requireNonNull(v0Var); this.a = v0Var; this.b = i; - this.f476c = i2; + this.f478c = i2; this.d = z2; } @Override // c.f.j.p.v0 public void b(l> lVar, w0 w0Var) { if (!w0Var.k() || this.d) { - this.a.b(new a(lVar, this.b, this.f476c), w0Var); + this.a.b(new a(lVar, this.b, this.f478c), w0Var); } else { this.a.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/i0.java b/app/src/main/java/c/f/j/p/i0.java index 67620c1b26..5f3aa21941 100644 --- a/app/src/main/java/c/f/j/p/i0.java +++ b/app/src/main/java/c/f/j/p/i0.java @@ -12,11 +12,11 @@ import java.util.concurrent.Executor; public class i0 extends g0 { /* renamed from: c reason: collision with root package name */ - public final Resources f478c; + public final Resources f480c; public i0(Executor executor, g gVar, Resources resources) { super(executor, gVar); - this.f478c = resources; + this.f480c = resources; } /* JADX WARNING: Code restructure failed: missing block: B:12:0x0038, code lost: @@ -25,10 +25,10 @@ public class i0 extends g0 { @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { int i; - InputStream openRawResource = this.f478c.openRawResource(Integer.parseInt(imageRequest.f2195c.getPath().substring(1))); + InputStream openRawResource = this.f480c.openRawResource(Integer.parseInt(imageRequest.f2198c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f478c.openRawResourceFd(Integer.parseInt(imageRequest.f2195c.getPath().substring(1))); + assetFileDescriptor = this.f480c.openRawResourceFd(Integer.parseInt(imageRequest.f2198c.getPath().substring(1))); i = (int) assetFileDescriptor.getLength(); } catch (Resources.NotFoundException unused) { i = -1; diff --git a/app/src/main/java/c/f/j/p/i1.java b/app/src/main/java/c/f/j/p/i1.java index 8cd1faa531..c251993677 100644 --- a/app/src/main/java/c/f/j/p/i1.java +++ b/app/src/main/java/c/f/j/p/i1.java @@ -11,20 +11,20 @@ public class i1 implements v0 { public class a extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f479c; + public final w0 f481c; public final int d; public final c.f.j.d.e e; public a(l lVar, w0 w0Var, int i) { super(lVar); - this.f479c = w0Var; + this.f481c = w0Var; this.d = i; this.e = w0Var.e().i; } @Override // c.f.j.p.p, c.f.j.p.b public void h(Throwable th) { - if (!i1.this.c(this.d + 1, this.b, this.f479c)) { + if (!i1.this.c(this.d + 1, this.b, this.f481c)) { this.b.c(th); } } @@ -32,13 +32,13 @@ public class i1 implements v0 { @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - if (eVar != null && (b.f(i) || AnimatableValueParser.n1(eVar, this.e))) { + if (eVar != null && (b.f(i) || AnimatableValueParser.o1(eVar, this.e))) { this.b.b(eVar, i); } else if (b.e(i)) { if (eVar != null) { eVar.close(); } - if (!i1.this.c(this.d + 1, this.b, this.f479c)) { + if (!i1.this.c(this.d + 1, this.b, this.f481c)) { this.b.b(null, 1); } } @@ -55,7 +55,7 @@ public class i1 implements v0 { if (length >= 0) { throw new IndexOutOfBoundsException(AnimatableValueParser.m0("%s (%s) must be less than size (%s)", "index", 0, Integer.valueOf(length))); } - throw new IllegalArgumentException(c.d.b.a.a.k("negative size: ", length)); + throw new IllegalArgumentException(c.d.b.a.a.j("negative size: ", length)); } @Override // c.f.j.p.v0 diff --git a/app/src/main/java/c/f/j/p/j.java b/app/src/main/java/c/f/j/p/j.java index baddaa987c..60ffb69ed1 100644 --- a/app/src/main/java/c/f/j/p/j.java +++ b/app/src/main/java/c/f/j/p/j.java @@ -18,7 +18,7 @@ public class j implements v0> { public final f b; /* renamed from: c reason: collision with root package name */ - public final f f480c; + public final f f482c; public final i d; public final v0> e; public final d f; @@ -28,7 +28,7 @@ public class j implements v0> { public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final w0 f481c; + public final w0 f483c; public final w d; public final f e; public final f f; @@ -38,7 +38,7 @@ public class j implements v0> { public a(l> lVar, w0 w0Var, w wVar, f fVar, f fVar2, i iVar, d dVar, d dVar2) { super(lVar); - this.f481c = w0Var; + this.f483c = w0Var; this.d = wVar; this.e = fVar; this.f = fVar2; @@ -55,11 +55,11 @@ public class j implements v0> { b.b(); if (!b.f(i) && closeableReference != null) { if (!b.l(i, 8)) { - ImageRequest e = this.f481c.e(); - ((n) this.g).b(e, this.f481c.b()); - if (this.f481c.l("origin").equals("memory_bitmap")) { - Objects.requireNonNull(this.f481c.g().w); - Objects.requireNonNull(this.f481c.g().w); + ImageRequest e = this.f483c.e(); + ((n) this.g).b(e, this.f483c.b()); + if (this.f483c.l("origin").equals("memory_bitmap")) { + Objects.requireNonNull(this.f483c.g().w); + Objects.requireNonNull(this.f483c.g().w); } this.b.b(closeableReference, i); b.b(); @@ -77,7 +77,7 @@ public class j implements v0> { public j(w wVar, f fVar, f fVar2, i iVar, d dVar, d dVar2, v0> v0Var) { this.a = wVar; this.b = fVar; - this.f480c = fVar2; + this.f482c = fVar2; this.d = iVar; this.f = dVar; this.g = dVar2; @@ -90,7 +90,7 @@ public class j implements v0> { b.b(); y0 o = w0Var.o(); o.e(w0Var, "BitmapProbeProducer"); - a aVar = new a(lVar, w0Var, this.a, this.b, this.f480c, this.d, this.f, this.g); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f482c, this.d, this.f, this.g); o.j(w0Var, "BitmapProbeProducer", null); b.b(); this.e.b(aVar, w0Var); diff --git a/app/src/main/java/c/f/j/p/j0.java b/app/src/main/java/c/f/j/p/j0.java index 0046bc093a..9da0f51720 100644 --- a/app/src/main/java/c/f/j/p/j0.java +++ b/app/src/main/java/c/f/j/p/j0.java @@ -82,7 +82,7 @@ public class j0 implements v0> { bitmap = ThumbnailUtils.createVideoThumbnail(str, i); } else { try { - ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2195c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2198c, "r"); MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever(); mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor()); bitmap = mediaMetadataRetriever.getFrameAtTime(-1); @@ -140,7 +140,7 @@ public class j0 implements v0> { String str; Uri uri; Objects.requireNonNull(j0Var); - Uri uri2 = imageRequest.f2195c; + Uri uri2 = imageRequest.f2198c; if (c.f.d.l.b.d(uri2)) { return imageRequest.a().getPath(); } diff --git a/app/src/main/java/c/f/j/p/k.java b/app/src/main/java/c/f/j/p/k.java index 3c345dadcd..edf7a1263f 100644 --- a/app/src/main/java/c/f/j/p/k.java +++ b/app/src/main/java/c/f/j/p/k.java @@ -12,36 +12,36 @@ public class k implements v0 { public class b extends p { /* renamed from: c reason: collision with root package name */ - public w0 f482c; + public w0 f484c; public b(l lVar, w0 w0Var, a aVar) { super(lVar); - this.f482c = w0Var; + this.f484c = w0Var; } @Override // c.f.j.p.p, c.f.j.p.b public void h(Throwable th) { - k.this.b.b(this.b, this.f482c); + k.this.b.b(this.b, this.f484c); } @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - ImageRequest e = this.f482c.e(); + ImageRequest e = this.f484c.e(); boolean e2 = b.e(i); - boolean n1 = AnimatableValueParser.n1(eVar, e.i); - if (eVar != null && (n1 || e.g)) { - if (!e2 || !n1) { + boolean o1 = AnimatableValueParser.o1(eVar, e.i); + if (eVar != null && (o1 || e.g)) { + if (!e2 || !o1) { this.b.b(eVar, i & -2); } else { this.b.b(eVar, i); } } - if (e2 && !n1) { + if (e2 && !o1) { if (eVar != null) { eVar.close(); } - k.this.b.b(this.b, this.f482c); + k.this.b.b(this.b, this.f484c); } } } diff --git a/app/src/main/java/c/f/j/p/k0.java b/app/src/main/java/c/f/j/p/k0.java index 6fff683b05..b29ace3f09 100644 --- a/app/src/main/java/c/f/j/p/k0.java +++ b/app/src/main/java/c/f/j/p/k0.java @@ -20,7 +20,7 @@ public abstract class k0 implements v0 { public final v0 b; /* renamed from: c reason: collision with root package name */ - public final boolean f483c; + public final boolean f485c; public final String d; public final String e; @@ -31,7 +31,7 @@ public abstract class k0 implements v0 { public final CopyOnWriteArraySet, w0>> b = new CopyOnWriteArraySet<>(); /* renamed from: c reason: collision with root package name */ - public T f484c; + public T f486c; public float d; public int e; public d f; @@ -52,8 +52,8 @@ public abstract class k0 implements v0 { if (bVar.g == this) { bVar.g = null; bVar.f = null; - bVar.b(bVar.f484c); - bVar.f484c = null; + bVar.b(bVar.f486c); + bVar.f486c = null; bVar.i(c.f.d.l.a.UNSET); } } @@ -136,7 +136,7 @@ public abstract class k0 implements v0 { k = k(); l = l(); j = j(); - closeable = this.f484c; + closeable = this.f486c; f = this.d; i = this.e; } @@ -145,7 +145,7 @@ public abstract class k0 implements v0 { d.r(j); synchronized (create) { synchronized (this) { - if (closeable != this.f484c) { + if (closeable != this.f486c) { closeable = null; } else if (closeable != null) { closeable = k0.this.c(closeable); @@ -217,8 +217,8 @@ public abstract class k0 implements v0 { it = this.b.iterator(); this.b.clear(); k0.this.e(this.a, this); - b(this.f484c); - this.f484c = null; + b(this.f486c); + this.f486c = null; } else { return; } @@ -238,12 +238,12 @@ public abstract class k0 implements v0 { int size; synchronized (this) { if (this.g == aVar) { - b(this.f484c); - this.f484c = null; + b(this.f486c); + this.f486c = null; it = this.b.iterator(); size = this.b.size(); if (b.f(i)) { - this.f484c = k0.this.c(t); + this.f486c = k0.this.c(t); this.e = i; } else { this.b.clear(); @@ -365,7 +365,7 @@ public abstract class k0 implements v0 { public k0(v0 v0Var, String str, String str2) { this.b = v0Var; this.a = new HashMap(); - this.f483c = false; + this.f485c = false; this.d = str; this.e = str2; } @@ -373,7 +373,7 @@ public abstract class k0 implements v0 { public k0(v0 v0Var, String str, String str2, boolean z2) { this.b = v0Var; this.a = new HashMap(); - this.f483c = z2; + this.f485c = z2; this.d = str; this.e = str2; } diff --git a/app/src/main/java/c/f/j/p/l0.java b/app/src/main/java/c/f/j/p/l0.java index 0f9abbf5b7..d34c412fb2 100644 --- a/app/src/main/java/c/f/j/p/l0.java +++ b/app/src/main/java/c/f/j/p/l0.java @@ -42,7 +42,7 @@ public class l0 extends e { d.t(list3); d.r(list2); if (dVar != null) { - if (!k0.this.f483c || dVar.k()) { + if (!k0.this.f485c || dVar.k()) { dVar.u(); } else { d.t(dVar.v(d.LOW)); diff --git a/app/src/main/java/c/f/j/p/m.java b/app/src/main/java/c/f/j/p/m.java index 60b4058f70..19bf548f55 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.f2195c.toString(); + String uri = imageRequest.f2198c.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/m0.java b/app/src/main/java/c/f/j/p/m0.java index 089d582dab..a4e709c410 100644 --- a/app/src/main/java/c/f/j/p/m0.java +++ b/app/src/main/java/c/f/j/p/m0.java @@ -20,7 +20,7 @@ public class m0 implements v0 { public final c.f.d.g.a b; /* renamed from: c reason: collision with root package name */ - public final n0 f485c; + public final n0 f487c; /* compiled from: NetworkFetchProducer */ public class a implements n0.a { @@ -51,11 +51,11 @@ public class m0 implements v0 { try { int read = inputStream.read(bArr); if (read < 0) { - n0 n0Var = m0Var.f485c; + n0 n0Var = m0Var.f487c; int i2 = ((MemoryPooledByteBufferOutputStream) e).k; a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - ((a0.a) xVar).f = a0Var.f462c.now(); + ((a0.a) xVar).f = a0Var.f464c.now(); m0Var.c(e, xVar); m0Var.b.release(bArr); e.close(); @@ -79,7 +79,7 @@ public class m0 implements v0 { public m0(g gVar, c.f.d.g.a aVar, n0 n0Var) { this.a = gVar; this.b = aVar; - this.f485c = n0Var; + this.f487c = n0Var; } /* JADX WARNING: Removed duplicated region for block: B:12:0x002c */ @@ -123,13 +123,13 @@ public class m0 implements v0 { @Override // c.f.j.p.v0 public void b(l lVar, w0 w0Var) { w0Var.o().e(w0Var, "NetworkFetchProducer"); - Objects.requireNonNull((a0) this.f485c); + Objects.requireNonNull((a0) this.f487c); a0.a aVar = new a0.a(lVar, w0Var); - n0 n0Var = this.f485c; + n0 n0Var = this.f487c; a aVar2 = new a(aVar); a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - aVar.d = a0Var.f462c.now(); + aVar.d = a0Var.f464c.now(); w0Var.f(new z(a0Var, a0Var.b.submit(new y(a0Var, aVar, aVar2)), aVar2)); } @@ -139,7 +139,7 @@ public class m0 implements v0 { if (!xVar.a().g(xVar.b, "NetworkFetchProducer")) { hashMap = null; } else { - Objects.requireNonNull((a0) this.f485c); + Objects.requireNonNull((a0) this.f487c); a0.a aVar = (a0.a) xVar; hashMap = new HashMap(4); hashMap.put("queue_time", Long.toString(aVar.e - aVar.d)); @@ -160,11 +160,11 @@ public class m0 implements v0 { if (!xVar.b.p()) { z2 = false; } else { - Objects.requireNonNull(this.f485c); + Objects.requireNonNull(this.f487c); z2 = true; } - if (z2 && uptimeMillis - xVar.f505c >= 100) { - xVar.f505c = uptimeMillis; + if (z2 && uptimeMillis - xVar.f507c >= 100) { + xVar.f507c = uptimeMillis; xVar.a().a(xVar.b, "NetworkFetchProducer", "intermediate_result"); e(iVar, 0, null, xVar.a, xVar.b); } diff --git a/app/src/main/java/c/f/j/p/n.java b/app/src/main/java/c/f/j/p/n.java index 214ba0188a..8899b3cb7b 100644 --- a/app/src/main/java/c/f/j/p/n.java +++ b/app/src/main/java/c/f/j/p/n.java @@ -24,7 +24,7 @@ public class n implements v0> { public final Executor b; /* renamed from: c reason: collision with root package name */ - public final c.f.j.h.b f486c; + public final c.f.j.h.b f488c; public final c.f.j.h.c d; public final v0 e; public final boolean f; @@ -111,7 +111,7 @@ public class n implements v0> { public abstract class c extends p> { /* renamed from: c reason: collision with root package name */ - public final w0 f487c; + public final w0 f489c; public final y0 d; public final c.f.j.d.b e; public boolean f = false; @@ -136,12 +136,12 @@ public class n implements v0> { Exception e; int i2 = i; if (eVar != null) { - w0 w0Var = c.this.f487c; + w0 w0Var = c.this.f489c; eVar.w(); w0Var.d("image_format", eVar.k.b); if (n.this.f || !b.m(i2, 16)) { ImageRequest e2 = this.a.e(); - if (n.this.g || !c.f.d.l.b.e(e2.f2195c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2198c)) { eVar.p = AnimatableValueParser.c0(e2.j, e2.i, eVar, this.b); } } @@ -168,7 +168,7 @@ public class n implements v0> { boolean e3 = b.e(i); boolean z3 = e3 && !b.m(i2, 8); boolean m = b.m(i2, 4); - c.f.j.d.e eVar2 = cVar2.f487c.e().i; + c.f.j.d.e eVar2 = cVar2.f489c.e().i; if (eVar2 != null) { str = eVar2.a + "x" + eVar2.b; } else { @@ -179,22 +179,22 @@ public class n implements v0> { synchronized (c0Var) { j = c0Var.j - c0Var.i; } - String valueOf2 = String.valueOf(cVar2.f487c.e().f2195c); + String valueOf2 = String.valueOf(cVar2.f489c.e().f2198c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); - cVar2.d.e(cVar2.f487c, "DecodeProducer"); + cVar2.d.e(cVar2.f489c, "DecodeProducer"); try { cVar = cVar2.t(eVar, f, p); try { if (eVar.p != 1) { i2 |= 16; } - cVar2.d.j(cVar2.f487c, "DecodeProducer", cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.j(cVar2.f489c, "DecodeProducer", cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.v(eVar, cVar); cVar2.s(cVar, i2); } catch (Exception e4) { e = e4; - cVar2.d.k(cVar2.f487c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f489c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.u(true); cVar2.b.c(e); } @@ -205,7 +205,7 @@ public class n implements v0> { } catch (Exception e6) { e = e6; cVar = null; - cVar2.d.k(cVar2.f487c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f489c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.u(true); cVar2.b.c(e); } @@ -237,7 +237,7 @@ public class n implements v0> { @Override // c.f.j.p.e, c.f.j.p.x0 public void b() { - if (c.this.f487c.p()) { + if (c.this.f489c.p()) { c.this.g.d(); } } @@ -245,7 +245,7 @@ public class n implements v0> { public c(l> lVar, w0 w0Var, boolean z2, int i) { super(lVar); - this.f487c = w0Var; + this.f489c = w0Var; this.d = w0Var.o(); c.f.j.d.b bVar = w0Var.e().h; this.e = bVar; @@ -284,7 +284,7 @@ public class n implements v0> { } if (w(eVar, i)) { boolean m = b.m(i, 4); - if (e || m || this.f487c.p()) { + if (e || m || this.f489c.p()) { this.g.d(); } } @@ -301,11 +301,11 @@ public class n implements v0> { } public final Map n(c.f.j.j.c cVar, long j, i iVar, boolean z2, String str, String str2, String str3, String str4) { - if (!this.d.g(this.f487c, "DecodeProducer")) { + if (!this.d.g(this.f489c, "DecodeProducer")) { return null; } String valueOf = String.valueOf(j); - String valueOf2 = String.valueOf(((h) iVar).f451c); + String valueOf2 = String.valueOf(((h) iVar).f453c); String valueOf3 = String.valueOf(z2); if (cVar instanceof c.f.j.j.d) { Bitmap bitmap = ((c.f.j.j.d) cVar).l; @@ -372,12 +372,12 @@ public class n implements v0> { n nVar = n.this; boolean z2 = nVar.k != null && nVar.l.get().booleanValue(); try { - return n.this.f486c.a(eVar, i, iVar, this.e); + return n.this.f488c.a(eVar, i, iVar, this.e); } catch (OutOfMemoryError e) { if (z2) { n.this.k.run(); System.gc(); - return n.this.f486c.a(eVar, i, iVar, this.e); + return n.this.f488c.a(eVar, i, iVar, this.e); } throw e; } @@ -396,19 +396,19 @@ public class n implements v0> { } public final void v(e eVar, c.f.j.j.c cVar) { - w0 w0Var = this.f487c; + w0 w0Var = this.f489c; eVar.w(); w0Var.d("encoded_width", Integer.valueOf(eVar.n)); - w0 w0Var2 = this.f487c; + w0 w0Var2 = this.f489c; eVar.w(); w0Var2.d("encoded_height", Integer.valueOf(eVar.o)); - this.f487c.d("encoded_size", Integer.valueOf(eVar.f())); + this.f489c.d("encoded_size", Integer.valueOf(eVar.f())); if (cVar instanceof c.f.j.j.b) { Bitmap f = ((c.f.j.j.b) cVar).f(); - this.f487c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); + this.f489c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); } if (cVar != null) { - cVar.e(this.f487c.a()); + cVar.e(this.f489c.a()); } } @@ -421,7 +421,7 @@ public class n implements v0> { Objects.requireNonNull(executor); this.b = executor; Objects.requireNonNull(bVar); - this.f486c = bVar; + this.f488c = bVar; Objects.requireNonNull(cVar); this.d = cVar; this.f = z2; @@ -439,7 +439,7 @@ public class n implements v0> { public void b(l> lVar, w0 w0Var) { try { c.f.j.r.b.b(); - this.e.b(!c.f.d.l.b.e(w0Var.e().f2195c) ? 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().f2198c) ? 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 07ded9a7ea..d1cd80f042 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.f2196s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2199s, 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 83f3a887df..af660bc833 100644 --- a/app/src/main/java/c/f/j/p/o0.java +++ b/app/src/main/java/c/f/j/p/o0.java @@ -15,7 +15,7 @@ public class o0 implements c { public final /* synthetic */ w0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l f489c; + public final /* synthetic */ l f491c; public final /* synthetic */ CacheKey d; public final /* synthetic */ q0 e; @@ -23,7 +23,7 @@ public class o0 implements c { this.e = q0Var; this.a = y0Var; this.b = w0Var; - this.f489c = lVar; + this.f491c = lVar; this.d = cacheKey; } @@ -39,10 +39,10 @@ public class o0 implements c { boolean z3 = false; if (z2 || (gVar.e() && (gVar.d() instanceof CancellationException))) { this.a.d(this.b, "PartialDiskCacheProducer", null); - this.f489c.d(); + this.f491c.d(); } else if (gVar.e()) { this.a.k(this.b, "PartialDiskCacheProducer", gVar.d(), null); - q0.c(this.e, this.f489c, this.b, this.d, null); + q0.c(this.e, this.f491c, this.b, this.d, null); } else { synchronized (gVar.e) { eVar = gVar.h; @@ -61,10 +61,10 @@ public class o0 implements c { if (aVar != null && aVar.a >= 0 && f >= aVar.b) { this.b.i("disk", "partial"); this.a.c(this.b, "PartialDiskCacheProducer", true); - this.f489c.b(eVar2, 9); + this.f491c.b(eVar2, 9); } else { - this.f489c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2195c); + this.f491c.b(eVar2, 8); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2198c); b.e = e.h; b.o = e.k; b.f = e.b; @@ -73,24 +73,24 @@ public class o0 implements c { b.j = e.q; b.g = e.f; b.i = e.l; - b.f2197c = e.i; + b.f2200c = e.i; b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.f2196s; + b.p = e.f2199s; int i = f2 - 1; if (i >= 0) { z3 = true; } AnimatableValueParser.j(Boolean.valueOf(z3)); b.o = new a(i, Integer.MAX_VALUE); - q0.c(this.e, this.f489c, new c1(b.a(), this.b), this.d, eVar2); + q0.c(this.e, this.f491c, new c1(b.a(), this.b), this.d, eVar2); } } else { y0 y0Var2 = this.a; w0 w0Var2 = this.b; y0Var2.j(w0Var2, "PartialDiskCacheProducer", q0.d(y0Var2, w0Var2, false, 0)); - q0.c(this.e, this.f489c, this.b, this.d, eVar2); + q0.c(this.e, this.f491c, this.b, this.d, eVar2); } } return null; diff --git a/app/src/main/java/c/f/j/p/q.java b/app/src/main/java/c/f/j/p/q.java index 8dcfd5322f..1a23dc338d 100644 --- a/app/src/main/java/c/f/j/p/q.java +++ b/app/src/main/java/c/f/j/p/q.java @@ -10,14 +10,14 @@ public class q implements c { public final /* synthetic */ w0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l f490c; + public final /* synthetic */ l f492c; public final /* synthetic */ s d; public q(s sVar, y0 y0Var, w0 w0Var, l lVar) { this.d = sVar; this.a = y0Var; this.b = w0Var; - this.f490c = lVar; + this.f492c = lVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -31,10 +31,10 @@ public class q implements c { } if (z2 || (gVar.e() && (gVar.d() instanceof CancellationException))) { this.a.d(this.b, "DiskCacheProducer", null); - this.f490c.d(); + this.f492c.d(); } else if (gVar.e()) { this.a.k(this.b, "DiskCacheProducer", gVar.d(), null); - this.d.d.b(this.f490c, this.b); + this.d.d.b(this.f492c, this.b); } else { synchronized (gVar.e) { eVar = gVar.h; @@ -46,14 +46,14 @@ public class q implements c { y0Var.j(w0Var, "DiskCacheProducer", s.c(y0Var, w0Var, true, eVar2.f())); this.a.c(this.b, "DiskCacheProducer", true); this.b.n("disk"); - this.f490c.a(1.0f); - this.f490c.b(eVar2, 1); + this.f492c.a(1.0f); + this.f492c.b(eVar2, 1); eVar2.close(); } else { y0 y0Var2 = this.a; w0 w0Var2 = this.b; y0Var2.j(w0Var2, "DiskCacheProducer", s.c(y0Var2, w0Var2, false, 0)); - this.d.d.b(this.f490c, this.b); + this.d.d.b(this.f492c, this.b); } } return null; diff --git a/app/src/main/java/c/f/j/p/q0.java b/app/src/main/java/c/f/j/p/q0.java index fc5af27e74..dc59a01e73 100644 --- a/app/src/main/java/c/f/j/p/q0.java +++ b/app/src/main/java/c/f/j/p/q0.java @@ -24,7 +24,7 @@ public class q0 implements v0 { public final i b; /* renamed from: c reason: collision with root package name */ - public final g f491c; + public final g f493c; public final c.f.d.g.a d; public final v0 e; @@ -32,7 +32,7 @@ public class q0 implements v0 { public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final f f492c; + public final f f494c; public final CacheKey d; public final g e; public final c.f.d.g.a f; @@ -40,7 +40,7 @@ public class q0 implements v0 { public a(l lVar, f fVar, CacheKey cacheKey, g gVar, c.f.d.g.a aVar, e eVar, o0 o0Var) { super(lVar); - this.f492c = fVar; + this.f494c = fVar; this.d = cacheKey; this.e = gVar; this.f = aVar; @@ -56,7 +56,7 @@ public class q0 implements v0 { if (b.m(i, 8) && b.e(i)) { eVar.w(); if (eVar.k != c.a) { - this.f492c.f(this.d, eVar); + this.f494c.f(this.d, eVar); this.b.b(eVar, i); return; } @@ -76,7 +76,7 @@ public class q0 implements v0 { } eVar.close(); this.g.close(); - f fVar = this.f492c; + f fVar = this.f494c; CacheKey cacheKey = this.d; Objects.requireNonNull(fVar); Objects.requireNonNull(cacheKey); @@ -160,13 +160,13 @@ public class q0 implements v0 { public q0(f fVar, i iVar, g gVar, c.f.d.g.a aVar, v0 v0Var) { this.a = fVar; this.b = iVar; - this.f491c = gVar; + this.f493c = gVar; this.d = aVar; this.e = v0Var; } public static void c(q0 q0Var, l lVar, w0 w0Var, CacheKey cacheKey, e eVar) { - q0Var.e.b(new a(lVar, q0Var.a, cacheKey, q0Var.f491c, q0Var.d, eVar, null), w0Var); + q0Var.e.b(new a(lVar, q0Var.a, cacheKey, q0Var.f493c, q0Var.d, eVar, null), w0Var); } @VisibleForTesting @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2195c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2198c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); i iVar = this.b; w0Var.b(); Objects.requireNonNull((n) iVar); diff --git a/app/src/main/java/c/f/j/p/r0.java b/app/src/main/java/c/f/j/p/r0.java index 90858f8e90..2c1207ae20 100644 --- a/app/src/main/java/c/f/j/p/r0.java +++ b/app/src/main/java/c/f/j/p/r0.java @@ -16,20 +16,20 @@ public class r0 implements v0> { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0> f493c; + public final v0> f495c; /* compiled from: PostprocessedBitmapMemoryCacheProducer */ public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final CacheKey f494c; + public final CacheKey f496c; public final boolean d; public final w e; public final boolean f; public a(l> lVar, CacheKey cacheKey, boolean z2, w wVar, boolean z3) { super(lVar); - this.f494c = cacheKey; + this.f496c = cacheKey; this.d = z2; this.e = wVar; this.f = z3; @@ -45,7 +45,7 @@ public class r0 implements v0> { } } else if (!b.f(i) || this.d) { if (this.f) { - closeableReference2 = this.e.a(this.f494c, closeableReference); + closeableReference2 = this.e.a(this.f496c, closeableReference); } try { this.b.a(1.0f); @@ -67,7 +67,7 @@ public class r0 implements v0> { public r0(w wVar, i iVar, v0> v0Var) { this.a = wVar; this.b = iVar; - this.f493c = v0Var; + this.f495c = v0Var; } @Override // c.f.j.p.v0 @@ -77,7 +77,7 @@ public class r0 implements v0> { Object b = w0Var.b(); b bVar = e.q; if (bVar == null || bVar.getPostprocessorCacheKey() == null) { - this.f493c.b(lVar, w0Var); + this.f495c.b(lVar, w0Var); return; } o.e(w0Var, "PostprocessedBitmapMemoryCacheProducer"); @@ -101,6 +101,6 @@ public class r0 implements v0> { map = f.of("cached_value_found", "false"); } o.j(w0Var, "PostprocessedBitmapMemoryCacheProducer", map); - this.f493c.b(aVar, w0Var); + this.f495c.b(aVar, w0Var); } } diff --git a/app/src/main/java/c/f/j/p/s.java b/app/src/main/java/c/f/j/p/s.java index 7ce3aed8fc..f85b6e7976 100644 --- a/app/src/main/java/c/f/j/p/s.java +++ b/app/src/main/java/c/f/j/p/s.java @@ -15,13 +15,13 @@ public class s implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f495c; + public final i f497c; public final v0 d; public s(f fVar, f fVar2, i iVar, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f495c = iVar; + this.f497c = iVar; this.d = v0Var; } @@ -39,7 +39,7 @@ public class s implements v0 { boolean z2 = true; if (e.n) { w0Var.o().e(w0Var, "DiskCacheProducer"); - CacheKey b = ((n) this.f495c).b(e, w0Var.b()); + CacheKey b = ((n) this.f497c).b(e, w0Var.b()); if (e.b != ImageRequest.b.SMALL) { z2 = false; } diff --git a/app/src/main/java/c/f/j/p/s0.java b/app/src/main/java/c/f/j/p/s0.java index c9bf13b53b..48a4c565aa 100644 --- a/app/src/main/java/c/f/j/p/s0.java +++ b/app/src/main/java/c/f/j/p/s0.java @@ -14,13 +14,13 @@ public class s0 implements v0> { public final PlatformBitmapFactory b; /* renamed from: c reason: collision with root package name */ - public final Executor f496c; + public final Executor f498c; /* compiled from: PostprocessorProducer */ public class b extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final y0 f497c; + public final y0 f499c; public final w0 d; public final c.f.j.q.b e; public boolean f; @@ -45,7 +45,7 @@ public class s0 implements v0> { public b(l> lVar, y0 y0Var, c.f.j.q.b bVar, w0 w0Var) { super(lVar); - this.f497c = y0Var; + this.f499c = y0Var; this.e = bVar; this.d = w0Var; w0Var.f(new a(s0.this)); @@ -58,11 +58,11 @@ public class s0 implements v0> { bVar.q(closeableReference, i); return; } - bVar.f497c.e(bVar.d, "PostprocessorProducer"); + bVar.f499c.e(bVar.d, "PostprocessorProducer"); try { CloseableReference r = bVar.r((c.f.j.j.c) closeableReference.w()); try { - y0 y0Var = bVar.f497c; + y0 y0Var = bVar.f499c; w0 w0Var = bVar.d; y0Var.j(w0Var, "PostprocessorProducer", bVar.p(y0Var, w0Var, bVar.e)); bVar.q(r, i); @@ -72,7 +72,7 @@ public class s0 implements v0> { } } } catch (Exception e) { - y0 y0Var2 = bVar.f497c; + y0 y0Var2 = bVar.f499c; w0 w0Var2 = bVar.d; y0Var2.k(w0Var2, "PostprocessorProducer", e, bVar.p(y0Var2, w0Var2, bVar.e)); if (bVar.o()) { @@ -116,7 +116,7 @@ public class s0 implements v0> { closeableReference.close(); } if (s2) { - s0.this.f496c.execute(new t0(this)); + s0.this.f498c.execute(new t0(this)); } } else if (b.e(i)) { q(null, i); @@ -196,7 +196,7 @@ public class s0 implements v0> { public class c extends p, CloseableReference> implements c.f.j.q.d { /* renamed from: c reason: collision with root package name */ - public boolean f498c = false; + public boolean f500c = false; public CloseableReference d = null; public c(s0 s0Var, b bVar, c.f.j.q.c cVar, w0 w0Var, a aVar) { @@ -225,7 +225,7 @@ public class s0 implements v0> { CloseableReference closeableReference = (CloseableReference) obj; if (!b.f(i)) { synchronized (this) { - if (!this.f498c) { + if (!this.f500c) { CloseableReference closeableReference2 = this.d; this.d = CloseableReference.p(closeableReference); if (closeableReference2 != null) { @@ -234,7 +234,7 @@ public class s0 implements v0> { } } synchronized (this) { - if (!this.f498c) { + if (!this.f500c) { p = CloseableReference.p(this.d); } else { return; @@ -253,12 +253,12 @@ public class s0 implements v0> { public final boolean n() { CloseableReference closeableReference; synchronized (this) { - if (this.f498c) { + if (this.f500c) { return false; } closeableReference = this.d; this.d = null; - this.f498c = true; + this.f500c = true; } Class cls = CloseableReference.i; if (closeableReference != null) { @@ -288,7 +288,7 @@ public class s0 implements v0> { this.a = v0Var; this.b = platformBitmapFactory; Objects.requireNonNull(executor); - this.f496c = executor; + this.f498c = executor; } @Override // c.f.j.p.v0 diff --git a/app/src/main/java/c/f/j/p/t.java b/app/src/main/java/c/f/j/p/t.java index e6d4ccb9da..cbf59a5832 100644 --- a/app/src/main/java/c/f/j/p/t.java +++ b/app/src/main/java/c/f/j/p/t.java @@ -13,21 +13,21 @@ public class t implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f499c; + public final i f501c; public final v0 d; /* compiled from: DiskCacheWriteProducer */ public static class b extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f500c; + public final w0 f502c; public final f d; public final f e; public final i f; public b(l lVar, w0 w0Var, f fVar, f fVar2, i iVar, a aVar) { super(lVar); - this.f500c = w0Var; + this.f502c = w0Var; this.d = fVar; this.e = fVar2; this.f = iVar; @@ -36,23 +36,23 @@ public class t implements v0 { @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - this.f500c.o().e(this.f500c, "DiskCacheWriteProducer"); + this.f502c.o().e(this.f502c, "DiskCacheWriteProducer"); if (!b.f(i) && eVar != null && !b.l(i, 10)) { eVar.w(); if (eVar.k != c.a) { - ImageRequest e = this.f500c.e(); - CacheKey b = ((n) this.f).b(e, this.f500c.b()); + ImageRequest e = this.f502c.e(); + CacheKey b = ((n) this.f).b(e, this.f502c.b()); if (e.b == ImageRequest.b.SMALL) { this.e.f(b, eVar); } else { this.d.f(b, eVar); } - this.f500c.o().j(this.f500c, "DiskCacheWriteProducer", null); + this.f502c.o().j(this.f502c, "DiskCacheWriteProducer", null); this.b.b(eVar, i); return; } } - this.f500c.o().j(this.f500c, "DiskCacheWriteProducer", null); + this.f502c.o().j(this.f502c, "DiskCacheWriteProducer", null); this.b.b(eVar, i); } } @@ -60,7 +60,7 @@ public class t implements v0 { public t(f fVar, f fVar2, i iVar, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f499c = iVar; + this.f501c = iVar; this.d = v0Var; } @@ -72,7 +72,7 @@ public class t implements v0 { return; } if (w0Var.e().n) { - lVar = new b(lVar, w0Var, this.a, this.b, this.f499c, null); + lVar = new b(lVar, w0Var, this.a, this.b, this.f501c, null); } this.d.b(lVar, w0Var); } diff --git a/app/src/main/java/c/f/j/p/t0.java b/app/src/main/java/c/f/j/p/t0.java index b63a653a71..0defac4688 100644 --- a/app/src/main/java/c/f/j/p/t0.java +++ b/app/src/main/java/c/f/j/p/t0.java @@ -40,7 +40,7 @@ public class t0 implements Runnable { s2 = bVar2.s(); } if (s2) { - s0.this.f496c.execute(new t0(bVar2)); + s0.this.f498c.execute(new t0(bVar2)); } } } diff --git a/app/src/main/java/c/f/j/p/v.java b/app/src/main/java/c/f/j/p/v.java index 01e58988cc..e3fe86e534 100644 --- a/app/src/main/java/c/f/j/p/v.java +++ b/app/src/main/java/c/f/j/p/v.java @@ -18,20 +18,20 @@ public class v implements v0 { public final i b; /* renamed from: c reason: collision with root package name */ - public final v0 f501c; + public final v0 f503c; /* compiled from: EncodedMemoryCacheProducer */ public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final w f502c; + public final w f504c; public final CacheKey d; public final boolean e; public final boolean f; public a(l lVar, w wVar, CacheKey cacheKey, boolean z2, boolean z3) { super(lVar); - this.f502c = wVar; + this.f504c = wVar; this.d = cacheKey; this.e = z2; this.f = z3; @@ -51,7 +51,7 @@ public class v implements v0 { CloseableReference closeableReference = null; try { if (this.f && this.e) { - closeableReference = this.f502c.a(this.d, c2); + closeableReference = this.f504c.a(this.d, c2); } if (closeableReference != null) { try { @@ -88,7 +88,7 @@ public class v implements v0 { public v(w wVar, i iVar, v0 v0Var) { this.a = wVar; this.b = iVar; - this.f501c = v0Var; + this.f503c = v0Var; } /* JADX INFO: finally extract failed */ @@ -143,7 +143,7 @@ public class v implements v0 { map = f.of("cached_value_found", "false"); } o.j(w0Var, "EncodedMemoryCacheProducer", map); - this.f501c.b(aVar, w0Var); + this.f503c.b(aVar, w0Var); Class cls3 = CloseableReference.i; if (closeableReference != null) { closeableReference.close(); diff --git a/app/src/main/java/c/f/j/p/w.java b/app/src/main/java/c/f/j/p/w.java index af76da3484..09ac7c446c 100644 --- a/app/src/main/java/c/f/j/p/w.java +++ b/app/src/main/java/c/f/j/p/w.java @@ -15,7 +15,7 @@ public class w implements v0 { public final f b; /* renamed from: c reason: collision with root package name */ - public final i f503c; + public final i f505c; public final v0 d; public final d e; public final d f; @@ -24,7 +24,7 @@ public class w implements v0 { public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final w0 f504c; + public final w0 f506c; public final f d; public final f e; public final i f; @@ -33,7 +33,7 @@ public class w implements v0 { public a(l lVar, w0 w0Var, f fVar, f fVar2, i iVar, d dVar, d dVar2) { super(lVar); - this.f504c = w0Var; + this.f506c = w0Var; this.d = fVar; this.e = fVar2; this.f = iVar; @@ -50,15 +50,15 @@ public class w implements v0 { if (!b.f(i) && eVar != null && !b.l(i, 10)) { eVar.w(); if (eVar.k != c.a) { - ImageRequest e = this.f504c.e(); - CacheKey b = ((n) this.f).b(e, this.f504c.b()); + ImageRequest e = this.f506c.e(); + CacheKey b = ((n) this.f).b(e, this.f506c.b()); this.g.a(b); - if (this.f504c.l("origin").equals("memory_encoded")) { + if (this.f506c.l("origin").equals("memory_encoded")) { if (!this.h.b(b)) { (e.b == ImageRequest.b.SMALL ? this.e : this.d).c(b); this.h.a(b); } - } else if (this.f504c.l("origin").equals("disk")) { + } else if (this.f506c.l("origin").equals("disk")) { this.h.a(b); } this.b.b(eVar, i); @@ -77,7 +77,7 @@ public class w implements v0 { public w(f fVar, f fVar2, i iVar, d dVar, d dVar2, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f503c = iVar; + this.f505c = iVar; this.e = dVar; this.f = dVar2; this.d = v0Var; @@ -89,7 +89,7 @@ public class w implements v0 { b.b(); y0 o = w0Var.o(); o.e(w0Var, "EncodedProbeProducer"); - a aVar = new a(lVar, w0Var, this.a, this.b, this.f503c, this.e, this.f); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f505c, this.e, this.f); o.j(w0Var, "EncodedProbeProducer", null); b.b(); this.d.b(aVar, w0Var); diff --git a/app/src/main/java/c/f/j/p/x.java b/app/src/main/java/c/f/j/p/x.java index d9a5c58422..3b20e77b5b 100644 --- a/app/src/main/java/c/f/j/p/x.java +++ b/app/src/main/java/c/f/j/p/x.java @@ -7,7 +7,7 @@ public class x { public final w0 b; /* renamed from: c reason: collision with root package name */ - public long f505c = 0; + public long f507c = 0; public x(l lVar, w0 w0Var) { this.a = lVar; diff --git a/app/src/main/java/c/f/j/p/y.java b/app/src/main/java/c/f/j/p/y.java index bfecfd4cc2..ec7fcf3430 100644 --- a/app/src/main/java/c/f/j/p/y.java +++ b/app/src/main/java/c/f/j/p/y.java @@ -34,9 +34,9 @@ public class y implements Runnable { Objects.requireNonNull(a0Var); InputStream inputStream = null; try { - httpURLConnection = a0Var.a(aVar.b.e().f2195c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2198c, 5); try { - aVar.e = a0Var.f462c.now(); + aVar.e = a0Var.f464c.now(); if (httpURLConnection != null) { inputStream = httpURLConnection.getInputStream(); ((m0.a) aVar2).b(inputStream, -1); diff --git a/app/src/main/java/c/f/j/s/d.java b/app/src/main/java/c/f/j/s/d.java index 7d0b61bb58..846114ce7e 100644 --- a/app/src/main/java/c/f/j/s/d.java +++ b/app/src/main/java/c/f/j/s/d.java @@ -73,7 +73,7 @@ public class d { float f = (float) i; float f2 = (float) i2; float max = Math.max(((float) eVar.a) / f, ((float) eVar.b) / f2); - float f3 = eVar.f427c; + float f3 = eVar.f429c; if (f * max > f3) { max = f3 / f; } diff --git a/app/src/main/java/c/f/l/a/a.java b/app/src/main/java/c/f/l/a/a.java index 54776c9e00..17aa6e97cd 100644 --- a/app/src/main/java/c/f/l/a/a.java +++ b/app/src/main/java/c/f/l/a/a.java @@ -8,7 +8,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public final int[] f506c = new int[2]; + public final int[] f508c = new int[2]; public final float[] d = new float[2]; public final float[] e = new float[2]; public final float[] f = new float[2]; @@ -28,7 +28,7 @@ public class a { this.a = false; this.b = 0; for (int i = 0; i < 2; i++) { - this.f506c[i] = -1; + this.f508c[i] = -1; } } diff --git a/app/src/main/java/c/f/l/b/b.java b/app/src/main/java/c/f/l/b/b.java index 64e1c207c4..dd66c557f0 100644 --- a/app/src/main/java/c/f/l/b/b.java +++ b/app/src/main/java/c/f/l/b/b.java @@ -13,7 +13,7 @@ import java.util.Objects; public class b extends a { /* renamed from: s reason: collision with root package name */ - public final ValueAnimator f507s; + public final ValueAnimator f509s; /* compiled from: AnimatedZoomableController */ public class a implements ValueAnimator.AnimatorUpdateListener { @@ -77,7 +77,7 @@ public class b extends a { public b(c.f.l.a.b bVar) { super(bVar); ValueAnimator ofFloat = ValueAnimator.ofFloat(0.0f, 1.0f); - this.f507s = ofFloat; + this.f509s = ofFloat; ofFloat.setInterpolator(new DecelerateInterpolator()); } @@ -94,12 +94,12 @@ public class b extends a { AnimatableValueParser.j(Boolean.valueOf(j > 0)); AnimatableValueParser.B(!this.m); this.m = true; - this.f507s.setDuration(j); + this.f509s.setDuration(j); this.h.getValues(this.n); matrix.getValues(this.o); - this.f507s.addUpdateListener(new a()); - this.f507s.addListener(new C0066b(runnable)); - this.f507s.start(); + this.f509s.addUpdateListener(new a()); + this.f509s.addListener(new C0066b(runnable)); + this.f509s.start(); } @Override // c.f.l.b.a @@ -107,9 +107,9 @@ public class b extends a { public void o() { if (this.m) { c.f.d.e.a.i(b.class, "stopAnimation"); - this.f507s.cancel(); - this.f507s.removeAllUpdateListeners(); - this.f507s.removeAllListeners(); + this.f509s.cancel(); + this.f509s.removeAllUpdateListeners(); + this.f509s.removeAllListeners(); } } } diff --git a/app/src/main/java/c/f/l/b/c.java b/app/src/main/java/c/f/l/b/c.java index 536c5d4549..2384791b09 100644 --- a/app/src/main/java/c/f/l/b/c.java +++ b/app/src/main/java/c/f/l/b/c.java @@ -15,7 +15,7 @@ public class c implements e, b.a { public e.a b = null; /* renamed from: c reason: collision with root package name */ - public boolean f508c = false; + public boolean f510c = false; public final RectF d = new RectF(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -182,7 +182,7 @@ public class c implements e, b.a { motionEvent.getAction(); int i = c.f.d.e.a.a; int i2 = 0; - if (!this.f508c) { + if (!this.f510c) { return false; } c.f.l.a.a aVar3 = this.a.a; @@ -191,7 +191,7 @@ public class c implements e, b.a { if (!(actionMasked == 0 || actionMasked == 1)) { if (actionMasked == 2) { while (i2 < 2) { - int findPointerIndex = motionEvent.findPointerIndex(aVar3.f506c[i2]); + int findPointerIndex = motionEvent.findPointerIndex(aVar3.f508c[i2]); if (findPointerIndex != -1) { aVar3.f[i2] = motionEvent.getX(findPointerIndex); aVar3.g[i2] = motionEvent.getY(findPointerIndex); @@ -223,9 +223,9 @@ public class c implements e, b.a { i3 = -1; } if (i3 == -1) { - aVar3.f506c[i2] = -1; + aVar3.f508c[i2] = -1; } else { - aVar3.f506c[i2] = motionEvent.getPointerId(i3); + aVar3.f508c[i2] = motionEvent.getPointerId(i3); float[] fArr = aVar3.f; float[] fArr2 = aVar3.d; float x2 = motionEvent.getX(i3); @@ -249,7 +249,7 @@ public class c implements e, b.a { public final void i() { this.h.mapRect(this.f, this.e); e.a aVar = this.b; - if (aVar != null && this.f508c) { + if (aVar != null && this.f510c) { ZoomableDraweeView zoomableDraweeView = ZoomableDraweeView.this; zoomableDraweeView.getLogTag(); zoomableDraweeView.hashCode(); @@ -270,7 +270,7 @@ public class c implements e, b.a { } public void k(boolean z2) { - this.f508c = z2; + this.f510c = z2; if (!z2) { j(); } diff --git a/app/src/main/java/c/f/m/a.java b/app/src/main/java/c/f/m/a.java index 2e7325fe7b..93ad9a64c8 100644 --- a/app/src/main/java/c/f/m/a.java +++ b/app/src/main/java/c/f/m/a.java @@ -19,7 +19,7 @@ public class a extends f { public C0067a(f fVar) throws IOException { super(fVar); - this.m = new File(a.this.f510c.getApplicationInfo().nativeLibraryDir); + this.m = new File(a.this.f512c.getApplicationInfo().nativeLibraryDir); this.n = a.this.h; } } @@ -40,7 +40,7 @@ public class a extends f { obtain.writeByte((byte) 2); obtain.writeString(canonicalFile.getPath()); obtain.writeLong(canonicalFile.lastModified()); - Context context = this.f510c; + Context context = this.f512c; PackageManager packageManager = context.getPackageManager(); if (packageManager != null) { try { @@ -52,7 +52,7 @@ public class a extends f { obtain.writeByte((byte) 0); return obtain.marshall(); } - String str = this.f510c.getApplicationInfo().nativeLibraryDir; + String str = this.f512c.getApplicationInfo().nativeLibraryDir; if (str == null) { obtain.writeByte((byte) 1); byte[] marshall = obtain.marshall(); diff --git a/app/src/main/java/c/f/m/b.java b/app/src/main/java/c/f/m/b.java index 4ae829dc41..93ac001a73 100644 --- a/app/src/main/java/c/f/m/b.java +++ b/app/src/main/java/c/f/m/b.java @@ -12,7 +12,7 @@ public class b extends l { public int b; /* renamed from: c reason: collision with root package name */ - public c f509c; + public c f511c; public b(Context context, int i) { Context applicationContext = context.getApplicationContext(); @@ -22,7 +22,7 @@ public class b extends l { this.a = context; } this.b = i; - this.f509c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); + this.f511c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); } public static File d(Context context) { @@ -31,16 +31,16 @@ public class b extends l { @Override // c.f.m.l public int a(String str, int i, StrictMode.ThreadPolicy threadPolicy) throws IOException { - return this.f509c.a(str, i, threadPolicy); + return this.f511c.a(str, i, threadPolicy); } @Override // c.f.m.l public void b(int i) throws IOException { - this.f509c.b(i); + this.f511c.b(i); } public boolean c() throws IOException { - File file = this.f509c.a; + File file = this.f511c.a; Context e = e(); File d = d(e); if (file.equals(d)) { @@ -49,7 +49,7 @@ public class b extends l { Log.d("SoLoader", "Native library directory updated from " + file + " to " + d); int i = this.b | 1; this.b = i; - this.f509c = new c(d, i); + this.f511c = new c(d, i); this.a = e; return true; } @@ -65,6 +65,6 @@ public class b extends l { @Override // c.f.m.l public String toString() { - return this.f509c.toString(); + return this.f511c.toString(); } } diff --git a/app/src/main/java/c/f/m/c.java b/app/src/main/java/c/f/m/c.java index 1bcd9c6c0e..cfcd90ce45 100644 --- a/app/src/main/java/c/f/m/c.java +++ b/app/src/main/java/c/f/m/c.java @@ -29,14 +29,14 @@ public class c extends l { public int c(String str, int i, File file, StrictMode.ThreadPolicy threadPolicy) throws IOException { File file2 = new File(file, str); if (!file2.exists()) { - StringBuilder P = a.P(str, " not found on "); - P.append(file.getCanonicalPath()); - Log.d("SoLoader", P.toString()); + StringBuilder O = a.O(str, " not found on "); + O.append(file.getCanonicalPath()); + Log.d("SoLoader", O.toString()); return 0; } - StringBuilder P2 = a.P(str, " found on "); - P2.append(file.getCanonicalPath()); - Log.d("SoLoader", P2.toString()); + StringBuilder O2 = a.O(str, " found on "); + O2.append(file.getCanonicalPath()); + Log.d("SoLoader", O2.toString()); if ((i & 1) == 0 || (this.b & 2) == 0) { if ((this.b & 1) != 0) { boolean z2 = SoLoader.a; @@ -50,9 +50,9 @@ public class c extends l { if (z2) { Trace.endSection(); } - StringBuilder L = a.L("Loading lib dependencies: "); - L.append(Arrays.toString(l0)); - Log.d("SoLoader", L.toString()); + StringBuilder K = a.K("Loading lib dependencies: "); + K.append(Arrays.toString(l0)); + Log.d("SoLoader", K.toString()); for (String str2 : l0) { if (!str2.startsWith("/")) { SoLoader.d(str2, null, null, i | 1, threadPolicy); @@ -99,6 +99,6 @@ public class c extends l { sb.append("[root = "); sb.append(str); sb.append(" flags = "); - return a.w(sb, this.b, ']'); + return a.v(sb, this.b, ']'); } } diff --git a/app/src/main/java/c/f/m/e.java b/app/src/main/java/c/f/m/e.java index 58184e783c..784d21212a 100644 --- a/app/src/main/java/c/f/m/e.java +++ b/app/src/main/java/c/f/m/e.java @@ -77,11 +77,11 @@ public final class e extends m { */ public b(e eVar, m mVar) throws IOException { boolean z2; - Context context = eVar.f510c; - StringBuilder L = c.d.b.a.a.L("/data/local/tmp/exopackage/"); - L.append(context.getPackageName()); - L.append("/native-libs/"); - File file = new File(L.toString()); + Context context = eVar.f512c; + StringBuilder K = c.d.b.a.a.K("/data/local/tmp/exopackage/"); + K.append(context.getPackageName()); + K.append("/native-libs/"); + File file = new File(K.toString()); ArrayList arrayList = new ArrayList(); LinkedHashSet linkedHashSet = new LinkedHashSet(); String[] M0 = AnimatableValueParser.M0(); diff --git a/app/src/main/java/c/f/m/f.java b/app/src/main/java/c/f/m/f.java index 84ba7715cf..573b82020c 100644 --- a/app/src/main/java/c/f/m/f.java +++ b/app/src/main/java/c/f/m/f.java @@ -150,7 +150,7 @@ public class f extends m { a.this.d = null; str = String.format("allowing consideration of corrupted lib %s", str2); } else if ((aVar.n & 1) == 0) { - str = c.d.b.a.a.u("allowing consideration of ", name, ": self-extraction preferred"); + str = c.d.b.a.a.t("allowing consideration of ", name, ": self-extraction preferred"); } else { File file = new File(aVar.m, str2); if (!file.isFile()) { @@ -161,7 +161,7 @@ public class f extends m { if (length != size) { str = String.format("allowing consideration of %s: sysdir file length is %s, but the file is %s bytes long in the APK", file, Long.valueOf(length), Long.valueOf(size)); } else { - str = c.d.b.a.a.u("not allowing consideration of ", name, ": deferring to libdir"); + str = c.d.b.a.a.t("not allowing consideration of ", name, ": deferring to libdir"); z2 = false; Log.d("ApkSoSource", str); if (!z2) { diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index e6047d8c22..36c175a150 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.f2199c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2202c; 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.f2199c.writeLock().lock(); + SoLoader.f2202c.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.f2199c.writeLock().unlock(); + SoLoader.f2202c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2199c.writeLock().unlock(); + SoLoader.f2202c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2199c.readLock().unlock(); + SoLoader.f2202c.readLock().unlock(); } } } diff --git a/app/src/main/java/c/f/m/m.java b/app/src/main/java/c/f/m/m.java index df87ee1017..984b120c99 100644 --- a/app/src/main/java/c/f/m/m.java +++ b/app/src/main/java/c/f/m/m.java @@ -20,7 +20,7 @@ import java.util.Objects; public abstract class m extends c { /* renamed from: c reason: collision with root package name */ - public final Context f510c; + public final Context f512c; public String d; public final Map e = new HashMap(); @@ -186,7 +186,7 @@ public abstract class m extends c { public m(Context context, String str) { super(new File(context.getApplicationInfo().dataDir + "/" + str), 1); - this.f510c = context; + this.f512c = context; } /* JADX WARNING: Code restructure failed: missing block: B:10:?, code lost: @@ -237,15 +237,15 @@ public abstract class m extends c { Log.i("fb-UnpackingSoSource", "dso store is up-to-date: " + this.a); } if (gVar == null) { - StringBuilder L = c.d.b.a.a.L("not releasing dso store lock for "); - L.append(this.a); - L.append(" (syncer thread started)"); - Log.v("fb-UnpackingSoSource", L.toString()); + StringBuilder K = c.d.b.a.a.K("not releasing dso store lock for "); + K.append(this.a); + K.append(" (syncer thread started)"); + Log.v("fb-UnpackingSoSource", K.toString()); } } finally { - StringBuilder L2 = c.d.b.a.a.L(str); - L2.append(this.a); - Log.v(str2, L2.toString()); + StringBuilder K2 = c.d.b.a.a.K(str); + K2.append(this.a); + Log.v(str2, K2.toString()); gVar.close(); } } else { @@ -275,16 +275,16 @@ public abstract class m extends c { } return; } - StringBuilder L = c.d.b.a.a.L("unable to list directory "); - L.append(this.a); - throw new IOException(L.toString()); + StringBuilder K = c.d.b.a.a.K("unable to list directory "); + K.append(this.a); + throw new IOException(K.toString()); } public final void e(d dVar, byte[] bArr) throws IOException { RandomAccessFile randomAccessFile; - StringBuilder L = c.d.b.a.a.L("extracting DSO "); - L.append(dVar.i.i); - Log.i("fb-UnpackingSoSource", L.toString()); + StringBuilder K = c.d.b.a.a.K("extracting DSO "); + K.append(dVar.i.i); + Log.i("fb-UnpackingSoSource", K.toString()); if (this.a.setWritable(true, true)) { File file = new File(this.a, dVar.i.i); try { @@ -323,9 +323,9 @@ public abstract class m extends c { throw th; } } else { - StringBuilder L2 = c.d.b.a.a.L("cannot make directory writable for us: "); - L2.append(this.a); - throw new IOException(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("cannot make directory writable for us: "); + K2.append(this.a); + throw new IOException(K2.toString()); } } @@ -458,9 +458,9 @@ public abstract class m extends c { } a aVar = new a(file2, bArr, cVar, file, gVar); if ((i & 1) != 0) { - StringBuilder L = c.d.b.a.a.L("SoSync:"); - L.append(this.a.getName()); - new Thread(aVar, L.toString()).start(); + StringBuilder K = c.d.b.a.a.K("SoSync:"); + K.append(this.a.getName()); + new Thread(aVar, K.toString()).start(); } else { aVar.run(); } @@ -496,9 +496,9 @@ public abstract class m extends c { /* JADX WARNING: Removed duplicated region for block: B:16:0x0056 A[Catch:{ all -> 0x00c5 }] */ public final void j(byte b2, c cVar, e eVar) throws IOException { c cVar2; - StringBuilder L = c.d.b.a.a.L("regenerating DSO store "); - L.append(getClass().getName()); - Log.v("fb-UnpackingSoSource", L.toString()); + StringBuilder K = c.d.b.a.a.K("regenerating DSO store "); + K.append(getClass().getName()); + Log.v("fb-UnpackingSoSource", K.toString()); RandomAccessFile randomAccessFile = new RandomAccessFile(new File(this.a, "dso_manifest"), "rw"); if (b2 == 1) { try { diff --git a/app/src/main/java/c/g/a/a/i.java b/app/src/main/java/c/g/a/a/i.java index c92df19e02..b672ec32cf 100644 --- a/app/src/main/java/c/g/a/a/i.java +++ b/app/src/main/java/c/g/a/a/i.java @@ -31,11 +31,11 @@ public @interface i { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f511c; + public final int f513c; public b(int i, int i2) { this.b = i; - this.f511c = i2; + this.f513c = i2; } public boolean equals(Object obj) { @@ -46,15 +46,15 @@ public @interface i { return false; } b bVar = (b) obj; - return bVar.b == this.b && bVar.f511c == this.f511c; + return bVar.b == this.b && bVar.f513c == this.f513c; } public int hashCode() { - return this.f511c + this.b; + return this.f513c + this.b; } public String toString() { - return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f511c)); + return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f513c)); } } @@ -122,7 +122,7 @@ public @interface i { b bVar = this._features; Objects.requireNonNull(bVar); int ordinal = 1 << aVar.ordinal(); - if ((bVar.f511c & ordinal) != 0) { + if ((bVar.f513c & ordinal) != 0) { return Boolean.FALSE; } if ((ordinal & bVar.b) != 0) { @@ -235,15 +235,15 @@ public @interface i { } else { b bVar2 = dVar._features; if (bVar2 != null) { - int i2 = bVar2.f511c; + int i2 = bVar2.f513c; int i3 = bVar2.b; if (!(i2 == 0 && i3 == 0)) { int i4 = bVar.b; - if (i4 == 0 && bVar.f511c == 0) { + if (i4 == 0 && bVar.f513c == 0) { bVar = bVar2; } else { int i5 = ((~i2) & i4) | i3; - int i6 = bVar.f511c; + int i6 = bVar.f513c; int i7 = i2 | ((~i3) & i6); if (!(i5 == i4 && i7 == i6)) { bVar = new b(i5, i7); diff --git a/app/src/main/java/c/g/a/a/p.java b/app/src/main/java/c/g/a/a/p.java index 6c974ade7f..937552b458 100644 --- a/app/src/main/java/c/g/a/a/p.java +++ b/app/src/main/java/c/g/a/a/p.java @@ -108,11 +108,11 @@ public @interface p { sb.append(this._contentInclusion); if (this._valueFilter != null) { sb.append(",valueFilter="); - c.d.b.a.a.b0(this._valueFilter, sb, ".class"); + c.d.b.a.a.a0(this._valueFilter, sb, ".class"); } if (this._contentFilter != null) { sb.append(",contentFilter="); - c.d.b.a.a.b0(this._contentFilter, sb, ".class"); + c.d.b.a.a.a0(this._contentFilter, sb, ".class"); } sb.append(')'); return sb.toString(); diff --git a/app/src/main/java/c/g/a/b/a.java b/app/src/main/java/c/g/a/b/a.java index 5b27b96765..199ae2e1a2 100644 --- a/app/src/main/java/c/g/a/b/a.java +++ b/app/src/main/java/c/g/a/b/a.java @@ -75,7 +75,7 @@ public final class a implements Serializable { this._paddingReadBehaviour = z2 ? EnumC0068a.PADDING_REQUIRED : EnumC0068a.PADDING_FORBIDDEN; return; } - throw new IllegalArgumentException(c.d.b.a.a.l("Base64Alphabet length must be exactly 64 (was ", length, ")")); + throw new IllegalArgumentException(c.d.b.a.a.k("Base64Alphabet length must be exactly 64 (was ", length, ")")); } public String a(byte[] bArr) { @@ -181,11 +181,11 @@ public final class a implements Serializable { if (!aVar._name.equals(str)) { aVar = b.b; if (!aVar._name.equals(str)) { - aVar = b.f513c; + aVar = b.f515c; if (!aVar._name.equals(str)) { aVar = b.d; if (!aVar._name.equals(str)) { - throw new IllegalArgumentException(c.d.b.a.a.t("No Base64Variant with name ", str == null ? "" : c.d.b.a.a.u("'", str, "'"))); + throw new IllegalArgumentException(c.d.b.a.a.s("No Base64Variant with name ", str == null ? "" : c.d.b.a.a.t("'", str, "'"))); } } } diff --git a/app/src/main/java/c/g/a/b/b.java b/app/src/main/java/c/g/a/b/b.java index 7da35a545a..e4e334531c 100644 --- a/app/src/main/java/c/g/a/b/b.java +++ b/app/src/main/java/c/g/a/b/b.java @@ -5,14 +5,14 @@ public final class b { public static final a b; /* renamed from: c reason: collision with root package name */ - public static final a f513c; + public static final a f515c; public static final a d; static { a aVar = new a("MIME", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", true, '=', 76); a = aVar; b = new a(aVar, "MIME-NO-LINEFEEDS", Integer.MAX_VALUE); - f513c = new a(aVar, "PEM", true, '=', 64); + f515c = new a(aVar, "PEM", true, '=', 64); StringBuilder sb = new StringBuilder("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"); sb.setCharAt(sb.indexOf("+"), '-'); sb.setCharAt(sb.indexOf("/"), '_'); diff --git a/app/src/main/java/c/g/a/b/e.java b/app/src/main/java/c/g/a/b/e.java index 63d16881a8..42dd02371d 100644 --- a/app/src/main/java/c/g/a/b/e.java +++ b/app/src/main/java/c/g/a/b/e.java @@ -116,6 +116,6 @@ public class e implements Serializable { sb.append("; line: "); sb.append(this._lineNr); sb.append(", column: "); - return a.w(sb, this._columnNr, ']'); + return a.v(sb, this._columnNr, ']'); } } diff --git a/app/src/main/java/c/g/a/b/p/a.java b/app/src/main/java/c/g/a/b/p/a.java index fce1c123b6..a93247ea5c 100644 --- a/app/src/main/java/c/g/a/b/p/a.java +++ b/app/src/main/java/c/g/a/b/p/a.java @@ -7,7 +7,7 @@ public final class a { public static final byte[] b; /* renamed from: c reason: collision with root package name */ - public static final int[] f518c; + public static final int[] f520c; public static final int[] d; public static final int[] e; public static final int[] f; @@ -34,7 +34,7 @@ public final class a { } iArr[34] = 1; iArr[92] = 1; - f518c = iArr; + f520c = iArr; int length2 = iArr.length; int[] iArr2 = new int[length2]; System.arraycopy(iArr, 0, iArr2, 0, length2); diff --git a/app/src/main/java/c/g/a/b/p/c.java b/app/src/main/java/c/g/a/b/p/c.java index 7f87899f8d..64c1af111f 100644 --- a/app/src/main/java/c/g/a/b/p/c.java +++ b/app/src/main/java/c/g/a/b/p/c.java @@ -7,12 +7,12 @@ public class c { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final a f519c; + public final a f521c; public byte[] d; public char[] e; public c(a aVar, Object obj, boolean z2) { - this.f519c = aVar; + this.f521c = aVar; this.a = obj; this.b = z2; } @@ -21,7 +21,7 @@ public class c { byte[] bArr2 = this.d; if (bArr == bArr2 || bArr.length >= bArr2.length) { this.d = null; - this.f519c.f528c.set(3, bArr); + this.f521c.f530c.set(3, bArr); return; } throw new IllegalArgumentException("Trying to release buffer smaller than original"); diff --git a/app/src/main/java/c/g/a/b/p/e.java b/app/src/main/java/c/g/a/b/p/e.java index f475d02fa4..6b5b976e5e 100644 --- a/app/src/main/java/c/g/a/b/p/e.java +++ b/app/src/main/java/c/g/a/b/p/e.java @@ -118,7 +118,7 @@ public final class e { if (str2 != null) { cArr3 = str2.toCharArray(); } else { - int i4 = kVar.f529c; + int i4 = kVar.f531c; if (i4 >= 0) { cArr3 = k.a; } else { diff --git a/app/src/main/java/c/g/a/b/p/g.java b/app/src/main/java/c/g/a/b/p/g.java index 08c03b6484..39617a1c7a 100644 --- a/app/src/main/java/c/g/a/b/p/g.java +++ b/app/src/main/java/c/g/a/b/p/g.java @@ -5,7 +5,7 @@ public final class g { public static final String b = String.valueOf(Long.MIN_VALUE); /* renamed from: c reason: collision with root package name */ - public static final int[] f520c = new int[1000]; + public static final int[] f522c = new int[1000]; static { int i = 0; @@ -13,7 +13,7 @@ public final class g { for (int i3 = 0; i3 < 10; i3++) { int i4 = 0; while (i4 < 10) { - f520c[i] = ((i2 + 48) << 16) | ((i3 + 48) << 8) | (i4 + 48); + f522c[i] = ((i2 + 48) << 16) | ((i3 + 48) << 8) | (i4 + 48); i4++; i++; } @@ -22,7 +22,7 @@ public final class g { } public static int a(int i, char[] cArr, int i2) { - int i3 = f520c[i]; + int i3 = f522c[i]; int i4 = i2 + 1; cArr[i2] = (char) (i3 >> 16); int i5 = i4 + 1; @@ -33,7 +33,7 @@ public final class g { } public static int b(int i, char[] cArr, int i2) { - int i3 = f520c[i]; + int i3 = f522c[i]; if (i > 9) { if (i > 99) { cArr[i2] = (char) (i3 >> 16); @@ -51,7 +51,7 @@ public final class g { int i3 = i / 1000; int i4 = i - (i3 * 1000); int i5 = i3 / 1000; - int[] iArr = f520c; + int[] iArr = f522c; int i6 = iArr[i5]; int i7 = i2 + 1; cArr[i2] = (char) (i6 >> 16); @@ -145,7 +145,7 @@ public final class g { int i6 = i4 - (i5 * 1000); int i7 = i5 / 1000; int b2 = b(i7, cArr, i); - int[] iArr = f520c; + int[] iArr = f522c; int i8 = iArr[i5 - (i7 * 1000)]; int i9 = b2 + 1; cArr[b2] = (char) (i8 >> 16); @@ -165,7 +165,7 @@ public final class g { } else { int i15 = i4 / 1000; int i16 = i4 - (i15 * 1000); - int[] iArr2 = f520c; + int[] iArr2 = f522c; int i17 = iArr2[i15]; if (i15 > 9) { if (i15 > 99) { diff --git a/app/src/main/java/c/g/a/b/p/i.java b/app/src/main/java/c/g/a/b/p/i.java index ce4c941622..99e758e971 100644 --- a/app/src/main/java/c/g/a/b/p/i.java +++ b/app/src/main/java/c/g/a/b/p/i.java @@ -51,7 +51,7 @@ public final class i extends Writer { public void write(int i) { k kVar = this.i; char c2 = (char) i; - if (kVar.f529c >= 0) { + if (kVar.f531c >= 0) { kVar.f(16); } kVar.i = null; diff --git a/app/src/main/java/c/g/a/b/q/a.java b/app/src/main/java/c/g/a/b/q/a.java index e6a39343ae..e0b06851cc 100644 --- a/app/src/main/java/c/g/a/b/q/a.java +++ b/app/src/main/java/c/g/a/b/q/a.java @@ -7,7 +7,7 @@ public class a { public String b; /* renamed from: c reason: collision with root package name */ - public String f521c; + public String f523c; public HashSet d; public a(Object obj) { diff --git a/app/src/main/java/c/g/a/b/q/b.java b/app/src/main/java/c/g/a/b/q/b.java index 8b07fc1cac..7001121a3f 100644 --- a/app/src/main/java/c/g/a/b/q/b.java +++ b/app/src/main/java/c/g/a/b/q/b.java @@ -14,7 +14,7 @@ public abstract class b extends a { public final c r; /* renamed from: s reason: collision with root package name */ - public int[] f522s = q; + public int[] f524s = q; public int t; public k u = d.i; public boolean v; diff --git a/app/src/main/java/c/g/a/b/q/c.java b/app/src/main/java/c/g/a/b/q/c.java index 62813060fe..27c7347014 100644 --- a/app/src/main/java/c/g/a/b/q/c.java +++ b/app/src/main/java/c/g/a/b/q/c.java @@ -10,7 +10,7 @@ import java.util.HashSet; public class c extends g { /* renamed from: c reason: collision with root package name */ - public final c f523c; + public final c f525c; public a d; public c e; public String f; @@ -19,14 +19,14 @@ public class c extends g { public c(int i, c cVar, a aVar) { this.a = i; - this.f523c = cVar; + this.f525c = cVar; this.d = aVar; this.b = -1; } public c(int i, c cVar, a aVar, Object obj) { this.a = i; - this.f523c = cVar; + this.f525c = cVar; this.d = aVar; this.b = -1; this.g = obj; @@ -99,7 +99,7 @@ public class c extends g { a aVar = this.d; if (aVar != null) { aVar.b = null; - aVar.f521c = null; + aVar.f523c = null; aVar.d = null; } return this; @@ -114,7 +114,7 @@ public class c extends g { a aVar = this.d; if (aVar != null) { aVar.b = null; - aVar.f521c = null; + aVar.f523c = null; aVar.d = null; } return this; @@ -135,20 +135,20 @@ public class c extends g { aVar.b = str; } else { if (!str.equals(str2)) { - String str3 = aVar.f521c; + String str3 = aVar.f523c; if (str3 == null) { - aVar.f521c = str; + aVar.f523c = str; } else if (!str.equals(str3)) { if (aVar.d == null) { HashSet hashSet = new HashSet<>(16); aVar.d = hashSet; hashSet.add(aVar.b); - aVar.d.add(aVar.f521c); + aVar.d.add(aVar.f523c); } z2 = !aVar.d.add(str); if (z2) { Object obj = aVar.a; - throw new JsonGenerationException(a.u("Duplicate field '", str, "'"), obj instanceof d ? (d) obj : null); + throw new JsonGenerationException(a.t("Duplicate field '", str, "'"), obj instanceof d ? (d) obj : null); } } } diff --git a/app/src/main/java/c/g/a/b/q/d.java b/app/src/main/java/c/g/a/b/q/d.java index 038c2bd10a..9f97a7cac1 100644 --- a/app/src/main/java/c/g/a/b/q/d.java +++ b/app/src/main/java/c/g/a/b/q/d.java @@ -25,24 +25,24 @@ public class d extends b { public char[] D; /* renamed from: x reason: collision with root package name */ - public final Writer f524x; + public final Writer f526x; /* renamed from: y reason: collision with root package name */ - public char f525y; + public char f527y; /* renamed from: z reason: collision with root package name */ - public char[] f526z; + public char[] f528z; public d(c cVar, int i, i iVar, Writer writer, char c2) { super(cVar, i, iVar); int[] iArr; - this.f524x = writer; + this.f526x = writer; if (cVar.e == null) { - char[] a = cVar.f519c.a(1, 0); + char[] a = cVar.f521c.a(1, 0); cVar.e = a; - this.f526z = a; + this.f528z = a; this.C = a.length; - this.f525y = c2; + this.f527y = c2; if (c2 != '\"') { if (c2 == '\"') { iArr = a.f; @@ -58,7 +58,7 @@ public class d extends b { } iArr = iArr2; } - this.f522s = iArr; + this.f524s = iArr; return; } return; @@ -72,7 +72,7 @@ public class d extends b { if (this.B + 2 > this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i3 = this.B; int i4 = i3 + 1; this.B = i4; @@ -84,7 +84,7 @@ public class d extends b { B0(); } int i5 = this.B; - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i6 = i5 + 1; cArr2[i5] = '\\'; int i7 = i6 + 1; @@ -127,7 +127,7 @@ public class d extends b { if (i3 > 0) { this.A = 0; this.B = 0; - this.f524x.write(this.f526z, i2, i3); + this.f526x.write(this.f528z, i2, i3); } } @@ -153,7 +153,7 @@ public class d extends b { cArr2 = z0(); } cArr2[1] = (char) i3; - this.f524x.write(cArr2, 0, 2); + this.f526x.write(cArr2, 0, 2); return i; } int i5 = i - 2; @@ -177,13 +177,13 @@ public class d extends b { cArr3[11] = cArr4[i6 & 15]; cArr3[12] = cArr4[i7 >> 4]; cArr3[13] = cArr4[i7 & 15]; - this.f524x.write(cArr3, 8, 6); + this.f526x.write(cArr3, 8, 6); return i; } char[] cArr5 = w; cArr3[6] = cArr5[c2 >> 4]; cArr3[7] = cArr5[c2 & 15]; - this.f524x.write(cArr3, 2, 6); + this.f526x.write(cArr3, 2, 6); return i; } else { int i8 = i - 6; @@ -220,7 +220,7 @@ public class d extends b { if (i3 >= 2) { int i4 = i3 - 2; this.A = i4; - char[] cArr = this.f526z; + char[] cArr = this.f528z; cArr[i4] = '\\'; cArr[i4 + 1] = (char) i; return; @@ -231,11 +231,11 @@ public class d extends b { } this.A = this.B; cArr2[1] = (char) i; - this.f524x.write(cArr2, 0, 2); + this.f526x.write(cArr2, 0, 2); } else if (i != -2) { int i5 = this.B; if (i5 >= 6) { - char[] cArr3 = this.f526z; + char[] cArr3 = this.f528z; int i6 = i5 - 6; this.A = i6; cArr3[i6] = '\\'; @@ -274,13 +274,13 @@ public class d extends b { cArr6[11] = cArr7[i12 & 15]; cArr6[12] = cArr7[i13 >> 4]; cArr6[13] = cArr7[i13 & 15]; - this.f524x.write(cArr6, 8, 6); + this.f526x.write(cArr6, 8, 6); return; } char[] cArr8 = w; cArr6[6] = cArr8[c2 >> 4]; cArr6[7] = cArr8[c2 & 15]; - this.f524x.write(cArr6, 2, 6); + this.f526x.write(cArr6, 2, 6); } else { Objects.requireNonNull(null); throw null; @@ -333,11 +333,11 @@ public class d extends b { int i8 = i7 + 1; i4 = i8 + 1; i6 += 3; - int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f526z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f528z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i9 = b + 1; this.B = i9; cArr[b] = '\\'; @@ -359,7 +359,7 @@ public class d extends b { i2 = 1; } int i11 = i6 + i2; - this.B = aVar.c(i10, i2, this.f526z, this.B); + this.B = aVar.c(i10, i2, this.f528z, this.B); return i11; } @@ -404,11 +404,11 @@ public class d extends b { int i8 = i7 + 1; i5 = i8 + 1; i -= 3; - int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f526z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f528z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i9 = b + 1; this.B = i9; cArr[b] = '\\'; @@ -429,7 +429,7 @@ public class d extends b { } else { i3 = 1; } - this.B = aVar.c(i10, i3, this.f526z, this.B); + this.B = aVar.c(i10, i3, this.f528z, this.B); return i - i3; } @@ -440,22 +440,22 @@ public class d extends b { if (this.B + 13 >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i2 = this.B; int i3 = i2 + 1; this.B = i3; - cArr[i2] = this.f525y; + cArr[i2] = this.f527y; int d = g.d(i, cArr, i3); this.B = d; - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; this.B = d + 1; - cArr2[d] = this.f525y; + cArr2[d] = this.f527y; return; } if (this.B + 11 >= this.C) { B0(); } - this.B = g.d(i, this.f526z, this.B); + this.B = g.d(i, this.f528z, this.B); } public final void H0() throws IOException { @@ -463,7 +463,7 @@ public class d extends b { B0(); } int i = this.B; - char[] cArr = this.f526z; + char[] cArr = this.f528z; cArr[i] = 'n'; int i2 = i + 1; cArr[i2] = 'u'; @@ -481,40 +481,40 @@ public class d extends b { if (this.B + 23 >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f525y; + cArr[i] = this.f527y; int e = g.e(j, cArr, i2); this.B = e; - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; this.B = e + 1; - cArr2[e] = this.f525y; + cArr2[e] = this.f527y; return; } if (this.B + 21 >= this.C) { B0(); } - this.B = g.e(j, this.f526z, this.B); + this.B = g.e(j, this.f528z, this.B); } public final void I0(String str) throws IOException { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; - cArr[i] = this.f525y; + cArr[i] = this.f527y; T(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f525y; + cArr2[i2] = this.f527y; } /* JADX WARNING: Code restructure failed: missing block: B:67:0x010a, code lost: @@ -525,10 +525,10 @@ public class d extends b { if (r4 <= 0) goto L_0x0114; */ /* JADX WARNING: Code restructure failed: missing block: B:69:0x010f, code lost: - r18.f524x.write(r3, r5, r4); + r18.f526x.write(r3, r5, r4); */ /* JADX WARNING: Code restructure failed: missing block: B:70:0x0114, code lost: - r3 = r18.f526z; + r3 = r18.f528z; r4 = r18.B; r18.B = r4 + 1; r3 = r3[r4]; @@ -558,17 +558,17 @@ public class d extends b { i7 = length2 - i6; } int i8 = i6 + i7; - str.getChars(i6, i8, this.f526z, 0); + str.getChars(i6, i8, this.f528z, 0); int i9 = this.t; if (i9 != 0) { - int[] iArr = this.f522s; + int[] iArr = this.f524s; int min = Math.min(iArr.length, i9 + 1); int i10 = 0; int i11 = 0; int i12 = 0; while (i10 < i7) { while (true) { - cArr3 = this.f526z; + cArr3 = this.f528z; c4 = cArr3[i10]; if (c4 >= min) { if (c4 > i9) { @@ -589,24 +589,24 @@ public class d extends b { i4 = i11; int i13 = i10 - i12; if (i13 > 0) { - this.f524x.write(cArr3, i12, i13); + this.f526x.write(cArr3, i12, i13); if (i10 >= i7) { break; } } int i14 = i10 + 1; - i12 = C0(this.f526z, i14, i7, c4, i4); + i12 = C0(this.f528z, i14, i7, c4, i4); i11 = i4; i10 = i14; } } else { - int[] iArr2 = this.f522s; + int[] iArr2 = this.f524s; int length3 = iArr2.length; int i15 = 0; int i16 = 0; while (i15 < i7) { do { - cArr2 = this.f526z; + cArr2 = this.f528z; c3 = cArr2[i15]; if (c3 < length3 && iArr2[c3] != 0) { break; @@ -615,13 +615,13 @@ public class d extends b { } while (i15 < i7); int i17 = i15 - i16; if (i17 > 0) { - this.f524x.write(cArr2, i16, i17); + this.f526x.write(cArr2, i16, i17); if (i15 >= i7) { break; } } int i18 = i15 + 1; - i16 = C0(this.f526z, i18, i7, c3, iArr2[c3]); + i16 = C0(this.f528z, i18, i7, c3, iArr2[c3]); i15 = i18; } } @@ -635,15 +635,15 @@ public class d extends b { if (this.B + length > i5) { B0(); } - str.getChars(0, length, this.f526z, this.B); + str.getChars(0, length, this.f528z, this.B); int i19 = this.t; if (i19 != 0) { int i20 = this.B + length; - int[] iArr3 = this.f522s; + int[] iArr3 = this.f524s; int min2 = Math.min(iArr3.length, i19 + 1); while (this.B < i20) { while (true) { - cArr = this.f526z; + cArr = this.f528z; i = this.B; c2 = cArr[i]; if (c2 < min2) { @@ -670,7 +670,7 @@ public class d extends b { int i21 = this.A; int i22 = i - i21; if (i22 > 0) { - this.f524x.write(cArr, i21, i22); + this.f526x.write(cArr, i21, i22); } this.B++; D0(c2, i3); @@ -678,11 +678,11 @@ public class d extends b { return; } int i23 = this.B + length; - int[] iArr4 = this.f522s; + int[] iArr4 = this.f524s; int length4 = iArr4.length; while (this.B < i23) { while (true) { - char[] cArr4 = this.f526z; + char[] cArr4 = this.f528z; int i24 = this.B; char c5 = cArr4[i24]; if (c5 < length4 && iArr4[c5] != 0) { @@ -741,22 +741,22 @@ public class d extends b { if (this.B + 8 >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f525y; + cArr[i] = this.f527y; int d = g.d(s2, cArr, i2); this.B = d; - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; this.B = d + 1; - cArr2[d] = this.f525y; + cArr2[d] = this.f527y; return; } if (this.B + 6 >= this.C) { B0(); } - this.B = g.d(s2, this.f526z, this.B); + this.B = g.d(s2, this.f528z, this.B); } @Override // c.g.a.b.d @@ -764,7 +764,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; cArr[i] = c2; @@ -772,7 +772,7 @@ public class d extends b { @Override // c.g.a.b.d public void S(k kVar) throws IOException { - int b = kVar.b(this.f526z, this.B); + int b = kVar.b(this.f528z, this.B); if (b < 0) { T(kVar.getValue()); } else { @@ -789,14 +789,14 @@ public class d extends b { i = this.C - this.B; } if (i >= length) { - str.getChars(0, length, this.f526z, this.B); + str.getChars(0, length, this.f528z, this.B); this.B += length; return; } int i2 = this.C; int i3 = this.B; int i4 = i2 - i3; - str.getChars(0, i4, this.f526z, i3); + str.getChars(0, i4, this.f528z, i3); this.B += i4; B0(); int length2 = str.length() - i4; @@ -804,14 +804,14 @@ public class d extends b { int i5 = this.C; if (length2 > i5) { int i6 = i4 + i5; - str.getChars(i4, i6, this.f526z, 0); + str.getChars(i4, i6, this.f528z, 0); this.A = 0; this.B = i5; B0(); length2 -= i5; i4 = i6; } else { - str.getChars(i4, i4 + length2, this.f526z, 0); + str.getChars(i4, i4 + length2, this.f528z, 0); this.A = 0; this.B = length2; return; @@ -825,12 +825,12 @@ public class d extends b { if (i2 > this.C - this.B) { B0(); } - System.arraycopy(cArr, i, this.f526z, this.B, i2); + System.arraycopy(cArr, i, this.f528z, this.B, i2); this.B += i2; return; } B0(); - this.f524x.write(cArr, i, i2); + this.f526x.write(cArr, i, i2); } @Override // c.g.a.b.d @@ -845,7 +845,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; cArr[i] = '['; @@ -863,7 +863,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; cArr[i] = '['; @@ -881,7 +881,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i2 = this.B; this.B = i2 + 1; cArr[i2] = '['; @@ -899,7 +899,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; cArr[i] = '{'; @@ -907,7 +907,7 @@ public class d extends b { @Override // c.g.a.b.d, java.io.Closeable, java.lang.AutoCloseable public void close() throws IOException { - if (this.f526z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { + if (this.f528z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { while (true) { c cVar = this.p; if (!cVar.b()) { @@ -923,22 +923,22 @@ public class d extends b { B0(); this.A = 0; this.B = 0; - if (this.f524x != null) { + if (this.f526x != null) { if (this.r.b || d(d.a.AUTO_CLOSE_TARGET)) { - this.f524x.close(); + this.f526x.close(); } else if (d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f524x.flush(); + this.f526x.flush(); } } - char[] cArr = this.f526z; + char[] cArr = this.f528z; if (cArr != null) { - this.f526z = null; + this.f528z = null; c cVar2 = this.r; Objects.requireNonNull(cVar2); char[] cArr2 = cVar2.e; if (cArr == cArr2 || cArr.length >= cArr2.length) { cVar2.e = null; - cVar2.f519c.d.set(1, cArr); + cVar2.f521c.d.set(1, cArr); return; } throw new IllegalArgumentException("Trying to release buffer smaller than original"); @@ -957,7 +957,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; cArr[i] = '{'; @@ -969,19 +969,19 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i2 = this.B; this.B = i2 + 1; - cArr[i2] = this.f525y; + cArr[i2] = this.f527y; c cVar = this.r; if (cVar.d == null) { - c.g.a.b.t.a aVar2 = cVar.f519c; + c.g.a.b.t.a aVar2 = cVar.f521c; Objects.requireNonNull(aVar2); int i3 = c.g.a.b.t.a.a[3]; if (i3 <= 0) { i3 = 0; } - byte[] andSet = aVar2.f528c.getAndSet(3, null); + byte[] andSet = aVar2.f530c.getAndSet(3, null); if (andSet == null || andSet.length < i3) { andSet = new byte[i3]; } @@ -1003,10 +1003,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i4 = this.B; this.B = i4 + 1; - cArr2[i4] = this.f525y; + cArr2[i4] = this.f527y; return i; } throw new IllegalStateException("Trying to call same allocXxx() method second time"); @@ -1015,8 +1015,8 @@ public class d extends b { @Override // java.io.Flushable public void flush() throws IOException { B0(); - if (this.f524x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f524x.flush(); + if (this.f526x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { + this.f526x.flush(); } } @@ -1026,11 +1026,11 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f525y; + cArr[i] = this.f527y; int c2 = kVar.c(cArr, i2); if (c2 < 0) { char[] a = kVar.a(); @@ -1039,19 +1039,19 @@ public class d extends b { if (length > this.C - this.B) { B0(); } - System.arraycopy(a, 0, this.f526z, this.B, length); + System.arraycopy(a, 0, this.f528z, this.B, length); this.B += length; } else { B0(); - this.f524x.write(a, 0, length); + this.f526x.write(a, 0, length); } if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f525y; + cArr2[i3] = this.f527y; return; } int i4 = this.B + c2; @@ -1059,10 +1059,10 @@ public class d extends b { if (i4 >= this.C) { B0(); } - char[] cArr3 = this.f526z; + char[] cArr3 = this.f528z; int i5 = this.B; this.B = i5 + 1; - cArr3[i5] = this.f525y; + cArr3[i5] = this.f527y; } @Override // c.g.a.b.d @@ -1075,18 +1075,18 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; - cArr[i] = this.f525y; + cArr[i] = this.f527y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f525y; + cArr2[i2] = this.f527y; } @Override // c.g.a.b.d @@ -1096,14 +1096,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f525y; + cArr2[i3] = this.f527y; int i4 = this.t; if (i4 != 0) { int i5 = i2 + i; - int[] iArr = this.f522s; + int[] iArr = this.f524s; int min = Math.min(iArr.length, i4 + 1); int i6 = 0; while (i < i5) { @@ -1132,12 +1132,12 @@ public class d extends b { B0(); } if (i8 > 0) { - System.arraycopy(cArr, i, this.f526z, this.B, i8); + System.arraycopy(cArr, i, this.f528z, this.B, i8); this.B += i8; } } else { B0(); - this.f524x.write(cArr, i, i8); + this.f526x.write(cArr, i, i8); } if (i7 >= i5) { break; @@ -1147,7 +1147,7 @@ public class d extends b { } } else { int i9 = i2 + i; - int[] iArr2 = this.f522s; + int[] iArr2 = this.f524s; int length = iArr2.length; while (i < i9) { int i10 = i; @@ -1164,12 +1164,12 @@ public class d extends b { B0(); } if (i11 > 0) { - System.arraycopy(cArr, i, this.f526z, this.B, i11); + System.arraycopy(cArr, i, this.f528z, this.B, i11); this.B += i11; } } else { B0(); - this.f524x.write(cArr, i, i11); + this.f526x.write(cArr, i, i11); } if (i10 >= i9) { break; @@ -1182,10 +1182,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f526z; + char[] cArr3 = this.f528z; int i12 = this.B; this.B = i12 + 1; - cArr3[i12] = this.f525y; + cArr3[i12] = this.f527y; } @Override // c.g.a.b.d @@ -1194,10 +1194,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i3 = this.B; this.B = i3 + 1; - cArr[i3] = this.f525y; + cArr[i3] = this.f527y; int i4 = i2 + i; int i5 = i4 - 3; int i6 = this.C - 6; @@ -1209,11 +1209,11 @@ public class d extends b { int i7 = i + 1; int i8 = i7 + 1; int i9 = i8 + 1; - int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f526z, this.B); + int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f528z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i10 = b + 1; this.B = i10; cArr2[b] = '\\'; @@ -1233,15 +1233,15 @@ public class d extends b { if (i11 == 2) { i13 |= (bArr[i12] & 255) << 8; } - this.B = aVar.c(i13, i11, this.f526z, this.B); + this.B = aVar.c(i13, i11, this.f528z, this.B); } if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f526z; + char[] cArr3 = this.f528z; int i14 = this.B; this.B = i14 + 1; - cArr3[i14] = this.f525y; + cArr3[i14] = this.f527y; } @Override // c.g.a.b.d @@ -1252,7 +1252,7 @@ public class d extends b { B0(); } int i2 = this.B; - char[] cArr = this.f526z; + char[] cArr = this.f528z; if (z2) { cArr[i2] = 't'; int i3 = i2 + 1; @@ -1285,19 +1285,19 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; cArr[i] = ']'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f523c; + this.p = cVar.f525c; return; } - StringBuilder L = c.d.b.a.a.L("Current context not Array but "); - L.append(this.p.e()); - throw new JsonGenerationException(L.toString(), this); + StringBuilder K = c.d.b.a.a.K("Current context not Array but "); + K.append(this.p.e()); + throw new JsonGenerationException(K.toString(), this); } @Override // c.g.a.b.o.a @@ -1326,7 +1326,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; cArr[i] = c2; @@ -1361,19 +1361,19 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; cArr[i] = '}'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f523c; + this.p = cVar.f525c; return; } - StringBuilder L = c.d.b.a.a.L("Current context not Object but "); - L.append(this.p.e()); - throw new JsonGenerationException(L.toString(), this); + StringBuilder K = c.d.b.a.a.K("Current context not Object but "); + K.append(this.p.e()); + throw new JsonGenerationException(K.toString(), this); } @Override // c.g.a.b.d @@ -1396,25 +1396,25 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; - cArr[i] = this.f525y; + cArr[i] = this.f527y; U(a, 0, a.length); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f525y; + cArr2[i2] = this.f527y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f526z; + char[] cArr3 = this.f528z; int i3 = this.B; this.B = i3 + 1; cArr3[i3] = ','; @@ -1424,11 +1424,11 @@ public class d extends b { U(a2, 0, a2.length); return; } - char[] cArr4 = this.f526z; + char[] cArr4 = this.f528z; int i4 = this.B; int i5 = i4 + 1; this.B = i5; - cArr4[i4] = this.f525y; + cArr4[i4] = this.f527y; int c2 = kVar.c(cArr4, i5); if (c2 < 0) { char[] a3 = kVar.a(); @@ -1436,10 +1436,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f526z; + char[] cArr5 = this.f528z; int i6 = this.B; this.B = i6 + 1; - cArr5[i6] = this.f525y; + cArr5[i6] = this.f527y; return; } int i7 = this.B + c2; @@ -1447,10 +1447,10 @@ public class d extends b { if (i7 >= this.C) { B0(); } - char[] cArr6 = this.f526z; + char[] cArr6 = this.f528z; int i8 = this.B; this.B = i8 + 1; - cArr6[i8] = this.f525y; + cArr6[i8] = this.f527y; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); @@ -1475,25 +1475,25 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f526z; + char[] cArr = this.f528z; int i = this.B; this.B = i + 1; - cArr[i] = this.f525y; + cArr[i] = this.f527y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f526z; + char[] cArr2 = this.f528z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f525y; + cArr2[i2] = this.f527y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f526z; + char[] cArr3 = this.f528z; int i3 = this.B; this.B = i3 + 1; cArr3[i3] = ','; @@ -1502,18 +1502,18 @@ public class d extends b { J0(str); return; } - char[] cArr4 = this.f526z; + char[] cArr4 = this.f528z; int i4 = this.B; this.B = i4 + 1; - cArr4[i4] = this.f525y; + cArr4[i4] = this.f527y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f526z; + char[] cArr5 = this.f528z; int i5 = this.B; this.B = i5 + 1; - cArr5[i5] = this.f525y; + cArr5[i5] = this.f527y; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); diff --git a/app/src/main/java/c/g/a/b/s/b.java b/app/src/main/java/c/g/a/b/s/b.java index 2b4db2af81..2de7329865 100644 --- a/app/src/main/java/c/g/a/b/s/b.java +++ b/app/src/main/java/c/g/a/b/s/b.java @@ -7,7 +7,7 @@ public class b { public Class b; /* renamed from: c reason: collision with root package name */ - public Object f527c = null; + public Object f529c = null; public String d; public int e; public h f; diff --git a/app/src/main/java/c/g/a/b/t/a.java b/app/src/main/java/c/g/a/b/t/a.java index 45bf26b83d..ddf78601d4 100644 --- a/app/src/main/java/c/g/a/b/t/a.java +++ b/app/src/main/java/c/g/a/b/t/a.java @@ -7,7 +7,7 @@ public class a { public static final int[] b = {4000, 4000, 200, 200}; /* renamed from: c reason: collision with root package name */ - public final AtomicReferenceArray f528c = new AtomicReferenceArray<>(4); + public final AtomicReferenceArray f530c = new AtomicReferenceArray<>(4); public final AtomicReferenceArray d = new AtomicReferenceArray<>(4); public char[] a(int i, int i2) { diff --git a/app/src/main/java/c/g/a/b/t/d.java b/app/src/main/java/c/g/a/b/t/d.java index 4750f7a120..1b8a2902d5 100644 --- a/app/src/main/java/c/g/a/b/t/d.java +++ b/app/src/main/java/c/g/a/b/t/d.java @@ -51,10 +51,10 @@ public class d implements j, e, Serializable { this._rootSeparator = jVar; j jVar2 = j.b; this._separators = jVar2; - StringBuilder L = c.d.b.a.a.L(" "); - L.append(jVar2.c()); - L.append(" "); - this._objectFieldValueSeparatorWithSpaces = L.toString(); + StringBuilder K = c.d.b.a.a.K(" "); + K.append(jVar2.c()); + K.append(" "); + this._objectFieldValueSeparatorWithSpaces = K.toString(); } public d(d dVar) { @@ -101,7 +101,7 @@ public class d implements j, e, Serializable { if (d.class == d.class) { return new d(this); } - throw new IllegalStateException(c.d.b.a.a.i(d.class, c.d.b.a.a.L("Failed `createInstance()`: "), " does not override method; it has to")); + throw new IllegalStateException(c.d.b.a.a.h(d.class, c.d.b.a.a.K("Failed `createInstance()`: "), " does not override method; it has to")); } @Override // c.g.a.b.j diff --git a/app/src/main/java/c/g/a/b/t/k.java b/app/src/main/java/c/g/a/b/t/k.java index 869fe34683..18d18985a0 100644 --- a/app/src/main/java/c/g/a/b/t/k.java +++ b/app/src/main/java/c/g/a/b/t/k.java @@ -7,7 +7,7 @@ public final class k { public final a b; /* renamed from: c reason: collision with root package name */ - public int f529c; + public int f531c; public ArrayList d; public boolean e; public int f; @@ -24,11 +24,11 @@ public final class k { this.b = null; this.g = cArr; this.h = cArr.length; - this.f529c = -1; + this.f531c = -1; } public void a(String str, int i, int i2) { - if (this.f529c >= 0) { + if (this.f531c >= 0) { f(i2); } this.i = null; @@ -64,7 +64,7 @@ public final class k { } public void b(char[] cArr, int i, int i2) { - if (this.f529c >= 0) { + if (this.f531c >= 0) { f(i2); } this.i = null; @@ -99,7 +99,7 @@ public final class k { this.i = new String(this.j); } else { String str = ""; - if (this.f529c >= 0) { + if (this.f531c >= 0) { this.i = str; return str; } @@ -168,7 +168,7 @@ public final class k { } public final void f(int i) { - this.f529c = -1; + this.f531c = -1; int i2 = i + 0; char[] cArr = this.g; if (cArr == null || i2 > cArr.length) { diff --git a/app/src/main/java/c/g/a/c/b0/f.java b/app/src/main/java/c/g/a/c/b0/f.java index b460fa7f7e..6cbfdc3653 100644 --- a/app/src/main/java/c/g/a/c/b0/f.java +++ b/app/src/main/java/c/g/a/c/b0/f.java @@ -90,15 +90,15 @@ public class f implements Serializable { try { return d.g(cls, false); } catch (Throwable th) { - StringBuilder L = a.L("Failed to create instance of `"); - L.append(cls.getName()); - L.append("` for handling values of type "); - L.append(d.n(jVar)); - L.append(", problem: ("); - L.append(th.getClass().getName()); - L.append(") "); - L.append(th.getMessage()); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Failed to create instance of `"); + K.append(cls.getName()); + K.append("` for handling values of type "); + K.append(d.n(jVar)); + K.append(", problem: ("); + K.append(th.getClass().getName()); + K.append(") "); + K.append(th.getMessage()); + throw new IllegalStateException(K.toString()); } } @@ -106,13 +106,13 @@ public class f implements Serializable { try { return b(Class.forName(str), jVar); } catch (Throwable th) { - StringBuilder Q = a.Q("Failed to find class `", str, "` for handling values of type "); - Q.append(d.n(jVar)); - Q.append(", problem: ("); - Q.append(th.getClass().getName()); - Q.append(") "); - Q.append(th.getMessage()); - throw new IllegalStateException(Q.toString()); + StringBuilder P = a.P("Failed to find class `", str, "` for handling values of type "); + P.append(d.n(jVar)); + P.append(", problem: ("); + P.append(th.getClass().getName()); + P.append(") "); + P.append(th.getMessage()); + throw new IllegalStateException(P.toString()); } } } diff --git a/app/src/main/java/c/g/a/c/c0/a0.java b/app/src/main/java/c/g/a/c/c0/a0.java index ee5ee15bb1..b92d6bfccd 100644 --- a/app/src/main/java/c/g/a/c/c0/a0.java +++ b/app/src/main/java/c/g/a/c/c0/a0.java @@ -11,7 +11,7 @@ public class a0 { public final t b; /* renamed from: c reason: collision with root package name */ - public final Class> f530c; + public final Class> f532c; public final Class d; public final Class e; public final boolean f; @@ -19,20 +19,20 @@ public class a0 { public a0(t tVar, Class cls, Class> cls2, boolean z2, Class cls3) { this.b = tVar; this.e = cls; - this.f530c = cls2; + this.f532c = cls2; this.f = z2; this.d = cls3 == null ? n0.class : cls3; } public String toString() { - StringBuilder L = a.L("ObjectIdInfo: propName="); - L.append(this.b); - L.append(", scope="); - L.append(d.u(this.e)); - L.append(", generatorType="); - L.append(d.u(this.f530c)); - L.append(", alwaysAsId="); - L.append(this.f); - return L.toString(); + StringBuilder K = a.K("ObjectIdInfo: propName="); + K.append(this.b); + K.append(", scope="); + K.append(d.u(this.e)); + K.append(", generatorType="); + K.append(d.u(this.f532c)); + K.append(", alwaysAsId="); + K.append(this.f); + return K.toString(); } } diff --git a/app/src/main/java/c/g/a/c/c0/b0.java b/app/src/main/java/c/g/a/c/c0/b0.java index 49553e5b1a..017b5bdbea 100644 --- a/app/src/main/java/c/g/a/c/c0/b0.java +++ b/app/src/main/java/c/g/a/c/c0/b0.java @@ -32,7 +32,7 @@ public class b0 { public final a b; /* renamed from: c reason: collision with root package name */ - public final boolean f531c; + public final boolean f533c; public final j d; public final c e; public final g0 f; @@ -50,12 +50,12 @@ public class b0 { public LinkedList r; /* renamed from: s reason: collision with root package name */ - public HashSet f532s; + public HashSet f534s; public LinkedHashMap t; public b0(l lVar, boolean z2, j jVar, c cVar, a aVar) { this.a = lVar; - this.f531c = z2; + this.f533c = z2; this.d = jVar; this.e = cVar; if (lVar.p()) { @@ -93,7 +93,7 @@ public class b0 { String str = n._simpleName; c0Var = map.get(str); if (c0Var == null) { - c0Var = new c0(this.a, this.g, this.f531c, n); + c0Var = new c0(this.a, this.g, this.f533c, n); map.put(str, c0Var); } } @@ -108,11 +108,11 @@ public class b0 { } public void c(String str) { - if (!this.f531c && str != null) { - if (this.f532s == null) { - this.f532s = new HashSet<>(); + if (!this.f533c && str != null) { + if (this.f534s == null) { + this.f534s = new HashSet<>(); } - this.f532s.add(str); + this.f534s.add(str); } } @@ -139,7 +139,7 @@ public class b0 { if (c0Var != null) { return c0Var; } - c0 c0Var2 = new c0(this.a, this.g, this.f531c, t.a(str)); + c0 c0Var2 = new c0(this.a, this.g, this.f533c, t.a(str)); map.put(str, c0Var2); return c0Var2; } @@ -195,7 +195,7 @@ public class b0 { boolean z12; LinkedHashMap linkedHashMap = new LinkedHashMap<>(); c.g.a.c.b bVar = this.g; - boolean z13 = !this.f531c && !this.a.q(p.ALLOW_FINAL_FIELDS_AS_MUTATORS); + boolean z13 = !this.f533c && !this.a.q(p.ALLOW_FINAL_FIELDS_AS_MUTATORS); boolean q = this.a.q(p.PROPAGATE_TRANSIENT_MARKER); for (g gVar : this.e.g()) { Boolean bool = Boolean.TRUE; @@ -241,7 +241,7 @@ public class b0 { } this.l.put(E, e); } - t o = this.f531c ? bVar.o(gVar) : bVar.n(gVar); + t o = this.f533c ? bVar.o(gVar) : bVar.n(gVar); boolean z14 = o != null; if (!z14 || !o.d()) { tVar3 = o; @@ -379,7 +379,7 @@ public class b0 { String b2 = b(i2); boolean Z3 = bVar3.Z(next); c0 f4 = f(linkedHashMap, b2); - f4.f535s = new c0.d<>(next, f4.f535s, tVar2, z8, z9, Z3); + f4.f537s = new c0.d<>(next, f4.f537s, tVar2, z8, z9, Z3); } else if (o2 == 2 && Boolean.TRUE.equals(this.g.U(next))) { if (this.o == null) { this.o = new LinkedList<>(); @@ -413,7 +413,7 @@ public class b0 { a(linkedHashMap, eVar.m(i4)); } } - for (j jVar : this.e.f().f534c) { + for (j jVar : this.e.f().f536c) { if (this.k == null) { this.k = new LinkedList<>(); } @@ -426,16 +426,16 @@ public class b0 { Iterator it2 = linkedHashMap.values().iterator(); while (it2.hasNext()) { c0 next2 = it2.next(); - if (!(next2.z(next2.p) || next2.z(next2.r) || next2.z(next2.f535s) || next2.z(next2.q))) { + if (!(next2.z(next2.p) || next2.z(next2.r) || next2.z(next2.f537s) || next2.z(next2.q))) { it2.remove(); - } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f535s) || next2.y(next2.q)) { + } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f537s) || next2.y(next2.q)) { if (!next2.u()) { it2.remove(); c(next2.p()); } else { next2.p = next2.G(next2.p); next2.r = next2.G(next2.r); - next2.f535s = next2.G(next2.f535s); + next2.f537s = next2.G(next2.f537s); next2.q = next2.G(next2.q); if (!next2.f()) { c(next2.p()); @@ -445,10 +445,10 @@ public class b0 { } boolean q2 = this.a.q(p.INFER_PROPERTY_MUTATORS); for (c0 c0Var2 : linkedHashMap.values()) { - b0 b0Var = this.f531c ? null : this; + b0 b0Var = this.f533c ? null : this; u.a aVar6 = u.a.AUTO; c.g.a.c.b bVar4 = c0Var2.m; - if (bVar4 == null || (!c0Var2.k ? ((dVar = c0Var2.q) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.f535s) == null || (aVar = c0Var2.m.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.r) == null || (aVar = c0Var2.m.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.r) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.q) == null || (aVar = c0Var2.m.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.f535s) == null || (aVar = c0Var2.m.t(dVar8.a)) == null || aVar == aVar6))))) { + if (bVar4 == null || (!c0Var2.k ? ((dVar = c0Var2.q) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.f537s) == null || (aVar = c0Var2.m.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.r) == null || (aVar = c0Var2.m.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.r) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.q) == null || (aVar = c0Var2.m.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.f537s) == null || (aVar = c0Var2.m.t(dVar8.a)) == null || aVar == aVar6))))) { aVar = null; } if (aVar != null) { @@ -462,7 +462,7 @@ public class b0 { b0Var.c(tVar4._simpleName); } } - c0Var2.f535s = null; + c0Var2.f537s = null; c0Var2.q = null; if (!c0Var2.k) { c0Var2.p = null; @@ -477,7 +477,7 @@ public class b0 { c0Var2.q = c0Var2.H(c0Var2.q); if (!q2 || c0Var2.r == null) { c0Var2.p = c0Var2.H(c0Var2.p); - c0Var2.f535s = c0Var2.H(c0Var2.f535s); + c0Var2.f537s = c0Var2.H(c0Var2.f537s); } } } @@ -497,7 +497,7 @@ public class b0 { HashMap hashMap = new HashMap(); value.B(L, hashMap, value.p); value.B(L, hashMap, value.r); - value.B(L, hashMap, value.f535s); + value.B(L, hashMap, value.f537s); value.B(L, hashMap, value.q); linkedList.addAll(hashMap.values()); } @@ -514,7 +514,7 @@ public class b0 { } else { c0Var4.K(c0Var3); } - if (g(c0Var3, this.k) && (hashSet = this.f532s) != null) { + if (g(c0Var3, this.k) && (hashSet = this.f534s) != null) { hashSet.remove(p); } } @@ -530,24 +530,24 @@ public class b0 { } } for (c0 c0Var5 : linkedHashMap.values()) { - if (this.f531c) { + if (this.f533c) { c0.d dVar9 = c0Var5.r; if (dVar9 != null) { - c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f535s)); + c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f537s)); } else { c0.d dVar10 = c0Var5.p; if (dVar10 != null) { - c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f535s)); + c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f537s)); } } } else { c0.d dVar11 = c0Var5.q; if (dVar11 != null) { - c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f535s, c0Var5.p, c0Var5.r)); + c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f537s, c0Var5.p, c0Var5.r)); } else { - c0.d dVar12 = c0Var5.f535s; + c0.d dVar12 = c0Var5.f537s; if (dVar12 != null) { - c0Var5.f535s = c0Var5.A(c0Var5.f535s, c0Var5.F(0, dVar12, c0Var5.p, c0Var5.r)); + c0Var5.f537s = c0Var5.A(c0Var5.f537s, c0Var5.F(0, dVar12, c0Var5.p, c0Var5.r)); } else { c0.d dVar13 = c0Var5.p; if (dVar13 != null) { @@ -560,7 +560,7 @@ public class b0 { for (c0 c0Var6 : linkedHashMap.values()) { c0Var6.p = c0Var6.J(c0Var6.p); c0Var6.r = c0Var6.J(c0Var6.r); - c0Var6.f535s = c0Var6.J(c0Var6.f535s); + c0Var6.f537s = c0Var6.J(c0Var6.f537s); c0Var6.q = c0Var6.J(c0Var6.q); } Object p2 = this.g.p(this.e); @@ -576,21 +576,21 @@ public class b0 { Objects.requireNonNull(this.a._base); uVar = (c.g.a.c.u) d.g(cls2, this.a.b()); } else { - throw new IllegalStateException(a.i(cls2, a.L("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.h(cls2, a.K("AnnotationIntrospector returned Class "), "; expected Class")); } } else { - StringBuilder L2 = a.L("AnnotationIntrospector returned PropertyNamingStrategy definition of type "); - L2.append(p2.getClass().getName()); - L2.append("; expected type PropertyNamingStrategy or Class instead"); - throw new IllegalStateException(L2.toString()); + StringBuilder K = a.K("AnnotationIntrospector returned PropertyNamingStrategy definition of type "); + K.append(p2.getClass().getName()); + K.append("; expected type PropertyNamingStrategy or Class instead"); + throw new IllegalStateException(K.toString()); } if (uVar != null) { c0[] c0VarArr = (c0[]) linkedHashMap.values().toArray(new c0[linkedHashMap.size()]); linkedHashMap.clear(); for (c0 c0Var7 : c0VarArr) { t tVar5 = c0Var7.n; - if (!(c0Var7.w(c0Var7.p) || c0Var7.w(c0Var7.r) || c0Var7.w(c0Var7.f535s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { - if (this.f531c) { + if (!(c0Var7.w(c0Var7.p) || c0Var7.w(c0Var7.r) || c0Var7.w(c0Var7.f537s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { + if (this.f533c) { if (c0Var7.r != null) { str = uVar.c(this.a, c0Var7.n(), tVar5._simpleName); } else if (c0Var7.p != null) { @@ -615,7 +615,7 @@ public class b0 { } g(c0Var7, this.k); } else { - if (c0Var7.f535s != null) { + if (c0Var7.f537s != null) { str = uVar.d(this.a, c0Var7.s(), tVar5._simpleName); } else if (c0Var7.q != null) { str = uVar.a(this.a, c0Var7.k(), tVar5._simpleName); @@ -753,10 +753,10 @@ public class b0 { if (objArr.length > 0) { str = String.format(str, objArr); } - StringBuilder L = a.L("Problem with definition of "); - L.append(this.e); - L.append(": "); - L.append(str); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Problem with definition of "); + K.append(this.e); + K.append(": "); + K.append(str); + throw new IllegalArgumentException(K.toString()); } } diff --git a/app/src/main/java/c/g/a/c/c0/c.java b/app/src/main/java/c/g/a/c/c0/c.java index c9b84d37e8..e36538cd6b 100644 --- a/app/src/main/java/c/g/a/c/c0/c.java +++ b/app/src/main/java/c/g/a/c/c0/c.java @@ -36,7 +36,7 @@ public final class c extends b implements e0 { public final boolean r; /* renamed from: s reason: collision with root package name */ - public final c.g.a.c.i0.a f533s; + public final c.g.a.c.i0.a f535s; public a t; public l u; public List v; @@ -48,12 +48,12 @@ public final class c extends b implements e0 { public final List b; /* renamed from: c reason: collision with root package name */ - public final List f534c; + public final List f536c; public a(e eVar, List list, List list2) { this.a = eVar; this.b = list; - this.f534c = list2; + this.f536c = list2; } } @@ -62,7 +62,7 @@ public final class c extends b implements e0 { this.k = cls; this.m = list; this.q = cls2; - this.f533s = aVar; + this.f535s = aVar; this.l = mVar; this.n = bVar; this.p = aVar2; @@ -75,7 +75,7 @@ public final class c extends b implements e0 { this.k = cls; this.m = Collections.emptyList(); this.q = null; - this.f533s = o.a; + this.f535s = o.a; this.l = m.k; this.n = null; this.p = null; @@ -90,7 +90,7 @@ public final class c extends b implements e0 { @Override // c.g.a.c.c0.b public A b(Class cls) { - return (A) this.f533s.a(cls); + return (A) this.f535s.a(cls); } @Override // c.g.a.c.c0.b @@ -252,9 +252,9 @@ public final class c extends b implements e0 { int i9 = 0; while (true) { if (i9 < actualTypeArguments.length) { - TypeVariable I1 = AnimatableValueParser.I1(actualTypeArguments[i9]); - if (I1 != null) { - String name = I1.getName(); + TypeVariable J1 = AnimatableValueParser.J1(actualTypeArguments[i9]); + if (J1 != null) { + String name = J1.getName(); if (name == null) { jVar = jVar2; break; @@ -292,7 +292,7 @@ public final class c extends b implements e0 { if (i11 >= length3) { z2 = true; break; - } else if (!AnimatableValueParser.a2(bVar2, f, bounds[i11])) { + } else if (!AnimatableValueParser.b2(bVar2, f, bounds[i11])) { z2 = false; break; } else { @@ -365,7 +365,7 @@ public final class c extends b implements e0 { } if (fVar.e) { e eVar = fVar.f; - if (eVar != null && fVar.f544c.Z(eVar)) { + if (eVar != null && fVar.f546c.Z(eVar)) { fVar.f = null; } int size2 = list.size(); @@ -373,7 +373,7 @@ public final class c extends b implements e0 { size2--; if (size2 < 0) { break; - } else if (fVar.f544c.Z((i) list.get(size2))) { + } else if (fVar.f546c.Z((i) list.get(size2))) { list.remove(size2); } } @@ -382,7 +382,7 @@ public final class c extends b implements e0 { size3--; if (size3 < 0) { break; - } else if (fVar.f544c.Z((i) list2.get(size3))) { + } else if (fVar.f546c.Z((i) list2.get(size3))) { list2.remove(size3); } } @@ -473,7 +473,7 @@ public final class c extends b implements e0 { } else { ArrayList arrayList = new ArrayList(f.size()); for (h.a aVar : f.values()) { - arrayList.add(new g(aVar.a, aVar.b, aVar.f538c.b())); + arrayList.add(new g(aVar.a, aVar.b, aVar.f540c.b())); } list = arrayList; } @@ -520,15 +520,15 @@ public final class c extends b implements e0 { kVar.g(this, jVar._class, linkedHashMap, a2); z2 = true; } - if (z2 && kVar.f544c != null && !linkedHashMap.isEmpty()) { + if (z2 && kVar.f546c != null && !linkedHashMap.isEmpty()) { for (Map.Entry entry : linkedHashMap.entrySet()) { y yVar = (y) entry.getKey(); - if ("hashCode".equals(yVar.b) && yVar.f546c.length == 0) { + if ("hashCode".equals(yVar.b) && yVar.f548c.length == 0) { try { Method declaredMethod = Object.class.getDeclaredMethod(yVar.b, new Class[0]); if (declaredMethod != null) { k.a aVar4 = (k.a) entry.getValue(); - aVar4.f539c = kVar.d(aVar4.f539c, declaredMethod.getDeclaredAnnotations()); + aVar4.f541c = kVar.d(aVar4.f541c, declaredMethod.getDeclaredAnnotations()); aVar4.b = declaredMethod; } } catch (Exception unused) { @@ -543,7 +543,7 @@ public final class c extends b implements e0 { for (Map.Entry entry2 : linkedHashMap.entrySet()) { k.a aVar5 = (k.a) entry2.getValue(); Method method = aVar5.b; - j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.f539c.b(), null); + j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.f541c.b(), null); if (jVar2 != null) { linkedHashMap2.put(entry2.getKey(), jVar2); } @@ -562,6 +562,6 @@ public final class c extends b implements e0 { } public String toString() { - return c.d.b.a.a.i(this.k, c.d.b.a.a.L("[AnnotedClass "), "]"); + return c.d.b.a.a.h(this.k, c.d.b.a.a.K("[AnnotedClass "), "]"); } } diff --git a/app/src/main/java/c/g/a/c/c0/c0.java b/app/src/main/java/c/g/a/c/c0/c0.java index 39c729a7b0..3d5bcdb90e 100644 --- a/app/src/main/java/c/g/a/c/c0/c0.java +++ b/app/src/main/java/c/g/a/c/c0/c0.java @@ -29,7 +29,7 @@ public class c0 extends s implements Comparable { public d r; /* renamed from: s reason: collision with root package name */ - public d f535s; + public d f537s; public transient s t; public transient b.a u; @@ -75,7 +75,7 @@ public class c0 extends s implements Comparable { public final d b; /* renamed from: c reason: collision with root package name */ - public final t f536c; + public final t f538c; public final boolean d; public final boolean e; public final boolean f; @@ -84,7 +84,7 @@ public class c0 extends s implements Comparable { this.a = t; this.b = dVar; t tVar2 = (tVar == null || tVar.d()) ? null : tVar; - this.f536c = tVar2; + this.f538c = tVar2; if (z2) { if (tVar2 == null) { throw new IllegalArgumentException("Cannot pass true for 'explName' if name is null/empty"); @@ -108,10 +108,10 @@ public class c0 extends s implements Comparable { return this; } d b = dVar.b(); - if (this.f536c != null) { - return b.f536c == null ? c(null) : c(b); + if (this.f538c != null) { + return b.f538c == null ? c(null) : c(b); } - if (b.f536c != null) { + if (b.f538c != null) { return b; } boolean z2 = this.e; @@ -119,7 +119,7 @@ public class c0 extends s implements Comparable { } public d c(d dVar) { - return dVar == this.b ? this : new d<>(this.a, dVar, this.f536c, this.d, this.e, this.f); + return dVar == this.b ? this : new d<>(this.a, dVar, this.f538c, this.d, this.e, this.f); } public d d() { @@ -136,7 +136,7 @@ public class c0 extends s implements Comparable { } public d e() { - return this.b == null ? this : new d<>(this.a, null, this.f536c, this.d, this.e, this.f); + return this.b == null ? this : new d<>(this.a, null, this.f538c, this.d, this.e, this.f); } public d f() { @@ -150,9 +150,9 @@ public class c0 extends s implements Comparable { if (this.b == null) { return format; } - StringBuilder P = c.d.b.a.a.P(format, ", "); - P.append(this.b.toString()); - return P.toString(); + StringBuilder O = c.d.b.a.a.O(format, ", "); + O.append(this.b.toString()); + return O.toString(); } } @@ -169,7 +169,7 @@ public class c0 extends s implements Comparable { this.p = c0Var.p; this.q = c0Var.q; this.r = c0Var.r; - this.f535s = c0Var.f535s; + this.f537s = c0Var.f537s; this.k = c0Var.k; } @@ -206,12 +206,12 @@ public class c0 extends s implements Comparable { if (dVar2 != null) { dVar = dVar.c(A(dVar2, pVar)); } - return iVar == dVar.a ? dVar : new d<>(iVar, dVar.b, dVar.f536c, dVar.d, dVar.e, dVar.f); + return iVar == dVar.a ? dVar : new d<>(iVar, dVar.b, dVar.f538c, dVar.d, dVar.e, dVar.f); } public final void B(Collection collection, Map map, d dVar) { for (d dVar2 = dVar; dVar2 != null; dVar2 = dVar2.b) { - t tVar = dVar2.f536c; + t tVar = dVar2.f538c; if (dVar2.d && tVar != null) { c0 c0Var = map.get(tVar); if (c0Var == null) { @@ -222,34 +222,34 @@ public class c0 extends s implements Comparable { c0Var.p = dVar2.c(c0Var.p); } else if (dVar == this.r) { c0Var.r = dVar2.c(c0Var.r); - } else if (dVar == this.f535s) { - c0Var.f535s = dVar2.c(c0Var.f535s); + } else if (dVar == this.f537s) { + c0Var.f537s = dVar2.c(c0Var.f537s); } else if (dVar == this.q) { c0Var.q = dVar2.c(c0Var.q); } else { throw new IllegalStateException("Internal error: mismatched accessors, property: " + this); } } else if (dVar2.e) { - StringBuilder L = c.d.b.a.a.L("Conflicting/ambiguous property name definitions (implicit name "); + StringBuilder K = c.d.b.a.a.K("Conflicting/ambiguous property name definitions (implicit name "); t tVar2 = this.n; Annotation[] annotationArr = c.g.a.c.i0.d.a; - L.append(tVar2 == null ? "[null]" : c.g.a.c.i0.d.c(tVar2._simpleName)); - L.append("): found multiple explicit names: "); - L.append(collection); - L.append(", but also implicit accessor: "); - L.append(dVar2); - throw new IllegalStateException(L.toString()); + K.append(tVar2 == null ? "[null]" : c.g.a.c.i0.d.c(tVar2._simpleName)); + K.append("): found multiple explicit names: "); + K.append(collection); + K.append(", but also implicit accessor: "); + K.append(dVar2); + throw new IllegalStateException(K.toString()); } } } public final Set C(d dVar, Set set) { while (dVar != null) { - if (dVar.d && dVar.f536c != null) { + if (dVar.d && dVar.f538c != null) { if (set == null) { set = new HashSet<>(); } - set.add(dVar.f536c); + set.add(dVar.f538c); } dVar = dVar.b; } @@ -307,11 +307,11 @@ public class c0 extends s implements Comparable { this.p = N(this.p, c0Var.p); this.q = N(this.q, c0Var.q); this.r = N(this.r, c0Var.r); - this.f535s = N(this.f535s, c0Var.f535s); + this.f537s = N(this.f537s, c0Var.f537s); } public Set L() { - Set C = C(this.q, C(this.f535s, C(this.r, C(this.p, null)))); + Set C = C(this.q, C(this.f537s, C(this.r, C(this.p, null)))); return C == null ? Collections.emptySet() : C; } @@ -332,7 +332,7 @@ public class c0 extends s implements Comparable { if (dVar4 != null) { t = eVar.a(dVar4.a); } - if (t == null && (dVar2 = this.f535s) != null) { + if (t == null && (dVar2 = this.f537s) != null) { t = eVar.a(dVar2.a); } } @@ -355,7 +355,7 @@ public class c0 extends s implements Comparable { @Override // c.g.a.c.c0.s public boolean f() { - return (this.q == null && this.f535s == null && this.p == null) ? false : true; + return (this.q == null && this.f537s == null && this.p == null) ? false : true; } @Override // c.g.a.c.c0.s @@ -422,13 +422,13 @@ public class c0 extends s implements Comparable { } else if (g2.isAssignableFrom(g)) { } } - StringBuilder L = c.d.b.a.a.L("Multiple fields representing property \""); - L.append(p()); - L.append("\": "); - L.append(gVar.h()); - L.append(" vs "); - L.append(gVar2.h()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Multiple fields representing property \""); + K.append(p()); + K.append("\": "); + K.append(gVar.h()); + K.append(" vs "); + K.append(gVar2.h()); + throw new IllegalArgumentException(K.toString()); } return gVar; } @@ -470,13 +470,13 @@ public class c0 extends s implements Comparable { dVar = dVar2; dVar2 = dVar2.b; } else { - StringBuilder L = c.d.b.a.a.L("Conflicting getter definitions for property \""); - L.append(p()); - L.append("\": "); - L.append(dVar.a.h()); - L.append(" vs "); - L.append(dVar2.a.h()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Conflicting getter definitions for property \""); + K.append(p()); + K.append("\": "); + K.append(dVar.a.h()); + K.append(" vs "); + K.append(dVar2.a.h()); + throw new IllegalArgumentException(K.toString()); } } this.r = dVar.e(); @@ -581,7 +581,7 @@ public class c0 extends s implements Comparable { if (dVar3 != null) { jVar = dVar3.a; } else { - d dVar4 = this.f535s; + d dVar4 = this.f537s; if (dVar4 != null) { jVar = dVar4.a; } else { @@ -650,7 +650,7 @@ public class c0 extends s implements Comparable { @Override // c.g.a.c.c0.s public j s() { - d dVar = this.f535s; + d dVar = this.f537s; if (dVar == null) { return null; } @@ -698,7 +698,7 @@ public class c0 extends s implements Comparable { throw new IllegalArgumentException(String.format("Conflicting setter definitions for property \"%s\": %s vs %s", p(), dVar.a.h(), dVar2.a.h())); } } - this.f535s = dVar.e(); + this.f537s = dVar.e(); return dVar.a; } @@ -714,23 +714,23 @@ public class c0 extends s implements Comparable { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("[Property '"); - L.append(this.n); - L.append("'; ctors: "); - L.append(this.q); - L.append(", field(s): "); - L.append(this.p); - L.append(", getter(s): "); - L.append(this.r); - L.append(", setter(s): "); - L.append(this.f535s); - L.append("]"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("[Property '"); + K.append(this.n); + K.append("'; ctors: "); + K.append(this.q); + K.append(", field(s): "); + K.append(this.p); + K.append(", getter(s): "); + K.append(this.r); + K.append(", setter(s): "); + K.append(this.f537s); + K.append("]"); + return K.toString(); } @Override // c.g.a.c.c0.s public boolean u() { - return x(this.p) || x(this.r) || x(this.f535s) || w(this.q); + return x(this.p) || x(this.r) || x(this.f537s) || w(this.q); } @Override // c.g.a.c.c0.s @@ -741,7 +741,7 @@ public class c0 extends s implements Comparable { public final boolean w(d dVar) { while (dVar != null) { - if (dVar.f536c != null && dVar.d) { + if (dVar.f538c != null && dVar.d) { return true; } dVar = dVar.b; @@ -751,7 +751,7 @@ public class c0 extends s implements Comparable { public final boolean x(d dVar) { while (dVar != null) { - t tVar = dVar.f536c; + t tVar = dVar.f538c; if (tVar != null && tVar.c()) { return true; } diff --git a/app/src/main/java/c/g/a/c/c0/d.java b/app/src/main/java/c/g/a/c/c0/d.java index 6ebb4eefd1..e267a9985c 100644 --- a/app/src/main/java/c/g/a/c/c0/d.java +++ b/app/src/main/java/c/g/a/c/c0/d.java @@ -21,7 +21,7 @@ public class d { public static final Class b = Map.class; /* renamed from: c reason: collision with root package name */ - public final l f537c; + public final l f539c; public final b d; public final t.a e; public final m f; @@ -31,7 +31,7 @@ public class d { public final boolean j; public d(l lVar, j jVar, t.a aVar) { - this.f537c = lVar; + this.f539c = lVar; this.g = jVar; Class cls = jVar._class; this.h = cls; @@ -45,7 +45,7 @@ public class d { } public d(l lVar, Class cls, t.a aVar) { - this.f537c = lVar; + this.f539c = lVar; Class cls2 = null; this.g = null; this.h = cls; @@ -168,7 +168,7 @@ public class d { if (!(z2 || this.j)) { return o.a; } - o oVar = o.a.f540c; + o oVar = o.a.f542c; Class cls = this.i; if (cls != null) { oVar = b(oVar, this.h, cls); diff --git a/app/src/main/java/c/g/a/c/c0/e.java b/app/src/main/java/c/g/a/c/c0/e.java index 6a8326ec25..57ac4357ae 100644 --- a/app/src/main/java/c/g/a/c/c0/e.java +++ b/app/src/main/java/c/g/a/c/c0/e.java @@ -79,9 +79,9 @@ public final class e extends n { @Override // c.g.a.c.c0.i public Object j(Object obj) throws UnsupportedOperationException { - StringBuilder L = c.d.b.a.a.L("Cannot call getValue() on constructor of "); - L.append(g().getName()); - throw new UnsupportedOperationException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Cannot call getValue() on constructor of "); + K.append(g().getName()); + throw new UnsupportedOperationException(K.toString()); } @Override // c.g.a.c.c0.i @@ -108,11 +108,11 @@ public final class e extends n { } return new e(null, declaredConstructor, null, null); } catch (Exception unused) { - StringBuilder L = c.d.b.a.a.L("Could not find constructor with "); - L.append(this._serialization.args.length); - L.append(" args from Class '"); - L.append(cls.getName()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Could not find constructor with "); + K.append(this._serialization.args.length); + K.append(" args from Class '"); + K.append(cls.getName()); + throw new IllegalArgumentException(K.toString()); } } diff --git a/app/src/main/java/c/g/a/c/c0/f.java b/app/src/main/java/c/g/a/c/c0/f.java index 57b63d0cd8..21b31bafcc 100644 --- a/app/src/main/java/c/g/a/c/c0/f.java +++ b/app/src/main/java/c/g/a/c/c0/f.java @@ -59,7 +59,7 @@ public final class f extends u { int length = annotationArr.length; p[] pVarArr = new p[length]; for (int i = 0; i < length; i++) { - o b = b(o.a.f540c, annotationArr[i]); + o b = b(o.a.f542c, annotationArr[i]); if (annotationArr2 != null) { b = b(b, annotationArr2[i]); } @@ -70,7 +70,7 @@ public final class f extends u { public j j(Method method, e0 e0Var, Method method2) { int length = method.getParameterTypes().length; - if (this.f544c == null) { + if (this.f546c == null) { return new j(e0Var, method, new p(), u.a(length)); } if (length == 0) { @@ -89,16 +89,16 @@ public final class f extends u { Annotation[][] annotationArr; p[] i; int a = aVar.a(); - if (this.f544c == null) { + if (this.f546c == null) { return new e(this.d, aVar.a, new p(), u.a(a)); } if (a == 0) { return new e(this.d, aVar.a, g(aVar, aVar2), u.a); } - Annotation[][] annotationArr2 = aVar.f573c; + Annotation[][] annotationArr2 = aVar.f575c; if (annotationArr2 == null) { annotationArr2 = aVar.a.getParameterAnnotations(); - aVar.f573c = annotationArr2; + aVar.f575c = annotationArr2; } Annotation[][] annotationArr3 = 0; if (a != annotationArr2.length) { @@ -124,10 +124,10 @@ public final class f extends u { } } else { if (aVar2 != null) { - Annotation[][] annotationArr4 = aVar2.f573c; + Annotation[][] annotationArr4 = aVar2.f575c; if (annotationArr4 == null) { annotationArr4 = aVar2.a.getParameterAnnotations(); - aVar2.f573c = annotationArr4; + aVar2.f575c = annotationArr4; } annotationArr3 = annotationArr4; } diff --git a/app/src/main/java/c/g/a/c/c0/f0.java b/app/src/main/java/c/g/a/c/c0/f0.java index 348353d248..cd260bb8c3 100644 --- a/app/src/main/java/c/g/a/c/c0/f0.java +++ b/app/src/main/java/c/g/a/c/c0/f0.java @@ -63,7 +63,7 @@ public class f0 extends i implements Serializable { @Override // c.g.a.c.c0.i public Object j(Object obj) throws IllegalArgumentException { - throw new IllegalArgumentException(a.D(a.L("Cannot get virtual property '"), this._name, "'")); + throw new IllegalArgumentException(a.C(a.K("Cannot get virtual property '"), this._name, "'")); } @Override // c.g.a.c.c0.i @@ -73,9 +73,9 @@ public class f0 extends i implements Serializable { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("[virtual "); - L.append(h()); - L.append("]"); - return L.toString(); + StringBuilder K = a.K("[virtual "); + K.append(h()); + K.append("]"); + return K.toString(); } } diff --git a/app/src/main/java/c/g/a/c/c0/g.java b/app/src/main/java/c/g/a/c/c0/g.java index f83910e881..aa85c9c9ea 100644 --- a/app/src/main/java/c/g/a/c/c0/g.java +++ b/app/src/main/java/c/g/a/c/c0/g.java @@ -77,11 +77,11 @@ public final class g extends i implements Serializable { try { return this.k.get(obj); } catch (IllegalAccessException e) { - StringBuilder L = c.d.b.a.a.L("Failed to getValue() for field "); - L.append(h()); - L.append(": "); - L.append(e.getMessage()); - throw new IllegalArgumentException(L.toString(), e); + StringBuilder K = c.d.b.a.a.K("Failed to getValue() for field "); + K.append(h()); + K.append(": "); + K.append(e.getMessage()); + throw new IllegalArgumentException(K.toString(), e); } } @@ -100,20 +100,20 @@ public final class g extends i implements Serializable { } return new g(null, declaredField, null); } catch (Exception unused) { - StringBuilder L = c.d.b.a.a.L("Could not find method '"); - L.append(this._serialization.name); - L.append("' from Class '"); - L.append(cls.getName()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Could not find method '"); + K.append(this._serialization.name); + K.append("' from Class '"); + K.append(cls.getName()); + throw new IllegalArgumentException(K.toString()); } } @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("[field "); - L.append(h()); - L.append("]"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("[field "); + K.append(h()); + K.append("]"); + return K.toString(); } public Object writeReplace() { diff --git a/app/src/main/java/c/g/a/c/c0/h.java b/app/src/main/java/c/g/a/c/c0/h.java index 1babdd12c1..fd14bca406 100644 --- a/app/src/main/java/c/g/a/c/c0/h.java +++ b/app/src/main/java/c/g/a/c/c0/h.java @@ -25,7 +25,7 @@ public class h extends u { public final Field b; /* renamed from: c reason: collision with root package name */ - public o f538c = o.a.f540c; + public o f540c = o.a.f542c; public a(e0 e0Var, Field field) { this.a = e0Var; @@ -58,7 +58,7 @@ public class h extends u { } a aVar3 = new a(e0Var, field); if (this.f) { - aVar3.f538c = b(aVar3.f538c, field.getDeclaredAnnotations()); + aVar3.f540c = b(aVar3.f540c, field.getDeclaredAnnotations()); } f.put(field.getName(), aVar3); } @@ -69,7 +69,7 @@ public class h extends u { Field[] declaredFields2 = ((Class) it.next()).getDeclaredFields(); for (Field field2 : declaredFields2) { if (g(field2) && (aVar2 = f.get(field2.getName())) != null) { - aVar2.f538c = b(aVar2.f538c, field2.getDeclaredAnnotations()); + aVar2.f540c = b(aVar2.f540c, field2.getDeclaredAnnotations()); } } } diff --git a/app/src/main/java/c/g/a/c/c0/j.java b/app/src/main/java/c/g/a/c/c0/j.java index dadcdfae43..111790822e 100644 --- a/app/src/main/java/c/g/a/c/c0/j.java +++ b/app/src/main/java/c/g/a/c/c0/j.java @@ -75,15 +75,15 @@ public final class j extends n implements Serializable { String h = super.h(); int o = o(); if (o == 0) { - return c.d.b.a.a.t(h, "()"); + return c.d.b.a.a.s(h, "()"); } if (o != 1) { return String.format("%s(%d params)", super.h(), Integer.valueOf(o())); } - StringBuilder P = c.d.b.a.a.P(h, "("); - P.append(p(0).getName()); - P.append(")"); - return P.toString(); + StringBuilder O = c.d.b.a.a.O(h, "("); + O.append(p(0).getName()); + O.append(")"); + return O.toString(); } @Override // c.g.a.c.c0.b @@ -101,11 +101,11 @@ public final class j extends n implements Serializable { try { return this.k.invoke(obj, null); } catch (IllegalAccessException | InvocationTargetException e) { - StringBuilder L = c.d.b.a.a.L("Failed to getValue() with method "); - L.append(h()); - L.append(": "); - L.append(e.getMessage()); - throw new IllegalArgumentException(L.toString(), e); + StringBuilder K = c.d.b.a.a.K("Failed to getValue() with method "); + K.append(h()); + K.append(": "); + K.append(e.getMessage()); + throw new IllegalArgumentException(K.toString(), e); } } @@ -151,20 +151,20 @@ public final class j extends n implements Serializable { } return new j(null, declaredMethod, null, null); } catch (Exception unused) { - StringBuilder L = c.d.b.a.a.L("Could not find method '"); - L.append(this._serialization.name); - L.append("' from Class '"); - L.append(cls.getName()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Could not find method '"); + K.append(this._serialization.name); + K.append("' from Class '"); + K.append(cls.getName()); + throw new IllegalArgumentException(K.toString()); } } @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("[method "); - L.append(h()); - L.append("]"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("[method "); + K.append(h()); + K.append("]"); + return K.toString(); } public Object writeReplace() { diff --git a/app/src/main/java/c/g/a/c/c0/k.java b/app/src/main/java/c/g/a/c/c0/k.java index 7c3df1dac8..8411a6db4d 100644 --- a/app/src/main/java/c/g/a/c/c0/k.java +++ b/app/src/main/java/c/g/a/c/c0/k.java @@ -22,12 +22,12 @@ public class k extends u { public Method b; /* renamed from: c reason: collision with root package name */ - public o f539c; + public o f541c; public a(e0 e0Var, Method method, o oVar) { this.a = e0Var; this.b = method; - this.f539c = oVar; + this.f541c = oVar; } } @@ -52,10 +52,10 @@ public class k extends u { y yVar = new y(method); a aVar = map.get(yVar); if (aVar == null) { - map.put(yVar, new a(e0Var, method, this.f544c == null ? o.a.f540c : c(method.getDeclaredAnnotations()))); + map.put(yVar, new a(e0Var, method, this.f546c == null ? o.a.f542c : c(method.getDeclaredAnnotations()))); } else { if (this.e) { - aVar.f539c = d(aVar.f539c, method.getDeclaredAnnotations()); + aVar.f541c = d(aVar.f541c, method.getDeclaredAnnotations()); } Method method2 = aVar.b; if (method2 == null) { @@ -72,7 +72,7 @@ public class k extends u { public void g(e0 e0Var, Class cls, Map map, Class cls2) { List list; - if (this.f544c != null) { + if (this.f546c != null) { Annotation[] annotationArr = d.a; if (cls2 == cls || cls2 == Object.class) { list = Collections.emptyList(); @@ -90,7 +90,7 @@ public class k extends u { if (aVar == null) { map.put(yVar, new a(e0Var, null, c(declaredAnnotations))); } else { - aVar.f539c = d(aVar.f539c, declaredAnnotations); + aVar.f541c = d(aVar.f541c, declaredAnnotations); } } } diff --git a/app/src/main/java/c/g/a/c/c0/m.java b/app/src/main/java/c/g/a/c/c0/m.java index 0a9eb8d151..0541cfcf74 100644 --- a/app/src/main/java/c/g/a/c/c0/m.java +++ b/app/src/main/java/c/g/a/c/c0/m.java @@ -62,9 +62,9 @@ public final class m extends i { @Override // c.g.a.c.c0.i public Object j(Object obj) throws UnsupportedOperationException { - StringBuilder L = a.L("Cannot call getValue() on constructor parameter of "); - L.append(g().getName()); - throw new UnsupportedOperationException(L.toString()); + StringBuilder K = a.K("Cannot call getValue() on constructor parameter of "); + K.append(g().getName()); + throw new UnsupportedOperationException(K.toString()); } @Override // c.g.a.c.c0.i @@ -80,11 +80,11 @@ public final class m extends i { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("[parameter #"); - L.append(this._index); - L.append(", annotations: "); - L.append(this.j); - L.append("]"); - return L.toString(); + StringBuilder K = a.K("[parameter #"); + K.append(this._index); + K.append(", annotations: "); + K.append(this.j); + K.append("]"); + return K.toString(); } } diff --git a/app/src/main/java/c/g/a/c/c0/o.java b/app/src/main/java/c/g/a/c/c0/o.java index 7b7dff799e..626e025ea2 100644 --- a/app/src/main/java/c/g/a/c/c0/o.java +++ b/app/src/main/java/c/g/a/c/c0/o.java @@ -14,7 +14,7 @@ public abstract class o { public static class a extends o { /* renamed from: c reason: collision with root package name */ - public static final a f540c = new a(null); + public static final a f542c = new a(null); public a(Object obj) { super(null); @@ -45,26 +45,26 @@ public abstract class o { public static class b extends o { /* renamed from: c reason: collision with root package name */ - public final HashMap, Annotation> f541c; + public final HashMap, Annotation> f543c; public b(Object obj, Class cls, Annotation annotation, Class cls2, Annotation annotation2) { super(obj); HashMap, Annotation> hashMap = new HashMap<>(); - this.f541c = hashMap; + this.f543c = hashMap; hashMap.put(cls, annotation); hashMap.put(cls2, annotation2); } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { - this.f541c.put(annotation.annotationType(), annotation); + this.f543c.put(annotation.annotationType(), annotation); return this; } @Override // c.g.a.c.c0.o public p b() { p pVar = new p(); - for (Annotation annotation : this.f541c.values()) { + for (Annotation annotation : this.f543c.values()) { if (pVar.i == null) { pVar.i = new HashMap<>(); } @@ -78,10 +78,10 @@ public abstract class o { @Override // c.g.a.c.c0.o public c.g.a.c.i0.a c() { - if (this.f541c.size() != 2) { - return new p(this.f541c); + if (this.f543c.size() != 2) { + return new p(this.f543c); } - Iterator, Annotation>> it = this.f541c.entrySet().iterator(); + Iterator, Annotation>> it = this.f543c.entrySet().iterator(); Map.Entry, Annotation> next = it.next(); Map.Entry, Annotation> next2 = it.next(); return new f(next.getKey(), next.getValue(), next2.getKey(), next2.getValue()); @@ -89,7 +89,7 @@ public abstract class o { @Override // c.g.a.c.c0.o public boolean d(Annotation annotation) { - return this.f541c.containsKey(annotation.annotationType()); + return this.f543c.containsKey(annotation.annotationType()); } } @@ -137,19 +137,19 @@ public abstract class o { public static class e extends o { /* renamed from: c reason: collision with root package name */ - public Class f542c; + public Class f544c; public Annotation d; public e(Object obj, Class cls, Annotation annotation) { super(obj); - this.f542c = cls; + this.f544c = cls; this.d = annotation; } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { Class annotationType = annotation.annotationType(); - Class cls = this.f542c; + Class cls = this.f544c; if (cls != annotationType) { return new b(this.b, cls, this.d, annotationType, annotation); } @@ -159,7 +159,7 @@ public abstract class o { @Override // c.g.a.c.c0.o public p b() { - Class cls = this.f542c; + Class cls = this.f544c; Annotation annotation = this.d; HashMap hashMap = new HashMap(4); hashMap.put(cls, annotation); @@ -168,12 +168,12 @@ public abstract class o { @Override // c.g.a.c.c0.o public c.g.a.c.i0.a c() { - return new d(this.f542c, this.d); + return new d(this.f544c, this.d); } @Override // c.g.a.c.c0.o public boolean d(Annotation annotation) { - return annotation.annotationType() == this.f542c; + return annotation.annotationType() == this.f544c; } } diff --git a/app/src/main/java/c/g/a/c/c0/q.java b/app/src/main/java/c/g/a/c/c0/q.java index 6d1a04de4c..fbba473444 100644 --- a/app/src/main/java/c/g/a/c/c0/q.java +++ b/app/src/main/java/c/g/a/c/c0/q.java @@ -15,7 +15,7 @@ public class q extends c { public static final Class[] b = new Class[0]; /* renamed from: c reason: collision with root package name */ - public final b0 f543c; + public final b0 f545c; public final l d; public final b e; public final c f; @@ -29,7 +29,7 @@ public class q extends c { super(r0); j jVar = b0Var.d; c cVar = b0Var.e; - this.f543c = b0Var; + this.f545c = b0Var; l lVar = b0Var.a; this.d = lVar; if (lVar == null) { @@ -44,7 +44,7 @@ public class q extends c { public q(l lVar, j jVar, c cVar, List list) { super(jVar); - this.f543c = null; + this.f545c = null; this.d = lVar; if (lVar == null) { this.e = null; @@ -72,7 +72,7 @@ public class q extends c { @Override // c.g.a.c.c public i b() { - b0 b0Var = this.f543c; + b0 b0Var = this.f545c; if (b0Var == null) { return null; } @@ -99,7 +99,7 @@ public class q extends c { public List d() { if (this.i == null) { - b0 b0Var = this.f543c; + b0 b0Var = this.f545c; if (!b0Var.i) { b0Var.h(); } diff --git a/app/src/main/java/c/g/a/c/c0/u.java b/app/src/main/java/c/g/a/c/c0/u.java index 11f7a9ff3d..020d647c2d 100644 --- a/app/src/main/java/c/g/a/c/c0/u.java +++ b/app/src/main/java/c/g/a/c/c0/u.java @@ -12,10 +12,10 @@ public class u { public static final Annotation[] b = new Annotation[0]; /* renamed from: c reason: collision with root package name */ - public final b f544c; + public final b f546c; public u(b bVar) { - this.f544c = bVar; + this.f546c = bVar; } public static p[] a(int i) { @@ -32,7 +32,7 @@ public class u { public final o b(o oVar, Annotation[] annotationArr) { for (Annotation annotation : annotationArr) { oVar = oVar.a(annotation); - if (this.f544c.b0(annotation)) { + if (this.f546c.b0(annotation)) { oVar = e(oVar, annotation); } } @@ -40,10 +40,10 @@ public class u { } public final o c(Annotation[] annotationArr) { - o oVar = o.a.f540c; + o oVar = o.a.f542c; for (Annotation annotation : annotationArr) { oVar = oVar.a(annotation); - if (this.f544c.b0(annotation)) { + if (this.f546c.b0(annotation)) { oVar = e(oVar, annotation); } } @@ -54,12 +54,12 @@ public class u { for (Annotation annotation : annotationArr) { if (!oVar.d(annotation)) { oVar = oVar.a(annotation); - if (this.f544c.b0(annotation)) { + if (this.f546c.b0(annotation)) { Annotation[] i = d.i(annotation.annotationType()); for (Annotation annotation2 : i) { if (!((annotation2 instanceof Target) || (annotation2 instanceof Retention)) && !oVar.d(annotation2)) { oVar = oVar.a(annotation2); - if (this.f544c.b0(annotation2)) { + if (this.f546c.b0(annotation2)) { oVar = e(oVar, annotation2); } } @@ -74,7 +74,7 @@ public class u { Annotation[] i = d.i(annotation.annotationType()); for (Annotation annotation2 : i) { if (!((annotation2 instanceof Target) || (annotation2 instanceof Retention))) { - if (!this.f544c.b0(annotation2)) { + if (!this.f546c.b0(annotation2)) { oVar = oVar.a(annotation2); } else if (!oVar.d(annotation2)) { oVar = e(oVar.a(annotation2), annotation2); diff --git a/app/src/main/java/c/g/a/c/c0/v.java b/app/src/main/java/c/g/a/c/c0/v.java index fe2043c551..f166f37227 100644 --- a/app/src/main/java/c/g/a/c/c0/v.java +++ b/app/src/main/java/c/g/a/c/c0/v.java @@ -26,7 +26,7 @@ public abstract class v implements d, Serializable { i.d i = lVar.i(cls); b e = lVar.e(); i.d h = (e == null || (member = getMember()) == null) ? null : e.h(member); - return i == null ? h == null ? d.f547c : h : h == null ? i : i.k(h); + return i == null ? h == null ? d.f549c : h : h == null ? i : i.k(h); } @Override // c.g.a.c.d diff --git a/app/src/main/java/c/g/a/c/c0/w.java b/app/src/main/java/c/g/a/c/c0/w.java index 411753e26c..6cc04df4a6 100644 --- a/app/src/main/java/c/g/a/c/c0/w.java +++ b/app/src/main/java/c/g/a/c/c0/w.java @@ -14,7 +14,7 @@ public class w extends a { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f545c; + public final String f547c; public final String d; public final String e; @@ -45,7 +45,7 @@ public class w extends a { c.g.a.c.d0.a aVar = c.g.a.c.d0.a.a; Objects.requireNonNull(aVar); try { - Object[] objArr = (Object[]) aVar.f548c.invoke(cls, new Object[0]); + Object[] objArr = (Object[]) aVar.f550c.invoke(cls, new Object[0]); int length = objArr.length; String[] strArr = new String[length]; for (int i = 0; i < objArr.length; i++) { @@ -59,9 +59,9 @@ public class w extends a { this.f.add(strArr[i2]); } } catch (Exception unused) { - StringBuilder L = c.d.b.a.a.L("Failed to access RecordComponents of type "); - L.append(d.u(cls)); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Failed to access RecordComponents of type "); + K.append(d.u(cls)); + throw new IllegalArgumentException(K.toString()); } } else { throw runtimeException; @@ -77,7 +77,7 @@ public class w extends a { public w(l lVar, c cVar, String str, String str2, String str3, a aVar) { this.b = lVar.q(p.USE_STD_BEAN_NAMING); this.e = str; - this.f545c = str2; + this.f547c = str2; this.d = str3; this.a = aVar; } @@ -105,7 +105,7 @@ public class w extends a { @Override // c.g.a.c.c0.a public String c(j jVar, String str) { - String str2 = this.f545c; + String str2 = this.f547c; if (str2 == null || !str.startsWith(str2)) { return null; } @@ -124,7 +124,7 @@ public class w extends a { } else if ("getMetaClass".equals(str) && jVar.d().getName().startsWith("groovy.lang")) { return null; } - return this.b ? e(str, this.f545c.length()) : d(str, this.f545c.length()); + return this.b ? e(str, this.f547c.length()) : d(str, this.f547c.length()); } public String d(String str, int i) { diff --git a/app/src/main/java/c/g/a/c/c0/x.java b/app/src/main/java/c/g/a/c/c0/x.java index cba14fcf99..1266fc1930 100644 --- a/app/src/main/java/c/g/a/c/c0/x.java +++ b/app/src/main/java/c/g/a/c/c0/x.java @@ -356,7 +356,7 @@ public class x extends b implements Serializable { @Override // c.g.a.c.b public void a(l lVar, c cVar, List list) { - c.g.a.c.y.b bVar = (c.g.a.c.y.b) cVar.f533s.a(c.g.a.c.y.b.class); + c.g.a.c.y.b bVar = (c.g.a.c.y.b) cVar.f535s.a(c.g.a.c.y.b.class); if (bVar != null) { boolean prepend = bVar.prepend(); b.a[] attrs = bVar.attrs(); @@ -375,7 +375,7 @@ public class x extends b implements Serializable { if (!j02.c()) { j02 = c.g.a.c.t.a(value); } - a aVar2 = new a(value, c.g.a.c.i0.q.w(lVar, new f0(cVar, cVar.k, value, jVar), j02, sVar, aVar.include()), cVar.f533s, jVar); + a aVar2 = new a(value, c.g.a.c.i0.q.w(lVar, new f0(cVar, cVar.k, value, jVar), j02, sVar, aVar.include()), cVar.f535s, jVar); if (prepend) { list.add(i2, aVar2); } else { @@ -900,7 +900,7 @@ public class x extends b implements Serializable { a0Var = a0.a; } boolean alwaysAsId = lVar.alwaysAsId(); - return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f530c, alwaysAsId, a0Var.d); + return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f532c, alwaysAsId, a0Var.d); } @Override // c.g.a.c.b diff --git a/app/src/main/java/c/g/a/c/c0/y.java b/app/src/main/java/c/g/a/c/c0/y.java index 2194a81ad2..f81ade58f3 100644 --- a/app/src/main/java/c/g/a/c/c0/y.java +++ b/app/src/main/java/c/g/a/c/c0/y.java @@ -9,19 +9,19 @@ public final class y { public final String b; /* renamed from: c reason: collision with root package name */ - public final Class[] f546c; + public final Class[] f548c; public y(Constructor constructor) { Class[] parameterTypes = constructor.getParameterTypes(); this.b = ""; - this.f546c = parameterTypes == null ? a : parameterTypes; + this.f548c = parameterTypes == null ? a : parameterTypes; } public y(Method method) { String name = method.getName(); Class[] parameterTypes = method.getParameterTypes(); this.b = name; - this.f546c = parameterTypes == null ? a : parameterTypes; + this.f548c = parameterTypes == null ? a : parameterTypes; } public boolean equals(Object obj) { @@ -35,13 +35,13 @@ public final class y { if (!this.b.equals(yVar.b)) { return false; } - Class[] clsArr = yVar.f546c; - int length = this.f546c.length; + Class[] clsArr = yVar.f548c; + int length = this.f548c.length; if (clsArr.length != length) { return false; } for (int i = 0; i < length; i++) { - if (clsArr[i] != this.f546c[i]) { + if (clsArr[i] != this.f548c[i]) { return false; } } @@ -49,13 +49,13 @@ public final class y { } public int hashCode() { - return this.b.hashCode() + this.f546c.length; + return this.b.hashCode() + this.f548c.length; } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append("("); - return a.y(sb, this.f546c.length, "-args)"); + return a.w(sb, this.f548c.length, "-args)"); } } diff --git a/app/src/main/java/c/g/a/c/d.java b/app/src/main/java/c/g/a/c/d.java index d097842512..3d3494d059 100644 --- a/app/src/main/java/c/g/a/c/d.java +++ b/app/src/main/java/c/g/a/c/d.java @@ -8,7 +8,7 @@ import java.io.Serializable; public interface d { /* renamed from: c reason: collision with root package name */ - public static final i.d f547c = new i.d("", i.c.ANY, "", "", i.b.a, null); + public static final i.d f549c = new i.d("", i.c.ANY, "", "", i.b.a, null); /* compiled from: BeanProperty */ public static class a implements d, Serializable { diff --git a/app/src/main/java/c/g/a/c/d0/a.java b/app/src/main/java/c/g/a/c/d0/a.java index 484219d1e0..d51ecae445 100644 --- a/app/src/main/java/c/g/a/c/d0/a.java +++ b/app/src/main/java/c/g/a/c/d0/a.java @@ -7,7 +7,7 @@ public class a { public static final RuntimeException b; /* renamed from: c reason: collision with root package name */ - public final Method f548c; + public final Method f550c; public final Method d; static { @@ -25,7 +25,7 @@ public class a { public a() throws RuntimeException { try { - this.f548c = Class.class.getMethod("getRecordComponents", new Class[0]); + this.f550c = Class.class.getMethod("getRecordComponents", new Class[0]); Class cls = Class.forName("java.lang.reflect.RecordComponent"); this.d = cls.getMethod("getName", new Class[0]); cls.getMethod("getType", new Class[0]); diff --git a/app/src/main/java/c/g/a/c/e.java b/app/src/main/java/c/g/a/c/e.java index 34e7a7cef9..8b534189e4 100644 --- a/app/src/main/java/c/g/a/c/e.java +++ b/app/src/main/java/c/g/a/c/e.java @@ -40,18 +40,18 @@ public abstract class e { Objects.requireNonNull(vVar._base); return (c.g.a.c.i0.e) d.g(cls, vVar.b()); } - throw new IllegalStateException(a.i(cls, a.L("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.h(cls, a.K("AnnotationIntrospector returned Class "), "; expected Class")); } - StringBuilder L = a.L("AnnotationIntrospector returned Converter definition of type "); - L.append(obj.getClass().getName()); - L.append("; expected type Converter or Class instead"); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("AnnotationIntrospector returned Converter definition of type "); + K.append(obj.getClass().getName()); + K.append("; expected type Converter or Class instead"); + throw new IllegalStateException(K.toString()); } public abstract n d(); public i0 e(b bVar, a0 a0Var) throws JsonMappingException { - Class> cls = a0Var.f530c; + Class> cls = a0Var.f532c; v vVar = ((x) this)._config; Objects.requireNonNull(vVar._base); return ((i0) d.g(cls, vVar.b())).b(a0Var.e); diff --git a/app/src/main/java/c/g/a/c/e0/b.java b/app/src/main/java/c/g/a/c/e0/b.java index 143d366147..780131d0b1 100644 --- a/app/src/main/java/c/g/a/c/e0/b.java +++ b/app/src/main/java/c/g/a/c/e0/b.java @@ -39,8 +39,8 @@ public final class b implements Serializable { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("[NamedType, class "); - a.b0(this._class, L, ", name: "); - return a.D(L, this._name == null ? "null" : a.D(a.L("'"), this._name, "'"), "]"); + StringBuilder K = a.K("[NamedType, class "); + a.a0(this._class, K, ", name: "); + return a.C(K, this._name == null ? "null" : a.C(a.K("'"), this._name, "'"), "]"); } } diff --git a/app/src/main/java/c/g/a/c/e0/h/b.java b/app/src/main/java/c/g/a/c/e0/h/b.java index e84dca0ce9..35be8ed921 100644 --- a/app/src/main/java/c/g/a/c/e0/h/b.java +++ b/app/src/main/java/c/g/a/c/e0/h/b.java @@ -16,6 +16,6 @@ public class b extends d { /* renamed from: i */ public b h(d dVar) { - return this.b == dVar ? this : new b(this.a, dVar, this.f550c); + return this.b == dVar ? this : new b(this.a, dVar, this.f552c); } } diff --git a/app/src/main/java/c/g/a/c/e0/h/c.java b/app/src/main/java/c/g/a/c/e0/h/c.java index a774eb2632..b2c01a1000 100644 --- a/app/src/main/java/c/g/a/c/e0/h/c.java +++ b/app/src/main/java/c/g/a/c/e0/h/c.java @@ -8,21 +8,21 @@ import c.g.a.c.e0.g; public class c extends m { /* renamed from: c reason: collision with root package name */ - public final String f549c; + public final String f551c; public c(e eVar, d dVar, String str) { super(eVar, dVar); - this.f549c = str; + this.f551c = str; } @Override // c.g.a.c.e0.g public g a(d dVar) { - return this.b == dVar ? this : new c(this.a, dVar, this.f549c); + return this.b == dVar ? this : new c(this.a, dVar, this.f551c); } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f549c; + return this.f551c; } @Override // c.g.a.c.e0.g diff --git a/app/src/main/java/c/g/a/c/e0/h/d.java b/app/src/main/java/c/g/a/c/e0/h/d.java index 5826fe6a26..dbd783ab6e 100644 --- a/app/src/main/java/c/g/a/c/e0/h/d.java +++ b/app/src/main/java/c/g/a/c/e0/h/d.java @@ -6,16 +6,16 @@ import c.g.a.c.e0.e; public class d extends a { /* renamed from: c reason: collision with root package name */ - public final String f550c; + public final String f552c; public d(e eVar, c.g.a.c.d dVar, String str) { super(eVar, dVar); - this.f550c = str; + this.f552c = str; } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f550c; + return this.f552c; } @Override // c.g.a.c.e0.h.a, c.g.a.c.e0.g @@ -25,6 +25,6 @@ public class d extends a { /* renamed from: h */ public d g(c.g.a.c.d dVar) { - return this.b == dVar ? this : new d(this.a, dVar, this.f550c); + return this.b == dVar ? this : new d(this.a, dVar, this.f552c); } } diff --git a/app/src/main/java/c/g/a/c/e0/h/f.java b/app/src/main/java/c/g/a/c/e0/h/f.java index ae6a26ee16..679ab88975 100644 --- a/app/src/main/java/c/g/a/c/e0/h/f.java +++ b/app/src/main/java/c/g/a/c/e0/h/f.java @@ -69,11 +69,11 @@ public class f extends k { } else if (length == 1) { mVar2 = new m(new String[]{typeParameters[0].getName()}, new j[]{c2}, null); } else { - StringBuilder L = a.L("Cannot create TypeBindings for class "); - L.append(EnumSet.class.getName()); - L.append(" with 1 type parameter: class expects "); - L.append(length); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Cannot create TypeBindings for class "); + K.append(EnumSet.class.getName()); + K.append(" with 1 type parameter: class expects "); + K.append(length); + throw new IllegalArgumentException(K.toString()); } e eVar = (e) nVar.c(null, EnumSet.class, mVar2); if (mVar2.i()) { @@ -90,7 +90,7 @@ public class f extends k { if (!enumMap.isEmpty()) { cls2 = ((Enum) enumMap.keySet().iterator().next()).getDeclaringClass(); } else { - Field field2 = d.b.a.f574c; + Field field2 = d.b.a.f576c; if (field2 != null) { try { cls2 = (Class) field2.get(enumMap); @@ -103,7 +103,7 @@ public class f extends k { } Objects.requireNonNull(nVar); if (EnumMap.class == Properties.class) { - jVar2 = n.f569x; + jVar2 = n.f571x; jVar = jVar2; } else { m mVar3 = n.k; @@ -124,15 +124,15 @@ public class f extends k { if (length2 == 2) { mVar = new m(strArr3, jVarArr, null); } else { - StringBuilder L2 = a.L("Cannot create TypeBindings for class "); - L2.append(EnumMap.class.getName()); - L2.append(" with "); - L2.append(2); - L2.append(" type parameter"); - L2.append("s"); - L2.append(": class expects "); - L2.append(length2); - throw new IllegalArgumentException(L2.toString()); + StringBuilder K2 = a.K("Cannot create TypeBindings for class "); + K2.append(EnumMap.class.getName()); + K2.append(" with "); + K2.append(2); + K2.append(" type parameter"); + K2.append("s"); + K2.append(": class expects "); + K2.append(length2); + throw new IllegalArgumentException(K2.toString()); } } g gVar = (g) nVar.c(null, EnumMap.class, mVar); diff --git a/app/src/main/java/c/g/a/c/e0/h/h.java b/app/src/main/java/c/g/a/c/e0/h/h.java index eb1a68b08b..9fc7c68676 100644 --- a/app/src/main/java/c/g/a/c/e0/h/h.java +++ b/app/src/main/java/c/g/a/c/e0/h/h.java @@ -7,23 +7,23 @@ import c.g.a.c.j; public class h extends f { /* renamed from: c reason: collision with root package name */ - public final String f551c; + public final String f553c; public h(j jVar, n nVar, c cVar) { super(jVar, nVar, cVar); String name = jVar._class.getName(); int lastIndexOf = name.lastIndexOf(46); if (lastIndexOf < 0) { - this.f551c = "."; + this.f553c = "."; return; } - this.f551c = name.substring(0, lastIndexOf + 1); + this.f553c = name.substring(0, lastIndexOf + 1); name.substring(0, lastIndexOf); } @Override // c.g.a.c.e0.h.f, c.g.a.c.e0.e public String a(Object obj) { String name = obj.getClass().getName(); - return name.startsWith(this.f551c) ? name.substring(this.f551c.length() - 1) : name; + return name.startsWith(this.f553c) ? name.substring(this.f553c.length() - 1) : name; } } diff --git a/app/src/main/java/c/g/a/c/e0/h/j.java b/app/src/main/java/c/g/a/c/e0/h/j.java index bc8a8d9a51..ae6325e6ce 100644 --- a/app/src/main/java/c/g/a/c/e0/h/j.java +++ b/app/src/main/java/c/g/a/c/e0/h/j.java @@ -76,9 +76,9 @@ public class j implements f { } eVar = new l(vVar, jVar, concurrentHashMap, null); } else if (ordinal != 4) { - StringBuilder L = c.d.b.a.a.L("Do not know how to construct standard type id resolver for idType: "); - L.append(this._idType); - throw new IllegalStateException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Do not know how to construct standard type id resolver for idType: "); + K.append(this._idType); + throw new IllegalStateException(K.toString()); } } eVar = new f(jVar, vVar._base._typeFactory, cVar); @@ -108,9 +108,9 @@ public class j implements f { if (ordinal2 == 4) { return new b(eVar, null, this._typeProperty); } - StringBuilder L2 = c.d.b.a.a.L("Do not know how to construct standard type serializer for inclusion type: "); - L2.append(this._includeAs); - throw new IllegalStateException(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Do not know how to construct standard type serializer for inclusion type: "); + K2.append(this._includeAs); + throw new IllegalStateException(K2.toString()); } /* Return type fixed from 'c.g.a.c.e0.f' to match base method */ diff --git a/app/src/main/java/c/g/a/c/e0/h/l.java b/app/src/main/java/c/g/a/c/e0/h/l.java index debaae627d..929a197518 100644 --- a/app/src/main/java/c/g/a/c/e0/h/l.java +++ b/app/src/main/java/c/g/a/c/e0/h/l.java @@ -11,13 +11,13 @@ import java.util.concurrent.ConcurrentHashMap; public class l extends k { /* renamed from: c reason: collision with root package name */ - public final c.g.a.c.z.l f552c; + public final c.g.a.c.z.l f554c; public final ConcurrentHashMap d; public final Map e; public l(c.g.a.c.z.l lVar, j jVar, ConcurrentHashMap concurrentHashMap, HashMap hashMap) { super(jVar, lVar._base._typeFactory); - this.f552c = lVar; + this.f554c = lVar; this.d = concurrentHashMap; this.e = hashMap; lVar.q(p.ACCEPT_CASE_INSENSITIVE_VALUES); @@ -47,8 +47,8 @@ public class l extends k { String str = this.d.get(name); if (str == null) { Class cls2 = this.a.b(null, cls, n.k)._class; - if (this.f552c.p()) { - str = this.f552c.e().O(((q) this.f552c.o(cls2)).f); + if (this.f554c.p()) { + str = this.f554c.e().O(((q) this.f554c.o(cls2)).f); } if (str == null) { str = d(cls2); diff --git a/app/src/main/java/c/g/a/c/e0/h/m.java b/app/src/main/java/c/g/a/c/e0/h/m.java index 0f8e3126de..09d8dac068 100644 --- a/app/src/main/java/c/g/a/c/e0/h/m.java +++ b/app/src/main/java/c/g/a/c/e0/h/m.java @@ -24,13 +24,13 @@ public abstract class m extends g { @Override // c.g.a.c.e0.g public b e(c.g.a.b.d dVar, b bVar) throws IOException { - if (bVar.f527c == null) { + if (bVar.f529c == null) { Object obj = bVar.a; Class cls = bVar.b; - bVar.f527c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); + bVar.f529c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); } Objects.requireNonNull(dVar); - Object obj2 = bVar.f527c; + Object obj2 = bVar.f529c; h hVar = bVar.f; String valueOf = obj2 instanceof String ? (String) obj2 : String.valueOf(obj2); bVar.g = true; @@ -81,7 +81,7 @@ public abstract class m extends g { if (h != 4) { dVar.w(); } else { - Object obj = bVar.f527c; + Object obj = bVar.f529c; String valueOf = obj instanceof String ? (String) obj : String.valueOf(obj); dVar.z(bVar.d); dVar.l0(valueOf); diff --git a/app/src/main/java/c/g/a/c/g0/a.java b/app/src/main/java/c/g/a/c/g0/a.java index 883b88863c..e45af666c9 100644 --- a/app/src/main/java/c/g/a/c/g0/a.java +++ b/app/src/main/java/c/g/a/c/g0/a.java @@ -12,13 +12,13 @@ public class a { public final i b; /* renamed from: c reason: collision with root package name */ - public n f553c; + public n f555c; public t d; public a(d dVar, i iVar, n nVar) { this.b = iVar; this.a = dVar; - this.f553c = nVar; + this.f555c = nVar; if (nVar instanceof t) { this.d = (t) nVar; } @@ -32,7 +32,7 @@ public class a { if (tVar != null) { tVar.u((Map) j, dVar, xVar); } else { - this.f553c.f(j, dVar, xVar); + this.f555c.f(j, dVar, xVar); } } else { xVar.f(this.a.getType(), String.format("Value returned by 'any-getter' %s() not java.util.Map but %s", this.b.c(), j.getClass().getName())); diff --git a/app/src/main/java/c/g/a/c/g0/b.java b/app/src/main/java/c/g/a/c/g0/b.java index 99bc629267..347fd82fc3 100644 --- a/app/src/main/java/c/g/a/c/g0/b.java +++ b/app/src/main/java/c/g/a/c/g0/b.java @@ -185,7 +185,7 @@ public abstract class b extends q implements Serializable { } else if (cls == Character.TYPE) { cls = Character.class; } else { - throw new IllegalArgumentException(a.i(cls, a.L("Class "), " is not a primitive type")); + throw new IllegalArgumentException(a.h(cls, a.K("Class "), " is not a primitive type")); } } if (cls == Integer.class) { @@ -210,7 +210,7 @@ public abstract class b extends q implements Serializable { H = aVar; } if (H == null) { - c.g.a.c.c0.b0 b0Var = qVar.f543c; + c.g.a.c.c0.b0 b0Var = qVar.f545c; if (b0Var != null) { if (!b0Var.i) { b0Var.h(); diff --git a/app/src/main/java/c/g/a/c/g0/c.java b/app/src/main/java/c/g/a/c/g0/c.java index 2a3f6a8c60..4d682e9235 100644 --- a/app/src/main/java/c/g/a/c/g0/c.java +++ b/app/src/main/java/c/g/a/c/g0/c.java @@ -335,9 +335,9 @@ public class c extends n implements Serializable { if (this._serializer == null) { sb.append(", no static serializer"); } else { - StringBuilder L = c.d.b.a.a.L(", static serializer of type "); - L.append(this._serializer.getClass().getName()); - sb.append(L.toString()); + StringBuilder K = c.d.b.a.a.K(", static serializer of type "); + K.append(this._serializer.getClass().getName()); + sb.append(K.toString()); } sb.append(')'); return sb.toString(); diff --git a/app/src/main/java/c/g/a/c/g0/d.java b/app/src/main/java/c/g/a/c/g0/d.java index a7b4ea0af7..38877aae74 100644 --- a/app/src/main/java/c/g/a/c/g0/d.java +++ b/app/src/main/java/c/g/a/c/g0/d.java @@ -60,9 +60,9 @@ public class d extends c.g.a.c.g0.u.d { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("BeanSerializer for "); - L.append(this._handledType.getName()); - return L.toString(); + StringBuilder K = a.K("BeanSerializer for "); + K.append(this._handledType.getName()); + return K.toString(); } @Override // c.g.a.c.g0.u.d diff --git a/app/src/main/java/c/g/a/c/g0/e.java b/app/src/main/java/c/g/a/c/g0/e.java index 84e321868d..b2ff75273e 100644 --- a/app/src/main/java/c/g/a/c/g0/e.java +++ b/app/src/main/java/c/g/a/c/g0/e.java @@ -14,7 +14,7 @@ public class e { public final c b; /* renamed from: c reason: collision with root package name */ - public v f554c; + public v f556c; public List d = Collections.emptyList(); public c[] e; public a f; @@ -28,20 +28,20 @@ public class e { public n a() { c[] cVarArr; - if (this.h != null && this.f554c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { - this.h.f(this.f554c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + if (this.h != null && this.f556c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + this.h.f(this.f556c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } a aVar = this.f; if (aVar != null) { - aVar.b.f(this.f554c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + aVar.b.f(this.f556c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } List list = this.d; if (list != null && !list.isEmpty()) { List list2 = this.d; cVarArr = (c[]) list2.toArray(new c[list2.size()]); - if (this.f554c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + if (this.f556c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { for (c cVar : cVarArr) { - cVar._member.f(this.f554c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + cVar._member.f(this.f556c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } } } else if (this.f == null && this.i == null) { diff --git a/app/src/main/java/c/g/a/c/g0/f.java b/app/src/main/java/c/g/a/c/g0/f.java index 177c7d0bd3..4739a92fe6 100644 --- a/app/src/main/java/c/g/a/c/g0/f.java +++ b/app/src/main/java/c/g/a/c/g0/f.java @@ -106,14 +106,14 @@ public class f extends b implements Serializable { Objects.requireNonNull(qVar.d._base); eVar = (e) d.g(cls, qVar.d.b()); } else { - throw new IllegalStateException(a.i(cls, a.L("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.h(cls, a.K("AnnotationIntrospector returned Class "), "; expected Class")); } } } else { - StringBuilder L = a.L("AnnotationIntrospector returned Converter definition of type "); - L.append(H.getClass().getName()); - L.append("; expected type Converter or Class instead"); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("AnnotationIntrospector returned Converter definition of type "); + K.append(H.getClass().getName()); + K.append("; expected type Converter or Class instead"); + throw new IllegalStateException(K.toString()); } } if (eVar == null) { @@ -234,13 +234,13 @@ public class f extends b implements Serializable { } c.g.a.c.i0.d.w(e); c.g.a.c.i0.d.x(e); - StringBuilder L = a.L("Failed to instantiate bean of type "); - L.append(qVar.f.k.getName()); - L.append(": ("); - L.append(e.getClass().getName()); - L.append(") "); - L.append(c.g.a.c.i0.d.h(e)); - throw new IllegalArgumentException(L.toString(), e); + StringBuilder K = a.K("Failed to instantiate bean of type "); + K.append(qVar.f.k.getName()); + K.append(": ("); + K.append(e.getClass().getName()); + K.append(") "); + K.append(c.g.a.c.i0.d.h(e)); + throw new IllegalArgumentException(K.toString(), e); } } if (obj4 == null) { @@ -266,11 +266,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f533s, e, y2, c2, a, z3, obj, i); - q = lVar.f555c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f535s, e, y2, c2, a, z3, obj, i); + q = lVar.f557c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f555c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f557c.Q(iVar); if (Q == null) { } } @@ -282,10 +282,10 @@ public class f extends b implements Serializable { } c.g.a.c.i0.d.w(e); c.g.a.c.i0.d.x(e); - StringBuilder Q2 = a.Q("Failed to get property '", p, "' of default "); - Q2.append(obj5.getClass().getName()); - Q2.append(" instance"); - throw new IllegalArgumentException(Q2.toString()); + StringBuilder P = a.P("Failed to get property '", p, "' of default "); + P.append(obj5.getClass().getName()); + P.append(" instance"); + throw new IllegalArgumentException(P.toString()); } } } @@ -314,12 +314,12 @@ public class f extends b implements Serializable { } i = qVar2.g; } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f533s, e, y2, c2, a, z3, obj, i); - q = lVar.f555c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f535s, e, y2, c2, a, z3, obj, i); + q = lVar.f557c.q(iVar); if (q != null) { cVar2.e(xVar.H(iVar, q)); } - c.g.a.c.i0.n Q = lVar.f555c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f557c.Q(iVar); return Q == null ? new c.g.a.c.g0.t.s(cVar2, Q) : cVar2; } } @@ -336,11 +336,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f533s, e, y2, c2, a, z3, obj, i); - q = lVar.f555c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f535s, e, y2, c2, a, z3, obj, i); + q = lVar.f557c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f555c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f557c.Q(iVar); if (Q == null) { } } @@ -349,11 +349,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f533s, e, y2, c2, a, z3, obj, i); - q = lVar.f555c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f535s, e, y2, c2, a, z3, obj, i); + q = lVar.f557c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f555c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f557c.Q(iVar); if (Q == null) { } } else { @@ -367,11 +367,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f533s, e, y2, c2, a, z3, obj, i); - q = lVar.f555c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f535s, e, y2, c2, a, z3, obj, i); + q = lVar.f557c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f555c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f557c.Q(iVar); if (Q == null) { } } else { @@ -381,11 +381,11 @@ public class f extends b implements Serializable { i = sVar.i(); if (i == null) { } - c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f533s, e, y2, c2, a, z3, obj, i); - q = lVar.f555c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f535s, e, y2, c2, a, z3, obj, i); + q = lVar.f557c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f555c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f557c.Q(iVar); if (Q == null) { } } @@ -961,7 +961,7 @@ public class f extends b implements Serializable { } else { v vVar9 = xVar._config; e eVar2 = new e(cVar3); - eVar2.f554c = vVar9; + eVar2.f556c = vVar9; c.g.a.c.c0.q qVar3 = (c.g.a.c.c0.q) cVar3; List d5 = qVar3.d(); v vVar10 = xVar._config; @@ -1032,11 +1032,11 @@ public class f extends b implements Serializable { } else if (eVar2.h == null) { eVar2.h = j; } else { - StringBuilder L = a.L("Multiple type ids specified with "); - L.append(eVar2.h); - L.append(" and "); - L.append(j); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Multiple type ids specified with "); + K.append(eVar2.h); + K.append(" and "); + K.append(j); + throw new IllegalArgumentException(K.toString()); } } z4 = z13; @@ -1095,7 +1095,7 @@ public class f extends b implements Serializable { if (set != null || (d6 != null && !d6.isEmpty())) { Iterator it5 = arrayList.iterator(); while (it5.hasNext()) { - if (AnimatableValueParser.A2(((c) it5.next())._name._value, d6, set)) { + if (AnimatableValueParser.B2(((c) it5.next())._name._value, d6, set)) { it5.remove(); } } @@ -1110,7 +1110,7 @@ public class f extends b implements Serializable { if (a0Var == null) { jVar2 = null; } else { - Class> cls12 = a0Var.f530c; + Class> cls12 = a0Var.f532c; if (cls12 == l0.class) { String str4 = a0Var.b._simpleName; int size3 = arrayList.size(); @@ -1134,7 +1134,7 @@ public class f extends b implements Serializable { eVar2.i = jVar2; eVar2.d = arrayList; eVar2.g = vVar9.e().g(qVar3.f); - b0 b0Var = qVar3.f543c; + b0 b0Var = qVar3.f545c; if (b0Var != null) { if (!b0Var.i) { b0Var.h(); @@ -1149,7 +1149,7 @@ public class f extends b implements Serializable { throw null; } if (iVar == null) { - b0 b0Var2 = qVar3.f543c; + b0 b0Var2 = qVar3.f545c; if (!b0Var2.i) { b0Var2.h(); } @@ -1234,7 +1234,7 @@ public class f extends b implements Serializable { nVar = CharSequence.class.isAssignableFrom(cls13) ? t0.j : null; } if (nVar == null) { - if (qVar3.f.f533s.size() > 0) { + if (qVar3.f.f535s.size() > 0) { nVar = new d(eVar2.b.a, eVar2, c.g.a.c.g0.u.d.j, null); } } diff --git a/app/src/main/java/c/g/a/c/g0/j.java b/app/src/main/java/c/g/a/c/g0/j.java index d37a57aef9..96a54e1ee8 100644 --- a/app/src/main/java/c/g/a/c/g0/j.java +++ b/app/src/main/java/c/g/a/c/g0/j.java @@ -91,18 +91,18 @@ public abstract class j extends x implements Serializable { nVar = (n) c.g.a.c.i0.d.g(cls, this._config.b()); } else { c.g.a.c.j e = bVar.e(); - StringBuilder L = c.d.b.a.a.L("AnnotationIntrospector returned Class "); - L.append(cls.getName()); - L.append("; expected Class"); - f(e, L.toString()); + StringBuilder K = c.d.b.a.a.K("AnnotationIntrospector returned Class "); + K.append(cls.getName()); + K.append("; expected Class"); + f(e, K.toString()); throw null; } } else { c.g.a.c.j e2 = bVar.e(); - StringBuilder L2 = c.d.b.a.a.L("AnnotationIntrospector returned serializer definition of type "); - L2.append(obj.getClass().getName()); - L2.append("; expected type JsonSerializer or Class instead"); - f(e2, L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("AnnotationIntrospector returned serializer definition of type "); + K2.append(obj.getClass().getName()); + K2.append("; expected type JsonSerializer or Class instead"); + f(e2, K2.toString()); throw null; } if (nVar instanceof o) { @@ -134,10 +134,10 @@ public abstract class j extends x implements Serializable { } String h = c.g.a.c.i0.d.h(exc); if (h == null) { - StringBuilder L = c.d.b.a.a.L("[no message for "); - L.append(exc.getClass().getName()); - L.append("]"); - h = L.toString(); + StringBuilder K = c.d.b.a.a.K("[no message for "); + K.append(exc.getClass().getName()); + K.append("]"); + h = K.toString(); } return new JsonMappingException(dVar, h, exc); } @@ -164,13 +164,13 @@ public abstract class j extends x implements Serializable { m mVar = this._knownSerializers; m.a aVar = mVar.a[mVar.b & (cls.getName().hashCode() + 1)]; if (aVar != null) { - if (!(aVar.f559c == cls && aVar.e)) { + if (!(aVar.f561c == cls && aVar.e)) { while (true) { aVar = aVar.b; if (aVar == null) { break; } - if (aVar.f559c != cls || !aVar.e) { + if (aVar.f561c != cls || !aVar.e) { z2 = false; continue; } else { diff --git a/app/src/main/java/c/g/a/c/g0/l.java b/app/src/main/java/c/g/a/c/g0/l.java index 5f23dc8ef9..3fab474c08 100644 --- a/app/src/main/java/c/g/a/c/g0/l.java +++ b/app/src/main/java/c/g/a/c/g0/l.java @@ -14,7 +14,7 @@ public class l { public final c b; /* renamed from: c reason: collision with root package name */ - public final b f555c; + public final b f557c; public Object d; public final p.b e; public final boolean f; @@ -30,30 +30,30 @@ public class l { p.b bVar3 = vVar._configOverrides._defaultInclusion; this.e = bVar3 == null ? bVar2 : bVar3.a(bVar2); this.f = bVar2._valueInclusion == p.a.NON_DEFAULT; - this.f555c = vVar.e(); + this.f557c = vVar.e(); } public j a(c.g.a.c.c0.b bVar, boolean z2, j jVar) throws JsonMappingException { - j e02 = this.f555c.e0(this.a, bVar, jVar); + j e02 = this.f557c.e0(this.a, bVar, jVar); boolean z3 = true; if (e02 != jVar) { Class cls = e02._class; Class cls2 = jVar._class; if (!cls.isAssignableFrom(cls2) && !cls2.isAssignableFrom(cls)) { - StringBuilder L = a.L("Illegal concrete-type annotation for method '"); - L.append(bVar.c()); - L.append("': class "); - L.append(cls.getName()); - L.append(" not a super-type of (declared) class "); - L.append(cls2.getName()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Illegal concrete-type annotation for method '"); + K.append(bVar.c()); + K.append("': class "); + K.append(cls.getName()); + K.append(" not a super-type of (declared) class "); + K.append(cls2.getName()); + throw new IllegalArgumentException(K.toString()); } z2 = true; jVar = e02; } - e.b K = this.f555c.K(bVar); - if (!(K == null || K == e.b.DEFAULT_TYPING)) { - if (K != e.b.STATIC) { + e.b K2 = this.f557c.K(bVar); + if (!(K2 == null || K2 == e.b.DEFAULT_TYPING)) { + if (K2 != e.b.STATIC) { z3 = false; } z2 = z3; diff --git a/app/src/main/java/c/g/a/c/g0/t/b.java b/app/src/main/java/c/g/a/c/g0/t/b.java index 0393e3d442..f9019a69d6 100644 --- a/app/src/main/java/c/g/a/c/g0/t/b.java +++ b/app/src/main/java/c/g/a/c/g0/t/b.java @@ -77,9 +77,9 @@ public class b extends d { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("BeanAsArraySerializer for "); - L.append(this._handledType.getName()); - return L.toString(); + StringBuilder K = a.K("BeanAsArraySerializer for "); + K.append(this._handledType.getName()); + return K.toString(); } @Override // c.g.a.c.g0.u.d diff --git a/app/src/main/java/c/g/a/c/g0/t/i.java b/app/src/main/java/c/g/a/c/g0/t/i.java index 5fb6bdeba5..a5eb2eeb7b 100644 --- a/app/src/main/java/c/g/a/c/g0/t/i.java +++ b/app/src/main/java/c/g/a/c/g0/t/i.java @@ -231,7 +231,7 @@ public class i extends h> implements c.g.a.c.g0.i { try { nVar.f(value, dVar, xVar); } catch (Exception e) { - o(xVar, e, entry, c.d.b.a.a.s("", key)); + o(xVar, e, entry, c.d.b.a.a.r("", key)); throw null; } } else { diff --git a/app/src/main/java/c/g/a/c/g0/t/j.java b/app/src/main/java/c/g/a/c/g0/t/j.java index e372018803..51f76bfe80 100644 --- a/app/src/main/java/c/g/a/c/g0/t/j.java +++ b/app/src/main/java/c/g/a/c/g0/t/j.java @@ -10,14 +10,14 @@ public final class j { public final k b; /* renamed from: c reason: collision with root package name */ - public final i0 f556c; + public final i0 f558c; public final n d; public final boolean e; public j(c.g.a.c.j jVar, k kVar, i0 i0Var, n nVar, boolean z2) { this.a = jVar; this.b = kVar; - this.f556c = i0Var; + this.f558c = i0Var; this.d = nVar; this.e = z2; } diff --git a/app/src/main/java/c/g/a/c/g0/t/k.java b/app/src/main/java/c/g/a/c/g0/t/k.java index 97ae24d04f..30e59c83f0 100644 --- a/app/src/main/java/c/g/a/c/g0/t/k.java +++ b/app/src/main/java/c/g/a/c/g0/t/k.java @@ -44,11 +44,11 @@ public class k extends l0 { } catch (RuntimeException e) { throw e; } catch (Exception e2) { - StringBuilder L = a.L("Problem accessing property '"); - L.append(this._property._name._value); - L.append("': "); - L.append(e2.getMessage()); - throw new IllegalStateException(L.toString(), e2); + StringBuilder K = a.K("Problem accessing property '"); + K.append(this._property._name._value); + K.append("': "); + K.append(e2.getMessage()); + throw new IllegalStateException(K.toString(), e2); } } diff --git a/app/src/main/java/c/g/a/c/g0/t/l.java b/app/src/main/java/c/g/a/c/g0/t/l.java index e1e9c39b65..7664c3239c 100644 --- a/app/src/main/java/c/g/a/c/g0/t/l.java +++ b/app/src/main/java/c/g/a/c/g0/t/l.java @@ -14,7 +14,7 @@ public abstract class l { public final Class b; /* renamed from: c reason: collision with root package name */ - public final Class f557c; + public final Class f559c; public final n d; public final n e; @@ -22,13 +22,13 @@ public abstract class l { super(lVar); this.b = cls; this.d = nVar; - this.f557c = cls2; + this.f559c = cls2; this.e = nVar2; } @Override // c.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new c(this, new f[]{new f(this.b, this.d), new f(this.f557c, this.e), new f(cls, nVar)}); + return new c(this, new f[]{new f(this.b, this.d), new f(this.f559c, this.e), new f(cls, nVar)}); } @Override // c.g.a.c.g0.t.l @@ -36,7 +36,7 @@ public abstract class l { if (cls == this.b) { return this.d; } - if (cls == this.f557c) { + if (cls == this.f559c) { return this.e; } return null; @@ -190,23 +190,23 @@ public abstract class l { public final Class b; /* renamed from: c reason: collision with root package name */ - public final n f558c; + public final n f560c; public e(l lVar, Class cls, n nVar) { super(lVar); this.b = cls; - this.f558c = nVar; + this.f560c = nVar; } @Override // c.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new a(this, this.b, this.f558c, cls, nVar); + return new a(this, this.b, this.f560c, cls, nVar); } @Override // c.g.a.c.g0.t.l public n c(Class cls) { if (cls == this.b) { - return this.f558c; + return this.f560c; } return null; } diff --git a/app/src/main/java/c/g/a/c/g0/t/m.java b/app/src/main/java/c/g/a/c/g0/t/m.java index c7d1c7daf2..80653b3bca 100644 --- a/app/src/main/java/c/g/a/c/g0/t/m.java +++ b/app/src/main/java/c/g/a/c/g0/t/m.java @@ -15,7 +15,7 @@ public final class m { public final a b; /* renamed from: c reason: collision with root package name */ - public final Class f559c; + public final Class f561c; public final j d; public final boolean e; @@ -23,8 +23,8 @@ public final class m { this.b = aVar; this.a = nVar; this.e = uVar.d; - this.f559c = uVar.b; - this.d = uVar.f577c; + this.f561c = uVar.b; + this.d = uVar.f579c; } } @@ -75,7 +75,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f559c == cls && !aVar.e) { + if (aVar.f561c == cls && !aVar.e) { return aVar.a; } do { @@ -83,7 +83,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f559c != cls || aVar.e) { + if (aVar.f561c != cls || aVar.e) { z2 = false; continue; } else { diff --git a/app/src/main/java/c/g/a/c/g0/t/t.java b/app/src/main/java/c/g/a/c/g0/t/t.java index 6bcc504eba..96a1cd53ee 100644 --- a/app/src/main/java/c/g/a/c/g0/t/t.java +++ b/app/src/main/java/c/g/a/c/g0/t/t.java @@ -89,9 +89,9 @@ public class t extends d implements Serializable { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("UnwrappingBeanSerializer for "); - L.append(this._handledType.getName()); - return L.toString(); + StringBuilder K = a.K("UnwrappingBeanSerializer for "); + K.append(this._handledType.getName()); + return K.toString(); } @Override // c.g.a.c.g0.u.d diff --git a/app/src/main/java/c/g/a/c/g0/t/u.java b/app/src/main/java/c/g/a/c/g0/t/u.java index cd42656bff..e771fea669 100644 --- a/app/src/main/java/c/g/a/c/g0/t/u.java +++ b/app/src/main/java/c/g/a/c/g0/t/u.java @@ -11,7 +11,7 @@ public final class u { public Object b; /* renamed from: c reason: collision with root package name */ - public boolean f560c = false; + public boolean f562c = false; public u(i0 i0Var) { this.a = i0Var; @@ -21,7 +21,7 @@ public final class u { if (this.b == null) { return false; } - if (!this.f560c && !jVar.e) { + if (!this.f562c && !jVar.e) { return false; } Objects.requireNonNull(dVar); diff --git a/app/src/main/java/c/g/a/c/g0/u/d.java b/app/src/main/java/c/g/a/c/g0/u/d.java index ea7b616dc6..fbe5dc0de3 100644 --- a/app/src/main/java/c/g/a/c/g0/u/d.java +++ b/app/src/main/java/c/g/a/c/g0/u/d.java @@ -67,7 +67,7 @@ public abstract class d extends q0 implements i, o { ArrayList arrayList2 = cVarArr2 == null ? null : new ArrayList(length); for (int i = 0; i < length; i++) { c cVar = cVarArr[i]; - if (!AnimatableValueParser.A2(cVar._name._value, set, set2)) { + if (!AnimatableValueParser.B2(cVar._name._value, set, set2)) { arrayList.add(cVar); if (cVarArr2 != null) { arrayList2.add(cVarArr2[i]); @@ -172,7 +172,7 @@ public abstract class d extends q0 implements i, o { a0 r = v.r(member); if (r != null) { a0 s3 = v.s(member, r); - Class> cls2 = s3.f530c; + Class> cls2 = s3.f532c; j jVar3 = xVar.d().i(xVar.b(cls2), i0.class)[0]; if (cls2 == l0.class) { String str = s3.b._simpleName; @@ -203,7 +203,7 @@ public abstract class d extends q0 implements i, o { jVar2 = this._objectIdWriter; boolean z2 = s2.f; if (z2 != jVar2.e) { - jVar2 = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f556c, jVar2.d, z2); + jVar2 = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f558c, jVar2.d, z2); } } i = 0; @@ -232,7 +232,7 @@ public abstract class d extends q0 implements i, o { } else { dVar2 = this; } - if (!(jVar2 == null || (jVar = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f556c, xVar.t(jVar2.a, dVar), jVar2.e)) == this._objectIdWriter)) { + if (!(jVar2 == null || (jVar = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f558c, xVar.t(jVar2.a, dVar), jVar2.e)) == this._objectIdWriter)) { dVar2 = dVar2.x(jVar); } if ((set != null && !set.isEmpty()) || set2 != null) { @@ -309,10 +309,10 @@ public abstract class d extends q0 implements i, o { } a aVar = this._anyGetterWriter; if (aVar != null) { - c.g.a.c.n nVar3 = aVar.f553c; + c.g.a.c.n nVar3 = aVar.f555c; if (nVar3 instanceof c.g.a.c.g0.i) { c.g.a.c.n y2 = xVar.y(nVar3, aVar.a); - aVar.f553c = y2; + aVar.f555c = y2; if (y2 instanceof t) { aVar.d = (t) y2; } @@ -349,7 +349,7 @@ public abstract class d extends q0 implements i, o { public final void p(Object obj, c.g.a.b.d dVar, x xVar, g gVar) throws IOException { c.g.a.c.g0.t.j jVar = this._objectIdWriter; - u p = xVar.p(obj, jVar.f556c); + u p = xVar.p(obj, jVar.f558c); if (!p.a(dVar, xVar, jVar)) { if (p.b == null) { p.b = p.a.c(obj); @@ -362,7 +362,7 @@ public abstract class d extends q0 implements i, o { c.g.a.c.g0.t.j jVar2 = this._objectIdWriter; c.g.a.b.s.b r = r(gVar, obj, c.g.a.b.h.START_OBJECT); gVar.e(dVar, r); - p.f560c = true; + p.f562c = true; Objects.requireNonNull(dVar); c.g.a.b.k kVar = jVar2.b; if (kVar != null) { @@ -382,7 +382,7 @@ public abstract class d extends q0 implements i, o { public final void q(Object obj, c.g.a.b.d dVar, x xVar, boolean z2) throws IOException { c.g.a.c.g0.t.j jVar = this._objectIdWriter; - u p = xVar.p(obj, jVar.f556c); + u p = xVar.p(obj, jVar.f558c); if (!p.a(dVar, xVar, jVar)) { if (p.b == null) { p.b = p.a.c(obj); @@ -395,7 +395,7 @@ public abstract class d extends q0 implements i, o { if (z2) { dVar.e0(obj); } - p.f560c = true; + p.f562c = true; c.g.a.b.k kVar = jVar.b; if (kVar != null) { dVar.x(kVar); @@ -425,7 +425,7 @@ public abstract class d extends q0 implements i, o { j2 = ""; } c.g.a.b.s.b d = gVar.d(obj, hVar); - d.f527c = j2; + d.f529c = j2; return d; } diff --git a/app/src/main/java/c/g/a/c/g0/u/l.java b/app/src/main/java/c/g/a/c/g0/u/l.java index d4225210ea..2cef6e36db 100644 --- a/app/src/main/java/c/g/a/c/g0/u/l.java +++ b/app/src/main/java/c/g/a/c/g0/u/l.java @@ -102,9 +102,9 @@ public abstract class l extends p0 implements i { if (xVar != null) { return xVar.D(w.WRITE_DATES_AS_TIMESTAMPS); } - StringBuilder L = c.d.b.a.a.L("Null SerializerProvider passed for "); - L.append(this._handledType.getName()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Null SerializerProvider passed for "); + K.append(this._handledType.getName()); + throw new IllegalArgumentException(K.toString()); } public void q(Date date, c.g.a.b.d dVar, x xVar) throws IOException { diff --git a/app/src/main/java/c/g/a/c/g0/u/q.java b/app/src/main/java/c/g/a/c/g0/u/q.java index e99aab3d83..9443a4e101 100644 --- a/app/src/main/java/c/g/a/c/g0/u/q.java +++ b/app/src/main/java/c/g/a/c/g0/u/q.java @@ -39,10 +39,10 @@ public class q extends p0 { if (indexOf >= 0) { if (indexOf == 0) { if (address instanceof Inet6Address) { - StringBuilder L = a.L("["); - L.append(hostName.substring(1)); - L.append("]"); - str = L.toString(); + StringBuilder K = a.K("["); + K.append(hostName.substring(1)); + K.append("]"); + str = K.toString(); } else { str = hostName.substring(1); } @@ -51,8 +51,8 @@ public class q extends p0 { hostName = hostName.substring(0, indexOf); } } - StringBuilder P = a.P(hostName, ":"); - P.append(inetSocketAddress.getPort()); - dVar.l0(P.toString()); + StringBuilder O = a.O(hostName, ":"); + O.append(inetSocketAddress.getPort()); + dVar.l0(O.toString()); } } diff --git a/app/src/main/java/c/g/a/c/g0/u/s.java b/app/src/main/java/c/g/a/c/g0/u/s.java index 4aaa3d9b6b..d481d047c5 100644 --- a/app/src/main/java/c/g/a/c/g0/u/s.java +++ b/app/src/main/java/c/g/a/c/g0/u/s.java @@ -198,11 +198,11 @@ public class s extends q0 implements i { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("(@JsonValue serializer for method "); - L.append(this._accessor.g()); - L.append("#"); - L.append(this._accessor.c()); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("(@JsonValue serializer for method "); + K.append(this._accessor.g()); + K.append("#"); + K.append(this._accessor.c()); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/g/a/c/h0/a.java b/app/src/main/java/c/g/a/c/h0/a.java index 94c1d311c4..d171ba032d 100644 --- a/app/src/main/java/c/g/a/c/h0/a.java +++ b/app/src/main/java/c/g/a/c/h0/a.java @@ -89,10 +89,10 @@ public final class a extends l { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("[array type, component type: "); - L.append(this._componentType); - L.append("]"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("[array type, component type: "); + K.append(this._componentType); + K.append("]"); + return K.toString(); } @Override // c.g.a.c.j diff --git a/app/src/main/java/c/g/a/c/h0/c.java b/app/src/main/java/c/g/a/c/h0/c.java index acc7335ee6..047f85f71c 100644 --- a/app/src/main/java/c/g/a/c/h0/c.java +++ b/app/src/main/java/c/g/a/c/h0/c.java @@ -8,7 +8,7 @@ public final class c { public final Class b; /* renamed from: c reason: collision with root package name */ - public ArrayList f565c; + public ArrayList f567c; public c(c cVar, Class cls) { this.a = cVar; @@ -21,15 +21,15 @@ public final class c { } public String toString() { - StringBuilder L = a.L("[ClassStack (self-refs: "); - ArrayList arrayList = this.f565c; - L.append(arrayList == null ? "0" : String.valueOf(arrayList.size())); - L.append(')'); + StringBuilder K = a.K("[ClassStack (self-refs: "); + ArrayList arrayList = this.f567c; + K.append(arrayList == null ? "0" : String.valueOf(arrayList.size())); + K.append(')'); for (c cVar = this; cVar != null; cVar = cVar.a) { - L.append(' '); - L.append(cVar.b.getName()); + K.append(' '); + K.append(cVar.b.getName()); } - L.append(']'); - return L.toString(); + K.append(']'); + return K.toString(); } } diff --git a/app/src/main/java/c/g/a/c/h0/d.java b/app/src/main/java/c/g/a/c/h0/d.java index 995e613375..d943f79512 100644 --- a/app/src/main/java/c/g/a/c/h0/d.java +++ b/app/src/main/java/c/g/a/c/h0/d.java @@ -101,11 +101,11 @@ public class d extends l { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("[collection-like type; class "); - a.b0(this._class, L, ", contains "); - L.append(this._elementType); - L.append("]"); - return L.toString(); + StringBuilder K = a.K("[collection-like type; class "); + a.a0(this._class, K, ", contains "); + K.append(this._elementType); + K.append("]"); + return K.toString(); } @Override // c.g.a.c.j diff --git a/app/src/main/java/c/g/a/c/h0/e.java b/app/src/main/java/c/g/a/c/h0/e.java index 5d9b32b94b..dfc1de8679 100644 --- a/app/src/main/java/c/g/a/c/h0/e.java +++ b/app/src/main/java/c/g/a/c/h0/e.java @@ -42,10 +42,10 @@ public final class e extends d { @Override // c.g.a.c.h0.d, java.lang.Object public String toString() { - StringBuilder L = a.L("[collection type; class "); - a.b0(this._class, L, ", contains "); - L.append(this._elementType); - L.append("]"); - return L.toString(); + StringBuilder K = a.K("[collection type; class "); + a.a0(this._class, K, ", contains "); + K.append(this._elementType); + K.append("]"); + return K.toString(); } } diff --git a/app/src/main/java/c/g/a/c/h0/g.java b/app/src/main/java/c/g/a/c/h0/g.java index 418498d07e..01bdbdaaf7 100644 --- a/app/src/main/java/c/g/a/c/h0/g.java +++ b/app/src/main/java/c/g/a/c/h0/g.java @@ -51,12 +51,12 @@ public final class g extends f { @Override // c.g.a.c.h0.f, java.lang.Object public String toString() { - StringBuilder L = a.L("[map type; class "); - a.b0(this._class, L, ", "); - L.append(this._keyType); - L.append(" -> "); - L.append(this._valueType); - L.append("]"); - return L.toString(); + StringBuilder K = a.K("[map type; class "); + a.a0(this._class, K, ", "); + K.append(this._keyType); + K.append(" -> "); + K.append(this._valueType); + K.append("]"); + return K.toString(); } } diff --git a/app/src/main/java/c/g/a/c/h0/h.java b/app/src/main/java/c/g/a/c/h0/h.java index 53fb0cc214..b2fca5a1c6 100644 --- a/app/src/main/java/c/g/a/c/h0/h.java +++ b/app/src/main/java/c/g/a/c/h0/h.java @@ -55,9 +55,9 @@ public class h extends l { } public final T L() { - StringBuilder L = a.L("Operation should not be attempted on "); - L.append(h.class.getName()); - throw new UnsupportedOperationException(L.toString()); + StringBuilder K = a.K("Operation should not be attempted on "); + K.append(h.class.getName()); + throw new UnsupportedOperationException(K.toString()); } @Override // c.g.a.c.j, java.lang.Object diff --git a/app/src/main/java/c/g/a/c/h0/l.java b/app/src/main/java/c/g/a/c/h0/l.java index 4d4b5e4fb9..01a74c4e1a 100644 --- a/app/src/main/java/c/g/a/c/h0/l.java +++ b/app/src/main/java/c/g/a/c/h0/l.java @@ -62,9 +62,9 @@ public abstract class l extends j implements m { } else if (cls == Void.TYPE) { sb.append('V'); } else { - StringBuilder L = a.L("Unrecognized primitive type: "); - L.append(cls.getName()); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Unrecognized primitive type: "); + K.append(cls.getName()); + throw new IllegalStateException(K.toString()); } return sb; } diff --git a/app/src/main/java/c/g/a/c/h0/m.java b/app/src/main/java/c/g/a/c/h0/m.java index 136df602d1..a39ee7a1a5 100644 --- a/app/src/main/java/c/g/a/c/h0/m.java +++ b/app/src/main/java/c/g/a/c/h0/m.java @@ -30,12 +30,12 @@ public class m implements Serializable { public final j[] b; /* renamed from: c reason: collision with root package name */ - public final int f566c; + public final int f568c; public a(Class cls, j[] jVarArr, int i) { this.a = cls; this.b = jVarArr; - this.f566c = i; + this.f568c = i; } public boolean equals(Object obj) { @@ -46,7 +46,7 @@ public class m implements Serializable { return false; } a aVar = (a) obj; - if (this.f566c == aVar.f566c && this.a == aVar.a) { + if (this.f568c == aVar.f568c && this.a == aVar.a) { j[] jVarArr = aVar.b; int length = this.b.length; if (length == jVarArr.length) { @@ -62,11 +62,11 @@ public class m implements Serializable { } public int hashCode() { - return this.f566c; + return this.f568c; } public String toString() { - return c.d.b.a.a.i(this.a, new StringBuilder(), "<>"); + return c.d.b.a.a.h(this.a, new StringBuilder(), "<>"); } } @@ -76,7 +76,7 @@ public class m implements Serializable { public static final TypeVariable[] b = Collection.class.getTypeParameters(); /* renamed from: c reason: collision with root package name */ - public static final TypeVariable[] f567c = Iterable.class.getTypeParameters(); + public static final TypeVariable[] f569c = Iterable.class.getTypeParameters(); public static final TypeVariable[] d = List.class.getTypeParameters(); public static final TypeVariable[] e = ArrayList.class.getTypeParameters(); public static final TypeVariable[] f = Map.class.getTypeParameters(); @@ -107,24 +107,24 @@ public class m implements Serializable { this._hashCode = i2; return; } - StringBuilder L = c.d.b.a.a.L("Mismatching names ("); - L.append(strArr.length); - L.append("), types ("); - throw new IllegalArgumentException(c.d.b.a.a.y(L, jVarArr.length, ")")); + StringBuilder K = c.d.b.a.a.K("Mismatching names ("); + K.append(strArr.length); + K.append("), types ("); + throw new IllegalArgumentException(c.d.b.a.a.w(K, jVarArr.length, ")")); } public static m b(Class cls, j jVar) { TypeVariable[] typeVariableArr = b.a; - TypeVariable[] typeParameters = cls == Collection.class ? b.b : cls == List.class ? b.d : cls == ArrayList.class ? b.e : cls == AbstractList.class ? b.a : cls == Iterable.class ? b.f567c : cls.getTypeParameters(); + TypeVariable[] typeParameters = cls == Collection.class ? b.b : cls == List.class ? b.d : cls == ArrayList.class ? b.e : cls == AbstractList.class ? b.a : cls == Iterable.class ? b.f569c : cls.getTypeParameters(); int length = typeParameters == null ? 0 : typeParameters.length; if (length == 1) { return new m(new String[]{typeParameters[0].getName()}, new j[]{jVar}, null); } - StringBuilder L = c.d.b.a.a.L("Cannot create TypeBindings for class "); - L.append(cls.getName()); - L.append(" with 1 type parameter: class expects "); - L.append(length); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Cannot create TypeBindings for class "); + K.append(cls.getName()); + K.append(" with 1 type parameter: class expects "); + K.append(length); + throw new IllegalArgumentException(K.toString()); } public static m c(Class cls, j jVar, j jVar2) { @@ -134,11 +134,11 @@ public class m implements Serializable { if (length == 2) { return new m(new String[]{typeParameters[0].getName(), typeParameters[1].getName()}, new j[]{jVar, jVar2}, null); } - StringBuilder L = c.d.b.a.a.L("Cannot create TypeBindings for class "); - L.append(cls.getName()); - L.append(" with 2 type parameters: class expects "); - L.append(length); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Cannot create TypeBindings for class "); + K.append(cls.getName()); + K.append(" with 2 type parameters: class expects "); + K.append(length); + throw new IllegalArgumentException(K.toString()); } public static m d(Class cls, j[] jVarArr) { @@ -163,14 +163,14 @@ public class m implements Serializable { if (strArr.length == jVarArr.length) { return new m(strArr, jVarArr, null); } - StringBuilder L = c.d.b.a.a.L("Cannot create TypeBindings for class "); - c.d.b.a.a.b0(cls, L, " with "); - L.append(jVarArr.length); - L.append(" type parameter"); - L.append(jVarArr.length == 1 ? "" : "s"); - L.append(": class expects "); - L.append(strArr.length); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Cannot create TypeBindings for class "); + c.d.b.a.a.a0(cls, K, " with "); + K.append(jVarArr.length); + K.append(" type parameter"); + K.append(jVarArr.length == 1 ? "" : "s"); + K.append(": class expects "); + K.append(strArr.length); + throw new IllegalArgumentException(K.toString()); } public Object a(Class cls) { @@ -276,18 +276,18 @@ public class m implements Serializable { if (this._types.length == 0) { return "<>"; } - StringBuilder J = c.d.b.a.a.J('<'); + StringBuilder H = c.d.b.a.a.H('<'); int length = this._types.length; for (int i2 = 0; i2 < length; i2++) { if (i2 > 0) { - J.append(','); + H.append(','); } j jVar = this._types[i2]; StringBuilder sb = new StringBuilder(40); jVar.m(sb); - J.append(sb.toString()); + H.append(sb.toString()); } - J.append('>'); - return J.toString(); + H.append('>'); + return H.toString(); } } diff --git a/app/src/main/java/c/g/a/c/h0/n.java b/app/src/main/java/c/g/a/c/h0/n.java index a8012e8254..cbf8582550 100644 --- a/app/src/main/java/c/g/a/c/h0/n.java +++ b/app/src/main/java/c/g/a/c/h0/n.java @@ -45,7 +45,7 @@ public class n implements Serializable { public static final Class r; /* renamed from: s reason: collision with root package name */ - public static final Class f568s; + public static final Class f570s; private static final long serialVersionUID = 1; public static final Class t; public static final k u; @@ -53,13 +53,13 @@ public class n implements Serializable { public static final k w; /* renamed from: x reason: collision with root package name */ - public static final k f569x = new k(String.class); + public static final k f571x = new k(String.class); /* renamed from: y reason: collision with root package name */ - public static final k f570y = new k(Object.class); + public static final k f572y = new k(Object.class); /* renamed from: z reason: collision with root package name */ - public static final k f571z = new k(Comparable.class); + public static final k f573z = new k(Comparable.class); public final ClassLoader _classLoader = null; public final o[] _modifiers = null; public final p _parser = new p(this); @@ -69,7 +69,7 @@ public class n implements Serializable { Class cls = Boolean.TYPE; r = cls; Class cls2 = Integer.TYPE; - f568s = cls2; + f570s = cls2; Class cls3 = Long.TYPE; t = cls3; u = new k(cls); @@ -79,7 +79,7 @@ public class n implements Serializable { public static j k() { Objects.requireNonNull(j); - return f570y; + return f572y; } public j a(Class cls) { @@ -87,7 +87,7 @@ public class n implements Serializable { if (cls == r) { return u; } - if (cls == f568s) { + if (cls == f570s) { return v; } if (cls == t) { @@ -95,10 +95,10 @@ public class n implements Serializable { } return null; } else if (cls == l) { - return f569x; + return f571x; } else { if (cls == m) { - return f570y; + return f572y; } if (cls == q) { return C; @@ -119,7 +119,7 @@ public class n implements Serializable { if (cls == p) { jVar = A; } else if (cls == n) { - jVar = f571z; + jVar = f573z; } else if (cls == o) { jVar = B; } else { @@ -149,7 +149,7 @@ public class n implements Serializable { if (e != null) { jVar = e; } else if (mVar.h(name)) { - jVar = f570y; + jVar = f572y; } else { m l2 = mVar.l(name); synchronized (typeVariable) { @@ -158,14 +158,14 @@ public class n implements Serializable { jVar = b(cVar, bounds[0], l2); } } else { - throw new IllegalArgumentException(a.u("Null `bindings` passed (type variable \"", name, "\")")); + throw new IllegalArgumentException(a.t("Null `bindings` passed (type variable \"", name, "\")")); } } else if (type instanceof WildcardType) { jVar = b(cVar, ((WildcardType) type).getUpperBounds()[0], mVar); } else { - StringBuilder L = a.L("Unrecognized Type: "); - L.append(type == null ? "[null]" : type.toString()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Unrecognized Type: "); + K.append(type == null ? "[null]" : type.toString()); + throw new IllegalArgumentException(K.toString()); } } if (this._modifiers != null) { @@ -223,10 +223,10 @@ public class n implements Serializable { } if (cVar3 != null) { j jVar7 = new j(cls, k); - if (cVar3.f565c == null) { - cVar3.f565c = new ArrayList<>(); + if (cVar3.f567c == null) { + cVar3.f567c = new ArrayList<>(); } - cVar3.f565c.add(jVar7); + cVar3.f567c.add(jVar7); return jVar7; } cVar2 = new c(cVar, cls); @@ -245,7 +245,7 @@ public class n implements Serializable { e = e(cVar2, cls, mVar); } if (cls == Properties.class) { - k kVar3 = f569x; + k kVar3 = f571x; jVar6 = g.Q(cls, mVar, b, e, kVar3, kVar3); } else if (b != null) { jVar6 = b.C(cls, mVar, b, e); @@ -254,12 +254,12 @@ public class n implements Serializable { m mVar2 = mVar == null ? k : mVar; if (cls == Map.class) { if (cls == Properties.class) { - kVar2 = f569x; + kVar2 = f571x; } else { List g = mVar2.g(); int size = g.size(); if (size == 0) { - kVar2 = f570y; + kVar2 = f572y; } else if (size != 2) { Object[] objArr = new Object[4]; objArr[0] = d.u(cls); @@ -279,22 +279,22 @@ public class n implements Serializable { } else if (cls == Collection.class) { List g2 = mVar2.g(); if (g2.isEmpty()) { - jVar4 = f570y; + jVar4 = f572y; } else if (g2.size() == 1) { jVar4 = g2.get(0); } else { - throw new IllegalArgumentException(a.i(cls, a.L("Strange Collection type "), ": cannot determine type parameters")); + throw new IllegalArgumentException(a.h(cls, a.K("Strange Collection type "), ": cannot determine type parameters")); } jVar = new e(cls, mVar2, b, e, jVar4, null, null, false); } else { if (cls == AtomicReference.class) { List g3 = mVar2.g(); if (g3.isEmpty()) { - jVar3 = f570y; + jVar3 = f572y; } else if (g3.size() == 1) { jVar3 = g3.get(0); } else { - throw new IllegalArgumentException(a.i(cls, a.L("Strange Reference type "), ": cannot determine type parameters")); + throw new IllegalArgumentException(a.h(cls, a.K("Strange Reference type "), ": cannot determine type parameters")); } cls2 = a2; jVar2 = b; @@ -333,7 +333,7 @@ public class n implements Serializable { jVar = jVar6; } } - ArrayList arrayList = cVar2.f565c; + ArrayList arrayList = cVar2.f567c; if (arrayList != null) { Iterator it = arrayList.iterator(); while (it.hasNext()) { @@ -341,11 +341,11 @@ public class n implements Serializable { if (next._referencedType == null) { next._referencedType = jVar; } else { - StringBuilder L = a.L("Trying to re-set self reference; old value = "); - L.append(next._referencedType); - L.append(", new = "); - L.append(jVar); - throw new IllegalStateException(L.toString()); + StringBuilder K = a.K("Trying to re-set self reference; old value = "); + K.append(next._referencedType); + K.append(", new = "); + K.append(jVar); + throw new IllegalStateException(K.toString()); } } } @@ -490,13 +490,13 @@ public class n implements Serializable { } jVar2 = c(null, cls, m.d(cls, jVarArr)); } else { - StringBuilder L = a.L("Failed to specialize base type "); - L.append(jVar.e()); - L.append(" as "); - L.append(cls.getName()); - L.append(", problem: "); - L.append(str); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Failed to specialize base type "); + K.append(jVar.e()); + K.append(" as "); + K.append(cls.getName()); + K.append(", problem: "); + K.append(str); + throw new IllegalArgumentException(K.toString()); } } else { throw new IllegalArgumentException(String.format("Internal error: unable to locate supertype (%s) from resolved subtype %s", jVar._class.getName(), cls.getName())); diff --git a/app/src/main/java/c/g/a/c/i0/d.java b/app/src/main/java/c/g/a/c/i0/d.java index d71dedc01f..be7bf3d7af 100644 --- a/app/src/main/java/c/g/a/c/i0/d.java +++ b/app/src/main/java/c/g/a/c/i0/d.java @@ -26,7 +26,7 @@ public final class d { public static final a[] b = new a[0]; /* renamed from: c reason: collision with root package name */ - public static final Iterator f572c = Collections.emptyIterator(); + public static final Iterator f574c = Collections.emptyIterator(); /* compiled from: ClassUtil */ public static final class a { @@ -34,7 +34,7 @@ public final class d { public transient Annotation[] b; /* renamed from: c reason: collision with root package name */ - public transient Annotation[][] f573c; + public transient Annotation[][] f575c; public int d = -1; public a(Constructor constructor) { @@ -58,7 +58,7 @@ public final class d { public final Field b = a(EnumSet.class, "elementType", Class.class); /* renamed from: c reason: collision with root package name */ - public final Field f574c = a(EnumMap.class, "elementType", Class.class); + public final Field f576c = a(EnumMap.class, "elementType", Class.class); public static Field a(Class cls, String str, Class cls2) { Field field; @@ -187,26 +187,26 @@ public final class d { } catch (NoSuchMethodException unused) { constructor = null; } catch (Exception e) { - StringBuilder L = c.d.b.a.a.L("Failed to find default constructor of class "); - L.append(cls.getName()); - L.append(", problem: "); - L.append(e.getMessage()); - y(e, L.toString()); + StringBuilder K = c.d.b.a.a.K("Failed to find default constructor of class "); + K.append(cls.getName()); + K.append(", problem: "); + K.append(e.getMessage()); + y(e, K.toString()); throw null; } if (constructor != null) { try { return constructor.newInstance(new Object[0]); } catch (Exception e2) { - StringBuilder L2 = c.d.b.a.a.L("Failed to instantiate class "); - L2.append(cls.getName()); - L2.append(", problem: "); - L2.append(e2.getMessage()); - y(e2, L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Failed to instantiate class "); + K2.append(cls.getName()); + K2.append(", problem: "); + K2.append(e2.getMessage()); + y(e2, K2.toString()); throw null; } } else { - throw new IllegalArgumentException(c.d.b.a.a.i(cls, c.d.b.a.a.L("Class "), " has no default (no arg) constructor")); + throw new IllegalArgumentException(c.d.b.a.a.h(cls, c.d.b.a.a.K("Class "), " has no default (no arg) constructor")); } } diff --git a/app/src/main/java/c/g/a/c/i0/f.java b/app/src/main/java/c/g/a/c/i0/f.java index f7692dd8cd..2e16c6a587 100644 --- a/app/src/main/java/c/g/a/c/i0/f.java +++ b/app/src/main/java/c/g/a/c/i0/f.java @@ -37,9 +37,9 @@ public final class f implements Serializable { } return new f(cls, kVarArr); } - StringBuilder L = a.L("Cannot determine enum constants for Class "); - L.append(cls.getName()); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = a.K("Cannot determine enum constants for Class "); + K.append(cls.getName()); + throw new IllegalArgumentException(K.toString()); } public Class> b() { diff --git a/app/src/main/java/c/g/a/c/i0/k.java b/app/src/main/java/c/g/a/c/i0/k.java index e0691d65d9..ebfc75ebde 100644 --- a/app/src/main/java/c/g/a/c/i0/k.java +++ b/app/src/main/java/c/g/a/c/i0/k.java @@ -17,9 +17,9 @@ public final class k extends n { } public String toString() { - StringBuilder L = a.L("[PreAndSuffixTransformer('"); - L.append(this.j); - L.append("','"); - return a.D(L, this.k, "')]"); + StringBuilder K = a.K("[PreAndSuffixTransformer('"); + K.append(this.j); + K.append("','"); + return a.C(K, this.k, "')]"); } } diff --git a/app/src/main/java/c/g/a/c/i0/l.java b/app/src/main/java/c/g/a/c/i0/l.java index f2c18d5d2d..a1cfb89e12 100644 --- a/app/src/main/java/c/g/a/c/i0/l.java +++ b/app/src/main/java/c/g/a/c/i0/l.java @@ -11,10 +11,10 @@ public final class l extends n { @Override // c.g.a.c.i0.n public String a(String str) { - return a.D(new StringBuilder(), this.j, str); + return a.C(new StringBuilder(), this.j, str); } public String toString() { - return a.D(a.L("[PrefixTransformer('"), this.j, "')]"); + return a.C(a.K("[PrefixTransformer('"), this.j, "')]"); } } diff --git a/app/src/main/java/c/g/a/c/i0/m.java b/app/src/main/java/c/g/a/c/i0/m.java index bdb7a60d5d..f7058f852a 100644 --- a/app/src/main/java/c/g/a/c/i0/m.java +++ b/app/src/main/java/c/g/a/c/i0/m.java @@ -11,12 +11,12 @@ public final class m extends n { @Override // c.g.a.c.i0.n public String a(String str) { - StringBuilder L = a.L(str); - L.append(this.j); - return L.toString(); + StringBuilder K = a.K(str); + K.append(this.j); + return K.toString(); } public String toString() { - return a.D(a.L("[SuffixTransformer('"), this.j, "')]"); + return a.C(a.K("[SuffixTransformer('"), this.j, "')]"); } } diff --git a/app/src/main/java/c/g/a/c/i0/n.java b/app/src/main/java/c/g/a/c/i0/n.java index 10880dbe6b..8cd3238b5a 100644 --- a/app/src/main/java/c/g/a/c/i0/n.java +++ b/app/src/main/java/c/g/a/c/i0/n.java @@ -23,12 +23,12 @@ public abstract class n { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("[ChainedTransformer("); - L.append(this._t1); - L.append(", "); - L.append(this._t2); - L.append(")]"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("[ChainedTransformer("); + K.append(this._t1); + K.append(", "); + K.append(this._t2); + K.append(")]"); + return K.toString(); } } diff --git a/app/src/main/java/c/g/a/c/i0/r.java b/app/src/main/java/c/g/a/c/i0/r.java index b34a8f0a4f..c31e4c6b5c 100644 --- a/app/src/main/java/c/g/a/c/i0/r.java +++ b/app/src/main/java/c/g/a/c/i0/r.java @@ -30,7 +30,7 @@ public class r extends DateFormat { public transient Calendar r; /* renamed from: s reason: collision with root package name */ - public transient DateFormat f575s; + public transient DateFormat f577s; static { try { @@ -315,7 +315,7 @@ public class r extends DateFormat { throw new ParseException(String.format("Timestamp value %s out of 64-bit value range", str), parsePosition.getErrorIndex()); } } - if (this.f575s == null) { + if (this.f577s == null) { DateFormat dateFormat2 = n; TimeZone timeZone = this.q; Locale locale = this._locale; @@ -335,9 +335,9 @@ public class r extends DateFormat { if (bool != null) { dateFormat.setLenient(bool.booleanValue()); } - this.f575s = dateFormat; + this.f577s = dateFormat; } - return this.f575s.parse(str, parsePosition); + return this.f577s.parse(str, parsePosition); } } @@ -396,14 +396,14 @@ public class r extends DateFormat { Boolean bool = this._lenient; if (!(valueOf == bool || (valueOf != null && valueOf.equals(bool)))) { this._lenient = valueOf; - this.f575s = null; + this.f577s = null; } } @Override // java.text.DateFormat public void setTimeZone(TimeZone timeZone) { if (!timeZone.equals(this.q)) { - this.f575s = null; + this.f577s = null; this.q = timeZone; } } diff --git a/app/src/main/java/c/g/a/c/i0/s.java b/app/src/main/java/c/g/a/c/i0/s.java index 70d66b0080..cb982b9535 100644 --- a/app/src/main/java/c/g/a/c/i0/s.java +++ b/app/src/main/java/c/g/a/c/i0/s.java @@ -257,10 +257,10 @@ public class s extends d { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("[TokenBuffer: "); + StringBuilder K = c.d.b.a.a.K("[TokenBuffer: "); new a(null, false, false, null); - L.append(']'); - return L.toString(); + K.append(']'); + return K.toString(); } @Override // c.g.a.b.d diff --git a/app/src/main/java/c/g/a/c/i0/t.java b/app/src/main/java/c/g/a/c/i0/t.java index 9710014eb8..bf4dc61a39 100644 --- a/app/src/main/java/c/g/a/c/i0/t.java +++ b/app/src/main/java/c/g/a/c/i0/t.java @@ -6,7 +6,7 @@ import c.g.a.b.g; public class t extends g { /* renamed from: c reason: collision with root package name */ - public final g f576c = null; + public final g f578c = null; public final e d = e.i; public String e; public Object f; diff --git a/app/src/main/java/c/g/a/c/i0/u.java b/app/src/main/java/c/g/a/c/i0/u.java index 7b88ade6ad..f1f63da350 100644 --- a/app/src/main/java/c/g/a/c/i0/u.java +++ b/app/src/main/java/c/g/a/c/i0/u.java @@ -8,14 +8,14 @@ public class u { public Class b; /* renamed from: c reason: collision with root package name */ - public j f577c; + public j f579c; public boolean d; public u() { } public u(j jVar, boolean z2) { - this.f577c = jVar; + this.f579c = jVar; this.b = null; this.d = z2; this.a = z2 ? jVar._hash - 2 : jVar._hash - 1; @@ -23,7 +23,7 @@ public class u { public u(Class cls, boolean z2) { this.b = cls; - this.f577c = null; + this.f579c = null; this.d = z2; this.a = z2 ? cls.getName().hashCode() + 1 : cls.getName().hashCode(); } @@ -43,7 +43,7 @@ public class u { return false; } Class cls = this.b; - return cls != null ? uVar.b == cls : this.f577c.equals(uVar.f577c); + return cls != null ? uVar.b == cls : this.f579c.equals(uVar.f579c); } public final int hashCode() { @@ -52,13 +52,13 @@ public class u { public final String toString() { if (this.b != null) { - StringBuilder L = a.L("{class: "); - a.b0(this.b, L, ", typed? "); - return a.G(L, this.d, "}"); + StringBuilder K = a.K("{class: "); + a.a0(this.b, K, ", typed? "); + return a.F(K, this.d, "}"); } - StringBuilder L2 = a.L("{type: "); - L2.append(this.f577c); - L2.append(", typed? "); - return a.G(L2, this.d, "}"); + StringBuilder K2 = a.K("{type: "); + K2.append(this.f579c); + K2.append(", typed? "); + return a.F(K2, this.d, "}"); } } diff --git a/app/src/main/java/c/g/a/c/l.java b/app/src/main/java/c/g/a/c/l.java index dd31c89a9d..4c6095647e 100644 --- a/app/src/main/java/c/g/a/c/l.java +++ b/app/src/main/java/c/g/a/c/l.java @@ -8,6 +8,6 @@ public abstract class l extends m.a implements Iterable { /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: java.util.Iterator, java.util.Iterator */ @Override // java.lang.Iterable public final Iterator iterator() { - return d.f572c; + return d.f574c; } } diff --git a/app/src/main/java/c/g/a/c/t.java b/app/src/main/java/c/g/a/c/t.java index 93d847d571..c717bd23f8 100644 --- a/app/src/main/java/c/g/a/c/t.java +++ b/app/src/main/java/c/g/a/c/t.java @@ -83,10 +83,10 @@ public class t implements Serializable { if (this._namespace == null) { return this._simpleName; } - StringBuilder L = a.L("{"); - L.append(this._namespace); - L.append("}"); - L.append(this._simpleName); - return L.toString(); + StringBuilder K = a.K("{"); + K.append(this._namespace); + K.append("}"); + K.append(this._simpleName); + return K.toString(); } } diff --git a/app/src/main/java/c/h/a/a/a.java b/app/src/main/java/c/h/a/a/a.java index c5f1038237..fcc2680603 100644 --- a/app/src/main/java/c/h/a/a/a.java +++ b/app/src/main/java/c/h/a/a/a.java @@ -15,15 +15,15 @@ public class a implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f586c; + public ScriptIntrinsicBlur f588c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f586c.setInput(this.d); - this.f586c.forEach(this.e); + this.f588c.setInput(this.d); + this.f588c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -34,7 +34,7 @@ public class a implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f586c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f588c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -49,7 +49,7 @@ public class a implements c { throw e; } } - this.f586c.setRadius(f); + this.f588c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -68,10 +68,10 @@ public class a implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f586c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f588c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f586c = null; + this.f588c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/h/a/a/b.java b/app/src/main/java/c/h/a/a/b.java index 2ee1227c45..48ea8b63e9 100644 --- a/app/src/main/java/c/h/a/a/b.java +++ b/app/src/main/java/c/h/a/a/b.java @@ -13,15 +13,15 @@ public class b implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f587c; + public ScriptIntrinsicBlur f589c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f587c.setInput(this.d); - this.f587c.forEach(this.e); + this.f589c.setInput(this.d); + this.f589c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -32,7 +32,7 @@ public class b implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f587c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f589c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -47,7 +47,7 @@ public class b implements c { throw e; } } - this.f587c.setRadius(f); + this.f589c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -66,10 +66,10 @@ public class b implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f587c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f589c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f587c = null; + this.f589c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/h/a/a/e.java b/app/src/main/java/c/h/a/a/e.java index 20494c689b..4e8dee89aa 100644 --- a/app/src/main/java/c/h/a/a/e.java +++ b/app/src/main/java/c/h/a/a/e.java @@ -13,15 +13,15 @@ public class e implements c { public RenderScript b; /* renamed from: c reason: collision with root package name */ - public ScriptIntrinsicBlur f588c; + public ScriptIntrinsicBlur f590c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f588c.setInput(this.d); - this.f588c.forEach(this.e); + this.f590c.setInput(this.d); + this.f590c.forEach(this.e); this.e.copyTo(bitmap2); } @@ -32,7 +32,7 @@ public class e implements c { try { RenderScript create = RenderScript.create(context); this.b = create; - this.f588c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f590c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); } catch (RSRuntimeException e) { if (a == null && context != null) { a = Boolean.valueOf((context.getApplicationInfo().flags & 2) != 0); @@ -47,7 +47,7 @@ public class e implements c { throw e; } } - this.f588c.setRadius(f); + this.f590c.setRadius(f); Allocation createFromBitmap = Allocation.createFromBitmap(this.b, bitmap, Allocation.MipmapControl.MIPMAP_NONE, 1); this.d = createFromBitmap; this.e = Allocation.createTyped(this.b, createFromBitmap.getType()); @@ -66,10 +66,10 @@ public class e implements c { allocation2.destroy(); this.e = null; } - ScriptIntrinsicBlur scriptIntrinsicBlur = this.f588c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f590c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f588c = null; + this.f590c = null; } RenderScript renderScript = this.b; if (renderScript != null) { diff --git a/app/src/main/java/c/i/a/b/b.java b/app/src/main/java/c/i/a/b/b.java index 521092dd08..9c93a0e455 100644 --- a/app/src/main/java/c/i/a/b/b.java +++ b/app/src/main/java/c/i/a/b/b.java @@ -29,6 +29,6 @@ public final class b { @NonNull public String toString() { - return a.D(a.L("Encoding{name=\""), this.a, "\"}"); + return a.C(a.K("Encoding{name=\""), this.a, "\"}"); } } diff --git a/app/src/main/java/c/i/a/b/i/a.java b/app/src/main/java/c/i/a/b/i/a.java index 0ed43ed1db..783c9f9e3f 100644 --- a/app/src/main/java/c/i/a/b/i/a.java +++ b/app/src/main/java/c/i/a/b/i/a.java @@ -13,11 +13,11 @@ import java.util.Set; import java.util.regex.Pattern; /* compiled from: CCTDestination */ public final class a implements d { - public static final String a = AnimatableValueParser.K1("hts/frbslgiggolai.o/0clgbthfra=snpoo", "tp:/ieaeogn.ogepscmvc/o/ac?omtjo_rt3"); + public static final String a = AnimatableValueParser.L1("hts/frbslgiggolai.o/0clgbthfra=snpoo", "tp:/ieaeogn.ogepscmvc/o/ac?omtjo_rt3"); public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f589c; + public static final String f591c; public static final Set d = Collections.unmodifiableSet(new HashSet(Arrays.asList(new b("proto"), new b("json")))); public static final a e; @NonNull @@ -26,11 +26,11 @@ public final class a implements d { public final String g; static { - String K1 = AnimatableValueParser.K1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg"); - b = K1; - String K12 = AnimatableValueParser.K1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK"); - f589c = K12; - e = new a(K1, K12); + String L1 = AnimatableValueParser.L1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg"); + b = L1; + String L12 = AnimatableValueParser.L1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK"); + f591c = L12; + e = new a(L1, L12); } public a(@NonNull String str, @Nullable String str2) { diff --git a/app/src/main/java/c/i/a/b/i/b.java b/app/src/main/java/c/i/a/b/i/b.java index 0b7ccd5d6a..4f89fb1f72 100644 --- a/app/src/main/java/c/i/a/b/i/b.java +++ b/app/src/main/java/c/i/a/b/i/b.java @@ -42,7 +42,7 @@ public final /* synthetic */ class b { httpURLConnection.setRequestProperty("Content-Encoding", "gzip"); httpURLConnection.setRequestProperty("Content-Type", "application/json"); httpURLConnection.setRequestProperty("Accept-Encoding", "gzip"); - String str = aVar.f591c; + String str = aVar.f593c; if (str != null) { httpURLConnection.setRequestProperty("X-Goog-Api-Key", str); } diff --git a/app/src/main/java/c/i/a/b/i/d.java b/app/src/main/java/c/i/a/b/i/d.java index 4eb6040ef7..30e9e2daf0 100644 --- a/app/src/main/java/c/i/a/b/i/d.java +++ b/app/src/main/java/c/i/a/b/i/d.java @@ -39,7 +39,7 @@ public final class d implements m { public final ConnectivityManager b; /* renamed from: c reason: collision with root package name */ - public final Context f590c; + public final Context f592c; public final URL d = c(a.a); public final c.i.a.b.j.v.a e; public final c.i.a.b.j.v.a f; @@ -52,12 +52,12 @@ public final class d implements m { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f591c; + public final String f593c; public a(URL url, j jVar, @Nullable String str) { this.a = url; this.b = jVar; - this.f591c = str; + this.f593c = str; } } @@ -68,12 +68,12 @@ public final class d implements m { public final URL b; /* renamed from: c reason: collision with root package name */ - public final long f592c; + public final long f594c; public b(int i, @Nullable URL url, long j) { this.a = i; this.b = url; - this.f592c = j; + this.f594c = j; } } @@ -82,7 +82,7 @@ public final class d implements m { ((c.i.a.b.i.e.b) c.i.a.b.i.e.b.a).a(eVar); eVar.e = true; this.a = new c.i.c.p.h.d(eVar); - this.f590c = context; + this.f592c = context; this.b = (ConnectivityManager) context.getSystemService("connectivity"); this.e = aVar2; this.f = aVar; @@ -93,7 +93,7 @@ public final class d implements m { try { return new URL(str); } catch (MalformedURLException e) { - throw new IllegalArgumentException(c.d.b.a.a.t("Invalid url: ", str), e); + throw new IllegalArgumentException(c.d.b.a.a.s("Invalid url: ", str), e); } } @@ -158,7 +158,7 @@ public final class d implements m { aVar3 = aVar2; } bVar.a = Long.valueOf(fVar4.e()); - bVar.f595c = Long.valueOf(fVar4.h()); + bVar.f597c = Long.valueOf(fVar4.h()); String str4 = fVar4.b().get("tz-offset"); bVar.f = Long.valueOf(str4 == null ? 0 : Long.valueOf(str4).longValue()); aVar2 = aVar3; @@ -167,31 +167,31 @@ public final class d implements m { bVar.b = fVar4.c(); } String str5 = bVar.a == null ? " eventTimeMs" : ""; - if (bVar.f595c == null) { - str5 = c.d.b.a.a.t(str5, " eventUptimeMs"); + if (bVar.f597c == null) { + str5 = c.d.b.a.a.s(str5, " eventUptimeMs"); } if (bVar.f == null) { - str5 = c.d.b.a.a.t(str5, " timezoneOffsetSeconds"); + str5 = c.d.b.a.a.s(str5, " timezoneOffsetSeconds"); } if (str5.isEmpty()) { - arrayList3.add(new c.i.a.b.i.e.f(bVar.a.longValue(), bVar.b, bVar.f595c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); + arrayList3.add(new c.i.a.b.i.e.f(bVar.a.longValue(), bVar.b, bVar.f597c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); it2 = it2; it = it; aVar3 = aVar2; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str5)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str5)); } } String str6 = valueOf == null ? " requestTimeMs" : ""; if (valueOf2 == null) { - str6 = c.d.b.a.a.t(str6, " requestUptimeMs"); + str6 = c.d.b.a.a.s(str6, " requestUptimeMs"); } if (str6.isEmpty()) { arrayList2.add(new c.i.a.b.i.e.g(valueOf.longValue(), valueOf2.longValue(), eVar, num, str, arrayList3, pVar, null)); it = it; aVar3 = aVar3; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str6)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str6)); } } else { c.i.a.b.i.e.d dVar = new c.i.a.b.i.e.d(arrayList2); @@ -212,10 +212,10 @@ public final class d implements m { } } try { - b bVar3 = (b) AnimatableValueParser.t2(5, new a(url, dVar, str2), new b(this), c.a); + b bVar3 = (b) AnimatableValueParser.u2(5, new a(url, dVar, str2), new b(this), c.a); int i = bVar3.a; if (i == 200) { - return new c.i.a.b.j.q.b(g.a.OK, bVar3.f592c); + return new c.i.a.b.j.q.b(g.a.OK, bVar3.f594c); } if (i < 500) { if (i != 404) { @@ -270,8 +270,8 @@ public final class d implements m { i2.c().put("mobile-subtype", String.valueOf(i)); i2.c().put("country", Locale.getDefault().getCountry()); i2.c().put("locale", Locale.getDefault().getLanguage()); - i2.c().put("mcc_mnc", ((TelephonyManager) this.f590c.getSystemService("phone")).getSimOperator()); - Context context = this.f590c; + i2.c().put("mcc_mnc", ((TelephonyManager) this.f592c.getSystemService("phone")).getSimOperator()); + Context context = this.f592c; try { i3 = context.getPackageManager().getPackageInfo(context.getPackageName(), 0).versionCode; } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/b/i/e/b.java b/app/src/main/java/c/i/a/b/i/e/b.java index 8145e23411..d662340ff2 100644 --- a/app/src/main/java/c/i/a/b/i/e/b.java +++ b/app/src/main/java/c/i/a/b/i/e/b.java @@ -111,33 +111,33 @@ public final class b implements c.i.c.p.g.a { C0074b bVar2 = C0074b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(j.class, bVar2); - eVar.f1356c.remove(j.class); + eVar.f1358c.remove(j.class); eVar.b.put(d.class, bVar2); - eVar.f1356c.remove(d.class); + eVar.f1358c.remove(d.class); e eVar2 = e.a; eVar.b.put(m.class, eVar2); - eVar.f1356c.remove(m.class); + eVar.f1358c.remove(m.class); eVar.b.put(g.class, eVar2); - eVar.f1356c.remove(g.class); + eVar.f1358c.remove(g.class); c cVar = c.a; eVar.b.put(k.class, cVar); - eVar.f1356c.remove(k.class); + eVar.f1358c.remove(k.class); eVar.b.put(e.class, cVar); - eVar.f1356c.remove(e.class); + eVar.f1358c.remove(e.class); a aVar = a.a; eVar.b.put(a.class, aVar); - eVar.f1356c.remove(a.class); + eVar.f1358c.remove(a.class); eVar.b.put(c.class, aVar); - eVar.f1356c.remove(c.class); + eVar.f1358c.remove(c.class); d dVar = d.a; eVar.b.put(l.class, dVar); - eVar.f1356c.remove(l.class); + eVar.f1358c.remove(l.class); eVar.b.put(f.class, dVar); - eVar.f1356c.remove(f.class); + eVar.f1358c.remove(f.class); f fVar = f.a; eVar.b.put(o.class, fVar); - eVar.f1356c.remove(o.class); + eVar.f1358c.remove(o.class); eVar.b.put(i.class, fVar); - eVar.f1356c.remove(i.class); + eVar.f1358c.remove(i.class); } } diff --git a/app/src/main/java/c/i/a/b/i/e/c.java b/app/src/main/java/c/i/a/b/i/e/c.java index c7a9b1d24b..4bbb0eba07 100644 --- a/app/src/main/java/c/i/a/b/i/e/c.java +++ b/app/src/main/java/c/i/a/b/i/e/c.java @@ -7,7 +7,7 @@ public final class c extends a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f593c; + public final String f595c; public final String d; public final String e; public final String f; @@ -21,7 +21,7 @@ public final class c extends a { public c(Integer num, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, a aVar) { this.a = num; this.b = str; - this.f593c = str2; + this.f595c = str2; this.d = str3; this.e = str4; this.f = str5; @@ -60,7 +60,7 @@ public final class c extends a { @Override // c.i.a.b.i.e.a @Nullable public String e() { - return this.f593c; + return this.f595c; } public boolean equals(Object obj) { @@ -75,7 +75,7 @@ public final class c extends a { if (num != null ? num.equals(aVar.l()) : aVar.l() == null) { String str = this.b; if (str != null ? str.equals(aVar.i()) : aVar.i() == null) { - String str2 = this.f593c; + String str2 = this.f595c; if (str2 != null ? str2.equals(aVar.e()) : aVar.e() == null) { String str3 = this.d; if (str3 != null ? str3.equals(aVar.c()) : aVar.c() == null) { @@ -139,7 +139,7 @@ public final class c extends a { int hashCode = ((num == null ? 0 : num.hashCode()) ^ 1000003) * 1000003; String str = this.b; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; - String str2 = this.f593c; + String str2 = this.f595c; int hashCode3 = (hashCode2 ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.d; int hashCode4 = (hashCode3 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; @@ -189,29 +189,29 @@ public final class c extends a { } public String toString() { - StringBuilder L = c.d.b.a.a.L("AndroidClientInfo{sdkVersion="); - L.append(this.a); - L.append(", model="); - L.append(this.b); - L.append(", hardware="); - L.append(this.f593c); - L.append(", device="); - L.append(this.d); - L.append(", product="); - L.append(this.e); - L.append(", osBuild="); - L.append(this.f); - L.append(", manufacturer="); - L.append(this.g); - L.append(", fingerprint="); - L.append(this.h); - L.append(", locale="); - L.append(this.i); - L.append(", country="); - L.append(this.j); - L.append(", mccMnc="); - L.append(this.k); - L.append(", applicationBuild="); - return c.d.b.a.a.D(L, this.l, "}"); + StringBuilder K = c.d.b.a.a.K("AndroidClientInfo{sdkVersion="); + K.append(this.a); + K.append(", model="); + K.append(this.b); + K.append(", hardware="); + K.append(this.f595c); + K.append(", device="); + K.append(this.d); + K.append(", product="); + K.append(this.e); + K.append(", osBuild="); + K.append(this.f); + K.append(", manufacturer="); + K.append(this.g); + K.append(", fingerprint="); + K.append(this.h); + K.append(", locale="); + K.append(this.i); + K.append(", country="); + K.append(this.j); + K.append(", mccMnc="); + K.append(this.k); + K.append(", applicationBuild="); + return c.d.b.a.a.C(K, this.l, "}"); } } diff --git a/app/src/main/java/c/i/a/b/i/e/d.java b/app/src/main/java/c/i/a/b/i/e/d.java index afcf47a1a3..2b6ca78e33 100644 --- a/app/src/main/java/c/i/a/b/i/e/d.java +++ b/app/src/main/java/c/i/a/b/i/e/d.java @@ -34,6 +34,6 @@ public final class d extends j { } public String toString() { - return a.E(a.L("BatchedLogRequest{logRequests="), this.a, "}"); + return a.D(a.K("BatchedLogRequest{logRequests="), this.a, "}"); } } diff --git a/app/src/main/java/c/i/a/b/i/e/e.java b/app/src/main/java/c/i/a/b/i/e/e.java index 5721f8ab38..7cd31ecb03 100644 --- a/app/src/main/java/c/i/a/b/i/e/e.java +++ b/app/src/main/java/c/i/a/b/i/e/e.java @@ -58,11 +58,11 @@ public final class e extends k { } public String toString() { - StringBuilder L = c.d.b.a.a.L("ClientInfo{clientType="); - L.append(this.a); - L.append(", androidClientInfo="); - L.append(this.b); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("ClientInfo{clientType="); + K.append(this.a); + K.append(", androidClientInfo="); + K.append(this.b); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/b/i/e/f.java b/app/src/main/java/c/i/a/b/i/e/f.java index 17d86910dd..26a38e6033 100644 --- a/app/src/main/java/c/i/a/b/i/e/f.java +++ b/app/src/main/java/c/i/a/b/i/e/f.java @@ -9,7 +9,7 @@ public final class f extends l { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final long f594c; + public final long f596c; public final byte[] d; public final String e; public final long f; @@ -21,7 +21,7 @@ public final class f extends l { public Integer b; /* renamed from: c reason: collision with root package name */ - public Long f595c; + public Long f597c; public byte[] d; public String e; public Long f; @@ -31,7 +31,7 @@ public final class f extends l { public f(long j, Integer num, long j2, byte[] bArr, String str, long j3, o oVar, a aVar) { this.a = j; this.b = num; - this.f594c = j2; + this.f596c = j2; this.d = bArr; this.e = str; this.f = j3; @@ -51,7 +51,7 @@ public final class f extends l { @Override // c.i.a.b.i.e.l public long c() { - return this.f594c; + return this.f596c; } @Override // c.i.a.b.i.e.l @@ -76,7 +76,7 @@ public final class f extends l { return false; } l lVar = (l) obj; - if (this.a == lVar.b() && ((num = this.b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.f594c == lVar.c()) { + if (this.a == lVar.b() && ((num = this.b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.f596c == lVar.c()) { if (Arrays.equals(this.d, lVar instanceof f ? ((f) lVar).d : lVar.e()) && ((str = this.e) != null ? str.equals(lVar.f()) : lVar.f() == null) && this.f == lVar.g()) { o oVar = this.g; if (oVar == null) { @@ -108,7 +108,7 @@ public final class f extends l { Integer num = this.b; int i2 = 0; int hashCode = num == null ? 0 : num.hashCode(); - long j2 = this.f594c; + long j2 = this.f596c; int hashCode2 = (((((i ^ hashCode) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ Arrays.hashCode(this.d)) * 1000003; String str = this.e; int hashCode3 = str == null ? 0 : str.hashCode(); @@ -122,21 +122,21 @@ public final class f extends l { } public String toString() { - StringBuilder L = c.d.b.a.a.L("LogEvent{eventTimeMs="); - L.append(this.a); - L.append(", eventCode="); - L.append(this.b); - L.append(", eventUptimeMs="); - L.append(this.f594c); - L.append(", sourceExtension="); - L.append(Arrays.toString(this.d)); - L.append(", sourceExtensionJsonProto3="); - L.append(this.e); - L.append(", timezoneOffsetSeconds="); - L.append(this.f); - L.append(", networkConnectionInfo="); - L.append(this.g); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("LogEvent{eventTimeMs="); + K.append(this.a); + K.append(", eventCode="); + K.append(this.b); + K.append(", eventUptimeMs="); + K.append(this.f596c); + K.append(", sourceExtension="); + K.append(Arrays.toString(this.d)); + K.append(", sourceExtensionJsonProto3="); + K.append(this.e); + K.append(", timezoneOffsetSeconds="); + K.append(this.f); + K.append(", networkConnectionInfo="); + K.append(this.g); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/b/i/e/g.java b/app/src/main/java/c/i/a/b/i/e/g.java index 768cacd0df..b386e58dc0 100644 --- a/app/src/main/java/c/i/a/b/i/e/g.java +++ b/app/src/main/java/c/i/a/b/i/e/g.java @@ -8,7 +8,7 @@ public final class g extends m { public final long b; /* renamed from: c reason: collision with root package name */ - public final k f596c; + public final k f598c; public final Integer d; public final String e; public final List f; @@ -17,7 +17,7 @@ public final class g extends m { public g(long j, long j2, k kVar, Integer num, String str, List list, p pVar, a aVar) { this.a = j; this.b = j2; - this.f596c = kVar; + this.f598c = kVar; this.d = num; this.e = str; this.f = list; @@ -27,7 +27,7 @@ public final class g extends m { @Override // c.i.a.b.i.e.m @Nullable public k a() { - return this.f596c; + return this.f598c; } @Override // c.i.a.b.i.e.m @@ -66,7 +66,7 @@ public final class g extends m { return false; } m mVar = (m) obj; - if (this.a == mVar.f() && this.b == mVar.g() && ((kVar = this.f596c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { + if (this.a == mVar.f() && this.b == mVar.g() && ((kVar = this.f598c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { p pVar = this.g; if (pVar == null) { if (mVar.e() == null) { @@ -93,7 +93,7 @@ public final class g extends m { long j = this.a; long j2 = this.b; int i = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003; - k kVar = this.f596c; + k kVar = this.f598c; int i2 = 0; int hashCode = (i ^ (kVar == null ? 0 : kVar.hashCode())) * 1000003; Integer num = this.d; @@ -110,21 +110,21 @@ public final class g extends m { } public String toString() { - StringBuilder L = c.d.b.a.a.L("LogRequest{requestTimeMs="); - L.append(this.a); - L.append(", requestUptimeMs="); - L.append(this.b); - L.append(", clientInfo="); - L.append(this.f596c); - L.append(", logSource="); - L.append(this.d); - L.append(", logSourceName="); - L.append(this.e); - L.append(", logEvents="); - L.append(this.f); - L.append(", qosTier="); - L.append(this.g); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("LogRequest{requestTimeMs="); + K.append(this.a); + K.append(", requestUptimeMs="); + K.append(this.b); + K.append(", clientInfo="); + K.append(this.f598c); + K.append(", logSource="); + K.append(this.d); + K.append(", logSourceName="); + K.append(this.e); + K.append(", logEvents="); + K.append(this.f); + K.append(", qosTier="); + K.append(this.g); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/b/i/e/h.java b/app/src/main/java/c/i/a/b/i/e/h.java index ac5d8d21b0..6a8276b7cf 100644 --- a/app/src/main/java/c/i/a/b/i/e/h.java +++ b/app/src/main/java/c/i/a/b/i/e/h.java @@ -27,6 +27,6 @@ public final class h extends n { } public String toString() { - return a.z(a.L("LogResponse{nextRequestWaitMillis="), this.a, "}"); + return a.y(a.K("LogResponse{nextRequestWaitMillis="), this.a, "}"); } } diff --git a/app/src/main/java/c/i/a/b/i/e/i.java b/app/src/main/java/c/i/a/b/i/e/i.java index b109a975e1..18b938108e 100644 --- a/app/src/main/java/c/i/a/b/i/e/i.java +++ b/app/src/main/java/c/i/a/b/i/e/i.java @@ -58,11 +58,11 @@ public final class i extends o { } public String toString() { - StringBuilder L = c.d.b.a.a.L("NetworkConnectionInfo{networkType="); - L.append(this.a); - L.append(", mobileSubtype="); - L.append(this.b); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("NetworkConnectionInfo{networkType="); + K.append(this.a); + K.append(", mobileSubtype="); + K.append(this.b); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/b/j/a.java b/app/src/main/java/c/i/a/b/j/a.java index 24db75aafe..9b027ba32e 100644 --- a/app/src/main/java/c/i/a/b/j/a.java +++ b/app/src/main/java/c/i/a/b/j/a.java @@ -10,7 +10,7 @@ public final class a extends f { public final Integer b; /* renamed from: c reason: collision with root package name */ - public final e f605c; + public final e f607c; public final long d; public final long e; public final Map f; @@ -21,7 +21,7 @@ public final class a extends f { public Integer b; /* renamed from: c reason: collision with root package name */ - public e f606c; + public e f608c; public Long d; public Long e; public Map f; @@ -29,22 +29,22 @@ public final class a extends f { @Override // c.i.a.b.j.f.a public f b() { String str = this.a == null ? " transportName" : ""; - if (this.f606c == null) { - str = c.d.b.a.a.t(str, " encodedPayload"); + if (this.f608c == null) { + str = c.d.b.a.a.s(str, " encodedPayload"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " eventMillis"); + str = c.d.b.a.a.s(str, " eventMillis"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " uptimeMillis"); + str = c.d.b.a.a.s(str, " uptimeMillis"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " autoMetadata"); + str = c.d.b.a.a.s(str, " autoMetadata"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f606c, this.d.longValue(), this.e.longValue(), this.f, null); + return new a(this.a, this.b, this.f608c, this.d.longValue(), this.e.longValue(), this.f, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @Override // c.i.a.b.j.f.a @@ -58,7 +58,7 @@ public final class a extends f { public f.a d(e eVar) { Objects.requireNonNull(eVar, "Null encodedPayload"); - this.f606c = eVar; + this.f608c = eVar; return this; } @@ -82,7 +82,7 @@ public final class a extends f { public a(String str, Integer num, e eVar, long j, long j2, Map map, C0075a aVar) { this.a = str; this.b = num; - this.f605c = eVar; + this.f607c = eVar; this.d = j; this.e = j2; this.f = map; @@ -101,7 +101,7 @@ public final class a extends f { @Override // c.i.a.b.j.f public e d() { - return this.f605c; + return this.f607c; } @Override // c.i.a.b.j.f @@ -118,7 +118,7 @@ public final class a extends f { return false; } f fVar = (f) obj; - return this.a.equals(fVar.g()) && ((num = this.b) != null ? num.equals(fVar.c()) : fVar.c() == null) && this.f605c.equals(fVar.d()) && this.d == fVar.e() && this.e == fVar.h() && this.f.equals(fVar.b()); + return this.a.equals(fVar.g()) && ((num = this.b) != null ? num.equals(fVar.c()) : fVar.c() == null) && this.f607c.equals(fVar.d()) && this.d == fVar.e() && this.e == fVar.h() && this.f.equals(fVar.b()); } @Override // c.i.a.b.j.f @@ -137,21 +137,21 @@ public final class a extends f { int hashCode2 = num == null ? 0 : num.hashCode(); long j = this.d; long j2 = this.e; - return ((((((((hashCode ^ hashCode2) * 1000003) ^ this.f605c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); + return ((((((((hashCode ^ hashCode2) * 1000003) ^ this.f607c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); } public String toString() { - StringBuilder L = c.d.b.a.a.L("EventInternal{transportName="); - L.append(this.a); - L.append(", code="); - L.append(this.b); - L.append(", encodedPayload="); - L.append(this.f605c); - L.append(", eventMillis="); - L.append(this.d); - L.append(", uptimeMillis="); - L.append(this.e); - L.append(", autoMetadata="); - return c.d.b.a.a.F(L, this.f, "}"); + StringBuilder K = c.d.b.a.a.K("EventInternal{transportName="); + K.append(this.a); + K.append(", code="); + K.append(this.b); + K.append(", encodedPayload="); + K.append(this.f607c); + K.append(", eventMillis="); + K.append(this.d); + K.append(", uptimeMillis="); + K.append(this.e); + K.append(", autoMetadata="); + return c.d.b.a.a.E(K, this.f, "}"); } } diff --git a/app/src/main/java/c/i/a/b/j/b.java b/app/src/main/java/c/i/a/b/j/b.java index 6249f81110..3c972230f1 100644 --- a/app/src/main/java/c/i/a/b/j/b.java +++ b/app/src/main/java/c/i/a/b/j/b.java @@ -12,7 +12,7 @@ public final class b extends i { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final d f607c; + public final d f609c; /* compiled from: AutoValue_TransportContext */ /* renamed from: c.i.a.b.j.b$b reason: collision with other inner class name */ @@ -21,18 +21,18 @@ public final class b extends i { public byte[] b; /* renamed from: c reason: collision with root package name */ - public d f608c; + public d f610c; @Override // c.i.a.b.j.i.a public i a() { String str = this.a == null ? " backendName" : ""; - if (this.f608c == null) { - str = c.d.b.a.a.t(str, " priority"); + if (this.f610c == null) { + str = c.d.b.a.a.s(str, " priority"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f608c, null); + return new b(this.a, this.b, this.f610c, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @Override // c.i.a.b.j.i.a @@ -45,7 +45,7 @@ public final class b extends i { @Override // c.i.a.b.j.i.a public i.a c(d dVar) { Objects.requireNonNull(dVar, "Null priority"); - this.f608c = dVar; + this.f610c = dVar; return this; } } @@ -53,7 +53,7 @@ public final class b extends i { public b(String str, byte[] bArr, d dVar, a aVar) { this.a = str; this.b = bArr; - this.f607c = dVar; + this.f609c = dVar; } @Override // c.i.a.b.j.i @@ -70,7 +70,7 @@ public final class b extends i { @Override // c.i.a.b.j.i @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP}) public d d() { - return this.f607c; + return this.f609c; } public boolean equals(Object obj) { @@ -82,7 +82,7 @@ public final class b extends i { } i iVar = (i) obj; if (this.a.equals(iVar.b())) { - if (Arrays.equals(this.b, iVar instanceof b ? ((b) iVar).b : iVar.c()) && this.f607c.equals(iVar.d())) { + if (Arrays.equals(this.b, iVar instanceof b ? ((b) iVar).b : iVar.c()) && this.f609c.equals(iVar.d())) { return true; } } @@ -90,6 +90,6 @@ public final class b extends i { } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.b)) * 1000003) ^ this.f607c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.b)) * 1000003) ^ this.f609c.hashCode(); } } diff --git a/app/src/main/java/c/i/a/b/j/c.java b/app/src/main/java/c/i/a/b/j/c.java index 8e79b036a4..3e3cd77497 100644 --- a/app/src/main/java/c/i/a/b/j/c.java +++ b/app/src/main/java/c/i/a/b/j/c.java @@ -35,7 +35,7 @@ public final class c extends o { public c0.a.a r; /* renamed from: s reason: collision with root package name */ - public c0.a.a

f609s; + public c0.a.a

f611s; public c0.a.a t; public c(Context context, a aVar) { @@ -68,7 +68,7 @@ public final class c extends o { m mVar = new m(aVar4, aVar6, aVar3, gVar, aVar5, aVar3, bVar2); this.r = mVar; q qVar = new q(aVar5, aVar3, gVar, aVar3); - this.f609s = qVar; + this.f611s = qVar; c0.a.a pVar = new p(bVar2, cVar, dVar, mVar, qVar); this.t = !(pVar instanceof c.i.a.b.j.r.a.a) ? new c.i.a.b.j.r.a.a(pVar) : pVar; } diff --git a/app/src/main/java/c/i/a/b/j/e.java b/app/src/main/java/c/i/a/b/j/e.java index 0fa00ebec5..b47cd942d2 100644 --- a/app/src/main/java/c/i/a/b/j/e.java +++ b/app/src/main/java/c/i/a/b/j/e.java @@ -36,9 +36,9 @@ public final class e { } public String toString() { - StringBuilder L = a.L("EncodedPayload{encoding="); - L.append(this.a); - L.append(", bytes=[...]}"); - return L.toString(); + StringBuilder K = a.K("EncodedPayload{encoding="); + K.append(this.a); + K.append(", bytes=[...]}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/b/j/j.java b/app/src/main/java/c/i/a/b/j/j.java index a730411ac8..6fd124bfee 100644 --- a/app/src/main/java/c/i/a/b/j/j.java +++ b/app/src/main/java/c/i/a/b/j/j.java @@ -11,18 +11,18 @@ public final class j implements g { public final i b; /* renamed from: c reason: collision with root package name */ - public final m f610c; + public final m f612c; public j(Set set, i iVar, m mVar) { this.a = set; this.b = iVar; - this.f610c = mVar; + this.f612c = mVar; } @Override // c.i.a.b.g public f a(String str, Class cls, b bVar, e eVar) { if (this.a.contains(bVar)) { - return new l(this.b, str, bVar, eVar, this.f610c); + return new l(this.b, str, bVar, eVar, this.f612c); } throw new IllegalArgumentException(String.format("%s is not supported byt this factory. Supported encodings are: %s.", bVar, this.a)); } diff --git a/app/src/main/java/c/i/a/b/j/l.java b/app/src/main/java/c/i/a/b/j/l.java index a4cd070d61..70d55dd196 100644 --- a/app/src/main/java/c/i/a/b/j/l.java +++ b/app/src/main/java/c/i/a/b/j/l.java @@ -17,14 +17,14 @@ public final class l implements f { public final String b; /* renamed from: c reason: collision with root package name */ - public final b f611c; + public final b f613c; public final e d; public final m e; public l(i iVar, String str, b bVar, e eVar, m mVar) { this.a = iVar; this.b = str; - this.f611c = bVar; + this.f613c = bVar; this.d = eVar; this.e = mVar; } @@ -44,7 +44,7 @@ public final class l implements f { Objects.requireNonNull(str, "Null transportName"); e eVar = this.d; Objects.requireNonNull(eVar, "Null transformer"); - b bVar = this.f611c; + b bVar = this.f613c; Objects.requireNonNull(bVar, "Null encoding"); n nVar = (n) mVar; c.i.a.b.j.t.e eVar2 = nVar.d; @@ -58,7 +58,7 @@ public final class l implements f { a.b bVar3 = new a.b(); bVar3.f = new HashMap(); bVar3.e(nVar.b.a()); - bVar3.g(nVar.f612c.a()); + bVar3.g(nVar.f614c.a()); bVar3.f(str); bVar3.d(new e(bVar, eVar.apply(cVar.b()))); bVar3.b = cVar.a(); diff --git a/app/src/main/java/c/i/a/b/j/n.java b/app/src/main/java/c/i/a/b/j/n.java index 469d2ae579..cd506a9b8a 100644 --- a/app/src/main/java/c/i/a/b/j/n.java +++ b/app/src/main/java/c/i/a/b/j/n.java @@ -18,13 +18,13 @@ public class n implements m { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f612c; + public final a f614c; public final e d; public final l e; public n(a aVar, a aVar2, e eVar, l lVar, p pVar) { this.b = aVar; - this.f612c = aVar2; + this.f614c = aVar2; this.d = eVar; this.e = lVar; pVar.a.execute(new c.i.a.b.j.t.h.n(pVar)); diff --git a/app/src/main/java/c/i/a/b/j/p.java b/app/src/main/java/c/i/a/b/j/p.java index 6b5af85475..678b1b3c2d 100644 --- a/app/src/main/java/c/i/a/b/j/p.java +++ b/app/src/main/java/c/i/a/b/j/p.java @@ -9,20 +9,20 @@ public final class p implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f613c; + public final a f615c; public final a d; public final a e; public p(a aVar, a aVar2, a aVar3, a aVar4, a aVar5) { this.a = aVar; this.b = aVar2; - this.f613c = aVar3; + this.f615c = aVar3; this.d = aVar4; this.e = aVar5; } @Override // c0.a.a public Object get() { - return new n(this.a.get(), this.b.get(), this.f613c.get(), this.d.get(), this.e.get()); + return new n(this.a.get(), this.b.get(), this.f615c.get(), this.d.get(), this.e.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/q/a.java b/app/src/main/java/c/i/a/b/j/q/a.java index 5f63905d9b..15c3658fdb 100644 --- a/app/src/main/java/c/i/a/b/j/q/a.java +++ b/app/src/main/java/c/i/a/b/j/q/a.java @@ -45,11 +45,11 @@ public final class a extends f { } public String toString() { - StringBuilder L = c.d.b.a.a.L("BackendRequest{events="); - L.append(this.a); - L.append(", extras="); - L.append(Arrays.toString(this.b)); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("BackendRequest{events="); + K.append(this.a); + K.append(", extras="); + K.append(Arrays.toString(this.b)); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/b/j/q/b.java b/app/src/main/java/c/i/a/b/j/q/b.java index 72d4a125e4..f8fabe86aa 100644 --- a/app/src/main/java/c/i/a/b/j/q/b.java +++ b/app/src/main/java/c/i/a/b/j/q/b.java @@ -41,9 +41,9 @@ public final class b extends g { } public String toString() { - StringBuilder L = a.L("BackendResponse{status="); - L.append(this.a); - L.append(", nextRequestWaitMillis="); - return a.z(L, this.b, "}"); + StringBuilder K = a.K("BackendResponse{status="); + K.append(this.a); + K.append(", nextRequestWaitMillis="); + return a.y(K, this.b, "}"); } } diff --git a/app/src/main/java/c/i/a/b/j/q/c.java b/app/src/main/java/c/i/a/b/j/q/c.java index eb43087169..2819c60ef9 100644 --- a/app/src/main/java/c/i/a/b/j/q/c.java +++ b/app/src/main/java/c/i/a/b/j/q/c.java @@ -10,7 +10,7 @@ public final class c extends h { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f614c; + public final a f616c; public final String d; public c(Context context, a aVar, a aVar2, String str) { @@ -19,7 +19,7 @@ public final class c extends h { Objects.requireNonNull(aVar, "Null wallClock"); this.b = aVar; Objects.requireNonNull(aVar2, "Null monotonicClock"); - this.f614c = aVar2; + this.f616c = aVar2; Objects.requireNonNull(str, "Null backendName"); this.d = str; } @@ -37,7 +37,7 @@ public final class c extends h { @Override // c.i.a.b.j.q.h public a c() { - return this.f614c; + return this.f616c; } @Override // c.i.a.b.j.q.h @@ -53,21 +53,21 @@ public final class c extends h { return false; } h hVar = (h) obj; - return this.a.equals(hVar.a()) && this.b.equals(hVar.d()) && this.f614c.equals(hVar.c()) && this.d.equals(hVar.b()); + return this.a.equals(hVar.a()) && this.b.equals(hVar.d()) && this.f616c.equals(hVar.c()) && this.d.equals(hVar.b()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f614c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f616c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { - StringBuilder L = c.d.b.a.a.L("CreationContext{applicationContext="); - L.append(this.a); - L.append(", wallClock="); - L.append(this.b); - L.append(", monotonicClock="); - L.append(this.f614c); - L.append(", backendName="); - return c.d.b.a.a.D(L, this.d, "}"); + StringBuilder K = c.d.b.a.a.K("CreationContext{applicationContext="); + K.append(this.a); + K.append(", wallClock="); + K.append(this.b); + K.append(", monotonicClock="); + K.append(this.f616c); + K.append(", backendName="); + return c.d.b.a.a.C(K, this.d, "}"); } } diff --git a/app/src/main/java/c/i/a/b/j/q/i.java b/app/src/main/java/c/i/a/b/j/q/i.java index 8979d99aa4..8bc3eb7d67 100644 --- a/app/src/main/java/c/i/a/b/j/q/i.java +++ b/app/src/main/java/c/i/a/b/j/q/i.java @@ -8,11 +8,11 @@ public class i { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f615c; + public final a f617c; public i(Context context, a aVar, a aVar2) { this.a = context; this.b = aVar; - this.f615c = aVar2; + this.f617c = aVar2; } } diff --git a/app/src/main/java/c/i/a/b/j/q/j.java b/app/src/main/java/c/i/a/b/j/q/j.java index 3c434c3311..d1ff0eb7ba 100644 --- a/app/src/main/java/c/i/a/b/j/q/j.java +++ b/app/src/main/java/c/i/a/b/j/q/j.java @@ -8,16 +8,16 @@ public final class j implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f616c; + public final a f618c; public j(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f616c = aVar3; + this.f618c = aVar3; } @Override // c0.a.a public Object get() { - return new i(this.a.get(), this.b.get(), this.f616c.get()); + return new i(this.a.get(), this.b.get(), this.f618c.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/q/k.java b/app/src/main/java/c/i/a/b/j/q/k.java index 150aa03903..a2ecf8542e 100644 --- a/app/src/main/java/c/i/a/b/j/q/k.java +++ b/app/src/main/java/c/i/a/b/j/q/k.java @@ -18,7 +18,7 @@ public class k implements e { public final i b; /* renamed from: c reason: collision with root package name */ - public final Map f617c = new HashMap(); + public final Map f619c = new HashMap(); /* compiled from: MetadataBackendRegistry */ public static class a { @@ -110,16 +110,16 @@ public class k implements e { @Override // c.i.a.b.j.q.e @Nullable public synchronized m get(String str) { - if (this.f617c.containsKey(str)) { - return this.f617c.get(str); + if (this.f619c.containsKey(str)) { + return this.f619c.get(str); } d a2 = this.a.a(str); if (a2 == null) { return null; } i iVar = this.b; - m create = a2.create(new c(iVar.a, iVar.b, iVar.f615c, str)); - this.f617c.put(str, create); + m create = a2.create(new c(iVar.a, iVar.b, iVar.f617c, str)); + this.f619c.put(str, create); return create; } } diff --git a/app/src/main/java/c/i/a/b/j/r/a/a.java b/app/src/main/java/c/i/a/b/j/r/a/a.java index 8c9acaa0f0..564a9fcacd 100644 --- a/app/src/main/java/c/i/a/b/j/r/a/a.java +++ b/app/src/main/java/c/i/a/b/j/r/a/a.java @@ -5,7 +5,7 @@ public final class a implements c0.a.a { public volatile c0.a.a b; /* renamed from: c reason: collision with root package name */ - public volatile Object f618c = a; + public volatile Object f620c = a; public a(c0.a.a aVar) { this.b = aVar; @@ -20,15 +20,15 @@ public final class a implements c0.a.a { @Override // c0.a.a public T get() { - T t = (T) this.f618c; + T t = (T) this.f620c; Object obj = a; if (t == obj) { synchronized (this) { - t = this.f618c; + t = this.f620c; if (t == obj) { t = this.b.get(); - a(this.f618c, t); - this.f618c = t; + a(this.f620c, t); + this.f620c = t; this.b = null; } } diff --git a/app/src/main/java/c/i/a/b/j/t/a.java b/app/src/main/java/c/i/a/b/j/t/a.java index be64c06166..c86e83fb6b 100644 --- a/app/src/main/java/c/i/a/b/j/t/a.java +++ b/app/src/main/java/c/i/a/b/j/t/a.java @@ -38,9 +38,9 @@ public final /* synthetic */ class a implements Runnable { hVar.a(null); } catch (Exception e) { Logger logger2 = c.a; - StringBuilder L = c.d.b.a.a.L("Error scheduling event "); - L.append(e.getMessage()); - logger2.warning(L.toString()); + StringBuilder K = c.d.b.a.a.K("Error scheduling event "); + K.append(e.getMessage()); + logger2.warning(K.toString()); hVar.a(e); } } diff --git a/app/src/main/java/c/i/a/b/j/t/b.java b/app/src/main/java/c/i/a/b/j/t/b.java index b6d3c66a98..15a95d886e 100644 --- a/app/src/main/java/c/i/a/b/j/t/b.java +++ b/app/src/main/java/c/i/a/b/j/t/b.java @@ -9,19 +9,19 @@ public final /* synthetic */ class b implements a.AbstractC0080a { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f619c; + public final f f621c; public b(c cVar, i iVar, f fVar) { this.a = cVar; this.b = iVar; - this.f619c = fVar; + this.f621c = fVar; } @Override // c.i.a.b.j.u.a.AbstractC0080a public Object execute() { c cVar = this.a; i iVar = this.b; - cVar.e.Z(iVar, this.f619c); + cVar.e.Z(iVar, this.f621c); cVar.b.a(iVar, 1); return null; } diff --git a/app/src/main/java/c/i/a/b/j/t/c.java b/app/src/main/java/c/i/a/b/j/t/c.java index d678ffd7a4..e9781607e6 100644 --- a/app/src/main/java/c/i/a/b/j/t/c.java +++ b/app/src/main/java/c/i/a/b/j/t/c.java @@ -15,13 +15,13 @@ public class c implements e { public final r b; /* renamed from: c reason: collision with root package name */ - public final Executor f620c; + public final Executor f622c; public final e d; public final c.i.a.b.j.t.i.c e; public final a f; public c(Executor executor, e eVar, r rVar, c.i.a.b.j.t.i.c cVar, a aVar) { - this.f620c = executor; + this.f622c = executor; this.d = eVar; this.b = rVar; this.e = cVar; @@ -30,6 +30,6 @@ public class c implements e { @Override // c.i.a.b.j.t.e public void a(i iVar, f fVar, h hVar) { - this.f620c.execute(new a(this, iVar, hVar, fVar)); + this.f622c.execute(new a(this, iVar, hVar, fVar)); } } diff --git a/app/src/main/java/c/i/a/b/j/t/d.java b/app/src/main/java/c/i/a/b/j/t/d.java index d6a06b9c4f..b406c25fc3 100644 --- a/app/src/main/java/c/i/a/b/j/t/d.java +++ b/app/src/main/java/c/i/a/b/j/t/d.java @@ -11,20 +11,20 @@ public final class d implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f621c; + public final a f623c; public final a d; public final a e; public d(a aVar, a aVar2, a aVar3, a aVar4, a aVar5) { this.a = aVar; this.b = aVar2; - this.f621c = aVar3; + this.f623c = aVar3; this.d = aVar4; this.e = aVar5; } @Override // c0.a.a public Object get() { - return new c(this.a.get(), this.b.get(), this.f621c.get(), this.d.get(), this.e.get()); + return new c(this.a.get(), this.b.get(), this.f623c.get(), this.d.get(), this.e.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/f.java b/app/src/main/java/c/i/a/b/j/t/f.java index 63752e7437..16a2483af0 100644 --- a/app/src/main/java/c/i/a/b/j/t/f.java +++ b/app/src/main/java/c/i/a/b/j/t/f.java @@ -40,7 +40,7 @@ public final class f implements a { Set unmodifiableSet = Collections.unmodifiableSet(new HashSet(Arrays.asList(f.b.NETWORK_UNMETERED, f.b.DEVICE_IDLE))); c.b bVar = (c.b) a3; Objects.requireNonNull(unmodifiableSet, "Null flags"); - bVar.f624c = unmodifiableSet; + bVar.f626c = unmodifiableSet; hashMap.put(dVar3, bVar.a()); Objects.requireNonNull(aVar, "missing required property: clock"); int size = hashMap.keySet().size(); diff --git a/app/src/main/java/c/i/a/b/j/t/g.java b/app/src/main/java/c/i/a/b/j/t/g.java index 71d4669bc5..bf9408de47 100644 --- a/app/src/main/java/c/i/a/b/j/t/g.java +++ b/app/src/main/java/c/i/a/b/j/t/g.java @@ -11,19 +11,19 @@ public final class g implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f622c; + public final a f624c; public final a d; public g(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f622c = aVar3; + this.f624c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { this.d.get(); - return new d(this.a.get(), this.b.get(), this.f622c.get()); + return new d(this.a.get(), this.b.get(), this.f624c.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/b.java b/app/src/main/java/c/i/a/b/j/t/h/b.java index fc7aab1811..0ff1f96654 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/b.java +++ b/app/src/main/java/c/i/a/b/j/t/h/b.java @@ -43,9 +43,9 @@ public final class b extends f { } public String toString() { - StringBuilder L = c.d.b.a.a.L("SchedulerConfig{clock="); - L.append(this.a); - L.append(", values="); - return c.d.b.a.a.F(L, this.b, "}"); + StringBuilder K = c.d.b.a.a.K("SchedulerConfig{clock="); + K.append(this.a); + K.append(", values="); + return c.d.b.a.a.E(K, this.b, "}"); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/c.java b/app/src/main/java/c/i/a/b/j/t/h/c.java index 1616d1a187..b9d01a7d66 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/c.java +++ b/app/src/main/java/c/i/a/b/j/t/h/c.java @@ -8,7 +8,7 @@ public final class c extends f.a { public final long b; /* renamed from: c reason: collision with root package name */ - public final Set f623c; + public final Set f625c; /* compiled from: AutoValue_SchedulerConfig_ConfigValue */ public static final class b extends f.a.AbstractC0078a { @@ -16,21 +16,21 @@ public final class c extends f.a { public Long b; /* renamed from: c reason: collision with root package name */ - public Set f624c; + public Set f626c; @Override // c.i.a.b.j.t.h.f.a.AbstractC0078a public f.a a() { String str = this.a == null ? " delta" : ""; if (this.b == null) { - str = c.d.b.a.a.t(str, " maxAllowedDelay"); + str = c.d.b.a.a.s(str, " maxAllowedDelay"); } - if (this.f624c == null) { - str = c.d.b.a.a.t(str, " flags"); + if (this.f626c == null) { + str = c.d.b.a.a.s(str, " flags"); } if (str.isEmpty()) { - return new c(this.a.longValue(), this.b.longValue(), this.f624c, null); + return new c(this.a.longValue(), this.b.longValue(), this.f626c, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @Override // c.i.a.b.j.t.h.f.a.AbstractC0078a @@ -49,7 +49,7 @@ public final class c extends f.a { public c(long j, long j2, Set set, a aVar) { this.a = j; this.b = j2; - this.f623c = set; + this.f625c = set; } @Override // c.i.a.b.j.t.h.f.a @@ -59,7 +59,7 @@ public final class c extends f.a { @Override // c.i.a.b.j.t.h.f.a public Set c() { - return this.f623c; + return this.f625c; } @Override // c.i.a.b.j.t.h.f.a @@ -75,23 +75,23 @@ public final class c extends f.a { return false; } f.a aVar = (f.a) obj; - return this.a == aVar.b() && this.b == aVar.d() && this.f623c.equals(aVar.c()); + return this.a == aVar.b() && this.b == aVar.d() && this.f625c.equals(aVar.c()); } public int hashCode() { long j = this.a; long j2 = this.b; - return this.f623c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f625c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { - StringBuilder L = c.d.b.a.a.L("ConfigValue{delta="); - L.append(this.a); - L.append(", maxAllowedDelay="); - L.append(this.b); - L.append(", flags="); - L.append(this.f623c); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("ConfigValue{delta="); + K.append(this.a); + K.append(", maxAllowedDelay="); + K.append(this.b); + K.append(", flags="); + K.append(this.f625c); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/d.java b/app/src/main/java/c/i/a/b/j/t/h/d.java index 329e566fc7..e151ac9700 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/d.java +++ b/app/src/main/java/c/i/a/b/j/t/h/d.java @@ -25,12 +25,12 @@ public class d implements r { public final c b; /* renamed from: c reason: collision with root package name */ - public final f f625c; + public final f f627c; public d(Context context, c cVar, f fVar) { this.a = context; this.b = cVar; - this.f625c = fVar; + this.f627c = fVar; } /* JADX WARNING: Code restructure failed: missing block: B:10:0x0092, code lost: @@ -69,7 +69,7 @@ public class d implements r { return; } long g02 = this.b.g0(iVar); - f fVar = this.f625c; + f fVar = this.f627c; JobInfo.Builder builder = new JobInfo.Builder(value, componentName); c.i.a.b.d d = iVar.d(); builder.setMinimumLatency(fVar.b(d, g02, i)); @@ -101,7 +101,7 @@ public class d implements r { Object[] objArr = new Object[5]; objArr[c2] = iVar; objArr[1] = Integer.valueOf(value); - objArr[2] = Long.valueOf(this.f625c.b(iVar.d(), g02, i)); + objArr[2] = Long.valueOf(this.f627c.b(iVar.d(), g02, i)); objArr[3] = Long.valueOf(g02); objArr[4] = Integer.valueOf(i); AnimatableValueParser.a0("JobInfoScheduler", "Scheduling upload for context %s with jobId=%d in %dms(Backend next call timestamp %d). Attempt %d", objArr); diff --git a/app/src/main/java/c/i/a/b/j/t/h/f.java b/app/src/main/java/c/i/a/b/j/t/h/f.java index 47bb2517ac..e56c41c2a4 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/f.java +++ b/app/src/main/java/c/i/a/b/j/t/h/f.java @@ -30,7 +30,7 @@ public abstract class f { c.b bVar = new c.b(); Set emptySet = Collections.emptySet(); Objects.requireNonNull(emptySet, "Null flags"); - bVar.f624c = emptySet; + bVar.f626c = emptySet; return bVar; } diff --git a/app/src/main/java/c/i/a/b/j/t/h/g.java b/app/src/main/java/c/i/a/b/j/t/h/g.java index 88f3ef3e4d..da4a0c5d1e 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/g.java +++ b/app/src/main/java/c/i/a/b/j/t/h/g.java @@ -28,7 +28,7 @@ public final /* synthetic */ class g implements Runnable { Runnable runnable = this.l; try { a aVar = lVar.f; - c cVar = lVar.f628c; + c cVar = lVar.f630c; cVar.getClass(); aVar.a(new j(cVar)); NetworkInfo activeNetworkInfo = ((ConnectivityManager) lVar.a.getSystemService("connectivity")).getActiveNetworkInfo(); diff --git a/app/src/main/java/c/i/a/b/j/t/h/h.java b/app/src/main/java/c/i/a/b/j/t/h/h.java index 2653e5b91c..ca9e982e01 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/h.java +++ b/app/src/main/java/c/i/a/b/j/t/h/h.java @@ -15,6 +15,6 @@ public final /* synthetic */ class h implements a.AbstractC0080a { @Override // c.i.a.b.j.u.a.AbstractC0080a public Object execute() { l lVar = this.a; - return lVar.f628c.q(this.b); + return lVar.f630c.q(this.b); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/i.java b/app/src/main/java/c/i/a/b/j/t/h/i.java index dc22183dd1..27ed98625c 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/i.java +++ b/app/src/main/java/c/i/a/b/j/t/h/i.java @@ -9,14 +9,14 @@ public final /* synthetic */ class i implements a.AbstractC0080a { public final g b; /* renamed from: c reason: collision with root package name */ - public final Iterable f626c; + public final Iterable f628c; public final c.i.a.b.j.i d; public final int e; public i(l lVar, g gVar, Iterable iterable, c.i.a.b.j.i iVar, int i) { this.a = lVar; this.b = gVar; - this.f626c = iterable; + this.f628c = iterable; this.d = iVar; this.e = i; } @@ -25,19 +25,19 @@ public final /* synthetic */ class i implements a.AbstractC0080a { public Object execute() { l lVar = this.a; g gVar = this.b; - Iterable iterable = this.f626c; + Iterable iterable = this.f628c; c.i.a.b.j.i iVar = this.d; int i = this.e; if (gVar.c() == g.a.TRANSIENT_ERROR) { - lVar.f628c.m0(iterable); + lVar.f630c.m0(iterable); lVar.d.a(iVar, i + 1); return null; } - lVar.f628c.m(iterable); + lVar.f630c.m(iterable); if (gVar.c() == g.a.OK) { - lVar.f628c.u(iVar, gVar.b() + lVar.g.a()); + lVar.f630c.u(iVar, gVar.b() + lVar.g.a()); } - if (!lVar.f628c.k0(iVar)) { + if (!lVar.f630c.k0(iVar)) { return null; } lVar.d.a(iVar, 1); diff --git a/app/src/main/java/c/i/a/b/j/t/h/k.java b/app/src/main/java/c/i/a/b/j/t/h/k.java index 8f4ca4ce91..34f7eb96c3 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/k.java +++ b/app/src/main/java/c/i/a/b/j/t/h/k.java @@ -8,18 +8,18 @@ public final /* synthetic */ class k implements a.AbstractC0080a { public final i b; /* renamed from: c reason: collision with root package name */ - public final int f627c; + public final int f629c; public k(l lVar, i iVar, int i) { this.a = lVar; this.b = iVar; - this.f627c = i; + this.f629c = i; } @Override // c.i.a.b.j.u.a.AbstractC0080a public Object execute() { l lVar = this.a; - lVar.d.a(this.b, this.f627c + 1); + lVar.d.a(this.b, this.f629c + 1); return null; } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/l.java b/app/src/main/java/c/i/a/b/j/t/h/l.java index 693e99cc46..69e924970c 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/l.java +++ b/app/src/main/java/c/i/a/b/j/t/h/l.java @@ -17,7 +17,7 @@ public class l { public final e b; /* renamed from: c reason: collision with root package name */ - public final c f628c; + public final c f630c; public final r d; public final Executor e; public final a f; @@ -26,7 +26,7 @@ public class l { public l(Context context, e eVar, c cVar, r rVar, Executor executor, a aVar, c.i.a.b.j.v.a aVar2) { this.a = context; this.b = eVar; - this.f628c = cVar; + this.f630c = cVar; this.d = rVar; this.e = executor; this.f = aVar; @@ -50,7 +50,7 @@ public class l { if (1 != 0) { a = mVar.a(new c.i.a.b.j.q.a(arrayList, c2, null)); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", "")); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", "")); } } this.f.a(new i(this, a, iterable, iVar, i)); diff --git a/app/src/main/java/c/i/a/b/j/t/h/m.java b/app/src/main/java/c/i/a/b/j/t/h/m.java index b28ac7108f..e052a42269 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/m.java +++ b/app/src/main/java/c/i/a/b/j/t/h/m.java @@ -11,7 +11,7 @@ public final class m implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f629c; + public final a f631c; public final a d; public final a e; public final a f; @@ -20,7 +20,7 @@ public final class m implements a { public m(a aVar, a aVar2, a aVar3, a aVar4, a aVar5, a aVar6, a aVar7) { this.a = aVar; this.b = aVar2; - this.f629c = aVar3; + this.f631c = aVar3; this.d = aVar4; this.e = aVar5; this.f = aVar6; @@ -29,6 +29,6 @@ public final class m implements a { @Override // c0.a.a public Object get() { - return new l(this.a.get(), this.b.get(), this.f629c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); + return new l(this.a.get(), this.b.get(), this.f631c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/o.java b/app/src/main/java/c/i/a/b/j/t/h/o.java index 02cfd15d17..30556a71f5 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/o.java +++ b/app/src/main/java/c/i/a/b/j/t/h/o.java @@ -14,7 +14,7 @@ public final /* synthetic */ class o implements a.AbstractC0080a { public Object execute() { p pVar = this.a; for (i iVar : pVar.b.y()) { - pVar.f630c.a(iVar, 1); + pVar.f632c.a(iVar, 1); } return null; } diff --git a/app/src/main/java/c/i/a/b/j/t/h/p.java b/app/src/main/java/c/i/a/b/j/t/h/p.java index ef99a55136..f0c137e933 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/p.java +++ b/app/src/main/java/c/i/a/b/j/t/h/p.java @@ -9,13 +9,13 @@ public class p { public final c b; /* renamed from: c reason: collision with root package name */ - public final r f630c; + public final r f632c; public final a d; public p(Executor executor, c cVar, r rVar, a aVar) { this.a = executor; this.b = cVar; - this.f630c = rVar; + this.f632c = rVar; this.d = aVar; } } diff --git a/app/src/main/java/c/i/a/b/j/t/h/q.java b/app/src/main/java/c/i/a/b/j/t/h/q.java index 9df2b1f58f..8307a2fe22 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/q.java +++ b/app/src/main/java/c/i/a/b/j/t/h/q.java @@ -9,18 +9,18 @@ public final class q implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f631c; + public final a f633c; public final a d; public q(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f631c = aVar3; + this.f633c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new p(this.a.get(), this.b.get(), this.f631c.get(), this.d.get()); + return new p(this.a.get(), this.b.get(), this.f633c.get(), this.d.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/a.java b/app/src/main/java/c/i/a/b/j/t/i/a.java index 15da2e5b06..d6fd4e9e98 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/a.java +++ b/app/src/main/java/c/i/a/b/j/t/i/a.java @@ -4,14 +4,14 @@ public final class a extends d { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f632c; + public final int f634c; public final int d; public final long e; public final int f; public a(long j, int i, int i2, long j2, int i3, C0079a aVar) { this.b = j; - this.f632c = i; + this.f634c = i; this.d = i2; this.e = j2; this.f = i3; @@ -29,7 +29,7 @@ public final class a extends d { @Override // c.i.a.b.j.t.i.d public int c() { - return this.f632c; + return this.f634c; } @Override // c.i.a.b.j.t.i.d @@ -50,25 +50,25 @@ public final class a extends d { return false; } d dVar = (d) obj; - return this.b == dVar.e() && this.f632c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); + return this.b == dVar.e() && this.f634c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); } public int hashCode() { long j = this.b; long j2 = this.e; - return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f632c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f634c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { - StringBuilder L = c.d.b.a.a.L("EventStoreConfig{maxStorageSizeInBytes="); - L.append(this.b); - L.append(", loadBatchSize="); - L.append(this.f632c); - L.append(", criticalSectionEnterTimeoutMs="); - L.append(this.d); - L.append(", eventCleanUpAge="); - L.append(this.e); - L.append(", maxBlobByteSizePerRow="); - return c.d.b.a.a.y(L, this.f, "}"); + StringBuilder K = c.d.b.a.a.K("EventStoreConfig{maxStorageSizeInBytes="); + K.append(this.b); + K.append(", loadBatchSize="); + K.append(this.f634c); + K.append(", criticalSectionEnterTimeoutMs="); + K.append(this.d); + K.append(", eventCleanUpAge="); + K.append(this.e); + K.append(", maxBlobByteSizePerRow="); + return c.d.b.a.a.w(K, this.f, "}"); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/a0.java b/app/src/main/java/c/i/a/b/j/t/i/a0.java index b2483307bd..3ab68f69ec 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/a0.java +++ b/app/src/main/java/c/i/a/b/j/t/i/a0.java @@ -8,16 +8,16 @@ public final class a0 implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f633c; + public final a f635c; public a0(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f633c = aVar3; + this.f635c = aVar3; } @Override // c0.a.a public Object get() { - return new z(this.a.get(), this.b.get(), this.f633c.get().intValue()); + return new z(this.a.get(), this.b.get(), this.f635c.get().intValue()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/b.java b/app/src/main/java/c/i/a/b/j/t/i/b.java index 2781d6c9cd..f4a05d6e1c 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/b.java +++ b/app/src/main/java/c/i/a/b/j/t/i/b.java @@ -10,19 +10,19 @@ public final class b extends h { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f634c; + public final f f636c; public b(long j, i iVar, f fVar) { this.a = j; Objects.requireNonNull(iVar, "Null transportContext"); this.b = iVar; Objects.requireNonNull(fVar, "Null event"); - this.f634c = fVar; + this.f636c = fVar; } @Override // c.i.a.b.j.t.i.h public f a() { - return this.f634c; + return this.f636c; } @Override // c.i.a.b.j.t.i.h @@ -43,22 +43,22 @@ public final class b extends h { return false; } h hVar = (h) obj; - return this.a == hVar.b() && this.b.equals(hVar.c()) && this.f634c.equals(hVar.a()); + return this.a == hVar.b() && this.b.equals(hVar.c()) && this.f636c.equals(hVar.a()); } public int hashCode() { long j = this.a; - return this.f634c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); + return this.f636c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); } public String toString() { - StringBuilder L = a.L("PersistedEvent{id="); - L.append(this.a); - L.append(", transportContext="); - L.append(this.b); - L.append(", event="); - L.append(this.f634c); - L.append("}"); - return L.toString(); + StringBuilder K = a.K("PersistedEvent{id="); + K.append(this.a); + K.append(", transportContext="); + K.append(this.b); + K.append(", event="); + K.append(this.f636c); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/d.java b/app/src/main/java/c/i/a/b/j/t/i/d.java index 746983c853..e34ecb727b 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/d.java +++ b/app/src/main/java/c/i/a/b/j/t/i/d.java @@ -15,22 +15,22 @@ public abstract class d { Integer num3 = 81920; String str = l == null ? " maxStorageSizeInBytes" : ""; if (num == null) { - str = a.t(str, " loadBatchSize"); + str = a.s(str, " loadBatchSize"); } if (num2 == null) { - str = a.t(str, " criticalSectionEnterTimeoutMs"); + str = a.s(str, " criticalSectionEnterTimeoutMs"); } if (l2 == null) { - str = a.t(str, " eventCleanUpAge"); + str = a.s(str, " eventCleanUpAge"); } if (num3 == null) { - str = a.t(str, " maxBlobByteSizePerRow"); + str = a.s(str, " maxBlobByteSizePerRow"); } if (str.isEmpty()) { a = new a(l.longValue(), num.intValue(), num2.intValue(), l2.longValue(), num3.intValue(), null); return; } - throw new IllegalStateException(a.t("Missing required properties:", str)); + throw new IllegalStateException(a.s("Missing required properties:", str)); } public abstract int a(); diff --git a/app/src/main/java/c/i/a/b/j/t/i/k.java b/app/src/main/java/c/i/a/b/j/t/i/k.java index 724b2948df..36c43923c2 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/k.java +++ b/app/src/main/java/c/i/a/b/j/t/i/k.java @@ -14,19 +14,19 @@ public final /* synthetic */ class k implements t.b { public final List b; /* renamed from: c reason: collision with root package name */ - public final i f635c; + public final i f637c; public k(t tVar, List list, i iVar) { this.a = tVar; this.b = list; - this.f635c = iVar; + this.f637c = iVar; } @Override // c.i.a.b.j.t.i.t.b public Object apply(Object obj) { t tVar = this.a; List list = this.b; - i iVar = this.f635c; + i iVar = this.f637c; Cursor cursor = (Cursor) obj; b bVar = t.i; while (cursor.moveToNext()) { diff --git a/app/src/main/java/c/i/a/b/j/t/i/s.java b/app/src/main/java/c/i/a/b/j/t/i/s.java index 067bb434a9..58b6d0b701 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/s.java +++ b/app/src/main/java/c/i/a/b/j/t/i/s.java @@ -17,12 +17,12 @@ public final /* synthetic */ class s implements t.b { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f636c; + public final f f638c; public s(t tVar, i iVar, f fVar) { this.a = tVar; this.b = iVar; - this.f636c = fVar; + this.f638c = fVar; } @Override // c.i.a.b.j.t.i.t.b @@ -30,7 +30,7 @@ public final /* synthetic */ class s implements t.b { long j; t tVar = this.a; i iVar = this.b; - f fVar = this.f636c; + f fVar = this.f638c; SQLiteDatabase sQLiteDatabase = (SQLiteDatabase) obj; b bVar = t.i; if (tVar.b().compileStatement("PRAGMA page_size").simpleQueryForLong() * tVar.b().compileStatement("PRAGMA page_count").simpleQueryForLong() >= tVar.m.e()) { diff --git a/app/src/main/java/c/i/a/b/j/t/i/t.java b/app/src/main/java/c/i/a/b/j/t/i/t.java index d5e03af390..324e647da9 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/t.java +++ b/app/src/main/java/c/i/a/b/j/t/i/t.java @@ -203,18 +203,18 @@ public class t implements c, c.i.a.b.j.u.a { @Override // c.i.a.b.j.t.i.c public void m(Iterable iterable) { if (iterable.iterator().hasNext()) { - StringBuilder L = c.d.b.a.a.L("DELETE FROM events WHERE _id in "); - L.append(f(iterable)); - b().compileStatement(L.toString()).execute(); + StringBuilder K = c.d.b.a.a.K("DELETE FROM events WHERE _id in "); + K.append(f(iterable)); + b().compileStatement(K.toString()).execute(); } } @Override // c.i.a.b.j.t.i.c public void m0(Iterable iterable) { if (iterable.iterator().hasNext()) { - StringBuilder L = c.d.b.a.a.L("UPDATE events SET num_attempts = num_attempts + 1 WHERE _id in "); - L.append(f(iterable)); - String sb = L.toString(); + StringBuilder K = c.d.b.a.a.K("UPDATE events SET num_attempts = num_attempts + 1 WHERE _id in "); + K.append(f(iterable)); + String sb = K.toString(); SQLiteDatabase b2 = b(); b2.beginTransaction(); try { diff --git a/app/src/main/java/c/i/a/b/j/t/i/u.java b/app/src/main/java/c/i/a/b/j/t/i/u.java index 09db754fad..ecc3028691 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/u.java +++ b/app/src/main/java/c/i/a/b/j/t/i/u.java @@ -7,18 +7,18 @@ public final class u implements a { public final a b; /* renamed from: c reason: collision with root package name */ - public final a f637c; + public final a f639c; public final a d; public u(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f637c = aVar3; + this.f639c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new t(this.a.get(), this.b.get(), this.f637c.get(), this.d.get()); + return new t(this.a.get(), this.b.get(), this.f639c.get(), this.d.get()); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/z.java b/app/src/main/java/c/i/a/b/j/t/i/z.java index 33429d033c..14a53ccf06 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/z.java +++ b/app/src/main/java/c/i/a/b/j/t/i/z.java @@ -30,10 +30,10 @@ public final class z extends SQLiteOpenHelper { } return; } - StringBuilder N = c.d.b.a.a.N("Migration from ", i2, " to ", i3, " was requested, but cannot be performed. Only "); - N.append(list.size()); - N.append(" migrations are provided"); - throw new IllegalArgumentException(N.toString()); + StringBuilder M = c.d.b.a.a.M("Migration from ", i2, " to ", i3, " was requested, but cannot be performed. Only "); + M.append(list.size()); + M.append(" migrations are provided"); + throw new IllegalArgumentException(M.toString()); } @Override // android.database.sqlite.SQLiteOpenHelper diff --git a/app/src/main/java/c/i/a/b/j/w/a.java b/app/src/main/java/c/i/a/b/j/w/a.java index 6aa7e76872..dac2381829 100644 --- a/app/src/main/java/c/i/a/b/j/w/a.java +++ b/app/src/main/java/c/i/a/b/j/w/a.java @@ -34,6 +34,6 @@ public final class a { if (dVar != null) { return dVar; } - throw new IllegalArgumentException(c.d.b.a.a.k("Unknown Priority for value ", i)); + throw new IllegalArgumentException(c.d.b.a.a.j("Unknown Priority for value ", i)); } } diff --git a/app/src/main/java/c/i/a/c/a2/a.java b/app/src/main/java/c/i/a/c/a2/a.java index d81bf13ae0..2bafebc93e 100644 --- a/app/src/main/java/c/i/a/c/a2/a.java +++ b/app/src/main/java/c/i/a/c/a2/a.java @@ -12,7 +12,7 @@ public abstract class a { @Nullable /* renamed from: c reason: collision with root package name */ - public c f638c; + public c f640c; public final int d; /* compiled from: BinarySearchSeeker */ @@ -22,7 +22,7 @@ public abstract class a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f639c; + public final long f641c; public final long d; public final long e; public final long f; @@ -31,7 +31,7 @@ public abstract class a { public C0081a(d dVar, long j, long j2, long j3, long j4, long j5, long j6) { this.a = dVar; this.b = j; - this.f639c = j2; + this.f641c = j2; this.d = j3; this.e = j4; this.f = j5; @@ -45,7 +45,7 @@ public abstract class a { @Override // c.i.a.c.a2.t public t.a h(long j) { - return new t.a(new u(j, c.a(this.a.a(j), this.f639c, this.d, this.e, this.f, this.g))); + return new t.a(new u(j, c.a(this.a.a(j), this.f641c, this.d, this.e, this.f, this.g))); } @Override // c.i.a.c.a2.t @@ -68,7 +68,7 @@ public abstract class a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f640c; + public final long f642c; public long d; public long e; public long f; @@ -82,7 +82,7 @@ public abstract class a { this.e = j4; this.f = j5; this.g = j6; - this.f640c = j7; + this.f642c = j7; this.h = a(j2, j3, j4, j5, j6, j7); } @@ -106,12 +106,12 @@ public abstract class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f641c; + public final long f643c; public final long d; public e(int i, long j, long j2) { this.b = i; - this.f641c = j; + this.f643c = j; this.d = j2; } @@ -143,7 +143,7 @@ public abstract class a { public int a(i iVar, s sVar) throws IOException { while (true) { - c cVar = this.f638c; + c cVar = this.f640c; AnimatableValueParser.H(cVar); long j = cVar.f; long j2 = cVar.g; @@ -161,17 +161,17 @@ public abstract class a { c(false, j3); return d(iVar, j3, sVar); } else if (i == -2) { - long j4 = b2.f641c; + long j4 = b2.f643c; long j5 = b2.d; cVar.d = j4; cVar.f = j5; - cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f640c); + cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f642c); } else if (i == -1) { - long j6 = b2.f641c; + long j6 = b2.f643c; long j7 = b2.d; cVar.e = j6; cVar.g = j7; - cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f640c); + cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f642c); } else if (i == 0) { f(iVar, b2.d); c(true, b2.d); @@ -184,11 +184,11 @@ public abstract class a { } public final boolean b() { - return this.f638c != null; + return this.f640c != null; } public final void c(boolean z2, long j) { - this.f638c = null; + this.f640c = null; this.b.a(); } @@ -201,11 +201,11 @@ public abstract class a { } public final void e(long j) { - c cVar = this.f638c; + c cVar = this.f640c; if (cVar == null || cVar.a != j) { long a = this.a.a.a(j); C0081a aVar = this.a; - this.f638c = new c(j, a, aVar.f639c, aVar.d, aVar.e, aVar.f, aVar.g); + this.f640c = new c(j, a, aVar.f641c, aVar.d, aVar.e, aVar.f, aVar.g); } } diff --git a/app/src/main/java/c/i/a/c/a2/a0.java b/app/src/main/java/c/i/a/c/a2/a0.java index 120d2b7cd4..52d8e1e4e6 100644 --- a/app/src/main/java/c/i/a/c/a2/a0.java +++ b/app/src/main/java/c/i/a/c/a2/a0.java @@ -5,7 +5,7 @@ public final class a0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f642c; + public final int f644c; public final int d; public final int e; public final int f; @@ -14,7 +14,7 @@ public final class a0 { public a0(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, boolean z2, byte[] bArr) { this.a = i2; this.b = i3; - this.f642c = i4; + this.f644c = i4; this.d = i5; this.e = i7; this.f = i8; diff --git a/app/src/main/java/c/i/a/c/a2/b0/b.java b/app/src/main/java/c/i/a/c/a2/b0/b.java index b6ccf14603..b379944e85 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 @@ -21,7 +21,7 @@ public final class b implements h { public static final int[] b; /* renamed from: c reason: collision with root package name */ - public static final byte[] f643c = f0.w("#!AMR\n"); + public static final byte[] f645c = f0.w("#!AMR\n"); public static final byte[] d = f0.w("#!AMR-WB\n"); public static final int e; public final byte[] f; @@ -39,7 +39,7 @@ public final class b implements h { public t r; /* renamed from: s reason: collision with root package name */ - public boolean f644s; + public boolean f646s; static { a aVar = a.a; @@ -77,13 +77,13 @@ public final class b implements h { if (z2) { return this.g ? b[i] : a[i]; } - StringBuilder L = a.L("Illegal AMR "); - L.append(this.g ? "WB" : "NB"); - L.append(" frame type "); - L.append(i); - throw new ParserException(L.toString()); + StringBuilder K = a.K("Illegal AMR "); + K.append(this.g ? "WB" : "NB"); + K.append(" frame type "); + K.append(i); + throw new ParserException(K.toString()); } - throw new ParserException(a.k("Invalid padding bits for frame header ", b2)); + throw new ParserException(a.j("Invalid padding bits for frame header ", b2)); } @Override // c.i.a.c.a2.h @@ -92,7 +92,7 @@ public final class b implements h { } public final boolean c(i iVar) throws IOException { - byte[] bArr = f643c; + byte[] bArr = f645c; iVar.k(); byte[] bArr2 = new byte[bArr.length]; iVar.n(bArr2, 0, bArr.length); @@ -117,8 +117,8 @@ public final class b implements h { public int e(i iVar, s sVar) throws IOException { AnimatableValueParser.H(this.q); if (iVar.getPosition() != 0 || c(iVar)) { - if (!this.f644s) { - this.f644s = true; + if (!this.f646s) { + this.f646s = true; boolean z2 = this.g; String str = z2 ? "audio/amr-wb" : "audio/3gpp"; int i = z2 ? 16000 : 8000; @@ -126,8 +126,8 @@ public final class b implements h { Format.b bVar = new Format.b(); bVar.k = str; bVar.l = e; - bVar.f2212x = 1; - bVar.f2213y = i; + bVar.f2215x = 1; + bVar.f2216y = i; wVar.e(bVar.a()); } int i2 = -1; diff --git a/app/src/main/java/c/i/a/c/a2/c.java b/app/src/main/java/c/i/a/c/a2/c.java index bb8b139afd..a89759427a 100644 --- a/app/src/main/java/c/i/a/c/a2/c.java +++ b/app/src/main/java/c/i/a/c/a2/c.java @@ -10,14 +10,14 @@ public final class c implements t { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final long[] f645c; + public final long[] f647c; public final long[] d; public final long[] e; public final long f; public c(int[] iArr, long[] jArr, long[] jArr2, long[] jArr3) { this.b = iArr; - this.f645c = jArr; + this.f647c = jArr; this.d = jArr2; this.e = jArr3; int length = iArr.length; @@ -39,7 +39,7 @@ public final class c implements t { int e = f0.e(this.e, j, true, true); long[] jArr = this.e; long j2 = jArr[e]; - long[] jArr2 = this.f645c; + long[] jArr2 = this.f647c; u uVar = new u(j2, jArr2[e]); if (j2 >= j || e == this.a - 1) { return new t.a(uVar); @@ -54,17 +54,17 @@ public final class c implements t { } public String toString() { - StringBuilder L = a.L("ChunkIndex(length="); - L.append(this.a); - L.append(", sizes="); - L.append(Arrays.toString(this.b)); - L.append(", offsets="); - L.append(Arrays.toString(this.f645c)); - L.append(", timeUs="); - L.append(Arrays.toString(this.e)); - L.append(", durationsUs="); - L.append(Arrays.toString(this.d)); - L.append(")"); - return L.toString(); + StringBuilder K = a.K("ChunkIndex(length="); + K.append(this.a); + K.append(", sizes="); + K.append(Arrays.toString(this.b)); + K.append(", offsets="); + K.append(Arrays.toString(this.f647c)); + K.append(", timeUs="); + K.append(Arrays.toString(this.e)); + K.append(", durationsUs="); + K.append(Arrays.toString(this.d)); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/c/a2/c0/c.java b/app/src/main/java/c/i/a/c/a2/c0/c.java index ff255a535d..e89e101353 100644 --- a/app/src/main/java/c/i/a/c/a2/c0/c.java +++ b/app/src/main/java/c/i/a/c/a2/c0/c.java @@ -17,7 +17,7 @@ public final class c extends c.i.a.c.a2.a { public final int b; /* renamed from: c reason: collision with root package name */ - public final m.a f646c = new m.a(); + public final m.a f648c = new m.a(); public b(o oVar, int i, a aVar) { this.a = oVar; @@ -34,7 +34,7 @@ public final class c extends c.i.a.c.a2.a { long position = iVar.getPosition(); long c2 = c(iVar); long f = iVar.f(); - iVar.g(Math.max(6, this.a.f752c)); + iVar.g(Math.max(6, this.a.f754c)); long c3 = c(iVar); return (c2 > j || c3 <= j) ? c3 <= j ? a.e.c(c3, iVar.f()) : a.e.a(c2, position) : a.e.b(f); } @@ -43,7 +43,7 @@ public final class c extends c.i.a.c.a2.a { while (iVar.f() < iVar.b() - 6) { o oVar = this.a; int i = this.b; - m.a aVar = this.f646c; + m.a aVar = this.f648c; long f = iVar.f(); byte[] bArr = new byte[2]; boolean z2 = false; @@ -54,7 +54,7 @@ public final class c extends c.i.a.c.a2.a { } else { w wVar = new w(16); System.arraycopy(bArr, 0, wVar.a, 0, 2); - wVar.C(AnimatableValueParser.Z1(iVar, wVar.a, 2, 14)); + wVar.C(AnimatableValueParser.a2(iVar, wVar.a, 2, 14)); iVar.k(); iVar.g((int) (f - iVar.getPosition())); z2 = m.b(wVar, oVar, i, aVar); @@ -65,7 +65,7 @@ public final class c extends c.i.a.c.a2.a { iVar.g(1); } if (iVar.f() < iVar.b() - 6) { - return this.f646c.a; + return this.f648c.a; } iVar.g((int) (iVar.b() - iVar.f())); return this.a.j; @@ -74,7 +74,7 @@ public final class c extends c.i.a.c.a2.a { /* JADX WARNING: Illegal instructions before constructor call */ public c(o oVar, int i, long j, long j2) { - super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f752c)); + super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f754c)); long j3; long j4; Objects.requireNonNull(oVar); @@ -84,7 +84,7 @@ public final class c extends c.i.a.c.a2.a { long j5 = oVar.j; int i2 = oVar.d; if (i2 > 0) { - j4 = (((long) i2) + ((long) oVar.f752c)) / 2; + j4 = (((long) i2) + ((long) oVar.f754c)) / 2; j3 = 1; } else { int i3 = oVar.a; diff --git a/app/src/main/java/c/i/a/c/a2/c0/d.java b/app/src/main/java/c/i/a/c/a2/c0/d.java index 1507e69559..893ff2ed3e 100644 --- a/app/src/main/java/c/i/a/c/a2/c0/d.java +++ b/app/src/main/java/c/i/a/c/a2/c0/d.java @@ -27,7 +27,7 @@ public final class d implements h { public final w b = new w(new byte[32768], 0); /* renamed from: c reason: collision with root package name */ - public final boolean f647c; + public final boolean f649c; public final m.a d; public j e; public c.i.a.c.a2.w f; @@ -46,7 +46,7 @@ public final class d implements h { } public d(int i) { - this.f647c = (i & 1) == 0 ? false : true; + this.f649c = (i & 1) == 0 ? false : true; this.d = new m.a(); this.g = 0; } @@ -59,7 +59,7 @@ public final class d implements h { @Override // c.i.a.c.a2.h public boolean b(i iVar) throws IOException { - AnimatableValueParser.Y1(iVar, false); + AnimatableValueParser.Z1(iVar, false); byte[] bArr = new byte[4]; iVar.n(bArr, 0, 4); return (((((((long) bArr[0]) & 255) << 24) | ((((long) bArr[1]) & 255) << 16)) | ((((long) bArr[2]) & 255) << 8)) | (255 & ((long) bArr[3]))) == 1716281667; @@ -82,9 +82,9 @@ public final class d implements h { if (i == 0) { iVar.k(); long f = iVar.f(); - Metadata Y1 = AnimatableValueParser.Y1(iVar, !this.f647c); + Metadata Z1 = AnimatableValueParser.Z1(iVar, !this.f649c); iVar.l((int) (iVar.f() - f)); - this.h = Y1; + this.h = Z1; this.g = 1; return 0; } else if (i != 1) { @@ -143,7 +143,7 @@ public final class d implements h { i5 = 6; } w wVar = new w(i5); - wVar.C(AnimatableValueParser.Z1(iVar, wVar.a, 0, i5)); + wVar.C(AnimatableValueParser.a2(iVar, wVar.a, 0, i5)); iVar.k(); try { long y2 = wVar.y(); @@ -161,7 +161,7 @@ public final class d implements h { throw new ParserException(); } w wVar2 = this.b; - int i8 = wVar2.f910c; + int i8 = wVar2.f912c; if (i8 < 32768) { int read = iVar.read(wVar2.a, i8, 32768 - i8); if (read != -1) { @@ -187,7 +187,7 @@ public final class d implements h { Objects.requireNonNull(this.i); int i12 = wVar4.b; while (true) { - if (i12 <= wVar4.f910c - 16) { + if (i12 <= wVar4.f912c - 16) { wVar4.D(i12); if (m.b(wVar4, this.i, this.k, this.d)) { wVar4.D(i12); @@ -198,7 +198,7 @@ public final class d implements h { } else { if (z4) { while (true) { - int i13 = wVar4.f910c; + int i13 = wVar4.f912c; if (i12 > i13 - this.j) { wVar4.D(i13); break; @@ -209,7 +209,7 @@ public final class d implements h { } catch (IndexOutOfBoundsException unused2) { z3 = false; } - if (wVar4.b > wVar4.f910c) { + if (wVar4.b > wVar4.f912c) { z3 = false; } if (z3) { @@ -271,13 +271,13 @@ public final class d implements h { } else if (g == i4) { w wVar7 = new w(g2); iVar.readFully(wVar7.a, r4, g2); - oVar4 = oVar4.b(AnimatableValueParser.l2(wVar7)); + oVar4 = oVar4.b(AnimatableValueParser.m2(wVar7)); } else { if (g == i3) { w wVar8 = new w(g2); iVar.readFully(wVar8.a, r4, g2); wVar8.E(i3); - oVar = new o(oVar4.a, oVar4.b, oVar4.f752c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(AnimatableValueParser.n2(wVar8, r4, r4).a), Collections.emptyList()))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f754c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(AnimatableValueParser.o2(wVar8, r4, r4).a), Collections.emptyList()))); z2 = f2; } else if (g == 6) { w wVar9 = new w(g2); @@ -295,7 +295,7 @@ public final class d implements h { System.arraycopy(wVar9.a, wVar9.b, bArr6, r4, f8); wVar9.b += f8; z2 = f2; - oVar = new o(oVar4.a, oVar4.b, oVar4.f752c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, q, p, f4, f5, f6, f7, bArr6))))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f754c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, q, p, f4, f5, f6, f7, bArr6))))); } else { z2 = f2; iVar.l(g2); @@ -329,7 +329,7 @@ public final class d implements h { i5 = 7; } Objects.requireNonNull(this.i); - this.j = Math.max(this.i.f752c, 6); + this.j = Math.max(this.i.f754c, 6); c.i.a.c.a2.w wVar10 = this.f; int i19 = f0.a; wVar10.e(this.i.e(this.a, this.h)); diff --git a/app/src/main/java/c/i/a/c/a2/d.java b/app/src/main/java/c/i/a/c/a2/d.java index 29e01a77ad..2e425fe6b8 100644 --- a/app/src/main/java/c/i/a/c/a2/d.java +++ b/app/src/main/java/c/i/a/c/a2/d.java @@ -8,7 +8,7 @@ public class d implements t { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f648c; + public final int f650c; public final long d; public final int e; public final long f; @@ -16,7 +16,7 @@ public class d implements t { public d(long j, long j2, int i, int i2) { this.a = j; this.b = j2; - this.f648c = i2 == -1 ? 1 : i2; + this.f650c = i2 == -1 ? 1 : i2; this.e = i; if (j == -1) { this.d = -1; @@ -46,12 +46,12 @@ public class d implements t { if (j2 == -1) { return new t.a(new u(0, this.b)); } - long j3 = (long) this.f648c; + long j3 = (long) this.f650c; long i = this.b + f0.i((((((long) this.e) * j) / 8000000) / j3) * j3, 0, j2 - j3); long b = b(i); u uVar = new u(b, i); if (b < j) { - int i2 = this.f648c; + int i2 = this.f650c; if (((long) i2) + i < this.a) { long j4 = i + ((long) i2); return new t.a(uVar, new u(b(j4), j4)); diff --git a/app/src/main/java/c/i/a/c/a2/d0/b.java b/app/src/main/java/c/i/a/c/a2/d0/b.java index 9309970048..2d1d8a7f22 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/b.java +++ b/app/src/main/java/c/i/a/c/a2/d0/b.java @@ -13,7 +13,7 @@ public final class b extends TagPayloadReader { public static final int[] b = {5512, 11025, 22050, 44100}; /* renamed from: c reason: collision with root package name */ - public boolean f649c; + public boolean f651c; public boolean d; public int e; @@ -23,7 +23,7 @@ public final class b extends TagPayloadReader { @Override // com.google.android.exoplayer2.extractor.flv.TagPayloadReader public boolean b(c.i.a.c.i2.w wVar) throws TagPayloadReader.UnsupportedFormatException { - if (!this.f649c) { + if (!this.f651c) { int s2 = wVar.s(); int i = (s2 >> 4) & 15; this.e = i; @@ -31,24 +31,24 @@ public final class b extends TagPayloadReader { int i2 = b[(s2 >> 2) & 3]; Format.b bVar = new Format.b(); bVar.k = "audio/mpeg"; - bVar.f2212x = 1; - bVar.f2213y = i2; + bVar.f2215x = 1; + bVar.f2216y = 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.f2212x = 1; - bVar2.f2213y = 8000; + bVar2.f2215x = 1; + bVar2.f2216y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { - StringBuilder L = a.L("Audio format not supported: "); - L.append(this.e); - throw new TagPayloadReader.UnsupportedFormatException(L.toString()); + StringBuilder K = a.K("Audio format not supported: "); + K.append(this.e); + throw new TagPayloadReader.UnsupportedFormatException(K.toString()); } - this.f649c = true; + this.f651c = true; } else { wVar.E(1); } @@ -72,9 +72,9 @@ public final class b extends TagPayloadReader { k.b c2 = k.c(new v(bArr), false); Format.b bVar = new Format.b(); bVar.k = "audio/mp4a-latm"; - bVar.h = c2.f988c; - bVar.f2212x = c2.b; - bVar.f2213y = c2.a; + bVar.h = c2.f990c; + bVar.f2215x = c2.b; + bVar.f2216y = 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/d0/c.java b/app/src/main/java/c/i/a/c/a2/d0/c.java index d9c8799b8f..f3081110c5 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/c.java +++ b/app/src/main/java/c/i/a/c/a2/d0/c.java @@ -16,7 +16,7 @@ public final class c implements h { public final w b = new w(9); /* renamed from: c reason: collision with root package name */ - public final w f650c = new w(11); + public final w f652c = new w(11); public final w d = new w(); public final d e = new d(); public j f; @@ -71,7 +71,7 @@ public final class c implements h { byte[] bArr = wVar.a; if (i > bArr.length) { wVar.a = new byte[Math.max(bArr.length * 2, i)]; - wVar.f910c = 0; + wVar.f912c = 0; wVar.b = 0; } else { wVar.D(0); @@ -121,13 +121,13 @@ public final class c implements h { this.j = 0; this.g = 3; } else if (i == 3) { - if (iVar.c(this.f650c.a, 0, 11, true)) { - this.f650c.D(0); - this.k = this.f650c.s(); - this.l = this.f650c.u(); - this.m = (long) this.f650c.u(); - this.m = (((long) (this.f650c.s() << 24)) | this.m) * 1000; - this.f650c.E(3); + if (iVar.c(this.f652c.a, 0, 11, true)) { + this.f652c.D(0); + this.k = this.f652c.s(); + this.l = this.f652c.u(); + this.m = (long) this.f652c.u(); + this.m = (((long) (this.f652c.s() << 24)) | this.m) * 1000; + this.f652c.E(3); this.g = 4; z4 = true; } @@ -161,7 +161,7 @@ public final class c implements h { d dVar = this.e; long j2 = dVar.b; if (j2 != -9223372036854775807L) { - this.f.a(new r(dVar.d, dVar.f651c, j2)); + this.f.a(new r(dVar.d, dVar.f653c, j2)); this.n = true; } } diff --git a/app/src/main/java/c/i/a/c/a2/d0/d.java b/app/src/main/java/c/i/a/c/a2/d0/d.java index f3f79e3879..941421895b 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/d.java +++ b/app/src/main/java/c/i/a/c/a2/d0/d.java @@ -14,7 +14,7 @@ public final class d extends TagPayloadReader { public long b = -9223372036854775807L; /* renamed from: c reason: collision with root package name */ - public long[] f651c = new long[0]; + public long[] f653c = new long[0]; public long[] d = new long[0]; public d() { @@ -119,7 +119,7 @@ public final class d extends TagPayloadReader { List list = (List) obj3; List list2 = (List) obj4; int size = list2.size(); - this.f651c = new long[size]; + this.f653c = new long[size]; this.d = new long[size]; int i = 0; while (true) { @@ -131,11 +131,11 @@ public final class d extends TagPayloadReader { if (!(obj6 instanceof Double) || !(obj5 instanceof Double)) { break; } - this.f651c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); + this.f653c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); this.d[i] = ((Double) obj5).longValue(); i++; } - this.f651c = new long[0]; + this.f653c = new long[0]; this.d = new long[0]; } } diff --git a/app/src/main/java/c/i/a/c/a2/d0/e.java b/app/src/main/java/c/i/a/c/a2/d0/e.java index 1d59bfeab9..2f66212193 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/e.java +++ b/app/src/main/java/c/i/a/c/a2/d0/e.java @@ -12,7 +12,7 @@ public final class e extends TagPayloadReader { public final w b = new w(u.a); /* renamed from: c reason: collision with root package name */ - public final w f652c = new w(4); + public final w f654c = new w(4); public int d; public boolean e; public boolean f; @@ -31,7 +31,7 @@ public final class e extends TagPayloadReader { this.g = i; return i != 5; } - throw new TagPayloadReader.UnsupportedFormatException(a.k("Video format not supported: ", i2)); + throw new TagPayloadReader.UnsupportedFormatException(a.j("Video format not supported: ", i2)); } @Override // com.google.android.exoplayer2.extractor.flv.TagPayloadReader @@ -54,7 +54,7 @@ public final class e extends TagPayloadReader { Format.b bVar = new Format.b(); bVar.k = "video/avc"; bVar.h = b.f; - bVar.p = b.f915c; + bVar.p = b.f917c; bVar.q = b.d; bVar.t = b.e; bVar.m = b.a; @@ -68,16 +68,16 @@ public final class e extends TagPayloadReader { if (!this.f && i5 == 0) { return false; } - byte[] bArr2 = this.f652c.a; + byte[] bArr2 = this.f654c.a; bArr2[0] = 0; bArr2[1] = 0; bArr2[2] = 0; int i6 = 4 - this.d; int i7 = 0; while (wVar.a() > 0) { - wVar.e(this.f652c.a, i6, this.d); - this.f652c.D(0); - int v = this.f652c.v(); + wVar.e(this.f654c.a, i6, this.d); + this.f654c.D(0); + int v = this.f654c.v(); this.b.D(0); this.a.c(this.b, 4); this.a.c(wVar, v); diff --git a/app/src/main/java/c/i/a/c/a2/e.java b/app/src/main/java/c/i/a/c/a2/e.java index e1650c2da5..4e7374b57e 100644 --- a/app/src/main/java/c/i/a/c/a2/e.java +++ b/app/src/main/java/c/i/a/c/a2/e.java @@ -12,7 +12,7 @@ public final class e implements i { public final f b; /* renamed from: c reason: collision with root package name */ - public final long f653c; + public final long f655c; public long d; public byte[] e = new byte[65536]; public int f; @@ -21,12 +21,12 @@ public final class e implements i { public e(f fVar, long j, long j2) { this.b = fVar; this.d = j; - this.f653c = j2; + this.f655c = j2; } @Override // c.i.a.c.a2.i public long b() { - return this.f653c; + return this.f655c; } @Override // c.i.a.c.a2.i diff --git a/app/src/main/java/c/i/a/c/a2/e0/a.java b/app/src/main/java/c/i/a/c/a2/e0/a.java index 996b29be46..dd32db9140 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/a.java +++ b/app/src/main/java/c/i/a/c/a2/e0/a.java @@ -24,7 +24,7 @@ public final class a implements h { public j b; /* renamed from: c reason: collision with root package name */ - public int f654c; + public int f656c; public int d; public int e; public long f = -1; @@ -41,7 +41,7 @@ public final class a implements h { Objects.requireNonNull(jVar); jVar.j(); this.b.a(new t.b(-9223372036854775807L, 0)); - this.f654c = 6; + this.f656c = 6; } @Override // c.i.a.c.a2.h @@ -88,7 +88,7 @@ public final class a implements h { String str2; b bVar; long j; - int i2 = this.f654c; + int i2 = this.f656c; if (i2 == 0) { this.a.z(2); iVar.readFully(this.a.a, 0, 2); @@ -96,19 +96,19 @@ public final class a implements h { this.d = x2; if (x2 == 65498) { if (this.f != -1) { - this.f654c = 4; + this.f656c = 4; } else { a(); } } else if ((x2 < 65488 || x2 > 65497) && x2 != 65281) { - this.f654c = 1; + this.f656c = 1; } return 0; } else if (i2 == 1) { this.a.z(2); iVar.readFully(this.a.a, 0, 2); this.e = this.a.x() - 2; - this.f654c = 2; + this.f656c = 2; return 0; } else if (i2 == 2) { if (this.d == 65505) { @@ -159,7 +159,7 @@ public final class a implements h { b.a aVar = bVar.b.get(size); z2 |= "video/mp4".equals(aVar.a); if (size == 0) { - j = b - aVar.f655c; + j = b - aVar.f657c; b = 0; } else { long j6 = b - aVar.b; @@ -191,7 +191,7 @@ public final class a implements h { } else { iVar.l(this.e); } - this.f654c = 0; + this.f656c = 0; return 0; } else if (i2 == 4) { long position = iVar.getPosition(); @@ -214,11 +214,11 @@ public final class a implements h { long j8 = this.f; j jVar = this.b; Objects.requireNonNull(jVar); - iVar2.f693s = new d(j8, jVar); + iVar2.f695s = new d(j8, jVar); MotionPhotoMetadata motionPhotoMetadata2 = this.g; Objects.requireNonNull(motionPhotoMetadata2); c(motionPhotoMetadata2); - this.f654c = 5; + this.f656c = 5; } else { a(); } @@ -251,9 +251,9 @@ public final class a implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { if (j == 0) { - this.f654c = 0; + this.f656c = 0; this.j = null; - } else if (this.f654c == 5) { + } else if (this.f656c == 5) { c.i.a.c.a2.h0.i iVar = this.j; Objects.requireNonNull(iVar); iVar.g(j, j2); diff --git a/app/src/main/java/c/i/a/c/a2/e0/b.java b/app/src/main/java/c/i/a/c/a2/e0/b.java index c21c9bf112..6093453c13 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/b.java +++ b/app/src/main/java/c/i/a/c/a2/e0/b.java @@ -12,12 +12,12 @@ public final class b { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f655c; + public final long f657c; public a(String str, String str2, long j, long j2) { this.a = str; this.b = j; - this.f655c = j2; + this.f657c = j2; } } diff --git a/app/src/main/java/c/i/a/c/a2/e0/d.java b/app/src/main/java/c/i/a/c/a2/e0/d.java index 41a97ca897..7d598d1c08 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/d.java +++ b/app/src/main/java/c/i/a/c/a2/e0/d.java @@ -27,11 +27,11 @@ public final class d implements j { t.a h = this.a.h(j); u uVar = h.a; long j2 = uVar.b; - long j3 = uVar.f755c; + long j3 = uVar.f757c; long j4 = d.this.i; u uVar2 = new u(j2, j3 + j4); u uVar3 = h.b; - return new t.a(uVar2, new u(uVar3.b, uVar3.f755c + j4)); + return new t.a(uVar2, new u(uVar3.b, uVar3.f757c + j4)); } @Override // c.i.a.c.a2.t diff --git a/app/src/main/java/c/i/a/c/a2/e0/e.java b/app/src/main/java/c/i/a/c/a2/e0/e.java index 26d3b8f845..a808cff12a 100644 --- a/app/src/main/java/c/i/a/c/a2/e0/e.java +++ b/app/src/main/java/c/i/a/c/a2/e0/e.java @@ -21,7 +21,7 @@ public final class e { public static final String[] b = {"Camera:MotionPhotoPresentationTimestampUs", "GCamera:MotionPhotoPresentationTimestampUs", "Camera:MicroVideoPresentationTimestampUs", "GCamera:MicroVideoPresentationTimestampUs"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f656c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; + public static final String[] f658c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; /* JADX WARNING: Code restructure failed: missing block: B:22:0x0069, code lost: if (r10 == -1) goto L_0x006b; @@ -36,13 +36,13 @@ public final class e { XmlPullParser newPullParser = XmlPullParserFactory.newInstance().newPullParser(); newPullParser.setInput(new StringReader(str)); newPullParser.next(); - if (AnimatableValueParser.w1(newPullParser, "x:xmpmeta")) { + if (AnimatableValueParser.x1(newPullParser, "x:xmpmeta")) { a aVar = u.j; u uVar = q0.k; long j2 = -9223372036854775807L; do { newPullParser.next(); - if (AnimatableValueParser.w1(newPullParser, "rdf:Description")) { + if (AnimatableValueParser.x1(newPullParser, "rdf:Description")) { String[] strArr = a; int length = strArr.length; int i = 0; @@ -75,7 +75,7 @@ public final class e { i2++; } } - String[] strArr3 = f656c; + String[] strArr3 = f658c; int length3 = strArr3.length; int i3 = 0; while (true) { @@ -96,12 +96,12 @@ public final class e { i3++; } j2 = j; - } else if (AnimatableValueParser.w1(newPullParser, "Container:Directory")) { + } else if (AnimatableValueParser.x1(newPullParser, "Container:Directory")) { uVar = b(newPullParser, "Container", "Item"); - } else if (AnimatableValueParser.w1(newPullParser, "GContainer:Directory")) { + } else if (AnimatableValueParser.x1(newPullParser, "GContainer:Directory")) { uVar = b(newPullParser, "GContainer", "GContainerItem"); } - } while (!AnimatableValueParser.i1(newPullParser, "x:xmpmeta")); + } while (!AnimatableValueParser.j1(newPullParser, "x:xmpmeta")); if (uVar.isEmpty()) { return null; } @@ -115,20 +115,20 @@ public final class e { a aVar = u.j; c.n(4, "initialCapacity"); Object[] objArr = new Object[4]; - String t = c.d.b.a.a.t(str, ":Item"); - String t2 = c.d.b.a.a.t(str, ":Directory"); + String s2 = c.d.b.a.a.s(str, ":Item"); + String s3 = c.d.b.a.a.s(str, ":Directory"); int i = 0; do { xmlPullParser.next(); - if (AnimatableValueParser.w1(xmlPullParser, t)) { - String t3 = c.d.b.a.a.t(str2, ":Mime"); - String t4 = c.d.b.a.a.t(str2, ":Semantic"); - String t5 = c.d.b.a.a.t(str2, ":Length"); - String t6 = c.d.b.a.a.t(str2, ":Padding"); - String t0 = AnimatableValueParser.t0(xmlPullParser, t3); - String t02 = AnimatableValueParser.t0(xmlPullParser, t4); - String t03 = AnimatableValueParser.t0(xmlPullParser, t5); - String t04 = AnimatableValueParser.t0(xmlPullParser, t6); + if (AnimatableValueParser.x1(xmlPullParser, s2)) { + String s4 = c.d.b.a.a.s(str2, ":Mime"); + String s5 = c.d.b.a.a.s(str2, ":Semantic"); + String s6 = c.d.b.a.a.s(str2, ":Length"); + String s7 = c.d.b.a.a.s(str2, ":Padding"); + String t0 = AnimatableValueParser.t0(xmlPullParser, s4); + String t02 = AnimatableValueParser.t0(xmlPullParser, s5); + String t03 = AnimatableValueParser.t0(xmlPullParser, s6); + String t04 = AnimatableValueParser.t0(xmlPullParser, s7); if (t0 == null || t02 == null) { return q0.k; } @@ -140,7 +140,7 @@ public final class e { objArr[i] = aVar2; i = i2; } - } while (!AnimatableValueParser.i1(xmlPullParser, t2)); + } while (!AnimatableValueParser.j1(xmlPullParser, s3)); return u.l(objArr, i); } } diff --git a/app/src/main/java/c/i/a/c/a2/f0/b.java b/app/src/main/java/c/i/a/c/a2/f0/b.java index cac2c4bf0b..81f5572ec6 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/b.java +++ b/app/src/main/java/c/i/a/c/a2/f0/b.java @@ -9,7 +9,7 @@ public final class b implements d { public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final g f657c = new g(); + public final g f659c = new g(); public c d; public int e; public int f; diff --git a/app/src/main/java/c/i/a/c/a2/f0/e.java b/app/src/main/java/c/i/a/c/a2/f0/e.java index 2bc17c443f..9c5c25950c 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 @@ -45,7 +45,7 @@ public class e implements h { public static final byte[] b = f0.w("Format: Start, End, ReadOrder, Layer, Style, Name, MarginL, MarginR, MarginV, Effect, Text"); /* renamed from: c reason: collision with root package name */ - public static final byte[] f658c = {68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44}; + public static final byte[] f660c = {68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44}; public static final UUID d = new UUID(72057594037932032L, -9223371306706625679L); public static final Map e; public boolean A; @@ -78,23 +78,23 @@ public class e implements h { public boolean Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f659a0; + public boolean f661a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f660b0; + public boolean f662b0; /* renamed from: c0 reason: collision with root package name */ - public int f661c0; + public int f663c0; /* renamed from: d0 reason: collision with root package name */ - public byte f662d0; + public byte f664d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f663e0; + public boolean f665e0; public final d f; /* renamed from: f0 reason: collision with root package name */ - public j f664f0; + public j f666f0; public final g g; public final SparseArray h; public final boolean i; @@ -109,21 +109,21 @@ public class e implements h { public final w r; /* renamed from: s reason: collision with root package name */ - public final w f665s; + public final w f667s; public ByteBuffer t; public long u; public long v = -1; public long w = -9223372036854775807L; /* renamed from: x reason: collision with root package name */ - public long f666x = -9223372036854775807L; + public long f668x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f667y = -9223372036854775807L; + public long f669y = -9223372036854775807L; @Nullable /* renamed from: z reason: collision with root package name */ - public c f668z; + public c f670z; /* compiled from: MatroskaExtractor */ public final class b implements c { @@ -162,7 +162,7 @@ public class e implements h { public String b; /* renamed from: c reason: collision with root package name */ - public int f669c; + public int f671c; public int d; public int e; public int f; @@ -180,20 +180,20 @@ public class e implements h { public int r = -1; /* renamed from: s reason: collision with root package name */ - public float f670s = 0.0f; + public float f672s = 0.0f; public float t = 0.0f; public float u = 0.0f; public byte[] v = null; public int w = -1; /* renamed from: x reason: collision with root package name */ - public boolean f671x = false; + public boolean f673x = false; /* renamed from: y reason: collision with root package name */ - public int f672y = -1; + public int f674y = -1; /* renamed from: z reason: collision with root package name */ - public int f673z = -1; + public int f675z = -1; public c() { } @@ -207,7 +207,7 @@ public class e implements h { if (bArr != null) { return bArr; } - throw new ParserException(c.d.b.a.a.t("Missing CodecPrivate for codec ", str)); + throw new ParserException(c.d.b.a.a.s("Missing CodecPrivate for codec ", str)); } } @@ -217,7 +217,7 @@ public class e implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f674c; + public int f676c; public long d; public int e; public int f; @@ -225,9 +225,9 @@ public class e implements h { @RequiresNonNull({"#1.output"}) public void a(c cVar) { - if (this.f674c > 0) { + if (this.f676c > 0) { cVar.X.d(this.d, this.e, this.f, this.g, cVar.j); - this.f674c = 0; + this.f676c = 0; } } } @@ -258,7 +258,7 @@ public class e implements h { this.p = new c.i.a.c.i2.w(); this.q = new c.i.a.c.i2.w(8); this.r = new c.i.a.c.i2.w(); - this.f665s = new c.i.a.c.i2.w(); + this.f667s = new c.i.a.c.i2.w(); this.Q = new int[1]; } @@ -279,7 +279,7 @@ public class e implements h { @EnsuresNonNull({"cueTimesUs", "cueClusterPositions"}) public final void a(int i) throws ParserException { if (this.H == null || this.I == null) { - throw new ParserException(c.d.b.a.a.l("Element ", i, " must be in a Cues")); + throw new ParserException(c.d.b.a.a.k("Element ", i, " must be in a Cues")); } } @@ -331,8 +331,8 @@ public class e implements h { @EnsuresNonNull({"currentTrack"}) public final void c(int i) throws ParserException { - if (this.f668z == null) { - throw new ParserException(c.d.b.a.a.l("Element ", i, " must be in a TrackEntry")); + if (this.f670z == null) { + throw new ParserException(c.d.b.a.a.k("Element ", i, " must be in a TrackEntry")); } } @@ -369,7 +369,7 @@ public class e implements h { int i7 = this.p.b; while (true) { c.i.a.c.i2.w wVar = this.p; - if (i7 >= wVar.f910c) { + if (i7 >= wVar.f912c) { break; } else if (wVar.a[i7] == 0) { wVar.C(i7); @@ -380,14 +380,14 @@ public class e implements h { } c.i.a.c.a2.w wVar2 = cVar.X; c.i.a.c.i2.w wVar3 = this.p; - wVar2.c(wVar3, wVar3.f910c); - i4 = i2 + this.p.f910c; + wVar2.c(wVar3, wVar3.f912c); + i4 = i2 + this.p.f912c; if ((268435456 & i6) != 0) { if (this.P > 1) { i6 &= -268435457; } else { - c.i.a.c.i2.w wVar4 = this.f665s; - int i8 = wVar4.f910c; + c.i.a.c.i2.w wVar4 = this.f667s; + int i8 = wVar4.f912c; cVar.X.f(wVar4, i8, 2); i4 += i8; } @@ -401,9 +401,9 @@ public class e implements h { } cVar.X.d(j, i6, i4, i3, cVar.j); } else if (dVar.b) { - int i9 = dVar.f674c; + int i9 = dVar.f676c; int i10 = i9 + 1; - dVar.f674c = i10; + dVar.f676c = i10; if (i9 == 0) { dVar.d = j; dVar.e = i6; @@ -453,7 +453,7 @@ public class e implements h { b.C0082b peek = bVar.b.peek(); if (peek == null || iVar.getPosition() < peek.b) { if (bVar.e == 0) { - long c2 = bVar.f657c.c(iVar, r4, r3, 4); + long c2 = bVar.f659c.c(iVar, r4, r3, 4); if (c2 == -2) { iVar.k(); while (true) { @@ -478,7 +478,7 @@ public class e implements h { } } if (bVar.e == r4) { - bVar.g = bVar.f657c.c(iVar, r3, r4, 8); + bVar.g = bVar.f659c.c(iVar, r3, r4, 8); bVar.e = 2; } c cVar = bVar.d; @@ -602,23 +602,23 @@ public class e implements h { int i5 = bVar.f; long j2 = bVar.g; e eVar = e.this; - AnimatableValueParser.H(eVar.f664f0); + AnimatableValueParser.H(eVar.f666f0); if (i5 == 160) { i2 = 0; eVar.V = false; } else if (i5 == 174) { i2 = 0; - eVar.f668z = new c(null); + eVar.f670z = new c(null); } else if (i5 != 187) { if (i5 == 19899) { eVar.B = -1; eVar.C = -1; } else if (i5 == 20533) { eVar.c(i5); - eVar.f668z.h = true; + eVar.f670z.h = true; } else if (i5 == 21968) { eVar.c(i5); - eVar.f668z.f671x = true; + eVar.f670z.f673x = true; } else if (i5 == 408125543) { long j3 = eVar.v; if (j3 == -1 || j3 == position) { @@ -632,7 +632,7 @@ public class e implements h { eVar.I = new q(); } else if (i5 == 524531317 && !eVar.A) { if (!eVar.i || eVar.E == -1) { - eVar.f664f0.a(new t.b(eVar.f667y, 0)); + eVar.f666f0.a(new t.b(eVar.f669y, 0)); eVar.A = true; } else { eVar.D = true; @@ -657,22 +657,22 @@ public class e implements h { switch (i6) { case 131: eVar2.c(i6); - eVar2.f668z.d = (int) a3; + eVar2.f670z.d = (int) a3; break; case 136: eVar2.c(i6); - eVar2.f668z.V = a3 == 1; + eVar2.f670z.V = a3 == 1; break; case 155: eVar2.N = eVar2.m(a3); break; case 159: eVar2.c(i6); - eVar2.f668z.O = (int) a3; + eVar2.f670z.O = (int) a3; break; case 176: eVar2.c(i6); - eVar2.f668z.m = (int) a3; + eVar2.f670z.m = (int) a3; break; case 179: eVar2.a(i6); @@ -680,11 +680,11 @@ public class e implements h { break; case 186: eVar2.c(i6); - eVar2.f668z.n = (int) a3; + eVar2.f670z.n = (int) a3; break; case 215: eVar2.c(i6); - eVar2.f668z.f669c = (int) a3; + eVar2.f670z.f671c = (int) a3; break; case 231: eVar2.G = eVar2.m(a3); @@ -705,30 +705,30 @@ public class e implements h { break; case 16871: eVar2.c(i6); - eVar2.f668z.g = (int) a3; + eVar2.f670z.g = (int) a3; break; case 16980: if (a3 != 3) { - throw new ParserException(c.d.b.a.a.q("ContentCompAlgo ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.p("ContentCompAlgo ", a3, " not supported")); } break; case 17029: if (a3 < 1 || a3 > 2) { - throw new ParserException(c.d.b.a.a.q("DocTypeReadVersion ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.p("DocTypeReadVersion ", a3, " not supported")); } case 17143: if (a3 != 1) { - throw new ParserException(c.d.b.a.a.q("EBMLReadVersion ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.p("EBMLReadVersion ", a3, " not supported")); } break; case 18401: if (a3 != 5) { - throw new ParserException(c.d.b.a.a.q("ContentEncAlgo ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.p("ContentEncAlgo ", a3, " not supported")); } break; case 18408: if (a3 != 1) { - throw new ParserException(c.d.b.a.a.q("AESSettingsCipherMode ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.p("AESSettingsCipherMode ", a3, " not supported")); } break; case 21420: @@ -741,53 +741,53 @@ public class e implements h { if (i7 != 1) { if (i7 != 3) { if (i7 == 15) { - eVar2.f668z.w = 3; + eVar2.f670z.w = 3; break; } } else { - eVar2.f668z.w = 1; + eVar2.f670z.w = 1; break; } } else { - eVar2.f668z.w = 2; + eVar2.f670z.w = 2; break; } } else { - eVar2.f668z.w = 0; + eVar2.f670z.w = 0; break; } break; case 21680: eVar2.c(i6); - eVar2.f668z.o = (int) a3; + eVar2.f670z.o = (int) a3; break; case 21682: eVar2.c(i6); - eVar2.f668z.q = (int) a3; + eVar2.f670z.q = (int) a3; break; case 21690: eVar2.c(i6); - eVar2.f668z.p = (int) a3; + eVar2.f670z.p = (int) a3; break; case 21930: eVar2.c(i6); - eVar2.f668z.U = a3 == 1; + eVar2.f670z.U = a3 == 1; break; case 21998: eVar2.c(i6); - eVar2.f668z.f = (int) a3; + eVar2.f670z.f = (int) a3; break; case 22186: eVar2.c(i6); - eVar2.f668z.R = a3; + eVar2.f670z.R = a3; break; case 22203: eVar2.c(i6); - eVar2.f668z.S = a3; + eVar2.f670z.S = a3; break; case 25188: eVar2.c(i6); - eVar2.f668z.P = (int) a3; + eVar2.f670z.P = (int) a3; break; case 30321: eVar2.c(i6); @@ -796,25 +796,25 @@ public class e implements h { if (i8 != 1) { if (i8 != 2) { if (i8 == 3) { - eVar2.f668z.r = 3; + eVar2.f670z.r = 3; break; } } else { - eVar2.f668z.r = 2; + eVar2.f670z.r = 2; break; } } else { - eVar2.f668z.r = 1; + eVar2.f670z.r = 1; break; } } else { - eVar2.f668z.r = 0; + eVar2.f670z.r = 0; break; } break; case 2352003: eVar2.c(i6); - eVar2.f668z.e = (int) a3; + eVar2.f670z.e = (int) a3; break; case 2807729: eVar2.w = a3; @@ -826,11 +826,11 @@ public class e implements h { int i9 = (int) a3; if (i9 != 1) { if (i9 == 2) { - eVar2.f668z.A = 1; + eVar2.f670z.A = 1; break; } } else { - eVar2.f668z.A = 2; + eVar2.f670z.A = 2; break; } break; @@ -839,57 +839,57 @@ public class e implements h { int i10 = (int) a3; if (i10 != 1) { if (i10 == 16) { - eVar2.f668z.f673z = 6; + eVar2.f670z.f675z = 6; break; } else if (i10 == 18) { - eVar2.f668z.f673z = 7; + eVar2.f670z.f675z = 7; break; } else if (i10 != 6) { } } - eVar2.f668z.f673z = 3; + eVar2.f670z.f675z = 3; break; case 21947: eVar2.c(i6); - c cVar4 = eVar2.f668z; - cVar4.f671x = true; + c cVar4 = eVar2.f670z; + cVar4.f673x = true; int i11 = (int) a3; if (i11 != 1) { if (i11 != 9) { if (i11 == 4 || i11 == 5 || i11 == 6 || i11 == 7) { - cVar4.f672y = 2; + cVar4.f674y = 2; break; } } else { - cVar4.f672y = 6; + cVar4.f674y = 6; break; } } else { - cVar4.f672y = 1; + cVar4.f674y = 1; break; } case 21948: eVar2.c(i6); - eVar2.f668z.B = (int) a3; + eVar2.f670z.B = (int) a3; break; case 21949: eVar2.c(i6); - eVar2.f668z.C = (int) a3; + eVar2.f670z.C = (int) a3; break; } break; } } else if (a3 != 1) { - throw new ParserException(c.d.b.a.a.q("ContentEncodingScope ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.p("ContentEncodingScope ", a3, " not supported")); } } else if (a3 != 0) { - throw new ParserException(c.d.b.a.a.q("ContentEncodingOrder ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.p("ContentEncodingOrder ", a3, " not supported")); } bVar.e = 0; } else { - StringBuilder L = c.d.b.a.a.L("Invalid integer size: "); - L.append(bVar.g); - throw new ParserException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Invalid integer size: "); + K.append(bVar.g); + throw new ParserException(K.toString()); } } else if (i == 3) { long j5 = bVar.g; @@ -916,23 +916,23 @@ public class e implements h { Objects.requireNonNull(eVar3); if (i12 == 134) { eVar3.c(i12); - eVar3.f668z.b = str; + eVar3.f670z.b = str; } else if (i12 != 17026) { if (i12 == 21358) { eVar3.c(i12); - eVar3.f668z.a = str; + eVar3.f670z.a = str; } else if (i12 == 2274716) { eVar3.c(i12); - eVar3.f668z.W = str; + eVar3.f670z.W = str; } } else if (!"webm".equals(str) && !"matroska".equals(str)) { - throw new ParserException(c.d.b.a.a.u("DocType ", str, " not supported")); + throw new ParserException(c.d.b.a.a.t("DocType ", str, " not supported")); } bVar.e = 0; } else { - StringBuilder L2 = c.d.b.a.a.L("String element size: "); - L2.append(bVar.g); - throw new ParserException(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("String element size: "); + K2.append(bVar.g); + throw new ParserException(K2.toString()); } } else if (i == 4) { c cVar6 = bVar.d; @@ -1081,7 +1081,7 @@ public class e implements h { } throw new ParserException("EBML lacing sample size out of range."); } else { - throw new ParserException(c.d.b.a.a.k("Unexpected lacing value: ", i21)); + throw new ParserException(c.d.b.a.a.j("Unexpected lacing value: ", i21)); } } byte[] bArr2 = eVar4.l.a; @@ -1114,7 +1114,7 @@ public class e implements h { } else if (i15 != 165) { if (i15 == 16877) { eVar4.c(i15); - c cVar8 = eVar4.f668z; + c cVar8 = eVar4.f670z; int i57 = cVar8.g; if (i57 == 1685485123 || i57 == 1685480259) { byte[] bArr3 = new byte[i16]; @@ -1126,13 +1126,13 @@ public class e implements h { } else if (i15 == 16981) { eVar4.c(i15); byte[] bArr4 = new byte[i16]; - eVar4.f668z.i = bArr4; + eVar4.f670z.i = bArr4; iVar.readFully(bArr4, r3, i16); } else if (i15 == 18402) { byte[] bArr5 = new byte[i16]; iVar.readFully(bArr5, r3, i16); eVar4.c(i15); - eVar4.f668z.j = new w.a(r4, bArr5, r3, r3); + eVar4.f670z.j = new w.a(r4, bArr5, r3, r3); } else if (i15 == 21419) { byte[] bArr6 = eVar4.n.a; byte b4 = r3 == true ? (byte) 1 : 0; @@ -1147,28 +1147,28 @@ public class e implements h { } else if (i15 == 25506) { eVar4.c(i15); byte[] bArr7 = new byte[i16]; - eVar4.f668z.k = bArr7; + eVar4.f670z.k = bArr7; iVar.readFully(bArr7, r3, i16); } else if (i15 == 30322) { eVar4.c(i15); byte[] bArr8 = new byte[i16]; - eVar4.f668z.v = bArr8; + eVar4.f670z.v = bArr8; iVar.readFully(bArr8, r3, i16); } else { - throw new ParserException(c.d.b.a.a.k("Unexpected id: ", i15)); + throw new ParserException(c.d.b.a.a.j("Unexpected id: ", i15)); } } else if (eVar4.L == 2) { c cVar9 = eVar4.h.get(eVar4.R); if (eVar4.U != 4 || !"V_VP9".equals(cVar9.b)) { iVar.l(i16); } else { - c.i.a.c.i2.w wVar = eVar4.f665s; + c.i.a.c.i2.w wVar = eVar4.f667s; byte[] bArr9 = wVar.a; if (bArr9.length < i16) { bArr9 = new byte[i16]; } wVar.B(bArr9, i16); - iVar.readFully(eVar4.f665s.a, r3, i16); + iVar.readFully(eVar4.f667s.a, r3, i16); } } bVar.e = 0; @@ -1184,76 +1184,76 @@ public class e implements h { Objects.requireNonNull(eVar5); if (i58 == 181) { eVar5.c(i58); - eVar5.f668z.Q = (int) intBitsToFloat; + eVar5.f670z.Q = (int) intBitsToFloat; } else if (i58 != 17545) { switch (i58) { case 21969: eVar5.c(i58); - eVar5.f668z.D = (float) intBitsToFloat; + eVar5.f670z.D = (float) intBitsToFloat; break; case 21970: eVar5.c(i58); - eVar5.f668z.E = (float) intBitsToFloat; + eVar5.f670z.E = (float) intBitsToFloat; break; case 21971: eVar5.c(i58); - eVar5.f668z.F = (float) intBitsToFloat; + eVar5.f670z.F = (float) intBitsToFloat; break; case 21972: eVar5.c(i58); - eVar5.f668z.G = (float) intBitsToFloat; + eVar5.f670z.G = (float) intBitsToFloat; break; case 21973: eVar5.c(i58); - eVar5.f668z.H = (float) intBitsToFloat; + eVar5.f670z.H = (float) intBitsToFloat; break; case 21974: eVar5.c(i58); - eVar5.f668z.I = (float) intBitsToFloat; + eVar5.f670z.I = (float) intBitsToFloat; break; case 21975: eVar5.c(i58); - eVar5.f668z.J = (float) intBitsToFloat; + eVar5.f670z.J = (float) intBitsToFloat; break; case 21976: eVar5.c(i58); - eVar5.f668z.K = (float) intBitsToFloat; + eVar5.f670z.K = (float) intBitsToFloat; break; case 21977: eVar5.c(i58); - eVar5.f668z.L = (float) intBitsToFloat; + eVar5.f670z.L = (float) intBitsToFloat; break; case 21978: eVar5.c(i58); - eVar5.f668z.M = (float) intBitsToFloat; + eVar5.f670z.M = (float) intBitsToFloat; break; default: switch (i58) { case 30323: eVar5.c(i58); - eVar5.f668z.f670s = (float) intBitsToFloat; + eVar5.f670z.f672s = (float) intBitsToFloat; break; case 30324: eVar5.c(i58); - eVar5.f668z.t = (float) intBitsToFloat; + eVar5.f670z.t = (float) intBitsToFloat; break; case 30325: eVar5.c(i58); - eVar5.f668z.u = (float) intBitsToFloat; + eVar5.f670z.u = (float) intBitsToFloat; break; } } } else { - eVar5.f666x = (long) intBitsToFloat; + eVar5.f668x = (long) intBitsToFloat; } bVar.e = r3; } else { - StringBuilder L3 = c.d.b.a.a.L("Invalid float size: "); - L3.append(bVar.g); - throw new ParserException(L3.toString()); + StringBuilder K3 = c.d.b.a.a.K("Invalid float size: "); + K3.append(bVar.g); + throw new ParserException(K3.toString()); } } else { - throw new ParserException(c.d.b.a.a.k("Invalid element type ", i)); + throw new ParserException(c.d.b.a.a.j("Invalid element type ", i)); } } else { e.this.h(bVar.b.pop().a); @@ -1302,7 +1302,7 @@ public class e implements h { @Override // c.i.a.c.a2.h public final void f(j jVar) { - this.f664f0 = jVar; + this.f666f0 = jVar; } @Override // c.i.a.c.a2.h @@ -1313,18 +1313,18 @@ public class e implements h { b bVar = (b) this.f; bVar.e = 0; bVar.b.clear(); - g gVar = bVar.f657c; - gVar.f675c = 0; + g gVar = bVar.f659c; + gVar.f677c = 0; gVar.d = 0; g gVar2 = this.g; - gVar2.f675c = 0; + gVar2.f677c = 0; gVar2.d = 0; l(); for (int i = 0; i < this.h.size(); i++) { d dVar = this.h.valueAt(i).T; if (dVar != null) { dVar.b = false; - dVar.f674c = 0; + dVar.f676c = 0; } } } @@ -1380,11 +1380,11 @@ public class e implements h { int i10; int i11; e eVar = this; - AnimatableValueParser.H(eVar.f664f0); + AnimatableValueParser.H(eVar.f666f0); int i12 = 0; if (i != 160) { if (i == 174) { - c cVar = eVar.f668z; + c cVar = eVar.f670z; AnimatableValueParser.H(cVar); String str8 = cVar.b; if (str8 != null) { @@ -1657,8 +1657,8 @@ public class e implements h { break; } if (z2) { - j jVar = eVar.f664f0; - int i13 = cVar.f669c; + j jVar = eVar.f666f0; + int i13 = cVar.f671c; String str9 = cVar.b; str9.hashCode(); switch (str9.hashCode()) { @@ -1919,9 +1919,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.f2212x = cVar.O; - bVar.f2213y = cVar.Q; - bVar.f2214z = i3; + bVar.f2215x = cVar.O; + bVar.f2216y = cVar.Q; + bVar.f2217z = i3; i4 = 1; } else if (c.i.a.c.i2.s.j(str12)) { if (cVar.q == 0) { @@ -1944,7 +1944,7 @@ public class e implements h { if (!(i17 == i5 || (i7 = cVar.p) == i5)) { f = ((float) (cVar.n * i17)) / ((float) (cVar.m * i7)); } - if (cVar.f671x) { + if (cVar.f673x) { if (cVar.D == -1.0f || cVar.E == -1.0f || cVar.F == -1.0f || cVar.G == -1.0f || cVar.H == -1.0f || cVar.I == -1.0f || cVar.J == -1.0f || cVar.K == -1.0f || cVar.L == -1.0f || cVar.M == -1.0f) { bArr = null; } else { @@ -1964,7 +1964,7 @@ public class e implements h { order.putShort((short) cVar.B); order.putShort((short) cVar.C); } - colorInfo = new ColorInfo(cVar.f672y, cVar.A, cVar.f673z, bArr); + colorInfo = new ColorInfo(cVar.f674y, cVar.A, cVar.f675z, bArr); } else { colorInfo = null; } @@ -1973,7 +1973,7 @@ public class e implements h { Map map = e; if (map.containsKey(str13)) { i6 = map.get(cVar.a).intValue(); - if (cVar.r == 0 && Float.compare(cVar.f670s, 0.0f) == 0 && Float.compare(cVar.t, 0.0f) == 0) { + if (cVar.r == 0 && Float.compare(cVar.f672s, 0.0f) == 0 && Float.compare(cVar.t, 0.0f) == 0) { if (Float.compare(cVar.u, 0.0f) != 0) { i6 = 0; } else if (Float.compare(cVar.t, 90.0f) == 0) { @@ -1987,7 +1987,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2211s = i6; + bVar.f2214s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2000,7 +2000,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2211s = i6; + bVar.f2214s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2017,17 +2017,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 2: c.i.a.c.i2.w wVar = new c.i.a.c.i2.w(cVar.a(cVar.b)); @@ -2046,11 +2046,11 @@ public class e implements h { if (!z3) { i3 = f0.r(cVar.P); if (i3 == 0) { - StringBuilder L = c.d.b.a.a.L("Unsupported PCM bit depth: "); - L.append(cVar.P); - L.append(". Setting mimeType to "); - L.append(str11); - Log.w("MatroskaExtractor", L.toString()); + StringBuilder K = c.d.b.a.a.K("Unsupported PCM bit depth: "); + K.append(cVar.P); + K.append(". Setting mimeType to "); + K.append(str11); + Log.w("MatroskaExtractor", K.toString()); } i2 = -1; list = null; @@ -2067,20 +2067,20 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; } else { - c.d.b.a.a.h0("Non-PCM MS/ACM is unsupported. Setting mimeType to ", str11, "MatroskaExtractor"); + c.d.b.a.a.g0("Non-PCM MS/ACM is unsupported. Setting mimeType to ", str11, "MatroskaExtractor"); } list3 = null; list2 = list3; @@ -2106,17 +2106,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); } z3 = true; if (!z3) { @@ -2145,17 +2145,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); } catch (ArrayIndexOutOfBoundsException unused) { throw new ParserException("Error parsing MS/ACM codec private"); } @@ -2184,17 +2184,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 4: byte[] a4 = cVar.a(cVar.b); @@ -2249,17 +2249,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; } else { throw new ParserException("Error parsing vorbis codec private"); @@ -2301,17 +2301,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 6: str6 = "audio/mpeg"; @@ -2338,17 +2338,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 7: byte[] a5 = cVar.a(cVar.b); @@ -2395,17 +2395,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; } catch (ArrayIndexOutOfBoundsException unused3) { throw new ParserException("Error parsing FourCC private data"); @@ -2439,17 +2439,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case '\n': c.i.a.c.j2.j b2 = c.i.a.c.j2.j.b(new c.i.a.c.i2.w(cVar.a(cVar.b))); @@ -2477,17 +2477,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 11: str7 = "application/vobsub"; @@ -2515,17 +2515,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case '\f': str10 = "audio/vnd.dts.hd"; @@ -2553,24 +2553,24 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case '\r': List singletonList = Collections.singletonList(cVar.a(cVar.b)); k.b d2 = c.i.a.c.v1.k.d(cVar.k); cVar.Q = d2.a; cVar.O = d2.b; - str2 = d2.f988c; + str2 = d2.f990c; str5 = "audio/mp4a-latm"; list5 = singletonList; i8 = -1; @@ -2592,17 +2592,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 14: str10 = "audio/ac3"; @@ -2630,17 +2630,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 15: case 21: @@ -2669,17 +2669,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 16: str10 = "video/av01"; @@ -2707,17 +2707,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 17: str10 = "video/x-vnd.on2.vp8"; @@ -2745,17 +2745,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 18: str10 = "video/x-vnd.on2.vp9"; @@ -2783,17 +2783,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 19: str10 = "application/pgs"; @@ -2821,17 +2821,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 20: str11 = str10; @@ -2858,17 +2858,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 22: if (cVar.P == 32) { @@ -2888,24 +2888,24 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; } else { - StringBuilder L2 = c.d.b.a.a.L("Unsupported floating point PCM bit depth: "); - L2.append(cVar.P); - L2.append(". Setting mimeType to "); - L2.append(str11); - Log.w("MatroskaExtractor", L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Unsupported floating point PCM bit depth: "); + K2.append(cVar.P); + K2.append(". Setting mimeType to "); + K2.append(str11); + Log.w("MatroskaExtractor", K2.toString()); list6 = null; str5 = str11; str2 = null; @@ -2929,17 +2929,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); } break; case 23: @@ -2947,11 +2947,11 @@ public class e implements h { if (i28 == 8) { i3 = 3; } else if (i28 != 16) { - StringBuilder L3 = c.d.b.a.a.L("Unsupported big endian PCM bit depth: "); - L3.append(cVar.P); - L3.append(". Setting mimeType to "); - L3.append(str11); - Log.w("MatroskaExtractor", L3.toString()); + StringBuilder K3 = c.d.b.a.a.K("Unsupported big endian PCM bit depth: "); + K3.append(cVar.P); + K3.append(". Setting mimeType to "); + K3.append(str11); + Log.w("MatroskaExtractor", K3.toString()); list6 = null; str5 = str11; str2 = null; @@ -2975,17 +2975,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; } else { i3 = 268435456; @@ -3005,26 +3005,26 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 24: i3 = f0.r(cVar.P); if (i3 == 0) { - StringBuilder L4 = c.d.b.a.a.L("Unsupported little endian PCM bit depth: "); - L4.append(cVar.P); - L4.append(". Setting mimeType to "); - L4.append(str11); - Log.w("MatroskaExtractor", L4.toString()); + StringBuilder K4 = c.d.b.a.a.K("Unsupported little endian PCM bit depth: "); + K4.append(cVar.P); + K4.append(". Setting mimeType to "); + K4.append(str11); + Log.w("MatroskaExtractor", K4.toString()); list6 = null; str5 = str11; str2 = null; @@ -3048,17 +3048,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; } i2 = -1; @@ -3076,17 +3076,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 25: byte[] bArr7 = b; @@ -3118,23 +3118,23 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 26: m a7 = m.a(new c.i.a.c.i2.w(cVar.a(cVar.b))); list2 = a7.a; cVar.Y = a7.b; - str4 = a7.f918c; + str4 = a7.f920c; str3 = "video/hevc"; i8 = -1; str12 = str3; @@ -3156,17 +3156,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 27: str10 = "application/x-subrip"; @@ -3194,17 +3194,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 28: str10 = "video/mpeg2"; @@ -3232,17 +3232,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 29: str10 = "audio/eac3"; @@ -3270,17 +3270,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 30: str7 = "audio/flac"; @@ -3308,17 +3308,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; case 31: ArrayList arrayList4 = new ArrayList(3); @@ -3350,23 +3350,23 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2210c = cVar.W; + bVar.f2213c = cVar.W; bVar.d = i14; bVar.m = list; bVar.h = str; bVar.n = cVar.l; Format a3 = bVar.a(); - c.i.a.c.a2.w p = jVar.p(cVar.f669c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f671c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f669c, cVar); + eVar.h.put(cVar.f671c, cVar); break; default: throw new ParserException("Unrecognized codec identifier."); } } - eVar.f668z = null; + eVar.f670z = null; return; } throw new ParserException("CodecId is missing in TrackEntry element"); @@ -3385,7 +3385,7 @@ public class e implements h { throw new ParserException("Mandatory element SeekID or SeekPosition not found"); } else if (i == 25152) { c(i); - c cVar2 = eVar.f668z; + c cVar2 = eVar.f670z; if (cVar2.h) { w.a aVar2 = cVar2.j; if (aVar2 != null) { @@ -3396,7 +3396,7 @@ public class e implements h { } } else if (i == 28032) { c(i); - c cVar3 = eVar.f668z; + c cVar3 = eVar.f670z; if (cVar3.h && cVar3.i != null) { throw new ParserException("Combining encryption and compression is not supported"); } @@ -3404,18 +3404,18 @@ public class e implements h { if (eVar.w == -9223372036854775807L) { eVar.w = 1000000; } - long j3 = eVar.f666x; + long j3 = eVar.f668x; if (j3 != -9223372036854775807L) { - eVar.f667y = eVar.m(j3); + eVar.f669y = eVar.m(j3); } } else if (i != 374648427) { if (i == 475249515) { if (!eVar.A) { - j jVar2 = eVar.f664f0; + j jVar2 = eVar.f666f0; q qVar = eVar.H; q qVar2 = eVar.I; - if (eVar.v == -1 || eVar.f667y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { - tVar = new t.b(eVar.f667y, 0); + if (eVar.v == -1 || eVar.f669y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { + tVar = new t.b(eVar.f669y, 0); } else { int[] iArr = new int[i10]; long[] jArr = new long[i10]; @@ -3436,7 +3436,7 @@ public class e implements h { i12 = i31; } iArr[i11] = (int) ((eVar.v + eVar.u) - jArr[i11]); - jArr2[i11] = eVar.f667y - jArr3[i11]; + jArr2[i11] = eVar.f669y - jArr3[i11]; long j4 = jArr2[i11]; if (j4 <= 0) { Log.w("MatroskaExtractor", "Discarding last cue point with unexpected duration: " + j4); @@ -3454,7 +3454,7 @@ public class e implements h { eVar.I = null; } } else if (eVar.h.size() != 0) { - eVar.f664f0.j(); + eVar.f666f0.j(); } else { throw new ParserException("No valid tracks were found"); } @@ -3484,14 +3484,14 @@ public class e implements h { public final void k(i iVar, int i) throws IOException { c.i.a.c.i2.w wVar = this.l; - if (wVar.f910c < i) { + if (wVar.f912c < i) { byte[] bArr = wVar.a; if (bArr.length < i) { wVar.b(Math.max(bArr.length * 2, i)); } c.i.a.c.i2.w wVar2 = this.l; byte[] bArr2 = wVar2.a; - int i2 = wVar2.f910c; + int i2 = wVar2.f912c; iVar.readFully(bArr2, i2, i - i2); this.l.C(i); } @@ -3502,11 +3502,11 @@ public class e implements h { this.X = 0; this.Y = 0; this.Z = false; - this.f659a0 = false; - this.f660b0 = false; - this.f661c0 = 0; - this.f662d0 = 0; - this.f663e0 = false; + this.f661a0 = false; + this.f662b0 = false; + this.f663c0 = 0; + this.f664d0 = 0; + this.f665e0 = false; this.o.z(0); } @@ -3528,7 +3528,7 @@ public class e implements h { l(); return i4; } else if ("S_TEXT/ASS".equals(cVar.b)) { - o(iVar, f658c, i); + o(iVar, f660c, i); int i5 = this.X; l(); return i5; @@ -3539,25 +3539,25 @@ public class e implements h { if (cVar.h) { this.T &= -1073741825; int i6 = 128; - if (!this.f659a0) { + if (!this.f661a0) { iVar.readFully(this.l.a, 0, 1); this.W++; byte[] bArr = this.l.a; if ((bArr[0] & 128) != 128) { - this.f662d0 = bArr[0]; - this.f659a0 = true; + this.f664d0 = bArr[0]; + this.f661a0 = true; } else { throw new ParserException("Extension bit is set in signal byte"); } } - byte b2 = this.f662d0; + byte b2 = this.f664d0; if ((b2 & 1) == 1) { boolean z2 = (b2 & 2) == 2; this.T |= 1073741824; - if (!this.f663e0) { + if (!this.f665e0) { iVar.readFully(this.q.a, 0, 8); this.W += 8; - this.f663e0 = true; + this.f665e0 = true; c.i.a.c.i2.w wVar2 = this.l; byte[] bArr2 = wVar2.a; if (!z2) { @@ -3572,18 +3572,18 @@ public class e implements h { this.X += 8; } if (z2) { - if (!this.f660b0) { + if (!this.f662b0) { iVar.readFully(this.l.a, 0, 1); this.W++; this.l.D(0); - this.f661c0 = this.l.s(); - this.f660b0 = true; + this.f663c0 = this.l.s(); + this.f662b0 = true; } - int i7 = this.f661c0 * 4; + int i7 = this.f663c0 * 4; this.l.z(i7); iVar.readFully(this.l.a, 0, i7); this.W += i7; - short s2 = (short) ((this.f661c0 / 2) + 1); + short s2 = (short) ((this.f663c0 / 2) + 1); int i8 = (s2 * 6) + 2; ByteBuffer byteBuffer = this.t; if (byteBuffer == null || byteBuffer.capacity() < i8) { @@ -3594,7 +3594,7 @@ public class e implements h { int i9 = 0; int i10 = 0; while (true) { - i3 = this.f661c0; + i3 = this.f663c0; if (i9 >= i3) { break; } @@ -3625,13 +3625,13 @@ public class e implements h { c.i.a.c.i2.w wVar3 = this.o; int length = bArr3.length; wVar3.a = bArr3; - wVar3.f910c = length; + wVar3.f912c = length; wVar3.b = 0; } } if (cVar.f > 0) { this.T |= 268435456; - this.f665s.z(0); + this.f667s.z(0); this.l.z(4); c.i.a.c.i2.w wVar4 = this.l; byte[] bArr4 = wVar4.a; @@ -3644,10 +3644,10 @@ public class e implements h { } this.Z = true; } - int i12 = i + this.o.f910c; + int i12 = i + this.o.f912c; if (!"V_MPEG4/ISO/AVC".equals(cVar.b) && !"V_MPEGH/ISO/HEVC".equals(cVar.b)) { if (cVar.T != null) { - AnimatableValueParser.D(this.o.f910c == 0); + AnimatableValueParser.D(this.o.f912c == 0); d dVar = cVar.T; if (!dVar.b) { iVar.n(dVar.a, 0, 10); diff --git a/app/src/main/java/c/i/a/c/a2/f0/g.java b/app/src/main/java/c/i/a/c/a2/f0/g.java index f6585505c9..e3ab8507dc 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/g.java +++ b/app/src/main/java/c/i/a/c/a2/f0/g.java @@ -8,7 +8,7 @@ public final class g { public final byte[] b = new byte[8]; /* renamed from: c reason: collision with root package name */ - public int f675c; + public int f677c; public int d; public static long a(byte[] bArr, int i, boolean z2) { @@ -37,27 +37,27 @@ public final class g { } public long c(i iVar, boolean z2, boolean z3, int i) throws IOException { - if (this.f675c == 0) { + if (this.f677c == 0) { if (!iVar.c(this.b, 0, 1, z2)) { return -1; } int b = b(this.b[0] & 255); this.d = b; if (b != -1) { - this.f675c = 1; + this.f677c = 1; } else { throw new IllegalStateException("No valid varint length mask found"); } } int i2 = this.d; if (i2 > i) { - this.f675c = 0; + this.f677c = 0; return -2; } if (i2 != 1) { iVar.readFully(this.b, 1, i2 - 1); } - this.f675c = 0; + this.f677c = 0; return a(this.b, this.d, z3); } } diff --git a/app/src/main/java/c/i/a/c/a2/g0/c.java b/app/src/main/java/c/i/a/c/a2/g0/c.java index 71b98a0285..a302ffc0c2 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/c.java +++ b/app/src/main/java/c/i/a/c/a2/g0/c.java @@ -5,7 +5,7 @@ import c.i.a.c.v1.z; /* compiled from: ConstantBitrateSeeker */ public final class c extends d implements g { public c(long j, long j2, z.a aVar) { - super(j, j2, aVar.f, aVar.f1003c); + super(j, j2, aVar.f, aVar.f1005c); } @Override // c.i.a.c.a2.g0.g diff --git a/app/src/main/java/c/i/a/c/a2/g0/d.java b/app/src/main/java/c/i/a/c/a2/g0/d.java index 880a4581d8..0ae1025f3b 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/d.java +++ b/app/src/main/java/c/i/a/c/a2/g0/d.java @@ -10,7 +10,7 @@ public final class d implements g { public final q b; /* renamed from: c reason: collision with root package name */ - public final q f676c; + public final q f678c; public long d; public d(long j, long j2, long j3) { @@ -19,7 +19,7 @@ public final class d implements g { q qVar = new q(); this.b = qVar; q qVar2 = new q(); - this.f676c = qVar2; + this.f678c = qVar2; qVar.a(0); qVar2.a(j2); } @@ -41,19 +41,19 @@ public final class d implements g { @Override // c.i.a.c.a2.g0.g public long d(long j) { - return this.b.b(f0.c(this.f676c, j, true, true)); + return this.b.b(f0.c(this.f678c, j, true, true)); } @Override // c.i.a.c.a2.t public t.a h(long j) { int c2 = f0.c(this.b, j, true, true); long b = this.b.b(c2); - u uVar = new u(b, this.f676c.b(c2)); + u uVar = new u(b, this.f678c.b(c2)); if (b != j) { q qVar = this.b; if (c2 != qVar.a - 1) { int i = c2 + 1; - return new t.a(uVar, new u(qVar.b(i), this.f676c.b(i))); + return new t.a(uVar, new u(qVar.b(i), this.f678c.b(i))); } } return new t.a(uVar); diff --git a/app/src/main/java/c/i/a/c/a2/g0/e.java b/app/src/main/java/c/i/a/c/a2/g0/e.java index e28bb026b5..0962b5a574 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/e.java +++ b/app/src/main/java/c/i/a/c/a2/g0/e.java @@ -11,12 +11,12 @@ public final class e implements g { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f677c; + public final long f679c; public e(long[] jArr, long[] jArr2, long j) { this.a = jArr; this.b = jArr2; - this.f677c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; + this.f679c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; } public static Pair b(long j, long[] jArr, long[] jArr2) { @@ -48,12 +48,12 @@ public final class e implements g { @Override // c.i.a.c.a2.t public t.a h(long j) { - Pair b = b(h0.b(f0.i(j, 0, this.f677c)), this.b, this.a); + Pair b = b(h0.b(f0.i(j, 0, this.f679c)), this.b, this.a); return new t.a(new u(h0.a(((Long) b.first).longValue()), ((Long) b.second).longValue())); } @Override // c.i.a.c.a2.t public long i() { - return this.f677c; + return this.f679c; } } 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 bb66c5724d..182c8f0c8d 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/f.java +++ b/app/src/main/java/c/i/a/c/a2/g0/f.java @@ -31,7 +31,7 @@ public final class f implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f678c; + public final long f680c; public final w d; public final z.a e; public final p f; @@ -50,7 +50,7 @@ public final class f implements h { public g r; /* renamed from: s reason: collision with root package name */ - public boolean f679s; + public boolean f681s; public boolean t; public long u; @@ -64,7 +64,7 @@ public final class f implements h { public f(int i) { this.b = i; - this.f678c = -9223372036854775807L; + this.f680c = -9223372036854775807L; this.d = new w(10); this.e = new z.a(); this.f = new p(); @@ -161,8 +161,8 @@ public final class f implements h { } } if (this.r == null) { - w wVar = new w(this.e.f1003c); - iVar5.n(wVar.a, 0, this.e.f1003c); + w wVar = new w(this.e.f1005c); + iVar5.n(wVar.a, 0, this.e.f1005c); z.a aVar = this.e; int i6 = 21; if ((aVar.a & 1) != 0) { @@ -172,7 +172,7 @@ public final class f implements h { } else if (aVar.e == 1) { i6 = 13; } - if (wVar.f910c >= i6 + 4) { + if (wVar.f912c >= i6 + 4) { wVar.D(i6); i2 = wVar.f(); if (i2 != 1483304551) { @@ -193,7 +193,7 @@ public final class f implements h { i3 = i6; long E = f0.E((long) v, ((long) i7) * 1000000, (long) i8); if ((f & 6) != 6) { - iVar4 = new i(position, aVar2.f1003c, E, -1, null); + iVar4 = new i(position, aVar2.f1005c, E, -1, null); } else { long t = wVar.t(); long[] jArr = new long[100]; @@ -203,18 +203,18 @@ public final class f implements h { if (b != -1) { long j3 = position + t; if (b != j3) { - StringBuilder O = a.O("XING data size mismatch: ", b, str); - O.append(j3); - Log.w("XingSeeker", O.toString()); + StringBuilder N = a.N("XING data size mismatch: ", b, str); + N.append(j3); + Log.w("XingSeeker", N.toString()); } } - iVar4 = new i(position, aVar2.f1003c, E, t, jArr); + iVar4 = new i(position, aVar2.f1005c, E, t, jArr); } iVar3 = iVar4; } if (iVar3 != null) { p pVar = fVar.f; - if (!((pVar.b == -1 || pVar.f753c == -1) ? false : true)) { + if (!((pVar.b == -1 || pVar.f755c == -1) ? false : true)) { iVar.k(); iVar5 = iVar; iVar5.g(i3 + 141); @@ -227,9 +227,9 @@ public final class f implements h { int i11 = u & 4095; if (i10 > 0 || i11 > 0) { pVar2.b = i10; - pVar2.f753c = i11; + pVar2.f755c = i11; } - iVar5.l(fVar.e.f1003c); + iVar5.l(fVar.e.f1005c); hVar = iVar3; if (iVar3 != null) { boolean c2 = iVar3.c(); @@ -244,7 +244,7 @@ public final class f implements h { } } iVar5 = iVar; - iVar5.l(fVar.e.f1003c); + iVar5.l(fVar.e.f1005c); hVar = iVar3; if (iVar3 != null) { } @@ -262,7 +262,7 @@ public final class f implements h { int x3 = wVar.x(); int x4 = wVar.x(); wVar.E(2); - long j4 = position2 + ((long) aVar3.f1003c); + long j4 = position2 + ((long) aVar3.f1005c); long[] jArr2 = new long[x2]; long[] jArr3 = new long[x2]; int i13 = 0; @@ -288,21 +288,21 @@ public final class f implements h { b2 = b2; } else { if (!(b2 == -1 || b2 == j5)) { - StringBuilder O2 = a.O("VBRI data size mismatch: ", b2, str); - O2.append(j5); - Log.w("VbriSeeker", O2.toString()); + StringBuilder N2 = a.N("VBRI data size mismatch: ", b2, str); + N2.append(j5); + Log.w("VbriSeeker", N2.toString()); } hVar3 = new h(jArr2, jArr3, E2, j5); } } fVar = this; - iVar.l(fVar.e.f1003c); + iVar.l(fVar.e.f1005c); iVar5 = iVar; hVar2 = hVar3; } hVar3 = null; fVar = this; - iVar.l(fVar.e.f1003c); + iVar.l(fVar.e.f1005c); iVar5 = iVar; hVar2 = hVar3; } else { @@ -344,13 +344,13 @@ public final class f implements h { i14++; } } - if (!fVar.f679s) { + if (!fVar.f681s) { iVar2 = new g.a(); } else { i iVar6 = hVar; if ((fVar.b & 2) != 0) { if (eVar != null) { - d = eVar.f677c; + d = eVar.f679c; } else if (hVar != null) { j2 = hVar.i(); j = hVar.a(); @@ -382,17 +382,17 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2212x = aVar4.e; - bVar.f2213y = aVar4.d; + bVar.f2215x = aVar4.e; + bVar.f2216y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f753c; + bVar.B = pVar3.f755c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } eVar = null; - if (!fVar.f679s) { + if (!fVar.f681s) { } fVar.r = iVar2; fVar.i.a(iVar2); @@ -401,16 +401,16 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2212x = aVar4.e; - bVar.f2213y = aVar4.d; + bVar.f2215x = aVar4.e; + bVar.f2216y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f753c; + bVar.B = pVar3.f755c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } - if (wVar.f910c >= 40) { + if (wVar.f912c >= 40) { wVar.D(36); if (wVar.f() == 1447187017) { i2 = 1447187017; @@ -431,7 +431,7 @@ public final class f implements h { if (iVar3 != null) { } iVar5 = iVar; - iVar5.l(fVar.e.f1003c); + iVar5.l(fVar.e.f1005c); hVar = iVar3; if (iVar3 != null) { } @@ -440,7 +440,7 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f679s) { + if (!fVar.f681s) { } fVar.r = iVar2; fVar.i.a(iVar2); @@ -449,11 +449,11 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2212x = aVar4.e; - bVar.f2213y = aVar4.d; + bVar.f2215x = aVar4.e; + bVar.f2216y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f753c; + bVar.B = pVar3.f755c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); @@ -477,7 +477,7 @@ public final class f implements h { if (iVar3 != null) { } iVar5 = iVar; - iVar5.l(fVar.e.f1003c); + iVar5.l(fVar.e.f1005c); hVar = iVar3; if (iVar3 != null) { } @@ -486,7 +486,7 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f679s) { + if (!fVar.f681s) { } fVar.r = iVar2; fVar.i.a(iVar2); @@ -495,11 +495,11 @@ public final class f implements h { z.a aVar4 = fVar.e; bVar.k = aVar4.b; bVar.l = 4096; - bVar.f2212x = aVar4.e; - bVar.f2213y = aVar4.d; + bVar.f2215x = aVar4.e; + bVar.f2216y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f753c; + bVar.B = pVar3.f755c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); @@ -535,20 +535,20 @@ public final class f implements h { fVar.e.a(f3); if (fVar.n == -9223372036854775807L) { fVar.n = fVar.r.d(iVar.getPosition()); - if (fVar.f678c != -9223372036854775807L) { - fVar.n = (fVar.f678c - fVar.r.d(0)) + fVar.n; + if (fVar.f680c != -9223372036854775807L) { + fVar.n = (fVar.f680c - fVar.r.d(0)) + fVar.n; } } z.a aVar5 = fVar.e; - fVar.q = aVar5.f1003c; + fVar.q = aVar5.f1005c; g gVar2 = fVar.r; if (gVar2 instanceof d) { d dVar = (d) gVar2; long a3 = fVar.a(fVar.o + ((long) aVar5.g)); - long position5 = iVar.getPosition() + ((long) fVar.e.f1003c); + long position5 = iVar.getPosition() + ((long) fVar.e.f1005c); if (!dVar.b(a3)) { dVar.b.a(a3); - dVar.f676c.a(position5); + dVar.f678c.a(position5); } if (fVar.t && dVar.b(fVar.u)) { fVar.t = false; @@ -567,7 +567,7 @@ public final class f implements h { int i18 = fVar.q - b3; fVar.q = i18; if (i18 <= 0) { - fVar.k.d(fVar.a(fVar.o), 1, fVar.e.f1003c, 0, null); + fVar.k.d(fVar.a(fVar.o), 1, fVar.e.f1005c, 0, null); fVar.o += (long) fVar.e.g; fVar.q = 0; } diff --git a/app/src/main/java/c/i/a/c/a2/g0/h.java b/app/src/main/java/c/i/a/c/a2/g0/h.java index 32880f460c..c78249236f 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/h.java +++ b/app/src/main/java/c/i/a/c/a2/g0/h.java @@ -9,13 +9,13 @@ public final class h implements g { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f680c; + public final long f682c; public final long d; public h(long[] jArr, long[] jArr2, long j, long j2) { this.a = jArr; this.b = jArr2; - this.f680c = j; + this.f682c = j; this.d = j2; } @@ -50,6 +50,6 @@ public final class h implements g { @Override // c.i.a.c.a2.t public long i() { - return this.f680c; + return this.f682c; } } diff --git a/app/src/main/java/c/i/a/c/a2/g0/i.java b/app/src/main/java/c/i/a/c/a2/g0/i.java index 4f8603fce9..7c60fb4bcb 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/i.java +++ b/app/src/main/java/c/i/a/c/a2/g0/i.java @@ -11,7 +11,7 @@ public final class i implements g { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f681c; + public final long f683c; public final long d; public final long e; @Nullable @@ -20,7 +20,7 @@ public final class i implements g { public i(long j, int i, long j2, long j3, @Nullable long[] jArr) { this.a = j; this.b = i; - this.f681c = j2; + this.f683c = j2; this.f = jArr; this.d = j3; this.e = j3 != -1 ? j + j3 : -1; @@ -46,7 +46,7 @@ public final class i implements g { AnimatableValueParser.H(jArr); double d = (((double) j2) * 256.0d) / ((double) this.d); int e = f0.e(jArr, (long) d, true, true); - long j3 = this.f681c; + long j3 = this.f683c; long j4 = (((long) e) * j3) / 100; long j5 = jArr[e]; int i = e + 1; @@ -60,8 +60,8 @@ public final class i implements g { if (!c()) { return new t.a(new u(0, this.a + ((long) this.b))); } - long i = f0.i(j, 0, this.f681c); - double d = (((double) i) * 100.0d) / ((double) this.f681c); + long i = f0.i(j, 0, this.f683c); + double d = (((double) i) * 100.0d) / ((double) this.f683c); double d2 = 0.0d; if (d > 0.0d) { if (d >= 100.0d) { @@ -80,6 +80,6 @@ public final class i implements g { @Override // c.i.a.c.a2.t public long i() { - return this.f681c; + return this.f683c; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/d.java b/app/src/main/java/c/i/a/c/a2/h0/d.java index a434819941..fb60a2e690 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/d.java +++ b/app/src/main/java/c/i/a/c/a2/h0/d.java @@ -14,7 +14,7 @@ public abstract class d { public final long b; /* renamed from: c reason: collision with root package name */ - public final List f682c = new ArrayList(); + public final List f684c = new ArrayList(); public final List d = new ArrayList(); public a(int i, long j) { @@ -36,9 +36,9 @@ public abstract class d { @Nullable public b c(int i) { - int size = this.f682c.size(); + int size = this.f684c.size(); for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f682c.get(i2); + b bVar = this.f684c.get(i2); if (bVar.a == i) { return bVar; } @@ -48,7 +48,7 @@ public abstract class d { @Override // c.i.a.c.a2.h0.d public String toString() { - return d.a(this.a) + " leaves: " + Arrays.toString(this.f682c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); + return d.a(this.a) + " leaves: " + Arrays.toString(this.f684c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); } } @@ -67,12 +67,12 @@ public abstract class d { } public static String a(int i) { - StringBuilder L = c.d.b.a.a.L(""); - L.append((char) ((i >> 24) & 255)); - L.append((char) ((i >> 16) & 255)); - L.append((char) ((i >> 8) & 255)); - L.append((char) (i & 255)); - return L.toString(); + StringBuilder K = c.d.b.a.a.K(""); + K.append((char) ((i >> 24) & 255)); + K.append((char) ((i >> 16) & 255)); + K.append((char) ((i >> 8) & 255)); + K.append((char) (i & 255)); + return K.toString(); } public String toString() { 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 e33161a2da..95029cf26d 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 @@ -42,11 +42,11 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f683c; + public final w f685c; public b(d.b bVar, Format format) { w wVar = bVar.b; - this.f683c = wVar; + this.f685c = wVar; wVar.D(12); int v = wVar.v(); if ("audio/raw".equals(format.t)) { @@ -73,7 +73,7 @@ public final class e { @Override // c.i.a.c.a2.h0.e.a public int c() { int i = this.a; - return i == -1 ? this.f683c.v() : i; + return i == -1 ? this.f685c.v() : i; } } @@ -83,7 +83,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f684c; + public final int f686c; public int d; public int e; @@ -91,7 +91,7 @@ public final class e { w wVar = bVar.b; this.a = wVar; wVar.D(12); - this.f684c = wVar.v() & 255; + this.f686c = wVar.v() & 255; this.b = wVar.v(); } @@ -107,7 +107,7 @@ public final class e { @Override // c.i.a.c.a2.h0.e.a public int c() { - int i = this.f684c; + int i = this.f686c; if (i == 8) { return this.a.s(); } @@ -554,20 +554,20 @@ public final class e { } else { i6 = i32; } - StringBuilder L = c.d.b.a.a.L("Inconsistent stbl box for track "); + StringBuilder K = c.d.b.a.a.K("Inconsistent stbl box for track "); mVar2 = mVar; - L.append(mVar2.a); - L.append(": remainingSynchronizationSamples "); - L.append(i30); - L.append(", remainingSamplesAtTimestampDelta "); - L.append(i33); - L.append(", remainingSamplesInChunk "); - L.append(i27); - L.append(", remainingTimestampDeltaChanges "); - L.append(i34); - L.append(", remainingSamplesAtTimestampOffset "); - L.append(i6); - c.d.b.a.a.j0(L, z3 ? ", ctts invalid" : "", "AtomParsers"); + K.append(mVar2.a); + K.append(": remainingSynchronizationSamples "); + K.append(i30); + K.append(", remainingSamplesAtTimestampDelta "); + K.append(i33); + K.append(", remainingSamplesInChunk "); + K.append(i27); + K.append(", remainingTimestampDeltaChanges "); + K.append(i34); + K.append(", remainingSamplesAtTimestampOffset "); + K.append(i6); + c.d.b.a.a.i0(K, z3 ? ", ctts invalid" : "", "AtomParsers"); i4 = b2; iArr = iArr9; i5 = i37; @@ -577,46 +577,46 @@ public final class e { if (i30 != 0) { } i6 = i32; - StringBuilder L = c.d.b.a.a.L("Inconsistent stbl box for track "); + StringBuilder K = c.d.b.a.a.K("Inconsistent stbl box for track "); mVar2 = mVar; - L.append(mVar2.a); - L.append(": remainingSynchronizationSamples "); - L.append(i30); - L.append(", remainingSamplesAtTimestampDelta "); - L.append(i33); - L.append(", remainingSamplesInChunk "); - L.append(i27); - L.append(", remainingTimestampDeltaChanges "); - L.append(i34); - L.append(", remainingSamplesAtTimestampOffset "); - L.append(i6); - c.d.b.a.a.j0(L, z3 ? ", ctts invalid" : "", "AtomParsers"); + K.append(mVar2.a); + K.append(": remainingSynchronizationSamples "); + K.append(i30); + K.append(", remainingSamplesAtTimestampDelta "); + K.append(i33); + K.append(", remainingSamplesInChunk "); + K.append(i27); + K.append(", remainingTimestampDeltaChanges "); + K.append(i34); + K.append(", remainingSamplesAtTimestampOffset "); + K.append(i6); + c.d.b.a.a.i0(K, z3 ? ", ctts invalid" : "", "AtomParsers"); i4 = b2; iArr = iArr9; i5 = i37; iArr2 = iArr10; } - long E = f0.E(j, 1000000, mVar2.f699c); + long E = f0.E(j, 1000000, mVar2.f701c); jArr3 = mVar2.h; if (jArr3 != null) { - f0.F(jArr2, 1000000, mVar2.f699c); + f0.F(jArr2, 1000000, mVar2.f701c); return new p(mVar, jArr, iArr, i5, jArr2, iArr2, E); } if (jArr3.length == 1 && mVar2.b == 1 && jArr2.length >= 2) { long[] jArr7 = mVar2.i; Objects.requireNonNull(jArr7); long j8 = jArr7[0]; - long E2 = f0.E(mVar2.h[0], mVar2.f699c, mVar2.d) + j8; + long E2 = f0.E(mVar2.h[0], mVar2.f701c, mVar2.d) + j8; int length = jArr2.length - 1; i10 = i4; if (jArr2[0] <= j8 && j8 < jArr2[f0.h(4, 0, length)] && jArr2[f0.h(jArr2.length - 4, 0, length)] < E2 && E2 <= j) { long j9 = j - E2; - long E3 = f0.E(j8 - jArr2[0], (long) mVar2.f.H, mVar2.f699c); - long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f699c); + long E3 = f0.E(j8 - jArr2[0], (long) mVar2.f.H, mVar2.f701c); + long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f701c); if (!(E3 == 0 && E4 == 0) && E3 <= 2147483647L && E4 <= 2147483647L) { pVar.b = (int) E3; - pVar.f753c = (int) E4; - f0.F(jArr2, 1000000, mVar2.f699c); + pVar.f755c = (int) E4; + f0.F(jArr2, 1000000, mVar2.f701c); return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(mVar2.h[0], 1000000, mVar2.d)); } } @@ -629,9 +629,9 @@ public final class e { Objects.requireNonNull(jArr9); long j10 = jArr9[0]; for (int i41 = 0; i41 < jArr2.length; i41++) { - jArr2[i41] = f0.E(jArr2[i41] - j10, 1000000, mVar2.f699c); + jArr2[i41] = f0.E(jArr2[i41] - j10, 1000000, mVar2.f701c); } - return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f699c)); + return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f701c)); } boolean z6 = mVar2.b == 1; int[] iArr11 = new int[jArr8.length]; @@ -650,7 +650,7 @@ public final class e { long j11 = jArr10[i42]; if (j11 != -1) { iArr5 = iArr; - long E5 = f0.E(jArr11[i42], mVar2.f699c, mVar2.d); + long E5 = f0.E(jArr11[i42], mVar2.f701c, mVar2.d); iArr11[i42] = f0.e(jArr2, j11, true, true); iArr12[i42] = f0.b(jArr2, j11 + E5, z6, false); while (iArr11[i42] < iArr12[i42] && (iArr2[iArr11[i42]] & 1) == 0) { @@ -702,7 +702,7 @@ public final class e { } int i51 = i11; while (i48 < i49) { - jArr13[i47] = f0.E(j12, 1000000, mVar2.d) + f0.E(Math.max(0L, jArr2[i48] - j13), 1000000, mVar2.f699c); + jArr13[i47] = f0.E(j12, 1000000, mVar2.d) + f0.E(Math.max(0L, jArr2[i48] - j13), 1000000, mVar2.f701c); if (z9 && iArr14[i47] > i51) { i51 = iArr4[i48]; } @@ -734,7 +734,7 @@ public final class e { str = mVar.f.t; if (!(a2 == -1 && ("audio/raw".equals(str) || "audio/g711-mlaw".equals(str) || "audio/g711-alaw".equals(str)) && v3 == 0 && i == 0 && i3 == 0)) { } - long E = f0.E(j, 1000000, mVar2.f699c); + long E = f0.E(j, 1000000, mVar2.f701c); jArr3 = mVar2.h; if (jArr3 != null) { } @@ -891,11 +891,11 @@ public final class e { long t2 = wVar4.t(); wVar4.E(f8 == 0 ? 4 : 8); int x2 = wVar4.x(); - StringBuilder L = c.d.b.a.a.L(""); - L.append((char) (((x2 >> 10) & 31) + 96)); - L.append((char) (((x2 >> 5) & 31) + 96)); - L.append((char) ((x2 & 31) + 96)); - Pair create = Pair.create(Long.valueOf(t2), L.toString()); + StringBuilder K = c.d.b.a.a.K(""); + K.append((char) (((x2 >> 10) & 31) + 96)); + K.append((char) (((x2 >> 5) & 31) + 96)); + K.append((char) ((x2 & 31) + 96)); + Pair create = Pair.create(Long.valueOf(t2), K.toString()); d.b c6 = b4.c(1937011556); Objects.requireNonNull(c6); w wVar5 = c6.b; @@ -992,7 +992,7 @@ public final class e { m a2 = m.a(wVar5); list3 = a2.a; i9 = a2.b; - str3 = a2.f918c; + str3 = a2.f920c; str2 = "video/hevc"; } else if (f14 == 1685480259 || f14 == 1685485123) { i8 = f11; @@ -1106,19 +1106,19 @@ public final class e { if (str13 == null) { i29 = i29; } else { - Format.b o0 = c.d.b.a.a.o0(f3); - o0.k = str13; - o0.h = str14; - o0.p = x3; - o0.q = x4; - o0.t = f12; + Format.b m0 = c.d.b.a.a.m0(f3); + m0.k = str13; + m0.h = str14; + m0.p = x3; + m0.q = x4; + m0.t = f12; i29 = i29; - o0.f2211s = i29; - o0.u = bArr; - o0.v = i7; - o0.m = list; - o0.n = drmInitData2; - format2 = o0.a(); + m0.f2214s = i29; + m0.u = bArr; + m0.v = i7; + m0.m = list; + m0.n = drmInitData2; + format2 = m0.a(); } } else { i4 = i25; @@ -1233,10 +1233,10 @@ public final class e { Format.b bVar = new Format.b(); bVar.a = num; bVar.k = str15; - bVar.f2212x = i43; - bVar.f2213y = i42; + bVar.f2215x = i43; + bVar.f2216y = i42; bVar.n = drmInitData3; - bVar.f2210c = str11; + bVar.f2213c = str11; format = bVar.a(); str7 = str15; } else { @@ -1265,10 +1265,10 @@ public final class e { Format.b bVar2 = new Format.b(); bVar2.a = num2; bVar2.k = str9; - bVar2.f2212x = i45; - bVar2.f2213y = i44; + bVar2.f2215x = i45; + bVar2.f2216y = i44; bVar2.n = drmInitData3; - bVar2.f2210c = str11; + bVar2.f2213c = str11; format = bVar2.a(); } else { str7 = str15; @@ -1280,19 +1280,19 @@ public final class e { Format.b bVar3 = new Format.b(); bVar3.a = num3; bVar3.k = "audio/ac4"; - bVar3.f2212x = 2; - bVar3.f2213y = i46; + bVar3.f2215x = 2; + bVar3.f2216y = i46; bVar3.n = drmInitData3; - bVar3.f2210c = str11; + bVar3.f2213c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { - Format.b o02 = c.d.b.a.a.o0(f3); - o02.k = str6; - o02.f2212x = i19; - o02.f2213y = i18; - o02.n = drmInitData3; - o02.f2210c = str11; - format = o02.a(); + Format.b m02 = c.d.b.a.a.m0(f3); + m02.k = str6; + m02.f2215x = i19; + m02.f2216y = i18; + m02.n = drmInitData3; + m02.f2213c = str11; + format = m02.a(); } else { if (f17 == 1682927731) { int i47 = f16 - 8; @@ -1386,7 +1386,7 @@ public final class e { k.b c9 = c.i.a.c.v1.k.c(new v(bArr7), false); i18 = c9.a; i19 = c9.b; - str8 = c9.f988c; + str8 = c9.f990c; } uVar = u.t(bArr7); } @@ -1408,16 +1408,16 @@ public final class e { i10 = f10; i11 = i33; if (format2 == null && str6 != null) { - Format.b o03 = c.d.b.a.a.o0(f3); - o03.k = str6; - o03.h = str5; - o03.f2212x = i19; - o03.f2213y = i18; - o03.f2214z = i16; - o03.m = uVar; - o03.n = drmInitData3; - o03.f2210c = str11; - format2 = o03.a(); + Format.b m03 = c.d.b.a.a.m0(f3); + m03.k = str6; + m03.h = str5; + m03.f2215x = i19; + m03.f2216y = i18; + m03.f2217z = i16; + m03.m = uVar; + m03.n = drmInitData3; + m03.f2213c = str11; + format2 = m03.a(); } str = str11; i29 = i12; @@ -1438,16 +1438,16 @@ public final class e { } i10 = f10; i11 = i33; - Format.b o03 = c.d.b.a.a.o0(f3); - o03.k = str6; - o03.h = str5; - o03.f2212x = i19; - o03.f2213y = i18; - o03.f2214z = i16; - o03.m = uVar; - o03.n = drmInitData3; - o03.f2210c = str11; - format2 = o03.a(); + Format.b m03 = c.d.b.a.a.m0(f3); + m03.k = str6; + m03.h = str5; + m03.f2215x = i19; + m03.f2216y = i18; + m03.f2217z = i16; + m03.m = uVar; + m03.n = drmInitData3; + m03.f2213c = str11; + format2 = m03.a(); str = str11; i29 = i12; i6 = i11; @@ -1471,16 +1471,16 @@ public final class e { } i10 = f10; i11 = i33; - Format.b o03 = c.d.b.a.a.o0(f3); - o03.k = str6; - o03.h = str5; - o03.f2212x = i19; - o03.f2213y = i18; - o03.f2214z = i16; - o03.m = uVar; - o03.n = drmInitData3; - o03.f2210c = str11; - format2 = o03.a(); + Format.b m03 = c.d.b.a.a.m0(f3); + m03.k = str6; + m03.h = str5; + m03.f2215x = i19; + m03.f2216y = i18; + m03.f2217z = i16; + m03.m = uVar; + m03.n = drmInitData3; + m03.f2213c = str11; + format2 = m03.a(); str = str11; i29 = i12; i6 = i11; @@ -1498,12 +1498,12 @@ public final class e { str18 = "application/x-quicktime-tx3g"; j3 = Long.MAX_VALUE; aVar4 = aVar6; - Format.b o04 = c.d.b.a.a.o0(f3); - o04.k = str18; - o04.f2210c = str11; - o04.o = j3; - o04.m = uVar2; - format2 = o04.a(); + Format.b m04 = c.d.b.a.a.m0(f3); + m04.k = str18; + m04.f2213c = str11; + m04.o = j3; + m04.m = uVar2; + format2 = m04.a(); } else if (f11 == 2004251764) { str18 = "application/x-mp4-vtt"; } else { @@ -1519,23 +1519,23 @@ public final class e { throw new IllegalStateException(); } aVar4 = aVar6; - Format.b o04 = c.d.b.a.a.o0(f3); - o04.k = str18; - o04.f2210c = str11; - o04.o = j3; - o04.m = uVar2; - format2 = o04.a(); + Format.b m04 = c.d.b.a.a.m0(f3); + m04.k = str18; + m04.f2213c = str11; + m04.o = j3; + m04.m = uVar2; + format2 = m04.a(); } } uVar2 = null; j3 = Long.MAX_VALUE; aVar4 = aVar6; - Format.b o04 = c.d.b.a.a.o0(f3); - o04.k = str18; - o04.f2210c = str11; - o04.o = j3; - o04.m = uVar2; - format2 = o04.a(); + Format.b m04 = c.d.b.a.a.m0(f3); + m04.k = str18; + m04.f2213c = str11; + m04.o = j3; + m04.m = uVar2; + format2 = m04.a(); } else { if (f11 == 1835365492) { wVar5.D(i33 + 8 + 8); @@ -1543,15 +1543,15 @@ public final class e { wVar5.n(); String n = wVar5.n(); if (n != null) { - Format.b o05 = c.d.b.a.a.o0(f3); - o05.k = n; - format2 = o05.a(); + Format.b m05 = c.d.b.a.a.m0(f3); + m05.k = n; + format2 = m05.a(); } } } else if (f11 == 1667329389) { - Format.b o06 = c.d.b.a.a.o0(f3); - o06.k = "application/x-camera-motion"; - format2 = o06.a(); + Format.b m06 = c.d.b.a.a.m0(f3); + m06.k = "application/x-camera-motion"; + format2 = m06.a(); } aVar3 = aVar6; i12 = i29; diff --git a/app/src/main/java/c/i/a/c/a2/h0/f.java b/app/src/main/java/c/i/a/c/a2/h0/f.java index b9edaf5ff1..406b1b70e0 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/f.java +++ b/app/src/main/java/c/i/a/c/a2/h0/f.java @@ -5,13 +5,13 @@ public final class f { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f685c; + public final int f687c; public final int d; public f(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f685c = i3; + this.f687c = i3; this.d = i4; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/g.java b/app/src/main/java/c/i/a/c/a2/h0/g.java index 80fe75e127..ef64050f71 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/g.java +++ b/app/src/main/java/c/i/a/c/a2/h0/g.java @@ -42,7 +42,7 @@ public class g implements h { public boolean G; /* renamed from: c reason: collision with root package name */ - public final int f686c; + public final int f688c; public final List d; public final SparseArray e; public final c.i.a.c.i2.w f = new c.i.a.c.i2.w(u.a); @@ -61,21 +61,21 @@ public class g implements h { @Nullable /* renamed from: s reason: collision with root package name */ - public c.i.a.c.i2.w f687s; + public c.i.a.c.i2.w f689s; public long t; public int u; public long v; public long w; /* renamed from: x reason: collision with root package name */ - public long f688x; + public long f690x; @Nullable /* renamed from: y reason: collision with root package name */ - public b f689y; + public b f691y; /* renamed from: z reason: collision with root package name */ - public int f690z; + public int f692z; /* compiled from: FragmentedMp4Extractor */ public static final class a { @@ -94,7 +94,7 @@ public class g implements h { public final o b = new o(); /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.i2.w f691c = new c.i.a.c.i2.w(); + public final c.i.a.c.i2.w f693c = new c.i.a.c.i2.w(); public p d; public f e; public int f; @@ -116,7 +116,7 @@ public class g implements h { } public long a() { - return !this.l ? this.d.f702c[this.f] : this.b.f[this.h]; + return !this.l ? this.d.f704c[this.f] : this.b.f[this.h]; } @Nullable @@ -170,7 +170,7 @@ public class g implements h { c.i.a.c.i2.w wVar2 = this.k; int length = bArr.length; wVar2.a = bArr; - wVar2.f910c = length; + wVar2.f912c = length; wVar2.b = 0; i3 = bArr.length; wVar = wVar2; @@ -187,8 +187,8 @@ public class g implements h { return i3 + 1; } if (!z2) { - this.f691c.z(8); - c.i.a.c.i2.w wVar4 = this.f691c; + this.f693c.z(8); + c.i.a.c.i2.w wVar4 = this.f693c; byte[] bArr2 = wVar4.a; bArr2[0] = 0; bArr2[1] = 1; @@ -206,13 +206,13 @@ public class g implements h { wVar5.E(-2); int i5 = (x2 * 6) + 2; if (i2 != 0) { - this.f691c.z(i5); - byte[] bArr3 = this.f691c.a; + this.f693c.z(i5); + byte[] bArr3 = this.f693c.a; wVar5.e(bArr3, 0, i5); int i6 = (((bArr3[2] & 255) << 8) | (bArr3[3] & 255)) + i2; bArr3[2] = (byte) ((i6 >> 8) & 255); bArr3[3] = (byte) (i6 & 255); - wVar5 = this.f691c; + wVar5 = this.f693c; } this.a.f(wVar5, i5, 1); return i3 + 1 + i5; @@ -242,7 +242,7 @@ public class g implements h { public g(int i) { List emptyList = Collections.emptyList(); - this.f686c = i; + this.f688c = i; this.d = Collections.unmodifiableList(emptyList); byte[] bArr = new byte[16]; this.i = bArr; @@ -252,7 +252,7 @@ public class g implements h { this.e = new SparseArray<>(); this.w = -9223372036854775807L; this.v = -9223372036854775807L; - this.f688x = -9223372036854775807L; + this.f690x = -9223372036854775807L; this.D = j.d; this.E = new w[0]; this.F = new w[0]; @@ -262,7 +262,7 @@ public class g implements h { if (i >= 0) { return i; } - throw new ParserException(c.d.b.a.a.k("Unexpected negative value: ", i)); + throw new ParserException(c.d.b.a.a.j("Unexpected negative value: ", i)); } @Nullable @@ -276,8 +276,8 @@ public class g implements h { arrayList = new ArrayList(); } byte[] bArr = bVar.b.a; - j V1 = AnimatableValueParser.V1(bArr); - UUID uuid = V1 == null ? null : V1.a; + j W1 = AnimatableValueParser.W1(bArr); + UUID uuid = W1 == null ? null : W1.a; if (uuid == null) { Log.w("FragmentedMp4Extractor", "Skipped pssh atom (failed to extract uuid)"); } else { @@ -308,7 +308,7 @@ public class g implements h { bArr = new byte[a2]; } wVar2.a = bArr; - wVar2.f910c = a2; + wVar2.f912c = a2; wVar2.b = 0; oVar.l = true; oVar.p = true; @@ -316,9 +316,9 @@ public class g implements h { oVar.o.D(0); oVar.p = false; } else { - StringBuilder M = c.d.b.a.a.M("Senc sample count ", v, " is different from fragment sample count"); - M.append(oVar.e); - throw new ParserException(M.toString()); + StringBuilder L = c.d.b.a.a.L("Senc sample count ", v, " is different from fragment sample count"); + L.append(oVar.e); + throw new ParserException(L.toString()); } } else { throw new ParserException("Overriding TrackEncryptionBox parameters is unsupported."); @@ -407,13 +407,13 @@ public class g implements h { for (int i5 = 0; i5 < size; i5++) { o oVar = this.e.valueAt(i5).b; Objects.requireNonNull(oVar); - oVar.f701c = position; + oVar.f703c = position; oVar.b = position; } } int i6 = this.p; if (i6 == 1835295092) { - this.f689y = null; + this.f691y = null; this.t = position + this.q; this.o = 2; } else if (i6 == 1836019574 || i6 == 1953653099 || i6 == 1835297121 || i6 == 1835626086 || i6 == 1937007212 || i6 == 1836019558 || i6 == 1953653094 || i6 == 1836475768 || i6 == 1701082227) { @@ -430,7 +430,7 @@ public class g implements h { if (j8 <= 2147483647L) { c.i.a.c.i2.w wVar = new c.i.a.c.i2.w((int) j8); System.arraycopy(this.l.a, 0, wVar.a, 0, 8); - this.f687s = wVar; + this.f689s = wVar; this.o = 1; } else { throw new ParserException("Leaf atom with length > 2147483647 (unsupported)."); @@ -439,7 +439,7 @@ public class g implements h { throw new ParserException("Leaf atom defines extended atom size (unsupported)."); } } else if (this.q <= 2147483647L) { - this.f687s = null; + this.f689s = null; this.o = 1; } else { throw new ParserException("Skipping atom with length > 2147483647 (unsupported)."); @@ -453,7 +453,7 @@ public class g implements h { } else if (i2 != 1) { long j9 = Long.MAX_VALUE; if (i2 != 2) { - b bVar = this.f689y; + b bVar = this.f691y; if (bVar == null) { SparseArray sparseArray = this.e; int size2 = sparseArray.size(); @@ -489,14 +489,14 @@ public class g implements h { a3 = 0; } iVar2.l(a3); - this.f689y = bVar2; + this.f691y = bVar2; bVar = bVar2; } } char c2 = 6; if (this.o == 3) { int i8 = !bVar.l ? bVar.d.d[bVar.f] : bVar.b.h[bVar.f]; - this.f690z = i8; + this.f692z = i8; if (bVar.f < bVar.i) { iVar2.l(i8); n b3 = bVar.b(); @@ -512,25 +512,25 @@ public class g implements h { } } if (!bVar.c()) { - this.f689y = null; + this.f691y = null; } this.o = 3; if (i3 != 0) { } } else { if (bVar.d.a.g == 1) { - this.f690z = i8 - 8; + this.f692z = i8 - 8; iVar2.l(8); } if ("audio/ac4".equals(bVar.d.a.f.t)) { - this.A = bVar.d(this.f690z, 7); - m.a(this.f690z, this.j); + this.A = bVar.d(this.f692z, 7); + m.a(this.f692z, this.j); bVar.a.c(this.j, 7); this.A += 7; } else { - this.A = bVar.d(this.f690z, 0); + this.A = bVar.d(this.f692z, 0); } - this.f690z += this.A; + this.f692z += this.A; this.o = 4; this.B = 0; } @@ -549,7 +549,7 @@ public class g implements h { if (i11 == 0) { while (true) { int i12 = this.A; - int i13 = this.f690z; + int i13 = this.f692z; if (i12 >= i13) { break; } @@ -562,7 +562,7 @@ public class g implements h { bArr[2] = 0; int i14 = i11 + 1; int i15 = 4 - i11; - while (this.A < this.f690z) { + while (this.A < this.f692z) { int i16 = this.B; if (i16 == 0) { iVar2.readFully(bArr, i15, i14); @@ -581,13 +581,13 @@ public class g implements h { z2 = true; this.C = z2; this.A += 5; - this.f690z += i15; + this.f692z += i15; } } z2 = false; this.C = z2; this.A += 5; - this.f690z += i15; + this.f692z += i15; } else { throw new ParserException("Invalid NAL length"); } @@ -598,7 +598,7 @@ public class g implements h { wVar3.c(this.h, this.B); i = this.B; c.i.a.c.i2.w wVar4 = this.h; - int e = u.e(wVar4.a, wVar4.f910c); + int e = u.e(wVar4.a, wVar4.f912c); this.h.D("video/hevc".equals(mVar.f.t) ? 1 : 0); this.h.C(e); AnimatableValueParser.L(j, this.h, this.F); @@ -617,7 +617,7 @@ public class g implements h { i17 |= 1073741824; } n b5 = bVar.b(); - wVar3.d(j, i17, this.f690z, 0, b5 != null ? b5.f700c : null); + wVar3.d(j, i17, this.f692z, 0, b5 != null ? b5.f702c : null); while (!this.n.isEmpty()) { a removeFirst = this.n.removeFirst(); this.u -= removeFirst.b; @@ -630,7 +630,7 @@ public class g implements h { } } if (!bVar.c()) { - this.f689y = null; + this.f691y = null; } this.o = 3; i3 = 1; @@ -642,7 +642,7 @@ public class g implements h { for (int i19 = 0; i19 < size3; i19++) { o oVar4 = this.e.valueAt(i19).b; if (oVar4.p) { - long j12 = oVar4.f701c; + long j12 = oVar4.f703c; if (j12 < j9) { bVar3 = this.e.valueAt(i19); j9 = j12; @@ -657,7 +657,7 @@ public class g implements h { iVar2.l(position4); o oVar5 = bVar3.b; c.i.a.c.i2.w wVar5 = oVar5.o; - iVar2.readFully(wVar5.a, 0, wVar5.f910c); + iVar2.readFully(wVar5.a, 0, wVar5.f912c); oVar5.o.D(0); oVar5.p = false; } else { @@ -667,14 +667,14 @@ public class g implements h { } } else { int i20 = ((int) this.q) - this.r; - c.i.a.c.i2.w wVar6 = this.f687s; + c.i.a.c.i2.w wVar6 = this.f689s; if (wVar6 != null) { iVar2.readFully(wVar6.a, 8, i20); int i21 = this.p; d.b bVar4 = new d.b(i21, wVar6); long position5 = iVar.getPosition(); if (!this.m.isEmpty()) { - this.m.peek().f682c.add(bVar4); + this.m.peek().f684c.add(bVar4); } else { if (i21 == 1936286840) { wVar6.D(8); @@ -720,7 +720,7 @@ public class g implements h { } } Pair create = Pair.create(Long.valueOf(E), new c(iArr, jArr, jArr2, jArr3)); - this.f688x = ((Long) create.first).longValue(); + this.f690x = ((Long) create.first).longValue(); this.D.a((t) create.second); this.G = true; } else if (i21 == 1701671783 && this.E.length != 0) { @@ -734,7 +734,7 @@ public class g implements h { Objects.requireNonNull(str); long t3 = wVar6.t(); long E2 = f0.E(wVar6.t(), 1000000, t3); - long j17 = this.f688x; + long j17 = this.f690x; if (j17 != -9223372036854775807L) { j16 = j17 + E2; } @@ -743,7 +743,7 @@ public class g implements h { j2 = j16; j16 = E2; } else if (f4 != 1) { - c.d.b.a.a.f0("Skipping unsupported emsg version: ", f4, "FragmentedMp4Extractor"); + c.d.b.a.a.d0("Skipping unsupported emsg version: ", f4, "FragmentedMp4Extractor"); } else { long t4 = wVar6.t(); long E3 = f0.E(wVar6.w(), 1000000, t4); @@ -810,7 +810,7 @@ public class g implements h { this.E = wVarArr; int i2 = 100; int i3 = 0; - if ((this.f686c & 4) != 0) { + if ((this.f688c & 4) != 0) { wVarArr[0] = this.D.p(100, 5); i2 = 101; i = 1; @@ -893,15 +893,15 @@ public class g implements h { int i18 = 12; if (i17 == 1836019574) { AnimatableValueParser.E(true, "Unexpected moov box."); - DrmInitData h = h(pop.f682c); + DrmInitData h = h(pop.f684c); d.a b2 = pop.b(1836475768); Objects.requireNonNull(b2); SparseArray sparseArray2 = new SparseArray<>(); - int size = b2.f682c.size(); + int size = b2.f684c.size(); long j3 = -9223372036854775807L; int i19 = 0; while (i19 < size) { - d.b bVar3 = b2.f682c.get(i19); + d.b bVar3 = b2.f684c.get(i19); int i20 = bVar3.a; if (i20 == 1953654136) { c.i.a.c.i2.w wVar2 = bVar3.b; @@ -918,7 +918,7 @@ public class g implements h { i19++; i18 = 12; } - ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f686c & 16) != 0, false, new c(gVar3)); + ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f688c & 16) != 0, false, new c(gVar3)); int size2 = arrayList.size(); if (gVar3.e.size() == 0) { for (int i21 = 0; i21 < size2; i21++) { @@ -946,7 +946,7 @@ public class g implements h { int i23 = 8; if (i17 == 1836019558) { SparseArray sparseArray3 = gVar3.e; - int i24 = gVar3.f686c; + int i24 = gVar3.f688c; byte[] bArr5 = gVar3.i; int size3 = pop.d.size(); int i25 = 0; @@ -966,10 +966,10 @@ public class g implements h { long w = wVar4.w(); o oVar2 = valueAt.b; oVar2.b = w; - oVar2.f701c = w; + oVar2.f703c = w; } f fVar2 = valueAt.e; - valueAt.b.a = new f((f & 2) != 0 ? wVar4.f() - 1 : fVar2.a, (f & 8) != 0 ? wVar4.f() : fVar2.b, (f & 16) != 0 ? wVar4.f() : fVar2.f685c, (f & 32) != 0 ? wVar4.f() : fVar2.d); + valueAt.b.a = new f((f & 2) != 0 ? wVar4.f() - 1 : fVar2.a, (f & 8) != 0 ? wVar4.f() : fVar2.b, (f & 16) != 0 ? wVar4.f() : fVar2.f687c, (f & 32) != 0 ? wVar4.f() : fVar2.d); } if (valueAt != null) { o oVar3 = valueAt.b; @@ -987,7 +987,7 @@ public class g implements h { oVar3.q = ((wVar5.f() >> 24) & 255) == 1 ? wVar5.w() : wVar5.t(); oVar3.r = true; } - List list2 = aVar4.f682c; + List list2 = aVar4.f684c; int size4 = list2.size(); int i26 = 0; int i27 = 0; @@ -1077,7 +1077,7 @@ public class g implements h { oVar = oVar3; if (jArr2.length == 1 && jArr2[0] == 0) { z2 = z12; - j2 = f0.E(mVar3.i[0], 1000000, mVar3.f699c); + j2 = f0.E(mVar3.i[0], 1000000, mVar3.f701c); int[] iArr2 = oVar5.h; int[] iArr3 = oVar5.i; long[] jArr3 = oVar5.j; @@ -1085,7 +1085,7 @@ public class g implements h { b bVar7 = valueAt; boolean z13 = (mVar3.b == 2 || (i24 & 1) == 0) ? false : true; i11 = oVar5.g[i31] + i32; - long j5 = mVar3.f699c; + long j5 = mVar3.f701c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1104,7 +1104,7 @@ public class g implements h { i14 = wVar7.f(); } else { z4 = z10; - i14 = fVar3.f685c; + i14 = fVar3.f687c; } a(i14); if (z11) { @@ -1174,7 +1174,7 @@ public class g implements h { if (mVar3.b == 2) { } i11 = oVar5.g[i31] + i32; - long j5 = mVar3.f699c; + long j5 = mVar3.f701c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1253,9 +1253,9 @@ public class g implements h { oVar3.p = true; } } else { - StringBuilder M = c.d.b.a.a.M("Saiz sample count ", v2, " is greater than fragment sample count"); - M.append(oVar3.e); - throw new ParserException(M.toString()); + StringBuilder L = c.d.b.a.a.L("Saiz sample count ", v2, " is greater than fragment sample count"); + L.append(oVar3.e); + throw new ParserException(L.toString()); } } d.b c5 = aVar4.c(1935763823); @@ -1268,9 +1268,9 @@ public class g implements h { } int v3 = wVar10.v(); if (v3 == 1) { - oVar3.f701c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); + oVar3.f703c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); } else { - throw new ParserException(c.d.b.a.a.k("Unexpected saio entry count: ", v3)); + throw new ParserException(c.d.b.a.a.j("Unexpected saio entry count: ", v3)); } } d.b c6 = aVar4.c(1936027235); @@ -1280,8 +1280,8 @@ public class g implements h { String str = a2 != null ? a2.b : null; c.i.a.c.i2.w wVar11 = null; c.i.a.c.i2.w wVar12 = null; - for (int i38 = 0; i38 < aVar4.f682c.size(); i38++) { - d.b bVar8 = aVar4.f682c.get(i38); + for (int i38 = 0; i38 < aVar4.f684c.size(); i38++) { + d.b bVar8 = aVar4.f684c.get(i38); c.i.a.c.i2.w wVar13 = bVar8.b; int i39 = bVar8.a; if (i39 == 1935828848) { @@ -1344,10 +1344,10 @@ public class g implements h { throw new ParserException("Entry count in sbgp != 1 (unsupported)."); } } - int size5 = aVar4.f682c.size(); + int size5 = aVar4.f684c.size(); int i42 = 0; while (i42 < size5) { - d.b bVar9 = aVar4.f682c.get(i42); + d.b bVar9 = aVar4.f684c.get(i42); if (bVar9.a == 1970628964) { c.i.a.c.i2.w wVar14 = bVar9.b; wVar14.D(8); @@ -1387,7 +1387,7 @@ public class g implements h { pop = aVar; i24 = i; } - DrmInitData h2 = h(pop.f682c); + DrmInitData h2 = h(pop.f684c); gVar = this; if (h2 != null) { int size6 = gVar.e.size(); diff --git a/app/src/main/java/c/i/a/c/a2/h0/h.java b/app/src/main/java/c/i/a/c/a2/h0/h.java index 97a3a02627..3ad18a6a8f 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/h.java +++ b/app/src/main/java/c/i/a/c/a2/h0/h.java @@ -22,9 +22,9 @@ public final class h { String o = wVar.o(f - 16); return new CommentFrame("und", o, o); } - StringBuilder L = a.L("Failed to parse comment attribute: "); - L.append(d.a(i)); - Log.w("MetadataUtil", L.toString()); + StringBuilder K = a.K("Failed to parse comment attribute: "); + K.append(d.a(i)); + Log.w("MetadataUtil", K.toString()); return null; } @@ -35,7 +35,7 @@ public final class h { int f2 = wVar.f() & 16777215; String str = f2 == 13 ? "image/jpeg" : f2 == 14 ? "image/png" : null; if (str == null) { - a.f0("Unrecognized cover art flags: ", f2, "MetadataUtil"); + a.d0("Unrecognized cover art flags: ", f2, "MetadataUtil"); return null; } wVar.E(4); @@ -56,17 +56,17 @@ public final class h { wVar.E(10); int x2 = wVar.x(); if (x2 > 0) { - String k = a.k("", x2); + String j = a.j("", x2); int x3 = wVar.x(); if (x3 > 0) { - k = k + "/" + x3; + j = j + "/" + x3; } - return new TextInformationFrame(str, null, k); + return new TextInformationFrame(str, null, j); } } - StringBuilder L = a.L("Failed to parse index/count attribute: "); - L.append(d.a(i)); - Log.w("MetadataUtil", L.toString()); + StringBuilder K = a.K("Failed to parse index/count attribute: "); + K.append(d.a(i)); + Log.w("MetadataUtil", K.toString()); return null; } @@ -77,9 +77,9 @@ public final class h { wVar.E(8); return new TextInformationFrame(str, null, wVar.o(f - 16)); } - StringBuilder L = a.L("Failed to parse text attribute: "); - L.append(d.a(i)); - Log.w("MetadataUtil", L.toString()); + StringBuilder K = a.K("Failed to parse text attribute: "); + K.append(d.a(i)); + Log.w("MetadataUtil", K.toString()); return null; } @@ -92,9 +92,9 @@ public final class h { if (f >= 0) { return z2 ? new TextInformationFrame(str, null, Integer.toString(f)) : new CommentFrame("und", str, Integer.toString(f)); } - StringBuilder L = a.L("Failed to parse uint8 attribute: "); - L.append(d.a(i)); - Log.w("MetadataUtil", L.toString()); + StringBuilder K = a.K("Failed to parse uint8 attribute: "); + K.append(d.a(i)); + Log.w("MetadataUtil", K.toString()); return null; } diff --git a/app/src/main/java/c/i/a/c/a2/h0/i.java b/app/src/main/java/c/i/a/c/a2/h0/i.java index b707ee4e33..beafca7098 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/i.java +++ b/app/src/main/java/c/i/a/c/a2/h0/i.java @@ -35,7 +35,7 @@ public final class i implements h, t { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f692c; + public final w f694c; public final w d; public final w e; public final w f; @@ -54,18 +54,18 @@ public final class i implements h, t { public int r; /* renamed from: s reason: collision with root package name */ - public j f693s; + public j f695s; public a[] t; public long[][] u; public int v; public long w; /* renamed from: x reason: collision with root package name */ - public int f694x; + public int f696x; @Nullable /* renamed from: y reason: collision with root package name */ - public MotionPhotoMetadata f695y; + public MotionPhotoMetadata f697y; /* compiled from: Mp4Extractor */ public static final class a { @@ -73,13 +73,13 @@ public final class i implements h, t { public final p b; /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.a2.w f696c; + public final c.i.a.c.a2.w f698c; public int d; public a(m mVar, p pVar, c.i.a.c.a2.w wVar) { this.a = mVar; this.b = pVar; - this.f696c = wVar; + this.f698c = wVar; } } @@ -94,7 +94,7 @@ public final class i implements h, t { this.i = new ArrayList(); this.f = new w(16); this.g = new ArrayDeque<>(); - this.f692c = new w(u.a); + this.f694c = new w(u.a); this.d = new w(4); this.e = new w(); this.o = -1; @@ -105,7 +105,7 @@ public final class i implements h, t { if (a2 == -1) { a2 = pVar.b(j); } - return a2 == -1 ? j2 : Math.min(pVar.f702c[a2], j2); + return a2 == -1 ? j2 : Math.min(pVar.f704c[a2], j2); } @Override // c.i.a.c.a2.h @@ -138,11 +138,11 @@ public final class i implements h, t { Metadata metadata = null; if (this.m == 0) { if (!iVar.c(this.f.a, 0, 8, true)) { - if (this.f694x == 2 && (this.b & 2) != 0) { - j jVar = this.f693s; + if (this.f696x == 2 && (this.b & 2) != 0) { + j jVar = this.f695s; Objects.requireNonNull(jVar); c.i.a.c.a2.w p = jVar.p(0, 4); - MotionPhotoMetadata motionPhotoMetadata = this.f695y; + MotionPhotoMetadata motionPhotoMetadata = this.f697y; if (motionPhotoMetadata != null) { metadata = new Metadata(motionPhotoMetadata); } @@ -218,7 +218,7 @@ public final class i implements h, t { long j6 = (long) this.m; long j7 = position2 - j6; if (this.k == 1836086884) { - this.f695y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); + this.f697y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); } this.n = null; this.j = 1; @@ -262,9 +262,9 @@ public final class i implements h, t { } } } - this.f694x = i8; + this.f696x = i8; } else if (!this.g.isEmpty()) { - this.g.peek().f682c.add(new d.b(this.k, wVar3)); + this.g.peek().f684c.add(new d.b(this.k, wVar3)); } } else if (j8 < 262144) { iVar.l((int) j8); @@ -301,7 +301,7 @@ public final class i implements h, t { int i13 = aVar.d; p pVar = aVar.b; if (i13 != pVar.b) { - long j12 = pVar.f702c[i13]; + long j12 = pVar.f704c[i13]; long j13 = this.u[i11][i13]; long j14 = j12 - position4; boolean z6 = j14 < 0 || j14 >= 262144; @@ -330,10 +330,10 @@ public final class i implements h, t { a[] aVarArr2 = this.t; int i14 = f0.a; a aVar2 = aVarArr2[this.o]; - c.i.a.c.a2.w wVar4 = aVar2.f696c; + c.i.a.c.a2.w wVar4 = aVar2.f698c; int i15 = aVar2.d; p pVar2 = aVar2.b; - long j15 = pVar2.f702c[i15]; + long j15 = pVar2.f704c[i15]; int i16 = pVar2.d[i15]; long j16 = (j15 - position4) + ((long) this.p); if (j16 < 0 || j16 >= 262144) { @@ -381,8 +381,8 @@ public final class i implements h, t { int f3 = this.d.f(); if (f3 >= 0) { this.r = f3; - this.f692c.D(0); - wVar4.c(this.f692c, 4); + this.f694c.D(0); + wVar4.c(this.f694c, 4); this.q += 4; i16 += i19; } else { @@ -431,16 +431,16 @@ public final class i implements h, t { i4 = 2; } } - kVar.f698c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); + kVar.f700c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); i23++; s2 = 2816; i4 = 2; } - if (kVar.f698c.isEmpty()) { + if (kVar.f700c.isEmpty()) { sVar.a = 0; } else { kVar.d = 3; - sVar.a = kVar.f698c.get(0).a; + sVar.a = kVar.f700c.get(0).a; } } else if (i21 == 3) { long position5 = iVar.getPosition(); @@ -448,8 +448,8 @@ public final class i implements h, t { w wVar6 = new w(b6); iVar.readFully(wVar6.a, 0, b6); int i25 = 0; - while (i25 < kVar.f698c.size()) { - k.a aVar3 = kVar.f698c.get(i25); + while (i25 < kVar.f700c.size()) { + k.a aVar3 = kVar.f700c.get(i25); wVar6.D((int) (aVar3.a - position5)); wVar6.E(i3); int h = wVar6.h(); @@ -557,7 +557,7 @@ public final class i implements h, t { @Override // c.i.a.c.a2.h public void f(j jVar) { - this.f693s = jVar; + this.f695s = jVar; } @Override // c.i.a.c.a2.h @@ -584,7 +584,7 @@ public final class i implements h, t { j(); } else { k kVar = this.h; - kVar.f698c.clear(); + kVar.f700c.clear(); kVar.d = 0; this.i.clear(); } @@ -615,12 +615,12 @@ public final class i implements h, t { return new t.a(c.i.a.c.a2.u.a); } long j8 = pVar.f[a2]; - j2 = pVar.f702c[a2]; + j2 = pVar.f704c[a2]; if (j8 >= j6 || a2 >= pVar.b - 1 || (b = pVar.b(j6)) == -1 || b == a2) { j5 = -9223372036854775807L; } else { long j9 = pVar.f[b]; - long j10 = pVar.f702c[b]; + long j10 = pVar.f704c[b]; j5 = j9; j7 = j10; } @@ -717,7 +717,7 @@ public final class i implements h, t { d.a pop = iVar3.g.pop(); if (pop.a == 1836019574) { ArrayList arrayList5 = new ArrayList(); - boolean z5 = iVar3.f694x == 1; + boolean z5 = iVar3.f696x == 1; p pVar = new p(); d.b c2 = pop.c(1969517665); int i9 = 1768715124; @@ -1038,7 +1038,7 @@ public final class i implements h, t { i8 = f11; strArr = strArr3; metadata6 = metadata10; - c.d.b.a.a.f0("Skipped metadata with unknown key index: ", f14, "AtomParsers"); + c.d.b.a.a.d0("Skipped metadata with unknown key index: ", f14, "AtomParsers"); } else { String str4 = strArr3[f14]; int i31 = i30 + f13; @@ -1082,7 +1082,7 @@ public final class i implements h, t { if (!arrayList7.isEmpty()) { metadata4 = new Metadata(arrayList7); List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.f693s; + j jVar = iVar3.f695s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1116,9 +1116,9 @@ public final class i implements h, t { } if (i35 == 1) { int i36 = pVar.b; - if ((i36 == -1 || pVar.f753c == -1) ? false : true) { + if ((i36 == -1 || pVar.f755c == -1) ? false : true) { a2.A = i36; - a2.B = pVar.f753c; + a2.B = pVar.f755c; } } Metadata[] metadataArr = new Metadata[2]; @@ -1139,7 +1139,7 @@ public final class i implements h, t { if (metadata11.i.length > 0) { a2.i = metadata11; } - aVar.f696c.e(a2.a()); + aVar.f698c.e(a2.a()); if (mVar.b == 2 && i34 == -1) { i34 = arrayList.size(); } @@ -1172,7 +1172,7 @@ public final class i implements h, t { } if (metadata11.i.length > 0) { } - aVar.f696c.e(a2.a()); + aVar.f698c.e(a2.a()); i34 = arrayList.size(); arrayList3 = arrayList; arrayList3.add(aVar); @@ -1183,7 +1183,7 @@ public final class i implements h, t { } if (metadata11.i.length > 0) { } - aVar.f696c.e(a2.a()); + aVar.f698c.e(a2.a()); i34 = arrayList.size(); arrayList3 = arrayList; arrayList3.add(aVar); @@ -1241,7 +1241,7 @@ public final class i implements h, t { } metadata4 = null; List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.f693s; + j jVar = iVar3.f695s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1277,7 +1277,7 @@ public final class i implements h, t { metadata3 = metadata10; metadata4 = null; List

e = e.e(pop, pVar, -9223372036854775807L, null, (iVar3.b & 1) != 0, z2, a.a); - j jVar = iVar3.f693s; + j jVar = iVar3.f695s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); diff --git a/app/src/main/java/c/i/a/c/a2/h0/j.java b/app/src/main/java/c/i/a/c/a2/h0/j.java index c02f79ed0d..340cfba90c 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/j.java +++ b/app/src/main/java/c/i/a/c/a2/h0/j.java @@ -7,11 +7,11 @@ public class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final byte[] f697c; + public final byte[] f699c; public j(UUID uuid, int i, byte[] bArr) { this.a = uuid; this.b = i; - this.f697c = bArr; + this.f699c = bArr; } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/k.java b/app/src/main/java/c/i/a/c/a2/h0/k.java index d74271ecf5..9069127a34 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/k.java +++ b/app/src/main/java/c/i/a/c/a2/h0/k.java @@ -10,7 +10,7 @@ public final class k { public static final c.i.b.a.k b = new c.i.b.a.k(new j(new b.C0121b('*'))); /* renamed from: c reason: collision with root package name */ - public final List f698c = new ArrayList(); + public final List f700c = new ArrayList(); public int d = 0; public int e; diff --git a/app/src/main/java/c/i/a/c/a2/h0/m.java b/app/src/main/java/c/i/a/c/a2/h0/m.java index 0ac3185aec..28a9b1f85b 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/m.java +++ b/app/src/main/java/c/i/a/c/a2/h0/m.java @@ -8,7 +8,7 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f699c; + public final long f701c; public final long d; public final long e; public final Format f; @@ -24,7 +24,7 @@ public final class m { public m(int i, int i2, long j, long j2, long j3, Format format, int i3, @Nullable n[] nVarArr, int i4, @Nullable long[] jArr, @Nullable long[] jArr2) { this.a = i; this.b = i2; - this.f699c = j; + this.f701c = j; this.d = j2; this.e = j3; this.f = format; diff --git a/app/src/main/java/c/i/a/c/a2/h0/n.java b/app/src/main/java/c/i/a/c/a2/h0/n.java index c1c4e2d8ac..63c809a7c3 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/n.java +++ b/app/src/main/java/c/i/a/c/a2/h0/n.java @@ -11,7 +11,7 @@ public final class n { public final String b; /* renamed from: c reason: collision with root package name */ - public final w.a f700c; + public final w.a f702c; public final int d; @Nullable public final byte[] e; @@ -63,6 +63,6 @@ public final class n { Log.w("TrackEncryptionBox", "Unsupported protection scheme type '" + str + "'. Assuming AES-CTR crypto mode."); } } - this.f700c = new w.a(i4, bArr, i2, i3); + this.f702c = new w.a(i4, bArr, i2, i3); } } diff --git a/app/src/main/java/c/i/a/c/a2/h0/o.java b/app/src/main/java/c/i/a/c/a2/h0/o.java index 5b27dc7fcc..e25e6493bb 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/o.java +++ b/app/src/main/java/c/i/a/c/a2/h0/o.java @@ -8,7 +8,7 @@ public final class o { public long b; /* renamed from: c reason: collision with root package name */ - public long f701c; + public long f703c; public int d; public int e; public long[] f = new long[0]; diff --git a/app/src/main/java/c/i/a/c/a2/h0/p.java b/app/src/main/java/c/i/a/c/a2/h0/p.java index db88154fae..c00068d83f 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/p.java +++ b/app/src/main/java/c/i/a/c/a2/h0/p.java @@ -8,7 +8,7 @@ public final class p { public final int b; /* renamed from: c reason: collision with root package name */ - public final long[] f702c; + public final long[] f704c; public final int[] d; public final int e; public final long[] f; @@ -21,7 +21,7 @@ public final class p { AnimatableValueParser.k(jArr.length == jArr2.length); AnimatableValueParser.k(iArr2.length == jArr2.length ? true : z2); this.a = mVar; - this.f702c = jArr; + this.f704c = jArr; this.d = iArr; this.e = i; this.f = jArr2; diff --git a/app/src/main/java/c/i/a/c/a2/i0/b.java b/app/src/main/java/c/i/a/c/a2/i0/b.java index bcb869c353..de22737d43 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/b.java +++ b/app/src/main/java/c/i/a/c/a2/i0/b.java @@ -14,7 +14,7 @@ public final class b implements g { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f703c; + public final long f705c; public final i d; public int e; public long f; @@ -40,7 +40,7 @@ public final class b implements g { public t.a h(long j) { b bVar = b.this; long j2 = bVar.b; - long j3 = bVar.f703c; + long j3 = bVar.f705c; return new t.a(new u(j, f0.i(((((j3 - j2) * ((((long) bVar.d.i) * j) / 1000000)) / bVar.f) + j2) - 30000, j2, j3 - 1))); } @@ -55,7 +55,7 @@ public final class b implements g { AnimatableValueParser.k(j >= 0 && j2 > j); this.d = iVar; this.b = j; - this.f703c = j2; + this.f705c = j2; if (j3 == j2 - j || z2) { this.f = j4; this.e = 4; @@ -85,7 +85,7 @@ public final class b implements g { long position = iVar.getPosition(); this.g = position; this.e = 1; - long j3 = this.f703c - 65307; + long j3 = this.f705c - 65307; if (j3 > position) { return j3; } @@ -103,7 +103,7 @@ public final class b implements g { iVar.k(); long j4 = this.h; f fVar = this.a; - long j5 = fVar.f707c; + long j5 = fVar.f709c; long j6 = j4 - j5; int i2 = fVar.e + fVar.f; if (0 > j6 || j6 >= 72000) { @@ -113,7 +113,7 @@ public final class b implements g { this.l = j5; } else { this.i = iVar.getPosition() + ((long) i2); - this.k = this.a.f707c; + this.k = this.a.f709c; } long j7 = this.j; long j8 = this.i; @@ -149,14 +149,14 @@ public final class b implements g { this.a.c(iVar, j); this.a.a(iVar, false); f fVar2 = this.a; - if (fVar2.f707c > this.h) { + if (fVar2.f709c > this.h) { iVar.k(); this.e = 4; return -(this.k + 2); } iVar.l(fVar2.e + fVar2.f); this.i = iVar.getPosition(); - this.k = this.a.f707c; + this.k = this.a.f709c; j = -1; } } @@ -170,8 +170,8 @@ public final class b implements g { if ((fVar4.b & 4) == 4 || !fVar4.c(iVar, -1)) { break; } - } while (iVar.getPosition() < this.f703c); - this.f = this.a.f707c; + } while (iVar.getPosition() < this.f705c); + this.f = this.a.f709c; this.e = 4; return this.g; } @@ -183,7 +183,7 @@ public final class b implements g { this.h = f0.i(j, 0, this.f - 1); this.e = 2; this.i = this.b; - this.j = this.f703c; + this.j = this.f705c; this.k = 0; this.l = this.f; } diff --git a/app/src/main/java/c/i/a/c/a2/i0/c.java b/app/src/main/java/c/i/a/c/a2/i0/c.java index 6df80af4ec..a0637b3fb5 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/c.java +++ b/app/src/main/java/c/i/a/c/a2/i0/c.java @@ -26,7 +26,7 @@ public final class c extends i { public o.a b; /* renamed from: c reason: collision with root package name */ - public long f704c = -1; + public long f706c = -1; public long d = -1; public a(o oVar, o.a aVar) { @@ -36,8 +36,8 @@ public final class c extends i { @Override // c.i.a.c.a2.i0.g public t a() { - AnimatableValueParser.D(this.f704c != -1); - return new n(this.a, this.f704c); + AnimatableValueParser.D(this.f706c != -1); + return new n(this.a, this.f706c); } @Override // c.i.a.c.a2.i0.g @@ -82,13 +82,13 @@ public final class c extends i { if (oVar == null) { o oVar2 = new o(bArr, 17); this.n = oVar2; - bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f910c), null); + bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f912c), null); return true; } else if ((bArr[0] & Byte.MAX_VALUE) == 3) { - o.a l2 = AnimatableValueParser.l2(wVar); - o b = oVar.b(l2); + o.a m2 = AnimatableValueParser.m2(wVar); + o b = oVar.b(m2); this.n = b; - this.o = new a(b, l2); + this.o = new a(b, m2); return true; } else { if (!(bArr[0] == -1)) { @@ -96,7 +96,7 @@ public final class c extends i { } a aVar = this.o; if (aVar != null) { - aVar.f704c = j; + aVar.f706c = j; bVar.b = aVar; } Objects.requireNonNull(bVar.a); diff --git a/app/src/main/java/c/i/a/c/a2/i0/d.java b/app/src/main/java/c/i/a/c/a2/i0/d.java index cc49dc6f21..9fdee96f72 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/d.java +++ b/app/src/main/java/c/i/a/c/a2/i0/d.java @@ -20,7 +20,7 @@ public class d implements h { public i b; /* renamed from: c reason: collision with root package name */ - public boolean f705c; + public boolean f707c; static { a aVar = a.a; @@ -41,7 +41,7 @@ public class d implements h { } else { wVar.D(0); try { - z2 = AnimatableValueParser.L2(1, wVar, true); + z2 = AnimatableValueParser.M2(1, wVar, true); } catch (ParserException unused) { z2 = false; } @@ -94,14 +94,14 @@ public class d implements h { throw new ParserException("Failed to determine bitstream type"); } } - if (!this.f705c) { + if (!this.f707c) { c.i.a.c.a2.w p = this.a.p(0, 1); this.a.j(); i iVar2 = this.b; - iVar2.f708c = this.a; + iVar2.f710c = this.a; iVar2.b = p; iVar2.e(true); - this.f705c = true; + this.f707c = true; } i iVar3 = this.b; AnimatableValueParser.H(iVar3.b); @@ -139,7 +139,7 @@ public class d implements h { } else { f fVar = iVar3.a.a; i = 2; - iVar3.d = new b(iVar3, iVar3.f, iVar.b(), (long) (fVar.e + fVar.f), fVar.f707c, (fVar.b & 4) != 0); + iVar3.d = new b(iVar3, iVar3.f, iVar.b(), (long) (fVar.e + fVar.f), fVar.f709c, (fVar.b & 4) != 0); iVar3.h = i; e eVar = iVar3.a; w wVar = eVar.b; @@ -147,7 +147,7 @@ public class d implements h { if (bArr.length != 65025) { return 0; } - wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f910c)), eVar.b.f910c); + wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f912c)), eVar.b.f912c); return 0; } i = 2; @@ -174,7 +174,7 @@ public class d implements h { if (!iVar3.l) { t a = iVar3.d.a(); AnimatableValueParser.H(a); - iVar3.f708c.a(a); + iVar3.f710c.a(a); iVar3.l = true; } if (iVar3.k > 0 || iVar3.a.b(iVar)) { @@ -185,8 +185,8 @@ public class d implements h { long j2 = iVar3.g; if (j2 + c2 >= iVar3.e) { long j3 = (j2 * 1000000) / ((long) iVar3.i); - iVar3.b.c(wVar2, wVar2.f910c); - iVar3.b.d(j3, 1, wVar2.f910c, 0, null); + iVar3.b.c(wVar2, wVar2.f912c); + iVar3.b.d(j3, 1, wVar2.f912c, 0, null); iVar3.e = -1; } } @@ -212,7 +212,7 @@ public class d implements h { e eVar = iVar.a; eVar.a.b(); eVar.b.z(0); - eVar.f706c = -1; + eVar.f708c = -1; eVar.e = false; if (j == 0) { iVar.e(!iVar.l); diff --git a/app/src/main/java/c/i/a/c/a2/i0/e.java b/app/src/main/java/c/i/a/c/a2/i0/e.java index 20d741bf3b..d39371ba79 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/e.java +++ b/app/src/main/java/c/i/a/c/a2/i0/e.java @@ -10,7 +10,7 @@ public final class e { public final w b = new w(new byte[65025], 0); /* renamed from: c reason: collision with root package name */ - public int f706c = -1; + public int f708c = -1; public int d; public boolean e; @@ -41,36 +41,36 @@ public final class e { this.b.z(0); } while (!this.e) { - if (this.f706c < 0) { + if (this.f708c < 0) { if (!this.a.c(iVar, -1) || !this.a.a(iVar, true)) { return false; } f fVar = this.a; int i2 = fVar.e; - if ((fVar.b & 1) == 1 && this.b.f910c == 0) { + if ((fVar.b & 1) == 1 && this.b.f912c == 0) { i2 += a(0); i = this.d + 0; } else { i = 0; } iVar.l(i2); - this.f706c = i; + this.f708c = i; } - int a = a(this.f706c); - int i3 = this.f706c + this.d; + int a = a(this.f708c); + int i3 = this.f708c + this.d; if (a > 0) { w wVar = this.b; - wVar.b(wVar.f910c + a); + wVar.b(wVar.f912c + a); w wVar2 = this.b; - iVar.readFully(wVar2.a, wVar2.f910c, a); + iVar.readFully(wVar2.a, wVar2.f912c, a); w wVar3 = this.b; - wVar3.C(wVar3.f910c + a); + wVar3.C(wVar3.f912c + a); this.e = this.a.g[i3 + -1] != 255; } if (i3 == this.a.d) { i3 = -1; } - this.f706c = i3; + this.f708c = i3; } return true; } diff --git a/app/src/main/java/c/i/a/c/a2/i0/f.java b/app/src/main/java/c/i/a/c/a2/i0/f.java index 731679872b..7bc61da7aa 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/f.java +++ b/app/src/main/java/c/i/a/c/a2/i0/f.java @@ -12,7 +12,7 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public long f707c; + public long f709c; public int d; public int e; public int f; @@ -57,7 +57,7 @@ public final class f { int i8 = i7 + 1; wVar.b = i8; wVar.b = i8 + 1; - this.f707c = ((((long) bArr[i8]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i2]) & 255) << 8) | ((((long) bArr[i3]) & 255) << 16) | ((((long) bArr[i4]) & 255) << 24) | ((((long) bArr[i5]) & 255) << 32) | ((((long) bArr[i6]) & 255) << 40) | ((((long) bArr[i7]) & 255) << 48); + this.f709c = ((((long) bArr[i8]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i2]) & 255) << 8) | ((((long) bArr[i3]) & 255) << 16) | ((((long) bArr[i4]) & 255) << 24) | ((((long) bArr[i5]) & 255) << 32) | ((((long) bArr[i6]) & 255) << 40) | ((((long) bArr[i7]) & 255) << 48); wVar.j(); this.h.j(); this.h.j(); @@ -81,7 +81,7 @@ public final class f { public void b() { this.a = 0; this.b = 0; - this.f707c = 0; + this.f709c = 0; this.d = 0; this.e = 0; this.f = 0; diff --git a/app/src/main/java/c/i/a/c/a2/i0/h.java b/app/src/main/java/c/i/a/c/a2/i0/h.java index 0f9df29f03..b246007dde 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 @@ -34,12 +34,12 @@ public final class h extends i { public boolean d(w wVar, long j, i.b bVar) { boolean z2 = true; if (!this.o) { - byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f910c); + byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f912c); List h = AnimatableValueParser.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2212x = copyOf[9] & 255; - bVar2.f2213y = 48000; + bVar2.f2215x = copyOf[9] & 255; + bVar2.f2216y = 48000; bVar2.m = h; bVar.a = bVar2.a(); this.o = true; diff --git a/app/src/main/java/c/i/a/c/a2/i0/i.java b/app/src/main/java/c/i/a/c/a2/i0/i.java index e3fdbe8ec4..8f6484941f 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/i.java +++ b/app/src/main/java/c/i/a/c/a2/i0/i.java @@ -12,7 +12,7 @@ public abstract class i { public w b; /* renamed from: c reason: collision with root package name */ - public j f708c; + public j f710c; public g d; public long e; public long f; diff --git a/app/src/main/java/c/i/a/c/a2/i0/j.java b/app/src/main/java/c/i/a/c/a2/i0/j.java index f551a87014..819aeb4d6e 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 @@ -33,13 +33,13 @@ public final class j extends i { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final z[] f709c; + public final z[] f711c; public final int d; public a(a0 a0Var, y yVar, byte[] bArr, z[] zVarArr, int i) { this.a = a0Var; this.b = bArr; - this.f709c = zVarArr; + this.f711c = zVarArr; this.d = i; } } @@ -67,21 +67,21 @@ public final class j extends i { a aVar = this.n; AnimatableValueParser.H(aVar); a aVar2 = aVar; - int i2 = !aVar2.f709c[(b >> 1) & (255 >>> (8 - aVar2.d))].a ? aVar2.a.e : aVar2.a.f; + int i2 = !aVar2.f711c[(b >> 1) & (255 >>> (8 - aVar2.d))].a ? aVar2.a.e : aVar2.a.f; if (this.p) { i = (this.o + i2) / 4; } long j = (long) i; byte[] bArr2 = wVar.a; int length = bArr2.length; - int i3 = wVar.f910c + 4; + int i3 = wVar.f912c + 4; if (length < i3) { wVar.A(Arrays.copyOf(bArr2, i3)); } else { wVar.C(i3); } byte[] bArr3 = wVar.a; - int i4 = wVar.f910c; + int i4 = wVar.f912c; bArr3[i4 - 4] = (byte) ((int) (j & 255)); bArr3[i4 - 3] = (byte) ((int) ((j >>> 8) & 255)); bArr3[i4 - 2] = (byte) ((int) ((j >>> 16) & 255)); @@ -108,7 +108,7 @@ public final class j extends i { } a0 a0Var = this.q; if (a0Var == null) { - AnimatableValueParser.L2(1, wVar, false); + AnimatableValueParser.M2(1, wVar, false); int k = wVar.k(); int s2 = wVar.s(); int k2 = wVar.k(); @@ -119,18 +119,18 @@ public final class j extends i { int h3 = wVar.h(); int i6 = h3 <= 0 ? -1 : h3; int s3 = wVar.s(); - this.q = new a0(k, s2, k2, i4, i5, i6, (int) Math.pow(2.0d, (double) (s3 & 15)), (int) Math.pow(2.0d, (double) ((s3 & 240) >> 4)), (1 & wVar.s()) > 0, Arrays.copyOf(wVar.a, wVar.f910c)); + this.q = new a0(k, s2, k2, i4, i5, i6, (int) Math.pow(2.0d, (double) (s3 & 15)), (int) Math.pow(2.0d, (double) ((s3 & 240) >> 4)), (1 & wVar.s()) > 0, Arrays.copyOf(wVar.a, wVar.f912c)); } else { y yVar = this.r; if (yVar == null) { - this.r = AnimatableValueParser.n2(wVar, true, true); + this.r = AnimatableValueParser.o2(wVar, true, true); } else { - int i7 = wVar.f910c; + int i7 = wVar.f912c; byte[] bArr3 = new byte[i7]; System.arraycopy(wVar.a, 0, bArr3, 0, i7); int i8 = a0Var.a; int i9 = 5; - AnimatableValueParser.L2(5, wVar, false); + AnimatableValueParser.M2(5, wVar, false); int s4 = wVar.s() + 1; x xVar = new x(wVar.a); xVar.c(wVar.b * 8); @@ -206,7 +206,7 @@ public final class j extends i { } } } else { - throw new ParserException(c.d.b.a.a.k("floor type greater than 1 not decodable: ", b3)); + throw new ParserException(c.d.b.a.a.j("floor type greater than 1 not decodable: ", b3)); } i15++; i12 = 6; @@ -353,12 +353,12 @@ public final class j extends i { s4 = i2; bArr3 = bArr; } else { - throw new ParserException(c.d.b.a.a.k("lookup type greater than 2 not decodable: ", b19)); + throw new ParserException(c.d.b.a.a.j("lookup type greater than 2 not decodable: ", b19)); } } else { - StringBuilder L = c.d.b.a.a.L("expected code book to start with [0x56, 0x43, 0x42] at "); - L.append((xVar.f757c * 8) + xVar.d); - throw new ParserException(L.toString()); + StringBuilder K = c.d.b.a.a.K("expected code book to start with [0x56, 0x43, 0x42] at "); + K.append((xVar.f759c * 8) + xVar.d); + throw new ParserException(K.toString()); } } this.n = aVar; @@ -372,9 +372,9 @@ public final class j extends i { Format.b bVar2 = new Format.b(); bVar2.k = "audio/vorbis"; bVar2.f = a0Var2.d; - bVar2.g = a0Var2.f642c; - bVar2.f2212x = a0Var2.a; - bVar2.f2213y = a0Var2.b; + bVar2.g = a0Var2.f644c; + bVar2.f2215x = a0Var2.a; + bVar2.f2216y = a0Var2.b; bVar2.m = arrayList; bVar.a = bVar2.a(); return true; diff --git a/app/src/main/java/c/i/a/c/a2/j0/a0.java b/app/src/main/java/c/i/a/c/a2/j0/a0.java index afcca70026..8e85997c66 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/a0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/a0.java @@ -10,7 +10,7 @@ public final class a0 { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public boolean f710c; + public boolean f712c; public boolean d; public boolean e; public long f = -9223372036854775807L; @@ -34,7 +34,7 @@ public final class a0 { public final int a(i iVar) { this.b.A(f0.f); - this.f710c = true; + this.f712c = true; iVar.k(); return 0; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/b0.java b/app/src/main/java/c/i/a/c/a2/j0/b0.java index 94c516ce3c..93da3730b5 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/b0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/b0.java @@ -19,7 +19,7 @@ public final class b0 implements h { public final SparseArray b = new SparseArray<>(); /* renamed from: c reason: collision with root package name */ - public final w f711c = new w(4096); + public final w f713c = new w(4096); public final a0 d = new a0(); public boolean e; public boolean f; @@ -36,7 +36,7 @@ public final class b0 implements h { public final e0 b; /* renamed from: c reason: collision with root package name */ - public final v f712c = new v(new byte[64]); + public final v f714c = new v(new byte[64]); public boolean d; public boolean e; public boolean f; @@ -75,7 +75,7 @@ public final class b0 implements h { long j = -9223372036854775807L; if (i != 0) { a0 a0Var = this.d; - if (!a0Var.f710c) { + if (!a0Var.f712c) { if (!a0Var.e) { long b2 = iVar.b(); int min = (int) Math.min(20000L, b2); @@ -88,7 +88,7 @@ public final class b0 implements h { iVar.n(a0Var.b.a, 0, min); w wVar = a0Var.b; int i2 = wVar.b; - int i3 = wVar.f910c - 4; + int i3 = wVar.f912c - 4; while (true) { if (i3 < i2) { break; @@ -121,7 +121,7 @@ public final class b0 implements h { iVar.n(a0Var.b.a, 0, min2); w wVar2 = a0Var.b; int i4 = wVar2.b; - int i5 = wVar2.f910c; + int i5 = wVar2.f912c; while (true) { if (i4 >= i5 - 3) { break; @@ -171,23 +171,23 @@ public final class b0 implements h { } iVar.k(); long f = i != 0 ? b - iVar.f() : -1; - if ((f != -1 && f < 4) || !iVar.e(this.f711c.a, 0, 4, true)) { + if ((f != -1 && f < 4) || !iVar.e(this.f713c.a, 0, 4, true)) { return -1; } - this.f711c.D(0); - int f2 = this.f711c.f(); + this.f713c.D(0); + int f2 = this.f713c.f(); if (f2 == 441) { return -1; } if (f2 == 442) { - iVar.n(this.f711c.a, 0, 10); - this.f711c.D(9); - iVar.l((this.f711c.s() & 7) + 14); + iVar.n(this.f713c.a, 0, 10); + this.f713c.D(9); + iVar.l((this.f713c.s() & 7) + 14); return 0; } else if (f2 == 443) { - iVar.n(this.f711c.a, 0, 2); - this.f711c.D(0); - iVar.l(this.f711c.x() + 6); + iVar.n(this.f713c.a, 0, 2); + this.f713c.D(0); + iVar.l(this.f713c.x() + 6); return 0; } else if (((f2 & -256) >> 8) != 1) { iVar.l(1); @@ -227,40 +227,40 @@ public final class b0 implements h { this.j.j(); } } - iVar.n(this.f711c.a, 0, 2); - this.f711c.D(0); - int x2 = this.f711c.x() + 6; + iVar.n(this.f713c.a, 0, 2); + this.f713c.D(0); + int x2 = this.f713c.x() + 6; if (aVar == null) { iVar.l(x2); return 0; } - this.f711c.z(x2); - iVar.readFully(this.f711c.a, 0, x2); - this.f711c.D(6); - w wVar3 = this.f711c; - wVar3.e(aVar.f712c.a, 0, 3); - aVar.f712c.k(0); - aVar.f712c.m(8); - aVar.d = aVar.f712c.f(); - aVar.e = aVar.f712c.f(); - aVar.f712c.m(6); - int g = aVar.f712c.g(8); + this.f713c.z(x2); + iVar.readFully(this.f713c.a, 0, x2); + this.f713c.D(6); + w wVar3 = this.f713c; + wVar3.e(aVar.f714c.a, 0, 3); + aVar.f714c.k(0); + aVar.f714c.m(8); + aVar.d = aVar.f714c.f(); + aVar.e = aVar.f714c.f(); + aVar.f714c.m(6); + int g = aVar.f714c.g(8); aVar.g = g; - wVar3.e(aVar.f712c.a, 0, g); - aVar.f712c.k(0); + wVar3.e(aVar.f714c.a, 0, g); + aVar.f714c.k(0); aVar.h = 0; if (aVar.d) { - aVar.f712c.m(4); - aVar.f712c.m(1); - aVar.f712c.m(1); - long g2 = (((long) aVar.f712c.g(3)) << 30) | ((long) (aVar.f712c.g(15) << 15)) | ((long) aVar.f712c.g(15)); - aVar.f712c.m(1); + aVar.f714c.m(4); + aVar.f714c.m(1); + aVar.f714c.m(1); + long g2 = (((long) aVar.f714c.g(3)) << 30) | ((long) (aVar.f714c.g(15) << 15)) | ((long) aVar.f714c.g(15)); + aVar.f714c.m(1); if (!aVar.f && aVar.e) { - aVar.f712c.m(4); - aVar.f712c.m(1); - aVar.f712c.m(1); - aVar.f712c.m(1); - aVar.b.b((((long) aVar.f712c.g(3)) << 30) | ((long) (aVar.f712c.g(15) << 15)) | ((long) aVar.f712c.g(15))); + aVar.f714c.m(4); + aVar.f714c.m(1); + aVar.f714c.m(1); + aVar.f714c.m(1); + aVar.b.b((((long) aVar.f714c.g(3)) << 30) | ((long) (aVar.f714c.g(15) << 15)) | ((long) aVar.f714c.g(15))); aVar.f = true; } aVar.h = aVar.b.b(g2); @@ -268,7 +268,7 @@ public final class b0 implements h { aVar.a.f(aVar.h, 4); aVar.a.b(wVar3); aVar.a.d(); - w wVar4 = this.f711c; + w wVar4 = this.f713c; wVar4.C(wVar4.a.length); return 0; } @@ -285,7 +285,7 @@ public final class b0 implements h { e0 e0Var = this.a; synchronized (e0Var) { e0Var.a = j2; - e0Var.f900c = -9223372036854775807L; + e0Var.f902c = -9223372036854775807L; } } z zVar = this.i; diff --git a/app/src/main/java/c/i/a/c/a2/j0/d0.java b/app/src/main/java/c/i/a/c/a2/j0/d0.java index 1e8b0bd304..eb63bc2d9e 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/d0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/d0.java @@ -11,7 +11,7 @@ public final class d0 implements i0 { public final w b = new w(32); /* renamed from: c reason: collision with root package name */ - public int f713c; + public int f715c; public int d; public boolean e; public boolean f; @@ -62,18 +62,18 @@ public final class d0 implements i0 { int s5 = this.b.s(); this.e = (s4 & 128) != 0; int i4 = (((s4 & 15) << 8) | s5) + 3; - this.f713c = i4; + this.f715c = i4; byte[] bArr = this.b.a; if (bArr.length < i4) { this.b.b(Math.min(4098, Math.max(i4, bArr.length * 2))); } } } else { - int min2 = Math.min(wVar.a(), this.f713c - this.d); + int min2 = Math.min(wVar.a(), this.f715c - this.d); wVar.e(this.b.a, this.d, min2); int i5 = this.d + min2; this.d = i5; - int i6 = this.f713c; + int i6 = this.f715c; if (i5 != i6) { continue; } else { @@ -88,7 +88,7 @@ public final class d0 implements i0 { this.f = true; return; } - this.b.C(this.f713c - 4); + this.b.C(this.f715c - 4); } else { this.b.C(i6); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/e0.java b/app/src/main/java/c/i/a/c/a2/j0/e0.java index 3bb9ebed7f..26811bb078 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.f2210c = format.k; + bVar.f2213c = format.k; bVar.C = format.L; bVar.m = format.v; p.e(bVar.a()); diff --git a/app/src/main/java/c/i/a/c/a2/j0/f.java b/app/src/main/java/c/i/a/c/a2/j0/f.java index e44da3005b..6157148715 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/f.java +++ b/app/src/main/java/c/i/a/c/a2/j0/f.java @@ -15,7 +15,7 @@ public final class f implements h { public final w b = new w(2786); /* renamed from: c reason: collision with root package name */ - public boolean f714c; + public boolean f716c; static { a aVar = a.a; @@ -85,9 +85,9 @@ public final class f implements h { } this.b.D(0); this.b.C(read); - if (!this.f714c) { + if (!this.f716c) { this.a.l = 0; - this.f714c = true; + this.f716c = true; } this.a.b(this.b); return 0; @@ -102,7 +102,7 @@ public final class f implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - this.f714c = false; + this.f716c = false; this.a.c(); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/f0.java b/app/src/main/java/c/i/a/c/a2/j0/f0.java index a502ae7e5a..2326a0e4e4 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/f0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/f0.java @@ -15,11 +15,11 @@ public final class f0 extends c.i.a.c.a2.a { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public final int f715c; + public final int f717c; public final int d; public a(int i, e0 e0Var, int i2) { - this.f715c = i; + this.f717c = i; this.a = e0Var; this.d = i2; } @@ -36,7 +36,7 @@ public final class f0 extends c.i.a.c.a2.a { this.b.z(min); iVar.n(this.b.a, 0, min); w wVar = this.b; - int i = wVar.f910c; + int i = wVar.f912c; long j2 = -1; long j3 = -1; long j4 = -9223372036854775807L; @@ -50,9 +50,9 @@ public final class f0 extends c.i.a.c.a2.a { if (i3 > i) { break; } - long k2 = AnimatableValueParser.k2(wVar, i2, this.f715c); - if (k2 != -9223372036854775807L) { - long b = this.a.b(k2); + long l2 = AnimatableValueParser.l2(wVar, i2, this.f717c); + if (l2 != -9223372036854775807L) { + long b = this.a.b(l2); if (b > j) { return j4 == -9223372036854775807L ? a.e.a(b, position) : a.e.b(position + j3); } 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 4d30d85a7e..cdaf02d796 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g.java @@ -16,7 +16,7 @@ public final class g implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f716c; + public final String f718c; public String d; public c.i.a.c.a2.w e; public int f = 0; @@ -31,7 +31,7 @@ public final class g implements o { v vVar = new v(new byte[128]); this.a = vVar; this.b = new w(vVar.a); - this.f716c = str; + this.f718c = str; } /* JADX WARNING: Removed duplicated region for block: B:120:0x0209 */ @@ -108,7 +108,7 @@ public final class g implements o { i3 = (vVar.g(11) + 1) * 2; int g2 = vVar.g(2); if (g2 == 3) { - i5 = l.f989c[vVar.g(2)]; + i5 = l.f991c[vVar.g(2)]; i7 = 6; i6 = 3; } else { @@ -313,9 +313,9 @@ public final class g implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = str; - bVar.f2212x = i; - bVar.f2213y = i15; - bVar.f2210c = this.f716c; + bVar.f2215x = i; + bVar.f2216y = i15; + bVar.f2213c = this.f718c; Format a2 = bVar.a(); this.j = a2; this.e.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/g0.java b/app/src/main/java/c/i/a/c/a2/j0/g0.java index 52567d7661..176e8e941a 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/g0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/g0.java @@ -10,7 +10,7 @@ public final class g0 { public final e0 b = new e0(0); /* renamed from: c reason: collision with root package name */ - public final w f717c = new w(); + public final w f719c = new w(); public boolean d; public boolean e; public boolean f; @@ -23,7 +23,7 @@ public final class g0 { } public final int a(i iVar) { - this.f717c.A(f0.f); + this.f719c.A(f0.f); this.d = true; iVar.k(); return 0; diff --git a/app/src/main/java/c/i/a/c/a2/j0/h.java b/app/src/main/java/c/i/a/c/a2/j0/h.java index 4b53c6350a..f01a817c5c 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/h.java +++ b/app/src/main/java/c/i/a/c/a2/j0/h.java @@ -13,7 +13,7 @@ public final class h implements c.i.a.c.a2.h { public final w b = new w(16384); /* renamed from: c reason: collision with root package name */ - public boolean f718c; + public boolean f720c; static { b bVar = b.a; @@ -94,9 +94,9 @@ public final class h implements c.i.a.c.a2.h { } this.b.D(0); this.b.C(read); - if (!this.f718c) { + if (!this.f720c) { this.a.m = 0; - this.f718c = true; + this.f720c = true; } this.a.b(this.b); return 0; @@ -111,7 +111,7 @@ public final class h implements c.i.a.c.a2.h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - this.f718c = false; + this.f720c = false; this.a.c(); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/h0.java b/app/src/main/java/c/i/a/c/a2/j0/h0.java index 5d551e104e..a21293b7a1 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/h0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/h0.java @@ -26,7 +26,7 @@ public final class h0 implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final List f719c; + public final List f721c; public final w d; public final SparseIntArray e; public final i0.c f; @@ -44,7 +44,7 @@ public final class h0 implements h { public int r; /* renamed from: s reason: collision with root package name */ - public int f720s; + public int f722s; /* compiled from: TsExtractor */ public class a implements c0 { @@ -91,7 +91,7 @@ public final class h0 implements h { public final SparseArray b = new SparseArray<>(); /* renamed from: c reason: collision with root package name */ - public final SparseIntArray f721c = new SparseIntArray(); + public final SparseIntArray f723c = new SparseIntArray(); public final int d; public b(int i) { @@ -121,10 +121,10 @@ public final class h0 implements h { h0 h0Var = h0.this; int i5 = h0Var.a; if (i5 == 1 || i5 == 2 || h0Var.m == 1) { - e0Var = h0Var.f719c.get(0); + e0Var = h0Var.f721c.get(0); } else { - e0Var = new e0(h0Var.f719c.get(0).c()); - h0.this.f719c.add(e0Var); + e0Var = new e0(h0Var.f721c.get(0).c()); + h0.this.f721c.add(e0Var); } if ((wVar.s() & 128) != 0) { wVar.E(1); @@ -134,7 +134,7 @@ public final class h0 implements h { wVar.d(this.a, 2); this.a.m(3); int i7 = 13; - h0.this.f720s = this.a.g(13); + h0.this.f722s = this.a.g(13); wVar.d(this.a, 2); int i8 = 4; this.a.m(4); @@ -150,7 +150,7 @@ public final class h0 implements h { h0Var4.q.a(e0Var, h0Var4.l, new i0.d(x2, 21, 8192)); } this.b.clear(); - this.f721c.clear(); + this.f723c.clear(); int a = wVar.a(); while (a > 0) { int i11 = 5; @@ -311,19 +311,19 @@ public final class h0 implements h { i0Var = h0Var6.q; if (h0.this.a != 2) { i2 = g2; - if (i2 >= this.f721c.get(i16, 8192)) { + if (i2 >= this.f723c.get(i16, 8192)) { } } else { i2 = g2; } - this.f721c.put(i16, i2); + this.f723c.put(i16, i2); this.b.put(i16, i0Var); } } i0Var = h0Var6.f.a(g, bVar2); if (h0.this.a != 2) { } - this.f721c.put(i16, i2); + this.f723c.put(i16, i2); this.b.put(i16, i0Var); } e0Var = e0Var; @@ -336,11 +336,11 @@ public final class h0 implements h { } int i17 = x2; e0 e0Var4 = e0Var; - int size = this.f721c.size(); + int size = this.f723c.size(); int i18 = 0; while (i18 < size) { - int keyAt = this.f721c.keyAt(i18); - int valueAt = this.f721c.valueAt(i18); + int keyAt = this.f723c.keyAt(i18); + int valueAt = this.f723c.valueAt(i18); h0.this.h.put(keyAt, true); h0.this.i.put(valueAt, true); i0 valueAt2 = this.b.valueAt(i18); @@ -397,10 +397,10 @@ public final class h0 implements h { this.b = i3; this.a = i; if (i == 1 || i == 2) { - this.f719c = Collections.singletonList(e0Var); + this.f721c = Collections.singletonList(e0Var); } else { ArrayList arrayList = new ArrayList(); - this.f719c = arrayList; + this.f721c = arrayList; arrayList.add(e0Var); } this.d = new w(new byte[9400], 0); @@ -411,7 +411,7 @@ public final class h0 implements h { this.g = sparseArray; this.e = new SparseIntArray(); this.j = new g0(i3); - this.f720s = -1; + this.f722s = -1; sparseBooleanArray.clear(); sparseArray.clear(); SparseArray b2 = lVar.b(); @@ -466,7 +466,7 @@ public final class h0 implements h { if ((b2 == -1 || this.a == 2) ? false : true) { g0 g0Var = this.j; if (!g0Var.d) { - int i3 = this.f720s; + int i3 = this.f722s; if (i3 <= 0) { g0Var.a(iVar); return 0; @@ -478,20 +478,20 @@ public final class h0 implements h { if (iVar.getPosition() != j2) { sVar.a = j2; } else { - g0Var.f717c.z(min); + g0Var.f719c.z(min); iVar.k(); - iVar.n(g0Var.f717c.a, 0, min); - w wVar = g0Var.f717c; + iVar.n(g0Var.f719c.a, 0, min); + w wVar = g0Var.f719c; int i4 = wVar.b; - int i5 = wVar.f910c; + int i5 = wVar.f912c; while (true) { i5--; if (i5 < i4) { break; } else if (wVar.a[i5] == 71) { - long k2 = AnimatableValueParser.k2(wVar, i5, i3); - if (k2 != -9223372036854775807L) { - j = k2; + long l2 = AnimatableValueParser.l2(wVar, i5, i3); + if (l2 != -9223372036854775807L) { + j = l2; break; } } @@ -509,20 +509,20 @@ public final class h0 implements h { if (iVar.getPosition() != j3) { sVar.a = j3; } else { - g0Var.f717c.z(min2); + g0Var.f719c.z(min2); iVar.k(); - iVar.n(g0Var.f717c.a, 0, min2); - w wVar2 = g0Var.f717c; + iVar.n(g0Var.f719c.a, 0, min2); + w wVar2 = g0Var.f719c; int i6 = wVar2.b; - int i7 = wVar2.f910c; + int i7 = wVar2.f912c; while (true) { if (i6 >= i7) { break; } if (wVar2.a[i6] == 71) { - long k22 = AnimatableValueParser.k2(wVar2, i6, i3); - if (k22 != -9223372036854775807L) { - j = k22; + long l22 = AnimatableValueParser.l2(wVar2, i6, i3); + if (l22 != -9223372036854775807L) { + j = l22; break; } } @@ -550,7 +550,7 @@ public final class h0 implements h { g0 g0Var2 = this.j; long j5 = g0Var2.i; if (j5 != -9223372036854775807L) { - f0 f0Var = new f0(g0Var2.b, j5, b2, this.f720s, this.b); + f0 f0Var = new f0(g0Var2.b, j5, b2, this.f722s, this.b); this.k = f0Var; this.l.a(f0Var.a); } else { @@ -597,7 +597,7 @@ public final class h0 implements h { z2 = true; break; } - int i8 = this.d.f910c; + int i8 = this.d.f912c; int read = iVar.read(bArr, i8, 9400 - i8); i = -1; if (read == -1) { @@ -611,7 +611,7 @@ public final class h0 implements h { } w wVar4 = this.d; int i9 = wVar4.b; - int i10 = wVar4.f910c; + int i10 = wVar4.f912c; byte[] bArr2 = wVar4.a; int i11 = i9; while (i11 < i10 && bArr2[i11] != 71) { @@ -631,7 +631,7 @@ public final class h0 implements h { this.r = r3; } w wVar5 = this.d; - int i14 = wVar5.f910c; + int i14 = wVar5.f912c; if (i12 > i14) { return r3; } @@ -702,13 +702,13 @@ public final class h0 implements h { public void g(long j, long j2) { f0 f0Var; AnimatableValueParser.D(this.a != 2); - int size = this.f719c.size(); + int size = this.f721c.size(); for (int i = 0; i < size; i++) { - e0 e0Var = this.f719c.get(i); + e0 e0Var = this.f721c.get(i); if ((e0Var.d() == -9223372036854775807L) || !(e0Var.d() == 0 || e0Var.c() == j2)) { synchronized (e0Var) { e0Var.a = j2; - e0Var.f900c = -9223372036854775807L; + e0Var.f902c = -9223372036854775807L; } } } 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 c2369c7b24..58ebc4c57d 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i.java @@ -15,7 +15,7 @@ public final class i implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f722c; + public final String f724c; public String d; public c.i.a.c.a2.w e; public int f = 0; @@ -31,7 +31,7 @@ public final class i implements o { v vVar = new v(new byte[16]); this.a = vVar; this.b = new w(vVar.a); - this.f722c = str; + this.f724c = str; } @Override // c.i.a.c.a2.j0.o @@ -89,15 +89,15 @@ public final class i implements o { Format.b bVar = new Format.b(); bVar.a = this.d; bVar.k = "audio/ac4"; - bVar.f2212x = 2; - bVar.f2213y = b.a; - bVar.f2210c = this.f722c; + bVar.f2215x = 2; + bVar.f2216y = b.a; + bVar.f2213c = this.f724c; Format a = bVar.a(); this.k = a; this.e.e(a); } this.l = b.b; - this.j = (((long) b.f990c) * 1000000) / ((long) this.k.H); + this.j = (((long) b.f992c) * 1000000) / ((long) this.k.H); this.b.D(0); this.e.c(this.b, 16); this.f = 2; diff --git a/app/src/main/java/c/i/a/c/a2/j0/i0.java b/app/src/main/java/c/i/a/c/a2/j0/i0.java index e3dbbbb5f7..130d5629a8 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i0.java @@ -28,13 +28,13 @@ public interface i0 { public final String b; /* renamed from: c reason: collision with root package name */ - public final List f723c; + public final List f725c; public final byte[] d; public b(int i, @Nullable String str, @Nullable List list, byte[] bArr) { this.a = i; this.b = str; - this.f723c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); + this.f725c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); this.d = bArr; } } @@ -51,7 +51,7 @@ public interface i0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f724c; + public final int f726c; public int d; public String e; @@ -64,14 +64,14 @@ public interface i0 { } this.a = str; this.b = i2; - this.f724c = i3; + this.f726c = i3; this.d = Integer.MIN_VALUE; this.e = ""; } public void a() { int i = this.d; - this.d = i == Integer.MIN_VALUE ? this.b : i + this.f724c; + this.d = i == Integer.MIN_VALUE ? this.b : i + this.f726c; this.e = this.a + this.d; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/j.java b/app/src/main/java/c/i/a/c/a2/j0/j.java index a6ae8895da..10f57722c6 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/j.java +++ b/app/src/main/java/c/i/a/c/a2/j0/j.java @@ -15,7 +15,7 @@ public final class j implements h { public final w b = new w(2048); /* renamed from: c reason: collision with root package name */ - public final w f725c; + public final w f727c; public final v d; public c.i.a.c.a2.j e; public long f; @@ -30,20 +30,20 @@ public final class j implements h { public j(int i) { w wVar = new w(10); - this.f725c = wVar; + this.f727c = wVar; this.d = new v(wVar.a); } public final int a(i iVar) throws IOException { int i = 0; while (true) { - iVar.n(this.f725c.a, 0, 10); - this.f725c.D(0); - if (this.f725c.u() != 4801587) { + iVar.n(this.f727c.a, 0, 10); + this.f727c.D(0); + if (this.f727c.u() != 4801587) { break; } - this.f725c.E(3); - int r = this.f725c.r(); + this.f727c.E(3); + int r = this.f727c.r(); i += r + 10; iVar.g(r); } @@ -73,16 +73,16 @@ public final class j implements h { int i2 = 0; int i3 = 0; while (true) { - iVar.n(this.f725c.a, 0, 2); - this.f725c.D(0); - if (!k.g(this.f725c.x())) { + iVar.n(this.f727c.a, 0, 2); + this.f727c.D(0); + if (!k.g(this.f727c.x())) { break; } i2++; if (i2 >= 4 && i3 > 188) { return true; } - iVar.n(this.f725c.a, 0, 4); + iVar.n(this.f727c.a, 0, 4); this.d.k(14); int g = this.d.g(13); if (g <= 6) { diff --git a/app/src/main/java/c/i/a/c/a2/j0/j0.java b/app/src/main/java/c/i/a/c/a2/j0/j0.java index 766dc29346..ccadf561f0 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.f2210c = format.k; + bVar.f2213c = 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 c2758d4a86..084c56ecad 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/k.java +++ b/app/src/main/java/c/i/a/c/a2/j0/k.java @@ -20,7 +20,7 @@ public final class k implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final v f726c = new v(new byte[7]); + public final v f728c = new v(new byte[7]); public final w d = new w(Arrays.copyOf(a, 10)); @Nullable public final String e; @@ -39,7 +39,7 @@ public final class k implements o { public long r; /* renamed from: s reason: collision with root package name */ - public int f727s; + public int f729s; public long t; public c.i.a.c.a2.w u; public long v; @@ -81,7 +81,7 @@ public final class k implements o { if (i4 == 0) { byte[] bArr = wVar.a; int i7 = wVar.b; - int i8 = wVar.f910c; + int i8 = wVar.f912c; while (true) { if (i7 >= i8) { wVar.D(i7); @@ -95,15 +95,15 @@ public final class k implements o { } int i9 = i - 2; wVar.D(i9 + 1); - if (i(wVar, this.f726c.a, 1)) { - this.f726c.k(4); - int g = this.f726c.g(1); + if (i(wVar, this.f728c.a, 1)) { + this.f728c.k(4); + int g = this.f728c.g(1); int i10 = this.n; if (i10 == -1 || g == i10) { if (this.o != -1) { - if (i(wVar, this.f726c.a, 1)) { - this.f726c.k(i6); - if (this.f726c.g(4) == this.o) { + if (i(wVar, this.f728c.a, 1)) { + this.f728c.k(i6); + if (this.f728c.g(4) == this.o) { wVar.D(i9 + 2); } } @@ -112,12 +112,12 @@ public final class k implements o { break; } } - if (i(wVar, this.f726c.a, 4)) { - this.f726c.k(14); - int g2 = this.f726c.g(i5); + if (i(wVar, this.f728c.a, 4)) { + this.f728c.k(14); + int g2 = this.f728c.g(i5); if (g2 >= 7) { byte[] bArr2 = wVar.a; - int i11 = wVar.f910c; + int i11 = wVar.f912c; int i12 = i9 + g2; if (i12 < i11) { if (bArr2[i12] == -1) { @@ -144,7 +144,7 @@ public final class k implements o { if (i14 == 1075) { this.i = 2; this.j = a.length; - this.f727s = 0; + this.f729s = 0; this.d.D(0); wVar.D(i); break; @@ -174,36 +174,36 @@ public final class k implements o { } else if (i4 != 1) { if (i4 != 2) { if (i4 == 3) { - if (a(wVar, this.f726c.a, this.l ? 7 : 5)) { - this.f726c.k(0); + if (a(wVar, this.f728c.a, this.l ? 7 : 5)) { + this.f728c.k(0); if (!this.q) { - int g3 = this.f726c.g(2) + 1; + int g3 = this.f728c.g(2) + 1; if (g3 != 2) { Log.w("AdtsReader", "Detected audio object type: " + g3 + ", but assuming AAC LC."); g3 = 2; } - this.f726c.m(5); - int g4 = this.f726c.g(3); + this.f728c.m(5); + int g4 = this.f728c.g(3); int i15 = this.o; byte[] bArr3 = {(byte) (((g3 << 3) & 248) | ((i15 >> 1) & 7)), (byte) (((i15 << 7) & 128) | ((g4 << 3) & 120))}; k.b c2 = c.i.a.c.v1.k.c(new v(bArr3), false); Format.b bVar = new Format.b(); bVar.a = this.f; bVar.k = "audio/mp4a-latm"; - bVar.h = c2.f988c; - bVar.f2212x = c2.b; - bVar.f2213y = c2.a; + bVar.h = c2.f990c; + bVar.f2215x = c2.b; + bVar.f2216y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2210c = this.e; + bVar.f2213c = this.e; Format a2 = bVar.a(); this.r = 1024000000 / ((long) a2.H); this.g.e(a2); this.q = true; } else { - this.f726c.m(10); + this.f728c.m(10); } - this.f726c.m(4); - int g5 = (this.f726c.g(13) - 2) - 5; + this.f728c.m(4); + int g5 = (this.f728c.g(13) - 2) - 5; if (this.l) { g5 -= 2; } @@ -213,14 +213,14 @@ public final class k implements o { this.j = 0; this.u = wVar2; this.v = j; - this.f727s = g5; + this.f729s = g5; } } else if (i4 == 4) { - int min = Math.min(wVar.a(), this.f727s - this.j); + int min = Math.min(wVar.a(), this.f729s - this.j); this.u.c(wVar, min); int i16 = this.j + min; this.j = i16; - int i17 = this.f727s; + int i17 = this.f729s; if (i16 == i17) { this.u.d(this.t, 1, i17, 0, null); this.t += this.v; @@ -237,13 +237,13 @@ public final class k implements o { this.j = 10; this.u = wVar3; this.v = 0; - this.f727s = this.d.r() + 10; + this.f729s = this.d.r() + 10; } } else if (wVar.a() != 0) { - v vVar = this.f726c; + v vVar = this.f728c; vVar.a[0] = wVar.a[wVar.b]; vVar.k(2); - int g6 = this.f726c.g(4); + int g6 = this.f728c.g(4); int i18 = this.o; if (i18 == -1 || g6 == i18) { if (!this.m) { diff --git a/app/src/main/java/c/i/a/c/a2/j0/l.java b/app/src/main/java/c/i/a/c/a2/j0/l.java index 7df5371c50..038a9af816 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/l.java +++ b/app/src/main/java/c/i/a/c/a2/j0/l.java @@ -41,7 +41,7 @@ public final class l implements i0.c { return new y(new s(new e0(c(bVar)))); } if (i == 89) { - return new y(new n(bVar.f723c)); + return new y(new n(bVar.f725c)); } if (i != 138) { if (i == 172) { @@ -122,7 +122,7 @@ public final class l implements i0.c { int i8 = bArr[i5] & 255 & 31; int i9 = 0; while (i9 < i8) { - String str2 = new String(bArr, i7, 3, c.f1263c); + String str2 = new String(bArr, i7, 3, c.f1265c); int i10 = i7 + 3; int i11 = i10 + 1; int i12 = bArr[i10] & 255; @@ -144,7 +144,7 @@ public final class l implements i0.c { } Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2210c = str2; + bVar2.f2213c = 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 1d4078e1cc..3b9fb2b08d 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/m.java +++ b/app/src/main/java/c/i/a/c/a2/j0/m.java @@ -15,7 +15,7 @@ public final class m implements o { public final String b; /* renamed from: c reason: collision with root package name */ - public String f728c; + public String f730c; public c.i.a.c.a2.w d; public int e = 0; public int f; @@ -98,7 +98,7 @@ public final class m implements o { if (i13 == 18) { byte[] bArr3 = this.a.a; if (this.i == null) { - String str = this.f728c; + String str = this.f730c; String str2 = this.b; if (bArr3[0] == Byte.MAX_VALUE) { vVar = new v(bArr3); @@ -118,8 +118,8 @@ public final class m implements o { while (vVar3.b() >= 16) { vVar3.m(i11); int g = vVar3.g(14) & 16383; - int min2 = Math.min(8 - vVar2.f909c, 14); - int i16 = vVar2.f909c; + int min2 = Math.min(8 - vVar2.f911c, 14); + int i16 = vVar2.f911c; int i17 = (8 - i16) - min2; byte[] bArr4 = vVar2.a; int i18 = vVar2.b; @@ -146,7 +146,7 @@ public final class m implements o { int length = copyOf.length; vVar2.a = copyOf; vVar2.b = 0; - vVar2.f909c = 0; + vVar2.f911c = 0; vVar2.d = length; vVar = vVar2; } @@ -154,7 +154,7 @@ public final class m implements o { int i22 = c.i.a.c.v1.w.a[vVar.g(6)]; int i23 = c.i.a.c.v1.w.b[vVar.g(4)]; int g2 = vVar.g(5); - int[] iArr = c.i.a.c.v1.w.f1001c; + int[] iArr = c.i.a.c.v1.w.f1003c; if (g2 >= iArr.length) { i8 = -1; i7 = 2; @@ -168,10 +168,10 @@ public final class m implements o { bVar.a = str; bVar.k = "audio/vnd.dts"; bVar.f = i8; - bVar.f2212x = i24; - bVar.f2213y = i23; + bVar.f2215x = i24; + bVar.f2216y = i23; bVar.n = null; - bVar.f2210c = str2; + bVar.f2213c = str2; Format a = bVar.a(); this.i = a; this.d.e(a); @@ -271,7 +271,7 @@ public final class m implements o { @Override // c.i.a.c.a2.j0.o public void e(j jVar, i0.d dVar) { dVar.a(); - this.f728c = dVar.b(); + this.f730c = dVar.b(); this.d = jVar.p(dVar.c(), 1); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/n.java b/app/src/main/java/c/i/a/c/a2/j0/n.java index 136e2bf185..c6b542da67 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/n.java +++ b/app/src/main/java/c/i/a/c/a2/j0/n.java @@ -12,7 +12,7 @@ public final class n implements o { public final w[] b; /* renamed from: c reason: collision with root package name */ - public boolean f729c; + public boolean f731c; public int d; public int e; public long f; @@ -27,15 +27,15 @@ public final class n implements o { return false; } if (wVar.s() != i) { - this.f729c = false; + this.f731c = false; } this.d--; - return this.f729c; + return this.f731c; } @Override // c.i.a.c.a2.j0.o public void b(c.i.a.c.i2.w wVar) { - if (!this.f729c) { + if (!this.f731c) { return; } if (this.d != 2 || a(wVar, 32)) { @@ -54,16 +54,16 @@ public final class n implements o { @Override // c.i.a.c.a2.j0.o public void c() { - this.f729c = false; + this.f731c = false; } @Override // c.i.a.c.a2.j0.o public void d() { - if (this.f729c) { + if (this.f731c) { for (w wVar : this.b) { wVar.d(this.f, 1, this.e, 0, null); } - this.f729c = false; + this.f731c = false; } } @@ -77,7 +77,7 @@ public final class n implements o { bVar.a = dVar.b(); bVar.k = "application/dvbsubs"; bVar.m = Collections.singletonList(aVar.b); - bVar.f2210c = aVar.a; + bVar.f2213c = aVar.a; p.e(bVar.a()); this.b[i] = p; } @@ -86,7 +86,7 @@ public final class n implements o { @Override // c.i.a.c.a2.j0.o public void f(long j, int i) { if ((i & 4) != 0) { - this.f729c = true; + this.f731c = true; this.f = j; this.e = 0; this.d = 2; diff --git a/app/src/main/java/c/i/a/c/a2/j0/p.java b/app/src/main/java/c/i/a/c/a2/j0/p.java index 87b5618682..19a16a8c2b 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/p.java +++ b/app/src/main/java/c/i/a/c/a2/j0/p.java @@ -18,7 +18,7 @@ public final class p implements o { public String b; /* renamed from: c reason: collision with root package name */ - public w f730c; + public w f732c; @Nullable public final j0 d; @Nullable @@ -43,7 +43,7 @@ public final class p implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f731c; + public int f733c; public int d; public byte[] e; @@ -56,12 +56,12 @@ public final class p implements o { int i3 = i2 - i; byte[] bArr2 = this.e; int length = bArr2.length; - int i4 = this.f731c; + int i4 = this.f733c; if (length < i4 + i3) { this.e = Arrays.copyOf(bArr2, (i4 + i3) * 2); } - System.arraycopy(bArr, i, this.e, this.f731c, i3); - this.f731c += i3; + System.arraycopy(bArr, i, this.e, this.f733c, i3); + this.f733c += i3; } } } @@ -101,12 +101,12 @@ public final class p implements o { long j2; int i6; float f2; - AnimatableValueParser.H(this.f730c); + AnimatableValueParser.H(this.f732c); int i7 = wVar.b; - int i8 = wVar.f910c; + int i8 = wVar.f912c; byte[] bArr = wVar.a; this.i += (long) wVar.a(); - this.f730c.c(wVar, wVar.a()); + this.f732c.c(wVar, wVar.a()); while (true) { int b = u.b(bArr, i7, i8, this.g); if (b == i8) { @@ -122,8 +122,8 @@ public final class p implements o { int i12 = i11 < 0 ? -i11 : 0; a aVar = this.h; if (aVar.b) { - int i13 = aVar.f731c - i12; - aVar.f731c = i13; + int i13 = aVar.f733c - i12; + aVar.f733c = i13; if (aVar.d == 0 && i10 == 181) { aVar.d = i13; } else { @@ -133,7 +133,7 @@ public final class p implements o { a aVar2 = this.h; String str = this.b; Objects.requireNonNull(str); - byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.f731c); + byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.f733c); int i14 = copyOf[5] & 255; int i15 = ((copyOf[4] & 255) << 4) | (i14 >> 4); int i16 = ((i14 & 15) << 8) | (copyOf[6] & 255); @@ -172,7 +172,7 @@ public final class p implements o { } j2 = (long) (1000000.0d / d); Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f730c.e((Format) create.first); + this.f732c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -201,7 +201,7 @@ public final class p implements o { if (i3 != 0 || i3 == 179) { int i22 = i8 - b; if (this.j && this.q && this.k) { - this.f730c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f732c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); } z2 = this.j; if (z2 || this.q) { @@ -226,7 +226,7 @@ public final class p implements o { i2 = i9; j2 = 0; Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f730c.e((Format) create.first); + this.f732c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -235,7 +235,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f730c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f732c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -269,7 +269,7 @@ public final class p implements o { i2 = i9; j2 = 0; Pair create = Pair.create(a2, Long.valueOf(j2)); - this.f730c.e((Format) create.first); + this.f732c.e((Format) create.first); this.l = ((Long) create.second).longValue(); this.k = true; wVar2 = this.f; @@ -278,7 +278,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f730c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f732c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -311,7 +311,7 @@ public final class p implements o { if (i3 != 0) { } int i22 = i8 - b; - this.f730c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f732c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); z2 = this.j; if (z2) { } @@ -340,7 +340,7 @@ public final class p implements o { u.a(this.g); a aVar = this.h; aVar.b = false; - aVar.f731c = 0; + aVar.f733c = 0; aVar.d = 0; w wVar = this.f; if (wVar != null) { @@ -358,7 +358,7 @@ public final class p implements o { public void e(j jVar, i0.d dVar) { dVar.a(); this.b = dVar.b(); - this.f730c = jVar.p(dVar.c(), 2); + this.f732c = jVar.p(dVar.c(), 2); j0 j0Var = this.d; if (j0Var != null) { j0Var.b(jVar, dVar); diff --git a/app/src/main/java/c/i/a/c/a2/j0/q.java b/app/src/main/java/c/i/a/c/a2/j0/q.java index eb39aabd34..b083c13299 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/q.java +++ b/app/src/main/java/c/i/a/c/a2/j0/q.java @@ -21,7 +21,7 @@ public final class q implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final w f732c = new w(); + public final w f734c = new w(); public final boolean[] d = new boolean[4]; public final a e = new a(128); @Nullable @@ -39,7 +39,7 @@ public final class q implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f733c; + public int f735c; public int d; public int e; public byte[] f; @@ -65,7 +65,7 @@ public final class q implements o { public void b() { this.b = false; this.d = 0; - this.f733c = 0; + this.f735c = 0; } } @@ -75,7 +75,7 @@ public final class q implements o { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f734c; + public boolean f736c; public boolean d; public int e; public int f; @@ -87,12 +87,12 @@ public final class q implements o { } public void a(byte[] bArr, int i, int i2) { - if (this.f734c) { + if (this.f736c) { int i3 = this.f; int i4 = (i + 1) - i3; if (i4 < i2) { this.d = ((bArr[i4] & 192) >> 6) == 0; - this.f734c = false; + this.f736c = false; return; } this.f = (i2 - i) + i3; @@ -126,7 +126,7 @@ public final class q implements o { AnimatableValueParser.H(this.g); AnimatableValueParser.H(this.j); int i4 = wVar.b; - int i5 = wVar.f910c; + int i5 = wVar.f912c; byte[] bArr = wVar.a; this.h += (long) wVar.a(); this.j.c(wVar, wVar.a()); @@ -153,7 +153,7 @@ public final class q implements o { } int i9 = i8 < 0 ? -i8 : 0; a aVar = this.e; - int i10 = aVar.f733c; + int i10 = aVar.f735c; if (i10 != 0) { if (i10 != 1) { if (i10 != 2) { @@ -252,10 +252,10 @@ public final class q implements o { if (this.f.b(i3)) { w wVar5 = this.f; int e = u.e(wVar5.d, wVar5.e); - w wVar6 = this.f732c; + w wVar6 = this.f734c; int i14 = f0.a; wVar6.B(this.f.d, e); - this.b.a(this.l, this.f732c); + this.b.a(this.l, this.f734c); } if (i7 == 178) { if (wVar.a[b2 + 2] == 1) { @@ -276,7 +276,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f734c = i7 == 182; + bVar3.f736c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -295,7 +295,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f734c = i7 == 182; + bVar3.f736c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -346,7 +346,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f734c = i7 == 182; + bVar3.f736c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -396,7 +396,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f734c = i7 == 182; + bVar3.f736c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -408,22 +408,22 @@ public final class q implements o { aVar.b(); } else { aVar.e = aVar.d; - aVar.f733c = 4; + aVar.f735c = 4; } } else if (i7 > 31) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f733c = 3; + aVar.f735c = 3; } } else if (i7 != 181) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f733c = 2; + aVar.f735c = 2; } } else if (i7 == 176) { - aVar.f733c = 1; + aVar.f735c = 1; aVar.b = true; } byte[] bArr2 = a.a; @@ -450,7 +450,7 @@ public final class q implements o { bVar3.e = i7; bVar3.d = false; bVar3.b = i7 != 182 || i7 == 179; - bVar3.f734c = i7 == 182; + bVar3.f736c = i7 == 182; bVar3.f = 0; bVar3.h = j2; i5 = i2; @@ -465,7 +465,7 @@ public final class q implements o { b bVar = this.g; if (bVar != null) { bVar.b = false; - bVar.f734c = false; + bVar.f736c = false; bVar.d = false; bVar.e = -1; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/r.java b/app/src/main/java/c/i/a/c/a2/j0/r.java index 64498a111a..67d409b061 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/r.java +++ b/app/src/main/java/c/i/a/c/a2/j0/r.java @@ -20,7 +20,7 @@ public final class r implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f735c; + public final boolean f737c; public final w d = new w(7, 128); public final w e = new w(8, 128); public final w f = new w(6, 128); @@ -40,7 +40,7 @@ public final class r implements o { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f736c; + public final boolean f738c; public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); public final x f; @@ -64,7 +64,7 @@ public final class r implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public u.b f737c; + public u.b f739c; public int d; public int e; public int f; @@ -86,7 +86,7 @@ public final class r implements o { public b(w wVar, boolean z2, boolean z3) { this.a = wVar; this.b = z2; - this.f736c = z3; + this.f738c = z3; byte[] bArr = new byte[128]; this.g = bArr; this.f = new x(bArr, 0, 0); @@ -101,7 +101,7 @@ public final class r implements o { public r(e0 e0Var, boolean z2, boolean z3) { this.a = e0Var; this.b = z2; - this.f735c = z3; + this.f737c = z3; } /* JADX WARNING: Removed duplicated region for block: B:44:0x011e */ @@ -124,7 +124,7 @@ public final class r implements o { int i8; int i9; int i10; - if (!this.l || this.k.f736c) { + if (!this.l || this.k.f738c) { this.d.a(bArr, i, i2); this.e.a(bArr, i, i2); } @@ -150,7 +150,7 @@ public final class r implements o { bVar.f.f(); if (bVar.f.c()) { int f = bVar.f.f(); - if (!bVar.f736c) { + if (!bVar.f738c) { bVar.k = false; b.a aVar = bVar.n; aVar.e = f; @@ -194,7 +194,7 @@ public final class r implements o { i9 = 0; } else if (bVar.f.c()) { i9 = bVar.f.g(); - if (aVar2.f907c && !z4) { + if (aVar2.f909c && !z4) { if (bVar.f.c()) { i7 = bVar.f.g(); i5 = 0; @@ -213,7 +213,7 @@ public final class r implements o { i5 = 0; } else if (bVar.f.b(bVar2.l)) { i8 = bVar.f.e(bVar2.l); - if (!aVar2.f907c || z4) { + if (!aVar2.f909c || z4) { i10 = 0; } else if (bVar.f.c()) { i10 = bVar.f.g(); @@ -227,7 +227,7 @@ public final class r implements o { return; } b.a aVar3 = bVar.n; - aVar3.f737c = bVar2; + aVar3.f739c = bVar2; aVar3.d = e; aVar3.e = f; aVar3.f = e2; @@ -260,7 +260,7 @@ public final class r implements o { if (i4 == 0) { } b.a aVar3 = bVar.n; - aVar3.f737c = bVar2; + aVar3.f739c = bVar2; aVar3.d = e; aVar3.e = f; aVar3.f = e2; @@ -327,7 +327,7 @@ public final class r implements o { AnimatableValueParser.H(this.j); int i3 = f0.a; int i4 = wVar.b; - int i5 = wVar.f910c; + int i5 = wVar.f912c; byte[] bArr2 = wVar.a; this.g += (long) wVar.a(); this.j.c(wVar, wVar.a()); @@ -347,26 +347,26 @@ public final class r implements o { long j = this.g - ((long) i9); int i10 = i8 < 0 ? -i8 : 0; long j2 = this.m; - if (!this.l || this.k.f736c) { + if (!this.l || this.k.f738c) { this.d.b(i10); this.e.b(i10); if (this.l) { i = i5; bArr = bArr2; w wVar2 = this.d; - if (wVar2.f744c) { + if (wVar2.f746c) { u.b d = u.d(wVar2.d, 3, wVar2.e); this.k.d.append(d.d, d); this.d.c(); } else { w wVar3 = this.e; - if (wVar3.f744c) { + if (wVar3.f746c) { u.a c2 = u.c(wVar3.d, 3, wVar3.e); this.k.e.append(c2.a, c2); this.e.c(); } } - } else if (this.d.f744c && this.e.f744c) { + } else if (this.d.f746c && this.e.f746c) { ArrayList arrayList = new ArrayList(); w wVar4 = this.d; arrayList.add(Arrays.copyOf(wVar4.d, wVar4.e)); @@ -377,7 +377,7 @@ public final class r implements o { w wVar7 = this.e; u.a c3 = u.c(wVar7.d, 3, wVar7.e); i = i5; - String a2 = h.a(d2.a, d2.b, d2.f908c); + String a2 = h.a(d2.a, d2.b, d2.f910c); w wVar8 = this.j; Format.b bVar3 = new Format.b(); bArr = bArr2; @@ -405,14 +405,14 @@ public final class r implements o { boolean z4 = this.l; boolean z5 = this.n; if (bVar.i != 9) { - if (bVar.f736c) { + if (bVar.f738c) { b.a aVar = bVar.n; b.a aVar2 = bVar.m; if (aVar.a) { if (aVar2.a) { - u.b bVar4 = aVar.f737c; + u.b bVar4 = aVar.f739c; AnimatableValueParser.H(bVar4); - u.b bVar5 = aVar2.f737c; + u.b bVar5 = aVar2.f739c; AnimatableValueParser.H(bVar5); if (aVar.f == aVar2.f) { if (aVar.g == aVar2.g) { @@ -465,7 +465,7 @@ public final class r implements o { this.n = false; } long j3 = this.m; - if (!this.l || this.k.f736c) { + if (!this.l || this.k.f738c) { this.d.d(i7); this.e.d(i7); } @@ -475,7 +475,7 @@ public final class r implements o { bVar2.l = j3; bVar2.j = j; int i15 = bVar2.b ? 1 : 1; - if (bVar2.f736c) { + if (bVar2.f738c) { if (!(i7 == 5 || i7 == i15 || i7 == 2)) { } b.a aVar4 = bVar2.m; @@ -516,7 +516,7 @@ public final class r implements o { bVar2.j = j; if (bVar2.b) { } - if (bVar2.f736c) { + if (bVar2.f738c) { } i4 = i6; i5 = i; @@ -555,7 +555,7 @@ public final class r implements o { bVar2.j = j; if (bVar2.b) { } - if (bVar2.f736c) { + if (bVar2.f738c) { } i4 = i6; i5 = i; @@ -591,7 +591,7 @@ public final class r implements o { this.i = dVar.b(); w p = jVar.p(dVar.c(), 2); this.j = p; - this.k = new b(p, this.b, this.f735c); + this.k = new b(p, this.b, this.f737c); this.a.a(jVar, dVar); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/s.java b/app/src/main/java/c/i/a/c/a2/j0/s.java index 63f89f978d..5a978a1410 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/s.java +++ b/app/src/main/java/c/i/a/c/a2/j0/s.java @@ -17,7 +17,7 @@ public final class s implements o { public String b; /* renamed from: c reason: collision with root package name */ - public w f738c; + public w f740c; public a d; public boolean e; public final boolean[] f = new boolean[3]; @@ -36,7 +36,7 @@ public final class s implements o { public long b; /* renamed from: c reason: collision with root package name */ - public boolean f739c; + public boolean f741c; public int d; public long e; public boolean f; @@ -103,13 +103,13 @@ public final class s implements o { int i5; long j4; c.i.a.c.i2.w wVar2 = wVar; - AnimatableValueParser.H(this.f738c); + AnimatableValueParser.H(this.f740c); int i6 = f0.a; while (wVar.a() > 0) { - int i7 = wVar2.f910c; + int i7 = wVar2.f912c; byte[] bArr2 = wVar2.a; this.l += (long) wVar.a(); - this.f738c.c(wVar2, wVar.a()); + this.f740c.c(wVar2, wVar.a()); for (int i8 = wVar2.b; i8 < i7; i8 = i3) { int b = u.b(bArr2, i8, i7, this.f); if (b == i7) { @@ -129,7 +129,7 @@ public final class s implements o { a aVar = this.d; boolean z2 = this.e; if (aVar.j && aVar.g) { - aVar.m = aVar.f739c; + aVar.m = aVar.f741c; aVar.j = false; } else if (aVar.h || aVar.g) { if (z2 && aVar.i) { @@ -137,7 +137,7 @@ public final class s implements o { } aVar.k = aVar.b; aVar.l = aVar.e; - aVar.m = aVar.f739c; + aVar.m = aVar.f741c; aVar.i = true; } if (!this.e) { @@ -145,12 +145,12 @@ public final class s implements o { this.h.b(i13); this.i.b(i13); w wVar3 = this.g; - if (wVar3.f744c) { + if (wVar3.f746c) { w wVar4 = this.h; - if (wVar4.f744c) { + if (wVar4.f746c) { w wVar5 = this.i; - if (wVar5.f744c) { - w wVar6 = this.f738c; + if (wVar5.f746c) { + w wVar6 = this.f740c; String str = this.b; i4 = i7; int i14 = wVar3.e; @@ -301,7 +301,7 @@ public final class s implements o { if (e2 < fArr.length) { f12 = fArr[e2]; } else { - c.d.b.a.a.f0("Unexpected aspect_ratio_idc value: ", e2, "H265Reader"); + c.d.b.a.a.d0("Unexpected aspect_ratio_idc value: ", e2, "H265Reader"); } } } @@ -372,7 +372,7 @@ public final class s implements o { } } boolean z5 = i < 16 && i <= 21; - aVar2.f739c = z5; + aVar2.f741c = z5; aVar2.f = !z5 || i <= 9; if (this.e) { this.g.d(i); @@ -410,7 +410,7 @@ public final class s implements o { } if (i < 16) { } - aVar2.f739c = z5; + aVar2.f741c = z5; aVar2.f = !z5 || i <= 9; if (this.e) { } @@ -451,7 +451,7 @@ public final class s implements o { dVar.a(); this.b = dVar.b(); w p = jVar.p(dVar.c(), 2); - this.f738c = p; + this.f740c = p; this.d = new a(p); this.a.a(jVar, dVar); } diff --git a/app/src/main/java/c/i/a/c/a2/j0/t.java b/app/src/main/java/c/i/a/c/a2/j0/t.java index 0984d0953b..70fc65045d 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/t.java +++ b/app/src/main/java/c/i/a/c/a2/j0/t.java @@ -12,7 +12,7 @@ public final class t implements o { public c.i.a.c.a2.w b; /* renamed from: c reason: collision with root package name */ - public boolean f740c; + public boolean f742c; public long d; public int e; public int f; @@ -20,7 +20,7 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void b(w wVar) { AnimatableValueParser.H(this.b); - if (this.f740c) { + if (this.f742c) { int a = wVar.a(); int i = this.f; if (i < 10) { @@ -33,7 +33,7 @@ public final class t implements o { this.e = this.a.r() + 10; } else { Log.w("Id3Reader", "Discarding invalid ID3 tag"); - this.f740c = false; + this.f742c = false; return; } } @@ -46,16 +46,16 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void c() { - this.f740c = false; + this.f742c = false; } @Override // c.i.a.c.a2.j0.o public void d() { int i; AnimatableValueParser.H(this.b); - if (this.f740c && (i = this.e) != 0 && this.f == i) { + if (this.f742c && (i = this.e) != 0 && this.f == i) { this.b.d(this.d, 1, i, 0, null); - this.f740c = false; + this.f742c = false; } } @@ -73,7 +73,7 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void f(long j, int i) { if ((i & 4) != 0) { - this.f740c = true; + this.f742c = true; this.d = j; this.e = 0; this.f = 0; diff --git a/app/src/main/java/c/i/a/c/a2/j0/u.java b/app/src/main/java/c/i/a/c/a2/j0/u.java index eee635a505..4911bf9f77 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/u.java +++ b/app/src/main/java/c/i/a/c/a2/j0/u.java @@ -18,7 +18,7 @@ public final class u implements o { public final w b; /* renamed from: c reason: collision with root package name */ - public final v f741c; + public final v f743c; public c.i.a.c.a2.w d; public String e; public Format f; @@ -36,7 +36,7 @@ public final class u implements o { public int r; /* renamed from: s reason: collision with root package name */ - public long f742s; + public long f744s; public int t; @Nullable public String u; @@ -45,7 +45,7 @@ public final class u implements o { this.a = str; w wVar = new w(1024); this.b = wVar; - this.f741c = new v(wVar.a); + this.f743c = new v(wVar.a); } public static long a(v vVar) { @@ -81,25 +81,25 @@ public final class u implements o { bArr = new byte[s3]; } wVar2.B(bArr, s3); - v vVar = this.f741c; + v vVar = this.f743c; byte[] bArr2 = this.b.a; Objects.requireNonNull(vVar); int length = bArr2.length; vVar.a = bArr2; vVar.b = 0; - vVar.f909c = 0; + vVar.f911c = 0; vVar.d = length; } this.h = 0; this.g = 3; } else if (i2 == 3) { int min = Math.min(wVar.a(), this.i - this.h); - wVar.e(this.f741c.a, this.h, min); + wVar.e(this.f743c.a, this.h, min); int i3 = this.h + min; this.h = i3; if (i3 == this.i) { - this.f741c.k(0); - v vVar2 = this.f741c; + this.f743c.k(0); + v vVar2 = this.f743c; if (!vVar2.f()) { this.l = true; int g = vVar2.g(1); @@ -124,14 +124,14 @@ public final class u implements o { bVar.a = this.e; bVar.k = "audio/mp4a-latm"; bVar.h = this.u; - bVar.f2212x = this.t; - bVar.f2213y = this.r; + bVar.f2215x = this.t; + bVar.f2216y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2210c = this.a; + bVar.f2213c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; - this.f742s = 1024000000 / ((long) a.H); + this.f744s = 1024000000 / ((long) a.H); this.d.e(a); } } else { @@ -199,7 +199,7 @@ public final class u implements o { } this.d.c(this.b, i); this.d.d(this.k, 1, i, 0, null); - this.k += this.f742s; + this.k += this.f744s; if (this.p) { vVar2.m((int) this.q); } @@ -244,7 +244,7 @@ public final class u implements o { public final int g(v vVar) throws ParserException { int b = vVar.b(); k.b c2 = k.c(vVar, true); - this.u = c2.f988c; + this.u = c2.f990c; this.r = c2.a; this.t = c2.b; return b - vVar.b(); diff --git a/app/src/main/java/c/i/a/c/a2/j0/v.java b/app/src/main/java/c/i/a/c/a2/j0/v.java index d249cb663f..8138132622 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/v.java +++ b/app/src/main/java/c/i/a/c/a2/j0/v.java @@ -14,7 +14,7 @@ public final class v implements o { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f743c; + public final String f745c; public c.i.a.c.a2.w d; public String e; public int f = 0; @@ -30,7 +30,7 @@ public final class v implements o { this.a = wVar; wVar.a[0] = -1; this.b = new z.a(); - this.f743c = str; + this.f745c = str; } @Override // c.i.a.c.a2.j0.o @@ -41,7 +41,7 @@ public final class v implements o { if (i == 0) { byte[] bArr = wVar.a; int i2 = wVar.b; - int i3 = wVar.f910c; + int i3 = wVar.f912c; while (true) { if (i2 >= i3) { wVar.D(i3); @@ -72,7 +72,7 @@ public final class v implements o { this.f = 1; } else { z.a aVar = this.b; - this.k = aVar.f1003c; + this.k = aVar.f1005c; if (!this.h) { int i5 = aVar.d; this.j = (((long) aVar.g) * 1000000) / ((long) i5); @@ -80,9 +80,9 @@ public final class v implements o { bVar.a = this.e; bVar.k = aVar.b; bVar.l = 4096; - bVar.f2212x = aVar.e; - bVar.f2213y = i5; - bVar.f2210c = this.f743c; + bVar.f2215x = aVar.e; + bVar.f2216y = i5; + bVar.f2213c = this.f745c; this.d.e(bVar.a()); this.h = true; } diff --git a/app/src/main/java/c/i/a/c/a2/j0/w.java b/app/src/main/java/c/i/a/c/a2/j0/w.java index f67ec84fc6..5105af8abb 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/w.java +++ b/app/src/main/java/c/i/a/c/a2/j0/w.java @@ -8,7 +8,7 @@ public final class w { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f744c; + public boolean f746c; public byte[] d; public int e; @@ -39,13 +39,13 @@ public final class w { } this.e -= i; this.b = false; - this.f744c = true; + this.f746c = true; return true; } public void c() { this.b = false; - this.f744c = false; + this.f746c = false; } public void d(int i) { @@ -57,7 +57,7 @@ public final class w { this.b = z2; if (z2) { this.e = 3; - this.f744c = false; + this.f746c = false; } } } diff --git a/app/src/main/java/c/i/a/c/a2/j0/x.java b/app/src/main/java/c/i/a/c/a2/j0/x.java index 3f850faac6..a9ca71cccd 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 @@ -13,7 +13,7 @@ public final class x implements c0 { public e0 b; /* renamed from: c reason: collision with root package name */ - public w f745c; + public w f747c; public x(String str) { Format.b bVar = new Format.b(); @@ -26,7 +26,7 @@ public final class x implements c0 { this.b = e0Var; dVar.a(); w p = jVar.p(dVar.c(), 5); - this.f745c = p; + this.f747c = p; p.e(this.a); } @@ -39,19 +39,19 @@ public final class x implements c0 { long j2 = -9223372036854775807L; if (d != -9223372036854775807L) { Format format = this.a; - if (d != format.f2207x) { + if (d != format.f2210x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); this.a = a2; - this.f745c.e(a2); + this.f747c.e(a2); } int a3 = wVar.a(); - this.f745c.c(wVar, a3); - w wVar2 = this.f745c; + this.f747c.c(wVar, a3); + w wVar2 = this.f747c; e0 e0Var = this.b; synchronized (e0Var) { - long j3 = e0Var.f900c; + long j3 = e0Var.f902c; if (j3 != -9223372036854775807L) { j2 = e0Var.b + j3; } else { diff --git a/app/src/main/java/c/i/a/c/a2/j0/y.java b/app/src/main/java/c/i/a/c/a2/j0/y.java index d4320016ae..fac14d5de7 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/y.java +++ b/app/src/main/java/c/i/a/c/a2/j0/y.java @@ -16,7 +16,7 @@ public final class y implements i0 { public final v b = new v(new byte[10]); /* renamed from: c reason: collision with root package name */ - public int f746c = 0; + public int f748c = 0; public int d; public e0 e; public boolean f; @@ -44,16 +44,16 @@ public final class y implements i0 { int i2 = -1; int i3 = 3; if ((i & 1) != 0) { - int i4 = this.f746c; + int i4 = this.f748c; if (!(i4 == 0 || i4 == 1)) { if (i4 == 2) { Log.w("PesReader", "Unexpected start indicator reading extended header"); } else if (i4 == 3) { if (this.j != -1) { - StringBuilder L = a.L("Unexpected start indicator: expected "); - L.append(this.j); - L.append(" more bytes"); - Log.w("PesReader", L.toString()); + StringBuilder K = a.K("Unexpected start indicator: expected "); + K.append(this.j); + K.append(" more bytes"); + Log.w("PesReader", K.toString()); } this.a.d(); } else { @@ -63,7 +63,7 @@ public final class y implements i0 { e(1); } while (wVar.a() > 0) { - int i5 = this.f746c; + int i5 = this.f748c; if (i5 != 0) { int i6 = 0; if (i5 != 1) { @@ -118,7 +118,7 @@ public final class y implements i0 { this.b.k(0); int g2 = this.b.g(24); if (g2 != 1) { - a.f0("Unexpected start code prefix: ", g2, "PesReader"); + a.d0("Unexpected start code prefix: ", g2, "PesReader"); this.j = -1; z2 = false; } else { @@ -138,9 +138,9 @@ public final class y implements i0 { int i10 = ((g3 + 6) - 9) - g4; this.j = i10; if (i10 < 0) { - StringBuilder L2 = a.L("Found negative packet payload size: "); - L2.append(this.j); - Log.w("PesReader", L2.toString()); + StringBuilder K2 = a.K("Found negative packet payload size: "); + K2.append(this.j); + Log.w("PesReader", K2.toString()); this.j = -1; } } @@ -158,7 +158,7 @@ public final class y implements i0 { @Override // c.i.a.c.a2.j0.i0 public final void c() { - this.f746c = 0; + this.f748c = 0; this.d = 0; this.h = false; this.a.c(); @@ -181,7 +181,7 @@ public final class y implements i0 { } public final void e(int i) { - this.f746c = i; + this.f748c = i; this.d = 0; } } diff --git a/app/src/main/java/c/i/a/c/a2/j0/z.java b/app/src/main/java/c/i/a/c/a2/j0/z.java index a98d49b4f9..1180f7861b 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/z.java +++ b/app/src/main/java/c/i/a/c/a2/j0/z.java @@ -51,7 +51,7 @@ public final class z extends c.i.a.c.a2.a { i2 = wVar.b; j2 = b; } - int i3 = wVar.f910c; + int i3 = wVar.f912c; if (wVar.a() >= 10) { wVar.E(9); int s2 = wVar.s() & 7; @@ -76,7 +76,7 @@ public final class z extends c.i.a.c.a2.a { wVar.D(i3); break; } - wVar.D(Math.min(wVar.f910c, wVar.b + wVar.x())); + wVar.D(Math.min(wVar.f912c, wVar.b + wVar.x())); } } else { wVar.D(i3); diff --git a/app/src/main/java/c/i/a/c/a2/k0/b.java b/app/src/main/java/c/i/a/c/a2/k0/b.java index 11a552aa97..94cbc01fe4 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/b.java +++ b/app/src/main/java/c/i/a/c/a2/k0/b.java @@ -19,7 +19,7 @@ public final class b implements h { public w b; /* renamed from: c reason: collision with root package name */ - public AbstractC0084b f747c; + public AbstractC0084b f749c; public int d = -1; public long e = -1; @@ -29,7 +29,7 @@ public final class b implements h { public static final int[] b = {7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 21, 23, 25, 28, 31, 34, 37, 41, 45, 50, 55, 60, 66, 73, 80, 88, 97, 107, 118, 130, 143, 157, 173, 190, 209, 230, 253, 279, 307, 337, 371, 408, 449, 494, 544, 598, 658, 724, 796, 876, 963, 1060, 1166, 1282, 1411, 1552, 1707, 1878, 2066, 2272, 2499, 2749, 3024, 3327, 3660, 4026, 4428, 4871, 5358, 5894, 6484, 7132, 7845, 8630, 9493, 10442, 11487, 12635, 13899, 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794, 32767}; /* renamed from: c reason: collision with root package name */ - public final j f748c; + public final j f750c; public final w d; public final c e; public final int f; @@ -43,10 +43,10 @@ public final class b implements h { public long n; public a(j jVar, w wVar, c cVar) throws ParserException { - this.f748c = jVar; + this.f750c = jVar; this.d = wVar; this.e = cVar; - int max = Math.max(1, cVar.f750c / 10); + int max = Math.max(1, cVar.f752c / 10); this.i = max; byte[] bArr = cVar.f; int length = bArr.length; @@ -60,20 +60,20 @@ public final class b implements h { int f = f0.f(max, i); this.g = new byte[(cVar.d * f)]; this.h = new c.i.a.c.i2.w(i * 2 * i2 * f); - int i4 = cVar.f750c; + int i4 = cVar.f752c; int i5 = ((cVar.d * i4) * 8) / i; Format.b bVar = new Format.b(); bVar.k = "audio/raw"; bVar.f = i5; bVar.g = i5; bVar.l = max * 2 * i2; - bVar.f2212x = cVar.b; - bVar.f2213y = i4; - bVar.f2214z = 2; + bVar.f2215x = cVar.b; + bVar.f2216y = i4; + bVar.f2217z = 2; this.j = bVar.a(); return; } - throw new ParserException(c.d.b.a.a.n("Expected frames per block: ", i3, "; got: ", i)); + throw new ParserException(c.d.b.a.a.l("Expected frames per block: ", i3, "; got: ", i)); } @Override // c.i.a.c.a2.k0.b.AbstractC0084b @@ -86,7 +86,7 @@ public final class b implements h { @Override // c.i.a.c.a2.k0.b.AbstractC0084b public void b(int i, long j) { - this.f748c.a(new e(this.e, this.f, (long) i, j)); + this.f750c.a(new e(this.e, this.f, (long) i, j)); this.d.e(this.j); } @@ -111,7 +111,7 @@ public final class b implements h { } public final void e(int i) { - long E = this.l + f0.E(this.n, 1000000, (long) this.e.f750c); + long E = this.l + f0.E(this.n, 1000000, (long) this.e.f752c); int i2 = i * 2 * this.e.b; this.d.d(E, 1, i2, this.m - i2, null); this.n += (long) i; @@ -135,7 +135,7 @@ public final class b implements h { public final w b; /* renamed from: c reason: collision with root package name */ - public final c f749c; + public final c f751c; public final Format d; public final int e; public long f; @@ -145,10 +145,10 @@ public final class b implements h { public c(j jVar, w wVar, c cVar, String str, int i) throws ParserException { this.a = jVar; this.b = wVar; - this.f749c = cVar; + this.f751c = cVar; int i2 = (cVar.b * cVar.e) / 8; if (cVar.d == i2) { - int i3 = cVar.f750c * i2; + int i3 = cVar.f752c * i2; int i4 = i3 * 8; int max = Math.max(i2, i3 / 10); this.e = max; @@ -157,15 +157,15 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2212x = cVar.b; - bVar.f2213y = cVar.f750c; - bVar.f2214z = i; + bVar.f2215x = cVar.b; + bVar.f2216y = cVar.f752c; + bVar.f2217z = i; this.d = bVar.a(); return; } - StringBuilder M = c.d.b.a.a.M("Expected block size: ", i2, "; got: "); - M.append(cVar.d); - throw new ParserException(M.toString()); + StringBuilder L = c.d.b.a.a.L("Expected block size: ", i2, "; got: "); + L.append(cVar.d); + throw new ParserException(L.toString()); } @Override // c.i.a.c.a2.k0.b.AbstractC0084b @@ -177,7 +177,7 @@ public final class b implements h { @Override // c.i.a.c.a2.k0.b.AbstractC0084b public void b(int i, long j) { - this.a.a(new e(this.f749c, 1, (long) i, j)); + this.a.a(new e(this.f751c, 1, (long) i, j)); this.b.e(this.d); } @@ -200,13 +200,13 @@ public final class b implements h { j2 -= (long) b; } } - c cVar = this.f749c; + c cVar = this.f751c; int i4 = cVar.d; int i5 = this.g / i4; if (i5 > 0) { int i6 = i5 * i4; int i7 = this.g - i6; - this.b.d(this.f + f0.E(this.h, 1000000, (long) cVar.f750c), 1, i6, i7, null); + this.b.d(this.f + f0.E(this.h, 1000000, (long) cVar.f752c), 1, i6, i7, null); this.h += (long) i5; this.g = i7; } @@ -220,7 +220,7 @@ public final class b implements h { @Override // c.i.a.c.a2.h public boolean b(i iVar) throws IOException { - return AnimatableValueParser.X1(iVar) != null; + return AnimatableValueParser.Y1(iVar) != null; } /* JADX WARNING: Removed duplicated region for block: B:27:0x006a */ @@ -232,18 +232,18 @@ public final class b implements h { AnimatableValueParser.H(this.b); int i3 = f0.a; boolean z2 = true; - if (this.f747c == null) { - c X1 = AnimatableValueParser.X1(iVar); - if (X1 != null) { - int i4 = X1.a; + if (this.f749c == null) { + c Y1 = AnimatableValueParser.Y1(iVar); + if (Y1 != null) { + int i4 = Y1.a; if (i4 == 17) { - this.f747c = new a(this.a, this.b, X1); + this.f749c = new a(this.a, this.b, Y1); } else if (i4 == 6) { - this.f747c = new c(this.a, this.b, X1, "audio/g711-alaw", -1); + this.f749c = new c(this.a, this.b, Y1, "audio/g711-alaw", -1); } else if (i4 == 7) { - this.f747c = new c(this.a, this.b, X1, "audio/g711-mlaw", -1); + this.f749c = new c(this.a, this.b, Y1, "audio/g711-mlaw", -1); } else { - int i5 = X1.e; + int i5 = Y1.e; if (i4 != 1) { if (i4 == 3) { i2 = i5 == 32 ? 4 : 0; @@ -253,11 +253,11 @@ public final class b implements h { } else if (i4 != 65534) { i = 0; if (i != 0) { - this.f747c = new c(this.a, this.b, X1, "audio/raw", i); + this.f749c = new c(this.a, this.b, Y1, "audio/raw", i); } else { - StringBuilder L = c.d.b.a.a.L("Unsupported WAV format type: "); - L.append(X1.a); - throw new ParserException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Unsupported WAV format type: "); + K.append(Y1.a); + throw new ParserException(K.toString()); } } } @@ -279,9 +279,9 @@ public final class b implements h { int i6 = a2.a; if (i6 != 1684108385) { if (!(i6 == 1380533830 || i6 == 1718449184)) { - StringBuilder L2 = c.d.b.a.a.L("Ignoring unknown WAV chunk: "); - L2.append(a2.a); - Log.w("WavHeaderReader", L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Ignoring unknown WAV chunk: "); + K2.append(a2.a); + Log.w("WavHeaderReader", K2.toString()); } long j = a2.b + 8; if (a2.a == 1380533830) { @@ -291,9 +291,9 @@ public final class b implements h { iVar.l((int) j); a2 = d.a(iVar, wVar); } else { - StringBuilder L3 = c.d.b.a.a.L("Chunk is too large (~2GB+) to skip; id: "); - L3.append(a2.a); - throw new ParserException(L3.toString()); + StringBuilder K3 = c.d.b.a.a.K("Chunk is too large (~2GB+) to skip; id: "); + K3.append(a2.a); + throw new ParserException(K3.toString()); } } else { iVar.l(8); @@ -301,16 +301,16 @@ public final class b implements h { long j2 = a2.b + position; long b = iVar.b(); if (b != -1 && j2 > b) { - StringBuilder O = c.d.b.a.a.O("Data exceeds input length: ", j2, ", "); - O.append(b); - Log.w("WavHeaderReader", O.toString()); + StringBuilder N = c.d.b.a.a.N("Data exceeds input length: ", j2, ", "); + N.append(b); + Log.w("WavHeaderReader", N.toString()); j2 = b; } Pair create = Pair.create(Long.valueOf(position), Long.valueOf(j2)); this.d = ((Long) create.first).intValue(); long longValue = ((Long) create.second).longValue(); this.e = longValue; - this.f747c.b(this.d, longValue); + this.f749c.b(this.d, longValue); } } } else if (iVar.getPosition() == 0) { @@ -320,7 +320,7 @@ public final class b implements h { z2 = false; } AnimatableValueParser.D(z2); - return this.f747c.c(iVar, this.e - iVar.getPosition()) ? -1 : 0; + return this.f749c.c(iVar, this.e - iVar.getPosition()) ? -1 : 0; } @Override // c.i.a.c.a2.h @@ -332,7 +332,7 @@ public final class b implements h { @Override // c.i.a.c.a2.h public void g(long j, long j2) { - AbstractC0084b bVar = this.f747c; + AbstractC0084b bVar = this.f749c; if (bVar != null) { bVar.a(j2); } diff --git a/app/src/main/java/c/i/a/c/a2/k0/c.java b/app/src/main/java/c/i/a/c/a2/k0/c.java index d6a4214967..f4f1db3981 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/c.java +++ b/app/src/main/java/c/i/a/c/a2/k0/c.java @@ -5,7 +5,7 @@ public final class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f750c; + public final int f752c; public final int d; public final int e; public final byte[] f; @@ -13,7 +13,7 @@ public final class c { public c(int i, int i2, int i3, int i4, int i5, int i6, byte[] bArr) { this.a = i; this.b = i2; - this.f750c = i3; + this.f752c = i3; this.d = i5; this.e = i6; this.f = bArr; diff --git a/app/src/main/java/c/i/a/c/a2/k0/e.java b/app/src/main/java/c/i/a/c/a2/k0/e.java index aa83791042..1011b98057 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/e.java +++ b/app/src/main/java/c/i/a/c/a2/k0/e.java @@ -9,21 +9,21 @@ public final class e implements t { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f751c; + public final long f753c; public final long d; public final long e; public e(c cVar, int i, long j, long j2) { this.a = cVar; this.b = i; - this.f751c = j; + this.f753c = j; long j3 = (j2 - j) / ((long) cVar.d); this.d = j3; this.e = b(j3); } public final long b(long j) { - return f0.E(j * ((long) this.b), 1000000, (long) this.a.f750c); + return f0.E(j * ((long) this.b), 1000000, (long) this.a.f752c); } @Override // c.i.a.c.a2.t @@ -33,15 +33,15 @@ public final class e implements t { @Override // c.i.a.c.a2.t public t.a h(long j) { - long i = f0.i((((long) this.a.f750c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); - long j2 = (((long) this.a.d) * i) + this.f751c; + long i = f0.i((((long) this.a.f752c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); + long j2 = (((long) this.a.d) * i) + this.f753c; long b = b(i); u uVar = new u(b, j2); if (b >= j || i == this.d - 1) { return new t.a(uVar); } long j3 = i + 1; - return new t.a(uVar, new u(b(j3), (((long) this.a.d) * j3) + this.f751c)); + return new t.a(uVar, new u(b(j3), (((long) this.a.d) * j3) + this.f753c)); } @Override // c.i.a.c.a2.t 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 16c2580d76..ca4d114fa8 100644 --- a/app/src/main/java/c/i/a/c/a2/o.java +++ b/app/src/main/java/c/i/a/c/a2/o.java @@ -16,7 +16,7 @@ public final class o { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f752c; + public final int f754c; public final int d; public final int e; public final int f; @@ -43,7 +43,7 @@ public final class o { public o(int i, int i2, int i3, int i4, int i5, int i6, int i7, long j, @Nullable a aVar, @Nullable Metadata metadata) { this.a = i; this.b = i2; - this.f752c = i3; + this.f754c = i3; this.d = i4; this.e = i5; this.f = h(i5); @@ -60,7 +60,7 @@ public final class o { vVar.k(i * 8); this.a = vVar.g(16); this.b = vVar.g(16); - this.f752c = vVar.g(24); + this.f754c = vVar.g(24); this.d = vVar.g(24); int g = vVar.g(20); this.e = g; @@ -84,7 +84,7 @@ public final class o { String str = list.get(i); String[] H = f0.H(str, "="); if (H.length != 2) { - c.d.b.a.a.h0("Failed to parse Vorbis comment: ", str, "FlacStreamMetadata"); + c.d.b.a.a.g0("Failed to parse Vorbis comment: ", str, "FlacStreamMetadata"); } else { arrayList.add(new VorbisComment(H[0], H[1])); } @@ -142,7 +142,7 @@ public final class o { } public o b(@Nullable a aVar) { - return new o(this.a, this.b, this.f752c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); + return new o(this.a, this.b, this.f754c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); } public long d() { @@ -163,8 +163,8 @@ public final class o { Format.b bVar = new Format.b(); bVar.k = "audio/flac"; bVar.l = i; - bVar.f2212x = this.g; - bVar.f2213y = this.e; + bVar.f2215x = this.g; + bVar.f2216y = this.e; bVar.m = Collections.singletonList(bArr); bVar.i = f; return bVar.a(); diff --git a/app/src/main/java/c/i/a/c/a2/p.java b/app/src/main/java/c/i/a/c/a2/p.java index 4539bfd3bd..5f6c4a99ea 100644 --- a/app/src/main/java/c/i/a/c/a2/p.java +++ b/app/src/main/java/c/i/a/c/a2/p.java @@ -12,7 +12,7 @@ public final class p { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f753c = -1; + public int f755c = -1; public final boolean a(String str) { Matcher matcher = a.matcher(str); @@ -28,7 +28,7 @@ public final class p { return false; } this.b = parseInt; - this.f753c = parseInt2; + this.f755c = parseInt2; return true; } catch (NumberFormatException unused) { return false; diff --git a/app/src/main/java/c/i/a/c/a2/r.java b/app/src/main/java/c/i/a/c/a2/r.java index b477e02eed..6251134502 100644 --- a/app/src/main/java/c/i/a/c/a2/r.java +++ b/app/src/main/java/c/i/a/c/a2/r.java @@ -9,7 +9,7 @@ public final class r implements t { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f754c; + public final long f756c; public final boolean d; public r(long[] jArr, long[] jArr2, long j) { @@ -29,7 +29,7 @@ public final class r implements t { System.arraycopy(jArr, 0, jArr3, 1, length); System.arraycopy(jArr2, 0, jArr4, 1, length); } - this.f754c = j; + this.f756c = j; } @Override // c.i.a.c.a2.t @@ -56,6 +56,6 @@ public final class r implements t { @Override // c.i.a.c.a2.t public long i() { - return this.f754c; + return this.f756c; } } diff --git a/app/src/main/java/c/i/a/c/a2/t.java b/app/src/main/java/c/i/a/c/a2/t.java index 707b3e7888..6f3fcac449 100644 --- a/app/src/main/java/c/i/a/c/a2/t.java +++ b/app/src/main/java/c/i/a/c/a2/t.java @@ -36,16 +36,16 @@ public interface t { public String toString() { String str; - StringBuilder L = c.d.b.a.a.L("["); - L.append(this.a); + StringBuilder K = c.d.b.a.a.K("["); + K.append(this.a); if (this.a.equals(this.b)) { str = ""; } else { - StringBuilder L2 = c.d.b.a.a.L(", "); - L2.append(this.b); - str = L2.toString(); + StringBuilder K2 = c.d.b.a.a.K(", "); + K2.append(this.b); + str = K2.toString(); } - return c.d.b.a.a.D(L, str, "]"); + return c.d.b.a.a.C(K, str, "]"); } } diff --git a/app/src/main/java/c/i/a/c/a2/u.java b/app/src/main/java/c/i/a/c/a2/u.java index 3d9a92022d..c5e6743ec1 100644 --- a/app/src/main/java/c/i/a/c/a2/u.java +++ b/app/src/main/java/c/i/a/c/a2/u.java @@ -8,11 +8,11 @@ public final class u { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f755c; + public final long f757c; public u(long j, long j2) { this.b = j; - this.f755c = j2; + this.f757c = j2; } public boolean equals(@Nullable Object obj) { @@ -23,17 +23,17 @@ public final class u { return false; } u uVar = (u) obj; - return this.b == uVar.b && this.f755c == uVar.f755c; + return this.b == uVar.b && this.f757c == uVar.f757c; } public int hashCode() { - return (((int) this.b) * 31) + ((int) this.f755c); + return (((int) this.b) * 31) + ((int) this.f757c); } public String toString() { - StringBuilder L = a.L("[timeUs="); - L.append(this.b); - L.append(", position="); - return a.z(L, this.f755c, "]"); + StringBuilder K = a.K("[timeUs="); + K.append(this.b); + K.append(", position="); + return a.y(K, this.f757c, "]"); } } diff --git a/app/src/main/java/c/i/a/c/a2/w.java b/app/src/main/java/c/i/a/c/a2/w.java index 4a7e8b9854..c315832cf2 100644 --- a/app/src/main/java/c/i/a/c/a2/w.java +++ b/app/src/main/java/c/i/a/c/a2/w.java @@ -14,13 +14,13 @@ public interface w { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final int f756c; + public final int f758c; public final int d; public a(int i, byte[] bArr, int i2, int i3) { this.a = i; this.b = bArr; - this.f756c = i2; + this.f758c = i2; this.d = i3; } @@ -32,11 +32,11 @@ public interface w { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f756c == aVar.f756c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); + return this.a == aVar.a && this.f758c == aVar.f758c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); } public int hashCode() { - return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f756c) * 31) + this.d; + return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f758c) * 31) + this.d; } } diff --git a/app/src/main/java/c/i/a/c/a2/x.java b/app/src/main/java/c/i/a/c/a2/x.java index 00264df79e..41375927d7 100644 --- a/app/src/main/java/c/i/a/c/a2/x.java +++ b/app/src/main/java/c/i/a/c/a2/x.java @@ -7,7 +7,7 @@ public final class x { public final int b; /* renamed from: c reason: collision with root package name */ - public int f757c; + public int f759c; public int d; public x(byte[] bArr) { @@ -16,13 +16,13 @@ public final class x { } public boolean a() { - boolean z2 = (((this.a[this.f757c] & 255) >> this.d) & 1) == 1; + boolean z2 = (((this.a[this.f759c] & 255) >> this.d) & 1) == 1; c(1); return z2; } public int b(int i) { - int i2 = this.f757c; + int i2 = this.f759c; int min = Math.min(i, 8 - this.d); int i3 = i2 + 1; int i4 = ((this.a[i2] & 255) >> this.d) & (255 >> (8 - min)); @@ -39,16 +39,16 @@ public final class x { public void c(int i) { int i2; int i3 = i / 8; - int i4 = this.f757c + i3; - this.f757c = i4; + int i4 = this.f759c + i3; + this.f759c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; boolean z2 = true; if (i5 > 7) { - this.f757c = i4 + 1; + this.f759c = i4 + 1; this.d = i5 - 8; } - int i6 = this.f757c; + int i6 = this.f759c; if (i6 < 0 || (i6 >= (i2 = this.b) && !(i6 == i2 && this.d == 0))) { z2 = false; } diff --git a/app/src/main/java/c/i/a/c/b.java b/app/src/main/java/c/i/a/c/b.java index 80a068b2d2..3ae391c08c 100644 --- a/app/src/main/java/c/i/a/c/b.java +++ b/app/src/main/java/c/i/a/c/b.java @@ -38,7 +38,7 @@ public final /* synthetic */ class b implements Runnable { e0Var.b(-1); e0Var.a(); } else if (i != 1) { - a.f0("Unknown focus change type: ", i, "AudioFocusManager"); + a.d0("Unknown focus change type: ", i, "AudioFocusManager"); } else { e0Var.c(1); e0Var.b(1); diff --git a/app/src/main/java/c/i/a/c/b1.java b/app/src/main/java/c/i/a/c/b1.java index 845c63845e..9c2f36556e 100644 --- a/app/src/main/java/c/i/a/c/b1.java +++ b/app/src/main/java/c/i/a/c/b1.java @@ -32,7 +32,7 @@ public final class b1 { public final IdentityHashMap b = new IdentityHashMap<>(); /* renamed from: c reason: collision with root package name */ - public final Map f758c = new HashMap(); + public final Map f760c = new HashMap(); public final d d; public final z.a e; public final q.a f; @@ -110,9 +110,9 @@ public final class b1 { c cVar = this.i; int i2 = 0; while (true) { - if (i2 >= cVar.f760c.size()) { + if (i2 >= cVar.f762c.size()) { break; - } else if (cVar.f760c.get(i2).d == aVar.d) { + } else if (cVar.f762c.get(i2).d == aVar.d) { aVar2 = aVar.b(Pair.create(cVar.b, aVar.a)); break; } else { @@ -171,12 +171,12 @@ public final class b1 { public final y.b b; /* renamed from: c reason: collision with root package name */ - public final z f759c; + public final z f761c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f759c = zVar; + this.f761c = zVar; } } @@ -186,7 +186,7 @@ public final class b1 { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final List f760c = new ArrayList(); + public final List f762c = new ArrayList(); public int d; public boolean e; @@ -218,8 +218,8 @@ public final class b1 { this.g = new HashMap<>(); this.h = new HashSet(); if (c1Var != null) { - aVar.f808c.add(new z.a.C0087a(handler, c1Var)); - aVar2.f1014c.add(new q.a.C0095a(handler, c1Var)); + aVar.f810c.add(new z.a.C0087a(handler, c1Var)); + aVar2.f1016c.add(new q.a.C0095a(handler, c1Var)); } } @@ -233,15 +233,15 @@ public final class b1 { t.a aVar = cVar2.a.n; cVar.d = aVar.p() + cVar2.d; cVar.e = false; - cVar.f760c.clear(); + cVar.f762c.clear(); } else { cVar.d = 0; cVar.e = false; - cVar.f760c.clear(); + cVar.f762c.clear(); } b(i2, cVar.a.n.p()); this.a.add(i2, cVar); - this.f758c.put(cVar.b, cVar); + this.f760c.put(cVar.b, cVar); if (this.j) { g(cVar); if (this.b.isEmpty()) { @@ -282,7 +282,7 @@ public final class b1 { Iterator it = this.h.iterator(); while (it.hasNext()) { c next = it.next(); - if (next.f760c.isEmpty()) { + if (next.f762c.isEmpty()) { b bVar = this.g.get(next); if (bVar != null) { bVar.a.d(bVar.b); @@ -297,11 +297,11 @@ public final class b1 { } public final void f(c cVar) { - if (cVar.e && cVar.f760c.isEmpty()) { + if (cVar.e && cVar.f762c.isEmpty()) { b remove = this.g.remove(cVar); Objects.requireNonNull(remove); remove.a.a(remove.b); - remove.a.c(remove.f759c); + remove.a.c(remove.f761c); this.h.remove(cVar); } } @@ -313,13 +313,13 @@ public final class b1 { this.g.put(cVar, new b(tVar, zVar, aVar)); Handler handler = new Handler(f0.o(), null); Objects.requireNonNull(tVar); - z.a aVar2 = tVar.f797c; + z.a aVar2 = tVar.f799c; Objects.requireNonNull(aVar2); - aVar2.f808c.add(new z.a.C0087a(handler, aVar)); + aVar2.f810c.add(new z.a.C0087a(handler, aVar)); Handler handler2 = new Handler(f0.o(), null); q.a aVar3 = tVar.d; Objects.requireNonNull(aVar3); - aVar3.f1014c.add(new q.a.C0095a(handler2, aVar)); + aVar3.f1016c.add(new q.a.C0095a(handler2, aVar)); tVar.k(zVar, this.k); } @@ -327,7 +327,7 @@ public final class b1 { c remove = this.b.remove(vVar); Objects.requireNonNull(remove); remove.a.i(vVar); - remove.f760c.remove(((s) vVar).i); + remove.f762c.remove(((s) vVar).i); if (!this.b.isEmpty()) { d(); } @@ -337,7 +337,7 @@ public final class b1 { public final void i(int i, int i2) { for (int i3 = i2 - 1; i3 >= i; i3--) { c remove = this.a.remove(i3); - this.f758c.remove(remove.b); + this.f760c.remove(remove.b); b(i3, -remove.a.n.p()); remove.e = true; if (this.j) { diff --git a/app/src/main/java/c/i/a/c/b2/l.java b/app/src/main/java/c/i/a/c/b2/l.java index 9228fda8da..76b4f45d59 100644 --- a/app/src/main/java/c/i/a/c/b2/l.java +++ b/app/src/main/java/c/i/a/c/b2/l.java @@ -23,7 +23,7 @@ public final class l implements r { public final o b; /* renamed from: c reason: collision with root package name */ - public final n f761c; + public final n f763c; public final boolean d; public boolean e; public int f = 0; @@ -31,7 +31,7 @@ public final class l implements r { public l(MediaCodec mediaCodec, HandlerThread handlerThread, HandlerThread handlerThread2, boolean z2, boolean z3, a aVar) { this.a = mediaCodec; this.b = new o(handlerThread); - this.f761c = new n(mediaCodec, handlerThread2, z2); + this.f763c = new n(mediaCodec, handlerThread2, z2); this.d = z3; } @@ -51,12 +51,12 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void a(int i, int i2, b bVar, long j, int i3) { - n nVar = this.f761c; + n nVar = this.f763c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f763c = 0; + e.f765c = 0; e.e = j; e.f = i3; MediaCodec.CryptoInfo cryptoInfo = e.d; @@ -69,7 +69,7 @@ public final class l implements r { byte[] b2 = n.b(bVar.a, cryptoInfo.iv); Objects.requireNonNull(b2); cryptoInfo.iv = b2; - cryptoInfo.mode = bVar.f1005c; + cryptoInfo.mode = bVar.f1007c; if (f0.a >= 24) { cryptoInfo.setPattern(new MediaCodec.CryptoInfo.Pattern(bVar.g, bVar.h)); } @@ -93,7 +93,7 @@ public final class l implements r { MediaCodec.CodecException codecException = oVar.j; if (codecException == null) { c.i.a.c.i2.n nVar = oVar.d; - if (!(nVar.f903c == 0)) { + if (!(nVar.f905c == 0)) { i = nVar.b(); } } else { @@ -113,11 +113,11 @@ public final class l implements r { public void configure(@Nullable MediaFormat mediaFormat, @Nullable Surface surface, @Nullable MediaCrypto mediaCrypto, int i) { o oVar = this.b; MediaCodec mediaCodec = this.a; - AnimatableValueParser.D(oVar.f764c == null); + AnimatableValueParser.D(oVar.f766c == null); oVar.b.start(); Handler handler = new Handler(oVar.b.getLooper()); mediaCodec.setCallback(oVar, handler); - oVar.f764c = handler; + oVar.f766c = handler; this.a.configure(mediaFormat, surface, mediaCrypto, i); this.f = 1; } @@ -134,7 +134,7 @@ public final class l implements r { MediaCodec.CodecException codecException = oVar.j; if (codecException == null) { c.i.a.c.i2.n nVar = oVar.e; - if (!(nVar.f903c == 0)) { + if (!(nVar.f905c == 0)) { i = nVar.b(); if (i >= 0) { AnimatableValueParser.H(oVar.h); @@ -171,7 +171,7 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void flush() { - this.f761c.d(); + this.f763c.d(); this.a.flush(); o oVar = this.b; MediaCodec mediaCodec = this.a; @@ -179,7 +179,7 @@ public final class l implements r { j jVar = new j(mediaCodec); synchronized (oVar.a) { oVar.k++; - Handler handler = oVar.f764c; + Handler handler = oVar.f766c; int i = f0.a; handler.post(new d(oVar, jVar)); } @@ -219,7 +219,7 @@ public final class l implements r { public final void k() { if (this.d) { try { - this.f761c.a(); + this.f763c.a(); } catch (InterruptedException e) { Thread.currentThread().interrupt(); throw new IllegalStateException(e); @@ -229,12 +229,12 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void queueInputBuffer(int i, int i2, int i3, long j, int i4) { - n nVar = this.f761c; + n nVar = this.f763c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f763c = i3; + e.f765c = i3; e.e = j; e.f = i4; Handler handler = nVar.e; @@ -247,7 +247,7 @@ public final class l implements r { boolean z2 = true; try { if (this.f == 2) { - n nVar = this.f761c; + n nVar = this.f763c; if (nVar.i) { nVar.d(); nVar.d.quit(); @@ -285,7 +285,7 @@ public final class l implements r { @Override // c.i.a.c.b2.r public void start() { - n nVar = this.f761c; + n nVar = this.f763c; if (!nVar.i) { nVar.d.start(); nVar.e = new m(nVar, nVar.d.getLooper()); diff --git a/app/src/main/java/c/i/a/c/b2/m.java b/app/src/main/java/c/i/a/c/b2/m.java index 8bb6ad6d5d..9e8631ad65 100644 --- a/app/src/main/java/c/i/a/c/b2/m.java +++ b/app/src/main/java/c/i/a/c/b2/m.java @@ -26,7 +26,7 @@ public class m extends Handler { if (i == 0) { aVar = (n.a) message.obj; try { - nVar.f762c.queueInputBuffer(aVar.a, aVar.b, aVar.f763c, aVar.e, aVar.f); + nVar.f764c.queueInputBuffer(aVar.a, aVar.b, aVar.f765c, aVar.e, aVar.f); } catch (RuntimeException e) { nVar.f.set(e); } @@ -47,10 +47,10 @@ public class m extends Handler { try { if (nVar.h) { synchronized (n.b) { - nVar.f762c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f764c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } else { - nVar.f762c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f764c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } catch (RuntimeException e2) { nVar.f.set(e2); diff --git a/app/src/main/java/c/i/a/c/b2/n.java b/app/src/main/java/c/i/a/c/b2/n.java index 4ed4db9ad2..10114ea134 100644 --- a/app/src/main/java/c/i/a/c/b2/n.java +++ b/app/src/main/java/c/i/a/c/b2/n.java @@ -19,7 +19,7 @@ public class n { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final MediaCodec f762c; + public final MediaCodec f764c; public final HandlerThread d; public Handler e; public final AtomicReference f = new AtomicReference<>(); @@ -33,7 +33,7 @@ public class n { public int b; /* renamed from: c reason: collision with root package name */ - public int f763c; + public int f765c; public final MediaCodec.CryptoInfo d = new MediaCodec.CryptoInfo(); public long e; public int f; @@ -44,12 +44,12 @@ public class n { */ public n(MediaCodec mediaCodec, HandlerThread handlerThread, boolean z2) { j jVar = new j(); - this.f762c = mediaCodec; + this.f764c = mediaCodec; this.d = handlerThread; this.g = jVar; boolean z3 = false; if (!z2) { - String K = f0.K(f0.f901c); + String K = f0.K(f0.f903c); } z3 = true; this.h = z3; diff --git a/app/src/main/java/c/i/a/c/b2/o.java b/app/src/main/java/c/i/a/c/b2/o.java index cf940574ff..ebc9f39355 100644 --- a/app/src/main/java/c/i/a/c/b2/o.java +++ b/app/src/main/java/c/i/a/c/b2/o.java @@ -17,7 +17,7 @@ public final class o extends MediaCodec.Callback { public final HandlerThread b; /* renamed from: c reason: collision with root package name */ - public Handler f764c; + public Handler f766c; @GuardedBy("lock") public final n d; @GuardedBy("lock") @@ -59,11 +59,11 @@ public final class o extends MediaCodec.Callback { n nVar = this.d; nVar.a = 0; nVar.b = -1; - nVar.f903c = 0; + nVar.f905c = 0; n nVar2 = this.e; nVar2.a = 0; nVar2.b = -1; - nVar2.f903c = 0; + nVar2.f905c = 0; this.f.clear(); this.g.clear(); this.j = null; diff --git a/app/src/main/java/c/i/a/c/b2/p.java b/app/src/main/java/c/i/a/c/b2/p.java index 00d13beb72..fd958cafd5 100644 --- a/app/src/main/java/c/i/a/c/b2/p.java +++ b/app/src/main/java/c/i/a/c/b2/p.java @@ -9,7 +9,7 @@ public final class p extends DecoderInputBuffer { public int r; /* renamed from: s reason: collision with root package name */ - public int f765s = 32; + public int f767s = 32; public p() { super(2); @@ -32,7 +32,7 @@ public final class p extends DecoderInputBuffer { AnimatableValueParser.k(!decoderInputBuffer.l()); AnimatableValueParser.k(!decoderInputBuffer.n()); if (v()) { - if (this.r < this.f765s && decoderInputBuffer.m() == m()) { + if (this.r < this.f767s && decoderInputBuffer.m() == m()) { ByteBuffer byteBuffer = decoderInputBuffer.k; if (!(byteBuffer == null || (r3 = this.k) == null)) { } diff --git a/app/src/main/java/c/i/a/c/b2/q.java b/app/src/main/java/c/i/a/c/b2/q.java index e7edc6177b..4cbaeae52b 100644 --- a/app/src/main/java/c/i/a/c/b2/q.java +++ b/app/src/main/java/c/i/a/c/b2/q.java @@ -5,5 +5,5 @@ public final class q { public long b; /* renamed from: c reason: collision with root package name */ - public boolean f766c; + public boolean f768c; } 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 75463f51d1..8f20558735 100644 --- a/app/src/main/java/c/i/a/c/b2/s.java +++ b/app/src/main/java/c/i/a/c/b2/s.java @@ -19,7 +19,7 @@ public final class s { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f767c; + public final String f769c; @Nullable public final MediaCodecInfo.CodecCapabilities d; public final boolean e; @@ -31,7 +31,7 @@ public final class s { Objects.requireNonNull(str); this.a = str; this.b = str2; - this.f767c = str3; + this.f769c = str3; this.d = codecCapabilities; this.e = z5; this.f = z7; @@ -116,7 +116,7 @@ public final class s { if (format.B != format2.B) { i |= 1024; } - if (!this.e && !(format.f2208y == format2.f2208y && format.f2209z == format2.f2209z)) { + if (!this.e && !(format.f2211y == format2.f2211y && format.f2212z == format2.f2212z)) { i |= 512; } if (!f0.a(format.F, format2.F)) { @@ -188,11 +188,11 @@ public final class s { boolean z5 = false; if (!(str == null || this.b == null || (c2 = c.i.a.c.i2.s.c(str)) == null)) { if (!this.b.equals(c2)) { - StringBuilder L = a.L("codec.mime "); - L.append(format.q); - L.append(", "); - L.append(c2); - h(L.toString()); + StringBuilder K = a.K("codec.mime "); + K.append(format.q); + K.append(", "); + K.append(c2); + h(K.toString()); } else { Pair c3 = MediaCodecUtil.c(format); if (c3 != null) { @@ -213,11 +213,11 @@ public final class s { if (codecProfileLevel2.profile != intValue || codecProfileLevel2.level < intValue2) { } } - StringBuilder L2 = a.L("codec.profileLevel, "); - L2.append(format.q); - L2.append(", "); - L2.append(c2); - h(L2.toString()); + StringBuilder K2 = a.K("codec.profileLevel, "); + K2.append(format.q); + K2.append(", "); + K2.append(c2); + h(K2.toString()); } } } @@ -226,8 +226,8 @@ public final class s { return false; } if (this.g) { - int i4 = format.f2208y; - if (i4 <= 0 || (i = format.f2209z) <= 0) { + int i4 = format.f2211y; + if (i4 <= 0 || (i = format.f2212z) <= 0) { return true; } if (f0.a >= 21) { @@ -237,11 +237,11 @@ public final class s { z5 = true; } if (!z5) { - StringBuilder L3 = a.L("legacyFrameSize, "); - L3.append(format.f2208y); - L3.append("x"); - L3.append(format.f2209z); - h(L3.toString()); + StringBuilder K3 = a.K("legacyFrameSize, "); + K3.append(format.f2211y); + K3.append("x"); + K3.append(format.f2212z); + h(K3.toString()); } return z5; } @@ -336,35 +336,35 @@ public final class s { if (!b(videoCapabilities, i, i2, d)) { if (i < i2) { if ((!"OMX.MTK.VIDEO.DECODER.HEVC".equals(this.a) || !"mcv5a".equals(f0.b)) && b(videoCapabilities, i2, i, d)) { - StringBuilder N = a.N("sizeAndRate.rotated, ", i, "x", i2, "x"); - N.append(d); - StringBuilder Q = a.Q("AssumedSupport [", N.toString(), "] ["); - Q.append(this.a); - Q.append(", "); - Q.append(this.b); - Q.append("] ["); - Q.append(f0.e); - Q.append("]"); - Log.d("MediaCodecInfo", Q.toString()); + StringBuilder M = a.M("sizeAndRate.rotated, ", i, "x", i2, "x"); + M.append(d); + StringBuilder P = a.P("AssumedSupport [", M.toString(), "] ["); + P.append(this.a); + P.append(", "); + P.append(this.b); + P.append("] ["); + P.append(f0.e); + P.append("]"); + Log.d("MediaCodecInfo", P.toString()); } } - StringBuilder N2 = a.N("sizeAndRate.support, ", i, "x", i2, "x"); - N2.append(d); - h(N2.toString()); + StringBuilder M2 = a.M("sizeAndRate.support, ", i, "x", i2, "x"); + M2.append(d); + h(M2.toString()); return false; } return true; } public final void h(String str) { - StringBuilder Q = a.Q("NoSupport [", str, "] ["); - Q.append(this.a); - Q.append(", "); - Q.append(this.b); - Q.append("] ["); - Q.append(f0.e); - Q.append("]"); - Log.d("MediaCodecInfo", Q.toString()); + StringBuilder P = a.P("NoSupport [", str, "] ["); + P.append(this.a); + P.append(", "); + P.append(this.b); + P.append("] ["); + P.append(f0.e); + P.append("]"); + Log.d("MediaCodecInfo", P.toString()); } public String toString() { diff --git a/app/src/main/java/c/i/a/c/b2/u.java b/app/src/main/java/c/i/a/c/b2/u.java index 0f10b98934..ba2864b04a 100644 --- a/app/src/main/java/c/i/a/c/b2/u.java +++ b/app/src/main/java/c/i/a/c/b2/u.java @@ -19,7 +19,7 @@ public final class u implements r { @Nullable /* renamed from: c reason: collision with root package name */ - public ByteBuffer[] f768c; + public ByteBuffer[] f770c; /* compiled from: SynchronousMediaCodecAdapter */ public static final class b implements r.a { @@ -60,7 +60,7 @@ public final class u implements r { do { dequeueOutputBuffer = this.a.dequeueOutputBuffer(bufferInfo, 0); if (dequeueOutputBuffer == -3 && f0.a < 21) { - this.f768c = this.a.getOutputBuffers(); + this.f770c = this.a.getOutputBuffers(); continue; } } while (dequeueOutputBuffer == -3); @@ -103,7 +103,7 @@ public final class u implements r { @Override // c.i.a.c.b2.r @Nullable public ByteBuffer i(int i) { - return f0.a >= 21 ? this.a.getOutputBuffer(i) : this.f768c[i]; + return f0.a >= 21 ? this.a.getOutputBuffer(i) : this.f770c[i]; } @Override // c.i.a.c.b2.r @@ -114,7 +114,7 @@ public final class u implements r { @Override // c.i.a.c.b2.r public void release() { this.b = null; - this.f768c = null; + this.f770c = null; this.a.release(); } @@ -134,7 +134,7 @@ public final class u implements r { this.a.start(); if (f0.a < 21) { this.b = this.a.getInputBuffers(); - this.f768c = this.a.getOutputBuffers(); + this.f770c = this.a.getOutputBuffers(); } } } diff --git a/app/src/main/java/c/i/a/c/c0.java b/app/src/main/java/c/i/a/c/c0.java index a6accda36e..2dc3935dab 100644 --- a/app/src/main/java/c/i/a/c/c0.java +++ b/app/src/main/java/c/i/a/c/c0.java @@ -10,12 +10,12 @@ public abstract class c0 extends r1 { public final int b; /* renamed from: c reason: collision with root package name */ - public final h0 f769c; + public final h0 f771c; public final boolean d; public c0(boolean z2, h0 h0Var) { this.d = z2; - this.f769c = h0Var; + this.f771c = h0Var; this.b = h0Var.b(); } @@ -29,7 +29,7 @@ public abstract class c0 extends r1 { z2 = false; } if (z2) { - i = this.f769c.c(); + i = this.f771c.c(); } do { i1 i1Var = (i1) this; @@ -69,7 +69,7 @@ public abstract class c0 extends r1 { if (this.d) { z2 = false; } - int g = z2 ? this.f769c.g() : i - 1; + int g = z2 ? this.f771c.g() : i - 1; do { i1 i1Var = (i1) this; if (i1Var.i[g].q()) { @@ -121,7 +121,7 @@ public abstract class c0 extends r1 { int d = f0.d(i1Var.g, i + 1, false, false); int i2 = i1Var.h[d]; i1Var.i[d].g(i - i1Var.g[d], bVar, z2); - bVar.f949c += i2; + bVar.f951c += i2; if (z2) { Object obj = i1Var.j[d]; Object obj2 = bVar.b; @@ -141,7 +141,7 @@ public abstract class c0 extends r1 { int intValue = num == null ? -1 : num.intValue(); int i = i1Var.h[intValue]; i1Var.i[intValue].h(obj3, bVar); - bVar.f949c += i; + bVar.f951c += i; bVar.b = obj; return bVar; } @@ -195,10 +195,10 @@ public abstract class c0 extends r1 { int i3 = i1Var.g[d]; i1Var.i[d].o(i - i2, cVar, j); Object obj = i1Var.j[d]; - if (!r1.c.a.equals(cVar.f950c)) { - obj = Pair.create(obj, cVar.f950c); + if (!r1.c.a.equals(cVar.f952c)) { + obj = Pair.create(obj, cVar.f952c); } - cVar.f950c = obj; + cVar.f952c = obj; cVar.o += i3; cVar.p += i3; return cVar; @@ -206,7 +206,7 @@ public abstract class c0 extends r1 { public final int r(int i, boolean z2) { if (z2) { - return this.f769c.e(i); + return this.f771c.e(i); } if (i < this.b - 1) { return i + 1; @@ -216,7 +216,7 @@ public abstract class c0 extends r1 { public final int s(int i, boolean z2) { if (z2) { - return this.f769c.d(i); + return this.f771c.d(i); } if (i > 0) { return i - 1; diff --git a/app/src/main/java/c/i/a/c/c1.java b/app/src/main/java/c/i/a/c/c1.java index 780e5c6db8..cbb7788da0 100644 --- a/app/src/main/java/c/i/a/c/c1.java +++ b/app/src/main/java/c/i/a/c/c1.java @@ -17,7 +17,7 @@ public final class c1 { public final r1 b; /* renamed from: c reason: collision with root package name */ - public final y.a f770c; + public final y.a f772c; public final long d; public final int e; @Nullable @@ -36,11 +36,11 @@ public final class c1 { public volatile long r; /* renamed from: s reason: collision with root package name */ - public volatile long f771s; + public volatile long f773s; public c1(r1 r1Var, y.a aVar, long j, int i, @Nullable ExoPlaybackException exoPlaybackException, boolean z2, TrackGroupArray trackGroupArray, m mVar, List list, y.a aVar2, boolean z3, int i2, d1 d1Var, long j2, long j3, long j4, boolean z4, boolean z5) { this.b = r1Var; - this.f770c = aVar; + this.f772c = aVar; this.d = j; this.e = i; this.f = exoPlaybackException; @@ -54,7 +54,7 @@ public final class c1 { this.n = d1Var; this.q = j2; this.r = j3; - this.f771s = j4; + this.f773s = j4; this.o = z4; this.p = z5; } @@ -69,7 +69,7 @@ public final class c1 { @CheckResult public c1 a(y.a aVar) { - return new c1(this.b, this.f770c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, aVar, this.l, this.m, this.n, this.q, this.r, this.f771s, this.o, this.p); + return new c1(this.b, this.f772c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, aVar, this.l, this.m, this.n, this.q, this.r, this.f773s, this.o, this.p); } @CheckResult @@ -79,31 +79,31 @@ public final class c1 { @CheckResult public c1 c(boolean z2) { - return new c1(this.b, this.f770c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f771s, z2, this.p); + return new c1(this.b, this.f772c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f773s, z2, this.p); } @CheckResult public c1 d(boolean z2, int i) { - return new c1(this.b, this.f770c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, z2, i, this.n, this.q, this.r, this.f771s, this.o, this.p); + return new c1(this.b, this.f772c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, z2, i, this.n, this.q, this.r, this.f773s, this.o, this.p); } @CheckResult public c1 e(@Nullable ExoPlaybackException exoPlaybackException) { - return new c1(this.b, this.f770c, this.d, this.e, exoPlaybackException, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f771s, this.o, this.p); + return new c1(this.b, this.f772c, this.d, this.e, exoPlaybackException, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f773s, this.o, this.p); } @CheckResult public c1 f(d1 d1Var) { - return new c1(this.b, this.f770c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, d1Var, this.q, this.r, this.f771s, this.o, this.p); + return new c1(this.b, this.f772c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, d1Var, this.q, this.r, this.f773s, this.o, this.p); } @CheckResult public c1 g(int i) { - return new c1(this.b, this.f770c, this.d, i, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f771s, this.o, this.p); + return new c1(this.b, this.f772c, this.d, i, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f773s, this.o, this.p); } @CheckResult public c1 h(r1 r1Var) { - return new c1(r1Var, this.f770c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f771s, this.o, this.p); + return new c1(r1Var, this.f772c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f773s, this.o, this.p); } } diff --git a/app/src/main/java/c/i/a/c/c2/c.java b/app/src/main/java/c/i/a/c/c2/c.java index 3ee5876848..5e0a81f817 100644 --- a/app/src/main/java/c/i/a/c/c2/c.java +++ b/app/src/main/java/c/i/a/c/c2/c.java @@ -65,7 +65,7 @@ public interface c { return new c.i.a.c.c2.l.a(); } } - throw new IllegalArgumentException(c.d.b.a.a.t("Attempted to create decoder for unsupported MIME type: ", str)); + throw new IllegalArgumentException(c.d.b.a.a.s("Attempted to create decoder for unsupported MIME type: ", str)); } } 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 ae4c7f8e25..4a998ca7cf 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 @@ -29,13 +29,13 @@ public final class f extends g0 implements Handler.Callback { public final d w; /* renamed from: x reason: collision with root package name */ - public final Metadata[] f772x; + public final Metadata[] f774x; /* renamed from: y reason: collision with root package name */ - public final long[] f773y; + public final long[] f775y; /* renamed from: z reason: collision with root package name */ - public int f774z; + public int f776z; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public f(e eVar, @Nullable Looper looper) { @@ -53,22 +53,22 @@ public final class f extends g0 implements Handler.Callback { this.v = handler; this.t = cVar; this.w = new d(); - this.f772x = new Metadata[5]; - this.f773y = new long[5]; + this.f774x = new Metadata[5]; + this.f775y = new long[5]; } @Override // c.i.a.c.g0 public void B() { - Arrays.fill(this.f772x, (Object) null); - this.f774z = 0; + Arrays.fill(this.f774x, (Object) null); + this.f776z = 0; this.A = 0; this.B = null; } @Override // c.i.a.c.g0 public void D(long j, boolean z2) { - Arrays.fill(this.f772x, (Object) null); - this.f774z = 0; + Arrays.fill(this.f774x, (Object) null); + this.f776z = 0; this.A = 0; this.C = false; this.D = false; @@ -162,11 +162,11 @@ public final class f extends g0 implements Handler.Callback { J(a, arrayList); if (!arrayList.isEmpty()) { Metadata metadata = new Metadata(arrayList); - int i2 = this.f774z; + int i2 = this.f776z; int i3 = this.A; int i4 = (i2 + i3) % 5; - this.f772x[i4] = metadata; - this.f773y[i4] = this.w.m; + this.f774x[i4] = metadata; + this.f775y[i4] = this.w.m; this.A = i3 + 1; } } @@ -174,14 +174,14 @@ public final class f extends g0 implements Handler.Callback { } else if (I == -5) { Format format = A.b; Objects.requireNonNull(format); - this.E = format.f2207x; + this.E = format.f2210x; } } if (this.A > 0) { - long[] jArr = this.f773y; - int i5 = this.f774z; + long[] jArr = this.f775y; + int i5 = this.f776z; if (jArr[i5] <= j) { - Metadata metadata2 = this.f772x[i5]; + Metadata metadata2 = this.f774x[i5]; int i6 = f0.a; Handler handler = this.v; if (handler != null) { @@ -189,10 +189,10 @@ public final class f extends g0 implements Handler.Callback { } else { this.u.l(metadata2); } - Metadata[] metadataArr = this.f772x; - int i7 = this.f774z; + Metadata[] metadataArr = this.f774x; + int i7 = this.f776z; metadataArr[i7] = null; - this.f774z = (i7 + 1) % 5; + this.f776z = (i7 + 1) % 5; this.A--; } } diff --git a/app/src/main/java/c/i/a/c/c2/h/a.java b/app/src/main/java/c/i/a/c/c2/h/a.java index 5a5ec00407..a2b243116a 100644 --- a/app/src/main/java/c/i/a/c/c2/h/a.java +++ b/app/src/main/java/c/i/a/c/c2/h/a.java @@ -60,7 +60,7 @@ public final class a extends g { } vVar.k(d2 * 8); if (!(str == null || str2 == null)) { - arrayList.add(new AppInfoTable(g, c.d.b.a.a.t(str, str2))); + arrayList.add(new AppInfoTable(g, c.d.b.a.a.s(str, str2))); } } if (!arrayList.isEmpty()) { diff --git a/app/src/main/java/c/i/a/c/c2/i/a.java b/app/src/main/java/c/i/a/c/c2/i/a.java index 1eafe14063..a19e720324 100644 --- a/app/src/main/java/c/i/a/c/c2/i/a.java +++ b/app/src/main/java/c/i/a/c/c2/i/a.java @@ -17,6 +17,6 @@ public final class a extends g { Objects.requireNonNull(n); String n2 = wVar.n(); Objects.requireNonNull(n2); - return new Metadata(new EventMessage(n, n2, wVar.t(), wVar.t(), Arrays.copyOfRange(wVar.a, wVar.b, wVar.f910c))); + return new Metadata(new EventMessage(n, n2, wVar.t(), wVar.t(), Arrays.copyOfRange(wVar.a, wVar.b, wVar.f912c))); } } diff --git a/app/src/main/java/c/i/a/c/c2/j/a.java b/app/src/main/java/c/i/a/c/c2/j/a.java index b5adcc834c..e846f42ebc 100644 --- a/app/src/main/java/c/i/a/c/c2/j/a.java +++ b/app/src/main/java/c/i/a/c/c2/j/a.java @@ -14,10 +14,10 @@ import java.util.regex.Pattern; /* compiled from: IcyDecoder */ public final class a extends g { public static final Pattern a = Pattern.compile("(.+?)='(.*?)';", 32); - public final CharsetDecoder b = c.f1263c.newDecoder(); + public final CharsetDecoder b = c.f1265c.newDecoder(); /* renamed from: c reason: collision with root package name */ - public final CharsetDecoder f775c = c.b.newDecoder(); + public final CharsetDecoder f777c = c.b.newDecoder(); /* JADX INFO: finally extract failed */ @Override // c.i.a.c.c2.g @@ -28,15 +28,15 @@ public final class a extends g { str = this.b.decode(byteBuffer).toString(); } catch (CharacterCodingException unused) { try { - str = this.f775c.decode(byteBuffer).toString(); - this.f775c.reset(); + str = this.f777c.decode(byteBuffer).toString(); + this.f777c.reset(); byteBuffer.rewind(); } catch (CharacterCodingException unused2) { - this.f775c.reset(); + this.f777c.reset(); byteBuffer.rewind(); str = null; } catch (Throwable th) { - this.f775c.reset(); + this.f777c.reset(); byteBuffer.rewind(); throw th; } diff --git a/app/src/main/java/c/i/a/c/c2/k/b.java b/app/src/main/java/c/i/a/c/c2/k/b.java index aebcf4db29..65b2f77107 100644 --- a/app/src/main/java/c/i/a/c/c2/k/b.java +++ b/app/src/main/java/c/i/a/c/c2/k/b.java @@ -42,12 +42,12 @@ public final class b extends g { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f776c; + public final int f778c; public C0085b(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f776c = i2; + this.f778c = i2; } } @@ -73,22 +73,22 @@ public final class b extends g { System.arraycopy(wVar.a, wVar.b, bArr, 0, i4); wVar.b += i4; if (i2 == 2) { - StringBuilder L = c.d.b.a.a.L("image/"); - L.append(f0.K(new String(bArr, 0, 3, "ISO-8859-1"))); - str = L.toString(); + StringBuilder K = c.d.b.a.a.K("image/"); + K.append(f0.K(new String(bArr, 0, 3, "ISO-8859-1"))); + str = K.toString(); if ("image/jpg".equals(str)) { str = "image/jpeg"; } i3 = 2; } else { int w = w(bArr, 0); - String K = f0.K(new String(bArr, 0, w, "ISO-8859-1")); - if (K.indexOf(47) == -1) { + String K2 = f0.K(new String(bArr, 0, w, "ISO-8859-1")); + if (K2.indexOf(47) == -1) { i3 = w; - str = c.d.b.a.a.t("image/", K); + str = c.d.b.a.a.s("image/", K2); } else { i3 = w; - str = K; + str = K2; } } int i5 = i3 + 2; @@ -203,13 +203,13 @@ public final class b extends g { int i5 = v; int x2 = i >= 3 ? wVar.x() : 0; if (s2 == 0 && s3 == 0 && s4 == 0 && s5 == 0 && i5 == 0 && x2 == 0) { - wVar.D(wVar.f910c); + wVar.D(wVar.f912c); return null; } int i6 = wVar.b + i5; - if (i6 > wVar.f910c) { + if (i6 > wVar.f912c) { Log.w("Id3Decoder", "Frame size exceeds remaining tag data"); - wVar.D(wVar.f910c); + wVar.D(wVar.f912c); return null; } if (aVar != null) { @@ -332,7 +332,7 @@ public final class b extends g { int s2 = wVar.s(); int s3 = wVar.s(); v vVar = new v(); - vVar.j(wVar.a, wVar.f910c); + vVar.j(wVar.a, wVar.f912c); vVar.k(wVar.b * 8); int i2 = ((i - 10) * 8) / (s2 + s3); int[] iArr = new int[i2]; @@ -551,9 +551,9 @@ public final class b extends g { } else { int u = wVar.u(); if (u != 4801587) { - StringBuilder L = c.d.b.a.a.L("Unexpected first three bytes of ID3 tag header: 0x"); - L.append(String.format("%06X", Integer.valueOf(u))); - Log.w("Id3Decoder", L.toString()); + StringBuilder K = c.d.b.a.a.K("Unexpected first three bytes of ID3 tag header: 0x"); + K.append(String.format("%06X", Integer.valueOf(u))); + Log.w("Id3Decoder", K.toString()); } else { int s2 = wVar.s(); wVar.E(1); @@ -579,7 +579,7 @@ public final class b extends g { r -= 10; } } else { - c.d.b.a.a.f0("Skipped ID3 tag with unsupported majorVersion=", s2, "Id3Decoder"); + c.d.b.a.a.d0("Skipped ID3 tag with unsupported majorVersion=", s2, "Id3Decoder"); } bVar = new C0085b(s2, s2 < 4 && (s3 & 128) != 0, r); if (bVar != null) { @@ -589,16 +589,16 @@ public final class b extends g { if (bVar.a == 2) { i2 = 6; } - int i4 = bVar.f776c; + int i4 = bVar.f778c; if (bVar.b) { i4 = x(wVar, i4); } wVar.C(i3 + i4); if (!y(wVar, bVar.a, i2, false)) { if (bVar.a != 4 || !y(wVar, 4, i2, true)) { - StringBuilder L2 = c.d.b.a.a.L("Failed to validate ID3 tag with majorVersion="); - L2.append(bVar.a); - Log.w("Id3Decoder", L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Failed to validate ID3 tag with majorVersion="); + K2.append(bVar.a); + Log.w("Id3Decoder", K2.toString()); return null; } z2 = true; diff --git a/app/src/main/java/c/i/a/c/c2/l/a.java b/app/src/main/java/c/i/a/c/c2/l/a.java index e2d23ed75f..d2d77fd25a 100644 --- a/app/src/main/java/c/i/a/c/c2/l/a.java +++ b/app/src/main/java/c/i/a/c/c2/l/a.java @@ -21,7 +21,7 @@ public final class a extends g { public final v b = new v(); /* renamed from: c reason: collision with root package name */ - public e0 f777c; + public e0 f779c; @Override // c.i.a.c.c2.g public Metadata b(d dVar, ByteBuffer byteBuffer) { @@ -50,11 +50,11 @@ public final class a extends g { long j6; long j7; boolean z10; - e0 e0Var = this.f777c; + e0 e0Var = this.f779c; if (e0Var == null || dVar.q != e0Var.d()) { long j8 = dVar.m; e0 e0Var2 = new e0(j8); - this.f777c = e0Var2; + this.f779c = e0Var2; e0Var2.a(j8 - dVar.q); } byte[] array = byteBuffer.array(); @@ -142,7 +142,7 @@ public final class a extends g { entry = new SpliceScheduleCommand(arrayList2); } else if (g3 == 5) { w wVar2 = this.a; - e0 e0Var3 = this.f777c; + e0 e0Var3 = this.f779c; long t3 = wVar2.t(); boolean z15 = (wVar2.s() & 128) != 0; List emptyList = Collections.emptyList(); @@ -198,7 +198,7 @@ public final class a extends g { entry = new SpliceInsertCommand(t3, z15, z9, z8, z7, j6, e0Var3.b(j6), list, z6, j5, i7, i6, i5); } else if (g3 == 6) { w wVar3 = this.a; - e0 e0Var4 = this.f777c; + e0 e0Var4 = this.f779c; long a3 = TimeSignalCommand.a(wVar3, g); entry = new TimeSignalCommand(a3, e0Var4.b(a3)); } diff --git a/app/src/main/java/c/i/a/c/d0.java b/app/src/main/java/c/i/a/c/d0.java index 7bdc707a45..278dbf635e 100644 --- a/app/src/main/java/c/i/a/c/d0.java +++ b/app/src/main/java/c/i/a/c/d0.java @@ -11,7 +11,7 @@ public final class d0 { public final a b; /* renamed from: c reason: collision with root package name */ - public boolean f778c; + public boolean f780c; /* compiled from: AudioBecomingNoisyManager */ public final class a extends BroadcastReceiver implements Runnable { @@ -32,7 +32,7 @@ public final class d0 { @Override // java.lang.Runnable public void run() { - if (d0.this.f778c) { + if (d0.this.f780c) { p1.this.Y(false, -1, 3); } } @@ -48,12 +48,12 @@ public final class d0 { } public void a(boolean z2) { - if (z2 && !this.f778c) { + if (z2 && !this.f780c) { this.a.registerReceiver(this.b, new IntentFilter("android.media.AUDIO_BECOMING_NOISY")); - this.f778c = true; - } else if (!z2 && this.f778c) { + this.f780c = true; + } else if (!z2 && this.f780c) { this.a.unregisterReceiver(this.b); - this.f778c = false; + this.f780c = false; } } } diff --git a/app/src/main/java/c/i/a/c/d1.java b/app/src/main/java/c/i/a/c/d1.java index 87c9e2d6c2..7e50491776 100644 --- a/app/src/main/java/c/i/a/c/d1.java +++ b/app/src/main/java/c/i/a/c/d1.java @@ -9,7 +9,7 @@ public final class d1 { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f779c; + public final float f781c; public final int d; public d1(float f, float f2) { @@ -17,7 +17,7 @@ public final class d1 { AnimatableValueParser.k(f > 0.0f); AnimatableValueParser.k(f2 <= 0.0f ? false : z2); this.b = f; - this.f779c = f2; + this.f781c = f2; this.d = Math.round(f * 1000.0f); } @@ -29,14 +29,14 @@ public final class d1 { return false; } d1 d1Var = (d1) obj; - return this.b == d1Var.b && this.f779c == d1Var.f779c; + return this.b == d1Var.b && this.f781c == d1Var.f781c; } public int hashCode() { - return Float.floatToRawIntBits(this.f779c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); + return Float.floatToRawIntBits(this.f781c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); } public String toString() { - return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f779c)); + return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f781c)); } } diff --git a/app/src/main/java/c/i/a/c/d2/a.java b/app/src/main/java/c/i/a/c/d2/a.java index e2d57eb346..0e80c0c0e0 100644 --- a/app/src/main/java/c/i/a/c/d2/a.java +++ b/app/src/main/java/c/i/a/c/d2/a.java @@ -44,14 +44,14 @@ public final /* synthetic */ class a implements y.b { t.a aVar5 = tVar.n; aVar3 = new t.a(r1Var, aVar5.d, aVar5.e); } else { - aVar3 = new t.a(r1Var, r1.c.a, t.a.f805c); + aVar3 = new t.a(r1Var, r1.c.a, t.a.f807c); } tVar.n = aVar3; } else { r1Var.n(0, tVar.l); r1.c cVar = tVar.l; long j2 = cVar.q; - Object obj2 = cVar.f950c; + Object obj2 = cVar.f952c; s sVar3 = tVar.o; if (sVar3 != null) { long j3 = sVar3.j; @@ -74,7 +74,7 @@ public final /* synthetic */ class a implements y.b { tVar.u(longValue); y.a aVar7 = sVar.i; Object obj4 = aVar7.a; - if (tVar.n.e != null && obj4.equals(t.a.f805c)) { + if (tVar.n.e != null && obj4.equals(t.a.f807c)) { obj4 = tVar.n.e; } aVar = aVar7.b(obj4); diff --git a/app/src/main/java/c/i/a/c/d2/b0.java b/app/src/main/java/c/i/a/c/d2/b0.java index e9763b28df..079863938f 100644 --- a/app/src/main/java/c/i/a/c/d2/b0.java +++ b/app/src/main/java/c/i/a/c/d2/b0.java @@ -89,20 +89,20 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f780s; + public final String f782s; public final long t; public final Loader u = new Loader("Loader:ProgressiveMediaPeriod"); public final k v; public final c.i.a.c.i2.j w; /* renamed from: x reason: collision with root package name */ - public final Runnable f781x; + public final Runnable f783x; /* renamed from: y reason: collision with root package name */ - public final Runnable f782y; + public final Runnable f784y; /* renamed from: z reason: collision with root package name */ - public final Handler f783z; + public final Handler f785z; /* compiled from: ProgressiveMediaPeriod */ public final class a implements Loader.e, q.a { @@ -110,7 +110,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final Uri b; /* renamed from: c reason: collision with root package name */ - public final c.i.a.c.h2.v f784c; + public final c.i.a.c.h2.v f786c; public final k d; public final j e; public final c.i.a.c.i2.j f; @@ -126,7 +126,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public a(Uri uri, c.i.a.c.h2.j jVar, k kVar, j jVar2, c.i.a.c.i2.j jVar3) { this.b = uri; - this.f784c = new c.i.a.c.h2.v(jVar); + this.f786c = new c.i.a.c.h2.v(jVar); this.d = kVar; this.e = jVar2; this.f = jVar3; @@ -135,7 +135,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final l a(long j) { Collections.emptyMap(); Uri uri = this.b; - String str = b0.this.f780s; + String str = b0.this.f782s; Map map = b0.i; AnimatableValueParser.I(uri, "The uri must be set."); return new l(uri, 0, 1, null, map, j, -1, str, 6, null); @@ -150,13 +150,13 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { long j = this.g.a; l a = a(j); this.k = a; - long a2 = this.f784c.a(a); + long a2 = this.f786c.a(a); this.l = a2; if (a2 != -1) { this.l = a2 + j; } - b0.this.B = IcyHeaders.a(this.f784c.j()); - c.i.a.c.h2.v vVar = this.f784c; + b0.this.B = IcyHeaders.a(this.f786c.j()); + c.i.a.c.h2.v vVar = this.f786c; IcyHeaders icyHeaders = b0.this.B; if (icyHeaders == null || (i = icyHeaders.n) == -1) { fVar = vVar; @@ -167,11 +167,11 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { ((e0) B).e(b0.j); } long j2 = j; - this.d.b(fVar, this.b, this.f784c.j(), j, this.l, this.e); + this.d.b(fVar, this.b, this.f786c.j(), j, this.l, this.e); if (b0.this.B != null) { h hVar = this.d.b; if (hVar instanceof c.i.a.c.a2.g0.f) { - ((c.i.a.c.a2.g0.f) hVar).f679s = true; + ((c.i.a.c.a2.g0.f) hVar).f681s = true; } } if (this.i) { @@ -195,14 +195,14 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { c.i.a.c.a2.s sVar = this.g; h hVar3 = kVar2.b; Objects.requireNonNull(hVar3); - i iVar = kVar2.f800c; + i iVar = kVar2.f802c; Objects.requireNonNull(iVar); i2 = hVar3.e(iVar, sVar); j2 = this.d.a(); if (j2 > b0.this.t + j2) { this.f.a(); b0 b0Var = b0.this; - b0Var.f783z.post(b0Var.f782y); + b0Var.f785z.post(b0Var.f784y); } } catch (InterruptedException unused) { throw new InterruptedIOException(); @@ -214,7 +214,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } else if (this.d.a() != -1) { this.g.a = this.d.a(); } - c.i.a.c.h2.v vVar2 = this.f784c; + c.i.a.c.h2.v vVar2 = this.f786c; if (vVar2 != null) { try { vVar2.a.close(); @@ -225,7 +225,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (!(i2 == 1 || this.d.a() == -1)) { this.g.a = this.d.a(); } - c.i.a.c.h2.v vVar3 = this.f784c; + c.i.a.c.h2.v vVar3 = this.f786c; int i3 = f0.a; if (vVar3 != null) { try { @@ -276,7 +276,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { i = -5; if (!e0Var.m()) { if (!z3) { - if (!e0Var.f791x) { + if (!e0Var.f793x) { Format format = e0Var.B; if (format != null && (z2 || format != e0Var.g)) { e0Var.p(format, s0Var); @@ -300,7 +300,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } aVar2.a = e0Var.l[k]; aVar2.b = e0Var.k[k]; - aVar2.f794c = e0Var.o[k]; + aVar2.f796c = e0Var.o[k]; i = -4; } } @@ -311,7 +311,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { d0 d0Var2 = e0Var.a; e0.a aVar3 = e0Var.b; d0.a aVar4 = d0Var2.e; - c.i.a.c.i2.w wVar = d0Var2.f787c; + c.i.a.c.i2.w wVar = d0Var2.f789c; if (decoderInputBuffer.t()) { long j2 = aVar3.b; wVar.z(1); @@ -362,21 +362,21 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { iArr[0] = 0; iArr2[0] = aVar3.a - ((int) (j4 - aVar3.b)); } - w.a aVar5 = aVar3.f794c; + w.a aVar5 = aVar3.f796c; int i10 = f0.a; byte[] bArr2 = aVar5.b; byte[] bArr3 = bVar.a; i2 = i5; int i11 = aVar5.a; i3 = i; - int i12 = aVar5.f756c; + int i12 = aVar5.f758c; int i13 = aVar5.d; bVar.f = i4; bVar.d = iArr; bVar.e = iArr2; bVar.b = bArr2; bVar.a = bArr3; - bVar.f1005c = i11; + bVar.f1007c = i11; bVar.g = i12; bVar.h = i13; d0Var = d0Var2; @@ -538,14 +538,14 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { public final boolean[] b; /* renamed from: c reason: collision with root package name */ - public final boolean[] f785c; + public final boolean[] f787c; public final boolean[] d; public e(TrackGroupArray trackGroupArray, boolean[] zArr) { this.a = trackGroupArray; this.b = zArr; int i = trackGroupArray.j; - this.f785c = new boolean[i]; + this.f787c = new boolean[i]; this.d = new boolean[i]; } } @@ -569,13 +569,13 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { this.o = aVar2; this.q = bVar; this.r = mVar; - this.f780s = str; + this.f782s = str; this.t = (long) i2; this.v = new k(lVar); this.w = new c.i.a.c.i2.j(); - this.f781x = new g(this); - this.f782y = new i(this); - this.f783z = f0.j(); + this.f783x = new g(this); + this.f784y = new i(this); + this.f785z = f0.j(); this.D = new d[0]; this.C = new e0[0]; this.R = -9223372036854775807L; @@ -613,7 +613,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } } m mVar = this.r; - Looper looper = this.f783z.getLooper(); + Looper looper = this.f785z.getLooper(); s sVar = this.m; q.a aVar = this.p; Objects.requireNonNull(looper); @@ -640,7 +640,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (j2 == -9223372036854775807L || this.R <= j2) { t tVar = this.I; Objects.requireNonNull(tVar); - long j3 = tVar.h(this.R).a.f755c; + long j3 = tVar.h(this.R).a.f757c; long j4 = this.R; aVar.g.a = j3; aVar.j = j4; @@ -676,15 +676,15 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Override // c.i.a.c.a2.j public void a(t tVar) { - this.f783z.post(new h(this, tVar)); + this.f785z.post(new h(this, tVar)); } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [com.google.android.exoplayer2.upstream.Loader$e, long, long, boolean] */ @Override // com.google.android.exoplayer2.upstream.Loader.b public void b(a aVar, long j2, long j3, boolean z2) { a aVar2 = aVar; - c.i.a.c.h2.v vVar = aVar2.f784c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f888c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f786c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f890c, vVar.d, j2, j3, vVar.b); Objects.requireNonNull(this.n); z.a aVar3 = this.o; aVar3.c(rVar, new u(1, -1, null, 0, null, aVar3.a(aVar2.j), aVar3.a(this.J))); @@ -723,8 +723,8 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { this.J = j4; ((c0) this.q).t(j4, c2, this.K); } - c.i.a.c.h2.v vVar = aVar2.f784c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f888c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f786c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f890c, vVar.d, j2, j3, vVar.b); Objects.requireNonNull(this.n); z.a aVar3 = this.o; aVar3.d(rVar, new u(1, -1, null, 0, null, aVar3.a(aVar2.j), aVar3.a(this.J))); @@ -833,7 +833,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { t.a h = this.I.h(j2); long j3 = h.a.b; long j4 = h.b.b; - long j5 = o1Var.f933c; + long j5 = o1Var.f935c; if (j5 == 0 && o1Var.d == 0) { return j2; } @@ -870,7 +870,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { @Override // c.i.a.c.a2.j public void j() { this.E = true; - this.f783z.post(this.f781x); + this.f785z.post(this.f783x); } @Override // c.i.a.c.d2.v @@ -897,7 +897,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { t(); e eVar = this.H; TrackGroupArray trackGroupArray = eVar.a; - boolean[] zArr3 = eVar.f785c; + boolean[] zArr3 = eVar.f787c; int i2 = this.O; for (int i3 = 0; i3 < gVarArr.length; i3++) { if (f0VarArr[i3] != null && (gVarArr[i3] == null || !zArr[i3])) { @@ -971,8 +971,8 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (this.P == -1) { this.P = aVar2.l; } - c.i.a.c.h2.v vVar = aVar2.f784c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f888c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f786c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f890c, vVar.d, j2, j3, vVar.b); h0.b(aVar2.j); h0.b(this.J); r rVar2 = (r) this.n; @@ -1043,7 +1043,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { if (zArr[i2]) { e0 e0Var = this.C[i2]; synchronized (e0Var) { - z2 = e0Var.f791x; + z2 = e0Var.f793x; } if (!z2) { e0 e0Var2 = this.C[i2]; @@ -1071,7 +1071,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { int i2; t(); if (!w()) { - boolean[] zArr = this.H.f785c; + boolean[] zArr = this.H.f787c; int length = this.C.length; for (int i3 = 0; i3 < length; i3++) { e0 e0Var = this.C[i3]; @@ -1082,7 +1082,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { j3 = -1; if (i4 != 0) { long[] jArr = e0Var.n; - int i5 = e0Var.f790s; + int i5 = e0Var.f792s; if (j2 >= jArr[i5]) { int i6 = e0Var.i(i5, (!z3 || (i2 = e0Var.t) == i4) ? i4 : i2 + 1, j2, z2); if (i6 != -1) { 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 ece6db9329..488a41a08a 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 @@ -53,7 +53,7 @@ public final class c0 extends j implements b0.b { public l b; /* renamed from: c reason: collision with root package name */ - public t f786c = new p(); + public t f788c = new p(); public u d = new r(); public int e = 1048576; @@ -104,9 +104,9 @@ public final class c0 extends j implements b0.b { if (dVar != null) { dVar.a(true); } - loader.f2280c.execute(new Loader.g(b0Var)); - loader.f2280c.shutdown(); - b0Var.f783z.removeCallbacksAndMessages(null); + loader.f2283c.execute(new Loader.g(b0Var)); + loader.f2283c.shutdown(); + b0Var.f785z.removeCallbacksAndMessages(null); b0Var.A = null; b0Var.V = true; } @@ -118,7 +118,7 @@ public final class c0 extends j implements b0.b { if (xVar != null) { a2.d(xVar); } - return new b0(this.h.a, a2, this.j, this.k, this.d.g(0, aVar), this.l, this.f797c.g(0, aVar, 0), this, mVar, this.h.f, this.m); + return new b0(this.h.a, a2, this.j, this.k, this.d.g(0, aVar), this.l, this.f799c.g(0, aVar, 0), this, mVar, this.h.f, this.m); } @Override // c.i.a.c.d2.j diff --git a/app/src/main/java/c/i/a/c/d2/d0.java b/app/src/main/java/c/i/a/c/d2/d0.java index a82da90e3e..234d134443 100644 --- a/app/src/main/java/c/i/a/c/d2/d0.java +++ b/app/src/main/java/c/i/a/c/d2/d0.java @@ -12,7 +12,7 @@ public class d0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f787c = new w(32); + public final w f789c = new w(32); public a d; public a e; public a f; @@ -24,7 +24,7 @@ public class d0 { public final long b; /* renamed from: c reason: collision with root package name */ - public boolean f788c; + public boolean f790c; @Nullable public c d; @Nullable @@ -91,7 +91,7 @@ public class d0 { m mVar = this.a; c cVar = aVar.d; synchronized (mVar) { - c[] cVarArr = mVar.f881c; + c[] cVarArr = mVar.f883c; cVarArr[0] = cVar; mVar.a(cVarArr); } @@ -122,7 +122,7 @@ public class d0 { public final int c(int i) { c cVar; a aVar = this.f; - if (!aVar.f788c) { + if (!aVar.f790c) { m mVar = this.a; synchronized (mVar) { mVar.e++; @@ -141,7 +141,7 @@ public class d0 { a aVar2 = new a(this.f.b, this.b); aVar.d = cVar; aVar.e = aVar2; - aVar.f788c = true; + aVar.f790c = true; } return Math.min(i, (int) (this.f.b - this.g)); } diff --git a/app/src/main/java/c/i/a/c/d2/e0.java b/app/src/main/java/c/i/a/c/d2/e0.java index a9962b5d60..4a13b837e6 100644 --- a/app/src/main/java/c/i/a/c/d2/e0.java +++ b/app/src/main/java/c/i/a/c/d2/e0.java @@ -36,7 +36,7 @@ public class e0 implements w { @Nullable /* renamed from: c reason: collision with root package name */ - public final s f789c; + public final s f791c; @Nullable public final q.a d; @Nullable @@ -59,20 +59,20 @@ public class e0 implements w { public int r; /* renamed from: s reason: collision with root package name */ - public int f790s; + public int f792s; public int t; public long u = Long.MIN_VALUE; public long v = Long.MIN_VALUE; public long w = Long.MIN_VALUE; /* renamed from: x reason: collision with root package name */ - public boolean f791x; + public boolean f793x; /* renamed from: y reason: collision with root package name */ - public boolean f792y = true; + public boolean f794y = true; /* renamed from: z reason: collision with root package name */ - public boolean f793z = true; + public boolean f795z = true; /* compiled from: SampleQueue */ public static final class a { @@ -81,7 +81,7 @@ public class e0 implements w { @Nullable /* renamed from: c reason: collision with root package name */ - public w.a f794c; + public w.a f796c; } /* compiled from: SampleQueue */ @@ -90,7 +90,7 @@ public class e0 implements w { public e0(m mVar, @Nullable Looper looper, @Nullable s sVar, @Nullable q.a aVar) { this.e = looper; - this.f789c = sVar; + this.f791c = sVar; this.d = aVar; this.a = new d0(mVar); } @@ -125,9 +125,9 @@ public class e0 implements w { public void d(long j, int i, int i2, int i3, @Nullable w.a aVar) { int i4 = i & 1; boolean z2 = i4 != 0; - if (this.f792y) { + if (this.f794y) { if (z2) { - this.f792y = false; + this.f794y = false; } else { return; } @@ -137,9 +137,9 @@ public class e0 implements w { if (j2 >= this.u) { if (i4 == 0) { if (!this.E) { - StringBuilder L = c.d.b.a.a.L("Overriding unexpected non-sync sample for format: "); - L.append(this.B); - Log.w("SampleQueue", L.toString()); + StringBuilder K = c.d.b.a.a.K("Overriding unexpected non-sync sample for format: "); + K.append(this.B); + Log.w("SampleQueue", K.toString()); this.E = true; } i |= 1; @@ -155,7 +155,7 @@ public class e0 implements w { int k = k(i5 - 1); AnimatableValueParser.k(this.k[k] + ((long) this.l[k]) <= j3); } - this.f791x = (536870912 & i) != 0; + this.f793x = (536870912 & i) != 0; this.w = Math.max(this.w, j2); int k2 = k(this.q); this.n[k2] = j2; @@ -181,16 +181,16 @@ public class e0 implements w { int[] iArr3 = new int[i8]; w.a[] aVarArr = new w.a[i8]; Format[] formatArr2 = new Format[i8]; - int i9 = this.f790s; + int i9 = this.f792s; int i10 = i7 - i9; System.arraycopy(jArr, i9, jArr2, 0, i10); - System.arraycopy(this.n, this.f790s, jArr3, 0, i10); - System.arraycopy(this.m, this.f790s, iArr2, 0, i10); - System.arraycopy(this.l, this.f790s, iArr3, 0, i10); - System.arraycopy(this.o, this.f790s, aVarArr, 0, i10); - System.arraycopy(this.p, this.f790s, formatArr2, 0, i10); - System.arraycopy(this.j, this.f790s, iArr, 0, i10); - int i11 = this.f790s; + System.arraycopy(this.n, this.f792s, jArr3, 0, i10); + System.arraycopy(this.m, this.f792s, iArr2, 0, i10); + System.arraycopy(this.l, this.f792s, iArr3, 0, i10); + System.arraycopy(this.o, this.f792s, aVarArr, 0, i10); + System.arraycopy(this.p, this.f792s, formatArr2, 0, i10); + System.arraycopy(this.j, this.f792s, iArr, 0, i10); + int i11 = this.f792s; System.arraycopy(this.k, 0, jArr2, i10, i11); System.arraycopy(this.n, 0, jArr3, i10, i11); System.arraycopy(this.m, 0, iArr2, i10, i11); @@ -205,7 +205,7 @@ public class e0 implements w { this.o = aVarArr; this.p = formatArr2; this.j = iArr; - this.f790s = 0; + this.f792s = 0; this.i = i8; } } @@ -217,7 +217,7 @@ public class e0 implements w { this.A = format; synchronized (this) { z2 = false; - this.f793z = false; + this.f795z = false; if (!f0.a(format, this.B)) { if (f0.a(format, this.C)) { this.B = this.C; @@ -233,7 +233,7 @@ public class e0 implements w { b bVar = this.f; if (bVar != null && z2) { b0 b0Var = (b0) bVar; - b0Var.f783z.post(b0Var.f781x); + b0Var.f785z.post(b0Var.f783x); } } @@ -255,11 +255,11 @@ public class e0 implements w { int i2 = this.q - i; this.q = i2; this.r += i; - int i3 = this.f790s + i; - this.f790s = i3; + int i3 = this.f792s + i; + this.f792s = i3; int i4 = this.i; if (i3 >= i4) { - this.f790s = i3 - i4; + this.f792s = i3 - i4; } int i5 = this.t - i; this.t = i5; @@ -267,9 +267,9 @@ public class e0 implements w { this.t = 0; } if (i2 != 0) { - return this.k[this.f790s]; + return this.k[this.f792s]; } - int i6 = this.f790s; + int i6 = this.f792s; if (i6 != 0) { i4 = i6; } @@ -328,14 +328,14 @@ public class e0 implements w { } public final int k(int i) { - int i2 = this.f790s + i; + int i2 = this.f792s + i; int i3 = this.i; return i2 < i3 ? i2 : i2 - i3; } @Nullable public final synchronized Format l() { - return this.f793z ? null : this.B; + return this.f795z ? null : this.B; } public final boolean m() { @@ -347,7 +347,7 @@ public class e0 implements w { Format format; boolean z3 = true; if (!m()) { - if (!z2 && !this.f791x && ((format = this.B) == null || format == this.g)) { + if (!z2 && !this.f793x && ((format = this.B) == null || format == this.g)) { z3 = false; } return z3; @@ -371,7 +371,7 @@ public class e0 implements w { DrmInitData drmInitData = z2 ? null : format3.w; this.g = format; DrmInitData drmInitData2 = format.w; - s sVar = this.f789c; + s sVar = this.f791c; if (sVar != null) { Class c2 = sVar.c(format); Format.b a2 = format.a(); @@ -382,10 +382,10 @@ public class e0 implements w { } s0Var.b = format2; s0Var.a = this.h; - if (this.f789c != null) { + if (this.f791c != null) { if (z2 || !f0.a(drmInitData, drmInitData2)) { DrmSession drmSession = this.h; - s sVar2 = this.f789c; + s sVar2 = this.f791c; Looper looper = this.e; Objects.requireNonNull(looper); DrmSession b2 = sVar2.b(looper, this.d, format); @@ -402,9 +402,9 @@ public class e0 implements w { public void q(boolean z2) { d0 d0Var = this.a; d0.a aVar = d0Var.d; - if (aVar.f788c) { + if (aVar.f790c) { d0.a aVar2 = d0Var.f; - int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f788c ? 1 : 0); + int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f790c ? 1 : 0); c[] cVarArr = new c[i]; int i2 = 0; while (i2 < i) { @@ -425,18 +425,18 @@ public class e0 implements w { d0Var.a.c(); this.q = 0; this.r = 0; - this.f790s = 0; + this.f792s = 0; this.t = 0; - this.f792y = true; + this.f794y = true; this.u = Long.MIN_VALUE; this.v = Long.MIN_VALUE; this.w = Long.MIN_VALUE; - this.f791x = false; + this.f793x = false; this.C = null; if (z2) { this.A = null; this.B = null; - this.f793z = true; + this.f795z = true; } } diff --git a/app/src/main/java/c/i/a/c/d2/h0.java b/app/src/main/java/c/i/a/c/d2/h0.java index a00280fa73..57725737ad 100644 --- a/app/src/main/java/c/i/a/c/d2/h0.java +++ b/app/src/main/java/c/i/a/c/d2/h0.java @@ -11,7 +11,7 @@ public interface h0 { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f795c; + public final int[] f797c; /* JADX WARNING: Illegal instructions before constructor call */ public a(int i, Random random) { @@ -30,9 +30,9 @@ public interface h0 { public a(int[] iArr, Random random) { this.b = iArr; this.a = random; - this.f795c = new int[iArr.length]; + this.f797c = new int[iArr.length]; for (int i = 0; i < iArr.length; i++) { - this.f795c[iArr[i]] = i; + this.f797c[iArr[i]] = i; } } @@ -72,7 +72,7 @@ public interface h0 { @Override // c.i.a.c.d2.h0 public int d(int i) { - int i2 = this.f795c[i] - 1; + int i2 = this.f797c[i] - 1; if (i2 >= 0) { return this.b[i2]; } @@ -81,7 +81,7 @@ public interface h0 { @Override // c.i.a.c.d2.h0 public int e(int i) { - int i2 = this.f795c[i] + 1; + int i2 = this.f797c[i] + 1; int[] iArr = this.b; if (i2 < iArr.length) { return iArr[i2]; diff --git a/app/src/main/java/c/i/a/c/d2/i0.java b/app/src/main/java/c/i/a/c/d2/i0.java index 61df6c851c..d010ae170e 100644 --- a/app/src/main/java/c/i/a/c/d2/i0.java +++ b/app/src/main/java/c/i/a/c/d2/i0.java @@ -12,7 +12,7 @@ public final class i0 extends r1 { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final long f796c; + public final long f798c; public final long d; public final boolean e; @Nullable @@ -28,8 +28,8 @@ public final class i0 extends r1 { } public i0(long j, boolean z2, boolean z3, boolean z4, @Nullable Object obj, v0 v0Var) { - v0.f fVar = z4 ? v0Var.f974c : null; - this.f796c = j; + v0.f fVar = z4 ? v0Var.f976c : null; + this.f798c = j; this.d = j; this.e = z2; Objects.requireNonNull(v0Var); @@ -46,12 +46,12 @@ public final class i0 extends r1 { public r1.b g(int i, r1.b bVar, boolean z2) { AnimatableValueParser.t(i, 0, 1); Object obj = z2 ? b : null; - long j = this.f796c; + long j = this.f798c; Objects.requireNonNull(bVar); a aVar = a.a; bVar.a = null; bVar.b = obj; - bVar.f949c = 0; + bVar.f951c = 0; bVar.d = j; bVar.e = 0; bVar.f = aVar; diff --git a/app/src/main/java/c/i/a/c/d2/j.java b/app/src/main/java/c/i/a/c/d2/j.java index 0692c2d488..f1517a20c7 100644 --- a/app/src/main/java/c/i/a/c/d2/j.java +++ b/app/src/main/java/c/i/a/c/d2/j.java @@ -19,7 +19,7 @@ public abstract class j implements y { public final HashSet b = new HashSet<>(1); /* renamed from: c reason: collision with root package name */ - public final z.a f797c = new z.a(); + public final z.a f799c = new z.a(); public final q.a d = new q.a(); @Nullable public Looper e; @@ -41,19 +41,19 @@ public abstract class j implements y { @Override // c.i.a.c.d2.y public final void b(Handler handler, z zVar) { - z.a aVar = this.f797c; + z.a aVar = this.f799c; Objects.requireNonNull(aVar); - aVar.f808c.add(new z.a.C0087a(handler, zVar)); + aVar.f810c.add(new z.a.C0087a(handler, zVar)); } @Override // c.i.a.c.d2.y public final void c(z zVar) { - z.a aVar = this.f797c; - Iterator it = aVar.f808c.iterator(); + z.a aVar = this.f799c; + Iterator it = aVar.f810c.iterator(); while (it.hasNext()) { z.a.C0087a next = it.next(); if (next.b == zVar) { - aVar.f808c.remove(next); + aVar.f810c.remove(next); } } } @@ -71,7 +71,7 @@ public abstract class j implements y { public final void f(Handler handler, q qVar) { q.a aVar = this.d; Objects.requireNonNull(aVar); - aVar.f1014c.add(new q.a.C0095a(handler, qVar)); + aVar.f1016c.add(new q.a.C0095a(handler, qVar)); } @Override // c.i.a.c.d2.y diff --git a/app/src/main/java/c/i/a/c/d2/j0/a.java b/app/src/main/java/c/i/a/c/d2/j0/a.java index a631393f5d..4034e3d1c6 100644 --- a/app/src/main/java/c/i/a/c/d2/j0/a.java +++ b/app/src/main/java/c/i/a/c/d2/j0/a.java @@ -12,7 +12,7 @@ public final class a { public final Object b = null; /* renamed from: c reason: collision with root package name */ - public final int f798c; + public final int f800c; public final long[] d; public final C0086a[] e; public final long f; @@ -25,7 +25,7 @@ public final class a { public final Uri[] b = new Uri[0]; /* renamed from: c reason: collision with root package name */ - public final int[] f799c = new int[0]; + public final int[] f801c = new int[0]; public final long[] d = new long[0]; public C0086a() { @@ -35,7 +35,7 @@ public final class a { public int a(int i) { int i2 = i + 1; while (true) { - int[] iArr = this.f799c; + int[] iArr = this.f801c; if (i2 >= iArr.length || iArr[i2] == 0 || iArr[i2] == 1) { break; } @@ -56,11 +56,11 @@ public final class a { return false; } C0086a aVar = (C0086a) obj; - return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f799c, aVar.f799c) && Arrays.equals(this.d, aVar.d); + return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f801c, aVar.f801c) && Arrays.equals(this.d, aVar.d); } public int hashCode() { - int hashCode = Arrays.hashCode(this.f799c); + int hashCode = Arrays.hashCode(this.f801c); return Arrays.hashCode(this.d) + ((hashCode + (((this.a * 31) + Arrays.hashCode(this.b)) * 31)) * 31); } } @@ -70,9 +70,9 @@ public final class a { this.f = j; this.g = j2; int length = jArr.length; - this.f798c = length; + this.f800c = length; C0086a[] aVarArr2 = new C0086a[length]; - for (int i = 0; i < this.f798c; i++) { + for (int i = 0; i < this.f800c; i++) { aVarArr2[i] = new C0086a(); } this.e = aVarArr2; @@ -86,55 +86,55 @@ public final class a { return false; } a aVar = (a) obj; - return f0.a(this.b, aVar.b) && this.f798c == aVar.f798c && this.f == aVar.f && this.g == aVar.g && Arrays.equals(this.d, aVar.d) && Arrays.equals(this.e, aVar.e); + return f0.a(this.b, aVar.b) && this.f800c == aVar.f800c && this.f == aVar.f && this.g == aVar.g && Arrays.equals(this.d, aVar.d) && Arrays.equals(this.e, aVar.e); } public int hashCode() { - int i = this.f798c * 31; + int i = this.f800c * 31; Object obj = this.b; int hashCode = obj == null ? 0 : obj.hashCode(); return Arrays.hashCode(this.e) + ((Arrays.hashCode(this.d) + ((((((i + hashCode) * 31) + ((int) this.f)) * 31) + ((int) this.g)) * 31)) * 31); } public String toString() { - StringBuilder L = c.d.b.a.a.L("AdPlaybackState(adsId="); - L.append(this.b); - L.append(", adResumePositionUs="); - L.append(this.f); - L.append(", adGroups=["); + StringBuilder K = c.d.b.a.a.K("AdPlaybackState(adsId="); + K.append(this.b); + K.append(", adResumePositionUs="); + K.append(this.f); + K.append(", adGroups=["); for (int i = 0; i < this.e.length; i++) { - L.append("adGroup(timeUs="); - L.append(this.d[i]); - L.append(", ads=["); - for (int i2 = 0; i2 < this.e[i].f799c.length; i2++) { - L.append("ad(state="); - int i3 = this.e[i].f799c[i2]; + K.append("adGroup(timeUs="); + K.append(this.d[i]); + K.append(", ads=["); + for (int i2 = 0; i2 < this.e[i].f801c.length; i2++) { + K.append("ad(state="); + int i3 = this.e[i].f801c[i2]; if (i3 == 0) { - L.append('_'); + K.append('_'); } else if (i3 == 1) { - L.append('R'); + K.append('R'); } else if (i3 == 2) { - L.append('S'); + K.append('S'); } else if (i3 == 3) { - L.append('P'); + K.append('P'); } else if (i3 != 4) { - L.append('?'); + K.append('?'); } else { - L.append('!'); + K.append('!'); } - L.append(", durationUs="); - L.append(this.e[i].d[i2]); - L.append(')'); - if (i2 < this.e[i].f799c.length - 1) { - L.append(", "); + K.append(", durationUs="); + K.append(this.e[i].d[i2]); + K.append(')'); + if (i2 < this.e[i].f801c.length - 1) { + K.append(", "); } } - L.append("])"); + K.append("])"); if (i < this.e.length - 1) { - L.append(", "); + K.append(", "); } } - L.append("])"); - return L.toString(); + K.append("])"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/c/d2/k.java b/app/src/main/java/c/i/a/c/d2/k.java index c14e40e6d7..77f3f2acb8 100644 --- a/app/src/main/java/c/i/a/c/d2/k.java +++ b/app/src/main/java/c/i/a/c/d2/k.java @@ -25,14 +25,14 @@ public final class k { @Nullable /* renamed from: c reason: collision with root package name */ - public i f800c; + public i f802c; public k(l lVar) { this.a = lVar; } public long a() { - i iVar = this.f800c; + i iVar = this.f802c; if (iVar != null) { return iVar.getPosition(); } @@ -50,7 +50,7 @@ public final class k { */ public void b(f fVar, Uri uri, Map> map, long j, long j2, j jVar) throws IOException { e eVar = new e(fVar, j, j2); - this.f800c = eVar; + this.f802c = eVar; if (this.b == null) { h[] b = this.a.b(uri, map); boolean z2 = true; @@ -90,7 +90,7 @@ public final class k { } } if (this.b == null) { - StringBuilder L = a.L("None of the available extractors ("); + StringBuilder K = a.K("None of the available extractors ("); int i2 = f0.a; StringBuilder sb = new StringBuilder(); for (int i3 = 0; i3 < b.length; i3++) { @@ -99,9 +99,9 @@ public final class k { sb.append(", "); } } - L.append(sb.toString()); - L.append(") could read the stream."); - String sb2 = L.toString(); + K.append(sb.toString()); + K.append(") could read the stream."); + String sb2 = K.toString(); Objects.requireNonNull(uri); throw new UnrecognizedInputFormatException(sb2, uri); } diff --git a/app/src/main/java/c/i/a/c/d2/l.java b/app/src/main/java/c/i/a/c/d2/l.java index a521f225f5..1d682958a7 100644 --- a/app/src/main/java/c/i/a/c/d2/l.java +++ b/app/src/main/java/c/i/a/c/d2/l.java @@ -179,11 +179,11 @@ public final class l implements v, v.a { if (j == j2) { return j2; } - long i = f0.i(o1Var.f933c, 0, j - j2); + long i = f0.i(o1Var.f935c, 0, j - j2); long j3 = o1Var.d; long j4 = this.n; long i2 = f0.i(j3, 0, j4 == Long.MIN_VALUE ? Long.MAX_VALUE : j4 - j); - if (!(i == o1Var.f933c && i2 == o1Var.d)) { + if (!(i == o1Var.f935c && i2 == o1Var.d)) { o1Var = new o1(i, i2); } return this.i.i(j, o1Var); diff --git a/app/src/main/java/c/i/a/c/d2/m.java b/app/src/main/java/c/i/a/c/d2/m.java index a105ec0513..9887aea8b3 100644 --- a/app/src/main/java/c/i/a/c/d2/m.java +++ b/app/src/main/java/c/i/a/c/d2/m.java @@ -28,7 +28,7 @@ public abstract class m extends j { public q.a k; public a(T t) { - this.j = m.this.f797c.g(0, null, 0); + this.j = m.this.f799c.g(0, null, 0); this.k = m.this.d.g(0, null); this.i = t; } @@ -85,7 +85,7 @@ public abstract class m extends j { Object obj = aVar.a; Object obj2 = tVar.n.e; if (obj2 != null && obj2.equals(obj)) { - obj = t.a.f805c; + obj = t.a.f807c; } aVar2 = aVar.b(obj); } else { @@ -94,13 +94,13 @@ public abstract class m extends j { Objects.requireNonNull(m.this); z.a aVar3 = this.j; if (aVar3.a != i || !f0.a(aVar3.b, aVar2)) { - this.j = m.this.f797c.g(i, aVar2, 0); + this.j = m.this.f799c.g(i, aVar2, 0); } q.a aVar4 = this.k; if (aVar4.a == i && f0.a(aVar4.b, aVar2)) { return true; } - this.k = new q.a(m.this.d.f1014c, i, aVar2); + this.k = new q.a(m.this.d.f1016c, i, aVar2); return true; } @@ -111,7 +111,7 @@ public abstract class m extends j { m mVar2 = m.this; long j2 = uVar.g; Objects.requireNonNull(mVar2); - return (j == uVar.f && j2 == uVar.g) ? uVar : new u(uVar.a, uVar.b, uVar.f806c, uVar.d, uVar.e, j, j2); + return (j == uVar.f && j2 == uVar.g) ? uVar : new u(uVar.a, uVar.b, uVar.f808c, uVar.d, uVar.e, j, j2); } @Override // c.i.a.c.d2.z @@ -145,12 +145,12 @@ public abstract class m extends j { public final y.b b; /* renamed from: c reason: collision with root package name */ - public final z f802c; + public final z f804c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f802c = zVar; + this.f804c = zVar; } } diff --git a/app/src/main/java/c/i/a/c/d2/q.java b/app/src/main/java/c/i/a/c/d2/q.java index 0f4a4aeae6..f7f797b986 100644 --- a/app/src/main/java/c/i/a/c/d2/q.java +++ b/app/src/main/java/c/i/a/c/d2/q.java @@ -18,7 +18,7 @@ public final class q implements j { public final int b; /* renamed from: c reason: collision with root package name */ - public final a f803c; + public final a f805c; public final byte[] d; public int e; @@ -30,7 +30,7 @@ public final class q implements j { AnimatableValueParser.k(i > 0); this.a = jVar; this.b = i; - this.f803c = aVar; + this.f805c = aVar; this.d = new byte[1]; this.e = i; } @@ -85,7 +85,7 @@ public final class q implements j { i3 = i6; } if (i3 > 0) { - a aVar = this.f803c; + a aVar = this.f805c; w wVar = new w(bArr2, i3); b0.a aVar2 = (b0.a) aVar; if (!aVar2.n) { diff --git a/app/src/main/java/c/i/a/c/d2/r.java b/app/src/main/java/c/i/a/c/d2/r.java index 5d422e446c..8685d49504 100644 --- a/app/src/main/java/c/i/a/c/d2/r.java +++ b/app/src/main/java/c/i/a/c/d2/r.java @@ -12,16 +12,16 @@ public final class r { public final Map> b; /* renamed from: c reason: collision with root package name */ - public final long f804c; + public final long f806c; public r(long j, l lVar, long j2) { Uri uri = lVar.a; this.b = Collections.emptyMap(); - this.f804c = 0; + this.f806c = 0; } public r(long j, l lVar, Uri uri, Map> map, long j2, long j3, long j4) { this.b = map; - this.f804c = j3; + this.f806c = j3; } } diff --git a/app/src/main/java/c/i/a/c/d2/t.java b/app/src/main/java/c/i/a/c/d2/t.java index da5d99b68e..8dd9eef114 100644 --- a/app/src/main/java/c/i/a/c/d2/t.java +++ b/app/src/main/java/c/i/a/c/d2/t.java @@ -28,7 +28,7 @@ public final class t extends m { public static final class a extends p { /* renamed from: c reason: collision with root package name */ - public static final Object f805c = new Object(); + public static final Object f807c = new Object(); @Nullable public final Object d; @Nullable @@ -44,7 +44,7 @@ public final class t extends m { public int b(Object obj) { Object obj2; r1 r1Var = this.b; - if (f805c.equals(obj) && (obj2 = this.e) != null) { + if (f807c.equals(obj) && (obj2 = this.e) != null) { obj = obj2; } return r1Var.b(obj); @@ -54,7 +54,7 @@ public final class t extends m { public r1.b g(int i, r1.b bVar, boolean z2) { this.b.g(i, bVar, z2); if (f0.a(bVar.b, this.e) && z2) { - bVar.b = f805c; + bVar.b = f807c; } return bVar; } @@ -62,14 +62,14 @@ public final class t extends m { @Override // c.i.a.c.d2.p, c.i.a.c.r1 public Object m(int i) { Object m = this.b.m(i); - return f0.a(m, this.e) ? f805c : m; + return f0.a(m, this.e) ? f807c : m; } @Override // c.i.a.c.r1 public r1.c o(int i, r1.c cVar, long j) { this.b.o(i, cVar, j); - if (f0.a(cVar.f950c, this.d)) { - cVar.f950c = r1.c.a; + if (f0.a(cVar.f952c, this.d)) { + cVar.f952c = r1.c.a; } return cVar; } @@ -86,7 +86,7 @@ public final class t extends m { @Override // c.i.a.c.r1 public int b(Object obj) { - return obj == a.f805c ? 0 : -1; + return obj == a.f807c ? 0 : -1; } @Override // c.i.a.c.r1 @@ -94,13 +94,13 @@ public final class t extends m { Object obj = null; int i2 = z2 ? 0 : null; if (z2) { - obj = a.f805c; + obj = a.f807c; } Objects.requireNonNull(bVar); c.i.a.c.d2.j0.a aVar = c.i.a.c.d2.j0.a.a; bVar.a = i2; bVar.b = obj; - bVar.f949c = 0; + bVar.f951c = 0; bVar.d = -9223372036854775807L; bVar.e = 0; bVar.f = aVar; @@ -114,7 +114,7 @@ public final class t extends m { @Override // c.i.a.c.r1 public Object m(int i) { - return a.f805c; + return a.f807c; } @Override // c.i.a.c.r1 @@ -141,7 +141,7 @@ public final class t extends m { this.r = true; return; } - this.n = new a(new b(yVar.e()), r1.c.a, a.f805c); + this.n = new a(new b(yVar.e()), r1.c.a, a.f807c); } @Override // c.i.a.c.d2.y @@ -182,7 +182,7 @@ public final class t extends m { this.p = false; for (m.b bVar : this.g.values()) { bVar.a.a(bVar.b); - bVar.a.c(bVar.f802c); + bVar.a.c(bVar.f804c); } this.g.clear(); } @@ -195,7 +195,7 @@ public final class t extends m { sVar.l = yVar; if (this.q) { Object obj = aVar.a; - if (this.n.e != null && obj.equals(a.f805c)) { + if (this.n.e != null && obj.equals(a.f807c)) { obj = this.n.e; } sVar.d(aVar.b(obj)); diff --git a/app/src/main/java/c/i/a/c/d2/u.java b/app/src/main/java/c/i/a/c/d2/u.java index b3e0ff03bf..b24f78a614 100644 --- a/app/src/main/java/c/i/a/c/d2/u.java +++ b/app/src/main/java/c/i/a/c/d2/u.java @@ -9,7 +9,7 @@ public final class u { @Nullable /* renamed from: c reason: collision with root package name */ - public final Format f806c; + public final Format f808c; public final int d; @Nullable public final Object e; @@ -19,7 +19,7 @@ public final class u { public u(int i, int i2, @Nullable Format format, int i3, @Nullable Object obj, long j, long j2) { this.a = i; this.b = i2; - this.f806c = format; + this.f808c = format; this.d = i3; this.e = obj; this.f = j; diff --git a/app/src/main/java/c/i/a/c/d2/w.java b/app/src/main/java/c/i/a/c/d2/w.java index 5aaa1612b9..c4b69291e6 100644 --- a/app/src/main/java/c/i/a/c/d2/w.java +++ b/app/src/main/java/c/i/a/c/d2/w.java @@ -7,14 +7,14 @@ public class w { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f807c; + public final int f809c; public final long d; public final int e; public w(w wVar) { this.a = wVar.a; this.b = wVar.b; - this.f807c = wVar.f807c; + this.f809c = wVar.f809c; this.d = wVar.d; this.e = wVar.e; } @@ -22,7 +22,7 @@ public class w { public w(Object obj) { this.a = obj; this.b = -1; - this.f807c = -1; + this.f809c = -1; this.d = -1; this.e = -1; } @@ -30,7 +30,7 @@ public class w { public w(Object obj, int i, int i2, long j) { this.a = obj; this.b = i; - this.f807c = i2; + this.f809c = i2; this.d = j; this.e = -1; } @@ -38,7 +38,7 @@ public class w { public w(Object obj, int i, int i2, long j, int i3) { this.a = obj; this.b = i; - this.f807c = i2; + this.f809c = i2; this.d = j; this.e = i3; } @@ -46,7 +46,7 @@ public class w { public w(Object obj, long j, int i) { this.a = obj; this.b = -1; - this.f807c = -1; + this.f809c = -1; this.d = j; this.e = i; } @@ -63,10 +63,10 @@ public class w { return false; } w wVar = (w) obj; - return this.a.equals(wVar.a) && this.b == wVar.b && this.f807c == wVar.f807c && this.d == wVar.d && this.e == wVar.e; + return this.a.equals(wVar.a) && this.b == wVar.b && this.f809c == wVar.f809c && this.d == wVar.d && this.e == wVar.e; } public int hashCode() { - return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f807c) * 31) + ((int) this.d)) * 31) + this.e; + return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f809c) * 31) + ((int) this.d)) * 31) + this.e; } } diff --git a/app/src/main/java/c/i/a/c/d2/y.java b/app/src/main/java/c/i/a/c/d2/y.java index 8acc7156de..881c5458b9 100644 --- a/app/src/main/java/c/i/a/c/d2/y.java +++ b/app/src/main/java/c/i/a/c/d2/y.java @@ -30,7 +30,7 @@ public interface y { } public a b(Object obj) { - return new a(this.a.equals(obj) ? this : new w(obj, this.b, this.f807c, this.d, this.e)); + return new a(this.a.equals(obj) ? this : new w(obj, this.b, this.f809c, this.d, this.e)); } } diff --git a/app/src/main/java/c/i/a/c/d2/z.java b/app/src/main/java/c/i/a/c/d2/z.java index 4cf5c6fddc..6d11d09168 100644 --- a/app/src/main/java/c/i/a/c/d2/z.java +++ b/app/src/main/java/c/i/a/c/d2/z.java @@ -19,7 +19,7 @@ public interface z { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f808c; + public final CopyOnWriteArrayList f810c; public final long d; /* compiled from: MediaSourceEventListener */ @@ -35,14 +35,14 @@ public interface z { } public a() { - this.f808c = new CopyOnWriteArrayList<>(); + this.f810c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; this.d = 0; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar, long j) { - this.f808c = copyOnWriteArrayList; + this.f810c = copyOnWriteArrayList; this.a = i; this.b = aVar; this.d = j; @@ -57,7 +57,7 @@ public interface z { } public void b(u uVar) { - Iterator it = this.f808c.iterator(); + Iterator it = this.f810c.iterator(); while (it.hasNext()) { C0087a next = it.next(); f0.D(next.a, new d(this, next.b, uVar)); @@ -65,7 +65,7 @@ public interface z { } public void c(r rVar, u uVar) { - Iterator it = this.f808c.iterator(); + Iterator it = this.f810c.iterator(); while (it.hasNext()) { C0087a next = it.next(); f0.D(next.a, new f(this, next.b, rVar, uVar)); @@ -73,7 +73,7 @@ public interface z { } public void d(r rVar, u uVar) { - Iterator it = this.f808c.iterator(); + Iterator it = this.f810c.iterator(); while (it.hasNext()) { C0087a next = it.next(); f0.D(next.a, new c(this, next.b, rVar, uVar)); @@ -81,7 +81,7 @@ public interface z { } public void e(r rVar, u uVar, IOException iOException, boolean z2) { - Iterator it = this.f808c.iterator(); + Iterator it = this.f810c.iterator(); while (it.hasNext()) { C0087a next = it.next(); f0.D(next.a, new b(this, next.b, rVar, uVar, iOException, z2)); @@ -89,7 +89,7 @@ public interface z { } public void f(r rVar, u uVar) { - Iterator it = this.f808c.iterator(); + Iterator it = this.f810c.iterator(); while (it.hasNext()) { C0087a next = it.next(); f0.D(next.a, new e(this, next.b, rVar, uVar)); @@ -98,7 +98,7 @@ public interface z { @CheckResult public a g(int i, @Nullable y.a aVar, long j) { - return new a(this.f808c, i, aVar, j); + return new a(this.f810c, i, aVar, j); } } diff --git a/app/src/main/java/c/i/a/c/e0.java b/app/src/main/java/c/i/a/c/e0.java index 145f094b14..6642cfbc58 100644 --- a/app/src/main/java/c/i/a/c/e0.java +++ b/app/src/main/java/c/i/a/c/e0.java @@ -16,7 +16,7 @@ public final class e0 { @Nullable /* renamed from: c reason: collision with root package name */ - public b f809c; + public b f811c; @Nullable public n d; public int e; @@ -46,7 +46,7 @@ public final class e0 { AudioManager audioManager = (AudioManager) context.getApplicationContext().getSystemService("audio"); Objects.requireNonNull(audioManager); this.a = audioManager; - this.f809c = bVar; + this.f811c = bVar; this.b = new a(handler); this.e = 0; } @@ -66,7 +66,7 @@ public final class e0 { } public final void b(int i) { - b bVar = this.f809c; + b bVar = this.f811c; if (bVar != null) { p1.c cVar = (p1.c) bVar; boolean g = p1.this.g(); @@ -80,7 +80,7 @@ public final class e0 { float f = i == 3 ? 0.2f : 1.0f; if (this.g != f) { this.g = f; - b bVar = this.f809c; + b bVar = this.f811c; if (bVar != null) { p1 p1Var = p1.this; p1Var.R(1, 2, Float.valueOf(p1Var.B * p1Var.m.g)); diff --git a/app/src/main/java/c/i/a/c/e2/b.java b/app/src/main/java/c/i/a/c/e2/b.java index 6060258f01..14a1c4cf6c 100644 --- a/app/src/main/java/c/i/a/c/e2/b.java +++ b/app/src/main/java/c/i/a/c/e2/b.java @@ -8,7 +8,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f810c; + public final int f812c; public final int d; public final int e; public final int f; @@ -17,7 +17,7 @@ public final class b { public b(int i, int i2, int i3, int i4, int i5, @Nullable Typeface typeface) { this.b = i; - this.f810c = i2; + this.f812c = i2; this.d = i3; this.e = i4; this.f = i5; diff --git a/app/src/main/java/c/i/a/c/e2/c.java b/app/src/main/java/c/i/a/c/e2/c.java index 869356c03a..64403ce915 100644 --- a/app/src/main/java/c/i/a/c/e2/c.java +++ b/app/src/main/java/c/i/a/c/e2/c.java @@ -14,7 +14,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public final Layout.Alignment f811c; + public final Layout.Alignment f813c; @Nullable public final Bitmap d; public final float e; @@ -40,7 +40,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public Layout.Alignment f812c; + public Layout.Alignment f814c; public float d; public int e; public int f; @@ -59,7 +59,7 @@ public final class c { public b() { this.a = null; this.b = null; - this.f812c = null; + this.f814c = null; this.d = -3.4028235E38f; this.e = Integer.MIN_VALUE; this.f = Integer.MIN_VALUE; @@ -77,7 +77,7 @@ public final class c { public b(c cVar, a aVar) { this.a = cVar.b; this.b = cVar.d; - this.f812c = cVar.f811c; + this.f814c = cVar.f813c; this.d = cVar.e; this.e = cVar.f; this.f = cVar.g; @@ -94,7 +94,7 @@ public final class c { } public c a() { - return new c(this.a, this.f812c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null); + return new c(this.a, this.f814c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null); } } @@ -111,7 +111,7 @@ public final class c { AnimatableValueParser.k(bitmap == null); } this.b = charSequence; - this.f811c = alignment; + this.f813c = alignment; this.d = bitmap; this.e = f; this.f = i; diff --git a/app/src/main/java/c/i/a/c/e2/l.java b/app/src/main/java/c/i/a/c/e2/l.java index d5958d6116..1d84f51a5f 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 @@ -41,13 +41,13 @@ public final class l extends g0 implements Handler.Callback { public final s0 w; /* renamed from: x reason: collision with root package name */ - public boolean f813x; + public boolean f815x; /* renamed from: y reason: collision with root package name */ - public boolean f814y; + public boolean f816y; /* renamed from: z reason: collision with root package name */ - public boolean f815z; + public boolean f817z; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public l(k kVar, @Nullable Looper looper) { @@ -84,8 +84,8 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.g0 public void D(long j, boolean z2) { J(); - this.f813x = false; - this.f814y = false; + this.f815x = false; + this.f816y = false; this.H = -9223372036854775807L; if (this.A != 0) { O(); @@ -136,9 +136,9 @@ public final class l extends g0 implements Handler.Callback { } public final void L(SubtitleDecoderException subtitleDecoderException) { - StringBuilder L = a.L("Subtitle decoding failed. streamFormat="); - L.append(this.B); - p.b("TextRenderer", L.toString(), subtitleDecoderException); + StringBuilder K = a.K("Subtitle decoding failed. streamFormat="); + K.append(this.B); + p.b("TextRenderer", K.toString(), subtitleDecoderException); J(); O(); } @@ -150,7 +150,7 @@ public final class l extends g0 implements Handler.Callback { public final void M() { g gVar; char c2 = 1; - this.f815z = true; + this.f817z = true; h hVar = this.v; Format format = this.B; Objects.requireNonNull(format); @@ -278,7 +278,7 @@ public final class l extends g0 implements Handler.Callback { return; } } - throw new IllegalArgumentException(a.t("Attempted to create decoder for unsupported MIME type: ", str)); + throw new IllegalArgumentException(a.s("Attempted to create decoder for unsupported MIME type: ", str)); } public final void N() { @@ -318,7 +318,7 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.k1 public boolean b() { - return this.f814y; + return this.f816y; } @Override // c.i.a.c.k1 @@ -347,10 +347,10 @@ public final class l extends g0 implements Handler.Callback { long j3 = this.H; if (j3 != -9223372036854775807L && j >= j3) { N(); - this.f814y = true; + this.f816y = true; } } - if (!this.f814y) { + if (!this.f816y) { if (this.F == null) { g gVar = this.C; Objects.requireNonNull(gVar); @@ -384,7 +384,7 @@ public final class l extends g0 implements Handler.Callback { O(); } else { N(); - this.f814y = true; + this.f816y = true; } } } else if (jVar.j <= j) { @@ -414,7 +414,7 @@ public final class l extends g0 implements Handler.Callback { } } if (this.A != 2) { - while (!this.f813x) { + while (!this.f815x) { try { i iVar = this.D; if (iVar == null) { @@ -439,19 +439,19 @@ public final class l extends g0 implements Handler.Callback { int I = I(this.w, iVar, false); if (I == -4) { if (iVar.n()) { - this.f813x = true; - this.f815z = false; + this.f815x = true; + this.f817z = false; } else { Format format = this.w.b; if (format != null) { - iVar.q = format.f2207x; + iVar.q = format.f2210x; iVar.s(); - this.f815z &= !iVar.o(); + this.f817z &= !iVar.o(); } else { return; } } - if (!this.f815z) { + if (!this.f817z) { g gVar5 = this.C; Objects.requireNonNull(gVar5); gVar5.d(iVar); diff --git a/app/src/main/java/c/i/a/c/e2/m/c.java b/app/src/main/java/c/i/a/c/e2/m/c.java index bced8818b8..de9ac97157 100644 --- a/app/src/main/java/c/i/a/c/e2/m/c.java +++ b/app/src/main/java/c/i/a/c/e2/m/c.java @@ -41,7 +41,7 @@ public final class c extends e { public final int r; /* renamed from: s reason: collision with root package name */ - public final long f816s; + public final long f818s; public final ArrayList t = new ArrayList<>(); public a u = new a(0, 4); @Nullable @@ -50,13 +50,13 @@ public final class c extends e { public List w; /* renamed from: x reason: collision with root package name */ - public int f817x; + public int f819x; /* renamed from: y reason: collision with root package name */ - public int f818y; + public int f820y; /* renamed from: z reason: collision with root package name */ - public boolean f819z; + public boolean f821z; /* compiled from: Cea608Decoder */ public static final class a { @@ -64,7 +64,7 @@ public final class c extends e { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f820c = new StringBuilder(); + public final StringBuilder f822c = new StringBuilder(); public int d; public int e; public int f; @@ -78,12 +78,12 @@ public final class c extends e { public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f821c; + public int f823c; public C0088a(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f821c = i2; + this.f823c = i2; } } @@ -93,20 +93,20 @@ public final class c extends e { } public void a(char c2) { - if (this.f820c.length() < 32) { - this.f820c.append(c2); + if (this.f822c.length() < 32) { + this.f822c.append(c2); } } public void b() { - int length = this.f820c.length(); + int length = this.f822c.length(); if (length > 0) { - this.f820c.delete(length - 1, length); + this.f822c.delete(length - 1, length); for (int size = this.a.size() - 1; size >= 0; size--) { C0088a aVar = this.a.get(size); - int i = aVar.f821c; + int i = aVar.f823c; if (i == length) { - aVar.f821c = i - 1; + aVar.f823c = i - 1; } else { return; } @@ -161,7 +161,7 @@ public final class c extends e { } public final SpannableString d() { - SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f820c); + SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f822c); int length = spannableStringBuilder.length(); int i = 0; int i2 = -1; @@ -181,9 +181,9 @@ public final class c extends e { } z2 = z4; } - int i8 = aVar.f821c; + int i8 = aVar.f823c; i++; - if (i8 != (i < this.a.size() ? this.a.get(i).f821c : length)) { + if (i8 != (i < this.a.size() ? this.a.get(i).f823c : length)) { if (i2 != -1 && !z3) { spannableStringBuilder.setSpan(new UnderlineSpan(), i2, i8, 33); i2 = -1; @@ -218,14 +218,14 @@ public final class c extends e { } public boolean e() { - return this.a.isEmpty() && this.b.isEmpty() && this.f820c.length() == 0; + return this.a.isEmpty() && this.b.isEmpty() && this.f822c.length() == 0; } public void f(int i) { this.g = i; this.a.clear(); this.b.clear(); - this.f820c.setLength(0); + this.f822c.setLength(0); this.d = 15; this.e = 0; this.f = 0; @@ -233,7 +233,7 @@ public final class c extends e { } public c(String str, int i2, long j2) { - this.f816s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; + this.f818s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; this.p = "application/x-mp4-cea-608".equals(str) ? 2 : 3; if (i2 == 1) { this.r = 0; @@ -288,12 +288,12 @@ public final class c extends e { byte b = (byte) (s3 & 127); byte b2 = (byte) (s4 & 127); if (b != 0 || b2 != 0) { - boolean z5 = this.f819z; + boolean z5 = this.f821z; if ((s2 & 4) == 4) { boolean[] zArr = n; if (zArr[s3] && zArr[s4]) { z2 = true; - this.f819z = z2; + this.f821z = z2; if (z2) { if ((b & 240) == 16) { if (this.A && this.B == b && this.C == b2) { @@ -351,7 +351,7 @@ public final class c extends e { this.u.a(' '); boolean z6 = (b2 & 1) == 1; a aVar = this.u; - aVar.a.add(new a.C0088a((b2 >> 1) & 7, z6, aVar.f820c.length())); + aVar.a.add(new a.C0088a((b2 >> 1) & 7, z6, aVar.f822c.length())); } else { if ((b & 240) == 16 && (b2 & 192) == 64) { int i6 = g[b & 7]; @@ -360,8 +360,8 @@ public final class c extends e { } a aVar2 = this.u; if (i6 != aVar2.d) { - if (this.f817x != 1 && !aVar2.e()) { - a aVar3 = new a(this.f817x, this.f818y); + if (this.f819x != 1 && !aVar2.e()) { + a aVar3 = new a(this.f819x, this.f820y); this.u = aVar3; this.t.add(aVar3); } @@ -371,7 +371,7 @@ public final class c extends e { boolean z8 = (b2 & 1) == 1; int i7 = (b2 >> 1) & 7; a aVar4 = this.u; - aVar4.a.add(new a.C0088a(z7 ? 8 : i7, z8, aVar4.f820c.length())); + aVar4.a.add(new a.C0088a(z7 ? 8 : i7, z8, aVar4.f822c.length())); if (z7) { this.u.e = h[i7]; } @@ -397,7 +397,7 @@ public final class c extends e { m(4); break; default: - int i8 = this.f817x; + int i8 = this.f819x; if (i8 != 0) { if (b2 == 33) { this.u.b(); @@ -406,7 +406,7 @@ public final class c extends e { switch (b2) { case 44: this.v = Collections.emptyList(); - int i9 = this.f817x; + int i9 = this.f819x; if (i9 == 1 || i9 == 3) { k(); break; @@ -415,7 +415,7 @@ public final class c extends e { if (i8 == 1 && !this.u.e()) { a aVar5 = this.u; aVar5.b.add(aVar5.d()); - aVar5.f820c.setLength(0); + aVar5.f822c.setLength(0); aVar5.a.clear(); int min = Math.min(aVar5.h, aVar5.d); while (aVar5.b.size() >= min) { @@ -469,7 +469,7 @@ public final class c extends e { } } z2 = false; - this.f819z = z2; + this.f821z = z2; if (z2) { } this.A = false; @@ -479,7 +479,7 @@ public final class c extends e { } } } else if (z4) { - int i10 = this.f817x; + int i10 = this.f819x; if (i10 == 1 || i10 == 3) { this.v = j(); this.F = this.e; @@ -500,7 +500,7 @@ public final class c extends e { l(0); m(4); k(); - this.f819z = false; + this.f821z = false; this.A = false; this.B = 0; this.C = 0; @@ -518,7 +518,7 @@ public final class c extends e { if (g2 != null) { return g2; } - long j2 = this.f816s; + long j2 = this.f818s; boolean z2 = false; if (j2 != -9223372036854775807L) { long j3 = this.F; @@ -569,15 +569,15 @@ public final class c extends e { } public final void k() { - this.u.f(this.f817x); + this.u.f(this.f819x); this.t.clear(); this.t.add(this.u); } public final void l(int i2) { - int i3 = this.f817x; + int i3 = this.f819x; if (i3 != i2) { - this.f817x = i2; + this.f819x = i2; if (i2 == 3) { for (int i4 = 0; i4 < this.t.size(); i4++) { this.t.get(i4).g = i2; @@ -592,7 +592,7 @@ public final class c extends e { } public final void m(int i2) { - this.f818y = i2; + this.f820y = i2; this.u.h = i2; } diff --git a/app/src/main/java/c/i/a/c/e2/m/d.java b/app/src/main/java/c/i/a/c/e2/m/d.java index 7b96bd1f0a..8497cf8942 100644 --- a/app/src/main/java/c/i/a/c/e2/m/d.java +++ b/app/src/main/java/c/i/a/c/e2/m/d.java @@ -62,7 +62,7 @@ public final class d extends e { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final int f822c; + public static final int f824c; public static final int[] d = {0, 0, 0, 0, 0, 2, 0}; public static final int[] e = {0, 0, 0, 0, 0, 0, 2}; public static final int[] f = {3, 3, 3, 3, 3, 3, 1}; @@ -87,26 +87,26 @@ public final class d extends e { public int r; /* renamed from: s reason: collision with root package name */ - public int f823s; + public int f825s; public int t; public int u; public boolean v; public int w; /* renamed from: x reason: collision with root package name */ - public int f824x; + public int f826x; /* renamed from: y reason: collision with root package name */ - public int f825y; + public int f827y; /* renamed from: z reason: collision with root package name */ - public int f826z; + public int f828z; static { int d2 = d(0, 0, 0, 0); b = d2; int d3 = d(0, 0, 0, 3); - f822c = d3; + f824c = d3; h = new int[]{d2, d3, d2, d2, d3, d2, d2}; k = new int[]{d2, d2, d2, d2, d2, d3, d3}; } @@ -219,15 +219,15 @@ public final class d extends e { this.p = 4; this.q = false; this.r = 0; - this.f823s = 0; + this.f825s = 0; this.t = 0; this.u = 15; this.v = true; this.w = 0; - this.f824x = 0; - this.f825y = 0; + this.f826x = 0; + this.f827y = 0; int i2 = b; - this.f826z = i2; + this.f828z = i2; this.D = a; this.F = i2; } @@ -275,13 +275,13 @@ public final class d extends e { public final int b; /* renamed from: c reason: collision with root package name */ - public final byte[] f827c; + public final byte[] f829c; public int d = 0; public c(int i, int i2) { this.a = i; this.b = i2; - this.f827c = new byte[((i2 * 2) - 1)]; + this.f829c = new byte[((i2 * 2) - 1)]; } } @@ -333,7 +333,7 @@ public final class d extends e { } c cVar = new c(i2, i4); this.o = cVar; - byte[] bArr = cVar.f827c; + byte[] bArr = cVar.f829c; int i5 = cVar.d; cVar.d = i5 + 1; bArr[i5] = s4; @@ -346,7 +346,7 @@ public final class d extends e { if (cVar2 == null) { Log.e("Cea708Decoder", "Encountered DTVCC_PACKET_DATA before DTVCC_PACKET_START"); } else { - byte[] bArr2 = cVar2.f827c; + byte[] bArr2 = cVar2.f829c; int i6 = cVar2.d; int i7 = i6 + 1; cVar2.d = i7; @@ -384,18 +384,18 @@ public final class d extends e { c cVar = this.o; if (cVar != null) { if (cVar.d != (cVar.b * 2) - 1) { - StringBuilder L = c.d.b.a.a.L("DtvCcPacket ended prematurely; size is "); - L.append((this.o.b * 2) - 1); - L.append(", but current index is "); - L.append(this.o.d); - L.append(" (sequence number "); - L.append(this.o.a); - L.append(");"); - Log.d("Cea708Decoder", L.toString()); + StringBuilder K = c.d.b.a.a.K("DtvCcPacket ended prematurely; size is "); + K.append((this.o.b * 2) - 1); + K.append(", but current index is "); + K.append(this.o.d); + K.append(" (sequence number "); + K.append(this.o.a); + K.append(");"); + Log.d("Cea708Decoder", K.toString()); } v vVar = this.h; c cVar2 = this.o; - vVar.j(cVar2.f827c, cVar2.d); + vVar.j(cVar2.f829c, cVar2.d); int i = 3; int g = this.h.g(3); int g2 = this.h.g(5); @@ -405,7 +405,7 @@ public final class d extends e { this.h.m(2); g = this.h.g(6); if (g < 7) { - c.d.b.a.a.f0("Invalid extended service number: ", g, "Cea708Decoder"); + c.d.b.a.a.d0("Invalid extended service number: ", g, "Cea708Decoder"); } } if (g2 == 0) { @@ -434,15 +434,15 @@ public final class d extends e { default: if (g3 < 17 || g3 > 23) { if (g3 < 24 || g3 > 31) { - c.d.b.a.a.f0("Invalid C0 command: ", g3, "Cea708Decoder"); + c.d.b.a.a.d0("Invalid C0 command: ", g3, "Cea708Decoder"); break; } else { - c.d.b.a.a.f0("Currently unsupported COMMAND_P16 Command: ", g3, "Cea708Decoder"); + c.d.b.a.a.d0("Currently unsupported COMMAND_P16 Command: ", g3, "Cea708Decoder"); this.h.m(16); break; } } else { - c.d.b.a.a.f0("Currently unsupported COMMAND_EXT1 Command: ", g3, "Cea708Decoder"); + c.d.b.a.a.d0("Currently unsupported COMMAND_EXT1 Command: ", g3, "Cea708Decoder"); this.h.m(8); continue; } @@ -570,7 +570,7 @@ public final class d extends e { case 149: case 150: default: - Log.w("Cea708Decoder", c.d.b.a.a.k("Invalid C1 command: ", g3)); + Log.w("Cea708Decoder", c.d.b.a.a.j("Invalid C1 command: ", g3)); break; case 151: if (!this.l.n) { @@ -587,7 +587,7 @@ public final class d extends e { int g5 = this.h.g(2); this.h.m(8); b bVar4 = this.l; - bVar4.f826z = d3; + bVar4.f828z = d3; bVar4.w = g5; break; } @@ -622,7 +622,7 @@ public final class d extends e { bVar5.p = g6; bVar5.q = f5; bVar5.r = g7; - bVar5.f823s = g8; + bVar5.f825s = g8; bVar5.t = g9; int i11 = g10 + 1; if (bVar5.u != i11) { @@ -633,19 +633,19 @@ public final class d extends e { } } } - if (!(g11 == 0 || bVar5.f824x == g11)) { - bVar5.f824x = g11; + if (!(g11 == 0 || bVar5.f826x == g11)) { + bVar5.f826x = g11; int i12 = g11 - 1; int i13 = b.h[i12]; boolean z3 = b.g[i12]; int i14 = b.e[i12]; int i15 = b.f[i12]; int i16 = b.d[i12]; - bVar5.f826z = i13; + bVar5.f828z = i13; bVar5.w = i16; } - if (!(g12 == 0 || bVar5.f825y == g12)) { - bVar5.f825y = g12; + if (!(g12 == 0 || bVar5.f827y == g12)) { + bVar5.f827y = g12; int i17 = g12 - 1; int i18 = b.j[i17]; int i19 = b.i[i17]; @@ -662,7 +662,7 @@ public final class d extends e { } else if (g3 <= 255) { this.l.a((char) (g3 & 255)); } else { - c.d.b.a.a.f0("Invalid base command: ", g3, "Cea708Decoder"); + c.d.b.a.a.d0("Invalid base command: ", g3, "Cea708Decoder"); } i = 3; i2 = 7; @@ -751,7 +751,7 @@ public final class d extends e { this.l.a(9484); break; default: - c.d.b.a.a.f0("Invalid G2 character: ", g13, "Cea708Decoder"); + c.d.b.a.a.d0("Invalid G2 character: ", g13, "Cea708Decoder"); break; } } @@ -768,11 +768,11 @@ public final class d extends e { this.h.m(this.h.g(6) * 8); } } else if (g13 > 255) { - c.d.b.a.a.f0("Invalid extended command: ", g13, "Cea708Decoder"); + c.d.b.a.a.d0("Invalid extended command: ", g13, "Cea708Decoder"); } else if (g13 == 160) { this.l.a(13252); } else { - c.d.b.a.a.f0("Invalid G3 character: ", g13, "Cea708Decoder"); + c.d.b.a.a.d0("Invalid G3 character: ", g13, "Cea708Decoder"); this.l.a('_'); } i = 3; @@ -827,15 +827,15 @@ public final class d extends e { } else if (i3 == 2) { alignment = Layout.Alignment.ALIGN_CENTER; } else if (i3 != 3) { - StringBuilder L = c.d.b.a.a.L("Unexpected justification value: "); - L.append(bVar.w); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Unexpected justification value: "); + K.append(bVar.w); + throw new IllegalArgumentException(K.toString()); } if (!bVar.q) { - f2 = ((float) bVar.f823s) / 99.0f; + f2 = ((float) bVar.f825s) / 99.0f; f = ((float) bVar.r) / 99.0f; } else { - f2 = ((float) bVar.f823s) / 209.0f; + f2 = ((float) bVar.f825s) / 209.0f; f = ((float) bVar.r) / 74.0f; } float f3 = (f2 * 0.9f) + 0.05f; @@ -843,7 +843,7 @@ public final class d extends e { int i4 = bVar.t; int i5 = i4 / 3; int i6 = i4 % 3; - aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f826z == b.b, bVar.f826z, bVar.p); + aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f828z == b.b, bVar.f828z, bVar.p); } alignment = Layout.Alignment.ALIGN_NORMAL; if (!bVar.q) { @@ -853,7 +853,7 @@ public final class d extends e { int i4 = bVar.t; int i5 = i4 / 3; int i6 = i4 % 3; - aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f826z == b.b, bVar.f826z, bVar.p); + aVar = new a(spannableStringBuilder, alignment, f4, 0, i5 != 0 ? 0 : i5 == 1 ? 1 : 2, f3, i6 != 0 ? 0 : i6 == 1 ? 1 : 2, -3.4028235E38f, bVar.f828z == b.b, bVar.f828z, bVar.p); } if (aVar != null) { arrayList.add(aVar); diff --git a/app/src/main/java/c/i/a/c/e2/m/e.java b/app/src/main/java/c/i/a/c/e2/m/e.java index 79402e10a5..34b2165b53 100644 --- a/app/src/main/java/c/i/a/c/e2/m/e.java +++ b/app/src/main/java/c/i/a/c/e2/m/e.java @@ -17,7 +17,7 @@ public abstract class e implements g { public final ArrayDeque b; /* renamed from: c reason: collision with root package name */ - public final PriorityQueue f828c; + public final PriorityQueue f830c; @Nullable public b d; public long e; @@ -77,7 +77,7 @@ public abstract class e implements g { for (int i2 = 0; i2 < 2; i2++) { this.b.add(new c(new b(this))); } - this.f828c = new PriorityQueue<>(); + this.f830c = new PriorityQueue<>(); } @Override // c.i.a.c.e2.g @@ -110,7 +110,7 @@ public abstract class e implements g { long j = this.f; this.f = 1 + j; bVar.r = j; - this.f828c.add(bVar); + this.f830c.add(bVar); } this.d = null; } @@ -123,9 +123,9 @@ public abstract class e implements g { public void flush() { this.f = 0; this.e = 0; - while (!this.f828c.isEmpty()) { + while (!this.f830c.isEmpty()) { int i = f0.a; - i(this.f828c.poll()); + i(this.f830c.poll()); } b bVar = this.d; if (bVar != null) { @@ -140,12 +140,12 @@ public abstract class e implements g { if (this.b.isEmpty()) { return null; } - while (!this.f828c.isEmpty()) { + while (!this.f830c.isEmpty()) { int i = f0.a; - if (this.f828c.peek().m > this.e) { + if (this.f830c.peek().m > this.e) { break; } - b poll = this.f828c.poll(); + b poll = this.f830c.poll(); if (poll.n()) { j pollFirst = this.b.pollFirst(); pollFirst.j(4); diff --git a/app/src/main/java/c/i/a/c/e2/n/a.java b/app/src/main/java/c/i/a/c/e2/n/a.java index 5d3f4b8ff1..df845c45f7 100644 --- a/app/src/main/java/c/i/a/c/e2/n/a.java +++ b/app/src/main/java/c/i/a/c/e2/n/a.java @@ -46,7 +46,7 @@ public final class a extends d { int i8; if (z2) { b.h hVar = this.n.i; - hVar.f835c.clear(); + hVar.f837c.clear(); hVar.d.clear(); hVar.e.clear(); hVar.f.clear(); @@ -94,7 +94,7 @@ public final class a extends d { } } else { hVar2.i = dVar2; - hVar2.f835c.clear(); + hVar2.f837c.clear(); hVar2.d.clear(); hVar2.e.clear(); break; @@ -140,13 +140,13 @@ public final class a extends d { i9 = 16; } b.f fVar2 = new b.f(g8, f, g9, g10, g11, g12, g13, g14, g15, g16, sparseArray4); - if (dVar3.b == 0 && (fVar = hVar2.f835c.get(g8)) != null) { + if (dVar3.b == 0 && (fVar = hVar2.f837c.get(g8)) != null) { SparseArray sparseArray5 = fVar.j; for (int i13 = 0; i13 < sparseArray5.size(); i13++) { fVar2.j.put(sparseArray5.keyAt(i13), sparseArray5.valueAt(i13)); } } - hVar2.f835c.put(fVar2.a, fVar2); + hVar2.f837c.put(fVar2.a, fVar2); break; } case 18: @@ -219,15 +219,15 @@ public final class a extends d { bVar.f.setBitmap(createBitmap); } ArrayList arrayList = new ArrayList(); - SparseArray sparseArray6 = dVar4.f833c; + SparseArray sparseArray6 = dVar4.f835c; int i14 = 0; while (i14 < sparseArray6.size()) { bVar.f.save(); b.e valueAt = sparseArray6.valueAt(i14); - b.f fVar3 = bVar.i.f835c.get(sparseArray6.keyAt(i14)); - int i15 = valueAt.a + bVar2.f831c; + b.f fVar3 = bVar.i.f837c.get(sparseArray6.keyAt(i14)); + int i15 = valueAt.a + bVar2.f833c; int i16 = valueAt.b + bVar2.e; - bVar.f.clipRect(i15, i16, Math.min(fVar3.f834c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); + bVar.f.clipRect(i15, i16, Math.min(fVar3.f836c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); b.a aVar = bVar.i.d.get(fVar3.f); if (aVar == null && (aVar = bVar.i.f.get(fVar3.f)) == null) { aVar = bVar.h; @@ -250,9 +250,9 @@ public final class a extends d { sparseArray = sparseArray7; Canvas canvas = bVar.f; cVar3 = cVar; - int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f830c : aVar.b; + int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f832c : aVar.b; i2 = i14; - b.e(cVar4.f832c, iArr, i18, i19, i20, paint, canvas); + b.e(cVar4.f834c, iArr, i18, i19, i20, paint, canvas); b.e(cVar4.d, iArr, i18, i19, i20 + 1, paint, canvas); } else { cVar3 = cVar; @@ -268,13 +268,13 @@ public final class a extends d { } if (fVar3.b) { int i21 = fVar3.e; - bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f830c[fVar3.h] : aVar.b[fVar3.i]); - bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f834c + i15), (float) (fVar3.d + i16), bVar.e); + bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f832c[fVar3.h] : aVar.b[fVar3.i]); + bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f836c + i15), (float) (fVar3.d + i16), bVar.e); } - Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f834c, fVar3.d); + Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f836c, fVar3.d); float f5 = (float) bVar2.a; float f6 = (float) bVar2.b; - arrayList.add(new c(null, null, createBitmap2, ((float) i16) / f6, 0, 0, ((float) i15) / f5, 0, Integer.MIN_VALUE, -3.4028235E38f, ((float) fVar3.f834c) / f5, ((float) fVar3.d) / f6, false, -16777216, Integer.MIN_VALUE, 0.0f, null)); + arrayList.add(new c(null, null, createBitmap2, ((float) i16) / f6, 0, 0, ((float) i15) / f5, 0, Integer.MIN_VALUE, -3.4028235E38f, ((float) fVar3.f836c) / f5, ((float) fVar3.d) / f6, false, -16777216, Integer.MIN_VALUE, 0.0f, null)); bVar.f.drawColor(0, PorterDuff.Mode.CLEAR); bVar.f.restore(); i14++; diff --git a/app/src/main/java/c/i/a/c/e2/n/b.java b/app/src/main/java/c/i/a/c/e2/n/b.java index 78e8ac5c64..beb4f0da4d 100644 --- a/app/src/main/java/c/i/a/c/e2/n/b.java +++ b/app/src/main/java/c/i/a/c/e2/n/b.java @@ -15,7 +15,7 @@ public final class b { public static final byte[] b = {0, 119, -120, -1}; /* renamed from: c reason: collision with root package name */ - public static final byte[] f829c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; + public static final byte[] f831c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; public final Paint d; public final Paint e; public final Canvas f = new Canvas(); @@ -30,13 +30,13 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f830c; + public final int[] f832c; public final int[] d; public a(int i, int[] iArr, int[] iArr2, int[] iArr3) { this.a = i; this.b = iArr; - this.f830c = iArr2; + this.f832c = iArr2; this.d = iArr3; } } @@ -48,7 +48,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f831c; + public final int f833c; public final int d; public final int e; public final int f; @@ -56,7 +56,7 @@ public final class b { public C0089b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; this.b = i2; - this.f831c = i3; + this.f833c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -69,13 +69,13 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final byte[] f832c; + public final byte[] f834c; public final byte[] d; public c(int i, boolean z2, byte[] bArr, byte[] bArr2) { this.a = i; this.b = z2; - this.f832c = bArr; + this.f834c = bArr; this.d = bArr2; } } @@ -86,12 +86,12 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f833c; + public final SparseArray f835c; public d(int i, int i2, int i3, SparseArray sparseArray) { this.a = i2; this.b = i3; - this.f833c = sparseArray; + this.f835c = sparseArray; } } @@ -112,7 +112,7 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f834c; + public final int f836c; public final int d; public final int e; public final int f; @@ -124,7 +124,7 @@ public final class b { public f(int i, boolean z2, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, SparseArray sparseArray) { this.a = i; this.b = z2; - this.f834c = i2; + this.f836c = i2; this.d = i3; this.e = i5; this.f = i6; @@ -152,7 +152,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f835c = new SparseArray<>(); + public final SparseArray f837c = new SparseArray<>(); public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); public final SparseArray f = new SparseArray<>(); @@ -423,7 +423,7 @@ public final class b { } case 17: if (i == 3) { - bArr4 = bArr6 == null ? f829c : bArr6; + bArr4 = bArr6 == null ? f831c : bArr6; } else { bArr4 = null; } diff --git a/app/src/main/java/c/i/a/c/e2/o/a.java b/app/src/main/java/c/i/a/c/e2/o/a.java index a280424d40..23003fa94a 100644 --- a/app/src/main/java/c/i/a/c/e2/o/a.java +++ b/app/src/main/java/c/i/a/c/e2/o/a.java @@ -28,7 +28,7 @@ public final class a extends d { public final int[] b = new int[256]; /* renamed from: c reason: collision with root package name */ - public boolean f836c; + public boolean f838c; public int d; public int e; public int f; @@ -44,7 +44,7 @@ public final class a extends d { this.h = 0; this.i = 0; this.a.z(0); - this.f836c = false; + this.f838c = false; } } @@ -64,7 +64,7 @@ public final class a extends d { a aVar = this; w wVar3 = aVar.n; wVar3.a = bArr; - wVar3.f910c = i; + wVar3.f912c = i; int i4 = 0; wVar3.b = 0; if (wVar3.a() > 0 && wVar3.c() == 120) { @@ -73,7 +73,7 @@ public final class a extends d { } if (f0.x(wVar3, aVar.o, aVar.q)) { w wVar4 = aVar.o; - wVar3.B(wVar4.a, wVar4.f910c); + wVar3.B(wVar4.a, wVar4.f912c); } } aVar.p.a(); @@ -81,7 +81,7 @@ public final class a extends d { while (aVar.n.a() >= 3) { w wVar5 = aVar.n; C0090a aVar2 = aVar.p; - int i5 = wVar5.f910c; + int i5 = wVar5.f912c; int s2 = wVar5.s(); int x2 = wVar5.x(); int i6 = wVar5.b + x2; @@ -109,7 +109,7 @@ public final class a extends d { wVar5 = wVar5; } wVar = wVar5; - aVar2.f836c = true; + aVar2.f838c = true; break; } wVar = wVar5; @@ -129,7 +129,7 @@ public final class a extends d { } w wVar6 = aVar2.a; int i10 = wVar6.b; - int i11 = wVar6.f910c; + int i11 = wVar6.f912c; if (i10 < i11 && i9 > 0) { int min = Math.min(i9, i11 - i10); wVar5.e(aVar2.a.a, i10, min); @@ -156,7 +156,7 @@ public final class a extends d { cVar = null; } else { wVar = wVar5; - if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f910c) == 0 || wVar2.b != i2 || !aVar2.f836c) { + if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f912c) == 0 || wVar2.b != i2 || !aVar2.f838c) { cVar = null; } else { wVar2.D(0); diff --git a/app/src/main/java/c/i/a/c/e2/p/c.java b/app/src/main/java/c/i/a/c/e2/p/c.java index 694967c920..1a611d3cc7 100644 --- a/app/src/main/java/c/i/a/c/e2/p/c.java +++ b/app/src/main/java/c/i/a/c/e2/p/c.java @@ -5,11 +5,11 @@ public final class c { public int b; /* renamed from: c reason: collision with root package name */ - public final int f837c; + public final int f839c; public c(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f837c = i3; + this.f839c = i3; } } diff --git a/app/src/main/java/c/i/a/c/e2/q/a.java b/app/src/main/java/c/i/a/c/e2/q/a.java index 8527a0d600..14f0bc8ad6 100644 --- a/app/src/main/java/c/i/a/c/e2/q/a.java +++ b/app/src/main/java/c/i/a/c/e2/q/a.java @@ -33,7 +33,7 @@ public final class a extends d { public float r = -3.4028235E38f; /* renamed from: s reason: collision with root package name */ - public float f838s = -3.4028235E38f; + public float f840s = -3.4028235E38f; public a(@Nullable List list) { super("SsaDecoder"); @@ -130,23 +130,23 @@ public final class a extends d { } else { if (g.startsWith("Dialogue:")) { if (bVar2 == null) { - c.d.b.a.a.h0("Skipping dialogue line before complete format: ", g, "SsaDecoder"); + c.d.b.a.a.g0("Skipping dialogue line before complete format: ", g, "SsaDecoder"); } else { AnimatableValueParser.k(g.startsWith("Dialogue:")); String[] split = g.substring(9).split(",", bVar2.e); if (split.length != bVar2.e) { - c.d.b.a.a.h0("Skipping dialogue line with fewer columns than format: ", g, "SsaDecoder"); + c.d.b.a.a.g0("Skipping dialogue line with fewer columns than format: ", g, "SsaDecoder"); } else { long n2 = n(split[bVar2.a]); if (n2 == -9223372036854775807L) { - c.d.b.a.a.h0("Skipping invalid timing: ", g, "SsaDecoder"); + c.d.b.a.a.g0("Skipping invalid timing: ", g, "SsaDecoder"); } else { long n3 = n(split[bVar2.b]); if (n3 == -9223372036854775807L) { - c.d.b.a.a.h0("Skipping invalid timing: ", g, "SsaDecoder"); + c.d.b.a.a.g0("Skipping invalid timing: ", g, "SsaDecoder"); } else { Map map = aVar.q; - c cVar = (map == null || (i8 = bVar2.f839c) == -1) ? null : map.get(split[i8].trim()); + c cVar = (map == null || (i8 = bVar2.f841c) == -1) ? null : map.get(split[i8].trim()); String str = split[bVar2.d]; Matcher matcher = c.b.a.matcher(str); PointF pointF = null; @@ -181,13 +181,13 @@ public final class a extends d { } else { String replace = c.b.a.matcher(str).replaceAll("").replace("\\N", "\n").replace("\\n", "\n").replace("\\h", " "); float f6 = aVar.r; - float f7 = aVar.f838s; + float f7 = aVar.f840s; SpannableString spannableString = new SpannableString(replace); if (cVar != null) { - if (cVar.f840c != null) { + if (cVar.f842c != null) { bVar = bVar2; j = n3; - spannableString.setSpan(new ForegroundColorSpan(cVar.f840c.intValue()), 0, spannableString.length(), 33); + spannableString.setSpan(new ForegroundColorSpan(cVar.f842c.intValue()), 0, spannableString.length(), 33); } else { bVar = bVar2; j = n3; @@ -228,7 +228,7 @@ public final class a extends d { switch (i9) { case 0: default: - Log.w("SsaDecoder", c.d.b.a.a.k("Unknown alignment: ", i9)); + Log.w("SsaDecoder", c.d.b.a.a.j("Unknown alignment: ", i9)); case -1: alignment = null; break; @@ -251,7 +251,7 @@ public final class a extends d { switch (i9) { case 0: default: - Log.w("SsaDecoder", c.d.b.a.a.k("Unknown alignment: ", i9)); + Log.w("SsaDecoder", c.d.b.a.a.j("Unknown alignment: ", i9)); case -1: i4 = Integer.MIN_VALUE; break; @@ -274,7 +274,7 @@ public final class a extends d { switch (i9) { case 0: default: - Log.w("SsaDecoder", c.d.b.a.a.k("Unknown alignment: ", i9)); + Log.w("SsaDecoder", c.d.b.a.a.j("Unknown alignment: ", i9)); case -1: i5 = Integer.MIN_VALUE; break; @@ -353,7 +353,7 @@ public final class a extends d { this.r = Float.parseFloat(split[1].trim()); } else if (K.equals("playresy")) { try { - this.f838s = Float.parseFloat(split[1].trim()); + this.f840s = Float.parseFloat(split[1].trim()); } catch (NumberFormatException unused) { } } @@ -448,7 +448,7 @@ public final class a extends d { } else { if (g3.startsWith("Style:")) { if (aVar == null) { - c.d.b.a.a.h0("Skipping 'Style:' line before 'Format:' line: ", g3, "SsaDecoder"); + c.d.b.a.a.g0("Skipping 'Style:' line before 'Format:' line: ", g3, "SsaDecoder"); } else { AnimatableValueParser.k(g3.startsWith("Style:")); String[] split3 = TextUtils.split(g3.substring(6), ","); @@ -465,7 +465,7 @@ public final class a extends d { String trim = split3[aVar.a].trim(); int i10 = aVar.b; int a = i10 != -1 ? c.a(split3[i10].trim()) : -1; - int i11 = aVar.f841c; + int i11 = aVar.f843c; Integer c5 = i11 != -1 ? c.c(split3[i11].trim()) : null; int i12 = aVar.d; if (i12 != -1) { diff --git a/app/src/main/java/c/i/a/c/e2/q/b.java b/app/src/main/java/c/i/a/c/e2/q/b.java index 479903a930..83fba83701 100644 --- a/app/src/main/java/c/i/a/c/e2/q/b.java +++ b/app/src/main/java/c/i/a/c/e2/q/b.java @@ -10,14 +10,14 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f839c; + public final int f841c; public final int d; public final int e; public b(int i, int i2, int i3, int i4, int i5) { this.a = i; this.b = i2; - this.f839c = i3; + this.f841c = i3; this.d = i4; this.e = i5; } diff --git a/app/src/main/java/c/i/a/c/e2/q/c.java b/app/src/main/java/c/i/a/c/e2/q/c.java index 0e26dce9ef..e0a994ec56 100644 --- a/app/src/main/java/c/i/a/c/e2/q/c.java +++ b/app/src/main/java/c/i/a/c/e2/q/c.java @@ -19,7 +19,7 @@ public final class c { @ColorInt /* renamed from: c reason: collision with root package name */ - public final Integer f840c; + public final Integer f842c; public final float d; public final boolean e; public final boolean f; @@ -30,7 +30,7 @@ public final class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f841c; + public final int f843c; public final int d; public final int e; public final int f; @@ -39,7 +39,7 @@ public final class c { public a(int i, int i2, int i3, int i4, int i5, int i6, int i7) { this.a = i; this.b = i2; - this.f841c = i3; + this.f843c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -53,7 +53,7 @@ public final class c { public static final Pattern b = Pattern.compile(f0.k("\\\\pos\\((%1$s),(%1$s)\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); /* renamed from: c reason: collision with root package name */ - public static final Pattern f842c = Pattern.compile(f0.k("\\\\move\\(%1$s,%1$s,(%1$s),(%1$s)(?:,%1$s,%1$s)?\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); + public static final Pattern f844c = Pattern.compile(f0.k("\\\\move\\(%1$s,%1$s,(%1$s),(%1$s)(?:,%1$s,%1$s)?\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); public static final Pattern d = Pattern.compile("\\\\an(\\d+)"); @Nullable @@ -61,7 +61,7 @@ public final class c { String str2; String str3; Matcher matcher = b.matcher(str); - Matcher matcher2 = f842c.matcher(str); + Matcher matcher2 = f844c.matcher(str); boolean find = matcher.find(); boolean find2 = matcher2.find(); if (find) { @@ -86,7 +86,7 @@ public final class c { public c(String str, int i, @Nullable @ColorInt Integer num, float f, boolean z2, boolean z3) { this.a = str; this.b = i; - this.f840c = num; + this.f842c = num; this.d = f; this.e = z2; this.f = z3; @@ -117,7 +117,7 @@ public final class c { } } catch (NumberFormatException unused) { } - c.d.b.a.a.h0("Ignoring unknown alignment: ", str, "SsaStyle"); + c.d.b.a.a.g0("Ignoring unknown alignment: ", str, "SsaStyle"); return -1; } diff --git a/app/src/main/java/c/i/a/c/e2/r/a.java b/app/src/main/java/c/i/a/c/e2/r/a.java index 02e96259bd..5deb92790b 100644 --- a/app/src/main/java/c/i/a/c/e2/r/a.java +++ b/app/src/main/java/c/i/a/c/e2/r/a.java @@ -281,7 +281,7 @@ public final class a extends d { i4 = i2; } else { wVar = wVar2; - c.d.b.a.a.h0("Skipping invalid timing: ", g2, "SubripDecoder"); + c.d.b.a.a.g0("Skipping invalid timing: ", g2, "SubripDecoder"); } i3 = 0; aVar = this; @@ -289,7 +289,7 @@ public final class a extends d { } } catch (NumberFormatException unused) { wVar = wVar2; - c.d.b.a.a.h0("Skipping invalid index: ", g, "SubripDecoder"); + c.d.b.a.a.g0("Skipping invalid index: ", g, "SubripDecoder"); } } } diff --git a/app/src/main/java/c/i/a/c/e2/s/b.java b/app/src/main/java/c/i/a/c/e2/s/b.java index 401eae5195..f1e483a6bb 100644 --- a/app/src/main/java/c/i/a/c/e2/s/b.java +++ b/app/src/main/java/c/i/a/c/e2/s/b.java @@ -8,7 +8,7 @@ public final class b { public static final z b = z.l(2, "auto", "none"); /* renamed from: c reason: collision with root package name */ - public static final z f843c = z.t("dot", "sesame", "circle"); + public static final z f845c = z.t("dot", "sesame", "circle"); public static final z d = z.l(2, "filled", "open"); public static final z e = z.t("after", "before", "outside"); public final int f; diff --git a/app/src/main/java/c/i/a/c/e2/s/c.java b/app/src/main/java/c/i/a/c/e2/s/c.java index 870582f8cc..dd1c67e69b 100644 --- a/app/src/main/java/c/i/a/c/e2/s/c.java +++ b/app/src/main/java/c/i/a/c/e2/s/c.java @@ -36,7 +36,7 @@ public final class c extends d { public static final Pattern r = Pattern.compile("^(\\d+\\.?\\d*?)% (\\d+\\.?\\d*?)%$"); /* renamed from: s reason: collision with root package name */ - public static final Pattern f844s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); + public static final Pattern f846s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); public static final Pattern t = Pattern.compile("^(\\d+) (\\d+)$"); public static final b u = new b(30.0f, 1, 1); public static final a v = new a(32, 15); @@ -57,12 +57,12 @@ public final class c extends d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f845c; + public final int f847c; public b(float f, int i, int i2) { this.a = f; this.b = i; - this.f845c = i2; + this.f847c = i2; } } @@ -104,7 +104,7 @@ public final class c extends d { } Matcher matcher = t.matcher(attributeValue); if (!matcher.matches()) { - c.d.b.a.a.h0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); return aVar; } try { @@ -119,7 +119,7 @@ public final class c extends d { } throw new SubtitleDecoderException("Invalid cell resolution " + parseInt + " " + parseInt2); } catch (NumberFormatException unused) { - c.d.b.a.a.h0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); return aVar; } } @@ -134,7 +134,7 @@ public final class c extends d { matcher = p.matcher(split[1]); Log.w("TtmlDecoder", "Multiple values in fontSize attribute. Picking the second value for vertical font size and ignoring the first."); } else { - throw new SubtitleDecoderException(c.d.b.a.a.y(c.d.b.a.a.L("Invalid number of entries for fontSize: "), split.length, ".")); + throw new SubtitleDecoderException(c.d.b.a.a.w(c.d.b.a.a.K("Invalid number of entries for fontSize: "), split.length, ".")); } if (matcher.matches()) { String group = matcher.group(3); @@ -172,14 +172,14 @@ public final class c extends d { fVar.j = 1; break; default: - throw new SubtitleDecoderException(c.d.b.a.a.u("Invalid unit for fontSize: '", group, "'.")); + throw new SubtitleDecoderException(c.d.b.a.a.t("Invalid unit for fontSize: '", group, "'.")); } String group2 = matcher.group(1); Objects.requireNonNull(group2); fVar.k = Float.parseFloat(group2); return; } - throw new SubtitleDecoderException(c.d.b.a.a.u("Invalid expression for fontSize: '", str, "'.")); + throw new SubtitleDecoderException(c.d.b.a.a.t("Invalid expression for fontSize: '", str, "'.")); } public static b o(XmlPullParser xmlPullParser) throws SubtitleDecoderException { @@ -202,7 +202,7 @@ public final class c extends d { if (attributeValue3 != null) { i2 = Integer.parseInt(attributeValue3); } - int i3 = bVar.f845c; + int i3 = bVar.f847c; String attributeValue4 = xmlPullParser.getAttributeValue("http://www.w3.org/ns/ttml#parameter", "tickRate"); if (attributeValue4 != null) { i3 = Integer.parseInt(attributeValue4); @@ -227,7 +227,7 @@ public final class c extends d { char c2; do { xmlPullParser.next(); - if (AnimatableValueParser.w1(xmlPullParser, "style")) { + if (AnimatableValueParser.x1(xmlPullParser, "style")) { String t03 = AnimatableValueParser.t0(xmlPullParser, "style"); f r2 = r(xmlPullParser, new f()); if (t03 != null) { @@ -239,14 +239,14 @@ public final class c extends d { if (str2 != null) { map.put(str2, r2); } - } else if (AnimatableValueParser.w1(xmlPullParser, "region")) { + } else if (AnimatableValueParser.x1(xmlPullParser, "region")) { String t04 = AnimatableValueParser.t0(xmlPullParser, "id"); if (t04 != null) { String t05 = AnimatableValueParser.t0(xmlPullParser, "origin"); if (t05 != null) { Pattern pattern = r; Matcher matcher = pattern.matcher(t05); - Pattern pattern2 = f844s; + Pattern pattern2 = f846s; Matcher matcher2 = pattern2.matcher(t05); if (matcher.matches()) { try { @@ -257,12 +257,12 @@ public final class c extends d { Objects.requireNonNull(group2); f2 = Float.parseFloat(group2) / 100.0f; } catch (NumberFormatException unused) { - c.d.b.a.a.h0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); } } else if (!matcher2.matches()) { - c.d.b.a.a.h0("Ignoring region with unsupported origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring region with unsupported origin: ", t05, "TtmlDecoder"); } else if (cVar == null) { - c.d.b.a.a.h0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); } else { try { String group3 = matcher2.group(1); @@ -276,7 +276,7 @@ public final class c extends d { f = f6; f2 = f7; } catch (NumberFormatException unused2) { - c.d.b.a.a.h0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); } } String t06 = AnimatableValueParser.t0(xmlPullParser, "extent"); @@ -293,12 +293,12 @@ public final class c extends d { f3 = Float.parseFloat(group6) / 100.0f; f4 = parseFloat; } catch (NumberFormatException unused3) { - c.d.b.a.a.h0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); } } else if (!matcher4.matches()) { - c.d.b.a.a.h0("Ignoring region with unsupported extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring region with unsupported extent: ", t05, "TtmlDecoder"); } else if (cVar == null) { - c.d.b.a.a.h0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); } else { try { String group7 = matcher4.group(1); @@ -310,7 +310,7 @@ public final class c extends d { f4 = ((float) parseInt3) / ((float) cVar.a); f3 = parseInt4 / ((float) cVar.b); } catch (NumberFormatException unused4) { - c.d.b.a.a.h0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); } } String t07 = AnimatableValueParser.t0(xmlPullParser, "displayAlign"); @@ -398,15 +398,15 @@ public final class c extends d { eVar = null; if (eVar != null) { } - } else if (AnimatableValueParser.w1(xmlPullParser, "metadata")) { + } else if (AnimatableValueParser.x1(xmlPullParser, "metadata")) { do { xmlPullParser.next(); - if (AnimatableValueParser.w1(xmlPullParser, "image") && (t0 = AnimatableValueParser.t0(xmlPullParser, "id")) != null) { + if (AnimatableValueParser.x1(xmlPullParser, "image") && (t0 = AnimatableValueParser.t0(xmlPullParser, "id")) != null) { map3.put(t0, xmlPullParser.nextText()); } - } while (!AnimatableValueParser.i1(xmlPullParser, "metadata")); + } while (!AnimatableValueParser.j1(xmlPullParser, "metadata")); } - } while (!AnimatableValueParser.i1(xmlPullParser, "head")); + } while (!AnimatableValueParser.j1(xmlPullParser, "head")); return map; } @@ -853,10 +853,10 @@ public final class c extends d { fVar = k(fVar); try { fVar.b = i.a(attributeValue, false); - fVar.f848c = true; + fVar.f850c = true; break; } catch (IllegalArgumentException unused) { - c.d.b.a.a.h0("Failed parsing color value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.g0("Failed parsing color value: ", attributeValue, "TtmlDecoder"); break; } case '\b': @@ -864,7 +864,7 @@ public final class c extends d { Matcher matcher = q.matcher(attributeValue); float f = Float.MAX_VALUE; if (!matcher.matches()) { - c.d.b.a.a.h0("Invalid value for shear: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.g0("Invalid value for shear: ", attributeValue, "TtmlDecoder"); } else { try { String group = matcher.group(1); @@ -898,7 +898,7 @@ public final class c extends d { n(attributeValue, fVar); break; } catch (SubtitleDecoderException unused2) { - c.d.b.a.a.h0("Failed parsing fontSize value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.g0("Failed parsing fontSize value: ", attributeValue, "TtmlDecoder"); break; } case 11: @@ -936,7 +936,7 @@ public final class c extends d { bVar = new b(i2, 0, i3); } else { a1 b2 = h.b(b.d, n2); - a1 b3 = h.b(b.f843c, n2); + a1 b3 = h.b(b.f845c, n2); if (!((h.a) b2).isEmpty() || !((h.a) b3).isEmpty()) { String str2 = (String) c.i.a.f.e.o.c.K(b2, "filled"); int hashCode4 = str2.hashCode(); @@ -1035,7 +1035,7 @@ public final class c extends d { fVar.e = true; break; } catch (IllegalArgumentException unused3) { - c.d.b.a.a.h0("Failed parsing background value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.g0("Failed parsing background value: ", attributeValue, "TtmlDecoder"); break; } } @@ -1137,7 +1137,7 @@ public final class c extends d { parseDouble *= d2; break; case 3: - d = (double) bVar.f845c; + d = (double) bVar.f847c; parseDouble /= d; break; case 4: @@ -1146,7 +1146,7 @@ public final class c extends d { break; } } else { - throw new SubtitleDecoderException(c.d.b.a.a.t("Malformed time expression: ", str)); + throw new SubtitleDecoderException(c.d.b.a.a.s("Malformed time expression: ", str)); } } return (long) (parseDouble * 1000000.0d); @@ -1158,9 +1158,9 @@ public final class c extends d { if (t0 == null) { return null; } - Matcher matcher = f844s.matcher(t0); + Matcher matcher = f846s.matcher(t0); if (!matcher.matches()) { - c.d.b.a.a.h0("Ignoring non-pixel tts extent: ", t0, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring non-pixel tts extent: ", t0, "TtmlDecoder"); return null; } try { @@ -1171,7 +1171,7 @@ public final class c extends d { Objects.requireNonNull(group2); return new C0091c(parseInt, Integer.parseInt(group2)); } catch (NumberFormatException unused) { - c.d.b.a.a.h0("Ignoring malformed tts extent: ", t0, "TtmlDecoder"); + c.d.b.a.a.g0("Ignoring malformed tts extent: ", t0, "TtmlDecoder"); return null; } } diff --git a/app/src/main/java/c/i/a/c/e2/s/d.java b/app/src/main/java/c/i/a/c/e2/s/d.java index aefb77150f..66ffe15ca9 100644 --- a/app/src/main/java/c/i/a/c/e2/s/d.java +++ b/app/src/main/java/c/i/a/c/e2/s/d.java @@ -33,7 +33,7 @@ public final class d { public final String b; /* renamed from: c reason: collision with root package name */ - public final boolean f846c; + public final boolean f848c; public final long d; public final long e; @Nullable @@ -55,7 +55,7 @@ public final class d { this.i = str4; this.f = fVar; this.g = strArr; - this.f846c = str2 != null; + this.f848c = str2 != null; this.d = j; this.e = j2; Objects.requireNonNull(str3); @@ -165,41 +165,41 @@ public final class d { e eVar = map2.get(str2); Objects.requireNonNull(eVar); int i3 = eVar.j; - f r2 = AnimatableValueParser.r2(this.f, this.g, map); + f s2 = AnimatableValueParser.s2(this.f, this.g, map); SpannableStringBuilder spannableStringBuilder = (SpannableStringBuilder) bVar.a; if (spannableStringBuilder == null) { spannableStringBuilder = new SpannableStringBuilder(); bVar.a = spannableStringBuilder; } - if (r2 != null) { + if (s2 != null) { d dVar2 = this.j; - if (r2.b() != -1) { - spannableStringBuilder.setSpan(new StyleSpan(r2.b()), intValue, intValue2, 33); + if (s2.b() != -1) { + spannableStringBuilder.setSpan(new StyleSpan(s2.b()), intValue, intValue2, 33); } - if (r2.f == 1) { + if (s2.f == 1) { spannableStringBuilder.setSpan(new StrikethroughSpan(), intValue, intValue2, 33); } - if (r2.g == 1) { + if (s2.g == 1) { spannableStringBuilder.setSpan(new UnderlineSpan(), intValue, intValue2, 33); } - if (r2.f848c) { - if (r2.f848c) { - AnimatableValueParser.c(spannableStringBuilder, new ForegroundColorSpan(r2.b), intValue, intValue2, 33); + if (s2.f850c) { + if (s2.f850c) { + AnimatableValueParser.c(spannableStringBuilder, new ForegroundColorSpan(s2.b), intValue, intValue2, 33); } else { throw new IllegalStateException("Font color has not been defined."); } } - if (r2.e) { - if (r2.e) { - AnimatableValueParser.c(spannableStringBuilder, new BackgroundColorSpan(r2.d), intValue, intValue2, 33); + if (s2.e) { + if (s2.e) { + AnimatableValueParser.c(spannableStringBuilder, new BackgroundColorSpan(s2.d), intValue, intValue2, 33); } else { throw new IllegalStateException("Background color has not been defined."); } } - if (r2.a != null) { - AnimatableValueParser.c(spannableStringBuilder, new TypefaceSpan(r2.a), intValue, intValue2, 33); + if (s2.a != null) { + AnimatableValueParser.c(spannableStringBuilder, new TypefaceSpan(s2.a), intValue, intValue2, 33); } - b bVar2 = r2.q; + b bVar2 = s2.q; if (bVar2 != null) { int i4 = bVar2.f; it = it2; @@ -217,15 +217,15 @@ public final class d { } else { it = it2; } - int i6 = r2.m; + int i6 = s2.m; if (i6 == 2) { while (true) { if (dVar2 == null) { dVar2 = null; break; } - f r22 = AnimatableValueParser.r2(dVar2.f, dVar2.g, map); - if (r22 != null && r22.m == 1) { + f s22 = AnimatableValueParser.s2(dVar2.f, dVar2.g, map); + if (s22 != null && s22.m == 1) { break; } dVar2 = dVar2.j; @@ -239,8 +239,8 @@ public final class d { break; } d dVar3 = (d) arrayDeque.pop(); - f r23 = AnimatableValueParser.r2(dVar3.f, dVar3.g, map); - if (r23 != null && r23.m == 3) { + f s23 = AnimatableValueParser.s2(dVar3.f, dVar3.g, map); + if (s23 != null && s23.m == 3) { dVar = dVar3; break; } @@ -256,39 +256,39 @@ public final class d { int i7 = f0.a; f fVar = dVar2.f; spannableStringBuilder.setSpan(new b(str3, fVar != null ? fVar.n : -1), intValue, intValue2, 33); - if (r2.p == 1) { + if (s2.p == 1) { z2 = true; } if (z2) { AnimatableValueParser.c(spannableStringBuilder, new a(), intValue, intValue2, 33); } - i = r2.j; + i = s2.j; if (i == 1) { - AnimatableValueParser.c(spannableStringBuilder, new AbsoluteSizeSpan((int) r2.k, true), intValue, intValue2, 33); + AnimatableValueParser.c(spannableStringBuilder, new AbsoluteSizeSpan((int) s2.k, true), intValue, intValue2, 33); } else if (i == 2) { - AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(r2.k), intValue, intValue2, 33); + AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(s2.k), intValue, intValue2, 33); } else if (i == 3) { - AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(r2.k / 100.0f), intValue, intValue2, 33); + AnimatableValueParser.c(spannableStringBuilder, new RelativeSizeSpan(s2.k / 100.0f), intValue, intValue2, 33); } - if (r2.r != Float.MAX_VALUE && "p".equals(this.a)) { - bVar.p = (r2.r * -90.0f) / 100.0f; + if (s2.r != Float.MAX_VALUE && "p".equals(this.a)) { + bVar.p = (s2.r * -90.0f) / 100.0f; } - bVar.f812c = r2.o; + bVar.f814c = s2.o; it2 = it; } } else { z2 = false; } Log.i("TtmlRenderUtil", "Skipping rubyText node without exactly one text child."); - if (r2.p == 1) { + if (s2.p == 1) { } if (z2) { } - i = r2.j; + i = s2.j; if (i == 1) { } - bVar.p = (r2.r * -90.0f) / 100.0f; - bVar.f812c = r2.o; + bVar.p = (s2.r * -90.0f) / 100.0f; + bVar.f814c = s2.o; it2 = it; } } @@ -296,15 +296,15 @@ public final class d { spannableStringBuilder.setSpan(new a(), intValue, intValue2, 33); } z2 = false; - if (r2.p == 1) { + if (s2.p == 1) { } if (z2) { } - i = r2.j; + i = s2.j; if (i == 1) { } - bVar.p = (r2.r * -90.0f) / 100.0f; - bVar.f812c = r2.o; + bVar.p = (s2.r * -90.0f) / 100.0f; + bVar.f814c = s2.o; it2 = it; } } @@ -324,7 +324,7 @@ public final class d { if (!"".equals(this.h)) { str = this.h; } - if (this.f846c && z2) { + if (this.f848c && z2) { SpannableStringBuilder f = f(str, map); String str2 = this.b; Objects.requireNonNull(str2); diff --git a/app/src/main/java/c/i/a/c/e2/s/e.java b/app/src/main/java/c/i/a/c/e2/s/e.java index b0637ad5c3..842224166a 100644 --- a/app/src/main/java/c/i/a/c/e2/s/e.java +++ b/app/src/main/java/c/i/a/c/e2/s/e.java @@ -5,7 +5,7 @@ public final class e { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f847c; + public final float f849c; public final int d; public final int e; public final float f; @@ -17,7 +17,7 @@ public final class e { public e(String str, float f, float f2, int i, int i2, float f3, float f4, int i3, float f5, int i4) { this.a = str; this.b = f; - this.f847c = f2; + this.f849c = f2; this.d = i; this.e = i2; this.f = f3; diff --git a/app/src/main/java/c/i/a/c/e2/s/f.java b/app/src/main/java/c/i/a/c/e2/s/f.java index 660e23ea43..d6404ebb4b 100644 --- a/app/src/main/java/c/i/a/c/e2/s/f.java +++ b/app/src/main/java/c/i/a/c/e2/s/f.java @@ -9,7 +9,7 @@ public final class f { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f848c; + public boolean f850c; public int d; public boolean e; public int f = -1; @@ -34,9 +34,9 @@ public final class f { Layout.Alignment alignment; String str; if (fVar != null) { - if (!this.f848c && fVar.f848c) { + if (!this.f850c && fVar.f850c) { this.b = fVar.b; - this.f848c = true; + this.f850c = true; } if (this.h == -1) { this.h = fVar.h; diff --git a/app/src/main/java/c/i/a/c/e2/s/g.java b/app/src/main/java/c/i/a/c/e2/s/g.java index 637dbefee4..2d6886a122 100644 --- a/app/src/main/java/c/i/a/c/e2/s/g.java +++ b/app/src/main/java/c/i/a/c/e2/s/g.java @@ -77,7 +77,7 @@ public final class g implements f { Bitmap decodeByteArray = BitmapFactory.decodeByteArray(decode, 0, decode.length); e eVar = map2.get(pair.first); Objects.requireNonNull(eVar); - arrayList2.add(new c(null, null, decodeByteArray, eVar.f847c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, -16777216, eVar.j, 0.0f, null)); + arrayList2.add(new c(null, null, decodeByteArray, eVar.f849c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, -16777216, eVar.j, 0.0f, null)); } } for (Map.Entry entry : treeMap.entrySet()) { @@ -129,7 +129,7 @@ public final class g implements f { if (spannableStringBuilder.length() > 0 && spannableStringBuilder.charAt(spannableStringBuilder.length() - 1) == '\n') { spannableStringBuilder.delete(spannableStringBuilder.length() - 1, spannableStringBuilder.length()); } - float f = eVar2.f847c; + float f = eVar2.f849c; int i9 = eVar2.d; bVar.d = f; bVar.e = i9; diff --git a/app/src/main/java/c/i/a/c/e2/t/a.java b/app/src/main/java/c/i/a/c/e2/t/a.java index e2e4d95c17..75a8612cb0 100644 --- a/app/src/main/java/c/i/a/c/e2/t/a.java +++ b/app/src/main/java/c/i/a/c/e2/t/a.java @@ -22,7 +22,7 @@ public final class a extends d { public final String r; /* renamed from: s reason: collision with root package name */ - public final float f849s; + public final float f851s; public final int t; public a(List list) { @@ -39,16 +39,16 @@ public final class a extends d { z2 = (bArr[0] & 32) == 0 ? false : z2; this.o = z2; if (z2) { - this.f849s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); + this.f851s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); } else { - this.f849s = 0.85f; + this.f851s = 0.85f; } } else { this.p = 0; this.q = -1; this.r = str; this.o = false; - this.f849s = 0.85f; + this.f851s = 0.85f; this.t = -1; } } @@ -91,7 +91,7 @@ public final class a extends d { String str; w wVar = this.n; wVar.a = bArr; - wVar.f910c = i; + wVar.f912c = i; wVar.b = 0; int i2 = 2; int i3 = 1; @@ -108,7 +108,7 @@ public final class a extends d { str = wVar.q(x2, c.e); } } - str = wVar.q(x2, c.f1263c); + str = wVar.q(x2, c.f1265c); } if (str.isEmpty()) { return b.i; @@ -125,7 +125,7 @@ public final class a extends d { if (str2 != "sans-serif") { spannableStringBuilder.setSpan(new TypefaceSpan(str2), 0, length2, 16711713); } - float f = this.f849s; + float f = this.f851s; for (int i6 = 8; this.n.a() >= i6; i6 = 8) { w wVar2 = this.n; int i7 = wVar2.b; @@ -145,14 +145,14 @@ public final class a extends d { wVar3.E(i3); int f4 = wVar3.f(); if (x5 > spannableStringBuilder.length()) { - StringBuilder M = c.d.b.a.a.M("Truncating styl end (", x5, ") to cueText.length() ("); - M.append(spannableStringBuilder.length()); - M.append(")."); - Log.w("Tx3gDecoder", M.toString()); + StringBuilder L = c.d.b.a.a.L("Truncating styl end (", x5, ") to cueText.length() ("); + L.append(spannableStringBuilder.length()); + L.append(")."); + Log.w("Tx3gDecoder", L.toString()); x5 = spannableStringBuilder.length(); } if (x4 >= x5) { - Log.w("Tx3gDecoder", c.d.b.a.a.o("Ignoring styl with start (", x4, ") >= end (", x5, ").")); + Log.w("Tx3gDecoder", c.d.b.a.a.n("Ignoring styl with start (", x4, ") >= end (", x5, ").")); } else { l(spannableStringBuilder, s2, this.p, x4, x5, 0); if (f4 != this.q) { diff --git a/app/src/main/java/c/i/a/c/e2/u/c.java b/app/src/main/java/c/i/a/c/e2/u/c.java index 506389b3b1..79fec26b02 100644 --- a/app/src/main/java/c/i/a/c/e2/u/c.java +++ b/app/src/main/java/c/i/a/c/e2/u/c.java @@ -10,13 +10,13 @@ public final class c { public final w b = new w(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f850c = new StringBuilder(); + public final StringBuilder f852c = new StringBuilder(); public static String a(w wVar, StringBuilder sb) { boolean z2 = false; sb.setLength(0); int i = wVar.b; - int i2 = wVar.f910c; + int i2 = wVar.f912c; while (i < i2 && !z2) { char c2 = (char) wVar.a[i]; if ((c2 < 'A' || c2 > 'Z') && ((c2 < 'a' || c2 > 'z') && !((c2 >= '0' && c2 <= '9') || c2 == '#' || c2 == '-' || c2 == '.' || c2 == '_'))) { @@ -40,9 +40,9 @@ public final class c { if (!"".equals(a2)) { return a2; } - StringBuilder L = a.L(""); - L.append((char) wVar.s()); - return L.toString(); + StringBuilder K = a.K(""); + K.append((char) wVar.s()); + return K.toString(); } /* JADX WARNING: Removed duplicated region for block: B:35:0x0068 A[LOOP:1: B:2:0x0002->B:35:0x0068, LOOP_END] */ @@ -62,7 +62,7 @@ public final class c { } if (!z2) { int i = wVar.b; - int i2 = wVar.f910c; + int i2 = wVar.f912c; byte[] bArr = wVar.a; if (i + 2 <= i2) { int i3 = i + 1; diff --git a/app/src/main/java/c/i/a/c/e2/u/d.java b/app/src/main/java/c/i/a/c/e2/u/d.java index 0ff464ac1d..ac3f7d0baa 100644 --- a/app/src/main/java/c/i/a/c/e2/u/d.java +++ b/app/src/main/java/c/i/a/c/e2/u/d.java @@ -22,7 +22,7 @@ public final class d extends c.i.a.c.e2.d { c cVar; w wVar = this.n; wVar.a = bArr; - wVar.f910c = i; + wVar.f912c = i; wVar.b = 0; ArrayList arrayList = new ArrayList(); while (this.n.a() > 0) { @@ -61,7 +61,7 @@ public final class d extends c.i.a.c.e2.d { } else { Pattern pattern = h.a; h.e eVar2 = new h.e(); - eVar2.f856c = charSequence; + eVar2.f858c = charSequence; cVar = eVar2.a().a(); } arrayList.add(cVar); diff --git a/app/src/main/java/c/i/a/c/e2/u/f.java b/app/src/main/java/c/i/a/c/e2/u/f.java index efe9d09f93..49974a2183 100644 --- a/app/src/main/java/c/i/a/c/e2/u/f.java +++ b/app/src/main/java/c/i/a/c/e2/u/f.java @@ -10,7 +10,7 @@ public final class f { public String b = ""; /* renamed from: c reason: collision with root package name */ - public Set f851c = Collections.emptySet(); + public Set f853c = Collections.emptySet(); public String d = ""; @Nullable public String e = null; diff --git a/app/src/main/java/c/i/a/c/e2/u/g.java b/app/src/main/java/c/i/a/c/e2/u/g.java index 55f1c84e35..2b5cdd850e 100644 --- a/app/src/main/java/c/i/a/c/e2/u/g.java +++ b/app/src/main/java/c/i/a/c/e2/u/g.java @@ -7,11 +7,11 @@ public final class g { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f852c; + public final long f854c; public g(c cVar, long j, long j2) { this.a = cVar; this.b = j; - this.f852c = j2; + this.f854c = j2; } } diff --git a/app/src/main/java/c/i/a/c/e2/u/h.java b/app/src/main/java/c/i/a/c/e2/u/h.java index 651df888ac..ad780f37fd 100644 --- a/app/src/main/java/c/i/a/c/e2/u/h.java +++ b/app/src/main/java/c/i/a/c/e2/u/h.java @@ -36,7 +36,7 @@ public final class h { public static final Pattern b = Pattern.compile("(\\S+?):(\\S+)"); /* renamed from: c reason: collision with root package name */ - public static final Map f853c; + public static final Map f855c; public static final Map d; /* compiled from: WebvttCueParser */ @@ -45,11 +45,11 @@ public final class h { public final c b; /* renamed from: c reason: collision with root package name */ - public final int f854c; + public final int f856c; public b(c cVar, int i, a aVar) { this.b = cVar; - this.f854c = i; + this.f856c = i; } } @@ -59,13 +59,13 @@ public final class h { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f855c; + public final String f857c; public final Set d; public c(String str, int i, String str2, Set set) { this.b = i; this.a = str; - this.f855c = str2; + this.f857c = str2; this.d = set; } } @@ -93,7 +93,7 @@ public final class h { public long b = 0; /* renamed from: c reason: collision with root package name */ - public CharSequence f856c; + public CharSequence f858c; public int d = 2; public float e = -3.4028235E38f; public int f = 1; @@ -143,7 +143,7 @@ public final class h { if (i5 != 3) { if (i5 != 4) { if (i5 != 5) { - c.d.b.a.a.f0("Unknown textAlignment: ", i5, "WebvttCueParser"); + c.d.b.a.a.d0("Unknown textAlignment: ", i5, "WebvttCueParser"); alignment = null; } } @@ -152,7 +152,7 @@ public final class h { } else { alignment = Layout.Alignment.ALIGN_CENTER; } - bVar.f812c = alignment; + bVar.f814c = alignment; float f3 = this.e; int i6 = this.f; i = (f3 > -3.4028235E38f ? 1 : (f3 == -3.4028235E38f ? 0 : -1)); @@ -175,7 +175,7 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f856c; + charSequence = this.f858c; if (charSequence != null) { bVar.a = charSequence; } @@ -192,13 +192,13 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f856c; + charSequence = this.f858c; if (charSequence != null) { } return bVar; } alignment = Layout.Alignment.ALIGN_NORMAL; - bVar.f812c = alignment; + bVar.f814c = alignment; float f3 = this.e; int i6 = this.f; i = (f3 > -3.4028235E38f ? 1 : (f3 == -3.4028235E38f ? 0 : -1)); @@ -214,7 +214,7 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f856c; + charSequence = this.f858c; if (charSequence != null) { } return bVar; @@ -231,7 +231,7 @@ public final class h { hashMap.put("magenta", Integer.valueOf(Color.rgb(255, 0, 255))); hashMap.put("blue", Integer.valueOf(Color.rgb(0, 0, 255))); hashMap.put("black", Integer.valueOf(Color.rgb(0, 0, 0))); - f853c = Collections.unmodifiableMap(hashMap); + f855c = Collections.unmodifiableMap(hashMap); HashMap hashMap2 = new HashMap(); hashMap2.put("bg_white", Integer.valueOf(Color.rgb(255, 255, 255))); hashMap2.put("bg_lime", Integer.valueOf(Color.rgb(0, 255, 0))); @@ -282,7 +282,7 @@ public final class h { break; case 2: for (String str3 : cVar.d) { - Map map = f853c; + Map map = f855c; if (map.containsKey(str3)) { spannableStringBuilder.setSpan(new ForegroundColorSpan(map.get(str3).intValue()), i2, length, 33); } else { @@ -316,7 +316,7 @@ public final class h { c4 = c3 != i3 ? c3 : 1; } int i8 = bVar.b.b - i7; - int i9 = bVar.f854c - i7; + int i9 = bVar.f856c - i7; CharSequence subSequence = spannableStringBuilder.subSequence(i8, i9); spannableStringBuilder.delete(i8, i9); spannableStringBuilder.setSpan(new c.i.a.c.e2.p.b(subSequence.toString(), c4), i5, i8, 33); @@ -494,10 +494,10 @@ public final class h { f fVar = list.get(i2); String str2 = cVar.a; Set set = cVar.d; - String str3 = cVar.f855c; - if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f851c.isEmpty() || !fVar.d.isEmpty()) { + String str3 = cVar.f857c; + if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f853c.isEmpty() || !fVar.d.isEmpty()) { int b2 = f.b(f.b(f.b(0, fVar.a, str, 1073741824), fVar.b, str2, 2), fVar.d, str3, 4); - i = (b2 == -1 || !set.containsAll(fVar.f851c)) ? 0 : b2 + (fVar.f851c.size() * 4); + i = (b2 == -1 || !set.containsAll(fVar.f853c)) ? 0 : b2 + (fVar.f853c.size() * 4); } else { i = TextUtils.isEmpty(str2); } @@ -547,12 +547,12 @@ public final class h { sb.append(g.trim()); g = wVar.g(); } - eVar.f856c = f(str, sb.toString(), list); + eVar.f858c = f(str, sb.toString(), list); return new g(eVar.a().a(), eVar.a, eVar.b); } catch (NumberFormatException unused) { - StringBuilder L = c.d.b.a.a.L("Skipping cue with bad header: "); - L.append(matcher.group()); - Log.w("WebvttCueParser", L.toString()); + StringBuilder K = c.d.b.a.a.K("Skipping cue with bad header: "); + K.append(matcher.group()); + Log.w("WebvttCueParser", K.toString()); return null; } } @@ -648,9 +648,9 @@ public final class h { Log.w("WebvttCueParser", "Unknown cue setting " + group + ":" + group2); } } catch (NumberFormatException unused) { - StringBuilder L = c.d.b.a.a.L("Skipping bad cue setting: "); - L.append(matcher.group()); - Log.w("WebvttCueParser", L.toString()); + StringBuilder K = c.d.b.a.a.K("Skipping bad cue setting: "); + K.append(matcher.group()); + Log.w("WebvttCueParser", K.toString()); } } } @@ -921,7 +921,7 @@ public final class h { i = 0; break; default: - c.d.b.a.a.h0("Invalid anchor value: ", substring, "WebvttCueParser"); + c.d.b.a.a.g0("Invalid anchor value: ", substring, "WebvttCueParser"); i = Integer.MIN_VALUE; break; } @@ -996,7 +996,7 @@ public final class h { case 4: break; default: - c.d.b.a.a.h0("Invalid anchor value: ", substring, "WebvttCueParser"); + c.d.b.a.a.g0("Invalid anchor value: ", substring, "WebvttCueParser"); i = Integer.MIN_VALUE; break; } diff --git a/app/src/main/java/c/i/a/c/e2/u/i.java b/app/src/main/java/c/i/a/c/e2/u/i.java index ea7ede1794..c27b0bb182 100644 --- a/app/src/main/java/c/i/a/c/e2/u/i.java +++ b/app/src/main/java/c/i/a/c/e2/u/i.java @@ -37,7 +37,7 @@ public final class i extends d { String sb; w wVar = this.n; wVar.a = bArr; - wVar.f910c = i; + wVar.f912c = i; int i2 = 0; wVar.b = 0; ArrayList arrayList2 = new ArrayList(); @@ -73,7 +73,7 @@ public final class i extends d { this.n.g(); c cVar2 = this.o; w wVar3 = this.n; - cVar2.f850c.setLength(i2); + cVar2.f852c.setLength(i2); int i5 = wVar3.b; do { } while (!TextUtils.isEmpty(wVar3.g())); @@ -82,7 +82,7 @@ public final class i extends d { ArrayList arrayList3 = new ArrayList(); while (true) { w wVar4 = cVar2.b; - StringBuilder sb2 = cVar2.f850c; + StringBuilder sb2 = cVar2.f852c; c.c(wVar4); if (wVar4.a() >= 5 && "::cue".equals(wVar4.p(5))) { int i6 = wVar4.b; @@ -93,7 +93,7 @@ public final class i extends d { str = ""; } else if ("(".equals(b)) { int i7 = wVar4.b; - int i8 = wVar4.f910c; + int i8 = wVar4.f912c; boolean z3 = false; while (i7 < i8 && !z3) { int i9 = i7 + 1; @@ -105,7 +105,7 @@ public final class i extends d { } else { str = null; } - if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f850c))) { + if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f852c))) { break; } f fVar = new f(); @@ -136,7 +136,7 @@ public final class i extends d { int i10 = r8 == true ? 1 : 0; int i11 = r8 == true ? 1 : 0; int i12 = r8 == true ? 1 : 0; - fVar.f851c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); + fVar.f853c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); } } boolean z5 = false; @@ -144,12 +144,12 @@ public final class i extends d { while (!z5) { w wVar5 = cVar2.b; int i13 = wVar5.b; - String b2 = c.b(wVar5, cVar2.f850c); + String b2 = c.b(wVar5, cVar2.f852c); boolean z6 = b2 == null || "}".equals(b2); if (!z6) { cVar2.b.D(i13); w wVar6 = cVar2.b; - StringBuilder sb3 = cVar2.f850c; + StringBuilder sb3 = cVar2.f852c; c.c(wVar6); String a = c.a(wVar6, sb3); if (!"".equals(a) && ":".equals(c.b(wVar6, sb3))) { diff --git a/app/src/main/java/c/i/a/c/e2/u/j.java b/app/src/main/java/c/i/a/c/e2/u/j.java index c1bb1b7c45..8968b5d403 100644 --- a/app/src/main/java/c/i/a/c/e2/u/j.java +++ b/app/src/main/java/c/i/a/c/e2/u/j.java @@ -37,9 +37,9 @@ public final class j { String g = wVar.g(); if (!(g != null && g.startsWith("WEBVTT"))) { wVar.D(i); - StringBuilder L = a.L("Expected WEBVTT. Got "); - L.append(wVar.g()); - throw new ParserException(L.toString()); + StringBuilder K = a.K("Expected WEBVTT. Got "); + K.append(wVar.g()); + throw new ParserException(K.toString()); } } } diff --git a/app/src/main/java/c/i/a/c/e2/u/k.java b/app/src/main/java/c/i/a/c/e2/u/k.java index 211a2e0329..6c2fc30823 100644 --- a/app/src/main/java/c/i/a/c/e2/u/k.java +++ b/app/src/main/java/c/i/a/c/e2/u/k.java @@ -22,7 +22,7 @@ public final class k implements f { int i2 = i * 2; long[] jArr = this.j; jArr[i2] = gVar.b; - jArr[i2 + 1] = gVar.f852c; + jArr[i2 + 1] = gVar.f854c; } long[] jArr2 = this.j; long[] copyOf = Arrays.copyOf(jArr2, jArr2.length); diff --git a/app/src/main/java/c/i/a/c/f2/b.java b/app/src/main/java/c/i/a/c/f2/b.java index d47fb98f34..d621576be6 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.f2249c; + int[] iArr = DefaultTrackSelector.f2252c; 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 778fd4d369..e329aa9f79 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.f2249c; + int[] iArr = DefaultTrackSelector.f2252c; if (num.intValue() == -1) { return num2.intValue() == -1 ? 0 : -1; } diff --git a/app/src/main/java/c/i/a/c/f2/e.java b/app/src/main/java/c/i/a/c/f2/e.java index 9aaafaecc6..bdd25fe431 100644 --- a/app/src/main/java/c/i/a/c/f2/e.java +++ b/app/src/main/java/c/i/a/c/f2/e.java @@ -12,7 +12,7 @@ public abstract class e implements g { public final int b; /* renamed from: c reason: collision with root package name */ - public final int[] f857c; + public final int[] f859c; public final Format[] d; public int e; @@ -27,12 +27,12 @@ public abstract class e implements g { this.d[i] = trackGroup.j[iArr[i]]; } Arrays.sort(this.d, a.i); - this.f857c = new int[this.b]; + this.f859c = new int[this.b]; int i2 = 0; while (true) { int i3 = this.b; if (i2 < i3) { - int[] iArr2 = this.f857c; + int[] iArr2 = this.f859c; Format format = this.d[i2]; int i4 = 0; while (true) { @@ -82,12 +82,12 @@ public abstract class e implements g { return false; } e eVar = (e) obj; - return this.a == eVar.a && Arrays.equals(this.f857c, eVar.f857c); + return this.a == eVar.a && Arrays.equals(this.f859c, eVar.f859c); } @Override // c.i.a.c.f2.j public final int f(int i) { - return this.f857c[i]; + return this.f859c[i]; } @Override // c.i.a.c.f2.g @@ -101,7 +101,7 @@ public abstract class e implements g { public int hashCode() { if (this.e == 0) { - this.e = Arrays.hashCode(this.f857c) + (System.identityHashCode(this.a) * 31); + this.e = Arrays.hashCode(this.f859c) + (System.identityHashCode(this.a) * 31); } return this.e; } @@ -122,6 +122,6 @@ public abstract class e implements g { @Override // c.i.a.c.f2.j public final int length() { - return this.f857c.length; + return this.f859c.length; } } diff --git a/app/src/main/java/c/i/a/c/f2/g.java b/app/src/main/java/c/i/a/c/f2/g.java index aadfaa2a54..94f813328a 100644 --- a/app/src/main/java/c/i/a/c/f2/g.java +++ b/app/src/main/java/c/i/a/c/f2/g.java @@ -12,21 +12,21 @@ public interface g extends j { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int f858c; + public final int f860c; @Nullable public final Object d; public a(TrackGroup trackGroup, int... iArr) { this.a = trackGroup; this.b = iArr; - this.f858c = 0; + this.f860c = 0; this.d = null; } public a(TrackGroup trackGroup, int[] iArr, int i, @Nullable Object obj) { this.a = trackGroup; this.b = iArr; - this.f858c = i; + this.f860c = i; this.d = obj; } } diff --git a/app/src/main/java/c/i/a/c/f2/i.java b/app/src/main/java/c/i/a/c/f2/i.java index 8dbe7e8409..4026f2fead 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 @@ -45,13 +45,13 @@ public abstract class i extends l { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final TrackGroupArray[] f859c; + public final TrackGroupArray[] f861c; public final int[] d; public final int[][][] e; public a(String[] strArr, int[] iArr, TrackGroupArray[] trackGroupArrayArr, int[] iArr2, int[][][] iArr3, TrackGroupArray trackGroupArray) { this.b = iArr; - this.f859c = trackGroupArrayArr; + this.f861c = trackGroupArrayArr; this.e = iArr3; this.d = iArr2; this.a = iArr.length; @@ -200,12 +200,12 @@ public abstract class i extends l { while (i24 < i23) { if (2 == aVar7.b[i24]) { if (!z11) { - TrackGroupArray trackGroupArray4 = aVar7.f859c[i24]; + TrackGroupArray trackGroupArray4 = aVar7.f861c[i24]; int[][] iArr16 = iArr12[i24]; int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2253z && (i25 & i26) != 0; + boolean z12 = parameters6.f2256z && (i25 & i26) != 0; DefaultTrackSelector.Parameters parameters7 = parameters6; int i27 = 0; while (true) { @@ -219,7 +219,7 @@ public abstract class i extends l { iArr7 = iArr13; int i29 = parameters7.r; iArr6 = iArr12; - int i30 = parameters7.f2250s; + int i30 = parameters7.f2253s; i9 = i23; int i31 = parameters7.t; z5 = z10; @@ -229,7 +229,7 @@ public abstract class i extends l { aVarArr = aVarArr2; int i34 = parameters7.w; i8 = i24; - int i35 = parameters7.f2251x; + int i35 = parameters7.f2254x; iArr8 = iArr16; int i36 = parameters7.B; parameters4 = parameters5; @@ -237,12 +237,12 @@ public abstract class i extends l { boolean z13 = parameters7.D; trackGroupArray2 = trackGroupArray4; if (trackGroup4.i < 2) { - iArr9 = DefaultTrackSelector.f2249c; + iArr9 = DefaultTrackSelector.f2252c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2249c; + iArr9 = DefaultTrackSelector.f2252c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -300,7 +300,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2249c : c.k0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2252c : c.k0(list); if (iArr9.length <= 0) { aVar5 = new g.a(trackGroup4, iArr9); break; @@ -353,7 +353,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.f2252y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2255y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { i43 = i44; trackGroup7 = trackGroup6; eVar2 = eVar3; @@ -385,7 +385,7 @@ public abstract class i extends l { parameters3 = parameters5; } aVar7 = aVar6; - z10 = z5 | (aVar6.f859c[i8].j > 0); + z10 = z5 | (aVar6.f861c[i8].j > 0); } else { defaultTrackSelector = defaultTrackSelector2; i9 = i23; @@ -412,7 +412,7 @@ public abstract class i extends l { while (i47 < i45) { if (1 == aVar7.b[i47]) { boolean z14 = parameters6.Q || !z10; - TrackGroupArray trackGroupArray5 = aVar7.f859c[i47]; + TrackGroupArray trackGroupArray5 = aVar7.f861c[i47]; int[][] iArr19 = iArr12[i47]; int i48 = iArr13[i47]; DefaultTrackSelector.a aVar9 = null; @@ -554,7 +554,7 @@ public abstract class i extends l { str = str8; parameters = parameters9; } else if (i60 != 3) { - TrackGroupArray trackGroupArray6 = aVar13.f859c[i58]; + TrackGroupArray trackGroupArray6 = aVar13.f861c[i58]; int[][] iArr23 = iArr12[i58]; TrackGroup trackGroup10 = null; DefaultTrackSelector.b bVar = null; @@ -594,7 +594,7 @@ public abstract class i extends l { str = str8; } else { parameters = parameters9; - TrackGroupArray trackGroupArray7 = aVar13.f859c[i58]; + TrackGroupArray trackGroupArray7 = aVar13.f861c[i58]; int[][] iArr25 = iArr12[i58]; TrackGroup trackGroup13 = null; DefaultTrackSelector.d dVar2 = null; @@ -660,7 +660,7 @@ public abstract class i extends l { if (parameters9.S.get(i69)) { aVarArr2[i69] = null; } else { - TrackGroupArray trackGroupArray8 = aVar13.f859c[i69]; + TrackGroupArray trackGroupArray8 = aVar13.f861c[i69]; Map map = parameters9.R.get(i69); if (map != null && map.containsKey(trackGroupArray8)) { Map map2 = parameters9.R.get(i69); @@ -807,7 +807,7 @@ public abstract class i extends l { int[] iArr29 = aVar19.b; if (iArr29.length != 0) { if (iArr29.length == 1) { - gVar = new h(aVar19.a, iArr29[0], aVar19.f858c, aVar19.d); + gVar = new h(aVar19.a, iArr29[0], aVar19.f860c, aVar19.d); } else { long j = (long) 25000; gVar = new d(aVar19.a, iArr29, dVar5, (long) 10000, j, j, 0.7f, 0.75f, l.get(i84), c.i.a.c.i2.g.a); @@ -842,7 +842,7 @@ public abstract class i extends l { if (i89 == 1) { if (gVar2 != null) { int[][] iArr30 = iArr12[i86]; - int a2 = aVar13.f859c[i86].a(gVar2.a()); + int a2 = aVar13.f861c[i86].a(gVar2.a()); int i90 = 0; while (true) { if (i90 >= gVar2.length()) { diff --git a/app/src/main/java/c/i/a/c/f2/k.java b/app/src/main/java/c/i/a/c/f2/k.java index a46b485e86..1cbdae678c 100644 --- a/app/src/main/java/c/i/a/c/f2/k.java +++ b/app/src/main/java/c/i/a/c/f2/k.java @@ -8,7 +8,7 @@ public final class k { public final j[] b; /* renamed from: c reason: collision with root package name */ - public int f860c; + public int f862c; public k(j... jVarArr) { this.b = jVarArr; @@ -26,9 +26,9 @@ public final class k { } public int hashCode() { - if (this.f860c == 0) { - this.f860c = 527 + Arrays.hashCode(this.b); + if (this.f862c == 0) { + this.f862c = 527 + Arrays.hashCode(this.b); } - return this.f860c; + return this.f862c; } } diff --git a/app/src/main/java/c/i/a/c/f2/m.java b/app/src/main/java/c/i/a/c/f2/m.java index 1d06181945..dba19777cc 100644 --- a/app/src/main/java/c/i/a/c/f2/m.java +++ b/app/src/main/java/c/i/a/c/f2/m.java @@ -9,19 +9,19 @@ public final class m { public final m1[] b; /* renamed from: c reason: collision with root package name */ - public final g[] f861c; + public final g[] f863c; @Nullable public final Object d; public m(m1[] m1VarArr, g[] gVarArr, @Nullable Object obj) { this.b = m1VarArr; - this.f861c = (g[]) gVarArr.clone(); + this.f863c = (g[]) gVarArr.clone(); this.d = obj; this.a = m1VarArr.length; } public boolean a(@Nullable m mVar, int i) { - return mVar != null && f0.a(this.b[i], mVar.b[i]) && f0.a(this.f861c[i], mVar.f861c[i]); + return mVar != null && f0.a(this.b[i], mVar.b[i]) && f0.a(this.f863c[i], mVar.f863c[i]); } public boolean b(int i) { diff --git a/app/src/main/java/c/i/a/c/g0.java b/app/src/main/java/c/i/a/c/g0.java index 5ac4caed69..d25db95b98 100644 --- a/app/src/main/java/c/i/a/c/g0.java +++ b/app/src/main/java/c/i/a/c/g0.java @@ -26,7 +26,7 @@ public abstract class g0 implements k1, l1 { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f862s; + public boolean f864s; public g0(int i) { this.i = i; @@ -70,9 +70,9 @@ public abstract class g0 implements k1, l1 { } else if (a == -5) { Format format = s0Var.b; Objects.requireNonNull(format); - if (format.f2207x != Long.MAX_VALUE) { + if (format.f2210x != Long.MAX_VALUE) { Format.b a2 = format.a(); - a2.o = format.f2207x + this.p; + a2.o = format.f2210x + this.p; s0Var.b = a2.a(); } } @@ -227,14 +227,14 @@ public abstract class g0 implements k1, l1 { /* JADX WARNING: Removed duplicated region for block: B:17:0x0027 */ public final ExoPlaybackException z(Throwable th, @Nullable Format format, boolean z2) { int i; - if (format != null && !this.f862s) { - this.f862s = true; + if (format != null && !this.f864s) { + this.f864s = true; boolean z3 = false; try { i = a(format) & 7; } catch (ExoPlaybackException unused) { } finally { - this.f862s = z3; + this.f864s = z3; } return new ExoPlaybackException(1, th, null, getName(), this.l, format, format != null ? 4 : i, z2); } diff --git a/app/src/main/java/c/i/a/c/g2/e.java b/app/src/main/java/c/i/a/c/g2/e.java index 4274d52f4a..aca33a3269 100644 --- a/app/src/main/java/c/i/a/c/g2/e.java +++ b/app/src/main/java/c/i/a/c/g2/e.java @@ -14,7 +14,7 @@ public final /* synthetic */ class e implements Comparator { if (compare != 0) { return compare; } - int compareTo = cVar.f863c.compareTo(cVar2.f863c); + int compareTo = cVar.f865c.compareTo(cVar2.f865c); return compareTo != 0 ? compareTo : cVar.d.compareTo(cVar2.d); } } diff --git a/app/src/main/java/c/i/a/c/g2/f.java b/app/src/main/java/c/i/a/c/g2/f.java index 91bff4e0a3..637e812be1 100644 --- a/app/src/main/java/c/i/a/c/g2/f.java +++ b/app/src/main/java/c/i/a/c/g2/f.java @@ -14,7 +14,7 @@ public final /* synthetic */ class f implements Comparator { if (compare != 0) { return compare; } - int compareTo = cVar2.f863c.compareTo(cVar.f863c); + int compareTo = cVar2.f865c.compareTo(cVar.f865c); return compareTo != 0 ? compareTo : cVar2.d.compareTo(cVar.d); } } diff --git a/app/src/main/java/c/i/a/c/g2/g.java b/app/src/main/java/c/i/a/c/g2/g.java index e24a86e1df..335440957e 100644 --- a/app/src/main/java/c/i/a/c/g2/g.java +++ b/app/src/main/java/c/i/a/c/g2/g.java @@ -97,8 +97,8 @@ public final class g extends View implements SubtitleView.a { int paddingBottom = height - getPaddingBottom(); if (paddingBottom > paddingTop && width > paddingLeft) { int i17 = paddingBottom - paddingTop; - float s2 = AnimatableValueParser.s2(gVar.k, gVar.l, height, i17); - if (s2 > 0.0f) { + float t2 = AnimatableValueParser.t2(gVar.k, gVar.l, height, i17); + if (t2 > 0.0f) { int size = list.size(); int i18 = 0; while (i18 < size) { @@ -107,7 +107,7 @@ public final class g extends View implements SubtitleView.a { c.b a = cVar.a(); a.g = -3.4028235E38f; a.h = Integer.MIN_VALUE; - a.f812c = null; + a.f814c = null; if (cVar.f == 0) { a.d = 1.0f - cVar.e; a.e = 0; @@ -123,7 +123,7 @@ public final class g extends View implements SubtitleView.a { } cVar = a.a(); } - float s22 = AnimatableValueParser.s2(cVar.n, cVar.o, height, i17); + float t22 = AnimatableValueParser.t2(cVar.n, cVar.o, height, i17); j jVar = gVar.i.get(i18); b bVar = gVar.m; float f4 = gVar.n; @@ -138,7 +138,7 @@ public final class g extends View implements SubtitleView.a { if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2)))) { } jVar.i = cVar.b; - jVar.j = cVar.f811c; + jVar.j = cVar.f813c; jVar.k = cVar.d; jVar.l = cVar.e; jVar.m = cVar.f; @@ -147,15 +147,15 @@ public final class g extends View implements SubtitleView.a { jVar.p = cVar.i; jVar.q = cVar.j; jVar.r = cVar.k; - jVar.f865s = bVar.b; - jVar.t = bVar.f810c; + jVar.f867s = bVar.b; + jVar.t = bVar.f812c; jVar.u = i8; jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f866x = s2; - jVar.f867y = s22; - jVar.f868z = f4; + jVar.f868x = t2; + jVar.f869y = t22; + jVar.f870z = f4; jVar.A = paddingLeft; jVar.B = paddingTop; jVar.C = width; @@ -175,7 +175,7 @@ public final class g extends View implements SubtitleView.a { paddingTop = i4; width = i3; paddingBottom = i2; - s2 = f; + t2 = f; gVar = this; } else if (TextUtils.isEmpty(cVar.b)) { canvas2 = canvas3; @@ -184,7 +184,7 @@ public final class g extends View implements SubtitleView.a { i3 = width; i2 = paddingBottom; i7 = i17; - f = s2; + f = t2; i6 = size; } else { i8 = cVar.l ? cVar.m : bVar.d; @@ -192,17 +192,17 @@ public final class g extends View implements SubtitleView.a { charSequence = jVar.i; i6 = size; charSequence2 = cVar.b; - if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f811c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.r == cVar.k && jVar.f865s == bVar.b && jVar.t == bVar.f810c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f866x == s2 && jVar.f867y == s22 && jVar.f868z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) { + if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f813c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.r == cVar.k && jVar.f867s == bVar.b && jVar.t == bVar.f812c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f868x == t2 && jVar.f869y == t22 && jVar.f870z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) { jVar.a(canvas3, z4); canvas2 = canvas3; i5 = paddingLeft; i4 = paddingTop; i3 = width; i2 = paddingBottom; - f = s2; + f = t2; } else { jVar.i = cVar.b; - jVar.j = cVar.f811c; + jVar.j = cVar.f813c; jVar.k = cVar.d; jVar.l = cVar.e; jVar.m = cVar.f; @@ -211,15 +211,15 @@ public final class g extends View implements SubtitleView.a { jVar.p = cVar.i; jVar.q = cVar.j; jVar.r = cVar.k; - jVar.f865s = bVar.b; - jVar.t = bVar.f810c; + jVar.f867s = bVar.b; + jVar.t = bVar.f812c; jVar.u = i8; jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f866x = s2; - jVar.f867y = s22; - jVar.f868z = f4; + jVar.f868x = t2; + jVar.f869y = t22; + jVar.f870z = f4; jVar.A = paddingLeft; jVar.B = paddingTop; jVar.C = width; @@ -230,8 +230,8 @@ public final class g extends View implements SubtitleView.a { SpannableStringBuilder spannableStringBuilder = charSequence3 instanceof SpannableStringBuilder ? (SpannableStringBuilder) charSequence3 : new SpannableStringBuilder(jVar.i); int i20 = jVar.C - jVar.A; int i21 = jVar.D - jVar.B; - jVar.f.setTextSize(jVar.f866x); - int i22 = (int) ((jVar.f866x * 0.125f) + 0.5f); + jVar.f.setTextSize(jVar.f868x); + int i22 = (int) ((jVar.f868x * 0.125f) + 0.5f); int i23 = i22 * 2; int i24 = i20 - i23; float f5 = jVar.q; @@ -244,18 +244,18 @@ public final class g extends View implements SubtitleView.a { i4 = paddingTop; i3 = width; i2 = paddingBottom; - f = s2; + f = t2; i = i18; z2 = z4; canvas2 = canvas3; } else { i5 = paddingLeft; i4 = paddingTop; - if (jVar.f867y > 0.0f) { + if (jVar.f869y > 0.0f) { i3 = width; i2 = paddingBottom; i10 = 0; - spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f867y), 0, spannableStringBuilder.length(), 16711680); + spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f869y), 0, spannableStringBuilder.length(), 16711680); } else { i3 = width; i2 = paddingBottom; @@ -273,14 +273,14 @@ public final class g extends View implements SubtitleView.a { if (Color.alpha(jVar.t) > 0) { int i26 = jVar.w; if (i26 == 0 || i26 == 2) { - f = s2; + f = t2; spannableStringBuilder.setSpan(new BackgroundColorSpan(jVar.t), 0, spannableStringBuilder.length(), 16711680); } else { - f = s2; + f = t2; spannableStringBuilder2.setSpan(new BackgroundColorSpan(jVar.t), 0, spannableStringBuilder2.length(), 16711680); } } else { - f = s2; + f = t2; } Layout.Alignment alignment = jVar.j; if (alignment == null) { @@ -363,7 +363,7 @@ public final class g extends View implements SubtitleView.a { if (i15 > i16) { } } else { - i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f868z)); + i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f870z)); } i13 = i14; jVar.E = new StaticLayout(spannableStringBuilder, jVar.f, i33, alignment, jVar.d, jVar.e, true); @@ -384,7 +384,7 @@ public final class g extends View implements SubtitleView.a { paddingTop = i4; width = i3; paddingBottom = i2; - s2 = f; + t2 = f; gVar = this; } else { z3 = z4; @@ -392,7 +392,7 @@ public final class g extends View implements SubtitleView.a { i4 = paddingTop; i3 = width; i2 = paddingBottom; - f = s2; + f = t2; i = i18; Objects.requireNonNull(jVar.k); Bitmap bitmap = jVar.k; @@ -451,7 +451,7 @@ public final class g extends View implements SubtitleView.a { paddingTop = i4; width = i3; paddingBottom = i2; - s2 = f; + t2 = f; gVar = this; } } @@ -466,7 +466,7 @@ public final class g extends View implements SubtitleView.a { paddingTop = i4; width = i3; paddingBottom = i2; - s2 = f; + t2 = f; gVar = this; } } diff --git a/app/src/main/java/c/i/a/c/g2/i.java b/app/src/main/java/c/i/a/c/g2/i.java index 6139f59c1b..54d38401c8 100644 --- a/app/src/main/java/c/i/a/c/g2/i.java +++ b/app/src/main/java/c/i/a/c/g2/i.java @@ -26,13 +26,13 @@ public final class i { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f863c; + public final String f865c; public final String d; public c(int i, int i2, String str, String str2, a aVar) { this.a = i; this.b = i2; - this.f863c = str; + this.f865c = str; this.d = str2; } } diff --git a/app/src/main/java/c/i/a/c/g2/j.java b/app/src/main/java/c/i/a/c/g2/j.java index 9a0b05639d..2dc247dd8e 100644 --- a/app/src/main/java/c/i/a/c/g2/j.java +++ b/app/src/main/java/c/i/a/c/g2/j.java @@ -28,7 +28,7 @@ public final class j { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f864c; + public final float f866c; public final float d; public final float e; public final TextPaint f; @@ -49,20 +49,20 @@ public final class j { public float r; /* renamed from: s reason: collision with root package name */ - public int f865s; + public int f867s; public int t; public int u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public float f866x; + public float f868x; /* renamed from: y reason: collision with root package name */ - public float f867y; + public float f869y; /* renamed from: z reason: collision with root package name */ - public float f868z; + public float f870z; public j(Context context) { TypedArray obtainStyledAttributes = context.obtainStyledAttributes(null, new int[]{16843287, 16843288}, 0, 0); @@ -72,7 +72,7 @@ public final class j { float round = (float) Math.round((((float) context.getResources().getDisplayMetrics().densityDpi) * 2.0f) / 160.0f); this.a = round; this.b = round; - this.f864c = round; + this.f866c = round; TextPaint textPaint = new TextPaint(); this.f = textPaint; textPaint.setAntiAlias(true); @@ -109,7 +109,7 @@ public final class j { } else if (i == 2) { TextPaint textPaint = this.f; float f = this.b; - float f2 = this.f864c; + float f2 = this.f866c; textPaint.setShadowLayer(f, f2, f2, this.v); } else if (i == 3 || i == 4) { if (i != 3) { @@ -121,14 +121,14 @@ public final class j { i2 = this.v; } float f3 = this.b / 2.0f; - this.f.setColor(this.f865s); + this.f.setColor(this.f867s); this.f.setStyle(Paint.Style.FILL); float f4 = -f3; this.f.setShadowLayer(this.b, f4, f4, i3); staticLayout2.draw(canvas); this.f.setShadowLayer(this.b, f3, f3, i2); } - this.f.setColor(this.f865s); + this.f.setColor(this.f867s); this.f.setStyle(Paint.Style.FILL); staticLayout.draw(canvas); this.f.setShadowLayer(0.0f, 0.0f, 0.0f, 0); diff --git a/app/src/main/java/c/i/a/c/g2/n.java b/app/src/main/java/c/i/a/c/g2/n.java index 3ea7288941..9b62f4fc8f 100644 --- a/app/src/main/java/c/i/a/c/g2/n.java +++ b/app/src/main/java/c/i/a/c/g2/n.java @@ -105,8 +105,8 @@ public final class n extends FrameLayout implements SubtitleView.a { } public final String c(int i, float f) { - float s2 = AnimatableValueParser.s2(i, f, getHeight(), (getHeight() - getPaddingTop()) - getPaddingBottom()); - return s2 == -3.4028235E38f ? "unset" : f0.k("%.2fpx", Float.valueOf(s2 / getContext().getResources().getDisplayMetrics().density)); + float t2 = AnimatableValueParser.t2(i, f, getHeight(), (getHeight() - getPaddingTop()) - getPaddingBottom()); + return t2 == -3.4028235E38f ? "unset" : f0.k("%.2fpx", Float.valueOf(t2 / getContext().getResources().getDisplayMetrics().density)); } /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x007e: APUT (r3v0 java.lang.Object[]), (3 ??[int, float, short, byte, char]), (r2v1 java.lang.String) */ @@ -162,19 +162,19 @@ public final class n extends FrameLayout implements SubtitleView.a { StringBuilder sb = new StringBuilder(); Object[] objArr = new Object[4]; char c3 = 0; - objArr[0] = AnimatableValueParser.E2(nVar.l.b); + objArr[0] = AnimatableValueParser.F2(nVar.l.b); int i7 = 1; objArr[1] = nVar.c(nVar.n, nVar.m); float f3 = 1.2f; objArr[2] = Float.valueOf(1.2f); b bVar2 = nVar.l; int i8 = bVar2.e; - objArr[3] = i8 != 1 ? i8 != 2 ? i8 != 3 ? i8 != 4 ? "unset" : f0.k("-0.05em -0.05em 0.15em %s", AnimatableValueParser.E2(bVar2.f)) : f0.k("0.06em 0.08em 0.15em %s", AnimatableValueParser.E2(bVar2.f)) : f0.k("0.1em 0.12em 0.15em %s", AnimatableValueParser.E2(bVar2.f)) : f0.k("1px 1px 0 %1$s, 1px -1px 0 %1$s, -1px 1px 0 %1$s, -1px -1px 0 %1$s", AnimatableValueParser.E2(bVar2.f)); + objArr[3] = i8 != 1 ? i8 != 2 ? i8 != 3 ? i8 != 4 ? "unset" : f0.k("-0.05em -0.05em 0.15em %s", AnimatableValueParser.F2(bVar2.f)) : f0.k("0.06em 0.08em 0.15em %s", AnimatableValueParser.F2(bVar2.f)) : f0.k("0.1em 0.12em 0.15em %s", AnimatableValueParser.F2(bVar2.f)) : f0.k("1px 1px 0 %1$s, 1px -1px 0 %1$s, -1px 1px 0 %1$s, -1px -1px 0 %1$s", AnimatableValueParser.F2(bVar2.f)); sb.append(f0.k("

", objArr)); HashMap hashMap = new HashMap(); String str19 = "default_bg"; String str20 = "background-color:%s;"; - hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.E2(nVar.l.f810c))); + hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.F2(nVar.l.f812c))); int i9 = 0; while (i9 < nVar.k.size()) { c cVar2 = nVar.k.get(i9); @@ -223,7 +223,7 @@ public final class n extends FrameLayout implements SubtitleView.a { i2 = b; str2 = "fit-content"; } - Layout.Alignment alignment = cVar2.f811c; + Layout.Alignment alignment = cVar2.f813c; String str21 = "center"; if (alignment == null) { i3 = 2; @@ -242,7 +242,7 @@ public final class n extends FrameLayout implements SubtitleView.a { int i11 = cVar2.p; String str22 = i11 != 1 ? i11 != i3 ? "horizontal-tb" : "vertical-lr" : "vertical-rl"; String c4 = nVar.c(cVar2.n, cVar2.o); - String E2 = AnimatableValueParser.E2(cVar2.l ? cVar2.m : nVar.l.d); + String F2 = AnimatableValueParser.F2(cVar2.l ? cVar2.m : nVar.l.d); int i12 = cVar2.p; String str23 = "right"; String str24 = "left"; @@ -274,7 +274,7 @@ public final class n extends FrameLayout implements SubtitleView.a { Spanned spanned = (Spanned) charSequence; HashSet hashSet = new HashSet(); cVar = cVar2; - str9 = E2; + str9 = F2; int i13 = 0; BackgroundColorSpan[] backgroundColorSpanArr = (BackgroundColorSpan[]) spanned.getSpans(0, spanned.length(), BackgroundColorSpan.class); int length = backgroundColorSpanArr.length; @@ -286,7 +286,7 @@ public final class n extends FrameLayout implements SubtitleView.a { HashMap hashMap2 = new HashMap(); for (Iterator it = hashSet.iterator(); it.hasNext(); it = it) { int intValue = ((Integer) it.next()).intValue(); - hashMap2.put(AnimatableValueParser.Y("bg_" + intValue), f0.k(str20, AnimatableValueParser.E2(intValue))); + hashMap2.put(AnimatableValueParser.Y("bg_" + intValue), f0.k(str20, AnimatableValueParser.F2(intValue))); } SparseArray sparseArray = new SparseArray(); str8 = str20; @@ -307,7 +307,7 @@ public final class n extends FrameLayout implements SubtitleView.a { str15 = c4; if (obj instanceof ForegroundColorSpan) { str14 = str22; - str16 = f0.k("", AnimatableValueParser.E2(((ForegroundColorSpan) obj).getForegroundColor())); + str16 = f0.k("", AnimatableValueParser.F2(((ForegroundColorSpan) obj).getForegroundColor())); } else { str14 = str22; if (obj instanceof BackgroundColorSpan) { @@ -372,7 +372,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } else { sb2.append("sesame"); } - str16 = f0.k("", sb2.toString(), cVar3.f837c != 2 ? "over right" : "under left"); + str16 = f0.k("", sb2.toString(), cVar3.f839c != 2 ? "over right" : "under left"); } f2 = f8; str12 = str2; @@ -428,10 +428,10 @@ public final class n extends FrameLayout implements SubtitleView.a { str2 = str12; } else { if (obj instanceof c.i.a.c.e2.p.b) { - StringBuilder L = c.d.b.a.a.L(""); - L.append(i.a(((c.i.a.c.e2.p.b) obj).a)); - L.append(""); - str18 = L.toString(); + StringBuilder K = c.d.b.a.a.K(""); + K.append(i.a(((c.i.a.c.e2.p.b) obj).a)); + K.append(""); + str18 = K.toString(); } else if (obj instanceof UnderlineSpan) { str18 = ""; } @@ -496,7 +496,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } Collections.sort(dVar3.a, e.i); for (i.c cVar6 : dVar3.a) { - sb3.append(cVar6.f863c); + sb3.append(cVar6.f865c); } i18++; i19 = keyAt; @@ -553,7 +553,7 @@ public final class n extends FrameLayout implements SubtitleView.a { str4 = str2; str7 = c4; str5 = str21; - str9 = E2; + str9 = F2; while (r1.hasNext()) { } Object[] objArr7 = new Object[13]; @@ -609,7 +609,7 @@ public final class n extends FrameLayout implements SubtitleView.a { str4 = str2; str7 = c4; str5 = str21; - str9 = E2; + str9 = F2; while (r1.hasNext()) { } Object[] objArr7 = new Object[13]; @@ -657,7 +657,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } sb4.append(""); sb.insert(0, sb4.toString()); - this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1263c), 1), "text/html", "base64"); + this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1265c), 1), "text/html", "base64"); } @Override // android.widget.FrameLayout, android.view.View, android.view.ViewGroup diff --git a/app/src/main/java/c/i/a/c/g2/o/d.java b/app/src/main/java/c/i/a/c/g2/o/d.java index 5da9c53fc5..593267919c 100644 --- a/app/src/main/java/c/i/a/c/g2/o/d.java +++ b/app/src/main/java/c/i/a/c/g2/o/d.java @@ -14,7 +14,7 @@ public final class d implements SensorEventListener { public final float[] b = new float[16]; /* renamed from: c reason: collision with root package name */ - public final float[] f869c = new float[16]; + public final float[] f871c = new float[16]; public final float[] d = new float[3]; public final Display e; public final a[] f; @@ -64,12 +64,12 @@ public final class d implements SensorEventListener { Matrix.rotateM(this.a, 0, 90.0f, 1.0f, 0.0f, 0.0f); float[] fArr3 = this.a; if (!this.g) { - c.a(this.f869c, fArr3); + c.a(this.f871c, fArr3); this.g = true; } float[] fArr4 = this.b; System.arraycopy(fArr3, 0, fArr4, 0, fArr4.length); - Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f869c, 0); + Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f871c, 0); float[] fArr5 = this.a; for (a aVar : this.f) { aVar.a(fArr5, f); diff --git a/app/src/main/java/c/i/a/c/g2/o/e.java b/app/src/main/java/c/i/a/c/g2/o/e.java index dfb8c82ce1..289f32a931 100644 --- a/app/src/main/java/c/i/a/c/g2/o/e.java +++ b/app/src/main/java/c/i/a/c/g2/o/e.java @@ -10,7 +10,7 @@ public final class e { public static final String[] b = {"#extension GL_OES_EGL_image_external : require", "precision mediump float;", "uniform samplerExternalOES uTexture;", "varying vec2 vTexCoords;", "void main() {", " gl_FragColor = texture2D(uTexture, vTexCoords);", "}"}; /* renamed from: c reason: collision with root package name */ - public static final float[] f870c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; + public static final float[] f872c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; public static final float[] d = {1.0f, 0.0f, 0.0f, 0.0f, -0.5f, 0.0f, 0.0f, 0.5f, 1.0f}; public static final float[] e = {1.0f, 0.0f, 0.0f, 0.0f, -0.5f, 0.0f, 0.0f, 1.0f, 1.0f}; public static final float[] f = {0.5f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; @@ -33,14 +33,14 @@ public final class e { public final FloatBuffer b; /* renamed from: c reason: collision with root package name */ - public final FloatBuffer f871c; + public final FloatBuffer f873c; public final int d; public a(d.b bVar) { - float[] fArr = bVar.f925c; + float[] fArr = bVar.f927c; this.a = fArr.length / 3; this.b = AnimatableValueParser.O(fArr); - this.f871c = AnimatableValueParser.O(bVar.d); + this.f873c = AnimatableValueParser.O(bVar.d); int i = bVar.b; if (i == 1) { this.d = 5; diff --git a/app/src/main/java/c/i/a/c/g2/o/f.java b/app/src/main/java/c/i/a/c/g2/o/f.java index 3486055262..d8cb98a64b 100644 --- a/app/src/main/java/c/i/a/c/g2/o/f.java +++ b/app/src/main/java/c/i/a/c/g2/o/f.java @@ -24,7 +24,7 @@ public final class f implements s, a { public final AtomicBoolean b = new AtomicBoolean(true); /* renamed from: c reason: collision with root package name */ - public final e f872c = new e(); + public final e f874c = new e(); public final c d = new c(); public final d0 e = new d0<>(); public final d0 f = new d0<>(); @@ -39,14 +39,14 @@ public final class f implements s, a { @Override // c.i.a.c.j2.x.a public void a(long j, float[] fArr) { - this.d.f923c.a(j, fArr); + this.d.f925c.a(j, fArr); } @Override // c.i.a.c.j2.x.a public void b() { this.e.b(); c cVar = this.d; - cVar.f923c.b(); + cVar.f925c.b(); cVar.d = false; this.b.set(true); } @@ -87,7 +87,7 @@ public final class f implements s, a { if (f4 == 1886547818) { wVar.E(8); int i8 = wVar.b; - int i9 = wVar.f910c; + int i9 = wVar.f912c; while (true) { if (i8 >= i9) { break; @@ -110,9 +110,9 @@ public final class f implements s, a { } } wVar.C(f3); - arrayList = AnimatableValueParser.T1(wVar); + arrayList = AnimatableValueParser.U1(wVar); } else { - arrayList = AnimatableValueParser.T1(wVar); + arrayList = AnimatableValueParser.U1(wVar); } } catch (ArrayIndexOutOfBoundsException unused) { } @@ -244,7 +244,7 @@ public final class f implements s, a { public SurfaceTexture d() { GLES20.glClearColor(0.5f, 0.5f, 0.5f, 1.0f); AnimatableValueParser.r(); - e eVar = this.f872c; + e eVar = this.f874c; Objects.requireNonNull(eVar); int K = AnimatableValueParser.K(TextUtils.join("\n", e.a), TextUtils.join("\n", e.b)); eVar.k = K; diff --git a/app/src/main/java/c/i/a/c/g2/o/h.java b/app/src/main/java/c/i/a/c/g2/o/h.java index 217387bade..36712ca0a8 100644 --- a/app/src/main/java/c/i/a/c/g2/o/h.java +++ b/app/src/main/java/c/i/a/c/g2/o/h.java @@ -46,7 +46,7 @@ public final class h extends GLSurfaceView { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f873s; + public boolean f875s; public boolean t; /* compiled from: SphericalGLSurfaceView */ @@ -124,7 +124,7 @@ public final class h extends GLSurfaceView { if (l != null) { c cVar = fVar.d; float[] fArr3 = fVar.g; - float[] e = cVar.f923c.e(l.longValue()); + float[] e = cVar.f925c.e(l.longValue()); if (e != null) { float[] fArr4 = cVar.b; float f = e[0]; @@ -147,10 +147,10 @@ public final class h extends GLSurfaceView { } c.i.a.c.j2.x.d e2 = fVar.f.e(timestamp); if (e2 != null) { - e eVar = fVar.f872c; + e eVar = fVar.f874c; Objects.requireNonNull(eVar); if (e.a(e2)) { - eVar.h = e2.f924c; + eVar.h = e2.f926c; e.a aVar = new e.a(e2.a.a[0]); eVar.i = aVar; if (!e2.d) { @@ -161,7 +161,7 @@ public final class h extends GLSurfaceView { } } Matrix.multiplyMM(fVar.h, 0, fArr2, 0, fVar.g, 0); - e eVar2 = fVar.f872c; + e eVar2 = fVar.f874c; int i = fVar.i; float[] fArr5 = fVar.h; e.a aVar2 = eVar2.i; @@ -172,7 +172,7 @@ public final class h extends GLSurfaceView { GLES20.glEnableVertexAttribArray(eVar2.o); AnimatableValueParser.r(); int i2 = eVar2.h; - GLES20.glUniformMatrix3fv(eVar2.m, 1, false, i2 == 1 ? e.d : i2 == 2 ? e.f : e.f870c, 0); + GLES20.glUniformMatrix3fv(eVar2.m, 1, false, i2 == 1 ? e.d : i2 == 2 ? e.f : e.f872c, 0); GLES20.glUniformMatrix4fv(eVar2.l, 1, false, fArr5, 0); GLES20.glActiveTexture(33984); GLES20.glBindTexture(36197, i); @@ -180,7 +180,7 @@ public final class h extends GLSurfaceView { AnimatableValueParser.r(); GLES20.glVertexAttribPointer(eVar2.n, 3, 5126, false, 12, (Buffer) aVar2.b); AnimatableValueParser.r(); - GLES20.glVertexAttribPointer(eVar2.o, 2, 5126, false, 8, (Buffer) aVar2.f871c); + GLES20.glVertexAttribPointer(eVar2.o, 2, 5126, false, 8, (Buffer) aVar2.f873c); AnimatableValueParser.r(); GLES20.glDrawArrays(aVar2.d, 0, aVar2.a); AnimatableValueParser.r(); @@ -232,7 +232,7 @@ public final class h extends GLSurfaceView { } public final void a() { - boolean z2 = this.r && this.f873s; + boolean z2 = this.r && this.f875s; Sensor sensor = this.j; if (sensor != null && z2 != this.t) { if (z2) { @@ -252,7 +252,7 @@ public final class h extends GLSurfaceView { @Override // android.opengl.GLSurfaceView public void onPause() { - this.f873s = false; + this.f875s = false; a(); super.onPause(); } @@ -260,7 +260,7 @@ public final class h extends GLSurfaceView { @Override // android.opengl.GLSurfaceView public void onResume() { super.onResume(); - this.f873s = true; + this.f875s = true; a(); } diff --git a/app/src/main/java/c/i/a/c/h0.java b/app/src/main/java/c/i/a/c/h0.java index f9545d3682..2ab26d9515 100644 --- a/app/src/main/java/c/i/a/c/h0.java +++ b/app/src/main/java/c/i/a/c/h0.java @@ -7,7 +7,7 @@ public final class h0 { public static final UUID b = new UUID(1186680826959645954L, -5988876978535335093L); /* renamed from: c reason: collision with root package name */ - public static final UUID f875c = new UUID(-2129748144642739255L, 8654423357094679310L); + public static final UUID f877c = new UUID(-2129748144642739255L, 8654423357094679310L); public static final UUID d = new UUID(-1301668207276963122L, -6645017420763422227L); public static final UUID e = new UUID(-7348484286925749626L, -6083546864340672619L); diff --git a/app/src/main/java/c/i/a/c/h1.java b/app/src/main/java/c/i/a/c/h1.java index afd99d365b..6f5dadadcc 100644 --- a/app/src/main/java/c/i/a/c/h1.java +++ b/app/src/main/java/c/i/a/c/h1.java @@ -13,7 +13,7 @@ public final class h1 { public final a b; /* renamed from: c reason: collision with root package name */ - public final g f876c; + public final g f878c; public final r1 d; public int e; @Nullable @@ -38,7 +38,7 @@ public final class h1 { this.a = bVar; this.d = r1Var; this.g = looper; - this.f876c = gVar; + this.f878c = gVar; this.h = i; } @@ -46,14 +46,14 @@ public final class h1 { boolean z2; AnimatableValueParser.D(this.i); AnimatableValueParser.D(this.g.getThread() != Thread.currentThread()); - long c2 = this.f876c.c() + j; + long c2 = this.f878c.c() + j; while (true) { z2 = this.k; if (z2 || j <= 0) { break; } wait(j); - j = c2 - this.f876c.c(); + j = c2 - this.f878c.c(); } if (!z2) { throw new TimeoutException("Message delivery timed out."); diff --git a/app/src/main/java/c/i/a/c/h2/d.java b/app/src/main/java/c/i/a/c/h2/d.java index 1358d43fcf..d7d6d193a0 100644 --- a/app/src/main/java/c/i/a/c/h2/d.java +++ b/app/src/main/java/c/i/a/c/h2/d.java @@ -22,7 +22,7 @@ public interface d { public final a b; /* renamed from: c reason: collision with root package name */ - public boolean f877c; + public boolean f879c; public C0093a(Handler handler, a aVar) { this.a = handler; @@ -35,7 +35,7 @@ public interface d { while (it.hasNext()) { C0093a next = it.next(); if (next.b == aVar) { - next.f877c = true; + next.f879c = true; this.a.remove(next); } } diff --git a/app/src/main/java/c/i/a/c/h2/e.java b/app/src/main/java/c/i/a/c/h2/e.java index 2f98665907..aa6fc71188 100644 --- a/app/src/main/java/c/i/a/c/h2/e.java +++ b/app/src/main/java/c/i/a/c/h2/e.java @@ -11,7 +11,7 @@ public abstract class e implements j { public final ArrayList b = new ArrayList<>(1); /* renamed from: c reason: collision with root package name */ - public int f878c; + public int f880c; @Nullable public l d; @@ -24,7 +24,7 @@ public abstract class e implements j { Objects.requireNonNull(xVar); if (!this.b.contains(xVar)) { this.b.add(xVar); - this.f878c++; + this.f880c++; } } @@ -36,7 +36,7 @@ public abstract class e implements j { public final void o(int i) { l lVar = this.d; int i2 = f0.a; - for (int i3 = 0; i3 < this.f878c; i3++) { + for (int i3 = 0; i3 < this.f880c; i3++) { this.b.get(i3).e(this, lVar, this.a, i); } } @@ -44,21 +44,21 @@ public abstract class e implements j { public final void p() { l lVar = this.d; int i = f0.a; - for (int i2 = 0; i2 < this.f878c; i2++) { + for (int i2 = 0; i2 < this.f880c; i2++) { this.b.get(i2).a(this, lVar, this.a); } this.d = null; } public final void q(l lVar) { - for (int i = 0; i < this.f878c; i++) { + for (int i = 0; i < this.f880c; i++) { this.b.get(i).g(this, lVar, this.a); } } public final void r(l lVar) { this.d = lVar; - for (int i = 0; i < this.f878c; i++) { + for (int i = 0; i < this.f880c; i++) { this.b.get(i).b(this, lVar, this.a); } } diff --git a/app/src/main/java/c/i/a/c/h2/g.java b/app/src/main/java/c/i/a/c/h2/g.java index 1cb8a9f313..c547ec4417 100644 --- a/app/src/main/java/c/i/a/c/h2/g.java +++ b/app/src/main/java/c/i/a/c/h2/g.java @@ -38,7 +38,7 @@ public final class g extends e { try { this.f = Base64.decode(str, 0); } catch (IllegalArgumentException e) { - throw new ParserException(a.t("Error while parsing Base64 encoded string: ", str), e); + throw new ParserException(a.s("Error while parsing Base64 encoded string: ", str), e); } } else { this.f = f0.w(URLDecoder.decode(str, c.a.name())); @@ -55,7 +55,7 @@ public final class g extends e { } throw new ParserException("Unexpected URI format: " + uri); } - throw new ParserException(a.t("Unsupported scheme: ", scheme)); + throw new ParserException(a.s("Unsupported scheme: ", scheme)); } @Override // c.i.a.c.h2.j diff --git a/app/src/main/java/c/i/a/c/h2/l.java b/app/src/main/java/c/i/a/c/h2/l.java index dd3ca1f190..15fcc694c8 100644 --- a/app/src/main/java/c/i/a/c/h2/l.java +++ b/app/src/main/java/c/i/a/c/h2/l.java @@ -12,7 +12,7 @@ public final class l { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f879c; + public final int f881c; @Nullable public final byte[] d; public final Map e; @@ -31,7 +31,7 @@ public final class l { public long b; /* renamed from: c reason: collision with root package name */ - public int f880c; + public int f882c; @Nullable public byte[] d; public Map e; @@ -46,7 +46,7 @@ public final class l { public b(l lVar, a aVar) { this.a = lVar.a; this.b = lVar.b; - this.f880c = lVar.f879c; + this.f882c = lVar.f881c; this.d = lVar.d; this.e = lVar.e; this.f = lVar.f; @@ -58,7 +58,7 @@ public final class l { public l a() { AnimatableValueParser.I(this.a, "The uri must be set."); - return new l(this.a, this.b, this.f880c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); + return new l(this.a, this.b, this.f882c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); } } @@ -73,7 +73,7 @@ public final class l { AnimatableValueParser.k(z2); this.a = uri; this.b = j; - this.f879c = i; + this.f881c = i; this.d = (bArr2 == null || bArr2.length == 0) ? null : bArr2; this.e = Collections.unmodifiableMap(new HashMap(map)); this.f = j2; @@ -105,17 +105,17 @@ public final class l { } public String toString() { - StringBuilder L = c.d.b.a.a.L("DataSpec["); - L.append(b(this.f879c)); - L.append(" "); - L.append(this.a); - L.append(", "); - L.append(this.f); - L.append(", "); - L.append(this.g); - L.append(", "); - L.append(this.h); - L.append(", "); - return c.d.b.a.a.y(L, this.i, "]"); + StringBuilder K = c.d.b.a.a.K("DataSpec["); + K.append(b(this.f881c)); + K.append(" "); + K.append(this.a); + K.append(", "); + K.append(this.f); + K.append(", "); + K.append(this.g); + K.append(", "); + K.append(this.h); + K.append(", "); + return c.d.b.a.a.w(K, this.i, "]"); } } diff --git a/app/src/main/java/c/i/a/c/h2/m.java b/app/src/main/java/c/i/a/c/h2/m.java index b88d84c905..55113ef0e4 100644 --- a/app/src/main/java/c/i/a/c/h2/m.java +++ b/app/src/main/java/c/i/a/c/h2/m.java @@ -9,7 +9,7 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final c[] f881c; + public final c[] f883c; public int d; public int e; public int f; @@ -22,7 +22,7 @@ public final class m { this.b = i; this.f = 0; this.g = new c[100]; - this.f881c = new c[1]; + this.f883c = new c[1]; } public synchronized void a(c[] cVarArr) { diff --git a/app/src/main/java/c/i/a/c/h2/n.java b/app/src/main/java/c/i/a/c/h2/n.java index c37ba44e90..adc9a3e659 100644 --- a/app/src/main/java/c/i/a/c/h2/n.java +++ b/app/src/main/java/c/i/a/c/h2/n.java @@ -30,7 +30,7 @@ public final class n implements d, x { public static final u b = u.u(6100000L, 3800000L, 2100000L, 1300000L, 590000L); /* renamed from: c reason: collision with root package name */ - public static final u f882c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); + public static final u f884c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); public static final u d = u.u(2200000L, 1300000L, 930000L, 730000L, 530000L); public static final u e = u.u(4800000L, 2700000L, 1800000L, 1200000L, 630000L); public static final u f = u.u(12000000L, 8800000L, 5900000L, 3500000L, 1800000L); @@ -50,7 +50,7 @@ public final class n implements d, x { public long r; /* renamed from: s reason: collision with root package name */ - public long f883s; + public long f885s; public long t; /* compiled from: DefaultBandwidthMeter */ @@ -59,12 +59,12 @@ public final class n implements d, x { public final Handler b = new Handler(Looper.getMainLooper()); /* renamed from: c reason: collision with root package name */ - public final ArrayList> f884c = new ArrayList<>(); + public final ArrayList> f886c = new ArrayList<>(); public final void a() { - for (int size = this.f884c.size() - 1; size >= 0; size--) { - if (this.f884c.get(size).get() == null) { - this.f884c.remove(size); + for (int size = this.f886c.size() - 1; size >= 0; size--) { + if (this.f886c.get(size).get() == null) { + this.f886c.remove(size); } } } @@ -77,15 +77,15 @@ public final class n implements d, x { if (nVar.p != q) { nVar.p = q; if (q != 1 && q != 0 && q != 8) { - nVar.f883s = nVar.i(q); + nVar.f885s = nVar.i(q); long c2 = nVar.l.c(); - nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f883s); + nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f885s); nVar.n = c2; nVar.o = 0; nVar.r = 0; nVar.q = 0; z zVar = nVar.k; - zVar.f912c.clear(); + zVar.f914c.clear(); zVar.e = -1; zVar.f = 0; zVar.g = 0; @@ -98,8 +98,8 @@ public final class n implements d, x { public synchronized void onReceive(Context context, Intent intent) { if (!isInitialStickyBroadcast()) { a(); - for (int i = 0; i < this.f884c.size(); i++) { - n nVar = this.f884c.get(i).get(); + for (int i = 0; i < this.f886c.size(); i++) { + n nVar = this.f886c.get(i).get(); if (nVar != null) { b(nVar); } @@ -141,7 +141,7 @@ public final class n implements d, x { this.l = gVar; int q = context == null ? 0 : f0.q(context); this.p = q; - this.f883s = i(q); + this.f885s = i(q); if (context != null && z2) { a aVar3 = a.a; synchronized (a.class) { @@ -155,7 +155,7 @@ public final class n implements d, x { } synchronized (aVar) { aVar.a(); - aVar.f884c.add(new WeakReference<>(this)); + aVar.f886c.add(new WeakReference<>(this)); aVar.b.post(new b(aVar, this)); } } @@ -421,9 +421,9 @@ public final class n implements d, x { if (i > 0) { this.k.a((int) Math.sqrt((double) j2), (((float) j2) * 8000.0f) / ((float) i)); if (this.q >= 2000 || this.r >= 524288) { - this.f883s = (long) this.k.b(0.5f); + this.f885s = (long) this.k.b(0.5f); } - k(i, this.o, this.f883s); + k(i, this.o, this.f885s); this.n = c2; this.o = 0; } @@ -487,7 +487,7 @@ public final class n implements d, x { Iterator it = this.j.a.iterator(); while (it.hasNext()) { d.a.C0092a.C0093a next = it.next(); - if (!next.f877c) { + if (!next.f879c) { next.a.post(new a(next, i, j, j2)); } } diff --git a/app/src/main/java/c/i/a/c/h2/o.java b/app/src/main/java/c/i/a/c/h2/o.java index ed76b80e63..e1a18599a2 100644 --- a/app/src/main/java/c/i/a/c/h2/o.java +++ b/app/src/main/java/c/i/a/c/h2/o.java @@ -24,7 +24,7 @@ public final class o implements j { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final j f885c; + public final j f887c; @Nullable public j d; @Nullable @@ -45,7 +45,7 @@ public final class o implements j { public o(Context context, j jVar) { this.a = context.getApplicationContext(); Objects.requireNonNull(jVar); - this.f885c = jVar; + this.f887c = jVar; } @Override // c.i.a.c.h2.j @@ -102,7 +102,7 @@ public final class o implements j { throw new RuntimeException("Error instantiating RTMP extension", e); } if (this.g == null) { - this.g = this.f885c; + this.g = this.f887c; } } this.k = this.g; @@ -128,7 +128,7 @@ public final class o implements j { } this.k = this.j; } else { - this.k = this.f885c; + this.k = this.f887c; } return this.k.a(lVar); } @@ -149,7 +149,7 @@ public final class o implements j { @Override // c.i.a.c.h2.j public void d(x xVar) { Objects.requireNonNull(xVar); - this.f885c.d(xVar); + this.f887c.d(xVar); this.b.add(xVar); j jVar = this.d; if (jVar != null) { diff --git a/app/src/main/java/c/i/a/c/h2/q.java b/app/src/main/java/c/i/a/c/h2/q.java index 97f7947c45..0743cafbfd 100644 --- a/app/src/main/java/c/i/a/c/h2/q.java +++ b/app/src/main/java/c/i/a/c/h2/q.java @@ -54,7 +54,7 @@ public class q extends e implements j { public int r; /* renamed from: s reason: collision with root package name */ - public long f886s; + public long f888s; public long t; public long u; public long v; @@ -66,12 +66,12 @@ public class q extends e implements j { public String b; /* renamed from: c reason: collision with root package name */ - public int f887c = 8000; + public int f889c = 8000; public int d = 8000; /* renamed from: b */ public q a() { - return new q(this.b, this.f887c, this.d, false, this.a, null, null); + return new q(this.b, this.f889c, this.d, false, this.a, null, null); } } @@ -91,7 +91,7 @@ public class q extends e implements j { if ("https".equals(protocol) || "http".equals(protocol)) { return url2; } - throw new ProtocolException(c.d.b.a.a.t("Unsupported protocol redirect: ", protocol)); + throw new ProtocolException(c.d.b.a.a.s("Unsupported protocol redirect: ", protocol)); } throw new ProtocolException("Null location redirect"); } @@ -170,7 +170,7 @@ public class q extends e implements j { j = lVar.f; } j = 0; - this.f886s = j; + this.f888s = j; boolean equalsIgnoreCase = "gzip".equalsIgnoreCase(u.getHeaderField("Content-Encoding")); if (!equalsIgnoreCase) { long j3 = lVar.g; @@ -206,13 +206,13 @@ public class q extends e implements j { } } } - this.t = j2 == -1 ? j2 - this.f886s : -1; + this.t = j2 == -1 ? j2 - this.f888s : -1; } j2 = -1; headerField = u.getHeaderField("Content-Range"); if (!TextUtils.isEmpty(headerField)) { } - this.t = j2 == -1 ? j2 - this.f886s : -1; + this.t = j2 == -1 ? j2 - this.f888s : -1; } } else { this.t = lVar.g; @@ -343,7 +343,7 @@ public class q extends e implements j { HttpURLConnection v; l lVar2 = lVar; URL url = new URL(lVar2.a.toString()); - int i = lVar2.f879c; + int i = lVar2.f881c; byte[] bArr = lVar2.d; long j = lVar2.f; long j2 = lVar2.g; @@ -374,7 +374,7 @@ public class q extends e implements j { j2 = j2; j = j; } else { - throw new NoRouteToHostException(c.d.b.a.a.k("Too many redirects: ", i3)); + throw new NoRouteToHostException(c.d.b.a.a.j("Too many redirects: ", i3)); } } return v; @@ -395,13 +395,13 @@ public class q extends e implements j { httpURLConnection.setRequestProperty((String) entry.getKey(), (String) entry.getValue()); } if (!(j == 0 && j2 == -1)) { - String q = c.d.b.a.a.q("bytes=", j, "-"); + String p = c.d.b.a.a.p("bytes=", j, "-"); if (j2 != -1) { - StringBuilder L = c.d.b.a.a.L(q); - L.append((j + j2) - 1); - q = L.toString(); + StringBuilder K = c.d.b.a.a.K(p); + K.append((j + j2) - 1); + p = K.toString(); } - httpURLConnection.setRequestProperty("Range", q); + httpURLConnection.setRequestProperty("Range", p); } String str = this.i; if (str != null) { @@ -424,13 +424,13 @@ public class q extends e implements j { } public final void x() throws IOException { - if (this.u != this.f886s) { + if (this.u != this.f888s) { if (this.p == null) { this.p = new byte[4096]; } while (true) { long j = this.u; - long j2 = this.f886s; + long j2 = this.f888s; if (j != j2) { int min = (int) Math.min(j2 - j, (long) this.p.length); InputStream inputStream = this.o; diff --git a/app/src/main/java/c/i/a/c/h2/v.java b/app/src/main/java/c/i/a/c/h2/v.java index 9f425362f5..7a7b930a8f 100644 --- a/app/src/main/java/c/i/a/c/h2/v.java +++ b/app/src/main/java/c/i/a/c/h2/v.java @@ -13,7 +13,7 @@ public final class v implements j { public long b; /* renamed from: c reason: collision with root package name */ - public Uri f888c = Uri.EMPTY; + public Uri f890c = Uri.EMPTY; public Map> d = Collections.emptyMap(); public v(j jVar) { @@ -23,12 +23,12 @@ public final class v implements j { @Override // c.i.a.c.h2.j public long a(l lVar) throws IOException { - this.f888c = lVar.a; + this.f890c = lVar.a; this.d = Collections.emptyMap(); long a = this.a.a(lVar); Uri m = m(); Objects.requireNonNull(m); - this.f888c = m; + this.f890c = m; this.d = j(); return a; } diff --git a/app/src/main/java/c/i/a/c/h2/w.java b/app/src/main/java/c/i/a/c/h2/w.java index 1606b7db54..50ed37d07b 100644 --- a/app/src/main/java/c/i/a/c/h2/w.java +++ b/app/src/main/java/c/i/a/c/h2/w.java @@ -12,7 +12,7 @@ public final class w implements j { public final h b; /* renamed from: c reason: collision with root package name */ - public boolean f889c; + public boolean f891c; public long d; public w(j jVar, h hVar) { @@ -30,9 +30,9 @@ public final class w implements j { } long j = lVar2.g; if (j == -1 && a != -1) { - lVar2 = j == a ? lVar2 : new l(lVar2.a, lVar2.b, lVar2.f879c, lVar2.d, lVar2.e, lVar2.f + 0, a, lVar2.h, lVar2.i, lVar2.j); + lVar2 = j == a ? lVar2 : new l(lVar2.a, lVar2.b, lVar2.f881c, lVar2.d, lVar2.e, lVar2.f + 0, a, lVar2.h, lVar2.i, lVar2.j); } - this.f889c = true; + this.f891c = true; this.b.a(lVar2); return this.d; } @@ -43,8 +43,8 @@ public final class w implements j { try { this.a.close(); } finally { - if (this.f889c) { - this.f889c = z2; + if (this.f891c) { + this.f891c = z2; this.b.close(); } } diff --git a/app/src/main/java/c/i/a/c/h2/y/c.java b/app/src/main/java/c/i/a/c/h2/y/c.java index ed92dea431..f02dbae635 100644 --- a/app/src/main/java/c/i/a/c/h2/y/c.java +++ b/app/src/main/java/c/i/a/c/h2/y/c.java @@ -24,7 +24,7 @@ public final class c implements j { @Nullable /* renamed from: c reason: collision with root package name */ - public final j f890c; + public final j f892c; public final j d; public final g e = a.b; @Nullable @@ -47,7 +47,7 @@ public final class c implements j { public boolean r; /* renamed from: s reason: collision with root package name */ - public long f891s; + public long f893s; public long t; /* compiled from: CacheDataSource */ @@ -66,7 +66,7 @@ public final class c implements j { this.h = (i & 2) != 0; this.i = (i & 4) != 0 ? true : z2; this.d = jVar; - this.f890c = new w(jVar, hVar); + this.f892c = new w(jVar, hVar); this.f = null; } @@ -85,9 +85,9 @@ public final class c implements j { this.k = a3; Cache cache = this.a; Uri uri = a3.a; - byte[] bArr = ((n) cache.b(str)).f897c.get("exo_redir"); + byte[] bArr = ((n) cache.b(str)).f899c.get("exo_redir"); Uri uri2 = null; - String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1263c) : null; + String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1265c) : null; if (str2 != null) { uri2 = Uri.parse(str2); } @@ -136,9 +136,9 @@ public final class c implements j { this.j = null; this.n = 0; a aVar = this.f; - if (aVar != null && this.f891s > 0) { - aVar.b(this.a.h(), this.f891s); - this.f891s = 0; + if (aVar != null && this.f893s > 0) { + aVar.b(this.a.h(), this.f893s); + this.f893s = 0; } try { o(); @@ -251,7 +251,7 @@ public final class c implements j { a4.f = this.n; a4.g = j5; lVar2 = a4.a(); - jVar = this.f890c; + jVar = this.f892c; if (jVar == null) { jVar = this.d; this.a.i(hVar); @@ -302,7 +302,7 @@ public final class c implements j { mVar.b.remove("exo_redir"); } } - if (this.l == this.f890c) { + if (this.l == this.f892c) { this.a.c(str, mVar); } } @@ -327,7 +327,7 @@ public final class c implements j { int read = jVar.read(bArr, i, i2); if (read != -1) { if (q()) { - this.f891s += (long) read; + this.f893s += (long) read; } long j = (long) read; this.n += j; @@ -382,7 +382,7 @@ public final class c implements j { public final void s(String str) throws IOException { this.o = 0; - if (this.l == this.f890c) { + if (this.l == this.f892c) { m mVar = new m(); m.a(mVar, this.n); this.a.c(str, mVar); diff --git a/app/src/main/java/c/i/a/c/h2/y/f.java b/app/src/main/java/c/i/a/c/h2/y/f.java index 97c3353d3d..d5c22bda61 100644 --- a/app/src/main/java/c/i/a/c/h2/y/f.java +++ b/app/src/main/java/c/i/a/c/h2/y/f.java @@ -19,7 +19,7 @@ public final class f { public final a b; /* renamed from: c reason: collision with root package name */ - public String f892c; + public String f894c; public f(a aVar) { this.b = aVar; @@ -46,8 +46,8 @@ public final class f { @WorkerThread public Map a() throws DatabaseIOException { try { - Objects.requireNonNull(this.f892c); - Cursor query = this.b.getReadableDatabase().query(this.f892c, a, null, null, null, null, null); + Objects.requireNonNull(this.f894c); + Cursor query = this.b.getReadableDatabase().query(this.f894c, a, null, null, null, null, null); HashMap hashMap = new HashMap(query.getCount()); while (query.moveToNext()) { hashMap.put(query.getString(0), new e(query.getLong(1), query.getLong(2))); @@ -63,15 +63,15 @@ public final class f { public void b(long j) throws DatabaseIOException { try { String hexString = Long.toHexString(j); - this.f892c = "ExoPlayerCacheFileMetadata" + hexString; + this.f894c = "ExoPlayerCacheFileMetadata" + hexString; if (AnimatableValueParser.Q0(this.b.getReadableDatabase(), 2, hexString) != 1) { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { - AnimatableValueParser.z2(writableDatabase, 2, hexString, 1); - String str = this.f892c; + AnimatableValueParser.A2(writableDatabase, 2, hexString, 1); + String str = this.f894c; writableDatabase.execSQL("DROP TABLE IF EXISTS " + str); - writableDatabase.execSQL("CREATE TABLE " + this.f892c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); + writableDatabase.execSQL("CREATE TABLE " + this.f894c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); writableDatabase.setTransactionSuccessful(); } finally { writableDatabase.endTransaction(); @@ -84,14 +84,14 @@ public final class f { @WorkerThread public void c(Set set) throws DatabaseIOException { - Objects.requireNonNull(this.f892c); + Objects.requireNonNull(this.f894c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { Iterator it = set.iterator(); while (it.hasNext()) { - writableDatabase.delete(this.f892c, "name = ?", new String[]{it.next()}); + writableDatabase.delete(this.f894c, "name = ?", new String[]{it.next()}); } writableDatabase.setTransactionSuccessful(); } finally { @@ -104,14 +104,14 @@ public final class f { @WorkerThread public void d(String str, long j, long j2) throws DatabaseIOException { - Objects.requireNonNull(this.f892c); + Objects.requireNonNull(this.f894c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); ContentValues contentValues = new ContentValues(); contentValues.put("name", str); contentValues.put("length", Long.valueOf(j)); contentValues.put("last_touch_timestamp", Long.valueOf(j2)); - writableDatabase.replaceOrThrow(this.f892c, null, contentValues); + writableDatabase.replaceOrThrow(this.f894c, null, contentValues); } catch (SQLException e) { throw new DatabaseIOException(e); } diff --git a/app/src/main/java/c/i/a/c/h2/y/h.java b/app/src/main/java/c/i/a/c/h2/y/h.java index 7a3425060e..eb23c717a9 100644 --- a/app/src/main/java/c/i/a/c/h2/y/h.java +++ b/app/src/main/java/c/i/a/c/h2/y/h.java @@ -36,9 +36,9 @@ public class h implements Comparable { @Override // java.lang.Object public String toString() { - StringBuilder L = a.L("["); - L.append(this.j); - L.append(", "); - return a.z(L, this.k, "]"); + StringBuilder K = a.K("["); + K.append(this.j); + K.append(", "); + return a.y(K, this.k, "]"); } } diff --git a/app/src/main/java/c/i/a/c/h2/y/i.java b/app/src/main/java/c/i/a/c/h2/y/i.java index c054224ccf..6ef2b9c993 100644 --- a/app/src/main/java/c/i/a/c/h2/y/i.java +++ b/app/src/main/java/c/i/a/c/h2/y/i.java @@ -9,7 +9,7 @@ public final class i { public final String b; /* renamed from: c reason: collision with root package name */ - public final TreeSet f893c = new TreeSet<>(); + public final TreeSet f895c = new TreeSet<>(); public final ArrayList d = new ArrayList<>(); public n e; @@ -69,7 +69,7 @@ public final class i { return false; } i iVar = (i) obj; - return this.a == iVar.a && this.b.equals(iVar.b) && this.f893c.equals(iVar.f893c) && this.e.equals(iVar.e); + return this.a == iVar.a && this.b.equals(iVar.b) && this.f895c.equals(iVar.f895c) && this.e.equals(iVar.e); } public int hashCode() { diff --git a/app/src/main/java/c/i/a/c/h2/y/j.java b/app/src/main/java/c/i/a/c/h2/y/j.java index 2e9d4dde50..21d93e0a53 100644 --- a/app/src/main/java/c/i/a/c/h2/y/j.java +++ b/app/src/main/java/c/i/a/c/h2/y/j.java @@ -43,7 +43,7 @@ public class j { public final SparseArray b; /* renamed from: c reason: collision with root package name */ - public final SparseBooleanArray f894c; + public final SparseBooleanArray f896c; public final SparseBooleanArray d; public c e; @Nullable @@ -55,7 +55,7 @@ public class j { public final c.i.a.c.w1.a b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f895c = new SparseArray<>(); + public final SparseArray f897c = new SparseArray<>(); public String d; public String e; @@ -66,9 +66,9 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void a(i iVar, boolean z2) { if (z2) { - this.f895c.delete(iVar.a); + this.f897c.delete(iVar.a); } else { - this.f895c.put(iVar.a, null); + this.f897c.put(iVar.a, null); } } @@ -83,7 +83,7 @@ public class j { i(writableDatabase, iVar); } writableDatabase.setTransactionSuccessful(); - this.f895c.clear(); + this.f897c.clear(); } finally { writableDatabase.endTransaction(); } @@ -94,7 +94,7 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void c(i iVar) { - this.f895c.put(iVar.a, iVar); + this.f897c.put(iVar.a, iVar); } @Override // c.i.a.c.h2.y.j.c @@ -107,15 +107,15 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void e(HashMap hashMap) throws IOException { - if (this.f895c.size() != 0) { + if (this.f897c.size() != 0) { try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); - for (int i = 0; i < this.f895c.size(); i++) { + for (int i = 0; i < this.f897c.size(); i++) { try { - i valueAt = this.f895c.valueAt(i); + i valueAt = this.f897c.valueAt(i); if (valueAt == null) { - int keyAt = this.f895c.keyAt(i); + int keyAt = this.f897c.keyAt(i); String str = this.e; Objects.requireNonNull(str); writableDatabase.delete(str, "id = ?", new String[]{Integer.toString(keyAt)}); @@ -127,7 +127,7 @@ public class j { } } writableDatabase.setTransactionSuccessful(); - this.f895c.clear(); + this.f897c.clear(); writableDatabase.endTransaction(); } catch (SQLException e) { throw new DatabaseIOException(e); @@ -139,7 +139,7 @@ public class j { public void f(long j) { String hexString = Long.toHexString(j); this.d = hexString; - this.e = c.d.b.a.a.t("ExoPlayerCacheIndex", hexString); + this.e = c.d.b.a.a.s("ExoPlayerCacheIndex", hexString); } /* JADX WARNING: Code restructure failed: missing block: B:25:0x0082, code lost: @@ -162,7 +162,7 @@ public class j { */ @Override // c.i.a.c.h2.y.j.c public void g(HashMap hashMap, SparseArray sparseArray) throws IOException { - AnimatableValueParser.D(this.f895c.size() == 0); + AnimatableValueParser.D(this.f897c.size() == 0); try { SQLiteDatabase readableDatabase = this.b.getReadableDatabase(); String str = this.d; @@ -235,7 +235,7 @@ public class j { public final void j(SQLiteDatabase sQLiteDatabase) throws DatabaseIOException { String str = this.d; Objects.requireNonNull(str); - AnimatableValueParser.z2(sQLiteDatabase, 1, str, 1); + AnimatableValueParser.A2(sQLiteDatabase, 1, str, 1); String str2 = this.e; Objects.requireNonNull(str2); sQLiteDatabase.execSQL("DROP TABLE IF EXISTS " + str2); @@ -251,7 +251,7 @@ public class j { @Nullable /* renamed from: c reason: collision with root package name */ - public final SecretKeySpec f896c; + public final SecretKeySpec f898c; @Nullable public final SecureRandom d; public final f e; @@ -287,7 +287,7 @@ public class j { } this.a = z2; this.b = cipher; - this.f896c = secretKeySpec; + this.f898c = secretKeySpec; this.d = z2 ? new SecureRandom() : secureRandom; this.e = new f(file); } @@ -322,7 +322,7 @@ public class j { secureRandom.nextBytes(bArr); dataOutputStream2.write(bArr); try { - this.b.init(1, this.f896c, new IvParameterSpec(bArr)); + this.b.init(1, this.f898c, new IvParameterSpec(bArr)); dataOutputStream2.flush(); dataOutputStream2 = new DataOutputStream(new CipherOutputStream(yVar2, this.b)); } catch (InvalidAlgorithmParameterException | InvalidKeyException e) { @@ -411,7 +411,7 @@ public class j { IvParameterSpec ivParameterSpec = new IvParameterSpec(bArr); try { Cipher cipher = this.b; - SecretKeySpec secretKeySpec = this.f896c; + SecretKeySpec secretKeySpec = this.f898c; int i = f0.a; cipher.init(2, secretKeySpec, ivParameterSpec); dataInputStream2 = new DataInputStream(new CipherInputStream(bufferedInputStream, this.b)); @@ -545,7 +545,7 @@ public class j { AnimatableValueParser.D((aVar == null && file == null) ? false : true); this.a = new HashMap<>(); this.b = new SparseArray<>(); - this.f894c = new SparseBooleanArray(); + this.f896c = new SparseBooleanArray(); this.d = new SparseBooleanArray(); b bVar = null; a aVar2 = aVar != null ? new a(aVar) : null; @@ -579,14 +579,14 @@ public class j { } hashMap.put(readUTF, bArr); } else { - throw new IOException(c.d.b.a.a.k("Invalid value size: ", readInt2)); + throw new IOException(c.d.b.a.a.j("Invalid value size: ", readInt2)); } } return new n(hashMap); } public static void b(n nVar, DataOutputStream dataOutputStream) throws IOException { - Set> entrySet = nVar.f897c.entrySet(); + Set> entrySet = nVar.f899c.entrySet(); dataOutputStream.writeInt(entrySet.size()); for (Map.Entry entry : entrySet) { dataOutputStream.writeUTF(entry.getKey()); @@ -647,7 +647,7 @@ public class j { public void f(String str) { i iVar = this.a.get(str); - if (iVar != null && iVar.f893c.isEmpty() && iVar.d.isEmpty()) { + if (iVar != null && iVar.f895c.isEmpty() && iVar.d.isEmpty()) { this.a.remove(str); int i = iVar.a; boolean z2 = this.d.get(i); @@ -658,18 +658,18 @@ public class j { return; } this.b.put(i, null); - this.f894c.put(i, true); + this.f896c.put(i, true); } } @WorkerThread public void g() throws IOException { this.e.e(this.a); - int size = this.f894c.size(); + int size = this.f896c.size(); for (int i = 0; i < size; i++) { - this.b.remove(this.f894c.keyAt(i)); + this.b.remove(this.f896c.keyAt(i)); } - this.f894c.clear(); + this.f896c.clear(); this.d.clear(); } } diff --git a/app/src/main/java/c/i/a/c/h2/y/k.java b/app/src/main/java/c/i/a/c/h2/y/k.java index cb7f0a9a22..bc24549ac9 100644 --- a/app/src/main/java/c/i/a/c/h2/y/k.java +++ b/app/src/main/java/c/i/a/c/h2/y/k.java @@ -4,7 +4,7 @@ import java.nio.ByteBuffer; /* compiled from: ContentMetadata */ public final /* synthetic */ class k { public static long a(l lVar) { - byte[] bArr = ((n) lVar).f897c.get("exo_len"); + byte[] bArr = ((n) lVar).f899c.get("exo_len"); if (bArr != null) { return ByteBuffer.wrap(bArr).getLong(); } diff --git a/app/src/main/java/c/i/a/c/h2/y/n.java b/app/src/main/java/c/i/a/c/h2/y/n.java index 82fc787636..0be74899e7 100644 --- a/app/src/main/java/c/i/a/c/h2/y/n.java +++ b/app/src/main/java/c/i/a/c/h2/y/n.java @@ -16,14 +16,14 @@ public final class n implements l { public int b; /* renamed from: c reason: collision with root package name */ - public final Map f897c; + public final Map f899c; public n() { this(Collections.emptyMap()); } public n(Map map) { - this.f897c = Collections.unmodifiableMap(map); + this.f899c = Collections.unmodifiableMap(map); } public static boolean b(Map map, Map map2) { @@ -40,7 +40,7 @@ public final class n implements l { public n a(m mVar) { byte[] bArr; - HashMap hashMap = new HashMap(this.f897c); + HashMap hashMap = new HashMap(this.f899c); Objects.requireNonNull(mVar); List unmodifiableList = Collections.unmodifiableList(new ArrayList(mVar.b)); for (int i = 0; i < unmodifiableList.size(); i++) { @@ -60,7 +60,7 @@ public final class n implements l { if (value2 instanceof Long) { bArr = ByteBuffer.allocate(8).putLong(((Long) value2).longValue()).array(); } else if (value2 instanceof String) { - bArr = ((String) value2).getBytes(c.f1263c); + bArr = ((String) value2).getBytes(c.f1265c); } else if (value2 instanceof byte[]) { bArr = (byte[]) value2; } else { @@ -68,7 +68,7 @@ public final class n implements l { } hashMap.put(str, bArr); } - return b(this.f897c, hashMap) ? this : new n(hashMap); + return b(this.f899c, hashMap) ? this : new n(hashMap); } public boolean equals(@Nullable Object obj) { @@ -78,13 +78,13 @@ public final class n implements l { if (obj == null || n.class != obj.getClass()) { return false; } - return b(this.f897c, ((n) obj).f897c); + return b(this.f899c, ((n) obj).f899c); } public int hashCode() { if (this.b == 0) { int i = 0; - for (Map.Entry entry : this.f897c.entrySet()) { + for (Map.Entry entry : this.f899c.entrySet()) { i += Arrays.hashCode(entry.getValue()) ^ entry.getKey().hashCode(); } this.b = i; diff --git a/app/src/main/java/c/i/a/c/h2/y/p.java b/app/src/main/java/c/i/a/c/h2/y/p.java index a4b9e4d383..454f4b94b8 100644 --- a/app/src/main/java/c/i/a/c/h2/y/p.java +++ b/app/src/main/java/c/i/a/c/h2/y/p.java @@ -18,7 +18,7 @@ public class p extends Thread { synchronized (this.j) { this.i.open(); q.j(this.j); - this.j.f898c.e(); + this.j.f900c.e(); } } } diff --git a/app/src/main/java/c/i/a/c/h2/y/q.java b/app/src/main/java/c/i/a/c/h2/y/q.java index 5f78664946..e29b85a203 100644 --- a/app/src/main/java/c/i/a/c/h2/y/q.java +++ b/app/src/main/java/c/i/a/c/h2/y/q.java @@ -28,7 +28,7 @@ public final class q implements Cache { public final File b; /* renamed from: c reason: collision with root package name */ - public final d f898c; + public final d f900c; public final j d; @Nullable public final f e; @@ -48,7 +48,7 @@ public final class q implements Cache { } if (add) { this.b = file; - this.f898c = dVar; + this.f900c = dVar; this.d = jVar; this.e = fVar; this.f = new HashMap<>(); @@ -75,9 +75,9 @@ public final class q implements Cache { } File[] listFiles = qVar.b.listFiles(); if (listFiles == null) { - StringBuilder L = c.d.b.a.a.L("Failed to list cache directory files: "); - L.append(qVar.b); - String sb = L.toString(); + StringBuilder K = c.d.b.a.a.K("Failed to list cache directory files: "); + K.append(qVar.b); + String sb = K.toString(); Log.e("SimpleCache", sb); qVar.k = new Cache.CacheException(sb); return; @@ -108,9 +108,9 @@ public final class q implements Cache { try { qVar.i = n(qVar.b); } catch (IOException e2) { - StringBuilder L2 = c.d.b.a.a.L("Failed to create cache UID: "); - L2.append(qVar.b); - String sb2 = L2.toString(); + StringBuilder K2 = c.d.b.a.a.K("Failed to create cache UID: "); + K2.append(qVar.b); + String sb2 = K2.toString(); p.b("SimpleCache", sb2, e2); qVar.k = new Cache.CacheException(sb2, e2); return; @@ -138,9 +138,9 @@ public final class q implements Cache { p.b("SimpleCache", "Storing index file failed", e3); } } catch (IOException e4) { - StringBuilder L3 = c.d.b.a.a.L("Failed to initialize cache indices: "); - L3.append(qVar.b); - String sb3 = L3.toString(); + StringBuilder K3 = c.d.b.a.a.K("Failed to initialize cache indices: "); + K3.append(qVar.b); + String sb3 = K3.toString(); p.b("SimpleCache", sb3, e4); qVar.k = new Cache.CacheException(sb3, e4); } @@ -157,7 +157,7 @@ public final class q implements Cache { public static long n(File file) throws IOException { long nextLong = new SecureRandom().nextLong(); long abs = nextLong == Long.MIN_VALUE ? 0 : Math.abs(nextLong); - File file2 = new File(file, c.d.b.a.a.t(Long.toString(abs, 16), ".uid")); + File file2 = new File(file, c.d.b.a.a.s(Long.toString(abs, 16), ".uid")); if (file2.createNewFile()) { return abs; } @@ -177,7 +177,7 @@ public final class q implements Cache { m(this.b); r(); } - this.f898c.a(this, str, j, j2); + this.f900c.a(this, str, j, j2); file = new File(this.b, Integer.toString(this.g.nextInt(10))); if (!file.exists()) { m(file); @@ -355,7 +355,7 @@ public final class q implements Cache { } public final void k(r rVar) { - this.d.d(rVar.i).f893c.add(rVar); + this.d.d(rVar.i).f895c.add(rVar); this.j += rVar.k; ArrayList arrayList = this.f.get(rVar.i); if (arrayList != null) { @@ -368,7 +368,7 @@ public final class q implements Cache { arrayList.get(size).d(this, rVar); } } - this.f898c.d(this, rVar); + this.f900c.d(this, rVar); } public synchronized void l() throws Cache.CacheException { @@ -387,9 +387,9 @@ public final class q implements Cache { } while (true) { r rVar = new r(iVar.b, j, -1, -9223372036854775807L, null); - floor = iVar.f893c.floor(rVar); + floor = iVar.f895c.floor(rVar); if (floor == null || floor.j + floor.k <= j) { - r ceiling = iVar.f893c.ceiling(rVar); + r ceiling = iVar.f895c.ceiling(rVar); if (ceiling != null) { long j4 = ceiling.j - j; if (j2 != -1) { @@ -440,7 +440,7 @@ public final class q implements Cache { boolean z2; i c2 = this.d.c(hVar.i); if (c2 != null) { - if (c2.f893c.remove(hVar)) { + if (c2.f895c.remove(hVar)) { File file = hVar.m; if (file != null) { file.delete(); @@ -455,14 +455,14 @@ public final class q implements Cache { String name = hVar.m.getName(); try { f fVar = this.e; - Objects.requireNonNull(fVar.f892c); + Objects.requireNonNull(fVar.f894c); try { - fVar.b.getWritableDatabase().delete(fVar.f892c, "name = ?", new String[]{name}); + fVar.b.getWritableDatabase().delete(fVar.f894c, "name = ?", new String[]{name}); } catch (SQLException e) { throw new DatabaseIOException(e); } } catch (IOException unused) { - c.d.b.a.a.h0("Failed to remove file index entry for: ", name, "SimpleCache"); + c.d.b.a.a.g0("Failed to remove file index entry for: ", name, "SimpleCache"); } } this.d.f(c2.b); @@ -477,7 +477,7 @@ public final class q implements Cache { arrayList.get(size).b(this, hVar); } } - this.f898c.b(this, hVar); + this.f900c.b(this, hVar); } } } @@ -485,7 +485,7 @@ public final class q implements Cache { public final void r() { ArrayList arrayList = new ArrayList(); for (i iVar : Collections.unmodifiableCollection(this.d.a.values())) { - Iterator it = iVar.f893c.iterator(); + Iterator it = iVar.f895c.iterator(); while (it.hasNext()) { r next = it.next(); if (next.m.length() != next.k) { @@ -522,7 +522,7 @@ public final class q implements Cache { z2 = true; } i iVar = this.d.a.get(str); - AnimatableValueParser.D(iVar.f893c.remove(rVar)); + AnimatableValueParser.D(iVar.f895c.remove(rVar)); File file3 = rVar.m; Objects.requireNonNull(file3); if (z2) { @@ -533,7 +533,7 @@ public final class q implements Cache { file = h; AnimatableValueParser.D(rVar.l); r rVar2 = new r(rVar.i, rVar.j, rVar.k, currentTimeMillis, file); - iVar.f893c.add(rVar2); + iVar.f895c.add(rVar2); arrayList = this.f.get(rVar.i); if (arrayList != null) { int size = arrayList.size(); @@ -545,7 +545,7 @@ public final class q implements Cache { arrayList.get(size).c(this, rVar, rVar2); } } - this.f898c.c(this, rVar, rVar2); + this.f900c.c(this, rVar, rVar2); return rVar2; } Log.w("CachedContent", "Failed to rename " + file3 + " to " + h); @@ -553,11 +553,11 @@ public final class q implements Cache { file = file3; AnimatableValueParser.D(rVar.l); r rVar2 = new r(rVar.i, rVar.j, rVar.k, currentTimeMillis, file); - iVar.f893c.add(rVar2); + iVar.f895c.add(rVar2); arrayList = this.f.get(rVar.i); if (arrayList != null) { } - this.f898c.c(this, rVar, rVar2); + this.f900c.c(this, rVar, rVar2); return rVar2; } } diff --git a/app/src/main/java/c/i/a/c/h2/y/r.java b/app/src/main/java/c/i/a/c/h2/y/r.java index 112b132102..d57e9cd76c 100644 --- a/app/src/main/java/c/i/a/c/h2/y/r.java +++ b/app/src/main/java/c/i/a/c/h2/y/r.java @@ -136,6 +136,6 @@ public final class r extends h { sb.append("."); sb.append(j); sb.append("."); - return new File(file, a.z(sb, j2, ".v3.exo")); + return new File(file, a.y(sb, j2, ".v3.exo")); } } diff --git a/app/src/main/java/c/i/a/c/i2/a.java b/app/src/main/java/c/i/a/c/i2/a.java index 11b5b1dd86..4e6ae2abf5 100644 --- a/app/src/main/java/c/i/a/c/i2/a.java +++ b/app/src/main/java/c/i/a/c/i2/a.java @@ -27,7 +27,7 @@ public final /* synthetic */ class a implements Runnable { if (i != -1) { cVar.b.a.append(i, true); } - cVar.f905c = true; + cVar.f907c = true; aVar.invoke(cVar.a); } } diff --git a/app/src/main/java/c/i/a/c/i2/b.java b/app/src/main/java/c/i/a/c/i2/b.java index 5c8b1cddbe..75d572b462 100644 --- a/app/src/main/java/c/i/a/c/i2/b.java +++ b/app/src/main/java/c/i/a/c/i2/b.java @@ -24,12 +24,12 @@ public final /* synthetic */ class b implements Handler.Callback { Iterator it = oVar.e.iterator(); while (it.hasNext()) { o.c cVar = (o.c) it.next(); - l lVar = oVar.f904c; + l lVar = oVar.f906c; o.b bVar = oVar.d; - if (!cVar.d && cVar.f905c) { + if (!cVar.d && cVar.f907c) { E e = cVar.b; cVar.b = (t) lVar.get(); - cVar.f905c = false; + cVar.f907c = false; bVar.a(cVar.a, e); } if (oVar.b.a.hasMessages(0)) { diff --git a/app/src/main/java/c/i/a/c/i2/d.java b/app/src/main/java/c/i/a/c/i2/d.java index 704f564ac4..9f05362c57 100644 --- a/app/src/main/java/c/i/a/c/i2/d.java +++ b/app/src/main/java/c/i/a/c/i2/d.java @@ -9,6 +9,6 @@ public final /* synthetic */ class d implements Comparator { @Override // java.util.Comparator public final int compare(Object obj, Object obj2) { int i2 = z.a; - return Float.compare(((z.b) obj).f913c, ((z.b) obj2).f913c); + return Float.compare(((z.b) obj).f915c, ((z.b) obj2).f915c); } } diff --git a/app/src/main/java/c/i/a/c/i2/d0.java b/app/src/main/java/c/i/a/c/i2/d0.java index b0034d832c..c5e6e08fcd 100644 --- a/app/src/main/java/c/i/a/c/i2/d0.java +++ b/app/src/main/java/c/i/a/c/i2/d0.java @@ -9,18 +9,18 @@ public final class d0 { public V[] b = ((V[]) new Object[10]); /* renamed from: c reason: collision with root package name */ - public int f899c; + public int f901c; public int d; public synchronized void a(long j, V v) { int i = this.d; if (i > 0) { - if (j <= this.a[((this.f899c + i) - 1) % this.b.length]) { + if (j <= this.a[((this.f901c + i) - 1) % this.b.length]) { b(); } } c(); - int i2 = this.f899c; + int i2 = this.f901c; int i3 = this.d; V[] vArr = this.b; int length = (i2 + i3) % vArr.length; @@ -30,7 +30,7 @@ public final class d0 { } public synchronized void b() { - this.f899c = 0; + this.f901c = 0; this.d = 0; Arrays.fill(this.b, (Object) null); } @@ -41,18 +41,18 @@ public final class d0 { int i = length * 2; long[] jArr = new long[i]; V[] vArr = (V[]) new Object[i]; - int i2 = this.f899c; + int i2 = this.f901c; int i3 = length - i2; System.arraycopy(this.a, i2, jArr, 0, i3); - System.arraycopy(this.b, this.f899c, vArr, 0, i3); - int i4 = this.f899c; + System.arraycopy(this.b, this.f901c, vArr, 0, i3); + int i4 = this.f901c; if (i4 > 0) { System.arraycopy(this.a, 0, jArr, i3, i4); - System.arraycopy(this.b, 0, vArr, i3, this.f899c); + System.arraycopy(this.b, 0, vArr, i3, this.f901c); } this.a = jArr; this.b = vArr; - this.f899c = 0; + this.f901c = 0; } } @@ -61,7 +61,7 @@ public final class d0 { V v = null; long j2 = Long.MAX_VALUE; while (this.d > 0) { - long j3 = j - this.a[this.f899c]; + long j3 = j - this.a[this.f901c]; if (j3 < 0 && (z2 || (-j3) >= j2)) { break; } @@ -80,10 +80,10 @@ public final class d0 { public final V f() { AnimatableValueParser.D(this.d > 0); V[] vArr = this.b; - int i = this.f899c; + int i = this.f901c; V v = vArr[i]; vArr[i] = null; - this.f899c = (i + 1) % vArr.length; + this.f901c = (i + 1) % vArr.length; this.d--; return v; } diff --git a/app/src/main/java/c/i/a/c/i2/e0.java b/app/src/main/java/c/i/a/c/i2/e0.java index a52f793b2e..924eaf8b19 100644 --- a/app/src/main/java/c/i/a/c/i2/e0.java +++ b/app/src/main/java/c/i/a/c/i2/e0.java @@ -10,7 +10,7 @@ public final class e0 { @GuardedBy("this") /* renamed from: c reason: collision with root package name */ - public long f900c = -9223372036854775807L; + public long f902c = -9223372036854775807L; public e0(long j) { this.a = j; @@ -20,14 +20,14 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - if (this.f900c != -9223372036854775807L) { - this.f900c = j; + if (this.f902c != -9223372036854775807L) { + this.f902c = j; } else { long j2 = this.a; if (j2 != Long.MAX_VALUE) { this.b = j2 - j; } - this.f900c = j; + this.f902c = j; notifyAll(); } return j + this.b; @@ -37,7 +37,7 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - long j2 = this.f900c; + long j2 = this.f902c; if (j2 != -9223372036854775807L) { long j3 = (j2 * 90000) / 1000000; long j4 = (4294967296L + j3) / 8589934592L; @@ -57,7 +57,7 @@ public final class e0 { j = -9223372036854775807L; if (this.a == Long.MAX_VALUE) { j = 0; - } else if (this.f900c != -9223372036854775807L) { + } else if (this.f902c != -9223372036854775807L) { j = this.b; } return j; diff --git a/app/src/main/java/c/i/a/c/i2/f.java b/app/src/main/java/c/i/a/c/i2/f.java index 87f6f4160f..3d57eeeb06 100644 --- a/app/src/main/java/c/i/a/c/i2/f.java +++ b/app/src/main/java/c/i/a/c/i2/f.java @@ -79,11 +79,11 @@ public final class f { if (this.b.exists()) { this.a.delete(); } else if (!this.a.renameTo(this.b)) { - StringBuilder L = c.d.b.a.a.L("Couldn't rename file "); - L.append(this.a); - L.append(" to backup file "); - L.append(this.b); - Log.w("AtomicFile", L.toString()); + StringBuilder K = c.d.b.a.a.K("Couldn't rename file "); + K.append(this.a); + K.append(" to backup file "); + K.append(this.b); + Log.w("AtomicFile", K.toString()); } } try { @@ -91,16 +91,16 @@ public final class f { } catch (FileNotFoundException e) { File parentFile = this.a.getParentFile(); if (parentFile == null || !parentFile.mkdirs()) { - StringBuilder L2 = c.d.b.a.a.L("Couldn't create "); - L2.append(this.a); - throw new IOException(L2.toString(), e); + StringBuilder K2 = c.d.b.a.a.K("Couldn't create "); + K2.append(this.a); + throw new IOException(K2.toString(), e); } try { return new a(this.a); } catch (FileNotFoundException e2) { - StringBuilder L3 = c.d.b.a.a.L("Couldn't create "); - L3.append(this.a); - throw new IOException(L3.toString(), e2); + StringBuilder K3 = c.d.b.a.a.K("Couldn't create "); + K3.append(this.a); + throw new IOException(K3.toString(), e2); } } } diff --git a/app/src/main/java/c/i/a/c/i2/f0.java b/app/src/main/java/c/i/a/c/i2/f0.java index 73f46d0cde..89be4a00da 100644 --- a/app/src/main/java/c/i/a/c/i2/f0.java +++ b/app/src/main/java/c/i/a/c/i2/f0.java @@ -31,7 +31,7 @@ public final class f0 { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f901c; + public static final String f903c; public static final String d; public static final String e; public static final byte[] f = new byte[0]; @@ -50,7 +50,7 @@ public final class f0 { String str2 = Build.DEVICE; b = str2; String str3 = Build.MANUFACTURER; - f901c = str3; + f903c = str3; String str4 = Build.MODEL; d = str4; e = str2 + ", " + str4 + ", " + str3 + ", " + i2; @@ -100,9 +100,9 @@ public final class f0 { } String str4 = h.get(str2); if (str4 != null) { - StringBuilder L = a.L(str4); - L.append(K.substring(str2.length())); - K = L.toString(); + StringBuilder K2 = a.K(str4); + K2.append(K.substring(str2.length())); + K = K2.toString(); str2 = str4; } if (!("no".equals(str2) || "i".equals(str2) || "zh".equals(str2))) { @@ -306,11 +306,11 @@ public final class f0 { } public static String l(byte[] bArr) { - return new String(bArr, c.f1263c); + return new String(bArr, c.f1265c); } public static String m(byte[] bArr, int i2, int i3) { - return new String(bArr, i2, i3, c.f1263c); + return new String(bArr, i2, i3, c.f1265c); } public static int n(int i2) { @@ -488,7 +488,7 @@ public final class f0 { } public static byte[] w(String str) { - return str.getBytes(c.f1263c); + return str.getBytes(c.f1265c); } public static boolean x(w wVar, w wVar2, @Nullable Inflater inflater) { diff --git a/app/src/main/java/c/i/a/c/i2/i.java b/app/src/main/java/c/i/a/c/i2/i.java index c3de481f56..7567c6766c 100644 --- a/app/src/main/java/c/i/a/c/i2/i.java +++ b/app/src/main/java/c/i/a/c/i2/i.java @@ -16,7 +16,7 @@ public final class i { public static final Pattern b = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d{1,3})\\)$"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f902c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); + public static final Pattern f904c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); public static final Map d; static { @@ -25,10 +25,10 @@ public final class i { hashMap.put("aliceblue", -984833); hashMap.put("antiquewhite", -332841); hashMap.put("aqua", -16711681); - a.a0(-8388652, hashMap, "aquamarine", -983041, "azure", -657956, "beige", -6972, "bisque"); - a.a0(-16777216, hashMap, "black", -5171, "blanchedalmond", -16776961, "blue", -7722014, "blueviolet"); - a.a0(-5952982, hashMap, "brown", -2180985, "burlywood", -10510688, "cadetblue", -8388864, "chartreuse"); - a.a0(-2987746, hashMap, "chocolate", -32944, "coral", -10185235, "cornflowerblue", -1828, "cornsilk"); + a.Z(-8388652, hashMap, "aquamarine", -983041, "azure", -657956, "beige", -6972, "bisque"); + a.Z(-16777216, hashMap, "black", -5171, "blanchedalmond", -16776961, "blue", -7722014, "blueviolet"); + a.Z(-5952982, hashMap, "brown", -2180985, "burlywood", -10510688, "cadetblue", -8388864, "chartreuse"); + a.Z(-2987746, hashMap, "chocolate", -32944, "coral", -10185235, "cornflowerblue", -1828, "cornsilk"); hashMap.put("crimson", -2354116); hashMap.put("cyan", -16711681); hashMap.put("darkblue", -16777077); @@ -38,8 +38,8 @@ public final class i { hashMap.put("darkgreen", -16751616); hashMap.put("darkgrey", -5658199); hashMap.put("darkkhaki", -4343957); - a.a0(-7667573, hashMap, "darkmagenta", -11179217, "darkolivegreen", -29696, "darkorange", -6737204, "darkorchid"); - a.a0(-7667712, hashMap, "darkred", -1468806, "darksalmon", -7357297, "darkseagreen", -12042869, "darkslateblue"); + a.Z(-7667573, hashMap, "darkmagenta", -11179217, "darkolivegreen", -29696, "darkorange", -6737204, "darkorchid"); + a.Z(-7667712, hashMap, "darkred", -1468806, "darksalmon", -7357297, "darkseagreen", -12042869, "darkslateblue"); hashMap.put("darkslategray", -13676721); hashMap.put("darkslategrey", -13676721); hashMap.put("darkturquoise", -16724271); @@ -48,7 +48,7 @@ public final class i { hashMap.put("deepskyblue", -16728065); hashMap.put("dimgray", -9868951); hashMap.put("dimgrey", -9868951); - a.a0(-14774017, hashMap, "dodgerblue", -5103070, "firebrick", -1296, "floralwhite", -14513374, "forestgreen"); + a.Z(-14774017, hashMap, "dodgerblue", -5103070, "firebrick", -1296, "floralwhite", -14513374, "forestgreen"); hashMap.put("fuchsia", -65281); hashMap.put("gainsboro", -2302756); hashMap.put("ghostwhite", -460545); @@ -58,9 +58,9 @@ public final class i { hashMap.put("green", -16744448); hashMap.put("greenyellow", -5374161); hashMap.put("grey", -8355712); - a.a0(-983056, hashMap, "honeydew", -38476, "hotpink", -3318692, "indianred", -11861886, "indigo"); - a.a0(-16, hashMap, "ivory", -989556, "khaki", -1644806, "lavender", -3851, "lavenderblush"); - a.a0(-8586240, hashMap, "lawngreen", -1331, "lemonchiffon", -5383962, "lightblue", -1015680, "lightcoral"); + a.Z(-983056, hashMap, "honeydew", -38476, "hotpink", -3318692, "indianred", -11861886, "indigo"); + a.Z(-16, hashMap, "ivory", -989556, "khaki", -1644806, "lavender", -3851, "lavenderblush"); + a.Z(-8586240, hashMap, "lawngreen", -1331, "lemonchiffon", -5383962, "lightblue", -1015680, "lightcoral"); hashMap.put("lightcyan", -2031617); hashMap.put("lightgoldenrodyellow", -329006); hashMap.put("lightgray", -2894893); @@ -80,24 +80,24 @@ public final class i { hashMap.put("magenta", -65281); hashMap.put("maroon", -8388608); hashMap.put("mediumaquamarine", -10039894); - a.a0(-16777011, hashMap, "mediumblue", -4565549, "mediumorchid", -7114533, "mediumpurple", -12799119, "mediumseagreen"); - a.a0(-8689426, hashMap, "mediumslateblue", -16713062, "mediumspringgreen", -12004916, "mediumturquoise", -3730043, "mediumvioletred"); - a.a0(-15132304, hashMap, "midnightblue", -655366, "mintcream", -6943, "mistyrose", -6987, "moccasin"); - a.a0(-8531, hashMap, "navajowhite", -16777088, "navy", -133658, "oldlace", -8355840, "olive"); - a.a0(-9728477, hashMap, "olivedrab", -23296, "orange", -47872, "orangered", -2461482, "orchid"); - a.a0(-1120086, hashMap, "palegoldenrod", -6751336, "palegreen", -5247250, "paleturquoise", -2396013, "palevioletred"); - a.a0(-4139, hashMap, "papayawhip", -9543, "peachpuff", -3308225, "peru", -16181, "pink"); - a.a0(-2252579, hashMap, "plum", -5185306, "powderblue", -8388480, "purple", -10079335, "rebeccapurple"); - a.a0(-65536, hashMap, "red", -4419697, "rosybrown", -12490271, "royalblue", -7650029, "saddlebrown"); - a.a0(-360334, hashMap, "salmon", -744352, "sandybrown", -13726889, "seagreen", -2578, "seashell"); - a.a0(-6270419, hashMap, "sienna", -4144960, "silver", -7876885, "skyblue", -9807155, "slateblue"); + a.Z(-16777011, hashMap, "mediumblue", -4565549, "mediumorchid", -7114533, "mediumpurple", -12799119, "mediumseagreen"); + a.Z(-8689426, hashMap, "mediumslateblue", -16713062, "mediumspringgreen", -12004916, "mediumturquoise", -3730043, "mediumvioletred"); + a.Z(-15132304, hashMap, "midnightblue", -655366, "mintcream", -6943, "mistyrose", -6987, "moccasin"); + a.Z(-8531, hashMap, "navajowhite", -16777088, "navy", -133658, "oldlace", -8355840, "olive"); + a.Z(-9728477, hashMap, "olivedrab", -23296, "orange", -47872, "orangered", -2461482, "orchid"); + a.Z(-1120086, hashMap, "palegoldenrod", -6751336, "palegreen", -5247250, "paleturquoise", -2396013, "palevioletred"); + a.Z(-4139, hashMap, "papayawhip", -9543, "peachpuff", -3308225, "peru", -16181, "pink"); + a.Z(-2252579, hashMap, "plum", -5185306, "powderblue", -8388480, "purple", -10079335, "rebeccapurple"); + a.Z(-65536, hashMap, "red", -4419697, "rosybrown", -12490271, "royalblue", -7650029, "saddlebrown"); + a.Z(-360334, hashMap, "salmon", -744352, "sandybrown", -13726889, "seagreen", -2578, "seashell"); + a.Z(-6270419, hashMap, "sienna", -4144960, "silver", -7876885, "skyblue", -9807155, "slateblue"); hashMap.put("slategray", -9404272); hashMap.put("slategrey", -9404272); hashMap.put("snow", -1286); hashMap.put("springgreen", -16711809); - a.a0(-12156236, hashMap, "steelblue", -2968436, "tan", -16744320, "teal", -2572328, "thistle"); - a.a0(-40121, hashMap, "tomato", 0, "transparent", -12525360, "turquoise", -1146130, "violet"); - a.a0(-663885, hashMap, "wheat", -1, "white", -657931, "whitesmoke", -256, "yellow"); + a.Z(-12156236, hashMap, "steelblue", -2968436, "tan", -16744320, "teal", -2572328, "thistle"); + a.Z(-40121, hashMap, "tomato", 0, "transparent", -12525360, "turquoise", -1146130, "violet"); + a.Z(-663885, hashMap, "wheat", -1, "white", -657931, "whitesmoke", -256, "yellow"); hashMap.put("yellowgreen", -6632142); } @@ -117,7 +117,7 @@ public final class i { throw new IllegalArgumentException(); } if (replace.startsWith("rgba")) { - Matcher matcher = (z2 ? f902c : b).matcher(replace); + Matcher matcher = (z2 ? f904c : b).matcher(replace); if (matcher.matches()) { if (z2) { String group = matcher.group(4); diff --git a/app/src/main/java/c/i/a/c/i2/n.java b/app/src/main/java/c/i/a/c/i2/n.java index 6da8fd9a33..c915c040b8 100644 --- a/app/src/main/java/c/i/a/c/i2/n.java +++ b/app/src/main/java/c/i/a/c/i2/n.java @@ -7,7 +7,7 @@ public final class n { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f903c = 0; + public int f905c = 0; public int[] d; public int e; @@ -18,7 +18,7 @@ public final class n { } public void a(int i) { - int i2 = this.f903c; + int i2 = this.f905c; int[] iArr = this.d; if (i2 == iArr.length) { int length = iArr.length << 1; @@ -30,7 +30,7 @@ public final class n { System.arraycopy(iArr, i3, iArr2, 0, i4); System.arraycopy(this.d, 0, iArr2, i4, i3); this.a = 0; - this.b = this.f903c - 1; + this.b = this.f905c - 1; this.d = iArr2; this.e = length - 1; } else { @@ -40,17 +40,17 @@ public final class n { int i5 = (this.b + 1) & this.e; this.b = i5; this.d[i5] = i; - this.f903c++; + this.f905c++; } public int b() { - int i = this.f903c; + int i = this.f905c; if (i != 0) { int[] iArr = this.d; int i2 = this.a; int i3 = iArr[i2]; this.a = (i2 + 1) & this.e; - this.f903c = i - 1; + this.f905c = i - 1; return i3; } throw new NoSuchElementException(); diff --git a/app/src/main/java/c/i/a/c/i2/o.java b/app/src/main/java/c/i/a/c/i2/o.java index 0c82459eef..05fcb58f1a 100644 --- a/app/src/main/java/c/i/a/c/i2/o.java +++ b/app/src/main/java/c/i/a/c/i2/o.java @@ -13,7 +13,7 @@ public final class o { public final c0 b; /* renamed from: c reason: collision with root package name */ - public final l f904c; + public final l f906c; public final b d; public final CopyOnWriteArraySet> e; public final ArrayDeque f = new ArrayDeque<>(); @@ -36,7 +36,7 @@ public final class o { public E b; /* renamed from: c reason: collision with root package name */ - public boolean f905c; + public boolean f907c; public boolean d; public c(T t, l lVar) { @@ -62,7 +62,7 @@ public final class o { public o(CopyOnWriteArraySet> copyOnWriteArraySet, Looper looper, g gVar, l lVar, b bVar) { this.a = gVar; this.e = copyOnWriteArraySet; - this.f904c = lVar; + this.f906c = lVar; this.d = bVar; this.b = gVar.b(looper, new b(this)); } @@ -94,7 +94,7 @@ public final class o { c next = it.next(); b bVar = this.d; next.d = true; - if (next.f905c) { + if (next.f907c) { bVar.a(next.a, next.b); } } diff --git a/app/src/main/java/c/i/a/c/i2/p.java b/app/src/main/java/c/i/a/c/i2/p.java index ccaf8b0190..87ceefa4f7 100644 --- a/app/src/main/java/c/i/a/c/i2/p.java +++ b/app/src/main/java/c/i/a/c/i2/p.java @@ -32,10 +32,10 @@ public final class p { if (TextUtils.isEmpty(str2)) { return str; } - StringBuilder P = a.P(str, "\n "); - P.append(str2.replace("\n", "\n ")); - P.append('\n'); - return P.toString(); + StringBuilder O = a.O(str, "\n "); + O.append(str2.replace("\n", "\n ")); + O.append('\n'); + return O.toString(); } @Pure diff --git a/app/src/main/java/c/i/a/c/i2/q.java b/app/src/main/java/c/i/a/c/i2/q.java index b799534b4f..6d8114cee9 100644 --- a/app/src/main/java/c/i/a/c/i2/q.java +++ b/app/src/main/java/c/i/a/c/i2/q.java @@ -23,8 +23,8 @@ public final class q { if (i >= 0 && i < this.a) { return this.b[i]; } - StringBuilder M = a.M("Invalid index ", i, ", size is "); - M.append(this.a); - throw new IndexOutOfBoundsException(M.toString()); + StringBuilder L = a.L("Invalid index ", i, ", size is "); + L.append(this.a); + throw new IndexOutOfBoundsException(L.toString()); } } diff --git a/app/src/main/java/c/i/a/c/i2/u.java b/app/src/main/java/c/i/a/c/i2/u.java index a35b662d9c..83dae13e49 100644 --- a/app/src/main/java/c/i/a/c/i2/u.java +++ b/app/src/main/java/c/i/a/c/i2/u.java @@ -8,7 +8,7 @@ public final class u { public static final float[] b = {1.0f, 1.0f, 1.0909091f, 0.90909094f, 1.4545455f, 1.2121212f, 2.1818182f, 1.8181819f, 2.909091f, 2.4242425f, 1.6363636f, 1.3636364f, 1.939394f, 1.6161616f, 1.3333334f, 1.5f, 2.0f}; /* renamed from: c reason: collision with root package name */ - public static final Object f906c = new Object(); + public static final Object f908c = new Object(); public static int[] d = new int[10]; /* compiled from: NalUnitUtil */ @@ -17,12 +17,12 @@ public final class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f907c; + public final boolean f909c; public a(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f907c = z2; + this.f909c = z2; } } @@ -32,7 +32,7 @@ public final class u { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f908c; + public final int f910c; public final int d; public final int e; public final int f; @@ -47,7 +47,7 @@ public final class u { public b(int i, int i2, int i3, int i4, int i5, int i6, float f, boolean z2, boolean z3, int i7, int i8, int i9, boolean z4) { this.a = i; this.b = i2; - this.f908c = i3; + this.f910c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -236,7 +236,7 @@ public final class u { if (e < fArr.length) { f = fArr[e]; } else { - c.d.b.a.a.f0("Unexpected aspect_ratio_idc value: ", e, "NalUnitUtil"); + c.d.b.a.a.d0("Unexpected aspect_ratio_idc value: ", e, "NalUnitUtil"); } } return new b(e2, e3, e4, f2, i15, i16, f, z2, d2, f3, f4, i4, z3); @@ -269,7 +269,7 @@ public final class u { public static int e(byte[] bArr, int i) { int i2; - synchronized (f906c) { + synchronized (f908c) { int i3 = 0; int i4 = 0; while (i3 < i) { diff --git a/app/src/main/java/c/i/a/c/i2/v.java b/app/src/main/java/c/i/a/c/i2/v.java index dff4d30902..3677cb5f49 100644 --- a/app/src/main/java/c/i/a/c/i2/v.java +++ b/app/src/main/java/c/i/a/c/i2/v.java @@ -7,7 +7,7 @@ public final class v { public int b; /* renamed from: c reason: collision with root package name */ - public int f909c; + public int f911c; public int d; public v() { @@ -28,32 +28,32 @@ public final class v { public final void a() { int i; int i2 = this.b; - AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.f909c == 0))); + AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.f911c == 0))); } public int b() { - return ((this.d - this.b) * 8) - this.f909c; + return ((this.d - this.b) * 8) - this.f911c; } public void c() { - if (this.f909c != 0) { - this.f909c = 0; + if (this.f911c != 0) { + this.f911c = 0; this.b++; a(); } } public int d() { - AnimatableValueParser.D(this.f909c == 0); + AnimatableValueParser.D(this.f911c == 0); return this.b; } public int e() { - return (this.b * 8) + this.f909c; + return (this.b * 8) + this.f911c; } public boolean f() { - boolean z2 = (this.a[this.b] & (128 >> this.f909c)) != 0; + boolean z2 = (this.a[this.b] & (128 >> this.f911c)) != 0; l(); return z2; } @@ -63,15 +63,15 @@ public final class v { if (i == 0) { return 0; } - this.f909c += i; + this.f911c += i; int i3 = 0; while (true) { - i2 = this.f909c; + i2 = this.f911c; if (i2 <= 8) { break; } int i4 = i2 - 8; - this.f909c = i4; + this.f911c = i4; byte[] bArr = this.a; int i5 = this.b; this.b = i5 + 1; @@ -81,7 +81,7 @@ public final class v { int i6 = this.b; int i7 = (-1 >>> (32 - i)) & (i3 | ((bArr2[i6] & 255) >> (8 - i2))); if (i2 == 8) { - this.f909c = 0; + this.f911c = 0; this.b = i6 + 1; } a(); @@ -96,7 +96,7 @@ public final class v { int i5 = i4 + 1; this.b = i5; byte b = bArr2[i4]; - int i6 = this.f909c; + int i6 = this.f911c; bArr[i] = (byte) (b << i6); bArr[i] = (byte) (((255 & bArr2[i5]) >> (8 - i6)) | bArr[i]); i++; @@ -104,22 +104,22 @@ public final class v { int i7 = i2 & 7; if (i7 != 0) { bArr[i3] = (byte) (bArr[i3] & (255 >> i7)); - int i8 = this.f909c; + int i8 = this.f911c; if (i8 + i7 > 8) { byte b2 = bArr[i3]; byte[] bArr3 = this.a; int i9 = this.b; this.b = i9 + 1; bArr[i3] = (byte) (b2 | ((bArr3[i9] & 255) << i8)); - this.f909c = i8 - 8; + this.f911c = i8 - 8; } - int i10 = this.f909c + i7; - this.f909c = i10; + int i10 = this.f911c + i7; + this.f911c = i10; byte[] bArr4 = this.a; int i11 = this.b; bArr[i3] = (byte) (((byte) (((255 & bArr4[i11]) >> (8 - i10)) << (8 - i7))) | bArr[i3]); if (i10 == 8) { - this.f909c = 0; + this.f911c = 0; this.b = i11 + 1; } a(); @@ -127,7 +127,7 @@ public final class v { } public void i(byte[] bArr, int i, int i2) { - AnimatableValueParser.D(this.f909c == 0); + AnimatableValueParser.D(this.f911c == 0); System.arraycopy(this.a, this.b, bArr, i, i2); this.b += i2; a(); @@ -136,22 +136,22 @@ public final class v { public void j(byte[] bArr, int i) { this.a = bArr; this.b = 0; - this.f909c = 0; + this.f911c = 0; this.d = i; } public void k(int i) { int i2 = i / 8; this.b = i2; - this.f909c = i - (i2 * 8); + this.f911c = i - (i2 * 8); a(); } public void l() { - int i = this.f909c + 1; - this.f909c = i; + int i = this.f911c + 1; + this.f911c = i; if (i == 8) { - this.f909c = 0; + this.f911c = 0; this.b++; } a(); @@ -161,17 +161,17 @@ public final class v { int i2 = i / 8; int i3 = this.b + i2; this.b = i3; - int i4 = (i - (i2 * 8)) + this.f909c; - this.f909c = i4; + int i4 = (i - (i2 * 8)) + this.f911c; + this.f911c = i4; if (i4 > 7) { this.b = i3 + 1; - this.f909c = i4 - 8; + this.f911c = i4 - 8; } a(); } public void n(int i) { - AnimatableValueParser.D(this.f909c == 0); + AnimatableValueParser.D(this.f911c == 0); this.b += i; a(); } diff --git a/app/src/main/java/c/i/a/c/i2/w.java b/app/src/main/java/c/i/a/c/i2/w.java index 05a7f53678..6697712fc9 100644 --- a/app/src/main/java/c/i/a/c/i2/w.java +++ b/app/src/main/java/c/i/a/c/i2/w.java @@ -12,7 +12,7 @@ public final class w { public int b; /* renamed from: c reason: collision with root package name */ - public int f910c; + public int f912c; public w() { this.a = f0.f; @@ -20,39 +20,39 @@ public final class w { public w(int i) { this.a = new byte[i]; - this.f910c = i; + this.f912c = i; } public w(byte[] bArr) { this.a = bArr; - this.f910c = bArr.length; + this.f912c = bArr.length; } public w(byte[] bArr, int i) { this.a = bArr; - this.f910c = i; + this.f912c = i; } public void A(byte[] bArr) { int length = bArr.length; this.a = bArr; - this.f910c = length; + this.f912c = length; this.b = 0; } public void B(byte[] bArr, int i) { this.a = bArr; - this.f910c = i; + this.f912c = i; this.b = 0; } public void C(int i) { AnimatableValueParser.k(i >= 0 && i <= this.a.length); - this.f910c = i; + this.f912c = i; } public void D(int i) { - AnimatableValueParser.k(i >= 0 && i <= this.f910c); + AnimatableValueParser.k(i >= 0 && i <= this.f912c); this.b = i; } @@ -61,7 +61,7 @@ public final class w { } public int a() { - return this.f910c - this.b; + return this.f912c - this.b; } public void b(int i) { @@ -106,7 +106,7 @@ public final class w { return null; } int i = this.b; - while (i < this.f910c) { + while (i < this.f912c) { byte b = this.a[i]; int i2 = f0.a; if (b == 10 || b == 13) { @@ -125,7 +125,7 @@ public final class w { int i4 = this.b; String m = f0.m(bArr2, i4, i - i4); this.b = i; - int i5 = this.f910c; + int i5 = this.f912c; if (i == i5) { return m; } @@ -186,7 +186,7 @@ public final class w { if (h >= 0) { return h; } - throw new IllegalStateException(a.k("Top bit not zero: ", h)); + throw new IllegalStateException(a.j("Top bit not zero: ", h)); } public int l() { @@ -225,14 +225,14 @@ public final class w { return null; } int i = this.b; - while (i < this.f910c && this.a[i] != 0) { + while (i < this.f912c && this.a[i] != 0) { i++; } byte[] bArr = this.a; int i2 = this.b; String m = f0.m(bArr, i2, i - i2); this.b = i; - if (i < this.f910c) { + if (i < this.f912c) { this.b = i + 1; } return m; @@ -244,13 +244,13 @@ public final class w { } int i2 = this.b; int i3 = (i2 + i) - 1; - String m = f0.m(this.a, i2, (i3 >= this.f910c || this.a[i3] != 0) ? i : i - 1); + String m = f0.m(this.a, i2, (i3 >= this.f912c || this.a[i3] != 0) ? i : i - 1); this.b += i; return m; } public String p(int i) { - return q(i, c.f1263c); + return q(i, c.f1265c); } public String q(int i, Charset charset) { @@ -300,7 +300,7 @@ public final class w { if (f >= 0) { return f; } - throw new IllegalStateException(a.k("Top bit not zero: ", f)); + throw new IllegalStateException(a.j("Top bit not zero: ", f)); } public long w() { @@ -308,7 +308,7 @@ public final class w { if (m >= 0) { return m; } - throw new IllegalStateException(a.p("Top bit not zero: ", m)); + throw new IllegalStateException(a.o("Top bit not zero: ", m)); } public int x() { @@ -346,13 +346,13 @@ public final class w { if ((b & 192) == 128) { j = (j << 6) | ((long) (b & 63)); } else { - throw new NumberFormatException(a.p("Invalid UTF-8 sequence continuation byte: ", j)); + throw new NumberFormatException(a.o("Invalid UTF-8 sequence continuation byte: ", j)); } } this.b += i2; return j; } - throw new NumberFormatException(a.p("Invalid UTF-8 sequence first byte: ", j)); + throw new NumberFormatException(a.o("Invalid UTF-8 sequence first byte: ", j)); } public void z(int i) { diff --git a/app/src/main/java/c/i/a/c/i2/x.java b/app/src/main/java/c/i/a/c/i2/x.java index d575e7be63..3bbe4d7dfb 100644 --- a/app/src/main/java/c/i/a/c/i2/x.java +++ b/app/src/main/java/c/i/a/c/i2/x.java @@ -7,24 +7,24 @@ public final class x { public int b; /* renamed from: c reason: collision with root package name */ - public int f911c; + public int f913c; public int d = 0; public x(byte[] bArr, int i, int i2) { this.a = bArr; - this.f911c = i; + this.f913c = i; this.b = i2; a(); } public final void a() { int i; - int i2 = this.f911c; + int i2 = this.f913c; AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.b) || (i2 == i && this.d == 0))); } public boolean b(int i) { - int i2 = this.f911c; + int i2 = this.f913c; int i3 = i / 8; int i4 = i2 + i3; int i5 = (this.d + i) - (i3 * 8); @@ -49,20 +49,20 @@ public final class x { } public boolean c() { - int i = this.f911c; + int i = this.f913c; int i2 = this.d; int i3 = 0; - while (this.f911c < this.b && !d()) { + while (this.f913c < this.b && !d()) { i3++; } - boolean z2 = this.f911c == this.b; - this.f911c = i; + boolean z2 = this.f913c == this.b; + this.f913c = i; this.d = i2; return !z2 && b((i3 * 2) + 1); } public boolean d() { - boolean z2 = (this.a[this.f911c] & (128 >> this.d)) != 0; + boolean z2 = (this.a[this.f913c] & (128 >> this.d)) != 0; j(); return z2; } @@ -81,22 +81,22 @@ public final class x { int i5 = i2 - 8; this.d = i5; byte[] bArr = this.a; - int i6 = this.f911c; + int i6 = this.f913c; i4 |= (bArr[i6] & 255) << i5; if (!i(i6 + 1)) { i3 = 1; } - this.f911c = i6 + i3; + this.f913c = i6 + i3; } byte[] bArr2 = this.a; - int i7 = this.f911c; + int i7 = this.f913c; int i8 = (-1 >>> (32 - i)) & (i4 | ((bArr2[i7] & 255) >> (8 - i2))); if (i2 == 8) { this.d = 0; if (!i(i7 + 1)) { i3 = 1; } - this.f911c = i7 + i3; + this.f913c = i7 + i3; } a(); return i8; @@ -122,7 +122,7 @@ public final class x { public void h(byte[] bArr, int i, int i2) { this.a = bArr; - this.f911c = i; + this.f913c = i; this.b = i2; this.d = 0; a(); @@ -144,33 +144,33 @@ public final class x { this.d = i2; if (i2 == 8) { this.d = 0; - int i3 = this.f911c; + int i3 = this.f913c; if (i(i3 + 1)) { i = 2; } - this.f911c = i3 + i; + this.f913c = i3 + i; } a(); } public void k(int i) { - int i2 = this.f911c; + int i2 = this.f913c; int i3 = i / 8; int i4 = i2 + i3; - this.f911c = i4; + this.f913c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; if (i5 > 7) { - this.f911c = i4 + 1; + this.f913c = i4 + 1; this.d = i5 - 8; } while (true) { i2++; - if (i2 > this.f911c) { + if (i2 > this.f913c) { a(); return; } else if (i(i2)) { - this.f911c++; + this.f913c++; i2 += 2; } } diff --git a/app/src/main/java/c/i/a/c/i2/z.java b/app/src/main/java/c/i/a/c/i2/z.java index 9a2de8d1ef..972bd50125 100644 --- a/app/src/main/java/c/i/a/c/i2/z.java +++ b/app/src/main/java/c/i/a/c/i2/z.java @@ -8,7 +8,7 @@ public class z { public final int b; /* renamed from: c reason: collision with root package name */ - public final ArrayList f912c = new ArrayList<>(); + public final ArrayList f914c = new ArrayList<>(); public final b[] d = new b[5]; public int e = -1; public int f; @@ -21,7 +21,7 @@ public class z { public int b; /* renamed from: c reason: collision with root package name */ - public float f913c; + public float f915c; public b() { } @@ -37,7 +37,7 @@ public class z { public void a(int i, float f) { b bVar; if (this.e != 1) { - Collections.sort(this.f912c, c.i); + Collections.sort(this.f914c, c.i); this.e = 1; } int i2 = this.h; @@ -53,19 +53,19 @@ public class z { this.f = i4 + 1; bVar.a = i4; bVar.b = i; - bVar.f913c = f; - this.f912c.add(bVar); + bVar.f915c = f; + this.f914c.add(bVar); this.g += i; while (true) { int i5 = this.g; int i6 = this.b; if (i5 > i6) { int i7 = i5 - i6; - b bVar2 = this.f912c.get(0); + b bVar2 = this.f914c.get(0); int i8 = bVar2.b; if (i8 <= i7) { this.g -= i8; - this.f912c.remove(0); + this.f914c.remove(0); int i9 = this.h; if (i9 < 5) { b[] bVarArr2 = this.d; @@ -84,22 +84,22 @@ public class z { public float b(float f) { if (this.e != 0) { - Collections.sort(this.f912c, d.i); + Collections.sort(this.f914c, d.i); this.e = 0; } float f2 = f * ((float) this.g); int i = 0; - for (int i2 = 0; i2 < this.f912c.size(); i2++) { - b bVar = this.f912c.get(i2); + for (int i2 = 0; i2 < this.f914c.size(); i2++) { + b bVar = this.f914c.get(i2); i += bVar.b; if (((float) i) >= f2) { - return bVar.f913c; + return bVar.f915c; } } - if (this.f912c.isEmpty()) { + if (this.f914c.isEmpty()) { return Float.NaN; } - ArrayList arrayList = this.f912c; - return arrayList.get(arrayList.size() - 1).f913c; + ArrayList arrayList = this.f914c; + return arrayList.get(arrayList.size() - 1).f915c; } } diff --git a/app/src/main/java/c/i/a/c/j0.java b/app/src/main/java/c/i/a/c/j0.java index aaccc62fe3..1ab9f3253a 100644 --- a/app/src/main/java/c/i/a/c/j0.java +++ b/app/src/main/java/c/i/a/c/j0.java @@ -7,16 +7,16 @@ public class j0 implements i0 { public long b; /* renamed from: c reason: collision with root package name */ - public long f914c; + public long f916c; public j0() { - this.f914c = 15000; + this.f916c = 15000; this.b = 5000; this.a = new r1.c(); } public j0(long j, long j2) { - this.f914c = j; + this.f916c = j; this.b = j2; this.a = new r1.c(); } @@ -34,7 +34,7 @@ public class j0 implements i0 { if (!e() || !g1Var.k()) { return true; } - g(g1Var, this.f914c); + g(g1Var, this.f916c); return true; } @@ -82,7 +82,7 @@ public class j0 implements i0 { } public boolean e() { - return this.f914c > 0; + return this.f916c > 0; } public boolean f() { diff --git a/app/src/main/java/c/i/a/c/j2/j.java b/app/src/main/java/c/i/a/c/j2/j.java index 101e1de3b1..c22c712fd3 100644 --- a/app/src/main/java/c/i/a/c/j2/j.java +++ b/app/src/main/java/c/i/a/c/j2/j.java @@ -13,7 +13,7 @@ public final class j { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f915c; + public final int f917c; public final int d; public final float e; @Nullable @@ -22,7 +22,7 @@ public final class j { public j(List list, int i, int i2, int i3, float f, @Nullable String str) { this.a = list; this.b = i; - this.f915c = i2; + this.f917c = i2; this.d = i3; this.e = f; this.f = str; @@ -63,7 +63,7 @@ public final class j { int i5 = d.e; int i6 = d.f; float f2 = d.g; - str = h.a(d.a, d.b, d.f908c); + str = h.a(d.a, d.b, d.f910c); i2 = i5; i = i6; f = f2; diff --git a/app/src/main/java/c/i/a/c/j2/l.java b/app/src/main/java/c/i/a/c/j2/l.java index d59ed90130..71123cad87 100644 --- a/app/src/main/java/c/i/a/c/j2/l.java +++ b/app/src/main/java/c/i/a/c/j2/l.java @@ -7,7 +7,7 @@ public final class l { public a b = new a(); /* renamed from: c reason: collision with root package name */ - public boolean f916c; + public boolean f918c; public long d = -9223372036854775807L; public int e; @@ -17,7 +17,7 @@ public final class l { public long b; /* renamed from: c reason: collision with root package name */ - public long f917c; + public long f919c; public long d; public long e; public long f; @@ -38,7 +38,7 @@ public final class l { this.f = j3; this.e = 1; } else { - long j4 = j - this.f917c; + long j4 = j - this.f919c; int i = (int) (j2 % 15); if (Math.abs(j4 - this.b) <= 1000000) { this.e++; @@ -57,7 +57,7 @@ public final class l { } } this.d++; - this.f917c = j; + this.f919c = j; } public void c() { diff --git a/app/src/main/java/c/i/a/c/j2/m.java b/app/src/main/java/c/i/a/c/j2/m.java index e4407defca..eed84b38e9 100644 --- a/app/src/main/java/c/i/a/c/j2/m.java +++ b/app/src/main/java/c/i/a/c/j2/m.java @@ -16,12 +16,12 @@ public final class m { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f918c; + public final String f920c; public m(@Nullable List list, int i, @Nullable String str) { this.a = list; this.b = i; - this.f918c = str; + this.f920c = str; } public static m a(w wVar) throws ParserException { 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 032c55fad0..77db27b753 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 @@ -61,7 +61,7 @@ public class n extends MediaCodecRenderer { public final w.a U0; public final long V0; public final int W0; - public final boolean X0 = "NVIDIA".equals(f0.f901c); + public final boolean X0 = "NVIDIA".equals(f0.f903c); public a Y0; public boolean Z0; public boolean a1; @@ -99,12 +99,12 @@ public class n extends MediaCodecRenderer { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f919c; + public final int f921c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f919c = i3; + this.f921c = i3; } } @@ -1471,7 +1471,7 @@ public class n extends MediaCodecRenderer { case 0: case 4: String str2 = f0.d; - if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f901c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { + if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f903c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { i3 = f0.f(i2, 16) * f0.f(i, 16) * 16 * 16; i4 = 2; break; @@ -1517,7 +1517,7 @@ public class n extends MediaCodecRenderer { public static int I0(s sVar, Format format) { if (format.u == -1) { - return G0(sVar, format.t, format.f2208y, format.f2209z); + return G0(sVar, format.t, format.f2211y, format.f2212z); } int size = format.v.size(); int i = 0; @@ -1542,7 +1542,7 @@ public class n extends MediaCodecRenderer { if (aVar != null) { aVar.a.unregisterDisplayListener(aVar); } - t.b bVar = tVar.f921c; + t.b bVar = tVar.f923c; Objects.requireNonNull(bVar); bVar.k.sendEmptyMessage(2); } @@ -1591,7 +1591,7 @@ public class n extends MediaCodecRenderer { } t tVar = this.T0; if (tVar.b != null) { - t.b bVar = tVar.f921c; + t.b bVar = tVar.f923c; Objects.requireNonNull(bVar); bVar.k.sendEmptyMessage(1); t.a aVar2 = tVar.d; @@ -1709,12 +1709,12 @@ public class n extends MediaCodecRenderer { public e K(s sVar, Format format, Format format2) { e c2 = sVar.c(format, format2); int i = c2.e; - int i2 = format2.f2208y; + int i2 = format2.f2211y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2209z > aVar.b) { + if (i2 > aVar.a || format2.f2212z > aVar.b) { i |= 256; } - if (I0(sVar, format2) > this.Y0.f919c) { + if (I0(sVar, format2) > this.Y0.f921c) { i |= 64; } return new e(sVar.a, format, format2, i != 0 ? 0 : c2.d, i); @@ -1764,14 +1764,14 @@ public class n extends MediaCodecRenderer { MediaCodecInfo.VideoCapabilities videoCapabilities; Format[] formatArr; int G0; - String str2 = sVar.f767c; + String str2 = sVar.f769c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2208y; - int i4 = format.f2209z; + int i3 = format.f2211y; + int i4 = format.f2212z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2208y, format.f2209z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2211y, format.f2212z)) == -1)) { I0 = Math.min((int) (((float) I0) * 1.5f), G0); } aVar = new a(i3, i4, I0); @@ -1788,11 +1788,11 @@ public class n extends MediaCodecRenderer { format2 = a2.a(); } if (sVar.c(format, format2).d != 0) { - int i6 = format2.f2208y; + int i6 = format2.f2211y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2209z == -1; + z4 |= i6 == -1 || format2.f2212z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2209z); + int max2 = Math.max(i4, format2.f2212z); I0 = Math.max(I0, I0(sVar, format2)); i4 = max2; i3 = max; @@ -1804,8 +1804,8 @@ public class n extends MediaCodecRenderer { } if (z4) { Log.w("MediaCodecVideoRenderer", "Resolutions unknown. Codec max resolution: " + i3 + "x" + i4); - int i7 = format.f2209z; - int i8 = format.f2208y; + int i7 = format.f2212z; + int i8 = format.f2211y; boolean z5 = i7 > i8; int i9 = z5 ? i7 : i8; if (z5) { @@ -1862,20 +1862,20 @@ public class n extends MediaCodecRenderer { } mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2208y); - mediaFormat.setInteger("height", format.f2209z); - AnimatableValueParser.w2(mediaFormat, format.v); + mediaFormat.setInteger("width", format.f2211y); + mediaFormat.setInteger("height", format.f2212z); + AnimatableValueParser.x2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { } - AnimatableValueParser.J1(mediaFormat, "rotation-degrees", format.B); + AnimatableValueParser.K1(mediaFormat, "rotation-degrees", format.B); colorInfo = format.F; if (colorInfo != null) { } - AnimatableValueParser.J1(mediaFormat, "profile", ((Integer) c2.first).intValue()); + AnimatableValueParser.K1(mediaFormat, "profile", ((Integer) c2.first).intValue()); mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - AnimatableValueParser.J1(mediaFormat, "max-input-size", aVar.f919c); + AnimatableValueParser.K1(mediaFormat, "max-input-size", aVar.f921c); i2 = f0.a; if (i2 >= 23) { } @@ -1914,30 +1914,30 @@ public class n extends MediaCodecRenderer { i = !this.A1 ? this.B1 : 0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2208y); - mediaFormat.setInteger("height", format.f2209z); - AnimatableValueParser.w2(mediaFormat, format.v); + mediaFormat.setInteger("width", format.f2211y); + mediaFormat.setInteger("height", format.f2212z); + AnimatableValueParser.x2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { mediaFormat.setFloat("frame-rate", f2); } - AnimatableValueParser.J1(mediaFormat, "rotation-degrees", format.B); + AnimatableValueParser.K1(mediaFormat, "rotation-degrees", format.B); colorInfo = format.F; if (colorInfo != null) { - AnimatableValueParser.J1(mediaFormat, "color-transfer", colorInfo.k); - AnimatableValueParser.J1(mediaFormat, "color-standard", colorInfo.i); - AnimatableValueParser.J1(mediaFormat, "color-range", colorInfo.j); + AnimatableValueParser.K1(mediaFormat, "color-transfer", colorInfo.k); + AnimatableValueParser.K1(mediaFormat, "color-standard", colorInfo.i); + AnimatableValueParser.K1(mediaFormat, "color-range", colorInfo.j); byte[] bArr = colorInfo.l; if (bArr != null) { mediaFormat.setByteBuffer("hdr-static-info", ByteBuffer.wrap(bArr)); } } if ("video/dolby-vision".equals(format.t) && (c2 = MediaCodecUtil.c(format)) != null) { - AnimatableValueParser.J1(mediaFormat, "profile", ((Integer) c2.first).intValue()); + AnimatableValueParser.K1(mediaFormat, "profile", ((Integer) c2.first).intValue()); } mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - AnimatableValueParser.J1(mediaFormat, "max-input-size", aVar.f919c); + AnimatableValueParser.K1(mediaFormat, "max-input-size", aVar.f921c); i2 = f0.a; if (i2 >= 23) { mediaFormat.setInteger("priority", 0); @@ -2214,8 +2214,8 @@ public class n extends MediaCodecRenderer { rVar.f(this.e1); } if (this.A1) { - this.s1 = format.f2208y; - this.t1 = format.f2209z; + this.s1 = format.f2211y; + this.t1 = format.f2212z; } else { Objects.requireNonNull(mediaFormat); boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top"); @@ -2240,7 +2240,7 @@ public class n extends MediaCodecRenderer { l lVar = tVar.a; lVar.a.c(); lVar.b.c(); - lVar.f916c = false; + lVar.f918c = false; lVar.d = -9223372036854775807L; lVar.e = 0; tVar.e(); @@ -2309,22 +2309,22 @@ public class n extends MediaCodecRenderer { long j8 = j3 * 1000; lVar.a.b(j8); if (lVar.a.a()) { - lVar.f916c = false; + lVar.f918c = false; } else if (lVar.d != -9223372036854775807L) { - if (lVar.f916c) { + if (lVar.f918c) { l.a aVar = lVar.b; long j9 = aVar.d; } lVar.b.c(); lVar.b.b(lVar.d); - lVar.f916c = true; + lVar.f918c = true; lVar.b.b(j8); } - if (lVar.f916c && lVar.b.a()) { + if (lVar.f918c && lVar.b.a()) { l.a aVar2 = lVar.a; lVar.a = lVar.b; lVar.b = aVar2; - lVar.f916c = false; + lVar.f918c = false; } lVar.d = j8; lVar.e = lVar.a.a() ? 0 : lVar.e + 1; @@ -2393,7 +2393,7 @@ public class n extends MediaCodecRenderer { } tVar2.n = tVar2.m; tVar2.o = j14; - t.b bVar = tVar2.f921c; + t.b bVar = tVar2.f923c; if (!(bVar == null || tVar2.k == -9223372036854775807L)) { long j17 = bVar.j; if (j17 != -9223372036854775807L) { diff --git a/app/src/main/java/c/i/a/c/j2/o.java b/app/src/main/java/c/i/a/c/j2/o.java index 6bdaa2ba8e..e54d67e33d 100644 --- a/app/src/main/java/c/i/a/c/j2/o.java +++ b/app/src/main/java/c/i/a/c/j2/o.java @@ -23,7 +23,7 @@ public class o implements GLSurfaceView.Renderer, r { public int[] r = new int[3]; /* renamed from: s reason: collision with root package name */ - public int f920s; + public int f922s; public int[] t = new int[3]; public int[] u = new int[3]; public q v; @@ -49,7 +49,7 @@ public class o implements GLSurfaceView.Renderer, r { this.v = andSet; } Objects.requireNonNull(this.v); - GLES20.glUniformMatrix3fv(this.f920s, 1, false, j, 0); + GLES20.glUniformMatrix3fv(this.f922s, 1, false, j, 0); Objects.requireNonNull(null); throw null; } @@ -75,7 +75,7 @@ public class o implements GLSurfaceView.Renderer, r { this.r[2] = GLES20.glGetAttribLocation(this.q, "in_tc_v"); GLES20.glEnableVertexAttribArray(this.r[2]); AnimatableValueParser.r(); - this.f920s = GLES20.glGetUniformLocation(this.q, "mColorConversion"); + this.f922s = GLES20.glGetUniformLocation(this.q, "mColorConversion"); AnimatableValueParser.r(); GLES20.glGenTextures(3, this.n, 0); for (int i2 = 0; i2 < 3; i2++) { diff --git a/app/src/main/java/c/i/a/c/j2/t.java b/app/src/main/java/c/i/a/c/j2/t.java index b4a63b4ca0..6a563c67a1 100644 --- a/app/src/main/java/c/i/a/c/j2/t.java +++ b/app/src/main/java/c/i/a/c/j2/t.java @@ -25,7 +25,7 @@ public final class t { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f921c; + public final b f923c; @Nullable public final a d; public boolean e; @@ -144,10 +144,10 @@ public final class t { } } this.d = aVar; - this.f921c = b.i; + this.f923c = b.i; } else { this.d = null; - this.f921c = null; + this.f923c = null; } this.k = -9223372036854775807L; this.l = -9223372036854775807L; diff --git a/app/src/main/java/c/i/a/c/j2/x/b.java b/app/src/main/java/c/i/a/c/j2/x/b.java index a47a781b94..bc28767e83 100644 --- a/app/src/main/java/c/i/a/c/j2/x/b.java +++ b/app/src/main/java/c/i/a/c/j2/x/b.java @@ -17,7 +17,7 @@ public final class b extends g0 { public a w; /* renamed from: x reason: collision with root package name */ - public long f922x; + public long f924x; public b() { super(6); @@ -33,7 +33,7 @@ public final class b extends g0 { @Override // c.i.a.c.g0 public void D(long j, boolean z2) { - this.f922x = Long.MIN_VALUE; + this.f924x = Long.MIN_VALUE; a aVar = this.w; if (aVar != null) { aVar.b(); @@ -68,11 +68,11 @@ public final class b extends g0 { @Override // c.i.a.c.k1 public void q(long j, long j2) { float[] fArr; - while (!i() && this.f922x < 100000 + j) { + while (!i() && this.f924x < 100000 + j) { this.t.p(); if (I(A(), this.t, false) == -4 && !this.t.n()) { DecoderInputBuffer decoderInputBuffer = this.t; - this.f922x = decoderInputBuffer.m; + this.f924x = decoderInputBuffer.m; if (this.w != null && !decoderInputBuffer.m()) { this.t.s(); ByteBuffer byteBuffer = this.t.k; @@ -89,7 +89,7 @@ public final class b extends g0 { fArr = fArr2; } if (fArr != null) { - this.w.a(this.f922x - this.v, fArr); + this.w.a(this.f924x - this.v, fArr); } } } else { diff --git a/app/src/main/java/c/i/a/c/j2/x/c.java b/app/src/main/java/c/i/a/c/j2/x/c.java index bc7a516c65..f99b3715a6 100644 --- a/app/src/main/java/c/i/a/c/j2/x/c.java +++ b/app/src/main/java/c/i/a/c/j2/x/c.java @@ -8,7 +8,7 @@ public final class c { public final float[] b = new float[16]; /* renamed from: c reason: collision with root package name */ - public final d0 f923c = new d0<>(); + public final d0 f925c = new d0<>(); public boolean d; public static void a(float[] fArr, float[] fArr2) { diff --git a/app/src/main/java/c/i/a/c/j2/x/d.java b/app/src/main/java/c/i/a/c/j2/x/d.java index 61f2988d13..2ae3c129a4 100644 --- a/app/src/main/java/c/i/a/c/j2/x/d.java +++ b/app/src/main/java/c/i/a/c/j2/x/d.java @@ -7,7 +7,7 @@ public final class d { public final a b; /* renamed from: c reason: collision with root package name */ - public final int f924c; + public final int f926c; public final boolean d; /* compiled from: Projection */ @@ -25,13 +25,13 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final float[] f925c; + public final float[] f927c; public final float[] d; public b(int i, float[] fArr, float[] fArr2, int i2) { this.a = i; AnimatableValueParser.k(((long) fArr.length) * 2 == ((long) fArr2.length) * 3); - this.f925c = fArr; + this.f927c = fArr; this.d = fArr2; this.b = i2; } @@ -40,14 +40,14 @@ public final class d { public d(a aVar, int i) { this.a = aVar; this.b = aVar; - this.f924c = i; + this.f926c = i; this.d = aVar == aVar; } public d(a aVar, a aVar2, int i) { this.a = aVar; this.b = aVar2; - this.f924c = i; + this.f926c = i; this.d = aVar == aVar2; } } diff --git a/app/src/main/java/c/i/a/c/k0.java b/app/src/main/java/c/i/a/c/k0.java index 6caa474ab4..404f7f767a 100644 --- a/app/src/main/java/c/i/a/c/k0.java +++ b/app/src/main/java/c/i/a/c/k0.java @@ -5,7 +5,7 @@ public final class k0 implements t0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final float f926c; + public final float f928c; public long d = -9223372036854775807L; public long e = -9223372036854775807L; public long f; @@ -22,7 +22,7 @@ public final class k0 implements t0 { public k0(float f, float f2, long j, float f3, long j2, long j3, float f4, a aVar) { this.a = j2; this.b = j3; - this.f926c = f4; + this.f928c = f4; this.k = f; this.j = f2; this.l = 1.0f; diff --git a/app/src/main/java/c/i/a/c/l0.java b/app/src/main/java/c/i/a/c/l0.java index 279df6522f..7f34af4263 100644 --- a/app/src/main/java/c/i/a/c/l0.java +++ b/app/src/main/java/c/i/a/c/l0.java @@ -12,7 +12,7 @@ public class l0 implements u0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f927c; + public final long f929c; public final long d; public final long e; public final int f; @@ -31,7 +31,7 @@ public class l0 implements u0 { j(i6, 0, "backBufferDurationMs", "0"); this.a = mVar; this.b = h0.a((long) i); - this.f927c = h0.a((long) i2); + this.f929c = h0.a((long) i2); this.d = h0.a((long) i3); this.e = h0.a((long) i4); this.f = i5; @@ -138,7 +138,7 @@ public class l0 implements u0 { boolean z3 = i >= this.j; long j3 = this.b; if (f > 1.0f) { - j3 = Math.min(f0.p(j3, f), this.f927c); + j3 = Math.min(f0.p(j3, f), this.f929c); } if (j2 < Math.max(j3, 500000L)) { if (!this.g && z3) { @@ -148,7 +148,7 @@ public class l0 implements u0 { if (!z2 && j2 < 500000) { Log.w("DefaultLoadControl", "Target buffer size reached with less than 500ms of buffered media data."); } - } else if (j2 >= this.f927c || z3) { + } else if (j2 >= this.f929c || z3) { this.k = false; } return this.k; diff --git a/app/src/main/java/c/i/a/c/o0.java b/app/src/main/java/c/i/a/c/o0.java index fafcf17321..47290750a1 100644 --- a/app/src/main/java/c/i/a/c/o0.java +++ b/app/src/main/java/c/i/a/c/o0.java @@ -41,7 +41,7 @@ public final class o0 extends f0 implements g1 { public final m b; /* renamed from: c reason: collision with root package name */ - public final k1[] f928c; + public final k1[] f930c; public final l d; public final c0 e; public final q0.e f; @@ -60,20 +60,20 @@ public final class o0 extends f0 implements g1 { public boolean r; /* renamed from: s reason: collision with root package name */ - public int f929s; + public int f931s; public boolean t; public int u; public int v; public h0 w; /* renamed from: x reason: collision with root package name */ - public c1 f930x; + public c1 f932x; /* renamed from: y reason: collision with root package name */ - public int f931y; + public int f933y; /* renamed from: z reason: collision with root package name */ - public long f932z; + public long f934z; /* compiled from: ExoPlayerImpl */ public static final class a implements a1 { @@ -98,16 +98,16 @@ public final class o0 extends f0 implements g1 { @SuppressLint({"HandlerLeak"}) public o0(k1[] k1VarArr, l lVar, a0 a0Var, u0 u0Var, d dVar, @Nullable c1 c1Var, boolean z2, o1 o1Var, t0 t0Var, long j, boolean z3, g gVar, Looper looper, @Nullable g1 g1Var) { - StringBuilder L = c.d.b.a.a.L("Init "); - L.append(Integer.toHexString(System.identityHashCode(this))); - L.append(" ["); - L.append("ExoPlayerLib/2.13.3"); - L.append("] ["); - L.append(f0.e); - L.append("]"); - Log.i("ExoPlayerImpl", L.toString()); + StringBuilder K = c.d.b.a.a.K("Init "); + K.append(Integer.toHexString(System.identityHashCode(this))); + K.append(" ["); + K.append("ExoPlayerLib/2.13.3"); + K.append("] ["); + K.append(f0.e); + K.append("]"); + Log.i("ExoPlayerImpl", K.toString()); AnimatableValueParser.D(k1VarArr.length > 0); - this.f928c = k1VarArr; + this.f930c = k1VarArr; Objects.requireNonNull(lVar); this.d = lVar; this.l = a0Var; @@ -123,16 +123,16 @@ public final class o0 extends f0 implements g1 { m mVar = new m(new m1[k1VarArr.length], new c.i.a.c.f2.g[k1VarArr.length], null); this.b = mVar; this.i = new r1.b(); - this.f931y = -1; + this.f933y = -1; this.e = gVar.b(looper, null); o oVar = new o(this); this.f = oVar; - this.f930x = c1.i(mVar); + this.f932x = c1.i(mVar); if (c1Var != null) { AnimatableValueParser.D(c1Var.o == null || c1Var.l.b.isEmpty()); c1Var.o = g1Var; o oVar2 = c1Var.n; - c1Var.n = new o<>(oVar2.e, looper, oVar2.a, oVar2.f904c, new b1(c1Var, g1Var)); + c1Var.n = new o<>(oVar2.e, looper, oVar2.a, oVar2.f906c, new b1(c1Var, g1Var)); l(c1Var); dVar.f(new Handler(looper), c1Var); } @@ -145,7 +145,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public TrackGroupArray A() { - return this.f930x.h; + return this.f932x.h; } @Override // c.i.a.c.g1 @@ -156,10 +156,10 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public long C() { if (d()) { - c1 c1Var = this.f930x; - y.a aVar = c1Var.f770c; + c1 c1Var = this.f932x; + y.a aVar = c1Var.f772c; c1Var.b.h(aVar.a, this.i); - return h0.b(this.i.a(aVar.b, aVar.f807c)); + return h0.b(this.i.a(aVar.b, aVar.f809c)); } r1 D = D(); if (D.q()) { @@ -170,7 +170,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public r1 D() { - return this.f930x.b; + return this.f932x.b; } @Override // c.i.a.c.g1 @@ -185,43 +185,43 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public long G() { - if (this.f930x.b.q()) { - return this.f932z; + if (this.f932x.b.q()) { + return this.f934z; } - c1 c1Var = this.f930x; - if (c1Var.k.d != c1Var.f770c.d) { + c1 c1Var = this.f932x; + if (c1Var.k.d != c1Var.f772c.d) { return c1Var.b.n(o(), this.a).b(); } long j = c1Var.q; - if (this.f930x.k.a()) { - c1 c1Var2 = this.f930x; + if (this.f932x.k.a()) { + c1 c1Var2 = this.f932x; r1.b h = c1Var2.b.h(c1Var2.k.a, this.i); - long d = h.d(this.f930x.k.b); + long d = h.d(this.f932x.k.b); j = d == Long.MIN_VALUE ? h.d : d; } - return P(this.f930x.k, j); + return P(this.f932x.k, j); } @Override // c.i.a.c.g1 public k H() { - return new k(this.f930x.i.f861c); + return new k(this.f932x.i.f863c); } @Override // c.i.a.c.g1 public int I(int i) { - return this.f928c[i].x(); + return this.f930c[i].x(); } @Override // c.i.a.c.g1 public long J() { - if (this.f930x.b.q()) { - return this.f932z; + if (this.f932x.b.q()) { + return this.f934z; } - if (this.f930x.f770c.a()) { - return h0.b(this.f930x.f771s); + if (this.f932x.f772c.a()) { + return h0.b(this.f932x.f773s); } - c1 c1Var = this.f930x; - return P(c1Var.f770c, c1Var.f771s); + c1 c1Var = this.f932x; + return P(c1Var.f772c, c1Var.f773s); } @Override // c.i.a.c.g1 @@ -231,21 +231,21 @@ public final class o0 extends f0 implements g1 { } public final int L() { - if (this.f930x.b.q()) { - return this.f931y; + if (this.f932x.b.q()) { + return this.f933y; } - c1 c1Var = this.f930x; - return c1Var.b.h(c1Var.f770c.a, this.i).f949c; + c1 c1Var = this.f932x; + return c1Var.b.h(c1Var.f772c.a, this.i).f951c; } @Nullable public final Pair M(r1 r1Var, int i, long j) { if (r1Var.q()) { - this.f931y = i; + this.f933y = i; if (j == -9223372036854775807L) { j = 0; } - this.f932z = j; + this.f934z = j; return null; } if (i == -1 || i >= r1Var.p()) { @@ -264,19 +264,19 @@ public final class o0 extends f0 implements g1 { if (r1Var.q()) { y.a aVar = c1.a; y.a aVar2 = c1.a; - long a2 = h0.a(this.f932z); - long a3 = h0.a(this.f932z); + long a2 = h0.a(this.f934z); + long a3 = h0.a(this.f934z); TrackGroupArray trackGroupArray = TrackGroupArray.i; m mVar = this.b; c.i.b.b.a aVar3 = u.j; c1 a4 = h.b(aVar2, a2, a3, 0, trackGroupArray, mVar, c.i.b.b.q0.k).a(aVar2); - a4.q = a4.f771s; + a4.q = a4.f773s; return a4; } - Object obj = h.f770c.a; + Object obj = h.f772c.a; int i2 = f0.a; boolean z2 = !obj.equals(pair.first); - y.a aVar4 = z2 ? new y.a(pair.first) : h.f770c; + y.a aVar4 = z2 ? new y.a(pair.first) : h.f772c; long longValue = ((Long) pair.second).longValue(); long a5 = h0.a(s()); if (!r1Var2.q()) { @@ -297,19 +297,19 @@ public final class o0 extends f0 implements g1 { return a6; } else if (i == 0) { int b = r1Var.b(h.k.a); - if (b != -1 && r1Var.f(b, this.i).f949c == r1Var.h(aVar4.a, this.i).f949c) { + if (b != -1 && r1Var.f(b, this.i).f951c == r1Var.h(aVar4.a, this.i).f951c) { return h; } r1Var.h(aVar4.a, this.i); - long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f807c) : this.i.d; - c1 a8 = h.b(aVar4, h.f771s, h.f771s, a7 - h.f771s, h.h, h.i, h.j).a(aVar4); + long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f809c) : this.i.d; + c1 a8 = h.b(aVar4, h.f773s, h.f773s, a7 - h.f773s, h.h, h.i, h.j).a(aVar4); a8.q = a7; return a8; } else { AnimatableValueParser.D(!aVar4.a()); long max = Math.max(0L, h.r - (longValue - a5)); long j = h.q; - if (h.k.equals(h.f770c)) { + if (h.k.equals(h.f772c)) { j = longValue + max; } c1 b2 = h.b(aVar4, longValue, longValue, max, h.h, h.i, h.j); @@ -320,7 +320,7 @@ public final class o0 extends f0 implements g1 { public final long P(y.a aVar, long j) { long b = h0.b(j); - this.f930x.b.h(aVar.a, this.i); + this.f932x.b.h(aVar.a, this.i); return b + h0.b(this.i.e); } @@ -332,9 +332,9 @@ public final class o0 extends f0 implements g1 { } public void R(boolean z2, int i, int i2) { - c1 c1Var = this.f930x; + c1 c1Var = this.f932x; if (c1Var.l != z2 || c1Var.m != i) { - this.f929s++; + this.f931s++; c1 d = c1Var.d(z2, i); this.g.o.b(1, z2 ? 1 : 0, i).sendToTarget(); S(d, false, 4, 0, i2, false); @@ -344,8 +344,8 @@ public final class o0 extends f0 implements g1 { public final void S(c1 c1Var, boolean z2, int i, int i2, int i3, boolean z3) { Pair pair; int i4; - c1 c1Var2 = this.f930x; - this.f930x = c1Var; + c1 c1Var2 = this.f932x; + this.f932x = c1Var; boolean z4 = !c1Var2.b.equals(c1Var.b); r1 r1Var = c1Var2.b; r1 r1Var2 = c1Var.b; @@ -354,8 +354,8 @@ public final class o0 extends f0 implements g1 { } else if (r1Var2.q() != r1Var.q()) { pair = new Pair(Boolean.TRUE, 3); } else { - Object obj = r1Var.n(r1Var.h(c1Var2.f770c.a, this.i).f949c, this.a).f950c; - Object obj2 = r1Var2.n(r1Var2.h(c1Var.f770c.a, this.i).f949c, this.a).f950c; + Object obj = r1Var.n(r1Var.h(c1Var2.f772c.a, this.i).f951c, this.a).f952c; + Object obj2 = r1Var2.n(r1Var2.h(c1Var.f772c.a, this.i).f951c, this.a).f952c; int i5 = this.a.o; if (!obj.equals(obj2)) { if (z2 && i == 0) { @@ -369,7 +369,7 @@ public final class o0 extends f0 implements g1 { } pair = new Pair(Boolean.TRUE, Integer.valueOf(i4)); } else { - pair = (z2 && i == 0 && r1Var2.b(c1Var.f770c.a) == i5) ? new Pair(Boolean.TRUE, 0) : new Pair(Boolean.FALSE, -1); + pair = (z2 && i == 0 && r1Var2.b(c1Var.f772c.a) == i5) ? new Pair(Boolean.TRUE, 0) : new Pair(Boolean.FALSE, -1); } } boolean booleanValue = ((Boolean) pair.first).booleanValue(); @@ -381,7 +381,7 @@ public final class o0 extends f0 implements g1 { this.h.b(12, new d(i)); } if (booleanValue) { - this.h.b(1, new r(!c1Var.b.q() ? c1Var.b.n(c1Var.b.h(c1Var.f770c.a, this.i).f949c, this.a).e : null, intValue)); + this.h.b(1, new r(!c1Var.b.q() ? c1Var.b.n(c1Var.b.h(c1Var.f772c.a, this.i).f951c, this.a).e : null, intValue)); } ExoPlaybackException exoPlaybackException = c1Var2.f; ExoPlaybackException exoPlaybackException2 = c1Var.f; @@ -392,7 +392,7 @@ public final class o0 extends f0 implements g1 { m mVar2 = c1Var.i; if (mVar != mVar2) { this.d.a(mVar2.d); - this.h.b(2, new m(c1Var, new k(c1Var.i.f861c))); + this.h.b(2, new m(c1Var, new k(c1Var.i.f863c))); } if (!c1Var2.j.equals(c1Var.j)) { this.h.b(3, new j(c1Var)); @@ -432,52 +432,52 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public void a() { - c1 c1Var = this.f930x; + c1 c1Var = this.f932x; if (c1Var.e == 1) { c1 e = c1Var.e(null); c1 g = e.g(e.b.q() ? 4 : 2); - this.f929s++; + this.f931s++; this.g.o.a(0).sendToTarget(); S(g, false, 4, 1, 1, false); } } public h1 b(h1.b bVar) { - return new h1(this.g, bVar, this.f930x.b, o(), this.p, this.g.q); + return new h1(this.g, bVar, this.f932x.b, o(), this.p, this.g.q); } @Override // c.i.a.c.g1 public d1 c() { - return this.f930x.n; + return this.f932x.n; } @Override // c.i.a.c.g1 public boolean d() { - return this.f930x.f770c.a(); + return this.f932x.f772c.a(); } @Override // c.i.a.c.g1 public long e() { - return h0.b(this.f930x.r); + return h0.b(this.f932x.r); } @Override // c.i.a.c.g1 public void f(int i, long j) { - r1 r1Var = this.f930x.b; + r1 r1Var = this.f932x.b; if (i < 0 || (!r1Var.q() && i >= r1Var.p())) { throw new IllegalSeekPositionException(r1Var, i, j); } int i2 = 1; - this.f929s++; + this.f931s++; if (d()) { Log.w("ExoPlayerImpl", "seekTo ignored because an ad is playing"); - q0.d dVar = new q0.d(this.f930x); + q0.d dVar = new q0.d(this.f932x); dVar.a(1); o0 o0Var = ((o) this.f).a; o0Var.e.a.post(new t(o0Var, dVar)); return; } - c1 c1Var = this.f930x; + c1 c1Var = this.f932x; if (c1Var.e != 1) { i2 = 2; } @@ -488,7 +488,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public boolean g() { - return this.f930x.l; + return this.f932x.l; } @Override // c.i.a.c.g1 @@ -504,16 +504,16 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public List i() { - return this.f930x.j; + return this.f932x.j; } @Override // c.i.a.c.g1 public int j() { - if (this.f930x.b.q()) { + if (this.f932x.b.q()) { return 0; } - c1 c1Var = this.f930x; - return c1Var.b.b(c1Var.f770c.a); + c1 c1Var = this.f932x; + return c1Var.b.b(c1Var.f772c.a); } @Override // c.i.a.c.g1 @@ -521,14 +521,14 @@ public final class o0 extends f0 implements g1 { o oVar = this.h; if (!oVar.h) { Objects.requireNonNull(aVar); - oVar.e.add(new o.c<>(aVar, oVar.f904c)); + oVar.e.add(new o.c<>(aVar, oVar.f906c)); } } @Override // c.i.a.c.g1 public int m() { if (d()) { - return this.f930x.f770c.f807c; + return this.f932x.f772c.f809c; } return -1; } @@ -542,7 +542,7 @@ public final class o0 extends f0 implements g1 { if (next.a.equals(aVar)) { o.b bVar = oVar.d; next.d = true; - if (next.f905c) { + if (next.f907c) { bVar.a(next.a, next.b); } oVar.e.remove(next); @@ -562,7 +562,7 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 @Nullable public ExoPlaybackException p() { - return this.f930x.f; + return this.f932x.f; } @Override // c.i.a.c.g1 @@ -581,21 +581,21 @@ public final class o0 extends f0 implements g1 { if (!d()) { return J(); } - c1 c1Var = this.f930x; - c1Var.b.h(c1Var.f770c.a, this.i); - c1 c1Var2 = this.f930x; - return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f930x.d); + c1 c1Var = this.f932x; + c1Var.b.h(c1Var.f772c.a, this.i); + c1 c1Var2 = this.f932x; + return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f932x.d); } @Override // c.i.a.c.g1 public int u() { - return this.f930x.e; + return this.f932x.e; } @Override // c.i.a.c.g1 public int w() { if (d()) { - return this.f930x.f770c.b; + return this.f932x.f772c.b; } return -1; } @@ -613,6 +613,6 @@ public final class o0 extends f0 implements g1 { @Override // c.i.a.c.g1 public int z() { - return this.f930x.m; + return this.f932x.m; } } diff --git a/app/src/main/java/c/i/a/c/o1.java b/app/src/main/java/c/i/a/c/o1.java index 1e02091872..fd75c158aa 100644 --- a/app/src/main/java/c/i/a/c/o1.java +++ b/app/src/main/java/c/i/a/c/o1.java @@ -8,7 +8,7 @@ public final class o1 { public static final o1 b; /* renamed from: c reason: collision with root package name */ - public final long f933c; + public final long f935c; public final long d; static { @@ -31,7 +31,7 @@ public final class o1 { boolean z2 = true; AnimatableValueParser.k(j >= 0); AnimatableValueParser.k(j2 < 0 ? false : z2); - this.f933c = j; + this.f935c = j; this.d = j2; } @@ -43,10 +43,10 @@ public final class o1 { return false; } o1 o1Var = (o1) obj; - return this.f933c == o1Var.f933c && this.d == o1Var.d; + return this.f935c == o1Var.f935c && this.d == o1Var.d; } public int hashCode() { - return (((int) this.f933c) * 31) + ((int) this.d); + return (((int) this.f935c) * 31) + ((int) this.d); } } diff --git a/app/src/main/java/c/i/a/c/p1.java b/app/src/main/java/c/i/a/c/p1.java index b3f0e4a548..f3094f0351 100644 --- a/app/src/main/java/c/i/a/c/p1.java +++ b/app/src/main/java/c/i/a/c/p1.java @@ -81,7 +81,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public final k1[] b; /* renamed from: c reason: collision with root package name */ - public final Context f934c; + public final Context f936c; public final o0 d; public final c e; public final CopyOnWriteArraySet f; @@ -101,7 +101,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Nullable /* renamed from: s reason: collision with root package name */ - public Surface f935s; + public Surface f937s; public boolean t; public int u; @Nullable @@ -110,13 +110,13 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public TextureView w; /* renamed from: x reason: collision with root package name */ - public int f936x; + public int f938x; /* renamed from: y reason: collision with root package name */ - public int f937y; + public int f939y; /* renamed from: z reason: collision with root package name */ - public int f938z; + public int f940z; /* compiled from: SimpleExoPlayer */ public static final class b { @@ -124,7 +124,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public final n1 b; /* renamed from: c reason: collision with root package name */ - public g f939c; + public g f941c; public l d; public a0 e; public u0 f; @@ -173,7 +173,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { hashMap.put(0, 1000000L); u uVar2 = c.i.a.c.h2.n.b; hashMap.put(2, uVar2.get(((Integer) uVar.get(0)).intValue())); - hashMap.put(3, c.i.a.c.h2.n.f882c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f884c.get(((Integer) uVar.get(1)).intValue())); hashMap.put(4, c.i.a.c.h2.n.d.get(((Integer) uVar.get(2)).intValue())); hashMap.put(5, c.i.a.c.h2.n.e.get(((Integer) uVar.get(3)).intValue())); hashMap.put(9, c.i.a.c.h2.n.f.get(((Integer) uVar.get(4)).intValue())); @@ -194,7 +194,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { hashMap.put(0, 1000000L); u uVar2 = c.i.a.c.h2.n.b; hashMap.put(2, uVar2.get(((Integer) uVar.get(0)).intValue())); - hashMap.put(3, c.i.a.c.h2.n.f882c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f884c.get(((Integer) uVar.get(1)).intValue())); hashMap.put(4, c.i.a.c.h2.n.d.get(((Integer) uVar.get(2)).intValue())); hashMap.put(5, c.i.a.c.h2.n.e.get(((Integer) uVar.get(3)).intValue())); hashMap.put(9, c.i.a.c.h2.n.f.get(((Integer) uVar.get(4)).intValue())); @@ -218,7 +218,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { this.l = true; this.m = o1.b; this.n = new k0(0.97f, 1.03f, 1000, 1.0E-7f, h0.a(20), h0.a(500), 0.999f, null); - this.f939c = gVar; + this.f941c = gVar; this.o = 500; this.p = 2000; } @@ -455,7 +455,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public void s(Surface surface) { p1.this.k.s(surface); p1 p1Var = p1.this; - if (p1Var.f935s == surface) { + if (p1Var.f937s == surface) { Iterator it = p1Var.f.iterator(); while (it.hasNext()) { it.next().c(); @@ -527,7 +527,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { q1 q1Var; int t; Context applicationContext = bVar.a.getApplicationContext(); - this.f934c = applicationContext; + this.f936c = applicationContext; c1 c1Var = bVar.h; this.k = c1Var; this.A = bVar.j; @@ -554,7 +554,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { Intent registerReceiver = context.registerReceiver(null, new IntentFilter("android.media.action.HDMI_AUDIO_PLUG")); int i2 = f0.a; if (i2 >= 17) { - String str = f0.f901c; + String str = f0.f903c; if ("Amazon".equals(str) || "Xiaomi".equals(str)) { z2 = true; y yVar = new y(n0Var.a, n0Var.b, false, handler, cVar, new DefaultAudioSink((z2 || Settings.Global.getInt(context.getContentResolver(), "external_surround_sound_enabled", 0) != 1) ? (registerReceiver != null || registerReceiver.getIntExtra("android.media.extra.AUDIO_PLUG_STATE", 0) == 0) ? c.i.a.c.v1.o.a : new c.i.a.c.v1.o(registerReceiver.getIntArrayExtra("android.media.extra.ENCODINGS"), registerReceiver.getIntExtra("android.media.extra.MAX_CHANNEL_COUNT", 8)) : c.i.a.c.v1.o.b, new DefaultAudioSink.d(new AudioProcessor[0]), false, false, false)); @@ -577,15 +577,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (this.r == null) { this.r = new AudioTrack(3, 4000, 4, 2, 2, 0, 0); } - this.f938z = this.r.getAudioSessionId(); + this.f940z = this.r.getAudioSessionId(); } else { UUID uuid = h0.a; AudioManager audioManager = (AudioManager) applicationContext.getSystemService("audio"); - this.f938z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); + this.f940z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); } this.D = Collections.emptyList(); this.G = true; - o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f939c, bVar.i, this); + o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f941c, bVar.i, this); this.d = o0Var; o0Var.l(cVar); d0 d0Var = new d0(bVar.a, handler, cVar); @@ -607,7 +607,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (q1Var.f != t) { q1Var.f = t; q1Var.c(); - c cVar2 = (c) q1Var.f948c; + c cVar2 = (c) q1Var.f950c; c.i.a.c.y1.a N = N(p1.this.n); if (!N.equals(p1.this.J)) { p1 p1Var = p1.this; @@ -620,15 +620,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } s1 s1Var = new s1(bVar.a); this.o = s1Var; - s1Var.f952c = false; + s1Var.f954c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f953c = false; + t1Var.f955c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f938z)); - R(2, 102, Integer.valueOf(this.f938z)); + R(i, 102, Integer.valueOf(this.f940z)); + R(2, 102, Integer.valueOf(this.f940z)); R(i, 3, this.A); R(2, 4, Integer.valueOf(this.u)); R(i, 101, Boolean.valueOf(this.C)); @@ -650,7 +650,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } this.D = Collections.emptyList(); this.G = true; - o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f939c, bVar.i, this); + o0 o0Var = new o0(k1VarArr, bVar.d, bVar.e, bVar.f, bVar.g, c1Var, bVar.l, bVar.m, bVar.n, bVar.o, false, bVar.f941c, bVar.i, this); this.d = o0Var; o0Var.l(cVar); d0 d0Var = new d0(bVar.a, handler, cVar); @@ -667,15 +667,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } s1 s1Var = new s1(bVar.a); this.o = s1Var; - s1Var.f952c = false; + s1Var.f954c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f953c = false; + t1Var.f955c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f938z)); - R(2, 102, Integer.valueOf(this.f938z)); + R(i, 102, Integer.valueOf(this.f940z)); + R(2, 102, Integer.valueOf(this.f940z)); R(i, 3, this.A); R(2, 4, Integer.valueOf(this.u)); R(i, 101, Boolean.valueOf(this.C)); @@ -696,7 +696,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (u != 1) { if (u == 2 || u == 3) { p1Var.Z(); - boolean z3 = p1Var.d.f930x.p; + boolean z3 = p1Var.d.f932x.p; s1 s1Var = p1Var.o; if (!p1Var.g() || z3) { z2 = false; @@ -722,7 +722,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public TrackGroupArray A() { Z(); - return this.d.f930x.h; + return this.d.f932x.h; } @Override // c.i.a.c.g1 @@ -740,7 +740,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public r1 D() { Z(); - return this.d.f930x.b; + return this.d.f932x.b; } @Override // c.i.a.c.g1 @@ -769,7 +769,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int I(int i) { Z(); - return this.d.f928c[i].x(); + return this.d.f930c[i].x(); } @Override // c.i.a.c.g1 @@ -786,7 +786,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public void L(@Nullable Surface surface) { Z(); - if (surface != null && surface == this.f935s) { + if (surface != null && surface == this.f937s) { Z(); Q(); V(null, false); @@ -809,9 +809,9 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } public final void P(int i, int i2) { - if (i != this.f936x || i2 != this.f937y) { - this.f936x = i; - this.f937y = i2; + if (i != this.f938x || i2 != this.f939y) { + this.f938x = i; + this.f939y = i2; c1 c1Var = this.k; d1.a d02 = c1Var.d0(); c.i.a.c.u1.n nVar = new c.i.a.c.u1.n(d02, i, i2); @@ -913,7 +913,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { arrayList.add(b2); } } - Surface surface2 = this.f935s; + Surface surface2 = this.f937s; if (!(surface2 == null || surface2 == surface)) { try { Iterator it = arrayList.iterator(); @@ -925,20 +925,20 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } catch (TimeoutException unused2) { o0 o0Var = this.d; ExoPlaybackException b3 = ExoPlaybackException.b(new ExoTimeoutException(3)); - c1 c1Var = o0Var.f930x; - c1 a2 = c1Var.a(c1Var.f770c); - a2.q = a2.f771s; + c1 c1Var = o0Var.f932x; + c1 a2 = c1Var.a(c1Var.f772c); + a2.q = a2.f773s; a2.r = 0; c1 e = a2.g(1).e(b3); - o0Var.f929s++; + o0Var.f931s++; o0Var.g.o.a(6).sendToTarget(); o0Var.S(e, false, 4, 0, 1, false); } if (this.t) { - this.f935s.release(); + this.f937s.release(); } } - this.f935s = surface; + this.f937s = surface; this.t = z2; } @@ -1020,7 +1020,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public d1 c() { Z(); - return this.d.f930x.n; + return this.d.f932x.n; } @Override // c.i.a.c.g1 @@ -1032,7 +1032,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public long e() { Z(); - return h0.b(this.d.f930x.r); + return h0.b(this.d.f932x.r); } @Override // c.i.a.c.g1 @@ -1054,7 +1054,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public boolean g() { Z(); - return this.d.f930x.l; + return this.d.f932x.l; } @Override // c.i.a.c.g1 @@ -1066,7 +1066,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public List i() { Z(); - return this.d.f930x.j; + return this.d.f932x.j; } @Override // c.i.a.c.g1 @@ -1102,7 +1102,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Nullable public ExoPlaybackException p() { Z(); - return this.d.f930x.f; + return this.d.f932x.f; } @Override // c.i.a.c.g1 @@ -1127,7 +1127,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int u() { Z(); - return this.d.f930x.e; + return this.d.f932x.e; } @Override // c.i.a.c.g1 @@ -1145,6 +1145,6 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Override // c.i.a.c.g1 public int z() { Z(); - return this.d.f930x.m; + return this.d.f932x.m; } } diff --git a/app/src/main/java/c/i/a/c/q0.java b/app/src/main/java/c/i/a/c/q0.java index 31cd9622bb..e8114b25cc 100644 --- a/app/src/main/java/c/i/a/c/q0.java +++ b/app/src/main/java/c/i/a/c/q0.java @@ -78,20 +78,20 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final r1.c r; /* renamed from: s reason: collision with root package name */ - public final r1.b f940s; + public final r1.b f942s; public final long t; public final boolean u; public final m0 v; public final ArrayList w; /* renamed from: x reason: collision with root package name */ - public final c.i.a.c.i2.g f941x; + public final c.i.a.c.i2.g f943x; /* renamed from: y reason: collision with root package name */ - public final e f942y; + public final e f944y; /* renamed from: z reason: collision with root package name */ - public final z0 f943z; + public final z0 f945z; /* compiled from: ExoPlayerImplInternal */ public static final class a { @@ -99,13 +99,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final h0 b; /* renamed from: c reason: collision with root package name */ - public final int f944c; + public final int f946c; public final long d; public a(List list, h0 h0Var, int i, long j, p0 p0Var) { this.a = list; this.b = h0Var; - this.f944c = i; + this.f946c = i; this.d = j; } } @@ -167,7 +167,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public c1 b; /* renamed from: c reason: collision with root package name */ - public int f945c; + public int f947c; public boolean d; public int e; public boolean f; @@ -179,7 +179,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public void a(int i) { this.a |= i > 0; - this.f945c += i; + this.f947c += i; } public void b(int i) { @@ -207,7 +207,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f946c; + public final long f948c; public final boolean d; public final boolean e; public final boolean f; @@ -215,7 +215,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public f(y.a aVar, long j, long j2, boolean z2, boolean z3, boolean z4) { this.a = aVar; this.b = j; - this.f946c = j2; + this.f948c = j2; this.d = z2; this.e = z3; this.f = z4; @@ -228,17 +228,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f947c; + public final long f949c; public g(r1 r1Var, int i, long j) { this.a = r1Var; this.b = i; - this.f947c = j; + this.f949c = j; } } public q0(k1[] k1VarArr, l lVar, m mVar, u0 u0Var, c.i.a.c.h2.d dVar, int i, boolean z2, @Nullable c1 c1Var, o1 o1Var, t0 t0Var, long j, boolean z3, Looper looper, c.i.a.c.i2.g gVar, e eVar) { - this.f942y = eVar; + this.f944y = eVar; this.i = k1VarArr; this.k = lVar; this.l = mVar; @@ -250,7 +250,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.B = t0Var; this.C = j; this.H = z3; - this.f941x = gVar; + this.f943x = gVar; this.t = u0Var.b(); this.u = u0Var.a(); c1 i2 = c1.i(mVar); @@ -264,11 +264,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.v = new m0(this, gVar); this.w = new ArrayList<>(); this.r = new r1.c(); - this.f940s = new r1.b(); + this.f942s = new r1.b(); lVar.a = dVar; this.U = true; Handler handler = new Handler(looper); - this.f943z = new z0(c1Var, handler); + this.f945z = new z0(c1Var, handler); this.A = new b1(this, c1Var, handler); HandlerThread handlerThread = new HandlerThread("ExoPlayer:Playback", -16); this.p = handlerThread; @@ -300,8 +300,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { Objects.requireNonNull(cVar.i); cVar.j = b2; r1Var2.h(cVar.l, bVar); - if (r1Var2.n(bVar.f949c, cVar2).n) { - Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f949c, cVar.k + bVar.e); + if (r1Var2.n(bVar.f951c, cVar2).n) { + Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f951c, cVar.k + bVar.e); cVar.f(r1Var.b(j.first), ((Long) j.second).longValue(), j.first); } return true; @@ -316,16 +316,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } r1 r1Var3 = r1Var2.q() ? r1Var : r1Var2; try { - Pair j = r1Var3.j(cVar, bVar, gVar.b, gVar.f947c); + Pair j = r1Var3.j(cVar, bVar, gVar.b, gVar.f949c); if (r1Var.equals(r1Var3)) { return j; } if (r1Var.b(j.first) != -1) { r1Var3.h(j.first, bVar); - return r1Var3.n(bVar.f949c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f949c, gVar.f947c) : j; + return r1Var3.n(bVar.f951c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f951c, gVar.f949c) : j; } if (z2 && (L = L(cVar, bVar, i, z3, j.first, r1Var3, r1Var)) != null) { - return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f949c, -9223372036854775807L); + return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f951c, -9223372036854775807L); } return null; } catch (IndexOutOfBoundsException unused) { @@ -352,9 +352,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public static boolean g0(c1 c1Var, r1.b bVar, r1.c cVar) { - y.a aVar = c1Var.f770c; + y.a aVar = c1Var.f772c; r1 r1Var = c1Var.b; - return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f949c, cVar).n; + return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f951c, cVar).n; } public static Format[] j(c.i.a.c.f2.g gVar) { @@ -431,7 +431,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z2; int i; float f2 = this.v.c().b; - z0 z0Var = this.f943z; + z0 z0Var = this.f945z; x0 x0Var = z0Var.h; x0 x0Var2 = z0Var.i; x0 x0Var3 = x0Var; @@ -440,10 +440,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { m i2 = x0Var3.i(f2, this.E.b); m mVar = x0Var3.n; int i3 = 0; - if (mVar != null && mVar.f861c.length == i2.f861c.length) { + if (mVar != null && mVar.f863c.length == i2.f863c.length) { int i4 = 0; while (true) { - if (i4 >= i2.f861c.length) { + if (i4 >= i2.f863c.length) { z2 = true; break; } else if (!i2.a(mVar, i4)) { @@ -456,16 +456,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z2 = false; if (!z2) { if (z3) { - z0 z0Var2 = this.f943z; + z0 z0Var2 = this.f945z; x0 x0Var4 = z0Var2.h; boolean m = z0Var2.m(x0Var4); boolean[] zArr = new boolean[this.i.length]; - long a2 = x0Var4.a(i2, this.E.f771s, m, zArr); + long a2 = x0Var4.a(i2, this.E.f773s, m, zArr); c1 c1Var = this.E; i = 4; - c1 u = u(c1Var.f770c, a2, c1Var.d); + c1 u = u(c1Var.f772c, a2, c1Var.d); this.E = u; - if (!(u.e == 4 || a2 == u.f771s)) { + if (!(u.e == 4 || a2 == u.f773s)) { this.F.b(4); H(a2); } @@ -477,7 +477,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } k1 k1Var = k1VarArr[i3]; zArr2[i3] = w(k1Var); - c.i.a.c.d2.f0 f0Var = x0Var4.f1004c[i3]; + c.i.a.c.d2.f0 f0Var = x0Var4.f1006c[i3]; if (zArr2[i3]) { if (f0Var != k1Var.h()) { f(k1Var); @@ -490,7 +490,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { i(zArr2); } else { i = 4; - this.f943z.m(x0Var3); + this.f945z.m(x0Var3); if (x0Var3.d) { x0Var3.a(i2, Math.max(x0Var3.f.b, this.S - x0Var3.o), false, new boolean[x0Var3.i.length]); } @@ -554,21 +554,21 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } this.Q = 0; c1 c1Var = this.E; - y.a aVar2 = c1Var.f770c; - long j3 = c1Var.f771s; - long j4 = g0(this.E, this.f940s, this.r) ? this.E.d : this.E.f771s; + y.a aVar2 = c1Var.f772c; + long j3 = c1Var.f773s; + long j4 = g0(this.E, this.f942s, this.r) ? this.E.d : this.E.f773s; if (z3) { this.R = null; Pair m = m(this.E.b); aVar2 = (y.a) m.first; j3 = ((Long) m.second).longValue(); j4 = -9223372036854775807L; - if (!aVar2.equals(this.E.f770c)) { + if (!aVar2.equals(this.E.f772c)) { z6 = true; aVar = aVar2; j = j3; j2 = -9223372036854775807L; - this.f943z.b(); + this.f945z.b(); this.K = false; c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; @@ -591,7 +591,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } catch (RuntimeException e4) { p.b("MediaSourceList", "Failed to release child source.", e4); } - bVar.a.c(bVar.f759c); + bVar.a.c(bVar.f761c); } b1Var.g.clear(); b1Var.h.clear(); @@ -604,7 +604,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j = j3; j2 = j4; z6 = false; - this.f943z.b(); + this.f945z.b(); this.K = false; c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; @@ -624,12 +624,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void G() { - x0 x0Var = this.f943z.h; + x0 x0Var = this.f945z.h; this.I = x0Var != null && x0Var.f.g && this.H; } public final void H(long j) throws ExoPlaybackException { - x0 x0Var = this.f943z.h; + x0 x0Var = this.f945z.h; if (x0Var != null) { j += x0Var.o; } @@ -641,8 +641,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k1Var.u(this.S); } } - for (x0 x0Var2 = this.f943z.h; x0Var2 != null; x0Var2 = x0Var2.l) { - c.i.a.c.f2.g[] gVarArr = x0Var2.n.f861c; + for (x0 x0Var2 = this.f945z.h; x0Var2 != null; x0Var2 = x0Var2.l) { + c.i.a.c.f2.g[] gVarArr = x0Var2.n.f863c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.j(); @@ -659,7 +659,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (size < 0) { Collections.sort(this.w); return; - } else if (!I(this.w.get(size), r1Var, r1Var2, this.L, this.M, this.r, this.f940s)) { + } else if (!I(this.w.get(size), r1Var, r1Var2, this.L, this.M, this.r, this.f942s)) { this.w.get(size).i.c(false); this.w.remove(size); } @@ -673,9 +673,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void N(boolean z2) throws ExoPlaybackException { - y.a aVar = this.f943z.h.f.a; - long Q = Q(aVar, this.E.f771s, true, false); - if (Q != this.E.f771s) { + y.a aVar = this.f945z.h.f.a; + long Q = Q(aVar, this.E.f773s, true, false); + if (Q != this.E.f773s) { this.E = u(aVar, Q, this.E.d); if (z2) { this.F.b(4); @@ -702,7 +702,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { int i2; boolean z4 = true; this.F.a(1); - Pair K = K(this.E.b, gVar, true, this.L, this.M, this.r, this.f940s); + Pair K = K(this.E.b, gVar, true, this.L, this.M, this.r, this.f942s); if (K == null) { Pair m = m(this.E.b); aVar = (y.a) m.first; @@ -712,16 +712,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { Object obj = K.first; j2 = ((Long) K.second).longValue(); - j = gVar.f947c == -9223372036854775807L ? -9223372036854775807L : j2; - y.a n = this.f943z.n(this.E.b, obj, j2); + j = gVar.f949c == -9223372036854775807L ? -9223372036854775807L : j2; + y.a n = this.f945z.n(this.E.b, obj, j2); if (n.a()) { - this.E.b.h(n.a, this.f940s); - j2 = this.f940s.e(n.b) == n.f807c ? this.f940s.f.f : 0; + this.E.b.h(n.a, this.f942s); + j2 = this.f942s.e(n.b) == n.f809c ? this.f942s.f.f : 0; aVar = n; z2 = true; } else { aVar = n; - z2 = gVar.f947c == -9223372036854775807L; + z2 = gVar.f949c == -9223372036854775807L; } } try { @@ -743,11 +743,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } F(false, true, false, true); } else { - if (aVar.equals(this.E.f770c)) { - x0 x0Var = this.f943z.h; + if (aVar.equals(this.E.f772c)) { + x0 x0Var = this.f945z.h; long i3 = (x0Var == null || !x0Var.d || j2 == 0) ? j2 : x0Var.a.i(j2, this.D); - if (h0.b(i3) == h0.b(this.E.f771s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { - this.E = u(aVar, c1Var.f771s, j); + if (h0.b(i3) == h0.b(this.E.f773s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { + this.E = u(aVar, c1Var.f773s, j); if (z2) { this.F.b(2); return; @@ -778,7 +778,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { try { c1 c1Var2 = this.E; r1 r1Var = c1Var2.b; - l0(r1Var, aVar, r1Var, c1Var2.f770c, j); + l0(r1Var, aVar, r1Var, c1Var2.f772c, j); z2 = z3; j4 = P; this.E = u(aVar, j4, j); @@ -814,7 +814,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long P(y.a aVar, long j, boolean z2) throws ExoPlaybackException { - z0 z0Var = this.f943z; + z0 z0Var = this.f945z; return Q(aVar, j, z0Var.h != z0Var.i, z2); } @@ -825,7 +825,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (z3 || this.E.e == 3) { d0(2); } - x0 x0Var = this.f943z.h; + x0 x0Var = this.f945z.h; x0 x0Var2 = x0Var; while (x0Var2 != null && !aVar.equals(x0Var2.f.a)) { x0Var2 = x0Var2.l; @@ -836,7 +836,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (x0Var2 != null) { while (true) { - z0Var = this.f943z; + z0Var = this.f945z; if (z0Var.h == x0Var2) { break; } @@ -848,7 +848,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } if (x0Var2 != null) { - this.f943z.m(x0Var2); + this.f945z.m(x0Var2); if (!x0Var2.d) { x0Var2.f = x0Var2.f.b(j); } else { @@ -865,7 +865,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { H(j); y(); } else { - this.f943z.b(); + this.f945z.b(); H(j); } q(false); @@ -893,7 +893,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { h1Var.c(false); return; } - c0 b2 = this.f941x.b(looper, null); + c0 b2 = this.f943x.b(looper, null); b2.a.post(new x(this, h1Var)); } @@ -928,8 +928,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void V(a aVar) throws ExoPlaybackException { this.F.a(1); - if (aVar.f944c != -1) { - this.R = new g(new i1(aVar.a, aVar.b), aVar.f944c, aVar.d); + if (aVar.f946c != -1) { + this.R = new g(new i1(aVar.a, aVar.b), aVar.f946c, aVar.d); } b1 b1Var = this.A; List list = aVar.a; @@ -955,7 +955,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.H = z2; G(); if (this.I) { - z0 z0Var = this.f943z; + z0 z0Var = this.f945z; if (z0Var.i != z0Var.h) { N(true); q(false); @@ -971,8 +971,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { dVar.g = i2; this.E = this.E.d(z2, i); this.J = false; - for (x0 x0Var = this.f943z.h; x0Var != null; x0Var = x0Var.l) { - c.i.a.c.f2.g[] gVarArr = x0Var.n.f861c; + for (x0 x0Var = this.f945z.h; x0Var != null; x0Var = x0Var.l) { + c.i.a.c.f2.g[] gVarArr = x0Var.n.f863c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.c(z2); @@ -1007,7 +1007,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void a0(int i) throws ExoPlaybackException { this.L = i; - z0 z0Var = this.f943z; + z0 z0Var = this.f945z; r1 r1Var = this.E.b; z0Var.f = i; if (!z0Var.p(r1Var)) { @@ -1023,7 +1023,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void b0(boolean z2) throws ExoPlaybackException { this.M = z2; - z0 z0Var = this.f943z; + z0 z0Var = this.f945z; r1 r1Var = this.E.b; z0Var.g = z2; if (!z0Var.p(r1Var)) { @@ -1104,7 +1104,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (aVar.a() || r1Var.q()) { return false; } - r1Var.n(r1Var.h(aVar.a, this.f940s).f949c, this.r); + r1Var.n(r1Var.h(aVar.a, this.f942s).f951c, this.r); if (!this.r.c()) { return false; } @@ -1130,19 +1130,19 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z7; long j; long j2; - long a2 = this.f941x.a(); + long a2 = this.f943x.a(); if (!this.E.b.q() && this.A.j) { - this.f943z.l(this.S); - z0 z0Var = this.f943z; + this.f945z.l(this.S); + z0 z0Var = this.f945z; x0 x0Var3 = z0Var.j; if (x0Var3 == null || (!x0Var3.f.h && x0Var3.f() && z0Var.j.f.e != -9223372036854775807L && z0Var.k < 100)) { - z0 z0Var2 = this.f943z; + z0 z0Var2 = this.f945z; long j3 = this.S; c1 c1Var = this.E; x0 x0Var4 = z0Var2.j; - y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f770c, c1Var.d, c1Var.f771s) : z0Var2.c(c1Var.b, x0Var4, j3); + y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f772c, c1Var.d, c1Var.f773s) : z0Var2.c(c1Var.b, x0Var4, j3); if (d2 != null) { - z0 z0Var3 = this.f943z; + z0 z0Var3 = this.f945z; l1[] l1VarArr = this.j; l lVar = this.k; c.i.a.c.h2.m h = this.m.h(); @@ -1151,7 +1151,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { x0 x0Var5 = z0Var3.j; if (x0Var5 == null) { if (d2.a.a()) { - j2 = d2.f1009c; + j2 = d2.f1011c; } j2 = 0; j = j2; @@ -1173,7 +1173,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z0Var3.k++; z0Var3.k(); x0Var6.a.l(this, d2.b); - if (this.f943z.h == x0Var6) { + if (this.f945z.h == x0Var6) { H(x0Var6.e()); } q(false); @@ -1185,7 +1185,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { y(); } - x0 x0Var8 = this.f943z.i; + x0 x0Var8 = this.f945z.i; if (x0Var8 != null) { if (x0Var8.l != null && !this.I) { if (x0Var8.d) { @@ -1197,7 +1197,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { break; } k1 k1Var = k1VarArr[i2]; - c.i.a.c.d2.f0 f0Var = x0Var8.f1004c[i2]; + c.i.a.c.d2.f0 f0Var = x0Var8.f1006c[i2]; if (!(k1Var.h() == f0Var && (f0Var == null || k1Var.i()))) { break; } @@ -1209,7 +1209,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { x0 x0Var9 = x0Var8.l; if (x0Var9.d || this.S >= x0Var9.e()) { m mVar2 = x0Var8.n; - z0 z0Var4 = this.f943z; + z0 z0Var4 = this.f945z; x0 x0Var10 = z0Var4.i; AnimatableValueParser.D((x0Var10 == null || x0Var10.l == null) ? false : true); z0Var4.i = z0Var4.i.l; @@ -1248,7 +1248,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { break; } k1 k1Var3 = k1VarArr3[i4]; - c.i.a.c.d2.f0 f0Var2 = x0Var8.f1004c[i4]; + c.i.a.c.d2.f0 f0Var2 = x0Var8.f1006c[i4]; if (f0Var2 != null && k1Var3.h() == f0Var2 && k1Var3.i()) { long j4 = x0Var8.f.e; T(k1Var3, (j4 == -9223372036854775807L || j4 == Long.MIN_VALUE) ? -9223372036854775807L : j4 + x0Var8.o); @@ -1257,7 +1257,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } } - z0 z0Var5 = this.f943z; + z0 z0Var5 = this.f945z; x0 x0Var12 = z0Var5.i; if (!(x0Var12 == null || z0Var5.h == x0Var12 || x0Var12.g)) { m mVar4 = x0Var12.n; @@ -1270,10 +1270,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } k1 k1Var4 = k1VarArr4[i5]; if (w(k1Var4)) { - boolean z10 = k1Var4.h() != x0Var12.f1004c[i5]; + boolean z10 = k1Var4.h() != x0Var12.f1006c[i5]; if (!mVar4.b(i5) || z10) { if (!k1Var4.v()) { - k1Var4.j(j(mVar4.f861c[i5]), x0Var12.f1004c[i5], x0Var12.e(), x0Var12.o); + k1Var4.j(j(mVar4.f863c[i5]), x0Var12.f1006c[i5], x0Var12.e(), x0Var12.o); } else if (k1Var4.b()) { f(k1Var4); } else { @@ -1289,17 +1289,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } boolean z11 = false; while (true) { - if (!(e0() && !this.I && (x0Var = this.f943z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { + if (!(e0() && !this.I && (x0Var = this.f945z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { break; } if (z11) { z(); } - z0 z0Var6 = this.f943z; + z0 z0Var6 = this.f945z; x0 x0Var13 = z0Var6.h; x0 a3 = z0Var6.a(); y0 y0Var = a3.f; - this.E = u(y0Var.a, y0Var.b, y0Var.f1009c); + this.E = u(y0Var.a, y0Var.b, y0Var.f1011c); this.F.b(x0Var13.f.f ? 0 : 3); r1 r1Var = this.E.b; l0(r1Var, a3.f.a, r1Var, x0Var13.f.a, -9223372036854775807L); @@ -1313,7 +1313,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.o.a.removeMessages(2); return; } - x0 x0Var14 = this.f943z.h; + x0 x0Var14 = this.f945z.h; if (x0Var14 == null) { M(a2, 10); return; @@ -1322,7 +1322,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { m0(); if (x0Var14.d) { long elapsedRealtime = SystemClock.elapsedRealtime() * 1000; - x0Var14.a.r(this.E.f771s - this.t, this.u); + x0Var14.a.r(this.E.f773s - this.t, this.u); boolean z12 = true; z2 = true; int i7 = 0; @@ -1335,7 +1335,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (w(k1Var5)) { k1Var5.q(this.S, elapsedRealtime); boolean z13 = z12 && k1Var5.b(); - boolean z14 = x0Var14.f1004c[i7] != k1Var5.h(); + boolean z14 = x0Var14.f1006c[i7] != k1Var5.h(); boolean z15 = z14 || (!z14 && k1Var5.i()) || k1Var5.d() || k1Var5.b(); boolean z16 = z2 && z15; if (!z15) { @@ -1353,7 +1353,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z2 = true; } long j5 = x0Var14.f.e; - boolean z17 = z3 && x0Var14.d && (j5 == -9223372036854775807L || j5 <= this.E.f771s); + boolean z17 = z3 && x0Var14.d && (j5 == -9223372036854775807L || j5 <= this.E.f773s); if (z17 && this.I) { this.I = false; Y(false, this.E.m, false, 5); @@ -1366,8 +1366,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } else { if (z2) { if (c1Var2.g) { - long j6 = f0(c1Var2.b, this.f943z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; - x0 x0Var15 = this.f943z.j; + long j6 = f0(c1Var2.b, this.f945z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; + x0 x0Var15 = this.f945z.j; boolean z18 = x0Var15.f() && x0Var15.f.h; boolean z19 = x0Var15.f.a.a() && !x0Var15.d; if (!z18) { @@ -1391,8 +1391,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.J = e0(); d0(2); if (this.J) { - for (x0 x0Var16 = this.f943z.h; x0Var16 != null; x0Var16 = x0Var16.l) { - c.i.a.c.f2.g[] gVarArr = x0Var16.n.f861c; + for (x0 x0Var16 = this.f945z.h; x0Var16 != null; x0Var16 = x0Var16.l) { + c.i.a.c.f2.g[] gVarArr = x0Var16.n.f863c; for (c.i.a.c.f2.g gVar : gVarArr) { if (gVar != null) { gVar.k(); @@ -1424,7 +1424,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (i8 >= k1VarArr6.length) { break; } - if (w(k1VarArr6[i8]) && this.i[i8].h() == x0Var14.f1004c[i8]) { + if (w(k1VarArr6[i8]) && this.i[i8].h() == x0Var14.f1006c[i8]) { this.i[i8].s(); } i8++; @@ -1457,7 +1457,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } c1 c1Var5 = this.E; if (c1Var5.p != z4) { - this.E = new c1(c1Var5.b, c1Var5.f770c, c1Var5.d, c1Var5.e, c1Var5.f, c1Var5.g, c1Var5.h, c1Var5.i, c1Var5.j, c1Var5.k, c1Var5.l, c1Var5.m, c1Var5.n, c1Var5.q, c1Var5.r, c1Var5.f771s, c1Var5.o, z4); + this.E = new c1(c1Var5.b, c1Var5.f772c, c1Var5.d, c1Var5.e, c1Var5.f, c1Var5.g, c1Var5.h, c1Var5.i, c1Var5.j, c1Var5.k, c1Var5.l, c1Var5.m, c1Var5.n, c1Var5.q, c1Var5.r, c1Var5.f773s, c1Var5.o, z4); } this.O = false; AnimatableValueParser.f0(); @@ -1572,7 +1572,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z(); } catch (ExoPlaybackException e2) { e = e2; - if (e.type == 1 && (x0Var = this.f943z.i) != null) { + if (e.type == 1 && (x0Var = this.f945z.i) != null) { e = e.a(x0Var.f.a); } if (!e.isRecoverable || this.V != null) { @@ -1593,7 +1593,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z(); } catch (IOException e3) { ExoPlaybackException exoPlaybackException2 = new ExoPlaybackException(0, e3); - x0 x0Var2 = this.f943z.h; + x0 x0Var2 = this.f945z.h; if (x0Var2 != null) { exoPlaybackException2 = exoPlaybackException2.a(x0Var2.f.a); } @@ -1613,7 +1613,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { public final void i(boolean[] zArr) throws ExoPlaybackException { r rVar; - x0 x0Var = this.f943z.i; + x0 x0Var = this.f945z.i; m mVar = x0Var.n; for (int i = 0; i < this.i.length; i++) { if (!mVar.b(i)) { @@ -1625,16 +1625,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { boolean z2 = zArr[i2]; k1 k1Var = this.i[i2]; if (!w(k1Var)) { - z0 z0Var = this.f943z; + z0 z0Var = this.f945z; x0 x0Var2 = z0Var.i; boolean z3 = x0Var2 == z0Var.h; m mVar2 = x0Var2.n; m1 m1Var = mVar2.b[i2]; - Format[] j = j(mVar2.f861c[i2]); + Format[] j = j(mVar2.f863c[i2]); boolean z4 = e0() && this.E.e == 3; boolean z5 = !z2 && z4; this.Q++; - k1Var.o(m1Var, j, x0Var2.f1004c[i2], this.S, z5, z3, x0Var2.e(), x0Var2.o); + k1Var.o(m1Var, j, x0Var2.f1006c[i2], this.S, z5, z3, x0Var2.e(), x0Var2.o); k1Var.r(103, new p0(this)); m0 m0Var = this.v; Objects.requireNonNull(m0Var); @@ -1683,30 +1683,30 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long k(r1 r1Var, Object obj, long j) { - r1Var.n(r1Var.h(obj, this.f940s).f949c, this.r); + r1Var.n(r1Var.h(obj, this.f942s).f951c, this.r); r1.c cVar = this.r; if (cVar.h != -9223372036854775807L && cVar.c()) { r1.c cVar2 = this.r; if (cVar2.k) { long j2 = cVar2.i; int i = f0.a; - return h0.a((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.r.h) - (j + this.f940s.e); + return h0.a((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.r.h) - (j + this.f942s.e); } } return -9223372036854775807L; } public final void k0() { - x0 x0Var = this.f943z.j; + x0 x0Var = this.f945z.j; boolean z2 = this.K || (x0Var != null && x0Var.a.h()); c1 c1Var = this.E; if (z2 != c1Var.g) { - this.E = new c1(c1Var.b, c1Var.f770c, c1Var.d, c1Var.e, c1Var.f, z2, c1Var.h, c1Var.i, c1Var.j, c1Var.k, c1Var.l, c1Var.m, c1Var.n, c1Var.q, c1Var.r, c1Var.f771s, c1Var.o, c1Var.p); + this.E = new c1(c1Var.b, c1Var.f772c, c1Var.d, c1Var.e, c1Var.f, z2, c1Var.h, c1Var.i, c1Var.j, c1Var.k, c1Var.l, c1Var.m, c1Var.n, c1Var.q, c1Var.r, c1Var.f773s, c1Var.o, c1Var.p); } } public final long l() { - x0 x0Var = this.f943z.i; + x0 x0Var = this.f945z.i; if (x0Var == null) { return 0; } @@ -1720,7 +1720,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (i >= k1VarArr.length) { return j; } - if (w(k1VarArr[i]) && this.i[i].h() == x0Var.f1004c[i]) { + if (w(k1VarArr[i]) && this.i[i].h() == x0Var.f1006c[i]) { long t = this.i[i].t(); if (t == Long.MIN_VALUE) { return Long.MIN_VALUE; @@ -1741,7 +1741,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } return; } - r1Var.n(r1Var.h(aVar.a, this.f940s).f949c, this.r); + r1Var.n(r1Var.h(aVar.a, this.f942s).f951c, this.r); t0 t0Var = this.B; v0.f fVar = this.r.m; int i = f0.a; @@ -1749,7 +1749,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { Objects.requireNonNull(k0Var); k0Var.d = h0.a(fVar.a); k0Var.g = h0.a(fVar.b); - k0Var.h = h0.a(fVar.f982c); + k0Var.h = h0.a(fVar.f984c); float f3 = fVar.d; if (f3 == -3.4028235E38f) { f3 = 0.97f; @@ -1767,10 +1767,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k0Var2.a(); return; } - Object obj = this.r.f950c; + Object obj = this.r.f952c; Object obj2 = null; if (!r1Var2.q()) { - obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f940s).f949c, this.r).f950c; + obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f942s).f951c, this.r).f952c; } if (!f0.a(obj2, obj)) { k0 k0Var3 = (k0) this.B; @@ -1785,13 +1785,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { y.a aVar = c1.a; return Pair.create(c1.a, 0L); } - Pair j2 = r1Var.j(this.r, this.f940s, r1Var.a(this.M), -9223372036854775807L); - y.a n = this.f943z.n(r1Var, j2.first, 0); + Pair j2 = r1Var.j(this.r, this.f942s, r1Var.a(this.M), -9223372036854775807L); + y.a n = this.f945z.n(r1Var, j2.first, 0); long longValue = ((Long) j2.second).longValue(); if (n.a()) { - r1Var.h(n.a, this.f940s); - if (n.f807c == this.f940s.e(n.b)) { - j = this.f940s.f.f; + r1Var.h(n.a, this.f942s); + if (n.f809c == this.f942s.e(n.b)) { + j = this.f942s.f.f; } longValue = j; } @@ -1819,21 +1819,21 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { q0 q0Var5; q0 q0Var6; q0 q0Var7; - x0 x0Var = this.f943z.h; + x0 x0Var = this.f945z.h; if (x0Var != null) { long k = x0Var.d ? x0Var.a.k() : -9223372036854775807L; if (k != -9223372036854775807L) { H(k); - if (k != this.E.f771s) { + if (k != this.E.f773s) { c1 c1Var = this.E; - this.E = u(c1Var.f770c, k, c1Var.d); + this.E = u(c1Var.f772c, k, c1Var.d); this.F.b(4); } q0Var2 = this; q0Var = q0Var2; } else { m0 m0Var = this.v; - boolean z2 = x0Var != this.f943z.i; + boolean z2 = x0Var != this.f945z.i; k1 k1Var = m0Var.k; if (k1Var == null || k1Var.b() || (!m0Var.k.d() && (z2 || m0Var.k.i()))) { m0Var.m = true; @@ -1872,8 +1872,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { long m2 = m0Var.m(); this.S = m2; long j4 = m2 - x0Var.o; - long j5 = this.E.f771s; - if (this.w.isEmpty() || this.E.f770c.a()) { + long j5 = this.E.f773s; + if (this.w.isEmpty() || this.E.f772c.a()) { q0Var2 = this; q0Var = q0Var2; } else { @@ -1882,7 +1882,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.U = false; } c1 c1Var2 = this.E; - int b2 = c1Var2.b.b(c1Var2.f770c.a); + int b2 = c1Var2.b.b(c1Var2.f772c.a); int min = Math.min(this.T, this.w.size()); if (min > 0) { cVar = this.w.get(min - 1); @@ -1997,17 +1997,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j4 = j2; q0Var2 = q0Var3; } - q0Var2.E.f771s = j4; + q0Var2.E.f773s = j4; } - q0Var2.E.q = q0Var2.f943z.j.d(); + q0Var2.E.q = q0Var2.f945z.j.d(); q0Var2.E.r = q0Var.n(); c1 c1Var3 = q0Var2.E; - if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f770c)) { + if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f772c)) { c1 c1Var4 = q0Var2.E; float f2 = 1.0f; if (c1Var4.n.b == 1.0f) { t0 t0Var = q0Var2.B; - long k2 = q0Var2.k(c1Var4.b, c1Var4.f770c.a, c1Var4.f771s); + long k2 = q0Var2.k(c1Var4.b, c1Var4.f772c.a, c1Var4.f773s); long n = q0Var.n(); k0 k0Var = (k0) t0Var; if (k0Var.d != -9223372036854775807L) { @@ -2017,12 +2017,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { k0Var.n = j7; k0Var.o = 0; } else { - float f3 = k0Var.f926c; + float f3 = k0Var.f928c; long max = Math.max(j7, (long) (((1.0f - f3) * ((float) j7)) + (((float) j8) * f3))); k0Var.n = max; long abs = Math.abs(j7 - max); long j9 = k0Var.o; - float f4 = k0Var.f926c; + float f4 = k0Var.f928c; k0Var.o = (long) (((1.0f - f4) * ((float) abs)) + (((float) j9) * f4)); } if (k0Var.m == -9223372036854775807L || SystemClock.elapsedRealtime() - k0Var.m >= 1000) { @@ -2059,7 +2059,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } } if (q0Var2.v.c().b != f2) { - q0Var2.v.e(new d1(f2, q0Var2.E.n.f779c)); + q0Var2.v.e(new d1(f2, q0Var2.E.n.f781c)); q0Var2.t(q0Var2.E.n, q0Var2.v.c().b, false, false); } } @@ -2072,7 +2072,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final long o(long j) { - x0 x0Var = this.f943z.j; + x0 x0Var = this.f945z.j; if (x0Var == null) { return 0; } @@ -2080,7 +2080,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void p(v vVar) { - z0 z0Var = this.f943z; + z0 z0Var = this.f945z; x0 x0Var = z0Var.j; if (x0Var != null && x0Var.a == vVar) { z0Var.l(this.S); @@ -2089,17 +2089,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void q(boolean z2) { - x0 x0Var = this.f943z.j; - y.a aVar = x0Var == null ? this.E.f770c : x0Var.f.a; + x0 x0Var = this.f945z.j; + y.a aVar = x0Var == null ? this.E.f772c : x0Var.f.a; boolean z3 = !this.E.k.equals(aVar); if (z3) { this.E = this.E.a(aVar); } c1 c1Var = this.E; - c1Var.q = x0Var == null ? c1Var.f771s : x0Var.d(); + c1Var.q = x0Var == null ? c1Var.f773s : x0Var.d(); this.E.r = n(); if ((z3 || z2) && x0Var != null && x0Var.d) { - this.m.d(this.i, x0Var.m, x0Var.n.f861c); + this.m.d(this.i, x0Var.m, x0Var.n.f863c); } } @@ -2146,19 +2146,19 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { Throwable th; c1 c1Var = this.E; g gVar2 = this.R; - z0 z0Var = this.f943z; + z0 z0Var = this.f945z; int i7 = this.L; boolean z13 = this.M; r1.c cVar = this.r; - r1.b bVar = this.f940s; + r1.b bVar = this.f942s; if (r1Var.q()) { y.a aVar3 = c1.a; fVar = new f(c1.a, 0, -9223372036854775807L, false, true, false); } else { - y.a aVar4 = c1Var.f770c; + y.a aVar4 = c1Var.f772c; Object obj3 = aVar4.a; boolean g02 = g0(c1Var, bVar, cVar); - long j6 = g02 ? c1Var.d : c1Var.f771s; + long j6 = g02 ? c1Var.d : c1Var.f773s; if (gVar2 != null) { aVar2 = aVar4; Pair K = K(r1Var, gVar2, true, i7, z13, cVar, bVar); @@ -2169,8 +2169,8 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z9 = false; z5 = true; } else { - if (gVar2.f947c == -9223372036854775807L) { - i4 = r1Var.h(K.first, bVar).f949c; + if (gVar2.f949c == -9223372036854775807L) { + i4 = r1Var.h(K.first, bVar).f951c; obj = obj3; z11 = false; } else { @@ -2201,7 +2201,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { i4 = r1Var.a(z13); z5 = true; } else { - i4 = r1Var.h(L, bVar).f949c; + i4 = r1Var.h(L, bVar).f951c; z5 = false; } obj = obj2; @@ -2227,11 +2227,11 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } fVar = new f(n, j3, j, z4, z3, z2); } else if (j6 == -9223372036854775807L) { - i6 = r1Var.h(obj2, bVar).f949c; + i6 = r1Var.h(obj2, bVar).f951c; } else { aVar = aVar2; c1Var.b.h(aVar.a, bVar); - Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f949c, j6 + bVar.e); + Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f951c, j6 + bVar.e); obj = j7.first; j6 = ((Long) j7.second).longValue(); i5 = -1; @@ -2255,10 +2255,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (!n.a()) { if (n.equals(aVar)) { - j4 = c1Var.f771s; + j4 = c1Var.f773s; } else { r1Var.h(n.a, bVar); - j4 = n.f807c == bVar.e(n.b) ? bVar.f.f : 0; + j4 = n.f809c == bVar.e(n.b) ? bVar.f.f : 0; } j3 = j4; } else { @@ -2300,10 +2300,10 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { fVar = new f(n, j3, j, z4, z3, z2); } y.a aVar5 = fVar.a; - long j9 = fVar.f946c; + long j9 = fVar.f948c; boolean z14 = fVar.d; long j10 = fVar.b; - boolean z15 = !this.E.f770c.equals(aVar5) || j10 != this.E.f771s; + boolean z15 = !this.E.f772c.equals(aVar5) || j10 != this.E.f773s; try { if (fVar.e) { if (this.E.e != 1) { @@ -2315,14 +2315,14 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j5 = j9; z12 = false; try { - if (!this.f943z.q(r1Var, this.S, l())) { + if (!this.f945z.q(r1Var, this.S, l())) { N(false); } } catch (Throwable th2) { th = th2; gVar = null; c1 c1Var2 = this.E; - l0(r1Var, aVar5, c1Var2.b, c1Var2.f770c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f772c, !fVar.f ? j10 : -9223372036854775807L); if (z15 || j5 != this.E.d) { this.E = u(aVar5, j10, j5); } @@ -2339,16 +2339,16 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { j5 = j9; z12 = false; if (!r1Var.q()) { - for (x0 x0Var = this.f943z.h; x0Var != null; x0Var = x0Var.l) { + for (x0 x0Var = this.f945z.h; x0Var != null; x0Var = x0Var.l) { if (x0Var.f.a.equals(aVar5)) { - x0Var.f = this.f943z.g(r1Var, x0Var.f); + x0Var.f = this.f945z.g(r1Var, x0Var.f); } } j10 = P(aVar5, j10, z14); } } c1 c1Var3 = this.E; - l0(r1Var, aVar5, c1Var3.b, c1Var3.f770c, fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var3.b, c1Var3.f772c, fVar.f ? j10 : -9223372036854775807L); if (z15 || j5 != this.E.d) { this.E = u(aVar5, j10, j5); } @@ -2365,7 +2365,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { z12 = false; gVar = null; c1 c1Var2 = this.E; - l0(r1Var, aVar5, c1Var2.b, c1Var2.f770c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f772c, !fVar.f ? j10 : -9223372036854775807L); this.E = u(aVar5, j10, j5); G(); J(r1Var, this.E.b); @@ -2378,7 +2378,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final void s(v vVar) throws ExoPlaybackException { - x0 x0Var = this.f943z.j; + x0 x0Var = this.f945z.j; if (x0Var != null && x0Var.a == vVar) { float f2 = this.v.c().b; r1 r1Var = this.E.b; @@ -2396,12 +2396,12 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { y0 y0Var2 = x0Var.f; x0Var.o = (y0Var2.b - a2) + j3; x0Var.f = y0Var2.b(a2); - this.m.d(this.i, x0Var.m, x0Var.n.f861c); - if (x0Var == this.f943z.h) { + this.m.d(this.i, x0Var.m, x0Var.n.f863c); + if (x0Var == this.f945z.h) { H(x0Var.f.b); h(); c1 c1Var = this.E; - this.E = u(c1Var.f770c, x0Var.f.b, c1Var.d); + this.E = u(c1Var.f772c, x0Var.f.b, c1Var.d); } y(); } @@ -2416,13 +2416,13 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { this.E = this.E.f(d1Var); } float f3 = d1Var.b; - x0 x0Var = this.f943z.h; + x0 x0Var = this.f945z.h; while (true) { i = 0; if (x0Var == null) { break; } - c.i.a.c.f2.g[] gVarArr = x0Var.n.f861c; + c.i.a.c.f2.g[] gVarArr = x0Var.n.f863c; int length = gVarArr.length; while (i < length) { c.i.a.c.f2.g gVar = gVarArr[i]; @@ -2451,17 +2451,17 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { TrackGroupArray trackGroupArray; u uVar2; int i = 0; - this.U = this.U || j != this.E.f771s || !aVar.equals(this.E.f770c); + this.U = this.U || j != this.E.f773s || !aVar.equals(this.E.f772c); G(); c1 c1Var = this.E; TrackGroupArray trackGroupArray2 = c1Var.h; m mVar2 = c1Var.i; List list = c1Var.j; if (this.A.j) { - x0 x0Var = this.f943z.h; + x0 x0Var = this.f945z.h; TrackGroupArray trackGroupArray3 = x0Var == null ? TrackGroupArray.i : x0Var.m; m mVar3 = x0Var == null ? this.l : x0Var.n; - c.i.a.c.f2.g[] gVarArr = mVar3.f861c; + c.i.a.c.f2.g[] gVarArr = mVar3.f863c; c.i.a.f.e.o.c.n(4, "initialCapacity"); Object[] objArr = new Object[4]; int length = gVarArr.length; @@ -2501,14 +2501,14 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } if (x0Var != null) { y0 y0Var = x0Var.f; - if (y0Var.f1009c != j2) { + if (y0Var.f1011c != j2) { x0Var.f = y0Var.a(j2); } } uVar = uVar2; trackGroupArray = trackGroupArray3; mVar = mVar3; - } else if (!aVar.equals(c1Var.f770c)) { + } else if (!aVar.equals(c1Var.f772c)) { TrackGroupArray trackGroupArray4 = TrackGroupArray.i; m mVar4 = this.l; c.i.b.b.a aVar3 = u.j; @@ -2524,7 +2524,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final boolean v() { - x0 x0Var = this.f943z.j; + x0 x0Var = this.f945z.j; if (x0Var == null) { return false; } @@ -2532,9 +2532,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } public final boolean x() { - x0 x0Var = this.f943z.h; + x0 x0Var = this.f945z.h; long j = x0Var.f.e; - return x0Var.d && (j == -9223372036854775807L || this.E.f771s < j || !e0()); + return x0Var.d && (j == -9223372036854775807L || this.E.f773s < j || !e0()); } public final void y() { @@ -2544,9 +2544,9 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { if (!v()) { z2 = false; } else { - x0 x0Var = this.f943z.j; + x0 x0Var = this.f945z.j; long o = o(!x0Var.d ? 0 : x0Var.a.c()); - if (x0Var == this.f943z.h) { + if (x0Var == this.f945z.h) { j2 = this.S; j = x0Var.o; } else { @@ -2557,7 +2557,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { } this.K = z2; if (z2) { - x0 x0Var2 = this.f943z.j; + x0 x0Var2 = this.f945z.j; long j3 = this.S; AnimatableValueParser.D(x0Var2.g()); x0Var2.a.g(j3 - x0Var2.o); @@ -2572,7 +2572,7 @@ public final class q0 implements Handler.Callback, v.a, b1.d, m0.a, h1.a { dVar.a = z2; dVar.b = c1Var; if (z2) { - o0 o0Var = ((o) this.f942y).a; + o0 o0Var = ((o) this.f944y).a; o0Var.e.a.post(new t(o0Var, dVar)); this.F = new d(this.E); } diff --git a/app/src/main/java/c/i/a/c/q1.java b/app/src/main/java/c/i/a/c/q1.java index b7fff16760..55a4bb45e7 100644 --- a/app/src/main/java/c/i/a/c/q1.java +++ b/app/src/main/java/c/i/a/c/q1.java @@ -17,7 +17,7 @@ public final class q1 { public final Handler b; /* renamed from: c reason: collision with root package name */ - public final b f948c; + public final b f950c; public final AudioManager d; @Nullable public c e; @@ -45,7 +45,7 @@ public final class q1 { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = handler; - this.f948c = bVar; + this.f950c = bVar; AudioManager audioManager = (AudioManager) applicationContext.getSystemService("audio"); AnimatableValueParser.H(audioManager); this.d = audioManager; diff --git a/app/src/main/java/c/i/a/c/r1.java b/app/src/main/java/c/i/a/c/r1.java index ca46ae9680..aaad05132f 100644 --- a/app/src/main/java/c/i/a/c/r1.java +++ b/app/src/main/java/c/i/a/c/r1.java @@ -53,7 +53,7 @@ public abstract class r1 { public Object b; /* renamed from: c reason: collision with root package name */ - public int f949c; + public int f951c; public long d; public long e; public c.i.a.c.d2.j0.a f = c.i.a.c.d2.j0.a.a; @@ -129,7 +129,7 @@ public abstract class r1 { return false; } b bVar = (b) obj; - return f0.a(this.a, bVar.a) && f0.a(this.b, bVar.b) && this.f949c == bVar.f949c && this.d == bVar.d && this.e == bVar.e && f0.a(this.f, bVar.f); + return f0.a(this.a, bVar.a) && f0.a(this.b, bVar.b) && this.f951c == bVar.f951c && this.d == bVar.d && this.e == bVar.e && f0.a(this.f, bVar.f); } public int hashCode() { @@ -142,7 +142,7 @@ public abstract class r1 { } long j = this.d; long j2 = this.e; - return this.f.hashCode() + ((((((((hashCode + i) * 31) + this.f949c) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31); + return this.f.hashCode() + ((((((((hashCode + i) * 31) + this.f951c) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31); } } @@ -152,7 +152,7 @@ public abstract class r1 { public static final v0 b; /* renamed from: c reason: collision with root package name */ - public Object f950c = a; + public Object f952c = a; @Nullable @Deprecated public Object d; @@ -175,7 +175,7 @@ public abstract class r1 { public long r; /* renamed from: s reason: collision with root package name */ - public long f951s; + public long f953s; static { v0.c cVar = new v0.c(); @@ -199,7 +199,7 @@ public abstract class r1 { public c d(Object obj, @Nullable v0 v0Var, @Nullable Object obj2, long j, long j2, long j3, boolean z2, boolean z3, @Nullable v0.f fVar, long j4, long j5, int i, int i2, long j6) { v0.g gVar; - this.f950c = obj; + this.f952c = obj; this.e = v0Var != null ? v0Var : b; this.d = (v0Var == null || (gVar = v0Var.b) == null) ? null : gVar.h; this.f = obj2; @@ -214,7 +214,7 @@ public abstract class r1 { this.r = j5; this.o = i; this.p = i2; - this.f951s = j6; + this.f953s = j6; this.n = false; return this; } @@ -227,11 +227,11 @@ public abstract class r1 { return false; } c cVar = (c) obj; - return f0.a(this.f950c, cVar.f950c) && f0.a(this.e, cVar.e) && f0.a(this.f, cVar.f) && f0.a(this.m, cVar.m) && this.g == cVar.g && this.h == cVar.h && this.i == cVar.i && this.j == cVar.j && this.k == cVar.k && this.n == cVar.n && this.q == cVar.q && this.r == cVar.r && this.o == cVar.o && this.p == cVar.p && this.f951s == cVar.f951s; + return f0.a(this.f952c, cVar.f952c) && f0.a(this.e, cVar.e) && f0.a(this.f, cVar.f) && f0.a(this.m, cVar.m) && this.g == cVar.g && this.h == cVar.h && this.i == cVar.i && this.j == cVar.j && this.k == cVar.k && this.n == cVar.n && this.q == cVar.q && this.r == cVar.r && this.o == cVar.o && this.p == cVar.p && this.f953s == cVar.f953s; } public int hashCode() { - int hashCode = (this.e.hashCode() + ((this.f950c.hashCode() + 217) * 31)) * 31; + int hashCode = (this.e.hashCode() + ((this.f952c.hashCode() + 217) * 31)) * 31; Object obj = this.f; int i = 0; int hashCode2 = (hashCode + (obj == null ? 0 : obj.hashCode())) * 31; @@ -244,7 +244,7 @@ public abstract class r1 { long j3 = this.i; long j4 = this.q; long j5 = this.r; - long j6 = this.f951s; + long j6 = this.f953s; return ((((((((((((((((((((((hashCode2 + i) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31) + (this.j ? 1 : 0)) * 31) + (this.k ? 1 : 0)) * 31) + (this.n ? 1 : 0)) * 31) + ((int) (j4 ^ (j4 >>> 32)))) * 31) + ((int) (j5 ^ (j5 >>> 32)))) * 31) + this.o) * 31) + this.p) * 31) + ((int) (j6 ^ (j6 >>> 32))); } } @@ -263,7 +263,7 @@ public abstract class r1 { } public final int d(int i, b bVar, c cVar, int i2, boolean z2) { - int i3 = g(i, bVar, false).f949c; + int i3 = g(i, bVar, false).f951c; if (n(i3, cVar).p != i) { return i + 1; } @@ -361,7 +361,7 @@ public abstract class r1 { } } int i2 = cVar.o; - long j3 = cVar.f951s + j; + long j3 = cVar.f953s + j; long j4 = g(i2, bVar, true).d; while (j4 != -9223372036854775807L && j3 >= j4 && i2 < cVar.p) { j3 -= j4; diff --git a/app/src/main/java/c/i/a/c/s1.java b/app/src/main/java/c/i/a/c/s1.java index d7f04b1c86..b97b70fe5d 100644 --- a/app/src/main/java/c/i/a/c/s1.java +++ b/app/src/main/java/c/i/a/c/s1.java @@ -12,7 +12,7 @@ public final class s1 { public PowerManager.WakeLock b; /* renamed from: c reason: collision with root package name */ - public boolean f952c; + public boolean f954c; public boolean d; public s1(Context context) { @@ -23,7 +23,7 @@ public final class s1 { public final void a() { PowerManager.WakeLock wakeLock = this.b; if (wakeLock != null) { - if (!this.f952c || !this.d) { + if (!this.f954c || !this.d) { wakeLock.release(); } else { wakeLock.acquire(); diff --git a/app/src/main/java/c/i/a/c/t.java b/app/src/main/java/c/i/a/c/t.java index 81086ed6d7..c9eed19e13 100644 --- a/app/src/main/java/c/i/a/c/t.java +++ b/app/src/main/java/c/i/a/c/t.java @@ -18,8 +18,8 @@ public final /* synthetic */ class t implements Runnable { public final void run() { o0 o0Var = this.i; q0.d dVar = this.j; - int i = o0Var.f929s - dVar.f945c; - o0Var.f929s = i; + int i = o0Var.f931s - dVar.f947c; + o0Var.f931s = i; boolean z2 = true; if (dVar.d) { o0Var.t = true; @@ -30,9 +30,9 @@ public final /* synthetic */ class t implements Runnable { } if (i == 0) { r1 r1Var = dVar.b.b; - if (!o0Var.f930x.b.q() && r1Var.q()) { - o0Var.f931y = -1; - o0Var.f932z = 0; + if (!o0Var.f932x.b.q() && r1Var.q()) { + o0Var.f933y = -1; + o0Var.f934z = 0; } if (!r1Var.q()) { List asList = Arrays.asList(((i1) r1Var).i); diff --git a/app/src/main/java/c/i/a/c/t1.java b/app/src/main/java/c/i/a/c/t1.java index 8d88e38321..bff1c83b45 100644 --- a/app/src/main/java/c/i/a/c/t1.java +++ b/app/src/main/java/c/i/a/c/t1.java @@ -11,7 +11,7 @@ public final class t1 { public WifiManager.WifiLock b; /* renamed from: c reason: collision with root package name */ - public boolean f953c; + public boolean f955c; public boolean d; public t1(Context context) { @@ -21,7 +21,7 @@ public final class t1 { public final void a() { WifiManager.WifiLock wifiLock = this.b; if (wifiLock != null) { - if (!this.f953c || !this.d) { + if (!this.f955c || !this.d) { wifiLock.release(); } else { wifiLock.acquire(); diff --git a/app/src/main/java/c/i/a/c/u1/c1.java b/app/src/main/java/c/i/a/c/u1/c1.java index ca73f75a9a..8eb39a4567 100644 --- a/app/src/main/java/c/i/a/c/u1/c1.java +++ b/app/src/main/java/c/i/a/c/u1/c1.java @@ -51,7 +51,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { public u b = q0.k; /* renamed from: c reason: collision with root package name */ - public c.i.b.b.w f954c = r0.l; + public c.i.b.b.w f956c = r0.l; @Nullable public y.a d; public y.a e; @@ -86,7 +86,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { if (!aVar.a.equals(obj)) { return false; } - return (z2 && aVar.b == i && aVar.f807c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); + return (z2 && aVar.b == i && aVar.f809c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); } public final void a(w.a aVar, @Nullable y.a aVar2, r1 r1Var) { @@ -95,7 +95,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { aVar.c(aVar2, r1Var); return; } - r1 r1Var2 = this.f954c.get(aVar2); + r1 r1Var2 = this.f956c.get(aVar2); if (r1Var2 != null) { aVar.c(aVar2, r1Var2); } @@ -120,7 +120,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { a(aVar, this.d, r1Var); } } - this.f954c = aVar.a(); + this.f956c = aVar.a(); } } @@ -376,7 +376,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { boolean z3 = r1Var.equals(this.o.D()) && i == this.o.o(); long j2 = 0; if (aVar2 != null && aVar2.a()) { - if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f807c) { + if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f809c) { z2 = true; } if (z2) { @@ -404,9 +404,9 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { public final d1.a a0(@Nullable y.a aVar) { Objects.requireNonNull(this.o); - r1 r1Var = aVar == null ? null : this.l.f954c.get(aVar); + r1 r1Var = aVar == null ? null : this.l.f956c.get(aVar); if (aVar != null && r1Var != null) { - return Z(r1Var, r1Var.h(aVar.a, this.j).f949c, aVar); + return Z(r1Var, r1Var.h(aVar.a, this.j).f951c, aVar); } int o = this.o.o(); r1 D = this.o.D(); @@ -430,7 +430,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { Objects.requireNonNull(this.o); boolean z2 = false; if (aVar != null) { - if (this.l.f954c.get(aVar) != null) { + if (this.l.f956c.get(aVar) != null) { z2 = true; } return z2 ? a0(aVar) : Z(r1.a, i, aVar); diff --git a/app/src/main/java/c/i/a/c/u1/d1.java b/app/src/main/java/c/i/a/c/u1/d1.java index ab4766301c..99b5b0d602 100644 --- a/app/src/main/java/c/i/a/c/u1/d1.java +++ b/app/src/main/java/c/i/a/c/u1/d1.java @@ -17,7 +17,7 @@ public interface d1 { public final r1 b; /* renamed from: c reason: collision with root package name */ - public final int f955c; + public final int f957c; @Nullable public final y.a d; public final long e; @@ -31,7 +31,7 @@ public interface d1 { public a(long j, r1 r1Var, int i, @Nullable y.a aVar, long j2, r1 r1Var2, int i2, @Nullable y.a aVar2, long j3, long j4) { this.a = j; this.b = r1Var; - this.f955c = i; + this.f957c = i; this.d = aVar; this.e = j2; this.f = r1Var2; @@ -49,11 +49,11 @@ public interface d1 { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f955c == aVar.f955c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && c.B(this.b, aVar.b) && c.B(this.d, aVar.d) && c.B(this.f, aVar.f) && c.B(this.h, aVar.h); + return this.a == aVar.a && this.f957c == aVar.f957c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && c.B(this.b, aVar.b) && c.B(this.d, aVar.d) && c.B(this.f, aVar.f) && c.B(this.h, aVar.h); } public int hashCode() { - return Arrays.hashCode(new Object[]{Long.valueOf(this.a), this.b, Integer.valueOf(this.f955c), this.d, Long.valueOf(this.e), this.f, Integer.valueOf(this.g), this.h, Long.valueOf(this.i), Long.valueOf(this.j)}); + return Arrays.hashCode(new Object[]{Long.valueOf(this.a), this.b, Integer.valueOf(this.f957c), this.d, Long.valueOf(this.e), this.f, Integer.valueOf(this.g), this.h, Long.valueOf(this.i), Long.valueOf(this.j)}); } } diff --git a/app/src/main/java/c/i/a/c/u1/f0.java b/app/src/main/java/c/i/a/c/u1/f0.java index 40b46a1486..b14b081ccb 100644 --- a/app/src/main/java/c/i/a/c/u1/f0.java +++ b/app/src/main/java/c/i/a/c/u1/f0.java @@ -11,14 +11,14 @@ public final /* synthetic */ class f0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f956c; + public final /* synthetic */ u f958c; public final /* synthetic */ IOException d; public final /* synthetic */ boolean e; public /* synthetic */ f0(d1.a aVar, r rVar, u uVar, IOException iOException, boolean z2) { this.a = aVar; this.b = rVar; - this.f956c = uVar; + this.f958c = uVar; this.d = iOException; this.e = z2; } diff --git a/app/src/main/java/c/i/a/c/u1/h.java b/app/src/main/java/c/i/a/c/u1/h.java index 002433e8c6..b0f85e106e 100644 --- a/app/src/main/java/c/i/a/c/u1/h.java +++ b/app/src/main/java/c/i/a/c/u1/h.java @@ -10,12 +10,12 @@ public final /* synthetic */ class h implements o.a { public final /* synthetic */ TrackGroupArray b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f957c; + public final /* synthetic */ k f959c; public /* synthetic */ h(d1.a aVar, TrackGroupArray trackGroupArray, k kVar) { this.a = aVar; this.b = trackGroupArray; - this.f957c = kVar; + this.f959c = kVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/i0.java b/app/src/main/java/c/i/a/c/u1/i0.java index 717fb414a0..558cb3f5d6 100644 --- a/app/src/main/java/c/i/a/c/u1/i0.java +++ b/app/src/main/java/c/i/a/c/u1/i0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class i0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f958c; + public final /* synthetic */ u f960c; public /* synthetic */ i0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f958c = uVar; + this.f960c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/j.java b/app/src/main/java/c/i/a/c/u1/j.java index 2859e9fbe9..35ec092bb3 100644 --- a/app/src/main/java/c/i/a/c/u1/j.java +++ b/app/src/main/java/c/i/a/c/u1/j.java @@ -8,14 +8,14 @@ public final /* synthetic */ class j implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f959c; + public final /* synthetic */ int f961c; public final /* synthetic */ int d; public final /* synthetic */ float e; public /* synthetic */ j(d1.a aVar, int i, int i2, int i3, float f) { this.a = aVar; this.b = i; - this.f959c = i2; + this.f961c = i2; this.d = i3; this.e = f; } diff --git a/app/src/main/java/c/i/a/c/u1/k.java b/app/src/main/java/c/i/a/c/u1/k.java index 4b38a0f859..c2bbae4f08 100644 --- a/app/src/main/java/c/i/a/c/u1/k.java +++ b/app/src/main/java/c/i/a/c/u1/k.java @@ -8,13 +8,13 @@ public final /* synthetic */ class k implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f960c; + public final /* synthetic */ long f962c; public final /* synthetic */ long d; public /* synthetic */ k(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f960c = j; + this.f962c = j; this.d = j2; } diff --git a/app/src/main/java/c/i/a/c/u1/l0.java b/app/src/main/java/c/i/a/c/u1/l0.java index 6157b86821..5d079c517f 100644 --- a/app/src/main/java/c/i/a/c/u1/l0.java +++ b/app/src/main/java/c/i/a/c/u1/l0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class l0 implements o.a { public final /* synthetic */ Format b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ e f961c; + public final /* synthetic */ e f963c; public /* synthetic */ l0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f961c = eVar; + this.f963c = eVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/m.java b/app/src/main/java/c/i/a/c/u1/m.java index 4e5fbbfd0b..645e903b9f 100644 --- a/app/src/main/java/c/i/a/c/u1/m.java +++ b/app/src/main/java/c/i/a/c/u1/m.java @@ -8,12 +8,12 @@ public final /* synthetic */ class m implements o.a { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f962c; + public final /* synthetic */ long f964c; public /* synthetic */ m(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f962c = j; + this.f964c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/m0.java b/app/src/main/java/c/i/a/c/u1/m0.java index b5e1a9b416..7c978d4fbf 100644 --- a/app/src/main/java/c/i/a/c/u1/m0.java +++ b/app/src/main/java/c/i/a/c/u1/m0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class m0 implements o.a { public final /* synthetic */ Format b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ e f963c; + public final /* synthetic */ e f965c; public /* synthetic */ m0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f963c = eVar; + this.f965c = eVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/n.java b/app/src/main/java/c/i/a/c/u1/n.java index a84ee6e359..47c603092b 100644 --- a/app/src/main/java/c/i/a/c/u1/n.java +++ b/app/src/main/java/c/i/a/c/u1/n.java @@ -8,12 +8,12 @@ public final /* synthetic */ class n implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f964c; + public final /* synthetic */ int f966c; public /* synthetic */ n(d1.a aVar, int i, int i2) { this.a = aVar; this.b = i; - this.f964c = i2; + this.f966c = i2; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/n0.java b/app/src/main/java/c/i/a/c/u1/n0.java index b2d46a2e62..08ee36a9d3 100644 --- a/app/src/main/java/c/i/a/c/u1/n0.java +++ b/app/src/main/java/c/i/a/c/u1/n0.java @@ -10,12 +10,12 @@ public final /* synthetic */ class n0 implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f965c; + public final /* synthetic */ u f967c; public /* synthetic */ n0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f965c = uVar; + this.f967c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/o.java b/app/src/main/java/c/i/a/c/u1/o.java index 5e7d37133e..cf3a09bc17 100644 --- a/app/src/main/java/c/i/a/c/u1/o.java +++ b/app/src/main/java/c/i/a/c/u1/o.java @@ -9,12 +9,12 @@ public final /* synthetic */ class o implements o.a { public final /* synthetic */ v0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f966c; + public final /* synthetic */ int f968c; public /* synthetic */ o(d1.a aVar, v0 v0Var, int i) { this.a = aVar; this.b = v0Var; - this.f966c = i; + this.f968c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/o0.java b/app/src/main/java/c/i/a/c/u1/o0.java index b5a2873daf..884a8a002b 100644 --- a/app/src/main/java/c/i/a/c/u1/o0.java +++ b/app/src/main/java/c/i/a/c/u1/o0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class o0 implements o.a { public final /* synthetic */ long b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f967c; + public final /* synthetic */ int f969c; public /* synthetic */ o0(d1.a aVar, long j, int i) { this.a = aVar; this.b = j; - this.f967c = i; + this.f969c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/s0.java b/app/src/main/java/c/i/a/c/u1/s0.java index 5b5bb6200e..c9b7cb3f3e 100644 --- a/app/src/main/java/c/i/a/c/u1/s0.java +++ b/app/src/main/java/c/i/a/c/u1/s0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class s0 implements o.a { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f968c; + public final /* synthetic */ int f970c; public /* synthetic */ s0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f968c = i; + this.f970c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/t0.java b/app/src/main/java/c/i/a/c/u1/t0.java index d73d66b61e..22e70309ff 100644 --- a/app/src/main/java/c/i/a/c/u1/t0.java +++ b/app/src/main/java/c/i/a/c/u1/t0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class t0 implements o.a { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f969c; + public final /* synthetic */ int f971c; public /* synthetic */ t0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f969c = i; + this.f971c = i; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/v0.java b/app/src/main/java/c/i/a/c/u1/v0.java index e2c4c35585..6803fa3754 100644 --- a/app/src/main/java/c/i/a/c/u1/v0.java +++ b/app/src/main/java/c/i/a/c/u1/v0.java @@ -8,12 +8,12 @@ public final /* synthetic */ class v0 implements o.a { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f970c; + public final /* synthetic */ long f972c; public /* synthetic */ v0(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f970c = j; + this.f972c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/w.java b/app/src/main/java/c/i/a/c/u1/w.java index 97cc7d173a..a4d2b6dcbf 100644 --- a/app/src/main/java/c/i/a/c/u1/w.java +++ b/app/src/main/java/c/i/a/c/u1/w.java @@ -10,12 +10,12 @@ public final /* synthetic */ class w implements o.a { public final /* synthetic */ r b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ u f971c; + public final /* synthetic */ u f973c; public /* synthetic */ w(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f971c = uVar; + this.f973c = uVar; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/z.java b/app/src/main/java/c/i/a/c/u1/z.java index eca3e587ed..4be98f970b 100644 --- a/app/src/main/java/c/i/a/c/u1/z.java +++ b/app/src/main/java/c/i/a/c/u1/z.java @@ -8,12 +8,12 @@ public final /* synthetic */ class z implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f972c; + public final /* synthetic */ long f974c; public /* synthetic */ z(d1.a aVar, int i, long j) { this.a = aVar; this.b = i; - this.f972c = j; + this.f974c = j; } @Override // c.i.a.c.i2.o.a diff --git a/app/src/main/java/c/i/a/c/u1/z0.java b/app/src/main/java/c/i/a/c/u1/z0.java index 25c65ddcb7..aaa942060a 100644 --- a/app/src/main/java/c/i/a/c/u1/z0.java +++ b/app/src/main/java/c/i/a/c/u1/z0.java @@ -8,13 +8,13 @@ public final /* synthetic */ class z0 implements o.a { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f973c; + public final /* synthetic */ long f975c; public final /* synthetic */ long d; public /* synthetic */ z0(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f973c = j; + this.f975c = j; this.d = j2; } diff --git a/app/src/main/java/c/i/a/c/v0.java b/app/src/main/java/c/i/a/c/v0.java index d243466704..1cf10a8ab9 100644 --- a/app/src/main/java/c/i/a/c/v0.java +++ b/app/src/main/java/c/i/a/c/v0.java @@ -17,7 +17,7 @@ public final class v0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final f f974c; + public final f f976c; public final w0 d; public final d e; @@ -60,7 +60,7 @@ public final class v0 { @Nullable /* renamed from: c reason: collision with root package name */ - public String f975c; + public String f977c; public long d; public boolean e; public boolean f; @@ -83,7 +83,7 @@ public final class v0 { @Nullable /* renamed from: s reason: collision with root package name */ - public Uri f976s; + public Uri f978s; @Nullable public Object t; @Nullable @@ -93,23 +93,23 @@ public final class v0 { public long w = -9223372036854775807L; /* renamed from: x reason: collision with root package name */ - public long f977x = -9223372036854775807L; + public long f979x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f978y = -9223372036854775807L; + public long f980y = -9223372036854775807L; /* renamed from: z reason: collision with root package name */ - public float f979z = -3.4028235E38f; + public float f981z = -3.4028235E38f; public v0 a() { g gVar; AnimatableValueParser.D(this.h == null || this.j != null); Uri uri = this.b; if (uri != null) { - String str = this.f975c; + String str = this.f977c; UUID uuid = this.j; e eVar = uuid != null ? new e(uuid, this.h, this.i, this.k, this.m, this.l, this.n, this.o, null) : null; - Uri uri2 = this.f976s; + Uri uri2 = this.f978s; g gVar2 = new g(uri, str, eVar, uri2 != null ? new b(uri2, this.t, null) : null, this.p, this.q, this.r, this.u, null); String str2 = this.a; if (str2 == null) { @@ -123,7 +123,7 @@ public final class v0 { String str3 = this.a; Objects.requireNonNull(str3); d dVar = new d(this.d, Long.MIN_VALUE, this.e, this.f, this.g, null); - f fVar = new f(this.w, this.f977x, this.f978y, this.f979z, this.A); + f fVar = new f(this.w, this.f979x, this.f980y, this.f981z, this.A); w0 w0Var = this.v; if (w0Var == null) { w0Var = new w0(null, null); @@ -138,14 +138,14 @@ public final class v0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final boolean f980c; + public final boolean f982c; public final boolean d; public final boolean e; public d(long j, long j2, boolean z2, boolean z3, boolean z4, a aVar) { this.a = j; this.b = j2; - this.f980c = z2; + this.f982c = z2; this.d = z3; this.e = z4; } @@ -158,13 +158,13 @@ public final class v0 { return false; } d dVar = (d) obj; - return this.a == dVar.a && this.b == dVar.b && this.f980c == dVar.f980c && this.d == dVar.d && this.e == dVar.e; + return this.a == dVar.a && this.b == dVar.b && this.f982c == dVar.f982c && this.d == dVar.d && this.e == dVar.e; } public int hashCode() { long j = this.a; long j2 = this.b; - return (((((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + (this.f980c ? 1 : 0)) * 31) + (this.d ? 1 : 0)) * 31) + (this.e ? 1 : 0); + return (((((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + (this.f982c ? 1 : 0)) * 31) + (this.d ? 1 : 0)) * 31) + (this.e ? 1 : 0); } } @@ -175,7 +175,7 @@ public final class v0 { public final Uri b; /* renamed from: c reason: collision with root package name */ - public final Map f981c; + public final Map f983c; public final boolean d; public final boolean e; public final boolean f; @@ -187,7 +187,7 @@ public final class v0 { AnimatableValueParser.k(!z3 || uri != null); this.a = uuid; this.b = uri; - this.f981c = map; + this.f983c = map; this.d = z2; this.f = z3; this.e = z4; @@ -203,14 +203,14 @@ public final class v0 { return false; } e eVar = (e) obj; - return this.a.equals(eVar.a) && f0.a(this.b, eVar.b) && f0.a(this.f981c, eVar.f981c) && this.d == eVar.d && this.f == eVar.f && this.e == eVar.e && this.g.equals(eVar.g) && Arrays.equals(this.h, eVar.h); + return this.a.equals(eVar.a) && f0.a(this.b, eVar.b) && f0.a(this.f983c, eVar.f983c) && this.d == eVar.d && this.f == eVar.f && this.e == eVar.e && this.g.equals(eVar.g) && Arrays.equals(this.h, eVar.h); } public int hashCode() { int hashCode = this.a.hashCode() * 31; Uri uri = this.b; int hashCode2 = uri != null ? uri.hashCode() : 0; - int hashCode3 = this.f981c.hashCode(); + int hashCode3 = this.f983c.hashCode(); return Arrays.hashCode(this.h) + ((this.g.hashCode() + ((((((((hashCode3 + ((hashCode + hashCode2) * 31)) * 31) + (this.d ? 1 : 0)) * 31) + (this.f ? 1 : 0)) * 31) + (this.e ? 1 : 0)) * 31)) * 31); } } @@ -221,14 +221,14 @@ public final class v0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f982c; + public final long f984c; public final float d; public final float e; public f(long j, long j2, long j3, float f, float f2) { this.a = j; this.b = j2; - this.f982c = j3; + this.f984c = j3; this.d = f; this.e = f2; } @@ -241,13 +241,13 @@ public final class v0 { return false; } f fVar = (f) obj; - return this.a == fVar.a && this.b == fVar.b && this.f982c == fVar.f982c && this.d == fVar.d && this.e == fVar.e; + return this.a == fVar.a && this.b == fVar.b && this.f984c == fVar.f984c && this.d == fVar.d && this.e == fVar.e; } public int hashCode() { long j = this.a; long j2 = this.b; - long j3 = this.f982c; + long j3 = this.f984c; int i = ((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31; float f = this.d; int i2 = 0; @@ -268,7 +268,7 @@ public final class v0 { @Nullable /* renamed from: c reason: collision with root package name */ - public final e f983c; + public final e f985c; @Nullable public final b d; public final List e; @@ -281,7 +281,7 @@ public final class v0 { public g(Uri uri, String str, e eVar, b bVar, List list, String str2, List list2, Object obj, a aVar) { this.a = uri; this.b = str; - this.f983c = eVar; + this.f985c = eVar; this.d = bVar; this.e = list; this.f = str2; @@ -297,7 +297,7 @@ public final class v0 { return false; } g gVar = (g) obj; - return this.a.equals(gVar.a) && f0.a(this.b, gVar.b) && f0.a(this.f983c, gVar.f983c) && f0.a(this.d, gVar.d) && this.e.equals(gVar.e) && f0.a(this.f, gVar.f) && this.g.equals(gVar.g) && f0.a(this.h, gVar.h); + return this.a.equals(gVar.a) && f0.a(this.b, gVar.b) && f0.a(this.f985c, gVar.f985c) && f0.a(this.d, gVar.d) && this.e.equals(gVar.e) && f0.a(this.f, gVar.f) && this.g.equals(gVar.g) && f0.a(this.h, gVar.h); } public int hashCode() { @@ -305,7 +305,7 @@ public final class v0 { String str = this.b; int i = 0; int hashCode2 = (hashCode + (str == null ? 0 : str.hashCode())) * 31; - e eVar = this.f983c; + e eVar = this.f985c; int hashCode3 = (hashCode2 + (eVar == null ? 0 : eVar.hashCode())) * 31; b bVar = this.d; int hashCode4 = (this.e.hashCode() + ((hashCode3 + (bVar == null ? 0 : bVar.hashCode())) * 31)) * 31; @@ -322,7 +322,7 @@ public final class v0 { public v0(String str, d dVar, g gVar, f fVar, w0 w0Var, a aVar) { this.a = str; this.b = gVar; - this.f974c = fVar; + this.f976c = fVar; this.d = w0Var; this.e = dVar; } @@ -335,14 +335,14 @@ public final class v0 { return false; } v0 v0Var = (v0) obj; - return f0.a(this.a, v0Var.a) && this.e.equals(v0Var.e) && f0.a(this.b, v0Var.b) && f0.a(this.f974c, v0Var.f974c) && f0.a(this.d, v0Var.d); + return f0.a(this.a, v0Var.a) && this.e.equals(v0Var.e) && f0.a(this.b, v0Var.b) && f0.a(this.f976c, v0Var.f976c) && f0.a(this.d, v0Var.d); } public int hashCode() { int hashCode = this.a.hashCode() * 31; g gVar = this.b; int hashCode2 = gVar != null ? gVar.hashCode() : 0; - int hashCode3 = this.f974c.hashCode(); + int hashCode3 = this.f976c.hashCode(); return this.d.hashCode() + ((this.e.hashCode() + ((hashCode3 + ((hashCode + hashCode2) * 31)) * 31)) * 31); } } diff --git a/app/src/main/java/c/i/a/c/v1/a0.java b/app/src/main/java/c/i/a/c/v1/a0.java index 0397aa9ab0..f34d44cdb4 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.f2215c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2218c, 2) : AudioProcessor.a.a; } throw new AudioProcessor.UnhandledAudioFormatException(aVar); } diff --git a/app/src/main/java/c/i/a/c/v1/b0.java b/app/src/main/java/c/i/a/c/v1/b0.java index c6346d7676..b0bb79541b 100644 --- a/app/src/main/java/c/i/a/c/v1/b0.java +++ b/app/src/main/java/c/i/a/c/v1/b0.java @@ -18,7 +18,7 @@ public final class b0 extends u { public int r; /* renamed from: s reason: collision with root package name */ - public boolean f984s; + public boolean f986s; public long t; public b0() { @@ -62,7 +62,7 @@ public final class b0 extends u { int remaining = byteBuffer.remaining(); j(remaining).put(byteBuffer).flip(); if (remaining > 0) { - this.f984s = true; + this.f986s = true; } } byteBuffer.limit(limit); @@ -82,7 +82,7 @@ public final class b0 extends u { this.q = i5; byte[] bArr2 = this.n; if (i5 == bArr2.length) { - if (this.f984s) { + if (this.f986s) { l(bArr2, this.r); this.t += (long) ((this.q - (this.r * 2)) / this.l); } else { @@ -144,7 +144,7 @@ public final class b0 extends u { this.p = 0; this.t = 0; this.q = 0; - this.f984s = false; + this.f986s = false; } @Override // c.i.a.c.v1.u @@ -153,7 +153,7 @@ public final class b0 extends u { if (i > 0) { l(this.n, i); } - if (!this.f984s) { + if (!this.f986s) { this.t += (long) (this.r / this.l); } } @@ -180,7 +180,7 @@ public final class b0 extends u { public final void l(byte[] bArr, int i) { j(i).put(bArr, 0, i).flip(); if (i > 0) { - this.f984s = true; + this.f986s = true; } } diff --git a/app/src/main/java/c/i/a/c/v1/c0.java b/app/src/main/java/c/i/a/c/v1/c0.java index c4e6b22b34..2e29c673d5 100644 --- a/app/src/main/java/c/i/a/c/v1/c0.java +++ b/app/src/main/java/c/i/a/c/v1/c0.java @@ -8,7 +8,7 @@ public final class c0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final float f985c; + public final float f987c; public final float d; public final float e; public final int f; @@ -26,7 +26,7 @@ public final class c0 { public int r; /* renamed from: s reason: collision with root package name */ - public int f986s; + public int f988s; public int t; public int u; public int v; @@ -34,7 +34,7 @@ public final class c0 { public c0(int i, int i2, float f, float f2, int i3) { this.a = i; this.b = i2; - this.f985c = f; + this.f987c = f; this.d = f2; this.e = ((float) i) / ((float) i3); this.f = i / 400; @@ -126,7 +126,7 @@ public final class c0 { int i6; int i7; int i8 = this.m; - float f = this.f985c; + float f = this.f987c; float f2 = this.d; float f3 = f / f2; float f4 = this.e * f2; @@ -177,9 +177,9 @@ public final class c0 { } } int i21 = this.u; - int i22 = i21 != 0 && this.f986s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f986s : i5; + int i22 = i21 != 0 && this.f988s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f988s : i5; this.t = i21; - this.f986s = i5; + this.f988s = i5; if (d > 1.0d) { short[] sArr2 = this.j; if (f3 >= 2.0f) { 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 5f4f1c47c4..8d78180b53 100644 --- a/app/src/main/java/c/i/a/c/v1/d0.java +++ b/app/src/main/java/c/i/a/c/v1/d0.java @@ -11,7 +11,7 @@ public final class d0 implements AudioProcessor { public int b; /* renamed from: c reason: collision with root package name */ - public float f987c = 1.0f; + public float f989c = 1.0f; public float d = 1.0f; public AudioProcessor.a e; public AudioProcessor.a f; @@ -42,7 +42,7 @@ public final class d0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public boolean a() { - return this.f.b != -1 && (Math.abs(this.f987c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.b != this.e.b); + return this.f.b != -1 && (Math.abs(this.f989c - 1.0f) >= 1.0E-4f || Math.abs(this.d - 1.0f) >= 1.0E-4f || this.f.b != this.e.b); } @Override // com.google.android.exoplayer2.audio.AudioProcessor @@ -79,7 +79,7 @@ public final class d0 implements AudioProcessor { i = aVar.b; } this.e = aVar; - AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2215c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2218c, 2); this.f = aVar2; this.i = true; return aVar2; @@ -93,7 +93,7 @@ public final class d0 implements AudioProcessor { c0 c0Var = this.j; if (c0Var != null) { int i2 = c0Var.k; - float f = c0Var.f985c; + float f = c0Var.f987c; float f2 = c0Var.d; float f3 = c0Var.e * f2; int i3 = c0Var.m + ((int) ((((((float) i2) / (f / f2)) + ((float) c0Var.o)) / f3) + 0.5f)); @@ -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.f2215c, this.f987c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2218c, this.f989c, this.d, aVar2.b); } else { c0 c0Var = this.j; if (c0Var != null) { @@ -138,7 +138,7 @@ public final class d0 implements AudioProcessor { c0Var.p = 0; c0Var.q = 0; c0Var.r = 0; - c0Var.f986s = 0; + c0Var.f988s = 0; c0Var.t = 0; c0Var.u = 0; c0Var.v = 0; @@ -183,7 +183,7 @@ public final class d0 implements AudioProcessor { @Override // com.google.android.exoplayer2.audio.AudioProcessor public void reset() { - this.f987c = 1.0f; + this.f989c = 1.0f; this.d = 1.0f; AudioProcessor.a aVar = AudioProcessor.a.a; this.e = aVar; diff --git a/app/src/main/java/c/i/a/c/v1/k.java b/app/src/main/java/c/i/a/c/v1/k.java index 90b899584a..d2418e9811 100644 --- a/app/src/main/java/c/i/a/c/v1/k.java +++ b/app/src/main/java/c/i/a/c/v1/k.java @@ -14,12 +14,12 @@ public final class k { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f988c; + public final String f990c; public b(int i, int i2, String str, a aVar) { this.a = i; this.b = i2; - this.f988c = str; + this.f990c = str; } } @@ -60,7 +60,7 @@ public final class k { } int b2 = b(vVar); int g2 = vVar.g(4); - String k = c.d.b.a.a.k("mp4a.40.", g); + String j = c.d.b.a.a.j("mp4a.40.", g); if (g == 5 || g == 29) { b2 = b(vVar); int g3 = vVar.g(5); @@ -82,7 +82,7 @@ public final class k { case 23: break; default: - throw new ParserException(c.d.b.a.a.k("Unsupported audio object type: ", g)); + throw new ParserException(c.d.b.a.a.j("Unsupported audio object type: ", g)); } } if (vVar.f()) { @@ -114,7 +114,7 @@ public final class k { case 23: int g4 = vVar.g(2); if (g4 == 2 || g4 == 3) { - throw new ParserException(c.d.b.a.a.k("Unsupported epConfig: ", g4)); + throw new ParserException(c.d.b.a.a.j("Unsupported epConfig: ", g4)); } } } else { @@ -123,7 +123,7 @@ public final class k { } int i = b[g2]; if (i != -1) { - return new b(b2, i, k, null); + return new b(b2, i, j, null); } throw new ParserException(); } diff --git a/app/src/main/java/c/i/a/c/v1/l.java b/app/src/main/java/c/i/a/c/v1/l.java index 072f3d4423..3818bb20c0 100644 --- a/app/src/main/java/c/i/a/c/v1/l.java +++ b/app/src/main/java/c/i/a/c/v1/l.java @@ -5,7 +5,7 @@ public final class l { public static final int[] b = {48000, 44100, 32000}; /* renamed from: c reason: collision with root package name */ - public static final int[] f989c = {24000, 22050, 16000}; + public static final int[] f991c = {24000, 22050, 16000}; public static final int[] d = {2, 1, 2, 3, 3, 4, 4, 5}; public static final int[] e = {32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, 448, 512, 576, 640}; public static final int[] f = {69, 87, 104, 121, 139, 174, 208, 243, 278, 348, 417, 487, 557, 696, 835, 975, 1114, 1253, 1393}; diff --git a/app/src/main/java/c/i/a/c/v1/m.java b/app/src/main/java/c/i/a/c/v1/m.java index 6aa7311c0e..bb1a096266 100644 --- a/app/src/main/java/c/i/a/c/v1/m.java +++ b/app/src/main/java/c/i/a/c/v1/m.java @@ -12,12 +12,12 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f990c; + public final int f992c; public b(int i, int i2, int i3, int i4, int i5, a aVar) { this.a = i3; this.b = i4; - this.f990c = i5; + this.f992c = i5; } } diff --git a/app/src/main/java/c/i/a/c/v1/n.java b/app/src/main/java/c/i/a/c/v1/n.java index 35b1264fc9..a9472299f1 100644 --- a/app/src/main/java/c/i/a/c/v1/n.java +++ b/app/src/main/java/c/i/a/c/v1/n.java @@ -10,7 +10,7 @@ public final class n { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f991c; + public final int f993c; public final int d; public final int e; @Nullable @@ -18,7 +18,7 @@ public final class n { public n(int i, int i2, int i3, int i4, a aVar) { this.b = i; - this.f991c = i2; + this.f993c = i2; this.d = i3; this.e = i4; } @@ -26,7 +26,7 @@ public final class n { @RequiresApi(21) public AudioAttributes a() { if (this.f == null) { - AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.b).setFlags(this.f991c).setUsage(this.d); + AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.b).setFlags(this.f993c).setUsage(this.d); if (f0.a >= 29) { usage.setAllowedCapturePolicy(this.e); } @@ -43,10 +43,10 @@ public final class n { return false; } n nVar = (n) obj; - return this.b == nVar.b && this.f991c == nVar.f991c && this.d == nVar.d && this.e == nVar.e; + return this.b == nVar.b && this.f993c == nVar.f993c && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((((527 + this.b) * 31) + this.f991c) * 31) + this.d) * 31) + this.e; + return ((((((527 + this.b) * 31) + this.f993c) * 31) + this.d) * 31) + this.e; } } diff --git a/app/src/main/java/c/i/a/c/v1/o.java b/app/src/main/java/c/i/a/c/v1/o.java index e0a770b4f0..598219f6be 100644 --- a/app/src/main/java/c/i/a/c/v1/o.java +++ b/app/src/main/java/c/i/a/c/v1/o.java @@ -9,22 +9,22 @@ public final class o { public static final o b = new o(new int[]{2, 5, 6}, 8); /* renamed from: c reason: collision with root package name */ - public final int[] f992c; + public final int[] f994c; public final int d; public o(@Nullable int[] iArr, int i) { if (iArr != null) { int[] copyOf = Arrays.copyOf(iArr, iArr.length); - this.f992c = copyOf; + this.f994c = copyOf; Arrays.sort(copyOf); } else { - this.f992c = new int[0]; + this.f994c = new int[0]; } this.d = i; } public boolean a(int i) { - return Arrays.binarySearch(this.f992c, i) >= 0; + return Arrays.binarySearch(this.f994c, i) >= 0; } public boolean equals(@Nullable Object obj) { @@ -35,19 +35,19 @@ public final class o { return false; } o oVar = (o) obj; - return Arrays.equals(this.f992c, oVar.f992c) && this.d == oVar.d; + return Arrays.equals(this.f994c, oVar.f994c) && this.d == oVar.d; } public int hashCode() { - return (Arrays.hashCode(this.f992c) * 31) + this.d; + return (Arrays.hashCode(this.f994c) * 31) + this.d; } public String toString() { - StringBuilder L = a.L("AudioCapabilities[maxChannelCount="); - L.append(this.d); - L.append(", supportedEncodings="); - L.append(Arrays.toString(this.f992c)); - L.append("]"); - return L.toString(); + StringBuilder K = a.K("AudioCapabilities[maxChannelCount="); + K.append(this.d); + K.append(", supportedEncodings="); + K.append(Arrays.toString(this.f994c)); + K.append("]"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/c/v1/r.java b/app/src/main/java/c/i/a/c/v1/r.java index 83435e3e5a..45c75b443b 100644 --- a/app/src/main/java/c/i/a/c/v1/r.java +++ b/app/src/main/java/c/i/a/c/v1/r.java @@ -12,7 +12,7 @@ public final class r { public int b; /* renamed from: c reason: collision with root package name */ - public long f993c; + public long f995c; public long d; public long e; public long f; @@ -24,7 +24,7 @@ public final class r { public final AudioTimestamp b = new AudioTimestamp(); /* renamed from: c reason: collision with root package name */ - public long f994c; + public long f996c; public long d; public long e; @@ -54,7 +54,7 @@ public final class r { if (i == 0) { this.e = 0; this.f = -1; - this.f993c = System.nanoTime() / 1000; + this.f995c = System.nanoTime() / 1000; this.d = 10000; } else if (i == 1) { this.d = 10000; diff --git a/app/src/main/java/c/i/a/c/v1/s.java b/app/src/main/java/c/i/a/c/v1/s.java index 7943a6c9b5..c4943f276d 100644 --- a/app/src/main/java/c/i/a/c/v1/s.java +++ b/app/src/main/java/c/i/a/c/v1/s.java @@ -19,7 +19,7 @@ public final class s { @Nullable /* renamed from: c reason: collision with root package name */ - public AudioTrack f995c; + public AudioTrack f997c; public int d; public int e; @Nullable @@ -39,20 +39,20 @@ public final class s { public long r; /* renamed from: s reason: collision with root package name */ - public long f996s; + public long f998s; public long t; public long u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public long f997x; + public long f999x; /* renamed from: y reason: collision with root package name */ - public long f998y; + public long f1000y; /* renamed from: z reason: collision with root package name */ - public long f999z; + public long f1001z; /* compiled from: AudioTrackPositionTracker */ public interface a { @@ -83,10 +83,10 @@ public final class s { } public final long b() { - AudioTrack audioTrack = this.f995c; + AudioTrack audioTrack = this.f997c; Objects.requireNonNull(audioTrack); - if (this.f997x != -9223372036854775807L) { - return Math.min(this.A, this.f999z + ((((SystemClock.elapsedRealtime() * 1000) - this.f997x) * ((long) this.g)) / 1000000)); + if (this.f999x != -9223372036854775807L) { + return Math.min(this.A, this.f1001z + ((((SystemClock.elapsedRealtime() * 1000) - this.f999x) * ((long) this.g)) / 1000000)); } int playState = audioTrack.getPlayState(); if (playState == 1) { @@ -95,23 +95,23 @@ public final class s { long playbackHeadPosition = 4294967295L & ((long) audioTrack.getPlaybackHeadPosition()); if (this.h) { if (playState == 2 && playbackHeadPosition == 0) { - this.u = this.f996s; + this.u = this.f998s; } playbackHeadPosition += this.u; } if (f0.a <= 29) { - if (playbackHeadPosition == 0 && this.f996s > 0 && playState == 3) { - if (this.f998y == -9223372036854775807L) { - this.f998y = SystemClock.elapsedRealtime(); + if (playbackHeadPosition == 0 && this.f998s > 0 && playState == 3) { + if (this.f1000y == -9223372036854775807L) { + this.f1000y = SystemClock.elapsedRealtime(); } - return this.f996s; + return this.f998s; } - this.f998y = -9223372036854775807L; + this.f1000y = -9223372036854775807L; } - if (this.f996s > playbackHeadPosition) { + if (this.f998s > playbackHeadPosition) { this.t++; } - this.f996s = playbackHeadPosition; + this.f998s = playbackHeadPosition; return playbackHeadPosition + (this.t << 32); } @@ -120,7 +120,7 @@ public final class s { boolean z2; if (j <= b()) { if (this.h) { - AudioTrack audioTrack = this.f995c; + AudioTrack audioTrack = this.f997c; Objects.requireNonNull(audioTrack); if (audioTrack.getPlayState() == 2 && b() == 0) { z2 = true; @@ -144,7 +144,7 @@ public final class s { this.C = 0; this.F = 0; this.k = false; - this.f995c = null; + this.f997c = null; this.f = null; } @@ -152,7 +152,7 @@ public final class s { if ((c.i.a.c.i2.f0.a < 23 && (r5 == 5 || r5 == 6)) != false) goto L_0x002a; */ public void e(AudioTrack audioTrack, boolean z2, int i, int i2, int i3) { - this.f995c = audioTrack; + this.f997c = audioTrack; this.d = i2; this.e = i3; this.f = new r(audioTrack); @@ -165,12 +165,12 @@ public final class s { boolean z4 = f0.z(i); this.q = z4; this.i = z4 ? a((long) (i3 / i2)) : -9223372036854775807L; - this.f996s = 0; + this.f998s = 0; this.t = 0; this.u = 0; this.p = false; - this.f997x = -9223372036854775807L; - this.f998y = -9223372036854775807L; + this.f999x = -9223372036854775807L; + this.f1000y = -9223372036854775807L; this.r = 0; this.o = 0; this.j = 1.0f; diff --git a/app/src/main/java/c/i/a/c/v1/u.java b/app/src/main/java/c/i/a/c/v1/u.java index b6ce745e9b..33f5aa5948 100644 --- a/app/src/main/java/c/i/a/c/v1/u.java +++ b/app/src/main/java/c/i/a/c/v1/u.java @@ -9,7 +9,7 @@ public abstract class u implements AudioProcessor { public AudioProcessor.a b; /* renamed from: c reason: collision with root package name */ - public AudioProcessor.a f1000c; + public AudioProcessor.a f1002c; public AudioProcessor.a d; public AudioProcessor.a e; public ByteBuffer f; @@ -24,7 +24,7 @@ public abstract class u implements AudioProcessor { this.d = aVar; this.e = aVar; this.b = aVar; - this.f1000c = aVar; + this.f1002c = aVar; } @Override // com.google.android.exoplayer2.audio.AudioProcessor @@ -58,7 +58,7 @@ public abstract class u implements AudioProcessor { this.g = AudioProcessor.a; this.h = false; this.b = this.d; - this.f1000c = this.e; + this.f1002c = this.e; g(); } @@ -98,7 +98,7 @@ public abstract class u implements AudioProcessor { this.d = aVar; this.e = aVar; this.b = aVar; - this.f1000c = aVar; + this.f1002c = aVar; i(); } } diff --git a/app/src/main/java/c/i/a/c/v1/v.java b/app/src/main/java/c/i/a/c/v1/v.java index 072b4b9844..7291e685bb 100644 --- a/app/src/main/java/c/i/a/c/v1/v.java +++ b/app/src/main/java/c/i/a/c/v1/v.java @@ -17,7 +17,7 @@ public final class v extends u { Objects.requireNonNull(iArr); int position = byteBuffer.position(); int limit = byteBuffer.limit(); - ByteBuffer j = j(((limit - position) / this.b.e) * this.f1000c.e); + ByteBuffer j = j(((limit - position) / this.b.e) * this.f1002c.e); while (position < limit) { for (int i : iArr) { j.putShort(byteBuffer.getShort((i * 2) + position)); @@ -35,11 +35,11 @@ public final class v extends u { return AudioProcessor.a.a; } if (aVar.d == 2) { - boolean z2 = aVar.f2215c != iArr.length; + boolean z2 = aVar.f2218c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2215c) { + if (i2 < aVar.f2218c) { z2 |= i2 != i; i++; } else { diff --git a/app/src/main/java/c/i/a/c/v1/w.java b/app/src/main/java/c/i/a/c/v1/w.java index db48107efa..65d3988c8c 100644 --- a/app/src/main/java/c/i/a/c/v1/w.java +++ b/app/src/main/java/c/i/a/c/v1/w.java @@ -5,5 +5,5 @@ public final class w { public static final int[] b = {-1, 8000, 16000, 32000, -1, -1, 11025, 22050, 44100, -1, -1, 12000, 24000, 48000, -1, -1}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1001c = {64, 112, 128, 192, 224, 256, 384, 448, 512, 640, 768, 896, 1024, 1152, 1280, 1536, 1920, 2048, 2304, 2560, 2688, 2816, 2823, 2944, 3072, 3840, 4096, 6144, 7680}; + public static final int[] f1003c = {64, 112, 128, 192, 224, 256, 384, 448, 512, 640, 768, 896, 1024, 1152, 1280, 1536, 1920, 2048, 2304, 2560, 2688, 2816, 2823, 2944, 3072, 3840, 4096, 6144, 7680}; } diff --git a/app/src/main/java/c/i/a/c/v1/x.java b/app/src/main/java/c/i/a/c/v1/x.java index dabd329311..e95160dd07 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.f2215c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2218c, 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 661f4b1458..1f867faa22 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 @@ -189,19 +189,19 @@ public class y extends MediaCodecRenderer implements r { this.S0 = C0; String str = sVar.a; int i = f0.a; - if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f901c)) { + if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f903c)) { String str2 = f0.b; if (str2.startsWith("zeroflte") || str2.startsWith("herolte") || str2.startsWith("heroqlte")) { z2 = true; this.T0 = z2; - String str3 = sVar.f767c; + String str3 = sVar.f769c; int i2 = this.S0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str3); mediaFormat.setInteger("channel-count", format.G); mediaFormat.setInteger("sample-rate", format.H); - AnimatableValueParser.w2(mediaFormat, format.v); - AnimatableValueParser.J1(mediaFormat, "max-input-size", i2); + AnimatableValueParser.x2(mediaFormat, format.v); + AnimatableValueParser.K1(mediaFormat, "max-input-size", i2); if (i >= 23) { mediaFormat.setInteger("priority", 0); if (f != -1.0f) { @@ -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.f2212x = i3; - bVar.f2213y = i4; - bVar.f2214z = 4; + bVar.f2215x = i3; + bVar.f2216y = i4; + bVar.f2217z = 4; if (audioSink.s(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } @@ -247,14 +247,14 @@ public class y extends MediaCodecRenderer implements r { } z2 = false; this.T0 = z2; - String str3 = sVar.f767c; + String str3 = sVar.f769c; int i2 = this.S0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str3); mediaFormat.setInteger("channel-count", format.G); mediaFormat.setInteger("sample-rate", format.H); - AnimatableValueParser.w2(mediaFormat, format.v); - AnimatableValueParser.J1(mediaFormat, "max-input-size", i2); + AnimatableValueParser.x2(mediaFormat, format.v); + AnimatableValueParser.K1(mediaFormat, "max-input-size", i2); if (i >= 23) { } mediaFormat.setInteger("ac4-is-sync", 1); @@ -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.f2214z = r; + bVar.f2217z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2212x = mediaFormat.getInteger("channel-count"); - bVar.f2213y = mediaFormat.getInteger("sample-rate"); + bVar.f2215x = mediaFormat.getInteger("channel-count"); + bVar.f2216y = 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.f2212x = i2; - bVar.f2213y = i3; - bVar.f2214z = 2; + bVar.f2215x = i2; + bVar.f2216y = i3; + bVar.f2217z = 2; if (!audioSink.a(bVar.a())) { return 1; } diff --git a/app/src/main/java/c/i/a/c/v1/z.java b/app/src/main/java/c/i/a/c/v1/z.java index 83a275f20f..9a179dd5b1 100644 --- a/app/src/main/java/c/i/a/c/v1/z.java +++ b/app/src/main/java/c/i/a/c/v1/z.java @@ -7,7 +7,7 @@ public final class z { public static final int[] b = {44100, 48000, 32000}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1002c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; + public static final int[] f1004c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; public static final int[] d = {32000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 144000, 160000, 176000, 192000, 224000, 256000}; public static final int[] e = {32000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000, 384000}; public static final int[] f = {32000, 40000, 48000, 56000, 64000, 80000, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000}; @@ -20,7 +20,7 @@ public final class z { public String b; /* renamed from: c reason: collision with root package name */ - public int f1003c; + public int f1005c; public int d; public int e; public int f; @@ -47,22 +47,22 @@ public final class z { int i8 = (i >>> 9) & 1; this.g = z.b(i2, i3); if (i3 == 3) { - int i9 = i2 == 3 ? z.f1002c[i4 - 1] : z.d[i4 - 1]; + int i9 = i2 == 3 ? z.f1004c[i4 - 1] : z.d[i4 - 1]; this.f = i9; - this.f1003c = (((i9 * 12) / this.d) + i8) * 4; + this.f1005c = (((i9 * 12) / this.d) + i8) * 4; } else { int i10 = 144; if (i2 == 3) { int i11 = i3 == 2 ? z.e[i4 - 1] : z.f[i4 - 1]; this.f = i11; - this.f1003c = ((i11 * 144) / this.d) + i8; + this.f1005c = ((i11 * 144) / this.d) + i8; } else { int i12 = z.g[i4 - 1]; this.f = i12; if (i3 == 1) { i10 = 72; } - this.f1003c = ((i10 * i12) / this.d) + i8; + this.f1005c = ((i10 * i12) / this.d) + i8; } } if (((i >> 6) & 3) == 3) { @@ -89,7 +89,7 @@ public final class z { } int i7 = (i >>> 9) & 1; if (i3 == 3) { - return ((((i2 == 3 ? f1002c[i4 - 1] : d[i4 - 1]) * 12) / i6) + i7) * 4; + return ((((i2 == 3 ? f1004c[i4 - 1] : d[i4 - 1]) * 12) / i6) + i7) * 4; } int i8 = i2 == 3 ? i3 == 2 ? e[i4 - 1] : f[i4 - 1] : g[i4 - 1]; int i9 = 144; diff --git a/app/src/main/java/c/i/a/c/x0.java b/app/src/main/java/c/i/a/c/x0.java index 5311452ac0..a006f0e5a1 100644 --- a/app/src/main/java/c/i/a/c/x0.java +++ b/app/src/main/java/c/i/a/c/x0.java @@ -21,7 +21,7 @@ public final class x0 { public final Object b; /* renamed from: c reason: collision with root package name */ - public final f0[] f1004c; + public final f0[] f1006c; public boolean d; public boolean e; public y0 f; @@ -45,7 +45,7 @@ public final class x0 { this.b = aVar.a; this.f = y0Var; this.n = mVar2; - this.f1004c = new f0[l1VarArr.length]; + this.f1006c = new f0[l1VarArr.length]; this.h = new boolean[l1VarArr.length]; long j2 = y0Var.b; long j3 = y0Var.d; @@ -53,14 +53,14 @@ public final class x0 { Pair pair = (Pair) aVar.a; Object obj = pair.first; y.a b = aVar.b(pair.second); - b1.c cVar = b1Var.f758c.get(obj); + b1.c cVar = b1Var.f760c.get(obj); Objects.requireNonNull(cVar); b1Var.h.add(cVar); b1.b bVar = b1Var.g.get(cVar); if (bVar != null) { bVar.a.l(bVar.b); } - cVar.f760c.add(b); + cVar.f762c.add(b); v t = cVar.a.m(b, mVar, j2); b1Var.b.put(t, cVar); b1Var.d(); @@ -84,7 +84,7 @@ public final class x0 { zArr2[i] = z3; i++; } - f0[] f0VarArr = this.f1004c; + f0[] f0VarArr = this.f1006c; int i2 = 0; while (true) { l1[] l1VarArr = this.i; @@ -99,8 +99,8 @@ public final class x0 { b(); this.n = mVar; c(); - long m = this.a.m(mVar.f861c, this.h, this.f1004c, zArr, j); - f0[] f0VarArr2 = this.f1004c; + long m = this.a.m(mVar.f863c, this.h, this.f1006c, zArr, j); + f0[] f0VarArr2 = this.f1006c; int i3 = 0; while (true) { l1[] l1VarArr2 = this.i; @@ -115,7 +115,7 @@ public final class x0 { this.e = false; int i4 = 0; while (true) { - f0[] f0VarArr3 = this.f1004c; + f0[] f0VarArr3 = this.f1006c; if (i4 >= f0VarArr3.length) { return m; } @@ -125,7 +125,7 @@ public final class x0 { this.e = true; } } else { - AnimatableValueParser.D(mVar.f861c[i4] == null); + AnimatableValueParser.D(mVar.f863c[i4] == null); } i4++; } @@ -138,7 +138,7 @@ public final class x0 { m mVar = this.n; if (i < mVar.a) { boolean b = mVar.b(i); - g gVar = this.n.f861c[i]; + g gVar = this.n.f863c[i]; if (b && gVar != null) { gVar.g(); } @@ -157,7 +157,7 @@ public final class x0 { m mVar = this.n; if (i < mVar.a) { boolean b = mVar.b(i); - g gVar = this.n.f861c[i]; + g gVar = this.n.f863c[i]; if (b && gVar != null) { gVar.e(); } @@ -207,7 +207,7 @@ public final class x0 { public m i(float f, r1 r1Var) throws ExoPlaybackException { m b = this.j.b(this.i, this.m, this.f.a, r1Var); - g[] gVarArr = b.f861c; + g[] gVarArr = b.f863c; for (g gVar : gVarArr) { if (gVar != null) { gVar.i(f); diff --git a/app/src/main/java/c/i/a/c/x1/b.java b/app/src/main/java/c/i/a/c/x1/b.java index d36c1682d4..2fb93f28f5 100644 --- a/app/src/main/java/c/i/a/c/x1/b.java +++ b/app/src/main/java/c/i/a/c/x1/b.java @@ -12,7 +12,7 @@ public final class b { public byte[] b; /* renamed from: c reason: collision with root package name */ - public int f1005c; + public int f1007c; @Nullable public int[] d; @Nullable diff --git a/app/src/main/java/c/i/a/c/x1/d.java b/app/src/main/java/c/i/a/c/x1/d.java index 6bbf5654a4..e7df57b62d 100644 --- a/app/src/main/java/c/i/a/c/x1/d.java +++ b/app/src/main/java/c/i/a/c/x1/d.java @@ -5,7 +5,7 @@ public final class d { public int b; /* renamed from: c reason: collision with root package name */ - public int f1006c; + public int f1008c; public int d; public int e; public int f; diff --git a/app/src/main/java/c/i/a/c/x1/e.java b/app/src/main/java/c/i/a/c/x1/e.java index 54977667b6..a15d87f654 100644 --- a/app/src/main/java/c/i/a/c/x1/e.java +++ b/app/src/main/java/c/i/a/c/x1/e.java @@ -12,7 +12,7 @@ public final class e { public final Format b; /* renamed from: c reason: collision with root package name */ - public final Format f1007c; + public final Format f1009c; public final int d; public final int e; @@ -22,7 +22,7 @@ public final class e { this.a = str; Objects.requireNonNull(format); this.b = format; - this.f1007c = format2; + this.f1009c = format2; this.d = i; this.e = i2; return; @@ -38,11 +38,11 @@ public final class e { return false; } e eVar = (e) obj; - return this.d == eVar.d && this.e == eVar.e && this.a.equals(eVar.a) && this.b.equals(eVar.b) && this.f1007c.equals(eVar.f1007c); + return this.d == eVar.d && this.e == eVar.e && this.a.equals(eVar.a) && this.b.equals(eVar.b) && this.f1009c.equals(eVar.f1009c); } public int hashCode() { int m = a.m(this.a, (((this.d + 527) * 31) + this.e) * 31, 31); - return this.f1007c.hashCode() + ((this.b.hashCode() + m) * 31); + return this.f1009c.hashCode() + ((this.b.hashCode() + m) * 31); } } diff --git a/app/src/main/java/c/i/a/c/x1/g.java b/app/src/main/java/c/i/a/c/x1/g.java index f9fb5ec1e5..89bbd1b7a7 100644 --- a/app/src/main/java/c/i/a/c/x1/g.java +++ b/app/src/main/java/c/i/a/c/x1/g.java @@ -18,7 +18,7 @@ public abstract class g f1008c = new ArrayDeque<>(); + public final ArrayDeque f1010c = new ArrayDeque<>(); public final ArrayDeque d = new ArrayDeque<>(); public final I[] e; public final O[] f; @@ -105,7 +105,7 @@ public abstract class g 0) { + if (!this.f1010c.isEmpty() && this.h > 0) { break; } this.b.wait(); @@ -132,7 +132,7 @@ public abstract class g 0) { + if (!this.f1010c.isEmpty() && this.h > 0) { this.b.notify(); } } diff --git a/app/src/main/java/c/i/a/c/y.java b/app/src/main/java/c/i/a/c/y.java index fb65956191..5b3829f0ae 100644 --- a/app/src/main/java/c/i/a/c/y.java +++ b/app/src/main/java/c/i/a/c/y.java @@ -21,7 +21,7 @@ public final /* synthetic */ class y implements Runnable { z0 z0Var = this.i; u.a aVar = this.j; y.a aVar2 = this.k; - c1 c1Var = z0Var.f1011c; + c1 c1Var = z0Var.f1013c; u c2 = aVar.c(); c1.a aVar3 = c1Var.l; g1 g1Var = c1Var.o; diff --git a/app/src/main/java/c/i/a/c/y0.java b/app/src/main/java/c/i/a/c/y0.java index fbe7cb8a44..42e7fc7aff 100644 --- a/app/src/main/java/c/i/a/c/y0.java +++ b/app/src/main/java/c/i/a/c/y0.java @@ -9,7 +9,7 @@ public final class y0 { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1009c; + public final long f1011c; public final long d; public final long e; public final boolean f; @@ -19,7 +19,7 @@ public final class y0 { public y0(y.a aVar, long j, long j2, long j3, long j4, boolean z2, boolean z3, boolean z4) { this.a = aVar; this.b = j; - this.f1009c = j2; + this.f1011c = j2; this.d = j3; this.e = j4; this.f = z2; @@ -28,11 +28,11 @@ public final class y0 { } public y0 a(long j) { - return j == this.f1009c ? this : new y0(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h); + return j == this.f1011c ? this : new y0(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h); } public y0 b(long j) { - return j == this.b ? this : new y0(this.a, j, this.f1009c, this.d, this.e, this.f, this.g, this.h); + return j == this.b ? this : new y0(this.a, j, this.f1011c, this.d, this.e, this.f, this.g, this.h); } public boolean equals(@Nullable Object obj) { @@ -43,10 +43,10 @@ public final class y0 { return false; } y0 y0Var = (y0) obj; - return this.b == y0Var.b && this.f1009c == y0Var.f1009c && this.d == y0Var.d && this.e == y0Var.e && this.f == y0Var.f && this.g == y0Var.g && this.h == y0Var.h && f0.a(this.a, y0Var.a); + return this.b == y0Var.b && this.f1011c == y0Var.f1011c && this.d == y0Var.d && this.e == y0Var.e && this.f == y0Var.f && this.g == y0Var.g && this.h == y0Var.h && f0.a(this.a, y0Var.a); } public int hashCode() { - return ((((((((((((((this.a.hashCode() + 527) * 31) + ((int) this.b)) * 31) + ((int) this.f1009c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0); + return ((((((((((((((this.a.hashCode() + 527) * 31) + ((int) this.b)) * 31) + ((int) this.f1011c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0); } } diff --git a/app/src/main/java/c/i/a/c/y1/a.java b/app/src/main/java/c/i/a/c/y1/a.java index 2728c97e1d..1676f9d341 100644 --- a/app/src/main/java/c/i/a/c/y1/a.java +++ b/app/src/main/java/c/i/a/c/y1/a.java @@ -7,12 +7,12 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1010c; + public final int f1012c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f1010c = i3; + this.f1012c = i3; } public boolean equals(@Nullable Object obj) { @@ -23,10 +23,10 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f1010c == aVar.f1010c; + return this.a == aVar.a && this.b == aVar.b && this.f1012c == aVar.f1012c; } public int hashCode() { - return ((((527 + this.a) * 31) + this.b) * 31) + this.f1010c; + return ((((527 + this.a) * 31) + this.b) * 31) + this.f1012c; } } diff --git a/app/src/main/java/c/i/a/c/z0.java b/app/src/main/java/c/i/a/c/z0.java index 4ef60c82d6..a2df999a2a 100644 --- a/app/src/main/java/c/i/a/c/z0.java +++ b/app/src/main/java/c/i/a/c/z0.java @@ -16,7 +16,7 @@ public final class z0 { @Nullable /* renamed from: c reason: collision with root package name */ - public final c1 f1011c; + public final c1 f1013c; public final Handler d; public long e; public int f; @@ -33,7 +33,7 @@ public final class z0 { public long m; public z0(@Nullable c1 c1Var, Handler handler) { - this.f1011c = c1Var; + this.f1013c = c1Var; this.d = handler; } @@ -96,7 +96,7 @@ public final class z0 { if (d == -1) { return null; } - int i = r1Var.g(d, this.a, true).f949c; + int i = r1Var.g(d, this.a, true).f951c; Object obj = this.a.b; long j5 = y0Var.a.d; if (r1Var.n(i, this.b).o == d) { @@ -129,21 +129,21 @@ public final class z0 { if (i3 == -1) { return null; } - int a = aVarArr[i2].a(aVar.f807c); + int a = aVarArr[i2].a(aVar.f809c); if (a < i3) { - return e(r1Var, aVar.a, i2, a, y0Var.f1009c, aVar.d); + return e(r1Var, aVar.a, i2, a, y0Var.f1011c, aVar.d); } - long j6 = y0Var.f1009c; + long j6 = y0Var.f1011c; if (j6 == -9223372036854775807L) { r1.c cVar = this.b; r1.b bVar = this.a; - Pair k2 = r1Var.k(cVar, bVar, bVar.f949c, -9223372036854775807L, Math.max(0L, j3)); + Pair k2 = r1Var.k(cVar, bVar, bVar.f951c, -9223372036854775807L, Math.max(0L, j3)); if (k2 == null) { return null; } j6 = ((Long) k2.second).longValue(); } - return f(r1Var, aVar.a, j6, y0Var.f1009c, aVar.d); + return f(r1Var, aVar.a, j6, y0Var.f1011c, aVar.d); } int c2 = this.a.c(y0Var.d); if (c2 == -1) { @@ -157,7 +157,7 @@ public final class z0 { @Nullable public final y0 d(r1 r1Var, y.a aVar, long j, long j2) { r1Var.h(aVar.a, this.a); - return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f807c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); + return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f809c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); } public final y0 e(r1 r1Var, Object obj, int i, int i2, long j, long j2) { @@ -191,14 +191,14 @@ public final class z0 { boolean i = i(r1Var, aVar, h); r1Var.h(y0Var.a.a, this.a); if (aVar.a()) { - j = this.a.a(aVar.b, aVar.f807c); + j = this.a.a(aVar.b, aVar.f809c); } else { j = y0Var.d; if (j == -9223372036854775807L || j == Long.MIN_VALUE) { j = this.a.d; } } - return new y0(aVar, y0Var.b, y0Var.f1009c, y0Var.d, j, h, j2, i); + return new y0(aVar, y0Var.b, y0Var.f1011c, y0Var.d, j, h, j2, i); } public final boolean h(y.a aVar) { @@ -207,7 +207,7 @@ public final class z0 { public final boolean i(r1 r1Var, y.a aVar, boolean z2) { int b = r1Var.b(aVar.a); - if (r1Var.n(r1Var.f(b, this.a).f949c, this.b).k) { + if (r1Var.n(r1Var.f(b, this.a).f951c, this.b).k) { return false; } return (r1Var.d(b, this.a, this.b, this.f, this.g) == -1) && z2; @@ -217,11 +217,11 @@ public final class z0 { if (!h(aVar)) { return false; } - return r1Var.n(r1Var.h(aVar.a, this.a).f949c, this.b).p == r1Var.b(aVar.a); + return r1Var.n(r1Var.h(aVar.a, this.a).f951c, this.b).p == r1Var.b(aVar.a); } public final void k() { - if (this.f1011c != null) { + if (this.f1013c != null) { c.i.b.b.a aVar = u.j; u.a aVar2 = new u.a(); for (x0 x0Var = this.h; x0Var != null; x0Var = x0Var.l) { @@ -274,9 +274,9 @@ public final class z0 { public y.a n(r1 r1Var, Object obj, long j) { long j2; int b; - int i = r1Var.h(obj, this.a).f949c; + int i = r1Var.h(obj, this.a).f951c; Object obj2 = this.l; - if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f949c != i) { + if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f951c != i) { x0 x0Var = this.h; while (true) { if (x0Var == null) { @@ -284,7 +284,7 @@ public final class z0 { while (true) { if (x0Var2 != null) { int b2 = r1Var.b(x0Var2.b); - if (b2 != -1 && r1Var.f(b2, this.a).f949c == i) { + if (b2 != -1 && r1Var.f(b2, this.a).f951c == i) { j2 = x0Var2.f.a.d; break; } @@ -359,7 +359,7 @@ public final class z0 { } return !m; } - x0Var.f = y0Var.a(y0Var2.f1009c); + x0Var.f = y0Var.a(y0Var2.f1011c); long j3 = y0Var2.e; long j4 = y0Var.e; if (!(j3 == -9223372036854775807L || j3 == j4)) { diff --git a/app/src/main/java/c/i/a/c/z1/a0.java b/app/src/main/java/c/i/a/c/z1/a0.java index ebf9297108..090bc5d13d 100644 --- a/app/src/main/java/c/i/a/c/z1/a0.java +++ b/app/src/main/java/c/i/a/c/z1/a0.java @@ -29,14 +29,14 @@ public final class a0 implements b0 { public final String b; /* renamed from: c reason: collision with root package name */ - public final boolean f1012c; + public final boolean f1014c; public final Map d; public a0(@Nullable String str, boolean z2, s sVar) { AnimatableValueParser.k(!z2 || !TextUtils.isEmpty(str)); this.a = sVar; this.b = str; - this.f1012c = z2; + this.f1014c = z2; this.d = new HashMap(); } @@ -91,7 +91,7 @@ public final class a0 implements b0 { throw th; } } catch (Exception e2) { - Uri uri = vVar.f888c; + Uri uri = vVar.f890c; Objects.requireNonNull(uri); throw new MediaDrmCallbackException(lVar, uri, vVar.j(), vVar.b, e2); } @@ -100,13 +100,13 @@ public final class a0 implements b0 { public byte[] a(UUID uuid, x.a aVar) throws MediaDrmCallbackException { String str = aVar.b; - if (this.f1012c || TextUtils.isEmpty(str)) { + if (this.f1014c || TextUtils.isEmpty(str)) { str = this.b; } if (!TextUtils.isEmpty(str)) { HashMap hashMap = new HashMap(); UUID uuid2 = h0.e; - hashMap.put("Content-Type", uuid2.equals(uuid) ? "text/xml" : h0.f875c.equals(uuid) ? "application/json" : "application/octet-stream"); + hashMap.put("Content-Type", uuid2.equals(uuid) ? "text/xml" : h0.f877c.equals(uuid) ? "application/json" : "application/octet-stream"); if (uuid2.equals(uuid)) { hashMap.put("SOAPAction", "http://schemas.microsoft.com/DRM/2007/03/protocols/AcquireLicense"); } diff --git a/app/src/main/java/c/i/a/c/z1/m.java b/app/src/main/java/c/i/a/c/z1/m.java index 56ca6ce242..ee3dcd1eab 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.f2230x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2233x; Objects.requireNonNull(cVar); cVar.obtainMessage(i, bArr).sendToTarget(); } diff --git a/app/src/main/java/c/i/a/c/z1/p.java b/app/src/main/java/c/i/a/c/z1/p.java index 0d475668c8..9ef2d76c09 100644 --- a/app/src/main/java/c/i/a/c/z1/p.java +++ b/app/src/main/java/c/i/a/c/z1/p.java @@ -23,7 +23,7 @@ public final class p implements t { @GuardedBy("lock") /* renamed from: c reason: collision with root package name */ - public s f1013c; + public s f1015c; @RequiresApi(18) public final s a(v0.e eVar) { @@ -31,7 +31,7 @@ public final class p implements t { bVar.b = null; Uri uri = eVar.b; a0 a0Var = new a0(uri == null ? null : uri.toString(), eVar.f, bVar); - for (Map.Entry entry : eVar.f981c.entrySet()) { + for (Map.Entry entry : eVar.f983c.entrySet()) { String key = entry.getKey(); String value = entry.getValue(); Objects.requireNonNull(key); diff --git a/app/src/main/java/c/i/a/c/z1/q.java b/app/src/main/java/c/i/a/c/z1/q.java index afa75697bf..73f29abe72 100644 --- a/app/src/main/java/c/i/a/c/z1/q.java +++ b/app/src/main/java/c/i/a/c/z1/q.java @@ -17,7 +17,7 @@ public interface q { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f1014c; + public final CopyOnWriteArrayList f1016c; /* compiled from: DrmSessionEventListener */ /* renamed from: c.i.a.c.z1.q$a$a reason: collision with other inner class name */ @@ -32,19 +32,19 @@ public interface q { } public a() { - this.f1014c = new CopyOnWriteArrayList<>(); + this.f1016c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar) { - this.f1014c = copyOnWriteArrayList; + this.f1016c = copyOnWriteArrayList; this.a = i; this.b = aVar; } public void a() { - Iterator it = this.f1014c.iterator(); + Iterator it = this.f1016c.iterator(); while (it.hasNext()) { C0095a next = it.next(); f0.D(next.a, new h(this, next.b)); @@ -52,7 +52,7 @@ public interface q { } public void b() { - Iterator it = this.f1014c.iterator(); + Iterator it = this.f1016c.iterator(); while (it.hasNext()) { C0095a next = it.next(); f0.D(next.a, new g(this, next.b)); @@ -60,7 +60,7 @@ public interface q { } public void c() { - Iterator it = this.f1014c.iterator(); + Iterator it = this.f1016c.iterator(); while (it.hasNext()) { C0095a next = it.next(); f0.D(next.a, new i(this, next.b)); @@ -68,7 +68,7 @@ public interface q { } public void d() { - Iterator it = this.f1014c.iterator(); + Iterator it = this.f1016c.iterator(); while (it.hasNext()) { C0095a next = it.next(); f0.D(next.a, new e(this, next.b)); @@ -76,7 +76,7 @@ public interface q { } public void e(Exception exc) { - Iterator it = this.f1014c.iterator(); + Iterator it = this.f1016c.iterator(); while (it.hasNext()) { C0095a next = it.next(); f0.D(next.a, new j(this, next.b, exc)); @@ -84,7 +84,7 @@ public interface q { } public void f() { - Iterator it = this.f1014c.iterator(); + Iterator it = this.f1016c.iterator(); while (it.hasNext()) { C0095a next = it.next(); f0.D(next.a, new f(this, next.b)); @@ -93,7 +93,7 @@ public interface q { @CheckResult public a g(int i, @Nullable y.a aVar) { - return new a(this.f1014c, i, aVar); + return new a(this.f1016c, i, aVar); } } diff --git a/app/src/main/java/c/i/a/c/z1/y.java b/app/src/main/java/c/i/a/c/z1/y.java index bf580db65f..03c10e946a 100644 --- a/app/src/main/java/c/i/a/c/z1/y.java +++ b/app/src/main/java/c/i/a/c/z1/y.java @@ -8,12 +8,12 @@ public final class y implements w { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final byte[] f1015c; + public final byte[] f1017c; public final boolean d; static { boolean z2; - if ("Amazon".equals(f0.f901c)) { + if ("Amazon".equals(f0.f903c)) { String str = f0.d; if ("AFTM".equals(str) || "AFTB".equals(str)) { z2 = true; @@ -26,7 +26,7 @@ public final class y implements w { public y(UUID uuid, byte[] bArr, boolean z2) { this.b = uuid; - this.f1015c = bArr; + this.f1017c = bArr; this.d = z2; } } diff --git a/app/src/main/java/c/i/a/c/z1/z.java b/app/src/main/java/c/i/a/c/z1/z.java index b4c9e0835f..4fa7eac9f9 100644 --- a/app/src/main/java/c/i/a/c/z1/z.java +++ b/app/src/main/java/c/i/a/c/z1/z.java @@ -37,7 +37,7 @@ public final class z implements x { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final MediaDrm f1016c; + public final MediaDrm f1018c; public int d; public z(UUID uuid) throws UnsupportedSchemeException { @@ -45,8 +45,8 @@ public final class z implements x { Objects.requireNonNull(uuid); AnimatableValueParser.n(!h0.b.equals(uuid), "Use C.CLEARKEY_UUID instead"); this.b = uuid; - MediaDrm mediaDrm = new MediaDrm((f0.a >= 27 || !h0.f875c.equals(uuid)) ? uuid : uuid2); - this.f1016c = mediaDrm; + MediaDrm mediaDrm = new MediaDrm((f0.a >= 27 || !h0.f877c.equals(uuid)) ? uuid : uuid2); + this.f1018c = mediaDrm; this.d = 1; if (h0.d.equals(uuid) && "ASUS_Z00AD".equals(f0.d)) { mediaDrm.setPropertyString("securityLevel", "L3"); @@ -60,15 +60,15 @@ public final class z implements x { @Override // c.i.a.c.z1.x public Map b(byte[] bArr) { - return this.f1016c.queryKeyStatus(bArr); + return this.f1018c.queryKeyStatus(bArr); } @Override // c.i.a.c.z1.x public w c(byte[] bArr) throws MediaCryptoException { int i = f0.a; - boolean z2 = i < 21 && h0.d.equals(this.b) && "L3".equals(this.f1016c.getPropertyString("securityLevel")); + boolean z2 = i < 21 && h0.d.equals(this.b) && "L3".equals(this.f1018c.getPropertyString("securityLevel")); UUID uuid = this.b; - if (i < 27 && h0.f875c.equals(uuid)) { + if (i < 27 && h0.f877c.equals(uuid)) { uuid = h0.b; } return new y(uuid, bArr, z2); @@ -76,34 +76,34 @@ public final class z implements x { @Override // c.i.a.c.z1.x public x.d d() { - MediaDrm.ProvisionRequest provisionRequest = this.f1016c.getProvisionRequest(); + MediaDrm.ProvisionRequest provisionRequest = this.f1018c.getProvisionRequest(); return new x.d(provisionRequest.getData(), provisionRequest.getDefaultUrl()); } @Override // c.i.a.c.z1.x public byte[] e() throws MediaDrmException { - return this.f1016c.openSession(); + return this.f1018c.openSession(); } @Override // c.i.a.c.z1.x public void f(byte[] bArr, byte[] bArr2) { - this.f1016c.restoreKeys(bArr, bArr2); + this.f1018c.restoreKeys(bArr, bArr2); } @Override // c.i.a.c.z1.x public void g(byte[] bArr) { - this.f1016c.closeSession(bArr); + this.f1018c.closeSession(bArr); } @Override // c.i.a.c.z1.x public void h(@Nullable x.b bVar) { - this.f1016c.setOnEventListener(new m(this, bVar)); + this.f1018c.setOnEventListener(new m(this, bVar)); } @Override // c.i.a.c.z1.x @Nullable public byte[] i(byte[] bArr, byte[] bArr2) throws NotProvisionedException, DeniedByServerException { - if (h0.f875c.equals(this.b) && f0.a < 27) { + if (h0.f877c.equals(this.b) && f0.a < 27) { try { JSONObject jSONObject = new JSONObject(f0.l(bArr2)); StringBuilder sb = new StringBuilder("{\"keys\":["); @@ -124,17 +124,17 @@ public final class z implements x { sb.append("]}"); bArr2 = f0.w(sb.toString()); } catch (JSONException e) { - StringBuilder L = a.L("Failed to adjust response data: "); - L.append(f0.l(bArr2)); - p.b("ClearKeyUtil", L.toString(), e); + StringBuilder K = a.K("Failed to adjust response data: "); + K.append(f0.l(bArr2)); + p.b("ClearKeyUtil", K.toString(), e); } } - return this.f1016c.provideKeyResponse(bArr, bArr2); + return this.f1018c.provideKeyResponse(bArr, bArr2); } @Override // c.i.a.c.z1.x public void j(byte[] bArr) throws DeniedByServerException { - this.f1016c.provideProvisionResponse(bArr); + this.f1018c.provideProvisionResponse(bArr); } /* JADX WARNING: Code restructure failed: missing block: B:85:0x020a, code lost: @@ -170,7 +170,7 @@ public final class z implements x { if (!(f0.a(schemeData4.l, schemeData3.l) && f0.a(schemeData4.k, schemeData3.k))) { break; } - if (!(AnimatableValueParser.V1(bArr4) != null)) { + if (!(AnimatableValueParser.W1(bArr4) != null)) { break; } i3 += bArr4.length; @@ -194,8 +194,8 @@ public final class z implements x { DrmInitData.SchemeData schemeData5 = list.get(i6); byte[] bArr7 = schemeData5.m; Objects.requireNonNull(bArr7); - j V1 = AnimatableValueParser.V1(bArr7); - int i7 = V1 == null ? -1 : V1.b; + j W1 = AnimatableValueParser.W1(bArr7); + int i7 = W1 == null ? -1 : W1.b; int i8 = f0.a; if ((i8 < 23 && i7 == 0) || (i8 >= 23 && i7 == 1)) { schemeData2 = schemeData5; @@ -210,9 +210,9 @@ public final class z implements x { Objects.requireNonNull(bArr8); UUID uuid2 = h0.e; if (uuid2.equals(uuid)) { - byte[] W1 = AnimatableValueParser.W1(bArr8, uuid); - if (W1 != null) { - bArr8 = W1; + byte[] X1 = AnimatableValueParser.X1(bArr8, uuid); + if (X1 != null) { + bArr8 = X1; } int i9 = (bArr8[0] & 255) | ((bArr8[1] & 255) << 8) | ((bArr8[2] & 255) << 16) | ((bArr8[3] & 255) << 24); short s2 = (short) (((bArr8[5] & 255) << 8) | (bArr8[4] & 255)); @@ -255,7 +255,7 @@ public final class z implements x { } int i12 = f0.a; if (i12 >= 23 || !h0.d.equals(uuid)) { - if (uuid2.equals(uuid) && "Amazon".equals(f0.f901c)) { + if (uuid2.equals(uuid) && "Amazon".equals(f0.f903c)) { String str4 = f0.d; if (!"AFTB".equals(str4)) { if (!"AFTS".equals(str4)) { @@ -268,17 +268,17 @@ public final class z implements x { UUID uuid3 = this.b; String str5 = schemeData2.l; bArr2 = bArr3; - str = (i12 >= 26 || !h0.f875c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; + str = (i12 >= 26 || !h0.f877c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; } - bArr3 = AnimatableValueParser.W1(bArr8, uuid); + bArr3 = AnimatableValueParser.X1(bArr8, uuid); } else { bArr2 = null; str = null; } - MediaDrm.KeyRequest keyRequest = this.f1016c.getKeyRequest(bArr, bArr2, str, i, hashMap); + MediaDrm.KeyRequest keyRequest = this.f1018c.getKeyRequest(bArr, bArr2, str, i, hashMap); UUID uuid4 = this.b; byte[] data = keyRequest.getData(); - if (h0.f875c.equals(uuid4) && f0.a < 27) { + if (h0.f877c.equals(uuid4) && f0.a < 27) { data = f0.w(f0.l(data).replace('+', '-').replace('/', '_')); } String defaultUrl = keyRequest.getDefaultUrl(); @@ -296,7 +296,7 @@ public final class z implements x { int i = this.d - 1; this.d = i; if (i == 0) { - this.f1016c.release(); + this.f1018c.release(); } } } diff --git a/app/src/main/java/c/i/a/e/b.java b/app/src/main/java/c/i/a/e/b.java index 5ca1b1964e..491080ec68 100644 --- a/app/src/main/java/c/i/a/e/b.java +++ b/app/src/main/java/c/i/a/e/b.java @@ -10,7 +10,7 @@ public class b { public int b = Integer.MAX_VALUE; /* renamed from: c reason: collision with root package name */ - public int f1017c = Integer.MIN_VALUE; + public int f1019c = Integer.MIN_VALUE; public int d = Integer.MIN_VALUE; public int e; public int f; @@ -35,7 +35,7 @@ public class b { FlexItem flexItem = (FlexItem) view.getLayoutParams(); this.a = Math.min(this.a, (view.getLeft() - flexItem.I()) - i); this.b = Math.min(this.b, (view.getTop() - flexItem.M()) - i2); - this.f1017c = Math.max(this.f1017c, flexItem.c0() + view.getRight() + i3); + this.f1019c = Math.max(this.f1019c, flexItem.c0() + view.getRight() + i3); this.d = Math.max(this.d, flexItem.H() + view.getBottom() + i4); } } diff --git a/app/src/main/java/c/i/a/e/c.java b/app/src/main/java/c/i/a/e/c.java index a3d154873d..a73731ab48 100644 --- a/app/src/main/java/c/i/a/e/c.java +++ b/app/src/main/java/c/i/a/e/c.java @@ -22,7 +22,7 @@ public class c { @Nullable /* renamed from: c reason: collision with root package name */ - public int[] f1018c; + public int[] f1020c; @Nullable public long[] d; @Nullable @@ -63,10 +63,10 @@ public class c { @Override // java.lang.Object @NonNull public String toString() { - StringBuilder L = c.d.b.a.a.L("Order{order="); - L.append(this.j); - L.append(", index="); - return c.d.b.a.a.w(L, this.i, '}'); + StringBuilder K = c.d.b.a.a.K("Order{order="); + K.append(this.j); + K.append(", index="); + return c.d.b.a.a.v(K, this.i, '}'); } } @@ -79,7 +79,7 @@ public class c { if (i < this.a.getFlexItemCount()) { int flexDirection = this.a.getFlexDirection(); if (this.a.getAlignItems() == 4) { - int[] iArr = this.f1018c; + int[] iArr = this.f1020c; List flexLinesInternal = this.a.getFlexLinesInternal(); int size = flexLinesInternal.size(); for (int i2 = iArr != null ? iArr[i] : 0; i2 < size; i2++) { @@ -95,7 +95,7 @@ public class c { } else if (flexDirection == 2 || flexDirection == 3) { y(c2, bVar.g, i5); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid flex direction: ", flexDirection)); + throw new IllegalArgumentException(c.d.b.a.a.j("Invalid flex direction: ", flexDirection)); } } } @@ -114,7 +114,7 @@ public class c { } else if (flexDirection == 2 || flexDirection == 3) { y(c3, bVar2.g, next.intValue()); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid flex direction: ", flexDirection)); + throw new IllegalArgumentException(c.d.b.a.a.j("Invalid flex direction: ", flexDirection)); } } } @@ -331,7 +331,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1018c; + iArr = this.f1020c; if (iArr != null) { iArr[i24] = arrayList.size(); } @@ -388,7 +388,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1018c; + iArr = this.f1020c; if (iArr != null) { } bVar3.e = q(flexItem2, i23) + s(flexItem2, i23) + (i23 ? c2.getMeasuredWidth() : c2.getMeasuredHeight()) + bVar3.e; @@ -428,7 +428,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1018c; + iArr = this.f1020c; if (iArr != null) { } bVar3.e = q(flexItem2, i23) + s(flexItem2, i23) + (i23 ? c2.getMeasuredWidth() : c2.getMeasuredHeight()) + bVar3.e; @@ -519,14 +519,14 @@ public class c { } public void d(List list, int i) { - int i2 = this.f1018c[i]; + int i2 = this.f1020c[i]; if (i2 == -1) { i2 = 0; } for (int size = list.size() - 1; size >= i2; size--) { list.remove(size); } - int[] iArr = this.f1018c; + int[] iArr = this.f1020c; int length = iArr.length - 1; if (i > length) { Arrays.fill(iArr, -1); @@ -584,7 +584,7 @@ public class c { i4 = View.MeasureSpec.getMode(i); i5 = View.MeasureSpec.getSize(i); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid flex direction: ", flexDirection)); + throw new IllegalArgumentException(c.d.b.a.a.j("Invalid flex direction: ", flexDirection)); } List flexLinesInternal = this.a.getFlexLinesInternal(); if (i4 == 1073741824) { @@ -719,10 +719,10 @@ public class c { i6 = this.a.getPaddingTop(); i4 = this.a.getPaddingBottom(); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid flex direction: ", flexDirection)); + throw new IllegalArgumentException(c.d.b.a.a.j("Invalid flex direction: ", flexDirection)); } int i8 = i4 + i6; - int[] iArr = this.f1018c; + int[] iArr = this.f1020c; if (iArr != null) { i7 = iArr[i3]; } @@ -742,18 +742,18 @@ public class c { } public void i(int i) { - int[] iArr = this.f1018c; + int[] iArr = this.f1020c; if (iArr == null) { if (i < 10) { i = 10; } - this.f1018c = new int[i]; + this.f1020c = new int[i]; } else if (iArr.length < i) { int length = iArr.length * 2; if (length >= i) { i = length; } - this.f1018c = Arrays.copyOf(iArr, i); + this.f1020c = Arrays.copyOf(iArr, i); } } diff --git a/app/src/main/java/c/i/a/f/b/f.java b/app/src/main/java/c/i/a/f/b/f.java index 9349382b56..1467ee5a74 100644 --- a/app/src/main/java/c/i/a/f/b/f.java +++ b/app/src/main/java/c/i/a/f/b/f.java @@ -19,7 +19,7 @@ public final class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final a f1019c = new a(); + public final a f1021c = new a(); public volatile f1 d; public Thread.UncaughtExceptionHandler e; @@ -44,7 +44,7 @@ public final class f { @Override // java.util.concurrent.ThreadFactory public final Thread newThread(Runnable runnable) { - return new c(runnable, c.d.b.a.a.e(23, "measurement-", i.incrementAndGet())); + return new c(runnable, c.d.b.a.a.d(23, "measurement-", i.incrementAndGet())); } } @@ -75,6 +75,6 @@ public final class f { } public final void a(Runnable runnable) { - this.f1019c.submit(runnable); + this.f1021c.submit(runnable); } } diff --git a/app/src/main/java/c/i/a/f/c/a/a.java b/app/src/main/java/c/i/a/f/c/a/a.java index c63703cf31..28cba90b02 100644 --- a/app/src/main/java/c/i/a/f/c/a/a.java +++ b/app/src/main/java/c/i/a/f/c/a/a.java @@ -16,7 +16,7 @@ public final class a { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0101a f1020c; + public static final a.AbstractC0101a f1022c; public static final a.AbstractC0101a d; public static final c.i.a.f.e.h.a e; public static final c.i.a.f.e.h.a f; @@ -41,7 +41,7 @@ public final class a { @Nullable /* renamed from: c reason: collision with root package name */ - public String f1021c; + public String f1023c; public C0100a() { } @@ -49,14 +49,14 @@ public final class a { public C0100a(C0099a aVar) { this.a = aVar.j; this.b = Boolean.valueOf(aVar.k); - this.f1021c = aVar.l; + this.f1023c = aVar.l; } } public C0099a(C0100a aVar) { this.j = aVar.a; this.k = aVar.b.booleanValue(); - this.l = aVar.f1021c; + this.l = aVar.f1023c; } public boolean equals(@Nullable Object obj) { @@ -81,10 +81,10 @@ public final class a { a.g gVar2 = new a.g<>(); b = gVar2; h hVar = new h(); - f1020c = hVar; + f1022c = hVar; i iVar = new i(); d = iVar; - c.i.a.f.e.h.a aVar = b.f1022c; + c.i.a.f.e.h.a aVar = b.f1024c; e = new c.i.a.f.e.h.a<>("Auth.CREDENTIALS_API", hVar, gVar); f = new c.i.a.f.e.h.a<>("Auth.GOOGLE_SIGN_IN_API", iVar, gVar2); d dVar = b.d; diff --git a/app/src/main/java/c/i/a/f/c/a/b.java b/app/src/main/java/c/i/a/f/c/a/b.java index 75e0f38dea..71c44159ab 100644 --- a/app/src/main/java/c/i/a/f/c/a/b.java +++ b/app/src/main/java/c/i/a/f/c/a/b.java @@ -7,7 +7,7 @@ public final class b { public static final a.AbstractC0101a b; /* renamed from: c reason: collision with root package name */ - public static final a f1022c; + public static final a f1024c; public static final d d = new d(); static { @@ -15,6 +15,6 @@ public final class b { a = gVar; g gVar2 = new g(); b = gVar2; - f1022c = new a<>("Auth.PROXY_API", gVar2, gVar); + f1024c = new a<>("Auth.PROXY_API", gVar2, gVar); } } diff --git a/app/src/main/java/c/i/a/f/c/a/d/e.java b/app/src/main/java/c/i/a/f/c/a/d/e.java index a689965965..bd054693a2 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/e.java +++ b/app/src/main/java/c/i/a/f/c/a/d/e.java @@ -12,7 +12,7 @@ public final class e implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Credential createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; Uri uri = null; @@ -21,7 +21,7 @@ public final class e implements Parcelable.Creator { String str4 = null; String str5 = null; String str6 = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: @@ -45,7 +45,7 @@ public final class e implements Parcelable.Creator { case 7: case 8: default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; case 9: str5 = AnimatableValueParser.T(parcel, readInt); @@ -55,7 +55,7 @@ public final class e implements Parcelable.Creator { break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new Credential(str, str2, uri, arrayList, str3, str4, str5, str6); } diff --git a/app/src/main/java/c/i/a/f/c/a/d/f.java b/app/src/main/java/c/i/a/f/c/a/d/f.java index 9e126c679b..b9a42eaeed 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/f.java +++ b/app/src/main/java/c/i/a/f/c/a/d/f.java @@ -9,30 +9,30 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final CredentialPickerConfig createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; boolean z2 = false; boolean z3 = false; boolean z4 = false; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } else if (i3 == 2) { - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); } else if (i3 == 3) { - z4 = AnimatableValueParser.e2(parcel, readInt); + z4 = AnimatableValueParser.f2(parcel, readInt); } else if (i3 == 4) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new CredentialPickerConfig(i, z2, z3, z4, i2); } diff --git a/app/src/main/java/c/i/a/f/c/a/d/g.java b/app/src/main/java/c/i/a/f/c/a/d/g.java index 60598b75ec..4bc8fb1f0b 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/g.java +++ b/app/src/main/java/c/i/a/f/c/a/d/g.java @@ -10,7 +10,7 @@ public final class g implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final CredentialRequest createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String[] strArr = null; CredentialPickerConfig credentialPickerConfig = null; CredentialPickerConfig credentialPickerConfig2 = null; @@ -20,13 +20,13 @@ public final class g implements Parcelable.Creator { boolean z2 = false; boolean z3 = false; boolean z4 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 != 1000) { switch (i2) { case 1: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); continue; case 2: strArr = AnimatableValueParser.U(parcel, readInt); @@ -38,7 +38,7 @@ public final class g implements Parcelable.Creator { credentialPickerConfig2 = (CredentialPickerConfig) AnimatableValueParser.S(parcel, readInt, CredentialPickerConfig.CREATOR); continue; case 5: - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); continue; case 6: str = AnimatableValueParser.T(parcel, readInt); @@ -47,17 +47,17 @@ public final class g implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); continue; case 8: - z4 = AnimatableValueParser.e2(parcel, readInt); + z4 = AnimatableValueParser.f2(parcel, readInt); continue; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); continue; } } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new CredentialRequest(i, z2, strArr, credentialPickerConfig, credentialPickerConfig2, z3, str, str2, z4); } diff --git a/app/src/main/java/c/i/a/f/c/a/d/i.java b/app/src/main/java/c/i/a/f/c/a/d/i.java index eb9dbe25df..a3b1341f35 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/i.java +++ b/app/src/main/java/c/i/a/f/c/a/d/i.java @@ -9,21 +9,21 @@ public final class i implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final IdToken createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { str = AnimatableValueParser.T(parcel, readInt); } else if (i != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str2 = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new IdToken(str, str2); } 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 433118d2b5..76d19f9719 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.f2298c; + Object obj = GoogleApiAvailability.f2301c; 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 e998c31955..9ea60e1c55 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 @@ -27,7 +27,7 @@ public class a { public static a b; /* renamed from: c reason: collision with root package name */ - public final Lock f1023c = new ReentrantLock(); + public final Lock f1025c = new ReentrantLock(); public final SharedPreferences d; public a(Context context) { @@ -52,7 +52,7 @@ public class a { } public static String f(String str, String str2) { - return c.d.b.a.a.f(c.d.b.a.a.b(str2, str.length() + 1), str, ":", str2); + return c.d.b.a.a.e(c.d.b.a.a.b(str2, str.length() + 1), str, ":", str2); } @Nullable @@ -107,7 +107,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.f2293s; + String str6 = googleSignInAccount.f2296s; if (str6 != null) { jSONObject.put("givenName", str6); } @@ -155,7 +155,7 @@ public class a { } jSONObject2.put("idTokenRequested", googleSignInOptions.r); jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.t); - jSONObject2.put("serverAuthRequested", googleSignInOptions.f2294s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2297s); if (!TextUtils.isEmpty(googleSignInOptions.u)) { jSONObject2.put("serverClientId", googleSignInOptions.u); } @@ -172,21 +172,21 @@ public class a { } public final void e(String str, String str2) { - this.f1023c.lock(); + this.f1025c.lock(); try { this.d.edit().putString(str, str2).apply(); } finally { - this.f1023c.unlock(); + this.f1025c.unlock(); } } @Nullable public final String g(String str) { - this.f1023c.lock(); + this.f1025c.lock(); try { return this.d.getString(str, null); } finally { - this.f1023c.unlock(); + this.f1025c.unlock(); } } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/b.java b/app/src/main/java/c/i/a/f/c/a/f/b/b.java index c8df7e8811..bca517c904 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/b.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/b.java @@ -10,24 +10,24 @@ public final class b implements Parcelable.Creator { byte[] bArr = new byte[16]; a.a.nextBytes(bArr); aVar2.i = Base64.encodeToString(bArr, 11); - if (!cVar.f1051c.isEmpty()) { - for (Scope scope : cVar.f1051c) { + if (!cVar.f1053c.isEmpty()) { + for (Scope scope : cVar.f1053c) { aVar2.a.add(scope); aVar2.a.addAll(Arrays.asList(new Scope[0])); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/m.java b/app/src/main/java/c/i/a/f/c/a/f/b/m.java index a007578adb..49cbab0780 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/m.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/m.java @@ -34,11 +34,11 @@ public final class m { public final synchronized void a() { a aVar = this.b; - aVar.f1023c.lock(); + aVar.f1025c.lock(); try { aVar.d.edit().clear().apply(); } finally { - aVar.f1023c.unlock(); + aVar.f1025c.unlock(); } } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/s.java b/app/src/main/java/c/i/a/f/c/a/f/b/s.java index ec5d42a105..57103d2a6b 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/s.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/s.java @@ -10,21 +10,21 @@ public final class s implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final SignInConfiguration createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; GoogleSignInOptions googleSignInOptions = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 2) { str = AnimatableValueParser.T(parcel, readInt); } else if (i != 5) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { googleSignInOptions = (GoogleSignInOptions) AnimatableValueParser.S(parcel, readInt, GoogleSignInOptions.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new SignInConfiguration(str, googleSignInOptions); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/d.java b/app/src/main/java/c/i/a/f/c/a/f/d.java index 74956deb04..223161c575 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/d.java +++ b/app/src/main/java/c/i/a/f/c/a/f/d.java @@ -12,7 +12,7 @@ public final class d implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final GoogleSignInAccount createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; String str3 = null; @@ -25,11 +25,11 @@ public final class d implements Parcelable.Creator { String str8 = null; long j = 0; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: str = AnimatableValueParser.T(parcel, readInt); @@ -50,7 +50,7 @@ public final class d implements Parcelable.Creator { str5 = AnimatableValueParser.T(parcel, readInt); break; case 8: - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); break; case 9: str6 = AnimatableValueParser.T(parcel, readInt); @@ -65,11 +65,11 @@ public final class d implements Parcelable.Creator { str8 = AnimatableValueParser.T(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new GoogleSignInAccount(i, str, str2, str3, str4, uri, str5, j, str6, arrayList, str7, str8); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/f.java b/app/src/main/java/c/i/a/f/c/a/f/f.java index fb4ca260fa..3395d450dc 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/f.java +++ b/app/src/main/java/c/i/a/f/c/a/f/f.java @@ -13,7 +13,7 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final GoogleSignInOptions createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); ArrayList arrayList = null; ArrayList arrayList2 = null; Account account = null; @@ -24,11 +24,11 @@ public final class f implements Parcelable.Creator { boolean z2 = false; boolean z3 = false; boolean z4 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: arrayList2 = AnimatableValueParser.X(parcel, readInt, Scope.CREATOR); @@ -37,13 +37,13 @@ public final class f implements Parcelable.Creator { account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR); break; case 4: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 5: - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); break; case 6: - z4 = AnimatableValueParser.e2(parcel, readInt); + z4 = AnimatableValueParser.f2(parcel, readInt); break; case 7: str = AnimatableValueParser.T(parcel, readInt); @@ -58,11 +58,11 @@ public final class f implements Parcelable.Creator { str3 = AnimatableValueParser.T(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new GoogleSignInOptions(i, arrayList2, account, z2, z3, z4, str, str2, GoogleSignInOptions.x0(arrayList), str3); } diff --git a/app/src/main/java/c/i/a/f/c/a/f/g.java b/app/src/main/java/c/i/a/f/c/a/f/g.java index 8bb94d622d..ff21fc11f6 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/g.java +++ b/app/src/main/java/c/i/a/f/c/a/f/g.java @@ -10,11 +10,11 @@ public final class g implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final SignInAccount createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = ""; GoogleSignInAccount googleSignInAccount = null; String str2 = str; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 4) { @@ -22,12 +22,12 @@ public final class g implements Parcelable.Creator { } else if (i == 7) { googleSignInAccount = (GoogleSignInAccount) AnimatableValueParser.S(parcel, readInt, GoogleSignInAccount.CREATOR); } else if (i != 8) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str2 = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new SignInAccount(str, googleSignInAccount, str2); } diff --git a/app/src/main/java/c/i/a/f/d/a.java b/app/src/main/java/c/i/a/f/d/a.java index 545dd9f873..4d24b01018 100644 --- a/app/src/main/java/c/i/a/f/d/a.java +++ b/app/src/main/java/c/i/a/f/d/a.java @@ -98,7 +98,7 @@ public abstract class a extends BroadcastReceiver { c.d(task, TimeUnit.SECONDS.toMillis(1), TimeUnit.MILLISECONDS); } catch (InterruptedException | ExecutionException | TimeoutException e2) { String valueOf = String.valueOf(e2); - c.d.b.a.a.Y(valueOf.length() + 20, "Message ack failed: ", valueOf, "CloudMessagingReceiver"); + c.d.b.a.a.X(valueOf.length() + 20, "Message ack failed: ", valueOf, "CloudMessagingReceiver"); } return i2; } diff --git a/app/src/main/java/c/i/a/f/d/b.java b/app/src/main/java/c/i/a/f/d/b.java index e2fb3ef27a..635c622346 100644 --- a/app/src/main/java/c/i/a/f/d/b.java +++ b/app/src/main/java/c/i/a/f/d/b.java @@ -30,7 +30,7 @@ public class b { public static PendingIntent b; /* renamed from: c reason: collision with root package name */ - public final SimpleArrayMap> f1024c = new SimpleArrayMap<>(); + public final SimpleArrayMap> f1026c = new SimpleArrayMap<>(); public final Context d; public final r e; public final ScheduledExecutorService f; @@ -49,8 +49,8 @@ public class b { } public final void a(String str, @Nullable Bundle bundle) { - synchronized (this.f1024c) { - TaskCompletionSource remove = this.f1024c.remove(str); + synchronized (this.f1026c) { + TaskCompletionSource remove = this.f1026c.remove(str); if (remove == null) { String valueOf = String.valueOf(str); Log.w("Rpc", valueOf.length() != 0 ? "Missing callback for ".concat(valueOf) : new String("Missing callback for ")); @@ -69,8 +69,8 @@ public class b { num = Integer.toString(i); } TaskCompletionSource taskCompletionSource = new TaskCompletionSource<>(); - synchronized (this.f1024c) { - this.f1024c.put(num, taskCompletionSource); + synchronized (this.f1026c) { + this.f1026c.put(num, taskCompletionSource); } Intent intent = new Intent(); intent.setPackage("com.google.android.gms"); @@ -89,7 +89,7 @@ public class b { } intent.putExtra("app", b); } - intent.putExtra("kid", a.f(a.b(num, 5), "|ID|", num, "|")); + intent.putExtra("kid", a.e(a.b(num, 5), "|ID|", num, "|")); if (Log.isLoggable("Rpc", 3)) { String valueOf = String.valueOf(intent.getExtras()); StringBuilder sb = new StringBuilder(valueOf.length() + 8); diff --git a/app/src/main/java/c/i/a/f/d/c.java b/app/src/main/java/c/i/a/f/d/c.java index 05e1b04dab..ff7d3fa89e 100644 --- a/app/src/main/java/c/i/a/f/d/c.java +++ b/app/src/main/java/c/i/a/f/d/c.java @@ -10,17 +10,17 @@ public final class c implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final CloudMessage createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Intent intent = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 1) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { intent = (Intent) AnimatableValueParser.S(parcel, readInt, Intent.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new CloudMessage(intent); } diff --git a/app/src/main/java/c/i/a/f/d/f.java b/app/src/main/java/c/i/a/f/d/f.java index 04fb84ceeb..8906eed6ba 100644 --- a/app/src/main/java/c/i/a/f/d/f.java +++ b/app/src/main/java/c/i/a/f/d/f.java @@ -15,13 +15,13 @@ public final class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final ScheduledExecutorService f1025c; + public final ScheduledExecutorService f1027c; public g d = new g(this, null); public int e = 1; @VisibleForTesting public f(Context context, ScheduledExecutorService scheduledExecutorService) { - this.f1025c = scheduledExecutorService; + this.f1027c = scheduledExecutorService; this.b = context.getApplicationContext(); } diff --git a/app/src/main/java/c/i/a/f/d/g.java b/app/src/main/java/c/i/a/f/d/g.java index 89b8e07a65..029b725491 100644 --- a/app/src/main/java/c/i/a/f/d/g.java +++ b/app/src/main/java/c/i/a/f/d/g.java @@ -77,7 +77,7 @@ public final class g implements ServiceConnection { if (!c.i.a.f.e.n.a.b().a(this.n.b, intent, this, 1)) { a(0, "Unable to bind to service"); } else { - this.n.f1025c.schedule(new i(this), 30, TimeUnit.SECONDS); + this.n.f1027c.schedule(new i(this), 30, TimeUnit.SECONDS); } return true; } else if (i == 1) { @@ -96,7 +96,7 @@ public final class g implements ServiceConnection { return false; } else { this.l.add(qVar); - this.n.f1025c.execute(new k(this)); + this.n.f1027c.execute(new k(this)); return true; } } @@ -117,7 +117,7 @@ public final class g implements ServiceConnection { if (Log.isLoggable("MessengerIpcClient", 2)) { Log.v("MessengerIpcClient", "Service connected"); } - this.n.f1025c.execute(new l(this, iBinder)); + this.n.f1027c.execute(new l(this, iBinder)); } @Override // android.content.ServiceConnection @@ -126,6 +126,6 @@ public final class g implements ServiceConnection { if (Log.isLoggable("MessengerIpcClient", 2)) { Log.v("MessengerIpcClient", "Service disconnected"); } - this.n.f1025c.execute(new n(this)); + this.n.f1027c.execute(new n(this)); } } diff --git a/app/src/main/java/c/i/a/f/d/k.java b/app/src/main/java/c/i/a/f/d/k.java index f4cb914196..930fbfdc72 100644 --- a/app/src/main/java/c/i/a/f/d/k.java +++ b/app/src/main/java/c/i/a/f/d/k.java @@ -30,7 +30,7 @@ public final /* synthetic */ class k implements Runnable { } poll = gVar.l.poll(); gVar.m.put(poll.a, poll); - gVar.n.f1025c.schedule(new m(gVar, poll), 30, TimeUnit.SECONDS); + gVar.n.f1027c.schedule(new m(gVar, poll), 30, TimeUnit.SECONDS); } else { return; } @@ -45,7 +45,7 @@ public final /* synthetic */ class k implements Runnable { Context context = gVar.n.b; Messenger messenger = gVar.j; Message obtain = Message.obtain(); - obtain.what = poll.f1026c; + obtain.what = poll.f1028c; obtain.arg1 = poll.a; obtain.replyTo = messenger; Bundle bundle = new Bundle(); diff --git a/app/src/main/java/c/i/a/f/d/l.java b/app/src/main/java/c/i/a/f/d/l.java index a93490e4cc..36ebdf4316 100644 --- a/app/src/main/java/c/i/a/f/d/l.java +++ b/app/src/main/java/c/i/a/f/d/l.java @@ -24,7 +24,7 @@ public final /* synthetic */ class l implements Runnable { try { gVar.k = new p(iBinder); gVar.i = 2; - gVar.n.f1025c.execute(new k(gVar)); + gVar.n.f1027c.execute(new k(gVar)); } catch (RemoteException e) { gVar.a(0, e.getMessage()); } diff --git a/app/src/main/java/c/i/a/f/d/q.java b/app/src/main/java/c/i/a/f/d/q.java index a385f8aa54..ba6d76d2fc 100644 --- a/app/src/main/java/c/i/a/f/d/q.java +++ b/app/src/main/java/c/i/a/f/d/q.java @@ -11,12 +11,12 @@ public abstract class q { public final TaskCompletionSource b = new TaskCompletionSource<>(); /* renamed from: c reason: collision with root package name */ - public final int f1026c; + public final int f1028c; public final Bundle d; public q(int i, int i2, Bundle bundle) { this.a = i; - this.f1026c = i2; + this.f1028c = i2; this.d = bundle; } @@ -26,7 +26,7 @@ public abstract class q { if (Log.isLoggable("MessengerIpcClient", 3)) { String valueOf = String.valueOf(this); String valueOf2 = String.valueOf(zzp); - Log.d("MessengerIpcClient", a.g(valueOf2.length() + valueOf.length() + 14, "Failing ", valueOf, " with ", valueOf2)); + Log.d("MessengerIpcClient", a.f(valueOf2.length() + valueOf.length() + 14, "Failing ", valueOf, " with ", valueOf2)); } this.b.a.s(zzp); } @@ -35,7 +35,7 @@ public abstract class q { if (Log.isLoggable("MessengerIpcClient", 3)) { String valueOf = String.valueOf(this); String valueOf2 = String.valueOf(t); - Log.d("MessengerIpcClient", a.g(valueOf2.length() + valueOf.length() + 16, "Finishing ", valueOf, " with ", valueOf2)); + Log.d("MessengerIpcClient", a.f(valueOf2.length() + valueOf.length() + 16, "Finishing ", valueOf, " with ", valueOf2)); } this.b.a.t(t); } @@ -43,7 +43,7 @@ public abstract class q { public abstract boolean d(); public String toString() { - int i = this.f1026c; + int i = this.f1028c; int i2 = this.a; boolean d = d(); StringBuilder sb = new StringBuilder(55); diff --git a/app/src/main/java/c/i/a/f/d/r.java b/app/src/main/java/c/i/a/f/d/r.java index 607c993a07..4b84779d30 100644 --- a/app/src/main/java/c/i/a/f/d/r.java +++ b/app/src/main/java/c/i/a/f/d/r.java @@ -17,14 +17,14 @@ public final class r { public int b; /* renamed from: c reason: collision with root package name */ - public int f1027c = 0; + public int f1029c = 0; public r(Context context) { this.a = context; } public final synchronized int a() { - int i = this.f1027c; + int i = this.f1029c; if (i != 0) { return i; } @@ -38,7 +38,7 @@ public final class r { intent.setPackage("com.google.android.gms"); List queryIntentServices = packageManager.queryIntentServices(intent, 0); if (queryIntentServices != null && queryIntentServices.size() > 0) { - this.f1027c = 1; + this.f1029c = 1; return 1; } } @@ -48,13 +48,13 @@ public final class r { if (queryBroadcastReceivers == null || queryBroadcastReceivers.size() <= 0) { Log.w("Metadata", "Failed to resolve IID implementation package, falling back"); if (c.R()) { - this.f1027c = 2; + this.f1029c = 2; } else { - this.f1027c = 1; + this.f1029c = 1; } - return this.f1027c; + return this.f1029c; } - this.f1027c = 2; + this.f1029c = 2; return 2; } @@ -64,7 +64,7 @@ public final class r { return b.a(this.a).a.getPackageManager().getPackageInfo(str, 0); } catch (PackageManager.NameNotFoundException e) { String valueOf = String.valueOf(e); - a.Y(valueOf.length() + 23, "Failed to find package ", valueOf, "Metadata"); + a.X(valueOf.length() + 23, "Failed to find package ", valueOf, "Metadata"); return null; } } diff --git a/app/src/main/java/c/i/a/f/d/x.java b/app/src/main/java/c/i/a/f/d/x.java index 100fc0f48b..57e096684a 100644 --- a/app/src/main/java/c/i/a/f/d/x.java +++ b/app/src/main/java/c/i/a/f/d/x.java @@ -9,21 +9,21 @@ public final /* synthetic */ class x implements c { public final String b; /* renamed from: c reason: collision with root package name */ - public final ScheduledFuture f1028c; + public final ScheduledFuture f1030c; public x(b bVar, String str, ScheduledFuture scheduledFuture) { this.a = bVar; this.b = str; - this.f1028c = scheduledFuture; + this.f1030c = scheduledFuture; } @Override // c.i.a.f.n.c public final void onComplete(Task task) { b bVar = this.a; String str = this.b; - ScheduledFuture scheduledFuture = this.f1028c; - synchronized (bVar.f1024c) { - bVar.f1024c.remove(str); + ScheduledFuture scheduledFuture = this.f1030c; + synchronized (bVar.f1026c) { + bVar.f1026c.remove(str); } scheduledFuture.cancel(false); } diff --git a/app/src/main/java/c/i/a/f/d/y.java b/app/src/main/java/c/i/a/f/d/y.java index c7d5885d61..f0e49babb5 100644 --- a/app/src/main/java/c/i/a/f/d/y.java +++ b/app/src/main/java/c/i/a/f/d/y.java @@ -51,7 +51,7 @@ public final class y extends a { String stringExtra2 = intent2.getStringExtra("error"); if (stringExtra2 == null) { String valueOf = String.valueOf(intent2.getExtras()); - c.d.b.a.a.Y(valueOf.length() + 49, "Unexpected response, no error or registration id ", valueOf, "Rpc"); + c.d.b.a.a.X(valueOf.length() + 49, "Unexpected response, no error or registration id ", valueOf, "Rpc"); return; } if (Log.isLoggable("Rpc", 3)) { @@ -71,9 +71,9 @@ public final class y extends a { bVar.a(str, intent2.putExtra("error", str2).getExtras()); return; } - synchronized (bVar.f1024c) { - for (int i = 0; i < bVar.f1024c.size(); i++) { - bVar.a(bVar.f1024c.keyAt(i), intent2.getExtras()); + synchronized (bVar.f1026c) { + for (int i = 0; i < bVar.f1026c.size(); i++) { + bVar.a(bVar.f1026c.keyAt(i), intent2.getExtras()); } } return; diff --git a/app/src/main/java/c/i/a/f/e/a0.java b/app/src/main/java/c/i/a/f/e/a0.java index 0acb23d8b8..bafc3eb8c4 100644 --- a/app/src/main/java/c/i/a/f/e/a0.java +++ b/app/src/main/java/c/i/a/f/e/a0.java @@ -7,12 +7,12 @@ public class a0 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final String f1029c; + public final String f1031c; public final Throwable d; public a0(boolean z2, String str, Throwable th) { this.b = z2; - this.f1029c = str; + this.f1031c = str; this.d = th; } @@ -25,6 +25,6 @@ public class a0 { } public String c() { - return this.f1029c; + return this.f1031c; } } diff --git a/app/src/main/java/c/i/a/f/e/b0.java b/app/src/main/java/c/i/a/f/e/b0.java index b84c17da7d..032db17f8e 100644 --- a/app/src/main/java/c/i/a/f/e/b0.java +++ b/app/src/main/java/c/i/a/f/e/b0.java @@ -10,27 +10,27 @@ public final class b0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzj createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); boolean z2 = false; String str = null; IBinder iBinder = null; boolean z3 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { str = AnimatableValueParser.T(parcel, readInt); } else if (i == 2) { - iBinder = AnimatableValueParser.f2(parcel, readInt); + iBinder = AnimatableValueParser.g2(parcel, readInt); } else if (i == 3) { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } else if (i != 4) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzj(str, iBinder, z2, z3); } diff --git a/app/src/main/java/c/i/a/f/e/c.java b/app/src/main/java/c/i/a/f/e/c.java index d2658da02d..1a72f148ea 100644 --- a/app/src/main/java/c/i/a/f/e/c.java +++ b/app/src/main/java/c/i/a/f/e/c.java @@ -32,24 +32,24 @@ public class c { public Intent a(@Nullable Context context, @RecentlyNonNull int i, @Nullable String str) { if (i == 1 || i == 2) { if (context == null || !c.i.a.f.e.o.c.V(context)) { - StringBuilder L = a.L("gcore_"); - L.append(a); - L.append("-"); + StringBuilder K = a.K("gcore_"); + K.append(a); + K.append("-"); if (!TextUtils.isEmpty(str)) { - L.append(str); + K.append(str); } - L.append("-"); + K.append("-"); if (context != null) { - L.append(context.getPackageName()); + K.append(context.getPackageName()); } - L.append("-"); + K.append("-"); if (context != null) { try { - L.append(b.a(context).b(context.getPackageName(), 0).versionCode); + K.append(b.a(context).b(context.getPackageName(), 0).versionCode); } catch (PackageManager.NameNotFoundException unused) { } } - String sb = L.toString(); + String sb = K.toString(); int i2 = h0.a; Intent intent = new Intent("android.intent.action.VIEW"); Uri.Builder appendQueryParameter = Uri.parse("market://details").buildUpon().appendQueryParameter("id", "com.google.android.gms"); @@ -113,10 +113,10 @@ public class c { } boolean z4 = true; if (!c.i.a.f.e.o.c.V(context)) { - if (c.i.a.f.e.o.c.f1062c == null) { - c.i.a.f.e.o.c.f1062c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); + if (c.i.a.f.e.o.c.f1064c == null) { + c.i.a.f.e.o.c.f1064c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); } - if (!c.i.a.f.e.o.c.f1062c.booleanValue()) { + if (!c.i.a.f.e.o.c.f1064c.booleanValue()) { z2 = true; AnimatableValueParser.m(i < 0); packageName = context.getPackageName(); diff --git a/app/src/main/java/c/i/a/f/e/e.java b/app/src/main/java/c/i/a/f/e/e.java index 2d31183e1a..512d9662fd 100644 --- a/app/src/main/java/c/i/a/f/e/e.java +++ b/app/src/main/java/c/i/a/f/e/e.java @@ -20,7 +20,7 @@ public class e { public static boolean b = false; /* renamed from: c reason: collision with root package name */ - public static final AtomicBoolean f1030c = new AtomicBoolean(); + public static final AtomicBoolean f1032c = new AtomicBoolean(); public static final AtomicBoolean d = new AtomicBoolean(); @RecentlyNonNull diff --git a/app/src/main/java/c/i/a/f/e/f.java b/app/src/main/java/c/i/a/f/e/f.java index 465a22bc3a..6739e360fd 100644 --- a/app/src/main/java/c/i/a/f/e/f.java +++ b/app/src/main/java/c/i/a/f/e/f.java @@ -16,7 +16,7 @@ public class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public volatile String f1031c; + public volatile String f1033c; public f(Context context) { this.b = context.getApplicationContext(); @@ -29,8 +29,8 @@ public class f { if (a == null) { o0 o0Var = s.a; synchronized (s.class) { - if (s.f1064c == null) { - s.f1064c = context.getApplicationContext(); + if (s.f1066c == null) { + s.f1066c = context.getApplicationContext(); } else { Log.w("GoogleCertificates", "GoogleCertificates has been initialized already"); } @@ -90,7 +90,7 @@ public class f { String str = packagesForUid[i2]; if (str == null) { a0Var = a0.a("null pkg"); - } else if (str.equals(this.f1031c)) { + } else if (str.equals(this.f1033c)) { a0Var = a0.a; } else { try { @@ -131,7 +131,7 @@ public class f { } } if (a0Var2.b) { - this.f1031c = str; + this.f1033c = str; } a0Var = a0Var2; } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/f/e/h/a.java b/app/src/main/java/c/i/a/f/e/h/a.java index b224b343d7..e3ef3f5a8f 100644 --- a/app/src/main/java/c/i/a/f/e/h/a.java +++ b/app/src/main/java/c/i/a/f/e/h/a.java @@ -22,7 +22,7 @@ public final class a { public final g b; /* renamed from: c reason: collision with root package name */ - public final String f1032c; + public final String f1034c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ /* renamed from: c.i.a.f.e.h.a$a reason: collision with other inner class name */ @@ -111,7 +111,7 @@ public final class a { public a(String str, AbstractC0101a aVar, g gVar) { AnimatableValueParser.z(aVar, "Cannot construct an Api with a null ClientBuilder"); AnimatableValueParser.z(gVar, "Cannot construct an Api with a null ClientKey"); - this.f1032c = str; + this.f1034c = str; this.a = aVar; this.b = gVar; } diff --git a/app/src/main/java/c/i/a/f/e/h/b.java b/app/src/main/java/c/i/a/f/e/h/b.java index b180b1b1e2..703acaca29 100644 --- a/app/src/main/java/c/i/a/f/e/h/b.java +++ b/app/src/main/java/c/i/a/f/e/h/b.java @@ -44,7 +44,7 @@ public class b { public final a b; /* renamed from: c reason: collision with root package name */ - public final O f1033c; + public final O f1035c; public final c.i.a.f.e.h.j.b d; public final Looper e; public final int f; @@ -59,11 +59,11 @@ public class b { public final n b; /* renamed from: c reason: collision with root package name */ - public final Looper f1034c; + public final Looper f1036c; public a(n nVar, Account account, Looper looper) { this.b = nVar; - this.f1034c = looper; + this.f1036c = looper; } } @@ -76,8 +76,8 @@ public class b { this.a = applicationContext; e(activity); this.b = aVar; - this.f1033c = o; - this.e = aVar2.f1034c; + this.f1035c = o; + this.e = aVar2.f1036c; c.i.a.f.e.h.j.b bVar = new c.i.a.f.e.h.j.b<>(aVar, o); this.d = bVar; this.g = new y(this); @@ -112,8 +112,8 @@ public class b { this.a = applicationContext; e(context); this.b = aVar; - this.f1033c = o; - this.e = aVar2.f1034c; + this.f1035c = o; + this.e = aVar2.f1036c; this.d = new c.i.a.f.e.h.j.b<>(aVar, o); this.g = new y(this); g a2 = g.a(applicationContext); @@ -178,10 +178,10 @@ public class b { GoogleSignInAccount K; GoogleSignInAccount K2; c.a aVar = new c.a(); - O o = this.f1033c; + O o = this.f1035c; Account account = null; if (!(o instanceof a.d.b) || (K2 = ((a.d.b) o).K()) == null) { - O o2 = this.f1033c; + O o2 = this.f1035c; if (o2 instanceof a.d.AbstractC0102a) { account = ((a.d.AbstractC0102a) o2).S(); } @@ -189,14 +189,14 @@ public class b { account = new Account(K2.l, "com.google"); } aVar.a = account; - O o3 = this.f1033c; + O o3 = this.f1035c; Set emptySet = (!(o3 instanceof a.d.b) || (K = ((a.d.b) o3).K()) == null) ? Collections.emptySet() : K.v0(); if (aVar.b == null) { aVar.b = new ArraySet<>(); } aVar.b.addAll(emptySet); aVar.d = this.a.getClass().getName(); - aVar.f1052c = this.a.getPackageName(); + aVar.f1054c = this.a.getPackageName(); return aVar; } diff --git a/app/src/main/java/c/i/a/f/e/h/j/b.java b/app/src/main/java/c/i/a/f/e/h/j/b.java index 9774cf54f8..0fca41d252 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b.java @@ -12,11 +12,11 @@ public final class b { @Nullable /* renamed from: c reason: collision with root package name */ - public final O f1035c; + public final O f1037c; public b(a aVar, @Nullable O o) { this.b = aVar; - this.f1035c = o; + this.f1037c = o; this.a = Arrays.hashCode(new Object[]{aVar, o}); } @@ -31,7 +31,7 @@ public final class b { return false; } b bVar = (b) obj; - return AnimatableValueParser.j0(this.b, bVar.b) && AnimatableValueParser.j0(this.f1035c, bVar.f1035c); + return AnimatableValueParser.j0(this.b, bVar.b) && AnimatableValueParser.j0(this.f1037c, bVar.f1037c); } public final int hashCode() { diff --git a/app/src/main/java/c/i/a/f/e/h/j/b0.java b/app/src/main/java/c/i/a/f/e/h/j/b0.java index 08290c2646..7ee4966fb4 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 r0 { /* 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.f2298c; + Object obj = GoogleApiAvailability.f2301c; jVar.a("GmsAvailabilityHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/b1.java b/app/src/main/java/c/i/a/f/e/h/j/b1.java index 5c2a86fa3d..f0b094f731 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b1.java @@ -35,7 +35,7 @@ public final class b1 extends Fragment implements j { } return; } - throw new IllegalArgumentException(a.f(str.length() + 59, "LifecycleCallback with tag ", str, " already added to this fragment.")); + throw new IllegalArgumentException(a.e(str.length() + 59, "LifecycleCallback with tag ", str, " already added to this fragment.")); } @Override // c.i.a.f.e.h.j.j diff --git a/app/src/main/java/c/i/a/f/e/h/j/c0.java b/app/src/main/java/c/i/a/f/e/h/j/c0.java index a843c72145..21314978ed 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/c0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/c0.java @@ -7,11 +7,11 @@ public final class c0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final b f1036c; + public final b f1038c; public c0(s sVar, int i, b bVar) { this.a = sVar; this.b = i; - this.f1036c = bVar; + this.f1038c = bVar; } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/c1.java b/app/src/main/java/c/i/a/f/e/h/j/c1.java index 5d063dbe62..846bc7b36d 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/c1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/c1.java @@ -36,7 +36,7 @@ public final class c1 extends Fragment implements j { } return; } - throw new IllegalArgumentException(a.f(str.length() + 59, "LifecycleCallback with tag ", str, " already added to this fragment.")); + throw new IllegalArgumentException(a.e(str.length() + 59, "LifecycleCallback with tag ", str, " already added to this fragment.")); } @Override // c.i.a.f.e.h.j.j diff --git a/app/src/main/java/c/i/a/f/e/h/j/d0.java b/app/src/main/java/c/i/a/f/e/h/j/d0.java index cac397b610..f5196a919b 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/d0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/d0.java @@ -8,11 +8,11 @@ public final class d0 { public final q b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1037c; + public final Runnable f1039c; public d0(@NonNull m mVar, @NonNull q qVar, @NonNull Runnable runnable) { this.a = mVar; this.b = qVar; - this.f1037c = runnable; + this.f1039c = runnable; } } 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 639a0a648c..e14c647531 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 @@ -67,7 +67,7 @@ public class g implements Handler.Callback { public final AtomicInteger r; /* renamed from: s reason: collision with root package name */ - public final Map, a> f1038s; + public final Map, a> f1040s; @Nullable public y0 t; public final Set> u; @@ -76,7 +76,7 @@ public class g implements Handler.Callback { public final Handler w; /* renamed from: x reason: collision with root package name */ - public volatile boolean f1039x; + public volatile boolean f1041x; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public class a implements c.a, c.b { @@ -85,7 +85,7 @@ public class g implements Handler.Callback { public final a.f b; /* renamed from: c reason: collision with root package name */ - public final a.b f1040c; + public final a.b f1042c; public final b d; public final v0 e; public final Set f = new HashSet(); @@ -106,10 +106,10 @@ public class g implements Handler.Callback { AnimatableValueParser.G(aVar.a != null, "This API was constructed with a SimpleClientBuilder. Use getSimpleClientBuilder"); a.AbstractC0101a aVar2 = aVar.a; Objects.requireNonNull(aVar2, "null reference"); - a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1033c, this, this); + a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1035c, this, this); this.b = a2; if (!(a2 instanceof z)) { - this.f1040c = a2; + this.f1042c = a2; this.d = bVar.d; this.e = new v0(); this.h = bVar.f; @@ -191,7 +191,7 @@ public class g implements Handler.Callback { handler2.sendMessageDelayed(obtain2, 120000); g.this.p.a.clear(); for (d0 d0Var : this.g.values()) { - d0Var.f1037c.run(); + d0Var.f1039c.run(); } } @@ -213,7 +213,7 @@ public class g implements Handler.Callback { } else if (exc != null) { AnimatableValueParser.s(g.this.w); i(null, exc, false); - } else if (!g.this.f1039x) { + } else if (!g.this.f1041x) { Status p = p(connectionResult); AnimatableValueParser.s(g.this.w); i(p, null, false); @@ -352,14 +352,14 @@ public class g implements Handler.Callback { o(sVar); return true; } - String name = this.f1040c.getClass().getName(); + String name = this.f1042c.getClass().getName(); String str = a.i; long v0 = a.v0(); - StringBuilder K = c.d.b.a.a.K(c.d.b.a.a.b(str, name.length() + 77), name, " could not execute call because it requires feature (", str, ", "); - K.append(v0); - K.append(")."); - Log.w("GoogleApiManager", K.toString()); - if (!g.this.f1039x || !k0Var.g(this)) { + StringBuilder J = c.d.b.a.a.J(c.d.b.a.a.b(str, name.length() + 77), name, " could not execute call because it requires feature (", str, ", "); + J.append(v0); + J.append(")."); + Log.w("GoogleApiManager", J.toString()); + if (!g.this.f1041x || !k0Var.g(this)) { k0Var.e(new UnsupportedApiCallException(a)); return true; } @@ -414,14 +414,14 @@ public class g implements Handler.Callback { e(1); this.b.c("DeadObjectException thrown while running ApiCallRunner."); } catch (Throwable th) { - throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1040c.getClass().getName()), th); + throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1042c.getClass().getName()), th); } } public final Status p(ConnectionResult connectionResult) { - String str = this.d.b.f1032c; + String str = this.d.b.f1034c; String valueOf = String.valueOf(connectionResult); - return new Status(17, c.d.b.a.a.g(valueOf.length() + c.d.b.a.a.b(str, 63), "API: ", str, " is not available on this device. Connection failed with: ", valueOf)); + return new Status(17, c.d.b.a.a.f(valueOf.length() + c.d.b.a.a.b(str, 63), "API: ", str, " is not available on this device. Connection failed with: ", valueOf)); } @WorkerThread @@ -439,7 +439,7 @@ public class g implements Handler.Callback { int a = gVar.p.a(gVar.n, this.b); if (a != 0) { ConnectionResult connectionResult = new ConnectionResult(a, null); - String name = this.f1040c.getClass().getName(); + String name = this.f1042c.getClass().getName(); String valueOf = String.valueOf(connectionResult); StringBuilder sb = new StringBuilder(name.length() + 35 + valueOf.length()); sb.append("The service for "); @@ -463,13 +463,13 @@ public class g implements Handler.Callback { g0Var.f.h = Integer.valueOf(System.identityHashCode(g0Var)); a.AbstractC0101a aVar = g0Var.d; Context context = g0Var.b; - Looper looper = g0Var.f1042c.getLooper(); + Looper looper = g0Var.f1044c.getLooper(); c.i.a.f.e.k.c cVar = g0Var.f; g0Var.g = (f) aVar.a(context, looper, cVar, cVar.g, g0Var, g0Var); g0Var.h = bVar; Set set = g0Var.e; if (set == null || set.isEmpty()) { - g0Var.f1042c.post(new f0(g0Var)); + g0Var.f1044c.post(new f0(g0Var)); } else { g0Var.g.p(); } @@ -503,11 +503,11 @@ public class g implements Handler.Callback { } else { try { m mVar = next.a; - a.b bVar = this.f1040c; + a.b bVar = this.f1042c; TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); v vVar = (v) mVar; Objects.requireNonNull(vVar); - vVar.b.a((c.i.a.f.j.b.e.f) bVar, i.j(vVar.f1212c, taskCompletionSource)); + vVar.b.a((c.i.a.f.j.b.e.f) bVar, i.j(vVar.f1214c, taskCompletionSource)); } catch (DeadObjectException unused) { e(3); this.b.c("DeadObjectException thrown while calling register listener method."); @@ -561,7 +561,7 @@ public class g implements Handler.Callback { @Nullable /* renamed from: c reason: collision with root package name */ - public c.i.a.f.e.k.g f1041c = null; + public c.i.a.f.e.k.g f1043c = null; @Nullable public Set d = null; public boolean e = false; @@ -578,13 +578,13 @@ public class g implements Handler.Callback { @WorkerThread public final void b(ConnectionResult connectionResult) { - a aVar = g.this.f1038s.get(this.b); + a aVar = g.this.f1040s.get(this.b); if (aVar != null) { AnimatableValueParser.s(g.this.w); a.f fVar = aVar.b; - String name = aVar.f1040c.getClass().getName(); + String name = aVar.f1042c.getClass().getName(); String valueOf = String.valueOf(connectionResult); - fVar.c(c.d.b.a.a.g(valueOf.length() + name.length() + 25, "onSignInFailed for ", name, " with ", valueOf)); + fVar.c(c.d.b.a.a.f(valueOf.length() + name.length() + 25, "onSignInFailed for ", name, " with ", valueOf)); aVar.d(connectionResult, null); } } @@ -626,11 +626,11 @@ public class g implements Handler.Callback { boolean z2 = true; this.q = new AtomicInteger(1); this.r = new AtomicInteger(0); - this.f1038s = new ConcurrentHashMap(5, 0.75f, 1); + this.f1040s = new ConcurrentHashMap(5, 0.75f, 1); this.t = null; this.u = new ArraySet(); this.v = new ArraySet(); - this.f1039x = true; + this.f1041x = true; this.n = context; c.i.a.f.h.e.c cVar = new c.i.a.f.h.e.c(looper, this); this.w = cVar; @@ -641,7 +641,7 @@ public class g implements Handler.Callback { c.i.a.f.e.o.c.d = Boolean.valueOf((!c.i.a.f.e.o.c.R() || !packageManager.hasSystemFeature("android.hardware.type.automotive")) ? false : z2); } if (c.i.a.f.e.o.c.d.booleanValue()) { - this.f1039x = false; + this.f1041x = false; } cVar.sendMessage(cVar.obtainMessage(6)); } @@ -654,7 +654,7 @@ public class g implements Handler.Callback { handlerThread.start(); Looper looper = handlerThread.getLooper(); Context applicationContext = context.getApplicationContext(); - Object obj = GoogleApiAvailability.f2298c; + Object obj = GoogleApiAvailability.f2301c; l = new g(applicationContext, looper, GoogleApiAvailability.d); } gVar = l; @@ -699,10 +699,10 @@ public class g implements Handler.Callback { @WorkerThread public final a d(c.i.a.f.e.h.b bVar) { b bVar2 = bVar.d; - a aVar = this.f1038s.get(bVar2); + a aVar = this.f1040s.get(bVar2); if (aVar == null) { aVar = new a<>(bVar); - this.f1038s.put(bVar2, aVar); + this.f1040s.put(bVar2, aVar); } if (aVar.s()) { this.v.add(bVar2); @@ -726,7 +726,7 @@ public class g implements Handler.Callback { } this.m = j2; this.w.removeMessages(12); - for (b bVar : this.f1038s.keySet()) { + for (b bVar : this.f1040s.keySet()) { Handler handler = this.w; handler.sendMessageDelayed(handler.obtainMessage(12, bVar), this.m); } @@ -735,7 +735,7 @@ public class g implements Handler.Callback { Objects.requireNonNull((p0) message.obj); throw null; case 3: - for (a aVar2 : this.f1038s.values()) { + for (a aVar2 : this.f1040s.values()) { aVar2.q(); aVar2.r(); } @@ -744,9 +744,9 @@ public class g implements Handler.Callback { case 8: case 13: c0 c0Var = (c0) message.obj; - a aVar3 = this.f1038s.get(c0Var.f1036c.d); + a aVar3 = this.f1040s.get(c0Var.f1038c.d); if (aVar3 == null) { - aVar3 = d(c0Var.f1036c); + aVar3 = d(c0Var.f1038c); } if (!aVar3.s() || this.r.get() == c0Var.b) { aVar3.j(c0Var.a); @@ -759,7 +759,7 @@ public class g implements Handler.Callback { case 5: int i4 = message.arg1; ConnectionResult connectionResult = (ConnectionResult) message.obj; - Iterator> it = this.f1038s.values().iterator(); + Iterator> it = this.f1040s.values().iterator(); while (true) { if (it.hasNext()) { aVar = it.next(); @@ -776,7 +776,7 @@ public class g implements Handler.Callback { boolean z2 = e.a; String x0 = ConnectionResult.x0(i5); String str = connectionResult.m; - Status status = new Status(17, c.d.b.a.a.g(c.d.b.a.a.b(str, c.d.b.a.a.b(x0, 69)), "Error resolution was canceled by the user, original error message: ", x0, ": ", str)); + Status status = new Status(17, c.d.b.a.a.f(c.d.b.a.a.b(str, c.d.b.a.a.b(x0, 69)), "Error resolution was canceled by the user, original error message: ", x0, ": ", str)); AnimatableValueParser.s(g.this.w); aVar.i(status, null, false); break; @@ -814,8 +814,8 @@ public class g implements Handler.Callback { d((c.i.a.f.e.h.b) message.obj); break; case 9: - if (this.f1038s.containsKey(message.obj)) { - a aVar4 = this.f1038s.get(message.obj); + if (this.f1040s.containsKey(message.obj)) { + a aVar4 = this.f1040s.get(message.obj); AnimatableValueParser.s(g.this.w); if (aVar4.j) { aVar4.r(); @@ -825,7 +825,7 @@ public class g implements Handler.Callback { break; case 10: for (b bVar2 : this.v) { - a remove = this.f1038s.remove(bVar2); + a remove = this.f1040s.remove(bVar2); if (remove != null) { remove.b(); } @@ -833,8 +833,8 @@ public class g implements Handler.Callback { this.v.clear(); break; case 11: - if (this.f1038s.containsKey(message.obj)) { - a aVar5 = this.f1038s.get(message.obj); + if (this.f1040s.containsKey(message.obj)) { + a aVar5 = this.f1040s.get(message.obj); AnimatableValueParser.s(g.this.w); if (aVar5.j) { aVar5.v(); @@ -848,22 +848,22 @@ public class g implements Handler.Callback { } break; case 12: - if (this.f1038s.containsKey(message.obj)) { - this.f1038s.get(message.obj).k(true); + if (this.f1040s.containsKey(message.obj)) { + this.f1040s.get(message.obj).k(true); break; } break; case 14: Objects.requireNonNull((z0) message.obj); - if (!this.f1038s.containsKey(null)) { + if (!this.f1040s.containsKey(null)) { throw null; } - this.f1038s.get(null).k(false); + this.f1040s.get(null).k(false); throw null; case 15: c cVar2 = (c) message.obj; - if (this.f1038s.containsKey(cVar2.a)) { - a aVar6 = this.f1038s.get(cVar2.a); + if (this.f1040s.containsKey(cVar2.a)) { + a aVar6 = this.f1040s.get(cVar2.a); if (aVar6.k.contains(cVar2) && !aVar6.j) { if (!aVar6.b.j()) { aVar6.r(); @@ -877,8 +877,8 @@ public class g implements Handler.Callback { break; case 16: c cVar3 = (c) message.obj; - if (this.f1038s.containsKey(cVar3.a)) { - a aVar7 = this.f1038s.get(cVar3.a); + if (this.f1040s.containsKey(cVar3.a)) { + a aVar7 = this.f1040s.get(cVar3.a); if (aVar7.k.remove(cVar3)) { g.this.w.removeMessages(15, cVar3); g.this.w.removeMessages(16, cVar3); diff --git a/app/src/main/java/c/i/a/f/e/h/j/g0.java b/app/src/main/java/c/i/a/f/e/h/j/g0.java index 8339b5ba8b..9aaf30e23d 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g0.java @@ -17,11 +17,11 @@ import com.google.android.gms.common.api.Scope; import java.util.Set; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public final class g0 extends d implements c.a, c.b { - public static a.AbstractC0101a a = c.i.a.f.l.c.f1215c; + public static a.AbstractC0101a a = c.i.a.f.l.c.f1217c; public final Context b; /* renamed from: c reason: collision with root package name */ - public final Handler f1042c; + public final Handler f1044c; public final a.AbstractC0101a d; public Set e; public c.i.a.f.e.k.c f; @@ -32,7 +32,7 @@ public final class g0 extends d implements c.a, c.b { public g0(Context context, Handler handler, @NonNull c.i.a.f.e.k.c cVar) { a.AbstractC0101a aVar = a; this.b = context; - this.f1042c = handler; + this.f1044c = handler; AnimatableValueParser.z(cVar, "ClientSettings must not be null"); this.f = cVar; this.e = cVar.b; diff --git a/app/src/main/java/c/i/a/f/e/h/j/h.java b/app/src/main/java/c/i/a/f/e/h/j/h.java index 7e5a0d4275..cc2534addd 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/h.java +++ b/app/src/main/java/c/i/a/f/e/h/j/h.java @@ -16,7 +16,7 @@ public final class h { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1043c; + public final String f1045c; public final Status d; public final boolean e; @@ -31,7 +31,7 @@ public final class h { this.e = false; } q0.a(context); - String str = q0.f1058c; + String str = q0.f1060c; if (str == null) { Resources resources2 = context.getResources(); int identifier2 = resources2.getIdentifier("google_app_id", "string", resources2.getResourcePackageName(i)); @@ -39,10 +39,10 @@ public final class h { } if (TextUtils.isEmpty(str)) { this.d = new Status(10, "Missing google app id value from from string resources with name google_app_id."); - this.f1043c = null; + this.f1045c = null; return; } - this.f1043c = str; + this.f1045c = str; this.d = Status.i; } diff --git a/app/src/main/java/c/i/a/f/e/h/j/i0.java b/app/src/main/java/c/i/a/f/e/h/j/i0.java index 33b346001c..8f1ebcf0c7 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/i0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/i0.java @@ -47,7 +47,7 @@ public final class i0 implements Runnable { Log.wtf("GoogleApiManager", "Received null response from onSignInSuccess", new Exception()); bVar.b(new ConnectionResult(4)); } else { - bVar.f1041c = v0; + bVar.f1043c = v0; bVar.d = set; if (bVar.e) { bVar.a.b(v0, set); diff --git a/app/src/main/java/c/i/a/f/e/h/j/k.java b/app/src/main/java/c/i/a/f/e/h/j/k.java index 4220fafdc6..6d3683551f 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/k.java +++ b/app/src/main/java/c/i/a/f/e/h/j/k.java @@ -13,7 +13,7 @@ public final class k { @Nullable /* renamed from: c reason: collision with root package name */ - public volatile a f1044c; + public volatile a f1046c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public static final class a { @@ -81,7 +81,7 @@ public final class k { AnimatableValueParser.z(l, "Listener must not be null"); this.b = l; AnimatableValueParser.w(str); - this.f1044c = new a<>(l, str); + this.f1046c = new a<>(l, str); } public final void a(b bVar) { diff --git a/app/src/main/java/c/i/a/f/e/h/j/l0.java b/app/src/main/java/c/i/a/f/e/h/j/l0.java index 497adaef16..7421d78c8d 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/l0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/l0.java @@ -16,11 +16,11 @@ import java.util.Objects; public final class l0 extends e0 { /* renamed from: c reason: collision with root package name */ - public final d0 f1045c; + public final d0 f1047c; public l0(d0 d0Var, TaskCompletionSource taskCompletionSource) { super(3, taskCompletionSource); - this.f1045c = d0Var; + this.f1047c = d0Var; } @Override // c.i.a.f.e.h.j.s @@ -30,27 +30,27 @@ public final class l0 extends e0 { @Override // c.i.a.f.e.h.j.k0 @Nullable public final Feature[] f(g.a aVar) { - Objects.requireNonNull(this.f1045c.a); + Objects.requireNonNull(this.f1047c.a); return null; } @Override // c.i.a.f.e.h.j.k0 public final boolean g(g.a aVar) { - Objects.requireNonNull(this.f1045c.a); + Objects.requireNonNull(this.f1047c.a); return false; } @Override // c.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { - m mVar = this.f1045c.a; + m mVar = this.f1047c.a; a.f fVar = aVar.b; TaskCompletionSource taskCompletionSource = this.b; v vVar = (v) mVar; Objects.requireNonNull(vVar); - vVar.b.a((f) fVar, i.j(vVar.f1212c, taskCompletionSource)); - k.a aVar2 = this.f1045c.a.a.f1044c; + vVar.b.a((f) fVar, i.j(vVar.f1214c, taskCompletionSource)); + k.a aVar2 = this.f1047c.a.a.f1046c; if (aVar2 != null) { - aVar.g.put(aVar2, this.f1045c); + aVar.g.put(aVar2, this.f1047c); } } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/m0.java b/app/src/main/java/c/i/a/f/e/h/j/m0.java index 0c759fe90c..e424160e3b 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/m0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/m0.java @@ -43,6 +43,6 @@ public final class m0> extends s { public final void e(@NonNull Exception exc) { String simpleName = exc.getClass().getSimpleName(); String localizedMessage = exc.getLocalizedMessage(); - this.b.a(new Status(10, c.d.b.a.a.f(c.d.b.a.a.b(localizedMessage, simpleName.length() + 2), simpleName, ": ", localizedMessage))); + this.b.a(new Status(10, c.d.b.a.a.e(c.d.b.a.a.b(localizedMessage, simpleName.length() + 2), simpleName, ": ", localizedMessage))); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/n0.java b/app/src/main/java/c/i/a/f/e/h/j/n0.java index 5b1cd6dbf2..e7c6e3b45b 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/n0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/n0.java @@ -16,11 +16,11 @@ import java.util.Objects; public final class n0 extends e0 { /* renamed from: c reason: collision with root package name */ - public final k.a f1046c; + public final k.a f1048c; public n0(k.a aVar, TaskCompletionSource taskCompletionSource) { super(4, taskCompletionSource); - this.f1046c = aVar; + this.f1048c = aVar; } @Override // c.i.a.f.e.h.j.s @@ -30,7 +30,7 @@ public final class n0 extends e0 { @Override // c.i.a.f.e.h.j.k0 @Nullable public final Feature[] f(g.a aVar) { - d0 d0Var = aVar.g.get(this.f1046c); + d0 d0Var = aVar.g.get(this.f1048c); if (d0Var == null) { return null; } @@ -40,7 +40,7 @@ public final class n0 extends e0 { @Override // c.i.a.f.e.h.j.k0 public final boolean g(g.a aVar) { - d0 d0Var = aVar.g.get(this.f1046c); + d0 d0Var = aVar.g.get(this.f1048c); if (d0Var == null) { return false; } @@ -50,17 +50,17 @@ public final class n0 extends e0 { @Override // c.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { - d0 remove = aVar.g.remove(this.f1046c); + d0 remove = aVar.g.remove(this.f1048c); if (remove != null) { q qVar = remove.b; a.f fVar = aVar.b; TaskCompletionSource taskCompletionSource = this.b; x xVar = (x) qVar; Objects.requireNonNull(xVar); - xVar.b.a((f) fVar, i.j(xVar.f1213c, taskCompletionSource)); + xVar.b.a((f) fVar, i.j(xVar.f1215c, taskCompletionSource)); k kVar = remove.a.a; kVar.b = null; - kVar.f1044c = null; + kVar.f1046c = null; return; } this.b.b(Boolean.FALSE); diff --git a/app/src/main/java/c/i/a/f/e/h/j/o0.java b/app/src/main/java/c/i/a/f/e/h/j/o0.java index 71edfee177..a14159c9d7 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/o0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/o0.java @@ -16,12 +16,12 @@ public final class o0 extends k0 { public final p b; /* renamed from: c reason: collision with root package name */ - public final TaskCompletionSource f1047c; + public final TaskCompletionSource f1049c; public final n d; public o0(int i, p pVar, TaskCompletionSource taskCompletionSource, n nVar) { super(i); - this.f1047c = taskCompletionSource; + this.f1049c = taskCompletionSource; this.b = pVar; this.d = nVar; if (i == 2) { @@ -31,25 +31,25 @@ public final class o0 extends k0 { @Override // c.i.a.f.e.h.j.s public final void b(@NonNull Status status) { - this.f1047c.a(this.d.a(status)); + this.f1049c.a(this.d.a(status)); } @Override // c.i.a.f.e.h.j.s public final void c(g.a aVar) throws DeadObjectException { try { - this.b.c(aVar.b, this.f1047c); + this.b.c(aVar.b, this.f1049c); } catch (DeadObjectException e) { throw e; } catch (RemoteException e2) { - this.f1047c.a(this.d.a(s.a(e2))); + this.f1049c.a(this.d.a(s.a(e2))); } catch (RuntimeException e3) { - this.f1047c.a(e3); + this.f1049c.a(e3); } } @Override // c.i.a.f.e.h.j.s public final void d(@NonNull v0 v0Var, boolean z2) { - TaskCompletionSource taskCompletionSource = this.f1047c; + TaskCompletionSource taskCompletionSource = this.f1049c; v0Var.b.put(taskCompletionSource, Boolean.valueOf(z2)); b0 b0Var = taskCompletionSource.a; w0 w0Var = new w0(v0Var, taskCompletionSource); @@ -59,7 +59,7 @@ public final class o0 extends k0 { @Override // c.i.a.f.e.h.j.s public final void e(@NonNull Exception exc) { - this.f1047c.a(exc); + this.f1049c.a(exc); } @Override // c.i.a.f.e.h.j.k0 diff --git a/app/src/main/java/c/i/a/f/e/h/j/w.java b/app/src/main/java/c/i/a/f/e/h/j/w.java index 980c9402f9..4ab80e74e5 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/w.java +++ b/app/src/main/java/c/i/a/f/e/h/j/w.java @@ -12,6 +12,6 @@ public final class w implements Runnable { @Override // java.lang.Runnable public final void run() { g.a aVar = this.i.a; - aVar.b.c(aVar.f1040c.getClass().getName().concat(" disconnecting because it was signed out.")); + aVar.b.c(aVar.f1042c.getClass().getName().concat(" disconnecting because it was signed out.")); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/y0.java b/app/src/main/java/c/i/a/f/e/h/j/y0.java index 8280f56de2..453006a290 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/y0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/y0.java @@ -16,7 +16,7 @@ public class y0 extends r0 { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public y0(j jVar, g gVar) { super(jVar, GoogleApiAvailability.d); - Object obj = GoogleApiAvailability.f2298c; + Object obj = GoogleApiAvailability.f2301c; this.o = gVar; jVar.a("ConnectionlessLifecycleHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/z.java b/app/src/main/java/c/i/a/f/e/h/j/z.java index 6d173f3abc..b057c4ec9c 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/z.java +++ b/app/src/main/java/c/i/a/f/e/h/j/z.java @@ -18,14 +18,14 @@ public final class z implements Runnable { public final void run() { c.i.a.f.e.k.g gVar; g.b bVar = this.j; - g.a aVar = g.this.f1038s.get(bVar.b); + g.a aVar = g.this.f1040s.get(bVar.b); if (aVar != null) { if (this.i.w0()) { g.b bVar2 = this.j; bVar2.e = true; if (bVar2.a.o()) { g.b bVar3 = this.j; - if (bVar3.e && (gVar = bVar3.f1041c) != null) { + if (bVar3.e && (gVar = bVar3.f1043c) != null) { bVar3.a.b(gVar, bVar3.d); return; } diff --git a/app/src/main/java/c/i/a/f/e/h/l.java b/app/src/main/java/c/i/a/f/e/h/l.java index 74676d45db..730ba409dc 100644 --- a/app/src/main/java/c/i/a/f/e/h/l.java +++ b/app/src/main/java/c/i/a/f/e/h/l.java @@ -9,21 +9,21 @@ public final class l implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Scope createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; String str = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new Scope(i, str); } diff --git a/app/src/main/java/c/i/a/f/e/h/m.java b/app/src/main/java/c/i/a/f/e/h/m.java index 829ba4c8da..a3a8310adf 100644 --- a/app/src/main/java/c/i/a/f/e/h/m.java +++ b/app/src/main/java/c/i/a/f/e/h/m.java @@ -11,17 +11,17 @@ public final class m implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Status createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; PendingIntent pendingIntent = null; ConnectionResult connectionResult = null; int i = 0; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 2) { str = AnimatableValueParser.T(parcel, readInt); } else if (i3 == 3) { @@ -29,12 +29,12 @@ public final class m implements Parcelable.Creator { } else if (i3 == 4) { connectionResult = (ConnectionResult) AnimatableValueParser.S(parcel, readInt, ConnectionResult.CREATOR); } else if (i3 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new Status(i, i2, str, pendingIntent, connectionResult); } diff --git a/app/src/main/java/c/i/a/f/e/j/a.java b/app/src/main/java/c/i/a/f/e/j/a.java index 641b4a8f7a..8eda36098c 100644 --- a/app/src/main/java/c/i/a/f/e/j/a.java +++ b/app/src/main/java/c/i/a/f/e/j/a.java @@ -11,14 +11,14 @@ public final class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final DataHolder createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; String[] strArr = null; CursorWindow[] cursorWindowArr = null; Bundle bundle = null; int i2 = 0; int i3 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i4 = 65535 & readInt; if (i4 == 1) { @@ -26,16 +26,16 @@ public final class a implements Parcelable.Creator { } else if (i4 == 2) { cursorWindowArr = (CursorWindow[]) AnimatableValueParser.W(parcel, readInt, CursorWindow.CREATOR); } else if (i4 == 3) { - i3 = AnimatableValueParser.g2(parcel, readInt); + i3 = AnimatableValueParser.h2(parcel, readInt); } else if (i4 == 4) { bundle = AnimatableValueParser.P(parcel, readInt); } else if (i4 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); DataHolder dataHolder = new DataHolder(i2, strArr, cursorWindowArr, i3, bundle); dataHolder.k = new Bundle(); int i5 = 0; diff --git a/app/src/main/java/c/i/a/f/e/k/a0.java b/app/src/main/java/c/i/a/f/e/k/a0.java index 1e9f99460b..e8c0e20aa6 100644 --- a/app/src/main/java/c/i/a/f/e/k/a0.java +++ b/app/src/main/java/c/i/a/f/e/k/a0.java @@ -12,11 +12,11 @@ public final class a0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzc createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Bundle bundle = null; Feature[] featureArr = null; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { @@ -24,14 +24,14 @@ public final class a0 implements Parcelable.Creator { } else if (i2 == 2) { featureArr = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR); } else if (i2 == 3) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 4) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { ConnectionTelemetryConfiguration connectionTelemetryConfiguration = (ConnectionTelemetryConfiguration) AnimatableValueParser.S(parcel, readInt, ConnectionTelemetryConfiguration.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzc(bundle, featureArr, i); } diff --git a/app/src/main/java/c/i/a/f/e/k/b.java b/app/src/main/java/c/i/a/f/e/k/b.java index 58344d4047..3ba4b20c0b 100644 --- a/app/src/main/java/c/i/a/f/e/k/b.java +++ b/app/src/main/java/c/i/a/f/e/k/b.java @@ -44,7 +44,7 @@ public abstract class b { public volatile String b = null; /* renamed from: c reason: collision with root package name */ - public j0 f1048c; + public j0 f1050c; public final Context d; public final e e; public final c.i.a.f.e.c f; @@ -69,7 +69,7 @@ public abstract class b { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f1049s; + public final String f1051s; @Nullable public ConnectionResult t = null; public boolean u = false; @@ -262,7 +262,7 @@ public abstract class b { } hVar3.c(); } else { - Log.wtf("GmsClient", c.d.b.a.a.e(45, "Don't know how to handle message: ", message.what), new Exception()); + Log.wtf("GmsClient", c.d.b.a.a.d(45, "Don't know how to handle message: ", message.what), new Exception()); } } else if (a(message)) { h hVar4 = (h) message.obj; @@ -384,7 +384,7 @@ public abstract class b { String interfaceDescriptor = iBinder.getInterfaceDescriptor(); if (!b.this.w().equals(interfaceDescriptor)) { String w = b.this.w(); - Log.e("GmsClient", c.d.b.a.a.g(c.d.b.a.a.b(interfaceDescriptor, c.d.b.a.a.b(w, 34)), "service descriptor mismatch: ", w, " vs. ", interfaceDescriptor)); + Log.e("GmsClient", c.d.b.a.a.f(c.d.b.a.a.b(interfaceDescriptor, c.d.b.a.a.b(w, 34)), "service descriptor mismatch: ", w, " vs. ", interfaceDescriptor)); return false; } IInterface r = b.this.r(this.g); @@ -440,7 +440,7 @@ public abstract class b { this.r = i2; this.p = aVar; this.q = bVar; - this.f1049s = str; + this.f1051s = str; } public static void C(b bVar) { @@ -485,7 +485,7 @@ public abstract class b { } public final String A() { - String str = this.f1049s; + String str = this.f1051s; return str == null ? this.d.getClass().getName() : str; } @@ -499,18 +499,18 @@ public abstract class b { i iVar = this.n; if (iVar != null) { e eVar = this.e; - String str = this.f1048c.a; + String str = this.f1050c.a; Objects.requireNonNull(str, "null reference"); - Objects.requireNonNull(this.f1048c); + Objects.requireNonNull(this.f1050c); String A = A(); - Objects.requireNonNull(this.f1048c); + Objects.requireNonNull(this.f1050c); Objects.requireNonNull(eVar); eVar.c(new e.a(str, "com.google.android.gms", 4225, false), iVar, A); this.n = null; } } else if (i2 == 2 || i2 == 3) { i iVar2 = this.n; - if (!(iVar2 == null || (j0Var = this.f1048c) == null)) { + if (!(iVar2 == null || (j0Var = this.f1050c) == null)) { String str2 = j0Var.a; StringBuilder sb = new StringBuilder(String.valueOf(str2).length() + 70 + "com.google.android.gms".length()); sb.append("Calling connect() while still connected, missing disconnect() for "); @@ -519,11 +519,11 @@ public abstract class b { sb.append("com.google.android.gms"); Log.e("GmsClient", sb.toString()); e eVar2 = this.e; - String str3 = this.f1048c.a; + String str3 = this.f1050c.a; Objects.requireNonNull(str3, "null reference"); - Objects.requireNonNull(this.f1048c); + Objects.requireNonNull(this.f1050c); String A2 = A(); - Objects.requireNonNull(this.f1048c); + Objects.requireNonNull(this.f1050c); Objects.requireNonNull(eVar2); eVar2.c(new e.a(str3, "com.google.android.gms", 4225, false), iVar2, A2); this.w.incrementAndGet(); @@ -532,14 +532,14 @@ public abstract class b { this.n = iVar3; String x2 = x(); Object obj = e.a; - this.f1048c = new j0("com.google.android.gms", x2, false, 4225, false); + this.f1050c = new j0("com.google.android.gms", x2, false, 4225, false); e eVar3 = this.e; Objects.requireNonNull(x2, "null reference"); - Objects.requireNonNull(this.f1048c); + Objects.requireNonNull(this.f1050c); String A3 = A(); - Objects.requireNonNull(this.f1048c); + Objects.requireNonNull(this.f1050c); if (!eVar3.b(new e.a(x2, "com.google.android.gms", 4225, false), iVar3, A3)) { - String str4 = this.f1048c.a; + String str4 = this.f1050c.a; StringBuilder sb2 = new StringBuilder(String.valueOf(str4).length() + 34 + "com.google.android.gms".length()); sb2.append("unable to connect to service: "); sb2.append(str4); @@ -625,7 +625,7 @@ public abstract class b { @RecentlyNonNull public String f() { j0 j0Var; - if (!j() || (j0Var = this.f1048c) == null) { + if (!j() || (j0Var = this.f1050c) == null) { throw new RuntimeException("Failed to connect when checking package"); } Objects.requireNonNull(j0Var); diff --git a/app/src/main/java/c/i/a/f/e/k/b0.java b/app/src/main/java/c/i/a/f/e/k/b0.java index 9c5d4aca7c..769e67f7bd 100644 --- a/app/src/main/java/c/i/a/f/e/k/b0.java +++ b/app/src/main/java/c/i/a/f/e/k/b0.java @@ -10,37 +10,37 @@ public final class b0 implements Parcelable.Creator b; /* renamed from: c reason: collision with root package name */ - public final Set f1051c; + public final Set f1053c; public final Map, b> d; public final String e; public final String f; @@ -28,11 +28,11 @@ public final class c { public ArraySet b; /* renamed from: c reason: collision with root package name */ - public String f1052c; + public String f1054c; public String d; public final c a() { - return new c(this.a, this.b, null, 0, null, this.f1052c, this.d, c.i.a.f.l.a.i); + return new c(this.a, this.b, null, 0, null, this.f1054c, this.d, c.i.a.f.l.a.i); } } @@ -55,6 +55,6 @@ public final class c { Objects.requireNonNull(bVar); hashSet.addAll(null); } - this.f1051c = Collections.unmodifiableSet(hashSet); + this.f1053c = Collections.unmodifiableSet(hashSet); } } diff --git a/app/src/main/java/c/i/a/f/e/k/c0.java b/app/src/main/java/c/i/a/f/e/k/c0.java index 5f2e064f51..111c51641c 100644 --- a/app/src/main/java/c/i/a/f/e/k/c0.java +++ b/app/src/main/java/c/i/a/f/e/k/c0.java @@ -14,7 +14,7 @@ public final class c0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final GetServiceRequest createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; IBinder iBinder = null; Scope[] scopeArr = null; @@ -28,23 +28,23 @@ public final class c0 implements Parcelable.Creator { boolean z2 = false; int i4 = 0; boolean z3 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); break; case 3: - i3 = AnimatableValueParser.g2(parcel, readInt); + i3 = AnimatableValueParser.h2(parcel, readInt); break; case 4: str = AnimatableValueParser.T(parcel, readInt); break; case 5: - iBinder = AnimatableValueParser.f2(parcel, readInt); + iBinder = AnimatableValueParser.g2(parcel, readInt); break; case 6: scopeArr = (Scope[]) AnimatableValueParser.W(parcel, readInt, Scope.CREATOR); @@ -57,7 +57,7 @@ public final class c0 implements Parcelable.Creator { break; case 9: default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; case 10: featureArr = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR); @@ -66,17 +66,17 @@ public final class c0 implements Parcelable.Creator { featureArr2 = (Feature[]) AnimatableValueParser.W(parcel, readInt, Feature.CREATOR); break; case 12: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 13: - i4 = AnimatableValueParser.g2(parcel, readInt); + i4 = AnimatableValueParser.h2(parcel, readInt); break; case 14: - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new GetServiceRequest(i, i2, i3, str, iBinder, scopeArr, bundle, account, featureArr, featureArr2, z2, i4, z3); } 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 1debd13d7c..c1afbbae0a 100644 --- a/app/src/main/java/c/i/a/f/e/k/d.java +++ b/app/src/main/java/c/i/a/f/e/k/d.java @@ -18,48 +18,48 @@ import java.util.Set; public abstract class d extends b implements a.f { /* renamed from: x reason: collision with root package name */ - public final c f1053x; + public final c f1055x; /* renamed from: y reason: collision with root package name */ - public final Set f1054y; + public final Set f1056y; @Nullable /* renamed from: z reason: collision with root package name */ - public final Account f1055z; + public final Account f1057z; /* JADX WARNING: Illegal instructions before constructor call */ public d(Context context, Looper looper, int i, c cVar, f fVar, l lVar) { super(context, looper, r3, r4, i, new r(fVar), new q(lVar), cVar.f); e a = e.a(context); - Object obj = GoogleApiAvailability.f2298c; + Object obj = GoogleApiAvailability.f2301c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); - this.f1053x = cVar; - this.f1055z = cVar.a; - Set set = cVar.f1051c; + this.f1055x = cVar; + this.f1057z = cVar.a; + Set set = cVar.f1053c; for (Scope scope : set) { if (!set.contains(scope)) { throw new IllegalStateException("Expanding scopes is not permitted, use implied scopes instead"); } } - this.f1054y = set; + this.f1056y = set; } @Override // c.i.a.f.e.h.a.f @NonNull public Set a() { - return o() ? this.f1054y : Collections.emptySet(); + return o() ? this.f1056y : Collections.emptySet(); } @Override // c.i.a.f.e.k.b @Nullable public final Account s() { - return this.f1055z; + return this.f1057z; } @Override // c.i.a.f.e.k.b public final Set u() { - return this.f1054y; + return this.f1056y; } } diff --git a/app/src/main/java/c/i/a/f/e/k/e.java b/app/src/main/java/c/i/a/f/e/k/e.java index 431858fbe7..e561351617 100644 --- a/app/src/main/java/c/i/a/f/e/k/e.java +++ b/app/src/main/java/c/i/a/f/e/k/e.java @@ -21,7 +21,7 @@ public abstract class e { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1056c; + public final String f1058c; public final int d; public final boolean e; @@ -29,7 +29,7 @@ public abstract class e { AnimatableValueParser.w(str); this.b = str; AnimatableValueParser.w(str2); - this.f1056c = str2; + this.f1058c = str2; this.d = i; this.e = z2; } @@ -42,11 +42,11 @@ public abstract class e { return false; } a aVar = (a) obj; - return AnimatableValueParser.j0(this.b, aVar.b) && AnimatableValueParser.j0(this.f1056c, aVar.f1056c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e; + return AnimatableValueParser.j0(this.b, aVar.b) && AnimatableValueParser.j0(this.f1058c, aVar.f1058c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e; } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.b, this.f1056c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); + return Arrays.hashCode(new Object[]{this.b, this.f1058c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); } public final String toString() { diff --git a/app/src/main/java/c/i/a/f/e/k/e0.java b/app/src/main/java/c/i/a/f/e/k/e0.java index 00ab2d7199..051601040a 100644 --- a/app/src/main/java/c/i/a/f/e/k/e0.java +++ b/app/src/main/java/c/i/a/f/e/k/e0.java @@ -13,7 +13,7 @@ import java.util.HashMap; public final class e0 extends e { /* renamed from: c reason: collision with root package name */ - public final HashMap f1057c = new HashMap<>(); + public final HashMap f1059c = new HashMap<>(); public final Context d; public final Handler e; public final a f; @@ -32,13 +32,13 @@ public final class e0 extends e { public final boolean b(e.a aVar, ServiceConnection serviceConnection, String str) { boolean z2; AnimatableValueParser.z(serviceConnection, "ServiceConnection must not be null"); - synchronized (this.f1057c) { - g0 g0Var = this.f1057c.get(aVar); + synchronized (this.f1059c) { + g0 g0Var = this.f1059c.get(aVar); if (g0Var == null) { g0Var = new g0(this, aVar); g0Var.i.put(serviceConnection, serviceConnection); g0Var.a(str); - this.f1057c.put(aVar, g0Var); + this.f1059c.put(aVar, g0Var); } else { this.e.removeMessages(0, aVar); if (!g0Var.i.containsKey(serviceConnection)) { @@ -65,8 +65,8 @@ public final class e0 extends e { @Override // c.i.a.f.e.k.e public final void c(e.a aVar, ServiceConnection serviceConnection, String str) { AnimatableValueParser.z(serviceConnection, "ServiceConnection must not be null"); - synchronized (this.f1057c) { - g0 g0Var = this.f1057c.get(aVar); + synchronized (this.f1059c) { + g0 g0Var = this.f1059c.get(aVar); if (g0Var == null) { String valueOf = String.valueOf(aVar); StringBuilder sb = new StringBuilder(valueOf.length() + 50); diff --git a/app/src/main/java/c/i/a/f/e/k/f0.java b/app/src/main/java/c/i/a/f/e/k/f0.java index 5170806771..354d1e2eaa 100644 --- a/app/src/main/java/c/i/a/f/e/k/f0.java +++ b/app/src/main/java/c/i/a/f/e/k/f0.java @@ -18,9 +18,9 @@ public final class f0 implements Handler.Callback { public final boolean handleMessage(Message message) { int i = message.what; if (i == 0) { - synchronized (this.i.f1057c) { + synchronized (this.i.f1059c) { e.a aVar = (e.a) message.obj; - g0 g0Var = this.i.f1057c.get(aVar); + g0 g0Var = this.i.f1059c.get(aVar); if (g0Var != null && g0Var.i.isEmpty()) { if (g0Var.k) { g0Var.o.e.removeMessages(1, g0Var.m); @@ -29,16 +29,16 @@ public final class f0 implements Handler.Callback { g0Var.k = false; g0Var.j = 2; } - this.i.f1057c.remove(aVar); + this.i.f1059c.remove(aVar); } } return true; } else if (i != 1) { return false; } else { - synchronized (this.i.f1057c) { + synchronized (this.i.f1059c) { e.a aVar2 = (e.a) message.obj; - g0 g0Var2 = this.i.f1057c.get(aVar2); + g0 g0Var2 = this.i.f1059c.get(aVar2); if (g0Var2 != null && g0Var2.j == 3) { String valueOf = String.valueOf(aVar2); StringBuilder sb = new StringBuilder(valueOf.length() + 47); @@ -51,7 +51,7 @@ public final class f0 implements Handler.Callback { componentName = null; } if (componentName == null) { - String str = aVar2.f1056c; + String str = aVar2.f1058c; Objects.requireNonNull(str, "null reference"); componentName = new ComponentName(str, "unknown"); } diff --git a/app/src/main/java/c/i/a/f/e/k/g0.java b/app/src/main/java/c/i/a/f/e/k/g0.java index c4cc9f02eb..44050c4b14 100644 --- a/app/src/main/java/c/i/a/f/e/k/g0.java +++ b/app/src/main/java/c/i/a/f/e/k/g0.java @@ -49,7 +49,7 @@ public final class g0 implements ServiceConnection, i0 { bundle = context.getContentResolver().call(e.a.a, "serviceIntentCall", (String) null, bundle2); } catch (IllegalArgumentException e) { String valueOf = String.valueOf(e); - c.d.b.a.a.Y(valueOf.length() + 34, "Dynamic intent resolution failed: ", valueOf, "ConnectionStatusConfig"); + c.d.b.a.a.X(valueOf.length() + 34, "Dynamic intent resolution failed: ", valueOf, "ConnectionStatusConfig"); bundle = null; } if (bundle != null) { @@ -61,7 +61,7 @@ public final class g0 implements ServiceConnection, i0 { } } if (intent2 == null) { - intent = new Intent(aVar2.b).setPackage(aVar2.f1056c); + intent = new Intent(aVar2.b).setPackage(aVar2.f1058c); } d = aVar.d(context, str, intent2, this, this.m.d); this.k = d; @@ -91,7 +91,7 @@ public final class g0 implements ServiceConnection, i0 { @Override // android.content.ServiceConnection public final void onServiceConnected(ComponentName componentName, IBinder iBinder) { - synchronized (this.o.f1057c) { + synchronized (this.o.f1059c) { this.o.e.removeMessages(1, this.m); this.l = iBinder; this.n = componentName; @@ -104,7 +104,7 @@ public final class g0 implements ServiceConnection, i0 { @Override // android.content.ServiceConnection public final void onServiceDisconnected(ComponentName componentName) { - synchronized (this.o.f1057c) { + synchronized (this.o.f1059c) { this.o.e.removeMessages(1, this.m); this.l = null; this.n = componentName; diff --git a/app/src/main/java/c/i/a/f/e/k/q0.java b/app/src/main/java/c/i/a/f/e/k/q0.java index d63614f597..b11175e42e 100644 --- a/app/src/main/java/c/i/a/f/e/k/q0.java +++ b/app/src/main/java/c/i/a/f/e/k/q0.java @@ -13,7 +13,7 @@ public final class q0 { @Nullable /* renamed from: c reason: collision with root package name */ - public static String f1058c; + public static String f1060c; public static int d; public static void a(Context context) { @@ -23,7 +23,7 @@ public final class q0 { try { Bundle bundle = b.a(context).a(context.getPackageName(), 128).metaData; if (bundle != null) { - f1058c = bundle.getString("com.google.app.id"); + f1060c = bundle.getString("com.google.app.id"); d = bundle.getInt("com.google.android.gms.version"); } } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/f/e/k/s0.java b/app/src/main/java/c/i/a/f/e/k/s0.java index a2ab6209fb..0cebac23a7 100644 --- a/app/src/main/java/c/i/a/f/e/k/s0.java +++ b/app/src/main/java/c/i/a/f/e/k/s0.java @@ -9,30 +9,30 @@ public final class s0 implements Parcelable.Creator /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final RootTelemetryConfiguration createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; boolean z2 = false; boolean z3 = false; int i2 = 0; int i3 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i4 = 65535 & readInt; if (i4 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i4 == 2) { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } else if (i4 == 3) { - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); } else if (i4 == 4) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i4 != 5) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i3 = AnimatableValueParser.g2(parcel, readInt); + i3 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new RootTelemetryConfiguration(i, z2, z3, i2, i3); } diff --git a/app/src/main/java/c/i/a/f/e/k/t.java b/app/src/main/java/c/i/a/f/e/k/t.java index fc0cdb1ab9..1275051370 100644 --- a/app/src/main/java/c/i/a/f/e/k/t.java +++ b/app/src/main/java/c/i/a/f/e/k/t.java @@ -15,12 +15,12 @@ public final class t implements d.a { public final /* synthetic */ TaskCompletionSource b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ l.a f1059c; + public final /* synthetic */ l.a f1061c; public t(d dVar, TaskCompletionSource taskCompletionSource, l.a aVar, l.b bVar) { this.a = dVar; this.b = taskCompletionSource; - this.f1059c = aVar; + this.f1061c = aVar; } @Override // c.i.a.f.e.h.d.a @@ -42,7 +42,7 @@ public final class t implements d.a { AnimatableValueParser.G(basePendingResult.f(), "Result is not ready."); h j = basePendingResult.j(); TaskCompletionSource taskCompletionSource = this.b; - taskCompletionSource.a.t(this.f1059c.a(j)); + taskCompletionSource.a.t(this.f1061c.a(j)); return; } TaskCompletionSource taskCompletionSource2 = this.b; diff --git a/app/src/main/java/c/i/a/f/e/k/x.java b/app/src/main/java/c/i/a/f/e/k/x.java index dba3eb4164..3bc531aeb5 100644 --- a/app/src/main/java/c/i/a/f/e/k/x.java +++ b/app/src/main/java/c/i/a/f/e/k/x.java @@ -11,27 +11,27 @@ public final class x implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zas createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; Account account = null; GoogleSignInAccount googleSignInAccount = null; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 2) { account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR); } else if (i3 == 3) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 != 4) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { googleSignInAccount = (GoogleSignInAccount) AnimatableValueParser.S(parcel, readInt, GoogleSignInAccount.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zas(i, account, i2, googleSignInAccount); } diff --git a/app/src/main/java/c/i/a/f/e/k/y.java b/app/src/main/java/c/i/a/f/e/k/y.java index 059dbd1d03..56425feb3c 100644 --- a/app/src/main/java/c/i/a/f/e/k/y.java +++ b/app/src/main/java/c/i/a/f/e/k/y.java @@ -11,30 +11,30 @@ public final class y implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zau createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); IBinder iBinder = null; ConnectionResult connectionResult = null; int i = 0; boolean z2 = false; boolean z3 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 == 2) { - iBinder = AnimatableValueParser.f2(parcel, readInt); + iBinder = AnimatableValueParser.g2(parcel, readInt); } else if (i2 == 3) { connectionResult = (ConnectionResult) AnimatableValueParser.S(parcel, readInt, ConnectionResult.CREATOR); } else if (i2 == 4) { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } else if (i2 != 5) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zau(i, iBinder, connectionResult, z2, z3); } diff --git a/app/src/main/java/c/i/a/f/e/l/a.java b/app/src/main/java/c/i/a/f/e/l/a.java index 5780130fda..d6f6daa560 100644 --- a/app/src/main/java/c/i/a/f/e/l/a.java +++ b/app/src/main/java/c/i/a/f/e/l/a.java @@ -11,23 +11,23 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1060c; + public final int f1062c; public a(@RecentlyNonNull String str, @RecentlyNonNull String... strArr) { String str2; if (strArr.length == 0) { str2 = ""; } else { - StringBuilder J = c.d.b.a.a.J('['); + StringBuilder H = c.d.b.a.a.H('['); for (String str3 : strArr) { - if (J.length() > 1) { - J.append(","); + if (H.length() > 1) { + H.append(","); } - J.append(str3); + H.append(str3); } - J.append(']'); - J.append(' '); - str2 = J.toString(); + H.append(']'); + H.append(' '); + str2 = H.toString(); } this.b = str2; this.a = str; @@ -36,11 +36,11 @@ public class a { while (7 >= i && !Log.isLoggable(this.a, i)) { i++; } - this.f1060c = i; + this.f1062c = i; } public void a(@RecentlyNonNull String str, @Nullable Object... objArr) { - if (this.f1060c <= 3) { + if (this.f1062c <= 3) { String str2 = this.a; if (objArr.length > 0) { str = String.format(Locale.US, str, objArr); diff --git a/app/src/main/java/c/i/a/f/e/n/a.java b/app/src/main/java/c/i/a/f/e/n/a.java index e04c4d9ecc..ec10938bc5 100644 --- a/app/src/main/java/c/i/a/f/e/n/a.java +++ b/app/src/main/java/c/i/a/f/e/n/a.java @@ -18,7 +18,7 @@ public class a { public static volatile a b; /* renamed from: c reason: collision with root package name */ - public ConcurrentHashMap f1061c = new ConcurrentHashMap<>(); + public ConcurrentHashMap f1063c = new ConcurrentHashMap<>(); @RecentlyNonNull public static a b() { @@ -41,7 +41,7 @@ public class a { @SuppressLint({"UntrackedBindService"}) public void c(@RecentlyNonNull Context context, @RecentlyNonNull ServiceConnection serviceConnection) { - if (!(!(serviceConnection instanceof i0)) || !this.f1061c.containsKey(serviceConnection)) { + if (!(!(serviceConnection instanceof i0)) || !this.f1063c.containsKey(serviceConnection)) { try { context.unbindService(serviceConnection); } catch (IllegalArgumentException | IllegalStateException unused) { @@ -49,11 +49,11 @@ public class a { } else { try { try { - context.unbindService(this.f1061c.get(serviceConnection)); + context.unbindService(this.f1063c.get(serviceConnection)); } catch (IllegalArgumentException | IllegalStateException unused2) { } } finally { - this.f1061c.remove(serviceConnection); + this.f1063c.remove(serviceConnection); } } } @@ -76,7 +76,7 @@ public class a { return false; } if (!(serviceConnection instanceof i0)) { - ServiceConnection putIfAbsent = this.f1061c.putIfAbsent(serviceConnection, serviceConnection); + ServiceConnection putIfAbsent = this.f1063c.putIfAbsent(serviceConnection, serviceConnection); if (!(putIfAbsent == null || serviceConnection == putIfAbsent)) { Log.w("ConnectionTracker", String.format("Duplicate binding with the same ServiceConnection: %s, %s, %s.", serviceConnection, str, intent.getAction())); } @@ -85,7 +85,7 @@ public class a { if (!z3) { } } finally { - this.f1061c.remove(serviceConnection, serviceConnection); + this.f1063c.remove(serviceConnection, serviceConnection); } } else { z3 = context.bindService(intent, serviceConnection, i); diff --git a/app/src/main/java/c/i/a/f/e/o/c.java b/app/src/main/java/c/i/a/f/e/o/c.java index 22f43667df..0fc868534d 100644 --- a/app/src/main/java/c/i/a/f/e/o/c.java +++ b/app/src/main/java/c/i/a/f/e/o/c.java @@ -131,7 +131,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public static Boolean f1062c; + public static Boolean f1064c; @Nullable public static Boolean d; public static Boolean e; @@ -452,7 +452,7 @@ public final class c { @WorkerThread public static Set K0(SQLiteDatabase sQLiteDatabase, String str) { HashSet hashSet = new HashSet(); - Cursor rawQuery = sQLiteDatabase.rawQuery(c.d.b.a.a.f(c.d.b.a.a.b(str, 22), "SELECT * FROM ", str, " LIMIT 0"), null); + Cursor rawQuery = sQLiteDatabase.rawQuery(c.d.b.a.a.e(c.d.b.a.a.b(str, 22), "SELECT * FROM ", str, " LIMIT 0"), null); try { Collections.addAll(hashSet, rawQuery.getColumnNames()); return hashSet; @@ -564,7 +564,7 @@ public final class c { } else if (i == 3) { str = "M/d/yy"; } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Unknown DateFormat style: ", i)); + throw new IllegalArgumentException(c.d.b.a.a.j("Unknown DateFormat style: ", i)); } sb.append(str); sb.append(" "); @@ -575,7 +575,7 @@ public final class c { } else if (i2 == 3) { str2 = "h:mm a"; } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Unknown DateFormat style: ", i2)); + throw new IllegalArgumentException(c.d.b.a.a.j("Unknown DateFormat style: ", i2)); } sb.append(str2); return new SimpleDateFormat(sb.toString(), Locale.US); @@ -743,7 +743,7 @@ public final class c { c7 c7Var = ((u4) c6Var).zzb; if (c7Var != null) { for (int i2 = 0; i2 < c7Var.b; i2++) { - T0(sb, i, String.valueOf(c7Var.f1086c[i2] >>> 3), c7Var.d[i2]); + T0(sb, i, String.valueOf(c7Var.f1088c[i2] >>> 3), c7Var.d[i2]); } } } @@ -1077,10 +1077,10 @@ public final class c { if (i2 < 0) { throw zzij.b(); } else if (i2 == 0) { - s3Var.f1125c = ""; + s3Var.f1127c = ""; return z0; } else { - s3Var.f1125c = new String(bArr, z0, i2, w4.a); + s3Var.f1127c = new String(bArr, z0, i2, w4.a); return z0 + i2; } } @@ -1108,10 +1108,10 @@ public final class c { if (i2 < 0) { throw zzij.b(); } else if (i2 == 0) { - s3Var.f1125c = ""; + s3Var.f1127c = ""; return z0; } else { - s3Var.f1125c = k7.a.c(bArr, z0, i2); + s3Var.f1127c = k7.a.c(bArr, z0, i2); return z0 + i2; } } @@ -1134,10 +1134,10 @@ public final class c { } else if (i2 > bArr.length - z0) { throw zzij.a(); } else if (i2 == 0) { - s3Var.f1125c = t3.i; + s3Var.f1127c = t3.i; return z0; } else { - s3Var.f1125c = t3.h(bArr, z0, i2); + s3Var.f1127c = t3.h(bArr, z0, i2); return z0 + i2; } } @@ -1197,7 +1197,7 @@ public final class c { if (i2 >= 0) { return W("%s (%s) must not be greater than size (%s)", str, Integer.valueOf(i), Integer.valueOf(i2)); } - throw new IllegalArgumentException(c.d.b.a.a.k("negative size: ", i2)); + throw new IllegalArgumentException(c.d.b.a.a.j("negative size: ", i2)); } public static int e0(int i) { @@ -1217,7 +1217,7 @@ public final class c { public static ExecutorService f(String str) { ExecutorService unconfigurableExecutorService = Executors.unconfigurableExecutorService(new ThreadPoolExecutor(1, 1, 0, TimeUnit.MILLISECONDS, new LinkedBlockingQueue(), new s0(str, new AtomicLong(1)), new ThreadPoolExecutor.DiscardPolicy())); - Runtime.getRuntime().addShutdownHook(new Thread(new t0(str, unconfigurableExecutorService, 2, TimeUnit.SECONDS), c.d.b.a.a.t("Crashlytics Shutdown Hook for ", str))); + Runtime.getRuntime().addShutdownHook(new Thread(new t0(str, unconfigurableExecutorService, 2, TimeUnit.SECONDS), c.d.b.a.a.s("Crashlytics Shutdown Hook for ", str))); return unconfigurableExecutorService; } @@ -1330,7 +1330,7 @@ public final class c { } else if (i2 >= 0) { str = W("%s (%s) must be less than size (%s)", "index", Integer.valueOf(i), Integer.valueOf(i2)); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("negative size: ", i2)); + throw new IllegalArgumentException(c.d.b.a.a.j("negative size: ", i2)); } throw new IndexOutOfBoundsException(str); } @@ -1356,7 +1356,7 @@ public final class c { if (obj != null) { return obj; } - throw new NullPointerException(c.d.b.a.a.k("at index ", i)); + throw new NullPointerException(c.d.b.a.a.j("at index ", i)); } public static String l0(String str) { @@ -1382,7 +1382,7 @@ public final class c { public static void m(Object obj, Object obj2) { if (obj == null) { - throw new NullPointerException(c.d.b.a.a.s("null key in entry: null=", obj2)); + throw new NullPointerException(c.d.b.a.a.r("null key in entry: null=", obj2)); } else if (obj2 == null) { throw new NullPointerException("null value in entry: " + obj + "=null"); } @@ -1683,14 +1683,14 @@ public final class c { public static int v0(q6 q6Var, int i, byte[] bArr, int i2, int i3, b5 b5Var, s3 s3Var) throws IOException { int x0 = x0(q6Var, bArr, i2, i3, s3Var); - b5Var.add(s3Var.f1125c); + b5Var.add(s3Var.f1127c); while (x0 < i3) { int z0 = z0(bArr, x0, s3Var); if (i != s3Var.a) { break; } x0 = x0(q6Var, bArr, z0, i3, s3Var); - b5Var.add(s3Var.f1125c); + b5Var.add(s3Var.f1127c); } return x0; } @@ -1708,7 +1708,7 @@ public final class c { Object b2 = e6Var.m.b(e6Var.g); int m = e6Var.m(b2, bArr, i, i2, i3, s3Var); e6Var.d(b2); - s3Var.f1125c = b2; + s3Var.f1127c = b2; return m; } @@ -1733,7 +1733,7 @@ public final class c { int i4 = (b3 == 1 ? 1 : 0) + i3; q6Var.h(a2, bArr, i3, i4, s3Var); q6Var.d(a2); - s3Var.f1125c = a2; + s3Var.f1127c = a2; return i4; } diff --git a/app/src/main/java/c/i/a/f/e/o/i.java b/app/src/main/java/c/i/a/f/e/o/i.java index 8cf0b27472..92d1c415bd 100644 --- a/app/src/main/java/c/i/a/f/e/o/i.java +++ b/app/src/main/java/c/i/a/f/e/o/i.java @@ -18,7 +18,7 @@ public class i { @Nullable /* renamed from: c reason: collision with root package name */ - public static final Method f1063c; + public static final Method f1065c; @Nullable public static final Method d; @@ -45,7 +45,7 @@ public class i { } catch (Exception unused3) { method3 = null; } - f1063c = method3; + f1065c = method3; try { WorkSource.class.getMethod("get", Integer.TYPE); } catch (Exception unused4) { diff --git a/app/src/main/java/c/i/a/f/e/q.java b/app/src/main/java/c/i/a/f/e/q.java index e60ceb1e8c..5584b78822 100644 --- a/app/src/main/java/c/i/a/f/e/q.java +++ b/app/src/main/java/c/i/a/f/e/q.java @@ -10,27 +10,27 @@ public final class q implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final ConnectionResult createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; PendingIntent pendingIntent = null; String str = null; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 2) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 3) { pendingIntent = (PendingIntent) AnimatableValueParser.S(parcel, readInt, PendingIntent.CREATOR); } else if (i3 != 4) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new ConnectionResult(i, i2, pendingIntent, str); } diff --git a/app/src/main/java/c/i/a/f/e/r.java b/app/src/main/java/c/i/a/f/e/r.java index 242e4d816b..9930e93d42 100644 --- a/app/src/main/java/c/i/a/f/e/r.java +++ b/app/src/main/java/c/i/a/f/e/r.java @@ -9,24 +9,24 @@ public final class r implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Feature createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; int i = 0; long j = -1; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { str = AnimatableValueParser.T(parcel, readInt); } else if (i2 == 2) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new Feature(str, i, j); } diff --git a/app/src/main/java/c/i/a/f/e/s.java b/app/src/main/java/c/i/a/f/e/s.java index b59b10e323..7a62189e69 100644 --- a/app/src/main/java/c/i/a/f/e/s.java +++ b/app/src/main/java/c/i/a/f/e/s.java @@ -18,16 +18,16 @@ public final class s { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public static Context f1064c; + public static Context f1066c; public static a0 a(String str, t tVar, boolean z2, boolean z3) { o0 o0Var; try { if (a == null) { - Objects.requireNonNull(f1064c, "null reference"); + Objects.requireNonNull(f1066c, "null reference"); synchronized (b) { if (a == null) { - IBinder b2 = DynamiteModule.c(f1064c, DynamiteModule.i, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); + IBinder b2 = DynamiteModule.c(f1066c, DynamiteModule.i, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); int i = n0.a; if (b2 == null) { o0Var = null; @@ -39,9 +39,9 @@ public final class s { } } } - Objects.requireNonNull(f1064c, "null reference"); + Objects.requireNonNull(f1066c, "null reference"); try { - return a.t0(new zzj(str, tVar, z2, z3), new b(f1064c.getPackageManager())) ? a0.a : new c0(new u(z2, str, tVar), null); + return a.t0(new zzj(str, tVar, z2, z3), new b(f1066c.getPackageManager())) ? a0.a : new c0(new u(z2, str, tVar), null); } catch (RemoteException e) { Log.e("GoogleCertificates", "Failed to get Google certificates from remote", e); return a0.b("module call", e); diff --git a/app/src/main/java/c/i/a/f/e/v.java b/app/src/main/java/c/i/a/f/e/v.java index 707cb28149..9f3948f481 100644 --- a/app/src/main/java/c/i/a/f/e/v.java +++ b/app/src/main/java/c/i/a/f/e/v.java @@ -5,8 +5,8 @@ import java.lang.ref.WeakReference; public abstract class v extends t { /* renamed from: c reason: collision with root package name */ - public static final WeakReference f1065c = new WeakReference<>(null); - public WeakReference d = f1065c; + public static final WeakReference f1067c = new WeakReference<>(null); + public WeakReference d = f1067c; public v(byte[] bArr) { super(bArr); diff --git a/app/src/main/java/c/i/a/f/e/w.java b/app/src/main/java/c/i/a/f/e/w.java index 38bcfbc3d4..1bd87be13d 100644 --- a/app/src/main/java/c/i/a/f/e/w.java +++ b/app/src/main/java/c/i/a/f/e/w.java @@ -5,15 +5,15 @@ import java.util.Arrays; public final class w extends t { /* renamed from: c reason: collision with root package name */ - public final byte[] f1066c; + public final byte[] f1068c; public w(byte[] bArr) { super(Arrays.copyOfRange(bArr, 0, 25)); - this.f1066c = bArr; + this.f1068c = bArr; } @Override // c.i.a.f.e.t public final byte[] g() { - return this.f1066c; + return this.f1068c; } } diff --git a/app/src/main/java/c/i/a/f/f/b.java b/app/src/main/java/c/i/a/f/f/b.java index 99e345ad38..b39f5ced2e 100644 --- a/app/src/main/java/c/i/a/f/f/b.java +++ b/app/src/main/java/c/i/a/f/f/b.java @@ -43,7 +43,7 @@ public final class b extends a.AbstractBinderC0107a { throw new IllegalArgumentException("IObjectWrapper declared field not private!"); } } else { - throw new IllegalArgumentException(c.d.b.a.a.e(64, "Unexpected number of IObjectWrapper declared fields: ", declaredFields.length)); + throw new IllegalArgumentException(c.d.b.a.a.d(64, "Unexpected number of IObjectWrapper declared fields: ", declaredFields.length)); } } } 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 6c50e8e404..73ece61900 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.f2302c = -1; + aVar.f2305c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2302c = 1; + aVar.f2305c = 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 e765c8a88f..c6757336b7 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.f2302c = 0; + aVar.f2305c = 0; } else if (i >= aVar.b) { - aVar.f2302c = -1; + aVar.f2305c = -1; } else { - aVar.f2302c = 1; + aVar.f2305c = 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 ada9061052..63570f63cb 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.f2302c = 0; + aVar.f2305c = 0; } else if (a >= i) { - aVar.f2302c = 1; + aVar.f2305c = 1; } else { - aVar.f2302c = -1; + aVar.f2305c = -1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/h/b/a.java b/app/src/main/java/c/i/a/f/h/b/a.java index 4dac2da9eb..ff991e74c9 100644 --- a/app/src/main/java/c/i/a/f/h/b/a.java +++ b/app/src/main/java/c/i/a/f/h/b/a.java @@ -36,7 +36,7 @@ public class a extends Binder implements IInterface { } Parcelable.Creator creator = Status.CREATOR; int i3 = b.a; - AnimatableValueParser.y2(parcel.readInt() == 0 ? null : creator.createFromParcel(parcel), null, ((j) fVar).a.a); + AnimatableValueParser.z2(parcel.readInt() == 0 ? null : creator.createFromParcel(parcel), null, ((j) fVar).a.a); return true; } } diff --git a/app/src/main/java/c/i/a/f/h/c/o.java b/app/src/main/java/c/i/a/f/h/c/o.java index 1f6406b0f7..9a2aba3cda 100644 --- a/app/src/main/java/c/i/a/f/h/c/o.java +++ b/app/src/main/java/c/i/a/f/h/c/o.java @@ -20,7 +20,7 @@ public final class o extends d { a.C0099a.C0100a aVar3 = new a.C0099a.C0100a(aVar == null ? a.C0099a.i : aVar); byte[] bArr = new byte[16]; a.a.nextBytes(bArr); - aVar3.f1021c = Base64.encodeToString(bArr, 11); + aVar3.f1023c = Base64.encodeToString(bArr, 11); this.A = new a.C0099a(aVar3); } diff --git a/app/src/main/java/c/i/a/f/h/c/p.java b/app/src/main/java/c/i/a/f/h/c/p.java index 62a3fbc482..330fc6840c 100644 --- a/app/src/main/java/c/i/a/f/h/c/p.java +++ b/app/src/main/java/c/i/a/f/h/c/p.java @@ -10,17 +10,17 @@ public final class p implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzt createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Credential credential = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 1) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { credential = (Credential) AnimatableValueParser.S(parcel, readInt, Credential.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzt(credential); } diff --git a/app/src/main/java/c/i/a/f/h/c/u.java b/app/src/main/java/c/i/a/f/h/c/u.java index f1fe6eb810..510fc4cc49 100644 --- a/app/src/main/java/c/i/a/f/h/c/u.java +++ b/app/src/main/java/c/i/a/f/h/c/u.java @@ -10,17 +10,17 @@ public final class u implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzz createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Credential credential = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 1) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { credential = (Credential) AnimatableValueParser.S(parcel, readInt, Credential.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzz(credential); } diff --git a/app/src/main/java/c/i/a/f/h/d/a.java b/app/src/main/java/c/i/a/f/h/d/a.java index 99b5c01598..ebbd2f13b1 100644 --- a/app/src/main/java/c/i/a/f/h/d/a.java +++ b/app/src/main/java/c/i/a/f/h/d/a.java @@ -30,12 +30,12 @@ public final class a extends d { @Override // c.i.a.f.e.k.b, c.i.a.f.e.h.a.f public final boolean o() { - c.i.a.f.e.k.c cVar = this.f1053x; + c.i.a.f.e.k.c cVar = this.f1055x; Account account = cVar.a; if (TextUtils.isEmpty(account != null ? account.name : null)) { return false; } - if (cVar.d.get(b.f1022c) == null) { + if (cVar.d.get(b.f1024c) == null) { return !cVar.b.isEmpty(); } throw null; diff --git a/app/src/main/java/c/i/a/f/h/e/a.java b/app/src/main/java/c/i/a/f/h/e/a.java index 685e5ce83b..3aeba92549 100644 --- a/app/src/main/java/c/i/a/f/h/e/a.java +++ b/app/src/main/java/c/i/a/f/h/e/a.java @@ -58,7 +58,7 @@ public class a extends Binder implements IInterface { break; case 8: g0 g0Var = (g0) fVar; - g0Var.f1042c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); + g0Var.f1044c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); break; case 9: zag zag = (zag) b.a(parcel, zag.CREATOR); diff --git a/app/src/main/java/c/i/a/f/h/h/a.java b/app/src/main/java/c/i/a/f/h/h/a.java index 4ac48be04f..00f1579960 100644 --- a/app/src/main/java/c/i/a/f/h/h/a.java +++ b/app/src/main/java/c/i/a/f/h/h/a.java @@ -41,7 +41,7 @@ public class a extends Binder implements IInterface { Status status = (Status) b.a(parcel, Status.CREATOR); DynamicLinkData dynamicLinkData = (DynamicLinkData) b.a(parcel, DynamicLinkData.CREATOR); g gVar = (g) kVar; - AnimatableValueParser.y2(status, dynamicLinkData == null ? null : new PendingDynamicLinkData(dynamicLinkData), gVar.a); + AnimatableValueParser.z2(status, dynamicLinkData == null ? null : new PendingDynamicLinkData(dynamicLinkData), gVar.a); if (dynamicLinkData != null) { Bundle bundle = dynamicLinkData.m; if (bundle == null) { diff --git a/app/src/main/java/c/i/a/f/h/j/a0.java b/app/src/main/java/c/i/a/f/h/j/a0.java index 5f293cd9d2..f25f101a7a 100644 --- a/app/src/main/java/c/i/a/f/h/j/a0.java +++ b/app/src/main/java/c/i/a/f/h/j/a0.java @@ -8,7 +8,7 @@ public abstract class a0 { public final g b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1067c = new b0(this); + public final Runnable f1069c = new b0(this); public volatile long d; public a0(g gVar) { @@ -18,7 +18,7 @@ public abstract class a0 { public final void a() { this.d = 0; - b().removeCallbacks(this.f1067c); + b().removeCallbacks(this.f1069c); } public final Handler b() { @@ -46,7 +46,7 @@ public abstract class a0 { if (j >= 0) { Objects.requireNonNull((d) this.b.d); this.d = System.currentTimeMillis(); - if (!b().postDelayed(this.f1067c, j)) { + if (!b().postDelayed(this.f1069c, j)) { this.b.c().B("Failed to schedule delayed post. time", Long.valueOf(j)); } } diff --git a/app/src/main/java/c/i/a/f/h/j/a1.java b/app/src/main/java/c/i/a/f/h/j/a1.java index 5f41d3f385..c1dfa1f6b4 100644 --- a/app/src/main/java/c/i/a/f/h/j/a1.java +++ b/app/src/main/java/c/i/a/f/h/j/a1.java @@ -38,7 +38,7 @@ public final class a1 extends e { if (bundle != null && (i = bundle.getInt("com.google.android.gms.analytics.globalConfigResource")) > 0) { g0 g0Var = new g0(this.i); try { - i0Var = g0Var.I(g0Var.i.f1075c.getResources().getXml(i)); + i0Var = g0Var.I(g0Var.i.f1077c.getResources().getXml(i)); } catch (Resources.NotFoundException e2) { g0Var.x("inflate() called with unknown resourceId", e2); } @@ -55,7 +55,7 @@ public final class a1 extends e { this.k = str2; d("XML config - app version", str2); } - String str3 = i0Var.f1076c; + String str3 = i0Var.f1078c; if (str3 != null) { String lowerCase = str3.toLowerCase(Locale.US); int i2 = "verbose".equals(lowerCase) ? 0 : "info".equals(lowerCase) ? 1 : "warning".equals(lowerCase) ? 2 : "error".equals(lowerCase) ? 3 : -1; diff --git a/app/src/main/java/c/i/a/f/h/j/b1.java b/app/src/main/java/c/i/a/f/h/j/b1.java index a857e9ae79..fab0cdb90f 100644 --- a/app/src/main/java/c/i/a/f/h/j/b1.java +++ b/app/src/main/java/c/i/a/f/h/j/b1.java @@ -16,7 +16,7 @@ public final class b1 { public static final Method b; /* renamed from: c reason: collision with root package name */ - public static volatile d1 f1068c = c1.a; + public static volatile d1 f1070c = c1.a; /* JADX WARNING: Removed duplicated region for block: B:12:0x003b */ static { diff --git a/app/src/main/java/c/i/a/f/h/j/e0.java b/app/src/main/java/c/i/a/f/h/j/e0.java index 2394d56e1b..bbe47761a7 100644 --- a/app/src/main/java/c/i/a/f/h/j/e0.java +++ b/app/src/main/java/c/i/a/f/h/j/e0.java @@ -10,7 +10,7 @@ public final class e0 { public static f0 b = f0.c("analytics.log_tag", "GAv4", "GAv4-SVC"); /* renamed from: c reason: collision with root package name */ - public static f0 f1069c = f0.b("analytics.local_dispatch_millis", 1800000, 120000); + public static f0 f1071c = f0.b("analytics.local_dispatch_millis", 1800000, 120000); public static f0 d = f0.b("analytics.initial_local_dispatch_millis", 5000, 5000); public static f0 e = f0.b("analytics.dispatch_alarm_millis", 7200000, 7200000); public static f0 f = f0.b("analytics.max_dispatch_alarm_millis", 32400000, 32400000); @@ -28,20 +28,20 @@ public final class e0 { public static f0 r = f0.a("analytics.max_batch_post_length", 8192, 8192); /* renamed from: s reason: collision with root package name */ - public static f0 f1070s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); + public static f0 f1072s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); public static f0 t = f0.a("analytics.batch_retry_interval.seconds.k", 3600, 3600); public static f0 u = f0.a("analytics.http_connection.connect_timeout_millis", 60000, 60000); public static f0 v = f0.a("analytics.http_connection.read_timeout_millis", 61000, 61000); public static f0 w = f0.d("analytics.test.disable_receiver", false, false); /* renamed from: x reason: collision with root package name */ - public static f0 f1071x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); + public static f0 f1073x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); /* renamed from: y reason: collision with root package name */ - public static f0 f1072y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); + public static f0 f1074y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); /* renamed from: z reason: collision with root package name */ - public static f0 f1073z = f0.b("analytics.service_client.reconnect_throttle_millis", 1800000, 1800000); + public static f0 f1075z = f0.b("analytics.service_client.reconnect_throttle_millis", 1800000, 1800000); static { f0.d("analytics.service_enabled", false, false); diff --git a/app/src/main/java/c/i/a/f/h/j/f1.java b/app/src/main/java/c/i/a/f/h/j/f1.java index 6eaf18c9a5..2d705df967 100644 --- a/app/src/main/java/c/i/a/f/h/j/f1.java +++ b/app/src/main/java/c/i/a/f/h/j/f1.java @@ -7,14 +7,14 @@ public final class f1 extends e { public String b; /* renamed from: c reason: collision with root package name */ - public String f1074c; + public String f1076c; public String d; public final String toString() { HashMap hashMap = new HashMap(); hashMap.put("appName", this.a); hashMap.put("appVersion", this.b); - hashMap.put("appId", this.f1074c); + hashMap.put("appId", this.f1076c); hashMap.put("appInstallerId", this.d); return e.a(hashMap, 0); } diff --git a/app/src/main/java/c/i/a/f/h/j/g.java b/app/src/main/java/c/i/a/f/h/j/g.java index a8f9491704..cb8f8ddea9 100644 --- a/app/src/main/java/c/i/a/f/h/j/g.java +++ b/app/src/main/java/c/i/a/f/h/j/g.java @@ -16,7 +16,7 @@ public class g { public final Context b; /* renamed from: c reason: collision with root package name */ - public final Context f1075c; + public final Context f1077c; public final b d; public final z e = new z(this); public final m0 f; @@ -32,7 +32,7 @@ public class g { Context context2 = iVar.b; Objects.requireNonNull(context2, "null reference"); this.b = context; - this.f1075c = context2; + this.f1077c = context2; d dVar = d.a; this.d = dVar; m0 m0Var = new m0(this); @@ -40,7 +40,7 @@ public class g { this.f = m0Var; m0 c2 = c(); String str = f.a; - c2.a(4, a.f(a.b(str, 134), "Google Analytics ", str, " is starting up. To enable debug logging on a device run:\n adb shell setprop log.tag.GAv4 DEBUG\n adb logcat -s GAv4"), null, null, null); + c2.a(4, a.e(a.b(str, 134), "Google Analytics ", str, " is starting up. To enable debug logging on a device run:\n adb shell setprop log.tag.GAv4 DEBUG\n adb logcat -s GAv4"), null, null, null); p0 p0Var = new p0(this); p0Var.K(); this.k = p0Var; diff --git a/app/src/main/java/c/i/a/f/h/j/h0.java b/app/src/main/java/c/i/a/f/h/j/h0.java index 15c73e3498..a55dfad403 100644 --- a/app/src/main/java/c/i/a/f/h/j/h0.java +++ b/app/src/main/java/c/i/a/f/h/j/h0.java @@ -29,7 +29,7 @@ public final class h0 { } else if ("ga_appVersion".equals(str)) { this.b.b = str2; } else if ("ga_logLevel".equals(str)) { - this.b.f1076c = str2; + this.b.f1078c = str2; } else { this.a.c().x("String xml configuration name not recognized", str); } diff --git a/app/src/main/java/c/i/a/f/h/j/i0.java b/app/src/main/java/c/i/a/f/h/j/i0.java index e1abca721e..ef066fd3cf 100644 --- a/app/src/main/java/c/i/a/f/h/j/i0.java +++ b/app/src/main/java/c/i/a/f/h/j/i0.java @@ -4,7 +4,7 @@ public final class i0 { public String b; /* renamed from: c reason: collision with root package name */ - public String f1076c; + public String f1078c; public int d = -1; public int e = -1; } diff --git a/app/src/main/java/c/i/a/f/h/j/j.java b/app/src/main/java/c/i/a/f/h/j/j.java index 12b9dccc8c..291b718515 100644 --- a/app/src/main/java/c/i/a/f/h/j/j.java +++ b/app/src/main/java/c/i/a/f/h/j/j.java @@ -66,6 +66,6 @@ public final class j extends e { public final void T() { this.n.a(); - this.m.e(e0.f1071x.a.longValue()); + this.m.e(e0.f1073x.a.longValue()); } } diff --git a/app/src/main/java/c/i/a/f/h/j/j0.java b/app/src/main/java/c/i/a/f/h/j/j0.java index 6456cd34af..0f8e939fe3 100644 --- a/app/src/main/java/c/i/a/f/h/j/j0.java +++ b/app/src/main/java/c/i/a/f/h/j/j0.java @@ -14,7 +14,7 @@ public final class j0 { public final List b = Collections.emptyList(); /* renamed from: c reason: collision with root package name */ - public final long f1077c; + public final long f1079c; public final long d; public final int e; public final boolean f; @@ -26,7 +26,7 @@ public final class j0 { Objects.requireNonNull(map, "null reference"); this.d = j; this.f = z2; - this.f1077c = j2; + this.f1079c = j2; this.e = i; TextUtils.isEmpty(null); this.g = null; @@ -92,15 +92,15 @@ public final class j0 { } public final String toString() { - StringBuilder L = a.L("ht="); - L.append(this.d); - if (this.f1077c != 0) { - L.append(", dbId="); - L.append(this.f1077c); + StringBuilder K = a.K("ht="); + K.append(this.d); + if (this.f1079c != 0) { + K.append(", dbId="); + K.append(this.f1079c); } if (this.e != 0) { - L.append(", appUID="); - L.append(this.e); + K.append(", appUID="); + K.append(this.e); } ArrayList arrayList = new ArrayList(this.a.keySet()); Collections.sort(arrayList); @@ -110,11 +110,11 @@ public final class j0 { Object obj = arrayList.get(i); i++; String str = (String) obj; - L.append(", "); - L.append(str); - L.append("="); - L.append(this.a.get(str)); + K.append(", "); + K.append(str); + K.append("="); + K.append(this.a.get(str)); } - return L.toString(); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/f/h/j/m0.java b/app/src/main/java/c/i/a/f/h/j/m0.java index 8ea62eadc9..5a1b344df6 100644 --- a/app/src/main/java/c/i/a/f/h/j/m0.java +++ b/app/src/main/java/c/i/a/f/h/j/m0.java @@ -27,12 +27,12 @@ public class m0 extends e { str = ""; } String valueOf = String.valueOf(Math.abs(l.longValue())); - StringBuilder L = a.L(str); - L.append(Math.round(Math.pow(10.0d, (double) (valueOf.length() - 1)))); - L.append("..."); - L.append(str); - L.append(Math.round(Math.pow(10.0d, (double) valueOf.length()) - 1.0d)); - return L.toString(); + StringBuilder K = a.K(str); + K.append(Math.round(Math.pow(10.0d, (double) (valueOf.length() - 1)))); + K.append("..."); + K.append(str); + K.append(Math.round(Math.pow(10.0d, (double) valueOf.length()) - 1.0d)); + return K.toString(); } @Override // c.i.a.f.h.j.e diff --git a/app/src/main/java/c/i/a/f/h/j/n0.java b/app/src/main/java/c/i/a/f/h/j/n0.java index 486c325198..3a372b9a6d 100644 --- a/app/src/main/java/c/i/a/f/h/j/n0.java +++ b/app/src/main/java/c/i/a/f/h/j/n0.java @@ -12,7 +12,7 @@ public class n0 extends BroadcastReceiver { public final g b; /* renamed from: c reason: collision with root package name */ - public boolean f1078c; + public boolean f1080c; public boolean d; public n0(g gVar) { @@ -21,9 +21,9 @@ public class n0 extends BroadcastReceiver { } public final void a() { - if (this.f1078c) { + if (this.f1080c) { this.b.c().C("Unregistering connectivity change receiver"); - this.f1078c = false; + this.f1080c = false; this.d = false; try { this.b.b.unregisterReceiver(this); diff --git a/app/src/main/java/c/i/a/f/h/j/o0.java b/app/src/main/java/c/i/a/f/h/j/o0.java index 1844834dc5..0929c54132 100644 --- a/app/src/main/java/c/i/a/f/h/j/o0.java +++ b/app/src/main/java/c/i/a/f/h/j/o0.java @@ -184,7 +184,7 @@ public final class o0 extends e { } catch (NumberFormatException unused) { j = 0; } - S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1077c)); + S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1079c)); } return sb.toString(); } catch (UnsupportedEncodingException e) { @@ -336,7 +336,7 @@ public final class o0 extends e { if (z5) { break; } - arrayList.add(Long.valueOf(j0Var.f1077c)); + arrayList.add(Long.valueOf(j0Var.f1079c)); } z5 = false; if (z5) { @@ -490,11 +490,11 @@ public final class o0 extends e { if (j0Var2.f) { String d = z.d(); String f = z.f(); - str3 = a.g(R2.length() + a.b(f, a.b(d, 1)), d, f, "?", R2); + str3 = a.f(R2.length() + a.b(f, a.b(d, 1)), d, f, "?", R2); } else { String e10 = z.e(); String f2 = z.f(); - str3 = a.g(R2.length() + a.b(f2, a.b(e10, 1)), e10, f2, "?", R2); + str3 = a.f(R2.length() + a.b(f2, a.b(e10, 1)), e10, f2, "?", R2); } try { url2 = new URL(str3); @@ -598,7 +598,7 @@ public final class o0 extends e { if (z4) { break; } - arrayList2.add(Long.valueOf(j0Var2.f1077c)); + arrayList2.add(Long.valueOf(j0Var2.f1079c)); if (arrayList2.size() >= z.c()) { break; } diff --git a/app/src/main/java/c/i/a/f/h/j/p.java b/app/src/main/java/c/i/a/f/h/j/p.java index 123a6558ac..06c6ba187f 100644 --- a/app/src/main/java/c/i/a/f/h/j/p.java +++ b/app/src/main/java/c/i/a/f/h/j/p.java @@ -23,7 +23,7 @@ public final class p extends SQLiteOpenHelper { public static Set b(SQLiteDatabase sQLiteDatabase, String str) { String[] columnNames; HashSet hashSet = new HashSet(); - Cursor rawQuery = sQLiteDatabase.rawQuery(a.f(str.length() + 22, "SELECT * FROM ", str, " LIMIT 0"), null); + Cursor rawQuery = sQLiteDatabase.rawQuery(a.e(str.length() + 22, "SELECT * FROM ", str, " LIMIT 0"), null); try { for (String str2 : rawQuery.getColumnNames()) { hashSet.add(str2); @@ -93,7 +93,7 @@ public final class p extends SQLiteOpenHelper { m0Var.B(str, str2); } else { if (str2 != null) { - str = a.f(str2.length() + 23, str, ":", str2); + str = a.e(str2.length() + 23, str, ":", str2); } Log.e(e0.b.a, str); } diff --git a/app/src/main/java/c/i/a/f/h/j/q.java b/app/src/main/java/c/i/a/f/h/j/q.java index e9b5773d96..66d8dc69c5 100644 --- a/app/src/main/java/c/i/a/f/h/j/q.java +++ b/app/src/main/java/c/i/a/f/h/j/q.java @@ -21,7 +21,7 @@ public final class q extends e { f1 f1Var = new f1(); PackageManager packageManager = r.b.getPackageManager(); String packageName = r.b.getPackageName(); - f1Var.f1074c = packageName; + f1Var.f1076c = packageName; f1Var.d = packageManager.getInstallerPackageName(packageName); String str = null; try { @@ -51,8 +51,8 @@ public final class q extends e { if (!TextUtils.isEmpty(f1Var2.b)) { f1Var3.b = f1Var2.b; } - if (!TextUtils.isEmpty(f1Var2.f1074c)) { - f1Var3.f1074c = f1Var2.f1074c; + if (!TextUtils.isEmpty(f1Var2.f1076c)) { + f1Var3.f1076c = f1Var2.f1076c; } if (!TextUtils.isEmpty(f1Var2.d)) { f1Var3.d = f1Var2.d; diff --git a/app/src/main/java/c/i/a/f/h/j/r.java b/app/src/main/java/c/i/a/f/h/j/r.java index 5dfd29d0e6..d49c4f7ec2 100644 --- a/app/src/main/java/c/i/a/f/h/j/r.java +++ b/app/src/main/java/c/i/a/f/h/j/r.java @@ -31,7 +31,7 @@ public final class r extends e { public final a0 r; /* renamed from: s reason: collision with root package name */ - public final y0 f1079s; + public final y0 f1081s; public long t; public boolean u; @@ -41,7 +41,7 @@ public final class r extends e { this.l = new o(gVar); this.m = new o0(gVar); this.o = new j(gVar); - this.f1079s = new y0(this.i.d); + this.f1081s = new y0(this.i.d); this.q = new s(this, gVar); this.r = new t(this, gVar); } @@ -82,7 +82,7 @@ public final class r extends e { } arrayList.remove(j0Var); try { - this.l.W(j0Var.f1077c); + this.l.W(j0Var.f1079c); } catch (SQLiteException e) { B("Failed to remove hit that was send for delivery", e); W(); @@ -143,8 +143,8 @@ public final class r extends e { public final void S() { k0 k0Var; if (!this.u && e0.a.a.booleanValue() && !this.o.R()) { - if (this.f1079s.b(e0.f1073z.a.longValue())) { - this.f1079s.a(); + if (this.f1081s.b(e0.f1075z.a.longValue())) { + this.f1081s.a(); C("Connecting to service"); j jVar = this.o; Objects.requireNonNull(jVar); @@ -170,7 +170,7 @@ public final class r extends e { lVar.j = false; } else { try { - lVar.wait(e0.f1072y.a.longValue()); + lVar.wait(e0.f1074y.a.longValue()); } catch (InterruptedException unused) { lVar.k.G("Wait for service connect was interrupted"); } @@ -192,7 +192,7 @@ public final class r extends e { } if (z2) { C("Connected to service"); - this.f1079s.b = 0; + this.f1081s.b = 0; Q(); } } @@ -234,7 +234,7 @@ public final class r extends e { b("Hits loaded from store. count", Integer.valueOf(arrayList2.size())); Iterator it = arrayList2.iterator(); while (it.hasNext()) { - if (((j0) it.next()).f1077c == j) { + if (((j0) it.next()).f1079c == j) { z("Database contains successfully uploaded hit", Long.valueOf(j), Integer.valueOf(arrayList2.size())); W(); try { @@ -253,12 +253,12 @@ public final class r extends e { if (!this.o.S(j0Var)) { break; } - j = Math.max(j, j0Var.f1077c); + j = Math.max(j, j0Var.f1079c); arrayList2.remove(j0Var); d("Hit sent do device AnalyticsService for delivery", j0Var); try { - this.l.W(j0Var.f1077c); - arrayList.add(Long.valueOf(j0Var.f1077c)); + this.l.W(j0Var.f1079c); + arrayList.add(Long.valueOf(j0Var.f1079c)); } catch (SQLiteException e3) { B("Failed to remove hit that was send for delivery", e3); W(); @@ -365,7 +365,7 @@ public final class r extends e { n0 n0Var = this.n; n0Var.b.c(); n0Var.b.e(); - if (!n0Var.f1078c) { + if (!n0Var.f1080c) { Context context = n0Var.b.b; context.registerReceiver(n0Var, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); IntentFilter intentFilter = new IntentFilter("com.google.analytics.RADIO_POWERED"); @@ -373,10 +373,10 @@ public final class r extends e { context.registerReceiver(n0Var, intentFilter); n0Var.d = n0Var.b(); n0Var.b.c().b("Registering connectivity change receiver. Network connected", Boolean.valueOf(n0Var.d)); - n0Var.f1078c = true; + n0Var.f1080c = true; } n0 n0Var2 = this.n; - if (!n0Var2.f1078c) { + if (!n0Var2.f1080c) { n0Var2.b.c().G("Connectivity unknown. Receiver not registered"); } z2 = n0Var2.d; @@ -415,8 +415,8 @@ public final class r extends e { if (abs >= 0) { j3 = abs; } - a0Var2.b().removeCallbacks(a0Var2.f1067c); - if (!a0Var2.b().postDelayed(a0Var2.f1067c, j3)) { + a0Var2.b().removeCallbacks(a0Var2.f1069c); + if (!a0Var2.b().postDelayed(a0Var2.f1069c, j3)) { a0Var2.b.c().B("Failed to adjust delayed post. time", Long.valueOf(j3)); return; } @@ -471,7 +471,7 @@ public final class r extends e { Method method = b1.a; JobScheduler jobScheduler = (JobScheduler) context.getSystemService("jobscheduler"); if (b1.a != null) { - Objects.requireNonNull((c1) b1.f1068c); + Objects.requireNonNull((c1) b1.f1070c); } jobScheduler.schedule(build); return; @@ -502,7 +502,7 @@ public final class r extends e { if (j != Long.MIN_VALUE) { return j; } - long longValue = e0.f1069c.a.longValue(); + long longValue = e0.f1071c.a.longValue(); a1 t = t(); t.N(); if (!t.m) { diff --git a/app/src/main/java/c/i/a/f/h/j/s0.java b/app/src/main/java/c/i/a/f/h/j/s0.java index ef56f2e444..4804145538 100644 --- a/app/src/main/java/c/i/a/f/h/j/s0.java +++ b/app/src/main/java/c/i/a/f/h/j/s0.java @@ -8,16 +8,16 @@ public final class s0 { public static a b; /* renamed from: c reason: collision with root package name */ - public static Boolean f1080c; + public static Boolean f1082c; public static boolean a(Context context) { Objects.requireNonNull(context, "null reference"); - Boolean bool = f1080c; + Boolean bool = f1082c; if (bool != null) { return bool.booleanValue(); } boolean a2 = z0.a(context, "com.google.android.gms.analytics.AnalyticsReceiver", false); - f1080c = Boolean.valueOf(a2); + f1082c = Boolean.valueOf(a2); return a2; } } diff --git a/app/src/main/java/c/i/a/f/h/j/t0.java b/app/src/main/java/c/i/a/f/h/j/t0.java index 77de17602d..4d00f70890 100644 --- a/app/src/main/java/c/i/a/f/h/j/t0.java +++ b/app/src/main/java/c/i/a/f/h/j/t0.java @@ -15,10 +15,10 @@ public final class t0 { public final Handler b = new e1(); /* renamed from: c reason: collision with root package name */ - public final T f1081c; + public final T f1083c; public t0(T t) { - this.f1081c = t; + this.f1083c = t; } public static boolean c(Context context) { @@ -44,13 +44,13 @@ public final class t0 { try { synchronized (s0.a) { a aVar = s0.b; - if (aVar != null && aVar.f1216c.isHeld()) { + if (aVar != null && aVar.f1218c.isHeld()) { aVar.b(); } } } catch (SecurityException unused) { } - m0 c2 = g.b(this.f1081c).c(); + m0 c2 = g.b(this.f1083c).c(); if (intent == null) { c2.G("AnalyticsService started with null intent"); return 2; @@ -64,7 +64,7 @@ public final class t0 { } public final void b(Runnable runnable) { - a e = g.b(this.f1081c).e(); + a e = g.b(this.f1083c).e(); w0 w0Var = new w0(this, runnable); e.N(); e.r().a(new c(e, w0Var)); diff --git a/app/src/main/java/c/i/a/f/h/j/u0.java b/app/src/main/java/c/i/a/f/h/j/u0.java index ab339d942e..1becf4988e 100644 --- a/app/src/main/java/c/i/a/f/h/j/u0.java +++ b/app/src/main/java/c/i/a/f/h/j/u0.java @@ -15,7 +15,7 @@ public final /* synthetic */ class u0 implements Runnable { t0 t0Var = this.i; int i = this.j; m0 m0Var = this.k; - if (t0Var.f1081c.b(i)) { + if (t0Var.f1083c.b(i)) { m0Var.C("Local AnalyticsService processed last dispatch request"); } } diff --git a/app/src/main/java/c/i/a/f/h/j/v0.java b/app/src/main/java/c/i/a/f/h/j/v0.java index 3e93a4b139..5b47b3d265 100644 --- a/app/src/main/java/c/i/a/f/h/j/v0.java +++ b/app/src/main/java/c/i/a/f/h/j/v0.java @@ -20,6 +20,6 @@ public final /* synthetic */ class v0 implements Runnable { JobParameters jobParameters = this.k; Objects.requireNonNull(t0Var); m0Var.C("AnalyticsJobService processed last dispatch request"); - t0Var.f1081c.a(jobParameters, false); + t0Var.f1083c.a(jobParameters, false); } } diff --git a/app/src/main/java/c/i/a/f/h/j/z.java b/app/src/main/java/c/i/a/f/h/j/z.java index c8b51948b3..41bbcf7137 100644 --- a/app/src/main/java/c/i/a/f/h/j/z.java +++ b/app/src/main/java/c/i/a/f/h/j/z.java @@ -10,7 +10,7 @@ public final class z { public volatile Boolean b; /* renamed from: c reason: collision with root package name */ - public String f1082c; + public String f1084c; public Set d; public z(g gVar) { @@ -62,8 +62,8 @@ public final class z { public final Set g() { String str; - String str2 = e0.f1070s.a; - if (this.d == null || (str = this.f1082c) == null || !str.equals(str2)) { + String str2 = e0.f1072s.a; + if (this.d == null || (str = this.f1084c) == null || !str.equals(str2)) { String[] split = TextUtils.split(str2, ","); HashSet hashSet = new HashSet(); for (String str3 : split) { @@ -72,7 +72,7 @@ public final class z { } catch (NumberFormatException unused) { } } - this.f1082c = str2; + this.f1084c = str2; this.d = hashSet; } return this.d; diff --git a/app/src/main/java/c/i/a/f/h/k/k.java b/app/src/main/java/c/i/a/f/h/k/k.java index 8788c2356f..4c7d982dfe 100644 --- a/app/src/main/java/c/i/a/f/h/k/k.java +++ b/app/src/main/java/c/i/a/f/h/k/k.java @@ -7,13 +7,13 @@ public final class k { public static final a.AbstractC0101a b; /* renamed from: c reason: collision with root package name */ - public static final a f1083c; + public static final a f1085c; static { a.g gVar = new a.g<>(); a = gVar; j jVar = new j(); b = jVar; - f1083c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); + f1085c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/h/k/m.java b/app/src/main/java/c/i/a/f/h/k/m.java index f5b0fc3b5e..5b1644fdb2 100644 --- a/app/src/main/java/c/i/a/f/h/k/m.java +++ b/app/src/main/java/c/i/a/f/h/k/m.java @@ -11,12 +11,12 @@ public final class m implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzh createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); zzk[] zzkArr = null; String str = null; Account account = null; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { @@ -24,14 +24,14 @@ public final class m implements Parcelable.Creator { } else if (i == 2) { str = AnimatableValueParser.T(parcel, readInt); } else if (i == 3) { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } else if (i != 4) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { account = (Account) AnimatableValueParser.S(parcel, readInt, Account.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzh(zzkArr, str, z2, account); } diff --git a/app/src/main/java/c/i/a/f/h/k/n.java b/app/src/main/java/c/i/a/f/h/k/n.java index de4832be06..0c20b1c526 100644 --- a/app/src/main/java/c/i/a/f/h/k/n.java +++ b/app/src/main/java/c/i/a/f/h/k/n.java @@ -9,11 +9,11 @@ public final class n implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzi createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; String str3 = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { @@ -21,12 +21,12 @@ public final class n implements Parcelable.Creator { } else if (i == 2) { str2 = AnimatableValueParser.T(parcel, readInt); } else if (i != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str3 = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzi(str, str2, str3); } diff --git a/app/src/main/java/c/i/a/f/h/k/o.java b/app/src/main/java/c/i/a/f/h/k/o.java index 9069c57c83..b92edccb10 100644 --- a/app/src/main/java/c/i/a/f/h/k/o.java +++ b/app/src/main/java/c/i/a/f/h/k/o.java @@ -10,12 +10,12 @@ public final class o implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzk createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; zzt zzt = null; byte[] bArr = null; int i = -1; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { @@ -23,14 +23,14 @@ public final class o implements Parcelable.Creator { } else if (i2 == 3) { zzt = (zzt) AnimatableValueParser.S(parcel, readInt, zzt.CREATOR); } else if (i2 == 4) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 5) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { bArr = AnimatableValueParser.Q(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzk(str, zzt, i, bArr); } diff --git a/app/src/main/java/c/i/a/f/h/k/p.java b/app/src/main/java/c/i/a/f/h/k/p.java index 8afff1a68d..263cca4eaa 100644 --- a/app/src/main/java/c/i/a/f/h/k/p.java +++ b/app/src/main/java/c/i/a/f/h/k/p.java @@ -10,21 +10,21 @@ public final class p implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzm createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; Bundle bundle = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { bundle = AnimatableValueParser.P(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzm(i, bundle); } diff --git a/app/src/main/java/c/i/a/f/h/k/r.java b/app/src/main/java/c/i/a/f/h/k/r.java index 03617b93cb..8c1d12786d 100644 --- a/app/src/main/java/c/i/a/f/h/k/r.java +++ b/app/src/main/java/c/i/a/f/h/k/r.java @@ -12,11 +12,11 @@ public final class r implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzo createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Status status = null; ArrayList arrayList = null; String[] strArr = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { @@ -24,12 +24,12 @@ public final class r implements Parcelable.Creator { } else if (i == 2) { arrayList = AnimatableValueParser.X(parcel, readInt, zzw.CREATOR); } else if (i != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { strArr = AnimatableValueParser.U(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzo(status, arrayList, strArr); } diff --git a/app/src/main/java/c/i/a/f/h/k/s.java b/app/src/main/java/c/i/a/f/h/k/s.java index 81e8f12cbe..d355671aec 100644 --- a/app/src/main/java/c/i/a/f/h/k/s.java +++ b/app/src/main/java/c/i/a/f/h/k/s.java @@ -11,7 +11,7 @@ public final class s implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzt createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; String str3 = null; @@ -21,7 +21,7 @@ public final class s implements Parcelable.Creator { boolean z2 = false; int i = 1; boolean z3 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 11) { @@ -35,13 +35,13 @@ public final class s implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); continue; case 3: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); continue; case 4: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); continue; case 5: - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); continue; case 6: str3 = AnimatableValueParser.T(parcel, readInt); @@ -50,14 +50,14 @@ public final class s implements Parcelable.Creator { zzmArr = (zzm[]) AnimatableValueParser.W(parcel, readInt, zzm.CREATOR); continue; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); continue; } } else { zzu = (zzu) AnimatableValueParser.S(parcel, readInt, zzu.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzt(str, str2, z2, i, z3, str3, zzmArr, str4, zzu); } diff --git a/app/src/main/java/c/i/a/f/h/k/t.java b/app/src/main/java/c/i/a/f/h/k/t.java index b7681d2cae..0d8beea386 100644 --- a/app/src/main/java/c/i/a/f/h/k/t.java +++ b/app/src/main/java/c/i/a/f/h/k/t.java @@ -9,17 +9,17 @@ public final class t implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzu createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 1) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzu(z2); } diff --git a/app/src/main/java/c/i/a/f/h/k/u.java b/app/src/main/java/c/i/a/f/h/k/u.java index 57051fa5e6..46467130ad 100644 --- a/app/src/main/java/c/i/a/f/h/k/u.java +++ b/app/src/main/java/c/i/a/f/h/k/u.java @@ -11,7 +11,7 @@ public final class u implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzw createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); zzi zzi = null; String str = null; zzh zzh = null; @@ -21,17 +21,17 @@ public final class u implements Parcelable.Creator { boolean z2 = false; int i2 = -1; int i3 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: zzi = (zzi) AnimatableValueParser.S(parcel, readInt, zzi.CREATOR); break; case 2: - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); break; case 3: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 4: str = AnimatableValueParser.T(parcel, readInt); @@ -40,23 +40,23 @@ public final class u implements Parcelable.Creator { zzh = (zzh) AnimatableValueParser.S(parcel, readInt, zzh.CREATOR); break; case 6: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 7: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); break; case 8: - i3 = AnimatableValueParser.g2(parcel, readInt); + i3 = AnimatableValueParser.h2(parcel, readInt); break; case 9: str2 = AnimatableValueParser.T(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzw(zzi, j, i, str, zzh, z2, i2, i3, str2); } diff --git a/app/src/main/java/c/i/a/f/h/l/a3.java b/app/src/main/java/c/i/a/f/h/l/a3.java index 48b05414ef..13974921c0 100644 --- a/app/src/main/java/c/i/a/f/h/l/a3.java +++ b/app/src/main/java/c/i/a/f/h/l/a3.java @@ -36,11 +36,11 @@ public final class a3 implements z2, Serializable { Object obj; if (this.i) { String valueOf = String.valueOf(this.j); - obj = a.f(valueOf.length() + 25, ""); + obj = a.e(valueOf.length() + 25, ""); } else { obj = this.zza; } String valueOf2 = String.valueOf(obj); - return a.f(valueOf2.length() + 19, "Suppliers.memoize(", valueOf2, ")"); + return a.e(valueOf2.length() + 19, "Suppliers.memoize(", valueOf2, ")"); } } diff --git a/app/src/main/java/c/i/a/f/h/l/b3.java b/app/src/main/java/c/i/a/f/h/l/b3.java index 2b1d1ef05d..fc88d86ae5 100644 --- a/app/src/main/java/c/i/a/f/h/l/b3.java +++ b/app/src/main/java/c/i/a/f/h/l/b3.java @@ -35,6 +35,6 @@ public final class b3 implements z2, Serializable { @Override // java.lang.Object public final String toString() { String valueOf = String.valueOf(this.zza); - return a.f(valueOf.length() + 22, "Suppliers.ofInstance(", valueOf, ")"); + return a.e(valueOf.length() + 22, "Suppliers.ofInstance(", valueOf, ")"); } } diff --git a/app/src/main/java/c/i/a/f/h/l/c0.java b/app/src/main/java/c/i/a/f/h/l/c0.java index c616839381..703fd48a7e 100644 --- a/app/src/main/java/c/i/a/f/h/l/c0.java +++ b/app/src/main/java/c/i/a/f/h/l/c0.java @@ -13,12 +13,12 @@ public final class c0 extends g.a { public final /* synthetic */ boolean r; /* renamed from: s reason: collision with root package name */ - public final /* synthetic */ g f1084s; + public final /* synthetic */ g f1086s; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public c0(g gVar, Long l, String str, String str2, Bundle bundle, boolean z2, boolean z3) { super(true); - this.f1084s = gVar; + this.f1086s = gVar; this.m = l; this.n = str; this.o = str2; @@ -30,6 +30,6 @@ public final class c0 extends g.a { @Override // c.i.a.f.h.l.g.a public final void a() throws RemoteException { Long l = this.m; - this.f1084s.j.logEvent(this.n, this.o, this.p, this.q, this.r, l == null ? this.i : l.longValue()); + this.f1086s.j.logEvent(this.n, this.o, this.p, this.q, this.r, l == null ? this.i : l.longValue()); } } diff --git a/app/src/main/java/c/i/a/f/h/l/c2.java b/app/src/main/java/c/i/a/f/h/l/c2.java index 2d361ea9d7..515f0b9e3d 100644 --- a/app/src/main/java/c/i/a/f/h/l/c2.java +++ b/app/src/main/java/c/i/a/f/h/l/c2.java @@ -13,17 +13,17 @@ public final class c2 implements b2 { public final Context b; /* renamed from: c reason: collision with root package name */ - public final ContentObserver f1085c; + public final ContentObserver f1087c; public c2() { this.b = null; - this.f1085c = null; + this.f1087c = null; } public c2(Context context) { this.b = context; f2 f2Var = new f2(); - this.f1085c = f2Var; + this.f1087c = f2Var; context.getContentResolver().registerContentObserver(u1.a, true, f2Var); } diff --git a/app/src/main/java/c/i/a/f/h/l/c3.java b/app/src/main/java/c/i/a/f/h/l/c3.java index 1f1fcc0f22..3fff641436 100644 --- a/app/src/main/java/c/i/a/f/h/l/c3.java +++ b/app/src/main/java/c/i/a/f/h/l/c3.java @@ -35,9 +35,9 @@ public final class c3 implements z2 { Object obj = this.i; if (obj == null) { String valueOf = String.valueOf(this.k); - obj = a.f(valueOf.length() + 25, ""); + obj = a.e(valueOf.length() + 25, ""); } String valueOf2 = String.valueOf(obj); - return a.f(valueOf2.length() + 19, "Suppliers.memoize(", valueOf2, ")"); + return a.e(valueOf2.length() + 19, "Suppliers.memoize(", valueOf2, ")"); } } diff --git a/app/src/main/java/c/i/a/f/h/l/c7.java b/app/src/main/java/c/i/a/f/h/l/c7.java index 05398b6414..21c326ab7c 100644 --- a/app/src/main/java/c/i/a/f/h/l/c7.java +++ b/app/src/main/java/c/i/a/f/h/l/c7.java @@ -12,7 +12,7 @@ public final class c7 { public int b; /* renamed from: c reason: collision with root package name */ - public int[] f1086c; + public int[] f1088c; public Object[] d; public int e; public boolean f; @@ -24,7 +24,7 @@ public final class c7 { public c7(int i, int[] iArr, Object[] objArr, boolean z2) { this.e = -1; this.b = i; - this.f1086c = iArr; + this.f1088c = iArr; this.d = objArr; this.f = z2; } @@ -58,13 +58,13 @@ public final class c7 { public final void a(int i, Object obj) { if (this.f) { int i2 = this.b; - int[] iArr = this.f1086c; + int[] iArr = this.f1088c; if (i2 == iArr.length) { int i3 = i2 + (i2 < 4 ? 8 : i2 >> 1); - this.f1086c = Arrays.copyOf(iArr, i3); + this.f1088c = Arrays.copyOf(iArr, i3); this.d = Arrays.copyOf(this.d, i3); } - int[] iArr2 = this.f1086c; + int[] iArr2 = this.f1088c; int i4 = this.b; iArr2[i4] = i; this.d[i4] = obj; @@ -78,7 +78,7 @@ public final class c7 { if (this.b != 0) { Objects.requireNonNull(v7Var); for (int i = 0; i < this.b; i++) { - b(this.f1086c[i], this.d[i], v7Var); + b(this.f1088c[i], this.d[i], v7Var); } } } @@ -91,7 +91,7 @@ public final class c7 { } int i3 = 0; for (int i4 = 0; i4 < this.b; i4++) { - int i5 = this.f1086c[i4]; + int i5 = this.f1088c[i4]; int i6 = i5 >>> 3; int i7 = i5 & 7; if (i7 == 0) { @@ -128,8 +128,8 @@ public final class c7 { c7 c7Var = (c7) obj; int i = this.b; if (i == c7Var.b) { - int[] iArr = this.f1086c; - int[] iArr2 = c7Var.f1086c; + int[] iArr = this.f1088c; + int[] iArr2 = c7Var.f1088c; int i2 = 0; while (true) { if (i2 >= i) { @@ -169,7 +169,7 @@ public final class c7 { public final int hashCode() { int i = this.b; int i2 = (i + 527) * 31; - int[] iArr = this.f1086c; + int[] iArr = this.f1088c; int i3 = 17; int i4 = 17; for (int i5 = 0; i5 < i; i5++) { diff --git a/app/src/main/java/c/i/a/f/h/l/d5.java b/app/src/main/java/c/i/a/f/h/l/d5.java index 89d3918ace..87b8327a0f 100644 --- a/app/src/main/java/c/i/a/f/h/l/d5.java +++ b/app/src/main/java/c/i/a/f/h/l/d5.java @@ -3,7 +3,7 @@ package c.i.a.f.h.l; public final class d5 extends h5 { /* renamed from: c reason: collision with root package name */ - public static final /* synthetic */ int f1087c = 0; + public static final /* synthetic */ int f1089c = 0; @Override // c.i.a.f.h.l.h5 public final boolean equals(Object obj) { diff --git a/app/src/main/java/c/i/a/f/h/l/e6.java b/app/src/main/java/c/i/a/f/h/l/e6.java index 895acc9292..0dbb516318 100644 --- a/app/src/main/java/c/i/a/f/h/l/e6.java +++ b/app/src/main/java/c/i/a/f/h/l/e6.java @@ -19,7 +19,7 @@ public final class e6 implements q6 { public static final Unsafe b = j7.k(); /* renamed from: c reason: collision with root package name */ - public final int[] f1089c; + public final int[] f1091c; public final Object[] d; public final int e; public final int f; @@ -37,7 +37,7 @@ public final class e6 implements q6 { /* JADX WARN: Incorrect args count in method signature: ([I[Ljava/lang/Object;IILc/i/a/f/h/l/c6;ZZ[IIILc/i/a/f/h/l/i6;Lc/i/a/f/h/l/m5;Lc/i/a/f/h/l/d7<**>;Lc/i/a/f/h/l/j4<*>;Lc/i/a/f/h/l/v5;)V */ public e6(int[] iArr, Object[] objArr, int i, int i2, c6 c6Var, boolean z2, int[] iArr2, int i3, int i4, i6 i6Var, m5 m5Var, d7 d7Var, j4 j4Var, v5 v5Var) { - this.f1089c = iArr; + this.f1091c = iArr; this.d = objArr; this.e = i; this.f = i2; @@ -332,7 +332,7 @@ public final class e6 implements q6 { i33 = i57; } Unsafe unsafe = b; - Object[] objArr2 = o6Var2.f1114c; + Object[] objArr2 = o6Var2.f1116c; Class cls = o6Var2.a.getClass(); int[] iArr2 = new int[(i4 * 3)]; Object[] objArr3 = new Object[(i4 << 1)]; @@ -577,7 +577,7 @@ public final class e6 implements q6 { } String name = cls.getName(); String arrays = Arrays.toString(declaredFields); - throw new RuntimeException(a.D(a.K(a.b(arrays, name.length() + a.b(str, 40)), "Field ", str, " for ", name), " not found. Known fields are ", arrays)); + throw new RuntimeException(a.C(a.J(a.b(arrays, name.length() + a.b(str, 40)), "Field ", str, " for ", name), " not found. Known fields are ", arrays)); } } @@ -606,7 +606,7 @@ public final class e6 implements q6 { } public final void B(T t, int i) { - int i2 = this.f1089c[i + 2]; + int i2 = this.f1091c[i + 2]; long j = (long) (1048575 & i2); if (j != 1048575) { j7.e.e(t, j, (1 << (i2 >>> 20)) | j7.b(t, j)); @@ -614,7 +614,7 @@ public final class e6 implements q6 { } public final void C(T t, int i, int i2) { - j7.e.e(t, (long) (this.f1089c[i2 + 2] & 1048575), i); + j7.e.e(t, (long) (this.f1091c[i2 + 2] & 1048575), i); } /* JADX WARNING: Removed duplicated region for block: B:168:0x0527 */ @@ -630,13 +630,13 @@ public final class e6 implements q6 { if (!b2.b.isEmpty()) { it = b2.l(); entry = it.next(); - length = this.f1089c.length; + length = this.f1091c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; for (i = 0; i < length; i += 3) { int I = I(i); - int[] iArr = this.f1089c; + int[] iArr = this.f1091c; int i5 = iArr[i]; int i6 = (I & 267386880) >>> 20; if (i6 <= 17) { @@ -764,100 +764,100 @@ public final class e6 implements q6 { continue; } case 18: - s6.h(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.h(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 19: - s6.q(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.q(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 20: - s6.u(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.u(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 21: - s6.x(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.x(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 22: - s6.J(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.J(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 23: - s6.D(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.D(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 24: - s6.O(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.O(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 25: - s6.R(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.R(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 26: - s6.f(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var); + s6.f(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var); break; case 27: - s6.g(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.g(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 28: - s6.o(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var); + s6.o(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var); break; case 29: - s6.M(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.M(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 30: - s6.Q(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.Q(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 31: - s6.P(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.P(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 32: - s6.G(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.G(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 33: - s6.N(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.N(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 34: - s6.A(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.A(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 35: - s6.h(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.h(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 36: - s6.q(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.q(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 37: - s6.u(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.u(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 38: - s6.x(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.x(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 39: - s6.J(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.J(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 40: - s6.D(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.D(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 41: - s6.O(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.O(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 42: - s6.R(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.R(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 43: - s6.M(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.M(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 44: - s6.Q(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.Q(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 45: - s6.P(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.P(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 46: - s6.G(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.G(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 47: - s6.N(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.N(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 48: - s6.A(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.A(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 49: - s6.p(this.f1089c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.p(this.f1091c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 50: t(v7Var, i5, unsafe.getObject(t, j), i); @@ -981,7 +981,7 @@ public final class e6 implements q6 { } it = null; entry = null; - length = this.f1089c.length; + length = this.f1091c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; @@ -993,7 +993,7 @@ public final class e6 implements q6 { } public final void E(T t, T t2, int i) { - int[] iArr = this.f1089c; + int[] iArr = this.f1091c; int i2 = iArr[i + 1]; int i3 = iArr[i]; long j = (long) (i2 & 1048575); @@ -1022,11 +1022,11 @@ public final class e6 implements q6 { } public final int I(int i) { - return this.f1089c[i + 1]; + return this.f1091c[i + 1]; } public final int K(int i) { - return this.f1089c[i + 2]; + return this.f1091c[i + 2]; } @Override // c.i.a.f.h.l.q6 @@ -1038,11 +1038,11 @@ public final class e6 implements q6 { public final int b(T t) { int i; int i2; - int length = this.f1089c.length; + int length = this.f1091c.length; int i3 = 0; for (int i4 = 0; i4 < length; i4 += 3) { int I = I(i4); - int i5 = this.f1089c[i4]; + int i5 = this.f1091c[i4]; long j = (long) (1048575 & I); int i6 = 37; switch ((I & 267386880) >>> 20) { @@ -1366,9 +1366,9 @@ public final class e6 implements q6 { return !this.h || this.p.b(t).m(); } int i6 = this.j[i5]; - int i7 = this.f1089c[i6]; + int i7 = this.f1091c[i6]; int I = I(i6); - int i8 = this.f1089c[i6 + 2]; + int i8 = this.f1091c[i6 + 2]; int i9 = i8 & 1048575; int i10 = 1 << (i8 >>> 20); if (i9 != i3) { @@ -1466,13 +1466,13 @@ public final class e6 implements q6 { if (this.i) { Unsafe unsafe = b; int i10 = 0; - for (int i11 = 0; i11 < this.f1089c.length; i11 += 3) { + for (int i11 = 0; i11 < this.f1091c.length; i11 += 3) { int I = I(i11); int i12 = (I & 267386880) >>> 20; - int i13 = this.f1089c[i11]; + int i13 = this.f1091c[i11]; long j = (long) (I & 1048575); if (i12 >= o4.DOUBLE_LIST_PACKED.a() && i12 <= o4.SINT64_LIST_PACKED.a()) { - int i14 = this.f1089c[i11 + 2]; + int i14 = this.f1091c[i11 + 2]; } switch (i12) { case 0: @@ -1994,9 +1994,9 @@ public final class e6 implements q6 { int i15 = 0; int i16 = 1048575; int i17 = 0; - for (int i18 = 0; i18 < this.f1089c.length; i18 += 3) { + for (int i18 = 0; i18 < this.f1091c.length; i18 += 3) { int I2 = I(i18); - int[] iArr = this.f1089c; + int[] iArr = this.f1091c; int i19 = iArr[i18]; int i20 = (I2 & 267386880) >>> 20; if (i20 <= 17) { @@ -2599,7 +2599,7 @@ public final class e6 implements q6 { */ @Override // c.i.a.f.h.l.q6 public final boolean f(T t, T t2) { - int length = this.f1089c.length; + int length = this.f1091c.length; int i = 0; while (true) { boolean z2 = true; @@ -2807,10 +2807,10 @@ public final class e6 implements q6 { if (!b2.b.isEmpty()) { it = b2.l(); entry = it.next(); - length = this.f1089c.length; + length = this.f1091c.length; for (i = 0; i < length; i += 3) { int I = I(i); - int i2 = this.f1089c[i]; + int i2 = this.f1091c[i]; while (entry != null && this.p.a(entry) <= i2) { this.p.d(v7Var, entry); entry = it.hasNext() ? it.next() : null; @@ -2943,100 +2943,100 @@ public final class e6 implements q6 { break; } case 18: - s6.h(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.h(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 19: - s6.q(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.q(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 20: - s6.u(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.u(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 21: - s6.x(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.x(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 22: - s6.J(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.J(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 23: - s6.D(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.D(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 24: - s6.O(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.O(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 25: - s6.R(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.R(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 26: - s6.f(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.f(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 27: - s6.g(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.g(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 28: - s6.o(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.o(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 29: - s6.M(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.M(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 30: - s6.Q(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.Q(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 31: - s6.P(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.P(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 32: - s6.G(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.G(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 33: - s6.N(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.N(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 34: - s6.A(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.A(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 35: - s6.h(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.h(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 36: - s6.q(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.q(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 37: - s6.u(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.u(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 38: - s6.x(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.x(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 39: - s6.J(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.J(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 40: - s6.D(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.D(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 41: - s6.O(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.O(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 42: - s6.R(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.R(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 43: - s6.M(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.M(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 44: - s6.Q(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.Q(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 45: - s6.P(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.P(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 46: - s6.G(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.G(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 47: - s6.N(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.N(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 48: - s6.A(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.A(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 49: - s6.p(this.f1089c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.p(this.f1091c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 50: t(v7Var, i2, j7.r(t, (long) (I & 1048575)), i); @@ -3179,7 +3179,7 @@ public final class e6 implements q6 { } it = null; entry = null; - length = this.f1089c.length; + length = this.f1091c.length; while (i < length) { } while (entry != null) { @@ -3269,7 +3269,7 @@ public final class e6 implements q6 { i5 = i26; i6 = 0; } else { - int[] iArr = e6Var5.f1089c; + int[] iArr = e6Var5.f1091c; int i29 = iArr[i4 + 1]; int i30 = (i29 & 267386880) >>> 20; long j = (long) (i29 & 1048575); @@ -3471,7 +3471,7 @@ public final class e6 implements q6 { t4 = t7; if (i27 == 2) { i20 = (536870912 & i29) == 0 ? c.Z0(bArr3, i3, s3Var4) : c.a1(bArr3, i3, s3Var4); - unsafe2.putObject(t4, j, s3Var4.f1125c); + unsafe2.putObject(t4, j, s3Var4.f1127c); s3Var3 = s3Var4; e6Var3 = e6Var6; t3 = t4; @@ -3502,9 +3502,9 @@ public final class e6 implements q6 { i20 = c.x0(o, bArr3, i3, i2, s3Var4); Object object = unsafe2.getObject(t4, j); if (object == null) { - unsafe2.putObject(t4, j, s3Var4.f1125c); + unsafe2.putObject(t4, j, s3Var4.f1127c); } else { - unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1125c)); + unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1127c)); } s3Var3 = s3Var4; e6Var3 = e6Var6; @@ -3536,7 +3536,7 @@ public final class e6 implements q6 { break; } else { i20 = c.b1(bArr3, i3, s3Var6); - unsafe2.putObject(t6, j, s3Var6.f1125c); + unsafe2.putObject(t6, j, s3Var6.f1127c); i24 |= i32; i17 = i2; e6Var2 = e6Var4; @@ -3777,10 +3777,10 @@ public final class e6 implements q6 { @Override // c.i.a.f.h.l.q6 public final void i(T t, T t2) { Objects.requireNonNull(t2); - for (int i = 0; i < this.f1089c.length; i += 3) { + for (int i = 0; i < this.f1091c.length; i += 3) { int I = I(i); long j = (long) (1048575 & I); - int i2 = this.f1089c[i]; + int i2 = this.f1091c[i]; switch ((I & 267386880) >>> 20) { case 0: if (v(t2, i)) { @@ -4004,7 +4004,7 @@ public final class e6 implements q6 { public final int j(T t, byte[] bArr, int i, int i2, int i3, int i4, int i5, int i6, int i7, long j, int i8, s3 s3Var) throws IOException { int i9; Unsafe unsafe = b; - long j2 = (long) (this.f1089c[i8 + 2] & 1048575); + long j2 = (long) (this.f1091c[i8 + 2] & 1048575); boolean z2 = true; switch (i7) { case 51: @@ -4091,9 +4091,9 @@ public final class e6 implements q6 { int x0 = c.x0(o(i8), bArr, i, i2, s3Var); Object object = unsafe.getInt(t, j2) == i4 ? unsafe.getObject(t, j) : null; if (object == null) { - unsafe.putObject(t, j, s3Var.f1125c); + unsafe.putObject(t, j, s3Var.f1127c); } else { - unsafe.putObject(t, j, w4.c(object, s3Var.f1125c)); + unsafe.putObject(t, j, w4.c(object, s3Var.f1127c)); } unsafe.putInt(t, j2, i4); return x0; @@ -4102,7 +4102,7 @@ public final class e6 implements q6 { case 61: if (i5 == 2) { i9 = c.b1(bArr, i, s3Var); - unsafe.putObject(t, j, s3Var.f1125c); + unsafe.putObject(t, j, s3Var.f1127c); unsafe.putInt(t, j2, i4); return i9; } @@ -4143,9 +4143,9 @@ public final class e6 implements q6 { i9 = c.w0(o(i8), bArr, i, i2, (i3 & -8) | 4, s3Var); Object object2 = unsafe.getInt(t, j2) == i4 ? unsafe.getObject(t, j) : null; if (object2 == null) { - unsafe.putObject(t, j, s3Var.f1125c); + unsafe.putObject(t, j, s3Var.f1127c); } else { - unsafe.putObject(t, j, w4.c(object2, s3Var.f1125c)); + unsafe.putObject(t, j, w4.c(object2, s3Var.f1127c)); } unsafe.putInt(t, j2, i4); return i9; @@ -4334,7 +4334,7 @@ public final class e6 implements q6 { i24 = i6; } } else { - int[] iArr = e6Var2.f1089c; + int[] iArr = e6Var2.f1091c; int i29 = iArr[i4 + 1]; int i30 = (i29 & 267386880) >>> 20; long j2 = (long) (i29 & 1048575); @@ -4669,7 +4669,7 @@ public final class e6 implements q6 { i13 = i4; if (i28 == 2) { i20 = (536870912 & i29) == 0 ? c.Z0(bArr2, i26, s3Var3) : c.a1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1125c); + unsafe2.putObject(t5, j, s3Var3.f1127c); i18 = i7 | i32; i19 = i2; b10 = b8; @@ -4714,9 +4714,9 @@ public final class e6 implements q6 { if (i28 == 2) { i20 = c.x0(e6Var2.o(i13), bArr2, i26, i2, s3Var3); if ((i7 & i32) == 0) { - unsafe2.putObject(t5, j, s3Var3.f1125c); + unsafe2.putObject(t5, j, s3Var3.f1127c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1125c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1127c)); } i18 = i7 | i32; i19 = i2; @@ -4761,7 +4761,7 @@ public final class e6 implements q6 { i13 = i4; if (i28 == 2) { i20 = c.b1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1125c); + unsafe2.putObject(t5, j, s3Var3.f1127c); b5 = b9; i7 |= i32; i24 = i17; @@ -4943,9 +4943,9 @@ public final class e6 implements q6 { if (i28 == 3) { i20 = c.w0(e6Var2.o(i4), bArr, i26, i2, (i27 << 3) | 4, s3Var); if ((i7 & i32) == 0) { - unsafe2.putObject(t5, j, s3Var3.f1125c); + unsafe2.putObject(t5, j, s3Var3.f1127c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1125c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1127c)); } i18 = i7 | i32; i19 = i2; @@ -5175,7 +5175,7 @@ public final class e6 implements q6 { for (int i35 = e6Var.k; i35 < e6Var.l; i35++) { int i36 = e6Var.j[i35]; d7 d7Var = e6Var.o; - int[] iArr2 = e6Var.f1089c; + int[] iArr2 = e6Var.f1091c; int i37 = iArr2[i36]; Object r = j7.r(t2, (long) (iArr2[i36 + 1] & 1048575)); if (r != null) { @@ -5240,7 +5240,7 @@ public final class e6 implements q6 { } public final void u(T t, T t2, int i) { - long j = (long) (this.f1089c[i + 1] & 1048575); + long j = (long) (this.f1091c[i + 1] & 1048575); if (v(t2, i)) { Object r = j7.r(t, j); Object r2 = j7.r(t2, j); @@ -5255,7 +5255,7 @@ public final class e6 implements q6 { } public final boolean v(T t, int i) { - int[] iArr = this.f1089c; + int[] iArr = this.f1091c; int i2 = iArr[i + 2]; long j = (long) (i2 & 1048575); if (j == 1048575) { @@ -5314,7 +5314,7 @@ public final class e6 implements q6 { } public final boolean w(T t, int i, int i2) { - return j7.b(t, (long) (this.f1089c[i2 + 2] & 1048575)) == i; + return j7.b(t, (long) (this.f1091c[i2 + 2] & 1048575)) == i; } public final boolean x(T t, int i, int i2, int i3, int i4) { @@ -5322,11 +5322,11 @@ public final class e6 implements q6 { } public final int z(int i, int i2) { - int length = (this.f1089c.length / 3) - 1; + int length = (this.f1091c.length / 3) - 1; while (i2 <= length) { int i3 = (length + i2) >>> 1; int i4 = i3 * 3; - int i5 = this.f1089c[i4]; + int i5 = this.f1091c[i4]; if (i == i5) { return i4; } diff --git a/app/src/main/java/c/i/a/f/h/l/f5.java b/app/src/main/java/c/i/a/f/h/l/f5.java index 520c526703..b808d77682 100644 --- a/app/src/main/java/c/i/a/f/h/l/f5.java +++ b/app/src/main/java/c/i/a/f/h/l/f5.java @@ -19,7 +19,7 @@ public final class f5 implements Map.Entry { if (this.i.getValue() == null) { return null; } - int i = d5.f1087c; + int i = d5.f1089c; throw new NoSuchMethodError(); } diff --git a/app/src/main/java/c/i/a/f/h/l/f7.java b/app/src/main/java/c/i/a/f/h/l/f7.java index 4ef0cff662..a8e0192319 100644 --- a/app/src/main/java/c/i/a/f/h/l/f7.java +++ b/app/src/main/java/c/i/a/f/h/l/f7.java @@ -43,7 +43,7 @@ public final class f7 extends d7 { Objects.requireNonNull(c7Var2); Objects.requireNonNull(v7Var); for (int i = 0; i < c7Var2.b; i++) { - ((g4) v7Var).c(c7Var2.f1086c[i] >>> 3, c7Var2.d[i]); + ((g4) v7Var).c(c7Var2.f1088c[i] >>> 3, c7Var2.d[i]); } } @@ -57,8 +57,8 @@ public final class f7 extends d7 { return c7Var3; } int i = c7Var3.b + c7Var4.b; - int[] copyOf = Arrays.copyOf(c7Var3.f1086c, i); - System.arraycopy(c7Var4.f1086c, 0, copyOf, c7Var3.b, c7Var4.b); + int[] copyOf = Arrays.copyOf(c7Var3.f1088c, i); + System.arraycopy(c7Var4.f1088c, 0, copyOf, c7Var3.b, c7Var4.b); Object[] copyOf2 = Arrays.copyOf(c7Var3.d, i); System.arraycopy(c7Var4.d, 0, copyOf2, c7Var3.b, c7Var4.b); return new c7(i, copyOf, copyOf2, true); @@ -79,7 +79,7 @@ public final class f7 extends d7 { } int i2 = 0; for (int i3 = 0; i3 < c7Var2.b; i3++) { - int M = zzhi.M(2, c7Var2.f1086c[i3] >>> 3); + int M = zzhi.M(2, c7Var2.f1088c[i3] >>> 3); i2 += zzhi.w(3, (t3) c7Var2.d[i3]) + M + (zzhi.L(8) << 1); } c7Var2.e = i2; diff --git a/app/src/main/java/c/i/a/f/h/l/g.java b/app/src/main/java/c/i/a/f/h/l/g.java index 31f66ac73a..69eea4756c 100644 --- a/app/src/main/java/c/i/a/f/h/l/g.java +++ b/app/src/main/java/c/i/a/f/h/l/g.java @@ -29,7 +29,7 @@ public class g { public static Boolean b; /* renamed from: c reason: collision with root package name */ - public final String f1090c; + public final String f1092c; public final c.i.a.f.e.o.b d; public final ExecutorService e; public final c.i.a.f.i.a.a f; @@ -152,9 +152,9 @@ public class g { boolean z3; boolean z4; if (str == null || !e(str2, str3)) { - this.f1090c = "FA"; + this.f1092c = "FA"; } else { - this.f1090c = str; + this.f1092c = str; } this.d = d.a; ThreadPoolExecutor threadPoolExecutor = new ThreadPoolExecutor(1, 1, 60, TimeUnit.SECONDS, new LinkedBlockingQueue(), new o()); @@ -177,22 +177,22 @@ public class g { z3 = false; if (!z3) { this.i = true; - Log.w(this.f1090c, "Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing. Remove this value or add Google Analytics for Firebase to resume data collection."); + Log.w(this.f1092c, "Disabling data collection. Found google_app_id in strings.xml but Google Analytics for Firebase is missing. Remove this value or add Google Analytics for Firebase to resume data collection."); return; } if (!e(str2, str3)) { if (str2 == null || str3 == null) { if ((str2 == null) ^ (str3 != null ? false : z5)) { - Log.w(this.f1090c, "Specified origin or custom app id is null. Both parameters will be ignored."); + Log.w(this.f1092c, "Specified origin or custom app id is null. Both parameters will be ignored."); } } else { - Log.v(this.f1090c, "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy"); + Log.v(this.f1092c, "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy"); } } this.e.execute(new j(this, str2, str3, context, bundle)); Application application = (Application) context.getApplicationContext(); if (application == null) { - Log.w(this.f1090c, "Unable to register lifecycle notifications. Application null."); + Log.w(this.f1092c, "Unable to register lifecycle notifications. Application null."); return; } else { application.registerActivityLifecycleCallbacks(new b()); @@ -284,13 +284,13 @@ public class g { public final void b(Exception exc, boolean z2, boolean z3) { this.i |= z2; if (z2) { - Log.w(this.f1090c, "Data collection startup failed. No data will be collected.", exc); + Log.w(this.f1092c, "Data collection startup failed. No data will be collected.", exc); return; } if (z3) { this.e.execute(new y(this, "Error with data collection. Data lost.", exc)); } - Log.w(this.f1090c, "Error with data collection. Data lost.", exc); + Log.w(this.f1092c, "Error with data collection. Data lost.", exc); } public final void c(String str, String str2, Bundle bundle, boolean z2, boolean z3, Long l) { diff --git a/app/src/main/java/c/i/a/f/h/l/g4.java b/app/src/main/java/c/i/a/f/h/l/g4.java index aae65d7001..1e981c5a13 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.f2303c = this; + zzhi.f2306c = 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.f2303c); + q6Var.g((c6) obj, zzhi.f2306c); zzhi.f(i, 4); } diff --git a/app/src/main/java/c/i/a/f/h/l/g6.java b/app/src/main/java/c/i/a/f/h/l/g6.java index ec603b35f7..7c9669e32a 100644 --- a/app/src/main/java/c/i/a/f/h/l/g6.java +++ b/app/src/main/java/c/i/a/f/h/l/g6.java @@ -12,12 +12,12 @@ public final class g6 implements q6 { public final d7 b; /* renamed from: c reason: collision with root package name */ - public final boolean f1091c; + public final boolean f1093c; public final j4 d; public g6(d7 d7Var, j4 j4Var, c6 c6Var) { this.b = d7Var; - this.f1091c = j4Var.e(c6Var); + this.f1093c = j4Var.e(c6Var); this.d = j4Var; this.a = c6Var; } @@ -30,7 +30,7 @@ public final class g6 implements q6 { @Override // c.i.a.f.h.l.q6 public final int b(T t) { int hashCode = this.b.e(t).hashCode(); - return this.f1091c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; + return this.f1093c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; } @Override // c.i.a.f.h.l.q6 @@ -48,7 +48,7 @@ public final class g6 implements q6 { public final int e(T t) { d7 d7Var = this.b; int i = d7Var.i(d7Var.e(t)) + 0; - if (!this.f1091c) { + if (!this.f1093c) { return i; } n4 b = this.d.b(t); @@ -67,7 +67,7 @@ public final class g6 implements q6 { if (!this.b.e(t).equals(this.b.e(t2))) { return false; } - if (this.f1091c) { + if (this.f1093c) { return this.d.b(t).equals(this.d.b(t2)); } return true; @@ -119,7 +119,7 @@ public final class g6 implements q6 { throw new NoSuchMethodError(); } else if (i7 == 2) { z0 = c.b1(bArr, z0, s3Var); - t3Var = (t3) s3Var.f1125c; + t3Var = (t3) s3Var.f1127c; } } } else if (i7 == 0) { @@ -158,7 +158,7 @@ public final class g6 implements q6 { d7 d7Var = this.b; Class cls = s6.a; d7Var.d(t, d7Var.g(d7Var.e(t), d7Var.e(t2))); - if (this.f1091c) { + if (this.f1093c) { s6.i(this.d, t, t2); } } diff --git a/app/src/main/java/c/i/a/f/h/l/ga.java b/app/src/main/java/c/i/a/f/h/l/ga.java index 1e303d2b9f..2e4ba03227 100644 --- a/app/src/main/java/c/i/a/f/h/l/ga.java +++ b/app/src/main/java/c/i/a/f/h/l/ga.java @@ -5,13 +5,13 @@ public final class ga implements ha { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1092c; + public static final l2 f1094c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.global_params", true); b = q2Var.c("measurement.service.global_params_in_payload", true); - f1092c = q2Var.c("measurement.service.global_params", true); + f1094c = q2Var.c("measurement.service.global_params", true); q2Var.a("measurement.id.service.global_params", 0); } @@ -32,6 +32,6 @@ public final class ga implements ha { @Override // c.i.a.f.h.l.ha public final boolean d() { - return f1092c.d().booleanValue(); + return f1094c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/h.java b/app/src/main/java/c/i/a/f/h/l/h.java index 5bf9e01bc3..eb81eb8f0a 100644 --- a/app/src/main/java/c/i/a/f/h/l/h.java +++ b/app/src/main/java/c/i/a/f/h/l/h.java @@ -10,7 +10,7 @@ public final class h implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzae createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); long j = 0; long j2 = 0; String str = null; @@ -18,17 +18,17 @@ public final class h implements Parcelable.Creator { String str3 = null; Bundle bundle = null; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); break; case 2: - j2 = AnimatableValueParser.h2(parcel, readInt); + j2 = AnimatableValueParser.i2(parcel, readInt); break; case 3: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 4: str = AnimatableValueParser.T(parcel, readInt); @@ -43,11 +43,11 @@ public final class h implements Parcelable.Creator { bundle = AnimatableValueParser.P(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzae(j, j2, z2, str, str2, str3, bundle); } diff --git a/app/src/main/java/c/i/a/f/h/l/h4.java b/app/src/main/java/c/i/a/f/h/l/h4.java index e1de77fb2a..c309529aec 100644 --- a/app/src/main/java/c/i/a/f/h/l/h4.java +++ b/app/src/main/java/c/i/a/f/h/l/h4.java @@ -10,7 +10,7 @@ public class h4 { public static volatile h4 b; /* renamed from: c reason: collision with root package name */ - public static final h4 f1093c = new h4(true); + public static final h4 f1095c = new h4(true); public final Map> d; /* compiled from: com.google.android.gms:play-services-measurement-base@@18.0.0 */ @@ -50,7 +50,7 @@ public class h4 { synchronized (h4.class) { h4Var = a; if (h4Var == null) { - h4Var = f1093c; + h4Var = f1095c; a = h4Var; } } diff --git a/app/src/main/java/c/i/a/f/h/l/h9.java b/app/src/main/java/c/i/a/f/h/l/h9.java index c897642003..440c2a82e5 100644 --- a/app/src/main/java/c/i/a/f/h/l/h9.java +++ b/app/src/main/java/c/i/a/f/h/l/h9.java @@ -5,14 +5,14 @@ public final class h9 implements e9 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1094c; + public static final l2 f1096c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); q2Var.c("measurement.service.audience.fix_skip_audience_with_failed_filters", true); a = q2Var.c("measurement.audience.refresh_event_count_filters_timestamp", false); b = q2Var.c("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", false); - f1094c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); + f1096c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); } @Override // c.i.a.f.h.l.e9 @@ -32,6 +32,6 @@ public final class h9 implements e9 { @Override // c.i.a.f.h.l.e9 public final boolean d() { - return f1094c.d().booleanValue(); + return f1096c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/j.java b/app/src/main/java/c/i/a/f/h/l/j.java index d77fd0ce7d..4f43ab2fa4 100644 --- a/app/src/main/java/c/i/a/f/h/l/j.java +++ b/app/src/main/java/c/i/a/f/h/l/j.java @@ -44,7 +44,7 @@ public final class j extends g.a { if (g.e(this.m, this.n)) { str = this.n; str2 = this.m; - str3 = this.q.f1090c; + str3 = this.q.f1092c; } else { str3 = null; str2 = null; @@ -69,7 +69,7 @@ public final class j extends g.a { ecVar = dc.asInterface(DynamiteModule.c(context, aVar, "com.google.android.gms.measurement.dynamite").b("com.google.android.gms.measurement.internal.AppMeasurementDynamiteService")); gVar.j = ecVar; if (this.q.j != null) { - Log.w(this.q.f1090c, "Failed to connect to measurement client."); + Log.w(this.q.f1092c, "Failed to connect to measurement client."); return; } int a = DynamiteModule.a(this.o, "com.google.android.gms.measurement.dynamite"); diff --git a/app/src/main/java/c/i/a/f/h/l/j7.java b/app/src/main/java/c/i/a/f/h/l/j7.java index 488f3fe494..e72a0b2cba 100644 --- a/app/src/main/java/c/i/a/f/h/l/j7.java +++ b/app/src/main/java/c/i/a/f/h/l/j7.java @@ -13,7 +13,7 @@ public final class j7 { public static final Class b = q3.a; /* renamed from: c reason: collision with root package name */ - public static final boolean f1095c; + public static final boolean f1097c; public static final boolean d; public static final c e; public static final boolean f; @@ -253,7 +253,7 @@ public final class j7 { a = k; Class cls = Long.TYPE; boolean p = p(cls); - f1095c = p; + f1097c = p; Class cls2 = Integer.TYPE; boolean p2 = p(cls2); d = p2; diff --git a/app/src/main/java/c/i/a/f/h/l/l2.java b/app/src/main/java/c/i/a/f/h/l/l2.java index da14c7fa5e..98f4aa8a67 100644 --- a/app/src/main/java/c/i/a/f/h/l/l2.java +++ b/app/src/main/java/c/i/a/f/h/l/l2.java @@ -13,7 +13,7 @@ public abstract class l2 { public static volatile t2 b; /* renamed from: c reason: collision with root package name */ - public static u2 f1096c = new u2(n2.a); + public static u2 f1098c = new u2(n2.a); public static final AtomicInteger d = new AtomicInteger(); public final q2 e; public final String f; @@ -64,7 +64,7 @@ public abstract class l2 { Object g; boolean z2 = true; if (!this.j) { - u2 u2Var = f1096c; + u2 u2Var = f1098c; String str = this.f; Objects.requireNonNull(u2Var); Objects.requireNonNull(str, "flagName must not be null"); @@ -77,7 +77,7 @@ public abstract class l2 { t2 t2Var = b; c.Y0(t2Var != null, "Must call PhenotypeFlag.init() first"); String str2 = (String) c2.a(t2Var.a()).g("gms:phenotype:phenotype_flag:debug_bypass_phenotype"); - if (str2 == null || !u1.f1127c.matcher(str2).matches()) { + if (str2 == null || !u1.f1129c.matcher(str2).matches()) { z2 = false; } String str3 = null; diff --git a/app/src/main/java/c/i/a/f/h/l/l3.java b/app/src/main/java/c/i/a/f/h/l/l3.java index 8a7e5960d6..47c1af07ea 100644 --- a/app/src/main/java/c/i/a/f/h/l/l3.java +++ b/app/src/main/java/c/i/a/f/h/l/l3.java @@ -90,9 +90,9 @@ public abstract class l3, Build throw new IllegalStateException("Did not write as much data as expected."); } catch (IOException e) { String name = getClass().getName(); - StringBuilder K = a.K(name.length() + 62 + 10, "Serializing ", name, " to a ", "ByteString"); - K.append(" threw an IOException (should never happen)."); - throw new RuntimeException(K.toString(), e); + StringBuilder J = a.J(name.length() + 62 + 10, "Serializing ", name, " to a ", "ByteString"); + J.append(" threw an IOException (should never happen)."); + throw new RuntimeException(J.toString(), e); } } @@ -110,9 +110,9 @@ public abstract class l3, Build throw new IllegalStateException("Did not write as much data as expected."); } catch (IOException e) { String name = getClass().getName(); - StringBuilder K = a.K(name.length() + 62 + 10, "Serializing ", name, " to a ", "byte array"); - K.append(" threw an IOException (should never happen)."); - throw new RuntimeException(K.toString(), e); + StringBuilder J = a.J(name.length() + 62 + 10, "Serializing ", name, " to a ", "byte array"); + J.append(" threw an IOException (should never happen)."); + throw new RuntimeException(J.toString(), e); } } diff --git a/app/src/main/java/c/i/a/f/h/l/la.java b/app/src/main/java/c/i/a/f/h/l/la.java index 7a3b34aa3e..1f805480d2 100644 --- a/app/src/main/java/c/i/a/f/h/l/la.java +++ b/app/src/main/java/c/i/a/f/h/l/la.java @@ -5,14 +5,14 @@ public final class la implements ia { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1097c; + public static final l2 f1099c; public static final l2 d; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.sdk.collection.enable_extend_user_property_size", true); b = q2Var.c("measurement.sdk.collection.last_deep_link_referrer2", true); - f1097c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); + f1099c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); d = q2Var.c("measurement.sdk.collection.last_gclid_from_referrer2", false); q2Var.a("measurement.id.sdk.collection.last_deep_link_referrer2", 0); } @@ -29,7 +29,7 @@ public final class la implements ia { @Override // c.i.a.f.h.l.ia public final boolean c() { - return f1097c.d().booleanValue(); + return f1099c.d().booleanValue(); } @Override // c.i.a.f.h.l.ia diff --git a/app/src/main/java/c/i/a/f/h/l/m2.java b/app/src/main/java/c/i/a/f/h/l/m2.java index 5061c5d13f..8e2bd16509 100644 --- a/app/src/main/java/c/i/a/f/h/l/m2.java +++ b/app/src/main/java/c/i/a/f/h/l/m2.java @@ -22,7 +22,7 @@ public final class m2 extends l2 { } String c2 = c(); String valueOf = String.valueOf(obj); - Log.e("PhenotypeFlag", a.g(valueOf.length() + a.b(c2, 25), "Invalid long value for ", c2, ": ", valueOf)); + Log.e("PhenotypeFlag", a.f(valueOf.length() + a.b(c2, 25), "Invalid long value for ", c2, ": ", valueOf)); return null; } } diff --git a/app/src/main/java/c/i/a/f/h/l/n4.java b/app/src/main/java/c/i/a/f/h/l/n4.java index c55d565d5c..d23cb67e70 100644 --- a/app/src/main/java/c/i/a/f/h/l/n4.java +++ b/app/src/main/java/c/i/a/f/h/l/n4.java @@ -16,7 +16,7 @@ public final class n4> { public final r6 b = new t6(16); /* renamed from: c reason: collision with root package name */ - public boolean f1098c; + public boolean f1100c; public boolean d; public n4() { @@ -263,7 +263,7 @@ public final class n4> { return obj; } d5 d5Var = (d5) obj; - int i = d5.f1087c; + int i = d5.f1089c; throw new NoSuchMethodError(); } @@ -291,9 +291,9 @@ public final class n4> { } public final void h() { - if (!this.f1098c) { + if (!this.f1100c) { this.b.c(); - this.f1098c = true; + this.f1100c = true; } } @@ -329,7 +329,7 @@ public final class n4> { Object value = entry.getValue(); if (value instanceof d5) { d5 d5Var = (d5) value; - int i = d5.f1087c; + int i = d5.f1089c; throw new NoSuchMethodError(); } else if (key.d()) { Object c2 = c(key); diff --git a/app/src/main/java/c/i/a/f/h/l/n6.java b/app/src/main/java/c/i/a/f/h/l/n6.java index 4db9fac51b..2fc3d6cf46 100644 --- a/app/src/main/java/c/i/a/f/h/l/n6.java +++ b/app/src/main/java/c/i/a/f/h/l/n6.java @@ -10,7 +10,7 @@ public final class n6 { public final p6 b = new p5(); /* renamed from: c reason: collision with root package name */ - public final ConcurrentMap, q6> f1099c = new ConcurrentHashMap(); + public final ConcurrentMap, q6> f1101c = new ConcurrentHashMap(); public final q6 a(Class cls) { q6 q6Var; @@ -18,7 +18,7 @@ public final class n6 { Class cls2; Charset charset = w4.a; Objects.requireNonNull(cls, "messageType"); - q6 q6Var2 = (q6) this.f1099c.get(cls); + q6 q6Var2 = (q6) this.f1101c.get(cls); if (q6Var2 != null) { return q6Var2; } @@ -72,11 +72,11 @@ public final class n6 { throw new IllegalStateException("Protobuf runtime is not correctly loaded."); } } else { - q6Var = e6.n(b, k6.a, m5.a, s6.f1126c, null, x5.a); + q6Var = e6.n(b, k6.a, m5.a, s6.f1128c, null, x5.a); } } } - q6 q6Var3 = (q6) this.f1099c.putIfAbsent(cls, q6Var); + q6 q6Var3 = (q6) this.f1101c.putIfAbsent(cls, q6Var); return q6Var3 != null ? q6Var3 : q6Var; } throw new IllegalArgumentException("Message classes must extend GeneratedMessage or GeneratedMessageLite"); diff --git a/app/src/main/java/c/i/a/f/h/l/o2.java b/app/src/main/java/c/i/a/f/h/l/o2.java index 87b845de14..1957859c96 100644 --- a/app/src/main/java/c/i/a/f/h/l/o2.java +++ b/app/src/main/java/c/i/a/f/h/l/o2.java @@ -25,7 +25,7 @@ public final class o2 extends l2 { } String c2 = c(); String valueOf = String.valueOf(obj); - Log.e("PhenotypeFlag", a.g(valueOf.length() + a.b(c2, 27), "Invalid double value for ", c2, ": ", valueOf)); + Log.e("PhenotypeFlag", a.f(valueOf.length() + a.b(c2, 27), "Invalid double value for ", c2, ": ", valueOf)); return null; } } diff --git a/app/src/main/java/c/i/a/f/h/l/o4.java b/app/src/main/java/c/i/a/f/h/l/o4.java index 9123feffea..085a750859 100644 --- a/app/src/main/java/c/i/a/f/h/l/o4.java +++ b/app/src/main/java/c/i/a/f/h/l/o4.java @@ -105,7 +105,7 @@ public enum o4 { /* renamed from: h0 reason: collision with root package name */ - public static final o4[] f1107h0 = new o4[51]; + public static final o4[] f1109h0 = new o4[51]; private final e5 zzaz; private final int zzba; private final q4 zzbb; @@ -129,7 +129,7 @@ public enum o4 { o4[] values = values(); for (int i = 0; i < 51; i++) { o4 o4Var = values[i]; - f1107h0[o4Var.zzba] = o4Var; + f1109h0[o4Var.zzba] = o4Var; } } diff --git a/app/src/main/java/c/i/a/f/h/l/o5.java b/app/src/main/java/c/i/a/f/h/l/o5.java index d80b95ee8b..cea3d1cb0c 100644 --- a/app/src/main/java/c/i/a/f/h/l/o5.java +++ b/app/src/main/java/c/i/a/f/h/l/o5.java @@ -7,7 +7,7 @@ import java.util.List; public final class o5 extends m5 { /* renamed from: c reason: collision with root package name */ - public static final Class f1113c = Collections.unmodifiableList(Collections.emptyList()).getClass(); + public static final Class f1115c = Collections.unmodifiableList(Collections.emptyList()).getClass(); public o5(l5 l5Var) { super(null); @@ -23,7 +23,7 @@ public final class o5 extends m5 { list2 = list2 instanceof j5 ? new k5(size) : (!(list2 instanceof l6) || !(list2 instanceof b5)) ? new ArrayList(size) : ((b5) list2).f(size); j7.f(obj, j, list2); } else { - if (f1113c.isAssignableFrom(list2.getClass())) { + if (f1115c.isAssignableFrom(list2.getClass())) { ArrayList arrayList2 = new ArrayList(list2.size() + size); arrayList2.addAll(list2); j7.f(obj, j, arrayList2); @@ -59,7 +59,7 @@ public final class o5 extends m5 { List list = (List) j7.r(obj, j); if (list instanceof j5) { obj2 = ((j5) list).r(); - } else if (!f1113c.isAssignableFrom(list.getClass())) { + } else if (!f1115c.isAssignableFrom(list.getClass())) { if (!(list instanceof l6) || !(list instanceof b5)) { obj2 = Collections.unmodifiableList(list); } else { diff --git a/app/src/main/java/c/i/a/f/h/l/o6.java b/app/src/main/java/c/i/a/f/h/l/o6.java index df778643ed..edd4053f1a 100644 --- a/app/src/main/java/c/i/a/f/h/l/o6.java +++ b/app/src/main/java/c/i/a/f/h/l/o6.java @@ -5,13 +5,13 @@ public final class o6 implements a6 { public final String b; /* renamed from: c reason: collision with root package name */ - public final Object[] f1114c; + public final Object[] f1116c; public final int d; public o6(c6 c6Var, String str, Object[] objArr) { this.a = c6Var; this.b = str; - this.f1114c = objArr; + this.f1116c = objArr; char charAt = str.charAt(0); if (charAt < 55296) { this.d = charAt; diff --git a/app/src/main/java/c/i/a/f/h/l/p2.java b/app/src/main/java/c/i/a/f/h/l/p2.java index e5e64ebbed..7a26d54325 100644 --- a/app/src/main/java/c/i/a/f/h/l/p2.java +++ b/app/src/main/java/c/i/a/f/h/l/p2.java @@ -16,7 +16,7 @@ public final class p2 extends l2 { } if (obj instanceof String) { String str = (String) obj; - if (u1.f1127c.matcher(str).matches()) { + if (u1.f1129c.matcher(str).matches()) { return Boolean.TRUE; } if (u1.d.matcher(str).matches()) { @@ -25,7 +25,7 @@ public final class p2 extends l2 { } String c2 = c(); String valueOf = String.valueOf(obj); - Log.e("PhenotypeFlag", a.g(valueOf.length() + a.b(c2, 28), "Invalid boolean value for ", c2, ": ", valueOf)); + Log.e("PhenotypeFlag", a.f(valueOf.length() + a.b(c2, 28), "Invalid boolean value for ", c2, ": ", valueOf)); return null; } } diff --git a/app/src/main/java/c/i/a/f/h/l/p8.java b/app/src/main/java/c/i/a/f/h/l/p8.java index 8bb03c82c4..3e00e4432a 100644 --- a/app/src/main/java/c/i/a/f/h/l/p8.java +++ b/app/src/main/java/c/i/a/f/h/l/p8.java @@ -12,7 +12,7 @@ public final class p8 implements m8 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1119c; + public static final l2 f1121c; public static final l2 d; public static final l2 e; public static final l2 f; @@ -30,27 +30,27 @@ public final class p8 implements m8 { public static final l2 r; /* renamed from: s reason: collision with root package name */ - public static final l2 f1120s; + public static final l2 f1122s; public static final l2 t; public static final l2 u; public static final l2 v; public static final l2 w; /* renamed from: x reason: collision with root package name */ - public static final l2 f1121x; + public static final l2 f1123x; /* renamed from: y reason: collision with root package name */ - public static final l2 f1122y; + public static final l2 f1124y; /* renamed from: z reason: collision with root package name */ - public static final l2 f1123z; + public static final l2 f1125z; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.a("measurement.ad_id_cache_time", 10000); b = q2Var.a("measurement.config.cache_time", 86400000); q2Var.b("measurement.log_tag", "FA"); - f1119c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); + f1121c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); d = q2Var.b("measurement.config.url_scheme", "https"); e = q2Var.a("measurement.upload.debug_upload_interval", 1000); f = q2Var.a("measurement.lifetimevalue.max_currency_tracked", 4); @@ -68,14 +68,14 @@ public final class p8 implements m8 { p = q2Var.a("measurement.upload.stale_data_deletion_interval", 86400000); q = q2Var.a("measurement.upload.backoff_period", 43200000); r = q2Var.a("measurement.upload.initial_upload_delay_time", 15000); - f1120s = q2Var.a("measurement.upload.interval", 3600000); + f1122s = q2Var.a("measurement.upload.interval", 3600000); t = q2Var.a("measurement.upload.max_bundle_size", 65536); u = q2Var.a("measurement.upload.max_bundles", 100); v = q2Var.a("measurement.upload.max_conversions_per_day", 500); w = q2Var.a("measurement.upload.max_error_events_per_day", 1000); - f1121x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); - f1122y = q2Var.a("measurement.upload.max_events_per_day", 100000); - f1123z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); + f1123x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); + f1124y = q2Var.a("measurement.upload.max_events_per_day", 100000); + f1125z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); A = q2Var.a("measurement.upload.max_queue_time", 2419200000L); B = q2Var.a("measurement.upload.max_realtime_events_per_day", 10); C = q2Var.a("measurement.upload.max_batch_size", 65536); @@ -112,7 +112,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long F() { - return f1120s.d().longValue(); + return f1122s.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -137,7 +137,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final String c() { - return f1119c.d(); + return f1121c.d(); } @Override // c.i.a.f.h.l.m8 @@ -177,7 +177,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long l() { - return f1122y.d().longValue(); + return f1124y.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -192,7 +192,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long o() { - return f1123z.d().longValue(); + return f1125z.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -237,7 +237,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long x() { - return f1121x.d().longValue(); + return f1123x.d().longValue(); } @Override // c.i.a.f.h.l.m8 diff --git a/app/src/main/java/c/i/a/f/h/l/s2.java b/app/src/main/java/c/i/a/f/h/l/s2.java index 3d81f0bad4..6ec078b468 100644 --- a/app/src/main/java/c/i/a/f/h/l/s2.java +++ b/app/src/main/java/c/i/a/f/h/l/s2.java @@ -13,7 +13,7 @@ public final class s2 implements b2 { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final SharedPreferences.OnSharedPreferenceChangeListener f1124c; + public final SharedPreferences.OnSharedPreferenceChangeListener f1126c; public final Object d; public volatile Map e; @@ -40,7 +40,7 @@ public final class s2 implements b2 { public static synchronized void b() { synchronized (s2.class) { for (s2 s2Var : a.values()) { - s2Var.b.unregisterOnSharedPreferenceChangeListener(s2Var.f1124c); + s2Var.b.unregisterOnSharedPreferenceChangeListener(s2Var.f1126c); } a.clear(); } diff --git a/app/src/main/java/c/i/a/f/h/l/s3.java b/app/src/main/java/c/i/a/f/h/l/s3.java index 5c8502528c..b682fa2e57 100644 --- a/app/src/main/java/c/i/a/f/h/l/s3.java +++ b/app/src/main/java/c/i/a/f/h/l/s3.java @@ -7,7 +7,7 @@ public final class s3 { public long b; /* renamed from: c reason: collision with root package name */ - public Object f1125c; + public Object f1127c; public final h4 d; public s3(h4 h4Var) { diff --git a/app/src/main/java/c/i/a/f/h/l/s6.java b/app/src/main/java/c/i/a/f/h/l/s6.java index d653a1b491..60e822a786 100644 --- a/app/src/main/java/c/i/a/f/h/l/s6.java +++ b/app/src/main/java/c/i/a/f/h/l/s6.java @@ -12,7 +12,7 @@ public final class s6 { public static final d7 b = e(false); /* renamed from: c reason: collision with root package name */ - public static final d7 f1126c = e(true); + public static final d7 f1128c = e(true); public static final d7 d = new f7(); static { diff --git a/app/src/main/java/c/i/a/f/h/l/u1.java b/app/src/main/java/c/i/a/f/h/l/u1.java index 3dfafeaaed..8eaae39b73 100644 --- a/app/src/main/java/c/i/a/f/h/l/u1.java +++ b/app/src/main/java/c/i/a/f/h/l/u1.java @@ -10,7 +10,7 @@ public class u1 { public static final Uri b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f1127c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1129c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); public static final Pattern d = Pattern.compile("^(0|false|f|off|no|n)$", 2); public static final AtomicBoolean e = new AtomicBoolean(); public static HashMap f; diff --git a/app/src/main/java/c/i/a/f/h/l/u4.java b/app/src/main/java/c/i/a/f/h/l/u4.java index 467d094ff8..40e709730a 100644 --- a/app/src/main/java/c/i/a/f/h/l/u4.java +++ b/app/src/main/java/c/i/a/f/h/l/u4.java @@ -149,7 +149,7 @@ public abstract class u4, Build public final n4 u() { n4 n4Var = this.zzc; - if (n4Var.f1098c) { + if (n4Var.f1100c) { this.zzc = (n4) n4Var.clone(); } return this.zzc; @@ -270,7 +270,7 @@ public abstract class u4, Build @Override // c.i.a.f.h.l.c6 public final void i(zzhi zzhi) throws IOException { q6 b2 = n6.a.b(this); - g4 g4Var = zzhi.f2303c; + g4 g4Var = zzhi.f2306c; if (g4Var == null) { g4Var = new g4(zzhi); } diff --git a/app/src/main/java/c/i/a/f/h/l/v1.java b/app/src/main/java/c/i/a/f/h/l/v1.java index 8f0ac5f52a..3f754239d3 100644 --- a/app/src/main/java/c/i/a/f/h/l/v1.java +++ b/app/src/main/java/c/i/a/f/h/l/v1.java @@ -45,8 +45,8 @@ public final class v1 extends t2 { public final String toString() { String valueOf = String.valueOf(this.a); String valueOf2 = String.valueOf(this.b); - StringBuilder K = a.K(valueOf2.length() + valueOf.length() + 46, "FlagsContext{context=", valueOf, ", hermeticFileOverrides=", valueOf2); - K.append("}"); - return K.toString(); + StringBuilder J = a.J(valueOf2.length() + valueOf.length() + 46, "FlagsContext{context=", valueOf, ", hermeticFileOverrides=", valueOf2); + J.append("}"); + return J.toString(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/v8.java b/app/src/main/java/c/i/a/f/h/l/v8.java index c4c8ce30b1..340ad67683 100644 --- a/app/src/main/java/c/i/a/f/h/l/v8.java +++ b/app/src/main/java/c/i/a/f/h/l/v8.java @@ -5,14 +5,14 @@ public final class v8 implements s8 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1128c; + public static final l2 f1130c; public static final l2 d; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.consent_state_v1", false); b = q2Var.c("measurement.client.3p_consent_state_v1", false); - f1128c = q2Var.c("measurement.service.consent_state_v1_W36", false); + f1130c = q2Var.c("measurement.service.consent_state_v1_W36", false); q2Var.a("measurement.id.service.consent_state_v1_W36", 0); d = q2Var.a("measurement.service.storage_consent_support_version", 203590); } @@ -34,7 +34,7 @@ public final class v8 implements s8 { @Override // c.i.a.f.h.l.s8 public final boolean d() { - return f1128c.d().booleanValue(); + return f1130c.d().booleanValue(); } @Override // c.i.a.f.h.l.s8 diff --git a/app/src/main/java/c/i/a/f/h/l/x1.java b/app/src/main/java/c/i/a/f/h/l/x1.java index 23f18d7e9f..a3de74b8d0 100644 --- a/app/src/main/java/c/i/a/f/h/l/x1.java +++ b/app/src/main/java/c/i/a/f/h/l/x1.java @@ -16,7 +16,7 @@ public final /* synthetic */ class x1 implements d2 { @Override // c.i.a.f.h.l.d2 public final Object a() { y1 y1Var = this.a; - Cursor query = y1Var.f1129c.query(y1Var.d, y1.b, null, null, null); + Cursor query = y1Var.f1131c.query(y1Var.d, y1.b, null, null, null); if (query == null) { return Collections.emptyMap(); } diff --git a/app/src/main/java/c/i/a/f/h/l/y1.java b/app/src/main/java/c/i/a/f/h/l/y1.java index 8c53680453..ab7d3dee53 100644 --- a/app/src/main/java/c/i/a/f/h/l/y1.java +++ b/app/src/main/java/c/i/a/f/h/l/y1.java @@ -21,7 +21,7 @@ public final class y1 implements b2 { public static final String[] b = {"key", "value"}; /* renamed from: c reason: collision with root package name */ - public final ContentResolver f1129c; + public final ContentResolver f1131c; public final Uri d; public final ContentObserver e; public final Object f = new Object(); @@ -34,7 +34,7 @@ public final class y1 implements b2 { this.e = a2Var; Objects.requireNonNull(contentResolver); Objects.requireNonNull(uri); - this.f1129c = contentResolver; + this.f1131c = contentResolver; this.d = uri; contentResolver.registerContentObserver(uri, false, a2Var); } @@ -62,7 +62,7 @@ public final class y1 implements b2 { public static synchronized void c() { synchronized (y1.class) { for (y1 y1Var : a.values()) { - y1Var.f1129c.unregisterContentObserver(y1Var.e); + y1Var.f1131c.unregisterContentObserver(y1Var.e); } a.clear(); } diff --git a/app/src/main/java/c/i/a/f/h/l/y2.java b/app/src/main/java/c/i/a/f/h/l/y2.java index f4171d2abb..391044daa7 100644 --- a/app/src/main/java/c/i/a/f/h/l/y2.java +++ b/app/src/main/java/c/i/a/f/h/l/y2.java @@ -36,6 +36,6 @@ public final class y2 extends x2 { @Override // java.lang.Object public final String toString() { String valueOf = String.valueOf(this.zza); - return a.f(valueOf.length() + 13, "Optional.of(", valueOf, ")"); + return a.e(valueOf.length() + 13, "Optional.of(", valueOf, ")"); } } diff --git a/app/src/main/java/c/i/a/f/h/l/y3.java b/app/src/main/java/c/i/a/f/h/l/y3.java index 2d94be5cb9..08c679a339 100644 --- a/app/src/main/java/c/i/a/f/h/l/y3.java +++ b/app/src/main/java/c/i/a/f/h/l/y3.java @@ -20,7 +20,7 @@ public final class y3 extends z3 { return this.zzb[this.zzc + i]; } if (i < 0) { - throw new ArrayIndexOutOfBoundsException(a.e(22, "Index < 0: ", i)); + throw new ArrayIndexOutOfBoundsException(a.d(22, "Index < 0: ", i)); } StringBuilder sb = new StringBuilder(40); sb.append("Index > length: "); diff --git a/app/src/main/java/c/i/a/f/h/l/y6.java b/app/src/main/java/c/i/a/f/h/l/y6.java index d297837db5..7b16ec48b3 100644 --- a/app/src/main/java/c/i/a/f/h/l/y6.java +++ b/app/src/main/java/c/i/a/f/h/l/y6.java @@ -85,6 +85,6 @@ public final class y6 implements Comparable, Map.Entry { public final String toString() { String valueOf = String.valueOf(this.i); String valueOf2 = String.valueOf(this.j); - return a.f(valueOf2.length() + valueOf.length() + 1, valueOf, "=", valueOf2); + return a.e(valueOf2.length() + valueOf.length() + 1, valueOf, "=", valueOf2); } } diff --git a/app/src/main/java/c/i/a/f/h/l/y7.java b/app/src/main/java/c/i/a/f/h/l/y7.java index 17445628ef..be7afbf4b3 100644 --- a/app/src/main/java/c/i/a/f/h/l/y7.java +++ b/app/src/main/java/c/i/a/f/h/l/y7.java @@ -5,13 +5,13 @@ public final class y7 implements z7 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1130c; + public static final l2 f1132c; static { q2 q2Var = new q2(i2.a("com.google.android.gms.measurement")); a = q2Var.c("measurement.client.ad_impression", true); b = q2Var.c("measurement.service.separate_public_internal_event_blacklisting", true); - f1130c = q2Var.c("measurement.service.ad_impression", true); + f1132c = q2Var.c("measurement.service.ad_impression", true); q2Var.a("measurement.id.service.ad_impression", 0); } @@ -32,6 +32,6 @@ public final class y7 implements z7 { @Override // c.i.a.f.h.l.z7 public final boolean d() { - return f1130c.d().booleanValue(); + return f1132c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/ya.java b/app/src/main/java/c/i/a/f/h/l/ya.java index b9ed3d28cc..52ce04074b 100644 --- a/app/src/main/java/c/i/a/f/h/l/ya.java +++ b/app/src/main/java/c/i/a/f/h/l/ya.java @@ -5,7 +5,7 @@ public final class ya implements za { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1131c; + public static final l2 f1133c; public static final l2 d; public static final l2 e; @@ -14,7 +14,7 @@ public final class ya implements za { a = q2Var.c("measurement.test.boolean_flag", false); Object obj = l2.a; b = new o2(q2Var, "measurement.test.double_flag", Double.valueOf(-3.0d)); - f1131c = q2Var.a("measurement.test.int_flag", -2); + f1133c = q2Var.a("measurement.test.int_flag", -2); d = q2Var.a("measurement.test.long_flag", -1); e = q2Var.b("measurement.test.string_flag", "---"); } @@ -31,7 +31,7 @@ public final class ya implements za { @Override // c.i.a.f.h.l.za public final long c() { - return f1131c.d().longValue(); + return f1133c.d().longValue(); } @Override // c.i.a.f.h.l.za diff --git a/app/src/main/java/c/i/a/f/h/m/d.java b/app/src/main/java/c/i/a/f/h/m/d.java index 99f8dbdf29..ce79a175d6 100644 --- a/app/src/main/java/c/i/a/f/h/m/d.java +++ b/app/src/main/java/c/i/a/f/h/m/d.java @@ -9,7 +9,7 @@ public final class d implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzgp createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); ParcelUuid parcelUuid = null; ParcelUuid parcelUuid2 = null; ParcelUuid parcelUuid3 = null; @@ -19,7 +19,7 @@ public final class d implements Parcelable.Creator { byte[] bArr4 = null; int i = 0; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 != 1) { @@ -40,7 +40,7 @@ public final class d implements Parcelable.Creator { bArr2 = AnimatableValueParser.Q(parcel, readInt); continue; case 9: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); continue; case 10: bArr3 = AnimatableValueParser.Q(parcel, readInt); @@ -49,14 +49,14 @@ public final class d implements Parcelable.Creator { bArr4 = AnimatableValueParser.Q(parcel, readInt); continue; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); continue; } } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzgp(i, parcelUuid, parcelUuid2, parcelUuid3, bArr, bArr2, i2, bArr3, bArr4); } diff --git a/app/src/main/java/c/i/a/f/h/m/e.java b/app/src/main/java/c/i/a/f/h/m/e.java index b02ebdfc44..c1f32177a1 100644 --- a/app/src/main/java/c/i/a/f/h/m/e.java +++ b/app/src/main/java/c/i/a/f/h/m/e.java @@ -16,7 +16,7 @@ public final class e { @Nullable /* renamed from: c reason: collision with root package name */ - public final List f1132c; + public final List f1134c; @Nullable public final SparseArray d; @Nullable @@ -27,7 +27,7 @@ public final class e { public final byte[] h; public e(@Nullable List list, @Nullable SparseArray sparseArray, @Nullable Map map, int i, int i2, @Nullable String str, byte[] bArr) { - this.f1132c = list; + this.f1134c = list; this.d = sparseArray; this.e = map; this.g = str; @@ -55,7 +55,7 @@ public final class e { long j; int length = bArr.length; if (length != 2 && length != 4 && length != 16) { - throw new IllegalArgumentException(a.e(38, "uuidBytes length invalid - ", length)); + throw new IllegalArgumentException(a.d(38, "uuidBytes length invalid - ", length)); } else if (length == 16) { ByteBuffer order = ByteBuffer.wrap(bArr).order(ByteOrder.LITTLE_ENDIAN); return new ParcelUuid(new UUID(order.getLong(8), order.getLong(0))); @@ -87,7 +87,7 @@ public final class e { public final String toString() { String str; int i = this.b; - String valueOf = String.valueOf(this.f1132c); + String valueOf = String.valueOf(this.f1134c); SparseArray sparseArray = this.d; StringBuilder sb = new StringBuilder(); String str2 = "{}"; @@ -133,7 +133,7 @@ public final class e { sb3.append(i); sb3.append(", mServiceUuids="); sb3.append(valueOf); - a.k0(sb3, ", mManufacturerSpecificData=", str, ", mServiceData=", str2); + a.j0(sb3, ", mManufacturerSpecificData=", str, ", mServiceData=", str2); sb3.append(", mTxPowerLevel="); sb3.append(i4); sb3.append(", mDeviceName="); diff --git a/app/src/main/java/c/i/a/f/h/m/f.java b/app/src/main/java/c/i/a/f/h/m/f.java index 38e01a7f06..23291f9f12 100644 --- a/app/src/main/java/c/i/a/f/h/m/f.java +++ b/app/src/main/java/c/i/a/f/h/m/f.java @@ -8,11 +8,11 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzgs createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 3) { @@ -20,12 +20,12 @@ public final class f implements Parcelable.Creator { } else if (i2 == 6) { str2 = AnimatableValueParser.T(parcel, readInt); } else if (i2 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzgs(i, str, str2); } diff --git a/app/src/main/java/c/i/a/f/h/m/g.java b/app/src/main/java/c/i/a/f/h/m/g.java index d842c90155..e74907973a 100644 --- a/app/src/main/java/c/i/a/f/h/m/g.java +++ b/app/src/main/java/c/i/a/f/h/m/g.java @@ -8,27 +8,27 @@ public final class g implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzgu createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; byte[] bArr = null; int i2 = 0; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 2) { bArr = AnimatableValueParser.Q(parcel, readInt); } else if (i3 == 3) { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } else if (i3 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzgu(i, i2, bArr, z2); } diff --git a/app/src/main/java/c/i/a/f/h/m/p.java b/app/src/main/java/c/i/a/f/h/m/p.java index 2e98fcec66..5505dfe51b 100644 --- a/app/src/main/java/c/i/a/f/h/m/p.java +++ b/app/src/main/java/c/i/a/f/h/m/p.java @@ -10,7 +10,7 @@ public class p { public static final Uri b = Uri.parse("content://com.google.android.gsf.gservices/prefix"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f1133c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1135c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); public static final Pattern d = Pattern.compile("^(0|false|f|off|no|n)$", 2); public static final AtomicBoolean e = new AtomicBoolean(); public static HashMap f; diff --git a/app/src/main/java/c/i/a/f/h/o/d.java b/app/src/main/java/c/i/a/f/h/o/d.java index 68bf01e962..7202b34beb 100644 --- a/app/src/main/java/c/i/a/f/h/o/d.java +++ b/app/src/main/java/c/i/a/f/h/o/d.java @@ -5,6 +5,6 @@ import c.i.a.f.e.h.h; import c.i.a.f.k.a; public abstract class d extends c.i.a.f.e.h.j.d { public d(c cVar) { - super(a.f1214c, cVar); + super(a.f1216c, cVar); } } diff --git a/app/src/main/java/c/i/a/f/i/a/a.java b/app/src/main/java/c/i/a/f/i/a/a.java index c8c241ab69..7c59ccf690 100644 --- a/app/src/main/java/c/i/a/f/i/a/a.java +++ b/app/src/main/java/c/i/a/f/i/a/a.java @@ -29,7 +29,7 @@ public class a { synchronized (gVar.g) { for (int i = 0; i < gVar.g.size(); i++) { if (aVar.equals(gVar.g.get(i).first)) { - Log.w(gVar.f1090c, "OnEventListener already registered."); + Log.w(gVar.f1092c, "OnEventListener already registered."); return; } } @@ -41,7 +41,7 @@ public class a { gVar.j.registerOnMeasurementEventListener(cVar); return; } catch (BadParcelableException | NetworkOnMainThreadException | RemoteException | IllegalArgumentException | IllegalStateException | NullPointerException | SecurityException | UnsupportedOperationException unused) { - Log.w(gVar.f1090c, "Failed to register event listener on calling thread. Trying again on the dynamite thread."); + Log.w(gVar.f1092c, "Failed to register event listener on calling thread. Trying again on the dynamite thread."); } } gVar.e.execute(new a0(gVar, cVar)); diff --git a/app/src/main/java/c/i/a/f/i/b/a.java b/app/src/main/java/c/i/a/f/i/b/a.java index ae505c7dbb..e914c664ca 100644 --- a/app/src/main/java/c/i/a/f/i/b/a.java +++ b/app/src/main/java/c/i/a/f/i/b/a.java @@ -9,7 +9,7 @@ public final class a extends z1 { public final Map b = new ArrayMap(); /* renamed from: c reason: collision with root package name */ - public final Map f1134c = new ArrayMap(); + public final Map f1136c = new ArrayMap(); public long d; public a(u4 u4Var) { diff --git a/app/src/main/java/c/i/a/f/i/b/a4.java b/app/src/main/java/c/i/a/f/i/b/a4.java index a727ab260d..59607b5d0a 100644 --- a/app/src/main/java/c/i/a/f/i/b/a4.java +++ b/app/src/main/java/c/i/a/f/i/b/a4.java @@ -20,7 +20,7 @@ public final class a4 { public final String b; /* renamed from: c reason: collision with root package name */ - public String f1135c; + public String f1137c; public String d; public String e; public String f; @@ -38,20 +38,20 @@ public final class a4 { public boolean r; /* renamed from: s reason: collision with root package name */ - public String f1136s; + public String f1138s; public Boolean t; public long u; public List v; public String w; /* renamed from: x reason: collision with root package name */ - public long f1137x; + public long f1139x; /* renamed from: y reason: collision with root package name */ - public long f1138y; + public long f1140y; /* renamed from: z reason: collision with root package name */ - public long f1139z; + public long f1141z; @WorkerThread public a4(u4 u4Var, String str) { @@ -245,8 +245,8 @@ public final class a4 { @WorkerThread public final void c(String str) { this.a.f().b(); - this.E |= !t9.q0(this.f1135c, str); - this.f1135c = str; + this.E |= !t9.q0(this.f1137c, str); + this.f1137c = str; } @WorkerThread @@ -348,8 +348,8 @@ public final class a4 { if (TextUtils.isEmpty(str)) { str = null; } - this.E |= !t9.q0(this.f1136s, str); - this.f1136s = str; + this.E |= !t9.q0(this.f1138s, str); + this.f1138s = str; } @WorkerThread @@ -362,7 +362,7 @@ public final class a4 { @WorkerThread public final String s() { this.a.f().b(); - return this.f1135c; + return this.f1137c; } @WorkerThread @@ -405,7 +405,7 @@ public final class a4 { @WorkerThread public final String y() { this.a.f().b(); - return this.f1136s; + return this.f1138s; } @WorkerThread diff --git a/app/src/main/java/c/i/a/f/i/b/a9.java b/app/src/main/java/c/i/a/f/i/b/a9.java index baf243bff5..78e8fdc799 100644 --- a/app/src/main/java/c/i/a/f/i/b/a9.java +++ b/app/src/main/java/c/i/a/f/i/b/a9.java @@ -19,11 +19,11 @@ public final /* synthetic */ class a9 implements Runnable { x8Var.b.g().m.a("Application going to the background"); boolean z2 = true; if (x8Var.b.a.h.o(p.v0)) { - x8Var.b.l().f1147x.a(true); + x8Var.b.l().f1149x.a(true); } Bundle bundle = new Bundle(); if (!x8Var.b.a.h.z().booleanValue()) { - x8Var.b.e.f1150c.c(); + x8Var.b.e.f1152c.c(); if (x8Var.b.a.h.o(p.m0)) { d9 d9Var = x8Var.b.e; d9Var.b = j2; diff --git a/app/src/main/java/c/i/a/f/i/b/b4.java b/app/src/main/java/c/i/a/f/i/b/b4.java index a20d1761ba..609646f542 100644 --- a/app/src/main/java/c/i/a/f/i/b/b4.java +++ b/app/src/main/java/c/i/a/f/i/b/b4.java @@ -11,7 +11,7 @@ public class b4 extends BroadcastReceiver { public boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f1140c; + public boolean f1142c; public b4(k9 k9Var) { this.a = k9Var; @@ -25,7 +25,7 @@ public class b4 extends BroadcastReceiver { if (this.b) { this.a.g().n.a("Unregistering connectivity change receiver"); this.b = false; - this.f1140c = false; + this.f1142c = false; try { this.a.k.b.unregisterReceiver(this); } catch (IllegalArgumentException e) { @@ -42,8 +42,8 @@ public class b4 extends BroadcastReceiver { this.a.g().n.b("NetworkBroadcastReceiver received action", action); if ("android.net.conn.CONNECTIVITY_CHANGE".equals(action)) { boolean u = this.a.J().u(); - if (this.f1140c != u) { - this.f1140c = u; + if (this.f1142c != u) { + this.f1142c = u; this.a.f().v(new e4(this, u)); return; } diff --git a/app/src/main/java/c/i/a/f/i/b/ba.java b/app/src/main/java/c/i/a/f/i/b/ba.java index 9fe0b7012c..86c5e499d0 100644 --- a/app/src/main/java/c/i/a/f/i/b/ba.java +++ b/app/src/main/java/c/i/a/f/i/b/ba.java @@ -146,8 +146,8 @@ public final class ba extends i9 { break; } } - boolean z4 = f9.b() && this.a.h.u(this.d, p.f1179c0); - boolean z5 = f9.b() && this.a.h.u(this.d, p.f1177b0); + boolean z4 = f9.b() && this.a.h.u(this.d, p.f1181c0); + boolean z5 = f9.b() && this.a.h.u(this.d, p.f1179b0); if (z2) { g q2 = q(); String str6 = this.d; @@ -600,10 +600,10 @@ public final class ba extends i9 { q5.g().i.c("Event aggregate wasn't created during raw event logging. appId, event", q3.s(str10), q5.d().u(F)); lVar = new l(str10, next2.F(), 1, 1, 1, next2.H(), 0, null, null, null, null); } else { - lVar = new l(z6.a, z6.b, z6.f1171c + 1, z6.d + 1, z6.e + 1, z6.f, z6.g, z6.h, z6.i, z6.j, z6.k); + lVar = new l(z6.a, z6.b, z6.f1173c + 1, z6.d + 1, z6.e + 1, z6.f, z6.g, z6.h, z6.i, z6.j, z6.k); } q().H(lVar); - long j = lVar.f1171c; + long j = lVar.f1173c; String F2 = a.F(); V v = arrayMap14.get(F2); if (v == null) { diff --git a/app/src/main/java/c/i/a/f/i/b/c.java b/app/src/main/java/c/i/a/f/i/b/c.java index 4fd1f4e323..021117c1b1 100644 --- a/app/src/main/java/c/i/a/f/i/b/c.java +++ b/app/src/main/java/c/i/a/f/i/b/c.java @@ -20,7 +20,7 @@ public final class c extends s5 { @NonNull /* renamed from: c reason: collision with root package name */ - public e f1141c = b.a; + public e f1143c = b.a; public Boolean d; public c(u4 u4Var) { @@ -32,7 +32,7 @@ public final class c extends s5 { } public final boolean A(String str) { - return "1".equals(this.f1141c.i(str, "measurement.event_sampling_enabled")); + return "1".equals(this.f1143c.i(str, "measurement.event_sampling_enabled")); } @WorkerThread @@ -93,7 +93,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).longValue(); } - String i = this.f1141c.i(str, j3Var.b); + String i = this.f1143c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).longValue(); } @@ -120,7 +120,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).intValue(); } - String i = this.f1141c.i(str, j3Var.b); + String i = this.f1143c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).intValue(); } @@ -136,7 +136,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).doubleValue(); } - String i = this.f1141c.i(str, j3Var.b); + String i = this.f1143c.i(str, j3Var.b); if (TextUtils.isEmpty(i)) { return j3Var.a(null).doubleValue(); } @@ -166,7 +166,7 @@ public final class c extends s5 { if (str == null) { return j3Var.a(null).booleanValue(); } - String i = this.f1141c.i(str, j3Var.b); + String i = this.f1143c.i(str, j3Var.b); return TextUtils.isEmpty(i) ? j3Var.a(null).booleanValue() : j3Var.a(Boolean.valueOf(Boolean.parseBoolean(i))).booleanValue(); } diff --git a/app/src/main/java/c/i/a/f/i/b/c6.java b/app/src/main/java/c/i/a/f/i/b/c6.java index 167df0650e..8fcf5cb354 100644 --- a/app/src/main/java/c/i/a/f/i/b/c6.java +++ b/app/src/main/java/c/i/a/f/i/b/c6.java @@ -44,7 +44,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class c6 extends a5 { /* renamed from: c reason: collision with root package name */ - public y6 f1142c; + public y6 f1144c; public w5 d; public final Set e = new CopyOnWriteArraySet(); public boolean f; @@ -123,7 +123,7 @@ public final class c6 extends a5 { boolean z4; if (t8.b() && this.a.h.o(p.H0)) { t(); - if ((!this.a.h.o(p.I0) || i != 20) && dVar.b == null && dVar.f1144c == null) { + if ((!this.a.h.o(p.I0) || i != 20) && dVar.b == null && dVar.f1146c == null) { g().k.a("Discarding empty consent settings"); return; } @@ -139,9 +139,9 @@ public final class c6 extends a5 { if (bool == null) { bool = dVar3.b; } - Boolean bool2 = dVar.f1144c; + Boolean bool2 = dVar.f1146c; if (bool2 == null) { - bool2 = dVar3.f1144c; + bool2 = dVar3.f1146c; } d dVar4 = new d(bool, bool2); this.i = dVar4; @@ -247,7 +247,7 @@ public final class c6 extends a5 { g().l.a("Tag Manager is not found and thus will not be used"); } } - if (this.a.h.o(p.f1181e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { + if (this.a.h.o(p.f1183e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { String string = bundle.getString("gclid"); Objects.requireNonNull((d) this.a.o); K("auto", "_lgclid", string, System.currentTimeMillis()); @@ -361,7 +361,7 @@ public final class c6 extends a5 { ArrayList arrayList2 = new ArrayList(); arrayList2.add(z10); e().v0().nextLong(); - if (l().v.a() <= 0 || !l().u(j) || !l().f1147x.b()) { + if (l().v.a() <= 0 || !l().u(j) || !l().f1149x.b()) { bundle2 = z10; arrayList = arrayList2; } else { @@ -483,10 +483,10 @@ public final class c6 extends a5 { } else { str3 = string2; } - if (q.h && q.f1156c != null) { + if (q.h && q.f1158c != null) { q.h = false; - boolean q0 = t9.q0(q.f1156c.b, str3); - boolean q02 = t9.q0(q.f1156c.a, string); + boolean q0 = t9.q0(q.f1158c.b, str3); + boolean q02 = t9.q0(q.f1158c.a, string); if (q0 && q02) { q.g().k.a("Ignoring call to log screen view event with duplicate parameters."); return; @@ -502,9 +502,9 @@ public final class c6 extends a5 { } } q.g().n.c("Logging screen view with name, class", string == null ? "null" : string, str3 == null ? "null" : str3); - i7 i7Var = q.f1156c == null ? q.d : q.f1156c; + i7 i7Var = q.f1158c == null ? q.d : q.f1158c; i7 i7Var2 = new i7(string, str3, q.e().t0(), true, j); - q.f1156c = i7Var2; + q.f1158c = i7Var2; q.d = i7Var; q.i = i7Var2; Objects.requireNonNull((d) q.a.o); @@ -623,7 +623,7 @@ public final class c6 extends a5 { public final void M() { if (this.a.b.getApplicationContext() instanceof Application) { - ((Application) this.a.b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.f1142c); + ((Application) this.a.b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.f1144c); } } @@ -632,7 +632,7 @@ public final class c6 extends a5 { b(); t(); if (this.a.m()) { - if (this.a.h.o(p.f1180d0)) { + if (this.a.h.o(p.f1182d0)) { Boolean w = this.a.h.w("google_analytics_deferred_deep_link_enabled"); if (w != null && w.booleanValue()) { g().m.a("Deferred Deep Link feature enabled."); @@ -670,7 +670,7 @@ public final class c6 extends a5 { @Nullable public final String O() { u4 u4Var = this.a; - String str = u4Var.f1197c; + String str = u4Var.f1199c; if (str != null) { return str; } @@ -711,11 +711,11 @@ public final class c6 extends a5 { s().d.a(); } if (((j9) g9.i.a()).a() && this.a.h.o(p.t0)) { - if (this.a.f1199x.a.o().l.a() <= 0) { + if (this.a.f1201x.a.o().l.a() <= 0) { z2 = false; } if (!z2) { - m4 m4Var = this.a.f1199x; + m4 m4Var = this.a.f1201x; m4Var.a(m4Var.a.b.getPackageName()); } } @@ -781,7 +781,7 @@ public final class c6 extends a5 { w8 s2 = s(); s2.b(); d9 d9Var = s2.e; - d9Var.f1150c.c(); + d9Var.f1152c.c(); d9Var.a = 0; d9Var.b = 0; boolean d = this.a.d(); diff --git a/app/src/main/java/c/i/a/f/i/b/c7.java b/app/src/main/java/c/i/a/f/i/b/c7.java index 3be4ededcc..3f4c5763ef 100644 --- a/app/src/main/java/c/i/a/f/i/b/c7.java +++ b/app/src/main/java/c/i/a/f/i/b/c7.java @@ -34,7 +34,7 @@ public final class c7 implements Runnable { String str2 = this.l; y6Var.i.b(); try { - if (y6Var.i.a.h.o(p.f1181e0) || y6Var.i.a.h.o(p.f1183g0) || y6Var.i.a.h.o(p.f1182f0)) { + if (y6Var.i.a.h.o(p.f1183e0) || y6Var.i.a.h.o(p.f1185g0) || y6Var.i.a.h.o(p.f1184f0)) { t9 e = y6Var.i.e(); if (!TextUtils.isEmpty(str2)) { if (str2.contains("gclid") || str2.contains("utm_campaign") || str2.contains("utm_source") || str2.contains("utm_medium")) { @@ -47,7 +47,7 @@ public final class c7 implements Runnable { bundle2 = y6Var.i.e().x(uri); if (bundle2 != null) { bundle2.putString("_cis", "intent"); - if (y6Var.i.a.h.o(p.f1181e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { + if (y6Var.i.a.h.o(p.f1183e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { bundle2.putString("_cer", String.format("gclid=%s", bundle.getString("gclid"))); } y6Var.i.H(str, "_cmp", bundle2); @@ -58,12 +58,12 @@ public final class c7 implements Runnable { } else { bundle2 = null; } - if (y6Var.i.a.h.o(p.f1183g0) && !y6Var.i.a.h.o(p.f1182f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { + if (y6Var.i.a.h.o(p.f1185g0) && !y6Var.i.a.h.o(p.f1184f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { y6Var.i.J("auto", "_lgclid", bundle.getString("gclid")); } if (TextUtils.isEmpty(str2)) { y6Var.i.g().m.b("Activity created with referrer", str2); - if (y6Var.i.a.h.o(p.f1182f0)) { + if (y6Var.i.a.h.o(p.f1184f0)) { if (bundle != null) { y6Var.i.H(str, "_cmp", bundle); if (y6Var.i.a.h.o(p.D0)) { diff --git a/app/src/main/java/c/i/a/f/i/b/ca.java b/app/src/main/java/c/i/a/f/i/b/ca.java index 7b189fd890..4dad876602 100644 --- a/app/src/main/java/c/i/a/f/i/b/ca.java +++ b/app/src/main/java/c/i/a/f/i/b/ca.java @@ -16,7 +16,7 @@ public final class ca { public Long b; /* renamed from: c reason: collision with root package name */ - public long f1143c; + public long f1145c; public final /* synthetic */ ba d; public ca(ba baVar, aa aaVar) { @@ -114,12 +114,12 @@ public final class ca { return null; } this.a = (a1) obj; - this.f1143c = ((Long) pair.second).longValue(); + this.f1145c = ((Long) pair.second).longValue(); this.d.m(); this.b = (Long) q9.R(this.a, "_eid"); } - long j = this.f1143c - 1; - this.f1143c = j; + long j = this.f1145c - 1; + this.f1145c = j; if (j <= 0) { g q2 = this.d.q(); q2.b(); @@ -130,7 +130,7 @@ public final class ca { q2.g().f.b("Error clearing complex main event", e5); } } else { - this.d.q().Q(str, l, this.f1143c, this.a); + this.d.q().Q(str, l, this.f1145c, this.a); } ArrayList arrayList = new ArrayList(); for (c1 c1Var : this.a.v()) { @@ -156,11 +156,11 @@ public final class ca { j2 = R; } long longValue = ((Long) j2).longValue(); - this.f1143c = longValue; + this.f1145c = longValue; if (longValue <= 0) { this.d.g().g.b("Complex event with zero extra param count. eventName", F); } else { - this.d.q().Q(str, l, this.f1143c, a1Var); + this.d.q().Q(str, l, this.f1145c, a1Var); } } a1.a t = a1Var.t(); diff --git a/app/src/main/java/c/i/a/f/i/b/d.java b/app/src/main/java/c/i/a/f/i/b/d.java index 1d991d76dd..c60b696b74 100644 --- a/app/src/main/java/c/i/a/f/i/b/d.java +++ b/app/src/main/java/c/i/a/f/i/b/d.java @@ -7,11 +7,11 @@ public final class d { public final Boolean b; /* renamed from: c reason: collision with root package name */ - public final Boolean f1144c; + public final Boolean f1146c; public d(Boolean bool, Boolean bool2) { this.b = bool; - this.f1144c = bool2; + this.f1146c = bool2; } public static int a(Boolean bool) { @@ -94,7 +94,7 @@ public final class d { Boolean bool = this.b; char c2 = '0'; sb.append(bool == null ? '-' : bool.booleanValue() ? '1' : '0'); - Boolean bool2 = this.f1144c; + Boolean bool2 = this.f1146c; if (bool2 == null) { c2 = '-'; } else if (bool2.booleanValue()) { @@ -109,24 +109,24 @@ public final class d { return false; } d dVar = (d) obj; - return a(this.b) == a(dVar.b) && a(this.f1144c) == a(dVar.f1144c); + return a(this.b) == a(dVar.b) && a(this.f1146c) == a(dVar.f1146c); } public final boolean f(d dVar) { Boolean bool = this.b; Boolean bool2 = Boolean.FALSE; if (bool != bool2 || dVar.b == bool2) { - return this.f1144c == bool2 && dVar.f1144c != bool2; + return this.f1146c == bool2 && dVar.f1146c != bool2; } return true; } public final d h(d dVar) { - return new d(c(this.b, dVar.b), c(this.f1144c, dVar.f1144c)); + return new d(c(this.b, dVar.b), c(this.f1146c, dVar.f1146c)); } public final int hashCode() { - return a(this.f1144c) + ((a(this.b) + 527) * 31); + return a(this.f1146c) + ((a(this.b) + 527) * 31); } public final boolean j() { @@ -135,7 +135,7 @@ public final class d { } public final boolean k() { - Boolean bool = this.f1144c; + Boolean bool = this.f1146c; return bool == null || bool.booleanValue(); } @@ -150,7 +150,7 @@ public final class d { sb.append(bool.booleanValue() ? str : "denied"); } sb.append(", analyticsStorage="); - Boolean bool2 = this.f1144c; + Boolean bool2 = this.f1146c; if (bool2 == null) { sb.append("uninitialized"); } else { diff --git a/app/src/main/java/c/i/a/f/i/b/d4.java b/app/src/main/java/c/i/a/f/i/b/d4.java index eaeb68390e..7934812507 100644 --- a/app/src/main/java/c/i/a/f/i/b/d4.java +++ b/app/src/main/java/c/i/a/f/i/b/d4.java @@ -7,7 +7,7 @@ import androidx.annotation.WorkerThread; public final class d4 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final Pair f1145c = new Pair<>("", 0L); + public static final Pair f1147c = new Pair<>("", 0L); public final j4 A = new j4(this, "firebase_feature_rollouts"); public final j4 B = new j4(this, "deferred_attribution_cache"); public final h4 C = new h4(this, "deferred_attribution_cache_timestamp", 0); @@ -29,20 +29,20 @@ public final class d4 extends r5 { public final h4 r = new h4(this, "session_timeout", 1800000); /* renamed from: s reason: collision with root package name */ - public final f4 f1146s = new f4(this, "start_new_session", true); + public final f4 f1148s = new f4(this, "start_new_session", true); public final j4 t = new j4(this, "non_personalized_ads"); public final f4 u = new f4(this, "allow_remote_dynamite", false); public final h4 v = new h4(this, "last_pause_time", 0); public boolean w; /* renamed from: x reason: collision with root package name */ - public f4 f1147x = new f4(this, "app_backgrounded", false); + public f4 f1149x = new f4(this, "app_backgrounded", false); /* renamed from: y reason: collision with root package name */ - public f4 f1148y = new f4(this, "deep_link_retrieval_complete", false); + public f4 f1150y = new f4(this, "deep_link_retrieval_complete", false); /* renamed from: z reason: collision with root package name */ - public h4 f1149z = new h4(this, "deep_link_retrieval_attempts", 0); + public h4 f1151z = new h4(this, "deep_link_retrieval_attempts", 0); public d4(u4 u4Var) { super(u4Var); @@ -60,7 +60,7 @@ public final class d4 extends r5 { edit.putBoolean("has_been_opened", true); edit.apply(); } - this.e = new k4(this, "health_monitor", Math.max(0L, p.f1178c.a(null).longValue()), null); + this.e = new k4(this, "health_monitor", Math.max(0L, p.f1180c.a(null).longValue()), null); } @Override // c.i.a.f.i.b.r5 diff --git a/app/src/main/java/c/i/a/f/i/b/d6.java b/app/src/main/java/c/i/a/f/i/b/d6.java index 912ba99abe..6c7513e154 100644 --- a/app/src/main/java/c/i/a/f/i/b/d6.java +++ b/app/src/main/java/c/i/a/f/i/b/d6.java @@ -21,7 +21,7 @@ public final class d6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - String str = o.f1174c; + String str = o.f1176c; Objects.requireNonNull(cVar); atomicReference.set(Boolean.valueOf(cVar.u(str, p.K))); this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/d9.java b/app/src/main/java/c/i/a/f/i/b/d9.java index 06f4faf40e..911d36ce69 100644 --- a/app/src/main/java/c/i/a/f/i/b/d9.java +++ b/app/src/main/java/c/i/a/f/i/b/d9.java @@ -14,12 +14,12 @@ public final class d9 { public long b; /* renamed from: c reason: collision with root package name */ - public final i f1150c; + public final i f1152c; public final /* synthetic */ w8 d; public d9(w8 w8Var) { this.d = w8Var; - this.f1150c = new c9(this, w8Var.a); + this.f1152c = new c9(this, w8Var.a); Objects.requireNonNull((d) w8Var.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); this.a = elapsedRealtime; @@ -56,8 +56,8 @@ public final class d9 { this.d.n().H("auto", "_e", bundle); } this.a = j; - this.f1150c.c(); - this.f1150c.b(3600000); + this.f1152c.c(); + this.f1152c.b(3600000); return true; } this.d.g().n.b("Screen exposed for less than 1000 ms. Event not sent. time", Long.valueOf(j2)); diff --git a/app/src/main/java/c/i/a/f/i/b/da.java b/app/src/main/java/c/i/a/f/i/b/da.java index f1dd273ed7..e163b6d903 100644 --- a/app/src/main/java/c/i/a/f/i/b/da.java +++ b/app/src/main/java/c/i/a/f/i/b/da.java @@ -19,7 +19,7 @@ public final class da { public boolean b; /* renamed from: c reason: collision with root package name */ - public g1 f1151c; + public g1 f1153c; public BitSet d; public BitSet e; public Map f; @@ -39,7 +39,7 @@ public final class da { this.g.put(num, arrayList); } this.b = false; - this.f1151c = g1Var; + this.f1153c = g1Var; } public da(ba baVar, String str, aa aaVar) { @@ -83,7 +83,7 @@ public final class da { F.k = false; } y0.w((y0) F.j, z2); - g1 g1Var = this.f1151c; + g1 g1Var = this.f1153c; if (g1Var != null) { if (F.k) { F.n(); @@ -169,7 +169,7 @@ public final class da { public final void b(@NonNull ea eaVar) { int a = eaVar.a(); - Boolean bool = eaVar.f1152c; + Boolean bool = eaVar.f1154c; if (bool != null) { this.e.set(a, bool.booleanValue()); } @@ -193,10 +193,10 @@ public final class da { if (eaVar.g()) { list.clear(); } - if (f9.b() && this.h.a.h.u(this.a, p.f1179c0) && eaVar.h()) { + if (f9.b() && this.h.a.h.u(this.a, p.f1181c0) && eaVar.h()) { list.clear(); } - if (!f9.b() || !this.h.a.h.u(this.a, p.f1179c0)) { + if (!f9.b() || !this.h.a.h.u(this.a, p.f1181c0)) { list.add(Long.valueOf(eaVar.f.longValue() / 1000)); return; } diff --git a/app/src/main/java/c/i/a/f/i/b/e6.java b/app/src/main/java/c/i/a/f/i/b/e6.java index 61a4e809d9..c9281a06e0 100644 --- a/app/src/main/java/c/i/a/f/i/b/e6.java +++ b/app/src/main/java/c/i/a/f/i/b/e6.java @@ -26,15 +26,15 @@ public final /* synthetic */ class e6 implements Runnable { URL url; c6 c6Var = this.i; c6Var.b(); - if (c6Var.l().f1148y.b()) { + if (c6Var.l().f1150y.b()) { c6Var.g().m.a("Deferred Deep Link already retrieved. Not fetching again."); return; } - long a = c6Var.l().f1149z.a(); - c6Var.l().f1149z.b(a + 1); + long a = c6Var.l().f1151z.a(); + c6Var.l().f1151z.b(a + 1); if (a >= 5) { c6Var.g().i.a("Permanently failed to retrieve Deferred Deep Link. Reached maximum retries."); - c6Var.l().f1148y.a(true); + c6Var.l().f1150y.a(true); return; } u4 u4Var = c6Var.a; @@ -42,7 +42,7 @@ public final /* synthetic */ class e6 implements Runnable { u4.q(u4Var.n()); n3 z2 = u4Var.z(); z2.t(); - String str = z2.f1174c; + String str = z2.f1176c; d4 o = u4Var.o(); o.b(); Objects.requireNonNull((d) o.a.o); @@ -86,7 +86,7 @@ public final /* synthetic */ class e6 implements Runnable { t9 t = u4Var.t(); u4Var.z(); String str2 = (String) pair.first; - long a2 = u4Var.o().f1149z.a() - 1; + long a2 = u4Var.o().f1151z.a() - 1; Objects.requireNonNull(t); try { AnimatableValueParser.w(str2); diff --git a/app/src/main/java/c/i/a/f/i/b/e7.java b/app/src/main/java/c/i/a/f/i/b/e7.java index 684f13c508..fff6c3320a 100644 --- a/app/src/main/java/c/i/a/f/i/b/e7.java +++ b/app/src/main/java/c/i/a/f/i/b/e7.java @@ -38,7 +38,7 @@ public final /* synthetic */ class e7 implements Runnable { u4Var.g().i.c("Network Request for Deferred Deep Link failed. response, exception", Integer.valueOf(i), exc); return; } - u4Var.o().f1148y.a(true); + u4Var.o().f1150y.a(true); if (bArr.length == 0) { u4Var.g().m.a("Deferred Deep Link response empty."); return; diff --git a/app/src/main/java/c/i/a/f/i/b/ea.java b/app/src/main/java/c/i/a/f/i/b/ea.java index 660a3a8f5e..d9e35fb3ec 100644 --- a/app/src/main/java/c/i/a/f/i/b/ea.java +++ b/app/src/main/java/c/i/a/f/i/b/ea.java @@ -16,7 +16,7 @@ public abstract class ea { public int b; /* renamed from: c reason: collision with root package name */ - public Boolean f1152c; + public Boolean f1154c; public Boolean d; public Long e; public Long f; diff --git a/app/src/main/java/c/i/a/f/i/b/f.java b/app/src/main/java/c/i/a/f/i/b/f.java index 61f3a4e5d4..f60c542222 100644 --- a/app/src/main/java/c/i/a/f/i/b/f.java +++ b/app/src/main/java/c/i/a/f/i/b/f.java @@ -5,7 +5,7 @@ public final class f { public long b; /* renamed from: c reason: collision with root package name */ - public long f1153c; + public long f1155c; public long d; public long e; } diff --git a/app/src/main/java/c/i/a/f/i/b/f4.java b/app/src/main/java/c/i/a/f/i/b/f4.java index 0d34a3994e..4b135d0814 100644 --- a/app/src/main/java/c/i/a/f/i/b/f4.java +++ b/app/src/main/java/c/i/a/f/i/b/f4.java @@ -9,7 +9,7 @@ public final class f4 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public boolean f1154c; + public boolean f1156c; public boolean d; public final /* synthetic */ d4 e; @@ -30,8 +30,8 @@ public final class f4 { @WorkerThread public final boolean b() { - if (!this.f1154c) { - this.f1154c = true; + if (!this.f1156c) { + this.f1156c = true; this.d = this.e.w().getBoolean(this.a, this.b); } return this.d; diff --git a/app/src/main/java/c/i/a/f/i/b/f9.java b/app/src/main/java/c/i/a/f/i/b/f9.java index ae630da9e0..d6a7253a50 100644 --- a/app/src/main/java/c/i/a/f/i/b/f9.java +++ b/app/src/main/java/c/i/a/f/i/b/f9.java @@ -22,7 +22,7 @@ public final class f9 { d4 l = this.a.l(); Objects.requireNonNull((d) this.a.a.o); if (l.u(System.currentTimeMillis())) { - this.a.l().f1146s.a(true); + this.a.l().f1148s.a(true); ActivityManager.RunningAppProcessInfo runningAppProcessInfo = new ActivityManager.RunningAppProcessInfo(); ActivityManager.getMyMemoryState(runningAppProcessInfo); if (runningAppProcessInfo.importance == 100) { @@ -38,10 +38,10 @@ public final class f9 { this.a.b(); this.a.x(); if (this.a.l().u(j)) { - this.a.l().f1146s.a(true); + this.a.l().f1148s.a(true); } this.a.l().v.b(j); - if (this.a.l().f1146s.b()) { + if (this.a.l().f1148s.b()) { c(j, z2); } } @@ -55,7 +55,7 @@ public final class f9 { this.a.g().n.b("Session started, time", Long.valueOf(SystemClock.elapsedRealtime())); Long valueOf = Long.valueOf(j / 1000); this.a.n().K("auto", "_sid", valueOf, j); - this.a.l().f1146s.a(false); + this.a.l().f1148s.a(false); Bundle bundle = new Bundle(); bundle.putLong("_sid", valueOf.longValue()); if (this.a.a.h.o(p.k0) && z2) { diff --git a/app/src/main/java/c/i/a/f/i/b/fa.java b/app/src/main/java/c/i/a/f/i/b/fa.java index da3deb2d9f..5afde2cdc2 100644 --- a/app/src/main/java/c/i/a/f/i/b/fa.java +++ b/app/src/main/java/c/i/a/f/i/b/fa.java @@ -66,7 +66,7 @@ public final class fa extends ea { Boolean bool; Boolean bool2; String str; - boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1179c0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1181c0); long j2 = this.g.H() ? lVar.e : j; String str2 = "null"; Integer num = null; @@ -92,27 +92,27 @@ public final class fa extends ea { if (l0Var == null) { str = str2; } else { - StringBuilder L = a.L("\nevent_filter {\n"); + StringBuilder K = a.K("\nevent_filter {\n"); if (l0Var.x()) { - q9.L(L, 0, "filter_id", Integer.valueOf(l0Var.y())); + q9.L(K, 0, "filter_id", Integer.valueOf(l0Var.y())); } - q9.L(L, 0, "event_name", m.d().u(l0Var.z())); + q9.L(K, 0, "event_name", m.d().u(l0Var.z())); String A = q9.A(l0Var.E(), l0Var.F(), l0Var.H()); if (!A.isEmpty()) { - q9.L(L, 0, "filter_type", A); + q9.L(K, 0, "filter_type", A); } if (l0Var.C()) { - q9.J(L, 1, "event_count_filter", l0Var.D()); + q9.J(K, 1, "event_count_filter", l0Var.D()); } if (l0Var.B() > 0) { - L.append(" filters {\n"); + K.append(" filters {\n"); for (m0 m0Var : l0Var.A()) { - m.I(L, 2, m0Var); + m.I(K, 2, m0Var); } } - q9.H(L, 1); - L.append("}\n}\n"); - str = L.toString(); + q9.H(K, 1); + K.append("}\n}\n"); + str = K.toString(); } s3Var.b("Filter definition", str); } @@ -145,7 +145,7 @@ public final class fa extends ea { return false; } Boolean bool4 = Boolean.TRUE; - this.f1152c = bool4; + this.f1154c = bool4; if (!bool3.booleanValue()) { return true; } diff --git a/app/src/main/java/c/i/a/f/i/b/g.java b/app/src/main/java/c/i/a/f/i/b/g.java index 575aadfb41..5121176844 100644 --- a/app/src/main/java/c/i/a/f/i/b/g.java +++ b/app/src/main/java/c/i/a/f/i/b/g.java @@ -465,7 +465,7 @@ public final class g extends i9 { ContentValues contentValues = new ContentValues(); contentValues.put("app_id", lVar.a); contentValues.put("name", lVar.b); - contentValues.put("lifetime_count", Long.valueOf(lVar.f1171c)); + contentValues.put("lifetime_count", Long.valueOf(lVar.f1173c)); contentValues.put("current_bundle_count", Long.valueOf(lVar.d)); contentValues.put("last_fire_timestamp", Long.valueOf(lVar.f)); contentValues.put("last_bundled_timestamp", Long.valueOf(lVar.g)); @@ -502,11 +502,11 @@ public final class g extends i9 { contentValues.put("dev_cert_hash", Long.valueOf(a4Var.Q())); contentValues.put("measurement_enabled", Boolean.valueOf(a4Var.T())); a4Var.a.f().b(); - contentValues.put("day", Long.valueOf(a4Var.f1137x)); + contentValues.put("day", Long.valueOf(a4Var.f1139x)); a4Var.a.f().b(); - contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1138y)); + contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1140y)); a4Var.a.f().b(); - contentValues.put("daily_events_count", Long.valueOf(a4Var.f1139z)); + contentValues.put("daily_events_count", Long.valueOf(a4Var.f1141z)); a4Var.a.f().b(); contentValues.put("daily_conversions_count", Long.valueOf(a4Var.A)); a4Var.a.f().b(); @@ -533,7 +533,7 @@ public final class g extends i9 { contentValues.put("safelisted_events", TextUtils.join(",", a4Var.k())); } } - if (da.b() && this.a.h.u(a4Var.o(), p.f1186j0)) { + if (da.b() && this.a.h.u(a4Var.o(), p.f1188j0)) { contentValues.put("ga_app_id", a4Var.B()); } try { @@ -555,19 +555,19 @@ public final class g extends i9 { throw new IllegalArgumentException("Given Integer is zero"); } else if (R()) { String join = TextUtils.join(",", list); - String f2 = a.f(a.b(join, 2), "(", join, ")"); - if (S(a.f(a.b(f2, 80), "SELECT COUNT(1) FROM queue WHERE rowid IN ", f2, " AND retry_count = 2147483647 LIMIT 1"), null) > 0) { + String e2 = a.e(a.b(join, 2), "(", join, ")"); + if (S(a.e(a.b(e2, 80), "SELECT COUNT(1) FROM queue WHERE rowid IN ", e2, " AND retry_count = 2147483647 LIMIT 1"), null) > 0) { g().i.a("The number of upload retries exceeds the limit. Will remain unchanged."); } try { SQLiteDatabase t = t(); - StringBuilder sb = new StringBuilder(String.valueOf(f2).length() + 127); + StringBuilder sb = new StringBuilder(String.valueOf(e2).length() + 127); sb.append("UPDATE queue SET retry_count = IFNULL(retry_count, 0) + 1 WHERE rowid IN "); - sb.append(f2); + sb.append(e2); sb.append(" AND (retry_count IS NULL OR retry_count < 2147483647)"); t.execSQL(sb.toString()); - } catch (SQLiteException e2) { - g().f.b("Error incrementing retry count. error", e2); + } catch (SQLiteException e3) { + g().f.b("Error incrementing retry count. error", e3); } } } @@ -639,8 +639,8 @@ public final class g extends i9 { public final boolean M(u9 u9Var) { b(); n(); - if (Y(u9Var.a, u9Var.f1203c) == null) { - if (t9.X(u9Var.f1203c)) { + if (Y(u9Var.a, u9Var.f1205c) == null) { + if (t9.X(u9Var.f1205c)) { long S = S("select count(1) from user_attributes where app_id=? and name not like '!_%' escape '!'", new String[]{u9Var.a}); c cVar = this.a.h; String str = u9Var.a; @@ -652,14 +652,14 @@ public final class g extends i9 { if (S >= ((long) i2)) { return false; } - } else if (!"_npa".equals(u9Var.f1203c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.b}) >= 25) { + } else if (!"_npa".equals(u9Var.f1205c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.b}) >= 25) { return false; } } ContentValues contentValues = new ContentValues(); contentValues.put("app_id", u9Var.a); contentValues.put("origin", u9Var.b); - contentValues.put("name", u9Var.f1203c); + contentValues.put("name", u9Var.f1205c); contentValues.put("set_timestamp", Long.valueOf(u9Var.d)); G(contentValues, "value", u9Var.e); try { @@ -695,7 +695,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.f2309s)); + contentValues.put("expired_event", t9.g0(zzz.f2312s)); 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)); @@ -864,16 +864,16 @@ public final class g extends i9 { a4Var.e(cursor.isNull(10) || cursor.getInt(10) != 0); long j2 = cursor.getLong(11); a4Var.a.f().b(); - a4Var.E |= a4Var.f1137x != j2; - a4Var.f1137x = j2; + a4Var.E |= a4Var.f1139x != j2; + a4Var.f1139x = j2; long j3 = cursor.getLong(12); a4Var.a.f().b(); - a4Var.E |= a4Var.f1138y != j3; - a4Var.f1138y = j3; + a4Var.E |= a4Var.f1140y != j3; + a4Var.f1140y = j3; long j4 = cursor.getLong(13); a4Var.a.f().b(); - a4Var.E |= a4Var.f1139z != j4; - a4Var.f1139z = j4; + a4Var.E |= a4Var.f1141z != j4; + a4Var.f1141z = j4; long j5 = cursor.getLong(14); a4Var.a.f().b(); a4Var.E |= a4Var.A != j5; @@ -908,7 +908,7 @@ public final class g extends i9 { if (!cursor.isNull(27)) { a4Var.d(Arrays.asList(cursor.getString(27).split(",", -1))); } - if (da.b() && this.a.h.u(str, p.f1186j0)) { + if (da.b() && this.a.h.u(str, p.f1188j0)) { a4Var.u(cursor.getString(28)); } a4Var.a.f().b(); @@ -1002,10 +1002,10 @@ public final class g extends i9 { arrayList.add(Integer.toString(num.intValue())); } String join = TextUtils.join(",", arrayList); - String f2 = a.f(a.b(join, 2), "(", join, ")"); - return t.delete("audience_filter_values", a.f(a.b(f2, 140), "audience_id in (select audience_id from audience_filter_values where app_id=? and audience_id not in ", f2, " order by rowid desc limit -1 offset ?)"), new String[]{str, Integer.toString(max)}) > 0; - } catch (SQLiteException e2) { - g().f.c("Database error querying filters. appId", q3.s(str), e2); + String e2 = a.e(a.b(join, 2), "(", join, ")"); + return t.delete("audience_filter_values", a.e(a.b(e2, 140), "audience_id in (select audience_id from audience_filter_values where app_id=? and audience_id not in ", e2, " order by rowid desc limit -1 offset ?)"), new String[]{str, Integer.toString(max)}) > 0; + } catch (SQLiteException e3) { + g().f.c("Database error querying filters. appId", q3.s(str), e3); return false; } } @@ -1512,7 +1512,7 @@ public final class g extends i9 { long a = l().i.a(); Objects.requireNonNull((d) this.a.o); long elapsedRealtime = SystemClock.elapsedRealtime(); - if (Math.abs(elapsedRealtime - a) > p.f1189y.a(null).longValue()) { + if (Math.abs(elapsedRealtime - a) > p.f1191y.a(null).longValue()) { l().i.b(elapsedRealtime); b(); n(); @@ -1685,7 +1685,7 @@ public final class g extends i9 { if (query.getLong(0) == j2) { fVar.b = query.getLong(1); fVar.a = query.getLong(2); - fVar.f1153c = query.getLong(3); + fVar.f1155c = query.getLong(3); fVar.d = query.getLong(4); fVar.e = query.getLong(5); } @@ -1696,7 +1696,7 @@ public final class g extends i9 { fVar.a += j3; } if (z4) { - fVar.f1153c += j3; + fVar.f1155c += j3; } if (z5) { fVar.d += j3; @@ -1708,7 +1708,7 @@ public final class g extends i9 { contentValues.put("day", Long.valueOf(j2)); contentValues.put("daily_public_events_count", Long.valueOf(fVar.a)); contentValues.put("daily_events_count", Long.valueOf(fVar.b)); - contentValues.put("daily_conversions_count", Long.valueOf(fVar.f1153c)); + contentValues.put("daily_conversions_count", Long.valueOf(fVar.f1155c)); contentValues.put("daily_error_events_count", Long.valueOf(fVar.d)); contentValues.put("daily_realtime_events_count", Long.valueOf(fVar.e)); t.update("apps", contentValues, "app_id=?", strArr); diff --git a/app/src/main/java/c/i/a/f/i/b/h4.java b/app/src/main/java/c/i/a/f/i/b/h4.java index d390fd24be..268084daf5 100644 --- a/app/src/main/java/c/i/a/f/i/b/h4.java +++ b/app/src/main/java/c/i/a/f/i/b/h4.java @@ -9,7 +9,7 @@ public final class h4 { public final long b; /* renamed from: c reason: collision with root package name */ - public boolean f1155c; + public boolean f1157c; public long d; public final /* synthetic */ d4 e; @@ -22,8 +22,8 @@ public final class h4 { @WorkerThread public final long a() { - if (!this.f1155c) { - this.f1155c = true; + if (!this.f1157c) { + this.f1157c = true; this.d = this.e.w().getLong(this.a, this.b); } return this.d; diff --git a/app/src/main/java/c/i/a/f/i/b/h7.java b/app/src/main/java/c/i/a/f/i/b/h7.java index 280cfa67db..dd9ab191ea 100644 --- a/app/src/main/java/c/i/a/f/i/b/h7.java +++ b/app/src/main/java/c/i/a/f/i/b/h7.java @@ -16,7 +16,7 @@ import java.util.concurrent.ConcurrentHashMap; public final class h7 extends a5 { /* renamed from: c reason: collision with root package name */ - public volatile i7 f1156c; + public volatile i7 f1158c; public i7 d; public i7 e; public final Map f = new ConcurrentHashMap(); @@ -46,7 +46,7 @@ public final class h7 extends a5 { } else { bundle.remove("_sc"); } - bundle.putLong("_si", i7Var.f1159c); + bundle.putLong("_si", i7Var.f1161c); } else if (i7Var == null && z2) { bundle.remove("_sn"); bundle.remove("_sc"); @@ -82,7 +82,7 @@ public final class h7 extends a5 { } z3 = false; } - if (i7Var2 == null || i7Var2.f1159c != i7Var.f1159c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { + if (i7Var2 == null || i7Var2.f1161c != i7Var.f1161c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { z4 = true; } if (z4) { @@ -100,7 +100,7 @@ public final class h7 extends a5 { if (str3 != null) { bundle2.putString("_pc", str3); } - bundle2.putLong("_pi", i7Var2.f1159c); + bundle2.putLong("_pi", i7Var2.f1161c); } if (this.a.h.o(p.T) && z3) { if (!((v9) s9.i.a()).a() || !this.a.h.o(p.V)) { @@ -214,14 +214,14 @@ public final class h7 extends a5 { @MainThread public final void z(Activity activity, i7 i7Var, boolean z2) { i7 i7Var2; - i7 i7Var3 = this.f1156c == null ? this.d : this.f1156c; + i7 i7Var3 = this.f1158c == null ? this.d : this.f1158c; if (i7Var.b == null) { - i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1159c, i7Var.e, i7Var.f); + i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1161c, i7Var.e, i7Var.f); } else { i7Var2 = i7Var; } - this.d = this.f1156c; - this.f1156c = i7Var2; + this.d = this.f1158c; + this.f1158c = i7Var2; Objects.requireNonNull((d) this.a.o); f().v(new j7(this, i7Var2, i7Var3, SystemClock.elapsedRealtime(), z2)); } diff --git a/app/src/main/java/c/i/a/f/i/b/ha.java b/app/src/main/java/c/i/a/f/i/b/ha.java index 2830d9aa92..d37711b39d 100644 --- a/app/src/main/java/c/i/a/f/i/b/ha.java +++ b/app/src/main/java/c/i/a/f/i/b/ha.java @@ -33,7 +33,7 @@ public final class ha extends ea { } public final boolean i(Long l, Long l2, i1 i1Var, boolean z2) { - boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1176a0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1178a0); boolean z4 = this.g.z(); boolean A = this.g.A(); boolean C = this.g.C(); @@ -80,7 +80,7 @@ public final class ha extends ea { if (bool == null) { return false; } - this.f1152c = Boolean.TRUE; + this.f1154c = Boolean.TRUE; if (C && !bool.booleanValue()) { return true; } diff --git a/app/src/main/java/c/i/a/f/i/b/i.java b/app/src/main/java/c/i/a/f/i/b/i.java index d4f7fb204c..a535b95b8f 100644 --- a/app/src/main/java/c/i/a/f/i/b/i.java +++ b/app/src/main/java/c/i/a/f/i/b/i.java @@ -10,13 +10,13 @@ public abstract class i { public final t5 b; /* renamed from: c reason: collision with root package name */ - public final Runnable f1157c; + public final Runnable f1159c; public volatile long d; public i(t5 t5Var) { Objects.requireNonNull(t5Var, "null reference"); this.b = t5Var; - this.f1157c = new k(this, t5Var); + this.f1159c = new k(this, t5Var); } public abstract void a(); @@ -26,7 +26,7 @@ public abstract class i { if (j >= 0) { Objects.requireNonNull((d) this.b.h()); this.d = System.currentTimeMillis(); - if (!d().postDelayed(this.f1157c, j)) { + if (!d().postDelayed(this.f1159c, j)) { this.b.g().f.b("Failed to schedule delayed post. time", Long.valueOf(j)); } } @@ -34,7 +34,7 @@ public abstract class i { public final void c() { this.d = 0; - d().removeCallbacks(this.f1157c); + d().removeCallbacks(this.f1159c); } public final Handler d() { diff --git a/app/src/main/java/c/i/a/f/i/b/i4.java b/app/src/main/java/c/i/a/f/i/b/i4.java index 1294b45cc3..884edf2a14 100644 --- a/app/src/main/java/c/i/a/f/i/b/i4.java +++ b/app/src/main/java/c/i/a/f/i/b/i4.java @@ -13,7 +13,7 @@ public final class i4 { public final Bundle b = new Bundle(); /* renamed from: c reason: collision with root package name */ - public boolean f1158c; + public boolean f1160c; public Bundle d; public final /* synthetic */ d4 e; @@ -25,8 +25,8 @@ public final class i4 { @WorkerThread public final Bundle a() { - if (!this.f1158c) { - this.f1158c = true; + if (!this.f1160c) { + this.f1160c = true; String string = this.e.w().getString(this.a, null); if (string != null) { try { diff --git a/app/src/main/java/c/i/a/f/i/b/i7.java b/app/src/main/java/c/i/a/f/i/b/i7.java index a3b48f4010..a6c68dfdea 100644 --- a/app/src/main/java/c/i/a/f/i/b/i7.java +++ b/app/src/main/java/c/i/a/f/i/b/i7.java @@ -5,7 +5,7 @@ public final class i7 { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1159c; + public final long f1161c; public boolean d; public final boolean e; public final long f; @@ -17,7 +17,7 @@ public final class i7 { public i7(String str, String str2, long j, boolean z2, long j2) { this.a = str; this.b = str2; - this.f1159c = j; + this.f1161c = j; this.d = false; this.e = z2; this.f = j2; diff --git a/app/src/main/java/c/i/a/f/i/b/i9.java b/app/src/main/java/c/i/a/f/i/b/i9.java index 83648f60ff..ce2cfea4c2 100644 --- a/app/src/main/java/c/i/a/f/i/b/i9.java +++ b/app/src/main/java/c/i/a/f/i/b/i9.java @@ -4,7 +4,7 @@ public abstract class i9 extends s5 implements t5 { public final k9 b; /* renamed from: c reason: collision with root package name */ - public boolean f1160c; + public boolean f1162c; public i9(k9 k9Var) { super(k9Var.k); @@ -17,16 +17,16 @@ public abstract class i9 extends s5 implements t5 { } public final void n() { - if (!this.f1160c) { + if (!this.f1162c) { throw new IllegalStateException("Not initialized"); } } public final void o() { - if (!this.f1160c) { + if (!this.f1162c) { p(); this.b.q++; - this.f1160c = true; + this.f1162c = true; return; } throw new IllegalStateException("Can't initialize twice"); diff --git a/app/src/main/java/c/i/a/f/i/b/ia.java b/app/src/main/java/c/i/a/f/i/b/ia.java index b274be4208..f0c5cfd55a 100644 --- a/app/src/main/java/c/i/a/f/i/b/ia.java +++ b/app/src/main/java/c/i/a/f/i/b/ia.java @@ -11,7 +11,7 @@ public final class ia implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzz createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); long j = 0; long j2 = 0; long j3 = 0; @@ -23,7 +23,7 @@ public final class ia implements Parcelable.Creator { zzaq zzaq2 = null; zzaq zzaq3 = null; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 2: @@ -36,10 +36,10 @@ public final class ia implements Parcelable.Creator { zzku = (zzku) AnimatableValueParser.S(parcel, readInt, zzku.CREATOR); break; case 5: - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); break; case 6: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 7: str3 = AnimatableValueParser.T(parcel, readInt); @@ -48,23 +48,23 @@ public final class ia implements Parcelable.Creator { zzaq = (zzaq) AnimatableValueParser.S(parcel, readInt, zzaq.CREATOR); break; case 9: - j2 = AnimatableValueParser.h2(parcel, readInt); + j2 = AnimatableValueParser.i2(parcel, readInt); break; case 10: zzaq2 = (zzaq) AnimatableValueParser.S(parcel, readInt, zzaq.CREATOR); break; case 11: - j3 = AnimatableValueParser.h2(parcel, readInt); + j3 = AnimatableValueParser.i2(parcel, readInt); break; case 12: zzaq3 = (zzaq) AnimatableValueParser.S(parcel, readInt, zzaq.CREATOR); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzz(str, str2, zzku, j, z2, str3, zzaq, j2, zzaq2, j3, zzaq3); } diff --git a/app/src/main/java/c/i/a/f/i/b/j.java b/app/src/main/java/c/i/a/f/i/b/j.java index 645fe8d49e..406514f1df 100644 --- a/app/src/main/java/c/i/a/f/i/b/j.java +++ b/app/src/main/java/c/i/a/f/i/b/j.java @@ -19,7 +19,7 @@ import java.util.concurrent.TimeUnit; public final class j extends r5 { /* renamed from: c reason: collision with root package name */ - public long f1161c; + public long f1163c; public String d; public Boolean e; public AccountManager f; @@ -33,13 +33,13 @@ public final class j extends r5 { @Override // c.i.a.f.i.b.r5 public final boolean r() { Calendar instance = Calendar.getInstance(); - this.f1161c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); + this.f1163c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); Locale locale = Locale.getDefault(); String language = locale.getLanguage(); Locale locale2 = Locale.ENGLISH; String lowerCase = language.toLowerCase(locale2); String lowerCase2 = locale.getCountry().toLowerCase(locale2); - this.d = a.f(a.b(lowerCase2, a.b(lowerCase, 1)), lowerCase, "-", lowerCase2); + this.d = a.e(a.b(lowerCase2, a.b(lowerCase, 1)), lowerCase, "-", lowerCase2); return false; } @@ -60,7 +60,7 @@ public final class j extends r5 { public final long t() { o(); - return this.f1161c; + return this.f1163c; } public final String u() { diff --git a/app/src/main/java/c/i/a/f/i/b/j3.java b/app/src/main/java/c/i/a/f/i/b/j3.java index b08bf62627..d902c6f8a4 100644 --- a/app/src/main/java/c/i/a/f/i/b/j3.java +++ b/app/src/main/java/c/i/a/f/i/b/j3.java @@ -9,7 +9,7 @@ public final class j3 { public final String b; /* renamed from: c reason: collision with root package name */ - public final h3 f1162c; + public final h3 f1164c; public final V d; public final V e; public final Object f = new Object(); @@ -23,7 +23,7 @@ public final class j3 { this.b = str; this.d = obj; this.e = obj2; - this.f1162c = h3Var; + this.f1164c = h3Var; } public final V a(@Nullable V v) { @@ -45,7 +45,7 @@ public final class j3 { if (!ga.a()) { V v2 = null; try { - h3 h3Var = j3Var.f1162c; + h3 h3Var = j3Var.f1164c; if (h3Var != null) { v2 = (V) h3Var.a(); } @@ -60,7 +60,7 @@ public final class j3 { } } catch (SecurityException unused2) { } - h3 h3Var2 = this.f1162c; + h3 h3Var2 = this.f1164c; if (h3Var2 == null) { return this.d; } diff --git a/app/src/main/java/c/i/a/f/i/b/j4.java b/app/src/main/java/c/i/a/f/i/b/j4.java index 84353905ec..d514b2ed6d 100644 --- a/app/src/main/java/c/i/a/f/i/b/j4.java +++ b/app/src/main/java/c/i/a/f/i/b/j4.java @@ -9,7 +9,7 @@ public final class j4 { public boolean b; /* renamed from: c reason: collision with root package name */ - public String f1163c; + public String f1165c; public final /* synthetic */ d4 d; public j4(d4 d4Var, String str) { @@ -22,9 +22,9 @@ public final class j4 { public final String a() { if (!this.b) { this.b = true; - this.f1163c = this.d.w().getString(this.a, null); + this.f1165c = this.d.w().getString(this.a, null); } - return this.f1163c; + return this.f1165c; } @WorkerThread @@ -32,6 +32,6 @@ public final class j4 { SharedPreferences.Editor edit = this.d.w().edit(); edit.putString(this.a, str); edit.apply(); - this.f1163c = str; + this.f1165c = str; } } diff --git a/app/src/main/java/c/i/a/f/i/b/j9.java b/app/src/main/java/c/i/a/f/i/b/j9.java index 756d5610d1..a010ae18d8 100644 --- a/app/src/main/java/c/i/a/f/i/b/j9.java +++ b/app/src/main/java/c/i/a/f/i/b/j9.java @@ -19,7 +19,7 @@ public final class j9 implements Runnable { g gVar = new g(k9Var); gVar.o(); k9Var.d = gVar; - k9Var.k.h.f1141c = k9Var.b; + k9Var.k.h.f1143c = k9Var.b; q8 q8Var = new q8(k9Var); q8Var.o(); k9Var.j = q8Var; diff --git a/app/src/main/java/c/i/a/f/i/b/k4.java b/app/src/main/java/c/i/a/f/i/b/k4.java index 44f6aad822..90d93814bc 100644 --- a/app/src/main/java/c/i/a/f/i/b/k4.java +++ b/app/src/main/java/c/i/a/f/i/b/k4.java @@ -11,7 +11,7 @@ public final class k4 { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1164c; + public final String f1166c; public final long d; public final /* synthetic */ d4 e; @@ -21,7 +21,7 @@ public final class k4 { AnimatableValueParser.m(j > 0); this.a = str.concat(":start"); this.b = str.concat(":count"); - this.f1164c = str.concat(":value"); + this.f1166c = str.concat(":value"); this.d = j; } @@ -32,7 +32,7 @@ public final class k4 { long currentTimeMillis = System.currentTimeMillis(); SharedPreferences.Editor edit = this.e.w().edit(); edit.remove(this.b); - edit.remove(this.f1164c); + edit.remove(this.f1166c); edit.putLong(this.a, currentTimeMillis); edit.apply(); } diff --git a/app/src/main/java/c/i/a/f/i/b/k8.java b/app/src/main/java/c/i/a/f/i/b/k8.java index c8f1d76f49..d9d73c4cd6 100644 --- a/app/src/main/java/c/i/a/f/i/b/k8.java +++ b/app/src/main/java/c/i/a/f/i/b/k8.java @@ -91,7 +91,7 @@ public final class k8 implements ServiceConnection, b.a, b.AbstractC0103b { try { a b = a.b(); q7 q7Var = this.k; - b.c(q7Var.a.b, q7Var.f1192c); + b.c(q7Var.a.b, q7Var.f1194c); } catch (IllegalArgumentException unused2) { } } else { diff --git a/app/src/main/java/c/i/a/f/i/b/k9.java b/app/src/main/java/c/i/a/f/i/b/k9.java index 41d81308be..fb967d2504 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 @@ -77,7 +77,7 @@ public class k9 implements t5 { public p4 b; /* renamed from: c reason: collision with root package name */ - public x3 f1165c; + public x3 f1167c; public g d; public b4 e; public h9 f; @@ -95,20 +95,20 @@ public class k9 implements t5 { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f1166s; + public boolean f1168s; public boolean t; public FileLock u; public FileChannel v; public List w; /* renamed from: x reason: collision with root package name */ - public List f1167x; + public List f1169x; /* renamed from: y reason: collision with root package name */ - public long f1168y; + public long f1170y; /* renamed from: z reason: collision with root package name */ - public final Map f1169z; + public final Map f1171z; /* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */ public class a { @@ -116,7 +116,7 @@ public class k9 implements t5 { public List b; /* renamed from: c reason: collision with root package name */ - public List f1170c; + public List f1172c; public long d; public a(k9 k9Var, j9 j9Var) { @@ -127,13 +127,13 @@ public class k9 implements t5 { } public final boolean b(long j, a1 a1Var) { - if (this.f1170c == null) { - this.f1170c = new ArrayList(); + if (this.f1172c == null) { + this.f1172c = new ArrayList(); } if (this.b == null) { this.b = new ArrayList(); } - if (this.f1170c.size() > 0 && ((this.f1170c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { + if (this.f1172c.size() > 0 && ((this.f1172c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { return false; } long g = this.d + ((long) a1Var.g()); @@ -141,33 +141,33 @@ public class k9 implements t5 { return false; } this.d = g; - this.f1170c.add(a1Var); + this.f1172c.add(a1Var); this.b.add(Long.valueOf(j)); - return this.f1170c.size() < Math.max(1, p.j.a(null).intValue()); + return this.f1172c.size() < Math.max(1, p.j.a(null).intValue()); } } public k9(r9 r9Var) { u4 b = u4.b(r9Var.a, null, null); this.k = b; - this.f1168y = -1; + this.f1170y = -1; q9 q9Var = new q9(this); q9Var.o(); this.h = q9Var; x3 x3Var = new x3(this); x3Var.o(); - this.f1165c = x3Var; + this.f1167c = x3Var; p4 p4Var = new p4(this); p4Var.o(); this.b = p4Var; - this.f1169z = new HashMap(); + this.f1171z = new HashMap(); b.f().v(new j9(this, r9Var)); } public static void C(i9 i9Var) { if (i9Var == null) { throw new IllegalStateException("Upload Component not created"); - } else if (!i9Var.f1160c) { + } else if (!i9Var.f1162c) { String valueOf = String.valueOf(i9Var.getClass()); StringBuilder sb = new StringBuilder(valueOf.length() + 27); sb.append("Component not initialized: "); @@ -252,7 +252,7 @@ public class k9 implements t5 { this.k.t().Q(b, this.k.h.m(zzn.i)); zzaq = b.a(); } - if (this.k.h.o(p.f1181e0) && "_cmp".equals(zzaq.i) && "referrer API v2".equals(zzaq.j.i.getString("_cis"))) { + if (this.k.h.o(p.f1183e0) && "_cmp".equals(zzaq.i) && "referrer API v2".equals(zzaq.j.i.getString("_cis"))) { String string = zzaq.j.i.getString("gclid"); if (!TextUtils.isEmpty(string)) { o(new zzku("_lgclid", zzaq.l, string, "auto"), zzn); @@ -353,7 +353,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.f2308z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2311z, 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(); @@ -384,7 +384,7 @@ public class k9 implements t5 { if (i == 0) { o(new zzku("_fot", j4, Long.valueOf(j5), "auto"), zzn); U(); - this.k.f1199x.a(zzn.i); + this.k.f1201x.a(zzn.i); U(); P(); Bundle bundle2 = new Bundle(); @@ -402,7 +402,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2307y) { + if (zzn.f2310y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -480,7 +480,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2307y) { + if (zzn.f2310y) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn); @@ -557,7 +557,7 @@ public class k9 implements t5 { if (Z.m) { K().V(zzz.i, zzz.k.j); } - zzaq zzaq = zzz.f2309s; + zzaq zzaq = zzz.f2312s; if (zzaq != null) { Bundle bundle = null; zzap zzap = zzaq.j; @@ -566,7 +566,7 @@ public class k9 implements t5 { } t9 t = this.k.t(); String str = zzz.i; - zzaq zzaq2 = zzz.f2309s; + zzaq zzaq2 = zzz.f2312s; I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn); } } else { @@ -632,16 +632,16 @@ public class k9 implements t5 { T.m(zzn.j); z2 = true; } - if (!TextUtils.equals(zzn.f2308z, T.y())) { - T.q(zzn.f2308z); + if (!TextUtils.equals(zzn.f2311z, T.y())) { + T.q(zzn.f2311z); z2 = true; } - if (da.b() && this.k.h.u(T.o(), p.f1186j0) && !TextUtils.equals(zzn.D, T.B())) { + if (da.b() && this.k.h.u(T.o(), p.f1188j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.f2305s) && !zzn.f2305s.equals(T.H())) { - T.A(zzn.f2305s); + if (!TextUtils.isEmpty(zzn.f2308s) && !zzn.f2308s.equals(T.H())) { + T.A(zzn.f2308s); z2 = true; } long j2 = zzn.m; @@ -686,8 +686,8 @@ public class k9 implements t5 { T.n(zzn.w); z2 = true; } - if (zzn.f2306x != T.i()) { - T.r(zzn.f2306x); + if (zzn.f2309x != T.i()) { + T.r(zzn.f2309x); z2 = true; } if (zzn.A != T.j()) { @@ -710,11 +710,11 @@ public class k9 implements t5 { z2 = true; if (!TextUtils.equals(zzn.j, T.v())) { } - if (!TextUtils.equals(zzn.f2308z, T.y())) { + if (!TextUtils.equals(zzn.f2311z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.f2305s); + T.A(zzn.f2308s); z2 = true; long j2 = zzn.m; T.t(zzn.m); @@ -736,7 +736,7 @@ public class k9 implements t5 { z2 = true; if (zzn.w != T.h()) { } - if (zzn.f2306x != T.i()) { + if (zzn.f2309x != T.i()) { } if (zzn.A != T.j()) { } @@ -772,12 +772,12 @@ public class k9 implements t5 { T.c(c(h)); } T.m(zzn.j); - T.q(zzn.f2308z); - if (da.b() && this.k.h.u(T.o(), p.f1186j0)) { + T.q(zzn.f2311z); + if (da.b() && this.k.h.u(T.o(), p.f1188j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.f2305s)) { - T.A(zzn.f2305s); + if (!TextUtils.isEmpty(zzn.f2308s)) { + T.A(zzn.f2308s); } long j3 = zzn.m; if (j3 != 0) { @@ -800,7 +800,7 @@ public class k9 implements t5 { T.R(zzn.t); } T.n(zzn.w); - T.r(zzn.f2306x); + T.r(zzn.f2309x); T.b(zzn.A); T.z(zzn.B); T.a.f().b(); @@ -861,7 +861,7 @@ public class k9 implements t5 { l = null; this.k.t().S(this.A, str, 11, "_ev", zzaq2.i, 0); } - if (z3 && (T = K().T(str)) != null && Math.abs(((d) this.k.h()).a() - Math.max(T.W(), T.V())) > p.f1190z.a(l).longValue()) { + if (z3 && (T = K().T(str)) != null && Math.abs(((d) this.k.h()).a() - Math.max(T.W(), T.V())) > p.f1192z.a(l).longValue()) { this.k.g().C().a("Fetching config for blacklisted app"); n(T); return; @@ -917,7 +917,7 @@ public class k9 implements t5 { i = 0; u9Var = new u9(str, zzaq2.k, concat, ((d) this.k.h()).a(), Long.valueOf(((Long) obj).longValue() + j2)); if (!K().M(u9Var)) { - this.k.g().z().d("Too many unique user properties are set. Ignoring user property. appId", q3.s(str), this.k.u().y(u9Var.f1203c), u9Var.e); + this.k.g().z().d("Too many unique user properties are set. Ignoring user property. appId", q3.s(str), this.k.u().y(u9Var.f1205c), u9Var.e); this.k.t().S(this.A, str, 9, null, null, 0); } z2 = true; @@ -1049,15 +1049,15 @@ public class k9 implements t5 { if (t8.b() && this.k.a().o(p.J0)) { u0.w0(a(zzn.i).h(d.b(zzn.E)).d()); } - if (da.b() && this.k.a().v(zzn.i, p.f1186j0)) { + if (da.b() && this.k.a().v(zzn.i, p.f1188j0)) { 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.f2308z)) { - u0.r0(zzn.f2308z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2311z)) { + u0.r0(zzn.f2311z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2308z)) { - u0.r0(zzn.f2308z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2311z)) { + u0.r0(zzn.f2311z); } long j4 = zzn.n; if (j4 != 0) { @@ -1079,7 +1079,7 @@ public class k9 implements t5 { u0.y(((Boolean) obj2).booleanValue()); } } - } else if (!this.k.y().s(this.k.j()) && zzn.f2306x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2309x && (!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())); @@ -1118,7 +1118,7 @@ public class k9 implements t5 { } else { T2.c(c(h)); } - T2.A(zzn.f2305s); + T2.A(zzn.f2308s); T2.m(zzn.j); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { T2.x(this.j.t(zzn.i)); @@ -1147,7 +1147,7 @@ public class k9 implements t5 { List C = K().C(zzn.i); for (int i2 = 0; i2 < C.size(); i2++) { i1.a L = i1.L(); - L.r(C.get(i2).f1203c); + L.r(C.get(i2).f1205c); L.q(C.get(i2).d); N().G(L, C.get(i2).e); u0.u(L); @@ -1188,8 +1188,8 @@ public class k9 implements t5 { } public final x3 J() { - C(this.f1165c); - return this.f1165c; + C(this.f1167c); + return this.f1167c; } public final g K() { @@ -1198,7 +1198,7 @@ public class k9 implements t5 { } public final boolean L(zzn zzn) { - return (!da.b() || !this.k.h.u(zzn.i, p.f1186j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2308z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2308z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1188j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2311z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2311z); } public final ba M() { @@ -1265,8 +1265,8 @@ public class k9 implements t5 { } String u = K().u(); if (!TextUtils.isEmpty(u)) { - if (this.f1168y == -1) { - this.f1168y = K().j0(); + if (this.f1170y == -1) { + this.f1170y = K().j0(); } List> D = K().D(u, this.k.h.q(u, p.g), Math.max(0, this.k.h.q(u, p.h))); if (!D.isEmpty()) { @@ -1301,7 +1301,7 @@ public class k9 implements t5 { d1.a x2 = d1.x(); int size = D.size(); ArrayList arrayList = new ArrayList(D.size()); - boolean z3 = "1".equals(this.k.h.f1141c.i(u, "gaia_collection_enabled")) && (!t8.b() || !this.k.h.o(p.J0) || a(u).j()); + boolean z3 = "1".equals(this.k.h.f1143c.i(u, "gaia_collection_enabled")) && (!t8.b() || !this.k.h.o(p.J0) || a(u).j()); boolean z4 = !t8.b() || !this.k.h.o(p.J0) || a(u).j(); boolean z5 = !t8.b() || !this.k.h.o(p.J0) || a(u).k(); int i3 = 0; @@ -1381,7 +1381,7 @@ public class k9 implements t5 { str2 = ((d1) x2.j).u().G1(); } this.k.g().n.d("Uploading data. app, uncompressed size, data", str2, Integer.valueOf(d.length), z6); - this.f1166s = true; + this.f1168s = true; x3 J = J(); m9 m9Var = new m9(this, u); J.b(); @@ -1392,7 +1392,7 @@ public class k9 implements t5 { } } } else { - this.f1168y = -1; + this.f1170y = -1; String B = K().B(currentTimeMillis - p.d.a(null).longValue()); if (!TextUtils.isEmpty(B) && (T = K().T(B)) != null) { n(T); @@ -1426,7 +1426,7 @@ public class k9 implements t5 { boolean z3 = true; this.m = true; U(); - if (!this.k.h.o(p.f1185i0) || (fileLock = this.u) == null || !fileLock.isValid()) { + if (!this.k.h.o(p.f1187i0) || (fileLock = this.u) == null || !fileLock.isValid()) { try { FileChannel channel = new RandomAccessFile(new File(this.k.b.getFilesDir(), "google_app_measurement.db"), "rw").getChannel(); this.v = channel; @@ -1574,7 +1574,7 @@ public class k9 implements t5 { } U(); P(); - d dVar2 = this.f1169z.get(str); + d dVar2 = this.f1171z.get(str); if (dVar2 != null) { return dVar2; } @@ -1751,7 +1751,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.f2309s; + zzaq zzaq4 = zzz2.f2312s; if (zzaq4 != null) { arrayList.add(zzaq4); } @@ -1783,9 +1783,9 @@ public class k9 implements t5 { zzku zzku = zzz3.k; u9 u9Var = new u9(zzz3.i, zzz3.j, zzku.j, j, zzku.v0()); if (K().M(u9Var)) { - this.k.g().n.d("User property triggered", zzz3.i, this.k.u().y(u9Var.f1203c), u9Var.e); + this.k.g().n.d("User property triggered", zzz3.i, this.k.u().y(u9Var.f1205c), u9Var.e); } else { - this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1203c), u9Var.e); + this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1205c), u9Var.e); } zzaq zzaq5 = zzz3.q; if (zzaq5 != null) { @@ -1846,7 +1846,7 @@ public class k9 implements t5 { List k = T.k(); if (da.b()) { z2 = T2; - if (this.k.h.u(T.o(), p.f1186j0)) { + if (this.k.h.u(T.o(), p.f1188j0)) { str2 = T.B(); B(zzaq, new zzn(str, v, M, N, O, P, Q, (String) null, z2, false, H, g, 0L, 0, h, i, false, y2, j, S, k, str2, (t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d())); } @@ -1863,7 +1863,7 @@ public class k9 implements t5 { @WorkerThread public final void n(a4 a4Var) { U(); - if (!da.b() || !this.k.h.u(a4Var.o(), p.f1186j0)) { + if (!da.b() || !this.k.h.u(a4Var.o(), p.f1188j0)) { if (TextUtils.isEmpty(a4Var.v()) && TextUtils.isEmpty(a4Var.y())) { r(a4Var.o(), 204, null, null, null); return; @@ -1877,7 +1877,7 @@ public class k9 implements t5 { Uri.Builder builder = new Uri.Builder(); String v = a4Var.v(); if (TextUtils.isEmpty(v)) { - if (da.b() && cVar.a.h.u(a4Var.o(), p.f1186j0)) { + if (da.b() && cVar.a.h.u(a4Var.o(), p.f1188j0)) { v = a4Var.B(); } v = a4Var.y(); @@ -1955,20 +1955,20 @@ public class k9 implements t5 { } l z2 = K().z(zzn.i, "_s"); if (z2 != null) { - j2 = z2.f1171c; + j2 = z2.f1173c; this.k.g().n.b("Backfill the session number. Last used session number", Long.valueOf(j2)); } o(new zzku("_sno", j, Long.valueOf(j2 + 1), str2), zzn); } u9 u9Var = new u9(zzn.i, zzku.n, zzku.j, zzku.k, n0); - this.k.g().n.c("Setting user property", this.k.u().y(u9Var.f1203c), n0); + this.k.g().n.c("Setting user property", this.k.u().y(u9Var.f1205c), n0); K().b0(); try { G(zzn); boolean M = K().M(u9Var); K().s(); if (!M) { - this.k.g().f.c("Too many unique user properties are set. Ignoring user property", this.k.u().y(u9Var.f1203c), u9Var.e); + this.k.g().f.c("Too many unique user properties are set. Ignoring user property", this.k.u().y(u9Var.f1205c), u9Var.e); this.k.t().S(this.A, zzn.i, 9, null, null, 0); } } finally { @@ -1982,7 +1982,7 @@ public class k9 implements t5 { public final void p(zzn zzn) { if (this.w != null) { ArrayList arrayList = new ArrayList(); - this.f1167x = arrayList; + this.f1169x = arrayList; arrayList.addAll(this.w); } g K = K(); @@ -2049,9 +2049,9 @@ public class k9 implements t5 { zzku zzku3 = zzz2.k; u9 u9Var = new u9(zzz2.i, zzz2.j, zzku3.j, zzku3.k, zzku3.v0()); if (K().M(u9Var)) { - this.k.g().m.d("User property updated immediately", zzz2.i, this.k.u().y(u9Var.f1203c), u9Var.e); + this.k.g().m.d("User property updated immediately", zzz2.i, this.k.u().y(u9Var.f1205c), u9Var.e); } else { - this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1203c), u9Var.e); + this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1205c), u9Var.e); } if (z3 && (zzaq = zzz2.q) != null) { I(new zzaq(zzaq, zzz2.l), zzn); @@ -2167,7 +2167,7 @@ public class k9 implements t5 { if (t8.b() && this.k.h.o(p.J0)) { U(); P(); - this.f1169z.put(str, dVar); + this.f1171z.put(str, dVar); g K = K(); if (t8.b() && K.a.h.o(p.J0)) { Objects.requireNonNull(str, "null reference"); @@ -2388,7 +2388,7 @@ public class k9 implements t5 { try { a aVar9 = new a(k9Var3, null); g K = K(); - long j3 = k9Var3.f1168y; + long j3 = k9Var3.f1170y; AnimatableValueParser.A(aVar9); K.b(); K.n(); @@ -2411,7 +2411,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1170c; + list = aVar9.f1172c; if (!(list != null || list.isEmpty())) { e1.a t2 = aVar9.a.t(); t2.F(); @@ -2426,10 +2426,10 @@ public class k9 implements t5 { long j4 = 0; while (true) { z2 = z11; - if (i13 >= aVar9.f1170c.size()) { + if (i13 >= aVar9.f1172c.size()) { break; } - a1.a t3 = aVar9.f1170c.get(i13).t(); + a1.a t3 = aVar9.f1172c.get(i13).t(); if (H().x(aVar9.a.G1(), t3.y())) { z7 = v; k9Var3.k.g().A().c("Dropping blacklisted raw event. appId", q3.s(aVar9.a.G1()), k9Var3.k.u().u(t3.y())); @@ -2524,7 +2524,7 @@ public class k9 implements t5 { } else { z2 = true; } - if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1153c > ((long) k9Var3.k.a().q(aVar9.a.G1(), p.n))) { + if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1155c > ((long) k9Var3.k.a().q(aVar9.a.G1(), p.n))) { k9Var3.k.g().A().b("Too many conversions. Not logging as conversion. appId", q3.s(aVar9.a.G1())); z9 = false; int i16 = -1; @@ -2767,7 +2767,7 @@ public class k9 implements t5 { } } i4 = i13; - aVar9.f1170c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1172c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2804,7 +2804,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1170c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1172c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2856,7 +2856,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1170c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1172c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2873,7 +2873,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1170c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1172c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2890,7 +2890,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1170c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1172c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2907,7 +2907,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1170c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1172c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2918,7 +2918,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1170c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1172c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -3300,7 +3300,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1170c; + list = aVar9.f1172c; if (!(list != null || list.isEmpty())) { } } else { @@ -3320,7 +3320,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1170c; + list = aVar9.f1172c; if (!(list != null || list.isEmpty())) { } } else { @@ -3379,7 +3379,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Failed to merge raw event metadata. appId", q3.s(str11), e6); cursor2.close(); } - list = aVar9.f1170c; + list = aVar9.f1172c; if (!(list != null || list.isEmpty())) { } } @@ -3396,7 +3396,7 @@ public class k9 implements t5 { if (cursor2 != null) { cursor2.close(); } - list = aVar9.f1170c; + list = aVar9.f1172c; if (!(list != null || list.isEmpty())) { } } catch (Throwable th5) { @@ -3425,7 +3425,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Error selecting raw event. appId", q3.s(str11), sQLiteException); if (cursor2 != null) { } - list = aVar9.f1170c; + list = aVar9.f1172c; if (!(list != null || list.isEmpty())) { } } catch (Throwable th7) { @@ -3442,7 +3442,7 @@ public class k9 implements t5 { K.g().z().c("Data loss. Error selecting raw event. appId", q3.s(str11), sQLiteException); if (cursor2 != null) { } - list = aVar9.f1170c; + list = aVar9.f1172c; if (!(list != null || list.isEmpty())) { } } catch (SQLiteException e9) { @@ -3566,8 +3566,8 @@ public class k9 implements t5 { S.a.f().b(); if (!S.b) { S.a.k.b.registerReceiver(S, new IntentFilter("android.net.conn.CONNECTIVITY_CHANGE")); - S.f1140c = S.a.J().u(); - S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1140c)); + S.f1142c = S.a.J().u(); + S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1142c)); S.b = true; } T().s(); @@ -3601,7 +3601,7 @@ public class k9 implements t5 { T.g().n.b("Scheduling upload, millis", Long.valueOf(currentTimeMillis2)); Objects.requireNonNull((d) T.a.o); long elapsedRealtime = SystemClock.elapsedRealtime() + currentTimeMillis2; - if (currentTimeMillis2 < Math.max(0L, p.f1188x.a(null).longValue())) { + if (currentTimeMillis2 < Math.max(0L, p.f1190x.a(null).longValue())) { if (!(T.e.d != 0)) { T.e.b(currentTimeMillis2); } @@ -3647,7 +3647,7 @@ public class k9 implements t5 { jobScheduler.schedule(build); return; } - T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1187s.a(null).longValue(), currentTimeMillis2), T.u()); + T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1189s.a(null).longValue(), currentTimeMillis2), T.u()); return; } } @@ -3672,8 +3672,8 @@ public class k9 implements t5 { @WorkerThread public final void x() { U(); - if (this.r || this.f1166s || this.t) { - this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1166s), Boolean.valueOf(this.t)); + if (this.r || this.f1168s || this.t) { + this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1168s), Boolean.valueOf(this.t)); return; } this.k.g().n.a("Stopping uploading service(s)"); @@ -3695,7 +3695,7 @@ public class k9 implements t5 { } Boolean z2 = z(T); if (z2 == null || z2.booleanValue()) { - return new zzn(str, T.v(), T.M(), T.N(), T.O(), T.P(), T.Q(), (String) null, T.T(), false, T.H(), T.g(), 0L, 0, T.h(), T.i(), false, T.y(), T.j(), T.S(), T.k(), (!da.b() || !this.k.h.u(str, p.f1186j0)) ? null : T.B(), (!t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d()); + return new zzn(str, T.v(), T.M(), T.N(), T.O(), T.P(), T.Q(), (String) null, T.T(), false, T.H(), T.g(), 0L, 0, T.h(), T.i(), false, T.y(), T.j(), T.S(), T.k(), (!da.b() || !this.k.h.u(str, p.f1188j0)) ? null : T.B(), (!t8.b() || !this.k.h.o(p.J0)) ? "" : a(str).d()); } this.k.g().f.b("App version does not match; dropping. appId", q3.s(str)); return null; diff --git a/app/src/main/java/c/i/a/f/i/b/l.java b/app/src/main/java/c/i/a/f/i/b/l.java index 08b647725c..8dbc31a731 100644 --- a/app/src/main/java/c/i/a/f/i/b/l.java +++ b/app/src/main/java/c/i/a/f/i/b/l.java @@ -7,7 +7,7 @@ public final class l { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1171c; + public final long f1173c; public final long d; public final long e; public final long f; @@ -31,7 +31,7 @@ public final class l { AnimatableValueParser.m(j5 < 0 ? false : z2); this.a = str; this.b = str2; - this.f1171c = j; + this.f1173c = j; this.d = j2; this.e = j3; this.f = j4; @@ -43,14 +43,14 @@ public final class l { } public final l a(long j) { - return new l(this.a, this.b, this.f1171c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); + return new l(this.a, this.b, this.f1173c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); } public final l b(long j, long j2) { - return new l(this.a, this.b, this.f1171c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); + return new l(this.a, this.b, this.f1173c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); } public final l c(Long l, Long l2, Boolean bool) { - return new l(this.a, this.b, this.f1171c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null); + return new l(this.a, this.b, this.f1173c, this.d, this.e, this.f, this.g, this.h, l, l2, (bool == null || bool.booleanValue()) ? bool : null); } } diff --git a/app/src/main/java/c/i/a/f/i/b/l3.java b/app/src/main/java/c/i/a/f/i/b/l3.java index ffea687895..3959583ef2 100644 --- a/app/src/main/java/c/i/a/f/i/b/l3.java +++ b/app/src/main/java/c/i/a/f/i/b/l3.java @@ -79,7 +79,7 @@ public abstract class l3 extends s0 implements i3 { List list = (List) ((FutureTask) z4Var5.a.f().t(new n5(z4Var5, zzn4))).get(); arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1203c)) { + if (z2 || !t9.r0(u9Var.f1205c)) { arrayList.add(new zzku(u9Var)); } } diff --git a/app/src/main/java/c/i/a/f/i/b/m.java b/app/src/main/java/c/i/a/f/i/b/m.java index 661f0fa860..a62704ff8c 100644 --- a/app/src/main/java/c/i/a/f/i/b/m.java +++ b/app/src/main/java/c/i/a/f/i/b/m.java @@ -13,7 +13,7 @@ public final class m { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1172c; + public final String f1174c; public final long d; public final long e; public final zzap f; @@ -24,7 +24,7 @@ public final class m { AnimatableValueParser.w(str3); this.a = str2; this.b = str3; - this.f1172c = TextUtils.isEmpty(str) ? null : str; + this.f1174c = TextUtils.isEmpty(str) ? null : str; this.d = j; this.e = j2; if (j2 != 0 && j2 > j) { @@ -61,7 +61,7 @@ public final class m { Objects.requireNonNull(zzap, "null reference"); this.a = str2; this.b = str3; - this.f1172c = TextUtils.isEmpty(str) ? null : str; + this.f1174c = TextUtils.isEmpty(str) ? null : str; this.d = j; this.e = j2; if (j2 != 0 && j2 > j) { @@ -71,17 +71,17 @@ public final class m { } public final m a(u4 u4Var, long j) { - return new m(u4Var, this.f1172c, this.a, this.b, this.d, j, this.f); + return new m(u4Var, this.f1174c, this.a, this.b, this.d, j, this.f); } public final String toString() { String str = this.a; String str2 = this.b; String valueOf = String.valueOf(this.f); - StringBuilder K = a.K(valueOf.length() + a.b(str2, a.b(str, 33)), "Event{appId='", str, "', name='", str2); - K.append("', params="); - K.append(valueOf); - K.append('}'); - return K.toString(); + StringBuilder J = a.J(valueOf.length() + a.b(str2, a.b(str, 33)), "Event{appId='", str, "', name='", str2); + J.append("', params="); + J.append(valueOf); + J.append('}'); + return J.toString(); } } diff --git a/app/src/main/java/c/i/a/f/i/b/m3.java b/app/src/main/java/c/i/a/f/i/b/m3.java index ab5da9fb0d..7cef424b84 100644 --- a/app/src/main/java/c/i/a/f/i/b/m3.java +++ b/app/src/main/java/c/i/a/f/i/b/m3.java @@ -12,7 +12,7 @@ import androidx.annotation.WorkerThread; public final class m3 extends a5 { /* renamed from: c reason: collision with root package name */ - public final p3 f1173c = new p3(this, this.a.b, "google_app_measurement_local.db"); + public final p3 f1175c = new p3(this, this.a.b, "google_app_measurement_local.db"); public boolean d; public m3(u4 u4Var) { @@ -43,7 +43,7 @@ public final class m3 extends a5 { if (this.d) { return null; } - SQLiteDatabase writableDatabase = this.f1173c.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f1175c.getWritableDatabase(); if (writableDatabase != null) { return writableDatabase; } diff --git a/app/src/main/java/c/i/a/f/i/b/m6.java b/app/src/main/java/c/i/a/f/i/b/m6.java index 55ec389eec..20f79be383 100644 --- a/app/src/main/java/c/i/a/f/i/b/m6.java +++ b/app/src/main/java/c/i/a/f/i/b/m6.java @@ -21,10 +21,10 @@ public final class m6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - String str = o.f1174c; + String str = o.f1176c; Objects.requireNonNull(cVar); j3 j3Var = p.L; - atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1141c.i(str, j3Var.b))); + atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1143c.i(str, j3Var.b))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/m9.java b/app/src/main/java/c/i/a/f/i/b/m9.java index f93a9e8e8e..f1e75cb1e8 100644 --- a/app/src/main/java/c/i/a/f/i/b/m9.java +++ b/app/src/main/java/c/i/a/f/i/b/m9.java @@ -26,7 +26,7 @@ public final class m9 implements z3 { try { bArr = new byte[0]; } catch (Throwable th2) { - k9Var.f1166s = false; + k9Var.f1168s = false; k9Var.x(); throw th2; } @@ -59,7 +59,7 @@ public final class m9 implements z3 { throw e; } } catch (SQLiteException e2) { - List list2 = k9Var.f1167x; + List list2 = k9Var.f1169x; if (list2 == null || !list2.contains(l)) { throw e2; } @@ -67,9 +67,9 @@ public final class m9 implements z3 { } k9Var.K().s(); k9Var.K().e0(); - k9Var.f1167x = null; + k9Var.f1169x = null; if (!k9Var.J().u() || !k9Var.v()) { - k9Var.f1168y = -1; + k9Var.f1170y = -1; k9Var.w(); } else { k9Var.Q(); @@ -101,7 +101,7 @@ public final class m9 implements z3 { k9Var.K().J(list); k9Var.w(); } - k9Var.f1166s = false; + k9Var.f1168s = false; k9Var.x(); } } diff --git a/app/src/main/java/c/i/a/f/i/b/n3.java b/app/src/main/java/c/i/a/f/i/b/n3.java index 11070d98e4..ab1b90431e 100644 --- a/app/src/main/java/c/i/a/f/i/b/n3.java +++ b/app/src/main/java/c/i/a/f/i/b/n3.java @@ -22,7 +22,7 @@ import java.util.Objects; public final class n3 extends a5 { /* renamed from: c reason: collision with root package name */ - public String f1174c; + public String f1176c; public String d; public int e; public String f; @@ -95,7 +95,7 @@ public final class n3 extends a5 { g().f.c("Error retrieving package info. appId, appName", q3.s(packageName), "Unknown"); } } - this.f1174c = packageName; + this.f1176c = packageName; this.f = str; this.d = str2; this.e = i; @@ -111,7 +111,7 @@ public final class n3 extends a5 { } boolean z3 = true; boolean z4 = status != null && status.v0(); - boolean z5 = !TextUtils.isEmpty(this.a.f1197c) && "am".equals(this.a.d); + boolean z5 = !TextUtils.isEmpty(this.a.f1199c) && "am".equals(this.a.d); boolean z6 = z4 | z5; if (!z6) { if (status == null) { @@ -161,12 +161,12 @@ public final class n3 extends a5 { this.l = ""; this.m = ""; if (z5) { - this.l = this.a.f1197c; + this.l = this.a.f1199c; } list = null; - G0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1043c : c.G0(this.a.b, "google_app_id"); + G0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1045c : c.G0(this.a.b, "google_app_id"); this.k = !TextUtils.isEmpty(G0) ? "" : G0; - if (!da.b() && this.a.h.o(p.f1186j0)) { + if (!da.b() && this.a.h.o(p.f1188j0)) { Context context2 = this.a.b; Objects.requireNonNull(context2, "null reference"); Resources resources = context2.getResources(); @@ -186,7 +186,7 @@ public final class n3 extends a5 { this.l = identifier3 == 0 ? null : resources2.getString(identifier3); } if (z2) { - g().n.c("App measurement enabled for app package, google app id", this.f1174c, TextUtils.isEmpty(this.k) ? this.l : this.k); + g().n.c("App measurement enabled for app package, google app id", this.f1176c, TextUtils.isEmpty(this.k) ? this.l : this.k); } this.i = null; c cVar = this.a.h; diff --git a/app/src/main/java/c/i/a/f/i/b/o.java b/app/src/main/java/c/i/a/f/i/b/o.java index bfff5a2c20..69f3a0efe9 100644 --- a/app/src/main/java/c/i/a/f/i/b/o.java +++ b/app/src/main/java/c/i/a/f/i/b/o.java @@ -10,17 +10,17 @@ public final class o implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzap createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Bundle bundle = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { bundle = AnimatableValueParser.P(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzap(bundle); } diff --git a/app/src/main/java/c/i/a/f/i/b/o3.java b/app/src/main/java/c/i/a/f/i/b/o3.java index 440330fa5e..e1b7ef6786 100644 --- a/app/src/main/java/c/i/a/f/i/b/o3.java +++ b/app/src/main/java/c/i/a/f/i/b/o3.java @@ -13,7 +13,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class o3 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final AtomicReference f1175c = new AtomicReference<>(); + public static final AtomicReference f1177c = new AtomicReference<>(); public static final AtomicReference d = new AtomicReference<>(); public static final AtomicReference e = new AtomicReference<>(); @@ -58,18 +58,18 @@ public final class o3 extends r5 { if (!z()) { return bundle.toString(); } - StringBuilder L = a.L("Bundle[{"); + StringBuilder K = a.K("Bundle[{"); for (String str : bundle.keySet()) { - if (L.length() != 8) { - L.append(", "); + if (K.length() != 8) { + K.append(", "); } - L.append(x(str)); - L.append("="); + K.append(x(str)); + K.append("="); Object obj = bundle.get(str); - L.append(obj instanceof Bundle ? w(new Object[]{obj}) : obj instanceof Object[] ? w((Object[]) obj) : obj instanceof ArrayList ? w(((ArrayList) obj).toArray()) : String.valueOf(obj)); + K.append(obj instanceof Bundle ? w(new Object[]{obj}) : obj instanceof Object[] ? w((Object[]) obj) : obj instanceof ArrayList ? w(((ArrayList) obj).toArray()) : String.valueOf(obj)); } - L.append("}]"); - return L.toString(); + K.append("}]"); + return K.toString(); } @Nullable @@ -77,14 +77,14 @@ public final class o3 extends r5 { if (!z()) { return zzaq.toString(); } - StringBuilder L = a.L("origin="); - L.append(zzaq.k); - L.append(",name="); - L.append(u(zzaq.i)); - L.append(",params="); + StringBuilder K = a.K("origin="); + K.append(zzaq.k); + K.append(",name="); + K.append(u(zzaq.i)); + K.append(",params="); zzap zzap = zzaq.j; - L.append(zzap == null ? null : !z() ? zzap.toString() : s(zzap.w0())); - return L.toString(); + K.append(zzap == null ? null : !z() ? zzap.toString() : s(zzap.w0())); + return K.toString(); } @Nullable @@ -92,7 +92,7 @@ public final class o3 extends r5 { if (str == null) { return null; } - return !z() ? str : v(str, v5.f1204c, v5.a, f1175c); + return !z() ? str : v(str, v5.f1206c, v5.a, f1177c); } @Nullable @@ -100,18 +100,18 @@ public final class o3 extends r5 { if (objArr == null) { return "[]"; } - StringBuilder L = a.L("["); + StringBuilder K = a.K("["); for (Object obj : objArr) { String s2 = obj instanceof Bundle ? s((Bundle) obj) : String.valueOf(obj); if (s2 != null) { - if (L.length() != 1) { - L.append(", "); + if (K.length() != 1) { + K.append(", "); } - L.append(s2); + K.append(s2); } } - L.append("]"); - return L.toString(); + K.append("]"); + return K.toString(); } @Nullable diff --git a/app/src/main/java/c/i/a/f/i/b/p.java b/app/src/main/java/c/i/a/f/i/b/p.java index 0d0f5da998..5595a621b9 100644 --- a/app/src/main/java/c/i/a/f/i/b/p.java +++ b/app/src/main/java/c/i/a/f/i/b/p.java @@ -51,45 +51,45 @@ public final class p { public static List> a = Collections.synchronizedList(new ArrayList()); /* renamed from: a0 reason: collision with root package name */ - public static j3 f1176a0; + public static j3 f1178a0; public static j3 b = a("measurement.ad_id_cache_time", 10000L, 10000L, s.a); /* renamed from: b0 reason: collision with root package name */ - public static j3 f1177b0; + public static j3 f1179b0; /* renamed from: c reason: collision with root package name */ - public static j3 f1178c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); + public static j3 f1180c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); /* renamed from: c0 reason: collision with root package name */ - public static j3 f1179c0; + public static j3 f1181c0; public static j3 d = a("measurement.config.cache_time", 86400000L, 3600000L, f0.a); /* renamed from: d0 reason: collision with root package name */ - public static j3 f1180d0; + public static j3 f1182d0; public static j3 e = a("measurement.config.url_scheme", "https", "https", o0.a); /* renamed from: e0 reason: collision with root package name */ - public static j3 f1181e0; + public static j3 f1183e0; public static j3 f = a("measurement.config.url_authority", "app-measurement.com", "app-measurement.com", c1.a); /* renamed from: f0 reason: collision with root package name */ - public static j3 f1182f0; + public static j3 f1184f0; public static j3 g = a("measurement.upload.max_bundles", 100, 100, l1.a); /* renamed from: g0 reason: collision with root package name */ - public static j3 f1183g0; + public static j3 f1185g0; public static j3 h = a("measurement.upload.max_batch_size", 65536, 65536, y1.a); /* renamed from: h0 reason: collision with root package name */ - public static j3 f1184h0; + public static j3 f1186h0; public static j3 i = a("measurement.upload.max_bundle_size", 65536, 65536, i2.a); /* renamed from: i0 reason: collision with root package name */ - public static j3 f1185i0; + public static j3 f1187i0; public static j3 j = a("measurement.upload.max_events_per_bundle", 1000, 1000, v2.a); /* renamed from: j0 reason: collision with root package name */ - public static j3 f1186j0; + public static j3 f1188j0; public static j3 k = a("measurement.upload.max_events_per_day", 100000, 100000, g3.a); public static j3 k0; public static j3 l = a("measurement.upload.max_error_events_per_day", 1000, 1000, u.a); @@ -108,7 +108,7 @@ public final class p { public static j3 r0; /* renamed from: s reason: collision with root package name */ - public static j3 f1187s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); + public static j3 f1189s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); public static j3 s0; public static j3 t = a("measurement.upload.interval", 3600000L, 3600000L, d0.a); public static j3 t0; @@ -120,15 +120,15 @@ public final class p { public static j3 w0; /* renamed from: x reason: collision with root package name */ - public static j3 f1188x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); + public static j3 f1190x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); public static j3 x0; /* renamed from: y reason: collision with root package name */ - public static j3 f1189y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); + public static j3 f1191y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); public static j3 y0; /* renamed from: z reason: collision with root package name */ - public static j3 f1190z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); + public static j3 f1192z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); public static j3 z0; static { @@ -147,16 +147,16 @@ public final class p { X = a("measurement.quality.checksum", bool, bool, null); Y = a("measurement.sdk.dynamite.allow_remote_dynamite3", bool2, bool2, i1.a); Z = a("measurement.sdk.collection.validate_param_names_alphabetical", bool2, bool2, h1.a); - f1176a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); - f1177b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); - f1179c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); - f1180d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); - f1181e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); - f1182f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); - f1183g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); - f1184h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); - f1185i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); - f1186j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); + f1178a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); + f1179b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); + f1181c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); + f1182d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); + f1183e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); + f1184f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); + f1185g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); + f1186h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); + f1187i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); + f1188j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); k0 = a("measurement.lifecycle.app_in_background_parameter", bool, bool, t1.a); l0 = a("measurement.integration.disable_firebase_instance_id", bool, bool, w1.a); m0 = a("measurement.lifecycle.app_backgrounded_engagement", bool, bool, v1.a); diff --git a/app/src/main/java/c/i/a/f/i/b/p4.java b/app/src/main/java/c/i/a/f/i/b/p4.java index 55e77e8fe2..c42843b57a 100644 --- a/app/src/main/java/c/i/a/f/i/b/p4.java +++ b/app/src/main/java/c/i/a/f/i/b/p4.java @@ -223,7 +223,7 @@ public final class p4 extends i9 implements e { g().i.a("EventConfig contained null event name"); } else { String q = t.q(); - String J0 = c.J0(t.q(), v5.a, v5.f1204c); + String J0 = c.J0(t.q(), v5.a, v5.f1206c); if (!TextUtils.isEmpty(J0)) { if (t.k) { t.n(); @@ -284,7 +284,7 @@ public final class p4 extends i9 implements e { while (i2 < ((k0) t2.j).D()) { l0.a t3 = ((k0) t2.j).z(i2).t(); l0.a aVar = (l0.a) ((u4.b) t3.clone()); - String J0 = c.J0(((l0) t3.j).z(), v5.a, v5.f1204c); + String J0 = c.J0(((l0) t3.j).z(), v5.a, v5.f1206c); if (J0 != null) { if (aVar.k) { aVar.n(); diff --git a/app/src/main/java/c/i/a/f/i/b/q.java b/app/src/main/java/c/i/a/f/i/b/q.java index 0765de78b1..f52598e4e4 100644 --- a/app/src/main/java/c/i/a/f/i/b/q.java +++ b/app/src/main/java/c/i/a/f/i/b/q.java @@ -10,12 +10,12 @@ public final class q implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzaq createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; zzap zzap = null; String str2 = null; long j = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 2) { @@ -25,12 +25,12 @@ public final class q implements Parcelable.Creator { } else if (i == 4) { str2 = AnimatableValueParser.T(parcel, readInt); } else if (i != 5) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzaq(str, zzap, str2, j); } diff --git a/app/src/main/java/c/i/a/f/i/b/q3.java b/app/src/main/java/c/i/a/f/i/b/q3.java index 58c14be6d9..b9f87fa841 100644 --- a/app/src/main/java/c/i/a/f/i/b/q3.java +++ b/app/src/main/java/c/i/a/f/i/b/q3.java @@ -11,7 +11,7 @@ import java.util.Objects; public final class q3 extends r5 { /* renamed from: c reason: collision with root package name */ - public char f1191c = 0; + public char f1193c = 0; public long d = -1; @GuardedBy("this") public String e; @@ -169,16 +169,16 @@ public final class q3 extends r5 { if (j > (j3 << 1)) { k4Var.a(); } else { - String string = k4Var.e.w().getString(k4Var.f1164c, null); + String string = k4Var.e.w().getString(k4Var.f1166c, null); long j4 = k4Var.e.w().getLong(k4Var.b, 0); k4Var.a(); - pair = (string == null || j4 <= 0) ? d4.f1145c : new Pair<>(string, Long.valueOf(j4)); - if (pair != null || pair == d4.f1145c) { + pair = (string == null || j4 <= 0) ? d4.f1147c : new Pair<>(string, Long.valueOf(j4)); + if (pair != null || pair == d4.f1147c) { return null; } String valueOf = String.valueOf(pair.second); String str = (String) pair.first; - return a.f(a.b(str, valueOf.length() + 1), valueOf, ":", str); + return a.e(a.b(str, valueOf.length() + 1), valueOf, ":", str); } } pair = null; diff --git a/app/src/main/java/c/i/a/f/i/b/q7.java b/app/src/main/java/c/i/a/f/i/b/q7.java index df3cfecc19..c9ebcd4f03 100644 --- a/app/src/main/java/c/i/a/f/i/b/q7.java +++ b/app/src/main/java/c/i/a/f/i/b/q7.java @@ -43,7 +43,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class q7 extends a5 { /* renamed from: c reason: collision with root package name */ - public final k8 f1192c; + public final k8 f1194c; public i3 d; public volatile Boolean e; public final i f; @@ -54,7 +54,7 @@ public final class q7 extends a5 { public q7(u4 u4Var) { super(u4Var); this.g = new e9(u4Var.o); - this.f1192c = new k8(this); + this.f1194c = new k8(this); this.f = new p7(this, u4Var); this.i = new z7(this, u4Var); } @@ -89,7 +89,7 @@ public final class q7 extends a5 { t(); if (!B()) { if (G()) { - k8 k8Var = this.f1192c; + k8 k8Var = this.f1194c; k8Var.k.b(); Context context = k8Var.k.a.b; synchronized (k8Var) { @@ -109,7 +109,7 @@ public final class q7 extends a5 { if (queryIntentServices != null && queryIntentServices.size() > 0) { Intent intent = new Intent("com.google.android.gms.measurement.START"); intent.setComponent(new ComponentName(this.a.b, "com.google.android.gms.measurement.AppMeasurementService")); - k8 k8Var2 = this.f1192c; + k8 k8Var2 = this.f1194c; k8Var2.k.b(); Context context2 = k8Var2.k.a.b; a b = a.b(); @@ -120,7 +120,7 @@ public final class q7 extends a5 { } k8Var2.k.g().n.a("Using local app measurement service"); k8Var2.i = true; - b.a(context2, intent, k8Var2.k.f1192c, 129); + b.a(context2, intent, k8Var2.k.f1194c, 129); return; } } @@ -133,13 +133,13 @@ public final class q7 extends a5 { public final void D() { b(); t(); - k8 k8Var = this.f1192c; + k8 k8Var = this.f1194c; if (k8Var.j != null && (k8Var.j.j() || k8Var.j.e())) { k8Var.j.h(); } k8Var.j = null; try { - a.b().c(this.a.b, this.f1192c); + a.b().c(this.a.b, this.f1194c); } catch (IllegalArgumentException | IllegalStateException unused) { } this.d = null; @@ -289,7 +289,7 @@ public final class q7 extends a5 { String E = z2 ? g().E() : null; o.b(); o.t(); - String str4 = o.f1174c; + String str4 = o.f1176c; o.t(); String str5 = o.k; o.t(); @@ -438,7 +438,7 @@ public final class q7 extends a5 { if (!da.b()) { list = list2; j2 = j7; - if (o.a.h.o(p.f1186j0)) { + if (o.a.h.o(p.f1188j0)) { o.t(); str3 = o.m; return new zzn(str4, str5, str6, j4, str7, 33025, j6, E, z3, z4, str2, 0, j, i, booleanValue, booleanValue2, z5, str8, valueOf2, j2, list, str3, (t8.b() || !o.a.h.o(p.H0)) ? "" : o.l().y().d()); 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 3adc527b67..2746f0c4fc 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 @@ -281,7 +281,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.f2308z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2311z); } public static boolean P(String str) { @@ -691,115 +691,115 @@ public final class q9 extends i9 { } public final String y(o0 o0Var) { - StringBuilder L = a.L("\nproperty_filter {\n"); + StringBuilder K = a.K("\nproperty_filter {\n"); if (o0Var.v()) { - L(L, 0, "filter_id", Integer.valueOf(o0Var.w())); + L(K, 0, "filter_id", Integer.valueOf(o0Var.w())); } - L(L, 0, "property_name", d().y(o0Var.x())); + L(K, 0, "property_name", d().y(o0Var.x())); String A = A(o0Var.z(), o0Var.A(), o0Var.C()); if (!A.isEmpty()) { - L(L, 0, "filter_type", A); + L(K, 0, "filter_type", A); } - I(L, 1, o0Var.y()); - L.append("}\n"); - return L.toString(); + I(K, 1, o0Var.y()); + K.append("}\n"); + return K.toString(); } public final String z(d1 d1Var) { - StringBuilder L = a.L("\nbatch {\n"); + StringBuilder K = a.K("\nbatch {\n"); for (e1 e1Var : d1Var.v()) { if (e1Var != null) { - H(L, 1); - L.append("bundle {\n"); + H(K, 1); + K.append("bundle {\n"); if (e1Var.E()) { - L(L, 1, "protocol_version", Integer.valueOf(e1Var.g0())); + L(K, 1, "protocol_version", Integer.valueOf(e1Var.g0())); } - L(L, 1, "platform", e1Var.y1()); + L(K, 1, "platform", e1Var.y1()); if (e1Var.I1()) { - L(L, 1, "gmp_version", Long.valueOf(e1Var.F())); + L(K, 1, "gmp_version", Long.valueOf(e1Var.F())); } if (e1Var.H()) { - L(L, 1, "uploading_gmp_version", Long.valueOf(e1Var.I())); + L(K, 1, "uploading_gmp_version", Long.valueOf(e1Var.I())); } if (e1Var.p0()) { - L(L, 1, "dynamite_version", Long.valueOf(e1Var.q0())); + L(K, 1, "dynamite_version", Long.valueOf(e1Var.q0())); } if (e1Var.a0()) { - L(L, 1, "config_version", Long.valueOf(e1Var.b0())); + L(K, 1, "config_version", Long.valueOf(e1Var.b0())); } - L(L, 1, "gmp_app_id", e1Var.S()); - L(L, 1, "admob_app_id", e1Var.o0()); - L(L, 1, "app_id", e1Var.G1()); - L(L, 1, "app_version", e1Var.H1()); + L(K, 1, "gmp_app_id", e1Var.S()); + L(K, 1, "admob_app_id", e1Var.o0()); + L(K, 1, "app_id", e1Var.G1()); + L(K, 1, "app_version", e1Var.H1()); if (e1Var.X()) { - L(L, 1, "app_version_major", Integer.valueOf(e1Var.Y())); + L(K, 1, "app_version_major", Integer.valueOf(e1Var.Y())); } - L(L, 1, "firebase_instance_id", e1Var.W()); + L(K, 1, "firebase_instance_id", e1Var.W()); if (e1Var.N()) { - L(L, 1, "dev_cert_hash", Long.valueOf(e1Var.O())); + L(K, 1, "dev_cert_hash", Long.valueOf(e1Var.O())); } - L(L, 1, "app_store", e1Var.F1()); + L(K, 1, "app_store", e1Var.F1()); if (e1Var.Y0()) { - L(L, 1, "upload_timestamp_millis", Long.valueOf(e1Var.Z0())); + L(K, 1, "upload_timestamp_millis", Long.valueOf(e1Var.Z0())); } if (e1Var.g1()) { - L(L, 1, "start_timestamp_millis", Long.valueOf(e1Var.h1())); + L(K, 1, "start_timestamp_millis", Long.valueOf(e1Var.h1())); } if (e1Var.n1()) { - L(L, 1, "end_timestamp_millis", Long.valueOf(e1Var.o1())); + L(K, 1, "end_timestamp_millis", Long.valueOf(e1Var.o1())); } if (e1Var.s1()) { - L(L, 1, "previous_bundle_start_timestamp_millis", Long.valueOf(e1Var.t1())); + L(K, 1, "previous_bundle_start_timestamp_millis", Long.valueOf(e1Var.t1())); } if (e1Var.v1()) { - L(L, 1, "previous_bundle_end_timestamp_millis", Long.valueOf(e1Var.w1())); + L(K, 1, "previous_bundle_end_timestamp_millis", Long.valueOf(e1Var.w1())); } - L(L, 1, "app_instance_id", e1Var.M()); - L(L, 1, "resettable_device_id", e1Var.J()); - L(L, 1, "device_id", e1Var.Z()); - L(L, 1, "ds_id", e1Var.e0()); + L(K, 1, "app_instance_id", e1Var.M()); + L(K, 1, "resettable_device_id", e1Var.J()); + L(K, 1, "device_id", e1Var.Z()); + L(K, 1, "ds_id", e1Var.e0()); if (e1Var.K()) { - L(L, 1, "limited_ad_tracking", Boolean.valueOf(e1Var.L())); + L(K, 1, "limited_ad_tracking", Boolean.valueOf(e1Var.L())); } - L(L, 1, "os_version", e1Var.A1()); - L(L, 1, "device_model", e1Var.B1()); - L(L, 1, "user_default_language", e1Var.C1()); + L(K, 1, "os_version", e1Var.A1()); + L(K, 1, "device_model", e1Var.B1()); + L(K, 1, "user_default_language", e1Var.C1()); if (e1Var.D1()) { - L(L, 1, "time_zone_offset_minutes", Integer.valueOf(e1Var.E1())); + L(K, 1, "time_zone_offset_minutes", Integer.valueOf(e1Var.E1())); } if (e1Var.P()) { - L(L, 1, "bundle_sequential_index", Integer.valueOf(e1Var.Q())); + L(K, 1, "bundle_sequential_index", Integer.valueOf(e1Var.Q())); } if (e1Var.T()) { - L(L, 1, "service_upload", Boolean.valueOf(e1Var.U())); + L(K, 1, "service_upload", Boolean.valueOf(e1Var.U())); } - L(L, 1, "health_monitor", e1Var.R()); + L(K, 1, "health_monitor", e1Var.R()); if (!this.a.h.o(p.y0) && e1Var.c0() && e1Var.d0() != 0) { - L(L, 1, "android_id", Long.valueOf(e1Var.d0())); + L(K, 1, "android_id", Long.valueOf(e1Var.d0())); } if (e1Var.f0()) { - L(L, 1, "retry_counter", Integer.valueOf(e1Var.n0())); + L(K, 1, "retry_counter", Integer.valueOf(e1Var.n0())); } if (e1Var.s0()) { - L(L, 1, "consent_signals", e1Var.t0()); + L(K, 1, "consent_signals", e1Var.t0()); } List K0 = e1Var.K0(); if (K0 != null) { for (i1 i1Var : K0) { if (i1Var != null) { - H(L, 2); - L.append("user_property {\n"); + H(K, 2); + K.append("user_property {\n"); Double d = null; - L(L, 2, "set_timestamp_millis", i1Var.y() ? Long.valueOf(i1Var.z()) : null); - L(L, 2, "name", d().y(i1Var.D())); - L(L, 2, "string_value", i1Var.G()); - L(L, 2, "int_value", i1Var.H() ? Long.valueOf(i1Var.I()) : null); + L(K, 2, "set_timestamp_millis", i1Var.y() ? Long.valueOf(i1Var.z()) : null); + L(K, 2, "name", d().y(i1Var.D())); + L(K, 2, "string_value", i1Var.G()); + L(K, 2, "int_value", i1Var.H() ? Long.valueOf(i1Var.I()) : null); if (i1Var.J()) { d = Double.valueOf(i1Var.K()); } - L(L, 2, "double_value", d); - H(L, 2); - L.append("}\n"); + L(K, 2, "double_value", d); + H(K, 2); + K.append("}\n"); } } } @@ -807,20 +807,20 @@ public final class q9 extends i9 { if (V != null) { for (y0 y0Var : V) { if (y0Var != null) { - H(L, 2); - L.append("audience_membership {\n"); + H(K, 2); + K.append("audience_membership {\n"); if (y0Var.x()) { - L(L, 2, "audience_id", Integer.valueOf(y0Var.y())); + L(K, 2, "audience_id", Integer.valueOf(y0Var.y())); } if (y0Var.D()) { - L(L, 2, "new_audience", Boolean.valueOf(y0Var.E())); + L(K, 2, "new_audience", Boolean.valueOf(y0Var.E())); } - K(L, 2, "current_data", y0Var.A()); + K(K, 2, "current_data", y0Var.A()); if (y0Var.B()) { - K(L, 2, "previous_data", y0Var.C()); + K(K, 2, "previous_data", y0Var.C()); } - H(L, 2); - L.append("}\n"); + H(K, 2); + K.append("}\n"); } } } @@ -828,31 +828,31 @@ public final class q9 extends i9 { if (y0 != null) { for (a1 a1Var : y0) { if (a1Var != null) { - H(L, 2); - L.append("event {\n"); - L(L, 2, "name", d().u(a1Var.F())); + H(K, 2); + K.append("event {\n"); + L(K, 2, "name", d().u(a1Var.F())); if (a1Var.G()) { - L(L, 2, "timestamp_millis", Long.valueOf(a1Var.H())); + L(K, 2, "timestamp_millis", Long.valueOf(a1Var.H())); } if (a1Var.I()) { - L(L, 2, "previous_timestamp_millis", Long.valueOf(a1Var.J())); + L(K, 2, "previous_timestamp_millis", Long.valueOf(a1Var.J())); } if (a1Var.K()) { - L(L, 2, "count", Integer.valueOf(a1Var.L())); + L(K, 2, "count", Integer.valueOf(a1Var.L())); } if (a1Var.D() != 0) { - M(L, 2, a1Var.v()); + M(K, 2, a1Var.v()); } - H(L, 2); - L.append("}\n"); + H(K, 2); + K.append("}\n"); } } } - H(L, 1); - L.append("}\n"); + H(K, 1); + K.append("}\n"); } } - L.append("}\n"); - return L.toString(); + K.append("}\n"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/a/f/i/b/r4.java b/app/src/main/java/c/i/a/f/i/b/r4.java index 651b44bb26..472a5afc83 100644 --- a/app/src/main/java/c/i/a/f/i/b/r4.java +++ b/app/src/main/java/c/i/a/f/i/b/r4.java @@ -14,7 +14,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class r4 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final AtomicLong f1193c = new AtomicLong(Long.MIN_VALUE); + public static final AtomicLong f1195c = new AtomicLong(Long.MIN_VALUE); public v4 d; public v4 e; public final PriorityBlockingQueue> f = new PriorityBlockingQueue<>(); diff --git a/app/src/main/java/c/i/a/f/i/b/s3.java b/app/src/main/java/c/i/a/f/i/b/s3.java index 56b248a649..6844c07bd4 100644 --- a/app/src/main/java/c/i/a/f/i/b/s3.java +++ b/app/src/main/java/c/i/a/f/i/b/s3.java @@ -5,29 +5,29 @@ public final class s3 { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f1194c; + public final boolean f1196c; public final /* synthetic */ q3 d; public s3(q3 q3Var, int i, boolean z2, boolean z3) { this.d = q3Var; this.a = i; this.b = z2; - this.f1194c = z3; + this.f1196c = z3; } public final void a(String str) { - this.d.w(this.a, this.b, this.f1194c, str, null, null, null); + this.d.w(this.a, this.b, this.f1196c, str, null, null, null); } public final void b(String str, Object obj) { - this.d.w(this.a, this.b, this.f1194c, str, obj, null, null); + this.d.w(this.a, this.b, this.f1196c, str, obj, null, null); } public final void c(String str, Object obj, Object obj2) { - this.d.w(this.a, this.b, this.f1194c, str, obj, obj2, null); + this.d.w(this.a, this.b, this.f1196c, str, obj, obj2, null); } public final void d(String str, Object obj, Object obj2, Object obj3) { - this.d.w(this.a, this.b, this.f1194c, str, obj, obj2, obj3); + this.d.w(this.a, this.b, this.f1196c, str, obj, obj2, obj3); } } diff --git a/app/src/main/java/c/i/a/f/i/b/s4.java b/app/src/main/java/c/i/a/f/i/b/s4.java index 7015617112..bfd13249fa 100644 --- a/app/src/main/java/c/i/a/f/i/b/s4.java +++ b/app/src/main/java/c/i/a/f/i/b/s4.java @@ -14,7 +14,7 @@ public final class s4 extends FutureTask implements Comparable> { public s4(r4 r4Var, Runnable runnable, boolean z2, String str) { super(runnable, null); this.l = r4Var; - long andIncrement = r4.f1193c.getAndIncrement(); + long andIncrement = r4.f1195c.getAndIncrement(); this.i = andIncrement; this.k = str; this.j = z2; @@ -27,7 +27,7 @@ public final class s4 extends FutureTask implements Comparable> { public s4(r4 r4Var, Callable callable, boolean z2, String str) { super(callable); this.l = r4Var; - long andIncrement = r4.f1193c.getAndIncrement(); + long andIncrement = r4.f1195c.getAndIncrement(); this.i = andIncrement; this.k = str; this.j = z2; diff --git a/app/src/main/java/c/i/a/f/i/b/s6.java b/app/src/main/java/c/i/a/f/i/b/s6.java index 7681e1c0f8..dd03c8bc12 100644 --- a/app/src/main/java/c/i/a/f/i/b/s6.java +++ b/app/src/main/java/c/i/a/f/i/b/s6.java @@ -20,7 +20,7 @@ public final class s6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Integer.valueOf(cVar.q(o.f1174c, p.N))); + atomicReference.set(Integer.valueOf(cVar.q(o.f1176c, p.N))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/s9.java b/app/src/main/java/c/i/a/f/i/b/s9.java index 9ddc2f4ed6..7530ddf14c 100644 --- a/app/src/main/java/c/i/a/f/i/b/s9.java +++ b/app/src/main/java/c/i/a/f/i/b/s9.java @@ -9,7 +9,7 @@ public final class s9 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzku createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; Long l = null; Float f = null; @@ -18,22 +18,22 @@ public final class s9 implements Parcelable.Creator { Double d = null; long j = 0; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: str = AnimatableValueParser.T(parcel, readInt); break; case 3: - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); break; case 4: - int m2 = AnimatableValueParser.m2(parcel, readInt); - if (m2 != 0) { - AnimatableValueParser.Z2(parcel, m2, 8); + int n2 = AnimatableValueParser.n2(parcel, readInt); + if (n2 != 0) { + AnimatableValueParser.a3(parcel, n2, 8); l = Long.valueOf(parcel.readLong()); break; } else { @@ -41,9 +41,9 @@ public final class s9 implements Parcelable.Creator { break; } case 5: - int m22 = AnimatableValueParser.m2(parcel, readInt); - if (m22 != 0) { - AnimatableValueParser.Z2(parcel, m22, 4); + int n22 = AnimatableValueParser.n2(parcel, readInt); + if (n22 != 0) { + AnimatableValueParser.a3(parcel, n22, 4); f = Float.valueOf(parcel.readFloat()); break; } else { @@ -57,9 +57,9 @@ public final class s9 implements Parcelable.Creator { str3 = AnimatableValueParser.T(parcel, readInt); break; case 8: - int m23 = AnimatableValueParser.m2(parcel, readInt); - if (m23 != 0) { - AnimatableValueParser.Z2(parcel, m23, 8); + int n23 = AnimatableValueParser.n2(parcel, readInt); + if (n23 != 0) { + AnimatableValueParser.a3(parcel, n23, 8); d = Double.valueOf(parcel.readDouble()); break; } else { @@ -67,11 +67,11 @@ public final class s9 implements Parcelable.Creator { break; } default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzku(i, str, j, l, f, str2, str3, d); } diff --git a/app/src/main/java/c/i/a/f/i/b/t3.java b/app/src/main/java/c/i/a/f/i/b/t3.java index d399406bcc..b800874fff 100644 --- a/app/src/main/java/c/i/a/f/i/b/t3.java +++ b/app/src/main/java/c/i/a/f/i/b/t3.java @@ -30,7 +30,7 @@ public final class t3 implements Runnable { } q3 q3Var = this.n; boolean z2 = true; - if (q3Var.f1191c == 0) { + if (q3Var.f1193c == 0) { c cVar = q3Var.a.h; if (cVar.d == null) { synchronized (cVar) { @@ -49,9 +49,9 @@ public final class t3 implements Runnable { } } if (cVar.d.booleanValue()) { - this.n.f1191c = 'C'; + this.n.f1193c = 'C'; } else { - this.n.f1191c = 'c'; + this.n.f1193c = 'c'; } } q3 q3Var2 = this.n; @@ -60,7 +60,7 @@ public final class t3 implements Runnable { } char charAt = "01VDIWEA?".charAt(this.i); q3 q3Var3 = this.n; - char c2 = q3Var3.f1191c; + char c2 = q3Var3.f1193c; long j = q3Var3.d; String u = q3.u(true, this.j, this.k, this.l, this.m); StringBuilder sb = new StringBuilder(String.valueOf(u).length() + 24); @@ -85,7 +85,7 @@ public final class t3 implements Runnable { long j2 = k4Var.e.w().getLong(k4Var.b, 0); if (j2 <= 0) { SharedPreferences.Editor edit = k4Var.e.w().edit(); - edit.putString(k4Var.f1164c, sb2); + edit.putString(k4Var.f1166c, sb2); edit.putLong(k4Var.b, 1); edit.apply(); return; @@ -96,7 +96,7 @@ public final class t3 implements Runnable { } SharedPreferences.Editor edit2 = k4Var.e.w().edit(); if (z2) { - edit2.putString(k4Var.f1164c, sb2); + edit2.putString(k4Var.f1166c, sb2); } edit2.putLong(k4Var.b, j3); edit2.apply(); diff --git a/app/src/main/java/c/i/a/f/i/b/t6.java b/app/src/main/java/c/i/a/f/i/b/t6.java index 39678ca746..6ca315c3cc 100644 --- a/app/src/main/java/c/i/a/f/i/b/t6.java +++ b/app/src/main/java/c/i/a/f/i/b/t6.java @@ -20,7 +20,7 @@ public final class t6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Long.valueOf(cVar.n(o.f1174c, p.M))); + atomicReference.set(Long.valueOf(cVar.n(o.f1176c, p.M))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/t9.java b/app/src/main/java/c/i/a/f/i/b/t9.java index d84af0021b..ce22b756c9 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 @@ -54,7 +54,7 @@ import javax.security.auth.x500.X500Principal; public final class t9 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final String[] f1195c = {"firebase_", "google_", "ga_"}; + public static final String[] f1197c = {"firebase_", "google_", "ga_"}; public static final String[] d = {"_err"}; public SecureRandom e; public final AtomicLong f = new AtomicLong(0); @@ -209,10 +209,10 @@ public final class t9 extends r5 { } bundle.putLong("triggered_timestamp", zzz.k.k); bundle.putLong("time_to_live", zzz.r); - zzaq zzaq3 = zzz.f2309s; + zzaq zzaq3 = zzz.f2312s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.f2309s.j; + zzap zzap3 = zzz.f2312s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } @@ -626,7 +626,7 @@ public final class t9 extends r5 { g().h.b("Invalid google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI. provided id", q3.s(str)); } return false; - } else if (da.b() && this.a.h.o(p.f1186j0) && !TextUtils.isEmpty(str3)) { + } else if (da.b() && this.a.h.o(p.f1188j0) && !TextUtils.isEmpty(str3)) { return true; } else { if (!TextUtils.isEmpty(str2)) { @@ -650,7 +650,7 @@ public final class t9 extends r5 { g().h.b("Name is required and can't be null. Type", str); return false; } - String[] strArr3 = f1195c; + String[] strArr3 = f1197c; int length = strArr3.length; int i = 0; while (true) { @@ -783,7 +783,7 @@ public final class t9 extends r5 { if (!z3) { return 21; } - if (!e0(str3, u5.f1202c)) { + if (!e0(str3, u5.f1204c)) { return 20; } q7 x2 = this.a.x(); @@ -1110,6 +1110,6 @@ public final class t9 extends r5 { if ("_id".equals(str)) { return 256; } - return (!this.a.h.o(p.f1184h0) || !"_lgclid".equals(str)) ? 36 : 100; + return (!this.a.h.o(p.f1186h0) || !"_lgclid".equals(str)) ? 36 : 100; } } diff --git a/app/src/main/java/c/i/a/f/i/b/u3.java b/app/src/main/java/c/i/a/f/i/b/u3.java index b30fed93e0..584b45d3d7 100644 --- a/app/src/main/java/c/i/a/f/i/b/u3.java +++ b/app/src/main/java/c/i/a/f/i/b/u3.java @@ -14,7 +14,7 @@ public final class u3 { public String b; /* renamed from: c reason: collision with root package name */ - public long f1196c; + public long f1198c; @NonNull public Bundle d; @@ -22,7 +22,7 @@ public final class u3 { this.a = str; this.b = str2; this.d = bundle; - this.f1196c = j; + this.f1198c = j; } public static u3 b(zzaq zzaq) { @@ -30,13 +30,13 @@ public final class u3 { } public final zzaq a() { - return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1196c); + return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1198c); } public final String toString() { String str = this.b; String str2 = this.a; String valueOf = String.valueOf(this.d); - return a.D(a.K(valueOf.length() + a.b(str2, a.b(str, 21)), "origin=", str, ",name=", str2), ",params=", valueOf); + return a.C(a.J(valueOf.length() + a.b(str2, a.b(str, 21)), "origin=", str, ",name=", str2), ",params=", valueOf); } } diff --git a/app/src/main/java/c/i/a/f/i/b/u4.java b/app/src/main/java/c/i/a/f/i/b/u4.java index 203f1cdcf4..95e767786d 100644 --- a/app/src/main/java/c/i/a/f/i/b/u4.java +++ b/app/src/main/java/c/i/a/f/i/b/u4.java @@ -35,7 +35,7 @@ public class u4 implements t5 { public final Context b; /* renamed from: c reason: collision with root package name */ - public final String f1197c; + public final String f1199c; public final String d; public final String e; public final boolean f; @@ -53,20 +53,20 @@ public class u4 implements t5 { public final a r; /* renamed from: s reason: collision with root package name */ - public final d7 f1198s; + public final d7 f1200s; public m3 t; public q7 u; public j v; public n3 w; /* renamed from: x reason: collision with root package name */ - public m4 f1199x; + public m4 f1201x; /* renamed from: y reason: collision with root package name */ - public boolean f1200y = false; + public boolean f1202y = false; /* renamed from: z reason: collision with root package name */ - public Boolean f1201z; + public Boolean f1203z; public u4(y5 y5Var) { Context context; @@ -77,8 +77,8 @@ public class u4 implements t5 { this.g = gaVar; c.h = gaVar; this.b = context2; - this.f1197c = y5Var.b; - this.d = y5Var.f1206c; + this.f1199c = y5Var.b; + this.d = y5Var.f1208c; this.e = y5Var.d; this.f = y5Var.h; this.B = y5Var.e; @@ -103,8 +103,8 @@ public class u4 implements t5 { s2.b(); synchronized (c2.class) { c2 c2Var = c2.a; - if (!(c2Var == null || (context = c2Var.b) == null || c2Var.f1085c == null)) { - context.getContentResolver().unregisterContentObserver(c2.a.f1085c); + if (!(c2Var == null || (context = c2Var.b) == null || c2Var.f1087c == null)) { + context.getContentResolver().unregisterContentObserver(c2.a.f1087c); } c2.a = null; } @@ -140,7 +140,7 @@ public class u4 implements t5 { this.l = w8Var; d7 d7Var = new d7(this); d7Var.p(); - this.f1198s = d7Var; + this.f1200s = d7Var; r4 r4Var = new r4(this); r4Var.p(); this.k = r4Var; @@ -153,12 +153,12 @@ public class u4 implements t5 { c6 s2 = s(); if (s2.a.b.getApplicationContext() instanceof Application) { Application application = (Application) s2.a.b.getApplicationContext(); - if (s2.f1142c == null) { - s2.f1142c = new y6(s2, null); + if (s2.f1144c == null) { + s2.f1144c = new y6(s2, null); } if (z3) { - application.unregisterActivityLifecycleCallbacks(s2.f1142c); - application.registerActivityLifecycleCallbacks(s2.f1142c); + application.unregisterActivityLifecycleCallbacks(s2.f1144c); + application.registerActivityLifecycleCallbacks(s2.f1144c); s2.g().n.a("Registered activity lifecycle callback"); } } @@ -315,20 +315,20 @@ public class u4 implements t5 { */ @WorkerThread public final boolean m() { - if (this.f1200y) { + if (this.f1202y) { f().b(); - Boolean bool = this.f1201z; + Boolean bool = this.f1203z; if (!(bool == null || this.A == 0)) { if (!bool.booleanValue()) { Objects.requireNonNull((d) this.o); } - return this.f1201z.booleanValue(); + return this.f1203z.booleanValue(); } Objects.requireNonNull((d) this.o); this.A = SystemClock.elapsedRealtime(); boolean z2 = false; Boolean valueOf = Boolean.valueOf(t().p0("android.permission.INTERNET") && t().p0("android.permission.ACCESS_NETWORK_STATE") && (c.i.a.f.e.p.b.a(this.b).c() || this.h.C() || (n4.a(this.b) && t9.U(this.b)))); - this.f1201z = valueOf; + this.f1203z = valueOf; if (valueOf.booleanValue()) { t9 t = t(); n3 z3 = z(); @@ -344,16 +344,16 @@ public class u4 implements t5 { z6.t(); } z2 = true; - this.f1201z = Boolean.valueOf(z2); + this.f1203z = Boolean.valueOf(z2); } - return this.f1201z.booleanValue(); + return this.f1203z.booleanValue(); } throw new IllegalStateException("AppMeasurement is not initialized"); } public final d7 n() { - q(this.f1198s); - return this.f1198s; + q(this.f1200s); + return this.f1200s; } public final d4 o() { @@ -382,7 +382,7 @@ public class u4 implements t5 { } public final boolean v() { - return TextUtils.isEmpty(this.f1197c); + return TextUtils.isEmpty(this.f1199c); } public final h7 w() { diff --git a/app/src/main/java/c/i/a/f/i/b/u5.java b/app/src/main/java/c/i/a/f/i/b/u5.java index 5948242032..02456c3abf 100644 --- a/app/src/main/java/c/i/a/f/i/b/u5.java +++ b/app/src/main/java/c/i/a/f/i/b/u5.java @@ -5,6 +5,6 @@ public final class u5 { public static final String[] b = {"_c", "_et", "_xt", "_aeid", "_ai", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_mst", "_ndt", "_nmid", "_nmn", "_nmt", "_nmtid", "_nmc", "_pv", "_po", "_nt", "_uwa", "_pfo", "_sys", "_sysu", "_pin", "_eid", "_epc", "_gn", "_ll", "_i", "_en", "_cis", "_cc", "_dac", "_sno", "_sid", "_cer", "_aib", "_ffr", "_c", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_sno", "_sid"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1202c = {"items"}; + public static final String[] f1204c = {"items"}; public static final String[] d = {"affiliation", "coupon", "creative_name", "creative_slot", "currency", "discount", "index", "item_id", "item_brand", "item_category", "item_category2", "item_category3", "item_category4", "item_category5", "item_list_name", "item_list_id", "item_name", "item_variant", "location_id", "payment_type", "price", "promotion_id", "promotion_name", "quantity", "shipping", "shipping_tier", "tax", "transaction_id", "value", "item_list", "checkout_step", "checkout_option", "item_location_id"}; } diff --git a/app/src/main/java/c/i/a/f/i/b/u9.java b/app/src/main/java/c/i/a/f/i/b/u9.java index a05af22667..3793712aec 100644 --- a/app/src/main/java/c/i/a/f/i/b/u9.java +++ b/app/src/main/java/c/i/a/f/i/b/u9.java @@ -8,7 +8,7 @@ public final class u9 { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1203c; + public final String f1205c; public final long d; public final Object e; @@ -18,7 +18,7 @@ public final class u9 { Objects.requireNonNull(obj, "null reference"); this.a = str; this.b = str2; - this.f1203c = str3; + this.f1205c = str3; this.d = j; this.e = obj; } diff --git a/app/src/main/java/c/i/a/f/i/b/v5.java b/app/src/main/java/c/i/a/f/i/b/v5.java index 4502b6b8f1..4f57d39970 100644 --- a/app/src/main/java/c/i/a/f/i/b/v5.java +++ b/app/src/main/java/c/i/a/f/i/b/v5.java @@ -7,10 +7,10 @@ public final class v5 { public static final String[] b = {"ad_impression"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1204c = {"_aa", "_ac", "_xa", "_aq", "_ar", "_xu", "_ab", "_cd", "_ae", "_ui", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "_ug", "_au", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "_cmp", "_err", "_f", "_v", "_iap", "_nd", "_nf", "_no", "_nr", "_ou", "_s", "_ssr", "_e", "_ai", "_vs", "_ep", "_cmp"}; + public static final String[] f1206c = {"_aa", "_ac", "_xa", "_aq", "_ar", "_xu", "_ab", "_cd", "_ae", "_ui", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "_ug", "_au", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "_cmp", "_err", "_f", "_v", "_iap", "_nd", "_nf", "_no", "_nr", "_ou", "_s", "_ssr", "_e", "_ai", "_vs", "_ep", "_cmp"}; public static final String[] d = {"purchase", "refund", "add_payment_info", "add_shipping_info", "add_to_cart", "add_to_wishlist", "begin_checkout", "remove_from_cart", "select_item", "select_promotion", "view_cart", "view_item", "view_item_list", "view_promotion", "ecommerce_purchase", "purchase_refund", "set_checkout_option", "checkout_progress", "select_content", "view_search_results"}; public static String a(String str) { - return c.J0(str, f1204c, a); + return c.J0(str, f1206c, a); } } diff --git a/app/src/main/java/c/i/a/f/i/b/v6.java b/app/src/main/java/c/i/a/f/i/b/v6.java index a00da42dab..209ec3fe92 100644 --- a/app/src/main/java/c/i/a/f/i/b/v6.java +++ b/app/src/main/java/c/i/a/f/i/b/v6.java @@ -20,7 +20,7 @@ public final class v6 implements Runnable { c cVar = c6Var.a.h; n3 o = c6Var.o(); o.t(); - atomicReference.set(Double.valueOf(cVar.r(o.f1174c, p.O))); + atomicReference.set(Double.valueOf(cVar.r(o.f1176c, p.O))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/v8.java b/app/src/main/java/c/i/a/f/i/b/v8.java index b5343d9a54..a12f053fea 100644 --- a/app/src/main/java/c/i/a/f/i/b/v8.java +++ b/app/src/main/java/c/i/a/f/i/b/v8.java @@ -20,10 +20,10 @@ public final class v8 implements Runnable { w8Var.x(); w8Var.g().n.b("Activity resumed, time", Long.valueOf(j)); if (w8Var.a.h.o(p.v0)) { - if (w8Var.a.h.z().booleanValue() || w8Var.l().f1147x.b()) { + if (w8Var.a.h.z().booleanValue() || w8Var.l().f1149x.b()) { d9 d9Var = w8Var.e; d9Var.d.b(); - d9Var.f1150c.c(); + d9Var.f1152c.c(); d9Var.a = j; d9Var.b = j; } @@ -33,7 +33,7 @@ public final class v8 implements Runnable { if (w8Var.a.h.z().booleanValue()) { d9 d9Var2 = w8Var.e; d9Var2.d.b(); - d9Var2.f1150c.c(); + d9Var2.f1152c.c(); d9Var2.a = j; d9Var2.b = j; } @@ -42,7 +42,7 @@ public final class v8 implements Runnable { f9Var.a.b(); if (f9Var.a.a.d()) { if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1147x.a(false); + f9Var.a.l().f1149x.a(false); } Objects.requireNonNull((d) f9Var.a.a.o); f9Var.b(System.currentTimeMillis(), false); diff --git a/app/src/main/java/c/i/a/f/i/b/w4.java b/app/src/main/java/c/i/a/f/i/b/w4.java index dcacd2c6ab..d8f5b19f68 100644 --- a/app/src/main/java/c/i/a/f/i/b/w4.java +++ b/app/src/main/java/c/i/a/f/i/b/w4.java @@ -52,7 +52,7 @@ public final class w4 implements Runnable { u4Var.u = q7Var; u4Var.m.q(); u4Var.i.q(); - u4Var.f1199x = new m4(u4Var); + u4Var.f1201x = new m4(u4Var); n3 n3Var2 = u4Var.w; if (!n3Var2.b) { n3Var2.w(); @@ -62,8 +62,8 @@ public final class w4 implements Runnable { u4Var.g().l.b("App measurement initialized, version", 33025L); u4Var.g().l.a("To enable debug logging run: adb shell setprop log.tag.FA VERBOSE"); n3Var.t(); - String str2 = n3Var.f1174c; - if (TextUtils.isEmpty(u4Var.f1197c)) { + String str2 = n3Var.f1176c; + if (TextUtils.isEmpty(u4Var.f1199c)) { if (u4Var.t().s0(str2)) { s3Var = u4Var.g().l; str = "Faster debug mode event logging enabled. To disable, run:\n adb shell setprop debug.firebase.analytics.app .none."; @@ -79,7 +79,7 @@ public final class w4 implements Runnable { if (u4Var.F != u4Var.G.get()) { u4Var.g().f.c("Not all components initialized", Integer.valueOf(u4Var.F), Integer.valueOf(u4Var.G.get())); } - u4Var.f1200y = true; + u4Var.f1202y = true; u4 u4Var2 = this.j; zzae zzae = this.i.g; u4Var2.f().b(); diff --git a/app/src/main/java/c/i/a/f/i/b/w7.java b/app/src/main/java/c/i/a/f/i/b/w7.java index 633076c4eb..5982940e63 100644 --- a/app/src/main/java/c/i/a/f/i/b/w7.java +++ b/app/src/main/java/c/i/a/f/i/b/w7.java @@ -24,7 +24,7 @@ public final class w7 implements Runnable { if (i7Var == null) { i3Var.F(0, null, null, q7Var.a.b.getPackageName()); } else { - i3Var.F(i7Var.f1159c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName()); + i3Var.F(i7Var.f1161c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName()); } this.j.F(); } catch (RemoteException e) { diff --git a/app/src/main/java/c/i/a/f/i/b/w8.java b/app/src/main/java/c/i/a/f/i/b/w8.java index 1730d90a2d..025c75b850 100644 --- a/app/src/main/java/c/i/a/f/i/b/w8.java +++ b/app/src/main/java/c/i/a/f/i/b/w8.java @@ -8,7 +8,7 @@ import c.i.a.f.h.l.bc; public final class w8 extends a5 { /* renamed from: c reason: collision with root package name */ - public Handler f1205c; + public Handler f1207c; public final f9 d = new f9(this); public final d9 e = new d9(this); public final x8 f = new x8(this); @@ -29,8 +29,8 @@ public final class w8 extends a5 { @WorkerThread public final void x() { b(); - if (this.f1205c == null) { - this.f1205c = new bc(Looper.getMainLooper()); + if (this.f1207c == null) { + this.f1207c = new bc(Looper.getMainLooper()); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/x.java b/app/src/main/java/c/i/a/f/i/b/x.java index 15f1b43656..1b0387a48c 100644 --- a/app/src/main/java/c/i/a/f/i/b/x.java +++ b/app/src/main/java/c/i/a/f/i/b/x.java @@ -20,12 +20,12 @@ public final class x implements Runnable { long j = this.j; aVar.b(); AnimatableValueParser.w(str); - Integer num = aVar.f1134c.get(str); + Integer num = aVar.f1136c.get(str); if (num != null) { i7 w = aVar.q().w(false); int intValue = num.intValue() - 1; if (intValue == 0) { - aVar.f1134c.remove(str); + aVar.f1136c.remove(str); Long l = aVar.b.get(str); if (l == null) { aVar.g().f.a("First ad unit exposure time was never set"); @@ -33,7 +33,7 @@ public final class x implements Runnable { aVar.b.remove(str); aVar.w(str, j - l.longValue(), w); } - if (aVar.f1134c.isEmpty()) { + if (aVar.f1136c.isEmpty()) { long j2 = aVar.d; if (j2 == 0) { aVar.g().f.a("First ad exposure time was never set"); @@ -45,7 +45,7 @@ public final class x implements Runnable { } return; } - aVar.f1134c.put(str, Integer.valueOf(intValue)); + aVar.f1136c.put(str, Integer.valueOf(intValue)); return; } aVar.g().f.b("Call to endAdUnitExposure for unknown ad unit id", str); diff --git a/app/src/main/java/c/i/a/f/i/b/x8.java b/app/src/main/java/c/i/a/f/i/b/x8.java index f086125d3d..2a9d9b69e1 100644 --- a/app/src/main/java/c/i/a/f/i/b/x8.java +++ b/app/src/main/java/c/i/a/f/i/b/x8.java @@ -15,10 +15,10 @@ public final class x8 { this.b.b(); b9 b9Var = this.a; if (b9Var != null) { - this.b.f1205c.removeCallbacks(b9Var); + this.b.f1207c.removeCallbacks(b9Var); } if (this.b.a.h.o(p.v0)) { - this.b.l().f1147x.a(false); + this.b.l().f1149x.a(false); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/y0.java b/app/src/main/java/c/i/a/f/i/b/y0.java index 8781122908..cc8a712c1c 100644 --- a/app/src/main/java/c/i/a/f/i/b/y0.java +++ b/app/src/main/java/c/i/a/f/i/b/y0.java @@ -20,16 +20,16 @@ public final class y0 implements Runnable { long j = this.j; aVar.b(); AnimatableValueParser.w(str); - if (aVar.f1134c.isEmpty()) { + if (aVar.f1136c.isEmpty()) { aVar.d = j; } - Integer num = aVar.f1134c.get(str); + Integer num = aVar.f1136c.get(str); if (num != null) { - aVar.f1134c.put(str, Integer.valueOf(num.intValue() + 1)); - } else if (aVar.f1134c.size() >= 100) { + aVar.f1136c.put(str, Integer.valueOf(num.intValue() + 1)); + } else if (aVar.f1136c.size() >= 100) { aVar.g().i.a("Too many ads visible"); } else { - aVar.f1134c.put(str, 1); + aVar.f1136c.put(str, 1); aVar.b.put(str, Long.valueOf(j)); } } diff --git a/app/src/main/java/c/i/a/f/i/b/y5.java b/app/src/main/java/c/i/a/f/i/b/y5.java index 7034b17f3a..cdf4ed03da 100644 --- a/app/src/main/java/c/i/a/f/i/b/y5.java +++ b/app/src/main/java/c/i/a/f/i/b/y5.java @@ -10,7 +10,7 @@ public final class y5 { public String b; /* renamed from: c reason: collision with root package name */ - public String f1206c; + public String f1208c; public String d; public Boolean e; public long f; @@ -26,7 +26,7 @@ public final class y5 { if (zzae != null) { this.g = zzae; this.b = zzae.n; - this.f1206c = zzae.m; + this.f1208c = zzae.m; this.d = zzae.l; this.h = zzae.k; this.f = zzae.j; diff --git a/app/src/main/java/c/i/a/f/i/b/y6.java b/app/src/main/java/c/i/a/f/i/b/y6.java index 73731d9d0f..1831e5d1f9 100644 --- a/app/src/main/java/c/i/a/f/i/b/y6.java +++ b/app/src/main/java/c/i/a/f/i/b/y6.java @@ -69,11 +69,11 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { long elapsedRealtime = SystemClock.elapsedRealtime(); if (!q.a.h.o(p.u0) || q.a.h.z().booleanValue()) { i7 E = q.E(activity); - q.d = q.f1156c; - q.f1156c = null; + q.d = q.f1158c; + q.f1158c = null; q.f().v(new o7(q, E, elapsedRealtime)); } else { - q.f1156c = null; + q.f1158c = null; q.f().v(new l7(q, elapsedRealtime)); } w8 s2 = this.i.s(); @@ -110,7 +110,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { m.f().v(new a3(m, SystemClock.elapsedRealtime())); return; } - q.f1156c = q.i; + q.f1158c = q.i; q.f().v(new m7(q)); } @@ -120,7 +120,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { h7 q = this.i.q(); if (q.a.h.z().booleanValue() && bundle != null && (i7Var = q.f.get(activity)) != null) { Bundle bundle2 = new Bundle(); - bundle2.putLong("id", i7Var.f1159c); + bundle2.putLong("id", i7Var.f1161c); bundle2.putString("name", i7Var.a); bundle2.putString("referrer_name", i7Var.b); bundle.putBundle("com.google.app_measurement.screen_service", bundle2); diff --git a/app/src/main/java/c/i/a/f/i/b/y8.java b/app/src/main/java/c/i/a/f/i/b/y8.java index f346fcae84..d782553a77 100644 --- a/app/src/main/java/c/i/a/f/i/b/y8.java +++ b/app/src/main/java/c/i/a/f/i/b/y8.java @@ -23,13 +23,13 @@ public final class y8 implements Runnable { Objects.requireNonNull((d) x8Var.b.a.o); b9 b9Var = new b9(x8Var, System.currentTimeMillis(), j); x8Var.a = b9Var; - x8Var.b.f1205c.postDelayed(b9Var, 2000); + x8Var.b.f1207c.postDelayed(b9Var, 2000); if (w8Var.a.h.z().booleanValue()) { - w8Var.e.f1150c.c(); + w8Var.e.f1152c.c(); } f9 f9Var = w8Var.d; if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1147x.a(true); + f9Var.a.l().f1149x.a(true); } } } diff --git a/app/src/main/java/c/i/a/f/i/b/z4.java b/app/src/main/java/c/i/a/f/i/b/z4.java index fe47ba0cdc..ec160ae2b3 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 @@ -33,7 +33,7 @@ public final class z4 extends l3 { @Nullable /* renamed from: c reason: collision with root package name */ - public String f1207c = null; + public String f1209c = null; public z4(k9 k9Var) { Objects.requireNonNull(k9Var, "null reference"); @@ -98,7 +98,7 @@ public final class z4 extends l3 { List list = (List) ((FutureTask) this.a.f().t(new d5(this, zzn, str, str2))).get(); ArrayList arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1203c)) { + if (z2 || !t9.r0(u9Var.f1205c)) { arrayList.add(new zzku(u9Var)); } } @@ -212,7 +212,7 @@ public final class z4 extends l3 { List list = (List) ((FutureTask) this.a.f().t(new g5(this, str, str2, str3))).get(); ArrayList arrayList = new ArrayList(list.size()); for (u9 u9Var : list) { - if (z2 || !t9.r0(u9Var.f1203c)) { + if (z2 || !t9.r0(u9Var.f1205c)) { arrayList.add(new zzku(u9Var)); } } @@ -249,7 +249,7 @@ public final class z4 extends l3 { if (z2) { try { if (this.b == null) { - if (!"com.google.android.gms".equals(this.f1207c) && !c.S(this.a.k.b, Binder.getCallingUid())) { + if (!"com.google.android.gms".equals(this.f1209c) && !c.S(this.a.k.b, Binder.getCallingUid())) { if (!f.a(this.a.k.b).b(Binder.getCallingUid())) { z3 = false; this.b = Boolean.valueOf(z3); @@ -266,15 +266,15 @@ public final class z4 extends l3 { throw e; } } - if (this.f1207c == null) { + if (this.f1209c == null) { Context context = this.a.k.b; int callingUid = Binder.getCallingUid(); boolean z4 = e.a; if (c.n0(context, callingUid, str)) { - this.f1207c = str; + this.f1209c = str; } } - if (!str.equals(this.f1207c)) { + if (!str.equals(this.f1209c)) { throw new SecurityException(String.format("Unknown calling package name '%s'.", str)); } return; @@ -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.f2308z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2311z, zzn.D); } } diff --git a/app/src/main/java/c/i/a/f/i/b/z9.java b/app/src/main/java/c/i/a/f/i/b/z9.java index db9f2f963e..0299df603a 100644 --- a/app/src/main/java/c/i/a/f/i/b/z9.java +++ b/app/src/main/java/c/i/a/f/i/b/z9.java @@ -10,7 +10,7 @@ public final class z9 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzn createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); long j = 0; long j2 = 0; long j3 = 0; @@ -34,7 +34,7 @@ public final class z9 implements Parcelable.Creator { boolean z4 = true; boolean z5 = true; boolean z6 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 2: @@ -50,55 +50,55 @@ public final class z9 implements Parcelable.Creator { str4 = AnimatableValueParser.T(parcel, readInt); break; case 6: - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); break; case 7: - j2 = AnimatableValueParser.h2(parcel, readInt); + j2 = AnimatableValueParser.i2(parcel, readInt); break; case 8: str5 = AnimatableValueParser.T(parcel, readInt); break; case 9: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 10: - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); break; case 11: - j6 = AnimatableValueParser.h2(parcel, readInt); + j6 = AnimatableValueParser.i2(parcel, readInt); break; case 12: str6 = AnimatableValueParser.T(parcel, readInt); break; case 13: - j3 = AnimatableValueParser.h2(parcel, readInt); + j3 = AnimatableValueParser.i2(parcel, readInt); break; case 14: - j4 = AnimatableValueParser.h2(parcel, readInt); + j4 = AnimatableValueParser.i2(parcel, readInt); break; case 15: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 16: - z4 = AnimatableValueParser.e2(parcel, readInt); + z4 = AnimatableValueParser.f2(parcel, readInt); break; case 17: - z5 = AnimatableValueParser.e2(parcel, readInt); + z5 = AnimatableValueParser.f2(parcel, readInt); break; case 18: - z6 = AnimatableValueParser.e2(parcel, readInt); + z6 = AnimatableValueParser.f2(parcel, readInt); break; case 19: str7 = AnimatableValueParser.T(parcel, readInt); break; case 20: default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; case 21: - int m2 = AnimatableValueParser.m2(parcel, readInt); - if (m2 != 0) { - AnimatableValueParser.Z2(parcel, m2, 4); + int n2 = AnimatableValueParser.n2(parcel, readInt); + if (n2 != 0) { + AnimatableValueParser.a3(parcel, n2, 4); bool = Boolean.valueOf(parcel.readInt() != 0); break; } else { @@ -106,7 +106,7 @@ public final class z9 implements Parcelable.Creator { break; } case 22: - j5 = AnimatableValueParser.h2(parcel, readInt); + j5 = AnimatableValueParser.i2(parcel, readInt); break; case 23: arrayList = AnimatableValueParser.V(parcel, readInt); @@ -119,7 +119,7 @@ public final class z9 implements Parcelable.Creator { break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzn(str, str2, str3, str4, j, j2, str5, z2, z3, j6, str6, j3, j4, i, z4, z5, z6, str7, bool, j5, arrayList, str8, str9); } diff --git a/app/src/main/java/c/i/a/f/j/a.java b/app/src/main/java/c/i/a/f/j/a.java index 47d5e76695..f533ee5226 100644 --- a/app/src/main/java/c/i/a/f/j/a.java +++ b/app/src/main/java/c/i/a/f/j/a.java @@ -109,7 +109,7 @@ public final class a { str = str2; } if (str != null && !str.equals("")) { - if (p.f1133c.matcher(str).matches()) { + if (p.f1135c.matcher(str).matches()) { bool4 = Boolean.TRUE; } else if (p.d.matcher(str).matches()) { bool = Boolean.FALSE; diff --git a/app/src/main/java/c/i/a/f/j/b/e/b.java b/app/src/main/java/c/i/a/f/j/b/e/b.java index 89d61274af..0c2f9ffffa 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/b.java +++ b/app/src/main/java/c/i/a/f/j/b/e/b.java @@ -15,7 +15,7 @@ public abstract class b extends c.i.a.f.h.m.b implements a { return false; } s sVar = (s) this; - sVar.d.b(sVar.f1211c.f1044c); + sVar.d.b(sVar.f1213c.f1046c); k kVar = sVar.b; if (kVar != null) { kVar.a(d0.a); diff --git a/app/src/main/java/c/i/a/f/j/b/e/d.java b/app/src/main/java/c/i/a/f/j/b/e/d.java index dccbedd345..9ea9886618 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/d.java +++ b/app/src/main/java/c/i/a/f/j/b/e/d.java @@ -8,11 +8,11 @@ public final class d implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzad createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { @@ -20,12 +20,12 @@ public final class d implements Parcelable.Creator { } else if (i2 == 2) { str2 = AnimatableValueParser.T(parcel, readInt); } else if (i2 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzad(i, str, str2); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/e.java b/app/src/main/java/c/i/a/f/j/b/e/e.java index 4c79d78991..6de7f6744d 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/e.java +++ b/app/src/main/java/c/i/a/f/j/b/e/e.java @@ -9,21 +9,21 @@ public final class e implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzaf createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; Message message = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { message = (Message) AnimatableValueParser.S(parcel, readInt, Message.CREATOR); } else if (i2 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzaf(i, message); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/f0.java b/app/src/main/java/c/i/a/f/j/b/e/f0.java index 7ee835cb8a..f9f2ac5ec0 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/f0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/f0.java @@ -12,7 +12,7 @@ public final class f0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzbz createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); zzaf zzaf = null; Strategy strategy = null; IBinder iBinder = null; @@ -24,11 +24,11 @@ public final class f0 implements Parcelable.Creator { boolean z2 = false; boolean z3 = false; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: zzaf = (zzaf) AnimatableValueParser.S(parcel, readInt, zzaf.CREATOR); @@ -37,7 +37,7 @@ public final class f0 implements Parcelable.Creator { strategy = (Strategy) AnimatableValueParser.S(parcel, readInt, Strategy.CREATOR); break; case 4: - iBinder = AnimatableValueParser.f2(parcel, readInt); + iBinder = AnimatableValueParser.g2(parcel, readInt); break; case 5: str = AnimatableValueParser.T(parcel, readInt); @@ -46,26 +46,26 @@ public final class f0 implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 7: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 8: - iBinder2 = AnimatableValueParser.f2(parcel, readInt); + iBinder2 = AnimatableValueParser.g2(parcel, readInt); break; case 9: - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); break; case 10: clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; case 11: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzbz(i, zzaf, strategy, iBinder, str, str2, z2, iBinder2, z3, clientAppContext, i2); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/g0.java b/app/src/main/java/c/i/a/f/j/b/e/g0.java index 2065f18bc0..746a894229 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/g0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/g0.java @@ -10,27 +10,27 @@ public final class g0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzcb createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); IBinder iBinder = null; IBinder iBinder2 = null; String str = null; ClientAppContext clientAppContext = null; int i = 0; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: - iBinder = AnimatableValueParser.f2(parcel, readInt); + iBinder = AnimatableValueParser.g2(parcel, readInt); break; case 3: - iBinder2 = AnimatableValueParser.f2(parcel, readInt); + iBinder2 = AnimatableValueParser.g2(parcel, readInt); break; case 4: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 5: str = AnimatableValueParser.T(parcel, readInt); @@ -39,11 +39,11 @@ public final class g0 implements Parcelable.Creator { clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzcb(i, iBinder, iBinder2, z2, str, clientAppContext); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/h0.java b/app/src/main/java/c/i/a/f/j/b/e/h0.java index e63cae8030..bd8027da8d 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/h0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/h0.java @@ -13,7 +13,7 @@ public final class h0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final SubscribeRequest createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); IBinder iBinder = null; Strategy strategy = null; IBinder iBinder2 = null; @@ -31,20 +31,20 @@ public final class h0 implements Parcelable.Creator { boolean z4 = false; int i3 = 0; int i4 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: - iBinder = AnimatableValueParser.f2(parcel, readInt); + iBinder = AnimatableValueParser.g2(parcel, readInt); break; case 3: strategy = (Strategy) AnimatableValueParser.S(parcel, readInt, Strategy.CREATOR); break; case 4: - iBinder2 = AnimatableValueParser.f2(parcel, readInt); + iBinder2 = AnimatableValueParser.g2(parcel, readInt); break; case 5: messageFilter = (MessageFilter) AnimatableValueParser.S(parcel, readInt, MessageFilter.CREATOR); @@ -53,7 +53,7 @@ public final class h0 implements Parcelable.Creator { pendingIntent = (PendingIntent) AnimatableValueParser.S(parcel, readInt, PendingIntent.CREATOR); break; case 7: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); break; case 8: str = AnimatableValueParser.T(parcel, readInt); @@ -65,32 +65,32 @@ public final class h0 implements Parcelable.Creator { bArr = AnimatableValueParser.Q(parcel, readInt); break; case 11: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 12: - iBinder3 = AnimatableValueParser.f2(parcel, readInt); + iBinder3 = AnimatableValueParser.g2(parcel, readInt); break; case 13: - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); break; case 14: clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; case 15: - z4 = AnimatableValueParser.e2(parcel, readInt); + z4 = AnimatableValueParser.f2(parcel, readInt); break; case 16: - i3 = AnimatableValueParser.g2(parcel, readInt); + i3 = AnimatableValueParser.h2(parcel, readInt); break; case 17: - i4 = AnimatableValueParser.g2(parcel, readInt); + i4 = AnimatableValueParser.h2(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new SubscribeRequest(i, iBinder, strategy, iBinder2, messageFilter, pendingIntent, i2, str, str2, bArr, z2, iBinder3, z3, clientAppContext, z4, i3, i4); } 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 683ac4ab16..e54c59232d 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.f2310c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2313c), m), subscribeOptions), new m(m)); } @Override // com.google.android.gms.nearby.messages.MessagesClient @@ -83,11 +83,11 @@ public final class i extends MessagesClient { public final Task k(k kVar, a0 a0Var, a0 a0Var2) { v vVar = new v(this, kVar, a0Var); - k.a aVar = kVar.f1044c; + k.a aVar = kVar.f1046c; x xVar = new x(this, aVar, a0Var2); - AnimatableValueParser.z(kVar.f1044c, "Listener has already been released."); + AnimatableValueParser.z(kVar.f1046c, "Listener has already been released."); AnimatableValueParser.z(aVar, "Listener has already been released."); - AnimatableValueParser.p(AnimatableValueParser.j0(kVar.f1044c, aVar), "Listener registration and unregistration methods must be constructed with the same ListenerHolder."); + AnimatableValueParser.p(AnimatableValueParser.j0(kVar.f1046c, aVar), "Listener registration and unregistration methods must be constructed with the same ListenerHolder."); g gVar = this.i; Runnable runnable = c.i.a.f.e.h.k.i; Objects.requireNonNull(gVar); diff --git a/app/src/main/java/c/i/a/f/j/b/e/i0.java b/app/src/main/java/c/i/a/f/j/b/e/i0.java index 507d8f1487..72397f741e 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/i0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/i0.java @@ -11,7 +11,7 @@ public final class i0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzce createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); zzaf zzaf = null; IBinder iBinder = null; String str = null; @@ -19,17 +19,17 @@ public final class i0 implements Parcelable.Creator { ClientAppContext clientAppContext = null; int i = 0; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: zzaf = (zzaf) AnimatableValueParser.S(parcel, readInt, zzaf.CREATOR); break; case 3: - iBinder = AnimatableValueParser.f2(parcel, readInt); + iBinder = AnimatableValueParser.g2(parcel, readInt); break; case 4: str = AnimatableValueParser.T(parcel, readInt); @@ -38,17 +38,17 @@ public final class i0 implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 6: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 7: clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzce(i, zzaf, iBinder, str, str2, z2, clientAppContext); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/j.java b/app/src/main/java/c/i/a/f/j/b/e/j.java index 68b54ad6eb..a8eaa1a47e 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/j.java +++ b/app/src/main/java/c/i/a/f/j/b/e/j.java @@ -11,13 +11,13 @@ public final /* synthetic */ class j implements a0 { public final Message b; /* renamed from: c reason: collision with root package name */ - public final b0 f1208c; + public final b0 f1210c; public final PublishOptions d; public j(i iVar, Message message, b0 b0Var, PublishOptions publishOptions) { this.a = iVar; this.b = message; - this.f1208c = b0Var; + this.f1210c = b0Var; this.d = publishOptions; } @@ -25,7 +25,7 @@ public final /* synthetic */ class j implements a0 { public final void a(f fVar, k kVar) { i iVar = this.a; Message message = this.b; - b0 b0Var = this.f1208c; + b0 b0Var = this.f1210c; PublishOptions publishOptions = this.d; Objects.requireNonNull(iVar); zzaf zzaf = new zzaf(1, message); diff --git a/app/src/main/java/c/i/a/f/j/b/e/j0.java b/app/src/main/java/c/i/a/f/j/b/e/j0.java index b678dcd952..234a65ae89 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/j0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/j0.java @@ -11,7 +11,7 @@ public final class j0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzcg createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); IBinder iBinder = null; IBinder iBinder2 = null; PendingIntent pendingIntent = null; @@ -21,23 +21,23 @@ public final class j0 implements Parcelable.Creator { int i = 0; int i2 = 0; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: - iBinder = AnimatableValueParser.f2(parcel, readInt); + iBinder = AnimatableValueParser.g2(parcel, readInt); break; case 3: - iBinder2 = AnimatableValueParser.f2(parcel, readInt); + iBinder2 = AnimatableValueParser.g2(parcel, readInt); break; case 4: pendingIntent = (PendingIntent) AnimatableValueParser.S(parcel, readInt, PendingIntent.CREATOR); break; case 5: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); break; case 6: str = AnimatableValueParser.T(parcel, readInt); @@ -46,17 +46,17 @@ public final class j0 implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 8: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 9: clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzcg(i, iBinder, iBinder2, pendingIntent, i2, str, str2, z2, clientAppContext); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/k0.java b/app/src/main/java/c/i/a/f/j/b/e/k0.java index bf7b49933f..7a14efd29e 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/k0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/k0.java @@ -12,7 +12,7 @@ public final class k0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Update createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Message message = null; zze zze = null; zza zza = null; @@ -20,14 +20,14 @@ public final class k0 implements Parcelable.Creator { byte[] bArr = null; int i = 0; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); break; case 3: message = (Message) AnimatableValueParser.S(parcel, readInt, Message.CREATOR); @@ -45,11 +45,11 @@ public final class k0 implements Parcelable.Creator { bArr = AnimatableValueParser.Q(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new Update(i, i2, message, zze, zza, zzgs, bArr); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/l.java b/app/src/main/java/c/i/a/f/j/b/e/l.java index 6fa9fc1fab..9ca5ac904e 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/l.java +++ b/app/src/main/java/c/i/a/f/j/b/e/l.java @@ -13,13 +13,13 @@ public final /* synthetic */ class l implements a0 { public final k b; /* renamed from: c reason: collision with root package name */ - public final d0 f1209c; + public final d0 f1211c; public final SubscribeOptions d; public l(i iVar, k kVar, d0 d0Var, SubscribeOptions subscribeOptions) { this.a = iVar; this.b = kVar; - this.f1209c = d0Var; + this.f1211c = d0Var; this.d = subscribeOptions; } @@ -27,13 +27,13 @@ public final /* synthetic */ class l implements a0 { public final void a(f fVar, k kVar) { i iVar = this.a; k kVar2 = this.b; - d0 d0Var = this.f1209c; + d0 d0Var = this.f1211c; SubscribeOptions subscribeOptions = this.d; int i = iVar.m; - if (!fVar.A.a(kVar2.f1044c)) { + if (!fVar.A.a(kVar2.f1046c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1044c, new WeakReference<>(new h(kVar2))); + oVar.a.put(kVar2.f1046c, new WeakReference<>(new h(kVar2))); } - fVar.v().D(new SubscribeRequest(3, fVar.A.b(kVar2.f1044c), subscribeOptions.a, new j(kVar), subscribeOptions.b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); + fVar.v().D(new SubscribeRequest(3, fVar.A.b(kVar2.f1046c), subscribeOptions.a, new j(kVar), subscribeOptions.b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/l0.java b/app/src/main/java/c/i/a/f/j/b/e/l0.java index fa350e2d2d..30cdcb7ad2 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/l0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/l0.java @@ -8,18 +8,18 @@ public final class l0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final ClientAppContext createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; String str3 = null; int i = 0; boolean z2 = false; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: str = AnimatableValueParser.T(parcel, readInt); @@ -28,20 +28,20 @@ public final class l0 implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 4: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 5: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); break; case 6: str3 = AnimatableValueParser.T(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new ClientAppContext(i, str, str2, z2, i2, str3); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/m.java b/app/src/main/java/c/i/a/f/j/b/e/m.java index fccbe02600..247190d188 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/m.java +++ b/app/src/main/java/c/i/a/f/j/b/e/m.java @@ -19,12 +19,12 @@ public final /* synthetic */ class m implements a0 { k kVar2 = this.a; Objects.requireNonNull(fVar); j jVar = new j(kVar); - if (!fVar.A.a(kVar2.f1044c)) { + if (!fVar.A.a(kVar2.f1046c)) { jVar.g(new Status(0, null)); return; } - fVar.v().m0(new zzcg(1, fVar.A.b(kVar2.f1044c), jVar, null, 0, null, null, false, null)); + fVar.v().m0(new zzcg(1, fVar.A.b(kVar2.f1046c), jVar, null, 0, null, null, false, null)); o oVar = fVar.A; - oVar.a.remove(kVar2.f1044c); + oVar.a.remove(kVar2.f1046c); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/m0.java b/app/src/main/java/c/i/a/f/j/b/e/m0.java index 97c4782246..59c0d28c60 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/m0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/m0.java @@ -8,25 +8,25 @@ public final class m0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zze createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; double d = 0.0d; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 2) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - AnimatableValueParser.W2(parcel, readInt, 8); + AnimatableValueParser.X2(parcel, readInt, 8); d = parcel.readDouble(); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zze(i, i2, d); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/n.java b/app/src/main/java/c/i/a/f/j/b/e/n.java index cda6c8769f..0c5c17524d 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/n.java +++ b/app/src/main/java/c/i/a/f/j/b/e/n.java @@ -17,11 +17,11 @@ public final /* synthetic */ class n implements a0 { @Override // c.i.a.f.j.b.e.a0 public final void a(f fVar, k kVar) { k kVar2 = this.a; - if (!fVar.A.a(kVar2.f1044c)) { + if (!fVar.A.a(kVar2.f1046c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1044c, new WeakReference<>(new m(kVar2))); + oVar.a.put(kVar2.f1046c, new WeakReference<>(new m(kVar2))); } - zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1044c), false, null, null); + zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1046c), false, null, null); zzcb.l = true; fVar.v().s(zzcb); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/n0.java b/app/src/main/java/c/i/a/f/j/b/e/n0.java index 442317f0c3..d2243ecb5a 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/n0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/n0.java @@ -9,24 +9,24 @@ public final class n0 implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzj createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; ClientAppContext clientAppContext = null; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 2) { clientAppContext = (ClientAppContext) AnimatableValueParser.S(parcel, readInt, ClientAppContext.CREATOR); } else if (i3 != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzj(i, clientAppContext, i2); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/o.java b/app/src/main/java/c/i/a/f/j/b/e/o.java index 71098031df..6d5c9529ad 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/o.java +++ b/app/src/main/java/c/i/a/f/j/b/e/o.java @@ -18,14 +18,14 @@ public final /* synthetic */ class o implements a0 { k kVar2 = this.a; Objects.requireNonNull(fVar); j jVar = new j(kVar); - if (!fVar.A.a(kVar2.f1044c)) { + if (!fVar.A.a(kVar2.f1046c)) { jVar.g(new Status(0, null)); return; } - zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1044c), false, null, null); + zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1046c), false, null, null); zzcb.l = false; fVar.v().s(zzcb); c.i.a.f.h.m.o oVar = fVar.A; - oVar.a.remove(kVar2.f1044c); + oVar.a.remove(kVar2.f1046c); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/r.java b/app/src/main/java/c/i/a/f/j/b/e/r.java index 7987e92328..c1a8e82882 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/r.java +++ b/app/src/main/java/c/i/a/f/j/b/e/r.java @@ -4,13 +4,13 @@ import c.i.a.f.e.h.j.k; public final class r extends b0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f1210c; + public final /* synthetic */ k f1212c; public final /* synthetic */ i d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public r(i iVar, k kVar, k kVar2) { super(kVar); this.d = iVar; - this.f1210c = kVar2; + this.f1212c = kVar2; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/s.java b/app/src/main/java/c/i/a/f/j/b/e/s.java index dd361a9621..3d62e28030 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/s.java +++ b/app/src/main/java/c/i/a/f/j/b/e/s.java @@ -4,13 +4,13 @@ import c.i.a.f.e.h.j.k; public final class s extends d0 { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ k f1211c; + public final /* synthetic */ k f1213c; public final /* synthetic */ i d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public s(i iVar, k kVar, k kVar2) { super(kVar); this.d = iVar; - this.f1211c = kVar2; + this.f1213c = kVar2; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/v.java b/app/src/main/java/c/i/a/f/j/b/e/v.java index 4bc79b5568..e1249836c3 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/v.java +++ b/app/src/main/java/c/i/a/f/j/b/e/v.java @@ -6,12 +6,12 @@ public final class v extends m { public final /* synthetic */ a0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ i f1212c; + public final /* synthetic */ i f1214c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public v(i iVar, k kVar, a0 a0Var) { super(kVar); - this.f1212c = iVar; + this.f1214c = iVar; this.b = a0Var; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/w.java b/app/src/main/java/c/i/a/f/j/b/e/w.java index 6118f15a5f..76c32c0081 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/w.java +++ b/app/src/main/java/c/i/a/f/j/b/e/w.java @@ -8,24 +8,24 @@ public final class w implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zza createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; int i2 = 0; int i3 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i4 = 65535 & readInt; if (i4 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i4 == 2) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i4 != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i3 = AnimatableValueParser.g2(parcel, readInt); + i3 = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zza(i, i2, i3); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/x.java b/app/src/main/java/c/i/a/f/j/b/e/x.java index 60a4b23b1f..4b44befafa 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/x.java +++ b/app/src/main/java/c/i/a/f/j/b/e/x.java @@ -6,12 +6,12 @@ public final class x extends q { public final /* synthetic */ a0 b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ i f1213c; + public final /* synthetic */ i f1215c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public x(i iVar, k.a aVar, a0 a0Var) { super(aVar); - this.f1213c = iVar; + this.f1215c = iVar; this.b = a0Var; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/x0.java b/app/src/main/java/c/i/a/f/j/b/e/x0.java index 2d3d37b146..ec26b837d8 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/x0.java +++ b/app/src/main/java/c/i/a/f/j/b/e/x0.java @@ -15,7 +15,7 @@ public abstract class x0 extends b implements w0 { return false; } r rVar = (r) this; - rVar.d.b(rVar.f1210c.f1044c); + rVar.d.b(rVar.f1212c.f1046c); k kVar = rVar.b; if (kVar != null) { kVar.a(b0.a); diff --git a/app/src/main/java/c/i/a/f/j/b/f.java b/app/src/main/java/c/i/a/f/j/b/f.java index d7fba898f4..60c52376bd 100644 --- a/app/src/main/java/c/i/a/f/j/b/f.java +++ b/app/src/main/java/c/i/a/f/j/b/f.java @@ -9,14 +9,14 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Message createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); byte[] bArr = null; String str = null; String str2 = null; zzgs[] zzgsArr = null; long j = 0; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { @@ -28,14 +28,14 @@ public final class f implements Parcelable.Creator { } else if (i2 == 4) { zzgsArr = (zzgs[]) AnimatableValueParser.W(parcel, readInt, zzgs.CREATOR); } else if (i2 == 5) { - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); } else if (i2 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new Message(i, bArr, str, str2, zzgsArr, j); } diff --git a/app/src/main/java/c/i/a/f/j/b/g.java b/app/src/main/java/c/i/a/f/j/b/g.java index aa20056701..1aa31be850 100644 --- a/app/src/main/java/c/i/a/f/j/b/g.java +++ b/app/src/main/java/c/i/a/f/j/b/g.java @@ -12,14 +12,14 @@ public final class g implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final MessageFilter createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); ArrayList arrayList = null; ArrayList arrayList2 = null; ArrayList arrayList3 = null; int i = 0; boolean z2 = false; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { @@ -27,18 +27,18 @@ public final class g implements Parcelable.Creator { } else if (i3 == 2) { arrayList2 = AnimatableValueParser.X(parcel, readInt, zzgu.CREATOR); } else if (i3 == 3) { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } else if (i3 == 4) { arrayList3 = AnimatableValueParser.X(parcel, readInt, zzgp.CREATOR); } else if (i3 == 5) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 != 1000) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new MessageFilter(i, arrayList, arrayList2, z2, arrayList3, i2); } diff --git a/app/src/main/java/c/i/a/f/j/b/j.java b/app/src/main/java/c/i/a/f/j/b/j.java index 88ae1fb8d2..1292dc49c4 100644 --- a/app/src/main/java/c/i/a/f/j/b/j.java +++ b/app/src/main/java/c/i/a/f/j/b/j.java @@ -8,7 +8,7 @@ public final class j implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final Strategy createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; int i2 = 0; int i3 = 0; @@ -17,41 +17,41 @@ public final class j implements Parcelable.Creator { int i5 = 0; int i6 = 0; int i7 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i8 = 65535 & readInt; if (i8 != 1000) { switch (i8) { case 1: - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); continue; case 2: - i3 = AnimatableValueParser.g2(parcel, readInt); + i3 = AnimatableValueParser.h2(parcel, readInt); continue; case 3: - i4 = AnimatableValueParser.g2(parcel, readInt); + i4 = AnimatableValueParser.h2(parcel, readInt); continue; case 4: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); continue; case 5: - i5 = AnimatableValueParser.g2(parcel, readInt); + i5 = AnimatableValueParser.h2(parcel, readInt); continue; case 6: - i6 = AnimatableValueParser.g2(parcel, readInt); + i6 = AnimatableValueParser.h2(parcel, readInt); continue; case 7: - i7 = AnimatableValueParser.g2(parcel, readInt); + i7 = AnimatableValueParser.h2(parcel, readInt); continue; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); continue; } } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new Strategy(i, i2, i3, i4, z2, i5, i6, i7); } diff --git a/app/src/main/java/c/i/a/f/k/a.java b/app/src/main/java/c/i/a/f/k/a.java index a358d390ca..399987b471 100644 --- a/app/src/main/java/c/i/a/f/k/a.java +++ b/app/src/main/java/c/i/a/f/k/a.java @@ -10,7 +10,7 @@ public final class a { @Deprecated /* renamed from: c reason: collision with root package name */ - public static final c.i.a.f.e.h.a f1214c; + public static final c.i.a.f.e.h.a f1216c; @Deprecated public static final SafetyNetApi d = new i(); @@ -19,6 +19,6 @@ public final class a { a = gVar; h hVar = new h(); b = hVar; - f1214c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); + f1216c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/k/b.java b/app/src/main/java/c/i/a/f/k/b.java index 9f9ad36abc..5aa0a9db60 100644 --- a/app/src/main/java/c/i/a/f/k/b.java +++ b/app/src/main/java/c/i/a/f/k/b.java @@ -8,17 +8,17 @@ public final class b implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zza createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zza(str); } diff --git a/app/src/main/java/c/i/a/f/k/c.java b/app/src/main/java/c/i/a/f/k/c.java index 4b29d5f3ca..23af4d21d4 100644 --- a/app/src/main/java/c/i/a/f/k/c.java +++ b/app/src/main/java/c/i/a/f/k/c.java @@ -8,11 +8,11 @@ public final class c implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final HarmfulAppsData createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; byte[] bArr = null; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 2) { @@ -20,12 +20,12 @@ public final class c implements Parcelable.Creator { } else if (i2 == 3) { bArr = AnimatableValueParser.Q(parcel, readInt); } else if (i2 != 4) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new HarmfulAppsData(str, bArr, i); } diff --git a/app/src/main/java/c/i/a/f/k/d.java b/app/src/main/java/c/i/a/f/k/d.java index 899af2a8b0..c81dd49207 100644 --- a/app/src/main/java/c/i/a/f/k/d.java +++ b/app/src/main/java/c/i/a/f/k/d.java @@ -9,27 +9,27 @@ public final class d implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzd createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); long j = 0; HarmfulAppsData[] harmfulAppsDataArr = null; int i = 0; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 2) { - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); } else if (i2 == 3) { harmfulAppsDataArr = (HarmfulAppsData[]) AnimatableValueParser.W(parcel, readInt, HarmfulAppsData.CREATOR); } else if (i2 == 4) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 5) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzd(j, harmfulAppsDataArr, i, z2); } diff --git a/app/src/main/java/c/i/a/f/k/e.java b/app/src/main/java/c/i/a/f/k/e.java index 1a441d7765..ac1e76a97f 100644 --- a/app/src/main/java/c/i/a/f/k/e.java +++ b/app/src/main/java/c/i/a/f/k/e.java @@ -8,17 +8,17 @@ public final class e implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzf createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzf(str); } diff --git a/app/src/main/java/c/i/a/f/k/f.java b/app/src/main/java/c/i/a/f/k/f.java index 32fd06dfab..62e536cbb9 100644 --- a/app/src/main/java/c/i/a/f/k/f.java +++ b/app/src/main/java/c/i/a/f/k/f.java @@ -8,21 +8,21 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzh createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; boolean z2 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 2) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzh(i, z2); } diff --git a/app/src/main/java/c/i/a/f/k/g.java b/app/src/main/java/c/i/a/f/k/g.java index cde01cbf0a..093d83985a 100644 --- a/app/src/main/java/c/i/a/f/k/g.java +++ b/app/src/main/java/c/i/a/f/k/g.java @@ -8,27 +8,27 @@ import com.google.android.gms.common.data.DataHolder; import com.google.android.gms.safetynet.SafeBrowsingData; public final class g implements Parcelable.Creator { public static void a(SafeBrowsingData safeBrowsingData, Parcel parcel, int i) { - int V2 = AnimatableValueParser.V2(parcel, 20293); - AnimatableValueParser.R2(parcel, 2, safeBrowsingData.i, false); - AnimatableValueParser.Q2(parcel, 3, safeBrowsingData.j, i, false); - AnimatableValueParser.Q2(parcel, 4, safeBrowsingData.k, i, false); + int W2 = AnimatableValueParser.W2(parcel, 20293); + AnimatableValueParser.S2(parcel, 2, safeBrowsingData.i, false); + AnimatableValueParser.R2(parcel, 3, safeBrowsingData.j, i, false); + AnimatableValueParser.R2(parcel, 4, safeBrowsingData.k, i, false); long j = safeBrowsingData.l; - AnimatableValueParser.Y2(parcel, 5, 8); + AnimatableValueParser.Z2(parcel, 5, 8); parcel.writeLong(j); - AnimatableValueParser.O2(parcel, 6, safeBrowsingData.m, false); - AnimatableValueParser.a3(parcel, V2); + AnimatableValueParser.P2(parcel, 6, safeBrowsingData.m, false); + AnimatableValueParser.b3(parcel, W2); } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final SafeBrowsingData createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; DataHolder dataHolder = null; ParcelFileDescriptor parcelFileDescriptor = null; byte[] bArr = null; long j = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 2) { @@ -38,14 +38,14 @@ public final class g implements Parcelable.Creator { } else if (i == 4) { parcelFileDescriptor = (ParcelFileDescriptor) AnimatableValueParser.S(parcel, readInt, ParcelFileDescriptor.CREATOR); } else if (i == 5) { - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); } else if (i != 6) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { bArr = AnimatableValueParser.Q(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new SafeBrowsingData(str, dataHolder, parcelFileDescriptor, j, bArr); } diff --git a/app/src/main/java/c/i/a/f/l/b/a.java b/app/src/main/java/c/i/a/f/l/b/a.java index df140944d0..38c6fffe4e 100644 --- a/app/src/main/java/c/i/a/f/l/b/a.java +++ b/app/src/main/java/c/i/a/f/l/b/a.java @@ -57,7 +57,7 @@ public class a extends d implements f { Log.w("SignInClientImpl", "Remote service probably died when signIn is called"); try { g0 g0Var = (g0) cVar; - g0Var.f1042c.post(new i0(g0Var, new zam())); + g0Var.f1044c.post(new i0(g0Var, new zam())); } catch (RemoteException unused) { Log.wtf("SignInClientImpl", "ISignInCallbacks#onSignInComplete should be executed from the same process, unexpected RemoteException.", e); } diff --git a/app/src/main/java/c/i/a/f/l/b/b.java b/app/src/main/java/c/i/a/f/l/b/b.java index b0fcb81b38..c9fcc140ea 100644 --- a/app/src/main/java/c/i/a/f/l/b/b.java +++ b/app/src/main/java/c/i/a/f/l/b/b.java @@ -10,24 +10,24 @@ public final class b implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zab createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; Intent intent = null; int i2 = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i3 = 65535 & readInt; if (i3 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i3 == 2) { - i2 = AnimatableValueParser.g2(parcel, readInt); + i2 = AnimatableValueParser.h2(parcel, readInt); } else if (i3 != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { intent = (Intent) AnimatableValueParser.S(parcel, readInt, Intent.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zab(i, i2, intent); } diff --git a/app/src/main/java/c/i/a/f/l/b/h.java b/app/src/main/java/c/i/a/f/l/b/h.java index 208bccabe3..02e95efd2e 100644 --- a/app/src/main/java/c/i/a/f/l/b/h.java +++ b/app/src/main/java/c/i/a/f/l/b/h.java @@ -10,21 +10,21 @@ public final class h implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zag createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); ArrayList arrayList = null; String str = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { arrayList = AnimatableValueParser.V(parcel, readInt); } else if (i != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zag(arrayList, str); } diff --git a/app/src/main/java/c/i/a/f/l/b/i.java b/app/src/main/java/c/i/a/f/l/b/i.java index ca45acf0a0..2e764b1568 100644 --- a/app/src/main/java/c/i/a/f/l/b/i.java +++ b/app/src/main/java/c/i/a/f/l/b/i.java @@ -10,21 +10,21 @@ public final class i implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zak createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); int i = 0; zas zas = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { zas = (zas) AnimatableValueParser.S(parcel, readInt, zas.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zak(i, zas); } diff --git a/app/src/main/java/c/i/a/f/l/b/j.java b/app/src/main/java/c/i/a/f/l/b/j.java index 6523d6999c..ad0413cf9e 100644 --- a/app/src/main/java/c/i/a/f/l/b/j.java +++ b/app/src/main/java/c/i/a/f/l/b/j.java @@ -11,24 +11,24 @@ public final class j implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zam createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); ConnectionResult connectionResult = null; zau zau = null; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i2 = 65535 & readInt; if (i2 == 1) { - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); } else if (i2 == 2) { connectionResult = (ConnectionResult) AnimatableValueParser.S(parcel, readInt, ConnectionResult.CREATOR); } else if (i2 != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { zau = (zau) AnimatableValueParser.S(parcel, readInt, zau.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zam(i, connectionResult, zau); } diff --git a/app/src/main/java/c/i/a/f/l/c.java b/app/src/main/java/c/i/a/f/l/c.java index c9f427a618..a92eff2182 100644 --- a/app/src/main/java/c/i/a/f/l/c.java +++ b/app/src/main/java/c/i/a/f/l/c.java @@ -9,7 +9,7 @@ public final class c { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0101a f1215c; + public static final a.AbstractC0101a f1217c; public static final a.AbstractC0101a d; static { @@ -18,7 +18,7 @@ public final class c { a.g gVar2 = new a.g<>(); b = gVar2; e eVar = new e(); - f1215c = eVar; + f1217c = eVar; d dVar = new d(); d = dVar; new Scope("profile"); diff --git a/app/src/main/java/c/i/a/f/m/a.java b/app/src/main/java/c/i/a/f/m/a.java index 44b518ac67..96736787c2 100644 --- a/app/src/main/java/c/i/a/f/m/a.java +++ b/app/src/main/java/c/i/a/f/m/a.java @@ -30,7 +30,7 @@ public class a { public final Object b; /* renamed from: c reason: collision with root package name */ - public final PowerManager.WakeLock f1216c; + public final PowerManager.WakeLock f1218c; public WorkSource d; public final int e; public final String f; @@ -58,7 +58,7 @@ public class a { } else { this.f = str; } - this.f1216c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); + this.f1218c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); if (i.a(context)) { packageName = h.a(packageName) ? context.getPackageName() : packageName; if (!(context.getPackageManager() == null || packageName == null)) { @@ -100,7 +100,7 @@ public class a { this.d = workSource; } try { - this.f1216c.setWorkSource(this.d); + this.f1218c.setWorkSource(this.d); } catch (ArrayIndexOutOfBoundsException | IllegalArgumentException e3) { Log.wtf("WakeLock", e3.toString()); } @@ -125,7 +125,7 @@ public class a { if (r7.j == 0) goto L_0x0061; */ /* JADX WARNING: Code restructure failed: missing block: B:24:0x0061, code lost: - com.airbnb.lottie.parser.AnimatableValueParser.C0(r7.f1216c, null); + com.airbnb.lottie.parser.AnimatableValueParser.C0(r7.f1218c, null); c(); r7.j++; */ @@ -136,7 +136,7 @@ public class a { } synchronized (this.b) { boolean z2 = false; - if ((!this.i.isEmpty() || this.j > 0) && !this.f1216c.isHeld()) { + if ((!this.i.isEmpty() || this.j > 0) && !this.f1218c.isHeld()) { this.i.clear(); this.j = 0; } @@ -152,7 +152,7 @@ public class a { if (!this.h) { } } - this.f1216c.acquire(); + this.f1218c.acquire(); if (j > 0) { a.schedule(new b(this), j, TimeUnit.MILLISECONDS); } @@ -165,7 +165,7 @@ public class a { if (r6.j == 1) goto L_0x005b; */ /* JADX WARNING: Code restructure failed: missing block: B:23:0x005b, code lost: - com.airbnb.lottie.parser.AnimatableValueParser.C0(r6.f1216c, null); + com.airbnb.lottie.parser.AnimatableValueParser.C0(r6.f1218c, null); c(); r6.j--; */ @@ -205,7 +205,7 @@ public class a { WorkSource workSource = this.d; Method method2 = i.a; ArrayList arrayList = new ArrayList(); - if (!(workSource == null || (method = i.f1063c) == null)) { + if (!(workSource == null || (method = i.f1065c) == null)) { try { Object invoke = method.invoke(workSource, new Object[0]); Objects.requireNonNull(invoke, "null reference"); @@ -241,9 +241,9 @@ public class a { } public final void d() { - if (this.f1216c.isHeld()) { + if (this.f1218c.isHeld()) { try { - this.f1216c.release(); + this.f1218c.release(); } catch (RuntimeException e) { if (e.getClass().equals(RuntimeException.class)) { Log.e("WakeLock", String.valueOf(this.f).concat(" was already released!"), e); @@ -251,7 +251,7 @@ public class a { throw e; } } - this.f1216c.isHeld(); + this.f1218c.isHeld(); } } } diff --git a/app/src/main/java/c/i/a/f/n/b0.java b/app/src/main/java/c/i/a/f/n/b0.java index 685fe4bb72..770d287cf3 100644 --- a/app/src/main/java/c/i/a/f/n/b0.java +++ b/app/src/main/java/c/i/a/f/n/b0.java @@ -14,7 +14,7 @@ public final class b0 extends Task { public final y b = new y<>(); /* renamed from: c reason: collision with root package name */ - public boolean f1217c; + public boolean f1219c; public volatile boolean d; @Nullable public TResult e; @@ -123,7 +123,7 @@ public final class b0 extends Task { public final TResult l() { TResult tresult; synchronized (this.a) { - AnimatableValueParser.G(this.f1217c, "Task is not yet complete"); + AnimatableValueParser.G(this.f1219c, "Task is not yet complete"); if (this.d) { throw new CancellationException("Task is already canceled."); } else if (this.f == null) { @@ -139,7 +139,7 @@ public final class b0 extends Task { public final TResult m(@NonNull Class cls) throws Throwable { TResult tresult; synchronized (this.a) { - AnimatableValueParser.G(this.f1217c, "Task is not yet complete"); + AnimatableValueParser.G(this.f1219c, "Task is not yet complete"); if (this.d) { throw new CancellationException("Task is already canceled."); } else if (cls.isInstance(this.f)) { @@ -162,7 +162,7 @@ public final class b0 extends Task { public final boolean o() { boolean z2; synchronized (this.a) { - z2 = this.f1217c; + z2 = this.f1219c; } return z2; } @@ -171,7 +171,7 @@ public final class b0 extends Task { public final boolean p() { boolean z2; synchronized (this.a) { - z2 = this.f1217c && !this.d && this.f == null; + z2 = this.f1219c && !this.d && this.f == null; } return z2; } @@ -197,7 +197,7 @@ public final class b0 extends Task { AnimatableValueParser.z(exc, "Exception must not be null"); synchronized (this.a) { v(); - this.f1217c = true; + this.f1219c = true; this.f = exc; } this.b.a(this); @@ -206,7 +206,7 @@ public final class b0 extends Task { public final void t(@Nullable TResult tresult) { synchronized (this.a) { v(); - this.f1217c = true; + this.f1219c = true; this.e = tresult; } this.b.a(this); @@ -214,10 +214,10 @@ public final class b0 extends Task { public final boolean u() { synchronized (this.a) { - if (this.f1217c) { + if (this.f1219c) { return false; } - this.f1217c = true; + this.f1219c = true; this.d = true; this.b.a(this); return true; @@ -226,7 +226,7 @@ public final class b0 extends Task { public final void v() { String str; - if (this.f1217c) { + if (this.f1219c) { int i = DuplicateTaskCompletionException.i; if (o()) { Exception k = k(); @@ -250,7 +250,7 @@ public final class b0 extends Task { public final void w() { synchronized (this.a) { - if (this.f1217c) { + if (this.f1219c) { this.b.a(this); } } diff --git a/app/src/main/java/c/i/a/f/n/j.java b/app/src/main/java/c/i/a/f/n/j.java index 1e2775c738..9b62dbef90 100644 --- a/app/src/main/java/c/i/a/f/n/j.java +++ b/app/src/main/java/c/i/a/f/n/j.java @@ -8,7 +8,7 @@ public final class j implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final b0 f1218c; + public final b0 f1220c; public int d; public int e; public int f; @@ -17,7 +17,7 @@ public final class j implements h { public j(int i, b0 b0Var) { this.b = i; - this.f1218c = b0Var; + this.f1220c = b0Var; } public final void a() { @@ -25,7 +25,7 @@ public final class j implements h { return; } if (this.g != null) { - b0 b0Var = this.f1218c; + b0 b0Var = this.f1220c; int i = this.e; int i2 = this.b; StringBuilder sb = new StringBuilder(54); @@ -35,9 +35,9 @@ public final class j implements h { sb.append(" underlying tasks failed"); b0Var.s(new ExecutionException(sb.toString(), this.g)); } else if (this.h) { - this.f1218c.u(); + this.f1220c.u(); } else { - this.f1218c.t(null); + this.f1220c.t(null); } } diff --git a/app/src/main/java/c/i/a/f/n/k.java b/app/src/main/java/c/i/a/f/n/k.java index e994325306..ffa1c3787c 100644 --- a/app/src/main/java/c/i/a/f/n/k.java +++ b/app/src/main/java/c/i/a/f/n/k.java @@ -9,12 +9,12 @@ public final class k implements z { public final a b; /* renamed from: c reason: collision with root package name */ - public final b0 f1219c; + public final b0 f1221c; public k(@NonNull Executor executor, @NonNull a aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1219c = b0Var; + this.f1221c = b0Var; } @Override // c.i.a.f.n.z diff --git a/app/src/main/java/c/i/a/f/n/l.java b/app/src/main/java/c/i/a/f/n/l.java index e357db63d5..c2d857768d 100644 --- a/app/src/main/java/c/i/a/f/n/l.java +++ b/app/src/main/java/c/i/a/f/n/l.java @@ -9,12 +9,12 @@ public final class l implements b, d, e> b; /* renamed from: c reason: collision with root package name */ - public final b0 f1220c; + public final b0 f1222c; public l(@NonNull Executor executor, @NonNull a> aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1220c = b0Var; + this.f1222c = b0Var; } @Override // c.i.a.f.n.z @@ -24,16 +24,16 @@ public final class l implements b, d, e implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public b f1221c; + public b f1223c; public p(@NonNull Executor executor, @NonNull b bVar) { this.a = executor; - this.f1221c = bVar; + this.f1223c = bVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.n()) { synchronized (this.b) { - if (this.f1221c != null) { + if (this.f1223c != null) { this.a.execute(new o(this)); } } diff --git a/app/src/main/java/c/i/a/f/n/q.java b/app/src/main/java/c/i/a/f/n/q.java index 7a225e1352..3f1b081d1c 100644 --- a/app/src/main/java/c/i/a/f/n/q.java +++ b/app/src/main/java/c/i/a/f/n/q.java @@ -9,17 +9,17 @@ public final class q implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public c f1222c; + public c f1224c; public q(@NonNull Executor executor, @NonNull c cVar) { this.a = executor; - this.f1222c = cVar; + this.f1224c = cVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { synchronized (this.b) { - if (this.f1222c != null) { + if (this.f1224c != null) { this.a.execute(new r(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/r.java b/app/src/main/java/c/i/a/f/n/r.java index 18d0e77bc4..d878070e45 100644 --- a/app/src/main/java/c/i/a/f/n/r.java +++ b/app/src/main/java/c/i/a/f/n/r.java @@ -14,7 +14,7 @@ public final class r implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - c cVar = this.j.f1222c; + c cVar = this.j.f1224c; if (cVar != 0) { cVar.onComplete(this.i); } diff --git a/app/src/main/java/c/i/a/f/n/s.java b/app/src/main/java/c/i/a/f/n/s.java index 82b8c0405f..b21dfc5ac0 100644 --- a/app/src/main/java/c/i/a/f/n/s.java +++ b/app/src/main/java/c/i/a/f/n/s.java @@ -15,7 +15,7 @@ public final class s implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - d dVar = this.j.f1223c; + d dVar = this.j.f1225c; if (dVar != null) { Exception k = this.i.k(); Objects.requireNonNull(k, "null reference"); diff --git a/app/src/main/java/c/i/a/f/n/t.java b/app/src/main/java/c/i/a/f/n/t.java index 008dccca82..91a67bc92f 100644 --- a/app/src/main/java/c/i/a/f/n/t.java +++ b/app/src/main/java/c/i/a/f/n/t.java @@ -9,18 +9,18 @@ public final class t implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public d f1223c; + public d f1225c; public t(@NonNull Executor executor, @NonNull d dVar) { this.a = executor; - this.f1223c = dVar; + this.f1225c = dVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (!task.p() && !task.n()) { synchronized (this.b) { - if (this.f1223c != null) { + if (this.f1225c != null) { this.a.execute(new s(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/u.java b/app/src/main/java/c/i/a/f/n/u.java index 56790a631e..3e80f91786 100644 --- a/app/src/main/java/c/i/a/f/n/u.java +++ b/app/src/main/java/c/i/a/f/n/u.java @@ -9,18 +9,18 @@ public final class u implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public e f1224c; + public e f1226c; public u(@NonNull Executor executor, @NonNull e eVar) { this.a = executor; - this.f1224c = eVar; + this.f1226c = eVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.p()) { synchronized (this.b) { - if (this.f1224c != null) { + if (this.f1226c != null) { this.a.execute(new v(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/v.java b/app/src/main/java/c/i/a/f/n/v.java index 0143e85753..9b5cd8c491 100644 --- a/app/src/main/java/c/i/a/f/n/v.java +++ b/app/src/main/java/c/i/a/f/n/v.java @@ -14,7 +14,7 @@ public final class v implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - e eVar = this.j.f1224c; + e eVar = this.j.f1226c; if (eVar != 0) { eVar.onSuccess(this.i.l()); } diff --git a/app/src/main/java/c/i/a/f/n/w.java b/app/src/main/java/c/i/a/f/n/w.java index fcb479acab..a7d5efcbb0 100644 --- a/app/src/main/java/c/i/a/f/n/w.java +++ b/app/src/main/java/c/i/a/f/n/w.java @@ -20,7 +20,7 @@ public final class w implements Runnable { Task a = this.j.b.a(this.i.l()); if (a == null) { x xVar = this.j; - xVar.f1225c.s(new NullPointerException("Continuation returned null")); + xVar.f1227c.s(new NullPointerException("Continuation returned null")); return; } Executor executor = g.b; @@ -29,14 +29,14 @@ public final class w implements Runnable { a.a(executor, this.j); } catch (RuntimeExecutionException e) { if (e.getCause() instanceof Exception) { - this.j.f1225c.s((Exception) e.getCause()); + this.j.f1227c.s((Exception) e.getCause()); return; } - this.j.f1225c.s(e); + this.j.f1227c.s(e); } catch (CancellationException unused) { - this.j.f1225c.u(); + this.j.f1227c.u(); } catch (Exception e2) { - this.j.f1225c.s(e2); + this.j.f1227c.s(e2); } } } diff --git a/app/src/main/java/c/i/a/f/n/x.java b/app/src/main/java/c/i/a/f/n/x.java index 02429d89f9..cd62e6cce3 100644 --- a/app/src/main/java/c/i/a/f/n/x.java +++ b/app/src/main/java/c/i/a/f/n/x.java @@ -9,12 +9,12 @@ public final class x implements b, d, e b; /* renamed from: c reason: collision with root package name */ - public final b0 f1225c; + public final b0 f1227c; public x(@NonNull Executor executor, @NonNull f fVar, @NonNull b0 b0Var) { this.a = executor; this.b = fVar; - this.f1225c = b0Var; + this.f1227c = b0Var; } @Override // c.i.a.f.n.z @@ -24,16 +24,16 @@ public final class x implements b, d, e { public Queue> b; /* renamed from: c reason: collision with root package name */ - public boolean f1226c; + public boolean f1228c; public final void a(@NonNull Task task) { z poll; synchronized (this.a) { if (this.b != null) { - if (!this.f1226c) { - this.f1226c = true; + if (!this.f1228c) { + this.f1228c = true; } } return; @@ -26,7 +26,7 @@ public final class y { synchronized (this.a) { poll = this.b.poll(); if (poll == null) { - this.f1226c = false; + this.f1228c = false; return; } } diff --git a/app/src/main/java/c/i/a/g/a/c.java b/app/src/main/java/c/i/a/g/a/c.java index 51ef4a3076..17425de99d 100644 --- a/app/src/main/java/c/i/a/g/a/c.java +++ b/app/src/main/java/c/i/a/g/a/c.java @@ -56,7 +56,7 @@ public class c extends CoordinatorLayout.Behavior { } d dVar = this.viewOffsetHelper; dVar.b = dVar.a.getTop(); - dVar.f1227c = dVar.a.getLeft(); + dVar.f1229c = dVar.a.getLeft(); this.viewOffsetHelper.a(); int i2 = this.tempTopBottomOffset; if (i2 != 0) { diff --git a/app/src/main/java/c/i/a/g/a/d.java b/app/src/main/java/c/i/a/g/a/d.java index 6fbe3683f5..4fc0c5d7a6 100644 --- a/app/src/main/java/c/i/a/g/a/d.java +++ b/app/src/main/java/c/i/a/g/a/d.java @@ -8,7 +8,7 @@ public class d { public int b; /* renamed from: c reason: collision with root package name */ - public int f1227c; + public int f1229c; public int d; public int e; public boolean f = true; @@ -22,7 +22,7 @@ public class d { View view = this.a; ViewCompat.offsetTopAndBottom(view, this.d - (view.getTop() - this.b)); View view2 = this.a; - ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1227c)); + ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1229c)); } public boolean b(int i) { diff --git a/app/src/main/java/c/i/a/g/b/a.java b/app/src/main/java/c/i/a/g/b/a.java index f33ce672f6..daf724163f 100644 --- a/app/src/main/java/c/i/a/g/b/a.java +++ b/app/src/main/java/c/i/a/g/b/a.java @@ -27,7 +27,7 @@ public class a { public ShapeAppearanceModel b; /* renamed from: c reason: collision with root package name */ - public int f1228c; + public int f1230c; public int d; public int e; public int f; @@ -50,7 +50,7 @@ public class a { public LayerDrawable r; /* renamed from: s reason: collision with root package name */ - public int f1229s; + public int f1231s; public a(MaterialButton materialButton, @NonNull ShapeAppearanceModel shapeAppearanceModel) { this.a = materialButton; @@ -129,12 +129,12 @@ public class a { MaterialShapeDrawable materialShapeDrawable3 = new MaterialShapeDrawable(this.b); this.m = materialShapeDrawable3; DrawableCompat.setTint(materialShapeDrawable3, -1); - RippleDrawable rippleDrawable = new RippleDrawable(RippleUtils.sanitizeRippleDrawableColor(this.l), new InsetDrawable((Drawable) new LayerDrawable(new Drawable[]{materialShapeDrawable2, materialShapeDrawable}), this.f1228c, this.e, this.d, this.f), this.m); + RippleDrawable rippleDrawable = new RippleDrawable(RippleUtils.sanitizeRippleDrawableColor(this.l), new InsetDrawable((Drawable) new LayerDrawable(new Drawable[]{materialShapeDrawable2, materialShapeDrawable}), this.f1230c, this.e, this.d, this.f), this.m); this.r = rippleDrawable; materialButton.setInternalBackground(rippleDrawable); MaterialShapeDrawable b = b(); if (b != null) { - b.setElevation((float) this.f1229s); + b.setElevation((float) this.f1231s); } } diff --git a/app/src/main/java/c/i/a/g/c/a.java b/app/src/main/java/c/i/a/g/c/a.java index fab3756b9c..9199f90ff5 100644 --- a/app/src/main/java/c/i/a/g/c/a.java +++ b/app/src/main/java/c/i/a/g/c/a.java @@ -31,7 +31,7 @@ public class a { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialCardView f1230c; + public final MaterialCardView f1232c; @NonNull public final Rect d = new Rect(); @NonNull @@ -65,7 +65,7 @@ public class a { @Nullable /* renamed from: s reason: collision with root package name */ - public MaterialShapeDrawable f1231s; + public MaterialShapeDrawable f1233s; public boolean t = false; public boolean u; @@ -93,7 +93,7 @@ public class a { } public a(@NonNull MaterialCardView materialCardView, AttributeSet attributeSet, int i, @StyleRes int i2) { - this.f1230c = materialCardView; + this.f1232c = materialCardView; MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(materialCardView.getContext(), attributeSet, i, i2); this.e = materialShapeDrawable; materialShapeDrawable.initializeElevationOverlay(materialCardView.getContext()); @@ -124,11 +124,11 @@ public class a { } public final float c() { - return this.f1230c.getMaxCardElevation() + (j() ? a() : 0.0f); + return this.f1232c.getMaxCardElevation() + (j() ? a() : 0.0f); } public final float d() { - return (this.f1230c.getMaxCardElevation() * 1.5f) + (j() ? a() : 0.0f); + return (this.f1232c.getMaxCardElevation() * 1.5f) + (j() ? a() : 0.0f); } @NonNull @@ -136,8 +136,8 @@ public class a { RippleDrawable rippleDrawable; if (this.p == null) { if (RippleUtils.USE_FRAMEWORK_RIPPLE) { - this.f1231s = new MaterialShapeDrawable(this.n); - rippleDrawable = new RippleDrawable(this.l, null, this.f1231s); + this.f1233s = new MaterialShapeDrawable(this.n); + rippleDrawable = new RippleDrawable(this.l, null, this.f1233s); } else { StateListDrawable stateListDrawable = new StateListDrawable(); MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(this.n); @@ -165,7 +165,7 @@ public class a { public final Drawable f(Drawable drawable) { int i; int i2; - if (this.f1230c.getUseCompatPadding()) { + if (this.f1232c.getUseCompatPadding()) { int ceil = (int) Math.ceil((double) d()); i2 = (int) Math.ceil((double) c()); i = ceil; @@ -202,7 +202,7 @@ public class a { if (materialShapeDrawable2 != null) { materialShapeDrawable2.setShapeAppearanceModel(shapeAppearanceModel); } - MaterialShapeDrawable materialShapeDrawable3 = this.f1231s; + MaterialShapeDrawable materialShapeDrawable3 = this.f1233s; if (materialShapeDrawable3 != null) { materialShapeDrawable3.setShapeAppearanceModel(shapeAppearanceModel); } @@ -213,30 +213,30 @@ public class a { } public final boolean i() { - return this.f1230c.getPreventCornerOverlap() && !this.e.isRoundRect(); + return this.f1232c.getPreventCornerOverlap() && !this.e.isRoundRect(); } public final boolean j() { - return this.f1230c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1230c.getUseCompatPadding(); + return this.f1232c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1232c.getUseCompatPadding(); } public void k() { float f = 0.0f; float a2 = i() || j() ? a() : 0.0f; - if (this.f1230c.getPreventCornerOverlap() && this.f1230c.getUseCompatPadding()) { - f = (float) ((1.0d - b) * ((double) this.f1230c.getCardViewRadius())); + if (this.f1232c.getPreventCornerOverlap() && this.f1232c.getUseCompatPadding()) { + f = (float) ((1.0d - b) * ((double) this.f1232c.getCardViewRadius())); } int i = (int) (a2 - f); - MaterialCardView materialCardView = this.f1230c; + MaterialCardView materialCardView = this.f1232c; Rect rect = this.d; materialCardView.setAncestorContentPadding(rect.left + i, rect.top + i, rect.right + i, rect.bottom + i); } public void l() { if (!this.t) { - this.f1230c.setBackgroundInternal(f(this.e)); + this.f1232c.setBackgroundInternal(f(this.e)); } - this.f1230c.setForeground(f(this.j)); + this.f1232c.setForeground(f(this.j)); } public final void m() { diff --git a/app/src/main/java/c/i/a/g/d/a.java b/app/src/main/java/c/i/a/g/d/a.java index 5ebf08111d..a2dea49836 100644 --- a/app/src/main/java/c/i/a/g/d/a.java +++ b/app/src/main/java/c/i/a/g/d/a.java @@ -23,7 +23,7 @@ public final class a { public final ColorStateList b; /* renamed from: c reason: collision with root package name */ - public final ColorStateList f1232c; + public final ColorStateList f1234c; public final ColorStateList d; public final int e; public final ShapeAppearanceModel f; @@ -35,7 +35,7 @@ public final class a { Preconditions.checkArgumentNonnegative(rect.bottom); this.a = rect; this.b = colorStateList2; - this.f1232c = colorStateList; + this.f1234c = colorStateList; this.d = colorStateList3; this.e = i; this.f = shapeAppearanceModel; @@ -60,7 +60,7 @@ public final class a { MaterialShapeDrawable materialShapeDrawable2 = new MaterialShapeDrawable(); materialShapeDrawable.setShapeAppearanceModel(this.f); materialShapeDrawable2.setShapeAppearanceModel(this.f); - materialShapeDrawable.setFillColor(this.f1232c); + materialShapeDrawable.setFillColor(this.f1234c); materialShapeDrawable.setStroke((float) this.e, this.d); textView.setTextColor(this.b); RippleDrawable rippleDrawable = new RippleDrawable(this.b.withAlpha(30), materialShapeDrawable, materialShapeDrawable2); diff --git a/app/src/main/java/c/i/a/g/d/b.java b/app/src/main/java/c/i/a/g/d/b.java index 7a775e1f21..c6c11b0ccb 100644 --- a/app/src/main/java/c/i/a/g/d/b.java +++ b/app/src/main/java/c/i/a/g/d/b.java @@ -18,7 +18,7 @@ public final class b { @NonNull /* renamed from: c reason: collision with root package name */ - public final a f1233c; + public final a f1235c; @NonNull public final a d; @NonNull @@ -35,7 +35,7 @@ public final class b { this.a = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayStyle, 0)); this.g = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayInvalidStyle, 0)); this.b = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_daySelectedStyle, 0)); - this.f1233c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); + this.f1235c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); ColorStateList colorStateList = MaterialResources.getColorStateList(context, obtainStyledAttributes, R.styleable.MaterialCalendar_rangeFillColor); this.d = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearStyle, 0)); this.e = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearSelectedStyle, 0)); diff --git a/app/src/main/java/c/i/a/g/d/g.java b/app/src/main/java/c/i/a/g/d/g.java index 2cc0d568e5..f16ea5bb99 100644 --- a/app/src/main/java/c/i/a/g/d/g.java +++ b/app/src/main/java/c/i/a/g/d/g.java @@ -75,7 +75,7 @@ public class g extends BaseAdapter { break; } } - aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1233c : this.m.a; + aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1235c : this.m.a; } else { textView.setEnabled(false); aVar = this.m.g; diff --git a/app/src/main/java/c/i/a/g/d/k.java b/app/src/main/java/c/i/a/g/d/k.java index e4a8e9bbe9..829e1ce767 100644 --- a/app/src/main/java/c/i/a/g/d/k.java +++ b/app/src/main/java/c/i/a/g/d/k.java @@ -10,7 +10,7 @@ public class k { @Nullable /* renamed from: c reason: collision with root package name */ - public final TimeZone f1234c = null; + public final TimeZone f1236c = null; public k(@Nullable Long l, @Nullable TimeZone timeZone) { } diff --git a/app/src/main/java/c/i/a/g/d/l.java b/app/src/main/java/c/i/a/g/d/l.java index 95cd5de13f..35ced3a13f 100644 --- a/app/src/main/java/c/i/a/g/d/l.java +++ b/app/src/main/java/c/i/a/g/d/l.java @@ -71,7 +71,7 @@ public class l { if (kVar == null) { kVar = k.a; } - java.util.TimeZone timeZone = kVar.f1234c; + java.util.TimeZone timeZone = kVar.f1236c; Calendar instance = timeZone == null ? Calendar.getInstance() : Calendar.getInstance(timeZone); Long l = kVar.b; if (l != null) { diff --git a/app/src/main/java/c/i/a/g/e/b.java b/app/src/main/java/c/i/a/g/e/b.java index 3af8b404de..7bac0a3e13 100644 --- a/app/src/main/java/c/i/a/g/e/b.java +++ b/app/src/main/java/c/i/a/g/e/b.java @@ -23,7 +23,7 @@ public abstract class b implements j { public final ExtendedFloatingActionButton b; /* renamed from: c reason: collision with root package name */ - public final ArrayList f1235c = new ArrayList<>(); + public final ArrayList f1237c = new ArrayList<>(); public final a d; @Nullable public MotionSpec e; diff --git a/app/src/main/java/c/i/a/g/e/c.java b/app/src/main/java/c/i/a/g/e/c.java index 09bcf881e1..80c68bc7c7 100644 --- a/app/src/main/java/c/i/a/g/e/c.java +++ b/app/src/main/java/c/i/a/g/e/c.java @@ -29,7 +29,7 @@ public class c extends Drawable { public final Paint b; /* renamed from: c reason: collision with root package name */ - public final Path f1236c = new Path(); + public final Path f1238c = new Path(); public final Rect d = new Rect(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -130,9 +130,9 @@ public class c extends Drawable { } copyBounds(this.d); this.e.set(this.d); - this.a.calculatePath(this.o, 1.0f, this.e, this.f1236c); - if (this.f1236c.isConvex()) { - outline.setConvexPath(this.f1236c); + this.a.calculatePath(this.o, 1.0f, this.e, this.f1238c); + if (this.f1238c.isConvex()) { + outline.setConvexPath(this.f1238c); } } diff --git a/app/src/main/java/c/i/a/g/e/d.java b/app/src/main/java/c/i/a/g/e/d.java index 1e580714e9..56e0baf649 100644 --- a/app/src/main/java/c/i/a/g/e/d.java +++ b/app/src/main/java/c/i/a/g/e/d.java @@ -10,13 +10,13 @@ public class d extends AnimatorListenerAdapter { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f.AbstractC0113f f1237c; + public final /* synthetic */ f.AbstractC0113f f1239c; public final /* synthetic */ f d; public d(f fVar, boolean z2, f.AbstractC0113f fVar2) { this.d = fVar; this.b = z2; - this.f1237c = fVar2; + this.f1239c = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -33,7 +33,7 @@ public class d extends AnimatorListenerAdapter { FloatingActionButton floatingActionButton = fVar.F; boolean z2 = this.b; floatingActionButton.internalSetVisibility(z2 ? 8 : 4, z2); - f.AbstractC0113f fVar2 = this.f1237c; + f.AbstractC0113f fVar2 = this.f1239c; if (fVar2 != null) { FloatingActionButton.a aVar = (FloatingActionButton.a) fVar2; aVar.a.onHidden(FloatingActionButton.this); diff --git a/app/src/main/java/c/i/a/g/e/e.java b/app/src/main/java/c/i/a/g/e/e.java index 80d93cbf8d..12c2263c30 100644 --- a/app/src/main/java/c/i/a/g/e/e.java +++ b/app/src/main/java/c/i/a/g/e/e.java @@ -10,17 +10,17 @@ public class e extends AnimatorListenerAdapter { public final /* synthetic */ f.AbstractC0113f b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f1238c; + public final /* synthetic */ f f1240c; public e(f fVar, boolean z2, f.AbstractC0113f fVar2) { - this.f1238c = fVar; + this.f1240c = fVar; this.a = z2; this.b = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - f fVar = this.f1238c; + f fVar = this.f1240c; fVar.B = 0; fVar.v = null; f.AbstractC0113f fVar2 = this.b; @@ -32,8 +32,8 @@ public class e extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - this.f1238c.F.internalSetVisibility(0, this.a); - f fVar = this.f1238c; + this.f1240c.F.internalSetVisibility(0, this.a); + f fVar = this.f1240c; fVar.B = 2; fVar.v = animator; } diff --git a/app/src/main/java/c/i/a/g/e/f.java b/app/src/main/java/c/i/a/g/e/f.java index cc922c94d0..63dfdc744e 100644 --- a/app/src/main/java/c/i/a/g/e/f.java +++ b/app/src/main/java/c/i/a/g/e/f.java @@ -39,7 +39,7 @@ public class f { public static final int[] b = {16842919, 16842910}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1239c = {16843623, 16842908, 16842910}; + public static final int[] f1241c = {16843623, 16842908, 16842910}; public static final int[] d = {16842908, 16842910}; public static final int[] e = {16843623, 16842910}; public static final int[] f = {16842910}; @@ -76,7 +76,7 @@ public class f { @NonNull /* renamed from: s reason: collision with root package name */ - public final StateListAnimator f1240s; + public final StateListAnimator f1242s; @Nullable public MotionSpec t; @Nullable @@ -88,13 +88,13 @@ public class f { @Nullable /* renamed from: x reason: collision with root package name */ - public MotionSpec f1241x; + public MotionSpec f1243x; /* renamed from: y reason: collision with root package name */ - public float f1242y; + public float f1244y; /* renamed from: z reason: collision with root package name */ - public float f1243z = 1.0f; + public float f1245z = 1.0f; /* compiled from: FloatingActionButtonImpl */ public class a extends MatrixEvaluator { @@ -103,7 +103,7 @@ public class f { @Override // com.google.android.material.animation.MatrixEvaluator public Matrix evaluate(float f, @NonNull Matrix matrix, @NonNull Matrix matrix2) { - f.this.f1243z = f; + f.this.f1245z = f; return super.evaluate(f, matrix, matrix2); } @@ -111,7 +111,7 @@ public class f { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [float, java.lang.Object, java.lang.Object] */ @Override // com.google.android.material.animation.MatrixEvaluator, android.animation.TypeEvaluator public Matrix evaluate(float f, @NonNull Matrix matrix, @NonNull Matrix matrix2) { - f.this.f1243z = f; + f.this.f1245z = f; return super.evaluate(f, matrix, matrix2); } } @@ -184,7 +184,7 @@ public class f { public float b; /* renamed from: c reason: collision with root package name */ - public float f1244c; + public float f1246c; public h(d dVar) { } @@ -193,7 +193,7 @@ public class f { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - f.this.w((float) ((int) this.f1244c)); + f.this.w((float) ((int) this.f1246c)); this.a = false; } @@ -202,12 +202,12 @@ public class f { if (!this.a) { MaterialShapeDrawable materialShapeDrawable = f.this.i; this.b = materialShapeDrawable == null ? 0.0f : materialShapeDrawable.getElevation(); - this.f1244c = a(); + this.f1246c = a(); this.a = true; } f fVar = f.this; float f = this.b; - fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1244c - f)) + f))); + fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1246c - f)) + f))); } } @@ -215,14 +215,14 @@ public class f { this.F = floatingActionButton; this.G = shadowViewDelegate; StateListAnimator stateListAnimator = new StateListAnimator(); - this.f1240s = stateListAnimator; + this.f1242s = stateListAnimator; stateListAnimator.addState(b, c(new d())); - stateListAnimator.addState(f1239c, c(new c())); + stateListAnimator.addState(f1241c, c(new c())); stateListAnimator.addState(d, c(new c())); stateListAnimator.addState(e, c(new c())); stateListAnimator.addState(f, c(new g())); stateListAnimator.addState(g, c(new b(this))); - this.f1242y = floatingActionButton.getRotation(); + this.f1244y = floatingActionButton.getRotation(); } public final void a(float f2, @NonNull Matrix matrix) { @@ -340,7 +340,7 @@ public class f { } public final void o(float f2) { - this.f1243z = f2; + this.f1245z = f2; Matrix matrix = this.K; a(f2, matrix); this.F.setImageMatrix(matrix); diff --git a/app/src/main/java/c/i/a/g/e/h.java b/app/src/main/java/c/i/a/g/e/h.java index caecabc21a..4fe87558de 100644 --- a/app/src/main/java/c/i/a/g/e/h.java +++ b/app/src/main/java/c/i/a/g/e/h.java @@ -13,10 +13,10 @@ public class h implements ViewTreeObserver.OnPreDrawListener { public boolean onPreDraw() { f fVar = this.i; float rotation = fVar.F.getRotation(); - if (fVar.f1242y == rotation) { + if (fVar.f1244y == rotation) { return true; } - fVar.f1242y = rotation; + fVar.f1244y = rotation; fVar.u(); return true; } diff --git a/app/src/main/java/c/i/a/g/e/i.java b/app/src/main/java/c/i/a/g/e/i.java index c23c382f0a..c9cb9be515 100644 --- a/app/src/main/java/c/i/a/g/e/i.java +++ b/app/src/main/java/c/i/a/g/e/i.java @@ -140,7 +140,7 @@ public class i extends f { } else { StateListAnimator stateListAnimator = new StateListAnimator(); stateListAnimator.addState(f.b, x(f, f3)); - stateListAnimator.addState(f.f1239c, x(f, f2)); + stateListAnimator.addState(f.f1241c, x(f, f2)); stateListAnimator.addState(f.d, x(f, f2)); stateListAnimator.addState(f.e, x(f, f2)); AnimatorSet animatorSet = new AnimatorSet(); diff --git a/app/src/main/java/c/i/a/g/f/a.java b/app/src/main/java/c/i/a/g/f/a.java index b6c64811b8..c93c0891bd 100644 --- a/app/src/main/java/c/i/a/g/f/a.java +++ b/app/src/main/java/c/i/a/g/f/a.java @@ -20,7 +20,7 @@ public final class a { @Nullable /* renamed from: c reason: collision with root package name */ - public static Object f1245c; + public static Object f1247c; public CharSequence d; public final TextPaint e; public final int f; @@ -38,8 +38,8 @@ public final class a { /* JADX WARNING: Illegal instructions before constructor call */ public C0114a(Throwable th) { super(r0.toString(), th); - StringBuilder L = c.d.b.a.a.L("Error thrown initializing StaticLayout "); - L.append(th.getMessage()); + StringBuilder K = c.d.b.a.a.K("Error thrown initializing StaticLayout "); + K.append(th.getMessage()); } } @@ -79,7 +79,7 @@ public final class a { } if (!a) { try { - f1245c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; + f1247c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; Class cls = Integer.TYPE; Class cls2 = Float.TYPE; Constructor declaredConstructor = StaticLayout.class.getDeclaredConstructor(CharSequence.class, cls, cls, TextPaint.class, cls, Layout.Alignment.class, TextDirectionHeuristic.class, cls2, cls2, Boolean.TYPE, TextUtils.TruncateAt.class, cls, cls); @@ -91,7 +91,7 @@ public final class a { } } try { - return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1245c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); + return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1247c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); } catch (Exception e2) { throw new C0114a(e2); } diff --git a/app/src/main/java/c/i/a/g/g/a.java b/app/src/main/java/c/i/a/g/g/a.java index cc0f55a869..154a88e094 100644 --- a/app/src/main/java/c/i/a/g/g/a.java +++ b/app/src/main/java/c/i/a/g/g/a.java @@ -12,7 +12,7 @@ import com.google.android.material.progressindicator.CircularProgressIndicatorSp public final class a extends f { /* renamed from: c reason: collision with root package name */ - public int f1246c = 1; + public int f1248c = 1; public float d; public float e; public float f; @@ -30,7 +30,7 @@ public final class a extends f { float f3 = -f2; canvas.clipRect(f3, f3, f2, f2); S s3 = this.a; - this.f1246c = ((CircularProgressIndicatorSpec) s3).indicatorDirection == 0 ? 1 : -1; + this.f1248c = ((CircularProgressIndicatorSpec) s3).indicatorDirection == 0 ? 1 : -1; this.d = ((float) ((CircularProgressIndicatorSpec) s3).trackThickness) * f; this.e = ((float) ((CircularProgressIndicatorSpec) s3).trackCornerRadius) * f; this.f = ((float) (((CircularProgressIndicatorSpec) s3).indicatorSize - ((CircularProgressIndicatorSpec) s3).trackThickness)) / 2.0f; @@ -49,7 +49,7 @@ public final class a extends f { paint.setAntiAlias(true); paint.setColor(i); paint.setStrokeWidth(this.d); - float f3 = (float) this.f1246c; + float f3 = (float) this.f1248c; float f4 = f * 360.0f * f3; if (f2 < f) { f2 += 1.0f; @@ -100,11 +100,11 @@ public final class a extends f { canvas.rotate(f3); float f5 = f / 2.0f; float f6 = f4 * f2; - canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1246c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1246c)), paint); + canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1248c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1248c)), paint); canvas.translate((this.f - f5) + f2, 0.0f); - canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1246c), true, paint); + canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1248c), true, paint); canvas.translate(f - (f2 * 2.0f), 0.0f); - canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1246c), true, paint); + canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1248c), true, paint); canvas.restore(); } } diff --git a/app/src/main/java/c/i/a/g/g/d.java b/app/src/main/java/c/i/a/g/g/d.java index 5865d02522..42a4b26c38 100644 --- a/app/src/main/java/c/i/a/g/g/d.java +++ b/app/src/main/java/c/i/a/g/g/d.java @@ -74,7 +74,7 @@ public final class d extends g { int length = i4 % iArr.length; int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(iArr[length], dVar2.a.getAlpha()); int compositeARGBWithAlpha2 = MaterialColors.compositeARGBWithAlpha(dVar2.l.indicatorColors[(length + 1) % iArr.length], dVar2.a.getAlpha()); - dVar2.f1247c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); + dVar2.f1249c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); break; } i3++; @@ -167,7 +167,7 @@ public final class d extends g { @VisibleForTesting public void h() { this.m = 0; - this.f1247c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); + this.f1249c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); this.o = 0.0f; } } diff --git a/app/src/main/java/c/i/a/g/g/g.java b/app/src/main/java/c/i/a/g/g/g.java index 6fa2da6531..20b56c38c6 100644 --- a/app/src/main/java/c/i/a/g/g/g.java +++ b/app/src/main/java/c/i/a/g/g/g.java @@ -10,11 +10,11 @@ public abstract class g { public final float[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f1247c; + public final int[] f1249c; public g(int i) { this.b = new float[(i * 2)]; - this.f1247c = new int[i]; + this.f1249c = new int[i]; } public abstract void a(); diff --git a/app/src/main/java/c/i/a/g/g/h.java b/app/src/main/java/c/i/a/g/g/h.java index 41812da2c9..1dda01e5e1 100644 --- a/app/src/main/java/c/i/a/g/g/h.java +++ b/app/src/main/java/c/i/a/g/g/h.java @@ -13,7 +13,7 @@ import com.google.android.material.progressindicator.LinearProgressIndicatorSpec public final class h extends f { /* renamed from: c reason: collision with root package name */ - public float f1248c = 300.0f; + public float f1250c = 300.0f; public float d; public float e; @@ -42,7 +42,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void a(@NonNull Canvas canvas, @FloatRange(from = 0.0d, to = 1.0d) float f) { Rect clipBounds = canvas.getClipBounds(); - this.f1248c = (float) clipBounds.width(); + this.f1250c = (float) clipBounds.width(); float f2 = (float) ((LinearProgressIndicatorSpec) this.a).trackThickness; canvas.translate(((float) clipBounds.width()) / 2.0f, Math.max(0.0f, ((float) (clipBounds.height() - ((LinearProgressIndicatorSpec) this.a).trackThickness)) / 2.0f) + (((float) clipBounds.height()) / 2.0f)); if (((LinearProgressIndicatorSpec) this.a).drawHorizontallyInverse) { @@ -54,7 +54,7 @@ public final class h extends f { if (this.b.isShowing() || this.b.isHiding()) { canvas.translate(0.0f, ((f - 1.0f) * ((float) ((LinearProgressIndicatorSpec) this.a).trackThickness)) / 2.0f); } - float f3 = this.f1248c; + float f3 = this.f1250c; canvas.clipRect((-f3) / 2.0f, (-f2) / 2.0f, f3 / 2.0f, f2 / 2.0f); S s2 = this.a; this.d = ((float) ((LinearProgressIndicatorSpec) s2).trackThickness) * f; @@ -64,7 +64,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void b(@NonNull Canvas canvas, @NonNull Paint paint, @FloatRange(from = 0.0d, to = 1.0d) float f, @FloatRange(from = 0.0d, to = 1.0d) float f2, @ColorInt int i) { if (f != f2) { - float f3 = this.f1248c; + float f3 = this.f1250c; float f4 = this.e; float f5 = ((-f3) / 2.0f) + f4; float f6 = f3 - (f4 * 2.0f); @@ -86,7 +86,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void c(@NonNull Canvas canvas, @NonNull Paint paint) { int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(((LinearProgressIndicatorSpec) this.a).trackColor, this.b.getAlpha()); - float f = ((-this.f1248c) / 2.0f) + this.e; + float f = ((-this.f1250c) / 2.0f) + this.e; float f2 = -f; paint.setStyle(Paint.Style.FILL); paint.setAntiAlias(true); diff --git a/app/src/main/java/c/i/a/g/g/j.java b/app/src/main/java/c/i/a/g/g/j.java index 287502a62c..f41af00ec9 100644 --- a/app/src/main/java/c/i/a/g/g/j.java +++ b/app/src/main/java/c/i/a/g/g/j.java @@ -53,7 +53,7 @@ public final class j extends g { float[] fArr3 = jVar2.b; fArr3[5] = 1.0f; if (jVar2.i && fArr3[3] < 1.0f) { - int[] iArr = jVar2.f1247c; + int[] iArr = jVar2.f1249c; iArr[2] = iArr[1]; iArr[1] = iArr[0]; iArr[0] = MaterialColors.compositeARGBWithAlpha(jVar2.g.indicatorColors[jVar2.h], jVar2.a.getAlpha()); @@ -112,6 +112,6 @@ public final class j extends g { public void h() { this.i = true; this.h = 1; - Arrays.fill(this.f1247c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); + Arrays.fill(this.f1249c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); } } diff --git a/app/src/main/java/c/i/a/g/g/l.java b/app/src/main/java/c/i/a/g/g/l.java index c6e866d3ac..7983ab691c 100644 --- a/app/src/main/java/c/i/a/g/g/l.java +++ b/app/src/main/java/c/i/a/g/g/l.java @@ -51,7 +51,7 @@ public final class l extends g { lVar2.b[i2] = Math.max(0.0f, Math.min(1.0f, lVar2.h[i2].getInterpolation(lVar2.b(i, l.e[i2], l.d[i2])))); } if (lVar2.k) { - Arrays.fill(lVar2.f1247c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); + Arrays.fill(lVar2.f1249c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); lVar2.k = false; } lVar2.a.invalidateSelf(); @@ -118,7 +118,7 @@ public final class l extends g { public void h() { this.j = 0; int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(this.i.indicatorColors[0], this.a.getAlpha()); - int[] iArr = this.f1247c; + int[] iArr = this.f1249c; iArr[0] = compositeARGBWithAlpha; iArr[1] = compositeARGBWithAlpha; } diff --git a/app/src/main/java/c/i/a/g/h/a.java b/app/src/main/java/c/i/a/g/h/a.java index 99942511a2..9e07bc2dc2 100644 --- a/app/src/main/java/c/i/a/g/h/a.java +++ b/app/src/main/java/c/i/a/g/h/a.java @@ -14,7 +14,7 @@ public class a { @NonNull /* renamed from: c reason: collision with root package name */ - public final Handler f1249c = new Handler(Looper.getMainLooper(), new C0115a()); + public final Handler f1251c = new Handler(Looper.getMainLooper(), new C0115a()); @Nullable public c d; @Nullable @@ -56,7 +56,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f1250c; + public boolean f1252c; public c(int i, b bVar) { this.a = new WeakReference<>(bVar); @@ -76,7 +76,7 @@ public class a { if (bVar == null) { return false; } - this.f1249c.removeCallbacksAndMessages(cVar); + this.f1251c.removeCallbacksAndMessages(cVar); bVar.a(i); return true; } @@ -101,9 +101,9 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (!cVar.f1250c) { - cVar.f1250c = true; - this.f1249c.removeCallbacksAndMessages(cVar); + if (!cVar.f1252c) { + cVar.f1252c = true; + this.f1251c.removeCallbacksAndMessages(cVar); } } } @@ -113,8 +113,8 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (cVar.f1250c) { - cVar.f1250c = false; + if (cVar.f1252c) { + cVar.f1252c = false; g(cVar); } } @@ -127,8 +127,8 @@ public class a { if (i <= 0) { i = i == -1 ? 1500 : 2750; } - this.f1249c.removeCallbacksAndMessages(cVar); - Handler handler = this.f1249c; + this.f1251c.removeCallbacksAndMessages(cVar); + Handler handler = this.f1251c; handler.sendMessageDelayed(Message.obtain(handler, 0, cVar), (long) i); } } diff --git a/app/src/main/java/c/i/a/g/j/d.java b/app/src/main/java/c/i/a/g/j/d.java index 53093ad716..092144701b 100644 --- a/app/src/main/java/c/i/a/g/j/d.java +++ b/app/src/main/java/c/i/a/g/j/d.java @@ -12,6 +12,6 @@ public class d implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - this.a.f1251c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1253c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); } } diff --git a/app/src/main/java/c/i/a/g/j/e.java b/app/src/main/java/c/i/a/g/j/e.java index 40e3807574..ca76830b34 100644 --- a/app/src/main/java/c/i/a/g/j/e.java +++ b/app/src/main/java/c/i/a/g/j/e.java @@ -13,7 +13,7 @@ public class e implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { float floatValue = ((Float) valueAnimator.getAnimatedValue()).floatValue(); - this.a.f1251c.setScaleX(floatValue); - this.a.f1251c.setScaleY(floatValue); + this.a.f1253c.setScaleX(floatValue); + this.a.f1253c.setScaleY(floatValue); } } diff --git a/app/src/main/java/c/i/a/g/j/h.java b/app/src/main/java/c/i/a/g/j/h.java index 80f5aa565e..2142848a61 100644 --- a/app/src/main/java/c/i/a/g/j/h.java +++ b/app/src/main/java/c/i/a/g/j/h.java @@ -73,7 +73,7 @@ public class h extends m { @Override // com.google.android.material.internal.TextWatcherAdapter, android.text.TextWatcher public void afterTextChanged(Editable editable) { AutoCompleteTextView d = h.d(h.this.a.getEditText()); - if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1251c.hasFocus()) { + if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1253c.hasFocus()) { d.dismissDropDown(); } d.post(new RunnableC0118a(d)); @@ -174,7 +174,7 @@ public class h extends m { z2 = true; } if (!z2) { - ViewCompat.setImportantForAccessibility(h.this.f1251c, 2); + ViewCompat.setImportantForAccessibility(h.this.f1253c, 2); } textInputLayout.setTextInputAccessibilityDelegate(h.this.f); textInputLayout.setEndIconVisible(true); diff --git a/app/src/main/java/c/i/a/g/j/i.java b/app/src/main/java/c/i/a/g/j/i.java index 4789668e3c..a0e4f4f9ca 100644 --- a/app/src/main/java/c/i/a/g/j/i.java +++ b/app/src/main/java/c/i/a/g/j/i.java @@ -12,6 +12,6 @@ public class i implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - this.a.f1251c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1253c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); } } diff --git a/app/src/main/java/c/i/a/g/j/l.java b/app/src/main/java/c/i/a/g/j/l.java index 79c58f7bb5..de55871c39 100644 --- a/app/src/main/java/c/i/a/g/j/l.java +++ b/app/src/main/java/c/i/a/g/j/l.java @@ -13,7 +13,7 @@ public class l extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { h hVar = this.a; - hVar.f1251c.setChecked(hVar.j); + hVar.f1253c.setChecked(hVar.j); this.a.p.start(); } } diff --git a/app/src/main/java/c/i/a/g/j/m.java b/app/src/main/java/c/i/a/g/j/m.java index 90d657be99..b2269f241f 100644 --- a/app/src/main/java/c/i/a/g/j/m.java +++ b/app/src/main/java/c/i/a/g/j/m.java @@ -10,12 +10,12 @@ public abstract class m { public Context b; /* renamed from: c reason: collision with root package name */ - public CheckableImageButton f1251c; + public CheckableImageButton f1253c; public m(@NonNull TextInputLayout textInputLayout) { this.a = textInputLayout; this.b = textInputLayout.getContext(); - this.f1251c = textInputLayout.getEndIconView(); + this.f1253c = textInputLayout.getEndIconView(); } public abstract void a(); diff --git a/app/src/main/java/c/i/a/g/j/n.java b/app/src/main/java/c/i/a/g/j/n.java index ebb15b5b34..9a89fc41ba 100644 --- a/app/src/main/java/c/i/a/g/j/n.java +++ b/app/src/main/java/c/i/a/g/j/n.java @@ -32,7 +32,7 @@ public final class n { public final TextInputLayout b; /* renamed from: c reason: collision with root package name */ - public LinearLayout f1252c; + public LinearLayout f1254c; public int d; public FrameLayout e; @Nullable @@ -56,7 +56,7 @@ public final class n { public TextView r; /* renamed from: s reason: collision with root package name */ - public int f1253s; + public int f1255s; @Nullable public ColorStateList t; public Typeface u; @@ -67,13 +67,13 @@ public final class n { public final /* synthetic */ TextView b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1254c; + public final /* synthetic */ int f1256c; public final /* synthetic */ TextView d; public a(int i, TextView textView, int i2, TextView textView2) { this.a = i; this.b = textView; - this.f1254c = i2; + this.f1256c = i2; this.d = textView2; } @@ -86,7 +86,7 @@ public final class n { TextView textView2 = this.b; if (textView2 != null) { textView2.setVisibility(4); - if (this.f1254c == 1 && (textView = n.this.l) != null) { + if (this.f1256c == 1 && (textView = n.this.l) != null) { textView.setText((CharSequence) null); } } @@ -114,13 +114,13 @@ public final class n { } public void a(TextView textView, int i) { - if (this.f1252c == null && this.e == null) { + if (this.f1254c == null && this.e == null) { LinearLayout linearLayout = new LinearLayout(this.a); - this.f1252c = linearLayout; + this.f1254c = linearLayout; linearLayout.setOrientation(0); - this.b.addView(this.f1252c, -1, -2); + this.b.addView(this.f1254c, -1, -2); this.e = new FrameLayout(this.a); - this.f1252c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); + this.f1254c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); if (this.b.getEditText() != null) { b(); } @@ -129,17 +129,17 @@ public final class n { this.e.setVisibility(0); this.e.addView(textView); } else { - this.f1252c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); + this.f1254c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); } - this.f1252c.setVisibility(0); + this.f1254c.setVisibility(0); this.d++; } public void b() { - if ((this.f1252c == null || this.b.getEditText() == null) ? false : true) { + if ((this.f1254c == null || this.b.getEditText() == null) ? false : true) { EditText editText = this.b.getEditText(); boolean isFontScaleAtLeast1_3 = MaterialResources.isFontScaleAtLeast1_3(this.a); - LinearLayout linearLayout = this.f1252c; + LinearLayout linearLayout = this.f1254c; int i = R.dimen.material_helper_text_font_1_3_padding_horizontal; ViewCompat.setPaddingRelative(linearLayout, h(isFontScaleAtLeast1_3, i, ViewCompat.getPaddingStart(editText)), h(isFontScaleAtLeast1_3, R.dimen.material_helper_text_font_1_3_padding_top, this.a.getResources().getDimensionPixelSize(R.dimen.material_helper_text_default_padding_top)), h(isFontScaleAtLeast1_3, i, ViewCompat.getPaddingEnd(editText)), 0); } @@ -212,7 +212,7 @@ public final class n { public void j(TextView textView, int i) { FrameLayout frameLayout; - LinearLayout linearLayout = this.f1252c; + LinearLayout linearLayout = this.f1254c; if (linearLayout != null) { if (!(i == 0 || i == 1) || (frameLayout = this.e) == null) { linearLayout.removeView(textView); @@ -221,7 +221,7 @@ public final class n { } int i2 = this.d - 1; this.d = i2; - LinearLayout linearLayout2 = this.f1252c; + LinearLayout linearLayout2 = this.f1254c; if (i2 == 0) { linearLayout2.setVisibility(8); } diff --git a/app/src/main/java/c/i/a/g/j/p.java b/app/src/main/java/c/i/a/g/j/p.java index 6c0f84a023..cc334a76b5 100644 --- a/app/src/main/java/c/i/a/g/j/p.java +++ b/app/src/main/java/c/i/a/g/j/p.java @@ -23,7 +23,7 @@ public class p extends m { @Override // com.google.android.material.internal.TextWatcherAdapter, android.text.TextWatcher public void beforeTextChanged(CharSequence charSequence, int i, int i2, int i3) { p pVar = p.this; - pVar.f1251c.setChecked(!p.d(pVar)); + pVar.f1253c.setChecked(!p.d(pVar)); } } @@ -38,7 +38,7 @@ public class p extends m { textInputLayout.setEndIconVisible(true); textInputLayout.setEndIconCheckable(true); p pVar = p.this; - pVar.f1251c.setChecked(!p.d(pVar)); + pVar.f1253c.setChecked(!p.d(pVar)); editText.removeTextChangedListener(p.this.d); editText.addTextChangedListener(p.this.d); } diff --git a/app/src/main/java/c/i/a/g/k/b.java b/app/src/main/java/c/i/a/g/k/b.java index 08261aadda..f941815e6e 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.f2341s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2344s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2345z = clockFaceView.j; + clockHandView.f2348z = 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 99fa1259d5..5530575dfe 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 @@ -31,7 +31,7 @@ public class f implements ClockHandView.OnRotateListener, TimePickerView.d, Time TimePickerView timePickerView2 = this.l; timePickerView2.p = this; timePickerView2.o = this; - timePickerView2.k.f2343x = this; + timePickerView2.k.f2346x = this; g(i, "%d"); g(j, "%d"); g(k, "%02d"); diff --git a/app/src/main/java/c/i/a/g/l/b.java b/app/src/main/java/c/i/a/g/l/b.java index 20589d8f94..d44c6ebe6d 100644 --- a/app/src/main/java/c/i/a/g/l/b.java +++ b/app/src/main/java/c/i/a/g/l/b.java @@ -5,7 +5,7 @@ public class b { public static final a b = new C0119b(); /* renamed from: c reason: collision with root package name */ - public static final a f1255c = new c(); + public static final a f1257c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ diff --git a/app/src/main/java/c/i/a/g/l/c.java b/app/src/main/java/c/i/a/g/l/c.java index 5aaab51ad0..3f60ae11fa 100644 --- a/app/src/main/java/c/i/a/g/l/c.java +++ b/app/src/main/java/c/i/a/g/l/c.java @@ -5,12 +5,12 @@ public class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1256c; + public final boolean f1258c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1256c = z2; + this.f1258c = z2; } public static c a(int i, int i2) { diff --git a/app/src/main/java/c/i/a/g/l/e.java b/app/src/main/java/c/i/a/g/l/e.java index 2fd3f0e1cd..01b185490b 100644 --- a/app/src/main/java/c/i/a/g/l/e.java +++ b/app/src/main/java/c/i/a/g/l/e.java @@ -39,12 +39,12 @@ public class e { @Override // c.i.a.g.l.d public boolean b(f fVar) { - return fVar.f1257c > fVar.e; + return fVar.f1259c > fVar.e; } @Override // c.i.a.g.l.d public void c(RectF rectF, float f, f fVar) { - float abs = (Math.abs(fVar.e - fVar.f1257c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1259c) / 2.0f) * f; rectF.left += abs; rectF.right -= abs; } diff --git a/app/src/main/java/c/i/a/g/l/f.java b/app/src/main/java/c/i/a/g/l/f.java index 56ae222b38..664ac81c75 100644 --- a/app/src/main/java/c/i/a/g/l/f.java +++ b/app/src/main/java/c/i/a/g/l/f.java @@ -5,7 +5,7 @@ public class f { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1257c; + public final float f1259c; public final float d; public final float e; public final float f; @@ -13,7 +13,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; this.b = f2; - this.f1257c = f3; + this.f1259c = f3; this.d = f4; this.e = f5; this.f = f6; diff --git a/app/src/main/java/c/i/a/g/l/g.java b/app/src/main/java/c/i/a/g/l/g.java index a87c8c307c..9fa2c98102 100644 --- a/app/src/main/java/c/i/a/g/l/g.java +++ b/app/src/main/java/c/i/a/g/l/g.java @@ -9,7 +9,7 @@ public class g { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f1258c = new Path(); + public final Path f1260c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } diff --git a/app/src/main/java/c/i/a/g/l/k.java b/app/src/main/java/c/i/a/g/l/k.java index 1d21b870d2..1a0620975f 100644 --- a/app/src/main/java/c/i/a/g/l/k.java +++ b/app/src/main/java/c/i/a/g/l/k.java @@ -36,7 +36,7 @@ public class k { return view; } } - throw new IllegalArgumentException(c.d.b.a.a.t(resourceName, " is not a valid ancestor")); + throw new IllegalArgumentException(c.d.b.a.a.s(resourceName, " is not a valid ancestor")); } public static RectF c(View view) { diff --git a/app/src/main/java/c/i/a/g/l/l/b.java b/app/src/main/java/c/i/a/g/l/l/b.java index 312b172231..32ee561b6f 100644 --- a/app/src/main/java/c/i/a/g/l/l/b.java +++ b/app/src/main/java/c/i/a/g/l/l/b.java @@ -8,7 +8,7 @@ public class b { public static final a b = new C0120b(); /* renamed from: c reason: collision with root package name */ - public static final a f1259c = new c(); + public static final a f1261c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ diff --git a/app/src/main/java/c/i/a/g/l/l/c.java b/app/src/main/java/c/i/a/g/l/l/c.java index da9180c940..13b5949503 100644 --- a/app/src/main/java/c/i/a/g/l/l/c.java +++ b/app/src/main/java/c/i/a/g/l/l/c.java @@ -8,12 +8,12 @@ public class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1260c; + public final boolean f1262c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1260c = z2; + this.f1262c = z2; } public static c a(int i, int i2) { diff --git a/app/src/main/java/c/i/a/g/l/l/e.java b/app/src/main/java/c/i/a/g/l/l/e.java index 6c8c6352d2..a043017c22 100644 --- a/app/src/main/java/c/i/a/g/l/l/e.java +++ b/app/src/main/java/c/i/a/g/l/l/e.java @@ -41,12 +41,12 @@ public class e { @Override // c.i.a.g.l.l.d public boolean b(f fVar) { - return fVar.f1261c > fVar.e; + return fVar.f1263c > fVar.e; } @Override // c.i.a.g.l.l.d public void c(RectF rectF, float f, f fVar) { - float abs = (Math.abs(fVar.e - fVar.f1261c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1263c) / 2.0f) * f; rectF.left += abs; rectF.right -= abs; } diff --git a/app/src/main/java/c/i/a/g/l/l/f.java b/app/src/main/java/c/i/a/g/l/l/f.java index 0454e09ee3..80790e677e 100644 --- a/app/src/main/java/c/i/a/g/l/l/f.java +++ b/app/src/main/java/c/i/a/g/l/l/f.java @@ -8,7 +8,7 @@ public class f { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1261c; + public final float f1263c; public final float d; public final float e; public final float f; @@ -16,7 +16,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; this.b = f2; - this.f1261c = f3; + this.f1263c = f3; this.d = f4; this.e = f5; this.f = f6; diff --git a/app/src/main/java/c/i/a/g/l/l/g.java b/app/src/main/java/c/i/a/g/l/l/g.java index f6c1ec2611..a3eaf87d7e 100644 --- a/app/src/main/java/c/i/a/g/l/l/g.java +++ b/app/src/main/java/c/i/a/g/l/l/g.java @@ -11,7 +11,7 @@ public class g { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f1262c = new Path(); + public final Path f1264c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } diff --git a/app/src/main/java/c/i/a/g/l/l/k.java b/app/src/main/java/c/i/a/g/l/l/k.java index 6f8a7e6483..3503667e49 100644 --- a/app/src/main/java/c/i/a/g/l/l/k.java +++ b/app/src/main/java/c/i/a/g/l/l/k.java @@ -38,7 +38,7 @@ public class k { return view; } } - throw new IllegalArgumentException(c.d.b.a.a.t(resourceName, " is not a valid ancestor")); + throw new IllegalArgumentException(c.d.b.a.a.s(resourceName, " is not a valid ancestor")); } public static RectF c(View view) { diff --git a/app/src/main/java/c/i/b/a/b.java b/app/src/main/java/c/i/b/a/b.java index 85cc59a98b..f82b4821f3 100644 --- a/app/src/main/java/c/i/b/a/b.java +++ b/app/src/main/java/c/i/b/a/b.java @@ -27,16 +27,16 @@ public abstract class b implements h { } public String toString() { - StringBuilder L = c.d.b.a.a.L("CharMatcher.is('"); + StringBuilder K = c.d.b.a.a.K("CharMatcher.is('"); char c2 = this.a; char[] cArr = {'\\', 'u', 0, 0, 0, 0}; for (int i = 0; i < 4; i++) { cArr[5 - i] = "0123456789ABCDEF".charAt(c2 & 15); c2 = (char) (c2 >> 4); } - L.append(String.copyValueOf(cArr)); - L.append("')"); - return L.toString(); + K.append(String.copyValueOf(cArr)); + K.append("')"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/b/a/c.java b/app/src/main/java/c/i/b/a/c.java index b71ab55fd6..b498784f29 100644 --- a/app/src/main/java/c/i/b/a/c.java +++ b/app/src/main/java/c/i/b/a/c.java @@ -7,7 +7,7 @@ public final class c { public static final Charset b = Charset.forName("ISO-8859-1"); /* renamed from: c reason: collision with root package name */ - public static final Charset f1263c = Charset.forName("UTF-8"); + public static final Charset f1265c = Charset.forName("UTF-8"); public static final Charset d = Charset.forName("UTF-16LE"); public static final Charset e = Charset.forName("UTF-16"); diff --git a/app/src/main/java/c/i/b/a/g.java b/app/src/main/java/c/i/b/a/g.java index ad5b82f6bf..c439ed8160 100644 --- a/app/src/main/java/c/i/b/a/g.java +++ b/app/src/main/java/c/i/b/a/g.java @@ -9,7 +9,7 @@ public final class g { public final a b; /* renamed from: c reason: collision with root package name */ - public a f1264c; + public a f1266c; /* compiled from: MoreObjects */ public static final class a { @@ -20,7 +20,7 @@ public final class g { @NullableDecl /* renamed from: c reason: collision with root package name */ - public a f1265c; + public a f1267c; public a(f fVar) { } @@ -29,7 +29,7 @@ public final class g { public g(String str, f fVar) { a aVar = new a(null); this.b = aVar; - this.f1264c = aVar; + this.f1266c = aVar; this.a = str; } @@ -37,8 +37,8 @@ public final class g { public g a(String str, int i) { String valueOf = String.valueOf(i); a aVar = new a(null); - this.f1264c.f1265c = aVar; - this.f1264c = aVar; + this.f1266c.f1267c = aVar; + this.f1266c = aVar; aVar.b = valueOf; aVar.a = str; return this; @@ -48,7 +48,7 @@ public final class g { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.b.f1265c; + a aVar = this.b.f1267c; String str = ""; while (aVar != null) { Object obj = aVar.b; @@ -64,7 +64,7 @@ public final class g { String deepToString = Arrays.deepToString(new Object[]{obj}); sb.append((CharSequence) deepToString, 1, deepToString.length() - 1); } - aVar = aVar.f1265c; + aVar = aVar.f1267c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/i/b/a/k.java b/app/src/main/java/c/i/b/a/k.java index 121014be88..42eced6add 100644 --- a/app/src/main/java/c/i/b/a/k.java +++ b/app/src/main/java/c/i/b/a/k.java @@ -11,7 +11,7 @@ public final class k { public final b b; /* renamed from: c reason: collision with root package name */ - public final int f1266c = Integer.MAX_VALUE; + public final int f1268c = Integer.MAX_VALUE; /* compiled from: Splitter */ public static abstract class a extends a { @@ -24,7 +24,7 @@ public final class k { public a(k kVar, CharSequence charSequence) { this.l = kVar.a; this.m = false; - this.o = kVar.f1266c; + this.o = kVar.f1268c; this.k = charSequence; } } diff --git a/app/src/main/java/c/i/b/b/b1.java b/app/src/main/java/c/i/b/b/b1.java index 3ade45a354..926419d25b 100644 --- a/app/src/main/java/c/i/b/b/b1.java +++ b/app/src/main/java/c/i/b/b/b1.java @@ -69,9 +69,9 @@ public final class b1 extends z { @Override // java.util.AbstractCollection, java.lang.Object public String toString() { - StringBuilder J = a.J('['); - J.append(this.l.toString()); - J.append(']'); - return J.toString(); + StringBuilder H = a.H('['); + H.append(this.l.toString()); + H.append(']'); + return H.toString(); } } diff --git a/app/src/main/java/c/i/b/b/d0.java b/app/src/main/java/c/i/b/b/d0.java index 8c717ef347..a110e11fa6 100644 --- a/app/src/main/java/c/i/b/b/d0.java +++ b/app/src/main/java/c/i/b/b/d0.java @@ -14,7 +14,7 @@ public final class d0 { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f1267c = -1; + public int f1269c = -1; @MonotonicNonNullDecl public e0.p d; @MonotonicNonNullDecl @@ -36,7 +36,7 @@ public final class d0 { if (i == -1) { i = 16; } - int i2 = this.f1267c; + int i2 = this.f1269c; if (i2 == -1) { i2 = 4; } @@ -78,7 +78,7 @@ public final class d0 { if (i != -1) { gVar.a("initialCapacity", i); } - int i2 = this.f1267c; + int i2 = this.f1269c; if (i2 != -1) { gVar.a("concurrencyLevel", i2); } @@ -86,8 +86,8 @@ public final class d0 { if (pVar != null) { String l0 = c.l0(pVar.toString()); g.a aVar = new g.a(null); - gVar.f1264c.f1265c = aVar; - gVar.f1264c = aVar; + gVar.f1266c.f1267c = aVar; + gVar.f1266c = aVar; aVar.b = l0; aVar.a = "keyStrength"; } @@ -95,15 +95,15 @@ public final class d0 { if (pVar2 != null) { String l02 = c.l0(pVar2.toString()); g.a aVar2 = new g.a(null); - gVar.f1264c.f1265c = aVar2; - gVar.f1264c = aVar2; + gVar.f1266c.f1267c = aVar2; + gVar.f1266c = aVar2; aVar2.b = l02; aVar2.a = "valueStrength"; } if (this.f != null) { g.a aVar3 = new g.a(null); - gVar.f1264c.f1265c = aVar3; - gVar.f1264c = aVar3; + gVar.f1266c.f1267c = aVar3; + gVar.f1266c = aVar3; aVar3.b = "keyEquivalence"; } return gVar.toString(); diff --git a/app/src/main/java/c/i/b/b/e0.java b/app/src/main/java/c/i/b/b/e0.java index 975b677b40..8e191af077 100644 --- a/app/src/main/java/c/i/b/b/e0.java +++ b/app/src/main/java/c/i/b/b/e0.java @@ -115,17 +115,17 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public final E f1268c; + public final E f1270c; public c(K k, int i, @NullableDecl E e) { this.a = k; this.b = i; - this.f1268c = e; + this.f1270c = e; } @Override // c.i.b.b.e0.i public E a() { - return this.f1268c; + return this.f1270c; } @Override // c.i.b.b.e0.i @@ -853,13 +853,13 @@ public class e0, S extends n> extends Abs d0Var.f = dVar; d0Var.a = true; int i2 = this.concurrencyLevel; - int i3 = d0Var.f1267c; + int i3 = d0Var.f1269c; c.i.a.f.e.o.c.r(i3 == -1, "concurrency level was already set to %s", i3); if (i2 > 0) { z2 = true; } c.i.a.f.e.o.c.h(z2); - d0Var.f1267c = i2; + d0Var.f1269c = i2; this.i = d0Var.c(); while (true) { Object readObject = objectInputStream.readObject(); @@ -1135,7 +1135,7 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public volatile V f1269c = null; + public volatile V f1271c = null; /* compiled from: MapMakerInternalMap */ public static final class a implements j, x> { @@ -1150,7 +1150,7 @@ public class e0, S extends n> extends Abs return null; } w wVar3 = new w(x.o(xVar), wVar.get(), wVar.a, wVar2); - wVar3.f1269c = wVar.f1269c; + wVar3.f1271c = wVar.f1271c; return wVar3; } @@ -1169,7 +1169,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.j public void d(n nVar, i iVar, Object obj) { x xVar = (x) nVar; - ((w) iVar).f1269c = obj; + ((w) iVar).f1271c = obj; } @Override // c.i.b.b.e0.j @@ -1190,7 +1190,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.i @NullableDecl public V getValue() { - return this.f1269c; + return this.f1271c; } } @@ -1227,7 +1227,7 @@ public class e0, S extends n> extends Abs public static final class y extends d> implements a0> { /* renamed from: c reason: collision with root package name */ - public volatile b0> f1270c = ((b0>) e0.i); + public volatile b0> f1272c = ((b0>) e0.i); /* compiled from: MapMakerInternalMap */ public static final class a implements j, z> { @@ -1248,7 +1248,7 @@ public class e0, S extends n> extends Abs ReferenceQueue o = z.o(zVar); ReferenceQueue p = z.p(zVar); y yVar3 = new y<>(o, yVar.get(), yVar.a, yVar2); - yVar3.f1270c = yVar.f1270c.b(p, yVar3); + yVar3.f1272c = yVar.f1272c.b(p, yVar3); return yVar3; } @@ -1266,8 +1266,8 @@ public class e0, S extends n> extends Abs public void d(n nVar, i iVar, Object obj) { y yVar = (y) iVar; ReferenceQueue p = z.p((z) nVar); - b0> b0Var = yVar.f1270c; - yVar.f1270c = new c0(p, obj, yVar); + b0> b0Var = yVar.f1272c; + yVar.f1272c = new c0(p, obj, yVar); b0Var.clear(); } @@ -1289,12 +1289,12 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.a0 public b0> b() { - return this.f1270c; + return this.f1272c; } @Override // c.i.b.b.e0.i public V getValue() { - return this.f1270c.get(); + return this.f1272c.get(); } } @@ -1334,7 +1334,7 @@ public class e0, S extends n> extends Abs } public e0(d0 d0Var, j jVar) { - int i2 = d0Var.f1267c; + int i2 = d0Var.f1269c; this.concurrencyLevel = Math.min(i2 == -1 ? 4 : i2, 65536); this.keyEquivalence = (c.i.b.a.d) c.i.a.f.e.o.c.C(d0Var.f, d0Var.a().f()); this.m = jVar; diff --git a/app/src/main/java/c/i/b/b/l.java b/app/src/main/java/c/i/b/b/l.java index d0d31bd536..483dd531ef 100644 --- a/app/src/main/java/c/i/b/b/l.java +++ b/app/src/main/java/c/i/b/b/l.java @@ -38,7 +38,7 @@ public class l extends AbstractMap implements Serializable { @MonotonicNonNullDecl /* renamed from: s reason: collision with root package name */ - public transient Set> f1271s; + public transient Set> f1273s; @MonotonicNonNullDecl public transient Collection t; @@ -370,12 +370,12 @@ public class l extends AbstractMap implements Serializable { @Override // java.util.AbstractMap, java.util.Map public Set> entrySet() { - Set> set = this.f1271s; + Set> set = this.f1273s; if (set != null) { return set; } a aVar = new a(); - this.f1271s = aVar; + this.f1273s = aVar; return aVar; } diff --git a/app/src/main/java/c/i/b/b/n.java b/app/src/main/java/c/i/b/b/n.java index c21ffb10d0..b035cce225 100644 --- a/app/src/main/java/c/i/b/b/n.java +++ b/app/src/main/java/c/i/b/b/n.java @@ -8,7 +8,7 @@ public abstract class n { public static final n b = new b(-1); /* renamed from: c reason: collision with root package name */ - public static final n f1272c = new b(1); + public static final n f1274c = new b(1); /* compiled from: ComparisonChain */ public static class a extends n { @@ -42,7 +42,7 @@ public abstract class n { } public n f(int i) { - return i < 0 ? n.b : i > 0 ? n.f1272c : n.a; + return i < 0 ? n.b : i > 0 ? n.f1274c : n.a; } } diff --git a/app/src/main/java/c/i/b/b/s.java b/app/src/main/java/c/i/b/b/s.java index 6de56a1097..a72f6be3e6 100644 --- a/app/src/main/java/c/i/b/b/s.java +++ b/app/src/main/java/c/i/b/b/s.java @@ -20,7 +20,7 @@ public abstract class s extends AbstractCollection implements Serializable public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1273c; + public boolean f1275c; public a(int i) { c.n(i, "initialCapacity"); diff --git a/app/src/main/java/c/i/b/b/u.java b/app/src/main/java/c/i/b/b/u.java index 2ce8ba80bd..81cfc3465e 100644 --- a/app/src/main/java/c/i/b/b/u.java +++ b/app/src/main/java/c/i/b/b/u.java @@ -30,10 +30,10 @@ public abstract class u extends s implements List, RandomAccess { Object[] objArr = this.a; if (objArr.length < i) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i)); - this.f1273c = false; - } else if (this.f1273c) { + this.f1275c = false; + } else if (this.f1275c) { this.a = (Object[]) objArr.clone(); - this.f1273c = false; + this.f1275c = false; } Object[] objArr2 = this.a; int i2 = this.b; @@ -43,7 +43,7 @@ public abstract class u extends s implements List, RandomAccess { } public u c() { - this.f1273c = true; + this.f1275c = true; return u.l(this.a, this.b); } } diff --git a/app/src/main/java/c/i/b/b/v.java b/app/src/main/java/c/i/b/b/v.java index 01fc46c895..e3d02af997 100644 --- a/app/src/main/java/c/i/b/b/v.java +++ b/app/src/main/java/c/i/b/b/v.java @@ -107,7 +107,7 @@ public class v extends y implements k0 { aVar.c(readObject, u.l(objArr, i4)); i += readInt2; } else { - throw new InvalidObjectException(c.d.b.a.a.k("Invalid value count ", readInt2)); + throw new InvalidObjectException(c.d.b.a.a.j("Invalid value count ", readInt2)); } } try { @@ -130,7 +130,7 @@ public class v extends y implements k0 { throw ((InvalidObjectException) new InvalidObjectException(e3.getMessage()).initCause(e3)); } } else { - throw new InvalidObjectException(c.d.b.a.a.k("Invalid key count ", readInt)); + throw new InvalidObjectException(c.d.b.a.a.j("Invalid key count ", readInt)); } } diff --git a/app/src/main/java/c/i/b/b/w.java b/app/src/main/java/c/i/b/b/w.java index 1040d013a3..4e28432af2 100644 --- a/app/src/main/java/c/i/b/b/w.java +++ b/app/src/main/java/c/i/b/b/w.java @@ -27,7 +27,7 @@ public abstract class w implements Map, Serializable { public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1274c = false; + public boolean f1276c = false; public a(int i) { this.a = new Object[(i * 2)]; @@ -38,7 +38,7 @@ public abstract class w implements Map, Serializable { r4 = r4 + 1; */ public w a() { - this.f1274c = true; + this.f1276c = true; int i = this.b; Object[] objArr = this.a; if (i == 0) { @@ -87,7 +87,7 @@ public abstract class w implements Map, Serializable { Object[] objArr = this.a; if (i2 > objArr.length) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i2)); - this.f1274c = false; + this.f1276c = false; } } diff --git a/app/src/main/java/c/i/c/c.java b/app/src/main/java/c/i/c/c.java index 0b5b22dcd6..81d07afffa 100644 --- a/app/src/main/java/c/i/c/c.java +++ b/app/src/main/java/c/i/c/c.java @@ -49,7 +49,7 @@ public class c { public static final Executor b = new d(null); /* renamed from: c reason: collision with root package name */ - public static final Map f1275c = new ArrayMap(); + public static final Map f1277c = new ArrayMap(); public final Context d; public final String e; public final i f; @@ -74,7 +74,7 @@ public class c { public void a(boolean z2) { Object obj = c.a; synchronized (c.a) { - Iterator it = new ArrayList(c.f1275c.values()).iterator(); + Iterator it = new ArrayList(c.f1277c.values()).iterator(); while (it.hasNext()) { c cVar = (c) it.next(); if (cVar.h.get()) { @@ -115,7 +115,7 @@ public class c { public void onReceive(Context context, Intent intent) { Object obj = c.a; synchronized (c.a) { - for (c cVar : c.f1275c.values()) { + for (c cVar : c.f1277c.values()) { cVar.d(); } } @@ -201,7 +201,7 @@ public class c { public static c b() { c cVar; synchronized (a) { - cVar = f1275c.get("[DEFAULT]"); + cVar = f1277c.get("[DEFAULT]"); if (cVar == null) { throw new IllegalStateException("Default FirebaseApp is not initialized in this process " + c.i.a.f.e.o.g.a() + ". Make sure to call FirebaseApp.initializeApp(Context) first."); } @@ -212,7 +212,7 @@ public class c { @Nullable public static c e(@NonNull Context context) { synchronized (a) { - if (f1275c.containsKey("[DEFAULT]")) { + if (f1277c.containsKey("[DEFAULT]")) { return b(); } i a2 = i.a(context); @@ -246,7 +246,7 @@ public class c { context = context.getApplicationContext(); } synchronized (a) { - Map map = f1275c; + Map map = f1277c; AnimatableValueParser.G(!map.containsKey("[DEFAULT]"), "FirebaseApp name [DEFAULT] already exists!"); AnimatableValueParser.z(context, "Application context cannot be null."); cVar = new c(context, "[DEFAULT]", iVar); @@ -305,7 +305,7 @@ public class c { boolean h = h(); for (Map.Entry, r> entry : kVar.b.entrySet()) { r value = entry.getValue(); - int i = entry.getKey().f1282c; + int i = entry.getKey().f1284c; boolean z2 = false; if (!(i == 1)) { if (i == 2) { diff --git a/app/src/main/java/c/i/c/i.java b/app/src/main/java/c/i/c/i.java index ce4becbd84..beb34c0378 100644 --- a/app/src/main/java/c/i/c/i.java +++ b/app/src/main/java/c/i/c/i.java @@ -17,7 +17,7 @@ public final class i { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1276c; + public final String f1278c; public final String d; public final String e; public final String f; @@ -27,7 +27,7 @@ public final class i { AnimatableValueParser.G(!h.a(str), "ApplicationId must be set."); this.b = str; this.a = str2; - this.f1276c = str3; + this.f1278c = str3; this.d = str4; this.e = str5; this.f = str6; @@ -67,18 +67,18 @@ public final class i { return false; } i iVar = (i) obj; - return AnimatableValueParser.j0(this.b, iVar.b) && AnimatableValueParser.j0(this.a, iVar.a) && AnimatableValueParser.j0(this.f1276c, iVar.f1276c) && AnimatableValueParser.j0(this.d, iVar.d) && AnimatableValueParser.j0(this.e, iVar.e) && AnimatableValueParser.j0(this.f, iVar.f) && AnimatableValueParser.j0(this.g, iVar.g); + return AnimatableValueParser.j0(this.b, iVar.b) && AnimatableValueParser.j0(this.a, iVar.a) && AnimatableValueParser.j0(this.f1278c, iVar.f1278c) && AnimatableValueParser.j0(this.d, iVar.d) && AnimatableValueParser.j0(this.e, iVar.e) && AnimatableValueParser.j0(this.f, iVar.f) && AnimatableValueParser.j0(this.g, iVar.g); } public int hashCode() { - return Arrays.hashCode(new Object[]{this.b, this.a, this.f1276c, this.d, this.e, this.f, this.g}); + return Arrays.hashCode(new Object[]{this.b, this.a, this.f1278c, this.d, this.e, this.f, this.g}); } public String toString() { k kVar = new k(this, null); kVar.a("applicationId", this.b); kVar.a("apiKey", this.a); - kVar.a("databaseUrl", this.f1276c); + kVar.a("databaseUrl", this.f1278c); kVar.a("gcmSenderId", this.e); kVar.a("storageBucket", this.f); kVar.a("projectId", this.g); diff --git a/app/src/main/java/c/i/c/j/a/b.java b/app/src/main/java/c/i/c/j/a/b.java index b930ee2e4b..7cb4d42bb3 100644 --- a/app/src/main/java/c/i/c/j/a/b.java +++ b/app/src/main/java/c/i/c/j/a/b.java @@ -18,7 +18,7 @@ public class b implements a { public final c.i.a.f.i.a.a b; /* renamed from: c reason: collision with root package name */ - public final Map f1277c = new ConcurrentHashMap(); + public final Map f1279c = new ConcurrentHashMap(); /* compiled from: com.google.android.gms:play-services-measurement-api@@18.0.0 */ public class a implements a.AbstractC0126a { @@ -159,7 +159,7 @@ public class b implements a { if (!c.a(str)) { return null; } - if (!str.isEmpty() && this.f1277c.containsKey(str) && this.f1277c.get(str) != null) { + if (!str.isEmpty() && this.f1279c.containsKey(str) && this.f1279c.get(str) != null) { return null; } c.i.a.f.i.a.a aVar = this.b; @@ -167,7 +167,7 @@ public class b implements a { if (bVar2 == null) { return null; } - this.f1277c.put(str, bVar2); + this.f1279c.put(str, bVar2); return new a(this, str); } } diff --git a/app/src/main/java/c/i/c/j/a/c/b.java b/app/src/main/java/c/i/c/j/a/c/b.java index 03368607cd..e761e92d1c 100644 --- a/app/src/main/java/c/i/c/j/a/c/b.java +++ b/app/src/main/java/c/i/c/j/a/c/b.java @@ -9,12 +9,12 @@ public final class b { public a.b b; /* renamed from: c reason: collision with root package name */ - public c.i.a.f.i.a.a f1278c; + public c.i.a.f.i.a.a f1280c; public e d; public b(c.i.a.f.i.a.a aVar, a.b bVar) { this.b = bVar; - this.f1278c = aVar; + this.f1280c = aVar; e eVar = new e(this); this.d = eVar; aVar.a(eVar); diff --git a/app/src/main/java/c/i/c/j/a/c/c.java b/app/src/main/java/c/i/c/j/a/c/c.java index 0798622aa0..84d5d6b4b6 100644 --- a/app/src/main/java/c/i/c/j/a/c/c.java +++ b/app/src/main/java/c/i/c/j/a/c/c.java @@ -12,7 +12,7 @@ public final class c { public static final List b = Arrays.asList("_e", "_f", "_iap", "_s", "_au", "_ui", "_cd"); /* renamed from: c reason: collision with root package name */ - public static final List f1279c = Arrays.asList("auto", "app", "am"); + public static final List f1281c = Arrays.asList("auto", "app", "am"); public static final List d = Arrays.asList("_r", "_dbg"); public static final List e; public static final List f = Arrays.asList("^_ltv_[A-Z]{3}$", "^_cc[1-5]{1}$"); @@ -34,6 +34,6 @@ public final class c { } public static boolean a(@NonNull String str) { - return !f1279c.contains(str); + return !f1281c.contains(str); } } diff --git a/app/src/main/java/c/i/c/j/a/c/d.java b/app/src/main/java/c/i/c/j/a/c/d.java index 6d6c3726ba..f463137907 100644 --- a/app/src/main/java/c/i/c/j/a/c/d.java +++ b/app/src/main/java/c/i/c/j/a/c/d.java @@ -7,13 +7,13 @@ public final class d { public c.i.a.f.i.a.a b; /* renamed from: c reason: collision with root package name */ - public f f1280c; + public f f1282c; public d(c.i.a.f.i.a.a aVar, a.b bVar) { this.a = bVar; this.b = aVar; f fVar = new f(this); - this.f1280c = fVar; + this.f1282c = fVar; aVar.a(fVar); } } diff --git a/app/src/main/java/c/i/c/j/a/c/e.java b/app/src/main/java/c/i/c/j/a/c/e.java index 642a80adad..c898b0bc86 100644 --- a/app/src/main/java/c/i/c/j/a/c/e.java +++ b/app/src/main/java/c/i/c/j/a/c/e.java @@ -18,7 +18,7 @@ public final class e implements a.AbstractC0109a { if (this.a.a.contains(str2)) { Bundle bundle2 = new Bundle(); Set set = c.a; - String J0 = c.J0(str2, v5.f1204c, v5.a); + String J0 = c.J0(str2, v5.f1206c, v5.a); if (J0 != null) { str2 = J0; } diff --git a/app/src/main/java/c/i/c/k/a.java b/app/src/main/java/c/i/c/k/a.java index c1e8ce6217..6968d08dbf 100644 --- a/app/src/main/java/c/i/c/k/a.java +++ b/app/src/main/java/c/i/c/k/a.java @@ -14,7 +14,7 @@ public interface a { public final String b; /* renamed from: c reason: collision with root package name */ - public String f1281c; + public String f1283c; public String d; public String e; diff --git a/app/src/main/java/c/i/c/k/d/a.java b/app/src/main/java/c/i/c/k/d/a.java index b28b22de03..32bb13b8d4 100644 --- a/app/src/main/java/c/i/c/k/d/a.java +++ b/app/src/main/java/c/i/c/k/d/a.java @@ -11,7 +11,7 @@ public final class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zza createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; String str3 = null; @@ -19,7 +19,7 @@ public final class a implements Parcelable.Creator { zzc zzc = null; String str5 = null; Bundle bundle = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: @@ -44,11 +44,11 @@ public final class a implements Parcelable.Creator { bundle = AnimatableValueParser.P(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zza(str, str2, str3, str4, zzc, str5, bundle); } diff --git a/app/src/main/java/c/i/c/k/d/c.java b/app/src/main/java/c/i/c/k/d/c.java index b17a7cd646..b559ce16e5 100644 --- a/app/src/main/java/c/i/c/k/d/c.java +++ b/app/src/main/java/c/i/c/k/d/c.java @@ -8,6 +8,6 @@ import c.i.c.h; /* compiled from: com.google.firebase:firebase-appindexing@@19.1.0 */ public final class c extends b { public c(Context context) { - super(context, k.f1083c, (a.d) null, new h()); + super(context, k.f1085c, (a.d) null, new h()); } } diff --git a/app/src/main/java/c/i/c/k/d/f.java b/app/src/main/java/c/i/c/k/d/f.java index e4aad421b0..b9c77ca592 100644 --- a/app/src/main/java/c/i/c/k/d/f.java +++ b/app/src/main/java/c/i/c/k/d/f.java @@ -9,21 +9,21 @@ public final class f implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzc createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; byte[] bArr = null; int i = 0; boolean z2 = false; boolean z3 = false; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 2: - z2 = AnimatableValueParser.e2(parcel, readInt); + z2 = AnimatableValueParser.f2(parcel, readInt); break; case 3: str = AnimatableValueParser.T(parcel, readInt); @@ -35,14 +35,14 @@ public final class f implements Parcelable.Creator { bArr = AnimatableValueParser.Q(parcel, readInt); break; case 6: - z3 = AnimatableValueParser.e2(parcel, readInt); + z3 = AnimatableValueParser.f2(parcel, readInt); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzc(i, z2, str, str2, bArr, z3); } diff --git a/app/src/main/java/c/i/c/l/d.java b/app/src/main/java/c/i/c/l/d.java index 48b0a842a5..246b73ebdf 100644 --- a/app/src/main/java/c/i/c/l/d.java +++ b/app/src/main/java/c/i/c/l/d.java @@ -11,7 +11,7 @@ public final class d { public final Set b; /* renamed from: c reason: collision with root package name */ - public final int f1282c; + public final int f1284c; public final int d; public final f e; public final Set> f; @@ -22,7 +22,7 @@ public final class d { public final Set b = new HashSet(); /* renamed from: c reason: collision with root package name */ - public int f1283c; + public int f1285c; public int d; public f e; public Set> f; @@ -30,7 +30,7 @@ public final class d { public b(Class cls, Class[] clsArr, a aVar) { HashSet hashSet = new HashSet(); this.a = hashSet; - this.f1283c = 0; + this.f1285c = 0; this.d = 0; this.f = new HashSet(); Objects.requireNonNull(cls, "Null interface"); @@ -51,7 +51,7 @@ public final class d { public d b() { if (this.e != null) { - return new d<>(new HashSet(this.a), new HashSet(this.b), this.f1283c, this.d, this.e, this.f, null); + return new d<>(new HashSet(this.a), new HashSet(this.b), this.f1285c, this.d, this.e, this.f, null); } throw new IllegalStateException("Missing required property: factory."); } @@ -62,8 +62,8 @@ public final class d { } public final b d(int i) { - if (this.f1283c == 0) { - this.f1283c = i; + if (this.f1285c == 0) { + this.f1285c = i; return this; } throw new IllegalStateException("Instantiation type has already been set."); @@ -73,7 +73,7 @@ public final class d { public d(Set set, Set set2, int i, int i2, f fVar, Set set3, a aVar) { this.a = Collections.unmodifiableSet(set); this.b = Collections.unmodifiableSet(set2); - this.f1282c = i; + this.f1284c = i; this.d = i2; this.e = fVar; this.f = Collections.unmodifiableSet(set3); @@ -95,6 +95,6 @@ public final class d { } public String toString() { - return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.f1282c + ", type=" + this.d + ", deps=" + Arrays.toString(this.b.toArray()) + "}"; + return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.f1284c + ", type=" + this.d + ", deps=" + Arrays.toString(this.b.toArray()) + "}"; } } diff --git a/app/src/main/java/c/i/c/l/k.java b/app/src/main/java/c/i/c/l/k.java index 71b967c6ee..ebdcbc353d 100644 --- a/app/src/main/java/c/i/c/l/k.java +++ b/app/src/main/java/c/i/c/l/k.java @@ -19,7 +19,7 @@ public class k extends a { public final Map, r> b = new HashMap(); /* renamed from: c reason: collision with root package name */ - public final Map, r> f1284c = new HashMap(); + public final Map, r> f1286c = new HashMap(); public final Map, r>> d = new HashMap(); public final q e; @@ -63,10 +63,10 @@ public class k extends a { for (Set set3 : hashMap.values()) { for (m mVar2 : set3) { for (o oVar : mVar2.a.b) { - if ((oVar.f1286c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { + if ((oVar.f1288c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { for (m mVar3 : set) { mVar2.b.add(mVar3); - mVar3.f1285c.add(mVar2); + mVar3.f1287c.add(mVar2); } } } @@ -90,7 +90,7 @@ public class k extends a { hashSet2.remove(mVar5); i++; for (m mVar6 : mVar5.b) { - mVar6.f1285c.remove(mVar5); + mVar6.f1287c.remove(mVar5); if (mVar6.a()) { hashSet2.add(mVar6); } @@ -107,7 +107,7 @@ public class k extends a { if (key.b()) { r value = entry.getValue(); for (Class cls2 : key.a) { - this.f1284c.put(cls2, value); + this.f1286c.put(cls2, value); } } } @@ -116,7 +116,7 @@ public class k extends a { while (true) { if (it5.hasNext()) { o next = it5.next(); - if ((next.b == 1) && !this.f1284c.containsKey(next.a)) { + if ((next.b == 1) && !this.f1286c.containsKey(next.a)) { throw new MissingDependencyException(String.format("Unsatisfied dependency for component %s: %s", dVar4, next.a)); } } @@ -154,7 +154,7 @@ public class k extends a { @Override // c.i.c.l.e public a b(Class cls) { Objects.requireNonNull(cls, "Null interface requested."); - return this.f1284c.get(cls); + return this.f1286c.get(cls); } @Override // c.i.c.l.e diff --git a/app/src/main/java/c/i/c/l/m.java b/app/src/main/java/c/i/c/l/m.java index 2a76cce9d4..181e8580b2 100644 --- a/app/src/main/java/c/i/c/l/m.java +++ b/app/src/main/java/c/i/c/l/m.java @@ -8,13 +8,13 @@ public class m { public final Set b = new HashSet(); /* renamed from: c reason: collision with root package name */ - public final Set f1285c = new HashSet(); + public final Set f1287c = new HashSet(); public m(d dVar) { this.a = dVar; } public boolean a() { - return this.f1285c.isEmpty(); + return this.f1287c.isEmpty(); } } diff --git a/app/src/main/java/c/i/c/l/o.java b/app/src/main/java/c/i/c/l/o.java index 987ed66ade..b294ab0dd4 100644 --- a/app/src/main/java/c/i/c/l/o.java +++ b/app/src/main/java/c/i/c/l/o.java @@ -8,13 +8,13 @@ public final class o { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1286c; + public final int f1288c; public o(Class cls, int i, int i2) { Objects.requireNonNull(cls, "Null dependency anInterface."); this.a = cls; this.b = i; - this.f1286c = i2; + this.f1288c = i2; } public boolean a() { @@ -26,11 +26,11 @@ public final class o { return false; } o oVar = (o) obj; - return this.a == oVar.a && this.b == oVar.b && this.f1286c == oVar.f1286c; + return this.a == oVar.a && this.b == oVar.b && this.f1288c == oVar.f1288c; } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1286c; + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1288c; } public String toString() { @@ -41,9 +41,9 @@ public final class o { boolean z2 = true; sb.append(i == 1 ? "required" : i == 0 ? "optional" : "set"); sb.append(", direct="); - if (this.f1286c != 0) { + if (this.f1288c != 0) { z2 = false; } - return a.G(sb, z2, "}"); + return a.F(sb, z2, "}"); } } diff --git a/app/src/main/java/c/i/c/l/q.java b/app/src/main/java/c/i/c/l/q.java index a137f98ef9..940a1c6e2b 100644 --- a/app/src/main/java/c/i/c/l/q.java +++ b/app/src/main/java/c/i/c/l/q.java @@ -20,15 +20,15 @@ public class q implements d, c { public Queue> b = new ArrayDeque(); /* renamed from: c reason: collision with root package name */ - public final Executor f1287c; + public final Executor f1289c; public q(Executor executor) { - this.f1287c = executor; + this.f1289c = executor; } @Override // c.i.c.q.d public void a(Class cls, b bVar) { - b(cls, this.f1287c, bVar); + b(cls, this.f1289c, bVar); } @Override // c.i.c.q.d diff --git a/app/src/main/java/c/i/c/l/r.java b/app/src/main/java/c/i/c/l/r.java index f92f79bd85..d4c8b043bf 100644 --- a/app/src/main/java/c/i/c/l/r.java +++ b/app/src/main/java/c/i/c/l/r.java @@ -7,10 +7,10 @@ public class r implements a { public volatile Object b = a; /* renamed from: c reason: collision with root package name */ - public volatile a f1288c; + public volatile a f1290c; public r(a aVar) { - this.f1288c = aVar; + this.f1290c = aVar; } @Override // c.i.c.t.a @@ -21,9 +21,9 @@ public class r implements a { synchronized (this) { t = this.b; if (t == obj) { - t = this.f1288c.get(); + t = this.f1290c.get(); this.b = t; - this.f1288c = null; + this.f1290c = null; } } } diff --git a/app/src/main/java/c/i/c/l/s.java b/app/src/main/java/c/i/c/l/s.java index fcfab7e540..454aa654d0 100644 --- a/app/src/main/java/c/i/c/l/s.java +++ b/app/src/main/java/c/i/c/l/s.java @@ -10,7 +10,7 @@ public final class s extends a { public final Set> b; /* renamed from: c reason: collision with root package name */ - public final Set> f1289c; + public final Set> f1291c; public final Set> d; public final Set> e; public final e f; @@ -30,7 +30,7 @@ public final class s extends a { HashSet hashSet3 = new HashSet(); HashSet hashSet4 = new HashSet(); for (o oVar : dVar.b) { - if (oVar.f1286c == 0) { + if (oVar.f1288c == 0) { if (oVar.a()) { hashSet3.add(oVar.a); } else { @@ -47,7 +47,7 @@ public final class s extends a { } this.a = Collections.unmodifiableSet(hashSet); this.b = Collections.unmodifiableSet(hashSet2); - this.f1289c = Collections.unmodifiableSet(hashSet3); + this.f1291c = Collections.unmodifiableSet(hashSet3); this.d = Collections.unmodifiableSet(hashSet4); this.e = dVar.f; this.f = eVar; @@ -80,7 +80,7 @@ public final class s extends a { @Override // c.i.c.l.a, c.i.c.l.e public Set d(Class cls) { - if (this.f1289c.contains(cls)) { + if (this.f1291c.contains(cls)) { return this.f.d(cls); } throw new IllegalArgumentException(String.format("Attempting to request an undeclared dependency Set<%s>.", cls)); diff --git a/app/src/main/java/c/i/c/m/b.java b/app/src/main/java/c/i/c/m/b.java index bbda8ad0d9..8963dca04f 100644 --- a/app/src/main/java/c/i/c/m/b.java +++ b/app/src/main/java/c/i/c/m/b.java @@ -145,7 +145,7 @@ public final /* synthetic */ class b implements f { cVar4.d(1, f).i(f, new c.i.c.m.d.g(hVar)); String l = c.i.c.m.d.k.h.l(k0Var.a); c.i.c.m.d.b bVar4 = c.i.c.m.d.b.a; - c.d.b.a.a.g0("Mapping file ID is: ", l, bVar4); + c.d.b.a.a.f0("Mapping file ID is: ", l, bVar4); if (!c.i.c.m.d.k.h.j(k0Var.a, "com.crashlytics.RequireBuildId", true)) { bVar4.b("Configured not to require a build ID."); } else if (c.i.c.m.d.k.h.s(l)) { @@ -195,7 +195,7 @@ public final /* synthetic */ class b implements f { try { c.i.c.m.d.k.b bVar6 = new c.i.c.m.d.k.b(str6, l, c5, packageName2, num, str7, aVar5); bVar4.b("Installer package name is: " + c5); - k0Var.h = new x(k0Var.a, k0Var.m, bVar5, k0Var.i, k0Var.f1300c, hVar2, k0Var.f, bVar6, null, null, k0Var.n, k0Var.k, cVar4); + k0Var.h = new x(k0Var.a, k0Var.m, bVar5, k0Var.i, k0Var.f1302c, hVar2, k0Var.f, bVar6, null, null, k0Var.n, k0Var.k, cVar4); boolean exists = k0Var.e.b().exists(); try { k0Var.g = Boolean.TRUE.equals((Boolean) h1.a(k0Var.m.b(new l0(k0Var)))); diff --git a/app/src/main/java/c/i/c/m/d/e.java b/app/src/main/java/c/i/c/m/d/e.java index e5dcc6d22e..eea4a6a41f 100644 --- a/app/src/main/java/c/i/c/m/d/e.java +++ b/app/src/main/java/c/i/c/m/d/e.java @@ -14,14 +14,14 @@ public class e implements f { public final /* synthetic */ c b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f1290c; + public final /* synthetic */ Executor f1292c; public final /* synthetic */ h d; public e(h hVar, String str, c cVar, Executor executor) { this.d = hVar; this.a = str; this.b = cVar; - this.f1290c = executor; + this.f1292c = executor; } /* Return type fixed from 'com.google.android.gms.tasks.Task' to match base method */ @@ -30,7 +30,7 @@ public class e implements f { @NonNull public Task a(@Nullable b bVar) throws Exception { try { - h.a(this.d, bVar, this.a, this.b, this.f1290c, true); + h.a(this.d, bVar, this.a, this.b, this.f1292c, true); return null; } catch (Exception e) { if (b.a.a(6)) { diff --git a/app/src/main/java/c/i/c/m/d/h.java b/app/src/main/java/c/i/c/m/d/h.java index 19cc194fb7..11b84b30b8 100644 --- a/app/src/main/java/c/i/c/m/d/h.java +++ b/app/src/main/java/c/i/c/m/d/h.java @@ -19,7 +19,7 @@ public class h { public final c b; /* renamed from: c reason: collision with root package name */ - public final Context f1291c; + public final Context f1293c; public PackageManager d; public String e; public PackageInfo f; @@ -33,7 +33,7 @@ public class h { public h(c cVar, Context context, v0 v0Var, q0 q0Var) { this.b = cVar; - this.f1291c = context; + this.f1293c = context; this.l = v0Var; this.m = q0Var; } @@ -55,11 +55,11 @@ public class h { } public final a b(String str, String str2) { - return new a(str, str2, this.l.e, this.h, this.g, c.i.c.m.d.k.h.f(c.i.c.m.d.k.h.l(this.f1291c), str2, this.h, this.g), this.j, r0.f(this.i).g(), this.k, "0"); + return new a(str, str2, this.l.e, this.h, this.g, c.i.c.m.d.k.h.f(c.i.c.m.d.k.h.l(this.f1293c), str2, this.h, this.g), this.j, r0.f(this.i).g(), this.k, "0"); } public String c() { - Context context = this.f1291c; + Context context = this.f1293c; int n = c.i.c.m.d.k.h.n(context, "com.crashlytics.ApiEndpoint", "string"); return n > 0 ? context.getString(n) : ""; } diff --git a/app/src/main/java/c/i/c/m/d/i/c.java b/app/src/main/java/c/i/c/m/d/i/c.java index ffe335622b..b3e643ae66 100644 --- a/app/src/main/java/c/i/c/m/d/i/c.java +++ b/app/src/main/java/c/i/c/m/d/i/c.java @@ -12,7 +12,7 @@ public class c implements b, a { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public CountDownLatch f1292c; + public CountDownLatch f1294c; public c(@NonNull e eVar, int i, TimeUnit timeUnit) { this.a = eVar; @@ -23,11 +23,11 @@ public class c implements b, a { synchronized (this.b) { b bVar = b.a; bVar.b("Logging Crashlytics event to Firebase"); - this.f1292c = new CountDownLatch(1); + this.f1294c = new CountDownLatch(1); this.a.a.a("clx", str, bundle); bVar.b("Awaiting app exception callback from FA..."); try { - if (this.f1292c.await((long) 500, TimeUnit.MILLISECONDS)) { + if (this.f1294c.await((long) 500, TimeUnit.MILLISECONDS)) { bVar.b("App exception callback received from FA listener."); } else { bVar.b("Timeout exceeded while awaiting app exception callback from FA listener."); @@ -35,13 +35,13 @@ public class c implements b, a { } catch (InterruptedException unused) { b.a.b("Interrupted while awaiting app exception callback from FA listener."); } - this.f1292c = null; + this.f1294c = null; } } @Override // c.i.c.m.d.i.b public void b(@NonNull String str, @NonNull Bundle bundle) { - CountDownLatch countDownLatch = this.f1292c; + CountDownLatch countDownLatch = this.f1294c; if (countDownLatch != null && "_ae".equals(str)) { countDownLatch.countDown(); } diff --git a/app/src/main/java/c/i/c/m/d/k/a.java b/app/src/main/java/c/i/c/m/d/k/a.java index 3970f125ca..51cce7013d 100644 --- a/app/src/main/java/c/i/c/m/d/k/a.java +++ b/app/src/main/java/c/i/c/m/d/k/a.java @@ -11,7 +11,7 @@ public abstract class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final b f1293c; + public final b f1295c; public final int d; public final String e; @@ -21,7 +21,7 @@ public abstract class a { } else if (bVar != null) { this.e = str; this.b = !h.s(str) ? a.matcher(str2).replaceFirst(str) : str2; - this.f1293c = bVar; + this.f1295c = bVar; this.d = i; } else { throw new IllegalArgumentException("requestFactory must not be null."); @@ -33,7 +33,7 @@ public abstract class a { } public c.i.c.m.d.n.a c(Map map) { - b bVar = this.f1293c; + b bVar = this.f1295c; int i = this.d; String str = this.b; Objects.requireNonNull(bVar); diff --git a/app/src/main/java/c/i/c/m/d/k/a0.java b/app/src/main/java/c/i/c/m/d/k/a0.java index 9f7245ae8e..4c8af6ab75 100644 --- a/app/src/main/java/c/i/c/m/d/k/a0.java +++ b/app/src/main/java/c/i/c/m/d/k/a0.java @@ -18,7 +18,7 @@ public class a0 implements Callable { Bundle bundle = new Bundle(); bundle.putInt("fatal", 1); bundle.putLong("timestamp", this.i); - this.j.f1313z.a("_ae", bundle); + this.j.f1315z.a("_ae", bundle); return null; } } diff --git a/app/src/main/java/c/i/c/m/d/k/b.java b/app/src/main/java/c/i/c/m/d/k/b.java index 40ebc7f36c..db8c25313b 100644 --- a/app/src/main/java/c/i/c/m/d/k/b.java +++ b/app/src/main/java/c/i/c/m/d/k/b.java @@ -7,7 +7,7 @@ public class b { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1294c; + public final String f1296c; public final String d; public final String e; public final String f; @@ -16,7 +16,7 @@ public class b { public b(String str, String str2, String str3, String str4, String str5, String str6, a aVar) { this.a = str; this.b = str2; - this.f1294c = str3; + this.f1296c = str3; this.d = str4; this.e = str5; this.f = str6; diff --git a/app/src/main/java/c/i/c/m/d/k/b1.java b/app/src/main/java/c/i/c/m/d/k/b1.java index 2771e647b8..104503c246 100644 --- a/app/src/main/java/c/i/c/m/d/k/b1.java +++ b/app/src/main/java/c/i/c/m/d/k/b1.java @@ -21,9 +21,9 @@ public final /* synthetic */ class b1 implements a { if (task.p()) { o0 o0Var = (o0) task.l(); b bVar = b.a; - StringBuilder L = c.d.b.a.a.L("Crashlytics report successfully enqueued to DataTransport: "); - L.append(o0Var.b()); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Crashlytics report successfully enqueued to DataTransport: "); + K.append(o0Var.b()); + bVar.b(K.toString()); d1Var.b.c(o0Var.b()); z2 = true; } else { diff --git a/app/src/main/java/c/i/c/m/d/k/c.java b/app/src/main/java/c/i/c/m/d/k/c.java index b684f213d4..37189cc7b3 100644 --- a/app/src/main/java/c/i/c/m/d/k/c.java +++ b/app/src/main/java/c/i/c/m/d/k/c.java @@ -41,9 +41,9 @@ public final class c extends o0 { } public String toString() { - StringBuilder L = a.L("CrashlyticsReportWithSessionId{report="); - L.append(this.a); - L.append(", sessionId="); - return a.D(L, this.b, "}"); + StringBuilder K = a.K("CrashlyticsReportWithSessionId{report="); + K.append(this.a); + K.append(", sessionId="); + return a.C(K, this.b, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/k/d0.java b/app/src/main/java/c/i/c/m/d/k/d0.java index 6fd99dd612..a449099eb3 100644 --- a/app/src/main/java/c/i/c/m/d/k/d0.java +++ b/app/src/main/java/c/i/c/m/d/k/d0.java @@ -59,7 +59,7 @@ public class d0 implements Callable> { Thread thread = this.k; String replaceAll = i.replaceAll("-", ""); Objects.requireNonNull(d1Var); - a.g0("Persisting fatal event for session ", replaceAll, c.i.c.m.d.b.a); + a.f0("Persisting fatal event for session ", replaceAll, c.i.c.m.d.b.a); d1Var.a(th2, thread, replaceAll, "crash", time, true); x xVar = this.m; Thread thread2 = this.k; diff --git a/app/src/main/java/c/i/c/m/d/k/d1.java b/app/src/main/java/c/i/c/m/d/k/d1.java index 1dffec7e48..4c1f662785 100644 --- a/app/src/main/java/c/i/c/m/d/k/d1.java +++ b/app/src/main/java/c/i/c/m/d/k/d1.java @@ -39,14 +39,14 @@ public class d1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final c f1295c; + public final c f1297c; public final b d; public final f1 e; public d1(n0 n0Var, g gVar, c cVar, b bVar, f1 f1Var) { this.a = n0Var; this.b = gVar; - this.f1295c = cVar; + this.f1297c = cVar; this.d = bVar; this.e = f1Var; } @@ -66,14 +66,14 @@ public class d1 { s sVar; boolean equals = str2.equals("crash"); n0 n0Var = this.a; - int i = n0Var.f1301c.getResources().getConfiguration().orientation; + int i = n0Var.f1303c.getResources().getConfiguration().orientation; e eVar = new e(th, n0Var.f); Long valueOf = Long.valueOf(j); - ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1301c); + ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1303c); Boolean valueOf2 = i2 != null ? Boolean.valueOf(i2.importance != 100) : null; Integer valueOf3 = Integer.valueOf(i); ArrayList arrayList = new ArrayList(); - arrayList.add(n0Var.c(thread, eVar.f1351c, 4)); + arrayList.add(n0Var.c(thread, eVar.f1353c, 4)); if (z2) { for (Map.Entry entry : Thread.getAllStackTraces().entrySet()) { Thread key = entry.getKey(); @@ -97,7 +97,7 @@ public class d1 { String str6 = n0Var.e.b; String str7 = l2 == null ? " baseAddress" : str3; if (l3 == null) { - str7 = a.t(str7, " size"); + str7 = a.s(str7, " size"); } if (str7.isEmpty()) { aVarArr[0] = new m(l2.longValue(), l3.longValue(), str5, str6, null); @@ -105,13 +105,13 @@ public class d1 { String str8 = valueOf3 == null ? " uiOrientation" : str3; if (str8.isEmpty()) { k kVar = new k(lVar, null, valueOf2, valueOf3.intValue(), null); - e a2 = e.a(n0Var.f1301c); + e a2 = e.a(n0Var.f1303c); Float f = a2.a; Double valueOf4 = f != null ? Double.valueOf(f.doubleValue()) : null; int b = a2.b(); - boolean m = h.m(n0Var.f1301c); + boolean m = h.m(n0Var.f1303c); long p = h.p(); - Context context = n0Var.f1301c; + Context context = n0Var.f1303c; ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); ((ActivityManager) context.getSystemService("activity")).getMemoryInfo(memoryInfo); long j2 = p - memoryInfo.availMem; @@ -119,7 +119,7 @@ public class d1 { r.b bVar = new r.b(); bVar.a = valueOf4; bVar.b = Integer.valueOf(b); - bVar.f1337c = Boolean.valueOf(m); + bVar.f1339c = Boolean.valueOf(m); bVar.d = Integer.valueOf(i); bVar.e = Long.valueOf(j2); bVar.f = Long.valueOf(a3); @@ -160,14 +160,14 @@ public class d1 { j jVar = new j(valueOf5.longValue(), str2, kVar2, a4, sVar, null); int i3 = ((c.i.c.m.d.s.c) gVar.k).c().b().a; File h = gVar.h(str); - Objects.requireNonNull(g.f1341c); + Objects.requireNonNull(g.f1343c); String a6 = ((d) h.a).a(jVar); String format = String.format(Locale.US, "%010d", Integer.valueOf(gVar.f.getAndIncrement())); if (equals) { str3 = "_"; } try { - g.l(new File(h, a.u("event", format, str3)), a6); + g.l(new File(h, a.t("event", format, str3)), a6); } catch (IOException e) { c.i.c.m.d.b.a.c("Could not persist event for session " + str, e); } @@ -184,15 +184,15 @@ public class d1 { } return; } - throw new IllegalStateException(a.t("Missing required properties:", str9)); + throw new IllegalStateException(a.s("Missing required properties:", str9)); } - throw new IllegalStateException(a.t("Missing required properties:", str10)); + throw new IllegalStateException(a.s("Missing required properties:", str10)); } - throw new IllegalStateException(a.t("Missing required properties:", str8)); + throw new IllegalStateException(a.s("Missing required properties:", str8)); } - throw new IllegalStateException(a.t("Missing required properties:", str7)); + throw new IllegalStateException(a.s("Missing required properties:", str7)); } - throw new IllegalStateException(a.t("Missing required properties:", str4)); + throw new IllegalStateException(a.s("Missing required properties:", str4)); } /* JADX WARN: Incorrect types in method signature: (Ljava/util/concurrent/Executor;Ljava/lang/Object;)Lcom/google/android/gms/tasks/Task; */ @@ -210,7 +210,7 @@ public class d1 { while (it.hasNext()) { File file = (File) it.next(); try { - arrayList.add(new c(g.f1341c.f(g.j(file)), file.getName())); + arrayList.add(new c(g.f1343c.f(g.j(file)), file.getName())); } catch (IOException e2) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; bVar.c("Could not load report file " + file + "; deleting", e2); @@ -223,7 +223,7 @@ public class d1 { o0 o0Var = (o0) it2.next(); v a = o0Var.a(); if ((a.h() != null ? 2 : a.e() != null ? (char) 3 : 1) != 3 || i == 3) { - c cVar = this.f1295c; + c cVar = this.f1297c; Objects.requireNonNull(cVar); v a2 = o0Var.a(); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); diff --git a/app/src/main/java/c/i/c/m/d/k/f0.java b/app/src/main/java/c/i/c/m/d/k/f0.java index 33c3ec4734..457e0e73b1 100644 --- a/app/src/main/java/c/i/c/m/d/k/f0.java +++ b/app/src/main/java/c/i/c/m/d/k/f0.java @@ -15,14 +15,14 @@ public class f0 implements f { public final /* synthetic */ boolean b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Executor f1296c; + public final /* synthetic */ Executor f1298c; public final /* synthetic */ g0 d; public f0(g0 g0Var, List list, boolean z2, Executor executor) { this.d = g0Var; this.a = list; this.b = z2; - this.f1296c = executor; + this.f1298c = executor; } /* Return type fixed from 'com.google.android.gms.tasks.Task' to match base method */ @@ -54,7 +54,7 @@ public class f0 implements f { thread.start(); } } - x.this.A.b(this.f1296c, c.c.a.y.b.m(bVar2)); + x.this.A.b(this.f1298c, c.c.a.y.b.m(bVar2)); x.this.E.b(null); return c.F(null); } diff --git a/app/src/main/java/c/i/c/m/d/k/g0.java b/app/src/main/java/c/i/c/m/d/k/g0.java index 5a53d7b845..35dc532936 100644 --- a/app/src/main/java/c/i/c/m/d/k/g0.java +++ b/app/src/main/java/c/i/c/m/d/k/g0.java @@ -37,9 +37,9 @@ public class g0 implements Callable> { if (q != null) { for (File file : q) { b bVar = b.a; - StringBuilder L = c.d.b.a.a.L("Found crash report "); - L.append(file.getPath()); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Found crash report "); + K.append(file.getPath()); + bVar.b(K.toString()); linkedList.add(new d(file, Collections.emptyMap())); } } diff --git a/app/src/main/java/c/i/c/m/d/k/h.java b/app/src/main/java/c/i/c/m/d/k/h.java index eb21f75694..cb809e46ac 100644 --- a/app/src/main/java/c/i/c/m/d/k/h.java +++ b/app/src/main/java/c/i/c/m/d/k/h.java @@ -40,7 +40,7 @@ public class h { public static long b = -1; /* renamed from: c reason: collision with root package name */ - public static final Comparator f1297c = new a(); + public static final Comparator f1299c = new a(); /* compiled from: CommonUtils */ public class a implements Comparator { @@ -66,7 +66,7 @@ public class h { /* renamed from: s reason: collision with root package name */ - public static final Map f1298s; + public static final Map f1300s; static { b bVar = X86_32; @@ -74,7 +74,7 @@ public class h { b bVar3 = ARMV7; b bVar4 = ARM64; HashMap hashMap = new HashMap(4); - f1298s = hashMap; + f1300s = hashMap; hashMap.put("armeabi-v7a", bVar3); hashMap.put("armeabi", bVar2); hashMap.put("arm64-v8a", bVar4); diff --git a/app/src/main/java/c/i/c/m/d/k/h0.java b/app/src/main/java/c/i/c/m/d/k/h0.java index 94405bef32..35b4a226b9 100644 --- a/app/src/main/java/c/i/c/m/d/k/h0.java +++ b/app/src/main/java/c/i/c/m/d/k/h0.java @@ -15,7 +15,7 @@ public class h0 implements b.AbstractC0140b { } public b a(@NonNull c.i.c.m.d.s.h.b bVar) { - String str = bVar.f1348c; + String str = bVar.f1350c; String str2 = bVar.d; String str3 = bVar.e; x xVar = this.a; diff --git a/app/src/main/java/c/i/c/m/d/k/i.java b/app/src/main/java/c/i/c/m/d/k/i.java index 20834eab9e..c73d4f0fb5 100644 --- a/app/src/main/java/c/i/c/m/d/k/i.java +++ b/app/src/main/java/c/i/c/m/d/k/i.java @@ -10,7 +10,7 @@ public class i { public Task b = c.F(null); /* renamed from: c reason: collision with root package name */ - public final Object f1299c = new Object(); + public final Object f1301c = new Object(); public ThreadLocal d = new ThreadLocal<>(); /* compiled from: CrashlyticsBackgroundWorker */ @@ -37,7 +37,7 @@ public class i { public Task b(Callable callable) { Task task; - synchronized (this.f1299c) { + synchronized (this.f1301c) { task = (Task) this.b.i(this.a, new k(this, callable)); this.b = task.i(this.a, new l(this)); } @@ -46,7 +46,7 @@ public class i { public Task c(Callable> callable) { Task task; - synchronized (this.f1299c) { + synchronized (this.f1301c) { task = (Task) this.b.j(this.a, new k(this, callable)); this.b = task.i(this.a, new l(this)); } diff --git a/app/src/main/java/c/i/c/m/d/k/k0.java b/app/src/main/java/c/i/c/m/d/k/k0.java index 9aba1aa264..bdf575ca4e 100644 --- a/app/src/main/java/c/i/c/m/d/k/k0.java +++ b/app/src/main/java/c/i/c/m/d/k/k0.java @@ -22,7 +22,7 @@ public class k0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final q0 f1300c; + public final q0 f1302c; public final long d = System.currentTimeMillis(); public m0 e; public m0 f; @@ -73,7 +73,7 @@ public class k0 { public k0(c cVar, v0 v0Var, c.i.c.m.d.a aVar, q0 q0Var, c.i.c.m.d.j.a aVar2, c.i.c.m.d.i.a aVar3, ExecutorService executorService) { this.b = cVar; - this.f1300c = q0Var; + this.f1302c = q0Var; cVar.a(); this.a = cVar.d; this.i = v0Var; @@ -145,7 +145,7 @@ public class k0 { public void d(@Nullable Boolean bool) { Boolean bool2; - q0 q0Var = this.f1300c; + q0 q0Var = this.f1302c; synchronized (q0Var) { if (bool != null) { try { @@ -169,7 +169,7 @@ public class k0 { edit.remove("firebase_crashlytics_collection_enabled"); } edit.commit(); - synchronized (q0Var.f1303c) { + synchronized (q0Var.f1305c) { if (q0Var.b()) { if (!q0Var.e) { q0Var.d.b(null); diff --git a/app/src/main/java/c/i/c/m/d/k/m0.java b/app/src/main/java/c/i/c/m/d/k/m0.java index fc44bf63a8..30d06cb4de 100644 --- a/app/src/main/java/c/i/c/m/d/k/m0.java +++ b/app/src/main/java/c/i/c/m/d/k/m0.java @@ -20,9 +20,9 @@ public class m0 { return b().createNewFile(); } catch (IOException e) { b bVar = b.a; - StringBuilder L = a.L("Error creating marker: "); - L.append(this.a); - bVar.e(L.toString(), e); + StringBuilder K = a.K("Error creating marker: "); + K.append(this.a); + bVar.e(K.toString(), e); return false; } } diff --git a/app/src/main/java/c/i/c/m/d/k/n0.java b/app/src/main/java/c/i/c/m/d/k/n0.java index 954ef64fbb..f3239504be 100644 --- a/app/src/main/java/c/i/c/m/d/k/n0.java +++ b/app/src/main/java/c/i/c/m/d/k/n0.java @@ -20,7 +20,7 @@ public class n0 { public static final Map b; /* renamed from: c reason: collision with root package name */ - public final Context f1301c; + public final Context f1303c; public final v0 d; public final b e; public final d f; @@ -28,12 +28,12 @@ public class n0 { static { HashMap hashMap = new HashMap(); b = hashMap; - a.a0(5, hashMap, "armeabi", 6, "armeabi-v7a", 9, "arm64-v8a", 0, "x86"); + a.Z(5, hashMap, "armeabi", 6, "armeabi-v7a", 9, "arm64-v8a", 0, "x86"); hashMap.put("x86_64", 1); } public n0(Context context, v0 v0Var, b bVar, d dVar) { - this.f1301c = context; + this.f1303c = context; this.d = v0Var; this.e = bVar; this.f = dVar; @@ -42,7 +42,7 @@ public class n0 { public final v.d.AbstractC0133d.a.b.AbstractC0136b a(e eVar, int i, int i2, int i3) { String str = eVar.b; String str2 = eVar.a; - StackTraceElement[] stackTraceElementArr = eVar.f1351c; + StackTraceElement[] stackTraceElementArr = eVar.f1353c; int i4 = 0; if (stackTraceElementArr == null) { stackTraceElementArr = new StackTraceElement[0]; @@ -66,7 +66,7 @@ public class n0 { if (str3.isEmpty()) { return new n(str, str2, wVar, bVar, valueOf.intValue(), null); } - throw new IllegalStateException(a.t("Missing required properties:", str3)); + throw new IllegalStateException(a.s("Missing required properties:", str3)); } public final w b(StackTraceElement[] stackTraceElementArr, int i) { @@ -84,7 +84,7 @@ public class n0 { bVar.a = Long.valueOf(max); Objects.requireNonNull(str, "Null symbol"); bVar.b = str; - bVar.f1335c = fileName; + bVar.f1337c = fileName; bVar.d = Long.valueOf(j); arrayList.add(bVar.a()); } @@ -100,6 +100,6 @@ public class n0 { if (str.isEmpty()) { return new p(name, valueOf.intValue(), wVar, null); } - throw new IllegalStateException(a.t("Missing required properties:", str)); + throw new IllegalStateException(a.s("Missing required properties:", str)); } } diff --git a/app/src/main/java/c/i/c/m/d/k/o.java b/app/src/main/java/c/i/c/m/d/k/o.java index 8946ecc012..f4a78c81fe 100644 --- a/app/src/main/java/c/i/c/m/d/k/o.java +++ b/app/src/main/java/c/i/c/m/d/k/o.java @@ -45,7 +45,7 @@ public class o implements Runnable { String replaceAll = i3.replaceAll("-", ""); Objects.requireNonNull(d1Var); c.i.c.m.d.b bVar4 = c.i.c.m.d.b.a; - a.g0("Persisting non-fatal event for session ", replaceAll, bVar4); + a.f0("Persisting non-fatal event for session ", replaceAll, bVar4); d1Var.a(th2, thread, replaceAll, "error", time, false); x xVar = this.l; Thread thread2 = this.k; diff --git a/app/src/main/java/c/i/c/m/d/k/p0.java b/app/src/main/java/c/i/c/m/d/k/p0.java index d409d8d70b..f5d5bc663b 100644 --- a/app/src/main/java/c/i/c/m/d/k/p0.java +++ b/app/src/main/java/c/i/c/m/d/k/p0.java @@ -11,7 +11,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { public final d b; /* renamed from: c reason: collision with root package name */ - public final Thread.UncaughtExceptionHandler f1302c; + public final Thread.UncaughtExceptionHandler f1304c; public final AtomicBoolean d = new AtomicBoolean(false); /* compiled from: CrashlyticsUncaughtExceptionHandler */ @@ -21,7 +21,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { public p0(a aVar, d dVar, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) { this.a = aVar; this.b = dVar; - this.f1302c = uncaughtExceptionHandler; + this.f1304c = uncaughtExceptionHandler; } @Override // java.lang.Thread.UncaughtExceptionHandler @@ -38,7 +38,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { bVar.b("Crashlytics completed exception processing. Invoking default exception handler."); } catch (Throwable th2) { b.a.b("Crashlytics completed exception processing. Invoking default exception handler."); - this.f1302c.uncaughtException(thread, th); + this.f1304c.uncaughtException(thread, th); this.d.set(false); throw th2; } @@ -48,7 +48,7 @@ public class p0 implements Thread.UncaughtExceptionHandler { ((b0) this.a).a(this.b, thread, th); } b.a.b("Crashlytics completed exception processing. Invoking default exception handler."); - this.f1302c.uncaughtException(thread, th); + this.f1304c.uncaughtException(thread, th); this.d.set(false); } } diff --git a/app/src/main/java/c/i/c/m/d/k/q0.java b/app/src/main/java/c/i/c/m/d/k/q0.java index 5dacebf58a..5f202c3871 100644 --- a/app/src/main/java/c/i/c/m/d/k/q0.java +++ b/app/src/main/java/c/i/c/m/d/k/q0.java @@ -19,7 +19,7 @@ public class q0 { public final c b; /* renamed from: c reason: collision with root package name */ - public final Object f1303c; + public final Object f1305c; public TaskCompletionSource d = new TaskCompletionSource<>(); public boolean e = false; public boolean f = false; @@ -30,7 +30,7 @@ public class q0 { public q0(c cVar) { Boolean bool; Object obj = new Object(); - this.f1303c = obj; + this.f1305c = obj; cVar.a(); Context context = cVar.d; this.b = cVar; @@ -90,7 +90,7 @@ public class q0 { public Task c() { b0 b0Var; b0 b0Var2 = this.h.a; - synchronized (this.f1303c) { + synchronized (this.f1305c) { b0Var = this.d.a; } FilenameFilter filenameFilter = h1.a; diff --git a/app/src/main/java/c/i/c/m/d/k/r0.java b/app/src/main/java/c/i/c/m/d/k/r0.java index 8b232e3fb6..716bf139b9 100644 --- a/app/src/main/java/c/i/c/m/d/k/r0.java +++ b/app/src/main/java/c/i/c/m/d/k/r0.java @@ -8,10 +8,10 @@ public enum r0 { /* renamed from: id reason: collision with root package name */ - private final int f1304id; + private final int f1306id; public r0(int i) { - this.f1304id = i; + this.f1306id = i; } public static r0 f(String str) { @@ -19,11 +19,11 @@ public enum r0 { } public int g() { - return this.f1304id; + return this.f1306id; } @Override // java.lang.Enum, java.lang.Object public String toString() { - return Integer.toString(this.f1304id); + return Integer.toString(this.f1306id); } } diff --git a/app/src/main/java/c/i/c/m/d/k/u.java b/app/src/main/java/c/i/c/m/d/k/u.java index 7ef0baac84..d2957b6d51 100644 --- a/app/src/main/java/c/i/c/m/d/k/u.java +++ b/app/src/main/java/c/i/c/m/d/k/u.java @@ -10,19 +10,19 @@ public class u implements x.g { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1305c; + public final /* synthetic */ long f1307c; public u(x xVar, String str, String str2, long j) { this.a = str; this.b = str2; - this.f1305c = j; + this.f1307c = j; } @Override // c.i.c.m.d.k.x.g public void a(c cVar) throws Exception { String str = this.a; String str2 = this.b; - long j = this.f1305c; + long j = this.f1307c; a aVar = d.a; cVar.l(1, a.a(str2)); cVar.l(2, a.a(str)); diff --git a/app/src/main/java/c/i/c/m/d/k/u0.java b/app/src/main/java/c/i/c/m/d/k/u0.java index 04a9979cf7..7d51418b1b 100644 --- a/app/src/main/java/c/i/c/m/d/k/u0.java +++ b/app/src/main/java/c/i/c/m/d/k/u0.java @@ -22,18 +22,18 @@ public class u0 implements a1 { @NonNull /* renamed from: c reason: collision with root package name */ - public final String f1306c; + public final String f1308c; public u0(@NonNull String str, @NonNull String str2, @NonNull File file) { this.b = str; - this.f1306c = str2; + this.f1308c = str2; this.a = file; } @Override // c.i.c.m.d.k.a1 @NonNull public String a() { - return this.f1306c; + return this.f1308c; } /* JADX WARNING: Removed duplicated region for block: B:37:0x0051 */ @@ -65,7 +65,7 @@ public class u0 implements a1 { if (1 != 0) { return new e(str, bArr, null); } - throw new IllegalStateException(a.t("Missing required properties:", "")); + throw new IllegalStateException(a.s("Missing required properties:", "")); } while (true) { try { diff --git a/app/src/main/java/c/i/c/m/d/k/v.java b/app/src/main/java/c/i/c/m/d/k/v.java index 50cf079db6..72189d4588 100644 --- a/app/src/main/java/c/i/c/m/d/k/v.java +++ b/app/src/main/java/c/i/c/m/d/k/v.java @@ -10,7 +10,7 @@ public class v implements x.g { public final /* synthetic */ String b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ String f1307c; + public final /* synthetic */ String f1309c; public final /* synthetic */ String d; public final /* synthetic */ int e; public final /* synthetic */ x f; @@ -19,7 +19,7 @@ public class v implements x.g { this.f = xVar; this.a = str; this.b = str2; - this.f1307c = str3; + this.f1309c = str3; this.d = str4; this.e = i; } @@ -28,10 +28,10 @@ public class v implements x.g { public void a(c cVar) throws Exception { String str = this.a; String str2 = this.b; - String str3 = this.f1307c; + String str3 = this.f1309c; String str4 = this.d; int i = this.e; - String str5 = this.f.f1312y; + String str5 = this.f.f1314y; a aVar = d.a; a a = a.a(str); a a2 = a.a(str2); diff --git a/app/src/main/java/c/i/c/m/d/k/v0.java b/app/src/main/java/c/i/c/m/d/k/v0.java index 0e4d6150eb..7bcf328ca2 100644 --- a/app/src/main/java/c/i/c/m/d/k/v0.java +++ b/app/src/main/java/c/i/c/m/d/k/v0.java @@ -16,7 +16,7 @@ public class v0 implements w0 { public static final String b = Pattern.quote("/"); /* renamed from: c reason: collision with root package name */ - public final x0 f1308c; + public final x0 f1310c; public final Context d; public final String e; public final g f; @@ -27,7 +27,7 @@ public class v0 implements w0 { this.d = context; this.e = str; this.f = gVar; - this.f1308c = new x0(); + this.f1310c = new x0(); return; } throw new IllegalArgumentException("appIdentifier must not be null"); @@ -89,7 +89,7 @@ public class v0 implements w0 { public String c() { String str; - x0 x0Var = this.f1308c; + x0 x0Var = this.f1310c; Context context = this.d; synchronized (x0Var) { if (x0Var.a == null) { diff --git a/app/src/main/java/c/i/c/m/d/k/x.java b/app/src/main/java/c/i/c/m/d/k/x.java index 944e4e64a5..ac3005c07b 100644 --- a/app/src/main/java/c/i/c/m/d/k/x.java +++ b/app/src/main/java/c/i/c/m/d/k/x.java @@ -55,7 +55,7 @@ public class x { public static final FilenameFilter b = new b(); /* renamed from: c reason: collision with root package name */ - public static final Comparator f1309c = new c(); + public static final Comparator f1311c = new c(); public static final Comparator d = new d(); public static final Pattern e = Pattern.compile("([\\d|A-Z|a-z]{12}\\-[\\d|A-Z|a-z]{4}\\-[\\d|A-Z|a-z]{4}\\-[\\d|A-Z|a-z]{12}).+"); public static final Map f = Collections.singletonMap("X-CRASHLYTICS-SEND-FLAGS", "1"); @@ -79,20 +79,20 @@ public class x { public final b.AbstractC0140b r; /* renamed from: s reason: collision with root package name */ - public final j f1310s; + public final j f1312s; public final c.i.c.m.d.l.b t; public final c.i.c.m.d.q.a u; public final b.a v; public final c.i.c.m.d.a w; /* renamed from: x reason: collision with root package name */ - public final c.i.c.m.d.t.d f1311x; + public final c.i.c.m.d.t.d f1313x; /* renamed from: y reason: collision with root package name */ - public final String f1312y; + public final String f1314y; /* renamed from: z reason: collision with root package name */ - public final c.i.c.m.d.i.a f1313z; + public final c.i.c.m.d.i.a f1315z; /* compiled from: CrashlyticsController */ public class a extends h { @@ -269,24 +269,24 @@ public class x { this.q = bVar2; this.r = new h0(this); this.w = aVar2; - this.f1312y = bVar2.g.a(); - this.f1313z = aVar3; + this.f1314y = bVar2.g.a(); + this.f1315z = aVar3; f1 f1Var = new f1(); this.l = f1Var; j jVar = new j(hVar); - this.f1310s = jVar; + this.f1312s = jVar; c.i.c.m.d.l.b bVar4 = new c.i.c.m.d.l.b(context, jVar); this.t = bVar4; this.u = new c.i.c.m.d.q.a(new k(null)); this.v = new l(null); c.i.c.m.d.t.a aVar4 = new c.i.c.m.d.t.a(1024, new c.i.c.m.d.t.c(10)); - this.f1311x = aVar4; + this.f1313x = aVar4; File file = new File(new File(hVar.a.getFilesDir(), ".com.google.firebase.crashlytics").getPath()); n0 n0Var = new n0(context, v0Var, bVar2, aVar4); c.i.c.m.d.o.g gVar = new c.i.c.m.d.o.g(file, dVar); c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.r.c.a; c.i.a.b.j.n.b(context); - c.i.a.b.g c2 = c.i.a.b.j.n.a().c(new c.i.a.b.i.a(c.i.c.m.d.r.c.b, c.i.c.m.d.r.c.f1345c)); + c.i.a.b.g c2 = c.i.a.b.j.n.a().c(new c.i.a.b.i.a(c.i.c.m.d.r.c.b, c.i.c.m.d.r.c.f1347c)); c.i.a.b.b bVar5 = new c.i.a.b.b("json"); c.i.a.b.e eVar = c.i.c.m.d.r.c.d; this.A = new d1(n0Var, gVar, new c.i.c.m.d.r.c(((c.i.a.b.j.j) c2).a("FIREBASE_CRASHLYTICS_REPORT", v.class, bVar5, eVar), eVar), bVar4, f1Var); @@ -296,9 +296,9 @@ public class x { Throwable th; if (!file.exists()) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder L = c.d.b.a.a.L("Tried to include a file that doesn't exist: "); - L.append(file.getName()); - bVar.d(L.toString()); + StringBuilder K = c.d.b.a.a.K("Tried to include a file that doesn't exist: "); + K.append(file.getName()); + bVar.d(K.toString()); return; } FileInputStream fileInputStream = null; @@ -329,7 +329,7 @@ public class x { new g(xVar.o); String str3 = g.b; c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - c.d.b.a.a.g0("Opening a new session with ID ", str3, bVar); + c.d.b.a.a.f0("Opening a new session with ID ", str3, bVar); xVar.w.h(str3); Locale locale = Locale.US; String format = String.format(locale, "Crashlytics Android SDK/%s", "17.3.0"); @@ -341,9 +341,9 @@ public class x { String str5 = bVar2.e; String str6 = bVar2.f; String b2 = v0Var.b(); - int g2 = r0.f(xVar.q.f1294c).g(); + int g2 = r0.f(xVar.q.f1296c).g(); xVar.z(str3, "SessionApp", new v(xVar, str4, str5, str6, b2, g2)); - xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1312y); + xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1314y); String str7 = Build.VERSION.RELEASE; String str8 = Build.VERSION.CODENAME; boolean t = h.t(xVar.i); @@ -356,7 +356,7 @@ public class x { if (TextUtils.isEmpty(str9)) { bVar.b("Architecture#getValue()::Build.CPU_ABI returned null or empty"); } else { - h.b bVar4 = h.b.f1298s.get(str9.toLowerCase(locale)); + h.b bVar4 = h.b.f1300s.get(str9.toLowerCase(locale)); if (bVar4 != null) { bVar3 = bVar4; } @@ -392,10 +392,10 @@ public class x { String str15 = n0Var.e.f; Objects.requireNonNull(str15, "Null displayVersion"); bVar5.f = str15; - bVar5.f1320c = 4; + bVar5.f1322c = 4; f.b bVar6 = new f.b(); bVar6.b(false); - bVar6.f1322c = Long.valueOf(j2); + bVar6.f1324c = Long.valueOf(j2); Objects.requireNonNull(t2, "Null identifier"); bVar6.b = t2; String str16 = n0.a; @@ -419,10 +419,10 @@ public class x { Integer num2 = 3; Objects.requireNonNull(str7, "Null version"); Objects.requireNonNull(str8, "Null buildVersion"); - Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1301c)); + Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1303c)); String str20 = num2 == null ? " platform" : ""; if (valueOf == null) { - str20 = c.d.b.a.a.t(str20, " jailbroken"); + str20 = c.d.b.a.a.s(str20, " jailbroken"); } if (str20.isEmpty()) { bVar6.h = new t(num2.intValue(), str7, str8, valueOf.booleanValue(), null); @@ -434,13 +434,13 @@ public class x { int availableProcessors2 = Runtime.getRuntime().availableProcessors(); long p2 = h.p(); long blockCount2 = ((long) statFs2.getBlockCount()) * ((long) statFs2.getBlockSize()); - boolean r2 = h.r(n0Var.f1301c); - int k3 = h.k(n0Var.f1301c); + boolean r2 = h.r(n0Var.f1303c); + int k3 = h.k(n0Var.f1303c); i.b bVar7 = new i.b(); bVar7.a = Integer.valueOf(i2); Objects.requireNonNull(str10, "Null model"); bVar7.b = str10; - bVar7.f1325c = Integer.valueOf(availableProcessors2); + bVar7.f1327c = Integer.valueOf(availableProcessors2); bVar7.d = Long.valueOf(p2); bVar7.e = Long.valueOf(blockCount2); bVar7.f = Boolean.valueOf(r2); @@ -464,12 +464,12 @@ public class x { try { File h3 = gVar.h(g3); c.i.c.m.d.o.g.i(h3); - c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1341c.g(a3)); + c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1343c.g(a3)); } catch (IOException e2) { c.i.c.m.d.b.a.c("Could not persist report for session " + g3, e2); } } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str20)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str20)); } } @@ -497,9 +497,9 @@ public class x { arrayList.add(task); } catch (NumberFormatException unused2) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder L = c.d.b.a.a.L("Could not parse timestamp from file "); - L.append(file.getName()); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Could not parse timestamp from file "); + K.append(file.getName()); + bVar.b(K.toString()); } file.delete(); } @@ -523,24 +523,24 @@ public class x { cVar.r(5, 2); cVar.p(b2); cVar.l(2, a2); - StringBuilder L = c.d.b.a.a.L("Failed to flush to append to "); - L.append(file.getPath()); - h.h(cVar, L.toString()); + StringBuilder K = c.d.b.a.a.K("Failed to flush to append to "); + K.append(file.getPath()); + h.h(cVar, K.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); } catch (Throwable th2) { th = th2; - StringBuilder L2 = c.d.b.a.a.L("Failed to flush to append to "); - L2.append(file.getPath()); - h.h(cVar, L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Failed to flush to append to "); + K2.append(file.getPath()); + h.h(cVar, K2.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); throw th; } } catch (Throwable th3) { th = th3; fileOutputStream = null; - StringBuilder L2 = c.d.b.a.a.L("Failed to flush to append to "); - L2.append(file.getPath()); - h.h(cVar, L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Failed to flush to append to "); + K2.append(file.getPath()); + h.h(cVar, K2.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); throw th; } @@ -598,7 +598,7 @@ public class x { } public static void x(c.i.c.m.d.p.c cVar, File[] fileArr, String str) { - Arrays.sort(fileArr, h.f1297c); + Arrays.sort(fileArr, h.f1299c); for (File file : fileArr) { try { c.i.c.m.d.b.a.b(String.format(Locale.US, "Found Non Fatal for session ID %s in %s ", str, file.getName())); @@ -665,7 +665,7 @@ public class x { for (int i5 = 0; i5 < min; i5++) { hashSet.add(o(s2[i5])); } - File[] listFiles = ((j) this.t.f1316c).a().listFiles(); + File[] listFiles = ((j) this.t.f1318c).a().listFiles(); if (listFiles != null) { for (File file2 : listFiles) { String name = file2.getName(); @@ -795,14 +795,14 @@ public class x { String str5 = "user"; if (this.w.e(o)) { c.i.c.m.d.b bVar2 = c.i.c.m.d.b.a; - c.d.b.a.a.g0("Finalizing native report for session ", o, bVar2); + c.d.b.a.a.f0("Finalizing native report for session ", o, bVar2); c.i.c.m.d.d b3 = this.w.b(o); File d2 = b3.d(); if (d2 == null || !d2.exists()) { bVar2.g("No minidump data found for session " + o); } else { long lastModified = d2.lastModified(); - c.i.c.m.d.l.b bVar3 = new c.i.c.m.d.l.b(this.i, this.f1310s, o); + c.i.c.m.d.l.b bVar3 = new c.i.c.m.d.l.b(this.i, this.f1312s, o); File file4 = new File(m(), o); if (!file4.mkdirs()) { bVar2.b("Couldn't create native sessions directory"); @@ -865,7 +865,7 @@ public class x { File file5 = new File(gVar2.h(replaceAll), str4); File file6 = gVar2.j; try { - c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1341c; + c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1343c; b.C0131b bVar4 = (b.C0131b) hVar.f(c.i.c.m.d.o.g.j(file5)).i(); bVar4.g = null; bVar4.h = dVar; @@ -879,7 +879,7 @@ public class x { } } if (!this.w.a(o)) { - c.d.b.a.a.g0("Could not finalize native session: ", o, c.i.c.m.d.b.a); + c.d.b.a.a.f0("Could not finalize native session: ", o, c.i.c.m.d.b.a); } } c.i.c.m.d.b.a.b("Closing open sessions."); @@ -890,18 +890,18 @@ public class x { c.i.c.m.d.b bVar5 = c.i.c.m.d.b.a; bVar5.b("Closing session: " + o2); bVar5.b("Collecting session parts for ID " + o2); - File[] r2 = r(l(), new h(c.d.b.a.a.t(o2, "SessionCrash"))); + File[] r2 = r(l(), new h(c.d.b.a.a.s(o2, "SessionCrash"))); boolean z4 = r2.length > 0; Locale locale = Locale.US; bVar5.b(String.format(locale, "Session %s has fatal exception: %s", o2, Boolean.valueOf(z4))); - File[] r3 = r(l(), new h(c.d.b.a.a.t(o2, "SessionEvent"))); + File[] r3 = r(l(), new h(c.d.b.a.a.s(o2, "SessionEvent"))); boolean z5 = r3.length > 0; bVar5.b(String.format(locale, "Session %s has non-fatal exceptions: %s", o2, Boolean.valueOf(z5))); if (z4 || z5) { if (r3.length > i4) { bVar5.b(String.format(locale, "Trimming down to %d logged exceptions.", Integer.valueOf(i2))); v(o2, i4); - r3 = r(l(), new h(c.d.b.a.a.t(o2, "SessionEvent"))); + r3 = r(l(), new h(c.d.b.a.a.s(o2, "SessionEvent"))); } File file8 = z4 ? r2[0] : null; boolean z6 = file8 != null; @@ -1012,7 +1012,7 @@ public class x { throw th; } } else { - c.d.b.a.a.g0("No events present for session ID ", o2, bVar5); + c.d.b.a.a.f0("No events present for session ID ", o2, bVar5); str3 = str5; } c.i.c.m.d.b.a.b("Removing session part files for ID " + o2); @@ -1040,15 +1040,15 @@ public class x { } for (File file11 : f2) { c.i.c.m.d.b bVar6 = c.i.c.m.d.b.a; - StringBuilder L = c.d.b.a.a.L("Finalizing report for session "); - L.append(file11.getName()); - bVar6.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Finalizing report for session "); + K.append(file11.getName()); + bVar6.b(K.toString()); List g2 = c.i.c.m.d.o.g.g(file11, c.i.c.m.d.o.g.e); if (g2.isEmpty()) { - StringBuilder L2 = c.d.b.a.a.L("Session "); - L2.append(file11.getName()); - L2.append(" has no events."); - bVar6.b(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Session "); + K2.append(file11.getName()); + K2.append(" has no events."); + bVar6.b(K2.toString()); } else { Collections.sort(g2); ArrayList arrayList4 = new ArrayList(); @@ -1061,7 +1061,7 @@ public class x { } File next = it3.next(); try { - c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1341c; + c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1343c; String j4 = c.i.c.m.d.o.g.j(next); Objects.requireNonNull(hVar2); try { @@ -1090,9 +1090,9 @@ public class x { } if (arrayList4.isEmpty()) { c.i.c.m.d.b bVar7 = c.i.c.m.d.b.a; - StringBuilder L3 = c.d.b.a.a.L("Could not parse event files for session "); - L3.append(file11.getName()); - bVar7.b(L3.toString()); + StringBuilder K3 = c.d.b.a.a.K("Could not parse event files for session "); + K3.append(file11.getName()); + bVar7.b(K3.toString()); } else { File file12 = new File(file11, str5); if (file12.isFile()) { @@ -1100,14 +1100,14 @@ public class x { str2 = c.i.c.m.d.o.g.j(file12); } catch (IOException e13) { c.i.c.m.d.b bVar8 = c.i.c.m.d.b.a; - StringBuilder L4 = c.d.b.a.a.L("Could not read user ID file in "); - L4.append(file11.getName()); - bVar8.c(L4.toString(), e13); + StringBuilder K4 = c.d.b.a.a.K("Could not read user ID file in "); + K4.append(file11.getName()); + bVar8.c(K4.toString(), e13); } str = str6; file = new File(file11, str); File file13 = !z3 ? gVar.h : gVar.i; - c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1341c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1343c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); w wVar = new w<>(arrayList4); if (j2.h() == null) { @@ -1134,7 +1134,7 @@ public class x { if (!z3) { } try { - c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1341c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1343c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); w wVar = new w<>(arrayList4); if (j2.h() == null) { @@ -1240,7 +1240,7 @@ public class x { public final File[] s() { File[] r = r(l(), a); - Arrays.sort(r, f1309c); + Arrays.sort(r, f1311c); return r; } @@ -1273,7 +1273,7 @@ public class x { bVar.b("Notifying that unsent reports are available."); this.C.b(Boolean.TRUE); q0 q0Var = this.j; - synchronized (q0Var.f1303c) { + synchronized (q0Var.f1305c) { b0Var = q0Var.d.a; } Task q2 = b0Var.q(new e0(this)); @@ -1290,13 +1290,13 @@ public class x { } public final void v(String str, int i2) { - h1.b(l(), new h(c.d.b.a.a.t(str, "SessionEvent")), i2, d); + h1.b(l(), new h(c.d.b.a.a.s(str, "SessionEvent")), i2, d); } public final void w(c.i.c.m.d.p.c cVar, String str) throws IOException { String[] strArr = g; for (String str2 : strArr) { - File[] r = r(l(), new h(c.d.b.a.a.u(str, str2, ".cls"))); + File[] r = r(l(), new h(c.d.b.a.a.t(str, str2, ".cls"))); if (r.length == 0) { c.i.c.m.d.b.a.b("Can't find " + str2 + " data for session ID " + str); } else { @@ -1327,7 +1327,7 @@ public class x { int length; int i2; Map map; - c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1311x); + c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1313x); Context context = this.i; e a2 = e.a(context); Float f2 = a2.a; @@ -1341,7 +1341,7 @@ public class x { long a3 = h.a(Environment.getDataDirectory().getPath()); ActivityManager.RunningAppProcessInfo i4 = h.i(context.getPackageName(), context); LinkedList linkedList = new LinkedList(); - StackTraceElement[] stackTraceElementArr = eVar.f1351c; + StackTraceElement[] stackTraceElementArr = eVar.f1353c; String str3 = this.q.b; String str4 = this.o.e; if (z2) { @@ -1350,7 +1350,7 @@ public class x { int i5 = 0; for (Map.Entry entry : allStackTraces.entrySet()) { threadArr2[i5] = entry.getKey(); - linkedList.add(this.f1311x.a(entry.getValue())); + linkedList.add(this.f1313x.a(entry.getValue())); i5++; threadArr2 = threadArr2; } diff --git a/app/src/main/java/c/i/c/m/d/k/y.java b/app/src/main/java/c/i/c/m/d/k/y.java index 7ceff8c75d..19f796d788 100644 --- a/app/src/main/java/c/i/c/m/d/k/y.java +++ b/app/src/main/java/c/i/c/m/d/k/y.java @@ -11,7 +11,7 @@ public class y implements x.g { public final /* synthetic */ int b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ long f1315c; + public final /* synthetic */ long f1317c; public final /* synthetic */ long d; public final /* synthetic */ boolean e; public final /* synthetic */ int f; @@ -19,7 +19,7 @@ public class y implements x.g { public y(x xVar, int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3) { this.a = i; this.b = i2; - this.f1315c = j; + this.f1317c = j; this.d = j2; this.e = z2; this.f = i3; @@ -30,7 +30,7 @@ public class y implements x.g { int i = this.a; String str = Build.MODEL; int i2 = this.b; - long j = this.f1315c; + long j = this.f1317c; long j2 = this.d; boolean z2 = this.e; int i3 = this.f; diff --git a/app/src/main/java/c/i/c/m/d/k/z0.java b/app/src/main/java/c/i/c/m/d/k/z0.java index 709c3cfb3d..555cde027f 100644 --- a/app/src/main/java/c/i/c/m/d/k/z0.java +++ b/app/src/main/java/c/i/c/m/d/k/z0.java @@ -28,11 +28,11 @@ public class z0 { @NonNull public File a(String str) { - return new File(this.b, a.u(str, "keys", ".meta")); + return new File(this.b, a.t(str, "keys", ".meta")); } @NonNull public File b(String str) { - return new File(this.b, a.u(str, "user", ".meta")); + return new File(this.b, a.t(str, "user", ".meta")); } } diff --git a/app/src/main/java/c/i/c/m/d/l/b.java b/app/src/main/java/c/i/c/m/d/l/b.java index 25d21ba118..6f4cceeabd 100644 --- a/app/src/main/java/c/i/c/m/d/l/b.java +++ b/app/src/main/java/c/i/c/m/d/l/b.java @@ -10,7 +10,7 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public final AbstractC0128b f1316c; + public final AbstractC0128b f1318c; public a d = a; /* compiled from: LogFileManager */ @@ -48,13 +48,13 @@ public class b { public b(Context context, AbstractC0128b bVar) { this.b = context; - this.f1316c = bVar; + this.f1318c = bVar; a(null); } public b(Context context, AbstractC0128b bVar, String str) { this.b = context; - this.f1316c = bVar; + this.f1318c = bVar; a(str); } @@ -66,7 +66,7 @@ public class b { c.i.c.m.d.b.a.b("Preferences requested no custom logs. Aborting log file creation."); return; } - this.d = new e(new File(((x.j) this.f1316c).a(), c.d.b.a.a.u("crashlytics-userlog-", str, ".temp")), 65536); + this.d = new e(new File(((x.j) this.f1318c).a(), c.d.b.a.a.t("crashlytics-userlog-", str, ".temp")), 65536); } } } diff --git a/app/src/main/java/c/i/c/m/d/l/c.java b/app/src/main/java/c/i/c/m/d/l/c.java index 6100f5c497..52cb4fb87b 100644 --- a/app/src/main/java/c/i/c/m/d/l/c.java +++ b/app/src/main/java/c/i/c/m/d/l/c.java @@ -46,11 +46,11 @@ public class c implements Closeable { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1317c; + public final int f1319c; public b(int i, int i2) { this.b = i; - this.f1317c = i2; + this.f1319c = i2; } public String toString() { @@ -59,7 +59,7 @@ public class c implements Closeable { sb.append("[position = "); sb.append(this.b); sb.append(", length = "); - return c.d.b.a.a.y(sb, this.f1317c, "]"); + return c.d.b.a.a.w(sb, this.f1319c, "]"); } } @@ -73,7 +73,7 @@ public class c implements Closeable { int i = bVar.b + 4; int i2 = c.this.k; this.i = i >= i2 ? (i + 16) - i2 : i; - this.j = bVar.f1317c; + this.j = bVar.f1319c; } @Override // java.io.InputStream @@ -152,11 +152,11 @@ public class c implements Closeable { this.n = p(r3); return; } - StringBuilder L = c.d.b.a.a.L("File is truncated. Expected length: "); - L.append(this.k); - L.append(", Actual length: "); - L.append(randomAccessFile2.length()); - throw new IOException(L.toString()); + StringBuilder K = c.d.b.a.a.K("File is truncated. Expected length: "); + K.append(this.k); + K.append(", Actual length: "); + K.append(randomAccessFile2.length()); + throw new IOException(K.toString()); } public static void C(byte[] bArr, int i2, int i3) { @@ -199,7 +199,7 @@ public class c implements Closeable { i2 = 16; } else { b bVar = this.n; - i2 = z(bVar.b + 4 + bVar.f1317c); + i2 = z(bVar.b + 4 + bVar.f1319c); } b bVar2 = new b(i2, length); C(this.o, 0, length); @@ -247,7 +247,7 @@ public class c implements Closeable { this.j.setLength((long) i4); this.j.getChannel().force(true); b bVar = this.n; - int z2 = z(bVar.b + 4 + bVar.f1317c); + int z2 = z(bVar.b + 4 + bVar.f1319c); if (z2 < this.m.b) { FileChannel channel = this.j.getChannel(); channel.position((long) this.k); @@ -261,7 +261,7 @@ public class c implements Closeable { if (i5 < i6) { int i7 = (this.k + i5) - 16; B(i4, this.l, i6, i7); - this.n = new b(i7, this.n.f1317c); + this.n = new b(i7, this.n.f1319c); } else { B(i4, this.l, i6, i5); } @@ -273,8 +273,8 @@ public class c implements Closeable { int i2 = this.m.b; for (int i3 = 0; i3 < this.l; i3++) { b p = p(i2); - dVar.a(new C0129c(p, null), p.f1317c); - i2 = z(p.b + 4 + p.f1317c); + dVar.a(new C0129c(p, null), p.f1319c); + i2 = z(p.b + 4 + p.f1319c); } } @@ -297,7 +297,7 @@ public class c implements Closeable { c(); } else { b bVar = this.m; - int z2 = z(bVar.b + 4 + bVar.f1317c); + int z2 = z(bVar.b + 4 + bVar.f1319c); t(z2, this.o, 0, 4); int r = r(this.o, 0); B(this.k, this.l - 1, z2, this.n.b); @@ -370,7 +370,7 @@ public class c implements Closeable { b bVar = this.n; int i2 = bVar.b; int i3 = this.m.b; - return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1317c + 16 : (((i2 + 4) + bVar.f1317c) + this.k) - i3; + return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1319c + 16 : (((i2 + 4) + bVar.f1319c) + this.k) - i3; } public final int z(int i2) { diff --git a/app/src/main/java/c/i/c/m/d/l/e.java b/app/src/main/java/c/i/c/m/d/l/e.java index 0e540f20cc..8178999309 100644 --- a/app/src/main/java/c/i/c/m/d/l/e.java +++ b/app/src/main/java/c/i/c/m/d/l/e.java @@ -13,7 +13,7 @@ public class e implements a { public final File b; /* renamed from: c reason: collision with root package name */ - public final int f1318c; + public final int f1320c; public c d; /* compiled from: QueueFileLogStore */ @@ -29,7 +29,7 @@ public class e implements a { public e(File file, int i) { this.b = file; - this.f1318c = i; + this.f1320c = i; } @Override // c.i.c.m.d.l.a @@ -95,12 +95,12 @@ public class e implements a { str = "null"; } try { - int i = this.f1318c / 4; + int i = this.f1320c / 4; if (str.length() > i) { str = "..." + str.substring(str.length() - i); } this.d.b(String.format(Locale.US, "%d %s%n", Long.valueOf(j), str.replaceAll("\r", " ").replaceAll("\n", " ")).getBytes(a)); - while (!this.d.f() && this.d.x() > this.f1318c) { + while (!this.d.f() && this.d.x() > this.f1320c) { this.d.s(); } } catch (IOException e) { @@ -117,9 +117,9 @@ public class e implements a { this.d = new c(this.b); } catch (IOException e) { b bVar = b.a; - StringBuilder L = c.d.b.a.a.L("Could not open log file: "); - L.append(this.b); - bVar.e(L.toString(), e); + StringBuilder K = c.d.b.a.a.K("Could not open log file: "); + K.append(this.b); + bVar.e(K.toString(), e); } } } diff --git a/app/src/main/java/c/i/c/m/d/m/a.java b/app/src/main/java/c/i/c/m/d/m/a.java index 8bb40af0c5..905d90c06f 100644 --- a/app/src/main/java/c/i/c/m/d/m/a.java +++ b/app/src/main/java/c/i/c/m/d/m/a.java @@ -333,103 +333,103 @@ public final class a implements c.i.c.p.g.a { b bVar2 = b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(v.class, bVar2); - eVar.f1356c.remove(v.class); + eVar.f1358c.remove(v.class); eVar.b.put(b.class, bVar2); - eVar.f1356c.remove(b.class); + eVar.f1358c.remove(b.class); h hVar = h.a; eVar.b.put(v.d.class, hVar); - eVar.f1356c.remove(v.d.class); + eVar.f1358c.remove(v.d.class); eVar.b.put(f.class, hVar); - eVar.f1356c.remove(f.class); + eVar.f1358c.remove(f.class); e eVar2 = e.a; eVar.b.put(v.d.a.class, eVar2); - eVar.f1356c.remove(v.d.a.class); + eVar.f1358c.remove(v.d.a.class); eVar.b.put(g.class, eVar2); - eVar.f1356c.remove(g.class); + eVar.f1358c.remove(g.class); f fVar = f.a; eVar.b.put(v.d.a.AbstractC0132a.class, fVar); - eVar.f1356c.remove(v.d.a.AbstractC0132a.class); + eVar.f1358c.remove(v.d.a.AbstractC0132a.class); eVar.b.put(h.class, fVar); - eVar.f1356c.remove(h.class); + eVar.f1358c.remove(h.class); t tVar = t.a; eVar.b.put(v.d.f.class, tVar); - eVar.f1356c.remove(v.d.f.class); + eVar.f1358c.remove(v.d.f.class); eVar.b.put(u.class, tVar); - eVar.f1356c.remove(u.class); + eVar.f1358c.remove(u.class); s sVar = s.a; eVar.b.put(v.d.e.class, sVar); - eVar.f1356c.remove(v.d.e.class); + eVar.f1358c.remove(v.d.e.class); eVar.b.put(t.class, sVar); - eVar.f1356c.remove(t.class); + eVar.f1358c.remove(t.class); g gVar = g.a; eVar.b.put(v.d.c.class, gVar); - eVar.f1356c.remove(v.d.c.class); + eVar.f1358c.remove(v.d.c.class); eVar.b.put(i.class, gVar); - eVar.f1356c.remove(i.class); + eVar.f1358c.remove(i.class); q qVar = q.a; eVar.b.put(v.d.AbstractC0133d.class, qVar); - eVar.f1356c.remove(v.d.AbstractC0133d.class); + eVar.f1358c.remove(v.d.AbstractC0133d.class); eVar.b.put(j.class, qVar); - eVar.f1356c.remove(j.class); + eVar.f1358c.remove(j.class); i iVar = i.a; eVar.b.put(v.d.AbstractC0133d.a.class, iVar); - eVar.f1356c.remove(v.d.AbstractC0133d.a.class); + eVar.f1358c.remove(v.d.AbstractC0133d.a.class); eVar.b.put(k.class, iVar); - eVar.f1356c.remove(k.class); + eVar.f1358c.remove(k.class); k kVar = k.a; eVar.b.put(v.d.AbstractC0133d.a.b.class, kVar); - eVar.f1356c.remove(v.d.AbstractC0133d.a.b.class); + eVar.f1358c.remove(v.d.AbstractC0133d.a.b.class); eVar.b.put(l.class, kVar); - eVar.f1356c.remove(l.class); + eVar.f1358c.remove(l.class); n nVar = n.a; eVar.b.put(v.d.AbstractC0133d.a.b.AbstractC0137d.class, nVar); - eVar.f1356c.remove(v.d.AbstractC0133d.a.b.AbstractC0137d.class); + eVar.f1358c.remove(v.d.AbstractC0133d.a.b.AbstractC0137d.class); eVar.b.put(p.class, nVar); - eVar.f1356c.remove(p.class); + eVar.f1358c.remove(p.class); o oVar = o.a; eVar.b.put(v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138a.class, oVar); - eVar.f1356c.remove(v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138a.class); + eVar.f1358c.remove(v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138a.class); eVar.b.put(q.class, oVar); - eVar.f1356c.remove(q.class); + eVar.f1358c.remove(q.class); l lVar = l.a; eVar.b.put(v.d.AbstractC0133d.a.b.AbstractC0136b.class, lVar); - eVar.f1356c.remove(v.d.AbstractC0133d.a.b.AbstractC0136b.class); + eVar.f1358c.remove(v.d.AbstractC0133d.a.b.AbstractC0136b.class); eVar.b.put(n.class, lVar); - eVar.f1356c.remove(n.class); + eVar.f1358c.remove(n.class); m mVar = m.a; eVar.b.put(v.d.AbstractC0133d.a.b.c.class, mVar); - eVar.f1356c.remove(v.d.AbstractC0133d.a.b.c.class); + eVar.f1358c.remove(v.d.AbstractC0133d.a.b.c.class); eVar.b.put(o.class, mVar); - eVar.f1356c.remove(o.class); + eVar.f1358c.remove(o.class); j jVar = j.a; eVar.b.put(v.d.AbstractC0133d.a.b.AbstractC0135a.class, jVar); - eVar.f1356c.remove(v.d.AbstractC0133d.a.b.AbstractC0135a.class); + eVar.f1358c.remove(v.d.AbstractC0133d.a.b.AbstractC0135a.class); eVar.b.put(m.class, jVar); - eVar.f1356c.remove(m.class); + eVar.f1358c.remove(m.class); C0130a aVar = C0130a.a; eVar.b.put(v.b.class, aVar); - eVar.f1356c.remove(v.b.class); + eVar.f1358c.remove(v.b.class); eVar.b.put(c.class, aVar); - eVar.f1356c.remove(c.class); + eVar.f1358c.remove(c.class); p pVar = p.a; eVar.b.put(v.d.AbstractC0133d.b.class, pVar); - eVar.f1356c.remove(v.d.AbstractC0133d.b.class); + eVar.f1358c.remove(v.d.AbstractC0133d.b.class); eVar.b.put(r.class, pVar); - eVar.f1356c.remove(r.class); + eVar.f1358c.remove(r.class); r rVar = r.a; eVar.b.put(v.d.AbstractC0133d.c.class, rVar); - eVar.f1356c.remove(v.d.AbstractC0133d.c.class); + eVar.f1358c.remove(v.d.AbstractC0133d.c.class); eVar.b.put(s.class, rVar); - eVar.f1356c.remove(s.class); + eVar.f1358c.remove(s.class); c cVar = c.a; eVar.b.put(v.c.class, cVar); - eVar.f1356c.remove(v.c.class); + eVar.f1358c.remove(v.c.class); eVar.b.put(d.class, cVar); - eVar.f1356c.remove(d.class); + eVar.f1358c.remove(d.class); d dVar = d.a; eVar.b.put(v.c.a.class, dVar); - eVar.f1356c.remove(v.c.a.class); + eVar.f1358c.remove(v.c.a.class); eVar.b.put(e.class, dVar); - eVar.f1356c.remove(e.class); + eVar.f1358c.remove(e.class); } } diff --git a/app/src/main/java/c/i/c/m/d/m/b.java b/app/src/main/java/c/i/c/m/d/m/b.java index 8f68c5101a..2149d3f30c 100644 --- a/app/src/main/java/c/i/c/m/d/m/b.java +++ b/app/src/main/java/c/i/c/m/d/m/b.java @@ -8,7 +8,7 @@ public final class b extends v { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1319c; + public final String f1321c; public final int d; public final String e; public final String f; @@ -23,7 +23,7 @@ public final class b extends v { public String b; /* renamed from: c reason: collision with root package name */ - public Integer f1320c; + public Integer f1322c; public String d; public String e; public String f; @@ -36,8 +36,8 @@ public final class b extends v { public C0131b(v vVar, a aVar) { b bVar = (b) vVar; this.a = bVar.b; - this.b = bVar.f1319c; - this.f1320c = Integer.valueOf(bVar.d); + this.b = bVar.f1321c; + this.f1322c = Integer.valueOf(bVar.d); this.d = bVar.e; this.e = bVar.f; this.f = bVar.g; @@ -49,30 +49,30 @@ public final class b extends v { public v a() { String str = this.a == null ? " sdkVersion" : ""; if (this.b == null) { - str = c.d.b.a.a.t(str, " gmpAppId"); + str = c.d.b.a.a.s(str, " gmpAppId"); } - if (this.f1320c == null) { - str = c.d.b.a.a.t(str, " platform"); + if (this.f1322c == null) { + str = c.d.b.a.a.s(str, " platform"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " installationUuid"); + str = c.d.b.a.a.s(str, " installationUuid"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " buildVersion"); + str = c.d.b.a.a.s(str, " buildVersion"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " displayVersion"); + str = c.d.b.a.a.s(str, " displayVersion"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f1320c.intValue(), this.d, this.e, this.f, this.g, this.h, null); + return new b(this.a, this.b, this.f1322c.intValue(), this.d, this.e, this.f, this.g, this.h, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } } public b(String str, String str2, int i, String str3, String str4, String str5, v.d dVar, v.c cVar, a aVar) { this.b = str; - this.f1319c = str2; + this.f1321c = str2; this.d = i; this.e = str3; this.f = str4; @@ -96,7 +96,7 @@ public final class b extends v { @Override // c.i.c.m.d.m.v @NonNull public String c() { - return this.f1319c; + return this.f1321c; } @Override // c.i.c.m.d.m.v @@ -120,7 +120,7 @@ public final class b extends v { return false; } v vVar = (v) obj; - if (this.b.equals(vVar.g()) && this.f1319c.equals(vVar.c()) && this.d == vVar.f() && this.e.equals(vVar.d()) && this.f.equals(vVar.a()) && this.g.equals(vVar.b()) && ((dVar = this.h) != null ? dVar.equals(vVar.h()) : vVar.h() == null)) { + if (this.b.equals(vVar.g()) && this.f1321c.equals(vVar.c()) && this.d == vVar.f() && this.e.equals(vVar.d()) && this.f.equals(vVar.a()) && this.g.equals(vVar.b()) && ((dVar = this.h) != null ? dVar.equals(vVar.h()) : vVar.h() == null)) { v.c cVar = this.i; if (cVar == null) { if (vVar.e() == null) { @@ -151,7 +151,7 @@ public final class b extends v { } public int hashCode() { - int hashCode = (((((((((((this.b.hashCode() ^ 1000003) * 1000003) ^ this.f1319c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; + int hashCode = (((((((((((this.b.hashCode() ^ 1000003) * 1000003) ^ this.f1321c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; v.d dVar = this.h; int i = 0; int hashCode2 = (hashCode ^ (dVar == null ? 0 : dVar.hashCode())) * 1000003; @@ -168,23 +168,23 @@ public final class b extends v { } public String toString() { - StringBuilder L = c.d.b.a.a.L("CrashlyticsReport{sdkVersion="); - L.append(this.b); - L.append(", gmpAppId="); - L.append(this.f1319c); - L.append(", platform="); - L.append(this.d); - L.append(", installationUuid="); - L.append(this.e); - L.append(", buildVersion="); - L.append(this.f); - L.append(", displayVersion="); - L.append(this.g); - L.append(", session="); - L.append(this.h); - L.append(", ndkPayload="); - L.append(this.i); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("CrashlyticsReport{sdkVersion="); + K.append(this.b); + K.append(", gmpAppId="); + K.append(this.f1321c); + K.append(", platform="); + K.append(this.d); + K.append(", installationUuid="); + K.append(this.e); + K.append(", buildVersion="); + K.append(this.f); + K.append(", displayVersion="); + K.append(this.g); + K.append(", session="); + K.append(this.h); + K.append(", ndkPayload="); + K.append(this.i); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/c/m/d/m/c.java b/app/src/main/java/c/i/c/m/d/m/c.java index 163f9386f3..32b0e6dff7 100644 --- a/app/src/main/java/c/i/c/m/d/m/c.java +++ b/app/src/main/java/c/i/c/m/d/m/c.java @@ -40,9 +40,9 @@ public final class c extends v.b { } public String toString() { - StringBuilder L = c.d.b.a.a.L("CustomAttribute{key="); - L.append(this.a); - L.append(", value="); - return c.d.b.a.a.D(L, this.b, "}"); + StringBuilder K = c.d.b.a.a.K("CustomAttribute{key="); + K.append(this.a); + K.append(", value="); + return c.d.b.a.a.C(K, this.b, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/d.java b/app/src/main/java/c/i/c/m/d/m/d.java index 49e87e058e..a482196bf4 100644 --- a/app/src/main/java/c/i/c/m/d/m/d.java +++ b/app/src/main/java/c/i/c/m/d/m/d.java @@ -53,9 +53,9 @@ public final class d extends v.c { } public String toString() { - StringBuilder L = c.d.b.a.a.L("FilesPayload{files="); - L.append(this.a); - L.append(", orgId="); - return c.d.b.a.a.D(L, this.b, "}"); + StringBuilder K = c.d.b.a.a.K("FilesPayload{files="); + K.append(this.a); + K.append(", orgId="); + return c.d.b.a.a.C(K, this.b, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/e.java b/app/src/main/java/c/i/c/m/d/m/e.java index c5404089d8..40c9f4a33e 100644 --- a/app/src/main/java/c/i/c/m/d/m/e.java +++ b/app/src/main/java/c/i/c/m/d/m/e.java @@ -46,11 +46,11 @@ public final class e extends v.c.a { } public String toString() { - StringBuilder L = c.d.b.a.a.L("File{filename="); - L.append(this.a); - L.append(", contents="); - L.append(Arrays.toString(this.b)); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("File{filename="); + K.append(this.a); + K.append(", contents="); + K.append(Arrays.toString(this.b)); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/c/m/d/m/f.java b/app/src/main/java/c/i/c/m/d/m/f.java index 8d30990f7a..468d9afc48 100644 --- a/app/src/main/java/c/i/c/m/d/m/f.java +++ b/app/src/main/java/c/i/c/m/d/m/f.java @@ -9,7 +9,7 @@ public final class f extends v.d { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1321c; + public final long f1323c; public final Long d; public final boolean e; public final v.d.a f; @@ -25,7 +25,7 @@ public final class f extends v.d { public String b; /* renamed from: c reason: collision with root package name */ - public Long f1322c; + public Long f1324c; public Long d; public Boolean e; public v.d.a f; @@ -42,7 +42,7 @@ public final class f extends v.d { f fVar = (f) dVar; this.a = fVar.a; this.b = fVar.b; - this.f1322c = Long.valueOf(fVar.f1321c); + this.f1324c = Long.valueOf(fVar.f1323c); this.d = fVar.d; this.e = Boolean.valueOf(fVar.e); this.f = fVar.f; @@ -57,24 +57,24 @@ public final class f extends v.d { public v.d a() { String str = this.a == null ? " generator" : ""; if (this.b == null) { - str = c.d.b.a.a.t(str, " identifier"); + str = c.d.b.a.a.s(str, " identifier"); } - if (this.f1322c == null) { - str = c.d.b.a.a.t(str, " startedAt"); + if (this.f1324c == null) { + str = c.d.b.a.a.s(str, " startedAt"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " crashed"); + str = c.d.b.a.a.s(str, " crashed"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " app"); + str = c.d.b.a.a.s(str, " app"); } if (this.k == null) { - str = c.d.b.a.a.t(str, " generatorType"); + str = c.d.b.a.a.s(str, " generatorType"); } if (str.isEmpty()) { - return new f(this.a, this.b, this.f1322c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); + return new f(this.a, this.b, this.f1324c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } public v.d.b b(boolean z2) { @@ -86,7 +86,7 @@ public final class f extends v.d { public f(String str, String str2, long j, Long l, boolean z2, v.d.a aVar, v.d.f fVar, v.d.e eVar, v.d.c cVar, w wVar, int i, a aVar2) { this.a = str; this.b = str2; - this.f1321c = j; + this.f1323c = j; this.d = l; this.e = z2; this.f = aVar; @@ -140,7 +140,7 @@ public final class f extends v.d { return false; } v.d dVar = (v.d) obj; - return this.a.equals(dVar.e()) && this.b.equals(dVar.g()) && this.f1321c == dVar.i() && ((l = this.d) != null ? l.equals(dVar.c()) : dVar.c() == null) && this.e == dVar.k() && this.f.equals(dVar.a()) && ((fVar = this.g) != null ? fVar.equals(dVar.j()) : dVar.j() == null) && ((eVar = this.h) != null ? eVar.equals(dVar.h()) : dVar.h() == null) && ((cVar = this.i) != null ? cVar.equals(dVar.b()) : dVar.b() == null) && ((wVar = this.j) != null ? wVar.equals(dVar.d()) : dVar.d() == null) && this.k == dVar.f(); + return this.a.equals(dVar.e()) && this.b.equals(dVar.g()) && this.f1323c == dVar.i() && ((l = this.d) != null ? l.equals(dVar.c()) : dVar.c() == null) && this.e == dVar.k() && this.f.equals(dVar.a()) && ((fVar = this.g) != null ? fVar.equals(dVar.j()) : dVar.j() == null) && ((eVar = this.h) != null ? eVar.equals(dVar.h()) : dVar.h() == null) && ((cVar = this.i) != null ? cVar.equals(dVar.b()) : dVar.b() == null) && ((wVar = this.j) != null ? wVar.equals(dVar.d()) : dVar.d() == null) && this.k == dVar.f(); } @Override // c.i.c.m.d.m.v.d @@ -161,7 +161,7 @@ public final class f extends v.d { } public int hashCode() { - long j = this.f1321c; + long j = this.f1323c; int hashCode = (((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; Long l = this.d; int i = 0; @@ -181,7 +181,7 @@ public final class f extends v.d { @Override // c.i.c.m.d.m.v.d public long i() { - return this.f1321c; + return this.f1323c; } @Override // c.i.c.m.d.m.v.d @@ -201,27 +201,27 @@ public final class f extends v.d { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Session{generator="); - L.append(this.a); - L.append(", identifier="); - L.append(this.b); - L.append(", startedAt="); - L.append(this.f1321c); - L.append(", endedAt="); - L.append(this.d); - L.append(", crashed="); - L.append(this.e); - L.append(", app="); - L.append(this.f); - L.append(", user="); - L.append(this.g); - L.append(", os="); - L.append(this.h); - L.append(", device="); - L.append(this.i); - L.append(", events="); - L.append(this.j); - L.append(", generatorType="); - return c.d.b.a.a.y(L, this.k, "}"); + StringBuilder K = c.d.b.a.a.K("Session{generator="); + K.append(this.a); + K.append(", identifier="); + K.append(this.b); + K.append(", startedAt="); + K.append(this.f1323c); + K.append(", endedAt="); + K.append(this.d); + K.append(", crashed="); + K.append(this.e); + K.append(", app="); + K.append(this.f); + K.append(", user="); + K.append(this.g); + K.append(", os="); + K.append(this.h); + K.append(", device="); + K.append(this.i); + K.append(", events="); + K.append(this.j); + K.append(", generatorType="); + return c.d.b.a.a.w(K, this.k, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/g.java b/app/src/main/java/c/i/c/m/d/m/g.java index 3e1c1f93b8..70b77e3f27 100644 --- a/app/src/main/java/c/i/c/m/d/m/g.java +++ b/app/src/main/java/c/i/c/m/d/m/g.java @@ -9,7 +9,7 @@ public final class g extends v.d.a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1323c; + public final String f1325c; public final v.d.a.AbstractC0132a d = null; public final String e; public final String f; @@ -18,7 +18,7 @@ public final class g extends v.d.a { public g(String str, String str2, String str3, v.d.a.AbstractC0132a aVar, String str4, String str5, String str6, a aVar2) { this.a = str; this.b = str2; - this.f1323c = str3; + this.f1325c = str3; this.e = str4; this.f = str5; this.g = str6; @@ -39,7 +39,7 @@ public final class g extends v.d.a { @Override // c.i.c.m.d.m.v.d.a @Nullable public String c() { - return this.f1323c; + return this.f1325c; } @Override // c.i.c.m.d.m.v.d.a @@ -66,7 +66,7 @@ public final class g extends v.d.a { return false; } v.d.a aVar2 = (v.d.a) obj; - if (this.a.equals(aVar2.d()) && this.b.equals(aVar2.g()) && ((str = this.f1323c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { + if (this.a.equals(aVar2.d()) && this.b.equals(aVar2.g()) && ((str = this.f1325c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { String str4 = this.g; if (str4 == null) { if (aVar2.b() == null) { @@ -93,7 +93,7 @@ public final class g extends v.d.a { public int hashCode() { int hashCode = (((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003; - String str = this.f1323c; + String str = this.f1325c; int i = 0; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; v.d.a.AbstractC0132a aVar = this.d; @@ -110,19 +110,19 @@ public final class g extends v.d.a { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Application{identifier="); - L.append(this.a); - L.append(", version="); - L.append(this.b); - L.append(", displayVersion="); - L.append(this.f1323c); - L.append(", organization="); - L.append(this.d); - L.append(", installationUuid="); - L.append(this.e); - L.append(", developmentPlatform="); - L.append(this.f); - L.append(", developmentPlatformVersion="); - return c.d.b.a.a.D(L, this.g, "}"); + StringBuilder K = c.d.b.a.a.K("Application{identifier="); + K.append(this.a); + K.append(", version="); + K.append(this.b); + K.append(", displayVersion="); + K.append(this.f1325c); + K.append(", organization="); + K.append(this.d); + K.append(", installationUuid="); + K.append(this.e); + K.append(", developmentPlatform="); + K.append(this.f); + K.append(", developmentPlatformVersion="); + return c.d.b.a.a.C(K, this.g, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/i.java b/app/src/main/java/c/i/c/m/d/m/i.java index 12566d30bb..19eedff30b 100644 --- a/app/src/main/java/c/i/c/m/d/m/i.java +++ b/app/src/main/java/c/i/c/m/d/m/i.java @@ -8,7 +8,7 @@ public final class i extends v.d.c { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1324c; + public final int f1326c; public final long d; public final long e; public final boolean f; @@ -22,7 +22,7 @@ public final class i extends v.d.c { public String b; /* renamed from: c reason: collision with root package name */ - public Integer f1325c; + public Integer f1327c; public Long d; public Long e; public Boolean f; @@ -33,40 +33,40 @@ public final class i extends v.d.c { public v.d.c a() { String str = this.a == null ? " arch" : ""; if (this.b == null) { - str = c.d.b.a.a.t(str, " model"); + str = c.d.b.a.a.s(str, " model"); } - if (this.f1325c == null) { - str = c.d.b.a.a.t(str, " cores"); + if (this.f1327c == null) { + str = c.d.b.a.a.s(str, " cores"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " ram"); + str = c.d.b.a.a.s(str, " ram"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " diskSpace"); + str = c.d.b.a.a.s(str, " diskSpace"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " simulator"); + str = c.d.b.a.a.s(str, " simulator"); } if (this.g == null) { - str = c.d.b.a.a.t(str, " state"); + str = c.d.b.a.a.s(str, " state"); } if (this.h == null) { - str = c.d.b.a.a.t(str, " manufacturer"); + str = c.d.b.a.a.s(str, " manufacturer"); } if (this.i == null) { - str = c.d.b.a.a.t(str, " modelClass"); + str = c.d.b.a.a.s(str, " modelClass"); } if (str.isEmpty()) { - return new i(this.a.intValue(), this.b, this.f1325c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); + return new i(this.a.intValue(), this.b, this.f1327c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } } public i(int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3, a aVar) { this.a = i; this.b = str; - this.f1324c = i2; + this.f1326c = i2; this.d = j; this.e = j2; this.f = z2; @@ -83,7 +83,7 @@ public final class i extends v.d.c { @Override // c.i.c.m.d.m.v.d.c public int b() { - return this.f1324c; + return this.f1326c; } @Override // c.i.c.m.d.m.v.d.c @@ -111,7 +111,7 @@ public final class i extends v.d.c { return false; } v.d.c cVar = (v.d.c) obj; - return this.a == cVar.a() && this.b.equals(cVar.e()) && this.f1324c == cVar.b() && this.d == cVar.g() && this.e == cVar.c() && this.f == cVar.i() && this.g == cVar.h() && this.h.equals(cVar.d()) && this.i.equals(cVar.f()); + return this.a == cVar.a() && this.b.equals(cVar.e()) && this.f1326c == cVar.b() && this.d == cVar.g() && this.e == cVar.c() && this.f == cVar.i() && this.g == cVar.h() && this.h.equals(cVar.d()) && this.i.equals(cVar.f()); } @Override // c.i.c.m.d.m.v.d.c @@ -133,7 +133,7 @@ public final class i extends v.d.c { public int hashCode() { long j = this.d; long j2 = this.e; - return ((((((((((((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1324c) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f ? 1231 : 1237)) * 1000003) ^ this.g) * 1000003) ^ this.h.hashCode()) * 1000003) ^ this.i.hashCode(); + return ((((((((((((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1326c) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ (this.f ? 1231 : 1237)) * 1000003) ^ this.g) * 1000003) ^ this.h.hashCode()) * 1000003) ^ this.i.hashCode(); } @Override // c.i.c.m.d.m.v.d.c @@ -142,23 +142,23 @@ public final class i extends v.d.c { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Device{arch="); - L.append(this.a); - L.append(", model="); - L.append(this.b); - L.append(", cores="); - L.append(this.f1324c); - L.append(", ram="); - L.append(this.d); - L.append(", diskSpace="); - L.append(this.e); - L.append(", simulator="); - L.append(this.f); - L.append(", state="); - L.append(this.g); - L.append(", manufacturer="); - L.append(this.h); - L.append(", modelClass="); - return c.d.b.a.a.D(L, this.i, "}"); + StringBuilder K = c.d.b.a.a.K("Device{arch="); + K.append(this.a); + K.append(", model="); + K.append(this.b); + K.append(", cores="); + K.append(this.f1326c); + K.append(", ram="); + K.append(this.d); + K.append(", diskSpace="); + K.append(this.e); + K.append(", simulator="); + K.append(this.f); + K.append(", state="); + K.append(this.g); + K.append(", manufacturer="); + K.append(this.h); + K.append(", modelClass="); + return c.d.b.a.a.C(K, this.i, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/j.java b/app/src/main/java/c/i/c/m/d/m/j.java index a8947047db..19617b39e5 100644 --- a/app/src/main/java/c/i/c/m/d/m/j.java +++ b/app/src/main/java/c/i/c/m/d/m/j.java @@ -9,14 +9,14 @@ public final class j extends v.d.AbstractC0133d { public final String b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0133d.a f1326c; + public final v.d.AbstractC0133d.a f1328c; public final v.d.AbstractC0133d.b d; public final v.d.AbstractC0133d.c e; public j(long j, String str, v.d.AbstractC0133d.a aVar, v.d.AbstractC0133d.b bVar, v.d.AbstractC0133d.c cVar, a aVar2) { this.a = j; this.b = str; - this.f1326c = aVar; + this.f1328c = aVar; this.d = bVar; this.e = cVar; } @@ -24,7 +24,7 @@ public final class j extends v.d.AbstractC0133d { @Override // c.i.c.m.d.m.v.d.AbstractC0133d @NonNull public v.d.AbstractC0133d.a a() { - return this.f1326c; + return this.f1328c; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d @@ -58,7 +58,7 @@ public final class j extends v.d.AbstractC0133d { return false; } v.d.AbstractC0133d dVar = (v.d.AbstractC0133d) obj; - if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1326c.equals(dVar.a()) && this.d.equals(dVar.b())) { + if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1328c.equals(dVar.a()) && this.d.equals(dVar.b())) { v.d.AbstractC0133d.c cVar = this.e; if (cVar == null) { if (dVar.c() == null) { @@ -73,23 +73,23 @@ public final class j extends v.d.AbstractC0133d { public int hashCode() { long j = this.a; - int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1326c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; + int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1328c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; v.d.AbstractC0133d.c cVar = this.e; return (cVar == null ? 0 : cVar.hashCode()) ^ hashCode; } public String toString() { - StringBuilder L = c.d.b.a.a.L("Event{timestamp="); - L.append(this.a); - L.append(", type="); - L.append(this.b); - L.append(", app="); - L.append(this.f1326c); - L.append(", device="); - L.append(this.d); - L.append(", log="); - L.append(this.e); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("Event{timestamp="); + K.append(this.a); + K.append(", type="); + K.append(this.b); + K.append(", app="); + K.append(this.f1328c); + K.append(", device="); + K.append(this.d); + K.append(", log="); + K.append(this.e); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/c/m/d/m/k.java b/app/src/main/java/c/i/c/m/d/m/k.java index 7cec0f1ad8..596178f157 100644 --- a/app/src/main/java/c/i/c/m/d/m/k.java +++ b/app/src/main/java/c/i/c/m/d/m/k.java @@ -9,7 +9,7 @@ public final class k extends v.d.AbstractC0133d.a { public final w b; /* renamed from: c reason: collision with root package name */ - public final Boolean f1327c; + public final Boolean f1329c; public final int d; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application */ @@ -18,7 +18,7 @@ public final class k extends v.d.AbstractC0133d.a { public w b; /* renamed from: c reason: collision with root package name */ - public Boolean f1328c; + public Boolean f1330c; public Integer d; public b() { @@ -28,33 +28,33 @@ public final class k extends v.d.AbstractC0133d.a { k kVar = (k) aVar; this.a = kVar.a; this.b = kVar.b; - this.f1328c = kVar.f1327c; + this.f1330c = kVar.f1329c; this.d = Integer.valueOf(kVar.d); } public v.d.AbstractC0133d.a a() { String str = this.a == null ? " execution" : ""; if (this.d == null) { - str = c.d.b.a.a.t(str, " uiOrientation"); + str = c.d.b.a.a.s(str, " uiOrientation"); } if (str.isEmpty()) { - return new k(this.a, this.b, this.f1328c, this.d.intValue(), null); + return new k(this.a, this.b, this.f1330c, this.d.intValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } } public k(v.d.AbstractC0133d.a.b bVar, w wVar, Boolean bool, int i, a aVar) { this.a = bVar; this.b = wVar; - this.f1327c = bool; + this.f1329c = bool; this.d = i; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a @Nullable public Boolean a() { - return this.f1327c; + return this.f1329c; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a @@ -88,7 +88,7 @@ public final class k extends v.d.AbstractC0133d.a { return false; } v.d.AbstractC0133d.a aVar = (v.d.AbstractC0133d.a) obj; - return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1327c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); + return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1329c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); } public int hashCode() { @@ -96,7 +96,7 @@ public final class k extends v.d.AbstractC0133d.a { w wVar = this.b; int i = 0; int hashCode2 = (hashCode ^ (wVar == null ? 0 : wVar.hashCode())) * 1000003; - Boolean bool = this.f1327c; + Boolean bool = this.f1329c; if (bool != null) { i = bool.hashCode(); } @@ -104,13 +104,13 @@ public final class k extends v.d.AbstractC0133d.a { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Application{execution="); - L.append(this.a); - L.append(", customAttributes="); - L.append(this.b); - L.append(", background="); - L.append(this.f1327c); - L.append(", uiOrientation="); - return c.d.b.a.a.y(L, this.d, "}"); + StringBuilder K = c.d.b.a.a.K("Application{execution="); + K.append(this.a); + K.append(", customAttributes="); + K.append(this.b); + K.append(", background="); + K.append(this.f1329c); + K.append(", uiOrientation="); + return c.d.b.a.a.w(K, this.d, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/l.java b/app/src/main/java/c/i/c/m/d/m/l.java index 1bee2aeb83..952bfce87e 100644 --- a/app/src/main/java/c/i/c/m/d/m/l.java +++ b/app/src/main/java/c/i/c/m/d/m/l.java @@ -8,13 +8,13 @@ public final class l extends v.d.AbstractC0133d.a.b { public final v.d.AbstractC0133d.a.b.AbstractC0136b b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0133d.a.b.c f1329c; + public final v.d.AbstractC0133d.a.b.c f1331c; public final w d; public l(w wVar, v.d.AbstractC0133d.a.b.AbstractC0136b bVar, v.d.AbstractC0133d.a.b.c cVar, w wVar2, a aVar) { this.a = wVar; this.b = bVar; - this.f1329c = cVar; + this.f1331c = cVar; this.d = wVar2; } @@ -33,7 +33,7 @@ public final class l extends v.d.AbstractC0133d.a.b { @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b @NonNull public v.d.AbstractC0133d.a.b.c c() { - return this.f1329c; + return this.f1331c; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b @@ -50,23 +50,23 @@ public final class l extends v.d.AbstractC0133d.a.b { return false; } v.d.AbstractC0133d.a.b bVar = (v.d.AbstractC0133d.a.b) obj; - return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1329c.equals(bVar.c()) && this.d.equals(bVar.a()); + return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1331c.equals(bVar.c()) && this.d.equals(bVar.a()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1329c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1331c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { - StringBuilder L = c.d.b.a.a.L("Execution{threads="); - L.append(this.a); - L.append(", exception="); - L.append(this.b); - L.append(", signal="); - L.append(this.f1329c); - L.append(", binaries="); - L.append(this.d); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("Execution{threads="); + K.append(this.a); + K.append(", exception="); + K.append(this.b); + K.append(", signal="); + K.append(this.f1331c); + K.append(", binaries="); + K.append(this.d); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/c/m/d/m/m.java b/app/src/main/java/c/i/c/m/d/m/m.java index cba6a4914d..68a8309e2b 100644 --- a/app/src/main/java/c/i/c/m/d/m/m.java +++ b/app/src/main/java/c/i/c/m/d/m/m.java @@ -9,13 +9,13 @@ public final class m extends v.d.AbstractC0133d.a.b.AbstractC0135a { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f1330c; + public final String f1332c; public final String d; public m(long j, long j2, String str, String str2, a aVar) { this.a = j; this.b = j2; - this.f1330c = str; + this.f1332c = str; this.d = str2; } @@ -28,7 +28,7 @@ public final class m extends v.d.AbstractC0133d.a.b.AbstractC0135a { @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.AbstractC0135a @NonNull public String b() { - return this.f1330c; + return this.f1332c; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.AbstractC0135a @@ -50,7 +50,7 @@ public final class m extends v.d.AbstractC0133d.a.b.AbstractC0135a { return false; } v.d.AbstractC0133d.a.b.AbstractC0135a aVar = (v.d.AbstractC0133d.a.b.AbstractC0135a) obj; - if (this.a == aVar.a() && this.b == aVar.c() && this.f1330c.equals(aVar.b())) { + if (this.a == aVar.a() && this.b == aVar.c() && this.f1332c.equals(aVar.b())) { String str = this.d; if (str == null) { if (aVar.d() == null) { @@ -66,19 +66,19 @@ public final class m extends v.d.AbstractC0133d.a.b.AbstractC0135a { public int hashCode() { long j = this.a; long j2 = this.b; - int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f1330c.hashCode()) * 1000003; + int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f1332c.hashCode()) * 1000003; String str = this.d; return (str == null ? 0 : str.hashCode()) ^ hashCode; } public String toString() { - StringBuilder L = c.d.b.a.a.L("BinaryImage{baseAddress="); - L.append(this.a); - L.append(", size="); - L.append(this.b); - L.append(", name="); - L.append(this.f1330c); - L.append(", uuid="); - return c.d.b.a.a.D(L, this.d, "}"); + StringBuilder K = c.d.b.a.a.K("BinaryImage{baseAddress="); + K.append(this.a); + K.append(", size="); + K.append(this.b); + K.append(", name="); + K.append(this.f1332c); + K.append(", uuid="); + return c.d.b.a.a.C(K, this.d, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/n.java b/app/src/main/java/c/i/c/m/d/m/n.java index f01ba8958c..176194f743 100644 --- a/app/src/main/java/c/i/c/m/d/m/n.java +++ b/app/src/main/java/c/i/c/m/d/m/n.java @@ -9,14 +9,14 @@ public final class n extends v.d.AbstractC0133d.a.b.AbstractC0136b { public final String b; /* renamed from: c reason: collision with root package name */ - public final w f1331c; + public final w f1333c; public final v.d.AbstractC0133d.a.b.AbstractC0136b d; public final int e; public n(String str, String str2, w wVar, v.d.AbstractC0133d.a.b.AbstractC0136b bVar, int i, a aVar) { this.a = str; this.b = str2; - this.f1331c = wVar; + this.f1333c = wVar; this.d = bVar; this.e = i; } @@ -30,7 +30,7 @@ public final class n extends v.d.AbstractC0133d.a.b.AbstractC0136b { @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.AbstractC0136b @NonNull public w b() { - return this.f1331c; + return this.f1333c; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.AbstractC0136b @@ -60,14 +60,14 @@ public final class n extends v.d.AbstractC0133d.a.b.AbstractC0136b { return false; } v.d.AbstractC0133d.a.b.AbstractC0136b bVar2 = (v.d.AbstractC0133d.a.b.AbstractC0136b) obj; - return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1331c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); + return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1333c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); } public int hashCode() { int hashCode = (this.a.hashCode() ^ 1000003) * 1000003; String str = this.b; int i = 0; - int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f1331c.hashCode()) * 1000003; + int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f1333c.hashCode()) * 1000003; v.d.AbstractC0133d.a.b.AbstractC0136b bVar = this.d; if (bVar != null) { i = bVar.hashCode(); @@ -76,15 +76,15 @@ public final class n extends v.d.AbstractC0133d.a.b.AbstractC0136b { } public String toString() { - StringBuilder L = c.d.b.a.a.L("Exception{type="); - L.append(this.a); - L.append(", reason="); - L.append(this.b); - L.append(", frames="); - L.append(this.f1331c); - L.append(", causedBy="); - L.append(this.d); - L.append(", overflowCount="); - return c.d.b.a.a.y(L, this.e, "}"); + StringBuilder K = c.d.b.a.a.K("Exception{type="); + K.append(this.a); + K.append(", reason="); + K.append(this.b); + K.append(", frames="); + K.append(this.f1333c); + K.append(", causedBy="); + K.append(this.d); + K.append(", overflowCount="); + return c.d.b.a.a.w(K, this.e, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/o.java b/app/src/main/java/c/i/c/m/d/m/o.java index 301148f448..d86c749dd8 100644 --- a/app/src/main/java/c/i/c/m/d/m/o.java +++ b/app/src/main/java/c/i/c/m/d/m/o.java @@ -8,18 +8,18 @@ public final class o extends v.d.AbstractC0133d.a.b.c { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1332c; + public final long f1334c; public o(String str, String str2, long j, a aVar) { this.a = str; this.b = str2; - this.f1332c = j; + this.f1334c = j; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.c @NonNull public long a() { - return this.f1332c; + return this.f1334c; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.c @@ -42,20 +42,20 @@ public final class o extends v.d.AbstractC0133d.a.b.c { return false; } v.d.AbstractC0133d.a.b.c cVar = (v.d.AbstractC0133d.a.b.c) obj; - return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1332c == cVar.a(); + return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1334c == cVar.a(); } public int hashCode() { - long j = this.f1332c; + long j = this.f1334c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32))); } public String toString() { - StringBuilder L = c.d.b.a.a.L("Signal{name="); - L.append(this.a); - L.append(", code="); - L.append(this.b); - L.append(", address="); - return c.d.b.a.a.z(L, this.f1332c, "}"); + StringBuilder K = c.d.b.a.a.K("Signal{name="); + K.append(this.a); + K.append(", code="); + K.append(this.b); + K.append(", address="); + return c.d.b.a.a.y(K, this.f1334c, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/p.java b/app/src/main/java/c/i/c/m/d/m/p.java index 6ee4ad0bed..20a8d06831 100644 --- a/app/src/main/java/c/i/c/m/d/m/p.java +++ b/app/src/main/java/c/i/c/m/d/m/p.java @@ -8,18 +8,18 @@ public final class p extends v.d.AbstractC0133d.a.b.AbstractC0137d { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f1333c; + public final w f1335c; public p(String str, int i, w wVar, a aVar) { this.a = str; this.b = i; - this.f1333c = wVar; + this.f1335c = wVar; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.AbstractC0137d @NonNull public w a() { - return this.f1333c; + return this.f1335c; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.AbstractC0137d @@ -41,21 +41,21 @@ public final class p extends v.d.AbstractC0133d.a.b.AbstractC0137d { return false; } v.d.AbstractC0133d.a.b.AbstractC0137d dVar = (v.d.AbstractC0133d.a.b.AbstractC0137d) obj; - return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1333c.equals(dVar.a()); + return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1335c.equals(dVar.a()); } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1333c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1335c.hashCode(); } public String toString() { - StringBuilder L = c.d.b.a.a.L("Thread{name="); - L.append(this.a); - L.append(", importance="); - L.append(this.b); - L.append(", frames="); - L.append(this.f1333c); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("Thread{name="); + K.append(this.a); + K.append(", importance="); + K.append(this.b); + K.append(", frames="); + K.append(this.f1335c); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/c/m/d/m/q.java b/app/src/main/java/c/i/c/m/d/m/q.java index 767f56dc07..5fbbd70e03 100644 --- a/app/src/main/java/c/i/c/m/d/m/q.java +++ b/app/src/main/java/c/i/c/m/d/m/q.java @@ -9,7 +9,7 @@ public final class q extends v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138 public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1334c; + public final String f1336c; public final long d; public final int e; @@ -19,32 +19,32 @@ public final class q extends v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138 public String b; /* renamed from: c reason: collision with root package name */ - public String f1335c; + public String f1337c; public Long d; public Integer e; public v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138a a() { String str = this.a == null ? " pc" : ""; if (this.b == null) { - str = c.d.b.a.a.t(str, " symbol"); + str = c.d.b.a.a.s(str, " symbol"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " offset"); + str = c.d.b.a.a.s(str, " offset"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " importance"); + str = c.d.b.a.a.s(str, " importance"); } if (str.isEmpty()) { - return new q(this.a.longValue(), this.b, this.f1335c, this.d.longValue(), this.e.intValue(), null); + return new q(this.a.longValue(), this.b, this.f1337c, this.d.longValue(), this.e.intValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } } public q(long j, String str, String str2, long j2, int i, a aVar) { this.a = j; this.b = str; - this.f1334c = str2; + this.f1336c = str2; this.d = j2; this.e = i; } @@ -52,7 +52,7 @@ public final class q extends v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138 @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138a @Nullable public String a() { - return this.f1334c; + return this.f1336c; } @Override // c.i.c.m.d.m.v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138a @@ -85,28 +85,28 @@ public final class q extends v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138 return false; } v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138a aVar = (v.d.AbstractC0133d.a.b.AbstractC0137d.AbstractC0138a) obj; - return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1334c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); + return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1336c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); } public int hashCode() { long j = this.a; int hashCode = (((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003; - String str = this.f1334c; + String str = this.f1336c; int hashCode2 = str == null ? 0 : str.hashCode(); long j2 = this.d; return this.e ^ ((((hashCode ^ hashCode2) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { - StringBuilder L = c.d.b.a.a.L("Frame{pc="); - L.append(this.a); - L.append(", symbol="); - L.append(this.b); - L.append(", file="); - L.append(this.f1334c); - L.append(", offset="); - L.append(this.d); - L.append(", importance="); - return c.d.b.a.a.y(L, this.e, "}"); + StringBuilder K = c.d.b.a.a.K("Frame{pc="); + K.append(this.a); + K.append(", symbol="); + K.append(this.b); + K.append(", file="); + K.append(this.f1336c); + K.append(", offset="); + K.append(this.d); + K.append(", importance="); + return c.d.b.a.a.w(K, this.e, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/r.java b/app/src/main/java/c/i/c/m/d/m/r.java index c85248c8ac..e31b4681ae 100644 --- a/app/src/main/java/c/i/c/m/d/m/r.java +++ b/app/src/main/java/c/i/c/m/d/m/r.java @@ -8,7 +8,7 @@ public final class r extends v.d.AbstractC0133d.b { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1336c; + public final boolean f1338c; public final int d; public final long e; public final long f; @@ -19,36 +19,36 @@ public final class r extends v.d.AbstractC0133d.b { public Integer b; /* renamed from: c reason: collision with root package name */ - public Boolean f1337c; + public Boolean f1339c; public Integer d; public Long e; public Long f; public v.d.AbstractC0133d.b a() { String str = this.b == null ? " batteryVelocity" : ""; - if (this.f1337c == null) { - str = c.d.b.a.a.t(str, " proximityOn"); + if (this.f1339c == null) { + str = c.d.b.a.a.s(str, " proximityOn"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " orientation"); + str = c.d.b.a.a.s(str, " orientation"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " ramUsed"); + str = c.d.b.a.a.s(str, " ramUsed"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " diskUsed"); + str = c.d.b.a.a.s(str, " diskUsed"); } if (str.isEmpty()) { - return new r(this.a, this.b.intValue(), this.f1337c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); + return new r(this.a, this.b.intValue(), this.f1339c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } } public r(Double d, int i, boolean z2, int i2, long j, long j2, a aVar) { this.a = d; this.b = i; - this.f1336c = z2; + this.f1338c = z2; this.d = i2; this.e = j; this.f = j2; @@ -90,7 +90,7 @@ public final class r extends v.d.AbstractC0133d.b { v.d.AbstractC0133d.b bVar = (v.d.AbstractC0133d.b) obj; Double d = this.a; if (d != null ? d.equals(bVar.a()) : bVar.a() == null) { - if (this.b == bVar.b() && this.f1336c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { + if (this.b == bVar.b() && this.f1338c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { return true; } } @@ -99,30 +99,30 @@ public final class r extends v.d.AbstractC0133d.b { @Override // c.i.c.m.d.m.v.d.AbstractC0133d.b public boolean f() { - return this.f1336c; + return this.f1338c; } public int hashCode() { Double d = this.a; int hashCode = ((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.b) * 1000003; - int i = this.f1336c ? 1231 : 1237; + int i = this.f1338c ? 1231 : 1237; long j = this.e; long j2 = this.f; return ((((((hashCode ^ i) * 1000003) ^ this.d) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); } public String toString() { - StringBuilder L = c.d.b.a.a.L("Device{batteryLevel="); - L.append(this.a); - L.append(", batteryVelocity="); - L.append(this.b); - L.append(", proximityOn="); - L.append(this.f1336c); - L.append(", orientation="); - L.append(this.d); - L.append(", ramUsed="); - L.append(this.e); - L.append(", diskUsed="); - return c.d.b.a.a.z(L, this.f, "}"); + StringBuilder K = c.d.b.a.a.K("Device{batteryLevel="); + K.append(this.a); + K.append(", batteryVelocity="); + K.append(this.b); + K.append(", proximityOn="); + K.append(this.f1338c); + K.append(", orientation="); + K.append(this.d); + K.append(", ramUsed="); + K.append(this.e); + K.append(", diskUsed="); + return c.d.b.a.a.y(K, this.f, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/s.java b/app/src/main/java/c/i/c/m/d/m/s.java index 6a4aed9424..26f345fc8b 100644 --- a/app/src/main/java/c/i/c/m/d/m/s.java +++ b/app/src/main/java/c/i/c/m/d/m/s.java @@ -31,6 +31,6 @@ public final class s extends v.d.AbstractC0133d.c { } public String toString() { - return c.d.b.a.a.D(c.d.b.a.a.L("Log{content="), this.a, "}"); + return c.d.b.a.a.C(c.d.b.a.a.K("Log{content="), this.a, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/t.java b/app/src/main/java/c/i/c/m/d/m/t.java index bebb81ff96..d8bd542acb 100644 --- a/app/src/main/java/c/i/c/m/d/m/t.java +++ b/app/src/main/java/c/i/c/m/d/m/t.java @@ -8,20 +8,20 @@ public final class t extends v.d.e { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1338c; + public final String f1340c; public final boolean d; public t(int i, String str, String str2, boolean z2, a aVar) { this.a = i; this.b = str; - this.f1338c = str2; + this.f1340c = str2; this.d = z2; } @Override // c.i.c.m.d.m.v.d.e @NonNull public String a() { - return this.f1338c; + return this.f1340c; } @Override // c.i.c.m.d.m.v.d.e @@ -48,21 +48,21 @@ public final class t extends v.d.e { return false; } v.d.e eVar = (v.d.e) obj; - return this.a == eVar.b() && this.b.equals(eVar.c()) && this.f1338c.equals(eVar.a()) && this.d == eVar.d(); + return this.a == eVar.b() && this.b.equals(eVar.c()) && this.f1340c.equals(eVar.a()) && this.d == eVar.d(); } public int hashCode() { - return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1338c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); + return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1340c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); } public String toString() { - StringBuilder L = c.d.b.a.a.L("OperatingSystem{platform="); - L.append(this.a); - L.append(", version="); - L.append(this.b); - L.append(", buildVersion="); - L.append(this.f1338c); - L.append(", jailbroken="); - return c.d.b.a.a.G(L, this.d, "}"); + StringBuilder K = c.d.b.a.a.K("OperatingSystem{platform="); + K.append(this.a); + K.append(", version="); + K.append(this.b); + K.append(", buildVersion="); + K.append(this.f1340c); + K.append(", jailbroken="); + return c.d.b.a.a.F(K, this.d, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/u.java b/app/src/main/java/c/i/c/m/d/m/u.java index 13aee4e61f..204a558746 100644 --- a/app/src/main/java/c/i/c/m/d/m/u.java +++ b/app/src/main/java/c/i/c/m/d/m/u.java @@ -31,6 +31,6 @@ public final class u extends v.d.f { } public String toString() { - return c.d.b.a.a.D(c.d.b.a.a.L("User{identifier="), this.a, "}"); + return c.d.b.a.a.C(c.d.b.a.a.K("User{identifier="), this.a, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/b.java b/app/src/main/java/c/i/c/m/d/m/x/b.java index 212a4527e3..e1eae2e44d 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/b.java +++ b/app/src/main/java/c/i/c/m/d/m/x/b.java @@ -32,11 +32,11 @@ public final /* synthetic */ class b implements h.a { jsonReader.endObject(); String str2 = str == null ? " filename" : ""; if (bArr == null) { - str2 = c.d.b.a.a.t(str2, " contents"); + str2 = c.d.b.a.a.s(str2, " contents"); } if (str2.isEmpty()) { return new e(str, bArr, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str2)); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/c.java b/app/src/main/java/c/i/c/m/d/m/x/c.java index dbe0d345c3..2bec1dee39 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/c.java +++ b/app/src/main/java/c/i/c/m/d/m/x/c.java @@ -30,11 +30,11 @@ public final /* synthetic */ class c implements h.a { jsonReader.endObject(); String str3 = str == null ? " key" : ""; if (str2 == null) { - str3 = c.d.b.a.a.t(str3, " value"); + str3 = c.d.b.a.a.s(str3, " value"); } if (str3.isEmpty()) { return new c.i.c.m.d.m.c(str, str2, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str3)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str3)); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/d.java b/app/src/main/java/c/i/c/m/d/m/x/d.java index 789ea19ac1..47d49d66a4 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/d.java +++ b/app/src/main/java/c/i/c/m/d/m/x/d.java @@ -61,14 +61,14 @@ public final /* synthetic */ class d implements h.a { jsonReader.endObject(); String str2 = str == null ? " name" : ""; if (num == null) { - str2 = c.d.b.a.a.t(str2, " importance"); + str2 = c.d.b.a.a.s(str2, " importance"); } if (wVar == null) { - str2 = c.d.b.a.a.t(str2, " frames"); + str2 = c.d.b.a.a.s(str2, " frames"); } if (str2.isEmpty()) { return new p(str, num.intValue(), wVar, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str2)); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/e.java b/app/src/main/java/c/i/c/m/d/m/x/e.java index ff27fba090..e98577ff73 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/e.java +++ b/app/src/main/java/c/i/c/m/d/m/x/e.java @@ -72,14 +72,14 @@ public final /* synthetic */ class e implements h.a { jsonReader.endObject(); String str3 = l == null ? " baseAddress" : ""; if (l2 == null) { - str3 = c.d.b.a.a.t(str3, " size"); + str3 = c.d.b.a.a.s(str3, " size"); } if (str == null) { - str3 = c.d.b.a.a.t(str3, " name"); + str3 = c.d.b.a.a.s(str3, " name"); } if (str3.isEmpty()) { return new m(l.longValue(), l2.longValue(), str, str2, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str3)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str3)); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/h.java b/app/src/main/java/c/i/c/m/d/m/x/h.java index d7e6a06caf..6d9a13c4d3 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/h.java +++ b/app/src/main/java/c/i/c/m/d/m/x/h.java @@ -189,7 +189,7 @@ public class h { } else if (c3 != 5) { jsonReader.skipValue(); } else { - bVar2.f1337c = Boolean.valueOf(jsonReader.nextBoolean()); + bVar2.f1339c = Boolean.valueOf(jsonReader.nextBoolean()); } } jsonReader.endObject(); @@ -327,15 +327,15 @@ public class h { jsonReader.endObject(); String str5 = str3 == null ? " name" : str2; if (str4 == null) { - str5 = c.d.b.a.a.t(str5, " code"); + str5 = c.d.b.a.a.s(str5, " code"); } if (l2 == null) { - str5 = c.d.b.a.a.t(str5, " address"); + str5 = c.d.b.a.a.s(str5, " address"); } if (str5.isEmpty()) { oVar = new o(str3, str4, l2.longValue(), null); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str5)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str5)); } } else if (c5 == 2) { wVar2 = a(jsonReader, e.a); @@ -349,18 +349,18 @@ public class h { jsonReader.endObject(); String str6 = wVar3 == null ? " threads" : str2; if (bVar3 == null) { - str6 = c.d.b.a.a.t(str6, " exception"); + str6 = c.d.b.a.a.s(str6, " exception"); } if (oVar == null) { - str6 = c.d.b.a.a.t(str6, " signal"); + str6 = c.d.b.a.a.s(str6, " signal"); } if (wVar2 == null) { - str6 = c.d.b.a.a.t(str6, " binaries"); + str6 = c.d.b.a.a.s(str6, " binaries"); } if (str6.isEmpty()) { lVar = new l(wVar3, bVar3, oVar, wVar2, null); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str6)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str6)); } } else if (c4 == 2) { wVar = a(jsonReader, c.a); @@ -375,12 +375,12 @@ public class h { str2 = " execution"; } if (num == 0) { - str2 = c.d.b.a.a.t(str2, " uiOrientation"); + str2 = c.d.b.a.a.s(str2, " uiOrientation"); } if (str2.isEmpty()) { kVar = new k(lVar, wVar, bool, num.intValue(), null); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str2)); } } } @@ -404,7 +404,7 @@ public class h { if (str2.isEmpty()) { sVar = new s(str7, num); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str2)); } } else if (c2 == 3) { String nextString3 = jsonReader.nextString(); @@ -422,18 +422,18 @@ public class h { str2 = " timestamp"; } if (str == null) { - str2 = c.d.b.a.a.t(str2, " type"); + str2 = c.d.b.a.a.s(str2, " type"); } if (kVar == null) { - str2 = c.d.b.a.a.t(str2, " app"); + str2 = c.d.b.a.a.s(str2, " app"); } if (bVar == null) { - str2 = c.d.b.a.a.t(str2, " device"); + str2 = c.d.b.a.a.s(str2, " device"); } if (str2.isEmpty()) { return new j(l.longValue(), str, kVar, bVar, sVar, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str2)); } } } @@ -508,15 +508,15 @@ public class h { jsonReader.endObject(); String str3 = str == null ? " type" : ""; if (wVar == null) { - str3 = c.d.b.a.a.t(str3, " frames"); + str3 = c.d.b.a.a.s(str3, " frames"); } if (num == null) { - str3 = c.d.b.a.a.t(str3, " overflowCount"); + str3 = c.d.b.a.a.s(str3, " overflowCount"); } if (str3.isEmpty()) { return new n(str, str2, wVar, bVar, num.intValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str3)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str3)); } @NonNull @@ -572,7 +572,7 @@ public class h { bVar.a = Long.valueOf(jsonReader.nextLong()); break; case 3: - bVar.f1335c = jsonReader.nextString(); + bVar.f1337c = jsonReader.nextString(); break; case 4: bVar.e = Integer.valueOf(jsonReader.nextInt()); @@ -686,7 +686,7 @@ public class h { bVar.h = new c.i.c.m.d.m.d(wVar, str4, null); break; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str5)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str5)); } case 1: String nextString = jsonReader.nextString(); @@ -709,7 +709,7 @@ public class h { bVar.d = nextString4; break; case 5: - bVar.f1320c = Integer.valueOf(jsonReader.nextInt()); + bVar.f1322c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString5 = jsonReader.nextString(); @@ -808,7 +808,7 @@ public class h { switch (c3) { case 0: str = str3; - bVar2.f1322c = Long.valueOf(jsonReader.nextLong()); + bVar2.f1324c = Long.valueOf(jsonReader.nextLong()); break; case 1: str = str3; @@ -912,7 +912,7 @@ public class h { bVar3.e = Long.valueOf(jsonReader.nextLong()); break; case 5: - bVar3.f1325c = Integer.valueOf(jsonReader.nextInt()); + bVar3.f1327c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString7 = jsonReader.nextString(); @@ -1001,19 +1001,19 @@ public class h { jsonReader.endObject(); String str8 = num == null ? " platform" : str; if (str6 == null) { - str8 = c.d.b.a.a.t(str8, " version"); + str8 = c.d.b.a.a.s(str8, " version"); } if (str7 == null) { - str8 = c.d.b.a.a.t(str8, " buildVersion"); + str8 = c.d.b.a.a.s(str8, " buildVersion"); } if (bool == null) { - str8 = c.d.b.a.a.t(str8, " jailbroken"); + str8 = c.d.b.a.a.s(str8, " jailbroken"); } if (str8.isEmpty()) { bVar2.h = new t(num.intValue(), str6, str7, bool.booleanValue(), null); break; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str8)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str8)); } case 6: jsonReader.beginObject(); @@ -1108,13 +1108,13 @@ public class h { jsonReader.endObject(); String str15 = str9 == null ? " identifier" : str; if (str10 == null) { - str15 = c.d.b.a.a.t(str15, " version"); + str15 = c.d.b.a.a.s(str15, " version"); } if (str15.isEmpty()) { bVar2.f = new g(str9, str10, str11, null, str12, str13, str14, null); break; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str15)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str15)); } case 7: jsonReader.beginObject(); @@ -1136,7 +1136,7 @@ public class h { str = str3; break; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str17)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str17)); } case '\b': String nextString13 = jsonReader.nextString(); diff --git a/app/src/main/java/c/i/c/m/d/n/a.java b/app/src/main/java/c/i/c/m/d/n/a.java index bbd5af65fd..0bb94eb575 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 @@ -25,7 +25,7 @@ public class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1339c; + public final String f1341c; public final Map d; public final Map e; public MultipartBody.a f = null; @@ -41,7 +41,7 @@ public class a { /* JADX WARN: Incorrect types in method signature: (Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;)V */ public a(int i, String str, Map map) { this.b = i; - this.f1339c = str; + this.f1341c = str; this.d = map; this.e = new HashMap(); } @@ -57,7 +57,7 @@ public class a { } else { aVar.b("Cache-Control", dVar2); } - String str = this.f1339c; + String str = this.f1341c; m.checkParameterIsNotNull(str, "$this$toHttpUrlOrNull"); String str2 = null; try { @@ -104,7 +104,7 @@ public class a { } public a c(String str, String str2, String str3, File file) { - MediaType.a aVar = MediaType.f2870c; + MediaType.a aVar = MediaType.f2873c; RequestBody create = RequestBody.create(MediaType.a.b(str3), file); if (this.f == null) { MultipartBody.a aVar2 = new MultipartBody.a(); diff --git a/app/src/main/java/c/i/c/m/d/n/c.java b/app/src/main/java/c/i/c/m/d/n/c.java index e53111880d..569266aa56 100644 --- a/app/src/main/java/c/i/c/m/d/n/c.java +++ b/app/src/main/java/c/i/c/m/d/n/c.java @@ -7,11 +7,11 @@ public class c { public String b; /* renamed from: c reason: collision with root package name */ - public Headers f1340c; + public Headers f1342c; public c(int i, String str, Headers headers) { this.a = i; this.b = str; - this.f1340c = headers; + this.f1342c = headers; } } diff --git a/app/src/main/java/c/i/c/m/d/o/g.java b/app/src/main/java/c/i/c/m/d/o/g.java index 71eb456ad6..9bce1dbe44 100644 --- a/app/src/main/java/c/i/c/m/d/o/g.java +++ b/app/src/main/java/c/i/c/m/d/o/g.java @@ -26,7 +26,7 @@ public class g { public static final int b = 15; /* renamed from: c reason: collision with root package name */ - public static final h f1341c = new h(); + public static final h f1343c = new h(); public static final Comparator d = e.i; public static final FilenameFilter e = f.a; @NonNull diff --git a/app/src/main/java/c/i/c/m/d/p/b.java b/app/src/main/java/c/i/c/m/d/p/b.java index 41b8a19241..2dd9495cb2 100644 --- a/app/src/main/java/c/i/c/m/d/p/b.java +++ b/app/src/main/java/c/i/c/m/d/p/b.java @@ -21,12 +21,12 @@ public class b extends FileOutputStream { } public b(File file, String str) throws FileNotFoundException { - super(new File(file, c.d.b.a.a.t(str, ".cls_temp"))); + super(new File(file, c.d.b.a.a.s(str, ".cls_temp"))); StringBuilder sb = new StringBuilder(); sb.append(file); - String D = c.d.b.a.a.D(sb, File.separator, str); - this.j = D; - this.k = new File(c.d.b.a.a.t(D, ".cls_temp")); + String C = c.d.b.a.a.C(sb, File.separator, str); + this.j = C; + this.k = new File(c.d.b.a.a.s(C, ".cls_temp")); } public void a() throws IOException { diff --git a/app/src/main/java/c/i/c/m/d/p/d.java b/app/src/main/java/c/i/c/m/d/p/d.java index 5dd9b706ea..62ed9a4fa9 100644 --- a/app/src/main/java/c/i/c/m/d/p/d.java +++ b/app/src/main/java/c/i/c/m/d/p/d.java @@ -29,7 +29,7 @@ public class d { if (str != null) { b2 += c.b(3, a.a(str)); } - for (StackTraceElement stackTraceElement : eVar.f1351c) { + for (StackTraceElement stackTraceElement : eVar.f1353c) { int h = h(stackTraceElement, true); b2 += c.d(h) + c.e(4) + h; } @@ -164,7 +164,7 @@ public class d { cVar.l(3, a.a(str)); } int i4 = 0; - for (StackTraceElement stackTraceElement : eVar.f1351c) { + for (StackTraceElement stackTraceElement : eVar.f1353c) { k(cVar, 4, stackTraceElement, true); } e eVar2 = eVar.d; diff --git a/app/src/main/java/c/i/c/m/d/q/b.java b/app/src/main/java/c/i/c/m/d/q/b.java index 765958330b..17632fae62 100644 --- a/app/src/main/java/c/i/c/m/d/q/b.java +++ b/app/src/main/java/c/i/c/m/d/q/b.java @@ -13,7 +13,7 @@ public class b { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f1342c; + public final String f1344c; public final String d; public final int e; public final a f; @@ -59,10 +59,10 @@ public class b { public final void b(List list, boolean z2) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder L = c.d.b.a.a.L("Starting report processing in "); - L.append(this.k); - L.append(" second(s)..."); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Starting report processing in "); + K.append(this.k); + K.append(" second(s)..."); + bVar.b(K.toString()); float f = this.k; if (f > 0.0f) { try { @@ -76,10 +76,10 @@ public class b { int i = 0; while (list.size() > 0 && !x.this.p()) { c.i.c.m.d.b bVar2 = c.i.c.m.d.b.a; - StringBuilder L2 = c.d.b.a.a.L("Attempting to send "); - L2.append(list.size()); - L2.append(" report(s)"); - bVar2.b(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Attempting to send "); + K2.append(list.size()); + K2.append(" report(s)"); + bVar2.b(K2.toString()); ArrayList arrayList = new ArrayList(); for (c.i.c.m.d.q.c.c cVar : list) { if (!b.this.a(cVar, z2)) { @@ -109,7 +109,7 @@ public class b { public b(@Nullable String str, String str2, int i, a aVar, c.i.c.m.d.q.d.b bVar, a aVar2) { if (bVar != null) { this.b = bVar; - this.f1342c = str; + this.f1344c = str; this.d = str2; this.e = i; this.f = aVar; @@ -123,7 +123,7 @@ public class b { public boolean a(c.i.c.m.d.q.c.c cVar, boolean z2) { boolean z3; try { - c.i.c.m.d.q.c.a aVar = new c.i.c.m.d.q.c.a(this.f1342c, this.d, cVar); + c.i.c.m.d.q.c.a aVar = new c.i.c.m.d.q.c.a(this.f1344c, this.d, cVar); int i = this.e; if (i == 3) { c.i.c.m.d.b.a.b("Report configured to be sent via DataTransport."); diff --git a/app/src/main/java/c/i/c/m/d/q/c/a.java b/app/src/main/java/c/i/c/m/d/q/c/a.java index cba9ca2719..4cef3c68e5 100644 --- a/app/src/main/java/c/i/c/m/d/q/c/a.java +++ b/app/src/main/java/c/i/c/m/d/q/c/a.java @@ -8,11 +8,11 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final c f1343c; + public final c f1345c; public a(@Nullable String str, String str2, c cVar) { this.a = str; this.b = str2; - this.f1343c = cVar; + this.f1345c = cVar; } } diff --git a/app/src/main/java/c/i/c/m/d/q/c/b.java b/app/src/main/java/c/i/c/m/d/q/c/b.java index 516521c376..b85ce68f13 100644 --- a/app/src/main/java/c/i/c/m/d/q/c/b.java +++ b/app/src/main/java/c/i/c/m/d/q/c/b.java @@ -46,15 +46,15 @@ public class b implements c { File[] e = e(); for (File file : e) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder L = a.L("Removing native report file at "); - L.append(file.getPath()); - bVar.b(L.toString()); + StringBuilder K = a.K("Removing native report file at "); + K.append(file.getPath()); + bVar.b(K.toString()); file.delete(); } c.i.c.m.d.b bVar2 = c.i.c.m.d.b.a; - StringBuilder L2 = a.L("Removing native report directory at "); - L2.append(this.a); - bVar2.b(L2.toString()); + StringBuilder K2 = a.K("Removing native report directory at "); + K2.append(this.a); + bVar2.b(K2.toString()); this.a.delete(); } } diff --git a/app/src/main/java/c/i/c/m/d/q/c/d.java b/app/src/main/java/c/i/c/m/d/q/c/d.java index 40c1c138a3..30bf5ebd6d 100644 --- a/app/src/main/java/c/i/c/m/d/q/c/d.java +++ b/app/src/main/java/c/i/c/m/d/q/c/d.java @@ -12,12 +12,12 @@ public class d implements c { public final File[] b; /* renamed from: c reason: collision with root package name */ - public final Map f1344c; + public final Map f1346c; public d(File file, Map map) { this.a = file; this.b = new File[]{file}; - this.f1344c = new HashMap(map); + this.f1346c = new HashMap(map); } @Override // c.i.c.m.d.q.c.c @@ -28,7 +28,7 @@ public class d implements c { @Override // c.i.c.m.d.q.c.c public Map b() { - return Collections.unmodifiableMap(this.f1344c); + return Collections.unmodifiableMap(this.f1346c); } @Override // c.i.c.m.d.q.c.c @@ -54,9 +54,9 @@ public class d implements c { @Override // c.i.c.m.d.q.c.c public void remove() { b bVar = b.a; - StringBuilder L = a.L("Removing report at "); - L.append(this.a.getPath()); - bVar.b(L.toString()); + StringBuilder K = a.K("Removing report at "); + K.append(this.a.getPath()); + bVar.b(K.toString()); this.a.delete(); } } diff --git a/app/src/main/java/c/i/c/m/d/q/d/a.java b/app/src/main/java/c/i/c/m/d/q/d/a.java index 5e5f1fc499..79f91d5830 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/a.java +++ b/app/src/main/java/c/i/c/m/d/q/d/a.java @@ -13,7 +13,7 @@ public class a implements b { @Override // c.i.c.m.d.q.d.b public boolean a(c.i.c.m.d.q.c.a aVar, boolean z2) { - int h = b.h(aVar.f1343c.d()); + int h = b.h(aVar.f1345c.d()); if (h == 0) { this.a.a(aVar, z2); return true; diff --git a/app/src/main/java/c/i/c/m/d/q/d/c.java b/app/src/main/java/c/i/c/m/d/q/d/c.java index 090f94f029..96dea1ae27 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/c.java +++ b/app/src/main/java/c/i/c/m/d/q/d/c.java @@ -22,41 +22,41 @@ public class c extends a implements b { b.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", aVar.b); b.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); - for (Map.Entry entry : aVar.f1343c.b().entrySet()) { + for (Map.Entry entry : aVar.f1345c.b().entrySet()) { b.e.put(entry.getKey(), entry.getValue()); } - c.i.c.m.d.q.c.c cVar = aVar.f1343c; + c.i.c.m.d.q.c.c cVar = aVar.f1345c; b.b("report[identifier]", cVar.a()); if (cVar.e().length == 1) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder L = c.d.b.a.a.L("Adding single file "); - L.append(cVar.f()); - L.append(" to report "); - L.append(cVar.a()); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Adding single file "); + K.append(cVar.f()); + K.append(" to report "); + K.append(cVar.a()); + bVar.b(K.toString()); b.c("report[file]", cVar.f(), "application/octet-stream", cVar.c()); } else { File[] e = cVar.e(); int i = 0; for (File file : e) { c.i.c.m.d.b bVar2 = c.i.c.m.d.b.a; - StringBuilder L2 = c.d.b.a.a.L("Adding file "); - L2.append(file.getName()); - L2.append(" to report "); - L2.append(cVar.a()); - bVar2.b(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Adding file "); + K2.append(file.getName()); + K2.append(" to report "); + K2.append(cVar.a()); + bVar2.b(K2.toString()); b.c("report[file" + i + "]", file.getName(), "application/octet-stream", file); i++; } } c.i.c.m.d.b bVar3 = c.i.c.m.d.b.a; - StringBuilder L3 = c.d.b.a.a.L("Sending report to: "); - L3.append(this.b); - bVar3.b(L3.toString()); + StringBuilder K3 = c.d.b.a.a.K("Sending report to: "); + K3.append(this.b); + bVar3.b(K3.toString()); try { c.i.c.m.d.n.c a = b.a(); int i2 = a.a; - bVar3.b("Create report request ID: " + a.f1340c.c("X-REQUEST-ID")); + bVar3.b("Create report request ID: " + a.f1342c.c("X-REQUEST-ID")); bVar3.b("Result was: " + i2); return c.i.a.f.e.o.c.e0(i2) == 0; } catch (IOException e2) { diff --git a/app/src/main/java/c/i/c/m/d/q/d/d.java b/app/src/main/java/c/i/c/m/d/q/d/d.java index 801ceb8b4c..632d651377 100644 --- a/app/src/main/java/c/i/c/m/d/q/d/d.java +++ b/app/src/main/java/c/i/c/m/d/q/d/d.java @@ -24,7 +24,7 @@ public class d extends a implements b { b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); b.e.put("X-CRASHLYTICS-GOOGLE-APP-ID", str); String str2 = aVar.a; - c cVar = aVar.f1343c; + c cVar = aVar.f1345c; if (str2 != null) { b.b("org_id", str2); } @@ -54,9 +54,9 @@ public class d extends a implements b { } } c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder L = c.d.b.a.a.L("Sending report to: "); - L.append(this.b); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Sending report to: "); + K.append(this.b); + bVar.b(K.toString()); try { int i = b.a().a; bVar.b("Result was: " + i); diff --git a/app/src/main/java/c/i/c/m/d/r/c.java b/app/src/main/java/c/i/c/m/d/r/c.java index cface3b91c..1c8f94fdc2 100644 --- a/app/src/main/java/c/i/c/m/d/r/c.java +++ b/app/src/main/java/c/i/c/m/d/r/c.java @@ -10,7 +10,7 @@ public class c { public static final String b = a("hts/cahyiseot-agolai.o/1frlglgc/aclg", "tp:/rsltcrprsp.ogepscmv/ieo/eaybtho"); /* renamed from: c reason: collision with root package name */ - public static final String f1345c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); + public static final String f1347c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); public static final e d = b.a; public final f e; diff --git a/app/src/main/java/c/i/c/m/d/s/c.java b/app/src/main/java/c/i/c/m/d/s/c.java index 15d9891c80..2800442000 100644 --- a/app/src/main/java/c/i/c/m/d/s/c.java +++ b/app/src/main/java/c/i/c/m/d/s/c.java @@ -30,7 +30,7 @@ public class c implements d { public final g b; /* renamed from: c reason: collision with root package name */ - public final e f1346c; + public final e f1348c; public final e1 d; public final a e; public final d f; @@ -65,7 +65,7 @@ public class c implements d { cVar2.f.b("Requesting settings from " + cVar2.b); cVar2.f.b("Settings query params were: " + f); c.i.c.m.d.n.c a = c2.a(); - cVar2.f.b("Settings request ID: " + a.f1340c.c("X-REQUEST-ID")); + cVar2.f.b("Settings request ID: " + a.f1342c.c("X-REQUEST-ID")); jSONObject = cVar2.g(a); } catch (IOException e2) { if (cVar2.f.a(6)) { @@ -74,7 +74,7 @@ public class c implements d { jSONObject = null; } if (jSONObject != null) { - c.i.c.m.d.s.h.f a2 = c.this.f1346c.a(jSONObject); + c.i.c.m.d.s.h.f a2 = c.this.f1348c.a(jSONObject); a aVar = c.this.e; long j = a2.d; Objects.requireNonNull(aVar); @@ -148,7 +148,7 @@ public class c implements d { this.a = context; this.b = gVar; this.d = e1Var; - this.f1346c = eVar; + this.f1348c = eVar; this.e = aVar; this.f = dVar; this.g = q0Var; @@ -171,7 +171,7 @@ public class c implements d { } JSONObject a2 = this.e.a(); if (a2 != null) { - c.i.c.m.d.s.h.f a3 = this.f1346c.a(a2); + c.i.c.m.d.s.h.f a3 = this.f1348c.a(a2); if (a3 != null) { e(a2, "Loaded cached settings: "); Objects.requireNonNull(this.d); @@ -233,8 +233,8 @@ public class c implements d { public final void e(JSONObject jSONObject, String str) throws JSONException { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder L = c.d.b.a.a.L(str); - L.append(jSONObject.toString()); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K(str); + K.append(jSONObject.toString()); + bVar.b(K.toString()); } } diff --git a/app/src/main/java/c/i/c/m/d/s/h/a.java b/app/src/main/java/c/i/c/m/d/s/h/a.java index d2369c42ea..25165e0f25 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/a.java +++ b/app/src/main/java/c/i/c/m/d/s/h/a.java @@ -5,7 +5,7 @@ public class a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1347c; + public final String f1349c; public final String d; public final String e; public final String f; @@ -16,7 +16,7 @@ public class a { public a(String str, String str2, String str3, String str4, String str5, String str6, String str7, int i, String str8, String str9) { this.a = str; this.b = str2; - this.f1347c = str3; + this.f1349c = str3; this.d = str4; this.e = str5; this.f = str6; diff --git a/app/src/main/java/c/i/c/m/d/s/h/b.java b/app/src/main/java/c/i/c/m/d/s/h/b.java index 71275a1c43..80cf9c2e82 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/b.java +++ b/app/src/main/java/c/i/c/m/d/s/h/b.java @@ -5,7 +5,7 @@ public class b { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1348c; + public final String f1350c; public final String d; public final String e; public final boolean f; @@ -15,7 +15,7 @@ public class b { public b(String str, String str2, String str3, String str4, String str5, String str6, boolean z2, int i, int i2) { this.a = str; this.b = str2; - this.f1348c = str3; + this.f1350c = str3; this.d = str4; this.e = str6; this.f = z2; @@ -26,7 +26,7 @@ public class b { public b(String str, String str2, String str3, String str4, boolean z2) { this.a = str; this.b = str2; - this.f1348c = str3; + this.f1350c = str3; this.d = str4; this.e = null; this.f = z2; diff --git a/app/src/main/java/c/i/c/m/d/s/h/f.java b/app/src/main/java/c/i/c/m/d/s/h/f.java index 003005dec7..3e9f428316 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/f.java +++ b/app/src/main/java/c/i/c/m/d/s/h/f.java @@ -5,19 +5,19 @@ public class f implements e { public final d b; /* renamed from: c reason: collision with root package name */ - public final c f1349c; + public final c f1351c; public final long d; public f(long j, b bVar, d dVar, c cVar, int i, int i2) { this.d = j; this.a = bVar; this.b = dVar; - this.f1349c = cVar; + this.f1351c = cVar; } @Override // c.i.c.m.d.s.h.e public c a() { - return this.f1349c; + return this.f1351c; } @Override // c.i.c.m.d.s.h.e diff --git a/app/src/main/java/c/i/c/m/d/s/h/g.java b/app/src/main/java/c/i/c/m/d/s/h/g.java index 45716994ad..5737a45b0d 100644 --- a/app/src/main/java/c/i/c/m/d/s/h/g.java +++ b/app/src/main/java/c/i/c/m/d/s/h/g.java @@ -7,7 +7,7 @@ public class g { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1350c; + public final String f1352c; public final String d; public final w0 e; public final String f; @@ -18,7 +18,7 @@ public class g { public g(String str, String str2, String str3, String str4, w0 w0Var, String str5, String str6, String str7, int i) { this.a = str; this.b = str2; - this.f1350c = str3; + this.f1352c = str3; this.d = str4; this.e = w0Var; this.f = str5; diff --git a/app/src/main/java/c/i/c/m/d/s/i/a.java b/app/src/main/java/c/i/c/m/d/s/i/a.java index a4fe9bebba..055582cb69 100644 --- a/app/src/main/java/c/i/c/m/d/s/i/a.java +++ b/app/src/main/java/c/i/c/m/d/s/i/a.java @@ -22,7 +22,7 @@ public abstract class a extends c.i.c.m.d.k.a { b.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); b.b("org_id", aVar.a); - b.b("app[identifier]", aVar.f1347c); + b.b("app[identifier]", aVar.f1349c); b.b("app[name]", aVar.g); b.b("app[display_version]", aVar.d); b.b("app[build_version]", aVar.e); @@ -33,14 +33,14 @@ public abstract class a extends c.i.c.m.d.k.a { b.b("app[instance_identifier]", aVar.f); } c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder L = c.d.b.a.a.L("Sending app info to "); - L.append(this.b); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Sending app info to "); + K.append(this.b); + bVar.b(K.toString()); try { c a = b.a(); int i = a.a; String str = "POST".equalsIgnoreCase(c.c.a.y.b.n(b.b)) ? "Create" : "Update"; - bVar.b(str + " app request ID: " + a.f1340c.c("X-REQUEST-ID")); + bVar.b(str + " app request ID: " + a.f1342c.c("X-REQUEST-ID")); StringBuilder sb = new StringBuilder(); sb.append("Result was "); sb.append(i); diff --git a/app/src/main/java/c/i/c/m/d/s/i/c.java b/app/src/main/java/c/i/c/m/d/s/i/c.java index 7eeebbdbc6..97602bc3f7 100644 --- a/app/src/main/java/c/i/c/m/d/s/i/c.java +++ b/app/src/main/java/c/i/c/m/d/s/i/c.java @@ -25,7 +25,7 @@ public class c extends a implements d { e(aVar, "X-CRASHLYTICS-API-CLIENT-VERSION", "17.3.0"); e(aVar, "Accept", "application/json"); e(aVar, "X-CRASHLYTICS-DEVICE-MODEL", gVar.b); - e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1350c); + e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1352c); e(aVar, "X-CRASHLYTICS-OS-DISPLAY-VERSION", gVar.d); e(aVar, "X-CRASHLYTICS-INSTALLATION-ID", ((v0) gVar.e).b()); return aVar; @@ -59,17 +59,17 @@ public class c extends a implements d { return new JSONObject(str); } catch (Exception e) { b bVar2 = this.f; - StringBuilder L = c.d.b.a.a.L("Failed to parse settings JSON from "); - L.append(this.b); - bVar2.c(L.toString(), e); - c.d.b.a.a.g0("Settings response ", str, this.f); + StringBuilder K = c.d.b.a.a.K("Failed to parse settings JSON from "); + K.append(this.b); + bVar2.c(K.toString(), e); + c.d.b.a.a.f0("Settings response ", str, this.f); return null; } } else { b bVar3 = this.f; - StringBuilder L2 = c.d.b.a.a.L("Failed to retrieve settings from "); - L2.append(this.b); - bVar3.d(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Failed to retrieve settings from "); + K2.append(this.b); + bVar3.d(K2.toString()); return null; } } diff --git a/app/src/main/java/c/i/c/m/d/t/e.java b/app/src/main/java/c/i/c/m/d/t/e.java index 14b0627ec1..40d9dd4dbe 100644 --- a/app/src/main/java/c/i/c/m/d/t/e.java +++ b/app/src/main/java/c/i/c/m/d/t/e.java @@ -5,13 +5,13 @@ public class e { public final String b; /* renamed from: c reason: collision with root package name */ - public final StackTraceElement[] f1351c; + public final StackTraceElement[] f1353c; public final e d; public e(Throwable th, d dVar) { this.a = th.getLocalizedMessage(); this.b = th.getClass().getName(); - this.f1351c = dVar.a(th.getStackTrace()); + this.f1353c = dVar.a(th.getStackTrace()); Throwable cause = th.getCause(); this.d = cause != null ? new e(cause, dVar) : null; } diff --git a/app/src/main/java/c/i/c/m/d/u/a.java b/app/src/main/java/c/i/c/m/d/u/a.java index 6f3ddb2568..e6b0fbbdee 100644 --- a/app/src/main/java/c/i/c/m/d/u/a.java +++ b/app/src/main/java/c/i/c/m/d/u/a.java @@ -9,7 +9,7 @@ public class a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public String f1352c; + public String f1354c; public a(Context context) { this.a = context; @@ -22,14 +22,14 @@ public class a { int n = h.n(context, "com.google.firebase.crashlytics.unity_version", "string"); if (n != 0) { str = context.getResources().getString(n); - c.d.b.a.a.g0("Unity Editor version is: ", str, b.a); + c.d.b.a.a.f0("Unity Editor version is: ", str, b.a); } else { str = null; } - this.f1352c = str; + this.f1354c = str; this.b = true; } - String str2 = this.f1352c; + String str2 = this.f1354c; if (str2 != null) { return str2; } diff --git a/app/src/main/java/c/i/c/m/e/a.java b/app/src/main/java/c/i/c/m/e/a.java index 19333592aa..304608a5cb 100644 --- a/app/src/main/java/c/i/c/m/e/a.java +++ b/app/src/main/java/c/i/c/m/e/a.java @@ -18,12 +18,12 @@ public class a implements e { public final Context b; /* renamed from: c reason: collision with root package name */ - public final d f1353c; + public final d f1355c; public final f d; public a(Context context, d dVar, f fVar) { this.b = context; - this.f1353c = dVar; + this.f1355c = dVar; this.d = fVar; } @@ -46,18 +46,18 @@ public class a implements e { File a2 = this.d.a(str); File file = new File(a2, "pending"); b bVar = b.a; - StringBuilder L = c.d.b.a.a.L("Minidump directory: "); - L.append(file.getAbsolutePath()); - bVar.b(L.toString()); + StringBuilder K = c.d.b.a.a.K("Minidump directory: "); + K.append(file.getAbsolutePath()); + bVar.b(K.toString()); File b = b(file, ".dmp"); - StringBuilder L2 = c.d.b.a.a.L("Minidump "); - L2.append((b == null || !b.exists()) ? "does not exist" : "exists"); - bVar.b(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Minidump "); + K2.append((b == null || !b.exists()) ? "does not exist" : "exists"); + bVar.b(K2.toString()); g.b bVar2 = new g.b(); if (a2 != null && a2.exists() && file.exists()) { bVar2.a = b(file, ".dmp"); bVar2.b = b(a2, ".device_info"); - bVar2.f1355c = new File(a2, "session.json"); + bVar2.f1357c = new File(a2, "session.json"); bVar2.d = new File(a2, "app.json"); bVar2.e = new File(a2, "device.json"); bVar2.f = new File(a2, "os.json"); diff --git a/app/src/main/java/c/i/c/m/e/c.java b/app/src/main/java/c/i/c/m/e/c.java index 956856d433..5103f34ecc 100644 --- a/app/src/main/java/c/i/c/m/e/c.java +++ b/app/src/main/java/c/i/c/m/e/c.java @@ -106,7 +106,7 @@ public class c implements a { boolean z2 = false; if (a != null) { try { - z2 = ((JniNativeApi) aVar.f1353c).a(a.getCanonicalPath(), aVar.b.getAssets()); + z2 = ((JniNativeApi) aVar.f1355c).a(a.getCanonicalPath(), aVar.b.getAssets()); } catch (IOException e) { if (b.a.a(6)) { Log.e("FirebaseCrashlytics", "Error initializing CrashlyticsNdk", e); @@ -114,9 +114,9 @@ public class c implements a { } } b bVar = b.a; - StringBuilder L = c.d.b.a.a.L("Crashlytics NDK initialization "); - L.append(z2 ? "successful" : "FAILED"); - bVar.f(L.toString()); + StringBuilder K = c.d.b.a.a.K("Crashlytics NDK initialization "); + K.append(z2 ? "successful" : "FAILED"); + bVar.f(K.toString()); return z2; } } diff --git a/app/src/main/java/c/i/c/m/e/g.java b/app/src/main/java/c/i/c/m/e/g.java index d70a7a0f44..d5ecfd0f1c 100644 --- a/app/src/main/java/c/i/c/m/e/g.java +++ b/app/src/main/java/c/i/c/m/e/g.java @@ -7,7 +7,7 @@ public final class g { public final File b; /* renamed from: c reason: collision with root package name */ - public final File f1354c; + public final File f1356c; public final File d; public final File e; public final File f; @@ -18,7 +18,7 @@ public final class g { public File b; /* renamed from: c reason: collision with root package name */ - public File f1355c; + public File f1357c; public File d; public File e; public File f; @@ -27,7 +27,7 @@ public final class g { public g(b bVar, a aVar) { this.a = bVar.a; this.b = bVar.b; - this.f1354c = bVar.f1355c; + this.f1356c = bVar.f1357c; this.d = bVar.d; this.e = bVar.e; this.f = bVar.f; diff --git a/app/src/main/java/c/i/c/m/e/h.java b/app/src/main/java/c/i/c/m/e/h.java index eae7ede658..bd4cff0cb1 100644 --- a/app/src/main/java/c/i/c/m/e/h.java +++ b/app/src/main/java/c/i/c/m/e/h.java @@ -32,7 +32,7 @@ public class h implements d { @Override // c.i.c.m.d.d public File e() { - return this.a.f1354c; + return this.a.f1356c; } @Override // c.i.c.m.d.d diff --git a/app/src/main/java/c/i/c/o/b/a.java b/app/src/main/java/c/i/c/o/b/a.java index 23f92e31e2..9f959b9f95 100644 --- a/app/src/main/java/c/i/c/o/b/a.java +++ b/app/src/main/java/c/i/c/o/b/a.java @@ -11,14 +11,14 @@ public final class a implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final DynamicLinkData createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; String str2 = null; Bundle bundle = null; Uri uri = null; long j = 0; int i = 0; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); switch (65535 & readInt) { case 1: @@ -28,10 +28,10 @@ public final class a implements Parcelable.Creator { str2 = AnimatableValueParser.T(parcel, readInt); break; case 3: - i = AnimatableValueParser.g2(parcel, readInt); + i = AnimatableValueParser.h2(parcel, readInt); break; case 4: - j = AnimatableValueParser.h2(parcel, readInt); + j = AnimatableValueParser.i2(parcel, readInt); break; case 5: bundle = AnimatableValueParser.P(parcel, readInt); @@ -40,11 +40,11 @@ public final class a implements Parcelable.Creator { uri = (Uri) AnimatableValueParser.S(parcel, readInt, Uri.CREATOR); break; default: - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); break; } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new DynamicLinkData(str, str2, i, j, bundle, uri); } diff --git a/app/src/main/java/c/i/c/o/b/m.java b/app/src/main/java/c/i/c/o/b/m.java index 25cad72f8d..de4170b307 100644 --- a/app/src/main/java/c/i/c/o/b/m.java +++ b/app/src/main/java/c/i/c/o/b/m.java @@ -12,11 +12,11 @@ public final class m implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzo createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Uri uri = null; Uri uri2 = null; ArrayList arrayList = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); int i = 65535 & readInt; if (i == 1) { @@ -24,12 +24,12 @@ public final class m implements Parcelable.Creator { } else if (i == 2) { uri2 = (Uri) AnimatableValueParser.S(parcel, readInt, Uri.CREATOR); } else if (i != 3) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { arrayList = AnimatableValueParser.X(parcel, readInt, zzr.CREATOR); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzo(uri, uri2, arrayList); } diff --git a/app/src/main/java/c/i/c/o/b/n.java b/app/src/main/java/c/i/c/o/b/n.java index 9f6a2e7097..65fd549589 100644 --- a/app/src/main/java/c/i/c/o/b/n.java +++ b/app/src/main/java/c/i/c/o/b/n.java @@ -9,17 +9,17 @@ public final class n implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public final zzr createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); String str = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { str = AnimatableValueParser.T(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new zzr(str); } diff --git a/app/src/main/java/c/i/c/p/h/a.java b/app/src/main/java/c/i/c/p/h/a.java index 2ff2dc30b0..b567e350ff 100644 --- a/app/src/main/java/c/i/c/p/h/a.java +++ b/app/src/main/java/c/i/c/p/h/a.java @@ -12,8 +12,8 @@ public final /* synthetic */ class a implements c { @Override // c.i.c.p.b public void a(Object obj, d dVar) { e.a aVar = e.a; - StringBuilder L = c.d.b.a.a.L("Couldn't find encoder for type "); - L.append(obj.getClass().getCanonicalName()); - throw new EncodingException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Couldn't find encoder for type "); + K.append(obj.getClass().getCanonicalName()); + throw new EncodingException(K.toString()); } } diff --git a/app/src/main/java/c/i/c/p/h/d.java b/app/src/main/java/c/i/c/p/h/d.java index d48f087734..acba638c3e 100644 --- a/app/src/main/java/c/i/c/p/h/d.java +++ b/app/src/main/java/c/i/c/p/h/d.java @@ -24,7 +24,7 @@ public class d implements a { public void b(@NonNull Object obj, @NonNull Writer writer) throws IOException { e eVar = this.a; - f fVar = new f(writer, eVar.b, eVar.f1356c, eVar.d, eVar.e); + f fVar = new f(writer, eVar.b, eVar.f1358c, eVar.d, eVar.e); fVar.g(obj, false); fVar.i(); fVar.b.flush(); diff --git a/app/src/main/java/c/i/c/p/h/e.java b/app/src/main/java/c/i/c/p/h/e.java index 28e44ce36a..fff0f463eb 100644 --- a/app/src/main/java/c/i/c/p/h/e.java +++ b/app/src/main/java/c/i/c/p/h/e.java @@ -18,7 +18,7 @@ public final class e implements b { public final Map, c> b; /* renamed from: c reason: collision with root package name */ - public final Map, c.i.c.p.e> f1356c; + public final Map, c.i.c.p.e> f1358c; public c d = a.a; public boolean e = false; @@ -46,7 +46,7 @@ public final class e implements b { HashMap hashMap = new HashMap(); this.b = hashMap; HashMap hashMap2 = new HashMap(); - this.f1356c = hashMap2; + this.f1358c = hashMap2; hashMap2.put(String.class, b.a); hashMap.remove(String.class); hashMap2.put(Boolean.class, c.a); diff --git a/app/src/main/java/c/i/c/p/h/f.java b/app/src/main/java/c/i/c/p/h/f.java index 70ba222888..4b4897684d 100644 --- a/app/src/main/java/c/i/c/p/h/f.java +++ b/app/src/main/java/c/i/c/p/h/f.java @@ -19,14 +19,14 @@ public final class f implements d, c.i.c.p.f { public final JsonWriter b; /* renamed from: c reason: collision with root package name */ - public final Map, c> f1357c; + public final Map, c> f1359c; public final Map, e> d; public final c e; public final boolean f; public f(@NonNull Writer writer, @NonNull Map, c> map, @NonNull Map, e> map2, c cVar, boolean z2) { this.b = new JsonWriter(writer); - this.f1357c = map; + this.f1359c = map; this.d = map2; this.e = cVar; this.f = z2; @@ -163,7 +163,7 @@ public final class f implements d, c.i.c.p.f { this.b.endObject(); return this; } else { - c cVar = this.f1357c.get(obj.getClass()); + c cVar = this.f1359c.get(obj.getClass()); if (cVar != null) { if (!z2) { this.b.beginObject(); diff --git a/app/src/main/java/c/i/c/s/f.java b/app/src/main/java/c/i/c/s/f.java index 83a57279a0..8d2a40e7c9 100644 --- a/app/src/main/java/c/i/c/s/f.java +++ b/app/src/main/java/c/i/c/s/f.java @@ -22,16 +22,16 @@ public class f { public static d0 b; /* renamed from: c reason: collision with root package name */ - public final Context f1358c; + public final Context f1360c; public final Executor d; public f(Context context) { - this.f1358c = context; + this.f1360c = context; this.d = a.i; } public f(Context context, ExecutorService executorService) { - this.f1358c = context; + this.f1360c = context; this.d = executorService; } @@ -75,7 +75,7 @@ public class f { intent.putExtra("rawData", Base64.decode(stringExtra, 0)); intent.removeExtra("gcm.rawData64"); } - Context context = this.f1358c; + Context context = this.f1360c; boolean z3 = c.R() && context.getApplicationInfo().targetSdkVersion >= 26; if ((intent.getFlags() & 268435456) != 0) { z2 = true; diff --git a/app/src/main/java/c/i/c/s/i.java b/app/src/main/java/c/i/c/s/i.java index 57db960dc2..dd27cebd72 100644 --- a/app/src/main/java/c/i/c/s/i.java +++ b/app/src/main/java/c/i/c/s/i.java @@ -9,16 +9,16 @@ public final /* synthetic */ class i implements a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1359c; + public final String f1361c; public i(FirebaseInstanceId firebaseInstanceId, String str, String str2) { this.a = firebaseInstanceId; this.b = str; - this.f1359c = str2; + this.f1361c = str2; } @Override // c.i.a.f.n.a public final Object a(Task task) { - return this.a.m(this.b, this.f1359c); + return this.a.m(this.b, this.f1361c); } } diff --git a/app/src/main/java/c/i/c/s/l.java b/app/src/main/java/c/i/c/s/l.java index dd517befca..c3102689c6 100644 --- a/app/src/main/java/c/i/c/s/l.java +++ b/app/src/main/java/c/i/c/s/l.java @@ -12,13 +12,13 @@ public final /* synthetic */ class l implements f { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1360c; + public final String f1362c; public final String d; public l(FirebaseInstanceId firebaseInstanceId, String str, String str2, String str3) { this.a = firebaseInstanceId; this.b = str; - this.f1360c = str2; + this.f1362c = str2; this.d = str3; } @@ -26,7 +26,7 @@ public final /* synthetic */ class l implements f { public final Task a(Object obj) { FirebaseInstanceId firebaseInstanceId = this.a; String str = this.b; - String str2 = this.f1360c; + String str2 = this.f1362c; String str3 = this.d; String str4 = (String) obj; w wVar = FirebaseInstanceId.b; diff --git a/app/src/main/java/c/i/c/s/n.java b/app/src/main/java/c/i/c/s/n.java index 8b4e85115d..4b04c9fe67 100644 --- a/app/src/main/java/c/i/c/s/n.java +++ b/app/src/main/java/c/i/c/s/n.java @@ -30,7 +30,7 @@ public class n { public final q b; /* renamed from: c reason: collision with root package name */ - public final b f1361c; + public final b f1363c; public final a d; public final a e; public final g f; @@ -40,7 +40,7 @@ public class n { b bVar = new b(cVar.d); this.a = cVar; this.b = qVar; - this.f1361c = bVar; + this.f1363c = bVar; this.d = aVar; this.e = aVar2; this.f = gVar; @@ -79,10 +79,10 @@ public class n { bundle.putString("app_ver", this.b.a()); q qVar2 = this.b; synchronized (qVar2) { - if (qVar2.f1362c == null) { + if (qVar2.f1364c == null) { qVar2.e(); } - str4 = qVar2.f1362c; + str4 = qVar2.f1364c; } bundle.putString("app_ver_name", str4); c cVar2 = this.a; @@ -111,7 +111,7 @@ public class n { bundle.putString("Firebase-Client-Log-Type", Integer.toString(a.f())); bundle.putString("Firebase-Client", hVar.getUserAgent()); } - b bVar = this.f1361c; + b bVar = this.f1363c; r rVar = bVar.e; synchronized (rVar) { if (rVar.b == 0 && (b = rVar.b("com.google.android.gms")) != null) { diff --git a/app/src/main/java/c/i/c/s/q.java b/app/src/main/java/c/i/c/s/q.java index 2705d0873e..413cefa64e 100644 --- a/app/src/main/java/c/i/c/s/q.java +++ b/app/src/main/java/c/i/c/s/q.java @@ -15,7 +15,7 @@ public class q { public String b; /* renamed from: c reason: collision with root package name */ - public String f1362c; + public String f1364c; public int d; public int e = 0; @@ -57,7 +57,7 @@ public class q { return this.a.getPackageManager().getPackageInfo(str, 0); } catch (PackageManager.NameNotFoundException e) { String valueOf = String.valueOf(e); - a.Y(valueOf.length() + 23, "Failed to find package ", valueOf, "FirebaseInstanceId"); + a.X(valueOf.length() + 23, "Failed to find package ", valueOf, "FirebaseInstanceId"); return null; } } @@ -106,7 +106,7 @@ public class q { PackageInfo c2 = c(this.a.getPackageName()); if (c2 != null) { this.b = Integer.toString(c2.versionCode); - this.f1362c = c2.versionName; + this.f1364c = c2.versionName; } } } diff --git a/app/src/main/java/c/i/c/s/v.java b/app/src/main/java/c/i/c/s/v.java index 921c644abc..67a77e6686 100644 --- a/app/src/main/java/c/i/c/s/v.java +++ b/app/src/main/java/c/i/c/s/v.java @@ -13,7 +13,7 @@ public class v { public String b = null; /* renamed from: c reason: collision with root package name */ - public Boolean f1363c = null; + public Boolean f1365c = null; public Boolean d = null; public final Queue e = new ArrayDeque(); @@ -32,19 +32,19 @@ public class v { if (this.d == null) { this.d = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.ACCESS_NETWORK_STATE") == 0); } - if (!this.f1363c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1365c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Missing Permission: android.permission.ACCESS_NETWORK_STATE this should normally be included by the manifest merger, but may needed to be manually added to your manifest"); } return this.d.booleanValue(); } public boolean c(Context context) { - if (this.f1363c == null) { - this.f1363c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); + if (this.f1365c == null) { + this.f1365c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); } - if (!this.f1363c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1365c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Missing Permission: android.permission.WAKE_LOCK this should normally be included by the manifest merger, but may needed to be manually added to your manifest"); } - return this.f1363c.booleanValue(); + return this.f1365c.booleanValue(); } } diff --git a/app/src/main/java/c/i/c/s/w.java b/app/src/main/java/c/i/c/s/w.java index ac0bdbf0cd..3eaddefcbc 100644 --- a/app/src/main/java/c/i/c/s/w.java +++ b/app/src/main/java/c/i/c/s/w.java @@ -22,7 +22,7 @@ public class w { @GuardedBy("this") /* renamed from: c reason: collision with root package name */ - public final Map f1364c = new ArrayMap(); + public final Map f1366c = new ArrayMap(); /* compiled from: com.google.firebase:firebase-iid@@21.0.0 */ public static class a { @@ -30,12 +30,12 @@ public class w { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final String f1365c; + public final String f1367c; public final String d; public final long e; public a(String str, String str2, long j) { - this.f1365c = str; + this.f1367c = str; this.d = str2; this.e = j; } @@ -49,7 +49,7 @@ public class w { return jSONObject.toString(); } catch (JSONException e) { String valueOf = String.valueOf(e); - c.d.b.a.a.Y(valueOf.length() + 24, "Failed to encode token: ", valueOf, "FirebaseInstanceId"); + c.d.b.a.a.X(valueOf.length() + 24, "Failed to encode token: ", valueOf, "FirebaseInstanceId"); return null; } } @@ -66,7 +66,7 @@ public class w { return new a(jSONObject.getString("token"), jSONObject.getString("appVersion"), jSONObject.getLong("timestamp")); } catch (JSONException e) { String valueOf = String.valueOf(e); - c.d.b.a.a.Y(valueOf.length() + 23, "Failed to parse token: ", valueOf, "FirebaseInstanceId"); + c.d.b.a.a.X(valueOf.length() + 23, "Failed to parse token: ", valueOf, "FirebaseInstanceId"); return null; } } @@ -103,17 +103,17 @@ public class w { } public static String a(String str, String str2) { - return c.d.b.a.a.f(str2.length() + c.d.b.a.a.b(str, 3), str, "|S|", str2); + return c.d.b.a.a.e(str2.length() + c.d.b.a.a.b(str, 3), str, "|S|", str2); } public final String b(String str, String str2, String str3) { - StringBuilder K = c.d.b.a.a.K(c.d.b.a.a.b(str3, c.d.b.a.a.b(str2, c.d.b.a.a.b(str, 4))), str, "|T|", str2, "|"); - K.append(str3); - return K.toString(); + StringBuilder J = c.d.b.a.a.J(c.d.b.a.a.b(str3, c.d.b.a.a.b(str2, c.d.b.a.a.b(str, 4))), str, "|T|", str2, "|"); + J.append(str3); + return J.toString(); } public synchronized void c() { - this.f1364c.clear(); + this.f1366c.clear(); this.a.edit().clear().commit(); } diff --git a/app/src/main/java/c/i/c/s/x.java b/app/src/main/java/c/i/c/s/x.java index 38d9c1324d..5c47c1a77c 100644 --- a/app/src/main/java/c/i/c/s/x.java +++ b/app/src/main/java/c/i/c/s/x.java @@ -102,7 +102,7 @@ public class x implements Runnable { if (Log.isLoggable("FirebaseInstanceId", 3)) { Log.d("FirebaseInstanceId", "Token successfully retrieved"); } - if (j == null || !b.equals(j.f1365c)) { + if (j == null || !b.equals(j.f1367c)) { b(b); } return true; @@ -113,7 +113,7 @@ public class x implements Runnable { } if (z2) { String message2 = e.getMessage(); - c.d.b.a.a.Z(c.d.b.a.a.b(message2, 52), "Token retrieval failed: ", message2, ". Will retry token retrieval", "FirebaseInstanceId"); + c.d.b.a.a.Y(c.d.b.a.a.b(message2, 52), "Token retrieval failed: ", message2, ". Will retry token retrieval", "FirebaseInstanceId"); return false; } else if (e.getMessage() == null) { Log.w("FirebaseInstanceId", "Token retrieval failed without exception message. Will retry token retrieval"); diff --git a/app/src/main/java/c/i/c/s/y.java b/app/src/main/java/c/i/c/s/y.java index 94442e44f7..6247df3e0a 100644 --- a/app/src/main/java/c/i/c/s/y.java +++ b/app/src/main/java/c/i/c/s/y.java @@ -12,14 +12,14 @@ public final class y { public static final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public static a f1366c; + public static a f1368c; public static ComponentName a(@NonNull Context context, @NonNull Intent intent) { synchronized (b) { - if (f1366c == null) { + if (f1368c == null) { a aVar = new a(context, 1, "wake:com.google.firebase.iid.WakeLockHolder"); - f1366c = aVar; - aVar.f1216c.setReferenceCounted(true); + f1368c = aVar; + aVar.f1218c.setReferenceCounted(true); aVar.h = true; } boolean booleanExtra = intent.getBooleanExtra("com.google.firebase.iid.WakeLockHolder.wakefulintent", false); @@ -29,7 +29,7 @@ public final class y { return null; } if (!booleanExtra) { - f1366c.a(a); + f1368c.a(a); } return startService; } diff --git a/app/src/main/java/c/i/c/u/a.java b/app/src/main/java/c/i/c/u/a.java index 51b5903c28..66f31b3236 100644 --- a/app/src/main/java/c/i/c/u/a.java +++ b/app/src/main/java/c/i/c/u/a.java @@ -7,12 +7,12 @@ public final class a extends k { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1367c; + public final long f1369c; public a(String str, long j, long j2, C0141a aVar) { this.a = str; this.b = j; - this.f1367c = j2; + this.f1369c = j2; } @Override // c.i.c.u.k @@ -24,7 +24,7 @@ public final class a extends k { @Override // c.i.c.u.k @NonNull public long b() { - return this.f1367c; + return this.f1369c; } @Override // c.i.c.u.k @@ -41,21 +41,21 @@ public final class a extends k { return false; } k kVar = (k) obj; - return this.a.equals(kVar.a()) && this.b == kVar.c() && this.f1367c == kVar.b(); + return this.a.equals(kVar.a()) && this.b == kVar.c() && this.f1369c == kVar.b(); } public int hashCode() { long j = this.b; - long j2 = this.f1367c; + long j2 = this.f1369c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); } public String toString() { - StringBuilder L = c.d.b.a.a.L("InstallationTokenResult{token="); - L.append(this.a); - L.append(", tokenExpirationTimestamp="); - L.append(this.b); - L.append(", tokenCreationTimestamp="); - return c.d.b.a.a.z(L, this.f1367c, "}"); + StringBuilder K = c.d.b.a.a.K("InstallationTokenResult{token="); + K.append(this.a); + K.append(", tokenExpirationTimestamp="); + K.append(this.b); + K.append(", tokenCreationTimestamp="); + return c.d.b.a.a.y(K, this.f1369c, "}"); } } diff --git a/app/src/main/java/c/i/c/u/e.java b/app/src/main/java/c/i/c/u/e.java index 0342edd58a..8f185342b0 100644 --- a/app/src/main/java/c/i/c/u/e.java +++ b/app/src/main/java/c/i/c/u/e.java @@ -28,7 +28,7 @@ public final /* synthetic */ class e implements Runnable { Objects.requireNonNull(fVar); Object obj2 = f.a; synchronized (obj2) { - c cVar = fVar.f1368c; + c cVar = fVar.f1370c; cVar.a(); b a = b.a(cVar.d, "generatefid.lock"); try { @@ -45,7 +45,7 @@ public final /* synthetic */ class e implements Runnable { if (z2 || fVar.f.d(b)) { dVar = fVar.c(b); synchronized (obj2) { - c.i.c.c cVar2 = fVar.f1368c; + c.i.c.c cVar2 = fVar.f1370c; cVar2.a(); b a2 = b.a(cVar2.d, "generatefid.lock"); try { diff --git a/app/src/main/java/c/i/c/u/f.java b/app/src/main/java/c/i/c/u/f.java index da04f15cd9..cf67be188c 100644 --- a/app/src/main/java/c/i/c/u/f.java +++ b/app/src/main/java/c/i/c/u/f.java @@ -41,7 +41,7 @@ public class f implements g { public static final ThreadFactory b = new a(); /* renamed from: c reason: collision with root package name */ - public final c f1368c; + public final c f1370c; public final c.i.c.u.p.c d; public final c.i.c.u.o.c e; public final n f; @@ -76,7 +76,7 @@ public class f implements g { n c2 = n.c(); b bVar = new b(cVar); l lVar = new l(); - this.f1368c = cVar; + this.f1370c = cVar; this.d = cVar2; this.e = cVar3; this.f = c2; @@ -111,7 +111,7 @@ public class f implements g { public final void b(boolean z2) { c.i.c.u.o.d b2; synchronized (a) { - c cVar = this.f1368c; + c cVar = this.f1370c; cVar.a(); b a2 = b.a(cVar.d, "generatefid.lock"); try { @@ -133,7 +133,7 @@ public class f implements g { } if (z2) { a.b bVar2 = (a.b) b2.k(); - bVar2.f1371c = null; + bVar2.f1373c = null; b2 = bVar2.a(); } l(b2); @@ -171,7 +171,7 @@ public class f implements g { } else if (responseCode < 500 || responseCode >= 600) { Log.e("Firebase-Installations", "Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase."); b.C0144b bVar = (b.C0144b) c.i.c.u.p.f.a(); - bVar.f1375c = f.b.BAD_CONFIG; + bVar.f1377c = f.b.BAD_CONFIG; f = bVar.a(); } else { c2.disconnect(); @@ -179,18 +179,18 @@ public class f implements g { } } b.C0144b bVar2 = (b.C0144b) c.i.c.u.p.f.a(); - bVar2.f1375c = f.b.AUTH_ERROR; + bVar2.f1377c = f.b.AUTH_ERROR; f = bVar2.a(); } c2.disconnect(); c.i.c.u.p.b bVar3 = (c.i.c.u.p.b) f; - int ordinal = bVar3.f1374c.ordinal(); + int ordinal = bVar3.f1376c.ordinal(); if (ordinal == 0) { String str3 = bVar3.a; long j = bVar3.b; long b2 = this.f.b(); a.b bVar4 = (a.b) dVar.k(); - bVar4.f1371c = str3; + bVar4.f1373c = str3; bVar4.e = Long.valueOf(j); bVar4.f = Long.valueOf(b2); return bVar4.a(); @@ -222,21 +222,21 @@ public class f implements g { @Nullable public String d() { - c.i.c.c cVar = this.f1368c; + c.i.c.c cVar = this.f1370c; cVar.a(); return cVar.f.a; } @VisibleForTesting public String e() { - c.i.c.c cVar = this.f1368c; + c.i.c.c cVar = this.f1370c; cVar.a(); return cVar.f.b; } @Nullable public String g() { - c.i.c.c cVar = this.f1368c; + c.i.c.c cVar = this.f1370c; cVar.a(); return cVar.f.g; } @@ -274,10 +274,10 @@ public class f implements g { public final String i(c.i.c.u.o.d dVar) { String string; - c.i.c.c cVar = this.f1368c; + c.i.c.c cVar = this.f1370c; cVar.a(); - if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1368c.h()) { - if (((c.i.c.u.o.a) dVar).f1370c == c.a.ATTEMPT_MIGRATION) { + if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1370c.h()) { + if (((c.i.c.u.o.a) dVar).f1372c == c.a.ATTEMPT_MIGRATION) { c.i.c.u.o.b bVar = this.g; synchronized (bVar.b) { synchronized (bVar.b) { @@ -311,7 +311,7 @@ public class f implements g { break; } String str3 = strArr[i]; - String str4 = bVar.f1372c; + String str4 = bVar.f1374c; String string = bVar.b.getString("|T|" + str4 + "|" + str3, null); if (string == null || string.isEmpty()) { i++; @@ -367,14 +367,14 @@ public class f implements g { int ordinal = aVar4.e.ordinal(); if (ordinal == 0) { String str6 = aVar4.b; - String str7 = aVar4.f1373c; + String str7 = aVar4.f1375c; long b2 = this.f.b(); String c3 = aVar4.d.c(); long d2 = aVar4.d.d(); a.b bVar2 = (a.b) dVar.k(); bVar2.a = str6; bVar2.b(c.a.REGISTERED); - bVar2.f1371c = c3; + bVar2.f1373c = c3; bVar2.d = str7; bVar2.e = Long.valueOf(d2); bVar2.f = Long.valueOf(b2); diff --git a/app/src/main/java/c/i/c/u/i.java b/app/src/main/java/c/i/c/u/i.java index f2a5fc3837..3574ae4375 100644 --- a/app/src/main/java/c/i/c/u/i.java +++ b/app/src/main/java/c/i/c/u/i.java @@ -32,15 +32,15 @@ public class i implements m { Long valueOf2 = Long.valueOf(dVar.g()); String str = ""; if (valueOf == null) { - str = a.t(str, " tokenExpirationTimestamp"); + str = a.s(str, " tokenExpirationTimestamp"); } if (valueOf2 == null) { - str = a.t(str, " tokenCreationTimestamp"); + str = a.s(str, " tokenCreationTimestamp"); } if (str.isEmpty()) { taskCompletionSource.a.t(new a(a, valueOf.longValue(), valueOf2.longValue(), null)); return true; } - throw new IllegalStateException(a.t("Missing required properties:", str)); + throw new IllegalStateException(a.s("Missing required properties:", str)); } } diff --git a/app/src/main/java/c/i/c/u/n.java b/app/src/main/java/c/i/c/u/n.java index 9bf02a699f..5788ce2e20 100644 --- a/app/src/main/java/c/i/c/u/n.java +++ b/app/src/main/java/c/i/c/u/n.java @@ -13,7 +13,7 @@ public final class n { public static final Pattern b = Pattern.compile("\\AA[\\w-]{38}\\z"); /* renamed from: c reason: collision with root package name */ - public static n f1369c; + public static n f1371c; public final a d; public n(a aVar) { @@ -25,10 +25,10 @@ public final class n { a.a = new a(); } a aVar = a.a; - if (f1369c == null) { - f1369c = new n(aVar); + if (f1371c == null) { + f1371c = new n(aVar); } - return f1369c; + return f1371c; } public long a() { diff --git a/app/src/main/java/c/i/c/u/o/a.java b/app/src/main/java/c/i/c/u/o/a.java index 5eb2f4d20e..3d2c1c04e8 100644 --- a/app/src/main/java/c/i/c/u/o/a.java +++ b/app/src/main/java/c/i/c/u/o/a.java @@ -10,7 +10,7 @@ public final class a extends d { public final String b; /* renamed from: c reason: collision with root package name */ - public final c.a f1370c; + public final c.a f1372c; public final String d; public final String e; public final long f; @@ -23,7 +23,7 @@ public final class a extends d { public c.a b; /* renamed from: c reason: collision with root package name */ - public String f1371c; + public String f1373c; public String d; public Long e; public Long f; @@ -35,8 +35,8 @@ public final class a extends d { public b(d dVar, C0142a aVar) { a aVar2 = (a) dVar; this.a = aVar2.b; - this.b = aVar2.f1370c; - this.f1371c = aVar2.d; + this.b = aVar2.f1372c; + this.f1373c = aVar2.d; this.d = aVar2.e; this.e = Long.valueOf(aVar2.f); this.f = Long.valueOf(aVar2.g); @@ -47,15 +47,15 @@ public final class a extends d { public d a() { String str = this.b == null ? " registrationStatus" : ""; if (this.e == null) { - str = c.d.b.a.a.t(str, " expiresInSecs"); + str = c.d.b.a.a.s(str, " expiresInSecs"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " tokenCreationEpochInSecs"); + str = c.d.b.a.a.s(str, " tokenCreationEpochInSecs"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f1371c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); + return new a(this.a, this.b, this.f1373c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @Override // c.i.c.u.o.d.a @@ -78,7 +78,7 @@ public final class a extends d { public a(String str, c.a aVar, String str2, String str3, long j, long j2, String str4, C0142a aVar2) { this.b = str; - this.f1370c = aVar; + this.f1372c = aVar; this.d = str2; this.e = str3; this.f = j; @@ -127,7 +127,7 @@ public final class a extends d { d dVar = (d) obj; String str3 = this.b; if (str3 != null ? str3.equals(dVar.c()) : dVar.c() == null) { - if (this.f1370c.equals(dVar.f()) && ((str = this.d) != null ? str.equals(dVar.a()) : dVar.a() == null) && ((str2 = this.e) != null ? str2.equals(dVar.e()) : dVar.e() == null) && this.f == dVar.b() && this.g == dVar.g()) { + if (this.f1372c.equals(dVar.f()) && ((str = this.d) != null ? str.equals(dVar.a()) : dVar.a() == null) && ((str2 = this.e) != null ? str2.equals(dVar.e()) : dVar.e() == null) && this.f == dVar.b() && this.g == dVar.g()) { String str4 = this.h; if (str4 == null) { if (dVar.d() == null) { @@ -144,7 +144,7 @@ public final class a extends d { @Override // c.i.c.u.o.d @NonNull public c.a f() { - return this.f1370c; + return this.f1372c; } @Override // c.i.c.u.o.d @@ -155,7 +155,7 @@ public final class a extends d { public int hashCode() { String str = this.b; int i = 0; - int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f1370c.hashCode()) * 1000003; + int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f1372c.hashCode()) * 1000003; String str2 = this.d; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; String str3 = this.e; @@ -176,19 +176,19 @@ public final class a extends d { } public String toString() { - StringBuilder L = c.d.b.a.a.L("PersistedInstallationEntry{firebaseInstallationId="); - L.append(this.b); - L.append(", registrationStatus="); - L.append(this.f1370c); - L.append(", authToken="); - L.append(this.d); - L.append(", refreshToken="); - L.append(this.e); - L.append(", expiresInSecs="); - L.append(this.f); - L.append(", tokenCreationEpochInSecs="); - L.append(this.g); - L.append(", fisError="); - return c.d.b.a.a.D(L, this.h, "}"); + StringBuilder K = c.d.b.a.a.K("PersistedInstallationEntry{firebaseInstallationId="); + K.append(this.b); + K.append(", registrationStatus="); + K.append(this.f1372c); + K.append(", authToken="); + K.append(this.d); + K.append(", refreshToken="); + K.append(this.e); + K.append(", expiresInSecs="); + K.append(this.f); + K.append(", tokenCreationEpochInSecs="); + K.append(this.g); + K.append(", fisError="); + return c.d.b.a.a.C(K, this.h, "}"); } } diff --git a/app/src/main/java/c/i/c/u/o/b.java b/app/src/main/java/c/i/c/u/o/b.java index 4299bcb2bd..5a21fe3550 100644 --- a/app/src/main/java/c/i/c/u/o/b.java +++ b/app/src/main/java/c/i/c/u/o/b.java @@ -20,7 +20,7 @@ public class b { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final String f1372c; + public final String f1374c; /* JADX WARNING: Code restructure failed: missing block: B:9:0x0046, code lost: if (r0.isEmpty() != false) goto L_0x0048; @@ -41,7 +41,7 @@ public class b { str = null; } } - this.f1372c = str; + this.f1374c = str; } @Nullable diff --git a/app/src/main/java/c/i/c/u/o/c.java b/app/src/main/java/c/i/c/u/o/c.java index 9bddaf2ad6..4961325ec3 100644 --- a/app/src/main/java/c/i/c/u/o/c.java +++ b/app/src/main/java/c/i/c/u/o/c.java @@ -27,10 +27,10 @@ public class c { public c(@NonNull c.i.c.c cVar) { cVar.a(); File filesDir = cVar.d.getFilesDir(); - StringBuilder L = c.d.b.a.a.L("PersistedInstallation."); - L.append(cVar.c()); - L.append(".json"); - this.a = new File(filesDir, L.toString()); + StringBuilder K = c.d.b.a.a.K("PersistedInstallation."); + K.append(cVar.c()); + K.append(".json"); + this.a = new File(filesDir, K.toString()); this.b = cVar; } @@ -95,7 +95,7 @@ public class c { bVar.c(0); bVar.a = optString; bVar.b(a.values()[optInt]); - bVar.f1371c = optString2; + bVar.f1373c = optString2; bVar.d = optString3; bVar.d(optLong); bVar.c(optLong2); diff --git a/app/src/main/java/c/i/c/u/o/d.java b/app/src/main/java/c/i/c/u/o/d.java index 590f856fec..311e999610 100644 --- a/app/src/main/java/c/i/c/u/o/d.java +++ b/app/src/main/java/c/i/c/u/o/d.java @@ -23,14 +23,14 @@ public abstract class d { Long l = 0L; String str = l == null ? " expiresInSecs" : ""; if (l == null) { - str = c.d.b.a.a.t(str, " tokenCreationEpochInSecs"); + str = c.d.b.a.a.s(str, " tokenCreationEpochInSecs"); } if (str.isEmpty()) { l.longValue(); l.longValue(); return; } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @Nullable @@ -57,7 +57,7 @@ public abstract class d { } public boolean i() { - c.a aVar = ((a) this).f1370c; + c.a aVar = ((a) this).f1372c; return aVar == c.a.NOT_GENERATED || aVar == c.a.ATTEMPT_MIGRATION; } diff --git a/app/src/main/java/c/i/c/u/p/a.java b/app/src/main/java/c/i/c/u/p/a.java index 54162c8856..455397f9c7 100644 --- a/app/src/main/java/c/i/c/u/p/a.java +++ b/app/src/main/java/c/i/c/u/p/a.java @@ -8,14 +8,14 @@ public final class a extends d { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1373c; + public final String f1375c; public final f d; public final d.a e; public a(String str, String str2, String str3, f fVar, d.a aVar, C0143a aVar2) { this.a = str; this.b = str2; - this.f1373c = str3; + this.f1375c = str3; this.d = fVar; this.e = aVar; } @@ -35,7 +35,7 @@ public final class a extends d { @Override // c.i.c.u.p.d @Nullable public String c() { - return this.f1373c; + return this.f1375c; } @Override // c.i.c.u.p.d @@ -62,7 +62,7 @@ public final class a extends d { if (str != null ? str.equals(dVar.e()) : dVar.e() == null) { String str2 = this.b; if (str2 != null ? str2.equals(dVar.b()) : dVar.b() == null) { - String str3 = this.f1373c; + String str3 = this.f1375c; if (str3 != null ? str3.equals(dVar.c()) : dVar.c() == null) { f fVar = this.d; if (fVar != null ? fVar.equals(dVar.a()) : dVar.a() == null) { @@ -87,7 +87,7 @@ public final class a extends d { int hashCode = ((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003; String str2 = this.b; int hashCode2 = (hashCode ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; - String str3 = this.f1373c; + String str3 = this.f1375c; int hashCode3 = (hashCode2 ^ (str3 == null ? 0 : str3.hashCode())) * 1000003; f fVar = this.d; int hashCode4 = (hashCode3 ^ (fVar == null ? 0 : fVar.hashCode())) * 1000003; @@ -99,17 +99,17 @@ public final class a extends d { } public String toString() { - StringBuilder L = c.d.b.a.a.L("InstallationResponse{uri="); - L.append(this.a); - L.append(", fid="); - L.append(this.b); - L.append(", refreshToken="); - L.append(this.f1373c); - L.append(", authToken="); - L.append(this.d); - L.append(", responseCode="); - L.append(this.e); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("InstallationResponse{uri="); + K.append(this.a); + K.append(", fid="); + K.append(this.b); + K.append(", refreshToken="); + K.append(this.f1375c); + K.append(", authToken="); + K.append(this.d); + K.append(", responseCode="); + K.append(this.e); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/c/u/p/b.java b/app/src/main/java/c/i/c/u/p/b.java index 9910bc5ad2..536a68bd9e 100644 --- a/app/src/main/java/c/i/c/u/p/b.java +++ b/app/src/main/java/c/i/c/u/p/b.java @@ -9,7 +9,7 @@ public final class b extends f { public final long b; /* renamed from: c reason: collision with root package name */ - public final f.b f1374c; + public final f.b f1376c; /* compiled from: AutoValue_TokenResult */ /* renamed from: c.i.c.u.p.b$b reason: collision with other inner class name */ @@ -18,15 +18,15 @@ public final class b extends f { public Long b; /* renamed from: c reason: collision with root package name */ - public f.b f1375c; + public f.b f1377c; @Override // c.i.c.u.p.f.a public f a() { String str = this.b == null ? " tokenExpirationTimestamp" : ""; if (str.isEmpty()) { - return new b(this.a, this.b.longValue(), this.f1375c, null); + return new b(this.a, this.b.longValue(), this.f1377c, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @Override // c.i.c.u.p.f.a @@ -39,13 +39,13 @@ public final class b extends f { public b(String str, long j, f.b bVar, a aVar) { this.a = str; this.b = j; - this.f1374c = bVar; + this.f1376c = bVar; } @Override // c.i.c.u.p.f @Nullable public f.b b() { - return this.f1374c; + return this.f1376c; } @Override // c.i.c.u.p.f @@ -71,7 +71,7 @@ public final class b extends f { String str = this.a; if (str != null ? str.equals(fVar.c()) : fVar.c() == null) { if (this.b == fVar.d()) { - f.b bVar = this.f1374c; + f.b bVar = this.f1376c; if (bVar == null) { if (fVar.b() == null) { return true; @@ -90,7 +90,7 @@ public final class b extends f { int hashCode = str == null ? 0 : str.hashCode(); long j = this.b; int i2 = (((hashCode ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; - f.b bVar = this.f1374c; + f.b bVar = this.f1376c; if (bVar != null) { i = bVar.hashCode(); } @@ -98,13 +98,13 @@ public final class b extends f { } public String toString() { - StringBuilder L = c.d.b.a.a.L("TokenResult{token="); - L.append(this.a); - L.append(", tokenExpirationTimestamp="); - L.append(this.b); - L.append(", responseCode="); - L.append(this.f1374c); - L.append("}"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("TokenResult{token="); + K.append(this.a); + K.append(", tokenExpirationTimestamp="); + K.append(this.b); + K.append(", responseCode="); + K.append(this.f1376c); + K.append("}"); + return K.toString(); } } diff --git a/app/src/main/java/c/i/c/u/p/c.java b/app/src/main/java/c/i/c/u/p/c.java index 4e1bbe59ce..2003c8e08b 100644 --- a/app/src/main/java/c/i/c/u/p/c.java +++ b/app/src/main/java/c/i/c/u/p/c.java @@ -40,13 +40,13 @@ public class c { public static final Charset b = Charset.forName("UTF-8"); /* renamed from: c reason: collision with root package name */ - public final Context f1376c; + public final Context f1378c; public final a d; public final a e; public final e f = new e(); public c(@NonNull Context context, @NonNull a aVar, @NonNull a aVar2) { - this.f1376c = context; + this.f1378c = context; this.d = aVar; this.e = aVar2; } @@ -86,7 +86,7 @@ public class c { Object[] objArr = new Object[3]; objArr[0] = str2; objArr[1] = str3; - objArr[2] = TextUtils.isEmpty(str) ? "" : c.d.b.a.a.t(", ", str); + objArr[2] = TextUtils.isEmpty(str) ? "" : c.d.b.a.a.s(", ", str); Log.w("Firebase-Installations", String.format("Firebase options used while communicating with Firebase server APIs: %s, %s%s", objArr)); } } @@ -137,26 +137,26 @@ public class c { httpURLConnection.addRequestProperty("Accept", "application/json"); httpURLConnection.addRequestProperty("Content-Encoding", "gzip"); httpURLConnection.addRequestProperty("Cache-Control", "no-cache"); - httpURLConnection.addRequestProperty("X-Android-Package", this.f1376c.getPackageName()); + httpURLConnection.addRequestProperty("X-Android-Package", this.f1378c.getPackageName()); if (!(this.e.get() == null || this.d.get() == null || (a3 = this.e.get().a("fire-installations-id")) == d.a.NONE)) { httpURLConnection.addRequestProperty("x-firebase-client", this.d.get().getUserAgent()); httpURLConnection.addRequestProperty("x-firebase-client-log-type", Integer.toString(a3.f())); } String str2 = null; try { - Context context = this.f1376c; + Context context = this.f1378c; PackageInfo packageInfo = b.a(context).a.getPackageManager().getPackageInfo(context.getPackageName(), 64); Signature[] signatureArr = packageInfo.signatures; byte[] digest = (signatureArr == null || signatureArr.length != 1 || (a2 = c.i.a.f.e.o.a.a("SHA1")) == null) ? null : a2.digest(packageInfo.signatures[0].toByteArray()); if (digest == null) { - Log.e("ContentValues", "Could not get fingerprint hash for package: " + this.f1376c.getPackageName()); + Log.e("ContentValues", "Could not get fingerprint hash for package: " + this.f1378c.getPackageName()); } else { str2 = e.a(digest, false); } } catch (PackageManager.NameNotFoundException e) { - StringBuilder L = c.d.b.a.a.L("No such package: "); - L.append(this.f1376c.getPackageName()); - Log.e("ContentValues", L.toString(), e); + StringBuilder K = c.d.b.a.a.K("No such package: "); + K.append(this.f1378c.getPackageName()); + Log.e("ContentValues", K.toString(), e); } httpURLConnection.addRequestProperty("X-Android-Cert", str2); httpURLConnection.addRequestProperty("x-goog-api-key", str); @@ -226,7 +226,7 @@ public class c { jsonReader.close(); inputStream.close(); b.C0144b bVar = (b.C0144b) a2; - bVar.f1375c = f.b.OK; + bVar.f1377c = f.b.OK; return bVar.a(); } diff --git a/app/src/main/java/c/i/c/u/p/e.java b/app/src/main/java/c/i/c/u/p/e.java index a6061e5fde..3b044d93c1 100644 --- a/app/src/main/java/c/i/c/u/p/e.java +++ b/app/src/main/java/c/i/c/u/p/e.java @@ -10,14 +10,14 @@ public class e { public static final long b = TimeUnit.MINUTES.toMillis(30); /* renamed from: c reason: collision with root package name */ - public final n f1377c = n.c(); + public final n f1379c = n.c(); @GuardedBy("this") public long d; @GuardedBy("this") public int e; public synchronized boolean a() { - return this.e == 0 || this.f1377c.a() > this.d; + return this.e == 0 || this.f1379c.a() > this.d; } public synchronized void b(int i) { @@ -38,11 +38,11 @@ public class e { j = a; } else { double pow = Math.pow(2.0d, (double) this.e); - Objects.requireNonNull(this.f1377c); + Objects.requireNonNull(this.f1379c); j = (long) Math.min(pow + ((double) ((long) (Math.random() * 1000.0d))), (double) b); } - this.d = this.f1377c.a() + j; + this.d = this.f1379c.a() + j; } - this.d = this.f1377c.a() + j; + this.d = this.f1379c.a() + j; } } diff --git a/app/src/main/java/c/i/c/v/a.java b/app/src/main/java/c/i/c/v/a.java index 072031d55c..dd3077cedd 100644 --- a/app/src/main/java/c/i/c/v/a.java +++ b/app/src/main/java/c/i/c/v/a.java @@ -14,7 +14,7 @@ public class a { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public final c f1378c; + public final c f1380c; public boolean d; public a(Context context, String str, c cVar) { @@ -25,7 +25,7 @@ public class a { this.a = context; SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.firebase.common.prefs:" + str, 0); this.b = sharedPreferences; - this.f1378c = cVar; + this.f1380c = cVar; boolean z3 = true; if (sharedPreferences.contains("firebase_data_collection_default_enabled")) { z2 = sharedPreferences.getBoolean("firebase_data_collection_default_enabled", true); diff --git a/app/src/main/java/c/i/c/w/c.java b/app/src/main/java/c/i/c/w/c.java index a51dfdff31..34c385b448 100644 --- a/app/src/main/java/c/i/c/w/c.java +++ b/app/src/main/java/c/i/c/w/c.java @@ -42,12 +42,12 @@ public class c { public final Context b; /* renamed from: c reason: collision with root package name */ - public final r f1379c; + public final r f1381c; public c(Context context, r rVar, Executor executor) { this.a = executor; this.b = context; - this.f1379c = rVar; + this.f1381c = rVar; } /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x04cc: APUT (r9v4 int[]), (0 ??[int, short, byte, char]), (r8v21 int) */ @@ -124,7 +124,7 @@ public class c { String e7; int i2; ApplicationInfo applicationInfo; - if (this.f1379c.a("gcm.n.noui")) { + if (this.f1381c.a("gcm.n.noui")) { return true; } if (!((KeyguardManager) this.b.getSystemService("keyguard")).inKeyguardRestrictedInputMode()) { @@ -149,7 +149,7 @@ public class c { if (z2) { return false; } - String e8 = this.f1379c.e("gcm.n.image"); + String e8 = this.f1381c.e("gcm.n.image"); if (!TextUtils.isEmpty(e8)) { try { oVar = new o(new URL(e8)); @@ -161,7 +161,7 @@ public class c { oVar.j = c.i.a.f.e.o.c.g(this.a, new n(oVar)); } context = this.b; - rVar = this.f1379c; + rVar = this.f1381c; AtomicInteger atomicInteger = a.a; applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); if (applicationInfo != null) { @@ -176,7 +176,7 @@ public class c { NotificationManager notificationManager = (NotificationManager) context.getSystemService(NotificationManager.class); if (!TextUtils.isEmpty(e9)) { if (notificationManager.getNotificationChannel(e9) == null) { - a.Z(a.b(e9, 122), "Notification Channel requested (", e9, ") has not been created by the app. Manifest configuration, or default, value will be used.", "FirebaseMessaging"); + a.Y(a.b(e9, 122), "Notification Channel requested (", e9, ") has not been created by the app. Manifest configuration, or default, value will be used.", "FirebaseMessaging"); } Resources resources = context.getResources(); packageManager = context.getPackageManager(); @@ -194,7 +194,7 @@ public class c { if (!TextUtils.isEmpty(e)) { i = resources.getIdentifier(e, "drawable", packageName); if ((i == 0 || !a.b(resources, i)) && ((i = resources.getIdentifier(e, "mipmap", packageName)) == 0 || !a.b(resources, i))) { - a.Z(a.b(e, 61), "Icon resource ", e, " not found. Notification will use default icon.", "FirebaseMessaging"); + a.Y(a.b(e, 61), "Icon resource ", e, " not found. Notification will use default icon.", "FirebaseMessaging"); } builder.setSmallIcon(i); e2 = rVar.e("gcm.n.sound2"); @@ -264,7 +264,7 @@ public class c { try { num = Integer.valueOf(Color.parseColor(e4)); } catch (IllegalArgumentException unused2) { - a.Z(a.b(e4, 56), "Color is invalid: ", e4, ". Notification will use default color.", "FirebaseMessaging"); + a.Y(a.b(e4, 56), "Color is invalid: ", e4, ". Notification will use default color.", "FirebaseMessaging"); } if (num != null) { builder.setColor(num.intValue()); @@ -279,7 +279,7 @@ public class c { if (b != null) { if (b.intValue() < -2 || b.intValue() > 2) { String valueOf2 = String.valueOf(b); - a.Z(valueOf2.length() + 72, "notificationPriority is invalid ", valueOf2, ". Skipping setting notificationPriority.", "FirebaseMessaging"); + a.Y(valueOf2.length() + 72, "notificationPriority is invalid ", valueOf2, ". Skipping setting notificationPriority.", "FirebaseMessaging"); } if (b != null) { builder.setPriority(b.intValue()); @@ -288,7 +288,7 @@ public class c { if (b2 != null) { if (b2.intValue() < -1 || b2.intValue() > 1) { String valueOf3 = String.valueOf(b2); - a.Z(valueOf3.length() + 53, "visibility is invalid: ", valueOf3, ". Skipping setting visibility.", "NotificationParams"); + a.Y(valueOf3.length() + 53, "visibility is invalid: ", valueOf3, ". Skipping setting visibility.", "NotificationParams"); } if (b2 != null) { builder.setVisibility(b2.intValue()); @@ -297,7 +297,7 @@ public class c { if (b3 != null) { if (b3.intValue() < 0) { String valueOf4 = String.valueOf(b3); - a.Z(valueOf4.length() + 67, "notificationCount is invalid: ", valueOf4, ". Skipping setting notificationCount.", "FirebaseMessaging"); + a.Y(valueOf4.length() + 67, "notificationCount is invalid: ", valueOf4, ". Skipping setting notificationCount.", "FirebaseMessaging"); } if (b3 != null) { builder.setNumber(b3.intValue()); @@ -308,7 +308,7 @@ public class c { l = Long.valueOf(Long.parseLong(e6)); } catch (NumberFormatException unused3) { String h = r.h("gcm.n.event_time"); - a.j0(a.K(a.b(e6, a.b(h, 38)), "Couldn't parse value of ", h, "(", e6), ") into a long", "NotificationParams"); + a.i0(a.J(a.b(e6, a.b(h, 38)), "Couldn't parse value of ", h, "(", e6), ") into a long", "NotificationParams"); } if (l != null) { builder.setShowWhen(true); @@ -371,7 +371,7 @@ public class c { builder.setStyle(new NotificationCompat.BigPictureStyle().bigPicture(bitmap).bigLargeIcon(null)); } catch (ExecutionException e11) { String valueOf5 = String.valueOf(e11.getCause()); - a.Y(valueOf5.length() + 26, "Failed to download image: ", valueOf5, "FirebaseMessaging"); + a.X(valueOf5.length() + 26, "Failed to download image: ", valueOf5, "FirebaseMessaging"); } catch (InterruptedException unused4) { Log.w("FirebaseMessaging", "Interrupted while downloading image, showing notification without it"); oVar.close(); @@ -392,11 +392,11 @@ public class c { throw new JSONException("lightSettings don't have all three fields"); } catch (JSONException unused6) { String valueOf6 = String.valueOf(c3); - a.Z(valueOf6.length() + 58, "LightSettings is invalid: ", valueOf6, ". Skipping setting LightSettings", "NotificationParams"); + a.Y(valueOf6.length() + 58, "LightSettings is invalid: ", valueOf6, ". Skipping setting LightSettings", "NotificationParams"); } catch (IllegalArgumentException e12) { String valueOf7 = String.valueOf(c3); String message = e12.getMessage(); - a.j0(a.K(a.b(message, valueOf7.length() + 60), "LightSettings is invalid: ", valueOf7, ". ", message), ". Skipping setting LightSettings", "NotificationParams"); + a.i0(a.J(a.b(message, valueOf7.length() + 60), "LightSettings is invalid: ", valueOf7, ". ", message), ". Skipping setting LightSettings", "NotificationParams"); } } iArr = null; @@ -425,7 +425,7 @@ public class c { throw new JSONException("vibrateTimings have invalid length"); } catch (NumberFormatException | JSONException unused7) { String valueOf8 = String.valueOf(c2); - a.Z(valueOf8.length() + 74, "User defined vibrateTimings is invalid: ", valueOf8, ". Skipping setting vibrateTimings.", "NotificationParams"); + a.Y(valueOf8.length() + 74, "User defined vibrateTimings is invalid: ", valueOf8, ". Skipping setting vibrateTimings.", "NotificationParams"); } } jArr = null; @@ -1278,7 +1278,7 @@ public class c { if (oVar != null) { } context = this.b; - rVar = this.f1379c; + rVar = this.f1381c; AtomicInteger atomicInteger = a.a; try { applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); @@ -1286,7 +1286,7 @@ public class c { } } catch (PackageManager.NameNotFoundException e13) { String valueOf9 = String.valueOf(e13); - a.Y(valueOf9.length() + 35, "Couldn't get own application info: ", valueOf9, "FirebaseMessaging"); + a.X(valueOf9.length() + 35, "Couldn't get own application info: ", valueOf9, "FirebaseMessaging"); } bundle = Bundle.EMPTY; String packageName = context.getPackageName(); @@ -1311,7 +1311,7 @@ public class c { i = packageManager.getApplicationInfo(packageName, 0).icon; } catch (PackageManager.NameNotFoundException e14) { String valueOf10 = String.valueOf(e14); - a.Y(valueOf10.length() + 35, "Couldn't get own application info: ", valueOf10, "FirebaseMessaging"); + a.X(valueOf10.length() + 35, "Couldn't get own application info: ", valueOf10, "FirebaseMessaging"); } i = 17301651; builder.setSmallIcon(i); diff --git a/app/src/main/java/c/i/c/w/m.java b/app/src/main/java/c/i/c/w/m.java index 35659512db..b19ddf05b3 100644 --- a/app/src/main/java/c/i/c/w/m.java +++ b/app/src/main/java/c/i/c/w/m.java @@ -49,7 +49,7 @@ public final class m { i = Integer.parseInt((String) obj2); } catch (NumberFormatException unused) { String valueOf = String.valueOf(obj2); - c.d.b.a.a.Y(valueOf.length() + 13, "Invalid TTL: ", valueOf, "FirebaseMessaging"); + c.d.b.a.a.X(valueOf.length() + 13, "Invalid TTL: ", valueOf, "FirebaseMessaging"); } } i = 0; diff --git a/app/src/main/java/c/i/c/w/q.java b/app/src/main/java/c/i/c/w/q.java index 78e9a5e01e..e863595636 100644 --- a/app/src/main/java/c/i/c/w/q.java +++ b/app/src/main/java/c/i/c/w/q.java @@ -18,9 +18,9 @@ public class q { static { e eVar = new e(); eVar.b.put(m.b.class, new m.c()); - eVar.f1356c.remove(m.b.class); + eVar.f1358c.remove(m.b.class); eVar.b.put(m.class, new m.a()); - eVar.f1356c.remove(m.class); + eVar.f1358c.remove(m.class); a = new d(eVar); } @@ -78,7 +78,7 @@ public class q { } if (Log.isLoggable("FirebaseMessaging", 3)) { String valueOf = String.valueOf(bundle); - Log.d("FirebaseMessaging", c.d.b.a.a.g(valueOf.length() + str.length() + 37, "Logging to scion event=", str, " scionPayload=", valueOf)); + Log.d("FirebaseMessaging", c.d.b.a.a.f(valueOf.length() + str.length() + 37, "Logging to scion event=", str, " scionPayload=", valueOf)); } c b = c.b(); b.a(); diff --git a/app/src/main/java/c/i/c/w/r.java b/app/src/main/java/c/i/c/w/r.java index fdfbb4c188..a09f5a7750 100644 --- a/app/src/main/java/c/i/c/w/r.java +++ b/app/src/main/java/c/i/c/w/r.java @@ -42,7 +42,7 @@ public class r { return Integer.valueOf(Integer.parseInt(e)); } catch (NumberFormatException unused) { String h = h(str); - a.j0(a.K(a.b(e, a.b(h, 38)), "Couldn't parse value of ", h, "(", e), ") into an int", "NotificationParams"); + a.i0(a.J(a.b(e, a.b(h, 38)), "Couldn't parse value of ", h, "(", e), ") into an int", "NotificationParams"); return null; } } @@ -57,7 +57,7 @@ public class r { return new JSONArray(e); } catch (JSONException unused) { String h = h(str); - a.j0(a.K(a.b(e, a.b(h, 50)), "Malformed JSON for key ", h, ": ", e), ", falling back to default", "NotificationParams"); + a.i0(a.J(a.b(e, a.b(h, 50)), "Malformed JSON for key ", h, ": ", e), ", falling back to default", "NotificationParams"); return null; } } @@ -75,7 +75,7 @@ public class r { int identifier = resources.getIdentifier(e2, "string", str); if (identifier == 0) { String h = h(str2.concat("_loc_key")); - Log.w("NotificationParams", a.g(str2.length() + a.b(h, 49), h, " resource not found: ", str2, " Default value will be used.")); + Log.w("NotificationParams", a.f(str2.length() + a.b(h, 49), h, " resource not found: ", str2, " Default value will be used.")); return null; } JSONArray c2 = c(str2.concat("_loc_args")); @@ -96,9 +96,9 @@ public class r { } catch (MissingFormatArgumentException e3) { String h2 = h(str2); String arrays = Arrays.toString(strArr); - StringBuilder K = a.K(a.b(arrays, a.b(h2, 58)), "Missing format argument for ", h2, ": ", arrays); - K.append(" Default value will be used."); - Log.w("NotificationParams", K.toString(), e3); + StringBuilder J = a.J(a.b(arrays, a.b(h2, 58)), "Missing format argument for ", h2, ": ", arrays); + J.append(" Default value will be used."); + Log.w("NotificationParams", J.toString(), e3); return null; } } diff --git a/app/src/main/java/c/i/c/w/s.java b/app/src/main/java/c/i/c/w/s.java index a59732acd9..a20b54c214 100644 --- a/app/src/main/java/c/i/c/w/s.java +++ b/app/src/main/java/c/i/c/w/s.java @@ -10,17 +10,17 @@ public class s implements Parcelable.Creator { /* Return type fixed from 'java.lang.Object' to match base method */ @Override // android.os.Parcelable.Creator public RemoteMessage createFromParcel(Parcel parcel) { - int K2 = AnimatableValueParser.K2(parcel); + int L2 = AnimatableValueParser.L2(parcel); Bundle bundle = null; - while (parcel.dataPosition() < K2) { + while (parcel.dataPosition() < L2) { int readInt = parcel.readInt(); if ((65535 & readInt) != 2) { - AnimatableValueParser.D2(parcel, readInt); + AnimatableValueParser.E2(parcel, readInt); } else { bundle = AnimatableValueParser.P(parcel, readInt); } } - AnimatableValueParser.h0(parcel, K2); + AnimatableValueParser.h0(parcel, L2); return new RemoteMessage(bundle); } diff --git a/app/src/main/java/c/i/c/w/t.java b/app/src/main/java/c/i/c/w/t.java index 397b79a5f8..a36328f939 100644 --- a/app/src/main/java/c/i/c/w/t.java +++ b/app/src/main/java/c/i/c/w/t.java @@ -20,7 +20,7 @@ public final /* synthetic */ class t implements Runnable { Iterator it = uVar.d.iterator(); while (it.hasNext()) { sb.append(it.next()); - sb.append(uVar.f1380c); + sb.append(uVar.f1382c); } edit.putString(str, sb.toString()).commit(); } diff --git a/app/src/main/java/c/i/c/w/u.java b/app/src/main/java/c/i/c/w/u.java index 29ef7372a7..8cd6d617a4 100644 --- a/app/src/main/java/c/i/c/w/u.java +++ b/app/src/main/java/c/i/c/w/u.java @@ -13,7 +13,7 @@ public final class u { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1380c; + public final String f1382c; @GuardedBy("internalQueue") public final ArrayDeque d = new ArrayDeque<>(); public final Executor e; @@ -21,7 +21,7 @@ public final class u { public u(SharedPreferences sharedPreferences, String str, String str2, Executor executor) { this.a = sharedPreferences; this.b = str; - this.f1380c = str2; + this.f1382c = str2; this.e = executor; } @@ -32,8 +32,8 @@ public final class u { uVar.d.clear(); String string = uVar.a.getString(uVar.b, ""); if (!TextUtils.isEmpty(string)) { - if (string.contains(uVar.f1380c)) { - String[] split = string.split(uVar.f1380c, -1); + if (string.contains(uVar.f1382c)) { + String[] split = string.split(uVar.f1382c, -1); if (split.length == 0) { Log.e("FirebaseMessaging", "Corrupted queue. Please check the queue contents and item separator provided"); } diff --git a/app/src/main/java/c/i/c/w/v.java b/app/src/main/java/c/i/c/w/v.java index cdfb5da2ee..c3e85d0dba 100644 --- a/app/src/main/java/c/i/c/w/v.java +++ b/app/src/main/java/c/i/c/w/v.java @@ -11,7 +11,7 @@ public final class v { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1381c; + public final String f1383c; public final String d; public v(String str, String str2) { @@ -26,8 +26,8 @@ public final class v { throw new IllegalArgumentException(String.format("Invalid topic name: %s does not match the allowed format %s.", str3, "[a-zA-Z0-9-_.~%]{1,900}")); } this.b = str3; - this.f1381c = str; - this.d = a.f(a.b(str2, a.b(str, 1)), str, "!", str2); + this.f1383c = str; + this.d = a.e(a.b(str2, a.b(str, 1)), str, "!", str2); } public final boolean equals(@Nullable Object obj) { @@ -35,10 +35,10 @@ public final class v { return false; } v vVar = (v) obj; - return this.b.equals(vVar.b) && this.f1381c.equals(vVar.f1381c); + return this.b.equals(vVar.b) && this.f1383c.equals(vVar.f1383c); } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.f1381c, this.b}); + return Arrays.hashCode(new Object[]{this.f1383c, this.b}); } } diff --git a/app/src/main/java/c/i/c/w/w.java b/app/src/main/java/c/i/c/w/w.java index f1bcb249af..582694a739 100644 --- a/app/src/main/java/c/i/c/w/w.java +++ b/app/src/main/java/c/i/c/w/w.java @@ -14,7 +14,7 @@ public final class w { public final SharedPreferences b; /* renamed from: c reason: collision with root package name */ - public u f1382c; + public u f1384c; public final Executor d; public w(SharedPreferences sharedPreferences, Executor executor) { @@ -26,7 +26,7 @@ public final class w { public final synchronized v a() { String peek; v vVar; - u uVar = this.f1382c; + u uVar = this.f1384c; synchronized (uVar.d) { peek = uVar.d.peek(); } diff --git a/app/src/main/java/c/i/c/w/x.java b/app/src/main/java/c/i/c/w/x.java index 0b5c1b866c..4cff221eb1 100644 --- a/app/src/main/java/c/i/c/w/x.java +++ b/app/src/main/java/c/i/c/w/x.java @@ -42,7 +42,7 @@ public final /* synthetic */ class x implements Callable { SharedPreferences sharedPreferences = context.getSharedPreferences("com.google.android.gms.appid", 0); w wVar2 = new w(sharedPreferences, scheduledExecutorService); synchronized (wVar2) { - wVar2.f1382c = u.a(sharedPreferences, "topic_operation_queue", ",", scheduledExecutorService); + wVar2.f1384c = u.a(sharedPreferences, "topic_operation_queue", ",", scheduledExecutorService); } w.a = new WeakReference<>(wVar2); wVar = wVar2; diff --git a/app/src/main/java/c/i/c/w/y.java b/app/src/main/java/c/i/c/w/y.java index 1543d3f0d7..b97dda508d 100644 --- a/app/src/main/java/c/i/c/w/y.java +++ b/app/src/main/java/c/i/c/w/y.java @@ -29,7 +29,7 @@ public class y { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final FirebaseInstanceId f1383c; + public final FirebaseInstanceId f1385c; public final Context d; public final q e; public final n f; @@ -41,7 +41,7 @@ public class y { public final w j; public y(FirebaseInstanceId firebaseInstanceId, q qVar, w wVar, n nVar, Context context, @NonNull ScheduledExecutorService scheduledExecutorService) { - this.f1383c = firebaseInstanceId; + this.f1385c = firebaseInstanceId; this.e = qVar; this.j = wVar; this.f = nVar; @@ -76,7 +76,7 @@ public class y { @WorkerThread public final void b(String str) throws IOException { - o oVar = (o) a(this.f1383c.f()); + o oVar = (o) a(this.f1385c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -90,7 +90,7 @@ public class y { @WorkerThread public final void c(String str) throws IOException { - o oVar = (o) a(this.f1383c.f()); + o oVar = (o) a(this.f1385c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -123,7 +123,7 @@ public class y { } } try { - String str = a2.f1381c; + String str = a2.f1383c; char c2 = 65535; int hashCode = str.hashCode(); if (hashCode != 83) { @@ -183,7 +183,7 @@ public class y { } w wVar = this.j; synchronized (wVar) { - u uVar = wVar.f1382c; + u uVar = wVar.f1384c; String str4 = a2.d; synchronized (uVar.d) { if (uVar.d.remove(str4)) { diff --git a/app/src/main/java/c/i/c/x/a.java b/app/src/main/java/c/i/c/x/a.java index 5499fc7451..f2bb6e4a23 100644 --- a/app/src/main/java/c/i/c/x/a.java +++ b/app/src/main/java/c/i/c/x/a.java @@ -39,9 +39,9 @@ public final class a extends e { } public String toString() { - StringBuilder L = c.d.b.a.a.L("LibraryVersion{libraryName="); - L.append(this.a); - L.append(", version="); - return c.d.b.a.a.D(L, this.b, "}"); + StringBuilder K = c.d.b.a.a.K("LibraryVersion{libraryName="); + K.append(this.a); + K.append(", version="); + return c.d.b.a.a.C(K, this.b, "}"); } } diff --git a/app/src/main/java/c/i/d/c.java b/app/src/main/java/c/i/d/c.java index 1e7159c29b..08dec3e76c 100644 --- a/app/src/main/java/c/i/d/c.java +++ b/app/src/main/java/c/i/d/c.java @@ -69,9 +69,9 @@ public enum c implements d { } char upperCase = Character.toUpperCase(charAt); if (i == 0) { - StringBuilder J = c.d.b.a.a.J(upperCase); - J.append(str.substring(1)); - return J.toString(); + StringBuilder H = c.d.b.a.a.H(upperCase); + H.append(str.substring(1)); + return H.toString(); } return str.substring(0, i) + upperCase + str.substring(i + 1); } diff --git a/app/src/main/java/c/i/d/e.java b/app/src/main/java/c/i/d/e.java index b667347eea..dddbd3a427 100644 --- a/app/src/main/java/c/i/d/e.java +++ b/app/src/main/java/c/i/d/e.java @@ -22,7 +22,7 @@ public final class e { public n b = n.DEFAULT; /* renamed from: c reason: collision with root package name */ - public d f1384c = c.IDENTITY; + public d f1386c = c.IDENTITY; public final Map> d = new HashMap(); public final List e = new ArrayList(); public final List f = new ArrayList(); @@ -49,7 +49,7 @@ public final class e { arrayList.add(new TypeAdapters.AnonymousClass32(Timestamp.class, defaultDateTypeAdapter2)); arrayList.add(new TypeAdapters.AnonymousClass32(java.sql.Date.class, defaultDateTypeAdapter3)); } - return new Gson(this.a, this.f1384c, this.d, this.g, false, false, this.j, false, false, false, this.b, null, this.h, this.i, this.e, this.f, arrayList); + return new Gson(this.a, this.f1386c, this.d, this.g, false, false, this.j, false, false, false, this.b, null, this.h, this.i, this.e, this.f, arrayList); } public e b(Type type, Object obj) { diff --git a/app/src/main/java/c/i/d/q/a.java b/app/src/main/java/c/i/d/q/a.java index 7041e9b8db..ad4e0271d2 100644 --- a/app/src/main/java/c/i/d/q/a.java +++ b/app/src/main/java/c/i/d/q/a.java @@ -174,15 +174,15 @@ public final class a { @Override // java.lang.Object public String toString() { if (this.lowerBound != null) { - StringBuilder L = c.d.b.a.a.L("? super "); - L.append(a.i(this.lowerBound)); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("? super "); + K.append(a.i(this.lowerBound)); + return K.toString(); } else if (this.upperBound == Object.class) { return "?"; } else { - StringBuilder L2 = c.d.b.a.a.L("? extends "); - L2.append(a.i(this.upperBound)); - return L2.toString(); + StringBuilder K2 = c.d.b.a.a.K("? extends "); + K2.append(a.i(this.upperBound)); + return K2.toString(); } } } diff --git a/app/src/main/java/c/i/d/q/f.java b/app/src/main/java/c/i/d/q/f.java index c2ac306e1d..2e65f48c4d 100644 --- a/app/src/main/java/c/i/d/q/f.java +++ b/app/src/main/java/c/i/d/q/f.java @@ -12,12 +12,12 @@ public class f implements r { public final /* synthetic */ Class b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Type f1385c; + public final /* synthetic */ Type f1387c; public f(g gVar, Class cls, Type type) { w wVar; this.b = cls; - this.f1385c = type; + this.f1387c = type; try { Class cls2 = Class.forName("sun.misc.Unsafe"); Field declaredField = cls2.getDeclaredField("theUnsafe"); @@ -50,10 +50,10 @@ public class f implements r { try { return this.a.b(this.b); } catch (Exception e) { - StringBuilder L = a.L("Unable to invoke no-args constructor for "); - L.append(this.f1385c); - L.append(". Registering an InstanceCreator with Gson for this type may fix this problem."); - throw new RuntimeException(L.toString(), e); + StringBuilder K = a.K("Unable to invoke no-args constructor for "); + K.append(this.f1387c); + K.append(". Registering an InstanceCreator with Gson for this type may fix this problem."); + throw new RuntimeException(K.toString(), e); } } } diff --git a/app/src/main/java/c/i/d/q/h.java b/app/src/main/java/c/i/d/q/h.java index f268411af4..91ef2ad703 100644 --- a/app/src/main/java/c/i/d/q/h.java +++ b/app/src/main/java/c/i/d/q/h.java @@ -17,15 +17,15 @@ public class h implements r { try { return this.a.newInstance(null); } catch (InstantiationException e) { - StringBuilder L = a.L("Failed to invoke "); - L.append(this.a); - L.append(" with no args"); - throw new RuntimeException(L.toString(), e); + StringBuilder K = a.K("Failed to invoke "); + K.append(this.a); + K.append(" with no args"); + throw new RuntimeException(K.toString(), e); } catch (InvocationTargetException e2) { - StringBuilder L2 = a.L("Failed to invoke "); - L2.append(this.a); - L2.append(" with no args"); - throw new RuntimeException(L2.toString(), e2.getTargetException()); + StringBuilder K2 = a.K("Failed to invoke "); + K2.append(this.a); + K2.append(" with no args"); + throw new RuntimeException(K2.toString(), e2.getTargetException()); } catch (IllegalAccessException e3) { throw new AssertionError(e3); } diff --git a/app/src/main/java/c/i/d/q/j.java b/app/src/main/java/c/i/d/q/j.java index 4c2cd6d31d..9ab21fdd84 100644 --- a/app/src/main/java/c/i/d/q/j.java +++ b/app/src/main/java/c/i/d/q/j.java @@ -22,12 +22,12 @@ public class j implements r { if (type2 instanceof Class) { return EnumSet.noneOf((Class) type2); } - StringBuilder L = a.L("Invalid EnumSet type: "); - L.append(this.a.toString()); - throw new JsonIOException(L.toString()); + StringBuilder K = a.K("Invalid EnumSet type: "); + K.append(this.a.toString()); + throw new JsonIOException(K.toString()); } - StringBuilder L2 = a.L("Invalid EnumSet type: "); - L2.append(this.a.toString()); - throw new JsonIOException(L2.toString()); + StringBuilder K2 = a.K("Invalid EnumSet type: "); + K2.append(this.a.toString()); + throw new JsonIOException(K2.toString()); } } diff --git a/app/src/main/java/c/i/d/q/w.java b/app/src/main/java/c/i/d/q/w.java index 5e5b30c7fe..b464c66e7c 100644 --- a/app/src/main/java/c/i/d/q/w.java +++ b/app/src/main/java/c/i/d/q/w.java @@ -7,13 +7,13 @@ public abstract class w { public static void a(Class cls) { int modifiers = cls.getModifiers(); if (Modifier.isInterface(modifiers)) { - StringBuilder L = a.L("Interface can't be instantiated! Interface name: "); - L.append(cls.getName()); - throw new UnsupportedOperationException(L.toString()); + StringBuilder K = a.K("Interface can't be instantiated! Interface name: "); + K.append(cls.getName()); + throw new UnsupportedOperationException(K.toString()); } else if (Modifier.isAbstract(modifiers)) { - StringBuilder L2 = a.L("Abstract class can't be instantiated! Class name: "); - L2.append(cls.getName()); - throw new UnsupportedOperationException(L2.toString()); + StringBuilder K2 = a.K("Abstract class can't be instantiated! Class name: "); + K2.append(cls.getName()); + throw new UnsupportedOperationException(K2.toString()); } } diff --git a/app/src/main/java/c/i/d/q/x/a.java b/app/src/main/java/c/i/d/q/x/a.java index cc1369816c..bad6423782 100644 --- a/app/src/main/java/c/i/d/q/x/a.java +++ b/app/src/main/java/c/i/d/q/x/a.java @@ -17,10 +17,10 @@ import java.util.Map; public final class a extends JsonReader { /* renamed from: y reason: collision with root package name */ - public static final Reader f1386y = new C0147a(); + public static final Reader f1388y = new C0147a(); /* renamed from: z reason: collision with root package name */ - public static final Object f1387z = new Object(); + public static final Object f1389z = new Object(); public Object[] A = new Object[32]; public int B = 0; public String[] C = new String[32]; @@ -41,14 +41,14 @@ public final class a extends JsonReader { } public a(JsonElement jsonElement) { - super(f1386y); + super(f1388y); c0(jsonElement); } private String t() { - StringBuilder L = c.d.b.a.a.L(" at path "); - L.append(getPath()); - return L.toString(); + StringBuilder K = c.d.b.a.a.K(" at path "); + K.append(getPath()); + return K.toString(); } @Override // com.google.gson.stream.JsonReader @@ -147,7 +147,7 @@ public final class a extends JsonReader { } else if (a02 instanceof j) { return JsonToken.NULL; } else { - if (a02 == f1387z) { + if (a02 == f1389z) { throw new IllegalStateException("JsonReader is closed"); } throw new AssertionError(); @@ -224,7 +224,7 @@ public final class a extends JsonReader { @Override // com.google.gson.stream.JsonReader, java.io.Closeable, java.lang.AutoCloseable public void close() throws IOException { - this.A = new Object[]{f1387z}; + this.A = new Object[]{f1389z}; this.B = 1; } @@ -256,30 +256,30 @@ public final class a extends JsonReader { @Override // com.google.gson.stream.JsonReader public String getPath() { - StringBuilder J = c.d.b.a.a.J('$'); + StringBuilder H = c.d.b.a.a.H('$'); int i = 0; while (i < this.B) { Object[] objArr = this.A; if (objArr[i] instanceof g) { i++; if (objArr[i] instanceof Iterator) { - J.append('['); - J.append(this.D[i]); - J.append(']'); + H.append('['); + H.append(this.D[i]); + H.append(']'); } } else if (objArr[i] instanceof JsonObject) { i++; if (objArr[i] instanceof Iterator) { - J.append('.'); + H.append('.'); String[] strArr = this.C; if (strArr[i] != null) { - J.append(strArr[i]); + H.append(strArr[i]); } } } i++; } - return J.toString(); + return H.toString(); } @Override // com.google.gson.stream.JsonReader 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 39212dfe0c..e511530407 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 @@ -18,7 +18,7 @@ public final class b extends JsonWriter { public String w; /* renamed from: x reason: collision with root package name */ - public JsonElement f1388x = j.a; + public JsonElement f1390x = j.a; /* compiled from: JsonTreeWriter */ public class a extends Writer { @@ -97,12 +97,12 @@ public final class b extends JsonWriter { public final void N(JsonElement jsonElement) { if (this.w != null) { - if (!(jsonElement instanceof j) || this.f2385s) { + if (!(jsonElement instanceof j) || this.f2388s) { ((JsonObject) M()).a.put(this.w, jsonElement); } this.w = null; } else if (this.v.isEmpty()) { - this.f1388x = jsonElement; + this.f1390x = jsonElement; } else { JsonElement M = M(); if (M instanceof g) { diff --git a/app/src/main/java/c/i/d/q/x/d/a.java b/app/src/main/java/c/i/d/q/x/d/a.java index 8abd54b491..056471e400 100644 --- a/app/src/main/java/c/i/d/q/x/d/a.java +++ b/app/src/main/java/c/i/d/q/x/d/a.java @@ -160,10 +160,10 @@ public class a { } String message = e.getMessage(); if (message == null || message.isEmpty()) { - StringBuilder L = c.d.b.a.a.L("("); - L.append(e.getClass().getName()); - L.append(")"); - message = L.toString(); + StringBuilder K = c.d.b.a.a.K("("); + K.append(e.getClass().getName()); + K.append(")"); + message = K.toString(); } ParseException parseException = new ParseException("Failed to parse date [" + str2 + "]: " + message, parsePosition.getIndex()); parseException.initCause(e); @@ -183,9 +183,9 @@ public class a { if (digit >= 0) { i3 = -digit; } else { - StringBuilder L = c.d.b.a.a.L("Invalid number: "); - L.append(str.substring(i, i2)); - throw new NumberFormatException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Invalid number: "); + K.append(str.substring(i, i2)); + throw new NumberFormatException(K.toString()); } } else { i3 = 0; @@ -198,9 +198,9 @@ public class a { i3 = (i3 * 10) - digit2; i4 = i5; } else { - StringBuilder L2 = c.d.b.a.a.L("Invalid number: "); - L2.append(str.substring(i, i2)); - throw new NumberFormatException(L2.toString()); + StringBuilder K2 = c.d.b.a.a.K("Invalid number: "); + K2.append(str.substring(i, i2)); + throw new NumberFormatException(K2.toString()); } } return -i3; diff --git a/app/src/main/java/c/i/d/q/y/c.java b/app/src/main/java/c/i/d/q/y/c.java index 36c721b27d..79d1f6d39c 100644 --- a/app/src/main/java/c/i/d/q/y/c.java +++ b/app/src/main/java/c/i/d/q/y/c.java @@ -8,7 +8,7 @@ public final class c extends b { public static Class b; /* renamed from: c reason: collision with root package name */ - public final Object f1389c; + public final Object f1391c; public final Field d; public c() { @@ -23,7 +23,7 @@ public final class c extends b { } catch (Exception unused) { obj = null; } - this.f1389c = obj; + this.f1391c = obj; try { field = AccessibleObject.class.getDeclaredField("override"); } catch (NoSuchFieldException unused2) { @@ -34,9 +34,9 @@ public final class c extends b { @Override // c.i.d.q.y.b public void a(AccessibleObject accessibleObject) { boolean z2 = false; - if (!(this.f1389c == null || this.d == null)) { + if (!(this.f1391c == null || this.d == null)) { try { - b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1389c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1389c, this.d)).longValue()), Boolean.TRUE); + b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1391c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1391c, this.d)).longValue()), Boolean.TRUE); z2 = true; } catch (Exception unused) { } diff --git a/app/src/main/java/c/i/e/c.java b/app/src/main/java/c/i/e/c.java index 55e18c6a64..14970f5f18 100644 --- a/app/src/main/java/c/i/e/c.java +++ b/app/src/main/java/c/i/e/c.java @@ -29,7 +29,7 @@ public final class c { hVar.b(i2); int[] iArr = hVar.d; for (int i4 = 1; i4 < 5; i4++) { - byte[] b = fVar.b((i3 * i4) / 5, hVar.f1407c); + byte[] b = fVar.b((i3 * i4) / 5, hVar.f1409c); int i5 = (i2 << 2) / 5; for (int i6 = i2 / 5; i6 < i5; i6++) { int i7 = (b[i6] & 255) >> 3; @@ -224,7 +224,7 @@ public final class c { } } hVar.b(i3); - byte[] b = fVar.b(i, hVar.f1407c); + byte[] b = fVar.b(i, hVar.f1409c); int[] iArr = hVar.d; int i5 = 0; while (true) { diff --git a/app/src/main/java/c/i/e/e.java b/app/src/main/java/c/i/e/e.java index 738e7166f6..55d51c9ec8 100644 --- a/app/src/main/java/c/i/e/e.java +++ b/app/src/main/java/c/i/e/e.java @@ -3,16 +3,16 @@ package c.i.e; public final class e extends f { /* renamed from: c reason: collision with root package name */ - public final f f1395c; + public final f f1397c; public e(f fVar) { super(fVar.a, fVar.b); - this.f1395c = fVar; + this.f1397c = fVar; } @Override // c.i.e.f public byte[] a() { - byte[] a = this.f1395c.a(); + byte[] a = this.f1397c.a(); int i = this.a * this.b; byte[] bArr = new byte[i]; for (int i2 = 0; i2 < i; i2++) { @@ -23,7 +23,7 @@ public final class e extends f { @Override // c.i.e.f public byte[] b(int i, byte[] bArr) { - byte[] b = this.f1395c.b(i, bArr); + byte[] b = this.f1397c.b(i, bArr); int i2 = this.a; for (int i3 = 0; i3 < i2; i3++) { b[i3] = (byte) (255 - (b[i3] & 255)); @@ -33,11 +33,11 @@ public final class e extends f { @Override // c.i.e.f public boolean c() { - return this.f1395c.c(); + return this.f1397c.c(); } @Override // c.i.e.f public f d() { - return new e(this.f1395c.d()); + return new e(this.f1397c.d()); } } diff --git a/app/src/main/java/c/i/e/h.java b/app/src/main/java/c/i/e/h.java index ab1e1683be..db2577fe6c 100644 --- a/app/src/main/java/c/i/e/h.java +++ b/app/src/main/java/c/i/e/h.java @@ -3,7 +3,7 @@ package c.i.e; public final class h extends f { /* renamed from: c reason: collision with root package name */ - public final byte[] f1396c; + public final byte[] f1398c; public final int d; public final int e; public final int f; @@ -14,7 +14,7 @@ public final class h extends f { if (i3 + i5 > i || i4 + i6 > i2) { throw new IllegalArgumentException("Crop rectangle does not fit within image data."); } - this.f1396c = bArr; + this.f1398c = bArr; this.d = i; this.e = i2; this.f = i3; @@ -45,17 +45,17 @@ public final class h extends f { int i2 = this.b; int i3 = this.d; if (i == i3 && i2 == this.e) { - return this.f1396c; + return this.f1398c; } int i4 = i * i2; byte[] bArr = new byte[i4]; int i5 = (this.g * i3) + this.f; if (i == i3) { - System.arraycopy(this.f1396c, i5, bArr, 0, i4); + System.arraycopy(this.f1398c, i5, bArr, 0, i4); return bArr; } for (int i6 = 0; i6 < i2; i6++) { - System.arraycopy(this.f1396c, i5, bArr, i6 * i, i); + System.arraycopy(this.f1398c, i5, bArr, i6 * i, i); i5 += this.d; } return bArr; @@ -70,7 +70,7 @@ public final class h extends f { if (bArr == null || bArr.length < i2) { bArr = new byte[i2]; } - System.arraycopy(this.f1396c, ((i + this.g) * this.d) + this.f, bArr, 0, i2); + System.arraycopy(this.f1398c, ((i + this.g) * this.d) + this.f, bArr, 0, i2); return bArr; } } diff --git a/app/src/main/java/c/i/e/m/a.java b/app/src/main/java/c/i/e/m/a.java index 3fda621064..656008ac4a 100644 --- a/app/src/main/java/c/i/e/m/a.java +++ b/app/src/main/java/c/i/e/m/a.java @@ -7,13 +7,13 @@ import c.i.e.n.g; public final class a extends g { /* renamed from: c reason: collision with root package name */ - public final boolean f1398c; + public final boolean f1400c; public final int d; public final int e; public a(b bVar, k[] kVarArr, boolean z2, int i, int i2) { super(bVar, kVarArr); - this.f1398c = z2; + this.f1400c = z2; this.d = i; this.e = i2; } diff --git a/app/src/main/java/c/i/e/m/b.java b/app/src/main/java/c/i/e/m/b.java index e9487f95a0..29d2d97a40 100644 --- a/app/src/main/java/c/i/e/m/b.java +++ b/app/src/main/java/c/i/e/m/b.java @@ -47,7 +47,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1406c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1408c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -64,7 +64,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1406c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1408c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -82,7 +82,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1406c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1408c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -100,7 +100,7 @@ public final class b implements i { } while (r11 < r0) { } - Result result = new Result(eVar.f1406c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1408c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { } @@ -129,7 +129,7 @@ public final class b implements i { lVar.a(kVar); } } - Result result = new Result(eVar.f1406c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1408c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); list = eVar.d; if (list != null) { result.b(j.BYTE_SEGMENTS, list); diff --git a/app/src/main/java/c/i/e/m/c/a.java b/app/src/main/java/c/i/e/m/c/a.java index 4680d3ce7c..05f75b5c29 100644 --- a/app/src/main/java/c/i/e/m/c/a.java +++ b/app/src/main/java/c/i/e/m/c/a.java @@ -13,7 +13,7 @@ public final class a { public static final String[] b = {"CTRL_PS", " ", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "CTRL_US", "CTRL_ML", "CTRL_DL", "CTRL_BS"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1399c = {"CTRL_PS", " ", "\u0001", "\u0002", "\u0003", "\u0004", "\u0005", "\u0006", "\u0007", "\b", "\t", "\n", "\u000b", "\f", "\r", "\u001b", "\u001c", "\u001d", "\u001e", "\u001f", "@", "\\", "^", "_", "`", "|", "~", "", "CTRL_LL", "CTRL_UL", "CTRL_PL", "CTRL_BS"}; + public static final String[] f1401c = {"CTRL_PS", " ", "\u0001", "\u0002", "\u0003", "\u0004", "\u0005", "\u0006", "\u0007", "\b", "\t", "\n", "\u000b", "\f", "\r", "\u001b", "\u001c", "\u001d", "\u001e", "\u001f", "@", "\\", "^", "_", "`", "|", "~", "", "CTRL_LL", "CTRL_UL", "CTRL_PL", "CTRL_BS"}; public static final String[] d = {"", "\r", "\r\n", ". ", ", ", ": ", "!", "\"", "#", "$", "%", "&", "'", "(", ")", "*", "+", ",", "-", ".", "/", ":", ";", "<", "=", ">", "?", "[", "]", "{", "}", "CTRL_UL"}; public static final String[] e = {"CTRL_PS", " ", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", ",", ".", "CTRL_UL", "CTRL_US"}; public c.i.e.m.a f; @@ -35,7 +35,7 @@ public final class a { String str; this.f = aVar; b bVar = aVar.a; - boolean z2 = aVar.f1398c; + boolean z2 = aVar.f1400c; int i2 = aVar.e; int i3 = (z2 ? 11 : 14) + (i2 << 2); int[] iArr = new int[i3]; @@ -99,7 +99,7 @@ public final class a { int i24 = aVar3.e; int i25 = 8; if (i24 <= 2) { - aVar2 = c.i.e.n.l.a.f1410c; + aVar2 = c.i.e.n.l.a.f1412c; i = 6; } else if (i24 <= 8) { aVar2 = c.i.e.n.l.a.g; @@ -210,7 +210,7 @@ public final class a { } else if (h == 1) { str = b[b3]; } else if (h == 2) { - str = f1399c[b3]; + str = f1401c[b3]; } else if (h == 3) { str = e[b3]; } else if (h == 4) { diff --git a/app/src/main/java/c/i/e/m/d/a.java b/app/src/main/java/c/i/e/m/d/a.java index 382448723b..f8fdd0b1e0 100644 --- a/app/src/main/java/c/i/e/m/d/a.java +++ b/app/src/main/java/c/i/e/m/d/a.java @@ -13,7 +13,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public boolean f1400c; + public boolean f1402c; public int d; public int e; public int f; @@ -34,7 +34,7 @@ public final class a { StringBuilder sb = new StringBuilder("<"); sb.append(this.a); sb.append(' '); - return c.d.b.a.a.w(sb, this.b, '>'); + return c.d.b.a.a.v(sb, this.b, '>'); } } @@ -297,7 +297,7 @@ public final class a { } int i48 = this.f; if (i48 == 5 || i48 == 7) { - this.f1400c = i48 == 5; + this.f1402c = i48 == 5; int i49 = i48 * 2; k[] b3 = b(new k[]{new k(((float) aVar2.a) + 0.5f, ((float) aVar2.b) - 0.5f), new k(((float) aVar3.a) + 0.5f, ((float) aVar3.b) + 0.5f), new k(((float) aVar4.a) - 0.5f, ((float) aVar4.b) + 0.5f), new k(((float) aVar5.a) - 0.5f, ((float) aVar5.b) - 0.5f)}, i49 - 3, i49); if (z2) { @@ -322,7 +322,7 @@ public final class a { long j2 = 0; for (int i56 = 0; i56 < 4; i56++) { int i57 = iArr[(this.g + i56) % 4]; - if (this.f1400c) { + if (this.f1402c) { j = j2 << 7; i2 = (i57 >> 1) & 127; } else { @@ -332,7 +332,7 @@ public final class a { j2 = j + ((long) i2); } int i58 = 7; - if (this.f1400c) { + if (this.f1402c) { i = 2; } else { i = 4; @@ -358,7 +358,7 @@ public final class a { for (int i61 = 0; i61 < i; i61++) { i60 = (i60 << 4) + iArr2[i61]; } - if (this.f1400c) { + if (this.f1402c) { this.d = (i60 >> 6) + 1; this.e = (i60 & 63) + 1; } else { @@ -377,7 +377,7 @@ public final class a { float f2 = (float) this.f; float f3 = f - f2; float f4 = f + f2; - return new c.i.e.m.a(fVar.a(bVar3, d, d, i.a(f3, f3, f4, f3, f4, f4, f3, f4, kVar16.a, kVar16.b, kVar17.a, kVar17.b, kVar18.a, kVar18.b, kVar19.a, kVar19.b)), b(b3, this.f * 2, d()), this.f1400c, this.e, this.d); + return new c.i.e.m.a(fVar.a(bVar3, d, d, i.a(f3, f3, f4, f3, f4, f4, f3, f4, kVar16.a, kVar16.b, kVar17.a, kVar17.b, kVar18.a, kVar18.b, kVar19.a, kVar19.b)), b(b3, this.f * 2, d()), this.f1402c, this.e, this.d); } } throw NotFoundException.k; @@ -417,7 +417,7 @@ public final class a { } public final int d() { - if (this.f1400c) { + if (this.f1402c) { return (this.d * 4) + 11; } int i = this.d; diff --git a/app/src/main/java/c/i/e/n/c.java b/app/src/main/java/c/i/e/n/c.java index 23c9b59896..b65620b488 100644 --- a/app/src/main/java/c/i/e/n/c.java +++ b/app/src/main/java/c/i/e/n/c.java @@ -5,21 +5,21 @@ public final class c { public int b; /* renamed from: c reason: collision with root package name */ - public int f1401c; + public int f1403c; public c(byte[] bArr) { this.a = bArr; } public int a() { - return ((this.a.length - this.b) * 8) - this.f1401c; + return ((this.a.length - this.b) * 8) - this.f1403c; } public int b(int i) { if (i <= 0 || i > 32 || i > a()) { throw new IllegalArgumentException(String.valueOf(i)); } - int i2 = this.f1401c; + int i2 = this.f1403c; int i3 = 0; if (i2 > 0) { int i4 = 8 - i2; @@ -30,9 +30,9 @@ public final class c { int i8 = (((255 >> (8 - i5)) << i6) & bArr[i7]) >> i6; i -= i5; int i9 = i2 + i5; - this.f1401c = i9; + this.f1403c = i9; if (i9 == 8) { - this.f1401c = 0; + this.f1403c = 0; this.b = i7 + 1; } i3 = i8; @@ -53,7 +53,7 @@ public final class c { } int i12 = 8 - i; int i13 = (i3 << i) | ((((255 >> i12) << i12) & this.a[this.b]) >> i12); - this.f1401c += i; + this.f1403c += i; return i13; } } diff --git a/app/src/main/java/c/i/e/n/e.java b/app/src/main/java/c/i/e/n/e.java index a0caa54310..077a08f645 100644 --- a/app/src/main/java/c/i/e/n/e.java +++ b/app/src/main/java/c/i/e/n/e.java @@ -7,7 +7,7 @@ public final class e { public int b; /* renamed from: c reason: collision with root package name */ - public final String f1406c; + public final String f1408c; public final List d; public final String e; public Object f; @@ -21,7 +21,7 @@ public final class e { public e(byte[] bArr, String str, List list, String str2, int i, int i2) { this.a = bArr; this.b = bArr == null ? 0 : bArr.length * 8; - this.f1406c = str; + this.f1408c = str; this.d = list; this.e = str2; this.g = i2; diff --git a/app/src/main/java/c/i/e/n/f.java b/app/src/main/java/c/i/e/n/f.java index 0727868b62..4ec0b4f4e5 100644 --- a/app/src/main/java/c/i/e/n/f.java +++ b/app/src/main/java/c/i/e/n/f.java @@ -28,7 +28,7 @@ public final class f { Objects.requireNonNull(iVar); float f2 = iVar.a; float f3 = iVar.b; - float f4 = iVar.f1408c; + float f4 = iVar.f1410c; float f5 = iVar.d; float f6 = iVar.e; float f7 = iVar.f; diff --git a/app/src/main/java/c/i/e/n/h.java b/app/src/main/java/c/i/e/n/h.java index 8577ba0ae8..b783aa956e 100644 --- a/app/src/main/java/c/i/e/n/h.java +++ b/app/src/main/java/c/i/e/n/h.java @@ -8,7 +8,7 @@ public final class h extends b { public static final byte[] b = new byte[0]; /* renamed from: c reason: collision with root package name */ - public byte[] f1407c = b; + public byte[] f1409c = b; public final int[] d = new int[32]; public b e; @@ -63,8 +63,8 @@ public final class h extends b { } public final void b(int i) { - if (this.f1407c.length < i) { - this.f1407c = new byte[i]; + if (this.f1409c.length < i) { + this.f1409c = new byte[i]; } for (int i2 = 0; i2 < 32; i2++) { this.d[i2] = 0; diff --git a/app/src/main/java/c/i/e/n/i.java b/app/src/main/java/c/i/e/n/i.java index f4cdac617d..c66fa60ed4 100644 --- a/app/src/main/java/c/i/e/n/i.java +++ b/app/src/main/java/c/i/e/n/i.java @@ -5,7 +5,7 @@ public final class i { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1408c; + public final float f1410c; public final float d; public final float e; public final float f; @@ -16,7 +16,7 @@ public final class i { public i(float f, float f2, float f3, float f4, float f5, float f6, float f7, float f8, float f9) { this.a = f; this.b = f4; - this.f1408c = f7; + this.f1410c = f7; this.d = f2; this.e = f5; this.f = f8; @@ -36,7 +36,7 @@ public final class i { float f23 = b.d; float f24 = (f19 * f22) - (f23 * f18); float f25 = (f23 * f20) - (f17 * f22); - float f26 = b.f1408c; + float f26 = b.f1410c; float f27 = b.b; float f28 = (f26 * f20) - (f27 * f18); float f29 = b.a; @@ -59,7 +59,7 @@ public final class i { float f45 = (f44 * f32) + (f43 * f28) + (f42 * f21); float f46 = (f43 * f30) + (f42 * f24); float f47 = (f43 * f31) + (f42 * f25) + (f44 * f34); - float f48 = b2.f1408c; + float f48 = b2.f1410c; float f49 = b2.f; float f50 = f28 * f49; float f51 = b2.i; diff --git a/app/src/main/java/c/i/e/n/k/a.java b/app/src/main/java/c/i/e/n/k/a.java index 4ffecd9375..2e6474dad9 100644 --- a/app/src/main/java/c/i/e/n/k/a.java +++ b/app/src/main/java/c/i/e/n/k/a.java @@ -10,7 +10,7 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1409c; + public final int f1411c; public final int d; public final int e; public final int f; @@ -21,7 +21,7 @@ public final class a { int i4 = bVar.j; this.b = i4; int i5 = bVar.i; - this.f1409c = i5; + this.f1411c = i5; int i6 = i / 2; int i7 = i2 - i6; this.d = i7; @@ -75,7 +75,7 @@ public final class a { boolean z9 = true; boolean z10 = false; while (true) { - if ((z9 || !z4) && i2 < this.f1409c) { + if ((z9 || !z4) && i2 < this.f1411c) { z9 = a(i3, i4, i2, false); if (z9) { i2++; @@ -86,7 +86,7 @@ public final class a { } } } - if (i2 >= this.f1409c) { + if (i2 >= this.f1411c) { break; } boolean z11 = true; @@ -182,7 +182,7 @@ public final class a { float f6 = kVar4.b; float f7 = kVar3.a; float f8 = kVar3.b; - return f < ((float) this.f1409c) / 2.0f ? new k[]{new k(f7 - 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 + 1.0f), new k(f5 - 1.0f, f6 - 1.0f), new k(f + 1.0f, f2 - 1.0f)} : new k[]{new k(f7 + 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 - 1.0f), new k(f5 - 1.0f, f6 + 1.0f), new k(f - 1.0f, f2 - 1.0f)}; + return f < ((float) this.f1411c) / 2.0f ? new k[]{new k(f7 - 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 + 1.0f), new k(f5 - 1.0f, f6 - 1.0f), new k(f + 1.0f, f2 - 1.0f)} : new k[]{new k(f7 + 1.0f, f8 + 1.0f), new k(f3 + 1.0f, f4 - 1.0f), new k(f5 - 1.0f, f6 + 1.0f), new k(f - 1.0f, f2 - 1.0f)}; } throw NotFoundException.k; } diff --git a/app/src/main/java/c/i/e/n/l/a.java b/app/src/main/java/c/i/e/n/l/a.java index e4ffda2d32..220ab8d244 100644 --- a/app/src/main/java/c/i/e/n/l/a.java +++ b/app/src/main/java/c/i/e/n/l/a.java @@ -5,7 +5,7 @@ public final class a { public static final a b = new a(1033, 1024, 1); /* renamed from: c reason: collision with root package name */ - public static final a f1410c; + public static final a f1412c; public static final a d = new a(19, 16, 1); public static final a e = new a(285, 256, 0); public static final a f; @@ -21,7 +21,7 @@ public final class a { static { a aVar = new a(67, 64, 1); - f1410c = aVar; + f1412c = aVar; a aVar2 = new a(301, 256, 1); f = aVar2; g = aVar2; @@ -81,6 +81,6 @@ public final class a { StringBuilder sb = new StringBuilder("GF(0x"); sb.append(Integer.toHexString(this.n)); sb.append(','); - return c.d.b.a.a.w(sb, this.m, ')'); + return c.d.b.a.a.v(sb, this.m, ')'); } } diff --git a/app/src/main/java/c/i/e/o/a.java b/app/src/main/java/c/i/e/o/a.java index b4ec087f51..21e8e29572 100644 --- a/app/src/main/java/c/i/e/o/a.java +++ b/app/src/main/java/c/i/e/o/a.java @@ -71,8 +71,8 @@ public final class a implements i { if (hashMap.containsKey(kVar)) { kVar = !hashMap.containsKey(kVar2) ? kVar2 : !hashMap.containsKey(kVar3) ? kVar3 : kVar4; } - int i = aVar.e(kVar11, kVar).f1414c; - int i2 = aVar.e(kVar9, kVar).f1414c; + int i = aVar.e(kVar11, kVar).f1416c; + int i2 = aVar.e(kVar9, kVar).f1416c; if ((i & 1) == 1) { i++; } @@ -98,14 +98,14 @@ public final class a implements i { if (!aVar.c(kVar13)) { kVar13 = null; } - } else if (!aVar.c(kVar13) || Math.abs(i4 - aVar.e(kVar9, kVar12).f1414c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1414c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1414c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1414c)) { + } else if (!aVar.c(kVar13) || Math.abs(i4 - aVar.e(kVar9, kVar12).f1416c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1416c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1416c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1416c)) { kVar13 = kVar12; } if (kVar13 != null) { kVar = kVar13; } - int i5 = aVar.e(kVar11, kVar).f1414c; - int i6 = aVar.e(kVar9, kVar).f1414c; + int i5 = aVar.e(kVar11, kVar).f1416c; + int i6 = aVar.e(kVar9, kVar).f1416c; if ((i5 & 1) == 1) { i5++; } @@ -131,13 +131,13 @@ public final class a implements i { if (!aVar.c(kVar15)) { kVar15 = null; } - } else if (!aVar.c(kVar15) || Math.abs(aVar.e(kVar11, kVar14).f1414c - aVar.e(kVar9, kVar14).f1414c) <= Math.abs(aVar.e(kVar11, kVar15).f1414c - aVar.e(kVar9, kVar15).f1414c)) { + } else if (!aVar.c(kVar15) || Math.abs(aVar.e(kVar11, kVar14).f1416c - aVar.e(kVar9, kVar14).f1416c) <= Math.abs(aVar.e(kVar11, kVar15).f1416c - aVar.e(kVar9, kVar15).f1416c)) { kVar15 = kVar14; } if (kVar15 != null) { kVar = kVar15; } - int max = Math.max(aVar.e(kVar11, kVar).f1414c, aVar.e(kVar9, kVar).f1414c) + 1; + int max = Math.max(aVar.e(kVar11, kVar).f1416c, aVar.e(kVar9, kVar).f1416c) + 1; if ((max & 1) == 1) { max++; } @@ -190,7 +190,7 @@ public final class a implements i { throw NotFoundException.k; } } - Result result = new Result(eVar.f1406c, eVar.a, kVarArr, c.i.e.a.DATA_MATRIX); + Result result = new Result(eVar.f1408c, eVar.a, kVarArr, c.i.e.a.DATA_MATRIX); List list = eVar.d; if (list != null) { result.b(j.BYTE_SEGMENTS, list); diff --git a/app/src/main/java/c/i/e/o/b/a.java b/app/src/main/java/c/i/e/o/b/a.java index cd97774538..370a2734e5 100644 --- a/app/src/main/java/c/i/e/o/b/a.java +++ b/app/src/main/java/c/i/e/o/b/a.java @@ -8,7 +8,7 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final e f1411c; + public final e f1413c; public a(b bVar) throws FormatException { int i; @@ -21,9 +21,9 @@ public final class a { if ((i2 & 1) == 0 && (i3 & 1) == 0) { e[] eVarArr2 = e.a; for (e eVar : eVarArr2) { - int i4 = eVar.f1413c; + int i4 = eVar.f1415c; if (i4 == i2 && (i = eVar.d) == i3) { - this.f1411c = eVar; + this.f1413c = eVar; if (bVar.j == i4) { int i5 = eVar.e; int i6 = eVar.f; diff --git a/app/src/main/java/c/i/e/o/b/c.java b/app/src/main/java/c/i/e/o/b/c.java index 11383dbff6..7c74bd19b1 100644 --- a/app/src/main/java/c/i/e/o/b/c.java +++ b/app/src/main/java/c/i/e/o/b/c.java @@ -5,7 +5,7 @@ public final class c { public static final char[] b; /* renamed from: c reason: collision with root package name */ - public static final char[] f1412c = {'*', '*', '*', ' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; + public static final char[] f1414c = {'*', '*', '*', ' ', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; public static final char[] d; public static final char[] e = {'`', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '{', '|', '}', '~', 127}; diff --git a/app/src/main/java/c/i/e/o/b/d.java b/app/src/main/java/c/i/e/o/b/d.java index bbae964730..6a5d4196bd 100644 --- a/app/src/main/java/c/i/e/o/b/d.java +++ b/app/src/main/java/c/i/e/o/b/d.java @@ -44,7 +44,7 @@ public final class d { int b2; int b3; a aVar = new a(bVar); - e eVar = aVar.f1411c; + e eVar = aVar.f1413c; int i2 = eVar.h; byte[] bArr = new byte[i2]; b bVar2 = aVar.a; @@ -249,7 +249,7 @@ public final class d { } i5 = 0; } - if (i8 == aVar.f1411c.h) { + if (i8 == aVar.f1413c.h) { e.c cVar = eVar.g; e.b[] bVarArr = cVar.b; int i52 = 0; @@ -551,7 +551,7 @@ public final class d { } else if (i83 < i80) { i81 = i83 + 1; } else { - char[] cArr5 = c.f1412c; + char[] cArr5 = c.f1414c; if (i83 < cArr5.length) { char c7 = cArr5[i83]; if (z11) { @@ -612,7 +612,7 @@ public final class d { if (i87 < 4) { int b5 = cVar2.b(6); if (b5 == 31) { - int i88 = 8 - cVar2.f1401c; + int i88 = 8 - cVar2.f1403c; if (i88 != i60) { cVar2.b(i88); } diff --git a/app/src/main/java/c/i/e/o/b/e.java b/app/src/main/java/c/i/e/o/b/e.java index 459bb558f7..05b5d6091b 100644 --- a/app/src/main/java/c/i/e/o/b/e.java +++ b/app/src/main/java/c/i/e/o/b/e.java @@ -5,7 +5,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1413c; + public final int f1415c; public final int d; public final int e; public final int f; @@ -41,7 +41,7 @@ public final class e { public e(int i, int i2, int i3, int i4, int i5, c cVar) { this.b = i; - this.f1413c = i2; + this.f1415c = i2; this.d = i3; this.e = i4; this.f = i5; diff --git a/app/src/main/java/c/i/e/o/c/a.java b/app/src/main/java/c/i/e/o/c/a.java index 60c54e35bb..72277ec8be 100644 --- a/app/src/main/java/c/i/e/o/c/a.java +++ b/app/src/main/java/c/i/e/o/c/a.java @@ -18,16 +18,16 @@ public final class a { public final k b; /* renamed from: c reason: collision with root package name */ - public final int f1414c; + public final int f1416c; public b(k kVar, k kVar2, int i, C0149a aVar) { this.a = kVar; this.b = kVar2; - this.f1414c = i; + this.f1416c = i; } public String toString() { - return this.a + "/" + this.b + '/' + this.f1414c; + return this.a + "/" + this.b + '/' + this.f1416c; } } @@ -39,7 +39,7 @@ public final class a { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // java.util.Comparator public int compare(b bVar, b bVar2) { - return bVar.f1414c - bVar2.f1414c; + return bVar.f1416c - bVar2.f1416c; } } diff --git a/app/src/main/java/c/i/e/q/a.java b/app/src/main/java/c/i/e/q/a.java index 8c33700039..09cdafe35f 100644 --- a/app/src/main/java/c/i/e/q/a.java +++ b/app/src/main/java/c/i/e/q/a.java @@ -12,7 +12,7 @@ public final class a extends k { public static final int[] b = {3, 6, 9, 96, 18, 66, 33, 36, 48, 72, 12, 24, 69, 81, 84, 21, 26, 41, 11, 14}; /* renamed from: c reason: collision with root package name */ - public static final char[] f1415c = {'A', 'B', 'C', 'D'}; + public static final char[] f1417c = {'A', 'B', 'C', 'D'}; public final StringBuilder d = new StringBuilder(20); public int[] e = new int[80]; public int f = 0; @@ -51,7 +51,7 @@ public final class a extends k { int i4 = 1; while (i4 < this.f) { int i5 = i(i4); - if (i5 != -1 && g(f1415c, a[i5])) { + if (i5 != -1 && g(f1417c, a[i5])) { int i6 = 0; for (int i7 = i4; i7 < i4 + 7; i7++) { i6 += this.e[i7]; @@ -64,7 +64,7 @@ public final class a extends k { if (i9 != -1) { this.d.append((char) i9); i8 += 8; - if ((this.d.length() <= 1 || !g(f1415c, a[i9])) && i8 < this.f) { + if ((this.d.length() <= 1 || !g(f1417c, a[i9])) && i8 < this.f) { } } else { throw NotFoundException.k; @@ -129,7 +129,7 @@ public final class a extends k { sb.setCharAt(i27, a[sb.charAt(i27)]); } char charAt = this.d.charAt(0); - char[] cArr = f1415c; + char[] cArr = f1417c; if (g(cArr, charAt)) { StringBuilder sb2 = this.d; if (!g(cArr, sb2.charAt(sb2.length() - 1))) { diff --git a/app/src/main/java/c/i/e/q/c.java b/app/src/main/java/c/i/e/q/c.java index ed267f2d1e..1da1c3051c 100644 --- a/app/src/main/java/c/i/e/q/c.java +++ b/app/src/main/java/c/i/e/q/c.java @@ -15,7 +15,7 @@ public final class c extends k { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1416c = new StringBuilder(20); + public final StringBuilder f1418c = new StringBuilder(20); public final int[] d = new int[9]; public c(boolean z2) { @@ -67,7 +67,7 @@ public final class c extends k { char c2; int[] iArr = this.d; Arrays.fill(iArr, 0); - StringBuilder sb = this.f1416c; + StringBuilder sb = this.f1418c; sb.setLength(0); int i2 = aVar.j; int f = aVar.f(0); @@ -129,7 +129,7 @@ public final class c extends k { int length2 = sb.length() - 1; int i13 = 0; for (int i14 = 0; i14 < length2; i14++) { - i13 += "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".indexOf(this.f1416c.charAt(i14)); + i13 += "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".indexOf(this.f1418c.charAt(i14)); } if (sb.charAt(length2) == "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".charAt(i13 % 43)) { sb.setLength(length2); diff --git a/app/src/main/java/c/i/e/q/d.java b/app/src/main/java/c/i/e/q/d.java index 709b5cc151..aad18dc494 100644 --- a/app/src/main/java/c/i/e/q/d.java +++ b/app/src/main/java/c/i/e/q/d.java @@ -13,14 +13,14 @@ public final class d extends k { public static final int[] b; /* renamed from: c reason: collision with root package name */ - public static final int f1417c; + public static final int f1419c; public final StringBuilder d = new StringBuilder(20); public final int[] e = new int[6]; static { int[] iArr = {276, 328, 324, 322, 296, 292, 290, 336, 274, 266, 424, 420, 418, 404, 402, 394, 360, 356, 354, 308, 282, 344, 332, 326, 300, 278, 436, 434, 428, 422, 406, 410, 364, 358, 310, 314, 302, 468, 466, 458, 366, 374, 430, 294, 474, 470, 306, 350}; b = iArr; - f1417c = iArr[47]; + f1419c = iArr[47]; } public static void g(CharSequence charSequence, int i, int i2) throws ChecksumException { @@ -277,7 +277,7 @@ public final class d extends k { } else { if (i4 != length - 1) { i4++; - } else if (h(iArr) == f1417c) { + } else if (h(iArr) == f1419c) { int[] iArr2 = {i3, f2}; int f3 = aVar.f(iArr2[1]); int i5 = aVar.j; diff --git a/app/src/main/java/c/i/e/q/e.java b/app/src/main/java/c/i/e/q/e.java index 0272924a12..5f4c785f16 100644 --- a/app/src/main/java/c/i/e/q/e.java +++ b/app/src/main/java/c/i/e/q/e.java @@ -33,7 +33,7 @@ public final class e extends p { int[] iArr3 = p.b; int i7 = p.l(aVar, i2, true, iArr3, new int[iArr3.length])[1]; for (int i8 = 0; i8 < 6 && i7 < i; i8++) { - sb.append((char) (p.h(aVar, iArr2, i7, p.f1421c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i7, p.f1423c) + 48)); for (int i9 : iArr2) { i7 += i9; } diff --git a/app/src/main/java/c/i/e/q/f.java b/app/src/main/java/c/i/e/q/f.java index 6484fe230f..91ec29689f 100644 --- a/app/src/main/java/c/i/e/q/f.java +++ b/app/src/main/java/c/i/e/q/f.java @@ -16,7 +16,7 @@ public final class f extends p { int i = aVar.j; int i2 = iArr[1]; for (int i3 = 0; i3 < 4 && i2 < i; i3++) { - sb.append((char) (p.h(aVar, iArr2, i2, p.f1421c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i2, p.f1423c) + 48)); for (int i4 : iArr2) { i2 += i4; } @@ -24,7 +24,7 @@ public final class f extends p { int[] iArr3 = p.b; int i5 = p.l(aVar, i2, true, iArr3, new int[iArr3.length])[1]; for (int i6 = 0; i6 < 4 && i5 < i; i6++) { - sb.append((char) (p.h(aVar, iArr2, i5, p.f1421c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i5, p.f1423c) + 48)); for (int i7 : iArr2) { i5 += i7; } diff --git a/app/src/main/java/c/i/e/q/h.java b/app/src/main/java/c/i/e/q/h.java index d62bac5e8a..925a96ae55 100644 --- a/app/src/main/java/c/i/e/q/h.java +++ b/app/src/main/java/c/i/e/q/h.java @@ -13,7 +13,7 @@ public final class h extends k { public static final int[] b = {1, 1, 1, 1}; /* renamed from: c reason: collision with root package name */ - public static final int[][] f1418c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; + public static final int[][] f1420c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; public static final int[][] d = {new int[]{1, 1, 2, 2, 1}, new int[]{2, 1, 1, 1, 2}, new int[]{1, 2, 1, 1, 2}, new int[]{2, 2, 1, 1, 1}, new int[]{1, 1, 2, 1, 2}, new int[]{2, 1, 2, 1, 1}, new int[]{1, 2, 2, 1, 1}, new int[]{1, 1, 1, 2, 2}, new int[]{2, 1, 1, 2, 1}, new int[]{1, 2, 1, 2, 1}, new int[]{1, 1, 3, 3, 1}, new int[]{3, 1, 1, 1, 3}, new int[]{1, 3, 1, 1, 3}, new int[]{3, 3, 1, 1, 1}, new int[]{1, 1, 3, 1, 3}, new int[]{3, 1, 3, 1, 1}, new int[]{1, 3, 3, 1, 1}, new int[]{1, 1, 1, 3, 3}, new int[]{3, 1, 1, 3, 1}, new int[]{1, 3, 1, 3, 1}}; public int e = -1; @@ -84,9 +84,9 @@ public final class h extends k { int f2 = aVar.f(0); if (f2 != i3) { try { - iArr = h(aVar, f2, f1418c[0]); + iArr = h(aVar, f2, f1420c[0]); } catch (NotFoundException unused) { - iArr = h(aVar, f2, f1418c[1]); + iArr = h(aVar, f2, f1420c[1]); } i(aVar, iArr[0]); int i4 = iArr[0]; diff --git a/app/src/main/java/c/i/e/q/j.java b/app/src/main/java/c/i/e/q/j.java index 5551c17568..ac14777ea5 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.f2386c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2389c, 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 7a90dbf5ad..8d6f3c2138 100644 --- a/app/src/main/java/c/i/e/q/k.java +++ b/app/src/main/java/c/i/e/q/k.java @@ -112,7 +112,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.f2386c; + c.i.e.k[] kVarArr = c2.f2389c; if (kVarArr != null) { int i2 = d.b; for (int i3 = 0; i3 < kVarArr.length; i3++) { @@ -170,7 +170,7 @@ public abstract class k implements i { Result b = kVar.b(i10, aVar, enumMap); if (i11 != i4) { b.b(j.ORIENTATION, 180); - c.i.e.k[] kVarArr = b.f2386c; + c.i.e.k[] kVarArr = b.f2389c; 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 798f814a9c..210ad353ec 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.f2386c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2389c, a.UPC_A); Map map = result.e; if (map != null) { result2.a(map); diff --git a/app/src/main/java/c/i/e/q/n.java b/app/src/main/java/c/i/e/q/n.java index cc69281c9a..bbf9011f07 100644 --- a/app/src/main/java/c/i/e/q/n.java +++ b/app/src/main/java/c/i/e/q/n.java @@ -12,7 +12,7 @@ public final class n { public final int[] b = new int[4]; /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1419c = new StringBuilder(); + public final StringBuilder f1421c = new StringBuilder(); /* JADX WARNING: Removed duplicated region for block: B:60:0x0121 */ /* JADX WARNING: Removed duplicated region for block: B:63:0x0153 */ @@ -20,7 +20,7 @@ public final class n { EnumMap enumMap; String str; String str2; - StringBuilder sb = this.f1419c; + StringBuilder sb = this.f1421c; sb.setLength(0); int[] iArr2 = this.b; iArr2[0] = 0; diff --git a/app/src/main/java/c/i/e/q/o.java b/app/src/main/java/c/i/e/q/o.java index 801075ba2f..48c97df3bc 100644 --- a/app/src/main/java/c/i/e/q/o.java +++ b/app/src/main/java/c/i/e/q/o.java @@ -13,14 +13,14 @@ public final class o { public final m b = new m(); /* renamed from: c reason: collision with root package name */ - public final n f1420c = new n(); + public final n f1422c = new n(); public Result a(int i, a aVar, int i2) throws NotFoundException { EnumMap enumMap; int[] iArr = a; int[] l = p.l(aVar, i2, false, iArr, new int[iArr.length]); try { - return this.f1420c.a(i, aVar, l); + return this.f1422c.a(i, aVar, l); } catch (ReaderException unused) { m mVar = this.b; StringBuilder sb = mVar.b; diff --git a/app/src/main/java/c/i/e/q/p.java b/app/src/main/java/c/i/e/q/p.java index aaaebf6595..64241ea3ce 100644 --- a/app/src/main/java/c/i/e/q/p.java +++ b/app/src/main/java/c/i/e/q/p.java @@ -18,7 +18,7 @@ public abstract class p extends k { public static final int[] b = {1, 1, 1, 1, 1}; /* renamed from: c reason: collision with root package name */ - public static final int[][] f1421c; + public static final int[][] f1423c; public static final int[][] d; public final StringBuilder e = new StringBuilder(20); public final o f = new o(); @@ -26,12 +26,12 @@ public abstract class p extends k { static { int[][] iArr = {new int[]{3, 2, 1, 1}, new int[]{2, 2, 2, 1}, new int[]{2, 1, 2, 2}, new int[]{1, 4, 1, 1}, new int[]{1, 1, 3, 2}, new int[]{1, 2, 3, 1}, new int[]{1, 1, 1, 4}, new int[]{1, 3, 1, 2}, new int[]{1, 2, 1, 3}, new int[]{3, 1, 1, 2}}; - f1421c = iArr; + f1423c = iArr; int[][] iArr2 = new int[20][]; d = iArr2; System.arraycopy(iArr, 0, iArr2, 0, 10); for (int i = 10; i < 20; i++) { - int[] iArr3 = f1421c[i - 10]; + int[] iArr3 = f1423c[i - 10]; int[] iArr4 = new int[iArr3.length]; for (int i2 = 0; i2 < iArr3.length; i2++) { iArr4[i2] = iArr3[(iArr3.length - i2) - 1]; @@ -187,15 +187,15 @@ public abstract class p extends k { Result a2 = this.f.a(i, aVar, i3[1]); result.b(j.UPC_EAN_EXTENSION, a2.a); result.a(a2.e); - k[] kVarArr = a2.f2386c; - k[] kVarArr2 = result.f2386c; + k[] kVarArr = a2.f2389c; + k[] kVarArr2 = result.f2389c; if (kVarArr2 == null) { - result.f2386c = kVarArr; + result.f2389c = 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.f2386c = kVarArr3; + result.f2389c = kVarArr3; } i2 = a2.a.length(); } catch (ReaderException unused) { diff --git a/app/src/main/java/c/i/e/q/r/a.java b/app/src/main/java/c/i/e/q/r/a.java index 55a32365ac..0374dc3635 100644 --- a/app/src/main/java/c/i/e/q/r/a.java +++ b/app/src/main/java/c/i/e/q/r/a.java @@ -8,7 +8,7 @@ public abstract class a extends k { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final float[] f1422c; + public final float[] f1424c; public final float[] d; public final int[] e; public final int[] f; @@ -16,7 +16,7 @@ public abstract class a extends k { public a() { int[] iArr = new int[8]; this.b = iArr; - this.f1422c = new float[4]; + this.f1424c = new float[4]; this.d = new float[4]; this.e = new int[(iArr.length / 2)]; this.f = new int[(iArr.length / 2)]; diff --git a/app/src/main/java/c/i/e/q/r/b.java b/app/src/main/java/c/i/e/q/r/b.java index 6a090e8ce3..e23db09bc7 100644 --- a/app/src/main/java/c/i/e/q/r/b.java +++ b/app/src/main/java/c/i/e/q/r/b.java @@ -27,6 +27,6 @@ public class b { StringBuilder sb = new StringBuilder(); sb.append(this.a); sb.append("("); - return a.w(sb, this.b, ')'); + return a.v(sb, this.b, ')'); } } diff --git a/app/src/main/java/c/i/e/q/r/c.java b/app/src/main/java/c/i/e/q/r/c.java index a2d910512b..1edbc42f15 100644 --- a/app/src/main/java/c/i/e/q/r/c.java +++ b/app/src/main/java/c/i/e/q/r/c.java @@ -7,13 +7,13 @@ public final class c { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final k[] f1423c; + public final k[] f1425c; public c(int i, int[] iArr, int i2, int i3, int i4) { this.a = i; this.b = iArr; float f = (float) i4; - this.f1423c = new k[]{new k((float) i2, f), new k((float) i3, f)}; + this.f1425c = new k[]{new k((float) i2, f), new k((float) i3, f)}; } public boolean equals(Object obj) { diff --git a/app/src/main/java/c/i/e/q/r/d.java b/app/src/main/java/c/i/e/q/r/d.java index 9bab5492b2..7a59d1282e 100644 --- a/app/src/main/java/c/i/e/q/r/d.java +++ b/app/src/main/java/c/i/e/q/r/d.java @@ -3,11 +3,11 @@ package c.i.e.q.r; public final class d extends b { /* renamed from: c reason: collision with root package name */ - public final c f1424c; + public final c f1426c; public int d; public d(int i, int i2, c cVar) { super(i, i2); - this.f1424c = cVar; + this.f1426c = cVar; } } diff --git a/app/src/main/java/c/i/e/q/r/e.java b/app/src/main/java/c/i/e/q/r/e.java index 2315757d9b..9a17f8a8a1 100644 --- a/app/src/main/java/c/i/e/q/r/e.java +++ b/app/src/main/java/c/i/e/q/r/e.java @@ -56,7 +56,7 @@ public final class e extends a { for (d dVar2 : this.o) { if (dVar2.d > 1) { int i3 = ((dVar2.b * 16) + dVar.b) % 79; - int i4 = (dVar.f1424c.a * 9) + dVar2.f1424c.a; + int i4 = (dVar.f1426c.a * 9) + dVar2.f1426c.a; if (i4 > 72) { i4--; } @@ -83,8 +83,8 @@ public final class e extends a { i7 = 0; } sb.append(i7); - k[] kVarArr = dVar.f1424c.f1423c; - k[] kVarArr2 = dVar2.f1424c.f1423c; + k[] kVarArr = dVar.f1426c.f1425c; + k[] kVarArr2 = dVar2.f1426c.f1425c; return new Result(sb.toString(), null, new k[]{kVarArr[0], kVarArr[1], kVarArr2[0], kVarArr2[1]}, c.i.e.a.RSS_14); } } @@ -143,7 +143,7 @@ public final class e extends a { float j02 = ((float) c.j0(iArr)) / ((float) i5); int[] iArr2 = this.e; int[] iArr3 = this.f; - float[] fArr = this.f1422c; + float[] fArr = this.f1424c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f = ((float) iArr[i6]) / j02; @@ -243,17 +243,17 @@ public final class e extends a { z3 = true; if (z4) { if (!z3) { - a.h(this.e, this.f1422c); + a.h(this.e, this.f1424c); } else { throw NotFoundException.k; } } if (z3) { - a.g(this.e, this.f1422c); + a.g(this.e, this.f1424c); } if (z5) { if (!z6) { - a.h(this.f, this.f1422c); + a.h(this.f, this.f1424c); } else { throw NotFoundException.k; } diff --git a/app/src/main/java/c/i/e/q/r/f/a.java b/app/src/main/java/c/i/e/q/r/f/a.java index 1b59de9e0b..cb4cd16061 100644 --- a/app/src/main/java/c/i/e/q/r/f/a.java +++ b/app/src/main/java/c/i/e/q/r/f/a.java @@ -8,12 +8,12 @@ public final class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final c f1425c; + public final c f1427c; public a(b bVar, b bVar2, c cVar, boolean z2) { this.a = bVar; this.b = bVar2; - this.f1425c = cVar; + this.f1427c = cVar; } public static boolean a(Object obj, Object obj2) { @@ -32,11 +32,11 @@ public final class a { return false; } a aVar = (a) obj; - return a(this.a, aVar.a) && a(this.b, aVar.b) && a(this.f1425c, aVar.f1425c); + return a(this.a, aVar.a) && a(this.b, aVar.b) && a(this.f1427c, aVar.f1427c); } public int hashCode() { - return (b(this.a) ^ b(this.b)) ^ b(this.f1425c); + return (b(this.a) ^ b(this.b)) ^ b(this.f1427c); } public String toString() { @@ -45,7 +45,7 @@ public final class a { sb.append(" , "); sb.append(this.b); sb.append(" : "); - c cVar = this.f1425c; + c cVar = this.f1427c; sb.append(cVar == null ? "null" : Integer.valueOf(cVar.a)); sb.append(" ]"); return sb.toString(); diff --git a/app/src/main/java/c/i/e/q/r/f/b.java b/app/src/main/java/c/i/e/q/r/f/b.java index b97e1c6a9d..fbbe642c5c 100644 --- a/app/src/main/java/c/i/e/q/r/f/b.java +++ b/app/src/main/java/c/i/e/q/r/f/b.java @@ -9,12 +9,12 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1426c; + public final boolean f1428c; public b(List list, int i, boolean z2) { this.a = new ArrayList(list); this.b = i; - this.f1426c = z2; + this.f1428c = z2; } public boolean equals(Object obj) { @@ -22,14 +22,14 @@ public final class b { return false; } b bVar = (b) obj; - return this.a.equals(bVar.a) && this.f1426c == bVar.f1426c; + return this.a.equals(bVar.a) && this.f1428c == bVar.f1428c; } public int hashCode() { - return this.a.hashCode() ^ Boolean.valueOf(this.f1426c).hashCode(); + return this.a.hashCode() ^ Boolean.valueOf(this.f1428c).hashCode(); } public String toString() { - return a.E(new StringBuilder("{ "), this.a, " }"); + return a.D(new StringBuilder("{ "), this.a, " }"); } } diff --git a/app/src/main/java/c/i/e/q/r/f/c.java b/app/src/main/java/c/i/e/q/r/f/c.java index 4b34aca670..18953d4a62 100644 --- a/app/src/main/java/c/i/e/q/r/f/c.java +++ b/app/src/main/java/c/i/e/q/r/f/c.java @@ -113,8 +113,8 @@ public final class c extends a { } } String a = jVar.a(); - c.i.e.k[] kVarArr = list.get(0).f1425c.f1423c; - c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1425c.f1423c; + c.i.e.k[] kVarArr = list.get(0).f1427c.f1425c; + c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1427c.f1425c; return new Result(a, null, new c.i.e.k[]{kVarArr[0], kVarArr[1], kVarArr2[0], kVarArr2[1]}, c.i.e.a.RSS_EXPANDED); } @@ -188,7 +188,7 @@ public final class c extends a { if (i4 >= list2.size()) { z2 = true; break; - } else if (list2.get(i4).f1425c.a != iArr2[i4]) { + } else if (list2.get(i4).f1427c.a != iArr2[i4]) { z2 = false; break; } else { @@ -278,7 +278,7 @@ public final class c extends a { if (Math.abs(j02 - f) / f <= 0.3f) { int[] iArr3 = this.e; int[] iArr4 = this.f; - float[] fArr = this.f1422c; + float[] fArr = this.f1424c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f2 = (((float) iArr[i6]) * 1.0f) / j02; @@ -378,17 +378,17 @@ public final class c extends a { z4 = true; if (z5) { if (!z4) { - a.h(this.e, this.f1422c); + a.h(this.e, this.f1424c); } else { throw NotFoundException.k; } } if (z4) { - a.g(this.e, this.f1422c); + a.g(this.e, this.f1424c); } if (z7) { if (!z6) { - a.h(this.f, this.f1422c); + a.h(this.f, this.f1424c); } else { throw NotFoundException.k; } @@ -601,7 +601,7 @@ public final class c extends a { iArr[i7] = i8; iArr[3] = i8; int i10 = aVar.j; - int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1425c.b[1]; + int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1427c.b[1]; boolean z4 = list.size() % i7 != 0; if (this.p) { z4 = !z4; diff --git a/app/src/main/java/c/i/e/q/r/f/d/e.java b/app/src/main/java/c/i/e/q/r/f/d/e.java index bd4e500393..58770af080 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/e.java +++ b/app/src/main/java/c/i/e/q/r/f/d/e.java @@ -6,12 +6,12 @@ import com.google.zxing.NotFoundException; public final class e extends i { /* renamed from: c reason: collision with root package name */ - public final String f1427c; + public final String f1429c; public final String d; public e(a aVar, String str, String str2) { super(aVar); - this.f1427c = str2; + this.f1429c = str2; this.d = str; } @@ -24,7 +24,7 @@ public final class e extends i { int d = s.d(this.b.a, 68, 16); if (d != 38400) { sb.append('('); - sb.append(this.f1427c); + sb.append(this.f1429c); sb.append(')'); int i = d % 32; int i2 = d / 32; diff --git a/app/src/main/java/c/i/e/q/r/f/d/g.java b/app/src/main/java/c/i/e/q/r/f/d/g.java index 2fa05fadca..02bdbecf29 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/g.java +++ b/app/src/main/java/c/i/e/q/r/f/d/g.java @@ -11,10 +11,10 @@ public final class g extends h { @Override // c.i.e.q.r.f.d.j public String a() throws NotFoundException, FormatException { - StringBuilder L = c.d.b.a.a.L("(01)"); - int length = L.length(); - L.append(this.b.c(4, 4)); - c(L, 8, length); - return this.b.a(L, 48); + StringBuilder K = c.d.b.a.a.K("(01)"); + int length = K.length(); + K.append(this.b.c(4, 4)); + c(K, 8, length); + return this.b.a(K, 48); } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/o.java b/app/src/main/java/c/i/e/q/r/f/d/o.java index 26b0ea1d50..4fad21a69d 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/o.java +++ b/app/src/main/java/c/i/e/q/r/f/d/o.java @@ -4,20 +4,20 @@ public final class o extends q { public final String b; /* renamed from: c reason: collision with root package name */ - public final int f1428c; + public final int f1430c; public final boolean d; public o(int i, String str) { super(i); this.b = str; this.d = false; - this.f1428c = 0; + this.f1430c = 0; } public o(int i, String str, int i2) { super(i); this.d = true; - this.f1428c = i2; + this.f1430c = i2; this.b = str; } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/p.java b/app/src/main/java/c/i/e/q/r/f/d/p.java index 84c9fe11ce..508485e9fa 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/p.java +++ b/app/src/main/java/c/i/e/q/r/f/d/p.java @@ -6,7 +6,7 @@ public final class p extends q { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1429c; + public final int f1431c; public p(int i, int i2, int i3) throws FormatException { super(i); @@ -14,6 +14,6 @@ public final class p extends q { throw FormatException.a(); } this.b = i2; - this.f1429c = i3; + this.f1431c = i3; } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/r.java b/app/src/main/java/c/i/e/q/r/f/d/r.java index d560d4d1f3..85178c28c1 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/r.java +++ b/app/src/main/java/c/i/e/q/r/f/d/r.java @@ -8,7 +8,7 @@ public final class r { public static final Object[][] b; /* renamed from: c reason: collision with root package name */ - public static final Object[][] f1430c; + public static final Object[][] f1432c; public static final Object[][] d; public static final Object[][] e; @@ -16,7 +16,7 @@ public final class r { Object obj = new Object(); a = obj; b = new Object[][]{new Object[]{"00", 18}, new Object[]{"01", 14}, new Object[]{"02", 14}, new Object[]{"10", obj, 20}, new Object[]{"11", 6}, new Object[]{"12", 6}, new Object[]{"13", 6}, new Object[]{"15", 6}, new Object[]{"17", 6}, new Object[]{"20", 2}, new Object[]{"21", obj, 20}, new Object[]{"22", obj, 29}, new Object[]{"30", obj, 8}, new Object[]{"37", obj, 8}, new Object[]{"90", obj, 30}, new Object[]{"91", obj, 30}, new Object[]{"92", obj, 30}, new Object[]{"93", obj, 30}, new Object[]{"94", obj, 30}, new Object[]{"95", obj, 30}, new Object[]{"96", obj, 30}, new Object[]{"97", obj, 30}, new Object[]{"98", obj, 30}, new Object[]{"99", obj, 30}}; - f1430c = new Object[][]{new Object[]{"240", obj, 30}, new Object[]{"241", obj, 30}, new Object[]{"242", obj, 6}, new Object[]{"250", obj, 30}, new Object[]{"251", obj, 30}, new Object[]{"253", obj, 17}, new Object[]{"254", obj, 20}, new Object[]{"400", obj, 30}, new Object[]{"401", obj, 30}, new Object[]{"402", 17}, new Object[]{"403", obj, 30}, new Object[]{"410", 13}, new Object[]{"411", 13}, new Object[]{"412", 13}, new Object[]{"413", 13}, new Object[]{"414", 13}, new Object[]{"420", obj, 20}, new Object[]{"421", obj, 15}, new Object[]{"422", 3}, new Object[]{"423", obj, 15}, new Object[]{"424", 3}, new Object[]{"425", 3}, new Object[]{"426", 3}}; + f1432c = new Object[][]{new Object[]{"240", obj, 30}, new Object[]{"241", obj, 30}, new Object[]{"242", obj, 6}, new Object[]{"250", obj, 30}, new Object[]{"251", obj, 30}, new Object[]{"253", obj, 17}, new Object[]{"254", obj, 20}, new Object[]{"400", obj, 30}, new Object[]{"401", obj, 30}, new Object[]{"402", 17}, new Object[]{"403", obj, 30}, new Object[]{"410", 13}, new Object[]{"411", 13}, new Object[]{"412", 13}, new Object[]{"413", 13}, new Object[]{"414", 13}, new Object[]{"420", obj, 20}, new Object[]{"421", obj, 15}, new Object[]{"422", 3}, new Object[]{"423", obj, 15}, new Object[]{"424", 3}, new Object[]{"425", 3}, new Object[]{"426", 3}}; d = new Object[][]{new Object[]{"310", 6}, new Object[]{"311", 6}, new Object[]{"312", 6}, new Object[]{"313", 6}, new Object[]{"314", 6}, new Object[]{"315", 6}, new Object[]{"316", 6}, new Object[]{"320", 6}, new Object[]{"321", 6}, new Object[]{"322", 6}, new Object[]{"323", 6}, new Object[]{"324", 6}, new Object[]{"325", 6}, new Object[]{"326", 6}, new Object[]{"327", 6}, new Object[]{"328", 6}, new Object[]{"329", 6}, new Object[]{"330", 6}, new Object[]{"331", 6}, new Object[]{"332", 6}, new Object[]{"333", 6}, new Object[]{"334", 6}, new Object[]{"335", 6}, new Object[]{"336", 6}, new Object[]{"340", 6}, new Object[]{"341", 6}, new Object[]{"342", 6}, new Object[]{"343", 6}, new Object[]{"344", 6}, new Object[]{"345", 6}, new Object[]{"346", 6}, new Object[]{"347", 6}, new Object[]{"348", 6}, new Object[]{"349", 6}, new Object[]{"350", 6}, new Object[]{"351", 6}, new Object[]{"352", 6}, new Object[]{"353", 6}, new Object[]{"354", 6}, new Object[]{"355", 6}, new Object[]{"356", 6}, new Object[]{"357", 6}, new Object[]{"360", 6}, new Object[]{"361", 6}, new Object[]{"362", 6}, new Object[]{"363", 6}, new Object[]{"364", 6}, new Object[]{"365", 6}, new Object[]{"366", 6}, new Object[]{"367", 6}, new Object[]{"368", 6}, new Object[]{"369", 6}, new Object[]{"390", obj, 15}, new Object[]{"391", obj, 18}, new Object[]{"392", obj, 15}, new Object[]{"393", obj, 18}, new Object[]{"703", obj, 30}}; e = new Object[][]{new Object[]{"7001", 13}, new Object[]{"7002", obj, 30}, new Object[]{"7003", 10}, new Object[]{"8001", 14}, new Object[]{"8002", obj, 20}, new Object[]{"8003", obj, 30}, new Object[]{"8004", obj, 30}, new Object[]{"8005", 6}, new Object[]{"8006", 18}, new Object[]{"8007", obj, 30}, new Object[]{"8008", obj, 12}, new Object[]{"8018", 18}, new Object[]{"8020", obj, 25}, new Object[]{"8100", 6}, new Object[]{"8101", 10}, new Object[]{"8102", 2}, new Object[]{"8110", obj, 70}, new Object[]{"8200", obj, 70}}; } @@ -35,7 +35,7 @@ public final class r { } if (str.length() >= 3) { String substring2 = str.substring(0, 3); - Object[][] objArr3 = f1430c; + Object[][] objArr3 = f1432c; for (Object[] objArr4 : objArr3) { if (objArr4[0].equals(substring2)) { return objArr4[1] == a ? c(3, ((Integer) objArr4[2]).intValue(), str) : b(3, ((Integer) objArr4[1]).intValue(), str); @@ -72,7 +72,7 @@ public final class r { String substring2 = str.substring(i, i3); String str2 = "(" + substring + ')' + substring2; String a2 = a(str.substring(i3)); - return a2 == null ? str2 : a.t(str2, a2); + return a2 == null ? str2 : a.s(str2, a2); } throw NotFoundException.k; } @@ -88,6 +88,6 @@ public final class r { String substring2 = str.substring(i, i3); String str2 = "(" + substring + ')' + substring2; String a2 = a(str.substring(i3)); - return a2 == null ? str2 : a.t(str2, a2); + return a2 == null ? str2 : a.s(str2, a2); } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/s.java b/app/src/main/java/c/i/e/q/r/f/d/s.java index 26bae8a154..9dbb5334a9 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/s.java +++ b/app/src/main/java/c/i/e/q/r/f/d/s.java @@ -9,7 +9,7 @@ public final class s { public final m b = new m(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1431c = new StringBuilder(); + public final StringBuilder f1433c = new StringBuilder(); public s(a aVar) { this.a = aVar; @@ -33,7 +33,7 @@ public final class s { if (a != null) { sb.append(a); } - String valueOf = b.d ? String.valueOf(b.f1428c) : null; + String valueOf = b.d ? String.valueOf(b.f1430c) : null; int i2 = b.a; if (i == i2) { return sb.toString(); @@ -73,9 +73,9 @@ public final class s { n nVar3; char c3; n nVar4; - this.f1431c.setLength(0); + this.f1433c.setLength(0); if (str != null) { - this.f1431c.append(str); + this.f1433c.append(str); } this.b.a = i; int i3 = 2; @@ -143,9 +143,9 @@ public final class s { mVar2.a = i10; char c4 = nVar3.b; if (c4 == '$') { - lVar = new l(new o(i10, this.f1431c.toString()), true); + lVar = new l(new o(i10, this.f1433c.toString()), true); } else { - this.f1431c.append(c4); + this.f1433c.append(c4); } } else { if (e(this.b.a)) { @@ -287,9 +287,9 @@ public final class s { mVar4.a = i18; char c5 = nVar.b; if (c5 == '$') { - lVar = new l(new o(i18, this.f1431c.toString()), true); + lVar = new l(new o(i18, this.f1433c.toString()), true); } else { - this.f1431c.append(c5); + this.f1433c.append(c5); } } else { if (e(this.b.a)) { @@ -347,14 +347,14 @@ public final class s { mVar6.a = i28; int i29 = pVar.b; if (i29 == 10) { - lVar = new l(pVar.f1429c == 10 ? new o(i28, this.f1431c.toString()) : new o(i28, this.f1431c.toString(), pVar.f1429c), true); + lVar = new l(pVar.f1431c == 10 ? new o(i28, this.f1433c.toString()) : new o(i28, this.f1433c.toString(), pVar.f1431c), true); } else { - this.f1431c.append(i29); - int i30 = pVar.f1429c; + this.f1433c.append(i29); + int i30 = pVar.f1431c; if (i30 == 10) { - lVar = new l(new o(this.b.a, this.f1431c.toString()), true); + lVar = new l(new o(this.b.a, this.f1433c.toString()), true); } else { - this.f1431c.append(i30); + this.f1433c.append(i30); } } } else { @@ -408,7 +408,7 @@ public final class s { i3 = 2; } o oVar = lVar.a; - return (oVar == null || !oVar.d) ? new o(i2, this.f1431c.toString()) : new o(i2, this.f1431c.toString(), oVar.f1428c); + return (oVar == null || !oVar.d) ? new o(i2, this.f1433c.toString()) : new o(i2, this.f1433c.toString(), oVar.f1430c); } public int c(int i, int i2) { diff --git a/app/src/main/java/c/i/e/r/a.java b/app/src/main/java/c/i/e/r/a.java index c8ffa648a3..b0bf1fb311 100644 --- a/app/src/main/java/c/i/e/r/a.java +++ b/app/src/main/java/c/i/e/r/a.java @@ -8,14 +8,14 @@ public final class a { public static final int[] b = {66142, 66170, 66206, 66236, 66290, 66292, 66350, 66382, 66396, 66454, 66470, 66476, 66594, 66600, 66614, 66626, 66628, 66632, 66640, 66654, 66662, 66668, 66682, 66690, 66718, 66720, 66748, 66758, 66776, 66798, 66802, 66804, 66820, 66824, 66832, 66846, 66848, 66876, 66880, 66936, 66950, 66956, 66968, 66992, 67006, 67022, 67036, 67042, 67044, 67048, 67062, 67118, 67150, 67164, 67214, 67228, 67256, 67294, 67322, 67350, 67366, 67372, 67398, 67404, 67416, 67438, 67474, 67476, 67490, 67492, 67496, 67510, 67618, 67624, 67650, 67656, 67664, 67678, 67686, 67692, 67706, 67714, 67716, 67728, 67742, 67744, 67772, 67782, 67788, 67800, 67822, 67826, 67828, 67842, 67848, 67870, 67872, 67900, 67904, 67960, 67974, 67992, 68016, 68030, 68046, 68060, 68066, 68068, 68072, 68086, 68104, 68112, 68126, 68128, 68156, 68160, 68216, 68336, 68358, 68364, 68376, 68400, 68414, 68448, 68476, 68494, 68508, 68536, 68546, 68548, 68552, 68560, 68574, 68582, 68588, 68654, 68686, 68700, 68706, 68708, 68712, 68726, 68750, 68764, 68792, 68802, 68804, 68808, 68816, 68830, 68838, 68844, 68858, 68878, 68892, 68920, 68976, 68990, 68994, 68996, 69000, 69008, 69022, 69024, 69052, 69062, 69068, 69080, 69102, 69106, 69108, 69142, 69158, 69164, 69190, 69208, 69230, 69254, 69260, 69272, 69296, 69310, 69326, 69340, 69386, 69394, 69396, 69410, 69416, 69430, 69442, 69444, 69448, 69456, 69470, 69478, 69484, 69554, 69556, 69666, 69672, 69698, 69704, 69712, 69726, 69754, 69762, 69764, 69776, 69790, 69792, 69820, 69830, 69836, 69848, 69870, 69874, 69876, 69890, 69918, 69920, 69948, 69952, 70008, 70022, 70040, 70064, 70078, 70094, 70108, 70114, 70116, 70120, 70134, 70152, 70174, 70176, 70264, 70384, 70412, 70448, 70462, 70496, 70524, 70542, 70556, 70584, 70594, 70600, 70608, 70622, 70630, 70636, 70664, 70672, 70686, 70688, 70716, 70720, 70776, 70896, 71136, 71180, 71192, 71216, 71230, 71264, 71292, 71360, 71416, 71452, 71480, 71536, 71550, 71554, 71556, 71560, 71568, 71582, 71584, 71612, 71622, 71628, 71640, 71662, 71726, 71732, 71758, 71772, 71778, 71780, 71784, 71798, 71822, 71836, 71864, 71874, 71880, 71888, 71902, 71910, 71916, 71930, 71950, 71964, 71992, 72048, 72062, 72066, 72068, 72080, 72094, 72096, 72124, 72134, 72140, 72152, 72174, 72178, 72180, 72206, 72220, 72248, 72304, 72318, 72416, 72444, 72456, 72464, 72478, 72480, 72508, 72512, 72568, 72588, 72600, 72624, 72638, 72654, 72668, 72674, 72676, 72680, 72694, 72726, 72742, 72748, 72774, 72780, 72792, 72814, 72838, 72856, 72880, 72894, 72910, 72924, 72930, 72932, 72936, 72950, 72966, 72972, 72984, 73008, 73022, 73056, 73084, 73102, 73116, 73144, 73156, 73160, 73168, 73182, 73190, 73196, 73210, 73226, 73234, 73236, 73250, 73252, 73256, 73270, 73282, 73284, 73296, 73310, 73318, 73324, 73346, 73348, 73352, 73360, 73374, 73376, 73404, 73414, 73420, 73432, 73454, 73498, 73518, 73522, 73524, 73550, 73564, 73570, 73572, 73576, 73590, 73800, 73822, 73858, 73860, 73872, 73886, 73888, 73916, 73944, 73970, 73972, 73992, 74014, 74016, 74044, 74048, 74104, 74118, 74136, 74160, 74174, 74210, 74212, 74216, 74230, 74244, 74256, 74270, 74272, 74360, 74480, 74502, 74508, 74544, 74558, 74592, 74620, 74638, 74652, 74680, 74690, 74696, 74704, 74726, 74732, 74782, 74784, 74812, 74992, 75232, 75288, 75326, 75360, 75388, 75456, 75512, 75576, 75632, 75646, 75650, 75652, 75664, 75678, 75680, 75708, 75718, 75724, 75736, 75758, 75808, 75836, 75840, 75896, 76016, 76256, 76736, 76824, 76848, 76862, 76896, 76924, 76992, 77048, 77296, 77340, 77368, 77424, 77438, 77536, 77564, 77572, 77576, 77584, 77600, 77628, 77632, 77688, 77702, 77708, 77720, 77744, 77758, 77774, 77788, 77870, 77902, 77916, 77922, 77928, 77966, 77980, 78008, 78018, 78024, 78032, 78046, 78060, 78074, 78094, 78136, 78192, 78206, 78210, 78212, 78224, 78238, 78240, 78268, 78278, 78284, 78296, 78322, 78324, 78350, 78364, 78448, 78462, 78560, 78588, 78600, 78622, 78624, 78652, 78656, 78712, 78726, 78744, 78768, 78782, 78798, 78812, 78818, 78820, 78824, 78838, 78862, 78876, 78904, 78960, 78974, 79072, 79100, 79296, 79352, 79368, 79376, 79390, 79392, 79420, 79424, 79480, 79600, 79628, 79640, 79664, 79678, 79712, 79740, 79772, 79800, 79810, 79812, 79816, 79824, 79838, 79846, 79852, 79894, 79910, 79916, 79942, 79948, 79960, 79982, 79988, 80006, 80024, 80048, 80062, 80078, 80092, 80098, 80100, 80104, 80134, 80140, 80176, 80190, 80224, 80252, 80270, 80284, 80312, 80328, 80336, 80350, 80358, 80364, 80378, 80390, 80396, 80408, 80432, 80446, 80480, 80508, 80576, 80632, 80654, 80668, 80696, 80752, 80766, 80776, 80784, 80798, 80800, 80828, 80844, 80856, 80878, 80882, 80884, 80914, 80916, 80930, 80932, 80936, 80950, 80962, 80968, 80976, 80990, 80998, 81004, 81026, 81028, 81040, 81054, 81056, 81084, 81094, 81100, 81112, 81134, 81154, 81156, 81160, 81168, 81182, 81184, 81212, 81216, 81272, 81286, 81292, 81304, 81328, 81342, 81358, 81372, 81380, 81384, 81398, 81434, 81454, 81458, 81460, 81486, 81500, 81506, 81508, 81512, 81526, 81550, 81564, 81592, 81602, 81604, 81608, 81616, 81630, 81638, 81644, 81702, 81708, 81722, 81734, 81740, 81752, 81774, 81778, 81780, 82050, 82078, 82080, 82108, 82180, 82184, 82192, 82206, 82208, 82236, 82240, 82296, 82316, 82328, 82352, 82366, 82402, 82404, 82408, 82440, 82448, 82462, 82464, 82492, 82496, 82552, 82672, 82694, 82700, 82712, 82736, 82750, 82784, 82812, 82830, 82882, 82884, 82888, 82896, 82918, 82924, 82952, 82960, 82974, 82976, 83004, 83008, 83064, 83184, 83424, 83468, 83480, 83504, 83518, 83552, 83580, 83648, 83704, 83740, 83768, 83824, 83838, 83842, 83844, 83848, 83856, 83872, 83900, 83910, 83916, 83928, 83950, 83984, 84000, 84028, 84032, 84088, 84208, 84448, 84928, 85040, 85054, 85088, 85116, 85184, 85240, 85488, 85560, 85616, 85630, 85728, 85756, 85764, 85768, 85776, 85790, 85792, 85820, 85824, 85880, 85894, 85900, 85912, 85936, 85966, 85980, 86048, 86080, 86136, 86256, 86496, 86976, 88160, 88188, 88256, 88312, 88560, 89056, 89200, 89214, 89312, 89340, 89536, 89592, 89608, 89616, 89632, 89664, 89720, 89840, 89868, 89880, 89904, 89952, 89980, 89998, 90012, 90040, 90190, 90204, 90254, 90268, 90296, 90306, 90308, 90312, 90334, 90382, 90396, 90424, 90480, 90494, 90500, 90504, 90512, 90526, 90528, 90556, 90566, 90572, 90584, 90610, 90612, 90638, 90652, 90680, 90736, 90750, 90848, 90876, 90884, 90888, 90896, 90910, 90912, 90940, 90944, 91000, 91014, 91020, 91032, 91056, 91070, 91086, 91100, 91106, 91108, 91112, 91126, 91150, 91164, 91192, 91248, 91262, 91360, 91388, 91584, 91640, 91664, 91678, 91680, 91708, 91712, 91768, 91888, 91928, 91952, 91966, 92000, 92028, 92046, 92060, 92088, 92098, 92100, 92104, 92112, 92126, 92134, 92140, 92188, 92216, 92272, 92384, 92412, 92608, 92664, 93168, 93200, 93214, 93216, 93244, 93248, 93304, 93424, 93664, 93720, 93744, 93758, 93792, 93820, 93888, 93944, 93980, 94008, 94064, 94078, 94084, 94088, 94096, 94110, 94112, 94140, 94150, 94156, 94168, 94246, 94252, 94278, 94284, 94296, 94318, 94342, 94348, 94360, 94384, 94398, 94414, 94428, 94440, 94470, 94476, 94488, 94512, 94526, 94560, 94588, 94606, 94620, 94648, 94658, 94660, 94664, 94672, 94686, 94694, 94700, 94714, 94726, 94732, 94744, 94768, 94782, 94816, 94844, 94912, 94968, 94990, 95004, 95032, 95088, 95102, 95112, 95120, 95134, 95136, 95164, 95180, 95192, 95214, 95218, 95220, 95244, 95256, 95280, 95294, 95328, 95356, 95424, 95480, 95728, 95758, 95772, 95800, 95856, 95870, 95968, 95996, 96008, 96016, 96030, 96032, 96060, 96064, 96120, 96152, 96176, 96190, 96220, 96226, 96228, 96232, 96290, 96292, 96296, 96310, 96322, 96324, 96328, 96336, 96350, 96358, 96364, 96386, 96388, 96392, 96400, 96414, 96416, 96444, 96454, 96460, 96472, 96494, 96498, 96500, 96514, 96516, 96520, 96528, 96542, 96544, 96572, 96576, 96632, 96646, 96652, 96664, 96688, 96702, 96718, 96732, 96738, 96740, 96744, 96758, 96772, 96776, 96784, 96798, 96800, 96828, 96832, 96888, 97008, 97030, 97036, 97048, 97072, 97086, 97120, 97148, 97166, 97180, 97208, 97220, 97224, 97232, 97246, 97254, 97260, 97326, 97330, 97332, 97358, 97372, 97378, 97380, 97384, 97398, 97422, 97436, 97464, 97474, 97476, 97480, 97488, 97502, 97510, 97516, 97550, 97564, 97592, 97648, 97666, 97668, 97672, 97680, 97694, 97696, 97724, 97734, 97740, 97752, 97774, 97830, 97836, 97850, 97862, 97868, 97880, 97902, 97906, 97908, 97926, 97932, 97944, 97968, 97998, 98012, 98018, 98020, 98024, 98038, 98618, 98674, 98676, 98838, 98854, 98874, 98892, 98904, 98926, 98930, 98932, 98968, 99006, 99042, 99044, 99048, 99062, 99166, 99194, 99246, 99286, 99350, 99366, 99372, 99386, 99398, 99416, 99438, 99442, 99444, 99462, 99504, 99518, 99534, 99548, 99554, 99556, 99560, 99574, 99590, 99596, 99608, 99632, 99646, 99680, 99708, 99726, 99740, 99768, 99778, 99780, 99784, 99792, 99806, 99814, 99820, 99834, 99858, 99860, 99874, 99880, 99894, 99906, 99920, 99934, 99962, 99970, 99972, 99976, 99984, 99998, 100000, 100028, 100038, 100044, 100056, 100078, 100082, 100084, 100142, 100174, 100188, 100246, 100262, 100268, 100306, 100308, 100390, 100396, 100410, 100422, 100428, 100440, 100462, 100466, 100468, 100486, 100504, 100528, 100542, 100558, 100572, 100578, 100580, 100584, 100598, 100620, 100656, 100670, 100704, 100732, 100750, 100792, 100802, 100808, 100816, 100830, 100838, 100844, 100858, 100888, 100912, 100926, 100960, 100988, 101056, 101112, 101148, 101176, 101232, 101246, 101250, 101252, 101256, 101264, 101278, 101280, 101308, 101318, 101324, 101336, 101358, 101362, 101364, 101410, 101412, 101416, 101430, 101442, 101448, 101456, 101470, 101478, 101498, 101506, 101508, 101520, 101534, 101536, 101564, 101580, 101618, 101620, 101636, 101640, 101648, 101662, 101664, 101692, 101696, 101752, 101766, 101784, 101838, 101858, 101860, 101864, 101934, 101938, 101940, 101966, 101980, 101986, 101988, 101992, 102030, 102044, 102072, 102082, 102084, 102088, 102096, 102138, 102166, 102182, 102188, 102214, 102220, 102232, 102254, 102282, 102290, 102292, 102306, 102308, 102312, 102326, 102444, 102458, 102470, 102476, 102488, 102514, 102516, 102534, 102552, 102576, 102590, 102606, 102620, 102626, 102632, 102646, 102662, 102668, 102704, 102718, 102752, 102780, 102798, 102812, 102840, 102850, 102856, 102864, 102878, 102886, 102892, 102906, 102936, 102974, 103008, 103036, 103104, 103160, 103224, 103280, 103294, 103298, 103300, 103312, 103326, 103328, 103356, 103366, 103372, 103384, 103406, 103410, 103412, 103472, 103486, 103520, 103548, 103616, 103672, 103920, 103992, 104048, 104062, 104160, 104188, 104194, 104196, 104200, 104208, 104224, 104252, 104256, 104312, 104326, 104332, 104344, 104368, 104382, 104398, 104412, 104418, 104420, 104424, 104482, 104484, 104514, 104520, 104528, 104542, 104550, 104570, 104578, 104580, 104592, 104606, 104608, 104636, 104652, 104690, 104692, 104706, 104712, 104734, 104736, 104764, 104768, 104824, 104838, 104856, 104910, 104930, 104932, 104936, 104968, 104976, 104990, 104992, 105020, 105024, 105080, 105200, 105240, 105278, 105312, 105372, 105410, 105412, 105416, 105424, 105446, 105518, 105524, 105550, 105564, 105570, 105572, 105576, 105614, 105628, 105656, 105666, 105672, 105680, 105702, 105722, 105742, 105756, 105784, 105840, 105854, 105858, 105860, 105864, 105872, 105888, 105932, 105970, 105972, 106006, 106022, 106028, 106054, 106060, 106072, 106100, 106118, 106124, 106136, 106160, 106174, 106190, 106210, 106212, 106216, 106250, 106258, 106260, 106274, 106276, 106280, 106306, 106308, 106312, 106320, 106334, 106348, 106394, 106414, 106418, 106420, 106566, 106572, 106610, 106612, 106630, 106636, 106648, 106672, 106686, 106722, 106724, 106728, 106742, 106758, 106764, 106776, 106800, 106814, 106848, 106876, 106894, 106908, 106936, 106946, 106948, 106952, 106960, 106974, 106982, 106988, 107032, 107056, 107070, 107104, 107132, 107200, 107256, 107292, 107320, 107376, 107390, 107394, 107396, 107400, 107408, 107422, 107424, 107452, 107462, 107468, 107480, 107502, 107506, 107508, 107544, 107568, 107582, 107616, 107644, 107712, 107768, 108016, 108060, 108088, 108144, 108158, 108256, 108284, 108290, 108292, 108296, 108304, 108318, 108320, 108348, 108352, 108408, 108422, 108428, 108440, 108464, 108478, 108494, 108508, 108514, 108516, 108520, 108592, 108640, 108668, 108736, 108792, 109040, 109536, 109680, 109694, 109792, 109820, 110016, 110072, 110084, 110088, 110096, 110112, 110140, 110144, 110200, 110320, 110342, 110348, 110360, 110384, 110398, 110432, 110460, 110478, 110492, 110520, 110532, 110536, 110544, 110558, 110658, 110686, 110714, 110722, 110724, 110728, 110736, 110750, 110752, 110780, 110796, 110834, 110836, 110850, 110852, 110856, 110864, 110878, 110880, 110908, 110912, 110968, 110982, 111000, 111054, 111074, 111076, 111080, 111108, 111112, 111120, 111134, 111136, 111164, 111168, 111224, 111344, 111372, 111422, 111456, 111516, 111554, 111556, 111560, 111568, 111590, 111632, 111646, 111648, 111676, 111680, 111736, 111856, 112096, 112152, 112224, 112252, 112320, 112440, 112514, 112516, 112520, 112528, 112542, 112544, 112588, 112686, 112718, 112732, 112782, 112796, 112824, 112834, 112836, 112840, 112848, 112870, 112890, 112910, 112924, 112952, 113008, 113022, 113026, 113028, 113032, 113040, 113054, 113056, 113100, 113138, 113140, 113166, 113180, 113208, 113264, 113278, 113376, 113404, 113416, 113424, 113440, 113468, 113472, 113560, 113614, 113634, 113636, 113640, 113686, 113702, 113708, 113734, 113740, 113752, 113778, 113780, 113798, 113804, 113816, 113840, 113854, 113870, 113890, 113892, 113896, 113926, 113932, 113944, 113968, 113982, 114016, 114044, 114076, 114114, 114116, 114120, 114128, 114150, 114170, 114194, 114196, 114210, 114212, 114216, 114242, 114244, 114248, 114256, 114270, 114278, 114306, 114308, 114312, 114320, 114334, 114336, 114364, 114380, 114420, 114458, 114478, 114482, 114484, 114510, 114524, 114530, 114532, 114536, 114842, 114866, 114868, 114970, 114994, 114996, 115042, 115044, 115048, 115062, 115130, 115226, 115250, 115252, 115278, 115292, 115298, 115300, 115304, 115318, 115342, 115394, 115396, 115400, 115408, 115422, 115430, 115436, 115450, 115478, 115494, 115514, 115526, 115532, 115570, 115572, 115738, 115758, 115762, 115764, 115790, 115804, 115810, 115812, 115816, 115830, 115854, 115868, 115896, 115906, 115912, 115920, 115934, 115942, 115948, 115962, 115996, 116024, 116080, 116094, 116098, 116100, 116104, 116112, 116126, 116128, 116156, 116166, 116172, 116184, 116206, 116210, 116212, 116246, 116262, 116268, 116282, 116294, 116300, 116312, 116334, 116338, 116340, 116358, 116364, 116376, 116400, 116414, 116430, 116444, 116450, 116452, 116456, 116498, 116500, 116514, 116520, 116534, 116546, 116548, 116552, 116560, 116574, 116582, 116588, 116602, 116654, 116694, 116714, 116762, 116782, 116786, 116788, 116814, 116828, 116834, 116836, 116840, 116854, 116878, 116892, 116920, 116930, 116936, 116944, 116958, 116966, 116972, 116986, 117006, 117048, 117104, 117118, 117122, 117124, 117136, 117150, 117152, 117180, 117190, 117196, 117208, 117230, 117234, 117236, 117304, 117360, 117374, 117472, 117500, 117506, 117508, 117512, 117520, 117536, 117564, 117568, 117624, 117638, 117644, 117656, 117680, 117694, 117710, 117724, 117730, 117732, 117736, 117750, 117782, 117798, 117804, 117818, 117830, 117848, 117874, 117876, 117894, 117936, 117950, 117966, 117986, 117988, 117992, 118022, 118028, 118040, 118064, 118078, 118112, 118140, 118172, 118210, 118212, 118216, 118224, 118238, 118246, 118266, 118306, 118312, 118338, 118352, 118366, 118374, 118394, 118402, 118404, 118408, 118416, 118430, 118432, 118460, 118476, 118514, 118516, 118574, 118578, 118580, 118606, 118620, 118626, 118628, 118632, 118678, 118694, 118700, 118730, 118738, 118740, 118830, 118834, 118836, 118862, 118876, 118882, 118884, 118888, 118902, 118926, 118940, 118968, 118978, 118980, 118984, 118992, 119006, 119014, 119020, 119034, 119068, 119096, 119152, 119166, 119170, 119172, 119176, 119184, 119198, 119200, 119228, 119238, 119244, 119256, 119278, 119282, 119284, 119324, 119352, 119408, 119422, 119520, 119548, 119554, 119556, 119560, 119568, 119582, 119584, 119612, 119616, 119672, 119686, 119692, 119704, 119728, 119742, 119758, 119772, 119778, 119780, 119784, 119798, 119920, 119934, 120032, 120060, 120256, 120312, 120324, 120328, 120336, 120352, 120384, 120440, 120560, 120582, 120588, 120600, 120624, 120638, 120672, 120700, 120718, 120732, 120760, 120770, 120772, 120776, 120784, 120798, 120806, 120812, 120870, 120876, 120890, 120902, 120908, 120920, 120946, 120948, 120966, 120972, 120984, 121008, 121022, 121038, 121058, 121060, 121064, 121078, 121100, 121112, 121136, 121150, 121184, 121212, 121244, 121282, 121284, 121288, 121296, 121318, 121338, 121356, 121368, 121392, 121406, 121440, 121468, 121536, 121592, 121656, 121730, 121732, 121736, 121744, 121758, 121760, 121804, 121842, 121844, 121890, 121922, 121924, 121928, 121936, 121950, 121958, 121978, 121986, 121988, 121992, 122000, 122014, 122016, 122044, 122060, 122098, 122100, 122116, 122120, 122128, 122142, 122144, 122172, 122176, 122232, 122246, 122264, 122318, 122338, 122340, 122344, 122414, 122418, 122420, 122446, 122460, 122466, 122468, 122472, 122510, 122524, 122552, 122562, 122564, 122568, 122576, 122598, 122618, 122646, 122662, 122668, 122694, 122700, 122712, 122738, 122740, 122762, 122770, 122772, 122786, 122788, 122792, 123018, 123026, 123028, 123042, 123044, 123048, 123062, 123098, 123146, 123154, 123156, 123170, 123172, 123176, 123190, 123202, 123204, 123208, 123216, 123238, 123244, 123258, 123290, 123314, 123316, 123402, 123410, 123412, 123426, 123428, 123432, 123446, 123458, 123464, 123472, 123486, 123494, 123500, 123514, 123522, 123524, 123528, 123536, 123552, 123580, 123590, 123596, 123608, 123630, 123634, 123636, 123674, 123698, 123700, 123740, 123746, 123748, 123752, 123834, 123914, 123922, 123924, 123938, 123944, 123958, 123970, 123976, 123984, 123998, 124006, 124012, 124026, 124034, 124036, 124048, 124062, 124064, 124092, 124102, 124108, 124120, 124142, 124146, 124148, 124162, 124164, 124168, 124176, 124190, 124192, 124220, 124224, 124280, 124294, 124300, 124312, 124336, 124350, 124366, 124380, 124386, 124388, 124392, 124406, 124442, 124462, 124466, 124468, 124494, 124508, 124514, 124520, 124558, 124572, 124600, 124610, 124612, 124616, 124624, 124646, 124666, 124694, 124710, 124716, 124730, 124742, 124748, 124760, 124786, 124788, 124818, 124820, 124834, 124836, 124840, 124854, 124946, 124948, 124962, 124964, 124968, 124982, 124994, 124996, 125000, 125008, 125022, 125030, 125036, 125050, 125058, 125060, 125064, 125072, 125086, 125088, 125116, 125126, 125132, 125144, 125166, 125170, 125172, 125186, 125188, 125192, 125200, 125216, 125244, 125248, 125304, 125318, 125324, 125336, 125360, 125374, 125390, 125404, 125410, 125412, 125416, 125430, 125444, 125448, 125456, 125472, 125504, 125560, 125680, 125702, 125708, 125720, 125744, 125758, 125792, 125820, 125838, 125852, 125880, 125890, 125892, 125896, 125904, 125918, 125926, 125932, 125978, 125998, 126002, 126004, 126030, 126044, 126050, 126052, 126056, 126094, 126108, 126136, 126146, 126148, 126152, 126160, 126182, 126202, 126222, 126236, 126264, 126320, 126334, 126338, 126340, 126344, 126352, 126366, 126368, 126412, 126450, 126452, 126486, 126502, 126508, 126522, 126534, 126540, 126552, 126574, 126578, 126580, 126598, 126604, 126616, 126640, 126654, 126670, 126684, 126690, 126692, 126696, 126738, 126754, 126756, 126760, 126774, 126786, 126788, 126792, 126800, 126814, 126822, 126828, 126842, 126894, 126898, 126900, 126934, 127126, 127142, 127148, 127162, 127178, 127186, 127188, 127254, 127270, 127276, 127290, 127302, 127308, 127320, 127342, 127346, 127348, 127370, 127378, 127380, 127394, 127396, 127400, 127450, 127510, 127526, 127532, 127546, 127558, 127576, 127598, 127602, 127604, 127622, 127628, 127640, 127664, 127678, 127694, 127708, 127714, 127716, 127720, 127734, 127754, 127762, 127764, 127778, 127784, 127810, 127812, 127816, 127824, 127838, 127846, 127866, 127898, 127918, 127922, 127924, 128022, 128038, 128044, 128058, 128070, 128076, 128088, 128110, 128114, 128116, 128134, 128140, 128152, 128176, 128190, 128206, 128220, 128226, 128228, 128232, 128246, 128262, 128268, 128280, 128304, 128318, 128352, 128380, 128398, 128412, 128440, 128450, 128452, 128456, 128464, 128478, 128486, 128492, 128506, 128522, 128530, 128532, 128546, 128548, 128552, 128566, 128578, 128580, 128584, 128592, 128606, 128614, 128634, 128642, 128644, 128648, 128656, 128670, 128672, 128700, 128716, 128754, 128756, 128794, 128814, 128818, 128820, 128846, 128860, 128866, 128868, 128872, 128886, 128918, 128934, 128940, 128954, 128978, 128980, 129178, 129198, 129202, 129204, 129238, 129258, 129306, 129326, 129330, 129332, 129358, 129372, 129378, 129380, 129384, 129398, 129430, 129446, 129452, 129466, 129482, 129490, 129492, 129562, 129582, 129586, 129588, 129614, 129628, 129634, 129636, 129640, 129654, 129678, 129692, 129720, 129730, 129732, 129736, 129744, 129758, 129766, 129772, 129814, 129830, 129836, 129850, 129862, 129868, 129880, 129902, 129906, 129908, 129930, 129938, 129940, 129954, 129956, 129960, 129974, 130010}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1432c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, 2500, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, 273, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, 165, 164, 2007, 162, 2006, 159, 2003, 2000, 172, 171, 169, 2012, 166, 2010, 1186, 1184, 1182, 1179, 175, 1176, 173, 1192, 1191, 1189, 1187, 176, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, 143, 1987, 139, 1986, 135, 133, 131, 1984, 128, 1983, 125, 1981, 138, 137, 136, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, 2280, 1577, 2295, 2293, 2291, 579, 577, 574, 571, 2298, 582, 581, 1592, 2263, 2262, 2260, 2258, 1545, 2255, 1544, 2252, 1541, 2273, 2271, 2269, 2266, 1550, 535, 532, 2279, 528, 2277, 546, 543, 549, 1575, 1573, 2224, 2222, 2220, 1486, 2217, 1485, 2214, 1482, 1479, 2238, 2236, 2234, 2231, 1496, 2228, 1492, 480, 477, 2248, 473, 2246, 469, 2243, 490, 487, 2251, 497, 1537, 1535, 1532, 2477, 2476, 2474, 2479, 2469, 2468, 2466, 2464, 1730, 2473, 2471, 2453, 2452, 2450, 2448, 1729, 2445, 1728, 2460, 2458, 2456, 2463, 805, 804, 2428, 2427, 2425, 2423, 1725, 2420, 1724, 2417, 1722, 2438, 2436, 2434, 2431, 1727, 2444, 2442, 793, 791, 788, 795, 2388, 2386, 2384, 1697, 2381, 1696, 2378, 1694, 1692, 2402, 2400, 2398, 2395, 1703, 2392, 1701, 2412, 2410, 2407, 751, 748, 744, 2416, 759, 757, 1807, 2620, 2618, 1806, 1805, 2611, 2609, 2607, 2614, 1802, 1801, 1799, 2594, 2592, 2590, 2587, 1804, 2600, 2598, 1794, 1793, 1791, 1789, 2564, 2562, 2560, 2557, 1798, 2554, 1796, 2574, 2572, 2569, 2578, 1847, 1846, 2722, 1843, 1842, 1840, 1845, 2716, 2714, 1835, 1834, 1832, 1830, 1839, 1837, 2700, 2698, 2695, 2704, 1817, 1811, 1810, 897, 862, 1777, 829, 826, 838, 1760, 1758, 808, 2481, 1741, 1740, 1738, 1743, 2624, 1818, 2726, 2776, 782, 740, 737, 1715, 686, 679, 695, 1682, 1680, 639, 628, 2339, 647, 644, 1645, 1643, 1640, 1648, 602, 600, 597, 595, 2320, 593, 2318, 609, 607, 604, 1611, 1610, 1608, 1606, 613, 1615, 1613, 2328, 926, 924, 892, 886, 899, 857, 850, 2505, 1778, 824, 823, 821, 819, 2488, 818, 2486, 833, 831, 828, 840, 1761, 1759, 2649, 2632, 2630, 2746, 2734, 2732, 2782, 2781, 570, 567, 1587, 531, 527, 523, 540, 1566, 1564, 476, 467, 463, 2240, 486, 483, 1524, 1521, 1518, 1529, 411, 403, 2192, 399, 2189, 423, 416, 1462, 1457, 1454, 428, 1468, 1465, 2210, 366, 363, 2158, 360, 2156, 357, 2153, 376, 373, 370, 2163, 1410, 1409, 1407, 1405, 382, 1402, 380, 1417, 1415, 1412, 1421, 2175, 2174, 777, 774, 771, 784, 732, 725, 722, 2404, 743, 1716, 676, 674, 668, 2363, 665, 2360, 685, 1684, 1681, 626, 624, 622, 2335, 620, 2333, 617, 2330, 641, 635, 649, 1646, 1644, 1642, 2566, 928, 925, 2530, 2527, 894, 891, 888, 2501, 2499, 2496, 858, 856, 854, 851, 1779, 2692, 2668, 2665, 2645, 2643, 2640, 2651, 2768, 2759, 2757, 2744, 2743, 2741, 2748, 352, 1382, 340, 337, 333, 1371, 1369, 307, 300, 296, 2126, 315, 312, 1347, 1342, 1350, 261, 258, 250, 2097, 246, 2094, 271, 268, 264, 1306, 1301, 1298, 276, 1312, 1309, 2115, 203, 2048, 195, 2045, 191, 2041, 213, 209, 2056, 1246, 1244, 1238, 225, 1234, 222, 1256, 1253, 1249, 1262, 2080, 2079, 154, 1997, 150, 1995, 147, 1992, 1989, 163, 160, 2004, 156, 2001, 1175, 1174, 1172, 1170, 1167, 170, 1164, 167, 1185, 1183, 1180, 1177, 174, 1190, 1188, 2025, 2024, 2022, 587, 586, 564, 559, 556, 2290, 573, 1588, 520, 518, 512, 2268, 508, 2265, 530, 1568, 1565, 461, 457, 2233, 450, 2230, 446, 2226, 479, 471, 489, 1526, 1523, 1520, 397, 395, 2185, 392, 2183, 389, 2180, 2177, 410, 2194, 402, 422, 1463, 1461, 1459, 1456, 1470, 2455, 799, 2433, 2430, 779, 776, 773, 2397, 2394, 2390, 734, 728, 724, 746, 1717, 2356, 2354, 2351, 2348, 1658, 677, 675, 673, 670, 667, 688, 1685, 1683, 2606, 2589, 2586, 2559, 2556, 2552, 927, 2523, 2521, 2518, 2515, 1784, 2532, 895, 893, 890, 2718, 2709, 2707, 2689, 2687, 2684, 2663, 2662, 2660, 2658, 1825, 2667, 2769, 1852, 2760, 2758, 142, 141, 1139, 1138, 134, 132, 129, 126, 1982, 1129, 1128, 1126, 1131, 113, 111, 108, 105, 1972, 101, 1970, 120, 118, 115, 1109, 1108, 1106, 1104, 123, 1113, 1111, 82, 79, 1951, 75, 1949, 72, 1946, 92, 89, 86, 1956, 1077, 1076, 1074, 1072, 98, 1069, 96, 1084, 1082, 1079, 1088, 1968, 1967, 48, 45, 1916, 42, 1914, 39, 1911, 1908, 60, 57, 54, 1923, 50, 1920, 1031, 1030, 1028, 1026, 67, 1023, 65, 1020, 62, 1041, 1039, 1036, 1033, 69, 1046, 1044, 1944, 1943, 1941, 11, 9, 1868, 7, 1865, 1862, 1859, 20, 1878, 16, 1875, 13, 1872, 970, 968, 966, 963, 29, 960, 26, 23, 983, 981, 978, 975, 33, 971, 31, 990, 988, 985, 1906, 1904, 1902, 993, 351, 2145, 1383, 331, 330, 328, 326, 2137, 323, 2135, 339, 1372, 1370, 294, 293, 291, 289, 2122, 286, 2120, 283, 2117, 309, 303, 317, 1348, 1346, 1344, 245, 244, 242, 2090, 239, 2088, 236, 2085, 2082, 260, 2099, 249, 270, 1307, 1305, 1303, 1300, 1314, 189, 2038, 186, 2036, 183, 2033, 2030, 2026, 206, 198, 2047, 194, 216, 1247, 1245, 1243, 1240, 227, 1237, 1255, 2310, 2302, 2300, 2286, 2284, 2281, 565, 563, 561, 558, 575, 1589, 2261, 2259, 2256, 2253, 1542, 521, 519, 517, 514, 2270, 511, 533, 1569, 1567, 2223, 2221, 2218, 2215, 1483, 2211, 1480, 459, 456, 453, 2232, 449, 474, 491, 1527, 1525, 1522, 2475, 2467, 2465, 2451, 2449, 2446, 801, 800, 2426, 2424, 2421, 2418, 1723, 2435, 780, 778, 775, 2387, 2385, 2382, 2379, 1695, 2375, 1693, 2396, 735, 733, 730, 727, 749, 1718, 2616, 2615, 2604, 2603, 2601, 2584, 2583, 2581, 2579, 1800, 2591, 2550, 2549, 2547, 2545, 1792, 2542, 1790, 2558, 929, 2719, 1841, 2710, 2708, 1833, 1831, 2690, 2688, 2686, 1815, 1809, 1808, 1774, 1756, 1754, 1737, 1736, 1734, 1739, 1816, 1711, 1676, 1674, 633, 629, 1638, 1636, 1633, 1641, 598, 1605, 1604, 1602, 1600, 605, 1609, 1607, 2327, 887, 853, 1775, 822, 820, 1757, 1755, 1584, 524, 1560, 1558, 468, 464, 1514, 1511, 1508, 1519, 408, 404, 400, 1452, 1447, 1444, 417, 1458, 1455, 2208, 364, 361, 358, 2154, 1401, 1400, 1398, 1396, 374, 1393, 371, 1408, 1406, 1403, 1413, 2173, 2172, 772, 726, 723, 1712, 672, 669, 666, 682, 1678, 1675, 625, 623, 621, 618, 2331, 636, 632, 1639, 1637, 1635, 920, 918, 884, 880, 889, 849, 848, 847, 846, 2497, 855, 852, 1776, 2641, 2742, 2787, 1380, 334, 1367, 1365, 301, 297, 1340, 1338, 1335, 1343, 255, 251, 247, 1296, 1291, 1288, 265, 1302, 1299, 2113, 204, 196, 192, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, 151, 148, 1993, 144, 1990, 1163, 1162, 1160, 1158, 1155, 161, 1152, 157, 1173, 1171, 1168, 1165, 168, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, 140, 1137, 1136, 130, 127, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, 1080, 1966, 1965, 46, 43, 40, 1912, 36, 1909, 1019, 1018, 1016, 1014, 58, 1011, 55, 1008, 51, 1029, 1027, 1024, 1021, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, 190, 187, 184, 2034, 180, 2031, 177, 2027, 199, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, 197, 1206, 193, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, 152, 1143, 149, 1140, 145, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, 1007, 1006, 1004, 1002, 999, 41, 996, 37, 1017, 1015, 1012, 1009, 52, 1025, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, 288, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, 188, 185, 181, 178, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, 513, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, 146, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, 1003, 1000, 997, 38, 1013, 1010, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, 182, 1195, 179, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, 1001, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; + public static final int[] f1434c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, 2500, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, 273, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, 165, 164, 2007, 162, 2006, 159, 2003, 2000, 172, 171, 169, 2012, 166, 2010, 1186, 1184, 1182, 1179, 175, 1176, 173, 1192, 1191, 1189, 1187, 176, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, 143, 1987, 139, 1986, 135, 133, 131, 1984, 128, 1983, 125, 1981, 138, 137, 136, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, 2280, 1577, 2295, 2293, 2291, 579, 577, 574, 571, 2298, 582, 581, 1592, 2263, 2262, 2260, 2258, 1545, 2255, 1544, 2252, 1541, 2273, 2271, 2269, 2266, 1550, 535, 532, 2279, 528, 2277, 546, 543, 549, 1575, 1573, 2224, 2222, 2220, 1486, 2217, 1485, 2214, 1482, 1479, 2238, 2236, 2234, 2231, 1496, 2228, 1492, 480, 477, 2248, 473, 2246, 469, 2243, 490, 487, 2251, 497, 1537, 1535, 1532, 2477, 2476, 2474, 2479, 2469, 2468, 2466, 2464, 1730, 2473, 2471, 2453, 2452, 2450, 2448, 1729, 2445, 1728, 2460, 2458, 2456, 2463, 805, 804, 2428, 2427, 2425, 2423, 1725, 2420, 1724, 2417, 1722, 2438, 2436, 2434, 2431, 1727, 2444, 2442, 793, 791, 788, 795, 2388, 2386, 2384, 1697, 2381, 1696, 2378, 1694, 1692, 2402, 2400, 2398, 2395, 1703, 2392, 1701, 2412, 2410, 2407, 751, 748, 744, 2416, 759, 757, 1807, 2620, 2618, 1806, 1805, 2611, 2609, 2607, 2614, 1802, 1801, 1799, 2594, 2592, 2590, 2587, 1804, 2600, 2598, 1794, 1793, 1791, 1789, 2564, 2562, 2560, 2557, 1798, 2554, 1796, 2574, 2572, 2569, 2578, 1847, 1846, 2722, 1843, 1842, 1840, 1845, 2716, 2714, 1835, 1834, 1832, 1830, 1839, 1837, 2700, 2698, 2695, 2704, 1817, 1811, 1810, 897, 862, 1777, 829, 826, 838, 1760, 1758, 808, 2481, 1741, 1740, 1738, 1743, 2624, 1818, 2726, 2776, 782, 740, 737, 1715, 686, 679, 695, 1682, 1680, 639, 628, 2339, 647, 644, 1645, 1643, 1640, 1648, 602, 600, 597, 595, 2320, 593, 2318, 609, 607, 604, 1611, 1610, 1608, 1606, 613, 1615, 1613, 2328, 926, 924, 892, 886, 899, 857, 850, 2505, 1778, 824, 823, 821, 819, 2488, 818, 2486, 833, 831, 828, 840, 1761, 1759, 2649, 2632, 2630, 2746, 2734, 2732, 2782, 2781, 570, 567, 1587, 531, 527, 523, 540, 1566, 1564, 476, 467, 463, 2240, 486, 483, 1524, 1521, 1518, 1529, 411, 403, 2192, 399, 2189, 423, 416, 1462, 1457, 1454, 428, 1468, 1465, 2210, 366, 363, 2158, 360, 2156, 357, 2153, 376, 373, 370, 2163, 1410, 1409, 1407, 1405, 382, 1402, 380, 1417, 1415, 1412, 1421, 2175, 2174, 777, 774, 771, 784, 732, 725, 722, 2404, 743, 1716, 676, 674, 668, 2363, 665, 2360, 685, 1684, 1681, 626, 624, 622, 2335, 620, 2333, 617, 2330, 641, 635, 649, 1646, 1644, 1642, 2566, 928, 925, 2530, 2527, 894, 891, 888, 2501, 2499, 2496, 858, 856, 854, 851, 1779, 2692, 2668, 2665, 2645, 2643, 2640, 2651, 2768, 2759, 2757, 2744, 2743, 2741, 2748, 352, 1382, 340, 337, 333, 1371, 1369, 307, 300, 296, 2126, 315, 312, 1347, 1342, 1350, 261, 258, 250, 2097, 246, 2094, 271, 268, 264, 1306, 1301, 1298, 276, 1312, 1309, 2115, 203, 2048, 195, 2045, 191, 2041, 213, 209, 2056, 1246, 1244, 1238, 225, 1234, 222, 1256, 1253, 1249, 1262, 2080, 2079, 154, 1997, 150, 1995, 147, 1992, 1989, 163, 160, 2004, 156, 2001, 1175, 1174, 1172, 1170, 1167, 170, 1164, 167, 1185, 1183, 1180, 1177, 174, 1190, 1188, 2025, 2024, 2022, 587, 586, 564, 559, 556, 2290, 573, 1588, 520, 518, 512, 2268, 508, 2265, 530, 1568, 1565, 461, 457, 2233, 450, 2230, 446, 2226, 479, 471, 489, 1526, 1523, 1520, 397, 395, 2185, 392, 2183, 389, 2180, 2177, 410, 2194, 402, 422, 1463, 1461, 1459, 1456, 1470, 2455, 799, 2433, 2430, 779, 776, 773, 2397, 2394, 2390, 734, 728, 724, 746, 1717, 2356, 2354, 2351, 2348, 1658, 677, 675, 673, 670, 667, 688, 1685, 1683, 2606, 2589, 2586, 2559, 2556, 2552, 927, 2523, 2521, 2518, 2515, 1784, 2532, 895, 893, 890, 2718, 2709, 2707, 2689, 2687, 2684, 2663, 2662, 2660, 2658, 1825, 2667, 2769, 1852, 2760, 2758, 142, 141, 1139, 1138, 134, 132, 129, 126, 1982, 1129, 1128, 1126, 1131, 113, 111, 108, 105, 1972, 101, 1970, 120, 118, 115, 1109, 1108, 1106, 1104, 123, 1113, 1111, 82, 79, 1951, 75, 1949, 72, 1946, 92, 89, 86, 1956, 1077, 1076, 1074, 1072, 98, 1069, 96, 1084, 1082, 1079, 1088, 1968, 1967, 48, 45, 1916, 42, 1914, 39, 1911, 1908, 60, 57, 54, 1923, 50, 1920, 1031, 1030, 1028, 1026, 67, 1023, 65, 1020, 62, 1041, 1039, 1036, 1033, 69, 1046, 1044, 1944, 1943, 1941, 11, 9, 1868, 7, 1865, 1862, 1859, 20, 1878, 16, 1875, 13, 1872, 970, 968, 966, 963, 29, 960, 26, 23, 983, 981, 978, 975, 33, 971, 31, 990, 988, 985, 1906, 1904, 1902, 993, 351, 2145, 1383, 331, 330, 328, 326, 2137, 323, 2135, 339, 1372, 1370, 294, 293, 291, 289, 2122, 286, 2120, 283, 2117, 309, 303, 317, 1348, 1346, 1344, 245, 244, 242, 2090, 239, 2088, 236, 2085, 2082, 260, 2099, 249, 270, 1307, 1305, 1303, 1300, 1314, 189, 2038, 186, 2036, 183, 2033, 2030, 2026, 206, 198, 2047, 194, 216, 1247, 1245, 1243, 1240, 227, 1237, 1255, 2310, 2302, 2300, 2286, 2284, 2281, 565, 563, 561, 558, 575, 1589, 2261, 2259, 2256, 2253, 1542, 521, 519, 517, 514, 2270, 511, 533, 1569, 1567, 2223, 2221, 2218, 2215, 1483, 2211, 1480, 459, 456, 453, 2232, 449, 474, 491, 1527, 1525, 1522, 2475, 2467, 2465, 2451, 2449, 2446, 801, 800, 2426, 2424, 2421, 2418, 1723, 2435, 780, 778, 775, 2387, 2385, 2382, 2379, 1695, 2375, 1693, 2396, 735, 733, 730, 727, 749, 1718, 2616, 2615, 2604, 2603, 2601, 2584, 2583, 2581, 2579, 1800, 2591, 2550, 2549, 2547, 2545, 1792, 2542, 1790, 2558, 929, 2719, 1841, 2710, 2708, 1833, 1831, 2690, 2688, 2686, 1815, 1809, 1808, 1774, 1756, 1754, 1737, 1736, 1734, 1739, 1816, 1711, 1676, 1674, 633, 629, 1638, 1636, 1633, 1641, 598, 1605, 1604, 1602, 1600, 605, 1609, 1607, 2327, 887, 853, 1775, 822, 820, 1757, 1755, 1584, 524, 1560, 1558, 468, 464, 1514, 1511, 1508, 1519, 408, 404, 400, 1452, 1447, 1444, 417, 1458, 1455, 2208, 364, 361, 358, 2154, 1401, 1400, 1398, 1396, 374, 1393, 371, 1408, 1406, 1403, 1413, 2173, 2172, 772, 726, 723, 1712, 672, 669, 666, 682, 1678, 1675, 625, 623, 621, 618, 2331, 636, 632, 1639, 1637, 1635, 920, 918, 884, 880, 889, 849, 848, 847, 846, 2497, 855, 852, 1776, 2641, 2742, 2787, 1380, 334, 1367, 1365, 301, 297, 1340, 1338, 1335, 1343, 255, 251, 247, 1296, 1291, 1288, 265, 1302, 1299, 2113, 204, 196, 192, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, 151, 148, 1993, 144, 1990, 1163, 1162, 1160, 1158, 1155, 161, 1152, 157, 1173, 1171, 1168, 1165, 168, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, 140, 1137, 1136, 130, 127, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, 1080, 1966, 1965, 46, 43, 40, 1912, 36, 1909, 1019, 1018, 1016, 1014, 58, 1011, 55, 1008, 51, 1029, 1027, 1024, 1021, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, 190, 187, 184, 2034, 180, 2031, 177, 2027, 199, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, 197, 1206, 193, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, 152, 1143, 149, 1140, 145, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, 1007, 1006, 1004, 1002, 999, 41, 996, 37, 1017, 1015, 1012, 1009, 52, 1025, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, 288, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, 188, 185, 181, 178, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, 513, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, 146, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, 1003, 1000, 997, 38, 1013, 1010, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, 182, 1195, 179, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, 1001, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; public static int a(int i) { int binarySearch = Arrays.binarySearch(b, i & 262143); if (binarySearch < 0) { return -1; } - return (f1432c[binarySearch] - 1) % 929; + return (f1434c[binarySearch] - 1) % 929; } public static int[] b(Collection collection) { diff --git a/app/src/main/java/c/i/e/r/b.java b/app/src/main/java/c/i/e/r/b.java index 99c6635468..c7f10d5ad0 100644 --- a/app/src/main/java/c/i/e/r/b.java +++ b/app/src/main/java/c/i/e/r/b.java @@ -36,7 +36,7 @@ public final class b implements i { } /* JADX WARNING: Code restructure failed: missing block: B:312:0x064c, code lost: - r3 = new com.google.zxing.Result(r2.f1406c, r2.a, r4, c.i.e.a.PDF_417); + r3 = new com.google.zxing.Result(r2.f1408c, r2.a, r4, c.i.e.a.PDF_417); r3.b(c.i.e.j.l, r2.e); r2 = (c.i.e.r.c) r2.f; */ @@ -170,11 +170,11 @@ public final class b implements i { if (a3 == null) { a3 = a4; } else if (a4 != null) { - a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1434c, a4.d, a4.e); + a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1436c, a4.d, a4.e); } fVar2 = new f(aVar, a3); if (fVar2 == null) { - if (i12 != 0 || (cVar6 = fVar2.f1437c) == null) { + if (i12 != 0 || (cVar6 = fVar2.f1439c) == null) { break; } cVar2 = cVar5; @@ -197,7 +197,7 @@ public final class b implements i { if (fVar2 == null) { } } - fVar2.f1437c = cVar2; + fVar2.f1439c = cVar2; fVar = fVar2; hVar = hVar; int i21 = fVar.d + 1; @@ -263,7 +263,7 @@ public final class b implements i { i25 = i5; } else { i5 = i25; - i6 = z3 ? fVar.f1437c.f : fVar.f1437c.g; + i6 = z3 ? fVar.f1439c.f : fVar.f1439c.g; } } if (i6 < 0 && i6 <= cVar2.g) { @@ -468,7 +468,7 @@ public final class b implements i { int i64 = 0; for (int i65 = 14; i64 < i65; i65 = 14) { c.i.e.r.d.d dVar7 = dVarArr9[i64]; - if (dVar7 != null && dVar7.a() && dVar7.f1435c == dVar6.f1435c) { + if (dVar7 != null && dVar7.a() && dVar7.f1437c == dVar6.f1437c) { dVar6.e = dVar7.e; z2 = true; } else { diff --git a/app/src/main/java/c/i/e/r/d/a.java b/app/src/main/java/c/i/e/r/d/a.java index 0553995def..c0f1d26bfa 100644 --- a/app/src/main/java/c/i/e/r/d/a.java +++ b/app/src/main/java/c/i/e/r/d/a.java @@ -5,14 +5,14 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1433c; + public final int f1435c; public final int d; public final int e; public a(int i, int i2, int i3, int i4) { this.a = i; this.b = i4; - this.f1433c = i2; + this.f1435c = i2; this.d = i3; this.e = i2 + i3; } diff --git a/app/src/main/java/c/i/e/r/d/c.java b/app/src/main/java/c/i/e/r/d/c.java index 6b2c86b68a..03372e2e25 100644 --- a/app/src/main/java/c/i/e/r/d/c.java +++ b/app/src/main/java/c/i/e/r/d/c.java @@ -9,7 +9,7 @@ public final class c { public final k b; /* renamed from: c reason: collision with root package name */ - public final k f1434c; + public final k f1436c; public final k d; public final k e; public final int f; @@ -32,7 +32,7 @@ public final class c { } this.a = bVar; this.b = kVar; - this.f1434c = kVar2; + this.f1436c = kVar2; this.d = kVar3; this.e = kVar4; this.f = (int) Math.min(kVar.a, kVar2.a); @@ -47,7 +47,7 @@ public final class c { public c(c cVar) { this.a = cVar.a; this.b = cVar.b; - this.f1434c = cVar.f1434c; + this.f1436c = cVar.f1436c; this.d = cVar.d; this.e = cVar.e; this.f = cVar.f; diff --git a/app/src/main/java/c/i/e/r/d/d.java b/app/src/main/java/c/i/e/r/d/d.java index dd955fbbe7..689421a4b3 100644 --- a/app/src/main/java/c/i/e/r/d/d.java +++ b/app/src/main/java/c/i/e/r/d/d.java @@ -5,24 +5,24 @@ public final class d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1435c; + public final int f1437c; public final int d; public int e = -1; public d(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f1435c = i3; + this.f1437c = i3; this.d = i4; } public boolean a() { int i = this.e; - return i != -1 && this.f1435c == (i % 3) * 3; + return i != -1 && this.f1437c == (i % 3) * 3; } public void b() { - this.e = (this.f1435c / 3) + ((this.d / 30) * 3); + this.e = (this.f1437c / 3) + ((this.d / 30) * 3); } public String toString() { diff --git a/app/src/main/java/c/i/e/r/d/e.java b/app/src/main/java/c/i/e/r/d/e.java index 1b629e31dd..39b55b322e 100644 --- a/app/src/main/java/c/i/e/r/d/e.java +++ b/app/src/main/java/c/i/e/r/d/e.java @@ -9,17 +9,17 @@ public final class e { public static final char[] b = "0123456789&\r\t,:#-.$/+%*=^".toCharArray(); /* renamed from: c reason: collision with root package name */ - public static final BigInteger[] f1436c; + public static final BigInteger[] f1438c; static { BigInteger[] bigIntegerArr = new BigInteger[16]; - f1436c = bigIntegerArr; + f1438c = bigIntegerArr; bigIntegerArr[0] = BigInteger.ONE; BigInteger valueOf = BigInteger.valueOf(900); bigIntegerArr[1] = valueOf; int i = 2; while (true) { - BigInteger[] bigIntegerArr2 = f1436c; + BigInteger[] bigIntegerArr2 = f1438c; if (i < bigIntegerArr2.length) { bigIntegerArr2[i] = bigIntegerArr2[i - 1].multiply(valueOf); i++; @@ -32,7 +32,7 @@ public final class e { public static String a(int[] iArr, int i) throws FormatException { BigInteger bigInteger = BigInteger.ZERO; for (int i2 = 0; i2 < i; i2++) { - bigInteger = bigInteger.add(f1436c[(i - i2) - 1].multiply(BigInteger.valueOf((long) iArr[i2]))); + bigInteger = bigInteger.add(f1438c[(i - i2) - 1].multiply(BigInteger.valueOf((long) iArr[i2]))); } String bigInteger2 = bigInteger.toString(); if (bigInteger2.charAt(0) == '1') { diff --git a/app/src/main/java/c/i/e/r/d/f.java b/app/src/main/java/c/i/e/r/d/f.java index 0ccc3b8786..55b68a46b7 100644 --- a/app/src/main/java/c/i/e/r/d/f.java +++ b/app/src/main/java/c/i/e/r/d/f.java @@ -8,14 +8,14 @@ public final class f { public final g[] b; /* renamed from: c reason: collision with root package name */ - public c f1437c; + public c f1439c; public final int d; public f(a aVar, c cVar) { this.a = aVar; int i = aVar.a; this.d = i; - this.f1437c = cVar; + this.f1439c = cVar; this.b = new g[(i + 2)]; } @@ -23,7 +23,7 @@ public final class f { if (dVar.a()) { return i2; } - if (!(i != -1 && dVar.f1435c == (i % 3) * 3)) { + if (!(i != -1 && dVar.f1437c == (i % 3) * 3)) { return i2 + 1; } dVar.e = i; @@ -43,9 +43,9 @@ public final class f { } hVar.d(dVarArr, aVar); c cVar = hVar.a; - boolean z2 = hVar.f1438c; + boolean z2 = hVar.f1440c; k kVar = z2 ? cVar.b : cVar.d; - k kVar2 = z2 ? cVar.f1434c : cVar.e; + k kVar2 = z2 ? cVar.f1436c : cVar.e; int b = hVar.b((int) kVar.b); int b2 = hVar.b((int) kVar2.b); int i2 = -1; diff --git a/app/src/main/java/c/i/e/r/d/h.java b/app/src/main/java/c/i/e/r/d/h.java index 65284c3959..3f764e05e8 100644 --- a/app/src/main/java/c/i/e/r/d/h.java +++ b/app/src/main/java/c/i/e/r/d/h.java @@ -3,11 +3,11 @@ package c.i.e.r.d; public final class h extends g { /* renamed from: c reason: collision with root package name */ - public final boolean f1438c; + public final boolean f1440c; public h(c cVar, boolean z2) { super(cVar); - this.f1438c = z2; + this.f1440c = z2; } public a c() { @@ -21,7 +21,7 @@ public final class h extends g { dVar.b(); int i = dVar.d % 30; int i2 = dVar.e; - if (!this.f1438c) { + if (!this.f1440c) { i2 += 2; } int i3 = i2 % 3; @@ -52,7 +52,7 @@ public final class h extends g { if (i3 > aVar.e) { dVarArr[i] = null; } else { - if (!this.f1438c) { + if (!this.f1440c) { i3 += 2; } int i4 = i3 % 3; @@ -64,7 +64,7 @@ public final class h extends g { } else if (i2 / 3 != aVar.b || i2 % 3 != aVar.d) { dVarArr[i] = null; } - } else if ((i2 * 3) + 1 != aVar.f1433c) { + } else if ((i2 * 3) + 1 != aVar.f1435c) { dVarArr[i] = null; } } @@ -74,6 +74,6 @@ public final class h extends g { @Override // c.i.e.r.d.g public String toString() { - return "IsLeft: " + this.f1438c + '\n' + super.toString(); + return "IsLeft: " + this.f1440c + '\n' + super.toString(); } } diff --git a/app/src/main/java/c/i/e/r/d/j.java b/app/src/main/java/c/i/e/r/d/j.java index c6c07fd481..a41ddcd307 100644 --- a/app/src/main/java/c/i/e/r/d/j.java +++ b/app/src/main/java/c/i/e/r/d/j.java @@ -35,9 +35,9 @@ public final class j { iArr = null; } else { c cVar = hVar.a; - boolean z2 = hVar.f1438c; + boolean z2 = hVar.f1440c; k kVar5 = z2 ? cVar.b : cVar.d; - k kVar6 = z2 ? cVar.f1434c : cVar.e; + k kVar6 = z2 ? cVar.f1436c : cVar.e; int b = hVar.b((int) kVar6.b); d[] dVarArr = hVar.b; int i3 = -1; @@ -106,9 +106,9 @@ public final class j { length2--; } c cVar2 = hVar.a; - boolean z3 = hVar.f1438c; + boolean z3 = hVar.f1440c; k kVar7 = cVar2.b; - k kVar8 = cVar2.f1434c; + k kVar8 = cVar2.f1436c; k kVar9 = cVar2.d; k kVar10 = cVar2.e; if (i11 > 0) { @@ -242,7 +242,7 @@ public final class j { int i16 = iArr4[i15]; Objects.requireNonNull(bVar3); if (i16 != 0) { - int i17 = length - bVar3.f1439c[i16]; + int i17 = length - bVar3.f1441c[i16]; if (i17 >= 0) { iArr[i17] = aVar.a.e(iArr[i17], iArr6[i15]); } else { diff --git a/app/src/main/java/c/i/e/r/d/k/b.java b/app/src/main/java/c/i/e/r/d/k/b.java index 243dc2dd6d..4b1abbdfa8 100644 --- a/app/src/main/java/c/i/e/r/d/k/b.java +++ b/app/src/main/java/c/i/e/r/d/k/b.java @@ -5,20 +5,20 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f1439c; + public final int[] f1441c; public final c d; public final c e; public b(int i, int i2) { this.b = new int[i]; - this.f1439c = new int[i]; + this.f1441c = new int[i]; int i3 = 1; for (int i4 = 0; i4 < i; i4++) { this.b[i4] = i3; i3 = (i3 * i2) % i; } for (int i5 = 0; i5 < i - 1; i5++) { - this.f1439c[this.b[i5]] = i5; + this.f1441c[this.b[i5]] = i5; } this.d = new c(this, new int[]{0}); this.e = new c(this, new int[]{1}); @@ -42,7 +42,7 @@ public final class b { public int c(int i) { if (i != 0) { - return this.b[(929 - this.f1439c[i]) - 1]; + return this.b[(929 - this.f1441c[i]) - 1]; } throw new ArithmeticException(); } @@ -52,7 +52,7 @@ public final class b { return 0; } int[] iArr = this.b; - int[] iArr2 = this.f1439c; + int[] iArr2 = this.f1441c; return iArr[(iArr2[i] + iArr2[i2]) % 928]; } diff --git a/app/src/main/java/c/i/e/r/e/a.java b/app/src/main/java/c/i/e/r/e/a.java index f675d8abb6..dec20b320c 100644 --- a/app/src/main/java/c/i/e/r/e/a.java +++ b/app/src/main/java/c/i/e/r/e/a.java @@ -11,7 +11,7 @@ public final class a { public static final int[] b = {6, 2, 7, 3}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1440c = {8, 1, 1, 1, 1, 1, 1, 3}; + public static final int[] f1442c = {8, 1, 1, 1, 1, 1, 1, 3}; public static final int[] d = {7, 1, 1, 3, 1, 1, 1, 2, 1}; /* JADX WARNING: Code restructure failed: missing block: B:20:0x0068, code lost: @@ -55,7 +55,7 @@ public final class a { } int i6 = bVar.i; k[] kVarArr = new k[8]; - k[] c2 = c(bVar, i5, i6, i3, i4, f1440c); + k[] c2 = c(bVar, i5, i6, i3, i4, f1442c); int[] iArr = a; for (int i7 = 0; i7 < iArr.length; i7++) { kVarArr[iArr[i7]] = c2[i7]; diff --git a/app/src/main/java/c/i/e/s/a.java b/app/src/main/java/c/i/e/s/a.java index 73aaab3851..c0de4007ee 100644 --- a/app/src/main/java/c/i/e/s/a.java +++ b/app/src/main/java/c/i/e/s/a.java @@ -70,7 +70,7 @@ public class a implements i { if (!c.i.e.s.c.e.c(iArr)) { eVar2.g(iArr); } else if (eVar2.e(iArr, i7, i9)) { - if (eVar2.f1448c) { + if (eVar2.f1450c) { z3 = eVar2.f(); } else { if (eVar2.b.size() > 1) { @@ -83,7 +83,7 @@ public class a implements i { c.i.e.s.c.d next = it.next(); if (next.d >= 2) { if (dVar != null) { - eVar2.f1448c = true; + eVar2.f1450c = true; i2 = 2; i3 = ((int) (Math.abs(dVar.a - next.a) - Math.abs(dVar.b - next.b))) / 2; break; @@ -115,7 +115,7 @@ public class a implements i { } if (c.i.e.s.c.e.c(iArr) && eVar2.e(iArr, i7, i5)) { i6 = iArr[0]; - if (eVar2.f1448c) { + if (eVar2.f1450c) { z3 = eVar2.f(); } } @@ -128,7 +128,7 @@ public class a implements i { float f5 = 0.0f; float f6 = 0.0f; for (c.i.e.s.c.d dVar2 : eVar2.b) { - float f7 = dVar2.f1447c; + float f7 = dVar2.f1449c; f5 += f7; f6 += f7 * f7; } @@ -138,7 +138,7 @@ public class a implements i { float max = Math.max(0.2f * f9, (float) Math.sqrt((double) ((f6 / f8) - (f9 * f9)))); int i11 = 0; while (i11 < eVar2.b.size() && eVar2.b.size() > 3) { - if (Math.abs(eVar2.b.get(i11).f1447c - f9) > max) { + if (Math.abs(eVar2.b.get(i11).f1449c - f9) > max) { eVar2.b.remove(i11); i11--; } @@ -147,7 +147,7 @@ public class a implements i { } if (eVar2.b.size() > 3) { for (c.i.e.s.c.d dVar3 : eVar2.b) { - f4 += dVar3.f1447c; + f4 += dVar3.f1449c; } Collections.sort(eVar2.b, new e.b(f4 / ((float) eVar2.b.size()), null)); List list = eVar2.b; @@ -163,7 +163,7 @@ public class a implements i { k.b(dVarArr); f fVar = new f(dVarArr); c.i.e.s.c.d dVar4 = fVar.b; - c.i.e.s.c.d dVar5 = fVar.f1449c; + c.i.e.s.c.d dVar5 = fVar.f1451c; c.i.e.s.c.d dVar6 = fVar.a; float a3 = (cVar2.a(dVar4, dVar6) + cVar2.a(dVar4, dVar5)) / 2.0f; if (a3 >= 1.0f) { @@ -315,7 +315,7 @@ public class a implements i { kVarArr[0] = kVarArr[2]; kVarArr[2] = kVar; } - Result result = new Result(eVar.f1406c, eVar.a, kVarArr, c.i.e.a.QR_CODE); + Result result = new Result(eVar.f1408c, eVar.a, kVarArr, c.i.e.a.QR_CODE); List list2 = eVar.d; if (list2 != null) { result.b(c.i.e.j.BYTE_SEGMENTS, list2); diff --git a/app/src/main/java/c/i/e/s/b/a.java b/app/src/main/java/c/i/e/s/b/a.java index 5a6aabcdb9..d63d661263 100644 --- a/app/src/main/java/c/i/e/s/b/a.java +++ b/app/src/main/java/c/i/e/s/b/a.java @@ -8,7 +8,7 @@ public final class a { public j b; /* renamed from: c reason: collision with root package name */ - public g f1441c; + public g f1443c; public boolean d; public a(b bVar) throws FormatException { @@ -44,7 +44,7 @@ public final class a { } public g c() throws FormatException { - g gVar = this.f1441c; + g gVar = this.f1443c; if (gVar != null) { return gVar; } @@ -69,7 +69,7 @@ public final class a { if (a2 == null) { a2 = g.a(a ^ 21522, i ^ 21522); } - this.f1441c = a2; + this.f1443c = a2; if (a2 != null) { return a2; } @@ -113,8 +113,8 @@ public final class a { } public void e() { - if (this.f1441c != null) { - c cVar = c.values()[this.f1441c.f1442c]; + if (this.f1443c != null) { + c cVar = c.values()[this.f1443c.f1444c]; b bVar = this.a; cVar.g(bVar, bVar.j); } diff --git a/app/src/main/java/c/i/e/s/b/e.java b/app/src/main/java/c/i/e/s/b/e.java index be207a3a2c..1686f2ff9e 100644 --- a/app/src/main/java/c/i/e/s/b/e.java +++ b/app/src/main/java/c/i/e/s/b/e.java @@ -26,7 +26,7 @@ public final class e { try { aVar.e(); aVar.b = null; - aVar.f1441c = null; + aVar.f1443c = null; aVar.d = true; aVar.d(); aVar.c(); @@ -45,7 +45,7 @@ public final class e { e = null; aVar.e(); aVar.b = null; - aVar.f1441c = null; + aVar.f1443c = null; aVar.d = true; aVar.d(); aVar.c(); @@ -70,7 +70,7 @@ public final class e { f fVar = aVar.c().b; g c2 = aVar.c(); j d2 = aVar.d(); - c cVar = c.values()[c2.f1442c]; + c cVar = c.values()[c2.f1444c]; b bVar2 = aVar.a; int i4 = bVar2.j; cVar.g(bVar2, i4); @@ -94,7 +94,7 @@ public final class e { int i11 = 6; bVar3.k(6, 9, 1, i10); bVar3.k(9, 6, i10, 1); - if (d2.f1444c > 6) { + if (d2.f1446c > 6) { int i12 = c3 - 11; bVar3.k(i12, 0, 3, 6); bVar3.k(0, i12, 6, 3); diff --git a/app/src/main/java/c/i/e/s/b/g.java b/app/src/main/java/c/i/e/s/b/g.java index a837eeb734..6d14b4c76e 100644 --- a/app/src/main/java/c/i/e/s/b/g.java +++ b/app/src/main/java/c/i/e/s/b/g.java @@ -5,7 +5,7 @@ public final class g { public final f b; /* renamed from: c reason: collision with root package name */ - public final byte f1442c; + public final byte f1444c; public g(int i) { int i2 = (i >> 3) & 3; @@ -13,7 +13,7 @@ public final class g { f[] fVarArr = f.m; if (i2 < fVarArr.length) { this.b = fVarArr[i2]; - this.f1442c = (byte) (i & 7); + this.f1444c = (byte) (i & 7); return; } } @@ -55,10 +55,10 @@ public final class g { return false; } g gVar = (g) obj; - return this.b == gVar.b && this.f1442c == gVar.f1442c; + return this.b == gVar.b && this.f1444c == gVar.f1444c; } public int hashCode() { - return (this.b.ordinal() << 3) | this.f1442c; + return (this.b.ordinal() << 3) | this.f1444c; } } diff --git a/app/src/main/java/c/i/e/s/b/h.java b/app/src/main/java/c/i/e/s/b/h.java index 606dd02e9d..88cd8ede07 100644 --- a/app/src/main/java/c/i/e/s/b/h.java +++ b/app/src/main/java/c/i/e/s/b/h.java @@ -21,7 +21,7 @@ public enum h { } public int f(j jVar) { - int i = jVar.f1444c; + int i = jVar.f1446c; return this.characterCountBitsForVersions[i <= 9 ? 0 : i <= 26 ? (char) 1 : 2]; } } diff --git a/app/src/main/java/c/i/e/s/b/j.java b/app/src/main/java/c/i/e/s/b/j.java index f7cc83b06c..4ec95f2a0b 100644 --- a/app/src/main/java/c/i/e/s/b/j.java +++ b/app/src/main/java/c/i/e/s/b/j.java @@ -5,7 +5,7 @@ public final class j { public static final j[] b = a(); /* renamed from: c reason: collision with root package name */ - public final int f1444c; + public final int f1446c; public final int[] d; public final b[] e; public final int f; @@ -33,7 +33,7 @@ public final class j { } public j(int i, int[] iArr, b... bVarArr) { - this.f1444c = i; + this.f1446c = i; this.d = iArr; this.e = bVarArr; int i2 = bVarArr[0].a; @@ -82,10 +82,10 @@ public final class j { } public int c() { - return (this.f1444c * 4) + 17; + return (this.f1446c * 4) + 17; } public String toString() { - return String.valueOf(this.f1444c); + return String.valueOf(this.f1446c); } } diff --git a/app/src/main/java/c/i/e/s/c/a.java b/app/src/main/java/c/i/e/s/c/a.java index 2cd6d5629d..9e95b0a160 100644 --- a/app/src/main/java/c/i/e/s/c/a.java +++ b/app/src/main/java/c/i/e/s/c/a.java @@ -5,10 +5,10 @@ import c.i.e.k; public final class a extends k { /* renamed from: c reason: collision with root package name */ - public final float f1445c; + public final float f1447c; public a(float f, float f2, float f3) { super(f, f2); - this.f1445c = f3; + this.f1447c = f3; } } diff --git a/app/src/main/java/c/i/e/s/c/b.java b/app/src/main/java/c/i/e/s/c/b.java index aa0b57e4e2..603fb3d224 100644 --- a/app/src/main/java/c/i/e/s/c/b.java +++ b/app/src/main/java/c/i/e/s/c/b.java @@ -9,7 +9,7 @@ public final class b { public final List b = new ArrayList(5); /* renamed from: c reason: collision with root package name */ - public final int f1446c; + public final int f1448c; public final int d; public final int e; public final int f; @@ -19,7 +19,7 @@ public final class b { public b(c.i.e.n.b bVar, int i, int i2, int i3, int i4, float f, l lVar) { this.a = bVar; - this.f1446c = i; + this.f1448c = i; this.d = i2; this.e = i3; this.f = i4; @@ -90,12 +90,12 @@ public final class b { float f2 = ((float) ((iArr[0] + iArr[1]) + iArr[2])) / 3.0f; for (a aVar : this.b) { if (Math.abs(f - aVar.b) <= f2 && Math.abs(a - aVar.a) <= f2) { - float abs = Math.abs(f2 - aVar.f1445c); - if (abs <= 1.0f || abs <= aVar.f1445c) { + float abs = Math.abs(f2 - aVar.f1447c); + if (abs <= 1.0f || abs <= aVar.f1447c) { z2 = true; continue; if (z2) { - return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1445c + f2) / 2.0f); + return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1447c + f2) / 2.0f); } } } diff --git a/app/src/main/java/c/i/e/s/c/c.java b/app/src/main/java/c/i/e/s/c/c.java index 47dc31ad96..434505682b 100644 --- a/app/src/main/java/c/i/e/s/c/c.java +++ b/app/src/main/java/c/i/e/s/c/c.java @@ -32,7 +32,7 @@ public class c { int min2 = Math.min(this.a.j - 1, i2 + i3) - max2; if (((float) min2) >= f3) { b bVar = new b(this.a, max, max2, min, min2, f, this.b); - int i4 = bVar.f1446c; + int i4 = bVar.f1448c; int i5 = bVar.f; int i6 = bVar.e + i4; int i7 = (i5 / 2) + bVar.d; diff --git a/app/src/main/java/c/i/e/s/c/d.java b/app/src/main/java/c/i/e/s/c/d.java index 5e6aec3ae4..eaf0edcdf1 100644 --- a/app/src/main/java/c/i/e/s/c/d.java +++ b/app/src/main/java/c/i/e/s/c/d.java @@ -5,18 +5,18 @@ import c.i.e.k; public final class d extends k { /* renamed from: c reason: collision with root package name */ - public final float f1447c; + public final float f1449c; public final int d; public d(float f, float f2, float f3) { super(f, f2); - this.f1447c = f3; + this.f1449c = f3; this.d = 1; } public d(float f, float f2, float f3, int i) { super(f, f2); - this.f1447c = f3; + this.f1449c = f3; this.d = i; } } diff --git a/app/src/main/java/c/i/e/s/c/e.java b/app/src/main/java/c/i/e/s/c/e.java index 80569db601..f002e70ff8 100644 --- a/app/src/main/java/c/i/e/s/c/e.java +++ b/app/src/main/java/c/i/e/s/c/e.java @@ -11,7 +11,7 @@ public class e { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public boolean f1448c; + public boolean f1450c; public final int[] d = new int[5]; public final l e; @@ -29,7 +29,7 @@ public class e { d dVar3 = dVar; d dVar4 = dVar2; int compare = Integer.compare(dVar4.d, dVar3.d); - return compare == 0 ? Float.compare(Math.abs(dVar3.f1447c - this.average), Math.abs(dVar4.f1447c - this.average)) : compare; + return compare == 0 ? Float.compare(Math.abs(dVar3.f1449c - this.average), Math.abs(dVar4.f1449c - this.average)) : compare; } } @@ -44,7 +44,7 @@ public class e { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // java.util.Comparator public int compare(d dVar, d dVar2) { - return Float.compare(Math.abs(dVar2.f1447c - this.average), Math.abs(dVar.f1447c - this.average)); + return Float.compare(Math.abs(dVar2.f1449c - this.average), Math.abs(dVar.f1449c - this.average)); } } @@ -267,8 +267,8 @@ public class e { } d dVar = this.b.get(i27); if (Math.abs(f - dVar.b) <= f5 && Math.abs(f2 - dVar.a) <= f5) { - float abs = Math.abs(f5 - dVar.f1447c); - if (abs <= 1.0f || abs <= dVar.f1447c) { + float abs = Math.abs(f5 - dVar.f1449c); + if (abs <= 1.0f || abs <= dVar.f1449c) { z4 = true; if (!z4) { List list = this.b; @@ -276,7 +276,7 @@ public class e { int i29 = i28 + 1; float f6 = (float) i28; float f7 = (float) i29; - list.set(i27, new d(((dVar.a * f6) + f2) / f7, ((dVar.b * f6) + f) / f7, ((f6 * dVar.f1447c) + f5) / f7, i29)); + list.set(i27, new d(((dVar.a * f6) + f2) / f7, ((dVar.b * f6) + f) / f7, ((f6 * dVar.f1449c) + f5) / f7, i29)); z3 = true; break; } @@ -324,7 +324,7 @@ public class e { for (d dVar : this.b) { if (dVar.d >= 2) { i++; - f2 += dVar.f1447c; + f2 += dVar.f1449c; } } if (i < 3) { @@ -332,7 +332,7 @@ public class e { } float f3 = f2 / ((float) size); for (d dVar2 : this.b) { - f += Math.abs(dVar2.f1447c - f3); + f += Math.abs(dVar2.f1449c - f3); } return f <= f2 * 0.05f; } diff --git a/app/src/main/java/c/i/e/s/c/f.java b/app/src/main/java/c/i/e/s/c/f.java index b7b54512cd..2a8f06c7f2 100644 --- a/app/src/main/java/c/i/e/s/c/f.java +++ b/app/src/main/java/c/i/e/s/c/f.java @@ -5,11 +5,11 @@ public final class f { public final d b; /* renamed from: c reason: collision with root package name */ - public final d f1449c; + public final d f1451c; public f(d[] dVarArr) { this.a = dVarArr[0]; this.b = dVarArr[1]; - this.f1449c = dVarArr[2]; + this.f1451c = dVarArr[2]; } } diff --git a/app/src/main/java/c/j/a/e.java b/app/src/main/java/c/j/a/e.java index 539656dac3..958f4ef1c9 100644 --- a/app/src/main/java/c/j/a/e.java +++ b/app/src/main/java/c/j/a/e.java @@ -70,7 +70,7 @@ public class e implements Serializable { rVar.b(rVar.c(iVar), hCaptchaConfig); String c2 = iVar.i.c(); k kVar = iVar.i; - kVar.f529c = -1; + kVar.f531c = -1; kVar.h = 0; kVar.j = null; if (kVar.e) { @@ -127,15 +127,15 @@ public class e implements Serializable { @Override // java.lang.Object public String toString() { - StringBuilder L = c.d.b.a.a.L("HCaptchaJSInterface(hCaptchaConfig="); - L.append(this.hCaptchaConfig); - L.append(", onLoadedListener="); - L.append(this.onLoadedListener); - L.append(", onSuccessListener="); - L.append(this.onSuccessListener); - L.append(", onFailureListener="); - L.append(this.onFailureListener); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("HCaptchaJSInterface(hCaptchaConfig="); + K.append(this.hCaptchaConfig); + K.append(", onLoadedListener="); + K.append(this.onLoadedListener); + K.append(", onSuccessListener="); + K.append(this.onSuccessListener); + K.append(", onFailureListener="); + K.append(this.onFailureListener); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/j/a/f/d.java b/app/src/main/java/c/j/a/f/d.java index 1af60b2d48..6d196dd5e1 100644 --- a/app/src/main/java/c/j/a/f/d.java +++ b/app/src/main/java/c/j/a/f/d.java @@ -9,12 +9,12 @@ public abstract class d { public HCaptchaException b; /* renamed from: c reason: collision with root package name */ - public final List> f1450c = new ArrayList(); + public final List> f1452c = new ArrayList(); public final List d = new ArrayList(); public final void a() { if (this.a != null) { - Iterator> it = this.f1450c.iterator(); + Iterator> it = this.f1452c.iterator(); while (it.hasNext()) { it.next().onSuccess(this.a); it.remove(); diff --git a/app/src/main/java/c/k/a/a/a.java b/app/src/main/java/c/k/a/a/a.java index e1d1c9116d..cbaec0d28b 100644 --- a/app/src/main/java/c/k/a/a/a.java +++ b/app/src/main/java/c/k/a/a/a.java @@ -12,7 +12,7 @@ public class a extends Drawable { public Paint b = new Paint(); /* renamed from: c reason: collision with root package name */ - public Paint f1451c = new Paint(); + public Paint f1453c = new Paint(); public Paint d = new Paint(); public int e; public int f; @@ -20,7 +20,7 @@ public class a extends Drawable { public a(int i) { this.a = i; - this.f1451c.setColor(-1); + this.f1453c.setColor(-1); this.d.setColor(-3421237); } @@ -58,7 +58,7 @@ public class a extends Drawable { rect2.left = i5; rect2.bottom = i4 + i3; rect2.right = i5 + i3; - canvas.drawRect(rect2, z3 ? this.f1451c : this.d); + canvas.drawRect(rect2, z3 ? this.f1453c : this.d); z3 = !z3; } z2 = !z2; diff --git a/app/src/main/java/c/k/a/a/b.java b/app/src/main/java/c/k/a/a/b.java index f96c00b8d0..99127c174e 100644 --- a/app/src/main/java/c/k/a/a/b.java +++ b/app/src/main/java/c/k/a/a/b.java @@ -29,14 +29,14 @@ public class b extends BaseAdapter { public ColorPanelView b; /* renamed from: c reason: collision with root package name */ - public ImageView f1452c; + public ImageView f1454c; public int d; public C0151b(Context context) { View inflate = View.inflate(context, b.this.l == 0 ? R.d.cpv_color_item_square : R.d.cpv_color_item_circle, null); this.a = inflate; this.b = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_view); - this.f1452c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); + this.f1454c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); this.d = this.b.getBorderColor(); this.a.setTag(this); } @@ -78,20 +78,20 @@ public class b extends BaseAdapter { int i2 = b.this.j[i]; int alpha = Color.alpha(i2); bVar.b.setColor(i2); - bVar.f1452c.setImageResource(b.this.k == i ? R.b.cpv_preset_checked : 0); + bVar.f1454c.setImageResource(b.this.k == i ? R.b.cpv_preset_checked : 0); if (alpha == 255) { b bVar2 = b.this; if (i != bVar2.k || ColorUtils.calculateLuminance(bVar2.j[i]) < 0.65d) { - bVar.f1452c.setColorFilter((ColorFilter) null); + bVar.f1454c.setColorFilter((ColorFilter) null); } else { - bVar.f1452c.setColorFilter(-16777216, PorterDuff.Mode.SRC_IN); + bVar.f1454c.setColorFilter(-16777216, PorterDuff.Mode.SRC_IN); } } else if (alpha <= 165) { bVar.b.setBorderColor(i2 | -16777216); - bVar.f1452c.setColorFilter(-16777216, PorterDuff.Mode.SRC_IN); + bVar.f1454c.setColorFilter(-16777216, PorterDuff.Mode.SRC_IN); } else { bVar.b.setBorderColor(bVar.d); - bVar.f1452c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); + bVar.f1454c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); } bVar.b.setOnClickListener(new c(bVar, i)); bVar.b.setOnLongClickListener(new d(bVar)); diff --git a/app/src/main/java/c/k/a/a/e.java b/app/src/main/java/c/k/a/a/e.java index b330c35483..4d13dc6acc 100644 --- a/app/src/main/java/c/k/a/a/e.java +++ b/app/src/main/java/c/k/a/a/e.java @@ -67,20 +67,20 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher public int r; /* renamed from: s reason: collision with root package name */ - public b f1453s; + public b f1455s; public LinearLayout t; public SeekBar u; public TextView v; public ColorPickerView w; /* renamed from: x reason: collision with root package name */ - public ColorPanelView f1454x; + public ColorPanelView f1456x; /* renamed from: y reason: collision with root package name */ - public EditText f1455y; + public EditText f1457y; /* renamed from: z reason: collision with root package name */ - public EditText f1456z; + public EditText f1458z; /* compiled from: ColorPickerDialog */ public class a implements View.OnLongClickListener { @@ -104,13 +104,13 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher @Override // android.view.View.OnTouchListener public boolean onTouch(View view, MotionEvent motionEvent) { - EditText editText = e.this.f1456z; + EditText editText = e.this.f1458z; if (view == editText || !editText.hasFocus()) { return false; } - e.this.f1456z.clearFocus(); - ((InputMethodManager) e.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(e.this.f1456z.getWindowToken(), 0); - e.this.f1456z.clearFocus(); + e.this.f1458z.clearFocus(); + ((InputMethodManager) e.this.getActivity().getSystemService("input_method")).hideSoftInputFromWindow(e.this.f1458z.getWindowToken(), 0); + e.this.f1458z.clearFocus(); return true; } } @@ -193,7 +193,7 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher @Override // android.view.View.OnClickListener public void onClick(View view) { - int color = e.this.f1454x.getColor(); + int color = e.this.f1456x.getColor(); e eVar = e.this; int i = eVar.n; if (color == i) { @@ -211,7 +211,7 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher @Override // android.view.View.OnFocusChangeListener public void onFocusChange(View view, boolean z2) { if (z2) { - ((InputMethodManager) e.this.getActivity().getSystemService("input_method")).showSoftInput(e.this.f1456z, 1); + ((InputMethodManager) e.this.getActivity().getSystemService("input_method")).showSoftInput(e.this.f1458z, 1); } } } @@ -250,7 +250,7 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher public void onClick(View view) { if (!(view.getTag() instanceof Boolean) || !((Boolean) view.getTag()).booleanValue()) { e.this.n = this.i.getColor(); - b bVar = e.this.f1453s; + b bVar = e.this.f1455s; bVar.k = -1; bVar.notifyDataSetChanged(); for (int i = 0; i < e.this.t.getChildCount(); i++) { @@ -282,7 +282,7 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher @StringRes /* renamed from: c reason: collision with root package name */ - public int f1457c = R.e.cpv_custom; + public int f1459c = R.e.cpv_custom; @StringRes public int d = R.e.cpv_select; @StringRes @@ -308,7 +308,7 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher @ColorInt /* renamed from: s reason: collision with root package name */ - public int f1458s = 0; + public int f1460s = 0; @ColorInt public int t = 0; @DrawableRes @@ -320,15 +320,15 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher @FontRes /* renamed from: x reason: collision with root package name */ - public int f1459x = 0; + public int f1461x = 0; @FontRes /* renamed from: y reason: collision with root package name */ - public int f1460y = 0; + public int f1462y = 0; @FontRes /* renamed from: z reason: collision with root package name */ - public int f1461z = 0; + public int f1463z = 0; public e a() { e eVar = new e(); @@ -345,21 +345,21 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher bundle.putBoolean("showColorShades", this.m); bundle.putInt("colorShape", this.n); bundle.putInt("presetsButtonText", this.b); - bundle.putInt("customButtonText", this.f1457c); + bundle.putInt("customButtonText", this.f1459c); 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.f1460y); + bundle.putInt("buttonFont", this.f1462y); bundle.putInt("titleTextColor", this.r); - bundle.putInt("titleFont", this.f1459x); + bundle.putInt("titleFont", this.f1461x); bundle.putInt("dividerColor", this.q); - bundle.putInt("backgroundColor", this.f1458s); + bundle.putInt("backgroundColor", this.f1460s); bundle.putInt("inputTextColor", this.t); bundle.putInt("inputBackground", this.u); - bundle.putInt("inputFont", this.f1461z); + bundle.putInt("inputFont", this.f1463z); eVar.setArguments(bundle); return eVar; } @@ -392,7 +392,7 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher int parseInt; int parseInt2; int parseInt3; - if (this.f1456z.isFocused()) { + if (this.f1458z.isFocused()) { String obj = editable.toString(); if (obj.startsWith("#")) { obj = obj.substring(1); @@ -511,26 +511,26 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher 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.f1454x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); - this.f1456z = (EditText) inflate.findViewById(R.c.cpv_hex); - this.f1455y = (EditText) inflate.findViewById(R.c.cpv_hex_prefix); + this.f1456x = (ColorPanelView) inflate.findViewById(R.c.cpv_color_panel_new); + this.f1458z = (EditText) inflate.findViewById(R.c.cpv_hex); + this.f1457y = (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.f1454x.setColor(this.n); + this.f1456x.setColor(this.n); l(this.n); if (!this.F) { - this.f1456z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); + this.f1458z.setFilters(new InputFilter[]{new InputFilter.LengthFilter(6)}); } - this.f1454x.setOnClickListener(new f()); + this.f1456x.setOnClickListener(new f()); inflate.setOnTouchListener(this.J); this.w.setOnColorChangedListener(this); - this.f1456z.addTextChangedListener(this); - this.f1456z.setOnFocusChangeListener(new g()); + this.f1458z.addTextChangedListener(this); + this.f1458z.setOnFocusChangeListener(new g()); int i2 = getArguments().getInt("inputTextColor", 0); if (i2 != 0) { - this.f1456z.setTextColor(i2); - this.f1455y.setTextColor(i2); + this.f1458z.setTextColor(i2); + this.f1457y.setTextColor(i2); } int i3 = getArguments().getInt("inputBackground", 0); if (i3 != 0) { @@ -538,8 +538,8 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher } int i4 = getArguments().getInt("inputFont", 0); if (i4 != 0) { - this.f1456z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); - this.f1455y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f1458z.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); + this.f1457y.setTypeface(ResourcesCompat.getFont(requireContext(), i4)); } return inflate; } @@ -632,7 +632,7 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher } } b bVar = new b(hVar, iArr5, i8, this.r); - this.f1453s = bVar; + this.f1455s = bVar; gridView.setAdapter((ListAdapter) bVar); if (this.F) { int alpha2 = 255 - Color.alpha(this.n); @@ -649,15 +649,15 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher public void k(int i2) { this.n = i2; - ColorPanelView colorPanelView = this.f1454x; + ColorPanelView colorPanelView = this.f1456x; if (colorPanelView != null) { colorPanelView.setColor(i2); } - if (!this.H && this.f1456z != null) { + if (!this.H && this.f1458z != null) { l(i2); - if (this.f1456z.hasFocus()) { - ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f1456z.getWindowToken(), 0); - this.f1456z.clearFocus(); + if (this.f1458z.hasFocus()) { + ((InputMethodManager) getActivity().getSystemService("input_method")).hideSoftInputFromWindow(this.f1458z.getWindowToken(), 0); + this.f1458z.clearFocus(); } } this.H = false; @@ -665,9 +665,9 @@ public class e extends DialogFragment implements ColorPickerView.c, TextWatcher public final void l(int i2) { if (this.F) { - this.f1456z.setText(String.format("%08X", Integer.valueOf(i2))); + this.f1458z.setText(String.format("%08X", Integer.valueOf(i2))); } else { - this.f1456z.setText(String.format("%06X", Integer.valueOf(i2 & 16777215))); + this.f1458z.setText(String.format("%06X", Integer.valueOf(i2 & 16777215))); } } diff --git a/app/src/main/java/c/k/a/a/f.java b/app/src/main/java/c/k/a/a/f.java index 132708ebda..924f398d96 100644 --- a/app/src/main/java/c/k/a/a/f.java +++ b/app/src/main/java/c/k/a/a/f.java @@ -24,13 +24,13 @@ public class f implements SeekBar.OnSeekBarChangeListener { int i2 = 255 - i; int i3 = 0; while (true) { - bVar = this.a.f1453s; + bVar = this.a.f1455s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.f1453s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f1455s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); i3++; } bVar.notifyDataSetChanged(); diff --git a/app/src/main/java/c/l/a/a.java b/app/src/main/java/c/l/a/a.java index 6eb8c395ac..ae420f3e98 100644 --- a/app/src/main/java/c/l/a/a.java +++ b/app/src/main/java/c/l/a/a.java @@ -37,7 +37,7 @@ public final class a extends Drawable implements Animatable2Compat { public int r; /* renamed from: s reason: collision with root package name */ - public int f1462s; + public int f1464s; public boolean t; public long u; public Long v; @@ -50,7 +50,7 @@ public final class a extends Drawable implements Animatable2Compat { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1463c; + public final int f1465c; public final int d; public final Function0 e; @@ -73,7 +73,7 @@ public final class a extends Drawable implements Animatable2Compat { /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public C0153a(C0153a aVar) { - this(aVar.a.copy(), aVar.b, aVar.f1463c, aVar.d, aVar.e); + this(aVar.a.copy(), aVar.b, aVar.f1465c, aVar.d, aVar.e); m.checkNotNullParameter(aVar, "apngState"); } @@ -82,7 +82,7 @@ public final class a extends Drawable implements Animatable2Compat { m.checkNotNullParameter(function0, "currentTimeProvider"); this.a = apng; this.b = i; - this.f1463c = i2; + this.f1465c = i2; this.d = i3; this.e = function0; } @@ -114,7 +114,7 @@ public final class a extends Drawable implements Animatable2Compat { this.q = new int[frameCount]; C0153a aVar2 = this.w; this.r = aVar2.b; - this.f1462s = aVar2.f1463c; + this.f1464s = aVar2.f1465c; for (int i = 1; i < frameCount; i++) { int[] iArr = this.q; int i2 = i - 1; @@ -122,7 +122,7 @@ public final class a extends Drawable implements Animatable2Compat { } Rect bounds = getBounds(); C0153a aVar3 = this.w; - bounds.set(0, 0, aVar3.b, aVar3.f1463c); + bounds.set(0, 0, aVar3.b, aVar3.f1465c); } @WorkerThread @@ -230,7 +230,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public int getIntrinsicHeight() { - return this.f1462s; + return this.f1464s; } @Override // android.graphics.drawable.Drawable diff --git a/app/src/main/java/c/m/a/a.java b/app/src/main/java/c/m/a/a.java index cdbe19464b..5afcd5d362 100644 --- a/app/src/main/java/c/m/a/a.java +++ b/app/src/main/java/c/m/a/a.java @@ -33,7 +33,7 @@ public final class a { } if ((i & 16) != 0) { c cVar3 = c.e; - j5 = c.f1464c; + j5 = c.f1466c; } else { j5 = j2; } diff --git a/app/src/main/java/c/m/a/c.java b/app/src/main/java/c/m/a/c.java index 2b38c4278b..394dff4d82 100644 --- a/app/src/main/java/c/m/a/c.java +++ b/app/src/main/java/c/m/a/c.java @@ -9,13 +9,13 @@ public final class c { public static final long b; /* renamed from: c reason: collision with root package name */ - public static final long f1464c; + public static final long f1466c; public static final long d = TimeUnit.SECONDS.toMillis(6); public static final c e = new c(); static { TimeUnit timeUnit = TimeUnit.MINUTES; b = timeUnit.toMillis(1); - f1464c = timeUnit.toMillis(1); + f1466c = timeUnit.toMillis(1); } } diff --git a/app/src/main/java/c/m/a/d.java b/app/src/main/java/c/m/a/d.java index dff64c210b..b222c18001 100644 --- a/app/src/main/java/c/m/a/d.java +++ b/app/src/main/java/c/m/a/d.java @@ -32,9 +32,9 @@ public final class d { } public String toString() { - StringBuilder L = a.L("KronosTime(posixTimeMs="); - L.append(this.a); - L.append(", timeSinceLastNtpSyncMs="); - return a.B(L, this.b, ")"); + StringBuilder K = a.K("KronosTime(posixTimeMs="); + K.append(this.a); + K.append(", timeSinceLastNtpSyncMs="); + return a.A(K, this.b, ")"); } } diff --git a/app/src/main/java/c/m/a/g/d/e.java b/app/src/main/java/c/m/a/g/d/e.java index ce35988085..11187dd75d 100644 --- a/app/src/main/java/c/m/a/g/d/e.java +++ b/app/src/main/java/c/m/a/g/d/e.java @@ -11,7 +11,7 @@ public class e { public final c b; /* renamed from: c reason: collision with root package name */ - public final a f1465c; + public final a f1467c; /* compiled from: SntpClient */ public static class a extends IOException { @@ -26,34 +26,34 @@ public class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1466c; + public final long f1468c; public final c.m.a.b d; public b(long j, long j2, long j3, c.m.a.b bVar) { this.a = j; this.b = j2; - this.f1466c = j3; + this.f1468c = j3; this.d = bVar; } public long a() { - return this.a + this.f1466c + (this.d.b() - this.b); + return this.a + this.f1468c + (this.d.b() - this.b); } } public e(c.m.a.b bVar, c cVar, a aVar) { this.a = bVar; this.b = cVar; - this.f1465c = aVar; + this.f1467c = aVar; } public static void a(byte b2, byte b3, int i, long j) throws a { if (b2 == 3) { throw new a("unsynchronized server"); } else if (b3 != 4 && b3 != 5) { - throw new a(c.d.b.a.a.k("untrusted mode: ", b3)); + throw new a(c.d.b.a.a.j("untrusted mode: ", b3)); } else if (i == 0 || i > 15) { - throw new a(c.d.b.a.a.k("untrusted stratum: ", i)); + throw new a(c.d.b.a.a.j("untrusted stratum: ", i)); } else if (j == 0) { throw new a("zero transmitTime"); } @@ -96,10 +96,10 @@ public class e { DatagramSocket datagramSocket = null; try { InetAddress a2 = this.b.a(str); - datagramSocket = this.f1465c.c(); + datagramSocket = this.f1467c.c(); datagramSocket.setSoTimeout(l.intValue()); byte[] bArr = new byte[48]; - DatagramPacket b2 = this.f1465c.b(bArr, a2, 123); + DatagramPacket b2 = this.f1467c.b(bArr, a2, 123); bArr[0] = 27; long a3 = this.a.a(); long b3 = this.a.b(); @@ -118,7 +118,7 @@ public class e { bArr[47] = (byte) ((int) (Math.random() * 255.0d)); datagramSocket.send(b2); byte[] copyOf = Arrays.copyOf(bArr, 48); - datagramSocket.receive(this.f1465c.a(copyOf)); + datagramSocket.receive(this.f1467c.a(copyOf)); long b4 = this.a.b(); long j5 = (b4 - b3) + a3; long c2 = c(copyOf, 24); diff --git a/app/src/main/java/c/m/a/g/d/g.java b/app/src/main/java/c/m/a/g/d/g.java index 4575cc1f44..e2f8de9818 100644 --- a/app/src/main/java/c/m/a/g/d/g.java +++ b/app/src/main/java/c/m/a/g/d/g.java @@ -21,7 +21,7 @@ public final class g implements f { m.checkParameterIsNotNull(bVar, "response"); this.a.f(bVar.a); this.a.a(bVar.b); - this.a.b(bVar.f1466c); + this.a.b(bVar.f1468c); } @Override // c.m.a.g.d.f diff --git a/app/src/main/java/c/m/a/g/d/i.java b/app/src/main/java/c/m/a/g/d/i.java index f6077fe087..89f4351d0a 100644 --- a/app/src/main/java/c/m/a/g/d/i.java +++ b/app/src/main/java/c/m/a/g/d/i.java @@ -18,7 +18,7 @@ public final class i implements h { public final AtomicLong b = new AtomicLong(0); /* renamed from: c reason: collision with root package name */ - public final ExecutorService f1467c = Executors.newSingleThreadExecutor(b.i); + public final ExecutorService f1469c = Executors.newSingleThreadExecutor(b.i); public final e d; public final c.m.a.b e; public final f f; @@ -78,7 +78,7 @@ public final class i implements h { m.checkExpressionValueIsNotNull(d, "response"); if (d.a() >= 0) { iVar.f.a(d); - long j = d.f1466c; + long j = d.f1468c; long b2 = iVar.e.b() - b; c.m.a.e eVar2 = iVar.g; if (eVar2 != null) { @@ -151,7 +151,7 @@ public final class i implements h { public void b() { c(); if (this.a.get() != a.SYNCING) { - this.f1467c.submit(new c(this)); + this.f1469c.submit(new c(this)); } } diff --git a/app/src/main/java/c/n/a/a/a.java b/app/src/main/java/c/n/a/a/a.java index 700b3feca7..924008f7ca 100644 --- a/app/src/main/java/c/n/a/a/a.java +++ b/app/src/main/java/c/n/a/a/a.java @@ -7,7 +7,7 @@ import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; import android.util.Log; -import c.a.s.d; +import c.a.r.d; import com.discord.samsung.SamsungConnectActivity; import d0.g0.t; import d0.g0.y; @@ -77,7 +77,7 @@ public interface a extends IInterface { } String string3 = bundle4 != null ? bundle4.getString("error_code") : null; String string4 = bundle4 != null ? bundle4.getString("error_message") : null; - StringBuilder L = c.d.b.a.a.L("Samsung Account link failure "); + StringBuilder K = c.d.b.a.a.K("Samsung Account link failure "); StringBuilder sb = new StringBuilder(); sb.append('['); sb.append(string3); @@ -88,8 +88,8 @@ public interface a extends IInterface { sb.append(str); sb.append("]: "); sb.append(string4); - L.append(sb.toString()); - String sb2 = L.toString(); + K.append(sb.toString()); + String sb2 = K.toString(); m.checkNotNullExpressionValue(sb2, "StringBuilder()\n … .toString()"); Log.w("Discord", sb2); SamsungConnectActivity.a(dVar.a, string, string2); diff --git a/app/src/main/java/c/o/a/b.java b/app/src/main/java/c/o/a/b.java index 10ecb170c8..ef441fcbbd 100644 --- a/app/src/main/java/c/o/a/b.java +++ b/app/src/main/java/c/o/a/b.java @@ -13,7 +13,7 @@ public final class b { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public static AbstractC0157b f1468c; + public static AbstractC0157b f1470c; @NonNull public String d; @@ -43,7 +43,7 @@ public final class b { CopyOnWriteArraySet copyOnWriteArraySet = new CopyOnWriteArraySet(); b = copyOnWriteArraySet; a aVar = new a(); - f1468c = aVar; + f1470c = aVar; copyOnWriteArraySet.add(aVar); } diff --git a/app/src/main/java/c/o/a/c.java b/app/src/main/java/c/o/a/c.java index 93c02677b8..a94e93560d 100644 --- a/app/src/main/java/c/o/a/c.java +++ b/app/src/main/java/c/o/a/c.java @@ -24,7 +24,7 @@ public abstract class c { public Set b = new HashSet(2); /* renamed from: c reason: collision with root package name */ - public Set f1469c = new HashSet(4); + public Set f1471c = new HashSet(4); public Set d = new HashSet(2); public Set e = new HashSet(15); public Set f = new HashSet(5); @@ -47,7 +47,7 @@ public abstract class c { @NonNull public final Collection b() { - return Collections.unmodifiableSet(this.f1469c); + return Collections.unmodifiableSet(this.f1471c); } public final boolean c(@NonNull c.o.a.m.c cVar) { diff --git a/app/src/main/java/c/o/a/l.java b/app/src/main/java/c/o/a/l.java index d7ba372f17..6cf092cceb 100644 --- a/app/src/main/java/c/o/a/l.java +++ b/app/src/main/java/c/o/a/l.java @@ -15,7 +15,7 @@ public class l { public Location b; /* renamed from: c reason: collision with root package name */ - public int f1470c; + public int f1472c; public b d; public e e; public byte[] f; diff --git a/app/src/main/java/c/o/a/n/b.java b/app/src/main/java/c/o/a/n/b.java index e63d3aa931..723f1fef15 100644 --- a/app/src/main/java/c/o/a/n/b.java +++ b/app/src/main/java/c/o/a/n/b.java @@ -26,14 +26,14 @@ import java.util.Objects; public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback, a.AbstractC0166a { /* renamed from: c0 reason: collision with root package name */ - public final c.o.a.n.q.a f1471c0 = c.o.a.n.q.a.a(); + public final c.o.a.n.q.a f1473c0 = c.o.a.n.q.a.a(); /* renamed from: d0 reason: collision with root package name */ - public Camera f1472d0; + public Camera f1474d0; @VisibleForTesting /* renamed from: e0 reason: collision with root package name */ - public int f1473e0; + public int f1475e0; /* compiled from: Camera1Engine */ public class a implements Runnable { @@ -66,8 +66,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - b.this.f1472d0.cancelAutoFocus(); - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + b.this.f1474d0.cancelAutoFocus(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -77,7 +77,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(null); } b.this.c1(parameters); - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); } } @@ -110,7 +110,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback b bVar = b.this; c.o.a.n.s.a aVar = new c.o.a.n.s.a(bVar.K, bVar.n.l()); c.o.a.t.b c2 = this.i.c(aVar); - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -120,12 +120,12 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(c2.b(maxNumMeteringAreas, aVar)); } parameters.setFocusMode("auto"); - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); ((CameraView.b) b.this.l).e(this.j, this.k); b.this.m.e("focus end", 0); b.this.m.c("focus end", true, 2500, new RunnableC0158a()); try { - b.this.f1472d0.autoFocus(new C0159b()); + b.this.f1474d0.autoFocus(new C0159b()); } catch (RuntimeException e) { i.i.a(3, "startAutoFocus:", "Error calling autoFocus", e); } @@ -144,9 +144,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); if (b.this.e1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); } } } @@ -161,9 +161,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); b.this.g1(parameters); - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); } } @@ -177,9 +177,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); if (b.this.j1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); } } } @@ -194,9 +194,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); if (b.this.f1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); } } } @@ -215,9 +215,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); if (b.this.k1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); if (this.j) { b bVar = b.this; ((CameraView.b) bVar.l).f(bVar.C, this.k); @@ -242,9 +242,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); if (b.this.d1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); if (this.j) { b bVar = b.this; ((CameraView.b) bVar.l).c(bVar.D, this.k, this.l); @@ -277,9 +277,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1474d0.getParameters(); if (b.this.i1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1474d0.setParameters(parameters); } } } @@ -318,9 +318,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStartBind:", "Started"); try { if (this.n.j() == SurfaceHolder.class) { - this.f1472d0.setPreviewDisplay((SurfaceHolder) this.n.i()); + this.f1474d0.setPreviewDisplay((SurfaceHolder) this.n.i()); } else if (this.n.j() == SurfaceTexture.class) { - this.f1472d0.setPreviewTexture((SurfaceTexture) this.n.i()); + this.f1474d0.setPreviewTexture((SurfaceTexture) this.n.i()); } else { throw new RuntimeException("Unknown CameraPreview output class."); } @@ -338,23 +338,23 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public Task Q() { try { - Camera open = Camera.open(this.f1473e0); - this.f1472d0 = open; + Camera open = Camera.open(this.f1475e0); + this.f1474d0 = open; if (open != null) { open.setErrorCallback(this); c.o.a.b bVar = i.i; bVar.a(1, "onStartEngine:", "Applying default parameters."); try { - Camera.Parameters parameters = this.f1472d0.getParameters(); - int i2 = this.f1473e0; + Camera.Parameters parameters = this.f1474d0.getParameters(); + int i2 = this.f1475e0; c.o.a.n.t.a aVar = this.K; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar3 = c.o.a.n.t.b.VIEW; this.o = new c.o.a.n.u.a(parameters, i2, aVar.b(bVar2, bVar3)); b1(parameters); - this.f1472d0.setParameters(parameters); + this.f1474d0.setParameters(parameters); try { - this.f1472d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); + this.f1474d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); bVar.a(1, "onStartEngine:", "Ended"); return c.i.a.f.e.o.c.F(this.o); } catch (Exception unused) { @@ -386,7 +386,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.n.s(C.i, C.j); this.n.r(0); try { - Camera.Parameters parameters = this.f1472d0.getParameters(); + Camera.Parameters parameters = this.f1474d0.getParameters(); parameters.setPreviewFormat(17); c.o.a.x.b bVar2 = this.r; parameters.setPreviewSize(bVar2.i, bVar2.j); @@ -400,13 +400,13 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setPictureSize(Q0.i, Q0.j); } try { - this.f1472d0.setParameters(parameters); - this.f1472d0.setPreviewCallbackWithBuffer(null); - this.f1472d0.setPreviewCallbackWithBuffer(this); + this.f1474d0.setParameters(parameters); + this.f1474d0.setPreviewCallbackWithBuffer(null); + this.f1474d0.setPreviewCallbackWithBuffer(this); l1().e(17, this.r, this.K); bVar.a(1, "onStartPreview", "Starting preview with startPreview()."); try { - this.f1472d0.startPreview(); + this.f1474d0.startPreview(); bVar.a(1, "onStartPreview", "Started preview."); return c.i.a.f.e.o.c.F(null); } catch (Exception e2) { @@ -433,9 +433,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.q = null; try { if (this.n.j() == SurfaceHolder.class) { - this.f1472d0.setPreviewDisplay(null); + this.f1474d0.setPreviewDisplay(null); } else if (this.n.j() == SurfaceTexture.class) { - this.f1472d0.setPreviewTexture(null); + this.f1474d0.setPreviewTexture(null); } else { throw new RuntimeException("Unknown CameraPreview output class."); } @@ -452,19 +452,19 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStopEngine:", "About to clean up."); this.m.e("focus reset", 0); this.m.e("focus end", 0); - if (this.f1472d0 != null) { + if (this.f1474d0 != null) { try { bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1472d0.release(); + this.f1474d0.release(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.i.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1472d0 = null; + this.f1474d0 = null; this.o = null; } this.o = null; - this.f1472d0 = null; + this.f1474d0 = null; i.i.a(2, "onStopEngine:", "Clean up.", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -473,7 +473,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public List T0() { try { - List supportedPreviewSizes = this.f1472d0.getParameters().getSupportedPreviewSizes(); + List supportedPreviewSizes = this.f1474d0.getParameters().getSupportedPreviewSizes(); ArrayList arrayList = new ArrayList(supportedPreviewSizes.size()); for (Camera.Size size : supportedPreviewSizes) { c.o.a.x.b bVar = new c.o.a.x.b(size.width, size.height); @@ -497,10 +497,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.p = null; l1().d(); bVar.a(1, "onStopPreview:", "Releasing preview buffers."); - this.f1472d0.setPreviewCallbackWithBuffer(null); + this.f1474d0.setPreviewCallbackWithBuffer(null); try { bVar.a(1, "onStopPreview:", "Stopping preview."); - this.f1472d0.stopPreview(); + this.f1474d0.stopPreview(); bVar.a(1, "onStopPreview:", "Stopped preview."); } catch (Exception e2) { i.i.a(3, "stopPreview", "Could not stop preview", e2); @@ -528,9 +528,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.t.a aVar2 = this.K; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar3 = c.o.a.n.t.b.OUTPUT; - aVar.f1470c = aVar2.c(bVar2, bVar3, 2); + aVar.f1472c = aVar2.c(bVar2, bVar3, 2); aVar.d = w(bVar3); - c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1472d0); + c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1474d0); this.p = aVar3; aVar3.c(); bVar.a(1, "onTakePicture:", "executed."); @@ -543,11 +543,11 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.t.b bVar2 = c.o.a.n.t.b.OUTPUT; aVar.d = F(bVar2); if (this.n instanceof c.o.a.w.e) { - aVar.f1470c = this.K.c(c.o.a.n.t.b.VIEW, bVar2, 1); - this.p = new c.o.a.v.g(aVar, this, (c.o.a.w.e) this.n, aVar2, this.f1483b0); + aVar.f1472c = this.K.c(c.o.a.n.t.b.VIEW, bVar2, 1); + this.p = new c.o.a.v.g(aVar, this, (c.o.a.w.e) this.n, aVar2, this.f1485b0); } else { - aVar.f1470c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); - this.p = new c.o.a.v.e(aVar, this, this.f1472d0, aVar2); + aVar.f1472c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); + this.p = new c.o.a.v.e(aVar, this, this.f1474d0, aVar2); } this.p.c(); bVar.a(1, "onTakePictureSnapshot:", "executed."); @@ -568,7 +568,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public boolean c(@NonNull c.o.a.m.e eVar) { - Objects.requireNonNull(this.f1471c0); + Objects.requireNonNull(this.f1473c0); int intValue = c.o.a.n.q.a.d.get(eVar).intValue(); i.i.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(Camera.getNumberOfCameras())); Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); @@ -577,7 +577,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback Camera.getCameraInfo(i2, cameraInfo); if (cameraInfo.facing == intValue) { this.K.f(eVar, cameraInfo.orientation); - this.f1473e0 = i2; + this.f1475e0 = i2; return true; } } @@ -627,7 +627,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean e1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.f fVar) { if (this.o.c(this.v)) { - c.o.a.n.q.a aVar = this.f1471c0; + c.o.a.n.q.a aVar = this.f1473c0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(aVar); parameters.setFlashMode(c.o.a.n.q.a.b.get(fVar2)); @@ -646,14 +646,14 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback } public final boolean f1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.h hVar) { - if (this.o.c(this.f1487z)) { - c.o.a.n.q.a aVar = this.f1471c0; - c.o.a.m.h hVar2 = this.f1487z; + if (this.o.c(this.f1489z)) { + c.o.a.n.q.a aVar = this.f1473c0; + c.o.a.m.h hVar2 = this.f1489z; Objects.requireNonNull(aVar); parameters.setSceneMode(c.o.a.n.q.a.e.get(hVar2)); return true; } - this.f1487z = hVar; + this.f1489z = hVar; return false; } @@ -678,10 +678,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @TargetApi(17) public final boolean h1(boolean z2) { Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); - Camera.getCameraInfo(this.f1473e0, cameraInfo); + Camera.getCameraInfo(this.f1475e0, cameraInfo); if (cameraInfo.canDisableShutterSound) { try { - return this.f1472d0.enableShutterSound(this.E); + return this.f1474d0.enableShutterSound(this.E); } catch (RuntimeException unused) { return false; } @@ -729,10 +729,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean j1(@NonNull Camera.Parameters parameters, @NonNull m mVar) { if (this.o.c(this.w)) { - c.o.a.n.q.a aVar = this.f1471c0; + c.o.a.n.q.a aVar = this.f1473c0; m mVar2 = this.w; Objects.requireNonNull(aVar); - parameters.setWhiteBalance(c.o.a.n.q.a.f1489c.get(mVar2)); + parameters.setWhiteBalance(c.o.a.n.q.a.f1491c.get(mVar2)); parameters.remove("auto-whitebalance-lock"); return true; } @@ -748,7 +748,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean k1(@NonNull Camera.Parameters parameters, float f2) { if (this.o.k) { parameters.setZoom((int) (this.C * ((float) parameters.getMaxZoom()))); - this.f1472d0.setParameters(parameters); + this.f1474d0.setParameters(parameters); return true; } this.C = f2; @@ -757,8 +757,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public void l0(@NonNull c.o.a.m.h hVar) { - c.o.a.m.h hVar2 = this.f1487z; - this.f1487z = hVar; + c.o.a.m.h hVar2 = this.f1489z; + this.f1489z = hVar; c.o.a.n.v.f fVar = this.m; fVar.b("hdr (" + hVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new e(hVar2))); } @@ -780,7 +780,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.v.e eVar = this.m.f; c.o.a.n.v.e eVar2 = c.o.a.n.v.e.ENGINE; if (eVar.f(eVar2) && this.m.g.f(eVar2)) { - this.f1472d0.addCallbackBuffer(bArr); + this.f1474d0.addCallbackBuffer(bArr); } } diff --git a/app/src/main/java/c/o/a/n/d.java b/app/src/main/java/c/o/a/n/d.java index edb8c8ec05..f803c5f6b9 100644 --- a/app/src/main/java/c/o/a/n/d.java +++ b/app/src/main/java/c/o/a/n/d.java @@ -47,28 +47,28 @@ import java.util.concurrent.ExecutionException; public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a.n.o.c { /* renamed from: c0 reason: collision with root package name */ - public final CameraManager f1474c0; + public final CameraManager f1476c0; /* renamed from: d0 reason: collision with root package name */ - public String f1475d0; + public String f1477d0; /* renamed from: e0 reason: collision with root package name */ - public CameraDevice f1476e0; + public CameraDevice f1478e0; /* renamed from: f0 reason: collision with root package name */ - public CameraCharacteristics f1477f0; + public CameraCharacteristics f1479f0; /* renamed from: g0 reason: collision with root package name */ - public CameraCaptureSession f1478g0; + public CameraCaptureSession f1480g0; /* renamed from: h0 reason: collision with root package name */ - public CaptureRequest.Builder f1479h0; + public CaptureRequest.Builder f1481h0; /* renamed from: i0 reason: collision with root package name */ - public TotalCaptureResult f1480i0; + public TotalCaptureResult f1482i0; /* renamed from: j0 reason: collision with root package name */ - public final c.o.a.n.q.b f1481j0; + public final c.o.a.n.q.b f1483j0; public ImageReader k0; public Surface l0; public Surface m0; @@ -90,17 +90,17 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - boolean h1 = dVar.h1(dVar.f1479h0, this.i); + boolean h1 = dVar.h1(dVar.f1481h0, this.i); d dVar2 = d.this; if (dVar2.m.f == c.o.a.n.v.e.PREVIEW) { dVar2.v = c.o.a.m.f.OFF; - dVar2.h1(dVar2.f1479h0, this.i); + dVar2.h1(dVar2.f1481h0, this.i); try { d dVar3 = d.this; - dVar3.f1478g0.capture(dVar3.f1479h0.build(), null, null); + dVar3.f1480g0.capture(dVar3.f1481h0.build(), null, null); d dVar4 = d.this; dVar4.v = this.j; - dVar4.h1(dVar4.f1479h0, this.i); + dVar4.h1(dVar4.f1481h0, this.i); d.this.k1(); } catch (CameraAccessException e) { throw d.this.o1(e); @@ -122,7 +122,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - CaptureRequest.Builder builder = dVar.f1479h0; + CaptureRequest.Builder builder = dVar.f1481h0; Location location = dVar.B; if (location != null) { builder.set(CaptureRequest.JPEG_GPS_LOCATION, location); @@ -142,7 +142,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.m1(dVar.f1479h0, this.i)) { + if (dVar.m1(dVar.f1481h0, this.i)) { d.this.k1(); } } @@ -160,7 +160,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.i1(dVar.f1479h0, this.i)) { + if (dVar.i1(dVar.f1481h0, this.i)) { d.this.k1(); } } @@ -183,7 +183,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.n1(dVar.f1479h0, this.i)) { + if (dVar.n1(dVar.f1481h0, this.i)) { d.this.k1(); if (this.j) { ((CameraView.b) d.this.l).f(this.k, this.l); @@ -211,7 +211,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.g1(dVar.f1479h0, this.i)) { + if (dVar.g1(dVar.f1481h0, this.i)) { d.this.k1(); if (this.j) { ((CameraView.b) d.this.l).c(this.k, this.l, this.m); @@ -231,7 +231,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.j1(dVar.f1479h0, this.i)) { + if (dVar.j1(dVar.f1481h0, this.i)) { d.this.k1(); } } @@ -256,7 +256,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraCaptureSession.CaptureCallback public void onCaptureCompleted(@NonNull CameraCaptureSession cameraCaptureSession, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { d dVar = d.this; - dVar.f1480i0 = totalCaptureResult; + dVar.f1482i0 = totalCaptureResult; for (c.o.a.n.o.a aVar : dVar.o0) { aVar.b(d.this, captureRequest, totalCaptureResult); } @@ -444,11 +444,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraDevice.StateCallback public void onOpened(@NonNull CameraDevice cameraDevice) { int i; - d.this.f1476e0 = cameraDevice; + d.this.f1478e0 = cameraDevice; try { i.i.a(1, "onStartEngine:", "Opened camera device."); d dVar = d.this; - dVar.f1477f0 = dVar.f1474c0.getCameraCharacteristics(dVar.f1475d0); + dVar.f1479f0 = dVar.f1476c0.getCameraCharacteristics(dVar.f1477d0); boolean b = d.this.K.b(c.o.a.n.t.b.SENSOR, c.o.a.n.t.b.VIEW); int ordinal = d.this.A.ordinal(); if (ordinal == 0) { @@ -459,7 +459,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. throw new IllegalArgumentException("Unknown format:" + d.this.A); } d dVar2 = d.this; - dVar2.o = new c.o.a.n.u.b(dVar2.f1474c0, dVar2.f1475d0, b, i); + dVar2.o = new c.o.a.n.u.b(dVar2.f1476c0, dVar2.f1477d0, b, i); d dVar3 = d.this; Objects.requireNonNull(dVar3); dVar3.q1(1); @@ -502,7 +502,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // android.hardware.camera2.CameraCaptureSession.StateCallback public void onConfigured(@NonNull CameraCaptureSession cameraCaptureSession) { - d.this.f1478g0 = cameraCaptureSession; + d.this.f1480g0 = cameraCaptureSession; i.i.a(1, "onStartBind:", "Completed"); this.a.b(null); } @@ -579,10 +579,10 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (c.o.a.n.q.b.a == null) { c.o.a.n.q.b.a = new c.o.a.n.q.b(); } - this.f1481j0 = c.o.a.n.q.b.a; + this.f1483j0 = c.o.a.n.q.b.a; this.o0 = new CopyOnWriteArrayList(); this.q0 = new i(); - this.f1474c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService("camera"); + this.f1476c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService("camera"); new c.o.a.n.o.g().e(this); } @@ -651,9 +651,9 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } else if (ordinal == 1) { i2 = 32; } else { - StringBuilder L = c.d.b.a.a.L("Unknown format:"); - L.append(this.A); - throw new IllegalArgumentException(L.toString()); + StringBuilder K = c.d.b.a.a.K("Unknown format:"); + K.append(this.A); + throw new IllegalArgumentException(K.toString()); } c.o.a.x.b bVar3 = this.q; ImageReader newInstance = ImageReader.newInstance(bVar3.i, bVar3.j, i2, 2); @@ -697,8 +697,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. bVar8 = bVar8.f(); } bVar7.a(1, "computeFrameProcessingSize:", "result:", bVar8, "flip:", Boolean.valueOf(b2)); - this.f1484s = bVar8; - ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1482a0 + 1); + this.f1486s = bVar8; + ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1484a0 + 1); this.k0 = newInstance2; handler = null; newInstance2.setOnImageAvailableListener(this, null); @@ -711,11 +711,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } else { handler = null; this.k0 = null; - this.f1484s = null; + this.f1486s = null; this.l0 = null; } try { - this.f1476e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); + this.f1478e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); return taskCompletionSource.a; } catch (CameraAccessException e3) { throw o1(e3); @@ -728,7 +728,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public Task Q() { TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); try { - this.f1474c0.openCamera(this.f1475d0, new m(taskCompletionSource), (Handler) null); + this.f1476c0.openCamera(this.f1477d0, new m(taskCompletionSource), (Handler) null); return taskCompletionSource.a; } catch (CameraAccessException e2) { throw o1(e2); @@ -747,7 +747,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. this.n.s(C.i, C.j); this.n.r(this.K.c(c.o.a.n.t.b.BASE, bVar2, 1)); if (this.u) { - S0().e(this.t, this.f1484s, this.K); + S0().e(this.t, this.f1486s, this.K); } bVar.a(1, "onStartPreview:", "Starting preview."); c1(new Surface[0]); @@ -769,7 +769,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. this.m0 = null; this.r = null; this.q = null; - this.f1484s = null; + this.f1486s = null; ImageReader imageReader = this.k0; if (imageReader != null) { imageReader.close(); @@ -780,8 +780,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. imageReader2.close(); this.n0 = null; } - this.f1478g0.close(); - this.f1478g0 = null; + this.f1480g0.close(); + this.f1480g0 = null; bVar.a(1, "onStopBind:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -792,19 +792,19 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. try { c.o.a.b bVar = i.i; bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1476e0.close(); + this.f1478e0.close(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.i.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1476e0 = null; + this.f1478e0 = null; i.i.a(1, "onStopEngine:", "Aborting actions."); for (c.o.a.n.o.a aVar : this.o0) { aVar.a(this); } - this.f1477f0 = null; + this.f1479f0 = null; this.o = null; - this.f1479h0 = null; + this.f1481h0 = null; i.i.a(2, "onStopEngine:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -813,7 +813,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public List T0() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1474c0.getCameraCharacteristics(this.f1475d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1476c0.getCameraCharacteristics(this.f1477d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.n.j()); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -840,12 +840,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.u) { S0().d(); } - this.f1479h0.removeTarget(this.m0); + this.f1481h0.removeTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1479h0.removeTarget(surface); + this.f1481h0.removeTarget(surface); } - this.f1480i0 = null; + this.f1482i0 = null; bVar.a(1, "onStopPreview:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -875,11 +875,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. c.o.a.n.t.a aVar2 = this.K; c.o.a.n.t.b bVar = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.OUTPUT; - aVar.f1470c = aVar2.c(bVar, bVar2, 2); + aVar.f1472c = aVar2.c(bVar, bVar2, 2); aVar.d = w(bVar2); try { - CaptureRequest.Builder createCaptureRequest = this.f1476e0.createCaptureRequest(2); - d1(createCaptureRequest, this.f1479h0); + CaptureRequest.Builder createCaptureRequest = this.f1478e0.createCaptureRequest(2); + d1(createCaptureRequest, this.f1481h0); c.o.a.v.b bVar3 = new c.o.a.v.b(aVar, this, createCaptureRequest, this.n0); this.p = bVar3; bVar3.c(); @@ -901,7 +901,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.n instanceof c.o.a.w.e) { c.o.a.n.t.b bVar = c.o.a.n.t.b.OUTPUT; aVar.d = F(bVar); - aVar.f1470c = this.K.c(c.o.a.n.t.b.VIEW, bVar, 1); + aVar.f1472c = this.K.c(c.o.a.n.t.b.VIEW, bVar, 1); c.o.a.v.f fVar = new c.o.a.v.f(aVar, this, (c.o.a.w.e) this.n, aVar2); this.p = fVar; fVar.c(); @@ -922,16 +922,16 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // c.o.a.n.i public final boolean c(@NonNull c.o.a.m.e eVar) { - Objects.requireNonNull(this.f1481j0); + Objects.requireNonNull(this.f1483j0); int intValue = c.o.a.n.q.b.b.get(eVar).intValue(); try { - String[] cameraIdList = this.f1474c0.getCameraIdList(); + String[] cameraIdList = this.f1476c0.getCameraIdList(); i.i.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(cameraIdList.length)); for (String str : cameraIdList) { try { - CameraCharacteristics cameraCharacteristics = this.f1474c0.getCameraCharacteristics(str); + CameraCharacteristics cameraCharacteristics = this.f1476c0.getCameraCharacteristics(str); if (intValue == ((Integer) u1(cameraCharacteristics, CameraCharacteristics.LENS_FACING, -99)).intValue()) { - this.f1475d0 = str; + this.f1477d0 = str; this.K.f(eVar, ((Integer) u1(cameraCharacteristics, CameraCharacteristics.SENSOR_ORIENTATION, 0)).intValue()); return true; } @@ -945,14 +945,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } public final void c1(@NonNull Surface... surfaceArr) { - this.f1479h0.addTarget(this.m0); + this.f1481h0.addTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1479h0.addTarget(surface); + this.f1481h0.addTarget(surface); } for (Surface surface2 : surfaceArr) { if (surface2 != null) { - this.f1479h0.addTarget(surface2); + this.f1481h0.addTarget(surface2); } else { throw new IllegalArgumentException("Should not add a null surface."); } @@ -996,7 +996,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public void e1(@NonNull c.o.a.n.o.a aVar, @NonNull CaptureRequest.Builder builder) throws CameraAccessException { if (this.m.f == c.o.a.n.v.e.PREVIEW && !O()) { - this.f1478g0.capture(builder.build(), this.q0, null); + this.f1480g0.capture(builder.build(), this.q0, null); } } @@ -1031,7 +1031,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.t == 0) { this.t = 35; } - this.m.b(c.d.b.a.a.l("frame processing format (", i2, ")"), true, new k(i2)); + this.m.b(c.d.b.a.a.k("frame processing format (", i2, ")"), true, new k(i2)); } public boolean g1(@NonNull CaptureRequest.Builder builder, float f2) { @@ -1050,7 +1050,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. for (int i2 : iArr) { arrayList.add(Integer.valueOf(i2)); } - c.o.a.n.q.b bVar = this.f1481j0; + c.o.a.n.q.b bVar = this.f1483j0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(bVar); ArrayList arrayList2 = new ArrayList(); @@ -1085,14 +1085,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } public boolean i1(@NonNull CaptureRequest.Builder builder, @NonNull c.o.a.m.h hVar) { - if (this.o.c(this.f1487z)) { - c.o.a.n.q.b bVar = this.f1481j0; - c.o.a.m.h hVar2 = this.f1487z; + if (this.o.c(this.f1489z)) { + c.o.a.n.q.b bVar = this.f1483j0; + c.o.a.m.h hVar2 = this.f1489z; Objects.requireNonNull(bVar); builder.set(CaptureRequest.CONTROL_SCENE_MODE, Integer.valueOf(c.o.a.n.q.b.d.get(hVar2).intValue())); return true; } - this.f1487z = hVar; + this.f1489z = hVar; return false; } @@ -1141,8 +1141,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // c.o.a.n.i public void l0(@NonNull c.o.a.m.h hVar) { - c.o.a.m.h hVar2 = this.f1487z; - this.f1487z = hVar; + c.o.a.m.h hVar2 = this.f1489z; + this.f1489z = hVar; c.o.a.n.v.f fVar = this.m; fVar.b("hdr (" + hVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new RunnableC0162d(hVar2))); } @@ -1150,7 +1150,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public final void l1(boolean z2, int i2) { if ((this.m.f == c.o.a.n.v.e.PREVIEW && !O()) || !z2) { try { - this.f1478g0.setRepeatingRequest(this.f1479h0.build(), this.q0, null); + this.f1480g0.setRepeatingRequest(this.f1481h0.build(), this.q0, null); } catch (CameraAccessException e2) { throw new CameraException(e2, i2); } catch (IllegalStateException e3) { @@ -1172,10 +1172,10 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public boolean m1(@NonNull CaptureRequest.Builder builder, @NonNull c.o.a.m.m mVar) { if (this.o.c(this.w)) { - c.o.a.n.q.b bVar = this.f1481j0; + c.o.a.n.q.b bVar = this.f1483j0; c.o.a.m.m mVar2 = this.w; Objects.requireNonNull(bVar); - builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1490c.get(mVar2).intValue())); + builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1492c.get(mVar2).intValue())); return true; } this.w = mVar; @@ -1255,7 +1255,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (gVar != null) { gVar.a(this); } - CaptureRequest.Builder builder = this.f1479h0; + CaptureRequest.Builder builder = this.f1481h0; boolean z2 = false; int[] iArr = (int[]) t1(CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES, new int[0]); ArrayList arrayList = new ArrayList(); @@ -1279,12 +1279,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public final CaptureRequest.Builder q1(int i2) throws CameraAccessException { - CaptureRequest.Builder builder = this.f1479h0; - CaptureRequest.Builder createCaptureRequest = this.f1476e0.createCaptureRequest(i2); - this.f1479h0 = createCaptureRequest; + CaptureRequest.Builder builder = this.f1481h0; + CaptureRequest.Builder createCaptureRequest = this.f1478e0.createCaptureRequest(i2); + this.f1481h0 = createCaptureRequest; createCaptureRequest.setTag(Integer.valueOf(i2)); - d1(this.f1479h0, builder); - return this.f1479h0; + d1(this.f1481h0, builder); + return this.f1481h0; } @NonNull @@ -1315,7 +1315,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public List s1() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1474c0.getCameraCharacteristics(this.f1475d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1476c0.getCameraCharacteristics(this.f1477d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.t); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -1342,7 +1342,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull @VisibleForTesting public T t1(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) this.f1477f0.get(key); + T t2 = (T) this.f1479f0.get(key); return t2 == null ? t : t2; } diff --git a/app/src/main/java/c/o/a/n/f.java b/app/src/main/java/c/o/a/n/f.java index 22b9c81eb9..03830062fd 100644 --- a/app/src/main/java/c/o/a/n/f.java +++ b/app/src/main/java/c/o/a/n/f.java @@ -14,14 +14,14 @@ public class f extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; - this.e.f1(((d) cVar).f1479h0); + this.f1490c = cVar; + this.e.f1(((d) cVar).f1481h0); d dVar = (d) cVar; - CaptureRequest.Builder builder = dVar.f1479h0; + CaptureRequest.Builder builder = dVar.f1481h0; CaptureRequest.Key key = CaptureRequest.CONTROL_AE_LOCK; Boolean bool = Boolean.FALSE; builder.set(key, bool); - dVar.f1479h0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); + dVar.f1481h0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); dVar.k1(); l(Integer.MAX_VALUE); } diff --git a/app/src/main/java/c/o/a/n/g.java b/app/src/main/java/c/o/a/n/g.java index 85d8d90258..2634c05e3c 100644 --- a/app/src/main/java/c/o/a/n/g.java +++ b/app/src/main/java/c/o/a/n/g.java @@ -50,10 +50,10 @@ public abstract class g extends i { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f1482a0; + public int f1484a0; /* renamed from: b0 reason: collision with root package name */ - public c.o.a.u.a f1483b0; + public c.o.a.u.a f1485b0; public c.o.a.w.a n; public c.o.a.c o; public c.o.a.v.d p; @@ -61,20 +61,20 @@ public abstract class g extends i { public c.o.a.x.b r; /* renamed from: s reason: collision with root package name */ - public c.o.a.x.b f1484s; + public c.o.a.x.b f1486s; public int t; public boolean u; public f v; public m w; /* renamed from: x reason: collision with root package name */ - public l f1485x; + public l f1487x; /* renamed from: y reason: collision with root package name */ - public c.o.a.m.b f1486y; + public c.o.a.m.b f1488y; /* renamed from: z reason: collision with root package name */ - public h f1487z; + public h f1489z; /* compiled from: CameraBaseEngine */ public class a implements Runnable { @@ -190,7 +190,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void B0(@NonNull c.o.a.m.l lVar) { - this.f1485x = lVar; + this.f1487x = lVar; } @Override // c.o.a.n.i @@ -262,7 +262,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final c.o.a.m.l H() { - return this.f1485x; + return this.f1487x; } @Override // c.o.a.n.i @@ -382,7 +382,7 @@ public abstract class g extends i { @NonNull public c.o.a.p.c S0() { if (this.J == null) { - this.J = V0(this.f1482a0); + this.J = V0(this.f1484a0); } return this.J; } @@ -425,7 +425,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.f2404s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2407s.post(new c.o.a.i(bVar, aVar)); return; } i.i.a(3, "onPictureResult", "result is null: something went wrong.", exc); @@ -444,7 +444,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void b0(@NonNull c.o.a.m.b bVar) { - this.f1486y = bVar; + this.f1488y = bVar; } @Override // c.o.a.n.i @@ -482,7 +482,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final c.o.a.m.b h() { - return this.f1486y; + return this.f1488y; } @Override // c.o.a.n.i @@ -508,7 +508,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void j0(int i) { - this.f1482a0 = i; + this.f1484a0 = i; } @Override // c.o.a.n.i @@ -549,7 +549,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void o0(@Nullable c.o.a.u.a aVar) { - this.f1483b0 = aVar; + this.f1485b0 = aVar; } @Override // c.o.a.n.i @@ -559,7 +559,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final int q() { - return this.f1482a0; + return this.f1484a0; } @Override // c.o.a.n.i @@ -570,7 +570,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final h r() { - return this.f1487z; + return this.f1489z; } @Override // c.o.a.n.i diff --git a/app/src/main/java/c/o/a/n/i.java b/app/src/main/java/c/o/a/n/i.java index 656c039cb8..de0199bf26 100644 --- a/app/src/main/java/c/o/a/n/i.java +++ b/app/src/main/java/c/o/a/n/i.java @@ -242,7 +242,7 @@ public abstract class i implements a.c, d.a { boolean z2; c.o.a.n.v.f fVar = this.m; synchronized (fVar.e) { - Iterator> it = fVar.f1494c.iterator(); + Iterator> it = fVar.f1496c.iterator(); while (true) { if (!it.hasNext()) { z2 = false; @@ -305,7 +305,7 @@ public abstract class i implements a.c, d.a { c.o.a.n.v.f fVar = this.m; synchronized (fVar.e) { HashSet hashSet = new HashSet(); - Iterator> it = fVar.f1494c.iterator(); + Iterator> it = fVar.f1496c.iterator(); while (it.hasNext()) { hashSet.add(it.next().a); } diff --git a/app/src/main/java/c/o/a/n/k.java b/app/src/main/java/c/o/a/n/k.java index 0a28f8dc7c..b5bc31b95b 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.f2404s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2407s.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 9697c29321..15cd0822a2 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.f2404s.post(new g(bVar)); + CameraView.this.f2407s.post(new g(bVar)); } } diff --git a/app/src/main/java/c/o/a/n/o/d.java b/app/src/main/java/c/o/a/n/o/d.java index 9ca9eca536..06efdad74a 100644 --- a/app/src/main/java/c/o/a/n/o/d.java +++ b/app/src/main/java/c/o/a/n/o/d.java @@ -49,7 +49,7 @@ public abstract class d extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; m().f(new a()); m().j(cVar); } diff --git a/app/src/main/java/c/o/a/n/o/e.java b/app/src/main/java/c/o/a/n/o/e.java index f29b5a2256..5ca22b1762 100644 --- a/app/src/main/java/c/o/a/n/o/e.java +++ b/app/src/main/java/c/o/a/n/o/e.java @@ -17,7 +17,7 @@ public abstract class e implements a { public int b; /* renamed from: c reason: collision with root package name */ - public c f1488c; + public c f1490c; public boolean d; @Override // c.o.a.n.o.a @@ -49,12 +49,12 @@ public abstract class e implements a { @Override // c.o.a.n.o.a public final void e(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; d dVar = (d) cVar; if (!dVar.o0.contains(this)) { dVar.o0.add(this); } - if (((d) cVar).f1480i0 != null) { + if (((d) cVar).f1482i0 != null) { j(cVar); } else { this.d = true; @@ -80,12 +80,12 @@ public abstract class e implements a { @CallSuper public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; } @NonNull public T k(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) ((d) this.f1488c).f1477f0.get(key); + T t2 = (T) ((d) this.f1490c).f1479f0.get(key); return t2 == null ? t : t2; } @@ -96,8 +96,8 @@ public abstract class e implements a { bVar.a(this, this.b); } if (this.b == Integer.MAX_VALUE) { - ((d) this.f1488c).o0.remove(this); - i(this.f1488c); + ((d) this.f1490c).o0.remove(this); + i(this.f1490c); } } } diff --git a/app/src/main/java/c/o/a/n/o/h.java b/app/src/main/java/c/o/a/n/o/h.java index 8089d0c921..ebb3b0b952 100644 --- a/app/src/main/java/c/o/a/n/o/h.java +++ b/app/src/main/java/c/o/a/n/o/h.java @@ -69,7 +69,7 @@ public class h extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; int i = this.f; if (i >= 0) { this.e.get(i).j(cVar); @@ -91,7 +91,7 @@ public class h extends e { this.f = i2; this.e.get(i2).f(new a()); if (!z3) { - this.e.get(this.f).j(this.f1488c); + this.e.get(this.f).j(this.f1490c); } } } diff --git a/app/src/main/java/c/o/a/n/o/j.java b/app/src/main/java/c/o/a/n/o/j.java index dc1f8dd2d9..dd023c78d2 100644 --- a/app/src/main/java/c/o/a/n/o/j.java +++ b/app/src/main/java/c/o/a/n/o/j.java @@ -79,7 +79,7 @@ public class j extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; for (e eVar : this.e) { if (!eVar.g()) { eVar.j(cVar); diff --git a/app/src/main/java/c/o/a/n/p/a.java b/app/src/main/java/c/o/a/n/p/a.java index 529408b2fa..0a3bf42ad1 100644 --- a/app/src/main/java/c/o/a/n/p/a.java +++ b/app/src/main/java/c/o/a/n/p/a.java @@ -9,7 +9,7 @@ import c.o.a.n.o.e; public abstract class a extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; boolean n = n(cVar); if (!m(cVar) || n) { l(Integer.MAX_VALUE); diff --git a/app/src/main/java/c/o/a/n/p/b.java b/app/src/main/java/c/o/a/n/p/b.java index 68655f9c05..1db33e1e58 100644 --- a/app/src/main/java/c/o/a/n/p/b.java +++ b/app/src/main/java/c/o/a/n/p/b.java @@ -26,7 +26,7 @@ public class b extends a { @Override // c.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1481h0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = z2 && (num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5)); e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -34,7 +34,7 @@ public class b extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1482i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -47,9 +47,9 @@ public class b extends a { @Override // c.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); d dVar = (d) cVar; - dVar.f1479h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1481h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); } } diff --git a/app/src/main/java/c/o/a/n/p/c.java b/app/src/main/java/c/o/a/n/p/c.java index 0b659889e8..f518dc9926 100644 --- a/app/src/main/java/c/o/a/n/p/c.java +++ b/app/src/main/java/c/o/a/n/p/c.java @@ -38,7 +38,7 @@ public class c extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1482i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 5 || num.intValue() == 0 || num.intValue() == 2 || num.intValue() == 6); @@ -53,9 +53,9 @@ public class c extends a { @Override // c.o.a.n.p.a public void o(@NonNull c.o.a.n.o.c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_MODE, 1); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AF_MODE, 1); d dVar = (d) cVar; - dVar.f1479h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + dVar.f1481h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); dVar.k1(); } } diff --git a/app/src/main/java/c/o/a/n/p/e.java b/app/src/main/java/c/o/a/n/p/e.java index 16e63fe582..5d1474314b 100644 --- a/app/src/main/java/c/o/a/n/p/e.java +++ b/app/src/main/java/c/o/a/n/p/e.java @@ -26,7 +26,7 @@ public class e extends a { @Override // c.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1481h0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -34,7 +34,7 @@ public class e extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1482i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -47,7 +47,7 @@ public class e extends a { @Override // c.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); ((d) cVar).k1(); } } diff --git a/app/src/main/java/c/o/a/n/q/a.java b/app/src/main/java/c/o/a/n/q/a.java index 7d4552d001..f0030de1d5 100644 --- a/app/src/main/java/c/o/a/n/q/a.java +++ b/app/src/main/java/c/o/a/n/q/a.java @@ -15,7 +15,7 @@ public class a { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map f1489c; + public static final Map f1491c; public static final Map d; public static final Map e; @@ -23,7 +23,7 @@ public class a { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1489c = hashMap2; + f1491c = hashMap2; HashMap hashMap3 = new HashMap(); d = hashMap3; HashMap hashMap4 = new HashMap(); diff --git a/app/src/main/java/c/o/a/n/q/b.java b/app/src/main/java/c/o/a/n/q/b.java index 70d85b63e1..965832719b 100644 --- a/app/src/main/java/c/o/a/n/q/b.java +++ b/app/src/main/java/c/o/a/n/q/b.java @@ -16,14 +16,14 @@ public class b { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map f1490c; + public static final Map f1492c; public static final Map d; static { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1490c = hashMap2; + f1492c = hashMap2; HashMap hashMap3 = new HashMap(); d = hashMap3; hashMap.put(e.BACK, 1); diff --git a/app/src/main/java/c/o/a/n/r/a.java b/app/src/main/java/c/o/a/n/r/a.java index 9f6f7d9dca..d70d2b14f0 100644 --- a/app/src/main/java/c/o/a/n/r/a.java +++ b/app/src/main/java/c/o/a/n/r/a.java @@ -22,7 +22,7 @@ public abstract class a extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; boolean z2 = this.h && n(cVar); if (!m(cVar) || z2) { e.a(1, "onStart:", "not supported or skipped. Dispatching COMPLETED state."); diff --git a/app/src/main/java/c/o/a/n/r/b.java b/app/src/main/java/c/o/a/n/r/b.java index 434a8d4b30..8a3cee8b4f 100644 --- a/app/src/main/java/c/o/a/n/r/b.java +++ b/app/src/main/java/c/o/a/n/r/b.java @@ -19,7 +19,7 @@ public abstract class b extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; MeteringRectangle meteringRectangle = null; if (this.e) { meteringRectangle = new MeteringRectangle((Rect) k(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE, new Rect()), 0); diff --git a/app/src/main/java/c/o/a/n/r/c.java b/app/src/main/java/c/o/a/n/r/c.java index 7cf5cae325..46b79c367d 100644 --- a/app/src/main/java/c/o/a/n/r/c.java +++ b/app/src/main/java/c/o/a/n/r/c.java @@ -63,13 +63,13 @@ public class c extends a { @Override // c.o.a.n.o.e public void i(@NonNull c.o.a.n.o.c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c.o.a.n.o.c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() == 2; - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1481h0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5); this.k = !z2; boolean z4 = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue() > 0; @@ -81,7 +81,7 @@ public class c extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1482i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -96,10 +96,10 @@ public class c extends a { public void o(@NonNull c.o.a.n.o.c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); if (this.j && !list.isEmpty()) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_REGIONS, list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AE_REGIONS, list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); } if (this.k) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); } ((d) cVar).k1(); if (this.k) { diff --git a/app/src/main/java/c/o/a/n/r/d.java b/app/src/main/java/c/o/a/n/r/d.java index 28ebd10f71..25ff19680f 100644 --- a/app/src/main/java/c/o/a/n/r/d.java +++ b/app/src/main/java/c/o/a/n/r/d.java @@ -23,7 +23,7 @@ public class d extends b { @Override // c.o.a.n.o.e, c.o.a.n.o.a public void b(@NonNull c cVar, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { if (this.b == 0) { - ((c.o.a.n.d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); + ((c.o.a.n.d) cVar).f1481h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); ((c.o.a.n.d) cVar).k1(); l(Integer.MAX_VALUE); } @@ -33,9 +33,9 @@ public class d extends b { public void m(@NonNull c cVar, @Nullable MeteringRectangle meteringRectangle) { int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((c.o.a.n.d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((c.o.a.n.d) cVar).f1481h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); } - TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1482i0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_PRECAPTURE_TRIGGER); b bVar = f; int i = 2; @@ -45,10 +45,10 @@ public class d extends b { if (Build.VERSION.SDK_INT < 23) { i = 0; } - ((c.o.a.n.d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); + ((c.o.a.n.d) cVar).f1481h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); } c.o.a.n.d dVar = (c.o.a.n.d) cVar; - dVar.f1479h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1481h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); l(0); } diff --git a/app/src/main/java/c/o/a/n/r/e.java b/app/src/main/java/c/o/a/n/r/e.java index 3369b42753..2544230b4c 100644 --- a/app/src/main/java/c/o/a/n/r/e.java +++ b/app/src/main/java/c/o/a/n/r/e.java @@ -38,12 +38,12 @@ public class e extends a { @Override // c.o.a.n.o.e public void i(@NonNull c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AF_MODE); + Integer num = (Integer) ((d) cVar).f1481h0.get(CaptureRequest.CONTROL_AF_MODE); boolean z2 = num != null && (num.intValue() == 1 || num.intValue() == 4 || num.intValue() == 3 || num.intValue() == 2); i.a(1, "checkIsSupported:", Boolean.valueOf(z2)); return z2; @@ -51,7 +51,7 @@ public class e extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1482i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 2); @@ -65,10 +65,10 @@ public class e extends a { @Override // c.o.a.n.r.a public void o(@NonNull c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AF, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); } ((d) cVar).k1(); } diff --git a/app/src/main/java/c/o/a/n/r/f.java b/app/src/main/java/c/o/a/n/r/f.java index ea002650b5..00137e2e50 100644 --- a/app/src/main/java/c/o/a/n/r/f.java +++ b/app/src/main/java/c/o/a/n/r/f.java @@ -28,16 +28,16 @@ public class f extends b { if (meteringRectangle == null || intValue <= 0) { z2 = false; } else { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); z2 = true; } - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1482i0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_TRIGGER); f.a(2, "onStarted:", "last focus trigger is", num); if (num == null || num.intValue() != 1) { z3 = z2; } else { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); } if (z3) { ((d) cVar).k1(); diff --git a/app/src/main/java/c/o/a/n/r/g.java b/app/src/main/java/c/o/a/n/r/g.java index 9bb00724ba..caa8c0941d 100644 --- a/app/src/main/java/c/o/a/n/r/g.java +++ b/app/src/main/java/c/o/a/n/r/g.java @@ -46,7 +46,7 @@ public class g extends d { List arrayList = new ArrayList(); if (this.h != null) { c.o.a.n.d dVar = (c.o.a.n.d) cVar; - c.o.a.n.s.b bVar = new c.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(c.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1477f0, dVar.f1479h0); + c.o.a.n.s.b bVar = new c.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(c.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1479f0, dVar.f1481h0); arrayList = this.h.c(bVar).b(Integer.MAX_VALUE, bVar); } c cVar2 = new c(arrayList, this.j); diff --git a/app/src/main/java/c/o/a/n/r/i.java b/app/src/main/java/c/o/a/n/r/i.java index 0e114ff586..b5e8f01625 100644 --- a/app/src/main/java/c/o/a/n/r/i.java +++ b/app/src/main/java/c/o/a/n/r/i.java @@ -39,7 +39,7 @@ public class i extends a { @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1481h0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; i.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -47,7 +47,7 @@ public class i extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1482i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -63,7 +63,7 @@ public class i extends a { i.a(1, "onStarted:", "with areas:", list); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); ((d) cVar).k1(); } } diff --git a/app/src/main/java/c/o/a/n/r/j.java b/app/src/main/java/c/o/a/n/r/j.java index 846de28fc5..d8a5ecb958 100644 --- a/app/src/main/java/c/o/a/n/r/j.java +++ b/app/src/main/java/c/o/a/n/r/j.java @@ -23,7 +23,7 @@ public class j extends b { f.a(2, "onStarted:", "with area:", meteringRectangle); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1481h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); ((d) cVar).k1(); } l(Integer.MAX_VALUE); diff --git a/app/src/main/java/c/o/a/n/s/a.java b/app/src/main/java/c/o/a/n/s/a.java index 11423370d0..c68c24b9e9 100644 --- a/app/src/main/java/c/o/a/n/s/a.java +++ b/app/src/main/java/c/o/a/n/s/a.java @@ -13,11 +13,11 @@ public class a implements c { public final int b; /* renamed from: c reason: collision with root package name */ - public final c.o.a.x.b f1491c; + public final c.o.a.x.b f1493c; public a(@NonNull c.o.a.n.t.a aVar, @NonNull c.o.a.x.b bVar) { this.b = -aVar.c(c.o.a.n.t.b.SENSOR, c.o.a.n.t.b.VIEW, 1); - this.f1491c = bVar; + this.f1493c = bVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -34,7 +34,7 @@ public class a implements c { public PointF b(@NonNull PointF pointF) { PointF pointF2 = new PointF(); float f = pointF.x; - c.o.a.x.b bVar = this.f1491c; + c.o.a.x.b bVar = this.f1493c; pointF2.x = ((f / ((float) bVar.i)) * 2000.0f) - 0.0040893555f; pointF2.y = ((pointF.y / ((float) bVar.j)) * 2000.0f) - 0.0040893555f; PointF pointF3 = new PointF(); diff --git a/app/src/main/java/c/o/a/n/s/b.java b/app/src/main/java/c/o/a/n/s/b.java index 0a5ef77247..39178e4de5 100644 --- a/app/src/main/java/c/o/a/n/s/b.java +++ b/app/src/main/java/c/o/a/n/s/b.java @@ -17,7 +17,7 @@ public class b implements c { public final a b; /* renamed from: c reason: collision with root package name */ - public final c.o.a.x.b f1492c; + public final c.o.a.x.b f1494c; public final c.o.a.x.b d; public final boolean e; public final CameraCharacteristics f; @@ -25,7 +25,7 @@ public class b implements c { public b(@NonNull a aVar, @NonNull c.o.a.x.b bVar, @NonNull c.o.a.x.b bVar2, boolean z2, @NonNull CameraCharacteristics cameraCharacteristics, @NonNull CaptureRequest.Builder builder) { this.b = aVar; - this.f1492c = bVar; + this.f1494c = bVar; this.d = bVar2; this.e = z2; this.f = cameraCharacteristics; @@ -45,7 +45,7 @@ public class b implements c { @NonNull public PointF b(@NonNull PointF pointF) { PointF pointF2 = new PointF(pointF.x, pointF.y); - c.o.a.x.b bVar = this.f1492c; + c.o.a.x.b bVar = this.f1494c; c.o.a.x.b bVar2 = this.d; int i = bVar.i; int i2 = bVar.j; @@ -86,7 +86,7 @@ public class b implements c { pointF2.x = ((float) bVar3.j) - f7; pointF2.y = f6; } else { - throw new IllegalStateException(c.d.b.a.a.k("Unexpected angle ", c2)); + throw new IllegalStateException(c.d.b.a.a.j("Unexpected angle ", c2)); } if (z2) { bVar3 = bVar3.f(); diff --git a/app/src/main/java/c/o/a/n/t/a.java b/app/src/main/java/c/o/a/n/t/a.java index d01d42a6e7..cdcb704205 100644 --- a/app/src/main/java/c/o/a/n/t/a.java +++ b/app/src/main/java/c/o/a/n/t/a.java @@ -11,7 +11,7 @@ public class a { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public int f1493c = 0; + public int f1495c = 0; @VisibleForTesting public int d = 0; @VisibleForTesting @@ -30,7 +30,7 @@ public class a { } int ordinal = bVar2.ordinal(); if (ordinal == 1) { - return ((360 - this.f1493c) + 360) % 360; + return ((360 - this.f1495c) + 360) % 360; } if (ordinal == 2) { return ((360 - this.d) + 360) % 360; @@ -51,21 +51,21 @@ public class a { } public final void d() { - a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1493c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); + a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1495c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); } public final void e(int i) { if (i != 0 && i != 90 && i != 180 && i != 270) { - throw new IllegalStateException(c.d.b.a.a.k("This value is not sanitized: ", i)); + throw new IllegalStateException(c.d.b.a.a.j("This value is not sanitized: ", i)); } } public void f(@NonNull e eVar, int i) { e(i); this.b = eVar; - this.f1493c = i; + this.f1495c = i; if (eVar == e.FRONT) { - this.f1493c = ((360 - i) + 360) % 360; + this.f1495c = ((360 - i) + 360) % 360; } d(); } diff --git a/app/src/main/java/c/o/a/n/u/a.java b/app/src/main/java/c/o/a/n/u/a.java index dfaf239d38..106e73411d 100644 --- a/app/src/main/java/c/o/a/n/u/a.java +++ b/app/src/main/java/c/o/a/n/u/a.java @@ -33,19 +33,19 @@ public class a extends c { List supportedWhiteBalance = parameters.getSupportedWhiteBalance(); if (supportedWhiteBalance != null) { for (String str : supportedWhiteBalance) { - m mVar = (m) a.b(c.o.a.n.q.a.f1489c, str); + m mVar = (m) a.b(c.o.a.n.q.a.f1491c, str); if (mVar != null) { this.a.add(mVar); } } } - this.f1469c.add(f.OFF); + this.f1471c.add(f.OFF); List supportedFlashModes = parameters.getSupportedFlashModes(); if (supportedFlashModes != null) { for (String str2 : supportedFlashModes) { f fVar = (f) a.b(c.o.a.n.q.a.b, str2); if (fVar != null) { - this.f1469c.add(fVar); + this.f1471c.add(fVar); } } } diff --git a/app/src/main/java/c/o/a/n/u/b.java b/app/src/main/java/c/o/a/n/u/b.java index f20eea7f26..90484a6c8d 100644 --- a/app/src/main/java/c/o/a/n/u/b.java +++ b/app/src/main/java/c/o/a/n/u/b.java @@ -41,12 +41,12 @@ public class b extends c { } } for (int i2 : (int[]) cameraCharacteristics.get(CameraCharacteristics.CONTROL_AWB_AVAILABLE_MODES)) { - m mVar = (m) bVar.a(c.o.a.n.q.b.f1490c, Integer.valueOf(i2)); + m mVar = (m) bVar.a(c.o.a.n.q.b.f1492c, Integer.valueOf(i2)); if (mVar != null) { this.a.add(mVar); } } - this.f1469c.add(fVar); + this.f1471c.add(fVar); Boolean bool = (Boolean) cameraCharacteristics.get(CameraCharacteristics.FLASH_INFO_AVAILABLE); boolean z3 = true; if (bool != null && bool.booleanValue()) { @@ -66,7 +66,7 @@ public class b extends c { } hashSet.add(f.AUTO); } - this.f1469c.addAll(hashSet); + this.f1471c.addAll(hashSet); } } this.d.add(h.OFF); @@ -156,7 +156,7 @@ public class b extends c { } return; } - throw new IllegalStateException(c.d.b.a.a.k("Picture format not supported: ", i)); + throw new IllegalStateException(c.d.b.a.a.j("Picture format not supported: ", i)); } throw new RuntimeException("StreamConfigurationMap is null. Should not happen."); } diff --git a/app/src/main/java/c/o/a/n/v/a.java b/app/src/main/java/c/o/a/n/v/a.java index 1482904075..0149ecc72f 100644 --- a/app/src/main/java/c/o/a/n/v/a.java +++ b/app/src/main/java/c/o/a/n/v/a.java @@ -16,7 +16,7 @@ public class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final ArrayDeque> f1494c = new ArrayDeque<>(); + public final ArrayDeque> f1496c = new ArrayDeque<>(); public boolean d = false; public final Object e = new Object(); @@ -47,13 +47,13 @@ public class a { public final TaskCompletionSource b = new TaskCompletionSource<>(); /* renamed from: c reason: collision with root package name */ - public final Callable> f1495c; + public final Callable> f1497c; public final boolean d; public final long e; public c(String str, Callable callable, boolean z2, long j, CallableC0165a aVar) { this.a = str; - this.f1495c = callable; + this.f1497c = callable; this.d = z2; this.e = j; } @@ -66,14 +66,14 @@ public class a { public static void a(a aVar, c cVar) { if (aVar.d) { aVar.d = false; - aVar.f1494c.remove(cVar); + aVar.f1496c.remove(cVar); g gVar = i.this.j; gVar.f.postDelayed(new b(aVar), 0); return; } - StringBuilder L = c.d.b.a.a.L("mJobRunning was not true after completing job="); - L.append(cVar.a); - throw new IllegalStateException(L.toString()); + StringBuilder K = c.d.b.a.a.K("mJobRunning was not true after completing job="); + K.append(cVar.a); + throw new IllegalStateException(K.toString()); } @NonNull @@ -91,7 +91,7 @@ public class a { a.a(1, str.toUpperCase(), "- Scheduling."); c cVar = new c<>(str, callable, z2, System.currentTimeMillis() + j, null); synchronized (this.e) { - this.f1494c.addLast(cVar); + this.f1496c.addLast(cVar); i.this.j.f.postDelayed(new b(this), j); } return cVar.b.a; @@ -100,7 +100,7 @@ public class a { public void e(@NonNull String str, int i) { synchronized (this.e) { ArrayList arrayList = new ArrayList(); - Iterator> it = this.f1494c.iterator(); + Iterator> it = this.f1496c.iterator(); while (it.hasNext()) { c next = it.next(); if (next.a.equals(str)) { @@ -112,7 +112,7 @@ public class a { if (max > 0) { Collections.reverse(arrayList); for (c cVar : arrayList.subList(0, max)) { - this.f1494c.remove(cVar); + this.f1496c.remove(cVar); } } } diff --git a/app/src/main/java/c/o/a/n/v/b.java b/app/src/main/java/c/o/a/n/v/b.java index cd8946f735..e07b97496a 100644 --- a/app/src/main/java/c/o/a/n/v/b.java +++ b/app/src/main/java/c/o/a/n/v/b.java @@ -19,7 +19,7 @@ public class b implements Runnable { cVar = null; if (!this.i.d) { long currentTimeMillis = System.currentTimeMillis(); - Iterator> it = this.i.f1494c.iterator(); + Iterator> it = this.i.f1496c.iterator(); while (true) { if (!it.hasNext()) { break; diff --git a/app/src/main/java/c/o/a/n/v/c.java b/app/src/main/java/c/o/a/n/v/c.java index ab8e9528bc..42e4ef0ee9 100644 --- a/app/src/main/java/c/o/a/n/v/c.java +++ b/app/src/main/java/c/o/a/n/v/c.java @@ -51,7 +51,7 @@ public class c implements Runnable { public void run() { try { a.a.a(1, this.i.a.toUpperCase(), "- Executing."); - Task task = (Task) this.i.f1495c.call(); + Task task = (Task) this.i.f1497c.call(); g gVar = this.j; a aVar = new a(); if (task.o()) { diff --git a/app/src/main/java/c/o/a/o/a.java b/app/src/main/java/c/o/a/o/a.java index c1df99601e..7d0b71a2f9 100644 --- a/app/src/main/java/c/o/a/o/a.java +++ b/app/src/main/java/c/o/a/o/a.java @@ -20,7 +20,7 @@ public abstract class a implements b { public d b = null; /* renamed from: c reason: collision with root package name */ - public c.o.b.b.b f1496c = null; + public c.o.b.b.b f1498c = null; @VisibleForTesting public c.o.a.x.b d; @@ -56,9 +56,9 @@ public abstract class a implements b { sb.append(";\nuniform mat4 "); sb.append("uTexMatrix"); sb.append(";\nattribute vec4 "); - c.d.b.a.a.k0(sb, "aPosition", ";\nattribute vec4 ", "aTextureCoord", ";\nvarying vec2 "); - c.d.b.a.a.k0(sb, "vTextureCoord", ";\nvoid main() {\n gl_Position = ", "uMVPMatrix", " * "); - c.d.b.a.a.k0(sb, "aPosition", ";\n ", "vTextureCoord", " = ("); + c.d.b.a.a.j0(sb, "aPosition", ";\nattribute vec4 ", "aTextureCoord", ";\nvarying vec2 "); + c.d.b.a.a.j0(sb, "vTextureCoord", ";\nvoid main() {\n gl_Position = ", "uMVPMatrix", " * "); + c.d.b.a.a.j0(sb, "aPosition", ";\n ", "vTextureCoord", " = ("); sb.append("uTexMatrix"); sb.append(" * "); sb.append("aTextureCoord"); @@ -77,7 +77,7 @@ public abstract class a implements b { m.checkNotNullParameter(fArr, ""); dVar.e = fArr; d dVar2 = this.b; - c.o.b.b.b bVar = this.f1496c; + c.o.b.b.b bVar = this.f1498c; float[] fArr2 = bVar.a; Objects.requireNonNull(dVar2); m.checkNotNullParameter(bVar, "drawable"); @@ -152,12 +152,12 @@ public abstract class a implements b { c.o.b.a.d.b("glVertexAttribPointer"); } d dVar3 = this.b; - c.o.b.b.b bVar5 = this.f1496c; + c.o.b.b.b bVar5 = this.f1498c; Objects.requireNonNull(dVar3); m.checkNotNullParameter(bVar5, "drawable"); bVar5.a(); d dVar4 = this.b; - c.o.b.b.b bVar6 = this.f1496c; + c.o.b.b.b bVar6 = this.f1498c; Objects.requireNonNull(dVar4); m.checkNotNullParameter(bVar6, "drawable"); m.checkNotNullParameter(bVar6, "drawable"); @@ -176,11 +176,11 @@ public abstract class a implements b { public void f() { d dVar = this.b; if (!dVar.a) { - if (dVar.f1512c) { - GLES20.glDeleteProgram(p.m86constructorimpl(dVar.b)); + if (dVar.f1514c) { + GLES20.glDeleteProgram(p.m85constructorimpl(dVar.b)); } for (c.o.b.d.c cVar : dVar.d) { - GLES20.glDeleteShader(p.m86constructorimpl(cVar.b)); + GLES20.glDeleteShader(p.m85constructorimpl(cVar.b)); } dVar.a = true; } @@ -190,13 +190,13 @@ public abstract class a implements b { ((c.o.b.g.a) floatBuffer).dispose(); } this.b = null; - this.f1496c = null; + this.f1498c = null; } @Override // c.o.a.o.b public void j(int i) { this.b = new d(i, "aPosition", "uMVPMatrix", "aTextureCoord", "uTexMatrix"); - this.f1496c = new c.o.b.b.c(); + this.f1498c = new c.o.b.b.c(); } @Override // c.o.a.o.b diff --git a/app/src/main/java/c/o/a/p/a.java b/app/src/main/java/c/o/a/p/a.java index 29dd716adc..ce50802d97 100644 --- a/app/src/main/java/c/o/a/p/a.java +++ b/app/src/main/java/c/o/a/p/a.java @@ -24,7 +24,7 @@ public class a extends c { @Override // c.o.a.p.c public void c(@NonNull byte[] bArr, boolean z2) { byte[] bArr2 = bArr; - if (z2 && bArr2.length == this.f1498c) { + if (z2 && bArr2.length == this.f1500c) { if (this.k == 0) { ((b) this.j).m1(bArr2); } else { @@ -44,7 +44,7 @@ public class a extends c { @Override // c.o.a.p.c public void e(int i, @NonNull c.o.a.x.b bVar, @NonNull c.o.a.n.t.a aVar) { super.e(i, bVar, aVar); - int i2 = this.f1498c; + int i2 = this.f1500c; for (int i3 = 0; i3 < this.b; i3++) { if (this.k == 0) { ((b) this.j).m1(new byte[i2]); diff --git a/app/src/main/java/c/o/a/p/b.java b/app/src/main/java/c/o/a/p/b.java index 57b7b075ec..3bcf421678 100644 --- a/app/src/main/java/c/o/a/p/b.java +++ b/app/src/main/java/c/o/a/p/b.java @@ -7,7 +7,7 @@ public class b { public final c b; /* renamed from: c reason: collision with root package name */ - public Object f1497c = null; + public Object f1499c = null; public long d = -1; public long e = -1; @@ -16,7 +16,7 @@ public class b { } public long a() { - if (this.f1497c != null) { + if (this.f1499c != null) { return this.d; } a.a(3, "Frame is dead! time:", Long.valueOf(this.d), "lastTime:", Long.valueOf(this.e)); @@ -24,10 +24,10 @@ public class b { } public void b() { - if (this.f1497c != null) { + if (this.f1499c != null) { a.a(0, "Frame with time", Long.valueOf(this.d), "is being released."); - Object obj = this.f1497c; - this.f1497c = null; + Object obj = this.f1499c; + this.f1499c = null; this.d = -1; c cVar = this.b; if (cVar.b()) { diff --git a/app/src/main/java/c/o/a/p/c.java b/app/src/main/java/c/o/a/p/c.java index 45ebc5c613..4e7b4eaee1 100644 --- a/app/src/main/java/c/o/a/p/c.java +++ b/app/src/main/java/c/o/a/p/c.java @@ -12,7 +12,7 @@ public abstract class c { public final int b; /* renamed from: c reason: collision with root package name */ - public int f1498c = -1; + public int f1500c = -1; public c.o.a.x.b d = null; public int e = -1; public final Class f; @@ -35,7 +35,7 @@ public abstract class c { c.o.a.n.t.b bVar = c.o.a.n.t.b.SENSOR; aVar.c(bVar, c.o.a.n.t.b.OUTPUT, 2); this.h.c(bVar, c.o.a.n.t.b.VIEW, 2); - poll.f1497c = t; + poll.f1499c = t; poll.d = j; poll.e = j; return poll; @@ -60,7 +60,7 @@ public abstract class c { } a.a(1, "release: Clearing the frame and buffer queue."); this.g.clear(); - this.f1498c = -1; + this.f1500c = -1; this.d = null; this.e = -1; this.h = null; @@ -69,7 +69,7 @@ public abstract class c { public void e(int i, @NonNull c.o.a.x.b bVar, @NonNull a aVar) { this.d = bVar; this.e = i; - this.f1498c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); + this.f1500c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); for (int i2 = 0; i2 < this.b; i2++) { this.g.offer(new b(this)); } diff --git a/app/src/main/java/c/o/a/q/c.java b/app/src/main/java/c/o/a/q/c.java index b11c7d573f..60b19f829d 100644 --- a/app/src/main/java/c/o/a/q/c.java +++ b/app/src/main/java/c/o/a/q/c.java @@ -10,16 +10,16 @@ public abstract class c { public a b; /* renamed from: c reason: collision with root package name */ - public PointF[] f1499c; + public PointF[] f1501c; /* compiled from: GestureFinder */ public interface a { } public c(@NonNull a aVar, int i) { - this.f1499c = new PointF[i]; + this.f1501c = new PointF[i]; for (int i2 = 0; i2 < i; i2++) { - this.f1499c[i2] = new PointF(0.0f, 0.0f); + this.f1501c[i2] = new PointF(0.0f, 0.0f); } } diff --git a/app/src/main/java/c/o/a/q/e.java b/app/src/main/java/c/o/a/q/e.java index 2f5b2f0aee..0c3d9a1c09 100644 --- a/app/src/main/java/c/o/a/q/e.java +++ b/app/src/main/java/c/o/a/q/e.java @@ -45,12 +45,12 @@ public class e extends c { } this.d.onTouchEvent(motionEvent); if (this.e) { - this.f1499c[0].x = motionEvent.getX(0); - this.f1499c[0].y = motionEvent.getY(0); + this.f1501c[0].x = motionEvent.getX(0); + this.f1501c[0].y = motionEvent.getY(0); z2 = true; if (motionEvent.getPointerCount() > 1) { - this.f1499c[1].x = motionEvent.getX(1); - this.f1499c[1].y = motionEvent.getY(1); + this.f1501c[1].x = motionEvent.getX(1); + this.f1501c[1].y = motionEvent.getY(1); } } return z2; diff --git a/app/src/main/java/c/o/a/q/f.java b/app/src/main/java/c/o/a/q/f.java index 00720954e6..757f33cabb 100644 --- a/app/src/main/java/c/o/a/q/f.java +++ b/app/src/main/java/c/o/a/q/f.java @@ -34,14 +34,14 @@ public class f extends c { if (motionEvent == null || motionEvent2 == null) { return false; } - if (motionEvent.getX() == f.this.f1499c[0].x) { + if (motionEvent.getX() == f.this.f1501c[0].x) { float y2 = motionEvent.getY(); f fVar = f.this; - if (y2 == fVar.f1499c[0].y) { + if (y2 == fVar.f1501c[0].y) { if (fVar.b == aVar) { z2 = true; } - f.this.f1499c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1501c[1].set(motionEvent2.getX(), motionEvent2.getY()); f fVar2 = f.this; c.a aVar2 = this.i; fVar2.g = !z2 ? f / ((float) CameraView.this.getWidth()) : f2 / ((float) CameraView.this.getHeight()); @@ -57,9 +57,9 @@ public class f extends c { aVar = a.SCROLL_VERTICAL; } fVar4.b = aVar; - fVar4.f1499c[0].set(motionEvent.getX(), motionEvent.getY()); + fVar4.f1501c[0].set(motionEvent.getX(), motionEvent.getY()); z2 = z3; - f.this.f1499c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1501c[1].set(motionEvent2.getX(), motionEvent2.getY()); f fVar2 = f.this; c.a aVar2 = this.i; fVar2.g = !z2 ? f / ((float) CameraView.this.getWidth()) : f2 / ((float) CameraView.this.getHeight()); diff --git a/app/src/main/java/c/o/a/q/g.java b/app/src/main/java/c/o/a/q/g.java index f1e826919a..0a88743e1e 100644 --- a/app/src/main/java/c/o/a/q/g.java +++ b/app/src/main/java/c/o/a/q/g.java @@ -51,8 +51,8 @@ public class g extends c { if (!this.e) { return false; } - this.f1499c[0].x = motionEvent.getX(); - this.f1499c[0].y = motionEvent.getY(); + this.f1501c[0].x = motionEvent.getX(); + this.f1501c[0].y = motionEvent.getY(); return true; } } diff --git a/app/src/main/java/c/o/a/r/c.java b/app/src/main/java/c/o/a/r/c.java index bb0271e92c..94ca4cfd1d 100644 --- a/app/src/main/java/c/o/a/r/c.java +++ b/app/src/main/java/c/o/a/r/c.java @@ -15,7 +15,7 @@ public class c { @NonNull /* renamed from: c reason: collision with root package name */ - public c.o.a.o.b f1500c = new c.o.a.o.c(); + public c.o.a.o.b f1502c = new c.o.a.o.c(); public c.o.a.o.b d = null; public int e = -1; @@ -26,21 +26,21 @@ public class c { public void a(long j) { if (this.d != null) { b(); - this.f1500c = this.d; + this.f1502c = this.d; this.d = null; } if (this.e == -1) { - String c2 = this.f1500c.c(); - String h = this.f1500c.h(); + String c2 = this.f1502c.c(); + String h = this.f1502c.h(); m.checkNotNullParameter(c2, "vertexShaderSource"); m.checkNotNullParameter(h, "fragmentShaderSource"); c.o.b.d.c[] cVarArr = {new c.o.b.d.c(f.n, c2), new c.o.b.d.c(f.o, h)}; m.checkNotNullParameter(cVarArr, "shaders"); - int r0 = p.m86constructorimpl(GLES20.glCreateProgram()); + int r0 = p.m85constructorimpl(GLES20.glCreateProgram()); d.b("glCreateProgram"); if (r0 != 0) { for (int i = 0; i < 2; i++) { - GLES20.glAttachShader(r0, p.m86constructorimpl(cVarArr[i].b)); + GLES20.glAttachShader(r0, p.m85constructorimpl(cVarArr[i].b)); d.b("glAttachShader"); } GLES20.glLinkProgram(r0); @@ -50,12 +50,12 @@ public class c { int i3 = f.a; if (i2 == 1) { this.e = r0; - this.f1500c.j(r0); + this.f1502c.j(r0); d.b("program creation"); } else { - StringBuilder L = a.L("Could not link program: "); - L.append(GLES20.glGetProgramInfoLog(r0)); - String sb = L.toString(); + StringBuilder K = a.K("Could not link program: "); + K.append(GLES20.glGetProgramInfoLog(r0)); + String sb = K.toString(); GLES20.glDeleteProgram(r0); throw new RuntimeException(sb); } @@ -66,7 +66,7 @@ public class c { GLES20.glUseProgram(this.e); d.b("glUseProgram(handle)"); this.a.a(); - this.f1500c.e(j, this.b); + this.f1502c.e(j, this.b); this.a.b(); GLES20.glUseProgram(0); d.b("glUseProgram(0)"); @@ -74,7 +74,7 @@ public class c { public void b() { if (this.e != -1) { - this.f1500c.f(); + this.f1502c.f(); GLES20.glDeleteProgram(this.e); this.e = -1; } diff --git a/app/src/main/java/c/o/a/r/f.java b/app/src/main/java/c/o/a/r/f.java index 87d0ad2fe6..039fb915ac 100644 --- a/app/src/main/java/c/o/a/r/f.java +++ b/app/src/main/java/c/o/a/r/f.java @@ -16,7 +16,7 @@ public class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final c f1501c; + public final c f1503c; @VisibleForTesting public final OrientationEventListener d; public int e = -1; @@ -58,23 +58,23 @@ public class f { fVar = f.this; if (i2 == fVar.e) { fVar.e = i2; - CameraView.b bVar = (CameraView.b) fVar.f1501c; + CameraView.b bVar = (CameraView.b) fVar.f1503c; bVar.b.a(1, "onDeviceOrientationChanged", Integer.valueOf(i2)); CameraView cameraView = CameraView.this; int i3 = cameraView.w.g; if (!cameraView.l) { int i4 = (360 - i3) % 360; - c.o.a.n.t.a e = cameraView.f2405x.e(); + c.o.a.n.t.a e = cameraView.f2408x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2405x.e(); + c.o.a.n.t.a e2 = cameraView.f2408x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.f2404s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2407s.post(new j(bVar, (i2 + i3) % 360)); return; } return; @@ -104,7 +104,7 @@ public class f { if (a != i2) { f.this.g = a; boolean z2 = Math.abs(a - i2) != 180; - CameraView.b bVar = (CameraView.b) f.this.f1501c; + CameraView.b bVar = (CameraView.b) f.this.f1503c; bVar.b.a(1, "onDisplayOffsetChanged", Integer.valueOf(a), "recreate:", Boolean.valueOf(z2)); if (CameraView.this.d() && !z2) { bVar.b.a(2, "onDisplayOffsetChanged", "restarting the camera."); @@ -125,7 +125,7 @@ public class f { public f(@NonNull Context context, @NonNull c cVar) { this.b = context; - this.f1501c = cVar; + this.f1503c = cVar; this.d = new a(context.getApplicationContext(), 3); this.f = new b(); } diff --git a/app/src/main/java/c/o/a/r/g.java b/app/src/main/java/c/o/a/r/g.java index 0032bf2d41..1464c8306e 100644 --- a/app/src/main/java/c/o/a/r/g.java +++ b/app/src/main/java/c/o/a/r/g.java @@ -13,7 +13,7 @@ public class g { public static final ConcurrentHashMap> b = new ConcurrentHashMap<>(4); /* renamed from: c reason: collision with root package name */ - public static g f1502c; + public static g f1504c; public String d; public HandlerThread e; public Handler f = new Handler(this.e.getLooper()); @@ -73,7 +73,7 @@ public class g { public static void a(@NonNull Runnable runnable) { g b2 = b("FallbackCameraThread"); - f1502c = b2; + f1504c = b2; b2.f.post(runnable); } diff --git a/app/src/main/java/c/o/a/u/b.java b/app/src/main/java/c/o/a/u/b.java index d0f4569b39..1d6c2715d4 100644 --- a/app/src/main/java/c/o/a/u/b.java +++ b/app/src/main/java/c/o/a/u/b.java @@ -12,7 +12,7 @@ public class b { public a b; /* renamed from: c reason: collision with root package name */ - public SurfaceTexture f1503c; + public SurfaceTexture f1505c; public Surface d; @VisibleForTesting public c e; @@ -23,9 +23,9 @@ public class b { this.b = aVar; this.e = new c(new c.o.b.f.b(33984, 36197, null, 4)); SurfaceTexture surfaceTexture = new SurfaceTexture(this.e.a.a); - this.f1503c = surfaceTexture; + this.f1505c = surfaceTexture; surfaceTexture.setDefaultBufferSize(bVar.i, bVar.j); - this.d = new Surface(this.f1503c); + this.d = new Surface(this.f1505c); this.f = new e(this.e.a.a); } } diff --git a/app/src/main/java/c/o/a/u/c.java b/app/src/main/java/c/o/a/u/c.java index 23d22856ac..fa35748a15 100644 --- a/app/src/main/java/c/o/a/u/c.java +++ b/app/src/main/java/c/o/a/u/c.java @@ -26,7 +26,7 @@ public class c extends FrameLayout implements a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public boolean f1504c = false; + public boolean f1506c = false; public a(@NonNull Context context, @NonNull AttributeSet attributeSet) { super(context, attributeSet); @@ -34,7 +34,7 @@ public class c extends FrameLayout implements a { try { this.a = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPreview, false); this.b = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPictureSnapshot, false); - this.f1504c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); + this.f1506c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); } finally { obtainStyledAttributes.recycle(); } @@ -42,19 +42,19 @@ public class c extends FrameLayout implements a { @VisibleForTesting public boolean a(@NonNull a.EnumC0168a aVar) { - return (aVar == a.EnumC0168a.PREVIEW && this.a) || (aVar == a.EnumC0168a.VIDEO_SNAPSHOT && this.f1504c) || (aVar == a.EnumC0168a.PICTURE_SNAPSHOT && this.b); + return (aVar == a.EnumC0168a.PREVIEW && this.a) || (aVar == a.EnumC0168a.VIDEO_SNAPSHOT && this.f1506c) || (aVar == a.EnumC0168a.PICTURE_SNAPSHOT && this.b); } @Override // java.lang.Object @NonNull public String toString() { StringBuilder sb = new StringBuilder(); - c.d.b.a.a.b0(a.class, sb, "[drawOnPreview:"); + c.d.b.a.a.a0(a.class, sb, "[drawOnPreview:"); sb.append(this.a); sb.append(",drawOnPictureSnapshot:"); sb.append(this.b); sb.append(",drawOnVideoSnapshot:"); - return c.d.b.a.a.G(sb, this.f1504c, "]"); + return c.d.b.a.a.F(sb, this.f1506c, "]"); } } diff --git a/app/src/main/java/c/o/a/v/a.java b/app/src/main/java/c/o/a/v/a.java index e4d402405c..845704cf3d 100644 --- a/app/src/main/java/c/o/a/v/a.java +++ b/app/src/main/java/c/o/a/v/a.java @@ -56,7 +56,7 @@ public class a extends c { } l.a aVar = a.this.i; aVar.f = bArr; - aVar.f1470c = i; + aVar.f1472c = i; c.l.a(1, "take(): starting preview again. ", Thread.currentThread()); if (a.this.n.m.f.f(e.PREVIEW)) { camera.setPreviewCallbackWithBuffer(a.this.n); @@ -79,7 +79,7 @@ public class a extends c { this.n = bVar; this.m = camera; Camera.Parameters parameters = camera.getParameters(); - parameters.setRotation(this.i.f1470c); + parameters.setRotation(this.i.f1472c); camera.setParameters(parameters); } diff --git a/app/src/main/java/c/o/a/v/b.java b/app/src/main/java/c/o/a/v/b.java index 0aa49aaf21..ff9f68d45e 100644 --- a/app/src/main/java/c/o/a/v/b.java +++ b/app/src/main/java/c/o/a/v/b.java @@ -40,10 +40,10 @@ public class b extends c implements ImageReader.OnImageAvailableListener { int i; b bVar = b.this; if (bVar.i.g == j.DNG) { - bVar.q = new DngCreator(((d) cVar).f1477f0, totalCaptureResult); + bVar.q = new DngCreator(((d) cVar).f1479f0, totalCaptureResult); b bVar2 = b.this; DngCreator dngCreator = bVar2.q; - int i2 = bVar2.i.f1470c; + int i2 = bVar2.i.f1472c; int i3 = (i2 + 360) % 360; if (i3 == 0) { i = 1; @@ -54,7 +54,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { } else if (i3 == 270) { i = 8; } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid orientation: ", i2)); + throw new IllegalArgumentException(c.d.b.a.a.j("Invalid orientation: ", i2)); } dngCreator.setOrientation(i); b bVar3 = b.this; @@ -80,13 +80,13 @@ public class b extends c implements ImageReader.OnImageAvailableListener { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; b bVar = b.this; bVar.p.addTarget(bVar.o.getSurface()); b bVar2 = b.this; l.a aVar = bVar2.i; if (aVar.g == j.JPEG) { - bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1470c)); + bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1472c)); } b.this.p.setTag(2); try { @@ -107,7 +107,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { this.p = builder; this.o = imageReader; g b = g.b("FallbackCameraThread"); - g.f1502c = b; + g.f1504c = b; imageReader.setOnImageAvailableListener(this, b.f); } @@ -123,7 +123,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { buffer.get(bArr); l.a aVar = this.i; aVar.f = bArr; - aVar.f1470c = 0; + aVar.f1472c = 0; try { int attributeInt = new ExifInterface(new ByteArrayInputStream(this.i.f)).getAttributeInt("Orientation", 1); l.a aVar2 = this.i; @@ -141,7 +141,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { i = 270; break; } - aVar2.f1470c = i; + aVar2.f1472c = i; } catch (IOException unused) { } } diff --git a/app/src/main/java/c/o/a/v/d.java b/app/src/main/java/c/o/a/v/d.java index 74018fee95..3495e76039 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.f2407z == null) { - cameraView.f2407z = new MediaActionSound(); + if (cameraView.f2410z == null) { + cameraView.f2410z = new MediaActionSound(); } - cameraView.f2407z.play(0); + cameraView.f2410z.play(0); } - CameraView.this.f2404s.post(new h(bVar)); + CameraView.this.f2407s.post(new h(bVar)); } } diff --git a/app/src/main/java/c/o/a/v/e.java b/app/src/main/java/c/o/a/v/e.java index f2d4bc2109..90206fd38e 100644 --- a/app/src/main/java/c/o/a/v/e.java +++ b/app/src/main/java/c/o/a/v/e.java @@ -86,7 +86,7 @@ public class e extends i { aVar.f = byteArray; aVar.d = new c.o.a.x.b(v.width(), v.height()); e eVar = e.this; - eVar.i.f1470c = 0; + eVar.i.f1472c = 0; eVar.b(); } } @@ -99,7 +99,7 @@ public class e extends i { e.this.a(false); e eVar = e.this; l.a aVar = eVar.i; - int i = aVar.f1470c; + int i = aVar.f1472c; c.o.a.x.b bVar = aVar.d; c.o.a.x.b C = eVar.m.C(c.o.a.n.t.b.SENSOR); if (C != null) { diff --git a/app/src/main/java/c/o/a/v/f.java b/app/src/main/java/c/o/a/v/f.java index 76012dd223..2be205b851 100644 --- a/app/src/main/java/c/o/a/v/f.java +++ b/app/src/main/java/c/o/a/v/f.java @@ -17,7 +17,7 @@ import java.util.Arrays; public class f extends g { /* renamed from: s reason: collision with root package name */ - public final c.o.a.n.o.a f1505s; + public final c.o.a.n.o.a f1507s; public final c.o.a.n.o.c t; public final boolean u; public Integer v; @@ -56,11 +56,11 @@ public class f extends g { @Override // c.o.a.n.o.e public void j(@NonNull c.o.a.n.o.c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; i.l.a(1, "FlashAction:", "Parameters locked, opening torch."); - ((d) cVar).f1479h0.set(CaptureRequest.FLASH_MODE, 2); + ((d) cVar).f1481h0.set(CaptureRequest.FLASH_MODE, 2); d dVar = (d) cVar; - dVar.f1479h0.set(CaptureRequest.CONTROL_AE_MODE, 1); + dVar.f1481h0.set(CaptureRequest.CONTROL_AE_MODE, 1); dVar.k1(); } } @@ -72,10 +72,10 @@ public class f extends g { @Override // c.o.a.n.o.e public void j(@NonNull c.o.a.n.o.c cVar) { - this.f1488c = cVar; + this.f1490c = cVar; try { i.l.a(1, "ResetFlashAction:", "Reverting the flash changes."); - CaptureRequest.Builder builder = ((d) cVar).f1479h0; + CaptureRequest.Builder builder = ((d) cVar).f1481h0; builder.set(CaptureRequest.CONTROL_AE_MODE, 1); builder.set(CaptureRequest.FLASH_MODE, 0); ((d) cVar).e1(this, builder); @@ -88,14 +88,14 @@ public class f extends g { } public f(@NonNull l.a aVar, @NonNull d dVar, @NonNull c.o.a.w.e eVar, @NonNull c.o.a.x.a aVar2) { - super(aVar, dVar, eVar, aVar2, dVar.f1483b0); + super(aVar, dVar, eVar, aVar2, dVar.f1485b0); this.t = dVar; boolean z2 = false; Integer num = null; h hVar = new h(Arrays.asList(new i(2500, new c.o.a.n.p.d()), new b(this, null))); - this.f1505s = hVar; + this.f1507s = hVar; hVar.f(new a()); - TotalCaptureResult totalCaptureResult = dVar.f1480i0; + TotalCaptureResult totalCaptureResult = dVar.f1482i0; if (totalCaptureResult == null) { i.l.a(2, "Picture snapshot requested very early, before the first preview frame.", "Metering might not work as intended."); } @@ -104,8 +104,8 @@ public class f extends g { z2 = true; } this.u = z2; - this.v = (Integer) dVar.f1479h0.get(CaptureRequest.CONTROL_AE_MODE); - this.w = (Integer) dVar.f1479h0.get(CaptureRequest.FLASH_MODE); + this.v = (Integer) dVar.f1481h0.get(CaptureRequest.CONTROL_AE_MODE); + this.w = (Integer) dVar.f1481h0.get(CaptureRequest.FLASH_MODE); } public static /* synthetic */ void d(f fVar) { @@ -126,6 +126,6 @@ public class f extends g { return; } i.l.a(1, "take:", "Engine needs flash. Starting action"); - this.f1505s.e(this.t); + this.f1507s.e(this.t); } } diff --git a/app/src/main/java/c/o/a/v/h.java b/app/src/main/java/c/o/a/v/h.java index 11b9b5692f..26af592803 100644 --- a/app/src/main/java/c/o/a/v/h.java +++ b/app/src/main/java/c/o/a/v/h.java @@ -65,7 +65,7 @@ public class h implements Runnable { surfaceTexture2.setDefaultBufferSize(bVar.i, bVar.j); a aVar = new a(eGLContext, 1); c.o.b.e.b bVar2 = new c.o.b.e.b(aVar, surfaceTexture2); - a aVar2 = bVar2.f1514c; + a aVar2 = bVar2.f1516c; e eVar = bVar2.d; Objects.requireNonNull(aVar2); m.checkNotNullParameter(eVar, "eglSurface"); @@ -82,7 +82,7 @@ public class h implements Runnable { Matrix.translateM(fArr, 0, (1.0f - f) / 2.0f, (1.0f - f2) / 2.0f, 0.0f); Matrix.scaleM(fArr, 0, f, f2, 1.0f); Matrix.translateM(fArr, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1470c), 0.0f, 0.0f, 1.0f); + Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1472c), 0.0f, 0.0f, 1.0f); Matrix.scaleM(fArr, 0, 1.0f, -1.0f, 1.0f); Matrix.translateM(fArr, 0, -0.5f, -0.5f, 0.0f); if (gVar.p) { @@ -99,15 +99,15 @@ public class h implements Runnable { } synchronized (bVar4.g) { GLES20.glBindTexture(36197, bVar4.f.a); - bVar4.f1503c.updateTexImage(); + bVar4.f1505c.updateTexImage(); } - bVar4.f1503c.getTransformMatrix(bVar4.e.b); + bVar4.f1505c.getTransformMatrix(bVar4.e.b); Matrix.translateM(gVar.q.e.b, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1470c, 0.0f, 0.0f, 1.0f); + Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1472c, 0.0f, 0.0f, 1.0f); Matrix.scaleM(gVar.q.e.b, 0, 1.0f, -1.0f, 1.0f); Matrix.translateM(gVar.q.e.b, 0, -0.5f, -0.5f, 0.0f); } - gVar.i.f1470c = 0; + gVar.i.f1472c = 0; long timestamp = surfaceTexture.getTimestamp() / 1000; i.l.a(1, "takeFrame:", "timestampUs:", Long.valueOf(timestamp)); gVar.r.a(timestamp); @@ -131,12 +131,12 @@ public class h implements Runnable { m.checkNotNullExpressionValue(byteArray, "it.toByteArray()"); d0.y.b.closeFinally(byteArrayOutputStream, null); aVar4.f = byteArray; - c.o.b.a.a aVar5 = bVar2.f1514c; + c.o.b.a.a aVar5 = bVar2.f1516c; e eVar2 = bVar2.d; Objects.requireNonNull(aVar5); m.checkNotNullParameter(eVar2, "eglSurface"); EGL14.eglDestroySurface(aVar5.a.a, eVar2.a); - bVar2.d = d.f1509c; + bVar2.d = d.f1511c; bVar2.b = -1; bVar2.a = -1; gVar.r.b(); @@ -150,10 +150,10 @@ public class h implements Runnable { } else { r3 = 0; } - SurfaceTexture surfaceTexture3 = bVar6.f1503c; + SurfaceTexture surfaceTexture3 = bVar6.f1505c; if (surfaceTexture3 != null) { surfaceTexture3.release(); - bVar6.f1503c = r3; + bVar6.f1505c = r3; } Surface surface = bVar6.d; if (surface != null) { diff --git a/app/src/main/java/c/o/a/w/a.java b/app/src/main/java/c/o/a/w/a.java index 2957216c74..b52ae033a9 100644 --- a/app/src/main/java/c/o/a/w/a.java +++ b/app/src/main/java/c/o/a/w/a.java @@ -22,7 +22,7 @@ public abstract class a { public c b; /* renamed from: c reason: collision with root package name */ - public T f1506c; + public T f1508c; public boolean d; public int e; public int f; @@ -60,7 +60,7 @@ public abstract class a { } public a(@NonNull Context context, @NonNull ViewGroup viewGroup) { - this.f1506c = n(context, viewGroup); + this.f1508c = n(context, viewGroup); } public void e(@Nullable b bVar) { diff --git a/app/src/main/java/c/o/a/w/d.java b/app/src/main/java/c/o/a/w/d.java index 3053dbc72b..0d0ffc8cc1 100644 --- a/app/src/main/java/c/o/a/w/d.java +++ b/app/src/main/java/c/o/a/w/d.java @@ -95,7 +95,7 @@ public class d extends a implements b, e { @Override // android.graphics.SurfaceTexture.OnFrameAvailableListener public void onFrameAvailable(SurfaceTexture surfaceTexture) { - ((GLSurfaceView) d.this.f1506c).requestRender(); + ((GLSurfaceView) d.this.f1508c).requestRender(); } } @@ -155,7 +155,7 @@ public class d extends a implements b, e { cVar.d = dVar2.q; int i = cVar.a.a; dVar2.k = new SurfaceTexture(i); - ((GLSurfaceView) d.this.f1506c).queueEvent(new a(i)); + ((GLSurfaceView) d.this.f1508c).queueEvent(new a(i)); d.this.k.setOnFrameAvailableListener(new b()); } } @@ -170,12 +170,12 @@ public class d extends a implements b, e { if (m()) { bVar.k(this.e, this.f); } - ((GLSurfaceView) this.f1506c).queueEvent(new b(bVar)); + ((GLSurfaceView) this.f1508c).queueEvent(new b(bVar)); } @Override // c.o.a.w.e public void b(@NonNull f fVar) { - ((GLSurfaceView) this.f1506c).queueEvent(new a(fVar)); + ((GLSurfaceView) this.f1508c).queueEvent(new a(fVar)); } @Override // c.o.a.w.b @@ -208,7 +208,7 @@ public class d extends a implements b, e { this.d = f2 > 1.02f || f > 1.02f; this.n = 1.0f / f2; this.o = 1.0f / f; - ((GLSurfaceView) this.f1506c).requestRender(); + ((GLSurfaceView) this.f1508c).requestRender(); } } @@ -255,11 +255,11 @@ public class d extends a implements b, e { @Override // c.o.a.w.a public void p() { - ((GLSurfaceView) this.f1506c).onPause(); + ((GLSurfaceView) this.f1508c).onPause(); } @Override // c.o.a.w.a public void q() { - ((GLSurfaceView) this.f1506c).onResume(); + ((GLSurfaceView) this.f1508c).onResume(); } } diff --git a/app/src/main/java/c/o/a/w/h.java b/app/src/main/java/c/o/a/w/h.java index fc862e80f9..ed547db32f 100644 --- a/app/src/main/java/c/o/a/w/h.java +++ b/app/src/main/java/c/o/a/w/h.java @@ -23,7 +23,7 @@ public class h extends a { @Override // c.o.a.w.a @NonNull public SurfaceHolder i() { - return ((SurfaceView) this.f1506c).getHolder(); + return ((SurfaceView) this.f1508c).getHolder(); } @Override // c.o.a.w.a diff --git a/app/src/main/java/c/o/a/w/j.java b/app/src/main/java/c/o/a/w/j.java index 8e785bd7dd..ef943b1c3e 100644 --- a/app/src/main/java/c/o/a/w/j.java +++ b/app/src/main/java/c/o/a/w/j.java @@ -50,8 +50,8 @@ public class j extends a { f4 = f3.i() / f2.i(); f = 1.0f; } - ((TextureView) j.this.f1506c).setScaleX(f4); - ((TextureView) j.this.f1506c).setScaleY(f); + ((TextureView) j.this.f1508c).setScaleX(f4); + ((TextureView) j.this.f1508c).setScaleY(f); j.this.d = f4 > 1.02f || f > 1.02f; c.o.a.b bVar2 = a.a; bVar2.a(1, "crop:", "applied scaleX=", Float.valueOf(f4)); @@ -86,7 +86,7 @@ public class j extends a { matrix.postScale(f3, 1.0f / f3, f, f2); } matrix.postRotate((float) this.i, f, f2); - ((TextureView) j.this.f1506c).setTransform(matrix); + ((TextureView) j.this.f1508c).setTransform(matrix); this.j.a.t(null); } } @@ -97,14 +97,14 @@ public class j extends a { @Override // c.o.a.w.a public void e(@Nullable a.b bVar) { - ((TextureView) this.f1506c).post(new a(null)); + ((TextureView) this.f1508c).post(new a(null)); } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.o.a.w.a @NonNull public SurfaceTexture i() { - return ((TextureView) this.f1506c).getSurfaceTexture(); + return ((TextureView) this.f1508c).getSurfaceTexture(); } @Override // c.o.a.w.a @@ -135,7 +135,7 @@ public class j extends a { public void r(int i) { this.i = i; TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); - ((TextureView) this.f1506c).post(new b(i, taskCompletionSource)); + ((TextureView) this.f1508c).post(new b(i, taskCompletionSource)); try { c.c(taskCompletionSource.a); } catch (InterruptedException | ExecutionException unused) { diff --git a/app/src/main/java/c/o/b/a/a.java b/app/src/main/java/c/o/b/a/a.java index 1410329025..3e548c2074 100644 --- a/app/src/main/java/c/o/b/a/a.java +++ b/app/src/main/java/c/o/b/a/a.java @@ -18,7 +18,7 @@ public final class a extends c { c cVar = this.a; c cVar2 = d.b; if (cVar != cVar2) { - e eVar = d.f1509c; + e eVar = d.f1511c; b bVar = d.a; EGLDisplay eGLDisplay = cVar.a; EGLSurface eGLSurface = eVar.a; @@ -29,7 +29,7 @@ public final class a extends c { } this.a = cVar2; this.b = d.a; - this.f1507c = null; + this.f1509c = null; } public final void finalize() { diff --git a/app/src/main/java/c/o/b/a/b.java b/app/src/main/java/c/o/b/a/b.java index bc88965bdb..bbeaddc699 100644 --- a/app/src/main/java/c/o/b/a/b.java +++ b/app/src/main/java/c/o/b/a/b.java @@ -27,7 +27,7 @@ public class b { iArr[7] = 8; iArr[8] = d.p; iArr[9] = d.q | d.r; - iArr[10] = d.f1510s; + iArr[10] = d.f1512s; iArr[11] = i2; iArr[12] = z2 ? 12610 : d.e; iArr[13] = z2 ? 1 : 0; diff --git a/app/src/main/java/c/o/b/a/c.java b/app/src/main/java/c/o/b/a/c.java index a98b20fbf6..387070b097 100644 --- a/app/src/main/java/c/o/b/a/c.java +++ b/app/src/main/java/c/o/b/a/c.java @@ -13,7 +13,7 @@ public class c { public b b = d.a; /* renamed from: c reason: collision with root package name */ - public a f1507c; + public a f1509c; public c(b bVar, int i) { a a; @@ -32,7 +32,7 @@ public class c { b bVar3 = new b(EGL14.eglCreateContext(this.a.a, a.a, bVar.a, new int[]{d.i, 3, d.e}, 0)); try { d.a("eglCreateContext (3)"); - this.f1507c = a; + this.f1509c = a; this.b = bVar3; } catch (Exception unused) { } @@ -42,7 +42,7 @@ public class c { if (a2 != null) { b bVar4 = new b(EGL14.eglCreateContext(this.a.a, a2.a, bVar.a, new int[]{d.i, 2, d.e}, 0)); d.a("eglCreateContext (2)"); - this.f1507c = a2; + this.f1509c = a2; this.b = bVar4; return; } diff --git a/app/src/main/java/c/o/b/a/d.java b/app/src/main/java/c/o/b/a/d.java index fedb762cff..2f60e2c1b2 100644 --- a/app/src/main/java/c/o/b/a/d.java +++ b/app/src/main/java/c/o/b/a/d.java @@ -25,11 +25,11 @@ public final class d { m.checkNotNullParameter(str, "opName"); int eglGetError = EGL14.eglGetError(); if (eglGetError != c.o.b.c.d.d) { - StringBuilder Q = a.Q("Error during ", str, ": EGL error 0x"); + StringBuilder P = a.P("Error during ", str, ": EGL error 0x"); String hexString = Integer.toHexString(eglGetError); m.checkNotNullExpressionValue(hexString, "Integer.toHexString(value)"); - Q.append(hexString); - String sb = Q.toString(); + P.append(hexString); + String sb = P.toString(); Log.e("Egloo", sb); throw new RuntimeException(sb); } @@ -37,18 +37,18 @@ public final class d { public static final void b(String str) { m.checkNotNullParameter(str, "opName"); - int r0 = p.m86constructorimpl(GLES20.glGetError()); + int r0 = p.m85constructorimpl(GLES20.glGetError()); int i = f.a; if (r0 != 0) { - StringBuilder Q = a.Q("Error during ", str, ": glError 0x"); + StringBuilder P = a.P("Error during ", str, ": glError 0x"); String hexString = Integer.toHexString(r0); m.checkNotNullExpressionValue(hexString, "Integer.toHexString(value)"); - Q.append(hexString); - Q.append(": "); + P.append(hexString); + P.append(": "); String gluErrorString = GLU.gluErrorString(r0); m.checkNotNullExpressionValue(gluErrorString, "GLU.gluErrorString(value)"); - Q.append(gluErrorString); - String sb = Q.toString(); + P.append(gluErrorString); + String sb = P.toString(); Log.e("Egloo", sb); throw new RuntimeException(sb); } diff --git a/app/src/main/java/c/o/b/b/c.java b/app/src/main/java/c/o/b/b/c.java index a4d8e7bef9..308a7567f1 100644 --- a/app/src/main/java/c/o/b/b/c.java +++ b/app/src/main/java/c/o/b/b/c.java @@ -8,11 +8,11 @@ import java.nio.FloatBuffer; public class c extends a { /* renamed from: c reason: collision with root package name */ - public static final float[] f1508c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; + public static final float[] f1510c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; public FloatBuffer d; public c() { - float[] fArr = f1508c; + float[] fArr = f1510c; FloatBuffer D = c.i.a.f.e.o.c.D(fArr.length); D.put(fArr); D.clear(); diff --git a/app/src/main/java/c/o/b/c/a.java b/app/src/main/java/c/o/b/c/a.java index e88b1b86b8..e836c105c8 100644 --- a/app/src/main/java/c/o/b/c/a.java +++ b/app/src/main/java/c/o/b/c/a.java @@ -27,9 +27,9 @@ public final class a { } public String toString() { - StringBuilder L = c.d.b.a.a.L("EglConfig(native="); - L.append(this.a); - L.append(")"); - return L.toString(); + StringBuilder K = c.d.b.a.a.K("EglConfig(native="); + K.append(this.a); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/o/b/c/b.java b/app/src/main/java/c/o/b/c/b.java index 7ad935a771..cfd50275b8 100644 --- a/app/src/main/java/c/o/b/c/b.java +++ b/app/src/main/java/c/o/b/c/b.java @@ -27,9 +27,9 @@ public final class b { } public String toString() { - StringBuilder L = a.L("EglContext(native="); - L.append(this.a); - L.append(")"); - return L.toString(); + StringBuilder K = a.K("EglContext(native="); + K.append(this.a); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/o/b/c/c.java b/app/src/main/java/c/o/b/c/c.java index 40a91317b7..15cebcaadb 100644 --- a/app/src/main/java/c/o/b/c/c.java +++ b/app/src/main/java/c/o/b/c/c.java @@ -27,9 +27,9 @@ public final class c { } public String toString() { - StringBuilder L = a.L("EglDisplay(native="); - L.append(this.a); - L.append(")"); - return L.toString(); + StringBuilder K = a.K("EglDisplay(native="); + K.append(this.a); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/o/b/c/d.java b/app/src/main/java/c/o/b/c/d.java index a9498a70e8..10ab0d04b7 100644 --- a/app/src/main/java/c/o/b/c/d.java +++ b/app/src/main/java/c/o/b/c/d.java @@ -7,7 +7,7 @@ public final class d { public static final c b = new c(EGL14.EGL_NO_DISPLAY); /* renamed from: c reason: collision with root package name */ - public static final e f1509c = new e(EGL14.EGL_NO_SURFACE); + public static final e f1511c = new e(EGL14.EGL_NO_SURFACE); public static final int d = 12288; public static final int e = 12344; public static final int f = 12375; @@ -25,5 +25,5 @@ public final class d { public static final int r = 1; /* renamed from: s reason: collision with root package name */ - public static final int f1510s = 12352; + public static final int f1512s = 12352; } diff --git a/app/src/main/java/c/o/b/c/e.java b/app/src/main/java/c/o/b/c/e.java index 2defbda57d..88ed7b9431 100644 --- a/app/src/main/java/c/o/b/c/e.java +++ b/app/src/main/java/c/o/b/c/e.java @@ -27,9 +27,9 @@ public final class e { } public String toString() { - StringBuilder L = a.L("EglSurface(native="); - L.append(this.a); - L.append(")"); - return L.toString(); + StringBuilder K = a.K("EglSurface(native="); + K.append(this.a); + K.append(")"); + return K.toString(); } } diff --git a/app/src/main/java/c/o/b/c/f.java b/app/src/main/java/c/o/b/c/f.java index be8b8ab9d7..87e74b6bce 100644 --- a/app/src/main/java/c/o/b/c/f.java +++ b/app/src/main/java/c/o/b/c/f.java @@ -3,32 +3,32 @@ package c.o.b.c; import d0.p; /* compiled from: gl.kt */ public final class f { - public static final int a = p.m86constructorimpl(5126); - public static final int b = p.m86constructorimpl(5); + public static final int a = p.m85constructorimpl(5126); + public static final int b = p.m85constructorimpl(5); /* renamed from: c reason: collision with root package name */ - public static final int f1511c = p.m86constructorimpl(33984); - public static final int d = p.m86constructorimpl(36197); - public static final int e = p.m86constructorimpl(10241); - public static final int f = p.m86constructorimpl(10240); - public static final int g = p.m86constructorimpl(10242); - public static final int h = p.m86constructorimpl(10243); + public static final int f1513c = p.m85constructorimpl(33984); + public static final int d = p.m85constructorimpl(36197); + public static final int e = p.m85constructorimpl(10241); + public static final int f = p.m85constructorimpl(10240); + public static final int g = p.m85constructorimpl(10242); + public static final int h = p.m85constructorimpl(10243); public static final int i = 33071; public static final float j = ((float) 9728); public static final float k = ((float) 9729); - public static final int l = p.m86constructorimpl(35713); - public static final int m = p.m86constructorimpl(35714); - public static final int n = p.m86constructorimpl(35633); - public static final int o = p.m86constructorimpl(35632); + public static final int l = p.m85constructorimpl(35713); + public static final int m = p.m85constructorimpl(35714); + public static final int n = p.m85constructorimpl(35633); + public static final int o = p.m85constructorimpl(35632); static { - p.m86constructorimpl(37074); - p.m86constructorimpl(5121); - p.m86constructorimpl(6408); - p.m86constructorimpl(4); - p.m86constructorimpl(6); - p.m86constructorimpl(36160); - p.m86constructorimpl(36053); - p.m86constructorimpl(36064); + p.m85constructorimpl(37074); + p.m85constructorimpl(5121); + p.m85constructorimpl(6408); + p.m85constructorimpl(4); + p.m85constructorimpl(6); + p.m85constructorimpl(36160); + p.m85constructorimpl(36053); + p.m85constructorimpl(36064); } } diff --git a/app/src/main/java/c/o/b/d/a.java b/app/src/main/java/c/o/b/d/a.java index a3553412b8..366edf5e65 100644 --- a/app/src/main/java/c/o/b/d/a.java +++ b/app/src/main/java/c/o/b/d/a.java @@ -7,13 +7,13 @@ public class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1512c; + public final boolean f1514c; public final c[] d; public a(int i, boolean z2, c... cVarArr) { m.checkNotNullParameter(cVarArr, "shaders"); this.b = i; - this.f1512c = z2; + this.f1514c = z2; this.d = cVarArr; } } diff --git a/app/src/main/java/c/o/b/d/b.java b/app/src/main/java/c/o/b/d/b.java index aeb8c295d2..a23ab03deb 100644 --- a/app/src/main/java/c/o/b/d/b.java +++ b/app/src/main/java/c/o/b/d/b.java @@ -13,16 +13,16 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1513c; + public final String f1515c; public b(int i, int i2, String str, DefaultConstructorMarker defaultConstructorMarker) { int i3; - this.f1513c = str; + this.f1515c = str; int h = c.c.a.y.b.h(i2); if (h == 0) { - i3 = GLES20.glGetAttribLocation(p.m86constructorimpl(i), str); + i3 = GLES20.glGetAttribLocation(p.m85constructorimpl(i), str); } else if (h == 1) { - i3 = GLES20.glGetUniformLocation(p.m86constructorimpl(i), str); + i3 = GLES20.glGetUniformLocation(p.m85constructorimpl(i), str); } else { throw new NoWhenBranchMatchedException(); } @@ -30,7 +30,7 @@ public final class b { float[] fArr = d.a; m.checkNotNullParameter(str, "label"); if (i3 >= 0) { - this.b = p.m86constructorimpl(i3); + this.b = p.m85constructorimpl(i3); return; } String str2 = "Unable to locate " + str + " in program"; diff --git a/app/src/main/java/c/o/b/d/c.java b/app/src/main/java/c/o/b/d/c.java index 58561ab5c4..29668f45fb 100644 --- a/app/src/main/java/c/o/b/d/c.java +++ b/app/src/main/java/c/o/b/d/c.java @@ -19,7 +19,7 @@ public final class c { public c(int i, String str) { m.checkNotNullParameter(str, "source"); - int r0 = p.m86constructorimpl(GLES20.glCreateShader(p.m86constructorimpl(i))); + int r0 = p.m85constructorimpl(GLES20.glCreateShader(p.m85constructorimpl(i))); d.b("glCreateShader type=" + i); GLES20.glShaderSource(r0, str); GLES20.glCompileShader(r0); @@ -29,11 +29,11 @@ public final class c { this.b = r0; return; } - StringBuilder M = c.d.b.a.a.M("Could not compile shader ", i, ": '"); - M.append(GLES20.glGetShaderInfoLog(r0)); - M.append("' source: "); - M.append(str); - String sb = M.toString(); + StringBuilder L = c.d.b.a.a.L("Could not compile shader ", i, ": '"); + L.append(GLES20.glGetShaderInfoLog(r0)); + L.append("' source: "); + L.append(str); + String sb = L.toString(); GLES20.glDeleteShader(r0); throw new RuntimeException(sb); } diff --git a/app/src/main/java/c/o/b/e/a.java b/app/src/main/java/c/o/b/e/a.java index 26205fbe59..34538b869a 100644 --- a/app/src/main/java/c/o/b/e/a.java +++ b/app/src/main/java/c/o/b/e/a.java @@ -17,7 +17,7 @@ public abstract class a { public int b = -1; /* renamed from: c reason: collision with root package name */ - public c.o.b.a.a f1514c; + public c.o.b.a.a f1516c; public e d; public a(c.o.b.a.a aVar, e eVar) { @@ -25,25 +25,25 @@ public abstract class a { m.checkNotNullParameter(eVar, "eglSurface"); m.checkNotNullParameter(aVar, "eglCore"); m.checkNotNullParameter(eVar, "eglSurface"); - this.f1514c = aVar; + this.f1516c = aVar; this.d = eVar; } public final void a(OutputStream outputStream, Bitmap.CompressFormat compressFormat) { m.checkNotNullParameter(outputStream, "stream"); m.checkNotNullParameter(compressFormat, "format"); - c.o.b.a.a aVar = this.f1514c; + c.o.b.a.a aVar = this.f1516c; e eVar = this.d; Objects.requireNonNull(aVar); m.checkNotNullParameter(eVar, "eglSurface"); if (m.areEqual(aVar.b, new b(EGL14.eglGetCurrentContext())) && m.areEqual(eVar, new e(EGL14.eglGetCurrentSurface(d.h)))) { int i = this.a; if (i < 0) { - i = this.f1514c.a(this.d, d.f); + i = this.f1516c.a(this.d, d.f); } int i2 = this.b; if (i2 < 0) { - i2 = this.f1514c.a(this.d, d.g); + i2 = this.f1516c.a(this.d, d.g); } ByteBuffer allocateDirect = ByteBuffer.allocateDirect(i * i2 * 4); allocateDirect.order(ByteOrder.LITTLE_ENDIAN); diff --git a/app/src/main/java/c/o/b/e/b.java b/app/src/main/java/c/o/b/e/b.java index 156a83937d..cd87cf7f36 100644 --- a/app/src/main/java/c/o/b/e/b.java +++ b/app/src/main/java/c/o/b/e/b.java @@ -17,11 +17,11 @@ public class b extends a { m.checkNotNullParameter(surfaceTexture, "surface"); int[] iArr = {d.e}; c cVar = aVar.a; - c.o.b.c.a aVar2 = aVar.f1507c; + c.o.b.c.a aVar2 = aVar.f1509c; m.checkNotNull(aVar2); e eVar = new e(EGL14.eglCreateWindowSurface(cVar.a, aVar2.a, surfaceTexture, iArr, 0)); c.o.b.a.d.a("eglCreateWindowSurface"); - if (eVar != d.f1509c) { + if (eVar != d.f1511c) { m.checkNotNullParameter(aVar, "eglCore"); m.checkNotNullParameter(eVar, "eglSurface"); return; diff --git a/app/src/main/java/c/o/b/f/a.java b/app/src/main/java/c/o/b/f/a.java index 61ab7eb212..1cc97bc1b3 100644 --- a/app/src/main/java/c/o/b/f/a.java +++ b/app/src/main/java/c/o/b/f/a.java @@ -25,15 +25,15 @@ public final class a extends o implements Function0 { public Unit mo1invoke() { b bVar = this.this$0; if (!(bVar.d == null || bVar.e == null || bVar.f == null || this.$internalFormat == null || bVar.g == null)) { - GLES20.glTexImage2D(p.m86constructorimpl(bVar.f1515c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m86constructorimpl(this.this$0.f.intValue()), p.m86constructorimpl(this.this$0.g.intValue()), null); + GLES20.glTexImage2D(p.m85constructorimpl(bVar.f1517c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m85constructorimpl(this.this$0.f.intValue()), p.m85constructorimpl(this.this$0.g.intValue()), null); } - GLES20.glTexParameterf(p.m86constructorimpl(this.this$0.f1515c), f.e, f.j); - GLES20.glTexParameterf(p.m86constructorimpl(this.this$0.f1515c), f.f, f.k); - int r0 = p.m86constructorimpl(this.this$0.f1515c); + GLES20.glTexParameterf(p.m85constructorimpl(this.this$0.f1517c), f.e, f.j); + GLES20.glTexParameterf(p.m85constructorimpl(this.this$0.f1517c), f.f, f.k); + int r0 = p.m85constructorimpl(this.this$0.f1517c); int i = f.g; int i2 = f.i; GLES20.glTexParameteri(r0, i, i2); - GLES20.glTexParameteri(p.m86constructorimpl(this.this$0.f1515c), f.h, i2); + GLES20.glTexParameteri(p.m85constructorimpl(this.this$0.f1517c), f.h, i2); d.b("glTexParameter"); return Unit.a; } diff --git a/app/src/main/java/c/o/b/f/b.java b/app/src/main/java/c/o/b/f/b.java index 371eb37690..089cb73f1c 100644 --- a/app/src/main/java/c/o/b/f/b.java +++ b/app/src/main/java/c/o/b/f/b.java @@ -12,7 +12,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1515c; + public final int f1517c; public final Integer d; public final Integer e; public final Integer f; @@ -21,7 +21,7 @@ public final class b { public b(int i, int i2, Integer num) { int i3; this.b = i; - this.f1515c = i2; + this.f1517c = i2; this.d = null; this.e = null; this.f = null; @@ -29,18 +29,18 @@ public final class b { if (num != null) { i3 = num.intValue(); } else { - int[] r0 = q.m87constructorimpl(1); - int r1 = q.m90getSizeimpl(r0); + int[] r0 = q.m86constructorimpl(1); + int r1 = q.m89getSizeimpl(r0); int[] iArr = new int[r1]; for (int i4 = 0; i4 < r1; i4++) { - iArr[i4] = q.m89getpVg5ArA(r0, i4); + iArr[i4] = q.m88getpVg5ArA(r0, i4); } GLES20.glGenTextures(1, iArr, 0); for (int i5 = 0; i5 < 1; i5++) { - q.m91setVXSXFK8(r0, i5, p.m86constructorimpl(iArr[i5])); + q.m90setVXSXFK8(r0, i5, p.m85constructorimpl(iArr[i5])); } d.b("glGenTextures"); - i3 = q.m89getpVg5ArA(r0, 0); + i3 = q.m88getpVg5ArA(r0, 0); } this.a = i3; if (num == null) { @@ -55,19 +55,19 @@ public final class b { /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public b(int i, int i2, Integer num, int i3) { - this((i3 & 1) != 0 ? f.f1511c : i, (i3 & 2) != 0 ? f.d : i2, null); + this((i3 & 1) != 0 ? f.f1513c : i, (i3 & 2) != 0 ? f.d : i2, null); int i4 = i3 & 4; } public void a() { - GLES20.glActiveTexture(p.m86constructorimpl(this.b)); - GLES20.glBindTexture(p.m86constructorimpl(this.f1515c), p.m86constructorimpl(this.a)); + GLES20.glActiveTexture(p.m85constructorimpl(this.b)); + GLES20.glBindTexture(p.m85constructorimpl(this.f1517c), p.m85constructorimpl(this.a)); d.b("bind"); } public void b() { - GLES20.glBindTexture(p.m86constructorimpl(this.f1515c), p.m86constructorimpl(0)); - GLES20.glActiveTexture(f.f1511c); + GLES20.glBindTexture(p.m85constructorimpl(this.f1517c), p.m85constructorimpl(0)); + GLES20.glActiveTexture(f.f1513c); d.b("unbind"); } } diff --git a/app/src/main/java/c/p/a/b.java b/app/src/main/java/c/p/a/b.java index e33068ff27..4e8b7cdd78 100644 --- a/app/src/main/java/c/p/a/b.java +++ b/app/src/main/java/c/p/a/b.java @@ -70,20 +70,20 @@ public final class b extends FrameLayout implements View.OnClickListener, Animat public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f1516s; + public boolean f1518s; public Runnable t; public boolean u; public ArrayList