diff --git a/app/build.gradle b/app/build.gradle index b2a8668dff..158d9cacbb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 87109 - versionName "87.9 - Beta" + versionCode 88106 + versionName "88.6 - Beta" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 008edc8ff2..b7aebdf221 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -174,7 +174,7 @@ - + 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 f643036c0b..9324a9c439 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 K = c.d.b.a.a.K("Rating:style="); - K.append(this.i); - K.append(" rating="); + StringBuilder L = c.d.b.a.a.L("Rating:style="); + L.append(this.i); + L.append(" rating="); float f = this.j; - K.append(f < 0.0f ? "unrated" : String.valueOf(f)); - return K.toString(); + L.append(f < 0.0f ? "unrated" : String.valueOf(f)); + return L.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 30b50e37c9..160391eb80 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 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, " }"); + StringBuilder L = c.d.b.a.a.L("MediaSession.QueueItem {Description="); + L.append(this.i); + L.append(", Id="); + return c.d.b.a.a.y(L, 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 2f9ebf641d..3ee646500e 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 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(); + 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(); } @Override // android.os.Parcelable diff --git a/app/src/main/java/android/support/v4/os/ResultReceiver.java b/app/src/main/java/android/support/v4/os/ResultReceiver.java index 2975e6e3cc..1b30159921 100644 --- a/app/src/main/java/android/support/v4/os/ResultReceiver.java +++ b/app/src/main/java/android/support/v4/os/ResultReceiver.java @@ -30,7 +30,7 @@ public class ResultReceiver implements Parcelable { } } - public class b extends a.AbstractBinderC0357a { + public class b extends a.AbstractBinderC0358a { public b() { } @@ -44,12 +44,12 @@ public class ResultReceiver implements Parcelable { public ResultReceiver(Parcel parcel) { x.a.b.c.a aVar; IBinder readStrongBinder = parcel.readStrongBinder(); - int i = a.AbstractBinderC0357a.a; + int i = a.AbstractBinderC0358a.a; if (readStrongBinder == null) { aVar = null; } else { IInterface queryLocalInterface = readStrongBinder.queryLocalInterface("android.support.v4.os.IResultReceiver"); - aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0357a.C0358a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface; + aVar = (queryLocalInterface == null || !(queryLocalInterface instanceof x.a.b.c.a)) ? new a.AbstractBinderC0358a.C0359a(readStrongBinder) : (x.a.b.c.a) queryLocalInterface; } this.i = aVar; } diff --git a/app/src/main/java/androidx/activity/ComponentActivity.java b/app/src/main/java/androidx/activity/ComponentActivity.java index ebf3c58f91..83d45ba946 100644 --- a/app/src/main/java/androidx/activity/ComponentActivity.java +++ b/app/src/main/java/androidx/activity/ComponentActivity.java @@ -415,9 +415,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 K = a.K("activity_rq#"); - K.append(this.mNextLocalRequestCode.getAndIncrement()); - return activityResultRegistry.register(K.toString(), this, activityResultContract, activityResultCallback); + StringBuilder L = a.L("activity_rq#"); + L.append(this.mNextLocalRequestCode.getAndIncrement()); + return activityResultRegistry.register(L.toString(), this, activityResultContract, activityResultCallback); } @Override // androidx.activity.contextaware.ContextAware diff --git a/app/src/main/java/androidx/activity/result/ActivityResult.java b/app/src/main/java/androidx/activity/result/ActivityResult.java index 2de37587fb..eb0af32119 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 K = a.K("ActivityResult{resultCode="); - K.append(resultCodeToString(this.mResultCode)); - K.append(", data="); - K.append(this.mData); - K.append('}'); - return K.toString(); + StringBuilder L = a.L("ActivityResult{resultCode="); + L.append(resultCodeToString(this.mResultCode)); + L.append(", data="); + L.append(this.mData); + L.append('}'); + return L.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 564566ee1a..33798b7705 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 P = a.P("Dropping pending result for request ", str, ": "); - P.append(this.mParsedPendingResults.get(str)); - Log.w(LOG_TAG, P.toString()); + StringBuilder Q = a.Q("Dropping pending result for request ", str, ": "); + Q.append(this.mParsedPendingResults.get(str)); + Log.w(LOG_TAG, Q.toString()); this.mParsedPendingResults.remove(str); } if (this.mPendingResults.containsKey(str)) { - StringBuilder P2 = a.P("Dropping pending result for request ", str, ": "); - P2.append(this.mPendingResults.getParcelable(str)); - Log.w(LOG_TAG, P2.toString()); + StringBuilder Q2 = a.Q("Dropping pending result for request ", str, ": "); + Q2.append(this.mPendingResults.getParcelable(str)); + Log.w(LOG_TAG, Q2.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 3b313ed06c..1347454f18 100644 --- a/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java +++ b/app/src/main/java/androidx/appcompat/app/AppCompatDelegateImpl.java @@ -1165,16 +1165,16 @@ public class AppCompatDelegateImpl extends AppCompatDelegate implements MenuBuil contentFrameLayout.setAttachListener(new AnonymousClass5()); return viewGroup; } - 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, " }")); + 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, " }")); } 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 949eb81719..be770d5171 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 K = a.K(" with id '"); - K.append(this.mHostView.getContext().getResources().getResourceEntryName(id2)); - K.append("'"); - str = K.toString(); + StringBuilder L = a.L(" with id '"); + L.append(this.mHostView.getContext().getResources().getResourceEntryName(id2)); + L.append("'"); + str = L.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()); + 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()); } @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 c967bef874..243e1da8e2 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 K = a.K("Can't make a decor toolbar out of "); - K.append(view != null ? view.getClass().getSimpleName() : "null"); - throw new IllegalStateException(K.toString()); + 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()); } 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 e79114707f..0b6e4191b4 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 P = a.P("Couldn't resolve menu item onClick handler ", str, " in class "); - P.append(cls.getName()); - InflateException inflateException = new InflateException(P.toString()); + StringBuilder Q = a.Q("Couldn't resolve menu item onClick handler ", str, " in class "); + Q.append(cls.getName()); + InflateException inflateException = new InflateException(Q.toString()); inflateException.initCause(e); throw inflateException; } diff --git a/app/src/main/java/androidx/appcompat/widget/ActionBarOverlayLayout.java b/app/src/main/java/androidx/appcompat/widget/ActionBarOverlayLayout.java index 66e91cdc36..8b0072e9b7 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 K = a.K("Can't make a decor toolbar out of "); - K.append(view.getClass().getSimpleName()); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("Can't make a decor toolbar out of "); + L.append(view.getClass().getSimpleName()); + throw new IllegalStateException(L.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 43798babd7..f2dd87bae7 100644 --- a/app/src/main/java/androidx/appcompat/widget/ActivityChooserModel.java +++ b/app/src/main/java/androidx/appcompat/widget/ActivityChooserModel.java @@ -86,12 +86,12 @@ public class ActivityChooserModel extends DataSetObservable { @Override // java.lang.Object public String 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(); + 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(); } } @@ -169,14 +169,14 @@ public class ActivityChooserModel extends DataSetObservable { } public String 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(); + 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(); } } diff --git a/app/src/main/java/androidx/appcompat/widget/AppCompatTextViewAutoSizeHelper.java b/app/src/main/java/androidx/appcompat/widget/AppCompatTextViewAutoSizeHelper.java index c6fe9ffae6..b4a6ea1f37 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 K = a.K("None of the preset sizes is valid: "); - K.append(Arrays.toString(iArr)); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("None of the preset sizes is valid: "); + L.append(Arrays.toString(iArr)); + throw new IllegalArgumentException(L.toString()); } } else { this.mHasPresetAutoSizeValues = false; diff --git a/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java b/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java index 47e7b7f2ee..f24b4cd116 100644 --- a/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java +++ b/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java @@ -1263,10 +1263,10 @@ public class LinearLayoutCompat extends ViewGroup { public void setBaselineAlignedChildIndex(int i) { if (i < 0 || i >= getChildCount()) { - StringBuilder K = a.K("base aligned child index out of range (0, "); - K.append(getChildCount()); - K.append(")"); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("base aligned child index out of range (0, "); + L.append(getChildCount()); + L.append(")"); + throw new IllegalArgumentException(L.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 fcd97cde50..6b96ef873d 100644 --- a/app/src/main/java/androidx/appcompat/widget/ListPopupWindow.java +++ b/app/src/main/java/androidx/appcompat/widget/ListPopupWindow.java @@ -312,9 +312,9 @@ public class ListPopupWindow implements ShowableListMenu { linearLayout.addView(view); linearLayout.addView(dropDownListView, layoutParams); } else if (i5 != 1) { - StringBuilder K = a.K("Invalid hint position "); - K.append(this.mPromptPosition); - Log.e(TAG, K.toString()); + StringBuilder L = a.L("Invalid hint position "); + L.append(this.mPromptPosition); + Log.e(TAG, L.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 d25fb8936e..09a0154536 100644 --- a/app/src/main/java/androidx/appcompat/widget/SearchView.java +++ b/app/src/main/java/androidx/appcompat/widget/SearchView.java @@ -379,10 +379,10 @@ public class SearchView extends LinearLayoutCompat implements CollapsibleActionV @Override // java.lang.Object public String toString() { - StringBuilder K = a.K("SearchView.SavedState{"); - K.append(Integer.toHexString(System.identityHashCode(this))); - K.append(" isIconified="); - return a.F(K, this.isIconified, "}"); + StringBuilder L = a.L("SearchView.SavedState{"); + L.append(Integer.toHexString(System.identityHashCode(this))); + L.append(" isIconified="); + return a.G(L, 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 cdf0006479..0fe8ac8f71 100644 --- a/app/src/main/java/androidx/appcompat/widget/SuggestionsAdapter.java +++ b/app/src/main/java/androidx/appcompat/widget/SuggestionsAdapter.java @@ -111,9 +111,9 @@ public class SuggestionsAdapter extends ResourceCursorAdapter implements View.On if (drawable != null) { return drawable; } - StringBuilder L = a.L("Invalid icon resource ", iconResource, " for "); - L.append(componentName.flattenToShortString()); - Log.w(LOG_TAG, L.toString()); + StringBuilder M = a.M("Invalid icon resource ", iconResource, " for "); + M.append(componentName.flattenToShortString()); + Log.w(LOG_TAG, M.toString()); return null; } catch (PackageManager.NameNotFoundException e) { Log.w(LOG_TAG, e.toString()); @@ -206,7 +206,7 @@ public class SuggestionsAdapter extends ResourceCursorAdapter implements View.On storeInIconCache(str, drawable2); return drawable2; } catch (Resources.NotFoundException unused2) { - a.g0("Icon resource not found: ", str, LOG_TAG); + a.h0("Icon resource not found: ", str, LOG_TAG); return null; } } 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 cc9a1310a2..d0a0e4e2a2 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 K = a.K("["); + StringBuilder L = a.L("["); Iterator> it = iterator(); while (it.hasNext()) { - K.append(it.next().toString()); + L.append(it.next().toString()); if (it.hasNext()) { - K.append(", "); + L.append(", "); } } - K.append("]"); - return K.toString(); + L.append("]"); + return L.toString(); } } diff --git a/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java b/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java index 224120be4d..06281a75f6 100644 --- a/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java +++ b/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java @@ -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 O = a.O(str, "_"); - O.append(Integer.toString(i)); - String sb = O.toString(); + StringBuilder P = a.P(str, "_"); + P.append(Integer.toString(i)); + String sb = P.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/CustomTabsClient.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java index 8d124338e7..c29e528b1f 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsClient.java @@ -48,7 +48,7 @@ public class CustomTabsClient { } /* renamed from: androidx.browser.customtabs.CustomTabsClient$2 reason: invalid class name */ - public class AnonymousClass2 extends a.AbstractBinderC0346a { + public class AnonymousClass2 extends a.AbstractBinderC0347a { private Handler mHandler = new Handler(Looper.getMainLooper()); public final /* synthetic */ CustomTabsCallback val$callback; @@ -219,7 +219,7 @@ public class CustomTabsClient { } } - private a.AbstractBinderC0346a createCallbackWrapper(@Nullable CustomTabsCallback customTabsCallback) { + private a.AbstractBinderC0347a createCallbackWrapper(@Nullable CustomTabsCallback customTabsCallback) { return new AnonymousClass2(customTabsCallback); } @@ -270,7 +270,7 @@ public class CustomTabsClient { @Nullable private CustomTabsSession newSessionInternal(@Nullable CustomTabsCallback customTabsCallback, @Nullable PendingIntent pendingIntent) { boolean z2; - a.AbstractBinderC0346a createCallbackWrapper = createCallbackWrapper(customTabsCallback); + a.AbstractBinderC0347a createCallbackWrapper = createCallbackWrapper(customTabsCallback); if (pendingIntent != null) { try { Bundle bundle = new Bundle(); diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java index b2646405f3..556af4cb9d 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsSessionToken.java @@ -83,8 +83,8 @@ public class CustomTabsSessionToken { } } - public static class MockCallback extends a.AbstractBinderC0346a { - @Override // x.a.a.a.AbstractBinderC0346a, android.os.IInterface + public static class MockCallback extends a.AbstractBinderC0347a { + @Override // x.a.a.a.AbstractBinderC0347a, android.os.IInterface public IBinder asBinder() { return this; } @@ -150,7 +150,7 @@ public class CustomTabsSessionToken { return null; } if (binder != null) { - aVar = a.AbstractBinderC0346a.asInterface(binder); + aVar = a.AbstractBinderC0347a.asInterface(binder); } return new CustomTabsSessionToken(aVar, pendingIntent); } diff --git a/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java b/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java index c79a5eae8c..7be080eab8 100644 --- a/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java +++ b/app/src/main/java/androidx/browser/customtabs/PostMessageServiceConnection.java @@ -26,7 +26,7 @@ public abstract class PostMessageServiceConnection implements PostMessageBackend public PostMessageServiceConnection(@NonNull CustomTabsSessionToken customTabsSessionToken) { IBinder callbackBinder = customTabsSessionToken.getCallbackBinder(); if (callbackBinder != null) { - this.mSessionBinder = a.AbstractBinderC0346a.asInterface(callbackBinder); + this.mSessionBinder = a.AbstractBinderC0347a.asInterface(callbackBinder); return; } throw new IllegalArgumentException("Provided session must have binder."); diff --git a/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java b/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java index fa28729f00..c0f0fce238 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 K = a.K("ConnectionHolder, state = "); - K.append(this.mState); - return K.toString(); + StringBuilder L = a.L("ConnectionHolder, state = "); + L.append(this.mState); + return L.toString(); } @MainThread diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java index 8152a0f210..0376daf7e5 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityCallbackRemote.java @@ -15,7 +15,7 @@ public class TrustedWebActivityCallbackRemote { @Nullable public static TrustedWebActivityCallbackRemote fromBinder(@Nullable IBinder iBinder) { - a asInterface = iBinder == null ? null : a.AbstractBinderC0350a.asInterface(iBinder); + a asInterface = iBinder == null ? null : a.AbstractBinderC0351a.asInterface(iBinder); if (asInterface == null) { return null; } diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java index 0946ad084e..df91690290 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java @@ -23,7 +23,7 @@ public final class TrustedWebActivityServiceConnection { private final b mService; /* renamed from: androidx.browser.trusted.TrustedWebActivityServiceConnection$1 reason: invalid class name */ - public class AnonymousClass1 extends a.AbstractBinderC0350a { + public class AnonymousClass1 extends a.AbstractBinderC0351a { public final /* synthetic */ TrustedWebActivityCallback val$callback; public AnonymousClass1(TrustedWebActivityCallback trustedWebActivityCallback) { diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java index 7ff45d04d8..9c7268290e 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java @@ -99,16 +99,16 @@ public final class TrustedWebActivityServiceConnectionPool { ResolveInfo resolveService = context.getPackageManager().resolveService(intent2, 131072); if (resolveService == null) { if (z2) { - a.g0("Could not find TWAService for ", str, TAG); + a.h0("Could not find TWAService for ", str, TAG); } return null; } if (z2) { - StringBuilder K = a.K("Found "); - K.append(resolveService.serviceInfo.name); - K.append(" to handle request for "); - K.append(uri); - Log.i(TAG, K.toString()); + StringBuilder L = a.L("Found "); + L.append(resolveService.serviceInfo.name); + L.append(" to handle request for "); + L.append(uri); + Log.i(TAG, L.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 33da393c45..a863bae84d 100644 --- a/app/src/main/java/androidx/concurrent/futures/AbstractResolvableFuture.java +++ b/app/src/main/java/androidx/concurrent/futures/AbstractResolvableFuture.java @@ -595,9 +595,9 @@ public abstract class AbstractResolvableFuture implements a { String timeUnit2 = timeUnit.toString(); Locale locale = Locale.ROOT; String lowerCase = timeUnit2.toLowerCase(locale); - StringBuilder N = c.d.b.a.a.N("Waited ", j, " "); - N.append(timeUnit.toString().toLowerCase(locale)); - String sb = N.toString(); + StringBuilder O = c.d.b.a.a.O("Waited ", j, " "); + O.append(timeUnit.toString().toLowerCase(locale)); + String sb = O.toString(); if (nanos + 1000 < 0) { String s2 = c.d.b.a.a.s(sb, " (plus "); long j2 = -nanos; @@ -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.C(c.d.b.a.a.K("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); + return c.d.b.a.a.D(c.d.b.a.a.L("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); } if (!(this instanceof ScheduledFuture)) { return null; } - StringBuilder K = c.d.b.a.a.K("remaining delay=["); - K.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); - K.append(" ms]"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("remaining delay=["); + L.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); + L.append(" ms]"); + return L.toString(); } public boolean set(@Nullable V v) { @@ -725,9 +725,9 @@ public abstract class AbstractResolvableFuture implements a { try { str = pendingToString(); } catch (RuntimeException e) { - StringBuilder K = c.d.b.a.a.K("Exception thrown from implementation: "); - K.append(e.getClass()); - str = K.toString(); + StringBuilder L = c.d.b.a.a.L("Exception thrown from implementation: "); + L.append(e.getClass()); + str = L.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 02d3797367..c89f354189 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 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())); + 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())); } 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 K = a.K("tag=["); - K.append(completer.tag); - K.append("]"); - return K.toString(); + StringBuilder L = a.L("tag=["); + L.append(completer.tag); + L.append("]"); + return L.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 43cf6aab8e..7cf05bb942 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java +++ b/app/src/main/java/androidx/constraintlayout/motion/utils/Easing.java @@ -168,9 +168,9 @@ public class Easing { case 3: return new CubicEasing(STANDARD); default: - 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()); + 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()); 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 1cd84ad837..fd8c839e2b 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/utils/Oscillator.java +++ b/app/src/main/java/androidx/constraintlayout/motion/utils/Oscillator.java @@ -175,10 +175,10 @@ public class Oscillator { } public String toString() { - StringBuilder K = a.K("pos ="); - K.append(Arrays.toString(this.mPosition)); - K.append(" period="); - K.append(Arrays.toString(this.mPeriod)); - return K.toString(); + StringBuilder L = a.L("pos ="); + L.append(Arrays.toString(this.mPosition)); + L.append(" period="); + L.append(Arrays.toString(this.mPeriod)); + return L.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 6cf16baea1..7542eddda7 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 O = a.O(str2, " ===== "); - O.append(this.mType); - Log.v(str, O.toString()); + StringBuilder P = a.P(str2, " ===== "); + P.append(this.mType); + Log.v(str, P.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 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()); + 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()); } if (this.mNumberOfStages > 2) { - 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()); + 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()); } 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 584cb01fa0..f7b8c2bd40 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 K = a.K(".("); - K.append(stackTraceElement.getFileName()); - K.append(":"); - K.append(stackTraceElement.getLineNumber()); - K.append(") "); - K.append(str); - K.append(" "); - String sb = K.toString(); + 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(); PrintStream printStream = System.out; - StringBuilder P = a.P(" >>>>>>>>>>>>>>>>>>. dump ", sb, " "); - P.append(layoutParams.getClass().getName()); - printStream.println(P.toString()); + StringBuilder Q = a.Q(" >>>>>>>>>>>>>>>>>>. dump ", sb, " "); + Q.append(layoutParams.getClass().getName()); + printStream.println(Q.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 K = a.K(".("); - K.append(stackTraceElement.getFileName()); - K.append(":"); - K.append(stackTraceElement.getLineNumber()); - K.append(") "); - K.append(str); - K.append(" "); - String sb = K.toString(); + 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(); 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 O = a.O(sb, " "); - O.append(getName(childAt)); - printStream.println(O.toString()); + StringBuilder P = a.P(sb, " "); + P.append(getName(childAt)); + printStream.println(P.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 K = a.K(".("); - K.append(stackTraceElement.getFileName()); - K.append(":"); - K.append(stackTraceElement.getLineNumber()); - K.append(")"); - String sb = K.toString(); + StringBuilder L = a.L(".("); + L.append(stackTraceElement.getFileName()); + L.append(":"); + L.append(stackTraceElement.getLineNumber()); + L.append(")"); + String sb = L.toString(); Class cls = obj.getClass(); PrintStream printStream = System.out; - StringBuilder O = a.O(sb, "------------- "); - O.append(cls.getName()); - O.append(" --------------------"); - printStream.println(O.toString()); + StringBuilder P = a.P(sb, "------------- "); + P.append(cls.getName()); + P.append(" --------------------"); + printStream.println(P.toString()); Field[] fields = cls.getFields(); for (Field field : fields) { try { @@ -108,10 +108,10 @@ public class Debug { } } PrintStream printStream2 = System.out; - StringBuilder O2 = a.O(sb, "------------- "); - O2.append(cls.getSimpleName()); - O2.append(" --------------------"); - printStream2.println(O2.toString()); + StringBuilder P2 = a.P(sb, "------------- "); + P2.append(cls.getSimpleName()); + P2.append(" --------------------"); + printStream2.println(P2.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 K = a.K(".("); - K.append(stackTraceElement.getFileName()); - K.append(":"); - K.append(stackTraceElement.getLineNumber()); - K.append(")"); - return K.toString(); + StringBuilder L = a.L(".("); + L.append(stackTraceElement.getFileName()); + L.append(":"); + L.append(stackTraceElement.getLineNumber()); + L.append(")"); + return L.toString(); } public static String getLoc() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - 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(); + 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(); } public static String getLocation() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - StringBuilder K = a.K(".("); - K.append(stackTraceElement.getFileName()); - K.append(":"); - K.append(stackTraceElement.getLineNumber()); - K.append(")"); - return K.toString(); + StringBuilder L = a.L(".("); + L.append(stackTraceElement.getFileName()); + L.append(":"); + L.append(stackTraceElement.getLineNumber()); + L.append(")"); + return L.toString(); } public static String getLocation2() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[2]; - StringBuilder K = a.K(".("); - K.append(stackTraceElement.getFileName()); - K.append(":"); - K.append(stackTraceElement.getLineNumber()); - K.append(")"); - return K.toString(); + StringBuilder L = a.L(".("); + L.append(stackTraceElement.getFileName()); + L.append(":"); + L.append(stackTraceElement.getLineNumber()); + L.append(")"); + return L.toString(); } public static String getName(Context context, int i) { @@ -224,13 +224,13 @@ public class Debug { String str3 = " "; for (int i2 = 1; i2 <= min; i2++) { StackTraceElement stackTraceElement = stackTrace[i2]; - 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(); + 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.s(str3, " "); Log.v(str, str2 + str3 + sb + str3); } @@ -242,12 +242,12 @@ public class Debug { String str2 = " "; for (int i2 = 1; i2 <= min; i2++) { StackTraceElement stackTraceElement = stackTrace[i2]; - StringBuilder K = a.K(".("); - K.append(stackTrace[i2].getFileName()); - K.append(":"); - K.append(stackTrace[i2].getLineNumber()); - K.append(") "); - String sb = K.toString(); + StringBuilder L = a.L(".("); + L.append(stackTrace[i2].getFileName()); + L.append(":"); + L.append(stackTrace[i2].getLineNumber()); + L.append(") "); + String sb = L.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 b67ac11c0c..d7d1e8c064 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 K = a.K("unused attribute 0x"); - K.append(Integer.toHexString(index)); - K.append(" "); - K.append(mAttrMap.get(index)); - Log.e("KeyAttribute", K.toString()); + StringBuilder L = a.L("unused attribute 0x"); + L.append(Integer.toHexString(index)); + L.append(" "); + L.append(mAttrMap.get(index)); + Log.e("KeyAttribute", L.toString()); break; case 4: KeyAttributes.access$202(keyAttributes, typedArray.getFloat(index, KeyAttributes.access$200(keyAttributes))); 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 f28aff4324..2d278ab96a 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 K = a.K("unused attribute 0x"); - K.append(Integer.toHexString(index)); - K.append(" "); - K.append(mAttrMap.get(index)); - Log.e("KeyCycle", K.toString()); + StringBuilder L = a.L("unused attribute 0x"); + L.append(Integer.toHexString(index)); + L.append(" "); + L.append(mAttrMap.get(index)); + Log.e("KeyCycle", L.toString()); break; } } @@ -368,10 +368,10 @@ public class KeyCycle extends Key { @Override // androidx.constraintlayout.motion.widget.Key public void addValues(HashMap hashMap) { - StringBuilder K = a.K("add "); - K.append(hashMap.size()); - K.append(" values"); - Debug.logStack("KeyCycle", K.toString(), 2); + StringBuilder L = a.L("add "); + L.append(hashMap.size()); + L.append(" values"); + Debug.logStack("KeyCycle", L.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 54fbe2d5c9..7732cc32ea 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycleOscillator.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycleOscillator.java @@ -88,9 +88,9 @@ public abstract class KeyCycleOscillator { if (constraintAttribute.getType() == attributeType) { return constraintAttribute; } - StringBuilder K = a.K("ConstraintAttribute is already a "); - K.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("ConstraintAttribute is already a "); + L.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(L.toString()); } ConstraintAttribute constraintAttribute2 = new ConstraintAttribute(str, attributeType); this.mCustomConstraints.put(str, constraintAttribute2); @@ -593,12 +593,12 @@ public abstract class KeyCycleOscillator { Iterator it = this.mWavePoints.iterator(); while (it.hasNext()) { WavePoint next = it.next(); - StringBuilder O = a.O(str, "["); - O.append(next.mPosition); - O.append(" , "); - O.append(decimalFormat.format((double) next.mValue)); - O.append("] "); - str = O.toString(); + StringBuilder P = a.P(str, "["); + P.append(next.mPosition); + P.append(" , "); + P.append(decimalFormat.format((double) next.mValue)); + P.append("] "); + str = P.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 53051e3e69..bf5a65b364 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 K = a.K("unused attribute 0x"); - K.append(Integer.toHexString(index)); - K.append(" "); - K.append(mAttrMap.get(index)); - Log.e("KeyPosition", K.toString()); + StringBuilder L = a.L("unused attribute 0x"); + L.append(Integer.toHexString(index)); + L.append(" "); + L.append(mAttrMap.get(index)); + Log.e("KeyPosition", L.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 0233972a91..4f482f83f7 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 K = a.K("unused attribute 0x"); - K.append(Integer.toHexString(index)); - K.append(" "); - K.append(mAttrMap.get(index)); - Log.e("KeyTimeCycle", K.toString()); + StringBuilder L = a.L("unused attribute 0x"); + L.append(Integer.toHexString(index)); + L.append(" "); + L.append(mAttrMap.get(index)); + Log.e("KeyTimeCycle", L.toString()); break; case 4: KeyTimeCycle.access$202(keyTimeCycle, typedArray.getFloat(index, KeyTimeCycle.access$200(keyTimeCycle))); 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 50bcd4ef49..d8898968ab 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 K = a.K("unused attribute 0x"); - K.append(Integer.toHexString(index)); - K.append(" "); - K.append(mAttrMap.get(index)); - Log.e("KeyTrigger", K.toString()); + StringBuilder L = a.L("unused attribute 0x"); + L.append(Integer.toHexString(index)); + L.append(" "); + L.append(mAttrMap.get(index)); + Log.e("KeyTrigger", L.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 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()); + 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()); } } 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 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()); + 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()); } } 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 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()); + 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()); } } try { this.mFireCross.invoke(view, new Object[0]); return; } catch (Exception unused4) { - 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()); + 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()); return; } } else { @@ -408,26 +408,26 @@ public class KeyTrigger extends Key { try { this.mFireNegativeCross.invoke(view, new Object[0]); } catch (Exception unused5) { - 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()); + 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()); } if (this.mFirePositiveCross == null) { } try { this.mFirePositiveCross.invoke(view, new Object[0]); } catch (Exception unused6) { - 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()); + 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()); } 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 e95d2e33b1..18c9a3ba17 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionController.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionController.java @@ -174,10 +174,10 @@ public class MotionController { private void insertKey(MotionPaths motionPaths) { int binarySearch = Collections.binarySearch(this.mMotionPaths, motionPaths); if (binarySearch == 0) { - StringBuilder K = a.K(" KeyPath positon \""); - K.append(motionPaths.position); - K.append("\" outside of range"); - Log.e(TAG, K.toString()); + StringBuilder L = a.L(" KeyPath positon \""); + L.append(motionPaths.position); + L.append("\" outside of range"); + Log.e(TAG, L.toString()); } this.mMotionPaths.add((-binarySearch) - 1, motionPaths); } @@ -1154,11 +1154,11 @@ public class MotionController { break; } if (iArr4[i15] < MotionPaths.names.length) { - String C = a.C(new StringBuilder(), MotionPaths.names[this.mInterpolateVariables[i15]], " ["); + String D = a.D(new StringBuilder(), MotionPaths.names[this.mInterpolateVariables[i15]], " ["); for (int i16 = 0; i16 < size; i16++) { - StringBuilder K = a.K(C); - K.append(dArr[i16][i15]); - C = K.toString(); + StringBuilder L = a.L(D); + L.append(dArr[i16][i15]); + D = L.toString(); } } i15++; @@ -1242,14 +1242,14 @@ public class MotionController { } public String toString() { - StringBuilder K = a.K(" start: x: "); - K.append(this.mStartMotionPath.f19x); - K.append(" y: "); - K.append(this.mStartMotionPath.f20y); - K.append(" end: x: "); - K.append(this.mEndMotionPath.f19x); - K.append(" y: "); - K.append(this.mEndMotionPath.f20y); - return K.toString(); + StringBuilder L = a.L(" start: x: "); + L.append(this.mStartMotionPath.f19x); + L.append(" y: "); + L.append(this.mStartMotionPath.f20y); + L.append(" end: x: "); + L.append(this.mEndMotionPath.f19x); + L.append(" y: "); + L.append(this.mEndMotionPath.f20y); + return L.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 1fb4c5db89..d20ad29b4f 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionLayout.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionLayout.java @@ -321,15 +321,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 K = a.K(""); - K.append(((float) ((int) (((double) ((min2 * 100.0f) / Math.abs(f5 - f3))) + 0.5d))) / 100.0f); - String sb = K.toString(); + StringBuilder L = a.L(""); + L.append(((float) ((int) (((double) ((min2 * 100.0f) / Math.abs(f5 - f3))) + 0.5d))) / 100.0f); + String sb = L.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 K2 = a.K(""); - K2.append(((float) ((int) (((double) ((max2 * 100.0f) / Math.abs(f6 - f4))) + 0.5d))) / 100.0f); - String sb2 = K2.toString(); + StringBuilder L2 = a.L(""); + L2.append(((float) ((int) (((double) ((max2 * 100.0f) / Math.abs(f6 - f4))) + 0.5d))) / 100.0f); + String sb2 = L2.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); @@ -356,24 +356,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 K = a.K(""); - K.append(((float) ((int) ((hypot2 * 100.0f) / hypot))) / 100.0f); - String sb = K.toString(); + StringBuilder L = a.L(""); + L.append(((float) ((int) ((hypot2 * 100.0f) / hypot))) / 100.0f); + String sb = L.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 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(); + 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(); 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 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(); + 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(); 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); @@ -558,34 +558,34 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } private void debugLayout(String str, ConstraintWidgetContainer constraintWidgetContainer) { - StringBuilder O = a.O(str, " "); - O.append(Debug.getName((View) constraintWidgetContainer.getCompanionWidget())); - String sb = O.toString(); + StringBuilder P = a.P(str, " "); + P.append(Debug.getName((View) constraintWidgetContainer.getCompanionWidget())); + String sb = P.toString(); Log.v(MotionLayout.TAG, 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 K = a.K(""); + StringBuilder L = a.L(""); String str3 = "_"; - K.append(constraintWidget.mTop.mTarget != null ? ExifInterface.GPS_DIRECTION_TRUE : 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()); + L.append(constraintWidget.mTop.mTarget != null ? ExifInterface.GPS_DIRECTION_TRUE : 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()); if (constraintWidget.mRight.mTarget != null) { str3 = "R"; } - K4.append(str3); - String sb2 = K4.toString(); + L4.append(str3); + String sb2 = L4.toString(); View view = (View) constraintWidget.getCompanionWidget(); String name = Debug.getName(view); if (view instanceof TextView) { - StringBuilder O2 = a.O(name, "("); - O2.append((Object) ((TextView) view).getText()); - O2.append(")"); - name = O2.toString(); + StringBuilder P2 = a.P(name, "("); + P2.append((Object) ((TextView) view).getText()); + P2.append(")"); + name = P2.toString(); } Log.v(MotionLayout.TAG, str2 + " " + name + " " + constraintWidget + " " + sb2); } @@ -593,35 +593,35 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } private void debugLayoutParam(String str, ConstraintLayout.LayoutParams layoutParams) { - StringBuilder K = a.K(" "); - K.append(layoutParams.startToStart != -1 ? "SS" : "__"); - StringBuilder K2 = a.K(K.toString()); + StringBuilder L = a.L(" "); + L.append(layoutParams.startToStart != -1 ? "SS" : "__"); + StringBuilder L2 = a.L(L.toString()); String str2 = "|__"; - 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()); + 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()); if (layoutParams.bottomToBottom != -1) { str2 = "|BB"; } - K12.append(str2); - String sb = K12.toString(); + L12.append(str2); + String sb = L12.toString(); Log.v(MotionLayout.TAG, str + sb); } @@ -629,50 +629,50 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar String str2; String str3; String str4; - StringBuilder K = a.K(" "); + StringBuilder L = a.L(" "); String str5 = "B"; String str6 = "__"; if (constraintWidget.mTop.mTarget != null) { - StringBuilder K2 = a.K(ExifInterface.GPS_DIRECTION_TRUE); - K2.append(constraintWidget.mTop.mTarget.mType == ConstraintAnchor.Type.TOP ? ExifInterface.GPS_DIRECTION_TRUE : str5); - str2 = K2.toString(); + StringBuilder L2 = a.L(ExifInterface.GPS_DIRECTION_TRUE); + L2.append(constraintWidget.mTop.mTarget.mType == ConstraintAnchor.Type.TOP ? ExifInterface.GPS_DIRECTION_TRUE : str5); + str2 = L2.toString(); } else { str2 = str6; } - K.append(str2); - StringBuilder K3 = a.K(K.toString()); + L.append(str2); + StringBuilder L3 = a.L(L.toString()); if (constraintWidget.mBottom.mTarget != null) { - StringBuilder K4 = a.K(str5); + StringBuilder L4 = a.L(str5); if (constraintWidget.mBottom.mTarget.mType == ConstraintAnchor.Type.TOP) { str5 = ExifInterface.GPS_DIRECTION_TRUE; } - K4.append(str5); - str3 = K4.toString(); + L4.append(str5); + str3 = L4.toString(); } else { str3 = str6; } - K3.append(str3); - StringBuilder K5 = a.K(K3.toString()); + L3.append(str3); + StringBuilder L5 = a.L(L3.toString()); String str7 = "R"; if (constraintWidget.mLeft.mTarget != null) { - StringBuilder K6 = a.K("L"); - K6.append(constraintWidget.mLeft.mTarget.mType == ConstraintAnchor.Type.LEFT ? "L" : str7); - str4 = K6.toString(); + StringBuilder L6 = a.L("L"); + L6.append(constraintWidget.mLeft.mTarget.mType == ConstraintAnchor.Type.LEFT ? "L" : str7); + str4 = L6.toString(); } else { str4 = str6; } - K5.append(str4); - StringBuilder K7 = a.K(K5.toString()); + L5.append(str4); + StringBuilder L7 = a.L(L5.toString()); if (constraintWidget.mRight.mTarget != null) { - StringBuilder K8 = a.K(str7); + StringBuilder L8 = a.L(str7); if (constraintWidget.mRight.mTarget.mType == ConstraintAnchor.Type.LEFT) { str7 = "L"; } - K8.append(str7); - str6 = K8.toString(); + L8.append(str7); + str6 = L8.toString(); } - K7.append(str6); - String sb = K7.toString(); + L7.append(str6); + String sb = L7.toString(); Log.v(MotionLayout.TAG, str + sb + " --- " + constraintWidget); } @@ -1255,15 +1255,15 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar View childAt = getChildAt(i2); int id2 = childAt.getId(); if (id2 == -1) { - StringBuilder P = a.P("CHECK: ", name, " ALL VIEWS SHOULD HAVE ID's "); - P.append(childAt.getClass().getName()); - P.append(" does not!"); - Log.w(TAG, P.toString()); + StringBuilder Q = a.Q("CHECK: ", name, " ALL VIEWS SHOULD HAVE ID's "); + Q.append(childAt.getClass().getName()); + Q.append(" does not!"); + Log.w(TAG, Q.toString()); } if (constraintSet.getConstraint(id2) == null) { - StringBuilder P2 = a.P("CHECK: ", name, " NO CONSTRAINTS for "); - P2.append(Debug.getName(childAt)); - Log.w(TAG, P2.toString()); + StringBuilder Q2 = a.Q("CHECK: ", name, " NO CONSTRAINTS for "); + Q2.append(Debug.getName(childAt)); + Log.w(TAG, Q2.toString()); } } int[] knownIds = constraintSet.getKnownIds(); @@ -1283,9 +1283,9 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } private void checkStructure(MotionScene.Transition transition) { - StringBuilder K = a.K("CHECK: transition = "); - K.append(transition.debugString(getContext())); - Log.v(TAG, K.toString()); + StringBuilder L = a.L("CHECK: transition = "); + L.append(transition.debugString(getContext())); + Log.v(TAG, L.toString()); Log.v(TAG, "CHECK: transition.setDuration = " + transition.getDuration()); if (transition.getStartConstraintSetId() == transition.getEndConstraintSetId()) { Log.e(TAG, "CHECK: start and end constraint set should not be the same!"); @@ -1306,18 +1306,18 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar private void debugPos() { for (int i = 0; i < getChildCount(); i++) { View childAt = getChildAt(i); - 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(TAG, K.toString()); + 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(TAG, L.toString()); } } @@ -1647,14 +1647,14 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } Paint paint = new Paint(); paint.setTextSize(42.0f); - 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="); + 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="); int i = this.mCurrentState; - K.append(i == -1 ? "undefined" : Debug.getState(this, i)); - String sb = K.toString(); + L.append(i == -1 ? "undefined" : Debug.getState(this, i)); + String sb = L.toString(); paint.setColor(ViewCompat.MEASURED_STATE_MASK); canvas.drawText(sb, 11.0f, (float) (getHeight() - 29), paint); paint.setColor(-7864184); @@ -1891,7 +1891,7 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar this.lastY = y2; return; } - a.g0("WARNING could not find view id ", viewById == null ? a.j("", i) : viewById.getContext().getResources().getResourceName(i), TAG); + a.h0("WARNING could not find view id ", viewById == null ? a.j("", i) : viewById.getContext().getResources().getResourceName(i), TAG); } 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 d9ce551ae6..18071ba810 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/MotionScene.java @@ -147,9 +147,9 @@ public class MotionScene { motionLayout2 = motionLayout.findViewById(i2); } if (motionLayout2 == null) { - StringBuilder K = a.K("OnClick could not find id "); - K.append(this.mTargetId); - Log.e(MotionScene.TAG, K.toString()); + StringBuilder L = a.L("OnClick could not find id "); + L.append(this.mTargetId); + Log.e(MotionScene.TAG, L.toString()); return; } int access$100 = Transition.access$100(transition); @@ -242,9 +242,9 @@ public class MotionScene { if (i != -1) { View findViewById = motionLayout.findViewById(i); if (findViewById == null) { - StringBuilder K = a.K(" (*) could not find id "); - K.append(this.mTargetId); - Log.e(MotionScene.TAG, K.toString()); + StringBuilder L = a.L(" (*) could not find id "); + L.append(this.mTargetId); + Log.e(MotionScene.TAG, L.toString()); return; } findViewById.setOnClickListener(null); @@ -437,9 +437,9 @@ public class MotionScene { if (this.mConstraintSetEnd == -1) { return a.s(resourceEntryName, " -> null"); } - StringBuilder O = a.O(resourceEntryName, " -> "); - O.append(context.getResources().getResourceEntryName(this.mConstraintSetEnd)); - return O.toString(); + StringBuilder P = a.P(resourceEntryName, " -> "); + P.append(context.getResources().getResourceEntryName(this.mConstraintSetEnd)); + return P.toString(); } public int getAutoTransition() { @@ -789,9 +789,9 @@ public class MotionScene { ConstraintSet constraintSet = this.mConstraintSetMap.get(i); ConstraintSet constraintSet2 = this.mConstraintSetMap.get(i2); if (constraintSet2 == null) { - StringBuilder K = a.K("ERROR! invalid deriveConstraintsFrom: @id/"); - K.append(Debug.getName(this.mMotionLayout.getContext(), i2)); - Log.e(TAG, K.toString()); + StringBuilder L = a.L("ERROR! invalid deriveConstraintsFrom: @id/"); + L.append(Debug.getName(this.mMotionLayout.getContext(), i2)); + Log.e(TAG, L.toString()); return; } constraintSet.readFallback(constraintSet2); @@ -956,9 +956,9 @@ public class MotionScene { PrintStream printStream = System.out; printStream.println("id " + i); PrintStream printStream2 = System.out; - StringBuilder K = a.K("size "); - K.append(this.mConstraintSetMap.size()); - printStream2.println(K.toString()); + StringBuilder L = a.L("size "); + L.append(this.mConstraintSetMap.size()); + printStream2.println(L.toString()); } StateSet stateSet = this.mStateSet; if (!(stateSet == null || (stateGetConstraintID = stateSet.stateGetConstraintID(i, i2, i3)) == -1)) { @@ -967,10 +967,10 @@ public class MotionScene { if (this.mConstraintSetMap.get(i) != null) { return this.mConstraintSetMap.get(i); } - StringBuilder K2 = a.K("Warning could not find ConstraintSet id/"); - K2.append(Debug.getName(this.mMotionLayout.getContext(), i)); - K2.append(" In MotionScene"); - Log.e(TAG, K2.toString()); + StringBuilder L2 = a.L("Warning could not find ConstraintSet id/"); + L2.append(Debug.getName(this.mMotionLayout.getContext(), i)); + L2.append(" In MotionScene"); + Log.e(TAG, L2.toString()); SparseArray sparseArray = this.mConstraintSetMap; return sparseArray.get(sparseArray.keyAt(0)); } @@ -980,9 +980,9 @@ public class MotionScene { PrintStream printStream = System.out; printStream.println("id " + str); PrintStream printStream2 = System.out; - StringBuilder K = a.K("size "); - K.append(this.mConstraintSetMap.size()); - printStream2.println(K.toString()); + StringBuilder L = a.L("size "); + L.append(this.mConstraintSetMap.size()); + printStream2.println(L.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 12c3613d2d..5e93a65219 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 O = a.O(str, "["); - O.append(this.mTimePoints[i]); - O.append(" , "); - O.append(decimalFormat.format((double) this.mValues[i])); - O.append("] "); - str = O.toString(); + 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(); } 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 8184ee3690..22f738b434 100644 --- a/app/src/main/java/androidx/constraintlayout/motion/widget/TimeCycleSplineSet.java +++ b/app/src/main/java/androidx/constraintlayout/motion/widget/TimeCycleSplineSet.java @@ -502,9 +502,9 @@ public abstract class TimeCycleSplineSet { public void setup(int i) { int i2 = this.count; if (i2 == 0) { - StringBuilder K = a.K("Error no points added to "); - K.append(this.mType); - Log.e(TAG, K.toString()); + StringBuilder L = a.L("Error no points added to "); + L.append(this.mType); + Log.e(TAG, L.toString()); return; } Sort.doubleQuickSort(this.mTimePoints, this.mValues, 0, i2 - 1); @@ -550,12 +550,12 @@ public abstract class TimeCycleSplineSet { String str = this.mType; DecimalFormat decimalFormat = new DecimalFormat("##.##"); for (int i = 0; i < this.count; i++) { - StringBuilder O = a.O(str, "["); - O.append(this.mTimePoints[i]); - O.append(" , "); - O.append(decimalFormat.format(this.mValues[i])); - O.append("] "); - str = O.toString(); + StringBuilder P = a.P(str, "["); + P.append(this.mTimePoints[i]); + P.append(" , "); + P.append(decimalFormat.format(this.mValues[i])); + P.append("] "); + str = P.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 06bd73317d..d9595787ae 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 K = a.K("cannot find TouchAnchorId @id/"); - K.append(Debug.getName(this.mMotionLayout.getContext(), this.mTouchAnchorId)); - Log.e(TAG, K.toString()); + StringBuilder L = a.L("cannot find TouchAnchorId @id/"); + L.append(Debug.getName(this.mMotionLayout.getContext(), this.mTouchAnchorId)); + Log.e(TAG, L.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 b1cf55f0d0..96f9b6cde0 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 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(); + StringBuilder L = a.L(a.s(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(); 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 553b0c08a4..74e480cf45 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 K = a.K(""); - K.append(this.variable); - str = K.toString(); + StringBuilder L = a.L(""); + L.append(this.variable); + str = L.toString(); } String s2 = a.s(str, " = "); if (this.constantValue != 0.0f) { - StringBuilder K2 = a.K(s2); - K2.append(this.constantValue); - s2 = K2.toString(); + StringBuilder L2 = a.L(s2); + L2.append(this.constantValue); + s2 = L2.toString(); z2 = true; } else { z2 = false; diff --git a/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java b/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java index b15c9fde44..c6c92a342b 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java +++ b/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java @@ -219,21 +219,21 @@ public class LinearSystem { displaySolverVariables(); String str = ""; for (int i = 0; i < this.mNumRows; i++) { - StringBuilder K = a.K(str); - K.append(this.mRows[i]); - str = a.s(K.toString(), "\n"); + StringBuilder L = a.L(str); + L.append(this.mRows[i]); + str = a.s(L.toString(), "\n"); } - StringBuilder K2 = a.K(str); - K2.append(this.mGoal); - K2.append("\n"); - System.out.println(K2.toString()); + StringBuilder L2 = a.L(str); + L2.append(this.mGoal); + L2.append("\n"); + System.out.println(L2.toString()); } private void displaySolverVariables() { - StringBuilder K = a.K("Display Rows ("); - K.append(this.mNumRows); - K.append("x"); - System.out.println(a.w(K, this.mNumColumns, ")\n")); + StringBuilder L = a.L("Display Rows ("); + L.append(this.mNumRows); + L.append("x"); + System.out.println(a.w(L, this.mNumColumns, ")\n")); } private int enforceBFS(Row row) throws Exception { @@ -812,7 +812,7 @@ public class LinearSystem { public void displayReadableRows() { displaySolverVariables(); - String w = a.w(a.K(" num vars "), this.mVariablesID, "\n"); + String w = a.w(a.L(" 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) { @@ -829,15 +829,15 @@ public class LinearSystem { } String s3 = a.s(s2, "\n\n # "); for (int i3 = 0; i3 < this.mNumRows; i3++) { - StringBuilder K = a.K(s3); - K.append(this.mRows[i3].toReadableString()); - s3 = a.s(K.toString(), "\n # "); + StringBuilder L = a.L(s3); + L.append(this.mRows[i3].toReadableString()); + s3 = a.s(L.toString(), "\n # "); } if (this.mGoal != null) { - StringBuilder O = a.O(s3, "Goal: "); - O.append(this.mGoal); - O.append("\n"); - s3 = O.toString(); + StringBuilder P = a.P(s3, "Goal: "); + P.append(this.mGoal); + P.append("\n"); + s3 = P.toString(); } System.out.println(s3); } @@ -858,28 +858,28 @@ public class LinearSystem { } } PrintStream printStream = System.out; - StringBuilder K = a.K("Linear System -> Table size: "); - K.append(this.TABLE_SIZE); - K.append(" ("); + StringBuilder L = a.L("Linear System -> Table size: "); + L.append(this.TABLE_SIZE); + L.append(" ("); int i5 = this.TABLE_SIZE; - 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(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); - K.append(this.mMaxRows); - K.append(" cols: "); - K.append(this.mNumColumns); - K.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); - K.append(this.mMaxColumns); - K.append(" "); - K.append(0); - K.append(" occupied cells, "); - K.append(getDisplaySize(0)); - printStream.println(K.toString()); + 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(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); + L.append(this.mMaxRows); + L.append(" cols: "); + L.append(this.mNumColumns); + L.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); + L.append(this.mMaxColumns); + L.append(" "); + L.append(0); + L.append(" occupied cells, "); + L.append(getDisplaySize(0)); + printStream.println(L.toString()); } public void displayVariablesReadableRows() { @@ -887,15 +887,15 @@ public class LinearSystem { String str = ""; for (int i = 0; i < this.mNumRows; i++) { if (this.mRows[i].variable.mType == SolverVariable.Type.UNRESTRICTED) { - StringBuilder K = a.K(str); - K.append(this.mRows[i].toReadableString()); - str = a.s(K.toString(), "\n"); + StringBuilder L = a.L(str); + L.append(this.mRows[i].toReadableString()); + str = a.s(L.toString(), "\n"); } } - StringBuilder K2 = a.K(str); - K2.append(this.mGoal); - K2.append("\n"); - System.out.println(K2.toString()); + StringBuilder L2 = a.L(str); + L2.append(this.mGoal); + L2.append("\n"); + System.out.println(L2.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 db1d5a9d42..dee21bcb50 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 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"); + 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.y(L, 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 ee4bc0c4f4..e0613f89ad 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 K = a.K(str); - K.append(this.variable.goalStrengthVector[i]); - K.append(" "); - str = K.toString(); + StringBuilder L = a.L(str); + L.append(this.variable.goalStrengthVector[i]); + L.append(" "); + str = L.toString(); } } - StringBuilder O = a.O(str, "] "); - O.append(this.variable); - return O.toString(); + StringBuilder P = a.P(str, "] "); + P.append(this.variable); + return P.toString(); } } @@ -251,10 +251,10 @@ public class PriorityGoalRow extends ArrayRow { @Override // androidx.constraintlayout.solver.ArrayRow public String toString() { - StringBuilder O = a.O("", " goal -> ("); - O.append(this.constantValue); - O.append(") : "); - String sb = O.toString(); + StringBuilder P = a.P("", " goal -> ("); + P.append(this.constantValue); + P.append(") : "); + String sb = P.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 6f37094087..7253e2416d 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java +++ b/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java @@ -1,7 +1,7 @@ package androidx.constraintlayout.solver; import androidx.exifinterface.media.ExifInterface; -import c.a.r.n0.c.e; +import c.a.q.m0.c.e; import c.d.b.a.a; import java.util.Arrays; import java.util.HashSet; @@ -119,41 +119,41 @@ public class SolverVariable { private static String getUniqueName(Type type, String str) { if (str != null) { - StringBuilder K = a.K(str); - K.append(uniqueErrorId); - return K.toString(); + StringBuilder L = a.L(str); + L.append(uniqueErrorId); + return L.toString(); } int ordinal = type.ordinal(); if (ordinal == 0) { - StringBuilder K2 = a.K("U"); + StringBuilder L2 = a.L("U"); int i = uniqueUnrestrictedId + 1; uniqueUnrestrictedId = i; - K2.append(i); - return K2.toString(); + L2.append(i); + return L2.toString(); } else if (ordinal == 1) { - StringBuilder K3 = a.K("C"); + StringBuilder L3 = a.L("C"); int i2 = uniqueConstantId + 1; uniqueConstantId = i2; - K3.append(i2); - return K3.toString(); + L3.append(i2); + return L3.toString(); } else if (ordinal == 2) { - StringBuilder K4 = a.K(ExifInterface.LATITUDE_SOUTH); + StringBuilder L4 = a.L(ExifInterface.LATITUDE_SOUTH); int i3 = uniqueSlackId + 1; uniqueSlackId = i3; - K4.append(i3); - return K4.toString(); + L4.append(i3); + return L4.toString(); } else if (ordinal == 3) { - StringBuilder K5 = a.K(e.a); + StringBuilder L5 = a.L(e.a); int i4 = uniqueErrorId + 1; uniqueErrorId = i4; - K5.append(i4); - return K5.toString(); + L5.append(i4); + return L5.toString(); } else if (ordinal == 4) { - StringBuilder K6 = a.K(ExifInterface.GPS_MEASUREMENT_INTERRUPTED); + StringBuilder L6 = a.L(ExifInterface.GPS_MEASUREMENT_INTERRUPTED); int i5 = uniqueId + 1; uniqueId = i5; - K6.append(i5); - return K6.toString(); + L6.append(i5); + return L6.toString(); } else { throw new AssertionError(type.name()); } @@ -275,9 +275,9 @@ public class SolverVariable { boolean z2 = false; boolean z3 = true; while (i < this.strengthVector.length) { - StringBuilder K = a.K(str); - K.append(this.strengthVector[i]); - String sb = K.toString(); + StringBuilder L = a.L(str); + L.append(this.strengthVector[i]); + String sb = L.toString(); float[] fArr = this.strengthVector; if (fArr[i] > 0.0f) { z2 = false; @@ -298,13 +298,13 @@ public class SolverVariable { public String toString() { if (this.mName != null) { - StringBuilder K = a.K(""); - K.append(this.mName); - return K.toString(); + StringBuilder L = a.L(""); + L.append(this.mName); + return L.toString(); } - StringBuilder K2 = a.K(""); - K2.append(this.f21id); - return K2.toString(); + StringBuilder L2 = a.L(""); + L2.append(this.f21id); + return L2.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 0442eeb16a..eb1b07e4c1 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 O = a.O(str, " "); - O.append(this.variables[i2]); - str = O.toString(); + StringBuilder P = a.P(str, " "); + P.append(this.variables[i2]); + str = P.toString(); int[] iArr = this.nextKeys; if (iArr[i2] != -1) { i2 = iArr[i2]; @@ -406,17 +406,17 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { int indexOf = indexOf(variable); String s2 = a.s(str4, "[p: "); if (this.previous[indexOf] != -1) { - StringBuilder K = a.K(s2); - K.append(this.mCache.mIndexedVariables[this.variables[this.previous[indexOf]]]); - str = K.toString(); + StringBuilder L = a.L(s2); + L.append(this.mCache.mIndexedVariables[this.variables[this.previous[indexOf]]]); + str = L.toString(); } else { str = a.s(s2, "none"); } String s3 = a.s(str, ", n: "); if (this.next[indexOf] != -1) { - StringBuilder K2 = a.K(s3); - K2.append(this.mCache.mIndexedVariables[this.variables[this.next[indexOf]]]); - str2 = K2.toString(); + StringBuilder L2 = a.L(s3); + L2.append(this.mCache.mIndexedVariables[this.variables[this.next[indexOf]]]); + str2 = L2.toString(); } else { str2 = a.s(s3, "none"); } 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 d55a69e4bb..a53c42b385 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 K = a.K("IncorrectConstraintException: "); - K.append(this.mErrors.toString()); - return K.toString(); + StringBuilder L = a.L("IncorrectConstraintException: "); + L.append(this.mErrors.toString()); + return L.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 6c31ad2dc1..2f4e5fb4bc 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 K = a.K("__HELPER_KEY_"); + StringBuilder L = a.L("__HELPER_KEY_"); int i = this.numHelpers; this.numHelpers = i + 1; - return a.w(K, i, "__"); + return a.w(L, 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 d07d787764..a85ce1514c 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/Barrier.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/Barrier.java @@ -252,18 +252,18 @@ public class Barrier extends HelperWidget { @Override // androidx.constraintlayout.solver.widgets.ConstraintWidget public String toString() { - StringBuilder K = a.K("[Barrier] "); - K.append(getDebugName()); - K.append(" {"); - String sb = K.toString(); + StringBuilder L = a.L("[Barrier] "); + L.append(getDebugName()); + L.append(" {"); + String sb = L.toString(); for (int i = 0; i < this.mWidgetsCount; i++) { ConstraintWidget constraintWidget = this.mWidgets[i]; if (i > 0) { sb = a.s(sb, ", "); } - StringBuilder K2 = a.K(sb); - K2.append(constraintWidget.getDebugName()); - sb = K2.toString(); + StringBuilder L2 = a.L(sb); + L2.append(constraintWidget.getDebugName()); + sb = L2.toString(); } 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 139dc7c889..48ac2318b5 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/ConstraintWidget.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/ConstraintWidget.java @@ -3058,9 +3058,9 @@ public class ConstraintWidget { public String toString() { StringBuilder sb = new StringBuilder(); String str = ""; - sb.append(this.mType != null ? a.C(a.K("type: "), this.mType, " ") : str); + sb.append(this.mType != null ? a.D(a.L("type: "), this.mType, " ") : str); if (this.mDebugName != null) { - str = a.C(a.K("id: "), this.mDebugName, " "); + str = a.D(a.L("id: "), this.mDebugName, " "); } sb.append(str); sb.append("("); 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 dd414ffcf3..1abab095cb 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,9 +173,9 @@ public class ChainRun extends WidgetRun { } public String toString() { - StringBuilder K = a.K("ChainRun "); - K.append(this.orientation == 0 ? "horizontal : " : "vertical : "); - String sb = K.toString(); + StringBuilder L = a.L("ChainRun "); + L.append(this.orientation == 0 ? "horizontal : " : "vertical : "); + String sb = L.toString(); Iterator it = this.widgets.iterator(); while (it.hasNext()) { String s2 = a.s(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 3088f202b6..2082f8a152 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 @@ -298,9 +298,9 @@ public class DependencyGraph { private String generateChainDisplayGraph(ChainRun chainRun, String str) { int i = chainRun.orientation; - StringBuilder K = a.K("cluster_"); - K.append(chainRun.widget.getDebugName()); - String sb = K.toString(); + StringBuilder L = a.L("cluster_"); + L.append(chainRun.widget.getDebugName()); + String sb = L.toString(); String t = a.t("subgraph ", i == 0 ? a.s(sb, "_h") : a.s(sb, "_v"), " {\n"); Iterator it = chainRun.widgets.iterator(); String str2 = ""; @@ -320,9 +320,9 @@ public class DependencyGraph { if (!(widgetRun instanceof HelperReferences) && dependencyNode.dependencies.isEmpty() && (dependencyNode2.dependencies.isEmpty() && dependencyNode.targets.isEmpty()) && dependencyNode2.targets.isEmpty()) { return str; } - StringBuilder K = a.K(str); - K.append(nodeDefinition(widgetRun)); - String sb = K.toString(); + StringBuilder L = a.L(str); + L.append(nodeDefinition(widgetRun)); + String sb = L.toString(); boolean isCenteredConnection = isCenteredConnection(dependencyNode, dependencyNode2); String generateDisplayNode = generateDisplayNode(dependencyNode2, isCenteredConnection, generateDisplayNode(dependencyNode, isCenteredConnection, sb)); boolean z3 = widgetRun instanceof VerticalWidgetRun; @@ -333,19 +333,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 K2 = a.K("\n"); - K2.append(dependencyNode2.name()); - K2.append(" -> "); - K2.append(dependencyNode.name()); - K2.append("\n"); - generateDisplayNode = a.s(generateDisplayNode, K2.toString()); + StringBuilder L2 = a.L("\n"); + L2.append(dependencyNode2.name()); + L2.append(" -> "); + L2.append(dependencyNode.name()); + L2.append("\n"); + generateDisplayNode = a.s(generateDisplayNode, L2.toString()); } else if (dependencyNode.targets.isEmpty() && !dependencyNode2.targets.isEmpty()) { - StringBuilder K3 = a.K("\n"); - K3.append(dependencyNode.name()); - K3.append(" -> "); - K3.append(dependencyNode2.name()); - K3.append("\n"); - generateDisplayNode = a.s(generateDisplayNode, K3.toString()); + StringBuilder L3 = a.L("\n"); + L3.append(dependencyNode.name()); + L3.append(" -> "); + L3.append(dependencyNode2.name()); + L3.append("\n"); + generateDisplayNode = a.s(generateDisplayNode, L3.toString()); } } else if (horizontalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.MATCH_CONSTRAINT && widgetRun.widget.getDimensionRatio() > 0.0f) { widgetRun.widget.getDebugName(); @@ -354,19 +354,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 K4 = a.K("\n"); - K4.append(dependencyNode2.name()); - K4.append(" -> "); - K4.append(dependencyNode.name()); - K4.append("\n"); - generateDisplayNode = a.s(generateDisplayNode, K4.toString()); + StringBuilder L4 = a.L("\n"); + L4.append(dependencyNode2.name()); + L4.append(" -> "); + L4.append(dependencyNode.name()); + L4.append("\n"); + generateDisplayNode = a.s(generateDisplayNode, L4.toString()); } else if (dependencyNode.targets.isEmpty() && !dependencyNode2.targets.isEmpty()) { - StringBuilder K5 = a.K("\n"); - K5.append(dependencyNode.name()); - K5.append(" -> "); - K5.append(dependencyNode2.name()); - K5.append("\n"); - generateDisplayNode = a.s(generateDisplayNode, K5.toString()); + StringBuilder L5 = a.L("\n"); + L5.append(dependencyNode.name()); + L5.append(" -> "); + L5.append(dependencyNode2.name()); + L5.append("\n"); + generateDisplayNode = a.s(generateDisplayNode, L5.toString()); } } else if (verticalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.MATCH_CONSTRAINT && widgetRun.widget.getDimensionRatio() > 0.0f) { widgetRun.widget.getDebugName(); @@ -377,15 +377,15 @@ public class DependencyGraph { private String generateDisplayNode(DependencyNode dependencyNode, boolean z2, String str) { for (DependencyNode dependencyNode2 : dependencyNode.targets) { - StringBuilder K = a.K("\n"); - K.append(dependencyNode.name()); - StringBuilder O = a.O(K.toString(), " -> "); - O.append(dependencyNode2.name()); - String sb = O.toString(); + StringBuilder L = a.L("\n"); + L.append(dependencyNode.name()); + StringBuilder P = a.P(L.toString(), " -> "); + P.append(dependencyNode2.name()); + String sb = P.toString(); if (dependencyNode.margin > 0 || z2 || (dependencyNode.run instanceof HelperReferences)) { String s2 = a.s(sb, "["); if (dependencyNode.margin > 0) { - s2 = a.w(a.O(s2, "label=\""), dependencyNode.margin, "\""); + s2 = a.w(a.P(s2, "label=\""), dependencyNode.margin, "\""); if (z2) { s2 = a.s(s2, ","); } @@ -468,10 +468,10 @@ public class DependencyGraph { s5 = a.s(s5, "style=\"dashed\""); } if (runGroup != null) { - StringBuilder K = a.K(" ["); - K.append(runGroup.groupIndex + 1); - K.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); - str2 = a.w(K, RunGroup.index, "]"); + StringBuilder L = a.L(" ["); + L.append(runGroup.groupIndex + 1); + L.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); + str2 = a.w(L, RunGroup.index, "]"); } else { str2 = ""; } 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 e1fc24f786..aabe556cdc 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 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(); + StringBuilder P = a.P((type == Type.LEFT || type == Type.RIGHT) ? a.s(debugName, "_HORIZONTAL") : a.s(debugName, "_VERTICAL"), ":"); + P.append(this.type.name()); + return P.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 31d1b7da2f..49c9ad1da9 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 K = a.K("HorizontalRun "); - K.append(this.widget.getDebugName()); - return K.toString(); + StringBuilder L = a.L("HorizontalRun "); + L.append(this.widget.getDebugName()); + return L.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 3537f8ad0d..a41f9c2507 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 K = a.K("VerticalRun "); - K.append(this.widget.getDebugName()); - return K.toString(); + StringBuilder L = a.L("VerticalRun "); + L.append(this.widget.getDebugName()); + return L.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 a0cc5a4b63..b2d6d9c570 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 @@ -203,9 +203,9 @@ public class WidgetGroup { String w = a.w(sb, this.f24id, "] <"); Iterator it = this.widgets.iterator(); while (it.hasNext()) { - StringBuilder O = a.O(w, " "); - O.append(it.next().getDebugName()); - w = O.toString(); + StringBuilder P = a.P(w, " "); + P.append(it.next().getDebugName()); + w = P.toString(); } 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 58a7f062ca..f181d8c25a 100644 --- a/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java +++ b/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java @@ -213,14 +213,14 @@ public class ConstraintAttribute { sb.append(s2); Log.e(TAG, sb.toString()); } catch (IllegalAccessException e2) { - StringBuilder P = a.P(" Custom Attribute \"", str, "\" not found on "); - P.append(cls.getName()); - Log.e(TAG, P.toString()); + StringBuilder Q = a.Q(" Custom Attribute \"", str, "\" not found on "); + Q.append(cls.getName()); + Log.e(TAG, Q.toString()); e2.printStackTrace(); } catch (InvocationTargetException e3) { - StringBuilder P2 = a.P(" Custom Attribute \"", str, "\" not found on "); - P2.append(cls.getName()); - Log.e(TAG, P2.toString()); + StringBuilder Q2 = a.Q(" Custom Attribute \"", str, "\" not found on "); + Q2.append(cls.getName()); + Log.e(TAG, Q2.toString()); e3.printStackTrace(); } } @@ -329,9 +329,9 @@ public class ConstraintAttribute { */ public void setInterpolatedValue(View view, float[] fArr) { Class cls = view.getClass(); - StringBuilder K = a.K("set"); - K.append(this.mName); - String sb = K.toString(); + StringBuilder L = a.L("set"); + L.append(this.mName); + String sb = L.toString(); try { boolean z2 = true; switch (this.mType.ordinal()) { @@ -370,16 +370,16 @@ public class ConstraintAttribute { return; } } catch (NoSuchMethodException e) { - StringBuilder P = a.P("no method ", sb, "on View \""); - P.append(Debug.getName(view)); - P.append("\""); - Log.e(TAG, P.toString()); + StringBuilder Q = a.Q("no method ", sb, "on View \""); + Q.append(Debug.getName(view)); + Q.append("\""); + Log.e(TAG, Q.toString()); e.printStackTrace(); } catch (IllegalAccessException e2) { - StringBuilder P2 = a.P("cannot access method ", sb, "on View \""); - P2.append(Debug.getName(view)); - P2.append("\""); - Log.e(TAG, P2.toString()); + StringBuilder Q2 = a.Q("cannot access method ", sb, "on View \""); + Q2.append(Debug.getName(view)); + Q2.append("\""); + Log.e(TAG, Q2.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 a2ee536795..d5b2b47d78 100644 --- a/app/src/main/java/androidx/constraintlayout/widget/ConstraintHelper.java +++ b/app/src/main/java/androidx/constraintlayout/widget/ConstraintHelper.java @@ -109,10 +109,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 K = a.K("to use ConstraintTag view "); - K.append(childAt.getClass().getSimpleName()); - K.append(" must have an ID"); - Log.w("ConstraintHelper", K.toString()); + StringBuilder L = a.L("to use ConstraintTag view "); + L.append(childAt.getClass().getSimpleName()); + L.append(" must have an ID"); + Log.w("ConstraintHelper", L.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 085e8f39c9..deec04f9bf 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.C(a.K("Left to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.D(a.L("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.C(a.K("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.D(a.L("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.C(a.K("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.D(a.L("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.C(a.K("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.D(a.L("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.C(a.K("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.D(a.L("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.C(a.K("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.D(a.L("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.C(a.K("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.D(a.L("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.C(sb, sideToString(i3), " unknown")); + throw new IllegalArgumentException(a.D(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 46dd1ff141..1f149e67d2 100644 --- a/app/src/main/java/androidx/constraintlayout/widget/ConstraintSet.java +++ b/app/src/main/java/androidx/constraintlayout/widget/ConstraintSet.java @@ -287,9 +287,9 @@ public class ConstraintSet { if (constraintAttribute.getType() == attributeType) { return constraintAttribute; } - StringBuilder K = a.K("ConstraintAttribute is already a "); - K.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("ConstraintAttribute is already a "); + L.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(L.toString()); } ConstraintAttribute constraintAttribute2 = new ConstraintAttribute(str, attributeType); this.mCustomConstraints.put(str, constraintAttribute2); @@ -857,21 +857,21 @@ public class ConstraintSet { this.mBarrierAllowsGoneWidgets = obtainStyledAttributes.getBoolean(index, this.mBarrierAllowsGoneWidgets); continue; case 76: - StringBuilder K = a.K("unused attribute 0x"); - K.append(Integer.toHexString(index)); - K.append(" "); - K.append(mapToConstant.get(index)); - Log.w(ConstraintSet.TAG, K.toString()); + StringBuilder L = a.L("unused attribute 0x"); + L.append(Integer.toHexString(index)); + L.append(" "); + L.append(mapToConstant.get(index)); + Log.w(ConstraintSet.TAG, L.toString()); continue; case 77: this.mConstraintTag = obtainStyledAttributes.getString(index); continue; default: - StringBuilder K2 = a.K("Unknown attribute 0x"); - K2.append(Integer.toHexString(index)); - K2.append(" "); - K2.append(mapToConstant.get(index)); - Log.w(ConstraintSet.TAG, K2.toString()); + StringBuilder L2 = a.L("Unknown attribute 0x"); + L2.append(Integer.toHexString(index)); + L2.append(" "); + L2.append(mapToConstant.get(index)); + Log.w(ConstraintSet.TAG, L2.toString()); continue; continue; continue; @@ -1207,9 +1207,9 @@ public class ConstraintSet { if (this.mSavedAttributes.containsKey(strArr[i])) { ConstraintAttribute constraintAttribute = this.mSavedAttributes.get(strArr[i]); if (constraintAttribute.getType() != attributeType) { - StringBuilder K = a.K("ConstraintAttribute is already a "); - K.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("ConstraintAttribute is already a "); + L.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(L.toString()); } } else { this.mSavedAttributes.put(strArr[i], new ConstraintAttribute(strArr[i], attributeType)); @@ -1624,18 +1624,18 @@ public class ConstraintSet { layout53.constrainedHeight = typedArray.getBoolean(index, layout53.constrainedHeight); break; case 82: - StringBuilder K = a.K("unused attribute 0x"); - K.append(Integer.toHexString(index)); - K.append(" "); - K.append(mapToConstant.get(index)); - Log.w(TAG, K.toString()); + StringBuilder L = a.L("unused attribute 0x"); + L.append(Integer.toHexString(index)); + L.append(" "); + L.append(mapToConstant.get(index)); + Log.w(TAG, L.toString()); break; default: - StringBuilder K2 = a.K("Unknown attribute 0x"); - K2.append(Integer.toHexString(index)); - K2.append(" "); - K2.append(mapToConstant.get(index)); - Log.w(TAG, K2.toString()); + StringBuilder L2 = a.L("Unknown attribute 0x"); + L2.append(Integer.toHexString(index)); + L2.append(" "); + L2.append(mapToConstant.get(index)); + Log.w(TAG, L2.toString()); break; } } @@ -1734,9 +1734,9 @@ public class ConstraintSet { View childAt = constraintLayout.getChildAt(i); int id2 = childAt.getId(); if (!this.mConstraints.containsKey(Integer.valueOf(id2))) { - StringBuilder K = a.K("id unknown "); - K.append(Debug.getName(childAt)); - Log.v(TAG, K.toString()); + StringBuilder L = a.L("id unknown "); + L.append(Debug.getName(childAt)); + Log.v(TAG, L.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))) { @@ -1768,9 +1768,9 @@ public class ConstraintSet { View childAt = constraintLayout.getChildAt(i); int id2 = childAt.getId(); if (!this.mConstraints.containsKey(Integer.valueOf(id2))) { - StringBuilder K = a.K("id unknown "); - K.append(Debug.getName(childAt)); - Log.w(TAG, K.toString()); + StringBuilder L = a.L("id unknown "); + L.append(Debug.getName(childAt)); + Log.w(TAG, L.toString()); } else if (this.mForceId && id2 == -1) { throw new RuntimeException("All children of ConstraintLayout must have ids to use ConstraintSet"); } else if (id2 != -1) { @@ -2103,7 +2103,7 @@ public class ConstraintSet { layout2.leftToLeft = -1; return; } else { - throw new IllegalArgumentException(a.C(a.K("left to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("left to "), sideToString(i4), " undefined")); } case 2: if (i4 == 1) { @@ -2117,7 +2117,7 @@ public class ConstraintSet { layout4.rightToLeft = -1; return; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } case 3: if (i4 == 3) { @@ -2133,7 +2133,7 @@ public class ConstraintSet { layout6.baselineToBaseline = -1; return; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } case 4: if (i4 == 4) { @@ -2149,7 +2149,7 @@ public class ConstraintSet { layout8.baselineToBaseline = -1; return; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } case 5: if (i4 == 5) { @@ -2161,7 +2161,7 @@ public class ConstraintSet { layout9.topToBottom = -1; return; } - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); case 6: if (i4 == 6) { Layout layout10 = constraint.layout; @@ -2174,7 +2174,7 @@ public class ConstraintSet { layout11.startToStart = -1; return; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } case 7: if (i4 == 7) { @@ -2188,13 +2188,13 @@ public class ConstraintSet { layout13.endToEnd = -1; return; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } default: StringBuilder sb = new StringBuilder(); sb.append(sideToString(i2)); sb.append(" to "); - throw new IllegalArgumentException(a.C(sb, sideToString(i4), " unknown")); + throw new IllegalArgumentException(a.D(sb, sideToString(i4), " unknown")); } } @@ -2214,7 +2214,7 @@ public class ConstraintSet { layout2.leftToRight = i3; layout2.leftToLeft = -1; } else { - throw new IllegalArgumentException(a.C(a.K("Left to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("Left to "), sideToString(i4), " undefined")); } constraint.layout.leftMargin = i5; return; @@ -2228,7 +2228,7 @@ public class ConstraintSet { layout4.rightToRight = i3; layout4.rightToLeft = -1; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } constraint.layout.rightMargin = i5; return; @@ -2244,7 +2244,7 @@ public class ConstraintSet { layout6.topToTop = -1; layout6.baselineToBaseline = -1; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } constraint.layout.topMargin = i5; return; @@ -2260,7 +2260,7 @@ public class ConstraintSet { layout8.bottomToBottom = -1; layout8.baselineToBaseline = -1; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } constraint.layout.bottomMargin = i5; return; @@ -2274,7 +2274,7 @@ public class ConstraintSet { layout9.topToBottom = -1; return; } - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); case 6: if (i4 == 6) { Layout layout10 = constraint.layout; @@ -2285,7 +2285,7 @@ public class ConstraintSet { layout11.startToEnd = i3; layout11.startToStart = -1; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } constraint.layout.startMargin = i5; return; @@ -2299,7 +2299,7 @@ public class ConstraintSet { layout13.endToStart = i3; layout13.endToEnd = -1; } else { - throw new IllegalArgumentException(a.C(a.K("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.D(a.L("right to "), sideToString(i4), " undefined")); } constraint.layout.endMargin = i5; return; @@ -2307,7 +2307,7 @@ public class ConstraintSet { StringBuilder sb = new StringBuilder(); sb.append(sideToString(i2)); sb.append(" to "); - throw new IllegalArgumentException(a.C(sb, sideToString(i4), " unknown")); + throw new IllegalArgumentException(a.D(sb, sideToString(i4), " unknown")); } } @@ -2669,7 +2669,7 @@ public class ConstraintSet { for (int i = 0; i < split.length; i++) { String[] split2 = split[i].split("="); if (split2.length != 2) { - a.i0(a.K(" Unable to parse "), split[i], TAG); + a.j0(a.L(" Unable to parse "), split[i], TAG); } else { Constraint.access$600(constraint, split2[0], Color.parseColor(split2[1])); } @@ -2681,7 +2681,7 @@ public class ConstraintSet { for (int i = 0; i < split.length; i++) { String[] split2 = split[i].split("="); if (split2.length != 2) { - a.i0(a.K(" Unable to parse "), split[i], TAG); + a.j0(a.L(" Unable to parse "), split[i], TAG); } else { Constraint.access$700(constraint, split2[0], Float.parseFloat(split2[1])); } @@ -2693,7 +2693,7 @@ public class ConstraintSet { for (int i = 0; i < split.length; i++) { String[] split2 = split[i].split("="); if (split2.length != 2) { - a.i0(a.K(" Unable to parse "), split[i], TAG); + a.j0(a.L(" Unable to parse "), split[i], TAG); } else { Constraint.access$700(constraint, split2[0], (float) Integer.decode(split2[1]).intValue()); } @@ -2704,7 +2704,7 @@ public class ConstraintSet { String[] splitString = splitString(str); for (int i = 0; i < splitString.length; i++) { String[] split = splitString[i].split("="); - a.i0(a.K(" Unable to parse "), splitString[i], TAG); + a.j0(a.L(" Unable to parse "), splitString[i], TAG); 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 c319ee8a0a..8954f779db 100644 --- a/app/src/main/java/androidx/coordinatorlayout/widget/CoordinatorLayout.java +++ b/app/src/main/java/androidx/coordinatorlayout/widget/CoordinatorLayout.java @@ -379,11 +379,11 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen this.mAnchorDirectChild = null; this.mAnchorView = null; } else { - 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()); + 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()); } } @@ -826,11 +826,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 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()); + 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()); } releaseTempRect(acquireTempRect2); if (acquireTempRect.isEmpty()) { @@ -1257,10 +1257,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 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(TAG, K.toString(), 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(TAG, L.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 2086f21fdc..b5937f41c6 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 K = a.K("["); + StringBuilder L = a.L("["); while (i > 0) { int numberOfTrailingZeros = 1 << Integer.numberOfTrailingZeros(i); i &= ~numberOfTrailingZeros; - if (K.length() > 1) { - K.append(", "); + if (L.length() > 1) { + L.append(", "); } if (numberOfTrailingZeros == 1) { - K.append("FEEDBACK_SPOKEN"); + L.append("FEEDBACK_SPOKEN"); } else if (numberOfTrailingZeros == 2) { - K.append("FEEDBACK_HAPTIC"); + L.append("FEEDBACK_HAPTIC"); } else if (numberOfTrailingZeros == 4) { - K.append("FEEDBACK_AUDIBLE"); + L.append("FEEDBACK_AUDIBLE"); } else if (numberOfTrailingZeros == 8) { - K.append("FEEDBACK_VISUAL"); + L.append("FEEDBACK_VISUAL"); } else if (numberOfTrailingZeros == 16) { - K.append("FEEDBACK_GENERIC"); + L.append("FEEDBACK_GENERIC"); } } - K.append("]"); - return K.toString(); + L.append("]"); + return L.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 1a55719f54..67191e1f0b 100644 --- a/app/src/main/java/androidx/core/app/JobIntentService.java +++ b/app/src/main/java/androidx/core/app/JobIntentService.java @@ -265,9 +265,9 @@ public abstract class JobIntentService extends Service { this.mHasJobId = true; this.mJobId = i; } else if (this.mJobId != i) { - StringBuilder L = a.L("Given job ID ", i, " is different than previous "); - L.append(this.mJobId); - throw new IllegalArgumentException(L.toString()); + StringBuilder M = a.M("Given job ID ", i, " is different than previous "); + M.append(this.mJobId); + throw new IllegalArgumentException(M.toString()); } } diff --git a/app/src/main/java/androidx/core/app/NavUtils.java b/app/src/main/java/androidx/core/app/NavUtils.java index a4f72d1463..ed86a05cce 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 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()); + 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()); } public static void navigateUpTo(@NonNull Activity activity, @NonNull Intent intent) { diff --git a/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java b/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java index 4f52bbb654..29ecd9900c 100644 --- a/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java +++ b/app/src/main/java/androidx/core/app/NotificationCompatSideChannelService.java @@ -9,7 +9,7 @@ import android.os.RemoteException; import x.a.b.a.a; public abstract class NotificationCompatSideChannelService extends Service { - public class NotificationSideChannelStub extends a.AbstractBinderC0353a { + public class NotificationSideChannelStub extends a.AbstractBinderC0354a { public NotificationSideChannelStub() { } diff --git a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java index a9f08ca111..94f4362b0c 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.F(sb, this.all, "]"); + return c.d.b.a.a.G(sb, this.all, "]"); } } @@ -136,7 +136,7 @@ public final class NotificationManagerCompat { sb.append(", id:"); sb.append(this.f26id); sb.append(", tag:"); - return c.d.b.a.a.C(sb, this.tag, "]"); + return c.d.b.a.a.D(sb, this.tag, "]"); } } @@ -190,9 +190,9 @@ public final class NotificationManagerCompat { if (bindService) { listenerRecord.retryCount = 0; } else { - StringBuilder K = c.d.b.a.a.K("Unable to bind to listener "); - K.append(listenerRecord.componentName); - Log.w(NotificationManagerCompat.TAG, K.toString()); + StringBuilder L = c.d.b.a.a.L("Unable to bind to listener "); + L.append(listenerRecord.componentName); + Log.w(NotificationManagerCompat.TAG, L.toString()); this.mContext.unbindService(this); } return listenerRecord.bound; @@ -224,7 +224,7 @@ public final class NotificationManagerCompat { private void handleServiceConnected(ComponentName componentName, IBinder iBinder) { ListenerRecord listenerRecord = this.mRecordMap.get(componentName); if (listenerRecord != null) { - listenerRecord.service = a.AbstractBinderC0353a.asInterface(iBinder); + listenerRecord.service = a.AbstractBinderC0354a.asInterface(iBinder); listenerRecord.retryCount = 0; processListenerQueue(listenerRecord); } @@ -239,12 +239,12 @@ public final class NotificationManagerCompat { private void processListenerQueue(ListenerRecord listenerRecord) { if (Log.isLoggable(NotificationManagerCompat.TAG, 3)) { - 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(NotificationManagerCompat.TAG, K.toString()); + 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(NotificationManagerCompat.TAG, L.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(NotificationManagerCompat.TAG, 3)) { - StringBuilder K2 = c.d.b.a.a.K("Remote service has died: "); - K2.append(listenerRecord.componentName); - Log.d(NotificationManagerCompat.TAG, K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Remote service has died: "); + L2.append(listenerRecord.componentName); + Log.d(NotificationManagerCompat.TAG, L2.toString()); } } catch (RemoteException e) { - StringBuilder K3 = c.d.b.a.a.K("RemoteException communicating with "); - K3.append(listenerRecord.componentName); - Log.w(NotificationManagerCompat.TAG, K3.toString(), e); + StringBuilder L3 = c.d.b.a.a.L("RemoteException communicating with "); + L3.append(listenerRecord.componentName); + Log.w(NotificationManagerCompat.TAG, L3.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 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(NotificationManagerCompat.TAG, K.toString()); + 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(NotificationManagerCompat.TAG, L.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(NotificationManagerCompat.TAG, 3)) { - StringBuilder K = c.d.b.a.a.K("Removing listener record for "); - K.append(next.getKey()); - Log.d(NotificationManagerCompat.TAG, K.toString()); + StringBuilder L = c.d.b.a.a.L("Removing listener record for "); + L.append(next.getKey()); + Log.d(NotificationManagerCompat.TAG, L.toString()); } ensureServiceUnbound(next.getValue()); it2.remove(); diff --git a/app/src/main/java/androidx/core/app/ShareCompat.java b/app/src/main/java/androidx/core/app/ShareCompat.java index 32dd1de29d..cee62b343d 100644 --- a/app/src/main/java/androidx/core/app/ShareCompat.java +++ b/app/src/main/java/androidx/core/app/ShareCompat.java @@ -433,11 +433,11 @@ public final class ShareCompat { if (i == 0) { return (Uri) this.mIntent.getParcelableExtra("android.intent.extra.STREAM"); } - StringBuilder K = a.K("Stream items available: "); - K.append(getStreamCount()); - K.append(" index requested: "); - K.append(i); - throw new IndexOutOfBoundsException(K.toString()); + StringBuilder L = a.L("Stream items available: "); + L.append(getStreamCount()); + L.append(" index requested: "); + L.append(i); + throw new IndexOutOfBoundsException(L.toString()); } public int getStreamCount() { @@ -492,9 +492,9 @@ public final class ShareCompat { 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 K = a.K(HISTORY_FILENAME_PREFIX); - K.append(intentBuilder.getContext().getClass().getName()); - shareActionProvider.setShareHistoryFileName(K.toString()); + StringBuilder L = a.L(HISTORY_FILENAME_PREFIX); + L.append(intentBuilder.getContext().getClass().getName()); + shareActionProvider.setShareHistoryFileName(L.toString()); shareActionProvider.setShareIntent(intentBuilder.getIntent()); menuItem.setActionProvider(shareActionProvider); } 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 5592b65895..e8355796ef 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(EXTRA_PERSON_COUNT, personArr.length); int i = 0; while (i < this.mPersons.length) { - StringBuilder K = a.K(EXTRA_PERSON_); + StringBuilder L = a.L(EXTRA_PERSON_); int i2 = i + 1; - K.append(i2); - persistableBundle.putPersistableBundle(K.toString(), this.mPersons[i].toPersistableBundle()); + L.append(i2); + persistableBundle.putPersistableBundle(L.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 K = a.K(EXTRA_PERSON_); + StringBuilder L = a.L(EXTRA_PERSON_); int i3 = i2 + 1; - K.append(i3); - personArr[i2] = Person.fromPersistableBundle(persistableBundle.getPersistableBundle(K.toString())); + L.append(i3); + personArr[i2] = Person.fromPersistableBundle(persistableBundle.getPersistableBundle(L.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 d39d92b82d..5f91c4bbe8 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 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()); + 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()); } @Nullable @@ -212,10 +212,10 @@ public final class ResourcesCompat { if (loadFont != null || fontCallback != null) { return loadFont; } - 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()); + 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()); } /* JADX WARNING: Removed duplicated region for block: B:34:0x00a4 */ @@ -270,13 +270,13 @@ public final class ResourcesCompat { return null; } } else { - 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()); + 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()); } } } diff --git a/app/src/main/java/androidx/core/graphics/CanvasKt.java b/app/src/main/java/androidx/core/graphics/CanvasKt.java index 74fe827217..cae5d3782f 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.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -33,7 +33,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i5, canvas, save, i5); + a.X(i5, canvas, save, i5); } } @@ -47,7 +47,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -61,7 +61,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -75,7 +75,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -89,7 +89,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -106,7 +106,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i2, canvas, save, i2); + a.X(i2, canvas, save, i2); } } @@ -119,7 +119,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -141,7 +141,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i2, canvas, save, i2); + a.X(i2, canvas, save, i2); } } @@ -153,7 +153,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -166,7 +166,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -191,7 +191,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i2, canvas, save, i2); + a.X(i2, canvas, save, i2); } } @@ -204,7 +204,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -223,7 +223,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i2, canvas, save, i2); + a.X(i2, canvas, save, i2); } } @@ -236,7 +236,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i, canvas, save, i); + a.X(i, canvas, save, i); } } @@ -255,7 +255,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.W(i2, canvas, save, i2); + a.X(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 a57025d9ca..ec6e6cbd0d 100644 --- a/app/src/main/java/androidx/core/graphics/ColorUtils.java +++ b/app/src/main/java/androidx/core/graphics/ColorUtils.java @@ -206,9 +206,9 @@ public final class ColorUtils { double calculateLuminance2 = calculateLuminance(i2) + 0.05d; return Math.max(calculateLuminance, calculateLuminance2) / Math.min(calculateLuminance, calculateLuminance2); } - StringBuilder K = a.K("background can not be translucent: #"); - K.append(Integer.toHexString(i2)); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("background can not be translucent: #"); + L.append(Integer.toHexString(i2)); + throw new IllegalArgumentException(L.toString()); } @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) @@ -236,9 +236,9 @@ public final class ColorUtils { } return i3; } - StringBuilder K = a.K("background can not be translucent: #"); - K.append(Integer.toHexString(i2)); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("background can not be translucent: #"); + L.append(Integer.toHexString(i2)); + throw new IllegalArgumentException(L.toString()); } @VisibleForTesting @@ -298,12 +298,12 @@ public final class ColorUtils { } return Color.valueOf(components2, color2.getColorSpace()); } - 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()); + 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()); } 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 7c31d26d82..c488300d85 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 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, '}'); + 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.v(L, this.bottom, '}'); } } diff --git a/app/src/main/java/androidx/core/graphics/PathSegment.java b/app/src/main/java/androidx/core/graphics/PathSegment.java index 74dbf1d0bc..2ffaa1bd1e 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 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(); + 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(); } } diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java b/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java index 6c4ccff5e8..98c358a905 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 K = a.K("Unable to collect necessary methods for class "); - K.append(e.getClass().getName()); - Log.e(TAG, K.toString(), e); + StringBuilder L = a.L("Unable to collect necessary methods for class "); + L.append(e.getClass().getName()); + Log.e(TAG, L.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 cb92f5b50b..a5930030ad 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java @@ -134,12 +134,12 @@ public class TypefaceCompatUtil { if (cacheDir == null) { return null; } - StringBuilder K = a.K(CACHE_FILE_PREFIX); - K.append(Process.myPid()); - K.append("-"); - K.append(Process.myTid()); - K.append("-"); - String sb = K.toString(); + StringBuilder L = a.L(CACHE_FILE_PREFIX); + L.append(Process.myPid()); + L.append("-"); + L.append(Process.myTid()); + L.append("-"); + String sb = L.toString(); for (int i = 0; i < 100; i++) { File file = new File(cacheDir, a.j(sb, i)); try { 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 0b08f270d7..292235c294 100644 --- a/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java +++ b/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java @@ -123,7 +123,7 @@ public class IconCompat extends CustomVersionedParcelable { break; case 0: default: - a.d0("Unknown type ", i, TAG); + a.f0("Unknown type ", i, TAG); return null; case 2: case 4: @@ -514,9 +514,9 @@ public class IconCompat extends CustomVersionedParcelable { drawable2.setBounds(0, 0, bitmap.getWidth(), bitmap.getHeight()); drawable2.draw(new Canvas(bitmap)); } catch (PackageManager.NameNotFoundException e) { - StringBuilder K = a.K("Can't find package "); - K.append(this.mObj1); - throw new IllegalArgumentException(K.toString(), e); + StringBuilder L = a.L("Can't find package "); + L.append(this.mObj1); + throw new IllegalArgumentException(L.toString(), e); } } else if (i == 5) { bitmap = createLegacyIconFromAdaptiveIcon((Bitmap) this.mObj1, true); @@ -799,14 +799,14 @@ public class IconCompat extends CustomVersionedParcelable { break; } } else { - StringBuilder K = a.K("Cannot load adaptive icon from uri: "); - K.append(getUri()); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("Cannot load adaptive icon from uri: "); + L.append(getUri()); + throw new IllegalStateException(L.toString()); } } else { - StringBuilder K2 = a.K("Context is required to resolve the file uri of the icon: "); - K2.append(getUri()); - throw new IllegalArgumentException(K2.toString()); + StringBuilder L2 = a.L("Context is required to resolve the file uri of the icon: "); + L2.append(getUri()); + throw new IllegalArgumentException(L2.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 74a49f493f..21d0b1da2d 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.g0("RoundedBitmapDrawable cannot decode ", str, TAG); + a.h0("RoundedBitmapDrawable cannot decode ", str, TAG); } 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 effd8b6440..4817df763d 100644 --- a/app/src/main/java/androidx/core/net/UriCompat.java +++ b/app/src/main/java/androidx/core/net/UriCompat.java @@ -30,15 +30,15 @@ public final class UriCompat { } return sb.toString(); } else if (scheme.equalsIgnoreCase("http") || scheme.equalsIgnoreCase(Constants.SCHEME) || scheme.equalsIgnoreCase("ftp") || scheme.equalsIgnoreCase("rtsp")) { - StringBuilder K = a.K("//"); + StringBuilder L = a.L("//"); String str = ""; - K.append(uri.getHost() != null ? uri.getHost() : str); + L.append(uri.getHost() != null ? uri.getHost() : str); if (uri.getPort() != -1) { - StringBuilder K2 = a.K(":"); - K2.append(uri.getPort()); - str = K2.toString(); + StringBuilder L2 = a.L(":"); + L2.append(uri.getPort()); + str = L2.toString(); } - schemeSpecificPart = a.C(K, str, "/..."); + schemeSpecificPart = a.D(L, str, "/..."); } } StringBuilder sb2 = new StringBuilder(64); diff --git a/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java b/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java index c702c63a21..f9695aca50 100644 --- a/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java +++ b/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java @@ -228,19 +228,19 @@ public final class LocaleListCompatWrapper implements LocaleListInterface { } public String toString() { - StringBuilder K = a.K("["); + StringBuilder L = a.L("["); int i = 0; while (true) { Locale[] localeArr = this.mList; if (i < localeArr.length) { - K.append(localeArr[i]); + L.append(localeArr[i]); if (i < this.mList.length - 1) { - K.append(','); + L.append(','); } i++; } else { - K.append("]"); - return K.toString(); + L.append("]"); + return L.toString(); } } } diff --git a/app/src/main/java/androidx/core/provider/FontRequest.java b/app/src/main/java/androidx/core/provider/FontRequest.java index e8def871ac..4f5d7f405d 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 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()); + 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()); 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 092a4753bf..bd3d37520e 100644 --- a/app/src/main/java/androidx/core/provider/FontsContractCompat.java +++ b/app/src/main/java/androidx/core/provider/FontsContractCompat.java @@ -583,9 +583,9 @@ public class FontsContractCompat { } return null; } else { - StringBuilder P = a.P("Found content provider ", providerAuthority, ", but package was not "); - P.append(fontRequest.getProviderPackage()); - throw new PackageManager.NameNotFoundException(P.toString()); + StringBuilder Q = a.Q("Found content provider ", providerAuthority, ", but package was not "); + Q.append(fontRequest.getProviderPackage()); + throw new PackageManager.NameNotFoundException(Q.toString()); } } diff --git a/app/src/main/java/androidx/core/text/PrecomputedTextCompat.java b/app/src/main/java/androidx/core/text/PrecomputedTextCompat.java index 25987bb131..4cfcce27a1 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 K = a.K("textSize="); - K.append(this.mPaint.getTextSize()); - sb.append(K.toString()); + StringBuilder L = a.L("textSize="); + L.append(this.mPaint.getTextSize()); + sb.append(L.toString()); sb.append(", textScaleX=" + this.mPaint.getTextScaleX()); sb.append(", textSkewX=" + this.mPaint.getTextSkewX()); int i = Build.VERSION.SDK_INT; - StringBuilder K2 = a.K(", letterSpacing="); - K2.append(this.mPaint.getLetterSpacing()); - sb.append(K2.toString()); + StringBuilder L2 = a.L(", letterSpacing="); + L2.append(this.mPaint.getLetterSpacing()); + sb.append(L2.toString()); sb.append(", elegantTextHeight=" + this.mPaint.isElegantTextHeight()); if (i >= 24) { - StringBuilder K3 = a.K(", textLocale="); - K3.append(this.mPaint.getTextLocales()); - sb.append(K3.toString()); + StringBuilder L3 = a.L(", textLocale="); + L3.append(this.mPaint.getTextLocales()); + sb.append(L3.toString()); } else { - StringBuilder K4 = a.K(", textLocale="); - K4.append(this.mPaint.getTextLocale()); - sb.append(K4.toString()); + StringBuilder L4 = a.L(", textLocale="); + L4.append(this.mPaint.getTextLocale()); + sb.append(L4.toString()); } - StringBuilder K5 = a.K(", typeface="); - K5.append(this.mPaint.getTypeface()); - sb.append(K5.toString()); + StringBuilder L5 = a.L(", typeface="); + L5.append(this.mPaint.getTypeface()); + sb.append(L5.toString()); if (i >= 26) { - StringBuilder K6 = a.K(", variationSettings="); - K6.append(this.mPaint.getFontVariationSettings()); - sb.append(K6.toString()); + StringBuilder L6 = a.L(", variationSettings="); + L6.append(this.mPaint.getFontVariationSettings()); + sb.append(L6.toString()); } - StringBuilder K7 = a.K(", textDir="); - K7.append(this.mTextDir); - sb.append(K7.toString()); + StringBuilder L7 = a.L(", textDir="); + L7.append(this.mTextDir); + sb.append(L7.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 f4c021e6d9..0ad11b381d 100644 --- a/app/src/main/java/androidx/core/text/util/LinkifyCompat.java +++ b/app/src/main/java/androidx/core/text/util/LinkifyCompat.java @@ -272,7 +272,7 @@ public final class LinkifyCompat { str = strArr[i] + str.substring(strArr[i].length()); } } - return (z2 || strArr.length <= 0) ? str : a.C(new StringBuilder(), strArr[0], str); + return (z2 || strArr.length <= 0) ? str : a.D(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 dbee15e5df..f7888d188f 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 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()); + 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()); } } try { @@ -115,14 +115,14 @@ public class AtomicFile { try { return new FileOutputStream(this.mBaseName); } catch (FileNotFoundException unused2) { - StringBuilder K2 = a.K("Couldn't create "); - K2.append(this.mBaseName); - throw new IOException(K2.toString()); + StringBuilder L2 = a.L("Couldn't create "); + L2.append(this.mBaseName); + throw new IOException(L2.toString()); } } else { - StringBuilder K3 = a.K("Couldn't create directory "); - K3.append(this.mBaseName); - throw new IOException(K3.toString()); + StringBuilder L3 = a.L("Couldn't create directory "); + L3.append(this.mBaseName); + throw new IOException(L3.toString()); } } } diff --git a/app/src/main/java/androidx/core/util/Pair.java b/app/src/main/java/androidx/core/util/Pair.java index c60e78b91e..03c43af1c4 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 K = a.K("Pair{"); - K.append(String.valueOf(this.first)); - K.append(" "); - K.append(String.valueOf(this.second)); - K.append("}"); - return K.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(); } } diff --git a/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java b/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java index 1f4b65a9d2..1f9fa3f8b9 100644 --- a/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java +++ b/app/src/main/java/androidx/core/util/RangeKt$toClosedRange$1.java @@ -14,7 +14,7 @@ public final class RangeKt$toClosedRange$1 implements a { @Override // d0.d0.a public boolean contains(T t) { m.checkParameterIsNotNull(t, "value"); - return a.C0193a.contains(this, t); + return a.C0194a.contains(this, t); } /* JADX WARNING: Unknown variable types count: 1 */ @@ -30,6 +30,6 @@ public final class RangeKt$toClosedRange$1 implements a { } public boolean isEmpty() { - return a.C0193a.isEmpty(this); + return a.C0194a.isEmpty(this); } } diff --git a/app/src/main/java/androidx/core/view/ActionProvider.java b/app/src/main/java/androidx/core/view/ActionProvider.java index 65b2c95521..bfbfb0a5ce 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 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(TAG, K.toString()); + 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(TAG, L.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 143c4d4580..6a9368fa89 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 K = a.K("DisplayCutoutCompat{"); - K.append(this.mDisplayCutout); - K.append("}"); - return K.toString(); + StringBuilder L = a.L("DisplayCutoutCompat{"); + L.append(this.mDisplayCutout); + L.append("}"); + return L.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 7d74f27312..7e1ed69cb4 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 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(TAG, K.toString(), 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(TAG, L.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 ac78f135c7..5d3059176c 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 L = a.L("Index: ", i, ", Size: "); - L.append(viewGroup.getChildCount()); - throw new IndexOutOfBoundsException(L.toString()); + StringBuilder M = a.M("Index: ", i, ", Size: "); + M.append(viewGroup.getChildCount()); + throw new IndexOutOfBoundsException(M.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 d73bc5f270..f3eb887a26 100644 --- a/app/src/main/java/androidx/core/widget/NestedScrollView.java +++ b/app/src/main/java/androidx/core/widget/NestedScrollView.java @@ -169,10 +169,10 @@ public class NestedScrollView extends FrameLayout implements NestedScrollingPare @Override // java.lang.Object @NonNull public String toString() { - StringBuilder K = a.K("HorizontalScrollView.SavedState{"); - K.append(Integer.toHexString(System.identityHashCode(this))); - K.append(" scrollPosition="); - return a.w(K, this.scrollPosition, "}"); + StringBuilder L = a.L("HorizontalScrollView.SavedState{"); + L.append(Integer.toHexString(System.identityHashCode(this))); + L.append(" scrollPosition="); + return a.w(L, this.scrollPosition, "}"); } @Override // android.view.View.BaseSavedState, android.os.Parcelable, android.view.AbsSavedState @@ -1182,10 +1182,10 @@ public class NestedScrollView extends FrameLayout implements NestedScrollingPare } else if (actionMasked == 2) { int findPointerIndex = motionEvent.findPointerIndex(this.mActivePointerId); if (findPointerIndex == -1) { - StringBuilder K = a.K("Invalid pointerId="); - K.append(this.mActivePointerId); - K.append(" in onTouchEvent"); - Log.e(TAG, K.toString()); + StringBuilder L = a.L("Invalid pointerId="); + L.append(this.mActivePointerId); + L.append(" in onTouchEvent"); + Log.e(TAG, L.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 12d4fede53..f9dc74f6db 100644 --- a/app/src/main/java/androidx/core/widget/TextViewCompat.java +++ b/app/src/main/java/androidx/core/widget/TextViewCompat.java @@ -348,10 +348,10 @@ public final class TextViewCompat { try { return field.getInt(textView); } catch (IllegalAccessException unused) { - StringBuilder K = a.K("Could not retrieve value of "); - K.append(field.getName()); - K.append(" field."); - Log.d(LOG_TAG, K.toString()); + StringBuilder L = a.L("Could not retrieve value of "); + L.append(field.getName()); + L.append(" field."); + Log.d(LOG_TAG, L.toString()); return -1; } } diff --git a/app/src/main/java/androidx/customview/widget/ViewDragHelper.java b/app/src/main/java/androidx/customview/widget/ViewDragHelper.java index 61a6386607..3769cb60af 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 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()); + 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()); } public boolean checkTouchSlop(int i) { diff --git a/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java b/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java index a6cde4dd74..088ca78ca8 100644 --- a/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java +++ b/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java @@ -748,9 +748,9 @@ public class DrawerLayout extends ViewGroup { closeDrawer(findDrawerWithGravity, z2); return; } - StringBuilder K = a.K("No drawer view found with gravity "); - K.append(gravityToString(i)); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("No drawer view found with gravity "); + L.append(gravityToString(i)); + throw new IllegalArgumentException(L.toString()); } public void closeDrawer(@NonNull View view) { @@ -1342,13 +1342,13 @@ public class DrawerLayout extends ViewGroup { i4++; i3 = 0; } else { - StringBuilder K = a.K("Child drawer has absolute gravity "); - K.append(gravityToString(drawerViewAbsoluteGravity)); - K.append(" but this "); - K.append(TAG); - K.append(" already has a "); - K.append("drawer view along that edge"); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("Child drawer has absolute gravity "); + L.append(gravityToString(drawerViewAbsoluteGravity)); + L.append(" but this "); + L.append(TAG); + L.append(" already has a "); + L.append("drawer view along that edge"); + throw new IllegalStateException(L.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"); @@ -1475,9 +1475,9 @@ public class DrawerLayout extends ViewGroup { openDrawer(findDrawerWithGravity, z2); return; } - StringBuilder K = a.K("No drawer view found with gravity "); - K.append(gravityToString(i)); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("No drawer view found with gravity "); + L.append(gravityToString(i)); + throw new IllegalArgumentException(L.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 0d6febf39b..5d51875fdc 100644 --- a/app/src/main/java/androidx/exifinterface/media/ExifInterface.java +++ b/app/src/main/java/androidx/exifinterface/media/ExifInterface.java @@ -719,9 +719,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (read << 24) + (read2 << 16) + (read3 << 8) + read4; } - StringBuilder K = a.K("Invalid byte order: "); - K.append(this.mByteOrder); - throw new IOException(K.toString()); + StringBuilder L = a.L("Invalid byte order: "); + L.append(this.mByteOrder); + throw new IOException(L.toString()); } throw new EOFException(); } @@ -755,9 +755,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 K = a.K("Invalid byte order: "); - K.append(this.mByteOrder); - throw new IOException(K.toString()); + StringBuilder L = a.L("Invalid byte order: "); + L.append(this.mByteOrder); + throw new IOException(L.toString()); } throw new EOFException(); } @@ -779,9 +779,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (short) ((read << 8) + read2); } - StringBuilder K = a.K("Invalid byte order: "); - K.append(this.mByteOrder); - throw new IOException(K.toString()); + StringBuilder L = a.L("Invalid byte order: "); + L.append(this.mByteOrder); + throw new IOException(L.toString()); } throw new EOFException(); } @@ -819,9 +819,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (read << 8) + read2; } - StringBuilder K = a.K("Invalid byte order: "); - K.append(this.mByteOrder); - throw new IOException(K.toString()); + StringBuilder L = a.L("Invalid byte order: "); + L.append(this.mByteOrder); + throw new IOException(L.toString()); } throw new EOFException(); } @@ -1370,10 +1370,10 @@ public class ExifInterface { } public String toString() { - StringBuilder K = a.K("("); - K.append(ExifInterface.IFD_FORMAT_NAMES[this.format]); - K.append(", data length:"); - return a.w(K, this.bytes.length, ")"); + StringBuilder L = a.L("("); + L.append(ExifInterface.IFD_FORMAT_NAMES[this.format]); + L.append(", data length:"); + return a.w(L, this.bytes.length, ")"); } } @@ -1740,18 +1740,18 @@ public class ExifInterface { while (true) { byte[] bArr3 = new byte[4]; if (byteOrderedDataInputStream.read(bArr3) != 4) { - StringBuilder K = a.K("Encountered invalid length while copying WebP chunks up tochunk type "); + StringBuilder L = a.L("Encountered invalid length while copying WebP chunks up tochunk type "); Charset charset = ASCII; - K.append(new String(bArr, charset)); + L.append(new String(bArr, charset)); if (bArr2 == null) { str = ""; } else { - StringBuilder K2 = a.K(" or "); - K2.append(new String(bArr2, charset)); - str = K2.toString(); + StringBuilder L2 = a.L(" or "); + L2.append(new String(bArr2, charset)); + str = L2.toString(); } - K.append(str); - throw new IOException(K.toString()); + L.append(str); + throw new IOException(L.toString()); } copyWebPChunk(byteOrderedDataInputStream, byteOrderedDataOutputStream, bArr3); if (Arrays.equals(bArr3, bArr)) { @@ -1895,9 +1895,9 @@ public class ExifInterface { byte readByte = byteOrderedDataInputStream.readByte(); byte b = -1; if (readByte != -1) { - StringBuilder K = a.K("Invalid marker: "); - K.append(Integer.toHexString(readByte & 255)); - throw new IOException(K.toString()); + StringBuilder L = a.L("Invalid marker: "); + L.append(Integer.toHexString(readByte & 255)); + throw new IOException(L.toString()); } else if (byteOrderedDataInputStream.readByte() == -40) { int i3 = 2; int i4 = 2; @@ -1908,21 +1908,21 @@ public class ExifInterface { byte readByte3 = byteOrderedDataInputStream.readByte(); boolean z2 = DEBUG; if (z2) { - StringBuilder K2 = a.K("Found JPEG segment indicator: "); - K2.append(Integer.toHexString(readByte3 & 255)); - Log.d(TAG, K2.toString()); + StringBuilder L2 = a.L("Found JPEG segment indicator: "); + L2.append(Integer.toHexString(readByte3 & 255)); + Log.d(TAG, L2.toString()); } int i6 = i5 + 1; if (readByte3 != -39 && readByte3 != -38) { int readUnsignedShort = byteOrderedDataInputStream.readUnsignedShort() - i3; int i7 = i6 + i3; if (z2) { - StringBuilder K3 = a.K("JPEG segment: "); - K3.append(Integer.toHexString(readByte3 & 255)); - K3.append(" (length: "); - K3.append(readUnsignedShort + 2); - K3.append(")"); - Log.d(TAG, K3.toString()); + StringBuilder L3 = a.L("JPEG segment: "); + L3.append(Integer.toHexString(readByte3 & 255)); + L3.append(" (length: "); + L3.append(readUnsignedShort + 2); + L3.append(")"); + Log.d(TAG, L3.toString()); } if (readUnsignedShort >= 0) { if (readByte3 == -31) { @@ -2005,16 +2005,16 @@ public class ExifInterface { } } } else { - StringBuilder K4 = a.K("Invalid marker:"); - K4.append(Integer.toHexString(readByte2 & 255)); - throw new IOException(K4.toString()); + StringBuilder L4 = a.L("Invalid marker:"); + L4.append(Integer.toHexString(readByte2 & 255)); + throw new IOException(L4.toString()); } } byteOrderedDataInputStream.setByteOrder(this.mExifByteOrder); } else { - StringBuilder K5 = a.K("Invalid marker: "); - K5.append(Integer.toHexString(readByte & 255)); - throw new IOException(K5.toString()); + StringBuilder L5 = a.L("Invalid marker: "); + L5.append(Integer.toHexString(readByte & 255)); + throw new IOException(L5.toString()); } } @@ -2073,9 +2073,9 @@ public class ExifInterface { if (exifAttribute4 != null) { int[] iArr = (int[]) exifAttribute4.getValue(this.mExifByteOrder); if (iArr == null || iArr.length != 4) { - StringBuilder K = a.K("Invalid aspect frame values. frame="); - K.append(Arrays.toString(iArr)); - Log.w(TAG, K.toString()); + StringBuilder L = a.L("Invalid aspect frame values. frame="); + L.append(Arrays.toString(iArr)); + Log.w(TAG, L.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; @@ -2172,7 +2172,7 @@ public class ExifInterface { byteOrderedDataInputStream.setByteOrder(ByteOrder.BIG_ENDIAN); int readInt = byteOrderedDataInputStream.readInt(); if (z2) { - a.c0("numberOfDirectoryEntry: ", readInt, TAG); + a.d0("numberOfDirectoryEntry: ", readInt, TAG); } for (int i4 = 0; i4 < readInt; i4++) { int readUnsignedShort = byteOrderedDataInputStream.readUnsignedShort(); @@ -3049,26 +3049,26 @@ public class ExifInterface { } return; } - StringBuilder K = a.K("Invalid start code: "); - K.append(Integer.toHexString(readUnsignedShort)); - throw new IOException(K.toString()); + StringBuilder L = a.L("Invalid start code: "); + L.append(Integer.toHexString(readUnsignedShort)); + throw new IOException(L.toString()); } private void printAttributes() { for (int i = 0; i < this.mAttributes.length; i++) { - StringBuilder L = a.L("The size of tag group[", i, "]: "); - L.append(this.mAttributes[i].size()); - Log.d(TAG, L.toString()); + StringBuilder M = a.M("The size of tag group[", i, "]: "); + M.append(this.mAttributes[i].size()); + Log.d(TAG, M.toString()); for (Map.Entry entry : this.mAttributes[i].entrySet()) { ExifAttribute value = entry.getValue(); - 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(TAG, K.toString()); + 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(TAG, L.toString()); } } } @@ -3086,9 +3086,9 @@ public class ExifInterface { } return ByteOrder.BIG_ENDIAN; } else { - StringBuilder K = a.K("Invalid byte order: "); - K.append(Integer.toHexString(readShort)); - throw new IOException(K.toString()); + StringBuilder L = a.L("Invalid byte order: "); + L.append(Integer.toHexString(readShort)); + throw new IOException(L.toString()); } } @@ -3121,7 +3121,7 @@ public class ExifInterface { if (byteOrderedDataInputStream.mPosition + 2 <= byteOrderedDataInputStream.mLength) { short readShort = byteOrderedDataInputStream.readShort(); if (DEBUG) { - a.c0("numberOfDirectoryEntry: ", readShort, TAG); + a.d0("numberOfDirectoryEntry: ", readShort, TAG); } if ((readShort * 12) + byteOrderedDataInputStream.mPosition <= byteOrderedDataInputStream.mLength && readShort > 0) { char c2 = 0; @@ -3155,7 +3155,7 @@ public class ExifInterface { j = ((long) readInt) * ((long) iArr[readUnsignedShort2]); if (j < 0 || j > 2147483647L) { if (z3) { - a.c0("Skip the tag entry since the number of components is invalid: ", readInt, TAG); + a.d0("Skip the tag entry since the number of components is invalid: ", readInt, TAG); } z2 = false; if (z2) { @@ -3164,7 +3164,7 @@ public class ExifInterface { if (j > 4) { int readInt2 = byteOrderedDataInputStream.readInt(); if (z3) { - a.c0("seek to data offset: ", readInt2, TAG); + a.d0("seek to data offset: ", readInt2, TAG); } i3 = readUnsignedShort2; if (this.mMimeType == 7) { @@ -3187,7 +3187,7 @@ public class ExifInterface { byteOrderedDataInputStream.seek(j4); } else { if (z3) { - a.c0("Skip the tag entry since data offset is invalid: ", readInt2, TAG); + a.d0("Skip the tag entry since data offset is invalid: ", readInt2, TAG); } byteOrderedDataInputStream.seek(peek); } @@ -3283,18 +3283,18 @@ public class ExifInterface { readShort = s3; } } else if (z3) { - 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(TAG, K.toString()); + 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(TAG, L.toString()); } } } s3 = readShort; s2 = s4; if (z3) { - a.c0("Skip the tag entry since data format is invalid: ", readUnsignedShort2, TAG); + a.d0("Skip the tag entry since data format is invalid: ", readUnsignedShort2, TAG); } j = 0; z2 = false; @@ -3305,7 +3305,7 @@ public class ExifInterface { i5 = i; readShort = s3; } else if (z3) { - a.c0("Skip the tag entry since tag number is not defined: ", readUnsignedShort, TAG); + a.d0("Skip the tag entry since tag number is not defined: ", readUnsignedShort, TAG); } s3 = readShort; s2 = s4; @@ -3327,7 +3327,7 @@ public class ExifInterface { long j6 = (long) readInt3; if (j6 <= 0 || readInt3 >= byteOrderedDataInputStream.mLength) { if (z4) { - a.c0("Stop reading file since a wrong offset may cause an infinite loop: ", readInt3, TAG); + a.d0("Stop reading file since a wrong offset may cause an infinite loop: ", readInt3, TAG); } } else if (!this.mAttributesOffsets.contains(Integer.valueOf(readInt3))) { byteOrderedDataInputStream.seek(j6); @@ -3337,7 +3337,7 @@ public class ExifInterface { readImageFileDirectory(byteOrderedDataInputStream, 5); } } else if (z4) { - a.c0("Stop reading file since re-reading an IFD may cause an infinite loop: ", readInt3, TAG); + a.d0("Stop reading file since re-reading an IFD may cause an infinite loop: ", readInt3, TAG); } } } @@ -3748,9 +3748,9 @@ public class ExifInterface { if (exifAttribute3.format == 5) { Rational[] rationalArr = (Rational[]) exifAttribute3.getValue(this.mExifByteOrder); if (rationalArr == null || rationalArr.length != 2) { - StringBuilder K = a.K("Invalid crop size values. cropSize="); - K.append(Arrays.toString(rationalArr)); - Log.w(TAG, K.toString()); + StringBuilder L = a.L("Invalid crop size values. cropSize="); + L.append(Arrays.toString(rationalArr)); + Log.w(TAG, L.toString()); return; } exifAttribute2 = ExifAttribute.createURational(rationalArr[0], this.mExifByteOrder); @@ -3758,9 +3758,9 @@ public class ExifInterface { } else { int[] iArr = (int[]) exifAttribute3.getValue(this.mExifByteOrder); if (iArr == null || iArr.length != 2) { - StringBuilder K2 = a.K("Invalid crop size values. cropSize="); - K2.append(Arrays.toString(iArr)); - Log.w(TAG, K2.toString()); + StringBuilder L2 = a.L("Invalid crop size values. cropSize="); + L2.append(Arrays.toString(iArr)); + Log.w(TAG, L2.toString()); return; } exifAttribute2 = ExifAttribute.createUShort(iArr[0], this.mExifByteOrder); @@ -4029,14 +4029,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 K = a.K("Invalid GPS Timestamp array. array="); - K.append(Arrays.toString(rationalArr)); - Log.w(TAG, K.toString()); + StringBuilder L = a.L("Invalid GPS Timestamp array. array="); + L.append(Arrays.toString(rationalArr)); + Log.w(TAG, L.toString()); return null; } - StringBuilder K2 = a.K("GPS Timestamp format is not rational. format="); - K2.append(exifAttribute.format); - Log.w(TAG, K2.toString()); + StringBuilder L2 = a.L("GPS Timestamp format is not rational. format="); + L2.append(exifAttribute.format); + Log.w(TAG, L2.toString()); return null; } try { @@ -4160,9 +4160,9 @@ public class ExifInterface { try { return new double[]{convertRationalLatLonToDouble(attribute, attribute2), convertRationalLatLonToDouble(attribute3, attribute4)}; } catch (IllegalArgumentException unused) { - 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(TAG, K.toString()); + 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(TAG, L.toString()); return null; } } @@ -4714,28 +4714,28 @@ public class ExifInterface { if (i7 == i3 || i7 == 7 || i7 == i2) { i = i7; } else if (DEBUG) { - StringBuilder P = a.P("Given tag (", str4, ") value didn't match with one of expected formats: "); + StringBuilder Q = a.Q("Given tag (", str4, ") value didn't match with one of expected formats: "); String[] strArr = IFD_FORMAT_NAMES; - P.append(strArr[exifTag.primaryFormat]); + Q.append(strArr[exifTag.primaryFormat]); String str6 = ""; if (exifTag.secondaryFormat == -1) { str3 = str6; } else { - StringBuilder K = a.K(", "); - K.append(strArr[exifTag.secondaryFormat]); - str3 = K.toString(); + StringBuilder L = a.L(", "); + L.append(strArr[exifTag.secondaryFormat]); + str3 = L.toString(); } - P.append(str3); - P.append(" (guess: "); - P.append(strArr[((Integer) guessDataFormat.first).intValue()]); + Q.append(str3); + Q.append(" (guess: "); + Q.append(strArr[((Integer) guessDataFormat.first).intValue()]); if (((Integer) guessDataFormat.second).intValue() != -1) { - StringBuilder K2 = a.K(", "); - K2.append(strArr[((Integer) guessDataFormat.second).intValue()]); - str6 = K2.toString(); + StringBuilder L2 = a.L(", "); + L2.append(strArr[((Integer) guessDataFormat.second).intValue()]); + str6 = L2.toString(); } - P.append(str6); - P.append(")"); - Log.d(TAG, P.toString()); + Q.append(str6); + Q.append(")"); + Log.d(TAG, Q.toString()); } } else { i = exifTag.secondaryFormat; @@ -4782,7 +4782,7 @@ public class ExifInterface { case 11: default: if (DEBUG) { - a.c0("Data format isn't one of expected formats: ", i, TAG); + a.d0("Data format isn't one of expected formats: ", i, TAG); 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 adf5152db5..1494dbe6b3 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 K = a.K("Bump nesting of "); - K.append(op.mFragment); - K.append(" to "); - K.append(op.mFragment.mBackStackNesting); - Log.v("FragmentManager", K.toString()); + StringBuilder L = a.L("Bump nesting of "); + L.append(op.mFragment); + L.append(" to "); + L.append(op.mFragment.mBackStackNesting); + Log.v("FragmentManager", L.toString()); } } } @@ -100,10 +100,10 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme if (fragmentManager == null || fragmentManager == this.mManager) { return super.detach(fragment); } - 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()); + 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()); } @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 K = a.K("cmd="); - K.append(op.mCmd); - str2 = K.toString(); + StringBuilder L = a.L("cmd="); + L.append(op.mCmd); + str2 = L.toString(); break; } printWriter.print(str); @@ -250,9 +250,9 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme break; case 2: default: - StringBuilder K = a.K("Unknown cmd: "); - K.append(op.mCmd); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Unknown cmd: "); + L.append(op.mCmd); + throw new IllegalArgumentException(L.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 K = a.K("Unknown cmd: "); - K.append(op.mCmd); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Unknown cmd: "); + L.append(op.mCmd); + throw new IllegalArgumentException(L.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 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()); + 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()); } 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 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()); + 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()); } 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 K = a.K("Cannot setMaxLifecycle for Fragment not attached to FragmentManager "); - K.append(this.mManager); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Cannot setMaxLifecycle for Fragment not attached to FragmentManager "); + L.append(this.mManager); + throw new IllegalArgumentException(L.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 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()); + 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()); } @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 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()); + 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()); } 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 7168ecc9c5..030d9e376e 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 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()); + 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()); } @Nullable @@ -485,12 +485,12 @@ public class DefaultSpecialEffectsController extends SpecialEffectsController { if (fragmentTransitionImpl2 == null) { fragmentTransitionImpl2 = handlingImpl; } else if (!(handlingImpl == null || fragmentTransitionImpl2 == handlingImpl)) { - 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()); + 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()); } } } diff --git a/app/src/main/java/androidx/fragment/app/Fragment.java b/app/src/main/java/androidx/fragment/app/Fragment.java index e9fcda7b42..e7ed6e4323 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 K = a.K("Fragment "); - K.append(Fragment.this); - K.append(" does not have a view"); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("Fragment "); + L.append(Fragment.this); + L.append(" does not have a view"); + throw new IllegalStateException(L.toString()); } @Override // androidx.fragment.app.FragmentContainer @@ -650,11 +650,11 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis @NonNull public String generateActivityResultKey() { - StringBuilder K = a.K("fragment_"); - K.append(this.mWho); - K.append("_rq#"); - K.append(this.mNextLocalRequestCode.getAndIncrement()); - return K.toString(); + StringBuilder L = a.L("fragment_"); + L.append(this.mWho); + L.append("_rq#"); + L.append(this.mNextLocalRequestCode.getAndIncrement()); + return L.toString(); } @Nullable @@ -740,10 +740,10 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis } } if (application == null && FragmentManager.isLoggingEnabled(3)) { - 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.TAG, K.toString()); + 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.TAG, L.toString()); } this.mDefaultFactory = new SavedStateViewModelFactory(application, this, getArguments()); } diff --git a/app/src/main/java/androidx/fragment/app/FragmentManager.java b/app/src/main/java/androidx/fragment/app/FragmentManager.java index 03a2ae7a26..7ce780a7d0 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.g0("Intent Sender result delivered for unknown Fragment ", str, FragmentManager.TAG); + a.h0("Intent Sender result delivered for unknown Fragment ", str, FragmentManager.TAG); } 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.g0("Permission request result delivered for unknown Fragment ", str, FragmentManager.TAG); + a.h0("Permission request result delivered for unknown Fragment ", str, FragmentManager.TAG); } 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.g0("Activity result delivered for unknown Fragment ", str, FragmentManager.TAG); + a.h0("Activity result delivered for unknown Fragment ", str, FragmentManager.TAG); } else { findFragmentByWho.onActivityResult(i, activityResult.getResultCode(), activityResult.getData()); } @@ -1315,7 +1315,7 @@ public abstract class FragmentManager implements FragmentResultOwner { FragmentHostCallback fragmentHostCallback2 = this.mHost; if (fragmentHostCallback2 instanceof ActivityResultRegistryOwner) { ActivityResultRegistry activityResultRegistry = ((ActivityResultRegistryOwner) fragmentHostCallback2).getActivityResultRegistry(); - String s2 = a.s("FragmentManager:", fragment != null ? a.C(new StringBuilder(), fragment.mWho, ":") : ""); + String s2 = a.s("FragmentManager:", fragment != null ? a.D(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()); @@ -2409,11 +2409,11 @@ public abstract class FragmentManager implements FragmentResultOwner { Fragment fragment = fragmentStateManager.getFragment(); fragment.mFragmentManager = this; if (isLoggingEnabled(2)) { - StringBuilder K = a.K("restoreSaveState: active ("); - K.append(fragment.mWho); - K.append("): "); - K.append(fragment); - Log.v(TAG, K.toString()); + StringBuilder L = a.L("restoreSaveState: active ("); + L.append(fragment.mWho); + L.append("): "); + L.append(fragment); + Log.v(TAG, L.toString()); } fragmentStateManager.restoreState(this.mHost.getContext().getClassLoader()); this.mFragmentStore.makeActive(fragmentStateManager); @@ -2445,11 +2445,11 @@ public abstract class FragmentManager implements FragmentResultOwner { } BackStackRecord instantiate = backStackStateArr[i].instantiate(this); if (isLoggingEnabled(2)) { - StringBuilder L = a.L("restoreAllState: back stack #", i, " (index "); - L.append(instantiate.mIndex); - L.append("): "); - L.append(instantiate); - Log.v(TAG, L.toString()); + StringBuilder M = a.M("restoreAllState: back stack #", i, " (index "); + M.append(instantiate.mIndex); + M.append("): "); + M.append(instantiate); + Log.v(TAG, M.toString()); PrintWriter printWriter = new PrintWriter(new LogWriter(TAG)); instantiate.dump(" ", printWriter, false); printWriter.close(); @@ -2508,9 +2508,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 L = a.L("saveAllState: adding back stack #", i, ": "); - L.append(this.mBackStack.get(i)); - Log.v(TAG, L.toString()); + StringBuilder M = a.M("saveAllState: adding back stack #", i, ": "); + M.append(this.mBackStack.get(i)); + Log.v(TAG, M.toString()); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentStateManager.java b/app/src/main/java/androidx/fragment/app/FragmentStateManager.java index 8214c392b8..c584519dc8 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentStateManager.java +++ b/app/src/main/java/androidx/fragment/app/FragmentStateManager.java @@ -183,9 +183,9 @@ public class FragmentStateManager { public void activityCreated() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("moveto ACTIVITY_CREATED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("moveto ACTIVITY_CREATED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } Fragment fragment = this.mFragment; fragment.performActivityCreated(fragment.mSavedFragmentState); @@ -202,9 +202,9 @@ public class FragmentStateManager { public void attach() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("moveto ATTACHED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("moveto ATTACHED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } Fragment fragment = this.mFragment; Fragment fragment2 = fragment.mTarget; @@ -217,20 +217,20 @@ public class FragmentStateManager { fragment3.mTarget = null; fragmentStateManager = fragmentStateManager2; } else { - 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()); + 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()); } } else { String str = fragment.mTargetWho; if (str != null && (fragmentStateManager = this.mFragmentStore.getFragmentStateManager(str)) == null) { - 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!")); + 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!")); } } if (fragmentStateManager != null && (FragmentManager.USE_STATE_MANAGER || fragmentStateManager.getFragment().mState < 1)) { @@ -297,18 +297,18 @@ public class FragmentStateManager { i = Math.min(i, 4); } if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder L = a.L("computeExpectedState() of ", i, " for "); - L.append(this.mFragment); - Log.v("FragmentManager", L.toString()); + StringBuilder M = a.M("computeExpectedState() of ", i, " for "); + M.append(this.mFragment); + Log.v("FragmentManager", M.toString()); } return i; } public void create() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("moveto CREATED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("moveto CREATED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } Fragment fragment = this.mFragment; if (!fragment.mIsCreated) { @@ -328,9 +328,9 @@ public class FragmentStateManager { String str; if (!this.mFragment.mFromLayout) { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("moveto CREATE_VIEW: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("moveto CREATE_VIEW: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } Fragment fragment = this.mFragment; LayoutInflater performGetLayoutInflater = fragment.performGetLayoutInflater(fragment.mSavedFragmentState); @@ -352,20 +352,20 @@ public class FragmentStateManager { } catch (Resources.NotFoundException unused) { str = EnvironmentCompat.MEDIA_UNKNOWN; } - 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()); + 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()); } } } else { - 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()); + 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()); } } } @@ -425,9 +425,9 @@ public class FragmentStateManager { public void destroy() { Fragment findActiveFragment; if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("movefrom CREATED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("movefrom CREATED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } Fragment fragment = this.mFragment; boolean z2 = true; @@ -471,9 +471,9 @@ public class FragmentStateManager { public void destroyFragmentView() { View view; if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("movefrom CREATE_VIEW: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("movefrom CREATE_VIEW: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } Fragment fragment = this.mFragment; ViewGroup viewGroup = fragment.mContainer; @@ -492,9 +492,9 @@ public class FragmentStateManager { public void detach() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("movefrom ATTACHED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("movefrom ATTACHED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } this.mFragment.performDetach(); boolean z2 = false; @@ -509,9 +509,9 @@ public class FragmentStateManager { } if (z2 || this.mFragmentStore.getNonConfig().shouldDestroy(this.mFragment)) { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K2 = a.K("initState called for fragment: "); - K2.append(this.mFragment); - Log.d("FragmentManager", K2.toString()); + StringBuilder L2 = a.L("initState called for fragment: "); + L2.append(this.mFragment); + Log.d("FragmentManager", L2.toString()); } this.mFragment.initState(); } @@ -521,9 +521,9 @@ public class FragmentStateManager { Fragment fragment = this.mFragment; if (fragment.mFromLayout && fragment.mInLayout && !fragment.mPerformedCreateView) { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("moveto CREATE_VIEW: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("moveto CREATE_VIEW: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } Fragment fragment2 = this.mFragment; fragment2.performCreateView(fragment2.performGetLayoutInflater(fragment2.mSavedFragmentState), null, this.mFragment.mSavedFragmentState); @@ -659,17 +659,17 @@ public class FragmentStateManager { this.mMovingToState = z2; } } else if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder K = a.K("Ignoring re-entrant call to moveToExpectedState() for "); - K.append(getFragment()); - Log.v("FragmentManager", K.toString()); + StringBuilder L = a.L("Ignoring re-entrant call to moveToExpectedState() for "); + L.append(getFragment()); + Log.v("FragmentManager", L.toString()); } } public void pause() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("movefrom RESUMED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("movefrom RESUMED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } this.mFragment.performPause(); this.mDispatcher.dispatchOnFragmentPaused(this.mFragment, false); @@ -706,9 +706,9 @@ public class FragmentStateManager { public void resume() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("moveto RESUMED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("moveto RESUMED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } View focusedView = this.mFragment.getFocusedView(); if (focusedView != null && isFragmentViewChild(focusedView)) { @@ -788,9 +788,9 @@ public class FragmentStateManager { public void start() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("moveto STARTED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("moveto STARTED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.toString()); } this.mFragment.performStart(); this.mDispatcher.dispatchOnFragmentStarted(this.mFragment, false); @@ -798,9 +798,9 @@ public class FragmentStateManager { public void stop() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder K = a.K("movefrom STARTED: "); - K.append(this.mFragment); - Log.d("FragmentManager", K.toString()); + StringBuilder L = a.L("movefrom STARTED: "); + L.append(this.mFragment); + Log.d("FragmentManager", L.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 c846f90057..e1240fbc15 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.g0("Bad fragment at key ", str, TAG); + a.h0("Bad fragment at key ", str, TAG); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentTabHost.java b/app/src/main/java/androidx/fragment/app/FragmentTabHost.java index f03f8121b0..d4506931e4 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 K = a.K("FragmentTabHost.SavedState{"); - K.append(Integer.toHexString(System.identityHashCode(this))); - K.append(" curTab="); - return a.C(K, this.curTab, "}"); + StringBuilder L = a.L("FragmentTabHost.SavedState{"); + L.append(Integer.toHexString(System.identityHashCode(this))); + L.append(" curTab="); + return a.D(L, 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 K = a.K("No tab content FrameLayout found for id "); - K.append(this.mContainerId); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("No tab content FrameLayout found for id "); + L.append(this.mContainerId); + throw new IllegalStateException(L.toString()); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentTransaction.java b/app/src/main/java/androidx/fragment/app/FragmentTransaction.java index 756a2380e2..d3070c2a4e 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentTransaction.java +++ b/app/src/main/java/androidx/fragment/app/FragmentTransaction.java @@ -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 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()); + 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()); } if (str != null) { String str2 = fragment.mTag; diff --git a/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java b/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java index bdeaaca836..6fa21ede67 100644 --- a/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java +++ b/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java @@ -297,40 +297,40 @@ public abstract class SpecialEffectsController { if (ordinal != 1) { if (ordinal == 2) { if (FragmentManager.isLoggingEnabled(2)) { - 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.TAG, K.toString()); + 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.TAG, L.toString()); } this.mFinalState = State.REMOVED; this.mLifecycleImpact = LifecycleImpact.REMOVING; } } else if (this.mFinalState == State.REMOVED) { if (FragmentManager.isLoggingEnabled(2)) { - 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.TAG, K2.toString()); + 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.TAG, L2.toString()); } this.mFinalState = State.VISIBLE; this.mLifecycleImpact = LifecycleImpact.ADDING; } } else if (this.mFinalState != State.REMOVED) { if (FragmentManager.isLoggingEnabled(2)) { - 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.TAG, K3.toString()); + 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.TAG, L3.toString()); } this.mFinalState = state; } @@ -341,22 +341,22 @@ public abstract class SpecialEffectsController { @NonNull public String 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(); + 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(); } } @@ -432,36 +432,36 @@ public abstract class SpecialEffectsController { public void enqueueAdd(@NonNull Operation.State state, @NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder K = a.K("SpecialEffectsController: Enqueuing add operation for fragment "); - K.append(fragmentStateManager.getFragment()); - Log.v(FragmentManager.TAG, K.toString()); + StringBuilder L = a.L("SpecialEffectsController: Enqueuing add operation for fragment "); + L.append(fragmentStateManager.getFragment()); + Log.v(FragmentManager.TAG, L.toString()); } enqueue(state, Operation.LifecycleImpact.ADDING, fragmentStateManager); } public void enqueueHide(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder K = a.K("SpecialEffectsController: Enqueuing hide operation for fragment "); - K.append(fragmentStateManager.getFragment()); - Log.v(FragmentManager.TAG, K.toString()); + StringBuilder L = a.L("SpecialEffectsController: Enqueuing hide operation for fragment "); + L.append(fragmentStateManager.getFragment()); + Log.v(FragmentManager.TAG, L.toString()); } enqueue(Operation.State.GONE, Operation.LifecycleImpact.NONE, fragmentStateManager); } public void enqueueRemove(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder K = a.K("SpecialEffectsController: Enqueuing remove operation for fragment "); - K.append(fragmentStateManager.getFragment()); - Log.v(FragmentManager.TAG, K.toString()); + StringBuilder L = a.L("SpecialEffectsController: Enqueuing remove operation for fragment "); + L.append(fragmentStateManager.getFragment()); + Log.v(FragmentManager.TAG, L.toString()); } enqueue(Operation.State.REMOVED, Operation.LifecycleImpact.REMOVING, fragmentStateManager); } public void enqueueShow(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder K = a.K("SpecialEffectsController: Enqueuing show operation for fragment "); - K.append(fragmentStateManager.getFragment()); - Log.v(FragmentManager.TAG, K.toString()); + StringBuilder L = a.L("SpecialEffectsController: Enqueuing show operation for fragment "); + L.append(fragmentStateManager.getFragment()); + Log.v(FragmentManager.TAG, L.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 e504568836..29e9afa714 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 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()); + 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()); } 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 376ed091f1..96fb771a56 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 K = a.K("no event down from "); - K.append(value.mState); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("no event down from "); + L.append(value.mState); + throw new IllegalStateException(L.toString()); } } } @@ -114,9 +114,9 @@ public class LifecycleRegistry extends Lifecycle { observerWithState.dispatchEvent(lifecycleOwner, upFrom); popParentState(); } else { - StringBuilder K = a.K("no event up from "); - K.append(observerWithState.mState); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("no event up from "); + L.append(observerWithState.mState); + throw new IllegalStateException(L.toString()); } } } @@ -198,9 +198,9 @@ public class LifecycleRegistry extends Lifecycle { popParentState(); calculateTargetState = calculateTargetState(lifecycleObserver); } else { - StringBuilder K = a.K("no event up from "); - K.append(observerWithState.mState); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("no event up from "); + L.append(observerWithState.mState); + throw new IllegalStateException(L.toString()); } } if (!z2) { diff --git a/app/src/main/java/androidx/lifecycle/SavedStateHandle.java b/app/src/main/java/androidx/lifecycle/SavedStateHandle.java index b0c7ca44e4..73e396440c 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 K = a.K("Can't put value with type "); - K.append(obj.getClass()); - K.append(" into saved state"); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Can't put value with type "); + L.append(obj.getClass()); + L.append(" into saved state"); + throw new IllegalArgumentException(L.toString()); } } diff --git a/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java b/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java index fc39609430..d672338ec8 100644 --- a/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java +++ b/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java @@ -214,11 +214,11 @@ public class LoaderManagerImpl extends LoaderManager { @Override // androidx.lifecycle.Observer public void onChanged(@Nullable D d) { if (LoaderManagerImpl.DEBUG) { - StringBuilder K = a.K(" onLoadFinished in "); - K.append(this.mLoader); - K.append(": "); - K.append(this.mLoader.dataToString(d)); - Log.v(LoaderManagerImpl.TAG, K.toString()); + StringBuilder L = a.L(" onLoadFinished in "); + L.append(this.mLoader); + L.append(": "); + L.append(this.mLoader.dataToString(d)); + Log.v(LoaderManagerImpl.TAG, L.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 K = a.K(" Resetting: "); - K.append(this.mLoader); - Log.v(LoaderManagerImpl.TAG, K.toString()); + StringBuilder L = a.L(" Resetting: "); + L.append(this.mLoader); + Log.v(LoaderManagerImpl.TAG, L.toString()); } this.mCallback.onLoaderReset(this.mLoader); } diff --git a/app/src/main/java/androidx/loader/content/ModernAsyncTask.java b/app/src/main/java/androidx/loader/content/ModernAsyncTask.java index a23336ca25..57a4544915 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 K = a.K("ModernAsyncTask #"); - K.append(this.mCount.getAndIncrement()); - return new Thread(runnable, K.toString()); + StringBuilder L = a.L("ModernAsyncTask #"); + L.append(this.mCount.getAndIncrement()); + return new Thread(runnable, L.toString()); } } diff --git a/app/src/main/java/androidx/media/AudioAttributesImplApi21.java b/app/src/main/java/androidx/media/AudioAttributesImplApi21.java index 0efbd966a1..a3aea64798 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 K = a.K("AudioAttributesCompat: audioattributes="); - K.append(this.mAudioAttributes); - return K.toString(); + StringBuilder L = a.L("AudioAttributesCompat: audioattributes="); + L.append(this.mAudioAttributes); + return L.toString(); } } diff --git a/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java b/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java index b493669045..f1bc6ffbde 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 K = a.K("Calling onLoadChildren() failed for id="); - K.append(this.val$parentId); - K.append(" package="); - a.i0(K, this.val$connection.pkg, MediaBrowserServiceCompat.TAG); + StringBuilder L = a.L("Calling onLoadChildren() failed for id="); + L.append(this.val$parentId); + L.append(" package="); + a.j0(L, this.val$connection.pkg, MediaBrowserServiceCompat.TAG); } } else if (MediaBrowserServiceCompat.DEBUG) { - 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(MediaBrowserServiceCompat.TAG, K2.toString()); + 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(MediaBrowserServiceCompat.TAG, L2.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 K = a.K("Connection for "); - K.append(next.pkg); - K.append(" is no longer valid."); - Log.w(MediaBrowserServiceCompat.TAG, K.toString()); + StringBuilder L = a.L("Connection for "); + L.append(next.pkg); + L.append(" is no longer valid."); + Log.w(MediaBrowserServiceCompat.TAG, L.toString()); it.remove(); } } @@ -847,19 +847,19 @@ public abstract class MediaBrowserServiceCompat extends Service { public void detach() { if (this.mDetachCalled) { - StringBuilder K = a.K("detach() called when detach() had already been called for: "); - K.append(this.mDebug); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("detach() called when detach() had already been called for: "); + L.append(this.mDebug); + throw new IllegalStateException(L.toString()); } else if (this.mSendResultCalled) { - StringBuilder K2 = a.K("detach() called when sendResult() had already been called for: "); - K2.append(this.mDebug); - throw new IllegalStateException(K2.toString()); + StringBuilder L2 = a.L("detach() called when sendResult() had already been called for: "); + L2.append(this.mDebug); + throw new IllegalStateException(L2.toString()); } else if (!this.mSendErrorCalled) { this.mDetachCalled = true; } else { - StringBuilder K3 = a.K("detach() called when sendError() had already been called for: "); - K3.append(this.mDebug); - throw new IllegalStateException(K3.toString()); + StringBuilder L3 = a.L("detach() called when sendError() had already been called for: "); + L3.append(this.mDebug); + throw new IllegalStateException(L3.toString()); } } @@ -872,15 +872,15 @@ public abstract class MediaBrowserServiceCompat extends Service { } public void onErrorSent(Bundle bundle) { - StringBuilder K = a.K("It is not supported to send an error for "); - K.append(this.mDebug); - throw new UnsupportedOperationException(K.toString()); + StringBuilder L = a.L("It is not supported to send an error for "); + L.append(this.mDebug); + throw new UnsupportedOperationException(L.toString()); } public void onProgressUpdateSent(Bundle bundle) { - StringBuilder K = a.K("It is not supported to send an interim update for "); - K.append(this.mDebug); - throw new UnsupportedOperationException(K.toString()); + StringBuilder L = a.L("It is not supported to send an interim update for "); + L.append(this.mDebug); + throw new UnsupportedOperationException(L.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 K = a.K("sendError() called when either sendResult() or sendError() had already been called for: "); - K.append(this.mDebug); - throw new IllegalStateException(K.toString()); + 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()); } 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 K = a.K("sendProgressUpdate() called when either sendResult() or sendError() had already been called for: "); - K.append(this.mDebug); - throw new IllegalStateException(K.toString()); + 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()); } 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 K = a.K("sendResult() called when either sendResult() or sendError() had already been called for: "); - K.append(this.mDebug); - throw new IllegalStateException(K.toString()); + 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()); } 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 K = a.K("No root for client "); - K.append(this.val$pkg); - K.append(" from service "); - K.append(getClass().getName()); - Log.i(MediaBrowserServiceCompat.TAG, K.toString()); + StringBuilder L = a.L("No root for client "); + L.append(this.val$pkg); + L.append(" from service "); + L.append(getClass().getName()); + Log.i(MediaBrowserServiceCompat.TAG, L.toString()); try { this.val$callbacks.onConnectFailed(); } catch (RemoteException unused) { - a.i0(a.K("Calling onConnectFailed() failed. Ignoring. pkg="), this.val$pkg, MediaBrowserServiceCompat.TAG); + a.j0(a.L("Calling onConnectFailed() failed. Ignoring. pkg="), this.val$pkg, MediaBrowserServiceCompat.TAG); } } 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.i0(a.K("Calling onConnect() failed. Dropping client. pkg="), this.val$pkg, MediaBrowserServiceCompat.TAG); + a.j0(a.L("Calling onConnect() failed. Dropping client. pkg="), this.val$pkg, MediaBrowserServiceCompat.TAG); 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.i0(a.K("addSubscription for callback that isn't registered id="), this.val$id, MediaBrowserServiceCompat.TAG); + a.j0(a.L("addSubscription for callback that isn't registered id="), this.val$id, MediaBrowserServiceCompat.TAG); } 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.i0(a.K("removeSubscription for callback that isn't registered id="), this.val$id, MediaBrowserServiceCompat.TAG); + a.j0(a.L("removeSubscription for callback that isn't registered id="), this.val$id, MediaBrowserServiceCompat.TAG); } else if (!MediaBrowserServiceCompat.this.removeSubscription(this.val$id, connectionRecord, this.val$token)) { - StringBuilder K = a.K("removeSubscription called for "); - K.append(this.val$id); - K.append(" which is not subscribed"); - Log.w(MediaBrowserServiceCompat.TAG, K.toString()); + StringBuilder L = a.L("removeSubscription called for "); + L.append(this.val$id); + L.append(" which is not subscribed"); + Log.w(MediaBrowserServiceCompat.TAG, L.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.i0(a.K("getMediaItem for callback that isn't registered id="), this.val$mediaId, MediaBrowserServiceCompat.TAG); + a.j0(a.L("getMediaItem for callback that isn't registered id="), this.val$mediaId, MediaBrowserServiceCompat.TAG); } 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.i0(a.K("search for callback that isn't registered query="), this.val$query, MediaBrowserServiceCompat.TAG); + a.j0(a.L("search for callback that isn't registered query="), this.val$query, MediaBrowserServiceCompat.TAG); } 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 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(MediaBrowserServiceCompat.TAG, K.toString()); + 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(MediaBrowserServiceCompat.TAG, L.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 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()); + 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()); } } diff --git a/app/src/main/java/androidx/media/MediaSessionManagerImplBase.java b/app/src/main/java/androidx/media/MediaSessionManagerImplBase.java index 78c845ef79..ad04251d8a 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, PERMISSION_STATUS_BAR_SERVICE) || isPermissionGranted(remoteUserInfoImpl, PERMISSION_MEDIA_CONTENT_CONTROL) || remoteUserInfoImpl.getUid() == 1000 || isEnabledNotificationListener(remoteUserInfoImpl); } catch (PackageManager.NameNotFoundException unused) { if (DEBUG) { - StringBuilder K = a.K("Package "); - K.append(remoteUserInfoImpl.getPackageName()); - K.append(" doesn't exist"); - Log.d("MediaSessionManager", K.toString()); + StringBuilder L = a.L("Package "); + L.append(remoteUserInfoImpl.getPackageName()); + L.append(" doesn't exist"); + Log.d("MediaSessionManager", L.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 0766101986..9d6784e9d8 100644 --- a/app/src/main/java/androidx/media/session/MediaButtonReceiver.java +++ b/app/src/main/java/androidx/media/session/MediaButtonReceiver.java @@ -141,9 +141,9 @@ public class MediaButtonReceiver extends BroadcastReceiver { } else if (queryIntentServices.isEmpty()) { return null; } else { - StringBuilder P = a.P("Expected 1 service that handles ", str, ", found "); - P.append(queryIntentServices.size()); - throw new IllegalStateException(P.toString()); + StringBuilder Q = a.Q("Expected 1 service that handles ", str, ", found "); + Q.append(queryIntentServices.size()); + throw new IllegalStateException(Q.toString()); } } diff --git a/app/src/main/java/androidx/preference/Preference.java b/app/src/main/java/androidx/preference/Preference.java index 9ee261bbee..19618a6104 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 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()); + 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()); } } diff --git a/app/src/main/java/androidx/preference/PreferenceFragmentCompat.java b/app/src/main/java/androidx/preference/PreferenceFragmentCompat.java index d387562cd6..6bccc92512 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 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()); + 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()); } dialogFragment.setTargetFragment(this, 0); dialogFragment.show(getParentFragmentManager(), DIALOG_FRAGMENT_TAG); diff --git a/app/src/main/java/androidx/preference/PreferenceGroupKt.java b/app/src/main/java/androidx/preference/PreferenceGroupKt.java index e126b8458c..bb4ea121ae 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 L = a.L("Index: ", i, ", Size: "); - L.append(preferenceGroup.getPreferenceCount()); - throw new IndexOutOfBoundsException(L.toString()); + StringBuilder M = a.M("Index: ", i, ", Size: "); + M.append(preferenceGroup.getPreferenceCount()); + throw new IndexOutOfBoundsException(M.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 0bc6596e2b..8595a07d80 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 K = a.K("duplicate tile @"); - K.append(addOrReplace.mStartPosition); - Log.e(AsyncListUtil.TAG, K.toString()); + StringBuilder L = a.L("duplicate tile @"); + L.append(addOrReplace.mStartPosition); + Log.e(AsyncListUtil.TAG, L.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 K = a.K("[BKGR] "); - K.append(String.format(str, objArr)); - Log.d(AsyncListUtil.TAG, K.toString()); + StringBuilder L = a.L("[BKGR] "); + L.append(String.format(str, objArr)); + Log.d(AsyncListUtil.TAG, L.toString()); } private void removeTile(int i) { @@ -308,9 +308,9 @@ public class AsyncListUtil { } public void log(String str, Object... objArr) { - StringBuilder K = a.K("[MAIN] "); - K.append(String.format(str, objArr)); - Log.d(TAG, K.toString()); + StringBuilder L = a.L("[MAIN] "); + L.append(String.format(str, objArr)); + Log.d(TAG, L.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 b3fba6dbcb..ba5c5e61b2 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 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, '}'); + 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.v(L, 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 6f8ccfb5fd..e603fef720 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 L = a.L("unknown flag for pos ", i5, " "); - L.append(Long.toBinaryString((long) i6)); - throw new IllegalStateException(L.toString()); + StringBuilder M = a.M("unknown flag for pos ", i5, " "); + M.append(Long.toBinaryString((long) i6)); + throw new IllegalStateException(M.toString()); } } } @@ -135,9 +135,9 @@ public class DiffUtil { } else if (i6 == 16) { list.add(new PostponedUpdate(i5, i + i4, true)); } else { - StringBuilder L = a.L("unknown flag for pos ", i5, " "); - L.append(Long.toBinaryString((long) i6)); - throw new IllegalStateException(L.toString()); + StringBuilder M = a.M("unknown flag for pos ", i5, " "); + M.append(Long.toBinaryString((long) i6)); + throw new IllegalStateException(M.toString()); } } } @@ -255,9 +255,9 @@ public class DiffUtil { public int convertNewPositionToOld(@IntRange(from = 0) int i) { if (i < 0 || i >= this.mNewListSize) { - StringBuilder L = a.L("Index out of bounds - passed position = ", i, ", new list size = "); - L.append(this.mNewListSize); - throw new IndexOutOfBoundsException(L.toString()); + StringBuilder M = a.M("Index out of bounds - passed position = ", i, ", new list size = "); + M.append(this.mNewListSize); + throw new IndexOutOfBoundsException(M.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 L = a.L("Index out of bounds - passed position = ", i, ", old list size = "); - L.append(this.mOldListSize); - throw new IndexOutOfBoundsException(L.toString()); + StringBuilder M = a.M("Index out of bounds - passed position = ", i, ", old list size = "); + M.append(this.mOldListSize); + throw new IndexOutOfBoundsException(M.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 3e3ac48e87..57752abee6 100644 --- a/app/src/main/java/androidx/recyclerview/widget/GridLayoutManager.java +++ b/app/src/main/java/androidx/recyclerview/widget/GridLayoutManager.java @@ -386,7 +386,7 @@ public class GridLayoutManager extends LinearLayoutManager { if (convertPreLayoutPositionToPostLayout != -1) { return this.mSpanSizeLookup.getCachedSpanGroupIndex(convertPreLayoutPositionToPostLayout, this.mSpanCount); } - a.d0("Cannot find span size for pre layout position. ", i, TAG); + a.f0("Cannot find span size for pre layout position. ", i, TAG); return 0; } @@ -402,7 +402,7 @@ public class GridLayoutManager extends LinearLayoutManager { if (convertPreLayoutPositionToPostLayout != -1) { return this.mSpanSizeLookup.getCachedSpanIndex(convertPreLayoutPositionToPostLayout, this.mSpanCount); } - a.d0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, TAG); + a.f0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, TAG); return 0; } @@ -418,7 +418,7 @@ public class GridLayoutManager extends LinearLayoutManager { if (convertPreLayoutPositionToPostLayout != -1) { return this.mSpanSizeLookup.getSpanSize(convertPreLayoutPositionToPostLayout); } - a.d0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, TAG); + a.f0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, TAG); return 1; } @@ -630,7 +630,7 @@ public class GridLayoutManager extends LinearLayoutManager { this.mSet[i13] = next; i13++; } else { - throw new IllegalArgumentException(a.w(a.M("Item at position ", i14, " requires ", spanSize, " spans but GridLayoutManager has only "), this.mSpanCount, " spans.")); + throw new IllegalArgumentException(a.w(a.N("Item at position ", i14, " requires ", spanSize, " spans but GridLayoutManager has only "), this.mSpanCount, " spans.")); } } if (i13 == 0) { diff --git a/app/src/main/java/androidx/recyclerview/widget/LayoutState.java b/app/src/main/java/androidx/recyclerview/widget/LayoutState.java index 876135454b..f7ea0455f2 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 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, '}'); + 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.v(L, 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 c5b4a9c873..394b00fa7f 100644 --- a/app/src/main/java/androidx/recyclerview/widget/LinearLayoutManager.java +++ b/app/src/main/java/androidx/recyclerview/widget/LinearLayoutManager.java @@ -110,16 +110,16 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } public String 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(); + 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(); } } @@ -191,17 +191,17 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } public void log() { - 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(TAG, K.toString()); + 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(TAG, L.toString()); } public View next(RecyclerView.Recycler recycler) { @@ -470,11 +470,11 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I Log.d(TAG, "internal representation of views on the screen"); for (int i = 0; i < getChildCount(); i++) { View childAt = getChildAt(i); - StringBuilder K = a.K("item "); - K.append(getPosition(childAt)); - K.append(", coord:"); - K.append(this.mOrientationHelper.getDecoratedStart(childAt)); - Log.d(TAG, K.toString()); + StringBuilder L = a.L("item "); + L.append(getPosition(childAt)); + L.append(", coord:"); + L.append(this.mOrientationHelper.getDecoratedStart(childAt)); + Log.d(TAG, L.toString()); } Log.d(TAG, "=============="); } @@ -1533,9 +1533,9 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } public void validateChildOrder() { - StringBuilder K = a.K("validating child count "); - K.append(getChildCount()); - Log.d(TAG, K.toString()); + StringBuilder L = a.L("validating child count "); + L.append(getChildCount()); + Log.d(TAG, L.toString()); boolean z2 = true; if (getChildCount() >= 1) { int position = getPosition(getChildAt(0)); @@ -1547,12 +1547,12 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I int decoratedStart2 = this.mOrientationHelper.getDecoratedStart(childAt); if (position2 < position) { logChildren(); - StringBuilder K2 = a.K("detected invalid position. loc invalid? "); + StringBuilder L2 = a.L("detected invalid position. loc invalid? "); if (decoratedStart2 >= decoratedStart) { z2 = false; } - K2.append(z2); - throw new RuntimeException(K2.toString()); + L2.append(z2); + throw new RuntimeException(L2.toString()); } else if (decoratedStart2 > decoratedStart) { logChildren(); throw new RuntimeException("detected invalid location"); @@ -1566,12 +1566,12 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I int decoratedStart3 = this.mOrientationHelper.getDecoratedStart(childAt2); if (position3 < position) { logChildren(); - StringBuilder K3 = a.K("detected invalid position. loc invalid? "); + StringBuilder L3 = a.L("detected invalid position. loc invalid? "); if (decoratedStart3 >= decoratedStart) { z2 = false; } - K3.append(z2); - throw new RuntimeException(K3.toString()); + L3.append(z2); + throw new RuntimeException(L3.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 316e25ed8f..76bfadecc7 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 K = a.K("Unsupported message, what="); - K.append(next.what); - Log.e("ThreadUtil", K.toString()); + StringBuilder L = a.L("Unsupported message, what="); + L.append(next.what); + Log.e("ThreadUtil", L.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 K = a.K("Unsupported message, what="); - K.append(next.what); - Log.e("ThreadUtil", K.toString()); + StringBuilder L = a.L("Unsupported message, what="); + L.append(next.what); + Log.e("ThreadUtil", L.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 c710395a3b..1680b012a4 100644 --- a/app/src/main/java/androidx/recyclerview/widget/RecyclerView.java +++ b/app/src/main/java/androidx/recyclerview/widget/RecyclerView.java @@ -1005,9 +1005,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro i = this.mChildHelper.getChildCount(); } if (indexOfChild == -1) { - 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)); + 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.g(this.mRecyclerView, L)); } else if (indexOfChild != i) { this.mRecyclerView.mLayout.moveView(indexOfChild, i); } @@ -1599,7 +1599,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.g(this.mRecyclerView, a.K("View should be fully attached to be ignored"))); + throw new IllegalArgumentException(a.g(this.mRecyclerView, a.L("View should be fully attached to be ignored"))); } ViewHolder childViewHolderInt = RecyclerView.getChildViewHolderInt(view); childViewHolderInt.addFlags(128); @@ -2470,9 +2470,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 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)); + StringBuilder N = a.N("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); + N.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, N)); } tryBindViewHolderByDeadline(childViewHolderInt, findPositionOffset, i, RecyclerView.FOREVER_NS); ViewGroup.LayoutParams layoutParams2 = childViewHolderInt.itemView.getLayoutParams(); @@ -2494,7 +2494,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro layoutParams.mPendingInvalidate = z2; return; } - 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"))); + throw new IllegalArgumentException(a.g(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"))); } public void clear() { @@ -2532,9 +2532,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 L = a.L("invalid position ", i, ". State item count is "); - L.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.g(RecyclerView.this, L)); + StringBuilder M = a.M("invalid position ", i, ". State item count is "); + M.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, M)); } public void dispatchViewRecycled(@NonNull ViewHolder viewHolder) { @@ -2809,14 +2809,14 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro boolean z2 = false; boolean z3 = true; if (viewHolder.isScrap() || viewHolder.itemView.getParent() != null) { - StringBuilder K = a.K("Scrapped or attached views may not be recycled. isScrap:"); - K.append(viewHolder.isScrap()); - K.append(" isAttached:"); + StringBuilder L = a.L("Scrapped or attached views may not be recycled. isScrap:"); + L.append(viewHolder.isScrap()); + L.append(" isAttached:"); if (viewHolder.itemView.getParent() != null) { z2 = true; } - K.append(z2); - throw new IllegalArgumentException(a.g(RecyclerView.this, K)); + L.append(z2); + throw new IllegalArgumentException(a.g(RecyclerView.this, L)); } else if (viewHolder.isTmpDetached()) { StringBuilder sb = new StringBuilder(); sb.append("Tmp detached view should be removed from RecyclerView before it can be recycled: "); @@ -2861,7 +2861,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (!z2) { } } else { - 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."))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.L("Trying to recycle an ignored view holder. You should first call stopIgnoringView(view) before calling recycle."))); } } @@ -2877,7 +2877,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro childViewHolderInt.setScrapContainer(this, false); this.mAttachedScrap.add(childViewHolderInt); } else { - 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."))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.L("Called scrap view with an invalid view. Invalid views cannot be reused from scrap, they should rebound from recycler pool."))); } } @@ -2920,9 +2920,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro ViewCacheExtension viewCacheExtension; View viewForPositionAndType; if (i < 0 || i >= RecyclerView.this.mState.getItemCount()) { - 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)); + StringBuilder N = a.N("Invalid item position ", i, "(", i, "). Item count:"); + N.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, N)); } boolean z5 = true; if (RecyclerView.this.mState.isPreLayout()) { @@ -2949,9 +2949,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 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)); + StringBuilder N2 = a.N("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); + N2.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.g(RecyclerView.this, N2)); } int itemViewType = RecyclerView.this.mAdapter.getItemViewType(findPositionOffset); if (RecyclerView.this.mAdapter.hasStableIds() && (viewHolder = getScrapOrCachedViewForId(RecyclerView.this.mAdapter.getItemId(findPositionOffset), itemViewType, z2)) != null) { @@ -2961,9 +2961,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.g(RecyclerView.this, a.K("getViewForPositionAndType returned a view which does not have a ViewHolder"))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.L("getViewForPositionAndType returned a view which does not have a ViewHolder"))); } else if (viewHolder.shouldIgnore()) { - throw new IllegalArgumentException(a.g(RecyclerView.this, a.K("getViewForPositionAndType returned a view that is ignored. You must call stopIgnoring before returning this view."))); + throw new IllegalArgumentException(a.g(RecyclerView.this, a.L("getViewForPositionAndType returned a view that is ignored. You must call stopIgnoring before returning this view."))); } } if (viewHolder == null) { @@ -3370,9 +3370,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager instanceof ScrollVectorProvider) { return ((ScrollVectorProvider) layoutManager).computeScrollVectorForPosition(i); } - StringBuilder K = a.K("You should override computeScrollVectorForPosition when the LayoutManager does not implement "); - K.append(ScrollVectorProvider.class.getCanonicalName()); - Log.w(RecyclerView.TAG, K.toString()); + StringBuilder L = a.L("You should override computeScrollVectorForPosition when the LayoutManager does not implement "); + L.append(ScrollVectorProvider.class.getCanonicalName()); + Log.w(RecyclerView.TAG, L.toString()); return null; } @@ -3474,12 +3474,12 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro public void start(RecyclerView recyclerView, LayoutManager layoutManager) { recyclerView.mViewFlinger.stop(); if (this.mStarted) { - 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.TAG, K.toString()); + 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.TAG, L.toString()); } this.mRecyclerView = recyclerView; this.mLayoutManager = layoutManager; @@ -3536,11 +3536,11 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro public void assertLayoutStep(int i) { if ((this.mLayoutStep & i) == 0) { - 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()); + 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()); } } @@ -3607,28 +3607,28 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String 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(); + 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(); } public boolean willRunPredictiveAnimations() { @@ -4125,17 +4125,17 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String 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()); + 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()); if (isScrap()) { sb.append(" scrap "); sb.append(this.mInChangeScrap ? "[changeScrap]" : "[attachedScrap]"); @@ -4159,10 +4159,10 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro sb.append(" tmpDetached"); } if (!isRecyclable()) { - StringBuilder K = a.K(" not recyclable("); - K.append(this.mIsRecyclableCount); - K.append(")"); - sb.append(K.toString()); + StringBuilder L = a.L(" not recyclable("); + L.append(this.mIsRecyclableCount); + L.append(")"); + sb.append(L.toString()); } if (isAdapterPositionUnknown()) { sb.append(" undefined adapter position"); @@ -5119,19 +5119,19 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro return; } if (str == null) { - throw new IllegalStateException(a.g(this, a.K("Cannot call this method unless RecyclerView is computing a layout or scrolling"))); + throw new IllegalStateException(a.g(this, a.L("Cannot call this method unless RecyclerView is computing a layout or scrolling"))); } - throw new IllegalStateException(a.g(this, a.K(str))); + throw new IllegalStateException(a.g(this, a.L(str))); } public void assertNotInLayoutOrScroll(String str) { if (isComputingLayout()) { if (str == null) { - throw new IllegalStateException(a.g(this, a.K("Cannot call this method while RecyclerView is computing a layout or scrolling"))); + throw new IllegalStateException(a.g(this, a.L("Cannot call this method while RecyclerView is computing a layout or scrolling"))); } throw new IllegalStateException(str); } else if (this.mDispatchScrollCounter > 0) { - Log.w(TAG, "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("")))); + Log.w(TAG, "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.L("")))); } } @@ -5559,15 +5559,15 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String exceptionLabel() { - 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(); + 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(); } public final void fillRemainingScrollValues(State state) { @@ -5806,7 +5806,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager != null) { return layoutManager.generateDefaultLayoutParams(); } - throw new IllegalStateException(a.g(this, a.K("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.g(this, a.L("RecyclerView has no LayoutManager"))); } @Override // android.view.ViewGroup @@ -5815,7 +5815,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager != null) { return layoutManager.generateLayoutParams(getContext(), attributeSet); } - throw new IllegalStateException(a.g(this, a.K("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.g(this, a.L("RecyclerView has no LayoutManager"))); } @Override // android.view.ViewGroup @@ -5824,7 +5824,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager != null) { return layoutManager.generateLayoutParams(layoutParams); } - throw new IllegalStateException(a.g(this, a.K("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.g(this, a.L("RecyclerView has no LayoutManager"))); } @Override // android.view.ViewGroup, android.view.View @@ -6023,7 +6023,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.g(this, a.K("Trying to set fast scroller without both required drawables."))); + throw new IllegalArgumentException(a.g(this, a.L("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)); @@ -6370,10 +6370,10 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } else if (actionMasked == 2) { int findPointerIndex = motionEvent.findPointerIndex(this.mScrollPointerId); if (findPointerIndex < 0) { - 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(TAG, K.toString()); + 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(TAG, L.toString()); return false; } int x3 = (int) (motionEvent.getX(findPointerIndex) + 0.5f); @@ -6600,10 +6600,10 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } else if (actionMasked == 2) { int findPointerIndex = motionEvent.findPointerIndex(this.mScrollPointerId); if (findPointerIndex < 0) { - 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(TAG, K.toString()); + 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(TAG, L.toString()); return false; } int x3 = (int) (motionEvent.getX(findPointerIndex) + 0.5f); diff --git a/app/src/main/java/androidx/recyclerview/widget/SortedList.java b/app/src/main/java/androidx/recyclerview/widget/SortedList.java index e1e424fc57..07614508f7 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 L = a.L("cannot add item to ", i, " because size is "); - L.append(this.mSize); - throw new IndexOutOfBoundsException(L.toString()); + StringBuilder M = a.M("cannot add item to ", i, " because size is "); + M.append(this.mSize); + throw new IndexOutOfBoundsException(M.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 L = a.L("Asked to get item at ", i, " but size is "); - L.append(this.mSize); - throw new IndexOutOfBoundsException(L.toString()); + StringBuilder M = a.M("Asked to get item at ", i, " but size is "); + M.append(this.mSize); + throw new IndexOutOfBoundsException(M.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 5ba95f8c94..d6078cbd7f 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 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(); + 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(); } @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 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()); + 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()); } 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 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()); + 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()); } 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 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()); + 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()); } 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 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()); + 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()); } 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 291713ab08..a2e47e58ea 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.j0(sb, "`", "room_table_modification_trigger_", str, "_"); + a.k0(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.j0(sb, " AFTER ", str2, " ON `", str); - a.j0(sb, "` BEGIN UPDATE ", UPDATE_TABLE_NAME, " SET ", INVALIDATED_COLUMN_NAME); - a.j0(sb, " = 1", " WHERE ", TABLE_ID_COLUMN_NAME, " = "); + a.k0(sb, " AFTER ", str2, " ON `", str); + a.k0(sb, "` BEGIN UPDATE ", UPDATE_TABLE_NAME, " SET ", INVALIDATED_COLUMN_NAME); + a.k0(sb, " = 1", " WHERE ", TABLE_ID_COLUMN_NAME, " = "); sb.append(i); sb.append(" AND "); sb.append(INVALIDATED_COLUMN_NAME); @@ -459,9 +459,9 @@ public class InvalidationTracker { if (num != null) { iArr[i] = num.intValue(); } else { - StringBuilder K = a.K("There is no table with name "); - K.append(resolveViews[i]); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("There is no table with name "); + L.append(resolveViews[i]); + throw new IllegalArgumentException(L.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 e80abf8d27..a70fc931c4 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 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()); + 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()); } catch (IllegalAccessException unused2) { - StringBuilder K2 = a.K("Cannot access the constructor"); - K2.append(cls.getCanonicalName()); - throw new RuntimeException(K2.toString()); + StringBuilder L2 = a.L("Cannot access the constructor"); + L2.append(cls.getCanonicalName()); + throw new RuntimeException(L2.toString()); } catch (InstantiationException unused3) { - StringBuilder K3 = a.K("Failed to create an instance of "); - K3.append(cls.getCanonicalName()); - throw new RuntimeException(K3.toString()); + StringBuilder L3 = a.L("Failed to create an instance of "); + L3.append(cls.getCanonicalName()); + throw new RuntimeException(L3.toString()); } } diff --git a/app/src/main/java/androidx/room/RoomOpenHelper.java b/app/src/main/java/androidx/room/RoomOpenHelper.java index 1701957a01..d6bf1e6ece 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 K = a.K("Pre-packaged database has an invalid schema: "); - K.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("Pre-packaged database has an invalid schema: "); + L.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(L.toString()); } } @@ -156,9 +156,9 @@ public class RoomOpenHelper extends SupportSQLiteOpenHelper.Callback { if (!hasEmptySchema) { ValidationResult onValidateSchema = this.mDelegate.onValidateSchema(supportSQLiteDatabase); if (!onValidateSchema.isValid) { - StringBuilder K = a.K("Pre-packaged database has an invalid schema: "); - K.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("Pre-packaged database has an invalid schema: "); + L.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(L.toString()); } } updateIdentity(supportSQLiteDatabase); @@ -196,9 +196,9 @@ public class RoomOpenHelper extends SupportSQLiteOpenHelper.Callback { updateIdentity(supportSQLiteDatabase); z2 = true; } else { - StringBuilder K = a.K("Migration didn't properly handle: "); - K.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("Migration didn't properly handle: "); + L.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(L.toString()); } } if (!z2) { diff --git a/app/src/main/java/androidx/room/SQLiteCopyOpenHelper.java b/app/src/main/java/androidx/room/SQLiteCopyOpenHelper.java index 74da13393c..a4cf26f883 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 K = a.K("Failed to create directories for "); - K.append(file.getAbsolutePath()); - throw new IOException(K.toString()); + StringBuilder L = a.L("Failed to create directories for "); + L.append(file.getAbsolutePath()); + throw new IOException(L.toString()); } else if (!createTempFile.renameTo(file)) { - 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()); + 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()); } } diff --git a/app/src/main/java/androidx/room/paging/LimitOffsetDataSource.java b/app/src/main/java/androidx/room/paging/LimitOffsetDataSource.java index a0d886d9e9..5faa43786c 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 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(); + 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(); AnonymousClass1 r3 = new AnonymousClass1(strArr); this.mObserver = r3; roomDatabase.getInvalidationTracker().addWeakObserver(r3); diff --git a/app/src/main/java/androidx/room/util/FtsTableInfo.java b/app/src/main/java/androidx/room/util/FtsTableInfo.java index 6beab921f0..db089d4382 100644 --- a/app/src/main/java/androidx/room/util/FtsTableInfo.java +++ b/app/src/main/java/androidx/room/util/FtsTableInfo.java @@ -146,14 +146,14 @@ public class FtsTableInfo { } public String 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(); + 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(); } } diff --git a/app/src/main/java/androidx/room/util/TableInfo.java b/app/src/main/java/androidx/room/util/TableInfo.java index 6a6931a450..9d53799fca 100644 --- a/app/src/main/java/androidx/room/util/TableInfo.java +++ b/app/src/main/java/androidx/room/util/TableInfo.java @@ -104,24 +104,24 @@ public class TableInfo { } public String 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(); + 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(); } } @@ -166,21 +166,21 @@ public class TableInfo { } public String 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(); + 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(); } } @@ -236,15 +236,15 @@ public class TableInfo { } public String 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(); + 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(); } } @@ -437,16 +437,16 @@ public class TableInfo { } public String 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(); + 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(); } } diff --git a/app/src/main/java/androidx/room/util/ViewInfo.java b/app/src/main/java/androidx/room/util/ViewInfo.java index 5e81703e23..d009aa8429 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 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(); + 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(); } } diff --git a/app/src/main/java/androidx/savedstate/Recreator.java b/app/src/main/java/androidx/savedstate/Recreator.java index e893a317f3..c52895a6f9 100644 --- a/app/src/main/java/androidx/savedstate/Recreator.java +++ b/app/src/main/java/androidx/savedstate/Recreator.java @@ -55,10 +55,10 @@ public final class Recreator implements GenericLifecycleObserver { throw new RuntimeException(a.s("Failed to instantiate ", str), e); } } catch (NoSuchMethodException 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); + 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); } } catch (ClassNotFoundException 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 69fa26c208..0756b6c62a 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 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); + 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); } } 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 d545106165..8a9ac07183 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 K = a.K("Failed to open android.app.shortcuts meta-data resource of "); - K.append(activityInfo.name); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Failed to open android.app.shortcuts meta-data resource of "); + L.append(activityInfo.name); + throw new IllegalArgumentException(L.toString()); } private static ShareTargetCompat parseShareTarget(XmlResourceParser xmlResourceParser) throws Exception { diff --git a/app/src/main/java/androidx/sharetarget/ShortcutsInfoSerialization.java b/app/src/main/java/androidx/sharetarget/ShortcutsInfoSerialization.java index 90c707e3a8..31ba3639bb 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 K = a.K("Failed to write to file "); - K.append(atomicFile.getBaseFile()); - Log.e("ShortcutInfoCompatSaver", K.toString(), e); + StringBuilder L = a.L("Failed to write to file "); + L.append(atomicFile.getBaseFile()); + Log.e("ShortcutInfoCompatSaver", L.toString(), e); atomicFile.failWrite(fileOutputStream); - StringBuilder K2 = a.K("Failed to write to file "); - K2.append(atomicFile.getBaseFile()); - throw new RuntimeException(K2.toString(), e); + StringBuilder L2 = a.L("Failed to write to file "); + L2.append(atomicFile.getBaseFile()); + throw new RuntimeException(L2.toString(), e); } } catch (Exception e3) { e = e3; - StringBuilder K = a.K("Failed to write to file "); - K.append(atomicFile.getBaseFile()); - Log.e("ShortcutInfoCompatSaver", K.toString(), e); + StringBuilder L = a.L("Failed to write to file "); + L.append(atomicFile.getBaseFile()); + Log.e("ShortcutInfoCompatSaver", L.toString(), e); atomicFile.failWrite(fileOutputStream); - StringBuilder K2 = a.K("Failed to write to file "); - K2.append(atomicFile.getBaseFile()); - throw new RuntimeException(K2.toString(), e); + StringBuilder L2 = a.L("Failed to write to file "); + L2.append(atomicFile.getBaseFile()); + throw new RuntimeException(L2.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 8de2707425..2681439a2d 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.g0("deleting the database file: ", str, TAG); + a.h0("deleting the database file: ", str, TAG); 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 K = a.K("Corruption reported by sqlite on database: "); - K.append(supportSQLiteDatabase.getPath()); - Log.e(TAG, K.toString()); + StringBuilder L = a.L("Corruption reported by sqlite on database: "); + L.append(supportSQLiteDatabase.getPath()); + Log.e(TAG, L.toString()); if (!supportSQLiteDatabase.isOpen()) { deleteDatabaseFile(supportSQLiteDatabase.getPath()); return; 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 8ba0a905ae..9c11a01124 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 O = a.O("DELETE FROM ", str); - O.append(TextUtils.isEmpty(str2) ? "" : a.s(" WHERE ", str2)); - SupportSQLiteStatement compileStatement = compileStatement(O.toString()); + StringBuilder P = a.P("DELETE FROM ", str); + P.append(TextUtils.isEmpty(str2) ? "" : a.s(" WHERE ", str2)); + SupportSQLiteStatement compileStatement = compileStatement(P.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 060d568e7a..8a755e929f 100644 --- a/app/src/main/java/androidx/transition/Transition.java +++ b/app/src/main/java/androidx/transition/Transition.java @@ -1271,23 +1271,23 @@ public abstract class Transition implements Cloneable { } public String toString(String str) { - StringBuilder K = a.K(str); - K.append(getClass().getSimpleName()); - K.append("@"); - K.append(Integer.toHexString(hashCode())); - K.append(": "); - String sb = K.toString(); + StringBuilder L = a.L(str); + L.append(getClass().getSimpleName()); + L.append("@"); + L.append(Integer.toHexString(hashCode())); + L.append(": "); + String sb = L.toString(); if (this.mDuration != -1) { - sb = a.y(a.O(sb, "dur("), this.mDuration, ") "); + sb = a.y(a.P(sb, "dur("), this.mDuration, ") "); } if (this.mStartDelay != -1) { - sb = a.y(a.O(sb, "dly("), this.mStartDelay, ") "); + sb = a.y(a.P(sb, "dly("), this.mStartDelay, ") "); } if (this.mInterpolator != null) { - StringBuilder O = a.O(sb, "interp("); - O.append(this.mInterpolator); - O.append(") "); - sb = O.toString(); + StringBuilder P = a.P(sb, "interp("); + P.append(this.mInterpolator); + P.append(") "); + sb = P.toString(); } if (this.mTargetIds.size() <= 0 && this.mTargets.size() <= 0) { return sb; @@ -1298,9 +1298,9 @@ public abstract class Transition implements Cloneable { if (i > 0) { s2 = a.s(s2, ", "); } - StringBuilder K2 = a.K(s2); - K2.append(this.mTargetIds.get(i)); - s2 = K2.toString(); + StringBuilder L2 = a.L(s2); + L2.append(this.mTargetIds.get(i)); + s2 = L2.toString(); } } if (this.mTargets.size() > 0) { @@ -1308,9 +1308,9 @@ public abstract class Transition implements Cloneable { if (i2 > 0) { s2 = a.s(s2, ", "); } - StringBuilder K3 = a.K(s2); - K3.append(this.mTargets.get(i2)); - s2 = K3.toString(); + StringBuilder L3 = a.L(s2); + L3.append(this.mTargets.get(i2)); + s2 = L3.toString(); } } 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 c72d856ae3..ad546ec283 100644 --- a/app/src/main/java/androidx/transition/TransitionInflater.java +++ b/app/src/main/java/androidx/transition/TransitionInflater.java @@ -100,9 +100,9 @@ public class TransitionInflater { throw new RuntimeException("Invalid use of pathMotion element"); } } else if (!"patternPathMotion".equals(name)) { - StringBuilder K = a.K("Unknown scene name: "); - K.append(xmlPullParser.getName()); - throw new RuntimeException(K.toString()); + StringBuilder L = a.L("Unknown scene name: "); + L.append(xmlPullParser.getName()); + throw new RuntimeException(L.toString()); } else if (transition != null) { transition.setPathMotion(new PatternPathMotion(this.mContext, attributeSet)); } else { @@ -149,9 +149,9 @@ public class TransitionInflater { } } } - StringBuilder K = a.K("Unknown scene name: "); - K.append(xmlPullParser.getName()); - throw new RuntimeException(K.toString()); + StringBuilder L = a.L("Unknown scene name: "); + L.append(xmlPullParser.getName()); + throw new RuntimeException(L.toString()); } public static TransitionInflater from(Context context) { @@ -205,9 +205,9 @@ public class TransitionInflater { } obtainStyledAttributes.recycle(); } else { - StringBuilder K = a.K("Unknown scene name: "); - K.append(xmlPullParser.getName()); - throw new RuntimeException(K.toString()); + StringBuilder L = a.L("Unknown scene name: "); + L.append(xmlPullParser.getName()); + throw new RuntimeException(L.toString()); } } } diff --git a/app/src/main/java/androidx/transition/TransitionSet.java b/app/src/main/java/androidx/transition/TransitionSet.java index d2c355332d..0f896d8c5f 100644 --- a/app/src/main/java/androidx/transition/TransitionSet.java +++ b/app/src/main/java/androidx/transition/TransitionSet.java @@ -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 O = a.O(transition, "\n"); - O.append(this.mTransitions.get(i).toString(str + " ")); - transition = O.toString(); + StringBuilder P = a.P(transition, "\n"); + P.append(this.mTransitions.get(i).toString(str + " ")); + transition = P.toString(); } return transition; } diff --git a/app/src/main/java/androidx/transition/TransitionValues.java b/app/src/main/java/androidx/transition/TransitionValues.java index 5e18df7ad6..5ce418505a 100644 --- a/app/src/main/java/androidx/transition/TransitionValues.java +++ b/app/src/main/java/androidx/transition/TransitionValues.java @@ -32,13 +32,13 @@ public class TransitionValues { } public String toString() { - 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:"); + 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 s2 = a.s(P.toString(), " values:"); for (String str : this.values.keySet()) { s2 = s2 + " " + str + ": " + this.values.get(str) + "\n"; } 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 ef92a1e126..33c1687430 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 K = a.K("Unknown interpolator name: "); - K.append(xmlPullParser.getName()); - throw new RuntimeException(K.toString()); + StringBuilder L = a.L("Unknown interpolator name: "); + L.append(xmlPullParser.getName()); + throw new RuntimeException(L.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 913fbbda85..3577f6075f 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 K = a.K("Unknown animator name: "); - K.append(xmlPullParser.getName()); - throw new RuntimeException(K.toString()); + StringBuilder L = a.L("Unknown animator name: "); + L.append(xmlPullParser.getName()); + throw new RuntimeException(L.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 L = a.L("Keyframe ", i, ": fraction "); + StringBuilder M = a.M("Keyframe ", i, ": fraction "); Object obj = "null"; - L.append(keyframe.getFraction() < 0.0f ? obj : Float.valueOf(keyframe.getFraction())); - L.append(", , value : "); + M.append(keyframe.getFraction() < 0.0f ? obj : Float.valueOf(keyframe.getFraction())); + M.append(", , value : "); if (keyframe.hasValue()) { obj = keyframe.getValue(); } - L.append(obj); - Log.d(TAG, L.toString()); + M.append(obj); + Log.d(TAG, M.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 f5b18b0555..609c1841b0 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 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:"); + 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:"); int i6 = min - 1; - K.append(this.mX[i6]); - K.append(","); - K.append(this.mY[i6]); - throw new IllegalArgumentException(K.toString()); + L.append(this.mX[i6]); + L.append(","); + L.append(this.mY[i6]); + throw new IllegalArgumentException(L.toString()); } throw new IllegalArgumentException("The Path has a invalid length " + length); } 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 b473bd741b..7ae7c95c57 100644 --- a/app/src/main/java/androidx/vectordrawable/graphics/drawable/VectorDrawableCompat.java +++ b/app/src/main/java/androidx/vectordrawable/graphics/drawable/VectorDrawableCompat.java @@ -535,15 +535,15 @@ public class VectorDrawableCompat extends VectorDrawableCommon { float[] fArr; String str = " "; for (int i = 0; i < pathDataNodeArr.length; i++) { - StringBuilder K = a.K(str); - K.append(pathDataNodeArr[i].mType); - K.append(":"); - str = K.toString(); + StringBuilder L = a.L(str); + L.append(pathDataNodeArr[i].mType); + L.append(":"); + str = L.toString(); for (float f : pathDataNodeArr[i].mParams) { - StringBuilder K2 = a.K(str); - K2.append(f); - K2.append(","); - str = K2.toString(); + StringBuilder L2 = a.L(str); + L2.append(f); + L2.append(","); + str = L2.toString(); } } return str; @@ -554,11 +554,11 @@ public class VectorDrawableCompat extends VectorDrawableCommon { for (int i2 = 0; i2 < i; i2++) { str = a.s(str, " "); } - StringBuilder O = a.O(str, "current path is :"); - O.append(this.mPathName); - O.append(" pathData is "); - O.append(nodesToString(this.mNodes)); - Log.v(VectorDrawableCompat.LOGTAG, O.toString()); + StringBuilder P = a.P(str, "current path is :"); + P.append(this.mPathName); + P.append(" pathData is "); + P.append(nodesToString(this.mNodes)); + Log.v(VectorDrawableCompat.LOGTAG, P.toString()); } public void setPathData(PathParser.PathDataNode[] pathDataNodeArr) { @@ -1096,11 +1096,11 @@ public class VectorDrawableCompat extends VectorDrawableCommon { for (int i2 = 0; i2 < i; i2++) { str = a.s(str, " "); } - StringBuilder O = a.O(str, "current group is :"); - O.append(vGroup.getGroupName()); - O.append(" rotation is "); - O.append(vGroup.mRotate); - Log.v(LOGTAG, O.toString()); + StringBuilder P = a.P(str, "current group is :"); + P.append(vGroup.getGroupName()); + P.append(" rotation is "); + P.append(vGroup.mRotate); + Log.v(LOGTAG, P.toString()); Log.v(LOGTAG, 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/VersionedParcelParcel.java b/app/src/main/java/androidx/versionedparcelable/VersionedParcelParcel.java index ce9387235a..190b165b63 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.C(new StringBuilder(), this.mPrefix, " "), this.mReadCache, this.mWriteCache, this.mParcelizerCache); + return new VersionedParcelParcel(parcel, dataPosition, i, a.D(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 49617875d5..d484ae3ecd 100644 --- a/app/src/main/java/androidx/versionedparcelable/VersionedParcelStream.java +++ b/app/src/main/java/androidx/versionedparcelable/VersionedParcelStream.java @@ -231,9 +231,9 @@ public class VersionedParcelStream extends VersionedParcel { writeInt(14); writeFloatArray((float[]) obj); } else { - StringBuilder K = a.K("Unsupported type "); - K.append(obj.getClass()); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Unsupported type "); + L.append(obj.getClass()); + throw new IllegalArgumentException(L.toString()); } } diff --git a/app/src/main/java/androidx/viewpager/widget/ViewPager.java b/app/src/main/java/androidx/viewpager/widget/ViewPager.java index 7e1e40900e..88eacac32b 100644 --- a/app/src/main/java/androidx/viewpager/widget/ViewPager.java +++ b/app/src/main/java/androidx/viewpager/widget/ViewPager.java @@ -346,10 +346,10 @@ public class ViewPager extends ViewGroup { @Override // java.lang.Object public String toString() { - StringBuilder K = a.K("FragmentPager.SavedState{"); - K.append(Integer.toHexString(System.identityHashCode(this))); - K.append(" position="); - return a.w(K, this.position, "}"); + StringBuilder L = a.L("FragmentPager.SavedState{"); + L.append(Integer.toHexString(System.identityHashCode(this))); + L.append(" position="); + return a.w(L, this.position, "}"); } @Override // androidx.customview.view.AbsSavedState, android.os.Parcelable @@ -981,9 +981,9 @@ public class ViewPager extends ViewGroup { sb.append(" => "); sb.append(parent2.getClass().getSimpleName()); } - StringBuilder K = a.K("arrowScroll tried to find focus based on non-child current focused view "); - K.append(sb.toString()); - Log.e(TAG, K.toString()); + StringBuilder L = a.L("arrowScroll tried to find focus based on non-child current focused view "); + L.append(sb.toString()); + Log.e(TAG, L.toString()); } } findNextFocus = FocusFinder.getInstance().findNextFocus(this, findFocus, i); @@ -2121,17 +2121,17 @@ public class ViewPager extends ViewGroup { } catch (Resources.NotFoundException unused) { str = Integer.toHexString(getId()); } - 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()); + 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()); } } diff --git a/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java b/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java index b32524b91d..a69c7367ee 100644 --- a/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java +++ b/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java @@ -499,9 +499,9 @@ public abstract class FragmentStateAdapter extends RecyclerView.Adapter implements a { String timeUnit2 = timeUnit.toString(); Locale locale = Locale.ROOT; String lowerCase = timeUnit2.toLowerCase(locale); - StringBuilder N = c.d.b.a.a.N("Waited ", j, " "); - N.append(timeUnit.toString().toLowerCase(locale)); - String sb = N.toString(); + StringBuilder O = c.d.b.a.a.O("Waited ", j, " "); + O.append(timeUnit.toString().toLowerCase(locale)); + String sb = O.toString(); if (nanos + 1000 < 0) { String s2 = c.d.b.a.a.s(sb, " (plus "); long j2 = -nanos; @@ -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.C(c.d.b.a.a.K("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); + return c.d.b.a.a.D(c.d.b.a.a.L("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); } if (!(this instanceof ScheduledFuture)) { return null; } - StringBuilder K = c.d.b.a.a.K("remaining delay=["); - K.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); - K.append(" ms]"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("remaining delay=["); + L.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); + L.append(" ms]"); + return L.toString(); } public boolean set(@Nullable V v) { @@ -725,9 +725,9 @@ public abstract class AbstractFuture implements a { try { str = pendingToString(); } catch (RuntimeException e) { - StringBuilder K = c.d.b.a.a.K("Exception thrown from implementation: "); - K.append(e.getClass()); - str = K.toString(); + StringBuilder L = c.d.b.a.a.L("Exception thrown from implementation: "); + L.append(e.getClass()); + str = L.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 9af975071e..a4345cde3c 100644 --- a/app/src/main/java/c/a/a/a.java +++ b/app/src/main/java/c/a/a/a.java @@ -9,7 +9,7 @@ import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import c.a.j.t; +import c.a.i.u; import com.discord.R; import com.discord.app.AppDialog; import com.discord.dialogs.ImageUploadDialog; @@ -31,7 +31,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.V(a.class, "binding", "getBinding()Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(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; @@ -70,7 +70,7 @@ public final class a extends AppDialog { ((a) this.j).dismiss(); } else if (i == 4) { KProperty[] kPropertyArr = a.i; - ((a) this.j).g().f163c.toggle(); + ((a) this.j).g().f166c.toggle(); } else { throw null; } @@ -98,17 +98,17 @@ public final class a extends AppDialog { } /* compiled from: ImageUploadFailedDialog.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, t.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0); + super(1, u.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 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 t invoke(View view) { + public u invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.chat_input_upload_too_large_center_file; @@ -147,7 +147,7 @@ public final class a extends AppDialog { i2 = R.id.setting_subtext; TextView textView3 = (TextView) view2.findViewById(R.id.setting_subtext); if (textView3 != null) { - return new t((RelativeLayout) view2, imageView, materialButton, switchMaterial, relativeLayout, findViewById, materialButton2, relativeLayout2, materialButton3, materialButton4, textView, textView2, textView3); + return new u((RelativeLayout) view2, imageView, materialButton, switchMaterial, relativeLayout, findViewById, materialButton2, relativeLayout2, materialButton3, materialButton4, textView, textView2, textView3); } } } @@ -178,8 +178,8 @@ public final class a extends AppDialog { super(R.layout.image_upload_failed_dialog); } - public final t g() { - return (t) this.k.getValue((Fragment) this, i[0]); + public final u g() { + return (u) this.k.getValue((Fragment) this, i[0]); } /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x0169: APUT (r3v2 java.lang.Object[]), (0 ??[int, short, byte, char]), (r10v7 java.lang.CharSequence) */ @@ -221,10 +221,10 @@ public final class a extends AppDialog { } relativeLayout2.setVisibility(i3); g().d.setOnClickListener(new View$OnClickListenerC0001a(4, this)); - SwitchMaterial switchMaterial = g().f163c; + SwitchMaterial switchMaterial = g().f166c; m.checkNotNullExpressionValue(switchMaterial, "binding.imageUploadFaile…mpressionSettingsCheckbox"); switchMaterial.setChecked(StoreStream.Companion.getUserSettings().getIsAutoImageCompressionEnabled()); - g().f163c.setOnCheckedChangeListener(d.a); + g().f166c.setOnCheckedChangeListener(d.a); TextView textView = g().j; m.checkNotNullExpressionValue(textView, "binding.imageUploadFailedText"); CharSequence charSequence = null; @@ -233,16 +233,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.h(context2, i4, new Object[0], null, 4) : null; - charSequence = c.a.l.b.h(context, R.string.upload_area_too_large_help, objArr, null, 4); + objArr[0] = context2 != null ? c.a.k.b.h(context2, i4, new Object[0], null, 4) : null; + charSequence = c.a.k.b.h(context, R.string.upload_area_too_large_help, 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.h(context4, i4, new Object[0], null, 4) : null; - charSequence = c.a.l.b.h(context3, R.string.upload_area_too_large_help_mobile, objArr2, null, 4); + objArr2[0] = context4 != null ? c.a.k.b.h(context4, i4, new Object[0], null, 4) : null; + charSequence = c.a.k.b.h(context3, R.string.upload_area_too_large_help_mobile, 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 d9371a9e6c..fd62779e6a 100644 --- a/app/src/main/java/c/a/a/b/a.java +++ b/app/src/main/java/c/a/a/b/a.java @@ -7,10 +7,9 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.b.f; -import c.a.e.h0; -import c.a.e.j0; -import c.a.e.o; -import c.a.j.n1; +import c.a.d.f0; +import c.a.d.h0; +import c.a.i.o1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -26,6 +25,7 @@ import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.a0; import d0.z.d.k; import d0.z.d.m; +import d0.z.d.o; import java.util.Objects; import kotlin.Lazy; import kotlin.Unit; @@ -37,7 +37,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.V(a.class, "binding", "getBinding()Lcom/discord/databinding/UserActionsDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(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; @@ -80,17 +80,17 @@ public final class a extends AppDialog { } /* compiled from: UserActionsDialog.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, n1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/UserActionsDialogBinding;", 0); + super(1, o1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/UserActionsDialogBinding;", 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 n1 invoke(View view) { + public o1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.user_actions_dialog_avatar; @@ -108,7 +108,7 @@ public final class a extends AppDialog { i2 = R.id.user_actions_dialog_user_name; TextView textView4 = (TextView) view2.findViewById(R.id.user_actions_dialog_user_name); if (textView4 != null) { - return new n1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4); + return new o1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4); } } } @@ -164,7 +164,7 @@ public final class a extends AppDialog { Context requireContext = aVar3.requireContext(); m.checkNotNullExpressionValue(requireContext, "requireContext()"); textView.setText(UserNameFormatterKt.getSpannableForUserNameWithDiscrim(user, str, requireContext, R.attr.colorHeaderPrimary, R.attr.font_primary_semibold, R.integer.uikit_textsize_large_sp, R.attr.colorTextMuted, R.attr.font_primary_normal, R.integer.uikit_textsize_large_sp)); - TextView textView2 = aVar3.g().f132c; + TextView textView2 = aVar3.g().f137c; m.checkNotNullExpressionValue(textView2, "binding.userActionsDialogBlockItem"); int i = 8; textView2.setVisibility(aVar2.f34c ? 0 : 8); @@ -197,10 +197,10 @@ public final class a extends AppDialog { KProperty[] kPropertyArr = a.i; Objects.requireNonNull(aVar); if (bVar2 instanceof f.b.C0003b) { - o.i(aVar, ((f.b.C0003b) bVar2).a, 0, 4); + c.a.d.m.i(aVar, ((f.b.C0003b) bVar2).a, 0, 4); aVar.dismiss(); } else if (bVar2 instanceof f.b.a) { - o.i(aVar, ((f.b.a) bVar2).a, 0, 4); + c.a.d.m.i(aVar, ((f.b.a) bVar2).a, 0, 4); aVar.dismiss(); } return Unit.a; @@ -208,7 +208,7 @@ public final class a extends AppDialog { } /* compiled from: UserActionsDialog.kt */ - public static final class h extends d0.z.d.o implements Function0> { + public static final class h extends o implements Function0> { public final /* synthetic */ a this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ @@ -230,13 +230,13 @@ public final class a extends AppDialog { public a() { super(R.layout.user_actions_dialog); 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)); + f0 f0Var = new f0(this); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new m(4, f0Var), new h0(hVar)); this.m = new MGImages.DistinctChangeDetector(); } - public final n1 g() { - return (n1) this.k.getValue((Fragment) this, i[0]); + public final o1 g() { + return (o1) this.k.getValue((Fragment) this, i[0]); } public final f h() { @@ -247,7 +247,7 @@ public final class a extends AppDialog { public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - g().f132c.setOnClickListener(new View$OnClickListenerC0002a(0, this)); + g().f137c.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/f.java b/app/src/main/java/c/a/a/b/f.java index 4afc396aa6..e0819a0302 100644 --- a/app/src/main/java/c/a/a/b/f.java +++ b/app/src/main/java/c/a/a/b/f.java @@ -59,7 +59,7 @@ public final class f extends AppViewModel { } public String toString() { - return c.d.b.a.a.w(c.d.b.a.a.K("Failure(failureMessageStringRes="), this.a, ")"); + return c.d.b.a.a.w(c.d.b.a.a.L("Failure(failureMessageStringRes="), this.a, ")"); } } @@ -85,7 +85,7 @@ public final class f extends AppViewModel { } public String toString() { - return c.d.b.a.a.w(c.d.b.a.a.K("Success(successMessageStringRes="), this.a, ")"); + return c.d.b.a.a.w(c.d.b.a.a.L("Success(successMessageStringRes="), this.a, ")"); } } @@ -180,16 +180,16 @@ public final class f extends AppViewModel { } public String toString() { - 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.f34c); - K.append(", showUnblockItem="); - K.append(this.d); - K.append(", showRemoveFriendItem="); - return c.d.b.a.a.F(K, this.e, ")"); + 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.f34c); + L.append(", showUnblockItem="); + L.append(this.d); + L.append(", showRemoveFriendItem="); + return c.d.b.a.a.G(L, this.e, ")"); } } 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 72e2bb89b5..273cdf0342 100644 --- a/app/src/main/java/c/a/a/c/a.java +++ b/app/src/main/java/c/a/a/c/a.java @@ -9,9 +9,9 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.c.f; -import c.a.e.h0; -import c.a.e.j0; -import c.a.j.v0; +import c.a.d.f0; +import c.a.d.h0; +import c.a.i.w0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewFlipper; @@ -42,7 +42,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.V(a.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionCancelDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(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; @@ -100,17 +100,17 @@ public final class a extends AppDialog { } /* compiled from: PremiumGuildSubscriptionCancelDialog.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, v0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionCancelDialogBinding;", 0); + super(1, w0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionCancelDialogBinding;", 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 v0 invoke(View view) { + public w0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.active_subscription_progress; @@ -137,7 +137,7 @@ public final class a extends AppDialog { i2 = R.id.premium_guild_subscription_cancel_nevermind; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.premium_guild_subscription_cancel_nevermind); if (materialButton != null) { - return new v0((LinearLayout) view2, progressBar, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, materialButton); + return new w0((LinearLayout) view2, progressBar, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, materialButton); } } } @@ -182,7 +182,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionCancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, cVar2.f35c, 0.0f, 2, null); aVar.setCancelable(cVar2.e); - aVar.g().f176c.setIsLoading(cVar2.d); + aVar.g().f179c.setIsLoading(cVar2.d); AppViewFlipper appViewFlipper = aVar.g().e; m.checkNotNullExpressionValue(appViewFlipper, "binding.premiumGuildSubscriptionCancelFlipper"); appViewFlipper.setDisplayedChild(!(cVar2 instanceof f.c.C0009f) ? 1 : 0); @@ -196,13 +196,13 @@ public final class a extends AppDialog { if (eVar.g) { TextView textView2 = aVar.g().b; m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionCancelBody"); - c.a.l.b.n(textView2, R.string.premium_guild_subscription_cancel_body_inventory, new Object[]{renderUtcDate$default}, null, 4); + c.a.k.b.n(textView2, R.string.premium_guild_subscription_cancel_body_inventory, new Object[]{renderUtcDate$default}, null, 4); } else { TextView textView3 = aVar.g().b; m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionCancelBody"); - c.a.l.b.n(textView3, R.string.premium_guild_subscription_cancel_body_guild, new Object[]{renderUtcDate$default}, null, 4); + c.a.k.b.n(textView3, R.string.premium_guild_subscription_cancel_body_guild, new Object[]{renderUtcDate$default}, null, 4); } - aVar.g().f176c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500)); + aVar.g().f179c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500)); } else if (cVar2 instanceof f.c.b) { TextView textView4 = aVar.g().f; m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionCancelHeader"); @@ -213,13 +213,13 @@ public final class a extends AppDialog { String currentPeriodEnd2 = ((f.c.b) cVar2).f.getCurrentPeriodEnd(); Context requireContext2 = aVar.requireContext(); m.checkNotNullExpressionValue(requireContext2, "requireContext()"); - c.a.l.b.n(textView5, R.string.premium_guild_subscription_confirm_body, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4); - aVar.g().f176c.setText(aVar.getString(R.string.okay)); - aVar.g().f176c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500)); + c.a.k.b.n(textView5, R.string.premium_guild_subscription_confirm_body, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4); + aVar.g().f179c.setText(aVar.getString(R.string.okay)); + aVar.g().f179c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500)); } else if (cVar2 instanceof f.c.C0008c) { Integer num = ((f.c.C0008c) cVar2).f; if (num != null) { - c.a.e.o.g(aVar.requireContext(), num.intValue(), 0, null, 12); + c.a.d.m.g(aVar.requireContext(), num.intValue(), 0, null, 12); } aVar.dismiss(); } @@ -269,13 +269,13 @@ public final class a extends AppDialog { public a() { super(R.layout.premium_guild_subscription_cancel_dialog); 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)); + f0 f0Var = new f0(this); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(f.class), new m(2, f0Var), new h0(fVar)); this.m = g.lazy(new e(this)); } - public final v0 g() { - return (v0) this.k.getValue((Fragment) this, i[0]); + public final w0 g() { + return (w0) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -283,7 +283,7 @@ public final class a extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); g().g.setOnClickListener(new View$OnClickListenerC0005a(0, this)); - g().f176c.setOnClickListener(new View$OnClickListenerC0005a(1, this)); + g().f179c.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 81314545fe..e02b6fd627 100644 --- a/app/src/main/java/c/a/a/c/b.java +++ b/app/src/main/java/c/a/a/c/b.java @@ -9,9 +9,9 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.c.k; -import c.a.e.h0; -import c.a.e.j0; -import c.a.j.w0; +import c.a.d.f0; +import c.a.d.h0; +import c.a.i.x0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewFlipper; @@ -37,7 +37,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.V(b.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionUncancelDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(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; @@ -100,17 +100,17 @@ public final class b extends AppDialog { } /* compiled from: PremiumGuildSubscriptionUncancelDialog.kt */ - public static final /* synthetic */ class c extends d0.z.d.k implements Function1 { + public static final /* synthetic */ class c extends d0.z.d.k implements Function1 { public static final c i = new c(); public c() { - super(1, w0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionUncancelDialogBinding;", 0); + super(1, x0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionUncancelDialogBinding;", 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 w0 invoke(View view) { + public x0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.notice_header_container; @@ -137,7 +137,7 @@ public final class b extends AppDialog { i2 = R.id.premium_guild_subscription_uncancel_nevermind; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.premium_guild_subscription_uncancel_nevermind); if (materialButton != null) { - return new w0((LinearLayout) view2, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, imageView, materialButton); + return new x0((LinearLayout) view2, linearLayout, textView, loadingButton, textView2, appViewFlipper, textView3, imageView, materialButton); } } } @@ -186,7 +186,7 @@ public final class b extends AppDialog { MaterialButton materialButton2 = bVar.g().h; m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionUncancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, z3 && !((k.c.b) cVar2).b, 0.0f, 2, null); - bVar.g().f180c.setIsLoading(z3 && ((k.c.b) cVar2).b); + bVar.g().f185c.setIsLoading(z3 && ((k.c.b) cVar2).b); k.c.C0010c cVar3 = k.c.C0010c.a; if (!(!m.areEqual(cVar2, cVar3)) || !z3 || ((k.c.b) cVar2).b) { z2 = false; @@ -210,11 +210,11 @@ public final class b extends AppDialog { TextView textView5 = bVar.g().b; m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionUncancelBody"); textView5.setText(bVar.getString(R.string.premium_guild_subscription_inventory_uncancel_confirm_description)); - bVar.g().f180c.setText(bVar.getString(R.string.okay)); + bVar.g().f185c.setText(bVar.getString(R.string.okay)); } else if (cVar2 instanceof k.c.a) { Integer num = ((k.c.a) cVar2).a; if (num != null) { - c.a.e.o.i(bVar, num.intValue(), 0, 4); + c.a.d.m.i(bVar, num.intValue(), 0, 4); } bVar.dismiss(); } @@ -265,13 +265,13 @@ public final class b extends AppDialog { public b() { super(R.layout.premium_guild_subscription_uncancel_dialog); 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)); + f0 f0Var = new f0(this); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(k.class), new m(3, f0Var), new h0(fVar)); this.m = g.lazy(new e(this)); } - public final w0 g() { - return (w0) this.k.getValue((Fragment) this, i[0]); + public final x0 g() { + return (x0) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -279,7 +279,7 @@ public final class b extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); g().h.setOnClickListener(new a(0, this)); - g().f180c.setOnClickListener(new a(1, this)); + g().f185c.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 c6f35315cc..6244fc8028 100644 --- a/app/src/main/java/c/a/a/c/c.java +++ b/app/src/main/java/c/a/a/c/c.java @@ -8,7 +8,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import c.a.j.u0; +import c.a.i.v0; import com.airbnb.lottie.LottieAnimationView; import com.discord.R; import com.discord.app.AppDialog; @@ -28,7 +28,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.V(c.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(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); @@ -43,8 +43,8 @@ public final class c extends AppDialog { m.checkNotNullParameter(fragmentManager, "fragmentManager"); m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(function0, "dismissListener"); - CharSequence h = z2 ? c.a.l.b.h(context, R.string.guild_subscription_purchase_modal_transferred_description_mobile1, new Object[0], null, 4) : c.a.l.b.h(context, R.string.guild_subscription_purchase_modal_activated_description_mobile1, new Object[0], null, 4); - CharSequence h2 = str == null ? c.a.l.b.h(context, R.string.guild_subscription_purchase_modal_activated_description_no_application, new Object[]{StringResourceUtilsKt.getI18nPluralString(context, R.plurals.guild_subscription_purchase_modal_activated_description_no_application_guildSubscriptionQuantity, i, Integer.valueOf(i))}, null, 4) : z2 ? c.a.l.b.h(context, R.string.guild_subscription_purchase_modal_transferred_description_mobile2, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, R.plurals.guild_subscription_purchase_modal_transferred_description_mobile2_guildSubscriptionQuantity, i, Integer.valueOf(i))}, null, 4) : c.a.l.b.h(context, R.string.guild_subscription_purchase_modal_activated_description_mobile2, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, R.plurals.guild_subscription_purchase_modal_activated_description_guildSubscriptionQuantity, i, Integer.valueOf(i))}, null, 4); + CharSequence h = z2 ? c.a.k.b.h(context, R.string.guild_subscription_purchase_modal_transferred_description_mobile1, new Object[0], null, 4) : c.a.k.b.h(context, R.string.guild_subscription_purchase_modal_activated_description_mobile1, new Object[0], null, 4); + CharSequence h2 = str == null ? c.a.k.b.h(context, R.string.guild_subscription_purchase_modal_activated_description_no_application, new Object[]{StringResourceUtilsKt.getI18nPluralString(context, R.plurals.guild_subscription_purchase_modal_activated_description_no_application_guildSubscriptionQuantity, i, Integer.valueOf(i))}, null, 4) : z2 ? c.a.k.b.h(context, R.string.guild_subscription_purchase_modal_transferred_description_mobile2, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, R.plurals.guild_subscription_purchase_modal_transferred_description_mobile2_guildSubscriptionQuantity, i, Integer.valueOf(i))}, null, 4) : c.a.k.b.h(context, R.string.guild_subscription_purchase_modal_activated_description_mobile2, new Object[]{str, StringResourceUtilsKt.getI18nPluralString(context, R.plurals.guild_subscription_purchase_modal_activated_description_guildSubscriptionQuantity, i, Integer.valueOf(i))}, null, 4); c cVar = new c(); cVar.m = function0; Bundle bundle = new Bundle(); @@ -56,17 +56,17 @@ public final class c extends AppDialog { } /* compiled from: PremiumGuildSubscriptionActivatedDialog.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, u0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionActivatedDialogBinding;", 0); + super(1, v0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionActivatedDialogBinding;", 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 u0 invoke(View view) { + public v0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.premium_guild_subscription_activated_body1; @@ -81,7 +81,7 @@ public final class c extends AppDialog { i2 = R.id.premium_guild_subscription_activated_ok; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.premium_guild_subscription_activated_ok); if (materialButton != null) { - return new u0((LinearLayout) view2, textView, textView2, lottieAnimationView, materialButton); + return new v0((LinearLayout) view2, textView, textView2, lottieAnimationView, materialButton); } } } @@ -109,8 +109,8 @@ public final class c extends AppDialog { super(R.layout.premium_guild_subscription_activated_dialog); } - public final u0 g() { - return (u0) this.l.getValue((Fragment) this, i[0]); + public final v0 g() { + return (v0) this.l.getValue((Fragment) this, i[0]); } @Override // androidx.fragment.app.DialogFragment, android.content.DialogInterface.OnDismissListener @@ -131,7 +131,7 @@ public final class c extends AppDialog { Bundle arguments = getArguments(); CharSequence charSequence = null; textView.setText(arguments != null ? arguments.getCharSequence("extra_body1_text") : null); - TextView textView2 = g().f170c; + TextView textView2 = g().f174c; m.checkNotNullExpressionValue(textView2, "binding.premiumGuildSubscriptionActivatedBody2"); Bundle arguments2 = getArguments(); if (arguments2 != null) { 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 80d6e54337..3328a0498d 100644 --- a/app/src/main/java/c/a/a/c/f.java +++ b/app/src/main/java/c/a/a/c/f.java @@ -65,12 +65,12 @@ public final class f extends AppViewModel { } public String 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(); + 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(); } } @@ -111,10 +111,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder K = c.d.b.a.a.K("CancelInProgress(subscription="); - K.append(this.f); - K.append(")"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("CancelInProgress(subscription="); + L.append(this.f); + L.append(")"); + return L.toString(); } } @@ -145,10 +145,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder K = c.d.b.a.a.K("Cancelled(subscription="); - K.append(this.f); - K.append(")"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("Cancelled(subscription="); + L.append(this.f); + L.append(")"); + return L.toString(); } } @@ -188,7 +188,7 @@ public final class f extends AppViewModel { } public String toString() { - return c.d.b.a.a.z(c.d.b.a.a.K("Dismiss(dismissStringId="), this.f, ")"); + return c.d.b.a.a.A(c.d.b.a.a.L("Dismiss(dismissStringId="), this.f, ")"); } } @@ -217,10 +217,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder K = c.d.b.a.a.K("FailureCancelling(subscription="); - K.append(this.f); - K.append(")"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("FailureCancelling(subscription="); + L.append(this.f); + L.append(")"); + return L.toString(); } } @@ -262,10 +262,10 @@ public final class f extends AppViewModel { } public String toString() { - 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, ")"); + 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, ")"); } } 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 f74b157a31..ee751b050c 100644 --- a/app/src/main/java/c/a/a/c/k.java +++ b/app/src/main/java/c/a/a/c/k.java @@ -54,10 +54,10 @@ public final class k extends AppViewModel { } public String toString() { - StringBuilder K = c.d.b.a.a.K("StoreState(subscriptionState="); - K.append(this.a); - K.append(")"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("StoreState(subscriptionState="); + L.append(this.a); + L.append(")"); + return L.toString(); } } @@ -99,7 +99,7 @@ public final class k extends AppViewModel { } public String toString() { - return c.d.b.a.a.z(c.d.b.a.a.K("Dismiss(errorToastStringResId="), this.a, ")"); + return c.d.b.a.a.A(c.d.b.a.a.L("Dismiss(errorToastStringResId="), this.a, ")"); } } @@ -164,12 +164,12 @@ public final class k extends AppViewModel { } public String toString() { - 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.f36c, ")"); + 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.f36c, ")"); } } diff --git a/app/src/main/java/c/a/a/d.java b/app/src/main/java/c/a/a/d.java index c791b783ef..1f7bae93fe 100644 --- a/app/src/main/java/c/a/a/d.java +++ b/app/src/main/java/c/a/a/d.java @@ -5,7 +5,7 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import c.a.j.h1; +import c.a.i.i1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.dialogs.SimpleConfirmationDialogArgs; @@ -24,7 +24,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: SimpleConfirmationDialog.kt */ public final class d extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(d.class, "binding", "getBinding()Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(d.class, "binding", "getBinding()Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0)}; public static final c j = new c(null); public final Lazy k = g.lazy(new b(this, "intent_args_key")); public View.OnClickListener l; @@ -83,10 +83,10 @@ public final class d extends AppDialog { if (simpleConfirmationDialogArgs2 != null) { return simpleConfirmationDialogArgs2; } - StringBuilder K = c.d.b.a.a.K("Missing args for class type "); - K.append(a0.getOrCreateKotlinClass(SimpleConfirmationDialogArgs.class).getSimpleName()); - K.append(" + key "); - throw new IllegalStateException(c.d.b.a.a.B(K, this.$argsKey, '!')); + StringBuilder L = c.d.b.a.a.L("Missing args for class type "); + L.append(a0.getOrCreateKotlinClass(SimpleConfirmationDialogArgs.class).getSimpleName()); + L.append(" + key "); + throw new IllegalStateException(c.d.b.a.a.C(L, this.$argsKey, '!')); } } @@ -98,17 +98,17 @@ public final class d extends AppDialog { /* compiled from: SimpleConfirmationDialog.kt */ /* renamed from: c.a.a.d$d reason: collision with other inner class name */ - public static final /* synthetic */ class C0011d extends k implements Function1 { + public static final /* synthetic */ class C0011d extends k implements Function1 { public static final C0011d i = new C0011d(); public C0011d() { - super(1, h1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0); + super(1, i1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 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 h1 invoke(View view) { + public i1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.notice_header_container; @@ -126,7 +126,7 @@ public final class d extends AppDialog { i2 = R.id.simple_confirmation_dialog_title; TextView textView2 = (TextView) view2.findViewById(R.id.simple_confirmation_dialog_title); if (textView2 != null) { - return new h1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2); + return new i1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2); } } } @@ -144,8 +144,8 @@ public final class d extends AppDialog { return (SimpleConfirmationDialogArgs) this.k.getValue(); } - public final h1 h() { - return (h1) this.m.getValue((Fragment) this, i[0]); + public final i1 h() { + return (i1) this.m.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -154,15 +154,15 @@ public final class d extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); h().d.setOnClickListener(new a(0, this)); h().d.setText(g().k); - h().f102c.setOnClickListener(new a(1, this)); - MaterialButton materialButton = h().f102c; + h().f105c.setOnClickListener(new a(1, this)); + MaterialButton materialButton = h().f105c; m.checkNotNullExpressionValue(materialButton, "binding.simpleConfirmationDialogNegative"); materialButton.setText(g().l); TextView textView = h().e; m.checkNotNullExpressionValue(textView, "binding.simpleConfirmationDialogTitle"); - c.a.l.b.a(textView, g().i); + c.a.k.b.a(textView, g().i); TextView textView2 = h().b; m.checkNotNullExpressionValue(textView2, "binding.simpleConfirmationDialogDescription"); - c.a.l.b.a(textView2, g().j); + c.a.k.b.a(textView2, g().j); } } 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 0cb36c3c38..29b1573f8f 100644 --- a/app/src/main/java/c/a/a/e/a.java +++ b/app/src/main/java/c/a/a/e/a.java @@ -8,7 +8,7 @@ import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import c.a.j.x0; +import c.a.i.y0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.analytics.AnalyticsTracker; @@ -24,7 +24,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: PremiumGuildSubscriptionUpsellDialog.kt */ public final class a extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(a.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionUpsellDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionUpsellDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); @@ -125,17 +125,17 @@ public final class a extends AppDialog { } /* compiled from: PremiumGuildSubscriptionUpsellDialog.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, x0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionUpsellDialogBinding;", 0); + super(1, y0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildSubscriptionUpsellDialogBinding;", 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 x0 invoke(View view) { + public y0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.premium_guild_upsell_close; @@ -147,7 +147,7 @@ public final class a extends AppDialog { i2 = R.id.premium_guild_upsell_subscribe_button; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.premium_guild_upsell_subscribe_button); if (materialButton != null) { - return new x0((RelativeLayout) view2, imageView, textView, materialButton); + return new y0((RelativeLayout) view2, imageView, textView, materialButton); } } } @@ -186,8 +186,8 @@ public final class a extends AppDialog { super(R.layout.premium_guild_subscription_upsell_dialog); } - public final x0 g() { - return (x0) this.k.getValue((Fragment) this, i[0]); + public final y0 g() { + return (y0) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -202,6 +202,6 @@ public final class a extends AppDialog { Bundle arguments3 = getArguments(); g().d.setOnClickListener(new d(this, j2, valueOf, arguments3 != null ? arguments3.getString("extra_page") : null, string)); g().b.setOnClickListener(new View$OnClickListenerC0012a(0, this)); - g().f185c.setOnClickListener(new View$OnClickListenerC0012a(1, this)); + g().f191c.setOnClickListener(new View$OnClickListenerC0012a(1, this)); } } diff --git a/app/src/main/java/c/a/a/e/b.java b/app/src/main/java/c/a/a/e/b.java index a534e74629..53549bc1a8 100644 --- a/app/src/main/java/c/a/a/e/b.java +++ b/app/src/main/java/c/a/a/e/b.java @@ -12,8 +12,8 @@ import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.viewpager2.adapter.FragmentStateAdapter; import androidx.viewpager2.widget.ViewPager2; -import c.a.j.j5; -import c.a.j.m0; +import c.a.i.n0; +import c.a.i.n5; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppFragment; @@ -36,7 +36,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ public final class b extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(b.class, "binding", "getBinding()Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(b.class, "binding", "getBinding()Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0)}; public static final C0013b j = new C0013b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, f.i, null, 2, null); public e l; @@ -159,20 +159,18 @@ public final class b extends AppDialog { } public String 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(); + StringBuilder L = c.d.b.a.a.L("UpsellData(imageResId="); + L.append(this.a); + L.append(", headerText="); + L.append(this.b); + L.append(", bodyText="); + return c.d.b.a.a.z(L, this.f37c, ")"); } } /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ public static final class d extends AppFragment { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(d.class, "binding", "getBinding()Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(d.class, "binding", "getBinding()Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0)}; public static final a j = new a(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, C0014b.i, null, 2, null); @@ -184,17 +182,17 @@ public final class b extends AppDialog { /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ /* renamed from: c.a.a.e.b$d$b reason: collision with other inner class name */ - public static final /* synthetic */ class C0014b extends k implements Function1 { + public static final /* synthetic */ class C0014b extends k implements Function1 { public static final C0014b i = new C0014b(); public C0014b() { - super(1, j5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0); + super(1, n5.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 j5 invoke(View view) { + public n5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.premium_upsell_body; @@ -206,7 +204,7 @@ public final class b extends AppDialog { i2 = R.id.premium_upsell_img; ImageView imageView = (ImageView) view2.findViewById(R.id.premium_upsell_img); if (imageView != null) { - return new j5((LinearLayout) view2, textView, textView2, imageView); + return new n5((LinearLayout) view2, textView, textView2, imageView); } } } @@ -218,8 +216,8 @@ public final class b extends AppDialog { super(R.layout.widget_premium_upsell); } - public final j5 g() { - return (j5) this.k.getValue((Fragment) this, i[0]); + public final n5 g() { + return (n5) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppFragment @@ -229,14 +227,14 @@ public final class b extends AppDialog { ImageView imageView = g().d; Bundle arguments = getArguments(); imageView.setImageResource(arguments != null ? arguments.getInt("extra_image_id") : 0); - TextView textView = g().f114c; + TextView textView = g().f135c; 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.l(string, new Object[0], null, 2)); + textView2.setText((arguments3 == null || (string = arguments3.getString("extra_body_text")) == null) ? "" : c.a.k.b.l(string, new Object[0], null, 2)); } } @@ -278,17 +276,17 @@ public final class b extends AppDialog { } /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ - public static final /* synthetic */ class f extends k implements Function1 { + public static final /* synthetic */ class f extends k implements Function1 { public static final f i = new f(); public f() { - super(1, m0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0); + super(1, n0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 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 m0 invoke(View view) { + public n0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.premium_upsell_button_container; @@ -312,7 +310,7 @@ public final class b extends AppDialog { i2 = R.id.premium_upsell_viewpager; ViewPager2 viewPager2 = (ViewPager2) view2.findViewById(R.id.premium_upsell_viewpager); if (viewPager2 != null) { - return new m0((RelativeLayout) view2, linearLayout, materialButton, findViewById, tabLayout, materialButton2, materialButton3, viewPager2); + return new n0((RelativeLayout) view2, linearLayout, materialButton, findViewById, tabLayout, materialButton2, materialButton3, viewPager2); } } } @@ -344,8 +342,8 @@ public final class b extends AppDialog { bVar.dismiss(); } - public final m0 h() { - return (m0) this.k.getValue((Fragment) this, i[0]); + public final n0 h() { + return (n0) this.k.getValue((Fragment) this, i[0]); } public final boolean i() { @@ -376,8 +374,8 @@ public final class b extends AppDialog { m.checkNotNullExpressionValue(string6, "getString(R.string.premi…ed_emojis_passive_mobile)"); String string7 = getString(R.string.premium_upsell_animated_emojis_description_mobile); m.checkNotNullExpressionValue(string7, "getString(R.string.premi…mojis_description_mobile)"); - CharSequence k = c.a.l.b.k(this, R.string.premium_upsell_upload_passive_mobile, new Object[0], null, 4); - Object[] objArr = {c.a.l.b.k(this, R.string.file_upload_limit_standard, new Object[0], null, 4), c.a.l.b.k(this, R.string.file_upload_limit_premium_tier_2, new Object[0], null, 4)}; + CharSequence k = c.a.k.b.k(this, R.string.premium_upsell_upload_passive_mobile, new Object[0], null, 4); + Object[] objArr = {c.a.k.b.k(this, R.string.file_upload_limit_standard, new Object[0], null, 4), c.a.k.b.k(this, R.string.file_upload_limit_premium_tier_2, new Object[0], null, 4)}; String string8 = getString(R.string.premium_upsell_animated_avatar_passive_mobile); m.checkNotNullExpressionValue(string8, "getString(R.string.premi…ed_avatar_passive_mobile)"); String string9 = getString(R.string.premium_upsell_animated_avatar_description_mobile); @@ -386,7 +384,7 @@ public final class b extends AppDialog { m.checkNotNullExpressionValue(string10, "getString(R.string.premi…ell_badge_passive_mobile)"); String string11 = getString(R.string.premium_upsell_badge_description_mobile); m.checkNotNullExpressionValue(string11, "getString(R.string.premi…badge_description_mobile)"); - List listOf = n.listOf((Object[]) new c[]{new c(R.drawable.img_tag_upsell, string2, string3), new c(R.drawable.img_global_emoji_upsell, string4, string5), new c(R.drawable.img_animated_emoji_upsell, string6, string7), new c(R.drawable.img_upload_upsell, k, c.a.l.b.k(this, R.string.premium_upsell_upload_description_mobile, objArr, null, 4)), new c(R.drawable.img_avatar_upsell, string8, string9), new c(R.drawable.img_badge_upsell, string10, string11)}); + List listOf = n.listOf((Object[]) new c[]{new c(R.drawable.img_tag_upsell, string2, string3), new c(R.drawable.img_global_emoji_upsell, string4, string5), new c(R.drawable.img_animated_emoji_upsell, string6, string7), new c(R.drawable.img_upload_upsell, k, c.a.k.b.k(this, R.string.premium_upsell_upload_description_mobile, objArr, null, 4)), new c(R.drawable.img_avatar_upsell, string8, string9), new c(R.drawable.img_badge_upsell, string10, string11)}); Bundle arguments = getArguments(); int i2 = arguments != null ? arguments.getInt("extra_page_number") : 0; Bundle arguments2 = getArguments(); @@ -431,11 +429,11 @@ public final class b extends AppDialog { m.throwUninitializedPropertyAccessException("pagerAdapter"); } viewPager2.setAdapter(eVar); - TabLayout tabLayout = h().f127c; + TabLayout tabLayout = h().f130c; m.checkNotNullExpressionValue(tabLayout, "binding.premiumUpsellDots"); int i2 = 8; tabLayout.setVisibility(j() ? 0 : 8); - TabLayout tabLayout2 = h().f127c; + TabLayout tabLayout2 = h().f130c; m.checkNotNullExpressionValue(tabLayout2, "binding.premiumUpsellDots"); ViewPager2 viewPager22 = h().f; m.checkNotNullExpressionValue(viewPager22, "binding.premiumUpsellViewpager"); diff --git a/app/src/main/java/c/a/a/e/c.java b/app/src/main/java/c/a/a/e/c.java index 71f945a3fc..3d91cb0c67 100644 --- a/app/src/main/java/c/a/a/e/c.java +++ b/app/src/main/java/c/a/a/e/c.java @@ -8,7 +8,7 @@ import android.widget.ImageView; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import c.a.j.y0; +import c.a.i.z0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.resources.StringResourceUtilsKt; @@ -24,7 +24,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: UpgradePremiumGuildDialog.kt */ public final class c extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(c.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(c.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0)}; public static final b j = new b(null); public Function0 k; public Function0 l; @@ -73,17 +73,17 @@ public final class c extends AppDialog { /* compiled from: UpgradePremiumGuildDialog.kt */ /* renamed from: c.a.a.e.c$c reason: collision with other inner class name */ - public static final /* synthetic */ class C0015c extends k implements Function1 { + public static final /* synthetic */ class C0015c extends k implements Function1 { public static final C0015c i = new C0015c(); public C0015c() { - super(1, y0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0); + super(1, z0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 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 y0 invoke(View view) { + public z0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.continue_button; @@ -101,7 +101,7 @@ public final class c extends AppDialog { i2 = R.id.upgrade_button; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.upgrade_button); if (materialButton != null) { - return new y0((RelativeLayout) view2, textView, imageView, textView2, textView3, materialButton); + return new z0((RelativeLayout) view2, textView, imageView, textView2, textView3, materialButton); } } } @@ -115,8 +115,8 @@ public final class c extends AppDialog { super(R.layout.premium_guild_upgrade_dialog); } - public final y0 g() { - return (y0) this.o.getValue((Fragment) this, i[0]); + public final z0 g() { + return (z0) this.o.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog, androidx.fragment.app.DialogFragment, androidx.fragment.app.Fragment @@ -139,17 +139,17 @@ public final class c extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); TextView textView = g().d; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellDescription"); - c.a.l.b.n(textView, R.string.premium_upsell_feature_pretext, new Object[]{this.m}, null, 4); + c.a.k.b.n(textView, R.string.premium_upsell_feature_pretext, 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.n(textView2, R.string.premium_upsell_feature_free_guild_subscription, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext, R.plurals.premium_upsell_feature_free_guild_subscription_numFreeGuildSubscriptions, 2, 2)}, null, 4); + c.a.k.b.n(textView2, R.string.premium_upsell_feature_free_guild_subscription, new Object[]{StringResourceUtilsKt.getI18nPluralString(requireContext, R.plurals.premium_upsell_feature_free_guild_subscription_numFreeGuildSubscriptions, 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().f190c.setOnClickListener(new a(2, this)); + g().f196c.setOnClickListener(new a(2, this)); } } diff --git a/app/src/main/java/c/a/a/e/d.java b/app/src/main/java/c/a/a/e/d.java index 608ac16aa6..f64a143a98 100644 --- a/app/src/main/java/c/a/a/e/d.java +++ b/app/src/main/java/c/a/a/e/d.java @@ -8,7 +8,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.core.content.ContextCompat; import androidx.fragment.app.Fragment; -import c.a.j.i1; +import c.a.i.j1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -24,7 +24,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: SingleValuePropPremiumUpsellDialog.kt */ public final class d extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(d.class, "binding", "getBinding()Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(d.class, "binding", "getBinding()Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0)}; public static final b j = new b(null); public final FragmentViewBindingDelegate k = FragmentViewBindingDelegateKt.viewBinding$default(this, c.i, null, 2, null); @@ -65,17 +65,17 @@ public final class d extends AppDialog { } /* compiled from: SingleValuePropPremiumUpsellDialog.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, i1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0); + super(1, j1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 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 i1 invoke(View view) { + public j1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.button_container; @@ -102,7 +102,7 @@ public final class d extends AppDialog { i2 = R.id.value_prop_image; ImageView imageView = (ImageView) view2.findViewById(R.id.value_prop_image); if (imageView != null) { - return new i1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView); + return new j1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView); } } } @@ -119,8 +119,8 @@ public final class d extends AppDialog { super(R.layout.single_value_prop_premium_upsell_dialog); } - public final i1 g() { - return (i1) this.k.getValue((Fragment) this, i[0]); + public final j1 g() { + return (j1) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -150,6 +150,6 @@ public final class d extends AppDialog { textView2.setText(str); } g().b.setOnClickListener(new a(0, this)); - g().f107c.setOnClickListener(new a(1, this)); + g().f111c.setOnClickListener(new a(1, this)); } } diff --git a/app/src/main/java/c/a/a/e/e.java b/app/src/main/java/c/a/a/e/e.java index 5fa39e70cd..1c7b3269b6 100644 --- a/app/src/main/java/c/a/a/e/e.java +++ b/app/src/main/java/c/a/a/e/e.java @@ -7,7 +7,7 @@ import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import c.a.j.z0; +import c.a.i.a1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -23,7 +23,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: UpgradePremiumYearlyDialog.kt */ public final class e extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(e.class, "binding", "getBinding()Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(e.class, "binding", "getBinding()Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0)}; public static final b j = new b(null); public Function0 k; public Function0 l; @@ -69,17 +69,17 @@ public final class e extends AppDialog { } /* compiled from: UpgradePremiumYearlyDialog.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, z0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0); + super(1, a1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 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 z0 invoke(View view) { + public a1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.premium_upsell_header; @@ -97,7 +97,7 @@ public final class e extends AppDialog { i2 = R.id.purchase_premium_yearly; MaterialButton materialButton = (MaterialButton) view2.findViewById(R.id.purchase_premium_yearly); if (materialButton != null) { - return new z0((LinearLayout) view2, imageView, textView, textView2, textView3, materialButton); + return new a1((LinearLayout) view2, imageView, textView, textView2, textView3, materialButton); } } } @@ -111,8 +111,8 @@ public final class e extends AppDialog { super(R.layout.premium_upgrade_yearly_dialog); } - public final z0 g() { - return (z0) this.o.getValue((Fragment) this, i[0]); + public final a1 g() { + return (a1) this.o.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog, androidx.fragment.app.DialogFragment, androidx.fragment.app.Fragment @@ -134,16 +134,16 @@ public final class e extends AppDialog { } requireDialog().setCanceledOnTouchOutside(true); boolean z2 = getArgumentsOrDefault().getBoolean("ARG_IS_TIER_1"); - CharSequence k = c.a.l.b.k(this, z2 ? R.string.premium_tier_1 : R.string.premium_tier_2, new Object[0], null, 4); + CharSequence k = c.a.k.b.k(this, z2 ? R.string.premium_tier_1 : R.string.premium_tier_2, new Object[0], null, 4); TextView textView = g().d; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellYearlyTitle"); - c.a.l.b.n(textView, R.string.premium_upsell_yearly_title, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), k}, null, 4); - TextView textView2 = g().f196c; + c.a.k.b.n(textView, R.string.premium_upsell_yearly_title, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), k}, null, 4); + TextView textView2 = g().f61c; m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellYearlyDescription"); - c.a.l.b.n(textView2, R.string.premium_upsell_yearly_description, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4); + c.a.k.b.n(textView2, R.string.premium_upsell_yearly_description, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4); MaterialButton materialButton = g().f; m.checkNotNullExpressionValue(materialButton, "binding.purchasePremiumYearly"); - c.a.l.b.n(materialButton, R.string.premium_upsell_yearly_cta, new Object[]{this.m}, null, 4); + c.a.k.b.n(materialButton, R.string.premium_upsell_yearly_cta, new Object[]{this.m}, null, 4); g().b.setImageResource(z2 ? R.drawable.img_premium_guild_subscription_purchase_header_tier_1 : R.drawable.img_premium_guild_subscription_purchase_header_tier_2); TextView textView3 = g().e; m.checkNotNullExpressionValue(textView3, "binding.purchasePremiumMonthly"); 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 7ee8598a3e..9ab3ffb910 100644 --- a/app/src/main/java/c/a/a/e/f.java +++ b/app/src/main/java/c/a/a/e/f.java @@ -9,7 +9,7 @@ import android.widget.TextView; import androidx.core.content.ContextCompat; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import c.a.j.s0; +import c.a.i.t0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.drawable.DrawableCompat; @@ -25,7 +25,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: PremiumActivatedDialog.kt */ public final class f extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(f.class, "binding", "getBinding()Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(f.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); @@ -48,17 +48,17 @@ public final class f extends AppDialog { } /* compiled from: PremiumActivatedDialog.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, s0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0); + super(1, t0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumActivatedDialogBinding;", 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 s0 invoke(View view) { + public t0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.premium_activated_confirm; @@ -79,7 +79,7 @@ public final class f extends AppDialog { i2 = R.id.premium_activated_wumpus; ImageView imageView4 = (ImageView) view2.findViewById(R.id.premium_activated_wumpus); if (imageView4 != null) { - return new s0((LinearLayout) view2, materialButton, textView, imageView, imageView2, imageView3, imageView4); + return new t0((LinearLayout) view2, materialButton, textView, imageView, imageView2, imageView3, imageView4); } } } @@ -112,8 +112,8 @@ public final class f extends AppDialog { super(R.layout.premium_activated_dialog); } - public final s0 g() { - return (s0) this.l.getValue((Fragment) this, i[0]); + public final t0 g() { + return (t0) this.l.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment @@ -144,7 +144,7 @@ public final class f extends AppDialog { m.checkNotNullExpressionValue(imageView, "binding.premiumActivatedWumpus"); imageView.setScaleX(z2 ? 1.0f : -1.0f); g().f.setImageDrawable(ContextCompat.getDrawable(requireContext(), i2)); - TextView textView = g().f158c; + TextView textView = g().f161c; m.checkNotNullExpressionValue(textView, "binding.premiumActivatedDescription"); textView.setText(getString(i6)); requireDialog().setCanceledOnTouchOutside(true); diff --git a/app/src/main/java/c/a/a/e/g.java b/app/src/main/java/c/a/a/e/g.java index 7c0966d228..ada4dd3f9f 100644 --- a/app/src/main/java/c/a/a/e/g.java +++ b/app/src/main/java/c/a/a/e/g.java @@ -5,7 +5,7 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import c.a.j.t0; +import c.a.i.u0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -20,7 +20,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: PremiumAndPremiumGuildActivatedDialog.kt */ public final class g extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(g.class, "binding", "getBinding()Lcom/discord/databinding/PremiumAndPremiumGuildActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(g.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); @@ -32,17 +32,17 @@ public final class g extends AppDialog { } /* compiled from: PremiumAndPremiumGuildActivatedDialog.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, t0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumAndPremiumGuildActivatedDialogBinding;", 0); + super(1, u0.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/PremiumAndPremiumGuildActivatedDialogBinding;", 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 t0 invoke(View view) { + public u0 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.premium_activated_confirm; @@ -51,7 +51,7 @@ public final class g extends AppDialog { i2 = R.id.premium_and_premium_guild_activated_text; TextView textView = (TextView) view2.findViewById(R.id.premium_and_premium_guild_activated_text); if (textView != null) { - return new t0((LinearLayout) view2, materialButton, textView); + return new u0((LinearLayout) view2, materialButton, textView); } } throw new NullPointerException("Missing required view with ID: ".concat(view2.getResources().getResourceName(i2))); @@ -94,10 +94,10 @@ public final class g extends AppDialog { m.checkNotNullExpressionValue(str, "arguments?.getString(EXTRA_PLAN_NAME) ?: \"\""); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.l; KProperty[] kPropertyArr = i; - TextView textView = ((t0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f164c; + TextView textView = ((u0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f167c; m.checkNotNullExpressionValue(textView, "binding.premiumAndPremiumGuildActivatedText"); - c.a.l.b.n(textView, R.string.billing_premium_and_premium_guild_plan_activated, new Object[]{str}, null, 4); + c.a.k.b.n(textView, R.string.billing_premium_and_premium_guild_plan_activated, new Object[]{str}, null, 4); requireDialog().setCanceledOnTouchOutside(true); - ((t0) this.l.getValue((Fragment) this, kPropertyArr[0])).b.setOnClickListener(new c(this)); + ((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/a.java b/app/src/main/java/c/a/a/f/a/a.java index ac1db4e169..41dfe5216f 100644 --- a/app/src/main/java/c/a/a/f/a/a.java +++ b/app/src/main/java/c/a/a/f/a/a.java @@ -8,8 +8,8 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.f.a.d; -import c.a.e.h0; -import c.a.e.j0; +import c.a.d.f0; +import c.a.d.h0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -35,7 +35,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.V(a.class, "binding", "getBinding()Lcom/discord/databinding/AudioOutputSelectionDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(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; @@ -79,17 +79,17 @@ public final class a extends AppDialog { } /* compiled from: AudioOutputSelectionDialog.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, c.a.j.b.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/AudioOutputSelectionDialogBinding;", 0); + super(1, c.a.i.b.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/AudioOutputSelectionDialogBinding;", 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 c.a.j.b invoke(View view) { + public c.a.i.b invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.audio_output_selection_bluetooth_radio; @@ -110,7 +110,7 @@ public final class a extends AppDialog { i2 = R.id.audio_output_selection_wired_radio; MaterialRadioButton materialRadioButton4 = (MaterialRadioButton) view2.findViewById(R.id.audio_output_selection_wired_radio); if (materialRadioButton4 != null) { - return new c.a.j.b((LinearLayout) view2, materialRadioButton, textView, radioGroup, materialRadioButton2, materialRadioButton3, materialRadioButton4); + return new c.a.i.b((LinearLayout) view2, materialRadioButton, textView, radioGroup, materialRadioButton2, materialRadioButton3, materialRadioButton4); } } } @@ -161,7 +161,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionBluetoothRadio"); i = materialRadioButton4.getId(); } - aVar3.i().f68c.check(i); + aVar3.i().f65c.check(i); MaterialRadioButton materialRadioButton5 = aVar3.i().b; m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio"); int i2 = 0; @@ -209,8 +209,8 @@ public final class a extends AppDialog { public a() { super(R.layout.audio_output_selection_dialog); e eVar = e.i; - h0 h0Var = new h0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(d.class), new m(5, h0Var), new j0(eVar)); + f0 f0Var = new f0(this); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(d.class), new m(5, f0Var), new h0(eVar)); } public static final void g(a aVar) { @@ -224,8 +224,8 @@ public final class a extends AppDialog { return (d) aVar.l.getValue(); } - public final c.a.j.b i() { - return (c.a.j.b) this.k.getValue((Fragment) this, i[0]); + public final c.a.i.b i() { + return (c.a.i.b) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog diff --git a/app/src/main/java/c/a/a/f/a/d.java b/app/src/main/java/c/a/a/f/a/d.java index cf398c899f..9e8fa27d91 100644 --- a/app/src/main/java/c/a/a/f/a/d.java +++ b/app/src/main/java/c/a/a/f/a/d.java @@ -95,18 +95,18 @@ public final class d extends AppViewModel { } public String toString() { - StringBuilder K = c.d.b.a.a.K("Loaded(selectedAudioOutput="); - K.append(this.a); - K.append(", showBluetoothItem="); - K.append(this.b); - K.append(", bluetoothDeviceName="); - K.append(this.f38c); - 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, ")"); + StringBuilder L = c.d.b.a.a.L("Loaded(selectedAudioOutput="); + L.append(this.a); + L.append(", showBluetoothItem="); + L.append(this.b); + L.append(", bluetoothDeviceName="); + L.append(this.f38c); + 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, ")"); } } diff --git a/app/src/main/java/c/a/a/g/a.java b/app/src/main/java/c/a/a/g/a.java index c7108ca02f..a850f6e906 100644 --- a/app/src/main/java/c/a/a/g/a.java +++ b/app/src/main/java/c/a/a/g/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.j.f5; +import c.a.i.j5; import com.discord.R; import com.discord.app.AppDialog; import com.discord.stores.StoreNotices; @@ -25,7 +25,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.V(a.class, "binding", "getBinding()Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(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); @@ -79,17 +79,17 @@ 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, f5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0); + super(1, j5.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 f5 invoke(View view) { + public j5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.masked_links_body_text; @@ -107,7 +107,7 @@ public final class a extends AppDialog { i2 = R.id.view_dialog_confirmation_header; TextView textView3 = (TextView) view2.findViewById(R.id.view_dialog_confirmation_header); if (textView3 != null) { - return new f5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3); + return new j5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3); } } } @@ -135,8 +135,8 @@ public final class a extends AppDialog { super(R.layout.widget_masked_links_dialog); } - public final f5 g() { - return (f5) this.k.getValue((Fragment) this, i[0]); + public final j5 g() { + return (j5) this.k.getValue((Fragment) this, i[0]); } @Override // androidx.fragment.app.Fragment @@ -166,8 +166,8 @@ public final class a extends AppDialog { } TextView textView = g().b; m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText"); - c.a.l.b.n(textView, R.string.masked_link_body, new Object[]{obj}, null, 4); - g().f95c.setOnClickListener(new d(this)); + c.a.k.b.n(textView, R.string.masked_link_body, new Object[]{obj}, null, 4); + g().f114c.setOnClickListener(new d(this)); g().d.setOnClickListener(new View$OnClickListenerC0018a(0, this, str)); g().e.setOnClickListener(new View$OnClickListenerC0018a(1, this, str)); } diff --git a/app/src/main/java/c/a/a/h.java b/app/src/main/java/c/a/a/h.java index 6335718009..988dc08252 100644 --- a/app/src/main/java/c/a/a/h.java +++ b/app/src/main/java/c/a/a/h.java @@ -7,9 +7,9 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.p; -import c.a.e.f; -import c.a.e.h0; -import c.a.e.j0; +import c.a.d.f; +import c.a.d.f0; +import c.a.d.h0; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -28,7 +28,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: WidgetAccessibilityDetectionDialog.kt */ public final class h extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(h.class, "binding", "getBinding()Lcom/discord/databinding/AllowAccessibilityDetectionDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(h.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; @@ -63,17 +63,17 @@ public final class h extends AppDialog { } /* compiled from: WidgetAccessibilityDetectionDialog.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, c.a.j.a.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/AllowAccessibilityDetectionDialogBinding;", 0); + super(1, c.a.i.a.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/AllowAccessibilityDetectionDialogBinding;", 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 c.a.j.a invoke(View view) { + public c.a.i.a invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.accessibility_detection_body_text; @@ -88,7 +88,7 @@ public final class h extends AppDialog { i2 = R.id.view_dialog_confirmation_header; TextView textView2 = (TextView) view2.findViewById(R.id.view_dialog_confirmation_header); if (textView2 != null) { - return new c.a.j.a((LinearLayout) view2, textView, materialButton, materialButton2, textView2); + return new c.a.i.a((LinearLayout) view2, textView, materialButton, materialButton2, textView2); } } } @@ -116,8 +116,8 @@ public final class h extends AppDialog { public h() { super(R.layout.allow_accessibility_detection_dialog); d dVar = d.i; - h0 h0Var = new h0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(p.class), new m(0, h0Var), new j0(dVar)); + f0 f0Var = new f0(this); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(p.class), new m(0, f0Var), new h0(dVar)); } public static final void g(h hVar, boolean z2) { @@ -125,18 +125,18 @@ public final class h extends AppDialog { hVar.dismiss(); } - public final c.a.j.a h() { - return (c.a.j.a) this.k.getValue((Fragment) this, i[0]); + public final c.a.i.a h() { + return (c.a.i.a) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog public void onViewBound(View view) { m.checkNotNullParameter(view, "view"); super.onViewBound(view); - h().f61c.setOnClickListener(new a(0, this)); + h().f59c.setOnClickListener(new a(0, this)); h().d.setOnClickListener(new a(1, this)); TextView textView = h().b; m.checkNotNullExpressionValue(textView, "binding.accessibilityDetectionBodyText"); - c.a.l.b.n(textView, R.string.accessibility_detection_modal_body, new Object[]{f.a.a(360035966492L, null)}, null, 4); + c.a.k.b.n(textView, R.string.accessibility_detection_modal_body, new Object[]{f.a.a(360035966492L, null)}, null, 4); } } diff --git a/app/src/main/java/c/a/a/i.java b/app/src/main/java/c/a/a/i.java index 03aa70c253..7dc2c415ac 100644 --- a/app/src/main/java/c/a/a/i.java +++ b/app/src/main/java/c/a/a/i.java @@ -5,8 +5,7 @@ import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import c.a.e.o; -import c.a.j.h; +import c.a.i.h; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.uri.UriHandler; @@ -20,7 +19,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: ConnectedAccountActionsDialog.kt */ public final class i extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(i.class, "binding", "getBinding()Lcom/discord/databinding/ConnectedAccountActionsDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(i.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); @@ -50,7 +49,7 @@ public final class i extends AppDialog { m.checkNotNullExpressionValue(requireContext2, "requireContext()"); String str = (String) this.k; m.checkNotNullExpressionValue(str, "username"); - o.a(requireContext2, str, R.string.copied_text); + c.a.d.m.a(requireContext2, str, R.string.copied_text); ((i) this.j).dismiss(); } else { throw null; diff --git a/app/src/main/java/c/a/a/j.java b/app/src/main/java/c/a/a/j.java index 0e60443d4e..7c56bad93c 100644 --- a/app/src/main/java/c/a/a/j.java +++ b/app/src/main/java/c/a/a/j.java @@ -6,7 +6,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import c.a.j.e; +import c.a.i.e; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -19,7 +19,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: CameraCapacityDialog.kt */ public final class j extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(j.class, "binding", "getBinding()Lcom/discord/databinding/CameraCapacityDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(j.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); @@ -93,11 +93,11 @@ public final class j extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.k; KProperty[] kPropertyArr = i; - ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f85c.setOnClickListener(new c(this)); + ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f84c.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.k(this, R.string.video_capacity_modal_body, new Object[]{String.valueOf(valueOf)}, null, 4)); + textView.setText(c.a.k.b.k(this, R.string.video_capacity_modal_body, new Object[]{String.valueOf(valueOf)}, null, 4)); } } diff --git a/app/src/main/java/c/a/a/k.java b/app/src/main/java/c/a/a/k.java index fa2eb0fd76..440b0657f9 100644 --- a/app/src/main/java/c/a/a/k.java +++ b/app/src/main/java/c/a/a/k.java @@ -22,7 +22,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: DatePickerDialog.kt */ public final class k extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(k.class, "binding", "getBinding()Lcom/discord/databinding/DialogDatePickerBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(k.class, "binding", "getBinding()Lcom/discord/databinding/DialogDatePickerBinding;", 0)}; public static final a j = new a(null); public Function1 k; public long l; @@ -49,17 +49,17 @@ public final class k extends AppDialog { } /* compiled from: DatePickerDialog.kt */ - public static final /* synthetic */ class b extends d0.z.d.k implements Function1 { + public static final /* synthetic */ class b extends d0.z.d.k implements Function1 { public static final b i = new b(); public b() { - super(1, c.a.j.k.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/DialogDatePickerBinding;", 0); + super(1, c.a.i.k.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/DialogDatePickerBinding;", 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 c.a.j.k invoke(View view) { + public c.a.i.k invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.dialog_date_picker_done; @@ -71,7 +71,7 @@ public final class k extends AppDialog { i2 = R.id.dialog_date_picker_title; TextView textView = (TextView) view2.findViewById(R.id.dialog_date_picker_title); if (textView != null) { - return new c.a.j.k((LinearLayout) view2, materialButton, datePicker, textView); + return new c.a.i.k((LinearLayout) view2, materialButton, datePicker, textView); } } } @@ -126,8 +126,8 @@ public final class k extends AppDialog { super(R.layout.dialog_date_picker); } - public final c.a.j.k g() { - return (c.a.j.k) this.n.getValue((Fragment) this, i[0]); + public final c.a.i.k g() { + return (c.a.i.k) this.n.getValue((Fragment) this, i[0]); } @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 1e65bfe298..46ab4dacfa 100644 --- a/app/src/main/java/c/a/a/m.java +++ b/app/src/main/java/c/a/a/m.java @@ -4,7 +4,7 @@ import android.view.View; import android.widget.LinearLayout; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; -import c.a.j.r; +import c.a.i.r; import com.discord.R; import com.discord.app.AppDialog; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; @@ -16,7 +16,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: GuildVideoAtCapacityDialog.kt */ public final class m extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(m.class, "binding", "getBinding()Lcom/discord/databinding/GuildVideoAtCapacityBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(m.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); diff --git a/app/src/main/java/c/a/a/n.java b/app/src/main/java/c/a/a/n.java index 95ed8f0a75..f7b459232c 100644 --- a/app/src/main/java/c/a/a/n.java +++ b/app/src/main/java/c/a/a/n.java @@ -9,7 +9,7 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.recyclerview.widget.RecyclerView; -import c.a.j.l; +import c.a.i.l; import com.discord.R; import com.discord.app.AppDialog; import com.discord.databinding.DialogSimpleSelectorItemBinding; @@ -30,7 +30,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: SelectorDialog.kt */ public final class n extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(n.class, "binding", "getBinding()Lcom/discord/databinding/DialogSimpleSelectorBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(n.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); @@ -176,10 +176,10 @@ public final class n extends AppDialog { g().b.setOnClickListener(new d(this)); CharSequence[] charSequenceArray = getArgumentsOrDefault().getCharSequenceArray("INTENT_DIALOG_OPTIONS"); if (charSequenceArray != null) { - MaxHeightRecyclerView maxHeightRecyclerView = g().f121c; + MaxHeightRecyclerView maxHeightRecyclerView = g().f118c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.dialogSelections"); maxHeightRecyclerView.setAdapter(new SimpleRecyclerAdapter(j.asList(charSequenceArray), new e(this))); - MaxHeightRecyclerView maxHeightRecyclerView2 = g().f121c; + MaxHeightRecyclerView maxHeightRecyclerView2 = g().f118c; RecyclerView.Adapter adapter = maxHeightRecyclerView2.getAdapter(); if (adapter != null) { adapter.notifyDataSetChanged(); @@ -187,7 +187,7 @@ public final class n extends AppDialog { maxHeightRecyclerView2.setHasFixedSize(false); maxHeightRecyclerView2.setNestedScrollingEnabled(false); SimpleRecyclerAdapter.Companion companion = SimpleRecyclerAdapter.Companion; - MaxHeightRecyclerView maxHeightRecyclerView3 = g().f121c; + MaxHeightRecyclerView maxHeightRecyclerView3 = g().f118c; m.checkNotNullExpressionValue(maxHeightRecyclerView3, "binding.dialogSelections"); companion.addThemedDivider(maxHeightRecyclerView3); } diff --git a/app/src/main/java/c/a/a/r.java b/app/src/main/java/c/a/a/r.java index 521ad4a683..4f6cb9666d 100644 --- a/app/src/main/java/c/a/a/r.java +++ b/app/src/main/java/c/a/a/r.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.j.y4; +import c.a.i.c5; import com.discord.R; import com.discord.api.auth.mfa.EnableMfaResponse; import com.discord.app.AppDialog; @@ -30,7 +30,7 @@ import kotlin.reflect.KProperty; import rx.Observable; /* compiled from: WidgetEnableTwoFactorPasswordDialog.kt */ public final class r extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(r.class, "binding", "getBinding()Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(r.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; @@ -42,17 +42,17 @@ public final class r 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, y4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0); + super(1, c5.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 y4 invoke(View view) { + public c5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.enable_two_factor_password_body_container; @@ -76,7 +76,7 @@ public final class r extends AppDialog { i2 = R.id.enable_two_factor_password_view_input; TextInputLayout textInputLayout = (TextInputLayout) view2.findViewById(R.id.enable_two_factor_password_view_input); if (textInputLayout != null) { - return new y4((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout); + return new c5((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout); } } } @@ -145,7 +145,7 @@ public final class r extends AppDialog { m.checkNotNullParameter(error2, "error"); r rVar = this.this$0.i; KProperty[] kPropertyArr = r.i; - rVar.g().f194c.setIsLoading(false); + rVar.g().f75c.setIsLoading(false); Error.Response response = error2.getResponse(); m.checkNotNullExpressionValue(response, "error.response"); if (response.getCode() == 60005) { @@ -173,7 +173,7 @@ public final class r extends AppDialog { TextInputLayout textInputLayout = rVar.g().d; m.checkNotNullExpressionValue(textInputLayout, "binding.enableTwoFactorPasswordViewInput"); String textOrEmpty = ViewExtensions.getTextOrEmpty(textInputLayout); - this.i.g().f194c.setIsLoading(true); + this.i.g().f75c.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); @@ -201,8 +201,8 @@ public final class r extends AppDialog { super(R.layout.widget_enable_two_factor_password_dialog); } - public final y4 g() { - return (y4) this.k.getValue((Fragment) this, i[0]); + public final c5 g() { + return (c5) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -210,8 +210,8 @@ public final class r extends AppDialog { m.checkNotNullParameter(view, "view"); super.onViewBound(view); setCancelable(false); - g().f194c.setIsLoading(false); - g().f194c.setOnClickListener(new d(this, view)); + g().f75c.setIsLoading(false); + g().f75c.setOnClickListener(new d(this, view)); g().b.setOnClickListener(new e(this)); } } diff --git a/app/src/main/java/c/a/a/s.java b/app/src/main/java/c/a/a/s.java index 6a000a6640..80adddb758 100644 --- a/app/src/main/java/c/a/a/s.java +++ b/app/src/main/java/c/a/a/s.java @@ -8,9 +8,9 @@ import androidx.core.app.NotificationCompat; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.w; -import c.a.e.h0; -import c.a.e.j0; -import c.a.j.s5; +import c.a.d.f0; +import c.a.d.h0; +import c.a.i.w5; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -34,7 +34,7 @@ import kotlin.reflect.KProperty; import rx.subjects.PublishSubject; /* compiled from: WidgetUrgentMessageDialog.kt */ public final class s extends AppDialog { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(s.class, "binding", "getBinding()Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(s.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; @@ -46,17 +46,17 @@ public final class s 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, s5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0); + super(1, w5.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 s5 invoke(View view) { + public w5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.view_dialog_confirmation_confirm; @@ -68,7 +68,7 @@ public final class s extends AppDialog { i2 = R.id.view_dialog_confirmation_text; TextView textView2 = (TextView) view2.findViewById(R.id.view_dialog_confirmation_text); if (textView2 != null) { - return new s5((LinearLayout) view2, loadingButton, textView, textView2); + return new w5((LinearLayout) view2, loadingButton, textView, textView2); } } } @@ -94,7 +94,7 @@ public final class s extends AppDialog { m.checkNotNullParameter(dVar2, "viewState"); s sVar = this.this$0; KProperty[] kPropertyArr = s.i; - TextView textView = sVar.g().f162c; + TextView textView = sVar.g().f183c; m.checkNotNullExpressionValue(textView, "binding.viewDialogConfirmationHeader"); textView.setText(sVar.getString(R.string.system_dm_urgent_message_modal_header)); TextView textView2 = sVar.g().d; @@ -129,7 +129,7 @@ public final class s extends AppDialog { if (m.areEqual(bVar2, w.b.a.a)) { sVar.dismiss(); } else if (m.areEqual(bVar2, w.b.C0020b.a)) { - c.a.e.o.g(sVar.getContext(), R.string.internal_server_error, 0, null, 12); + c.a.d.m.g(sVar.getContext(), R.string.internal_server_error, 0, null, 12); } else { throw new NoWhenBranchMatchedException(); } @@ -156,12 +156,12 @@ public final class s extends AppDialog { public s() { super(R.layout.widget_urgent_message_dialog); e eVar = e.i; - h0 h0Var = new h0(this); - this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(w.class), new m(1, h0Var), new j0(eVar)); + f0 f0Var = new f0(this); + this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(w.class), new m(1, f0Var), new h0(eVar)); } - public final s5 g() { - return (s5) this.k.getValue((Fragment) this, i[0]); + public final w5 g() { + return (w5) this.k.getValue((Fragment) this, i[0]); } public final w h() { diff --git a/app/src/main/java/c/a/a/w.java b/app/src/main/java/c/a/a/w.java index 01c5904f61..c296ac1193 100644 --- a/app/src/main/java/c/a/a/w.java +++ b/app/src/main/java/c/a/a/w.java @@ -79,10 +79,10 @@ public final class w extends AppViewModel { } public String toString() { - StringBuilder K = c.d.b.a.a.K("StoreState(user="); - K.append(this.a); - K.append(")"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("StoreState(user="); + L.append(this.a); + L.append(")"); + return L.toString(); } } @@ -121,10 +121,10 @@ public final class w extends AppViewModel { } public String toString() { - 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, ")"); + 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, ")"); } } diff --git a/app/src/main/java/c/a/a/z/a.java b/app/src/main/java/c/a/a/z/a.java index e594ef18d5..dd03c66145 100644 --- a/app/src/main/java/c/a/a/z/a.java +++ b/app/src/main/java/c/a/a/z/a.java @@ -9,7 +9,7 @@ import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.TextView; import androidx.fragment.app.Fragment; -import c.a.j.o; +import c.a.i.o; import com.discord.R; import com.discord.api.premium.PremiumTier; import com.discord.api.premium.SubscriptionInterval; @@ -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.V(a.class, "binding", "getBinding()Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(a.class, "binding", "getBinding()Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0)}; public static final C0021a j = new C0021a(null); public Function0 k; public final FragmentViewBindingDelegate l = FragmentViewBindingDelegateKt.viewBinding$default(this, b.i, null, 2, null); @@ -161,7 +161,7 @@ public final class a extends AppDialog { MaterialButton materialButton = aVar.g().d; m.checkNotNullExpressionValue(materialButton, "binding.giftEntitlementCopy"); materialButton.setText(context.getString(R.string.copied)); - this.i.g().f135c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null)); + this.i.g().f136c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null)); } } } @@ -196,7 +196,7 @@ public final class a extends AppDialog { } LinkifiedTextView linkifiedTextView = g().e; m.checkNotNullExpressionValue(linkifiedTextView, "binding.giftLinkSubtext"); - c.a.l.b.m(linkifiedTextView, R.string.application_store_gift_purchase_confirmation_subtext, new Object[0], new d(this)); + c.a.k.b.m(linkifiedTextView, R.string.application_store_gift_purchase_confirmation_subtext, new Object[0], new d(this)); GiftingUtils giftingUtils = GiftingUtils.INSTANCE; Integer iconForSku = giftingUtils.getIconForSku(inAppSku); if (iconForSku != null) { @@ -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.k(this, intValue, objArr, null, 4)); + textView.setText(c.a.k.b.k(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/z/c.java b/app/src/main/java/c/a/a/z/c.java index 48fd695955..d090a1ff34 100644 --- a/app/src/main/java/c/a/a/z/c.java +++ b/app/src/main/java/c/a/a/z/c.java @@ -9,8 +9,8 @@ import android.widget.TextView; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; import androidx.fragment.app.FragmentManager; -import c.a.e.f; -import c.a.j.d4; +import c.a.d.f; +import c.a.i.h4; import com.discord.R; import com.discord.api.application.Application; import com.discord.api.premium.SubscriptionPlan; @@ -50,7 +50,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.V(c.class, "binding", "getBinding()Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(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); @@ -102,17 +102,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, d4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0); + super(1, h4.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 d4 invoke(View view) { + public h4 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.accept_gift_body_container; @@ -142,7 +142,7 @@ public final class c extends AppDialog { i2 = R.id.accept_gift_progress; ProgressBar progressBar = (ProgressBar) view2.findViewById(R.id.accept_gift_progress); if (progressBar != null) { - return new d4((LinearLayout) view2, linearLayout, simpleDraweeView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar); + return new h4((LinearLayout) view2, linearLayout, simpleDraweeView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar); } } } @@ -218,7 +218,7 @@ public final class c extends AppDialog { str = ""; } CharSequence i2 = cVar2.i(gift); - LinearLayout linearLayout = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.l.b.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.l.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f84c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.l.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.l.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.l.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, 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.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f103c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e; m.checkNotNullExpressionValue(linearLayout, "binding.acceptGiftDisclaimerContainer"); linearLayout.setVisibility(8); MaterialButton materialButton = cVar2.h().d; @@ -236,16 +236,16 @@ public final class c extends AppDialog { cVar3.g(gift2); TextView textView = cVar3.h().h; m.checkNotNullExpressionValue(textView, "binding.acceptGiftHeader"); - c.a.l.b.n(textView, R.string.gift_confirmation_header_fail, new Object[0], null, 4); - TextView textView2 = cVar3.h().f84c; + c.a.k.b.n(textView, R.string.gift_confirmation_header_fail, new Object[0], null, 4); + TextView textView2 = cVar3.h().f103c; m.checkNotNullExpressionValue(textView2, "binding.acceptGiftBodyText"); - c.a.l.b.n(textView2, R.string.gift_confirmation_body_claimed, new Object[0], null, 4); + c.a.k.b.n(textView2, R.string.gift_confirmation_body_claimed, 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.n(materialButton2, R.string.gift_confirmation_button_fail, new Object[0], null, 4); + c.a.k.b.n(materialButton2, R.string.gift_confirmation_button_fail, new Object[0], null, 4); cVar3.h().d.setOnClickListener(new e(cVar3)); } else { c cVar4 = this.this$0; @@ -254,7 +254,7 @@ public final class c extends AppDialog { cVar4.g(gift3); ModelStoreListing storeListing2 = gift3.getStoreListing(); String name = (storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? null : sku2.getName(); - LinearLayout linearLayout3 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.l.b.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.l.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f84c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.l.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.l.b.k(cVar4, R.string.gift_confirmation_body_confirm, 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.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f103c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm, new Object[]{name}, null, 4), cVar4).e; m.checkNotNullExpressionValue(linearLayout3, "binding.acceptGiftDisclaimerContainer"); if (!gift3.isAnyNitroGift()) { i = 8; @@ -282,7 +282,7 @@ public final class c extends AppDialog { ProgressBar progressBar = cVar5.h().i; m.checkNotNullExpressionValue(progressBar, "binding.acceptGiftProgress"); progressBar.setVisibility(0); - LinearLayout linearLayout4 = c.d.b.a.a.e0(c.d.b.a.a.e0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.l.b.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.l.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f84c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.l.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.l.b.k(cVar5, R.string.gift_confirmation_body_confirm, 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.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f103c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e; m.checkNotNullExpressionValue(linearLayout4, "binding.acceptGiftDisclaimerContainer"); if (!gift4.isAnyNitroGift()) { i = 8; @@ -296,14 +296,14 @@ 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.k(cVar6, R.string.gift_confirmation_header_fail, new Object[0], null, 4)); - TextView textView4 = cVar6.h().f84c; + textView3.setText(c.a.k.b.k(cVar6, R.string.gift_confirmation_header_fail, new Object[0], null, 4)); + TextView textView4 = cVar6.h().f103c; m.checkNotNullExpressionValue(textView4, "binding.acceptGiftBodyText"); - c.a.l.b.n(textView4, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); + c.a.k.b.n(textView4, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); if (redeemedFailed.getCanRetry()) { - TextView textView5 = cVar6.h().f84c; + TextView textView5 = cVar6.h().f103c; m.checkNotNullExpressionValue(textView5, "binding.acceptGiftBodyText"); - c.a.l.b.n(textView5, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); + c.a.k.b.n(textView5, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); MaterialButton materialButton5 = cVar6.h().d; m.checkNotNullExpressionValue(materialButton5, "binding.acceptGiftConfirm"); Context context3 = cVar6.getContext(); @@ -315,13 +315,13 @@ public final class c extends AppDialog { } else { Integer errorCode = redeemedFailed.getErrorCode(); if (errorCode != null && errorCode.intValue() == 50054) { - cVar6.h().f84c.setText(R.string.gift_confirmation_body_self_gift_no_payment); + cVar6.h().f103c.setText(R.string.gift_confirmation_body_self_gift_no_payment); } else if (errorCode != null && errorCode.intValue() == 100024) { - cVar6.h().f84c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade); + cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade); } else if (errorCode != null && errorCode.intValue() == 100022) { - cVar6.h().f84c.setText(R.string.gift_confirmation_body_error_subscription_managed); + cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_subscription_managed); } else if (errorCode != null && errorCode.intValue() == 100025) { - cVar6.h().f84c.setText(R.string.gift_confirmation_body_error_invoice_open); + cVar6.h().f103c.setText(R.string.gift_confirmation_body_error_invoice_open); } MaterialButton materialButton6 = cVar6.h().d; m.checkNotNullExpressionValue(materialButton6, "binding.acceptGiftConfirm"); @@ -376,8 +376,8 @@ public final class c extends AppDialog { progressBar.setVisibility(8); } - public final d4 h() { - return (d4) this.k.getValue((Fragment) this, i[0]); + public final h4 h() { + return (h4) this.k.getValue((Fragment) this, i[0]); } public final CharSequence i(ModelGift modelGift) { @@ -399,10 +399,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.k(this, R.string.gift_confirmation_nitro_time_frame_months, new Object[]{i18nPluralString}, null, 4); + return c.a.k.b.k(this, R.string.gift_confirmation_nitro_time_frame_months, new Object[]{i18nPluralString}, null, 4); } if (ordinal2 == 1) { - return c.a.l.b.k(this, R.string.gift_confirmation_nitro_time_frame_years, new Object[]{i18nPluralString}, null, 4); + return c.a.k.b.k(this, R.string.gift_confirmation_nitro_time_frame_years, new Object[]{i18nPluralString}, null, 4); } throw new NoWhenBranchMatchedException(); } @@ -436,7 +436,7 @@ public final class c extends AppDialog { } LinkifiedTextView linkifiedTextView = h().f; m.checkNotNullExpressionValue(linkifiedTextView, "binding.acceptGiftDisclaimerText"); - c.a.l.b.n(linkifiedTextView, R.string.gift_confirmation_body_confirm_nitro_disclaimer, new Object[]{f.a.a(360055386693L, null)}, null, 4); + c.a.k.b.n(linkifiedTextView, R.string.gift_confirmation_body_confirm_nitro_disclaimer, 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 C0023c(this), (Function0) null, (Function0) null, new d(this), 54, (Object) null); } } diff --git a/app/src/main/java/c/a/d/a.java b/app/src/main/java/c/a/d/a.java new file mode 100644 index 0000000000..7d8eacd143 --- /dev/null +++ b/app/src/main/java/c/a/d/a.java @@ -0,0 +1,18 @@ +package c.a.d; + +import d0.z.d.m; +import kotlin.jvm.functions.Function3; +import rx.functions.Action3; +/* compiled from: App.kt */ +public final class a implements Action3 { + public final /* synthetic */ Function3 i; + + public a(Function3 function3) { + this.i = function3; + } + + @Override // rx.functions.Action3 + public final /* synthetic */ void call(Object obj, Object obj2, Object obj3) { + m.checkNotNullExpressionValue(this.i.invoke(obj, obj2, obj3), "invoke(...)"); + } +} diff --git a/app/src/main/java/c/a/d/a/a/a.java b/app/src/main/java/c/a/d/a/a/a.java deleted file mode 100644 index 4e761bb18e..0000000000 --- a/app/src/main/java/c/a/d/a/a/a.java +++ /dev/null @@ -1,72 +0,0 @@ -package c.a.d.a.a; - -import com.discord.api.science.AnalyticsSchema; -import d0.z.d.m; -/* compiled from: TrackWelcomeCtaClicked.kt */ -public final class a implements AnalyticsSchema { - public final transient String a; - public final Boolean b; - - /* renamed from: c reason: collision with root package name */ - public final CharSequence f43c; - public final Long d; - public final Long e; - - public a() { - this.b = null; - this.f43c = null; - this.d = null; - this.e = null; - this.a = "welcome_cta_clicked"; - } - - public a(Boolean bool, CharSequence charSequence, Long l, Long l2) { - this.b = bool; - this.f43c = charSequence; - this.d = l; - this.e = l2; - this.a = "welcome_cta_clicked"; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof a)) { - return false; - } - a aVar = (a) obj; - return m.areEqual(this.b, aVar.b) && m.areEqual(this.f43c, aVar.f43c) && m.areEqual(this.d, aVar.d) && m.areEqual(this.e, aVar.e); - } - - @Override // com.discord.api.science.AnalyticsSchema - public String getType() { - return this.a; - } - - public int hashCode() { - Boolean bool = this.b; - int i = 0; - int hashCode = (bool != null ? bool.hashCode() : 0) * 31; - CharSequence charSequence = this.f43c; - int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31; - Long l = this.d; - int hashCode3 = (hashCode2 + (l != null ? l.hashCode() : 0)) * 31; - Long l2 = this.e; - if (l2 != null) { - i = l2.hashCode(); - } - return hashCode3 + i; - } - - public String toString() { - StringBuilder K = c.d.b.a.a.K("TrackWelcomeCtaClicked(isReply="); - K.append(this.b); - K.append(", stickerId="); - K.append(this.f43c); - K.append(", targetUser="); - K.append(this.d); - K.append(", sender="); - return c.d.b.a.a.A(K, this.e, ")"); - } -} diff --git a/app/src/main/java/c/a/d/a/a/b/a.java b/app/src/main/java/c/a/d/a/a/b/a.java deleted file mode 100644 index faa6d3ec1b..0000000000 --- a/app/src/main/java/c/a/d/a/a/b/a.java +++ /dev/null @@ -1,10 +0,0 @@ -package c.a.d.a.a.b; - -import com.discord.api.science.AnalyticsSchema; -/* compiled from: TrackImpressionHubWaitlistSignup.kt */ -public final class a implements AnalyticsSchema { - @Override // com.discord.api.science.AnalyticsSchema - public String getType() { - return "impression_hub_waitlist_signup"; - } -} diff --git a/app/src/main/java/c/a/d/a/a/b/b.java b/app/src/main/java/c/a/d/a/a/b/b.java deleted file mode 100644 index 61e278d0f0..0000000000 --- a/app/src/main/java/c/a/d/a/a/b/b.java +++ /dev/null @@ -1,60 +0,0 @@ -package c.a.d.a.a.b; - -import c.d.b.a.a; -import com.discord.api.science.AnalyticsSchema; -import d0.z.d.m; -/* compiled from: TrackImpressionInviteAccept.kt */ -public final class b implements AnalyticsSchema { - public final transient String a; - public final CharSequence b; - - /* renamed from: c reason: collision with root package name */ - public final CharSequence f44c; - - public b() { - this(null, null, 3); - } - - public b(CharSequence charSequence, CharSequence charSequence2, int i) { - int i2 = i & 2; - this.b = (i & 1) != 0 ? null : charSequence; - this.f44c = null; - this.a = "impression_invite_accept"; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof b)) { - return false; - } - b bVar = (b) obj; - return m.areEqual(this.b, bVar.b) && m.areEqual(this.f44c, bVar.f44c); - } - - @Override // com.discord.api.science.AnalyticsSchema - public String getType() { - return this.a; - } - - public int hashCode() { - CharSequence charSequence = this.b; - int i = 0; - int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; - CharSequence charSequence2 = this.f44c; - if (charSequence2 != null) { - i = charSequence2.hashCode(); - } - return hashCode + i; - } - - public String toString() { - StringBuilder K = a.K("TrackImpressionInviteAccept(inviteCode="); - K.append(this.b); - K.append(", deeplinkAttemptId="); - K.append(this.f44c); - K.append(")"); - return K.toString(); - } -} diff --git a/app/src/main/java/c/a/e/c0.java b/app/src/main/java/c/a/d/a0.java similarity index 68% rename from app/src/main/java/c/a/e/c0.java rename to app/src/main/java/c/a/d/a0.java index 75f1ca39a7..4df7db802a 100644 --- a/app/src/main/java/c/a/e/c0.java +++ b/app/src/main/java/c/a/d/a0.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; import kotlin.jvm.functions.Function1; import rx.Observable; /* compiled from: AppTransformers.kt */ -public final class c0 implements Observable.c { +public final class a0 implements Observable.c { public final /* synthetic */ Function1 i; public final /* synthetic */ Function1 j; public final /* synthetic */ Function1 k; - public c0(Function1 function1, Function1 function12, Function1 function13) { + public a0(Function1 function1, Function1 function12, Function1 function13) { this.i = function1; this.j = function12; this.k = function13; @@ -16,6 +16,6 @@ public final class c0 implements Observable.c { @Override // j0.k.b public Object call(Object obj) { - return ((Observable) obj).Y(new b0(this)); + return ((Observable) obj).Y(new z(this)); } } diff --git a/app/src/main/java/c/a/d/b.java b/app/src/main/java/c/a/d/b.java new file mode 100644 index 0000000000..e422d6fc16 --- /dev/null +++ b/app/src/main/java/c/a/d/b.java @@ -0,0 +1,30 @@ +package c.a.d; + +import android.view.MenuItem; +import androidx.appcompat.widget.Toolbar; +import rx.functions.Action1; +import rx.functions.Action2; +/* compiled from: AppActivity.kt */ +public final class b implements Toolbar.OnMenuItemClickListener { + public final /* synthetic */ Toolbar a; + public final /* synthetic */ Action2 b; + + /* renamed from: c reason: collision with root package name */ + public final /* synthetic */ Action1 f43c; + + public b(Toolbar toolbar, int i, Action2 action2, Action1 action1) { + this.a = toolbar; + this.b = action2; + this.f43c = action1; + } + + @Override // androidx.appcompat.widget.Toolbar.OnMenuItemClickListener + public final boolean onMenuItemClick(MenuItem menuItem) { + Action2 action2 = this.b; + if (action2 == null) { + return true; + } + action2.call(menuItem, this.a.getContext()); + return true; + } +} diff --git a/app/src/main/java/c/a/e/d0.java b/app/src/main/java/c/a/d/b0.java similarity index 85% rename from app/src/main/java/c/a/e/d0.java rename to app/src/main/java/c/a/d/b0.java index 84bb557468..5409965b06 100644 --- a/app/src/main/java/c/a/e/d0.java +++ b/app/src/main/java/c/a/d/b0.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import d0.z.d.m; import d0.z.d.o; @@ -6,11 +6,11 @@ import j0.l.e.j; import kotlin.jvm.functions.Function1; import rx.Observable; /* compiled from: AppTransformers.kt */ -public final class d0 extends o implements Function1> { +public final class b0 extends o implements Function1> { public final /* synthetic */ Object $switchedValue; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public d0(Object obj) { + public b0(Object obj) { super(1); this.$switchedValue = obj; } diff --git a/app/src/main/java/c/a/d/c.java b/app/src/main/java/c/a/d/c.java new file mode 100644 index 0000000000..f1b6e215fb --- /dev/null +++ b/app/src/main/java/c/a/d/c.java @@ -0,0 +1,27 @@ +package c.a.d; + +import android.util.TypedValue; +import com.discord.app.AppActivity; +import d0.z.d.o; +import kotlin.jvm.functions.Function2; +/* compiled from: AppActivity.kt */ +public final class c extends o implements Function2 { + public final /* synthetic */ AppActivity this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public c(AppActivity appActivity) { + super(2); + this.this$0 = appActivity; + } + + /* 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 TypedValue invoke(Integer num, Boolean bool) { + int intValue = num.intValue(); + boolean booleanValue = bool.booleanValue(); + TypedValue typedValue = new TypedValue(); + this.this$0.getTheme().resolveAttribute(intValue, typedValue, booleanValue); + return typedValue; + } +} diff --git a/app/src/main/java/c/a/e/e0.java b/app/src/main/java/c/a/d/c0.java similarity index 83% rename from app/src/main/java/c/a/e/e0.java rename to app/src/main/java/c/a/d/c0.java index e1ad564222..460626c658 100644 --- a/app/src/main/java/c/a/e/e0.java +++ b/app/src/main/java/c/a/d/c0.java @@ -1,15 +1,15 @@ -package c.a.e; +package c.a.d; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.functions.Action1; /* compiled from: AppTransformers.kt */ -public final class e0 extends o implements Function1 { +public final class c0 extends o implements Function1 { public final /* synthetic */ Action1 $action; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public e0(Action1 action1) { + public c0(Action1 action1) { super(1); this.$action = action1; } diff --git a/app/src/main/java/c/a/d/d.java b/app/src/main/java/c/a/d/d.java new file mode 100644 index 0000000000..8eff2b634e --- /dev/null +++ b/app/src/main/java/c/a/d/d.java @@ -0,0 +1,48 @@ +package c.a.d; + +import com.discord.app.AppTransitionActivity; +import d0.z.d.m; +import java.util.Collection; +import java.util.HashMap; +import java.util.Iterator; +import java.util.TreeMap; +import kotlin.jvm.functions.Function0; +/* compiled from: AppEventHandlerActivity.kt */ +public abstract class d extends AppTransitionActivity { + public final TreeMap>> k = new TreeMap<>(); + + @Override // com.discord.app.AppTransitionActivity, androidx.activity.ComponentActivity, android.app.Activity + public void onBackPressed() { + boolean z2; + Collection>> values = this.k.values(); + m.checkNotNullExpressionValue(values, "backPressHandlers\n .values"); + Iterator it = values.iterator(); + loop0: + while (true) { + if (!it.hasNext()) { + z2 = false; + break; + } + Collection values2 = ((HashMap) it.next()).values(); + m.checkNotNullExpressionValue(values2, "handlers\n .values"); + Iterator it2 = values2.iterator(); + while (true) { + if (it2.hasNext()) { + if (((Boolean) ((Function0) it2.next()).mo1invoke()).booleanValue()) { + z2 = true; + break loop0; + } + } + } + } + if (!z2 && !isFinishing()) { + try { + super.onBackPressed(); + } catch (Exception e) { + if (!(e instanceof IllegalArgumentException) && !(e instanceof IllegalStateException)) { + throw e; + } + } + } + } +} diff --git a/app/src/main/java/c/a/e/i0.java b/app/src/main/java/c/a/d/d0.java similarity index 71% rename from app/src/main/java/c/a/e/i0.java rename to app/src/main/java/c/a/d/d0.java index 4999300636..db9cc4cb9a 100644 --- a/app/src/main/java/c/a/e/i0.java +++ b/app/src/main/java/c/a/d/d0.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelProvider; import d0.z.d.m; /* compiled from: AppViewModelDelegates.kt */ -public final class i0 implements ViewModelProvider.Factory { - public final /* synthetic */ j0 a; +public final class d0 implements ViewModelProvider.Factory { + public final /* synthetic */ e0 a; - public i0(j0 j0Var) { - this.a = j0Var; + public d0(e0 e0Var) { + this.a = e0Var; } @Override // androidx.lifecycle.ViewModelProvider.Factory diff --git a/app/src/main/java/c/a/e/e.java b/app/src/main/java/c/a/d/e.java similarity index 86% rename from app/src/main/java/c/a/e/e.java rename to app/src/main/java/c/a/d/e.java index 10242f2f53..0e5962f83f 100644 --- a/app/src/main/java/c/a/e/e.java +++ b/app/src/main/java/c/a/d/e.java @@ -1,6 +1,6 @@ -package c.a.e; +package c.a.d; -import c.a.l.b; +import c.a.k.b; import com.discord.R; import com.discord.app.AppFragment; import d0.z.d.m; @@ -22,9 +22,9 @@ public final class e extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(Exception exc) { Exception exc2 = exc; - m.checkNotNullParameter(exc2, c.a.r.n0.c.e.a); + m.checkNotNullParameter(exc2, c.a.q.m0.c.e.a); AppFragment appFragment = this.this$0.this$0; - o.j(appFragment, b.k(appFragment, R.string.unable_to_open_media_chooser, new Object[]{exc2.getMessage()}, null, 4), 0, 4); + m.j(appFragment, b.k(appFragment, R.string.unable_to_open_media_chooser, new Object[]{exc2.getMessage()}, null, 4), 0, 4); return Unit.a; } } diff --git a/app/src/main/java/c/a/e/j0.java b/app/src/main/java/c/a/d/e0.java similarity index 80% rename from app/src/main/java/c/a/e/j0.java rename to app/src/main/java/c/a/d/e0.java index 97a8bb6624..7e87501677 100644 --- a/app/src/main/java/c/a/e/j0.java +++ b/app/src/main/java/c/a/d/e0.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; import androidx.lifecycle.ViewModelProvider; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ -public final class j0 extends o implements Function0 { +public final class e0 extends o implements Function0 { public final /* synthetic */ Function0 $viewModelProducer; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public j0(Function0 function0) { + public e0(Function0 function0) { super(0); this.$viewModelProducer = function0; } @@ -17,6 +17,6 @@ public final class j0 extends o implements Function0 @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public ViewModelProvider.Factory mo1invoke() { - return new i0(this); + return new d0(this); } } diff --git a/app/src/main/java/c/a/e/f.java b/app/src/main/java/c/a/d/f.java similarity index 66% rename from app/src/main/java/c/a/e/f.java rename to app/src/main/java/c/a/d/f.java index 625e0604f8..266af2ab04 100644 --- a/app/src/main/java/c/a/e/f.java +++ b/app/src/main/java/c/a/d/f.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import android.annotation.SuppressLint; import c.d.b.a.a; @@ -11,31 +11,31 @@ public final class f { public static final f a = new f(); public static final String c() { - StringBuilder O = a.O("https://support.discord.com", "/hc/"); + StringBuilder P = a.P("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()"); - O.append(lowerCase); - O.append("/requests/new"); - return O.toString(); + P.append(lowerCase); + P.append("/requests/new"); + return P.toString(); } public final String a(long j, String str) { if (str != null) { - StringBuilder O = a.O("https://support.discord.com", "/hc/"); - O.append(b()); - O.append("/articles/"); - O.append(j); - O.append(MentionUtilsKt.CHANNELS_CHAR); - O.append(str); - return O.toString(); + StringBuilder P = a.P("https://support.discord.com", "/hc/"); + P.append(b()); + P.append("/articles/"); + P.append(j); + P.append(MentionUtilsKt.CHANNELS_CHAR); + P.append(str); + return P.toString(); } - StringBuilder O2 = a.O("https://support.discord.com", "/hc/"); - O2.append(b()); - O2.append("/articles/"); - O2.append(j); - return O2.toString(); + StringBuilder P2 = a.P("https://support.discord.com", "/hc/"); + P2.append(b()); + P2.append("/articles/"); + P2.append(j); + return P2.toString(); } @SuppressLint({"DefaultLocale"}) diff --git a/app/src/main/java/c/a/e/h0.java b/app/src/main/java/c/a/d/f0.java similarity index 84% rename from app/src/main/java/c/a/e/h0.java rename to app/src/main/java/c/a/d/f0.java index 01f0bebcbc..204b728cd7 100644 --- a/app/src/main/java/c/a/e/h0.java +++ b/app/src/main/java/c/a/d/f0.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; import androidx.fragment.app.Fragment; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ -public final class h0 extends o implements Function0 { +public final class f0 extends o implements Function0 { public final /* synthetic */ Fragment $this_appViewModels; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public h0(Fragment fragment) { + public f0(Fragment fragment) { super(0); this.$this_appViewModels = fragment; } diff --git a/app/src/main/java/c/a/e/g.java b/app/src/main/java/c/a/d/g.java similarity index 98% rename from app/src/main/java/c/a/e/g.java rename to app/src/main/java/c/a/d/g.java index ba9a624d17..6eebbfe6e5 100644 --- a/app/src/main/java/c/a/e/g.java +++ b/app/src/main/java/c/a/d/g.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import com.discord.app.AppLog; import com.discord.utilities.logging.Logger; diff --git a/app/src/main/java/c/a/e/f0.java b/app/src/main/java/c/a/d/g0.java similarity index 71% rename from app/src/main/java/c/a/e/f0.java rename to app/src/main/java/c/a/d/g0.java index 28f0e04f20..bc0c19e6d7 100644 --- a/app/src/main/java/c/a/e/f0.java +++ b/app/src/main/java/c/a/d/g0.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; import androidx.lifecycle.ViewModel; import androidx.lifecycle.ViewModelProvider; import d0.z.d.m; /* compiled from: AppViewModelDelegates.kt */ -public final class f0 implements ViewModelProvider.Factory { - public final /* synthetic */ g0 a; +public final class g0 implements ViewModelProvider.Factory { + public final /* synthetic */ h0 a; - public f0(g0 g0Var) { - this.a = g0Var; + public g0(h0 h0Var) { + this.a = h0Var; } @Override // androidx.lifecycle.ViewModelProvider.Factory diff --git a/app/src/main/java/c/a/e/j.java b/app/src/main/java/c/a/d/h.java similarity index 88% rename from app/src/main/java/c/a/e/j.java rename to app/src/main/java/c/a/d/h.java index 418fb85fdb..00d89ddd82 100644 --- a/app/src/main/java/c/a/e/j.java +++ b/app/src/main/java/c/a/d/h.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import android.os.Build; import androidx.activity.ComponentActivity; @@ -22,7 +22,7 @@ import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: AppPermissions.kt */ -public final class j implements AppPermissionsRequests { +public final class h implements AppPermissionsRequests { @Deprecated public static final HashMap i; public static final a j = new a(null); @@ -40,10 +40,10 @@ public final class j implements AppPermissionsRequests { /* compiled from: AppPermissions.kt */ public static final class b implements ActivityResultCallback> { - public final /* synthetic */ j a; + public final /* synthetic */ h a; - public b(j jVar) { - this.a = jVar; + public b(h hVar) { + this.a = hVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @@ -62,22 +62,22 @@ public final class j implements AppPermissionsRequests { function0.mo1invoke(); } } - j jVar = this.a; - jVar.l = null; - jVar.k = null; - jVar.m = 0; + h hVar = this.a; + hVar.l = null; + hVar.k = null; + hVar.m = 0; } } /* compiled from: AppPermissions.kt */ public static final class c extends o implements Function1, Unit> { public final /* synthetic */ Function0 $onFailure; - public final /* synthetic */ j this$0; + public final /* synthetic */ h this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public c(j jVar, Function0 function0) { + public c(h hVar, Function0 function0) { super(1); - this.this$0 = jVar; + this.this$0 = hVar; this.$onFailure = function0; } @@ -88,7 +88,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, R.string.permission_qr_scanner_denied); + h.a(this.this$0, R.string.permission_qr_scanner_denied); } return Unit.a; } @@ -116,12 +116,12 @@ public final class j implements AppPermissionsRequests { /* compiled from: AppPermissions.kt */ public static final class e extends o implements Function1, Unit> { - public final /* synthetic */ j this$0; + public final /* synthetic */ h this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public e(j jVar) { + public e(h hVar) { super(1); - this.this$0 = jVar; + this.this$0 = hVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -129,19 +129,19 @@ 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, R.string.permission_media_denied); + h.a(this.this$0, R.string.permission_media_denied); return Unit.a; } } /* compiled from: AppPermissions.kt */ public static final class f extends o implements Function1, Unit> { - public final /* synthetic */ j this$0; + public final /* synthetic */ h this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public f(j jVar) { + public f(h hVar) { super(1); - this.this$0 = jVar; + this.this$0 = hVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -149,7 +149,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, R.string.permission_media_download_denied); + h.a(this.this$0, R.string.permission_media_download_denied); return Unit.a; } } @@ -180,14 +180,15 @@ public final class j implements AppPermissionsRequests { } /* compiled from: AppPermissions.kt */ - public static final class h extends o implements Function1, Unit> { + /* renamed from: c.a.d.h$h reason: collision with other inner class name */ + public static final class C0025h extends o implements Function1, Unit> { public final /* synthetic */ Function0 $onFailure; - public final /* synthetic */ j this$0; + public final /* synthetic */ h this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public h(j jVar, Function0 function0) { + public C0025h(h hVar, Function0 function0) { super(1); - this.this$0 = jVar; + this.this$0 = hVar; this.$onFailure = function0; } @@ -198,7 +199,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, R.string.permission_microphone_denied); + h.a(this.this$0, R.string.permission_microphone_denied); } return Unit.a; } @@ -206,12 +207,12 @@ public final class j implements AppPermissionsRequests { /* compiled from: AppPermissions.kt */ public static final class i extends o implements Function1, Unit> { - public final /* synthetic */ j this$0; + public final /* synthetic */ h this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public i(j jVar) { + public i(h hVar) { super(1); - this.this$0 = jVar; + this.this$0 = hVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -225,16 +226,16 @@ public final class j implements AppPermissionsRequests { obj = Boolean.FALSE; } if (!((Boolean) obj).booleanValue()) { - j.a(this.this$0, R.string.permission_microphone_denied); + h.a(this.this$0, R.string.permission_microphone_denied); } else { Object obj2 = map2.get("android.permission.CAMERA"); if (obj2 == null) { obj2 = Boolean.FALSE; } if (!((Boolean) obj2).booleanValue()) { - j.a(this.this$0, R.string.no_camera_access); + h.a(this.this$0, R.string.no_camera_access); } else { - j.a(this.this$0, R.string.no_camera_access); + h.a(this.this$0, R.string.no_camera_access); } } return Unit.a; @@ -252,7 +253,7 @@ public final class j implements AppPermissionsRequests { hashMap.put(215, new String[]{"android.permission.READ_CONTACTS"}); } - public j(ComponentActivity componentActivity) { + public h(ComponentActivity componentActivity) { m.checkNotNullParameter(componentActivity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); this.o = componentActivity; ActivityResultLauncher registerForActivityResult = componentActivity.registerForActivityResult(new ActivityResultContracts.RequestMultiplePermissions(), new b(this)); @@ -260,8 +261,8 @@ public final class j implements AppPermissionsRequests { this.n = registerForActivityResult; } - public static final void a(j jVar, int i2) { - o.g(jVar.o, i2, 0, null, 12); + public static final void a(h hVar, int i2) { + m.g(hVar.o, i2, 0, null, 12); } public final boolean b(int i2) { @@ -364,7 +365,7 @@ public final class j implements AppPermissionsRequests { @MainThread public void requestMicrophone(Function0 function0, Function0 function02) { m.checkNotNullParameter(function02, "onSuccess"); - c(211, new g(b(211), function02), new h(this, function0)); + c(211, new g(b(211), function02), new C0025h(this, function0)); } @Override // com.discord.app.AppPermissionsRequests diff --git a/app/src/main/java/c/a/e/g0.java b/app/src/main/java/c/a/d/h0.java similarity index 80% rename from app/src/main/java/c/a/e/g0.java rename to app/src/main/java/c/a/d/h0.java index b14306140a..fcd9720476 100644 --- a/app/src/main/java/c/a/e/g0.java +++ b/app/src/main/java/c/a/d/h0.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; import androidx.lifecycle.ViewModelProvider; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: AppViewModelDelegates.kt */ -public final class g0 extends o implements Function0 { +public final class h0 extends o implements Function0 { public final /* synthetic */ Function0 $viewModelProducer; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public g0(Function0 function0) { + public h0(Function0 function0) { super(0); this.$viewModelProducer = function0; } @@ -17,6 +17,6 @@ public final class g0 extends o implements Function0 @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public ViewModelProvider.Factory mo1invoke() { - return new f0(this); + return new g0(this); } } diff --git a/app/src/main/java/c/a/e/k.java b/app/src/main/java/c/a/d/i.java similarity index 72% rename from app/src/main/java/c/a/e/k.java rename to app/src/main/java/c/a/d/i.java index 1f916cd862..f40bf5c269 100644 --- a/app/src/main/java/c/a/e/k.java +++ b/app/src/main/java/c/a/d/i.java @@ -1,11 +1,11 @@ -package c.a.e; +package c.a.d; import com.discord.app.AppActivity; /* compiled from: AppScreen.kt */ -public final class k implements Runnable { +public final class i implements Runnable { public final /* synthetic */ AppActivity i; - public k(AppActivity appActivity) { + public i(AppActivity appActivity) { this.i = appActivity; } diff --git a/app/src/main/java/c/a/e/k0.java b/app/src/main/java/c/a/d/i0.java similarity index 74% rename from app/src/main/java/c/a/e/k0.java rename to app/src/main/java/c/a/d/i0.java index 51b3606cc2..0c4e82b58e 100644 --- a/app/src/main/java/c/a/e/k0.java +++ b/app/src/main/java/c/a/d/i0.java @@ -1,9 +1,9 @@ -package c.a.e; +package c.a.d; import j0.k.b; /* compiled from: DiscordConnectService.kt */ -public final class k0 implements b { - public static final k0 i = new k0(); +public final class i0 implements b { + public static final i0 i = new i0(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ diff --git a/app/src/main/java/c/a/e/l.java b/app/src/main/java/c/a/d/j.java similarity index 98% rename from app/src/main/java/c/a/e/l.java rename to app/src/main/java/c/a/d/j.java index fe59ce676c..ab2c756c03 100644 --- a/app/src/main/java/c/a/e/l.java +++ b/app/src/main/java/c/a/d/j.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import android.content.Context; import android.content.Intent; @@ -83,16 +83,16 @@ import d0.t.n; import d0.z.d.a0; import java.util.List; /* compiled from: AppScreen.kt */ -public final class l { +public final class j { public static final List> a = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetAuthLanding.class), a0.getOrCreateKotlinClass(WidgetAuthLogin.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterIdentity.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterAccountInformation.class), a0.getOrCreateKotlinClass(WidgetAuthUndeleteAccount.class), a0.getOrCreateKotlinClass(WidgetAuthCaptcha.class), a0.getOrCreateKotlinClass(WidgetAuthMfa.class), a0.getOrCreateKotlinClass(WidgetAuthBirthday.class), a0.getOrCreateKotlinClass(WidgetAuthAgeGated.class), a0.getOrCreateKotlinClass(WidgetAuthPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetAuthResetPassword.class)}); public static final List> b = m.listOf(a0.getOrCreateKotlinClass(WidgetAgeVerify.class)); /* renamed from: c reason: collision with root package name */ - public static final List> f46c = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetOauth2Authorize.class), a0.getOrCreateKotlinClass(WidgetOauth2AuthorizeSamsung.class)}); + public static final List> f44c = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetOauth2Authorize.class), a0.getOrCreateKotlinClass(WidgetOauth2AuthorizeSamsung.class)}); public static final List> d = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetSettingsAccount.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountBackupCodes.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountChangePassword.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountUsernameEdit.class), a0.getOrCreateKotlinClass(WidgetSettingsAccountEmailEdit.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class), a0.getOrCreateKotlinClass(WidgetEnableMFASteps.class), a0.getOrCreateKotlinClass(WidgetSettingsAppearance.class), a0.getOrCreateKotlinClass(WidgetSettingsBehavior.class), a0.getOrCreateKotlinClass(WidgetSettingsLanguage.class), a0.getOrCreateKotlinClass(WidgetSettingsMedia.class), a0.getOrCreateKotlinClass(WidgetSettingsPremium.class), a0.getOrCreateKotlinClass(WidgetSettingsNotifications.class), a0.getOrCreateKotlinClass(WidgetSettingsUserConnections.class), a0.getOrCreateKotlinClass(WidgetSettingsVoice.class), a0.getOrCreateKotlinClass(WidgetSettingsPrivacy.class), a0.getOrCreateKotlinClass(WidgetSettingsAuthorizedApps.class), a0.getOrCreateKotlinClass(WidgetServerNotifications.class), a0.getOrCreateKotlinClass(WidgetServerSettingsOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsChannels.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditMember.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEditRole.class), a0.getOrCreateKotlinClass(WidgetServerSettingsIntegrations.class), a0.getOrCreateKotlinClass(WidgetServerSettingsModeration.class), a0.getOrCreateKotlinClass(WidgetServerSettingsVanityUrl.class), a0.getOrCreateKotlinClass(WidgetServerSettingsSecurity.class), a0.getOrCreateKotlinClass(WidgetServerSettingsMembers.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojis.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEmojisEdit.class), a0.getOrCreateKotlinClass(WidgetServerSettingsRolesList.class), a0.getOrCreateKotlinClass(WidgetServerSettingsInstantInvites.class), a0.getOrCreateKotlinClass(WidgetServerSettingsBans.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsEditPermissions.class), a0.getOrCreateKotlinClass(WidgetChannelSettingsPermissionsOverview.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterIdentity.class), a0.getOrCreateKotlinClass(WidgetAuthRegisterAccountInformation.class), a0.getOrCreateKotlinClass(WidgetAuthBirthday.class), a0.getOrCreateKotlinClass(WidgetAuthAgeGated.class), a0.getOrCreateKotlinClass(WidgetAuthLogin.class), a0.getOrCreateKotlinClass(WidgetAuthPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetAuthResetPassword.class), a0.getOrCreateKotlinClass(WidgetSettingsDeveloper.class), a0.getOrCreateKotlinClass(WidgetSettingsBlockedUsers.class), a0.getOrCreateKotlinClass(WidgetNuxChannelPrompt.class), a0.getOrCreateKotlinClass(WidgetChoosePlan.class), a0.getOrCreateKotlinClass(WidgetServerSettingsCommunityOverview.class), a0.getOrCreateKotlinClass(WidgetServerSettingsEnableCommunitySteps.class), a0.getOrCreateKotlinClass(WidgetSettingsUserProfile.class)}); public static final List> e = n.listOf((Object[]) new c[]{a0.getOrCreateKotlinClass(WidgetUserAccountVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailVerify.class), a0.getOrCreateKotlinClass(WidgetUserEmailUpdate.class), a0.getOrCreateKotlinClass(WidgetUserPhoneManage.class), a0.getOrCreateKotlinClass(WidgetUserPhoneVerify.class), a0.getOrCreateKotlinClass(WidgetUserPasswordVerify.class)}); public static final List> f = m.listOf(a0.getOrCreateKotlinClass(WidgetTabsHost.class)); - public static final l g = new l(); + public static final j g = new j(); public static final void b(Context context, boolean z2, Intent intent) { Class cls; @@ -142,7 +142,7 @@ public final class l { d(context, cls, null); } - public static void g(l lVar, FragmentManager fragmentManager, Context context, Class cls, int i, boolean z2, String str, Parcelable parcelable, int i2) { + public static void g(j jVar, FragmentManager fragmentManager, Context context, Class cls, int i, boolean z2, String str, Parcelable parcelable, int i2) { if ((i2 & 8) != 0) { i = 16908290; } diff --git a/app/src/main/java/c/a/e/l0.java b/app/src/main/java/c/a/d/j0.java similarity index 82% rename from app/src/main/java/c/a/e/l0.java rename to app/src/main/java/c/a/d/j0.java index cae62bbac5..38f07baf42 100644 --- a/app/src/main/java/c/a/e/l0.java +++ b/app/src/main/java/c/a/d/j0.java @@ -1,10 +1,10 @@ -package c.a.e; +package c.a.d; import com.discord.rtcconnection.RtcConnection; import j0.k.b; /* compiled from: DiscordConnectService.kt */ -public final class l0 implements b { - public static final l0 i = new l0(); +public final class j0 implements b { + public static final j0 i = new j0(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ diff --git a/app/src/main/java/c/a/e/m.java b/app/src/main/java/c/a/d/k.java similarity index 75% rename from app/src/main/java/c/a/e/m.java rename to app/src/main/java/c/a/d/k.java index a0957ae76c..e3790c44af 100644 --- a/app/src/main/java/c/a/e/m.java +++ b/app/src/main/java/c/a/d/k.java @@ -1,9 +1,9 @@ -package c.a.e; +package c.a.d; import j0.k.b; /* compiled from: AppState.kt */ -public final class m implements b { - public static final m i = new m(); +public final class k implements b { + public static final k i = new k(); /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ diff --git a/app/src/main/java/c/a/e/m0.java b/app/src/main/java/c/a/d/k0.java similarity index 79% rename from app/src/main/java/c/a/e/m0.java rename to app/src/main/java/c/a/d/k0.java index 2f32a36c91..e0e097c17c 100644 --- a/app/src/main/java/c/a/e/m0.java +++ b/app/src/main/java/c/a/d/k0.java @@ -1,17 +1,17 @@ -package c.a.e; +package c.a.d; import com.discord.rtcconnection.RtcConnection; import com.discord.stores.StoreStream; import j0.k.b; import rx.Observable; /* compiled from: DiscordConnectService.kt */ -public final class m0 implements b> { - public static final m0 i = new m0(); +public final class k0 implements b> { + public static final k0 i = new k0(); /* 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 Observable call(Boolean bool) { - return StoreStream.Companion.getRtcConnection().getConnectionState().x(l0.i); + return StoreStream.Companion.getRtcConnection().getConnectionState().x(j0.i); } } diff --git a/app/src/main/java/c/a/e/n.java b/app/src/main/java/c/a/d/l.java similarity index 93% rename from app/src/main/java/c/a/e/n.java rename to app/src/main/java/c/a/d/l.java index d90703be3c..41d461c739 100644 --- a/app/src/main/java/c/a/e/n.java +++ b/app/src/main/java/c/a/d/l.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import com.discord.app.AppLog; import com.discord.utilities.logging.Logger; @@ -6,12 +6,12 @@ import d0.z.d.m; import java.util.ArrayList; import rx.subjects.BehaviorSubject; /* compiled from: AppState.kt */ -public final class n { +public final class l { public static final ArrayList a = new ArrayList<>(4); public static final BehaviorSubject b = BehaviorSubject.l0(0); /* renamed from: c reason: collision with root package name */ - public static final n f47c = new n(); + public static final l f45c = new l(); public final synchronized void a(Object obj) { m.checkNotNullParameter(obj, "consumer"); diff --git a/app/src/main/java/c/a/e/n0.java b/app/src/main/java/c/a/d/l0.java similarity index 72% rename from app/src/main/java/c/a/e/n0.java rename to app/src/main/java/c/a/d/l0.java index c299fa23fc..36bbc9650a 100644 --- a/app/src/main/java/c/a/e/n0.java +++ b/app/src/main/java/c/a/d/l0.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; import d0.t.m; import java.util.ArrayList; import java.util.List; /* compiled from: NativeLoader.kt */ -public final class n0 { +public final class l0 { public static final List a = m.listOf("dsti"); public static final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public static boolean f48c; - public static final n0 d = new n0(); + public static boolean f46c; + public static final l0 d = new l0(); } diff --git a/app/src/main/java/c/a/e/o.java b/app/src/main/java/c/a/d/m.java similarity index 88% rename from app/src/main/java/c/a/e/o.java rename to app/src/main/java/c/a/d/m.java index 8546657b8b..3adf9b316f 100644 --- a/app/src/main/java/c/a/e/o.java +++ b/app/src/main/java/c/a/d/m.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import android.content.ClipData; import android.content.ClipboardManager; @@ -13,21 +13,20 @@ import com.discord.R; import com.discord.utilities.view.ToastManager; import com.discord.utilities.view.text.SimpleDraweeSpanTextView; import com.facebook.drawee.span.DraweeSpanStringBuilder; -import d0.z.d.m; /* compiled from: AppToast.kt */ -public final class o { +public final class m { public static final void a(Context context, CharSequence charSequence, int i) { - m.checkNotNullParameter(context, "context"); - m.checkNotNullParameter(charSequence, NotificationCompat.MessagingStyle.Message.KEY_TEXT); + d0.z.d.m.checkNotNullParameter(context, "context"); + d0.z.d.m.checkNotNullParameter(charSequence, NotificationCompat.MessagingStyle.Message.KEY_TEXT); String string = context.getString(i); - m.checkNotNullExpressionValue(string, "context.getString(toastResId)"); + d0.z.d.m.checkNotNullExpressionValue(string, "context.getString(toastResId)"); b(context, charSequence, string); } public static final void b(Context context, CharSequence charSequence, CharSequence charSequence2) { - m.checkNotNullParameter(context, "context"); - m.checkNotNullParameter(charSequence, NotificationCompat.MessagingStyle.Message.KEY_TEXT); - m.checkNotNullParameter(charSequence2, "toastText"); + d0.z.d.m.checkNotNullParameter(context, "context"); + d0.z.d.m.checkNotNullParameter(charSequence, NotificationCompat.MessagingStyle.Message.KEY_TEXT); + d0.z.d.m.checkNotNullParameter(charSequence2, "toastText"); Object systemService = context.getSystemService("clipboard"); if (!(systemService instanceof ClipboardManager)) { systemService = null; diff --git a/app/src/main/java/c/a/e/o0/a.java b/app/src/main/java/c/a/d/m0/a.java similarity index 92% rename from app/src/main/java/c/a/e/o0/a.java rename to app/src/main/java/c/a/d/m0/a.java index 3459769565..df83e20d71 100644 --- a/app/src/main/java/c/a/e/o0/a.java +++ b/app/src/main/java/c/a/d/m0/a.java @@ -1,4 +1,4 @@ -package c.a.e.o0; +package c.a.d.m0; import d0.t.m0; import java.util.Set; diff --git a/app/src/main/java/c/a/e/o0/b.java b/app/src/main/java/c/a/d/m0/b.java similarity index 89% rename from app/src/main/java/c/a/e/o0/b.java rename to app/src/main/java/c/a/d/m0/b.java index ea95ab705c..92e05c1074 100644 --- a/app/src/main/java/c/a/e/o0/b.java +++ b/app/src/main/java/c/a/d/m0/b.java @@ -1,4 +1,4 @@ -package c.a.e.o0; +package c.a.d.m0; import android.net.Uri; import com.discord.BuildConfig; @@ -18,7 +18,7 @@ public final class b { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f49c; + public static final String f47c; public static final String d; public static final String e; public static final String f; @@ -36,20 +36,20 @@ public final class b { public static final Regex r; /* renamed from: s reason: collision with root package name */ - public static final Regex f50s; + public static final Regex f48s; public static final Regex t; public static final Regex u; public static final Regex v; public static final Regex w; /* renamed from: x reason: collision with root package name */ - public static final Regex f51x; + public static final Regex f49x; /* renamed from: y reason: collision with root package name */ - public static final Regex f52y; + public static final Regex f50y; /* renamed from: z reason: collision with root package name */ - public static final Regex f53z; + public static final Regex f51z; static { b bVar = new b(); @@ -59,7 +59,7 @@ public final class b { String b3 = bVar.b(BuildConfig.HOST_ALTERNATE); b = b3; String b4 = bVar.b(BuildConfig.HOST_GIFT); - f49c = b4; + f47c = b4; String b5 = bVar.b(BuildConfig.HOST_INVITE); d = b5; String b6 = bVar.b(BuildConfig.HOST_GUILD_TEMPLATE); @@ -84,8 +84,9 @@ public final class b { sb.append("(?:https?://(?:(?:" + str + "/invite)|"); sb.append("(?:" + replace$default4 + "))|"); sb.append("(?:^" + replace$default4 + "))/([\\w-]+)/?"); + sb.append("(?:(?:\\S*[\\?&]event=)([\\w-]+))?"); String sb2 = sb.toString(); - m.checkNotNullExpressionValue(sb2, "StringBuilder()\n …?\")\n .toString()"); + m.checkNotNullExpressionValue(sb2, "StringBuilder()\n …\"\")\n .toString()"); o = new Regex(sb2, iVar); p = new Regex("^/(?:template/)?([\\w-]+)/?$", iVar); StringBuilder sb3 = new StringBuilder(); @@ -101,14 +102,14 @@ public final class b { String sb6 = sb5.toString(); m.checkNotNullExpressionValue(sb6, "StringBuilder()\n …?\")\n .toString()"); r = new Regex(sb6, iVar); - f50s = new Regex("^/connect(?:/(\\d+))?/?$", iVar); + f48s = new Regex("^/connect(?:/(\\d+))?/?$", iVar); t = new Regex("^/channels/((?:@me)|(?:\\d+))(?:/(\\d+))?(?:/(\\d+))?/?$", iVar); u = new Regex("^/channels/@me/-1?/?$", iVar); v = new Regex("^/lurk/(\\d+)(?:/(\\d+))?/?$", iVar); w = new Regex("^/channels/@me/user/(\\d+)/?$", iVar); - f51x = new Regex("^/users/(\\d+)/?$", iVar); - f52y = new Regex("^/discovery/?$", iVar); - f53z = new Regex("^/settings(/\\w+)*/?$", iVar); + f49x = new Regex("^/users/(\\d+)/?$", iVar); + f50y = new Regex("^/discovery/?$", iVar); + f51z = new Regex("^/settings(/\\w+)*/?$", iVar); A = new Regex("^/feature(/\\w+)*/?$", iVar); B = new Regex("^/query(/\\w+)*/?$", iVar); C = new Regex("^/(?:oauth2|connect)/authorize/?$", iVar); @@ -119,7 +120,7 @@ public final class b { if (str == null) { return false; } - if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f49c) && !m.areEqual(str, e) && !m.areEqual(str, d)) { + if (!m.areEqual(str, a) && !m.areEqual(str, b) && !m.areEqual(str, f47c) && !m.areEqual(str, e) && !m.areEqual(str, d)) { return l.matches(str); } return true; diff --git a/app/src/main/java/c/a/e/p.java b/app/src/main/java/c/a/d/n.java similarity index 77% rename from app/src/main/java/c/a/e/p.java rename to app/src/main/java/c/a/d/n.java index b0575658ca..7f6ef10c95 100644 --- a/app/src/main/java/c/a/e/p.java +++ b/app/src/main/java/c/a/d/n.java @@ -1,11 +1,11 @@ -package c.a.e; +package c.a.d; import com.discord.utilities.rx.ObservableExtensionsKt; import d0.z.d.m; import rx.Observable; /* compiled from: AppTransformers.kt */ -public final class p implements Observable.c { - public static final p i = new p(); +public final class n implements Observable.c { + public static final n i = new n(); @Override // j0.k.b public Object call(Object obj) { diff --git a/app/src/main/java/c/a/e/q.java b/app/src/main/java/c/a/d/o.java similarity index 90% rename from app/src/main/java/c/a/e/q.java rename to app/src/main/java/c/a/d/o.java index c155ca674e..c41fa3e51c 100644 --- a/app/src/main/java/c/a/e/q.java +++ b/app/src/main/java/c/a/d/o.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import android.content.Context; import androidx.core.app.NotificationCompat; @@ -7,7 +7,6 @@ import com.discord.utilities.error.Error; import d0.t.h0; import d0.z.d.k; import d0.z.d.m; -import d0.z.d.o; import j0.l.e.j; import java.util.Collection; import java.util.Map; @@ -18,11 +17,11 @@ import kotlin.jvm.functions.Function1; import rx.Observable; import rx.functions.Action1; /* compiled from: AppTransformers.kt */ -public final class q { - public static final q a = new q(); +public final class o { + public static final o a = new o(); /* compiled from: AppTransformers.kt */ - public static final class a extends o implements Function1 { + public static final class a extends d0.z.d.o implements Function1 { public static final a i = new a(); public a() { @@ -59,7 +58,7 @@ public final class q { @Override // j0.k.b public Object call(Object obj) { - return ((Observable) obj).Y(new u(this)).r(); + return ((Observable) obj).Y(new s(this)).r(); } } @@ -79,7 +78,7 @@ public final class q { @Override // j0.k.b public Object call(Object obj) { - return ((Observable) obj).Y(new v(this)); + return ((Observable) obj).Y(new t(this)); } } @@ -137,29 +136,29 @@ public final class q { public static final Observable.c e(Action1 action1, Class cls) { m.checkNotNullParameter(action1, "onNext"); m.checkNotNullParameter(cls, "errorClass"); - return new y(null, cls, null, action1, null); + return new w(null, cls, null, action1, null); } - public static Observable.c f(q qVar, Function1 function1, String str, Function1 function12, Function1 function13, Context context, Function0 function0, int i) { + public static Observable.c f(o oVar, Function1 function1, String str, Function1 function12, Function1 function13, Context context, Function0 function0, int i) { Function1 function14 = (i & 4) != 0 ? null : function12; int i2 = i & 8; Context context2 = (i & 16) != 0 ? null : context; int i3 = i & 32; m.checkNotNullParameter(function1, "onNext"); m.checkNotNullParameter(str, "errorTag"); - return new a0(context2, str, null, function1, function14, null); + return new y(context2, str, null, function1, function14, null); } public static final Observable.c h(Action1 action1, Context context, Action1 action12) { m.checkNotNullParameter(action1, "onNext"); e eVar = new e(action1); - e0 e0Var = true & true ? null : action12 != null ? new e0(action12) : null; + c0 c0Var = true & true ? null : action12 != null ? new c0(action12) : null; boolean z2 = true & true; Context context2 = true & true ? null : context; boolean z3 = true & true; m.checkNotNullParameter(eVar, "onNext"); m.checkNotNullParameter("restClient", "errorTag"); - return new a0(context2, "restClient", null, eVar, e0Var, null); + return new y(context2, "restClient", null, eVar, c0Var, null); } public static final Observable.c i(Action1 action1, AppFragment appFragment) { @@ -175,6 +174,6 @@ public final class q { public final Observable.c g(Context context, Function1 function1, Action1 action1) { m.checkNotNullParameter(function1, "onNext"); - return f(this, function1, "restClient", action1 != null ? new e0(action1) : null, null, context, null, 40); + return f(this, function1, "restClient", action1 != null ? new c0(action1) : null, null, context, null, 40); } } diff --git a/app/src/main/java/c/a/e/r.java b/app/src/main/java/c/a/d/p.java similarity index 78% rename from app/src/main/java/c/a/e/r.java rename to app/src/main/java/c/a/d/p.java index dcfcbfee7a..c3a4074074 100644 --- a/app/src/main/java/c/a/e/r.java +++ b/app/src/main/java/c/a/d/p.java @@ -1,12 +1,12 @@ -package c.a.e; +package c.a.d; import j0.k.b; import java.util.Map; /* compiled from: AppTransformers.kt */ -public final class r implements b { +public final class p implements b { public final /* synthetic */ Map i; - public r(Map map) { + public p(Map map) { this.i = map; } diff --git a/app/src/main/java/c/a/e/s.java b/app/src/main/java/c/a/d/q.java similarity index 57% rename from app/src/main/java/c/a/e/s.java rename to app/src/main/java/c/a/d/q.java index cebe5ecacd..c194de1bc2 100644 --- a/app/src/main/java/c/a/e/s.java +++ b/app/src/main/java/c/a/d/q.java @@ -1,9 +1,9 @@ -package c.a.e; +package c.a.d; import j0.k.b; /* compiled from: AppTransformers.kt */ -public final class s implements b { - public static final s i = new s(); +public final class q implements b { + public static final q i = new q(); @Override // j0.k.b public final K call(K k) { diff --git a/app/src/main/java/c/a/e/t.java b/app/src/main/java/c/a/d/r.java similarity index 66% rename from app/src/main/java/c/a/e/t.java rename to app/src/main/java/c/a/d/r.java index 3091eb1150..be8aa3ef0d 100644 --- a/app/src/main/java/c/a/e/t.java +++ b/app/src/main/java/c/a/d/r.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; import j0.k.b; import java.util.Map; /* compiled from: AppTransformers.kt */ -public final class t implements b { - public final /* synthetic */ u i; +public final class r implements b { + public final /* synthetic */ s i; public final /* synthetic */ Map j; - public t(u uVar, Map map) { - this.i = uVar; + public r(s sVar, Map map) { + this.i = sVar; this.j = map; } diff --git a/app/src/main/java/c/a/e/u.java b/app/src/main/java/c/a/d/s.java similarity index 52% rename from app/src/main/java/c/a/e/u.java rename to app/src/main/java/c/a/d/s.java index 3ebf892815..7a8f1b43ad 100644 --- a/app/src/main/java/c/a/e/u.java +++ b/app/src/main/java/c/a/d/s.java @@ -1,20 +1,20 @@ -package c.a.e; +package c.a.d; -import c.a.e.q; +import c.a.d.o; import j0.k.b; import java.util.Map; import rx.Observable; /* compiled from: AppTransformers.kt */ -public final class u implements b, Observable>> { - public final /* synthetic */ q.c i; +public final class s implements b, Observable>> { + public final /* synthetic */ o.c i; - public u(q.c cVar) { + public s(o.c cVar) { this.i = cVar; } @Override // j0.k.b public Object call(Object obj) { Map map = (Map) obj; - return Observable.A(this.i.i).x(new r(map)).g0(s.i, new t(this, map)); + return Observable.A(this.i.i).x(new p(map)).g0(q.i, new r(this, map)); } } diff --git a/app/src/main/java/c/a/e/v.java b/app/src/main/java/c/a/d/t.java similarity index 66% rename from app/src/main/java/c/a/e/v.java rename to app/src/main/java/c/a/d/t.java index 3c5454804c..5c945873e0 100644 --- a/app/src/main/java/c/a/e/v.java +++ b/app/src/main/java/c/a/d/t.java @@ -1,14 +1,14 @@ -package c.a.e; +package c.a.d; -import c.a.e.q; +import c.a.d.o; import j0.k.b; import j0.l.e.j; import rx.Observable; /* compiled from: AppTransformers.kt */ -public final class v implements b> { - public final /* synthetic */ q.d i; +public final class t implements b> { + public final /* synthetic */ o.d i; - public v(q.d dVar) { + public t(o.d dVar) { this.i = dVar; } @@ -18,7 +18,7 @@ public final class v implements b> { return new j(obj); } j jVar = new j(this.i.j); - q.d dVar = this.i; + o.d dVar = this.i; return jVar.q(dVar.k, dVar.l); } } diff --git a/app/src/main/java/c/a/e/w.java b/app/src/main/java/c/a/d/u.java similarity index 83% rename from app/src/main/java/c/a/e/w.java rename to app/src/main/java/c/a/d/u.java index 339687d558..625e9b04ee 100644 --- a/app/src/main/java/c/a/e/w.java +++ b/app/src/main/java/c/a/d/u.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import androidx.core.app.NotificationCompat; import d0.z.d.k; @@ -6,8 +6,8 @@ import kotlin.Unit; import kotlin.jvm.functions.Function1; import rx.functions.Action1; /* compiled from: AppTransformers.kt */ -public final /* synthetic */ class w extends k implements Function1 { - public w(Action1 action1) { +public final /* synthetic */ class u extends k implements Function1 { + public u(Action1 action1) { super(1, action1, Action1.class, NotificationCompat.CATEGORY_CALL, "call(Ljava/lang/Object;)V", 0); } diff --git a/app/src/main/java/c/a/e/z.java b/app/src/main/java/c/a/d/v.java similarity index 73% rename from app/src/main/java/c/a/e/z.java rename to app/src/main/java/c/a/d/v.java index ed626bec47..6ad095d1f2 100644 --- a/app/src/main/java/c/a/e/z.java +++ b/app/src/main/java/c/a/d/v.java @@ -1,13 +1,13 @@ -package c.a.e; +package c.a.d; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: AppTransformers.kt */ -public final class z extends o implements Function0 { - public static final z i = new z(); +public final class v extends o implements Function0 { + public static final v i = new v(); - public z() { + public v() { super(0); } diff --git a/app/src/main/java/c/a/e/y.java b/app/src/main/java/c/a/d/w.java similarity index 76% rename from app/src/main/java/c/a/e/y.java rename to app/src/main/java/c/a/d/w.java index b73a408720..e373196478 100644 --- a/app/src/main/java/c/a/e/y.java +++ b/app/src/main/java/c/a/d/w.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import android.content.Context; import com.discord.utilities.rx.ObservableExtensionsKt; @@ -7,14 +7,14 @@ import kotlin.jvm.functions.Function0; import rx.Observable; import rx.functions.Action1; /* compiled from: AppTransformers.kt */ -public final class y implements Observable.c { +public final class w implements Observable.c { public final /* synthetic */ Context i; public final /* synthetic */ Class j; public final /* synthetic */ Action1 k; public final /* synthetic */ Action1 l; public final /* synthetic */ Action1 m; - public y(Context context, Class cls, Action1 action1, Action1 action12, Action1 action13) { + public w(Context context, Class cls, Action1 action1, Action1 action12, Action1 action13) { this.i = context; this.j = cls; this.k = action1; @@ -30,10 +30,10 @@ public final class y implements Observable.c { String simpleName = this.j.getSimpleName(); m.checkNotNullExpressionValue(simpleName, "errorClass.simpleName"); Action1 action1 = this.k; - e0 e0Var = action1 != null ? new e0(action1) : null; - w wVar = new w(this.l); + c0 c0Var = action1 != null ? new c0(action1) : null; + u uVar = new u(this.l); Action1 action12 = this.m; - ObservableExtensionsKt.appSubscribe$default(observable, context, simpleName, e0Var, wVar, action12 != null ? new e0(action12) : null, x.i, (Function0) null, 64, (Object) null); + ObservableExtensionsKt.appSubscribe$default(observable, context, simpleName, c0Var, uVar, action12 != null ? new c0(action12) : null, v.i, (Function0) null, 64, (Object) null); return null; } } diff --git a/app/src/main/java/c/a/e/x.java b/app/src/main/java/c/a/d/x.java similarity index 96% rename from app/src/main/java/c/a/e/x.java rename to app/src/main/java/c/a/d/x.java index 968730819d..fa23bb62c1 100644 --- a/app/src/main/java/c/a/e/x.java +++ b/app/src/main/java/c/a/d/x.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import d0.z.d.o; import kotlin.Unit; diff --git a/app/src/main/java/c/a/e/a0.java b/app/src/main/java/c/a/d/y.java similarity index 84% rename from app/src/main/java/c/a/e/a0.java rename to app/src/main/java/c/a/d/y.java index 51cf7e1bee..5e6d9e9f32 100644 --- a/app/src/main/java/c/a/e/a0.java +++ b/app/src/main/java/c/a/d/y.java @@ -1,4 +1,4 @@ -package c.a.e; +package c.a.d; import android.content.Context; import com.discord.utilities.rx.ObservableExtensionsKt; @@ -7,7 +7,7 @@ import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import rx.Observable; /* compiled from: AppTransformers.kt */ -public final class a0 implements Observable.c { +public final class y implements Observable.c { public final /* synthetic */ Context i; public final /* synthetic */ String j; public final /* synthetic */ Function1 k; @@ -15,7 +15,7 @@ public final class a0 implements Observable.c { public final /* synthetic */ Function1 m; public final /* synthetic */ Function0 n; - public a0(Context context, String str, Function1 function1, Function1 function12, Function1 function13, Function0 function0) { + public y(Context context, String str, Function1 function1, Function1 function12, Function1 function13, Function0 function0) { this.i = context; this.j = str; this.k = function1; @@ -35,7 +35,7 @@ public final class a0 implements Observable.c { Function1 function13 = this.m; Function0 function0 = this.n; if (function0 == null) { - function0 = z.i; + function0 = x.i; } ObservableExtensionsKt.appSubscribe$default(observable, context, str, function1, function12, function13, function0, (Function0) null, 64, (Object) null); return null; diff --git a/app/src/main/java/c/a/e/b0.java b/app/src/main/java/c/a/d/z.java similarity index 62% rename from app/src/main/java/c/a/e/b0.java rename to app/src/main/java/c/a/d/z.java index 4e2859cc61..0e84b91f5e 100644 --- a/app/src/main/java/c/a/e/b0.java +++ b/app/src/main/java/c/a/d/z.java @@ -1,13 +1,13 @@ -package c.a.e; +package c.a.d; import j0.k.b; import rx.Observable; /* compiled from: AppTransformers.kt */ -public final class b0 implements b> { - public final /* synthetic */ c0 i; +public final class z implements b> { + public final /* synthetic */ a0 i; - public b0(c0 c0Var) { - this.i = c0Var; + public z(a0 a0Var) { + this.i = a0Var; } @Override // j0.k.b diff --git a/app/src/main/java/c/a/e/a.java b/app/src/main/java/c/a/e/a.java index bc2276259b..44a47c4f2a 100644 --- a/app/src/main/java/c/a/e/a.java +++ b/app/src/main/java/c/a/e/a.java @@ -1,18 +1,29 @@ package c.a.e; -import d0.z.d.m; -import kotlin.jvm.functions.Function3; -import rx.functions.Action3; -/* compiled from: App.kt */ -public final class a implements Action3 { - public final /* synthetic */ Function3 i; - - public a(Function3 function3) { - this.i = function3; +import d0.z.d.k; +import java.util.Objects; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +import rx.Subscription; +/* compiled from: Backgrounded.kt */ +public final /* synthetic */ class a extends k implements Function1 { + public a(d dVar) { + super(1, dVar, d.class, "emit", "emit(Z)V", 0); } - @Override // rx.functions.Action3 - public final /* synthetic */ void call(Object obj, Object obj2, Object obj3) { - m.checkNotNullExpressionValue(this.i.invoke(obj, obj2, obj3), "invoke(...)"); + /* 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(Boolean bool) { + boolean booleanValue = bool.booleanValue(); + boolean z2 = d.a; + Objects.requireNonNull((d) this.receiver); + d.a = booleanValue; + Subscription subscription = d.f52c; + if (subscription != null) { + subscription.unsubscribe(); + } + d.b.onNext(Boolean.valueOf(booleanValue)); + return Unit.a; } } diff --git a/app/src/main/java/c/a/e/b.java b/app/src/main/java/c/a/e/b.java index 171220ed1c..41dd9b9245 100644 --- a/app/src/main/java/c/a/e/b.java +++ b/app/src/main/java/c/a/e/b.java @@ -1,30 +1,75 @@ package c.a.e; -import android.view.MenuItem; -import androidx.appcompat.widget.Toolbar; +import android.app.Activity; +import android.app.Application; +import android.os.Bundle; +import androidx.appcompat.widget.ActivityChooserModel; +import d0.z.d.m; +import j0.l.e.j; +import java.util.concurrent.TimeUnit; +import kotlin.jvm.functions.Function1; +import rx.Observable; +import rx.Subscription; import rx.functions.Action1; -import rx.functions.Action2; -/* compiled from: AppActivity.kt */ -public final class b implements Toolbar.OnMenuItemClickListener { - public final /* synthetic */ Toolbar a; - public final /* synthetic */ Action2 b; +/* compiled from: Backgrounded.kt */ +public final class b implements Application.ActivityLifecycleCallbacks { + public final /* synthetic */ Function1 i; - /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ Action1 f45c; - - public b(Toolbar toolbar, int i, Action2 action2, Action1 action1) { - this.a = toolbar; - this.b = action2; - this.f45c = action1; + public b(Function1 function1) { + this.i = function1; } - @Override // androidx.appcompat.widget.Toolbar.OnMenuItemClickListener - public final boolean onMenuItemClick(MenuItem menuItem) { - Action2 action2 = this.b; - if (action2 == null) { - return true; + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityCreated(Activity activity, Bundle bundle) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityDestroyed(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + } + + /* JADX WARN: Multi-variable type inference failed */ + /* JADX DEBUG: Type inference failed for r1v1. Raw type applied. Possible types: rx.Observable, rx.Observable */ + /* JADX WARNING: Unknown variable types count: 1 */ + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityPaused(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + d dVar = d.d; + Function1 function1 = this.i; + Observable q = new j(Boolean.TRUE).q(2000, TimeUnit.MILLISECONDS); + c cVar = new c(new a(dVar)); + if (function1 != null) { + function1 = new c(function1); } - action2.call(menuItem, this.a.getContext()); - return true; + d.f52c = q.W(cVar, (Action1) function1); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityResumed(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + d dVar = d.d; + d.a = false; + Subscription subscription = d.f52c; + if (subscription != null) { + subscription.unsubscribe(); + } + d.b.onNext(Boolean.FALSE); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivitySaveInstanceState(Activity activity, Bundle bundle) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + m.checkNotNullParameter(bundle, "bundle"); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityStarted(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityStopped(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); } } diff --git a/app/src/main/java/c/a/e/c.java b/app/src/main/java/c/a/e/c.java index 87d6bdcc30..8086e909e5 100644 --- a/app/src/main/java/c/a/e/c.java +++ b/app/src/main/java/c/a/e/c.java @@ -1,27 +1,18 @@ package c.a.e; -import android.util.TypedValue; -import com.discord.app.AppActivity; -import d0.z.d.o; -import kotlin.jvm.functions.Function2; -/* compiled from: AppActivity.kt */ -public final class c extends o implements Function2 { - public final /* synthetic */ AppActivity this$0; +import d0.z.d.m; +import kotlin.jvm.functions.Function1; +import rx.functions.Action1; +/* compiled from: Backgrounded.kt */ +public final class c implements Action1 { + public final /* synthetic */ Function1 i; - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public c(AppActivity appActivity) { - super(2); - this.this$0 = appActivity; + public c(Function1 function1) { + this.i = function1; } - /* 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 TypedValue invoke(Integer num, Boolean bool) { - int intValue = num.intValue(); - boolean booleanValue = bool.booleanValue(); - TypedValue typedValue = new TypedValue(); - this.this$0.getTheme().resolveAttribute(intValue, typedValue, booleanValue); - return typedValue; + @Override // rx.functions.Action1 + public final /* synthetic */ void call(Object obj) { + m.checkNotNullExpressionValue(this.i.invoke(obj), "invoke(...)"); } } diff --git a/app/src/main/java/c/a/e/d.java b/app/src/main/java/c/a/e/d.java index eeb7e86edc..05b933c55a 100644 --- a/app/src/main/java/c/a/e/d.java +++ b/app/src/main/java/c/a/e/d.java @@ -1,48 +1,28 @@ package c.a.e; -import com.discord.app.AppTransitionActivity; import d0.z.d.m; -import java.util.Collection; -import java.util.HashMap; -import java.util.Iterator; -import java.util.TreeMap; -import kotlin.jvm.functions.Function0; -/* compiled from: AppEventHandlerActivity.kt */ -public abstract class d extends AppTransitionActivity { - public final TreeMap>> k = new TreeMap<>(); +import rx.Observable; +import rx.Subscription; +import rx.subjects.BehaviorSubject; +import rx.subjects.Subject; +/* compiled from: Backgrounded.kt */ +public final class d { + public static boolean a = true; + public static final Subject b; - @Override // com.discord.app.AppTransitionActivity, androidx.activity.ComponentActivity, android.app.Activity - public void onBackPressed() { - boolean z2; - Collection>> values = this.k.values(); - m.checkNotNullExpressionValue(values, "backPressHandlers\n .values"); - Iterator it = values.iterator(); - loop0: - while (true) { - if (!it.hasNext()) { - z2 = false; - break; - } - Collection values2 = ((HashMap) it.next()).values(); - m.checkNotNullExpressionValue(values2, "handlers\n .values"); - Iterator it2 = values2.iterator(); - while (true) { - if (it2.hasNext()) { - if (((Boolean) ((Function0) it2.next()).mo1invoke()).booleanValue()) { - z2 = true; - break loop0; - } - } - } - } - if (!z2 && !isFinishing()) { - try { - super.onBackPressed(); - } catch (Exception e) { - if (!(e instanceof IllegalArgumentException) && !(e instanceof IllegalStateException)) { - throw e; - } - } - } + /* renamed from: c reason: collision with root package name */ + public static Subscription f52c; + public static final d d = new d(); + + static { + BehaviorSubject l0 = BehaviorSubject.l0(true); + m.checkNotNullExpressionValue(l0, "BehaviorSubject.create(isBackgrounded)"); + b = l0; + } + + public final Observable a() { + Observable r = b.r(); + m.checkNotNullExpressionValue(r, "emitter.distinctUntilChanged()"); + return r; } } diff --git a/app/src/main/java/c/a/e/h.java b/app/src/main/java/c/a/e/h.java deleted file mode 100644 index 02a0c8d120..0000000000 --- a/app/src/main/java/c/a/e/h.java +++ /dev/null @@ -1,28 +0,0 @@ -package c.a.e; - -import com.discord.app.AppLog; -import com.discord.utilities.error.Error; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: AppLog.kt */ -public 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(Error error) { - Error error2 = error; - m.checkNotNullParameter(error2, "error"); - error2.setShouldLog(false); - error2.setShowErrorToasts(false); - AppLog.g.i("Checking tombstone error", error2.getThrowable()); - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/e/i.java b/app/src/main/java/c/a/e/i.java deleted file mode 100644 index 86c3a10e15..0000000000 --- a/app/src/main/java/c/a/e/i.java +++ /dev/null @@ -1,33 +0,0 @@ -package c.a.e; - -import com.discord.app.AppLog; -import com.discord.utilities.logging.Logger; -import com.discord.utilities.systemlog.SystemLogUtils; -import d0.g0.w; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: AppLog.kt */ -public final class i extends o implements Function1 { - public static final i i = new i(); - - public i() { - 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(SystemLogUtils.Tombstone tombstone) { - SystemLogUtils.Tombstone tombstone2 = tombstone; - m.checkNotNullParameter(tombstone2, "crash"); - for (String str : w.split$default((CharSequence) tombstone2.getText(), new String[]{"\n"}, false, 0, 6, (Object) null)) { - AppLog.g.recordBreadcrumb(str, "Tombstone"); - } - AppLog appLog = AppLog.g; - appLog.recordBreadcrumb(tombstone2.getHash(), "Tombstone-Hash"); - Logger.e$default(appLog, "Tombstone", null, null, 6, null); - 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 4db6fe0de9..cb4a93b9da 100644 --- a/app/src/main/java/c/a/f/a.java +++ b/app/src/main/java/c/a/f/a.java @@ -1,29 +1,116 @@ package c.a.f; -import d0.z.d.k; +import android.view.View; +import com.discord.chips_view.ChipsView; +import com.discord.chips_view.ChipsView.a; +import d0.z.d.m; import java.util.Objects; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -import rx.Subscription; -/* compiled from: Backgrounded.kt */ -public final /* synthetic */ class a extends k implements Function1 { - public a(d dVar) { - super(1, dVar, d.class, "emit", "emit(Z)V", 0); +/* compiled from: Chip.kt */ +public final class a implements View.OnClickListener { + public c.a.f.h.a i; + public boolean j; + public String k; + public String l; + public final K m; + public final T n; + public final C0026a o; + public final ChipsView p; + + /* compiled from: Chip.kt */ + /* renamed from: c.a.f.a$a reason: collision with other inner class name */ + public static final class C0026a { + public final int a; + public final int b; + + /* renamed from: c reason: collision with root package name */ + public final int f53c; + public final int d; + public final int e; + public final int f; + + public C0026a(int i, float f, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) { + this.a = i; + this.b = i2; + this.f53c = i3; + this.d = i4; + this.e = i5; + this.f = i8; + } } - /* 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(Boolean bool) { - boolean booleanValue = bool.booleanValue(); - boolean z2 = d.a; - Objects.requireNonNull((d) this.receiver); - d.a = booleanValue; - Subscription subscription = d.f54c; - if (subscription != null) { - subscription.unsubscribe(); + public a(String str, String str2, K k, T t, C0026a aVar, ChipsView chipsView) { + m.checkNotNullParameter(aVar, "params"); + m.checkNotNullParameter(chipsView, "container"); + this.k = str; + this.l = str2; + this.m = k; + this.n = t; + this.o = aVar; + this.p = chipsView; + String str3 = null; + if (str == null) { + this.k = t != null ? t.getDisplayString() : null; } - d.b.onNext(Boolean.valueOf(booleanValue)); - return Unit.a; + String str4 = this.k; + if ((str4 != null ? str4.length() : 0) > 30) { + String str5 = this.k; + if (str5 != null) { + str3 = str5.substring(0, 30); + m.checkNotNullExpressionValue(str3, "(this as java.lang.Strin…ing(startIndex, endIndex)"); + } + this.k = m.stringPlus(str3, "..."); + } + } + + @Override // java.lang.Object + public boolean equals(Object obj) { + if (obj instanceof a) { + return m.areEqual(this.n, ((a) obj).n); + } + return false; + } + + @Override // java.lang.Object + public int hashCode() { + String str = this.k; + int i = 0; + int hashCode = (str != null ? str.hashCode() : 0) * 31; + String str2 = this.l; + int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; + K k = this.m; + int hashCode3 = (hashCode2 + (k != null ? k.hashCode() : 0)) * 31; + T t = this.n; + int hashCode4 = (this.p.hashCode() + ((this.o.hashCode() + ((hashCode3 + (t != null ? t.hashCode() : 0)) * 31)) * 31)) * 31; + c.a.f.h.a aVar = this.i; + if (aVar != null) { + i = aVar.hashCode(); + } + return c.a(this.j) + ((hashCode4 + i) * 31); + } + + @Override // android.view.View.OnClickListener + public void onClick(View view) { + m.checkNotNullParameter(view, "v"); + this.p.f1597z.clearFocus(); + ChipsView chipsView = this.p; + Objects.requireNonNull(chipsView); + m.checkNotNullParameter(this, "chip"); + chipsView.f(this); + chipsView.e(this); + } + + @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("[ImageDescription: "); + L.append(this.l); + L.append(']'); + L.append('}'); + return L.toString(); } } diff --git a/app/src/main/java/c/a/f/b.java b/app/src/main/java/c/a/f/b.java index 808d8c27a8..9fd9b430bc 100644 --- a/app/src/main/java/c/a/f/b.java +++ b/app/src/main/java/c/a/f/b.java @@ -1,75 +1,29 @@ package c.a.f; -import android.app.Activity; -import android.app.Application; -import android.os.Bundle; -import androidx.appcompat.widget.ActivityChooserModel; +import android.graphics.PorterDuff; +import android.graphics.drawable.Drawable; +import android.widget.RelativeLayout; import d0.z.d.m; -import j0.l.e.j; -import java.util.concurrent.TimeUnit; -import kotlin.jvm.functions.Function1; -import rx.Observable; -import rx.Subscription; -import rx.functions.Action1; -/* compiled from: Backgrounded.kt */ -public final class b implements Application.ActivityLifecycleCallbacks { - public final /* synthetic */ Function1 i; +import java.util.Objects; +/* compiled from: Chip.kt */ +public final class b implements Runnable { + public final /* synthetic */ RelativeLayout i; + public final /* synthetic */ a j; - public b(Function1 function1) { - this.i = function1; + public b(RelativeLayout relativeLayout, a aVar) { + this.i = relativeLayout; + this.j = aVar; } - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityCreated(Activity activity, Bundle bundle) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityDestroyed(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - } - - /* JADX WARN: Multi-variable type inference failed */ - /* JADX DEBUG: Type inference failed for r1v1. Raw type applied. Possible types: rx.Observable, rx.Observable */ - /* JADX WARNING: Unknown variable types count: 1 */ - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityPaused(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - d dVar = d.d; - Function1 function1 = this.i; - Observable q = new j(Boolean.TRUE).q(2000, TimeUnit.MILLISECONDS); - c cVar = new c(new a(dVar)); - if (function1 != null) { - function1 = new c(function1); - } - d.f54c = q.W(cVar, (Action1) function1); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityResumed(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - d dVar = d.d; - d.a = false; - Subscription subscription = d.f54c; - if (subscription != null) { - subscription.unsubscribe(); - } - d.b.onNext(Boolean.FALSE); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivitySaveInstanceState(Activity activity, Bundle bundle) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - m.checkNotNullParameter(bundle, "bundle"); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityStarted(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityStopped(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + @Override // java.lang.Runnable + public final void run() { + a aVar = this.j; + RelativeLayout relativeLayout = this.i; + m.checkNotNullExpressionValue(relativeLayout, "it"); + Drawable background = relativeLayout.getBackground(); + m.checkNotNullExpressionValue(background, "it.background"); + int i = this.j.o.f53c; + Objects.requireNonNull(aVar); + background.setColorFilter(i, PorterDuff.Mode.SRC_ATOP); } } diff --git a/app/src/main/java/c/a/f/c.java b/app/src/main/java/c/a/f/c.java index 9c21599a3a..23c68312b9 100644 --- a/app/src/main/java/c/a/f/c.java +++ b/app/src/main/java/c/a/f/c.java @@ -1,18 +1,6 @@ package c.a.f; - -import d0.z.d.m; -import kotlin.jvm.functions.Function1; -import rx.functions.Action1; -/* compiled from: Backgrounded.kt */ -public final class c implements Action1 { - public final /* synthetic */ Function1 i; - - public c(Function1 function1) { - this.i = function1; - } - - @Override // rx.functions.Action1 - public final /* synthetic */ void call(Object obj) { - m.checkNotNullExpressionValue(this.i.invoke(obj), "invoke(...)"); +public /* synthetic */ class c { + public static /* synthetic */ int a(boolean z2) { + return z2 ? 1231 : 1237; } } diff --git a/app/src/main/java/c/a/f/d.java b/app/src/main/java/c/a/f/d.java index 8b1df4271b..62c512c82c 100644 --- a/app/src/main/java/c/a/f/d.java +++ b/app/src/main/java/c/a/f/d.java @@ -1,28 +1,32 @@ package c.a.f; +import android.annotation.SuppressLint; +import android.content.Context; +import android.view.inputmethod.EditorInfo; +import android.view.inputmethod.InputConnection; +import androidx.appcompat.widget.AppCompatEditText; import d0.z.d.m; -import rx.Observable; -import rx.Subscription; -import rx.subjects.BehaviorSubject; -import rx.subjects.Subject; -/* compiled from: Backgrounded.kt */ -public final class d { - public static boolean a = true; - public static final Subject b; +/* compiled from: ChipsEditText.kt */ +@SuppressLint({"ViewConstructor"}) +public final class d extends AppCompatEditText { + public final a i; - /* renamed from: c reason: collision with root package name */ - public static Subscription f54c; - public static final d d = new d(); - - static { - BehaviorSubject l0 = BehaviorSubject.l0(true); - m.checkNotNullExpressionValue(l0, "BehaviorSubject.create(isBackgrounded)"); - b = l0; + /* compiled from: ChipsEditText.kt */ + public interface a { + InputConnection a(InputConnection inputConnection); } - public final Observable a() { - Observable r = b.r(); - m.checkNotNullExpressionValue(r, "emitter.distinctUntilChanged()"); - return r; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public d(Context context, a aVar) { + super(context); + m.checkNotNullParameter(context, "context"); + m.checkNotNullParameter(aVar, "mInputConnectionWrapperInterface"); + this.i = aVar; + } + + @Override // androidx.appcompat.widget.AppCompatEditText, android.widget.TextView, android.view.View + public InputConnection onCreateInputConnection(EditorInfo editorInfo) { + m.checkNotNullParameter(editorInfo, "outAttrs"); + return this.i.a(super.onCreateInputConnection(editorInfo)); } } diff --git a/app/src/main/java/c/a/g/e.java b/app/src/main/java/c/a/f/e.java similarity index 98% rename from app/src/main/java/c/a/g/e.java rename to app/src/main/java/c/a/f/e.java index 1bb106b0fe..0e227bda47 100644 --- a/app/src/main/java/c/a/g/e.java +++ b/app/src/main/java/c/a/f/e.java @@ -1,4 +1,4 @@ -package c.a.g; +package c.a.f; import android.annotation.SuppressLint; import android.content.Context; diff --git a/app/src/main/java/c/a/g/f.java b/app/src/main/java/c/a/f/f.java similarity index 97% rename from app/src/main/java/c/a/g/f.java rename to app/src/main/java/c/a/f/f.java index 619d5b91b2..e79a653efd 100644 --- a/app/src/main/java/c/a/g/f.java +++ b/app/src/main/java/c/a/f/f.java @@ -1,4 +1,4 @@ -package c.a.g; +package c.a.f; import android.view.View; import com.discord.chips_view.ChipsView; diff --git a/app/src/main/java/c/a/g/g.java b/app/src/main/java/c/a/f/g.java similarity index 88% rename from app/src/main/java/c/a/g/g.java rename to app/src/main/java/c/a/f/g.java index 893b9d4267..c342c0be50 100644 --- a/app/src/main/java/c/a/g/g.java +++ b/app/src/main/java/c/a/f/g.java @@ -1,4 +1,4 @@ -package c.a.g; +package c.a.f; import android.view.View; import com.discord.chips_view.ChipsView; @@ -12,7 +12,7 @@ public final class g implements View.OnClickListener { @Override // android.view.View.OnClickListener public final void onClick(View view) { - this.i.f1598z.requestFocus(); + this.i.f1597z.requestFocus(); this.i.f(null); } } diff --git a/app/src/main/java/c/a/g/h/a.java b/app/src/main/java/c/a/f/h/a.java similarity index 90% rename from app/src/main/java/c/a/g/h/a.java rename to app/src/main/java/c/a/f/h/a.java index 81fdc694f3..45c10366f0 100644 --- a/app/src/main/java/c/a/g/h/a.java +++ b/app/src/main/java/c/a/f/h/a.java @@ -1,4 +1,4 @@ -package c.a.g.h; +package c.a.f.h; import android.view.View; import android.widget.ImageView; @@ -15,12 +15,12 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f56c; + public final TextView f54c; public a(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView; - this.f56c = textView; + this.f54c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/g/a.java b/app/src/main/java/c/a/g/a.java index 52bb2f0ddd..c050b0d4fa 100644 --- a/app/src/main/java/c/a/g/a.java +++ b/app/src/main/java/c/a/g/a.java @@ -1,116 +1,314 @@ package c.a.g; -import android.view.View; -import com.discord.chips_view.ChipsView; -import com.discord.chips_view.ChipsView.a; +import android.graphics.Color; +import android.util.SparseIntArray; import d0.z.d.m; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Comparator; +import java.util.Iterator; +import java.util.List; import java.util.Objects; -/* compiled from: Chip.kt */ -public final class a implements View.OnClickListener { - public c.a.g.h.a i; - public boolean j; - public String k; - public String l; - public final K m; - public final T n; - public final C0025a o; - public final ChipsView p; +import java.util.PriorityQueue; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: ColorCutQuantizer.kt */ +public final class a { + public static final b a = new b(null); + public final float[] b = new float[3]; - /* compiled from: Chip.kt */ + /* renamed from: c reason: collision with root package name */ + public final int[] f55c; + public final SparseIntArray d; + public final List e; + + /* compiled from: ColorCutQuantizer.kt */ /* renamed from: c.a.g.a$a reason: collision with other inner class name */ - public static final class C0025a { - public final int a; - public final int b; + public static final class C0027a implements Comparator { + public static final C0027a i = new C0027a(); + + /* 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(c cVar, c cVar2) { + return cVar2.b() - cVar.b(); + } + } + + /* compiled from: ColorCutQuantizer.kt */ + public static final class b { + public b(DefaultConstructorMarker defaultConstructorMarker) { + } + } + + /* compiled from: ColorCutQuantizer.kt */ + public final class c { + public int a; + public int b; /* renamed from: c reason: collision with root package name */ - public final int f55c; - public final int d; - public final int e; - public final int f; + public int f56c; + public int d; + public int e; + public int f; + public final int g; + public int h; - public C0025a(int i, float f, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9) { - this.a = i; - this.b = i2; - this.f55c = i3; - this.d = i4; - this.e = i5; - this.f = i8; + public c(int i, int i2) { + this.g = i; + this.h = i2; + a(); } - } - public a(String str, String str2, K k, T t, C0025a aVar, ChipsView chipsView) { - m.checkNotNullParameter(aVar, "params"); - m.checkNotNullParameter(chipsView, "container"); - this.k = str; - this.l = str2; - this.m = k; - this.n = t; - this.o = aVar; - this.p = chipsView; - String str3 = null; - if (str == null) { - this.k = t != null ? t.getDisplayString() : null; - } - String str4 = this.k; - if ((str4 != null ? str4.length() : 0) > 30) { - String str5 = this.k; - if (str5 != null) { - str3 = str5.substring(0, 30); - m.checkNotNullExpressionValue(str3, "(this as java.lang.Strin…ing(startIndex, endIndex)"); + public final void a() { + this.e = 255; + this.f56c = 255; + this.a = 255; + this.f = 0; + this.d = 0; + this.b = 0; + int i = this.g; + int i2 = this.h; + if (i <= i2) { + while (true) { + int i3 = a.this.f55c[i]; + int red = Color.red(i3); + int green = Color.green(i3); + int blue = Color.blue(i3); + if (red > this.b) { + this.b = red; + } + if (red < this.a) { + this.a = red; + } + if (green > this.d) { + this.d = green; + } + if (green < this.f56c) { + this.f56c = green; + } + if (blue > this.f) { + this.f = blue; + } + if (blue < this.e) { + this.e = blue; + } + if (i != i2) { + i++; + } else { + return; + } + } } - this.k = m.stringPlus(str3, "..."); + } + + public final int b() { + return ((this.f - this.e) + 1) * ((this.d - this.f56c) + 1) * ((this.b - this.a) + 1); } } - @Override // java.lang.Object - public boolean equals(Object obj) { - if (obj instanceof a) { - return m.areEqual(this.n, ((a) obj).n); + /* JADX WARNING: Removed duplicated region for block: B:123:0x025b */ + /* JADX WARNING: Removed duplicated region for block: B:134:0x00a7 A[SYNTHETIC] */ + /* JADX WARNING: Removed duplicated region for block: B:149:0x0268 A[SYNTHETIC] */ + /* JADX WARNING: Removed duplicated region for block: B:152:0x01bb A[SYNTHETIC] */ + /* JADX WARNING: Removed duplicated region for block: B:35:0x009b */ + /* JADX WARNING: Removed duplicated region for block: B:38:0x00a0 */ + public a(b bVar, int i, DefaultConstructorMarker defaultConstructorMarker) { + int i2; + int i3; + int i4; + int i5; + boolean z2; + boolean z3; + c cVar; + boolean z4; + boolean z5; + if (i >= 1) { + int i6 = bVar.d; + int[] iArr = bVar.b; + int[] iArr2 = bVar.f57c; + this.d = new SparseIntArray(i6); + int length = iArr.length; + for (int i7 = 0; i7 < length; i7++) { + this.d.append(iArr[i7], iArr2[i7]); + } + this.f55c = new int[i6]; + int i8 = 0; + for (int i9 : iArr) { + int alpha = Color.alpha(i9); + c.a(Color.red(i9), Color.green(i9), Color.blue(i9), this.b); + if (alpha >= 250) { + float[] fArr = this.b; + if (!(fArr[2] >= 0.95f)) { + if (!(fArr[2] <= 0.05f)) { + float f = fArr[0]; + if (!(f >= 10.0f && f <= 37.0f && fArr[1] <= 0.82f)) { + z5 = false; + if (!z5) { + z4 = false; + if (z4) { + this.f55c[i8] = i9; + i8++; + } + } + } + } + } + z5 = true; + if (!z5) { + } + } + z4 = true; + if (z4) { + } + } + if (i8 <= i) { + this.e = new ArrayList(); + int[] iArr3 = this.f55c; + for (int i10 : iArr3) { + this.e.add(new d(i10, this.d.get(i10))); + } + return; + } + PriorityQueue priorityQueue = new PriorityQueue(i, C0027a.i); + priorityQueue.offer(new c(0, i8 - 1)); + while (priorityQueue.size() < i && (cVar = (c) priorityQueue.poll()) != null) { + int i11 = cVar.h; + int i12 = cVar.g; + int i13 = i11 - i12; + if (!(i13 > 1)) { + break; + } + if (i13 > 1) { + int i14 = cVar.b - cVar.a; + int i15 = cVar.d - cVar.f56c; + int i16 = cVar.f - cVar.e; + int i17 = (i14 < i15 || i14 < i16) ? (i15 < i14 || i15 < i16) ? -1 : -2 : -3; + a(a.this, i17, i12, i11); + Arrays.sort(a.this.f55c, cVar.g, cVar.h + 1); + a(a.this, i17, cVar.g, cVar.h); + int i18 = i17 != -3 ? i17 != -2 ? i17 != -1 ? (cVar.a + cVar.b) / 2 : (cVar.e + cVar.f) / 2 : (cVar.f56c + cVar.d) / 2 : (cVar.a + cVar.b) / 2; + int i19 = cVar.g; + int i20 = cVar.h; + while (true) { + if (i19 >= i20) { + i19 = cVar.g; + break; + } + int i21 = a.this.f55c[i19]; + if (i17 != -3) { + if (i17 != -2) { + if (i17 == -1 && Color.blue(i21) > i18) { + break; + } + } else if (Color.green(i21) >= i18) { + break; + } + } else if (Color.red(i21) >= i18) { + break; + } + i19++; + } + c cVar2 = new c(i19 + 1, cVar.h); + cVar.h = i19; + cVar.a(); + priorityQueue.offer(cVar2); + priorityQueue.offer(cVar); + } else { + throw new IllegalStateException("Can not split a box with only 1 color".toString()); + } + } + ArrayList arrayList = new ArrayList(priorityQueue.size()); + Iterator it = priorityQueue.iterator(); + while (it.hasNext()) { + c cVar3 = (c) it.next(); + int i22 = cVar3.g; + int i23 = cVar3.h; + if (i22 <= i23) { + i5 = 0; + i4 = 0; + i3 = 0; + i2 = 0; + while (true) { + a aVar = a.this; + int i24 = aVar.f55c[i22]; + int i25 = aVar.d.get(i24); + i5 += i25; + i4 = (Color.red(i24) * i25) + i4; + i3 = (Color.green(i24) * i25) + i3; + i2 += Color.blue(i24) * i25; + if (i22 == i23) { + break; + } + i22++; + } + } else { + i5 = 0; + i4 = 0; + i3 = 0; + i2 = 0; + } + float f2 = (float) i5; + d dVar = new d(Math.round(((float) i4) / f2), Math.round(((float) i3) / f2), Math.round(((float) i2) / f2), i5); + float[] a2 = dVar.a(); + m.checkNotNullExpressionValue(a2, "color.hsl"); + if (!(a2[2] >= 0.95f)) { + if (!(a2[2] <= 0.05f)) { + float f3 = a2[0]; + if (f3 >= 10.0f) { + if (f3 <= 37.0f) { + if (a2[1] <= 0.82f) { + z3 = true; + if (!z3) { + z2 = false; + if (!z2) { + arrayList.add(dVar); + } + } + z2 = true; + if (!z2) { + } + } + z3 = false; + if (!z3) { + } + z2 = true; + if (!z2) { + } + } + } + z3 = false; + if (!z3) { + } + z2 = true; + if (!z2) { + } + } + } + z2 = true; + if (!z2) { + } + } + this.e = arrayList; + return; } - return false; + throw new IllegalArgumentException("maxColors must be 1 or greater".toString()); } - @Override // java.lang.Object - public int hashCode() { - String str = this.k; - int i = 0; - int hashCode = (str != null ? str.hashCode() : 0) * 31; - String str2 = this.l; - int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31; - K k = this.m; - int hashCode3 = (hashCode2 + (k != null ? k.hashCode() : 0)) * 31; - T t = this.n; - int hashCode4 = (this.p.hashCode() + ((this.o.hashCode() + ((hashCode3 + (t != null ? t.hashCode() : 0)) * 31)) * 31)) * 31; - c.a.g.h.a aVar = this.i; - if (aVar != null) { - i = aVar.hashCode(); + public static final void a(a aVar, int i, int i2, int i3) { + Objects.requireNonNull(aVar); + if (i == -2) { + while (i2 <= i3) { + int[] iArr = aVar.f55c; + int i4 = iArr[i2]; + iArr[i2] = Color.rgb((i4 >> 8) & 255, (i4 >> 16) & 255, i4 & 255); + i2++; + } + } else if (i == -1) { + while (i2 <= i3) { + int[] iArr2 = aVar.f55c; + int i5 = iArr2[i2]; + iArr2[i2] = Color.rgb(i5 & 255, (i5 >> 8) & 255, (i5 >> 16) & 255); + i2++; + } } - return c.a(this.j) + ((hashCode4 + i) * 31); - } - - @Override // android.view.View.OnClickListener - public void onClick(View view) { - m.checkNotNullParameter(view, "v"); - this.p.f1598z.clearFocus(); - ChipsView chipsView = this.p; - Objects.requireNonNull(chipsView); - m.checkNotNullParameter(this, "chip"); - chipsView.f(this); - chipsView.e(this); - } - - @Override // java.lang.Object - public String 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("[ImageDescription: "); - K.append(this.l); - K.append(']'); - K.append('}'); - return K.toString(); } } diff --git a/app/src/main/java/c/a/g/b.java b/app/src/main/java/c/a/g/b.java index 1a124f5099..0ec64bf38a 100644 --- a/app/src/main/java/c/a/g/b.java +++ b/app/src/main/java/c/a/g/b.java @@ -1,29 +1,65 @@ package c.a.g; -import android.graphics.PorterDuff; -import android.graphics.drawable.Drawable; -import android.widget.RelativeLayout; import d0.z.d.m; -import java.util.Objects; -/* compiled from: Chip.kt */ -public final class b implements Runnable { - public final /* synthetic */ RelativeLayout i; - public final /* synthetic */ a j; +import java.util.Arrays; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: ColorHistogram.kt */ +public final class b { + public static final a a = new a(null); + public final int[] b; - public b(RelativeLayout relativeLayout, a aVar) { - this.i = relativeLayout; - this.j = aVar; + /* renamed from: c reason: collision with root package name */ + public final int[] f57c; + public final int d; + + /* compiled from: ColorHistogram.kt */ + public static final class a { + public a(DefaultConstructorMarker defaultConstructorMarker) { + } } - @Override // java.lang.Runnable - public final void run() { - a aVar = this.j; - RelativeLayout relativeLayout = this.i; - m.checkNotNullExpressionValue(relativeLayout, "it"); - Drawable background = relativeLayout.getBackground(); - m.checkNotNullExpressionValue(background, "it.background"); - int i = this.j.o.f55c; - Objects.requireNonNull(aVar); - background.setColorFilter(i, PorterDuff.Mode.SRC_ATOP); + public b(int[] iArr) { + int i; + m.checkNotNullParameter(iArr, "pixels"); + Arrays.sort(iArr); + int i2 = 0; + if (iArr.length < 2) { + i = iArr.length; + } else { + int i3 = iArr[0]; + int length = iArr.length; + int i4 = i3; + i = 1; + for (int i5 = 1; i5 < length; i5++) { + if (iArr[i5] != i4) { + i4 = iArr[i5]; + i++; + } + } + } + this.d = i; + int[] iArr2 = new int[i]; + this.b = iArr2; + int[] iArr3 = new int[i]; + this.f57c = iArr3; + if (!(iArr.length == 0)) { + int i6 = iArr[0]; + iArr2[0] = i6; + iArr3[0] = 1; + if (iArr.length != 1) { + int length2 = iArr.length; + for (int i7 = 1; i7 < length2; i7++) { + if (iArr[i7] == i6) { + int[] iArr4 = this.f57c; + iArr4[i2] = iArr4[i2] + 1; + } else { + i6 = iArr[i7]; + i2++; + this.b[i2] = i6; + this.f57c[i2] = 1; + } + } + } + } } } diff --git a/app/src/main/java/c/a/g/c.java b/app/src/main/java/c/a/g/c.java index 61f3c28006..54127b0054 100644 --- a/app/src/main/java/c/a/g/c.java +++ b/app/src/main/java/c/a/g/c.java @@ -1,6 +1,28 @@ package c.a.g; -public /* synthetic */ class c { - public static /* synthetic */ int a(boolean z2) { - return z2 ? 1231 : 1237; + +import d0.z.d.m; +/* compiled from: ColorUtils.kt */ +public final class c { + public static final void a(int i, int i2, int i3, float[] fArr) { + float f; + float f2; + m.checkNotNullParameter(fArr, "hsl"); + float f3 = ((float) i) / 255.0f; + float f4 = ((float) i2) / 255.0f; + float f5 = ((float) i3) / 255.0f; + float max = Math.max(f3, Math.max(f4, f5)); + float min = Math.min(f3, Math.min(f4, f5)); + float f6 = max - min; + float f7 = (max + min) / 2.0f; + if (max == min) { + f2 = 0.0f; + f = 0.0f; + } else { + f2 = max == f3 ? ((f4 - f5) / f6) % 6.0f : max == f4 ? ((f5 - f3) / f6) + 2.0f : ((f3 - f4) / f6) + 4.0f; + f = f6 / (1.0f - Math.abs((2.0f * f7) - 1.0f)); + } + fArr[0] = (f2 * 60.0f) % 360.0f; + fArr[1] = f; + fArr[2] = f7; } } diff --git a/app/src/main/java/c/a/g/d.java b/app/src/main/java/c/a/g/d.java index 2f4c10e6e7..eb841a84ed 100644 --- a/app/src/main/java/c/a/g/d.java +++ b/app/src/main/java/c/a/g/d.java @@ -1,32 +1,54 @@ package c.a.g; -import android.annotation.SuppressLint; -import android.content.Context; -import android.view.inputmethod.EditorInfo; -import android.view.inputmethod.InputConnection; -import androidx.appcompat.widget.AppCompatEditText; -import d0.z.d.m; -/* compiled from: ChipsEditText.kt */ -@SuppressLint({"ViewConstructor"}) -public final class d extends AppCompatEditText { - public final a i; +import android.graphics.Color; +import c.d.b.a.a; +import java.util.Arrays; +/* compiled from: Swatch */ +public final class d { + public final int a; + public final int b; - /* compiled from: ChipsEditText.kt */ - public interface a { - InputConnection a(InputConnection inputConnection); + /* renamed from: c reason: collision with root package name */ + public final int f58c; + public final int d; + public final int e; + public float[] f; + + public d(int i, int i2) { + this.a = Color.red(i); + this.b = Color.green(i); + this.f58c = Color.blue(i); + this.d = i; + this.e = i2; } - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public d(Context context, a aVar) { - super(context); - m.checkNotNullParameter(context, "context"); - m.checkNotNullParameter(aVar, "mInputConnectionWrapperInterface"); - this.i = aVar; + public d(int i, int i2, int i3, int i4) { + this.a = i; + this.b = i2; + this.f58c = i3; + this.d = Color.rgb(i, i2, i3); + this.e = i4; } - @Override // androidx.appcompat.widget.AppCompatEditText, android.widget.TextView, android.view.View - public InputConnection onCreateInputConnection(EditorInfo editorInfo) { - m.checkNotNullParameter(editorInfo, "outAttrs"); - return this.i.a(super.onCreateInputConnection(editorInfo)); + public float[] a() { + if (this.f == null) { + float[] fArr = new float[3]; + this.f = fArr; + c.a(this.a, this.b, this.f58c, fArr); + } + return this.f; + } + + public String toString() { + StringBuilder sb = new StringBuilder(d.class.getSimpleName()); + sb.append(" "); + sb.append("["); + sb.append(Integer.toHexString(this.d)); + sb.append(']'); + sb.append("[HSL: "); + sb.append(Arrays.toString(a())); + sb.append(']'); + sb.append("[Population: "); + return a.v(sb, this.e, ']'); } } diff --git a/app/src/main/java/c/a/h/a.java b/app/src/main/java/c/a/h/a.java index 2c12aedad8..a7dbf66385 100644 --- a/app/src/main/java/c/a/h/a.java +++ b/app/src/main/java/c/a/h/a.java @@ -1,314 +1,92 @@ package c.a.h; -import android.graphics.Color; -import android.util.SparseIntArray; +import android.content.Context; +import android.content.Intent; +import android.content.pm.PackageManager; +import android.content.pm.ResolveInfo; +import android.net.Uri; +import androidx.browser.customtabs.CustomTabsService; +import d0.t.u; import d0.z.d.m; import java.util.ArrayList; -import java.util.Arrays; -import java.util.Comparator; import java.util.Iterator; import java.util.List; -import java.util.Objects; -import java.util.PriorityQueue; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: ColorCutQuantizer.kt */ +/* compiled from: CustomTabsPackages.kt */ public final class a { - public static final b a = new b(null); - public final float[] b = new float[3]; - - /* renamed from: c reason: collision with root package name */ - public final int[] f57c; - public final SparseIntArray d; - public final List e; - - /* compiled from: ColorCutQuantizer.kt */ - /* renamed from: c.a.h.a$a reason: collision with other inner class name */ - public static final class C0026a implements Comparator { - public static final C0026a i = new C0026a(); - - /* 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(c cVar, c cVar2) { - return cVar2.b() - cVar.b(); - } - } - - /* compiled from: ColorCutQuantizer.kt */ - public static final class b { - public b(DefaultConstructorMarker defaultConstructorMarker) { - } - } - - /* compiled from: ColorCutQuantizer.kt */ - public final class c { - public int a; - public int b; - - /* renamed from: c reason: collision with root package name */ - public int f58c; - public int d; - public int e; - public int f; - public final int g; - public int h; - - public c(int i, int i2) { - this.g = i; - this.h = i2; - a(); - } - - public final void a() { - this.e = 255; - this.f58c = 255; - this.a = 255; - this.f = 0; - this.d = 0; - this.b = 0; - int i = this.g; - int i2 = this.h; - if (i <= i2) { - while (true) { - int i3 = a.this.f57c[i]; - int red = Color.red(i3); - int green = Color.green(i3); - int blue = Color.blue(i3); - if (red > this.b) { - this.b = red; - } - if (red < this.a) { - this.a = red; - } - if (green > this.d) { - this.d = green; - } - if (green < this.f58c) { - this.f58c = green; - } - if (blue > this.f) { - this.f = blue; - } - if (blue < this.e) { - this.e = blue; - } - if (i != i2) { - i++; - } else { - return; - } - } + public static final String a(Context context) { + Object obj; + Object obj2; + Object obj3; + m.checkNotNullParameter(context, "$this$getCustomTabsDefaultPackage"); + PackageManager packageManager = context.getPackageManager(); + Object obj4 = null; + Intent data = new Intent().setAction("android.intent.action.VIEW").addCategory("android.intent.category.BROWSABLE").setData(Uri.fromParts("http", "", null)); + m.checkNotNullExpressionValue(data, "Intent()\n .setA…mParts(\"http\", \"\", null))"); + List queryIntentActivities = packageManager.queryIntentActivities(data, 0); + m.checkNotNullExpressionValue(queryIntentActivities, "packageManager.queryInte…ltViewIntentHandler(), 0)"); + ArrayList arrayList = new ArrayList(); + for (ResolveInfo resolveInfo : queryIntentActivities) { + Intent intent = new Intent().setAction(CustomTabsService.ACTION_CUSTOM_TABS_CONNECTION).setPackage(resolveInfo.activityInfo.packageName); + m.checkNotNullExpressionValue(intent, "Intent()\n .se…activityInfo.packageName)"); + String str = context.getPackageManager().resolveService(intent, 0) != null ? resolveInfo.activityInfo.packageName : null; + if (str != null) { + arrayList.add(str); } } - - public final int b() { - return ((this.f - this.e) + 1) * ((this.d - this.f58c) + 1) * ((this.b - this.a) + 1); + Iterator it = arrayList.iterator(); + while (true) { + if (!it.hasNext()) { + obj = null; + break; + } + obj = it.next(); + if (m.areEqual((String) obj, "com.android.chrome")) { + break; + } } - } - - /* JADX WARNING: Removed duplicated region for block: B:123:0x025b */ - /* JADX WARNING: Removed duplicated region for block: B:134:0x00a7 A[SYNTHETIC] */ - /* JADX WARNING: Removed duplicated region for block: B:149:0x0268 A[SYNTHETIC] */ - /* JADX WARNING: Removed duplicated region for block: B:152:0x01bb A[SYNTHETIC] */ - /* JADX WARNING: Removed duplicated region for block: B:35:0x009b */ - /* JADX WARNING: Removed duplicated region for block: B:38:0x00a0 */ - public a(b bVar, int i, DefaultConstructorMarker defaultConstructorMarker) { - int i2; - int i3; - int i4; - int i5; - boolean z2; - boolean z3; - c cVar; - boolean z4; - boolean z5; - if (i >= 1) { - int i6 = bVar.d; - int[] iArr = bVar.b; - int[] iArr2 = bVar.f59c; - this.d = new SparseIntArray(i6); - int length = iArr.length; - for (int i7 = 0; i7 < length; i7++) { - this.d.append(iArr[i7], iArr2[i7]); - } - this.f57c = new int[i6]; - int i8 = 0; - for (int i9 : iArr) { - int alpha = Color.alpha(i9); - c.a(Color.red(i9), Color.green(i9), Color.blue(i9), this.b); - if (alpha >= 250) { - float[] fArr = this.b; - if (!(fArr[2] >= 0.95f)) { - if (!(fArr[2] <= 0.05f)) { - float f = fArr[0]; - if (!(f >= 10.0f && f <= 37.0f && fArr[1] <= 0.82f)) { - z5 = false; - if (!z5) { - z4 = false; - if (z4) { - this.f57c[i8] = i9; - i8++; - } - } - } - } - } - z5 = true; - if (!z5) { - } - } - z4 = true; - if (z4) { - } - } - if (i8 <= i) { - this.e = new ArrayList(); - int[] iArr3 = this.f57c; - for (int i10 : iArr3) { - this.e.add(new d(i10, this.d.get(i10))); - } - return; - } - PriorityQueue priorityQueue = new PriorityQueue(i, C0026a.i); - priorityQueue.offer(new c(0, i8 - 1)); - while (priorityQueue.size() < i && (cVar = (c) priorityQueue.poll()) != null) { - int i11 = cVar.h; - int i12 = cVar.g; - int i13 = i11 - i12; - if (!(i13 > 1)) { + String str2 = (String) obj; + if (str2 == null) { + Iterator it2 = arrayList.iterator(); + while (true) { + if (!it2.hasNext()) { + obj3 = null; break; } - if (i13 > 1) { - int i14 = cVar.b - cVar.a; - int i15 = cVar.d - cVar.f58c; - int i16 = cVar.f - cVar.e; - int i17 = (i14 < i15 || i14 < i16) ? (i15 < i14 || i15 < i16) ? -1 : -2 : -3; - a(a.this, i17, i12, i11); - Arrays.sort(a.this.f57c, cVar.g, cVar.h + 1); - a(a.this, i17, cVar.g, cVar.h); - int i18 = i17 != -3 ? i17 != -2 ? i17 != -1 ? (cVar.a + cVar.b) / 2 : (cVar.e + cVar.f) / 2 : (cVar.f58c + cVar.d) / 2 : (cVar.a + cVar.b) / 2; - int i19 = cVar.g; - int i20 = cVar.h; - while (true) { - if (i19 >= i20) { - i19 = cVar.g; - break; - } - int i21 = a.this.f57c[i19]; - if (i17 != -3) { - if (i17 != -2) { - if (i17 == -1 && Color.blue(i21) > i18) { - break; - } - } else if (Color.green(i21) >= i18) { - break; - } - } else if (Color.red(i21) >= i18) { - break; - } - i19++; - } - c cVar2 = new c(i19 + 1, cVar.h); - cVar.h = i19; - cVar.a(); - priorityQueue.offer(cVar2); - priorityQueue.offer(cVar); - } else { - throw new IllegalStateException("Can not split a box with only 1 color".toString()); + obj3 = it2.next(); + if (m.areEqual((String) obj3, "com.chrome.beta")) { + break; } } - ArrayList arrayList = new ArrayList(priorityQueue.size()); - Iterator it = priorityQueue.iterator(); - while (it.hasNext()) { - c cVar3 = (c) it.next(); - int i22 = cVar3.g; - int i23 = cVar3.h; - if (i22 <= i23) { - i5 = 0; - i4 = 0; - i3 = 0; - i2 = 0; - while (true) { - a aVar = a.this; - int i24 = aVar.f57c[i22]; - int i25 = aVar.d.get(i24); - i5 += i25; - i4 = (Color.red(i24) * i25) + i4; - i3 = (Color.green(i24) * i25) + i3; - i2 += Color.blue(i24) * i25; - if (i22 == i23) { - break; - } - i22++; - } - } else { - i5 = 0; - i4 = 0; - i3 = 0; - i2 = 0; - } - float f2 = (float) i5; - d dVar = new d(Math.round(((float) i4) / f2), Math.round(((float) i3) / f2), Math.round(((float) i2) / f2), i5); - float[] a2 = dVar.a(); - m.checkNotNullExpressionValue(a2, "color.hsl"); - if (!(a2[2] >= 0.95f)) { - if (!(a2[2] <= 0.05f)) { - float f3 = a2[0]; - if (f3 >= 10.0f) { - if (f3 <= 37.0f) { - if (a2[1] <= 0.82f) { - z3 = true; - if (!z3) { - z2 = false; - if (!z2) { - arrayList.add(dVar); - } - } - z2 = true; - if (!z2) { - } - } - z3 = false; - if (!z3) { - } - z2 = true; - if (!z2) { - } - } - } - z3 = false; - if (!z3) { - } - z2 = true; - if (!z2) { - } - } - } - z2 = true; - if (!z2) { - } - } - this.e = arrayList; - return; + str2 = (String) obj3; } - throw new IllegalArgumentException("maxColors must be 1 or greater".toString()); - } - - public static final void a(a aVar, int i, int i2, int i3) { - Objects.requireNonNull(aVar); - if (i == -2) { - while (i2 <= i3) { - int[] iArr = aVar.f57c; - int i4 = iArr[i2]; - iArr[i2] = Color.rgb((i4 >> 8) & 255, (i4 >> 16) & 255, i4 & 255); - i2++; - } - } else if (i == -1) { - while (i2 <= i3) { - int[] iArr2 = aVar.f57c; - int i5 = iArr2[i2]; - iArr2[i2] = Color.rgb(i5 & 255, (i5 >> 8) & 255, (i5 >> 16) & 255); - i2++; + if (str2 == null) { + Iterator it3 = arrayList.iterator(); + while (true) { + if (!it3.hasNext()) { + obj2 = null; + break; + } + obj2 = it3.next(); + if (m.areEqual((String) obj2, "com.chrome.dev")) { + break; + } } + str2 = (String) obj2; } + if (str2 == null) { + Iterator it4 = arrayList.iterator(); + while (true) { + if (!it4.hasNext()) { + break; + } + Object next = it4.next(); + if (m.areEqual((String) next, "com.google.android.apps.chrome")) { + obj4 = next; + break; + } + } + str2 = (String) obj4; + } + return str2 != null ? str2 : (String) u.firstOrNull((List) arrayList); } } diff --git a/app/src/main/java/c/a/h/b.java b/app/src/main/java/c/a/h/b.java index adfb85708f..b8c7796f42 100644 --- a/app/src/main/java/c/a/h/b.java +++ b/app/src/main/java/c/a/h/b.java @@ -1,65 +1,50 @@ package c.a.h; +import android.content.ComponentName; +import android.net.Uri; +import android.os.Bundle; +import androidx.browser.customtabs.CustomTabsCallback; +import androidx.browser.customtabs.CustomTabsClient; +import androidx.browser.customtabs.CustomTabsService; +import androidx.browser.customtabs.CustomTabsServiceConnection; +import androidx.browser.customtabs.CustomTabsSession; +import com.discord.models.domain.ModelAuditLogEntry; +import d0.t.o; +import d0.t.u; import d0.z.d.m; -import java.util.Arrays; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: ColorHistogram.kt */ -public final class b { - public static final a a = new a(null); - public final int[] b; +import java.util.ArrayList; +import java.util.List; +/* compiled from: CustomTabsService.kt */ +public final class b extends CustomTabsServiceConnection { + public final List i; - /* renamed from: c reason: collision with root package name */ - public final int[] f59c; - public final int d; + /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: java.util.List */ + /* JADX WARN: Multi-variable type inference failed */ + public b(List list) { + m.checkNotNullParameter(list, "uris"); + this.i = list; + } - /* compiled from: ColorHistogram.kt */ - public static final class a { - public a(DefaultConstructorMarker defaultConstructorMarker) { + @Override // androidx.browser.customtabs.CustomTabsServiceConnection + public void onCustomTabsServiceConnected(ComponentName componentName, CustomTabsClient customTabsClient) { + m.checkNotNullParameter(componentName, ModelAuditLogEntry.CHANGE_KEY_NAME); + m.checkNotNullParameter(customTabsClient, "client"); + customTabsClient.warmup(0); + CustomTabsSession newSession = customTabsClient.newSession(new CustomTabsCallback()); + if (newSession != null) { + Uri uri = (Uri) u.first((List) this.i); + List drop = u.drop(this.i, 1); + ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(drop, 10)); + for (Uri uri2 : drop) { + Bundle bundle = new Bundle(); + bundle.putParcelable(CustomTabsService.KEY_URL, uri2); + arrayList.add(bundle); + } + newSession.mayLaunchUrl(uri, Bundle.EMPTY, arrayList); } } - public b(int[] iArr) { - int i; - m.checkNotNullParameter(iArr, "pixels"); - Arrays.sort(iArr); - int i2 = 0; - if (iArr.length < 2) { - i = iArr.length; - } else { - int i3 = iArr[0]; - int length = iArr.length; - int i4 = i3; - i = 1; - for (int i5 = 1; i5 < length; i5++) { - if (iArr[i5] != i4) { - i4 = iArr[i5]; - i++; - } - } - } - this.d = i; - int[] iArr2 = new int[i]; - this.b = iArr2; - int[] iArr3 = new int[i]; - this.f59c = iArr3; - if (!(iArr.length == 0)) { - int i6 = iArr[0]; - iArr2[0] = i6; - iArr3[0] = 1; - if (iArr.length != 1) { - int length2 = iArr.length; - for (int i7 = 1; i7 < length2; i7++) { - if (iArr[i7] == i6) { - int[] iArr4 = this.f59c; - iArr4[i2] = iArr4[i2] + 1; - } else { - i6 = iArr[i7]; - i2++; - this.b[i2] = i6; - this.f59c[i2] = 1; - } - } - } - } + @Override // android.content.ServiceConnection + public void onServiceDisconnected(ComponentName componentName) { } } diff --git a/app/src/main/java/c/a/h/c.java b/app/src/main/java/c/a/h/c.java deleted file mode 100644 index 94a59b91b9..0000000000 --- a/app/src/main/java/c/a/h/c.java +++ /dev/null @@ -1,28 +0,0 @@ -package c.a.h; - -import d0.z.d.m; -/* compiled from: ColorUtils.kt */ -public final class c { - public static final void a(int i, int i2, int i3, float[] fArr) { - float f; - float f2; - m.checkNotNullParameter(fArr, "hsl"); - float f3 = ((float) i) / 255.0f; - float f4 = ((float) i2) / 255.0f; - float f5 = ((float) i3) / 255.0f; - float max = Math.max(f3, Math.max(f4, f5)); - float min = Math.min(f3, Math.min(f4, f5)); - float f6 = max - min; - float f7 = (max + min) / 2.0f; - if (max == min) { - f2 = 0.0f; - f = 0.0f; - } else { - f2 = max == f3 ? ((f4 - f5) / f6) % 6.0f : max == f4 ? ((f5 - f3) / f6) + 2.0f : ((f3 - f4) / f6) + 4.0f; - f = f6 / (1.0f - Math.abs((2.0f * f7) - 1.0f)); - } - fArr[0] = (f2 * 60.0f) % 360.0f; - fArr[1] = f; - fArr[2] = f7; - } -} diff --git a/app/src/main/java/c/a/h/d.java b/app/src/main/java/c/a/h/d.java deleted file mode 100644 index 11f1a5f99d..0000000000 --- a/app/src/main/java/c/a/h/d.java +++ /dev/null @@ -1,54 +0,0 @@ -package c.a.h; - -import android.graphics.Color; -import c.d.b.a.a; -import java.util.Arrays; -/* compiled from: Swatch */ -public final class d { - public final int a; - public final int b; - - /* renamed from: c reason: collision with root package name */ - public final int f60c; - public final int d; - public final int e; - public float[] f; - - public d(int i, int i2) { - this.a = Color.red(i); - this.b = Color.green(i); - this.f60c = Color.blue(i); - this.d = i; - this.e = i2; - } - - public d(int i, int i2, int i3, int i4) { - this.a = i; - this.b = i2; - this.f60c = i3; - this.d = Color.rgb(i, i2, i3); - this.e = i4; - } - - public float[] a() { - if (this.f == null) { - float[] fArr = new float[3]; - this.f = fArr; - c.a(this.a, this.b, this.f60c, fArr); - } - return this.f; - } - - public String toString() { - StringBuilder sb = new StringBuilder(d.class.getSimpleName()); - sb.append(" "); - sb.append("["); - sb.append(Integer.toHexString(this.d)); - sb.append(']'); - sb.append("[HSL: "); - sb.append(Arrays.toString(a())); - sb.append(']'); - sb.append("[Population: "); - return a.v(sb, this.e, ']'); - } -} diff --git a/app/src/main/java/c/a/i/a.java b/app/src/main/java/c/a/i/a.java index 240f3a0c88..10fa57b8a9 100644 --- a/app/src/main/java/c/a/i/a.java +++ b/app/src/main/java/c/a/i/a.java @@ -1,92 +1,34 @@ package c.a.i; -import android.content.Context; -import android.content.Intent; -import android.content.pm.PackageManager; -import android.content.pm.ResolveInfo; -import android.net.Uri; -import androidx.browser.customtabs.CustomTabsService; -import d0.t.u; -import d0.z.d.m; -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; -/* compiled from: CustomTabsPackages.kt */ -public final class a { - public static final String a(Context context) { - Object obj; - Object obj2; - Object obj3; - m.checkNotNullParameter(context, "$this$getCustomTabsDefaultPackage"); - PackageManager packageManager = context.getPackageManager(); - Object obj4 = null; - Intent data = new Intent().setAction("android.intent.action.VIEW").addCategory("android.intent.category.BROWSABLE").setData(Uri.fromParts("http", "", null)); - m.checkNotNullExpressionValue(data, "Intent()\n .setA…mParts(\"http\", \"\", null))"); - List queryIntentActivities = packageManager.queryIntentActivities(data, 0); - m.checkNotNullExpressionValue(queryIntentActivities, "packageManager.queryInte…ltViewIntentHandler(), 0)"); - ArrayList arrayList = new ArrayList(); - for (ResolveInfo resolveInfo : queryIntentActivities) { - Intent intent = new Intent().setAction(CustomTabsService.ACTION_CUSTOM_TABS_CONNECTION).setPackage(resolveInfo.activityInfo.packageName); - m.checkNotNullExpressionValue(intent, "Intent()\n .se…activityInfo.packageName)"); - String str = context.getPackageManager().resolveService(intent, 0) != null ? resolveInfo.activityInfo.packageName : null; - if (str != null) { - arrayList.add(str); - } - } - Iterator it = arrayList.iterator(); - while (true) { - if (!it.hasNext()) { - obj = null; - break; - } - obj = it.next(); - if (m.areEqual((String) obj, "com.android.chrome")) { - break; - } - } - String str2 = (String) obj; - if (str2 == null) { - Iterator it2 = arrayList.iterator(); - while (true) { - if (!it2.hasNext()) { - obj3 = null; - break; - } - obj3 = it2.next(); - if (m.areEqual((String) obj3, "com.chrome.beta")) { - break; - } - } - str2 = (String) obj3; - } - if (str2 == null) { - Iterator it3 = arrayList.iterator(); - while (true) { - if (!it3.hasNext()) { - obj2 = null; - break; - } - obj2 = it3.next(); - if (m.areEqual((String) obj2, "com.chrome.dev")) { - break; - } - } - str2 = (String) obj2; - } - if (str2 == null) { - Iterator it4 = arrayList.iterator(); - while (true) { - if (!it4.hasNext()) { - break; - } - Object next = it4.next(); - if (m.areEqual((String) next, "com.google.android.apps.chrome")) { - obj4 = next; - break; - } - } - str2 = (String) obj4; - } - return str2 != null ? str2 : (String) u.firstOrNull((List) arrayList); +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: AllowAccessibilityDetectionDialogBinding */ +public final class a implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + public final TextView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final MaterialButton f59c; + @NonNull + public final MaterialButton d; + + public a(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + this.a = linearLayout; + this.b = textView; + this.f59c = materialButton; + this.d = materialButton2; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; } } diff --git a/app/src/main/java/c/a/j/z.java b/app/src/main/java/c/a/i/a0.java similarity index 70% rename from app/src/main/java/c/a/j/z.java rename to app/src/main/java/c/a/i/a0.java index 4d71991f01..b60e197a19 100644 --- a/app/src/main/java/c/a/j/z.java +++ b/app/src/main/java/c/a/i/a0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.google.android.material.button.MaterialButton; /* compiled from: LayoutAgeVerifyUnderageBinding */ -public final class z implements ViewBinding { +public final class a0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -16,14 +16,14 @@ public final class z implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f195c; + public final LinkifiedTextView f60c; @NonNull public final TextView d; - public z(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) { + public a0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = materialButton; - this.f195c = linkifiedTextView; + this.f60c = linkifiedTextView; this.d = textView2; } diff --git a/app/src/main/java/c/a/j/z0.java b/app/src/main/java/c/a/i/a1.java similarity index 84% rename from app/src/main/java/c/a/j/z0.java rename to app/src/main/java/c/a/i/a1.java index e60365dfae..93aa98d330 100644 --- a/app/src/main/java/c/a/j/z0.java +++ b/app/src/main/java/c/a/i/a1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: PremiumUpgradeYearlyDialogBinding */ -public final class z0 implements ViewBinding { +public final class a1 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,7 +16,7 @@ public final class z0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f196c; + public final TextView f61c; @NonNull public final TextView d; @NonNull @@ -24,10 +24,10 @@ public final class z0 implements ViewBinding { @NonNull public final MaterialButton f; - public z0(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { + public a1(@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.f196c = textView; + this.f61c = textView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/j/x1.java b/app/src/main/java/c/a/i/a2.java similarity index 87% rename from app/src/main/java/c/a/j/x1.java rename to app/src/main/java/c/a/i/a2.java index 919553f99f..e4f282f55c 100644 --- a/app/src/main/java/c/a/j/x1.java +++ b/app/src/main/java/c/a/i/a2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -10,7 +10,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.discovery.speakers.DiscoveryStageCardSpeakersView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewDiscoveryStageCardBodyBinding */ -public final class x1 implements ViewBinding { +public final class a2 implements ViewBinding { @NonNull public final View a; @NonNull @@ -18,7 +18,7 @@ public final class x1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f186c; + public final SimpleDraweeView f62c; @NonNull public final TextView d; @NonNull @@ -28,10 +28,10 @@ public final class x1 implements ViewBinding { @NonNull public final TextView g; - public x1(@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) { + public a2(@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.f186c = simpleDraweeView; + this.f62c = simpleDraweeView; this.d = textView2; this.e = textView3; this.f = discoveryStageCardSpeakersView; diff --git a/app/src/main/java/c/a/j/x2.java b/app/src/main/java/c/a/i/a3.java similarity index 79% rename from app/src/main/java/c/a/j/x2.java rename to app/src/main/java/c/a/i/a3.java index 05e0d6dc0e..91a8498fdc 100644 --- a/app/src/main/java/c/a/j/x2.java +++ b/app/src/main/java/c/a/i/a3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -7,7 +7,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewServerDiscoveryHeaderBinding */ -public final class x2 implements ViewBinding { +public final class a3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -15,14 +15,14 @@ public final class x2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f187c; + public final FrameLayout f63c; @NonNull public final TextView d; - public x2(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { + public a3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f187c = frameLayout; + this.f63c = frameLayout; this.d = textView2; } diff --git a/app/src/main/java/c/a/j/w3.java b/app/src/main/java/c/a/i/a4.java similarity index 84% rename from app/src/main/java/c/a/j/w3.java rename to app/src/main/java/c/a/i/a4.java index 446a3757b7..44733f718d 100644 --- a/app/src/main/java/c/a/j/w3.java +++ b/app/src/main/java/c/a/i/a4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.R; /* compiled from: ViewUserStatusPresenceBinding */ -public final class w3 implements ViewBinding { +public final class a4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,19 +16,19 @@ public final class w3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f183c; + public final TextView f64c; @NonNull public final TextView d; - public w3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { + public a4(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = imageView; - this.f183c = textView; + this.f64c = textView; this.d = textView2; } @NonNull - public static w3 a(@NonNull View view) { + public static a4 a(@NonNull View view) { int i = R.id.user_status_presence_dot; ImageView imageView = (ImageView) view.findViewById(R.id.user_status_presence_dot); if (imageView != null) { @@ -39,7 +39,7 @@ public final class w3 implements ViewBinding { TextView textView2 = (TextView) view.findViewById(R.id.user_status_presence_title); if (textView2 != null) { LinearLayout linearLayout = (LinearLayout) view; - return new w3(linearLayout, imageView, textView, textView2, linearLayout); + return new a4(linearLayout, imageView, textView, textView2, linearLayout); } } } diff --git a/app/src/main/java/c/a/j/w4.java b/app/src/main/java/c/a/i/a5.java similarity index 80% rename from app/src/main/java/c/a/j/w4.java rename to app/src/main/java/c/a/i/a5.java index 3d2108aafd..d6944feb4b 100644 --- a/app/src/main/java/c/a/j/w4.java +++ b/app/src/main/java/c/a/i/a5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,13 +6,13 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetDiscoveryOtherSpeakersCountBinding */ -public final class w4 implements ViewBinding { +public final class a5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final TextView b; - public w4(@NonNull LinearLayout linearLayout, @NonNull TextView textView) { + public a5(@NonNull LinearLayout linearLayout, @NonNull TextView textView) { this.a = linearLayout; this.b = textView; } diff --git a/app/src/main/java/c/a/i/b.java b/app/src/main/java/c/a/i/b.java index b2c40b707a..62df684353 100644 --- a/app/src/main/java/c/a/i/b.java +++ b/app/src/main/java/c/a/i/b.java @@ -1,50 +1,41 @@ package c.a.i; -import android.content.ComponentName; -import android.net.Uri; -import android.os.Bundle; -import androidx.browser.customtabs.CustomTabsCallback; -import androidx.browser.customtabs.CustomTabsClient; -import androidx.browser.customtabs.CustomTabsService; -import androidx.browser.customtabs.CustomTabsServiceConnection; -import androidx.browser.customtabs.CustomTabsSession; -import com.discord.models.domain.ModelAuditLogEntry; -import d0.t.o; -import d0.t.u; -import d0.z.d.m; -import java.util.ArrayList; -import java.util.List; -/* compiled from: CustomTabsService.kt */ -public final class b extends CustomTabsServiceConnection { - public final List i; +import android.view.View; +import android.widget.LinearLayout; +import android.widget.RadioGroup; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +import com.google.android.material.radiobutton.MaterialRadioButton; +/* compiled from: AudioOutputSelectionDialogBinding */ +public final class b implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + public final MaterialRadioButton b; + @NonNull - /* JADX DEBUG: Multi-variable search result rejected for r2v0, resolved type: java.util.List */ - /* JADX WARN: Multi-variable type inference failed */ - public b(List list) { - m.checkNotNullParameter(list, "uris"); - this.i = list; + /* renamed from: c reason: collision with root package name */ + public final RadioGroup f65c; + @NonNull + public final MaterialRadioButton d; + @NonNull + public final MaterialRadioButton e; + @NonNull + public final MaterialRadioButton f; + + 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.d = materialRadioButton2; + this.e = materialRadioButton3; + this.f = materialRadioButton4; } - @Override // androidx.browser.customtabs.CustomTabsServiceConnection - public void onCustomTabsServiceConnected(ComponentName componentName, CustomTabsClient customTabsClient) { - m.checkNotNullParameter(componentName, ModelAuditLogEntry.CHANGE_KEY_NAME); - m.checkNotNullParameter(customTabsClient, "client"); - customTabsClient.warmup(0); - CustomTabsSession newSession = customTabsClient.newSession(new CustomTabsCallback()); - if (newSession != null) { - Uri uri = (Uri) u.first((List) this.i); - List drop = u.drop(this.i, 1); - ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(drop, 10)); - for (Uri uri2 : drop) { - Bundle bundle = new Bundle(); - bundle.putParcelable(CustomTabsService.KEY_URL, uri2); - arrayList.add(bundle); - } - newSession.mayLaunchUrl(uri, Bundle.EMPTY, arrayList); - } - } - - @Override // android.content.ServiceConnection - public void onServiceDisconnected(ComponentName componentName) { + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; } } diff --git a/app/src/main/java/c/a/j/a0.java b/app/src/main/java/c/a/i/b0.java similarity index 81% rename from app/src/main/java/c/a/j/a0.java rename to app/src/main/java/c/a/i/b0.java index 44c576df25..0426b5c20e 100644 --- a/app/src/main/java/c/a/j/a0.java +++ b/app/src/main/java/c/a/i/b0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.phone.PhoneOrEmailInputView; import com.google.android.material.button.MaterialButton; /* compiled from: LayoutContactSyncAddPhoneBinding */ -public final class a0 implements ViewBinding { +public final class b0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -16,12 +16,12 @@ public final class a0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f62c; + public final MaterialButton f66c; - public a0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { + public b0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = phoneOrEmailInputView; - this.f62c = materialButton; + this.f66c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/a1.java b/app/src/main/java/c/a/i/b1.java similarity index 81% rename from app/src/main/java/c/a/j/a1.java rename to app/src/main/java/c/a/i/b1.java index 3eb3a197cf..c3a0a39c36 100644 --- a/app/src/main/java/c/a/j/a1.java +++ b/app/src/main/java/c/a/i/b1.java @@ -1,11 +1,11 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: PrivateChannelSideBarActionsViewBinding */ -public final class a1 implements ViewBinding { +public final class b1 implements ViewBinding { @NonNull public final View a; @NonNull @@ -13,16 +13,16 @@ public final class a1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f63c; + public final MaterialButton f67c; @NonNull public final MaterialButton d; @NonNull public final MaterialButton e; - public a1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { + public b1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f63c = materialButton2; + this.f67c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/j/y1.java b/app/src/main/java/c/a/i/b2.java similarity index 81% rename from app/src/main/java/c/a/j/y1.java rename to app/src/main/java/c/a/i/b2.java index 81b6a9a6d3..72033ab5ce 100644 --- a/app/src/main/java/c/a/j/y1.java +++ b/app/src/main/java/c/a/i/b2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: ViewDiscoveryStageCardControlsBinding */ -public final class y1 implements ViewBinding { +public final class b2 implements ViewBinding { @NonNull public final View a; @NonNull @@ -15,14 +15,14 @@ public final class y1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f191c; + public final TextView f68c; @NonNull public final MaterialButton d; - public y1(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) { + public b2(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) { this.a = view; this.b = materialButton; - this.f191c = textView; + this.f68c = textView; this.d = materialButton2; } diff --git a/app/src/main/java/c/a/j/y2.java b/app/src/main/java/c/a/i/b3.java similarity index 79% rename from app/src/main/java/c/a/j/y2.java rename to app/src/main/java/c/a/i/b3.java index 7c1a84b69f..f9d18e498f 100644 --- a/app/src/main/java/c/a/j/y2.java +++ b/app/src/main/java/c/a/i/b3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.GuildView; import com.google.android.material.button.MaterialButton; /* compiled from: ViewServerDiscoveryItemBinding */ -public final class y2 implements ViewBinding { +public final class b3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -17,9 +17,9 @@ public final class y2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f192c; + public final MaterialButton f69c; @NonNull - public final a3 d; + public final d3 d; @NonNull public final TextView e; @NonNull @@ -29,11 +29,11 @@ public final class y2 implements ViewBinding { @NonNull public final TextView h; - public y2(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull a3 a3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) { + public b3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull d3 d3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) { this.a = view; this.b = materialButton; - this.f192c = materialButton2; - this.d = a3Var; + this.f69c = materialButton2; + this.d = d3Var; this.e = textView; this.f = guildView; this.g = imageView; diff --git a/app/src/main/java/c/a/j/x3.java b/app/src/main/java/c/a/i/b4.java similarity index 78% rename from app/src/main/java/c/a/j/x3.java rename to app/src/main/java/c/a/i/b4.java index 62485dacf5..1f3be37e12 100644 --- a/app/src/main/java/c/a/j/x3.java +++ b/app/src/main/java/c/a/i/b4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; @@ -7,22 +7,22 @@ import com.discord.R; import com.discord.views.CutoutView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewUserSummaryItemBinding */ -public final class x3 implements ViewBinding { +public final class b4 implements ViewBinding { @NonNull public final CutoutView a; @NonNull public final SimpleDraweeView b; - public x3(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) { + public b4(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) { this.a = cutoutView; this.b = simpleDraweeView; } @NonNull - public static x3 a(@NonNull View view) { + public static b4 a(@NonNull View view) { SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.avatar); if (simpleDraweeView != null) { - return new x3((CutoutView) view, simpleDraweeView); + return new b4((CutoutView) view, simpleDraweeView); } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.avatar))); } diff --git a/app/src/main/java/c/a/j/x4.java b/app/src/main/java/c/a/i/b5.java similarity index 79% rename from app/src/main/java/c/a/j/x4.java rename to app/src/main/java/c/a/i/b5.java index d5da4c4c4e..c6204f488b 100644 --- a/app/src/main/java/c/a/j/x4.java +++ b/app/src/main/java/c/a/i/b5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: WidgetDiscoveryStageCardSpeakerBinding */ -public final class x4 implements ViewBinding { +public final class b5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,12 +15,12 @@ public final class x4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f188c; + public final TextView f70c; - public x4(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public b5(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = linearLayout; this.b = simpleDraweeView; - this.f188c = textView; + this.f70c = textView; } @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 new file mode 100644 index 0000000000..1f4b9d4589 --- /dev/null +++ b/app/src/main/java/c/a/i/c.java @@ -0,0 +1,34 @@ +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.discord.utilities.view.recycler.MaxHeightRecyclerView; +/* compiled from: BottomSheetSimpleSelectorBinding */ +public final class c implements ViewBinding { + @NonNull + public final ConstraintLayout a; + @NonNull + public final ConstraintLayout b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f71c; + @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.f71c = textView; + this.d = maxHeightRecyclerView; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/b0.java b/app/src/main/java/c/a/i/c0.java similarity index 74% rename from app/src/main/java/c/a/j/b0.java rename to app/src/main/java/c/a/i/c0.java index 297b00cf03..32cad2ffee 100644 --- a/app/src/main/java/c/a/j/b0.java +++ b/app/src/main/java/c/a/i/c0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -8,7 +8,7 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.discord.views.LoadingButton; /* compiled from: LayoutContactSyncLandingBinding */ -public final class b0 implements ViewBinding { +public final class c0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -16,18 +16,18 @@ public final class b0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f69c; + public final LoadingButton f72c; @NonNull public final View d; @NonNull - public final f0 e; + public final g0 e; - public b0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull f0 f0Var) { + 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.f72c = loadingButton; this.d = view; - this.e = f0Var; + this.e = g0Var; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/b1.java b/app/src/main/java/c/a/i/c1.java similarity index 75% rename from app/src/main/java/c/a/j/b1.java rename to app/src/main/java/c/a/i/c1.java index 6ee1b6042c..a77907d17a 100644 --- a/app/src/main/java/c/a/j/b1.java +++ b/app/src/main/java/c/a/i/c1.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ReactionQuickAddBinding */ -public final class b1 implements ViewBinding { +public final class c1 implements ViewBinding { @NonNull public final ImageView a; - public b1(@NonNull ImageView imageView, @NonNull ImageView imageView2) { + public c1(@NonNull ImageView imageView, @NonNull ImageView imageView2) { this.a = imageView; } diff --git a/app/src/main/java/c/a/j/z1.java b/app/src/main/java/c/a/i/c2.java similarity index 80% rename from app/src/main/java/c/a/j/z1.java rename to app/src/main/java/c/a/i/c2.java index 779ac60689..fb08331c95 100644 --- a/app/src/main/java/c/a/j/z1.java +++ b/app/src/main/java/c/a/i/c2.java @@ -1,17 +1,17 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.discovery.speakers.SpeakersRecyclerView; /* compiled from: ViewDiscoveryStageCardSpeakersBinding */ -public final class z1 implements ViewBinding { +public final class c2 implements ViewBinding { @NonNull public final View a; @NonNull public final SpeakersRecyclerView b; - public z1(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) { + public c2(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) { this.a = view; this.b = speakersRecyclerView; } diff --git a/app/src/main/java/c/a/j/z2.java b/app/src/main/java/c/a/i/c3.java similarity index 84% rename from app/src/main/java/c/a/j/z2.java rename to app/src/main/java/c/a/i/c3.java index 9390e1e302..d278493e0b 100644 --- a/app/src/main/java/c/a/j/z2.java +++ b/app/src/main/java/c/a/i/c3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.GridLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.GuildView; /* compiled from: ViewServerFolderBinding */ -public final class z2 implements ViewBinding { +public final class c3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -15,7 +15,7 @@ public final class z2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final GuildView f197c; + public final GuildView f73c; @NonNull public final GuildView d; @NonNull @@ -25,10 +25,10 @@ public final class z2 implements ViewBinding { @NonNull public final GridLayout g; - public z2(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { + public c3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { this.a = view; this.b = imageView; - this.f197c = guildView; + this.f73c = guildView; this.d = guildView2; this.e = guildView3; this.f = guildView4; diff --git a/app/src/main/java/c/a/j/y3.java b/app/src/main/java/c/a/i/c4.java similarity index 74% rename from app/src/main/java/c/a/j/y3.java rename to app/src/main/java/c/a/i/c4.java index 3693cb0ade..5bf109402b 100644 --- a/app/src/main/java/c/a/j/y3.java +++ b/app/src/main/java/c/a/i/c4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.span.SimpleDraweeSpanTextView; /* compiled from: ViewUsernameBinding */ -public final class y3 implements ViewBinding { +public final class c4 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class y3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f193c; + public final SimpleDraweeSpanTextView f74c; - public y3(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { + public c4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = view; this.b = textView; - this.f193c = simpleDraweeSpanTextView; + this.f74c = simpleDraweeSpanTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/y4.java b/app/src/main/java/c/a/i/c5.java similarity index 84% rename from app/src/main/java/c/a/j/y4.java rename to app/src/main/java/c/a/i/c5.java index 7eb3cfac6a..cda712e9f9 100644 --- a/app/src/main/java/c/a/j/y4.java +++ b/app/src/main/java/c/a/i/c5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -9,7 +9,7 @@ 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 y4 implements ViewBinding { +public final class c5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -17,14 +17,14 @@ public final class y4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f194c; + public final LoadingButton f75c; @NonNull public final TextInputLayout d; - public y4(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull LoadingButton loadingButton, @NonNull TextInputLayout textInputLayout) { + public c5(@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.f194c = loadingButton; + this.f75c = loadingButton; this.d = textInputLayout; } diff --git a/app/src/main/java/c/a/i/d.java b/app/src/main/java/c/a/i/d.java new file mode 100644 index 0000000000..ba556c6453 --- /dev/null +++ b/app/src/main/java/c/a/i/d.java @@ -0,0 +1,34 @@ +package c.a.i; + +import android.view.View; +import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.textview.MaterialTextView; +/* compiled from: BottomSheetSimpleSelectorItemBinding */ +public final class d implements ViewBinding { + @NonNull + public final ConstraintLayout a; + @NonNull + public final MaterialTextView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final SimpleDraweeView f76c; + @NonNull + public final MaterialTextView d; + + public d(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView2) { + this.a = constraintLayout; + this.b = materialTextView; + this.f76c = simpleDraweeView; + this.d = materialTextView2; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/c0.java b/app/src/main/java/c/a/i/d0.java similarity index 85% rename from app/src/main/java/c/a/j/c0.java rename to app/src/main/java/c/a/i/d0.java index 01de0b7fa4..4e7ab8f898 100644 --- a/app/src/main/java/c/a/j/c0.java +++ b/app/src/main/java/c/a/i/d0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -9,7 +9,7 @@ import com.discord.views.LoadingButton; import com.google.android.material.textfield.TextInputEditText; import com.google.android.material.textfield.TextInputLayout; /* compiled from: LayoutContactSyncNameInputBinding */ -public final class c0 implements ViewBinding { +public final class d0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -17,16 +17,16 @@ public final class c0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f74c; + public final TextInputLayout f77c; @NonNull public final LoadingButton d; @NonNull public final TextView e; - public c0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + public d0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textInputEditText; - this.f74c = textInputLayout; + this.f77c = textInputLayout; this.d = loadingButton; this.e = textView; } diff --git a/app/src/main/java/c/a/j/c1.java b/app/src/main/java/c/a/i/d1.java similarity index 83% rename from app/src/main/java/c/a/j/c1.java rename to app/src/main/java/c/a/i/d1.java index b8d5e6fbac..951cf66a38 100644 --- a/app/src/main/java/c/a/j/c1.java +++ b/app/src/main/java/c/a/i/d1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.SimpleDraweeSpanTextView; /* compiled from: ReactionViewBinding */ -public final class c1 implements ViewBinding { +public final class d1 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,16 +16,16 @@ public final class c1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f75c; + public final TextView f78c; @NonNull public final TextSwitcher d; @NonNull public final SimpleDraweeSpanTextView e; - public c1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { + public d1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = linearLayout; this.b = textView; - this.f75c = textView2; + this.f78c = textView2; this.d = textSwitcher; this.e = simpleDraweeSpanTextView; } diff --git a/app/src/main/java/c/a/j/a2.java b/app/src/main/java/c/a/i/d2.java similarity index 77% rename from app/src/main/java/c/a/j/a2.java rename to app/src/main/java/c/a/i/d2.java index accd6ca48c..6df05f2300 100644 --- a/app/src/main/java/c/a/j/a2.java +++ b/app/src/main/java/c/a/i/d2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewDiscoveryStageCardTopHatBinding */ -public final class a2 implements ViewBinding { +public final class d2 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class a2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f64c; + public final TextView f79c; - public a2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public d2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f64c = textView; + this.f79c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/a3.java b/app/src/main/java/c/a/i/d3.java similarity index 86% rename from app/src/main/java/c/a/j/a3.java rename to app/src/main/java/c/a/i/d3.java index 8867f838ef..4070c3d6d4 100644 --- a/app/src/main/java/c/a/j/a3.java +++ b/app/src/main/java/c/a/i/d3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.R; /* compiled from: ViewServerMemberCountBinding */ -public final class a3 implements ViewBinding { +public final class d3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,22 +16,22 @@ public final class a3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f65c; + public final TextView f80c; @NonNull public final ImageView d; @NonNull public final TextView e; - public a3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { + public d3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = linearLayout; this.b = imageView; - this.f65c = textView; + this.f80c = textView; this.d = imageView2; this.e = textView2; } @NonNull - public static a3 a(@NonNull View view) { + public static d3 a(@NonNull View view) { int i = R.id.item_invite_online_dot; ImageView imageView = (ImageView) view.findViewById(R.id.item_invite_online_dot); if (imageView != null) { @@ -44,7 +44,7 @@ public final class a3 implements ViewBinding { i = R.id.item_invite_total_member_text; TextView textView2 = (TextView) view.findViewById(R.id.item_invite_total_member_text); if (textView2 != null) { - return new a3((LinearLayout) view, imageView, textView, imageView2, textView2); + return new d3((LinearLayout) view, imageView, textView, imageView2, textView2); } } } diff --git a/app/src/main/java/c/a/j/z3.java b/app/src/main/java/c/a/i/d4.java similarity index 91% rename from app/src/main/java/c/a/j/z3.java rename to app/src/main/java/c/a/i/d4.java index 8f7cd7b979..166b0fe6eb 100644 --- a/app/src/main/java/c/a/j/z3.java +++ b/app/src/main/java/c/a/i/d4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -13,7 +13,7 @@ import com.discord.views.VoiceUserView; import com.discord.views.calls.AppVideoStreamRenderer; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewVideoCallParticipantBinding */ -public final class z3 implements ViewBinding { +public final class d4 implements ViewBinding { @NonNull public final View a; @NonNull @@ -21,7 +21,7 @@ public final class z3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f198c; + public final View f81c; @NonNull public final ImageView d; @NonNull @@ -55,12 +55,12 @@ public final class z3 implements ViewBinding { @NonNull /* renamed from: s reason: collision with root package name */ - public final VoiceUserView f199s; + public final VoiceUserView f82s; - public z3(@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) { + public d4(@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.f198c = view3; + this.f81c = view3; this.d = imageView; this.e = constraintLayout; this.f = imageView2; @@ -76,7 +76,7 @@ public final class z3 implements ViewBinding { this.p = progressBar; this.q = appVideoStreamRenderer; this.r = linearLayout2; - this.f199s = voiceUserView; + this.f82s = voiceUserView; } @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 new file mode 100644 index 0000000000..a2a6944bfb --- /dev/null +++ b/app/src/main/java/c/a/i/d5.java @@ -0,0 +1,30 @@ +package c.a.i; + +import android.view.View; +import androidx.annotation.NonNull; +import androidx.fragment.app.FragmentContainerView; +import androidx.viewbinding.ViewBinding; +import com.discord.utilities.view.rounded.RoundedRelativeLayout; +/* compiled from: WidgetHomePanelCenterBinding */ +public final class d5 implements ViewBinding { + @NonNull + public final RoundedRelativeLayout a; + @NonNull + public final e5 b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final FragmentContainerView f83c; + + public d5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull e5 e5Var, @NonNull FragmentContainerView fragmentContainerView) { + this.a = roundedRelativeLayout; + this.b = e5Var; + this.f83c = fragmentContainerView; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/i/e.java b/app/src/main/java/c/a/i/e.java new file mode 100644 index 0000000000..2d2226a967 --- /dev/null +++ b/app/src/main/java/c/a/i/e.java @@ -0,0 +1,31 @@ +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: CameraCapacityDialogBinding */ +public final class e implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + public final TextView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final MaterialButton f84c; + + public e(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { + this.a = linearLayout; + this.b = textView; + this.f84c = materialButton; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/d0.java b/app/src/main/java/c/a/i/e0.java similarity index 82% rename from app/src/main/java/c/a/j/d0.java rename to app/src/main/java/c/a/i/e0.java index bbe0987ce6..34eb46f189 100644 --- a/app/src/main/java/c/a/j/d0.java +++ b/app/src/main/java/c/a/i/e0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.views.LoadingButton; /* compiled from: LayoutContactSyncSuggestionsBinding */ -public final class d0 implements ViewBinding { +public final class e0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -17,12 +17,12 @@ public final class d0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f81c; + public final LoadingButton f85c; - public d0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { + public e0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = recyclerView; - this.f81c = loadingButton; + this.f85c = loadingButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/d1.java b/app/src/main/java/c/a/i/e1.java similarity index 75% rename from app/src/main/java/c/a/j/d1.java rename to app/src/main/java/c/a/i/e1.java index 21c1c97c38..00ad9aca1c 100644 --- a/app/src/main/java/c/a/j/d1.java +++ b/app/src/main/java/c/a/i/e1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.textfield.TextInputEditText; /* compiled from: SearchInputViewBinding */ -public final class d1 implements ViewBinding { +public final class e1 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class d1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f82c; + public final TextInputEditText f86c; - public d1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) { + public e1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) { this.a = view; this.b = imageView; - this.f82c = textInputEditText; + this.f86c = textInputEditText; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/b2.java b/app/src/main/java/c/a/i/e2.java similarity index 84% rename from app/src/main/java/c/a/j/b2.java rename to app/src/main/java/c/a/i/e2.java index a6933d55bf..6634024074 100644 --- a/app/src/main/java/c/a/j/b2.java +++ b/app/src/main/java/c/a/i/e2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.Spinner; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.card.MaterialCardView; /* compiled from: ViewExperimentOverrideBinding */ -public final class b2 implements ViewBinding { +public final class e2 implements ViewBinding { @NonNull public final View a; @NonNull @@ -15,7 +15,7 @@ public final class b2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Spinner f70c; + public final Spinner f87c; @NonNull public final TextView d; @NonNull @@ -23,10 +23,10 @@ public final class b2 implements ViewBinding { @NonNull public final TextView f; - public b2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { + public e2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = view; this.b = textView; - this.f70c = spinner; + this.f87c = spinner; this.d = textView2; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/c/a/i/e3.java b/app/src/main/java/c/a/i/e3.java new file mode 100644 index 0000000000..4f5bc09b36 --- /dev/null +++ b/app/src/main/java/c/a/i/e3.java @@ -0,0 +1,25 @@ +package c.a.i; + +import android.view.View; +import android.widget.Button; +import android.widget.ScrollView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +/* compiled from: ViewServerSettingsEmptyGuildRoleSubscriptionBinding */ +public final class e3 implements ViewBinding { + @NonNull + public final ScrollView a; + @NonNull + public final Button b; + + public e3(@NonNull ScrollView scrollView, @NonNull Button button) { + this.a = scrollView; + this.b = button; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/a4.java b/app/src/main/java/c/a/i/e4.java similarity index 77% rename from app/src/main/java/c/a/j/a4.java rename to app/src/main/java/c/a/i/e4.java index d24e539038..f5c58bda18 100644 --- a/app/src/main/java/c/a/j/a4.java +++ b/app/src/main/java/c/a/i/e4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewVoiceUserBinding */ -public final class a4 implements ViewBinding { +public final class e4 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class a4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f66c; + public final TextView f88c; - public a4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public e4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f66c = textView; + this.f88c = textView; } @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 new file mode 100644 index 0000000000..1b0105b857 --- /dev/null +++ b/app/src/main/java/c/a/i/e5.java @@ -0,0 +1,38 @@ +package c.a.i; + +import android.view.View; +import android.view.ViewStub; +import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.fragment.app.FragmentContainerView; +import androidx.viewbinding.ViewBinding; +import com.google.android.material.appbar.AppBarLayout; +/* compiled from: WidgetHomePanelCenterChatBinding */ +public final class e5 implements ViewBinding { + @NonNull + public final ConstraintLayout a; + @NonNull + public final ViewStub b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final f5 f89c; + @NonNull + public final FragmentContainerView d; + @NonNull + public final FragmentContainerView e; + + public e5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull f5 f5Var, @NonNull View view, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3, @NonNull FragmentContainerView fragmentContainerView4, @NonNull ConstraintLayout constraintLayout2, @NonNull FragmentContainerView fragmentContainerView5, @NonNull FragmentContainerView fragmentContainerView6) { + this.a = constraintLayout; + this.b = viewStub2; + this.f89c = f5Var; + this.d = fragmentContainerView; + this.e = fragmentContainerView4; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/i/f.java b/app/src/main/java/c/a/i/f.java new file mode 100644 index 0000000000..6e2e7e088a --- /dev/null +++ b/app/src/main/java/c/a/i/f.java @@ -0,0 +1,29 @@ +package c.a.i; + +import android.view.View; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +/* compiled from: CardSegmentViewBinding */ +public final class f implements ViewBinding { + @NonNull + public final View a; + @NonNull + public final TextView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f90c; + + public f(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = view; + this.b = textView; + this.f90c = textView2; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/e0.java b/app/src/main/java/c/a/i/f0.java similarity index 80% rename from app/src/main/java/c/a/j/e0.java rename to app/src/main/java/c/a/i/f0.java index 69731906cc..61972cbdcc 100644 --- a/app/src/main/java/c/a/j/e0.java +++ b/app/src/main/java/c/a/i/f0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -7,7 +7,7 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: LayoutContactSyncSuggestionsEmptyBinding */ -public final class e0 implements ViewBinding { +public final class f0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -15,12 +15,12 @@ public final class e0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f86c; + public final MaterialButton f91c; - public e0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + public f0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = constraintLayout; this.b = materialButton; - this.f86c = materialButton2; + this.f91c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/f1.java b/app/src/main/java/c/a/i/f1.java similarity index 86% rename from app/src/main/java/c/a/j/f1.java rename to app/src/main/java/c/a/i/f1.java index a83deb3169..89bb32762f 100644 --- a/app/src/main/java/c/a/j/f1.java +++ b/app/src/main/java/c/a/i/f1.java @@ -1,10 +1,10 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ServerSettingsMembersRoleSpinnerItemOpenBinding */ +/* compiled from: ServerSettingsMembersRoleSpinnerItemBinding */ public final class f1 implements ViewBinding { @NonNull public final TextView a; diff --git a/app/src/main/java/c/a/j/c2.java b/app/src/main/java/c/a/i/f2.java similarity index 76% rename from app/src/main/java/c/a/j/c2.java rename to app/src/main/java/c/a/i/f2.java index 202c5a33ef..d213098257 100644 --- a/app/src/main/java/c/a/j/c2.java +++ b/app/src/main/java/c/a/i/f2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewGuildBinding */ -public final class c2 implements ViewBinding { +public final class f2 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class c2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f76c; + public final TextView f92c; - public c2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public f2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f76c = textView; + this.f92c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/b3.java b/app/src/main/java/c/a/i/f3.java similarity index 85% rename from app/src/main/java/c/a/j/b3.java rename to app/src/main/java/c/a/i/f3.java index 226aa85677..6c3ca13237 100644 --- a/app/src/main/java/c/a/j/b3.java +++ b/app/src/main/java/c/a/i/f3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.textfield.TextInputLayout; /* compiled from: ViewServerSettingsIconNameBinding */ -public final class b3 implements ViewBinding { +public final class f3 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -16,7 +16,7 @@ public final class b3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f71c; + public final TextInputLayout f93c; @NonNull public final SimpleDraweeView d; @NonNull @@ -24,10 +24,10 @@ public final class b3 implements ViewBinding { @NonNull public final TextView f; - public b3(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ConstraintLayout constraintLayout2, @NonNull TextView textView2, @NonNull TextView textView3) { + public f3(@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.f71c = textInputLayout; + this.f93c = textInputLayout; this.d = simpleDraweeView; this.e = textView2; this.f = textView3; diff --git a/app/src/main/java/c/a/j/b4.java b/app/src/main/java/c/a/i/f4.java similarity index 74% rename from app/src/main/java/c/a/j/b4.java rename to app/src/main/java/c/a/i/f4.java index ef1fec283f..86ce74aa0c 100644 --- a/app/src/main/java/c/a/j/b4.java +++ b/app/src/main/java/c/a/i/f4.java @@ -1,11 +1,11 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: VoiceUserLimitViewBinding */ -public final class b4 implements ViewBinding { +public final class f4 implements ViewBinding { @NonNull public final View a; @NonNull @@ -13,12 +13,12 @@ public final class b4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f72c; + public final TextView f94c; - public b4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { + public f4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f72c = textView2; + this.f94c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/b5.java b/app/src/main/java/c/a/i/f5.java similarity index 76% rename from app/src/main/java/c/a/j/b5.java rename to app/src/main/java/c/a/i/f5.java index 9e64c3384d..4a68113409 100644 --- a/app/src/main/java/c/a/j/b5.java +++ b/app/src/main/java/c/a/i/f5.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetHomePanelCenterContentUnreadBinding */ -public final class b5 implements ViewBinding { +public final class f5 implements ViewBinding { @NonNull public final TextView a; - public b5(@NonNull TextView textView, @NonNull TextView textView2) { + public f5(@NonNull TextView textView, @NonNull TextView textView2) { this.a = textView; } diff --git a/app/src/main/java/c/a/j/g.java b/app/src/main/java/c/a/i/g.java similarity index 92% rename from app/src/main/java/c/a/j/g.java rename to app/src/main/java/c/a/i/g.java index 5b49211b96..bafa825cb1 100644 --- a/app/src/main/java/c/a/j/g.java +++ b/app/src/main/java/c/a/i/g.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -15,7 +15,7 @@ public final class g implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f96c; + public final TextView f95c; @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.f96c = textView; + this.f95c = textView; this.d = simpleDraweeView; this.e = textView2; } diff --git a/app/src/main/java/c/a/j/f0.java b/app/src/main/java/c/a/i/g0.java similarity index 84% rename from app/src/main/java/c/a/j/f0.java rename to app/src/main/java/c/a/i/g0.java index 1673ca5f60..6b00201dd0 100644 --- a/app/src/main/java/c/a/j/f0.java +++ b/app/src/main/java/c/a/i/g0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -9,7 +9,7 @@ import com.discord.R; import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.views.CheckedSetting; /* compiled from: LayoutContactSyncToggleInfoBinding */ -public final class f0 implements ViewBinding { +public final class g0 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -17,16 +17,16 @@ public final class f0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f92c; + public final CheckedSetting f96c; - public f0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) { + public g0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) { this.a = linearLayout; this.b = linkifiedTextView; - this.f92c = checkedSetting; + this.f96c = checkedSetting; } @NonNull - public static f0 a(@NonNull View view) { + public static g0 a(@NonNull View view) { int i = R.id.contact_sync_discovery_info_1; TextView textView = (TextView) view.findViewById(R.id.contact_sync_discovery_info_1); if (textView != null) { @@ -36,7 +36,7 @@ public final class f0 implements ViewBinding { i = R.id.contact_sync_discovery_toggle; CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(R.id.contact_sync_discovery_toggle); if (checkedSetting != null) { - return new f0((LinearLayout) view, textView, linkifiedTextView, checkedSetting); + return new g0((LinearLayout) view, textView, linkifiedTextView, checkedSetting); } } } diff --git a/app/src/main/java/c/a/j/e1.java b/app/src/main/java/c/a/i/g1.java similarity index 67% rename from app/src/main/java/c/a/j/e1.java rename to app/src/main/java/c/a/i/g1.java index 4f09a52aea..f8f45acf1b 100644 --- a/app/src/main/java/c/a/j/e1.java +++ b/app/src/main/java/c/a/i/g1.java @@ -1,17 +1,17 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ServerSettingsMembersRoleSpinnerItemBinding */ -public final class e1 implements ViewBinding { +/* compiled from: ServerSettingsMembersRoleSpinnerItemOpenBinding */ +public final class g1 implements ViewBinding { @NonNull public final TextView a; @NonNull public final TextView b; - public e1(@NonNull TextView textView, @NonNull TextView textView2) { + public g1(@NonNull TextView textView, @NonNull TextView textView2) { this.a = textView; this.b = textView2; } diff --git a/app/src/main/java/c/a/j/d2.java b/app/src/main/java/c/a/i/g2.java similarity index 83% rename from app/src/main/java/c/a/j/d2.java rename to app/src/main/java/c/a/i/g2.java index ba6c08399c..6736c7d232 100644 --- a/app/src/main/java/c/a/j/d2.java +++ b/app/src/main/java/c/a/i/g2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,13 +7,13 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; /* compiled from: ViewInteractionFailedLabelBinding */ -public final class d2 implements ViewBinding { +public final class g2 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull public final TextView b; - public d2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { + public g2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = constraintLayout; this.b = textView; } diff --git a/app/src/main/java/c/a/j/c3.java b/app/src/main/java/c/a/i/g3.java similarity index 77% rename from app/src/main/java/c/a/j/c3.java rename to app/src/main/java/c/a/i/g3.java index 1a31c2ac67..c94273f2f7 100644 --- a/app/src/main/java/c/a/j/c3.java +++ b/app/src/main/java/c/a/i/g3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.CheckedSetting; /* compiled from: ViewServerSettingsNotificationsBinding */ -public final class c3 implements ViewBinding { +public final class g3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -14,12 +14,12 @@ public final class c3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f77c; + public final CheckedSetting f97c; - public c3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { + public g3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; this.b = checkedSetting; - this.f77c = checkedSetting2; + this.f97c = checkedSetting2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/c4.java b/app/src/main/java/c/a/i/g4.java similarity index 78% rename from app/src/main/java/c/a/j/c4.java rename to app/src/main/java/c/a/i/g4.java index 7ff50c999d..bd3dd35e6a 100644 --- a/app/src/main/java/c/a/j/c4.java +++ b/app/src/main/java/c/a/i/g4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -6,7 +6,7 @@ import android.widget.SeekBar; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: VolumeSliderViewBinding */ -public final class c4 implements ViewBinding { +public final class g4 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,14 +14,14 @@ public final class c4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f78c; + public final ImageView f98c; @NonNull public final SeekBar d; - public c4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { + public g4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { this.a = view; this.b = imageView; - this.f78c = imageView2; + this.f98c = imageView2; this.d = seekBar; } diff --git a/app/src/main/java/c/a/j/c5.java b/app/src/main/java/c/a/i/g5.java similarity index 79% rename from app/src/main/java/c/a/j/c5.java rename to app/src/main/java/c/a/i/g5.java index 2ae249ebd7..d8b39465cd 100644 --- a/app/src/main/java/c/a/j/c5.java +++ b/app/src/main/java/c/a/i/g5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetHomePanelLeftBinding */ -public final class c5 implements ViewBinding { +public final class g5 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -16,12 +16,12 @@ public final class c5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f79c; + public final FragmentContainerView f99c; - public c5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { + public g5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { this.a = relativeLayout; this.b = textView; - this.f79c = fragmentContainerView2; + this.f99c = fragmentContainerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/h.java b/app/src/main/java/c/a/i/h.java similarity index 98% rename from app/src/main/java/c/a/j/h.java rename to app/src/main/java/c/a/i/h.java index 4be8fa3d90..b707cd1c8b 100644 --- a/app/src/main/java/c/a/j/h.java +++ b/app/src/main/java/c/a/i/h.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; diff --git a/app/src/main/java/c/a/j/g0.java b/app/src/main/java/c/a/i/h0.java similarity index 84% rename from app/src/main/java/c/a/j/g0.java rename to app/src/main/java/c/a/i/h0.java index 8df049bc97..061598455d 100644 --- a/app/src/main/java/c/a/j/g0.java +++ b/app/src/main/java/c/a/i/h0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -7,13 +7,13 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.discord.views.CodeVerificationView; /* compiled from: LayoutContactSyncVerifyPhoneBinding */ -public final class g0 implements ViewBinding { +public final class h0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull public final CodeVerificationView b; - public g0(@NonNull ConstraintLayout constraintLayout, @NonNull CodeVerificationView codeVerificationView, @NonNull TextView textView, @NonNull TextView textView2) { + public h0(@NonNull ConstraintLayout constraintLayout, @NonNull CodeVerificationView codeVerificationView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = codeVerificationView; } diff --git a/app/src/main/java/c/a/j/g1.java b/app/src/main/java/c/a/i/h1.java similarity index 80% rename from app/src/main/java/c/a/j/g1.java rename to app/src/main/java/c/a/i/h1.java index b9ec4a73e0..b64becefa0 100644 --- a/app/src/main/java/c/a/j/g1.java +++ b/app/src/main/java/c/a/i/h1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.RelativeLayout; @@ -6,13 +6,13 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ShinyButtonBinding */ -public final class g1 implements ViewBinding { +public final class h1 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull public final TextView b; - public g1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView) { + public h1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView) { this.a = relativeLayout; this.b = textView; } diff --git a/app/src/main/java/c/a/j/e2.java b/app/src/main/java/c/a/i/h2.java similarity index 76% rename from app/src/main/java/c/a/j/e2.java rename to app/src/main/java/c/a/i/h2.java index 263617c5af..75525cdd22 100644 --- a/app/src/main/java/c/a/j/e2.java +++ b/app/src/main/java/c/a/i/h2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ProgressBar; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: ViewLoadingButtonBinding */ -public final class e2 implements ViewBinding { +public final class h2 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class e2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressBar f87c; + public final ProgressBar f101c; - public e2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { + public h2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { this.a = view; this.b = materialButton; - this.f87c = progressBar; + this.f101c = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/d3.java b/app/src/main/java/c/a/i/h3.java similarity index 80% rename from app/src/main/java/c/a/j/d3.java rename to app/src/main/java/c/a/i/h3.java index 27b8b97072..c6e400b484 100644 --- a/app/src/main/java/c/a/j/d3.java +++ b/app/src/main/java/c/a/i/h3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewServerSettingsRegionBinding */ -public final class d3 implements ViewBinding { +public final class h3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,14 +15,14 @@ public final class d3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f83c; + public final ImageView f102c; @NonNull public final LinearLayout d; - public d3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout2) { + public h3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f83c = imageView; + this.f102c = imageView; this.d = linearLayout2; } diff --git a/app/src/main/java/c/a/j/d4.java b/app/src/main/java/c/a/i/h4.java similarity index 89% rename from app/src/main/java/c/a/j/d4.java rename to app/src/main/java/c/a/i/h4.java index b5bb1804a1..770cc99953 100644 --- a/app/src/main/java/c/a/j/d4.java +++ b/app/src/main/java/c/a/i/h4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -11,7 +11,7 @@ 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 d4 implements ViewBinding { +public final class h4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -19,7 +19,7 @@ public final class d4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f84c; + public final TextView f103c; @NonNull public final MaterialButton d; @NonNull @@ -33,10 +33,10 @@ public final class d4 implements ViewBinding { @NonNull public final ProgressBar i; - public d4(@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) { + public h4(@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.f84c = textView; + this.f103c = textView; this.d = materialButton; this.e = linearLayout3; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/j/d5.java b/app/src/main/java/c/a/i/h5.java similarity index 80% rename from app/src/main/java/c/a/j/d5.java rename to app/src/main/java/c/a/i/h5.java index 60483e045a..45d2b3cd89 100644 --- a/app/src/main/java/c/a/j/d5.java +++ b/app/src/main/java/c/a/i/h5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -6,13 +6,13 @@ import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetHomePanelLoadingBinding */ -public final class d5 implements ViewBinding { +public final class h5 implements ViewBinding { @NonNull public final FrameLayout a; @NonNull public final ImageView b; - public d5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) { + public h5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) { this.a = frameLayout; this.b = imageView; } diff --git a/app/src/main/java/c/a/j/i.java b/app/src/main/java/c/a/i/i.java similarity index 97% rename from app/src/main/java/c/a/j/i.java rename to app/src/main/java/c/a/i/i.java index a5ca38ee29..919188de8f 100644 --- a/app/src/main/java/c/a/j/i.java +++ b/app/src/main/java/c/a/i/i.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; diff --git a/app/src/main/java/c/a/j/h0.java b/app/src/main/java/c/a/i/i0.java similarity index 89% rename from app/src/main/java/c/a/j/h0.java rename to app/src/main/java/c/a/i/i0.java index dbebfd0ccf..8c41cb153f 100644 --- a/app/src/main/java/c/a/j/h0.java +++ b/app/src/main/java/c/a/i/i0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -10,7 +10,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.R; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: LayoutIconUploaderBinding */ -public final class h0 implements ViewBinding { +public final class i0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -18,16 +18,16 @@ public final class h0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f101c; + public final Group f104c; - public h0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) { + 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.f104c = group; } @NonNull - public static h0 a(@NonNull View view) { + public static i0 a(@NonNull View view) { int i = R.id.icon_uploader_image; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.icon_uploader_image); if (simpleDraweeView != null) { @@ -46,7 +46,7 @@ public final class h0 implements ViewBinding { i = R.id.placeholder_group; Group group = (Group) view.findViewById(R.id.placeholder_group); if (group != null) { - return new h0((ConstraintLayout) view, simpleDraweeView, imageView, imageView2, textView, imageView3, group); + return new i0((ConstraintLayout) view, simpleDraweeView, imageView, imageView2, textView, imageView3, group); } } } diff --git a/app/src/main/java/c/a/j/h1.java b/app/src/main/java/c/a/i/i1.java similarity index 82% rename from app/src/main/java/c/a/j/h1.java rename to app/src/main/java/c/a/i/i1.java index 3eae52f909..219418c2a6 100644 --- a/app/src/main/java/c/a/j/h1.java +++ b/app/src/main/java/c/a/i/i1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: SimpleConfirmationDialogBinding */ -public final class h1 implements ViewBinding { +public final class i1 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,16 +15,16 @@ public final class h1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f102c; + public final MaterialButton f105c; @NonNull public final MaterialButton d; @NonNull public final TextView e; - public h1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + public i1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f102c = materialButton; + this.f105c = materialButton; this.d = materialButton2; this.e = textView2; } diff --git a/app/src/main/java/c/a/j/f2.java b/app/src/main/java/c/a/i/i2.java similarity index 82% rename from app/src/main/java/c/a/j/f2.java rename to app/src/main/java/c/a/i/i2.java index 9d4c18500b..07f7bc1c68 100644 --- a/app/src/main/java/c/a/j/f2.java +++ b/app/src/main/java/c/a/i/i2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; /* compiled from: ViewMobileReportBlockUserBinding */ -public final class f2 implements ViewBinding { +public final class i2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,14 +16,14 @@ public final class f2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f93c; + public final MaterialButton f106c; @NonNull public final TextView d; - public f2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + public i2(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = simpleDraweeView; - this.f93c = materialButton; + this.f106c = materialButton; this.d = textView3; } diff --git a/app/src/main/java/c/a/j/e3.java b/app/src/main/java/c/a/i/i3.java similarity index 77% rename from app/src/main/java/c/a/j/e3.java rename to app/src/main/java/c/a/i/i3.java index 3a037aa1d7..d3b4458ef6 100644 --- a/app/src/main/java/c/a/j/e3.java +++ b/app/src/main/java/c/a/i/i3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; /* compiled from: ViewServerSettingsRegionHelpBinding */ -public final class e3 implements ViewBinding { +public final class i3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -14,12 +14,12 @@ public final class e3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f88c; + public final LinearLayout f107c; - public e3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) { + public i3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = linkifiedTextView; - this.f88c = linearLayout2; + this.f107c = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/e4.java b/app/src/main/java/c/a/i/i4.java similarity index 79% rename from app/src/main/java/c/a/j/e4.java rename to app/src/main/java/c/a/i/i4.java index c669a1a71f..b83eedcd78 100644 --- a/app/src/main/java/c/a/j/e4.java +++ b/app/src/main/java/c/a/i/i4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetAuthMfaInfoBinding */ -public final class e4 implements ViewBinding { +public final class i4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,12 +16,12 @@ public final class e4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f89c; + public final LinkifiedTextView f108c; - public e4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { + public i4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { this.a = linearLayout; this.b = materialButton; - this.f89c = linkifiedTextView; + this.f108c = linkifiedTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/e5.java b/app/src/main/java/c/a/i/i5.java similarity index 80% rename from app/src/main/java/c/a/j/e5.java rename to app/src/main/java/c/a/i/i5.java index fa026dc7ee..e7e8e50782 100644 --- a/app/src/main/java/c/a/j/e5.java +++ b/app/src/main/java/c/a/i/i5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -7,7 +7,7 @@ import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.rounded.RoundedRelativeLayout; /* compiled from: WidgetHomePanelRightBinding */ -public final class e5 implements ViewBinding { +public final class i5 implements ViewBinding { @NonNull public final FrameLayout a; @NonNull @@ -15,12 +15,12 @@ public final class e5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f90c; + public final FragmentContainerView f109c; - public e5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { + public i5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { this.a = frameLayout; this.b = roundedRelativeLayout; - this.f90c = fragmentContainerView3; + this.f109c = fragmentContainerView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/j.java b/app/src/main/java/c/a/i/j.java similarity index 97% rename from app/src/main/java/c/a/j/j.java rename to app/src/main/java/c/a/i/j.java index f175951b0f..1f2505d2de 100644 --- a/app/src/main/java/c/a/j/j.java +++ b/app/src/main/java/c/a/i/j.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; diff --git a/app/src/main/java/c/a/j/i0.java b/app/src/main/java/c/a/i/j0.java similarity index 85% rename from app/src/main/java/c/a/j/i0.java rename to app/src/main/java/c/a/i/j0.java index 4b3a0936bf..6cef34194a 100644 --- a/app/src/main/java/c/a/j/i0.java +++ b/app/src/main/java/c/a/i/j0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: LayoutPremiumSettingsPaymentBinding */ -public final class i0 implements ViewBinding { +public final class j0 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,7 +15,7 @@ public final class i0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f106c; + public final View f110c; @NonNull public final TextView d; @NonNull @@ -25,10 +25,10 @@ public final class i0 implements ViewBinding { @NonNull public final TextView g; - public i0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) { + 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.f106c = view; + this.f110c = view; this.d = textView; this.e = textView2; this.f = linearLayout2; diff --git a/app/src/main/java/c/a/j/i1.java b/app/src/main/java/c/a/i/j1.java similarity index 85% rename from app/src/main/java/c/a/j/i1.java rename to app/src/main/java/c/a/i/j1.java index ad99b173f5..1e5ce6aa74 100644 --- a/app/src/main/java/c/a/j/i1.java +++ b/app/src/main/java/c/a/i/j1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.premium.ShinyButton; import com.google.android.material.button.MaterialButton; /* compiled from: SingleValuePropPremiumUpsellDialogBinding */ -public final class i1 implements ViewBinding { +public final class j1 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -17,7 +17,7 @@ public final class i1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ShinyButton f107c; + public final ShinyButton f111c; @NonNull public final TextView d; @NonNull @@ -25,10 +25,10 @@ public final class i1 implements ViewBinding { @NonNull public final ImageView f; - public i1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + public j1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = materialButton; - this.f107c = shinyButton; + this.f111c = shinyButton; this.d = textView; this.e = textView2; this.f = imageView; diff --git a/app/src/main/java/c/a/j/g2.java b/app/src/main/java/c/a/i/j2.java similarity index 84% rename from app/src/main/java/c/a/j/g2.java rename to app/src/main/java/c/a/i/j2.java index 6a6efb85f1..a6360acf34 100644 --- a/app/src/main/java/c/a/j/g2.java +++ b/app/src/main/java/c/a/i/j2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewMobileReportsChannelPreviewBinding */ -public final class g2 implements ViewBinding { +public final class j2 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -17,14 +17,14 @@ public final class g2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f97c; + public final SimpleDraweeView f112c; @NonNull public final LinkifiedTextView d; - public g2(@NonNull ConstraintLayout constraintLayout, @NonNull Guideline guideline, @NonNull TextView textView, @NonNull Guideline guideline2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull Guideline guideline3, @NonNull Guideline guideline4) { + public j2(@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.f97c = simpleDraweeView; + this.f112c = simpleDraweeView; this.d = linkifiedTextView; } diff --git a/app/src/main/java/c/a/j/f3.java b/app/src/main/java/c/a/i/j3.java similarity index 82% rename from app/src/main/java/c/a/j/f3.java rename to app/src/main/java/c/a/i/j3.java index 84d81e8d47..f61c2e449e 100644 --- a/app/src/main/java/c/a/j/f3.java +++ b/app/src/main/java/c/a/i/j3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.CheckedSetting; /* compiled from: ViewServerSettingsSystemChannelWrapBinding */ -public final class f3 implements ViewBinding { +public final class j3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,16 +15,16 @@ public final class f3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f94c; + public final CheckedSetting f113c; @NonNull public final CheckedSetting d; @NonNull public final LinearLayout e; - public f3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) { + public j3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f94c = checkedSetting; + this.f113c = checkedSetting; this.d = checkedSetting2; this.e = linearLayout2; } diff --git a/app/src/main/java/c/a/j/f4.java b/app/src/main/java/c/a/i/j4.java similarity index 78% rename from app/src/main/java/c/a/j/f4.java rename to app/src/main/java/c/a/i/j4.java index d9ccaf6ad7..2a5b526806 100644 --- a/app/src/main/java/c/a/j/f4.java +++ b/app/src/main/java/c/a/i/j4.java @@ -1,16 +1,16 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetCallFullscreenAudioShareWarningBinding */ -public final class f4 implements ViewBinding { +public final class j4 implements ViewBinding { @NonNull public final View a; @NonNull public final View b; - public f4(@NonNull View view, @NonNull View view2) { + public j4(@NonNull View view, @NonNull View view2) { this.a = view; this.b = view2; } diff --git a/app/src/main/java/c/a/j/f5.java b/app/src/main/java/c/a/i/j5.java similarity index 82% rename from app/src/main/java/c/a/j/f5.java rename to app/src/main/java/c/a/i/j5.java index 12b32cd1c5..e9e5d5073e 100644 --- a/app/src/main/java/c/a/j/f5.java +++ b/app/src/main/java/c/a/i/j5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetMaskedLinksDialogBinding */ -public final class f5 implements ViewBinding { +public final class j5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,16 +15,16 @@ public final class f5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f95c; + public final MaterialButton f114c; @NonNull public final MaterialButton d; @NonNull public final TextView e; - public f5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) { + public j5(@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.f95c = materialButton; + this.f114c = materialButton; this.d = materialButton2; this.e = textView2; } diff --git a/app/src/main/java/c/a/j/k.java b/app/src/main/java/c/a/i/k.java similarity index 98% rename from app/src/main/java/c/a/j/k.java rename to app/src/main/java/c/a/i/k.java index 3c1c779060..c65a58ebb8 100644 --- a/app/src/main/java/c/a/j/k.java +++ b/app/src/main/java/c/a/i/k.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.DatePicker; diff --git a/app/src/main/java/c/a/j/j0.java b/app/src/main/java/c/a/i/k0.java similarity index 77% rename from app/src/main/java/c/a/j/j0.java rename to app/src/main/java/c/a/i/k0.java index 3393fc1aac..20dd2be219 100644 --- a/app/src/main/java/c/a/j/j0.java +++ b/app/src/main/java/c/a/i/k0.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: LayoutVoiceBottomSheetEmptyBinding */ -public final class j0 implements ViewBinding { +public final class k0 implements ViewBinding { @NonNull public final LinearLayout a; - public j0(@NonNull LinearLayout linearLayout) { + public k0(@NonNull LinearLayout linearLayout) { this.a = linearLayout; } diff --git a/app/src/main/java/c/a/j/j1.java b/app/src/main/java/c/a/i/k1.java similarity index 77% rename from app/src/main/java/c/a/j/j1.java rename to app/src/main/java/c/a/i/k1.java index 4b93cf160c..a0448c5cca 100644 --- a/app/src/main/java/c/a/j/j1.java +++ b/app/src/main/java/c/a/i/k1.java @@ -1,17 +1,17 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: SparkleViewBinding */ -public final class j1 implements ViewBinding { +public final class k1 implements ViewBinding { @NonNull public final View a; @NonNull public final ImageView b; - public j1(@NonNull View view, @NonNull ImageView imageView) { + public k1(@NonNull View view, @NonNull ImageView imageView) { this.a = view; this.b = imageView; } diff --git a/app/src/main/java/c/a/j/h2.java b/app/src/main/java/c/a/i/k2.java similarity index 82% rename from app/src/main/java/c/a/j/h2.java rename to app/src/main/java/c/a/i/k2.java index 15598c4369..7cb2f9ac10 100644 --- a/app/src/main/java/c/a/j/h2.java +++ b/app/src/main/java/c/a/i/k2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -7,13 +7,13 @@ import androidx.annotation.NonNull; import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; /* compiled from: ViewMobileReportsChildBinding */ -public final class h2 implements ViewBinding { +public final class k2 implements ViewBinding { @NonNull public final FrameLayout a; @NonNull public final TextView b; - public h2(@NonNull FrameLayout frameLayout, @NonNull CardView cardView, @NonNull TextView textView) { + public k2(@NonNull FrameLayout frameLayout, @NonNull CardView cardView, @NonNull TextView textView) { this.a = frameLayout; this.b = textView; } diff --git a/app/src/main/java/c/a/j/g3.java b/app/src/main/java/c/a/i/k3.java similarity index 88% rename from app/src/main/java/c/a/j/g3.java rename to app/src/main/java/c/a/i/k3.java index a0891417be..2c32b8da4b 100644 --- a/app/src/main/java/c/a/j/g3.java +++ b/app/src/main/java/c/a/i/k3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -10,7 +10,7 @@ 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 g3 implements ViewBinding { +public final class k3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -18,7 +18,7 @@ public final class g3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f98c; + public final TextView f116c; @NonNull public final SimpleDraweeView d; @NonNull @@ -30,10 +30,10 @@ public final class g3 implements ViewBinding { @NonNull public final TextView h; - public g3(@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 k3(@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.f98c = textView; + this.f116c = textView; this.d = simpleDraweeView; this.e = floatingActionButton; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/j/g4.java b/app/src/main/java/c/a/i/k4.java similarity index 89% rename from app/src/main/java/c/a/j/g4.java rename to app/src/main/java/c/a/i/k4.java index d7df03d1f9..882c294506 100644 --- a/app/src/main/java/c/a/j/g4.java +++ b/app/src/main/java/c/a/i/k4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView; import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView; /* compiled from: WidgetCallFullscreenPrivateCallBinding */ -public final class g4 implements ViewBinding { +public final class k4 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -17,7 +17,7 @@ public final class g4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f99c; + public final TextView f117c; @NonNull public final RelativeLayout d; @NonNull @@ -31,10 +31,10 @@ public final class g4 implements ViewBinding { @NonNull public final TextView i; - public g4(@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) { + public k4(@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.f99c = textView; + this.f117c = textView; this.d = relativeLayout2; this.e = linearLayout; this.f = privateCallGridView; diff --git a/app/src/main/java/c/a/j/g5.java b/app/src/main/java/c/a/i/k5.java similarity index 78% rename from app/src/main/java/c/a/j/g5.java rename to app/src/main/java/c/a/i/k5.java index 3123a73ee4..05a1f61807 100644 --- a/app/src/main/java/c/a/j/g5.java +++ b/app/src/main/java/c/a/i/k5.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.RadioButton; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetMemberVerificationMultipleChoiceRadioItemBinding */ -public final class g5 implements ViewBinding { +public final class k5 implements ViewBinding { @NonNull public final RadioButton a; - public g5(@NonNull RadioButton radioButton) { + public k5(@NonNull RadioButton radioButton) { this.a = radioButton; } diff --git a/app/src/main/java/c/a/j/l.java b/app/src/main/java/c/a/i/l.java similarity index 90% rename from app/src/main/java/c/a/j/l.java rename to app/src/main/java/c/a/i/l.java index 7af3dde03d..7a288026c2 100644 --- a/app/src/main/java/c/a/j/l.java +++ b/app/src/main/java/c/a/i/l.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -16,14 +16,14 @@ public final class l implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f121c; + 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.f121c = maxHeightRecyclerView; + this.f118c = maxHeightRecyclerView; this.d = textView; } diff --git a/app/src/main/java/c/a/j/k0.java b/app/src/main/java/c/a/i/l0.java similarity index 86% rename from app/src/main/java/c/a/j/k0.java rename to app/src/main/java/c/a/i/l0.java index 56f2405fb0..b543ba2168 100644 --- a/app/src/main/java/c/a/j/k0.java +++ b/app/src/main/java/c/a/i/l0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.constraintlayout.widget.Barrier; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; /* compiled from: LayoutVoiceBottomSheetHeaderBinding */ -public final class k0 implements ViewBinding { +public final class l0 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -16,7 +16,7 @@ public final class k0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f116c; + public final ImageView f119c; @NonNull public final ImageView d; @NonNull @@ -26,10 +26,10 @@ public final class k0 implements ViewBinding { @NonNull public final TextView g; - public k0(@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) { + 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.f116c = imageView3; + this.f119c = imageView3; this.d = imageView4; this.e = imageView5; this.f = textView; diff --git a/app/src/main/java/c/a/j/k1.java b/app/src/main/java/c/a/i/l1.java similarity index 79% rename from app/src/main/java/c/a/j/k1.java rename to app/src/main/java/c/a/i/l1.java index fa562e885e..62483d5f98 100644 --- a/app/src/main/java/c/a/j/k1.java +++ b/app/src/main/java/c/a/i/l1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.rlottie.RLottieImageView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: StickerViewBinding */ -public final class k1 implements ViewBinding { +public final class l1 implements ViewBinding { @NonNull public final View a; @NonNull @@ -15,14 +15,14 @@ public final class k1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RLottieImageView f117c; + public final RLottieImageView f120c; @NonNull public final ImageView d; - public k1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { + public l1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { this.a = view; this.b = simpleDraweeView; - this.f117c = rLottieImageView; + this.f120c = rLottieImageView; this.d = imageView; } diff --git a/app/src/main/java/c/a/j/i2.java b/app/src/main/java/c/a/i/l2.java similarity index 77% rename from app/src/main/java/c/a/j/i2.java rename to app/src/main/java/c/a/i/l2.java index fddfcb4a3e..844de5b756 100644 --- a/app/src/main/java/c/a/j/i2.java +++ b/app/src/main/java/c/a/i/l2.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.CheckedSetting; /* compiled from: ViewMobileReportsMulticheckItemBinding */ -public final class i2 implements ViewBinding { +public final class l2 implements ViewBinding { @NonNull public final CheckedSetting a; - public i2(@NonNull CheckedSetting checkedSetting) { + public l2(@NonNull CheckedSetting checkedSetting) { this.a = checkedSetting; } diff --git a/app/src/main/java/c/a/j/h3.java b/app/src/main/java/c/a/i/l3.java similarity index 87% rename from app/src/main/java/c/a/j/h3.java rename to app/src/main/java/c/a/i/l3.java index d3ee25042b..6e187a1af7 100644 --- a/app/src/main/java/c/a/j/h3.java +++ b/app/src/main/java/c/a/i/l3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -10,7 +10,7 @@ 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 h3 implements ViewBinding { +public final class l3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -18,7 +18,7 @@ public final class h3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f103c; + public final FloatingActionButton f121c; @NonNull public final TextView d; @NonNull @@ -30,10 +30,10 @@ public final class h3 implements ViewBinding { @NonNull public final TextView h; - public h3(@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 l3(@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.f103c = floatingActionButton; + this.f121c = floatingActionButton; this.d = textView; this.e = simpleDraweeView; this.f = linkifiedTextView; diff --git a/app/src/main/java/c/a/j/h4.java b/app/src/main/java/c/a/i/l4.java similarity index 78% rename from app/src/main/java/c/a/j/h4.java rename to app/src/main/java/c/a/i/l4.java index 08047754af..5e69be0b4d 100644 --- a/app/src/main/java/c/a/j/h4.java +++ b/app/src/main/java/c/a/i/l4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetChannelSettingsCannotDeleteBinding */ -public final class h4 implements ViewBinding { +public final class l4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,12 +15,12 @@ public final class h4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f104c; + public final MaterialButton f122c; - public h4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { + public l4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f104c = materialButton; + this.f122c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/h5.java b/app/src/main/java/c/a/i/l5.java similarity index 91% rename from app/src/main/java/c/a/j/h5.java rename to app/src/main/java/c/a/i/l5.java index eac475d459..dcebdf964e 100644 --- a/app/src/main/java/c/a/j/h5.java +++ b/app/src/main/java/c/a/i/l5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -12,7 +12,7 @@ import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetMusicRichPresenceBinding */ -public final class h5 implements ViewBinding { +public final class l5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -20,7 +20,7 @@ public final class h5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f105c; + public final TextView f123c; @NonNull public final TextView d; @NonNull @@ -40,10 +40,10 @@ public final class h5 implements ViewBinding { @NonNull public final TextView l; - public h5(@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) { + public l5(@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.f105c = textView; + this.f123c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = simpleDraweeView2; diff --git a/app/src/main/java/c/a/j/m.java b/app/src/main/java/c/a/i/m.java similarity index 97% rename from app/src/main/java/c/a/j/m.java rename to app/src/main/java/c/a/i/m.java index fc1e365d8e..b823a9d3aa 100644 --- a/app/src/main/java/c/a/j/m.java +++ b/app/src/main/java/c/a/i/m.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; diff --git a/app/src/main/java/c/a/j/l0.java b/app/src/main/java/c/a/i/m0.java similarity index 77% rename from app/src/main/java/c/a/j/l0.java rename to app/src/main/java/c/a/i/m0.java index fa9f8582c9..4be15f1ca0 100644 --- a/app/src/main/java/c/a/j/l0.java +++ b/app/src/main/java/c/a/i/m0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: MemberVerificationAvatarViewBinding */ -public final class l0 implements ViewBinding { +public final class m0 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class l0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f122c; + public final TextView f124c; - public l0(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public m0(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f122c = textView; + this.f124c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/l1.java b/app/src/main/java/c/a/i/m1.java similarity index 87% rename from app/src/main/java/c/a/j/l1.java rename to app/src/main/java/c/a/i/m1.java index 07dd9169a2..cf77d82106 100644 --- a/app/src/main/java/c/a/j/l1.java +++ b/app/src/main/java/c/a/i/m1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.R; import com.google.android.material.button.MaterialButton; /* compiled from: ThreadBrowserEmptyBinding */ -public final class l1 implements ViewBinding { +public final class m1 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -17,19 +17,19 @@ public final class l1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f123c; + public final MaterialButton f125c; @NonNull public final TextView d; - public l1(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + public m1(@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.f123c = materialButton; + this.f125c = materialButton; this.d = textView; } @NonNull - public static l1 a(@NonNull View view) { + public static m1 a(@NonNull View view) { ConstraintLayout constraintLayout = (ConstraintLayout) view; int i = R.id.thread_browser_empty_create_button; MaterialButton materialButton = (MaterialButton) view.findViewById(R.id.thread_browser_empty_create_button); @@ -43,7 +43,7 @@ public final class l1 implements ViewBinding { i = R.id.thread_icon; ImageView imageView = (ImageView) view.findViewById(R.id.thread_icon); if (imageView != null) { - return new l1(constraintLayout, constraintLayout, materialButton, textView, textView2, imageView); + return new m1(constraintLayout, constraintLayout, materialButton, textView, textView2, imageView); } } } diff --git a/app/src/main/java/c/a/j/j2.java b/app/src/main/java/c/a/i/m2.java similarity index 74% rename from app/src/main/java/c/a/j/j2.java rename to app/src/main/java/c/a/i/m2.java index 34028a64a7..a5bf410e5a 100644 --- a/app/src/main/java/c/a/j/j2.java +++ b/app/src/main/java/c/a/i/m2.java @@ -1,28 +1,28 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewOverlayMenuBinding */ -public final class j2 implements ViewBinding { +public final class m2 implements ViewBinding { @NonNull public final View a; @NonNull - public final k2 b; + public final n2 b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f111c; + public final ImageView f126c; @NonNull public final ImageView d; @NonNull public final ImageView e; - public j2(@NonNull View view, @NonNull k2 k2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { + public m2(@NonNull View view, @NonNull n2 n2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { this.a = view; - this.b = k2Var; - this.f111c = imageView; + this.b = n2Var; + this.f126c = imageView; this.d = imageView2; this.e = imageView3; } diff --git a/app/src/main/java/c/a/j/i3.java b/app/src/main/java/c/a/i/m3.java similarity index 76% rename from app/src/main/java/c/a/j/i3.java rename to app/src/main/java/c/a/i/m3.java index d268bb266e..6295f3a3fa 100644 --- a/app/src/main/java/c/a/j/i3.java +++ b/app/src/main/java/c/a/i/m3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; @@ -6,7 +6,7 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.google.android.material.checkbox.MaterialCheckBox; /* compiled from: ViewSettingCheckBinding */ -public final class i3 implements ViewBinding { +public final class m3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class i3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f108c; + public final ConstraintLayout f127c; - public i3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { + public m3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = materialCheckBox; - this.f108c = constraintLayout; + this.f127c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/i4.java b/app/src/main/java/c/a/i/m4.java similarity index 88% rename from app/src/main/java/c/a/j/i4.java rename to app/src/main/java/c/a/i/m4.java index b3d7b6cd1c..7613d46012 100644 --- a/app/src/main/java/c/a/j/i4.java +++ b/app/src/main/java/c/a/i/m4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.LayoutInflater; import android.view.View; @@ -11,7 +11,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.R; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetChannelSettingsDeleteBinding */ -public final class i4 implements ViewBinding { +public final class m4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -19,22 +19,22 @@ public final class i4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f109c; + public final MaterialButton f128c; @NonNull public final MaterialButton d; @NonNull public final TextView e; - public i4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + public m4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f109c = materialButton; + this.f128c = materialButton; this.d = materialButton2; this.e = textView2; } @NonNull - public static i4 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + public static m4 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { View inflate = layoutInflater.inflate(R.layout.widget_channel_settings_delete, (ViewGroup) null, false); if (!z2) { int i = R.id.channel_settings_delete_body; @@ -49,7 +49,7 @@ public final class i4 implements ViewBinding { i = R.id.channel_settings_delete_title; TextView textView2 = (TextView) inflate.findViewById(R.id.channel_settings_delete_title); if (textView2 != null) { - return new i4((LinearLayout) inflate, textView, materialButton, materialButton2, textView2); + return new m4((LinearLayout) inflate, textView, materialButton, materialButton2, textView2); } } } diff --git a/app/src/main/java/c/a/j/i5.java b/app/src/main/java/c/a/i/m5.java similarity index 88% rename from app/src/main/java/c/a/j/i5.java rename to app/src/main/java/c/a/i/m5.java index 4298d1bb43..85045c44ae 100644 --- a/app/src/main/java/c/a/j/i5.java +++ b/app/src/main/java/c/a/i/m5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -10,7 +10,7 @@ import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetPlatformRichPresenceBinding */ -public final class i5 implements ViewBinding { +public final class m5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -18,7 +18,7 @@ public final class i5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f110c; + public final TextView f129c; @NonNull public final SimpleDraweeView d; @NonNull @@ -30,10 +30,10 @@ public final class i5 implements ViewBinding { @NonNull public final TextView h; - public i5(@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) { + public m5(@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.f110c = textView; + this.f129c = textView; this.d = simpleDraweeView; this.e = simpleDraweeView2; this.f = materialButton; diff --git a/app/src/main/java/c/a/j/n.java b/app/src/main/java/c/a/i/n.java similarity index 96% rename from app/src/main/java/c/a/j/n.java rename to app/src/main/java/c/a/i/n.java index 0a30ec9ec1..937ed4d51f 100644 --- a/app/src/main/java/c/a/j/n.java +++ b/app/src/main/java/c/a/i/n.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; diff --git a/app/src/main/java/c/a/j/m0.java b/app/src/main/java/c/a/i/n0.java similarity index 86% rename from app/src/main/java/c/a/j/m0.java rename to app/src/main/java/c/a/i/n0.java index d9f870546d..5c8cb879a9 100644 --- a/app/src/main/java/c/a/j/m0.java +++ b/app/src/main/java/c/a/i/n0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -9,7 +9,7 @@ import androidx.viewpager2.widget.ViewPager2; import com.google.android.material.button.MaterialButton; import com.google.android.material.tabs.TabLayout; /* compiled from: MultiValuePropPremiumUpsellDialogBinding */ -public final class m0 implements ViewBinding { +public final class n0 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -17,7 +17,7 @@ public final class m0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f127c; + public final TabLayout f130c; @NonNull public final MaterialButton d; @NonNull @@ -25,10 +25,10 @@ public final class m0 implements ViewBinding { @NonNull public final ViewPager2 f; - public m0(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TabLayout tabLayout, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull ViewPager2 viewPager2) { + 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.f127c = tabLayout; + this.f130c = tabLayout; this.d = materialButton2; this.e = materialButton3; this.f = viewPager2; diff --git a/app/src/main/java/c/a/j/m1.java b/app/src/main/java/c/a/i/n1.java similarity index 77% rename from app/src/main/java/c/a/j/m1.java rename to app/src/main/java/c/a/i/n1.java index 5e5b627060..65c73a69d3 100644 --- a/app/src/main/java/c/a/j/m1.java +++ b/app/src/main/java/c/a/i/n1.java @@ -1,11 +1,11 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.typing.TypingDot; /* compiled from: TypingDotsViewBinding */ -public final class m1 implements ViewBinding { +public final class n1 implements ViewBinding { @NonNull public final View a; @NonNull @@ -13,14 +13,14 @@ public final class m1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDot f128c; + public final TypingDot f131c; @NonNull public final TypingDot d; - public m1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { + public n1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { this.a = view; this.b = typingDot; - this.f128c = typingDot2; + this.f131c = typingDot2; this.d = typingDot3; } diff --git a/app/src/main/java/c/a/j/k2.java b/app/src/main/java/c/a/i/n2.java similarity index 84% rename from app/src/main/java/c/a/j/k2.java rename to app/src/main/java/c/a/i/n2.java index 3f828591ca..744834bfa7 100644 --- a/app/src/main/java/c/a/j/k2.java +++ b/app/src/main/java/c/a/i/n2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; /* compiled from: ViewOverlayMenuContentBinding */ -public final class k2 implements ViewBinding { +public final class n2 implements ViewBinding { @NonNull public final CardView a; @NonNull @@ -15,7 +15,7 @@ public final class k2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f118c; + public final TextView f132c; @NonNull public final TextView d; @NonNull @@ -25,10 +25,10 @@ public final class k2 implements ViewBinding { @NonNull public final TextView g; - public k2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) { + public n2(@NonNull CardView cardView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull TextView textView4, @NonNull TextView textView5) { this.a = cardView; this.b = textView; - this.f118c = textView2; + this.f132c = textView2; this.d = textView3; this.e = imageView; this.f = textView4; diff --git a/app/src/main/java/c/a/j/j3.java b/app/src/main/java/c/a/i/n3.java similarity index 77% rename from app/src/main/java/c/a/j/j3.java rename to app/src/main/java/c/a/i/n3.java index 68a82cf9e1..8dc86c359d 100644 --- a/app/src/main/java/c/a/j/j3.java +++ b/app/src/main/java/c/a/i/n3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; @@ -6,7 +6,7 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.google.android.material.radiobutton.MaterialRadioButton; /* compiled from: ViewSettingRadioBinding */ -public final class j3 implements ViewBinding { +public final class n3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class j3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f112c; + public final ConstraintLayout f133c; - public j3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { + public n3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = materialRadioButton; - this.f112c = constraintLayout; + this.f133c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/j4.java b/app/src/main/java/c/a/i/n4.java similarity index 81% rename from app/src/main/java/c/a/j/j4.java rename to app/src/main/java/c/a/i/n4.java index df6b4a1dbb..a6541fdd87 100644 --- a/app/src/main/java/c/a/j/j4.java +++ b/app/src/main/java/c/a/i/n4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetChatInputGuardBinding */ -public final class j4 implements ViewBinding { +public final class n4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,16 +15,16 @@ public final class j4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f113c; + public final MaterialButton f134c; @NonNull public final TextView d; @NonNull public final TextView e; - public j4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { + public n4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = materialButton; - this.f113c = materialButton2; + this.f134c = materialButton2; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/c/a/j/j5.java b/app/src/main/java/c/a/i/n5.java similarity index 79% rename from app/src/main/java/c/a/j/j5.java rename to app/src/main/java/c/a/i/n5.java index 685711104c..43927d8a66 100644 --- a/app/src/main/java/c/a/j/j5.java +++ b/app/src/main/java/c/a/i/n5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetPremiumUpsellBinding */ -public final class j5 implements ViewBinding { +public final class n5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,14 +15,14 @@ public final class j5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f114c; + public final TextView f135c; @NonNull public final ImageView d; - public j5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + public n5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = textView; - this.f114c = textView2; + this.f135c = textView2; this.d = imageView; } diff --git a/app/src/main/java/c/a/j/o.java b/app/src/main/java/c/a/i/o.java similarity index 94% rename from app/src/main/java/c/a/j/o.java rename to app/src/main/java/c/a/i/o.java index a535fe5ce8..0a37962d2a 100644 --- a/app/src/main/java/c/a/j/o.java +++ b/app/src/main/java/c/a/i/o.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -18,7 +18,7 @@ public final class o implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f135c; + public final RelativeLayout f136c; @NonNull public final MaterialButton d; @NonNull @@ -33,7 +33,7 @@ public final class o implements ViewBinding { public o(@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.f135c = relativeLayout; + this.f136c = relativeLayout; this.d = materialButton; this.e = linkifiedTextView; this.f = materialButton2; diff --git a/app/src/main/java/c/a/j/n0.java b/app/src/main/java/c/a/i/o0.java similarity index 78% rename from app/src/main/java/c/a/j/n0.java rename to app/src/main/java/c/a/i/o0.java index 2adfd82154..e935e341d3 100644 --- a/app/src/main/java/c/a/j/n0.java +++ b/app/src/main/java/c/a/i/o0.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: OauthTokenPermissionListItemBinding */ -public final class n0 implements ViewBinding { +public final class o0 implements ViewBinding { @NonNull public final TextView a; - public n0(@NonNull TextView textView) { + public o0(@NonNull TextView textView) { this.a = textView; } diff --git a/app/src/main/java/c/a/j/n1.java b/app/src/main/java/c/a/i/o1.java similarity index 84% rename from app/src/main/java/c/a/j/n1.java rename to app/src/main/java/c/a/i/o1.java index e300571573..0382e4f06c 100644 --- a/app/src/main/java/c/a/j/n1.java +++ b/app/src/main/java/c/a/i/o1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: UserActionsDialogBinding */ -public final class n1 implements ViewBinding { +public final class o1 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,7 +15,7 @@ public final class n1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f132c; + public final TextView f137c; @NonNull public final TextView d; @NonNull @@ -23,10 +23,10 @@ public final class n1 implements ViewBinding { @NonNull public final TextView f; - public n1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { + public o1(@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.f132c = textView; + this.f137c = textView; this.d = textView2; this.e = textView3; this.f = textView4; diff --git a/app/src/main/java/c/a/j/l2.java b/app/src/main/java/c/a/i/o2.java similarity index 79% rename from app/src/main/java/c/a/j/l2.java rename to app/src/main/java/c/a/i/o2.java index 3784599f75..061b703be9 100644 --- a/app/src/main/java/c/a/j/l2.java +++ b/app/src/main/java/c/a/i/o2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; @@ -6,7 +6,7 @@ import androidx.viewbinding.ViewBinding; import com.google.android.material.textfield.TextInputEditText; import com.google.android.material.textfield.TextInputLayout; /* compiled from: ViewPhoneOrEmailInputBinding */ -public final class l2 implements ViewBinding { +public final class o2 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,14 +14,14 @@ public final class l2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f124c; + public final TextInputEditText f138c; @NonNull public final TextInputLayout d; - public l2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { + public o2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { this.a = view; this.b = textInputLayout; - this.f124c = textInputEditText; + this.f138c = textInputEditText; this.d = textInputLayout2; } diff --git a/app/src/main/java/c/a/j/k3.java b/app/src/main/java/c/a/i/o3.java similarity index 80% rename from app/src/main/java/c/a/j/k3.java rename to app/src/main/java/c/a/i/o3.java index d2db15bed2..d69638bf1d 100644 --- a/app/src/main/java/c/a/j/k3.java +++ b/app/src/main/java/c/a/i/o3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -6,7 +6,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewSettingSharedBinding */ -public final class k3 implements ViewBinding { +public final class o3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,16 +14,16 @@ public final class k3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f119c; + public final TextView f139c; @NonNull public final TextView d; @NonNull public final TextView e; - public k3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + public o3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = view; this.b = imageView; - this.f119c = textView; + this.f139c = textView; this.d = textView2; this.e = textView3; } diff --git a/app/src/main/java/c/a/j/k4.java b/app/src/main/java/c/a/i/o4.java similarity index 80% rename from app/src/main/java/c/a/j/k4.java rename to app/src/main/java/c/a/i/o4.java index 5046b41616..f23b9ac5d2 100644 --- a/app/src/main/java/c/a/j/k4.java +++ b/app/src/main/java/c/a/i/o4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetChatInputMemberVerificationGuardBinding */ -public final class k4 implements ViewBinding { +public final class o4 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -16,12 +16,12 @@ public final class k4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f120c; + public final TextView f140c; - public k4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView) { + public o4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView) { this.a = relativeLayout; this.b = imageView2; - this.f120c = textView; + this.f140c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/k5.java b/app/src/main/java/c/a/i/o5.java similarity index 81% rename from app/src/main/java/c/a/j/k5.java rename to app/src/main/java/c/a/i/o5.java index 1e51508d9d..aa499cd9ec 100644 --- a/app/src/main/java/c/a/j/k5.java +++ b/app/src/main/java/c/a/i/o5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,13 +6,13 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetRemoteAuthNotFoundBinding */ -public final class k5 implements ViewBinding { +public final class o5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final MaterialButton b; - public k5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { + public o5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = materialButton; } diff --git a/app/src/main/java/c/a/j/p.java b/app/src/main/java/c/a/i/p.java similarity index 91% rename from app/src/main/java/c/a/j/p.java rename to app/src/main/java/c/a/i/p.java index f9e33f829f..08759a1c0c 100644 --- a/app/src/main/java/c/a/j/p.java +++ b/app/src/main/java/c/a/i/p.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; @@ -13,7 +13,7 @@ public final class p implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f142c; + public final MaterialButton f141c; @NonNull public final MaterialButton d; @NonNull @@ -22,7 +22,7 @@ public final class p implements ViewBinding { public p(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f142c = materialButton2; + this.f141c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/j/o0.java b/app/src/main/java/c/a/i/p0.java similarity index 85% rename from app/src/main/java/c/a/j/o0.java rename to app/src/main/java/c/a/i/p0.java index 3ecd6b6cbb..2eae70338a 100644 --- a/app/src/main/java/c/a/j/o0.java +++ b/app/src/main/java/c/a/i/p0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -8,7 +8,7 @@ import androidx.recyclerview.widget.RecyclerView; import androidx.viewbinding.ViewBinding; import com.discord.views.OverlayMenuView; /* compiled from: OverlayBubbleMenuBinding */ -public final class o0 implements ViewBinding { +public final class p0 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,7 +16,7 @@ public final class o0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f136c; + public final View f142c; @NonNull public final TextView d; @NonNull @@ -24,10 +24,10 @@ public final class o0 implements ViewBinding { @NonNull public final OverlayMenuView f; - public o0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull OverlayMenuView overlayMenuView) { + 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.f136c = view; + this.f142c = view; this.d = textView; this.e = recyclerView; this.f = overlayMenuView; diff --git a/app/src/main/java/c/a/j/o1.java b/app/src/main/java/c/a/i/p1.java similarity index 85% rename from app/src/main/java/c/a/j/o1.java rename to app/src/main/java/c/a/i/p1.java index 2ee4e1be64..190476904a 100644 --- a/app/src/main/java/c/a/j/o1.java +++ b/app/src/main/java/c/a/i/p1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.StatusView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: UserAvatarPresenceViewBinding */ -public final class o1 implements ViewBinding { +public final class p1 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -17,16 +17,16 @@ public final class o1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f137c; + public final ImageView f143c; @NonNull public final SimpleDraweeView d; @NonNull public final StatusView e; - public o1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) { + public p1(@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.f137c = imageView; + this.f143c = imageView; this.d = simpleDraweeView2; this.e = statusView; } diff --git a/app/src/main/java/c/a/j/m2.java b/app/src/main/java/c/a/i/p2.java similarity index 76% rename from app/src/main/java/c/a/j/m2.java rename to app/src/main/java/c/a/i/p2.java index 319093ffac..0e3155df22 100644 --- a/app/src/main/java/c/a/j/m2.java +++ b/app/src/main/java/c/a/i/p2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; @@ -6,7 +6,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.CutoutView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewPileItemBinding */ -public final class m2 implements ViewBinding { +public final class p2 implements ViewBinding { @NonNull public final CutoutView a; @NonNull @@ -14,12 +14,12 @@ public final class m2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f129c; + public final SimpleDraweeView f144c; - public m2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { + public p2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { this.a = cutoutView; this.b = simpleDraweeView; - this.f129c = simpleDraweeView2; + this.f144c = simpleDraweeView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/l3.java b/app/src/main/java/c/a/i/p3.java similarity index 76% rename from app/src/main/java/c/a/j/l3.java rename to app/src/main/java/c/a/i/p3.java index 2b89562dab..ed9278151d 100644 --- a/app/src/main/java/c/a/j/l3.java +++ b/app/src/main/java/c/a/i/p3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; @@ -6,7 +6,7 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.google.android.material.switchmaterial.SwitchMaterial; /* compiled from: ViewSettingSwitchBinding */ -public final class l3 implements ViewBinding { +public final class p3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class l3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f125c; + public final ConstraintLayout f145c; - public l3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { + public p3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { this.a = view; this.b = switchMaterial; - this.f125c = constraintLayout; + this.f145c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/l4.java b/app/src/main/java/c/a/i/p4.java similarity index 83% rename from app/src/main/java/c/a/j/l4.java rename to app/src/main/java/c/a/i/p4.java index e61ff7c808..e24b6c8511 100644 --- a/app/src/main/java/c/a/j/l4.java +++ b/app/src/main/java/c/a/i/p4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,13 +7,13 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetChatInputPermReqFilesBinding */ -public final class l4 implements ViewBinding { +public final class p4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final TextView b; - public l4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { + public p4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = textView; } diff --git a/app/src/main/java/c/a/j/p5.java b/app/src/main/java/c/a/i/p5.java similarity index 75% rename from app/src/main/java/c/a/j/p5.java rename to app/src/main/java/c/a/i/p5.java index a20f2b015d..95f5572d55 100644 --- a/app/src/main/java/c/a/j/p5.java +++ b/app/src/main/java/c/a/i/p5.java @@ -1,11 +1,12 @@ -package c.a.j; +package c.a.i; import android.view.View; 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 p5 implements ViewBinding { @NonNull public final LinearLayout a; @@ -15,11 +16,14 @@ public final class p5 implements ViewBinding { /* renamed from: c reason: collision with root package name */ public final MaterialButton f146c; + @NonNull + public final SwitchMaterial d; - public p5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + public p5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { this.a = linearLayout; this.b = materialButton; this.f146c = materialButton2; + this.d = switchMaterial; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/q.java b/app/src/main/java/c/a/i/q.java similarity index 96% rename from app/src/main/java/c/a/j/q.java rename to app/src/main/java/c/a/i/q.java index 5c35072474..f6f5c9f5b0 100644 --- a/app/src/main/java/c/a/j/q.java +++ b/app/src/main/java/c/a/i/q.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; diff --git a/app/src/main/java/c/a/j/p0.java b/app/src/main/java/c/a/i/q0.java similarity index 77% rename from app/src/main/java/c/a/j/p0.java rename to app/src/main/java/c/a/i/q0.java index 96275d1a43..944355bff1 100644 --- a/app/src/main/java/c/a/j/p0.java +++ b/app/src/main/java/c/a/i/q0.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.VoiceUserView; /* compiled from: OverlayMenuVoiceMembersItemBinding */ -public final class p0 implements ViewBinding { +public final class q0 implements ViewBinding { @NonNull public final VoiceUserView a; - public p0(@NonNull VoiceUserView voiceUserView) { + public q0(@NonNull VoiceUserView voiceUserView) { this.a = voiceUserView; } diff --git a/app/src/main/java/c/a/j/p1.java b/app/src/main/java/c/a/i/q1.java similarity index 78% rename from app/src/main/java/c/a/j/p1.java rename to app/src/main/java/c/a/i/q1.java index 949539198c..aa5e2a01a8 100644 --- a/app/src/main/java/c/a/j/p1.java +++ b/app/src/main/java/c/a/i/q1.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.calls.VideoCallParticipantView; /* compiled from: VideoCallGridItemBinding */ -public final class p1 implements ViewBinding { +public final class q1 implements ViewBinding { @NonNull public final VideoCallParticipantView a; - public p1(@NonNull VideoCallParticipantView videoCallParticipantView) { + public q1(@NonNull VideoCallParticipantView videoCallParticipantView) { this.a = videoCallParticipantView; } diff --git a/app/src/main/java/c/a/j/n2.java b/app/src/main/java/c/a/i/q2.java similarity index 83% rename from app/src/main/java/c/a/j/n2.java rename to app/src/main/java/c/a/i/q2.java index d0c4b07493..19f97add8b 100644 --- a/app/src/main/java/c/a/j/n2.java +++ b/app/src/main/java/c/a/i/q2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.chip.Chip; /* compiled from: ViewPremiumGuildConfirmationBinding */ -public final class n2 implements ViewBinding { +public final class q2 implements ViewBinding { @NonNull public final View a; @NonNull @@ -16,7 +16,7 @@ public final class n2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f133c; + public final TextView f147c; @NonNull public final Chip d; @NonNull @@ -24,10 +24,10 @@ public final class n2 implements ViewBinding { @NonNull public final ImageView f; - public n2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) { + public q2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) { this.a = view; this.b = simpleDraweeView; - this.f133c = textView; + this.f147c = textView; this.d = chip; this.e = chip2; this.f = imageView; diff --git a/app/src/main/java/c/a/j/m3.java b/app/src/main/java/c/a/i/q3.java similarity index 81% rename from app/src/main/java/c/a/j/m3.java rename to app/src/main/java/c/a/i/q3.java index 771b804c70..4c2993ffce 100644 --- a/app/src/main/java/c/a/j/m3.java +++ b/app/src/main/java/c/a/i/q3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.appcompat.widget.LinearLayoutCompat; import androidx.viewbinding.ViewBinding; /* compiled from: ViewSettingsPremiumGuildNoGuildsBinding */ -public final class m3 implements ViewBinding { +public final class q3 implements ViewBinding { @NonNull public final LinearLayoutCompat a; @NonNull @@ -15,14 +15,14 @@ public final class m3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f130c; + public final TextView f148c; @NonNull public final TextView d; - public m3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + public q3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayoutCompat; this.b = imageView; - this.f130c = textView; + this.f148c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/j/m4.java b/app/src/main/java/c/a/i/q4.java similarity index 83% rename from app/src/main/java/c/a/j/m4.java rename to app/src/main/java/c/a/i/q4.java index be0589f2dd..54dc5ee467 100644 --- a/app/src/main/java/c/a/j/m4.java +++ b/app/src/main/java/c/a/i/q4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.sticker.StickerView; /* compiled from: WidgetChatInputStickerSuggestionsBinding */ -public final class m4 implements ViewBinding { +public final class q4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,7 +15,7 @@ public final class m4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final StickerView f131c; + public final StickerView f149c; @NonNull public final StickerView d; @NonNull @@ -23,10 +23,10 @@ public final class m4 implements ViewBinding { @NonNull public final ImageView f; - public m4(@NonNull LinearLayout linearLayout, @NonNull StickerView stickerView, @NonNull StickerView stickerView2, @NonNull StickerView stickerView3, @NonNull StickerView stickerView4, @NonNull ImageView imageView) { + public q4(@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.f131c = stickerView2; + this.f149c = stickerView2; this.d = stickerView3; this.e = stickerView4; this.f = imageView; diff --git a/app/src/main/java/c/a/j/m5.java b/app/src/main/java/c/a/i/q5.java similarity index 81% rename from app/src/main/java/c/a/j/m5.java rename to app/src/main/java/c/a/i/q5.java index 0137d325ff..087956e09b 100644 --- a/app/src/main/java/c/a/j/m5.java +++ b/app/src/main/java/c/a/i/q5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,13 +6,13 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetRemoteAuthSuccessBinding */ -public final class m5 implements ViewBinding { +public final class q5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final MaterialButton b; - public m5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { + public q5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = materialButton; } diff --git a/app/src/main/java/c/a/j/r.java b/app/src/main/java/c/a/i/r.java similarity index 97% rename from app/src/main/java/c/a/j/r.java rename to app/src/main/java/c/a/i/r.java index 705d4896d4..d90e88e466 100644 --- a/app/src/main/java/c/a/j/r.java +++ b/app/src/main/java/c/a/i/r.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; diff --git a/app/src/main/java/c/a/j/q0.java b/app/src/main/java/c/a/i/r0.java similarity index 81% rename from app/src/main/java/c/a/j/q0.java rename to app/src/main/java/c/a/i/r0.java index 5e1288ff3c..696332b18b 100644 --- a/app/src/main/java/c/a/j/q0.java +++ b/app/src/main/java/c/a/i/r0.java @@ -1,17 +1,17 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: OverlayVoiceBubbleBinding */ -public final class q0 implements ViewBinding { +public final class r0 implements ViewBinding { @NonNull public final SimpleDraweeView a; @NonNull public final SimpleDraweeView b; - public q0(@NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { + public r0(@NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { this.a = simpleDraweeView; this.b = simpleDraweeView2; } diff --git a/app/src/main/java/c/a/j/q1.java b/app/src/main/java/c/a/i/r1.java similarity index 83% rename from app/src/main/java/c/a/j/q1.java rename to app/src/main/java/c/a/i/r1.java index 89b5f8a087..cfabe90ad2 100644 --- a/app/src/main/java/c/a/j/q1.java +++ b/app/src/main/java/c/a/i/r1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; /* compiled from: ViewAccountCreditBinding */ -public final class q1 implements ViewBinding { +public final class r1 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -16,16 +16,16 @@ public final class q1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f147c; + public final ImageView f150c; @NonNull public final TextView d; @NonNull public final TextView e; - public q1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3) { + public r1(@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.f147c = imageView; + this.f150c = imageView; this.d = textView2; this.e = textView3; } diff --git a/app/src/main/java/c/a/j/o2.java b/app/src/main/java/c/a/i/r2.java similarity index 89% rename from app/src/main/java/c/a/j/o2.java rename to app/src/main/java/c/a/i/r2.java index 926010df9a..0595f1ff53 100644 --- a/app/src/main/java/c/a/j/o2.java +++ b/app/src/main/java/c/a/i/r2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -10,7 +10,7 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; /* compiled from: ViewPremiumGuildProgressBarBinding */ -public final class o2 implements ViewBinding { +public final class r2 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -18,7 +18,7 @@ public final class o2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f138c; + public final ImageView f151c; @NonNull public final ImageView d; @NonNull @@ -32,10 +32,10 @@ public final class o2 implements ViewBinding { @NonNull public final TextView i; - public o2(@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) { + public r2(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3, @NonNull ImageView imageView4, @NonNull TextView textView3) { this.a = constraintLayout; this.b = progressBar; - this.f138c = imageView; + this.f151c = imageView; this.d = imageView2; this.e = textView; this.f = imageView3; diff --git a/app/src/main/java/c/a/j/n3.java b/app/src/main/java/c/a/i/r3.java similarity index 78% rename from app/src/main/java/c/a/j/n3.java rename to app/src/main/java/c/a/i/r3.java index a1d978c6e1..a4aca48b3a 100644 --- a/app/src/main/java/c/a/j/n3.java +++ b/app/src/main/java/c/a/i/r3.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewSimpleSpinnerDropdownItemBinding */ -public final class n3 implements ViewBinding { +public final class r3 implements ViewBinding { @NonNull public final TextView a; - public n3(@NonNull TextView textView) { + public r3(@NonNull TextView textView) { this.a = textView; } diff --git a/app/src/main/java/c/a/j/n4.java b/app/src/main/java/c/a/i/r4.java similarity index 81% rename from app/src/main/java/c/a/j/n4.java rename to app/src/main/java/c/a/i/r4.java index 774e4cd8ef..2ae7dc56b5 100644 --- a/app/src/main/java/c/a/j/n4.java +++ b/app/src/main/java/c/a/i/r4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,11 +6,11 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; /* compiled from: WidgetChatListAdapterItemEmbedFieldBinding */ -public final class n4 implements ViewBinding { +public final class r4 implements ViewBinding { @NonNull public final LinearLayout a; - public n4(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2) { + public r4(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2) { this.a = linearLayout; } diff --git a/app/src/main/java/c/a/j/n5.java b/app/src/main/java/c/a/i/r5.java similarity index 81% rename from app/src/main/java/c/a/j/n5.java rename to app/src/main/java/c/a/i/r5.java index 165fe76d58..535c248b18 100644 --- a/app/src/main/java/c/a/j/n5.java +++ b/app/src/main/java/c/a/i/r5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetServerSettingsConfirmDisableIntegrationBinding */ -public final class n5 implements ViewBinding { +public final class r5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,14 +15,14 @@ public final class n5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f134c; + public final MaterialButton f152c; @NonNull public final MaterialButton d; - public n5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + public r5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f134c = materialButton; + this.f152c = materialButton; this.d = materialButton2; } diff --git a/app/src/main/java/c/a/i/s.java b/app/src/main/java/c/a/i/s.java new file mode 100644 index 0000000000..ae6cdfc997 --- /dev/null +++ b/app/src/main/java/c/a/i/s.java @@ -0,0 +1,30 @@ +package c.a.i; + +import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +/* compiled from: IconRowBinding */ +public final class s implements ViewBinding { + @NonNull + public final View a; + @NonNull + public final ImageView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f153c; + + public s(@NonNull View view, @NonNull View view2, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = view; + this.b = imageView; + this.f153c = textView; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/r0.java b/app/src/main/java/c/a/i/s0.java similarity index 89% rename from app/src/main/java/c/a/j/r0.java rename to app/src/main/java/c/a/i/s0.java index 5db0b9c46d..8dfbc26d07 100644 --- a/app/src/main/java/c/a/j/r0.java +++ b/app/src/main/java/c/a/i/s0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.LayoutInflater; import android.view.View; @@ -13,7 +13,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.R; import com.google.android.material.textfield.TextInputLayout; /* compiled from: OverlayVoiceChannelSelectorBinding */ -public final class r0 implements ViewBinding { +public final class s0 implements ViewBinding { @NonNull public final CardView a; @NonNull @@ -21,7 +21,7 @@ public final class r0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CardView f152c; + public final CardView f154c; @NonNull public final TextView d; @NonNull @@ -29,17 +29,17 @@ public final class r0 implements ViewBinding { @NonNull public final RecyclerView f; - public r0(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) { + 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.f154c = cardView2; this.d = textView; this.e = textInputLayout; this.f = recyclerView; } @NonNull - public static r0 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + public static s0 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { View inflate = layoutInflater.inflate(R.layout.overlay_voice_channel_selector, viewGroup, false); if (z2) { viewGroup.addView(inflate); @@ -60,7 +60,7 @@ public final class r0 implements ViewBinding { i = R.id.test; TextView textView2 = (TextView) inflate.findViewById(R.id.test); if (textView2 != null) { - return new r0(cardView, imageView, cardView, textView, textInputLayout, recyclerView, textView2); + return new s0(cardView, imageView, cardView, textView, textInputLayout, recyclerView, textView2); } } } diff --git a/app/src/main/java/c/a/j/r1.java b/app/src/main/java/c/a/i/s1.java similarity index 87% rename from app/src/main/java/c/a/j/r1.java rename to app/src/main/java/c/a/i/s1.java index 8b47cfc998..9fa2a9ce3c 100644 --- a/app/src/main/java/c/a/j/r1.java +++ b/app/src/main/java/c/a/i/s1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -9,7 +9,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: ViewActiveSubscriptionBinding */ -public final class r1 implements ViewBinding { +public final class s1 implements ViewBinding { @NonNull public final FrameLayout a; @NonNull @@ -17,7 +17,7 @@ public final class r1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f153c; + public final ImageView f155c; @NonNull public final ImageView d; @NonNull @@ -31,10 +31,10 @@ public final class r1 implements ViewBinding { @NonNull public final MaterialButton i; - public r1(@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) { + public s1(@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.f153c = imageView; + this.f155c = imageView; this.d = imageView2; this.e = imageView3; this.f = textView2; diff --git a/app/src/main/java/c/a/j/p2.java b/app/src/main/java/c/a/i/s2.java similarity index 80% rename from app/src/main/java/c/a/j/p2.java rename to app/src/main/java/c/a/i/s2.java index bdb59947a6..d7501f19db 100644 --- a/app/src/main/java/c/a/j/p2.java +++ b/app/src/main/java/c/a/i/s2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -8,7 +8,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewPremiumGuildProgressBinding */ -public final class p2 implements ViewBinding { +public final class s2 implements ViewBinding { @NonNull public final FrameLayout a; @NonNull @@ -16,14 +16,14 @@ public final class p2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f143c; + public final TextView f156c; @NonNull public final ProgressBar d; - public p2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { + public s2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { this.a = frameLayout; this.b = imageView; - this.f143c = textView; + this.f156c = textView; this.d = progressBar; } diff --git a/app/src/main/java/c/a/j/o3.java b/app/src/main/java/c/a/i/s3.java similarity index 86% rename from app/src/main/java/c/a/j/o3.java rename to app/src/main/java/c/a/i/s3.java index 5b34677571..e4359ad10d 100644 --- a/app/src/main/java/c/a/j/o3.java +++ b/app/src/main/java/c/a/i/s3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.VoiceUserView; import com.discord.views.calls.SpeakerPulseView; /* compiled from: ViewStageChannelSpeakerBinding */ -public final class o3 implements ViewBinding { +public final class s3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -16,7 +16,7 @@ public final class o3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f139c; + public final ImageView f157c; @NonNull public final ImageView d; @NonNull @@ -28,10 +28,10 @@ public final class o3 implements ViewBinding { @NonNull public final SpeakerPulseView h; - public o3(@NonNull View view, @NonNull VoiceUserView voiceUserView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull TextView textView, @NonNull SpeakerPulseView speakerPulseView) { + public s3(@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.f139c = imageView; + this.f157c = imageView; this.d = imageView2; this.e = imageView3; this.f = imageView4; diff --git a/app/src/main/java/c/a/j/o4.java b/app/src/main/java/c/a/i/s4.java similarity index 85% rename from app/src/main/java/c/a/j/o4.java rename to app/src/main/java/c/a/i/s4.java index d384d61277..7c71f1537a 100644 --- a/app/src/main/java/c/a/j/o4.java +++ b/app/src/main/java/c/a/i/s4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -10,7 +10,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: WidgetChatListAdapterItemSingleLineMessagePreviewBinding */ -public final class o4 implements ViewBinding { +public final class s4 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -18,16 +18,16 @@ public final class o4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f140c; + public final LinkifiedTextView f158c; @NonNull public final SimpleDraweeView d; @NonNull public final TextView e; - public o4(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull Guideline guideline2, @NonNull Guideline guideline3) { + public s4(@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.f140c = linkifiedTextView; + this.f158c = linkifiedTextView; this.d = simpleDraweeView; this.e = textView; } diff --git a/app/src/main/java/c/a/j/o5.java b/app/src/main/java/c/a/i/s5.java similarity index 81% rename from app/src/main/java/c/a/j/o5.java rename to app/src/main/java/c/a/i/s5.java index 323f4b8f1e..e889d475d1 100644 --- a/app/src/main/java/c/a/j/o5.java +++ b/app/src/main/java/c/a/i/s5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,7 +6,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetServerSettingsOverviewSectionAfkChannelBinding */ -public final class o5 implements ViewBinding { +public final class s5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -14,16 +14,16 @@ public final class o5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f141c; + public final LinearLayout f159c; @NonNull public final TextView d; @NonNull public final LinearLayout e; - public o5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { + public s5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { this.a = linearLayout; this.b = textView; - this.f141c = linearLayout2; + this.f159c = linearLayout2; this.d = textView2; this.e = linearLayout3; } diff --git a/app/src/main/java/c/a/j/s.java b/app/src/main/java/c/a/i/t.java similarity index 84% rename from app/src/main/java/c/a/j/s.java rename to app/src/main/java/c/a/i/t.java index 454138c67f..3703a629ed 100644 --- a/app/src/main/java/c/a/j/s.java +++ b/app/src/main/java/c/a/i/t.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; /* compiled from: ImageUploadDialogBinding */ -public final class s implements ViewBinding { +public final class t implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,16 +16,16 @@ public final class s implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f157c; + public final TextView f160c; @NonNull public final SimpleDraweeView d; @NonNull public final MaterialButton e; - public s(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) { + public t(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f157c = textView; + this.f160c = textView; this.d = simpleDraweeView; this.e = materialButton2; } diff --git a/app/src/main/java/c/a/j/s0.java b/app/src/main/java/c/a/i/t0.java similarity index 85% rename from app/src/main/java/c/a/j/s0.java rename to app/src/main/java/c/a/i/t0.java index 958fe0f5c0..35d58ca396 100644 --- a/app/src/main/java/c/a/j/s0.java +++ b/app/src/main/java/c/a/i/t0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: PremiumActivatedDialogBinding */ -public final class s0 implements ViewBinding { +public final class t0 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,7 +16,7 @@ public final class s0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f158c; + public final TextView f161c; @NonNull public final ImageView d; @NonNull @@ -26,10 +26,10 @@ public final class s0 implements ViewBinding { @NonNull public final ImageView g; - public s0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4) { + 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.f158c = textView; + this.f161c = textView; this.d = imageView; this.e = imageView2; this.f = imageView3; diff --git a/app/src/main/java/c/a/j/s1.java b/app/src/main/java/c/a/i/t1.java similarity index 83% rename from app/src/main/java/c/a/j/s1.java rename to app/src/main/java/c/a/i/t1.java index 1310cebf01..110e3257d8 100644 --- a/app/src/main/java/c/a/j/s1.java +++ b/app/src/main/java/c/a/i/t1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,11 +8,11 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; /* compiled from: ViewAddOverrideItemBinding */ -public final class s1 implements ViewBinding { +public final class t1 implements ViewBinding { @NonNull public final ConstraintLayout a; - public s1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull ImageView imageView) { + public t1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull ImageView imageView) { this.a = constraintLayout; } diff --git a/app/src/main/java/c/a/j/q2.java b/app/src/main/java/c/a/i/t2.java similarity index 87% rename from app/src/main/java/c/a/j/q2.java rename to app/src/main/java/c/a/i/t2.java index 59781f9d79..67cd96b26e 100644 --- a/app/src/main/java/c/a/j/q2.java +++ b/app/src/main/java/c/a/i/t2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: ViewPremiumMarketingBinding */ -public final class q2 implements ViewBinding { +public final class t2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,7 +15,7 @@ public final class q2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f148c; + public final MaterialButton f162c; @NonNull public final LinearLayout d; @NonNull @@ -31,10 +31,10 @@ public final class q2 implements ViewBinding { @NonNull public final TextView j; - public q2(@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) { + public t2(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout3, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull TextView textView6) { this.a = linearLayout; this.b = linearLayout2; - this.f148c = materialButton; + this.f162c = materialButton; this.d = linearLayout3; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/c/a/j/p3.java b/app/src/main/java/c/a/i/t3.java similarity index 80% rename from app/src/main/java/c/a/j/p3.java rename to app/src/main/java/c/a/i/t3.java index d28e47f546..1109c2aae1 100644 --- a/app/src/main/java/c/a/j/p3.java +++ b/app/src/main/java/c/a/i/t3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -7,7 +7,7 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewStageChannelVisitCommunityBinding */ -public final class p3 implements ViewBinding { +public final class t3 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -15,12 +15,12 @@ public final class p3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f144c; + public final TextView f163c; - public p3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { + public t3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f144c = textView; + this.f163c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/p4.java b/app/src/main/java/c/a/i/t4.java similarity index 83% rename from app/src/main/java/c/a/j/p4.java rename to app/src/main/java/c/a/i/t4.java index f3a217768d..50e39c37c3 100644 --- a/app/src/main/java/c/a/j/p4.java +++ b/app/src/main/java/c/a/i/t4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -10,7 +10,7 @@ import com.discord.R; import com.discord.widgets.botuikit.views.ActionRowComponentView; import com.google.android.flexbox.FlexboxLayout; /* compiled from: WidgetChatListBotUiActionRowComponentBinding */ -public final class p4 implements ViewBinding { +public final class t4 implements ViewBinding { @NonNull public final ActionRowComponentView a; @NonNull @@ -18,16 +18,16 @@ public final class p4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final d2 f145c; + public final g2 f164c; - public p4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull d2 d2Var) { + public t4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull g2 g2Var) { this.a = actionRowComponentView; this.b = flexboxLayout; - this.f145c = d2Var; + this.f164c = g2Var; } @NonNull - public static p4 a(@NonNull View view) { + public static t4 a(@NonNull View view) { int i = R.id.action_row_component_view_group; FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.action_row_component_view_group); if (flexboxLayout != null) { @@ -40,7 +40,7 @@ public final class p4 implements ViewBinding { i2 = R.id.view_interaction_failed_label_message; TextView textView = (TextView) findViewById.findViewById(R.id.view_interaction_failed_label_message); if (textView != null) { - return new p4((ActionRowComponentView) view, flexboxLayout, new d2((ConstraintLayout) findViewById, imageView, textView)); + return new t4((ActionRowComponentView) view, flexboxLayout, new g2((ConstraintLayout) findViewById, imageView, textView)); } } throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); diff --git a/app/src/main/java/c/a/j/l5.java b/app/src/main/java/c/a/i/t5.java similarity index 58% rename from app/src/main/java/c/a/j/l5.java rename to app/src/main/java/c/a/i/t5.java index c251addb45..e1c7ed96bf 100644 --- a/app/src/main/java/c/a/j/l5.java +++ b/app/src/main/java/c/a/i/t5.java @@ -1,13 +1,12 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -import com.google.android.material.switchmaterial.SwitchMaterial; -/* compiled from: WidgetRemoteAuthPendingLoginBinding */ -public final class l5 implements ViewBinding { +/* compiled from: WidgetSettingsPrivacyDefaultsBinding */ +public final class t5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,15 +14,12 @@ public final class l5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f126c; - @NonNull - public final SwitchMaterial d; + public final MaterialButton f165c; - public l5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { + public t5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f126c = materialButton2; - this.d = switchMaterial; + this.f165c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/t.java b/app/src/main/java/c/a/i/u.java similarity index 89% rename from app/src/main/java/c/a/j/t.java rename to app/src/main/java/c/a/i/u.java index 51223f8d15..40410bc52e 100644 --- a/app/src/main/java/c/a/j/t.java +++ b/app/src/main/java/c/a/i/u.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; import com.google.android.material.switchmaterial.SwitchMaterial; /* compiled from: ImageUploadFailedDialogBinding */ -public final class t implements ViewBinding { +public final class u implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -17,7 +17,7 @@ public final class t implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SwitchMaterial f163c; + public final SwitchMaterial f166c; @NonNull public final RelativeLayout d; @NonNull @@ -33,10 +33,10 @@ public final class t implements ViewBinding { @NonNull public final TextView j; - public t(@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) { + 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.f163c = switchMaterial; + this.f166c = switchMaterial; this.d = relativeLayout2; this.e = view; this.f = materialButton2; diff --git a/app/src/main/java/c/a/j/t0.java b/app/src/main/java/c/a/i/u0.java similarity index 79% rename from app/src/main/java/c/a/j/t0.java rename to app/src/main/java/c/a/i/u0.java index ccc6685e24..668c91974c 100644 --- a/app/src/main/java/c/a/j/t0.java +++ b/app/src/main/java/c/a/i/u0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: PremiumAndPremiumGuildActivatedDialogBinding */ -public final class t0 implements ViewBinding { +public final class u0 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,12 +15,12 @@ public final class t0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f164c; + public final TextView f167c; - public t0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { + public u0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f164c = textView; + this.f167c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/t1.java b/app/src/main/java/c/a/i/u1.java similarity index 75% rename from app/src/main/java/c/a/j/t1.java rename to app/src/main/java/c/a/i/u1.java index 8aeb16b004..94eb5482a7 100644 --- a/app/src/main/java/c/a/j/t1.java +++ b/app/src/main/java/c/a/i/u1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -6,7 +6,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewChatActionItemBinding */ -public final class t1 implements ViewBinding { +public final class u1 implements ViewBinding { @NonNull public final View a; @NonNull @@ -14,12 +14,12 @@ public final class t1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f165c; + public final TextView f168c; - public t1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { + public u1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = imageView; - this.f165c = textView; + this.f168c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/u2.java b/app/src/main/java/c/a/i/u2.java similarity index 76% rename from app/src/main/java/c/a/j/u2.java rename to app/src/main/java/c/a/i/u2.java index 588dca20f5..570ebef64c 100644 --- a/app/src/main/java/c/a/j/u2.java +++ b/app/src/main/java/c/a/i/u2.java @@ -1,11 +1,11 @@ -package c.a.j; +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: ViewPremiumUpsellInfoBinding */ +/* compiled from: ViewPremiumSettingsPerksBinding */ public final class u2 implements ViewBinding { @NonNull public final LinearLayout a; @@ -14,15 +14,18 @@ public final class u2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f172c; + public final TextView f169c; @NonNull public final TextView d; + @NonNull + public final TextView e; - public u2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + public u2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = linearLayout; this.b = textView; - this.f172c = textView2; + this.f169c = textView2; this.d = textView3; + this.e = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/q3.java b/app/src/main/java/c/a/i/u3.java similarity index 88% rename from app/src/main/java/c/a/j/q3.java rename to app/src/main/java/c/a/i/u3.java index 11ac94a206..0daaea98cb 100644 --- a/app/src/main/java/c/a/j/q3.java +++ b/app/src/main/java/c/a/i/u3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -11,7 +11,7 @@ import androidx.viewpager2.widget.ViewPager2; import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; /* compiled from: ViewStepsBinding */ -public final class q3 implements ViewBinding { +public final class u3 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -19,7 +19,7 @@ public final class q3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f149c; + public final TextView f170c; @NonNull public final ImageView d; @NonNull @@ -31,10 +31,10 @@ public final class q3 implements ViewBinding { @NonNull public final ViewPager2 h; - public q3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull ViewPager2 viewPager2) { + public u3(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LoadingButton loadingButton, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull ViewPager2 viewPager2) { this.a = relativeLayout; this.b = linearLayout; - this.f149c = textView; + this.f170c = textView; this.d = imageView; this.e = loadingButton; this.f = materialButton; diff --git a/app/src/main/java/c/a/j/q4.java b/app/src/main/java/c/a/i/u4.java similarity index 89% rename from app/src/main/java/c/a/j/q4.java rename to app/src/main/java/c/a/i/u4.java index ccf9fefe3e..1ebb0463f1 100644 --- a/app/src/main/java/c/a/j/q4.java +++ b/app/src/main/java/c/a/i/u4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -11,7 +11,7 @@ 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 q4 implements ViewBinding { +public final class u4 implements ViewBinding { @NonNull public final SelectComponentView a; @NonNull @@ -19,7 +19,7 @@ public final class q4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDots f150c; + public final TypingDots f171c; @NonNull public final SimpleDraweeView d; @NonNull @@ -27,17 +27,17 @@ public final class q4 implements ViewBinding { @NonNull public final FlexboxLayout f; - public q4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { + public u4(@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.f150c = typingDots; + this.f171c = typingDots; this.d = simpleDraweeView; this.e = materialTextView; this.f = flexboxLayout; } @NonNull - public static q4 a(@NonNull View view) { + public static u4 a(@NonNull View view) { int i = R.id.select_component_chevron; ImageView imageView = (ImageView) view.findViewById(R.id.select_component_chevron); if (imageView != null) { @@ -53,7 +53,7 @@ public final class q4 implements ViewBinding { i = R.id.select_component_selections_root; FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.select_component_selections_root); if (flexboxLayout != null) { - return new q4((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); + return new u4((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); } } } diff --git a/app/src/main/java/c/a/j/q5.java b/app/src/main/java/c/a/i/u5.java similarity index 89% rename from app/src/main/java/c/a/j/q5.java rename to app/src/main/java/c/a/i/u5.java index eec27b4816..6161ff8476 100644 --- a/app/src/main/java/c/a/j/q5.java +++ b/app/src/main/java/c/a/i/u5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -11,7 +11,7 @@ import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetStageChannelRichPresenceBinding */ -public final class q5 implements ViewBinding { +public final class u5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -19,7 +19,7 @@ public final class q5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f151c; + public final TextView f172c; @NonNull public final TextView d; @NonNull @@ -33,10 +33,10 @@ public final class q5 implements ViewBinding { @NonNull public final TextView i; - public q5(@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 u5(@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.f151c = textView; + this.f172c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = textView3; diff --git a/app/src/main/java/c/a/j/u.java b/app/src/main/java/c/a/i/v.java similarity index 84% rename from app/src/main/java/c/a/j/u.java rename to app/src/main/java/c/a/i/v.java index 3b4781ac99..d1318340df 100644 --- a/app/src/main/java/c/a/j/u.java +++ b/app/src/main/java/c/a/i/v.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: IntegrationSyncSettingsBinding */ -public final class u implements ViewBinding { +public final class v implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,7 +15,7 @@ public final class u implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f169c; + public final TextView f173c; @NonNull public final RelativeLayout d; @NonNull @@ -23,10 +23,10 @@ public final class u implements ViewBinding { @NonNull public final RelativeLayout f; - public u(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) { + 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.f169c = textView2; + this.f173c = textView2; this.d = relativeLayout; this.e = textView3; this.f = relativeLayout2; diff --git a/app/src/main/java/c/a/j/u0.java b/app/src/main/java/c/a/i/v0.java similarity index 84% rename from app/src/main/java/c/a/j/u0.java rename to app/src/main/java/c/a/i/v0.java index 1d89e48c55..438437a25c 100644 --- a/app/src/main/java/c/a/j/u0.java +++ b/app/src/main/java/c/a/i/v0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.airbnb.lottie.LottieAnimationView; import com.google.android.material.button.MaterialButton; /* compiled from: PremiumGuildSubscriptionActivatedDialogBinding */ -public final class u0 implements ViewBinding { +public final class v0 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,16 +16,16 @@ public final class u0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f170c; + public final TextView f174c; @NonNull public final LottieAnimationView d; @NonNull public final MaterialButton e; - public u0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) { + public v0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f170c = textView2; + this.f174c = textView2; this.d = lottieAnimationView; this.e = materialButton; } diff --git a/app/src/main/java/c/a/j/u1.java b/app/src/main/java/c/a/i/v1.java similarity index 80% rename from app/src/main/java/c/a/j/u1.java rename to app/src/main/java/c/a/i/v1.java index 994c7e4b26..7f93a92cfc 100644 --- a/app/src/main/java/c/a/j/u1.java +++ b/app/src/main/java/c/a/i/v1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; /* compiled from: ViewChatUploadBinding */ -public final class u1 implements ViewBinding { +public final class v1 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -15,14 +15,14 @@ public final class u1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f171c; + public final ImageView f175c; @NonNull public final TextView d; - public u1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { + public v1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { this.a = constraintLayout; this.b = textView; - this.f171c = imageView2; + this.f175c = imageView2; this.d = textView2; } diff --git a/app/src/main/java/c/a/j/s2.java b/app/src/main/java/c/a/i/v2.java similarity index 80% rename from app/src/main/java/c/a/j/s2.java rename to app/src/main/java/c/a/i/v2.java index 09c1812799..3f35c9a6f0 100644 --- a/app/src/main/java/c/a/j/s2.java +++ b/app/src/main/java/c/a/i/v2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: ViewPremiumSettingsTier1Binding */ -public final class s2 implements ViewBinding { +public final class v2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,14 +15,14 @@ public final class s2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f159c; + public final TextView f176c; @NonNull public final TextView d; - public s2(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { + public v2(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = materialButton; - this.f159c = textView; + this.f176c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/j/r3.java b/app/src/main/java/c/a/i/v3.java similarity index 81% rename from app/src/main/java/c/a/j/r3.java rename to app/src/main/java/c/a/i/v3.java index dd0fb7b9b6..6cdb0d6c28 100644 --- a/app/src/main/java/c/a/j/r3.java +++ b/app/src/main/java/c/a/i/v3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -7,7 +7,7 @@ import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewStreamPreviewBinding */ -public final class r3 implements ViewBinding { +public final class v3 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -15,14 +15,14 @@ public final class r3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f155c; + public final TextView f177c; @NonNull public final TextView d; - public r3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { + public v3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f155c = textView; + this.f177c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/j/r4.java b/app/src/main/java/c/a/i/v4.java similarity index 78% rename from app/src/main/java/c/a/j/r4.java rename to app/src/main/java/c/a/i/v4.java index fd83c0207c..62168bfeee 100644 --- a/app/src/main/java/c/a/j/r4.java +++ b/app/src/main/java/c/a/i/v4.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.textview.MaterialTextView; /* compiled from: WidgetChatListBotUiSelectComponentPillBinding */ -public final class r4 implements ViewBinding { +public final class v4 implements ViewBinding { @NonNull public final MaterialTextView a; - public r4(@NonNull MaterialTextView materialTextView) { + public v4(@NonNull MaterialTextView materialTextView) { this.a = materialTextView; } diff --git a/app/src/main/java/c/a/j/r5.java b/app/src/main/java/c/a/i/v5.java similarity index 88% rename from app/src/main/java/c/a/j/r5.java rename to app/src/main/java/c/a/i/v5.java index d5691192ff..7b5a1cbdaa 100644 --- a/app/src/main/java/c/a/j/r5.java +++ b/app/src/main/java/c/a/i/v5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -9,7 +9,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.StreamPreviewView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: WidgetStreamRichPresenceBinding */ -public final class r5 implements ViewBinding { +public final class v5 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -17,7 +17,7 @@ public final class r5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f156c; + public final TextView f178c; @NonNull public final TextView d; @NonNull @@ -31,10 +31,10 @@ public final class r5 implements ViewBinding { @NonNull public final StreamPreviewView i; - public r5(@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) { + public v5(@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.f156c = textView; + this.f178c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = textView3; diff --git a/app/src/main/java/c/a/j/v.java b/app/src/main/java/c/a/i/w.java similarity index 77% rename from app/src/main/java/c/a/j/v.java rename to app/src/main/java/c/a/i/w.java index 6550f2fec8..7f39462372 100644 --- a/app/src/main/java/c/a/j/v.java +++ b/app/src/main/java/c/a/i/w.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; import androidx.appcompat.widget.AppCompatRadioButton; import androidx.viewbinding.ViewBinding; /* compiled from: InviteSettingsRadioButtonBinding */ -public final class v implements ViewBinding { +public final class w implements ViewBinding { @NonNull public final AppCompatRadioButton a; - public v(@NonNull AppCompatRadioButton appCompatRadioButton) { + public w(@NonNull AppCompatRadioButton appCompatRadioButton) { this.a = appCompatRadioButton; } diff --git a/app/src/main/java/c/a/j/v0.java b/app/src/main/java/c/a/i/w0.java similarity index 86% rename from app/src/main/java/c/a/j/v0.java rename to app/src/main/java/c/a/i/w0.java index 43542e8c70..4f6e8cabb1 100644 --- a/app/src/main/java/c/a/j/v0.java +++ b/app/src/main/java/c/a/i/w0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -10,7 +10,7 @@ import com.discord.app.AppViewFlipper; import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; /* compiled from: PremiumGuildSubscriptionCancelDialogBinding */ -public final class v0 implements ViewBinding { +public final class w0 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -18,7 +18,7 @@ public final class v0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f176c; + public final LoadingButton f179c; @NonNull public final TextView d; @NonNull @@ -28,10 +28,10 @@ public final class v0 implements ViewBinding { @NonNull public final MaterialButton g; - public v0(@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) { + 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.f176c = loadingButton; + this.f179c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/j/v1.java b/app/src/main/java/c/a/i/w1.java similarity index 79% rename from app/src/main/java/c/a/j/v1.java rename to app/src/main/java/c/a/i/w1.java index e77a508ebf..938695fa49 100644 --- a/app/src/main/java/c/a/j/v1.java +++ b/app/src/main/java/c/a/i/w1.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.FailedUploadView; /* compiled from: ViewChatUploadListBinding */ -public final class v1 implements ViewBinding { +public final class w1 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -14,14 +14,14 @@ public final class v1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FailedUploadView f177c; + public final FailedUploadView f180c; @NonNull public final FailedUploadView d; - public v1(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { + public w1(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { this.a = linearLayout; this.b = failedUploadView; - this.f177c = failedUploadView2; + this.f180c = failedUploadView2; this.d = failedUploadView3; } diff --git a/app/src/main/java/c/a/j/t2.java b/app/src/main/java/c/a/i/w2.java similarity index 83% rename from app/src/main/java/c/a/j/t2.java rename to app/src/main/java/c/a/i/w2.java index c018b0e1d1..e6e0c06fe1 100644 --- a/app/src/main/java/c/a/j/t2.java +++ b/app/src/main/java/c/a/i/w2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,13 +7,13 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: ViewPremiumSettingsTier2Binding */ -public final class t2 implements ViewBinding { +public final class w2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final MaterialButton b; - public t2(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull MaterialButton materialButton) { + public w2(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = materialButton; } diff --git a/app/src/main/java/c/a/j/s3.java b/app/src/main/java/c/a/i/w3.java similarity index 88% rename from app/src/main/java/c/a/j/s3.java rename to app/src/main/java/c/a/i/w3.java index 0eb17a2908..fcdb57900f 100644 --- a/app/src/main/java/c/a/j/s3.java +++ b/app/src/main/java/c/a/i/w3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.FrameLayout; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.CheckableImageView; /* compiled from: ViewTernaryCheckboxBinding */ -public final class s3 implements ViewBinding { +public final class w3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,7 +16,7 @@ public final class s3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f160c; + public final View f181c; @NonNull public final View d; @NonNull @@ -30,10 +30,10 @@ public final class s3 implements ViewBinding { @NonNull public final CheckableImageView i; - public s3(@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) { + public w3(@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.f160c = view; + this.f181c = view; this.d = view2; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/c/a/j/s4.java b/app/src/main/java/c/a/i/w4.java similarity index 81% rename from app/src/main/java/c/a/j/s4.java rename to app/src/main/java/c/a/i/w4.java index bd20659749..93519bef8d 100644 --- a/app/src/main/java/c/a/j/s4.java +++ b/app/src/main/java/c/a/i/w4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.views.ChatActionItem; /* compiled from: WidgetDirectoryChannelEmptyBinding */ -public final class s4 implements ViewBinding { +public final class w4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -16,14 +16,14 @@ public final class s4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ChatActionItem f161c; + public final ChatActionItem f182c; @NonNull public final ChatActionItem d; - public s4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { + public w4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { this.a = linearLayout; this.b = textView; - this.f161c = chatActionItem; + this.f182c = chatActionItem; this.d = chatActionItem2; } diff --git a/app/src/main/java/c/a/j/s5.java b/app/src/main/java/c/a/i/w5.java similarity index 80% rename from app/src/main/java/c/a/j/s5.java rename to app/src/main/java/c/a/i/w5.java index 319e659424..a51b9fbc26 100644 --- a/app/src/main/java/c/a/j/s5.java +++ b/app/src/main/java/c/a/i/w5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.LoadingButton; /* compiled from: WidgetUrgentMessageDialogBinding */ -public final class s5 implements ViewBinding { +public final class w5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -15,14 +15,14 @@ public final class s5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f162c; + public final TextView f183c; @NonNull public final TextView d; - public s5(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { + public w5(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = loadingButton; - this.f162c = textView; + this.f183c = textView; this.d = textView2; } diff --git a/app/src/main/java/c/a/j/w.java b/app/src/main/java/c/a/i/x.java similarity index 78% rename from app/src/main/java/c/a/j/w.java rename to app/src/main/java/c/a/i/x.java index ce0ca70e10..da11453575 100644 --- a/app/src/main/java/c/a/j/w.java +++ b/app/src/main/java/c/a/i/x.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import androidx.annotation.NonNull; @@ -6,7 +6,7 @@ import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; import com.discord.views.premium.AccountCreditView; /* compiled from: LayoutAccountCreditsListBinding */ -public final class w implements ViewBinding { +public final class x implements ViewBinding { @NonNull public final CardView a; @NonNull @@ -14,14 +14,14 @@ public final class w implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AccountCreditView f179c; + public final AccountCreditView f184c; @NonNull public final View d; - public w(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) { + public x(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) { this.a = cardView; this.b = accountCreditView; - this.f179c = accountCreditView2; + this.f184c = accountCreditView2; this.d = view; } diff --git a/app/src/main/java/c/a/j/w0.java b/app/src/main/java/c/a/i/x0.java similarity index 87% rename from app/src/main/java/c/a/j/w0.java rename to app/src/main/java/c/a/i/x0.java index 48332a2801..1cb8c6ebd7 100644 --- a/app/src/main/java/c/a/j/w0.java +++ b/app/src/main/java/c/a/i/x0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -10,7 +10,7 @@ import com.discord.app.AppViewFlipper; import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; /* compiled from: PremiumGuildSubscriptionUncancelDialogBinding */ -public final class w0 implements ViewBinding { +public final class x0 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -18,7 +18,7 @@ public final class w0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f180c; + public final LoadingButton f185c; @NonNull public final TextView d; @NonNull @@ -30,10 +30,10 @@ public final class w0 implements ViewBinding { @NonNull public final MaterialButton h; - public w0(@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) { + 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.f180c = loadingButton; + this.f185c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/x1.java b/app/src/main/java/c/a/i/x1.java new file mode 100644 index 0000000000..eed0d8cd7d --- /dev/null +++ b/app/src/main/java/c/a/i/x1.java @@ -0,0 +1,24 @@ +package c.a.i; + +import android.view.View; +import android.widget.LinearLayout; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +/* compiled from: ViewCodeVerificationBinding */ +public final class x1 implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + public final LinearLayout b; + + public x1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2) { + this.a = linearLayout; + this.b = linearLayout2; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/r2.java b/app/src/main/java/c/a/i/x2.java similarity index 65% rename from app/src/main/java/c/a/j/r2.java rename to app/src/main/java/c/a/i/x2.java index b376c0bc4f..655e320881 100644 --- a/app/src/main/java/c/a/j/r2.java +++ b/app/src/main/java/c/a/i/x2.java @@ -1,12 +1,12 @@ -package c.a.j; +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: ViewPremiumSettingsPerksBinding */ -public final class r2 implements ViewBinding { +/* compiled from: ViewPremiumUpsellInfoBinding */ +public final class x2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -14,18 +14,15 @@ public final class r2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f154c; + public final TextView f186c; @NonNull public final TextView d; - @NonNull - public final TextView e; - public r2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { + public x2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f154c = textView2; + this.f186c = textView2; this.d = textView3; - this.e = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/t3.java b/app/src/main/java/c/a/i/x3.java similarity index 80% rename from app/src/main/java/c/a/j/t3.java rename to app/src/main/java/c/a/i/x3.java index b062def67a..66d5ba71e5 100644 --- a/app/src/main/java/c/a/j/t3.java +++ b/app/src/main/java/c/a/i/x3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -7,7 +7,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.StatusView; /* compiled from: ViewToolbarTitleBinding */ -public final class t3 implements ViewBinding { +public final class x3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -15,16 +15,16 @@ public final class t3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final StatusView f166c; + public final StatusView f187c; @NonNull public final TextView d; @NonNull public final TextView e; - public t3(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2) { + public x3(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = imageView; - this.f166c = statusView; + this.f187c = statusView; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/c/a/j/t4.java b/app/src/main/java/c/a/i/x4.java similarity index 82% rename from app/src/main/java/c/a/j/t4.java rename to app/src/main/java/c/a/i/x4.java index de19d2e784..eed3808bba 100644 --- a/app/src/main/java/c/a/j/t4.java +++ b/app/src/main/java/c/a/i/x4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -7,7 +7,7 @@ import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; /* compiled from: WidgetDiscordHubEmailConfirmationBinding */ -public final class t4 implements ViewBinding { +public final class x4 implements ViewBinding { @NonNull public final NestedScrollView a; @NonNull @@ -15,14 +15,14 @@ public final class t4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f167c; + public final TextView f188c; @NonNull public final LinkifiedTextView d; - public t4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { + public x4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { this.a = nestedScrollView; this.b = linkifiedTextView; - this.f167c = textView; + this.f188c = textView; this.d = linkifiedTextView2; } diff --git a/app/src/main/java/c/a/j/t5.java b/app/src/main/java/c/a/i/x5.java similarity index 82% rename from app/src/main/java/c/a/j/t5.java rename to app/src/main/java/c/a/i/x5.java index 8c64397690..bf593509e6 100644 --- a/app/src/main/java/c/a/j/t5.java +++ b/app/src/main/java/c/a/i/x5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.RelativeLayout; @@ -8,7 +8,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.R; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding */ -public final class t5 implements ViewBinding { +public final class x5 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -16,23 +16,23 @@ public final class t5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f168c; + public final TextView f189c; - public t5(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public x5(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = relativeLayout; this.b = simpleDraweeView; - this.f168c = textView; + this.f189c = textView; } @NonNull - public static t5 a(@NonNull View view) { + public static x5 a(@NonNull View view) { int i = R.id.user_profile_adapter_item_friend_mutual_image; SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.user_profile_adapter_item_friend_mutual_image); if (simpleDraweeView != null) { i = R.id.user_profile_adapter_item_friend_mutual_text; TextView textView = (TextView) view.findViewById(R.id.user_profile_adapter_item_friend_mutual_text); if (textView != null) { - return new t5((RelativeLayout) view, simpleDraweeView, textView); + return new x5((RelativeLayout) view, simpleDraweeView, textView); } } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); diff --git a/app/src/main/java/c/a/j/x.java b/app/src/main/java/c/a/i/y.java similarity index 83% rename from app/src/main/java/c/a/j/x.java rename to app/src/main/java/c/a/i/y.java index 949a8d6cde..eecb07f033 100644 --- a/app/src/main/java/c/a/j/x.java +++ b/app/src/main/java/c/a/i/y.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -9,7 +9,7 @@ import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.views.LoadingButton; import com.google.android.material.textfield.TextInputLayout; /* compiled from: LayoutAgeVerifyBinding */ -public final class x implements ViewBinding { +public final class y implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -17,14 +17,14 @@ public final class x implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f184c; + public final TextInputLayout f190c; @NonNull public final LoadingButton d; - public x(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) { + public y(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) { this.a = constraintLayout; this.b = linkifiedTextView; - this.f184c = textInputLayout; + this.f190c = textInputLayout; this.d = loadingButton; } diff --git a/app/src/main/java/c/a/j/x0.java b/app/src/main/java/c/a/i/y0.java similarity index 81% rename from app/src/main/java/c/a/j/x0.java rename to app/src/main/java/c/a/i/y0.java index 8cb7a3f78b..8e6ba36554 100644 --- a/app/src/main/java/c/a/j/x0.java +++ b/app/src/main/java/c/a/i/y0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: PremiumGuildSubscriptionUpsellDialogBinding */ -public final class x0 implements ViewBinding { +public final class y0 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -16,14 +16,14 @@ public final class x0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f185c; + public final TextView f191c; @NonNull public final MaterialButton d; - public x0(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { + public y0(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = imageView; - this.f185c = textView; + this.f191c = textView; this.d = materialButton; } diff --git a/app/src/main/java/c/a/i/y1.java b/app/src/main/java/c/a/i/y1.java new file mode 100644 index 0000000000..e0b4cad9ab --- /dev/null +++ b/app/src/main/java/c/a/i/y1.java @@ -0,0 +1,21 @@ +package c.a.i; + +import android.view.View; +import android.widget.Space; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +/* compiled from: ViewCodeVerificationSpaceBinding */ +public final class y1 implements ViewBinding { + @NonNull + public final Space a; + + public y1(@NonNull Space space) { + this.a = space; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/v2.java b/app/src/main/java/c/a/i/y2.java similarity index 77% rename from app/src/main/java/c/a/j/v2.java rename to app/src/main/java/c/a/i/y2.java index 068751cd5b..9489e0d19a 100644 --- a/app/src/main/java/c/a/j/v2.java +++ b/app/src/main/java/c/a/i/y2.java @@ -1,15 +1,15 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.RadioButton; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewRadioButtonBinding */ -public final class v2 implements ViewBinding { +public final class y2 implements ViewBinding { @NonNull public final RadioButton a; - public v2(@NonNull RadioButton radioButton) { + public y2(@NonNull RadioButton radioButton) { this.a = radioButton; } diff --git a/app/src/main/java/c/a/j/u3.java b/app/src/main/java/c/a/i/y3.java similarity index 82% rename from app/src/main/java/c/a/j/u3.java rename to app/src/main/java/c/a/i/y3.java index 436a665f69..c7e8829928 100644 --- a/app/src/main/java/c/a/j/u3.java +++ b/app/src/main/java/c/a/i/y3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; /* compiled from: ViewUploadProgressBinding */ -public final class u3 implements ViewBinding { +public final class y3 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -16,16 +16,16 @@ public final class u3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f173c; + public final ImageView f192c; @NonNull public final TextView d; @NonNull public final TextView e; - public u3(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + public y3(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = progressBar; - this.f173c = imageView; + this.f192c = imageView; this.d = textView; this.e = textView2; } diff --git a/app/src/main/java/c/a/j/u4.java b/app/src/main/java/c/a/i/y4.java similarity index 85% rename from app/src/main/java/c/a/j/u4.java rename to app/src/main/java/c/a/i/y4.java index 1240f2fe16..8de9ead427 100644 --- a/app/src/main/java/c/a/j/u4.java +++ b/app/src/main/java/c/a/i/y4.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -10,7 +10,7 @@ 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 u4 implements ViewBinding { +public final class y4 implements ViewBinding { @NonNull public final NestedScrollView a; @NonNull @@ -18,7 +18,7 @@ public final class u4 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f174c; + public final TextInputEditText f193c; @NonNull public final TextInputLayout d; @NonNull @@ -26,10 +26,10 @@ public final class u4 implements ViewBinding { @NonNull public final TextView f; - public u4(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + public y4(@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.f174c = textInputEditText; + this.f193c = textInputEditText; this.d = textInputLayout; this.e = textView; this.f = textView2; diff --git a/app/src/main/java/c/a/j/u5.java b/app/src/main/java/c/a/i/y5.java similarity index 94% rename from app/src/main/java/c/a/j/u5.java rename to app/src/main/java/c/a/i/y5.java index ba99c7e2ca..dbeafaa020 100644 --- a/app/src/main/java/c/a/j/u5.java +++ b/app/src/main/java/c/a/i/y5.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.LayoutInflater; import android.view.View; @@ -14,7 +14,7 @@ import com.discord.R; import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; /* compiled from: WidgetUserRichPresenceBinding */ -public final class u5 implements ViewBinding { +public final class y5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -22,7 +22,7 @@ public final class u5 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f175c; + public final TextView f194c; @NonNull public final TextView d; @NonNull @@ -40,10 +40,10 @@ public final class u5 implements ViewBinding { @NonNull public final TextView k; - public u5(@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 y5(@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.f175c = textView; + this.f194c = textView; this.d = textView2; this.e = simpleDraweeView; this.f = simpleDraweeView2; @@ -55,7 +55,7 @@ public final class u5 implements ViewBinding { } @NonNull - public static u5 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { + public static y5 a(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z2) { View inflate = layoutInflater.inflate(R.layout.widget_user_rich_presence, viewGroup, false); if (z2) { viewGroup.addView(inflate); @@ -96,7 +96,7 @@ public final class u5 implements ViewBinding { i = R.id.rich_presence_title; TextView textView5 = (TextView) inflate.findViewById(R.id.rich_presence_title); if (textView5 != null) { - return new u5((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5); + return new y5((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5); } } } diff --git a/app/src/main/java/c/a/j/y.java b/app/src/main/java/c/a/i/z.java similarity index 84% rename from app/src/main/java/c/a/j/y.java rename to app/src/main/java/c/a/i/z.java index eab98c04cf..3c4d11bbea 100644 --- a/app/src/main/java/c/a/j/y.java +++ b/app/src/main/java/c/a/i/z.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -9,7 +9,7 @@ import com.discord.utilities.view.text.LinkifiedTextView; import com.discord.views.LoadingButton; import com.google.android.material.button.MaterialButton; /* compiled from: LayoutAgeVerifyConfirmBinding */ -public final class y implements ViewBinding { +public final class z implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull @@ -17,16 +17,16 @@ public final class y implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f189c; + public final LoadingButton f195c; @NonNull public final LinkifiedTextView d; @NonNull public final TextView e; - public y(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { + public z(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = materialButton; - this.f189c = loadingButton; + this.f195c = loadingButton; this.d = linkifiedTextView; this.e = textView; } diff --git a/app/src/main/java/c/a/j/y0.java b/app/src/main/java/c/a/i/z0.java similarity index 84% rename from app/src/main/java/c/a/j/y0.java rename to app/src/main/java/c/a/i/z0.java index 37298b4000..388ec2fa9c 100644 --- a/app/src/main/java/c/a/j/y0.java +++ b/app/src/main/java/c/a/i/z0.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.ImageView; @@ -8,7 +8,7 @@ import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; /* compiled from: PremiumGuildUpgradeDialogBinding */ -public final class y0 implements ViewBinding { +public final class z0 implements ViewBinding { @NonNull public final RelativeLayout a; @NonNull @@ -16,7 +16,7 @@ public final class y0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f190c; + public final ImageView f196c; @NonNull public final TextView d; @NonNull @@ -24,10 +24,10 @@ public final class y0 implements ViewBinding { @NonNull public final MaterialButton f; - public y0(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { + public z0(@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.f190c = imageView; + this.f196c = imageView; 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 new file mode 100644 index 0000000000..4989c8fa8f --- /dev/null +++ b/app/src/main/java/c/a/i/z1.java @@ -0,0 +1,21 @@ +package c.a.i; + +import android.view.View; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +/* compiled from: ViewCodeVerificationTextBinding */ +public final class z1 implements ViewBinding { + @NonNull + public final TextView a; + + public z1(@NonNull TextView textView) { + this.a = textView; + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/j/w2.java b/app/src/main/java/c/a/i/z2.java similarity index 76% rename from app/src/main/java/c/a/j/w2.java rename to app/src/main/java/c/a/i/z2.java index 635a71747e..a7f3605b52 100644 --- a/app/src/main/java/c/a/j/w2.java +++ b/app/src/main/java/c/a/i/z2.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.LinearLayout; @@ -6,7 +6,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; /* compiled from: ViewScreenTitleBinding */ -public final class w2 implements ViewBinding { +public final class z2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull @@ -14,12 +14,12 @@ public final class w2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f182c; + public final TextView f197c; - public w2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { + public z2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; this.b = textView; - this.f182c = textView2; + this.f197c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/j/v3.java b/app/src/main/java/c/a/i/z3.java similarity index 82% rename from app/src/main/java/c/a/j/v3.java rename to app/src/main/java/c/a/i/z3.java index a723789e55..b83be6d3b8 100644 --- a/app/src/main/java/c/a/j/v3.java +++ b/app/src/main/java/c/a/i/z3.java @@ -1,4 +1,4 @@ -package c.a.j; +package c.a.i; import android.view.View; import android.widget.TextView; @@ -7,7 +7,7 @@ import androidx.viewbinding.ViewBinding; import com.discord.views.StatusView; import com.facebook.drawee.view.SimpleDraweeView; /* compiled from: ViewUserListItemBinding */ -public final class v3 implements ViewBinding { +public final class z3 implements ViewBinding { @NonNull public final View a; @NonNull @@ -15,16 +15,16 @@ public final class v3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f178c; + public final TextView f198c; @NonNull public final TextView d; @NonNull public final StatusView e; - public v3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { + public z3(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { this.a = view; this.b = simpleDraweeView; - this.f178c = textView; + this.f198c = textView; this.d = textView2; this.e = statusView; } diff --git a/app/src/main/java/c/a/j/v4.java b/app/src/main/java/c/a/i/z4.java similarity index 62% rename from app/src/main/java/c/a/j/v4.java rename to app/src/main/java/c/a/i/z4.java index aab6c3cc92..95bd3a8cc8 100644 --- a/app/src/main/java/c/a/j/v4.java +++ b/app/src/main/java/c/a/i/z4.java @@ -1,16 +1,20 @@ -package c.a.j; +package c.a.i; import android.view.View; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; /* compiled from: WidgetDiscordHubWaitlistBinding */ -public final class v4 implements ViewBinding { +public final class z4 implements ViewBinding { @NonNull public final NestedScrollView a; + @NonNull + public final TextView b; - public v4(@NonNull NestedScrollView nestedScrollView) { + public z4(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) { this.a = nestedScrollView; + this.b = textView; } @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 a09211837b..462cdcae62 100644 --- a/app/src/main/java/c/a/j/a.java +++ b/app/src/main/java/c/a/j/a.java @@ -1,34 +1,92 @@ package c.a.j; 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: AllowAccessibilityDetectionDialogBinding */ -public final class a implements ViewBinding { - @NonNull - public final LinearLayout a; - @NonNull - public final TextView b; - @NonNull +import android.view.ViewGroup; +import android.view.ViewTreeObserver; +import androidx.annotation.MainThread; +import com.discord.floating_view_manager.FloatingViewGravity; +import com.discord.utilities.logging.Logger; +import d0.z.d.m; +import java.lang.ref.WeakReference; +import java.util.LinkedHashMap; +import java.util.Map; +import java.util.Objects; +import kotlin.NoWhenBranchMatchedException; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: FloatingViewManager.kt */ +public final class a { + public Function1 a; + public final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public final MaterialButton f61c; - @NonNull - public final MaterialButton d; + public final Logger f199c; - public a(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { - this.a = linearLayout; - this.b = textView; - this.f61c = materialButton; - this.d = materialButton2; + /* compiled from: FloatingViewManager.kt */ + /* renamed from: c.a.j.a$a reason: collision with other inner class name */ + public static final class C0028a { + public final View a; + public final ViewGroup b; + + /* renamed from: c reason: collision with root package name */ + public final ViewTreeObserver.OnPreDrawListener f200c; + + public C0028a(View view, ViewGroup viewGroup, ViewTreeObserver.OnPreDrawListener onPreDrawListener) { + m.checkNotNullParameter(view, "floatingView"); + m.checkNotNullParameter(viewGroup, "ancestorViewGroup"); + m.checkNotNullParameter(onPreDrawListener, "ancestorPreDrawListener"); + this.a = view; + this.b = viewGroup; + this.f200c = onPreDrawListener; + } } - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; + /* compiled from: FloatingViewManager.kt */ + public static final class b { + public static WeakReference a; + } + + public a(Logger logger) { + m.checkNotNullParameter(logger, "logger"); + this.f199c = logger; + } + + public static final void a(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { + int i3; + Objects.requireNonNull(aVar); + int[] iArr = new int[2]; + view2.getLocationInWindow(iArr); + int i4 = iArr[0]; + int i5 = iArr[1]; + int width = (((view2.getWidth() / 2) + i4) - (view.getWidth() / 2)) + i; + int ordinal = floatingViewGravity.ordinal(); + if (ordinal == 0) { + i3 = i5 - view.getHeight(); + } else if (ordinal == 1) { + i3 = ((view2.getHeight() / 2) + i5) - (view.getHeight() / 2); + } else if (ordinal == 2) { + i3 = view2.getHeight() + i5; + } else { + throw new NoWhenBranchMatchedException(); + } + view.setX((float) width); + view.setY((float) (i3 + i2)); + } + + @MainThread + public final void b(int i) { + C0028a aVar = this.b.get(Integer.valueOf(i)); + if (aVar != null) { + ViewGroup viewGroup = aVar.b; + View view = aVar.a; + ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f200c; + this.b.remove(Integer.valueOf(i)); + viewGroup.getViewTreeObserver().removeOnPreDrawListener(onPreDrawListener); + viewGroup.removeView(view); + Function1 function1 = this.a; + if (function1 != null) { + function1.invoke(Integer.valueOf(i)); + } + } } } diff --git a/app/src/main/java/c/a/j/a5.java b/app/src/main/java/c/a/j/a5.java deleted file mode 100644 index ce3baf366b..0000000000 --- a/app/src/main/java/c/a/j/a5.java +++ /dev/null @@ -1,37 +0,0 @@ -package c.a.j; - -import android.view.View; -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: WidgetHomePanelCenterChatBinding */ -public final class a5 implements ViewBinding { - @NonNull - public final RoundedRelativeLayout a; - @NonNull - public final ViewStub b; - @NonNull - - /* renamed from: c reason: collision with root package name */ - public final b5 f67c; - @NonNull - public final FragmentContainerView d; - @NonNull - public final FragmentContainerView e; - - public a5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull b5 b5Var, @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.f67c = b5Var; - this.d = fragmentContainerView; - this.e = fragmentContainerView4; - } - - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; - } -} diff --git a/app/src/main/java/c/a/j/b.java b/app/src/main/java/c/a/j/b.java index a3b21fad98..1109a5b48d 100644 --- a/app/src/main/java/c/a/j/b.java +++ b/app/src/main/java/c/a/j/b.java @@ -1,41 +1,55 @@ package c.a.j; import android.view.View; -import android.widget.LinearLayout; -import android.widget.RadioGroup; -import android.widget.TextView; -import androidx.annotation.NonNull; -import androidx.viewbinding.ViewBinding; -import com.google.android.material.radiobutton.MaterialRadioButton; -/* compiled from: AudioOutputSelectionDialogBinding */ -public final class b implements ViewBinding { - @NonNull - public final LinearLayout a; - @NonNull - public final MaterialRadioButton b; - @NonNull +import androidx.core.view.ViewCompat; +import com.discord.floating_view_manager.FloatingViewGravity; +import d0.z.d.m; +/* compiled from: View.kt */ +public final class b implements View.OnLayoutChangeListener { + public final /* synthetic */ a i; + public final /* synthetic */ View j; + public final /* synthetic */ View k; + public final /* synthetic */ FloatingViewGravity l; + public final /* synthetic */ int m; + public final /* synthetic */ int n; - /* renamed from: c reason: collision with root package name */ - public final RadioGroup f68c; - @NonNull - public final MaterialRadioButton d; - @NonNull - public final MaterialRadioButton e; - @NonNull - public final MaterialRadioButton f; + /* compiled from: View.kt */ + public static final class a implements View.OnLayoutChangeListener { + public final /* synthetic */ b i; - 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.f68c = radioGroup; - this.d = materialRadioButton2; - this.e = materialRadioButton3; - this.f = materialRadioButton4; + public a(b bVar) { + this.i = bVar; + } + + @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) { + m.checkParameterIsNotNull(view, "view"); + view.removeOnLayoutChangeListener(this); + b bVar = this.i; + a.a(bVar.i, bVar.k, bVar.j, bVar.l, bVar.m, bVar.n); + this.i.k.setVisibility(0); + } } - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; + public b(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { + this.i = aVar; + this.j = view; + this.k = view2; + this.l = floatingViewGravity; + this.m = i; + this.n = i2; + } + + @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) { + m.checkParameterIsNotNull(view, "view"); + view.removeOnLayoutChangeListener(this); + View view2 = this.j; + if (!ViewCompat.isLaidOut(view2) || view2.isLayoutRequested()) { + view2.addOnLayoutChangeListener(new a(this)); + return; + } + a.a(this.i, this.k, this.j, this.l, this.m, this.n); + this.k.setVisibility(0); } } diff --git a/app/src/main/java/c/a/j/c.java b/app/src/main/java/c/a/j/c.java index 4dfae88bce..4549acf12c 100644 --- a/app/src/main/java/c/a/j/c.java +++ b/app/src/main/java/c/a/j/c.java @@ -1,34 +1,31 @@ package c.a.j; import android.view.View; -import android.widget.TextView; -import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.recycler.MaxHeightRecyclerView; -/* compiled from: BottomSheetSimpleSelectorBinding */ -public final class c implements ViewBinding { - @NonNull - public final ConstraintLayout a; - @NonNull - public final ConstraintLayout b; - @NonNull +import com.discord.floating_view_manager.FloatingViewGravity; +import d0.z.d.m; +/* compiled from: View.kt */ +public final class c implements View.OnLayoutChangeListener { + public final /* synthetic */ a i; + public final /* synthetic */ View j; + public final /* synthetic */ View k; + public final /* synthetic */ FloatingViewGravity l; + public final /* synthetic */ int m; + public final /* synthetic */ int n; - /* renamed from: c reason: collision with root package name */ - public final TextView f73c; - @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.f73c = textView; - this.d = maxHeightRecyclerView; + public c(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { + this.i = aVar; + this.j = view; + this.k = view2; + this.l = floatingViewGravity; + this.m = i; + this.n = i2; } - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; + @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) { + m.checkParameterIsNotNull(view, "view"); + view.removeOnLayoutChangeListener(this); + a.a(this.i, this.k, this.j, this.l, this.m, this.n); + this.k.setVisibility(0); } } diff --git a/app/src/main/java/c/a/j/d.java b/app/src/main/java/c/a/j/d.java index 9741dd0bb7..e4b8a9ab6f 100644 --- a/app/src/main/java/c/a/j/d.java +++ b/app/src/main/java/c/a/j/d.java @@ -1,34 +1,21 @@ package c.a.j; import android.view.View; -import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.textview.MaterialTextView; -/* compiled from: BottomSheetSimpleSelectorItemBinding */ -public final class d implements ViewBinding { - @NonNull - public final ConstraintLayout a; - @NonNull - public final MaterialTextView b; - @NonNull +import kotlin.Unit; +import rx.functions.Action1; +/* compiled from: FloatingViewManager.kt */ +public final class d implements Action1 { + public final /* synthetic */ a i; + public final /* synthetic */ View j; - /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f80c; - @NonNull - public final MaterialTextView d; - - public d(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialTextView materialTextView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView2) { - this.a = constraintLayout; - this.b = materialTextView; - this.f80c = simpleDraweeView; - this.d = materialTextView2; + public d(a aVar, View view) { + this.i = aVar; + this.j = view; } - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // rx.functions.Action1 + public void call(Unit unit) { + this.i.b(this.j.getId()); } } diff --git a/app/src/main/java/c/a/j/e.java b/app/src/main/java/c/a/j/e.java index e5a34fa14a..f9b168012e 100644 --- a/app/src/main/java/c/a/j/e.java +++ b/app/src/main/java/c/a/j/e.java @@ -1,31 +1,18 @@ package c.a.j; -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: CameraCapacityDialogBinding */ -public final class e implements ViewBinding { - @NonNull - public final LinearLayout a; - @NonNull - public final TextView b; - @NonNull +import com.discord.utilities.logging.Logger; +import rx.functions.Action1; +/* compiled from: FloatingViewManager.kt */ +public final class e implements Action1 { + public final /* synthetic */ a i; - /* renamed from: c reason: collision with root package name */ - public final MaterialButton f85c; - - public e(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { - this.a = linearLayout; - this.b = textView; - this.f85c = materialButton; + public e(a aVar) { + this.i = aVar; } - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.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.f199c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); } } diff --git a/app/src/main/java/c/a/j/f.java b/app/src/main/java/c/a/j/f.java index d121e05039..4bc83f80dd 100644 --- a/app/src/main/java/c/a/j/f.java +++ b/app/src/main/java/c/a/j/f.java @@ -1,29 +1,29 @@ package c.a.j; import android.view.View; -import android.widget.TextView; -import androidx.annotation.NonNull; -import androidx.viewbinding.ViewBinding; -/* compiled from: CardSegmentViewBinding */ -public final class f implements ViewBinding { - @NonNull - public final View a; - @NonNull - public final TextView b; - @NonNull +import android.view.ViewTreeObserver; +import com.discord.floating_view_manager.FloatingViewGravity; +/* compiled from: FloatingViewManager.kt */ +public final class f implements ViewTreeObserver.OnPreDrawListener { + public final /* synthetic */ a i; + public final /* synthetic */ View j; + public final /* synthetic */ View k; + public final /* synthetic */ FloatingViewGravity l; + public final /* synthetic */ int m; + public final /* synthetic */ int n; - /* renamed from: c reason: collision with root package name */ - public final TextView f91c; - - public f(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = view; - this.b = textView; - this.f91c = textView2; + public f(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { + this.i = aVar; + this.j = view; + this.k = view2; + this.l = floatingViewGravity; + this.m = i; + this.n = i2; } - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; + @Override // android.view.ViewTreeObserver.OnPreDrawListener + public final boolean onPreDraw() { + a.a(this.i, this.j, this.k, this.l, this.m, this.n); + return true; } } diff --git a/app/src/main/java/c/a/j/w1.java b/app/src/main/java/c/a/j/w1.java deleted file mode 100644 index b58b8462ab..0000000000 --- a/app/src/main/java/c/a/j/w1.java +++ /dev/null @@ -1,42 +0,0 @@ -package c.a.j; - -import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; -import androidx.annotation.NonNull; -import androidx.viewbinding.ViewBinding; -/* compiled from: ViewCodeVerificationBinding */ -public final class w1 implements ViewBinding { - @NonNull - public final LinearLayout a; - @NonNull - public final TextView b; - @NonNull - - /* renamed from: c reason: collision with root package name */ - public final TextView f181c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; - @NonNull - public final TextView g; - - public w1(@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.f181c = textView2; - this.d = textView3; - this.e = textView4; - this.f = textView5; - this.g = textView6; - } - - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; - } -} diff --git a/app/src/main/java/c/a/j/z4.java b/app/src/main/java/c/a/j/z4.java deleted file mode 100644 index 5341cb0edb..0000000000 --- a/app/src/main/java/c/a/j/z4.java +++ /dev/null @@ -1,30 +0,0 @@ -package c.a.j; - -import android.view.View; -import android.widget.FrameLayout; -import androidx.annotation.NonNull; -import androidx.fragment.app.FragmentContainerView; -import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelCenterBinding */ -public final class z4 implements ViewBinding { - @NonNull - public final FrameLayout a; - @NonNull - public final a5 b; - @NonNull - - /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f200c; - - public z4(@NonNull FrameLayout frameLayout, @NonNull a5 a5Var, @NonNull FragmentContainerView fragmentContainerView) { - this.a = frameLayout; - this.b = a5Var; - this.f200c = fragmentContainerView; - } - - @Override // androidx.viewbinding.ViewBinding - @NonNull - public View getRoot() { - return this.a; - } -} diff --git a/app/src/main/java/c/a/k/a.java b/app/src/main/java/c/a/k/a.java index 545315cf26..e3ed47dfef 100644 --- a/app/src/main/java/c/a/k/a.java +++ b/app/src/main/java/c/a/k/a.java @@ -1,92 +1,53 @@ package c.a.k; import android.view.View; -import android.view.ViewGroup; -import android.view.ViewTreeObserver; -import androidx.annotation.MainThread; -import com.discord.floating_view_manager.FloatingViewGravity; -import com.discord.utilities.logging.Logger; +import androidx.core.view.ViewCompat; import d0.z.d.m; -import java.lang.ref.WeakReference; -import java.util.LinkedHashMap; -import java.util.Map; -import java.util.Objects; -import kotlin.NoWhenBranchMatchedException; +import d0.z.d.o; import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: FloatingViewManager.kt */ +import kotlin.jvm.functions.Function0; +import kotlin.jvm.functions.Function2; +/* compiled from: Format.kt */ public final class a { - public Function1 a; - public final Map b = new LinkedHashMap(); + public static c.a.k.g.b a; + public static Function0 b = C0029a.i; /* renamed from: c reason: collision with root package name */ - public final Logger f201c; + public static Function2 f201c = b.i; + public static final a d = null; - /* compiled from: FloatingViewManager.kt */ + /* compiled from: Format.kt */ /* renamed from: c.a.k.a$a reason: collision with other inner class name */ - public static final class C0027a { - public final View a; - public final ViewGroup b; + public static final class C0029a extends o implements Function0 { + public static final C0029a i = new C0029a(); - /* renamed from: c reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f202c; + public C0029a() { + super(0); + } - public C0027a(View view, ViewGroup viewGroup, ViewTreeObserver.OnPreDrawListener onPreDrawListener) { - m.checkNotNullParameter(view, "floatingView"); - m.checkNotNullParameter(viewGroup, "ancestorViewGroup"); - m.checkNotNullParameter(onPreDrawListener, "ancestorPreDrawListener"); - this.a = view; - this.b = viewGroup; - this.f202c = onPreDrawListener; + /* 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 Integer.valueOf((int) ViewCompat.MEASURED_STATE_MASK); } } - /* compiled from: FloatingViewManager.kt */ - public static final class b { - public static WeakReference a; - } + /* compiled from: Format.kt */ + public static final class b extends o implements Function2 { + public static final b i = new b(); - public a(Logger logger) { - m.checkNotNullParameter(logger, "logger"); - this.f201c = logger; - } - - public static final void a(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { - int i3; - Objects.requireNonNull(aVar); - int[] iArr = new int[2]; - view2.getLocationInWindow(iArr); - int i4 = iArr[0]; - int i5 = iArr[1]; - int width = (((view2.getWidth() / 2) + i4) - (view.getWidth() / 2)) + i; - int ordinal = floatingViewGravity.ordinal(); - if (ordinal == 0) { - i3 = i5 - view.getHeight(); - } else if (ordinal == 1) { - i3 = ((view2.getHeight() / 2) + i5) - (view.getHeight() / 2); - } else if (ordinal == 2) { - i3 = view2.getHeight() + i5; - } else { - throw new NoWhenBranchMatchedException(); + public b() { + super(2); } - view.setX((float) width); - view.setY((float) (i3 + i2)); - } - @MainThread - public final void b(int i) { - C0027a aVar = this.b.get(Integer.valueOf(i)); - if (aVar != null) { - ViewGroup viewGroup = aVar.b; - View view = aVar.a; - ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f202c; - this.b.remove(Integer.valueOf(i)); - viewGroup.getViewTreeObserver().removeOnPreDrawListener(onPreDrawListener); - viewGroup.removeView(view); - Function1 function1 = this.a; - if (function1 != null) { - function1.invoke(Integer.valueOf(i)); - } + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public Unit invoke(String str, View view) { + m.checkNotNullParameter(str, ""); + m.checkNotNullParameter(view, ""); + return Unit.a; } } } diff --git a/app/src/main/java/c/a/k/b.java b/app/src/main/java/c/a/k/b.java index 32e568777c..4d0045b349 100644 --- a/app/src/main/java/c/a/k/b.java +++ b/app/src/main/java/c/a/k/b.java @@ -1,55 +1,320 @@ package c.a.k; +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 androidx.core.view.ViewCompat; -import com.discord.floating_view_manager.FloatingViewGravity; +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; -/* compiled from: View.kt */ -public final class b implements View.OnLayoutChangeListener { - public final /* synthetic */ a i; - public final /* synthetic */ View j; - public final /* synthetic */ View k; - public final /* synthetic */ FloatingViewGravity l; - public final /* synthetic */ int m; - public final /* synthetic */ int n; +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; +import kotlin.text.MatchResult; +import kotlin.text.Regex; +/* compiled from: FormatUtils.kt */ +public final class b { + public static final Regex a = new Regex("\\{(\\S+?)\\}"); - /* compiled from: View.kt */ - public static final class a implements View.OnLayoutChangeListener { - public final /* synthetic */ b i; + /* compiled from: FormatUtils.kt */ + public static final class a extends o implements Function1 { + public static final a i = new a(); - public a(b bVar) { - this.i = bVar; + public a() { + super(1); } - @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) { - m.checkParameterIsNotNull(view, "view"); - view.removeOnLayoutChangeListener(this); - b bVar = this.i; - a.a(bVar.i, bVar.k, bVar.j, bVar.l, bVar.m, bVar.n); - this.i.k.setVisibility(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 Unit invoke(RenderContext renderContext) { + m.checkNotNullParameter(renderContext, "$receiver"); + return Unit.a; } } - public b(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { - this.i = aVar; - this.j = view; - this.k = view2; - this.l = floatingViewGravity; - this.m = i; - this.n = i2; + /* compiled from: FormatUtils.kt */ + /* renamed from: c.a.k.b$b reason: collision with other inner class name */ + public static final class C0030b extends o implements Function1 { + public static final C0030b i = new C0030b(); + + public C0030b() { + 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; + } } - @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) { - m.checkParameterIsNotNull(view, "view"); - view.removeOnLayoutChangeListener(this); - View view2 = this.j; - if (!ViewCompat.isLaidOut(view2) || view2.isLayoutRequested()) { - view2.addOnLayoutChangeListener(new a(this)); + /* 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 void a(TextView textView, CharSequence charSequence) { + m.checkNotNullParameter(textView, "$this$bindText"); + textView.setText(charSequence); + int i = 0; + if (!(!(charSequence == null || charSequence.length() == 0))) { + i = 8; + } + textView.setVisibility(i); + } + + public static final CharSequence b(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 c(resources, i, Arrays.copyOf(objArr, objArr.length), function1); + } + + public static final CharSequence c(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 g(string, Arrays.copyOf(objArr, objArr.length), function1); + } + + public static final CharSequence d(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 b(context, i, Arrays.copyOf(objArr, objArr.length), function1); + } + + public static final CharSequence e(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 b(requireContext, i, Arrays.copyOf(objArr, objArr.length), function1); + } + + public static final CharSequence f(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.f2057c; + 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.H(copyOf, copyOf.length, replace, "java.lang.String.format(this, *args)"); + } + } + 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 g(CharSequence charSequence, Object[] objArr, Function1 function1) { + m.checkNotNullParameter(charSequence, "$this$i18nFormat"); + m.checkNotNullParameter(objArr, "formatArgs"); + m.checkNotNullParameter(function1, "initializer"); + return f(charSequence, objArr, AnimatableValueParser.q2(function1, Arrays.copyOf(objArr, objArr.length))); + } + + public static /* synthetic */ CharSequence h(Context context, int i, Object[] objArr, Function1 function1, int i2) { + return b(context, i, objArr, (i2 & 4) != 0 ? C0030b.i : null); + } + + public static /* synthetic */ CharSequence i(Resources resources, int i, Object[] objArr, Function1 function1, int i2) { + return c(resources, i, objArr, (i2 & 4) != 0 ? d.i : null); + } + + public static /* synthetic */ CharSequence j(View view, int i, Object[] objArr, Function1 function1, int i2) { + return d(view, i, objArr, (i2 & 4) != 0 ? c.i : null); + } + + public static /* synthetic */ CharSequence k(Fragment fragment, int i, Object[] objArr, Function1 function1, int i2) { + return e(fragment, i, objArr, (i2 & 4) != 0 ? a.i : null); + } + + public static /* synthetic */ CharSequence l(CharSequence charSequence, Object[] objArr, Function1 function1, int i) { + return g(charSequence, objArr, (i & 2) != 0 ? e.i : null); + } + + public static final void m(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(f(string, objArr, q2)); + } + + public static /* synthetic */ void n(TextView textView, int i, Object[] objArr, Function1 function1, int i2) { + m(textView, i, objArr, (i2 & 4) != 0 ? g.i : null); + } + + public static void o(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; } - a.a(this.i, this.k, this.j, this.l, this.m, this.n); - this.k.setVisibility(0); + RenderContext q2 = AnimatableValueParser.q2(hVar, Arrays.copyOf(objArr, objArr.length)); + if (q2.g) { + movementMethod = LinkMovementMethod.getInstance(); + } + textView.setMovementMethod(movementMethod); + textView.setText(f(charSequence, objArr, q2)); } } diff --git a/app/src/main/java/c/a/k/c.java b/app/src/main/java/c/a/k/c.java index 37da273a7f..727a4fb062 100644 --- a/app/src/main/java/c/a/k/c.java +++ b/app/src/main/java/c/a/k/c.java @@ -1,31 +1,24 @@ package c.a.k; import android.view.View; -import com.discord.floating_view_manager.FloatingViewGravity; import d0.z.d.m; -/* compiled from: View.kt */ -public final class c implements View.OnLayoutChangeListener { - public final /* synthetic */ a i; - public final /* synthetic */ View j; - public final /* synthetic */ View k; - public final /* synthetic */ FloatingViewGravity l; - public final /* synthetic */ int m; - public final /* synthetic */ int n; +import d0.z.d.o; +import kotlin.Unit; +import kotlin.jvm.functions.Function2; +/* compiled from: Hook.kt */ +public final class c extends o implements Function2 { + public static final c i = new c(); - public c(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { - this.i = aVar; - this.j = view; - this.k = view2; - this.l = floatingViewGravity; - this.m = i; - this.n = i2; + public c() { + super(2); } - @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) { - m.checkParameterIsNotNull(view, "view"); - view.removeOnLayoutChangeListener(this); - a.a(this.i, this.k, this.j, this.l, this.m, this.n); - this.k.setVisibility(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, java.lang.Object] */ + @Override // kotlin.jvm.functions.Function2 + public Unit invoke(String str, View view) { + m.checkNotNullParameter(str, ""); + m.checkNotNullParameter(view, ""); + return Unit.a; } } diff --git a/app/src/main/java/c/a/k/d.java b/app/src/main/java/c/a/k/d.java index 541479462a..0350716f94 100644 --- a/app/src/main/java/c/a/k/d.java +++ b/app/src/main/java/c/a/k/d.java @@ -1,21 +1,29 @@ package c.a.k; import android.view.View; +import com.discord.i18n.RenderContext; +import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; -import rx.functions.Action1; -/* compiled from: FloatingViewManager.kt */ -public final class d implements Action1 { - public final /* synthetic */ a i; - public final /* synthetic */ View j; +import kotlin.jvm.functions.Function2; +/* compiled from: RenderContext.kt */ +public final class d extends o implements Function2 { + public final /* synthetic */ RenderContext.a this$0; - public d(a aVar, View view) { - this.i = aVar; - this.j = view; + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public d(RenderContext.a aVar) { + super(2); + this.this$0 = aVar; } - /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ - @Override // rx.functions.Action1 - public void call(Unit unit) { - this.i.b(this.j.getId()); + /* 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) { + View view2 = view; + m.checkNotNullParameter(str, ""); + m.checkNotNullParameter(view2, "view"); + this.this$0.$onClick.invoke(view2); + return Unit.a; } } diff --git a/app/src/main/java/c/a/k/e.java b/app/src/main/java/c/a/k/e.java deleted file mode 100644 index d7d494ca00..0000000000 --- a/app/src/main/java/c/a/k/e.java +++ /dev/null @@ -1,18 +0,0 @@ -package c.a.k; - -import com.discord.utilities.logging.Logger; -import rx.functions.Action1; -/* compiled from: FloatingViewManager.kt */ -public final class e implements Action1 { - public final /* synthetic */ a i; - - public e(a aVar) { - this.i = aVar; - } - - /* 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.f201c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); - } -} 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/k/f.java b/app/src/main/java/c/a/k/f.java deleted file mode 100644 index 817bfb32f8..0000000000 --- a/app/src/main/java/c/a/k/f.java +++ /dev/null @@ -1,29 +0,0 @@ -package c.a.k; - -import android.view.View; -import android.view.ViewTreeObserver; -import com.discord.floating_view_manager.FloatingViewGravity; -/* compiled from: FloatingViewManager.kt */ -public final class f implements ViewTreeObserver.OnPreDrawListener { - public final /* synthetic */ a i; - public final /* synthetic */ View j; - public final /* synthetic */ View k; - public final /* synthetic */ FloatingViewGravity l; - public final /* synthetic */ int m; - public final /* synthetic */ int n; - - public f(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { - this.i = aVar; - this.j = view; - this.k = view2; - this.l = floatingViewGravity; - this.m = i; - this.n = i2; - } - - @Override // android.view.ViewTreeObserver.OnPreDrawListener - public final boolean onPreDraw() { - a.a(this.i, this.j, this.k, this.l, this.m, this.n); - return true; - } -} 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 62cc69a792..6b0dcd5150 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.f2053c : null; + Hook.a aVar2 = hook != null ? hook.f2056c : null; if (aVar2 != null) { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { a aVar3 = a.d; - aVar = new Hook.a(a.b.mo1invoke(), a.f203c); + aVar = new Hook.a(a.b.mo1invoke(), a.f201c); } 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 39ddfe25ea..7ff250a2bd 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.f239c; + Pattern pattern6 = c.a.t.b.b.e.f238c; 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 5735879850..12cec9e889 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 K = a.K("ParseState(isEscaped="); - K.append(this.a); - K.append(", argumentIndex="); - return a.w(K, this.b, ")"); + StringBuilder L = a.L("ParseState(isEscaped="); + L.append(this.a); + L.append(", argumentIndex="); + return a.w(L, 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 27cd98ba03..2635083448 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 f204c = new b(); + public final ThreadLocal f202c = 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.f204c.get(); + a aVar = this.f202c.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 1f2a9ca0b7..d9ad22730d 100644 --- a/app/src/main/java/c/a/l/a.java +++ b/app/src/main/java/c/a/l/a.java @@ -1,53 +1,28 @@ package c.a.l; -import android.view.View; -import androidx.core.view.ViewCompat; +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 = C0028a.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 f203c = 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 C0028a extends o implements Function0 { - public static final C0028a i = new C0028a(); - - public C0028a() { - 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 Integer.valueOf((int) ViewCompat.MEASURED_STATE_MASK); - } + /* 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 875dc9955c..131934cea3 100644 --- a/app/src/main/java/c/a/l/b.java +++ b/app/src/main/java/c/a/l/b.java @@ -1,320 +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 C0029b extends o implements Function1 { - public static final C0029b i = new C0029b(); - - public C0029b() { - 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 void a(TextView textView, CharSequence charSequence) { - m.checkNotNullParameter(textView, "$this$bindText"); - textView.setText(charSequence); - int i = 0; - if (!(!(charSequence == null || charSequence.length() == 0))) { - i = 8; - } - textView.setVisibility(i); - } - - public static final CharSequence b(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 c(resources, i, Arrays.copyOf(objArr, objArr.length), function1); - } - - public static final CharSequence c(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 g(string, Arrays.copyOf(objArr, objArr.length), function1); - } - - public static final CharSequence d(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 b(context, i, Arrays.copyOf(objArr, objArr.length), function1); - } - - public static final CharSequence e(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 b(requireContext, i, Arrays.copyOf(objArr, objArr.length), function1); - } - - public static final CharSequence f(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.f2054c; - 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.G(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 g(CharSequence charSequence, Object[] objArr, Function1 function1) { - m.checkNotNullParameter(charSequence, "$this$i18nFormat"); - m.checkNotNullParameter(objArr, "formatArgs"); - m.checkNotNullParameter(function1, "initializer"); - return f(charSequence, objArr, AnimatableValueParser.q2(function1, Arrays.copyOf(objArr, objArr.length))); - } - - public static /* synthetic */ CharSequence h(Context context, int i, Object[] objArr, Function1 function1, int i2) { - return b(context, i, objArr, (i2 & 4) != 0 ? C0029b.i : null); - } - - public static /* synthetic */ CharSequence i(Resources resources, int i, Object[] objArr, Function1 function1, int i2) { - return c(resources, i, objArr, (i2 & 4) != 0 ? d.i : null); - } - - public static /* synthetic */ CharSequence j(View view, int i, Object[] objArr, Function1 function1, int i2) { - return d(view, i, objArr, (i2 & 4) != 0 ? c.i : null); - } - - public static /* synthetic */ CharSequence k(Fragment fragment, int i, Object[] objArr, Function1 function1, int i2) { - return e(fragment, i, objArr, (i2 & 4) != 0 ? a.i : null); - } - - public static /* synthetic */ CharSequence l(CharSequence charSequence, Object[] objArr, Function1 function1, int i) { - return g(charSequence, objArr, (i & 2) != 0 ? e.i : null); - } - - public static final void m(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(f(string, objArr, q2)); - } - - public static /* synthetic */ void n(TextView textView, int i, Object[] objArr, Function1 function1, int i2) { - m(textView, i, objArr, (i2 & 4) != 0 ? g.i : null); - } - - public static void o(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(f(charSequence, objArr, q2)); + throw new IOException("No media applications available on this device."); } } diff --git a/app/src/main/java/c/a/l/c.java b/app/src/main/java/c/a/l/c.java deleted file mode 100644 index 0be8c4f790..0000000000 --- a/app/src/main/java/c/a/l/c.java +++ /dev/null @@ -1,24 +0,0 @@ -package c.a.l; - -import android.view.View; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function2; -/* compiled from: Hook.kt */ -public final class c extends o implements Function2 { - public static final c i = new c(); - - public c() { - 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; - } -} diff --git a/app/src/main/java/c/a/l/d.java b/app/src/main/java/c/a/l/d.java deleted file mode 100644 index 3acb8c9e4d..0000000000 --- a/app/src/main/java/c/a/l/d.java +++ /dev/null @@ -1,29 +0,0 @@ -package c.a.l; - -import android.view.View; -import com.discord.i18n.RenderContext; -import d0.z.d.m; -import d0.z.d.o; -import kotlin.Unit; -import kotlin.jvm.functions.Function2; -/* compiled from: RenderContext.kt */ -public final class d extends o implements Function2 { - public final /* synthetic */ RenderContext.a this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public d(RenderContext.a aVar) { - super(2); - this.this$0 = aVar; - } - - /* 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) { - View view2 = view; - m.checkNotNullParameter(str, ""); - m.checkNotNullParameter(view2, "view"); - this.this$0.$onClick.invoke(view2); - return Unit.a; - } -} 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..9c9ea7fee4 --- /dev/null +++ b/app/src/main/java/c/a/n/a.java @@ -0,0 +1,72 @@ +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 androidx.core.app.NotificationCompat; +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, NotificationCompat.CATEGORY_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 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) { + } + } + 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 f9fe915af7..1201111d44 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$OnLayoutChangeListenerC0030a implements View.OnLayoutChangeListener { + /* renamed from: c.a.n.d$a$a reason: collision with other inner class name */ + public static final class View$OnLayoutChangeListenerC0031a implements View.OnLayoutChangeListener { public final /* synthetic */ a i; public final /* synthetic */ View j; - public View$OnLayoutChangeListenerC0030a(a aVar, View view) { + public View$OnLayoutChangeListenerC0031a(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$OnLayoutChangeListenerC0030a(this, view)); + view.addOnLayoutChangeListener(new View$OnLayoutChangeListenerC0031a(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 ec673b7b5d..4c1a7cadff 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 f205c; + public final FrameLayout f203c; @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.f205c = frameLayout; + this.f203c = 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 30d2fa0dde..f79de7c292 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 C0031a implements Animator.AnimatorListener { + /* renamed from: c.a.n.h.a$a reason: collision with other inner class name */ + public static final class C0032a implements Animator.AnimatorListener { public final /* synthetic */ a a; - public C0031a(a aVar) { + public C0032a(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 C0031a(this)); + animatorSet.addListener(new C0032a(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.f205c; + FrameLayout frameLayout = this.i.f203c; m.checkNotNullExpressionValue(frameLayout, "binding.trashWrapTargetContainer"); frameLayout.setActivated(true); int max = Math.max(overlayBubbleWrap.getWidth(), overlayBubbleWrap.getHeight()); - FrameLayout frameLayout2 = this.i.f205c; + FrameLayout frameLayout2 = this.i.f203c; m.checkNotNullExpressionValue(frameLayout2, "binding.trashWrapTargetContainer"); - FrameLayout frameLayout3 = this.i.f205c; + FrameLayout frameLayout3 = this.i.f203c; m.checkNotNullExpressionValue(frameLayout3, "binding.trashWrapTargetContainer"); float max2 = (((float) Math.max(max, frameLayout2.getWidth())) / ((float) frameLayout3.getWidth())) + 0.5f; - FrameLayout frameLayout4 = this.i.f205c; + FrameLayout frameLayout4 = this.i.f203c; m.checkNotNullExpressionValue(frameLayout4, "binding.trashWrapTargetContainer"); float scaleX = frameLayout4.getScaleX(); - FrameLayout frameLayout5 = this.i.f205c; + FrameLayout frameLayout5 = this.i.f203c; m.checkNotNullExpressionValue(frameLayout5, "binding.trashWrapTargetContainer"); float scaleY = frameLayout5.getScaleY(); - FrameLayout frameLayout6 = this.i.f205c; + FrameLayout frameLayout6 = this.i.f203c; m.checkNotNullExpressionValue(frameLayout6, "binding.trashWrapTargetContainer"); float pivotX = frameLayout6.getPivotX(); - FrameLayout frameLayout7 = this.i.f205c; + FrameLayout frameLayout7 = this.i.f203c; 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.f205c.startAnimation(scaleAnimation); + this.i.f203c.startAnimation(scaleAnimation); } else { - FrameLayout frameLayout8 = this.i.f205c; + FrameLayout frameLayout8 = this.i.f203c; m.checkNotNullExpressionValue(frameLayout8, "binding.trashWrapTargetContainer"); frameLayout8.setActivated(false); setActivated(false); - FrameLayout frameLayout9 = this.i.f205c; + FrameLayout frameLayout9 = this.i.f203c; m.checkNotNullExpressionValue(frameLayout9, "binding.trashWrapTargetContainer"); float scaleX2 = frameLayout9.getScaleX(); - FrameLayout frameLayout10 = this.i.f205c; + FrameLayout frameLayout10 = this.i.f203c; 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.f205c.startAnimation(scaleAnimation2); + this.i.f203c.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 9bc5b5af18..13c00bed3e 100644 --- a/app/src/main/java/c/a/o/a.java +++ b/app/src/main/java/c/a/o/a.java @@ -1,72 +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 androidx.core.app.NotificationCompat; -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 = C0033a.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 C0033a extends o implements Function1 { + public static final C0033a i = new C0033a(); - /* 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, NotificationCompat.CATEGORY_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 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) { - } + public C0033a() { + 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..63dc49a601 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 C0034b { + 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 6a6a54ff07..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 = C0032a.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 C0032a extends o implements Function1 { - public static final C0032a i = new C0032a(); + public a(AppMediaPlayer appMediaPlayer) { + this.i = appMediaPlayer; + } - public C0032a() { - 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 fbdbd216eb..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 C0033b { - 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..1f2e143c94 --- /dev/null +++ b/app/src/main/java/c/a/p/i.java @@ -0,0 +1,57 @@ +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.BuildConfig; +import com.discord.app.AppLog; +import com.discord.player.AppMediaPlayer; +import com.discord.utilities.guilds.GuildConstantsKt; +import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; +import 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(BuildConfig.APPLICATION_ID, "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, BuildConfig.APPLICATION_ID + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + str + " (Linux;Android " + Build.VERSION.RELEASE + ") ExoPlayerLib/2.13.3"), 104857600); + k kVar = new k(); + AnimatableValueParser.D(true); + l0.j(GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 0, "bufferForPlaybackMs", "0"); + l0.j(5000, 0, "bufferForPlaybackAfterRebufferMs", "0"); + l0.j(10000, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, "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, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 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..4dfffb2ff3 --- /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.G(c.d.b.a.a.L("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 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.w(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)); + } +} 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..7b06243dbb 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 f204c; + + public a(int i, int i2, Integer num) { + this.a = i; + this.b = i2; + this.f204c = 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.f204c, aVar.f204c); + } + + public int hashCode() { + int i = ((this.a * 31) + this.b) * 31; + Integer num = this.f204c; + 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.f204c, ")"); } } diff --git a/app/src/main/java/c/a/r/a0.java b/app/src/main/java/c/a/q/a0.java similarity index 95% rename from app/src/main/java/c/a/r/a0.java rename to app/src/main/java/c/a/q/a0.java index 35b5d48e16..bce8f6e53d 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.o0.a; +import c.a.q.n0.a; import com.discord.rtcconnection.EncodeQuality; import com.discord.rtcconnection.RtcConnection; import d0.t.g0; @@ -30,7 +30,7 @@ public final /* synthetic */ class a0 extends k implements Function1 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 f205c; + public final Integer d; + + public b(int i, int i2, int i3, Integer num) { + this.a = i; + this.b = i2; + this.f205c = i3; + this.d = num; } - /* 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.f205c == bVar.f205c && m.areEqual(this.d, bVar.d); + } + + public int hashCode() { + int i = ((((this.a * 31) + this.b) * 31) + this.f205c) * 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.f205c); + L.append(", pixelCount="); + return a.A(L, 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 87% rename from app/src/main/java/c/a/r/b0.java rename to app/src/main/java/c/a/q/b0.java index e3a0627ad0..428a0a2912 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.n0.a; -import c.a.r.p0.b; -import c.a.r.p0.c; -import c.a.r.p0.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.MediaType; import co.discord.media_engine.StreamParameters; import co.discord.media_engine.VoiceQuality; @@ -43,26 +43,26 @@ public final class b0 implements MediaEngineConnection.d { rtcConnection.q = transportInfo; MediaEngineConnection mediaEngineConnection2 = rtcConnection.w; if (mediaEngineConnection2 != null) { - d dVar = new d(1000, rtcConnection.T, mediaEngineConnection2, new VoiceQuality(), rtcConnection.j(), new KrispOveruseDetector(mediaEngineConnection2), 0, 64); + d dVar = new d(1000, rtcConnection.T, mediaEngineConnection2, new VoiceQuality(), rtcConnection.A, new KrispOveruseDetector(mediaEngineConnection2), 0, 64); dVar.a.clear(); Subscription subscription = dVar.b; if (subscription != null && !subscription.isUnsubscribed()) { dVar.a(); } - dVar.b = Observable.D(0, dVar.f225c, TimeUnit.MILLISECONDS).W(new b(dVar), new c(dVar)); + dVar.b = Observable.D(0, dVar.f224c, TimeUnit.MILLISECONDS).W(new b(dVar), new c(dVar)); rtcConnection.n = dVar; rtcConnection.o = false; } - if (transportInfo.f2135c.ordinal() != 0) { - StringBuilder K = c.d.b.a.a.K("Unsupported protocol: "); - K.append(transportInfo.f2135c); - K.append('.'); - RtcConnection.k(rtcConnection, true, K.toString(), null, false, 12); + if (transportInfo.f2138c.ordinal() != 0) { + StringBuilder L = c.d.b.a.a.L("Unsupported protocol: "); + L.append(transportInfo.f2138c); + L.append('.'); + RtcConnection.j(rtcConnection, true, L.toString(), null, false, 12); } else { rtcConnection.T.recordBreadcrumb("Sending UDP info to RTC server.", rtcConnection.k); - c.a.r.o0.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); + RtcConnection.o(rtcConnection, "onEngineConnectionConnected() socket was null.", null, null, 6); return; } String str = transportInfo.a; @@ -75,7 +75,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.f216c, aVar2.d, aVar2.e)); + arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f214c, aVar2.d, aVar2.e)); } aVar.p(1, new Payloads.Protocol("udp", protocolInfo, arrayList)); } @@ -91,7 +91,7 @@ public final class b0 implements MediaEngineConnection.d { m.checkNotNullParameter(connectionState, "connectionState"); RtcConnection rtcConnection = this.a; RtcConnection.StateChange stateChange = rtcConnection.r; - rtcConnection.s("Connection state change: " + connectionState); + rtcConnection.r("Connection state change: " + connectionState); int ordinal = connectionState.ordinal(); if (ordinal == 0) { state = RtcConnection.State.h.a; @@ -104,9 +104,9 @@ public final class b0 implements MediaEngineConnection.d { } else { throw new NoWhenBranchMatchedException(); } - rtcConnection.v(state); + rtcConnection.u(state); if (stateChange.a == RtcConnection.State.g.a && rtcConnection.r.a == RtcConnection.State.h.a) { - rtcConnection.r(); + rtcConnection.q(); } if (rtcConnection.r.a == RtcConnection.State.f.a) { rtcConnection.C = Long.valueOf(rtcConnection.U.currentTimeMillis()); @@ -119,7 +119,7 @@ public final class b0 implements MediaEngineConnection.d { mutableMapOf.put("connect_time", Long.valueOf(valueOf.longValue())); } rtcConnection.b(mutableMapOf); - rtcConnection.q(RtcConnection.AnalyticsEvent.VOICE_CONNECTION_SUCCESS, mutableMapOf); + rtcConnection.p(RtcConnection.AnalyticsEvent.VOICE_CONNECTION_SUCCESS, mutableMapOf); MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F; if (mediaSinkWantsManager != null) { mediaSinkWantsManager.b(new i(mediaSinkWantsManager, rtcConnection.w)); @@ -141,16 +141,16 @@ 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 O = c.d.b.a.a.O(str, " -- "); - O.append(failedConnectionException.getMessage()); - rtcConnection.s(O.toString()); + StringBuilder P = c.d.b.a.a.P(str, " -- "); + P.append(failedConnectionException.getMessage()); + rtcConnection.r(P.toString()); } else { RtcConnection.AnalyticsEvent analyticsEvent = RtcConnection.AnalyticsEvent.VOICE_CONNECTION_FAILURE; Map mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.D))); rtcConnection.b(mutableMapOf); - rtcConnection.q(analyticsEvent, mutableMapOf); + rtcConnection.p(analyticsEvent, mutableMapOf); } - RtcConnection.k(rtcConnection, true, str, failedConnectionException, false, 8); + RtcConnection.j(rtcConnection, true, str, failedConnectionException, false, 8); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection.d @@ -169,7 +169,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.o0.a aVar; + c.a.q.n0.a aVar; RtcConnection rtcConnection = this.a; if (j == rtcConnection.R && (aVar = rtcConnection.v) != null) { aVar.b(); @@ -186,9 +186,9 @@ public final class b0 implements MediaEngineConnection.d { RtcConnection rtcConnection = this.a; List asList = j.asList(streamParametersArr); if (j == rtcConnection.R) { - c.a.r.o0.a aVar = rtcConnection.v; + c.a.q.n0.a aVar = rtcConnection.v; if (aVar == null) { - RtcConnection.p(rtcConnection, "sendVideo() socket was null.", null, null, 6); + RtcConnection.o(rtcConnection, "sendVideo() socket was null.", null, null, 6); } else { rtcConnection.J = (long) i2; if (i2 != 0) { @@ -203,10 +203,10 @@ public final class b0 implements MediaEngineConnection.d { Boolean valueOf3 = Boolean.valueOf(streamParameters.getActive()); Integer valueOf4 = Integer.valueOf(streamParameters.getMaxBitrate()); Integer valueOf5 = Integer.valueOf(streamParameters.getQuality()); - k0 k0Var = f.a; - Integer valueOf6 = Integer.valueOf(k0Var.b.f207c); + j0 j0Var = f.a; + Integer valueOf6 = Integer.valueOf(j0Var.b.f205c); Payloads.ResolutionType resolutionType = Payloads.ResolutionType.Fixed; - b bVar = k0Var.b; + b bVar = j0Var.b; arrayList.add(new Payloads.Stream(str, rid, valueOf6, valueOf5, valueOf, valueOf2, new Payloads.Stream.MaxResolution(resolutionType, bVar.a, bVar.b), valueOf3, valueOf4)); } m.checkNotNullParameter(arrayList, "streams"); 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 92% rename from app/src/main/java/c/a/r/c0.java rename to app/src/main/java/c/a/q/c0.java index 99d0c72c86..d3e4513bc5 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 d0.z.d.o; import kotlin.Unit; @@ -17,7 +17,7 @@ public final class c0 extends o implements Function0 { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { - this.this$0.this$0.r(); + this.this$0.this$0.q(); return Unit.a; } } 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 92% rename from app/src/main/java/c/a/r/d0.java rename to app/src/main/java/c/a/q/d0.java index e9c22ed540..171fca25f0 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 com.discord.rtcconnection.RtcConnection; import d0.z.d.o; @@ -18,7 +18,7 @@ public final class d0 extends o implements Function0 { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { - this.this$0.t(new c0(this)); + this.this$0.s(new c0(this)); return Unit.a; } } diff --git a/app/src/main/java/c/a/q/e.java b/app/src/main/java/c/a/q/e.java index 79e91edde0..8305f98f96 100644 --- a/app/src/main/java/c/a/q/e.java +++ b/app/src/main/java/c/a/q/e.java @@ -1,47 +1,204 @@ 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 com.google.android.material.shadow.ShadowDrawableWrapper; +import d0.t.n0; +import d0.t.u; +import d0.z.d.m; +import java.util.ArrayList; +import java.util.LinkedHashMap; +import java.util.List; +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 f206c; + 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 f207c; + public final int d; + + public a(int i, int i2, double d, int i3) { + this.a = i; + this.b = i2; + this.f207c = 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.f207c, aVar.f207c) == 0 && this.d == aVar.d; + } + + public int hashCode() { + return ((a0.a.a.a.a(this.f207c) + (((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.f207c); + L.append(", pixelCount="); + return c.d.b.a.a.w(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 f208c; + + public c(n nVar, int i, EncodeQuality encodeQuality) { + m.checkNotNullParameter(nVar, "budget"); + m.checkNotNullParameter(encodeQuality, "wantValue"); + this.a = nVar; + this.b = i; + this.f208c = 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.f208c, cVar.f208c); + } + + public int hashCode() { + n nVar = this.a; + int i = 0; + int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.b) * 31; + EncodeQuality encodeQuality = this.f208c; + 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.f208c); + 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((double) ShadowDrawableWrapper.COS_45), 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.f207c, 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.f206c = 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 82% rename from app/src/main/java/c/a/r/e0.java rename to app/src/main/java/c/a/q/e0.java index 3d0f9dee24..82d42260e9 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 c.d.b.a.a; import com.discord.rtcconnection.RtcConnection; @@ -23,10 +23,10 @@ public final class e0 extends o implements Function1 { Exception exc2 = exc; m.checkNotNullParameter(exc2, "it"); RtcConnection rtcConnection = this.this$0; - 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); + StringBuilder L = a.L("Error occurred while connecting to RTC server: "); + L.append(exc2.getMessage()); + L.append('.'); + RtcConnection.j(rtcConnection, true, L.toString(), null, false, 12); return Unit.a; } } diff --git a/app/src/main/java/c/a/q/f.java b/app/src/main/java/c/a/q/f.java index 75e69ba892..75d0fda4df 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, 921600), new b(1280, 720, 30, 921600), new a(150000, 2500000, 600000), 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 3daefdf961..d929ace25a 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.Function0; 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 96% rename from app/src/main/java/c/a/r/g0.java rename to app/src/main/java/c/a/q/g0.java index 3bbf37248d..e2acafacdd 100644 --- a/app/src/main/java/c/a/r/g0.java +++ b/app/src/main/java/c/a/q/g0.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/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 85% rename from app/src/main/java/c/a/r/h0.java rename to app/src/main/java/c/a/q/h0.java index b2697116c6..f1779d8266 100644 --- a/app/src/main/java/c/a/r/h0.java +++ b/app/src/main/java/c/a/q/h0.java @@ -1,9 +1,9 @@ -package c.a.r; +package c.a.q; -import c.a.r.e; -import c.a.r.o0.a; -import c.a.r.p0.d; -import c.a.r.p0.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 co.discord.media_engine.MediaType; import co.discord.media_engine.StreamParameters; import com.discord.rtcconnection.EncodeQuality; @@ -37,7 +37,7 @@ public final class h0 implements a.d { this.a = rtcConnection; } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void a(String str, String str2) { m.checkNotNullParameter(str, "audioCodec"); m.checkNotNullParameter(str2, "videoCodec"); @@ -47,11 +47,11 @@ public final class h0 implements a.d { } } - @Override // c.a.r.o0.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); - rtcConnection.s("Disconnected from RTC server. wasFatal: " + z2 + " -- code: " + num + " -- reason: " + str); + rtcConnection.r("Disconnected from RTC server. wasFatal: " + z2 + " -- code: " + num + " -- reason: " + str); MediaEngineConnection mediaEngineConnection = rtcConnection.w; if (mediaEngineConnection != null) { mediaEngineConnection.destroy(); @@ -62,7 +62,7 @@ public final class h0 implements a.d { } boolean z3 = num == null || num.intValue() != 1000; if (!(rtcConnection.r.a instanceof RtcConnection.State.d)) { - rtcConnection.o(z3, str); + rtcConnection.n(z3, str); d dVar = rtcConnection.n; if (dVar != null) { dVar.a(); @@ -70,20 +70,20 @@ public final class h0 implements a.d { rtcConnection.n = null; rtcConnection.o = false; } - rtcConnection.f2122z = 0; + rtcConnection.f2125z = 0; rtcConnection.C = null; MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F; if (mediaSinkWantsManager != null) { mediaSinkWantsManager.b(new g(mediaSinkWantsManager)); } - rtcConnection.v(new RtcConnection.State.d(z3)); + rtcConnection.u(new RtcConnection.State.d(z3)); if (z3) { long fail = rtcConnection.p.fail(new d0(rtcConnection)); Logger.w$default(rtcConnection.T, rtcConnection.k, "Disconnect was not clean! Reason: " + str + ", code: " + num + ". Reconnecting in " + (fail / ((long) 1000)) + " seconds.", null, 4, null); } } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void c(String str, List list) { m.checkNotNullParameter(str, "mode"); m.checkNotNullParameter(list, "secretKey"); @@ -93,53 +93,50 @@ public final class h0 implements a.d { } } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void d(String str) { m.checkNotNullParameter(str, "mediaSessionId"); RtcConnection rtcConnection = this.a; rtcConnection.I = str; for (RtcConnection.c cVar : rtcConnection.m) { cVar.onMediaSessionIdReceived(); - rtcConnection.q(RtcConnection.AnalyticsEvent.MEDIA_SESSION_JOINED, new LinkedHashMap()); + rtcConnection.p(RtcConnection.AnalyticsEvent.MEDIA_SESSION_JOINED, new LinkedHashMap()); } } - /* JADX DEBUG: Failed to insert an additional move for type inference into block B:43:0x0099 */ + /* JADX DEBUG: Failed to insert an additional move for type inference into block B:50:0x00a5 */ /* JADX WARN: Multi-variable type inference failed */ - /* 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 DEBUG: Type inference failed for r2v2. Raw type applied. Possible types: java.util.Iterator, java.util.Iterator */ + /* JADX DEBUG: Type inference failed for r2v6. Raw type applied. Possible types: java.util.Iterator, java.util.Iterator */ /* JADX WARNING: Unknown variable types count: 1 */ - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void e(long j, int i, int i2, List list) { VideoMetadata videoMetadata; Object obj; boolean z2; - ?? r2; + ?? r3; RtcConnection rtcConnection = this.a; - e j2 = rtcConnection.j(); - long j3 = (long) i2; - Objects.requireNonNull(j2); - if (j3 != 0) { - j2.m.put(Long.valueOf(j3), Long.valueOf(j2.p.currentTimeMillis())); - Logger logger = j2.o; - 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); + e eVar = rtcConnection.A; + long j2 = (long) i2; + synchronized (eVar) { + if (j2 != 0) { + eVar.n.put(Long.valueOf(j2), Long.valueOf(eVar.r.currentTimeMillis())); + Logger.i$default(eVar.q, "VideoQuality: handleVideoStreamUpdate(userId: " + j + ", videoSsrc: " + j2 + ')', null, 2, null); + } } if (j != rtcConnection.R) { boolean z3 = false; if (rtcConnection.F != null) { if (list != null) { - r2 = new ArrayList(o.collectionSizeOrDefault(list, 10)); + r3 = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (Payloads.Stream stream : list) { - r2.add(Payloads.Stream.copy$default(stream, MediaStreamTrack.VIDEO_TRACK_KIND, null, null, null, null, null, null, Boolean.valueOf(i2 > 0), null, 382, null)); + r3.add(Payloads.Stream.copy$default(stream, MediaStreamTrack.VIDEO_TRACK_KIND, null, null, null, null, null, null, Boolean.valueOf(i2 > 0), null, 382, null)); } } else { - r2 = n.emptyList(); + r3 = n.emptyList(); } - boolean isEmpty = r2.isEmpty(); - List list2 = r2; + boolean isEmpty = r3.isEmpty(); + List list2 = r3; if (isEmpty) { Integer valueOf = Integer.valueOf(i2); Integer valueOf2 = Integer.valueOf(i2 + 1); @@ -181,15 +178,15 @@ public final class h0 implements a.d { Payloads.Stream.MaxResolution maxResolution = stream3.getMaxResolution(); m.checkNotNull(maxResolution); videoMetadata = new VideoMetadata(j, maxResolution.getWidth(), stream3.getMaxResolution().getHeight(), stream3.getMaxFrameRate(), stream3.getMaxResolution().getType()); - rtcConnection.d(j, (long) i, j3, videoMetadata); + rtcConnection.d(j, (long) i, j2, videoMetadata); } } videoMetadata = null; - rtcConnection.d(j, (long) i, j3, videoMetadata); + rtcConnection.d(j, (long) i, j2, videoMetadata); } } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void f(Map map) { boolean z2; Integer num; @@ -210,7 +207,7 @@ public final class h0 implements a.d { EncodeQuality encodeQuality = values[i]; if (encodeQuality.getValue() <= intValue) { e eVar = rtcConnection.F.j; - k0 k0Var = eVar.e; + j0 j0Var = eVar.e; m.checkNotNullParameter(encodeQuality, "wantValue"); List list = eVar.d; ListIterator listIterator = list.listIterator(list.size()); @@ -219,7 +216,7 @@ public final class h0 implements a.d { break; } e.c previous = listIterator.previous(); - if (encodeQuality.compareTo(previous.f210c) >= 0) { + if (encodeQuality.compareTo(previous.f208c) >= 0) { z2 = true; continue; } else { @@ -236,8 +233,8 @@ public final class h0 implements a.d { cVar2 = (e.c) u.first((List) eVar.d); } n nVar = cVar2.a; - int max = Math.max((int) (((double) k0Var.f211c.a) * nVar.f215c), k0Var.d); - int max2 = Math.max((int) (((double) k0Var.f211c.b) * nVar.f215c), k0Var.d); + int max = Math.max((int) (((double) j0Var.f209c.a) * nVar.f219c), j0Var.d); + int max2 = Math.max((int) (((double) j0Var.f209c.b) * nVar.f219c), j0Var.d); MediaEngineConnection mediaEngineConnection = rtcConnection.w; if (mediaEngineConnection != null) { mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.b, nVar.d, nVar.e)); @@ -250,7 +247,7 @@ public final class h0 implements a.d { } } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void g(long j) { RtcConnection rtcConnection = this.a; rtcConnection.u.add(Long.valueOf(j)); @@ -258,7 +255,7 @@ public final class h0 implements a.d { r.removeFirst(rtcConnection.u); } if (j > ((long) 500)) { - rtcConnection.f2122z++; + rtcConnection.f2125z++; } double d = (double) j; Objects.requireNonNull(RtcConnection.Quality.Companion); @@ -268,18 +265,18 @@ public final class h0 implements a.d { } } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void h() { } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void i() { RtcConnection rtcConnection = this.a; rtcConnection.p.cancel(); rtcConnection.T.recordBreadcrumb("Connected to RTC server.", rtcConnection.k); a aVar = rtcConnection.v; if (aVar == null) { - RtcConnection.p(rtcConnection, "onSocketConnect() socket was null.", null, null, 6); + RtcConnection.o(rtcConnection, "onSocketConnect() socket was null.", null, null, 6); return; } List listOf = d0.t.m.listOf(new Payloads.Stream(MediaStreamTrack.VIDEO_TRACK_KIND, "100", null, 100, null, null, null, null, null)); @@ -291,19 +288,19 @@ public final class h0 implements a.d { m.checkNotNullParameter(str2, "sessionId"); m.checkNotNullParameter(listOf, "streams"); aVar.b(); - aVar.f221s = str; + aVar.f220s = str; aVar.t = str2; aVar.A = a.c.IDENTIFYING; aVar.p(0, new Payloads.Identify(str, j, str2, aVar.D, z2, listOf)); - rtcConnection.v(RtcConnection.State.a.a); + rtcConnection.u(RtcConnection.State.a.a); } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void j(long j) { Map b; RtcConnection rtcConnection = this.a; - if ((rtcConnection.V instanceof RtcConnection.d.a) && (b = rtcConnection.j().b(String.valueOf(j))) != null) { - rtcConnection.m(j, b); + if ((rtcConnection.V instanceof RtcConnection.d.a) && (b = rtcConnection.A.b(String.valueOf(j))) != null) { + rtcConnection.l(j, b); } MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.F; if (mediaSinkWantsManager != null) { @@ -319,15 +316,15 @@ public final class h0 implements a.d { /* JADX WARN: Multi-variable type inference failed */ /* JADX WARNING: Unknown variable types count: 1 */ - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void k(int i, int i2, String str, List list) { MediaEngineConnection.Type type; m.checkNotNullParameter(str, "ip"); m.checkNotNullParameter(list, "streams"); RtcConnection rtcConnection = this.a; Objects.requireNonNull(rtcConnection); - rtcConnection.s("Discovered dedicated UDP server on port " + i); - rtcConnection.v(RtcConnection.State.g.a); + rtcConnection.r("Discovered dedicated UDP server on port " + i); + rtcConnection.u(RtcConnection.State.g.a); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(list, 10)); for (Iterator it = list.iterator(); it.hasNext(); it = it) { Payloads.Stream stream = (Payloads.Stream) it.next(); @@ -365,14 +362,14 @@ public final class h0 implements a.d { } MediaEngineConnection g = mediaEngine.g(j, aVar, type, new e0(rtcConnection)); if (g == null) { - RtcConnection.p(rtcConnection, "onSocketHello(): connect() return null.", null, null, 6); + RtcConnection.o(rtcConnection, "onSocketHello(): connect() return null.", null, null, 6); return; } g.l(rtcConnection.L); rtcConnection.w = g; } - @Override // c.a.r.o0.a.d + @Override // c.a.q.n0.a.d public void onConnecting() { RtcConnection rtcConnection = this.a; rtcConnection.p.cancel(); @@ -380,11 +377,11 @@ public final class h0 implements a.d { sb.append("Connecting to RTC server "); a aVar = rtcConnection.v; sb.append(aVar != null ? aVar.C : null); - rtcConnection.s(sb.toString()); - rtcConnection.v(RtcConnection.State.c.a); + rtcConnection.r(sb.toString()); + rtcConnection.u(RtcConnection.State.c.a); } - @Override // c.a.r.o0.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/i.java b/app/src/main/java/c/a/q/i.java index 7cb55706a3..cced50d8e8 100644 --- a/app/src/main/java/c/a/q/i.java +++ b/app/src/main/java/c/a/q/i.java @@ -1,57 +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.BuildConfig; -import com.discord.app.AppLog; -import com.discord.player.AppMediaPlayer; -import com.discord.utilities.guilds.GuildConstantsKt; -import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; -import 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(BuildConfig.APPLICATION_ID, "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, BuildConfig.APPLICATION_ID + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + str + " (Linux;Android " + Build.VERSION.RELEASE + ") ExoPlayerLib/2.13.3"), 104857600); - k kVar = new k(); - AnimatableValueParser.D(true); - l0.j(GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 0, "bufferForPlaybackMs", "0"); - l0.j(5000, 0, "bufferForPlaybackAfterRebufferMs", "0"); - l0.j(10000, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, "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, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 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/j0.java b/app/src/main/java/c/a/q/i0.java similarity index 97% rename from app/src/main/java/c/a/r/j0.java rename to app/src/main/java/c/a/q/i0.java index e22f425838..3356710e41 100644 --- a/app/src/main/java/c/a/r/j0.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; @@ -22,12 +22,12 @@ import kotlin.jvm.functions.Function0; /* compiled from: ThermalDetector.kt */ @AnyThread @RequiresApi(29) -public final class j0 implements PowerManager.OnThermalStatusChangedListener, Runnable, DebugPrintable { +public final class i0 implements PowerManager.OnThermalStatusChangedListener, Runnable, DebugPrintable { public static final Lazy i = g.lazy(i.NONE, a.i); public static boolean j; public static boolean k; public static boolean l; - public static final j0 m = new j0(); + public static final i0 m = new i0(); /* compiled from: ThermalDetector.kt */ public static final class a extends o implements Function0 { diff --git a/app/src/main/java/c/a/q/j.java b/app/src/main/java/c/a/q/j.java index 822dd9f1b8..f4a6c38134 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.f2118c.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/k0.java b/app/src/main/java/c/a/q/j0.java similarity index 60% rename from app/src/main/java/c/a/r/k0.java rename to app/src/main/java/c/a/q/j0.java index 1a1018379d..d870f31276 100644 --- a/app/src/main/java/c/a/r/k0.java +++ b/app/src/main/java/c/a/q/j0.java @@ -1,25 +1,25 @@ -package c.a.r; +package c.a.q; import c.d.b.a.a; import d0.z.d.m; /* compiled from: MediaSinkWantsLadder.kt */ -public final class k0 { +public final class j0 { public final b a; public final b b; /* renamed from: c reason: collision with root package name */ - public final a f211c; + public final a f209c; public final int d; public final a e; - public k0(b bVar, b bVar2, a aVar, int i, a aVar2) { + public j0(b bVar, b bVar2, a aVar, int i, a aVar2) { m.checkNotNullParameter(bVar, "videoBudget"); m.checkNotNullParameter(bVar2, "videoCapture"); m.checkNotNullParameter(aVar, "videoBitrate"); m.checkNotNullParameter(aVar2, "desktopBitrate"); this.a = bVar; this.b = bVar2; - this.f211c = aVar; + this.f209c = aVar; this.d = i; this.e = aVar2; } @@ -28,11 +28,11 @@ public final class k0 { if (this == obj) { return true; } - if (!(obj instanceof k0)) { + if (!(obj instanceof j0)) { return false; } - k0 k0Var = (k0) obj; - return m.areEqual(this.a, k0Var.a) && m.areEqual(this.b, k0Var.b) && m.areEqual(this.f211c, k0Var.f211c) && this.d == k0Var.d && m.areEqual(this.e, k0Var.e); + j0 j0Var = (j0) obj; + return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f209c, j0Var.f209c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); } public int hashCode() { @@ -41,7 +41,7 @@ public final class k0 { int hashCode = (bVar != null ? bVar.hashCode() : 0) * 31; b bVar2 = this.b; int hashCode2 = (hashCode + (bVar2 != null ? bVar2.hashCode() : 0)) * 31; - a aVar = this.f211c; + a aVar = this.f209c; 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 k0 { } public String toString() { - StringBuilder K = a.K("VideoQualityManagerOptions(videoBudget="); - K.append(this.a); - K.append(", videoCapture="); - K.append(this.b); - K.append(", videoBitrate="); - K.append(this.f211c); - K.append(", videoBitrateFloor="); - K.append(this.d); - K.append(", desktopBitrate="); - K.append(this.e); - K.append(")"); - return K.toString(); + StringBuilder L = a.L("VideoQualityManagerOptions(videoBudget="); + L.append(this.a); + L.append(", videoCapture="); + L.append(this.b); + L.append(", videoBitrate="); + L.append(this.f209c); + L.append(", videoBitrateFloor="); + L.append(this.d); + L.append(", desktopBitrate="); + L.append(this.e); + L.append(")"); + return L.toString(); } } diff --git a/app/src/main/java/c/a/q/k.java b/app/src/main/java/c/a/q/k.java index 3cf8c06d10..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.F(c.d.b.a.a.K("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 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)); + /* 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/l0/a.java b/app/src/main/java/c/a/q/k0/a.java similarity index 84% rename from app/src/main/java/c/a/r/l0/a.java rename to app/src/main/java/c/a/q/k0/a.java index 67ed578cbf..498a46eb8e 100644 --- a/app/src/main/java/c/a/r/l0/a.java +++ b/app/src/main/java/c/a/q/k0/a.java @@ -1,4 +1,4 @@ -package c.a.r.l0; +package c.a.q.k0; import android.content.BroadcastReceiver; import android.content.Context; @@ -6,7 +6,7 @@ import android.content.Intent; import android.media.AudioManager; import androidx.annotation.MainThread; import androidx.core.os.EnvironmentCompat; -import c.a.r.m0.a; +import c.a.q.l0.a; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.rtcconnection.enums.AudioManagerBroadcastAction; @@ -18,30 +18,30 @@ import org.webrtc.MediaStreamTrack; import org.webrtc.ThreadUtils; /* compiled from: AudioManagerBroadcastReceiver.kt */ public final class a extends BroadcastReceiver { - public static final C0034a a = new C0034a(null); + public static final C0035a a = new C0035a(null); public final Context b; /* renamed from: c reason: collision with root package name */ - public final f f212c; + public final h f210c; /* compiled from: AudioManagerBroadcastReceiver.kt */ - /* renamed from: c.a.r.l0.a$a reason: collision with other inner class name */ - public static final class C0034a { - public C0034a(DefaultConstructorMarker defaultConstructorMarker) { + /* renamed from: c.a.q.k0.a$a reason: collision with other inner class name */ + public static final class C0035a { + public C0035a(DefaultConstructorMarker defaultConstructorMarker) { } } - public a(Context context, f fVar) { + public a(Context context, h hVar) { m.checkNotNullParameter(context, "context"); - m.checkNotNullParameter(fVar, "listener"); + m.checkNotNullParameter(hVar, "listener"); this.b = context; - this.f212c = fVar; + this.f210c = hVar; } @Override // android.content.BroadcastReceiver @MainThread public void onReceive(Context context, Intent intent) { - c.a.r.m0.a aVar; + c.a.q.l0.a aVar; m.checkNotNullParameter(context, "context"); ThreadUtils.checkIsOnMainThread(); if (intent != null) { @@ -67,17 +67,17 @@ public final class a extends BroadcastReceiver { } } if (audioManagerBroadcastAction == null) { - StringBuilder K = c.d.b.a.a.K("unable to parse AudioManagerBroadcastAction for action: "); - K.append(intent.getAction()); - AnimatableValueParser.H1("AudioManagerBroadcastReceiver", K.toString()); + StringBuilder L = c.d.b.a.a.L("unable to parse AudioManagerBroadcastAction for action: "); + L.append(intent.getAction()); + AnimatableValueParser.H1("AudioManagerBroadcastReceiver", L.toString()); return; } AnimatableValueParser.G1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction); try { - f fVar = this.f212c; + h hVar = this.f210c; int ordinal = audioManagerBroadcastAction.ordinal(); if (ordinal == 0) { - fVar.c(context); + hVar.c(context); } else if (ordinal == 1) { m.checkNotNullParameter(intent, "intent"); if (m.areEqual(intent.getAction(), "android.intent.action.HEADSET_PLUG")) { @@ -92,26 +92,26 @@ public final class a extends BroadcastReceiver { if (intent.getIntExtra("microphone", 0) == 1) { z2 = true; } - aVar = new a.C0035a(stringExtra, z2); + aVar = new a.C0036a(stringExtra, z2); } - fVar.e(context, aVar); + hVar.e(context, aVar); return; } throw new IllegalArgumentException("Failed requirement.".toString()); } else if (ordinal == 2) { - fVar.b(context, ScoAudioState.Companion.b(intent)); + hVar.b(context, ScoAudioState.Companion.b(intent)); } else if (ordinal == 3) { m.checkNotNullParameter(context, "$this$isMicrophoneMute"); m.checkNotNullParameter(context, "$this$getAudioManager"); Object systemService = context.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); Objects.requireNonNull(systemService, "null cannot be cast to non-null type android.media.AudioManager"); - fVar.a(context, ((AudioManager) systemService).isMicrophoneMute()); + hVar.a(context, ((AudioManager) systemService).isMicrophoneMute()); } else if (ordinal == 4) { m.checkNotNullParameter(context, "$this$isSpeakerphoneOn"); m.checkNotNullParameter(context, "$this$getAudioManager"); Object systemService2 = context.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); Objects.requireNonNull(systemService2, "null cannot be cast to non-null type android.media.AudioManager"); - fVar.d(context, ((AudioManager) systemService2).isSpeakerphoneOn()); + hVar.d(context, ((AudioManager) systemService2).isSpeakerphoneOn()); } } catch (Throwable th) { AnimatableValueParser.E1("AudioManagerBroadcastReceiver", "error handling " + audioManagerBroadcastAction, th); diff --git a/app/src/main/java/c/a/r/l0/b.java b/app/src/main/java/c/a/q/k0/b.java similarity index 84% rename from app/src/main/java/c/a/r/l0/b.java rename to app/src/main/java/c/a/q/k0/b.java index 25a2436b4d..3f13dc1b10 100644 --- a/app/src/main/java/c/a/r/l0/b.java +++ b/app/src/main/java/c/a/q/k0/b.java @@ -1,4 +1,4 @@ -package c.a.r.l0; +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 f213c; + public final boolean f211c; public final boolean d; /* compiled from: AudioPermissions.kt */ @@ -27,7 +27,7 @@ public final class b { boolean z4 = context.checkPermission("android.permission.RECORD_AUDIO", Process.myPid(), Process.myUid()) == 0; z2 = context.checkPermission("android.permission.BLUETOOTH", Process.myPid(), Process.myUid()) != 0 ? false : z2; this.b = z3; - this.f213c = z4; + this.f211c = z4; this.d = z2; if (!z3) { AnimatableValueParser.H1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing"); @@ -48,7 +48,7 @@ public final class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f213c == bVar.f213c && this.d == bVar.d; + return this.b == bVar.b && this.f211c == bVar.f211c && 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.f213c; + boolean z3 = this.f211c; if (z3) { z3 = true; } @@ -77,11 +77,11 @@ public final class b { } public String toString() { - StringBuilder K = c.d.b.a.a.K("AudioPermissions(hasModifyAudioSettingsPermission="); - K.append(this.b); - K.append(", hasRecordAudioPermission="); - K.append(this.f213c); - K.append(", hasBluetoothPermission="); - return c.d.b.a.a.F(K, this.d, ")"); + StringBuilder L = c.d.b.a.a.L("AudioPermissions(hasModifyAudioSettingsPermission="); + L.append(this.b); + L.append(", hasRecordAudioPermission="); + L.append(this.f211c); + L.append(", hasBluetoothPermission="); + return c.d.b.a.a.G(L, this.d, ")"); } } diff --git a/app/src/main/java/c/a/r/l0/c.java b/app/src/main/java/c/a/q/k0/c.java similarity index 90% rename from app/src/main/java/c/a/r/l0/c.java rename to app/src/main/java/c/a/q/k0/c.java index 344fd6979f..0137012dbc 100644 --- a/app/src/main/java/c/a/r/l0/c.java +++ b/app/src/main/java/c/a/q/k0/c.java @@ -1,4 +1,4 @@ -package c.a.r.l0; +package c.a.q.k0; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; @@ -24,7 +24,7 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi public boolean k; public BluetoothHeadset l; public final Context m; - public final g n; + public final i n; /* compiled from: BluetoothBroadcastReceiver.kt */ public static final class a { @@ -32,11 +32,11 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi } } - public c(Context context, g gVar) { + public c(Context context, i iVar) { m.checkNotNullParameter(context, "context"); - m.checkNotNullParameter(gVar, "listener"); + m.checkNotNullParameter(iVar, "listener"); this.m = context; - this.n = gVar; + this.n = iVar; } @Override // android.content.BroadcastReceiver @@ -66,24 +66,24 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi i2++; } if (bluetoothBroadcastAction == null) { - StringBuilder K = c.d.b.a.a.K("unable to parse BluetoothBroadcastAction for action: "); - K.append(intent.getAction()); - AnimatableValueParser.H1("BluetoothBroadcastReceiver", K.toString()); + StringBuilder L = c.d.b.a.a.L("unable to parse BluetoothBroadcastAction for action: "); + L.append(intent.getAction()); + AnimatableValueParser.H1("BluetoothBroadcastReceiver", L.toString()); return; } AnimatableValueParser.G1("BluetoothBroadcastReceiver", "onReceive: action = " + bluetoothBroadcastAction); try { - g gVar = this.n; + i iVar = this.n; int ordinal = bluetoothBroadcastAction.ordinal(); if (ordinal == 0) { - gVar.d(context, BluetoothProfileConnectionState.Companion.b(intent)); + iVar.d(context, BluetoothProfileConnectionState.Companion.b(intent)); } else if (ordinal == 1) { - gVar.a(context, BluetoothHeadsetAudioState.Companion.b(intent)); + iVar.a(context, BluetoothHeadsetAudioState.Companion.b(intent)); } else if (ordinal != 4) { AnimatableValueParser.H1("BluetoothBroadcastReceiver", "unexpected " + bluetoothBroadcastAction); } else { m.checkNotNullParameter(intent, "$this$getBluetoothDeviceExtra"); - gVar.b((BluetoothDevice) intent.getParcelableExtra("android.bluetooth.device.extra.DEVICE")); + iVar.b((BluetoothDevice) intent.getParcelableExtra("android.bluetooth.device.extra.DEVICE")); } } catch (Throwable th) { AnimatableValueParser.E1("BluetoothBroadcastReceiver", "error handling " + bluetoothBroadcastAction, th); diff --git a/app/src/main/java/c/a/r/l0/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/l0/d.java rename to app/src/main/java/c/a/q/k0/d.java index c29531c5c5..addb45e8e3 100644 --- a/app/src/main/java/c/a/r/l0/d.java +++ b/app/src/main/java/c/a/q/k0/d.java @@ -1,4 +1,4 @@ -package c.a.r.l0; +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 f214c = null; + public static final d f212c = null; /* compiled from: BluetoothHeadsetPrivateApi.kt */ public static final class a extends o implements Function0 { diff --git a/app/src/main/java/c/a/r/l0/e.java b/app/src/main/java/c/a/q/k0/e.java similarity index 97% rename from app/src/main/java/c/a/r/l0/e.java rename to app/src/main/java/c/a/q/k0/e.java index a512a3c8ca..d7e1b8b4b2 100644 --- a/app/src/main/java/c/a/r/l0/e.java +++ b/app/src/main/java/c/a/q/k0/e.java @@ -1,4 +1,4 @@ -package c.a.r.l0; +package c.a.q.k0; import android.media.AudioManager; import com.airbnb.lottie.parser.AnimatableValueParser; diff --git a/app/src/main/java/c/a/q/k0/f.java b/app/src/main/java/c/a/q/k0/f.java new file mode 100644 index 0000000000..a2387453b0 --- /dev/null +++ b/app/src/main/java/c/a/q/k0/f.java @@ -0,0 +1,26 @@ +package c.a.q.k0; + +import android.database.ContentObserver; +import android.os.Handler; +import com.discord.rtcconnection.audio.DiscordAudioManager; +import rx.subjects.SerializedSubject; +/* compiled from: DiscordAudioManager.kt */ +public final class f extends ContentObserver { + public final /* synthetic */ DiscordAudioManager a; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public f(DiscordAudioManager discordAudioManager, Handler handler) { + super(handler); + this.a = discordAudioManager; + } + + @Override // android.database.ContentObserver + public void onChange(boolean z2) { + super.onChange(z2); + DiscordAudioManager discordAudioManager = this.a; + int streamVolume = discordAudioManager.e.getStreamVolume(3); + discordAudioManager.w = streamVolume; + SerializedSubject serializedSubject = discordAudioManager.f2131y; + serializedSubject.j.onNext(Integer.valueOf(streamVolume)); + } +} diff --git a/app/src/main/java/c/a/q/k0/g.java b/app/src/main/java/c/a/q/k0/g.java new file mode 100644 index 0000000000..cc28d3c94b --- /dev/null +++ b/app/src/main/java/c/a/q/k0/g.java @@ -0,0 +1,72 @@ +package c.a.q.k0; + +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: EchoCancellation.kt */ +public final class g { + public static final g a = new g(true, false, false); + public static final g b = new g(true, false, false); + + /* renamed from: c reason: collision with root package name */ + public static final a f213c = new a(null); + public volatile boolean d; + public final boolean e; + public final boolean f; + public final boolean g; + + /* compiled from: EchoCancellation.kt */ + public static final class a { + public a(DefaultConstructorMarker defaultConstructorMarker) { + } + } + + public g(boolean z2, boolean z3, boolean z4) { + this.e = z2; + this.f = z3; + this.g = z4; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof g)) { + return false; + } + g gVar = (g) obj; + return this.e == gVar.e && this.f == gVar.f && this.g == gVar.g; + } + + public int hashCode() { + boolean z2 = this.e; + int i = 1; + if (z2) { + z2 = true; + } + int i2 = z2 ? 1 : 0; + int i3 = z2 ? 1 : 0; + int i4 = z2 ? 1 : 0; + int i5 = i2 * 31; + boolean z3 = this.f; + if (z3) { + z3 = true; + } + int i6 = z3 ? 1 : 0; + int i7 = z3 ? 1 : 0; + int i8 = z3 ? 1 : 0; + int i9 = (i5 + i6) * 31; + boolean z4 = this.g; + if (!z4) { + i = z4 ? 1 : 0; + } + return i9 + i; + } + + public String toString() { + StringBuilder L = c.d.b.a.a.L("EchoCancellation(shouldEarlyEnableHwAec="); + L.append(this.e); + L.append(", alwaysEnableAec="); + L.append(this.f); + L.append(", disableSwAecWhenHwIsEnabled="); + return c.d.b.a.a.G(L, this.g, ")"); + } +} diff --git a/app/src/main/java/c/a/r/l0/f.java b/app/src/main/java/c/a/q/k0/h.java similarity index 87% rename from app/src/main/java/c/a/r/l0/f.java rename to app/src/main/java/c/a/q/k0/h.java index 88252b596b..7019c1e826 100644 --- a/app/src/main/java/c/a/r/l0/f.java +++ b/app/src/main/java/c/a/q/k0/h.java @@ -1,12 +1,12 @@ -package c.a.r.l0; +package c.a.q.k0; import android.content.Context; import androidx.annotation.MainThread; -import c.a.r.m0.a; +import c.a.q.l0.a; import com.discord.rtcconnection.enums.ScoAudioState; /* compiled from: OnAudioManagerBroadcastListener.kt */ @MainThread -public interface f { +public interface h { void a(Context context, boolean z2); void b(Context context, ScoAudioState.b bVar); diff --git a/app/src/main/java/c/a/r/l0/g.java b/app/src/main/java/c/a/q/k0/i.java similarity index 93% rename from app/src/main/java/c/a/r/l0/g.java rename to app/src/main/java/c/a/q/k0/i.java index 30c6d02c9d..c7aefb70f9 100644 --- a/app/src/main/java/c/a/r/l0/g.java +++ b/app/src/main/java/c/a/q/k0/i.java @@ -1,4 +1,4 @@ -package c.a.r.l0; +package c.a.q.k0; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothHeadset; @@ -8,7 +8,7 @@ import com.discord.rtcconnection.enums.BluetoothHeadsetAudioState; import com.discord.rtcconnection.enums.BluetoothProfileConnectionState; /* compiled from: OnBluetoothBroadcastListener.kt */ @MainThread -public interface g { +public interface i { void a(Context context, BluetoothHeadsetAudioState.b bVar); void b(BluetoothDevice bluetoothDevice); diff --git a/app/src/main/java/c/a/q/l.java b/app/src/main/java/c/a/q/l.java index 488fb93a55..8a3afa15b5 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.f2118c.remove(Long.valueOf(this.$userId)); + } else { + this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); + this.this$0.f2118c.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/m0/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/m0/a.java rename to app/src/main/java/c/a/q/l0/a.java index d2b9168c2b..7fe655602d 100644 --- a/app/src/main/java/c/a/r/m0/a.java +++ b/app/src/main/java/c/a/q/l0/a.java @@ -1,4 +1,4 @@ -package c.a.r.m0; +package c.a.q.l0; import com.discord.models.domain.ModelAuditLogEntry; import d0.z.d.m; @@ -7,13 +7,13 @@ import kotlin.jvm.internal.DefaultConstructorMarker; public abstract class a { /* compiled from: WiredHeadsetState.kt */ - /* renamed from: c.a.r.m0.a$a reason: collision with other inner class name */ - public static final class C0035a extends a { + /* renamed from: c.a.q.l0.a$a reason: collision with other inner class name */ + public static final class C0036a 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 C0035a(String str, boolean z2) { + public C0036a(String str, boolean z2) { super(false, null); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_NAME); this.a = str; @@ -24,10 +24,10 @@ public abstract class a { if (this == obj) { return true; } - if (!(obj instanceof C0035a)) { + if (!(obj instanceof C0036a)) { return false; } - C0035a aVar = (C0035a) obj; + C0036a aVar = (C0036a) obj; return m.areEqual(this.a, aVar.a) && this.b == aVar.b; } @@ -45,10 +45,10 @@ public abstract class a { } public String toString() { - 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, ")"); + 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, ")"); } } 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/n0/a.java b/app/src/main/java/c/a/q/m0/a.java similarity index 71% rename from app/src/main/java/c/a/r/n0/a.java rename to app/src/main/java/c/a/q/m0/a.java index f5800dddb9..9276f028b4 100644 --- a/app/src/main/java/c/a/r/n0/a.java +++ b/app/src/main/java/c/a/q/m0/a.java @@ -1,4 +1,4 @@ -package c.a.r.n0; +package c.a.q.m0; import com.discord.models.domain.ModelAuditLogEntry; import d0.z.d.m; @@ -8,7 +8,7 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f216c; + public final String f214c; public final int d; public final Integer e; @@ -17,7 +17,7 @@ public final class a { m.checkNotNullParameter(str2, "type"); this.a = str; this.b = i; - this.f216c = str2; + this.f214c = str2; this.d = i2; this.e = num; } @@ -30,14 +30,14 @@ public final class a { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f216c, aVar.f216c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f214c, aVar.f214c) && 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.f216c; + String str2 = this.f214c; int hashCode2 = (((hashCode + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d) * 31; Integer num = this.e; if (num != null) { @@ -47,15 +47,15 @@ public final class a { } public String toString() { - 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.f216c); - K.append(", payloadType="); - K.append(this.d); - K.append(", rtxPayloadType="); - return c.d.b.a.a.z(K, this.e, ")"); + 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.f214c); + L.append(", payloadType="); + L.append(this.d); + L.append(", rtxPayloadType="); + return c.d.b.a.a.A(L, this.e, ")"); } } diff --git a/app/src/main/java/c/a/r/n0/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/n0/b.java rename to app/src/main/java/c/a/q/m0/b.java index f0d754951f..768edd3510 100644 --- a/app/src/main/java/c/a/r/n0/b.java +++ b/app/src/main/java/c/a/q/m0/b.java @@ -1,4 +1,4 @@ -package c.a.r.n0; +package c.a.q.m0; import android.content.Context; import android.content.Intent; @@ -36,7 +36,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 RunnableC0036b j = new RunnableC0036b(); + public final RunnableC0037b j = new RunnableC0037b(); public NativeCapturerObserver k; public SurfaceTextureHelper l; public Context m; @@ -47,14 +47,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 f217s = new Rect(); + public final Rect f215s = 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 f218x; + public final ThumbnailEmitter f216x; /* compiled from: ScreenCapturer.kt */ public static final class a { @@ -63,9 +63,9 @@ public final class b extends ScreenCapturerAndroid { } /* compiled from: ScreenCapturer.kt */ - /* renamed from: c.a.r.n0.b$b reason: collision with other inner class name */ - public final class RunnableC0036b implements Runnable { - public RunnableC0036b() { + /* renamed from: c.a.q.m0.b$b reason: collision with other inner class name */ + public final class RunnableC0037b implements Runnable { + public RunnableC0037b() { } @Override // java.lang.Runnable @@ -121,7 +121,7 @@ public final class b extends ScreenCapturerAndroid { m.checkNotNullParameter(callback, "mediaProjectionCallback"); m.checkNotNullParameter(logger, "logger"); this.w = logger; - this.f218x = thumbnailEmitter; + this.f216x = thumbnailEmitter; } public final synchronized void a(Rect rect, int i2) { @@ -212,11 +212,11 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoCapturer public void dispose() { stopCapture(); - ThumbnailEmitter thumbnailEmitter = this.f218x; + ThumbnailEmitter thumbnailEmitter = this.f216x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); - thumbnailEmitter.f2138c.release(); + thumbnailEmitter.f2141c.release(); JniCommon.nativeFreeByteBuffer(thumbnailEmitter.b); thumbnailEmitter.a = RecyclerView.FOREVER_NS; } @@ -238,18 +238,18 @@ public final class b extends ScreenCapturerAndroid { @Override // org.webrtc.ScreenCapturerAndroid, org.webrtc.VideoSink public void onFrame(VideoFrame videoFrame) { - Rect rect = this.f217s; + Rect rect = this.f215s; Context context = this.m; if (context == null) { m.throwUninitializedPropertyAccessException("context"); } rect.set(DisplayUtils.getScreenSize(context)); - if (!m.areEqual(this.f217s, this.r)) { - this.r.set(this.f217s); - a(this.f217s, this.u); + if (!m.areEqual(this.f215s, this.r)) { + this.r.set(this.f215s); + a(this.f215s, this.u); } this.q = Long.valueOf(videoFrame.getTimestampNs()); - ThumbnailEmitter thumbnailEmitter = this.f218x; + ThumbnailEmitter thumbnailEmitter = this.f216x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { m.checkNotNullParameter(videoFrame, "frame"); diff --git a/app/src/main/java/c/a/r/n0/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/n0/c/a.java rename to app/src/main/java/c/a/q/m0/c/a.java index 7e388e6243..c9f9f1a80e 100644 --- a/app/src/main/java/c/a/r/n0/c/a.java +++ b/app/src/main/java/c/a/q/m0/c/a.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/c/b.java b/app/src/main/java/c/a/q/m0/c/b.java similarity index 99% rename from app/src/main/java/c/a/r/n0/c/b.java rename to app/src/main/java/c/a/q/m0/c/b.java index dd1abd1a74..47a3ea15b0 100644 --- a/app/src/main/java/c/a/r/n0/c/b.java +++ b/app/src/main/java/c/a/q/m0/c/b.java @@ -1,4 +1,4 @@ -package c.a.r.n0.c; +package c.a.q.m0.c; import co.discord.media_engine.Connection; import co.discord.media_engine.StreamParameters; diff --git a/app/src/main/java/c/a/r/n0/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/n0/c/c.java rename to app/src/main/java/c/a/q/m0/c/c.java index b89359b923..addbe2fd26 100644 --- a/app/src/main/java/c/a/r/n0/c/c.java +++ b/app/src/main/java/c/a/q/m0/c/c.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/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/n0/c/d.java rename to app/src/main/java/c/a/q/m0/c/d.java index c2a9674b40..bea23a0b48 100644 --- a/app/src/main/java/c/a/r/n0/c/d.java +++ b/app/src/main/java/c/a/q/m0/c/d.java @@ -1,4 +1,4 @@ -package c.a.r.n0.c; +package c.a.q.m0.c; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; import com.discord.utilities.logging.Logger; @@ -50,9 +50,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.f219c = connectionState; + eVar.f217c = connectionState; eVar.y(new a(eVar, connectionState)); - c.a.r.n0.a aVar = new c.a.r.n0.a("opus", 1, MediaStreamTrack.AUDIO_TRACK_KIND, 120, null); + c.a.q.m0.a aVar = new c.a.q.m0.a("opus", 1, MediaStreamTrack.AUDIO_TRACK_KIND, 120, null); eVar.j.clear(); eVar.j.add(aVar); eVar.j.addAll(eVar.p); diff --git a/app/src/main/java/c/a/r/n0/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/n0/c/e.java rename to app/src/main/java/c/a/q/m0/c/e.java index 4cbaa5aed0..81daa8e664 100644 --- a/app/src/main/java/c/a/r/n0/c/e.java +++ b/app/src/main/java/c/a/q/m0/c/e.java @@ -1,4 +1,4 @@ -package c.a.r.n0.c; +package c.a.q.m0.c; import android.content.Intent; import android.media.projection.MediaProjection; @@ -36,20 +36,20 @@ public final class e implements MediaEngineConnection { public final CopyOnWriteArrayList b; /* renamed from: c reason: collision with root package name */ - public MediaEngineConnection.ConnectionState f219c; + public MediaEngineConnection.ConnectionState f217c; 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; @@ -155,13 +155,13 @@ public final class e implements MediaEngineConnection { } /* compiled from: MediaEngineConnectionLegacy.kt */ - /* renamed from: c.a.r.n0.c.e$e reason: collision with other inner class name */ - public static final class C0037e 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 C0038e 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 C0037e(e eVar, KrispOveruseDetector.Status status) { + public C0038e(e eVar, KrispOveruseDetector.Status status) { super(1); this.this$0 = eVar; this.$status = status; @@ -291,7 +291,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.f2137c); + connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2140c); connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); connection2.setVADUseKrisp(this.$inputModeOptions.e); @@ -434,7 +434,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.f2136c, bVar.d, this.$framerate); + connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2139c, bVar.d, this.$framerate); return Unit.a; } } @@ -504,10 +504,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.n0.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.n0.b bVar) { + public t(c.a.q.m0.b bVar) { super(1); this.$screenCapturer = bVar; } @@ -518,7 +518,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.n0.b bVar = this.$screenCapturer; + c.a.q.m0.b bVar = this.$screenCapturer; connection2.startScreenshareBroadcast(bVar, bVar.n.getNativeInstance()); return Unit.a; } @@ -550,7 +550,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"); @@ -567,33 +567,32 @@ public final class e implements MediaEngineConnection { this.q = type; this.r = j2; MediaEngineConnection.ConnectionState connectionState = MediaEngineConnection.ConnectionState.CONNECTING; - this.f219c = connectionState; + this.f217c = connectionState; this.e = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); - boolean z2 = type == MediaEngineConnection.Type.STREAM; int i2 = aVar.a; String str = aVar.b; - int i3 = aVar.f2134c; + int i3 = aVar.f2137c; Object[] array = aVar.d.toArray(new StreamParameters[0]); Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); - Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, z2, new d(this)); + Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, 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.f219c = connectionState; + this.f217c = 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.n0.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 @@ -635,7 +634,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 C0037e(this, status)); + y(new C0038e(this, status)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection @@ -679,7 +678,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.f219c); + dVar.onConnectionStateChange(this, this.f217c); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection @@ -724,23 +723,23 @@ public final class e implements MediaEngineConnection { break; } obj2 = it.next(); - if (d0.z.d.m.areEqual(((c.a.r.n0.a) obj2).a, str)) { + if (d0.z.d.m.areEqual(((c.a.q.m0.a) obj2).a, str)) { break; } } - c.a.r.n0.a aVar = (c.a.r.n0.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.n0.a) next).a, str2)) { + if (d0.z.d.m.areEqual(((c.a.q.m0.a) next).a, str2)) { obj = next; break; } } - c.a.r.n0.a aVar2 = (c.a.r.n0.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/n0/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/n0/c/f.java rename to app/src/main/java/c/a/q/m0/c/f.java index 334fef2331..c5e724a7fc 100644 --- a/app/src/main/java/c/a/r/n0/c/f.java +++ b/app/src/main/java/c/a/q/m0/c/f.java @@ -1,6 +1,6 @@ -package c.a.r.n0.c; +package c.a.q.m0.c; -import c.a.r.n0.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/n0/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/n0/c/g.java rename to app/src/main/java/c/a/q/m0/c/g.java index 7d48d919ca..3a62f41c46 100644 --- a/app/src/main/java/c/a/r/n0/c/g.java +++ b/app/src/main/java/c/a/q/m0/c/g.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/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/n0/c/h.java rename to app/src/main/java/c/a/q/m0/c/h.java index 53ca2f6491..30b0e32bb9 100644 --- a/app/src/main/java/c/a/r/n0/c/h.java +++ b/app/src/main/java/c/a/q/m0/c/h.java @@ -1,4 +1,4 @@ -package c.a.r.n0.c; +package c.a.q.m0.c; import co.discord.media_engine.StreamParameters; import com.discord.rtcconnection.mediaengine.MediaEngineConnection; diff --git a/app/src/main/java/c/a/r/n0/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/n0/c/i.java rename to app/src/main/java/c/a/q/m0/c/i.java index 0f4a7222e0..67042e66da 100644 --- a/app/src/main/java/c/a/r/n0/c/i.java +++ b/app/src/main/java/c/a/q/m0/c/i.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/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/n0/c/j.java rename to app/src/main/java/c/a/q/m0/c/j.java index 6871dd28e6..5620f57989 100644 --- a/app/src/main/java/c/a/r/n0/c/j.java +++ b/app/src/main/java/c/a/q/m0/c/j.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/c/k.java b/app/src/main/java/c/a/q/m0/c/k.java similarity index 87% rename from app/src/main/java/c/a/r/n0/c/k.java rename to app/src/main/java/c/a/q/m0/c/k.java index 0a8eed7887..7120b133d9 100644 --- a/app/src/main/java/c/a/r/n0/c/k.java +++ b/app/src/main/java/c/a/q/m0/c/k.java @@ -1,9 +1,9 @@ -package c.a.r.n0.c; +package c.a.q.m0.c; import android.content.Context; import android.os.Build; import androidx.annotation.AnyThread; -import c.a.r.e0; +import c.a.q.e0; import co.discord.media_engine.RtcRegion; import co.discord.media_engine.VideoInputDeviceDescription; import com.airbnb.lottie.parser.AnimatableValueParser; @@ -24,6 +24,7 @@ import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import org.webrtc.Logging; import org.webrtc.voiceengine.WebRtcAudioManager; +import org.webrtc.voiceengine.WebRtcAudioUtils; import rx.Emitter; import rx.Observable; import rx.functions.Action1; @@ -33,19 +34,20 @@ 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 f220c; + public final t f218c; 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; + public final c.a.q.k0.g n; public final Set o; + public final Set p; /* compiled from: MediaEngineLegacy.kt */ public static final class a extends o implements Function0 { @@ -138,13 +140,13 @@ public final class k implements MediaEngine { } /* compiled from: MediaEngineLegacy.kt */ - /* renamed from: c.a.r.n0.c.k$c$c reason: collision with other inner class name */ - public static final class C0038c 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 C0039c 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 C0038c(c cVar, MediaEngineConnection mediaEngineConnection) { + public C0039c(c cVar, MediaEngineConnection mediaEngineConnection) { super(0); this.this$0 = cVar; this.$connection = mediaEngineConnection; @@ -185,7 +187,7 @@ 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"); @@ -204,7 +206,7 @@ public final class k implements MediaEngine { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection.a, com.discord.rtcconnection.mediaengine.MediaEngineConnection.d public void onDestroy(MediaEngineConnection mediaEngineConnection) { m.checkNotNullParameter(mediaEngineConnection, "connection"); - this.a.o(new C0038c(this, mediaEngineConnection)); + this.a.o(new C0039c(this, mediaEngineConnection)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection.a, com.discord.rtcconnection.mediaengine.MediaEngineConnection.d @@ -235,7 +237,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) { @@ -243,11 +245,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; @@ -255,13 +257,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; } } @@ -336,9 +338,10 @@ public final class k implements MediaEngine { @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()); + boolean z2; + StringBuilder L = c.d.b.a.a.L("updateVoiceConfig: "); + L.append(this.$voiceConfig); + AnimatableValueParser.D1("MediaEngineLegacy", L.toString()); MediaEngine.VoiceConfig voiceConfig = this.$voiceConfig; k kVar = this.this$0; float f = voiceConfig.a; @@ -347,29 +350,39 @@ public final class k implements MediaEngine { discord.setSpeakerVolume(Math.min(300.0f, Math.max(0.0f, f)) / 100.0f); } k kVar2 = this.this$0; - boolean z2 = voiceConfig.b; + boolean z3 = voiceConfig.b; + c.a.q.k0.g gVar = kVar2.n; + if (gVar.g && gVar.d) { + z2 = false; + } else { + c.a.q.k0.g gVar2 = kVar2.n; + z2 = gVar2.f && !gVar2.d ? true : z3; + } + if (z2 != z3) { + AnimatableValueParser.D1("MediaEngineLegacy", "ignoring call to setEchoCancellation(" + z3 + "), config=" + kVar2.n); + } Discord discord2 = kVar2.f; if (discord2 != null) { discord2.setEchoCancellation(z2); } k kVar3 = this.this$0; - boolean z3 = voiceConfig.f2133c; + boolean z4 = voiceConfig.f2136c; Discord discord3 = kVar3.f; if (discord3 != null) { - discord3.setNoiseSuppression(z3); + discord3.setNoiseSuppression(z4); } k kVar4 = this.this$0; - boolean z4 = voiceConfig.d; - kVar4.f220c.a = z4; + boolean z5 = voiceConfig.d; + kVar4.f218c.a = z5; Discord discord4 = kVar4.f; if (discord4 != null) { - discord4.setNoiseCancellation(z4); + discord4.setNoiseCancellation(z5); } k kVar5 = this.this$0; - boolean z5 = voiceConfig.e; + boolean z6 = voiceConfig.e; Discord discord5 = kVar5.f; if (discord5 != null) { - discord5.setAutomaticGainControl(z5); + discord5.setAutomaticGainControl(z6); } for (MediaEngineConnection mediaEngineConnection : this.this$0.getConnections()) { mediaEngineConnection.k(voiceConfig.f, voiceConfig.g); @@ -380,15 +393,16 @@ 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) { + public k(Context context, MediaEngine.b bVar, c.a.q.c cVar, MediaEngine.OpenSLESConfig openSLESConfig, Logger logger, c.a.q.k0.g gVar, Set set, Set set2, int i2) { Set set3 = null; - Set set4 = (i2 & 32) != 0 ? a : null; - set3 = (i2 & 64) != 0 ? b : set3; + Set set4 = (i2 & 64) != 0 ? a : null; + set3 = (i2 & 128) != 0 ? b : set3; m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(bVar, "listener"); m.checkNotNullParameter(cVar, "mediaEngineThreadExecutor"); m.checkNotNullParameter(openSLESConfig, "openSLESConfig"); m.checkNotNullParameter(logger, "logger"); + m.checkNotNullParameter(gVar, "echoCancellation"); m.checkNotNullParameter(set4, "defaultOpenSLAllowList"); m.checkNotNullParameter(set3, "defaultOpenSLExcludeList"); this.i = context; @@ -396,9 +410,10 @@ public final class k implements MediaEngine { this.k = cVar; this.l = openSLESConfig; this.m = logger; - this.n = set4; - this.o = set3; - this.f220c = new t(); + this.n = gVar; + this.o = set4; + this.p = set3; + this.f218c = new t(); this.d = new ArrayList(); this.e = true; this.h = MediaEngine.OpenSLUsageMode.ALLOW_LIST; @@ -446,7 +461,7 @@ 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; } @@ -490,10 +505,10 @@ public final class k implements MediaEngine { 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.f220c; - List list = this.g; + t tVar = this.f218c; + List list = this.g; if (list == null) { m.throwUninitializedPropertyAccessException("supportedVideoCodecs"); } @@ -569,7 +584,7 @@ public final class k implements MediaEngine { /* JADX WARN: Multi-variable type inference failed */ /* JADX WARNING: Unknown variable types count: 1 */ public final Future o(Function0 function0) { - c.a.r.c cVar = this.k; + c.a.q.c cVar = this.k; if (function0 != null) { function0 = new s(function0); } @@ -579,26 +594,26 @@ public final class k implements MediaEngine { public final void p() { if (this.f == null) { Logger logger = this.m; - 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); + 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); int ordinal = this.l.ordinal(); boolean z2 = false; if (ordinal == 0) { if (this.h == MediaEngine.OpenSLUsageMode.ALLOW_LIST) { - z2 = this.n.contains(Build.MODEL); - } else if (!this.o.contains(Build.MODEL)) { + z2 = this.o.contains(Build.MODEL); + } else if (!this.p.contains(Build.MODEL)) { z2 = true; } Logger logger2 = this.m; - 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); + 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); WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(!z2); } else if (ordinal == 1) { WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(false); @@ -608,7 +623,13 @@ public final class k implements MediaEngine { Logging.externalReporter = new h(this); try { Discord discord = new Discord(this.i, 2); - discord.enableBuiltInAEC(true); + c.a.q.k0.g gVar = this.n; + if (gVar.e) { + discord.enableBuiltInAEC(true); + if (WebRtcAudioUtils.isAcousticEchoCancelerSupported()) { + gVar.d = true; + } + } discord.setAudioInputEnabled(this.e); this.f = discord; } catch (ExceptionInInitializerError e2) { diff --git a/app/src/main/java/c/a/r/n0/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/n0/c/l.java rename to app/src/main/java/c/a/q/m0/c/l.java index 77d9b97903..a7f12b1283 100644 --- a/app/src/main/java/c/a/r/n0/c/l.java +++ b/app/src/main/java/c/a/q/m0/c/l.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/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/n0/c/m.java rename to app/src/main/java/c/a/q/m0/c/m.java index 6f06574398..a563efd6b5 100644 --- a/app/src/main/java/c/a/r/n0/c/m.java +++ b/app/src/main/java/c/a/q/m0/c/m.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/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/n0/c/n.java rename to app/src/main/java/c/a/q/m0/c/n.java index f7abc3e166..31baa146d0 100644 --- a/app/src/main/java/c/a/r/n0/c/n.java +++ b/app/src/main/java/c/a/q/m0/c/n.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/c/o.java b/app/src/main/java/c/a/q/m0/c/o.java similarity index 98% rename from app/src/main/java/c/a/r/n0/c/o.java rename to app/src/main/java/c/a/q/m0/c/o.java index c3ba8f693d..93485f8b15 100644 --- a/app/src/main/java/c/a/r/n0/c/o.java +++ b/app/src/main/java/c/a/q/m0/c/o.java @@ -1,6 +1,6 @@ -package c.a.r.n0.c; +package c.a.q.m0.c; -import c.a.r.n0.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/n0/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/n0/c/p.java rename to app/src/main/java/c/a/q/m0/c/p.java index a6c330a49d..8a075cadb1 100644 --- a/app/src/main/java/c/a/r/n0/c/p.java +++ b/app/src/main/java/c/a/q/m0/c/p.java @@ -1,6 +1,6 @@ -package c.a.r.n0.c; +package c.a.q.m0.c; -import c.a.r.n0.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/n0/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/n0/c/q.java rename to app/src/main/java/c/a/q/m0/c/q.java index 36ee62968f..2027807616 100644 --- a/app/src/main/java/c/a/r/n0/c/q.java +++ b/app/src/main/java/c/a/q/m0/c/q.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/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/n0/c/r.java rename to app/src/main/java/c/a/q/m0/c/r.java index 0f0394bf25..939b5620d2 100644 --- a/app/src/main/java/c/a/r/n0/c/r.java +++ b/app/src/main/java/c/a/q/m0/c/r.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/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/n0/c/s.java rename to app/src/main/java/c/a/q/m0/c/s.java index f170cfd418..e889722ed8 100644 --- a/app/src/main/java/c/a/r/n0/c/s.java +++ b/app/src/main/java/c/a/q/m0/c/s.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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/n0/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/n0/c/t.java rename to app/src/main/java/c/a/q/m0/c/t.java index 9aae26b068..f94f1d9fb3 100644 --- a/app/src/main/java/c/a/r/n0/c/t.java +++ b/app/src/main/java/c/a/q/m0/c/t.java @@ -1,4 +1,4 @@ -package c.a.r.n0.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 205f14cb23..a03c5a2a4f 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 f219c; 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.f219c = 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.f219c, nVar.f219c) == 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.f219c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; } public String toString() { - 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.f215c); - K.append(", mutedFramerate="); - K.append(this.d); - K.append(", framerate="); - return c.d.b.a.a.w(K, this.e, ")"); + 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.f219c); + L.append(", mutedFramerate="); + L.append(this.d); + L.append(", framerate="); + return c.d.b.a.a.w(L, this.e, ")"); } } diff --git a/app/src/main/java/c/a/r/o0/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/o0/a.java rename to app/src/main/java/c/a/q/n0/a.java index 04c850cd84..a6cfd21a6c 100644 --- a/app/src/main/java/c/a/r/o0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.n0; import android.os.Handler; import android.os.Looper; @@ -21,9 +21,8 @@ import com.google.gson.JsonElement; import com.google.gson.reflect.TypeToken; import d0.z.d.m; import d0.z.d.o; -import f0.f0.k.h; +import f0.e0.k.h; import f0.x; -import f0.z; import java.lang.reflect.Type; import java.util.List; import java.util.Map; @@ -38,13 +37,14 @@ import kotlin.Unit; import kotlin.jvm.functions.Function0; import kotlin.jvm.functions.Function1; import kotlin.jvm.internal.DefaultConstructorMarker; +import okhttp3.Request; import okhttp3.Response; import okhttp3.WebSocket; 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 C0039a().getType(); + public static final Type j = new C0040a().getType(); public static final b k = new b(null); public c A; public boolean B; @@ -52,7 +52,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; @@ -64,24 +64,24 @@ public final class a extends WebSocketListener implements DebugPrintable { public WebSocket r; /* renamed from: s reason: collision with root package name */ - public String f221s; + public String f220s; public String t; public Long u; public boolean v; public b w; /* renamed from: x reason: collision with root package name */ - public Long f222x; + public Long f221x; /* renamed from: y reason: collision with root package name */ - public TimerTask f223y; + public TimerTask f222y; /* renamed from: z reason: collision with root package name */ - public Long f224z; + public Long f223z; /* compiled from: RtcControlSocket.kt */ - /* renamed from: c.a.r.o0.a$a reason: collision with other inner class name */ - public static final class C0039a extends TypeToken> { + /* renamed from: c.a.q.n0.a$a reason: collision with other inner class name */ + public static final class C0040a extends TypeToken> { } /* compiled from: RtcControlSocket.kt */ @@ -172,12 +172,12 @@ public final class a extends WebSocketListener implements DebugPrintable { public final /* synthetic */ a i; /* compiled from: RtcControlSocket.kt */ - /* renamed from: c.a.r.o0.a$g$a reason: collision with other inner class name */ - public static final class C0040a extends o implements Function0 { + /* renamed from: c.a.q.n0.a$g$a reason: collision with other inner class name */ + public static final class C0041a 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 C0040a(g gVar) { + public C0041a(g gVar) { super(0); this.this$0 = gVar; } @@ -197,7 +197,7 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // java.util.TimerTask, java.lang.Runnable public void run() { - this.i.o(new C0040a(this)); + this.i.o(new C0041a(this)); } } @@ -257,9 +257,9 @@ public final class a extends WebSocketListener implements DebugPrintable { } } else { a aVar2 = this.this$0; - 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()); + 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()); } } return Unit.a; @@ -294,7 +294,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.f224z; + Long l = aVar.f223z; long longValue = currentTimeMillis - (l != null ? l.longValue() : 0); aVar.k("[READY] took " + longValue + " ms"); aVar.b(); @@ -349,7 +349,7 @@ public final class a extends WebSocketListener implements DebugPrintable { long currentTimeMillis2 = aVar5.H.currentTimeMillis(); long j = currentTimeMillis2 - longValue2; aVar5.j("got heartbeat ack after " + j + " ms"); - aVar5.f222x = Long.valueOf(currentTimeMillis2); + aVar5.f221x = Long.valueOf(currentTimeMillis2); aVar5.v = true; aVar5.b(); for (d dVar4 : aVar5.p) { @@ -362,16 +362,16 @@ public final class a extends WebSocketListener implements DebugPrintable { case 11: default: a aVar6 = this.this$0; - StringBuilder K = c.d.b.a.a.K("unknown opcode: "); - K.append(this.$message.getOpcode()); - aVar6.k(K.toString()); + StringBuilder L = c.d.b.a.a.L("unknown opcode: "); + L.append(this.$message.getOpcode()); + aVar6.k(L.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.f223y; + TimerTask timerTask = aVar7.f222y; if (timerTask != null) { timerTask.cancel(); } @@ -473,18 +473,18 @@ public final class a extends WebSocketListener implements DebugPrintable { } } else if (cVar == c.RECONNECTING) { String str = aVar.t; - String str2 = aVar.f221s; + String str2 = aVar.f220s; String str3 = aVar.D; - Long l = aVar.f222x; + Long l = aVar.f221x; if (l != null && aVar.H.currentTimeMillis() - l.longValue() > 60000) { z2 = false; } if (str == null || str2 == null || !aVar.B || !z2) { - 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()); + 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()); } else { aVar.k("[RESUME] resuming session. serverId=" + str2 + " sessionId=" + str); aVar.b(); @@ -499,12 +499,12 @@ 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.f224z; + Long l2 = this.this$0.f223z; long longValue = currentTimeMillis - (l2 != null ? l2.longValue() : 0); a aVar3 = this.this$0; - StringBuilder K2 = c.d.b.a.a.K("[CONNECTED] to "); - K2.append(this.this$0.C); - aVar3.k(K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("[CONNECTED] to "); + L2.append(this.this$0.C); + aVar3.k(L2.toString()); a aVar4 = this.this$0; aVar4.b(); for (d dVar3 : aVar4.p) { @@ -535,7 +535,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"); @@ -549,11 +549,11 @@ public final class a extends WebSocketListener implements DebugPrintable { this.G = cVar; this.H = clock; this.I = str3; - StringBuilder O = c.d.b.a.a.O(str3, "->RtcControlSocket "); + StringBuilder P = c.d.b.a.a.P(str3, "->RtcControlSocket "); int i2 = i + 1; i = i2; - O.append(i2); - String sb = O.toString(); + P.append(i2); + String sb = P.toString(); this.l = sb; this.o = new Backoff(1000, 5000, 3, false, new Backoff.TimerScheduler(sb, cVar), 8, null); this.p = new CopyOnWriteArraySet<>(); @@ -571,8 +571,8 @@ public final class a extends WebSocketListener implements DebugPrintable { aVar.h(z2, num, str); } else { aVar.c(null); - 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.l("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + G + " seconds."); + 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.l("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + H + " seconds."); } } @@ -582,13 +582,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.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)); } } } @@ -596,7 +596,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void c(Function1 function1) { this.o.cancel(); this.w.cancel(); - TimerTask timerTask = this.f223y; + TimerTask timerTask = this.f222y; if (timerTask != null) { timerTask.cancel(); } @@ -610,11 +610,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.f221s); + debugPrintBuilder.appendKeyValue("serverId", this.f220s); debugPrintBuilder.appendKeyValue("sessionId", this.t); debugPrintBuilder.appendKeyValue("heartbeatInterval", this.u); - debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f222x); - debugPrintBuilder.appendKeyValue("connectionStartTime", this.f224z); + debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f221x); + debugPrintBuilder.appendKeyValue("connectionStartTime", this.f223z); debugPrintBuilder.appendKeyValue("connectionState", this.A); debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.B)); } @@ -623,7 +623,7 @@ public final class a extends WebSocketListener implements DebugPrintable { b(); k("[CLOSE]"); c(e.i); - this.f221s = null; + this.f220s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -651,41 +651,41 @@ public final class a extends WebSocketListener implements DebugPrintable { } public final void g() { - StringBuilder K = c.d.b.a.a.K("[CONNECT] "); - K.append(this.C); - k(K.toString()); + StringBuilder L = c.d.b.a.a.L("[CONNECT] "); + L.append(this.C); + k(L.toString()); if (this.r != null) { this.F.e(this.l, "Connect called with already existing websocket", null, null); c(f.i); return; } - this.f224z = Long.valueOf(this.H.currentTimeMillis()); - TimerTask timerTask = this.f223y; + this.f223z = Long.valueOf(this.H.currentTimeMillis()); + TimerTask timerTask = this.f222y; if (timerTask != null) { timerTask.cancel(); } g gVar = new g(this); - this.f223y = gVar; + this.f222y = 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.f2785c; - aVar.b(sSLSocketFactory, f0.f0.k.h.a.n()); + h.a aVar2 = f0.e0.k.h.f2789c; + aVar.b(sSLSocketFactory, f0.e0.k.h.a.n()); } - String C = c.d.b.a.a.C(new StringBuilder(), this.C, "?v=5"); - k("attempting WSS connection with " + C); + String D = c.d.b.a.a.D(new StringBuilder(), this.C, "?v=5"); + k("attempting WSS connection with " + D); x xVar = new x(aVar); - z.a aVar3 = new z.a(); - aVar3.f(C); + Request.a aVar3 = new Request.a(); + aVar3.f(D); this.r = xVar.g(aVar3.a(), this); } public final void h(boolean z2, Integer num, String str) { l("[DISCONNECT] (" + z2 + ", " + num + ", " + str + ')'); c(null); - this.f221s = null; + this.f220s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -741,8 +741,8 @@ public final class a extends WebSocketListener implements DebugPrintable { return; } c(d.i); - 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)"); - l("[ACK TIMEOUT] reconnecting in " + G + " seconds."); + 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)"); + l("[ACK TIMEOUT] reconnecting in " + H + " seconds."); } public final void n(boolean z2, Integer num, String str) { @@ -756,7 +756,7 @@ public final class a extends WebSocketListener implements DebugPrintable { /* JADX WARNING: Unknown variable types count: 1 */ @AnyThread public final void o(Function0 function0) { - c.a.r.c cVar = this.G; + c.a.q.c cVar = this.G; if (function0 != null) { function0 = new f(function0); } @@ -775,7 +775,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public void onClosing(WebSocket webSocket, int i2, String str) { m.checkNotNullParameter(webSocket, "webSocket"); m.checkNotNullParameter(str, ModelAuditLogEntry.CHANGE_KEY_REASON); - ((f0.f0.n.d) webSocket).e(i2, str); + ((f0.e0.n.d) webSocket).e(i2, str); } @Override // okhttp3.WebSocketListener @@ -792,11 +792,11 @@ public final class a extends WebSocketListener implements DebugPrintable { m.checkNotNullParameter(str, NotificationCompat.MessagingStyle.Message.KEY_TEXT); Payloads.Incoming incoming = (Payloads.Incoming) c.i.a.f.e.o.c.q0(Payloads.Incoming.class).cast(this.m.g(str, Payloads.Incoming.class)); super.onMessage(webSocket, str); - StringBuilder K = c.d.b.a.a.K("received ("); - K.append(Opcodes.INSTANCE.getNameOf(incoming.getOpcode())); - K.append("): "); - K.append(incoming); - j(K.toString()); + StringBuilder L = c.d.b.a.a.L("received ("); + L.append(Opcodes.INSTANCE.getNameOf(incoming.getOpcode())); + L.append("): "); + L.append(incoming); + j(L.toString()); o(new j(this, webSocket, incoming)); } @@ -811,9 +811,9 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void p(int i2, Object obj) { WebSocket webSocket = this.r; if (webSocket == 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); + 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); return; } try { diff --git a/app/src/main/java/c/a/r/o0/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/o0/b.java rename to app/src/main/java/c/a/q/n0/b.java index 61e2bedca7..ad3d057102 100644 --- a/app/src/main/java/c/a/r/o0/b.java +++ b/app/src/main/java/c/a/q/n0/b.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.n0; import d0.z.d.o; import java.util.TimerTask; diff --git a/app/src/main/java/c/a/r/o0/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/o0/c.java rename to app/src/main/java/c/a/q/n0/c.java index ef7dd4ab88..aae07c73d0 100644 --- a/app/src/main/java/c/a/r/o0/c.java +++ b/app/src/main/java/c/a/q/n0/c.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.n0; import d0.z.d.o; import kotlin.Unit; diff --git a/app/src/main/java/c/a/r/o0/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/o0/d.java rename to app/src/main/java/c/a/q/n0/d.java index 8e7fd34f21..9c7bbb9def 100644 --- a/app/src/main/java/c/a/r/o0/d.java +++ b/app/src/main/java/c/a/q/n0/d.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +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/o0/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/o0/e.java rename to app/src/main/java/c/a/q/n0/e.java index 5db0207f91..bb6f0511f2 100644 --- a/app/src/main/java/c/a/r/o0/e.java +++ b/app/src/main/java/c/a/q/n0/e.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +package c.a.q.n0; import d0.z.d.o; import kotlin.Unit; diff --git a/app/src/main/java/c/a/r/o0/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/o0/f.java rename to app/src/main/java/c/a/q/n0/f.java index 2eb00f16c7..1f39e5edd1 100644 --- a/app/src/main/java/c/a/r/o0/f.java +++ b/app/src/main/java/c/a/q/n0/f.java @@ -1,4 +1,4 @@ -package c.a.r.o0; +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 92% rename from app/src/main/java/c/a/r/o.java rename to app/src/main/java/c/a/q/o.java index 9d53670ef7..6ff2a15511 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.o0.a; +import c.a.q.n0.a; import com.discord.rtcconnection.RtcConnection; import d0.z.d.m; import kotlin.Unit; @@ -27,7 +27,7 @@ public final class o extends d0.z.d.o implements Function0 { boolean booleanValue = bool.booleanValue(); a aVar = rtcConnection.v; if (aVar == null) { - RtcConnection.p(rtcConnection, "handleConnectivityChange() socket was null.", null, null, 6); + RtcConnection.o(rtcConnection, "handleConnectivityChange() socket was null.", null, null, 6); } else if (booleanValue) { aVar.i(5000, "network detected online", true); } else { diff --git a/app/src/main/java/c/a/q/o0/a.java b/app/src/main/java/c/a/q/o0/a.java new file mode 100644 index 0000000000..eb0ad8168b --- /dev/null +++ b/app/src/main/java/c/a/q/o0/a.java @@ -0,0 +1,153 @@ +package c.a.q.o0; + +import c.a.q.o0.e; +import co.discord.media_engine.InboundRtpVideo; +import co.discord.media_engine.OutboundRtpAudio; +import co.discord.media_engine.OutboundRtpVideo; +import co.discord.media_engine.ReceiverReport; +import co.discord.media_engine.Stats; +import co.discord.media_engine.Transport; +import com.discord.rtcconnection.KrispOveruseDetector; +import com.discord.rtcconnection.mediaengine.MediaEngineConnection; +import com.discord.utilities.logging.Logger; +import d0.z.d.k; +import d0.z.d.m; +import f0.e0.c; +import java.util.Iterator; +import java.util.Map; +import java.util.Objects; +import kotlin.Pair; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: RtcStatsCollector.kt */ +public final /* synthetic */ class a extends k implements Function1 { + public a(d dVar) { + super(1, dVar, d.class, "onStatsReceived", "onStatsReceived(Lco/discord/media_engine/Stats;)V", 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 Unit invoke(Stats stats) { + e eVar; + Throwable th; + long j; + OutboundRtpVideo outboundRtpVideo; + ReceiverReport[] receiverReports; + Stats stats2 = stats; + m.checkNotNullParameter(stats2, "p1"); + d dVar = (d) this.receiver; + dVar.a.add(stats2); + if (dVar.a.size() > dVar.i) { + dVar.a.removeFirst(); + } + dVar.f.update(stats2); + e eVar2 = dVar.g; + synchronized (eVar2) { + try { + m.checkNotNullParameter(stats2, "stats"); + long currentTimeMillis = eVar2.r.currentTimeMillis(); + Transport transport = stats2.getTransport(); + eVar2.e(null, Integer.valueOf((transport == null || (receiverReports = transport.getReceiverReports()) == null) ? 0 : receiverReports.length), currentTimeMillis); + if (!eVar2.k.a() && (outboundRtpVideo = stats2.getOutboundRtpVideo()) != null) { + eVar2.a(eVar2.l, new e.g((long) outboundRtpVideo.getResolution().getHeight(), currentTimeMillis, new e.a(outboundRtpVideo.getFramesEncoded(), outboundRtpVideo.getFramesSent(), outboundRtpVideo.getPacketsSent(), (long) outboundRtpVideo.getPacketsLost(), 0, outboundRtpVideo.getBytesSent(), outboundRtpVideo.getNackCount(), outboundRtpVideo.getPliCount()))); + if (eVar2.l.d == null && outboundRtpVideo.getFramesEncoded() > 0) { + eVar2.e.notifyAsync(g.i); + eVar2.l.d = Long.valueOf(currentTimeMillis - eVar2.g); + Logger.i$default(eVar2.q, "VideoQuality: outboundStats.timeToFirstFrame: " + eVar2.l.d, null, 2, null); + } + eVar2.o = outboundRtpVideo.getBitrateTarget(); + } + if (!eVar2.i.a()) { + Iterator> it = stats2.getInboundRtpVideo().entrySet().iterator(); + while (it.hasNext()) { + Map.Entry next = it.next(); + String key = next.getKey(); + InboundRtpVideo value = next.getValue(); + Map map = eVar2.m; + e.C0042e eVar3 = map.get(key); + if (eVar3 == null) { + eVar3 = new e.C0042e(); + map.put(key, eVar3); + } + e.C0042e eVar4 = eVar3; + try { + eVar = eVar2; + } catch (Throwable th2) { + th = th2; + eVar = eVar2; + throw th; + } + try { + eVar.a(eVar4, 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 (eVar4.d == null && value.getFramesDecoded() > 0) { + byte[] bArr = c.a; + m.checkParameterIsNotNull(key, "$this$toLongOrDefault"); + try { + j = Long.parseLong(key); + } catch (NumberFormatException unused) { + j = 0; + } + Long l = eVar.n.get(Long.valueOf(value.getSsrc())); + if (l != null) { + eVar.e.notifyAsync(new h(value)); + eVar4.d = Long.valueOf(currentTimeMillis - l.longValue()); + Logger.i$default(eVar.q, "VideoQuality: inbound.timeToFirstFrame: " + eVar4.d + " (userId: " + j + ", ssrc: " + value.getSsrc() + ')', null, 2, null); + } else { + Logger.e$default(eVar.q, "VideoQuality: inbound.timeToFirstFrame: Unable to locate start time. (userId: " + j + ", ssrc: " + value.getSsrc() + ')', null, null, 6, null); + } + } + eVar2 = eVar; + it = it; + stats2 = stats2; + dVar = dVar; + currentTimeMillis = currentTimeMillis; + } catch (Throwable th3) { + th = th3; + throw th; + } + } + } + KrispOveruseDetector krispOveruseDetector = dVar.h; + Objects.requireNonNull(krispOveruseDetector); + m.checkNotNullParameter(stats2, "stats"); + if (krispOveruseDetector.d.getType() == MediaEngineConnection.Type.DEFAULT && krispOveruseDetector.d.b()) { + OutboundRtpAudio outboundRtpAudio = stats2.getOutboundRtpAudio(); + if (outboundRtpAudio != null && outboundRtpAudio.getNoiseCancellerIsEnabled()) { + OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.b; + if (outboundRtpAudio2 != null) { + Pair a = krispOveruseDetector.a(outboundRtpAudio2, stats2.getOutboundRtpAudio(), 8.0d); + boolean booleanValue = a.component1().booleanValue(); + long longValue = a.component2().longValue(); + if (booleanValue) { + krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE); + } else if (longValue == 0) { + int i = krispOveruseDetector.f2117c + 1; + krispOveruseDetector.f2117c = i; + if (i > 2) { + krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); + } + } else { + krispOveruseDetector.f2117c = 0; + } + } + krispOveruseDetector.b = stats2.getOutboundRtpAudio(); + } + OutboundRtpAudio outboundRtpAudio3 = stats2.getOutboundRtpAudio(); + if (outboundRtpAudio3 != null && outboundRtpAudio3.getVoiceActivityDetectorIsEnabled()) { + OutboundRtpAudio outboundRtpAudio4 = krispOveruseDetector.a; + if (outboundRtpAudio4 != null && krispOveruseDetector.a(outboundRtpAudio4, stats2.getOutboundRtpAudio(), 4.0d).component1().booleanValue()) { + krispOveruseDetector.d.f(KrispOveruseDetector.Status.VAD_CPU_OVERUSE); + } + krispOveruseDetector.a = stats2.getOutboundRtpAudio(); + } + } + return Unit.a; + } catch (Throwable th4) { + th = th4; + eVar = eVar2; + throw th; + } + } + } +} diff --git a/app/src/main/java/c/a/r/p0/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/p0/b.java rename to app/src/main/java/c/a/q/o0/b.java index 8be27c94ef..cb4e4705ef 100644 --- a/app/src/main/java/c/a/r/p0/b.java +++ b/app/src/main/java/c/a/q/o0/b.java @@ -1,4 +1,4 @@ -package c.a.r.p0; +package c.a.q.o0; import rx.functions.Action1; /* compiled from: RtcStatsCollector.kt */ diff --git a/app/src/main/java/c/a/r/p0/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/p0/c.java rename to app/src/main/java/c/a/q/o0/c.java index 1ad3a5fc4d..241df75cbf 100644 --- a/app/src/main/java/c/a/r/p0/c.java +++ b/app/src/main/java/c/a/q/o0/c.java @@ -1,4 +1,4 @@ -package c.a.r.p0; +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/p0/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/p0/d.java rename to app/src/main/java/c/a/q/o0/d.java index ee4f2445cd..2a25cc336c 100644 --- a/app/src/main/java/c/a/r/p0/d.java +++ b/app/src/main/java/c/a/q/o0/d.java @@ -1,4 +1,4 @@ -package c.a.r.p0; +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 f225c; + public final long f224c; 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.f225c = j; + this.f224c = j; this.d = logger; this.e = mediaEngineConnection; this.f = voiceQuality; diff --git a/app/src/main/java/c/a/q/o0/e.java b/app/src/main/java/c/a/q/o0/e.java new file mode 100644 index 0000000000..a2a960e274 --- /dev/null +++ b/app/src/main/java/c/a/q/o0/e.java @@ -0,0 +1,453 @@ +package c.a.q.o0; + +import androidx.annotation.AnyThread; +import com.discord.utilities.collections.Histogram; +import com.discord.utilities.collections.ListenerCollection; +import com.discord.utilities.collections.ListenerCollectionSubject; +import com.discord.utilities.logging.Logger; +import com.discord.utilities.system.DeviceResourceUsageMonitor; +import com.discord.utilities.time.Clock; +import com.discord.utilities.time.TimeSpan; +import d0.t.h0; +import d0.t.n; +import d0.t.r; +import d0.z.d.m; +import d0.z.d.o; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.LinkedHashMap; +import java.util.List; +import java.util.Map; +import java.util.concurrent.TimeUnit; +import kotlin.Pair; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +import kotlin.jvm.internal.DefaultConstructorMarker; +/* compiled from: VideoQuality.kt */ +public final class e { + public static final List a = n.listOf((Object[]) new Integer[]{0, 500000, 1000000, 1500000, 2000000, 3000000, 4000000, 5000000, 6000000, 7000000, 8000000}); + 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 f225c = n.listOf((Object[]) new Integer[]{720, 480, 360}); + public static final b d = new b(null); + public final ListenerCollectionSubject e; + public final ListenerCollection f; + public final long g; + public Long h; + public final d i; + public final d j; + public final d k; + public final C0042e l = new C0042e(); + public final Map m = new LinkedHashMap(); + public final Map n = new LinkedHashMap(); + public int o; + public final DeviceResourceUsageMonitor p; + public final Logger q; + public final Clock r; + + /* compiled from: VideoQuality.kt */ + public static final class a { + public long a; + public long b; + + /* renamed from: c reason: collision with root package name */ + public long f226c; + public long d; + public long e; + public long f; + public long g; + public long h; + + public a() { + this(0, 0, 0, 0, 0, 0, 0, 0, 255); + } + + 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.f226c = j3; + this.d = j4; + this.e = j5; + this.f = j6; + this.g = j7; + this.h = j8; + } + + /* JADX INFO: this call moved to the top of the method (can break code semantics) */ + public /* synthetic */ a(long j, long j2, long j3, long j4, long j5, long j6, long j7, long j8, int i) { + this((i & 1) != 0 ? 0 : j, (i & 2) != 0 ? 0 : j2, (i & 4) != 0 ? 0 : j3, (i & 8) != 0 ? 0 : j4, (i & 16) != 0 ? 0 : j5, (i & 32) != 0 ? 0 : j6, (i & 64) != 0 ? 0 : j7, (i & 128) == 0 ? j8 : 0); + } + + 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 && this.f226c == aVar.f226c && 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.f226c); + int a3 = a0.a.a.b.a(this.d); + int a4 = a0.a.a.b.a(this.e); + int a5 = a0.a.a.b.a(this.f); + int a6 = a0.a.a.b.a(this.g); + return a0.a.a.b.a(this.h) + ((a6 + ((a5 + ((a4 + ((a3 + ((a2 + ((a + (a0.a.a.b.a(this.a) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31); + } + + 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.f226c); + 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.y(L, this.h, ")"); + } + } + + /* compiled from: VideoQuality.kt */ + public static final class b { + public b(DefaultConstructorMarker defaultConstructorMarker) { + } + + public static final long a(b bVar, Float f) { + if (f != null) { + return d0.a0.a.roundToLong(f.floatValue()); + } + return 0; + } + } + + /* compiled from: VideoQuality.kt */ + public static abstract class c implements f { + } + + /* compiled from: VideoQuality.kt */ + public static final class d { + public Long a; + public long b; + + public d(boolean z2, long j) { + this.a = z2 ? Long.valueOf(j) : null; + } + + public final boolean a() { + return this.a != null; + } + + public final void b(boolean z2, long j) { + Long l = this.a; + if (l == null) { + if (z2) { + this.a = Long.valueOf(j); + } + } else if (l != null) { + long longValue = l.longValue(); + if (!z2) { + this.b = (j - longValue) + this.b; + this.a = null; + } + } + } + + public final long c(long j) { + Long l = this.a; + if (l == null) { + return this.b; + } + return (this.b + j) - l.longValue(); + } + } + + /* compiled from: VideoQuality.kt */ + /* renamed from: c.a.q.o0.e$e reason: collision with other inner class name */ + public static final class C0042e { + public List a = new ArrayList(); + public final Histogram b = new Histogram(5, 0, 2, null); + + /* renamed from: c reason: collision with root package name */ + public final Histogram f227c = new Histogram(25600, 0, 2, null); + public Long d; + public a e = new a(0, 0, 0, 0, 0, 0, 0, 0, 255); + public long f; + public Map g = new LinkedHashMap(); + public Map h = new LinkedHashMap(); + public float i; + public Map j = new LinkedHashMap(); + + public C0042e() { + for (Number number : e.a) { + this.g.put(Integer.valueOf(number.intValue()), Float.valueOf(0.0f)); + } + for (Number number2 : e.b) { + this.h.put(Integer.valueOf(number2.intValue()), Float.valueOf(0.0f)); + } + for (Number number3 : e.f225c) { + this.j.put(Integer.valueOf(number3.intValue()), Float.valueOf(0.0f)); + } + } + } + + /* compiled from: VideoQuality.kt */ + public interface f { + void onFirstFrameReceived(long j); + + void onFirstFrameSent(); + } + + /* compiled from: VideoQuality.kt */ + public static final class g { + public final long a; + public final long b; + + /* renamed from: c reason: collision with root package name */ + public final a f228c; + + public g() { + this(0, 0, new a(0, 0, 0, 0, 0, 0, 0, 0, 255)); + } + + public g(long j, long j2, a aVar) { + m.checkNotNullParameter(aVar, "aggregatedProperties"); + this.a = j; + this.b = j2; + this.f228c = aVar; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof g)) { + return false; + } + g gVar = (g) obj; + return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f228c, gVar.f228c); + } + + public int hashCode() { + int a = (a0.a.a.b.a(this.b) + (a0.a.a.b.a(this.a) * 31)) * 31; + a aVar = this.f228c; + 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.f228c); + L.append(")"); + return L.toString(); + } + } + + /* compiled from: VideoQuality.kt */ + public static final class h extends o implements Function1 { + public final /* synthetic */ e this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ + public h(e eVar) { + super(1); + this.this$0 = eVar; + } + + /* 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(DeviceResourceUsageMonitor.ResourceUsage resourceUsage) { + DeviceResourceUsageMonitor.ResourceUsage resourceUsage2 = resourceUsage; + m.checkNotNullParameter(resourceUsage2, "it"); + e eVar = this.this$0; + List list = e.a; + synchronized (eVar) { + for (Map.Entry entry : eVar.m.entrySet()) { + C0042e value = entry.getValue(); + value.b.addSample((long) resourceUsage2.getCpuUsagePercent()); + value.f227c.addSample(resourceUsage2.getMemoryRssBytes()); + } + eVar.l.b.addSample((long) resourceUsage2.getCpuUsagePercent()); + eVar.l.f227c.addSample(resourceUsage2.getMemoryRssBytes()); + } + return Unit.a; + } + } + + public e(Logger logger, Clock clock) { + m.checkNotNullParameter(logger, "logger"); + m.checkNotNullParameter(clock, "clock"); + this.q = logger; + this.r = clock; + ListenerCollectionSubject listenerCollectionSubject = new ListenerCollectionSubject<>(); + this.e = listenerCollectionSubject; + this.f = listenerCollectionSubject; + long currentTimeMillis = clock.currentTimeMillis(); + this.g = currentTimeMillis; + this.i = new d(false, currentTimeMillis); + this.j = new d(false, currentTimeMillis); + this.k = new d(false, currentTimeMillis); + DeviceResourceUsageMonitor deviceResourceUsageMonitor = new DeviceResourceUsageMonitor(new TimeSpan(1, TimeUnit.SECONDS), clock, new h(this)); + this.p = deviceResourceUsageMonitor; + deviceResourceUsageMonitor.start(); + } + + public final void a(C0042e eVar, g gVar) { + eVar.a.add(gVar); + if (eVar.a.size() >= 2) { + List list = eVar.a; + g gVar2 = list.get(list.size() - 1); + List list2 = eVar.a; + g gVar3 = list2.get(list2.size() - 2); + f fVar = f.i; + eVar.f = (gVar2.b - gVar3.b) + eVar.f; + a aVar = eVar.e; + a aVar2 = gVar2.f228c; + a aVar3 = gVar3.f228c; + aVar.a = fVar.a(aVar2.a, aVar3.a) + aVar.a; + aVar.b = fVar.a(aVar2.b, aVar3.b) + aVar.b; + aVar.f226c = fVar.a(aVar2.f226c, aVar3.f226c) + aVar.f226c; + 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.f228c; + long j = aVar4.f; + long j2 = aVar4.a; + long j3 = gVar2.b; + long j4 = gVar2.a; + float f2 = ((float) (j3 - gVar3.b)) / 1000.0f; + eVar.i = (((float) j4) * f2) + eVar.i; + if (eVar.a.size() >= 6) { + List list3 = eVar.a; + g gVar4 = list3.get(list3.size() - 3); + a aVar5 = gVar4.f228c; + long j5 = aVar5.f; + long j6 = aVar5.a; + long j7 = gVar4.b; + Iterator it = f225c.iterator(); + while (true) { + float f3 = 0.0f; + if (!it.hasNext()) { + break; + } + int intValue = ((Number) it.next()).intValue(); + if (j4 <= ((long) intValue)) { + Map map = eVar.j; + Integer valueOf = Integer.valueOf(intValue); + Float f4 = eVar.j.get(Integer.valueOf(intValue)); + if (f4 != null) { + f3 = f4.floatValue(); + } + map.put(valueOf, Float.valueOf(f3 + f2)); + } + j2 = j2; + j6 = j6; + } + float f5 = ((float) (j3 - j7)) / 1000.0f; + float f6 = ((float) ((j - j5) * ((long) 8))) / f5; + float f7 = ((float) (j2 - j6)) / f5; + for (Number number : a) { + int intValue2 = number.intValue(); + if (f6 <= ((float) intValue2)) { + Map map2 = eVar.g; + Integer valueOf2 = Integer.valueOf(intValue2); + Float f8 = eVar.g.get(Integer.valueOf(intValue2)); + map2.put(valueOf2, Float.valueOf((f8 != null ? f8.floatValue() : 0.0f) + f2)); + } + } + for (Number number2 : b) { + int intValue3 = number2.intValue(); + if (f7 <= ((float) intValue3)) { + Map map3 = eVar.h; + Integer valueOf3 = Integer.valueOf(intValue3); + Float f9 = eVar.h.get(Integer.valueOf(intValue3)); + map3.put(valueOf3, Float.valueOf((f9 != null ? f9.floatValue() : 0.0f) + f2)); + } + } + r.removeFirst(eVar.a); + } + } + } + + @AnyThread + public final synchronized Map b(String str) { + C0042e eVar; + m.checkNotNullParameter(str, "userId"); + eVar = this.m.get(str); + return eVar != null ? d(eVar) : null; + } + + @AnyThread + public final synchronized Map c() { + return h0.plus(d(this.l), h0.mapOf(d0.o.to("target_bitrate", Integer.valueOf(this.o)), d0.o.to("duration_encoder_nvidia_cuda", 0), d0.o.to("duration_encoder_nvidia_direct3d", 0), d0.o.to("duration_encoder_openh264", 0), d0.o.to("duration_encoder_videotoolbox", 0), d0.o.to("duration_encoder_amd_direct3d", 0), d0.o.to("duration_encoder_intel", 0), d0.o.to("duration_encoder_intel_direct3d", 0), d0.o.to("duration_encoder_unknown", 0))); + } + + /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x04d6: APUT + (r6v4 kotlin.Pair[]) + (6 ??[int, float, short, byte, char]) + (wrap: kotlin.Pair : 0x04d1: INVOKE (r1v3 kotlin.Pair) = + ("time_to_first_frame_ms") + (wrap: java.lang.Long : 0x04ca: INVOKE (r1v2 java.lang.Long) = (r4v22 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(C0042e eVar) { + Float valueOf; + long currentTimeMillis = this.r.currentTimeMillis(); + Long l = this.h; + float longValue = ((float) (l != null ? l.longValue() - this.g : currentTimeMillis - this.g)) / 1000.0f; + float f2 = ((float) eVar.f) / 1000.0f; + int i = (f2 > ((float) 0) ? 1 : (f2 == ((float) 0) ? 0 : -1)); + long roundToLong = (i <= 0 || (valueOf = Float.valueOf(eVar.i / f2)) == null) ? 0 : d0.a0.a.roundToLong(valueOf.floatValue()); + Histogram.Report report = eVar.b.getReport(); + Histogram.Report report2 = eVar.f227c.getReport(); + b bVar = d; + Map mapOf = h0.mapOf(d0.o.to("duration", Double.valueOf(Math.floor((double) longValue))), c.d.b.a.a.U(bVar, eVar.g.get(8000000), "duration_stream_under_8mbps"), c.d.b.a.a.U(bVar, eVar.g.get(7000000), "duration_stream_under_7mbps"), c.d.b.a.a.U(bVar, eVar.g.get(6000000), "duration_stream_under_6mbps"), c.d.b.a.a.U(bVar, eVar.g.get(5000000), "duration_stream_under_5mbps"), c.d.b.a.a.U(bVar, eVar.g.get(4000000), "duration_stream_under_4mbps"), c.d.b.a.a.U(bVar, eVar.g.get(3000000), "duration_stream_under_3mbps"), c.d.b.a.a.U(bVar, eVar.g.get(2000000), "duration_stream_under_2mbps"), c.d.b.a.a.U(bVar, eVar.g.get(1500000), "duration_stream_under_1_5mbps"), c.d.b.a.a.U(bVar, eVar.g.get(1000000), "duration_stream_under_1mbps"), c.d.b.a.a.U(bVar, eVar.g.get(500000), "duration_stream_under_0_5mbps"), c.d.b.a.a.U(bVar, eVar.g.get(0), "duration_stream_at_0mbps"), c.d.b.a.a.U(bVar, eVar.h.get(60), "duration_fps_under_60"), c.d.b.a.a.U(bVar, eVar.h.get(55), "duration_fps_under_55"), c.d.b.a.a.U(bVar, eVar.h.get(50), "duration_fps_under_50"), c.d.b.a.a.U(bVar, eVar.h.get(45), "duration_fps_under_45"), c.d.b.a.a.U(bVar, eVar.h.get(40), "duration_fps_under_40"), c.d.b.a.a.U(bVar, eVar.h.get(35), "duration_fps_under_35"), c.d.b.a.a.U(bVar, eVar.h.get(30), "duration_fps_under_30"), c.d.b.a.a.U(bVar, eVar.h.get(25), "duration_fps_under_25"), c.d.b.a.a.U(bVar, eVar.h.get(20), "duration_fps_under_20"), c.d.b.a.a.U(bVar, eVar.h.get(15), "duration_fps_under_15"), c.d.b.a.a.U(bVar, eVar.h.get(10), "duration_fps_under_10"), c.d.b.a.a.U(bVar, eVar.h.get(5), "duration_fps_under_5"), c.d.b.a.a.U(bVar, eVar.h.get(0), "duration_fps_at_0"), d0.o.to("avg_resolution", Long.valueOf(roundToLong)), c.d.b.a.a.U(bVar, eVar.j.get(720), "duration_resolution_under_720"), c.d.b.a.a.U(bVar, eVar.j.get(480), "duration_resolution_under_480"), c.d.b.a.a.U(bVar, eVar.j.get(360), "duration_resolution_under_360"), d0.o.to("num_pauses", 0), d0.o.to("duration_paused", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.i.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_zero_receivers", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.j.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_video_stopped", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.k.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("client_performance_cpu_percentile25", Long.valueOf(report.getPercentile25())), d0.o.to("client_performance_cpu_percentile50", Long.valueOf(report.getPercentile50())), d0.o.to("client_performance_cpu_percentile75", Long.valueOf(report.getPercentile75())), d0.o.to("client_performance_cpu_percentile90", Long.valueOf(report.getPercentile90())), d0.o.to("client_performance_cpu_percentile95", Long.valueOf(report.getPercentile95())), d0.o.to("client_performance_memory_percentile25", Long.valueOf(report2.getPercentile25())), d0.o.to("client_performance_memory_percentile50", Long.valueOf(report2.getPercentile50())), d0.o.to("client_performance_memory_percentile75", Long.valueOf(report2.getPercentile75())), d0.o.to("client_performance_memory_percentile90", Long.valueOf(report2.getPercentile90())), d0.o.to("client_performance_memory_percentile95", Long.valueOf(report2.getPercentile95())), d0.o.to("client_performance_memory_min", Long.valueOf(report2.getMin())), d0.o.to("client_performance_memory_max", Long.valueOf(report2.getMax()))); + a aVar = eVar.e; + long a2 = i > 0 ? b.a(bVar, Float.valueOf(((float) (aVar.f * ((long) 8))) / f2)) : 0; + long a3 = i > 0 ? b.a(bVar, Float.valueOf(((float) aVar.a) / f2)) : 0; + Pair[] pairArr = new Pair[10]; + pairArr[0] = d0.o.to("avg_bitrate", Long.valueOf(a2)); + pairArr[1] = d0.o.to("avg_fps", Long.valueOf(a3)); + pairArr[2] = d0.o.to("num_bytes", Long.valueOf(aVar.f)); + pairArr[3] = d0.o.to("num_packets_lost", Long.valueOf(aVar.d)); + pairArr[4] = d0.o.to("num_packets", Long.valueOf(aVar.f226c)); + pairArr[5] = d0.o.to("num_frames", Long.valueOf(aVar.b)); + Long l2 = eVar.d; + pairArr[6] = d0.o.to("time_to_first_frame_ms", Long.valueOf(l2 != null ? l2.longValue() : 0)); + pairArr[7] = d0.o.to("num_frames_dropped", Long.valueOf(aVar.e)); + pairArr[8] = d0.o.to("num_nacks", Long.valueOf(aVar.g)); + pairArr[9] = d0.o.to("num_plis", Long.valueOf(aVar.h)); + return h0.plus(mapOf, h0.mapOf(pairArr)); + } + + public final void e(Boolean bool, Integer num, long j) { + boolean z2 = false; + if (num != null) { + this.j.b(num.intValue() == 0, j); + } + if (this.i.a() || this.j.a()) { + z2 = true; + } + if (z2 != this.k.a()) { + this.k.b(z2, j); + this.l.a.clear(); + } + } +} diff --git a/app/src/main/java/c/a/r/p0/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/p0/f.java rename to app/src/main/java/c/a/q/o0/f.java index 142927f855..2ae8e64eeb 100644 --- a/app/src/main/java/c/a/r/p0/f.java +++ b/app/src/main/java/c/a/q/o0/f.java @@ -1,4 +1,4 @@ -package c.a.r.p0; +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/p0/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/p0/g.java rename to app/src/main/java/c/a/q/o0/g.java index c4266e76c8..e86ceb9030 100644 --- a/app/src/main/java/c/a/r/p0/g.java +++ b/app/src/main/java/c/a/q/o0/g.java @@ -1,6 +1,6 @@ -package c.a.r.p0; +package c.a.q.o0; -import c.a.r.p0.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/p0/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/p0/h.java rename to app/src/main/java/c/a/q/o0/h.java index d781b26dfe..826d4c8706 100644 --- a/app/src/main/java/c/a/r/p0/h.java +++ b/app/src/main/java/c/a/q/o0/h.java @@ -1,6 +1,6 @@ -package c.a.r.p0; +package c.a.q.o0; -import c.a.r.p0.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 90% rename from app/src/main/java/c/a/r/p.java rename to app/src/main/java/c/a/q/p.java index 6e0d76f1a3..e7c58d5b3f 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; @@ -13,6 +13,6 @@ public final class p implements Action1 { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // rx.functions.Action1 public void call(Boolean bool) { - this.i.t(new o(this, bool)); + this.i.s(new o(this, bool)); } } 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 92881023e3..d77e14d822 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 K = a.K("failed to handle connectivity change in "); - K.append(this.i.k); - RtcConnection.p(rtcConnection, K.toString(), th, null, 4); + StringBuilder L = a.L("failed to handle connectivity change in "); + L.append(this.i.k); + RtcConnection.o(rtcConnection, L.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 979b8bc97a..94c1574a26 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.f2119s.onNext(stateChange); + this.i.f2122s.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 86% rename from app/src/main/java/c/a/r/s.java rename to app/src/main/java/c/a/q/s.java index a234a0af81..29648ba042 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.o0.a; +import c.a.q.n0.a; import com.discord.rtcconnection.RtcConnection; import d0.g0.t; import d0.t.g0; @@ -36,7 +36,7 @@ public final class s extends o implements Function0 { if (aVar != null) { aVar.e(); } - rtcConnection.v(RtcConnection.State.b.a); + rtcConnection.u(RtcConnection.State.b.a); } else { String replace$default = t.replace$default(str, ".gg", ".media", false, 4, (Object) null); String t = c.d.b.a.a.t(str3, "://", replace$default); @@ -46,15 +46,15 @@ public final class s extends o implements Function0 { aVar2.e(); } if (rtcConnection.t) { - RtcConnection.k(rtcConnection, false, "Connect called on destroyed instance.", null, false, 4); + RtcConnection.j(rtcConnection, false, "Connect called on destroyed instance.", null, false, 4); } else if (str2 == null) { - RtcConnection.k(rtcConnection, false, "Connect called with no token.", null, false, 12); + RtcConnection.j(rtcConnection, false, "Connect called with no token.", null, false, 12); } else { - rtcConnection.s("connecting via endpoint: " + replace$default + " token: " + str2); + rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2); try { URI uri = new URI(t); - rtcConnection.f2120x = uri.getHost(); - rtcConnection.f2121y = Integer.valueOf(uri.getPort()); + rtcConnection.f2123x = uri.getHost(); + rtcConnection.f2124y = 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 88% rename from app/src/main/java/c/a/r/t.java rename to app/src/main/java/c/a/q/t.java index cfee777489..1678ae6218 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; @@ -13,6 +13,6 @@ public final class t implements Action1 { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // rx.functions.Action1 public void call(Unit unit) { - this.i.this$0.t(new s(this)); + this.i.this$0.s(new s(this)); } } diff --git a/app/src/main/java/c/a/r/u.java b/app/src/main/java/c/a/q/u.java similarity index 93% rename from app/src/main/java/c/a/r/u.java rename to app/src/main/java/c/a/q/u.java index 806ff0bf8d..069d67937c 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; @@ -26,7 +26,7 @@ public final class u extends o implements Function0 { Throwable th = this.$throwable; m.checkNotNullExpressionValue(th, "throwable"); Objects.requireNonNull(rtcConnection); - rtcConnection.t(new y(rtcConnection, th)); + rtcConnection.s(new y(rtcConnection, th)); return Unit.a; } } diff --git a/app/src/main/java/c/a/r/v.java b/app/src/main/java/c/a/q/v.java similarity index 87% rename from app/src/main/java/c/a/r/v.java rename to app/src/main/java/c/a/q/v.java index 3630b2b806..18a3639963 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 */ @@ -12,6 +12,6 @@ public final class v 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) { - this.i.this$0.t(new u(this, th)); + this.i.this$0.s(new u(this, th)); } } 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 c18528e1dc..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.p0.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.p0.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.p0.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 91% rename from app/src/main/java/c/a/r/y.java rename to app/src/main/java/c/a/q/y.java index 998488e53a..d92b9c0c2f 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; @@ -20,7 +20,7 @@ public final class y extends o implements Function0 { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public Unit mo1invoke() { - RtcConnection.k(this.this$0, false, "Unable to prepare media engine.", this.$throwable, false, 8); + RtcConnection.j(this.this$0, false, "Unable to prepare media engine.", this.$throwable, false, 8); return Unit.a; } } diff --git a/app/src/main/java/c/a/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 9249f70e3e..696e54efe9 100644 --- a/app/src/main/java/c/a/r/a.java +++ b/app/src/main/java/c/a/r/a.java @@ -1,43 +1,88 @@ package c.a.r; +import android.net.Uri; +import androidx.browser.trusted.sharing.ShareTarget; +import androidx.core.os.EnvironmentCompat; +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 kotlin.Unit; +import kotlin.coroutines.Continuation; +import kotlin.jvm.functions.Function2; +import kotlinx.coroutines.CoroutineScope; +import okhttp3.Request; +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 f206c; - - public a(int i, int i2, Integer num) { - this.a = i; - this.b = i2; - this.f206c = 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); + Request.a aVar = new Request.a(); + String str2 = null; + aVar.c(ShareTarget.METHOD_GET, null); + aVar.f(this.$url); + Response execute = ((f0.e0.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 = EnvironmentCompat.MEDIA_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.f206c, aVar.f206c); - } - - public int hashCode() { - int i = ((this.a * 31) + this.b) * 31; - Integer num = this.f206c; - 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.f206c, ")"); + 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 67c80f574f..af870f35af 100644 --- a/app/src/main/java/c/a/r/b.java +++ b/app/src/main/java/c/a/r/b.java @@ -1,48 +1,112 @@ package c.a.r; +import android.net.Uri; +import androidx.browser.trusted.sharing.ShareTarget; +import androidx.core.os.EnvironmentCompat; import c.d.b.a.a; +import com.discord.models.domain.ModelAuditLogEntry; +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 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.Request; +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 f207c; - public final Integer d; - - public b(int i, int i2, int i3, Integer num) { - this.a = i; - this.b = i2; - this.f207c = i3; - this.d = num; + /* 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 L = a.L("{\"code\":\""); + L.append(this.$samsungAuthCode); + L.append("\"}"); + Map mapOf = h0.mapOf(o.to("state", this.$state), o.to(ModelAuditLogEntry.CHANGE_KEY_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.f2906c; + RequestBody a = companion.a(joinToString$default, MediaType.a.a(ShareTarget.ENCODING_TYPE_URL_ENCODED)); + Request.a aVar2 = new Request.a(); + m.checkParameterIsNotNull(a, "body"); + aVar2.c(ShareTarget.METHOD_POST, a); + aVar2.f(this.$url); + Response execute = ((f0.e0.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 = EnvironmentCompat.MEDIA_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.f207c == bVar.f207c && m.areEqual(this.d, bVar.d); - } - - public int hashCode() { - int i = ((((this.a * 31) + this.b) * 31) + this.f207c) * 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.f207c); - K.append(", pixelCount="); - return a.z(K, 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..8d15b25754 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.AbstractBinderC0157a { + 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 8775e5c3bd..0000000000 --- a/app/src/main/java/c/a/r/e.java +++ /dev/null @@ -1,204 +0,0 @@ -package c.a.r; - -import com.discord.rtcconnection.EncodeQuality; -import com.google.android.material.shadow.ShadowDrawableWrapper; -import d0.t.n0; -import d0.t.u; -import d0.z.d.m; -import java.util.ArrayList; -import java.util.LinkedHashMap; -import java.util.List; -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 f208c; - public final List d; - public final k0 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 f209c; - public final int d; - - public a(int i, int i2, double d, int i3) { - this.a = i; - this.b = i2; - this.f209c = 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.f209c, aVar.f209c) == 0 && this.d == aVar.d; - } - - public int hashCode() { - return ((a0.a.a.a.a(this.f209c) + (((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.f209c); - 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 f210c; - - public c(n nVar, int i, EncodeQuality encodeQuality) { - m.checkNotNullParameter(nVar, "budget"); - m.checkNotNullParameter(encodeQuality, "wantValue"); - this.a = nVar; - this.b = i; - this.f210c = 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.f210c, cVar.f210c); - } - - public int hashCode() { - n nVar = this.a; - int i = 0; - int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.b) * 31; - EncodeQuality encodeQuality = this.f210c; - 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.f210c); - K.append(")"); - return K.toString(); - } - } - - public e(k0 k0Var, int i) { - n nVar; - Object obj; - int i2; - EncodeQuality encodeQuality; - boolean z2; - k0 k0Var2 = (i & 1) != 0 ? f.a : null; - m.checkNotNullParameter(k0Var2, "options"); - this.e = k0Var2; - b bVar = k0Var2.a; - int i3 = bVar.a * bVar.b; - this.b = i3; - Set of = n0.setOf((Object[]) new Double[]{Double.valueOf((double) ShadowDrawableWrapper.COS_45), 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.f209c, 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.f208c = 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 1cefa43dc9..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 k0 a = new k0(new b(1280, 720, 30, 921600), new b(1280, 720, 30, 921600), new a(150000, 2500000, 600000), 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/i0.java b/app/src/main/java/c/a/r/i0.java deleted file mode 100644 index 3d49b922a0..0000000000 --- a/app/src/main/java/c/a/r/i0.java +++ /dev/null @@ -1,28 +0,0 @@ -package c.a.r; - -import c.a.r.p0.e; -import com.discord.rtcconnection.RtcConnection; -import d0.z.d.o; -import java.util.Objects; -import kotlin.jvm.functions.Function0; -/* compiled from: RtcConnection.kt */ -public final class i0 extends o implements Function0 { - public final /* synthetic */ RtcConnection this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public i0(RtcConnection rtcConnection) { - super(0); - this.this$0 = rtcConnection; - } - - /* Return type fixed from 'java.lang.Object' to match base method */ - @Override // kotlin.jvm.functions.Function0 - /* renamed from: invoke */ - public e mo1invoke() { - RtcConnection rtcConnection = this.this$0; - Objects.requireNonNull(rtcConnection); - e eVar = new e(rtcConnection.T, rtcConnection.U); - eVar.f.add(new x(rtcConnection)); - return eVar; - } -} 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 4782dfd7bd..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.f2115c.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/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 ae1a82ad5a..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.f2115c.remove(Long.valueOf(this.$userId)); - } else { - this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); - this.this$0.f2115c.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/p0/a.java b/app/src/main/java/c/a/r/p0/a.java deleted file mode 100644 index b3be9e966b..0000000000 --- a/app/src/main/java/c/a/r/p0/a.java +++ /dev/null @@ -1,149 +0,0 @@ -package c.a.r.p0; - -import c.a.r.p0.e; -import co.discord.media_engine.InboundRtpVideo; -import co.discord.media_engine.OutboundRtpAudio; -import co.discord.media_engine.OutboundRtpVideo; -import co.discord.media_engine.ReceiverReport; -import co.discord.media_engine.Stats; -import co.discord.media_engine.Transport; -import com.discord.rtcconnection.KrispOveruseDetector; -import com.discord.rtcconnection.mediaengine.MediaEngineConnection; -import com.discord.utilities.logging.Logger; -import d0.z.d.k; -import d0.z.d.m; -import f0.f0.c; -import java.util.Iterator; -import java.util.Map; -import java.util.Objects; -import kotlin.Pair; -import kotlin.Unit; -import kotlin.jvm.functions.Function1; -/* compiled from: RtcStatsCollector.kt */ -public final /* synthetic */ class a extends k implements Function1 { - public a(d dVar) { - super(1, dVar, d.class, "onStatsReceived", "onStatsReceived(Lco/discord/media_engine/Stats;)V", 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 Unit invoke(Stats stats) { - long j; - OutboundRtpVideo outboundRtpVideo; - ReceiverReport[] receiverReports; - Stats stats2 = stats; - m.checkNotNullParameter(stats2, "p1"); - d dVar = (d) this.receiver; - dVar.a.add(stats2); - if (dVar.a.size() > dVar.i) { - dVar.a.removeFirst(); - } - dVar.f.update(stats2); - e eVar = dVar.g; - Objects.requireNonNull(eVar); - m.checkNotNullParameter(stats2, "stats"); - long currentTimeMillis = eVar.p.currentTimeMillis(); - Transport transport = stats2.getTransport(); - Integer valueOf = Integer.valueOf((transport == null || (receiverReports = transport.getReceiverReports()) == null) ? 0 : receiverReports.length); - if (valueOf != null) { - eVar.i.b(valueOf.intValue() == 0, currentTimeMillis); - } - boolean z2 = eVar.h.a() || eVar.i.a(); - if (z2 != eVar.j.a()) { - eVar.j.b(z2, currentTimeMillis); - eVar.k.a.clear(); - } - if (!eVar.j.a() && (outboundRtpVideo = stats2.getOutboundRtpVideo()) != null) { - eVar.a(eVar.k, new e.g((long) outboundRtpVideo.getResolution().getHeight(), currentTimeMillis, new e.a(outboundRtpVideo.getFramesEncoded(), outboundRtpVideo.getFramesSent(), outboundRtpVideo.getPacketsSent(), (long) outboundRtpVideo.getPacketsLost(), 0, outboundRtpVideo.getBytesSent(), outboundRtpVideo.getNackCount(), outboundRtpVideo.getPliCount()))); - if (eVar.k.b == null && outboundRtpVideo.getFramesEncoded() > 0) { - eVar.e.notify(g.i); - eVar.k.b = Long.valueOf(currentTimeMillis - eVar.g); - Logger logger = eVar.o; - 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(); - } - if (!eVar.h.a()) { - for (Iterator> it = stats2.getInboundRtpVideo().entrySet().iterator(); it.hasNext(); it = it) { - Map.Entry next = it.next(); - String key = next.getKey(); - InboundRtpVideo value = next.getValue(); - Map map = eVar.l; - e.C0041e eVar2 = map.get(key); - if (eVar2 == null) { - eVar2 = new e.C0041e(); - map.put(key, eVar2); - } - e.C0041e 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; - m.checkParameterIsNotNull(key, "$this$toLongOrDefault"); - try { - j = Long.parseLong(key); - } catch (NumberFormatException unused) { - j = 0; - } - Long l = eVar.m.get(Long.valueOf(value.getSsrc())); - if (l != null) { - eVar.e.notify(new h(value)); - eVar3.b = Long.valueOf(currentTimeMillis - l.longValue()); - Logger logger2 = eVar.o; - 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 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); - } - } - } - } - KrispOveruseDetector krispOveruseDetector = dVar.h; - Objects.requireNonNull(krispOveruseDetector); - m.checkNotNullParameter(stats2, "stats"); - if (krispOveruseDetector.d.getType() == MediaEngineConnection.Type.DEFAULT && krispOveruseDetector.d.b()) { - OutboundRtpAudio outboundRtpAudio = stats2.getOutboundRtpAudio(); - if (outboundRtpAudio != null && outboundRtpAudio.getNoiseCancellerIsEnabled()) { - OutboundRtpAudio outboundRtpAudio2 = krispOveruseDetector.b; - if (outboundRtpAudio2 != null) { - Pair a = krispOveruseDetector.a(outboundRtpAudio2, stats2.getOutboundRtpAudio(), 8.0d); - boolean booleanValue = a.component1().booleanValue(); - long longValue = a.component2().longValue(); - if (booleanValue) { - krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE); - } else if (longValue == 0) { - int i = krispOveruseDetector.f2114c + 1; - krispOveruseDetector.f2114c = i; - if (i > 2) { - krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); - } - } else { - krispOveruseDetector.f2114c = 0; - } - } - krispOveruseDetector.b = stats2.getOutboundRtpAudio(); - } - OutboundRtpAudio outboundRtpAudio3 = stats2.getOutboundRtpAudio(); - if (outboundRtpAudio3 != null && outboundRtpAudio3.getVoiceActivityDetectorIsEnabled()) { - OutboundRtpAudio outboundRtpAudio4 = krispOveruseDetector.a; - if (outboundRtpAudio4 != null && krispOveruseDetector.a(outboundRtpAudio4, stats2.getOutboundRtpAudio(), 4.0d).component1().booleanValue()) { - krispOveruseDetector.d.f(KrispOveruseDetector.Status.VAD_CPU_OVERUSE); - } - krispOveruseDetector.a = stats2.getOutboundRtpAudio(); - } - } - return Unit.a; - } -} diff --git a/app/src/main/java/c/a/r/p0/e.java b/app/src/main/java/c/a/r/p0/e.java deleted file mode 100644 index 87ca55123c..0000000000 --- a/app/src/main/java/c/a/r/p0/e.java +++ /dev/null @@ -1,391 +0,0 @@ -package c.a.r.p0; - -import com.discord.utilities.collections.ListenerCollection; -import com.discord.utilities.collections.ListenerCollectionSubject; -import com.discord.utilities.logging.Logger; -import com.discord.utilities.time.Clock; -import d0.o; -import d0.t.h0; -import d0.t.n; -import d0.t.r; -import d0.z.d.m; -import java.util.ArrayList; -import java.util.Iterator; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.Map; -import kotlin.Pair; -import kotlin.jvm.internal.DefaultConstructorMarker; -/* compiled from: VideoQuality.kt */ -public final class e { - public static final List a = n.listOf((Object[]) new Integer[]{0, 500000, 1000000, 1500000, 2000000, 3000000, 4000000, 5000000, 6000000, 7000000, 8000000}); - 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 f226c = n.listOf((Object[]) new Integer[]{720, 480, 360}); - public static final b d = new b(null); - public final ListenerCollectionSubject e; - public final ListenerCollection f; - public final long g; - public final d h; - public final d i; - public final d j; - public final C0041e k = new C0041e(); - public final Map l = new LinkedHashMap(); - public final Map m = new LinkedHashMap(); - public int n; - public final Logger o; - public final Clock p; - - /* compiled from: VideoQuality.kt */ - public static final class a { - public long a; - public long b; - - /* renamed from: c reason: collision with root package name */ - public long f227c; - public long d; - public long e; - public long f; - public long g; - public long h; - - public a() { - this(0, 0, 0, 0, 0, 0, 0, 0, 255); - } - - 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.f227c = j3; - this.d = j4; - this.e = j5; - this.f = j6; - this.g = j7; - this.h = j8; - } - - /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public /* synthetic */ a(long j, long j2, long j3, long j4, long j5, long j6, long j7, long j8, int i) { - this((i & 1) != 0 ? 0 : j, (i & 2) != 0 ? 0 : j2, (i & 4) != 0 ? 0 : j3, (i & 8) != 0 ? 0 : j4, (i & 16) != 0 ? 0 : j5, (i & 32) != 0 ? 0 : j6, (i & 64) != 0 ? 0 : j7, (i & 128) == 0 ? j8 : 0); - } - - 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 && this.f227c == aVar.f227c && 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.f227c); - int a3 = a0.a.a.b.a(this.d); - int a4 = a0.a.a.b.a(this.e); - int a5 = a0.a.a.b.a(this.f); - int a6 = a0.a.a.b.a(this.g); - return a0.a.a.b.a(this.h) + ((a6 + ((a5 + ((a4 + ((a3 + ((a2 + ((a + (a0.a.a.b.a(this.a) * 31)) * 31)) * 31)) * 31)) * 31)) * 31)) * 31); - } - - public String toString() { - 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.f227c); - 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, ")"); - } - } - - /* compiled from: VideoQuality.kt */ - public static final class b { - public b(DefaultConstructorMarker defaultConstructorMarker) { - } - - public static final long a(b bVar, Float f) { - if (f != null) { - return d0.a0.a.roundToLong(f.floatValue()); - } - return 0; - } - } - - /* compiled from: VideoQuality.kt */ - public static abstract class c implements f { - } - - /* compiled from: VideoQuality.kt */ - public static final class d { - public Long a; - public long b; - - public d(boolean z2, long j) { - this.a = z2 ? Long.valueOf(j) : null; - } - - public final boolean a() { - return this.a != null; - } - - public final void b(boolean z2, long j) { - Long l = this.a; - if (l == null) { - if (z2) { - this.a = Long.valueOf(j); - } - } else if (l != null) { - long longValue = l.longValue(); - if (!z2) { - this.b = (j - longValue) + this.b; - this.a = null; - } - } - } - - public final long c(long j) { - Long l = this.a; - if (l == null) { - return this.b; - } - return (this.b + j) - l.longValue(); - } - } - - /* compiled from: VideoQuality.kt */ - /* renamed from: c.a.r.p0.e$e reason: collision with other inner class name */ - public static final class C0041e { - public List a = new ArrayList(); - public Long b; - - /* renamed from: c reason: collision with root package name */ - public a f228c = 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 C0041e() { - 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.f226c) { - this.h.put(Integer.valueOf(number3.intValue()), Float.valueOf(0.0f)); - } - } - } - - /* compiled from: VideoQuality.kt */ - public interface f { - void onFirstFrameReceived(long j); - - void onFirstFrameSent(); - } - - /* compiled from: VideoQuality.kt */ - public static final class g { - public final long a; - public final long b; - - /* renamed from: c reason: collision with root package name */ - public final a f229c; - - public g() { - this(0, 0, new a(0, 0, 0, 0, 0, 0, 0, 0, 255)); - } - - public g(long j, long j2, a aVar) { - m.checkNotNullParameter(aVar, "aggregatedProperties"); - this.a = j; - this.b = j2; - this.f229c = aVar; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof g)) { - return false; - } - g gVar = (g) obj; - return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f229c, gVar.f229c); - } - - public int hashCode() { - int a = (a0.a.a.b.a(this.b) + (a0.a.a.b.a(this.a) * 31)) * 31; - a aVar = this.f229c; - return a + (aVar != null ? aVar.hashCode() : 0); - } - - public String 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.f229c); - K.append(")"); - return K.toString(); - } - } - - public e(Logger logger, Clock clock) { - m.checkNotNullParameter(logger, "logger"); - m.checkNotNullParameter(clock, "clock"); - this.o = logger; - this.p = clock; - ListenerCollectionSubject listenerCollectionSubject = new ListenerCollectionSubject<>(); - this.e = listenerCollectionSubject; - this.f = listenerCollectionSubject; - long currentTimeMillis = clock.currentTimeMillis(); - this.g = currentTimeMillis; - this.h = new d(false, currentTimeMillis); - this.i = new d(false, currentTimeMillis); - this.j = new d(false, currentTimeMillis); - } - - public final void a(C0041e eVar, g gVar) { - eVar.a.add(gVar); - if (eVar.a.size() >= 2) { - List list = eVar.a; - g gVar2 = list.get(list.size() - 1); - List list2 = eVar.a; - g gVar3 = list2.get(list2.size() - 2); - f fVar = f.i; - eVar.d = (gVar2.b - gVar3.b) + eVar.d; - a aVar = eVar.f228c; - a aVar2 = gVar2.f229c; - a aVar3 = gVar3.f229c; - aVar.a = fVar.a(aVar2.a, aVar3.a) + aVar.a; - aVar.b = fVar.a(aVar2.b, aVar3.b) + aVar.b; - aVar.f227c = fVar.a(aVar2.f227c, aVar3.f227c) + aVar.f227c; - aVar.d = fVar.a(aVar2.d, aVar3.d) + aVar.d; - aVar.e = fVar.a(aVar2.e, aVar3.e) + aVar.e; - aVar.f = fVar.a(aVar2.f, aVar3.f) + aVar.f; - aVar.g = fVar.a(aVar2.g, aVar3.g) + aVar.g; - aVar.h = fVar.a(aVar2.h, aVar3.h) + aVar.h; - a aVar4 = gVar2.f229c; - long j = aVar4.f; - long j2 = aVar4.a; - long j3 = gVar2.b; - long j4 = gVar2.a; - float f2 = ((float) (j3 - gVar3.b)) / 1000.0f; - eVar.g = (((float) j4) * f2) + eVar.g; - if (eVar.a.size() >= 6) { - List list3 = eVar.a; - g gVar4 = list3.get(list3.size() - 3); - a aVar5 = gVar4.f229c; - long j5 = aVar5.f; - long j6 = aVar5.a; - long j7 = gVar4.b; - Iterator it = f226c.iterator(); - while (true) { - float f3 = 0.0f; - if (!it.hasNext()) { - break; - } - int intValue = ((Number) it.next()).intValue(); - if (j4 <= ((long) intValue)) { - Map map = eVar.h; - Integer valueOf = Integer.valueOf(intValue); - Float f4 = eVar.h.get(Integer.valueOf(intValue)); - if (f4 != null) { - f3 = f4.floatValue(); - } - map.put(valueOf, Float.valueOf(f3 + f2)); - } - j2 = j2; - j6 = j6; - } - float f5 = ((float) (j3 - j7)) / 1000.0f; - float f6 = ((float) ((j - j5) * ((long) 8))) / f5; - float f7 = ((float) (j2 - j6)) / f5; - for (Number number : a) { - int intValue2 = number.intValue(); - if (f6 <= ((float) intValue2)) { - Map map2 = eVar.e; - Integer valueOf2 = Integer.valueOf(intValue2); - Float f8 = eVar.e.get(Integer.valueOf(intValue2)); - map2.put(valueOf2, Float.valueOf((f8 != null ? f8.floatValue() : 0.0f) + f2)); - } - } - for (Number number2 : b) { - int intValue3 = number2.intValue(); - if (f7 <= ((float) intValue3)) { - Map map3 = eVar.f; - Integer valueOf3 = Integer.valueOf(intValue3); - Float f9 = eVar.f.get(Integer.valueOf(intValue3)); - map3.put(valueOf3, Float.valueOf((f9 != null ? f9.floatValue() : 0.0f) + f2)); - } - } - r.removeFirst(eVar.a); - } - } - } - - public final Map b(String str) { - m.checkNotNullParameter(str, "userId"); - C0041e eVar = this.l.get(str); - if (eVar != null) { - return d(eVar); - } - return null; - } - - public final Map c() { - return h0.plus(d(this.k), h0.mapOf(o.to("target_bitrate", Integer.valueOf(this.n)), o.to("duration_encoder_nvidia_cuda", 0), o.to("duration_encoder_nvidia_direct3d", 0), o.to("duration_encoder_openh264", 0), o.to("duration_encoder_videotoolbox", 0), o.to("duration_encoder_amd_direct3d", 0), o.to("duration_encoder_intel", 0), o.to("duration_encoder_intel_direct3d", 0), o.to("duration_encoder_unknown", 0))); - } - - /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x03d6: APUT - (r4v4 kotlin.Pair[]) - (6 ??[int, float, short, byte, char]) - (wrap: kotlin.Pair : 0x03d1: INVOKE (r15v3 kotlin.Pair) = - ("time_to_first_frame_ms") - (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(C0041e eVar) { - Float valueOf; - long currentTimeMillis = this.p.currentTimeMillis(); - float f2 = ((float) (currentTimeMillis - this.g)) / 1000.0f; - float f3 = ((float) eVar.d) / 1000.0f; - 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.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.f228c; - 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]; - pairArr[0] = o.to("avg_bitrate", Long.valueOf(a2)); - 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.f227c)); - 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)); - pairArr[7] = o.to("num_frames_dropped", Long.valueOf(aVar.e)); - pairArr[8] = o.to("num_nacks", Long.valueOf(aVar.g)); - pairArr[9] = o.to("num_plis", Long.valueOf(aVar.h)); - return h0.plus(mapOf, h0.mapOf(pairArr)); - } -} diff --git a/app/src/main/java/c/a/s/a.java b/app/src/main/java/c/a/s/a.java index a805f9d06d..668b4b5b63 100644 --- a/app/src/main/java/c/a/s/a.java +++ b/app/src/main/java/c/a/s/a.java @@ -1,88 +1,77 @@ package c.a.s; -import android.net.Uri; -import androidx.browser.trusted.sharing.ShareTarget; -import androidx.core.os.EnvironmentCompat; -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 androidx.appcompat.widget.ActivityChooserModel; 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(ShareTarget.METHOD_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 = EnvironmentCompat.MEDIA_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, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityDestroyed(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityPaused(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_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, ActivityChooserModel.ATTRIBUTE_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, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + m.checkNotNullParameter(bundle, "outState"); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityStarted(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); + } + + @Override // android.app.Application.ActivityLifecycleCallbacks + public void onActivityStopped(Activity activity) { + m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); } } diff --git a/app/src/main/java/c/a/s/b.java b/app/src/main/java/c/a/s/b.java index 1151f248a8..bf713d1ab0 100644 --- a/app/src/main/java/c/a/s/b.java +++ b/app/src/main/java/c/a/s/b.java @@ -1,112 +1,202 @@ package c.a.s; +import android.content.ContentResolver; +import android.database.ContentObserver; +import android.database.Cursor; import android.net.Uri; -import androidx.browser.trusted.sharing.ShareTarget; -import androidx.core.os.EnvironmentCompat; -import c.d.b.a.a; -import com.discord.models.domain.ModelAuditLogEntry; -import com.discord.samsung.SamsungConnect$SamsungCallbackException; +import android.os.Build; +import android.provider.MediaStore; +import androidx.core.app.NotificationCompat; +import com.discord.utilities.logging.Logger; +import com.discord.utilities.time.Clock; +import com.discord.utilities.time.ClockFactory; +import com.discord.widgets.chat.input.MentionUtilsKt; +import d0.g0.t; import d0.g0.w; -import d0.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 f229c; + 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 C0043b { + public final String a; + public final long b; + + /* renamed from: c reason: collision with root package name */ + public final String f230c; + public final String d; + public final Uri e; + public final long f; + + public C0043b(long j, String str, String str2, Uri uri, long j2) { + m.checkNotNullParameter(str, "fileName"); + m.checkNotNullParameter(str2, "relativePath"); + m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); + this.b = j; + this.f230c = str; + this.d = str2; + this.e = uri; + this.f = j2; + this.a = str2 + MentionUtilsKt.SLASH_CHAR + str; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof C0043b)) { + return false; + } + C0043b bVar = (C0043b) obj; + return this.b == bVar.b && m.areEqual(this.f230c, bVar.f230c) && 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.f230c; + 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.f230c); + L.append(", relativePath="); + L.append(this.d); + L.append(", uri="); + L.append(this.e); + L.append(", dateAdded="); + return c.d.b.a.a.y(L, 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.f229c = 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) { + C0043b bVar; 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(ModelAuditLogEntry.CHANGE_KEY_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.f2904c; - RequestBody a = companion.a(joinToString$default, MediaType.a.a(ShareTarget.ENCODING_TYPE_URL_ENCODED)); - z.a aVar2 = new z.a(); - m.checkParameterIsNotNull(a, "body"); - aVar2.c(ShareTarget.METHOD_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, (char) MentionUtilsKt.SLASH_CHAR, (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 C0043b(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.f230c); + 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.f229c, "Error processing screenshot", e, null, 4, null); } - return parse; } - if (parse == null || (str = parse.getQueryParameter("error")) == null) { - str = EnvironmentCompat.MEDIA_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 ba98c4f47c..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.AbstractBinderC0156a { - 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 adceb2cf8c..0000000000 --- a/app/src/main/java/c/a/t/a.java +++ /dev/null @@ -1,77 +0,0 @@ -package c.a.t; - -import android.app.Activity; -import android.app.Application; -import android.os.Bundle; -import android.provider.MediaStore; -import androidx.appcompat.widget.ActivityChooserModel; -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, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityDestroyed(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityPaused(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_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, ActivityChooserModel.ATTRIBUTE_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, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - m.checkNotNullParameter(bundle, "outState"); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityStarted(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_ACTIVITY); - } - - @Override // android.app.Application.ActivityLifecycleCallbacks - public void onActivityStopped(Activity activity) { - m.checkNotNullParameter(activity, ActivityChooserModel.ATTRIBUTE_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 90% 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 661d5c49b7..fb7a566956 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 f232c; + public final /* synthetic */ Function3 f231c; /* 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.f232c = function3; + this.f231c = function3; } @Override // com.discord.simpleast.core.parser.Rule @@ -52,11 +52,11 @@ public final class a extends Rule, S> { if (list != null) { List parse = parser.parse(group2, s2, list); Objects.requireNonNull(parse, "null cannot be cast to non-null type kotlin.collections.List>"); - aVar = new CodeNode.a.C0176a(group2, parse); + aVar = new CodeNode.a.C0177a(group2, parse); } else { aVar = new CodeNode.a.b(group2); } - Node node = (Node) this.f232c.invoke(new CodeNode(aVar, group, this.b), Boolean.valueOf(z2), s2); + Node node = (Node) this.f231c.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 10a19135a3..f992ed9cbb 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 f233c; + public static final Pattern f232c; 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*)+\"\"\")"); - f233c = compile3; + f232c = 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 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()); + 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()); 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.f234c, 1), d(this, f233c, 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.f233c, 1), d(this, f232c, 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 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()); + 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()); } } 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 6e16db5a9f..8b11b06f16 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 f234c; + public final StyleNode.a f233c; 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.f234c = aVar3; + this.f233c = 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.f234c, fVar.f234c) && m.areEqual(this.d, fVar.d) && m.areEqual(this.e, fVar.e) && m.areEqual(this.f, fVar.f) && m.areEqual(this.g, fVar.g) && m.areEqual(this.h, fVar.h); + return m.areEqual(this.a, fVar.a) && m.areEqual(this.b, fVar.b) && m.areEqual(this.f233c, fVar.f233c) && 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.f234c; + StyleNode.a aVar3 = this.f233c; 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 K = a.K("CodeStyleProviders(defaultStyleProvider="); - K.append(this.a); - K.append(", commentStyleProvider="); - K.append(this.b); - K.append(", literalStyleProvider="); - K.append(this.f234c); - 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(); + StringBuilder L = a.L("CodeStyleProviders(defaultStyleProvider="); + L.append(this.a); + L.append(", commentStyleProvider="); + L.append(this.b); + L.append(", literalStyleProvider="); + L.append(this.f233c); + 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(); } } 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 92% 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 0494a47e2c..b2b59ad4ea 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; @@ -13,7 +13,7 @@ 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.C0043a aVar, f fVar, Pattern pattern) { + public h(i.a.C0044a aVar, f fVar, Pattern pattern) { super(pattern); this.a = fVar; } diff --git a/app/src/main/java/c/a/u/a/i.java b/app/src/main/java/c/a/t/a/i.java similarity index 94% rename from app/src/main/java/c/a/u/a/i.java rename to app/src/main/java/c/a/t/a/i.java index e54a2165b7..77b9d77f63 100644 --- a/app/src/main/java/c/a/u/a/i.java +++ b/app/src/main/java/c/a/t/a/i.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.simpleast.core.node.Node; @@ -13,7 +13,7 @@ public final class i { 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 f235c = Pattern.compile("^/.*?/(?:\\w*)?", 32); + public static final Pattern f234c = 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 C0043a b = new C0043a(null); + public static final C0044a b = new C0044a(null); /* compiled from: JavaScript.kt */ - /* renamed from: c.a.u.a.i$a$a reason: collision with other inner class name */ - public static final class C0043a { - public C0043a(DefaultConstructorMarker defaultConstructorMarker) { + /* renamed from: c.a.t.a.i$a$a reason: collision with other inner class name */ + public static final class C0044a { + public C0044a(DefaultConstructorMarker defaultConstructorMarker) { } } 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 97% 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 a687b40fd0..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; diff --git a/app/src/main/java/c/a/u/a/k.java b/app/src/main/java/c/a/t/a/k.java similarity index 97% rename from app/src/main/java/c/a/u/a/k.java rename to app/src/main/java/c/a/t/a/k.java index 970767563f..46ce421ec9 100644 --- a/app/src/main/java/c/a/u/a/k.java +++ b/app/src/main/java/c/a/t/a/k.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; diff --git a/app/src/main/java/c/a/u/a/l.java b/app/src/main/java/c/a/t/a/l.java similarity index 92% rename from app/src/main/java/c/a/u/a/l.java rename to app/src/main/java/c/a/t/a/l.java index 543056dc69..e973a872b1 100644 --- a/app/src/main/java/c/a/u/a/l.java +++ b/app/src/main/java/c/a/t/a/l.java @@ -1,6 +1,6 @@ -package c.a.u.a; +package c.a.t.a; -import c.a.u.a.m; +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; @@ -12,7 +12,7 @@ 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.C0044a aVar, f fVar, Pattern pattern) { + public l(m.a.C0045a aVar, f fVar, Pattern pattern) { super(pattern); this.a = fVar; } diff --git a/app/src/main/java/c/a/u/a/m.java b/app/src/main/java/c/a/t/a/m.java similarity index 91% rename from app/src/main/java/c/a/u/a/m.java rename to app/src/main/java/c/a/t/a/m.java index 684105d4fa..4e5bb96efa 100644 --- a/app/src/main/java/c/a/u/a/m.java +++ b/app/src/main/java/c/a/t/a/m.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.simpleast.core.node.Node; @@ -13,7 +13,7 @@ public final class m { 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 f236c = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); + public static final Pattern f235c = Pattern.compile("^(?:(?://.*?(?=\\n|$))|(/\\*.*?\\*/))", 32); public static final Pattern d = Pattern.compile("^@(\\w+)"); public static final Pattern e = Pattern.compile("^\"[\\s\\S]*?(? extends Node.a { public static final Pattern a = Pattern.compile("^(val|var)(\\s+\\w+)", 32); - public static final C0044a b = new C0044a(null); + public static final C0045a b = new C0045a(null); /* compiled from: Kotlin.kt */ - /* renamed from: c.a.u.a.m$a$a reason: collision with other inner class name */ - public static final class C0044a { - public C0044a(DefaultConstructorMarker defaultConstructorMarker) { + /* renamed from: c.a.t.a.m$a$a reason: collision with other inner class name */ + public static final class C0045a { + public C0045a(DefaultConstructorMarker defaultConstructorMarker) { } } diff --git a/app/src/main/java/c/a/u/a/n.java b/app/src/main/java/c/a/t/a/n.java similarity index 97% rename from app/src/main/java/c/a/u/a/n.java rename to app/src/main/java/c/a/t/a/n.java index 9bde221a09..afabb94d75 100644 --- a/app/src/main/java/c/a/u/a/n.java +++ b/app/src/main/java/c/a/t/a/n.java @@ -1,6 +1,6 @@ -package c.a.u.a; +package c.a.t.a; -import c.a.u.a.m; +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; diff --git a/app/src/main/java/c/a/u/a/o.java b/app/src/main/java/c/a/t/a/o.java similarity index 89% rename from app/src/main/java/c/a/u/a/o.java rename to app/src/main/java/c/a/t/a/o.java index 53c460ca4f..67399c955f 100644 --- a/app/src/main/java/c/a/u/a/o.java +++ b/app/src/main/java/c/a/t/a/o.java @@ -1,4 +1,4 @@ -package c.a.u.a; +package c.a.t.a; import android.text.SpannableStringBuilder; import com.discord.simpleast.core.node.Node; @@ -16,7 +16,7 @@ public final class o { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final o f237c = new o(); + public static final o f236c = new o(); /* compiled from: Xml.kt */ public static final class a extends Node.a { @@ -24,12 +24,12 @@ public final class o { public final String b; /* renamed from: c reason: collision with root package name */ - public final f f238c; + public final f f237c; /* compiled from: Xml.kt */ - /* renamed from: c.a.u.a.o$a$a reason: collision with other inner class name */ - public static final /* synthetic */ class C0045a extends k implements Function1> { - public C0045a(StyleNode.a aVar) { + /* renamed from: c.a.t.a.o$a$a reason: collision with other inner class name */ + public static final /* synthetic */ class C0046a extends k implements Function1> { + public C0046a(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 o { m.checkNotNullParameter(fVar, "codeStyleProviders"); this.a = str; this.b = str2; - this.f238c = fVar; + this.f237c = fVar; } @Override // com.discord.simpleast.core.node.Node.a, com.discord.simpleast.core.node.Node @@ -83,7 +83,7 @@ public final class o { pair = d0.o.to(this.a, ""); } String str4 = (String) pair.component2(); - C0045a aVar = new C0045a(this.f238c.g); + C0046a aVar = new C0046a(this.f237c.g); int length2 = spannableStringBuilder.length(); spannableStringBuilder.append((CharSequence) ('<' + ((String) pair.component1()))); Iterator it = aVar.invoke(rc).iterator(); @@ -92,7 +92,7 @@ public final class o { } int length3 = spannableStringBuilder.length(); spannableStringBuilder.append((CharSequence) (str4 + '>')); - Iterator it2 = this.f238c.h.get(rc).iterator(); + Iterator it2 = this.f237c.h.get(rc).iterator(); while (it2.hasNext()) { spannableStringBuilder.setSpan(it2.next(), length3, spannableStringBuilder.length() - 1, 33); } @@ -107,10 +107,10 @@ public final class o { } if (!z2) { int length4 = spannableStringBuilder.length(); - StringBuilder K = c.d.b.a.a.K("'); - spannableStringBuilder.append((CharSequence) K.toString()); + StringBuilder L = c.d.b.a.a.L("'); + spannableStringBuilder.append((CharSequence) L.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/p.java b/app/src/main/java/c/a/t/a/p.java similarity index 97% rename from app/src/main/java/c/a/u/a/p.java rename to app/src/main/java/c/a/t/a/p.java index 603fe62810..fc3d46687a 100644 --- a/app/src/main/java/c/a/u/a/p.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.o; +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; 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 0b140323cf..0000000000 --- a/app/src/main/java/c/a/t/b.java +++ /dev/null @@ -1,202 +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 androidx.core.app.NotificationCompat; -import com.discord.utilities.logging.Logger; -import com.discord.utilities.time.Clock; -import com.discord.utilities.time.ClockFactory; -import com.discord.widgets.chat.input.MentionUtilsKt; -import d0.g0.t; -import d0.g0.w; -import d0.t.j; -import d0.z.d.m; -import java.util.Locale; -import java.util.Objects; -import kotlin.Unit; -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 f230c; - 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 C0042b { - public final String a; - public final long b; - - /* renamed from: c reason: collision with root package name */ - public final String f231c; - public final String d; - public final Uri e; - public final long f; - - public C0042b(long j, String str, String str2, Uri uri, long j2) { - m.checkNotNullParameter(str, "fileName"); - m.checkNotNullParameter(str2, "relativePath"); - m.checkNotNullParameter(uri, NotificationCompat.MessagingStyle.Message.KEY_DATA_URI); - this.b = j; - this.f231c = str; - this.d = str2; - this.e = uri; - this.f = j2; - this.a = str2 + MentionUtilsKt.SLASH_CHAR + str; - } - - public boolean equals(Object obj) { - if (this == obj) { - return true; - } - if (!(obj instanceof C0042b)) { - return false; - } - C0042b bVar = (C0042b) obj; - return this.b == bVar.b && m.areEqual(this.f231c, bVar.f231c) && m.areEqual(this.d, bVar.d) && m.areEqual(this.e, bVar.e) && this.f == bVar.f; - } - - public int hashCode() { - int a = a0.a.a.b.a(this.b) * 31; - String str = this.f231c; - int i = 0; - int hashCode = (a + (str != null ? str.hashCode() : 0)) * 31; - String str2 = this.d; - 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.f231c); - 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(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.f230c = 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) { - C0042b 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, (char) MentionUtilsKt.SLASH_CHAR, (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 C0042b(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.f231c); - 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.f230c, "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 7713e1f8c6..cc9730b820 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 f239c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); + public static final Pattern f238c = 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 = f239c; + Pattern pattern6 = f238c; 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 94% 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 ab1a8bdd6d..bd32a7b51d 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,18 +26,18 @@ public final class a { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f240c; + public static final Pattern f239c; 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 */ - public static class C0046a extends b { + /* renamed from: c.a.t.c.a$a reason: collision with other inner class name */ + public static class C0047a extends b { private final Function1 classSpanProvider; private final List, S>> innerRules; /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public C0046a(Function1 function1, Function1 function12) { + public C0047a(Function1 function1, Function1 function12) { this(function1, function12, u.plus((Collection) e.b(false, false, 2), e.h.d())); m.checkNotNullParameter(function1, "styleSpanProvider"); m.checkNotNullParameter(function12, "classSpanProvider"); @@ -47,7 +47,7 @@ public final class a { /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: java.util.List, S>> */ /* JADX WARN: Multi-variable type inference failed */ /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0046a(Function1 function1, Function1 function12, List, S>> list) { + public C0047a(Function1 function1, Function1 function12, List, S>> list) { super(a.d, function1); m.checkNotNullParameter(function1, "styleSpanProvider"); m.checkNotNullParameter(function12, "classSpanProvider"); @@ -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.f240c; + pattern = a.f239c; } } - @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)"); - f240c = compile3; + f239c = 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/c.java b/app/src/main/java/c/a/v/c.java similarity index 98% rename from app/src/main/java/c/a/w/c.java rename to app/src/main/java/c/a/v/c.java index f787fea84d..e5ba245c6d 100644 --- a/app/src/main/java/c/a/w/c.java +++ b/app/src/main/java/c/a/v/c.java @@ -1,4 +1,4 @@ -package c.a.w; +package c.a.v; import androidx.vectordrawable.graphics.drawable.AnimatedVectorDrawableCompat; import com.discord.tooltips.SparkleView; diff --git a/app/src/main/java/c/a/w/d.java b/app/src/main/java/c/a/v/d.java similarity index 99% rename from app/src/main/java/c/a/w/d.java rename to app/src/main/java/c/a/v/d.java index c012ef65ac..7756ac0c8e 100644 --- a/app/src/main/java/c/a/w/d.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; diff --git a/app/src/main/java/c/a/w/e.java b/app/src/main/java/c/a/v/e.java similarity index 98% rename from app/src/main/java/c/a/w/e.java rename to app/src/main/java/c/a/v/e.java index f6ce2830a7..fcf035fb31 100644 --- a/app/src/main/java/c/a/w/e.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; diff --git a/app/src/main/java/c/a/w/a.java b/app/src/main/java/c/a/w/a.java index b05a07a07c..375fdfcf33 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 C0048a 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 C0048a().getType(); + m.checkNotNullExpressionValue(type, "object : TypeToken>() {}.type"); + a = type; } } diff --git a/app/src/main/java/c/a/w/b.java b/app/src/main/java/c/a/w/b.java deleted file mode 100644 index 85031b2db2..0000000000 --- a/app/src/main/java/c/a/w/b.java +++ /dev/null @@ -1,21 +0,0 @@ -package c.a.w; - -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 b(DefaultTooltipCreator defaultTooltipCreator, TooltipManager.b bVar) { - this.i = defaultTooltipCreator; - this.j = bVar; - } - - @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/x/a.java b/app/src/main/java/c/a/x/a.java deleted file mode 100644 index 133ee40954..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 C0047a extends TypeToken> { - } - - static { - Type type = new C0047a().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 88% rename from app/src/main/java/c/a/z/a0.java rename to app/src/main/java/c/a/y/a0.java index 0e9824d0dc..6906d7d52a 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.content.Context; import android.view.LayoutInflater; @@ -7,7 +7,7 @@ import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TextSwitcher; import android.widget.TextView; -import c.a.j.c1; +import c.a.i.d1; import com.discord.R; import com.discord.api.message.reaction.MessageReaction; import com.discord.utilities.textprocessing.node.EmojiNode; @@ -18,7 +18,7 @@ public final class a0 extends LinearLayout { public int i; public Long j; public MessageReaction k; - public final c1 l; + public final d1 l; public a0(Context context) { super(context); @@ -36,9 +36,9 @@ public final class a0 extends LinearLayout { i = R.id.emoji_text_view; SimpleDraweeSpanTextView simpleDraweeSpanTextView = (SimpleDraweeSpanTextView) inflate.findViewById(R.id.emoji_text_view); if (simpleDraweeSpanTextView != null) { - c1 c1Var = new c1((LinearLayout) inflate, textView, textView2, textSwitcher, simpleDraweeSpanTextView); - m.checkNotNullExpressionValue(c1Var, "ReactionViewBinding.infl…rom(context), this, true)"); - this.l = c1Var; + d1 d1Var = new d1((LinearLayout) inflate, textView, textView2, textSwitcher, simpleDraweeSpanTextView); + m.checkNotNullExpressionValue(d1Var, "ReactionViewBinding.infl…rom(context), this, true)"); + this.l = d1Var; return; } } @@ -53,7 +53,7 @@ public final class a0 extends LinearLayout { TextView textView = this.l.b; m.checkNotNullExpressionValue(textView, "binding.counterText1"); textView.setActivated(z2); - TextView textView2 = this.l.f75c; + TextView textView2 = this.l.f78c; m.checkNotNullExpressionValue(textView2, "binding.counterText2"); textView2.setActivated(z2); } @@ -64,22 +64,22 @@ public final class a0 extends LinearLayout { boolean z3 = l == null || l == null || l.longValue() != j; MessageReaction messageReaction2 = this.k; int a = messageReaction.a(); - c1 c1Var = this.l; + d1 d1Var = this.l; int i = this.i; if (a != i) { if (z3) { - c1Var.d.setCurrentText(String.valueOf(a)); + d1Var.d.setCurrentText(String.valueOf(a)); } else { if (a > i) { - TextSwitcher textSwitcher = c1Var.d; + TextSwitcher textSwitcher = d1Var.d; textSwitcher.setInAnimation(textSwitcher.getContext(), R.anim.anim_slide_in_up); textSwitcher.setOutAnimation(textSwitcher.getContext(), R.anim.anim_slide_out_up); } else { - TextSwitcher textSwitcher2 = c1Var.d; + TextSwitcher textSwitcher2 = d1Var.d; textSwitcher2.setInAnimation(textSwitcher2.getContext(), R.anim.anim_slide_in_down); textSwitcher2.setOutAnimation(textSwitcher2.getContext(), R.anim.anim_slide_out_down); } - c1Var.d.setText(String.valueOf(a)); + d1Var.d.setText(String.valueOf(a)); } this.i = a; } 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 93% rename from app/src/main/java/c/a/z/b0.java rename to app/src/main/java/c/a/y/b0.java index 0df2cb9446..3f8edacc46 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 android.app.Dialog; import android.content.DialogInterface; @@ -12,7 +12,7 @@ import androidx.core.os.BundleKt; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.recyclerview.widget.RecyclerView; -import c.a.j.d; +import c.a.i.d; import com.discord.R; import com.discord.app.AppBottomSheet; import com.discord.utilities.view.recycler.MaxHeightRecyclerView; @@ -34,7 +34,7 @@ import kotlin.jvm.internal.DefaultConstructorMarker; import kotlin.reflect.KProperty; /* compiled from: SelectorBottomSheet.kt */ public final class b0 extends AppBottomSheet implements i { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.V(b0.class, "binding", "getBinding()Lcom/discord/databinding/BottomSheetSimpleSelectorBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.W(b0.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); @@ -43,11 +43,11 @@ public final class b0 extends AppBottomSheet implements i { public static final class a { /* compiled from: SelectorBottomSheet.kt */ - /* renamed from: c.a.z.b0$a$a reason: collision with other inner class name */ - public static final class C0048a extends o implements Function1 { - public static final C0048a i = new C0048a(); + /* renamed from: c.a.y.b0$a$a reason: collision with other inner class name */ + public static final class C0049a extends o implements Function1 { + public static final C0049a i = new C0049a(); - public C0048a() { + public C0049a() { super(1); } @@ -63,12 +63,12 @@ public final class b0 extends AppBottomSheet implements i { public a(DefaultConstructorMarker defaultConstructorMarker) { } - /* JADX DEBUG: Multi-variable search result rejected for r6v0, resolved type: c.a.z.b0$a */ + /* JADX DEBUG: Multi-variable search result rejected for r6v0, resolved type: c.a.y.b0$a */ /* JADX WARN: Multi-variable type inference failed */ public static /* synthetic */ b0 b(a aVar, FragmentManager fragmentManager, String str, List list, boolean z2, Function1 function1, int i) { boolean z3 = (i & 8) != 0 ? true : z2; if ((i & 16) != 0) { - function1 = C0048a.i; + function1 = C0049a.i; } return aVar.a(fragmentManager, str, list, z3, function1); } @@ -87,17 +87,17 @@ public final class b0 extends AppBottomSheet implements i { } /* compiled from: SelectorBottomSheet.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, c.a.j.c.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/BottomSheetSimpleSelectorBinding;", 0); + super(1, c.a.i.c.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/BottomSheetSimpleSelectorBinding;", 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 c.a.j.c invoke(View view) { + public c.a.i.c invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.widget_simple_bottom_sheet_selector_header; @@ -109,7 +109,7 @@ public final class b0 extends AppBottomSheet implements i { i2 = R.id.widget_simple_bottom_sheet_selector_recycler; MaxHeightRecyclerView maxHeightRecyclerView = (MaxHeightRecyclerView) view2.findViewById(R.id.widget_simple_bottom_sheet_selector_recycler); if (maxHeightRecyclerView != null) { - return new c.a.j.c((ConstraintLayout) view2, constraintLayout, textView, maxHeightRecyclerView); + return new c.a.i.c((ConstraintLayout) view2, constraintLayout, textView, maxHeightRecyclerView); } } } @@ -162,7 +162,7 @@ public final class b0 extends AppBottomSheet implements i { super(false, 1, null); } - @Override // c.a.z.i + @Override // c.a.y.i public void c(int i2) { Function1 function1 = this.k; if (function1 != null) { @@ -170,8 +170,8 @@ public final class b0 extends AppBottomSheet implements i { } } - public final c.a.j.c g() { - return (c.a.j.c) this.l.getValue((Fragment) this, i[0]); + public final c.a.i.c g() { + return (c.a.i.c) this.l.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppBottomSheet @@ -204,7 +204,7 @@ public final class b0 extends AppBottomSheet implements i { } List list = (List) serializable; boolean z2 = getArgumentsOrDefault().getBoolean("simple_bottom_sheet_show_dividers"); - TextView textView = g().f73c; + TextView textView = g().f71c; m.checkNotNullExpressionValue(textView, "binding.widgetSimpleBottomSheetSelectorPlaceholder"); textView.setText(string); ConstraintLayout constraintLayout = g().b; 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 85% rename from app/src/main/java/c/a/z/c0.java rename to app/src/main/java/c/a/y/c0.java index 4d2e555d87..67d8d33a86 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 c.d.b.a.a; import d0.z.d.m; @@ -98,19 +98,19 @@ public final class c0 implements Serializable { @Override // java.lang.Object public String toString() { - StringBuilder K = a.K("SimpleBottomSheetItem(title="); - K.append(this.title); - K.append(", description="); - K.append(this.description); - K.append(", iconRes="); - K.append(this.iconRes); - K.append(", iconUri="); - K.append(this.iconUri); - K.append(", iconTint="); - K.append(this.iconTint); - K.append(", titleTextColor="); - K.append(this.titleTextColor); - K.append(", titleEndIcon="); - return a.z(K, this.titleEndIcon, ")"); + StringBuilder L = a.L("SimpleBottomSheetItem(title="); + L.append(this.title); + L.append(", description="); + L.append(this.description); + L.append(", iconRes="); + L.append(this.iconRes); + L.append(", iconUri="); + L.append(this.iconUri); + L.append(", iconTint="); + L.append(this.iconTint); + L.append(", titleTextColor="); + L.append(this.titleTextColor); + L.append(", titleEndIcon="); + return a.A(L, this.titleEndIcon, ")"); } } diff --git a/app/src/main/java/c/a/z/d.java b/app/src/main/java/c/a/y/d.java similarity index 89% rename from app/src/main/java/c/a/z/d.java rename to app/src/main/java/c/a/y/d.java index e4951fecb7..4df82d26b8 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; @@ -23,8 +23,8 @@ public final class d implements View.OnKeyListener { CodeVerificationView.a aVar = CodeVerificationView.i; Objects.requireNonNull(codeVerificationView); if (keyEvent.getKeyCode() == 67) { - if (codeVerificationView.o.length() > 0) { - codeVerificationView.o = y.dropLast(codeVerificationView.o, 1); + if (codeVerificationView.p.length() > 0) { + codeVerificationView.p = y.dropLast(codeVerificationView.p, 1); codeVerificationView.d(); } } else if (keyEvent.getKeyCode() == 7) { diff --git a/app/src/main/java/c/a/z/d0.java b/app/src/main/java/c/a/y/d0.java similarity index 96% rename from app/src/main/java/c/a/z/d0.java rename to app/src/main/java/c/a/y/d0.java index 8f5a144f5e..890da16aee 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.view.View; /* compiled from: SelectorBottomSheet.kt */ 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 85% rename from app/src/main/java/c/a/z/e0.java rename to app/src/main/java/c/a/y/e0.java index 2c68ef5161..70ce9d7a90 100644 --- a/app/src/main/java/c/a/z/e0.java +++ b/app/src/main/java/c/a/y/e0.java @@ -1,12 +1,12 @@ -package c.a.z; +package c.a.y; import android.content.DialogInterface; import android.graphics.drawable.Drawable; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.core.content.ContextCompat; import androidx.core.graphics.drawable.DrawableCompat; -import c.a.j.d; -import c.a.l.b; +import c.a.i.d; +import c.a.k.b; import com.discord.R; import com.discord.utilities.color.ColorCompat; import com.discord.utilities.images.MGImages; @@ -21,7 +21,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { public final DialogInterface b; /* renamed from: c reason: collision with root package name */ - public final d f241c; + public final d f240c; /* JADX WARNING: Illegal instructions before constructor call */ public e0(i iVar, DialogInterface dialogInterface, d dVar) { @@ -33,7 +33,7 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { m.checkNotNullExpressionValue(constraintLayout, "itemBinding.root"); this.a = iVar; this.b = dialogInterface; - this.f241c = dVar; + this.f240c = dVar; } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @@ -43,13 +43,13 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { Drawable drawable; c0 c0Var2 = c0Var; m.checkNotNullParameter(c0Var2, "data"); - MaterialTextView materialTextView = this.f241c.d; + MaterialTextView materialTextView = this.f240c.d; m.checkNotNullExpressionValue(materialTextView, "itemBinding.selectComponentSheetItemTitle"); b.a(materialTextView, c0Var2.e()); - MaterialTextView materialTextView2 = this.f241c.b; + MaterialTextView materialTextView2 = this.f240c.b; m.checkNotNullExpressionValue(materialTextView2, "itemBinding.selectComponentSheetItemDescription"); ViewExtensions.setTextAndVisibilityBy(materialTextView2, c0Var2.a()); - SimpleDraweeView simpleDraweeView = this.f241c.f80c; + SimpleDraweeView simpleDraweeView = this.f240c.f76c; m.checkNotNullExpressionValue(simpleDraweeView, "itemBinding.selectComponentSheetItemIcon"); int i2 = 0; if (!((c0Var2.d() == null && c0Var2.b() == null) ? false : true)) { @@ -58,20 +58,20 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { simpleDraweeView.setVisibility(i2); String d = c0Var2.d(); if (d != null) { - SimpleDraweeView simpleDraweeView2 = this.f241c.f80c; + SimpleDraweeView simpleDraweeView2 = this.f240c.f76c; m.checkNotNullExpressionValue(simpleDraweeView2, "itemBinding.selectComponentSheetItemIcon"); MGImages.setImage$default(simpleDraweeView2, d, R.dimen.emoji_size, R.dimen.emoji_size, true, null, null, 96, null); } else { Integer b = c0Var2.b(); if (b != null) { - this.f241c.f80c.setImageResource(b.intValue()); + this.f240c.f76c.setImageResource(b.intValue()); } } Integer c2 = c0Var2.c(); if (c2 != null) { - this.f241c.f80c.setColorFilter(c2.intValue()); + this.f240c.f76c.setColorFilter(c2.intValue()); } - MaterialTextView materialTextView3 = this.f241c.d; + MaterialTextView materialTextView3 = this.f240c.d; materialTextView3.setText(c0Var2.e()); Integer g = c0Var2.g(); if (g != null) { @@ -86,16 +86,16 @@ public final class e0 extends SimpleRecyclerAdapter.ViewHolder { f.intValue(); Drawable drawable2 = ContextCompat.getDrawable(materialTextView3.getContext(), c0Var2.f().intValue()); if (drawable2 != null) { - MaterialTextView materialTextView4 = this.f241c.d; + MaterialTextView materialTextView4 = this.f240c.d; m.checkNotNullExpressionValue(materialTextView4, "itemBinding.selectComponentSheetItemTitle"); DrawableCompat.setTint(drawable2, ColorCompat.getThemedColor(materialTextView4, (int) R.attr.colorHeaderPrimary)); drawable = drawable2; com.discord.utilities.drawable.DrawableCompat.setCompoundDrawablesCompat$default(materialTextView3, (Drawable) null, (Drawable) null, drawable, (Drawable) null, 11, (Object) null); - this.f241c.a.setOnClickListener(new d0(this)); + this.f240c.a.setOnClickListener(new d0(this)); } } drawable = null; com.discord.utilities.drawable.DrawableCompat.setCompoundDrawablesCompat$default(materialTextView3, (Drawable) null, (Drawable) null, drawable, (Drawable) null, 11, (Object) null); - this.f241c.a.setOnClickListener(new d0(this)); + this.f240c.a.setOnClickListener(new d0(this)); } } 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 a3c3243987..6bbac42a12 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.content.Context; import android.graphics.Canvas; @@ -19,7 +19,7 @@ public final class f extends DividerItemDecoration { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f242c; + public final int f241c; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public f(Context context, int i, int i2, int i3, int i4, int i5) { @@ -30,7 +30,7 @@ public final class f extends DividerItemDecoration { m.checkNotNullParameter(context, "context"); this.a = i2; this.b = i3; - this.f242c = i4; + this.f241c = i4; Drawable drawable = ContextCompat.getDrawable(context, R.drawable.drawable_divider); if (drawable != null) { Drawable wrap = DrawableCompat.wrap(drawable); @@ -45,7 +45,7 @@ public final class f extends DividerItemDecoration { m.checkNotNullParameter(recyclerView, "parent"); m.checkNotNullParameter(state, "state"); int paddingLeft = recyclerView.getPaddingLeft() + this.b; - int width = (recyclerView.getWidth() - recyclerView.getPaddingRight()) - this.f242c; + int width = (recyclerView.getWidth() - recyclerView.getPaddingRight()) - this.f241c; Drawable drawable = getDrawable(); int childCount = recyclerView.getChildCount(); for (int i = 0; i < childCount; i++) { diff --git a/app/src/main/java/c/a/z/f0.java b/app/src/main/java/c/a/y/f0.java similarity index 98% rename from app/src/main/java/c/a/z/f0.java rename to app/src/main/java/c/a/y/f0.java index 6cdec5a3bc..ed4c3c5abb 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.drawable.Drawable; import androidx.core.content.ContextCompat; diff --git a/app/src/main/java/c/a/z/g.java b/app/src/main/java/c/a/y/g.java similarity index 96% rename from app/src/main/java/c/a/z/g.java rename to app/src/main/java/c/a/y/g.java index eae630d12a..7612c7a6c2 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.View; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/c/a/z/g0.java b/app/src/main/java/c/a/y/g0.java similarity index 97% rename from app/src/main/java/c/a/z/g0.java rename to app/src/main/java/c/a/y/g0.java index 0304300e4c..448efb67ec 100644 --- a/app/src/main/java/c/a/z/g0.java +++ b/app/src/main/java/c/a/y/g0.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/h.java b/app/src/main/java/c/a/y/h.java similarity index 87% rename from app/src/main/java/c/a/z/h.java rename to app/src/main/java/c/a/y/h.java index 4b3447794a..67fc0926df 100644 --- a/app/src/main/java/c/a/z/h.java +++ b/app/src/main/java/c/a/y/h.java @@ -1,10 +1,10 @@ -package c.a.z; +package c.a.y; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; -import c.a.j.n0; +import c.a.i.o0; import com.discord.R; import com.discord.views.OAuthPermissionViews; import d0.z.d.m; @@ -29,8 +29,8 @@ public final class h extends o implements Function2 implements b { @@ -15,7 +15,7 @@ public final class f implements b { if (aVar2 == null) { return null; } - int i2 = aVar2.f243c; + int i2 = aVar2.f242c; 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/j0/g.java b/app/src/main/java/c/a/y/j0/g.java similarity index 98% rename from app/src/main/java/c/a/z/j0/g.java rename to app/src/main/java/c/a/y/j0/g.java index b7bfc2f19d..6babda5692 100644 --- a/app/src/main/java/c/a/z/j0/g.java +++ b/app/src/main/java/c/a/y/j0/g.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import android.graphics.Bitmap; import com.discord.utilities.colors.RepresentativeColorsKt; diff --git a/app/src/main/java/c/a/z/j0/h.java b/app/src/main/java/c/a/y/j0/h.java similarity index 98% rename from app/src/main/java/c/a/z/j0/h.java rename to app/src/main/java/c/a/y/j0/h.java index 9e88061d32..626bc0b1bf 100644 --- a/app/src/main/java/c/a/z/j0/h.java +++ b/app/src/main/java/c/a/y/j0/h.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import com.discord.views.calls.StageCallSpeakerView; import d0.z.d.m; diff --git a/app/src/main/java/c/a/z/j0/i.java b/app/src/main/java/c/a/y/j0/i.java similarity index 98% rename from app/src/main/java/c/a/z/j0/i.java rename to app/src/main/java/c/a/y/j0/i.java index bae95e5de1..b0997a3ee8 100644 --- a/app/src/main/java/c/a/z/j0/i.java +++ b/app/src/main/java/c/a/y/j0/i.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import com.discord.models.domain.ModelAuditLogEntry; import com.discord.views.calls.StageCallSpeakerView; diff --git a/app/src/main/java/c/a/z/j0/j.java b/app/src/main/java/c/a/y/j0/j.java similarity index 97% rename from app/src/main/java/c/a/z/j0/j.java rename to app/src/main/java/c/a/y/j0/j.java index a41517c25c..e7e14c9052 100644 --- a/app/src/main/java/c/a/z/j0/j.java +++ b/app/src/main/java/c/a/y/j0/j.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import d0.z.d.m; import d0.z.d.o; diff --git a/app/src/main/java/c/a/z/j0/k.java b/app/src/main/java/c/a/y/j0/k.java similarity index 98% rename from app/src/main/java/c/a/z/j0/k.java rename to app/src/main/java/c/a/y/j0/k.java index ac4f22b937..fe0322af8d 100644 --- a/app/src/main/java/c/a/z/j0/k.java +++ b/app/src/main/java/c/a/y/j0/k.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import android.graphics.Bitmap; import com.discord.utilities.colors.RepresentativeColorsKt; diff --git a/app/src/main/java/c/a/z/j0/l.java b/app/src/main/java/c/a/y/j0/l.java similarity index 96% rename from app/src/main/java/c/a/z/j0/l.java rename to app/src/main/java/c/a/y/j0/l.java index 4d52ce5901..4cd62d935c 100644 --- a/app/src/main/java/c/a/z/j0/l.java +++ b/app/src/main/java/c/a/y/j0/l.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import j0.k.b; /* compiled from: VideoCallParticipantView.kt */ diff --git a/app/src/main/java/c/a/z/j0/m.java b/app/src/main/java/c/a/y/j0/m.java similarity index 98% rename from app/src/main/java/c/a/z/j0/m.java rename to app/src/main/java/c/a/y/j0/m.java index 5de4e1a433..3751e85867 100644 --- a/app/src/main/java/c/a/z/j0/m.java +++ b/app/src/main/java/c/a/y/j0/m.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import com.discord.views.calls.VideoCallParticipantView; import d0.z.d.o; diff --git a/app/src/main/java/c/a/z/j0/n.java b/app/src/main/java/c/a/y/j0/n.java similarity index 97% rename from app/src/main/java/c/a/z/j0/n.java rename to app/src/main/java/c/a/y/j0/n.java index b9c4e87ea8..9c7c2e029d 100644 --- a/app/src/main/java/c/a/z/j0/n.java +++ b/app/src/main/java/c/a/y/j0/n.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; import android.view.View; import com.discord.views.calls.VideoCallParticipantView; diff --git a/app/src/main/java/c/a/z/j0/o.java b/app/src/main/java/c/a/y/j0/o.java similarity index 97% rename from app/src/main/java/c/a/z/j0/o.java rename to app/src/main/java/c/a/y/j0/o.java index 37c57e0301..ae113ae79d 100644 --- a/app/src/main/java/c/a/z/j0/o.java +++ b/app/src/main/java/c/a/y/j0/o.java @@ -1,4 +1,4 @@ -package c.a.z.j0; +package c.a.y.j0; 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.f198c; + View view = videoCallParticipantView.i.f81c; m.checkNotNullExpressionValue(view, "binding.participantBgLetterbox"); view.setVisibility(0); ProgressBar progressBar = videoCallParticipantView.i.p; 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 8789033566..bf17b744da 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.view.View; /* compiled from: OverlayAppDialog.kt */ 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 96% 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 997ccc6014..7b6856e1e7 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.view.View; import d0.z.d.m; 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 96% 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 ac39508239..3661b2009e 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 android.view.View; import d0.z.d.m; diff --git a/app/src/main/java/c/a/z/l.java b/app/src/main/java/c/a/y/l.java similarity index 95% rename from app/src/main/java/c/a/z/l.java rename to app/src/main/java/c/a/y/l.java index 8aeac06a9d..440374baed 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 android.animation.Animator; import android.content.Context; @@ -17,7 +17,7 @@ public abstract class l extends OverlayDialog implements AppComponent { public final Subject w; /* renamed from: x reason: collision with root package name */ - public Function1 f244x = m.i; + public Function1 f243x = m.i; /* compiled from: Animator.kt */ public static final class a implements Animator.AnimatorListener { @@ -81,7 +81,7 @@ public abstract class l extends OverlayDialog implements AppComponent { getUnsubscribeSignal().onNext(null); Log.i(getClass().getSimpleName(), "closing"); if (!ViewCompat.isAttachedToWindow(this)) { - this.f244x.invoke(this); + this.f243x.invoke(this); return; } Animator closingAnimator = getClosingAnimator(); @@ -94,7 +94,7 @@ public abstract class l extends OverlayDialog implements AppComponent { /* JADX DEBUG: Type inference failed for r0v0. Raw type applied. Possible types: kotlin.jvm.functions.Function1, kotlin.jvm.functions.Function1 */ public final Function1 getOnDialogClosed() { - return this.f244x; + return this.f243x; } @Override // com.discord.app.AppComponent @@ -110,6 +110,6 @@ public abstract class l extends OverlayDialog implements AppComponent { public final void setOnDialogClosed(Function1 function1) { m.checkNotNullParameter(function1, ""); - this.f244x = function1; + this.f243x = function1; } } 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 98% 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 a73acd029e..1481683c6b 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.content.Context; import android.graphics.Typeface; 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 98% 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 f4b1dd57e6..bde771af61 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 com.discord.i18n.RenderContext; import com.discord.views.discovery.DiscoveryStageCardTopHatView; diff --git a/app/src/main/java/c/a/z/l0/c/a.java b/app/src/main/java/c/a/y/l0/c/a.java similarity index 88% rename from app/src/main/java/c/a/z/l0/c/a.java rename to app/src/main/java/c/a/y/l0/c/a.java index c313054f66..ec3e6b33b6 100644 --- a/app/src/main/java/c/a/z/l0/c/a.java +++ b/app/src/main/java/c/a/y/l0/c/a.java @@ -1,10 +1,10 @@ -package c.a.z.l0.c; +package c.a.y.l0.c; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; -import c.a.j.x4; -import c.a.z.l0.c.d; +import c.a.i.b5; +import c.a.y.l0.c.d; import com.discord.R; import com.discord.utilities.extensions.SimpleDraweeViewExtensionsKt; import com.discord.utilities.mg_recycler.MGRecyclerViewHolder; @@ -12,7 +12,7 @@ import com.facebook.drawee.view.SimpleDraweeView; import d0.z.d.m; /* compiled from: SpeakersViewHolder.kt */ public final class a extends MGRecyclerViewHolder { - public final x4 a; + public final b5 a; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public a(c cVar) { @@ -25,9 +25,9 @@ public final class a extends MGRecyclerViewHolder { i = R.id.discovery_stage_card_speaker_name; TextView textView = (TextView) view.findViewById(R.id.discovery_stage_card_speaker_name); if (textView != null) { - x4 x4Var = new x4((LinearLayout) view, simpleDraweeView, textView); - m.checkNotNullExpressionValue(x4Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)"); - this.a = x4Var; + b5 b5Var = new b5((LinearLayout) view, simpleDraweeView, textView); + m.checkNotNullExpressionValue(b5Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)"); + this.a = b5Var; return; } } @@ -47,7 +47,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, R.dimen.avatar_size_medium, 12, null); - TextView textView = this.a.f188c; + TextView textView = this.a.f70c; m.checkNotNullExpressionValue(textView, "binding.discoveryStageCardSpeakerName"); textView.setText(str2); } diff --git a/app/src/main/java/c/a/z/l0/c/b.java b/app/src/main/java/c/a/y/l0/c/b.java similarity index 85% rename from app/src/main/java/c/a/z/l0/c/b.java rename to app/src/main/java/c/a/y/l0/c/b.java index e3682e31d0..e3fd1a9a8f 100644 --- a/app/src/main/java/c/a/z/l0/c/b.java +++ b/app/src/main/java/c/a/y/l0/c/b.java @@ -1,10 +1,10 @@ -package c.a.z.l0.c; +package c.a.y.l0.c; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; -import c.a.j.w4; -import c.a.z.l0.c.d; +import c.a.i.a5; +import c.a.y.l0.c.d; import c.d.b.a.a; import com.discord.R; import com.discord.utilities.mg_recycler.MGRecyclerViewHolder; @@ -12,7 +12,7 @@ import com.discord.utilities.resources.StringResourceUtilsKt; import d0.z.d.m; /* compiled from: SpeakersViewHolder.kt */ public final class b extends MGRecyclerViewHolder { - public final w4 a; + public final a5 a; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public b(c cVar) { @@ -21,9 +21,9 @@ public final class b extends MGRecyclerViewHolder { View view = this.itemView; TextView textView = (TextView) view.findViewById(R.id.other_speakers_count_text); if (textView != null) { - w4 w4Var = new w4((LinearLayout) view, textView); - m.checkNotNullExpressionValue(w4Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)"); - this.a = w4Var; + a5 a5Var = new a5((LinearLayout) view, textView); + m.checkNotNullExpressionValue(a5Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)"); + this.a = a5Var; return; } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.other_speakers_count_text))); @@ -40,6 +40,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.j(view, R.string.discovery_speaker_count, new Object[]{StringResourceUtilsKt.getI18nPluralString(a.x(this.itemView, "itemView", "itemView.context"), R.plurals.discovery_speaker_count_speakersCount, i2, Integer.valueOf(i2))}, null, 4)); + textView.setText(c.a.k.b.j(view, R.string.discovery_speaker_count, new Object[]{StringResourceUtilsKt.getI18nPluralString(a.x(this.itemView, "itemView", "itemView.context"), R.plurals.discovery_speaker_count_speakersCount, i2, Integer.valueOf(i2))}, null, 4)); } } diff --git a/app/src/main/java/c/a/z/l0/c/c.java b/app/src/main/java/c/a/y/l0/c/c.java similarity index 98% rename from app/src/main/java/c/a/z/l0/c/c.java rename to app/src/main/java/c/a/y/l0/c/c.java index 82a9f30806..e9bae60265 100644 --- a/app/src/main/java/c/a/z/l0/c/c.java +++ b/app/src/main/java/c/a/y/l0/c/c.java @@ -1,4 +1,4 @@ -package c.a.z.l0.c; +package c.a.y.l0.c; import android.view.ViewGroup; import androidx.recyclerview.widget.GridLayoutManager; diff --git a/app/src/main/java/c/a/z/l0/c/d.java b/app/src/main/java/c/a/y/l0/c/d.java similarity index 86% rename from app/src/main/java/c/a/z/l0/c/d.java rename to app/src/main/java/c/a/y/l0/c/d.java index d4c970bfd7..813ccfdad2 100644 --- a/app/src/main/java/c/a/z/l0/c/d.java +++ b/app/src/main/java/c/a/y/l0/c/d.java @@ -1,4 +1,4 @@ -package c.a.z.l0.c; +package c.a.y.l0.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 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, ")"); + 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, ")"); } } @@ -94,10 +94,10 @@ public abstract class d implements MGRecyclerDataPayload { } public String toString() { - 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, ")"); + 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, ")"); } } diff --git a/app/src/main/java/c/a/z/m.java b/app/src/main/java/c/a/y/m.java similarity index 97% rename from app/src/main/java/c/a/z/m.java rename to app/src/main/java/c/a/y/m.java index 4c1e24f783..ccff6b24ee 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 com.discord.overlay.views.OverlayDialog; import d0.z.d.o; diff --git a/app/src/main/java/c/a/z/m0/a.java b/app/src/main/java/c/a/y/m0/a.java similarity index 97% rename from app/src/main/java/c/a/z/m0/a.java rename to app/src/main/java/c/a/y/m0/a.java index e95e04566d..a2d3de1ee8 100644 --- a/app/src/main/java/c/a/z/m0/a.java +++ b/app/src/main/java/c/a/y/m0/a.java @@ -1,4 +1,4 @@ -package c.a.z.m0; +package c.a.y.m0; import android.view.View; import android.widget.AdapterView; diff --git a/app/src/main/java/c/a/z/m0/b.java b/app/src/main/java/c/a/y/m0/b.java similarity index 95% rename from app/src/main/java/c/a/z/m0/b.java rename to app/src/main/java/c/a/y/m0/b.java index 215c02e93c..e5fe6bd033 100644 --- a/app/src/main/java/c/a/z/m0/b.java +++ b/app/src/main/java/c/a/y/m0/b.java @@ -1,4 +1,4 @@ -package c.a.z.m0; +package c.a.y.m0; import android.view.View; import kotlin.jvm.functions.Function0; diff --git a/app/src/main/java/c/a/z/n.java b/app/src/main/java/c/a/y/n.java similarity index 86% rename from app/src/main/java/c/a/z/n.java rename to app/src/main/java/c/a/y/n.java index 351f1b6852..a59d7863da 100644 --- a/app/src/main/java/c/a/z/n.java +++ b/app/src/main/java/c/a/y/n.java @@ -1,9 +1,9 @@ -package c.a.z; +package c.a.y; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; -import c.a.j.p0; +import c.a.i.q0; import com.discord.R; import com.discord.views.OverlayMenuBubbleDialog; import com.discord.views.VoiceUserView; @@ -29,8 +29,8 @@ public final class n extends o implements Function2 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - this.this$0.this$0.i.f117c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); - this.this$0.this$0.i.f117c.a(); + this.this$0.this$0.i.f120c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); + this.this$0.this$0.i.f120c.a(); return Unit.a; } } diff --git a/app/src/main/java/c/a/z/q0/h.java b/app/src/main/java/c/a/y/q0/h.java similarity index 96% rename from app/src/main/java/c/a/z/q0/h.java rename to app/src/main/java/c/a/y/q0/h.java index 3d894cb012..0cba1b85c6 100644 --- a/app/src/main/java/c/a/z/q0/h.java +++ b/app/src/main/java/c/a/y/q0/h.java @@ -1,4 +1,4 @@ -package c.a.z.q0; +package c.a.y.q0; import android.content.Context; import android.widget.ImageView; @@ -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.e.o.g(this.this$0.getContext(), R.string.instant_invite_failed_to_generate, 0, null, 12); + c.a.d.m.g(this.this$0.getContext(), R.string.instant_invite_failed_to_generate, 0, null, 12); return Unit.a; } } diff --git a/app/src/main/java/c/a/z/s0/a.java b/app/src/main/java/c/a/y/s0/a.java similarity index 97% rename from app/src/main/java/c/a/z/s0/a.java rename to app/src/main/java/c/a/y/s0/a.java index 3ef54e61d3..86619ec950 100644 --- a/app/src/main/java/c/a/z/s0/a.java +++ b/app/src/main/java/c/a/y/s0/a.java @@ -1,4 +1,4 @@ -package c.a.z.s0; +package c.a.y.s0; import android.graphics.Bitmap; import com.discord.views.user.UserAvatarPresenceView; diff --git a/app/src/main/java/c/a/z/s0/b.java b/app/src/main/java/c/a/y/s0/b.java similarity index 97% rename from app/src/main/java/c/a/z/s0/b.java rename to app/src/main/java/c/a/y/s0/b.java index 638492f41b..6b1a88bb52 100644 --- a/app/src/main/java/c/a/z/s0/b.java +++ b/app/src/main/java/c/a/y/s0/b.java @@ -1,4 +1,4 @@ -package c.a.z.s0; +package c.a.y.s0; import android.graphics.Bitmap; import c.f.j.q.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 95% rename from app/src/main/java/c/a/z/t.java rename to app/src/main/java/c/a/y/t.java index 911c5e6d91..1960675952 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 android.content.Context; import com.discord.BuildConfig; @@ -31,7 +31,7 @@ public final class t extends o implements Function1 { m.checkNotNullExpressionValue(context, "context"); String link = modelInvite2.toLink(this.this$0.getResources(), BuildConfig.HOST_INVITE); m.checkNotNullExpressionValue(link, "invite.toLink(resources, BuildConfig.HOST_INVITE)"); - c.a.e.o.a(context, link, R.string.invite_link_copied); + c.a.d.m.a(context, link, R.string.invite_link_copied); this.this$0.getOnDismissRequested$app_productionBetaRelease().mo1invoke(); return Unit.a; } diff --git a/app/src/main/java/c/a/z/u.java b/app/src/main/java/c/a/y/u.java similarity index 96% rename from app/src/main/java/c/a/z/u.java rename to app/src/main/java/c/a/y/u.java index 3e136e5e3b..e4f7070a93 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 kotlin.jvm.functions.Function4; import rx.functions.Func4; diff --git a/app/src/main/java/c/a/z/v.java b/app/src/main/java/c/a/y/v.java similarity index 98% rename from app/src/main/java/c/a/z/v.java rename to app/src/main/java/c/a/y/v.java index e56ccbe9eb..645a4fdc0a 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 com.discord.stores.StoreVoiceParticipants; import j0.k.b; diff --git a/app/src/main/java/c/a/z/w.java b/app/src/main/java/c/a/y/w.java similarity index 92% rename from app/src/main/java/c/a/z/w.java rename to app/src/main/java/c/a/y/w.java index de8b51d182..f0d675b00d 100644 --- a/app/src/main/java/c/a/z/w.java +++ b/app/src/main/java/c/a/y/w.java @@ -1,11 +1,11 @@ -package c.a.z; +package c.a.y; import android.content.Context; import android.content.res.Configuration; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; -import c.a.j.q0; +import c.a.i.r0; import com.discord.R; import com.discord.app.AppComponent; import com.discord.overlay.views.OverlayBubbleWrap; @@ -29,10 +29,10 @@ public final class w extends OverlayBubbleWrap implements AppComponent { public static final /* synthetic */ int w = 0; /* renamed from: x reason: collision with root package name */ - public final q0 f245x; + public final r0 f244x; /* renamed from: y reason: collision with root package name */ - public final Subject f246y; + public final Subject f245y; /* compiled from: OverlayVoiceBubble.kt */ public static final class a implements j0.k.b> { @@ -72,7 +72,7 @@ public final class w extends OverlayBubbleWrap implements AppComponent { if (voiceUser2 == null) { wVar.h(); } else { - IconUtils.setIcon$default(wVar.getImageView$app_productionBetaRelease(), voiceUser2.getUser(), 0, null, null, null, 60, null); + IconUtils.setIcon$default(wVar.getImageView$app_productionBetaRelease(), voiceUser2.getUser(), 0, null, null, voiceUser2.getGuildMember(), 28, null); wVar.g(); } return Unit.a; @@ -87,12 +87,12 @@ public final class w extends OverlayBubbleWrap implements AppComponent { addView(inflate); Objects.requireNonNull(inflate, "rootView"); SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate; - q0 q0Var = new q0(simpleDraweeView, simpleDraweeView); - m.checkNotNullExpressionValue(q0Var, "OverlayVoiceBubbleBindin…rom(context), this, true)"); - this.f245x = q0Var; + r0 r0Var = new r0(simpleDraweeView, simpleDraweeView); + m.checkNotNullExpressionValue(r0Var, "OverlayVoiceBubbleBindin…rom(context), this, true)"); + this.f244x = r0Var; PublishSubject k0 = PublishSubject.k0(); m.checkNotNullExpressionValue(k0, "PublishSubject.create()"); - this.f246y = k0; + this.f245y = k0; } @Override // com.discord.overlay.views.OverlayBubbleWrap @@ -113,14 +113,14 @@ public final class w extends OverlayBubbleWrap implements AppComponent { } public final SimpleDraweeView getImageView$app_productionBetaRelease() { - SimpleDraweeView simpleDraweeView = this.f245x.b; + SimpleDraweeView simpleDraweeView = this.f244x.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.overlayBubbleIv"); return simpleDraweeView; } @Override // com.discord.app.AppComponent public Subject getUnsubscribeSignal() { - return this.f246y; + return this.f245y; } public final void h() { diff --git a/app/src/main/java/c/a/z/x.java b/app/src/main/java/c/a/y/x.java similarity index 95% rename from app/src/main/java/c/a/z/x.java rename to app/src/main/java/c/a/y/x.java index fe5a6b628e..76c9375d91 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 com.discord.widgets.user.search.WidgetGlobalSearchModel; import d0.z.d.m; @@ -25,7 +25,7 @@ public final class x extends o implements Function2"); m.checkNotNullParameter(list2, ""); if (!m.areEqual(this.this$0.B, this.$searchModel$inlined.getFilter())) { - this.this$0.f247y.f.scrollToPosition(0); + this.this$0.f246y.f.scrollToPosition(0); this.this$0.B = this.$searchModel$inlined.getFilter(); } return Unit.a; diff --git a/app/src/main/java/c/a/z/y.java b/app/src/main/java/c/a/y/y.java similarity index 99% rename from app/src/main/java/c/a/z/y.java rename to app/src/main/java/c/a/y/y.java index f85f0570bd..8a2756e2a3 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.content.Context; import android.view.View; diff --git a/app/src/main/java/c/a/z/z.java b/app/src/main/java/c/a/y/z.java similarity index 88% rename from app/src/main/java/c/a/z/z.java rename to app/src/main/java/c/a/y/z.java index bdf2554e6b..c9eb28c694 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.animation.Animator; import android.animation.AnimatorInflater; @@ -10,7 +10,7 @@ import android.view.View; import android.widget.EditText; import android.widget.TextView; import androidx.recyclerview.widget.RecyclerView; -import c.a.j.r0; +import c.a.i.s0; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.R; import com.discord.api.channel.Channel; @@ -37,10 +37,10 @@ public final class z extends l implements AppComponent { public String B; /* renamed from: y reason: collision with root package name */ - public r0 f247y; + public s0 f246y; /* renamed from: z reason: collision with root package name */ - public final WidgetGlobalSearchAdapter f248z; + public final WidgetGlobalSearchAdapter f247z; /* compiled from: OverlayVoiceSelectorBubbleDialog.kt */ public static final class a implements View.OnClickListener { @@ -106,17 +106,17 @@ public final class z extends l implements AppComponent { WidgetGlobalSearchModel widgetGlobalSearchModel2 = widgetGlobalSearchModel; m.checkNotNullParameter(widgetGlobalSearchModel2, "it"); z zVar = this.this$0; - TextView textView = zVar.f247y.d; + TextView textView = zVar.f246y.d; m.checkNotNullExpressionValue(textView, "binding.emptyResults"); int i = 8; textView.setVisibility(widgetGlobalSearchModel2.getData().isEmpty() ? 0 : 8); - RecyclerView recyclerView = zVar.f247y.f; + RecyclerView recyclerView = zVar.f246y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); if (!widgetGlobalSearchModel2.getData().isEmpty()) { i = 0; } recyclerView.setVisibility(i); - WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = zVar.f248z; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = zVar.f247z; widgetGlobalSearchAdapter.setOnUpdated(new x(zVar, widgetGlobalSearchModel2)); List data = widgetGlobalSearchModel2.getData(); ArrayList arrayList = new ArrayList(); @@ -137,42 +137,42 @@ public final class z extends l implements AppComponent { super(context); m.checkNotNullParameter(context, "context"); getWindowLayoutParams().flags &= -9; - r0 a2 = r0.a(LayoutInflater.from(getContext()), this, true); + s0 a2 = s0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f247y = a2; - RecyclerView recyclerView = this.f247y.f; + this.f246y = a2; + RecyclerView recyclerView = this.f246y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); - this.f248z = new WidgetGlobalSearchAdapter(recyclerView); + this.f247z = new WidgetGlobalSearchAdapter(recyclerView); } - @Override // c.a.z.l + @Override // c.a.y.l public Animator getClosingAnimator() { Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_down_fade_out); - loadAnimator.setTarget(this.f247y.f152c); + loadAnimator.setTarget(this.f246y.f154c); m.checkNotNullExpressionValue(loadAnimator, "AnimatorInflater.loadAni…binding.dialogCard)\n }"); return loadAnimator; } public final void h() { - this.f247y.b.setOnClickListener(new a(this)); - TextInputLayout textInputLayout = this.f247y.e; + this.f246y.b.setOnClickListener(new a(this)); + TextInputLayout textInputLayout = this.f246y.e; m.checkNotNullExpressionValue(textInputLayout, "binding.overlayChannelSearch"); ViewExtensions.setText(textInputLayout, this.B); - TextInputLayout textInputLayout2 = this.f247y.e; + TextInputLayout textInputLayout2 = this.f246y.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.f248z; - RecyclerView recyclerView = this.f247y.f; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = this.f247z; + RecyclerView recyclerView = this.f246y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); widgetGlobalSearchAdapter.setRecycler(recyclerView); - MGRecyclerAdapter.Companion.configure(this.f248z); + MGRecyclerAdapter.Companion.configure(this.f247z); 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.f248z), z.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui(companion.getForNav(F), this, this.f247z), z.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new d(this), 62, (Object) null); } @Override // android.view.View, android.view.ViewGroup @@ -180,7 +180,7 @@ public final class z extends l implements AppComponent { super.onAttachedToWindow(); h(); Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_up_fade_in); - loadAnimator.setTarget(this.f247y.f152c); + loadAnimator.setTarget(this.f246y.f154c); loadAnimator.start(); } @@ -189,9 +189,9 @@ public final class z extends l implements AppComponent { super.onConfigurationChanged(configuration); getUnsubscribeSignal().onNext(null); removeAllViewsInLayout(); - r0 a2 = r0.a(LayoutInflater.from(getContext()), this, true); + s0 a2 = s0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f247y = a2; + this.f246y = a2; h(); } } 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 97% 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 3dbc73556d..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; 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 95% 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 6da8c7c0cc..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; 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/a/a.java b/app/src/main/java/c/b/a/a/a.java index f45a931712..4ea08830e7 100644 --- a/app/src/main/java/c/b/a/a/a.java +++ b/app/src/main/java/c/b/a/a/a.java @@ -6,7 +6,6 @@ import android.content.ActivityNotFoundException; import android.content.ClipData; import android.content.ContentResolver; import android.content.Context; -import android.content.DialogInterface; import android.content.Intent; import android.content.res.ColorStateList; import android.graphics.drawable.Drawable; @@ -65,11 +64,11 @@ public class a extends AppCompatDialogFragment { /* compiled from: java-style lambda group */ /* renamed from: c.b.a.a.a$a reason: collision with other inner class name */ - public static final class View$OnClickListenerC0049a implements View.OnClickListener { + public static final class View$OnClickListenerC0050a implements View.OnClickListener { public final /* synthetic */ int i; public final /* synthetic */ Object j; - public View$OnClickListenerC0049a(int i, Object obj) { + public View$OnClickListenerC0050a(int i, Object obj) { this.i = i; this.j = obj; } @@ -81,7 +80,7 @@ public class a extends AppCompatDialogFragment { a aVar = (a) this.j; int i2 = a.i; if (aVar.isCancelable()) { - aVar.h(); + aVar.h(true); } } else if (i == 1) { a aVar2 = (a) this.j; @@ -110,15 +109,23 @@ public class a extends AppCompatDialogFragment { /* compiled from: AddContentDialogFragment.kt */ public static final class b implements Animation.AnimationListener { public final /* synthetic */ a i; + public final /* synthetic */ boolean j; - public b(a aVar) { + public b(a aVar, boolean z2) { this.i = aVar; + this.j = z2; } @Override // android.view.animation.Animation.AnimationListener public void onAnimationEnd(Animation animation) { + View view; + Function1 function1; m.checkNotNullParameter(animation, "animation"); this.i.dismissAllowingStateLoss(); + if (this.j && (view = this.i.getView()) != null && (function1 = this.i.o) != null) { + m.checkNotNullExpressionValue(view, "it"); + function1.invoke(view); + } } @Override // android.view.animation.Animation.AnimationListener @@ -215,7 +222,7 @@ public class a extends AppCompatDialogFragment { } } - public final void h() { + public final void h(boolean z2) { Context context = getContext(); if (context != null) { m.checkNotNullExpressionValue(context, "context ?: return dismissAllowingStateLoss()"); @@ -239,7 +246,7 @@ public class a extends AppCompatDialogFragment { if (imageView != null) { imageView.startAnimation(loadAnimation); } - loadAnimation.setAnimationListener(new b(this)); + loadAnimation.setAnimationListener(new b(this, z2)); return; } dismissAllowingStateLoss(); @@ -306,14 +313,14 @@ public class a extends AppCompatDialogFragment { m.checkNotNullParameter(layoutInflater, "inflater"); View inflate = layoutInflater.inflate(R.f.dialog_add_content_pager_with_fab, viewGroup, false); if (inflate != null) { - inflate.setOnClickListener(new View$OnClickListenerC0049a(0, this)); + inflate.setOnClickListener(new View$OnClickListenerC0050a(0, this)); this.j = (ViewPager) inflate.findViewById(R.e.content_pager); this.k = (TabLayout) inflate.findViewById(R.e.content_tabs); this.l = (FloatingActionButton) inflate.findViewById(R.e.action_btn); ImageView imageView = (ImageView) inflate.findViewById(R.e.launch_btn); this.m = imageView; if (imageView != null) { - imageView.setOnClickListener(new View$OnClickListenerC0049a(1, this)); + imageView.setOnClickListener(new View$OnClickListenerC0050a(1, this)); } FloatingActionButton floatingActionButton = this.l; Objects.requireNonNull(floatingActionButton, "null cannot be cast to non-null type com.google.android.material.floatingactionbutton.FloatingActionButton"); @@ -392,13 +399,13 @@ public class a extends AppCompatDialogFragment { viewPager2.addOnPageChangeListener(new c(this)); } TabLayout tabLayout3 = this.k; - if (!(tabLayout3 == null || (tabAt = tabLayout3.getTabAt(1)) == null)) { + if (!(tabLayout3 == null || (tabAt = tabLayout3.getTabAt(0)) == null)) { tabAt.select(); } } FloatingActionButton floatingActionButton2 = this.l; if (floatingActionButton2 != null) { - floatingActionButton2.setOnClickListener(new View$OnClickListenerC0049a(2, parentFragment)); + floatingActionButton2.setOnClickListener(new View$OnClickListenerC0050a(2, parentFragment)); } this.n = flexInputFragment.b().addItemSelectionListener(this.q); FloatingActionButton floatingActionButton3 = this.l; @@ -417,18 +424,6 @@ public class a extends AppCompatDialogFragment { super.onDestroyView(); } - @Override // androidx.fragment.app.DialogFragment, android.content.DialogInterface.OnDismissListener - public void onDismiss(DialogInterface dialogInterface) { - Function1 function1; - m.checkNotNullParameter(dialogInterface, "dialog"); - View view = getView(); - if (!(view == null || (function1 = this.o) == null)) { - m.checkNotNullExpressionValue(view, "it"); - function1.invoke(view); - } - super.onDismiss(dialogInterface); - } - @Override // androidx.fragment.app.Fragment public void onResume() { super.onResume(); diff --git a/app/src/main/java/c/b/a/a/b.java b/app/src/main/java/c/b/a/a/b.java index 3fd74f32d1..80109f7591 100644 --- a/app/src/main/java/c/b/a/a/b.java +++ b/app/src/main/java/c/b/a/a/b.java @@ -1,7 +1,10 @@ package c.b.a.a; +import androidx.fragment.app.Fragment; import androidx.viewpager.widget.ViewPager; import com.google.android.material.tabs.TabLayout; +import com.lytefast.flexinput.fragment.FlexInputFragment; +import com.lytefast.flexinput.viewmodel.FlexInputViewModel; import d0.z.d.m; /* compiled from: AddContentDialogFragment.kt */ public final class b implements TabLayout.OnTabSelectedListener { @@ -18,15 +21,21 @@ public final class b implements TabLayout.OnTabSelectedListener { @Override // com.google.android.material.tabs.TabLayout.BaseOnTabSelectedListener public void onTabSelected(TabLayout.Tab tab) { + FlexInputViewModel flexInputViewModel; m.checkNotNullParameter(tab, "tab"); int position = tab.getPosition(); - if (position == 0) { - this.a.h(); + if (position == 3) { + this.a.h(false); + Fragment parentFragment = this.a.getParentFragment(); + if ((parentFragment instanceof FlexInputFragment) && (flexInputViewModel = ((FlexInputFragment) parentFragment).r) != null) { + flexInputViewModel.onCreateThreadSelected(); + return; + } return; } ViewPager viewPager = this.a.j; if (viewPager != null) { - viewPager.setCurrentItem(position - 1); + viewPager.setCurrentItem(position); } } diff --git a/app/src/main/java/c/b/a/a/c.java b/app/src/main/java/c/b/a/a/c.java index 9ebccff4ff..f250a5dfd8 100644 --- a/app/src/main/java/c/b/a/a/c.java +++ b/app/src/main/java/c/b/a/a/c.java @@ -22,7 +22,7 @@ public final class c implements ViewPager.OnPageChangeListener { public void onPageSelected(int i) { TabLayout.Tab tabAt; TabLayout tabLayout = this.a.k; - if (tabLayout != null && (tabAt = tabLayout.getTabAt(i + 1)) != null) { + if (tabLayout != null && (tabAt = tabLayout.getTabAt(i)) != null) { tabAt.select(); } } 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 65ed9ae05d..60eacd7e4f 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 f249c; + public int f248c; public int d; public int e; public int f; @@ -52,15 +52,15 @@ public final class i extends RecyclerView.Adapter { public final c r; /* renamed from: s reason: collision with root package name */ - public final /* synthetic */ i f250s; + public final /* synthetic */ i f249s; /* compiled from: MediaCursorAdapter.kt */ /* renamed from: c.b.a.d.i$a$a reason: collision with other inner class name */ - public static final class C0050a extends o implements Function1 { + public static final class C0051a extends o implements Function1 { public final /* synthetic */ boolean $isAnimationRequested; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ - public C0050a(boolean z2) { + public C0051a(boolean z2) { super(1); this.$isAnimationRequested = z2; } @@ -86,7 +86,7 @@ public final class i extends RecyclerView.Adapter { public a(i iVar, c cVar) { super(r4); m.checkNotNullParameter(cVar, "binding"); - this.f250s = iVar; + this.f249s = 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.f253c; + SimpleDraweeView simpleDraweeView = this.r.f252c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); return simpleDraweeView; } @@ -118,7 +118,7 @@ public final class i extends RecyclerView.Adapter { FrameLayout frameLayout = this.r.a; m.checkNotNullExpressionValue(frameLayout, "binding.root"); frameLayout.setSelected(z2); - C0050a aVar = new C0050a(z3); + C0051a aVar = new C0051a(z3); if (z2) { SimpleDraweeView simpleDraweeView = this.r.d; m.checkNotNullExpressionValue(simpleDraweeView, "binding.itemCheckIndicator"); @@ -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.f250s.a; + SelectionCoordinator selectionCoordinator = this.f249s.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.f249c = cursor.getColumnIndex("_id"); + iVar.f248c = 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.f249c); + long j = cursor.getLong(this.f248c); 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"; @@ -269,9 +269,9 @@ public final class i extends RecyclerView.Adapter { Context context = frameLayout.getContext(); int i2 = 0; if (a2 != null) { - aVar2.d(aVar2.f250s.a.a(a2, aVar2.getAdapterPosition()), false); + aVar2.d(aVar2.f249s.a.a(a2, aVar2.getAdapterPosition()), false); } - aVar2.c(a2, Integer.valueOf(aVar2.f250s.h), Integer.valueOf(aVar2.f250s.i)); + aVar2.c(a2, Integer.valueOf(aVar2.f249s.h), Integer.valueOf(aVar2.f249s.i)); boolean z2 = true; if (a2 == null || !a2.i) { z2 = false; @@ -293,7 +293,7 @@ public final class i extends RecyclerView.Adapter { m.checkNotNullExpressionValue(textView3, "binding.itemVideoIndicator"); textView3.setText(longValue > 0 ? TimeUtils.toFriendlyStringSimple$default(TimeUtils.INSTANCE, longValue, null, null, 6, null) : context.getString(R.g.video)); } - SimpleDraweeView simpleDraweeView = aVar2.r.f253c; + SimpleDraweeView simpleDraweeView = aVar2.r.f252c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); simpleDraweeView.setContentDescription(context.getString(z2 ? R.g.video : R.g.image)); } 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 5a71771619..0d5d0b0ebb 100644 --- a/app/src/main/java/c/b/a/d/j.java +++ b/app/src/main/java/c/b/a/d/j.java @@ -60,7 +60,7 @@ public abstract class j extends RecyclerView.ViewHolder { public CancellationSignal b; /* renamed from: c reason: collision with root package name */ - public Bitmap f251c; + public Bitmap f250c; public final ContentResolver d; public b(ContentResolver contentResolver) { @@ -79,11 +79,11 @@ public abstract class j extends RecyclerView.ViewHolder { cancellationSignal.cancel(); } } - Bitmap bitmap = this.f251c; + Bitmap bitmap = this.f250c; if (bitmap != null) { bitmap.recycle(); } - this.f251c = null; + this.f250c = null; } } @@ -149,13 +149,13 @@ public abstract class j extends RecyclerView.ViewHolder { } } - /* JADX WARNING: Code restructure failed: missing block: B:30:0x00d0, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:30:0x00c9, code lost: r13 = move-exception; */ - /* JADX WARNING: Code restructure failed: missing block: B:31:0x00d1, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:31:0x00ca, code lost: d0.y.b.closeFinally(r0, r12); */ - /* JADX WARNING: Code restructure failed: missing block: B:32:0x00d4, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:32:0x00cd, code lost: throw r13; */ public final void c(Media media, Integer num, Integer num2) { @@ -173,12 +173,9 @@ public abstract class j extends RecyclerView.ViewHolder { if (media != null) { Uri uri = null; if (Build.VERSION.SDK_INT >= 29) { - GenericDraweeHierarchy hierarchy = a().getHierarchy(); ColorDrawable colorDrawable = k; ScalingUtils$ScaleType scalingUtils$ScaleType = ScalingUtils$ScaleType.a; - ScalingUtils$ScaleType scalingUtils$ScaleType2 = r.l; - hierarchy.o(1, colorDrawable); - hierarchy.l(1).r(scalingUtils$ScaleType2); + a().getHierarchy().q(colorDrawable, r.l); b bVar = this.m; if (bVar != null) { Uri uri2 = media.getUri(); 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 b1006d9d4c..1ff9599488 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= 0) { this.j--; } else { - StringBuilder K = a.K("Expected a value but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected a value but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.toString()); } } else if (i2 == 2) { i--; if (i >= 0) { this.j--; } else { - StringBuilder K2 = a.K("Expected a value but was "); - K2.append(w()); - K2.append(" at path "); - K2.append(getPath()); - throw new a(K2.toString()); + StringBuilder L2 = a.L("Expected a value but was "); + L2.append(w()); + L2.append(" at path "); + L2.append(getPath()); + throw new a(L2.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 K3 = a.K("Expected a value but was "); - K3.append(w()); - K3.append(" at path "); - K3.append(getPath()); - throw new a(K3.toString()); + StringBuilder L3 = a.L("Expected a value but was "); + L3.append(w()); + L3.append(" at path "); + L3.append(getPath()); + throw new a(L3.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.f256s.j((long) i6)) { + if (!this.f255s.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.f256s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { + if (!this.f255s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { break; } i9 = i10; - } else if (!this.f256s.j((long) (length + 1)) || !M(this.t.r((long) length))) { + } else if (!this.f255s.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.f256s.j((long) i2)) { + if (this.f255s.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.f256s.j(2)) { + if (!this.f255s.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.f256s.D(byteString); + long D = this.f255s.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.f256s.D(p); + long D = this.f255s.D(p); return D != -1 ? this.t.H(D) : this.t.G(); } public final char S() throws IOException { int i; int i2; - if (this.f256s.j(1)) { + if (this.f255s.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 K = a.K("Invalid escape sequence: \\"); - K.append((char) readByte); - G(K.toString()); + StringBuilder L = a.L("Invalid escape sequence: \\"); + L.append((char) readByte); + G(L.toString()); throw null; - } else if (this.f256s.j(4)) { + } else if (this.f255s.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 K2 = a.K("\\u"); - K2.append(this.t.H(4)); - G(K2.toString()); + StringBuilder L2 = a.L("\\u"); + L2.append(this.t.H(4)); + G(L2.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 K3 = a.K("Unterminated escape sequence at path "); - K3.append(getPath()); - throw new EOFException(K3.toString()); + StringBuilder L3 = a.L("Unterminated escape sequence at path "); + L3.append(getPath()); + throw new EOFException(L3.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.f256s.D(byteString); + long D = this.f255s.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.f256s.D(p); + long D = this.f255s.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 K = a.K("Expected BEGIN_ARRAY but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected BEGIN_ARRAY but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.toString()); } @Override // c.c.a.a0.h0.c @@ -648,11 +648,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder K = a.K("Expected BEGIN_OBJECT but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected BEGIN_OBJECT but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.toString()); } @Override // c.c.a.a0.h0.c @@ -670,11 +670,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder K = a.K("Expected END_ARRAY but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected END_ARRAY but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.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.f256s.close(); + this.f255s.close(); } @Override // c.c.a.a0.h0.c @@ -703,11 +703,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder K = a.K("Expected END_OBJECT but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected END_OBJECT but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.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 K = a.K("Expected a boolean but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected a boolean but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.toString()); } } @@ -760,38 +760,38 @@ public final class d extends c { return (double) this.v; } if (i == 17) { - this.f257x = this.t.H((long) this.w); + this.f256x = this.t.H((long) this.w); } else if (i == 9) { - this.f257x = Q(o); + this.f256x = Q(o); } else if (i == 8) { - this.f257x = Q(n); + this.f256x = Q(n); } else if (i == 10) { - this.f257x = R(); + this.f256x = R(); } else if (i != 11) { - StringBuilder K = a.K("Expected a double but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected a double but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.toString()); } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f257x); + double parseDouble = Double.parseDouble(this.f256x); if (Double.isNaN(parseDouble) || Double.isInfinite(parseDouble)) { throw new b("JSON forbids NaN and infinities: " + parseDouble + " at path " + getPath()); } - this.f257x = null; + this.f256x = null; this.u = 0; int[] iArr2 = this.m; int i3 = this.j - 1; iArr2[i3] = iArr2[i3] + 1; return parseDouble; } catch (NumberFormatException unused) { - StringBuilder K2 = a.K("Expected a double but was "); - K2.append(this.f257x); - K2.append(" at path "); - K2.append(getPath()); - throw new a(K2.toString()); + StringBuilder L2 = a.L("Expected a double but was "); + L2.append(this.f256x); + L2.append(" at path "); + L2.append(getPath()); + throw new a(L2.toString()); } } @@ -811,17 +811,17 @@ public final class d extends c { iArr[i3] = iArr[i3] + 1; return i2; } - 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()); + 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()); } if (i == 17) { - this.f257x = this.t.H((long) this.w); + this.f256x = this.t.H((long) this.w); } else if (i == 9 || i == 8) { String Q = i == 9 ? Q(o) : Q(n); - this.f257x = Q; + this.f256x = 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 K2 = a.K("Expected an int but was "); - K2.append(w()); - K2.append(" at path "); - K2.append(getPath()); - throw new a(K2.toString()); + StringBuilder L2 = a.L("Expected an int but was "); + L2.append(w()); + L2.append(" at path "); + L2.append(getPath()); + throw new a(L2.toString()); } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f257x); + double parseDouble = Double.parseDouble(this.f256x); int i5 = (int) parseDouble; if (((double) i5) == parseDouble) { - this.f257x = null; + this.f256x = null; this.u = 0; int[] iArr3 = this.m; int i6 = this.j - 1; iArr3[i6] = iArr3[i6] + 1; return i5; } - StringBuilder K3 = a.K("Expected an int but was "); - K3.append(this.f257x); - K3.append(" at path "); - K3.append(getPath()); - throw new a(K3.toString()); + StringBuilder L3 = a.L("Expected an int but was "); + L3.append(this.f256x); + L3.append(" at path "); + L3.append(getPath()); + throw new a(L3.toString()); } catch (NumberFormatException unused2) { - StringBuilder K4 = a.K("Expected an int but was "); - K4.append(this.f257x); - K4.append(" at path "); - K4.append(getPath()); - throw new a(K4.toString()); + StringBuilder L4 = a.L("Expected an int but was "); + L4.append(this.f256x); + L4.append(" at path "); + L4.append(getPath()); + throw new a(L4.toString()); } } @@ -878,13 +878,13 @@ public final class d extends c { } else if (i == 12) { str = Q(n); } else if (i == 15) { - str = this.f257x; + str = this.f256x; } else { - StringBuilder K = a.K("Expected a name but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected a name but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.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.f257x; - this.f257x = null; + str = this.f256x; + this.f256x = null; } else if (i == 16) { str = Long.toString(this.v); } else if (i == 17) { str = this.t.H((long) this.w); } else { - StringBuilder K = a.K("Expected a string but was "); - K.append(w()); - K.append(" at path "); - K.append(getPath()); - throw new a(K.toString()); + StringBuilder L = a.L("Expected a string but was "); + L.append(w()); + L.append(" at path "); + L.append(getPath()); + throw new a(L.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 K = a.K("JsonReader("); - K.append(this.f256s); - K.append(")"); - return K.toString(); + StringBuilder L = a.L("JsonReader("); + L.append(this.f255s); + L.append(")"); + return L.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.f257x, aVar); + return K(this.f256x, aVar); } - int u0 = this.f256s.u0(aVar.b); + int u0 = this.f255s.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.f257x = s2; + this.f256x = s2; this.l[this.j - 1] = str; } return K; diff --git a/app/src/main/java/c/c/a/a0/l.java b/app/src/main/java/c/c/a/a0/l.java index ae1fe7fb4c..01f15ce7a1 100644 --- a/app/src/main/java/c/c/a/a0/l.java +++ b/app/src/main/java/c/c/a/a0/l.java @@ -1,6 +1,6 @@ package c.c.a.a0; -import c.a.r.n0.c.e; +import c.a.q.m0.c.e; import c.c.a.a0.h0.c; /* compiled from: GradientFillParser */ public class l { 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 6aff4cfd9b..6f303a9b07 100644 --- a/app/src/main/java/c/c/a/a0/m.java +++ b/app/src/main/java/c/c/a/a0/m.java @@ -1,6 +1,6 @@ package c.c.a.a0; -import c.a.r.n0.c.e; +import c.a.q.m0.c.e; import c.c.a.a0.h0.c; /* compiled from: GradientStrokeParser */ public class m { @@ -8,5 +8,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 f258c = c.a.a("n", "v"); + public static final c.a f257c = 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 5499cf33f4..a74802d80d 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 K = a.K("Unknown point starts with "); - K.append(cVar.w()); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Unknown point starts with "); + L.append(cVar.w()); + throw new IllegalArgumentException(L.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 f67c6c8272..a2f1a0b80f 100644 --- a/app/src/main/java/c/c/a/a0/p.java +++ b/app/src/main/java/c/c/a/a0/p.java @@ -6,7 +6,7 @@ import android.view.animation.Interpolator; import android.view.animation.LinearInterpolator; import androidx.collection.SparseArrayCompat; import androidx.core.view.animation.PathInterpolatorCompat; -import c.a.r.n0.c.e; +import c.a.q.m0.c.e; import c.c.a.a0.h0.c; import c.c.a.b0.f; import c.c.a.b0.g; @@ -20,7 +20,7 @@ public class p { public static SparseArrayCompat> b; /* renamed from: c reason: collision with root package name */ - public static c.a f259c = c.a.a("t", "s", e.a, "o", "i", "h", "to", "ti"); + public static c.a f258c = c.a.a("t", "s", e.a, "o", "i", "h", "to", "ti"); public static a a(c cVar, d dVar, float f, g0 g0Var, boolean z2) throws IOException { T t; @@ -41,7 +41,7 @@ public class p { boolean z3 = false; float f2 = 0.0f; while (cVar.e()) { - switch (cVar.z(f259c)) { + switch (cVar.z(f258c)) { 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 a8d0d94bce..3d287ce14d 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.f264c == null && (t = aVar2.b) != null) { - aVar.f264c = t; + if (aVar.f263c == null && (t = aVar2.b) != null) { + aVar.f263c = t; if (aVar instanceof h) { ((h) aVar).e(); } } } a aVar3 = (a) list.get(i); - if ((aVar3.b == null || aVar3.f264c == null) && list.size() > 1) { + if ((aVar3.b == null || aVar3.f263c == 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 ca991770c9..d0c90e2630 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 f260c = c.a.a("nm"); + public static final c.a f259c = 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 */ @@ -343,7 +343,7 @@ public class r { while (cVar.e()) { cVar.b(); while (cVar.e()) { - if (cVar.z(f260c) != 0) { + if (cVar.z(f259c) != 0) { cVar.B(); cVar.C(); } else { 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 83aaee6328..af1d5ee9c3 100644 --- a/app/src/main/java/c/c/a/a0/s.java +++ b/app/src/main/java/c/c/a/a0/s.java @@ -21,7 +21,7 @@ public class s { public static c.a b = c.a.a(ModelAuditLogEntry.CHANGE_KEY_ID, "layers", "w", "h", "p", "u"); /* renamed from: c reason: collision with root package name */ - public static final c.a f261c = c.a.a("list"); + public static final c.a f260c = c.a.a("list"); public static final c.a d = c.a.a("cm", "tm", "dr"); public static d a(c cVar) throws IOException { @@ -177,7 +177,7 @@ public class s { f2 = f6; cVar.b(); while (cVar.e()) { - if (cVar.z(f261c) != 0) { + if (cVar.z(f260c) != 0) { cVar.B(); cVar.C(); } else { @@ -344,7 +344,7 @@ public class s { dVar.m = f4; dVar.i = arrayList3; dVar.h = longSparseArray; - dVar.f265c = hashMap; + dVar.f264c = 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 b2bb1b97d7..6c0e61d402 100644 --- a/app/src/main/java/c/c/a/b0/d.java +++ b/app/src/main/java/c/c/a/b0/d.java @@ -23,7 +23,7 @@ public class d extends a implements Choreographer.FrameCallback { @VisibleForTesting /* renamed from: s reason: collision with root package name */ - public boolean f262s = false; + public boolean f261s = false; @Override // android.animation.ValueAnimator, android.animation.Animator @MainThread @@ -38,7 +38,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.f262s) { + if (dVar != null && this.f261s) { long j2 = this.m; long j3 = 0; if (j2 != 0) { @@ -150,7 +150,7 @@ public class d extends a implements Choreographer.FrameCallback { @Override // android.animation.ValueAnimator, android.animation.Animator public boolean isRunning() { - return this.f262s; + return this.f261s; } public float j() { @@ -167,7 +167,7 @@ public class d extends a implements Choreographer.FrameCallback { } public void l() { - if (this.f262s) { + if (this.f261s) { Choreographer.getInstance().removeFrameCallback(this); Choreographer.getInstance().postFrameCallback(this); } @@ -176,7 +176,7 @@ public class d extends a implements Choreographer.FrameCallback { @MainThread public void m() { Choreographer.getInstance().removeFrameCallback(this); - this.f262s = false; + this.f261s = 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 b310e1527b..e487789415 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 f263c = new Path(); + public static final Path f262c = 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 = f263c; + Path path3 = f262c; path3.reset(); pathMeasure.getSegment(0.0f, max % length, path3, true); path2.addPath(path3); } else if (min < 0.0f) { - Path path4 = f263c; + Path path4 = f262c; 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 20c7211bad..69bebfbac7 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 f264c; + public T f263c; @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.f264c = t2; + this.f263c = 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.f264c = t; + this.f263c = 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 K = c.d.b.a.a.K("Keyframe{startValue="); - K.append((Object) this.b); - K.append(", endValue="); - K.append((Object) this.f264c); - 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(); + StringBuilder L = c.d.b.a.a.L("Keyframe{startValue="); + L.append((Object) this.b); + L.append(", endValue="); + L.append((Object) this.f263c); + 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(); } } diff --git a/app/src/main/java/c/c/a/d.java b/app/src/main/java/c/c/a/d.java index cecacaf880..cb26150ed4 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> f265c; + public Map> f264c; 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 5dae0e6574..fd57d4d4d6 100644 --- a/app/src/main/java/c/c/a/e.java +++ b/app/src/main/java/c/c/a/e.java @@ -201,9 +201,9 @@ public class e { } for (Map.Entry entry2 : dVar.d.entrySet()) { if (entry2.getValue().e == null) { - 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())); + 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())); } } if (str != null) { @@ -218,9 +218,9 @@ public class e { } public static String f(Context context, @RawRes int i) { - 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(); + 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(); } } diff --git a/app/src/main/java/c/c/a/f.java b/app/src/main/java/c/c/a/f.java index 34eb3fa4f1..c695874095 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.f345c; + b bVar = cVar.f344c; 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 P = c.d.b.a.a.P("Cache hit for ", str, " at "); - P.append(file.getAbsolutePath()); - c.c.a.b0.c.a(P.toString()); + 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()); 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 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()); + 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()); 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 b31d3372a6..4ff7af542d 100644 --- a/app/src/main/java/c/c/a/j.java +++ b/app/src/main/java/c/c/a/j.java @@ -43,7 +43,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Nullable /* renamed from: s reason: collision with root package name */ - public String f266s; + public String f265s; @Nullable public b t; @Nullable @@ -53,13 +53,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 f267x; + public int f266x; /* renamed from: y reason: collision with root package name */ - public boolean f268y; + public boolean f267y; /* renamed from: z reason: collision with root package name */ - public boolean f269z; + public boolean f268z; /* compiled from: LottieDrawable */ public class a implements o { @@ -125,17 +125,17 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public final /* synthetic */ Object b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ c.c.a.c0.c f271c; + public final /* synthetic */ c.c.a.c0.c f270c; public e(c.c.a.y.f fVar, Object obj, c.c.a.c0.c cVar) { this.a = fVar; this.b = obj; - this.f271c = cVar; + this.f270c = cVar; } @Override // c.c.a.j.o public void a(d dVar) { - j.this.a(this.a, this.b, this.f271c); + j.this.a(this.a, this.b, this.f270c); } } @@ -192,10 +192,10 @@ public class j extends Drawable implements Drawable.Callback, Animatable { /* compiled from: LottieDrawable */ /* renamed from: c.c.a.j$j reason: collision with other inner class name */ - public class C0052j implements o { + public class C0053j implements o { public final /* synthetic */ float a; - public C0052j(float f) { + public C0053j(float f) { this.a = f; } @@ -276,7 +276,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { this.o = new ArrayList<>(); f fVar = new f(); this.p = fVar; - this.f267x = 255; + this.f266x = 255; this.A = true; this.B = false; dVar.i.add(fVar); @@ -293,7 +293,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { if (fVar == c.c.a.y.f.a) { cVar2.g(t, cVar); } else { - c.c.a.y.g gVar = fVar.f310c; + c.c.a.y.g gVar = fVar.f309c; if (gVar != null) { gVar.g(t, cVar); } else { @@ -306,7 +306,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)).f310c.g(t, cVar); + ((c.c.a.y.f) list.get(i2)).f309c.g(t, cVar); } z2 = true ^ list.isEmpty(); } @@ -330,7 +330,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public void c() { c.c.a.b0.d dVar = this.k; - if (dVar.f262s) { + if (dVar.f261s) { dVar.cancel(); } this.j = null; @@ -373,7 +373,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.f267x); + this.w.f(canvas, this.i, this.f266x); if (i2 > 0) { canvas.restoreToCount(i2); } @@ -399,7 +399,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.f267x); + this.w.f(canvas, this.i, this.f266x); if (i2 > 0) { canvas.restoreToCount(i2); } @@ -436,7 +436,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f267x; + return this.f266x; } @Override // android.graphics.drawable.Drawable @@ -471,7 +471,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { if (dVar == null) { return false; } - return dVar.f262s; + return dVar.f261s; } @Override // android.graphics.drawable.Drawable.Callback @@ -506,7 +506,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } if (this.m || h() == 0) { c.c.a.b0.d dVar = this.k; - dVar.f262s = true; + dVar.f261s = true; boolean k2 = dVar.k(); for (Animator.AnimatorListener animatorListener : dVar.j) { if (Build.VERSION.SDK_INT >= 26) { @@ -534,7 +534,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } if (this.m || h() == 0) { c.c.a.b0.d dVar = this.k; - dVar.f262s = true; + dVar.f261s = true; dVar.l(); dVar.m = 0; if (dVar.k() && dVar.n == dVar.j()) { @@ -574,7 +574,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { - m((int) (d2.b + d2.f311c)); + m((int) (d2.b + d2.f310c)); return; } throw new IllegalArgumentException(c.d.b.a.a.t("Cannot find marker with name ", str, ".")); @@ -606,7 +606,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { int i2 = (int) d2.b; - p(i2, ((int) d2.f311c) + i2); + p(i2, ((int) d2.f310c) + i2); return; } throw new IllegalArgumentException(c.d.b.a.a.t("Cannot find marker with name ", str, ".")); @@ -645,7 +645,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { @Override // android.graphics.drawable.Drawable public void setAlpha(@IntRange(from = 0, to = 255) int i2) { - this.f267x = i2; + this.f266x = i2; invalidateSelf(); } @@ -670,7 +670,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { public void t(float f2) { d dVar = this.j; if (dVar == null) { - this.o.add(new C0052j(f2)); + this.o.add(new C0053j(f2)); } else { r((int) c.c.a.b0.f.e(dVar.k, dVar.l, f2)); } diff --git a/app/src/main/java/c/c/a/k.java b/app/src/main/java/c/c/a/k.java index efceba43df..0f8a8842f1 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 f272c; + public final String f271c; 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.f272c = str; + this.f271c = 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 67e6a21925..4f9caa640a 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 f273c = 3; + public static final Integer f272c = 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 f274s = Float.valueOf(6.0f); + public static final Float f273s = 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 f275x = Float.valueOf(11.0f); + public static final Float f274x = Float.valueOf(11.0f); /* renamed from: y reason: collision with root package name */ - public static final Float f276y = Float.valueOf(12.0f); + public static final Float f275y = Float.valueOf(12.0f); /* renamed from: z reason: collision with root package name */ - public static final Float f277z = Float.valueOf(12.1f); + public static final Float f276z = 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 32d952df9d..e323f162b0 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.f278c); + ArrayList arrayList = new ArrayList(rVar2.f277c); 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 7a31e19cd9..ce2ca27c8d 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> f278c = new LinkedHashSet(1); + public final Set> f277c = 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.f278c.add(lVar); + this.f277c.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 5a6e0735ec..3604f495d0 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 f279c = new HashMap(); + public final Map f278c = 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 2a24f20197..8f1f020850 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 f280c = new Path(); + public final Path f279c = new Path(); public final RectF d = new RectF(); public final j e; public final c.c.a.y.m.b f; @@ -48,7 +48,7 @@ public abstract class a implements a.b, k, e { @Nullable public final s b; - public b(s sVar, C0053a aVar) { + public b(s sVar, C0054a aVar) { this.b = sVar; } } @@ -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.f294c == 2) { + if (sVar2.f293c == 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.f294c == 2) { + if (sVar3.f293c == 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.f280c.set(bVar.a.get(size3).getPath()); - this.f280c.transform(matrix); - this.a.setPath(this.f280c, z2); + this.f279c.set(bVar.a.get(size3).getPath()); + this.f279c.transform(matrix); + this.a.setPath(this.f279c, z2); float length2 = this.a.getLength(); if (floatValue3 > length) { float f4 = floatValue3 - length; if (f4 < f3 + length2 && f3 < f4) { - g.a(this.f280c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); - canvas.drawPath(this.f280c, this.i); + g.a(this.f279c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); + canvas.drawPath(this.f279c, 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.f280c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); - canvas.drawPath(this.f280c, this.i); + g.a(this.f279c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); + canvas.drawPath(this.f279c, this.i); } else { - canvas.drawPath(this.f280c, this.i); + canvas.drawPath(this.f279c, 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 f540b123b1..f38db3d6d7 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 f281c; + public final Matrix f280c; 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.f324c; + boolean z2 = mVar.f323c; 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.f281c = new Matrix(); + this.f280c = 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.f281c.set(matrix); + this.f280c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f281c.preConcat(oVar.e()); + this.f280c.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.f281c, z2); + ((e) cVar).d(this.e, this.f280c, 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.f281c.set(matrix); + this.f280c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f281c.preConcat(oVar.e()); + this.f280c.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.f269z) { + if (this.i.f268z) { 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.f281c, true); + d(this.b, this.f280c, 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.f281c, i); + ((e) cVar).f(canvas, this.f280c, 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.f281c.reset(); + this.f280c.reset(); o oVar = this.k; if (oVar != null) { - this.f281c.set(oVar.e()); + this.f280c.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.f281c); + this.d.addPath(((m) cVar).getPath(), this.f280c); } } 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 ab07e31e79..a0308e04f0 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 f282c; + public final j f281c; 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.f282c = jVar; - a a = aVar.f314c.a(); + this.f281c = jVar; + a a = aVar.f313c.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.f282c.invalidateSelf(); + this.f281c.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.f294c == 1) { + if (sVar.f293c == 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 6171de9858..a52766b2f0 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 f283c; + public final b f282c; 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.f283c = bVar; - this.d = lVar.f323c; + this.f282c = bVar; + this.d = lVar.f322c; 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.f283c.u.remove(aVar3); + this.f282c.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.f283c.e(this.i); + this.f282c.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 096cb25c41..70ee21cac7 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 f284c; + public final b f283c; 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.f284c = bVar; + this.f283c = 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.f315c.a(); + a a = dVar.f314c.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.f284c.u.remove(aVar2); + this.f283c.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.f284c.e(this.o); + this.f283c.e(this.o); } else if (t == o.D) { p pVar2 = this.p; if (pVar2 != null) { - this.f284c.u.remove(pVar2); + this.f283c.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.f284c.e(this.p); + this.f283c.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 8f28a18558..fcaeda861c 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 f285s = new RectF(); + public final RectF f284s = 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 f286x; + public final a f285x; @Nullable /* renamed from: y reason: collision with root package name */ - public p f287y; + public p f286y; 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.f316c.a(); + a a = eVar.f315c.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.f286x = a3; + this.f285x = a3; a3.a.add(this); bVar.e(a3); } public final int[] e(int[] iArr) { - p pVar = this.f287y; + p pVar = this.f286y; 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.f285s, matrix, false); + d(this.f284s, 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.f286x.e(); + PointF e2 = this.f285x.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.f286x.e(); + PointF e5 = this.f285x.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.f287y; + p pVar = this.f286y; if (pVar != null) { this.f.u.remove(pVar); } if (cVar == null) { - this.f287y = null; + this.f286y = null; return; } p pVar2 = new p(cVar, null); - this.f287y = pVar2; + this.f286y = pVar2; pVar2.a.add(this); - this.f.e(this.f287y); + this.f.e(this.f286y); } } @@ -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.f286x.d * ((float) this.u)); + int round2 = Math.round(this.f285x.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 a9ce96f606..e9417944dc 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 f288c = new Path(); + public final Path f287c = 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.f281c.reset(); - matrix2 = dVar.f281c; + dVar.f280c.reset(); + matrix2 = dVar.f280c; } 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.f281c.reset(); - matrix = dVar2.f281c; + dVar2.f280c.reset(); + matrix = dVar2.f280c; } path2.transform(matrix); this.a.addPath(path2); @@ -69,7 +69,7 @@ public class l implements m, j { } else { this.a.set(mVar2.getPath()); } - this.f288c.op(this.a, this.b, op); + this.f287c.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.f288c.reset(); + this.f287c.reset(); g gVar = this.e; - if (gVar.f318c) { - return this.f288c; + if (gVar.f317c) { + return this.f287c; } int ordinal = gVar.b.ordinal(); if (ordinal == 0) { for (int i = 0; i < this.d.size(); i++) { - this.f288c.addPath(this.d.get(i).getPath()); + this.f287c.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.f288c; + return this.f287c; } } 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 c56db1cf89..fd1c9d81c7 100644 --- a/app/src/main/java/c/c/a/w/b/n.java +++ b/app/src/main/java/c/c/a/w/b/n.java @@ -18,7 +18,7 @@ public class n implements m, a.b, k { public final String b; /* renamed from: c reason: collision with root package name */ - public final j f289c; + public final j f288c; public final h.a d; public final boolean e; public final a f; @@ -34,12 +34,12 @@ public class n implements m, a.b, k { public boolean n; public n(j jVar, b bVar, h hVar) { - this.f289c = jVar; + this.f288c = jVar; this.b = hVar.a; h.a aVar = hVar.b; this.d = aVar; this.e = hVar.j; - a a = hVar.f319c.a(); + a a = hVar.f318c.a(); this.f = a; a a2 = hVar.d.a(); this.g = a2; @@ -80,7 +80,7 @@ public class n implements m, a.b, k { @Override // c.c.a.w.c.a.b public void a() { this.n = false; - this.f289c.invalidateSelf(); + this.f288c.invalidateSelf(); } @Override // c.c.a.w.b.c @@ -89,7 +89,7 @@ public class n implements m, a.b, k { c cVar = list.get(i); if (cVar instanceof s) { s sVar = (s) cVar; - if (sVar.f294c == 1) { + if (sVar.f293c == 1) { this.m.a.add(sVar); sVar.b.add(this); } @@ -108,7 +108,7 @@ public class n implements m, a.b, k { public void g(T t, @Nullable c cVar) { a aVar; a aVar2; - if (t == o.f274s) { + if (t == o.f273s) { a aVar3 = this.f; c cVar2 = aVar3.e; aVar3.e = cVar; @@ -130,7 +130,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.f275x) { + } else if (t == o.f274x) { 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 571a3527cf..42575a1a92 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 f290c; + public final String f289c; 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.f290c = iVar.a; + this.f289c = iVar.a; this.d = iVar.e; this.e = jVar; a a = iVar.b.a(); this.f = a; - a a2 = iVar.f320c.a(); + a a2 = iVar.f319c.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.f294c == 1) { + if (sVar.f293c == 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.f290c; + return this.f289c; } @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 f975068a59..c3d4722436 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 f291c; + public final j f290c; 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.f291c = jVar; + this.f290c = 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.f321c.a(); + a a2 = jVar2.f320c.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.f291c.invalidateSelf(); + this.f290c.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.f291c, this.d, "Repeater", this.f, arrayList, null); + this.j = new d(this.f290c, 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 8cb7ef4c43..02e2d17397 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 f292c; + public final j f291c; 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.f292c = jVar; - a a = nVar.f325c.a(); + this.f291c = jVar; + a a = nVar.f324c.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.f292c.invalidateSelf(); + this.f291c.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.f294c == 1) { + if (sVar.f293c == 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 77500a0583..a5e9e56de8 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 f293s; + public a f292s; 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.f326c, 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.f325c, 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.f293s; + a aVar = this.f292s; 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.f293s; + a aVar2 = this.f292s; if (aVar2 != null) { this.o.u.remove(aVar2); } if (cVar == 0) { - this.f293s = null; + this.f292s = null; return; } p pVar = new p(cVar, null); - this.f293s = pVar; + this.f292s = 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 880ae9ed55..78b786295c 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 f294c; + public final int f293c; public final a d; public final a e; public final a f; public s(b bVar, p pVar) { this.a = pVar.f; - this.f294c = pVar.b; - a a = pVar.f327c.a(); + this.f293c = pVar.b; + a a = pVar.f326c.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 aa848cc5ec..f33d7bf78e 100644 --- a/app/src/main/java/c/c/a/w/c/a.java +++ b/app/src/main/java/c/c/a/w/c/a.java @@ -12,7 +12,7 @@ public abstract class a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public final d f295c; + public final d f294c; public float d = 0.0f; @Nullable public c.c.a.c0.c e; @@ -28,7 +28,7 @@ public abstract class a { /* compiled from: BaseKeyframeAnimation */ public static final class c implements d { - public c(C0054a aVar) { + public c(C0055a aVar) { } @Override // c.c.a.w.c.a.d @@ -86,7 +86,7 @@ public abstract class a { public c.c.a.c0.a b; /* renamed from: c reason: collision with root package name */ - public c.c.a.c0.a f296c = null; + public c.c.a.c0.a f295c = null; public float d = -1.0f; public e(List> list) { @@ -96,12 +96,12 @@ public abstract class a { @Override // c.c.a.w.c.a.d public boolean a(float f) { - c.c.a.c0.a aVar = this.f296c; + c.c.a.c0.a aVar = this.f295c; c.c.a.c0.a aVar2 = this.b; if (aVar == aVar2 && this.d == f) { return true; } - this.f296c = aVar2; + this.f295c = aVar2; this.d = f; return false; } @@ -205,11 +205,11 @@ public abstract class a { } else { dVar = list.size() == 1 ? new f<>(list) : new e<>(list); } - this.f295c = dVar; + this.f294c = dVar; } public c.c.a.c0.a a() { - c.c.a.c0.a b2 = this.f295c.b(); + c.c.a.c0.a b2 = this.f294c.b(); c.c.a.c.a("BaseKeyframeAnimation#getCurrentKeyframe"); return b2; } @@ -217,7 +217,7 @@ public abstract class a { @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) public float b() { if (this.h == -1.0f) { - this.h = this.f295c.d(); + this.h = this.f294c.d(); } return this.h; } @@ -243,7 +243,7 @@ public abstract class a { public A e() { float c2 = c(); - if (this.e == null && this.f295c.a(c2)) { + if (this.e == null && this.f294c.a(c2)) { return this.f; } A f2 = f(a(), c2); @@ -260,14 +260,14 @@ public abstract class a { } public void h(@FloatRange(from = 0.0d, to = 1.0d) float f2) { - if (!this.f295c.isEmpty()) { + if (!this.f294c.isEmpty()) { if (this.g == -1.0f) { - this.g = this.f295c.e(); + this.g = this.f294c.e(); } float f3 = this.g; if (f2 < f3) { if (f3 == -1.0f) { - this.g = this.f295c.e(); + this.g = this.f294c.e(); } f2 = this.g; } else if (f2 > b()) { @@ -275,7 +275,7 @@ public abstract class a { } if (f2 != this.d) { this.d = f2; - if (this.f295c.c(f2)) { + if (this.f294c.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 21bd106edf..527f999453 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.f264c == null) { + if (num2 == null || aVar.f263c == null) { throw new IllegalStateException("Missing values for keyframe."); } int intValue = num2.intValue(); - int intValue2 = aVar.f264c.intValue(); + int intValue2 = aVar.f263c.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 7f53711de3..592293b67c 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.f264c == null) { + if (aVar.b == null || aVar.f263c == 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.f264c, f, d(), this.d)) != null) { + if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f263c, 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.f264c.floatValue(); + aVar.h = aVar.f263c.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 2385cd3467..b67b6b5ff2 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.f264c; + c cVar3 = aVar.f263c; 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 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, ")")); + 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.w(L, 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 8f14d84ae0..0c6207ae76 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.f264c == null) { + if (aVar.b == null || aVar.f263c == 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.f264c, f, d(), this.d)) != null) { + if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f263c, 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.f264c.intValue(); + aVar.j = aVar.f263c.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 dc8093161f..d6bde9cdb2 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 f297c; + public final List f296c; public g(List list) { - this.f297c = list; + this.f296c = 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).f317c.a()); + this.b.add(list.get(i).f316c.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 e5c069b11b..e231cd7791 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.f264c, aVar.d, aVar.e, aVar.f); + super(dVar, aVar.b, aVar.f263c, aVar.d, aVar.e, aVar.f); this.p = aVar; e(); } public void e() { PointF pointF; - PointF pointF2 = this.f264c; + PointF pointF2 = this.f263c; boolean z2 = (pointF2 == null || (pointF = this.b) == null || !pointF.equals(pointF2.x, pointF2.y)) ? false : true; - PointF pointF3 = this.f264c; + PointF pointF3 = this.f263c; 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 3e06560991..41df0ab14f 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.f264c, d(), f, this.d)) != null) { + if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.b, hVar.f263c, 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 9b5c3e9f1a..7000d8210b 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.f264c) == null) { + if (pointF3 == null || (pointF = aVar.f263c) == 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 c343b730b9..cc8f658dcc 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.f264c) == null) { + if (dVar3 == null || (dVar = aVar.f263c) == 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 cf9c885f72..a9ecf6b035 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.f264c; + k kVar2 = aVar.f263c; k kVar3 = this.i; if (kVar3.b == null) { kVar3.b = new PointF(); } - kVar3.f322c = kVar.f322c || kVar2.f322c; + kVar3.f321c = kVar.f321c || kVar2.f321c; if (kVar.a.size() != kVar2.a.size()) { - 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()); + 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()); } 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.f301c; + PointF pointF5 = aVar2.f300c; PointF pointF6 = aVar3.a; PointF pointF7 = aVar3.b; - PointF pointF8 = aVar3.f301c; + PointF pointF8 = aVar3.f300c; 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).f301c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); + kVar3.a.get(size3).f300c.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.f301c; + PointF pointF12 = aVar4.f300c; 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.f322c) { + if (kVar4.f321c) { 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 3de53f449d..92fe6b4962 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 f298c; + public final Matrix f297c; 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.f313c; + g gVar = lVar.f312c; 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.f298c = new Matrix(); + this.f297c = new Matrix(); this.d = new Matrix(); this.e = new float[9]; } else { this.b = null; - this.f298c = null; + this.f297c = 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.f273c) { + } else if (t == c.c.a.o.f272c) { 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.f276y || (aVar2 = this.m) == null) { - if (t != c.c.a.o.f277z || (aVar = this.n) == null) { + } else if (t != c.c.a.o.f275y || (aVar2 = this.m) == null) { + if (t != c.c.a.o.f276z || (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.f298c.setValues(fArr2); + this.f297c.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.f298c.preConcat(this.b); - this.d.preConcat(this.f298c); + this.f297c.preConcat(this.b); + this.d.preConcat(this.f297c); 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 9a2f9dad9d..450ead2fdd 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 f299c = new HashMap(); + public final Map f298c = 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 8512bf9e44..e564029784 100644 --- a/app/src/main/java/c/c/a/x/b.java +++ b/app/src/main/java/c/c/a/x/b.java @@ -18,17 +18,17 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public String f300c; + public String f299c; @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.f300c = str; + this.f299c = str; if (!TextUtils.isEmpty(str)) { - String str2 = this.f300c; + String str2 = this.f299c; if (str2.charAt(str2.length() - 1) != '/') { - this.f300c = a.B(new StringBuilder(), this.f300c, MentionUtilsKt.SLASH_CHAR); + this.f299c = a.C(new StringBuilder(), this.f299c, MentionUtilsKt.SLASH_CHAR); } } if (!(callback instanceof View)) { diff --git a/app/src/main/java/c/c/a/y/a.java b/app/src/main/java/c/c/a/y/a.java index b6d1cb5367..c415109907 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 f301c; + public final PointF f300c; public a() { this.a = new PointF(); this.b = new PointF(); - this.f301c = new PointF(); + this.f300c = new PointF(); } public a(PointF pointF, PointF pointF2, PointF pointF3) { this.a = pointF; this.b = pointF2; - this.f301c = pointF3; + this.f300c = 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 a0fcf7b849..3e9ee29c90 100644 --- a/app/src/main/java/c/c/a/y/b.java +++ b/app/src/main/java/c/c/a/y/b.java @@ -21,7 +21,7 @@ public /* synthetic */ class b { public static /* synthetic */ int[] b; /* renamed from: c reason: collision with root package name */ - public static /* synthetic */ int[] f302c; + public static /* synthetic */ int[] f301c; public static /* synthetic */ int[] d; public static /* synthetic */ int[] e; public static /* synthetic */ int[] f; @@ -39,20 +39,20 @@ public /* synthetic */ class b { public static /* synthetic */ int[] r; /* renamed from: s reason: collision with root package name */ - public static /* synthetic */ int[] f303s; + public static /* synthetic */ int[] f302s; 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[] f304x; + public static /* synthetic */ int[] f303x; /* renamed from: y reason: collision with root package name */ - public static /* synthetic */ int[] f305y; + public static /* synthetic */ int[] f304y; /* renamed from: z reason: collision with root package name */ - public static /* synthetic */ int[] f306z; + public static /* synthetic */ int[] f305z; 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 23b9e7a3e2..c905ff34e4 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 f307c; + public final float f306c; 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.f307c = f; + this.f306c = 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.f307c)) * 31)) * 31) + this.e; + int h = ((b.h(this.d) + (((int) (((float) a.m(str, this.a.hashCode() * 31, 31)) + this.f306c)) * 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 92481f53c8..37c9e87a82 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 f308c; + public final String f307c; public d(String str, String str2, String str3, float f) { this.a = str; this.b = str2; - this.f308c = str3; + this.f307c = 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 dfffc06c77..9a158ad420 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 f309c; + public final double f308c; 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.f309c = d2; + this.f308c = 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 003e740065..b71f63e368 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 f310c; + public g f309c; public f(f fVar) { this.b = new ArrayList(fVar.b); - this.f310c = fVar.f310c; + this.f309c = fVar.f309c; } 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.f310c = gVar; + fVar.f309c = gVar; return fVar; } public String toString() { - StringBuilder K = a.K("KeyPath{keys="); - K.append(this.b); - K.append(",resolved="); - K.append(this.f310c != null); - K.append('}'); - return K.toString(); + StringBuilder L = a.L("KeyPath{keys="); + L.append(this.b); + L.append(",resolved="); + L.append(this.f309c != null); + L.append('}'); + return L.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 b55bd86563..21a5e98dd6 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 f311c; + public final float f310c; public i(String str, float f, float f2) { this.a = str; - this.f311c = f2; + this.f310c = 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 5042bd91b5..6ff9c8bbec 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 K = a.K("Pair{"); - K.append(String.valueOf(this.a)); - K.append(" "); - K.append(String.valueOf(this.b)); - K.append("}"); - return K.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(); } } 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 25d05a6bf7..1d985cb419 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 f312c; + public final b f311c; @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.f312c = bVar; + this.f311c = 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 51e4358834..75e4a49e5f 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 f313c; + public final g f312c; @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.f313c = gVar; + this.f312c = 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 a211b2f831..d5eb3ec8fa 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 f314c; + public final f f313c; 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.f314c = fVar; + this.f313c = 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 e1b87f79a4..0596f97ba3 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 f315c; + public final c f314c; 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.f315c = cVar; + this.f314c = 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 26110afabd..c21a908663 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 f316c; + public final c f315c; 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.f316c = cVar; + this.f315c = 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 cf090e0c1a..56a507516c 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 f317c; + public final d f316c; public final boolean d; public f(int i, h hVar, d dVar, boolean z2) { this.a = i; this.b = hVar; - this.f317c = dVar; + this.f316c = 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 a133617195..649d60f2c9 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 f318c; + public final boolean f317c; /* 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.f318c = z2; + this.f317c = z2; } @Override // c.c.a.y.l.b @@ -39,9 +39,9 @@ public class g implements b { } public String toString() { - StringBuilder K = c.d.b.a.a.K("MergePaths{mode="); - K.append(this.b); - K.append('}'); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("MergePaths{mode="); + L.append(this.b); + L.append('}'); + return L.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 fad6f2478f..f04f075b41 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 f319c; + public final b f318c; 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.f319c = bVar; + this.f318c = 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 1b6218aa4a..29ae5ba8bf 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 f320c; + public final f f319c; 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.f320c = fVar; + this.f319c = fVar; this.d = bVar; this.e = z2; } @@ -32,11 +32,11 @@ public class i implements b { } public String toString() { - StringBuilder K = a.K("RectangleShape{position="); - K.append(this.b); - K.append(", size="); - K.append(this.f320c); - K.append('}'); - return K.toString(); + StringBuilder L = a.L("RectangleShape{position="); + L.append(this.b); + L.append(", size="); + L.append(this.f319c); + L.append('}'); + return L.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 f53b6e16ca..0ecd5cfc3e 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 f321c; + public final b f320c; 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.f321c = bVar2; + this.f320c = 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 af95ef6638..6866c4467c 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 f322c; + public boolean f321c; 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.f322c = z2; + this.f321c = z2; this.a = new ArrayList(list); } public String toString() { - StringBuilder K = c.d.b.a.a.K("ShapeData{numCurves="); - K.append(this.a.size()); - K.append("closed="); - K.append(this.f322c); - K.append('}'); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("ShapeData{numCurves="); + L.append(this.a.size()); + L.append("closed="); + L.append(this.f321c); + L.append('}'); + return L.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 0d5b749d02..ab9777cd0a 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 f323c; + public final String f322c; @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.f323c = str; + this.f322c = str; this.a = z2; this.b = fillType; this.d = aVar; @@ -36,9 +36,9 @@ public class l implements b { } public String toString() { - StringBuilder K = c.d.b.a.a.K("ShapeFill{color=, fillEnabled="); - K.append(this.a); - K.append('}'); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("ShapeFill{color=, fillEnabled="); + L.append(this.a); + L.append('}'); + return L.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 916d52c07a..c3b776bf57 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 f324c; + public final boolean f323c; public m(String str, List list, boolean z2) { this.a = str; this.b = list; - this.f324c = z2; + this.f323c = z2; } @Override // c.c.a.y.l.b @@ -27,11 +27,11 @@ public class m implements b { } public String 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(); + 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(); } } 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 c8cb7b3847..84d7f284a9 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 f325c; + public final h f324c; public final boolean d; public n(String str, int i, h hVar, boolean z2) { this.a = str; this.b = i; - this.f325c = hVar; + this.f324c = hVar; this.d = z2; } @@ -28,9 +28,9 @@ public class n implements b { } public String toString() { - StringBuilder K = a.K("ShapePath{name="); - K.append(this.a); - K.append(", index="); - return a.v(K, this.b, '}'); + StringBuilder L = a.L("ShapePath{name="); + L.append(this.a); + L.append(", index="); + return a.v(L, 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 2e481c6e49..a74155b9b1 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 f326c; + public final List f325c; 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.f326c = list; + this.f325c = 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 3fac81ffcc..d74c0f3021 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 f327c; + public final b f326c; 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.f327c = bVar; + this.f326c = bVar; this.d = bVar2; this.e = bVar3; this.f = z2; @@ -31,13 +31,13 @@ public class p implements b { } public String toString() { - StringBuilder K = a.K("Trim Path: {start: "); - K.append(this.f327c); - K.append(", end: "); - K.append(this.d); - K.append(", offset: "); - K.append(this.e); - K.append("}"); - return K.toString(); + StringBuilder L = a.L("Trim Path: {start: "); + L.append(this.f326c); + L.append(", end: "); + L.append(this.d); + L.append(", offset: "); + L.append(this.e); + L.append("}"); + return L.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 c0dd98445e..154e94e542 100644 --- a/app/src/main/java/c/c/a/y/m/b.java +++ b/app/src/main/java/c/c/a/y/m/b.java @@ -34,7 +34,7 @@ public abstract class b implements e, a.b, g { public final Matrix b = new Matrix(); /* renamed from: c reason: collision with root package name */ - public final Paint f328c; + public final Paint f327c; public final Paint d; public final Paint e; public final Paint f; @@ -56,7 +56,7 @@ public abstract class b implements e, a.b, g { @Nullable /* renamed from: s reason: collision with root package name */ - public b f329s; + public b f328s; public List t; public final List> u; public final o v; @@ -64,7 +64,7 @@ public abstract class b implements e, a.b, g { public b(j jVar, e eVar) { boolean z2 = true; - this.f328c = new c.c.a.w.a(1); + this.f327c = 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); @@ -79,7 +79,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.C(new StringBuilder(), eVar.f336c, "#draw"); + this.l = c.d.b.a.a.D(new StringBuilder(), eVar.f335c, "#draw"); if (eVar.u == 3) { aVar.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST_OUT)); } else { @@ -125,15 +125,15 @@ public abstract class b implements e, a.b, g { @Override // c.c.a.y.g public void c(c.c.a.y.f fVar, int i, List list, c.c.a.y.f fVar2) { - if (fVar.e(this.o.f336c, i)) { - if (!"__container".equals(this.o.f336c)) { - fVar2 = fVar2.a(this.o.f336c); - if (fVar.c(this.o.f336c, i)) { + if (fVar.e(this.o.f335c, i)) { + if (!"__container".equals(this.o.f335c)) { + fVar2 = fVar2.a(this.o.f335c); + if (fVar.c(this.o.f335c, i)) { list.add(fVar2.g(this)); } } - if (fVar.f(this.o.f336c, i)) { - n(fVar, fVar.d(this.o.f336c, i) + i, list, fVar2); + if (fVar.f(this.o.f335c, i)) { + n(fVar, fVar.d(this.o.f335c, i) + i, list, fVar2); } } } @@ -151,7 +151,7 @@ public abstract class b implements e, a.b, g { this.m.preConcat(this.t.get(size).v.e()); } } else { - b bVar = this.f329s; + b bVar = this.f328s; if (bVar != null) { this.m.preConcat(bVar.v.e()); } @@ -207,11 +207,11 @@ public abstract class b implements e, a.b, g { this.i.set(0.0f, 0.0f, 0.0f, 0.0f); int i4 = 2; if (k()) { - int size2 = this.p.f297c.size(); + int size2 = this.p.f296c.size(); int i5 = 0; while (true) { if (i5 < size2) { - f fVar = this.p.f297c.get(i5); + f fVar = this.p.f296c.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); @@ -257,8 +257,8 @@ public abstract class b implements e, a.b, g { } c.c.a.c.a("Layer#computeBounds"); if (!this.h.isEmpty()) { - this.f328c.setAlpha(255); - c.c.a.b0.g.f(canvas, this.h, this.f328c, 31); + this.f327c.setAlpha(255); + c.c.a.b0.g.f(canvas, this.h, this.f327c, 31); c.c.a.c.a("Layer#saveLayer"); i(canvas); j(canvas, this.b, intValue); @@ -271,21 +271,21 @@ public abstract class b implements e, a.b, g { } c.c.a.c.a("Layer#saveLayer"); int i6 = 0; - while (i6 < this.p.f297c.size()) { - f fVar2 = this.p.f297c.get(i6); + while (i6 < this.p.f296c.size()) { + f fVar2 = this.p.f296c.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.f328c.setColor(ViewCompat.MEASURED_STATE_MASK); - this.f328c.setAlpha(255); - canvas.drawRect(this.h, this.f328c); + this.f327c.setColor(ViewCompat.MEASURED_STATE_MASK); + this.f327c.setAlpha(255); + canvas.drawRect(this.h, this.f327c); } if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.e, 31); - canvas.drawRect(this.h, this.f328c); + canvas.drawRect(this.h, this.f327c); this.e.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); this.a.set(aVar2.e()); this.a.transform(matrix3); @@ -301,18 +301,18 @@ public abstract class b implements e, a.b, g { if (!this.p.a.isEmpty()) { int i7 = 0; while (true) { - if (i7 >= this.p.f297c.size()) { + if (i7 >= this.p.f296c.size()) { z2 = true; break; - } else if (this.p.f297c.get(i7).a != 4) { + } else if (this.p.f296c.get(i7).a != 4) { break; } else { i7++; } } if (!z2) { - this.f328c.setAlpha(255); - canvas.drawRect(this.h, this.f328c); + this.f327c.setAlpha(255); + canvas.drawRect(this.h, this.f327c); } } z2 = false; @@ -321,7 +321,7 @@ public abstract class b implements e, a.b, g { } } else if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.d, 31); - canvas.drawRect(this.h, this.f328c); + canvas.drawRect(this.h, this.f327c); this.e.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); this.a.set(aVar2.e()); this.a.transform(matrix3); @@ -331,23 +331,23 @@ public abstract class b implements e, a.b, g { c.c.a.b0.g.f(canvas, this.h, this.d, 31); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f328c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f328c); + this.f327c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f327c); canvas.restore(); } } else if (fVar2.d) { - c.c.a.b0.g.f(canvas, this.h, this.f328c, 31); - canvas.drawRect(this.h, this.f328c); + c.c.a.b0.g.f(canvas, this.h, this.f327c, 31); + canvas.drawRect(this.h, this.f327c); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f328c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + this.f327c.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.f328c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f328c); + this.f327c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f327c); } i6++; i2 = 1; @@ -386,17 +386,17 @@ public abstract class b implements e, a.b, g { @Override // c.c.a.w.b.c public String getName() { - return this.o.f336c; + return this.o.f335c; } public final void h() { if (this.t == null) { - if (this.f329s == null) { + if (this.f328s == null) { this.t = Collections.emptyList(); return; } this.t = new ArrayList(); - for (b bVar = this.f329s; bVar != null; bVar = bVar.f329s) { + for (b bVar = this.f328s; bVar != null; bVar = bVar.f328s) { this.t.add(bVar); } } @@ -421,12 +421,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.f336c; + String str = this.o.f335c; if (sVar.a) { - c.c.a.b0.e eVar = sVar.f279c.get(str); + c.c.a.b0.e eVar = sVar.f278c.get(str); if (eVar == null) { eVar = new c.c.a.b0.e(); - sVar.f279c.put(str, eVar); + sVar.f278c.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 2d8b36b60b..b3331cb013 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 f330x; + public a f329x; /* renamed from: y reason: collision with root package name */ - public final List f331y = new ArrayList(); + public final List f330y = new ArrayList(); /* renamed from: z reason: collision with root package name */ - public final RectF f332z = new RectF(); + public final RectF f331z = new RectF(); public c(j jVar, e eVar, List list, d dVar) { super(jVar, eVar); int i; b bVar; b bVar2; - b bVar3 = eVar.f337s; + b bVar3 = eVar.f336s; if (bVar3 != null) { a a = bVar3.a(); - this.f330x = a; + this.f329x = a; e(a); - this.f330x.a.add(this); + this.f329x.a.add(this); } else { - this.f330x = null; + this.f329x = 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.f265c.get(eVar2.g), dVar); + bVar2 = new c(jVar, eVar2, dVar.f264c.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 K = c.d.b.a.a.K("Unknown layer type "); - K.append(eVar2.e); - c.c.a.b0.c.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Unknown layer type "); + L.append(eVar2.e); + c.c.a.b0.c.b(L.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.f331y.add(0, bVar2); + this.f330y.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.f329s = bVar; + bVar5.f328s = 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.f331y.size() - 1; size >= 0; size--) { - this.f332z.set(0.0f, 0.0f, 0.0f, 0.0f); - this.f331y.get(size).d(this.f332z, this.m, true); - rectF.union(this.f332z); + for (int size = this.f330y.size() - 1; size >= 0; size--) { + this.f331z.set(0.0f, 0.0f, 0.0f, 0.0f); + this.f330y.get(size).d(this.f331z, this.m, true); + rectF.union(this.f331z); } } @@ -113,7 +113,7 @@ public class c extends b { return; } if (cVar == null) { - a aVar = this.f330x; + a aVar = this.f329x; if (aVar != null) { aVar.i(null); return; @@ -121,9 +121,9 @@ public class c extends b { return; } p pVar = new p(cVar, null); - this.f330x = pVar; + this.f329x = pVar; pVar.a.add(this); - e(this.f330x); + e(this.f329x); } @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.f269z && this.f331y.size() > 1 && i != 255; + boolean z2 = this.n.f268z && this.f330y.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.f331y.size() - 1; size >= 0; size--) { + for (int size = this.f330y.size() - 1; size >= 0; size--) { if (!this.A.isEmpty() ? canvas.clipRect(this.A) : true) { - this.f331y.get(size).f(canvas, matrix, i); + this.f330y.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.f331y.size(); i2++) { - this.f331y.get(i2).c(fVar, i, list, fVar2); + for (int i2 = 0; i2 < this.f330y.size(); i2++) { + this.f330y.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.f330x != null) { - f = ((this.f330x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); + if (this.f329x != null) { + f = ((this.f329x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); } - if (this.f330x == null) { + if (this.f329x == 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.f331y.size(); + int size = this.f330y.size(); while (true) { size--; if (size >= 0) { - this.f331y.get(size).o(f); + this.f330y.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 747708d617..79dd765553 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 f333x = new c.c.a.w.a(3); + public final Paint f332x = new c.c.a.w.a(3); /* renamed from: y reason: collision with root package name */ - public final Rect f334y = new Rect(); + public final Rect f333y = new Rect(); /* renamed from: z reason: collision with root package name */ - public final Rect f335z = new Rect(); + public final Rect f334z = 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.f333x.setAlpha(i); + this.f332x.setAlpha(i); a aVar = this.A; if (aVar != null) { - this.f333x.setColorFilter(aVar.e()); + this.f332x.setColorFilter(aVar.e()); } canvas.save(); canvas.concat(matrix); - this.f334y.set(0, 0, q.getWidth(), q.getHeight()); - this.f335z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); - canvas.drawBitmap(q, this.f334y, this.f335z, this.f333x); + this.f333y.set(0, 0, q.getWidth(), q.getHeight()); + this.f334z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); + canvas.drawBitmap(q, this.f333y, this.f334z, this.f332x); canvas.restore(); } } @@ -102,7 +102,7 @@ public class d extends b { } } if (jVar.r == null) { - jVar.r = new b(jVar.getCallback(), jVar.f266s, jVar.t, jVar.j.d); + jVar.r = new b(jVar.getCallback(), jVar.f265s, 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.f300c)) { - Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f300c + str2), null, options), kVar.a, kVar.b); + if (!TextUtils.isEmpty(bVar.f299c)) { + Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f299c + 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 c1b642e270..2a84130381 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 f336c; + public final String f335c; 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 f337s; + public final c.c.a.y.k.b f336s; 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.f336c = str; + this.f335c = 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.f337s = bVar; + this.f336s = bVar; this.v = z2; } public String a(String str) { - StringBuilder K = c.d.b.a.a.K(str); - K.append(this.f336c); - K.append("\n"); + StringBuilder L = c.d.b.a.a.L(str); + L.append(this.f335c); + L.append("\n"); e e = this.b.e(this.f); if (e != null) { - K.append("\t\tParents: "); - K.append(e.f336c); + L.append("\t\tParents: "); + L.append(e.f335c); e e2 = this.b.e(e.f); while (e2 != null) { - K.append("->"); - K.append(e2.f336c); + L.append("->"); + L.append(e2.f335c); e2 = this.b.e(e2.f); } - K.append(str); - K.append("\n"); + L.append(str); + L.append("\n"); } if (!this.h.isEmpty()) { - K.append(str); - K.append("\tMasks: "); - K.append(this.h.size()); - K.append("\n"); + L.append(str); + L.append("\tMasks: "); + L.append(this.h.size()); + L.append("\n"); } if (!(this.j == 0 || this.k == 0)) { - 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))); + 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))); } if (!this.a.isEmpty()) { - K.append(str); - K.append("\tShapes:\n"); + L.append(str); + L.append("\tShapes:\n"); for (b bVar : this.a) { - K.append(str); - K.append("\t\t"); - K.append(bVar); - K.append("\n"); + L.append(str); + L.append("\t\t"); + L.append(bVar); + L.append("\n"); } } - return K.toString(); + return L.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 78a46c3012..ace2acf623 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 f338x; + public final d f337x; public g(j jVar, e eVar) { super(jVar, eVar); d dVar = new d(jVar, this, new m("__container", eVar.a, false)); - this.f338x = dVar; + this.f337x = 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.f338x.d(rectF, this.m, z2); + this.f337x.d(rectF, this.m, z2); } @Override // c.c.a.y.m.b public void j(@NonNull Canvas canvas, Matrix matrix, int i) { - this.f338x.f(canvas, matrix, i); + this.f337x.f(canvas, matrix, i); } @Override // c.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - this.f338x.c(fVar, i, list, fVar2); + this.f337x.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 d8489c58fd..0de3a4ab18 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 f339x = new RectF(); + public final RectF f338x = new RectF(); /* renamed from: y reason: collision with root package name */ - public final Paint f340y; + public final Paint f339y; /* renamed from: z reason: collision with root package name */ - public final float[] f341z; + public final float[] f340z; public h(j jVar, e eVar) { super(jVar, eVar); c.c.a.w.a aVar = new c.c.a.w.a(); - this.f340y = aVar; - this.f341z = new float[8]; + this.f339y = aVar; + this.f340z = 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.f339x; + RectF rectF2 = this.f338x; e eVar = this.B; rectF2.set(0.0f, 0.0f, (float) eVar.j, (float) eVar.k); - this.m.mapRect(this.f339x); - rectF.set(this.f339x); + this.m.mapRect(this.f338x); + rectF.set(this.f338x); } @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.f340y.setAlpha(intValue); + this.f339y.setAlpha(intValue); a aVar2 = this.C; if (aVar2 != null) { - this.f340y.setColorFilter(aVar2.e()); + this.f339y.setColorFilter(aVar2.e()); } if (intValue > 0) { - float[] fArr = this.f341z; + float[] fArr = this.f340z; 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.f341z; + float[] fArr2 = this.f340z; path.moveTo(fArr2[0], fArr2[1]); Path path2 = this.A; - float[] fArr3 = this.f341z; + float[] fArr3 = this.f340z; path2.lineTo(fArr3[2], fArr3[3]); Path path3 = this.A; - float[] fArr4 = this.f341z; + float[] fArr4 = this.f340z; path3.lineTo(fArr4[4], fArr4[5]); Path path4 = this.A; - float[] fArr5 = this.f341z; + float[] fArr5 = this.f340z; path4.lineTo(fArr5[6], fArr5[7]); Path path5 = this.A; - float[] fArr6 = this.f341z; + float[] fArr6 = this.f340z; path5.lineTo(fArr6[0], fArr6[1]); this.A.close(); - canvas.drawPath(this.A, this.f340y); + canvas.drawPath(this.A, this.f339y); } } } 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 cd25d842dd..61a909a4c7 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 f342x = new StringBuilder(2); + public final StringBuilder f341x = new StringBuilder(2); /* renamed from: y reason: collision with root package name */ - public final RectF f343y = new RectF(); + public final RectF f342y = new RectF(); /* renamed from: z reason: collision with root package name */ - public final Matrix f344z = new Matrix(); + public final Matrix f343z = 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.f312c) == null)) { + if (!(kVar == null || (bVar2 = kVar.f311c) == 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.f307c) / 100.0f; + float floatValue = (aVar9 != null ? aVar9.e().floatValue() : e.f306c) / 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.f308c)); + e eVar = this.G.g.get(e.a(str5.charAt(i5), dVar.a, dVar.f307c)); if (eVar == null) { f3 = c2; i3 = i4; str3 = str5; } else { str3 = str5; - double d2 = eVar.f309c; + double d2 = eVar.f308c; 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.f308c)); + e eVar2 = this.G.g.get(e.a(str7.charAt(i6), dVar.a, dVar.f307c)); 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.f343y, false); - this.f344z.set(matrix); - this.f344z.preTranslate(0.0f, (-e.g) * g.c()); - this.f344z.preScale(floatValue, floatValue); - path.transform(this.f344z); + path.computeBounds(this.f342y, false); + this.f343z.set(matrix); + this.f343z.preTranslate(0.0f, (-e.g) * g.c()); + this.f343z.preScale(floatValue, floatValue); + path.transform(this.f343z); 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.f309c) * floatValue * d; + float c3 = g.c() * ((float) eVar2.f308c) * 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.f308c; + ?? r3 = dVar.f307c; 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.f299c.get(r6); + Typeface typeface2 = aVar.f298c.get(r6); if (typeface2 == null) { - StringBuilder O = c.d.b.a.a.O("fonts/", r6); - O.append(aVar.e); - typeface2 = Typeface.createFromAsset(aVar.d, O.toString()); - aVar.f299c.put(r6, typeface2); + StringBuilder P = c.d.b.a.a.P("fonts/", r6); + P.append(aVar.e); + typeface2 = Typeface.createFromAsset(aVar.d, P.toString()); + aVar.f298c.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.f307c)); + this.A.setTextSize(g.c() * (aVar12 != null ? aVar12.e().floatValue() : e.f306c)); 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.f342x.setLength(0); + this.f341x.setLength(0); int i12 = i11; while (i12 < charCount) { int codePointAt3 = str9.codePointAt(i12); - this.f342x.appendCodePoint(codePointAt3); + this.f341x.appendCodePoint(codePointAt3); i12 += Character.charCount(codePointAt3); } - String sb = this.f342x.toString(); + String sb = this.f341x.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 3125c32f5a..66e7e7408e 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 K = a.K("lottie_cache_"); - K.append(str.replaceAll("\\W+", "")); + StringBuilder L = a.L("lottie_cache_"); + L.append(str.replaceAll("\\W+", "")); if (z2) { Objects.requireNonNull(aVar); str2 = ".temp" + aVar.extension; } else { str2 = aVar.extension; } - K.append(str2); - return K.toString(); + L.append(str2); + return L.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 76da59e052..33490d9333 100644 --- a/app/src/main/java/c/c/a/z/c.java +++ b/app/src/main/java/c/c/a/z/c.java @@ -24,24 +24,24 @@ public class c { @Nullable /* renamed from: c reason: collision with root package name */ - public final b f345c; + public final b f344c; public c(Context context, String str, @Nullable String str2) { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = str; if (str2 == null) { - this.f345c = null; + this.f344c = null; } else { - this.f345c = new b(applicationContext); + this.f344c = new b(applicationContext); } } @WorkerThread public final p a() throws IOException { - StringBuilder K = a.K("Fetching "); - K.append(this.b); - c.c.a.b0.c.a(K.toString()); + StringBuilder L = a.L("Fetching "); + L.append(this.b); + c.c.a.b0.c.a(L.toString()); HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(this.b).openConnection(); httpURLConnection.setRequestMethod(ShareTarget.METHOD_GET); try { @@ -107,27 +107,27 @@ public class c { if (contentType.contains("application/zip")) { c.c.a.b0.c.a("Handling zip response."); aVar = a.ZIP; - b bVar = this.f345c; + b bVar = this.f344c; 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.f345c; + b bVar2 = this.f344c; 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.f345c; + b bVar3 = this.f344c; 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 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()); + 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()); } } 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 c962994982..b7a813bc5c 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 f346c; + public final Handler f345c; 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.f346c = new Handler(Looper.getMainLooper()); + this.f345c = 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.f1542c; + String str12 = billingFlowParams.f1541c; 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 C = c.d.b.a.a.C(new StringBuilder(valueOf.length() + valueOf2.length()), valueOf, valueOf2); + String D = c.d.b.a.a.D(new StringBuilder(valueOf.length() + valueOf2.length()), valueOf, valueOf2); if (i2 < arrayList.size() - 1) { - C = String.valueOf(C).concat(", "); + D = String.valueOf(D).concat(", "); } - str14 = C; + str14 = D; i2++; str13 = str13; } @@ -214,10 +214,10 @@ public class a extends BillingClient { } else { i = 1; } - if (!TextUtils.isEmpty(billingFlowParams.f1542c)) { + if (!TextUtils.isEmpty(billingFlowParams.f1541c)) { String[] strArr = new String[i]; str4 = "; try to reconnect"; - strArr[0] = billingFlowParams.f1542c; + strArr[0] = billingFlowParams.f1541c; 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.f347c); + bVar.onBillingSetupFinished(q.f346c); } 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.f349c.b, intentFilter); + context.registerReceiver(tVar.f348c.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.f346c.post(runnable); + this.f345c.post(runnable); } } @@ -515,7 +515,7 @@ public class a extends BillingClient { } try { Future submit = this.r.submit(callable); - this.f346c.postDelayed(new z(submit, runnable), j2); + this.f345c.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 06d335c466..3af4137ae9 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.f1542c), this.j.d(), "subs", null); + return aVar.f.c0(5, aVar.e.getPackageName(), Arrays.asList(this.i.f1541c), 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 2eb0dc0918..2aed5eddd7 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.f348c; + String str = rVar.f347c; 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 a3f28d5d16..2ef5171931 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 f347c; + public static final BillingResult f346c; 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."; - f347c = billingResult4; + f346c = 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 f7d560b9d6..d9760292a5 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 f348c; + public final String f347c; public r(int i, String str, @Nullable List list) { this.b = i; - this.f348c = str; + this.f347c = 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 e6dca88193..53b817baa6 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 f349c; + public final /* synthetic */ u f348c; public /* synthetic */ t(u uVar, e eVar) { - this.f349c = uVar; + this.f348c = 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 79cd220694..867a9497bb 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.f349c.b); + context.unregisterReceiver(tVar.f348c.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 8005080883..a7355edca9 100644 --- a/app/src/main/java/c/d/b/a/a.java +++ b/app/src/main/java/c/d/b/a/a.java @@ -11,8 +11,8 @@ import androidx.lifecycle.ViewModelProvider; import androidx.lifecycle.ViewModelStore; import androidx.recyclerview.widget.RecyclerView; import c.a.a.z.c; -import c.a.j.d4; -import c.a.r.p0.e; +import c.a.i.h4; +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; @@ -38,61 +38,67 @@ import kotlin.Pair; import kotlin.jvm.internal.Ref$ObjectRef; /* compiled from: outline */ public class a { - public static String A(StringBuilder sb, Long l, String str) { + 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) { sb.append(l); sb.append(str); return sb.toString(); } - public static String B(StringBuilder sb, String str, char c2) { + public static String C(StringBuilder sb, String str, char c2) { sb.append(str); sb.append(c2); return sb.toString(); } - public static String C(StringBuilder sb, String str, String str2) { + public static String D(StringBuilder sb, String str, String str2) { sb.append(str); sb.append(str2); return sb.toString(); } - public static String D(StringBuilder sb, List list, String str) { + public static String E(StringBuilder sb, List list, String str) { sb.append(list); sb.append(str); return sb.toString(); } - public static String E(StringBuilder sb, Map map, String str) { + public static String F(StringBuilder sb, Map map, String str) { sb.append(map); sb.append(str); return sb.toString(); } - public static String F(StringBuilder sb, boolean z2, String str) { + public static String G(StringBuilder sb, boolean z2, String str) { sb.append(z2); sb.append(str); return sb.toString(); } - public static String G(Object[] objArr, int i, String str, String str2) { + public static String H(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 StringBuilder H(char c2) { - StringBuilder sb = new StringBuilder(); - sb.append(c2); - return sb; - } - 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) { + public static StringBuilder J(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) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(str2); @@ -101,13 +107,13 @@ public class a { return sb; } - public static StringBuilder K(String str) { + public static StringBuilder L(String str) { StringBuilder sb = new StringBuilder(); sb.append(str); return sb; } - public static StringBuilder L(String str, int i, String str2) { + public static StringBuilder M(String str, int i, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(i); @@ -115,7 +121,7 @@ public class a { return sb; } - public static StringBuilder M(String str, int i, String str2, int i2, String str3) { + public static StringBuilder N(String str, int i, String str2, int i2, String str3) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(i); @@ -125,7 +131,7 @@ public class a { return sb; } - public static StringBuilder N(String str, long j, String str2) { + public static StringBuilder O(String str, long j, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(j); @@ -133,14 +139,14 @@ public class a { return sb; } - public static StringBuilder O(String str, String str2) { + public static StringBuilder P(String str, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(str2); return sb; } - public static StringBuilder P(String str, String str2, String str3) { + public static StringBuilder Q(String str, String str2, String str3) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(str2); @@ -148,7 +154,7 @@ public class a { return sb; } - public static StringBuilder Q(String str, i iVar, String str2) { + public static StringBuilder R(String str, i iVar, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(iVar); @@ -156,15 +162,11 @@ public class a { return sb; } - public static ArrayList R(List list, String str) { + public static ArrayList S(List list, String str) { m.checkNotNullExpressionValue(list, str); return new ArrayList(); } - public static Pair S(e.b bVar, Float f, String str) { - return o.to(str, Long.valueOf(e.b.a(bVar, f))); - } - public static ViewModelStore T(Fragment fragment, String str, String str2) { FragmentActivity requireActivity = fragment.requireActivity(); m.checkNotNullExpressionValue(requireActivity, str); @@ -173,29 +175,33 @@ public class a { return viewModelStore; } - public static Ref$ObjectRef U(Model.JsonReader jsonReader, String str) { + public static Pair U(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 V(Class cls, String str, String str2, int i) { + public static g W(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) { + public static void X(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) { + 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 Y(int i, String str, String str2, String str3, String str4) { + 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); @@ -203,38 +209,34 @@ public class a { 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) { + 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 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) { + public static void b0(Class cls, StringBuilder sb, String str) { 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 void c0(Class cls, StringBuilder sb, String str, KryoException kryoException) { + sb.append(cls.getName()); + sb.append(str); + kryoException.addTrace(sb.toString()); } public static String d(int i, String str, int i2) { @@ -245,7 +247,7 @@ public class a { } public static void d0(String str, int i, String str2) { - Log.w(str2, str + i); + Log.d(str2, str + i); } public static String e(int i, String str, String str2, String str3) { @@ -256,7 +258,7 @@ public class a { return sb.toString(); } - public static d4 e0(TextView textView, String str, CharSequence charSequence, c cVar) { + public static h4 e0(TextView textView, String str, CharSequence charSequence, c cVar) { m.checkNotNullExpressionValue(textView, str); textView.setText(charSequence); return cVar.h(); @@ -271,8 +273,8 @@ public class a { return sb.toString(); } - public static void f0(String str, String str2, b bVar) { - bVar.b(str + str2); + public static void f0(String str, int i, String str2) { + Log.w(str2, str + i); } public static String g(RecyclerView recyclerView, StringBuilder sb) { @@ -280,8 +282,8 @@ public class a { return sb.toString(); } - public static void g0(String str, String str2, String str3) { - Log.w(str3, str + str2); + public static void g0(String str, String str2, b bVar) { + bVar.b(str + str2); } public static String h(Class cls, StringBuilder sb, String str) { @@ -290,10 +292,8 @@ public class a { return sb.toString(); } - 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 void h0(String str, String str2, String str3) { + Log.w(str3, str + str2); } public static String i(Class cls, StringBuilder sb, String str, String str2) { @@ -304,57 +304,59 @@ public class a { return sb.toString(); } - public static void i0(StringBuilder sb, String str, String str2) { - sb.append(str); - Log.w(str2, sb.toString()); + public static void i0(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(String str, int i) { return str + i; } - public static void j0(StringBuilder sb, String str, String str2, String str3, String str4) { + public static void j0(StringBuilder sb, String str, String str2) { sb.append(str); - sb.append(str2); - sb.append(str3); - sb.append(str4); + Log.w(str2, sb.toString()); } public static String k(String str, int i, String str2) { return str + i + str2; } - 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 void k0(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, int i2) { return str + i + str2 + i2; } - public static boolean l0(b.C0255b bVar, int i, String str) { - Boolean bool = bVar.get(i); - m.checkNotNullExpressionValue(bool, str); - return bool.booleanValue(); + public static void l0(v vVar, String str, h0.a.a.c cVar, int i) { + cVar.j(vVar.l(str)); + cVar.i(i); } public static int m(String str, int i, int i2) { return (str.hashCode() + i) * i2; } - public static Format.b m0(int i) { - Format.b bVar = new Format.b(); - bVar.b(i); - return bVar; + public static boolean m0(b.C0256b 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, String str3) { return str + i + str2 + i2 + str3; } - public static Object n0(Channel channel, Map map) { - return map.get(Long.valueOf(channel.f())); + public static Format.b n0(int i) { + Format.b bVar = new Format.b(); + bVar.b(i); + return bVar; } public static String o(String str, long j) { @@ -362,13 +364,17 @@ public class a { } public static Object o0(Channel channel, Map map) { - return map.get(Long.valueOf(channel.h())); + return map.get(Long.valueOf(channel.f())); } public static String p(String str, long j, String str2) { return str + j + str2; } + public static Object p0(Channel channel, Map map) { + return map.get(Long.valueOf(channel.h())); + } + public static String q(String str, Fragment fragment, String str2) { return str + fragment + str2; } @@ -414,8 +420,8 @@ public class a { return sb.toString(); } - public static String z(StringBuilder sb, Integer num, String str) { - sb.append(num); + public static String z(StringBuilder sb, CharSequence charSequence, String str) { + sb.append(charSequence); sb.append(str); return sb.toString(); } diff --git a/app/src/main/java/c/e/a/a.java b/app/src/main/java/c/e/a/a.java index d9ac0c7be1..9f54016d18 100644 --- a/app/src/main/java/c/e/a/a.java +++ b/app/src/main/java/c/e/a/a.java @@ -4,11 +4,11 @@ import com.discord.widgets.chat.input.MentionUtilsKt; import java.util.Date; /* compiled from: Log */ public class a { - public static C0055a a = new C0055a(); + public static C0056a a = new C0056a(); /* compiled from: Log */ /* renamed from: c.e.a.a$a reason: collision with other inner class name */ - public static class C0055a { + public static class C0056a { public long a = new Date().getTime(); public void a(int i, String str, String str2, Throwable th) { diff --git a/app/src/main/java/c/e/b/a.java b/app/src/main/java/c/e/b/a.java index e548ace968..e74b767d69 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 f350c; + public static volatile a f349c; public static volatile Method d; static { @@ -19,7 +19,7 @@ public class a extends ClassLoader { classLoader = ClassLoader.getSystemClassLoader(); } b = classLoader; - f350c = new a(classLoader); + f349c = new a(classLoader); } public a(ClassLoader classLoader) { @@ -33,14 +33,14 @@ public class a extends ClassLoader { } ClassLoader classLoader2 = b; if (classLoader2.equals(classLoader)) { - if (f350c == null) { + if (f349c == null) { synchronized (a) { - if (f350c == null) { - f350c = new a(classLoader2); + if (f349c == null) { + f349c = new a(classLoader2); } } } - return f350c; + return f349c; } WeakHashMap> weakHashMap = a; synchronized (weakHashMap) { diff --git a/app/src/main/java/c/e/b/c.java b/app/src/main/java/c/e/b/c.java index e67f3705bc..2499e64c15 100644 --- a/app/src/main/java/c/e/b/c.java +++ b/app/src/main/java/c/e/b/c.java @@ -77,8 +77,8 @@ public abstract class c { q(fVar, replace2, arrayList, w.i); n(fVar, replace2, arrayList, w.g); q(fVar, replace2, arrayList, w.g); - n(fVar, replace2, arrayList, w.f2854c); - q(fVar, replace2, arrayList, w.f2854c); + n(fVar, replace2, arrayList, w.f2856c); + q(fVar, replace2, arrayList, w.f2856c); o(fVar, replace2, arrayList); cls2 = b.a(s2, fVar.b()); } diff --git a/app/src/main/java/c/e/b/d.java b/app/src/main/java/c/e/b/d.java index 6b8f7c30fd..7ea5b02365 100644 --- a/app/src/main/java/c/e/b/d.java +++ b/app/src/main/java/c/e/b/d.java @@ -294,9 +294,9 @@ public abstract class d { return i; } } - StringBuilder P = a.P("Unable to find non-private method: ", str, " "); - P.append(Arrays.toString(clsArr)); - throw new IllegalArgumentException(P.toString()); + StringBuilder Q = a.Q("Unable to find non-private method: ", str, " "); + Q.append(Arrays.toString(clsArr)); + throw new IllegalArgumentException(Q.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 0f253a2b96..4afe6694d5 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 f351c; + public final File f350c; public final boolean d; public final File e; public final c.f.b.a.a f; @@ -34,7 +34,7 @@ public class a implements c { public class b implements c.f.d.c.a { public final List a = new ArrayList(); - public b(C0056a aVar) { + public b(C0057a aVar) { } @Override // c.f.d.c.a @@ -61,10 +61,10 @@ public class a implements c { public final c.f.a.a b; /* renamed from: c reason: collision with root package name */ - public long f352c = -1; + public long f351c = -1; public long d = -1; - public c(String str, File file, C0056a aVar) { + public c(String str, File file, C0057a aVar) { Objects.requireNonNull(str); this.a = str; this.b = new c.f.a.a(file); @@ -85,10 +85,10 @@ public class a implements c { @Override // c.f.b.b.c.a public long getSize() { - if (this.f352c < 0) { - this.f352c = this.b.a(); + if (this.f351c < 0) { + this.f351c = this.b.a(); } - return this.f352c; + return this.f351c; } } @@ -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.C(sb, this.b, ")"); + return c.d.b.a.a.D(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 N = c.d.b.a.a.N("File was not written completely. Expected: ", j, ", found: "); - N.append(j2); + StringBuilder O = c.d.b.a.a.O("File was not written completely. Expected: ", j, ", found: "); + O.append(j2); this.expected = j; this.actual = j2; } @@ -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.f429c.a(hVar.a.e(), bVar); + hVar.b.f428c.a(hVar.a.e(), bVar); bVar.flush(); long j = bVar.i; fileOutputStream.close(); @@ -194,7 +194,7 @@ public class a implements c { public class g implements c.f.d.c.a { public boolean a; - public g(C0056a aVar) { + public g(C0057a aVar) { } /* JADX WARNING: Code restructure failed: missing block: B:7:0x002b, code lost: @@ -234,7 +234,7 @@ public class a implements c { @Override // c.f.d.c.a public void c(File file) { - if (!a.this.f351c.equals(file) && !this.a) { + if (!a.this.f350c.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.f351c = file; + this.f350c = 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.f351c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f350c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f351c.exists()) { + if (this.f350c.exists()) { if (!file2.exists()) { - AnimatableValueParser.b0(this.f351c); + AnimatableValueParser.b0(this.f350c); } if (z3) { try { AnimatableValueParser.M1(file2); } catch (FileUtils$CreateDirectoryException unused2) { c.f.b.a.a aVar2 = this.f; - StringBuilder K = c.d.b.a.a.K("version directory could not be created: "); - K.append(this.e); - K.toString(); + StringBuilder L = c.d.b.a.a.L("version directory could not be created: "); + L.append(this.e); + L.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.f351c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f350c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f351c.exists()) { + if (this.f350c.exists()) { } z3 = true; if (z3) { @@ -334,7 +334,7 @@ public class a implements c { @Override // c.f.b.b.c public void a() { - AnimatableValueParser.P2(this.f351c, new g(null)); + AnimatableValueParser.P2(this.f350c, new g(null)); } @Override // c.f.b.b.c @@ -413,17 +413,17 @@ public class a implements c { @VisibleForTesting public File j(String str) { - 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()); + 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()); } 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.C(sb, File.separator, valueOf); + return c.d.b.a.a.D(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 d85ecbdc74..7582ab1ffc 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 f354c; + public final long f353c; 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 f355c = -1; + public long f354c = -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.f355c += j2; + this.f354c += 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 f356c; + public final long f355c; public c(long j, long j2, long j3) { this.a = j; this.b = j2; - this.f356c = j3; + this.f355c = 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.f354c = cVar2.b; - long j = cVar2.f356c; + this.f353c = cVar2.b; + long j = cVar2.f355c; this.d = j; this.f = j; c.f.d.i.a aVar4 = c.f.d.i.a.a; @@ -317,7 +317,7 @@ public class d implements h { } b bVar2 = this.o; synchronized (bVar2) { - j = bVar2.f355c; + j = bVar2.f354c; } 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.f355c = j7; + bVar3.f354c = 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.f355c = -1; + bVar.f354c = -1; bVar.b = -1; } e(); @@ -404,13 +404,13 @@ public class d implements h { aVar.h.unlock(); } } - StatFs statFs = c2 == 1 ? aVar.f362c : aVar.e; + StatFs statFs = c2 == 1 ? aVar.f361c : aVar.e; long availableBlocksLong = statFs != null ? statFs.getAvailableBlocksLong() * statFs.getBlockSizeLong() : 0; if (availableBlocksLong > 0 && availableBlocksLong >= a2) { z2 = false; } if (z2) { - this.f = this.f354c; + this.f = this.f353c; } 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 80245adeda..aa5fc1c799 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 f357c; + public final String f356c; 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.f357c = str; + this.f356c = str; } @Override // c.f.b.b.c @@ -81,7 +81,7 @@ public class e implements c { } public final void h() throws IOException { - File file = new File(this.b.get(), this.f357c); + File file = new File(this.b.get(), this.f356c); try { AnimatableValueParser.M1(file); file.getAbsolutePath(); diff --git a/app/src/main/java/c/f/b/b/i.java b/app/src/main/java/c/f/b/b/i.java index 0424f52242..830ffbe297 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 f358c; + public static int f357c; public CacheKey d; public i e; @@ -19,16 +19,16 @@ public class i { } b = iVar.e; iVar.e = null; - f358c--; + f357c--; return iVar; } } public void b() { synchronized (a) { - int i = f358c; + int i = f357c; if (i < 5) { - f358c = i + 1; + f357c = i + 1; i iVar = b; if (iVar != null) { this.e = iVar; diff --git a/app/src/main/java/c/f/d/b/b.java b/app/src/main/java/c/f/d/b/b.java index 3311cdfc36..5dc2865dca 100644 --- a/app/src/main/java/c/f/d/b/b.java +++ b/app/src/main/java/c/f/d/b/b.java @@ -15,14 +15,14 @@ public class b extends AbstractExecutorService { public final Executor k; public volatile int l; public final BlockingQueue m; - public final RunnableC0057b n; + public final RunnableC0058b n; public final AtomicInteger o; public final AtomicInteger p; /* compiled from: ConstrainedExecutorService */ /* renamed from: c.f.d.b.b$b reason: collision with other inner class name */ - public class RunnableC0057b implements Runnable { - public RunnableC0057b(a aVar) { + public class RunnableC0058b implements Runnable { + public RunnableC0058b(a aVar) { } @Override // java.lang.Runnable @@ -64,7 +64,7 @@ public class b extends AbstractExecutorService { this.k = executor; this.l = i2; this.m = blockingQueue; - this.n = new RunnableC0057b(null); + this.n = new RunnableC0058b(null); this.o = new AtomicInteger(0); this.p = new AtomicInteger(0); return; 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 f3ced0292f..3619519b80 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 f359c; + public a f358c; /* 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 f360c; + public a f359c; 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.f359c = aVar; + this.f358c = 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.f359c.f360c = aVar; - this.f359c = aVar; + this.f358c.f359c = aVar; + this.f358c = 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.f360c; + a aVar = this.b.f359c; 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.f360c; + aVar = aVar.f359c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/f/d/f/b.java b/app/src/main/java/c/f/d/f/b.java index fc9d9bdc89..8a292519a9 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 f361c = f.of("heif", "image/heif", "heic", "image/heic"); + public static final Map f360c = 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 26e2cd3d00..a6e6b4bc15 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 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()); + 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()); } 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 4b38db0d26..98254a5ccd 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 f362c = null; + public volatile StatFs f361c = 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.f362c = c(this.f362c, this.d); + this.f361c = c(this.f361c, 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 64d26e5597..e29bef9322 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[] f363c = a("RIFF"); + public static final byte[] f362c = 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, f363c) && d(bArr, i + 8, d); + return i2 >= 20 && d(bArr, i, f362c) && 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 1336eebd8d..b18529c1c0 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 f364c = false; + public boolean f363c = 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.f364c) { + if (this.f363c) { return false; } - this.f364c = true; + this.f363c = 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.f364c) { + if (!this.f363c) { 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.f364c; + return this.f363c; } public final void j() { @@ -131,7 +131,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = true; - if (!this.f364c) { + if (!this.f363c) { 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.f364c) { + if (!this.f363c) { 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.f364c) { + if (!this.f363c) { if (this.b == 1) { if (z2) { this.b = 2; diff --git a/app/src/main/java/c/f/g/a/a/c.java b/app/src/main/java/c/f/g/a/a/c.java index 71e216618b..4091d37ae7 100644 --- a/app/src/main/java/c/f/g/a/a/c.java +++ b/app/src/main/java/c/f/g/a/a/c.java @@ -46,19 +46,19 @@ public class c extends AbstractDraweeController, I public ImageRequest K; /* renamed from: x reason: collision with root package name */ - public final a f365x; + public final a f364x; /* renamed from: y reason: collision with root package name */ - public final e f366y; + public final e f365y; /* renamed from: z reason: collision with root package name */ - public final w f367z; + public final w f366z; public c(Resources resources, c.f.g.b.a aVar, a aVar2, Executor executor, w wVar, e eVar) { super(aVar, executor, null, null); - this.f365x = new a(resources, aVar2); - this.f366y = eVar; - this.f367z = wVar; + this.f364x = new a(resources, aVar2); + this.f365y = eVar; + this.f366z = wVar; } public synchronized void F(b bVar) { @@ -114,7 +114,7 @@ public class c extends AbstractDraweeController, I } fVar2.j.add(eVar); this.E.d(true); - h hVar = this.E.f370c; + h hVar = this.E.f369c; hVar.f = abstractDraweeControllerBuilder.h; hVar.g = null; hVar.h = abstractDraweeControllerBuilder.i; @@ -238,7 +238,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.f366y, w)) == null && (J = this.f365x.b(w)) == null) { + if (J == null && (J = J(this.f365y, w)) == null && (J = this.f364x.b(w)) == null) { throw new UnsupportedOperationException("Unrecognized image class: " + w); } c.f.j.r.b.b(); @@ -254,7 +254,7 @@ public class c extends AbstractDraweeController, I public CloseableReference h() { c.f.j.r.b.b(); try { - w wVar = this.f367z; + w wVar = this.f366z; if (wVar != null) { CacheKey cacheKey = this.A; if (cacheKey != null) { @@ -311,13 +311,13 @@ public class c extends AbstractDraweeController, I ImageRequest imageRequest = this.I; ImageRequest imageRequest2 = this.K; ImageRequest[] imageRequestArr = this.J; - if (imageRequest == null || (uri = imageRequest.f2221c) == null) { + if (imageRequest == null || (uri = imageRequest.f2225c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2221c : null; + uri = imageRequest3 != null ? imageRequest3.f2225c : null; } if (imageRequest2 != null) { - return imageRequest2.f2221c; + return imageRequest2.f2225c; } return null; } diff --git a/app/src/main/java/c/f/g/a/a/d.java b/app/src/main/java/c/f/g/a/a/d.java index 83663099c0..781e43da44 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 2ce64d2db1..6ad0f66554 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 f368c; + public final f f367c; 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.f368c = fVar; + this.f367c = 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.f369c = a; + fVar.f368c = 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.f368c, this.b, null, null); + d dVar = new d(this.a, this.f367c, 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 a737581d2e..c56f611178 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 f369c; + public c.f.j.i.a f368c; 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 9d1f75da77..e64c2086c9 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 f370c = new h(); + public final h f369c = 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.f370c.f372s = bounds.width(); - this.f370c.t = bounds.height(); + this.f369c.f371s = bounds.width(); + this.f369c.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.f370c; + h hVar = this.f369c; hVar.b = null; - hVar.f371c = null; + hVar.f370c = 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.f372s = -1; + hVar.f371s = -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.f370c, this, this.d, l.a); + this.h = new a(this.b, this.f369c, this, this.d, l.a); } if (this.g == null) { - this.g = new c.f.g.a.a.h.i.c(this.b, this.f370c); + this.g = new c.f.g.a.a.h.i.c(this.b, this.f369c); } if (this.f == null) { - this.f = new c.f.g.a.a.h.i.b(this.f370c, this); + this.f = new c.f.g.a.a.h.i.b(this.f369c, 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 89db36d9e2..4b77427253 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 f371c; + public ImageRequest f370c; 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 f372s = -1; + public int f371s = -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 f373x = -1; + public long f372x = -1; /* renamed from: y reason: collision with root package name */ - public long f374y = -1; + public long f373y = -1; /* renamed from: z reason: collision with root package name */ - public long f375z = -1; + public long f374z = -1; public void a() { this.n = -1; @@ -50,12 +50,12 @@ public class h { this.k = -1; this.l = -1; this.m = -1; - this.f373x = -1; - this.f374y = -1; - this.f375z = -1; + this.f372x = -1; + this.f373y = -1; + this.f374z = -1; } public d b() { - return new d(this.a, this.b, this.f371c, 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.f372s, this.t, this.u, this.w, this.f373x, this.f374y, null, this.f375z, this.A); + return new d(this.a, this.b, this.f370c, 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.f371s, this.t, this.u, this.w, this.f372x, this.f373y, null, this.f374z, 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 2d2e557272..7c8c63e762 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,17 +19,17 @@ 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 f376c; + public final g f375c; public final Supplier d; public final Supplier e; public Handler f; /* compiled from: ImagePerfControllerListener2 */ /* renamed from: c.f.g.a.a.h.i.a$a reason: collision with other inner class name */ - public static class HandlerC0058a extends Handler { + public static class HandlerC0059a extends Handler { public final g a; - public HandlerC0058a(@NonNull Looper looper, @NonNull g gVar) { + public HandlerC0059a(@NonNull Looper looper, @NonNull g gVar) { super(looper); this.a = gVar; } @@ -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.f376c = gVar; + this.f375c = 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.f373x = now; + e.f372x = 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.f374y = now; + e.f373y = 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.f374y = now; + e.f373y = 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 HandlerC0058a(looper, this.f376c); + this.f = new HandlerC0059a(looper, this.f375c); } } } @@ -144,7 +144,7 @@ public class a extends c.f.h.b.a.a { this.f.sendMessage(obtainMessage); return; } - ((f) this.f376c).b(hVar, i); + ((f) this.f375c).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.f376c).a(hVar, i); + ((f) this.f375c).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 d7fc9ba4e9..854952693c 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.f371c = imageRequest; + hVar.f370c = 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.f371c = imageRequest; + hVar.f370c = 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.f371c = imageRequest; + hVar.f370c = imageRequest; hVar.b = str; hVar.r = z2; } diff --git a/app/src/main/java/c/f/g/b/a.java b/app/src/main/java/c/f/g/b/a.java index 7db0f41053..01418fce80 100644 --- a/app/src/main/java/c/f/g/b/a.java +++ b/app/src/main/java/c/f/g/b/a.java @@ -5,9 +5,9 @@ public abstract class a { /* compiled from: DeferredReleaser */ /* renamed from: c.f.g.b.a$a reason: collision with other inner class name */ - public interface AbstractC0059a { + public interface AbstractC0060a { void release(); } - public abstract void a(AbstractC0059a aVar); + public abstract void a(AbstractC0060a aVar); } 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 f1512e79e6..dbcae4f694 100644 --- a/app/src/main/java/c/f/g/b/b.java +++ b/app/src/main/java/c/f/g/b/b.java @@ -11,9 +11,9 @@ public class b extends a { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final Handler f377c = new Handler(Looper.getMainLooper()); - public ArrayList d = new ArrayList<>(); - public ArrayList e = new ArrayList<>(); + public final Handler f376c = new Handler(Looper.getMainLooper()); + public ArrayList d = new ArrayList<>(); + public ArrayList e = new ArrayList<>(); public final Runnable f = new a(); /* compiled from: DeferredReleaserConcurrentImpl */ @@ -24,10 +24,10 @@ public class b extends a { @Override // java.lang.Runnable @MainThread public void run() { - ArrayList arrayList; + ArrayList arrayList; synchronized (b.this.b) { b bVar = b.this; - ArrayList arrayList2 = bVar.e; + ArrayList arrayList2 = bVar.e; arrayList = bVar.d; bVar.e = arrayList; bVar.d = arrayList2; @@ -42,7 +42,7 @@ public class b extends a { @Override // c.f.g.b.a @AnyThread - public void a(a.AbstractC0059a aVar) { + public void a(a.AbstractC0060a aVar) { synchronized (this.b) { this.d.remove(aVar); } 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 bd2d49fdf7..06c08da3d4 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 f378c = new ArrayBlockingQueue(20); + public final Queue f377c = 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.f378c.size() + 1 > 20) { - this.f378c.poll(); + if (this.f377c.size() + 1 > 20) { + this.f377c.poll(); } - this.f378c.add(aVar); + this.f377c.add(aVar); } } public String toString() { - return this.f378c.toString(); + return this.f377c.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 952d4b6714..14cb087da6 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 f383c = 0; + public int f382c = 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 7f05288eec..ac960c568b 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 f384c; + public final /* synthetic */ Object f383c; 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.f384c = obj; + this.f383c = 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.f384c, this.d, this.e); + return this.f.b(this.a, this.b, this.f383c, this.d, this.e); } public String toString() { i I2 = AnimatableValueParser.I2(this); - I2.c("request", this.f384c.toString()); + I2.c("request", this.f383c.toString()); return I2.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 a6343506eb..21bcf2bb21 100644 --- a/app/src/main/java/c/f/g/d/a.java +++ b/app/src/main/java/c/f/g/d/a.java @@ -31,20 +31,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 f385s = new Matrix(); + public final Matrix f384s = 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 f386x; + public int f385x; /* renamed from: y reason: collision with root package name */ - public int f387y; + public int f386y; /* renamed from: z reason: collision with root package name */ - public int f388z; + public int f387z; public a() { c(); @@ -59,14 +59,14 @@ public class a extends Drawable implements b { float measureText = this.r.measureText(s2); float measureText2 = this.r.measureText(str2); this.r.setColor(1711276032); - int i2 = this.f387y; - int i3 = this.f388z; - canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f386x + 8), this.r); + int i2 = this.f386y; + int i3 = this.f387z; + canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f385x + 8), this.r); this.r.setColor(-1); - canvas.drawText(s2, (float) this.f387y, (float) this.f388z, this.r); + canvas.drawText(s2, (float) this.f386y, (float) this.f387z, this.r); this.r.setColor(i); - canvas.drawText(str2, ((float) this.f387y) + measureText, (float) this.f388z, this.r); - this.f388z += this.f386x; + canvas.drawText(str2, ((float) this.f386y) + measureText, (float) this.f387z, this.r); + this.f387z += this.f385x; } public void c() { @@ -109,8 +109,8 @@ public class a extends Drawable implements b { this.r.setStyle(Paint.Style.FILL); this.r.setStrokeWidth(0.0f); this.r.setColor(-1); - this.f387y = this.v; - this.f388z = this.w; + this.f386y = this.v; + this.f387z = 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; @@ -125,14 +125,14 @@ public class a extends Drawable implements b { rect.left = 0; rect.right = width; rect.bottom = height; - this.f385s.reset(); - scalingUtils$ScaleType2.a(this.f385s, this.t, i4, i5, 0.0f, 0.0f); + this.f384s.reset(); + scalingUtils$ScaleType2.a(this.f384s, 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.f385s.mapRect(rectF); + this.f384s.mapRect(rectF); width = Math.min(width, (int) this.u.width()); height = Math.min(height, (int) this.u.height()); } @@ -221,10 +221,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.f386x = i; + this.f385x = i; int i2 = this.q; if (i2 == 80) { - this.f386x = i * -1; + this.f385x = 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 eb20fc5c2a..dfa88382a4 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 f389c; + public b f388c; public a(b bVar) { - this.f389c = bVar; + this.f388c = 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.f389c; + b bVar = this.f388c; 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 2a74368d3e..bb9e683858 100644 --- a/app/src/main/java/c/f/g/e/b.java +++ b/app/src/main/java/c/f/g/e/b.java @@ -326,7 +326,7 @@ public class b extends Drawable implements Drawable.Callback, e0, d0 { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { e eVar = this.j; - eVar.f390c = colorFilter; + eVar.f389c = 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 74ee856ba3..353a92c339 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 f390c = null; + public ColorFilter f389c = 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 852a7831b0..0bbc93aa19 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 f391s; + public final int f390s; 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[] f392x; + public int[] f391x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public int[] f393y; + public int[] f392y; @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public int f394z; + public int f393z; /* 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.f392x = iArr; - this.f393y = new int[drawableArr.length]; - this.f394z = 255; + this.f391x = iArr; + this.f392y = new int[drawableArr.length]; + this.f393z = 255; this.A = new boolean[drawableArr.length]; this.B = 0; this.r = z2; int i2 = z2 ? 255 : 0; - this.f391s = i2; + this.f390s = i2; this.t = i; this.u = 2; Arrays.fill(iArr, i2); - this.f392x[0] = 255; - Arrays.fill(this.f393y, i2); - this.f393y[0] = 255; + this.f391x[0] = 255; + Arrays.fill(this.f392y, i2); + this.f392y[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.f393y, 0, this.f392x, 0, this.q.length); + System.arraycopy(this.f392y, 0, this.f391x, 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.f393y[i4] * this.f394z)) / 255.0d); + int ceil = (int) Math.ceil(((double) (this.f392y[i4] * this.f393z)) / 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.f393y[i] = this.A[i] ? 255 : 0; + this.f392y[i] = this.A[i] ? 255 : 0; } invalidateSelf(); } @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f394z; + return this.f393z; } 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.f393y; - iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f392x[i])); + int[] iArr = this.f392y; + iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f391x[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.f394z != i) { - this.f394z = i; + if (this.f393z != i) { + this.f393z = 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 009cd19fb5..66af15bd74 100644 --- a/app/src/main/java/c/f/g/e/g.java +++ b/app/src/main/java/c/f/g/e/g.java @@ -177,7 +177,7 @@ public class g extends Drawable implements Drawable.Callback, e0, d0, d { @Override // android.graphics.drawable.Drawable public void setColorFilter(ColorFilter colorFilter) { e eVar = this.k; - eVar.f390c = colorFilter; + eVar.f389c = colorFilter; eVar.b = true; Drawable drawable = this.j; if (drawable != null) { diff --git a/app/src/main/java/c/f/g/e/l.java b/app/src/main/java/c/f/g/e/l.java index 1fbf033acd..c08d546d68 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 f395s = new Path(); + public final Path f394s = 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.f395s.reset(); + this.f394s.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.f395s.addCircle(this.v.centerX(), this.v.centerY(), Math.min(this.v.width(), this.v.height()) / 2.0f, Path.Direction.CW); + this.f394s.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.f395s.addRoundRect(this.v, fArr, Path.Direction.CW); + this.f394s.addRoundRect(this.v, fArr, Path.Direction.CW); } else { - this.f395s.addRoundRect(this.v, this.i, Path.Direction.CW); + this.f394s.addRoundRect(this.v, this.i, Path.Direction.CW); } float f4 = -f3; this.v.inset(f4, f4); @@ -118,7 +118,7 @@ public class l extends Drawable implements j { this.l.setColor(AnimatableValueParser.N1(this.u, this.w)); this.l.setStyle(Paint.Style.FILL); this.l.setFilterBitmap(this.r); - canvas.drawPath(this.f395s, this.l); + canvas.drawPath(this.f394s, this.l); if (this.n != 0.0f) { this.l.setColor(AnimatableValueParser.N1(this.p, this.w)); this.l.setStyle(Paint.Style.STROKE); 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 a657b02006..260a6740d7 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 f396s = new Paint(1); + public final Paint f395s = 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 f397x = 0.0f; + public float f396x = 0.0f; /* renamed from: y reason: collision with root package name */ - public boolean f398y = false; + public boolean f397y = false; /* renamed from: z reason: collision with root package name */ - public boolean f399z = false; + public boolean f398z = 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.f398y) { + if (this.f397y) { 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.f396s.setStyle(Paint.Style.FILL); - this.f396s.setColor(this.w); - this.f396s.setStrokeWidth(0.0f); - this.f396s.setFilterBitmap(this.f399z); + this.f395s.setStyle(Paint.Style.FILL); + this.f395s.setColor(this.w); + this.f395s.setStrokeWidth(0.0f); + this.f395s.setFilterBitmap(this.f398z); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.A, this.f396s); + canvas.drawPath(this.A, this.f395s); 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.f396s); + canvas.drawRect(f2, rectF3.top, f2 + width, rectF3.bottom, this.f395s); RectF rectF4 = this.n; float f3 = rectF4.right; - canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f396s); + canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f395s); } 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.f396s); + canvas.drawRect(f4, f5, rectF5.right, f5 + height, this.f395s); RectF rectF6 = this.n; float f6 = rectF6.left; float f7 = rectF6.bottom; - canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f396s); + canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f395s); } } } else if (h == 1) { @@ -130,32 +130,32 @@ public class m extends g implements j { canvas.restoreToCount(save2); } if (this.v != 0) { - this.f396s.setStyle(Paint.Style.STROKE); - this.f396s.setColor(this.v); - this.f396s.setStrokeWidth(this.u); + this.f395s.setStyle(Paint.Style.STROKE); + this.f395s.setColor(this.v); + this.f395s.setStrokeWidth(this.u); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.B, this.f396s); + canvas.drawPath(this.B, this.f395s); } } @Override // c.f.g.e.j public void e(boolean z2) { - if (this.f399z != z2) { - this.f399z = z2; + if (this.f398z != z2) { + this.f398z = z2; invalidateSelf(); } } @Override // c.f.g.e.j public void f(boolean z2) { - this.f398y = z2; + this.f397y = z2; p(); invalidateSelf(); } @Override // c.f.g.e.j public void i(float f) { - this.f397x = f; + this.f396x = 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.f397x; + float f = this.f396x; 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.f397x; + float f2 = -this.f396x; 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.f397x) - (this.u / 2.0f); + fArr[i] = (this.q[i] + this.f396x) - (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 6cbb85487c..a83f37e158 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[] f400s; + public float[] f399s; @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 f401x; + public RectF f400x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public final Matrix f402y = new Matrix(); + public final Matrix f401y = new Matrix(); @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public final Matrix f403z = new Matrix(); + public final Matrix f402z = 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.f400s == null) { - this.f400s = new float[8]; + if (this.f399s == null) { + this.f399s = new float[8]; } for (int i2 = 0; i2 < this.r.length; i2++) { - this.f400s[i2] = this.q[i2] - this.l; + this.f399s[i2] = this.q[i2] - this.l; } - this.m.addRoundRect(this.t, this.f400s, Path.Direction.CW); + this.m.addRoundRect(this.t, this.f399s, 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.f402y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); + this.f401y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); if (this.H) { - RectF rectF = this.f401x; + RectF rectF = this.f400x; if (rectF == null) { - this.f401x = new RectF(this.t); + this.f400x = new RectF(this.t); } else { rectF.set(this.t); } - RectF rectF2 = this.f401x; + RectF rectF2 = this.f400x; float f = this.l; rectF2.inset(f, f); if (this.D == null) { this.D = new Matrix(); } - this.D.setRectToRect(this.t, this.f401x, Matrix.ScaleToFit.FILL); + this.D.setRectToRect(this.t, this.f400x, Matrix.ScaleToFit.FILL); } else { Matrix matrix2 = this.D; if (matrix2 != null) { matrix2.reset(); } } - if (!this.A.equals(this.B) || !this.f402y.equals(this.f403z) || ((matrix = this.D) != null && !matrix.equals(this.E))) { + if (!this.A.equals(this.B) || !this.f401y.equals(this.f402z) || ((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.f402y); + this.F.preConcat(this.f401y); this.B.set(this.A); - this.f403z.set(this.f402y); + this.f402z.set(this.f401y); 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 bc32e7cd57..303aa218e0 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 f404s = new Matrix(); + public Matrix f403s = 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.f404s; + Matrix matrix = this.f403s; 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.f404s; + this.r = this.f403s; } } 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 b12ce5d40c..94cd3f8747 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 f405c; + public Resources f404c; 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.f405c = resources; + this.f404c = 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 a0cdbdd509..4a96a741e0 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.f2212c = true; + draweeHolder.f2216c = 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 d44c0e377f..ea58069651 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[] f406c = null; + public float[] f405c = 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.f406c, cVar.f406c); + return Arrays.equals(this.f405c, cVar.f405c); } 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.f406c; + float[] fArr = this.f405c; 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 449b60ebd9..06f9b18b17 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.f406c); + jVar.m(cVar.f405c); 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 a36c438d8f..f6c1956843 100644 --- a/app/src/main/java/c/f/g/g/a.java +++ b/app/src/main/java/c/f/g/g/a.java @@ -6,13 +6,13 @@ import androidx.annotation.VisibleForTesting; /* compiled from: GestureDetector */ public class a { @VisibleForTesting - public AbstractC0060a a = null; + public AbstractC0061a a = null; @VisibleForTesting public final float b; @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public boolean f407c = false; + public boolean f406c = false; @VisibleForTesting public boolean d = false; @VisibleForTesting @@ -24,7 +24,7 @@ public class a { /* compiled from: GestureDetector */ /* renamed from: c.f.g.g.a$a reason: collision with other inner class name */ - public interface AbstractC0060a { + public interface AbstractC0061a { } public a(Context context) { 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 d172e22e3b..718bbff6ac 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 f408c; + public final ScheduledExecutorService f407c; 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.f408c = scheduledExecutorService; + this.f407c = scheduledExecutorService; } public final synchronized void c() { if (!this.d) { this.d = true; - this.f408c.schedule(this.g, 1000, TimeUnit.MILLISECONDS); + this.f407c.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 1ebdf53108..6eea8d0a1f 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 f409c; + public final d f408c; 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.f409c = dVar; + this.f408c = 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.f409c.a(); + return this.f408c.a(); } @Override // c.f.h.a.a.d public int b() { - return this.f409c.b(); + return this.f408c.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.f409c.e(i); + return this.f408c.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.f425c, rect).equals(aVar.d)) { + if (!c.f.j.a.c.a.a(aVar.f424c, 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.f412c = new c.f.j.a.c.d(aVar, bVar.d); + bVar.f411c = 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).f425c.getWidth(); + int width = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f424c.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).f425c.getHeight(); + int height = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f424c.getHeight(); this.j = height; if (height == -1) { Rect rect2 = this.h; diff --git a/app/src/main/java/c/f/h/a/b/d/b.java b/app/src/main/java/c/f/h/a/b/d/b.java index 0394c8a523..c5111b50f6 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> f410c = new SparseArray<>(); + public final SparseArray> f409c = 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.f426c); + CloseableReference c2 = cVar.b.c(new c.b(cVar.a, i), C, cVar.f425c); if (CloseableReference.z(c2)) { - closeableReference2 = this.f410c.get(i); - this.f410c.put(i, c2); + closeableReference2 = this.f409c.get(i); + this.f409c.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.f410c.size(); i++) { - CloseableReference valueAt = this.f410c.valueAt(i); + for (int i = 0; i < this.f409c.size(); i++) { + CloseableReference valueAt = this.f409c.valueAt(i); if (valueAt != null) { valueAt.close(); } } - this.f410c.clear(); + this.f409c.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.f410c.get(i); + CloseableReference closeableReference2 = this.f409c.get(i); if (closeableReference2 != null) { - this.f410c.delete(i); + this.f409c.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.f426c); + this.d = cVar.b.c(new c.b(cVar.a, i), C, cVar.f425c); } 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 fef26c79eb..9554c0603e 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 f411c; + public final Bitmap.Config f410c; 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.f411c); + closeableReference = c.this.a.a(this.j.i(), this.j.g(), c.this.f410c); 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.f411c = config; + this.f410c = 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 377fa4a20c..29c3702f20 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).f425c.b(); + return ((c.f.j.a.c.a) this.a).f424c.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 b46dcfe09f..cf8ee82c1f 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 f412c; + public d f411c; 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.f412c = new d(aVar, aVar2); + this.f411c = new d(aVar, aVar2); } public boolean a(int i, Bitmap bitmap) { try { - this.f412c.d(i, bitmap); + this.f411c.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 fbe8c090b9..2b4dc24976 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,28 +22,28 @@ 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 f413s; + public long f412s; public int t; public long u; public int v; public volatile b w; /* renamed from: x reason: collision with root package name */ - public e f414x; + public e f413x; /* renamed from: y reason: collision with root package name */ - public final Runnable f415y; + public final Runnable f414y; /* compiled from: AnimatedDrawable2 */ /* renamed from: c.f.h.a.c.a$a reason: collision with other inner class name */ - public class RunnableC0061a implements Runnable { - public RunnableC0061a() { + public class RunnableC0062a implements Runnable { + public RunnableC0062a() { } @Override // java.lang.Runnable public void run() { a aVar = a.this; - aVar.unscheduleSelf(aVar.f415y); + aVar.unscheduleSelf(aVar.f414y); 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.f415y = new RunnableC0061a(); + this.f414y = new RunnableC0062a(); 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.f415y, j7); + scheduleSelf(this.f414y, 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.f414x == null) { - this.f414x = new e(); + if (this.f413x == null) { + this.f413x = new e(); } - this.f414x.a = i2; + this.f413x.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.f414x == null) { - this.f414x = new e(); + if (this.f413x == null) { + this.f413x = new e(); } - e eVar = this.f414x; - eVar.f390c = colorFilter; + e eVar = this.f413x; + eVar.f389c = 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.f413s; + this.o = uptimeMillis - this.f412s; 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.f413s = uptimeMillis - this.o; + this.f412s = uptimeMillis - this.o; this.t = this.q; this.m = false; this.n = 0; this.p = 0; this.o = -1; this.q = -1; - unscheduleSelf(this.f415y); + unscheduleSelf(this.f414y); 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 c504e226c5..8a087ef90f 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 f416c; + public final ExecutorService f415c; 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.f416c = executorService; + this.f415c = 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.f416c); + cVar2 = new c.f.h.a.b.e.c(this.e, bVar3, Bitmap.Config.ARGB_8888, this.f415c); 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 cd68c72201..9cdd914d00 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 f417c; + public Map f416c; 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 311f2e4c0c..85b0f33fb5 100644 --- a/app/src/main/java/c/f/i/a.java +++ b/app/src/main/java/c/f/i/a.java @@ -9,7 +9,7 @@ public class a implements c.a { public static final int b; /* renamed from: c reason: collision with root package name */ - public static final byte[] f418c; + public static final byte[] f417c; public static final int d; public static final byte[] e = AnimatableValueParser.f("GIF87a"); public static final byte[] f = AnimatableValueParser.f("GIF89a"); @@ -29,7 +29,7 @@ public class a implements c.a { a = bArr; b = bArr.length; byte[] bArr2 = {-119, 80, 78, 71, 13, 10, 26, 10}; - f418c = bArr2; + f417c = bArr2; d = bArr2.length; byte[] f2 = AnimatableValueParser.f("BM"); g = f2; @@ -91,12 +91,12 @@ public class a implements c.a { if (i2 >= bArr3.length && AnimatableValueParser.T0(bArr, bArr3, 0)) { return b.a; } - byte[] bArr4 = f418c; + byte[] bArr4 = f417c; 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.f419c; + return b.f418c; } 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 330fe49ca9..bceadcbbb3 100644 --- a/app/src/main/java/c/f/i/b.java +++ b/app/src/main/java/c/f/i/b.java @@ -7,7 +7,7 @@ public final class b { public static final c b = new c("PNG", "png"); /* renamed from: c reason: collision with root package name */ - public static final c f419c = new c("GIF", IconUtils.ANIMATED_IMAGE_EXTENSION); + public static final c f418c = new c("GIF", IconUtils.ANIMATED_IMAGE_EXTENSION); public static final c d = new c("BMP", "bmp"); public static final c e = new c("ICO", "ico"); public static final c f = new c("WEBP_SIMPLE", "webp"); diff --git a/app/src/main/java/c/f/i/d.java b/app/src/main/java/c/f/i/d.java index 8e86192234..ca68bc70b6 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 f420c; + public List f419c; public final c.a d = new a(); public d() { @@ -42,7 +42,7 @@ public class d { if (!(b == null || b == c.a)) { return b; } - List list = c2.f420c; + List list = c2.f419c; 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.f420c; + List list = this.f419c; 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 3de3391f59..a9518c4ae9 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 f421c; + public final int f420c; 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.f421c = i4; + this.f420c = 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 30bfc80438..2c2afe7562 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> f422c; + public List> f421c; 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.f422c = CloseableReference.r(fVar.f423c); + this.f421c = CloseableReference.r(fVar.f422c); 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 510e7eb5b7..a03401d409 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> f423c; + public List> f422c; public int d; public a e; @@ -26,8 +26,8 @@ public class f { closeableReference.close(); } this.b = null; - CloseableReference.t(this.f423c); - this.f423c = null; + CloseableReference.t(this.f422c); + this.f422c = 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.f423c); - this.f423c = null; + CloseableReference.t(this.f422c); + this.f422c = 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 e5e9a70c85..9185d2bd6e 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 f424c; + public final b f423c; public final PlatformBitmapFactory d; static { @@ -34,7 +34,7 @@ public class e implements d { } public e(b bVar, PlatformBitmapFactory platformBitmapFactory) { - this.f424c = bVar; + this.f423c = 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.f423c = CloseableReference.r(null); + fVar.f422c = 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 d047cfd793..556fe2010a 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 f425c; + public final c f424c; 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.f425c = cVar; + this.f424c = 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.f425c, rect); + this.d = a(this.f424c, rect); this.i = z2; - this.f = new b[this.f425c.a()]; - for (int i5 = 0; i5 < this.f425c.a(); i5++) { - this.f[i5] = this.f425c.f(i5); + this.f = new b[this.f424c.a()]; + for (int i5 = 0; i5 < this.f424c.a(); i5++) { + this.f[i5] = this.f424c.f(i5); } } @@ -64,7 +64,7 @@ public class a implements c.f.j.a.a.a { } public int b() { - return this.f425c.a(); + return this.f424c.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.f425c.d(i); + d d = this.f424c.d(i); try { - if (this.f425c.e()) { + if (this.f424c.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.f425c.getWidth()); - double height = ((double) this.d.height()) / ((double) this.f425c.getHeight()); + double width = ((double) this.d.width()) / ((double) this.f424c.getWidth()); + double height = ((double) this.d.height()) / ((double) this.f424c.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 0a38d17b55..518af31792 100644 --- a/app/src/main/java/c/f/j/a/c/c.java +++ b/app/src/main/java/c/f/j/a/c/c.java @@ -13,7 +13,7 @@ public class c { public final m b; /* renamed from: c reason: collision with root package name */ - public final m.b f426c = new a(); + public final m.b f425c = new a(); public final LinkedHashSet d = new LinkedHashSet<>(); /* compiled from: AnimatedFrameCache */ diff --git a/app/src/main/java/c/f/j/a/c/d.java b/app/src/main/java/c/f/j/a/c/d.java index cb6db6402a..11c9a753dd 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 f427c; + public final Paint f426c; /* compiled from: AnimatedImageCompositor */ public interface a { @@ -27,7 +27,7 @@ public class d { this.a = aVar; this.b = aVar2; Paint paint = new Paint(); - this.f427c = paint; + this.f426c = 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.f421c), (float) (i2 + bVar.d), this.f427c); + canvas.drawRect((float) i, (float) i2, (float) (i + bVar.f420c), (float) (i2 + bVar.d), this.f426c); } public final boolean b(b bVar) { - return bVar.a == 0 && bVar.b == 0 && bVar.f421c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); + return bVar.a == 0 && bVar.b == 0 && bVar.f420c == ((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 60f214addb..82262118e8 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 f428c; + public final f f427c; 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.f428c = fVar; + this.f427c = 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.f428c, bVar.f428c) && 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.f427c, bVar.f427c) && 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.f428c, 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.f427c, 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 46fb57da9a..5df9ee386c 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 f429c; + public final j f428c; 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.f429c = jVar; + this.f428c = 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.f2933c : z.g.d; + return ((Boolean) eVar).booleanValue() ? z.g.f2937c : 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 f48d7f6b6c..cff9da81b6 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 f430c = 0; + public int f429c = 0; public l(b0 b0Var) { this.a = b0Var; @@ -22,7 +22,7 @@ public class l { } public synchronized int b() { - return this.f430c; + return this.f429c; } 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.f430c -= c(remove); + this.f429c -= c(remove); this.b.put(k, v); - this.f430c += c(v); + this.f429c += c(v); return remove; } public synchronized V e(K k) { V remove; remove = this.b.remove(k); - this.f430c -= c(remove); + this.f429c -= c(remove); return remove; } @@ -58,7 +58,7 @@ public class l { next.getKey(); } arrayList.add(next.getValue()); - this.f430c -= c(next.getValue()); + this.f429c -= 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 17f64d8349..78fc348c8c 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 f431c = 0; + public int f430c = 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 6e09e08454..6d96fbddfb 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.f2221c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2225c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2221c.toString()); + return new f(imageRequest.f2225c.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.f2221c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2225c.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 712a88666a..b7d7205b62 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> f432c; + public final l> f431c; 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.f431c > 0); - aVar.f431c--; + AnimatableValueParser.B(aVar.f430c > 0); + aVar.f430c--; } 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.f431c == 0) { + if (!aVar.d && aVar.f430c == 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.f432c = new l<>(new u(this, b0Var)); + this.f431c = 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.f432c.e(k); + m.a e2 = this.f431c.e(k); Objects.requireNonNull(e2); - if (e2.f431c == 0) { + if (e2.f430c == 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.f432c.e(k); + m.a e2 = this.f431c.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.f432c.d(k, aVar); + this.f431c.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.f432c; + l> lVar = this.f431c; 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.f432c.f(jVar); + f2 = this.f431c.f(jVar); h(f2); } i(f2); @@ -202,11 +202,11 @@ public class v implements m, w { } public synchronized int e() { - return this.f432c.a() - this.b.a(); + return this.f431c.a() - this.b.a(); } public synchronized int f() { - return this.f432c.b() - this.b.b(); + return this.f431c.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.f432c; + l> lVar = this.f431c; 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.f2214c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2218c, 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.f431c++; + aVar.f430c++; } 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.f431c != 0) ? null : aVar.b; + return (!aVar.d || aVar.f430c != 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.f432c.e(next)); + arrayList.add(this.f431c.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 ae70c6c69e..9e33b1a073 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 f433c = Integer.MAX_VALUE; + public final int f432c = Integer.MAX_VALUE; public final Bitmap.Config d; public b(c cVar) { @@ -25,18 +25,18 @@ public class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f433c == bVar.f433c && this.d == bVar.d; + return this.b == bVar.b && this.f432c == bVar.f432c && this.d == bVar.d; } public int hashCode() { - return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f433c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; + return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f432c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; } public String toString() { - StringBuilder K = a.K("ImageDecodeOptions{"); + StringBuilder L = a.L("ImageDecodeOptions{"); i I2 = AnimatableValueParser.I2(this); I2.a("minDecodeIntervalMs", this.b); - I2.a("maxDimensionPx", this.f433c); + I2.a("maxDimensionPx", this.f432c); I2.b("decodePreviewFrame", false); I2.b("useLastFrameForPreview", false); I2.b("decodeAllFrames", false); @@ -45,6 +45,6 @@ public class b { I2.c("customImageDecoder", null); I2.c("bitmapTransformation", null); I2.c("colorSpace", null); - return a.C(K, I2.toString(), "}"); + return a.D(L, I2.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 e01158cd65..56e0d96db7 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 f434c; + public final float f433c; 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.f434c = 2048.0f; + this.f433c = 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 c40e60d39c..1154829397 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 f435c; + public final int f434c; public final boolean d; public f(int i, boolean z2) { - this.f435c = i; + this.f434c = i; this.d = z2; } public int a() { if (!c()) { - return this.f435c; + return this.f434c; } throw new IllegalStateException("Rotation is set to use EXIF"); } public boolean b() { - return this.f435c != -2; + return this.f434c != -2; } public boolean c() { - return this.f435c == -1; + return this.f434c == -1; } public boolean equals(@Nullable Object obj) { @@ -39,14 +39,14 @@ public class f { return false; } f fVar = (f) obj; - return this.f435c == fVar.f435c && this.d == fVar.d; + return this.f434c == fVar.f434c && this.d == fVar.d; } public int hashCode() { - return AnimatableValueParser.W0(Integer.valueOf(this.f435c), Boolean.valueOf(this.d)); + return AnimatableValueParser.W0(Integer.valueOf(this.f434c), Boolean.valueOf(this.d)); } public String toString() { - return String.format(null, "%d defer:%b", Integer.valueOf(this.f435c), Boolean.valueOf(this.d)); + return String.format(null, "%d defer:%b", Integer.valueOf(this.f434c), Boolean.valueOf(this.d)); } } diff --git a/app/src/main/java/c/f/j/e/a.java b/app/src/main/java/c/f/j/e/a.java index 65a0820b08..2fbd2b2617 100644 --- a/app/src/main/java/c/f/j/e/a.java +++ b/app/src/main/java/c/f/j/e/a.java @@ -11,10 +11,10 @@ public class a { /* compiled from: CloseableReferenceFactory */ /* renamed from: c.f.j.e.a$a reason: collision with other inner class name */ - public class C0062a implements CloseableReference.c { + public class C0063a implements CloseableReference.c { public final /* synthetic */ c.f.j.g.a a; - public C0062a(a aVar, c.f.j.g.a aVar2) { + public C0063a(a aVar, c.f.j.g.a aVar2) { this.a = aVar2; } @@ -48,6 +48,6 @@ public class a { } public a(c.f.j.g.a aVar) { - this.a = new C0062a(this, aVar); + this.a = new C0063a(this, aVar); } } 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 39f1852d4a..57d0203613 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 f436c; + public final Executor f435c; public final Executor d; public final ScheduledExecutorService e; public b(int i) { this.b = Executors.newFixedThreadPool(i, new n(10, "FrescoDecodeExecutor", true)); - this.f436c = Executors.newFixedThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); + this.f435c = 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.f436c; + return this.f435c; } @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 6407c1909c..b881b6d609 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.f2202c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2206c, 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 c5b409b630..3a9347e5a7 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 f437c; + public final d f436c; 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.f437c = new b(set2); + this.f436c = 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.f437c); + b0 b0Var = new b0(eVar2, this.f436c); 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.f2221c)) { + if (c.f.d.l.b.e(imageRequest.f2225c)) { 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.f437c); + b0 b0Var = new b0(eVar2, this.f436c); 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.f437c); + b0 b0Var = new b0(eVar2, this.f436c); 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 840ca58295..b04442e9ef 100644 --- a/app/src/main/java/c/f/j/e/j.java +++ b/app/src/main/java/c/f/j/e/j.java @@ -31,7 +31,7 @@ public class j { public final Bitmap.Config b; /* renamed from: c reason: collision with root package name */ - public final Supplier f438c; + public final Supplier f437c; public final w.a d; public final i e; public final Context f; @@ -49,20 +49,20 @@ public class j { public final c.f.j.h.c r; /* renamed from: s reason: collision with root package name */ - public final Set f439s; + public final Set f438s; 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 f440x; + public final boolean f439x; /* renamed from: y reason: collision with root package name */ - public final c.f.j.g.a f441y; + public final c.f.j.g.a f440y; /* renamed from: z reason: collision with root package name */ - public final c.f.j.c.a f442z; + public final c.f.j.c.a f441z; /* compiled from: ImagePipelineConfig */ public static class a { @@ -70,7 +70,7 @@ public class j { public final Context b; /* renamed from: c reason: collision with root package name */ - public boolean f443c = false; + public boolean f442c = false; public DiskCacheConfig d; public DiskCacheConfig e; public final k.b f = new k.b(this); @@ -96,7 +96,7 @@ public class j { c.f.j.r.b.b(); this.w = new k(aVar.f, null); Supplier supplier = aVar.a; - this.f438c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)) : supplier; + this.f437c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)) : supplier; this.d = new c.f.j.c.c(); this.b = Bitmap.Config.ARGB_8888; synchronized (n.class) { @@ -110,7 +110,7 @@ public class j { Objects.requireNonNull(context); this.f = context; this.h = new c(new d()); - this.g = aVar.f443c; + this.g = aVar.f442c; this.i = new o(); synchronized (z.class) { if (z.a == null) { @@ -141,15 +141,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.f439s = new HashSet(); + this.f438s = 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.f440x = aVar.g; - this.f441y = aVar.h; - this.f442z = new c.f.j.c.k(); + this.f439x = aVar.g; + this.f440y = aVar.h; + this.f441z = 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 8f0ccafeee..0ec94c2e3d 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 f444c; + public final boolean f443c; 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 f445c = new c.f.d.d.k(Boolean.FALSE); + public Supplier f444c = 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.f444c = bVar.b; - this.d = bVar.f445c; + this.f443c = bVar.b; + this.d = bVar.f444c; 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 352f62204c..2bdbee9775 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 f446c; + public final j f445c; 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 f447s; + public d f446s; public a t; public l(j jVar) { c.f.j.r.b.b(); Objects.requireNonNull(jVar); - this.f446c = jVar; + this.f445c = jVar; Objects.requireNonNull(jVar.w); this.b = new g1(jVar.j.b()); Objects.requireNonNull(jVar.w); CloseableReference.j = 0; - this.d = new a(jVar.f441y); + this.d = new a(jVar.f440y); 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.f446c.w); + Objects.requireNonNull(this.f445c.w); } if (this.o == null) { - ContentResolver contentResolver = this.f446c.f.getApplicationContext().getContentResolver(); + ContentResolver contentResolver = this.f445c.f.getApplicationContext().getContentResolver(); if (this.n == null) { - j jVar = this.f446c; + j jVar = this.f445c; 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.f446c); + Objects.requireNonNull(this.f445c); a b = b(); b bVar2 = null; if (b != null) { - bVar2 = b.b(this.f446c.b); - bVar = b.c(this.f446c.b); + bVar2 = b.b(this.f445c.b); + bVar = b.c(this.f445c.b); } else { bVar = null; } - Objects.requireNonNull(this.f446c); + Objects.requireNonNull(this.f445c); this.k = new c.f.j.h.a(bVar2, bVar, h()); } b bVar3 = this.k; - j jVar2 = this.f446c; + j jVar2 = this.f445c; c.f.j.h.c cVar = jVar2.r; boolean z2 = jVar2.g; boolean z3 = jVar2.u; Objects.requireNonNull(jVar2.w); - j jVar3 = this.f446c; + j jVar3 = this.f445c; e eVar = jVar3.j; g d = jVar3.q.d(0); - this.f446c.q.e(); + this.f445c.q.e(); s d2 = d(); s e = e(); f f2 = f(); f i = i(); - i iVar = this.f446c.e; + i iVar = this.f445c.e; PlatformBitmapFactory g = g(); - Objects.requireNonNull(this.f446c.w); - Objects.requireNonNull(this.f446c.w); - Objects.requireNonNull(this.f446c.w); - k kVar = this.f446c.w; + Objects.requireNonNull(this.f445c.w); + Objects.requireNonNull(this.f445c.w); + Objects.requireNonNull(this.f445c.w); + k kVar = this.f445c.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.f446c; + j jVar4 = this.f445c; n0 n0Var = jVar4.o; boolean z4 = jVar4.u; Objects.requireNonNull(jVar4.w); f1 f1Var = this.b; - j jVar5 = this.f446c; + j jVar5 = this.f445c; boolean z5 = jVar5.g; Objects.requireNonNull(jVar5.w); - j jVar6 = this.f446c; - boolean z6 = jVar6.f440x; + j jVar6 = this.f445c; + boolean z6 = jVar6.f439x; if (this.m == null) { Objects.requireNonNull(jVar6.w); - k kVar2 = this.f446c.w; + k kVar2 = this.f445c.w; this.m = new e(kVar2.a, false, null, null, kVar2.f); } c.f.j.s.c cVar2 = this.m; - Objects.requireNonNull(this.f446c.w); - Objects.requireNonNull(this.f446c.w); - Objects.requireNonNull(this.f446c.w); - Objects.requireNonNull(this.f446c.w); + Objects.requireNonNull(this.f445c.w); + Objects.requireNonNull(this.f445c.w); + Objects.requireNonNull(this.f445c.w); + Objects.requireNonNull(this.f445c.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.f446c.f439s); - Set unmodifiableSet2 = Collections.unmodifiableSet(this.f446c.t); - Supplier supplier = this.f446c.l; + Set unmodifiableSet = Collections.unmodifiableSet(this.f445c.f438s); + Set unmodifiableSet2 = Collections.unmodifiableSet(this.f445c.t); + Supplier supplier = this.f445c.l; s d3 = d(); s e2 = e(); f f3 = f(); f i4 = i(); - j jVar7 = this.f446c; + j jVar7 = this.f445c; 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.f446c); + return new h(pVar, unmodifiableSet, unmodifiableSet2, supplier, d3, e2, f3, i4, iVar2, f1Var2, supplier2, null, null, this.f445c); } public final a b() { if (this.t == null) { PlatformBitmapFactory g = g(); - e eVar = this.f446c.j; + e eVar = this.f445c.j; m c2 = c(); - boolean z2 = this.f446c.w.f444c; + boolean z2 = this.f445c.w.f443c; 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.f446c; - c.f.j.c.a aVar = jVar.f442z; - Supplier supplier = jVar.f438c; + j jVar = this.f445c; + c.f.j.c.a aVar = jVar.f441z; + Supplier supplier = jVar.f437c; 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.f446c.k; + r rVar = this.f445c.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.f446c); + Objects.requireNonNull(this.f445c); if (this.g == null) { - j jVar = this.f446c; + j jVar = this.f445c; 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.f446c.k; + r rVar = this.f445c.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.f446c; + j jVar = this.f445c; this.j = ((c) jVar.h).a(jVar.m); } h hVar = this.j; - j jVar2 = this.f446c; + j jVar2 = this.f445c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.i = new f(hVar, xVar.d(0), this.f446c.q.e(), this.f446c.j.e(), this.f446c.j.d(), this.f446c.k); + this.i = new f(hVar, xVar.d(0), this.f445c.q.e(), this.f445c.j.e(), this.f445c.j.d(), this.f445c.k); } return this.i; } public PlatformBitmapFactory g() { if (this.r == null) { - x xVar = this.f446c.q; + x xVar = this.f445c.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.f447s == null) { - j jVar = this.f446c; + if (this.f446s == null) { + j jVar = this.f445c; 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.f447s = dVar; + this.f446s = dVar; } - return this.f447s; + return this.f446s; } public final f i() { if (this.p == null) { if (this.q == null) { - j jVar = this.f446c; + j jVar = this.f445c; this.q = ((c) jVar.h).a(jVar.v); } h hVar = this.q; - j jVar2 = this.f446c; + j jVar2 = this.f445c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.p = new f(hVar, xVar.d(0), this.f446c.q.e(), this.f446c.j.e(), this.f446c.j.d(), this.f446c.k); + this.p = new f(hVar, xVar.d(0), this.f445c.q.e(), this.f445c.j.e(), this.f445c.j.d(), this.f445c.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 98ea4f04ca..436a3fc5bd 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 f448c; + public AssetManager f447c; 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 f449s; + public final PlatformBitmapFactory f448s; 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 f450x; + public final int f449x; /* renamed from: y reason: collision with root package name */ - public final boolean f451y; + public final boolean f450y; 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.f448c = context.getApplicationContext().getAssets(); + this.f447c = 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.f449s = platformBitmapFactory; + this.f448s = platformBitmapFactory; this.q = new d<>(i4); this.r = new d<>(i4); this.t = i; this.u = i2; this.v = z5; - this.f450x = i3; + this.f449x = i3; this.w = aVar2; - this.f451y = z6; + this.f450y = 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 228cbce008..c4c7b26311 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 f452c; + public final n0 f451c; 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> f453s; + public v0> f452s; @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>> f454x; + public Map>, v0>> f453x; 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.f452c = n0Var; + this.f451c = n0Var; this.d = z2; new HashMap(); - this.f454x = new HashMap(); + this.f453x = 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.f452c)); + v0 m = m(new m0(oVar.k, oVar.d, this.f451c)); 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.f2221c; + Uri uri = imageRequest.f2225c; 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.f449s, oVar3.j.c()); + s0 s0Var = new s0(r0Var, oVar3.f448s, 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.f454x.get(r0Var); + v0> v0Var2 = this.f453x.get(r0Var); if (v0Var2 == null) { o oVar5 = this.b; i iVar = new i(r0Var, oVar5.t, oVar5.u, oVar5.v); - this.f454x.put(r0Var, iVar); + this.f453x.put(r0Var, iVar); r0Var = iVar; } else { r0Var = v0Var2; } } } - if (this.m && imageRequest.f2222s > 0) { + if (this.m && imageRequest.f2226s > 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.f448c)); + this.t = k(new d0(oVar.j.e(), oVar.k, oVar.f447c)); } return this.t; } @@ -282,11 +282,11 @@ public class p { } public final synchronized v0> f() { - if (this.f453s == null) { + if (this.f452s == null) { o oVar = this.b; - this.f453s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); + this.f452s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); } - return this.f453s; + return this.f452s; } 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.f450x, 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.f449x, 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.f451y, vVar); + return new u(iVar2, oVar4.f450y, vVar); } - return new u(iVar2, oVar4.f451y, new c.f.j.p.w(oVar4.l, oVar4.m, iVar2, oVar4.q, oVar4.r, vVar)); + return new u(iVar2, oVar4.f450y, 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 22e87ed8b2..c52064c6f5 100644 --- a/app/src/main/java/c/f/j/h/a.java +++ b/app/src/main/java/c/f/j/h/a.java @@ -16,13 +16,13 @@ public class a implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final d f455c; - public final b d = new C0063a(); + public final d f454c; + public final b d = new C0064a(); /* compiled from: DefaultImageDecoder */ /* renamed from: c.f.j.h.a$a reason: collision with other inner class name */ - public class C0063a implements b { - public C0063a() { + public class C0064a implements b { + public C0064a() { } @Override // c.f.j.h.b @@ -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.f455c.b(eVar, bVar.d, null, i, null); + CloseableReference b = aVar.f454c.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.f419c) { + } else if (cVar == c.f.i.b.f418c) { 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.f455c = dVar; + this.f454c = 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.f455c.a(eVar, bVar.d, null, null); + CloseableReference a = this.f454c.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 1d1efd7ccf..4f91ca22f6 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 f456c = 0; + public int f455c = 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.f456c + 1; - this.f456c = i2; + int i2 = this.f455c + 1; + this.f455c = i2; if (this.g) { this.a = 6; this.g = false; @@ -59,7 +59,7 @@ public class d { } else { int i4 = ((this.b << 8) + read) - 2; AnimatableValueParser.D2(inputStream, (long) i4); - this.f456c += i4; + this.f455c += 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.f456c) { + if (this.a == 6 || eVar.f() <= this.f455c) { return false; } f fVar = new f(eVar.e(), this.h.get(16384), this.h); try { - AnimatableValueParser.D2(fVar, (long) this.f456c); + AnimatableValueParser.D2(fVar, (long) this.f455c); 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 1689215ce9..307c9cdba5 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.f422c); - eVar.f422c = null; + CloseableReference.t(eVar.f421c); + eVar.f421c = 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 3757183ff9..8861f94621 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 f457s; + public ColorSpace f456s; 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.f457s = eVar.f457s; + this.f456s = eVar.f456s; this.t = eVar.t; } @@ -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.f457s = a.b; + this.f456s = a.b; Pair pair3 = a.a; if (pair3 != null) { this.n = ((Integer) pair3.first).intValue(); diff --git a/app/src/main/java/c/f/j/j/h.java b/app/src/main/java/c/f/j/j/h.java index ce5df23267..f7ca27aece 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 f458c; + public boolean f457c; public boolean d; public h(int i, boolean z2, boolean z3) { this.b = i; - this.f458c = z2; + this.f457c = 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.f458c == hVar.f458c && this.d == hVar.d; + return this.b == hVar.b && this.f457c == hVar.f457c && this.d == hVar.d; } public int hashCode() { int i = 0; - int i2 = this.b ^ (this.f458c ? 4194304 : 0); + int i2 = this.b ^ (this.f457c ? 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 ae3bbda347..423823c145 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 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()); + 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()); 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 4cbf37fa2d..d0c1dd34bb 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 f459c; + public final int f458c; 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.f459c = i; + this.f458c = 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 d6323292d2..8d102cfb89 100644 --- a/app/src/main/java/c/f/j/l/c.java +++ b/app/src/main/java/c/f/j/l/c.java @@ -7,7 +7,7 @@ public class c { public static int b = 384; /* renamed from: c reason: collision with root package name */ - public static volatile b f460c; + public static volatile b f459c; 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 bffd89eb6a..35ce275a6c 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.f463c.pollFirst(); + obj = bVar.f462c.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 5149443f66..d17d3d9203 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 f461c; + public final Queue f460c; 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.f461c = new LinkedList(); + this.f460c = new LinkedList(); this.e = i3; this.d = z2; } public void a(V v) { - this.f461c.add(v); + this.f460c.add(v); } public void b() { @@ -39,7 +39,7 @@ public class f { } public V c() { - return (V) this.f461c.poll(); + return (V) this.f460c.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 5ab83f2538..3debce779d 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 f462c; + public b f461c; /* 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 f463c; + public LinkedList f462c; public b d; public b(b bVar, int i, LinkedList linkedList, b bVar2, a aVar) { this.b = i; - this.f463c = linkedList; + this.f462c = linkedList; this.d = null; } public String toString() { - return c.d.b.a.a.w(c.d.b.a.a.K("LinkedEntry(key: "), this.b, ")"); + return c.d.b.a.a.w(c.d.b.a.a.L("LinkedEntry(key: "), this.b, ")"); } } @@ -42,7 +42,7 @@ public class g { b bVar2 = (b) this.b; if (bVar2 == null) { this.b = bVar; - this.f462c = bVar; + this.f461c = bVar; return; } bVar.d = bVar2; @@ -65,8 +65,8 @@ public class g { if (bVar == this.b) { this.b = bVar3; } - if (bVar == this.f462c) { - this.f462c = bVar2; + if (bVar == this.f461c) { + this.f461c = 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 9f82da5e3a..711acfddbc 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 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()); + 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()); 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 372ca142ae..e392627fcd 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.f467c; + SparseIntArray sparseIntArray = yVar.f466c; 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 55b3998b00..6b6e047849 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 f464c; + public int f463c; public final z d; public int e; public p(int i, int i2, z zVar, c cVar) { this.b = i; - this.f464c = i2; + this.f463c = 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.f464c) { + if (b <= this.f463c) { 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.f463c.addLast(bitmap); + bVar.f462c.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 3659e8e605..ea924bfa7d 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.f462c; + g.b bVar = gVar.f461c; if (bVar == null) { t = null; } else { - T pollLast = bVar.f463c.pollLast(); - if (bVar.f463c.isEmpty()) { + T pollLast = bVar.f462c.pollLast(); + if (bVar.f462c.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 db257b75cb..6740a0e76b 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.f467c; + SparseIntArray sparseIntArray = yVar.f466c; 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 4d5f7a5394..485d96106f 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 f465c; + public final y f464c; 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.f465c = new y(4194304, i2, sparseIntArray, 131072, 4194304, k.a); + this.f464c = 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 479b583c37..9a8a35e934 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 f466c; + public d f465c; public s d; public s e; public g f; @@ -26,7 +26,7 @@ public class x { } public d a() { - if (this.f466c == null) { + if (this.f465c == null) { String str = this.a.i; char c2 = 65535; switch (str.hashCode()) { @@ -62,27 +62,27 @@ public class x { break; } if (c2 == 0) { - this.f466c = new l(); + this.f465c = new l(); } else if (c2 == 1) { - this.f466c = new m(); + this.f465c = new m(); } else if (c2 == 2) { Objects.requireNonNull(this.a); int i = this.a.j; v h = v.h(); Objects.requireNonNull(this.a); - this.f466c = new p(0, i, h, null); + this.f465c = new p(0, i, h, null); } else if (c2 != 3) { w wVar = this.a; - this.f466c = new h(wVar.d, wVar.a, wVar.b, false); + this.f465c = new h(wVar.d, wVar.a, wVar.b, false); } else { - this.f466c = new h(this.a.d, j.a(), this.a.b, false); + this.f465c = new h(this.a.d, j.a(), this.a.b, false); } } - return this.f466c; + return this.f465c; } public int b() { - return this.a.f465c.d; + return this.a.f464c.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 68d0549233..5598f36b16 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 f467c; + public final SparseIntArray f466c; 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.f467c = sparseIntArray; + this.f466c = 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 8bff11cfa4..a5fa223da2 100644 --- a/app/src/main/java/c/f/j/n/b.java +++ b/app/src/main/java/c/f/j/n/b.java @@ -28,12 +28,12 @@ public abstract class b implements d { public final d b; /* renamed from: c reason: collision with root package name */ - public final PreverificationHelper f468c; + public final PreverificationHelper f467c; @VisibleForTesting public final Pools.SynchronizedPool d; public b(d dVar, int i, Pools.SynchronizedPool synchronizedPool) { - this.f468c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; + this.f467c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; this.b = dVar; this.d = synchronizedPool; for (int i2 = 0; i2 < i; i2++) { @@ -159,7 +159,7 @@ public abstract class b implements d { i2 = rect.height() / options.inSampleSize; } int i3 = Build.VERSION.SDK_INT; - boolean z2 = i3 >= 26 && (preverificationHelper = this.f468c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); + boolean z2 = i3 >= 26 && (preverificationHelper = this.f467c) != 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/a.java b/app/src/main/java/c/f/j/p/a.java index 800b77f45b..07799e9aaa 100644 --- a/app/src/main/java/c/f/j/p/a.java +++ b/app/src/main/java/c/f/j/p/a.java @@ -7,7 +7,7 @@ public class a implements v0 { /* compiled from: AddImageTransformMetaDataProducer */ public static class b extends p { - public b(l lVar, C0064a aVar) { + public b(l lVar, C0065a aVar) { super(lVar); } 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 e05cec27f6..b6ef74e5d7 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 f469c; + public final b f468c; /* 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.f469c = realtimeSinceBootClock; + this.f468c = 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 3f65a77ef7..f01a81fa09 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 f470c; + public final ContentResolver f469c; public a1(Executor executor, g gVar, ContentResolver contentResolver) { super(executor, gVar); - this.f470c = contentResolver; + this.f469c = contentResolver; } @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { - return c(this.f470c.openInputStream(imageRequest.f2221c), -1); + return c(this.f469c.openInputStream(imageRequest.f2225c), -1); } @Override // c.f.j.p.g0 diff --git a/app/src/main/java/c/f/j/p/b0.java b/app/src/main/java/c/f/j/p/b0.java index fa8d7b7fb8..9efd750658 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 f471c; + public final e f470c; public final d d; public b0(e eVar, d dVar) { this.a = eVar; this.b = dVar; - this.f471c = eVar; + this.f470c = 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.f471c; + e eVar = this.f470c; 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.f471c; + e eVar = this.f470c; 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.f471c; + e eVar = this.f470c; 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.f471c; + e eVar = this.f470c; 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 af114813ff..d57364b2aa 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 f472c; + public final v0 f471c; 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 f473c; + public final boolean f472c; public final c d; public final w0 e; public boolean f = false; @@ -36,8 +36,8 @@ public class b1 implements v0 { /* compiled from: ResizeAndRotateProducer */ /* renamed from: c.f.j.p.b1$a$a reason: collision with other inner class name */ - public class C0065a implements c0.c { - public C0065a(b1 b1Var) { + public class C0066a implements c0.c { + public C0066a(b1 b1Var) { } @Override // c.f.j.p.c0.c @@ -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.f473c); + c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f472c); Objects.requireNonNull(createImageTranscoder); aVar.e.o().e(aVar.e, "ResizeAndRotateProducer"); ImageRequest e = aVar.e.e(); @@ -116,9 +116,9 @@ public class b1 implements v0 { super(lVar); this.e = w0Var; Objects.requireNonNull(w0Var.e()); - this.f473c = z2; + this.f472c = z2; this.d = cVar; - this.g = new c0(b1.this.a, new C0065a(b1.this), 100); + this.g = new c0(b1.this.a, new C0066a(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.f473c); + c.f.j.s.b createImageTranscoder = this.d.createImageTranscoder(cVar, this.f472c); 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.f472c = v0Var; + this.f471c = 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.f472c.b(new a(lVar, w0Var, this.d, this.e), w0Var); + this.f471c.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 7d2bed6424..65c3451ea6 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 f474c = new a(); + public final Runnable f473c = 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.f474c); + c0Var.a.execute(c0Var.f473c); } } 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 fe24c53f65..7136237805 100644 --- a/app/src/main/java/c/f/j/p/d.java +++ b/app/src/main/java/c/f/j/p/d.java @@ -18,7 +18,7 @@ public class d implements w0 { public final ImageRequest b; /* renamed from: c reason: collision with root package name */ - public final String f475c; + public final String f474c; public final String d; public final y0 e; public final Object f; @@ -41,11 +41,11 @@ public class d implements w0 { public d(ImageRequest imageRequest, String str, String str2, y0 y0Var, Object obj, ImageRequest.c cVar, boolean z2, boolean z3, c.f.j.d.d dVar, j jVar) { this.b = imageRequest; - this.f475c = str; + this.f474c = str; HashMap hashMap = new HashMap(); this.h = hashMap; hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str); - hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2221c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2225c); this.d = str2; this.e = y0Var; this.f = obj; @@ -128,7 +128,7 @@ public class d implements w0 { @Override // c.f.j.p.w0 public String getId() { - return this.f475c; + return this.f474c; } @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 d17653b2d1..0eec9a4893 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 f476c; + public final AssetManager f475c; public d0(Executor executor, g gVar, AssetManager assetManager) { super(executor, gVar); - this.f476c = assetManager; + this.f475c = 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.f476c.open(imageRequest.f2221c.getPath().substring(1), 2); + InputStream open = this.f475c.open(imageRequest.f2225c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f476c.openFd(imageRequest.f2221c.getPath().substring(1)); + assetFileDescriptor = this.f475c.openFd(imageRequest.f2225c.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 ae3c0398e3..7d0af38b4b 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[] f477c = {"_id", "_data"}; + public static final String[] f476c = {"_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.f2221c; + Uri uri = imageRequest.f2225c; 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, f477c, null, null, null); + Cursor query = this.d.query(uri, f476c, 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 1a643f5644..ef49bd97ed 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[] f478c = {"_id", "_data"}; + public static final String[] f477c = {"_id", "_data"}; public static final String[] d = {"_data"}; public static final Rect e = new Rect(0, 0, 512, 384); public static final Rect f = new Rect(0, 0, 96, 96); @@ -42,8 +42,8 @@ public class f0 extends g0 implements j1 { c.f.j.d.e eVar; Cursor query; e f2; - Uri uri = imageRequest.f2221c; - if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f478c, null, null, null)) == null) { + Uri uri = imageRequest.f2225c; + if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f477c, null, null, null)) == null) { return null; } try { diff --git a/app/src/main/java/c/f/j/p/h.java b/app/src/main/java/c/f/j/p/h.java index ab40970ea4..13cc895e2b 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> f479c; + public final v0> f478c; /* compiled from: BitmapMemoryCacheProducer */ public class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ CacheKey f480c; + public final /* synthetic */ CacheKey f479c; 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.f480c = cacheKey; + this.f479c = 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.f480c)) != null) { + if (!e && (closeableReference = h.this.a.get(this.f479c)) != 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.f480c, closeableReference2); + closeableReference3 = h.this.a.a(this.f479c, 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.f479c = v0Var; + this.f478c = v0Var; } /* JADX INFO: finally extract failed */ @@ -137,7 +137,7 @@ public class h implements v0> { } o.j(w0Var, d, map); b.b(); - this.f479c.b(e, w0Var); + this.f478c.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 1bdad901d6..adfafe1106 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>> f481c = new ConcurrentLinkedQueue<>(); + public final ConcurrentLinkedQueue, w0>> f480c = 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.f481c.poll(); + poll = h1.this.f480c.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.f481c.add(Pair.create(lVar, w0Var)); + this.f480c.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 fb0c57f576..a448da2f4d 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 f483c; + public final int f482c; 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 f484c; + public final int f483c; public final int d; public a(l> lVar, int i, int i2) { super(lVar); - this.f484c = i; + this.f483c = 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.f484c && height <= this.d) { + if (!cVar.isClosed() && (cVar instanceof d) && (bitmap = ((d) cVar).l) != null && (height = bitmap.getHeight() * bitmap.getRowBytes()) >= this.f483c && height <= this.d) { bitmap.prepareToDraw(); } } @@ -48,14 +48,14 @@ public class i implements v0> { Objects.requireNonNull(v0Var); this.a = v0Var; this.b = i; - this.f483c = i2; + this.f482c = 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.f483c), w0Var); + this.a.b(new a(lVar, this.b, this.f482c), 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 e67f8962f9..0c9b8d5c22 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 f485c; + public final Resources f484c; public i0(Executor executor, g gVar, Resources resources) { super(executor, gVar); - this.f485c = resources; + this.f484c = 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.f485c.openRawResource(Integer.parseInt(imageRequest.f2221c.getPath().substring(1))); + InputStream openRawResource = this.f484c.openRawResource(Integer.parseInt(imageRequest.f2225c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f485c.openRawResourceFd(Integer.parseInt(imageRequest.f2221c.getPath().substring(1))); + assetFileDescriptor = this.f484c.openRawResourceFd(Integer.parseInt(imageRequest.f2225c.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 fe1c50642e..b1ae567f4f 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 f486c; + public final w0 f485c; public final int d; public final c.f.j.d.e e; public a(l lVar, w0 w0Var, int i) { super(lVar); - this.f486c = w0Var; + this.f485c = 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.f486c)) { + if (!i1.this.c(this.d + 1, this.b, this.f485c)) { this.b.c(th); } } @@ -38,7 +38,7 @@ public class i1 implements v0 { if (eVar != null) { eVar.close(); } - if (!i1.this.c(this.d + 1, this.b, this.f486c)) { + if (!i1.this.c(this.d + 1, this.b, this.f485c)) { this.b.b(null, 1); } } diff --git a/app/src/main/java/c/f/j/p/j.java b/app/src/main/java/c/f/j/p/j.java index e8291045fa..3e1f62b1f9 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 f487c; + public final f f486c; 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 f488c; + public final w0 f487c; 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.f488c = w0Var; + this.f487c = 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.f488c.e(); - ((n) this.g).b(e, this.f488c.b()); - if (this.f488c.l("origin").equals("memory_bitmap")) { - Objects.requireNonNull(this.f488c.g().w); - Objects.requireNonNull(this.f488c.g().w); + ImageRequest e = this.f487c.e(); + ((n) this.g).b(e, this.f487c.b()); + if (this.f487c.l("origin").equals("memory_bitmap")) { + Objects.requireNonNull(this.f487c.g().w); + Objects.requireNonNull(this.f487c.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.f487c = fVar2; + this.f486c = 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.f487c, this.d, this.f, this.g); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f486c, 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 12015a67e7..aec0c17b8d 100644 --- a/app/src/main/java/c/f/j/p/j0.java +++ b/app/src/main/java/c/f/j/p/j0.java @@ -83,7 +83,7 @@ public class j0 implements v0> { bitmap = ThumbnailUtils.createVideoThumbnail(str, i); } else { try { - ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2221c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2225c, "r"); MediaMetadataRetriever mediaMetadataRetriever = new MediaMetadataRetriever(); mediaMetadataRetriever.setDataSource(openFileDescriptor.getFileDescriptor()); bitmap = mediaMetadataRetriever.getFrameAtTime(-1); @@ -141,7 +141,7 @@ public class j0 implements v0> { String str; Uri uri; Objects.requireNonNull(j0Var); - Uri uri2 = imageRequest.f2221c; + Uri uri2 = imageRequest.f2225c; 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 167a786aea..b230de0823 100644 --- a/app/src/main/java/c/f/j/p/k.java +++ b/app/src/main/java/c/f/j/p/k.java @@ -12,22 +12,22 @@ public class k implements v0 { public class b extends p { /* renamed from: c reason: collision with root package name */ - public w0 f489c; + public w0 f488c; public b(l lVar, w0 w0Var, a aVar) { super(lVar); - this.f489c = w0Var; + this.f488c = w0Var; } @Override // c.f.j.p.p, c.f.j.p.b public void h(Throwable th) { - k.this.b.b(this.b, this.f489c); + k.this.b.b(this.b, this.f488c); } @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - ImageRequest e = this.f489c.e(); + ImageRequest e = this.f488c.e(); boolean e2 = b.e(i); boolean o1 = AnimatableValueParser.o1(eVar, e.i); if (eVar != null && (o1 || e.g)) { @@ -41,7 +41,7 @@ public class k implements v0 { if (eVar != null) { eVar.close(); } - k.this.b.b(this.b, this.f489c); + k.this.b.b(this.b, this.f488c); } } } 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 d5f13add79..c663f8d266 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 f490c; + public final boolean f489c; 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 f491c; + public T f490c; 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.f491c); - bVar.f491c = null; + bVar.b(bVar.f490c); + bVar.f490c = 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.f491c; + closeable = this.f490c; 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.f491c) { + if (closeable != this.f490c) { 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.f491c); - this.f491c = null; + b(this.f490c); + this.f490c = null; } else { return; } @@ -238,12 +238,12 @@ public abstract class k0 implements v0 { int size; synchronized (this) { if (this.g == aVar) { - b(this.f491c); - this.f491c = null; + b(this.f490c); + this.f490c = null; it = this.b.iterator(); size = this.b.size(); if (b.f(i)) { - this.f491c = k0.this.c(t); + this.f490c = 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.f490c = false; + this.f489c = 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.f490c = z2; + this.f489c = 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 0d157f9720..2c70147787 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.f490c || dVar.k()) { + if (!k0.this.f489c || 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 9e3ab6b580..11227b6f25 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.f2221c.toString(); + String uri = imageRequest.f2225c.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 a9016f097c..1e05913f1f 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 f492c; + public final n0 f491c; /* 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.f492c; + n0 n0Var = m0Var.f491c; int i2 = ((MemoryPooledByteBufferOutputStream) e).k; a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - ((a0.a) xVar).f = a0Var.f469c.now(); + ((a0.a) xVar).f = a0Var.f468c.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.f492c = n0Var; + this.f491c = 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.f492c); + Objects.requireNonNull((a0) this.f491c); a0.a aVar = new a0.a(lVar, w0Var); - n0 n0Var = this.f492c; + n0 n0Var = this.f491c; a aVar2 = new a(aVar); a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - aVar.d = a0Var.f469c.now(); + aVar.d = a0Var.f468c.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.f492c); + Objects.requireNonNull((a0) this.f491c); 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.f492c); + Objects.requireNonNull(this.f491c); z2 = true; } - if (z2 && uptimeMillis - xVar.f512c >= 100) { - xVar.f512c = uptimeMillis; + if (z2 && uptimeMillis - xVar.f511c >= 100) { + xVar.f511c = 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 a6722ac902..297537cd60 100644 --- a/app/src/main/java/c/f/j/p/n.java +++ b/app/src/main/java/c/f/j/p/n.java @@ -25,7 +25,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 f493c; + public final c.f.j.h.b f492c; public final c.f.j.h.c d; public final v0 e; public final boolean f; @@ -112,7 +112,7 @@ public class n implements v0> { public abstract class c extends p> { /* renamed from: c reason: collision with root package name */ - public final w0 f494c; + public final w0 f493c; public final y0 d; public final c.f.j.d.b e; public boolean f = false; @@ -137,12 +137,12 @@ public class n implements v0> { Exception e; int i2 = i; if (eVar != null) { - w0 w0Var = c.this.f494c; + w0 w0Var = c.this.f493c; 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.f2221c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2225c)) { eVar.p = AnimatableValueParser.c0(e2.j, e2.i, eVar, this.b); } } @@ -169,7 +169,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.f494c.e().i; + c.f.j.d.e eVar2 = cVar2.f493c.e().i; if (eVar2 != null) { str = eVar2.a + "x" + eVar2.b; } else { @@ -180,22 +180,22 @@ public class n implements v0> { synchronized (c0Var) { j = c0Var.j - c0Var.i; } - String valueOf2 = String.valueOf(cVar2.f494c.e().f2221c); + String valueOf2 = String.valueOf(cVar2.f493c.e().f2225c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); - cVar2.d.e(cVar2.f494c, "DecodeProducer"); + cVar2.d.e(cVar2.f493c, "DecodeProducer"); try { cVar = cVar2.t(eVar, f, p); try { if (eVar.p != 1) { i2 |= 16; } - cVar2.d.j(cVar2.f494c, "DecodeProducer", cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.j(cVar2.f493c, "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.f494c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f493c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.u(true); cVar2.b.c(e); } @@ -206,7 +206,7 @@ public class n implements v0> { } catch (Exception e6) { e = e6; cVar = null; - cVar2.d.k(cVar2.f494c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f493c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); cVar2.u(true); cVar2.b.c(e); } @@ -238,7 +238,7 @@ public class n implements v0> { @Override // c.f.j.p.e, c.f.j.p.x0 public void b() { - if (c.this.f494c.p()) { + if (c.this.f493c.p()) { c.this.g.d(); } } @@ -246,7 +246,7 @@ public class n implements v0> { public c(l> lVar, w0 w0Var, boolean z2, int i) { super(lVar); - this.f494c = w0Var; + this.f493c = w0Var; this.d = w0Var.o(); c.f.j.d.b bVar = w0Var.e().h; this.e = bVar; @@ -285,7 +285,7 @@ public class n implements v0> { } if (w(eVar, i)) { boolean m = b.m(i, 4); - if (e || m || this.f494c.p()) { + if (e || m || this.f493c.p()) { this.g.d(); } } @@ -302,11 +302,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.f494c, "DecodeProducer")) { + if (!this.d.g(this.f493c, "DecodeProducer")) { return null; } String valueOf = String.valueOf(j); - String valueOf2 = String.valueOf(((h) iVar).f458c); + String valueOf2 = String.valueOf(((h) iVar).f457c); String valueOf3 = String.valueOf(z2); if (cVar instanceof c.f.j.j.d) { Bitmap bitmap = ((c.f.j.j.d) cVar).l; @@ -373,12 +373,12 @@ public class n implements v0> { n nVar = n.this; boolean z2 = nVar.k != null && nVar.l.get().booleanValue(); try { - return n.this.f493c.a(eVar, i, iVar, this.e); + return n.this.f492c.a(eVar, i, iVar, this.e); } catch (OutOfMemoryError e) { if (z2) { n.this.k.run(); System.gc(); - return n.this.f493c.a(eVar, i, iVar, this.e); + return n.this.f492c.a(eVar, i, iVar, this.e); } throw e; } @@ -397,19 +397,19 @@ public class n implements v0> { } public final void v(e eVar, c.f.j.j.c cVar) { - w0 w0Var = this.f494c; + w0 w0Var = this.f493c; eVar.w(); w0Var.d("encoded_width", Integer.valueOf(eVar.n)); - w0 w0Var2 = this.f494c; + w0 w0Var2 = this.f493c; eVar.w(); w0Var2.d("encoded_height", Integer.valueOf(eVar.o)); - this.f494c.d("encoded_size", Integer.valueOf(eVar.f())); + this.f493c.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.f494c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); + this.f493c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); } if (cVar != null) { - cVar.e(this.f494c.a()); + cVar.e(this.f493c.a()); } } @@ -422,7 +422,7 @@ public class n implements v0> { Objects.requireNonNull(executor); this.b = executor; Objects.requireNonNull(bVar); - this.f493c = bVar; + this.f492c = bVar; Objects.requireNonNull(cVar); this.d = cVar; this.f = z2; @@ -440,7 +440,7 @@ public class n implements v0> { public void b(l> lVar, w0 w0Var) { try { c.f.j.r.b.b(); - this.e.b(!c.f.d.l.b.e(w0Var.e().f2221c) ? 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().f2225c) ? 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 8c2345d1c2..3726e5e475 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.f2222s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2226s, 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 580c5a3a52..acafb8c63c 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 f496c; + public final /* synthetic */ l f495c; 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.f496c = lVar; + this.f495c = 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.f496c.d(); + this.f495c.d(); } else if (gVar.e()) { this.a.k(this.b, "PartialDiskCacheProducer", gVar.d(), null); - q0.c(this.e, this.f496c, this.b, this.d, null); + q0.c(this.e, this.f495c, 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.f496c.b(eVar2, 9); + this.f495c.b(eVar2, 9); } else { - this.f496c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2221c); + this.f495c.b(eVar2, 8); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2225c); 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.f2223c = e.i; + b.f2227c = e.i; b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.f2222s; + b.p = e.f2226s; 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.f496c, new c1(b.a(), this.b), this.d, eVar2); + q0.c(this.e, this.f495c, 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.f496c, this.b, this.d, eVar2); + q0.c(this.e, this.f495c, 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 50338b2040..b42bd8a382 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 f497c; + public final /* synthetic */ l f496c; 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.f497c = lVar; + this.f496c = 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.f497c.d(); + this.f496c.d(); } else if (gVar.e()) { this.a.k(this.b, "DiskCacheProducer", gVar.d(), null); - this.d.d.b(this.f497c, this.b); + this.d.d.b(this.f496c, 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.f497c.a(1.0f); - this.f497c.b(eVar2, 1); + this.f496c.a(1.0f); + this.f496c.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.f497c, this.b); + this.d.d.b(this.f496c, 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 d983d663c1..0bff1f229d 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 f498c; + public final g f497c; 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 f499c; + public final f f498c; 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.f499c = fVar; + this.f498c = 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.f499c.f(this.d, eVar); + this.f498c.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.f499c; + f fVar = this.f498c; 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.f498c = gVar; + this.f497c = 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.f498c, q0Var.d, eVar, null), w0Var); + q0Var.e.b(new a(lVar, q0Var.a, cacheKey, q0Var.f497c, q0Var.d, eVar, null), w0Var); } @VisibleForTesting @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2221c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2225c.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 36c985cd6a..105c984b2c 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> f500c; + public final v0> f499c; /* compiled from: PostprocessedBitmapMemoryCacheProducer */ public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final CacheKey f501c; + public final CacheKey f500c; 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.f501c = cacheKey; + this.f500c = 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.f501c, closeableReference); + closeableReference2 = this.e.a(this.f500c, 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.f500c = v0Var; + this.f499c = 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.f500c.b(lVar, w0Var); + this.f499c.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.f500c.b(aVar, w0Var); + this.f499c.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 26a0cc6ce3..88915f500f 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 f502c; + public final i f501c; public final v0 d; public s(f fVar, f fVar2, i iVar, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f502c = iVar; + this.f501c = 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.f502c).b(e, w0Var.b()); + CacheKey b = ((n) this.f501c).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 68b87e9a82..712ff98080 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 f503c; + public final Executor f502c; /* compiled from: PostprocessorProducer */ public class b extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final y0 f504c; + public final y0 f503c; 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.f504c = y0Var; + this.f503c = 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.f504c.e(bVar.d, "PostprocessorProducer"); + bVar.f503c.e(bVar.d, "PostprocessorProducer"); try { CloseableReference r = bVar.r((c.f.j.j.c) closeableReference.w()); try { - y0 y0Var = bVar.f504c; + y0 y0Var = bVar.f503c; 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.f504c; + y0 y0Var2 = bVar.f503c; 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.f503c.execute(new t0(this)); + s0.this.f502c.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 f505c = false; + public boolean f504c = 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.f505c) { + if (!this.f504c) { 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.f505c) { + if (!this.f504c) { 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.f505c) { + if (this.f504c) { return false; } closeableReference = this.d; this.d = null; - this.f505c = true; + this.f504c = 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.f503c = executor; + this.f502c = 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 a8af3fbff4..b878ad7775 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 f506c; + public final i f505c; 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 f507c; + public final w0 f506c; 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.f507c = w0Var; + this.f506c = 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.f507c.o().e(this.f507c, "DiskCacheWriteProducer"); + this.f506c.o().e(this.f506c, "DiskCacheWriteProducer"); if (!b.f(i) && eVar != null && !b.l(i, 10)) { eVar.w(); if (eVar.k != c.a) { - ImageRequest e = this.f507c.e(); - CacheKey b = ((n) this.f).b(e, this.f507c.b()); + ImageRequest e = this.f506c.e(); + CacheKey b = ((n) this.f).b(e, this.f506c.b()); if (e.b == ImageRequest.b.SMALL) { this.e.f(b, eVar); } else { this.d.f(b, eVar); } - this.f507c.o().j(this.f507c, "DiskCacheWriteProducer", null); + this.f506c.o().j(this.f506c, "DiskCacheWriteProducer", null); this.b.b(eVar, i); return; } } - this.f507c.o().j(this.f507c, "DiskCacheWriteProducer", null); + this.f506c.o().j(this.f506c, "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.f506c = iVar; + this.f505c = 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.f506c, null); + lVar = new b(lVar, w0Var, this.a, this.b, this.f505c, 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 102665b2db..f69db099c9 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.f503c.execute(new t0(bVar2)); + s0.this.f502c.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 7b656e03b7..c65b9da4c8 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 f508c; + public final v0 f507c; /* compiled from: EncodedMemoryCacheProducer */ public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final w f509c; + public final w f508c; 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.f509c = wVar; + this.f508c = 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.f509c.a(this.d, c2); + closeableReference = this.f508c.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.f508c = v0Var; + this.f507c = 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.f508c.b(aVar, w0Var); + this.f507c.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 2c35382d27..d456fa9512 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 f510c; + public final i f509c; 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 f511c; + public final w0 f510c; 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.f511c = w0Var; + this.f510c = 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.f511c.e(); - CacheKey b = ((n) this.f).b(e, this.f511c.b()); + ImageRequest e = this.f510c.e(); + CacheKey b = ((n) this.f).b(e, this.f510c.b()); this.g.a(b); - if (this.f511c.l("origin").equals("memory_encoded")) { + if (this.f510c.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.f511c.l("origin").equals("disk")) { + } else if (this.f510c.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.f510c = iVar; + this.f509c = 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.f510c, this.e, this.f); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f509c, 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 d3ff4bdc5f..d44e1d2fca 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 f512c = 0; + public long f511c = 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 42eec97abc..c6c5c65992 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().f2221c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2225c, 5); try { - aVar.e = a0Var.f469c.now(); + aVar.e = a0Var.f468c.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 ca150e483e..e0fd5fc8c8 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.f434c; + float f3 = eVar.f433c; if (f * max > f3) { max = f3 / f; } diff --git a/app/src/main/java/c/f/k/a.java b/app/src/main/java/c/f/k/a.java index 0bbe56499a..3c681b1cf4 100644 --- a/app/src/main/java/c/f/k/a.java +++ b/app/src/main/java/c/f/k/a.java @@ -15,7 +15,7 @@ public final class a { /* compiled from: BitmapUtil */ /* renamed from: c.f.k.a$a reason: collision with other inner class name */ - public static /* synthetic */ class C0066a { + public static /* synthetic */ class C0067a { public static final /* synthetic */ int[] a; static { @@ -74,7 +74,7 @@ public final class a { } public static int b(Bitmap.Config config) { - switch (C0066a.a[config.ordinal()]) { + switch (C0067a.a[config.ordinal()]) { case 1: return 4; case 2: 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 76cebc9888..f6bb9721af 100644 --- a/app/src/main/java/c/f/l/a/a.java +++ b/app/src/main/java/c/f/l/a/a.java @@ -8,16 +8,16 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public final int[] f513c = new int[2]; + public final int[] f512c = new int[2]; public final float[] d = new float[2]; public final float[] e = new float[2]; public final float[] f = new float[2]; public final float[] g = new float[2]; - public AbstractC0067a h = null; + public AbstractC0068a h = null; /* compiled from: MultiPointerGestureDetector */ /* renamed from: c.f.l.a.a$a reason: collision with other inner class name */ - public interface AbstractC0067a { + public interface AbstractC0068a { } public a() { @@ -28,7 +28,7 @@ public class a { this.a = false; this.b = 0; for (int i = 0; i < 2; i++) { - this.f513c[i] = -1; + this.f512c[i] = -1; } } @@ -36,7 +36,7 @@ public class a { b bVar; b.a aVar; if (!this.a) { - AbstractC0067a aVar2 = this.h; + AbstractC0068a aVar2 = this.h; if (!(aVar2 == null || (aVar = (bVar = (b) aVar2).b) == null)) { aVar.c(bVar); } @@ -48,7 +48,7 @@ public class a { b.a aVar; if (this.a) { this.a = false; - AbstractC0067a aVar2 = this.h; + AbstractC0068a aVar2 = this.h; if (aVar2 != null && (aVar = ((b) aVar2).b) != null) { c cVar = (c) aVar; c.f.d.e.a.i(c.class, "onGestureEnd"); diff --git a/app/src/main/java/c/f/l/a/b.java b/app/src/main/java/c/f/l/a/b.java index 8d6a19f754..cd03724601 100644 --- a/app/src/main/java/c/f/l/a/b.java +++ b/app/src/main/java/c/f/l/a/b.java @@ -2,7 +2,7 @@ package c.f.l.a; import c.f.l.a.a; /* compiled from: TransformGestureDetector */ -public class b implements a.AbstractC0067a { +public class b implements a.AbstractC0068a { public final a a; public a b = null; 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 86fd7a0dec..084d880466 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 f514s; + public final ValueAnimator f513s; /* compiled from: AnimatedZoomableController */ public class a implements ValueAnimator.AnimatorUpdateListener { @@ -39,10 +39,10 @@ public class b extends a { /* compiled from: AnimatedZoomableController */ /* renamed from: c.f.l.b.b$b reason: collision with other inner class name */ - public class C0068b extends AnimatorListenerAdapter { + public class C0069b extends AnimatorListenerAdapter { public final /* synthetic */ Runnable a; - public C0068b(Runnable runnable) { + public C0069b(Runnable runnable) { this.a = runnable; } @@ -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.f514s = ofFloat; + this.f513s = 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.f514s.setDuration(j); + this.f513s.setDuration(j); this.h.getValues(this.n); matrix.getValues(this.o); - this.f514s.addUpdateListener(new a()); - this.f514s.addListener(new C0068b(runnable)); - this.f514s.start(); + this.f513s.addUpdateListener(new a()); + this.f513s.addListener(new C0069b(runnable)); + this.f513s.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.f514s.cancel(); - this.f514s.removeAllUpdateListeners(); - this.f514s.removeAllListeners(); + this.f513s.cancel(); + this.f513s.removeAllUpdateListeners(); + this.f513s.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 9b527c6cca..f3938ed716 100644 --- a/app/src/main/java/c/f/l/b/c.java +++ b/app/src/main/java/c/f/l/b/c.java @@ -16,7 +16,7 @@ public class c implements e, b.a { public e.a b = null; /* renamed from: c reason: collision with root package name */ - public boolean f515c = false; + public boolean f514c = false; public final RectF d = new RectF(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -177,13 +177,13 @@ public class c implements e, b.a { if (r2 != 6) goto L_0x00ca; */ public boolean h(MotionEvent motionEvent) { - a.AbstractC0067a aVar; + a.AbstractC0068a aVar; b bVar; b.a aVar2; motionEvent.getAction(); int i = c.f.d.e.a.a; int i2 = 0; - if (!this.f515c) { + if (!this.f514c) { return false; } c.f.l.a.a aVar3 = this.a.a; @@ -192,7 +192,7 @@ public class c implements e, b.a { if (!(actionMasked == 0 || actionMasked == 1)) { if (actionMasked == 2) { while (i2 < 2) { - int findPointerIndex = motionEvent.findPointerIndex(aVar3.f513c[i2]); + int findPointerIndex = motionEvent.findPointerIndex(aVar3.f512c[i2]); if (findPointerIndex != -1) { aVar3.f[i2] = motionEvent.getX(findPointerIndex); aVar3.g[i2] = motionEvent.getY(findPointerIndex); @@ -224,9 +224,9 @@ public class c implements e, b.a { i3 = -1; } if (i3 == -1) { - aVar3.f513c[i2] = -1; + aVar3.f512c[i2] = -1; } else { - aVar3.f513c[i2] = motionEvent.getPointerId(i3); + aVar3.f512c[i2] = motionEvent.getPointerId(i3); float[] fArr = aVar3.f; float[] fArr2 = aVar3.d; float x2 = motionEvent.getX(i3); @@ -250,7 +250,7 @@ public class c implements e, b.a { public final void i() { this.h.mapRect(this.f, this.e); e.a aVar = this.b; - if (aVar != null && this.f515c) { + if (aVar != null && this.f514c) { ZoomableDraweeView zoomableDraweeView = ZoomableDraweeView.this; zoomableDraweeView.getLogTag(); zoomableDraweeView.hashCode(); @@ -271,7 +271,7 @@ public class c implements e, b.a { } public void k(boolean z2) { - this.f515c = z2; + this.f514c = 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 b245672d3e..2b45beff77 100644 --- a/app/src/main/java/c/f/m/a.java +++ b/app/src/main/java/c/f/m/a.java @@ -13,13 +13,13 @@ public class a extends f { /* compiled from: ApkSoSource */ /* renamed from: c.f.m.a$a reason: collision with other inner class name */ - public class C0069a extends f.c { + public class C0070a extends f.c { public File m; public final int n; - public C0069a(f fVar) throws IOException { + public C0070a(f fVar) throws IOException { super(fVar); - this.m = new File(a.this.f517c.getApplicationInfo().nativeLibraryDir); + this.m = new File(a.this.f516c.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.f517c; + Context context = this.f516c; 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.f517c.getApplicationInfo().nativeLibraryDir; + String str = this.f516c.getApplicationInfo().nativeLibraryDir; if (str == null) { obtain.writeByte((byte) 1); byte[] marshall = obtain.marshall(); @@ -84,6 +84,6 @@ public class a extends f { @Override // c.f.m.m public m.f h() throws IOException { - return new C0069a(this); + return new C0070a(this); } } diff --git a/app/src/main/java/c/f/m/b.java b/app/src/main/java/c/f/m/b.java index 23d0219a3e..d20a7bd6bb 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 f516c; + public c f515c; 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.f516c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); + this.f515c = 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.f516c.a(str, i, threadPolicy); + return this.f515c.a(str, i, threadPolicy); } @Override // c.f.m.l public void b(int i) throws IOException { - this.f516c.b(i); + this.f515c.b(i); } public boolean c() throws IOException { - File file = this.f516c.a; + File file = this.f515c.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.f516c = new c(d, i); + this.f515c = 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.f516c.toString(); + return this.f515c.toString(); } } diff --git a/app/src/main/java/c/f/m/c.java b/app/src/main/java/c/f/m/c.java index 49af8b7a39..561f97487e 100644 --- a/app/src/main/java/c/f/m/c.java +++ b/app/src/main/java/c/f/m/c.java @@ -30,14 +30,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 O = a.O(str, " not found on "); - O.append(file.getCanonicalPath()); - Log.d("SoLoader", O.toString()); + StringBuilder P = a.P(str, " not found on "); + P.append(file.getCanonicalPath()); + Log.d("SoLoader", P.toString()); return 0; } - StringBuilder O2 = a.O(str, " found on "); - O2.append(file.getCanonicalPath()); - Log.d("SoLoader", O2.toString()); + StringBuilder P2 = a.P(str, " found on "); + P2.append(file.getCanonicalPath()); + Log.d("SoLoader", P2.toString()); if ((i & 1) == 0 || (this.b & 2) == 0) { if ((this.b & 1) != 0) { boolean z2 = SoLoader.a; @@ -51,9 +51,9 @@ public class c extends l { if (z2) { Trace.endSection(); } - StringBuilder K = a.K("Loading lib dependencies: "); - K.append(Arrays.toString(l0)); - Log.d("SoLoader", K.toString()); + StringBuilder L = a.L("Loading lib dependencies: "); + L.append(Arrays.toString(l0)); + Log.d("SoLoader", L.toString()); for (String str2 : l0) { if (!str2.startsWith(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN)) { SoLoader.d(str2, null, null, i | 1, threadPolicy); diff --git a/app/src/main/java/c/f/m/e.java b/app/src/main/java/c/f/m/e.java index fae59c4566..2e5613e786 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.f517c; - 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()); + Context context = eVar.f516c; + 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()); 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 d41b2d27c9..796c2f3047 100644 --- a/app/src/main/java/c/f/m/f.java +++ b/app/src/main/java/c/f/m/f.java @@ -144,7 +144,7 @@ public class f extends m { b bVar2 = bVarArr[i3]; ZipEntry zipEntry2 = bVar2.k; String str2 = bVar2.i; - a.C0069a aVar = (a.C0069a) this; + a.C0070a aVar = (a.C0070a) this; String name = zipEntry2.getName(); if (str2.equals(a.this.d)) { a.this.d = null; diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index 890682a099..e47ce5d5e4 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.f2225c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2229c; 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.f2225c.writeLock().lock(); + SoLoader.f2229c.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.f2225c.writeLock().unlock(); + SoLoader.f2229c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2225c.writeLock().unlock(); + SoLoader.f2229c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2225c.readLock().unlock(); + SoLoader.f2229c.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 f0aa9fce9b..5d88cb779f 100644 --- a/app/src/main/java/c/f/m/m.java +++ b/app/src/main/java/c/f/m/m.java @@ -21,7 +21,7 @@ import java.util.Objects; public abstract class m extends c { /* renamed from: c reason: collision with root package name */ - public final Context f517c; + public final Context f516c; public String d; public final Map e = new HashMap(); @@ -187,7 +187,7 @@ public abstract class m extends c { public m(Context context, String str) { super(new File(context.getApplicationInfo().dataDir + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + str), 1); - this.f517c = context; + this.f516c = context; } /* JADX WARNING: Code restructure failed: missing block: B:10:?, code lost: @@ -238,15 +238,15 @@ public abstract class m extends c { Log.i("fb-UnpackingSoSource", "dso store is up-to-date: " + this.a); } if (gVar == null) { - 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()); + 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()); } } finally { - StringBuilder K2 = c.d.b.a.a.K(str); - K2.append(this.a); - Log.v(str2, K2.toString()); + StringBuilder L2 = c.d.b.a.a.L(str); + L2.append(this.a); + Log.v(str2, L2.toString()); gVar.close(); } } else { @@ -276,16 +276,16 @@ public abstract class m extends c { } return; } - StringBuilder K = c.d.b.a.a.K("unable to list directory "); - K.append(this.a); - throw new IOException(K.toString()); + StringBuilder L = c.d.b.a.a.L("unable to list directory "); + L.append(this.a); + throw new IOException(L.toString()); } public final void e(d dVar, byte[] bArr) throws IOException { RandomAccessFile randomAccessFile; - StringBuilder K = c.d.b.a.a.K("extracting DSO "); - K.append(dVar.i.i); - Log.i("fb-UnpackingSoSource", K.toString()); + StringBuilder L = c.d.b.a.a.L("extracting DSO "); + L.append(dVar.i.i); + Log.i("fb-UnpackingSoSource", L.toString()); if (this.a.setWritable(true, true)) { File file = new File(this.a, dVar.i.i); try { @@ -324,9 +324,9 @@ public abstract class m extends c { throw th; } } else { - StringBuilder K2 = c.d.b.a.a.K("cannot make directory writable for us: "); - K2.append(this.a); - throw new IOException(K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("cannot make directory writable for us: "); + L2.append(this.a); + throw new IOException(L2.toString()); } } @@ -459,9 +459,9 @@ public abstract class m extends c { } a aVar = new a(file2, bArr, cVar, file, gVar); if ((i & 1) != 0) { - StringBuilder K = c.d.b.a.a.K("SoSync:"); - K.append(this.a.getName()); - new Thread(aVar, K.toString()).start(); + StringBuilder L = c.d.b.a.a.L("SoSync:"); + L.append(this.a.getName()); + new Thread(aVar, L.toString()).start(); } else { aVar.run(); } @@ -497,9 +497,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 K = c.d.b.a.a.K("regenerating DSO store "); - K.append(getClass().getName()); - Log.v("fb-UnpackingSoSource", K.toString()); + StringBuilder L = c.d.b.a.a.L("regenerating DSO store "); + L.append(getClass().getName()); + Log.v("fb-UnpackingSoSource", L.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 bd2388bc3f..56f02720be 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 f518c; + public final int f517c; public b(int i, int i2) { this.b = i; - this.f518c = i2; + this.f517c = 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.f518c == this.f518c; + return bVar.b == this.b && bVar.f517c == this.f517c; } public int hashCode() { - return this.f518c + this.b; + return this.f517c + this.b; } public String toString() { - return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f518c)); + return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f517c)); } } @@ -122,7 +122,7 @@ public @interface i { b bVar = this._features; Objects.requireNonNull(bVar); int ordinal = 1 << aVar.ordinal(); - if ((bVar.f518c & ordinal) != 0) { + if ((bVar.f517c & 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.f518c; + int i2 = bVar2.f517c; int i3 = bVar2.b; if (!(i2 == 0 && i3 == 0)) { int i4 = bVar.b; - if (i4 == 0 && bVar.f518c == 0) { + if (i4 == 0 && bVar.f517c == 0) { bVar = bVar2; } else { int i5 = ((~i2) & i4) | i3; - int i6 = bVar.f518c; + int i6 = bVar.f517c; 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 937552b458..6c974ade7f 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.a0(this._valueFilter, sb, ".class"); + c.d.b.a.a.b0(this._valueFilter, sb, ".class"); } if (this._contentFilter != null) { sb.append(",contentFilter="); - c.d.b.a.a.a0(this._contentFilter, sb, ".class"); + c.d.b.a.a.b0(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 ef5714ebf1..4d02516e07 100644 --- a/app/src/main/java/c/g/a/b/a.java +++ b/app/src/main/java/c/g/a/b/a.java @@ -8,7 +8,7 @@ public final class a implements Serializable { private final int _maxLineLength; public final String _name; private final char _paddingChar; - private final EnumC0070a _paddingReadBehaviour; + private final EnumC0071a _paddingReadBehaviour; private final boolean _writePadding; public final transient int[] i; public final transient char[] j; @@ -16,7 +16,7 @@ public final class a implements Serializable { /* compiled from: Base64Variant */ /* renamed from: c.g.a.b.a$a reason: collision with other inner class name */ - public enum EnumC0070a { + public enum EnumC0071a { PADDING_FORBIDDEN, PADDING_REQUIRED, PADDING_ALLOWED @@ -30,7 +30,7 @@ public final class a implements Serializable { this(aVar, str, z2, c2, aVar._paddingReadBehaviour, i); } - public a(a aVar, String str, boolean z2, char c2, EnumC0070a aVar2, int i) { + public a(a aVar, String str, boolean z2, char c2, EnumC0071a aVar2, int i) { int[] iArr = new int[128]; this.i = iArr; char[] cArr = new char[64]; @@ -72,7 +72,7 @@ public final class a implements Serializable { if (z2) { this.i[c2] = -2; } - this._paddingReadBehaviour = z2 ? EnumC0070a.PADDING_REQUIRED : EnumC0070a.PADDING_FORBIDDEN; + this._paddingReadBehaviour = z2 ? EnumC0071a.PADDING_REQUIRED : EnumC0071a.PADDING_FORBIDDEN; return; } throw new IllegalArgumentException(c.d.b.a.a.k("Base64Alphabet length must be exactly 64 (was ", length, ")")); @@ -181,7 +181,7 @@ public final class a implements Serializable { if (!aVar._name.equals(str)) { aVar = b.b; if (!aVar._name.equals(str)) { - aVar = b.f520c; + aVar = b.f519c; if (!aVar._name.equals(str)) { aVar = b.d; if (!aVar._name.equals(str)) { diff --git a/app/src/main/java/c/g/a/b/b.java b/app/src/main/java/c/g/a/b/b.java index 294441ab8a..32c84ace04 100644 --- a/app/src/main/java/c/g/a/b/b.java +++ b/app/src/main/java/c/g/a/b/b.java @@ -8,14 +8,14 @@ public final class b { public static final a b; /* renamed from: c reason: collision with root package name */ - public static final a f520c; + public static final a f519c; 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); - f520c = new a(aVar, "PEM", true, '=', 64); + f519c = new a(aVar, "PEM", true, '=', 64); StringBuilder sb = new StringBuilder("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"); sb.setCharAt(sb.indexOf(BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX), '-'); sb.setCharAt(sb.indexOf(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN), '_'); diff --git a/app/src/main/java/c/g/a/b/p/a.java b/app/src/main/java/c/g/a/b/p/a.java index 19abafd058..df7eba627e 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[] f525c; + public static final int[] f524c; public static final int[] d; public static final int[] e; public static final int[] f; @@ -15,8 +15,8 @@ public final class a { /* compiled from: CharTypes */ /* renamed from: c.g.a.b.p.a$a reason: collision with other inner class name */ - public static class C0071a { - public static final C0071a a = new C0071a(); + public static class C0072a { + public static final C0072a a = new C0072a(); public int[][] b = new int[128][]; } @@ -34,7 +34,7 @@ public final class a { } iArr[34] = 1; iArr[92] = 1; - f525c = iArr; + f524c = 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 27f6efb4a2..42901daa68 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 f526c; + public final a f525c; public byte[] d; public char[] e; public c(a aVar, Object obj, boolean z2) { - this.f526c = aVar; + this.f525c = 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.f526c.f535c.set(3, bArr); + this.f525c.f534c.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 de62ef207d..3e0242e630 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.f536c; + int i4 = kVar.f535c; 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 abfc87ae10..7907efd882 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[] f527c = new int[1000]; + public static final int[] f526c = 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) { - f527c[i] = ((i2 + 48) << 16) | ((i3 + 48) << 8) | (i4 + 48); + f526c[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 = f527c[i]; + int i3 = f526c[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 = f527c[i]; + int i3 = f526c[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 = f527c; + int[] iArr = f526c; 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 = f527c; + int[] iArr = f526c; 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 = f527c; + int[] iArr2 = f526c; 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 bd0ef7eb8d..8f2ec82d9b 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.f536c >= 0) { + if (kVar.f535c >= 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 5bdfa4268a..8dd22039bc 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 f528c; + public String f527c; 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 0031652fdf..138ba727c9 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[] f529s = q; + public int[] f528s = 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 06522e2e4f..ac36e8cf93 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 f530c; + public final c f529c; 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.f530c = cVar; + this.f529c = cVar; this.d = aVar; this.b = -1; } public c(int i, c cVar, a aVar, Object obj) { this.a = i; - this.f530c = cVar; + this.f529c = 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.f528c = null; + aVar.f527c = 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.f528c = null; + aVar.f527c = null; aVar.d = null; } return this; @@ -135,15 +135,15 @@ public class c extends g { aVar.b = str; } else { if (!str.equals(str2)) { - String str3 = aVar.f528c; + String str3 = aVar.f527c; if (str3 == null) { - aVar.f528c = str; + aVar.f527c = 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.f528c); + aVar.d.add(aVar.f527c); } z2 = !aVar.d.add(str); if (z2) { diff --git a/app/src/main/java/c/g/a/b/q/d.java b/app/src/main/java/c/g/a/b/q/d.java index 65187f0d44..a2f3757084 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 @@ -26,29 +26,29 @@ public class d extends b { public char[] D; /* renamed from: x reason: collision with root package name */ - public final Writer f531x; + public final Writer f530x; /* renamed from: y reason: collision with root package name */ - public char f532y; + public char f531y; /* renamed from: z reason: collision with root package name */ - public char[] f533z; + public char[] f532z; public d(c cVar, int i, i iVar, Writer writer, char c2) { super(cVar, i, iVar); int[] iArr; - this.f531x = writer; + this.f530x = writer; if (cVar.e == null) { - char[] a = cVar.f526c.a(1, 0); + char[] a = cVar.f525c.a(1, 0); cVar.e = a; - this.f533z = a; + this.f532z = a; this.C = a.length; - this.f532y = c2; + this.f531y = c2; if (c2 != '\"') { if (c2 == '\"') { iArr = a.f; } else { - a.C0071a aVar = a.C0071a.a; + a.C0072a aVar = a.C0072a.a; int[] iArr2 = aVar.b[c2]; if (iArr2 == null) { iArr2 = Arrays.copyOf(a.f, 128); @@ -59,7 +59,7 @@ public class d extends b { } iArr = iArr2; } - this.f529s = iArr; + this.f528s = iArr; return; } return; @@ -73,7 +73,7 @@ public class d extends b { if (this.B + 2 > this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i3 = this.B; int i4 = i3 + 1; this.B = i4; @@ -85,7 +85,7 @@ public class d extends b { B0(); } int i5 = this.B; - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i6 = i5 + 1; cArr2[i5] = '\\'; int i7 = i6 + 1; @@ -128,7 +128,7 @@ public class d extends b { if (i3 > 0) { this.A = 0; this.B = 0; - this.f531x.write(this.f533z, i2, i3); + this.f530x.write(this.f532z, i2, i3); } } @@ -154,7 +154,7 @@ public class d extends b { cArr2 = z0(); } cArr2[1] = (char) i3; - this.f531x.write(cArr2, 0, 2); + this.f530x.write(cArr2, 0, 2); return i; } int i5 = i - 2; @@ -178,13 +178,13 @@ public class d extends b { cArr3[11] = cArr4[i6 & 15]; cArr3[12] = cArr4[i7 >> 4]; cArr3[13] = cArr4[i7 & 15]; - this.f531x.write(cArr3, 8, 6); + this.f530x.write(cArr3, 8, 6); return i; } char[] cArr5 = w; cArr3[6] = cArr5[c2 >> 4]; cArr3[7] = cArr5[c2 & 15]; - this.f531x.write(cArr3, 2, 6); + this.f530x.write(cArr3, 2, 6); return i; } else { int i8 = i - 6; @@ -221,7 +221,7 @@ public class d extends b { if (i3 >= 2) { int i4 = i3 - 2; this.A = i4; - char[] cArr = this.f533z; + char[] cArr = this.f532z; cArr[i4] = '\\'; cArr[i4 + 1] = (char) i; return; @@ -232,11 +232,11 @@ public class d extends b { } this.A = this.B; cArr2[1] = (char) i; - this.f531x.write(cArr2, 0, 2); + this.f530x.write(cArr2, 0, 2); } else if (i != -2) { int i5 = this.B; if (i5 >= 6) { - char[] cArr3 = this.f533z; + char[] cArr3 = this.f532z; int i6 = i5 - 6; this.A = i6; cArr3[i6] = '\\'; @@ -275,13 +275,13 @@ public class d extends b { cArr6[11] = cArr7[i12 & 15]; cArr6[12] = cArr7[i13 >> 4]; cArr6[13] = cArr7[i13 & 15]; - this.f531x.write(cArr6, 8, 6); + this.f530x.write(cArr6, 8, 6); return; } char[] cArr8 = w; cArr6[6] = cArr8[c2 >> 4]; cArr6[7] = cArr8[c2 & 15]; - this.f531x.write(cArr6, 2, 6); + this.f530x.write(cArr6, 2, 6); } else { Objects.requireNonNull(null); throw null; @@ -334,11 +334,11 @@ public class d extends b { int i8 = i7 + 1; i4 = i8 + 1; i6 += 3; - int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f533z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f532z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i9 = b + 1; this.B = i9; cArr[b] = '\\'; @@ -360,7 +360,7 @@ public class d extends b { i2 = 1; } int i11 = i6 + i2; - this.B = aVar.c(i10, i2, this.f533z, this.B); + this.B = aVar.c(i10, i2, this.f532z, this.B); return i11; } @@ -405,11 +405,11 @@ public class d extends b { int i8 = i7 + 1; i5 = i8 + 1; i -= 3; - int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f533z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f532z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i9 = b + 1; this.B = i9; cArr[b] = '\\'; @@ -430,7 +430,7 @@ public class d extends b { } else { i3 = 1; } - this.B = aVar.c(i10, i3, this.f533z, this.B); + this.B = aVar.c(i10, i3, this.f532z, this.B); return i - i3; } @@ -441,22 +441,22 @@ public class d extends b { if (this.B + 13 >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i2 = this.B; int i3 = i2 + 1; this.B = i3; - cArr[i2] = this.f532y; + cArr[i2] = this.f531y; int d = g.d(i, cArr, i3); this.B = d; - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; this.B = d + 1; - cArr2[d] = this.f532y; + cArr2[d] = this.f531y; return; } if (this.B + 11 >= this.C) { B0(); } - this.B = g.d(i, this.f533z, this.B); + this.B = g.d(i, this.f532z, this.B); } public final void H0() throws IOException { @@ -464,7 +464,7 @@ public class d extends b { B0(); } int i = this.B; - char[] cArr = this.f533z; + char[] cArr = this.f532z; cArr[i] = 'n'; int i2 = i + 1; cArr[i2] = 'u'; @@ -482,40 +482,40 @@ public class d extends b { if (this.B + 23 >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f532y; + cArr[i] = this.f531y; int e = g.e(j, cArr, i2); this.B = e; - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; this.B = e + 1; - cArr2[e] = this.f532y; + cArr2[e] = this.f531y; return; } if (this.B + 21 >= this.C) { B0(); } - this.B = g.e(j, this.f533z, this.B); + this.B = g.e(j, this.f532z, this.B); } public final void I0(String str) throws IOException { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; - cArr[i] = this.f532y; + cArr[i] = this.f531y; T(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f532y; + cArr2[i2] = this.f531y; } /* JADX WARNING: Code restructure failed: missing block: B:67:0x010a, code lost: @@ -526,10 +526,10 @@ public class d extends b { if (r4 <= 0) goto L_0x0114; */ /* JADX WARNING: Code restructure failed: missing block: B:69:0x010f, code lost: - r18.f531x.write(r3, r5, r4); + r18.f530x.write(r3, r5, r4); */ /* JADX WARNING: Code restructure failed: missing block: B:70:0x0114, code lost: - r3 = r18.f533z; + r3 = r18.f532z; r4 = r18.B; r18.B = r4 + 1; r3 = r3[r4]; @@ -559,17 +559,17 @@ public class d extends b { i7 = length2 - i6; } int i8 = i6 + i7; - str.getChars(i6, i8, this.f533z, 0); + str.getChars(i6, i8, this.f532z, 0); int i9 = this.t; if (i9 != 0) { - int[] iArr = this.f529s; + int[] iArr = this.f528s; int min = Math.min(iArr.length, i9 + 1); int i10 = 0; int i11 = 0; int i12 = 0; while (i10 < i7) { while (true) { - cArr3 = this.f533z; + cArr3 = this.f532z; c4 = cArr3[i10]; if (c4 >= min) { if (c4 > i9) { @@ -590,24 +590,24 @@ public class d extends b { i4 = i11; int i13 = i10 - i12; if (i13 > 0) { - this.f531x.write(cArr3, i12, i13); + this.f530x.write(cArr3, i12, i13); if (i10 >= i7) { break; } } int i14 = i10 + 1; - i12 = C0(this.f533z, i14, i7, c4, i4); + i12 = C0(this.f532z, i14, i7, c4, i4); i11 = i4; i10 = i14; } } else { - int[] iArr2 = this.f529s; + int[] iArr2 = this.f528s; int length3 = iArr2.length; int i15 = 0; int i16 = 0; while (i15 < i7) { do { - cArr2 = this.f533z; + cArr2 = this.f532z; c3 = cArr2[i15]; if (c3 < length3 && iArr2[c3] != 0) { break; @@ -616,13 +616,13 @@ public class d extends b { } while (i15 < i7); int i17 = i15 - i16; if (i17 > 0) { - this.f531x.write(cArr2, i16, i17); + this.f530x.write(cArr2, i16, i17); if (i15 >= i7) { break; } } int i18 = i15 + 1; - i16 = C0(this.f533z, i18, i7, c3, iArr2[c3]); + i16 = C0(this.f532z, i18, i7, c3, iArr2[c3]); i15 = i18; } } @@ -636,15 +636,15 @@ public class d extends b { if (this.B + length > i5) { B0(); } - str.getChars(0, length, this.f533z, this.B); + str.getChars(0, length, this.f532z, this.B); int i19 = this.t; if (i19 != 0) { int i20 = this.B + length; - int[] iArr3 = this.f529s; + int[] iArr3 = this.f528s; int min2 = Math.min(iArr3.length, i19 + 1); while (this.B < i20) { while (true) { - cArr = this.f533z; + cArr = this.f532z; i = this.B; c2 = cArr[i]; if (c2 < min2) { @@ -671,7 +671,7 @@ public class d extends b { int i21 = this.A; int i22 = i - i21; if (i22 > 0) { - this.f531x.write(cArr, i21, i22); + this.f530x.write(cArr, i21, i22); } this.B++; D0(c2, i3); @@ -679,11 +679,11 @@ public class d extends b { return; } int i23 = this.B + length; - int[] iArr4 = this.f529s; + int[] iArr4 = this.f528s; int length4 = iArr4.length; while (this.B < i23) { while (true) { - char[] cArr4 = this.f533z; + char[] cArr4 = this.f532z; int i24 = this.B; char c5 = cArr4[i24]; if (c5 < length4 && iArr4[c5] != 0) { @@ -742,22 +742,22 @@ public class d extends b { if (this.B + 8 >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f532y; + cArr[i] = this.f531y; int d = g.d(s2, cArr, i2); this.B = d; - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; this.B = d + 1; - cArr2[d] = this.f532y; + cArr2[d] = this.f531y; return; } if (this.B + 6 >= this.C) { B0(); } - this.B = g.d(s2, this.f533z, this.B); + this.B = g.d(s2, this.f532z, this.B); } @Override // c.g.a.b.d @@ -765,7 +765,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; cArr[i] = c2; @@ -773,7 +773,7 @@ public class d extends b { @Override // c.g.a.b.d public void S(k kVar) throws IOException { - int b = kVar.b(this.f533z, this.B); + int b = kVar.b(this.f532z, this.B); if (b < 0) { T(kVar.getValue()); } else { @@ -790,14 +790,14 @@ public class d extends b { i = this.C - this.B; } if (i >= length) { - str.getChars(0, length, this.f533z, this.B); + str.getChars(0, length, this.f532z, this.B); this.B += length; return; } int i2 = this.C; int i3 = this.B; int i4 = i2 - i3; - str.getChars(0, i4, this.f533z, i3); + str.getChars(0, i4, this.f532z, i3); this.B += i4; B0(); int length2 = str.length() - i4; @@ -805,14 +805,14 @@ public class d extends b { int i5 = this.C; if (length2 > i5) { int i6 = i4 + i5; - str.getChars(i4, i6, this.f533z, 0); + str.getChars(i4, i6, this.f532z, 0); this.A = 0; this.B = i5; B0(); length2 -= i5; i4 = i6; } else { - str.getChars(i4, i4 + length2, this.f533z, 0); + str.getChars(i4, i4 + length2, this.f532z, 0); this.A = 0; this.B = length2; return; @@ -826,12 +826,12 @@ public class d extends b { if (i2 > this.C - this.B) { B0(); } - System.arraycopy(cArr, i, this.f533z, this.B, i2); + System.arraycopy(cArr, i, this.f532z, this.B, i2); this.B += i2; return; } B0(); - this.f531x.write(cArr, i, i2); + this.f530x.write(cArr, i, i2); } @Override // c.g.a.b.d @@ -846,7 +846,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; cArr[i] = '['; @@ -864,7 +864,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; cArr[i] = '['; @@ -882,7 +882,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i2 = this.B; this.B = i2 + 1; cArr[i2] = '['; @@ -900,7 +900,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; cArr[i] = '{'; @@ -908,7 +908,7 @@ public class d extends b { @Override // c.g.a.b.d, java.io.Closeable, java.lang.AutoCloseable public void close() throws IOException { - if (this.f533z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { + if (this.f532z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { while (true) { c cVar = this.p; if (!cVar.b()) { @@ -924,22 +924,22 @@ public class d extends b { B0(); this.A = 0; this.B = 0; - if (this.f531x != null) { + if (this.f530x != null) { if (this.r.b || d(d.a.AUTO_CLOSE_TARGET)) { - this.f531x.close(); + this.f530x.close(); } else if (d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f531x.flush(); + this.f530x.flush(); } } - char[] cArr = this.f533z; + char[] cArr = this.f532z; if (cArr != null) { - this.f533z = null; + this.f532z = null; c cVar2 = this.r; Objects.requireNonNull(cVar2); char[] cArr2 = cVar2.e; if (cArr == cArr2 || cArr.length >= cArr2.length) { cVar2.e = null; - cVar2.f526c.d.set(1, cArr); + cVar2.f525c.d.set(1, cArr); return; } throw new IllegalArgumentException("Trying to release buffer smaller than original"); @@ -958,7 +958,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; cArr[i] = '{'; @@ -970,19 +970,19 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i2 = this.B; this.B = i2 + 1; - cArr[i2] = this.f532y; + cArr[i2] = this.f531y; c cVar = this.r; if (cVar.d == null) { - c.g.a.b.t.a aVar2 = cVar.f526c; + c.g.a.b.t.a aVar2 = cVar.f525c; Objects.requireNonNull(aVar2); int i3 = c.g.a.b.t.a.a[3]; if (i3 <= 0) { i3 = 0; } - byte[] andSet = aVar2.f535c.getAndSet(3, null); + byte[] andSet = aVar2.f534c.getAndSet(3, null); if (andSet == null || andSet.length < i3) { andSet = new byte[i3]; } @@ -1004,10 +1004,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i4 = this.B; this.B = i4 + 1; - cArr2[i4] = this.f532y; + cArr2[i4] = this.f531y; return i; } throw new IllegalStateException("Trying to call same allocXxx() method second time"); @@ -1016,8 +1016,8 @@ public class d extends b { @Override // java.io.Flushable public void flush() throws IOException { B0(); - if (this.f531x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f531x.flush(); + if (this.f530x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { + this.f530x.flush(); } } @@ -1027,11 +1027,11 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f532y; + cArr[i] = this.f531y; int c2 = kVar.c(cArr, i2); if (c2 < 0) { char[] a = kVar.a(); @@ -1040,19 +1040,19 @@ public class d extends b { if (length > this.C - this.B) { B0(); } - System.arraycopy(a, 0, this.f533z, this.B, length); + System.arraycopy(a, 0, this.f532z, this.B, length); this.B += length; } else { B0(); - this.f531x.write(a, 0, length); + this.f530x.write(a, 0, length); } if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f532y; + cArr2[i3] = this.f531y; return; } int i4 = this.B + c2; @@ -1060,10 +1060,10 @@ public class d extends b { if (i4 >= this.C) { B0(); } - char[] cArr3 = this.f533z; + char[] cArr3 = this.f532z; int i5 = this.B; this.B = i5 + 1; - cArr3[i5] = this.f532y; + cArr3[i5] = this.f531y; } @Override // c.g.a.b.d @@ -1076,18 +1076,18 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; - cArr[i] = this.f532y; + cArr[i] = this.f531y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f532y; + cArr2[i2] = this.f531y; } @Override // c.g.a.b.d @@ -1097,14 +1097,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f532y; + cArr2[i3] = this.f531y; int i4 = this.t; if (i4 != 0) { int i5 = i2 + i; - int[] iArr = this.f529s; + int[] iArr = this.f528s; int min = Math.min(iArr.length, i4 + 1); int i6 = 0; while (i < i5) { @@ -1133,12 +1133,12 @@ public class d extends b { B0(); } if (i8 > 0) { - System.arraycopy(cArr, i, this.f533z, this.B, i8); + System.arraycopy(cArr, i, this.f532z, this.B, i8); this.B += i8; } } else { B0(); - this.f531x.write(cArr, i, i8); + this.f530x.write(cArr, i, i8); } if (i7 >= i5) { break; @@ -1148,7 +1148,7 @@ public class d extends b { } } else { int i9 = i2 + i; - int[] iArr2 = this.f529s; + int[] iArr2 = this.f528s; int length = iArr2.length; while (i < i9) { int i10 = i; @@ -1165,12 +1165,12 @@ public class d extends b { B0(); } if (i11 > 0) { - System.arraycopy(cArr, i, this.f533z, this.B, i11); + System.arraycopy(cArr, i, this.f532z, this.B, i11); this.B += i11; } } else { B0(); - this.f531x.write(cArr, i, i11); + this.f530x.write(cArr, i, i11); } if (i10 >= i9) { break; @@ -1183,10 +1183,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f533z; + char[] cArr3 = this.f532z; int i12 = this.B; this.B = i12 + 1; - cArr3[i12] = this.f532y; + cArr3[i12] = this.f531y; } @Override // c.g.a.b.d @@ -1195,10 +1195,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i3 = this.B; this.B = i3 + 1; - cArr[i3] = this.f532y; + cArr[i3] = this.f531y; int i4 = i2 + i; int i5 = i4 - 3; int i6 = this.C - 6; @@ -1210,11 +1210,11 @@ public class d extends b { int i7 = i + 1; int i8 = i7 + 1; int i9 = i8 + 1; - int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f533z, this.B); + int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f532z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i10 = b + 1; this.B = i10; cArr2[b] = '\\'; @@ -1234,15 +1234,15 @@ public class d extends b { if (i11 == 2) { i13 |= (bArr[i12] & 255) << 8; } - this.B = aVar.c(i13, i11, this.f533z, this.B); + this.B = aVar.c(i13, i11, this.f532z, this.B); } if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f533z; + char[] cArr3 = this.f532z; int i14 = this.B; this.B = i14 + 1; - cArr3[i14] = this.f532y; + cArr3[i14] = this.f531y; } @Override // c.g.a.b.d @@ -1253,7 +1253,7 @@ public class d extends b { B0(); } int i2 = this.B; - char[] cArr = this.f533z; + char[] cArr = this.f532z; if (z2) { cArr[i2] = 't'; int i3 = i2 + 1; @@ -1286,19 +1286,19 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; cArr[i] = ']'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f530c; + this.p = cVar.f529c; return; } - StringBuilder K = c.d.b.a.a.K("Current context not Array but "); - K.append(this.p.e()); - throw new JsonGenerationException(K.toString(), this); + StringBuilder L = c.d.b.a.a.L("Current context not Array but "); + L.append(this.p.e()); + throw new JsonGenerationException(L.toString(), this); } @Override // c.g.a.b.o.a @@ -1327,7 +1327,7 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; cArr[i] = c2; @@ -1362,19 +1362,19 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; cArr[i] = '}'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f530c; + this.p = cVar.f529c; return; } - StringBuilder K = c.d.b.a.a.K("Current context not Object but "); - K.append(this.p.e()); - throw new JsonGenerationException(K.toString(), this); + StringBuilder L = c.d.b.a.a.L("Current context not Object but "); + L.append(this.p.e()); + throw new JsonGenerationException(L.toString(), this); } @Override // c.g.a.b.d @@ -1397,25 +1397,25 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; - cArr[i] = this.f532y; + cArr[i] = this.f531y; U(a, 0, a.length); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f532y; + cArr2[i2] = this.f531y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f533z; + char[] cArr3 = this.f532z; int i3 = this.B; this.B = i3 + 1; cArr3[i3] = ','; @@ -1425,11 +1425,11 @@ public class d extends b { U(a2, 0, a2.length); return; } - char[] cArr4 = this.f533z; + char[] cArr4 = this.f532z; int i4 = this.B; int i5 = i4 + 1; this.B = i5; - cArr4[i4] = this.f532y; + cArr4[i4] = this.f531y; int c2 = kVar.c(cArr4, i5); if (c2 < 0) { char[] a3 = kVar.a(); @@ -1437,10 +1437,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f533z; + char[] cArr5 = this.f532z; int i6 = this.B; this.B = i6 + 1; - cArr5[i6] = this.f532y; + cArr5[i6] = this.f531y; return; } int i7 = this.B + c2; @@ -1448,10 +1448,10 @@ public class d extends b { if (i7 >= this.C) { B0(); } - char[] cArr6 = this.f533z; + char[] cArr6 = this.f532z; int i8 = this.B; this.B = i8 + 1; - cArr6[i8] = this.f532y; + cArr6[i8] = this.f531y; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); @@ -1476,25 +1476,25 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f533z; + char[] cArr = this.f532z; int i = this.B; this.B = i + 1; - cArr[i] = this.f532y; + cArr[i] = this.f531y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f533z; + char[] cArr2 = this.f532z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f532y; + cArr2[i2] = this.f531y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f533z; + char[] cArr3 = this.f532z; int i3 = this.B; this.B = i3 + 1; cArr3[i3] = ','; @@ -1503,18 +1503,18 @@ public class d extends b { J0(str); return; } - char[] cArr4 = this.f533z; + char[] cArr4 = this.f532z; int i4 = this.B; this.B = i4 + 1; - cArr4[i4] = this.f532y; + cArr4[i4] = this.f531y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f533z; + char[] cArr5 = this.f532z; int i5 = this.B; this.B = i5 + 1; - cArr5[i5] = this.f532y; + cArr5[i5] = this.f531y; 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/r/a.java b/app/src/main/java/c/g/a/b/r/a.java index fe92a229e8..ae5417569a 100644 --- a/app/src/main/java/c/g/a/b/r/a.java +++ b/app/src/main/java/c/g/a/b/r/a.java @@ -6,8 +6,8 @@ public final class a { /* compiled from: ByteQuadsCanonicalizer */ /* renamed from: c.g.a.b.r.a$a reason: collision with other inner class name */ - public static final class C0072a { - public C0072a(int i, int i2, int i3, int[] iArr, String[] strArr, int i4, int i5) { + public static final class C0073a { + public C0073a(int i, int i2, int i3, int[] iArr, String[] strArr, int i4, int i5) { } } @@ -26,7 +26,7 @@ public final class a { } int i5 = i3 << 3; int i6 = i3 >> 2; - new AtomicReference(new C0072a(i3, 0, i6 < 64 ? 4 : i6 <= 256 ? 5 : i6 <= 1024 ? 6 : 7, new int[i5], new String[(i3 << 1)], i5 - i3, i5)); + new AtomicReference(new C0073a(i3, 0, i6 < 64 ? 4 : i6 <= 256 ? 5 : i6 <= 1024 ? 6 : 7, new int[i5], new String[(i3 << 1)], i5 - i3, i5)); } public static a a() { diff --git a/app/src/main/java/c/g/a/b/r/b.java b/app/src/main/java/c/g/a/b/r/b.java index 76f721be80..8d61cc5d2b 100644 --- a/app/src/main/java/c/g/a/b/r/b.java +++ b/app/src/main/java/c/g/a/b/r/b.java @@ -10,13 +10,13 @@ public final class b { /* compiled from: CharsToNameCanonicalizer */ /* renamed from: c.g.a.b.r.b$b reason: collision with other inner class name */ - public static final class C0073b { - public C0073b(int i, int i2, String[] strArr, a[] aVarArr) { + public static final class C0074b { + public C0074b(int i, int i2, String[] strArr, a[] aVarArr) { } } public b(int i) { - new AtomicReference(new C0073b(0, 0, new String[64], new a[32])); + new AtomicReference(new C0074b(0, 0, new String[64], new a[32])); } public static b a() { 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 9825c021c7..6b032e4358 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 f534c = null; + public Object f533c = 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 2e955f478e..2ffc266403 100644 --- a/app/src/main/java/c/g/a/b/t/a.java +++ b/app/src/main/java/c/g/a/b/t/a.java @@ -8,7 +8,7 @@ public class a { public static final int[] b = {SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 200, 200}; /* renamed from: c reason: collision with root package name */ - public final AtomicReferenceArray f535c = new AtomicReferenceArray<>(4); + public final AtomicReferenceArray f534c = 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 1b8a2902d5..11580abb93 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 K = c.d.b.a.a.K(" "); - K.append(jVar2.c()); - K.append(" "); - this._objectFieldValueSeparatorWithSpaces = K.toString(); + StringBuilder L = c.d.b.a.a.L(" "); + L.append(jVar2.c()); + L.append(" "); + this._objectFieldValueSeparatorWithSpaces = L.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.h(d.class, c.d.b.a.a.K("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.L("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 488e245758..ae3790eed2 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 f536c; + public int f535c; 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.f536c = -1; + this.f535c = -1; } public void a(String str, int i, int i2) { - if (this.f536c >= 0) { + if (this.f535c >= 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.f536c >= 0) { + if (this.f535c >= 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.f536c >= 0) { + if (this.f535c >= 0) { this.i = str; return str; } @@ -168,7 +168,7 @@ public final class k { } public final void f(int i) { - this.f536c = -1; + this.f535c = -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 6cbfdc3653..b460fa7f7e 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 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()); + 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()); } } @@ -106,13 +106,13 @@ public class f implements Serializable { try { return b(Class.forName(str), jVar); } catch (Throwable th) { - 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()); + 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()); } } } diff --git a/app/src/main/java/c/g/a/c/c0/a.java b/app/src/main/java/c/g/a/c/c0/a.java index 263a345214..d0448cfb33 100644 --- a/app/src/main/java/c/g/a/c/c0/a.java +++ b/app/src/main/java/c/g/a/c/c0/a.java @@ -6,7 +6,7 @@ public abstract class a { /* compiled from: AccessorNamingStrategy */ /* renamed from: c.g.a.c.c0.a$a reason: collision with other inner class name */ - public static abstract class AbstractC0074a implements Serializable { + public static abstract class AbstractC0075a implements Serializable { private static final long serialVersionUID = 1; } 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 c758c30846..4b1af06522 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> f537c; + public final Class> f536c; 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.f537c = cls2; + this.f536c = cls2; this.f = z2; this.d = cls3 == null ? n0.class : cls3; } public String 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.f537c)); - K.append(", alwaysAsId="); - K.append(this.f); - return K.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.f536c)); + L.append(", alwaysAsId="); + L.append(this.f); + return L.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 1da2fa69e6..8524e347f9 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 f538c; + public final boolean f537c; 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 f539s; + public HashSet f538s; public LinkedHashMap t; public b0(l lVar, boolean z2, j jVar, c cVar, a aVar) { this.a = lVar; - this.f538c = z2; + this.f537c = 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.f538c, n); + c0Var = new c0(this.a, this.g, this.f537c, n); map.put(str, c0Var); } } @@ -108,11 +108,11 @@ public class b0 { } public void c(String str) { - if (!this.f538c && str != null) { - if (this.f539s == null) { - this.f539s = new HashSet<>(); + if (!this.f537c && str != null) { + if (this.f538s == null) { + this.f538s = new HashSet<>(); } - this.f539s.add(str); + this.f538s.add(str); } } @@ -139,7 +139,7 @@ public class b0 { if (c0Var != null) { return c0Var; } - c0 c0Var2 = new c0(this.a, this.g, this.f538c, t.a(str)); + c0 c0Var2 = new c0(this.a, this.g, this.f537c, 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.f538c && !this.a.q(p.ALLOW_FINAL_FIELDS_AS_MUTATORS); + boolean z13 = !this.f537c && !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.f538c ? bVar.o(gVar) : bVar.n(gVar); + t o = this.f537c ? 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.f542s = new c0.d<>(next, f4.f542s, tVar2, z8, z9, Z3); + f4.f541s = new c0.d<>(next, f4.f541s, 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().f541c) { + for (j jVar : this.e.f().f540c) { 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.f542s) || next2.z(next2.q))) { + if (!(next2.z(next2.p) || next2.z(next2.r) || next2.z(next2.f541s) || next2.z(next2.q))) { it2.remove(); - } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f542s) || next2.y(next2.q)) { + } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f541s) || 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.f542s = next2.G(next2.f542s); + next2.f541s = next2.G(next2.f541s); 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.f538c ? null : this; + b0 b0Var = this.f537c ? 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.f542s) == 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.f542s) == 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.f541s) == 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.f541s) == 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.f542s = null; + c0Var2.f541s = 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.f542s = c0Var2.H(c0Var2.f542s); + c0Var2.f541s = c0Var2.H(c0Var2.f541s); } } } @@ -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.f542s); + value.B(L, hashMap, value.f541s); 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.f539s) != null) { + if (g(c0Var3, this.k) && (hashSet = this.f538s) != null) { hashSet.remove(p); } } @@ -530,24 +530,24 @@ public class b0 { } } for (c0 c0Var5 : linkedHashMap.values()) { - if (this.f538c) { + if (this.f537c) { c0.d dVar9 = c0Var5.r; if (dVar9 != null) { - c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f542s)); + c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f541s)); } else { c0.d dVar10 = c0Var5.p; if (dVar10 != null) { - c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f542s)); + c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f541s)); } } } else { c0.d dVar11 = c0Var5.q; if (dVar11 != null) { - c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f542s, c0Var5.p, c0Var5.r)); + c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f541s, c0Var5.p, c0Var5.r)); } else { - c0.d dVar12 = c0Var5.f542s; + c0.d dVar12 = c0Var5.f541s; if (dVar12 != null) { - c0Var5.f542s = c0Var5.A(c0Var5.f542s, c0Var5.F(0, dVar12, c0Var5.p, c0Var5.r)); + c0Var5.f541s = c0Var5.A(c0Var5.f541s, 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.f542s = c0Var6.J(c0Var6.f542s); + c0Var6.f541s = c0Var6.J(c0Var6.f541s); 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.h(cls2, a.K("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.h(cls2, a.L("AnnotationIntrospector returned Class "), "; expected Class")); } } else { - 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()); + 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()); } 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.f542s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { - if (this.f538c) { + if (!(c0Var7.w(c0Var7.p) || c0Var7.w(c0Var7.r) || c0Var7.w(c0Var7.f541s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { + if (this.f537c) { 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.f542s != null) { + if (c0Var7.f541s != 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 K = a.K("Problem with definition of "); - K.append(this.e); - K.append(": "); - K.append(str); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Problem with definition of "); + L.append(this.e); + L.append(": "); + L.append(str); + throw new IllegalArgumentException(L.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 fb559d67b2..73fa83899b 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 f540s; + public final c.g.a.c.i0.a f539s; 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 f541c; + public final List f540c; public a(e eVar, List list, List list2) { this.a = eVar; this.b = list; - this.f541c = list2; + this.f540c = list2; } } @@ -62,7 +62,7 @@ public final class c extends b implements e0 { this.k = cls; this.m = list; this.q = cls2; - this.f540s = aVar; + this.f539s = 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.f540s = o.a; + this.f539s = 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.f540s.a(cls); + return (A) this.f539s.a(cls); } @Override // c.g.a.c.c0.b @@ -365,7 +365,7 @@ public final class c extends b implements e0 { } if (fVar.e) { e eVar = fVar.f; - if (eVar != null && fVar.f551c.Z(eVar)) { + if (eVar != null && fVar.f550c.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.f551c.Z((i) list.get(size2))) { + } else if (fVar.f550c.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.f551c.Z((i) list2.get(size3))) { + } else if (fVar.f550c.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.f545c.b())); + arrayList.add(new g(aVar.a, aVar.b, aVar.f544c.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.f551c != null && !linkedHashMap.isEmpty()) { + if (z2 && kVar.f550c != null && !linkedHashMap.isEmpty()) { for (Map.Entry entry : linkedHashMap.entrySet()) { y yVar = (y) entry.getKey(); - if ("hashCode".equals(yVar.b) && yVar.f553c.length == 0) { + if ("hashCode".equals(yVar.b) && yVar.f552c.length == 0) { try { Method declaredMethod = Object.class.getDeclaredMethod(yVar.b, new Class[0]); if (declaredMethod != null) { k.a aVar4 = (k.a) entry.getValue(); - aVar4.f546c = kVar.d(aVar4.f546c, declaredMethod.getDeclaredAnnotations()); + aVar4.f545c = kVar.d(aVar4.f545c, 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.f546c.b(), null); + j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.f545c.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.h(this.k, c.d.b.a.a.K("[AnnotedClass "), "]"); + return c.d.b.a.a.h(this.k, c.d.b.a.a.L("[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 bec41c39c5..0a64099bce 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 f542s; + public d f541s; 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 f543c; + public final t f542c; 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.f543c = tVar2; + this.f542c = 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.f543c != null) { - return b.f543c == null ? c(null) : c(b); + if (this.f542c != null) { + return b.f542c == null ? c(null) : c(b); } - if (b.f543c != null) { + if (b.f542c != 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.f543c, this.d, this.e, this.f); + return dVar == this.b ? this : new d<>(this.a, dVar, this.f542c, 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.f543c, this.d, this.e, this.f); + return this.b == null ? this : new d<>(this.a, null, this.f542c, 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 O = c.d.b.a.a.O(format, ", "); - O.append(this.b.toString()); - return O.toString(); + StringBuilder P = c.d.b.a.a.P(format, ", "); + P.append(this.b.toString()); + return P.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.f542s = c0Var.f542s; + this.f541s = c0Var.f541s; 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.f543c, dVar.d, dVar.e, dVar.f); + return iVar == dVar.a ? dVar : new d<>(iVar, dVar.b, dVar.f542c, 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.f543c; + t tVar = dVar2.f542c; 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.f542s) { - c0Var.f542s = dVar2.c(c0Var.f542s); + } else if (dVar == this.f541s) { + c0Var.f541s = dVar2.c(c0Var.f541s); } 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 K = c.d.b.a.a.K("Conflicting/ambiguous property name definitions (implicit name "); + StringBuilder L = c.d.b.a.a.L("Conflicting/ambiguous property name definitions (implicit name "); t tVar2 = this.n; Annotation[] annotationArr = c.g.a.c.i0.d.a; - 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()); + 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()); } } } public final Set C(d dVar, Set set) { while (dVar != null) { - if (dVar.d && dVar.f543c != null) { + if (dVar.d && dVar.f542c != null) { if (set == null) { set = new HashSet<>(); } - set.add(dVar.f543c); + set.add(dVar.f542c); } 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.f542s = N(this.f542s, c0Var.f542s); + this.f541s = N(this.f541s, c0Var.f541s); } public Set L() { - Set C = C(this.q, C(this.f542s, C(this.r, C(this.p, null)))); + Set C = C(this.q, C(this.f541s, 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.f542s) != null) { + if (t == null && (dVar2 = this.f541s) != 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.f542s == null && this.p == null) ? false : true; + return (this.q == null && this.f541s == 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 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()); + 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()); } return gVar; } @@ -470,13 +470,13 @@ public class c0 extends s implements Comparable { dVar = dVar2; dVar2 = dVar2.b; } else { - 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()); + 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()); } } 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.f542s; + d dVar4 = this.f541s; 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.f542s; + d dVar = this.f541s; 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.f542s = dVar.e(); + this.f541s = dVar.e(); return dVar.a; } @@ -714,23 +714,23 @@ public class c0 extends s implements Comparable { @Override // java.lang.Object public String 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.f542s); - K.append("]"); - return K.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.f541s); + L.append("]"); + return L.toString(); } @Override // c.g.a.c.c0.s public boolean u() { - return x(this.p) || x(this.r) || x(this.f542s) || w(this.q); + return x(this.p) || x(this.r) || x(this.f541s) || 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.f543c != null && dVar.d) { + if (dVar.f542c != 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.f543c; + t tVar = dVar.f542c; 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 a353a2f918..31d991450b 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 f544c; + public final l f543c; 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.f544c = lVar; + this.f543c = 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.f544c = lVar; + this.f543c = 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.f547c; + o oVar = o.a.f546c; 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 57ac4357ae..6a8326ec25 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 K = c.d.b.a.a.K("Cannot call getValue() on constructor of "); - K.append(g().getName()); - throw new UnsupportedOperationException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Cannot call getValue() on constructor of "); + L.append(g().getName()); + throw new UnsupportedOperationException(L.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 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()); + 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()); } } 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 ddecdc3785..81e9f5717e 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.f547c, annotationArr[i]); + o b = b(o.a.f546c, 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.f551c == null) { + if (this.f550c == 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.f551c == null) { + if (this.f550c == 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.f580c; + Annotation[][] annotationArr2 = aVar.f579c; if (annotationArr2 == null) { annotationArr2 = aVar.a.getParameterAnnotations(); - aVar.f580c = annotationArr2; + aVar.f579c = 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.f580c; + Annotation[][] annotationArr4 = aVar2.f579c; if (annotationArr4 == null) { annotationArr4 = aVar2.a.getParameterAnnotations(); - aVar2.f580c = annotationArr4; + aVar2.f579c = 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 cd260bb8c3..348353d248 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.C(a.K("Cannot get virtual property '"), this._name, "'")); + throw new IllegalArgumentException(a.D(a.L("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 K = a.K("[virtual "); - K.append(h()); - K.append("]"); - return K.toString(); + StringBuilder L = a.L("[virtual "); + L.append(h()); + L.append("]"); + return L.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 aa85c9c9ea..f83910e881 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 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); + 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); } } @@ -100,20 +100,20 @@ public final class g extends i implements Serializable { } return new g(null, declaredField, null); } catch (Exception unused) { - 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()); + 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()); } } @Override // java.lang.Object public String toString() { - StringBuilder K = c.d.b.a.a.K("[field "); - K.append(h()); - K.append("]"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("[field "); + L.append(h()); + L.append("]"); + return L.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 26e86f3aab..ccdd081388 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 f545c = o.a.f547c; + public o f544c = o.a.f546c; 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.f545c = b(aVar3.f545c, field.getDeclaredAnnotations()); + aVar3.f544c = b(aVar3.f544c, 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.f545c = b(aVar2.f545c, field2.getDeclaredAnnotations()); + aVar2.f544c = b(aVar2.f544c, 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 111790822e..5e189ce1d5 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 @@ -80,10 +80,10 @@ public final class j extends n implements Serializable { if (o != 1) { return String.format("%s(%d params)", super.h(), Integer.valueOf(o())); } - StringBuilder O = c.d.b.a.a.O(h, "("); - O.append(p(0).getName()); - O.append(")"); - return O.toString(); + StringBuilder P = c.d.b.a.a.P(h, "("); + P.append(p(0).getName()); + P.append(")"); + return P.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 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); + 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); } } @@ -151,20 +151,20 @@ public final class j extends n implements Serializable { } return new j(null, declaredMethod, null, null); } catch (Exception unused) { - 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()); + 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()); } } @Override // java.lang.Object public String toString() { - StringBuilder K = c.d.b.a.a.K("[method "); - K.append(h()); - K.append("]"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("[method "); + L.append(h()); + L.append("]"); + return L.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 ce280c28fa..e53cb6ed73 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 f546c; + public o f545c; public a(e0 e0Var, Method method, o oVar) { this.a = e0Var; this.b = method; - this.f546c = oVar; + this.f545c = 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.f551c == null ? o.a.f547c : c(method.getDeclaredAnnotations()))); + map.put(yVar, new a(e0Var, method, this.f550c == null ? o.a.f546c : c(method.getDeclaredAnnotations()))); } else { if (this.e) { - aVar.f546c = d(aVar.f546c, method.getDeclaredAnnotations()); + aVar.f545c = d(aVar.f545c, 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.f551c != null) { + if (this.f550c != 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.f546c = d(aVar.f546c, declaredAnnotations); + aVar.f545c = d(aVar.f545c, 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 0541cfcf74..0a9eb8d151 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 K = a.K("Cannot call getValue() on constructor parameter of "); - K.append(g().getName()); - throw new UnsupportedOperationException(K.toString()); + StringBuilder L = a.L("Cannot call getValue() on constructor parameter of "); + L.append(g().getName()); + throw new UnsupportedOperationException(L.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 K = a.K("[parameter #"); - K.append(this._index); - K.append(", annotations: "); - K.append(this.j); - K.append("]"); - return K.toString(); + StringBuilder L = a.L("[parameter #"); + L.append(this._index); + L.append(", annotations: "); + L.append(this.j); + L.append("]"); + return L.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 ef8b8d6872..42d910a662 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 f547c = new a(null); + public static final a f546c = 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> f548c; + public final HashMap, Annotation> f547c; public b(Object obj, Class cls, Annotation annotation, Class cls2, Annotation annotation2) { super(obj); HashMap, Annotation> hashMap = new HashMap<>(); - this.f548c = hashMap; + this.f547c = hashMap; hashMap.put(cls, annotation); hashMap.put(cls2, annotation2); } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { - this.f548c.put(annotation.annotationType(), annotation); + this.f547c.put(annotation.annotationType(), annotation); return this; } @Override // c.g.a.c.c0.o public p b() { p pVar = new p(); - for (Annotation annotation : this.f548c.values()) { + for (Annotation annotation : this.f547c.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.f548c.size() != 2) { - return new p(this.f548c); + if (this.f547c.size() != 2) { + return new p(this.f547c); } - Iterator, Annotation>> it = this.f548c.entrySet().iterator(); + Iterator, Annotation>> it = this.f547c.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.f548c.containsKey(annotation.annotationType()); + return this.f547c.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 f549c; + public Class f548c; public Annotation d; public e(Object obj, Class cls, Annotation annotation) { super(obj); - this.f549c = cls; + this.f548c = cls; this.d = annotation; } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { Class annotationType = annotation.annotationType(); - Class cls = this.f549c; + Class cls = this.f548c; 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.f549c; + Class cls = this.f548c; 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.f549c, this.d); + return new d(this.f548c, this.d); } @Override // c.g.a.c.c0.o public boolean d(Annotation annotation) { - return annotation.annotationType() == this.f549c; + return annotation.annotationType() == this.f548c; } } 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 67b6e7a8f3..ff6c5eb04d 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 f550c; + public final b0 f549c; 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.f550c = b0Var; + this.f549c = 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.f550c = null; + this.f549c = 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.f550c; + b0 b0Var = this.f549c; if (b0Var == null) { return null; } @@ -99,7 +99,7 @@ public class q extends c { public List d() { if (this.i == null) { - b0 b0Var = this.f550c; + b0 b0Var = this.f549c; 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 bf7d456055..324b4a58f2 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 f551c; + public final b f550c; public u(b bVar) { - this.f551c = bVar; + this.f550c = 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.f551c.b0(annotation)) { + if (this.f550c.b0(annotation)) { oVar = e(oVar, annotation); } } @@ -40,10 +40,10 @@ public class u { } public final o c(Annotation[] annotationArr) { - o oVar = o.a.f547c; + o oVar = o.a.f546c; for (Annotation annotation : annotationArr) { oVar = oVar.a(annotation); - if (this.f551c.b0(annotation)) { + if (this.f550c.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.f551c.b0(annotation)) { + if (this.f550c.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.f551c.b0(annotation2)) { + if (this.f550c.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.f551c.b0(annotation2)) { + if (!this.f550c.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 81752acd71..bd90bd7602 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.f554c : h : h == null ? i : i.k(h); + return i == null ? h == null ? d.f553c : 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 661ee5597b..b6d223c295 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 f552c; + public final String f551c; public final String d; public final String e; @@ -24,7 +24,7 @@ public class w extends a { } /* compiled from: DefaultAccessorNamingStrategy */ - public static class b extends a.AbstractC0074a implements Serializable { + public static class b extends a.AbstractC0075a implements Serializable { private static final long serialVersionUID = 1; public final a _baseNameValidator = null; public final String _getterPrefix = "get"; @@ -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.f555c.invoke(cls, new Object[0]); + Object[] objArr = (Object[]) aVar.f554c.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 K = c.d.b.a.a.K("Failed to access RecordComponents of type "); - K.append(d.u(cls)); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Failed to access RecordComponents of type "); + L.append(d.u(cls)); + throw new IllegalArgumentException(L.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.f552c = str2; + this.f551c = 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.f552c; + String str2 = this.f551c; 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.f552c.length()) : d(str, this.f552c.length()); + return this.b ? e(str, this.f551c.length()) : d(str, this.f551c.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 89df3fcb4d..569d3eead3 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.f540s.a(c.g.a.c.y.b.class); + c.g.a.c.y.b bVar = (c.g.a.c.y.b) cVar.f539s.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.f540s, 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.f539s, jVar); if (prepend) { list.add(i2, aVar2); } else { @@ -384,10 +384,10 @@ public class x extends b implements Serializable { i2++; cVar2 = null; } - b.AbstractC0075b[] props = bVar.props(); + b.AbstractC0076b[] props = bVar.props(); int length2 = props.length; for (int i3 = 0; i3 < length2; i3++) { - b.AbstractC0075b bVar2 = props[i3]; + b.AbstractC0076b bVar2 = props[i3]; c.g.a.c.s sVar2 = bVar2.required() ? c.g.a.c.s.i : c.g.a.c.s.j; c.g.a.c.t j03 = j0(bVar2.name(), bVar2.namespace()); j d = lVar.d(bVar2.type()); @@ -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.f537c, alwaysAsId, a0Var.d); + return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f536c, 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 595d46ae72..fd1cf04d5a 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[] f553c; + public final Class[] f552c; public y(Constructor constructor) { Class[] parameterTypes = constructor.getParameterTypes(); this.b = ""; - this.f553c = parameterTypes == null ? a : parameterTypes; + this.f552c = parameterTypes == null ? a : parameterTypes; } public y(Method method) { String name = method.getName(); Class[] parameterTypes = method.getParameterTypes(); this.b = name; - this.f553c = parameterTypes == null ? a : parameterTypes; + this.f552c = 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.f553c; - int length = this.f553c.length; + Class[] clsArr = yVar.f552c; + int length = this.f552c.length; if (clsArr.length != length) { return false; } for (int i = 0; i < length; i++) { - if (clsArr[i] != this.f553c[i]) { + if (clsArr[i] != this.f552c[i]) { return false; } } @@ -49,13 +49,13 @@ public final class y { } public int hashCode() { - return this.b.hashCode() + this.f553c.length; + return this.b.hashCode() + this.f552c.length; } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append("("); - return a.w(sb, this.f553c.length, "-args)"); + return a.w(sb, this.f552c.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 a11a20c65c..eb7d6b6046 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 f554c = new i.d("", i.c.ANY, "", "", i.b.a, null); + public static final i.d f553c = 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 07b1ba354d..0f10e0b5e8 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 f555c; + public final Method f554c; public final Method d; static { @@ -25,7 +25,7 @@ public class a { public a() throws RuntimeException { try { - this.f555c = Class.class.getMethod("getRecordComponents", new Class[0]); + this.f554c = 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 9fd74f5165..051898bd3e 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.h(cls, a.K("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.h(cls, a.L("AnnotationIntrospector returned Class "), "; expected Class")); } - 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()); + 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()); } public abstract n d(); public i0 e(b bVar, a0 a0Var) throws JsonMappingException { - Class> cls = a0Var.f537c; + Class> cls = a0Var.f536c; 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 780131d0b1..143d366147 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 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, "'"), "]"); + 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, "'"), "]"); } } 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 507a4966f6..48ef0ba0a4 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.f557c); + return this.b == dVar ? this : new b(this.a, dVar, this.f556c); } } 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 9b5085687c..213e8a7a6d 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 f556c; + public final String f555c; public c(e eVar, d dVar, String str) { super(eVar, dVar); - this.f556c = str; + this.f555c = str; } @Override // c.g.a.c.e0.g public g a(d dVar) { - return this.b == dVar ? this : new c(this.a, dVar, this.f556c); + return this.b == dVar ? this : new c(this.a, dVar, this.f555c); } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f556c; + return this.f555c; } @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 17c9f2ef4d..302262bab8 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 f557c; + public final String f556c; public d(e eVar, c.g.a.c.d dVar, String str) { super(eVar, dVar); - this.f557c = str; + this.f556c = str; } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f557c; + return this.f556c; } @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.f557c); + return this.b == dVar ? this : new d(this.a, dVar, this.f556c); } } 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 aa3478a52c..3577431bfd 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 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()); + 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()); } 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.f581c; + Field field2 = d.b.a.f580c; 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.f576x; + jVar2 = n.f575x; 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 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()); + 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()); } } 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 a2e9c0f11d..710cf2c771 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 f558c; + public final String f557c; 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.f558c = "."; + this.f557c = "."; return; } - this.f558c = name.substring(0, lastIndexOf + 1); + this.f557c = 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.f558c) ? name.substring(this.f558c.length() - 1) : name; + return name.startsWith(this.f557c) ? name.substring(this.f557c.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 ae6325e6ce..bc8a8d9a51 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 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()); + 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()); } } 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 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()); + 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()); } /* 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 e9963f78c5..34d3a12817 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 f559c; + public final c.g.a.c.z.l f558c; 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.f559c = lVar; + this.f558c = 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.f559c.p()) { - str = this.f559c.e().O(((q) this.f559c.o(cls2)).f); + if (this.f558c.p()) { + str = this.f558c.e().O(((q) this.f558c.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 bbb2f28876..24b704fac4 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.f534c == null) { + if (bVar.f533c == null) { Object obj = bVar.a; Class cls = bVar.b; - bVar.f534c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); + bVar.f533c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); } Objects.requireNonNull(dVar); - Object obj2 = bVar.f534c; + Object obj2 = bVar.f533c; 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.f534c; + Object obj = bVar.f533c; 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 25d3652bd7..867b7d1325 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 f560c; + public n f559c; public t d; public a(d dVar, i iVar, n nVar) { this.b = iVar; this.a = dVar; - this.f560c = nVar; + this.f559c = 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.f560c.f(j, dVar, xVar); + this.f559c.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 cd54699951..129aa753e5 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.h(cls, a.K("Class "), " is not a primitive type")); + throw new IllegalArgumentException(a.h(cls, a.L("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.f550c; + c.g.a.c.c0.b0 b0Var = qVar.f549c; 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 4d682e9235..2a3f6a8c60 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 K = c.d.b.a.a.K(", static serializer of type "); - K.append(this._serializer.getClass().getName()); - sb.append(K.toString()); + StringBuilder L = c.d.b.a.a.L(", static serializer of type "); + L.append(this._serializer.getClass().getName()); + sb.append(L.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 38877aae74..a7b4ea0af7 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 K = a.K("BeanSerializer for "); - K.append(this._handledType.getName()); - return K.toString(); + StringBuilder L = a.L("BeanSerializer for "); + L.append(this._handledType.getName()); + return L.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 d5581bac26..19069b90d4 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 f561c; + public v f560c; 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.f561c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { - this.h.f(this.f561c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + if (this.h != null && this.f560c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + this.h.f(this.f560c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } a aVar = this.f; if (aVar != null) { - aVar.b.f(this.f561c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + aVar.b.f(this.f560c.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.f561c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + if (this.f560c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { for (c cVar : cVarArr) { - cVar._member.f(this.f561c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + cVar._member.f(this.f560c.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 a8b71f0d84..be8741802d 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.h(cls, a.K("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.h(cls, a.L("AnnotationIntrospector returned Class "), "; expected Class")); } } } else { - 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()); + 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()); } } 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 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); + 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); } } 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.f540s, e, y2, c2, a, z3, obj, i); - q = lVar.f562c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f539s, e, y2, c2, a, z3, obj, i); + q = lVar.f561c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f562c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f561c.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 P = a.P("Failed to get property '", p, "' of default "); - P.append(obj5.getClass().getName()); - P.append(" instance"); - throw new IllegalArgumentException(P.toString()); + StringBuilder Q2 = a.Q("Failed to get property '", p, "' of default "); + Q2.append(obj5.getClass().getName()); + Q2.append(" instance"); + throw new IllegalArgumentException(Q2.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.f540s, e, y2, c2, a, z3, obj, i); - q = lVar.f562c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f539s, e, y2, c2, a, z3, obj, i); + q = lVar.f561c.q(iVar); if (q != null) { cVar2.e(xVar.H(iVar, q)); } - c.g.a.c.i0.n Q = lVar.f562c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f561c.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.f540s, e, y2, c2, a, z3, obj, i); - q = lVar.f562c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f539s, e, y2, c2, a, z3, obj, i); + q = lVar.f561c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f562c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f561c.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.f540s, e, y2, c2, a, z3, obj, i); - q = lVar.f562c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f539s, e, y2, c2, a, z3, obj, i); + q = lVar.f561c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f562c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f561c.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.f540s, e, y2, c2, a, z3, obj, i); - q = lVar.f562c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f539s, e, y2, c2, a, z3, obj, i); + q = lVar.f561c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f562c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f561c.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.f540s, e, y2, c2, a, z3, obj, i); - q = lVar.f562c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f539s, e, y2, c2, a, z3, obj, i); + q = lVar.f561c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f562c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f561c.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.f561c = vVar9; + eVar2.f560c = 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 K = a.K("Multiple type ids specified with "); - K.append(eVar2.h); - K.append(" and "); - K.append(j); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Multiple type ids specified with "); + L.append(eVar2.h); + L.append(" and "); + L.append(j); + throw new IllegalArgumentException(L.toString()); } } z4 = z13; @@ -1110,7 +1110,7 @@ public class f extends b implements Serializable { if (a0Var == null) { jVar2 = null; } else { - Class> cls12 = a0Var.f537c; + Class> cls12 = a0Var.f536c; 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.f550c; + b0 b0Var = qVar3.f549c; 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.f550c; + b0 b0Var2 = qVar3.f549c; 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.f540s.size() > 0) { + if (qVar3.f.f539s.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 5cffb2eafb..ce9bc418cf 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 K = c.d.b.a.a.K("AnnotationIntrospector returned Class "); - K.append(cls.getName()); - K.append("; expected Class"); - f(e, K.toString()); + StringBuilder L = c.d.b.a.a.L("AnnotationIntrospector returned Class "); + L.append(cls.getName()); + L.append("; expected Class"); + f(e, L.toString()); throw null; } } else { c.g.a.c.j e2 = bVar.e(); - 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()); + 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()); 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 K = c.d.b.a.a.K("[no message for "); - K.append(exc.getClass().getName()); - K.append("]"); - h = K.toString(); + StringBuilder L = c.d.b.a.a.L("[no message for "); + L.append(exc.getClass().getName()); + L.append("]"); + h = L.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.f566c == cls && aVar.e)) { + if (!(aVar.f565c == cls && aVar.e)) { while (true) { aVar = aVar.b; if (aVar == null) { break; } - if (aVar.f566c != cls || !aVar.e) { + if (aVar.f565c != 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 5abddaa4f5..bb2140dd28 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 f562c; + public final b f561c; 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.f562c = vVar.e(); + this.f561c = vVar.e(); } public j a(c.g.a.c.c0.b bVar, boolean z2, j jVar) throws JsonMappingException { - j e02 = this.f562c.e0(this.a, bVar, jVar); + j e02 = this.f561c.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 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()); + 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()); } z2 = true; jVar = e02; } - e.b K2 = this.f562c.K(bVar); - if (!(K2 == null || K2 == e.b.DEFAULT_TYPING)) { - if (K2 != e.b.STATIC) { + e.b K = this.f561c.K(bVar); + if (!(K == null || K == e.b.DEFAULT_TYPING)) { + if (K != 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 f9019a69d6..0393e3d442 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 K = a.K("BeanAsArraySerializer for "); - K.append(this._handledType.getName()); - return K.toString(); + StringBuilder L = a.L("BeanAsArraySerializer for "); + L.append(this._handledType.getName()); + return L.toString(); } @Override // c.g.a.c.g0.u.d 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 2b19de15e5..8be36d981f 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 f563c; + public final i0 f562c; 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.f563c = i0Var; + this.f562c = 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 30e59c83f0..97ae24d04f 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 K = a.K("Problem accessing property '"); - K.append(this._property._name._value); - K.append("': "); - K.append(e2.getMessage()); - throw new IllegalStateException(K.toString(), 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); } } 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 8c9be4fffa..e83c9773be 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 f564c; + public final Class f563c; 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.f564c = cls2; + this.f563c = 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.f564c, this.e), new f(cls, nVar)}); + return new c(this, new f[]{new f(this.b, this.d), new f(this.f563c, 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.f564c) { + if (cls == this.f563c) { 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 f565c; + public final n f564c; public e(l lVar, Class cls, n nVar) { super(lVar); this.b = cls; - this.f565c = nVar; + this.f564c = nVar; } @Override // c.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new a(this, this.b, this.f565c, cls, nVar); + return new a(this, this.b, this.f564c, cls, nVar); } @Override // c.g.a.c.g0.t.l public n c(Class cls) { if (cls == this.b) { - return this.f565c; + return this.f564c; } 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 77a9fc4414..6fd0d77e90 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 f566c; + public final Class f565c; 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.f566c = uVar.b; - this.d = uVar.f584c; + this.f565c = uVar.b; + this.d = uVar.f583c; } } @@ -75,7 +75,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f566c == cls && !aVar.e) { + if (aVar.f565c == cls && !aVar.e) { return aVar.a; } do { @@ -83,7 +83,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f566c != cls || aVar.e) { + if (aVar.f565c != 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 96a1cd53ee..6bcc504eba 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 K = a.K("UnwrappingBeanSerializer for "); - K.append(this._handledType.getName()); - return K.toString(); + StringBuilder L = a.L("UnwrappingBeanSerializer for "); + L.append(this._handledType.getName()); + return L.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 958ea3203a..7047c48a19 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 f567c = false; + public boolean f566c = false; public u(i0 i0Var) { this.a = i0Var; @@ -21,7 +21,7 @@ public final class u { if (this.b == null) { return false; } - if (!this.f567c && !jVar.e) { + if (!this.f566c && !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 2985bd5108..bd53ec97fe 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 @@ -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.f537c; + Class> cls2 = s3.f536c; 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.f563c, jVar2.d, z2); + jVar2 = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f562c, 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.f563c, 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.f562c, 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.f560c; + c.g.a.c.n nVar3 = aVar.f559c; if (nVar3 instanceof c.g.a.c.g0.i) { c.g.a.c.n y2 = xVar.y(nVar3, aVar.a); - aVar.f560c = y2; + aVar.f559c = 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.f563c); + u p = xVar.p(obj, jVar.f562c); 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.f567c = true; + p.f566c = 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.f563c); + u p = xVar.p(obj, jVar.f562c); 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.f567c = true; + p.f566c = 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.f534c = j2; + d.f533c = 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 2cef6e36db..d4225210ea 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 K = c.d.b.a.a.K("Null SerializerProvider passed for "); - K.append(this._handledType.getName()); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Null SerializerProvider passed for "); + L.append(this._handledType.getName()); + throw new IllegalArgumentException(L.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 9443a4e101..e99aab3d83 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 K = a.K("["); - K.append(hostName.substring(1)); - K.append("]"); - str = K.toString(); + StringBuilder L = a.L("["); + L.append(hostName.substring(1)); + L.append("]"); + str = L.toString(); } else { str = hostName.substring(1); } @@ -51,8 +51,8 @@ public class q extends p0 { hostName = hostName.substring(0, indexOf); } } - StringBuilder O = a.O(hostName, ":"); - O.append(inetSocketAddress.getPort()); - dVar.l0(O.toString()); + StringBuilder P = a.P(hostName, ":"); + P.append(inetSocketAddress.getPort()); + dVar.l0(P.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 d481d047c5..4aaa3d9b6b 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 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(); + 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(); } } 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 d171ba032d..94c1d311c4 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 K = c.d.b.a.a.K("[array type, component type: "); - K.append(this._componentType); - K.append("]"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("[array type, component type: "); + L.append(this._componentType); + L.append("]"); + return L.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 2243cd424b..3f295c41b4 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 f572c; + public ArrayList f571c; public c(c cVar, Class cls) { this.a = cVar; @@ -21,15 +21,15 @@ public final class c { } public String toString() { - StringBuilder K = a.K("[ClassStack (self-refs: "); - ArrayList arrayList = this.f572c; - K.append(arrayList == null ? "0" : String.valueOf(arrayList.size())); - K.append(')'); + StringBuilder L = a.L("[ClassStack (self-refs: "); + ArrayList arrayList = this.f571c; + L.append(arrayList == null ? "0" : String.valueOf(arrayList.size())); + L.append(')'); for (c cVar = this; cVar != null; cVar = cVar.a) { - K.append(' '); - K.append(cVar.b.getName()); + L.append(' '); + L.append(cVar.b.getName()); } - K.append(']'); - return K.toString(); + L.append(']'); + return L.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 d943f79512..995e613375 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 K = a.K("[collection-like type; class "); - a.a0(this._class, K, ", contains "); - K.append(this._elementType); - K.append("]"); - return K.toString(); + StringBuilder L = a.L("[collection-like type; class "); + a.b0(this._class, L, ", contains "); + L.append(this._elementType); + L.append("]"); + return L.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 dfc1de8679..5d9b32b94b 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 K = a.K("[collection type; class "); - a.a0(this._class, K, ", contains "); - K.append(this._elementType); - K.append("]"); - return K.toString(); + StringBuilder L = a.L("[collection type; class "); + a.b0(this._class, L, ", contains "); + L.append(this._elementType); + L.append("]"); + return L.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 01bdbdaaf7..418498d07e 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 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(); + 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(); } } 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 b2fca5a1c6..53fb0cc214 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 K = a.K("Operation should not be attempted on "); - K.append(h.class.getName()); - throw new UnsupportedOperationException(K.toString()); + StringBuilder L = a.L("Operation should not be attempted on "); + L.append(h.class.getName()); + throw new UnsupportedOperationException(L.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 55a8446961..7d7d120e54 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 @@ -63,9 +63,9 @@ public abstract class l extends j implements m { } else if (cls == Void.TYPE) { sb.append('V'); } else { - StringBuilder K = a.K("Unrecognized primitive type: "); - K.append(cls.getName()); - throw new IllegalStateException(K.toString()); + StringBuilder L = a.L("Unrecognized primitive type: "); + L.append(cls.getName()); + throw new IllegalStateException(L.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 774bfc7a63..f1f02ac236 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 f573c; + public final int f572c; public a(Class cls, j[] jVarArr, int i) { this.a = cls; this.b = jVarArr; - this.f573c = i; + this.f572c = i; } public boolean equals(Object obj) { @@ -46,7 +46,7 @@ public class m implements Serializable { return false; } a aVar = (a) obj; - if (this.f573c == aVar.f573c && this.a == aVar.a) { + if (this.f572c == aVar.f572c && this.a == aVar.a) { j[] jVarArr = aVar.b; int length = this.b.length; if (length == jVarArr.length) { @@ -62,7 +62,7 @@ public class m implements Serializable { } public int hashCode() { - return this.f573c; + return this.f572c; } public String toString() { @@ -76,7 +76,7 @@ public class m implements Serializable { public static final TypeVariable[] b = Collection.class.getTypeParameters(); /* renamed from: c reason: collision with root package name */ - public static final TypeVariable[] f574c = Iterable.class.getTypeParameters(); + public static final TypeVariable[] f573c = 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 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, ")")); + 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.w(L, 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.f574c : 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.f573c : 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 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()); + 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()); } 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 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()); + 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()); } 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 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()); + 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()); } public Object a(Class cls) { @@ -276,18 +276,18 @@ public class m implements Serializable { if (this._types.length == 0) { return "<>"; } - StringBuilder H = c.d.b.a.a.H('<'); + StringBuilder J = c.d.b.a.a.J('<'); int length = this._types.length; for (int i2 = 0; i2 < length; i2++) { if (i2 > 0) { - H.append(','); + J.append(','); } j jVar = this._types[i2]; StringBuilder sb = new StringBuilder(40); jVar.m(sb); - H.append(sb.toString()); + J.append(sb.toString()); } - H.append('>'); - return H.toString(); + J.append('>'); + return J.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 ca980c1394..7bc53454a8 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 f575s; + public static final Class f574s; 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 f576x = new k(String.class); + public static final k f575x = new k(String.class); /* renamed from: y reason: collision with root package name */ - public static final k f577y = new k(Object.class); + public static final k f576y = new k(Object.class); /* renamed from: z reason: collision with root package name */ - public static final k f578z = new k(Comparable.class); + public static final k f577z = 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; - f575s = cls2; + f574s = 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 f577y; + return f576y; } public j a(Class cls) { @@ -87,7 +87,7 @@ public class n implements Serializable { if (cls == r) { return u; } - if (cls == f575s) { + if (cls == f574s) { return v; } if (cls == t) { @@ -95,10 +95,10 @@ public class n implements Serializable { } return null; } else if (cls == l) { - return f576x; + return f575x; } else { if (cls == m) { - return f577y; + return f576y; } if (cls == q) { return C; @@ -119,7 +119,7 @@ public class n implements Serializable { if (cls == p) { jVar = A; } else if (cls == n) { - jVar = f578z; + jVar = f577z; } 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 = f577y; + jVar = f576y; } else { m l2 = mVar.l(name); synchronized (typeVariable) { @@ -163,9 +163,9 @@ public class n implements Serializable { } else if (type instanceof WildcardType) { jVar = b(cVar, ((WildcardType) type).getUpperBounds()[0], mVar); } else { - StringBuilder K = a.K("Unrecognized Type: "); - K.append(type == null ? "[null]" : type.toString()); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Unrecognized Type: "); + L.append(type == null ? "[null]" : type.toString()); + throw new IllegalArgumentException(L.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.f572c == null) { - cVar3.f572c = new ArrayList<>(); + if (cVar3.f571c == null) { + cVar3.f571c = new ArrayList<>(); } - cVar3.f572c.add(jVar7); + cVar3.f571c.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 = f576x; + k kVar3 = f575x; 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 = f576x; + kVar2 = f575x; } else { List g = mVar2.g(); int size = g.size(); if (size == 0) { - kVar2 = f577y; + kVar2 = f576y; } 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 = f577y; + jVar4 = f576y; } else if (g2.size() == 1) { jVar4 = g2.get(0); } else { - throw new IllegalArgumentException(a.h(cls, a.K("Strange Collection type "), ": cannot determine type parameters")); + throw new IllegalArgumentException(a.h(cls, a.L("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 = f577y; + jVar3 = f576y; } else if (g3.size() == 1) { jVar3 = g3.get(0); } else { - throw new IllegalArgumentException(a.h(cls, a.K("Strange Reference type "), ": cannot determine type parameters")); + throw new IllegalArgumentException(a.h(cls, a.L("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.f572c; + ArrayList arrayList = cVar2.f571c; 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 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()); + 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()); } } } @@ -490,13 +490,13 @@ public class n implements Serializable { } jVar2 = c(null, cls, m.d(cls, jVarArr)); } else { - 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()); + 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()); } } 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 0946252625..707860df14 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 f579c = Collections.emptyIterator(); + public static final Iterator f578c = 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[][] f580c; + public transient Annotation[][] f579c; 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 f581c = a(EnumMap.class, "elementType", Class.class); + public final Field f580c = 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 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()); + 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()); throw null; } if (constructor != null) { try { return constructor.newInstance(new Object[0]); } catch (Exception e2) { - 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()); + 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()); throw null; } } else { - throw new IllegalArgumentException(c.d.b.a.a.h(cls, c.d.b.a.a.K("Class "), " has no default (no arg) constructor")); + throw new IllegalArgumentException(c.d.b.a.a.h(cls, c.d.b.a.a.L("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 2e16c6a587..f7692dd8cd 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 K = a.K("Cannot determine enum constants for Class "); - K.append(cls.getName()); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = a.L("Cannot determine enum constants for Class "); + L.append(cls.getName()); + throw new IllegalArgumentException(L.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 ebfc75ebde..e0691d65d9 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 K = a.K("[PreAndSuffixTransformer('"); - K.append(this.j); - K.append("','"); - return a.C(K, this.k, "')]"); + StringBuilder L = a.L("[PreAndSuffixTransformer('"); + L.append(this.j); + L.append("','"); + return a.D(L, 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 a1cfb89e12..f2c18d5d2d 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.C(new StringBuilder(), this.j, str); + return a.D(new StringBuilder(), this.j, str); } public String toString() { - return a.C(a.K("[PrefixTransformer('"), this.j, "')]"); + return a.D(a.L("[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 f7058f852a..bdb7a60d5d 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 K = a.K(str); - K.append(this.j); - return K.toString(); + StringBuilder L = a.L(str); + L.append(this.j); + return L.toString(); } public String toString() { - return a.C(a.K("[SuffixTransformer('"), this.j, "')]"); + return a.D(a.L("[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 8cd3238b5a..10880dbe6b 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 K = c.d.b.a.a.K("[ChainedTransformer("); - K.append(this._t1); - K.append(", "); - K.append(this._t2); - K.append(")]"); - return K.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(); } } 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 3794999290..cf5bb37acf 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 @@ -33,7 +33,7 @@ public class r extends DateFormat { public transient Calendar r; /* renamed from: s reason: collision with root package name */ - public transient DateFormat f582s; + public transient DateFormat f581s; static { try { @@ -318,7 +318,7 @@ public class r extends DateFormat { throw new ParseException(String.format("Timestamp value %s out of 64-bit value range", str), parsePosition.getErrorIndex()); } } - if (this.f582s == null) { + if (this.f581s == null) { DateFormat dateFormat2 = n; TimeZone timeZone = this.q; Locale locale = this._locale; @@ -338,9 +338,9 @@ public class r extends DateFormat { if (bool != null) { dateFormat.setLenient(bool.booleanValue()); } - this.f582s = dateFormat; + this.f581s = dateFormat; } - return this.f582s.parse(str, parsePosition); + return this.f581s.parse(str, parsePosition); } } @@ -399,14 +399,14 @@ public class r extends DateFormat { Boolean bool = this._lenient; if (!(valueOf == bool || (valueOf != null && valueOf.equals(bool)))) { this._lenient = valueOf; - this.f582s = null; + this.f581s = null; } } @Override // java.text.DateFormat public void setTimeZone(TimeZone timeZone) { if (!timeZone.equals(this.q)) { - this.f582s = null; + this.f581s = 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 cb982b9535..70d66b0080 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 K = c.d.b.a.a.K("[TokenBuffer: "); + StringBuilder L = c.d.b.a.a.L("[TokenBuffer: "); new a(null, false, false, null); - K.append(']'); - return K.toString(); + L.append(']'); + return L.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 4a19f79c0d..06779d4afd 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 f583c = null; + public final g f582c = 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 4c546ab727..128050e0f2 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 f584c; + public j f583c; public boolean d; public u() { } public u(j jVar, boolean z2) { - this.f584c = jVar; + this.f583c = 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.f584c = null; + this.f583c = 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.f584c.equals(uVar.f584c); + return cls != null ? uVar.b == cls : this.f583c.equals(uVar.f583c); } public final int hashCode() { @@ -52,13 +52,13 @@ public class u { public final String toString() { if (this.b != null) { - StringBuilder K = a.K("{class: "); - a.a0(this.b, K, ", typed? "); - return a.F(K, this.d, "}"); + StringBuilder L = a.L("{class: "); + a.b0(this.b, L, ", typed? "); + return a.G(L, this.d, "}"); } - StringBuilder K2 = a.K("{type: "); - K2.append(this.f584c); - K2.append(", typed? "); - return a.F(K2, this.d, "}"); + StringBuilder L2 = a.L("{type: "); + L2.append(this.f583c); + L2.append(", typed? "); + return a.G(L2, 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 ffb17b7106..57845e13ce 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.f579c; + return d.f578c; } } 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 c717bd23f8..93d847d571 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 K = a.K("{"); - K.append(this._namespace); - K.append("}"); - K.append(this._simpleName); - return K.toString(); + StringBuilder L = a.L("{"); + L.append(this._namespace); + L.append("}"); + L.append(this._simpleName); + return L.toString(); } } diff --git a/app/src/main/java/c/g/a/c/y/b.java b/app/src/main/java/c/g/a/c/y/b.java index 0d17cb1510..02ad87bb17 100644 --- a/app/src/main/java/c/g/a/c/y/b.java +++ b/app/src/main/java/c/g/a/c/y/b.java @@ -26,7 +26,7 @@ public @interface b { /* compiled from: JsonAppend */ /* renamed from: c.g.a.c.y.b$b reason: collision with other inner class name */ - public @interface AbstractC0075b { + public @interface AbstractC0076b { p.a include() default p.a.NON_NULL; String name() default ""; @@ -44,5 +44,5 @@ public @interface b { boolean prepend() default false; - AbstractC0075b[] props() default {}; + AbstractC0076b[] props() default {}; } diff --git a/app/src/main/java/c/g/a/c/z/a.java b/app/src/main/java/c/g/a/c/z/a.java index 53923c379e..e5a0e04c79 100644 --- a/app/src/main/java/c/g/a/c/z/a.java +++ b/app/src/main/java/c/g/a/c/z/a.java @@ -15,7 +15,7 @@ import java.util.TimeZone; public final class a implements Serializable { public static final TimeZone i = TimeZone.getTimeZone("UTC"); private static final long serialVersionUID = 1; - public final a.AbstractC0074a _accessorNaming; + public final a.AbstractC0075a _accessorNaming; public final b _annotationIntrospector; public final t _classIntrospector; public final DateFormat _dateFormat; @@ -29,7 +29,7 @@ public final class a implements Serializable { public final c _typeValidator; /* JADX WARN: Incorrect args count in method signature: (Lc/g/a/c/c0/t;Lc/g/a/c/b;Lc/g/a/c/u;Lc/g/a/c/h0/n;Lc/g/a/c/e0/f<*>;Ljava/text/DateFormat;Lc/g/a/c/z/k;Ljava/util/Locale;Ljava/util/TimeZone;Lc/g/a/b/a;Lc/g/a/c/e0/c;Lc/g/a/c/c0/a$a;)V */ - public a(t tVar, b bVar, u uVar, n nVar, f fVar, DateFormat dateFormat, Locale locale, TimeZone timeZone, c.g.a.b.a aVar, c cVar, a.AbstractC0074a aVar2) { + public a(t tVar, b bVar, u uVar, n nVar, f fVar, DateFormat dateFormat, Locale locale, TimeZone timeZone, c.g.a.b.a aVar, c cVar, a.AbstractC0075a aVar2) { this._classIntrospector = tVar; this._annotationIntrospector = bVar; this._propertyNamingStrategy = uVar; 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 7bcf88cafe..44f42fb607 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 f593c; + public ScriptIntrinsicBlur f592c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f593c.setInput(this.d); - this.f593c.forEach(this.e); + this.f592c.setInput(this.d); + this.f592c.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.f593c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f592c = 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.f593c.setRadius(f); + this.f592c.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.f593c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f592c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f593c = null; + this.f592c = 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 7f651275f7..80583f4370 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 f594c; + public ScriptIntrinsicBlur f593c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f594c.setInput(this.d); - this.f594c.forEach(this.e); + this.f593c.setInput(this.d); + this.f593c.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.f594c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f593c = 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.f594c.setRadius(f); + this.f593c.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.f594c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f593c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f594c = null; + this.f593c = 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 d033c9b7c5..0b55e048f7 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 f595c; + public ScriptIntrinsicBlur f594c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f595c.setInput(this.d); - this.f595c.forEach(this.e); + this.f594c.setInput(this.d); + this.f594c.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.f595c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f594c = 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.f595c.setRadius(f); + this.f594c.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.f595c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f594c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f595c = null; + this.f594c = 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 9c93a0e455..521092dd08 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.C(a.K("Encoding{name=\""), this.a, "\"}"); + return a.D(a.L("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 c6b4fbbabf..50b1ac0889 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 @@ -18,7 +18,7 @@ public final class a implements d { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f596c; + public static final String f595c; public static final Set d = Collections.unmodifiableSet(new HashSet(Arrays.asList(new b("proto"), new b("json")))); public static final a e; @NonNull @@ -30,7 +30,7 @@ public final class a implements d { String L1 = AnimatableValueParser.L1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg"); b = L1; String L12 = AnimatableValueParser.L1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK"); - f596c = L12; + f595c = L12; e = new a(L1, L12); } 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 5a48537f1e..29bf97b30b 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 @@ -44,7 +44,7 @@ public final /* synthetic */ class b { httpURLConnection.setRequestProperty("Content-Encoding", "gzip"); httpURLConnection.setRequestProperty("Content-Type", RestAPIBuilder.CONTENT_TYPE_JSON); httpURLConnection.setRequestProperty("Accept-Encoding", "gzip"); - String str = aVar.f598c; + String str = aVar.f597c; 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 c07e2d3eef..c4b0fb52d5 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 @@ -40,7 +40,7 @@ public final class d implements m { public final ConnectivityManager b; /* renamed from: c reason: collision with root package name */ - public final Context f597c; + public final Context f596c; 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; @@ -53,12 +53,12 @@ public final class d implements m { @Nullable /* renamed from: c reason: collision with root package name */ - public final String f598c; + public final String f597c; public a(URL url, j jVar, @Nullable String str) { this.a = url; this.b = jVar; - this.f598c = str; + this.f597c = str; } } @@ -69,12 +69,12 @@ public final class d implements m { public final URL b; /* renamed from: c reason: collision with root package name */ - public final long f599c; + public final long f598c; public b(int i, @Nullable URL url, long j) { this.a = i; this.b = url; - this.f599c = j; + this.f598c = j; } } @@ -83,7 +83,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.f597c = context; + this.f596c = context; this.b = (ConnectivityManager) context.getSystemService("connectivity"); this.e = aVar2; this.f = aVar; @@ -159,7 +159,7 @@ public final class d implements m { aVar3 = aVar2; } bVar.a = Long.valueOf(fVar4.e()); - bVar.f602c = Long.valueOf(fVar4.h()); + bVar.f601c = Long.valueOf(fVar4.h()); String str4 = fVar4.b().get("tz-offset"); bVar.f = Long.valueOf(str4 == null ? 0 : Long.valueOf(str4).longValue()); aVar2 = aVar3; @@ -168,14 +168,14 @@ public final class d implements m { bVar.b = fVar4.c(); } String str5 = bVar.a == null ? " eventTimeMs" : ""; - if (bVar.f602c == null) { + if (bVar.f601c == null) { str5 = c.d.b.a.a.s(str5, " eventUptimeMs"); } if (bVar.f == null) { 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.f602c.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.f601c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); it2 = it2; it = it; aVar3 = aVar2; @@ -216,7 +216,7 @@ public final class d implements m { 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.f599c); + return new c.i.a.b.j.q.b(g.a.OK, bVar3.f598c); } if (i < 500) { if (i != 404) { @@ -271,8 +271,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.f597c.getSystemService("phone")).getSimOperator()); - Context context = this.f597c; + i2.c().put("mcc_mnc", ((TelephonyManager) this.f596c.getSystemService("phone")).getSimOperator()); + Context context = this.f596c; 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 a61d7adec6..8e2ab5654e 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 @@ -31,8 +31,8 @@ public final class b implements c.i.c.p.g.a { /* compiled from: AutoBatchedLogRequestEncoder */ /* renamed from: c.i.a.b.i.e.b$b reason: collision with other inner class name */ - public static final class C0076b implements c.i.c.p.c { - public static final C0076b a = new C0076b(); + public static final class C0077b implements c.i.c.p.c { + public static final C0077b a = new C0077b(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b @@ -108,36 +108,36 @@ public final class b implements c.i.c.p.g.a { } public void a(c.i.c.p.g.b bVar) { - C0076b bVar2 = C0076b.a; + C0077b bVar2 = C0077b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(j.class, bVar2); - eVar.f1363c.remove(j.class); + eVar.f1362c.remove(j.class); eVar.b.put(d.class, bVar2); - eVar.f1363c.remove(d.class); + eVar.f1362c.remove(d.class); e eVar2 = e.a; eVar.b.put(m.class, eVar2); - eVar.f1363c.remove(m.class); + eVar.f1362c.remove(m.class); eVar.b.put(g.class, eVar2); - eVar.f1363c.remove(g.class); + eVar.f1362c.remove(g.class); c cVar = c.a; eVar.b.put(k.class, cVar); - eVar.f1363c.remove(k.class); + eVar.f1362c.remove(k.class); eVar.b.put(e.class, cVar); - eVar.f1363c.remove(e.class); + eVar.f1362c.remove(e.class); a aVar = a.a; eVar.b.put(a.class, aVar); - eVar.f1363c.remove(a.class); + eVar.f1362c.remove(a.class); eVar.b.put(c.class, aVar); - eVar.f1363c.remove(c.class); + eVar.f1362c.remove(c.class); d dVar = d.a; eVar.b.put(l.class, dVar); - eVar.f1363c.remove(l.class); + eVar.f1362c.remove(l.class); eVar.b.put(f.class, dVar); - eVar.f1363c.remove(f.class); + eVar.f1362c.remove(f.class); f fVar = f.a; eVar.b.put(o.class, fVar); - eVar.f1363c.remove(o.class); + eVar.f1362c.remove(o.class); eVar.b.put(i.class, fVar); - eVar.f1363c.remove(i.class); + eVar.f1362c.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 d8d46b5867..93567bceb3 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 f600c; + public final String f599c; 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.f600c = str2; + this.f599c = 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.f600c; + return this.f599c; } 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.f600c; + String str2 = this.f599c; 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.f600c; + String str2 = this.f599c; 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 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.f600c); - 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, "}"); + 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.f599c); + 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, "}"); } } 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 2b6ca78e33..afcf47a1a3 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.D(a.K("BatchedLogRequest{logRequests="), this.a, "}"); + return a.E(a.L("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 7cd31ecb03..5721f8ab38 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 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(); + 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(); } } 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 7e172c1690..6ac0c96370 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 f601c; + public final long f600c; 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 f602c; + public Long f601c; 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.f601c = j2; + this.f600c = 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.f601c; + return this.f600c; } @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.f601c == lVar.c()) { + if (this.a == lVar.b() && ((num = this.b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.f600c == 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.f601c; + long j2 = this.f600c; 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 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.f601c); - 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(); + 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.f600c); + 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(); } } 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 21f25a9932..8abd8e4481 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 f603c; + public final k f602c; 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.f603c = kVar; + this.f602c = 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.f603c; + return this.f602c; } @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.f603c) != 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.f602c) != 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.f603c; + k kVar = this.f602c; 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 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.f603c); - 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(); + 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.f602c); + 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(); } } 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 6a8276b7cf..0583a7d77e 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.y(a.K("LogResponse{nextRequestWaitMillis="), this.a, "}"); + return a.y(a.L("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 18b938108e..b109a975e1 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 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(); + 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(); } } 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 91b7036501..cdb9978326 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 f612c; + public final e f611c; 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 f613c; + public e f612c; public Long d; public Long e; public Map f; @@ -29,7 +29,7 @@ public final class a extends f { @Override // c.i.a.b.j.f.a public f b() { String str = this.a == null ? " transportName" : ""; - if (this.f613c == null) { + if (this.f612c == null) { str = c.d.b.a.a.s(str, " encodedPayload"); } if (this.d == null) { @@ -42,7 +42,7 @@ public final class a extends f { str = c.d.b.a.a.s(str, " autoMetadata"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f613c, this.d.longValue(), this.e.longValue(), this.f, null); + return new a(this.a, this.b, this.f612c, this.d.longValue(), this.e.longValue(), this.f, null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @@ -58,7 +58,7 @@ public final class a extends f { public f.a d(e eVar) { Objects.requireNonNull(eVar, "Null encodedPayload"); - this.f613c = eVar; + this.f612c = eVar; return this; } @@ -79,10 +79,10 @@ public final class a extends f { } } - public a(String str, Integer num, e eVar, long j, long j2, Map map, C0077a aVar) { + public a(String str, Integer num, e eVar, long j, long j2, Map map, C0078a aVar) { this.a = str; this.b = num; - this.f612c = eVar; + this.f611c = 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.f612c; + return this.f611c; } @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.f612c.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.f611c.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.f612c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); + return ((((((((hashCode ^ hashCode2) * 1000003) ^ this.f611c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); } public String toString() { - 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.f612c); - 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, "}"); + 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.f611c); + 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, "}"); } } 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 91242f7f40..65974c96fe 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,25 +12,25 @@ public final class b extends i { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final d f614c; + public final d f613c; /* compiled from: AutoValue_TransportContext */ /* renamed from: c.i.a.b.j.b$b reason: collision with other inner class name */ - public static final class C0078b extends i.a { + public static final class C0079b extends i.a { public String a; public byte[] b; /* renamed from: c reason: collision with root package name */ - public d f615c; + public d f614c; @Override // c.i.a.b.j.i.a public i a() { String str = this.a == null ? " backendName" : ""; - if (this.f615c == null) { + if (this.f614c == null) { str = c.d.b.a.a.s(str, " priority"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f615c, null); + return new b(this.a, this.b, this.f614c, null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @@ -45,7 +45,7 @@ public final class b extends i { @Override // c.i.a.b.j.i.a public i.a c(d dVar) { Objects.requireNonNull(dVar, "Null priority"); - this.f615c = dVar; + this.f614c = 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.f614c = dVar; + this.f613c = 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.f614c; + return this.f613c; } 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.f614c.equals(iVar.d())) { + if (Arrays.equals(this.b, iVar instanceof b ? ((b) iVar).b : iVar.c()) && this.f613c.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.f614c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.b)) * 1000003) ^ this.f613c.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 38bcc3de23..d874dc25fe 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

f616s; + public c0.a.a

f615s; 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.f616s = qVar; + this.f615s = 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 b47cd942d2..0fa00ebec5 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 K = a.K("EncodedPayload{encoding="); - K.append(this.a); - K.append(", bytes=[...]}"); - return K.toString(); + StringBuilder L = a.L("EncodedPayload{encoding="); + L.append(this.a); + L.append(", bytes=[...]}"); + return L.toString(); } } diff --git a/app/src/main/java/c/i/a/b/j/i.java b/app/src/main/java/c/i/a/b/j/i.java index e87d707f5b..fd97d96ec8 100644 --- a/app/src/main/java/c/i/a/b/j/i.java +++ b/app/src/main/java/c/i/a/b/j/i.java @@ -22,7 +22,7 @@ public abstract class i { } public static a a() { - b.C0078b bVar = new b.C0078b(); + b.C0079b bVar = new b.C0079b(); bVar.c(d.DEFAULT); return bVar; } 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 c9ff2c6ab6..21ceab3d4a 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 f617c; + public final m f616c; public j(Set set, i iVar, m mVar) { this.a = set; this.b = iVar; - this.f617c = mVar; + this.f616c = 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.f617c); + return new l(this.b, str, bVar, eVar, this.f616c); } 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 d6d73b9549..631ba0bbb1 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 f618c; + public final b f617c; 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.f618c = bVar; + this.f617c = 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.f618c; + b bVar = this.f617c; Objects.requireNonNull(bVar, "Null encoding"); n nVar = (n) mVar; c.i.a.b.j.t.e eVar2 = nVar.d; @@ -52,13 +52,13 @@ public final class l implements f { i.a a = i.a(); a.b(iVar.b()); a.c(c2); - b.C0078b bVar2 = (b.C0078b) a; + b.C0079b bVar2 = (b.C0079b) a; bVar2.b = iVar.c(); i a2 = bVar2.a(); a.b bVar3 = new a.b(); bVar3.f = new HashMap(); bVar3.e(nVar.b.a()); - bVar3.g(nVar.f619c.a()); + bVar3.g(nVar.f618c.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 2e523ff712..be9aaa0a5f 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 f619c; + public final a f618c; public final e d; public final l e; public n(a aVar, a aVar2, e eVar, l lVar, p pVar) { this.b = aVar; - this.f619c = aVar2; + this.f618c = aVar2; this.d = eVar; this.e = lVar; pVar.a.execute(new c.i.a.b.j.t.h.n(pVar)); @@ -60,7 +60,7 @@ public class n implements m { i.a a2 = i.a(); Objects.requireNonNull(dVar); a2.b("cct"); - b.C0078b bVar = (b.C0078b) a2; + b.C0079b bVar = (b.C0079b) a2; bVar.b = ((c.i.a.b.i.a) dVar).b(); return new j(set, bVar.a(), this); } 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 6d07092fef..ef37b13b44 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 f620c; + public final a f619c; 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.f620c = aVar3; + this.f619c = aVar3; this.d = aVar4; this.e = aVar5; } @Override // c0.a.a public Object get() { - return new n(this.a.get(), this.b.get(), this.f620c.get(), this.d.get(), this.e.get()); + return new n(this.a.get(), this.b.get(), this.f619c.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 ae19d5b2d4..31979a6198 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 @@ -8,7 +8,7 @@ public final class a extends f { public final Iterable a; public final byte[] b; - public a(Iterable iterable, byte[] bArr, C0079a aVar) { + public a(Iterable iterable, byte[] bArr, C0080a aVar) { this.a = iterable; this.b = bArr; } @@ -45,11 +45,11 @@ public final class a extends f { } public String 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(); + 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(); } } 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 f8fabe86aa..6efd45cf32 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 K = a.K("BackendResponse{status="); - K.append(this.a); - K.append(", nextRequestWaitMillis="); - return a.y(K, this.b, "}"); + StringBuilder L = a.L("BackendResponse{status="); + L.append(this.a); + L.append(", nextRequestWaitMillis="); + return a.y(L, 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 46f27814dc..e3f36eca4e 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 f621c; + public final a f620c; 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.f621c = aVar2; + this.f620c = 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.f621c; + return this.f620c; } @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.f621c.equals(hVar.c()) && this.d.equals(hVar.b()); + return this.a.equals(hVar.a()) && this.b.equals(hVar.d()) && this.f620c.equals(hVar.c()) && this.d.equals(hVar.b()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f621c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f620c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { - 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.f621c); - K.append(", backendName="); - return c.d.b.a.a.C(K, this.d, "}"); + 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.f620c); + L.append(", backendName="); + return c.d.b.a.a.D(L, 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 23b47aae5d..1c61561d96 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 f622c; + public final a f621c; public i(Context context, a aVar, a aVar2) { this.a = context; this.b = aVar; - this.f622c = aVar2; + this.f621c = 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 50ae55b23e..f7a8a530df 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 f623c; + public final a f622c; public j(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f623c = aVar3; + this.f622c = aVar3; } @Override // c0.a.a public Object get() { - return new i(this.a.get(), this.b.get(), this.f623c.get()); + return new i(this.a.get(), this.b.get(), this.f622c.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 3b4f9ce568..fa0563b2f5 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 f624c = new HashMap(); + public final Map f623c = 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.f624c.containsKey(str)) { - return this.f624c.get(str); + if (this.f623c.containsKey(str)) { + return this.f623c.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.f622c, str)); - this.f624c.put(str, create); + m create = a2.create(new c(iVar.a, iVar.b, iVar.f621c, str)); + this.f623c.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 fdd1b8226c..aa0918a61c 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 f625c = a; + public volatile Object f624c = 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.f625c; + T t = (T) this.f624c; Object obj = a; if (t == obj) { synchronized (this) { - t = this.f625c; + t = this.f624c; if (t == obj) { t = this.b.get(); - a(this.f625c, t); - this.f625c = t; + a(this.f624c, t); + this.f624c = 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 c86e83fb6b..be64c06166 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 K = c.d.b.a.a.K("Error scheduling event "); - K.append(e.getMessage()); - logger2.warning(K.toString()); + StringBuilder L = c.d.b.a.a.L("Error scheduling event "); + L.append(e.getMessage()); + logger2.warning(L.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 fbf8c3192f..ff9f11b179 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 @@ -4,24 +4,24 @@ import c.i.a.b.j.f; import c.i.a.b.j.i; import c.i.a.b.j.u.a; /* compiled from: DefaultScheduler */ -public final /* synthetic */ class b implements a.AbstractC0082a { +public final /* synthetic */ class b implements a.AbstractC0083a { public final c a; public final i b; /* renamed from: c reason: collision with root package name */ - public final f f626c; + public final f f625c; public b(c cVar, i iVar, f fVar) { this.a = cVar; this.b = iVar; - this.f626c = fVar; + this.f625c = fVar; } - @Override // c.i.a.b.j.u.a.AbstractC0082a + @Override // c.i.a.b.j.u.a.AbstractC0083a public Object execute() { c cVar = this.a; i iVar = this.b; - cVar.e.Z(iVar, this.f626c); + cVar.e.Z(iVar, this.f625c); 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 4dcbc03e10..d2b4165a86 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 f627c; + public final Executor f626c; 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.f627c = executor; + this.f626c = 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.f627c.execute(new a(this, iVar, hVar, fVar)); + this.f626c.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 9f537155eb..e9cbb0128e 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 f628c; + public final a f627c; 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.f628c = aVar3; + this.f627c = aVar3; this.d = aVar4; this.e = aVar5; } @Override // c0.a.a public Object get() { - return new c(this.a.get(), this.b.get(), this.f628c.get(), this.d.get(), this.e.get()); + return new c(this.a.get(), this.b.get(), this.f627c.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 8a55019c49..e1d006aa42 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 @@ -24,23 +24,23 @@ public final class f implements a { c.i.a.b.j.v.a aVar = this.a.get(); HashMap hashMap = new HashMap(); d dVar = d.DEFAULT; - f.a.AbstractC0080a a = f.a.a(); + f.a.AbstractC0081a a = f.a.a(); a.b(30000); a.c(86400000); hashMap.put(dVar, a.a()); d dVar2 = d.HIGHEST; - f.a.AbstractC0080a a2 = f.a.a(); + f.a.AbstractC0081a a2 = f.a.a(); a2.b(1000); a2.c(86400000); hashMap.put(dVar2, a2.a()); d dVar3 = d.VERY_LOW; - f.a.AbstractC0080a a3 = f.a.a(); + f.a.AbstractC0081a a3 = f.a.a(); a3.b(86400000); a3.c(86400000); 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.f631c = unmodifiableSet; + bVar.f630c = 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 1763de402b..113c727693 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 f629c; + public final a f628c; public final a d; public g(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f629c = aVar3; + this.f628c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { this.d.get(); - return new d(this.a.get(), this.b.get(), this.f629c.get()); + return new d(this.a.get(), this.b.get(), this.f628c.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 0ff1f96654..fc7aab1811 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 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, "}"); + 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, "}"); } } 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 04814562b3..1973ebc5a4 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,39 +8,39 @@ public final class c extends f.a { public final long b; /* renamed from: c reason: collision with root package name */ - public final Set f630c; + public final Set f629c; /* compiled from: AutoValue_SchedulerConfig_ConfigValue */ - public static final class b extends f.a.AbstractC0080a { + public static final class b extends f.a.AbstractC0081a { public Long a; public Long b; /* renamed from: c reason: collision with root package name */ - public Set f631c; + public Set f630c; - @Override // c.i.a.b.j.t.h.f.a.AbstractC0080a + @Override // c.i.a.b.j.t.h.f.a.AbstractC0081a public f.a a() { String str = this.a == null ? " delta" : ""; if (this.b == null) { str = c.d.b.a.a.s(str, " maxAllowedDelay"); } - if (this.f631c == null) { + if (this.f630c == null) { str = c.d.b.a.a.s(str, " flags"); } if (str.isEmpty()) { - return new c(this.a.longValue(), this.b.longValue(), this.f631c, null); + return new c(this.a.longValue(), this.b.longValue(), this.f630c, null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } - @Override // c.i.a.b.j.t.h.f.a.AbstractC0080a - public f.a.AbstractC0080a b(long j) { + @Override // c.i.a.b.j.t.h.f.a.AbstractC0081a + public f.a.AbstractC0081a b(long j) { this.a = Long.valueOf(j); return this; } - @Override // c.i.a.b.j.t.h.f.a.AbstractC0080a - public f.a.AbstractC0080a c(long j) { + @Override // c.i.a.b.j.t.h.f.a.AbstractC0081a + public f.a.AbstractC0081a c(long j) { this.b = Long.valueOf(j); return this; } @@ -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.f630c = set; + this.f629c = 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.f630c; + return this.f629c; } @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.f630c.equals(aVar.c()); + return this.a == aVar.b() && this.b == aVar.d() && this.f629c.equals(aVar.c()); } public int hashCode() { long j = this.a; long j2 = this.b; - return this.f630c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f629c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String 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.f630c); - K.append("}"); - return K.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.f629c); + L.append("}"); + return L.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 7af25a4c9a..0f50387d1c 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 @@ -27,12 +27,12 @@ public class d implements r { public final c b; /* renamed from: c reason: collision with root package name */ - public final f f632c; + public final f f631c; public d(Context context, c cVar, f fVar) { this.a = context; this.b = cVar; - this.f632c = fVar; + this.f631c = fVar; } /* JADX WARNING: Code restructure failed: missing block: B:10:0x0092, code lost: @@ -71,7 +71,7 @@ public class d implements r { return; } long g02 = this.b.g0(iVar); - f fVar = this.f632c; + f fVar = this.f631c; JobInfo.Builder builder = new JobInfo.Builder(value, componentName); c.i.a.b.d d = iVar.d(); builder.setMinimumLatency(fVar.b(d, g02, i)); @@ -103,7 +103,7 @@ public class d implements r { Object[] objArr = new Object[5]; objArr[c2] = iVar; objArr[1] = Integer.valueOf(value); - objArr[2] = Long.valueOf(this.f632c.b(iVar.d(), g02, i)); + objArr[2] = Long.valueOf(this.f631c.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 a010e850e2..38f084e315 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 @@ -18,19 +18,19 @@ public abstract class f { /* compiled from: SchedulerConfig */ @AutoValue.Builder /* renamed from: c.i.a.b.j.t.h.f$a$a reason: collision with other inner class name */ - public static abstract class AbstractC0080a { + public static abstract class AbstractC0081a { public abstract a a(); - public abstract AbstractC0080a b(long j); + public abstract AbstractC0081a b(long j); - public abstract AbstractC0080a c(long j); + public abstract AbstractC0081a c(long j); } - public static AbstractC0080a a() { + public static AbstractC0081a a() { c.b bVar = new c.b(); Set emptySet = Collections.emptySet(); Objects.requireNonNull(emptySet, "Null flags"); - bVar.f631c = emptySet; + bVar.f630c = 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 268cfca555..e5ecff860e 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.f635c; + c cVar = lVar.f634c; 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 c4da714b96..5edad9517e 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 @@ -3,7 +3,7 @@ package c.i.a.b.j.t.h; import c.i.a.b.j.i; import c.i.a.b.j.u.a; /* compiled from: Uploader */ -public final /* synthetic */ class h implements a.AbstractC0082a { +public final /* synthetic */ class h implements a.AbstractC0083a { public final l a; public final i b; @@ -12,9 +12,9 @@ public final /* synthetic */ class h implements a.AbstractC0082a { this.b = iVar; } - @Override // c.i.a.b.j.u.a.AbstractC0082a + @Override // c.i.a.b.j.u.a.AbstractC0083a public Object execute() { l lVar = this.a; - return lVar.f635c.q(this.b); + return lVar.f634c.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 3207c9f089..569a9688ae 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 @@ -4,40 +4,40 @@ import c.i.a.b.j.q.g; import c.i.a.b.j.t.i.h; import c.i.a.b.j.u.a; /* compiled from: Uploader */ -public final /* synthetic */ class i implements a.AbstractC0082a { +public final /* synthetic */ class i implements a.AbstractC0083a { public final l a; public final g b; /* renamed from: c reason: collision with root package name */ - public final Iterable f633c; + public final Iterable f632c; 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.f633c = iterable; + this.f632c = iterable; this.d = iVar; this.e = i; } - @Override // c.i.a.b.j.u.a.AbstractC0082a + @Override // c.i.a.b.j.u.a.AbstractC0083a public Object execute() { l lVar = this.a; g gVar = this.b; - Iterable iterable = this.f633c; + Iterable iterable = this.f632c; c.i.a.b.j.i iVar = this.d; int i = this.e; if (gVar.c() == g.a.TRANSIENT_ERROR) { - lVar.f635c.m0(iterable); + lVar.f634c.m0(iterable); lVar.d.a(iVar, i + 1); return null; } - lVar.f635c.m(iterable); + lVar.f634c.m(iterable); if (gVar.c() == g.a.OK) { - lVar.f635c.u(iVar, gVar.b() + lVar.g.a()); + lVar.f634c.u(iVar, gVar.b() + lVar.g.a()); } - if (!lVar.f635c.k0(iVar)) { + if (!lVar.f634c.k0(iVar)) { return null; } lVar.d.a(iVar, 1); diff --git a/app/src/main/java/c/i/a/b/j/t/h/j.java b/app/src/main/java/c/i/a/b/j/t/h/j.java index 74312b6c97..24748518d5 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/j.java +++ b/app/src/main/java/c/i/a/b/j/t/h/j.java @@ -3,14 +3,14 @@ package c.i.a.b.j.t.h; import c.i.a.b.j.t.i.c; import c.i.a.b.j.u.a; /* compiled from: Uploader */ -public final /* synthetic */ class j implements a.AbstractC0082a { +public final /* synthetic */ class j implements a.AbstractC0083a { public final c a; public j(c cVar) { this.a = cVar; } - @Override // c.i.a.b.j.u.a.AbstractC0082a + @Override // c.i.a.b.j.u.a.AbstractC0083a public Object execute() { return Integer.valueOf(this.a.l()); } 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 081ea3f198..34a4dd5e0c 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 @@ -3,23 +3,23 @@ package c.i.a.b.j.t.h; import c.i.a.b.j.i; import c.i.a.b.j.u.a; /* compiled from: Uploader */ -public final /* synthetic */ class k implements a.AbstractC0082a { +public final /* synthetic */ class k implements a.AbstractC0083a { public final l a; public final i b; /* renamed from: c reason: collision with root package name */ - public final int f634c; + public final int f633c; public k(l lVar, i iVar, int i) { this.a = lVar; this.b = iVar; - this.f634c = i; + this.f633c = i; } - @Override // c.i.a.b.j.u.a.AbstractC0082a + @Override // c.i.a.b.j.u.a.AbstractC0083a public Object execute() { l lVar = this.a; - lVar.d.a(this.b, this.f634c + 1); + lVar.d.a(this.b, this.f633c + 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 c22a11e8b2..f9a92bc294 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 f635c; + public final c f634c; 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.f635c = cVar; + this.f634c = cVar; this.d = rVar; this.e = executor; this.f = aVar; diff --git a/app/src/main/java/c/i/a/b/j/t/h/m.java b/app/src/main/java/c/i/a/b/j/t/h/m.java index 4580e5be1c..b33ae2b2bd 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 f636c; + public final a f635c; 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.f636c = aVar3; + this.f635c = 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.f636c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); + return new l(this.a.get(), this.b.get(), this.f635c.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 eeb33dbd39..e665853016 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 @@ -3,18 +3,18 @@ package c.i.a.b.j.t.h; import c.i.a.b.j.i; import c.i.a.b.j.u.a; /* compiled from: WorkInitializer */ -public final /* synthetic */ class o implements a.AbstractC0082a { +public final /* synthetic */ class o implements a.AbstractC0083a { public final p a; public o(p pVar) { this.a = pVar; } - @Override // c.i.a.b.j.u.a.AbstractC0082a + @Override // c.i.a.b.j.u.a.AbstractC0083a public Object execute() { p pVar = this.a; for (i iVar : pVar.b.y()) { - pVar.f637c.a(iVar, 1); + pVar.f636c.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 baebfa12f2..b29f3fb0b3 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 f637c; + public final r f636c; public final a d; public p(Executor executor, c cVar, r rVar, a aVar) { this.a = executor; this.b = cVar; - this.f637c = rVar; + this.f636c = 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 4639300f3b..e951a6619c 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 f638c; + public final a f637c; public final a d; public q(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f638c = aVar3; + this.f637c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new p(this.a.get(), this.b.get(), this.f638c.get(), this.d.get()); + return new p(this.a.get(), this.b.get(), this.f637c.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 7a033256f9..37a9e00e00 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 f639c; + public final int f638c; public final int d; public final long e; public final int f; - public a(long j, int i, int i2, long j2, int i3, C0081a aVar) { + public a(long j, int i, int i2, long j2, int i3, C0082a aVar) { this.b = j; - this.f639c = i; + this.f638c = 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.f639c; + return this.f638c; } @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.f639c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); + return this.b == dVar.e() && this.f638c == 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.f639c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f638c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { - StringBuilder K = c.d.b.a.a.K("EventStoreConfig{maxStorageSizeInBytes="); - K.append(this.b); - K.append(", loadBatchSize="); - K.append(this.f639c); - 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, "}"); + StringBuilder L = c.d.b.a.a.L("EventStoreConfig{maxStorageSizeInBytes="); + L.append(this.b); + L.append(", loadBatchSize="); + L.append(this.f638c); + L.append(", criticalSectionEnterTimeoutMs="); + L.append(this.d); + L.append(", eventCleanUpAge="); + L.append(this.e); + L.append(", maxBlobByteSizePerRow="); + return c.d.b.a.a.w(L, 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 56103e2ac1..69620c0eb2 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 f640c; + public final a f639c; public a0(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f640c = aVar3; + this.f639c = aVar3; } @Override // c0.a.a public Object get() { - return new z(this.a.get(), this.b.get(), this.f640c.get().intValue()); + return new z(this.a.get(), this.b.get(), this.f639c.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 401a4afd36..9c80141430 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 f641c; + public final f f640c; 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.f641c = fVar; + this.f640c = fVar; } @Override // c.i.a.b.j.t.i.h public f a() { - return this.f641c; + return this.f640c; } @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.f641c.equals(hVar.a()); + return this.a == hVar.b() && this.b.equals(hVar.c()) && this.f640c.equals(hVar.a()); } public int hashCode() { long j = this.a; - return this.f641c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); + return this.f640c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); } public String toString() { - StringBuilder K = a.K("PersistedEvent{id="); - K.append(this.a); - K.append(", transportContext="); - K.append(this.b); - K.append(", event="); - K.append(this.f641c); - K.append("}"); - return K.toString(); + StringBuilder L = a.L("PersistedEvent{id="); + L.append(this.a); + L.append(", transportContext="); + L.append(this.b); + L.append(", event="); + L.append(this.f640c); + L.append("}"); + return L.toString(); } } 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 d1c7fde901..20be78c2da 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 f642c; + public final i f641c; public k(t tVar, List list, i iVar) { this.a = tVar; this.b = list; - this.f642c = iVar; + this.f641c = 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.f642c; + i iVar = this.f641c; 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/p.java b/app/src/main/java/c/i/a/b/j/t/i/p.java index 20052a5709..8e122b59bd 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/p.java +++ b/app/src/main/java/c/i/a/b/j/t/i/p.java @@ -22,7 +22,7 @@ public final /* synthetic */ class p implements t.b { a2.b(cursor.getString(1)); a2.c(a.b(cursor.getInt(2))); String string = cursor.getString(3); - b.C0078b bVar2 = (b.C0078b) a2; + b.C0079b bVar2 = (b.C0079b) a2; bVar2.b = string == null ? null : Base64.decode(string, 0); arrayList.add(bVar2.a()); } 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 060e4eb715..05edc05336 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/s.java +++ b/app/src/main/java/c/i/a/b/j/t/i/s.java @@ -19,12 +19,12 @@ public final /* synthetic */ class s implements t.b { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f643c; + public final f f642c; public s(t tVar, i iVar, f fVar) { this.a = tVar; this.b = iVar; - this.f643c = fVar; + this.f642c = fVar; } @Override // c.i.a.b.j.t.i.t.b @@ -32,7 +32,7 @@ public final /* synthetic */ class s implements t.b { long j; t tVar = this.a; i iVar = this.b; - f fVar = this.f643c; + f fVar = this.f642c; 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 cba8509875..96c6be963e 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 @@ -86,7 +86,7 @@ public class t implements c, c.i.a.b.j.u.a { } @Override // c.i.a.b.j.u.a - public T a(a.AbstractC0082a aVar) { + public T a(a.AbstractC0083a aVar) { SQLiteDatabase b2 = b(); e(new m(b2), n.a); try { @@ -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 K = c.d.b.a.a.K("DELETE FROM events WHERE _id in "); - K.append(f(iterable)); - b().compileStatement(K.toString()).execute(); + StringBuilder L = c.d.b.a.a.L("DELETE FROM events WHERE _id in "); + L.append(f(iterable)); + b().compileStatement(L.toString()).execute(); } } @Override // c.i.a.b.j.t.i.c public void m0(Iterable iterable) { if (iterable.iterator().hasNext()) { - 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(); + 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(); 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 55d5ba1fe5..7d12b3adb0 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 f644c; + public final a f643c; public final a d; public u(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f644c = aVar3; + this.f643c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new t(this.a.get(), this.b.get(), this.f644c.get(), this.d.get()); + return new t(this.a.get(), this.b.get(), this.f643c.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 14a53ccf06..33429d033c 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 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()); + 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()); } @Override // android.database.sqlite.SQLiteOpenHelper diff --git a/app/src/main/java/c/i/a/b/j/u/a.java b/app/src/main/java/c/i/a/b/j/u/a.java index 344383f5a9..85af1a308d 100644 --- a/app/src/main/java/c/i/a/b/j/u/a.java +++ b/app/src/main/java/c/i/a/b/j/u/a.java @@ -7,9 +7,9 @@ public interface a { /* compiled from: SynchronizationGuard */ /* renamed from: c.i.a.b.j.u.a$a reason: collision with other inner class name */ - public interface AbstractC0082a { + public interface AbstractC0083a { T execute(); } - T a(AbstractC0082a aVar); + T a(AbstractC0083a aVar); } 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 246d63f944..f9c00bd628 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 @@ -8,31 +8,31 @@ import com.discord.api.permission.Permission; import java.io.IOException; /* compiled from: BinarySearchSeeker */ public abstract class a { - public final C0083a a; + public final C0084a a; public final f b; @Nullable /* renamed from: c reason: collision with root package name */ - public c f645c; + public c f644c; public final int d; /* compiled from: BinarySearchSeeker */ /* renamed from: c.i.a.c.a2.a$a reason: collision with other inner class name */ - public static class C0083a implements t { + public static class C0084a implements t { public final d a; public final long b; /* renamed from: c reason: collision with root package name */ - public final long f646c; + public final long f645c; public final long d; public final long e; public final long f; public final long g; - public C0083a(d dVar, long j, long j2, long j3, long j4, long j5, long j6) { + public C0084a(d dVar, long j, long j2, long j3, long j4, long j5, long j6) { this.a = dVar; this.b = j; - this.f646c = j2; + this.f645c = j2; this.d = j3; this.e = j4; this.f = j5; @@ -46,7 +46,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.f646c, this.d, this.e, this.f, this.g))); + return new t.a(new u(j, c.a(this.a.a(j), this.f645c, this.d, this.e, this.f, this.g))); } @Override // c.i.a.c.a2.t @@ -69,7 +69,7 @@ public abstract class a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f647c; + public final long f646c; public long d; public long e; public long f; @@ -83,7 +83,7 @@ public abstract class a { this.e = j4; this.f = j5; this.g = j6; - this.f647c = j7; + this.f646c = j7; this.h = a(j2, j3, j4, j5, j6, j7); } @@ -107,12 +107,12 @@ public abstract class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f648c; + public final long f647c; public final long d; public e(int i, long j, long j2) { this.b = i; - this.f648c = j; + this.f647c = j; this.d = j2; } @@ -139,12 +139,12 @@ public abstract class a { public a(d dVar, f fVar, long j, long j2, long j3, long j4, long j5, long j6, int i) { this.b = fVar; this.d = i; - this.a = new C0083a(dVar, j, j2, j3, j4, j5, j6); + this.a = new C0084a(dVar, j, j2, j3, j4, j5, j6); } public int a(i iVar, s sVar) throws IOException { while (true) { - c cVar = this.f645c; + c cVar = this.f644c; AnimatableValueParser.H(cVar); long j = cVar.f; long j2 = cVar.g; @@ -162,17 +162,17 @@ public abstract class a { c(false, j3); return d(iVar, j3, sVar); } else if (i == -2) { - long j4 = b2.f648c; + long j4 = b2.f647c; long j5 = b2.d; cVar.d = j4; cVar.f = j5; - cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f647c); + cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f646c); } else if (i == -1) { - long j6 = b2.f648c; + long j6 = b2.f647c; long j7 = b2.d; cVar.e = j6; cVar.g = j7; - cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f647c); + cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f646c); } else if (i == 0) { f(iVar, b2.d); c(true, b2.d); @@ -185,11 +185,11 @@ public abstract class a { } public final boolean b() { - return this.f645c != null; + return this.f644c != null; } public final void c(boolean z2, long j) { - this.f645c = null; + this.f644c = null; this.b.a(); } @@ -202,11 +202,11 @@ public abstract class a { } public final void e(long j) { - c cVar = this.f645c; + c cVar = this.f644c; if (cVar == null || cVar.a != j) { long a = this.a.a.a(j); - C0083a aVar = this.a; - this.f645c = new c(j, a, aVar.f646c, aVar.d, aVar.e, aVar.f, aVar.g); + C0084a aVar = this.a; + this.f644c = new c(j, a, aVar.f645c, 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 ef80d8d3b8..6c43c1f6d2 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 f649c; + public final int f648c; 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.f649c = i4; + this.f648c = 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 f5c0e8d6b4..a494e2ee41 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[] f650c = f0.w("#!AMR\n"); + public static final byte[] f649c = 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 f651s; + public boolean f650s; static { a aVar = a.a; @@ -77,11 +77,11 @@ public final class b implements h { if (z2) { return this.g ? b[i] : a[i]; } - StringBuilder K = a.K("Illegal AMR "); - K.append(this.g ? "WB" : "NB"); - K.append(" frame type "); - K.append(i); - throw new ParserException(K.toString()); + StringBuilder L = a.L("Illegal AMR "); + L.append(this.g ? "WB" : "NB"); + L.append(" frame type "); + L.append(i); + throw new ParserException(L.toString()); } throw new ParserException(a.j("Invalid padding bits for frame header ", b2)); } @@ -92,7 +92,7 @@ public final class b implements h { } public final boolean c(i iVar) throws IOException { - byte[] bArr = f650c; + byte[] bArr = f649c; 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.f651s) { - this.f651s = true; + if (!this.f650s) { + this.f650s = 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.f2238x = 1; - bVar.f2239y = i; + bVar.f2242x = 1; + bVar.f2243y = 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 a4cd2bfbd7..d428f83c00 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[] f652c; + public final long[] f651c; 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.f652c = jArr; + this.f651c = 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.f652c; + long[] jArr2 = this.f651c; 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 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.f652c)); - K.append(", timeUs="); - K.append(Arrays.toString(this.e)); - K.append(", durationsUs="); - K.append(Arrays.toString(this.d)); - K.append(")"); - return K.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.f651c)); + L.append(", timeUs="); + L.append(Arrays.toString(this.e)); + L.append(", durationsUs="); + L.append(Arrays.toString(this.d)); + L.append(")"); + return L.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 8a83e58c60..5738169408 100644 --- a/app/src/main/java/c/i/a/c/a2/c0/c.java +++ b/app/src/main/java/c/i/a/c/a2/c0/c.java @@ -18,7 +18,7 @@ public final class c extends c.i.a.c.a2.a { public final int b; /* renamed from: c reason: collision with root package name */ - public final m.a f653c = new m.a(); + public final m.a f652c = new m.a(); public b(o oVar, int i, a aVar) { this.a = oVar; @@ -35,7 +35,7 @@ public final class c extends c.i.a.c.a2.a { long position = iVar.getPosition(); long c2 = c(iVar); long f = iVar.f(); - iVar.g(Math.max(6, this.a.f759c)); + iVar.g(Math.max(6, this.a.f758c)); long c3 = c(iVar); return (c2 > j || c3 <= j) ? c3 <= j ? a.e.c(c3, iVar.f()) : a.e.a(c2, position) : a.e.b(f); } @@ -44,7 +44,7 @@ public final class c extends c.i.a.c.a2.a { while (iVar.f() < iVar.b() - 6) { o oVar = this.a; int i = this.b; - m.a aVar = this.f653c; + m.a aVar = this.f652c; long f = iVar.f(); byte[] bArr = new byte[2]; boolean z2 = false; @@ -66,7 +66,7 @@ public final class c extends c.i.a.c.a2.a { iVar.g(1); } if (iVar.f() < iVar.b() - 6) { - return this.f653c.a; + return this.f652c.a; } iVar.g((int) (iVar.b() - iVar.f())); return this.a.j; @@ -75,7 +75,7 @@ public final class c extends c.i.a.c.a2.a { /* JADX WARNING: Illegal instructions before constructor call */ public c(o oVar, int i, long j, long j2) { - super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f759c)); + super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f758c)); long j3; long j4; Objects.requireNonNull(oVar); @@ -85,7 +85,7 @@ public final class c extends c.i.a.c.a2.a { long j5 = oVar.j; int i2 = oVar.d; if (i2 > 0) { - j4 = (((long) i2) + ((long) oVar.f759c)) / 2; + j4 = (((long) i2) + ((long) oVar.f758c)) / 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 7e8e1b9bbb..92aec9ac43 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 f654c; + public final boolean f653c; 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.f654c = (i & 1) == 0 ? false : true; + this.f653c = (i & 1) == 0 ? false : true; this.d = new m.a(); this.g = 0; } @@ -82,7 +82,7 @@ public final class d implements h { if (i == 0) { iVar.k(); long f = iVar.f(); - Metadata Z1 = AnimatableValueParser.Z1(iVar, !this.f654c); + Metadata Z1 = AnimatableValueParser.Z1(iVar, !this.f653c); iVar.l((int) (iVar.f() - f)); this.h = Z1; this.g = 1; @@ -161,7 +161,7 @@ public final class d implements h { throw new ParserException(); } w wVar2 = this.b; - int i8 = wVar2.f917c; + int i8 = wVar2.f916c; 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.f917c - 16) { + if (i12 <= wVar4.f916c - 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.f917c; + int i13 = wVar4.f916c; 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.f917c) { + if (wVar4.b > wVar4.f916c) { z3 = false; } if (z3) { @@ -277,7 +277,7 @@ public final class d implements h { w wVar8 = new w(g2); iVar.readFully(wVar8.a, r4, g2); wVar8.E(i3); - oVar = new o(oVar4.a, oVar4.b, oVar4.f759c, 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()))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f758c, 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.f759c, 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.f758c, 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.f759c, 6); + this.j = Math.max(this.i.f758c, 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 4075b17d64..401efce7d2 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 f655c; + public final int f654c; 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.f655c = i2 == -1 ? 1 : i2; + this.f654c = 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.f655c; + long j3 = (long) this.f654c; 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.f655c; + int i2 = this.f654c; 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 0fab55d1e6..b06ec465c3 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 f656c; + public boolean f655c; 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.f656c) { + if (!this.f655c) { 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.f2238x = 1; - bVar.f2239y = i2; + bVar.f2242x = 1; + bVar.f2243y = 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.f2238x = 1; - bVar2.f2239y = 8000; + bVar2.f2242x = 1; + bVar2.f2243y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { - StringBuilder K = a.K("Audio format not supported: "); - K.append(this.e); - throw new TagPayloadReader.UnsupportedFormatException(K.toString()); + StringBuilder L = a.L("Audio format not supported: "); + L.append(this.e); + throw new TagPayloadReader.UnsupportedFormatException(L.toString()); } - this.f656c = true; + this.f655c = 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.f995c; - bVar.f2238x = c2.b; - bVar.f2239y = c2.a; + bVar.h = c2.f994c; + bVar.f2242x = c2.b; + bVar.f2243y = 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 3aa7a2449b..6349dd309c 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 f657c = new w(11); + public final w f656c = 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.f917c = 0; + wVar.f916c = 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.f657c.a, 0, 11, true)) { - this.f657c.D(0); - this.k = this.f657c.s(); - this.l = this.f657c.u(); - this.m = (long) this.f657c.u(); - this.m = (((long) (this.f657c.s() << 24)) | this.m) * 1000; - this.f657c.E(3); + if (iVar.c(this.f656c.a, 0, 11, true)) { + this.f656c.D(0); + this.k = this.f656c.s(); + this.l = this.f656c.u(); + this.m = (long) this.f656c.u(); + this.m = (((long) (this.f656c.s() << 24)) | this.m) * 1000; + this.f656c.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.f658c, j2)); + this.f.a(new r(dVar.d, dVar.f657c, 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 e8482ae0b3..82b907ccf4 100644 --- a/app/src/main/java/c/i/a/c/a2/d0/d.java +++ b/app/src/main/java/c/i/a/c/a2/d0/d.java @@ -15,7 +15,7 @@ public final class d extends TagPayloadReader { public long b = -9223372036854775807L; /* renamed from: c reason: collision with root package name */ - public long[] f658c = new long[0]; + public long[] f657c = new long[0]; public long[] d = new long[0]; public d() { @@ -120,7 +120,7 @@ public final class d extends TagPayloadReader { List list = (List) obj3; List list2 = (List) obj4; int size = list2.size(); - this.f658c = new long[size]; + this.f657c = new long[size]; this.d = new long[size]; int i = 0; while (true) { @@ -132,11 +132,11 @@ public final class d extends TagPayloadReader { if (!(obj6 instanceof Double) || !(obj5 instanceof Double)) { break; } - this.f658c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); + this.f657c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); this.d[i] = ((Double) obj5).longValue(); i++; } - this.f658c = new long[0]; + this.f657c = 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 037c92346d..365699c7dd 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 f659c = new w(4); + public final w f658c = new w(4); public int d; public boolean e; public boolean f; @@ -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.f922c; + bVar.p = b.f921c; 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.f659c.a; + byte[] bArr2 = this.f658c.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.f659c.a, i6, this.d); - this.f659c.D(0); - int v = this.f659c.v(); + wVar.e(this.f658c.a, i6, this.d); + this.f658c.D(0); + int v = this.f658c.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 33fa6f2371..aa51a4d734 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 f660c; + public final long f659c; 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.f660c = j2; + this.f659c = j2; } @Override // c.i.a.c.a2.i public long b() { - return this.f660c; + return this.f659c; } @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 58549fbc5f..ab17259190 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 f661c; + public int f660c; 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.f661c = 6; + this.f660c = 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.f661c; + int i2 = this.f660c; 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.f661c = 4; + this.f660c = 4; } else { a(); } } else if ((x2 < 65488 || x2 > 65497) && x2 != 65281) { - this.f661c = 1; + this.f660c = 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.f661c = 2; + this.f660c = 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.f662c; + j = b - aVar.f661c; b = 0; } else { long j6 = b - aVar.b; @@ -191,7 +191,7 @@ public final class a implements h { } else { iVar.l(this.e); } - this.f661c = 0; + this.f660c = 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.f700s = new d(j8, jVar); + iVar2.f699s = new d(j8, jVar); MotionPhotoMetadata motionPhotoMetadata2 = this.g; Objects.requireNonNull(motionPhotoMetadata2); c(motionPhotoMetadata2); - this.f661c = 5; + this.f660c = 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.f661c = 0; + this.f660c = 0; this.j = null; - } else if (this.f661c == 5) { + } else if (this.f660c == 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 e825550ee8..78fa6032e8 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 f662c; + public final long f661c; public a(String str, String str2, long j, long j2) { this.a = str; this.b = j; - this.f662c = j2; + this.f661c = 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 d574f4904c..e6ca0e77ec 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.f762c; + long j3 = uVar.f761c; 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.f762c + j4)); + return new t.a(uVar2, new u(uVar3.b, uVar3.f761c + 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 a7bf1f60ad..ed638b27b8 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[] f663c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; + public static final String[] f662c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; /* JADX WARNING: Code restructure failed: missing block: B:22:0x0069, code lost: if (r10 == -1) goto L_0x006b; @@ -75,7 +75,7 @@ public final class e { i2++; } } - String[] strArr3 = f663c; + String[] strArr3 = f662c; int length3 = strArr3.length; int i3 = 0; while (true) { diff --git a/app/src/main/java/c/i/a/c/a2/f0/b.java b/app/src/main/java/c/i/a/c/a2/f0/b.java index 63f9802a5d..56a377a72f 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 @@ -6,10 +6,10 @@ import java.util.ArrayDeque; /* compiled from: DefaultEbmlReader */ public final class b implements d { public final byte[] a = new byte[8]; - public final ArrayDeque b = new ArrayDeque<>(); + public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final g f664c = new g(); + public final g f663c = new g(); public c d; public int e; public int f; @@ -17,11 +17,11 @@ public final class b implements d { /* compiled from: DefaultEbmlReader */ /* renamed from: c.i.a.c.a2.f0.b$b reason: collision with other inner class name */ - public static final class C0084b { + public static final class C0085b { public final int a; public final long b; - public C0084b(int i, long j, a aVar) { + public C0085b(int i, long j, a aVar) { this.a = i; this.b = j; } 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 cc7ac2cb5b..dee4f56921 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 @@ -49,7 +49,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[] f665c = {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[] f664c = {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; @@ -82,23 +82,23 @@ public class e implements h { public boolean Z; /* renamed from: a0 reason: collision with root package name */ - public boolean f666a0; + public boolean f665a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f667b0; + public boolean f666b0; /* renamed from: c0 reason: collision with root package name */ - public int f668c0; + public int f667c0; /* renamed from: d0 reason: collision with root package name */ - public byte f669d0; + public byte f668d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f670e0; + public boolean f669e0; public final d f; /* renamed from: f0 reason: collision with root package name */ - public j f671f0; + public j f670f0; public final g g; public final SparseArray h; public final boolean i; @@ -113,21 +113,21 @@ public class e implements h { public final w r; /* renamed from: s reason: collision with root package name */ - public final w f672s; + public final w f671s; 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 f673x = -9223372036854775807L; + public long f672x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f674y = -9223372036854775807L; + public long f673y = -9223372036854775807L; @Nullable /* renamed from: z reason: collision with root package name */ - public c f675z; + public c f674z; /* compiled from: MatroskaExtractor */ public final class b implements c { @@ -166,7 +166,7 @@ public class e implements h { public String b; /* renamed from: c reason: collision with root package name */ - public int f676c; + public int f675c; public int d; public int e; public int f; @@ -184,20 +184,20 @@ public class e implements h { public int r = -1; /* renamed from: s reason: collision with root package name */ - public float f677s = 0.0f; + public float f676s = 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 f678x = false; + public boolean f677x = false; /* renamed from: y reason: collision with root package name */ - public int f679y = -1; + public int f678y = -1; /* renamed from: z reason: collision with root package name */ - public int f680z = -1; + public int f679z = -1; public c() { } @@ -221,7 +221,7 @@ public class e implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f681c; + public int f680c; public long d; public int e; public int f; @@ -229,9 +229,9 @@ public class e implements h { @RequiresNonNull({"#1.output"}) public void a(c cVar) { - if (this.f681c > 0) { + if (this.f680c > 0) { cVar.X.d(this.d, this.e, this.f, this.g, cVar.j); - this.f681c = 0; + this.f680c = 0; } } } @@ -262,7 +262,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.f672s = new c.i.a.c.i2.w(); + this.f671s = new c.i.a.c.i2.w(); this.Q = new int[1]; } @@ -335,7 +335,7 @@ public class e implements h { @EnsuresNonNull({"currentTrack"}) public final void c(int i) throws ParserException { - if (this.f675z == null) { + if (this.f674z == null) { throw new ParserException(c.d.b.a.a.k("Element ", i, " must be in a TrackEntry")); } } @@ -373,7 +373,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.f917c) { + if (i7 >= wVar.f916c) { break; } else if (wVar.a[i7] == 0) { wVar.C(i7); @@ -384,14 +384,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.f917c); - i4 = i2 + this.p.f917c; + wVar2.c(wVar3, wVar3.f916c); + i4 = i2 + this.p.f916c; if ((268435456 & i6) != 0) { if (this.P > 1) { i6 &= -268435457; } else { - c.i.a.c.i2.w wVar4 = this.f672s; - int i8 = wVar4.f917c; + c.i.a.c.i2.w wVar4 = this.f671s; + int i8 = wVar4.f916c; cVar.X.f(wVar4, i8, 2); i4 += i8; } @@ -405,9 +405,9 @@ public class e implements h { } cVar.X.d(j, i6, i4, i3, cVar.j); } else if (dVar.b) { - int i9 = dVar.f681c; + int i9 = dVar.f680c; int i10 = i9 + 1; - dVar.f681c = i10; + dVar.f680c = i10; if (i9 == 0) { dVar.d = j; dVar.e = i6; @@ -454,10 +454,10 @@ public class e implements h { ?? r3 = z3; ?? r4 = z4; while (true) { - b.C0084b peek = bVar.b.peek(); + b.C0085b peek = bVar.b.peek(); if (peek == null || iVar.getPosition() < peek.b) { if (bVar.e == 0) { - long c2 = bVar.f664c.c(iVar, r4, r3, 4); + long c2 = bVar.f663c.c(iVar, r4, r3, 4); if (c2 == -2) { iVar.k(); while (true) { @@ -482,7 +482,7 @@ public class e implements h { } } if (bVar.e == r4) { - bVar.g = bVar.f664c.c(iVar, r3, r4, 8); + bVar.g = bVar.f663c.c(iVar, r3, r4, 8); bVar.e = 2; } c cVar = bVar.d; @@ -601,28 +601,28 @@ public class e implements h { r4 = 1; } else if (i == r4) { long position = iVar.getPosition(); - bVar.b.push(new b.C0084b(bVar.f, bVar.g + position, null)); + bVar.b.push(new b.C0085b(bVar.f, bVar.g + position, null)); c cVar2 = bVar.d; int i5 = bVar.f; long j2 = bVar.g; e eVar = e.this; - AnimatableValueParser.H(eVar.f671f0); + AnimatableValueParser.H(eVar.f670f0); if (i5 == 160) { i2 = 0; eVar.V = false; } else if (i5 == 174) { i2 = 0; - eVar.f675z = new c(null); + eVar.f674z = new c(null); } else if (i5 != 187) { if (i5 == 19899) { eVar.B = -1; eVar.C = -1; } else if (i5 == 20533) { eVar.c(i5); - eVar.f675z.h = true; + eVar.f674z.h = true; } else if (i5 == 21968) { eVar.c(i5); - eVar.f675z.f678x = true; + eVar.f674z.f677x = true; } else if (i5 == 408125543) { long j3 = eVar.v; if (j3 == -1 || j3 == position) { @@ -636,7 +636,7 @@ public class e implements h { eVar.I = new q(); } else if (i5 == 524531317 && !eVar.A) { if (!eVar.i || eVar.E == -1) { - eVar.f671f0.a(new t.b(eVar.f674y, 0)); + eVar.f670f0.a(new t.b(eVar.f673y, 0)); eVar.A = true; } else { eVar.D = true; @@ -661,22 +661,22 @@ public class e implements h { switch (i6) { case 131: eVar2.c(i6); - eVar2.f675z.d = (int) a3; + eVar2.f674z.d = (int) a3; break; case 136: eVar2.c(i6); - eVar2.f675z.V = a3 == 1; + eVar2.f674z.V = a3 == 1; break; case 155: eVar2.N = eVar2.m(a3); break; case 159: eVar2.c(i6); - eVar2.f675z.O = (int) a3; + eVar2.f674z.O = (int) a3; break; case 176: eVar2.c(i6); - eVar2.f675z.m = (int) a3; + eVar2.f674z.m = (int) a3; break; case 179: eVar2.a(i6); @@ -684,11 +684,11 @@ public class e implements h { break; case 186: eVar2.c(i6); - eVar2.f675z.n = (int) a3; + eVar2.f674z.n = (int) a3; break; case 215: eVar2.c(i6); - eVar2.f675z.f676c = (int) a3; + eVar2.f674z.f675c = (int) a3; break; case 231: eVar2.G = eVar2.m(a3); @@ -709,7 +709,7 @@ public class e implements h { break; case 16871: eVar2.c(i6); - eVar2.f675z.g = (int) a3; + eVar2.f674z.g = (int) a3; break; case 16980: if (a3 != 3) { @@ -745,53 +745,53 @@ public class e implements h { if (i7 != 1) { if (i7 != 3) { if (i7 == 15) { - eVar2.f675z.w = 3; + eVar2.f674z.w = 3; break; } } else { - eVar2.f675z.w = 1; + eVar2.f674z.w = 1; break; } } else { - eVar2.f675z.w = 2; + eVar2.f674z.w = 2; break; } } else { - eVar2.f675z.w = 0; + eVar2.f674z.w = 0; break; } break; case 21680: eVar2.c(i6); - eVar2.f675z.o = (int) a3; + eVar2.f674z.o = (int) a3; break; case 21682: eVar2.c(i6); - eVar2.f675z.q = (int) a3; + eVar2.f674z.q = (int) a3; break; case 21690: eVar2.c(i6); - eVar2.f675z.p = (int) a3; + eVar2.f674z.p = (int) a3; break; case 21930: eVar2.c(i6); - eVar2.f675z.U = a3 == 1; + eVar2.f674z.U = a3 == 1; break; case 21998: eVar2.c(i6); - eVar2.f675z.f = (int) a3; + eVar2.f674z.f = (int) a3; break; case 22186: eVar2.c(i6); - eVar2.f675z.R = a3; + eVar2.f674z.R = a3; break; case 22203: eVar2.c(i6); - eVar2.f675z.S = a3; + eVar2.f674z.S = a3; break; case 25188: eVar2.c(i6); - eVar2.f675z.P = (int) a3; + eVar2.f674z.P = (int) a3; break; case 30321: eVar2.c(i6); @@ -800,25 +800,25 @@ public class e implements h { if (i8 != 1) { if (i8 != 2) { if (i8 == 3) { - eVar2.f675z.r = 3; + eVar2.f674z.r = 3; break; } } else { - eVar2.f675z.r = 2; + eVar2.f674z.r = 2; break; } } else { - eVar2.f675z.r = 1; + eVar2.f674z.r = 1; break; } } else { - eVar2.f675z.r = 0; + eVar2.f674z.r = 0; break; } break; case 2352003: eVar2.c(i6); - eVar2.f675z.e = (int) a3; + eVar2.f674z.e = (int) a3; break; case 2807729: eVar2.w = a3; @@ -830,11 +830,11 @@ public class e implements h { int i9 = (int) a3; if (i9 != 1) { if (i9 == 2) { - eVar2.f675z.A = 1; + eVar2.f674z.A = 1; break; } } else { - eVar2.f675z.A = 2; + eVar2.f674z.A = 2; break; } break; @@ -843,42 +843,42 @@ public class e implements h { int i10 = (int) a3; if (i10 != 1) { if (i10 == 16) { - eVar2.f675z.f680z = 6; + eVar2.f674z.f679z = 6; break; } else if (i10 == 18) { - eVar2.f675z.f680z = 7; + eVar2.f674z.f679z = 7; break; } else if (i10 != 6) { } } - eVar2.f675z.f680z = 3; + eVar2.f674z.f679z = 3; break; case 21947: eVar2.c(i6); - c cVar4 = eVar2.f675z; - cVar4.f678x = true; + c cVar4 = eVar2.f674z; + cVar4.f677x = true; int i11 = (int) a3; if (i11 != 1) { if (i11 != 9) { if (i11 == 4 || i11 == 5 || i11 == 6 || i11 == 7) { - cVar4.f679y = 2; + cVar4.f678y = 2; break; } } else { - cVar4.f679y = 6; + cVar4.f678y = 6; break; } } else { - cVar4.f679y = 1; + cVar4.f678y = 1; break; } case 21948: eVar2.c(i6); - eVar2.f675z.B = (int) a3; + eVar2.f674z.B = (int) a3; break; case 21949: eVar2.c(i6); - eVar2.f675z.C = (int) a3; + eVar2.f674z.C = (int) a3; break; } break; @@ -891,9 +891,9 @@ public class e implements h { } bVar.e = 0; } else { - StringBuilder K = c.d.b.a.a.K("Invalid integer size: "); - K.append(bVar.g); - throw new ParserException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Invalid integer size: "); + L.append(bVar.g); + throw new ParserException(L.toString()); } } else if (i == 3) { long j5 = bVar.g; @@ -920,23 +920,23 @@ public class e implements h { Objects.requireNonNull(eVar3); if (i12 == 134) { eVar3.c(i12); - eVar3.f675z.b = str; + eVar3.f674z.b = str; } else if (i12 != 17026) { if (i12 == 21358) { eVar3.c(i12); - eVar3.f675z.a = str; + eVar3.f674z.a = str; } else if (i12 == 2274716) { eVar3.c(i12); - eVar3.f675z.W = str; + eVar3.f674z.W = str; } } else if (!"webm".equals(str) && !"matroska".equals(str)) { throw new ParserException(c.d.b.a.a.t("DocType ", str, " not supported")); } bVar.e = 0; } else { - StringBuilder K2 = c.d.b.a.a.K("String element size: "); - K2.append(bVar.g); - throw new ParserException(K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("String element size: "); + L2.append(bVar.g); + throw new ParserException(L2.toString()); } } else if (i == 4) { c cVar6 = bVar.d; @@ -1118,7 +1118,7 @@ public class e implements h { } else if (i15 != 165) { if (i15 == 16877) { eVar4.c(i15); - c cVar8 = eVar4.f675z; + c cVar8 = eVar4.f674z; int i57 = cVar8.g; if (i57 == 1685485123 || i57 == 1685480259) { byte[] bArr3 = new byte[i16]; @@ -1130,13 +1130,13 @@ public class e implements h { } else if (i15 == 16981) { eVar4.c(i15); byte[] bArr4 = new byte[i16]; - eVar4.f675z.i = bArr4; + eVar4.f674z.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.f675z.j = new w.a(r4, bArr5, r3, r3); + eVar4.f674z.j = new w.a(r4, bArr5, r3, r3); } else if (i15 == 21419) { byte[] bArr6 = eVar4.n.a; byte b4 = r3 == true ? (byte) 1 : 0; @@ -1151,12 +1151,12 @@ public class e implements h { } else if (i15 == 25506) { eVar4.c(i15); byte[] bArr7 = new byte[i16]; - eVar4.f675z.k = bArr7; + eVar4.f674z.k = bArr7; iVar.readFully(bArr7, r3, i16); } else if (i15 == 30322) { eVar4.c(i15); byte[] bArr8 = new byte[i16]; - eVar4.f675z.v = bArr8; + eVar4.f674z.v = bArr8; iVar.readFully(bArr8, r3, i16); } else { throw new ParserException(c.d.b.a.a.j("Unexpected id: ", i15)); @@ -1166,13 +1166,13 @@ public class e implements h { if (eVar4.U != 4 || !"V_VP9".equals(cVar9.b)) { iVar.l(i16); } else { - c.i.a.c.i2.w wVar = eVar4.f672s; + c.i.a.c.i2.w wVar = eVar4.f671s; byte[] bArr9 = wVar.a; if (bArr9.length < i16) { bArr9 = new byte[i16]; } wVar.B(bArr9, i16); - iVar.readFully(eVar4.f672s.a, r3, i16); + iVar.readFully(eVar4.f671s.a, r3, i16); } } bVar.e = 0; @@ -1188,73 +1188,73 @@ public class e implements h { Objects.requireNonNull(eVar5); if (i58 == 181) { eVar5.c(i58); - eVar5.f675z.Q = (int) intBitsToFloat; + eVar5.f674z.Q = (int) intBitsToFloat; } else if (i58 != 17545) { switch (i58) { case 21969: eVar5.c(i58); - eVar5.f675z.D = (float) intBitsToFloat; + eVar5.f674z.D = (float) intBitsToFloat; break; case 21970: eVar5.c(i58); - eVar5.f675z.E = (float) intBitsToFloat; + eVar5.f674z.E = (float) intBitsToFloat; break; case 21971: eVar5.c(i58); - eVar5.f675z.F = (float) intBitsToFloat; + eVar5.f674z.F = (float) intBitsToFloat; break; case 21972: eVar5.c(i58); - eVar5.f675z.G = (float) intBitsToFloat; + eVar5.f674z.G = (float) intBitsToFloat; break; case 21973: eVar5.c(i58); - eVar5.f675z.H = (float) intBitsToFloat; + eVar5.f674z.H = (float) intBitsToFloat; break; case 21974: eVar5.c(i58); - eVar5.f675z.I = (float) intBitsToFloat; + eVar5.f674z.I = (float) intBitsToFloat; break; case 21975: eVar5.c(i58); - eVar5.f675z.J = (float) intBitsToFloat; + eVar5.f674z.J = (float) intBitsToFloat; break; case 21976: eVar5.c(i58); - eVar5.f675z.K = (float) intBitsToFloat; + eVar5.f674z.K = (float) intBitsToFloat; break; case 21977: eVar5.c(i58); - eVar5.f675z.L = (float) intBitsToFloat; + eVar5.f674z.L = (float) intBitsToFloat; break; case 21978: eVar5.c(i58); - eVar5.f675z.M = (float) intBitsToFloat; + eVar5.f674z.M = (float) intBitsToFloat; break; default: switch (i58) { case 30323: eVar5.c(i58); - eVar5.f675z.f677s = (float) intBitsToFloat; + eVar5.f674z.f676s = (float) intBitsToFloat; break; case 30324: eVar5.c(i58); - eVar5.f675z.t = (float) intBitsToFloat; + eVar5.f674z.t = (float) intBitsToFloat; break; case 30325: eVar5.c(i58); - eVar5.f675z.u = (float) intBitsToFloat; + eVar5.f674z.u = (float) intBitsToFloat; break; } } } else { - eVar5.f673x = (long) intBitsToFloat; + eVar5.f672x = (long) intBitsToFloat; } bVar.e = r3; } else { - StringBuilder K3 = c.d.b.a.a.K("Invalid float size: "); - K3.append(bVar.g); - throw new ParserException(K3.toString()); + StringBuilder L3 = c.d.b.a.a.L("Invalid float size: "); + L3.append(bVar.g); + throw new ParserException(L3.toString()); } } else { throw new ParserException(c.d.b.a.a.j("Invalid element type ", i)); @@ -1306,7 +1306,7 @@ public class e implements h { @Override // c.i.a.c.a2.h public final void f(j jVar) { - this.f671f0 = jVar; + this.f670f0 = jVar; } @Override // c.i.a.c.a2.h @@ -1317,18 +1317,18 @@ public class e implements h { b bVar = (b) this.f; bVar.e = 0; bVar.b.clear(); - g gVar = bVar.f664c; - gVar.f682c = 0; + g gVar = bVar.f663c; + gVar.f681c = 0; gVar.d = 0; g gVar2 = this.g; - gVar2.f682c = 0; + gVar2.f681c = 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.f681c = 0; + dVar.f680c = 0; } } } @@ -1384,11 +1384,11 @@ public class e implements h { int i10; int i11; e eVar = this; - AnimatableValueParser.H(eVar.f671f0); + AnimatableValueParser.H(eVar.f670f0); int i12 = 0; if (i != 160) { if (i == 174) { - c cVar = eVar.f675z; + c cVar = eVar.f674z; AnimatableValueParser.H(cVar); String str8 = cVar.b; if (str8 != null) { @@ -1661,8 +1661,8 @@ public class e implements h { break; } if (z2) { - j jVar = eVar.f671f0; - int i13 = cVar.f676c; + j jVar = eVar.f670f0; + int i13 = cVar.f675c; String str9 = cVar.b; str9.hashCode(); switch (str9.hashCode()) { @@ -1923,9 +1923,9 @@ public class e implements h { int i14 = (cVar.V ? 1 : 0) | 0 | (!cVar.U ? 2 : 0); bVar = new Format.b(); if (!c.i.a.c.i2.s.h(str12)) { - bVar.f2238x = cVar.O; - bVar.f2239y = cVar.Q; - bVar.f2240z = i3; + bVar.f2242x = cVar.O; + bVar.f2243y = cVar.Q; + bVar.f2244z = i3; i4 = 1; } else if (c.i.a.c.i2.s.j(str12)) { if (cVar.q == 0) { @@ -1948,7 +1948,7 @@ public class e implements h { if (!(i17 == i5 || (i7 = cVar.p) == i5)) { f = ((float) (cVar.n * i17)) / ((float) (cVar.m * i7)); } - if (cVar.f678x) { + if (cVar.f677x) { 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 { @@ -1968,7 +1968,7 @@ public class e implements h { order.putShort((short) cVar.B); order.putShort((short) cVar.C); } - colorInfo = new ColorInfo(cVar.f679y, cVar.A, cVar.f680z, bArr); + colorInfo = new ColorInfo(cVar.f678y, cVar.A, cVar.f679z, bArr); } else { colorInfo = null; } @@ -1977,7 +1977,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.f677s, 0.0f) == 0 && Float.compare(cVar.t, 0.0f) == 0) { + if (cVar.r == 0 && Float.compare(cVar.f676s, 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) { @@ -1991,7 +1991,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2237s = i6; + bVar.f2241s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2004,7 +2004,7 @@ public class e implements h { bVar.p = cVar.m; bVar.q = cVar.n; bVar.t = f; - bVar.f2237s = i6; + bVar.f2241s = i6; bVar.u = cVar.v; bVar.v = cVar.w; bVar.w = colorInfo; @@ -2021,17 +2021,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 2: c.i.a.c.i2.w wVar = new c.i.a.c.i2.w(cVar.a(cVar.b)); @@ -2050,11 +2050,11 @@ public class e implements h { if (!z3) { i3 = f0.r(cVar.P); if (i3 == 0) { - 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()); + 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()); } i2 = -1; list = null; @@ -2071,20 +2071,20 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; } else { - c.d.b.a.a.g0("Non-PCM MS/ACM is unsupported. Setting mimeType to ", str11, "MatroskaExtractor"); + c.d.b.a.a.h0("Non-PCM MS/ACM is unsupported. Setting mimeType to ", str11, "MatroskaExtractor"); } list3 = null; list2 = list3; @@ -2110,17 +2110,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); } z3 = true; if (!z3) { @@ -2149,17 +2149,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); } catch (ArrayIndexOutOfBoundsException unused) { throw new ParserException("Error parsing MS/ACM codec private"); } @@ -2188,17 +2188,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 4: byte[] a4 = cVar.a(cVar.b); @@ -2253,17 +2253,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; } else { throw new ParserException("Error parsing vorbis codec private"); @@ -2305,17 +2305,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 6: str6 = "audio/mpeg"; @@ -2342,17 +2342,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 7: byte[] a5 = cVar.a(cVar.b); @@ -2399,17 +2399,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; } catch (ArrayIndexOutOfBoundsException unused3) { throw new ParserException("Error parsing FourCC private data"); @@ -2443,17 +2443,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, 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))); @@ -2481,17 +2481,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 11: str7 = "application/vobsub"; @@ -2519,17 +2519,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case '\f': str10 = "audio/vnd.dts.hd"; @@ -2557,24 +2557,24 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, 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.f995c; + str2 = d2.f994c; str5 = "audio/mp4a-latm"; list5 = singletonList; i8 = -1; @@ -2596,17 +2596,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 14: str10 = "audio/ac3"; @@ -2634,17 +2634,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 15: case 21: @@ -2673,17 +2673,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 16: str10 = "video/av01"; @@ -2711,17 +2711,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 17: str10 = "video/x-vnd.on2.vp8"; @@ -2749,17 +2749,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 18: str10 = "video/x-vnd.on2.vp9"; @@ -2787,17 +2787,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 19: str10 = "application/pgs"; @@ -2825,17 +2825,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 20: str11 = str10; @@ -2862,17 +2862,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 22: if (cVar.P == 32) { @@ -2892,24 +2892,24 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; } else { - 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()); + 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()); list6 = null; str5 = str11; str2 = null; @@ -2933,17 +2933,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); } break; case 23: @@ -2951,11 +2951,11 @@ public class e implements h { if (i28 == 8) { i3 = 3; } else if (i28 != 16) { - 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()); + 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()); list6 = null; str5 = str11; str2 = null; @@ -2979,17 +2979,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; } else { i3 = 268435456; @@ -3009,26 +3009,26 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 24: i3 = f0.r(cVar.P); if (i3 == 0) { - 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()); + 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()); list6 = null; str5 = str11; str2 = null; @@ -3052,17 +3052,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; } i2 = -1; @@ -3080,17 +3080,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 25: byte[] bArr7 = b; @@ -3122,23 +3122,23 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, 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.f925c; + str4 = a7.f924c; str3 = "video/hevc"; i8 = -1; str12 = str3; @@ -3160,17 +3160,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 27: str10 = "application/x-subrip"; @@ -3198,17 +3198,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 28: str10 = "video/mpeg2"; @@ -3236,17 +3236,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 29: str10 = "audio/eac3"; @@ -3274,17 +3274,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 30: str7 = "audio/flac"; @@ -3312,17 +3312,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; case 31: ArrayList arrayList4 = new ArrayList(3); @@ -3354,23 +3354,23 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2236c = cVar.W; + bVar.f2240c = 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.f676c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f675c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f676c, cVar); + eVar.h.put(cVar.f675c, cVar); break; default: throw new ParserException("Unrecognized codec identifier."); } } - eVar.f675z = null; + eVar.f674z = null; return; } throw new ParserException("CodecId is missing in TrackEntry element"); @@ -3389,7 +3389,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.f675z; + c cVar2 = eVar.f674z; if (cVar2.h) { w.a aVar2 = cVar2.j; if (aVar2 != null) { @@ -3400,7 +3400,7 @@ public class e implements h { } } else if (i == 28032) { c(i); - c cVar3 = eVar.f675z; + c cVar3 = eVar.f674z; if (cVar3.h && cVar3.i != null) { throw new ParserException("Combining encryption and compression is not supported"); } @@ -3408,18 +3408,18 @@ public class e implements h { if (eVar.w == -9223372036854775807L) { eVar.w = 1000000; } - long j3 = eVar.f673x; + long j3 = eVar.f672x; if (j3 != -9223372036854775807L) { - eVar.f674y = eVar.m(j3); + eVar.f673y = eVar.m(j3); } } else if (i != 374648427) { if (i == 475249515) { if (!eVar.A) { - j jVar2 = eVar.f671f0; + j jVar2 = eVar.f670f0; q qVar = eVar.H; q qVar2 = eVar.I; - if (eVar.v == -1 || eVar.f674y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { - tVar = new t.b(eVar.f674y, 0); + if (eVar.v == -1 || eVar.f673y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { + tVar = new t.b(eVar.f673y, 0); } else { int[] iArr = new int[i10]; long[] jArr = new long[i10]; @@ -3440,7 +3440,7 @@ public class e implements h { i12 = i31; } iArr[i11] = (int) ((eVar.v + eVar.u) - jArr[i11]); - jArr2[i11] = eVar.f674y - jArr3[i11]; + jArr2[i11] = eVar.f673y - jArr3[i11]; long j4 = jArr2[i11]; if (j4 <= 0) { Log.w("MatroskaExtractor", "Discarding last cue point with unexpected duration: " + j4); @@ -3458,7 +3458,7 @@ public class e implements h { eVar.I = null; } } else if (eVar.h.size() != 0) { - eVar.f671f0.j(); + eVar.f670f0.j(); } else { throw new ParserException("No valid tracks were found"); } @@ -3488,14 +3488,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.f917c < i) { + if (wVar.f916c < 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.f917c; + int i2 = wVar2.f916c; iVar.readFully(bArr2, i2, i - i2); this.l.C(i); } @@ -3506,11 +3506,11 @@ public class e implements h { this.X = 0; this.Y = 0; this.Z = false; - this.f666a0 = false; - this.f667b0 = false; - this.f668c0 = 0; - this.f669d0 = 0; - this.f670e0 = false; + this.f665a0 = false; + this.f666b0 = false; + this.f667c0 = 0; + this.f668d0 = 0; + this.f669e0 = false; this.o.z(0); } @@ -3532,7 +3532,7 @@ public class e implements h { l(); return i4; } else if ("S_TEXT/ASS".equals(cVar.b)) { - o(iVar, f665c, i); + o(iVar, f664c, i); int i5 = this.X; l(); return i5; @@ -3543,25 +3543,25 @@ public class e implements h { if (cVar.h) { this.T &= -1073741825; int i6 = 128; - if (!this.f666a0) { + if (!this.f665a0) { iVar.readFully(this.l.a, 0, 1); this.W++; byte[] bArr = this.l.a; if ((bArr[0] & 128) != 128) { - this.f669d0 = bArr[0]; - this.f666a0 = true; + this.f668d0 = bArr[0]; + this.f665a0 = true; } else { throw new ParserException("Extension bit is set in signal byte"); } } - byte b2 = this.f669d0; + byte b2 = this.f668d0; if ((b2 & 1) == 1) { boolean z2 = (b2 & 2) == 2; this.T |= BasicMeasure.EXACTLY; - if (!this.f670e0) { + if (!this.f669e0) { iVar.readFully(this.q.a, 0, 8); this.W += 8; - this.f670e0 = true; + this.f669e0 = true; c.i.a.c.i2.w wVar2 = this.l; byte[] bArr2 = wVar2.a; if (!z2) { @@ -3576,18 +3576,18 @@ public class e implements h { this.X += 8; } if (z2) { - if (!this.f667b0) { + if (!this.f666b0) { iVar.readFully(this.l.a, 0, 1); this.W++; this.l.D(0); - this.f668c0 = this.l.s(); - this.f667b0 = true; + this.f667c0 = this.l.s(); + this.f666b0 = true; } - int i7 = this.f668c0 * 4; + int i7 = this.f667c0 * 4; this.l.z(i7); iVar.readFully(this.l.a, 0, i7); this.W += i7; - short s2 = (short) ((this.f668c0 / 2) + 1); + short s2 = (short) ((this.f667c0 / 2) + 1); int i8 = (s2 * 6) + 2; ByteBuffer byteBuffer = this.t; if (byteBuffer == null || byteBuffer.capacity() < i8) { @@ -3598,7 +3598,7 @@ public class e implements h { int i9 = 0; int i10 = 0; while (true) { - i3 = this.f668c0; + i3 = this.f667c0; if (i9 >= i3) { break; } @@ -3629,13 +3629,13 @@ public class e implements h { c.i.a.c.i2.w wVar3 = this.o; int length = bArr3.length; wVar3.a = bArr3; - wVar3.f917c = length; + wVar3.f916c = length; wVar3.b = 0; } } if (cVar.f > 0) { this.T |= 268435456; - this.f672s.z(0); + this.f671s.z(0); this.l.z(4); c.i.a.c.i2.w wVar4 = this.l; byte[] bArr4 = wVar4.a; @@ -3648,10 +3648,10 @@ public class e implements h { } this.Z = true; } - int i12 = i + this.o.f917c; + int i12 = i + this.o.f916c; if (!"V_MPEG4/ISO/AVC".equals(cVar.b) && !"V_MPEGH/ISO/HEVC".equals(cVar.b)) { if (cVar.T != null) { - AnimatableValueParser.D(this.o.f917c == 0); + AnimatableValueParser.D(this.o.f916c == 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 652115d130..f0e8a428fc 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 f682c; + public int f681c; 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.f682c == 0) { + if (this.f681c == 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.f682c = 1; + this.f681c = 1; } else { throw new IllegalStateException("No valid varint length mask found"); } } int i2 = this.d; if (i2 > i) { - this.f682c = 0; + this.f681c = 0; return -2; } if (i2 != 1) { iVar.readFully(this.b, 1, i2 - 1); } - this.f682c = 0; + this.f681c = 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 0000b96ff4..0c562ac035 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.f1010c); + super(j, j2, aVar.f, aVar.f1009c); } @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 ecad8abc7e..579cd1340e 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 f683c; + public final q f682c; 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.f683c = qVar2; + this.f682c = 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.f683c, j, true, true)); + return this.b.b(f0.c(this.f682c, 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.f683c.b(c2)); + u uVar = new u(b, this.f682c.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.f683c.b(i))); + return new t.a(uVar, new u(qVar.b(i), this.f682c.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 891a77b3fc..204f7420ec 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/e.java +++ b/app/src/main/java/c/i/a/c/a2/g0/e.java @@ -12,12 +12,12 @@ public final class e implements g { public final long[] b; /* renamed from: c reason: collision with root package name */ - public final long f684c; + public final long f683c; public e(long[] jArr, long[] jArr2, long j) { this.a = jArr; this.b = jArr2; - this.f684c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; + this.f683c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; } public static Pair b(long j, long[] jArr, long[] jArr2) { @@ -49,12 +49,12 @@ public final class e implements g { @Override // c.i.a.c.a2.t public t.a h(long j) { - Pair b = b(h0.b(f0.i(j, 0, this.f684c)), this.b, this.a); + Pair b = b(h0.b(f0.i(j, 0, this.f683c)), 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.f684c; + return this.f683c; } } 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 9a1d422e72..5d9383b802 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 f685c; + public final long f684c; 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 f686s; + public boolean f685s; public boolean t; public long u; @@ -64,7 +64,7 @@ public final class f implements h { public f(int i) { this.b = i; - this.f685c = -9223372036854775807L; + this.f684c = -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.f1010c); - iVar5.n(wVar.a, 0, this.e.f1010c); + w wVar = new w(this.e.f1009c); + iVar5.n(wVar.a, 0, this.e.f1009c); 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.f917c >= i6 + 4) { + if (wVar.f916c >= 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.f1010c, E, -1, null); + iVar4 = new i(position, aVar2.f1009c, 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 N = a.N("XING data size mismatch: ", b, str); - N.append(j3); - Log.w("XingSeeker", N.toString()); + StringBuilder O = a.O("XING data size mismatch: ", b, str); + O.append(j3); + Log.w("XingSeeker", O.toString()); } } - iVar4 = new i(position, aVar2.f1010c, E, t, jArr); + iVar4 = new i(position, aVar2.f1009c, E, t, jArr); } iVar3 = iVar4; } if (iVar3 != null) { p pVar = fVar.f; - if (!((pVar.b == -1 || pVar.f760c == -1) ? false : true)) { + if (!((pVar.b == -1 || pVar.f759c == -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.f760c = i11; + pVar2.f759c = i11; } - iVar5.l(fVar.e.f1010c); + iVar5.l(fVar.e.f1009c); 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.f1010c); + iVar5.l(fVar.e.f1009c); 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.f1010c); + long j4 = position2 + ((long) aVar3.f1009c); 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 N2 = a.N("VBRI data size mismatch: ", b2, str); - N2.append(j5); - Log.w("VbriSeeker", N2.toString()); + StringBuilder O2 = a.O("VBRI data size mismatch: ", b2, str); + O2.append(j5); + Log.w("VbriSeeker", O2.toString()); } hVar3 = new h(jArr2, jArr3, E2, j5); } } fVar = this; - iVar.l(fVar.e.f1010c); + iVar.l(fVar.e.f1009c); iVar5 = iVar; hVar2 = hVar3; } hVar3 = null; fVar = this; - iVar.l(fVar.e.f1010c); + iVar.l(fVar.e.f1009c); iVar5 = iVar; hVar2 = hVar3; } else { @@ -344,13 +344,13 @@ public final class f implements h { i14++; } } - if (!fVar.f686s) { + if (!fVar.f685s) { iVar2 = new g.a(); } else { i iVar6 = hVar; if ((fVar.b & 2) != 0) { if (eVar != null) { - d = eVar.f684c; + d = eVar.f683c; } 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.f2238x = aVar4.e; - bVar.f2239y = aVar4.d; + bVar.f2242x = aVar4.e; + bVar.f2243y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f760c; + bVar.B = pVar3.f759c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } eVar = null; - if (!fVar.f686s) { + if (!fVar.f685s) { } 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.f2238x = aVar4.e; - bVar.f2239y = aVar4.d; + bVar.f2242x = aVar4.e; + bVar.f2243y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f760c; + bVar.B = pVar3.f759c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } - if (wVar.f917c >= 40) { + if (wVar.f916c >= 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.f1010c); + iVar5.l(fVar.e.f1009c); hVar = iVar3; if (iVar3 != null) { } @@ -440,7 +440,7 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f686s) { + if (!fVar.f685s) { } 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.f2238x = aVar4.e; - bVar.f2239y = aVar4.d; + bVar.f2242x = aVar4.e; + bVar.f2243y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f760c; + bVar.B = pVar3.f759c; 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.f1010c); + iVar5.l(fVar.e.f1009c); hVar = iVar3; if (iVar3 != null) { } @@ -486,7 +486,7 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f686s) { + if (!fVar.f685s) { } 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.f2238x = aVar4.e; - bVar.f2239y = aVar4.d; + bVar.f2242x = aVar4.e; + bVar.f2243y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f760c; + bVar.B = pVar3.f759c; 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.f685c != -9223372036854775807L) { - fVar.n = (fVar.f685c - fVar.r.d(0)) + fVar.n; + if (fVar.f684c != -9223372036854775807L) { + fVar.n = (fVar.f684c - fVar.r.d(0)) + fVar.n; } } z.a aVar5 = fVar.e; - fVar.q = aVar5.f1010c; + fVar.q = aVar5.f1009c; 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.f1010c); + long position5 = iVar.getPosition() + ((long) fVar.e.f1009c); if (!dVar.b(a3)) { dVar.b.a(a3); - dVar.f683c.a(position5); + dVar.f682c.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.f1010c, 0, null); + fVar.k.d(fVar.a(fVar.o), 1, fVar.e.f1009c, 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 34ab54959b..1a9f82c292 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 f687c; + public final long f686c; public final long d; public h(long[] jArr, long[] jArr2, long j, long j2) { this.a = jArr; this.b = jArr2; - this.f687c = j; + this.f686c = 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.f687c; + return this.f686c; } } 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 441585b443..f7a3f34085 100644 --- a/app/src/main/java/c/i/a/c/a2/g0/i.java +++ b/app/src/main/java/c/i/a/c/a2/g0/i.java @@ -12,7 +12,7 @@ public final class i implements g { public final int b; /* renamed from: c reason: collision with root package name */ - public final long f688c; + public final long f687c; public final long d; public final long e; @Nullable @@ -21,7 +21,7 @@ public final class i implements g { public i(long j, int i, long j2, long j3, @Nullable long[] jArr) { this.a = j; this.b = i; - this.f688c = j2; + this.f687c = j2; this.f = jArr; this.d = j3; this.e = j3 != -1 ? j + j3 : -1; @@ -47,7 +47,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.f688c; + long j3 = this.f687c; long j4 = (((long) e) * j3) / 100; long j5 = jArr[e]; int i = e + 1; @@ -61,8 +61,8 @@ public final class i implements g { if (!c()) { return new t.a(new u(0, this.a + ((long) this.b))); } - long i = f0.i(j, 0, this.f688c); - double d = (((double) i) * 100.0d) / ((double) this.f688c); + long i = f0.i(j, 0, this.f687c); + double d = (((double) i) * 100.0d) / ((double) this.f687c); double d2 = ShadowDrawableWrapper.COS_45; if (d > ShadowDrawableWrapper.COS_45) { if (d >= 100.0d) { @@ -81,6 +81,6 @@ public final class i implements g { @Override // c.i.a.c.a2.t public long i() { - return this.f688c; + return this.f687c; } } 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 d66870ead8..5aaf974b4a 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 f689c = new ArrayList(); + public final List f688c = 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.f689c.size(); + int size = this.f688c.size(); for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f689c.get(i2); + b bVar = this.f688c.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.f689c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); + return d.a(this.a) + " leaves: " + Arrays.toString(this.f688c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); } } @@ -67,12 +67,12 @@ public abstract class d { } public static String a(int i) { - 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(); + 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(); } 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 7a5e525294..80f67d45b4 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 @@ -44,11 +44,11 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f690c; + public final w f689c; public b(d.b bVar, Format format) { w wVar = bVar.b; - this.f690c = wVar; + this.f689c = wVar; wVar.D(12); int v = wVar.v(); if ("audio/raw".equals(format.t)) { @@ -75,7 +75,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.f690c.v() : i; + return i == -1 ? this.f689c.v() : i; } } @@ -85,7 +85,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f691c; + public final int f690c; public int d; public int e; @@ -93,7 +93,7 @@ public final class e { w wVar = bVar.b; this.a = wVar; wVar.D(12); - this.f691c = wVar.v() & 255; + this.f690c = wVar.v() & 255; this.b = wVar.v(); } @@ -109,7 +109,7 @@ public final class e { @Override // c.i.a.c.a2.h0.e.a public int c() { - int i = this.f691c; + int i = this.f690c; if (i == 8) { return this.a.s(); } @@ -556,20 +556,20 @@ public final class e { } else { i6 = i32; } - StringBuilder K = c.d.b.a.a.K("Inconsistent stbl box for track "); + StringBuilder L = c.d.b.a.a.L("Inconsistent stbl box for track "); mVar2 = mVar; - 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"); + 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"); i4 = b2; iArr = iArr9; i5 = i37; @@ -579,46 +579,46 @@ public final class e { if (i30 != 0) { } i6 = i32; - StringBuilder K = c.d.b.a.a.K("Inconsistent stbl box for track "); + StringBuilder L = c.d.b.a.a.L("Inconsistent stbl box for track "); mVar2 = mVar; - 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"); + 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"); i4 = b2; iArr = iArr9; i5 = i37; iArr2 = iArr10; } - long E = f0.E(j, 1000000, mVar2.f706c); + long E = f0.E(j, 1000000, mVar2.f705c); jArr3 = mVar2.h; if (jArr3 != null) { - f0.F(jArr2, 1000000, mVar2.f706c); + f0.F(jArr2, 1000000, mVar2.f705c); 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.f706c, mVar2.d) + j8; + long E2 = f0.E(mVar2.h[0], mVar2.f705c, 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.f706c); - long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f706c); + long E3 = f0.E(j8 - jArr2[0], (long) mVar2.f.H, mVar2.f705c); + long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f705c); if (!(E3 == 0 && E4 == 0) && E3 <= 2147483647L && E4 <= 2147483647L) { pVar.b = (int) E3; - pVar.f760c = (int) E4; - f0.F(jArr2, 1000000, mVar2.f706c); + pVar.f759c = (int) E4; + f0.F(jArr2, 1000000, mVar2.f705c); return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(mVar2.h[0], 1000000, mVar2.d)); } } @@ -631,9 +631,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.f706c); + jArr2[i41] = f0.E(jArr2[i41] - j10, 1000000, mVar2.f705c); } - return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f706c)); + return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f705c)); } boolean z6 = mVar2.b == 1; int[] iArr11 = new int[jArr8.length]; @@ -652,7 +652,7 @@ public final class e { long j11 = jArr10[i42]; if (j11 != -1) { iArr5 = iArr; - long E5 = f0.E(jArr11[i42], mVar2.f706c, mVar2.d); + long E5 = f0.E(jArr11[i42], mVar2.f705c, 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) { @@ -704,7 +704,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.f706c); + jArr13[i47] = f0.E(j12, 1000000, mVar2.d) + f0.E(Math.max(0L, jArr2[i48] - j13), 1000000, mVar2.f705c); if (z9 && iArr14[i47] > i51) { i51 = iArr4[i48]; } @@ -736,7 +736,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.f706c); + long E = f0.E(j, 1000000, mVar2.f705c); jArr3 = mVar2.h; if (jArr3 != null) { } @@ -893,11 +893,11 @@ public final class e { long t2 = wVar4.t(); wVar4.E(f8 == 0 ? 4 : 8); int x2 = wVar4.x(); - 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()); + 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()); d.b c6 = b4.c(1937011556); Objects.requireNonNull(c6); w wVar5 = c6.b; @@ -994,7 +994,7 @@ public final class e { m a2 = m.a(wVar5); list3 = a2.a; i9 = a2.b; - str3 = a2.f925c; + str3 = a2.f924c; str2 = "video/hevc"; } else if (f14 == 1685480259 || f14 == 1685485123) { i8 = f11; @@ -1108,19 +1108,19 @@ public final class e { if (str13 == null) { i29 = i29; } else { - 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; + Format.b n0 = c.d.b.a.a.n0(f3); + n0.k = str13; + n0.h = str14; + n0.p = x3; + n0.q = x4; + n0.t = f12; i29 = i29; - m0.f2237s = i29; - m0.u = bArr; - m0.v = i7; - m0.m = list; - m0.n = drmInitData2; - format2 = m0.a(); + n0.f2241s = i29; + n0.u = bArr; + n0.v = i7; + n0.m = list; + n0.n = drmInitData2; + format2 = n0.a(); } } else { i4 = i25; @@ -1235,10 +1235,10 @@ public final class e { Format.b bVar = new Format.b(); bVar.a = num; bVar.k = str15; - bVar.f2238x = i43; - bVar.f2239y = i42; + bVar.f2242x = i43; + bVar.f2243y = i42; bVar.n = drmInitData3; - bVar.f2236c = str11; + bVar.f2240c = str11; format = bVar.a(); str7 = str15; } else { @@ -1267,10 +1267,10 @@ public final class e { Format.b bVar2 = new Format.b(); bVar2.a = num2; bVar2.k = str9; - bVar2.f2238x = i45; - bVar2.f2239y = i44; + bVar2.f2242x = i45; + bVar2.f2243y = i44; bVar2.n = drmInitData3; - bVar2.f2236c = str11; + bVar2.f2240c = str11; format = bVar2.a(); } else { str7 = str15; @@ -1282,19 +1282,19 @@ public final class e { Format.b bVar3 = new Format.b(); bVar3.a = num3; bVar3.k = "audio/ac4"; - bVar3.f2238x = 2; - bVar3.f2239y = i46; + bVar3.f2242x = 2; + bVar3.f2243y = i46; bVar3.n = drmInitData3; - bVar3.f2236c = str11; + bVar3.f2240c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { - Format.b m02 = c.d.b.a.a.m0(f3); - m02.k = str6; - m02.f2238x = i19; - m02.f2239y = i18; - m02.n = drmInitData3; - m02.f2236c = str11; - format = m02.a(); + Format.b n02 = c.d.b.a.a.n0(f3); + n02.k = str6; + n02.f2242x = i19; + n02.f2243y = i18; + n02.n = drmInitData3; + n02.f2240c = str11; + format = n02.a(); } else { if (f17 == 1682927731) { int i47 = f16 - 8; @@ -1388,7 +1388,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.f995c; + str8 = c9.f994c; } uVar = u.t(bArr7); } @@ -1410,16 +1410,16 @@ public final class e { i10 = f10; i11 = i33; if (format2 == null && str6 != null) { - Format.b m03 = c.d.b.a.a.m0(f3); - m03.k = str6; - m03.h = str5; - m03.f2238x = i19; - m03.f2239y = i18; - m03.f2240z = i16; - m03.m = uVar; - m03.n = drmInitData3; - m03.f2236c = str11; - format2 = m03.a(); + Format.b n03 = c.d.b.a.a.n0(f3); + n03.k = str6; + n03.h = str5; + n03.f2242x = i19; + n03.f2243y = i18; + n03.f2244z = i16; + n03.m = uVar; + n03.n = drmInitData3; + n03.f2240c = str11; + format2 = n03.a(); } str = str11; i29 = i12; @@ -1440,16 +1440,16 @@ public final class e { } i10 = f10; i11 = i33; - Format.b m03 = c.d.b.a.a.m0(f3); - m03.k = str6; - m03.h = str5; - m03.f2238x = i19; - m03.f2239y = i18; - m03.f2240z = i16; - m03.m = uVar; - m03.n = drmInitData3; - m03.f2236c = str11; - format2 = m03.a(); + Format.b n03 = c.d.b.a.a.n0(f3); + n03.k = str6; + n03.h = str5; + n03.f2242x = i19; + n03.f2243y = i18; + n03.f2244z = i16; + n03.m = uVar; + n03.n = drmInitData3; + n03.f2240c = str11; + format2 = n03.a(); str = str11; i29 = i12; i6 = i11; @@ -1473,16 +1473,16 @@ public final class e { } i10 = f10; i11 = i33; - Format.b m03 = c.d.b.a.a.m0(f3); - m03.k = str6; - m03.h = str5; - m03.f2238x = i19; - m03.f2239y = i18; - m03.f2240z = i16; - m03.m = uVar; - m03.n = drmInitData3; - m03.f2236c = str11; - format2 = m03.a(); + Format.b n03 = c.d.b.a.a.n0(f3); + n03.k = str6; + n03.h = str5; + n03.f2242x = i19; + n03.f2243y = i18; + n03.f2244z = i16; + n03.m = uVar; + n03.n = drmInitData3; + n03.f2240c = str11; + format2 = n03.a(); str = str11; i29 = i12; i6 = i11; @@ -1500,12 +1500,12 @@ public final class e { str18 = "application/x-quicktime-tx3g"; j3 = RecyclerView.FOREVER_NS; aVar4 = aVar6; - Format.b m04 = c.d.b.a.a.m0(f3); - m04.k = str18; - m04.f2236c = str11; - m04.o = j3; - m04.m = uVar2; - format2 = m04.a(); + Format.b n04 = c.d.b.a.a.n0(f3); + n04.k = str18; + n04.f2240c = str11; + n04.o = j3; + n04.m = uVar2; + format2 = n04.a(); } else if (f11 == 2004251764) { str18 = "application/x-mp4-vtt"; } else { @@ -1521,23 +1521,23 @@ public final class e { throw new IllegalStateException(); } aVar4 = aVar6; - Format.b m04 = c.d.b.a.a.m0(f3); - m04.k = str18; - m04.f2236c = str11; - m04.o = j3; - m04.m = uVar2; - format2 = m04.a(); + Format.b n04 = c.d.b.a.a.n0(f3); + n04.k = str18; + n04.f2240c = str11; + n04.o = j3; + n04.m = uVar2; + format2 = n04.a(); } } uVar2 = null; j3 = RecyclerView.FOREVER_NS; aVar4 = aVar6; - Format.b m04 = c.d.b.a.a.m0(f3); - m04.k = str18; - m04.f2236c = str11; - m04.o = j3; - m04.m = uVar2; - format2 = m04.a(); + Format.b n04 = c.d.b.a.a.n0(f3); + n04.k = str18; + n04.f2240c = str11; + n04.o = j3; + n04.m = uVar2; + format2 = n04.a(); } else { if (f11 == 1835365492) { wVar5.D(i33 + 8 + 8); @@ -1545,15 +1545,15 @@ public final class e { wVar5.n(); String n = wVar5.n(); if (n != null) { - Format.b m05 = c.d.b.a.a.m0(f3); - m05.k = n; - format2 = m05.a(); + Format.b n05 = c.d.b.a.a.n0(f3); + n05.k = n; + format2 = n05.a(); } } } else if (f11 == 1667329389) { - Format.b m06 = c.d.b.a.a.m0(f3); - m06.k = "application/x-camera-motion"; - format2 = m06.a(); + Format.b n06 = c.d.b.a.a.n0(f3); + n06.k = "application/x-camera-motion"; + format2 = n06.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 e1883a3d8b..3519e8fb7e 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 f692c; + public final int f691c; public final int d; public f(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f692c = i3; + this.f691c = 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 83328304f3..8e35facde9 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 @@ -45,7 +45,7 @@ public class g implements h { public boolean G; /* renamed from: c reason: collision with root package name */ - public final int f693c; + public final int f692c; 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); @@ -64,21 +64,21 @@ public class g implements h { @Nullable /* renamed from: s reason: collision with root package name */ - public c.i.a.c.i2.w f694s; + public c.i.a.c.i2.w f693s; public long t; public int u; public long v; public long w; /* renamed from: x reason: collision with root package name */ - public long f695x; + public long f694x; @Nullable /* renamed from: y reason: collision with root package name */ - public b f696y; + public b f695y; /* renamed from: z reason: collision with root package name */ - public int f697z; + public int f696z; /* compiled from: FragmentedMp4Extractor */ public static final class a { @@ -97,7 +97,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 f698c = new c.i.a.c.i2.w(); + public final c.i.a.c.i2.w f697c = new c.i.a.c.i2.w(); public p d; public f e; public int f; @@ -119,7 +119,7 @@ public class g implements h { } public long a() { - return !this.l ? this.d.f709c[this.f] : this.b.f[this.h]; + return !this.l ? this.d.f708c[this.f] : this.b.f[this.h]; } @Nullable @@ -173,7 +173,7 @@ public class g implements h { c.i.a.c.i2.w wVar2 = this.k; int length = bArr.length; wVar2.a = bArr; - wVar2.f917c = length; + wVar2.f916c = length; wVar2.b = 0; i3 = bArr.length; wVar = wVar2; @@ -190,8 +190,8 @@ public class g implements h { return i3 + 1; } if (!z2) { - this.f698c.z(8); - c.i.a.c.i2.w wVar4 = this.f698c; + this.f697c.z(8); + c.i.a.c.i2.w wVar4 = this.f697c; byte[] bArr2 = wVar4.a; bArr2[0] = 0; bArr2[1] = 1; @@ -209,13 +209,13 @@ public class g implements h { wVar5.E(-2); int i5 = (x2 * 6) + 2; if (i2 != 0) { - this.f698c.z(i5); - byte[] bArr3 = this.f698c.a; + this.f697c.z(i5); + byte[] bArr3 = this.f697c.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.f698c; + wVar5 = this.f697c; } this.a.f(wVar5, i5, 1); return i3 + 1 + i5; @@ -245,7 +245,7 @@ public class g implements h { public g(int i) { List emptyList = Collections.emptyList(); - this.f693c = i; + this.f692c = i; this.d = Collections.unmodifiableList(emptyList); byte[] bArr = new byte[16]; this.i = bArr; @@ -255,7 +255,7 @@ public class g implements h { this.e = new SparseArray<>(); this.w = -9223372036854775807L; this.v = -9223372036854775807L; - this.f695x = -9223372036854775807L; + this.f694x = -9223372036854775807L; this.D = j.d; this.E = new w[0]; this.F = new w[0]; @@ -311,7 +311,7 @@ public class g implements h { bArr = new byte[a2]; } wVar2.a = bArr; - wVar2.f917c = a2; + wVar2.f916c = a2; wVar2.b = 0; oVar.l = true; oVar.p = true; @@ -319,9 +319,9 @@ public class g implements h { oVar.o.D(0); oVar.p = false; } else { - 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()); + 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()); } } else { throw new ParserException("Overriding TrackEncryptionBox parameters is unsupported."); @@ -410,13 +410,13 @@ public class g implements h { for (int i5 = 0; i5 < size; i5++) { o oVar = this.e.valueAt(i5).b; Objects.requireNonNull(oVar); - oVar.f708c = position; + oVar.f707c = position; oVar.b = position; } } int i6 = this.p; if (i6 == 1835295092) { - this.f696y = null; + this.f695y = 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) { @@ -433,7 +433,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.f694s = wVar; + this.f693s = wVar; this.o = 1; } else { throw new ParserException("Leaf atom with length > 2147483647 (unsupported)."); @@ -442,7 +442,7 @@ public class g implements h { throw new ParserException("Leaf atom defines extended atom size (unsupported)."); } } else if (this.q <= 2147483647L) { - this.f694s = null; + this.f693s = null; this.o = 1; } else { throw new ParserException("Skipping atom with length > 2147483647 (unsupported)."); @@ -456,7 +456,7 @@ public class g implements h { } else if (i2 != 1) { long j9 = RecyclerView.FOREVER_NS; if (i2 != 2) { - b bVar = this.f696y; + b bVar = this.f695y; if (bVar == null) { SparseArray sparseArray = this.e; int size2 = sparseArray.size(); @@ -492,14 +492,14 @@ public class g implements h { a3 = 0; } iVar2.l(a3); - this.f696y = bVar2; + this.f695y = 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.f697z = i8; + this.f696z = i8; if (bVar.f < bVar.i) { iVar2.l(i8); n b3 = bVar.b(); @@ -515,25 +515,25 @@ public class g implements h { } } if (!bVar.c()) { - this.f696y = null; + this.f695y = null; } this.o = 3; if (i3 != 0) { } } else { if (bVar.d.a.g == 1) { - this.f697z = i8 - 8; + this.f696z = i8 - 8; iVar2.l(8); } if ("audio/ac4".equals(bVar.d.a.f.t)) { - this.A = bVar.d(this.f697z, 7); - m.a(this.f697z, this.j); + this.A = bVar.d(this.f696z, 7); + m.a(this.f696z, this.j); bVar.a.c(this.j, 7); this.A += 7; } else { - this.A = bVar.d(this.f697z, 0); + this.A = bVar.d(this.f696z, 0); } - this.f697z += this.A; + this.f696z += this.A; this.o = 4; this.B = 0; } @@ -552,7 +552,7 @@ public class g implements h { if (i11 == 0) { while (true) { int i12 = this.A; - int i13 = this.f697z; + int i13 = this.f696z; if (i12 >= i13) { break; } @@ -565,7 +565,7 @@ public class g implements h { bArr[2] = 0; int i14 = i11 + 1; int i15 = 4 - i11; - while (this.A < this.f697z) { + while (this.A < this.f696z) { int i16 = this.B; if (i16 == 0) { iVar2.readFully(bArr, i15, i14); @@ -584,13 +584,13 @@ public class g implements h { z2 = true; this.C = z2; this.A += 5; - this.f697z += i15; + this.f696z += i15; } } z2 = false; this.C = z2; this.A += 5; - this.f697z += i15; + this.f696z += i15; } else { throw new ParserException("Invalid NAL length"); } @@ -601,7 +601,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.f917c); + int e = u.e(wVar4.a, wVar4.f916c); this.h.D("video/hevc".equals(mVar.f.t) ? 1 : 0); this.h.C(e); AnimatableValueParser.L(j, this.h, this.F); @@ -620,7 +620,7 @@ public class g implements h { i17 |= BasicMeasure.EXACTLY; } n b5 = bVar.b(); - wVar3.d(j, i17, this.f697z, 0, b5 != null ? b5.f707c : null); + wVar3.d(j, i17, this.f696z, 0, b5 != null ? b5.f706c : null); while (!this.n.isEmpty()) { a removeFirst = this.n.removeFirst(); this.u -= removeFirst.b; @@ -633,7 +633,7 @@ public class g implements h { } } if (!bVar.c()) { - this.f696y = null; + this.f695y = null; } this.o = 3; i3 = 1; @@ -645,7 +645,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.f708c; + long j12 = oVar4.f707c; if (j12 < j9) { bVar3 = this.e.valueAt(i19); j9 = j12; @@ -660,7 +660,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.f917c); + iVar2.readFully(wVar5.a, 0, wVar5.f916c); oVar5.o.D(0); oVar5.p = false; } else { @@ -670,14 +670,14 @@ public class g implements h { } } else { int i20 = ((int) this.q) - this.r; - c.i.a.c.i2.w wVar6 = this.f694s; + c.i.a.c.i2.w wVar6 = this.f693s; 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().f689c.add(bVar4); + this.m.peek().f688c.add(bVar4); } else { if (i21 == 1936286840) { wVar6.D(8); @@ -723,7 +723,7 @@ public class g implements h { } } Pair create = Pair.create(Long.valueOf(E), new c(iArr, jArr, jArr2, jArr3)); - this.f695x = ((Long) create.first).longValue(); + this.f694x = ((Long) create.first).longValue(); this.D.a((t) create.second); this.G = true; } else if (i21 == 1701671783 && this.E.length != 0) { @@ -737,7 +737,7 @@ public class g implements h { Objects.requireNonNull(str); long t3 = wVar6.t(); long E2 = f0.E(wVar6.t(), 1000000, t3); - long j17 = this.f695x; + long j17 = this.f694x; if (j17 != -9223372036854775807L) { j16 = j17 + E2; } @@ -746,7 +746,7 @@ public class g implements h { j2 = j16; j16 = E2; } else if (f4 != 1) { - c.d.b.a.a.d0("Skipping unsupported emsg version: ", f4, "FragmentedMp4Extractor"); + c.d.b.a.a.f0("Skipping unsupported emsg version: ", f4, "FragmentedMp4Extractor"); } else { long t4 = wVar6.t(); long E3 = f0.E(wVar6.w(), 1000000, t4); @@ -813,7 +813,7 @@ public class g implements h { this.E = wVarArr; int i2 = 100; int i3 = 0; - if ((this.f693c & 4) != 0) { + if ((this.f692c & 4) != 0) { wVarArr[0] = this.D.p(100, 5); i2 = 101; i = 1; @@ -896,15 +896,15 @@ public class g implements h { int i18 = 12; if (i17 == 1836019574) { AnimatableValueParser.E(true, "Unexpected moov box."); - DrmInitData h = h(pop.f689c); + DrmInitData h = h(pop.f688c); d.a b2 = pop.b(1836475768); Objects.requireNonNull(b2); SparseArray sparseArray2 = new SparseArray<>(); - int size = b2.f689c.size(); + int size = b2.f688c.size(); long j3 = -9223372036854775807L; int i19 = 0; while (i19 < size) { - d.b bVar3 = b2.f689c.get(i19); + d.b bVar3 = b2.f688c.get(i19); int i20 = bVar3.a; if (i20 == 1953654136) { c.i.a.c.i2.w wVar2 = bVar3.b; @@ -921,7 +921,7 @@ public class g implements h { i19++; i18 = 12; } - ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f693c & 16) != 0, false, new c(gVar3)); + ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f692c & 16) != 0, false, new c(gVar3)); int size2 = arrayList.size(); if (gVar3.e.size() == 0) { for (int i21 = 0; i21 < size2; i21++) { @@ -949,7 +949,7 @@ public class g implements h { int i23 = 8; if (i17 == 1836019558) { SparseArray sparseArray3 = gVar3.e; - int i24 = gVar3.f693c; + int i24 = gVar3.f692c; byte[] bArr5 = gVar3.i; int size3 = pop.d.size(); int i25 = 0; @@ -969,10 +969,10 @@ public class g implements h { long w = wVar4.w(); o oVar2 = valueAt.b; oVar2.b = w; - oVar2.f708c = w; + oVar2.f707c = 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.f692c, (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.f691c, (f & 32) != 0 ? wVar4.f() : fVar2.d); } if (valueAt != null) { o oVar3 = valueAt.b; @@ -990,7 +990,7 @@ public class g implements h { oVar3.q = ((wVar5.f() >> 24) & 255) == 1 ? wVar5.w() : wVar5.t(); oVar3.r = true; } - List list2 = aVar4.f689c; + List list2 = aVar4.f688c; int size4 = list2.size(); int i26 = 0; int i27 = 0; @@ -1080,7 +1080,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.f706c); + j2 = f0.E(mVar3.i[0], 1000000, mVar3.f705c); int[] iArr2 = oVar5.h; int[] iArr3 = oVar5.i; long[] jArr3 = oVar5.j; @@ -1088,7 +1088,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.f706c; + long j5 = mVar3.f705c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1107,7 +1107,7 @@ public class g implements h { i14 = wVar7.f(); } else { z4 = z10; - i14 = fVar3.f692c; + i14 = fVar3.f691c; } a(i14); if (z11) { @@ -1177,7 +1177,7 @@ public class g implements h { if (mVar3.b == 2) { } i11 = oVar5.g[i31] + i32; - long j5 = mVar3.f706c; + long j5 = mVar3.f705c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1256,9 +1256,9 @@ public class g implements h { oVar3.p = true; } } else { - 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()); + 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()); } } d.b c5 = aVar4.c(1935763823); @@ -1271,7 +1271,7 @@ public class g implements h { } int v3 = wVar10.v(); if (v3 == 1) { - oVar3.f708c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); + oVar3.f707c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); } else { throw new ParserException(c.d.b.a.a.j("Unexpected saio entry count: ", v3)); } @@ -1283,8 +1283,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.f689c.size(); i38++) { - d.b bVar8 = aVar4.f689c.get(i38); + for (int i38 = 0; i38 < aVar4.f688c.size(); i38++) { + d.b bVar8 = aVar4.f688c.get(i38); c.i.a.c.i2.w wVar13 = bVar8.b; int i39 = bVar8.a; if (i39 == 1935828848) { @@ -1347,10 +1347,10 @@ public class g implements h { throw new ParserException("Entry count in sbgp != 1 (unsupported)."); } } - int size5 = aVar4.f689c.size(); + int size5 = aVar4.f688c.size(); int i42 = 0; while (i42 < size5) { - d.b bVar9 = aVar4.f689c.get(i42); + d.b bVar9 = aVar4.f688c.get(i42); if (bVar9.a == 1970628964) { c.i.a.c.i2.w wVar14 = bVar9.b; wVar14.D(8); @@ -1390,7 +1390,7 @@ public class g implements h { pop = aVar; i24 = i; } - DrmInitData h2 = h(pop.f689c); + DrmInitData h2 = h(pop.f688c); 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 7d180d1be4..84f0921d28 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 @@ -24,9 +24,9 @@ public final class h { String o = wVar.o(f - 16); return new CommentFrame("und", o, o); } - StringBuilder K = a.K("Failed to parse comment attribute: "); - K.append(d.a(i)); - Log.w("MetadataUtil", K.toString()); + StringBuilder L = a.L("Failed to parse comment attribute: "); + L.append(d.a(i)); + Log.w("MetadataUtil", L.toString()); return null; } @@ -37,7 +37,7 @@ public final class h { int f2 = wVar.f() & ViewCompat.MEASURED_SIZE_MASK; String str = f2 == 13 ? "image/jpeg" : f2 == 14 ? "image/png" : null; if (str == null) { - a.d0("Unrecognized cover art flags: ", f2, "MetadataUtil"); + a.f0("Unrecognized cover art flags: ", f2, "MetadataUtil"); return null; } wVar.E(4); @@ -66,9 +66,9 @@ public final class h { return new TextInformationFrame(str, null, j); } } - StringBuilder K = a.K("Failed to parse index/count attribute: "); - K.append(d.a(i)); - Log.w("MetadataUtil", K.toString()); + StringBuilder L = a.L("Failed to parse index/count attribute: "); + L.append(d.a(i)); + Log.w("MetadataUtil", L.toString()); return null; } @@ -79,9 +79,9 @@ public final class h { wVar.E(8); return new TextInformationFrame(str, null, wVar.o(f - 16)); } - StringBuilder K = a.K("Failed to parse text attribute: "); - K.append(d.a(i)); - Log.w("MetadataUtil", K.toString()); + StringBuilder L = a.L("Failed to parse text attribute: "); + L.append(d.a(i)); + Log.w("MetadataUtil", L.toString()); return null; } @@ -94,9 +94,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 K = a.K("Failed to parse uint8 attribute: "); - K.append(d.a(i)); - Log.w("MetadataUtil", K.toString()); + StringBuilder L = a.L("Failed to parse uint8 attribute: "); + L.append(d.a(i)); + Log.w("MetadataUtil", L.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 31cad7b474..05907da1ef 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 @@ -37,7 +37,7 @@ public final class i implements h, t { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f699c; + public final w f698c; public final w d; public final w e; public final w f; @@ -56,18 +56,18 @@ public final class i implements h, t { public int r; /* renamed from: s reason: collision with root package name */ - public j f700s; + public j f699s; public a[] t; public long[][] u; public int v; public long w; /* renamed from: x reason: collision with root package name */ - public int f701x; + public int f700x; @Nullable /* renamed from: y reason: collision with root package name */ - public MotionPhotoMetadata f702y; + public MotionPhotoMetadata f701y; /* compiled from: Mp4Extractor */ public static final class a { @@ -75,13 +75,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 f703c; + public final c.i.a.c.a2.w f702c; public int d; public a(m mVar, p pVar, c.i.a.c.a2.w wVar) { this.a = mVar; this.b = pVar; - this.f703c = wVar; + this.f702c = wVar; } } @@ -96,7 +96,7 @@ public final class i implements h, t { this.i = new ArrayList(); this.f = new w(16); this.g = new ArrayDeque<>(); - this.f699c = new w(u.a); + this.f698c = new w(u.a); this.d = new w(4); this.e = new w(); this.o = -1; @@ -107,7 +107,7 @@ public final class i implements h, t { if (a2 == -1) { a2 = pVar.b(j); } - return a2 == -1 ? j2 : Math.min(pVar.f709c[a2], j2); + return a2 == -1 ? j2 : Math.min(pVar.f708c[a2], j2); } @Override // c.i.a.c.a2.h @@ -140,11 +140,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.f701x == 2 && (this.b & 2) != 0) { - j jVar = this.f700s; + if (this.f700x == 2 && (this.b & 2) != 0) { + j jVar = this.f699s; Objects.requireNonNull(jVar); c.i.a.c.a2.w p = jVar.p(0, 4); - MotionPhotoMetadata motionPhotoMetadata = this.f702y; + MotionPhotoMetadata motionPhotoMetadata = this.f701y; if (motionPhotoMetadata != null) { metadata = new Metadata(motionPhotoMetadata); } @@ -220,7 +220,7 @@ public final class i implements h, t { long j6 = (long) this.m; long j7 = position2 - j6; if (this.k == 1836086884) { - this.f702y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); + this.f701y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); } this.n = null; this.j = 1; @@ -264,9 +264,9 @@ public final class i implements h, t { } } } - this.f701x = i8; + this.f700x = i8; } else if (!this.g.isEmpty()) { - this.g.peek().f689c.add(new d.b(this.k, wVar3)); + this.g.peek().f688c.add(new d.b(this.k, wVar3)); } } else if (j8 < Permission.USE_EXTERNAL_EMOJIS) { iVar.l((int) j8); @@ -303,7 +303,7 @@ public final class i implements h, t { int i13 = aVar.d; p pVar = aVar.b; if (i13 != pVar.b) { - long j12 = pVar.f709c[i13]; + long j12 = pVar.f708c[i13]; long j13 = this.u[i11][i13]; long j14 = j12 - position4; boolean z6 = j14 < 0 || j14 >= Permission.USE_EXTERNAL_EMOJIS; @@ -332,10 +332,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.f703c; + c.i.a.c.a2.w wVar4 = aVar2.f702c; int i15 = aVar2.d; p pVar2 = aVar2.b; - long j15 = pVar2.f709c[i15]; + long j15 = pVar2.f708c[i15]; int i16 = pVar2.d[i15]; long j16 = (j15 - position4) + ((long) this.p); if (j16 < 0 || j16 >= Permission.USE_EXTERNAL_EMOJIS) { @@ -383,8 +383,8 @@ public final class i implements h, t { int f3 = this.d.f(); if (f3 >= 0) { this.r = f3; - this.f699c.D(0); - wVar4.c(this.f699c, 4); + this.f698c.D(0); + wVar4.c(this.f698c, 4); this.q += 4; i16 += i19; } else { @@ -433,16 +433,16 @@ public final class i implements h, t { i4 = 2; } } - kVar.f705c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); + kVar.f704c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); i23++; s2 = 2816; i4 = 2; } - if (kVar.f705c.isEmpty()) { + if (kVar.f704c.isEmpty()) { sVar.a = 0; } else { kVar.d = 3; - sVar.a = kVar.f705c.get(0).a; + sVar.a = kVar.f704c.get(0).a; } } else if (i21 == 3) { long position5 = iVar.getPosition(); @@ -450,8 +450,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.f705c.size()) { - k.a aVar3 = kVar.f705c.get(i25); + while (i25 < kVar.f704c.size()) { + k.a aVar3 = kVar.f704c.get(i25); wVar6.D((int) (aVar3.a - position5)); wVar6.E(i3); int h = wVar6.h(); @@ -559,7 +559,7 @@ public final class i implements h, t { @Override // c.i.a.c.a2.h public void f(j jVar) { - this.f700s = jVar; + this.f699s = jVar; } @Override // c.i.a.c.a2.h @@ -586,7 +586,7 @@ public final class i implements h, t { j(); } else { k kVar = this.h; - kVar.f705c.clear(); + kVar.f704c.clear(); kVar.d = 0; this.i.clear(); } @@ -617,12 +617,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.f709c[a2]; + j2 = pVar.f708c[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.f709c[b]; + long j10 = pVar.f708c[b]; j5 = j9; j7 = j10; } @@ -719,7 +719,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.f701x == 1; + boolean z5 = iVar3.f700x == 1; p pVar = new p(); d.b c2 = pop.c(1969517665); int i9 = 1768715124; @@ -1040,7 +1040,7 @@ public final class i implements h, t { i8 = f11; strArr = strArr3; metadata6 = metadata10; - c.d.b.a.a.d0("Skipped metadata with unknown key index: ", f14, "AtomParsers"); + c.d.b.a.a.f0("Skipped metadata with unknown key index: ", f14, "AtomParsers"); } else { String str4 = strArr3[f14]; int i31 = i30 + f13; @@ -1084,7 +1084,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.f700s; + j jVar = iVar3.f699s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1118,9 +1118,9 @@ public final class i implements h, t { } if (i35 == 1) { int i36 = pVar.b; - if ((i36 == -1 || pVar.f760c == -1) ? false : true) { + if ((i36 == -1 || pVar.f759c == -1) ? false : true) { a2.A = i36; - a2.B = pVar.f760c; + a2.B = pVar.f759c; } } Metadata[] metadataArr = new Metadata[2]; @@ -1141,7 +1141,7 @@ public final class i implements h, t { if (metadata11.i.length > 0) { a2.i = metadata11; } - aVar.f703c.e(a2.a()); + aVar.f702c.e(a2.a()); if (mVar.b == 2 && i34 == -1) { i34 = arrayList.size(); } @@ -1174,7 +1174,7 @@ public final class i implements h, t { } if (metadata11.i.length > 0) { } - aVar.f703c.e(a2.a()); + aVar.f702c.e(a2.a()); i34 = arrayList.size(); arrayList3 = arrayList; arrayList3.add(aVar); @@ -1185,7 +1185,7 @@ public final class i implements h, t { } if (metadata11.i.length > 0) { } - aVar.f703c.e(a2.a()); + aVar.f702c.e(a2.a()); i34 = arrayList.size(); arrayList3 = arrayList; arrayList3.add(aVar); @@ -1243,7 +1243,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.f700s; + j jVar = iVar3.f699s; Objects.requireNonNull(jVar); ArrayList arrayList8 = (ArrayList) e; size = arrayList8.size(); @@ -1279,7 +1279,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.f700s; + j jVar = iVar3.f699s; 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 2e9ea4db46..116e124caa 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[] f704c; + public final byte[] f703c; public j(UUID uuid, int i, byte[] bArr) { this.a = uuid; this.b = i; - this.f704c = bArr; + this.f703c = 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 aadedfed0f..e2321c08be 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 @@ -7,11 +7,11 @@ import java.util.ArrayList; import java.util.List; /* compiled from: SefReader */ public final class k { - public static final c.i.b.a.k a = new c.i.b.a.k(new j(new b.C0123b(MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR))); - public static final c.i.b.a.k b = new c.i.b.a.k(new j(new b.C0123b('*'))); + public static final c.i.b.a.k a = new c.i.b.a.k(new j(new b.C0124b(MentionUtilsKt.EMOJIS_AND_STICKERS_CHAR))); + public static final c.i.b.a.k b = new c.i.b.a.k(new j(new b.C0124b('*'))); /* renamed from: c reason: collision with root package name */ - public final List f705c = new ArrayList(); + public final List f704c = 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 83092ab9ec..54aec60958 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 f706c; + public final long f705c; 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.f706c = j; + this.f705c = 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 47003d7784..0a1b73ef59 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 f707c; + public final w.a f706c; 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.f707c = new w.a(i4, bArr, i2, i3); + this.f706c = 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 105f78bca9..5ef0743c14 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 f708c; + public long f707c; 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 a5a829e4cf..3bd8ae4891 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[] f709c; + public final long[] f708c; 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.f709c = jArr; + this.f708c = 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 6ec3d1e25b..149ddaf69a 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 f710c; + public final long f709c; public final i d; public int e; public long f; @@ -27,8 +27,8 @@ public final class b implements g { /* compiled from: DefaultOggSeeker */ /* renamed from: c.i.a.c.a2.i0.b$b reason: collision with other inner class name */ - public final class C0085b implements t { - public C0085b(a aVar) { + public final class C0086b implements t { + public C0086b(a aVar) { } @Override // c.i.a.c.a2.t @@ -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.f710c; + long j3 = bVar.f709c; 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.f710c = j2; + this.f709c = j2; if (j3 == j2 - j || z2) { this.f = j4; this.e = 4; @@ -69,7 +69,7 @@ public final class b implements g { @Nullable public t a() { if (this.f != 0) { - return new C0085b(null); + return new C0086b(null); } return null; } @@ -85,7 +85,7 @@ public final class b implements g { long position = iVar.getPosition(); this.g = position; this.e = 1; - long j3 = this.f710c - 65307; + long j3 = this.f709c - 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.f714c; + long j5 = fVar.f713c; 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.f714c; + this.k = this.a.f713c; } 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.f714c > this.h) { + if (fVar2.f713c > 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.f714c; + this.k = this.a.f713c; 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.f710c); - this.f = this.a.f714c; + } while (iVar.getPosition() < this.f709c); + this.f = this.a.f713c; 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.f710c; + this.j = this.f709c; 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 19dfab25b4..a51d982ff1 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 f711c = -1; + public long f710c = -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.f711c != -1); - return new n(this.a, this.f711c); + AnimatableValueParser.D(this.f710c != -1); + return new n(this.a, this.f710c); } @Override // c.i.a.c.a2.i0.g @@ -82,7 +82,7 @@ public final class c extends i { if (oVar == null) { o oVar2 = new o(bArr, 17); this.n = oVar2; - bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f917c), null); + bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f916c), null); return true; } else if ((bArr[0] & Byte.MAX_VALUE) == 3) { o.a m2 = AnimatableValueParser.m2(wVar); @@ -96,7 +96,7 @@ public final class c extends i { } a aVar = this.o; if (aVar != null) { - aVar.f711c = j; + aVar.f710c = 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 38c044b7ac..451993d617 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 @@ -21,7 +21,7 @@ public class d implements h { public i b; /* renamed from: c reason: collision with root package name */ - public boolean f712c; + public boolean f711c; static { a aVar = a.a; @@ -95,14 +95,14 @@ public class d implements h { throw new ParserException("Failed to determine bitstream type"); } } - if (!this.f712c) { + if (!this.f711c) { c.i.a.c.a2.w p = this.a.p(0, 1); this.a.j(); i iVar2 = this.b; - iVar2.f715c = this.a; + iVar2.f714c = this.a; iVar2.b = p; iVar2.e(true); - this.f712c = true; + this.f711c = true; } i iVar3 = this.b; AnimatableValueParser.H(iVar3.b); @@ -140,7 +140,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.f714c, (fVar.b & 4) != 0); + iVar3.d = new b(iVar3, iVar3.f, iVar.b(), (long) (fVar.e + fVar.f), fVar.f713c, (fVar.b & 4) != 0); iVar3.h = i; e eVar = iVar3.a; w wVar = eVar.b; @@ -148,7 +148,7 @@ public class d implements h { if (bArr.length != 65025) { return 0; } - wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f917c)), eVar.b.f917c); + wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f916c)), eVar.b.f916c); return 0; } i = 2; @@ -175,7 +175,7 @@ public class d implements h { if (!iVar3.l) { t a = iVar3.d.a(); AnimatableValueParser.H(a); - iVar3.f715c.a(a); + iVar3.f714c.a(a); iVar3.l = true; } if (iVar3.k > 0 || iVar3.a.b(iVar)) { @@ -186,8 +186,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.f917c); - iVar3.b.d(j3, 1, wVar2.f917c, 0, null); + iVar3.b.c(wVar2, wVar2.f916c); + iVar3.b.d(j3, 1, wVar2.f916c, 0, null); iVar3.e = -1; } } @@ -213,7 +213,7 @@ public class d implements h { e eVar = iVar.a; eVar.a.b(); eVar.b.z(0); - eVar.f713c = -1; + eVar.f712c = -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 1c097bdc91..99412fc90a 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 f713c = -1; + public int f712c = -1; public int d; public boolean e; @@ -41,36 +41,36 @@ public final class e { this.b.z(0); } while (!this.e) { - if (this.f713c < 0) { + if (this.f712c < 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.f917c == 0) { + if ((fVar.b & 1) == 1 && this.b.f916c == 0) { i2 += a(0); i = this.d + 0; } else { i = 0; } iVar.l(i2); - this.f713c = i; + this.f712c = i; } - int a = a(this.f713c); - int i3 = this.f713c + this.d; + int a = a(this.f712c); + int i3 = this.f712c + this.d; if (a > 0) { w wVar = this.b; - wVar.b(wVar.f917c + a); + wVar.b(wVar.f916c + a); w wVar2 = this.b; - iVar.readFully(wVar2.a, wVar2.f917c, a); + iVar.readFully(wVar2.a, wVar2.f916c, a); w wVar3 = this.b; - wVar3.C(wVar3.f917c + a); + wVar3.C(wVar3.f916c + a); this.e = this.a.g[i3 + -1] != 255; } if (i3 == this.a.d) { i3 = -1; } - this.f713c = i3; + this.f712c = 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 e7e6be5661..5b3a70cf1d 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 f714c; + public long f713c; 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.f714c = ((((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.f713c = ((((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.f714c = 0; + this.f713c = 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 1d159dc1f0..d5941601a7 100644 --- a/app/src/main/java/c/i/a/c/a2/i0/h.java +++ b/app/src/main/java/c/i/a/c/a2/i0/h.java @@ -35,12 +35,12 @@ public final class h extends i { public boolean d(w wVar, long j, i.b bVar) { boolean z2 = true; if (!this.o) { - byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f917c); + byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f916c); List h = AnimatableValueParser.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2238x = copyOf[9] & 255; - bVar2.f2239y = 48000; + bVar2.f2242x = copyOf[9] & 255; + bVar2.f2243y = 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 2ccf78ff60..4348c75681 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 f715c; + public j f714c; 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 6649168493..b2698e1e7c 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[] f716c; + public final z[] f715c; public final int d; public a(a0 a0Var, y yVar, byte[] bArr, z[] zVarArr, int i) { this.a = a0Var; this.b = bArr; - this.f716c = zVarArr; + this.f715c = 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.f716c[(b >> 1) & (255 >>> (8 - aVar2.d))].a ? aVar2.a.e : aVar2.a.f; + int i2 = !aVar2.f715c[(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.f917c + 4; + int i3 = wVar.f916c + 4; if (length < i3) { wVar.A(Arrays.copyOf(bArr2, i3)); } else { wVar.C(i3); } byte[] bArr3 = wVar.a; - int i4 = wVar.f917c; + int i4 = wVar.f916c; bArr3[i4 - 4] = (byte) ((int) (j & 255)); bArr3[i4 - 3] = (byte) ((int) ((j >>> 8) & 255)); bArr3[i4 - 2] = (byte) ((int) ((j >>> 16) & 255)); @@ -119,13 +119,13 @@ 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.f917c)); + 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.f916c)); } else { y yVar = this.r; if (yVar == null) { this.r = AnimatableValueParser.o2(wVar, true, true); } else { - int i7 = wVar.f917c; + int i7 = wVar.f916c; byte[] bArr3 = new byte[i7]; System.arraycopy(wVar.a, 0, bArr3, 0, i7); int i8 = a0Var.a; @@ -356,9 +356,9 @@ public final class j extends i { throw new ParserException(c.d.b.a.a.j("lookup type greater than 2 not decodable: ", b19)); } } else { - StringBuilder K = c.d.b.a.a.K("expected code book to start with [0x56, 0x43, 0x42] at "); - K.append((xVar.f764c * 8) + xVar.d); - throw new ParserException(K.toString()); + StringBuilder L = c.d.b.a.a.L("expected code book to start with [0x56, 0x43, 0x42] at "); + L.append((xVar.f763c * 8) + xVar.d); + throw new ParserException(L.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.f649c; - bVar2.f2238x = a0Var2.a; - bVar2.f2239y = a0Var2.b; + bVar2.g = a0Var2.f648c; + bVar2.f2242x = a0Var2.a; + bVar2.f2243y = 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 3f49cbc38d..be5d358856 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 f717c; + public boolean f716c; 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.f717c = true; + this.f716c = 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 6bfaa75b83..6dc8aa69f0 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/b0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/b0.java @@ -21,7 +21,7 @@ public final class b0 implements h { public final SparseArray b = new SparseArray<>(); /* renamed from: c reason: collision with root package name */ - public final w f718c = new w(4096); + public final w f717c = new w(4096); public final a0 d = new a0(); public boolean e; public boolean f; @@ -38,7 +38,7 @@ public final class b0 implements h { public final e0 b; /* renamed from: c reason: collision with root package name */ - public final v f719c = new v(new byte[64]); + public final v f718c = new v(new byte[64]); public boolean d; public boolean e; public boolean f; @@ -77,7 +77,7 @@ public final class b0 implements h { long j = -9223372036854775807L; if (i != 0) { a0 a0Var = this.d; - if (!a0Var.f717c) { + if (!a0Var.f716c) { if (!a0Var.e) { long b2 = iVar.b(); int min = (int) Math.min(20000L, b2); @@ -90,7 +90,7 @@ public final class b0 implements h { iVar.n(a0Var.b.a, 0, min); w wVar = a0Var.b; int i2 = wVar.b; - int i3 = wVar.f917c - 4; + int i3 = wVar.f916c - 4; while (true) { if (i3 < i2) { break; @@ -123,7 +123,7 @@ public final class b0 implements h { iVar.n(a0Var.b.a, 0, min2); w wVar2 = a0Var.b; int i4 = wVar2.b; - int i5 = wVar2.f917c; + int i5 = wVar2.f916c; while (true) { if (i4 >= i5 - 3) { break; @@ -173,23 +173,23 @@ public final class b0 implements h { } iVar.k(); long f = i != 0 ? b - iVar.f() : -1; - if ((f != -1 && f < 4) || !iVar.e(this.f718c.a, 0, 4, true)) { + if ((f != -1 && f < 4) || !iVar.e(this.f717c.a, 0, 4, true)) { return -1; } - this.f718c.D(0); - int f2 = this.f718c.f(); + this.f717c.D(0); + int f2 = this.f717c.f(); if (f2 == 441) { return -1; } if (f2 == 442) { - iVar.n(this.f718c.a, 0, 10); - this.f718c.D(9); - iVar.l((this.f718c.s() & 7) + 14); + iVar.n(this.f717c.a, 0, 10); + this.f717c.D(9); + iVar.l((this.f717c.s() & 7) + 14); return 0; } else if (f2 == 443) { - iVar.n(this.f718c.a, 0, 2); - this.f718c.D(0); - iVar.l(this.f718c.x() + 6); + iVar.n(this.f717c.a, 0, 2); + this.f717c.D(0); + iVar.l(this.f717c.x() + 6); return 0; } else if (((f2 & InputDeviceCompat.SOURCE_ANY) >> 8) != 1) { iVar.l(1); @@ -229,40 +229,40 @@ public final class b0 implements h { this.j.j(); } } - iVar.n(this.f718c.a, 0, 2); - this.f718c.D(0); - int x2 = this.f718c.x() + 6; + iVar.n(this.f717c.a, 0, 2); + this.f717c.D(0); + int x2 = this.f717c.x() + 6; if (aVar == null) { iVar.l(x2); return 0; } - this.f718c.z(x2); - iVar.readFully(this.f718c.a, 0, x2); - this.f718c.D(6); - w wVar3 = this.f718c; - wVar3.e(aVar.f719c.a, 0, 3); - aVar.f719c.k(0); - aVar.f719c.m(8); - aVar.d = aVar.f719c.f(); - aVar.e = aVar.f719c.f(); - aVar.f719c.m(6); - int g = aVar.f719c.g(8); + this.f717c.z(x2); + iVar.readFully(this.f717c.a, 0, x2); + this.f717c.D(6); + w wVar3 = this.f717c; + wVar3.e(aVar.f718c.a, 0, 3); + aVar.f718c.k(0); + aVar.f718c.m(8); + aVar.d = aVar.f718c.f(); + aVar.e = aVar.f718c.f(); + aVar.f718c.m(6); + int g = aVar.f718c.g(8); aVar.g = g; - wVar3.e(aVar.f719c.a, 0, g); - aVar.f719c.k(0); + wVar3.e(aVar.f718c.a, 0, g); + aVar.f718c.k(0); aVar.h = 0; if (aVar.d) { - aVar.f719c.m(4); - aVar.f719c.m(1); - aVar.f719c.m(1); - long g2 = (((long) aVar.f719c.g(3)) << 30) | ((long) (aVar.f719c.g(15) << 15)) | ((long) aVar.f719c.g(15)); - aVar.f719c.m(1); + aVar.f718c.m(4); + aVar.f718c.m(1); + aVar.f718c.m(1); + long g2 = (((long) aVar.f718c.g(3)) << 30) | ((long) (aVar.f718c.g(15) << 15)) | ((long) aVar.f718c.g(15)); + aVar.f718c.m(1); if (!aVar.f && aVar.e) { - aVar.f719c.m(4); - aVar.f719c.m(1); - aVar.f719c.m(1); - aVar.f719c.m(1); - aVar.b.b((((long) aVar.f719c.g(3)) << 30) | ((long) (aVar.f719c.g(15) << 15)) | ((long) aVar.f719c.g(15))); + aVar.f718c.m(4); + aVar.f718c.m(1); + aVar.f718c.m(1); + aVar.f718c.m(1); + aVar.b.b((((long) aVar.f718c.g(3)) << 30) | ((long) (aVar.f718c.g(15) << 15)) | ((long) aVar.f718c.g(15))); aVar.f = true; } aVar.h = aVar.b.b(g2); @@ -270,7 +270,7 @@ public final class b0 implements h { aVar.a.f(aVar.h, 4); aVar.a.b(wVar3); aVar.a.d(); - w wVar4 = this.f718c; + w wVar4 = this.f717c; wVar4.C(wVar4.a.length); return 0; } @@ -287,7 +287,7 @@ public final class b0 implements h { e0 e0Var = this.a; synchronized (e0Var) { e0Var.a = j2; - e0Var.f907c = -9223372036854775807L; + e0Var.f906c = -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 29ba7c921e..b7add68bac 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/d0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/d0.java @@ -12,7 +12,7 @@ public final class d0 implements i0 { public final w b = new w(32); /* renamed from: c reason: collision with root package name */ - public int f720c; + public int f719c; public int d; public boolean e; public boolean f; @@ -63,18 +63,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.f720c = i4; + this.f719c = i4; byte[] bArr = this.b.a; if (bArr.length < i4) { this.b.b(Math.min((int) InputDeviceCompat.SOURCE_TOUCHSCREEN, Math.max(i4, bArr.length * 2))); } } } else { - int min2 = Math.min(wVar.a(), this.f720c - this.d); + int min2 = Math.min(wVar.a(), this.f719c - this.d); wVar.e(this.b.a, this.d, min2); int i5 = this.d + min2; this.d = i5; - int i6 = this.f720c; + int i6 = this.f719c; if (i5 != i6) { continue; } else { @@ -89,7 +89,7 @@ public final class d0 implements i0 { this.f = true; return; } - this.b.C(this.f720c - 4); + this.b.C(this.f719c - 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 fc1079ff1b..6a6d380680 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.f2236c = format.k; + bVar.f2240c = 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 dfa9513561..eee98faa61 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 f721c; + public boolean f720c; 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.f721c) { + if (!this.f720c) { this.a.l = 0; - this.f721c = true; + this.f720c = 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.f721c = false; + this.f720c = 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 6ff6486e19..621c0a4a34 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 f722c; + public final int f721c; public final int d; public a(int i, e0 e0Var, int i2) { - this.f722c = i; + this.f721c = 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.f917c; + int i = wVar.f916c; long j2 = -1; long j3 = -1; long j4 = -9223372036854775807L; @@ -50,7 +50,7 @@ public final class f0 extends c.i.a.c.a2.a { if (i3 > i) { break; } - long l2 = AnimatableValueParser.l2(wVar, i2, this.f722c); + long l2 = AnimatableValueParser.l2(wVar, i2, this.f721c); if (l2 != -9223372036854775807L) { long b = this.a.b(l2); if (b > j) { diff --git a/app/src/main/java/c/i/a/c/a2/j0/g.java b/app/src/main/java/c/i/a/c/a2/j0/g.java index f704a11633..d5079a99da 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 f723c; + public final String f722c; 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.f723c = str; + this.f722c = 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.f996c[vVar.g(2)]; + i5 = l.f995c[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.f2238x = i; - bVar.f2239y = i15; - bVar.f2236c = this.f723c; + bVar.f2242x = i; + bVar.f2243y = i15; + bVar.f2240c = this.f722c; 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 89fe979bac..80ab9aff08 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 f724c = new w(); + public final w f723c = 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.f724c.A(f0.f); + this.f723c.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 b00201f66b..bb2a1faeea 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 f725c; + public boolean f724c; 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.f725c) { + if (!this.f724c) { this.a.m = 0; - this.f725c = true; + this.f724c = 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.f725c = false; + this.f724c = 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 6a40a5c635..b61c9b372d 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 f726c; + public final List f725c; 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 f727s; + public int f726s; /* 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 f728c = new SparseIntArray(); + public final SparseIntArray f727c = 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.f726c.get(0); + e0Var = h0Var.f725c.get(0); } else { - e0Var = new e0(h0Var.f726c.get(0).c()); - h0.this.f726c.add(e0Var); + e0Var = new e0(h0Var.f725c.get(0).c()); + h0.this.f725c.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.f727s = this.a.g(13); + h0.this.f726s = 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.f728c.clear(); + this.f727c.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.f728c.get(i16, 8192)) { + if (i2 >= this.f727c.get(i16, 8192)) { } } else { i2 = g2; } - this.f728c.put(i16, i2); + this.f727c.put(i16, i2); this.b.put(i16, i0Var); } } i0Var = h0Var6.f.a(g, bVar2); if (h0.this.a != 2) { } - this.f728c.put(i16, i2); + this.f727c.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.f728c.size(); + int size = this.f727c.size(); int i18 = 0; while (i18 < size) { - int keyAt = this.f728c.keyAt(i18); - int valueAt = this.f728c.valueAt(i18); + int keyAt = this.f727c.keyAt(i18); + int valueAt = this.f727c.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.f726c = Collections.singletonList(e0Var); + this.f725c = Collections.singletonList(e0Var); } else { ArrayList arrayList = new ArrayList(); - this.f726c = arrayList; + this.f725c = 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.f727s = -1; + this.f726s = -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.f727s; + int i3 = this.f726s; if (i3 <= 0) { g0Var.a(iVar); return 0; @@ -478,12 +478,12 @@ public final class h0 implements h { if (iVar.getPosition() != j2) { sVar.a = j2; } else { - g0Var.f724c.z(min); + g0Var.f723c.z(min); iVar.k(); - iVar.n(g0Var.f724c.a, 0, min); - w wVar = g0Var.f724c; + iVar.n(g0Var.f723c.a, 0, min); + w wVar = g0Var.f723c; int i4 = wVar.b; - int i5 = wVar.f917c; + int i5 = wVar.f916c; while (true) { i5--; if (i5 < i4) { @@ -509,12 +509,12 @@ public final class h0 implements h { if (iVar.getPosition() != j3) { sVar.a = j3; } else { - g0Var.f724c.z(min2); + g0Var.f723c.z(min2); iVar.k(); - iVar.n(g0Var.f724c.a, 0, min2); - w wVar2 = g0Var.f724c; + iVar.n(g0Var.f723c.a, 0, min2); + w wVar2 = g0Var.f723c; int i6 = wVar2.b; - int i7 = wVar2.f917c; + int i7 = wVar2.f916c; while (true) { if (i6 >= i7) { break; @@ -550,7 +550,7 @@ public final class h0 implements h { g0 g0Var2 = this.j; long j5 = g0Var2.i; if (j5 != -9223372036854775807L) { - f0 f0Var = new f0(g0Var2.b, j5, b2, this.f727s, this.b); + f0 f0Var = new f0(g0Var2.b, j5, b2, this.f726s, 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.f917c; + int i8 = this.d.f916c; 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.f917c; + int i10 = wVar4.f916c; 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.f917c; + int i14 = wVar5.f916c; 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.f726c.size(); + int size = this.f725c.size(); for (int i = 0; i < size; i++) { - e0 e0Var = this.f726c.get(i); + e0 e0Var = this.f725c.get(i); if ((e0Var.d() == -9223372036854775807L) || !(e0Var.d() == 0 || e0Var.c() == j2)) { synchronized (e0Var) { e0Var.a = j2; - e0Var.f907c = -9223372036854775807L; + e0Var.f906c = -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 e630cf8224..15a64a7cca 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 f729c; + public final String f728c; 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.f729c = str; + this.f728c = 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.f2238x = 2; - bVar.f2239y = b.a; - bVar.f2236c = this.f729c; + bVar.f2242x = 2; + bVar.f2243y = b.a; + bVar.f2240c = this.f728c; Format a = bVar.a(); this.k = a; this.e.e(a); } this.l = b.b; - this.j = (((long) b.f997c) * 1000000) / ((long) this.k.H); + this.j = (((long) b.f996c) * 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 690b260577..eacd088af8 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/i0.java +++ b/app/src/main/java/c/i/a/c/a2/j0/i0.java @@ -29,13 +29,13 @@ public interface i0 { public final String b; /* renamed from: c reason: collision with root package name */ - public final List f730c; + public final List f729c; public final byte[] d; public b(int i, @Nullable String str, @Nullable List list, byte[] bArr) { this.a = i; this.b = str; - this.f730c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); + this.f729c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); this.d = bArr; } } @@ -52,7 +52,7 @@ public interface i0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f731c; + public final int f730c; public int d; public String e; @@ -65,14 +65,14 @@ public interface i0 { } this.a = str; this.b = i2; - this.f731c = i3; + this.f730c = 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.f731c; + this.d = i == Integer.MIN_VALUE ? this.b : i + this.f730c; 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 1c61245732..c527181eca 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 f732c; + public final w f731c; 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.f732c = wVar; + this.f731c = wVar; this.d = new v(wVar.a); } public final int a(i iVar) throws IOException { int i = 0; while (true) { - iVar.n(this.f732c.a, 0, 10); - this.f732c.D(0); - if (this.f732c.u() != 4801587) { + iVar.n(this.f731c.a, 0, 10); + this.f731c.D(0); + if (this.f731c.u() != 4801587) { break; } - this.f732c.E(3); - int r = this.f732c.r(); + this.f731c.E(3); + int r = this.f731c.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.f732c.a, 0, 2); - this.f732c.D(0); - if (!k.g(this.f732c.x())) { + iVar.n(this.f731c.a, 0, 2); + this.f731c.D(0); + if (!k.g(this.f731c.x())) { break; } i2++; if (i2 >= 4 && i3 > 188) { return true; } - iVar.n(this.f732c.a, 0, 4); + iVar.n(this.f731c.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 924a432df3..63bc908137 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.f2236c = format.k; + bVar.f2240c = 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 7219198e31..5b53275b13 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 f733c = new v(new byte[7]); + public final v f732c = 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 f734s; + public int f733s; 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.f917c; + int i8 = wVar.f916c; 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.f733c.a, 1)) { - this.f733c.k(4); - int g = this.f733c.g(1); + if (i(wVar, this.f732c.a, 1)) { + this.f732c.k(4); + int g = this.f732c.g(1); int i10 = this.n; if (i10 == -1 || g == i10) { if (this.o != -1) { - if (i(wVar, this.f733c.a, 1)) { - this.f733c.k(i6); - if (this.f733c.g(4) == this.o) { + if (i(wVar, this.f732c.a, 1)) { + this.f732c.k(i6); + if (this.f732c.g(4) == this.o) { wVar.D(i9 + 2); } } @@ -112,12 +112,12 @@ public final class k implements o { break; } } - if (i(wVar, this.f733c.a, 4)) { - this.f733c.k(14); - int g2 = this.f733c.g(i5); + if (i(wVar, this.f732c.a, 4)) { + this.f732c.k(14); + int g2 = this.f732c.g(i5); if (g2 >= 7) { byte[] bArr2 = wVar.a; - int i11 = wVar.f917c; + int i11 = wVar.f916c; 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.f734s = 0; + this.f733s = 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.f733c.a, this.l ? 7 : 5)) { - this.f733c.k(0); + if (a(wVar, this.f732c.a, this.l ? 7 : 5)) { + this.f732c.k(0); if (!this.q) { - int g3 = this.f733c.g(2) + 1; + int g3 = this.f732c.g(2) + 1; if (g3 != 2) { Log.w("AdtsReader", "Detected audio object type: " + g3 + ", but assuming AAC LC."); g3 = 2; } - this.f733c.m(5); - int g4 = this.f733c.g(3); + this.f732c.m(5); + int g4 = this.f732c.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.f995c; - bVar.f2238x = c2.b; - bVar.f2239y = c2.a; + bVar.h = c2.f994c; + bVar.f2242x = c2.b; + bVar.f2243y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2236c = this.e; + bVar.f2240c = this.e; Format a2 = bVar.a(); this.r = 1024000000 / ((long) a2.H); this.g.e(a2); this.q = true; } else { - this.f733c.m(10); + this.f732c.m(10); } - this.f733c.m(4); - int g5 = (this.f733c.g(13) - 2) - 5; + this.f732c.m(4); + int g5 = (this.f732c.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.f734s = g5; + this.f733s = g5; } } else if (i4 == 4) { - int min = Math.min(wVar.a(), this.f734s - this.j); + int min = Math.min(wVar.a(), this.f733s - this.j); this.u.c(wVar, min); int i16 = this.j + min; this.j = i16; - int i17 = this.f734s; + int i17 = this.f733s; 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.f734s = this.d.r() + 10; + this.f733s = this.d.r() + 10; } } else if (wVar.a() != 0) { - v vVar = this.f733c; + v vVar = this.f732c; vVar.a[0] = wVar.a[wVar.b]; vVar.k(2); - int g6 = this.f733c.g(4); + int g6 = this.f732c.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 c7f068fc8b..2aae9e6dd2 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.f730c)); + return new y(new n(bVar.f729c)); } 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.f1270c); + String str2 = new String(bArr, i7, 3, c.f1269c); 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.f2236c = str2; + bVar2.f2240c = 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 34733d3d4c..720c18e2bc 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 f735c; + public String f734c; 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.f735c; + String str = this.f734c; 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.f916c, 14); - int i16 = vVar2.f916c; + int min2 = Math.min(8 - vVar2.f915c, 14); + int i16 = vVar2.f915c; 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.f916c = 0; + vVar2.f915c = 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.f1008c; + int[] iArr = c.i.a.c.v1.w.f1007c; 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.f2238x = i24; - bVar.f2239y = i23; + bVar.f2242x = i24; + bVar.f2243y = i23; bVar.n = null; - bVar.f2236c = str2; + bVar.f2240c = 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.f735c = dVar.b(); + this.f734c = 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 394749bc4d..c6df48f728 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 f736c; + public boolean f735c; 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.f736c = false; + this.f735c = false; } this.d--; - return this.f736c; + return this.f735c; } @Override // c.i.a.c.a2.j0.o public void b(c.i.a.c.i2.w wVar) { - if (!this.f736c) { + if (!this.f735c) { 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.f736c = false; + this.f735c = false; } @Override // c.i.a.c.a2.j0.o public void d() { - if (this.f736c) { + if (this.f735c) { for (w wVar : this.b) { wVar.d(this.f, 1, this.e, 0, null); } - this.f736c = false; + this.f735c = 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.f2236c = aVar.a; + bVar.f2240c = 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.f736c = true; + this.f735c = 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 9b98013924..ee7140e6b7 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 f737c; + public w f736c; @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 f738c; + public int f737c; 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.f738c; + int i4 = this.f737c; if (length < i4 + i3) { this.e = Arrays.copyOf(bArr2, (i4 + i3) * 2); } - System.arraycopy(bArr, i, this.e, this.f738c, i3); - this.f738c += i3; + System.arraycopy(bArr, i, this.e, this.f737c, i3); + this.f737c += i3; } } } @@ -101,12 +101,12 @@ public final class p implements o { long j2; int i6; float f2; - AnimatableValueParser.H(this.f737c); + AnimatableValueParser.H(this.f736c); int i7 = wVar.b; - int i8 = wVar.f917c; + int i8 = wVar.f916c; byte[] bArr = wVar.a; this.i += (long) wVar.a(); - this.f737c.c(wVar, wVar.a()); + this.f736c.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.f738c - i12; - aVar.f738c = i13; + int i13 = aVar.f737c - i12; + aVar.f737c = 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.f738c); + byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.f737c); 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.f737c.e((Format) create.first); + this.f736c.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.f737c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f736c.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.f737c.e((Format) create.first); + this.f736c.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.f737c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f736c.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.f737c.e((Format) create.first); + this.f736c.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.f737c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f736c.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.f737c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f736c.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.f738c = 0; + aVar.f737c = 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.f737c = jVar.p(dVar.c(), 2); + this.f736c = 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 fc941d6ca3..f3d719c716 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 f739c = new w(); + public final w f738c = 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 f740c; + public int f739c; 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.f740c = 0; + this.f739c = 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 f741c; + public boolean f740c; 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.f741c) { + if (this.f740c) { int i3 = this.f; int i4 = (i + 1) - i3; if (i4 < i2) { this.d = ((bArr[i4] & 192) >> 6) == 0; - this.f741c = false; + this.f740c = 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.f917c; + int i5 = wVar.f916c; 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.f740c; + int i10 = aVar.f739c; 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.f739c; + w wVar6 = this.f738c; int i14 = f0.a; wVar6.B(this.f.d, e); - this.b.a(this.l, this.f739c); + this.b.a(this.l, this.f738c); } 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.f741c = i7 == 182; + bVar3.f740c = 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.f741c = i7 == 182; + bVar3.f740c = 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.f741c = i7 == 182; + bVar3.f740c = 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.f741c = i7 == 182; + bVar3.f740c = 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.f740c = 4; + aVar.f739c = 4; } } else if (i7 > 31) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f740c = 3; + aVar.f739c = 3; } } else if (i7 != 181) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f740c = 2; + aVar.f739c = 2; } } else if (i7 == 176) { - aVar.f740c = 1; + aVar.f739c = 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.f741c = i7 == 182; + bVar3.f740c = 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.f741c = false; + bVar.f740c = 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 a56d415d15..f9a0d5e58b 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 f742c; + public final boolean f741c; 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 f743c; + public final boolean f742c; 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 f744c; + public u.b f743c; 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.f743c = z3; + this.f742c = 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.f742c = z3; + this.f741c = 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.f743c) { + if (!this.l || this.k.f742c) { 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.f743c) { + if (!bVar.f742c) { 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.f914c && !z4) { + if (aVar2.f913c && !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.f914c || z4) { + if (!aVar2.f913c || 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.f744c = bVar2; + aVar3.f743c = 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.f744c = bVar2; + aVar3.f743c = 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.f917c; + int i5 = wVar.f916c; 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.f743c) { + if (!this.l || this.k.f742c) { this.d.b(i10); this.e.b(i10); if (this.l) { i = i5; bArr = bArr2; w wVar2 = this.d; - if (wVar2.f751c) { + if (wVar2.f750c) { 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.f751c) { + if (wVar3.f750c) { u.a c2 = u.c(wVar3.d, 3, wVar3.e); this.k.e.append(c2.a, c2); this.e.c(); } } - } else if (this.d.f751c && this.e.f751c) { + } else if (this.d.f750c && this.e.f750c) { 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.f915c); + String a2 = h.a(d2.a, d2.b, d2.f914c); 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.f743c) { + if (bVar.f742c) { b.a aVar = bVar.n; b.a aVar2 = bVar.m; if (aVar.a) { if (aVar2.a) { - u.b bVar4 = aVar.f744c; + u.b bVar4 = aVar.f743c; AnimatableValueParser.H(bVar4); - u.b bVar5 = aVar2.f744c; + u.b bVar5 = aVar2.f743c; 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.f743c) { + if (!this.l || this.k.f742c) { 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.f743c) { + if (bVar2.f742c) { 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.f743c) { + if (bVar2.f742c) { } i4 = i6; i5 = i; @@ -555,7 +555,7 @@ public final class r implements o { bVar2.j = j; if (bVar2.b) { } - if (bVar2.f743c) { + if (bVar2.f742c) { } 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.f742c); + this.k = new b(p, this.b, this.f741c); 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 20c6c90876..26ff61d944 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 f745c; + public w f744c; 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 f746c; + public boolean f745c; 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.f745c); + AnimatableValueParser.H(this.f744c); int i6 = f0.a; while (wVar.a() > 0) { - int i7 = wVar2.f917c; + int i7 = wVar2.f916c; byte[] bArr2 = wVar2.a; this.l += (long) wVar.a(); - this.f745c.c(wVar2, wVar.a()); + this.f744c.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.f746c; + aVar.m = aVar.f745c; 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.f746c; + aVar.m = aVar.f745c; 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.f751c) { + if (wVar3.f750c) { w wVar4 = this.h; - if (wVar4.f751c) { + if (wVar4.f750c) { w wVar5 = this.i; - if (wVar5.f751c) { - w wVar6 = this.f745c; + if (wVar5.f750c) { + w wVar6 = this.f744c; 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.d0("Unexpected aspect_ratio_idc value: ", e2, "H265Reader"); + c.d.b.a.a.f0("Unexpected aspect_ratio_idc value: ", e2, "H265Reader"); } } } @@ -372,7 +372,7 @@ public final class s implements o { } } boolean z5 = i < 16 && i <= 21; - aVar2.f746c = z5; + aVar2.f745c = 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.f746c = z5; + aVar2.f745c = 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.f745c = p; + this.f744c = 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 61f62255fe..0efc7d628f 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 f747c; + public boolean f746c; 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.f747c) { + if (this.f746c) { 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.f747c = false; + this.f746c = false; return; } } @@ -46,16 +46,16 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void c() { - this.f747c = false; + this.f746c = false; } @Override // c.i.a.c.a2.j0.o public void d() { int i; AnimatableValueParser.H(this.b); - if (this.f747c && (i = this.e) != 0 && this.f == i) { + if (this.f746c && (i = this.e) != 0 && this.f == i) { this.b.d(this.d, 1, i, 0, null); - this.f747c = false; + this.f746c = 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.f747c = true; + this.f746c = 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 1bb6fe5963..48a7ae307e 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 f748c; + public final v f747c; 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 f749s; + public long f748s; 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.f748c = new v(wVar.a); + this.f747c = 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.f748c; + v vVar = this.f747c; byte[] bArr2 = this.b.a; Objects.requireNonNull(vVar); int length = bArr2.length; vVar.a = bArr2; vVar.b = 0; - vVar.f916c = 0; + vVar.f915c = 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.f748c.a, this.h, min); + wVar.e(this.f747c.a, this.h, min); int i3 = this.h + min; this.h = i3; if (i3 == this.i) { - this.f748c.k(0); - v vVar2 = this.f748c; + this.f747c.k(0); + v vVar2 = this.f747c; 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.f2238x = this.t; - bVar.f2239y = this.r; + bVar.f2242x = this.t; + bVar.f2243y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2236c = this.a; + bVar.f2240c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; - this.f749s = 1024000000 / ((long) a.H); + this.f748s = 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.f749s; + this.k += this.f748s; 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.f995c; + this.u = c2.f994c; 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 cd82e2ea96..8772ce9343 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 f750c; + public final String f749c; 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.f750c = str; + this.f749c = 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.f917c; + int i3 = wVar.f916c; 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.f1010c; + this.k = aVar.f1009c; 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.f2238x = aVar.e; - bVar.f2239y = i5; - bVar.f2236c = this.f750c; + bVar.f2242x = aVar.e; + bVar.f2243y = i5; + bVar.f2240c = this.f749c; 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 4908113523..e74aa3c923 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 f751c; + public boolean f750c; public byte[] d; public int e; @@ -39,13 +39,13 @@ public final class w { } this.e -= i; this.b = false; - this.f751c = true; + this.f750c = true; return true; } public void c() { this.b = false; - this.f751c = false; + this.f750c = false; } public void d(int i) { @@ -57,7 +57,7 @@ public final class w { this.b = z2; if (z2) { this.e = 3; - this.f751c = false; + this.f750c = 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 d4da5c8238..8ea2988211 100644 --- a/app/src/main/java/c/i/a/c/a2/j0/x.java +++ b/app/src/main/java/c/i/a/c/a2/j0/x.java @@ -14,7 +14,7 @@ public final class x implements c0 { public e0 b; /* renamed from: c reason: collision with root package name */ - public w f752c; + public w f751c; public x(String str) { Format.b bVar = new Format.b(); @@ -27,7 +27,7 @@ public final class x implements c0 { this.b = e0Var; dVar.a(); w p = jVar.p(dVar.c(), 5); - this.f752c = p; + this.f751c = p; p.e(this.a); } @@ -40,19 +40,19 @@ public final class x implements c0 { long j2 = -9223372036854775807L; if (d != -9223372036854775807L) { Format format = this.a; - if (d != format.f2233x) { + if (d != format.f2237x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); this.a = a2; - this.f752c.e(a2); + this.f751c.e(a2); } int a3 = wVar.a(); - this.f752c.c(wVar, a3); - w wVar2 = this.f752c; + this.f751c.c(wVar, a3); + w wVar2 = this.f751c; e0 e0Var = this.b; synchronized (e0Var) { - long j3 = e0Var.f907c; + long j3 = e0Var.f906c; 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 975874edbb..4f2354cb8f 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 f753c = 0; + public int f752c = 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.f753c; + int i4 = this.f752c; 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 K = a.K("Unexpected start indicator: expected "); - K.append(this.j); - K.append(" more bytes"); - Log.w("PesReader", K.toString()); + StringBuilder L = a.L("Unexpected start indicator: expected "); + L.append(this.j); + L.append(" more bytes"); + Log.w("PesReader", L.toString()); } this.a.d(); } else { @@ -63,7 +63,7 @@ public final class y implements i0 { e(1); } while (wVar.a() > 0) { - int i5 = this.f753c; + int i5 = this.f752c; 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.d0("Unexpected start code prefix: ", g2, "PesReader"); + a.f0("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 K2 = a.K("Found negative packet payload size: "); - K2.append(this.j); - Log.w("PesReader", K2.toString()); + StringBuilder L2 = a.L("Found negative packet payload size: "); + L2.append(this.j); + Log.w("PesReader", L2.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.f753c = 0; + this.f752c = 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.f753c = i; + this.f752c = 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 b7c820f100..dd9945b44f 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.f917c; + int i3 = wVar.f916c; 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.f917c, wVar.b + wVar.x())); + wVar.D(Math.min(wVar.f916c, 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 ae6361d4b8..5b8f231530 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,17 +19,17 @@ public final class b implements h { public w b; /* renamed from: c reason: collision with root package name */ - public AbstractC0086b f754c; + public AbstractC0087b f753c; public int d = -1; public long e = -1; /* compiled from: WavExtractor */ - public static final class a implements AbstractC0086b { + public static final class a implements AbstractC0087b { public static final int[] a = {-1, -1, -1, -1, 2, 4, 6, 8, -1, -1, -1, -1, 2, 4, 6, 8}; 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 f755c; + public final j f754c; 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.f755c = jVar; + this.f754c = jVar; this.d = wVar; this.e = cVar; - int max = Math.max(1, cVar.f757c / 10); + int max = Math.max(1, cVar.f756c / 10); this.i = max; byte[] bArr = cVar.f; int length = bArr.length; @@ -60,23 +60,23 @@ 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.f757c; + int i4 = cVar.f756c; 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.f2238x = cVar.b; - bVar.f2239y = i4; - bVar.f2240z = 2; + bVar.f2242x = cVar.b; + bVar.f2243y = i4; + bVar.f2244z = 2; this.j = bVar.a(); return; } throw new ParserException(c.d.b.a.a.l("Expected frames per block: ", i3, "; got: ", i)); } - @Override // c.i.a.c.a2.k0.b.AbstractC0086b + @Override // c.i.a.c.a2.k0.b.AbstractC0087b public void a(long j) { this.k = 0; this.l = j; @@ -84,9 +84,9 @@ public final class b implements h { this.n = 0; } - @Override // c.i.a.c.a2.k0.b.AbstractC0086b + @Override // c.i.a.c.a2.k0.b.AbstractC0087b public void b(int i, long j) { - this.f755c.a(new e(this.e, this.f, (long) i, j)); + this.f754c.a(new e(this.e, this.f, (long) i, j)); this.d.e(this.j); } @@ -98,7 +98,7 @@ public final class b implements h { */ /* JADX WARNING: Removed duplicated region for block: B:41:0x0049 A[ADDED_TO_REGION, EDGE_INSN: B:41:0x0049->B:12:0x0049 ?: BREAK , SYNTHETIC] */ /* JADX WARNING: Removed duplicated region for block: B:6:0x002b */ - @Override // c.i.a.c.a2.k0.b.AbstractC0086b + @Override // c.i.a.c.a2.k0.b.AbstractC0087b public boolean c(c.i.a.c.a2.i r19, long r20) throws java.io.IOException { /* // Method dump skipped, instructions count: 364 @@ -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.f757c); + long E = this.l + f0.E(this.n, 1000000, (long) this.e.f756c); int i2 = i * 2 * this.e.b; this.d.d(E, 1, i2, this.m - i2, null); this.n += (long) i; @@ -121,7 +121,7 @@ public final class b implements h { /* compiled from: WavExtractor */ /* renamed from: c.i.a.c.a2.k0.b$b reason: collision with other inner class name */ - public interface AbstractC0086b { + public interface AbstractC0087b { void a(long j); void b(int i, long j) throws ParserException; @@ -130,12 +130,12 @@ public final class b implements h { } /* compiled from: WavExtractor */ - public static final class c implements AbstractC0086b { + public static final class c implements AbstractC0087b { public final j a; public final w b; /* renamed from: c reason: collision with root package name */ - public final c f756c; + public final c f755c; 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.f756c = cVar; + this.f755c = cVar; int i2 = (cVar.b * cVar.e) / 8; if (cVar.d == i2) { - int i3 = cVar.f757c * i2; + int i3 = cVar.f756c * i2; int i4 = i3 * 8; int max = Math.max(i2, i3 / 10); this.e = max; @@ -157,31 +157,31 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2238x = cVar.b; - bVar.f2239y = cVar.f757c; - bVar.f2240z = i; + bVar.f2242x = cVar.b; + bVar.f2243y = cVar.f756c; + bVar.f2244z = i; this.d = bVar.a(); return; } - StringBuilder L = c.d.b.a.a.L("Expected block size: ", i2, "; got: "); - L.append(cVar.d); - throw new ParserException(L.toString()); + StringBuilder M = c.d.b.a.a.M("Expected block size: ", i2, "; got: "); + M.append(cVar.d); + throw new ParserException(M.toString()); } - @Override // c.i.a.c.a2.k0.b.AbstractC0086b + @Override // c.i.a.c.a2.k0.b.AbstractC0087b public void a(long j) { this.f = j; this.g = 0; this.h = 0; } - @Override // c.i.a.c.a2.k0.b.AbstractC0086b + @Override // c.i.a.c.a2.k0.b.AbstractC0087b public void b(int i, long j) { - this.a.a(new e(this.f756c, 1, (long) i, j)); + this.a.a(new e(this.f755c, 1, (long) i, j)); this.b.e(this.d); } - @Override // c.i.a.c.a2.k0.b.AbstractC0086b + @Override // c.i.a.c.a2.k0.b.AbstractC0087b public boolean c(i iVar, long j) throws IOException { int i; int i2; @@ -200,13 +200,13 @@ public final class b implements h { j2 -= (long) b; } } - c cVar = this.f756c; + c cVar = this.f755c; 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.f757c), 1, i6, i7, null); + this.b.d(this.f + f0.E(this.h, 1000000, (long) cVar.f756c), 1, i6, i7, null); this.h += (long) i5; this.g = i7; } @@ -232,16 +232,16 @@ public final class b implements h { AnimatableValueParser.H(this.b); int i3 = f0.a; boolean z2 = true; - if (this.f754c == null) { + if (this.f753c == null) { c Y1 = AnimatableValueParser.Y1(iVar); if (Y1 != null) { int i4 = Y1.a; if (i4 == 17) { - this.f754c = new a(this.a, this.b, Y1); + this.f753c = new a(this.a, this.b, Y1); } else if (i4 == 6) { - this.f754c = new c(this.a, this.b, Y1, "audio/g711-alaw", -1); + this.f753c = new c(this.a, this.b, Y1, "audio/g711-alaw", -1); } else if (i4 == 7) { - this.f754c = new c(this.a, this.b, Y1, "audio/g711-mlaw", -1); + this.f753c = new c(this.a, this.b, Y1, "audio/g711-mlaw", -1); } else { int i5 = Y1.e; if (i4 != 1) { @@ -253,11 +253,11 @@ public final class b implements h { } else if (i4 != 65534) { i = 0; if (i != 0) { - this.f754c = new c(this.a, this.b, Y1, "audio/raw", i); + this.f753c = new c(this.a, this.b, Y1, "audio/raw", i); } else { - StringBuilder K = c.d.b.a.a.K("Unsupported WAV format type: "); - K.append(Y1.a); - throw new ParserException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Unsupported WAV format type: "); + L.append(Y1.a); + throw new ParserException(L.toString()); } } } @@ -279,9 +279,9 @@ public final class b implements h { int i6 = a2.a; if (i6 != 1684108385) { if (!(i6 == 1380533830 || i6 == 1718449184)) { - StringBuilder K2 = c.d.b.a.a.K("Ignoring unknown WAV chunk: "); - K2.append(a2.a); - Log.w("WavHeaderReader", K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Ignoring unknown WAV chunk: "); + L2.append(a2.a); + Log.w("WavHeaderReader", L2.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 K3 = c.d.b.a.a.K("Chunk is too large (~2GB+) to skip; id: "); - K3.append(a2.a); - throw new ParserException(K3.toString()); + 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()); } } 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 N = c.d.b.a.a.N("Data exceeds input length: ", j2, ", "); - N.append(b); - Log.w("WavHeaderReader", N.toString()); + StringBuilder O = c.d.b.a.a.O("Data exceeds input length: ", j2, ", "); + O.append(b); + Log.w("WavHeaderReader", O.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.f754c.b(this.d, longValue); + this.f753c.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.f754c.c(iVar, this.e - iVar.getPosition()) ? -1 : 0; + return this.f753c.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) { - AbstractC0086b bVar = this.f754c; + AbstractC0087b bVar = this.f753c; 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 aa8d30183a..4e7cdf9a37 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 f757c; + public final int f756c; 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.f757c = i3; + this.f756c = 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 21e05d4d62..06c965e8c0 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 f758c; + public final long f757c; 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.f758c = j; + this.f757c = 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.f757c); + return f0.E(j * ((long) this.b), 1000000, (long) this.a.f756c); } @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.f757c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); - long j2 = (((long) this.a.d) * i) + this.f758c; + long i = f0.i((((long) this.a.f756c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); + long j2 = (((long) this.a.d) * i) + this.f757c; 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.f758c)); + return new t.a(uVar, new u(b(j3), (((long) this.a.d) * j3) + this.f757c)); } @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 6fc1e8d31f..746ac0b69b 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 f759c; + public final int f758c; 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.f759c = i3; + this.f758c = 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.f759c = vVar.g(24); + this.f758c = 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.g0("Failed to parse Vorbis comment: ", str, "FlacStreamMetadata"); + c.d.b.a.a.h0("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.f759c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); + return new o(this.a, this.b, this.f758c, 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.f2238x = this.g; - bVar.f2239y = this.e; + bVar.f2242x = this.g; + bVar.f2243y = 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 a1748c81c7..5cb0a6ffc5 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 f760c = -1; + public int f759c = -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.f760c = parseInt2; + this.f759c = 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 1537071969..295715aac6 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 f761c; + public final long f760c; 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.f761c = j; + this.f760c = 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.f761c; + return this.f760c; } } 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 6f3fcac449..707b3e7888 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 K = c.d.b.a.a.K("["); - K.append(this.a); + StringBuilder L = c.d.b.a.a.L("["); + L.append(this.a); if (this.a.equals(this.b)) { str = ""; } else { - StringBuilder K2 = c.d.b.a.a.K(", "); - K2.append(this.b); - str = K2.toString(); + StringBuilder L2 = c.d.b.a.a.L(", "); + L2.append(this.b); + str = L2.toString(); } - return c.d.b.a.a.C(K, str, "]"); + return c.d.b.a.a.D(L, 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 587f2baf8e..b88ebe0345 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 f762c; + public final long f761c; public u(long j, long j2) { this.b = j; - this.f762c = j2; + this.f761c = 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.f762c == uVar.f762c; + return this.b == uVar.b && this.f761c == uVar.f761c; } public int hashCode() { - return (((int) this.b) * 31) + ((int) this.f762c); + return (((int) this.b) * 31) + ((int) this.f761c); } public String toString() { - StringBuilder K = a.K("[timeUs="); - K.append(this.b); - K.append(", position="); - return a.y(K, this.f762c, "]"); + StringBuilder L = a.L("[timeUs="); + L.append(this.b); + L.append(", position="); + return a.y(L, this.f761c, "]"); } } 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 7393452fd7..60c35caa27 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 f763c; + public final int f762c; public final int d; public a(int i, byte[] bArr, int i2, int i3) { this.a = i; this.b = bArr; - this.f763c = i2; + this.f762c = i2; this.d = i3; } @@ -32,11 +32,11 @@ public interface w { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f763c == aVar.f763c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); + return this.a == aVar.a && this.f762c == aVar.f762c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); } public int hashCode() { - return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f763c) * 31) + this.d; + return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f762c) * 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 a3138f2c90..c3794185c2 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 f764c; + public int f763c; public int d; public x(byte[] bArr) { @@ -16,13 +16,13 @@ public final class x { } public boolean a() { - boolean z2 = (((this.a[this.f764c] & 255) >> this.d) & 1) == 1; + boolean z2 = (((this.a[this.f763c] & 255) >> this.d) & 1) == 1; c(1); return z2; } public int b(int i) { - int i2 = this.f764c; + int i2 = this.f763c; 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.f764c + i3; - this.f764c = i4; + int i4 = this.f763c + i3; + this.f763c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; boolean z2 = true; if (i5 > 7) { - this.f764c = i4 + 1; + this.f763c = i4 + 1; this.d = i5 - 8; } - int i6 = this.f764c; + int i6 = this.f763c; 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 3ae391c08c..80a068b2d2 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.d0("Unknown focus change type: ", i, "AudioFocusManager"); + a.f0("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 6502dd1e81..dba5c2c645 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 f765c = new HashMap(); + public final Map f764c = 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.f767c.size()) { + if (i2 >= cVar.f766c.size()) { break; - } else if (cVar.f767c.get(i2).d == aVar.d) { + } else if (cVar.f766c.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 f766c; + public final z f765c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f766c = zVar; + this.f765c = 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 f767c = new ArrayList(); + public final List f766c = 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.f815c.add(new z.a.C0089a(handler, c1Var)); - aVar2.f1021c.add(new q.a.C0097a(handler, c1Var)); + aVar.f814c.add(new z.a.C0090a(handler, c1Var)); + aVar2.f1020c.add(new q.a.C0098a(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.f767c.clear(); + cVar.f766c.clear(); } else { cVar.d = 0; cVar.e = false; - cVar.f767c.clear(); + cVar.f766c.clear(); } b(i2, cVar.a.n.p()); this.a.add(i2, cVar); - this.f765c.put(cVar.b, cVar); + this.f764c.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.f767c.isEmpty()) { + if (next.f766c.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.f767c.isEmpty()) { + if (cVar.e && cVar.f766c.isEmpty()) { b remove = this.g.remove(cVar); Objects.requireNonNull(remove); remove.a.a(remove.b); - remove.a.c(remove.f766c); + remove.a.c(remove.f765c); 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.f804c; + z.a aVar2 = tVar.f803c; Objects.requireNonNull(aVar2); - aVar2.f815c.add(new z.a.C0089a(handler, aVar)); + aVar2.f814c.add(new z.a.C0090a(handler, aVar)); Handler handler2 = new Handler(f0.o(), null); q.a aVar3 = tVar.d; Objects.requireNonNull(aVar3); - aVar3.f1021c.add(new q.a.C0097a(handler2, aVar)); + aVar3.f1020c.add(new q.a.C0098a(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.f767c.remove(((s) vVar).i); + remove.f766c.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.f765c.remove(remove.b); + this.f764c.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 a0dbd23d14..d3aae676dd 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 f768c; + public final n f767c; 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.f768c = new n(mediaCodec, handlerThread2, z2); + this.f767c = 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.f768c; + n nVar = this.f767c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f770c = 0; + e.f769c = 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.f1012c; + cryptoInfo.mode = bVar.f1011c; 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.f910c == 0)) { + if (!(nVar.f909c == 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.f771c == null); + AnimatableValueParser.D(oVar.f770c == null); oVar.b.start(); Handler handler = new Handler(oVar.b.getLooper()); mediaCodec.setCallback(oVar, handler); - oVar.f771c = handler; + oVar.f770c = 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.f910c == 0)) { + if (!(nVar.f909c == 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.f768c.d(); + this.f767c.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.f771c; + Handler handler = oVar.f770c; 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.f768c.a(); + this.f767c.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.f768c; + n nVar = this.f767c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f770c = i3; + e.f769c = 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.f768c; + n nVar = this.f767c; 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.f768c; + n nVar = this.f767c; 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 ef746f24d8..df35758e54 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.f769c.queueInputBuffer(aVar.a, aVar.b, aVar.f770c, aVar.e, aVar.f); + nVar.f768c.queueInputBuffer(aVar.a, aVar.b, aVar.f769c, 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.f769c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f768c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } else { - nVar.f769c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f768c.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 c716817ce7..c1e444b167 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 f769c; + public final MediaCodec f768c; 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 f770c; + public int f769c; 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.f769c = mediaCodec; + this.f768c = mediaCodec; this.d = handlerThread; this.g = jVar; boolean z3 = false; if (!z2) { - String K = f0.K(f0.f908c); + String K = f0.K(f0.f907c); } 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 b57134f994..5253a31fda 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 f771c; + public Handler f770c; @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.f910c = 0; + nVar.f909c = 0; n nVar2 = this.e; nVar2.a = 0; nVar2.b = -1; - nVar2.f910c = 0; + nVar2.f909c = 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 a01b04f7fa..985add153f 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 f772s = 32; + public int f771s = 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.f772s && decoderInputBuffer.m() == m()) { + if (this.r < this.f771s && 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 4635ec93f3..f73caf907a 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 f773c; + public boolean f772c; } 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 d19fe10795..2bfbc8f3e0 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 f774c; + public final String f773c; @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.f774c = str3; + this.f773c = 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.f2234y == format2.f2234y && format.f2235z == format2.f2235z)) { + if (!this.e && !(format.f2238y == format2.f2238y && format.f2239z == format2.f2239z)) { 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 K = a.K("codec.mime "); - K.append(format.q); - K.append(", "); - K.append(c2); - h(K.toString()); + StringBuilder L = a.L("codec.mime "); + L.append(format.q); + L.append(", "); + L.append(c2); + h(L.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 K2 = a.K("codec.profileLevel, "); - K2.append(format.q); - K2.append(", "); - K2.append(c2); - h(K2.toString()); + StringBuilder L2 = a.L("codec.profileLevel, "); + L2.append(format.q); + L2.append(", "); + L2.append(c2); + h(L2.toString()); } } } @@ -226,8 +226,8 @@ public final class s { return false; } if (this.g) { - int i4 = format.f2234y; - if (i4 <= 0 || (i = format.f2235z) <= 0) { + int i4 = format.f2238y; + if (i4 <= 0 || (i = format.f2239z) <= 0) { return true; } if (f0.a >= 21) { @@ -237,11 +237,11 @@ public final class s { z5 = true; } if (!z5) { - StringBuilder K3 = a.K("legacyFrameSize, "); - K3.append(format.f2234y); - K3.append("x"); - K3.append(format.f2235z); - h(K3.toString()); + StringBuilder L3 = a.L("legacyFrameSize, "); + L3.append(format.f2238y); + L3.append("x"); + L3.append(format.f2239z); + h(L3.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 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 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 M2 = a.M("sizeAndRate.support, ", i, "x", i2, "x"); - M2.append(d); - h(M2.toString()); + StringBuilder N2 = a.N("sizeAndRate.support, ", i, "x", i2, "x"); + N2.append(d); + h(N2.toString()); return false; } return true; } public final void h(String str) { - 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()); + 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()); } 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 35bff50aa2..2fe8a0f79e 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[] f775c; + public ByteBuffer[] f774c; /* 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.f775c = this.a.getOutputBuffers(); + this.f774c = 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.f775c[i]; + return f0.a >= 21 ? this.a.getOutputBuffer(i) : this.f774c[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.f775c = null; + this.f774c = 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.f775c = this.a.getOutputBuffers(); + this.f774c = 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 9703627ff5..b7e80a62ac 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 f776c; + public final h0 f775c; public final boolean d; public c0(boolean z2, h0 h0Var) { this.d = z2; - this.f776c = h0Var; + this.f775c = h0Var; this.b = h0Var.b(); } @@ -29,7 +29,7 @@ public abstract class c0 extends r1 { z2 = false; } if (z2) { - i = this.f776c.c(); + i = this.f775c.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.f776c.g() : i - 1; + int g = z2 ? this.f775c.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.f956c += i2; + bVar.f955c += 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.f956c += i; + bVar.f955c += 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.f957c)) { - obj = Pair.create(obj, cVar.f957c); + if (!r1.c.a.equals(cVar.f956c)) { + obj = Pair.create(obj, cVar.f956c); } - cVar.f957c = obj; + cVar.f956c = 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.f776c.e(i); + return this.f775c.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.f776c.d(i); + return this.f775c.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 bb77fa4f39..1b85cb9bd9 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 f777c; + public final y.a f776c; 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 f778s; + public volatile long f777s; 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.f777c = aVar; + this.f776c = 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.f778s = j4; + this.f777s = 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.f777c, 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.f778s, this.o, this.p); + return new c1(this.b, this.f776c, 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.f777s, 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.f777c, 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.f778s, z2, this.p); + return new c1(this.b, this.f776c, 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.f777s, z2, this.p); } @CheckResult public c1 d(boolean z2, int i) { - return new c1(this.b, this.f777c, 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.f778s, this.o, this.p); + return new c1(this.b, this.f776c, 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.f777s, this.o, this.p); } @CheckResult public c1 e(@Nullable ExoPlaybackException exoPlaybackException) { - return new c1(this.b, this.f777c, 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.f778s, this.o, this.p); + return new c1(this.b, this.f776c, 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.f777s, this.o, this.p); } @CheckResult public c1 f(d1 d1Var) { - return new c1(this.b, this.f777c, 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.f778s, this.o, this.p); + return new c1(this.b, this.f776c, 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.f777s, this.o, this.p); } @CheckResult public c1 g(int i) { - return new c1(this.b, this.f777c, 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.f778s, this.o, this.p); + return new c1(this.b, this.f776c, 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.f777s, this.o, this.p); } @CheckResult public c1 h(r1 r1Var) { - return new c1(r1Var, this.f777c, 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.f778s, this.o, this.p); + return new c1(r1Var, this.f776c, 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.f777s, this.o, this.p); } } diff --git a/app/src/main/java/c/i/a/c/c2/f.java b/app/src/main/java/c/i/a/c/c2/f.java index a9f06bd0a8..99a3eafd89 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[] f779x; + public final Metadata[] f778x; /* renamed from: y reason: collision with root package name */ - public final long[] f780y; + public final long[] f779y; /* renamed from: z reason: collision with root package name */ - public int f781z; + public int f780z; /* 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.f779x = new Metadata[5]; - this.f780y = new long[5]; + this.f778x = new Metadata[5]; + this.f779y = new long[5]; } @Override // c.i.a.c.g0 public void B() { - Arrays.fill(this.f779x, (Object) null); - this.f781z = 0; + Arrays.fill(this.f778x, (Object) null); + this.f780z = 0; this.A = 0; this.B = null; } @Override // c.i.a.c.g0 public void D(long j, boolean z2) { - Arrays.fill(this.f779x, (Object) null); - this.f781z = 0; + Arrays.fill(this.f778x, (Object) null); + this.f780z = 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.f781z; + int i2 = this.f780z; int i3 = this.A; int i4 = (i2 + i3) % 5; - this.f779x[i4] = metadata; - this.f780y[i4] = this.w.m; + this.f778x[i4] = metadata; + this.f779y[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.f2233x; + this.E = format.f2237x; } } if (this.A > 0) { - long[] jArr = this.f780y; - int i5 = this.f781z; + long[] jArr = this.f779y; + int i5 = this.f780z; if (jArr[i5] <= j) { - Metadata metadata2 = this.f779x[i5]; + Metadata metadata2 = this.f778x[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.f779x; - int i7 = this.f781z; + Metadata[] metadataArr = this.f778x; + int i7 = this.f780z; metadataArr[i7] = null; - this.f781z = (i7 + 1) % 5; + this.f780z = (i7 + 1) % 5; this.A--; } } diff --git a/app/src/main/java/c/i/a/c/c2/i/a.java b/app/src/main/java/c/i/a/c/c2/i/a.java index b6a2bf7cd3..c818cf8e70 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.f917c))); + return new Metadata(new EventMessage(n, n2, wVar.t(), wVar.t(), Arrays.copyOfRange(wVar.a, wVar.b, wVar.f916c))); } } 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 0a48e4b9ae..5f1b8c7916 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.f1270c.newDecoder(); + public final CharsetDecoder b = c.f1269c.newDecoder(); /* renamed from: c reason: collision with root package name */ - public final CharsetDecoder f782c = c.b.newDecoder(); + public final CharsetDecoder f781c = 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.f782c.decode(byteBuffer).toString(); - this.f782c.reset(); + str = this.f781c.decode(byteBuffer).toString(); + this.f781c.reset(); byteBuffer.rewind(); } catch (CharacterCodingException unused2) { - this.f782c.reset(); + this.f781c.reset(); byteBuffer.rewind(); str = null; } catch (Throwable th) { - this.f782c.reset(); + this.f781c.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 98c5d7ec9f..2b084c2026 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 @@ -38,17 +38,17 @@ public final class b extends g { /* compiled from: Id3Decoder */ /* renamed from: c.i.a.c.c2.k.b$b reason: collision with other inner class name */ - public static final class C0087b { + public static final class C0088b { public final int a; public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f783c; + public final int f782c; - public C0087b(int i, boolean z2, int i2) { + public C0088b(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f783c = i2; + this.f782c = i2; } } @@ -74,22 +74,22 @@ public final class b extends g { System.arraycopy(wVar.a, wVar.b, bArr, 0, i4); wVar.b += i4; if (i2 == 2) { - StringBuilder K = c.d.b.a.a.K("image/"); - K.append(f0.K(new String(bArr, 0, 3, "ISO-8859-1"))); - str = K.toString(); + StringBuilder L = c.d.b.a.a.L("image/"); + L.append(f0.K(new String(bArr, 0, 3, "ISO-8859-1"))); + str = L.toString(); if ("image/jpg".equals(str)) { str = "image/jpeg"; } i3 = 2; } else { int w = w(bArr, 0); - String K2 = f0.K(new String(bArr, 0, w, "ISO-8859-1")); - if (K2.indexOf(47) == -1) { + String K = f0.K(new String(bArr, 0, w, "ISO-8859-1")); + if (K.indexOf(47) == -1) { i3 = w; - str = c.d.b.a.a.s("image/", K2); + str = c.d.b.a.a.s("image/", K); } else { i3 = w; - str = K2; + str = K; } } int i5 = i3 + 2; @@ -204,13 +204,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.f917c); + wVar.D(wVar.f916c); return null; } int i6 = wVar.b + i5; - if (i6 > wVar.f917c) { + if (i6 > wVar.f916c) { Log.w("Id3Decoder", "Frame size exceeds remaining tag data"); - wVar.D(wVar.f917c); + wVar.D(wVar.f916c); return null; } if (aVar != null) { @@ -333,7 +333,7 @@ public final class b extends g { int s2 = wVar.s(); int s3 = wVar.s(); v vVar = new v(); - vVar.j(wVar.a, wVar.f917c); + vVar.j(wVar.a, wVar.f916c); vVar.k(wVar.b * 8); int i2 = ((i - 10) * 8) / (s2 + s3); int[] iArr = new int[i2]; @@ -542,7 +542,7 @@ public final class b extends g { /* JADX WARNING: Removed duplicated region for block: B:45:0x00b7 */ @Nullable public Metadata d(byte[] bArr, int i) { - C0087b bVar; + C0088b bVar; ArrayList arrayList = new ArrayList(); w wVar = new w(bArr, i); boolean z2 = false; @@ -552,9 +552,9 @@ public final class b extends g { } else { int u = wVar.u(); if (u != 4801587) { - 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()); + 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()); } else { int s2 = wVar.s(); wVar.E(1); @@ -580,9 +580,9 @@ public final class b extends g { r -= 10; } } else { - c.d.b.a.a.d0("Skipped ID3 tag with unsupported majorVersion=", s2, "Id3Decoder"); + c.d.b.a.a.f0("Skipped ID3 tag with unsupported majorVersion=", s2, "Id3Decoder"); } - bVar = new C0087b(s2, s2 < 4 && (s3 & 128) != 0, r); + bVar = new C0088b(s2, s2 < 4 && (s3 & 128) != 0, r); if (bVar != null) { return null; } @@ -590,16 +590,16 @@ public final class b extends g { if (bVar.a == 2) { i2 = 6; } - int i4 = bVar.f783c; + int i4 = bVar.f782c; 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 K2 = c.d.b.a.a.K("Failed to validate ID3 tag with majorVersion="); - K2.append(bVar.a); - Log.w("Id3Decoder", K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Failed to validate ID3 tag with majorVersion="); + L2.append(bVar.a); + Log.w("Id3Decoder", L2.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 ed6b78b498..d27f7afab7 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 f784c; + public e0 f783c; @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.f784c; + e0 e0Var = this.f783c; if (e0Var == null || dVar.q != e0Var.d()) { long j8 = dVar.m; e0 e0Var2 = new e0(j8); - this.f784c = e0Var2; + this.f783c = 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.f784c; + e0 e0Var3 = this.f783c; 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.f784c; + e0 e0Var4 = this.f783c; 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 eca99b6dc2..a032945493 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 f785c; + public boolean f784c; /* 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.f785c) { + if (d0.this.f784c) { p1.this.Y(false, -1, 3); } } @@ -48,12 +48,12 @@ public final class d0 { } public void a(boolean z2) { - if (z2 && !this.f785c) { + if (z2 && !this.f784c) { this.a.registerReceiver(this.b, new IntentFilter("android.media.AUDIO_BECOMING_NOISY")); - this.f785c = true; - } else if (!z2 && this.f785c) { + this.f784c = true; + } else if (!z2 && this.f784c) { this.a.unregisterReceiver(this.b); - this.f785c = false; + this.f784c = 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 a8c2f7be92..012ef4be86 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 f786c; + public final float f785c; 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.f786c = f2; + this.f785c = 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.f786c == d1Var.f786c; + return this.b == d1Var.b && this.f785c == d1Var.f785c; } public int hashCode() { - return Float.floatToRawIntBits(this.f786c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); + return Float.floatToRawIntBits(this.f785c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); } public String toString() { - return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f786c)); + return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f785c)); } } 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 1b22d53612..5856dfdbe8 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.f812c); + aVar3 = new t.a(r1Var, r1.c.a, t.a.f811c); } tVar.n = aVar3; } else { r1Var.n(0, tVar.l); r1.c cVar = tVar.l; long j2 = cVar.q; - Object obj2 = cVar.f957c; + Object obj2 = cVar.f956c; 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.f812c)) { + if (tVar.n.e != null && obj4.equals(t.a.f811c)) { 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 f7c9cadd99..13758dd187 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 @@ -90,20 +90,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 f787s; + public final String f786s; 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 f788x; + public final Runnable f787x; /* renamed from: y reason: collision with root package name */ - public final Runnable f789y; + public final Runnable f788y; /* renamed from: z reason: collision with root package name */ - public final Handler f790z; + public final Handler f789z; /* compiled from: ProgressiveMediaPeriod */ public final class a implements Loader.e, q.a { @@ -111,7 +111,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 f791c; + public final c.i.a.c.h2.v f790c; public final k d; public final j e; public final c.i.a.c.i2.j f; @@ -127,7 +127,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.f791c = new c.i.a.c.h2.v(jVar); + this.f790c = new c.i.a.c.h2.v(jVar); this.d = kVar; this.e = jVar2; this.f = jVar3; @@ -136,7 +136,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.f787s; + String str = b0.this.f786s; 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); @@ -151,13 +151,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.f791c.a(a); + long a2 = this.f790c.a(a); this.l = a2; if (a2 != -1) { this.l = a2 + j; } - b0.this.B = IcyHeaders.a(this.f791c.j()); - c.i.a.c.h2.v vVar = this.f791c; + b0.this.B = IcyHeaders.a(this.f790c.j()); + c.i.a.c.h2.v vVar = this.f790c; IcyHeaders icyHeaders = b0.this.B; if (icyHeaders == null || (i = icyHeaders.n) == -1) { fVar = vVar; @@ -168,11 +168,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.f791c.j(), j, this.l, this.e); + this.d.b(fVar, this.b, this.f790c.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).f686s = true; + ((c.i.a.c.a2.g0.f) hVar).f685s = true; } } if (this.i) { @@ -196,14 +196,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.f807c; + i iVar = kVar2.f806c; 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.f790z.post(b0Var.f789y); + b0Var.f789z.post(b0Var.f788y); } } catch (InterruptedException unused) { throw new InterruptedIOException(); @@ -215,7 +215,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.f791c; + c.i.a.c.h2.v vVar2 = this.f790c; if (vVar2 != null) { try { vVar2.a.close(); @@ -226,7 +226,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.f791c; + c.i.a.c.h2.v vVar3 = this.f790c; int i3 = f0.a; if (vVar3 != null) { try { @@ -277,7 +277,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { i = -5; if (!e0Var.m()) { if (!z3) { - if (!e0Var.f798x) { + if (!e0Var.f797x) { Format format = e0Var.B; if (format != null && (z2 || format != e0Var.g)) { e0Var.p(format, s0Var); @@ -301,7 +301,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.f801c = e0Var.o[k]; + aVar2.f800c = e0Var.o[k]; i = -4; } } @@ -312,7 +312,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.f794c; + c.i.a.c.i2.w wVar = d0Var2.f793c; if (decoderInputBuffer.t()) { long j2 = aVar3.b; wVar.z(1); @@ -363,21 +363,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.f801c; + w.a aVar5 = aVar3.f800c; int i10 = f0.a; byte[] bArr2 = aVar5.b; byte[] bArr3 = bVar.a; i2 = i5; int i11 = aVar5.a; i3 = i; - int i12 = aVar5.f763c; + int i12 = aVar5.f762c; int i13 = aVar5.d; bVar.f = i4; bVar.d = iArr; bVar.e = iArr2; bVar.b = bArr2; bVar.a = bArr3; - bVar.f1012c = i11; + bVar.f1011c = i11; bVar.g = i12; bVar.h = i13; d0Var = d0Var2; @@ -389,7 +389,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { cryptoInfo.iv = bArr3; cryptoInfo.mode = i11; if (f0.a >= 24) { - b.C0096b bVar2 = bVar.j; + b.C0097b bVar2 = bVar.j; Objects.requireNonNull(bVar2); bVar2.b.set(i12, i13); bVar2.a.setPattern(bVar2.b); @@ -539,14 +539,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[] f792c; + public final boolean[] f791c; public final boolean[] d; public e(TrackGroupArray trackGroupArray, boolean[] zArr) { this.a = trackGroupArray; this.b = zArr; int i = trackGroupArray.j; - this.f792c = new boolean[i]; + this.f791c = new boolean[i]; this.d = new boolean[i]; } } @@ -570,13 +570,13 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { this.o = aVar2; this.q = bVar; this.r = mVar; - this.f787s = str; + this.f786s = str; this.t = (long) i2; this.v = new k(lVar); this.w = new c.i.a.c.i2.j(); - this.f788x = new g(this); - this.f789y = new i(this); - this.f790z = f0.j(); + this.f787x = new g(this); + this.f788y = new i(this); + this.f789z = f0.j(); this.D = new d[0]; this.C = new e0[0]; this.R = -9223372036854775807L; @@ -614,7 +614,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { } } m mVar = this.r; - Looper looper = this.f790z.getLooper(); + Looper looper = this.f789z.getLooper(); s sVar = this.m; q.a aVar = this.p; Objects.requireNonNull(looper); @@ -641,7 +641,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.f762c; + long j3 = tVar.h(this.R).a.f761c; long j4 = this.R; aVar.g.a = j3; aVar.j = j4; @@ -677,15 +677,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.f790z.post(new h(this, tVar)); + this.f789z.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.f791c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f895c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f790c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f894c, 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))); @@ -724,8 +724,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.f791c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f895c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f790c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f894c, 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))); @@ -834,7 +834,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.f940c; + long j5 = o1Var.f939c; if (j5 == 0 && o1Var.d == 0) { return j2; } @@ -871,7 +871,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.f790z.post(this.f788x); + this.f789z.post(this.f787x); } @Override // c.i.a.c.d2.v @@ -898,7 +898,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.f792c; + boolean[] zArr3 = eVar.f791c; int i2 = this.O; for (int i3 = 0; i3 < gVarArr.length; i3++) { if (f0VarArr[i3] != null && (gVarArr[i3] == null || !zArr[i3])) { @@ -972,8 +972,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.f791c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f895c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f790c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f894c, vVar.d, j2, j3, vVar.b); h0.b(aVar2.j); h0.b(this.J); r rVar2 = (r) this.n; @@ -1044,7 +1044,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.f798x; + z2 = e0Var.f797x; } if (!z2) { e0 e0Var2 = this.C[i2]; @@ -1072,7 +1072,7 @@ public final class b0 implements v, j, Loader.b, Loader.f, e0.b { int i2; t(); if (!w()) { - boolean[] zArr = this.H.f792c; + boolean[] zArr = this.H.f791c; int length = this.C.length; for (int i3 = 0; i3 < length; i3++) { e0 e0Var = this.C[i3]; @@ -1083,7 +1083,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.f797s; + int i5 = e0Var.f796s; 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 14ea1a41ab..e5ed9bdafc 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 f793c = new p(); + public t f792c = 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.f2306c.execute(new Loader.g(b0Var)); - loader.f2306c.shutdown(); - b0Var.f790z.removeCallbacksAndMessages(null); + loader.f2310c.execute(new Loader.g(b0Var)); + loader.f2310c.shutdown(); + b0Var.f789z.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.f804c.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.f803c.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 aedcd02031..e9bc0472c3 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 f794c = new w(32); + public final w f793c = 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 f795c; + public boolean f794c; @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.f888c; + c[] cVarArr = mVar.f887c; 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.f795c) { + if (!aVar.f794c) { 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.f795c = true; + aVar.f794c = 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 911f773e83..d7a4c49323 100644 --- a/app/src/main/java/c/i/a/c/d2/e0.java +++ b/app/src/main/java/c/i/a/c/d2/e0.java @@ -37,7 +37,7 @@ public class e0 implements w { @Nullable /* renamed from: c reason: collision with root package name */ - public final s f796c; + public final s f795c; @Nullable public final q.a d; @Nullable @@ -60,20 +60,20 @@ public class e0 implements w { public int r; /* renamed from: s reason: collision with root package name */ - public int f797s; + public int f796s; 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 f798x; + public boolean f797x; /* renamed from: y reason: collision with root package name */ - public boolean f799y = true; + public boolean f798y = true; /* renamed from: z reason: collision with root package name */ - public boolean f800z = true; + public boolean f799z = true; /* compiled from: SampleQueue */ public static final class a { @@ -82,7 +82,7 @@ public class e0 implements w { @Nullable /* renamed from: c reason: collision with root package name */ - public w.a f801c; + public w.a f800c; } /* compiled from: SampleQueue */ @@ -91,7 +91,7 @@ public class e0 implements w { public e0(m mVar, @Nullable Looper looper, @Nullable s sVar, @Nullable q.a aVar) { this.e = looper; - this.f796c = sVar; + this.f795c = sVar; this.d = aVar; this.a = new d0(mVar); } @@ -126,9 +126,9 @@ public class e0 implements w { public void d(long j, int i, int i2, int i3, @Nullable w.a aVar) { int i4 = i & 1; boolean z2 = i4 != 0; - if (this.f799y) { + if (this.f798y) { if (z2) { - this.f799y = false; + this.f798y = false; } else { return; } @@ -138,9 +138,9 @@ public class e0 implements w { if (j2 >= this.u) { if (i4 == 0) { if (!this.E) { - StringBuilder K = c.d.b.a.a.K("Overriding unexpected non-sync sample for format: "); - K.append(this.B); - Log.w("SampleQueue", K.toString()); + StringBuilder L = c.d.b.a.a.L("Overriding unexpected non-sync sample for format: "); + L.append(this.B); + Log.w("SampleQueue", L.toString()); this.E = true; } i |= 1; @@ -156,7 +156,7 @@ public class e0 implements w { int k = k(i5 - 1); AnimatableValueParser.k(this.k[k] + ((long) this.l[k]) <= j3); } - this.f798x = (536870912 & i) != 0; + this.f797x = (536870912 & i) != 0; this.w = Math.max(this.w, j2); int k2 = k(this.q); this.n[k2] = j2; @@ -182,16 +182,16 @@ public class e0 implements w { int[] iArr3 = new int[i8]; w.a[] aVarArr = new w.a[i8]; Format[] formatArr2 = new Format[i8]; - int i9 = this.f797s; + int i9 = this.f796s; int i10 = i7 - i9; System.arraycopy(jArr, i9, jArr2, 0, i10); - System.arraycopy(this.n, this.f797s, jArr3, 0, i10); - System.arraycopy(this.m, this.f797s, iArr2, 0, i10); - System.arraycopy(this.l, this.f797s, iArr3, 0, i10); - System.arraycopy(this.o, this.f797s, aVarArr, 0, i10); - System.arraycopy(this.p, this.f797s, formatArr2, 0, i10); - System.arraycopy(this.j, this.f797s, iArr, 0, i10); - int i11 = this.f797s; + System.arraycopy(this.n, this.f796s, jArr3, 0, i10); + System.arraycopy(this.m, this.f796s, iArr2, 0, i10); + System.arraycopy(this.l, this.f796s, iArr3, 0, i10); + System.arraycopy(this.o, this.f796s, aVarArr, 0, i10); + System.arraycopy(this.p, this.f796s, formatArr2, 0, i10); + System.arraycopy(this.j, this.f796s, iArr, 0, i10); + int i11 = this.f796s; System.arraycopy(this.k, 0, jArr2, i10, i11); System.arraycopy(this.n, 0, jArr3, i10, i11); System.arraycopy(this.m, 0, iArr2, i10, i11); @@ -206,7 +206,7 @@ public class e0 implements w { this.o = aVarArr; this.p = formatArr2; this.j = iArr; - this.f797s = 0; + this.f796s = 0; this.i = i8; } } @@ -218,7 +218,7 @@ public class e0 implements w { this.A = format; synchronized (this) { z2 = false; - this.f800z = false; + this.f799z = false; if (!f0.a(format, this.B)) { if (f0.a(format, this.C)) { this.B = this.C; @@ -234,7 +234,7 @@ public class e0 implements w { b bVar = this.f; if (bVar != null && z2) { b0 b0Var = (b0) bVar; - b0Var.f790z.post(b0Var.f788x); + b0Var.f789z.post(b0Var.f787x); } } @@ -256,11 +256,11 @@ public class e0 implements w { int i2 = this.q - i; this.q = i2; this.r += i; - int i3 = this.f797s + i; - this.f797s = i3; + int i3 = this.f796s + i; + this.f796s = i3; int i4 = this.i; if (i3 >= i4) { - this.f797s = i3 - i4; + this.f796s = i3 - i4; } int i5 = this.t - i; this.t = i5; @@ -268,9 +268,9 @@ public class e0 implements w { this.t = 0; } if (i2 != 0) { - return this.k[this.f797s]; + return this.k[this.f796s]; } - int i6 = this.f797s; + int i6 = this.f796s; if (i6 != 0) { i4 = i6; } @@ -329,14 +329,14 @@ public class e0 implements w { } public final int k(int i) { - int i2 = this.f797s + i; + int i2 = this.f796s + i; int i3 = this.i; return i2 < i3 ? i2 : i2 - i3; } @Nullable public final synchronized Format l() { - return this.f800z ? null : this.B; + return this.f799z ? null : this.B; } public final boolean m() { @@ -348,7 +348,7 @@ public class e0 implements w { Format format; boolean z3 = true; if (!m()) { - if (!z2 && !this.f798x && ((format = this.B) == null || format == this.g)) { + if (!z2 && !this.f797x && ((format = this.B) == null || format == this.g)) { z3 = false; } return z3; @@ -372,7 +372,7 @@ public class e0 implements w { DrmInitData drmInitData = z2 ? null : format3.w; this.g = format; DrmInitData drmInitData2 = format.w; - s sVar = this.f796c; + s sVar = this.f795c; if (sVar != null) { Class c2 = sVar.c(format); Format.b a2 = format.a(); @@ -383,10 +383,10 @@ public class e0 implements w { } s0Var.b = format2; s0Var.a = this.h; - if (this.f796c != null) { + if (this.f795c != null) { if (z2 || !f0.a(drmInitData, drmInitData2)) { DrmSession drmSession = this.h; - s sVar2 = this.f796c; + s sVar2 = this.f795c; Looper looper = this.e; Objects.requireNonNull(looper); DrmSession b2 = sVar2.b(looper, this.d, format); @@ -403,9 +403,9 @@ public class e0 implements w { public void q(boolean z2) { d0 d0Var = this.a; d0.a aVar = d0Var.d; - if (aVar.f795c) { + if (aVar.f794c) { d0.a aVar2 = d0Var.f; - int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f795c ? 1 : 0); + int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f794c ? 1 : 0); c[] cVarArr = new c[i]; int i2 = 0; while (i2 < i) { @@ -426,18 +426,18 @@ public class e0 implements w { d0Var.a.c(); this.q = 0; this.r = 0; - this.f797s = 0; + this.f796s = 0; this.t = 0; - this.f799y = true; + this.f798y = true; this.u = Long.MIN_VALUE; this.v = Long.MIN_VALUE; this.w = Long.MIN_VALUE; - this.f798x = false; + this.f797x = false; this.C = null; if (z2) { this.A = null; this.B = null; - this.f800z = true; + this.f799z = 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 11320ccbf3..32294ad28d 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[] f802c; + public final int[] f801c; /* 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.f802c = new int[iArr.length]; + this.f801c = new int[iArr.length]; for (int i = 0; i < iArr.length; i++) { - this.f802c[iArr[i]] = i; + this.f801c[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.f802c[i] - 1; + int i2 = this.f801c[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.f802c[i] + 1; + int i2 = this.f801c[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 17bf7273c8..bdf02804b7 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 f803c; + public final long f802c; 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.f981c : null; - this.f803c = j; + v0.f fVar = z4 ? v0Var.f980c : null; + this.f802c = 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.f803c; + long j = this.f802c; Objects.requireNonNull(bVar); a aVar = a.a; bVar.a = null; bVar.b = obj; - bVar.f956c = 0; + bVar.f955c = 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 3503c3ac67..55e08ccc92 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 f804c = new z.a(); + public final z.a f803c = 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.f804c; + z.a aVar = this.f803c; Objects.requireNonNull(aVar); - aVar.f815c.add(new z.a.C0089a(handler, zVar)); + aVar.f814c.add(new z.a.C0090a(handler, zVar)); } @Override // c.i.a.c.d2.y public final void c(z zVar) { - z.a aVar = this.f804c; - Iterator it = aVar.f815c.iterator(); + z.a aVar = this.f803c; + Iterator it = aVar.f814c.iterator(); while (it.hasNext()) { - z.a.C0089a next = it.next(); + z.a.C0090a next = it.next(); if (next.b == zVar) { - aVar.f815c.remove(next); + aVar.f814c.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.f1021c.add(new q.a.C0097a(handler, qVar)); + aVar.f1020c.add(new q.a.C0098a(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 9aa0f7e93e..8f950b250c 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,30 +12,30 @@ public final class a { public final Object b = null; /* renamed from: c reason: collision with root package name */ - public final int f805c; + public final int f804c; public final long[] d; - public final C0088a[] e; + public final C0089a[] e; public final long f; public final long g; /* compiled from: AdPlaybackState */ /* renamed from: c.i.a.c.d2.j0.a$a reason: collision with other inner class name */ - public static final class C0088a { + public static final class C0089a { public final int a = -1; public final Uri[] b = new Uri[0]; /* renamed from: c reason: collision with root package name */ - public final int[] f806c = new int[0]; + public final int[] f805c = new int[0]; public final long[] d = new long[0]; - public C0088a() { + public C0089a() { AnimatableValueParser.k(true); } public int a(int i) { int i2 = i + 1; while (true) { - int[] iArr = this.f806c; + int[] iArr = this.f805c; if (i2 >= iArr.length || iArr[i2] == 0 || iArr[i2] == 1) { break; } @@ -52,28 +52,28 @@ public final class a { if (this == obj) { return true; } - if (obj == null || C0088a.class != obj.getClass()) { + if (obj == null || C0089a.class != obj.getClass()) { return false; } - C0088a aVar = (C0088a) obj; - return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f806c, aVar.f806c) && Arrays.equals(this.d, aVar.d); + C0089a aVar = (C0089a) obj; + return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f805c, aVar.f805c) && Arrays.equals(this.d, aVar.d); } public int hashCode() { - int hashCode = Arrays.hashCode(this.f806c); + int hashCode = Arrays.hashCode(this.f805c); return Arrays.hashCode(this.d) + ((hashCode + (((this.a * 31) + Arrays.hashCode(this.b)) * 31)) * 31); } } - public a(@Nullable Object obj, long[] jArr, @Nullable C0088a[] aVarArr, long j, long j2) { + public a(@Nullable Object obj, long[] jArr, @Nullable C0089a[] aVarArr, long j, long j2) { this.d = jArr; this.f = j; this.g = j2; int length = jArr.length; - this.f805c = length; - C0088a[] aVarArr2 = new C0088a[length]; - for (int i = 0; i < this.f805c; i++) { - aVarArr2[i] = new C0088a(); + this.f804c = length; + C0089a[] aVarArr2 = new C0089a[length]; + for (int i = 0; i < this.f804c; i++) { + aVarArr2[i] = new C0089a(); } 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.f805c == aVar.f805c && 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.f804c == aVar.f804c && 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.f805c * 31; + int i = this.f804c * 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 K = c.d.b.a.a.K("AdPlaybackState(adsId="); - K.append(this.b); - K.append(", adResumePositionUs="); - K.append(this.f); - K.append(", adGroups=["); + StringBuilder L = c.d.b.a.a.L("AdPlaybackState(adsId="); + L.append(this.b); + L.append(", adResumePositionUs="); + L.append(this.f); + L.append(", adGroups=["); for (int i = 0; i < this.e.length; i++) { - K.append("adGroup(timeUs="); - K.append(this.d[i]); - K.append(", ads=["); - for (int i2 = 0; i2 < this.e[i].f806c.length; i2++) { - K.append("ad(state="); - int i3 = this.e[i].f806c[i2]; + L.append("adGroup(timeUs="); + L.append(this.d[i]); + L.append(", ads=["); + for (int i2 = 0; i2 < this.e[i].f805c.length; i2++) { + L.append("ad(state="); + int i3 = this.e[i].f805c[i2]; if (i3 == 0) { - K.append('_'); + L.append('_'); } else if (i3 == 1) { - K.append('R'); + L.append('R'); } else if (i3 == 2) { - K.append('S'); + L.append('S'); } else if (i3 == 3) { - K.append('P'); + L.append('P'); } else if (i3 != 4) { - K.append('?'); + L.append('?'); } else { - K.append('!'); + L.append('!'); } - K.append(", durationUs="); - K.append(this.e[i].d[i2]); - K.append(')'); - if (i2 < this.e[i].f806c.length - 1) { - K.append(", "); + L.append(", durationUs="); + L.append(this.e[i].d[i2]); + L.append(')'); + if (i2 < this.e[i].f805c.length - 1) { + L.append(", "); } } - K.append("])"); + L.append("])"); if (i < this.e.length - 1) { - K.append(", "); + L.append(", "); } } - K.append("])"); - return K.toString(); + L.append("])"); + return L.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 8d1ef91df1..ff11f84e5e 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 f807c; + public i f806c; public k(l lVar) { this.a = lVar; } public long a() { - i iVar = this.f807c; + i iVar = this.f806c; 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.f807c = eVar; + this.f806c = 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 K = a.K("None of the available extractors ("); + StringBuilder L = a.L("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(", "); } } - K.append(sb.toString()); - K.append(") could read the stream."); - String sb2 = K.toString(); + L.append(sb.toString()); + L.append(") could read the stream."); + String sb2 = L.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 c213f7a3ff..330d771620 100644 --- a/app/src/main/java/c/i/a/c/d2/l.java +++ b/app/src/main/java/c/i/a/c/d2/l.java @@ -180,11 +180,11 @@ public final class l implements v, v.a { if (j == j2) { return j2; } - long i = f0.i(o1Var.f940c, 0, j - j2); + long i = f0.i(o1Var.f939c, 0, j - j2); long j3 = o1Var.d; long j4 = this.n; long i2 = f0.i(j3, 0, j4 == Long.MIN_VALUE ? RecyclerView.FOREVER_NS : j4 - j); - if (!(i == o1Var.f940c && i2 == o1Var.d)) { + if (!(i == o1Var.f939c && 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 a88ffa4de2..f2ea1c1b8f 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.f804c.g(0, null, 0); + this.j = m.this.f803c.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.f812c; + obj = t.a.f811c; } 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.f804c.g(i, aVar2, 0); + this.j = m.this.f803c.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.f1021c, i, aVar2); + this.k = new q.a(m.this.d.f1020c, 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.f813c, uVar.d, uVar.e, j, j2); + return (j == uVar.f && j2 == uVar.g) ? uVar : new u(uVar.a, uVar.b, uVar.f812c, 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 f809c; + public final z f808c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f809c = zVar; + this.f808c = 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 c05e040adc..0cdce60266 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 f810c; + public final a f809c; 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.f810c = aVar; + this.f809c = 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.f810c; + a aVar = this.f809c; 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 94ce51e17d..255fc59971 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 f811c; + public final long f810c; public r(long j, l lVar, long j2) { Uri uri = lVar.a; this.b = Collections.emptyMap(); - this.f811c = 0; + this.f810c = 0; } public r(long j, l lVar, Uri uri, Map> map, long j2, long j3, long j4) { this.b = map; - this.f811c = j3; + this.f810c = 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 a6f1f0be49..80d4ac6222 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 f812c = new Object(); + public static final Object f811c = 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 (f812c.equals(obj) && (obj2 = this.e) != null) { + if (f811c.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 = f812c; + bVar.b = f811c; } 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) ? f812c : m; + return f0.a(m, this.e) ? f811c : 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.f957c, this.d)) { - cVar.f957c = r1.c.a; + if (f0.a(cVar.f956c, this.d)) { + cVar.f956c = 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.f812c ? 0 : -1; + return obj == a.f811c ? 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.f812c; + obj = a.f811c; } 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.f956c = 0; + bVar.f955c = 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.f812c; + return a.f811c; } @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.f812c); + this.n = new a(new b(yVar.e()), r1.c.a, a.f811c); } @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.f809c); + bVar.a.c(bVar.f808c); } 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.f812c)) { + if (this.n.e != null && obj.equals(a.f811c)) { 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 d2af40c2c6..38ccc51b72 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 f813c; + public final Format f812c; 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.f813c = format; + this.f812c = 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 80303f0b35..ce21ab0eca 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 f814c; + public final int f813c; public final long d; public final int e; public w(w wVar) { this.a = wVar.a; this.b = wVar.b; - this.f814c = wVar.f814c; + this.f813c = wVar.f813c; 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.f814c = -1; + this.f813c = -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.f814c = i2; + this.f813c = 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.f814c = i2; + this.f813c = 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.f814c = -1; + this.f813c = -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.f814c == wVar.f814c && this.d == wVar.d && this.e == wVar.e; + return this.a.equals(wVar.a) && this.b == wVar.b && this.f813c == wVar.f813c && this.d == wVar.d && this.e == wVar.e; } public int hashCode() { - return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f814c) * 31) + ((int) this.d)) * 31) + this.e; + return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f813c) * 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 7352ef7f00..bd52fd5de4 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.f814c, this.d, this.e)); + return new a(this.a.equals(obj) ? this : new w(obj, this.b, this.f813c, 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 cefd756f43..ebebc28483 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,30 +19,30 @@ public interface z { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f815c; + public final CopyOnWriteArrayList f814c; public final long d; /* compiled from: MediaSourceEventListener */ /* renamed from: c.i.a.c.d2.z$a$a reason: collision with other inner class name */ - public static final class C0089a { + public static final class C0090a { public Handler a; public z b; - public C0089a(Handler handler, z zVar) { + public C0090a(Handler handler, z zVar) { this.a = handler; this.b = zVar; } } public a() { - this.f815c = new CopyOnWriteArrayList<>(); + this.f814c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; this.d = 0; } - public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar, long j) { - this.f815c = copyOnWriteArrayList; + public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar, long j) { + this.f814c = copyOnWriteArrayList; this.a = i; this.b = aVar; this.d = j; @@ -57,48 +57,48 @@ public interface z { } public void b(u uVar) { - Iterator it = this.f815c.iterator(); + Iterator it = this.f814c.iterator(); while (it.hasNext()) { - C0089a next = it.next(); + C0090a next = it.next(); f0.D(next.a, new d(this, next.b, uVar)); } } public void c(r rVar, u uVar) { - Iterator it = this.f815c.iterator(); + Iterator it = this.f814c.iterator(); while (it.hasNext()) { - C0089a next = it.next(); + C0090a next = it.next(); f0.D(next.a, new f(this, next.b, rVar, uVar)); } } public void d(r rVar, u uVar) { - Iterator it = this.f815c.iterator(); + Iterator it = this.f814c.iterator(); while (it.hasNext()) { - C0089a next = it.next(); + C0090a next = it.next(); f0.D(next.a, new c(this, next.b, rVar, uVar)); } } public void e(r rVar, u uVar, IOException iOException, boolean z2) { - Iterator it = this.f815c.iterator(); + Iterator it = this.f814c.iterator(); while (it.hasNext()) { - C0089a next = it.next(); + C0090a next = it.next(); f0.D(next.a, new b(this, next.b, rVar, uVar, iOException, z2)); } } public void f(r rVar, u uVar) { - Iterator it = this.f815c.iterator(); + Iterator it = this.f814c.iterator(); while (it.hasNext()) { - C0089a next = it.next(); + C0090a next = it.next(); f0.D(next.a, new e(this, next.b, rVar, uVar)); } } @CheckResult public a g(int i, @Nullable y.a aVar, long j) { - return new a(this.f815c, i, aVar, j); + return new a(this.f814c, 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 f42b8b3693..eb439ed1d2 100644 --- a/app/src/main/java/c/i/a/c/e0.java +++ b/app/src/main/java/c/i/a/c/e0.java @@ -17,7 +17,7 @@ public final class e0 { @Nullable /* renamed from: c reason: collision with root package name */ - public b f816c; + public b f815c; @Nullable public n d; public int e; @@ -47,7 +47,7 @@ public final class e0 { AudioManager audioManager = (AudioManager) context.getApplicationContext().getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); Objects.requireNonNull(audioManager); this.a = audioManager; - this.f816c = bVar; + this.f815c = bVar; this.b = new a(handler); this.e = 0; } @@ -67,7 +67,7 @@ public final class e0 { } public final void b(int i) { - b bVar = this.f816c; + b bVar = this.f815c; if (bVar != null) { p1.c cVar = (p1.c) bVar; boolean g = p1.this.g(); @@ -81,7 +81,7 @@ public final class e0 { float f = i == 3 ? 0.2f : 1.0f; if (this.g != f) { this.g = f; - b bVar = this.f816c; + b bVar = this.f815c; 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 829e4417ff..eaa4e01644 100644 --- a/app/src/main/java/c/i/a/c/e2/b.java +++ b/app/src/main/java/c/i/a/c/e2/b.java @@ -9,7 +9,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f817c; + public final int f816c; public final int d; public final int e; public final int f; @@ -18,7 +18,7 @@ public final class b { public b(int i, int i2, int i3, int i4, int i5, @Nullable Typeface typeface) { this.b = i; - this.f817c = i2; + this.f816c = 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 464c384331..25bc0b4d00 100644 --- a/app/src/main/java/c/i/a/c/e2/c.java +++ b/app/src/main/java/c/i/a/c/e2/c.java @@ -15,7 +15,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public final Layout.Alignment f818c; + public final Layout.Alignment f817c; @Nullable public final Bitmap d; public final float e; @@ -41,7 +41,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public Layout.Alignment f819c; + public Layout.Alignment f818c; public float d; public int e; public int f; @@ -60,7 +60,7 @@ public final class c { public b() { this.a = null; this.b = null; - this.f819c = null; + this.f818c = null; this.d = -3.4028235E38f; this.e = Integer.MIN_VALUE; this.f = Integer.MIN_VALUE; @@ -78,7 +78,7 @@ public final class c { public b(c cVar, a aVar) { this.a = cVar.b; this.b = cVar.d; - this.f819c = cVar.f818c; + this.f818c = cVar.f817c; this.d = cVar.e; this.e = cVar.f; this.f = cVar.g; @@ -95,7 +95,7 @@ public final class c { } public c a() { - return new c(this.a, this.f819c, 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.f818c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null); } } @@ -112,7 +112,7 @@ public final class c { AnimatableValueParser.k(bitmap == null); } this.b = charSequence; - this.f818c = alignment; + this.f817c = 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 ad058f3686..f6a9ef7d42 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 @@ -42,13 +42,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 f820x; + public boolean f819x; /* renamed from: y reason: collision with root package name */ - public boolean f821y; + public boolean f820y; /* renamed from: z reason: collision with root package name */ - public boolean f822z; + public boolean f821z; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public l(k kVar, @Nullable Looper looper) { @@ -85,8 +85,8 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.g0 public void D(long j, boolean z2) { J(); - this.f820x = false; - this.f821y = false; + this.f819x = false; + this.f820y = false; this.H = -9223372036854775807L; if (this.A != 0) { O(); @@ -137,9 +137,9 @@ public final class l extends g0 implements Handler.Callback { } public final void L(SubtitleDecoderException subtitleDecoderException) { - StringBuilder K = a.K("Subtitle decoding failed. streamFormat="); - K.append(this.B); - p.b("TextRenderer", K.toString(), subtitleDecoderException); + StringBuilder L = a.L("Subtitle decoding failed. streamFormat="); + L.append(this.B); + p.b("TextRenderer", L.toString(), subtitleDecoderException); J(); O(); } @@ -151,7 +151,7 @@ public final class l extends g0 implements Handler.Callback { public final void M() { g gVar; char c2 = 1; - this.f822z = true; + this.f821z = true; h hVar = this.v; Format format = this.B; Objects.requireNonNull(format); @@ -319,7 +319,7 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.k1 public boolean b() { - return this.f821y; + return this.f820y; } @Override // c.i.a.c.k1 @@ -348,10 +348,10 @@ public final class l extends g0 implements Handler.Callback { long j3 = this.H; if (j3 != -9223372036854775807L && j >= j3) { N(); - this.f821y = true; + this.f820y = true; } } - if (!this.f821y) { + if (!this.f820y) { if (this.F == null) { g gVar = this.C; Objects.requireNonNull(gVar); @@ -385,7 +385,7 @@ public final class l extends g0 implements Handler.Callback { O(); } else { N(); - this.f821y = true; + this.f820y = true; } } } else if (jVar.j <= j) { @@ -415,7 +415,7 @@ public final class l extends g0 implements Handler.Callback { } } if (this.A != 2) { - while (!this.f820x) { + while (!this.f819x) { try { i iVar = this.D; if (iVar == null) { @@ -440,19 +440,19 @@ public final class l extends g0 implements Handler.Callback { int I = I(this.w, iVar, false); if (I == -4) { if (iVar.n()) { - this.f820x = true; - this.f822z = false; + this.f819x = true; + this.f821z = false; } else { Format format = this.w.b; if (format != null) { - iVar.q = format.f2233x; + iVar.q = format.f2237x; iVar.s(); - this.f822z &= !iVar.o(); + this.f821z &= !iVar.o(); } else { return; } } - if (!this.f822z) { + if (!this.f821z) { 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 6b4126e276..8e6c3b9fa7 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 @@ -46,7 +46,7 @@ public final class c extends e { public final int r; /* renamed from: s reason: collision with root package name */ - public final long f823s; + public final long f822s; public final ArrayList t = new ArrayList<>(); public a u = new a(0, 4); @Nullable @@ -55,21 +55,21 @@ public final class c extends e { public List w; /* renamed from: x reason: collision with root package name */ - public int f824x; + public int f823x; /* renamed from: y reason: collision with root package name */ - public int f825y; + public int f824y; /* renamed from: z reason: collision with root package name */ - public boolean f826z; + public boolean f825z; /* compiled from: Cea608Decoder */ public static final class a { - public final List a = new ArrayList(); + public final List a = new ArrayList(); public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f827c = new StringBuilder(); + public final StringBuilder f826c = new StringBuilder(); public int d; public int e; public int f; @@ -78,17 +78,17 @@ public final class c extends e { /* compiled from: Cea608Decoder */ /* renamed from: c.i.a.c.e2.m.c$a$a reason: collision with other inner class name */ - public static class C0090a { + public static class C0091a { public final int a; public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f828c; + public int f827c; - public C0090a(int i, boolean z2, int i2) { + public C0091a(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f828c = i2; + this.f827c = i2; } } @@ -98,20 +98,20 @@ public final class c extends e { } public void a(char c2) { - if (this.f827c.length() < 32) { - this.f827c.append(c2); + if (this.f826c.length() < 32) { + this.f826c.append(c2); } } public void b() { - int length = this.f827c.length(); + int length = this.f826c.length(); if (length > 0) { - this.f827c.delete(length - 1, length); + this.f826c.delete(length - 1, length); for (int size = this.a.size() - 1; size >= 0; size--) { - C0090a aVar = this.a.get(size); - int i = aVar.f828c; + C0091a aVar = this.a.get(size); + int i = aVar.f827c; if (i == length) { - aVar.f828c = i - 1; + aVar.f827c = i - 1; } else { return; } @@ -166,7 +166,7 @@ public final class c extends e { } public final SpannableString d() { - SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f827c); + SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f826c); int length = spannableStringBuilder.length(); int i = 0; int i2 = -1; @@ -176,7 +176,7 @@ public final class c extends e { boolean z2 = false; int i6 = -1; while (i < this.a.size()) { - C0090a aVar = this.a.get(i); + C0091a aVar = this.a.get(i); boolean z3 = aVar.b; int i7 = aVar.a; if (i7 != 8) { @@ -186,9 +186,9 @@ public final class c extends e { } z2 = z4; } - int i8 = aVar.f828c; + int i8 = aVar.f827c; i++; - if (i8 != (i < this.a.size() ? this.a.get(i).f828c : length)) { + if (i8 != (i < this.a.size() ? this.a.get(i).f827c : length)) { if (i2 != -1 && !z3) { spannableStringBuilder.setSpan(new UnderlineSpan(), i2, i8, 33); i2 = -1; @@ -223,14 +223,14 @@ public final class c extends e { } public boolean e() { - return this.a.isEmpty() && this.b.isEmpty() && this.f827c.length() == 0; + return this.a.isEmpty() && this.b.isEmpty() && this.f826c.length() == 0; } public void f(int i) { this.g = i; this.a.clear(); this.b.clear(); - this.f827c.setLength(0); + this.f826c.setLength(0); this.d = 15; this.e = 0; this.f = 0; @@ -238,7 +238,7 @@ public final class c extends e { } public c(String str, int i2, long j2) { - this.f823s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; + this.f822s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; this.p = "application/x-mp4-cea-608".equals(str) ? 2 : 3; if (i2 == 1) { this.r = 0; @@ -293,12 +293,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.f826z; + boolean z5 = this.f825z; if ((s2 & 4) == 4) { boolean[] zArr = n; if (zArr[s3] && zArr[s4]) { z2 = true; - this.f826z = z2; + this.f825z = z2; if (z2) { if ((b & 240) == 16) { if (this.A && this.B == b && this.C == b2) { @@ -356,7 +356,7 @@ public final class c extends e { this.u.a(' '); boolean z6 = (b2 & 1) == 1; a aVar = this.u; - aVar.a.add(new a.C0090a((b2 >> 1) & 7, z6, aVar.f827c.length())); + aVar.a.add(new a.C0091a((b2 >> 1) & 7, z6, aVar.f826c.length())); } else { if ((b & 240) == 16 && (b2 & 192) == 64) { int i6 = g[b & 7]; @@ -365,8 +365,8 @@ public final class c extends e { } a aVar2 = this.u; if (i6 != aVar2.d) { - if (this.f824x != 1 && !aVar2.e()) { - a aVar3 = new a(this.f824x, this.f825y); + if (this.f823x != 1 && !aVar2.e()) { + a aVar3 = new a(this.f823x, this.f824y); this.u = aVar3; this.t.add(aVar3); } @@ -376,7 +376,7 @@ public final class c extends e { boolean z8 = (b2 & 1) == 1; int i7 = (b2 >> 1) & 7; a aVar4 = this.u; - aVar4.a.add(new a.C0090a(z7 ? 8 : i7, z8, aVar4.f827c.length())); + aVar4.a.add(new a.C0091a(z7 ? 8 : i7, z8, aVar4.f826c.length())); if (z7) { this.u.e = h[i7]; } @@ -402,7 +402,7 @@ public final class c extends e { m(4); break; default: - int i8 = this.f824x; + int i8 = this.f823x; if (i8 != 0) { if (b2 == 33) { this.u.b(); @@ -411,7 +411,7 @@ public final class c extends e { switch (b2) { case 44: this.v = Collections.emptyList(); - int i9 = this.f824x; + int i9 = this.f823x; if (i9 == 1 || i9 == 3) { k(); break; @@ -420,7 +420,7 @@ public final class c extends e { if (i8 == 1 && !this.u.e()) { a aVar5 = this.u; aVar5.b.add(aVar5.d()); - aVar5.f827c.setLength(0); + aVar5.f826c.setLength(0); aVar5.a.clear(); int min = Math.min(aVar5.h, aVar5.d); while (aVar5.b.size() >= min) { @@ -474,7 +474,7 @@ public final class c extends e { } } z2 = false; - this.f826z = z2; + this.f825z = z2; if (z2) { } this.A = false; @@ -484,7 +484,7 @@ public final class c extends e { } } } else if (z4) { - int i10 = this.f824x; + int i10 = this.f823x; if (i10 == 1 || i10 == 3) { this.v = j(); this.F = this.e; @@ -505,7 +505,7 @@ public final class c extends e { l(0); m(4); k(); - this.f826z = false; + this.f825z = false; this.A = false; this.B = 0; this.C = 0; @@ -523,7 +523,7 @@ public final class c extends e { if (g2 != null) { return g2; } - long j2 = this.f823s; + long j2 = this.f822s; boolean z2 = false; if (j2 != -9223372036854775807L) { long j3 = this.F; @@ -574,15 +574,15 @@ public final class c extends e { } public final void k() { - this.u.f(this.f824x); + this.u.f(this.f823x); this.t.clear(); this.t.add(this.u); } public final void l(int i2) { - int i3 = this.f824x; + int i3 = this.f823x; if (i3 != i2) { - this.f824x = i2; + this.f823x = i2; if (i2 == 3) { for (int i4 = 0; i4 < this.t.size(); i4++) { this.t.get(i4).g = i2; @@ -597,7 +597,7 @@ public final class c extends e { } public final void m(int i2) { - this.f825y = i2; + this.f824y = 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 0f1765d619..f595beb2c1 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 @@ -64,7 +64,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 f829c; + public static final int f828c; 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}; @@ -89,26 +89,26 @@ public final class d extends e { public int r; /* renamed from: s reason: collision with root package name */ - public int f830s; + public int f829s; public int t; public int u; public boolean v; public int w; /* renamed from: x reason: collision with root package name */ - public int f831x; + public int f830x; /* renamed from: y reason: collision with root package name */ - public int f832y; + public int f831y; /* renamed from: z reason: collision with root package name */ - public int f833z; + public int f832z; static { int d2 = d(0, 0, 0, 0); b = d2; int d3 = d(0, 0, 0, 3); - f829c = d3; + f828c = d3; h = new int[]{d2, d3, d2, d2, d3, d2, d2}; k = new int[]{d2, d2, d2, d2, d2, d3, d3}; } @@ -221,15 +221,15 @@ public final class d extends e { this.p = 4; this.q = false; this.r = 0; - this.f830s = 0; + this.f829s = 0; this.t = 0; this.u = 15; this.v = true; this.w = 0; - this.f831x = 0; - this.f832y = 0; + this.f830x = 0; + this.f831y = 0; int i2 = b; - this.f833z = i2; + this.f832z = i2; this.D = a; this.F = i2; } @@ -277,13 +277,13 @@ public final class d extends e { public final int b; /* renamed from: c reason: collision with root package name */ - public final byte[] f834c; + public final byte[] f833c; public int d = 0; public c(int i, int i2) { this.a = i; this.b = i2; - this.f834c = new byte[((i2 * 2) - 1)]; + this.f833c = new byte[((i2 * 2) - 1)]; } } @@ -335,7 +335,7 @@ public final class d extends e { } c cVar = new c(i2, i4); this.o = cVar; - byte[] bArr = cVar.f834c; + byte[] bArr = cVar.f833c; int i5 = cVar.d; cVar.d = i5 + 1; bArr[i5] = s4; @@ -348,7 +348,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.f834c; + byte[] bArr2 = cVar2.f833c; int i6 = cVar2.d; int i7 = i6 + 1; cVar2.d = i7; @@ -386,18 +386,18 @@ public final class d extends e { c cVar = this.o; if (cVar != null) { if (cVar.d != (cVar.b * 2) - 1) { - 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()); + 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()); } v vVar = this.h; c cVar2 = this.o; - vVar.j(cVar2.f834c, cVar2.d); + vVar.j(cVar2.f833c, cVar2.d); int i = 3; int g = this.h.g(3); int g2 = this.h.g(5); @@ -407,7 +407,7 @@ public final class d extends e { this.h.m(2); g = this.h.g(6); if (g < 7) { - c.d.b.a.a.d0("Invalid extended service number: ", g, "Cea708Decoder"); + c.d.b.a.a.f0("Invalid extended service number: ", g, "Cea708Decoder"); } } if (g2 == 0) { @@ -436,15 +436,15 @@ public final class d extends e { default: if (g3 < 17 || g3 > 23) { if (g3 < 24 || g3 > 31) { - c.d.b.a.a.d0("Invalid C0 command: ", g3, "Cea708Decoder"); + c.d.b.a.a.f0("Invalid C0 command: ", g3, "Cea708Decoder"); break; } else { - c.d.b.a.a.d0("Currently unsupported COMMAND_P16 Command: ", g3, "Cea708Decoder"); + c.d.b.a.a.f0("Currently unsupported COMMAND_P16 Command: ", g3, "Cea708Decoder"); this.h.m(16); break; } } else { - c.d.b.a.a.d0("Currently unsupported COMMAND_EXT1 Command: ", g3, "Cea708Decoder"); + c.d.b.a.a.f0("Currently unsupported COMMAND_EXT1 Command: ", g3, "Cea708Decoder"); this.h.m(8); continue; } @@ -589,7 +589,7 @@ public final class d extends e { int g5 = this.h.g(2); this.h.m(8); b bVar4 = this.l; - bVar4.f833z = d3; + bVar4.f832z = d3; bVar4.w = g5; break; } @@ -624,7 +624,7 @@ public final class d extends e { bVar5.p = g6; bVar5.q = f5; bVar5.r = g7; - bVar5.f830s = g8; + bVar5.f829s = g8; bVar5.t = g9; int i11 = g10 + 1; if (bVar5.u != i11) { @@ -635,19 +635,19 @@ public final class d extends e { } } } - if (!(g11 == 0 || bVar5.f831x == g11)) { - bVar5.f831x = g11; + if (!(g11 == 0 || bVar5.f830x == g11)) { + bVar5.f830x = 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.f833z = i13; + bVar5.f832z = i13; bVar5.w = i16; } - if (!(g12 == 0 || bVar5.f832y == g12)) { - bVar5.f832y = g12; + if (!(g12 == 0 || bVar5.f831y == g12)) { + bVar5.f831y = g12; int i17 = g12 - 1; int i18 = b.j[i17]; int i19 = b.i[i17]; @@ -664,7 +664,7 @@ public final class d extends e { } else if (g3 <= 255) { this.l.a((char) (g3 & 255)); } else { - c.d.b.a.a.d0("Invalid base command: ", g3, "Cea708Decoder"); + c.d.b.a.a.f0("Invalid base command: ", g3, "Cea708Decoder"); } i = 3; i2 = 7; @@ -753,7 +753,7 @@ public final class d extends e { this.l.a(9484); break; default: - c.d.b.a.a.d0("Invalid G2 character: ", g13, "Cea708Decoder"); + c.d.b.a.a.f0("Invalid G2 character: ", g13, "Cea708Decoder"); break; } } @@ -770,11 +770,11 @@ public final class d extends e { this.h.m(this.h.g(6) * 8); } } else if (g13 > 255) { - c.d.b.a.a.d0("Invalid extended command: ", g13, "Cea708Decoder"); + c.d.b.a.a.f0("Invalid extended command: ", g13, "Cea708Decoder"); } else if (g13 == 160) { this.l.a(13252); } else { - c.d.b.a.a.d0("Invalid G3 character: ", g13, "Cea708Decoder"); + c.d.b.a.a.f0("Invalid G3 character: ", g13, "Cea708Decoder"); this.l.a('_'); } i = 3; @@ -829,15 +829,15 @@ public final class d extends e { } else if (i3 == 2) { alignment = Layout.Alignment.ALIGN_CENTER; } else if (i3 != 3) { - StringBuilder K = c.d.b.a.a.K("Unexpected justification value: "); - K.append(bVar.w); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Unexpected justification value: "); + L.append(bVar.w); + throw new IllegalArgumentException(L.toString()); } if (!bVar.q) { - f2 = ((float) bVar.f830s) / 99.0f; + f2 = ((float) bVar.f829s) / 99.0f; f = ((float) bVar.r) / 99.0f; } else { - f2 = ((float) bVar.f830s) / 209.0f; + f2 = ((float) bVar.f829s) / 209.0f; f = ((float) bVar.r) / 74.0f; } float f3 = (f2 * 0.9f) + 0.05f; @@ -845,7 +845,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.f833z == b.b, bVar.f833z, 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.f832z == b.b, bVar.f832z, bVar.p); } alignment = Layout.Alignment.ALIGN_NORMAL; if (!bVar.q) { @@ -855,7 +855,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.f833z == b.b, bVar.f833z, 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.f832z == b.b, bVar.f832z, 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 af86a2d886..486737e460 100644 --- a/app/src/main/java/c/i/a/c/e2/m/e.java +++ b/app/src/main/java/c/i/a/c/e2/m/e.java @@ -18,7 +18,7 @@ public abstract class e implements g { public final ArrayDeque b; /* renamed from: c reason: collision with root package name */ - public final PriorityQueue f835c; + public final PriorityQueue f834c; @Nullable public b d; public long e; @@ -78,7 +78,7 @@ public abstract class e implements g { for (int i2 = 0; i2 < 2; i2++) { this.b.add(new c(new b(this))); } - this.f835c = new PriorityQueue<>(); + this.f834c = new PriorityQueue<>(); } @Override // c.i.a.c.e2.g @@ -111,7 +111,7 @@ public abstract class e implements g { long j = this.f; this.f = 1 + j; bVar.r = j; - this.f835c.add(bVar); + this.f834c.add(bVar); } this.d = null; } @@ -124,9 +124,9 @@ public abstract class e implements g { public void flush() { this.f = 0; this.e = 0; - while (!this.f835c.isEmpty()) { + while (!this.f834c.isEmpty()) { int i = f0.a; - i(this.f835c.poll()); + i(this.f834c.poll()); } b bVar = this.d; if (bVar != null) { @@ -141,12 +141,12 @@ public abstract class e implements g { if (this.b.isEmpty()) { return null; } - while (!this.f835c.isEmpty()) { + while (!this.f834c.isEmpty()) { int i = f0.a; - if (this.f835c.peek().m > this.e) { + if (this.f834c.peek().m > this.e) { break; } - b poll = this.f835c.poll(); + b poll = this.f834c.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 798934c0c5..887514cd9b 100644 --- a/app/src/main/java/c/i/a/c/e2/n/a.java +++ b/app/src/main/java/c/i/a/c/e2/n/a.java @@ -47,7 +47,7 @@ public final class a extends d { int i8; if (z2) { b.h hVar = this.n.i; - hVar.f842c.clear(); + hVar.f841c.clear(); hVar.d.clear(); hVar.e.clear(); hVar.f.clear(); @@ -95,7 +95,7 @@ public final class a extends d { } } else { hVar2.i = dVar2; - hVar2.f842c.clear(); + hVar2.f841c.clear(); hVar2.d.clear(); hVar2.e.clear(); break; @@ -141,13 +141,13 @@ public final class a extends d { i9 = 16; } b.f fVar2 = new b.f(g8, f, g9, g10, g11, g12, g13, g14, g15, g16, sparseArray4); - if (dVar3.b == 0 && (fVar = hVar2.f842c.get(g8)) != null) { + if (dVar3.b == 0 && (fVar = hVar2.f841c.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.f842c.put(fVar2.a, fVar2); + hVar2.f841c.put(fVar2.a, fVar2); break; } case 18: @@ -195,7 +195,7 @@ public final class a extends d { i8 = 0; i6 = 0; } - hVar2.h = new b.C0091b(g24, g25, i8, i7, i6, i5); + hVar2.h = new b.C0092b(g24, g25, i8, i7, i6, i5); break; } break; @@ -209,7 +209,7 @@ public final class a extends d { list = Collections.emptyList(); cVar2 = cVar; } else { - b.C0091b bVar2 = hVar3.h; + b.C0092b bVar2 = hVar3.h; if (bVar2 == null) { bVar2 = bVar.g; } @@ -220,15 +220,15 @@ public final class a extends d { bVar.f.setBitmap(createBitmap); } ArrayList arrayList = new ArrayList(); - SparseArray sparseArray6 = dVar4.f840c; + SparseArray sparseArray6 = dVar4.f839c; int i14 = 0; while (i14 < sparseArray6.size()) { bVar.f.save(); b.e valueAt = sparseArray6.valueAt(i14); - b.f fVar3 = bVar.i.f842c.get(sparseArray6.keyAt(i14)); - int i15 = valueAt.a + bVar2.f838c; + b.f fVar3 = bVar.i.f841c.get(sparseArray6.keyAt(i14)); + int i15 = valueAt.a + bVar2.f837c; int i16 = valueAt.b + bVar2.e; - bVar.f.clipRect(i15, i16, Math.min(fVar3.f841c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); + bVar.f.clipRect(i15, i16, Math.min(fVar3.f840c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); b.a aVar = bVar.i.d.get(fVar3.f); if (aVar == null && (aVar = bVar.i.f.get(fVar3.f)) == null) { aVar = bVar.h; @@ -251,9 +251,9 @@ public final class a extends d { sparseArray = sparseArray7; Canvas canvas = bVar.f; cVar3 = cVar; - int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f837c : aVar.b; + int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f836c : aVar.b; i2 = i14; - b.e(cVar4.f839c, iArr, i18, i19, i20, paint, canvas); + b.e(cVar4.f838c, iArr, i18, i19, i20, paint, canvas); b.e(cVar4.d, iArr, i18, i19, i20 + 1, paint, canvas); } else { cVar3 = cVar; @@ -269,13 +269,13 @@ public final class a extends d { } if (fVar3.b) { int i21 = fVar3.e; - bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f837c[fVar3.h] : aVar.b[fVar3.i]); - bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f841c + i15), (float) (fVar3.d + i16), bVar.e); + bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f836c[fVar3.h] : aVar.b[fVar3.i]); + bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f840c + i15), (float) (fVar3.d + i16), bVar.e); } - Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f841c, fVar3.d); + Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f840c, 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.f841c) / f5, ((float) fVar3.d) / f6, false, ViewCompat.MEASURED_STATE_MASK, Integer.MIN_VALUE, 0.0f, null)); + arrayList.add(new c(null, null, createBitmap2, ((float) i16) / f6, 0, 0, ((float) i15) / f5, 0, Integer.MIN_VALUE, -3.4028235E38f, ((float) fVar3.f840c) / f5, ((float) fVar3.d) / f6, false, ViewCompat.MEASURED_STATE_MASK, Integer.MIN_VALUE, 0.0f, null)); bVar.f.drawColor(0, PorterDuff.Mode.CLEAR); bVar.f.restore(); i14++; diff --git a/app/src/main/java/c/i/a/c/e2/n/b.java b/app/src/main/java/c/i/a/c/e2/n/b.java index 7ab942a486..8d93fc49ec 100644 --- a/app/src/main/java/c/i/a/c/e2/n/b.java +++ b/app/src/main/java/c/i/a/c/e2/n/b.java @@ -16,11 +16,11 @@ 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[] f836c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; + public static final byte[] f835c = {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(); - public final C0091b g = new C0091b(719, 575, 0, 719, 0, 575); + public final C0092b g = new C0092b(719, 575, 0, 719, 0, 575); public final a h = new a(0, new int[]{0, -1, ViewCompat.MEASURED_STATE_MASK, -8421505}, b(), c()); public final h i; public Bitmap j; @@ -31,33 +31,33 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f837c; + public final int[] f836c; public final int[] d; public a(int i, int[] iArr, int[] iArr2, int[] iArr3) { this.a = i; this.b = iArr; - this.f837c = iArr2; + this.f836c = iArr2; this.d = iArr3; } } /* compiled from: DvbParser */ /* renamed from: c.i.a.c.e2.n.b$b reason: collision with other inner class name */ - public static final class C0091b { + public static final class C0092b { public final int a; public final int b; /* renamed from: c reason: collision with root package name */ - public final int f838c; + public final int f837c; public final int d; public final int e; public final int f; - public C0091b(int i, int i2, int i3, int i4, int i5, int i6) { + public C0092b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; this.b = i2; - this.f838c = i3; + this.f837c = i3; this.d = i4; this.e = i5; this.f = i6; @@ -70,13 +70,13 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final byte[] f839c; + public final byte[] f838c; public final byte[] d; public c(int i, boolean z2, byte[] bArr, byte[] bArr2) { this.a = i; this.b = z2; - this.f839c = bArr; + this.f838c = bArr; this.d = bArr2; } } @@ -87,12 +87,12 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f840c; + public final SparseArray f839c; public d(int i, int i2, int i3, SparseArray sparseArray) { this.a = i2; this.b = i3; - this.f840c = sparseArray; + this.f839c = sparseArray; } } @@ -113,7 +113,7 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f841c; + public final int f840c; public final int d; public final int e; public final int f; @@ -125,7 +125,7 @@ public final class b { public f(int i, boolean z2, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, SparseArray sparseArray) { this.a = i; this.b = z2; - this.f841c = i2; + this.f840c = i2; this.d = i3; this.e = i5; this.f = i6; @@ -153,13 +153,13 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f842c = new SparseArray<>(); + public final SparseArray f841c = new SparseArray<>(); public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); public final SparseArray f = new SparseArray<>(); public final SparseArray g = new SparseArray<>(); @Nullable - public C0091b h; + public C0092b h; @Nullable public d i; @@ -424,7 +424,7 @@ public final class b { } case 17: if (i == 3) { - bArr4 = bArr6 == null ? f836c : bArr6; + bArr4 = bArr6 == null ? f835c : 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 1567ca6db1..8f204f9f43 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 @@ -18,18 +18,18 @@ import java.util.zip.Inflater; public final class a extends d { public final w n = new w(); public final w o = new w(); - public final C0092a p = new C0092a(); + public final C0093a p = new C0093a(); @Nullable public Inflater q; /* compiled from: PgsDecoder */ /* renamed from: c.i.a.c.e2.o.a$a reason: collision with other inner class name */ - public static final class C0092a { + public static final class C0093a { public final w a = new w(); public final int[] b = new int[256]; /* renamed from: c reason: collision with root package name */ - public boolean f843c; + public boolean f842c; public int d; public int e; public int f; @@ -45,7 +45,7 @@ public final class a extends d { this.h = 0; this.i = 0; this.a.z(0); - this.f843c = false; + this.f842c = false; } } @@ -65,7 +65,7 @@ public final class a extends d { a aVar = this; w wVar3 = aVar.n; wVar3.a = bArr; - wVar3.f917c = i; + wVar3.f916c = i; int i4 = 0; wVar3.b = 0; if (wVar3.a() > 0 && wVar3.c() == 120) { @@ -74,15 +74,15 @@ public final class a extends d { } if (f0.x(wVar3, aVar.o, aVar.q)) { w wVar4 = aVar.o; - wVar3.B(wVar4.a, wVar4.f917c); + wVar3.B(wVar4.a, wVar4.f916c); } } aVar.p.a(); ArrayList arrayList = new ArrayList(); while (aVar.n.a() >= 3) { w wVar5 = aVar.n; - C0092a aVar2 = aVar.p; - int i5 = wVar5.f917c; + C0093a aVar2 = aVar.p; + int i5 = wVar5.f916c; int s2 = wVar5.s(); int x2 = wVar5.x(); int i6 = wVar5.b + x2; @@ -110,7 +110,7 @@ public final class a extends d { wVar5 = wVar5; } wVar = wVar5; - aVar2.f843c = true; + aVar2.f842c = true; break; } wVar = wVar5; @@ -130,7 +130,7 @@ public final class a extends d { } w wVar6 = aVar2.a; int i10 = wVar6.b; - int i11 = wVar6.f917c; + int i11 = wVar6.f916c; if (i10 < i11 && i9 > 0) { int min = Math.min(i9, i11 - i10); wVar5.e(aVar2.a.a, i10, min); @@ -157,7 +157,7 @@ public final class a extends d { cVar = null; } else { wVar = wVar5; - if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f917c) == 0 || wVar2.b != i2 || !aVar2.f843c) { + if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f916c) == 0 || wVar2.b != i2 || !aVar2.f842c) { 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 954791bc4d..1ba172ed33 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 f844c; + public final int f843c; public c(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f844c = i3; + this.f843c = 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 8a0c837e70..a3578d0791 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 @@ -35,7 +35,7 @@ public final class a extends d { public float r = -3.4028235E38f; /* renamed from: s reason: collision with root package name */ - public float f845s = -3.4028235E38f; + public float f844s = -3.4028235E38f; public a(@Nullable List list) { super("SsaDecoder"); @@ -132,23 +132,23 @@ public final class a extends d { } else { if (g.startsWith("Dialogue:")) { if (bVar2 == null) { - c.d.b.a.a.g0("Skipping dialogue line before complete format: ", g, "SsaDecoder"); + c.d.b.a.a.h0("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.g0("Skipping dialogue line with fewer columns than format: ", g, "SsaDecoder"); + c.d.b.a.a.h0("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.g0("Skipping invalid timing: ", g, "SsaDecoder"); + c.d.b.a.a.h0("Skipping invalid timing: ", g, "SsaDecoder"); } else { long n3 = n(split[bVar2.b]); if (n3 == -9223372036854775807L) { - c.d.b.a.a.g0("Skipping invalid timing: ", g, "SsaDecoder"); + c.d.b.a.a.h0("Skipping invalid timing: ", g, "SsaDecoder"); } else { Map map = aVar.q; - c cVar = (map == null || (i8 = bVar2.f846c) == -1) ? null : map.get(split[i8].trim()); + c cVar = (map == null || (i8 = bVar2.f845c) == -1) ? null : map.get(split[i8].trim()); String str = split[bVar2.d]; Matcher matcher = c.b.a.matcher(str); PointF pointF = null; @@ -183,13 +183,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.f845s; + float f7 = aVar.f844s; SpannableString spannableString = new SpannableString(replace); if (cVar != null) { - if (cVar.f847c != null) { + if (cVar.f846c != null) { bVar = bVar2; j = n3; - spannableString.setSpan(new ForegroundColorSpan(cVar.f847c.intValue()), 0, spannableString.length(), 33); + spannableString.setSpan(new ForegroundColorSpan(cVar.f846c.intValue()), 0, spannableString.length(), 33); } else { bVar = bVar2; j = n3; @@ -355,7 +355,7 @@ public final class a extends d { this.r = Float.parseFloat(split[1].trim()); } else if (K.equals("playresy")) { try { - this.f845s = Float.parseFloat(split[1].trim()); + this.f844s = Float.parseFloat(split[1].trim()); } catch (NumberFormatException unused) { } } @@ -450,7 +450,7 @@ public final class a extends d { } else { if (g3.startsWith("Style:")) { if (aVar == null) { - c.d.b.a.a.g0("Skipping 'Style:' line before 'Format:' line: ", g3, "SsaDecoder"); + c.d.b.a.a.h0("Skipping 'Style:' line before 'Format:' line: ", g3, "SsaDecoder"); } else { AnimatableValueParser.k(g3.startsWith("Style:")); String[] split3 = TextUtils.split(g3.substring(6), ","); @@ -467,7 +467,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.f848c; + int i11 = aVar.f847c; 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 a1e0aa3025..2337c82e0d 100644 --- a/app/src/main/java/c/i/a/c/e2/q/b.java +++ b/app/src/main/java/c/i/a/c/e2/q/b.java @@ -11,14 +11,14 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f846c; + public final int f845c; 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.f846c = i3; + this.f845c = 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 683b794536..bafaaf63b3 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 f847c; + public final Integer f846c; 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 f848c; + public final int f847c; 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.f848c = i3; + this.f847c = 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 f849c = 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 f848c = 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 = f849c.matcher(str); + Matcher matcher2 = f848c.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.f847c = num; + this.f846c = 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.g0("Ignoring unknown alignment: ", str, "SsaStyle"); + c.d.b.a.a.h0("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 328208d6e1..71c204f5f9 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 @@ -282,7 +282,7 @@ public final class a extends d { i4 = i2; } else { wVar = wVar2; - c.d.b.a.a.g0("Skipping invalid timing: ", g2, "SubripDecoder"); + c.d.b.a.a.h0("Skipping invalid timing: ", g2, "SubripDecoder"); } i3 = 0; aVar = this; @@ -290,7 +290,7 @@ public final class a extends d { } } catch (NumberFormatException unused) { wVar = wVar2; - c.d.b.a.a.g0("Skipping invalid index: ", g, "SubripDecoder"); + c.d.b.a.a.h0("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 a83899cb27..668071e930 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 f850c = z.t("dot", "sesame", "circle"); + public static final z f849c = 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 d7d343a9b2..c13ba4dcce 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 @@ -39,7 +39,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 f851s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); + public static final Pattern f850s = 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); @@ -60,22 +60,22 @@ public final class c extends d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f852c; + public final int f851c; public b(float f, int i, int i2) { this.a = f; this.b = i; - this.f852c = i2; + this.f851c = i2; } } /* compiled from: TtmlDecoder */ /* renamed from: c.i.a.c.e2.s.c$c reason: collision with other inner class name */ - public static final class C0093c { + public static final class C0094c { public final int a; public final int b; - public C0093c(int i, int i2) { + public C0094c(int i, int i2) { this.a = i; this.b = i2; } @@ -107,7 +107,7 @@ public final class c extends d { } Matcher matcher = t.matcher(attributeValue); if (!matcher.matches()) { - c.d.b.a.a.g0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); return aVar; } try { @@ -122,7 +122,7 @@ public final class c extends d { } throw new SubtitleDecoderException("Invalid cell resolution " + parseInt + " " + parseInt2); } catch (NumberFormatException unused) { - c.d.b.a.a.g0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); return aVar; } } @@ -137,7 +137,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.w(c.d.b.a.a.K("Invalid number of entries for fontSize: "), split.length, ".")); + throw new SubtitleDecoderException(c.d.b.a.a.w(c.d.b.a.a.L("Invalid number of entries for fontSize: "), split.length, ".")); } if (matcher.matches()) { String group = matcher.group(3); @@ -205,7 +205,7 @@ public final class c extends d { if (attributeValue3 != null) { i2 = Integer.parseInt(attributeValue3); } - int i3 = bVar.f852c; + int i3 = bVar.f851c; String attributeValue4 = xmlPullParser.getAttributeValue("http://www.w3.org/ns/ttml#parameter", "tickRate"); if (attributeValue4 != null) { i3 = Integer.parseInt(attributeValue4); @@ -216,7 +216,7 @@ public final class c extends d { /* JADX WARNING: Removed duplicated region for block: B:59:0x016f */ /* JADX WARNING: Removed duplicated region for block: B:76:0x01ac A[ADDED_TO_REGION] */ /* JADX WARNING: Removed duplicated region for block: B:93:0x01ee */ - public static Map p(XmlPullParser xmlPullParser, Map map, a aVar, @Nullable C0093c cVar, Map map2, Map map3) throws IOException, XmlPullParserException { + public static Map p(XmlPullParser xmlPullParser, Map map, a aVar, @Nullable C0094c cVar, Map map2, Map map3) throws IOException, XmlPullParserException { String t0; e eVar; float f; @@ -249,7 +249,7 @@ public final class c extends d { if (t05 != null) { Pattern pattern = r; Matcher matcher = pattern.matcher(t05); - Pattern pattern2 = f851s; + Pattern pattern2 = f850s; Matcher matcher2 = pattern2.matcher(t05); if (matcher.matches()) { try { @@ -260,12 +260,12 @@ public final class c extends d { Objects.requireNonNull(group2); f2 = Float.parseFloat(group2) / 100.0f; } catch (NumberFormatException unused) { - c.d.b.a.a.g0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); } } else if (!matcher2.matches()) { - c.d.b.a.a.g0("Ignoring region with unsupported origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring region with unsupported origin: ", t05, "TtmlDecoder"); } else if (cVar == null) { - c.d.b.a.a.g0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); } else { try { String group3 = matcher2.group(1); @@ -279,7 +279,7 @@ public final class c extends d { f = f6; f2 = f7; } catch (NumberFormatException unused2) { - c.d.b.a.a.g0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); } } String t06 = AnimatableValueParser.t0(xmlPullParser, "extent"); @@ -296,12 +296,12 @@ public final class c extends d { f3 = Float.parseFloat(group6) / 100.0f; f4 = parseFloat; } catch (NumberFormatException unused3) { - c.d.b.a.a.g0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); } } else if (!matcher4.matches()) { - c.d.b.a.a.g0("Ignoring region with unsupported extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring region with unsupported extent: ", t05, "TtmlDecoder"); } else if (cVar == null) { - c.d.b.a.a.g0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); } else { try { String group7 = matcher4.group(1); @@ -313,7 +313,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.g0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); } } String t07 = AnimatableValueParser.t0(xmlPullParser, "displayAlign"); @@ -856,10 +856,10 @@ public final class c extends d { fVar = k(fVar); try { fVar.b = i.a(attributeValue, false); - fVar.f855c = true; + fVar.f854c = true; break; } catch (IllegalArgumentException unused) { - c.d.b.a.a.g0("Failed parsing color value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.h0("Failed parsing color value: ", attributeValue, "TtmlDecoder"); break; } case '\b': @@ -867,7 +867,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.g0("Invalid value for shear: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.h0("Invalid value for shear: ", attributeValue, "TtmlDecoder"); } else { try { String group = matcher.group(1); @@ -901,7 +901,7 @@ public final class c extends d { n(attributeValue, fVar); break; } catch (SubtitleDecoderException unused2) { - c.d.b.a.a.g0("Failed parsing fontSize value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.h0("Failed parsing fontSize value: ", attributeValue, "TtmlDecoder"); break; } case 11: @@ -939,7 +939,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.f850c, n2); + a1 b3 = h.b(b.f849c, 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(); @@ -1038,7 +1038,7 @@ public final class c extends d { fVar.e = true; break; } catch (IllegalArgumentException unused3) { - c.d.b.a.a.g0("Failed parsing background value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.h0("Failed parsing background value: ", attributeValue, "TtmlDecoder"); break; } } @@ -1140,7 +1140,7 @@ public final class c extends d { parseDouble *= d2; break; case 3: - d = (double) bVar.f852c; + d = (double) bVar.f851c; parseDouble /= d; break; case 4: @@ -1156,14 +1156,14 @@ public final class c extends d { } @Nullable - public static C0093c u(XmlPullParser xmlPullParser) { + public static C0094c u(XmlPullParser xmlPullParser) { String t0 = AnimatableValueParser.t0(xmlPullParser, "extent"); if (t0 == null) { return null; } - Matcher matcher = f851s.matcher(t0); + Matcher matcher = f850s.matcher(t0); if (!matcher.matches()) { - c.d.b.a.a.g0("Ignoring non-pixel tts extent: ", t0, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring non-pixel tts extent: ", t0, "TtmlDecoder"); return null; } try { @@ -1172,9 +1172,9 @@ public final class c extends d { int parseInt = Integer.parseInt(group); String group2 = matcher.group(2); Objects.requireNonNull(group2); - return new C0093c(parseInt, Integer.parseInt(group2)); + return new C0094c(parseInt, Integer.parseInt(group2)); } catch (NumberFormatException unused) { - c.d.b.a.a.g0("Ignoring malformed tts extent: ", t0, "TtmlDecoder"); + c.d.b.a.a.h0("Ignoring malformed tts extent: ", t0, "TtmlDecoder"); return null; } } @@ -1188,7 +1188,7 @@ public final class c extends d { HashMap hashMap2 = new HashMap(); HashMap hashMap3 = new HashMap(); hashMap2.put("", new e("", -3.4028235E38f, -3.4028235E38f, Integer.MIN_VALUE, Integer.MIN_VALUE, -3.4028235E38f, -3.4028235E38f, Integer.MIN_VALUE, -3.4028235E38f, Integer.MIN_VALUE)); - C0093c cVar = null; + C0094c cVar = null; newPullParser.setInput(new ByteArrayInputStream(bArr, 0, i), null); ArrayDeque arrayDeque = new ArrayDeque(); b bVar2 = u; 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 0029b922e8..f7e67a044c 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 f853c; + public final boolean f852c; 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.f853c = str2 != null; + this.f852c = str2 != null; this.d = j; this.e = j2; Objects.requireNonNull(str3); @@ -182,8 +182,8 @@ public final class d { if (s2.g == 1) { spannableStringBuilder.setSpan(new UnderlineSpan(), intValue, intValue2, 33); } - if (s2.f855c) { - if (s2.f855c) { + if (s2.f854c) { + if (s2.f854c) { AnimatableValueParser.c(spannableStringBuilder, new ForegroundColorSpan(s2.b), intValue, intValue2, 33); } else { throw new IllegalStateException("Font color has not been defined."); @@ -273,7 +273,7 @@ public final class d { if (s2.r != Float.MAX_VALUE && "p".equals(this.a)) { bVar.p = (s2.r * -90.0f) / 100.0f; } - bVar.f819c = s2.o; + bVar.f818c = s2.o; it2 = it; } } else { @@ -288,7 +288,7 @@ public final class d { if (i == 1) { } bVar.p = (s2.r * -90.0f) / 100.0f; - bVar.f819c = s2.o; + bVar.f818c = s2.o; it2 = it; } } @@ -304,7 +304,7 @@ public final class d { if (i == 1) { } bVar.p = (s2.r * -90.0f) / 100.0f; - bVar.f819c = s2.o; + bVar.f818c = s2.o; it2 = it; } } @@ -324,7 +324,7 @@ public final class d { if (!"".equals(this.h)) { str = this.h; } - if (this.f853c && z2) { + if (this.f852c && 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 b1439c28d6..997de059ed 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 f854c; + public final float f853c; 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.f854c = f2; + this.f853c = 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 e19774507f..7cd75ebdf3 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 f855c; + public boolean f854c; 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.f855c && fVar.f855c) { + if (!this.f854c && fVar.f854c) { this.b = fVar.b; - this.f855c = true; + this.f854c = 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 ae12eafa39..d5f5dd0a79 100644 --- a/app/src/main/java/c/i/a/c/e2/s/g.java +++ b/app/src/main/java/c/i/a/c/e2/s/g.java @@ -78,7 +78,7 @@ public final class g implements f { Bitmap decodeByteArray = BitmapFactory.decodeByteArray(decode, 0, decode.length); e eVar = map2.get(pair.first); Objects.requireNonNull(eVar); - arrayList2.add(new c(null, null, decodeByteArray, eVar.f854c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); + arrayList2.add(new c(null, null, decodeByteArray, eVar.f853c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); } } for (Map.Entry entry : treeMap.entrySet()) { @@ -130,7 +130,7 @@ public final class g implements f { if (spannableStringBuilder.length() > 0 && spannableStringBuilder.charAt(spannableStringBuilder.length() - 1) == '\n') { spannableStringBuilder.delete(spannableStringBuilder.length() - 1, spannableStringBuilder.length()); } - float f = eVar2.f854c; + float f = eVar2.f853c; 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 779c25f846..3a51c72f8b 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 @@ -24,7 +24,7 @@ public final class a extends d { public final String r; /* renamed from: s reason: collision with root package name */ - public final float f856s; + public final float f855s; public final int t; public a(List list) { @@ -41,16 +41,16 @@ public final class a extends d { z2 = (bArr[0] & 32) == 0 ? false : z2; this.o = z2; if (z2) { - this.f856s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); + this.f855s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); } else { - this.f856s = 0.85f; + this.f855s = 0.85f; } } else { this.p = 0; this.q = -1; this.r = str; this.o = false; - this.f856s = 0.85f; + this.f855s = 0.85f; this.t = -1; } } @@ -93,7 +93,7 @@ public final class a extends d { String str; w wVar = this.n; wVar.a = bArr; - wVar.f917c = i; + wVar.f916c = i; wVar.b = 0; int i2 = 2; int i3 = 1; @@ -110,7 +110,7 @@ public final class a extends d { str = wVar.q(x2, c.e); } } - str = wVar.q(x2, c.f1270c); + str = wVar.q(x2, c.f1269c); } if (str.isEmpty()) { return b.i; @@ -127,7 +127,7 @@ public final class a extends d { if (str2 != "sans-serif") { spannableStringBuilder.setSpan(new TypefaceSpan(str2), 0, length2, 16711713); } - float f = this.f856s; + float f = this.f855s; for (int i6 = 8; this.n.a() >= i6; i6 = 8) { w wVar2 = this.n; int i7 = wVar2.b; @@ -147,10 +147,10 @@ public final class a extends d { wVar3.E(i3); int f4 = wVar3.f(); if (x5 > spannableStringBuilder.length()) { - 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()); + 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()); x5 = spannableStringBuilder.length(); } if (x4 >= x5) { 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 10daa63807..5c4c789ebf 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 f857c = new StringBuilder(); + public final StringBuilder f856c = new StringBuilder(); public static String a(w wVar, StringBuilder sb) { boolean z2 = false; sb.setLength(0); int i = wVar.b; - int i2 = wVar.f917c; + int i2 = wVar.f916c; 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 K = a.K(""); - K.append((char) wVar.s()); - return K.toString(); + StringBuilder L = a.L(""); + L.append((char) wVar.s()); + return L.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.f917c; + int i2 = wVar.f916c; 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 ef71d98874..0eed958a68 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.f917c = i; + wVar.f916c = 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.f863c = charSequence; + eVar2.f862c = 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 814f0a2044..05b6cbc31a 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 f858c = Collections.emptySet(); + public Set f857c = 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 4b06644af1..ae0318c342 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 f859c; + public final long f858c; public g(c cVar, long j, long j2) { this.a = cVar; this.b = j; - this.f859c = j2; + this.f858c = 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 5eb01cd849..996dfe03e9 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 @@ -38,7 +38,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 f860c; + public static final Map f859c; public static final Map d; /* compiled from: WebvttCueParser */ @@ -47,11 +47,11 @@ public final class h { public final c b; /* renamed from: c reason: collision with root package name */ - public final int f861c; + public final int f860c; public b(c cVar, int i, a aVar) { this.b = cVar; - this.f861c = i; + this.f860c = i; } } @@ -61,13 +61,13 @@ public final class h { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f862c; + public final String f861c; public final Set d; public c(String str, int i, String str2, Set set) { this.b = i; this.a = str; - this.f862c = str2; + this.f861c = str2; this.d = set; } } @@ -95,7 +95,7 @@ public final class h { public long b = 0; /* renamed from: c reason: collision with root package name */ - public CharSequence f863c; + public CharSequence f862c; public int d = 2; public float e = -3.4028235E38f; public int f = 1; @@ -145,7 +145,7 @@ public final class h { if (i5 != 3) { if (i5 != 4) { if (i5 != 5) { - c.d.b.a.a.d0("Unknown textAlignment: ", i5, "WebvttCueParser"); + c.d.b.a.a.f0("Unknown textAlignment: ", i5, "WebvttCueParser"); alignment = null; } } @@ -154,7 +154,7 @@ public final class h { } else { alignment = Layout.Alignment.ALIGN_CENTER; } - bVar.f819c = alignment; + bVar.f818c = alignment; float f3 = this.e; int i6 = this.f; i = (f3 > -3.4028235E38f ? 1 : (f3 == -3.4028235E38f ? 0 : -1)); @@ -177,7 +177,7 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f863c; + charSequence = this.f862c; if (charSequence != null) { bVar.a = charSequence; } @@ -194,13 +194,13 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f863c; + charSequence = this.f862c; if (charSequence != null) { } return bVar; } alignment = Layout.Alignment.ALIGN_NORMAL; - bVar.f819c = alignment; + bVar.f818c = alignment; float f3 = this.e; int i6 = this.f; i = (f3 > -3.4028235E38f ? 1 : (f3 == -3.4028235E38f ? 0 : -1)); @@ -216,7 +216,7 @@ public final class h { } bVar.k = Math.min(f4, f); bVar.o = this.k; - charSequence = this.f863c; + charSequence = this.f862c; if (charSequence != null) { } return bVar; @@ -233,7 +233,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))); - f860c = Collections.unmodifiableMap(hashMap); + f859c = 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))); @@ -284,7 +284,7 @@ public final class h { break; case 2: for (String str3 : cVar.d) { - Map map = f860c; + Map map = f859c; if (map.containsKey(str3)) { spannableStringBuilder.setSpan(new ForegroundColorSpan(map.get(str3).intValue()), i2, length, 33); } else { @@ -318,7 +318,7 @@ public final class h { c4 = c3 != i3 ? c3 : 1; } int i8 = bVar.b.b - i7; - int i9 = bVar.f861c - i7; + int i9 = bVar.f860c - 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); @@ -496,10 +496,10 @@ public final class h { f fVar = list.get(i2); String str2 = cVar.a; Set set = cVar.d; - String str3 = cVar.f862c; - if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f858c.isEmpty() || !fVar.d.isEmpty()) { + String str3 = cVar.f861c; + if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f857c.isEmpty() || !fVar.d.isEmpty()) { int b2 = f.b(f.b(f.b(0, fVar.a, str, BasicMeasure.EXACTLY), fVar.b, str2, 2), fVar.d, str3, 4); - i = (b2 == -1 || !set.containsAll(fVar.f858c)) ? 0 : b2 + (fVar.f858c.size() * 4); + i = (b2 == -1 || !set.containsAll(fVar.f857c)) ? 0 : b2 + (fVar.f857c.size() * 4); } else { i = TextUtils.isEmpty(str2); } @@ -549,12 +549,12 @@ public final class h { sb.append(g.trim()); g = wVar.g(); } - eVar.f863c = f(str, sb.toString(), list); + eVar.f862c = f(str, sb.toString(), list); return new g(eVar.a().a(), eVar.a, eVar.b); } catch (NumberFormatException unused) { - StringBuilder K = c.d.b.a.a.K("Skipping cue with bad header: "); - K.append(matcher.group()); - Log.w("WebvttCueParser", K.toString()); + StringBuilder L = c.d.b.a.a.L("Skipping cue with bad header: "); + L.append(matcher.group()); + Log.w("WebvttCueParser", L.toString()); return null; } } @@ -650,9 +650,9 @@ public final class h { Log.w("WebvttCueParser", "Unknown cue setting " + group + ":" + group2); } } catch (NumberFormatException unused) { - StringBuilder K = c.d.b.a.a.K("Skipping bad cue setting: "); - K.append(matcher.group()); - Log.w("WebvttCueParser", K.toString()); + StringBuilder L = c.d.b.a.a.L("Skipping bad cue setting: "); + L.append(matcher.group()); + Log.w("WebvttCueParser", L.toString()); } } } @@ -923,7 +923,7 @@ public final class h { i = 0; break; default: - c.d.b.a.a.g0("Invalid anchor value: ", substring, "WebvttCueParser"); + c.d.b.a.a.h0("Invalid anchor value: ", substring, "WebvttCueParser"); i = Integer.MIN_VALUE; break; } @@ -998,7 +998,7 @@ public final class h { case 4: break; default: - c.d.b.a.a.g0("Invalid anchor value: ", substring, "WebvttCueParser"); + c.d.b.a.a.h0("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 51a7d4c5f3..fd561ebebf 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 @@ -38,7 +38,7 @@ public final class i extends d { String sb; w wVar = this.n; wVar.a = bArr; - wVar.f917c = i; + wVar.f916c = i; int i2 = 0; wVar.b = 0; ArrayList arrayList2 = new ArrayList(); @@ -74,7 +74,7 @@ public final class i extends d { this.n.g(); c cVar2 = this.o; w wVar3 = this.n; - cVar2.f857c.setLength(i2); + cVar2.f856c.setLength(i2); int i5 = wVar3.b; do { } while (!TextUtils.isEmpty(wVar3.g())); @@ -83,7 +83,7 @@ public final class i extends d { ArrayList arrayList3 = new ArrayList(); while (true) { w wVar4 = cVar2.b; - StringBuilder sb2 = cVar2.f857c; + StringBuilder sb2 = cVar2.f856c; c.c(wVar4); if (wVar4.a() >= 5 && "::cue".equals(wVar4.p(5))) { int i6 = wVar4.b; @@ -94,7 +94,7 @@ public final class i extends d { str = ""; } else if ("(".equals(b)) { int i7 = wVar4.b; - int i8 = wVar4.f917c; + int i8 = wVar4.f916c; boolean z3 = false; while (i7 < i8 && !z3) { int i9 = i7 + 1; @@ -106,7 +106,7 @@ public final class i extends d { } else { str = null; } - if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f857c))) { + if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f856c))) { break; } f fVar = new f(); @@ -137,7 +137,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.f858c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); + fVar.f857c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); } } boolean z5 = false; @@ -145,12 +145,12 @@ public final class i extends d { while (!z5) { w wVar5 = cVar2.b; int i13 = wVar5.b; - String b2 = c.b(wVar5, cVar2.f857c); + String b2 = c.b(wVar5, cVar2.f856c); boolean z6 = b2 == null || "}".equals(b2); if (!z6) { cVar2.b.D(i13); w wVar6 = cVar2.b; - StringBuilder sb3 = cVar2.f857c; + StringBuilder sb3 = cVar2.f856c; 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 8968b5d403..c1bb1b7c45 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 K = a.K("Expected WEBVTT. Got "); - K.append(wVar.g()); - throw new ParserException(K.toString()); + StringBuilder L = a.L("Expected WEBVTT. Got "); + L.append(wVar.g()); + throw new ParserException(L.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 abec14b939..eea50ae09b 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.f859c; + jArr[i2 + 1] = gVar.f858c; } 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 24cdac481f..c721ffe9f2 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.f2275c; + int[] iArr = DefaultTrackSelector.f2279c; 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 f3b493e466..78a67a6304 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.f2275c; + int[] iArr = DefaultTrackSelector.f2279c; 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 aa042c3722..871f1d7ca3 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[] f864c; + public final int[] f863c; 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.f864c = new int[this.b]; + this.f863c = new int[this.b]; int i2 = 0; while (true) { int i3 = this.b; if (i2 < i3) { - int[] iArr2 = this.f864c; + int[] iArr2 = this.f863c; 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.f864c, eVar.f864c); + return this.a == eVar.a && Arrays.equals(this.f863c, eVar.f863c); } @Override // c.i.a.c.f2.j public final int f(int i) { - return this.f864c[i]; + return this.f863c[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.f864c) + (System.identityHashCode(this.a) * 31); + this.e = Arrays.hashCode(this.f863c) + (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.f864c.length; + return this.f863c.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 38f11919cc..7568dd73f2 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 f865c; + public final int f864c; @Nullable public final Object d; public a(TrackGroup trackGroup, int... iArr) { this.a = trackGroup; this.b = iArr; - this.f865c = 0; + this.f864c = 0; this.d = null; } public a(TrackGroup trackGroup, int[] iArr, int i, @Nullable Object obj) { this.a = trackGroup; this.b = iArr; - this.f865c = i; + this.f864c = 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 5e2fce0f50..ea26073c74 100644 --- a/app/src/main/java/c/i/a/c/f2/i.java +++ b/app/src/main/java/c/i/a/c/f2/i.java @@ -46,13 +46,13 @@ public abstract class i extends l { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final TrackGroupArray[] f866c; + public final TrackGroupArray[] f865c; 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.f866c = trackGroupArrayArr; + this.f865c = trackGroupArrayArr; this.e = iArr3; this.d = iArr2; this.a = iArr.length; @@ -201,12 +201,12 @@ public abstract class i extends l { while (i24 < i23) { if (2 == aVar7.b[i24]) { if (!z11) { - TrackGroupArray trackGroupArray4 = aVar7.f866c[i24]; + TrackGroupArray trackGroupArray4 = aVar7.f865c[i24]; int[][] iArr16 = iArr12[i24]; int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2279z && (i25 & i26) != 0; + boolean z12 = parameters6.f2283z && (i25 & i26) != 0; DefaultTrackSelector.Parameters parameters7 = parameters6; int i27 = 0; while (true) { @@ -220,7 +220,7 @@ public abstract class i extends l { iArr7 = iArr13; int i29 = parameters7.r; iArr6 = iArr12; - int i30 = parameters7.f2276s; + int i30 = parameters7.f2280s; i9 = i23; int i31 = parameters7.t; z5 = z10; @@ -230,7 +230,7 @@ public abstract class i extends l { aVarArr = aVarArr2; int i34 = parameters7.w; i8 = i24; - int i35 = parameters7.f2277x; + int i35 = parameters7.f2281x; iArr8 = iArr16; int i36 = parameters7.B; parameters4 = parameters5; @@ -238,12 +238,12 @@ public abstract class i extends l { boolean z13 = parameters7.D; trackGroupArray2 = trackGroupArray4; if (trackGroup4.i < 2) { - iArr9 = DefaultTrackSelector.f2275c; + iArr9 = DefaultTrackSelector.f2279c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2275c; + iArr9 = DefaultTrackSelector.f2279c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -301,7 +301,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2275c : c.k0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2279c : c.k0(list); if (iArr9.length <= 0) { aVar5 = new g.a(trackGroup4, iArr9); break; @@ -354,7 +354,7 @@ public abstract class i extends l { Format format = trackGroup6.j[i44]; if ((format.m & 16384) == 0 && DefaultTrackSelector.e(iArr18[i44], parameters4.O)) { DefaultTrackSelector.e eVar3 = new DefaultTrackSelector.e(format, parameters4, iArr18[i44], ((ArrayList) d2).contains(Integer.valueOf(i44))); - if ((eVar3.i || parameters4.f2278y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2282y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { i43 = i44; trackGroup7 = trackGroup6; eVar2 = eVar3; @@ -386,7 +386,7 @@ public abstract class i extends l { parameters3 = parameters5; } aVar7 = aVar6; - z10 = z5 | (aVar6.f866c[i8].j > 0); + z10 = z5 | (aVar6.f865c[i8].j > 0); } else { defaultTrackSelector = defaultTrackSelector2; i9 = i23; @@ -413,7 +413,7 @@ public abstract class i extends l { while (i47 < i45) { if (1 == aVar7.b[i47]) { boolean z14 = parameters6.Q || !z10; - TrackGroupArray trackGroupArray5 = aVar7.f866c[i47]; + TrackGroupArray trackGroupArray5 = aVar7.f865c[i47]; int[][] iArr19 = iArr12[i47]; int i48 = iArr13[i47]; DefaultTrackSelector.a aVar9 = null; @@ -555,7 +555,7 @@ public abstract class i extends l { str = str8; parameters = parameters9; } else if (i60 != 3) { - TrackGroupArray trackGroupArray6 = aVar13.f866c[i58]; + TrackGroupArray trackGroupArray6 = aVar13.f865c[i58]; int[][] iArr23 = iArr12[i58]; TrackGroup trackGroup10 = null; DefaultTrackSelector.b bVar = null; @@ -595,7 +595,7 @@ public abstract class i extends l { str = str8; } else { parameters = parameters9; - TrackGroupArray trackGroupArray7 = aVar13.f866c[i58]; + TrackGroupArray trackGroupArray7 = aVar13.f865c[i58]; int[][] iArr25 = iArr12[i58]; TrackGroup trackGroup13 = null; DefaultTrackSelector.d dVar2 = null; @@ -661,7 +661,7 @@ public abstract class i extends l { if (parameters9.S.get(i69)) { aVarArr2[i69] = null; } else { - TrackGroupArray trackGroupArray8 = aVar13.f866c[i69]; + TrackGroupArray trackGroupArray8 = aVar13.f865c[i69]; Map map = parameters9.R.get(i69); if (map != null && map.containsKey(trackGroupArray8)) { Map map2 = parameters9.R.get(i69); @@ -809,7 +809,7 @@ public abstract class i extends l { int[] iArr29 = aVar19.b; if (iArr29.length != 0) { if (iArr29.length == 1) { - gVar = new h(aVar19.a, iArr29[0], aVar19.f865c, aVar19.d); + gVar = new h(aVar19.a, iArr29[0], aVar19.f864c, aVar19.d); } else { long j = (long) 25000; gVar = new d(aVar19.a, iArr29, dVar5, (long) 10000, j, j, 0.7f, 0.75f, l.get(i84), c.i.a.c.i2.g.a); @@ -844,7 +844,7 @@ public abstract class i extends l { if (i89 == 1) { if (gVar2 != null) { int[][] iArr30 = iArr12[i86]; - int a2 = aVar13.f866c[i86].a(gVar2.a()); + int a2 = aVar13.f865c[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 405e5cf363..67ff5f8962 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 f867c; + public int f866c; public k(j... jVarArr) { this.b = jVarArr; @@ -26,9 +26,9 @@ public final class k { } public int hashCode() { - if (this.f867c == 0) { - this.f867c = 527 + Arrays.hashCode(this.b); + if (this.f866c == 0) { + this.f866c = 527 + Arrays.hashCode(this.b); } - return this.f867c; + return this.f866c; } } 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 b906743106..5eda908f68 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[] f868c; + public final g[] f867c; @Nullable public final Object d; public m(m1[] m1VarArr, g[] gVarArr, @Nullable Object obj) { this.b = m1VarArr; - this.f868c = (g[]) gVarArr.clone(); + this.f867c = (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.f868c[i], mVar.f868c[i]); + return mVar != null && f0.a(this.b[i], mVar.b[i]) && f0.a(this.f867c[i], mVar.f867c[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 fea1f10a06..0c9a376c84 100644 --- a/app/src/main/java/c/i/a/c/g0.java +++ b/app/src/main/java/c/i/a/c/g0.java @@ -27,7 +27,7 @@ public abstract class g0 implements k1, l1 { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f869s; + public boolean f868s; public g0(int i) { this.i = i; @@ -71,9 +71,9 @@ public abstract class g0 implements k1, l1 { } else if (a == -5) { Format format = s0Var.b; Objects.requireNonNull(format); - if (format.f2233x != RecyclerView.FOREVER_NS) { + if (format.f2237x != RecyclerView.FOREVER_NS) { Format.b a2 = format.a(); - a2.o = format.f2233x + this.p; + a2.o = format.f2237x + this.p; s0Var.b = a2.a(); } } @@ -228,14 +228,14 @@ public abstract class g0 implements k1, l1 { /* JADX WARNING: Removed duplicated region for block: B:17:0x0027 */ public final ExoPlaybackException z(Throwable th, @Nullable Format format, boolean z2) { int i; - if (format != null && !this.f869s) { - this.f869s = true; + if (format != null && !this.f868s) { + this.f868s = true; boolean z3 = false; try { i = a(format) & 7; } catch (ExoPlaybackException unused) { } finally { - this.f869s = z3; + this.f868s = 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 cfbb70a72c..c5336933c8 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.f870c.compareTo(cVar2.f870c); + int compareTo = cVar.f869c.compareTo(cVar2.f869c); 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 99b7379c9b..3030792518 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.f870c.compareTo(cVar.f870c); + int compareTo = cVar2.f869c.compareTo(cVar.f869c); 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 d7dc37d3ff..8681cd4ff7 100644 --- a/app/src/main/java/c/i/a/c/g2/g.java +++ b/app/src/main/java/c/i/a/c/g2/g.java @@ -109,7 +109,7 @@ public final class g extends View implements SubtitleView.a { c.b a = cVar.a(); a.g = -3.4028235E38f; a.h = Integer.MIN_VALUE; - a.f819c = null; + a.f818c = null; if (cVar.f == 0) { a.d = 1.0f - cVar.e; a.e = 0; @@ -140,7 +140,7 @@ public final class g extends View implements SubtitleView.a { if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2)))) { } jVar.i = cVar.b; - jVar.j = cVar.f818c; + jVar.j = cVar.f817c; jVar.k = cVar.d; jVar.l = cVar.e; jVar.m = cVar.f; @@ -149,15 +149,15 @@ public final class g extends View implements SubtitleView.a { jVar.p = cVar.i; jVar.q = cVar.j; jVar.r = cVar.k; - jVar.f872s = bVar.b; - jVar.t = bVar.f817c; + jVar.f871s = bVar.b; + jVar.t = bVar.f816c; jVar.u = i8; jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f873x = t2; - jVar.f874y = t22; - jVar.f875z = f4; + jVar.f872x = t2; + jVar.f873y = t22; + jVar.f874z = f4; jVar.A = paddingLeft; jVar.B = paddingTop; jVar.C = width; @@ -194,7 +194,7 @@ public final class g extends View implements SubtitleView.a { charSequence = jVar.i; i6 = size; charSequence2 = cVar.b; - if (!(charSequence != charSequence2 || (charSequence != null && charSequence.equals(charSequence2))) && f0.a(jVar.j, cVar.f818c) && 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.f872s == bVar.b && jVar.t == bVar.f817c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f873x == t2 && jVar.f874y == t22 && jVar.f875z == 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.f817c) && 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.f871s == bVar.b && jVar.t == bVar.f816c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f872x == t2 && jVar.f873y == t22 && jVar.f874z == f4 && jVar.A == paddingLeft && jVar.B == paddingTop && jVar.C == width && jVar.D == paddingBottom) { jVar.a(canvas3, z4); canvas2 = canvas3; i5 = paddingLeft; @@ -204,7 +204,7 @@ public final class g extends View implements SubtitleView.a { f = t2; } else { jVar.i = cVar.b; - jVar.j = cVar.f818c; + jVar.j = cVar.f817c; jVar.k = cVar.d; jVar.l = cVar.e; jVar.m = cVar.f; @@ -213,15 +213,15 @@ public final class g extends View implements SubtitleView.a { jVar.p = cVar.i; jVar.q = cVar.j; jVar.r = cVar.k; - jVar.f872s = bVar.b; - jVar.t = bVar.f817c; + jVar.f871s = bVar.b; + jVar.t = bVar.f816c; jVar.u = i8; jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f873x = t2; - jVar.f874y = t22; - jVar.f875z = f4; + jVar.f872x = t2; + jVar.f873y = t22; + jVar.f874z = f4; jVar.A = paddingLeft; jVar.B = paddingTop; jVar.C = width; @@ -232,8 +232,8 @@ public final class g extends View implements SubtitleView.a { SpannableStringBuilder spannableStringBuilder = charSequence3 instanceof SpannableStringBuilder ? (SpannableStringBuilder) charSequence3 : new SpannableStringBuilder(jVar.i); int i20 = jVar.C - jVar.A; int i21 = jVar.D - jVar.B; - jVar.f.setTextSize(jVar.f873x); - int i22 = (int) ((jVar.f873x * 0.125f) + 0.5f); + jVar.f.setTextSize(jVar.f872x); + int i22 = (int) ((jVar.f872x * 0.125f) + 0.5f); int i23 = i22 * 2; int i24 = i20 - i23; float f5 = jVar.q; @@ -253,11 +253,11 @@ public final class g extends View implements SubtitleView.a { } else { i5 = paddingLeft; i4 = paddingTop; - if (jVar.f874y > 0.0f) { + if (jVar.f873y > 0.0f) { i3 = width; i2 = paddingBottom; i10 = 0; - spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f874y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); + spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f873y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); } else { i3 = width; i2 = paddingBottom; @@ -365,7 +365,7 @@ public final class g extends View implements SubtitleView.a { if (i15 > i16) { } } else { - i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f875z)); + i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f874z)); } i13 = i14; jVar.E = new StaticLayout(spannableStringBuilder, jVar.f, i33, alignment, jVar.d, jVar.e, true); 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 b5400af597..9ed1bfb60b 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 f870c; + public final String f869c; public final String d; public c(int i, int i2, String str, String str2, a aVar) { this.a = i; this.b = i2; - this.f870c = str; + this.f869c = 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 a78cf620e0..6e8d176ffe 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 f871c; + public final float f870c; 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 f872s; + public int f871s; public int t; public int u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public float f873x; + public float f872x; /* renamed from: y reason: collision with root package name */ - public float f874y; + public float f873y; /* renamed from: z reason: collision with root package name */ - public float f875z; + public float f874z; 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.f871c = round; + this.f870c = 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.f871c; + float f2 = this.f870c; 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.f872s); + this.f.setColor(this.f871s); 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.f872s); + this.f.setColor(this.f871s); 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 5dc57dead7..d3c672410f 100644 --- a/app/src/main/java/c/i/a/c/g2/n.java +++ b/app/src/main/java/c/i/a/c/g2/n.java @@ -174,7 +174,7 @@ public final class n extends FrameLayout implements SubtitleView.a { HashMap hashMap = new HashMap(); String str19 = "default_bg"; String str20 = "background-color:%s;"; - hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.G2(nVar.l.f817c))); + hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.G2(nVar.l.f816c))); 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.f818c; + Layout.Alignment alignment = cVar2.f817c; String str21 = "center"; if (alignment == null) { i3 = 2; @@ -372,7 +372,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } else { sb2.append("sesame"); } - str16 = f0.k("", sb2.toString(), cVar3.f844c != 2 ? "over right" : "under left"); + str16 = f0.k("", sb2.toString(), cVar3.f843c != 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 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(); + 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(); } 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.f870c); + sb3.append(cVar6.f869c); } i18++; i19 = keyAt; @@ -657,7 +657,7 @@ public final class n extends FrameLayout implements SubtitleView.a { } sb4.append(""); sb.insert(0, sb4.toString()); - this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1270c), 1), "text/html", "base64"); + this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1269c), 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 1faf0c1f94..268068e50a 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[] f876c = new float[16]; + public final float[] f875c = 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.f876c, fArr3); + c.a(this.f875c, fArr3); this.g = true; } float[] fArr4 = this.b; System.arraycopy(fArr3, 0, fArr4, 0, fArr4.length); - Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f876c, 0); + Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f875c, 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 a0f340af0a..cc886d192a 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[] f877c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; + public static final float[] f876c = {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 f878c; + public final FloatBuffer f877c; public final int d; public a(d.b bVar) { - float[] fArr = bVar.f932c; + float[] fArr = bVar.f931c; this.a = fArr.length / 3; this.b = AnimatableValueParser.O(fArr); - this.f878c = AnimatableValueParser.O(bVar.d); + this.f877c = 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 e05a49a37c..1d976ef3a4 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 @@ -25,7 +25,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 f879c = new e(); + public final e f878c = new e(); public final c d = new c(); public final d0 e = new d0<>(); public final d0 f = new d0<>(); @@ -40,14 +40,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.f930c.a(j, fArr); + this.d.f929c.a(j, fArr); } @Override // c.i.a.c.j2.x.a public void b() { this.e.b(); c cVar = this.d; - cVar.f930c.b(); + cVar.f929c.b(); cVar.d = false; this.b.set(true); } @@ -88,7 +88,7 @@ public final class f implements s, a { if (f4 == 1886547818) { wVar.E(8); int i8 = wVar.b; - int i9 = wVar.f917c; + int i9 = wVar.f916c; while (true) { if (i8 >= i9) { break; @@ -245,7 +245,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.f879c; + e eVar = this.f878c; 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 762b65f070..a56ccf1907 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 f880s; + public boolean f879s; 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.f930c.e(l.longValue()); + float[] e = cVar.f929c.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.f879c; + e eVar = fVar.f878c; Objects.requireNonNull(eVar); if (e.a(e2)) { - eVar.h = e2.f931c; + eVar.h = e2.f930c; 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.f879c; + e eVar2 = fVar.f878c; 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.f877c, 0); + GLES20.glUniformMatrix3fv(eVar2.m, 1, false, i2 == 1 ? e.d : i2 == 2 ? e.f : e.f876c, 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.f878c); + GLES20.glVertexAttribPointer(eVar2.o, 2, 5126, false, 8, (Buffer) aVar2.f877c); 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.f880s; + boolean z2 = this.r && this.f879s; 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.f880s = false; + this.f879s = false; a(); super.onPause(); } @@ -260,7 +260,7 @@ public final class h extends GLSurfaceView { @Override // android.opengl.GLSurfaceView public void onResume() { super.onResume(); - this.f880s = true; + this.f879s = 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 63dc84d262..d6cc4eac99 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 f882c = new UUID(-2129748144642739255L, 8654423357094679310L); + public static final UUID f881c = 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 43bdba8e82..90aa95f416 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 f883c; + public final g f882c; 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.f883c = gVar; + this.f882c = 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.f883c.c() + j; + long c2 = this.f882c.c() + j; while (true) { z2 = this.k; if (z2 || j <= 0) { break; } wait(j); - j = c2 - this.f883c.c(); + j = c2 - this.f882c.c(); } if (!z2) { throw new TimeoutException("Message delivery timed out."); diff --git a/app/src/main/java/c/i/a/c/h2/a.java b/app/src/main/java/c/i/a/c/h2/a.java index 68566e4f3e..25cfb410e8 100644 --- a/app/src/main/java/c/i/a/c/h2/a.java +++ b/app/src/main/java/c/i/a/c/h2/a.java @@ -13,12 +13,12 @@ import java.util.List; import java.util.NoSuchElementException; /* compiled from: lambda */ public final /* synthetic */ class a implements Runnable { - public final /* synthetic */ d.a.C0094a.C0095a i; + public final /* synthetic */ d.a.C0095a.C0096a i; public final /* synthetic */ int j; public final /* synthetic */ long k; public final /* synthetic */ long l; - public /* synthetic */ a(d.a.C0094a.C0095a aVar, int i, long j, long j2) { + public /* synthetic */ a(d.a.C0095a.C0096a aVar, int i, long j, long j2) { this.i = aVar; this.j = i; this.k = j; @@ -30,7 +30,7 @@ public final /* synthetic */ class a implements Runnable { y.a aVar; y.a aVar2; y.a next; - d.a.C0094a.C0095a aVar3 = this.i; + d.a.C0095a.C0096a aVar3 = this.i; int i = this.j; long j = this.k; long j2 = this.l; 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 70089334b9..e4b134e3bb 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 @@ -12,30 +12,30 @@ public interface d { /* compiled from: BandwidthMeter */ /* renamed from: c.i.a.c.h2.d$a$a reason: collision with other inner class name */ - public static final class C0094a { - public final CopyOnWriteArrayList a = new CopyOnWriteArrayList<>(); + public static final class C0095a { + public final CopyOnWriteArrayList a = new CopyOnWriteArrayList<>(); /* compiled from: BandwidthMeter */ /* renamed from: c.i.a.c.h2.d$a$a$a reason: collision with other inner class name */ - public static final class C0095a { + public static final class C0096a { public final Handler a; public final a b; /* renamed from: c reason: collision with root package name */ - public boolean f884c; + public boolean f883c; - public C0095a(Handler handler, a aVar) { + public C0096a(Handler handler, a aVar) { this.a = handler; this.b = aVar; } } public void a(a aVar) { - Iterator it = this.a.iterator(); + Iterator it = this.a.iterator(); while (it.hasNext()) { - C0095a next = it.next(); + C0096a next = it.next(); if (next.b == aVar) { - next.f884c = true; + next.f883c = 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 d4576c6bc9..2e6b1bc52e 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 f885c; + public int f884c; @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.f885c++; + this.f884c++; } } @@ -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.f885c; i3++) { + for (int i3 = 0; i3 < this.f884c; 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.f885c; i2++) { + for (int i2 = 0; i2 < this.f884c; 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.f885c; i++) { + for (int i = 0; i < this.f884c; 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.f885c; i++) { + for (int i = 0; i < this.f884c; i++) { this.b.get(i).b(this, lVar, this.a); } } diff --git a/app/src/main/java/c/i/a/c/h2/l.java b/app/src/main/java/c/i/a/c/h2/l.java index a2b2d845b7..9f0bd696a0 100644 --- a/app/src/main/java/c/i/a/c/h2/l.java +++ b/app/src/main/java/c/i/a/c/h2/l.java @@ -13,7 +13,7 @@ public final class l { public final long b; /* renamed from: c reason: collision with root package name */ - public final int f886c; + public final int f885c; @Nullable public final byte[] d; public final Map e; @@ -32,7 +32,7 @@ public final class l { public long b; /* renamed from: c reason: collision with root package name */ - public int f887c; + public int f886c; @Nullable public byte[] d; public Map e; @@ -47,7 +47,7 @@ public final class l { public b(l lVar, a aVar) { this.a = lVar.a; this.b = lVar.b; - this.f887c = lVar.f886c; + this.f886c = lVar.f885c; this.d = lVar.d; this.e = lVar.e; this.f = lVar.f; @@ -59,7 +59,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.f887c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); + return new l(this.a, this.b, this.f886c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); } } @@ -74,7 +74,7 @@ public final class l { AnimatableValueParser.k(z2); this.a = uri; this.b = j; - this.f886c = i; + this.f885c = i; this.d = (bArr2 == null || bArr2.length == 0) ? null : bArr2; this.e = Collections.unmodifiableMap(new HashMap(map)); this.f = j2; @@ -106,17 +106,17 @@ public final class l { } public String toString() { - StringBuilder K = c.d.b.a.a.K("DataSpec["); - K.append(b(this.f886c)); - 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, "]"); + StringBuilder L = c.d.b.a.a.L("DataSpec["); + L.append(b(this.f885c)); + 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.w(L, 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 4964496602..ab3c6e797d 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[] f888c; + public final c[] f887c; 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.f888c = new c[1]; + this.f887c = 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 4776fa3579..1e6c1447a9 100644 --- a/app/src/main/java/c/i/a/c/h2/n.java +++ b/app/src/main/java/c/i/a/c/h2/n.java @@ -31,7 +31,7 @@ public final class n implements d, x { public static final u b = u.u(6100000L, 3800000L, 2100000L, 1300000L, 590000L); /* renamed from: c reason: collision with root package name */ - public static final u f889c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); + public static final u f888c = 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); @@ -40,7 +40,7 @@ public final class n implements d, x { @Nullable public final Context h; public final w i; - public final d.a.C0094a j; + public final d.a.C0095a j; public final z k; public final g l; public int m; @@ -51,7 +51,7 @@ public final class n implements d, x { public long r; /* renamed from: s reason: collision with root package name */ - public long f890s; + public long f889s; public long t; /* compiled from: DefaultBandwidthMeter */ @@ -60,12 +60,12 @@ public final class n implements d, x { public final Handler b = new Handler(Looper.getMainLooper()); /* renamed from: c reason: collision with root package name */ - public final ArrayList> f891c = new ArrayList<>(); + public final ArrayList> f890c = new ArrayList<>(); public final void a() { - for (int size = this.f891c.size() - 1; size >= 0; size--) { - if (this.f891c.get(size).get() == null) { - this.f891c.remove(size); + for (int size = this.f890c.size() - 1; size >= 0; size--) { + if (this.f890c.get(size).get() == null) { + this.f890c.remove(size); } } } @@ -78,15 +78,15 @@ public final class n implements d, x { if (nVar.p != q) { nVar.p = q; if (q != 1 && q != 0 && q != 8) { - nVar.f890s = nVar.i(q); + nVar.f889s = nVar.i(q); long c2 = nVar.l.c(); - nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f890s); + nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f889s); nVar.n = c2; nVar.o = 0; nVar.r = 0; nVar.q = 0; z zVar = nVar.k; - zVar.f919c.clear(); + zVar.f918c.clear(); zVar.e = -1; zVar.f = 0; zVar.g = 0; @@ -99,8 +99,8 @@ public final class n implements d, x { public synchronized void onReceive(Context context, Intent intent) { if (!isInitialStickyBroadcast()) { a(); - for (int i = 0; i < this.f891c.size(); i++) { - n nVar = this.f891c.get(i).get(); + for (int i = 0; i < this.f890c.size(); i++) { + n nVar = this.f890c.get(i).get(); if (nVar != null) { b(nVar); } @@ -137,12 +137,12 @@ public final class n implements d, x { } wVar = aVar2.a(); this.i = wVar; - this.j = new d.a.C0094a(); + this.j = new d.a.C0095a(); this.k = new z(i); this.l = gVar; int q = context == null ? 0 : f0.q(context); this.p = q; - this.f890s = i(q); + this.f889s = i(q); if (context != null && z2) { a aVar3 = a.a; synchronized (a.class) { @@ -156,7 +156,7 @@ public final class n implements d, x { } synchronized (aVar) { aVar.a(); - aVar.f891c.add(new WeakReference<>(this)); + aVar.f890c.add(new WeakReference<>(this)); aVar.b.post(new b(aVar, this)); } } @@ -422,9 +422,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 >= Permission.VIEW_GUILD_ANALYTICS) { - this.f890s = (long) this.k.b(0.5f); + this.f889s = (long) this.k.b(0.5f); } - k(i, this.o, this.f890s); + k(i, this.o, this.f889s); this.n = c2; this.o = 0; } @@ -461,10 +461,10 @@ public final class n implements d, x { @Override // c.i.a.c.h2.d public void f(Handler handler, d.a aVar) { - d.a.C0094a aVar2 = this.j; + d.a.C0095a aVar2 = this.j; Objects.requireNonNull(aVar2); aVar2.a(aVar); - aVar2.a.add(new d.a.C0094a.C0095a(handler, aVar)); + aVar2.a.add(new d.a.C0095a.C0096a(handler, aVar)); } @Override // c.i.a.c.h2.x @@ -485,10 +485,10 @@ public final class n implements d, x { public final void k(int i, long j, long j2) { if (i != 0 || j != 0 || j2 != this.t) { this.t = j2; - Iterator it = this.j.a.iterator(); + Iterator it = this.j.a.iterator(); while (it.hasNext()) { - d.a.C0094a.C0095a next = it.next(); - if (!next.f884c) { + d.a.C0095a.C0096a next = it.next(); + if (!next.f883c) { 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 b22fa86c95..18b44b6bec 100644 --- a/app/src/main/java/c/i/a/c/h2/o.java +++ b/app/src/main/java/c/i/a/c/h2/o.java @@ -25,7 +25,7 @@ public final class o implements j { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final j f892c; + public final j f891c; @Nullable public j d; @Nullable @@ -46,7 +46,7 @@ public final class o implements j { public o(Context context, j jVar) { this.a = context.getApplicationContext(); Objects.requireNonNull(jVar); - this.f892c = jVar; + this.f891c = jVar; } @Override // c.i.a.c.h2.j @@ -103,7 +103,7 @@ public final class o implements j { throw new RuntimeException("Error instantiating RTMP extension", e); } if (this.g == null) { - this.g = this.f892c; + this.g = this.f891c; } } this.k = this.g; @@ -129,7 +129,7 @@ public final class o implements j { } this.k = this.j; } else { - this.k = this.f892c; + this.k = this.f891c; } return this.k.a(lVar); } @@ -150,7 +150,7 @@ public final class o implements j { @Override // c.i.a.c.h2.j public void d(x xVar) { Objects.requireNonNull(xVar); - this.f892c.d(xVar); + this.f891c.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 ca66e7fc33..64ba5440f2 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 @@ -56,7 +56,7 @@ public class q extends e implements j { public int r; /* renamed from: s reason: collision with root package name */ - public long f893s; + public long f892s; public long t; public long u; public long v; @@ -68,12 +68,12 @@ public class q extends e implements j { public String b; /* renamed from: c reason: collision with root package name */ - public int f894c = 8000; + public int f893c = 8000; public int d = 8000; /* renamed from: b */ public q a() { - return new q(this.b, this.f894c, this.d, false, this.a, null, null); + return new q(this.b, this.f893c, this.d, false, this.a, null, null); } } @@ -172,7 +172,7 @@ public class q extends e implements j { j = lVar.f; } j = 0; - this.f893s = j; + this.f892s = j; boolean equalsIgnoreCase = "gzip".equalsIgnoreCase(u.getHeaderField("Content-Encoding")); if (!equalsIgnoreCase) { long j3 = lVar.g; @@ -208,13 +208,13 @@ public class q extends e implements j { } } } - this.t = j2 == -1 ? j2 - this.f893s : -1; + this.t = j2 == -1 ? j2 - this.f892s : -1; } j2 = -1; headerField = u.getHeaderField("Content-Range"); if (!TextUtils.isEmpty(headerField)) { } - this.t = j2 == -1 ? j2 - this.f893s : -1; + this.t = j2 == -1 ? j2 - this.f892s : -1; } } else { this.t = lVar.g; @@ -345,7 +345,7 @@ public class q extends e implements j { HttpURLConnection v; l lVar2 = lVar; URL url = new URL(lVar2.a.toString()); - int i = lVar2.f886c; + int i = lVar2.f885c; byte[] bArr = lVar2.d; long j = lVar2.f; long j2 = lVar2.g; @@ -399,9 +399,9 @@ public class q extends e implements j { if (!(j == 0 && j2 == -1)) { String p = c.d.b.a.a.p("bytes=", j, "-"); if (j2 != -1) { - StringBuilder K = c.d.b.a.a.K(p); - K.append((j + j2) - 1); - p = K.toString(); + StringBuilder L = c.d.b.a.a.L(p); + L.append((j + j2) - 1); + p = L.toString(); } httpURLConnection.setRequestProperty("Range", p); } @@ -426,13 +426,13 @@ public class q extends e implements j { } public final void x() throws IOException { - if (this.u != this.f893s) { + if (this.u != this.f892s) { if (this.p == null) { this.p = new byte[4096]; } while (true) { long j = this.u; - long j2 = this.f893s; + long j2 = this.f892s; 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 4319c74a4d..6dbb047ebc 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 f895c = Uri.EMPTY; + public Uri f894c = 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.f895c = lVar.a; + this.f894c = lVar.a; this.d = Collections.emptyMap(); long a = this.a.a(lVar); Uri m = m(); Objects.requireNonNull(m); - this.f895c = m; + this.f894c = 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 853fd4f481..927be13497 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 f896c; + public boolean f895c; 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.f886c, 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.f885c, lVar2.d, lVar2.e, lVar2.f + 0, a, lVar2.h, lVar2.i, lVar2.j); } - this.f896c = true; + this.f895c = 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.f896c) { - this.f896c = z2; + if (this.f895c) { + this.f895c = 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 e027d98a79..2838bc7330 100644 --- a/app/src/main/java/c/i/a/c/h2/y/c.java +++ b/app/src/main/java/c/i/a/c/h2/y/c.java @@ -25,7 +25,7 @@ public final class c implements j { @Nullable /* renamed from: c reason: collision with root package name */ - public final j f897c; + public final j f896c; public final j d; public final g e = a.b; @Nullable @@ -48,7 +48,7 @@ public final class c implements j { public boolean r; /* renamed from: s reason: collision with root package name */ - public long f898s; + public long f897s; public long t; /* compiled from: CacheDataSource */ @@ -67,7 +67,7 @@ public final class c implements j { this.h = (i & 2) != 0; this.i = (i & 4) != 0 ? true : z2; this.d = jVar; - this.f897c = new w(jVar, hVar); + this.f896c = new w(jVar, hVar); this.f = null; } @@ -86,9 +86,9 @@ public final class c implements j { this.k = a3; Cache cache = this.a; Uri uri = a3.a; - byte[] bArr = ((n) cache.b(str)).f904c.get("exo_redir"); + byte[] bArr = ((n) cache.b(str)).f903c.get("exo_redir"); Uri uri2 = null; - String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1270c) : null; + String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1269c) : null; if (str2 != null) { uri2 = Uri.parse(str2); } @@ -137,9 +137,9 @@ public final class c implements j { this.j = null; this.n = 0; a aVar = this.f; - if (aVar != null && this.f898s > 0) { - aVar.b(this.a.h(), this.f898s); - this.f898s = 0; + if (aVar != null && this.f897s > 0) { + aVar.b(this.a.h(), this.f897s); + this.f897s = 0; } try { o(); @@ -252,7 +252,7 @@ public final class c implements j { a4.f = this.n; a4.g = j5; lVar2 = a4.a(); - jVar = this.f897c; + jVar = this.f896c; if (jVar == null) { jVar = this.d; this.a.i(hVar); @@ -303,7 +303,7 @@ public final class c implements j { mVar.b.remove("exo_redir"); } } - if (this.l == this.f897c) { + if (this.l == this.f896c) { this.a.c(str, mVar); } } @@ -328,7 +328,7 @@ public final class c implements j { int read = jVar.read(bArr, i, i2); if (read != -1) { if (q()) { - this.f898s += (long) read; + this.f897s += (long) read; } long j = (long) read; this.n += j; @@ -383,7 +383,7 @@ public final class c implements j { public final void s(String str) throws IOException { this.o = 0; - if (this.l == this.f897c) { + if (this.l == this.f896c) { 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 24e1b835a8..70a30bfe3c 100644 --- a/app/src/main/java/c/i/a/c/h2/y/f.java +++ b/app/src/main/java/c/i/a/c/h2/y/f.java @@ -20,7 +20,7 @@ public final class f { public final a b; /* renamed from: c reason: collision with root package name */ - public String f899c; + public String f898c; public f(a aVar) { this.b = aVar; @@ -47,8 +47,8 @@ public final class f { @WorkerThread public Map a() throws DatabaseIOException { try { - Objects.requireNonNull(this.f899c); - Cursor query = this.b.getReadableDatabase().query(this.f899c, a, null, null, null, null, null); + Objects.requireNonNull(this.f898c); + Cursor query = this.b.getReadableDatabase().query(this.f898c, a, null, null, null, null, null); HashMap hashMap = new HashMap(query.getCount()); while (query.moveToNext()) { hashMap.put(query.getString(0), new e(query.getLong(1), query.getLong(2))); @@ -64,15 +64,15 @@ public final class f { public void b(long j) throws DatabaseIOException { try { String hexString = Long.toHexString(j); - this.f899c = "ExoPlayerCacheFileMetadata" + hexString; + this.f898c = "ExoPlayerCacheFileMetadata" + hexString; if (AnimatableValueParser.Q0(this.b.getReadableDatabase(), 2, hexString) != 1) { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { AnimatableValueParser.A2(writableDatabase, 2, hexString, 1); - String str = this.f899c; + String str = this.f898c; writableDatabase.execSQL("DROP TABLE IF EXISTS " + str); - writableDatabase.execSQL("CREATE TABLE " + this.f899c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); + writableDatabase.execSQL("CREATE TABLE " + this.f898c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); writableDatabase.setTransactionSuccessful(); } finally { writableDatabase.endTransaction(); @@ -85,14 +85,14 @@ public final class f { @WorkerThread public void c(Set set) throws DatabaseIOException { - Objects.requireNonNull(this.f899c); + Objects.requireNonNull(this.f898c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { Iterator it = set.iterator(); while (it.hasNext()) { - writableDatabase.delete(this.f899c, "name = ?", new String[]{it.next()}); + writableDatabase.delete(this.f898c, "name = ?", new String[]{it.next()}); } writableDatabase.setTransactionSuccessful(); } finally { @@ -105,14 +105,14 @@ public final class f { @WorkerThread public void d(String str, long j, long j2) throws DatabaseIOException { - Objects.requireNonNull(this.f899c); + Objects.requireNonNull(this.f898c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); ContentValues contentValues = new ContentValues(); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, str); contentValues.put("length", Long.valueOf(j)); contentValues.put("last_touch_timestamp", Long.valueOf(j2)); - writableDatabase.replaceOrThrow(this.f899c, null, contentValues); + writableDatabase.replaceOrThrow(this.f898c, 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 eb23c717a9..0b0feb9140 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 K = a.K("["); - K.append(this.j); - K.append(", "); - return a.y(K, this.k, "]"); + StringBuilder L = a.L("["); + L.append(this.j); + L.append(", "); + return a.y(L, 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 ba8f68318a..224f849d35 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 f900c = new TreeSet<>(); + public final TreeSet f899c = 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.f900c.equals(iVar.f900c) && this.e.equals(iVar.e); + return this.a == iVar.a && this.b.equals(iVar.b) && this.f899c.equals(iVar.f899c) && 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 e59f489d8e..81bec26d7e 100644 --- a/app/src/main/java/c/i/a/c/h2/y/j.java +++ b/app/src/main/java/c/i/a/c/h2/y/j.java @@ -44,7 +44,7 @@ public class j { public final SparseArray b; /* renamed from: c reason: collision with root package name */ - public final SparseBooleanArray f901c; + public final SparseBooleanArray f900c; public final SparseBooleanArray d; public c e; @Nullable @@ -56,7 +56,7 @@ public class j { public final c.i.a.c.w1.a b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f902c = new SparseArray<>(); + public final SparseArray f901c = new SparseArray<>(); public String d; public String e; @@ -67,9 +67,9 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void a(i iVar, boolean z2) { if (z2) { - this.f902c.delete(iVar.a); + this.f901c.delete(iVar.a); } else { - this.f902c.put(iVar.a, null); + this.f901c.put(iVar.a, null); } } @@ -84,7 +84,7 @@ public class j { i(writableDatabase, iVar); } writableDatabase.setTransactionSuccessful(); - this.f902c.clear(); + this.f901c.clear(); } finally { writableDatabase.endTransaction(); } @@ -95,7 +95,7 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void c(i iVar) { - this.f902c.put(iVar.a, iVar); + this.f901c.put(iVar.a, iVar); } @Override // c.i.a.c.h2.y.j.c @@ -108,15 +108,15 @@ public class j { @Override // c.i.a.c.h2.y.j.c public void e(HashMap hashMap) throws IOException { - if (this.f902c.size() != 0) { + if (this.f901c.size() != 0) { try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); - for (int i = 0; i < this.f902c.size(); i++) { + for (int i = 0; i < this.f901c.size(); i++) { try { - i valueAt = this.f902c.valueAt(i); + i valueAt = this.f901c.valueAt(i); if (valueAt == null) { - int keyAt = this.f902c.keyAt(i); + int keyAt = this.f901c.keyAt(i); String str = this.e; Objects.requireNonNull(str); writableDatabase.delete(str, "id = ?", new String[]{Integer.toString(keyAt)}); @@ -128,7 +128,7 @@ public class j { } } writableDatabase.setTransactionSuccessful(); - this.f902c.clear(); + this.f901c.clear(); writableDatabase.endTransaction(); } catch (SQLException e) { throw new DatabaseIOException(e); @@ -163,7 +163,7 @@ public class j { */ @Override // c.i.a.c.h2.y.j.c public void g(HashMap hashMap, SparseArray sparseArray) throws IOException { - AnimatableValueParser.D(this.f902c.size() == 0); + AnimatableValueParser.D(this.f901c.size() == 0); try { SQLiteDatabase readableDatabase = this.b.getReadableDatabase(); String str = this.d; @@ -252,7 +252,7 @@ public class j { @Nullable /* renamed from: c reason: collision with root package name */ - public final SecretKeySpec f903c; + public final SecretKeySpec f902c; @Nullable public final SecureRandom d; public final f e; @@ -288,7 +288,7 @@ public class j { } this.a = z2; this.b = cipher; - this.f903c = secretKeySpec; + this.f902c = secretKeySpec; this.d = z2 ? new SecureRandom() : secureRandom; this.e = new f(file); } @@ -323,7 +323,7 @@ public class j { secureRandom.nextBytes(bArr); dataOutputStream2.write(bArr); try { - this.b.init(1, this.f903c, new IvParameterSpec(bArr)); + this.b.init(1, this.f902c, new IvParameterSpec(bArr)); dataOutputStream2.flush(); dataOutputStream2 = new DataOutputStream(new CipherOutputStream(yVar2, this.b)); } catch (InvalidAlgorithmParameterException | InvalidKeyException e) { @@ -412,7 +412,7 @@ public class j { IvParameterSpec ivParameterSpec = new IvParameterSpec(bArr); try { Cipher cipher = this.b; - SecretKeySpec secretKeySpec = this.f903c; + SecretKeySpec secretKeySpec = this.f902c; int i = f0.a; cipher.init(2, secretKeySpec, ivParameterSpec); dataInputStream2 = new DataInputStream(new CipherInputStream(bufferedInputStream, this.b)); @@ -546,7 +546,7 @@ public class j { AnimatableValueParser.D((aVar == null && file == null) ? false : true); this.a = new HashMap<>(); this.b = new SparseArray<>(); - this.f901c = new SparseBooleanArray(); + this.f900c = new SparseBooleanArray(); this.d = new SparseBooleanArray(); b bVar = null; a aVar2 = aVar != null ? new a(aVar) : null; @@ -587,7 +587,7 @@ public class j { } public static void b(n nVar, DataOutputStream dataOutputStream) throws IOException { - Set> entrySet = nVar.f904c.entrySet(); + Set> entrySet = nVar.f903c.entrySet(); dataOutputStream.writeInt(entrySet.size()); for (Map.Entry entry : entrySet) { dataOutputStream.writeUTF(entry.getKey()); @@ -648,7 +648,7 @@ public class j { public void f(String str) { i iVar = this.a.get(str); - if (iVar != null && iVar.f900c.isEmpty() && iVar.d.isEmpty()) { + if (iVar != null && iVar.f899c.isEmpty() && iVar.d.isEmpty()) { this.a.remove(str); int i = iVar.a; boolean z2 = this.d.get(i); @@ -659,18 +659,18 @@ public class j { return; } this.b.put(i, null); - this.f901c.put(i, true); + this.f900c.put(i, true); } } @WorkerThread public void g() throws IOException { this.e.e(this.a); - int size = this.f901c.size(); + int size = this.f900c.size(); for (int i = 0; i < size; i++) { - this.b.remove(this.f901c.keyAt(i)); + this.b.remove(this.f900c.keyAt(i)); } - this.f901c.clear(); + this.f900c.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 07a7bc4a2e..e88fc2ba6d 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).f904c.get("exo_len"); + byte[] bArr = ((n) lVar).f903c.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 cea5d90b60..7a4d16a41a 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 f904c; + public final Map f903c; public n() { this(Collections.emptyMap()); } public n(Map map) { - this.f904c = Collections.unmodifiableMap(map); + this.f903c = 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.f904c); + HashMap hashMap = new HashMap(this.f903c); 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.f1270c); + bArr = ((String) value2).getBytes(c.f1269c); } 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.f904c, hashMap) ? this : new n(hashMap); + return b(this.f903c, 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.f904c, ((n) obj).f904c); + return b(this.f903c, ((n) obj).f903c); } public int hashCode() { if (this.b == 0) { int i = 0; - for (Map.Entry entry : this.f904c.entrySet()) { + for (Map.Entry entry : this.f903c.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 a0e67accaf..bad45d210c 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.f905c.e(); + this.j.f904c.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 fa0f385604..7d04b9349d 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 f905c; + public final d f904c; 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.f905c = dVar; + this.f904c = 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 K = c.d.b.a.a.K("Failed to list cache directory files: "); - K.append(qVar.b); - String sb = K.toString(); + StringBuilder L = c.d.b.a.a.L("Failed to list cache directory files: "); + L.append(qVar.b); + String sb = L.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 K2 = c.d.b.a.a.K("Failed to create cache UID: "); - K2.append(qVar.b); - String sb2 = K2.toString(); + StringBuilder L2 = c.d.b.a.a.L("Failed to create cache UID: "); + L2.append(qVar.b); + String sb2 = L2.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 K3 = c.d.b.a.a.K("Failed to initialize cache indices: "); - K3.append(qVar.b); - String sb3 = K3.toString(); + StringBuilder L3 = c.d.b.a.a.L("Failed to initialize cache indices: "); + L3.append(qVar.b); + String sb3 = L3.toString(); p.b("SimpleCache", sb3, e4); qVar.k = new Cache.CacheException(sb3, e4); } @@ -177,7 +177,7 @@ public final class q implements Cache { m(this.b); r(); } - this.f905c.a(this, str, j, j2); + this.f904c.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).f900c.add(rVar); + this.d.d(rVar.i).f899c.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.f905c.d(this, rVar); + this.f904c.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.f900c.floor(rVar); + floor = iVar.f899c.floor(rVar); if (floor == null || floor.j + floor.k <= j) { - r ceiling = iVar.f900c.ceiling(rVar); + r ceiling = iVar.f899c.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.f900c.remove(hVar)) { + if (c2.f899c.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.f899c); + Objects.requireNonNull(fVar.f898c); try { - fVar.b.getWritableDatabase().delete(fVar.f899c, "name = ?", new String[]{name}); + fVar.b.getWritableDatabase().delete(fVar.f898c, "name = ?", new String[]{name}); } catch (SQLException e) { throw new DatabaseIOException(e); } } catch (IOException unused) { - c.d.b.a.a.g0("Failed to remove file index entry for: ", name, "SimpleCache"); + c.d.b.a.a.h0("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.f905c.b(this, hVar); + this.f904c.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.f900c.iterator(); + Iterator it = iVar.f899c.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.f900c.remove(rVar)); + AnimatableValueParser.D(iVar.f899c.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.f900c.add(rVar2); + iVar.f899c.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.f905c.c(this, rVar, rVar2); + this.f904c.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.f900c.add(rVar2); + iVar.f899c.add(rVar2); arrayList = this.f.get(rVar.i); if (arrayList != null) { } - this.f905c.c(this, rVar, rVar2); + this.f904c.c(this, rVar, rVar2); return rVar2; } } diff --git a/app/src/main/java/c/i/a/c/i2/a.java b/app/src/main/java/c/i/a/c/i2/a.java index 4fc49c9046..36344a7827 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.f912c = true; + cVar.f911c = 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 8e3e22e05b..1d7736dadd 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.f911c; + l lVar = oVar.f910c; o.b bVar = oVar.d; - if (!cVar.d && cVar.f912c) { + if (!cVar.d && cVar.f911c) { E e = cVar.b; cVar.b = (t) lVar.get(); - cVar.f912c = false; + cVar.f911c = 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 929cdc96ab..f568485de6 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).f920c, ((z.b) obj2).f920c); + return Float.compare(((z.b) obj).f919c, ((z.b) obj2).f919c); } } 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 0d5e741bb1..333f0a2007 100644 --- a/app/src/main/java/c/i/a/c/i2/d0.java +++ b/app/src/main/java/c/i/a/c/i2/d0.java @@ -10,18 +10,18 @@ public final class d0 { public V[] b = ((V[]) new Object[10]); /* renamed from: c reason: collision with root package name */ - public int f906c; + public int f905c; public int d; public synchronized void a(long j, V v) { int i = this.d; if (i > 0) { - if (j <= this.a[((this.f906c + i) - 1) % this.b.length]) { + if (j <= this.a[((this.f905c + i) - 1) % this.b.length]) { b(); } } c(); - int i2 = this.f906c; + int i2 = this.f905c; int i3 = this.d; V[] vArr = this.b; int length = (i2 + i3) % vArr.length; @@ -31,7 +31,7 @@ public final class d0 { } public synchronized void b() { - this.f906c = 0; + this.f905c = 0; this.d = 0; Arrays.fill(this.b, (Object) null); } @@ -42,18 +42,18 @@ public final class d0 { int i = length * 2; long[] jArr = new long[i]; V[] vArr = (V[]) new Object[i]; - int i2 = this.f906c; + int i2 = this.f905c; int i3 = length - i2; System.arraycopy(this.a, i2, jArr, 0, i3); - System.arraycopy(this.b, this.f906c, vArr, 0, i3); - int i4 = this.f906c; + System.arraycopy(this.b, this.f905c, vArr, 0, i3); + int i4 = this.f905c; if (i4 > 0) { System.arraycopy(this.a, 0, jArr, i3, i4); - System.arraycopy(this.b, 0, vArr, i3, this.f906c); + System.arraycopy(this.b, 0, vArr, i3, this.f905c); } this.a = jArr; this.b = vArr; - this.f906c = 0; + this.f905c = 0; } } @@ -62,7 +62,7 @@ public final class d0 { V v = null; long j2 = RecyclerView.FOREVER_NS; while (this.d > 0) { - long j3 = j - this.a[this.f906c]; + long j3 = j - this.a[this.f905c]; if (j3 < 0 && (z2 || (-j3) >= j2)) { break; } @@ -81,10 +81,10 @@ public final class d0 { public final V f() { AnimatableValueParser.D(this.d > 0); V[] vArr = this.b; - int i = this.f906c; + int i = this.f905c; V v = vArr[i]; vArr[i] = null; - this.f906c = (i + 1) % vArr.length; + this.f905c = (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 b8c80b2b4b..957913a9b9 100644 --- a/app/src/main/java/c/i/a/c/i2/e0.java +++ b/app/src/main/java/c/i/a/c/i2/e0.java @@ -12,7 +12,7 @@ public final class e0 { @GuardedBy("this") /* renamed from: c reason: collision with root package name */ - public long f907c = -9223372036854775807L; + public long f906c = -9223372036854775807L; public e0(long j) { this.a = j; @@ -22,14 +22,14 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - if (this.f907c != -9223372036854775807L) { - this.f907c = j; + if (this.f906c != -9223372036854775807L) { + this.f906c = j; } else { long j2 = this.a; if (j2 != RecyclerView.FOREVER_NS) { this.b = j2 - j; } - this.f907c = j; + this.f906c = j; notifyAll(); } return j + this.b; @@ -39,7 +39,7 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - long j2 = this.f907c; + long j2 = this.f906c; if (j2 != -9223372036854775807L) { long j3 = (j2 * 90000) / 1000000; long j4 = (Permission.REQUEST_TO_SPEAK + j3) / Permission.MANAGE_EVENTS; @@ -59,7 +59,7 @@ public final class e0 { j = -9223372036854775807L; if (this.a == RecyclerView.FOREVER_NS) { j = 0; - } else if (this.f907c != -9223372036854775807L) { + } else if (this.f906c != -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 3d57eeeb06..87f6f4160f 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 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()); + 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()); } } try { @@ -91,16 +91,16 @@ public final class f { } catch (FileNotFoundException e) { File parentFile = this.a.getParentFile(); if (parentFile == null || !parentFile.mkdirs()) { - StringBuilder K2 = c.d.b.a.a.K("Couldn't create "); - K2.append(this.a); - throw new IOException(K2.toString(), e); + StringBuilder L2 = c.d.b.a.a.L("Couldn't create "); + L2.append(this.a); + throw new IOException(L2.toString(), e); } try { return new a(this.a); } catch (FileNotFoundException e2) { - StringBuilder K3 = c.d.b.a.a.K("Couldn't create "); - K3.append(this.a); - throw new IOException(K3.toString(), e2); + StringBuilder L3 = c.d.b.a.a.L("Couldn't create "); + L3.append(this.a); + throw new IOException(L3.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 0a214dccf7..081583bbb4 100644 --- a/app/src/main/java/c/i/a/c/i2/f0.java +++ b/app/src/main/java/c/i/a/c/i2/f0.java @@ -36,7 +36,7 @@ public final class f0 { public static final String b; /* renamed from: c reason: collision with root package name */ - public static final String f908c; + public static final String f907c; public static final String d; public static final String e; public static final byte[] f = new byte[0]; @@ -55,7 +55,7 @@ public final class f0 { String str2 = Build.DEVICE; b = str2; String str3 = Build.MANUFACTURER; - f908c = str3; + f907c = str3; String str4 = Build.MODEL; d = str4; e = str2 + ", " + str4 + ", " + str3 + ", " + i2; @@ -105,9 +105,9 @@ public final class f0 { } String str4 = h.get(str2); if (str4 != null) { - StringBuilder K2 = a.K(str4); - K2.append(K.substring(str2.length())); - K = K2.toString(); + StringBuilder L = a.L(str4); + L.append(K.substring(str2.length())); + K = L.toString(); str2 = str4; } if (!("no".equals(str2) || "i".equals(str2) || "zh".equals(str2))) { @@ -311,11 +311,11 @@ public final class f0 { } public static String l(byte[] bArr) { - return new String(bArr, c.f1270c); + return new String(bArr, c.f1269c); } public static String m(byte[] bArr, int i2, int i3) { - return new String(bArr, i2, i3, c.f1270c); + return new String(bArr, i2, i3, c.f1269c); } public static int n(int i2) { @@ -493,7 +493,7 @@ public final class f0 { } public static byte[] w(String str) { - return str.getBytes(c.f1270c); + return str.getBytes(c.f1269c); } 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 6f3e43c038..30684af651 100644 --- a/app/src/main/java/c/i/a/c/i2/i.java +++ b/app/src/main/java/c/i/a/c/i2/i.java @@ -19,7 +19,7 @@ public final class i { public static final Pattern b = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d{1,3})\\)$"); /* renamed from: c reason: collision with root package name */ - public static final Pattern f909c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); + public static final Pattern f908c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); public static final Map d; static { @@ -28,10 +28,10 @@ public final class i { hashMap.put("aliceblue", -984833); hashMap.put("antiquewhite", -332841); hashMap.put("aqua", -16711681); - a.Z(-8388652, hashMap, "aquamarine", -983041, "azure", -657956, "beige", -6972, "bisque"); - a.Z(ViewCompat.MEASURED_STATE_MASK, 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"); + a.a0(-8388652, hashMap, "aquamarine", -983041, "azure", -657956, "beige", -6972, "bisque"); + a.a0(ViewCompat.MEASURED_STATE_MASK, 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"); hashMap.put("crimson", -2354116); hashMap.put("cyan", -16711681); hashMap.put("darkblue", -16777077); @@ -41,8 +41,8 @@ public final class i { hashMap.put("darkgreen", -16751616); hashMap.put("darkgrey", -5658199); hashMap.put("darkkhaki", -4343957); - a.Z(-7667573, hashMap, "darkmagenta", -11179217, "darkolivegreen", -29696, "darkorange", -6737204, "darkorchid"); - a.Z(-7667712, hashMap, "darkred", -1468806, "darksalmon", -7357297, "darkseagreen", -12042869, "darkslateblue"); + a.a0(-7667573, hashMap, "darkmagenta", -11179217, "darkolivegreen", -29696, "darkorange", -6737204, "darkorchid"); + a.a0(-7667712, hashMap, "darkred", -1468806, "darksalmon", -7357297, "darkseagreen", -12042869, "darkslateblue"); hashMap.put("darkslategray", -13676721); hashMap.put("darkslategrey", -13676721); hashMap.put("darkturquoise", -16724271); @@ -51,7 +51,7 @@ public final class i { hashMap.put("deepskyblue", -16728065); hashMap.put("dimgray", -9868951); hashMap.put("dimgrey", -9868951); - a.Z(-14774017, hashMap, "dodgerblue", -5103070, "firebrick", -1296, "floralwhite", -14513374, "forestgreen"); + a.a0(-14774017, hashMap, "dodgerblue", -5103070, "firebrick", -1296, "floralwhite", -14513374, "forestgreen"); hashMap.put("fuchsia", -65281); hashMap.put("gainsboro", -2302756); hashMap.put("ghostwhite", -460545); @@ -61,9 +61,9 @@ public final class i { hashMap.put("green", -16744448); hashMap.put("greenyellow", -5374161); hashMap.put("grey", -8355712); - 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"); + 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"); hashMap.put("lightcyan", -2031617); hashMap.put("lightgoldenrodyellow", -329006); hashMap.put("lightgray", -2894893); @@ -83,24 +83,24 @@ public final class i { hashMap.put("magenta", -65281); hashMap.put("maroon", -8388608); hashMap.put("mediumaquamarine", -10039894); - 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(SupportMenu.CATEGORY_MASK, 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"); + 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(SupportMenu.CATEGORY_MASK, 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"); hashMap.put("slategray", -9404272); hashMap.put("slategrey", -9404272); hashMap.put("snow", -1286); hashMap.put("springgreen", -16711809); - 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", InputDeviceCompat.SOURCE_ANY, "yellow"); + 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", InputDeviceCompat.SOURCE_ANY, "yellow"); hashMap.put("yellowgreen", -6632142); } @@ -120,7 +120,7 @@ public final class i { throw new IllegalArgumentException(); } if (replace.startsWith("rgba")) { - Matcher matcher = (z2 ? f909c : b).matcher(replace); + Matcher matcher = (z2 ? f908c : 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 1990142d1d..db5487e4a0 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 f910c = 0; + public int f909c = 0; public int[] d; public int e; @@ -18,7 +18,7 @@ public final class n { } public void a(int i) { - int i2 = this.f910c; + int i2 = this.f909c; 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.f910c - 1; + this.b = this.f909c - 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.f910c++; + this.f909c++; } public int b() { - int i = this.f910c; + int i = this.f909c; if (i != 0) { int[] iArr = this.d; int i2 = this.a; int i3 = iArr[i2]; this.a = (i2 + 1) & this.e; - this.f910c = i - 1; + this.f909c = 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 8cdce6be52..589c29168e 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 f911c; + public final l f910c; 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 f912c; + public boolean f911c; 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.f911c = lVar; + this.f910c = 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.f912c) { + if (next.f911c) { 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 87ceefa4f7..ccaf8b0190 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 O = a.O(str, "\n "); - O.append(str2.replace("\n", "\n ")); - O.append('\n'); - return O.toString(); + StringBuilder P = a.P(str, "\n "); + P.append(str2.replace("\n", "\n ")); + P.append('\n'); + return P.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 6d8114cee9..b799534b4f 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 L = a.L("Invalid index ", i, ", size is "); - L.append(this.a); - throw new IndexOutOfBoundsException(L.toString()); + StringBuilder M = a.M("Invalid index ", i, ", size is "); + M.append(this.a); + throw new IndexOutOfBoundsException(M.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 a9715c3f3a..0397187163 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 f913c = new Object(); + public static final Object f912c = 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 f914c; + public final boolean f913c; public a(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f914c = z2; + this.f913c = 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 f915c; + public final int f914c; 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.f915c = i3; + this.f914c = 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.d0("Unexpected aspect_ratio_idc value: ", e, "NalUnitUtil"); + c.d.b.a.a.f0("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 (f913c) { + synchronized (f912c) { 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 2215ca6b5e..7491a21358 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 f916c; + public int f915c; 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.f916c == 0))); + AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.f915c == 0))); } public int b() { - return ((this.d - this.b) * 8) - this.f916c; + return ((this.d - this.b) * 8) - this.f915c; } public void c() { - if (this.f916c != 0) { - this.f916c = 0; + if (this.f915c != 0) { + this.f915c = 0; this.b++; a(); } } public int d() { - AnimatableValueParser.D(this.f916c == 0); + AnimatableValueParser.D(this.f915c == 0); return this.b; } public int e() { - return (this.b * 8) + this.f916c; + return (this.b * 8) + this.f915c; } public boolean f() { - boolean z2 = (this.a[this.b] & (128 >> this.f916c)) != 0; + boolean z2 = (this.a[this.b] & (128 >> this.f915c)) != 0; l(); return z2; } @@ -63,15 +63,15 @@ public final class v { if (i == 0) { return 0; } - this.f916c += i; + this.f915c += i; int i3 = 0; while (true) { - i2 = this.f916c; + i2 = this.f915c; if (i2 <= 8) { break; } int i4 = i2 - 8; - this.f916c = i4; + this.f915c = 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.f916c = 0; + this.f915c = 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.f916c; + int i6 = this.f915c; 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.f916c; + int i8 = this.f915c; 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.f916c = i8 - 8; + this.f915c = i8 - 8; } - int i10 = this.f916c + i7; - this.f916c = i10; + int i10 = this.f915c + i7; + this.f915c = 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.f916c = 0; + this.f915c = 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.f916c == 0); + AnimatableValueParser.D(this.f915c == 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.f916c = 0; + this.f915c = 0; this.d = i; } public void k(int i) { int i2 = i / 8; this.b = i2; - this.f916c = i - (i2 * 8); + this.f915c = i - (i2 * 8); a(); } public void l() { - int i = this.f916c + 1; - this.f916c = i; + int i = this.f915c + 1; + this.f915c = i; if (i == 8) { - this.f916c = 0; + this.f915c = 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.f916c; - this.f916c = i4; + int i4 = (i - (i2 * 8)) + this.f915c; + this.f915c = i4; if (i4 > 7) { this.b = i3 + 1; - this.f916c = i4 - 8; + this.f915c = i4 - 8; } a(); } public void n(int i) { - AnimatableValueParser.D(this.f916c == 0); + AnimatableValueParser.D(this.f915c == 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 df1688ea75..ee62a6741c 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 f917c; + public int f916c; public w() { this.a = f0.f; @@ -20,39 +20,39 @@ public final class w { public w(int i) { this.a = new byte[i]; - this.f917c = i; + this.f916c = i; } public w(byte[] bArr) { this.a = bArr; - this.f917c = bArr.length; + this.f916c = bArr.length; } public w(byte[] bArr, int i) { this.a = bArr; - this.f917c = i; + this.f916c = i; } public void A(byte[] bArr) { int length = bArr.length; this.a = bArr; - this.f917c = length; + this.f916c = length; this.b = 0; } public void B(byte[] bArr, int i) { this.a = bArr; - this.f917c = i; + this.f916c = i; this.b = 0; } public void C(int i) { AnimatableValueParser.k(i >= 0 && i <= this.a.length); - this.f917c = i; + this.f916c = i; } public void D(int i) { - AnimatableValueParser.k(i >= 0 && i <= this.f917c); + AnimatableValueParser.k(i >= 0 && i <= this.f916c); this.b = i; } @@ -61,7 +61,7 @@ public final class w { } public int a() { - return this.f917c - this.b; + return this.f916c - this.b; } public void b(int i) { @@ -106,7 +106,7 @@ public final class w { return null; } int i = this.b; - while (i < this.f917c) { + while (i < this.f916c) { 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.f917c; + int i5 = this.f916c; if (i == i5) { return m; } @@ -225,14 +225,14 @@ public final class w { return null; } int i = this.b; - while (i < this.f917c && this.a[i] != 0) { + while (i < this.f916c && 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.f917c) { + if (i < this.f916c) { 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.f917c || this.a[i3] != 0) ? i : i - 1); + String m = f0.m(this.a, i2, (i3 >= this.f916c || this.a[i3] != 0) ? i : i - 1); this.b += i; return m; } public String p(int i) { - return q(i, c.f1270c); + return q(i, c.f1269c); } public String q(int i, Charset charset) { diff --git a/app/src/main/java/c/i/a/c/i2/x.java b/app/src/main/java/c/i/a/c/i2/x.java index 6ae7db2380..b34fe6184a 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 f918c; + public int f917c; public int d = 0; public x(byte[] bArr, int i, int i2) { this.a = bArr; - this.f918c = i; + this.f917c = i; this.b = i2; a(); } public final void a() { int i; - int i2 = this.f918c; + int i2 = this.f917c; AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.b) || (i2 == i && this.d == 0))); } public boolean b(int i) { - int i2 = this.f918c; + int i2 = this.f917c; 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.f918c; + int i = this.f917c; int i2 = this.d; int i3 = 0; - while (this.f918c < this.b && !d()) { + while (this.f917c < this.b && !d()) { i3++; } - boolean z2 = this.f918c == this.b; - this.f918c = i; + boolean z2 = this.f917c == this.b; + this.f917c = i; this.d = i2; return !z2 && b((i3 * 2) + 1); } public boolean d() { - boolean z2 = (this.a[this.f918c] & (128 >> this.d)) != 0; + boolean z2 = (this.a[this.f917c] & (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.f918c; + int i6 = this.f917c; i4 |= (bArr[i6] & 255) << i5; if (!i(i6 + 1)) { i3 = 1; } - this.f918c = i6 + i3; + this.f917c = i6 + i3; } byte[] bArr2 = this.a; - int i7 = this.f918c; + int i7 = this.f917c; int i8 = (-1 >>> (32 - i)) & (i4 | ((bArr2[i7] & 255) >> (8 - i2))); if (i2 == 8) { this.d = 0; if (!i(i7 + 1)) { i3 = 1; } - this.f918c = i7 + i3; + this.f917c = 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.f918c = i; + this.f917c = 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.f918c; + int i3 = this.f917c; if (i(i3 + 1)) { i = 2; } - this.f918c = i3 + i; + this.f917c = i3 + i; } a(); } public void k(int i) { - int i2 = this.f918c; + int i2 = this.f917c; int i3 = i / 8; int i4 = i2 + i3; - this.f918c = i4; + this.f917c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; if (i5 > 7) { - this.f918c = i4 + 1; + this.f917c = i4 + 1; this.d = i5 - 8; } while (true) { i2++; - if (i2 > this.f918c) { + if (i2 > this.f917c) { a(); return; } else if (i(i2)) { - this.f918c++; + this.f917c++; 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 abeeb2124a..512bebfa28 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 f919c = new ArrayList<>(); + public final ArrayList f918c = 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 f920c; + public float f919c; 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.f919c, c.i); + Collections.sort(this.f918c, 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.f920c = f; - this.f919c.add(bVar); + bVar.f919c = f; + this.f918c.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.f919c.get(0); + b bVar2 = this.f918c.get(0); int i8 = bVar2.b; if (i8 <= i7) { this.g -= i8; - this.f919c.remove(0); + this.f918c.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.f919c, d.i); + Collections.sort(this.f918c, d.i); this.e = 0; } float f2 = f * ((float) this.g); int i = 0; - for (int i2 = 0; i2 < this.f919c.size(); i2++) { - b bVar = this.f919c.get(i2); + for (int i2 = 0; i2 < this.f918c.size(); i2++) { + b bVar = this.f918c.get(i2); i += bVar.b; if (((float) i) >= f2) { - return bVar.f920c; + return bVar.f919c; } } - if (this.f919c.isEmpty()) { + if (this.f918c.isEmpty()) { return Float.NaN; } - ArrayList arrayList = this.f919c; - return arrayList.get(arrayList.size() - 1).f920c; + ArrayList arrayList = this.f918c; + return arrayList.get(arrayList.size() - 1).f919c; } } 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 03fa901830..77bfa59bce 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 f921c; + public long f920c; public j0() { - this.f921c = 15000; + this.f920c = 15000; this.b = 5000; this.a = new r1.c(); } public j0(long j, long j2) { - this.f921c = j; + this.f920c = 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.f921c); + g(g1Var, this.f920c); return true; } @@ -82,7 +82,7 @@ public class j0 implements i0 { } public boolean e() { - return this.f921c > 0; + return this.f920c > 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 5db42a2536..1fd135162c 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 f922c; + public final int f921c; 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.f922c = i2; + this.f921c = 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.f915c); + str = h.a(d.a, d.b, d.f914c); 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 4e51c16c95..786a45cae6 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 f923c; + public boolean f922c; 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 f924c; + public long f923c; 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.f924c; + long j4 = j - this.f923c; 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.f924c = j; + this.f923c = 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 df0b8da042..64a315cbf7 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 f925c; + public final String f924c; public m(@Nullable List list, int i, @Nullable String str) { this.a = list; this.b = i; - this.f925c = str; + this.f924c = 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 d029dbcb47..00589bb4ec 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 @@ -63,7 +63,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.f908c); + public final boolean X0 = "NVIDIA".equals(f0.f907c); public a Y0; public boolean Z0; public boolean a1; @@ -101,12 +101,12 @@ public class n extends MediaCodecRenderer { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f926c; + public final int f925c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f926c = i3; + this.f925c = i3; } } @@ -1473,7 +1473,7 @@ public class n extends MediaCodecRenderer { case 0: case 4: String str2 = f0.d; - if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f908c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { + if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f907c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { i3 = f0.f(i2, 16) * f0.f(i, 16) * 16 * 16; i4 = 2; break; @@ -1519,7 +1519,7 @@ public class n extends MediaCodecRenderer { public static int I0(s sVar, Format format) { if (format.u == -1) { - return G0(sVar, format.t, format.f2234y, format.f2235z); + return G0(sVar, format.t, format.f2238y, format.f2239z); } int size = format.v.size(); int i = 0; @@ -1544,7 +1544,7 @@ public class n extends MediaCodecRenderer { if (aVar != null) { aVar.a.unregisterDisplayListener(aVar); } - t.b bVar = tVar.f928c; + t.b bVar = tVar.f927c; Objects.requireNonNull(bVar); bVar.k.sendEmptyMessage(2); } @@ -1593,7 +1593,7 @@ public class n extends MediaCodecRenderer { } t tVar = this.T0; if (tVar.b != null) { - t.b bVar = tVar.f928c; + t.b bVar = tVar.f927c; Objects.requireNonNull(bVar); bVar.k.sendEmptyMessage(1); t.a aVar2 = tVar.d; @@ -1711,12 +1711,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.f2234y; + int i2 = format2.f2238y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2235z > aVar.b) { + if (i2 > aVar.a || format2.f2239z > aVar.b) { i |= 256; } - if (I0(sVar, format2) > this.Y0.f926c) { + if (I0(sVar, format2) > this.Y0.f925c) { i |= 64; } return new e(sVar.a, format, format2, i != 0 ? 0 : c2.d, i); @@ -1766,14 +1766,14 @@ public class n extends MediaCodecRenderer { MediaCodecInfo.VideoCapabilities videoCapabilities; Format[] formatArr; int G0; - String str2 = sVar.f774c; + String str2 = sVar.f773c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2234y; - int i4 = format.f2235z; + int i3 = format.f2238y; + int i4 = format.f2239z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2234y, format.f2235z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2238y, format.f2239z)) == -1)) { I0 = Math.min((int) (((float) I0) * 1.5f), G0); } aVar = new a(i3, i4, I0); @@ -1790,11 +1790,11 @@ public class n extends MediaCodecRenderer { format2 = a2.a(); } if (sVar.c(format, format2).d != 0) { - int i6 = format2.f2234y; + int i6 = format2.f2238y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2235z == -1; + z4 |= i6 == -1 || format2.f2239z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2235z); + int max2 = Math.max(i4, format2.f2239z); I0 = Math.max(I0, I0(sVar, format2)); i4 = max2; i3 = max; @@ -1806,8 +1806,8 @@ public class n extends MediaCodecRenderer { } if (z4) { Log.w("MediaCodecVideoRenderer", "Resolutions unknown. Codec max resolution: " + i3 + "x" + i4); - int i7 = format.f2235z; - int i8 = format.f2234y; + int i7 = format.f2239z; + int i8 = format.f2238y; boolean z5 = i7 > i8; int i9 = z5 ? i7 : i8; if (z5) { @@ -1864,8 +1864,8 @@ public class n extends MediaCodecRenderer { } mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2234y); - mediaFormat.setInteger("height", format.f2235z); + mediaFormat.setInteger("width", format.f2238y); + mediaFormat.setInteger("height", format.f2239z); AnimatableValueParser.x2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1877,7 +1877,7 @@ public class n extends MediaCodecRenderer { AnimatableValueParser.K1(mediaFormat, "profile", ((Integer) c2.first).intValue()); mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - AnimatableValueParser.K1(mediaFormat, "max-input-size", aVar.f926c); + AnimatableValueParser.K1(mediaFormat, "max-input-size", aVar.f925c); i2 = f0.a; if (i2 >= 23) { } @@ -1916,8 +1916,8 @@ public class n extends MediaCodecRenderer { i = !this.A1 ? this.B1 : 0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str); - mediaFormat.setInteger("width", format.f2234y); - mediaFormat.setInteger("height", format.f2235z); + mediaFormat.setInteger("width", format.f2238y); + mediaFormat.setInteger("height", format.f2239z); AnimatableValueParser.x2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1939,7 +1939,7 @@ public class n extends MediaCodecRenderer { } mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - AnimatableValueParser.K1(mediaFormat, "max-input-size", aVar.f926c); + AnimatableValueParser.K1(mediaFormat, "max-input-size", aVar.f925c); i2 = f0.a; if (i2 >= 23) { mediaFormat.setInteger("priority", 0); @@ -2216,8 +2216,8 @@ public class n extends MediaCodecRenderer { rVar.f(this.e1); } if (this.A1) { - this.s1 = format.f2234y; - this.t1 = format.f2235z; + this.s1 = format.f2238y; + this.t1 = format.f2239z; } else { Objects.requireNonNull(mediaFormat); boolean z2 = mediaFormat.containsKey("crop-right") && mediaFormat.containsKey("crop-left") && mediaFormat.containsKey("crop-bottom") && mediaFormat.containsKey("crop-top"); @@ -2242,7 +2242,7 @@ public class n extends MediaCodecRenderer { l lVar = tVar.a; lVar.a.c(); lVar.b.c(); - lVar.f923c = false; + lVar.f922c = false; lVar.d = -9223372036854775807L; lVar.e = 0; tVar.e(); @@ -2311,22 +2311,22 @@ public class n extends MediaCodecRenderer { long j8 = j3 * 1000; lVar.a.b(j8); if (lVar.a.a()) { - lVar.f923c = false; + lVar.f922c = false; } else if (lVar.d != -9223372036854775807L) { - if (lVar.f923c) { + if (lVar.f922c) { l.a aVar = lVar.b; long j9 = aVar.d; } lVar.b.c(); lVar.b.b(lVar.d); - lVar.f923c = true; + lVar.f922c = true; lVar.b.b(j8); } - if (lVar.f923c && lVar.b.a()) { + if (lVar.f922c && lVar.b.a()) { l.a aVar2 = lVar.a; lVar.a = lVar.b; lVar.b = aVar2; - lVar.f923c = false; + lVar.f922c = false; } lVar.d = j8; lVar.e = lVar.a.a() ? 0 : lVar.e + 1; @@ -2395,7 +2395,7 @@ public class n extends MediaCodecRenderer { } tVar2.n = tVar2.m; tVar2.o = j14; - t.b bVar = tVar2.f928c; + t.b bVar = tVar2.f927c; 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 eb5a7f382e..a75d7321ba 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 @@ -24,7 +24,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 f927s; + public int f926s; public int[] t = new int[3]; public int[] u = new int[3]; public q v; @@ -50,7 +50,7 @@ public class o implements GLSurfaceView.Renderer, r { this.v = andSet; } Objects.requireNonNull(this.v); - GLES20.glUniformMatrix3fv(this.f927s, 1, false, j, 0); + GLES20.glUniformMatrix3fv(this.f926s, 1, false, j, 0); Objects.requireNonNull(null); throw null; } @@ -76,7 +76,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.f927s = GLES20.glGetUniformLocation(this.q, "mColorConversion"); + this.f926s = 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 524f1209c6..a259aa96cc 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 f928c; + public final b f927c; @Nullable public final a d; public boolean e; @@ -144,10 +144,10 @@ public final class t { } } this.d = aVar; - this.f928c = b.i; + this.f927c = b.i; } else { this.d = null; - this.f928c = null; + this.f927c = 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 12c7b9880e..83036d3770 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 f929x; + public long f928x; 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.f929x = Long.MIN_VALUE; + this.f928x = 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.f929x < 100000 + j) { + while (!i() && this.f928x < 100000 + j) { this.t.p(); if (I(A(), this.t, false) == -4 && !this.t.n()) { DecoderInputBuffer decoderInputBuffer = this.t; - this.f929x = decoderInputBuffer.m; + this.f928x = 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.f929x - this.v, fArr); + this.w.a(this.f928x - 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 d8c49da2f4..9b1225de1c 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 f930c = new d0<>(); + public final d0 f929c = 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 9a75eeadda..754cff4b3e 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 f931c; + public final int f930c; 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[] f932c; + public final float[] f931c; 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.f932c = fArr; + this.f931c = 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.f931c = i; + this.f930c = i; this.d = aVar == aVar; } public d(a aVar, a aVar2, int i) { this.a = aVar; this.b = aVar2; - this.f931c = i; + this.f930c = 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 48537c8762..776705fef0 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 f933c; + public final float f932c; 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.f933c = f4; + this.f932c = 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 1d7d1c511b..a0eabb5867 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 f934c; + public final long f933c; 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.f934c = h0.a((long) i2); + this.f933c = 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.f934c); + j3 = Math.min(f0.p(j3, f), this.f933c); } 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.f934c || z3) { + } else if (j2 >= this.f933c || 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 671498acd4..bd3951d6e5 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[] f935c; + public final k1[] f934c; 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 f936s; + public int f935s; public boolean t; public int u; public int v; public h0 w; /* renamed from: x reason: collision with root package name */ - public c1 f937x; + public c1 f936x; /* renamed from: y reason: collision with root package name */ - public int f938y; + public int f937y; /* renamed from: z reason: collision with root package name */ - public long f939z; + public long f938z; /* 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 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()); + 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()); AnimatableValueParser.D(k1VarArr.length > 0); - this.f935c = k1VarArr; + this.f934c = 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.f938y = -1; + this.f937y = -1; this.e = gVar.b(looper, null); o oVar = new o(this); this.f = oVar; - this.f937x = c1.i(mVar); + this.f936x = 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.f911c, new b1(c1Var, g1Var)); + c1Var.n = new o<>(oVar2.e, looper, oVar2.a, oVar2.f910c, 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.f937x.h; + return this.f936x.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.f937x; - y.a aVar = c1Var.f777c; + c1 c1Var = this.f936x; + y.a aVar = c1Var.f776c; c1Var.b.h(aVar.a, this.i); - return h0.b(this.i.a(aVar.b, aVar.f814c)); + return h0.b(this.i.a(aVar.b, aVar.f813c)); } 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.f937x.b; + return this.f936x.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.f937x.b.q()) { - return this.f939z; + if (this.f936x.b.q()) { + return this.f938z; } - c1 c1Var = this.f937x; - if (c1Var.k.d != c1Var.f777c.d) { + c1 c1Var = this.f936x; + if (c1Var.k.d != c1Var.f776c.d) { return c1Var.b.n(o(), this.a).b(); } long j = c1Var.q; - if (this.f937x.k.a()) { - c1 c1Var2 = this.f937x; + if (this.f936x.k.a()) { + c1 c1Var2 = this.f936x; r1.b h = c1Var2.b.h(c1Var2.k.a, this.i); - long d = h.d(this.f937x.k.b); + long d = h.d(this.f936x.k.b); j = d == Long.MIN_VALUE ? h.d : d; } - return P(this.f937x.k, j); + return P(this.f936x.k, j); } @Override // c.i.a.c.g1 public k H() { - return new k(this.f937x.i.f868c); + return new k(this.f936x.i.f867c); } @Override // c.i.a.c.g1 public int I(int i) { - return this.f935c[i].x(); + return this.f934c[i].x(); } @Override // c.i.a.c.g1 public long J() { - if (this.f937x.b.q()) { - return this.f939z; + if (this.f936x.b.q()) { + return this.f938z; } - if (this.f937x.f777c.a()) { - return h0.b(this.f937x.f778s); + if (this.f936x.f776c.a()) { + return h0.b(this.f936x.f777s); } - c1 c1Var = this.f937x; - return P(c1Var.f777c, c1Var.f778s); + c1 c1Var = this.f936x; + return P(c1Var.f776c, c1Var.f777s); } @Override // c.i.a.c.g1 @@ -231,21 +231,21 @@ public final class o0 extends f0 implements g1 { } public final int L() { - if (this.f937x.b.q()) { - return this.f938y; + if (this.f936x.b.q()) { + return this.f937y; } - c1 c1Var = this.f937x; - return c1Var.b.h(c1Var.f777c.a, this.i).f956c; + c1 c1Var = this.f936x; + return c1Var.b.h(c1Var.f776c.a, this.i).f955c; } @Nullable public final Pair M(r1 r1Var, int i, long j) { if (r1Var.q()) { - this.f938y = i; + this.f937y = i; if (j == -9223372036854775807L) { j = 0; } - this.f939z = j; + this.f938z = 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.f939z); - long a3 = h0.a(this.f939z); + long a2 = h0.a(this.f938z); + long a3 = h0.a(this.f938z); 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.f778s; + a4.q = a4.f777s; return a4; } - Object obj = h.f777c.a; + Object obj = h.f776c.a; int i2 = f0.a; boolean z2 = !obj.equals(pair.first); - y.a aVar4 = z2 ? new y.a(pair.first) : h.f777c; + y.a aVar4 = z2 ? new y.a(pair.first) : h.f776c; 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).f956c == r1Var.h(aVar4.a, this.i).f956c) { + if (b != -1 && r1Var.f(b, this.i).f955c == r1Var.h(aVar4.a, this.i).f955c) { return h; } r1Var.h(aVar4.a, this.i); - long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f814c) : this.i.d; - c1 a8 = h.b(aVar4, h.f778s, h.f778s, a7 - h.f778s, h.h, h.i, h.j).a(aVar4); + long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f813c) : this.i.d; + c1 a8 = h.b(aVar4, h.f777s, h.f777s, a7 - h.f777s, 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.f777c)) { + if (h.k.equals(h.f776c)) { 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.f937x.b.h(aVar.a, this.i); + this.f936x.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.f937x; + c1 c1Var = this.f936x; if (c1Var.l != z2 || c1Var.m != i) { - this.f936s++; + this.f935s++; 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.f937x; - this.f937x = c1Var; + c1 c1Var2 = this.f936x; + this.f936x = 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.f777c.a, this.i).f956c, this.a).f957c; - Object obj2 = r1Var2.n(r1Var2.h(c1Var.f777c.a, this.i).f956c, this.a).f957c; + Object obj = r1Var.n(r1Var.h(c1Var2.f776c.a, this.i).f955c, this.a).f956c; + Object obj2 = r1Var2.n(r1Var2.h(c1Var.f776c.a, this.i).f955c, this.a).f956c; 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.f777c.a) == i5) ? new Pair(Boolean.TRUE, 0) : new Pair(Boolean.FALSE, -1); + pair = (z2 && i == 0 && r1Var2.b(c1Var.f776c.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.f777c.a, this.i).f956c, this.a).e : null, intValue)); + this.h.b(1, new r(!c1Var.b.q() ? c1Var.b.n(c1Var.b.h(c1Var.f776c.a, this.i).f955c, 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.f868c))); + this.h.b(2, new m(c1Var, new k(c1Var.i.f867c))); } 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.f937x; + c1 c1Var = this.f936x; if (c1Var.e == 1) { c1 e = c1Var.e(null); c1 g = e.g(e.b.q() ? 4 : 2); - this.f936s++; + this.f935s++; 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.f937x.b, o(), this.p, this.g.q); + return new h1(this.g, bVar, this.f936x.b, o(), this.p, this.g.q); } @Override // c.i.a.c.g1 public d1 c() { - return this.f937x.n; + return this.f936x.n; } @Override // c.i.a.c.g1 public boolean d() { - return this.f937x.f777c.a(); + return this.f936x.f776c.a(); } @Override // c.i.a.c.g1 public long e() { - return h0.b(this.f937x.r); + return h0.b(this.f936x.r); } @Override // c.i.a.c.g1 public void f(int i, long j) { - r1 r1Var = this.f937x.b; + r1 r1Var = this.f936x.b; if (i < 0 || (!r1Var.q() && i >= r1Var.p())) { throw new IllegalSeekPositionException(r1Var, i, j); } int i2 = 1; - this.f936s++; + this.f935s++; if (d()) { Log.w("ExoPlayerImpl", "seekTo ignored because an ad is playing"); - q0.d dVar = new q0.d(this.f937x); + q0.d dVar = new q0.d(this.f936x); dVar.a(1); o0 o0Var = ((o) this.f).a; o0Var.e.a.post(new t(o0Var, dVar)); return; } - c1 c1Var = this.f937x; + c1 c1Var = this.f936x; 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.f937x.l; + return this.f936x.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.f937x.j; + return this.f936x.j; } @Override // c.i.a.c.g1 public int j() { - if (this.f937x.b.q()) { + if (this.f936x.b.q()) { return 0; } - c1 c1Var = this.f937x; - return c1Var.b.b(c1Var.f777c.a); + c1 c1Var = this.f936x; + return c1Var.b.b(c1Var.f776c.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.f911c)); + oVar.e.add(new o.c<>(aVar, oVar.f910c)); } } @Override // c.i.a.c.g1 public int m() { if (d()) { - return this.f937x.f777c.f814c; + return this.f936x.f776c.f813c; } 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.f912c) { + if (next.f911c) { 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.f937x.f; + return this.f936x.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.f937x; - c1Var.b.h(c1Var.f777c.a, this.i); - c1 c1Var2 = this.f937x; - return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f937x.d); + c1 c1Var = this.f936x; + c1Var.b.h(c1Var.f776c.a, this.i); + c1 c1Var2 = this.f936x; + return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f936x.d); } @Override // c.i.a.c.g1 public int u() { - return this.f937x.e; + return this.f936x.e; } @Override // c.i.a.c.g1 public int w() { if (d()) { - return this.f937x.f777c.b; + return this.f936x.f776c.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.f937x.m; + return this.f936x.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 e481496164..5354db6191 100644 --- a/app/src/main/java/c/i/a/c/o1.java +++ b/app/src/main/java/c/i/a/c/o1.java @@ -9,7 +9,7 @@ public final class o1 { public static final o1 b; /* renamed from: c reason: collision with root package name */ - public final long f940c; + public final long f939c; public final long d; static { @@ -32,7 +32,7 @@ public final class o1 { boolean z2 = true; AnimatableValueParser.k(j >= 0); AnimatableValueParser.k(j2 < 0 ? false : z2); - this.f940c = j; + this.f939c = j; this.d = j2; } @@ -44,10 +44,10 @@ public final class o1 { return false; } o1 o1Var = (o1) obj; - return this.f940c == o1Var.f940c && this.d == o1Var.d; + return this.f939c == o1Var.f939c && this.d == o1Var.d; } public int hashCode() { - return (((int) this.f940c) * 31) + ((int) this.d); + return (((int) this.f939c) * 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 a4168c7c9f..64a2d880a3 100644 --- a/app/src/main/java/c/i/a/c/p1.java +++ b/app/src/main/java/c/i/a/c/p1.java @@ -85,7 +85,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 f941c; + public final Context f940c; public final o0 d; public final c e; public final CopyOnWriteArraySet f; @@ -105,7 +105,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Nullable /* renamed from: s reason: collision with root package name */ - public Surface f942s; + public Surface f941s; public boolean t; public int u; @Nullable @@ -114,13 +114,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 f943x; + public int f942x; /* renamed from: y reason: collision with root package name */ - public int f944y; + public int f943y; /* renamed from: z reason: collision with root package name */ - public int f945z; + public int f944z; /* compiled from: SimpleExoPlayer */ public static final class b { @@ -128,7 +128,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 f946c; + public g f945c; public l d; public a0 e; public u0 f; @@ -177,7 +177,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.f889c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f888c.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())); @@ -198,7 +198,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.f889c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f888c.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())); @@ -222,7 +222,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.f946c = gVar; + this.f945c = gVar; this.o = 500; this.p = 2000; } @@ -459,7 +459,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.f942s == surface) { + if (p1Var.f941s == surface) { Iterator it = p1Var.f.iterator(); while (it.hasNext()) { it.next().c(); @@ -531,7 +531,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { q1 q1Var; int t; Context applicationContext = bVar.a.getApplicationContext(); - this.f941c = applicationContext; + this.f940c = applicationContext; c1 c1Var = bVar.h; this.k = c1Var; this.A = bVar.j; @@ -558,7 +558,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.f908c; + String str = f0.f907c; 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)); @@ -581,15 +581,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { if (this.r == null) { this.r = new AudioTrack(3, SendUtils.MAX_MESSAGE_CHARACTER_COUNT_PREMIUM, 4, 2, 2, 0, 0); } - this.f945z = this.r.getAudioSessionId(); + this.f944z = this.r.getAudioSessionId(); } else { UUID uuid = h0.a; AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); - this.f945z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); + this.f944z = 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.f946c, 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.f945c, bVar.i, this); this.d = o0Var; o0Var.l(cVar); d0 d0Var = new d0(bVar.a, handler, cVar); @@ -611,7 +611,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.f955c; + c cVar2 = (c) q1Var.f954c; c.i.a.c.y1.a N = N(p1.this.n); if (!N.equals(p1.this.J)) { p1 p1Var = p1.this; @@ -624,15 +624,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } s1 s1Var = new s1(bVar.a); this.o = s1Var; - s1Var.f959c = false; + s1Var.f958c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f960c = false; + t1Var.f959c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f945z)); - R(2, 102, Integer.valueOf(this.f945z)); + R(i, 102, Integer.valueOf(this.f944z)); + R(2, 102, Integer.valueOf(this.f944z)); R(i, 3, this.A); R(2, 4, Integer.valueOf(this.u)); R(i, 101, Boolean.valueOf(this.C)); @@ -654,7 +654,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.f946c, 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.f945c, bVar.i, this); this.d = o0Var; o0Var.l(cVar); d0 d0Var = new d0(bVar.a, handler, cVar); @@ -671,15 +671,15 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } s1 s1Var = new s1(bVar.a); this.o = s1Var; - s1Var.f959c = false; + s1Var.f958c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f960c = false; + t1Var.f959c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f945z)); - R(2, 102, Integer.valueOf(this.f945z)); + R(i, 102, Integer.valueOf(this.f944z)); + R(2, 102, Integer.valueOf(this.f944z)); R(i, 3, this.A); R(2, 4, Integer.valueOf(this.u)); R(i, 101, Boolean.valueOf(this.C)); @@ -700,7 +700,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.f937x.p; + boolean z3 = p1Var.d.f936x.p; s1 s1Var = p1Var.o; if (!p1Var.g() || z3) { z2 = false; @@ -726,7 +726,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.f937x.h; + return this.d.f936x.h; } @Override // c.i.a.c.g1 @@ -744,7 +744,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.f937x.b; + return this.d.f936x.b; } @Override // c.i.a.c.g1 @@ -773,7 +773,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.f935c[i].x(); + return this.d.f934c[i].x(); } @Override // c.i.a.c.g1 @@ -790,7 +790,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { public void L(@Nullable Surface surface) { Z(); - if (surface != null && surface == this.f942s) { + if (surface != null && surface == this.f941s) { Z(); Q(); V(null, false); @@ -813,9 +813,9 @@ public class p1 extends f0 implements g1, g1.d, g1.c { } public final void P(int i, int i2) { - if (i != this.f943x || i2 != this.f944y) { - this.f943x = i; - this.f944y = i2; + if (i != this.f942x || i2 != this.f943y) { + this.f942x = i; + this.f943y = 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); @@ -917,7 +917,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { arrayList.add(b2); } } - Surface surface2 = this.f942s; + Surface surface2 = this.f941s; if (!(surface2 == null || surface2 == surface)) { try { Iterator it = arrayList.iterator(); @@ -929,20 +929,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.f937x; - c1 a2 = c1Var.a(c1Var.f777c); - a2.q = a2.f778s; + c1 c1Var = o0Var.f936x; + c1 a2 = c1Var.a(c1Var.f776c); + a2.q = a2.f777s; a2.r = 0; c1 e = a2.g(1).e(b3); - o0Var.f936s++; + o0Var.f935s++; o0Var.g.o.a(6).sendToTarget(); o0Var.S(e, false, 4, 0, 1, false); } if (this.t) { - this.f942s.release(); + this.f941s.release(); } } - this.f942s = surface; + this.f941s = surface; this.t = z2; } @@ -1024,7 +1024,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.f937x.n; + return this.d.f936x.n; } @Override // c.i.a.c.g1 @@ -1036,7 +1036,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.f937x.r); + return h0.b(this.d.f936x.r); } @Override // c.i.a.c.g1 @@ -1058,7 +1058,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.f937x.l; + return this.d.f936x.l; } @Override // c.i.a.c.g1 @@ -1070,7 +1070,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.f937x.j; + return this.d.f936x.j; } @Override // c.i.a.c.g1 @@ -1106,7 +1106,7 @@ public class p1 extends f0 implements g1, g1.d, g1.c { @Nullable public ExoPlaybackException p() { Z(); - return this.d.f937x.f; + return this.d.f936x.f; } @Override // c.i.a.c.g1 @@ -1131,7 +1131,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.f937x.e; + return this.d.f936x.e; } @Override // c.i.a.c.g1 @@ -1149,6 +1149,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.f937x.m; + return this.d.f936x.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 bdd0ca4269..8a1de72ab7 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 f947s; + public final r1.b f946s; 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 f948x; + public final c.i.a.c.i2.g f947x; /* renamed from: y reason: collision with root package name */ - public final e f949y; + public final e f948y; /* renamed from: z reason: collision with root package name */ - public final z0 f950z; + public final z0 f949z; /* 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 f951c; + public final int f950c; public final long d; public a(List list, h0 h0Var, int i, long j, p0 p0Var) { this.a = list; this.b = h0Var; - this.f951c = i; + this.f950c = 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 f952c; + public int f951c; 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.f952c += i; + this.f951c += 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 f953c; + public final long f952c; 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.f953c = j2; + this.f952c = 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 f954c; + public final long f953c; public g(r1 r1Var, int i, long j) { this.a = r1Var; this.b = i; - this.f954c = j; + this.f953c = 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.f949y = eVar; + this.f948y = 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.f948x = gVar; + this.f947x = 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.f947s = new r1.b(); + this.f946s = new r1.b(); lVar.a = dVar; this.U = true; Handler handler = new Handler(looper); - this.f950z = new z0(c1Var, handler); + this.f949z = 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.f956c, cVar2).n) { - Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f956c, cVar.k + bVar.e); + if (r1Var2.n(bVar.f955c, cVar2).n) { + Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f955c, 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.f954c); + Pair j = r1Var3.j(cVar, bVar, gVar.b, gVar.f953c); if (r1Var.equals(r1Var3)) { return j; } if (r1Var.b(j.first) != -1) { r1Var3.h(j.first, bVar); - return r1Var3.n(bVar.f956c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f956c, gVar.f954c) : j; + return r1Var3.n(bVar.f955c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f955c, gVar.f953c) : j; } if (z2 && (L = L(cVar, bVar, i, z3, j.first, r1Var3, r1Var)) != null) { - return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f956c, -9223372036854775807L); + return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f955c, -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.f777c; + y.a aVar = c1Var.f776c; r1 r1Var = c1Var.b; - return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f956c, cVar).n; + return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f955c, 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.f950z; + z0 z0Var = this.f949z; 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.f868c.length == i2.f868c.length) { + if (mVar != null && mVar.f867c.length == i2.f867c.length) { int i4 = 0; while (true) { - if (i4 >= i2.f868c.length) { + if (i4 >= i2.f867c.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.f950z; + z0 z0Var2 = this.f949z; x0 x0Var4 = z0Var2.h; boolean m = z0Var2.m(x0Var4); boolean[] zArr = new boolean[this.i.length]; - long a2 = x0Var4.a(i2, this.E.f778s, m, zArr); + long a2 = x0Var4.a(i2, this.E.f777s, m, zArr); c1 c1Var = this.E; i = 4; - c1 u = u(c1Var.f777c, a2, c1Var.d); + c1 u = u(c1Var.f776c, a2, c1Var.d); this.E = u; - if (!(u.e == 4 || a2 == u.f778s)) { + if (!(u.e == 4 || a2 == u.f777s)) { 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.f1011c[i3]; + c.i.a.c.d2.f0 f0Var = x0Var4.f1010c[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.f950z.m(x0Var3); + this.f949z.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.f777c; - long j3 = c1Var.f778s; - long j4 = g0(this.E, this.f947s, this.r) ? this.E.d : this.E.f778s; + y.a aVar2 = c1Var.f776c; + long j3 = c1Var.f777s; + long j4 = g0(this.E, this.f946s, this.r) ? this.E.d : this.E.f777s; 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.f777c)) { + if (!aVar2.equals(this.E.f776c)) { z6 = true; aVar = aVar2; j = j3; j2 = -9223372036854775807L; - this.f950z.b(); + this.f949z.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.f766c); + bVar.a.c(bVar.f765c); } 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.f950z.b(); + this.f949z.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.f950z.h; + x0 x0Var = this.f949z.h; this.I = x0Var != null && x0Var.f.g && this.H; } public final void H(long j) throws ExoPlaybackException { - x0 x0Var = this.f950z.h; + x0 x0Var = this.f949z.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.f950z.h; x0Var2 != null; x0Var2 = x0Var2.l) { - c.i.a.c.f2.g[] gVarArr = x0Var2.n.f868c; + for (x0 x0Var2 = this.f949z.h; x0Var2 != null; x0Var2 = x0Var2.l) { + c.i.a.c.f2.g[] gVarArr = x0Var2.n.f867c; 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.f947s)) { + } else if (!I(this.w.get(size), r1Var, r1Var2, this.L, this.M, this.r, this.f946s)) { 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.f950z.h.f.a; - long Q = Q(aVar, this.E.f778s, true, false); - if (Q != this.E.f778s) { + y.a aVar = this.f949z.h.f.a; + long Q = Q(aVar, this.E.f777s, true, false); + if (Q != this.E.f777s) { 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.f947s); + Pair K = K(this.E.b, gVar, true, this.L, this.M, this.r, this.f946s); 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.f954c == -9223372036854775807L ? -9223372036854775807L : j2; - y.a n = this.f950z.n(this.E.b, obj, j2); + j = gVar.f953c == -9223372036854775807L ? -9223372036854775807L : j2; + y.a n = this.f949z.n(this.E.b, obj, j2); if (n.a()) { - this.E.b.h(n.a, this.f947s); - j2 = this.f947s.e(n.b) == n.f814c ? this.f947s.f.f : 0; + this.E.b.h(n.a, this.f946s); + j2 = this.f946s.e(n.b) == n.f813c ? this.f946s.f.f : 0; aVar = n; z2 = true; } else { aVar = n; - z2 = gVar.f954c == -9223372036854775807L; + z2 = gVar.f953c == -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.f777c)) { - x0 x0Var = this.f950z.h; + if (aVar.equals(this.E.f776c)) { + x0 x0Var = this.f949z.h; long i3 = (x0Var == null || !x0Var.d || j2 == 0) ? j2 : x0Var.a.i(j2, this.D); - if (h0.b(i3) == h0.b(this.E.f778s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { - this.E = u(aVar, c1Var.f778s, j); + if (h0.b(i3) == h0.b(this.E.f777s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { + this.E = u(aVar, c1Var.f777s, 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.f777c, j); + l0(r1Var, aVar, r1Var, c1Var2.f776c, 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.f950z; + z0 z0Var = this.f949z; 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.f950z.h; + x0 x0Var = this.f949z.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.f950z; + z0Var = this.f949z; 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.f950z.m(x0Var2); + this.f949z.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.f950z.b(); + this.f949z.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.f948x.b(looper, null); + c0 b2 = this.f947x.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.f951c != -1) { - this.R = new g(new i1(aVar.a, aVar.b), aVar.f951c, aVar.d); + if (aVar.f950c != -1) { + this.R = new g(new i1(aVar.a, aVar.b), aVar.f950c, 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.f950z; + z0 z0Var = this.f949z; 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.f950z.h; x0Var != null; x0Var = x0Var.l) { - c.i.a.c.f2.g[] gVarArr = x0Var.n.f868c; + for (x0 x0Var = this.f949z.h; x0Var != null; x0Var = x0Var.l) { + c.i.a.c.f2.g[] gVarArr = x0Var.n.f867c; 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.f950z; + z0 z0Var = this.f949z; 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.f950z; + z0 z0Var = this.f949z; 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.f947s).f956c, this.r); + r1Var.n(r1Var.h(aVar.a, this.f946s).f955c, 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.f948x.a(); + long a2 = this.f947x.a(); if (!this.E.b.q() && this.A.j) { - this.f950z.l(this.S); - z0 z0Var = this.f950z; + this.f949z.l(this.S); + z0 z0Var = this.f949z; x0 x0Var3 = z0Var.j; if (x0Var3 == null || (!x0Var3.f.h && x0Var3.f() && z0Var.j.f.e != -9223372036854775807L && z0Var.k < 100)) { - z0 z0Var2 = this.f950z; + z0 z0Var2 = this.f949z; long j3 = this.S; c1 c1Var = this.E; x0 x0Var4 = z0Var2.j; - y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f777c, c1Var.d, c1Var.f778s) : z0Var2.c(c1Var.b, x0Var4, j3); + y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f776c, c1Var.d, c1Var.f777s) : z0Var2.c(c1Var.b, x0Var4, j3); if (d2 != null) { - z0 z0Var3 = this.f950z; + z0 z0Var3 = this.f949z; 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.f1016c; + j2 = d2.f1015c; } 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.f950z.h == x0Var6) { + if (this.f949z.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.f950z.i; + x0 x0Var8 = this.f949z.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.f1011c[i2]; + c.i.a.c.d2.f0 f0Var = x0Var8.f1010c[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.f950z; + z0 z0Var4 = this.f949z; 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.f1011c[i4]; + c.i.a.c.d2.f0 f0Var2 = x0Var8.f1010c[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.f950z; + z0 z0Var5 = this.f949z; 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.f1011c[i5]; + boolean z10 = k1Var4.h() != x0Var12.f1010c[i5]; if (!mVar4.b(i5) || z10) { if (!k1Var4.v()) { - k1Var4.j(j(mVar4.f868c[i5]), x0Var12.f1011c[i5], x0Var12.e(), x0Var12.o); + k1Var4.j(j(mVar4.f867c[i5]), x0Var12.f1010c[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.f950z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { + if (!(e0() && !this.I && (x0Var = this.f949z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { break; } if (z11) { z(); } - z0 z0Var6 = this.f950z; + z0 z0Var6 = this.f949z; x0 x0Var13 = z0Var6.h; x0 a3 = z0Var6.a(); y0 y0Var = a3.f; - this.E = u(y0Var.a, y0Var.b, y0Var.f1016c); + this.E = u(y0Var.a, y0Var.b, y0Var.f1015c); 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.f950z.h; + x0 x0Var14 = this.f949z.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.f778s - this.t, this.u); + x0Var14.a.r(this.E.f777s - 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.f1011c[i7] != k1Var5.h(); + boolean z14 = x0Var14.f1010c[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.f778s); + boolean z17 = z3 && x0Var14.d && (j5 == -9223372036854775807L || j5 <= this.E.f777s); 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.f950z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; - x0 x0Var15 = this.f950z.j; + long j6 = f0(c1Var2.b, this.f949z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; + x0 x0Var15 = this.f949z.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.f950z.h; x0Var16 != null; x0Var16 = x0Var16.l) { - c.i.a.c.f2.g[] gVarArr = x0Var16.n.f868c; + for (x0 x0Var16 = this.f949z.h; x0Var16 != null; x0Var16 = x0Var16.l) { + c.i.a.c.f2.g[] gVarArr = x0Var16.n.f867c; 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.f1011c[i8]) { + if (w(k1VarArr6[i8]) && this.i[i8].h() == x0Var14.f1010c[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.f777c, 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.f778s, c1Var5.o, z4); + this.E = new c1(c1Var5.b, c1Var5.f776c, 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.f777s, 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.f950z.i) != null) { + if (e.type == 1 && (x0Var = this.f949z.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.f950z.h; + x0 x0Var2 = this.f949z.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.f950z.i; + x0 x0Var = this.f949z.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.f950z; + z0 z0Var = this.f949z; x0 x0Var2 = z0Var.i; boolean z3 = x0Var2 == z0Var.h; m mVar2 = x0Var2.n; m1 m1Var = mVar2.b[i2]; - Format[] j = j(mVar2.f868c[i2]); + Format[] j = j(mVar2.f867c[i2]); boolean z4 = e0() && this.E.e == 3; boolean z5 = !z2 && z4; this.Q++; - k1Var.o(m1Var, j, x0Var2.f1011c[i2], this.S, z5, z3, x0Var2.e(), x0Var2.o); + k1Var.o(m1Var, j, x0Var2.f1010c[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.f947s).f956c, this.r); + r1Var.n(r1Var.h(obj, this.f946s).f955c, 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.f947s.e); + return h0.a((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.r.h) - (j + this.f946s.e); } } return -9223372036854775807L; } public final void k0() { - x0 x0Var = this.f950z.j; + x0 x0Var = this.f949z.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.f777c, 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.f778s, c1Var.o, c1Var.p); + this.E = new c1(c1Var.b, c1Var.f776c, 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.f777s, c1Var.o, c1Var.p); } } public final long l() { - x0 x0Var = this.f950z.i; + x0 x0Var = this.f949z.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.f1011c[i]) { + if (w(k1VarArr[i]) && this.i[i].h() == x0Var.f1010c[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.f947s).f956c, this.r); + r1Var.n(r1Var.h(aVar.a, this.f946s).f955c, 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.f989c); + k0Var.h = h0.a(fVar.f988c); 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.f957c; + Object obj = this.r.f956c; Object obj2 = null; if (!r1Var2.q()) { - obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f947s).f956c, this.r).f957c; + obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f946s).f955c, this.r).f956c; } 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.f947s, r1Var.a(this.M), -9223372036854775807L); - y.a n = this.f950z.n(r1Var, j2.first, 0); + Pair j2 = r1Var.j(this.r, this.f946s, r1Var.a(this.M), -9223372036854775807L); + y.a n = this.f949z.n(r1Var, j2.first, 0); long longValue = ((Long) j2.second).longValue(); if (n.a()) { - r1Var.h(n.a, this.f947s); - if (n.f814c == this.f947s.e(n.b)) { - j = this.f947s.f.f; + r1Var.h(n.a, this.f946s); + if (n.f813c == this.f946s.e(n.b)) { + j = this.f946s.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.f950z.h; + x0 x0Var = this.f949z.h; if (x0Var != null) { long k = x0Var.d ? x0Var.a.k() : -9223372036854775807L; if (k != -9223372036854775807L) { H(k); - if (k != this.E.f778s) { + if (k != this.E.f777s) { c1 c1Var = this.E; - this.E = u(c1Var.f777c, k, c1Var.d); + this.E = u(c1Var.f776c, k, c1Var.d); this.F.b(4); } q0Var2 = this; q0Var = q0Var2; } else { m0 m0Var = this.v; - boolean z2 = x0Var != this.f950z.i; + boolean z2 = x0Var != this.f949z.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.f778s; - if (this.w.isEmpty() || this.E.f777c.a()) { + long j5 = this.E.f777s; + if (this.w.isEmpty() || this.E.f776c.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.f777c.a); + int b2 = c1Var2.b.b(c1Var2.f776c.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.f778s = j4; + q0Var2.E.f777s = j4; } - q0Var2.E.q = q0Var2.f950z.j.d(); + q0Var2.E.q = q0Var2.f949z.j.d(); q0Var2.E.r = q0Var.n(); c1 c1Var3 = q0Var2.E; - if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f777c)) { + if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f776c)) { 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.f777c.a, c1Var4.f778s); + long k2 = q0Var2.k(c1Var4.b, c1Var4.f776c.a, c1Var4.f777s); 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.f933c; + float f3 = k0Var.f932c; 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.f933c; + float f4 = k0Var.f932c; 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.f786c)); + q0Var2.v.e(new d1(f2, q0Var2.E.n.f785c)); 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.f950z.j; + x0 x0Var = this.f949z.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.f950z; + z0 z0Var = this.f949z; 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.f950z.j; - y.a aVar = x0Var == null ? this.E.f777c : x0Var.f.a; + x0 x0Var = this.f949z.j; + y.a aVar = x0Var == null ? this.E.f776c : 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.f778s : x0Var.d(); + c1Var.q = x0Var == null ? c1Var.f777s : x0Var.d(); this.E.r = n(); if ((z3 || z2) && x0Var != null && x0Var.d) { - this.m.d(this.i, x0Var.m, x0Var.n.f868c); + this.m.d(this.i, x0Var.m, x0Var.n.f867c); } } @@ -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.f950z; + z0 z0Var = this.f949z; int i7 = this.L; boolean z13 = this.M; r1.c cVar = this.r; - r1.b bVar = this.f947s; + r1.b bVar = this.f946s; if (r1Var.q()) { y.a aVar3 = c1.a; fVar = new f(c1.a, 0, -9223372036854775807L, false, true, false); } else { - y.a aVar4 = c1Var.f777c; + y.a aVar4 = c1Var.f776c; Object obj3 = aVar4.a; boolean g02 = g0(c1Var, bVar, cVar); - long j6 = g02 ? c1Var.d : c1Var.f778s; + long j6 = g02 ? c1Var.d : c1Var.f777s; 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.f954c == -9223372036854775807L) { - i4 = r1Var.h(K.first, bVar).f956c; + if (gVar2.f953c == -9223372036854775807L) { + i4 = r1Var.h(K.first, bVar).f955c; 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).f956c; + i4 = r1Var.h(L, bVar).f955c; 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).f956c; + i6 = r1Var.h(obj2, bVar).f955c; } else { aVar = aVar2; c1Var.b.h(aVar.a, bVar); - Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f956c, j6 + bVar.e); + Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f955c, 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.f778s; + j4 = c1Var.f777s; } else { r1Var.h(n.a, bVar); - j4 = n.f814c == bVar.e(n.b) ? bVar.f.f : 0; + j4 = n.f813c == 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.f953c; + long j9 = fVar.f952c; boolean z14 = fVar.d; long j10 = fVar.b; - boolean z15 = !this.E.f777c.equals(aVar5) || j10 != this.E.f778s; + boolean z15 = !this.E.f776c.equals(aVar5) || j10 != this.E.f777s; 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.f950z.q(r1Var, this.S, l())) { + if (!this.f949z.q(r1Var, this.S, l())) { N(false); } } catch (Throwable th2) { th = th2; gVar = null; c1 c1Var2 = this.E; - l0(r1Var, aVar5, c1Var2.b, c1Var2.f777c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f776c, !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.f950z.h; x0Var != null; x0Var = x0Var.l) { + for (x0 x0Var = this.f949z.h; x0Var != null; x0Var = x0Var.l) { if (x0Var.f.a.equals(aVar5)) { - x0Var.f = this.f950z.g(r1Var, x0Var.f); + x0Var.f = this.f949z.g(r1Var, x0Var.f); } } j10 = P(aVar5, j10, z14); } } c1 c1Var3 = this.E; - l0(r1Var, aVar5, c1Var3.b, c1Var3.f777c, fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var3.b, c1Var3.f776c, 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.f777c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f776c, !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.f950z.j; + x0 x0Var = this.f949z.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.f868c); - if (x0Var == this.f950z.h) { + this.m.d(this.i, x0Var.m, x0Var.n.f867c); + if (x0Var == this.f949z.h) { H(x0Var.f.b); h(); c1 c1Var = this.E; - this.E = u(c1Var.f777c, x0Var.f.b, c1Var.d); + this.E = u(c1Var.f776c, 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.f950z.h; + x0 x0Var = this.f949z.h; while (true) { i = 0; if (x0Var == null) { break; } - c.i.a.c.f2.g[] gVarArr = x0Var.n.f868c; + c.i.a.c.f2.g[] gVarArr = x0Var.n.f867c; 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.f778s || !aVar.equals(this.E.f777c); + this.U = this.U || j != this.E.f777s || !aVar.equals(this.E.f776c); G(); c1 c1Var = this.E; TrackGroupArray trackGroupArray2 = c1Var.h; m mVar2 = c1Var.i; List list = c1Var.j; if (this.A.j) { - x0 x0Var = this.f950z.h; + x0 x0Var = this.f949z.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.f868c; + c.i.a.c.f2.g[] gVarArr = mVar3.f867c; 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.f1016c != j2) { + if (y0Var.f1015c != j2) { x0Var.f = y0Var.a(j2); } } uVar = uVar2; trackGroupArray = trackGroupArray3; mVar = mVar3; - } else if (!aVar.equals(c1Var.f777c)) { + } else if (!aVar.equals(c1Var.f776c)) { 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.f950z.j; + x0 x0Var = this.f949z.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.f950z.h; + x0 x0Var = this.f949z.h; long j = x0Var.f.e; - return x0Var.d && (j == -9223372036854775807L || this.E.f778s < j || !e0()); + return x0Var.d && (j == -9223372036854775807L || this.E.f777s < 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.f950z.j; + x0 x0Var = this.f949z.j; long o = o(!x0Var.d ? 0 : x0Var.a.c()); - if (x0Var == this.f950z.h) { + if (x0Var == this.f949z.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.f950z.j; + x0 x0Var2 = this.f949z.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.f949y).a; + o0 o0Var = ((o) this.f948y).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 d1652feabe..67896c6b73 100644 --- a/app/src/main/java/c/i/a/c/q1.java +++ b/app/src/main/java/c/i/a/c/q1.java @@ -18,7 +18,7 @@ public final class q1 { public final Handler b; /* renamed from: c reason: collision with root package name */ - public final b f955c; + public final b f954c; public final AudioManager d; @Nullable public c e; @@ -46,7 +46,7 @@ public final class q1 { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = handler; - this.f955c = bVar; + this.f954c = bVar; AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); 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 f1015b6e27..5f48616710 100644 --- a/app/src/main/java/c/i/a/c/r1.java +++ b/app/src/main/java/c/i/a/c/r1.java @@ -53,13 +53,13 @@ public abstract class r1 { public Object b; /* renamed from: c reason: collision with root package name */ - public int f956c; + public int f955c; public long d; public long e; public c.i.a.c.d2.j0.a f = c.i.a.c.d2.j0.a.a; public long a(int i, int i2) { - a.C0088a aVar = this.f.e[i]; + a.C0089a aVar = this.f.e[i]; if (aVar.a != -1) { return aVar.d[i2]; } @@ -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.f956c == bVar.f956c && 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.f955c == bVar.f955c && 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.f956c) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31); + return this.f.hashCode() + ((((((((hashCode + i) * 31) + this.f955c) * 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 f957c = a; + public Object f956c = 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 f958s; + public long f957s; 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.f957c = obj; + this.f956c = 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.f958s = j6; + this.f957s = j6; this.n = false; return this; } @@ -227,11 +227,11 @@ public abstract class r1 { return false; } c cVar = (c) obj; - return f0.a(this.f957c, cVar.f957c) && 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.f958s == cVar.f958s; + return f0.a(this.f956c, cVar.f956c) && 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.f957s == cVar.f957s; } public int hashCode() { - int hashCode = (this.e.hashCode() + ((this.f957c.hashCode() + 217) * 31)) * 31; + int hashCode = (this.e.hashCode() + ((this.f956c.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.f958s; + long j6 = this.f957s; 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).f956c; + int i3 = g(i, bVar, false).f955c; if (n(i3, cVar).p != i) { return i + 1; } @@ -361,7 +361,7 @@ public abstract class r1 { } } int i2 = cVar.o; - long j3 = cVar.f958s + j; + long j3 = cVar.f957s + 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 46f7b09a57..adc28ed15b 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 f959c; + public boolean f958c; 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.f959c || !this.d) { + if (!this.f958c || !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 0f6e9710ab..e38ce6e44e 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.f936s - dVar.f952c; - o0Var.f936s = i; + int i = o0Var.f935s - dVar.f951c; + o0Var.f935s = 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.f937x.b.q() && r1Var.q()) { - o0Var.f938y = -1; - o0Var.f939z = 0; + if (!o0Var.f936x.b.q() && r1Var.q()) { + o0Var.f937y = -1; + o0Var.f938z = 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 f5981d23de..5731b19281 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 f960c; + public boolean f959c; 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.f960c || !this.d) { + if (!this.f959c || !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 63fc03de3f..003fc590b3 100644 --- a/app/src/main/java/c/i/a/c/u1/c1.java +++ b/app/src/main/java/c/i/a/c/u1/c1.java @@ -54,7 +54,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { public u b = q0.k; /* renamed from: c reason: collision with root package name */ - public c.i.b.b.w f961c = r0.l; + public c.i.b.b.w f960c = r0.l; @Nullable public y.a d; public y.a e; @@ -89,7 +89,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { if (!aVar.a.equals(obj)) { return false; } - return (z2 && aVar.b == i && aVar.f814c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); + return (z2 && aVar.b == i && aVar.f813c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); } public final void a(w.a aVar, @Nullable y.a aVar2, r1 r1Var) { @@ -98,7 +98,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { aVar.c(aVar2, r1Var); return; } - r1 r1Var2 = this.f961c.get(aVar2); + r1 r1Var2 = this.f960c.get(aVar2); if (r1Var2 != null) { aVar.c(aVar2, r1Var2); } @@ -123,7 +123,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { a(aVar, this.d, r1Var); } } - this.f961c = aVar.a(); + this.f960c = aVar.a(); } } @@ -379,7 +379,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { boolean z3 = r1Var.equals(this.o.D()) && i == this.o.o(); long j2 = 0; if (aVar2 != null && aVar2.a()) { - if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f814c) { + if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f813c) { z2 = true; } if (z2) { @@ -407,9 +407,9 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { public final d1.a a0(@Nullable y.a aVar) { Objects.requireNonNull(this.o); - r1 r1Var = aVar == null ? null : this.l.f961c.get(aVar); + r1 r1Var = aVar == null ? null : this.l.f960c.get(aVar); if (aVar != null && r1Var != null) { - return Z(r1Var, r1Var.h(aVar.a, this.j).f956c, aVar); + return Z(r1Var, r1Var.h(aVar.a, this.j).f955c, aVar); } int o = this.o.o(); r1 D = this.o.D(); @@ -433,7 +433,7 @@ public class c1 implements g1.a, q, w, z, d.a, c.i.a.c.z1.q { Objects.requireNonNull(this.o); boolean z2 = false; if (aVar != null) { - if (this.l.f961c.get(aVar) != null) { + if (this.l.f960c.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 20e5038e7e..5e48bfe53c 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 f962c; + public final int f961c; @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.f962c = i; + this.f961c = 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.f962c == aVar.f962c && 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.f961c == aVar.f961c && 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.f962c), 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.f961c), 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 1fb9aa2d32..9851f70856 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 f963c; + public final /* synthetic */ u f962c; 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.f963c = uVar; + this.f962c = 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 4f9bcc7e05..1658b5d321 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 f964c; + public final /* synthetic */ k f963c; public /* synthetic */ h(d1.a aVar, TrackGroupArray trackGroupArray, k kVar) { this.a = aVar; this.b = trackGroupArray; - this.f964c = kVar; + this.f963c = 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 0aa74d81c0..4e6a402e1f 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 f965c; + public final /* synthetic */ u f964c; public /* synthetic */ i0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f965c = uVar; + this.f964c = 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 0652236c01..9fe5964569 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 f966c; + public final /* synthetic */ int f965c; 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.f966c = i2; + this.f965c = 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 7b0019319e..be51575028 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 f967c; + public final /* synthetic */ long f966c; public final /* synthetic */ long d; public /* synthetic */ k(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f967c = j; + this.f966c = 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 0dbcd7bbf4..da5fe2b9f6 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 f968c; + public final /* synthetic */ e f967c; public /* synthetic */ l0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f968c = eVar; + this.f967c = 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 5545870505..3a055dfeda 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 f969c; + public final /* synthetic */ long f968c; public /* synthetic */ m(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f969c = j; + this.f968c = 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 2ef7875a31..10ffd4842c 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 f970c; + public final /* synthetic */ e f969c; public /* synthetic */ m0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f970c = eVar; + this.f969c = 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 8ce9624318..9b216b8ffc 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 f971c; + public final /* synthetic */ int f970c; public /* synthetic */ n(d1.a aVar, int i, int i2) { this.a = aVar; this.b = i; - this.f971c = i2; + this.f970c = 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 6ac944dbd1..c9d42108c8 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 f972c; + public final /* synthetic */ u f971c; public /* synthetic */ n0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f972c = uVar; + this.f971c = 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 369cee2e4c..d2d0412545 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 f973c; + public final /* synthetic */ int f972c; public /* synthetic */ o(d1.a aVar, v0 v0Var, int i) { this.a = aVar; this.b = v0Var; - this.f973c = i; + this.f972c = 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 75d9c24ae1..cb8ff4c494 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 f974c; + public final /* synthetic */ int f973c; public /* synthetic */ o0(d1.a aVar, long j, int i) { this.a = aVar; this.b = j; - this.f974c = i; + this.f973c = 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 d2445a61b5..f15ff2294c 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 f975c; + public final /* synthetic */ int f974c; public /* synthetic */ s0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f975c = i; + this.f974c = 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 9f804369e6..b70c21e647 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 f976c; + public final /* synthetic */ int f975c; public /* synthetic */ t0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f976c = i; + this.f975c = 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 9c01832622..7312a98776 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 f977c; + public final /* synthetic */ long f976c; public /* synthetic */ v0(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f977c = j; + this.f976c = 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 7d3507074b..95d1dea2f5 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 f978c; + public final /* synthetic */ u f977c; public /* synthetic */ w(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f978c = uVar; + this.f977c = 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 a9a711d94b..870dbe53e9 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 f979c; + public final /* synthetic */ long f978c; public /* synthetic */ z(d1.a aVar, int i, long j) { this.a = aVar; this.b = i; - this.f979c = j; + this.f978c = 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 68773fe6a9..5a2f7ecf19 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 f980c; + public final /* synthetic */ long f979c; public final /* synthetic */ long d; public /* synthetic */ z0(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f980c = j; + this.f979c = 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 0e8581770b..c32a37b680 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 f981c; + public final f f980c; 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 f982c; + public String f981c; 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 f983s; + public Uri f982s; @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 f984x = -9223372036854775807L; + public long f983x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f985y = -9223372036854775807L; + public long f984y = -9223372036854775807L; /* renamed from: z reason: collision with root package name */ - public float f986z = -3.4028235E38f; + public float f985z = -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.f982c; + String str = this.f981c; 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.f983s; + Uri uri2 = this.f982s; 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.f984x, this.f985y, this.f986z, this.A); + f fVar = new f(this.w, this.f983x, this.f984y, this.f985z, 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 f987c; + public final boolean f986c; 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.f987c = z2; + this.f986c = 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.f987c == dVar.f987c && this.d == dVar.d && this.e == dVar.e; + return this.a == dVar.a && this.b == dVar.b && this.f986c == dVar.f986c && 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.f987c ? 1 : 0)) * 31) + (this.d ? 1 : 0)) * 31) + (this.e ? 1 : 0); + return (((((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + (this.f986c ? 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 f988c; + public final Map f987c; 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.f988c = map; + this.f987c = 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.f988c, eVar.f988c) && 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.f987c, eVar.f987c) && 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.f988c.hashCode(); + int hashCode3 = this.f987c.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 f989c; + public final long f988c; 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.f989c = j3; + this.f988c = 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.f989c == fVar.f989c && this.d == fVar.d && this.e == fVar.e; + return this.a == fVar.a && this.b == fVar.b && this.f988c == fVar.f988c && this.d == fVar.d && this.e == fVar.e; } public int hashCode() { long j = this.a; long j2 = this.b; - long j3 = this.f989c; + long j3 = this.f988c; 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 f990c; + public final e f989c; @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.f990c = eVar; + this.f989c = 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.f990c, gVar.f990c) && 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.f989c, gVar.f989c) && 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.f990c; + e eVar = this.f989c; 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.f981c = fVar; + this.f980c = 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.f981c, v0Var.f981c) && 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.f980c, v0Var.f980c) && 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.f981c.hashCode(); + int hashCode3 = this.f980c.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 017485af3e..b699624b26 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.f2241c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2245c, 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 a6aa6c76c3..216d229491 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 f991s; + public boolean f990s; 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.f991s = true; + this.f990s = 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.f991s) { + if (this.f990s) { 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.f991s = false; + this.f990s = 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.f991s) { + if (!this.f990s) { 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.f991s = true; + this.f990s = 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 92c5b9ad96..0a4c9c2fa9 100644 --- a/app/src/main/java/c/i/a/c/v1/c0.java +++ b/app/src/main/java/c/i/a/c/v1/c0.java @@ -9,7 +9,7 @@ public final class c0 { public final int b; /* renamed from: c reason: collision with root package name */ - public final float f992c; + public final float f991c; public final float d; public final float e; public final int f; @@ -27,7 +27,7 @@ public final class c0 { public int r; /* renamed from: s reason: collision with root package name */ - public int f993s; + public int f992s; public int t; public int u; public int v; @@ -35,7 +35,7 @@ public final class c0 { public c0(int i, int i2, float f, float f2, int i3) { this.a = i; this.b = i2; - this.f992c = f; + this.f991c = f; this.d = f2; this.e = ((float) i) / ((float) i3); this.f = i / 400; @@ -127,7 +127,7 @@ public final class c0 { int i6; int i7; int i8 = this.m; - float f = this.f992c; + float f = this.f991c; float f2 = this.d; float f3 = f / f2; float f4 = this.e * f2; @@ -178,9 +178,9 @@ public final class c0 { } } int i21 = this.u; - int i22 = i21 != 0 && this.f993s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f993s : i5; + int i22 = i21 != 0 && this.f992s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f992s : i5; this.t = i21; - this.f993s = i5; + this.f992s = 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 aa52743c6a..8360ceebc1 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 f994c = 1.0f; + public float f993c = 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.f994c - 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.f993c - 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.f2241c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2245c, 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.f992c; + float f = c0Var.f991c; 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.f2241c, this.f994c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2245c, this.f993c, 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.f993s = 0; + c0Var.f992s = 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.f994c = 1.0f; + this.f993c = 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 ad17f86292..d159ea05c6 100644 --- a/app/src/main/java/c/i/a/c/v1/k.java +++ b/app/src/main/java/c/i/a/c/v1/k.java @@ -15,12 +15,12 @@ public final class k { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f995c; + public final String f994c; public b(int i, int i2, String str, a aVar) { this.a = i; this.b = i2; - this.f995c = str; + this.f994c = str; } } diff --git a/app/src/main/java/c/i/a/c/v1/l.java b/app/src/main/java/c/i/a/c/v1/l.java index 69bc4439b1..4108540443 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[] f996c = {24000, 22050, 16000}; + public static final int[] f995c = {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 d002f46169..9b2a96337f 100644 --- a/app/src/main/java/c/i/a/c/v1/m.java +++ b/app/src/main/java/c/i/a/c/v1/m.java @@ -13,12 +13,12 @@ public final class m { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f997c; + public final int f996c; public b(int i, int i2, int i3, int i4, int i5, a aVar) { this.a = i3; this.b = i4; - this.f997c = i5; + this.f996c = 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 5d87de694a..f77134c8a8 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 f998c; + public final int f997c; 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.f998c = i2; + this.f997c = 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.f998c).setUsage(this.d); + AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.b).setFlags(this.f997c).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.f998c == nVar.f998c && this.d == nVar.d && this.e == nVar.e; + return this.b == nVar.b && this.f997c == nVar.f997c && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((((527 + this.b) * 31) + this.f998c) * 31) + this.d) * 31) + this.e; + return ((((((527 + this.b) * 31) + this.f997c) * 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 747744da06..1347df2ed6 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[] f999c; + public final int[] f998c; public final int d; public o(@Nullable int[] iArr, int i) { if (iArr != null) { int[] copyOf = Arrays.copyOf(iArr, iArr.length); - this.f999c = copyOf; + this.f998c = copyOf; Arrays.sort(copyOf); } else { - this.f999c = new int[0]; + this.f998c = new int[0]; } this.d = i; } public boolean a(int i) { - return Arrays.binarySearch(this.f999c, i) >= 0; + return Arrays.binarySearch(this.f998c, 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.f999c, oVar.f999c) && this.d == oVar.d; + return Arrays.equals(this.f998c, oVar.f998c) && this.d == oVar.d; } public int hashCode() { - return (Arrays.hashCode(this.f999c) * 31) + this.d; + return (Arrays.hashCode(this.f998c) * 31) + this.d; } public String toString() { - StringBuilder K = a.K("AudioCapabilities[maxChannelCount="); - K.append(this.d); - K.append(", supportedEncodings="); - K.append(Arrays.toString(this.f999c)); - K.append("]"); - return K.toString(); + StringBuilder L = a.L("AudioCapabilities[maxChannelCount="); + L.append(this.d); + L.append(", supportedEncodings="); + L.append(Arrays.toString(this.f998c)); + L.append("]"); + return L.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 1a6b1cdeee..a6eb0631b9 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 f1000c; + public long f999c; 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 f1001c; + public long f1000c; public long d; public long e; @@ -54,7 +54,7 @@ public final class r { if (i == 0) { this.e = 0; this.f = -1; - this.f1000c = System.nanoTime() / 1000; + this.f999c = 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 c67548658a..c5d39988c9 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 f1002c; + public AudioTrack f1001c; 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 f1003s; + public long f1002s; public long t; public long u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public long f1004x; + public long f1003x; /* renamed from: y reason: collision with root package name */ - public long f1005y; + public long f1004y; /* renamed from: z reason: collision with root package name */ - public long f1006z; + public long f1005z; /* compiled from: AudioTrackPositionTracker */ public interface a { @@ -83,10 +83,10 @@ public final class s { } public final long b() { - AudioTrack audioTrack = this.f1002c; + AudioTrack audioTrack = this.f1001c; Objects.requireNonNull(audioTrack); - if (this.f1004x != -9223372036854775807L) { - return Math.min(this.A, this.f1006z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1004x) * ((long) this.g)) / 1000000)); + if (this.f1003x != -9223372036854775807L) { + return Math.min(this.A, this.f1005z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1003x) * ((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.f1003s; + this.u = this.f1002s; } playbackHeadPosition += this.u; } if (f0.a <= 29) { - if (playbackHeadPosition == 0 && this.f1003s > 0 && playState == 3) { - if (this.f1005y == -9223372036854775807L) { - this.f1005y = SystemClock.elapsedRealtime(); + if (playbackHeadPosition == 0 && this.f1002s > 0 && playState == 3) { + if (this.f1004y == -9223372036854775807L) { + this.f1004y = SystemClock.elapsedRealtime(); } - return this.f1003s; + return this.f1002s; } - this.f1005y = -9223372036854775807L; + this.f1004y = -9223372036854775807L; } - if (this.f1003s > playbackHeadPosition) { + if (this.f1002s > playbackHeadPosition) { this.t++; } - this.f1003s = playbackHeadPosition; + this.f1002s = 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.f1002c; + AudioTrack audioTrack = this.f1001c; 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.f1002c = null; + this.f1001c = 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.f1002c = audioTrack; + this.f1001c = 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.f1003s = 0; + this.f1002s = 0; this.t = 0; this.u = 0; this.p = false; - this.f1004x = -9223372036854775807L; - this.f1005y = -9223372036854775807L; + this.f1003x = -9223372036854775807L; + this.f1004y = -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 0044b59454..51ff731142 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 f1007c; + public AudioProcessor.a f1006c; 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.f1007c = aVar; + this.f1006c = 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.f1007c = this.e; + this.f1006c = this.e; g(); } @@ -98,7 +98,7 @@ public abstract class u implements AudioProcessor { this.d = aVar; this.e = aVar; this.b = aVar; - this.f1007c = aVar; + this.f1006c = 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 e9b6aa52bd..597afad167 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.f1007c.e); + ByteBuffer j = j(((limit - position) / this.b.e) * this.f1006c.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.f2241c != iArr.length; + boolean z2 = aVar.f2245c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2241c) { + if (i2 < aVar.f2245c) { 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 62d7ae674b..91bffb708e 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[] f1008c = {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[] f1007c = {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 5e514e1f7d..b9ef78e194 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.f2241c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2245c, 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 ef53da197c..0b70aedebc 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,12 +189,12 @@ public class y extends MediaCodecRenderer implements r { this.S0 = C0; String str = sVar.a; int i = f0.a; - if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f908c)) { + if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f907c)) { String str2 = f0.b; if (str2.startsWith("zeroflte") || str2.startsWith("herolte") || str2.startsWith("heroqlte")) { z2 = true; this.T0 = z2; - String str3 = sVar.f774c; + String str3 = sVar.f773c; int i2 = this.S0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str3); @@ -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.f2238x = i3; - bVar.f2239y = i4; - bVar.f2240z = 4; + bVar.f2242x = i3; + bVar.f2243y = i4; + bVar.f2244z = 4; if (audioSink.s(bVar.a()) == 2) { mediaFormat.setInteger("pcm-encoding", 4); } @@ -247,7 +247,7 @@ public class y extends MediaCodecRenderer implements r { } z2 = false; this.T0 = z2; - String str3 = sVar.f774c; + String str3 = sVar.f773c; int i2 = this.S0; mediaFormat = new MediaFormat(); mediaFormat.setString("mime", str3); @@ -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.f2240z = r; + bVar.f2244z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2238x = mediaFormat.getInteger("channel-count"); - bVar.f2239y = mediaFormat.getInteger("sample-rate"); + bVar.f2242x = mediaFormat.getInteger("channel-count"); + bVar.f2243y = 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.f2238x = i2; - bVar.f2239y = i3; - bVar.f2240z = 2; + bVar.f2242x = i2; + bVar.f2243y = i3; + bVar.f2244z = 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 9e5165e06f..3cacc74b2e 100644 --- a/app/src/main/java/c/i/a/c/v1/z.java +++ b/app/src/main/java/c/i/a/c/v1/z.java @@ -8,7 +8,7 @@ public final class z { public static final int[] b = {44100, 48000, 32000}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1009c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; + public static final int[] f1008c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; public static final int[] d = {32000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 144000, 160000, 176000, 192000, 224000, 256000}; public static final int[] e = {32000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000, 384000}; public static final int[] f = {32000, 40000, 48000, 56000, 64000, RestAPIAbortCodes.RELATIONSHIP_INCOMING_DISABLED, 96000, 112000, 128000, 160000, 192000, 224000, 256000, 320000}; @@ -21,7 +21,7 @@ public final class z { public String b; /* renamed from: c reason: collision with root package name */ - public int f1010c; + public int f1009c; public int d; public int e; public int f; @@ -48,22 +48,22 @@ public final class z { int i8 = (i >>> 9) & 1; this.g = z.b(i2, i3); if (i3 == 3) { - int i9 = i2 == 3 ? z.f1009c[i4 - 1] : z.d[i4 - 1]; + int i9 = i2 == 3 ? z.f1008c[i4 - 1] : z.d[i4 - 1]; this.f = i9; - this.f1010c = (((i9 * 12) / this.d) + i8) * 4; + this.f1009c = (((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.f1010c = ((i11 * 144) / this.d) + i8; + this.f1009c = ((i11 * 144) / this.d) + i8; } else { int i12 = z.g[i4 - 1]; this.f = i12; if (i3 == 1) { i10 = 72; } - this.f1010c = ((i10 * i12) / this.d) + i8; + this.f1009c = ((i10 * i12) / this.d) + i8; } } if (((i >> 6) & 3) == 3) { @@ -90,7 +90,7 @@ public final class z { } int i7 = (i >>> 9) & 1; if (i3 == 3) { - return ((((i2 == 3 ? f1009c[i4 - 1] : d[i4 - 1]) * 12) / i6) + i7) * 4; + return ((((i2 == 3 ? f1008c[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 38dd51c790..cc91edce94 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[] f1011c; + public final f0[] f1010c; 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.f1011c = new f0[l1VarArr.length]; + this.f1010c = 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.f765c.get(obj); + b1.c cVar = b1Var.f764c.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.f767c.add(b); + cVar.f766c.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.f1011c; + f0[] f0VarArr = this.f1010c; 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.f868c, this.h, this.f1011c, zArr, j); - f0[] f0VarArr2 = this.f1011c; + long m = this.a.m(mVar.f867c, this.h, this.f1010c, zArr, j); + f0[] f0VarArr2 = this.f1010c; 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.f1011c; + f0[] f0VarArr3 = this.f1010c; if (i4 >= f0VarArr3.length) { return m; } @@ -125,7 +125,7 @@ public final class x0 { this.e = true; } } else { - AnimatableValueParser.D(mVar.f868c[i4] == null); + AnimatableValueParser.D(mVar.f867c[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.f868c[i]; + g gVar = this.n.f867c[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.f868c[i]; + g gVar = this.n.f867c[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.f868c; + g[] gVarArr = b.f867c; 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 1d2055e8fb..2cf830f364 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 f1012c; + public int f1011c; @Nullable public int[] d; @Nullable @@ -22,16 +22,16 @@ public final class b { public int h; public final MediaCodec.CryptoInfo i; @Nullable - public final C0096b j; + public final C0097b j; /* compiled from: CryptoInfo */ @RequiresApi(24) /* renamed from: c.i.a.c.x1.b$b reason: collision with other inner class name */ - public static final class C0096b { + public static final class C0097b { public final MediaCodec.CryptoInfo a; public final MediaCodec.CryptoInfo.Pattern b = new MediaCodec.CryptoInfo.Pattern(0, 0); - public C0096b(MediaCodec.CryptoInfo cryptoInfo, a aVar) { + public C0097b(MediaCodec.CryptoInfo cryptoInfo, a aVar) { this.a = cryptoInfo; } } @@ -39,6 +39,6 @@ public final class b { public b() { MediaCodec.CryptoInfo cryptoInfo = new MediaCodec.CryptoInfo(); this.i = cryptoInfo; - this.j = f0.a >= 24 ? new C0096b(cryptoInfo, null) : null; + this.j = f0.a >= 24 ? new C0097b(cryptoInfo, null) : null; } } 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 5fe33f2b9a..089940cae9 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 f1013c; + public int f1012c; 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 3c1217f3c5..a9fbd15d55 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 f1014c; + public final Format f1013c; 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.f1014c = format2; + this.f1013c = 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.f1014c.equals(eVar.f1014c); + return this.d == eVar.d && this.e == eVar.e && this.a.equals(eVar.a) && this.b.equals(eVar.b) && this.f1013c.equals(eVar.f1013c); } public int hashCode() { int m = a.m(this.a, (((this.d + 527) * 31) + this.e) * 31, 31); - return this.f1014c.hashCode() + ((this.b.hashCode() + m) * 31); + return this.f1013c.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 b5f0e00637..c369bf0333 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 f1015c = new ArrayDeque<>(); + public final ArrayDeque f1014c = 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.f1014c.isEmpty() && this.h > 0) { break; } this.b.wait(); @@ -132,7 +132,7 @@ public abstract class g 0) { + if (!this.f1014c.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 5e4b89ae46..0236b17be6 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.f1018c; + c1 c1Var = z0Var.f1017c; 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 d80bf7e09d..1de4622547 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 f1016c; + public final long f1015c; 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.f1016c = j2; + this.f1015c = 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.f1016c ? this : new y0(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h); + return j == this.f1015c ? 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.f1016c, this.d, this.e, this.f, this.g, this.h); + return j == this.b ? this : new y0(this.a, j, this.f1015c, 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.f1016c == y0Var.f1016c && 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.f1015c == y0Var.f1015c && 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.f1016c)) * 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.f1015c)) * 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 f9e68d689a..8b44508306 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 f1017c; + public final int f1016c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f1017c = i3; + this.f1016c = 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.f1017c == aVar.f1017c; + return this.a == aVar.a && this.b == aVar.b && this.f1016c == aVar.f1016c; } public int hashCode() { - return ((((527 + this.a) * 31) + this.b) * 31) + this.f1017c; + return ((((527 + this.a) * 31) + this.b) * 31) + this.f1016c; } } 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 40eef86f90..98c4cc971a 100644 --- a/app/src/main/java/c/i/a/c/z0.java +++ b/app/src/main/java/c/i/a/c/z0.java @@ -17,7 +17,7 @@ public final class z0 { @Nullable /* renamed from: c reason: collision with root package name */ - public final c1 f1018c; + public final c1 f1017c; public final Handler d; public long e; public int f; @@ -34,7 +34,7 @@ public final class z0 { public long m; public z0(@Nullable c1 c1Var, Handler handler) { - this.f1018c = c1Var; + this.f1017c = c1Var; this.d = handler; } @@ -97,7 +97,7 @@ public final class z0 { if (d == -1) { return null; } - int i = r1Var.g(d, this.a, true).f956c; + int i = r1Var.g(d, this.a, true).f955c; Object obj = this.a.b; long j5 = y0Var.a.d; if (r1Var.n(i, this.b).o == d) { @@ -125,26 +125,26 @@ public final class z0 { r1Var.h(aVar.a, this.a); if (aVar.a()) { int i2 = aVar.b; - a.C0088a[] aVarArr = this.a.f.e; + a.C0089a[] aVarArr = this.a.f.e; int i3 = aVarArr[i2].a; if (i3 == -1) { return null; } - int a = aVarArr[i2].a(aVar.f814c); + int a = aVarArr[i2].a(aVar.f813c); if (a < i3) { - return e(r1Var, aVar.a, i2, a, y0Var.f1016c, aVar.d); + return e(r1Var, aVar.a, i2, a, y0Var.f1015c, aVar.d); } - long j6 = y0Var.f1016c; + long j6 = y0Var.f1015c; if (j6 == -9223372036854775807L) { r1.c cVar = this.b; r1.b bVar = this.a; - Pair k2 = r1Var.k(cVar, bVar, bVar.f956c, -9223372036854775807L, Math.max(0L, j3)); + Pair k2 = r1Var.k(cVar, bVar, bVar.f955c, -9223372036854775807L, Math.max(0L, j3)); if (k2 == null) { return null; } j6 = ((Long) k2.second).longValue(); } - return f(r1Var, aVar.a, j6, y0Var.f1016c, aVar.d); + return f(r1Var, aVar.a, j6, y0Var.f1015c, aVar.d); } int c2 = this.a.c(y0Var.d); if (c2 == -1) { @@ -158,7 +158,7 @@ public final class z0 { @Nullable public final y0 d(r1 r1Var, y.a aVar, long j, long j2) { r1Var.h(aVar.a, this.a); - return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f814c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); + return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f813c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); } public final y0 e(r1 r1Var, Object obj, int i, int i2, long j, long j2) { @@ -192,14 +192,14 @@ public final class z0 { boolean i = i(r1Var, aVar, h); r1Var.h(y0Var.a.a, this.a); if (aVar.a()) { - j = this.a.a(aVar.b, aVar.f814c); + j = this.a.a(aVar.b, aVar.f813c); } else { j = y0Var.d; if (j == -9223372036854775807L || j == Long.MIN_VALUE) { j = this.a.d; } } - return new y0(aVar, y0Var.b, y0Var.f1016c, y0Var.d, j, h, j2, i); + return new y0(aVar, y0Var.b, y0Var.f1015c, y0Var.d, j, h, j2, i); } public final boolean h(y.a aVar) { @@ -208,7 +208,7 @@ public final class z0 { public final boolean i(r1 r1Var, y.a aVar, boolean z2) { int b = r1Var.b(aVar.a); - if (r1Var.n(r1Var.f(b, this.a).f956c, this.b).k) { + if (r1Var.n(r1Var.f(b, this.a).f955c, this.b).k) { return false; } return (r1Var.d(b, this.a, this.b, this.f, this.g) == -1) && z2; @@ -218,11 +218,11 @@ public final class z0 { if (!h(aVar)) { return false; } - return r1Var.n(r1Var.h(aVar.a, this.a).f956c, this.b).p == r1Var.b(aVar.a); + return r1Var.n(r1Var.h(aVar.a, this.a).f955c, this.b).p == r1Var.b(aVar.a); } public final void k() { - if (this.f1018c != null) { + if (this.f1017c != null) { c.i.b.b.a aVar = u.j; u.a aVar2 = new u.a(); for (x0 x0Var = this.h; x0Var != null; x0Var = x0Var.l) { @@ -275,9 +275,9 @@ public final class z0 { public y.a n(r1 r1Var, Object obj, long j) { long j2; int b; - int i = r1Var.h(obj, this.a).f956c; + int i = r1Var.h(obj, this.a).f955c; Object obj2 = this.l; - if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f956c != i) { + if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f955c != i) { x0 x0Var = this.h; while (true) { if (x0Var == null) { @@ -285,7 +285,7 @@ public final class z0 { while (true) { if (x0Var2 != null) { int b2 = r1Var.b(x0Var2.b); - if (b2 != -1 && r1Var.f(b2, this.a).f956c == i) { + if (b2 != -1 && r1Var.f(b2, this.a).f955c == i) { j2 = x0Var2.f.a.d; break; } @@ -360,7 +360,7 @@ public final class z0 { } return !m; } - x0Var.f = y0Var.a(y0Var2.f1016c); + x0Var.f = y0Var.a(y0Var2.f1015c); 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 6e304e1576..483939890f 100644 --- a/app/src/main/java/c/i/a/c/z1/a0.java +++ b/app/src/main/java/c/i/a/c/z1/a0.java @@ -30,14 +30,14 @@ public final class a0 implements b0 { public final String b; /* renamed from: c reason: collision with root package name */ - public final boolean f1019c; + public final boolean f1018c; 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.f1019c = z2; + this.f1018c = z2; this.d = new HashMap(); } @@ -92,7 +92,7 @@ public final class a0 implements b0 { throw th; } } catch (Exception e2) { - Uri uri = vVar.f895c; + Uri uri = vVar.f894c; Objects.requireNonNull(uri); throw new MediaDrmCallbackException(lVar, uri, vVar.j(), vVar.b, e2); } @@ -101,13 +101,13 @@ public final class a0 implements b0 { public byte[] a(UUID uuid, x.a aVar) throws MediaDrmCallbackException { String str = aVar.b; - if (this.f1019c || TextUtils.isEmpty(str)) { + if (this.f1018c || 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.f882c.equals(uuid) ? RestAPIBuilder.CONTENT_TYPE_JSON : "application/octet-stream"); + hashMap.put("Content-Type", uuid2.equals(uuid) ? "text/xml" : h0.f881c.equals(uuid) ? RestAPIBuilder.CONTENT_TYPE_JSON : "application/octet-stream"); if (uuid2.equals(uuid)) { hashMap.put("SOAPAction", "http://schemas.microsoft.com/DRM/2007/03/protocols/AcquireLicense"); } diff --git a/app/src/main/java/c/i/a/c/z1/m.java b/app/src/main/java/c/i/a/c/z1/m.java index 9c42614e20..564fb9318c 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.f2256x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2260x; 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 6d6a678c12..b58548e59f 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 f1020c; + public s f1019c; @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.f988c.entrySet()) { + for (Map.Entry entry : eVar.f987c.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 44d9b08f2e..19096299cd 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,83 +17,83 @@ public interface q { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f1021c; + public final CopyOnWriteArrayList f1020c; /* compiled from: DrmSessionEventListener */ /* renamed from: c.i.a.c.z1.q$a$a reason: collision with other inner class name */ - public static final class C0097a { + public static final class C0098a { public Handler a; public q b; - public C0097a(Handler handler, q qVar) { + public C0098a(Handler handler, q qVar) { this.a = handler; this.b = qVar; } } public a() { - this.f1021c = new CopyOnWriteArrayList<>(); + this.f1020c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; } - public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar) { - this.f1021c = copyOnWriteArrayList; + public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar) { + this.f1020c = copyOnWriteArrayList; this.a = i; this.b = aVar; } public void a() { - Iterator it = this.f1021c.iterator(); + Iterator it = this.f1020c.iterator(); while (it.hasNext()) { - C0097a next = it.next(); + C0098a next = it.next(); f0.D(next.a, new h(this, next.b)); } } public void b() { - Iterator it = this.f1021c.iterator(); + Iterator it = this.f1020c.iterator(); while (it.hasNext()) { - C0097a next = it.next(); + C0098a next = it.next(); f0.D(next.a, new g(this, next.b)); } } public void c() { - Iterator it = this.f1021c.iterator(); + Iterator it = this.f1020c.iterator(); while (it.hasNext()) { - C0097a next = it.next(); + C0098a next = it.next(); f0.D(next.a, new i(this, next.b)); } } public void d() { - Iterator it = this.f1021c.iterator(); + Iterator it = this.f1020c.iterator(); while (it.hasNext()) { - C0097a next = it.next(); + C0098a next = it.next(); f0.D(next.a, new e(this, next.b)); } } public void e(Exception exc) { - Iterator it = this.f1021c.iterator(); + Iterator it = this.f1020c.iterator(); while (it.hasNext()) { - C0097a next = it.next(); + C0098a next = it.next(); f0.D(next.a, new j(this, next.b, exc)); } } public void f() { - Iterator it = this.f1021c.iterator(); + Iterator it = this.f1020c.iterator(); while (it.hasNext()) { - C0097a next = it.next(); + C0098a next = it.next(); f0.D(next.a, new f(this, next.b)); } } @CheckResult public a g(int i, @Nullable y.a aVar) { - return new a(this.f1021c, i, aVar); + return new a(this.f1020c, 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 4152dc847c..603c35b260 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[] f1022c; + public final byte[] f1021c; public final boolean d; static { boolean z2; - if ("Amazon".equals(f0.f908c)) { + if ("Amazon".equals(f0.f907c)) { 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.f1022c = bArr; + this.f1021c = 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 8eec56daf9..5319f3c980 100644 --- a/app/src/main/java/c/i/a/c/z1/z.java +++ b/app/src/main/java/c/i/a/c/z1/z.java @@ -38,7 +38,7 @@ public final class z implements x { public final UUID b; /* renamed from: c reason: collision with root package name */ - public final MediaDrm f1023c; + public final MediaDrm f1022c; public int d; public z(UUID uuid) throws UnsupportedSchemeException { @@ -46,8 +46,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.f882c.equals(uuid)) ? uuid : uuid2); - this.f1023c = mediaDrm; + MediaDrm mediaDrm = new MediaDrm((f0.a >= 27 || !h0.f881c.equals(uuid)) ? uuid : uuid2); + this.f1022c = mediaDrm; this.d = 1; if (h0.d.equals(uuid) && "ASUS_Z00AD".equals(f0.d)) { mediaDrm.setPropertyString("securityLevel", "L3"); @@ -61,15 +61,15 @@ public final class z implements x { @Override // c.i.a.c.z1.x public Map b(byte[] bArr) { - return this.f1023c.queryKeyStatus(bArr); + return this.f1022c.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.f1023c.getPropertyString("securityLevel")); + boolean z2 = i < 21 && h0.d.equals(this.b) && "L3".equals(this.f1022c.getPropertyString("securityLevel")); UUID uuid = this.b; - if (i < 27 && h0.f882c.equals(uuid)) { + if (i < 27 && h0.f881c.equals(uuid)) { uuid = h0.b; } return new y(uuid, bArr, z2); @@ -77,34 +77,34 @@ public final class z implements x { @Override // c.i.a.c.z1.x public x.d d() { - MediaDrm.ProvisionRequest provisionRequest = this.f1023c.getProvisionRequest(); + MediaDrm.ProvisionRequest provisionRequest = this.f1022c.getProvisionRequest(); return new x.d(provisionRequest.getData(), provisionRequest.getDefaultUrl()); } @Override // c.i.a.c.z1.x public byte[] e() throws MediaDrmException { - return this.f1023c.openSession(); + return this.f1022c.openSession(); } @Override // c.i.a.c.z1.x public void f(byte[] bArr, byte[] bArr2) { - this.f1023c.restoreKeys(bArr, bArr2); + this.f1022c.restoreKeys(bArr, bArr2); } @Override // c.i.a.c.z1.x public void g(byte[] bArr) { - this.f1023c.closeSession(bArr); + this.f1022c.closeSession(bArr); } @Override // c.i.a.c.z1.x public void h(@Nullable x.b bVar) { - this.f1023c.setOnEventListener(new m(this, bVar)); + this.f1022c.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.f882c.equals(this.b) && f0.a < 27) { + if (h0.f881c.equals(this.b) && f0.a < 27) { try { JSONObject jSONObject = new JSONObject(f0.l(bArr2)); StringBuilder sb = new StringBuilder("{\"keys\":["); @@ -125,17 +125,17 @@ public final class z implements x { sb.append("]}"); bArr2 = f0.w(sb.toString()); } catch (JSONException e) { - StringBuilder K = a.K("Failed to adjust response data: "); - K.append(f0.l(bArr2)); - p.b("ClearKeyUtil", K.toString(), e); + StringBuilder L = a.L("Failed to adjust response data: "); + L.append(f0.l(bArr2)); + p.b("ClearKeyUtil", L.toString(), e); } } - return this.f1023c.provideKeyResponse(bArr, bArr2); + return this.f1022c.provideKeyResponse(bArr, bArr2); } @Override // c.i.a.c.z1.x public void j(byte[] bArr) throws DeniedByServerException { - this.f1023c.provideProvisionResponse(bArr); + this.f1022c.provideProvisionResponse(bArr); } /* JADX WARNING: Code restructure failed: missing block: B:85:0x020a, code lost: @@ -256,7 +256,7 @@ public final class z implements x { } int i12 = f0.a; if (i12 >= 23 || !h0.d.equals(uuid)) { - if (uuid2.equals(uuid) && "Amazon".equals(f0.f908c)) { + if (uuid2.equals(uuid) && "Amazon".equals(f0.f907c)) { String str4 = f0.d; if (!"AFTB".equals(str4)) { if (!"AFTS".equals(str4)) { @@ -269,17 +269,17 @@ public final class z implements x { UUID uuid3 = this.b; String str5 = schemeData2.l; bArr2 = bArr3; - str = (i12 >= 26 || !h0.f882c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; + str = (i12 >= 26 || !h0.f881c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; } bArr3 = AnimatableValueParser.X1(bArr8, uuid); } else { bArr2 = null; str = null; } - MediaDrm.KeyRequest keyRequest = this.f1023c.getKeyRequest(bArr, bArr2, str, i, hashMap); + MediaDrm.KeyRequest keyRequest = this.f1022c.getKeyRequest(bArr, bArr2, str, i, hashMap); UUID uuid4 = this.b; byte[] data = keyRequest.getData(); - if (h0.f882c.equals(uuid4) && f0.a < 27) { + if (h0.f881c.equals(uuid4) && f0.a < 27) { data = f0.w(f0.l(data).replace('+', '-').replace(MentionUtilsKt.SLASH_CHAR, '_')); } String defaultUrl = keyRequest.getDefaultUrl(); @@ -297,7 +297,7 @@ public final class z implements x { int i = this.d - 1; this.d = i; if (i == 0) { - this.f1023c.release(); + this.f1022c.release(); } } } diff --git a/app/src/main/java/c/i/a/d/a/a.java b/app/src/main/java/c/i/a/d/a/a.java index b35cc99fa4..6bbc5755c1 100644 --- a/app/src/main/java/c/i/a/d/a/a.java +++ b/app/src/main/java/c/i/a/d/a/a.java @@ -13,13 +13,13 @@ public interface a extends IInterface { /* compiled from: IGetInstallReferrerService */ /* renamed from: c.i.a.d.a.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0098a extends b implements a { + public static abstract class AbstractBinderC0099a extends b implements a { public static final /* synthetic */ int a = 0; /* compiled from: IGetInstallReferrerService */ /* renamed from: c.i.a.d.a.a$a$a reason: collision with other inner class name */ - public static class C0099a extends c.i.a.a.a implements a { - public C0099a(IBinder iBinder) { + public static class C0100a extends c.i.a.a.a implements a { + public C0100a(IBinder iBinder) { super(iBinder); } 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 095f62cbc2..6b31595278 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 f1024c = Integer.MIN_VALUE; + public int f1023c = 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.f1024c = Math.max(this.f1024c, flexItem.c0() + view.getRight() + i3); + this.f1023c = Math.max(this.f1023c, 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 49b8830916..e9423c5dc0 100644 --- a/app/src/main/java/c/i/a/e/c.java +++ b/app/src/main/java/c/i/a/e/c.java @@ -23,7 +23,7 @@ public class c { @Nullable /* renamed from: c reason: collision with root package name */ - public int[] f1025c; + public int[] f1024c; @Nullable public long[] d; @Nullable @@ -42,20 +42,20 @@ public class c { /* compiled from: FlexboxHelper */ /* renamed from: c.i.a.e.c$c reason: collision with other inner class name */ - public static class C0100c implements Comparable { + public static class C0101c implements Comparable { public int i; public int j; - public C0100c() { + public C0101c() { } - public C0100c(a aVar) { + public C0101c(a aVar) { } /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // java.lang.Comparable - public int compareTo(@NonNull C0100c cVar) { - C0100c cVar2 = cVar; + public int compareTo(@NonNull C0101c cVar) { + C0101c cVar2 = cVar; int i = this.j; int i2 = cVar2.j; return i != i2 ? i - i2 : this.i - cVar2.i; @@ -64,10 +64,10 @@ public class c { @Override // java.lang.Object @NonNull public String toString() { - 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, '}'); + StringBuilder L = c.d.b.a.a.L("Order{order="); + L.append(this.j); + L.append(", index="); + return c.d.b.a.a.v(L, this.i, '}'); } } @@ -80,7 +80,7 @@ public class c { if (i < this.a.getFlexItemCount()) { int flexDirection = this.a.getFlexDirection(); if (this.a.getAlignItems() == 4) { - int[] iArr = this.f1025c; + int[] iArr = this.f1024c; List flexLinesInternal = this.a.getFlexLinesInternal(); int size = flexLinesInternal.size(); for (int i2 = iArr != null ? iArr[i] : 0; i2 < size; i2++) { @@ -332,7 +332,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1025c; + iArr = this.f1024c; if (iArr != null) { iArr[i24] = arrayList.size(); } @@ -389,7 +389,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1025c; + iArr = this.f1024c; if (iArr != null) { } bVar3.e = q(flexItem2, i23) + s(flexItem2, i23) + (i23 ? c2.getMeasuredWidth() : c2.getMeasuredHeight()) + bVar3.e; @@ -429,7 +429,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1025c; + iArr = this.f1024c; if (iArr != null) { } bVar3.e = q(flexItem2, i23) + s(flexItem2, i23) + (i23 ? c2.getMeasuredWidth() : c2.getMeasuredHeight()) + bVar3.e; @@ -520,14 +520,14 @@ public class c { } public void d(List list, int i) { - int i2 = this.f1025c[i]; + int i2 = this.f1024c[i]; if (i2 == -1) { i2 = 0; } for (int size = list.size() - 1; size >= i2; size--) { list.remove(size); } - int[] iArr = this.f1025c; + int[] iArr = this.f1024c; int length = iArr.length - 1; if (i > length) { Arrays.fill(iArr, -1); @@ -561,10 +561,10 @@ public class c { } @NonNull - public final List f(int i) { + public final List f(int i) { ArrayList arrayList = new ArrayList(i); for (int i2 = 0; i2 < i; i2++) { - C0100c cVar = new C0100c(null); + C0101c cVar = new C0101c(null); cVar.j = ((FlexItem) this.a.f(i2).getLayoutParams()).getOrder(); cVar.i = i2; arrayList.add(cVar); @@ -723,7 +723,7 @@ public class c { throw new IllegalArgumentException(c.d.b.a.a.j("Invalid flex direction: ", flexDirection)); } int i8 = i4 + i6; - int[] iArr = this.f1025c; + int[] iArr = this.f1024c; if (iArr != null) { i7 = iArr[i3]; } @@ -743,18 +743,18 @@ public class c { } public void i(int i) { - int[] iArr = this.f1025c; + int[] iArr = this.f1024c; if (iArr == null) { if (i < 10) { i = 10; } - this.f1025c = new int[i]; + this.f1024c = new int[i]; } else if (iArr.length < i) { int length = iArr.length * 2; if (length >= i) { i = length; } - this.f1025c = Arrays.copyOf(iArr, i); + this.f1024c = Arrays.copyOf(iArr, i); } } @@ -1209,12 +1209,12 @@ public class c { } } - public final int[] x(int i, List list, SparseIntArray sparseIntArray) { + public final int[] x(int i, List list, SparseIntArray sparseIntArray) { Collections.sort(list); sparseIntArray.clear(); int[] iArr = new int[i]; int i2 = 0; - for (C0100c cVar : list) { + for (C0101c cVar : list) { int i3 = cVar.i; iArr[i2] = i3; sparseIntArray.append(i3, cVar.j); 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 3738f39367..2aa1e81c73 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 f1026c = new a(); + public final a f1025c = new a(); public volatile f1 d; public Thread.UncaughtExceptionHandler e; @@ -75,6 +75,6 @@ public final class f { } public final void a(Runnable runnable) { - this.f1026c.submit(runnable); + this.f1025c.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 b18398f203..0e74c135bc 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,17 +16,17 @@ public final class a { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0103a f1027c; - public static final a.AbstractC0103a d; - public static final c.i.a.f.e.h.a e; + public static final a.AbstractC0104a f1026c; + public static final a.AbstractC0104a d; + public static final c.i.a.f.e.h.a e; public static final c.i.a.f.e.h.a f; public static final c g = new h(); /* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */ @Deprecated /* renamed from: c.i.a.f.c.a.a$a reason: collision with other inner class name */ - public static class C0101a implements a.d { - public static final C0101a i = new C0101a(new C0102a()); + public static class C0102a implements a.d { + public static final C0102a i = new C0102a(new C0103a()); public final String j; public final boolean k; @Nullable @@ -35,38 +35,38 @@ public final class a { /* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */ @Deprecated /* renamed from: c.i.a.f.c.a.a$a$a reason: collision with other inner class name */ - public static class C0102a { + public static class C0103a { public String a; public Boolean b = Boolean.FALSE; @Nullable /* renamed from: c reason: collision with root package name */ - public String f1028c; + public String f1027c; - public C0102a() { + public C0103a() { } - public C0102a(C0101a aVar) { + public C0103a(C0102a aVar) { this.a = aVar.j; this.b = Boolean.valueOf(aVar.k); - this.f1028c = aVar.l; + this.f1027c = aVar.l; } } - public C0101a(C0102a aVar) { + public C0102a(C0103a aVar) { this.j = aVar.a; this.k = aVar.b.booleanValue(); - this.l = aVar.f1028c; + this.l = aVar.f1027c; } public boolean equals(@Nullable Object obj) { if (obj == this) { return true; } - if (!(obj instanceof C0101a)) { + if (!(obj instanceof C0102a)) { return false; } - C0101a aVar = (C0101a) obj; + C0102a aVar = (C0102a) obj; return AnimatableValueParser.j0(this.j, aVar.j) && this.k == aVar.k && AnimatableValueParser.j0(this.l, aVar.l); } @@ -81,10 +81,10 @@ public final class a { a.g gVar2 = new a.g<>(); b = gVar2; h hVar = new h(); - f1027c = hVar; + f1026c = hVar; i iVar = new i(); d = iVar; - c.i.a.f.e.h.a aVar = b.f1029c; + c.i.a.f.e.h.a aVar = b.f1028c; 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 16158bd9d8..94414e87f8 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 @@ -4,10 +4,10 @@ import c.i.a.f.e.h.a; import c.i.a.f.h.d.d; public final class b { public static final a.g a; - public static final a.AbstractC0103a b; + public static final a.AbstractC0104a b; /* renamed from: c reason: collision with root package name */ - public static final a f1029c; + public static final a f1028c; public static final d d = new d(); static { @@ -15,6 +15,6 @@ public final class b { a = gVar; g gVar2 = new g(); b = gVar2; - f1029c = new a<>("Auth.PROXY_API", gVar2, gVar); + f1028c = new a<>("Auth.PROXY_API", gVar2, gVar); } } diff --git a/app/src/main/java/c/i/a/f/c/a/d/d.java b/app/src/main/java/c/i/a/f/c/a/d/d.java index 374c1c1a49..234e2d9a6c 100644 --- a/app/src/main/java/c/i/a/f/c/a/d/d.java +++ b/app/src/main/java/c/i/a/f/c/a/d/d.java @@ -2,10 +2,10 @@ package c.i.a.f.c.a.d; import c.i.a.f.c.a.a; /* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */ -public final class d extends a.C0101a { +public final class d extends a.C0102a { /* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */ - public static final class a extends a.C0101a.C0102a { + public static final class a extends a.C0102a.C0103a { public final d a() { return new d(this, null); } diff --git a/app/src/main/java/c/i/a/f/c/a/e/a.java b/app/src/main/java/c/i/a/f/c/a/e/a.java index 61223ba6a2..18700c1dc6 100644 --- a/app/src/main/java/c/i/a/f/c/a/e/a.java +++ b/app/src/main/java/c/i/a/f/c/a/e/a.java @@ -8,7 +8,7 @@ import c.i.a.f.e.h.j.n; import c.i.a.f.h.b.g; public abstract class a extends b { public static final a.g j; - public static final a.AbstractC0103a k; + public static final a.AbstractC0104a k; public static final c.i.a.f.e.h.a l; static { diff --git a/app/src/main/java/c/i/a/f/c/a/e/b.java b/app/src/main/java/c/i/a/f/c/a/e/b.java index 2e9b89f725..58c87f889a 100644 --- a/app/src/main/java/c/i/a/f/c/a/e/b.java +++ b/app/src/main/java/c/i/a/f/c/a/e/b.java @@ -6,10 +6,10 @@ import c.i.a.f.e.h.a; import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; import c.i.a.f.h.b.g; -public final class b extends a.AbstractC0103a { +public final class b extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final /* synthetic */ g a(Context context, Looper looper, c cVar, a.d.c cVar2, c.a aVar, c.b bVar) { return new g(context, looper, cVar, aVar, bVar); } 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 d28672a72c..e23204a89c 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.f2324c; + Object obj = GoogleApiAvailability.f2328c; 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 1f16d4e0db..58df8b08bd 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/a.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/a.java @@ -29,7 +29,7 @@ public class a { public static a b; /* renamed from: c reason: collision with root package name */ - public final Lock f1030c = new ReentrantLock(); + public final Lock f1029c = new ReentrantLock(); public final SharedPreferences d; public a(Context context) { @@ -109,7 +109,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.f2319s; + String str6 = googleSignInAccount.f2323s; if (str6 != null) { jSONObject.put("givenName", str6); } @@ -157,7 +157,7 @@ public class a { } jSONObject2.put("idTokenRequested", googleSignInOptions.r); jSONObject2.put("forceCodeForRefreshToken", googleSignInOptions.t); - jSONObject2.put("serverAuthRequested", googleSignInOptions.f2320s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2324s); if (!TextUtils.isEmpty(googleSignInOptions.u)) { jSONObject2.put("serverClientId", googleSignInOptions.u); } @@ -174,21 +174,21 @@ public class a { } public final void e(String str, String str2) { - this.f1030c.lock(); + this.f1029c.lock(); try { this.d.edit().putString(str, str2).apply(); } finally { - this.f1030c.unlock(); + this.f1029c.unlock(); } } @Nullable public final String g(String str) { - this.f1030c.lock(); + this.f1029c.lock(); try { return this.d.getString(str, null); } finally { - this.f1030c.unlock(); + this.f1029c.unlock(); } } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/b/f.java b/app/src/main/java/c/i/a/f/c/a/f/b/f.java index a64e87f1c8..86b4589ed8 100644 --- a/app/src/main/java/c/i/a/f/c/a/f/b/f.java +++ b/app/src/main/java/c/i/a/f/c/a/f/b/f.java @@ -23,8 +23,8 @@ public final class f extends d { byte[] bArr = new byte[16]; a.a.nextBytes(bArr); aVar2.i = Base64.encodeToString(bArr, 11); - if (!cVar.f1058c.isEmpty()) { - for (Scope scope : cVar.f1058c) { + if (!cVar.f1057c.isEmpty()) { + for (Scope scope : cVar.f1057c) { 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 9cfb425c46..b3f18b062d 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.f1030c.lock(); + aVar.f1029c.lock(); try { aVar.d.edit().clear().apply(); } finally { - aVar.f1030c.unlock(); + aVar.f1029c.unlock(); } } } diff --git a/app/src/main/java/c/i/a/f/c/a/g.java b/app/src/main/java/c/i/a/f/c/a/g.java index a4fa2bb74c..c1a4083a3a 100644 --- a/app/src/main/java/c/i/a/f/c/a/g.java +++ b/app/src/main/java/c/i/a/f/c/a/g.java @@ -5,10 +5,10 @@ import android.os.Looper; import c.i.a.f.e.h.a; import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; -public final class g extends a.AbstractC0103a { +public final class g extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final /* synthetic */ c.i.a.f.h.d.a a(Context context, Looper looper, c cVar, c cVar2, c.a aVar, c.b bVar) { return new c.i.a.f.h.d.a(context, looper, cVar, cVar2, aVar, bVar); } diff --git a/app/src/main/java/c/i/a/f/c/a/h.java b/app/src/main/java/c/i/a/f/c/a/h.java index ffacc8e9ed..58f61f6331 100644 --- a/app/src/main/java/c/i/a/f/c/a/h.java +++ b/app/src/main/java/c/i/a/f/c/a/h.java @@ -8,11 +8,11 @@ import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; import c.i.a.f.h.c.o; /* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */ -public final class h extends a.AbstractC0103a { +public final class h extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a - public final /* synthetic */ o a(Context context, Looper looper, c cVar, a.C0101a aVar, c.a aVar2, c.b bVar) { + @Override // c.i.a.f.e.h.a.AbstractC0104a + public final /* synthetic */ o a(Context context, Looper looper, c cVar, a.C0102a aVar, c.a aVar2, c.b bVar) { return new o(context, looper, cVar, aVar, aVar2, bVar); } } diff --git a/app/src/main/java/c/i/a/f/c/a/i.java b/app/src/main/java/c/i/a/f/c/a/i.java index d1ba7583ca..0986df49d8 100644 --- a/app/src/main/java/c/i/a/f/c/a/i.java +++ b/app/src/main/java/c/i/a/f/c/a/i.java @@ -9,10 +9,10 @@ import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; import com.google.android.gms.auth.api.signin.GoogleSignInOptions; /* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */ -public final class i extends a.AbstractC0103a { +public final class i extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final /* synthetic */ f a(Context context, Looper looper, c cVar, @Nullable GoogleSignInOptions googleSignInOptions, c.a aVar, c.b bVar) { return new f(context, looper, cVar, googleSignInOptions, aVar, bVar); } 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 4d24b01018..545dd9f873 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.X(valueOf.length() + 20, "Message ack failed: ", valueOf, "CloudMessagingReceiver"); + c.d.b.a.a.Y(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 dbf8d57756..0a0b5e7aca 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> f1031c = new SimpleArrayMap<>(); + public final SimpleArrayMap> f1030c = 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.f1031c) { - TaskCompletionSource remove = this.f1031c.remove(str); + synchronized (this.f1030c) { + TaskCompletionSource remove = this.f1030c.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.f1031c) { - this.f1031c.put(num, taskCompletionSource); + synchronized (this.f1030c) { + this.f1030c.put(num, taskCompletionSource); } Intent intent = new Intent(); intent.setPackage("com.google.android.gms"); diff --git a/app/src/main/java/c/i/a/f/d/f.java b/app/src/main/java/c/i/a/f/d/f.java index ce8aec7100..29857a4822 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 f1032c; + public final ScheduledExecutorService f1031c; public g d = new g(this, null); public int e = 1; @VisibleForTesting public f(Context context, ScheduledExecutorService scheduledExecutorService) { - this.f1032c = scheduledExecutorService; + this.f1031c = 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 64223f53d3..c38090c8cd 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.f1032c.schedule(new i(this), 30, TimeUnit.SECONDS); + this.n.f1031c.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.f1032c.execute(new k(this)); + this.n.f1031c.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.f1032c.execute(new l(this, iBinder)); + this.n.f1031c.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.f1032c.execute(new n(this)); + this.n.f1031c.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 d21d039c45..6e4731ec31 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.f1032c.schedule(new m(gVar, poll), 30, TimeUnit.SECONDS); + gVar.n.f1031c.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.f1033c; + obtain.what = poll.f1032c; 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 4d55d0cf12..b848e961e8 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.f1032c.execute(new k(gVar)); + gVar.n.f1031c.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 86a6025d89..22dfc01abe 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 f1033c; + public final int f1032c; public final Bundle d; public q(int i, int i2, Bundle bundle) { this.a = i; - this.f1033c = i2; + this.f1032c = i2; this.d = bundle; } @@ -43,7 +43,7 @@ public abstract class q { public abstract boolean d(); public String toString() { - int i = this.f1033c; + int i = this.f1032c; 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 da5e8f415c..3698fff5dc 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 f1034c = 0; + public int f1033c = 0; public r(Context context) { this.a = context; } public final synchronized int a() { - int i = this.f1034c; + int i = this.f1033c; 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.f1034c = 1; + this.f1033c = 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.f1034c = 2; + this.f1033c = 2; } else { - this.f1034c = 1; + this.f1033c = 1; } - return this.f1034c; + return this.f1033c; } - this.f1034c = 2; + this.f1033c = 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.X(valueOf.length() + 23, "Failed to find package ", valueOf, "Metadata"); + a.Y(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 2f78d60c11..8749ecc94e 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 f1035c; + public final ScheduledFuture f1034c; public x(b bVar, String str, ScheduledFuture scheduledFuture) { this.a = bVar; this.b = str; - this.f1035c = scheduledFuture; + this.f1034c = 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.f1035c; - synchronized (bVar.f1031c) { - bVar.f1031c.remove(str); + ScheduledFuture scheduledFuture = this.f1034c; + synchronized (bVar.f1030c) { + bVar.f1030c.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 46718c8ffa..b9a435a4df 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.X(valueOf.length() + 49, "Unexpected response, no error or registration id ", valueOf, "Rpc"); + c.d.b.a.a.Y(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.f1031c) { - for (int i = 0; i < bVar.f1031c.size(); i++) { - bVar.a(bVar.f1031c.keyAt(i), intent2.getExtras()); + synchronized (bVar.f1030c) { + for (int i = 0; i < bVar.f1030c.size(); i++) { + bVar.a(bVar.f1030c.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 0377aceb90..915122bf59 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 f1036c; + public final String f1035c; public final Throwable d; public a0(boolean z2, String str, Throwable th) { this.b = z2; - this.f1036c = str; + this.f1035c = str; this.d = th; } @@ -25,6 +25,6 @@ public class a0 { } public String c() { - return this.f1036c; + return this.f1035c; } } 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 9e6429a4de..d3607e2212 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 @@ -33,24 +33,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 K = a.K("gcore_"); - K.append(a); - K.append("-"); + StringBuilder L = a.L("gcore_"); + L.append(a); + L.append("-"); if (!TextUtils.isEmpty(str)) { - K.append(str); + L.append(str); } - K.append("-"); + L.append("-"); if (context != null) { - K.append(context.getPackageName()); + L.append(context.getPackageName()); } - K.append("-"); + L.append("-"); if (context != null) { try { - K.append(b.a(context).b(context.getPackageName(), 0).versionCode); + L.append(b.a(context).b(context.getPackageName(), 0).versionCode); } catch (PackageManager.NameNotFoundException unused) { } } - String sb = K.toString(); + String sb = L.toString(); int i2 = h0.a; Intent intent = new Intent("android.intent.action.VIEW"); Uri.Builder appendQueryParameter = Uri.parse("market://details").buildUpon().appendQueryParameter(ModelAuditLogEntry.CHANGE_KEY_ID, "com.google.android.gms"); @@ -114,10 +114,10 @@ public class c { } boolean z4 = true; if (!c.i.a.f.e.o.c.V(context)) { - if (c.i.a.f.e.o.c.f1069c == null) { - c.i.a.f.e.o.c.f1069c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); + if (c.i.a.f.e.o.c.f1068c == null) { + c.i.a.f.e.o.c.f1068c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); } - if (!c.i.a.f.e.o.c.f1069c.booleanValue()) { + if (!c.i.a.f.e.o.c.f1068c.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 73a7e9d949..09b61166e2 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 f1037c = new AtomicBoolean(); + public static final AtomicBoolean f1036c = 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 d687322ba3..83cf0c0a64 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 f1038c; + public volatile String f1037c; 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.f1071c == null) { - s.f1071c = context.getApplicationContext(); + if (s.f1070c == null) { + s.f1070c = 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.f1038c)) { + } else if (str.equals(this.f1037c)) { a0Var = a0.a; } else { try { @@ -131,7 +131,7 @@ public class f { } } if (a0Var2.b) { - this.f1038c = str; + this.f1037c = 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 5a6a138e98..0b0dfaee74 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 @@ -17,16 +17,16 @@ import java.util.Set; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public final class a { @Nullable - public final AbstractC0103a a; + public final AbstractC0104a a; @Nullable public final g b; /* renamed from: c reason: collision with root package name */ - public final String f1039c; + public final String f1038c; /* 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 */ - public static abstract class AbstractC0103a extends e { + public static abstract class AbstractC0104a extends e { @Deprecated public T a(Context context, Looper looper, c.i.a.f.e.k.c cVar, O o, c.a aVar, c.b bVar) { return b(context, looper, cVar, o, aVar, bVar); @@ -50,7 +50,7 @@ public final class a { /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ /* renamed from: c.i.a.f.e.h.a$d$a reason: collision with other inner class name */ - public interface AbstractC0104a extends d { + public interface AbstractC0105a extends d { Account S(); } @@ -108,10 +108,10 @@ public final class a { /* JADX DEBUG: Multi-variable search result rejected for r3v0, resolved type: c.i.a.f.e.h.a$a */ /* JADX DEBUG: Multi-variable search result rejected for r4v0, resolved type: c.i.a.f.e.h.a$g */ /* JADX WARN: Multi-variable type inference failed */ - public a(String str, AbstractC0103a aVar, g gVar) { + public a(String str, AbstractC0104a 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.f1039c = str; + this.f1038c = 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 64b46126b2..85ed421126 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 @@ -45,7 +45,7 @@ public class b { public final a b; /* renamed from: c reason: collision with root package name */ - public final O f1040c; + public final O f1039c; public final c.i.a.f.e.h.j.b d; public final Looper e; public final int f; @@ -60,11 +60,11 @@ public class b { public final n b; /* renamed from: c reason: collision with root package name */ - public final Looper f1041c; + public final Looper f1040c; public a(n nVar, Account account, Looper looper) { this.b = nVar; - this.f1041c = looper; + this.f1040c = looper; } } @@ -77,8 +77,8 @@ public class b { this.a = applicationContext; e(activity); this.b = aVar; - this.f1040c = o; - this.e = aVar2.f1041c; + this.f1039c = o; + this.e = aVar2.f1040c; 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); @@ -113,8 +113,8 @@ public class b { this.a = applicationContext; e(context); this.b = aVar; - this.f1040c = o; - this.e = aVar2.f1041c; + this.f1039c = o; + this.e = aVar2.f1040c; this.d = new c.i.a.f.e.h.j.b<>(aVar, o); this.g = new y(this); g a2 = g.a(applicationContext); @@ -179,25 +179,25 @@ public class b { GoogleSignInAccount K; GoogleSignInAccount K2; c.a aVar = new c.a(); - O o = this.f1040c; + O o = this.f1039c; Account account = null; if (!(o instanceof a.d.b) || (K2 = ((a.d.b) o).K()) == null) { - O o2 = this.f1040c; - if (o2 instanceof a.d.AbstractC0104a) { - account = ((a.d.AbstractC0104a) o2).S(); + O o2 = this.f1039c; + if (o2 instanceof a.d.AbstractC0105a) { + account = ((a.d.AbstractC0105a) o2).S(); } } else if (K2.l != null) { account = new Account(K2.l, "com.google"); } aVar.a = account; - O o3 = this.f1040c; + O o3 = this.f1039c; 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.f1059c = this.a.getPackageName(); + aVar.f1058c = 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 c8a37dbdd6..4207247e02 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 f1042c; + public final O f1041c; public b(a aVar, @Nullable O o) { this.b = aVar; - this.f1042c = o; + this.f1041c = 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.f1042c, bVar.f1042c); + return AnimatableValueParser.j0(this.b, bVar.b) && AnimatableValueParser.j0(this.f1041c, bVar.f1041c); } 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 376dba1e08..3645b842ce 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.f2324c; + Object obj = GoogleApiAvailability.f2328c; jVar.a("GmsAvailabilityHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/c0.java b/app/src/main/java/c/i/a/f/e/h/j/c0.java index 3e3b1b6cf5..254ef2cb3d 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 f1043c; + public final b f1042c; public c0(s sVar, int i, b bVar) { this.a = sVar; this.b = i; - this.f1043c = bVar; + this.f1042c = bVar; } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/d0.java b/app/src/main/java/c/i/a/f/e/h/j/d0.java index f65f5e8a51..0344a5cc50 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 f1044c; + public final Runnable f1043c; public d0(@NonNull m mVar, @NonNull q qVar, @NonNull Runnable runnable) { this.a = mVar; this.b = qVar; - this.f1044c = runnable; + this.f1043c = 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 6cb2189efd..254cc49bf6 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> f1045s; + public final Map, a> f1044s; @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 f1046x; + public volatile boolean f1045x; /* 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 f1047c; + public final a.b f1046c; public final b d; public final v0 e; public final Set f = new HashSet(); @@ -104,12 +104,12 @@ public class g implements Handler.Callback { c.i.a.f.e.k.c a = bVar.a().a(); c.i.a.f.e.h.a aVar = bVar.b; AnimatableValueParser.G(aVar.a != null, "This API was constructed with a SimpleClientBuilder. Use getSimpleClientBuilder"); - a.AbstractC0103a aVar2 = aVar.a; + a.AbstractC0104a aVar2 = aVar.a; Objects.requireNonNull(aVar2, "null reference"); - a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1040c, this, this); + a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1039c, this, this); this.b = a2; if (!(a2 instanceof z)) { - this.f1047c = a2; + this.f1046c = 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.f1044c.run(); + d0Var.f1043c.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.f1046x) { + } else if (!g.this.f1045x) { 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.f1047c.getClass().getName(); + String name = this.f1046c.getClass().getName(); String str = a.i; long v0 = a.v0(); - 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.f1046x || !k0Var.g(this)) { + 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.f1045x || !k0Var.g(this)) { k0Var.e(new UnsupportedApiCallException(a)); return true; } @@ -414,12 +414,12 @@ 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.f1047c.getClass().getName()), th); + throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1046c.getClass().getName()), th); } } public final Status p(ConnectionResult connectionResult) { - String str = this.d.b.f1039c; + String str = this.d.b.f1038c; String valueOf = String.valueOf(connectionResult); 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)); } @@ -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.f1047c.getClass().getName(); + String name = this.f1046c.getClass().getName(); String valueOf = String.valueOf(connectionResult); StringBuilder sb = new StringBuilder(name.length() + 35 + valueOf.length()); sb.append("The service for "); @@ -461,15 +461,15 @@ public class g implements Handler.Callback { fVar2.h(); } g0Var.f.h = Integer.valueOf(System.identityHashCode(g0Var)); - a.AbstractC0103a aVar = g0Var.d; + a.AbstractC0104a aVar = g0Var.d; Context context = g0Var.b; - Looper looper = g0Var.f1049c.getLooper(); + Looper looper = g0Var.f1048c.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.f1049c.post(new f0(g0Var)); + g0Var.f1048c.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.f1047c; + a.b bVar = this.f1046c; 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.f1219c, taskCompletionSource)); + vVar.b.a((c.i.a.f.j.b.e.f) bVar, i.j(vVar.f1218c, 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 f1048c = null; + public c.i.a.f.e.k.g f1047c = null; @Nullable public Set d = null; public boolean e = false; @@ -578,11 +578,11 @@ public class g implements Handler.Callback { @WorkerThread public final void b(ConnectionResult connectionResult) { - a aVar = g.this.f1045s.get(this.b); + a aVar = g.this.f1044s.get(this.b); if (aVar != null) { AnimatableValueParser.s(g.this.w); a.f fVar = aVar.b; - String name = aVar.f1047c.getClass().getName(); + String name = aVar.f1046c.getClass().getName(); String valueOf = String.valueOf(connectionResult); 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.f1045s = new ConcurrentHashMap(5, 0.75f, 1); + this.f1044s = new ConcurrentHashMap(5, 0.75f, 1); this.t = null; this.u = new ArraySet(); this.v = new ArraySet(); - this.f1046x = true; + this.f1045x = 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.f1046x = false; + this.f1045x = 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.f2324c; + Object obj = GoogleApiAvailability.f2328c; 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.f1045s.get(bVar2); + a aVar = this.f1044s.get(bVar2); if (aVar == null) { aVar = new a<>(bVar); - this.f1045s.put(bVar2, aVar); + this.f1044s.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.f1045s.keySet()) { + for (b bVar : this.f1044s.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.f1045s.values()) { + for (a aVar2 : this.f1044s.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.f1045s.get(c0Var.f1043c.d); + a aVar3 = this.f1044s.get(c0Var.f1042c.d); if (aVar3 == null) { - aVar3 = d(c0Var.f1043c); + aVar3 = d(c0Var.f1042c); } 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.f1045s.values().iterator(); + Iterator> it = this.f1044s.values().iterator(); while (true) { if (it.hasNext()) { aVar = it.next(); @@ -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.f1045s.containsKey(message.obj)) { - a aVar4 = this.f1045s.get(message.obj); + if (this.f1044s.containsKey(message.obj)) { + a aVar4 = this.f1044s.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.f1045s.remove(bVar2); + a remove = this.f1044s.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.f1045s.containsKey(message.obj)) { - a aVar5 = this.f1045s.get(message.obj); + if (this.f1044s.containsKey(message.obj)) { + a aVar5 = this.f1044s.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.f1045s.containsKey(message.obj)) { - this.f1045s.get(message.obj).k(true); + if (this.f1044s.containsKey(message.obj)) { + this.f1044s.get(message.obj).k(true); break; } break; case 14: Objects.requireNonNull((z0) message.obj); - if (!this.f1045s.containsKey(null)) { + if (!this.f1044s.containsKey(null)) { throw null; } - this.f1045s.get(null).k(false); + this.f1044s.get(null).k(false); throw null; case 15: c cVar2 = (c) message.obj; - if (this.f1045s.containsKey(cVar2.a)) { - a aVar6 = this.f1045s.get(cVar2.a); + if (this.f1044s.containsKey(cVar2.a)) { + a aVar6 = this.f1044s.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.f1045s.containsKey(cVar3.a)) { - a aVar7 = this.f1045s.get(cVar3.a); + if (this.f1044s.containsKey(cVar3.a)) { + a aVar7 = this.f1044s.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 97755acc53..2ec9438b74 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,12 +17,12 @@ 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.AbstractC0103a a = c.i.a.f.l.c.f1222c; + public static a.AbstractC0104a a = c.i.a.f.l.c.f1221c; public final Context b; /* renamed from: c reason: collision with root package name */ - public final Handler f1049c; - public final a.AbstractC0103a d; + public final Handler f1048c; + public final a.AbstractC0104a d; public Set e; public c.i.a.f.e.k.c f; public f g; @@ -30,9 +30,9 @@ public final class g0 extends d implements c.a, c.b { @WorkerThread public g0(Context context, Handler handler, @NonNull c.i.a.f.e.k.c cVar) { - a.AbstractC0103a aVar = a; + a.AbstractC0104a aVar = a; this.b = context; - this.f1049c = handler; + this.f1048c = 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 b22231f201..9dd165d5c8 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 f1050c; + public final String f1049c; 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.f1065c; + String str = q0.f1064c; 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.f1050c = null; + this.f1049c = null; return; } - this.f1050c = str; + this.f1049c = 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 12d0892d2a..be6cb8a72c 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.f1048c = v0; + bVar.f1047c = 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 0e30b4bbb1..c4c931089d 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 f1051c; + public volatile a f1050c; /* 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.f1051c = new a<>(l, str); + this.f1050c = 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 2f12055523..830c416075 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 f1052c; + public final d0 f1051c; public l0(d0 d0Var, TaskCompletionSource taskCompletionSource) { super(3, taskCompletionSource); - this.f1052c = d0Var; + this.f1051c = 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.f1052c.a); + Objects.requireNonNull(this.f1051c.a); return null; } @Override // c.i.a.f.e.h.j.k0 public final boolean g(g.a aVar) { - Objects.requireNonNull(this.f1052c.a); + Objects.requireNonNull(this.f1051c.a); return false; } @Override // c.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { - m mVar = this.f1052c.a; + m mVar = this.f1051c.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.f1219c, taskCompletionSource)); - k.a aVar2 = this.f1052c.a.a.f1051c; + vVar.b.a((f) fVar, i.j(vVar.f1218c, taskCompletionSource)); + k.a aVar2 = this.f1051c.a.a.f1050c; if (aVar2 != null) { - aVar.g.put(aVar2, this.f1052c); + aVar.g.put(aVar2, this.f1051c); } } } 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 b7617e24f3..29156c1030 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 f1053c; + public final k.a f1052c; public n0(k.a aVar, TaskCompletionSource taskCompletionSource) { super(4, taskCompletionSource); - this.f1053c = aVar; + this.f1052c = 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.f1053c); + d0 d0Var = aVar.g.get(this.f1052c); 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.f1053c); + d0 d0Var = aVar.g.get(this.f1052c); 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.f1053c); + d0 remove = aVar.g.remove(this.f1052c); 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.f1220c, taskCompletionSource)); + xVar.b.a((f) fVar, i.j(xVar.f1219c, taskCompletionSource)); k kVar = remove.a.a; kVar.b = null; - kVar.f1051c = null; + kVar.f1050c = 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 cf72a83200..9fd36c0e4a 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 f1054c; + public final TaskCompletionSource f1053c; public final n d; public o0(int i, p pVar, TaskCompletionSource taskCompletionSource, n nVar) { super(i); - this.f1054c = taskCompletionSource; + this.f1053c = 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.f1054c.a(this.d.a(status)); + this.f1053c.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.f1054c); + this.b.c(aVar.b, this.f1053c); } catch (DeadObjectException e) { throw e; } catch (RemoteException e2) { - this.f1054c.a(this.d.a(s.a(e2))); + this.f1053c.a(this.d.a(s.a(e2))); } catch (RuntimeException e3) { - this.f1054c.a(e3); + this.f1053c.a(e3); } } @Override // c.i.a.f.e.h.j.s public final void d(@NonNull v0 v0Var, boolean z2) { - TaskCompletionSource taskCompletionSource = this.f1054c; + TaskCompletionSource taskCompletionSource = this.f1053c; 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.f1054c.a(exc); + this.f1053c.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 65420d2b49..057ba1d39c 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.f1047c.getClass().getName().concat(" disconnecting because it was signed out.")); + aVar.b.c(aVar.f1046c.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 54d9abc394..27f865ecfc 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.f2324c; + Object obj = GoogleApiAvailability.f2328c; 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 5562d34914..d747bb15f8 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.f1045s.get(bVar.b); + g.a aVar = g.this.f1044s.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.f1048c) != null) { + if (bVar3.e && (gVar = bVar3.f1047c) != null) { bVar3.a.b(gVar, bVar3.d); return; } diff --git a/app/src/main/java/c/i/a/f/e/k/b.java b/app/src/main/java/c/i/a/f/e/k/b.java index 2415b3d642..6e33e3c199 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 f1055c; + public j0 f1054c; public final Context d; public final e e; public final c.i.a.f.e.c f; @@ -64,12 +64,12 @@ public abstract class b { @Nullable public final a p; @Nullable - public final AbstractC0105b q; + public final AbstractC0106b q; public final int r; @Nullable /* renamed from: s reason: collision with root package name */ - public final String f1056s; + public final String f1055s; @Nullable public ConnectionResult t = null; public boolean u = false; @@ -87,7 +87,7 @@ public abstract class b { /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ /* renamed from: c.i.a.f.e.k.b$b reason: collision with other inner class name */ - public interface AbstractC0105b { + public interface AbstractC0106b { void g(@RecentlyNonNull ConnectionResult connectionResult); } @@ -108,7 +108,7 @@ public abstract class b { bVar.b(null, bVar.u()); return; } - AbstractC0105b bVar2 = b.this.q; + AbstractC0106b bVar2 = b.this.q; if (bVar2 != null) { bVar2.g(connectionResult); } @@ -368,7 +368,7 @@ public abstract class b { @Override // c.i.a.f.e.k.b.f public final void d(ConnectionResult connectionResult) { - AbstractC0105b bVar = b.this.q; + AbstractC0106b bVar = b.this.q; if (bVar != null) { bVar.g(connectionResult); } @@ -428,7 +428,7 @@ public abstract class b { } } - public b(@RecentlyNonNull Context context, @RecentlyNonNull Looper looper, @RecentlyNonNull e eVar, @RecentlyNonNull c.i.a.f.e.c cVar, @RecentlyNonNull int i2, @Nullable a aVar, @Nullable AbstractC0105b bVar, @Nullable String str) { + public b(@RecentlyNonNull Context context, @RecentlyNonNull Looper looper, @RecentlyNonNull e eVar, @RecentlyNonNull c.i.a.f.e.c cVar, @RecentlyNonNull int i2, @Nullable a aVar, @Nullable AbstractC0106b bVar, @Nullable String str) { AnimatableValueParser.z(context, "Context must not be null"); this.d = context; AnimatableValueParser.z(looper, "Looper must not be null"); @@ -440,7 +440,7 @@ public abstract class b { this.r = i2; this.p = aVar; this.q = bVar; - this.f1056s = str; + this.f1055s = str; } public static void C(b bVar) { @@ -485,7 +485,7 @@ public abstract class b { } public final String A() { - String str = this.f1056s; + String str = this.f1055s; 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.f1055c.a; + String str = this.f1054c.a; Objects.requireNonNull(str, "null reference"); - Objects.requireNonNull(this.f1055c); + Objects.requireNonNull(this.f1054c); String A = A(); - Objects.requireNonNull(this.f1055c); + Objects.requireNonNull(this.f1054c); 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.f1055c) == null)) { + if (!(iVar2 == null || (j0Var = this.f1054c) == 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.f1055c.a; + String str3 = this.f1054c.a; Objects.requireNonNull(str3, "null reference"); - Objects.requireNonNull(this.f1055c); + Objects.requireNonNull(this.f1054c); String A2 = A(); - Objects.requireNonNull(this.f1055c); + Objects.requireNonNull(this.f1054c); 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.f1055c = new j0("com.google.android.gms", x2, false, 4225, false); + this.f1054c = new j0("com.google.android.gms", x2, false, 4225, false); e eVar3 = this.e; Objects.requireNonNull(x2, "null reference"); - Objects.requireNonNull(this.f1055c); + Objects.requireNonNull(this.f1054c); String A3 = A(); - Objects.requireNonNull(this.f1055c); + Objects.requireNonNull(this.f1054c); if (!eVar3.b(new e.a(x2, "com.google.android.gms", 4225, false), iVar3, A3)) { - String str4 = this.f1055c.a; + String str4 = this.f1054c.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.f1055c) == null) { + if (!j() || (j0Var = this.f1054c) == 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/c.java b/app/src/main/java/c/i/a/f/e/k/c.java index 94f9d4fcba..4eb744e5eb 100644 --- a/app/src/main/java/c/i/a/f/e/k/c.java +++ b/app/src/main/java/c/i/a/f/e/k/c.java @@ -15,7 +15,7 @@ public final class c { public final Set b; /* renamed from: c reason: collision with root package name */ - public final Set f1058c; + public final Set f1057c; 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 f1059c; + public String f1058c; public String d; public final c a() { - return new c(this.a, this.b, null, 0, null, this.f1059c, this.d, c.i.a.f.l.a.i); + return new c(this.a, this.b, null, 0, null, this.f1058c, this.d, c.i.a.f.l.a.i); } } @@ -55,6 +55,6 @@ public final class c { Objects.requireNonNull(bVar); hashSet.addAll(null); } - this.f1058c = Collections.unmodifiableSet(hashSet); + this.f1057c = Collections.unmodifiableSet(hashSet); } } diff --git a/app/src/main/java/c/i/a/f/e/k/d.java b/app/src/main/java/c/i/a/f/e/k/d.java index fd2ad278d0..e5ba8c0820 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 f1060x; + public final c f1059x; /* renamed from: y reason: collision with root package name */ - public final Set f1061y; + public final Set f1060y; @Nullable /* renamed from: z reason: collision with root package name */ - public final Account f1062z; + public final Account f1061z; /* 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.f2324c; + Object obj = GoogleApiAvailability.f2328c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); - this.f1060x = cVar; - this.f1062z = cVar.a; - Set set = cVar.f1058c; + this.f1059x = cVar; + this.f1061z = cVar.a; + Set set = cVar.f1057c; for (Scope scope : set) { if (!set.contains(scope)) { throw new IllegalStateException("Expanding scopes is not permitted, use implied scopes instead"); } } - this.f1061y = set; + this.f1060y = set; } @Override // c.i.a.f.e.h.a.f @NonNull public Set a() { - return o() ? this.f1061y : Collections.emptySet(); + return o() ? this.f1060y : Collections.emptySet(); } @Override // c.i.a.f.e.k.b @Nullable public final Account s() { - return this.f1062z; + return this.f1061z; } @Override // c.i.a.f.e.k.b public final Set u() { - return this.f1061y; + return this.f1060y; } } 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 a7ac9cae28..cafb9e66ca 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 f1063c; + public final String f1062c; 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.f1063c = str2; + this.f1062c = 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.f1063c, aVar.f1063c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e; + return AnimatableValueParser.j0(this.b, aVar.b) && AnimatableValueParser.j0(this.f1062c, aVar.f1062c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e; } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.b, this.f1063c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); + return Arrays.hashCode(new Object[]{this.b, this.f1062c, 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 526c8e7e8b..a01d28d2c3 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 f1064c = new HashMap<>(); + public final HashMap f1063c = 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.f1064c) { - g0 g0Var = this.f1064c.get(aVar); + synchronized (this.f1063c) { + g0 g0Var = this.f1063c.get(aVar); if (g0Var == null) { g0Var = new g0(this, aVar); g0Var.i.put(serviceConnection, serviceConnection); g0Var.a(str); - this.f1064c.put(aVar, g0Var); + this.f1063c.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.f1064c) { - g0 g0Var = this.f1064c.get(aVar); + synchronized (this.f1063c) { + g0 g0Var = this.f1063c.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 cd0b4a91d7..54a4c527f4 100644 --- a/app/src/main/java/c/i/a/f/e/k/f0.java +++ b/app/src/main/java/c/i/a/f/e/k/f0.java @@ -19,9 +19,9 @@ public final class f0 implements Handler.Callback { public final boolean handleMessage(Message message) { int i = message.what; if (i == 0) { - synchronized (this.i.f1064c) { + synchronized (this.i.f1063c) { e.a aVar = (e.a) message.obj; - g0 g0Var = this.i.f1064c.get(aVar); + g0 g0Var = this.i.f1063c.get(aVar); if (g0Var != null && g0Var.i.isEmpty()) { if (g0Var.k) { g0Var.o.e.removeMessages(1, g0Var.m); @@ -30,16 +30,16 @@ public final class f0 implements Handler.Callback { g0Var.k = false; g0Var.j = 2; } - this.i.f1064c.remove(aVar); + this.i.f1063c.remove(aVar); } } return true; } else if (i != 1) { return false; } else { - synchronized (this.i.f1064c) { + synchronized (this.i.f1063c) { e.a aVar2 = (e.a) message.obj; - g0 g0Var2 = this.i.f1064c.get(aVar2); + g0 g0Var2 = this.i.f1063c.get(aVar2); if (g0Var2 != null && g0Var2.j == 3) { String valueOf = String.valueOf(aVar2); StringBuilder sb = new StringBuilder(valueOf.length() + 47); @@ -52,7 +52,7 @@ public final class f0 implements Handler.Callback { componentName = null; } if (componentName == null) { - String str = aVar2.f1063c; + String str = aVar2.f1062c; Objects.requireNonNull(str, "null reference"); componentName = new ComponentName(str, EnvironmentCompat.MEDIA_UNKNOWN); } diff --git a/app/src/main/java/c/i/a/f/e/k/g.java b/app/src/main/java/c/i/a/f/e/k/g.java index 5fe0c92968..1501dad3a1 100644 --- a/app/src/main/java/c/i/a/f/e/k/g.java +++ b/app/src/main/java/c/i/a/f/e/k/g.java @@ -16,8 +16,8 @@ public interface g extends IInterface { /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ /* renamed from: c.i.a.f.e.k.g$a$a reason: collision with other inner class name */ - public static class C0106a extends b implements g { - public C0106a(IBinder iBinder) { + public static class C0107a extends b implements g { + public C0107a(IBinder iBinder) { super(iBinder, "com.google.android.gms.common.internal.IAccountAccessor"); } @@ -36,7 +36,7 @@ public interface g extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.common.internal.IAccountAccessor"); - return queryLocalInterface instanceof g ? (g) queryLocalInterface : new C0106a(iBinder); + return queryLocalInterface instanceof g ? (g) queryLocalInterface : new C0107a(iBinder); } } 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 740c2030c6..249aea9ead 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.X(valueOf.length() + 34, "Dynamic intent resolution failed: ", valueOf, "ConnectionStatusConfig"); + c.d.b.a.a.Y(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.f1063c); + intent = new Intent(aVar2.b).setPackage(aVar2.f1062c); } 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.f1064c) { + synchronized (this.o.f1063c) { 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.f1064c) { + synchronized (this.o.f1063c) { 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/l0.java b/app/src/main/java/c/i/a/f/e/k/l0.java index 72fde6a1c1..c67363e2f6 100644 --- a/app/src/main/java/c/i/a/f/e/k/l0.java +++ b/app/src/main/java/c/i/a/f/e/k/l0.java @@ -14,7 +14,7 @@ public final class l0 extends b implements k0 { @Override // c.i.a.f.e.k.k0 public final a b() throws RemoteException { Parcel g = g(1, e()); - a g2 = a.AbstractBinderC0109a.g(g.readStrongBinder()); + a g2 = a.AbstractBinderC0110a.g(g.readStrongBinder()); g.recycle(); return g2; } diff --git a/app/src/main/java/c/i/a/f/e/k/q.java b/app/src/main/java/c/i/a/f/e/k/q.java index c8d33bdabe..ec7d3a3971 100644 --- a/app/src/main/java/c/i/a/f/e/k/q.java +++ b/app/src/main/java/c/i/a/f/e/k/q.java @@ -5,14 +5,14 @@ import c.i.a.f.e.h.j.l; import c.i.a.f.e.k.b; import com.google.android.gms.common.ConnectionResult; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ -public final class q implements b.AbstractC0105b { +public final class q implements b.AbstractC0106b { public final /* synthetic */ l i; public q(l lVar) { this.i = lVar; } - @Override // c.i.a.f.e.k.b.AbstractC0105b + @Override // c.i.a.f.e.k.b.AbstractC0106b public final void g(@NonNull ConnectionResult connectionResult) { this.i.g(connectionResult); } 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 e9ca079258..367db8cb71 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 f1065c; + public static String f1064c; 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) { - f1065c = bundle.getString("com.google.app.id"); + f1064c = bundle.getString("com.google.app.id"); d = bundle.getInt("com.google.android.gms.version"); } } catch (PackageManager.NameNotFoundException e) { diff --git a/app/src/main/java/c/i/a/f/e/k/t.java b/app/src/main/java/c/i/a/f/e/k/t.java index 0b83a26950..34e20c6d14 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 f1066c; + public final /* synthetic */ l.a f1065c; public t(d dVar, TaskCompletionSource taskCompletionSource, l.a aVar, l.b bVar) { this.a = dVar; this.b = taskCompletionSource; - this.f1066c = aVar; + this.f1065c = 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.f1066c.a(j)); + taskCompletionSource.a.t(this.f1065c.a(j)); return; } TaskCompletionSource taskCompletionSource2 = this.b; diff --git a/app/src/main/java/c/i/a/f/e/l/a.java b/app/src/main/java/c/i/a/f/e/l/a.java index 60b86fd1a4..96213e5ec9 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 f1067c; + public final int f1066c; public a(@RecentlyNonNull String str, @RecentlyNonNull String... strArr) { String str2; if (strArr.length == 0) { str2 = ""; } else { - StringBuilder H = c.d.b.a.a.H('['); + StringBuilder J = c.d.b.a.a.J('['); for (String str3 : strArr) { - if (H.length() > 1) { - H.append(","); + if (J.length() > 1) { + J.append(","); } - H.append(str3); + J.append(str3); } - H.append(']'); - H.append(' '); - str2 = H.toString(); + J.append(']'); + J.append(' '); + str2 = J.toString(); } this.b = str2; this.a = str; @@ -36,11 +36,11 @@ public class a { while (7 >= i && !Log.isLoggable(this.a, i)) { i++; } - this.f1067c = i; + this.f1066c = i; } public void a(@RecentlyNonNull String str, @Nullable Object... objArr) { - if (this.f1067c <= 3) { + if (this.f1066c <= 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/m/a.java b/app/src/main/java/c/i/a/f/e/m/a.java index 65aa68fc17..31b0d38514 100644 --- a/app/src/main/java/c/i/a/f/e/m/a.java +++ b/app/src/main/java/c/i/a/f/e/m/a.java @@ -2,10 +2,10 @@ package c.i.a.f.e.m; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ @Deprecated public class a { - public static AbstractC0107a a; + public static AbstractC0108a a; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ /* renamed from: c.i.a.f.e.m.a$a reason: collision with other inner class name */ - public interface AbstractC0107a { + public interface AbstractC0108a { } } diff --git a/app/src/main/java/c/i/a/f/e/m/b.java b/app/src/main/java/c/i/a/f/e/m/b.java index 22bb397c3c..d831c526fb 100644 --- a/app/src/main/java/c/i/a/f/e/m/b.java +++ b/app/src/main/java/c/i/a/f/e/m/b.java @@ -2,5 +2,5 @@ package c.i.a.f.e.m; import c.i.a.f.e.m.a; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ -public final class b implements a.AbstractC0107a { +public final class b implements a.AbstractC0108a { } 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 248efcde64..fa994fd5f2 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 f1068c = new ConcurrentHashMap<>(); + public ConcurrentHashMap f1067c = 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.f1068c.containsKey(serviceConnection)) { + if (!(!(serviceConnection instanceof i0)) || !this.f1067c.containsKey(serviceConnection)) { try { context.unbindService(serviceConnection); } catch (IllegalArgumentException | IllegalStateException unused) { @@ -49,11 +49,11 @@ public class a { } else { try { try { - context.unbindService(this.f1068c.get(serviceConnection)); + context.unbindService(this.f1067c.get(serviceConnection)); } catch (IllegalArgumentException | IllegalStateException unused2) { } } finally { - this.f1068c.remove(serviceConnection); + this.f1067c.remove(serviceConnection); } } } @@ -76,7 +76,7 @@ public class a { return false; } if (!(serviceConnection instanceof i0)) { - ServiceConnection putIfAbsent = this.f1068c.putIfAbsent(serviceConnection, serviceConnection); + ServiceConnection putIfAbsent = this.f1067c.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.f1068c.remove(serviceConnection, serviceConnection); + this.f1067c.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 0cecc713ca..cae82ddf20 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 @@ -134,7 +134,7 @@ public final class c { @Nullable /* renamed from: c reason: collision with root package name */ - public static Boolean f1069c; + public static Boolean f1068c; @Nullable public static Boolean d; public static Boolean e; @@ -173,10 +173,10 @@ public final class c { /* compiled from: SizeSelectors */ /* renamed from: c.i.a.f.e.o.c$c reason: collision with other inner class name */ - public static class C0108c implements j { + public static class C0109c implements j { public final /* synthetic */ int a; - public C0108c(int i) { + public C0109c(int i) { this.a = i; } @@ -746,7 +746,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.f1093c[i2] >>> 3), c7Var.d[i2]); + T0(sb, i, String.valueOf(c7Var.f1092c[i2] >>> 3), c7Var.d[i2]); } } } @@ -1060,7 +1060,7 @@ public final class c { @NonNull public static c.o.a.x.c Y(int i) { - return p0(new C0108c(i)); + return p0(new C0109c(i)); } public static void Y0(boolean z2, @NullableDecl Object obj) { @@ -1080,10 +1080,10 @@ public final class c { if (i2 < 0) { throw zzij.b(); } else if (i2 == 0) { - s3Var.f1132c = ""; + s3Var.f1131c = ""; return z0; } else { - s3Var.f1132c = new String(bArr, z0, i2, w4.a); + s3Var.f1131c = new String(bArr, z0, i2, w4.a); return z0 + i2; } } @@ -1111,10 +1111,10 @@ public final class c { if (i2 < 0) { throw zzij.b(); } else if (i2 == 0) { - s3Var.f1132c = ""; + s3Var.f1131c = ""; return z0; } else { - s3Var.f1132c = k7.a.c(bArr, z0, i2); + s3Var.f1131c = k7.a.c(bArr, z0, i2); return z0 + i2; } } @@ -1137,10 +1137,10 @@ public final class c { } else if (i2 > bArr.length - z0) { throw zzij.a(); } else if (i2 == 0) { - s3Var.f1132c = t3.i; + s3Var.f1131c = t3.i; return z0; } else { - s3Var.f1132c = t3.h(bArr, z0, i2); + s3Var.f1131c = t3.h(bArr, z0, i2); return z0 + i2; } } @@ -1686,14 +1686,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.f1132c); + b5Var.add(s3Var.f1131c); while (x0 < i3) { int z0 = z0(bArr, x0, s3Var); if (i != s3Var.a) { break; } x0 = x0(q6Var, bArr, z0, i3, s3Var); - b5Var.add(s3Var.f1132c); + b5Var.add(s3Var.f1131c); } return x0; } @@ -1711,7 +1711,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.f1132c = b2; + s3Var.f1131c = b2; return m; } @@ -1736,7 +1736,7 @@ public final class c { int i4 = (b3 == 1 ? 1 : 0) + i3; q6Var.h(a2, bArr, i3, i4, s3Var); q6Var.d(a2); - s3Var.f1132c = a2; + s3Var.f1131c = 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 42f7433661..143ad8f007 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 f1070c; + public static final Method f1069c; @Nullable public static final Method d; @@ -45,7 +45,7 @@ public class i { } catch (Exception unused3) { method3 = null; } - f1070c = method3; + f1069c = method3; try { WorkSource.class.getMethod("get", Integer.TYPE); } catch (Exception unused4) { diff --git a/app/src/main/java/c/i/a/f/e/s.java b/app/src/main/java/c/i/a/f/e/s.java index 2004369aa0..cbdaccc2dc 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 f1071c; + public static Context f1070c; public static a0 a(String str, t tVar, boolean z2, boolean z3) { o0 o0Var; try { if (a == null) { - Objects.requireNonNull(f1071c, "null reference"); + Objects.requireNonNull(f1070c, "null reference"); synchronized (b) { if (a == null) { - IBinder b2 = DynamiteModule.c(f1071c, DynamiteModule.i, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); + IBinder b2 = DynamiteModule.c(f1070c, 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(f1071c, "null reference"); + Objects.requireNonNull(f1070c, "null reference"); try { - return a.t0(new zzj(str, tVar, z2, z3), new b(f1071c.getPackageManager())) ? a0.a : new c0(new u(z2, str, tVar), null); + return a.t0(new zzj(str, tVar, z2, z3), new b(f1070c.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 45a8165775..686fa67d02 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 f1072c = new WeakReference<>(null); - public WeakReference d = f1072c; + public static final WeakReference f1071c = new WeakReference<>(null); + public WeakReference d = f1071c; 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 97ba416275..570b463536 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[] f1073c; + public final byte[] f1072c; public w(byte[] bArr) { super(Arrays.copyOfRange(bArr, 0, 25)); - this.f1073c = bArr; + this.f1072c = bArr; } @Override // c.i.a.f.e.t public final byte[] g() { - return this.f1073c; + return this.f1072c; } } diff --git a/app/src/main/java/c/i/a/f/f/a.java b/app/src/main/java/c/i/a/f/f/a.java index 320ed3573b..1e626976f2 100644 --- a/app/src/main/java/c/i/a/f/f/a.java +++ b/app/src/main/java/c/i/a/f/f/a.java @@ -9,17 +9,17 @@ public interface a extends IInterface { /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ /* renamed from: c.i.a.f.f.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0109a extends c.i.a.f.h.g.a implements a { + public static abstract class AbstractBinderC0110a extends c.i.a.f.h.g.a implements a { /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ /* renamed from: c.i.a.f.f.a$a$a reason: collision with other inner class name */ - public static class C0110a extends b implements a { - public C0110a(IBinder iBinder) { + public static class C0111a extends b implements a { + public C0111a(IBinder iBinder) { super(iBinder, "com.google.android.gms.dynamic.IObjectWrapper"); } } - public AbstractBinderC0109a() { + public AbstractBinderC0110a() { super("com.google.android.gms.dynamic.IObjectWrapper"); } @@ -29,7 +29,7 @@ public interface a extends IInterface { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.dynamic.IObjectWrapper"); - return queryLocalInterface instanceof a ? (a) queryLocalInterface : new C0110a(iBinder); + return queryLocalInterface instanceof a ? (a) queryLocalInterface : new C0111a(iBinder); } } } 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 0793d0e2dd..656a31f3bc 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 @@ -6,7 +6,7 @@ import c.i.a.f.f.a; import java.lang.reflect.Field; import java.util.Objects; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ -public final class b extends a.AbstractBinderC0109a { +public final class b extends a.AbstractBinderC0110a { public final T a; public b(T t) { 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 4ba0b2600a..4a583984b1 100644 --- a/app/src/main/java/c/i/a/f/g/b.java +++ b/app/src/main/java/c/i/a/f/g/b.java @@ -5,17 +5,17 @@ import com.google.android.gms.dynamite.DynamiteModule; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ public final class b implements DynamiteModule.a { @Override // com.google.android.gms.dynamite.DynamiteModule.a - public final DynamiteModule.a.C0188a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { - DynamiteModule.a.C0188a aVar = new DynamiteModule.a.C0188a(); + public final DynamiteModule.a.C0189a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { + DynamiteModule.a.C0189a aVar = new DynamiteModule.a.C0189a(); int b = bVar.b(context, str); aVar.a = b; if (b != 0) { - aVar.f2328c = -1; + aVar.f2332c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2328c = 1; + aVar.f2332c = 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 3c1523c268..c137294935 100644 --- a/app/src/main/java/c/i/a/f/g/c.java +++ b/app/src/main/java/c/i/a/f/g/c.java @@ -5,8 +5,8 @@ import com.google.android.gms.dynamite.DynamiteModule; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ public final class c implements DynamiteModule.a { @Override // com.google.android.gms.dynamite.DynamiteModule.a - public final DynamiteModule.a.C0188a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { - DynamiteModule.a.C0188a aVar = new DynamiteModule.a.C0188a(); + public final DynamiteModule.a.C0189a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { + DynamiteModule.a.C0189a aVar = new DynamiteModule.a.C0189a(); int b = bVar.b(context, str); aVar.a = b; if (b != 0) { @@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a { } int i = aVar.a; if (i == 0 && aVar.b == 0) { - aVar.f2328c = 0; + aVar.f2332c = 0; } else if (i >= aVar.b) { - aVar.f2328c = -1; + aVar.f2332c = -1; } else { - aVar.f2328c = 1; + aVar.f2332c = 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 0d22eb8dfc..90c6d61c73 100644 --- a/app/src/main/java/c/i/a/f/g/d.java +++ b/app/src/main/java/c/i/a/f/g/d.java @@ -5,18 +5,18 @@ import com.google.android.gms.dynamite.DynamiteModule; /* compiled from: com.google.android.gms:play-services-basement@@17.4.0 */ public final class d implements DynamiteModule.a { @Override // com.google.android.gms.dynamite.DynamiteModule.a - public final DynamiteModule.a.C0188a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { - DynamiteModule.a.C0188a aVar = new DynamiteModule.a.C0188a(); + public final DynamiteModule.a.C0189a a(Context context, String str, DynamiteModule.a.b bVar) throws DynamiteModule.LoadingException { + DynamiteModule.a.C0189a aVar = new DynamiteModule.a.C0189a(); aVar.a = bVar.b(context, str); int a = bVar.a(context, str, true); aVar.b = a; int i = aVar.a; if (i == 0 && a == 0) { - aVar.f2328c = 0; + aVar.f2332c = 0; } else if (a >= i) { - aVar.f2328c = 1; + aVar.f2332c = 1; } else { - aVar.f2328c = -1; + aVar.f2332c = -1; } return aVar; } diff --git a/app/src/main/java/c/i/a/f/g/f.java b/app/src/main/java/c/i/a/f/g/f.java index 336f26aaaf..7cb6082360 100644 --- a/app/src/main/java/c/i/a/f/g/f.java +++ b/app/src/main/java/c/i/a/f/g/f.java @@ -19,7 +19,7 @@ public final class f extends b implements g { e.writeString(str); e.writeInt(i); Parcel g = g(2, e); - a g2 = a.AbstractBinderC0109a.g(g.readStrongBinder()); + a g2 = a.AbstractBinderC0110a.g(g.readStrongBinder()); g.recycle(); return g2; } @@ -51,7 +51,7 @@ public final class f extends b implements g { e.writeString(str); e.writeInt(z2 ? 1 : 0); Parcel g = g(7, e); - a g2 = a.AbstractBinderC0109a.g(g.readStrongBinder()); + a g2 = a.AbstractBinderC0110a.g(g.readStrongBinder()); g.recycle(); return g2; } @@ -64,7 +64,7 @@ public final class f extends b implements g { e.writeInt(i); c.b(e, aVar2); Parcel g = g(8, e); - a g2 = a.AbstractBinderC0109a.g(g.readStrongBinder()); + a g2 = a.AbstractBinderC0110a.g(g.readStrongBinder()); g.recycle(); return g2; } @@ -88,7 +88,7 @@ public final class f extends b implements g { e.writeString(str); e.writeInt(i); Parcel g = g(4, e); - a g2 = a.AbstractBinderC0109a.g(g.readStrongBinder()); + a g2 = a.AbstractBinderC0110a.g(g.readStrongBinder()); g.recycle(); return g2; } diff --git a/app/src/main/java/c/i/a/f/g/h.java b/app/src/main/java/c/i/a/f/g/h.java index d876a400e6..a31353d0a1 100644 --- a/app/src/main/java/c/i/a/f/g/h.java +++ b/app/src/main/java/c/i/a/f/g/h.java @@ -20,7 +20,7 @@ public final class h extends b implements i { e.writeInt(i); c.b(e, aVar2); Parcel g = g(2, e); - a g2 = a.AbstractBinderC0109a.g(g.readStrongBinder()); + a g2 = a.AbstractBinderC0110a.g(g.readStrongBinder()); g.recycle(); return g2; } @@ -33,7 +33,7 @@ public final class h extends b implements i { e.writeInt(i); c.b(e, aVar2); Parcel g = g(3, e); - a g2 = a.AbstractBinderC0109a.g(g.readStrongBinder()); + a g2 = a.AbstractBinderC0110a.g(g.readStrongBinder()); g.recycle(); return g2; } 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 497879cda1..ee9fb3dcea 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 @@ -13,15 +13,15 @@ import c.i.a.f.e.k.d; import java.util.Objects; /* compiled from: com.google.android.gms:play-services-auth@@19.0.0 */ public final class o extends d { - public final a.C0101a A; + public final a.C0102a A; - public o(Context context, Looper looper, c cVar, a.C0101a aVar, c.a aVar2, c.b bVar) { + public o(Context context, Looper looper, c cVar, a.C0102a aVar, c.a aVar2, c.b bVar) { super(context, looper, 68, cVar, aVar2, bVar); - a.C0101a.C0102a aVar3 = new a.C0101a.C0102a(aVar == null ? a.C0101a.i : aVar); + a.C0102a.C0103a aVar3 = new a.C0102a.C0103a(aVar == null ? a.C0102a.i : aVar); byte[] bArr = new byte[16]; a.a.nextBytes(bArr); - aVar3.f1028c = Base64.encodeToString(bArr, 11); - this.A = new a.C0101a(aVar3); + aVar3.f1027c = Base64.encodeToString(bArr, 11); + this.A = new a.C0102a(aVar3); } @Override // c.i.a.f.e.k.b, c.i.a.f.e.h.a.f @@ -40,7 +40,7 @@ public final class o extends d { @Override // c.i.a.f.e.k.b public final Bundle t() { - a.C0101a aVar = this.A; + a.C0102a aVar = this.A; Objects.requireNonNull(aVar); Bundle bundle = new Bundle(); bundle.putString("consumer_package", aVar.j); 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 12f57857e7..2f3f0b5d90 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.f1060x; + c.i.a.f.e.k.c cVar = this.f1059x; Account account = cVar.a; if (TextUtils.isEmpty(account != null ? account.name : null)) { return false; } - if (cVar.d.get(b.f1029c) == null) { + if (cVar.d.get(b.f1028c) == 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 3f60577abb..d394e7c924 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.f1049c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); + g0Var.f1048c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); break; case 9: zag zag = (zag) b.a(parcel, zag.CREATOR); diff --git a/app/src/main/java/c/i/a/f/h/j/a0.java b/app/src/main/java/c/i/a/f/h/j/a0.java index 21deda434f..020716eb53 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 f1074c = new b0(this); + public final Runnable f1073c = 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.f1074c); + b().removeCallbacks(this.f1073c); } 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.f1074c, j)) { + if (!b().postDelayed(this.f1073c, 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 b6ad22b6a7..d98a209979 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.f1082c.getResources().getXml(i)); + i0Var = g0Var.I(g0Var.i.f1081c.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.f1083c; + String str3 = i0Var.f1082c; 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 79e957c296..c45d30b2e4 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 f1075c = c1.a; + public static volatile d1 f1074c = 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 b85280dc39..0259d86178 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 f1076c = f0.b("analytics.local_dispatch_millis", 1800000, 120000); + public static f0 f1075c = 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 f1077s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); + public static f0 f1076s = 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 f1078x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); + public static f0 f1077x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); /* renamed from: y reason: collision with root package name */ - public static f0 f1079y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); + public static f0 f1078y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); /* renamed from: z reason: collision with root package name */ - public static f0 f1080z = f0.b("analytics.service_client.reconnect_throttle_millis", 1800000, 1800000); + public static f0 f1079z = 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 b4b425caa8..d99dc9eff6 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 f1081c; + public String f1080c; 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.f1081c); + hashMap.put("appId", this.f1080c); 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 42a7ad0dc5..9c66e1513f 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 f1082c; + public final Context f1081c; 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.f1082c = context2; + this.f1081c = context2; d dVar = d.a; this.d = dVar; m0 m0Var = new m0(this); diff --git a/app/src/main/java/c/i/a/f/h/j/h0.java b/app/src/main/java/c/i/a/f/h/j/h0.java index 96b5d4ede9..243e12da14 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.f1083c = str2; + this.b.f1082c = 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 4d0217af08..3bb002cd1a 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 f1083c; + public String f1082c; 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 68eabbebd6..555931635c 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.f1078x.a.longValue()); + this.m.e(e0.f1077x.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 49c41f3d34..13e5613567 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 f1084c; + public final long f1083c; 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.f1084c = j2; + this.f1083c = j2; this.e = i; TextUtils.isEmpty(null); this.g = null; @@ -92,15 +92,15 @@ public final class j0 { } public final String toString() { - StringBuilder K = a.K("ht="); - K.append(this.d); - if (this.f1084c != 0) { - K.append(", dbId="); - K.append(this.f1084c); + StringBuilder L = a.L("ht="); + L.append(this.d); + if (this.f1083c != 0) { + L.append(", dbId="); + L.append(this.f1083c); } if (this.e != 0) { - K.append(", appUID="); - K.append(this.e); + L.append(", appUID="); + L.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; - K.append(", "); - K.append(str); - K.append("="); - K.append(this.a.get(str)); + L.append(", "); + L.append(str); + L.append("="); + L.append(this.a.get(str)); } - return K.toString(); + return L.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 5a1b344df6..8ea62eadc9 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 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(); + 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(); } @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 ad5c2344c8..e17dfda6cd 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 f1085c; + public boolean f1084c; public boolean d; public n0(g gVar) { @@ -21,9 +21,9 @@ public class n0 extends BroadcastReceiver { } public final void a() { - if (this.f1085c) { + if (this.f1084c) { this.b.c().C("Unregistering connectivity change receiver"); - this.f1085c = false; + this.f1084c = 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 8be213a6d2..a0cc38b2d8 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 @@ -185,7 +185,7 @@ public final class o0 extends e { } catch (NumberFormatException unused) { j = 0; } - S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1084c)); + S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1083c)); } return sb.toString(); } catch (UnsupportedEncodingException e) { @@ -337,7 +337,7 @@ public final class o0 extends e { if (z5) { break; } - arrayList.add(Long.valueOf(j0Var.f1084c)); + arrayList.add(Long.valueOf(j0Var.f1083c)); } z5 = false; if (z5) { @@ -599,7 +599,7 @@ public final class o0 extends e { if (z4) { break; } - arrayList2.add(Long.valueOf(j0Var2.f1084c)); + arrayList2.add(Long.valueOf(j0Var2.f1083c)); if (arrayList2.size() >= z.c()) { break; } diff --git a/app/src/main/java/c/i/a/f/h/j/q.java b/app/src/main/java/c/i/a/f/h/j/q.java index 47da1a1e24..ba69117dd5 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.f1081c = packageName; + f1Var.f1080c = 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.f1081c)) { - f1Var3.f1081c = f1Var2.f1081c; + if (!TextUtils.isEmpty(f1Var2.f1080c)) { + f1Var3.f1080c = f1Var2.f1080c; } 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 d407f77b19..f96acaeba0 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 f1086s; + public final y0 f1085s; 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.f1086s = new y0(this.i.d); + this.f1085s = 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.f1084c); + this.l.W(j0Var.f1083c); } 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.f1086s.b(e0.f1080z.a.longValue())) { - this.f1086s.a(); + if (this.f1085s.b(e0.f1079z.a.longValue())) { + this.f1085s.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.f1079y.a.longValue()); + lVar.wait(e0.f1078y.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.f1086s.b = 0; + this.f1085s.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()).f1084c == j) { + if (((j0) it.next()).f1083c == 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.f1084c); + j = Math.max(j, j0Var.f1083c); arrayList2.remove(j0Var); d("Hit sent do device AnalyticsService for delivery", j0Var); try { - this.l.W(j0Var.f1084c); - arrayList.add(Long.valueOf(j0Var.f1084c)); + this.l.W(j0Var.f1083c); + arrayList.add(Long.valueOf(j0Var.f1083c)); } 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.f1085c) { + if (!n0Var.f1084c) { 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.f1085c = true; + n0Var.f1084c = true; } n0 n0Var2 = this.n; - if (!n0Var2.f1085c) { + if (!n0Var2.f1084c) { 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.f1074c); - if (!a0Var2.b().postDelayed(a0Var2.f1074c, j3)) { + a0Var2.b().removeCallbacks(a0Var2.f1073c); + if (!a0Var2.b().postDelayed(a0Var2.f1073c, 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.f1075c); + Objects.requireNonNull((c1) b1.f1074c); } jobScheduler.schedule(build); return; @@ -502,7 +502,7 @@ public final class r extends e { if (j != Long.MIN_VALUE) { return j; } - long longValue = e0.f1076c.a.longValue(); + long longValue = e0.f1075c.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 476b4c663f..af8fd76dd5 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 f1087c; + public static Boolean f1086c; public static boolean a(Context context) { Objects.requireNonNull(context, "null reference"); - Boolean bool = f1087c; + Boolean bool = f1086c; if (bool != null) { return bool.booleanValue(); } boolean a2 = z0.a(context, "com.google.android.gms.analytics.AnalyticsReceiver", false); - f1087c = Boolean.valueOf(a2); + f1086c = 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 c5e2d0b573..877e53ddb3 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 f1088c; + public final T f1087c; public t0(T t) { - this.f1088c = t; + this.f1087c = 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.f1223c.isHeld()) { + if (aVar != null && aVar.f1222c.isHeld()) { aVar.b(); } } } catch (SecurityException unused) { } - m0 c2 = g.b(this.f1088c).c(); + m0 c2 = g.b(this.f1087c).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.f1088c).e(); + a e = g.b(this.f1087c).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 feaf6f5db3..7a36a60971 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.f1088c.b(i)) { + if (t0Var.f1087c.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 9a31e96df5..837daa7ba2 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.f1088c.a(jobParameters, false); + t0Var.f1087c.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 f03403e2bc..e24a13139a 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 f1089c; + public String f1088c; public Set d; public z(g gVar) { @@ -62,8 +62,8 @@ public final class z { public final Set g() { String str; - String str2 = e0.f1077s.a; - if (this.d == null || (str = this.f1089c) == null || !str.equals(str2)) { + String str2 = e0.f1076s.a; + if (this.d == null || (str = this.f1088c) == 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.f1089c = str2; + this.f1088c = str2; this.d = hashSet; } return this.d; diff --git a/app/src/main/java/c/i/a/f/h/k/j.java b/app/src/main/java/c/i/a/f/h/k/j.java index 800aa4dacf..1d66ace29a 100644 --- a/app/src/main/java/c/i/a/f/h/k/j.java +++ b/app/src/main/java/c/i/a/f/h/k/j.java @@ -7,10 +7,10 @@ import c.i.a.f.e.h.j.f; import c.i.a.f.e.h.j.l; import c.i.a.f.e.k.c; /* compiled from: com.google.firebase:firebase-appindexing@@19.1.0 */ -public final class j extends a.AbstractC0103a { +public final class j extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.j.f, c.i.a.f.e.h.j.l] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final /* synthetic */ g b(Context context, Looper looper, c cVar, a.d.c cVar2, f fVar, l lVar) { return new g(context, looper, cVar, fVar, lVar); } 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 86882c59ce..539ac8a359 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 @@ -4,16 +4,16 @@ import c.i.a.f.e.h.a; /* compiled from: com.google.firebase:firebase-appindexing@@19.1.0 */ public final class k { public static final a.g a; - public static final a.AbstractC0103a b; + public static final a.AbstractC0104a b; /* renamed from: c reason: collision with root package name */ - public static final a f1090c; + public static final a f1089c; static { a.g gVar = new a.g<>(); a = gVar; j jVar = new j(); b = jVar; - f1090c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); + f1089c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); } } 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 dc77a3a2a5..e82959a899 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 f1091s; + public final /* synthetic */ g f1090s; /* 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.f1091s = gVar; + this.f1090s = 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.f1091s.j.logEvent(this.n, this.o, this.p, this.q, this.r, l == null ? this.i : l.longValue()); + this.f1090s.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 3e167acaea..e1f8f61a74 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 f1092c; + public final ContentObserver f1091c; public c2() { this.b = null; - this.f1092c = null; + this.f1091c = null; } public c2(Context context) { this.b = context; f2 f2Var = new f2(); - this.f1092c = f2Var; + this.f1091c = f2Var; context.getContentResolver().registerContentObserver(u1.a, true, f2Var); } 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 3d9819adac..b2fb266a63 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[] f1093c; + public int[] f1092c; 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.f1093c = iArr; + this.f1092c = 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.f1093c; + int[] iArr = this.f1092c; if (i2 == iArr.length) { int i3 = i2 + (i2 < 4 ? 8 : i2 >> 1); - this.f1093c = Arrays.copyOf(iArr, i3); + this.f1092c = Arrays.copyOf(iArr, i3); this.d = Arrays.copyOf(this.d, i3); } - int[] iArr2 = this.f1093c; + int[] iArr2 = this.f1092c; 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.f1093c[i], this.d[i], v7Var); + b(this.f1092c[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.f1093c[i4]; + int i5 = this.f1092c[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.f1093c; - int[] iArr2 = c7Var.f1093c; + int[] iArr = this.f1092c; + int[] iArr2 = c7Var.f1092c; 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.f1093c; + int[] iArr = this.f1092c; 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 3c02f140d9..e0b1129718 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 f1094c = 0; + public static final /* synthetic */ int f1093c = 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/dc.java b/app/src/main/java/c/i/a/f/h/l/dc.java index 956f7ca4cf..6c19f3cb35 100644 --- a/app/src/main/java/c/i/a/f/h/l/dc.java +++ b/app/src/main/java/c/i/a/f/h/l/dc.java @@ -44,7 +44,7 @@ public abstract class dc extends s0 implements ec { fc fcVar14 = null; switch (i) { case 1: - initialize(a.AbstractBinderC0109a.g(parcel.readStrongBinder()), (zzae) v.a(parcel, zzae.CREATOR), parcel.readLong()); + initialize(a.AbstractBinderC0110a.g(parcel.readStrongBinder()), (zzae) v.a(parcel, zzae.CREATOR), parcel.readLong()); break; case 2: logEvent(parcel.readString(), parcel.readString(), (Bundle) v.a(parcel, Bundle.CREATOR), parcel.readInt() != 0, parcel.readInt() != 0, parcel.readLong()); @@ -63,7 +63,7 @@ public abstract class dc extends s0 implements ec { case 4: String readString3 = parcel.readString(); String readString4 = parcel.readString(); - a g = a.AbstractBinderC0109a.g(parcel.readStrongBinder()); + a g = a.AbstractBinderC0110a.g(parcel.readStrongBinder()); ClassLoader classLoader = v.a; setUserProperty(readString3, readString4, g, parcel.readInt() != 0, parcel.readLong()); break; @@ -126,7 +126,7 @@ public abstract class dc extends s0 implements ec { setSessionTimeoutDuration(parcel.readLong()); break; case 15: - setCurrentScreen(a.AbstractBinderC0109a.g(parcel.readStrongBinder()), parcel.readString(), parcel.readString(), parcel.readLong()); + setCurrentScreen(a.AbstractBinderC0110a.g(parcel.readStrongBinder()), parcel.readString(), parcel.readString(), parcel.readLong()); break; case 16: IBinder readStrongBinder5 = parcel.readStrongBinder(); @@ -191,25 +191,25 @@ public abstract class dc extends s0 implements ec { endAdUnitExposure(parcel.readString(), parcel.readLong()); break; case 25: - onActivityStarted(a.AbstractBinderC0109a.g(parcel.readStrongBinder()), parcel.readLong()); + onActivityStarted(a.AbstractBinderC0110a.g(parcel.readStrongBinder()), parcel.readLong()); break; case 26: - onActivityStopped(a.AbstractBinderC0109a.g(parcel.readStrongBinder()), parcel.readLong()); + onActivityStopped(a.AbstractBinderC0110a.g(parcel.readStrongBinder()), parcel.readLong()); break; case 27: - onActivityCreated(a.AbstractBinderC0109a.g(parcel.readStrongBinder()), (Bundle) v.a(parcel, Bundle.CREATOR), parcel.readLong()); + onActivityCreated(a.AbstractBinderC0110a.g(parcel.readStrongBinder()), (Bundle) v.a(parcel, Bundle.CREATOR), parcel.readLong()); break; case 28: - onActivityDestroyed(a.AbstractBinderC0109a.g(parcel.readStrongBinder()), parcel.readLong()); + onActivityDestroyed(a.AbstractBinderC0110a.g(parcel.readStrongBinder()), parcel.readLong()); break; case 29: - onActivityPaused(a.AbstractBinderC0109a.g(parcel.readStrongBinder()), parcel.readLong()); + onActivityPaused(a.AbstractBinderC0110a.g(parcel.readStrongBinder()), parcel.readLong()); break; case 30: - onActivityResumed(a.AbstractBinderC0109a.g(parcel.readStrongBinder()), parcel.readLong()); + onActivityResumed(a.AbstractBinderC0110a.g(parcel.readStrongBinder()), parcel.readLong()); break; case 31: - a g2 = a.AbstractBinderC0109a.g(parcel.readStrongBinder()); + a g2 = a.AbstractBinderC0110a.g(parcel.readStrongBinder()); IBinder readStrongBinder12 = parcel.readStrongBinder(); if (readStrongBinder12 != null) { IInterface queryLocalInterface12 = readStrongBinder12.queryLocalInterface("com.google.android.gms.measurement.api.internal.IBundleReceiver"); @@ -227,7 +227,7 @@ public abstract class dc extends s0 implements ec { performAction(bundle2, fcVar4, parcel.readLong()); break; case 33: - logHealthData(parcel.readInt(), parcel.readString(), a.AbstractBinderC0109a.g(parcel.readStrongBinder()), a.AbstractBinderC0109a.g(parcel.readStrongBinder()), a.AbstractBinderC0109a.g(parcel.readStrongBinder())); + logHealthData(parcel.readInt(), parcel.readString(), a.AbstractBinderC0110a.g(parcel.readStrongBinder()), a.AbstractBinderC0110a.g(parcel.readStrongBinder()), a.AbstractBinderC0110a.g(parcel.readStrongBinder())); break; case 34: IBinder readStrongBinder14 = parcel.readStrongBinder(); 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 a29a57001e..6ae13938b5 100644 --- a/app/src/main/java/c/i/a/f/h/l/e6.java +++ b/app/src/main/java/c/i/a/f/h/l/e6.java @@ -20,7 +20,7 @@ public final class e6 implements q6 { public static final Unsafe b = j7.k(); /* renamed from: c reason: collision with root package name */ - public final int[] f1096c; + public final int[] f1095c; public final Object[] d; public final int e; public final int f; @@ -38,7 +38,7 @@ public final class e6 implements q6 { /* JADX WARN: Incorrect args count in method signature: ([I[Ljava/lang/Object;IILc/i/a/f/h/l/c6;ZZ[IIILc/i/a/f/h/l/i6;Lc/i/a/f/h/l/m5;Lc/i/a/f/h/l/d7<**>;Lc/i/a/f/h/l/j4<*>;Lc/i/a/f/h/l/v5;)V */ public e6(int[] iArr, Object[] objArr, int i, int i2, c6 c6Var, boolean z2, int[] iArr2, int i3, int i4, i6 i6Var, m5 m5Var, d7 d7Var, j4 j4Var, v5 v5Var) { - this.f1096c = iArr; + this.f1095c = iArr; this.d = objArr; this.e = i; this.f = i2; @@ -333,7 +333,7 @@ public final class e6 implements q6 { i33 = i57; } Unsafe unsafe = b; - Object[] objArr2 = o6Var2.f1121c; + Object[] objArr2 = o6Var2.f1120c; Class cls = o6Var2.a.getClass(); int[] iArr2 = new int[(i4 * 3)]; Object[] objArr3 = new Object[(i4 << 1)]; @@ -578,7 +578,7 @@ public final class e6 implements q6 { } String name = cls.getName(); String arrays = Arrays.toString(declaredFields); - 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)); + 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)); } } @@ -607,7 +607,7 @@ public final class e6 implements q6 { } public final void B(T t, int i) { - int i2 = this.f1096c[i + 2]; + int i2 = this.f1095c[i + 2]; long j = (long) (1048575 & i2); if (j != 1048575) { j7.e.e(t, j, (1 << (i2 >>> 20)) | j7.b(t, j)); @@ -615,7 +615,7 @@ public final class e6 implements q6 { } public final void C(T t, int i, int i2) { - j7.e.e(t, (long) (this.f1096c[i2 + 2] & 1048575), i); + j7.e.e(t, (long) (this.f1095c[i2 + 2] & 1048575), i); } /* JADX WARNING: Removed duplicated region for block: B:168:0x0527 */ @@ -631,13 +631,13 @@ public final class e6 implements q6 { if (!b2.b.isEmpty()) { it = b2.l(); entry = it.next(); - length = this.f1096c.length; + length = this.f1095c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; for (i = 0; i < length; i += 3) { int I = I(i); - int[] iArr = this.f1096c; + int[] iArr = this.f1095c; int i5 = iArr[i]; int i6 = (I & 267386880) >>> 20; if (i6 <= 17) { @@ -765,100 +765,100 @@ public final class e6 implements q6 { continue; } case 18: - s6.h(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.h(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 19: - s6.q(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.q(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 20: - s6.u(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.u(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 21: - s6.x(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.x(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 22: - s6.J(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.J(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 23: - s6.D(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.D(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 24: - s6.O(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.O(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 25: - s6.R(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.R(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 26: - s6.f(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var); + s6.f(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var); break; case 27: - s6.g(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.g(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 28: - s6.o(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var); + s6.o(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var); break; case 29: - s6.M(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.M(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 30: - s6.Q(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.Q(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 31: - s6.P(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.P(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 32: - s6.G(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.G(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 33: - s6.N(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.N(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 34: - s6.A(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.A(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 35: - s6.h(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.h(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 36: - s6.q(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.q(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 37: - s6.u(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.u(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 38: - s6.x(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.x(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 39: - s6.J(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.J(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 40: - s6.D(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.D(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 41: - s6.O(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.O(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 42: - s6.R(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.R(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 43: - s6.M(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.M(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 44: - s6.Q(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.Q(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 45: - s6.P(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.P(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 46: - s6.G(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.G(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 47: - s6.N(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.N(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 48: - s6.A(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.A(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 49: - s6.p(this.f1096c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.p(this.f1095c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 50: t(v7Var, i5, unsafe.getObject(t, j), i); @@ -982,7 +982,7 @@ public final class e6 implements q6 { } it = null; entry = null; - length = this.f1096c.length; + length = this.f1095c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; @@ -994,7 +994,7 @@ public final class e6 implements q6 { } public final void E(T t, T t2, int i) { - int[] iArr = this.f1096c; + int[] iArr = this.f1095c; int i2 = iArr[i + 1]; int i3 = iArr[i]; long j = (long) (i2 & 1048575); @@ -1023,11 +1023,11 @@ public final class e6 implements q6 { } public final int I(int i) { - return this.f1096c[i + 1]; + return this.f1095c[i + 1]; } public final int K(int i) { - return this.f1096c[i + 2]; + return this.f1095c[i + 2]; } @Override // c.i.a.f.h.l.q6 @@ -1039,11 +1039,11 @@ public final class e6 implements q6 { public final int b(T t) { int i; int i2; - int length = this.f1096c.length; + int length = this.f1095c.length; int i3 = 0; for (int i4 = 0; i4 < length; i4 += 3) { int I = I(i4); - int i5 = this.f1096c[i4]; + int i5 = this.f1095c[i4]; long j = (long) (1048575 & I); int i6 = 37; switch ((I & 267386880) >>> 20) { @@ -1367,9 +1367,9 @@ public final class e6 implements q6 { return !this.h || this.p.b(t).m(); } int i6 = this.j[i5]; - int i7 = this.f1096c[i6]; + int i7 = this.f1095c[i6]; int I = I(i6); - int i8 = this.f1096c[i6 + 2]; + int i8 = this.f1095c[i6 + 2]; int i9 = i8 & 1048575; int i10 = 1 << (i8 >>> 20); if (i9 != i3) { @@ -1467,13 +1467,13 @@ public final class e6 implements q6 { if (this.i) { Unsafe unsafe = b; int i10 = 0; - for (int i11 = 0; i11 < this.f1096c.length; i11 += 3) { + for (int i11 = 0; i11 < this.f1095c.length; i11 += 3) { int I = I(i11); int i12 = (I & 267386880) >>> 20; - int i13 = this.f1096c[i11]; + int i13 = this.f1095c[i11]; long j = (long) (I & 1048575); if (i12 >= o4.DOUBLE_LIST_PACKED.a() && i12 <= o4.SINT64_LIST_PACKED.a()) { - int i14 = this.f1096c[i11 + 2]; + int i14 = this.f1095c[i11 + 2]; } switch (i12) { case 0: @@ -1995,9 +1995,9 @@ public final class e6 implements q6 { int i15 = 0; int i16 = 1048575; int i17 = 0; - for (int i18 = 0; i18 < this.f1096c.length; i18 += 3) { + for (int i18 = 0; i18 < this.f1095c.length; i18 += 3) { int I2 = I(i18); - int[] iArr = this.f1096c; + int[] iArr = this.f1095c; int i19 = iArr[i18]; int i20 = (I2 & 267386880) >>> 20; if (i20 <= 17) { @@ -2600,7 +2600,7 @@ public final class e6 implements q6 { */ @Override // c.i.a.f.h.l.q6 public final boolean f(T t, T t2) { - int length = this.f1096c.length; + int length = this.f1095c.length; int i = 0; while (true) { boolean z2 = true; @@ -2808,10 +2808,10 @@ public final class e6 implements q6 { if (!b2.b.isEmpty()) { it = b2.l(); entry = it.next(); - length = this.f1096c.length; + length = this.f1095c.length; for (i = 0; i < length; i += 3) { int I = I(i); - int i2 = this.f1096c[i]; + int i2 = this.f1095c[i]; while (entry != null && this.p.a(entry) <= i2) { this.p.d(v7Var, entry); entry = it.hasNext() ? it.next() : null; @@ -2944,100 +2944,100 @@ public final class e6 implements q6 { break; } case 18: - s6.h(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.h(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 19: - s6.q(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.q(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 20: - s6.u(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.u(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 21: - s6.x(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.x(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 22: - s6.J(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.J(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 23: - s6.D(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.D(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 24: - s6.O(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.O(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 25: - s6.R(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.R(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 26: - s6.f(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.f(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 27: - s6.g(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.g(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 28: - s6.o(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.o(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 29: - s6.M(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.M(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 30: - s6.Q(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.Q(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 31: - s6.P(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.P(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 32: - s6.G(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.G(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 33: - s6.N(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.N(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 34: - s6.A(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.A(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 35: - s6.h(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.h(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 36: - s6.q(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.q(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 37: - s6.u(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.u(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 38: - s6.x(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.x(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 39: - s6.J(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.J(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 40: - s6.D(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.D(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 41: - s6.O(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.O(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 42: - s6.R(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.R(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 43: - s6.M(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.M(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 44: - s6.Q(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.Q(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 45: - s6.P(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.P(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 46: - s6.G(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.G(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 47: - s6.N(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.N(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 48: - s6.A(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.A(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 49: - s6.p(this.f1096c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.p(this.f1095c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 50: t(v7Var, i2, j7.r(t, (long) (I & 1048575)), i); @@ -3180,7 +3180,7 @@ public final class e6 implements q6 { } it = null; entry = null; - length = this.f1096c.length; + length = this.f1095c.length; while (i < length) { } while (entry != null) { @@ -3270,7 +3270,7 @@ public final class e6 implements q6 { i5 = i26; i6 = 0; } else { - int[] iArr = e6Var5.f1096c; + int[] iArr = e6Var5.f1095c; int i29 = iArr[i4 + 1]; int i30 = (i29 & 267386880) >>> 20; long j = (long) (i29 & 1048575); @@ -3472,7 +3472,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.f1132c); + unsafe2.putObject(t4, j, s3Var4.f1131c); s3Var3 = s3Var4; e6Var3 = e6Var6; t3 = t4; @@ -3503,9 +3503,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.f1132c); + unsafe2.putObject(t4, j, s3Var4.f1131c); } else { - unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1132c)); + unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1131c)); } s3Var3 = s3Var4; e6Var3 = e6Var6; @@ -3537,7 +3537,7 @@ public final class e6 implements q6 { break; } else { i20 = c.b1(bArr3, i3, s3Var6); - unsafe2.putObject(t6, j, s3Var6.f1132c); + unsafe2.putObject(t6, j, s3Var6.f1131c); i24 |= i32; i17 = i2; e6Var2 = e6Var4; @@ -3778,10 +3778,10 @@ public final class e6 implements q6 { @Override // c.i.a.f.h.l.q6 public final void i(T t, T t2) { Objects.requireNonNull(t2); - for (int i = 0; i < this.f1096c.length; i += 3) { + for (int i = 0; i < this.f1095c.length; i += 3) { int I = I(i); long j = (long) (1048575 & I); - int i2 = this.f1096c[i]; + int i2 = this.f1095c[i]; switch ((I & 267386880) >>> 20) { case 0: if (v(t2, i)) { @@ -4005,7 +4005,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.f1096c[i8 + 2] & 1048575); + long j2 = (long) (this.f1095c[i8 + 2] & 1048575); boolean z2 = true; switch (i7) { case 51: @@ -4092,9 +4092,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.f1132c); + unsafe.putObject(t, j, s3Var.f1131c); } else { - unsafe.putObject(t, j, w4.c(object, s3Var.f1132c)); + unsafe.putObject(t, j, w4.c(object, s3Var.f1131c)); } unsafe.putInt(t, j2, i4); return x0; @@ -4103,7 +4103,7 @@ public final class e6 implements q6 { case 61: if (i5 == 2) { i9 = c.b1(bArr, i, s3Var); - unsafe.putObject(t, j, s3Var.f1132c); + unsafe.putObject(t, j, s3Var.f1131c); unsafe.putInt(t, j2, i4); return i9; } @@ -4144,9 +4144,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.f1132c); + unsafe.putObject(t, j, s3Var.f1131c); } else { - unsafe.putObject(t, j, w4.c(object2, s3Var.f1132c)); + unsafe.putObject(t, j, w4.c(object2, s3Var.f1131c)); } unsafe.putInt(t, j2, i4); return i9; @@ -4335,7 +4335,7 @@ public final class e6 implements q6 { i24 = i6; } } else { - int[] iArr = e6Var2.f1096c; + int[] iArr = e6Var2.f1095c; int i29 = iArr[i4 + 1]; int i30 = (i29 & 267386880) >>> 20; long j2 = (long) (i29 & 1048575); @@ -4670,7 +4670,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.f1132c); + unsafe2.putObject(t5, j, s3Var3.f1131c); i18 = i7 | i32; i19 = i2; b10 = b8; @@ -4715,9 +4715,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.f1132c); + unsafe2.putObject(t5, j, s3Var3.f1131c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1132c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1131c)); } i18 = i7 | i32; i19 = i2; @@ -4762,7 +4762,7 @@ public final class e6 implements q6 { i13 = i4; if (i28 == 2) { i20 = c.b1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1132c); + unsafe2.putObject(t5, j, s3Var3.f1131c); b5 = b9; i7 |= i32; i24 = i17; @@ -4944,9 +4944,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.f1132c); + unsafe2.putObject(t5, j, s3Var3.f1131c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1132c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1131c)); } i18 = i7 | i32; i19 = i2; @@ -5176,7 +5176,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.f1096c; + int[] iArr2 = e6Var.f1095c; int i37 = iArr2[i36]; Object r = j7.r(t2, (long) (iArr2[i36 + 1] & 1048575)); if (r != null) { @@ -5241,7 +5241,7 @@ public final class e6 implements q6 { } public final void u(T t, T t2, int i) { - long j = (long) (this.f1096c[i + 1] & 1048575); + long j = (long) (this.f1095c[i + 1] & 1048575); if (v(t2, i)) { Object r = j7.r(t, j); Object r2 = j7.r(t2, j); @@ -5256,7 +5256,7 @@ public final class e6 implements q6 { } public final boolean v(T t, int i) { - int[] iArr = this.f1096c; + int[] iArr = this.f1095c; int i2 = iArr[i + 2]; long j = (long) (i2 & 1048575); if (j == 1048575) { @@ -5315,7 +5315,7 @@ public final class e6 implements q6 { } public final boolean w(T t, int i, int i2) { - return j7.b(t, (long) (this.f1096c[i2 + 2] & 1048575)) == i; + return j7.b(t, (long) (this.f1095c[i2 + 2] & 1048575)) == i; } public final boolean x(T t, int i, int i2, int i3, int i4) { @@ -5323,11 +5323,11 @@ public final class e6 implements q6 { } public final int z(int i, int i2) { - int length = (this.f1096c.length / 3) - 1; + int length = (this.f1095c.length / 3) - 1; while (i2 <= length) { int i3 = (length + i2) >>> 1; int i4 = i3 * 3; - int i5 = this.f1096c[i4]; + int i5 = this.f1095c[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 f589761a98..5194c188bb 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.f1094c; + int i = d5.f1093c; 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 e0d20d4177..50fab90ec1 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.f1093c[i] >>> 3, c7Var2.d[i]); + ((g4) v7Var).c(c7Var2.f1092c[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.f1093c, i); - System.arraycopy(c7Var4.f1093c, 0, copyOf, c7Var3.b, c7Var4.b); + int[] copyOf = Arrays.copyOf(c7Var3.f1092c, i); + System.arraycopy(c7Var4.f1092c, 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.f1093c[i3] >>> 3); + int M = zzhi.M(2, c7Var2.f1092c[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 34317c3604..3b2e0fad32 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 f1097c; + public final String f1096c; 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.f1097c = "FA"; + this.f1096c = "FA"; } else { - this.f1097c = str; + this.f1096c = 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.f1097c, "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.f1096c, "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.f1097c, "Specified origin or custom app id is null. Both parameters will be ignored."); + Log.w(this.f1096c, "Specified origin or custom app id is null. Both parameters will be ignored."); } } else { - Log.v(this.f1097c, "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy"); + Log.v(this.f1096c, "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.f1097c, "Unable to register lifecycle notifications. Application null."); + Log.w(this.f1096c, "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.f1097c, "Data collection startup failed. No data will be collected.", exc); + Log.w(this.f1096c, "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.f1097c, "Error with data collection. Data lost.", exc); + Log.w(this.f1096c, "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 f88afa9a8c..73a43c1b15 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.f2329c = this; + zzhi.f2333c = 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.f2329c); + q6Var.g((c6) obj, zzhi.f2333c); 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 6c8b954a5f..740a44e9a2 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 f1098c; + public final boolean f1097c; public final j4 d; public g6(d7 d7Var, j4 j4Var, c6 c6Var) { this.b = d7Var; - this.f1098c = j4Var.e(c6Var); + this.f1097c = 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.f1098c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; + return this.f1097c ? (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.f1098c) { + if (!this.f1097c) { 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.f1098c) { + if (this.f1097c) { 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.f1132c; + t3Var = (t3) s3Var.f1131c; } } } 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.f1098c) { + if (this.f1097c) { 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 808dee8726..73a2eac7c4 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 f1099c; + public static final l2 f1098c; 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); - f1099c = q2Var.c("measurement.service.global_params", true); + f1098c = 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 f1099c.d().booleanValue(); + return f1098c.d().booleanValue(); } } diff --git a/app/src/main/java/c/i/a/f/h/l/h4.java b/app/src/main/java/c/i/a/f/h/l/h4.java index 2c893b686f..c9a8699a6f 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 f1100c = new h4(true); + public static final h4 f1099c = 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 = f1100c; + h4Var = f1099c; 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 3d01651749..bcf3f08b0c 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 f1101c; + public static final l2 f1100c; 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); - f1101c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); + f1100c = 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 f1101c.d().booleanValue(); + return f1100c.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 7b44082444..2e96f815ca 100644 --- a/app/src/main/java/c/i/a/f/h/l/j.java +++ b/app/src/main/java/c/i/a/f/h/l/j.java @@ -45,7 +45,7 @@ public final class j extends g.a { if (g.e(this.m, this.n)) { str = this.n; str2 = this.m; - str3 = this.q.f1097c; + str3 = this.q.f1096c; } else { str3 = null; str2 = null; @@ -70,7 +70,7 @@ public final class j extends g.a { ecVar = dc.asInterface(DynamiteModule.c(context, aVar, ModuleDescriptor.MODULE_ID).b("com.google.android.gms.measurement.internal.AppMeasurementDynamiteService")); gVar.j = ecVar; if (this.q.j != null) { - Log.w(this.q.f1097c, "Failed to connect to measurement client."); + Log.w(this.q.f1096c, "Failed to connect to measurement client."); return; } int a = DynamiteModule.a(this.o, ModuleDescriptor.MODULE_ID); diff --git a/app/src/main/java/c/i/a/f/h/l/j7.java b/app/src/main/java/c/i/a/f/h/l/j7.java index e1d8613c99..19267b1698 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 f1102c; + public static final boolean f1101c; 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); - f1102c = p; + f1101c = 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 035c154349..5a67c119a5 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 f1103c = new u2(n2.a); + public static u2 f1102c = 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 = f1103c; + u2 u2Var = f1102c; 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.f1134c.matcher(str2).matches()) { + if (str2 == null || !u1.f1133c.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 47c1af07ea..8a7e5960d6 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 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); + 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); } } @@ -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 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); + 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); } } 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 46f1c12244..dc01583ce1 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 f1104c; + public static final l2 f1103c; 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); - f1104c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); + f1103c = 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 f1104c.d().booleanValue(); + return f1103c.d().booleanValue(); } @Override // c.i.a.f.h.l.ia 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 dadd7fa993..c1281ad00e 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 f1105c; + public boolean f1104c; public boolean d; public n4() { @@ -263,7 +263,7 @@ public final class n4> { return obj; } d5 d5Var = (d5) obj; - int i = d5.f1094c; + int i = d5.f1093c; throw new NoSuchMethodError(); } @@ -291,9 +291,9 @@ public final class n4> { } public final void h() { - if (!this.f1105c) { + if (!this.f1104c) { this.b.c(); - this.f1105c = true; + this.f1104c = true; } } @@ -329,7 +329,7 @@ public final class n4> { Object value = entry.getValue(); if (value instanceof d5) { d5 d5Var = (d5) value; - int i = d5.f1094c; + int i = d5.f1093c; 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 a673deedca..603e6b086b 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> f1106c = new ConcurrentHashMap(); + public final ConcurrentMap, q6> f1105c = 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.f1106c.get(cls); + q6 q6Var2 = (q6) this.f1105c.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.f1133c, null, x5.a); + q6Var = e6.n(b, k6.a, m5.a, s6.f1132c, null, x5.a); } } } - q6 q6Var3 = (q6) this.f1106c.putIfAbsent(cls, q6Var); + q6 q6Var3 = (q6) this.f1105c.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/o4.java b/app/src/main/java/c/i/a/f/h/l/o4.java index 3d8703cdf8..eea8a50237 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[] f1114h0 = new o4[51]; + public static final o4[] f1113h0 = 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]; - f1114h0[o4Var.zzba] = o4Var; + f1113h0[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 d76586aea9..f81466e46c 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 f1120c = Collections.unmodifiableList(Collections.emptyList()).getClass(); + public static final Class f1119c = 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 (f1120c.isAssignableFrom(list2.getClass())) { + if (f1119c.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 (!f1120c.isAssignableFrom(list.getClass())) { + } else if (!f1119c.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 5d6067aa2f..96ed1835f5 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[] f1121c; + public final Object[] f1120c; public final int d; public o6(c6 c6Var, String str, Object[] objArr) { this.a = c6Var; this.b = str; - this.f1121c = objArr; + this.f1120c = 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 b36f01c286..879c990e70 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.f1134c.matcher(str).matches()) { + if (u1.f1133c.matcher(str).matches()) { return Boolean.TRUE; } if (u1.d.matcher(str).matches()) { diff --git a/app/src/main/java/c/i/a/f/h/l/p8.java b/app/src/main/java/c/i/a/f/h/l/p8.java index f42224999b..90262ae5a7 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 @@ -15,7 +15,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 f1126c; + public static final l2 f1125c; public static final l2 d; public static final l2 e; public static final l2 f; @@ -33,27 +33,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 f1127s; + public static final l2 f1126s; 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 f1128x; + public static final l2 f1127x; /* renamed from: y reason: collision with root package name */ - public static final l2 f1129y; + public static final l2 f1128y; /* renamed from: z reason: collision with root package name */ - public static final l2 f1130z; + public static final l2 f1129z; 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"); - f1126c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); + f1125c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); d = q2Var.b("measurement.config.url_scheme", Constants.SCHEME); e = q2Var.a("measurement.upload.debug_upload_interval", 1000); f = q2Var.a("measurement.lifetimevalue.max_currency_tracked", 4); @@ -71,14 +71,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); - f1127s = q2Var.a("measurement.upload.interval", 3600000); + f1126s = q2Var.a("measurement.upload.interval", 3600000); t = q2Var.a("measurement.upload.max_bundle_size", Permission.READ_MESSAGE_HISTORY); u = q2Var.a("measurement.upload.max_bundles", 100); v = q2Var.a("measurement.upload.max_conversions_per_day", 500); w = q2Var.a("measurement.upload.max_error_events_per_day", 1000); - f1128x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); - f1129y = q2Var.a("measurement.upload.max_events_per_day", 100000); - f1130z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); + f1127x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); + f1128y = q2Var.a("measurement.upload.max_events_per_day", 100000); + f1129z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); A = q2Var.a("measurement.upload.max_queue_time", 2419200000L); B = q2Var.a("measurement.upload.max_realtime_events_per_day", 10); C = q2Var.a("measurement.upload.max_batch_size", Permission.READ_MESSAGE_HISTORY); @@ -115,7 +115,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long F() { - return f1127s.d().longValue(); + return f1126s.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -140,7 +140,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final String c() { - return f1126c.d(); + return f1125c.d(); } @Override // c.i.a.f.h.l.m8 @@ -180,7 +180,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long l() { - return f1129y.d().longValue(); + return f1128y.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -195,7 +195,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long o() { - return f1130z.d().longValue(); + return f1129z.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -240,7 +240,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long x() { - return f1128x.d().longValue(); + return f1127x.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 715a2cc669..9df5409fa6 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 f1131c; + public final SharedPreferences.OnSharedPreferenceChangeListener f1130c; 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.f1131c); + s2Var.b.unregisterOnSharedPreferenceChangeListener(s2Var.f1130c); } 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 d84640355d..07f09f8d29 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 f1132c; + public Object f1131c; 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 5d181eee6f..d629f70eb3 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 f1133c = e(true); + public static final d7 f1132c = 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 dc8bad0f76..1cc6b2d3b6 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 f1134c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1133c = 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 59659083ab..3286ad2fdc 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.f1105c) { + if (n4Var.f1104c) { 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.f2329c; + g4 g4Var = zzhi.f2333c; 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 3f754239d3..8f0ac5f52a 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 J = a.J(valueOf2.length() + valueOf.length() + 46, "FlagsContext{context=", valueOf, ", hermeticFileOverrides=", valueOf2); - J.append("}"); - return J.toString(); + StringBuilder K = a.K(valueOf2.length() + valueOf.length() + 46, "FlagsContext{context=", valueOf, ", hermeticFileOverrides=", valueOf2); + K.append("}"); + return K.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 2f550e2315..f26bc38697 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 f1135c; + public static final l2 f1134c; 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); - f1135c = q2Var.c("measurement.service.consent_state_v1_W36", false); + f1134c = 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 f1135c.d().booleanValue(); + return f1134c.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 89888e7257..c8eabe3966 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.f1136c.query(y1Var.d, y1.b, null, null, null); + Cursor query = y1Var.f1135c.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 00121bd0e5..3966b8340f 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 f1136c; + public final ContentResolver f1135c; 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.f1136c = contentResolver; + this.f1135c = 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.f1136c.unregisterContentObserver(y1Var.e); + y1Var.f1135c.unregisterContentObserver(y1Var.e); } a.clear(); } 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 b37e4ce390..6c5d41ce29 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 f1137c; + public static final l2 f1136c; 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); - f1137c = q2Var.c("measurement.service.ad_impression", true); + f1136c = 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 f1137c.d().booleanValue(); + return f1136c.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 0242048733..f88ec0c278 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 f1138c; + public static final l2 f1137c; 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)); - f1138c = q2Var.a("measurement.test.int_flag", -2); + f1137c = 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 f1138c.d().longValue(); + return f1137c.d().longValue(); } @Override // c.i.a.f.h.l.za 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 f0115fd1b1..4f09855a70 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 f1139c; + public final List f1138c; @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.f1139c = list; + this.f1138c = list; this.d = sparseArray; this.e = map; this.g = str; @@ -87,7 +87,7 @@ public final class e { public final String toString() { String str; int i = this.b; - String valueOf = String.valueOf(this.f1139c); + String valueOf = String.valueOf(this.f1138c); 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.j0(sb3, ", mManufacturerSpecificData=", str, ", mServiceData=", str2); + a.k0(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/p.java b/app/src/main/java/c/i/a/f/h/m/p.java index 06376d4f2f..3a04b9b924 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 f1140c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1139c = 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 46a5d45e3f..2fad6c80a5 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.f1221c, cVar); + super(a.f1220c, 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 f7a264098b..d6fe559216 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 @@ -15,21 +15,21 @@ public class a { /* compiled from: com.google.android.gms:play-services-measurement-sdk-api@@18.0.0 */ /* renamed from: c.i.a.f.i.a.a$a reason: collision with other inner class name */ - public interface AbstractC0111a extends z5 { + public interface AbstractC0112a extends z5 { } public a(g gVar) { this.a = gVar; } - public void a(AbstractC0111a aVar) { + public void a(AbstractC0112a aVar) { g.c cVar; g gVar = this.a; Objects.requireNonNull(gVar); synchronized (gVar.g) { for (int i = 0; i < gVar.g.size(); i++) { if (aVar.equals(gVar.g.get(i).first)) { - Log.w(gVar.f1097c, "OnEventListener already registered."); + Log.w(gVar.f1096c, "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.f1097c, "Failed to register event listener on calling thread. Trying again on the dynamite thread."); + Log.w(gVar.f1096c, "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 78f1ae37ee..a13387a952 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 f1141c = new ArrayMap(); + public final Map f1140c = 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 bc59c9dfed..4b64d4ff4e 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 f1142c; + public String f1141c; 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 f1143s; + public String f1142s; public Boolean t; public long u; public List v; public String w; /* renamed from: x reason: collision with root package name */ - public long f1144x; + public long f1143x; /* renamed from: y reason: collision with root package name */ - public long f1145y; + public long f1144y; /* renamed from: z reason: collision with root package name */ - public long f1146z; + public long f1145z; @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.f1142c, str); - this.f1142c = str; + this.E |= !t9.q0(this.f1141c, str); + this.f1141c = str; } @WorkerThread @@ -348,8 +348,8 @@ public final class a4 { if (TextUtils.isEmpty(str)) { str = null; } - this.E |= !t9.q0(this.f1143s, str); - this.f1143s = str; + this.E |= !t9.q0(this.f1142s, str); + this.f1142s = str; } @WorkerThread @@ -362,7 +362,7 @@ public final class a4 { @WorkerThread public final String s() { this.a.f().b(); - return this.f1142c; + return this.f1141c; } @WorkerThread @@ -405,7 +405,7 @@ public final class a4 { @WorkerThread public final String y() { this.a.f().b(); - return this.f1143s; + return this.f1142s; } @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 8c02f8367b..e48f58503b 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().f1154x.a(true); + x8Var.b.l().f1153x.a(true); } Bundle bundle = new Bundle(); if (!x8Var.b.a.h.z().booleanValue()) { - x8Var.b.e.f1157c.c(); + x8Var.b.e.f1156c.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 237a9b8398..b05acbce61 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 f1147c; + public boolean f1146c; 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.f1147c = false; + this.f1146c = 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.f1147c != u) { - this.f1147c = u; + if (this.f1146c != u) { + this.f1146c = 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 050550c019..2827224d1b 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.f1186c0); - boolean z5 = f9.b() && this.a.h.u(this.d, p.f1184b0); + boolean z4 = f9.b() && this.a.h.u(this.d, p.f1185c0); + boolean z5 = f9.b() && this.a.h.u(this.d, p.f1183b0); 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.f1178c + 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.f1177c + 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.f1178c; + long j = lVar.f1177c; 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 3a0e78a7dc..884b1c669f 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 f1148c = b.a; + public e f1147c = 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.f1148c.i(str, "measurement.event_sampling_enabled")); + return "1".equals(this.f1147c.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.f1148c.i(str, j3Var.b); + String i = this.f1147c.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.f1148c.i(str, j3Var.b); + String i = this.f1147c.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.f1148c.i(str, j3Var.b); + String i = this.f1147c.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.f1148c.i(str, j3Var.b); + String i = this.f1147c.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 af83203b56..41299ea590 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 @@ -46,7 +46,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class c6 extends a5 { /* renamed from: c reason: collision with root package name */ - public y6 f1149c; + public y6 f1148c; public w5 d; public final Set e = new CopyOnWriteArraySet(); public boolean f; @@ -125,7 +125,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.f1151c == null) { + if ((!this.a.h.o(p.I0) || i != 20) && dVar.b == null && dVar.f1150c == null) { g().k.a("Discarding empty consent settings"); return; } @@ -141,9 +141,9 @@ public final class c6 extends a5 { if (bool == null) { bool = dVar3.b; } - Boolean bool2 = dVar.f1151c; + Boolean bool2 = dVar.f1150c; if (bool2 == null) { - bool2 = dVar3.f1151c; + bool2 = dVar3.f1150c; } d dVar4 = new d(bool, bool2); this.i = dVar4; @@ -249,7 +249,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.f1188e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { + if (this.a.h.o(p.f1187e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { String string = bundle.getString("gclid"); Objects.requireNonNull((d) this.a.o); K("auto", "_lgclid", string, System.currentTimeMillis()); @@ -363,7 +363,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().f1154x.b()) { + if (l().v.a() <= 0 || !l().u(j) || !l().f1153x.b()) { bundle2 = z10; arrayList = arrayList2; } else { @@ -485,10 +485,10 @@ public final class c6 extends a5 { } else { str3 = string2; } - if (q.h && q.f1163c != null) { + if (q.h && q.f1162c != null) { q.h = false; - boolean q0 = t9.q0(q.f1163c.b, str3); - boolean q02 = t9.q0(q.f1163c.a, string); + boolean q0 = t9.q0(q.f1162c.b, str3); + boolean q02 = t9.q0(q.f1162c.a, string); if (q0 && q02) { q.g().k.a("Ignoring call to log screen view event with duplicate parameters."); return; @@ -504,9 +504,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.f1163c == null ? q.d : q.f1163c; + i7 i7Var = q.f1162c == null ? q.d : q.f1162c; i7 i7Var2 = new i7(string, str3, q.e().t0(), true, j); - q.f1163c = i7Var2; + q.f1162c = i7Var2; q.d = i7Var; q.i = i7Var2; Objects.requireNonNull((d) q.a.o); @@ -625,7 +625,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.f1149c); + ((Application) this.a.b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.f1148c); } } @@ -634,7 +634,7 @@ public final class c6 extends a5 { b(); t(); if (this.a.m()) { - if (this.a.h.o(p.f1187d0)) { + if (this.a.h.o(p.f1186d0)) { 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."); @@ -672,7 +672,7 @@ public final class c6 extends a5 { @Nullable public final String O() { u4 u4Var = this.a; - String str = u4Var.f1204c; + String str = u4Var.f1203c; if (str != null) { return str; } @@ -713,11 +713,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.f1206x.a.o().l.a() <= 0) { + if (this.a.f1205x.a.o().l.a() <= 0) { z2 = false; } if (!z2) { - m4 m4Var = this.a.f1206x; + m4 m4Var = this.a.f1205x; m4Var.a(m4Var.a.b.getPackageName()); } } @@ -783,7 +783,7 @@ public final class c6 extends a5 { w8 s2 = s(); s2.b(); d9 d9Var = s2.e; - d9Var.f1157c.c(); + d9Var.f1156c.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 20cb8c778a..f1da9c214c 100644 --- a/app/src/main/java/c/i/a/f/i/b/c7.java +++ b/app/src/main/java/c/i/a/f/i/b/c7.java @@ -35,7 +35,7 @@ public final class c7 implements Runnable { String str2 = this.l; y6Var.i.b(); try { - if (y6Var.i.a.h.o(p.f1188e0) || y6Var.i.a.h.o(p.f1190g0) || y6Var.i.a.h.o(p.f1189f0)) { + if (y6Var.i.a.h.o(p.f1187e0) || y6Var.i.a.h.o(p.f1189g0) || y6Var.i.a.h.o(p.f1188f0)) { t9 e = y6Var.i.e(); if (!TextUtils.isEmpty(str2)) { if (str2.contains("gclid") || str2.contains("utm_campaign") || str2.contains("utm_source") || str2.contains("utm_medium")) { @@ -48,7 +48,7 @@ public final class c7 implements Runnable { bundle2 = y6Var.i.e().x(uri); if (bundle2 != null) { bundle2.putString("_cis", "intent"); - if (y6Var.i.a.h.o(p.f1188e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { + if (y6Var.i.a.h.o(p.f1187e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { bundle2.putString("_cer", String.format("gclid=%s", bundle.getString("gclid"))); } y6Var.i.H(str, "_cmp", bundle2); @@ -59,12 +59,12 @@ public final class c7 implements Runnable { } else { bundle2 = null; } - if (y6Var.i.a.h.o(p.f1190g0) && !y6Var.i.a.h.o(p.f1189f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { + if (y6Var.i.a.h.o(p.f1189g0) && !y6Var.i.a.h.o(p.f1188f0) && 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.f1189f0)) { + if (y6Var.i.a.h.o(p.f1188f0)) { 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 9ee8a32e93..098677cb45 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 f1150c; + public long f1149c; 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.f1150c = ((Long) pair.second).longValue(); + this.f1149c = ((Long) pair.second).longValue(); this.d.m(); this.b = (Long) q9.R(this.a, "_eid"); } - long j = this.f1150c - 1; - this.f1150c = j; + long j = this.f1149c - 1; + this.f1149c = 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.f1150c, this.a); + this.d.q().Q(str, l, this.f1149c, 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.f1150c = longValue; + this.f1149c = 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.f1150c, a1Var); + this.d.q().Q(str, l, this.f1149c, 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 4a720657ba..a697ed0725 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 f1151c; + public final Boolean f1150c; public d(Boolean bool, Boolean bool2) { this.b = bool; - this.f1151c = bool2; + this.f1150c = 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.f1151c; + Boolean bool2 = this.f1150c; 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.f1151c) == a(dVar.f1151c); + return a(this.b) == a(dVar.b) && a(this.f1150c) == a(dVar.f1150c); } public final boolean f(d dVar) { Boolean bool = this.b; Boolean bool2 = Boolean.FALSE; if (bool != bool2 || dVar.b == bool2) { - return this.f1151c == bool2 && dVar.f1151c != bool2; + return this.f1150c == bool2 && dVar.f1150c != bool2; } return true; } public final d h(d dVar) { - return new d(c(this.b, dVar.b), c(this.f1151c, dVar.f1151c)); + return new d(c(this.b, dVar.b), c(this.f1150c, dVar.f1150c)); } public final int hashCode() { - return a(this.f1151c) + ((a(this.b) + 527) * 31); + return a(this.f1150c) + ((a(this.b) + 527) * 31); } public final boolean j() { @@ -135,7 +135,7 @@ public final class d { } public final boolean k() { - Boolean bool = this.f1151c; + Boolean bool = this.f1150c; 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.f1151c; + Boolean bool2 = this.f1150c; 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 24dcd33eef..c511cb20dc 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 f1152c = new Pair<>("", 0L); + public static final Pair f1151c = 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 f1153s = new f4(this, "start_new_session", true); + public final f4 f1152s = 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 f1154x = new f4(this, "app_backgrounded", false); + public f4 f1153x = new f4(this, "app_backgrounded", false); /* renamed from: y reason: collision with root package name */ - public f4 f1155y = new f4(this, "deep_link_retrieval_complete", false); + public f4 f1154y = new f4(this, "deep_link_retrieval_complete", false); /* renamed from: z reason: collision with root package name */ - public h4 f1156z = new h4(this, "deep_link_retrieval_attempts", 0); + public h4 f1155z = 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.f1185c.a(null).longValue()), null); + this.e = new k4(this, "health_monitor", Math.max(0L, p.f1184c.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 97821c778f..4054fce223 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.f1181c; + String str = o.f1180c; 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 07df3593b1..83840210b0 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 f1157c; + public final i f1156c; public final /* synthetic */ w8 d; public d9(w8 w8Var) { this.d = w8Var; - this.f1157c = new c9(this, w8Var.a); + this.f1156c = 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.f1157c.c(); - this.f1157c.b(3600000); + this.f1156c.c(); + this.f1156c.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 74255ec193..1b94a38c81 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 f1158c; + public g1 f1157c; 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.f1158c = g1Var; + this.f1157c = 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.f1158c; + g1 g1Var = this.f1157c; 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.f1159c; + Boolean bool = eaVar.f1158c; 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.f1186c0) && eaVar.h()) { + if (f9.b() && this.h.a.h.u(this.a, p.f1185c0) && eaVar.h()) { list.clear(); } - if (!f9.b() || !this.h.a.h.u(this.a, p.f1186c0)) { + if (!f9.b() || !this.h.a.h.u(this.a, p.f1185c0)) { 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 c7126019d0..dc2a5025c7 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().f1155y.b()) { + if (c6Var.l().f1154y.b()) { c6Var.g().m.a("Deferred Deep Link already retrieved. Not fetching again."); return; } - long a = c6Var.l().f1156z.a(); - c6Var.l().f1156z.b(a + 1); + long a = c6Var.l().f1155z.a(); + c6Var.l().f1155z.b(a + 1); if (a >= 5) { c6Var.g().i.a("Permanently failed to retrieve Deferred Deep Link. Reached maximum retries."); - c6Var.l().f1155y.a(true); + c6Var.l().f1154y.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.f1181c; + String str = z2.f1180c; 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().f1156z.a() - 1; + long a2 = u4Var.o().f1155z.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 838de6d4ee..3627465cb7 100644 --- a/app/src/main/java/c/i/a/f/i/b/e7.java +++ b/app/src/main/java/c/i/a/f/i/b/e7.java @@ -40,7 +40,7 @@ public final /* synthetic */ class e7 implements Runnable { u4Var.g().i.c("Network Request for Deferred Deep Link failed. response, exception", Integer.valueOf(i), exc); return; } - u4Var.o().f1155y.a(true); + u4Var.o().f1154y.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 d45103e6b6..05508f7cc6 100644 --- a/app/src/main/java/c/i/a/f/i/b/ea.java +++ b/app/src/main/java/c/i/a/f/i/b/ea.java @@ -17,7 +17,7 @@ public abstract class ea { public int b; /* renamed from: c reason: collision with root package name */ - public Boolean f1159c; + public Boolean f1158c; 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 e5ee9eec08..73fe1ecaa8 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 f1160c; + public long f1159c; 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 444677a3e3..c45cc5d98c 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 f1161c; + public boolean f1160c; public boolean d; public final /* synthetic */ d4 e; @@ -30,8 +30,8 @@ public final class f4 { @WorkerThread public final boolean b() { - if (!this.f1161c) { - this.f1161c = true; + if (!this.f1160c) { + this.f1160c = 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 4b1ee181ea..662c95d57c 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().f1153s.a(true); + this.a.l().f1152s.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().f1153s.a(true); + this.a.l().f1152s.a(true); } this.a.l().v.b(j); - if (this.a.l().f1153s.b()) { + if (this.a.l().f1152s.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().f1153s.a(false); + this.a.l().f1152s.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 5f010339d3..350977cef0 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.f1186c0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1185c0); 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 K = a.K("\nevent_filter {\n"); + StringBuilder L = a.L("\nevent_filter {\n"); if (l0Var.x()) { - q9.L(K, 0, "filter_id", Integer.valueOf(l0Var.y())); + q9.L(L, 0, "filter_id", Integer.valueOf(l0Var.y())); } - q9.L(K, 0, "event_name", m.d().u(l0Var.z())); + q9.L(L, 0, "event_name", m.d().u(l0Var.z())); String A = q9.A(l0Var.E(), l0Var.F(), l0Var.H()); if (!A.isEmpty()) { - q9.L(K, 0, "filter_type", A); + q9.L(L, 0, "filter_type", A); } if (l0Var.C()) { - q9.J(K, 1, "event_count_filter", l0Var.D()); + q9.J(L, 1, "event_count_filter", l0Var.D()); } if (l0Var.B() > 0) { - K.append(" filters {\n"); + L.append(" filters {\n"); for (m0 m0Var : l0Var.A()) { - m.I(K, 2, m0Var); + m.I(L, 2, m0Var); } } - q9.H(K, 1); - K.append("}\n}\n"); - str = K.toString(); + q9.H(L, 1); + L.append("}\n}\n"); + str = L.toString(); } s3Var.b("Filter definition", str); } @@ -145,7 +145,7 @@ public final class fa extends ea { return false; } Boolean bool4 = Boolean.TRUE; - this.f1159c = bool4; + this.f1158c = 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 60313ce700..161e19dac6 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 @@ -466,7 +466,7 @@ public final class g extends i9 { ContentValues contentValues = new ContentValues(); contentValues.put("app_id", lVar.a); contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, lVar.b); - contentValues.put("lifetime_count", Long.valueOf(lVar.f1178c)); + contentValues.put("lifetime_count", Long.valueOf(lVar.f1177c)); 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)); @@ -503,11 +503,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.f1144x)); + contentValues.put("day", Long.valueOf(a4Var.f1143x)); a4Var.a.f().b(); - contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1145y)); + contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1144y)); a4Var.a.f().b(); - contentValues.put("daily_events_count", Long.valueOf(a4Var.f1146z)); + contentValues.put("daily_events_count", Long.valueOf(a4Var.f1145z)); a4Var.a.f().b(); contentValues.put("daily_conversions_count", Long.valueOf(a4Var.A)); a4Var.a.f().b(); @@ -534,7 +534,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.f1193j0)) { + if (da.b() && this.a.h.u(a4Var.o(), p.f1192j0)) { contentValues.put("ga_app_id", a4Var.B()); } try { @@ -640,8 +640,8 @@ public final class g extends i9 { public final boolean M(u9 u9Var) { b(); n(); - if (Y(u9Var.a, u9Var.f1210c) == null) { - if (t9.X(u9Var.f1210c)) { + if (Y(u9Var.a, u9Var.f1209c) == null) { + if (t9.X(u9Var.f1209c)) { 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; @@ -653,14 +653,14 @@ public final class g extends i9 { if (S >= ((long) i2)) { return false; } - } else if (!"_npa".equals(u9Var.f1210c) && 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.f1209c) && S("select count(1) from user_attributes where app_id=? and origin=? AND name like '!_%' escape '!'", new String[]{u9Var.a, u9Var.b}) >= 25) { return false; } } ContentValues contentValues = new ContentValues(); contentValues.put("app_id", u9Var.a); contentValues.put("origin", u9Var.b); - contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, u9Var.f1210c); + contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, u9Var.f1209c); contentValues.put("set_timestamp", Long.valueOf(u9Var.d)); G(contentValues, "value", u9Var.e); try { @@ -696,7 +696,7 @@ public final class g extends i9 { contentValues.put("triggered_timestamp", Long.valueOf(zzz.k.k)); contentValues.put("time_to_live", Long.valueOf(zzz.r)); e(); - contentValues.put("expired_event", t9.g0(zzz.f2335s)); + contentValues.put("expired_event", t9.g0(zzz.f2339s)); 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)); @@ -865,16 +865,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.f1144x != j2; - a4Var.f1144x = j2; + a4Var.E |= a4Var.f1143x != j2; + a4Var.f1143x = j2; long j3 = cursor.getLong(12); a4Var.a.f().b(); - a4Var.E |= a4Var.f1145y != j3; - a4Var.f1145y = j3; + a4Var.E |= a4Var.f1144y != j3; + a4Var.f1144y = j3; long j4 = cursor.getLong(13); a4Var.a.f().b(); - a4Var.E |= a4Var.f1146z != j4; - a4Var.f1146z = j4; + a4Var.E |= a4Var.f1145z != j4; + a4Var.f1145z = j4; long j5 = cursor.getLong(14); a4Var.a.f().b(); a4Var.E |= a4Var.A != j5; @@ -909,7 +909,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.f1193j0)) { + if (da.b() && this.a.h.u(str, p.f1192j0)) { a4Var.u(cursor.getString(28)); } a4Var.a.f().b(); @@ -1513,7 +1513,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.f1196y.a(null).longValue()) { + if (Math.abs(elapsedRealtime - a) > p.f1195y.a(null).longValue()) { l().i.b(elapsedRealtime); b(); n(); @@ -1686,7 +1686,7 @@ public final class g extends i9 { if (query.getLong(0) == j2) { fVar.b = query.getLong(1); fVar.a = query.getLong(2); - fVar.f1160c = query.getLong(3); + fVar.f1159c = query.getLong(3); fVar.d = query.getLong(4); fVar.e = query.getLong(5); } @@ -1697,7 +1697,7 @@ public final class g extends i9 { fVar.a += j3; } if (z4) { - fVar.f1160c += j3; + fVar.f1159c += j3; } if (z5) { fVar.d += j3; @@ -1709,7 +1709,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.f1160c)); + contentValues.put("daily_conversions_count", Long.valueOf(fVar.f1159c)); 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 d1990d49d5..7fe1ad693b 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 f1162c; + public boolean f1161c; public long d; public final /* synthetic */ d4 e; @@ -22,8 +22,8 @@ public final class h4 { @WorkerThread public final long a() { - if (!this.f1162c) { - this.f1162c = true; + if (!this.f1161c) { + this.f1161c = 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 5bb582bc6e..b925b203a5 100644 --- a/app/src/main/java/c/i/a/f/i/b/h7.java +++ b/app/src/main/java/c/i/a/f/i/b/h7.java @@ -17,7 +17,7 @@ import java.util.concurrent.ConcurrentHashMap; public final class h7 extends a5 { /* renamed from: c reason: collision with root package name */ - public volatile i7 f1163c; + public volatile i7 f1162c; public i7 d; public i7 e; public final Map f = new ConcurrentHashMap(); @@ -47,7 +47,7 @@ public final class h7 extends a5 { } else { bundle.remove("_sc"); } - bundle.putLong("_si", i7Var.f1166c); + bundle.putLong("_si", i7Var.f1165c); } else if (i7Var == null && z2) { bundle.remove("_sn"); bundle.remove("_sc"); @@ -83,7 +83,7 @@ public final class h7 extends a5 { } z3 = false; } - if (i7Var2 == null || i7Var2.f1166c != i7Var.f1166c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { + if (i7Var2 == null || i7Var2.f1165c != i7Var.f1165c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { z4 = true; } if (z4) { @@ -101,7 +101,7 @@ public final class h7 extends a5 { if (str3 != null) { bundle2.putString("_pc", str3); } - bundle2.putLong("_pi", i7Var2.f1166c); + bundle2.putLong("_pi", i7Var2.f1165c); } if (this.a.h.o(p.T) && z3) { if (!((v9) s9.i.a()).a() || !this.a.h.o(p.V)) { @@ -215,14 +215,14 @@ public final class h7 extends a5 { @MainThread public final void z(Activity activity, i7 i7Var, boolean z2) { i7 i7Var2; - i7 i7Var3 = this.f1163c == null ? this.d : this.f1163c; + i7 i7Var3 = this.f1162c == null ? this.d : this.f1162c; if (i7Var.b == null) { - i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1166c, i7Var.e, i7Var.f); + i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1165c, i7Var.e, i7Var.f); } else { i7Var2 = i7Var; } - this.d = this.f1163c; - this.f1163c = i7Var2; + this.d = this.f1162c; + this.f1162c = 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 dbdca9b034..ed6e9544e2 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.f1183a0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1182a0); 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.f1159c = Boolean.TRUE; + this.f1158c = 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 f4d733f5c0..15866dd56f 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 f1164c; + public final Runnable f1163c; public volatile long d; public i(t5 t5Var) { Objects.requireNonNull(t5Var, "null reference"); this.b = t5Var; - this.f1164c = new k(this, t5Var); + this.f1163c = 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.f1164c, j)) { + if (!d().postDelayed(this.f1163c, 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.f1164c); + d().removeCallbacks(this.f1163c); } 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 f60c74ddef..3ac9d8c7da 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 f1165c; + public boolean f1164c; public Bundle d; public final /* synthetic */ d4 e; @@ -25,8 +25,8 @@ public final class i4 { @WorkerThread public final Bundle a() { - if (!this.f1165c) { - this.f1165c = true; + if (!this.f1164c) { + this.f1164c = 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 6b0078f933..1e29a2c77e 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 f1166c; + public final long f1165c; 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.f1166c = j; + this.f1165c = 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 3aaad69e20..21851114f7 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 f1167c; + public boolean f1166c; 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.f1167c) { + if (!this.f1166c) { throw new IllegalStateException("Not initialized"); } } public final void o() { - if (!this.f1167c) { + if (!this.f1166c) { p(); this.b.q++; - this.f1167c = true; + this.f1166c = true; return; } throw new IllegalStateException("Can't initialize twice"); diff --git a/app/src/main/java/c/i/a/f/i/b/j.java b/app/src/main/java/c/i/a/f/i/b/j.java index 02bfb18876..adf956ca58 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 f1168c; + public long f1167c; public String d; public Boolean e; public AccountManager f; @@ -33,7 +33,7 @@ public final class j extends r5 { @Override // c.i.a.f.i.b.r5 public final boolean r() { Calendar instance = Calendar.getInstance(); - this.f1168c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); + this.f1167c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); Locale locale = Locale.getDefault(); String language = locale.getLanguage(); Locale locale2 = Locale.ENGLISH; @@ -60,7 +60,7 @@ public final class j extends r5 { public final long t() { o(); - return this.f1168c; + return this.f1167c; } 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 b7802ea512..d95230fb2c 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 f1169c; + public final h3 f1168c; 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.f1169c = h3Var; + this.f1168c = 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.f1169c; + h3 h3Var = j3Var.f1168c; if (h3Var != null) { v2 = (V) h3Var.a(); } @@ -60,7 +60,7 @@ public final class j3 { } } catch (SecurityException unused2) { } - h3 h3Var2 = this.f1169c; + h3 h3Var2 = this.f1168c; 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 7133f58c6e..6fbcb7ba36 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 f1170c; + public String f1169c; 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.f1170c = this.d.w().getString(this.a, null); + this.f1169c = this.d.w().getString(this.a, null); } - return this.f1170c; + return this.f1169c; } @WorkerThread @@ -32,6 +32,6 @@ public final class j4 { SharedPreferences.Editor edit = this.d.w().edit(); edit.putString(this.a, str); edit.apply(); - this.f1170c = str; + this.f1169c = 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 44fca970db..790606fe44 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.f1148c = k9Var.b; + k9Var.k.h.f1147c = 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 ab21aba257..5b18fa42e0 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 f1171c; + public final String f1170c; 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.f1171c = str.concat(":value"); + this.f1170c = 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.f1171c); + edit.remove(this.f1170c); 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 259c0b26c1..037c617320 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 @@ -15,7 +15,7 @@ import c.i.a.f.e.n.a; import com.airbnb.lottie.parser.AnimatableValueParser; import com.google.android.gms.common.ConnectionResult; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ -public final class k8 implements ServiceConnection, b.a, b.AbstractC0105b { +public final class k8 implements ServiceConnection, b.a, b.AbstractC0106b { public volatile boolean i; public volatile r3 j; public final /* synthetic */ q7 k; @@ -32,7 +32,7 @@ public final class k8 implements ServiceConnection, b.a, b.AbstractC0105b { this.k.f().v(new o8(this)); } - @Override // c.i.a.f.e.k.b.AbstractC0105b + @Override // c.i.a.f.e.k.b.AbstractC0106b @MainThread public final void g(@NonNull ConnectionResult connectionResult) { AnimatableValueParser.u("MeasurementServiceConnection.onConnectionFailed"); @@ -91,7 +91,7 @@ public final class k8 implements ServiceConnection, b.a, b.AbstractC0105b { try { a b = a.b(); q7 q7Var = this.k; - b.c(q7Var.a.b, q7Var.f1199c); + b.c(q7Var.a.b, q7Var.f1198c); } 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 679d3465b0..43f6ff1628 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 @@ -82,7 +82,7 @@ public class k9 implements t5 { public p4 b; /* renamed from: c reason: collision with root package name */ - public x3 f1172c; + public x3 f1171c; public g d; public b4 e; public h9 f; @@ -100,20 +100,20 @@ public class k9 implements t5 { public boolean r; /* renamed from: s reason: collision with root package name */ - public boolean f1173s; + public boolean f1172s; public boolean t; public FileLock u; public FileChannel v; public List w; /* renamed from: x reason: collision with root package name */ - public List f1174x; + public List f1173x; /* renamed from: y reason: collision with root package name */ - public long f1175y; + public long f1174y; /* renamed from: z reason: collision with root package name */ - public final Map f1176z; + public final Map f1175z; /* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */ public class a { @@ -121,7 +121,7 @@ public class k9 implements t5 { public List b; /* renamed from: c reason: collision with root package name */ - public List f1177c; + public List f1176c; public long d; public a(k9 k9Var, j9 j9Var) { @@ -132,13 +132,13 @@ public class k9 implements t5 { } public final boolean b(long j, a1 a1Var) { - if (this.f1177c == null) { - this.f1177c = new ArrayList(); + if (this.f1176c == null) { + this.f1176c = new ArrayList(); } if (this.b == null) { this.b = new ArrayList(); } - if (this.f1177c.size() > 0 && ((this.f1177c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { + if (this.f1176c.size() > 0 && ((this.f1176c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { return false; } long g = this.d + ((long) a1Var.g()); @@ -146,33 +146,33 @@ public class k9 implements t5 { return false; } this.d = g; - this.f1177c.add(a1Var); + this.f1176c.add(a1Var); this.b.add(Long.valueOf(j)); - return this.f1177c.size() < Math.max(1, p.j.a(null).intValue()); + return this.f1176c.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.f1175y = -1; + this.f1174y = -1; q9 q9Var = new q9(this); q9Var.o(); this.h = q9Var; x3 x3Var = new x3(this); x3Var.o(); - this.f1172c = x3Var; + this.f1171c = x3Var; p4 p4Var = new p4(this); p4Var.o(); this.b = p4Var; - this.f1176z = new HashMap(); + this.f1175z = 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.f1167c) { + } else if (!i9Var.f1166c) { String valueOf = String.valueOf(i9Var.getClass()); StringBuilder sb = new StringBuilder(valueOf.length() + 27); sb.append("Component not initialized: "); @@ -257,7 +257,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.f1188e0) && "_cmp".equals(zzaq.i) && "referrer API v2".equals(zzaq.j.i.getString("_cis"))) { + if (this.k.h.o(p.f1187e0) && "_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); @@ -358,7 +358,7 @@ public class k9 implements t5 { T = K().T(zzn.i); if (T != null) { this.k.t(); - if (t9.d0(zzn.j, T.v(), zzn.f2334z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2338z, 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(); @@ -389,7 +389,7 @@ public class k9 implements t5 { if (i == 0) { o(new zzku("_fot", j4, Long.valueOf(j5), "auto"), zzn); U(); - this.k.f1206x.a(zzn.i); + this.k.f1205x.a(zzn.i); U(); P(); Bundle bundle2 = new Bundle(); @@ -407,7 +407,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2333y) { + if (zzn.f2337y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -485,7 +485,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2333y) { + if (zzn.f2337y) { bundle3.putLong("_dac", j); } B(new zzaq("_v", new zzap(bundle3), "auto", j4), zzn); @@ -562,7 +562,7 @@ public class k9 implements t5 { if (Z.m) { K().V(zzz.i, zzz.k.j); } - zzaq zzaq = zzz.f2335s; + zzaq zzaq = zzz.f2339s; if (zzaq != null) { Bundle bundle = null; zzap zzap = zzaq.j; @@ -571,7 +571,7 @@ public class k9 implements t5 { } t9 t = this.k.t(); String str = zzz.i; - zzaq zzaq2 = zzz.f2335s; + zzaq zzaq2 = zzz.f2339s; I(t.B(str, zzaq2.i, bundle, Z.j, zzaq2.l, true, x7.b() && this.k.h.o(p.M0)), zzn); } } else { @@ -637,16 +637,16 @@ public class k9 implements t5 { T.m(zzn.j); z2 = true; } - if (!TextUtils.equals(zzn.f2334z, T.y())) { - T.q(zzn.f2334z); + if (!TextUtils.equals(zzn.f2338z, T.y())) { + T.q(zzn.f2338z); z2 = true; } - if (da.b() && this.k.h.u(T.o(), p.f1193j0) && !TextUtils.equals(zzn.D, T.B())) { + if (da.b() && this.k.h.u(T.o(), p.f1192j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.f2331s) && !zzn.f2331s.equals(T.H())) { - T.A(zzn.f2331s); + if (!TextUtils.isEmpty(zzn.f2335s) && !zzn.f2335s.equals(T.H())) { + T.A(zzn.f2335s); z2 = true; } long j2 = zzn.m; @@ -691,8 +691,8 @@ public class k9 implements t5 { T.n(zzn.w); z2 = true; } - if (zzn.f2332x != T.i()) { - T.r(zzn.f2332x); + if (zzn.f2336x != T.i()) { + T.r(zzn.f2336x); z2 = true; } if (zzn.A != T.j()) { @@ -715,11 +715,11 @@ public class k9 implements t5 { z2 = true; if (!TextUtils.equals(zzn.j, T.v())) { } - if (!TextUtils.equals(zzn.f2334z, T.y())) { + if (!TextUtils.equals(zzn.f2338z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.f2331s); + T.A(zzn.f2335s); z2 = true; long j2 = zzn.m; T.t(zzn.m); @@ -741,7 +741,7 @@ public class k9 implements t5 { z2 = true; if (zzn.w != T.h()) { } - if (zzn.f2332x != T.i()) { + if (zzn.f2336x != T.i()) { } if (zzn.A != T.j()) { } @@ -777,12 +777,12 @@ public class k9 implements t5 { T.c(c(h)); } T.m(zzn.j); - T.q(zzn.f2334z); - if (da.b() && this.k.h.u(T.o(), p.f1193j0)) { + T.q(zzn.f2338z); + if (da.b() && this.k.h.u(T.o(), p.f1192j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.f2331s)) { - T.A(zzn.f2331s); + if (!TextUtils.isEmpty(zzn.f2335s)) { + T.A(zzn.f2335s); } long j3 = zzn.m; if (j3 != 0) { @@ -805,7 +805,7 @@ public class k9 implements t5 { T.R(zzn.t); } T.n(zzn.w); - T.r(zzn.f2332x); + T.r(zzn.f2336x); T.b(zzn.A); T.z(zzn.B); T.a.f().b(); @@ -866,7 +866,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.f1197z.a(l).longValue()) { + if (z3 && (T = K().T(str)) != null && Math.abs(((d) this.k.h()).a() - Math.max(T.W(), T.V())) > p.f1196z.a(l).longValue()) { this.k.g().C().a("Fetching config for blacklisted app"); n(T); return; @@ -922,7 +922,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.f1210c), 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.f1209c), u9Var.e); this.k.t().S(this.A, str, 9, null, null, 0); } z2 = true; @@ -1054,15 +1054,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.f1193j0)) { + if (da.b() && this.k.a().v(zzn.i, p.f1192j0)) { 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.f2334z)) { - u0.r0(zzn.f2334z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2338z)) { + u0.r0(zzn.f2338z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2334z)) { - u0.r0(zzn.f2334z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2338z)) { + u0.r0(zzn.f2338z); } long j4 = zzn.n; if (j4 != 0) { @@ -1084,7 +1084,7 @@ public class k9 implements t5 { u0.y(((Boolean) obj2).booleanValue()); } } - } else if (!this.k.y().s(this.k.j()) && zzn.f2332x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2336x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { String string = Settings.Secure.getString(this.k.j().getContentResolver(), "android_id"); if (string == null) { this.k.g().A().b("null secure ID. appId", q3.s(u0.k0())); @@ -1123,7 +1123,7 @@ public class k9 implements t5 { } else { T2.c(c(h)); } - T2.A(zzn.f2331s); + T2.A(zzn.f2335s); T2.m(zzn.j); if (!t8.b() || !this.k.a().o(p.J0) || h.j()) { T2.x(this.j.t(zzn.i)); @@ -1152,7 +1152,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).f1210c); + L.r(C.get(i2).f1209c); L.q(C.get(i2).d); N().G(L, C.get(i2).e); u0.u(L); @@ -1193,8 +1193,8 @@ public class k9 implements t5 { } public final x3 J() { - C(this.f1172c); - return this.f1172c; + C(this.f1171c); + return this.f1171c; } public final g K() { @@ -1203,7 +1203,7 @@ public class k9 implements t5 { } public final boolean L(zzn zzn) { - return (!da.b() || !this.k.h.u(zzn.i, p.f1193j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2334z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2334z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1192j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2338z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2338z); } public final ba M() { @@ -1270,8 +1270,8 @@ public class k9 implements t5 { } String u = K().u(); if (!TextUtils.isEmpty(u)) { - if (this.f1175y == -1) { - this.f1175y = K().j0(); + if (this.f1174y == -1) { + this.f1174y = 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()) { @@ -1306,7 +1306,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.f1148c.i(u, "gaia_collection_enabled")) && (!t8.b() || !this.k.h.o(p.J0) || a(u).j()); + boolean z3 = "1".equals(this.k.h.f1147c.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; @@ -1386,7 +1386,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.f1173s = true; + this.f1172s = true; x3 J = J(); m9 m9Var = new m9(this, u); J.b(); @@ -1397,7 +1397,7 @@ public class k9 implements t5 { } } } else { - this.f1175y = -1; + this.f1174y = -1; String B = K().B(currentTimeMillis - p.d.a(null).longValue()); if (!TextUtils.isEmpty(B) && (T = K().T(B)) != null) { n(T); @@ -1431,7 +1431,7 @@ public class k9 implements t5 { boolean z3 = true; this.m = true; U(); - if (!this.k.h.o(p.f1192i0) || (fileLock = this.u) == null || !fileLock.isValid()) { + if (!this.k.h.o(p.f1191i0) || (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; @@ -1579,7 +1579,7 @@ public class k9 implements t5 { } U(); P(); - d dVar2 = this.f1176z.get(str); + d dVar2 = this.f1175z.get(str); if (dVar2 != null) { return dVar2; } @@ -1756,7 +1756,7 @@ public class k9 implements t5 { if (zzz2 != null) { this.k.g().n.d("User property expired", zzz2.i, this.k.u().y(zzz2.k.j), zzz2.k.v0()); K().V(str, zzz2.k.j); - zzaq zzaq4 = zzz2.f2335s; + zzaq zzaq4 = zzz2.f2339s; if (zzaq4 != null) { arrayList.add(zzaq4); } @@ -1788,9 +1788,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.f1210c), u9Var.e); + this.k.g().n.d("User property triggered", zzz3.i, this.k.u().y(u9Var.f1209c), u9Var.e); } else { - this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1210c), u9Var.e); + this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1209c), u9Var.e); } zzaq zzaq5 = zzz3.q; if (zzaq5 != null) { @@ -1851,7 +1851,7 @@ public class k9 implements t5 { List k = T.k(); if (da.b()) { z2 = T2; - if (this.k.h.u(T.o(), p.f1193j0)) { + if (this.k.h.u(T.o(), p.f1192j0)) { 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())); } @@ -1868,7 +1868,7 @@ public class k9 implements t5 { @WorkerThread public final void n(a4 a4Var) { U(); - if (!da.b() || !this.k.h.u(a4Var.o(), p.f1193j0)) { + if (!da.b() || !this.k.h.u(a4Var.o(), p.f1192j0)) { if (TextUtils.isEmpty(a4Var.v()) && TextUtils.isEmpty(a4Var.y())) { r(a4Var.o(), 204, null, null, null); return; @@ -1882,7 +1882,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.f1193j0)) { + if (da.b() && cVar.a.h.u(a4Var.o(), p.f1192j0)) { v = a4Var.B(); } v = a4Var.y(); @@ -1960,20 +1960,20 @@ public class k9 implements t5 { } l z2 = K().z(zzn.i, "_s"); if (z2 != null) { - j2 = z2.f1178c; + j2 = z2.f1177c; 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.f1210c), n0); + this.k.g().n.c("Setting user property", this.k.u().y(u9Var.f1209c), 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.f1210c), u9Var.e); + this.k.g().f.c("Too many unique user properties are set. Ignoring user property", this.k.u().y(u9Var.f1209c), u9Var.e); this.k.t().S(this.A, zzn.i, 9, null, null, 0); } } finally { @@ -1987,7 +1987,7 @@ public class k9 implements t5 { public final void p(zzn zzn) { if (this.w != null) { ArrayList arrayList = new ArrayList(); - this.f1174x = arrayList; + this.f1173x = arrayList; arrayList.addAll(this.w); } g K = K(); @@ -2054,9 +2054,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.f1210c), u9Var.e); + this.k.g().m.d("User property updated immediately", zzz2.i, this.k.u().y(u9Var.f1209c), u9Var.e); } else { - this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1210c), u9Var.e); + this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1209c), u9Var.e); } if (z3 && (zzaq = zzz2.q) != null) { I(new zzaq(zzaq, zzz2.l), zzn); @@ -2172,7 +2172,7 @@ public class k9 implements t5 { if (t8.b() && this.k.h.o(p.J0)) { U(); P(); - this.f1176z.put(str, dVar); + this.f1175z.put(str, dVar); g K = K(); if (t8.b() && K.a.h.o(p.J0)) { Objects.requireNonNull(str, "null reference"); @@ -2393,7 +2393,7 @@ public class k9 implements t5 { try { a aVar9 = new a(k9Var3, null); g K = K(); - long j3 = k9Var3.f1175y; + long j3 = k9Var3.f1174y; AnimatableValueParser.A(aVar9); K.b(); K.n(); @@ -2416,7 +2416,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1177c; + list = aVar9.f1176c; if (!(list != null || list.isEmpty())) { e1.a t2 = aVar9.a.t(); t2.F(); @@ -2431,10 +2431,10 @@ public class k9 implements t5 { long j4 = 0; while (true) { z2 = z11; - if (i13 >= aVar9.f1177c.size()) { + if (i13 >= aVar9.f1176c.size()) { break; } - a1.a t3 = aVar9.f1177c.get(i13).t(); + a1.a t3 = aVar9.f1176c.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())); @@ -2529,7 +2529,7 @@ public class k9 implements t5 { } else { z2 = true; } - if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1160c > ((long) k9Var3.k.a().q(aVar9.a.G1(), p.n))) { + if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1159c > ((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; @@ -2772,7 +2772,7 @@ public class k9 implements t5 { } } i4 = i13; - aVar9.f1177c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1176c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2809,7 +2809,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1177c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1176c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2861,7 +2861,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1177c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1176c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2878,7 +2878,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1177c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1176c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2895,7 +2895,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1177c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1176c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2912,7 +2912,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1177c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1176c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -2923,7 +2923,7 @@ public class k9 implements t5 { if (t3.w() == 0) { } i4 = i13; - aVar9.f1177c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1176c.set(i4, (a1) ((u4) t3.p())); i12++; aVar4.t(t3); aVar10 = aVar5; @@ -3305,7 +3305,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1177c; + list = aVar9.f1176c; if (!(list != null || list.isEmpty())) { } } else { @@ -3325,7 +3325,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1177c; + list = aVar9.f1176c; if (!(list != null || list.isEmpty())) { } } else { @@ -3384,7 +3384,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.f1177c; + list = aVar9.f1176c; if (!(list != null || list.isEmpty())) { } } @@ -3401,7 +3401,7 @@ public class k9 implements t5 { if (cursor2 != null) { cursor2.close(); } - list = aVar9.f1177c; + list = aVar9.f1176c; if (!(list != null || list.isEmpty())) { } } catch (Throwable th5) { @@ -3430,7 +3430,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.f1177c; + list = aVar9.f1176c; if (!(list != null || list.isEmpty())) { } } catch (Throwable th7) { @@ -3447,7 +3447,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.f1177c; + list = aVar9.f1176c; if (!(list != null || list.isEmpty())) { } } catch (SQLiteException e9) { @@ -3571,8 +3571,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.f1147c = S.a.J().u(); - S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1147c)); + S.f1146c = S.a.J().u(); + S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1146c)); S.b = true; } T().s(); @@ -3606,7 +3606,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.f1195x.a(null).longValue())) { + if (currentTimeMillis2 < Math.max(0L, p.f1194x.a(null).longValue())) { if (!(T.e.d != 0)) { T.e.b(currentTimeMillis2); } @@ -3652,7 +3652,7 @@ public class k9 implements t5 { jobScheduler.schedule(build); return; } - T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1194s.a(null).longValue(), currentTimeMillis2), T.u()); + T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1193s.a(null).longValue(), currentTimeMillis2), T.u()); return; } } @@ -3677,8 +3677,8 @@ public class k9 implements t5 { @WorkerThread public final void x() { U(); - if (this.r || this.f1173s || this.t) { - this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1173s), Boolean.valueOf(this.t)); + if (this.r || this.f1172s || this.t) { + this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1172s), Boolean.valueOf(this.t)); return; } this.k.g().n.a("Stopping uploading service(s)"); @@ -3700,7 +3700,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.f1193j0)) ? 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.f1192j0)) ? 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 451f26ac4a..e75989bf1c 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 f1178c; + public final long f1177c; 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.f1178c = j; + this.f1177c = 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.f1178c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); + return new l(this.a, this.b, this.f1177c, 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.f1178c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); + return new l(this.a, this.b, this.f1177c, 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.f1178c, 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.f1177c, 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 1d2f8430fd..e0b7510b0a 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.f1210c)) { + if (z2 || !t9.r0(u9Var.f1209c)) { 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 5a60358ec4..540e168efd 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 f1179c; + public final String f1178c; 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.f1179c = TextUtils.isEmpty(str) ? null : str; + this.f1178c = 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.f1179c = TextUtils.isEmpty(str) ? null : str; + this.f1178c = 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.f1179c, this.a, this.b, this.d, j, this.f); + return new m(u4Var, this.f1178c, 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 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(); + 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(); } } 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 9fcf01f750..fc9c9286aa 100644 --- a/app/src/main/java/c/i/a/f/i/b/m3.java +++ b/app/src/main/java/c/i/a/f/i/b/m3.java @@ -13,7 +13,7 @@ import androidx.exifinterface.media.ExifInterface; public final class m3 extends a5 { /* renamed from: c reason: collision with root package name */ - public final p3 f1180c = new p3(this, this.a.b, "google_app_measurement_local.db"); + public final p3 f1179c = new p3(this, this.a.b, "google_app_measurement_local.db"); public boolean d; public m3(u4 u4Var) { @@ -44,7 +44,7 @@ public final class m3 extends a5 { if (this.d) { return null; } - SQLiteDatabase writableDatabase = this.f1180c.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f1179c.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 f9cec415c0..a60ca8cc7c 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.f1181c; + String str = o.f1180c; Objects.requireNonNull(cVar); j3 j3Var = p.L; - atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1148c.i(str, j3Var.b))); + atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1147c.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 e368b4a662..acc49e2a5b 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.f1173s = false; + k9Var.f1172s = false; k9Var.x(); throw th2; } @@ -59,7 +59,7 @@ public final class m9 implements z3 { throw e; } } catch (SQLiteException e2) { - List list2 = k9Var.f1174x; + List list2 = k9Var.f1173x; 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.f1174x = null; + k9Var.f1173x = null; if (!k9Var.J().u() || !k9Var.v()) { - k9Var.f1175y = -1; + k9Var.f1174y = -1; k9Var.w(); } else { k9Var.Q(); @@ -101,7 +101,7 @@ public final class m9 implements z3 { k9Var.K().J(list); k9Var.w(); } - k9Var.f1173s = false; + k9Var.f1172s = 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 4e9a708a1c..98ff769d32 100644 --- a/app/src/main/java/c/i/a/f/i/b/n3.java +++ b/app/src/main/java/c/i/a/f/i/b/n3.java @@ -23,7 +23,7 @@ import java.util.Objects; public final class n3 extends a5 { /* renamed from: c reason: collision with root package name */ - public String f1181c; + public String f1180c; public String d; public int e; public String f; @@ -96,7 +96,7 @@ public final class n3 extends a5 { g().f.c("Error retrieving package info. appId, appName", q3.s(packageName), "Unknown"); } } - this.f1181c = packageName; + this.f1180c = packageName; this.f = str; this.d = str2; this.e = i; @@ -112,7 +112,7 @@ public final class n3 extends a5 { } boolean z3 = true; boolean z4 = status != null && status.v0(); - boolean z5 = !TextUtils.isEmpty(this.a.f1204c) && "am".equals(this.a.d); + boolean z5 = !TextUtils.isEmpty(this.a.f1203c) && "am".equals(this.a.d); boolean z6 = z4 | z5; if (!z6) { if (status == null) { @@ -162,12 +162,12 @@ public final class n3 extends a5 { this.l = ""; this.m = ""; if (z5) { - this.l = this.a.f1204c; + this.l = this.a.f1203c; } list = null; - G0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1050c : c.G0(this.a.b, "google_app_id"); + G0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1049c : c.G0(this.a.b, "google_app_id"); this.k = !TextUtils.isEmpty(G0) ? "" : G0; - if (!da.b() && this.a.h.o(p.f1193j0)) { + if (!da.b() && this.a.h.o(p.f1192j0)) { Context context2 = this.a.b; Objects.requireNonNull(context2, "null reference"); Resources resources = context2.getResources(); @@ -187,7 +187,7 @@ public final class n3 extends a5 { this.l = identifier3 == 0 ? null : resources2.getString(identifier3); } if (z2) { - g().n.c("App measurement enabled for app package, google app id", this.f1181c, TextUtils.isEmpty(this.k) ? this.l : this.k); + g().n.c("App measurement enabled for app package, google app id", this.f1180c, 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/o3.java b/app/src/main/java/c/i/a/f/i/b/o3.java index 49ba063895..611c6f8715 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 f1182c = new AtomicReference<>(); + public static final AtomicReference f1181c = 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 K = a.K("Bundle[{"); + StringBuilder L = a.L("Bundle[{"); for (String str : bundle.keySet()) { - if (K.length() != 8) { - K.append(", "); + if (L.length() != 8) { + L.append(", "); } - K.append(x(str)); - K.append("="); + L.append(x(str)); + L.append("="); Object obj = bundle.get(str); - 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(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("}]"); - return K.toString(); + L.append("}]"); + return L.toString(); } @Nullable @@ -77,14 +77,14 @@ public final class o3 extends r5 { if (!z()) { return zzaq.toString(); } - StringBuilder K = a.K("origin="); - K.append(zzaq.k); - K.append(",name="); - K.append(u(zzaq.i)); - K.append(",params="); + StringBuilder L = a.L("origin="); + L.append(zzaq.k); + L.append(",name="); + L.append(u(zzaq.i)); + L.append(",params="); zzap zzap = zzaq.j; - K.append(zzap == null ? null : !z() ? zzap.toString() : s(zzap.w0())); - return K.toString(); + L.append(zzap == null ? null : !z() ? zzap.toString() : s(zzap.w0())); + return L.toString(); } @Nullable @@ -92,7 +92,7 @@ public final class o3 extends r5 { if (str == null) { return null; } - return !z() ? str : v(str, v5.f1211c, v5.a, f1182c); + return !z() ? str : v(str, v5.f1210c, v5.a, f1181c); } @Nullable @@ -100,18 +100,18 @@ public final class o3 extends r5 { if (objArr == null) { return "[]"; } - StringBuilder K = a.K("["); + StringBuilder L = a.L("["); for (Object obj : objArr) { String s2 = obj instanceof Bundle ? s((Bundle) obj) : String.valueOf(obj); if (s2 != null) { - if (K.length() != 1) { - K.append(", "); + if (L.length() != 1) { + L.append(", "); } - K.append(s2); + L.append(s2); } } - K.append("]"); - return K.toString(); + L.append("]"); + return L.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 bf9b4fe4d1..b1fcad4327 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 @@ -52,45 +52,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 f1183a0; + public static j3 f1182a0; 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 f1184b0; + public static j3 f1183b0; /* renamed from: c reason: collision with root package name */ - public static j3 f1185c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); + public static j3 f1184c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); /* renamed from: c0 reason: collision with root package name */ - public static j3 f1186c0; + public static j3 f1185c0; 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 f1187d0; + public static j3 f1186d0; public static j3 e = a("measurement.config.url_scheme", Constants.SCHEME, Constants.SCHEME, o0.a); /* renamed from: e0 reason: collision with root package name */ - public static j3 f1188e0; + public static j3 f1187e0; 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 f1189f0; + public static j3 f1188f0; 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 f1190g0; + public static j3 f1189g0; 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 f1191h0; + public static j3 f1190h0; 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 f1192i0; + public static j3 f1191i0; 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 f1193j0; + public static j3 f1192j0; 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); @@ -109,7 +109,7 @@ public final class p { public static j3 r0; /* renamed from: s reason: collision with root package name */ - public static j3 f1194s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); + public static j3 f1193s = 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; @@ -121,15 +121,15 @@ public final class p { public static j3 w0; /* renamed from: x reason: collision with root package name */ - public static j3 f1195x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); + public static j3 f1194x = 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 f1196y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); + public static j3 f1195y = 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 f1197z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); + public static j3 f1196z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); public static j3 z0; static { @@ -148,16 +148,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); - f1183a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); - f1184b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); - f1186c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); - f1187d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); - f1188e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); - f1189f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); - f1190g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); - f1191h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); - f1192i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); - f1193j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); + f1182a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); + f1183b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); + f1185c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); + f1186d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); + f1187e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); + f1188f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); + f1189g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); + f1190h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); + f1191i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); + f1192j0 = 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 eeabc06bb0..63054f1a52 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.f1211c); + String J0 = c.J0(t.q(), v5.a, v5.f1210c); 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.f1211c); + String J0 = c.J0(((l0) t3.j).z(), v5.a, v5.f1210c); if (J0 != null) { if (aVar.k) { aVar.n(); 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 7a3c53a41a..bb627222a5 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 f1198c = 0; + public char f1197c = 0; public long d = -1; @GuardedBy("this") public String e; @@ -169,11 +169,11 @@ public final class q3 extends r5 { if (j > (j3 << 1)) { k4Var.a(); } else { - String string = k4Var.e.w().getString(k4Var.f1171c, null); + String string = k4Var.e.w().getString(k4Var.f1170c, null); long j4 = k4Var.e.w().getLong(k4Var.b, 0); k4Var.a(); - pair = (string == null || j4 <= 0) ? d4.f1152c : new Pair<>(string, Long.valueOf(j4)); - if (pair != null || pair == d4.f1152c) { + pair = (string == null || j4 <= 0) ? d4.f1151c : new Pair<>(string, Long.valueOf(j4)); + if (pair != null || pair == d4.f1151c) { return null; } String valueOf = String.valueOf(pair.second); diff --git a/app/src/main/java/c/i/a/f/i/b/q7.java b/app/src/main/java/c/i/a/f/i/b/q7.java index bb017d3d1e..cafdf66b5f 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 f1199c; + public final k8 f1198c; 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.f1199c = new k8(this); + this.f1198c = 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.f1199c; + k8 k8Var = this.f1198c; 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.f1199c; + k8 k8Var2 = this.f1198c; 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.f1199c, 129); + b.a(context2, intent, k8Var2.k.f1198c, 129); return; } } @@ -133,13 +133,13 @@ public final class q7 extends a5 { public final void D() { b(); t(); - k8 k8Var = this.f1199c; + k8 k8Var = this.f1198c; if (k8Var.j != null && (k8Var.j.j() || k8Var.j.e())) { k8Var.j.h(); } k8Var.j = null; try { - a.b().c(this.a.b, this.f1199c); + a.b().c(this.a.b, this.f1198c); } 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.f1181c; + String str4 = o.f1180c; 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.f1193j0)) { + if (o.a.h.o(p.f1192j0)) { 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 6c828c3bd7..ec0c400dcf 100644 --- a/app/src/main/java/c/i/a/f/i/b/q9.java +++ b/app/src/main/java/c/i/a/f/i/b/q9.java @@ -282,7 +282,7 @@ public final class q9 extends i9 { @WorkerThread public static boolean O(zzaq zzaq, zzn zzn) { Objects.requireNonNull(zzaq, "null reference"); - return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2334z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2338z); } public static boolean P(String str) { @@ -692,115 +692,115 @@ public final class q9 extends i9 { } public final String y(o0 o0Var) { - StringBuilder K = a.K("\nproperty_filter {\n"); + StringBuilder L = a.L("\nproperty_filter {\n"); if (o0Var.v()) { - L(K, 0, "filter_id", Integer.valueOf(o0Var.w())); + L(L, 0, "filter_id", Integer.valueOf(o0Var.w())); } - L(K, 0, "property_name", d().y(o0Var.x())); + L(L, 0, "property_name", d().y(o0Var.x())); String A = A(o0Var.z(), o0Var.A(), o0Var.C()); if (!A.isEmpty()) { - L(K, 0, "filter_type", A); + L(L, 0, "filter_type", A); } - I(K, 1, o0Var.y()); - K.append("}\n"); - return K.toString(); + I(L, 1, o0Var.y()); + L.append("}\n"); + return L.toString(); } public final String z(d1 d1Var) { - StringBuilder K = a.K("\nbatch {\n"); + StringBuilder L = a.L("\nbatch {\n"); for (e1 e1Var : d1Var.v()) { if (e1Var != null) { - H(K, 1); - K.append("bundle {\n"); + H(L, 1); + L.append("bundle {\n"); if (e1Var.E()) { - L(K, 1, "protocol_version", Integer.valueOf(e1Var.g0())); + L(L, 1, "protocol_version", Integer.valueOf(e1Var.g0())); } - L(K, 1, "platform", e1Var.y1()); + L(L, 1, "platform", e1Var.y1()); if (e1Var.I1()) { - L(K, 1, "gmp_version", Long.valueOf(e1Var.F())); + L(L, 1, "gmp_version", Long.valueOf(e1Var.F())); } if (e1Var.H()) { - L(K, 1, "uploading_gmp_version", Long.valueOf(e1Var.I())); + L(L, 1, "uploading_gmp_version", Long.valueOf(e1Var.I())); } if (e1Var.p0()) { - L(K, 1, "dynamite_version", Long.valueOf(e1Var.q0())); + L(L, 1, "dynamite_version", Long.valueOf(e1Var.q0())); } if (e1Var.a0()) { - L(K, 1, "config_version", Long.valueOf(e1Var.b0())); + L(L, 1, "config_version", Long.valueOf(e1Var.b0())); } - 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()); + 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()); if (e1Var.X()) { - L(K, 1, "app_version_major", Integer.valueOf(e1Var.Y())); + L(L, 1, "app_version_major", Integer.valueOf(e1Var.Y())); } - L(K, 1, "firebase_instance_id", e1Var.W()); + L(L, 1, "firebase_instance_id", e1Var.W()); if (e1Var.N()) { - L(K, 1, "dev_cert_hash", Long.valueOf(e1Var.O())); + L(L, 1, "dev_cert_hash", Long.valueOf(e1Var.O())); } - L(K, 1, "app_store", e1Var.F1()); + L(L, 1, "app_store", e1Var.F1()); if (e1Var.Y0()) { - L(K, 1, "upload_timestamp_millis", Long.valueOf(e1Var.Z0())); + L(L, 1, "upload_timestamp_millis", Long.valueOf(e1Var.Z0())); } if (e1Var.g1()) { - L(K, 1, "start_timestamp_millis", Long.valueOf(e1Var.h1())); + L(L, 1, "start_timestamp_millis", Long.valueOf(e1Var.h1())); } if (e1Var.n1()) { - L(K, 1, "end_timestamp_millis", Long.valueOf(e1Var.o1())); + L(L, 1, "end_timestamp_millis", Long.valueOf(e1Var.o1())); } if (e1Var.s1()) { - L(K, 1, "previous_bundle_start_timestamp_millis", Long.valueOf(e1Var.t1())); + L(L, 1, "previous_bundle_start_timestamp_millis", Long.valueOf(e1Var.t1())); } if (e1Var.v1()) { - L(K, 1, "previous_bundle_end_timestamp_millis", Long.valueOf(e1Var.w1())); + L(L, 1, "previous_bundle_end_timestamp_millis", Long.valueOf(e1Var.w1())); } - 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()); + 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()); if (e1Var.K()) { - L(K, 1, "limited_ad_tracking", Boolean.valueOf(e1Var.L())); + L(L, 1, "limited_ad_tracking", Boolean.valueOf(e1Var.L())); } - L(K, 1, "os_version", e1Var.A1()); - L(K, 1, "device_model", e1Var.B1()); - L(K, 1, "user_default_language", e1Var.C1()); + L(L, 1, "os_version", e1Var.A1()); + L(L, 1, "device_model", e1Var.B1()); + L(L, 1, "user_default_language", e1Var.C1()); if (e1Var.D1()) { - L(K, 1, "time_zone_offset_minutes", Integer.valueOf(e1Var.E1())); + L(L, 1, "time_zone_offset_minutes", Integer.valueOf(e1Var.E1())); } if (e1Var.P()) { - L(K, 1, "bundle_sequential_index", Integer.valueOf(e1Var.Q())); + L(L, 1, "bundle_sequential_index", Integer.valueOf(e1Var.Q())); } if (e1Var.T()) { - L(K, 1, "service_upload", Boolean.valueOf(e1Var.U())); + L(L, 1, "service_upload", Boolean.valueOf(e1Var.U())); } - L(K, 1, "health_monitor", e1Var.R()); + L(L, 1, "health_monitor", e1Var.R()); if (!this.a.h.o(p.y0) && e1Var.c0() && e1Var.d0() != 0) { - L(K, 1, "android_id", Long.valueOf(e1Var.d0())); + L(L, 1, "android_id", Long.valueOf(e1Var.d0())); } if (e1Var.f0()) { - L(K, 1, "retry_counter", Integer.valueOf(e1Var.n0())); + L(L, 1, "retry_counter", Integer.valueOf(e1Var.n0())); } if (e1Var.s0()) { - L(K, 1, "consent_signals", e1Var.t0()); + L(L, 1, "consent_signals", e1Var.t0()); } List K0 = e1Var.K0(); if (K0 != null) { for (i1 i1Var : K0) { if (i1Var != null) { - H(K, 2); - K.append("user_property {\n"); + H(L, 2); + L.append("user_property {\n"); Double d = null; - L(K, 2, "set_timestamp_millis", i1Var.y() ? Long.valueOf(i1Var.z()) : null); - L(K, 2, ModelAuditLogEntry.CHANGE_KEY_NAME, d().y(i1Var.D())); - L(K, 2, "string_value", i1Var.G()); - L(K, 2, "int_value", i1Var.H() ? Long.valueOf(i1Var.I()) : null); + L(L, 2, "set_timestamp_millis", i1Var.y() ? Long.valueOf(i1Var.z()) : null); + L(L, 2, ModelAuditLogEntry.CHANGE_KEY_NAME, d().y(i1Var.D())); + L(L, 2, "string_value", i1Var.G()); + L(L, 2, "int_value", i1Var.H() ? Long.valueOf(i1Var.I()) : null); if (i1Var.J()) { d = Double.valueOf(i1Var.K()); } - L(K, 2, "double_value", d); - H(K, 2); - K.append("}\n"); + L(L, 2, "double_value", d); + H(L, 2); + L.append("}\n"); } } } @@ -808,20 +808,20 @@ public final class q9 extends i9 { if (V != null) { for (y0 y0Var : V) { if (y0Var != null) { - H(K, 2); - K.append("audience_membership {\n"); + H(L, 2); + L.append("audience_membership {\n"); if (y0Var.x()) { - L(K, 2, "audience_id", Integer.valueOf(y0Var.y())); + L(L, 2, "audience_id", Integer.valueOf(y0Var.y())); } if (y0Var.D()) { - L(K, 2, "new_audience", Boolean.valueOf(y0Var.E())); + L(L, 2, "new_audience", Boolean.valueOf(y0Var.E())); } - K(K, 2, "current_data", y0Var.A()); + K(L, 2, "current_data", y0Var.A()); if (y0Var.B()) { - K(K, 2, "previous_data", y0Var.C()); + K(L, 2, "previous_data", y0Var.C()); } - H(K, 2); - K.append("}\n"); + H(L, 2); + L.append("}\n"); } } } @@ -829,31 +829,31 @@ public final class q9 extends i9 { if (y0 != null) { for (a1 a1Var : y0) { if (a1Var != null) { - H(K, 2); - K.append("event {\n"); - L(K, 2, ModelAuditLogEntry.CHANGE_KEY_NAME, d().u(a1Var.F())); + H(L, 2); + L.append("event {\n"); + L(L, 2, ModelAuditLogEntry.CHANGE_KEY_NAME, d().u(a1Var.F())); if (a1Var.G()) { - L(K, 2, "timestamp_millis", Long.valueOf(a1Var.H())); + L(L, 2, "timestamp_millis", Long.valueOf(a1Var.H())); } if (a1Var.I()) { - L(K, 2, "previous_timestamp_millis", Long.valueOf(a1Var.J())); + L(L, 2, "previous_timestamp_millis", Long.valueOf(a1Var.J())); } if (a1Var.K()) { - L(K, 2, "count", Integer.valueOf(a1Var.L())); + L(L, 2, "count", Integer.valueOf(a1Var.L())); } if (a1Var.D() != 0) { - M(K, 2, a1Var.v()); + M(L, 2, a1Var.v()); } - H(K, 2); - K.append("}\n"); + H(L, 2); + L.append("}\n"); } } } - H(K, 1); - K.append("}\n"); + H(L, 1); + L.append("}\n"); } } - K.append("}\n"); - return K.toString(); + L.append("}\n"); + return L.toString(); } } diff --git a/app/src/main/java/c/i/a/f/i/b/r3.java b/app/src/main/java/c/i/a/f/i/b/r3.java index b1f11fa50b..245dfa2aa0 100644 --- a/app/src/main/java/c/i/a/f/i/b/r3.java +++ b/app/src/main/java/c/i/a/f/i/b/r3.java @@ -10,7 +10,7 @@ import c.i.a.f.e.k.b; import c.i.a.f.e.k.e; /* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */ public final class r3 extends b { - public r3(Context context, Looper looper, b.a aVar, b.AbstractC0105b bVar) { + public r3(Context context, Looper looper, b.a aVar, b.AbstractC0106b bVar) { super(context, looper, e.a(context), c.b, 93, aVar, bVar, null); } 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 1e8ff7a349..8ff978a748 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 f1200c = new AtomicLong(Long.MIN_VALUE); + public static final AtomicLong f1199c = 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 a9b9c6f2ad..d04ee5e2cc 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 f1201c; + public final boolean f1200c; 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.f1201c = z3; + this.f1200c = z3; } public final void a(String str) { - this.d.w(this.a, this.b, this.f1201c, str, null, null, null); + this.d.w(this.a, this.b, this.f1200c, str, null, null, null); } public final void b(String str, Object obj) { - this.d.w(this.a, this.b, this.f1201c, str, obj, null, null); + this.d.w(this.a, this.b, this.f1200c, str, obj, null, null); } public final void c(String str, Object obj, Object obj2) { - this.d.w(this.a, this.b, this.f1201c, str, obj, obj2, null); + this.d.w(this.a, this.b, this.f1200c, str, obj, obj2, null); } public final void d(String str, Object obj, Object obj2, Object obj3) { - this.d.w(this.a, this.b, this.f1201c, str, obj, obj2, obj3); + this.d.w(this.a, this.b, this.f1200c, 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 5c2bce0397..c8d16d7785 100644 --- a/app/src/main/java/c/i/a/f/i/b/s4.java +++ b/app/src/main/java/c/i/a/f/i/b/s4.java @@ -15,7 +15,7 @@ public final class s4 extends FutureTask implements Comparable> { public s4(r4 r4Var, Runnable runnable, boolean z2, String str) { super(runnable, null); this.l = r4Var; - long andIncrement = r4.f1200c.getAndIncrement(); + long andIncrement = r4.f1199c.getAndIncrement(); this.i = andIncrement; this.k = str; this.j = z2; @@ -28,7 +28,7 @@ public final class s4 extends FutureTask implements Comparable> { public s4(r4 r4Var, Callable callable, boolean z2, String str) { super(callable); this.l = r4Var; - long andIncrement = r4.f1200c.getAndIncrement(); + long andIncrement = r4.f1199c.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 65b045117b..080b8c94c3 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.f1181c, p.N))); + atomicReference.set(Integer.valueOf(cVar.q(o.f1180c, p.N))); this.i.notify(); } catch (Throwable th) { this.i.notify(); diff --git a/app/src/main/java/c/i/a/f/i/b/t3.java b/app/src/main/java/c/i/a/f/i/b/t3.java index 4cc73e2e94..45ab742cc8 100644 --- a/app/src/main/java/c/i/a/f/i/b/t3.java +++ b/app/src/main/java/c/i/a/f/i/b/t3.java @@ -32,7 +32,7 @@ public final class t3 implements Runnable { } q3 q3Var = this.n; boolean z2 = true; - if (q3Var.f1198c == 0) { + if (q3Var.f1197c == 0) { c cVar = q3Var.a.h; if (cVar.d == null) { synchronized (cVar) { @@ -51,9 +51,9 @@ public final class t3 implements Runnable { } } if (cVar.d.booleanValue()) { - this.n.f1198c = 'C'; + this.n.f1197c = 'C'; } else { - this.n.f1198c = 'c'; + this.n.f1197c = 'c'; } } q3 q3Var2 = this.n; @@ -62,7 +62,7 @@ public final class t3 implements Runnable { } char charAt = "01VDIWEA?".charAt(this.i); q3 q3Var3 = this.n; - char c2 = q3Var3.f1198c; + char c2 = q3Var3.f1197c; long j = q3Var3.d; String u = q3.u(true, this.j, this.k, this.l, this.m); StringBuilder sb = new StringBuilder(String.valueOf(u).length() + 24); @@ -87,7 +87,7 @@ public final class t3 implements Runnable { long j2 = k4Var.e.w().getLong(k4Var.b, 0); if (j2 <= 0) { SharedPreferences.Editor edit = k4Var.e.w().edit(); - edit.putString(k4Var.f1171c, sb2); + edit.putString(k4Var.f1170c, sb2); edit.putLong(k4Var.b, 1); edit.apply(); return; @@ -98,7 +98,7 @@ public final class t3 implements Runnable { } SharedPreferences.Editor edit2 = k4Var.e.w().edit(); if (z2) { - edit2.putString(k4Var.f1171c, sb2); + edit2.putString(k4Var.f1170c, 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 962faf6aed..b40712edc2 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.f1181c, p.M))); + atomicReference.set(Long.valueOf(cVar.n(o.f1180c, 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 185c99b080..ed8df49922 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 @@ -57,7 +57,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[] f1202c = {"firebase_", "google_", "ga_"}; + public static final String[] f1201c = {"firebase_", "google_", "ga_"}; public static final String[] d = {"_err"}; public SecureRandom e; public final AtomicLong f = new AtomicLong(0); @@ -212,10 +212,10 @@ public final class t9 extends r5 { } bundle.putLong("triggered_timestamp", zzz.k.k); bundle.putLong("time_to_live", zzz.r); - zzaq zzaq3 = zzz.f2335s; + zzaq zzaq3 = zzz.f2339s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.f2335s.j; + zzap zzap3 = zzz.f2339s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } @@ -629,7 +629,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.f1193j0) && !TextUtils.isEmpty(str3)) { + } else if (da.b() && this.a.h.o(p.f1192j0) && !TextUtils.isEmpty(str3)) { return true; } else { if (!TextUtils.isEmpty(str2)) { @@ -653,7 +653,7 @@ public final class t9 extends r5 { g().h.b("Name is required and can't be null. Type", str); return false; } - String[] strArr3 = f1202c; + String[] strArr3 = f1201c; int length = strArr3.length; int i = 0; while (true) { @@ -786,7 +786,7 @@ public final class t9 extends r5 { if (!z3) { return 21; } - if (!e0(str3, u5.f1209c)) { + if (!e0(str3, u5.f1208c)) { return 20; } q7 x2 = this.a.x(); @@ -1113,6 +1113,6 @@ public final class t9 extends r5 { if ("_id".equals(str)) { return 256; } - return (!this.a.h.o(p.f1191h0) || !"_lgclid".equals(str)) ? 36 : 100; + return (!this.a.h.o(p.f1190h0) || !"_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 ddd599482f..114cfe291d 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 f1203c; + public long f1202c; @NonNull public Bundle d; @@ -22,7 +22,7 @@ public final class u3 { this.a = str; this.b = str2; this.d = bundle; - this.f1203c = j; + this.f1202c = 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.f1203c); + return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1202c); } public final String toString() { String str = this.b; String str2 = this.a; String valueOf = String.valueOf(this.d); - return a.C(a.J(valueOf.length() + a.b(str2, a.b(str, 21)), "origin=", str, ",name=", str2), ",params=", valueOf); + return a.D(a.K(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 acf17368c7..e6bf431792 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 f1204c; + public final String f1203c; 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 f1205s; + public final d7 f1204s; public m3 t; public q7 u; public j v; public n3 w; /* renamed from: x reason: collision with root package name */ - public m4 f1206x; + public m4 f1205x; /* renamed from: y reason: collision with root package name */ - public boolean f1207y = false; + public boolean f1206y = false; /* renamed from: z reason: collision with root package name */ - public Boolean f1208z; + public Boolean f1207z; 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.f1204c = y5Var.b; - this.d = y5Var.f1213c; + this.f1203c = y5Var.b; + this.d = y5Var.f1212c; 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.f1092c == null)) { - context.getContentResolver().unregisterContentObserver(c2.a.f1092c); + if (!(c2Var == null || (context = c2Var.b) == null || c2Var.f1091c == null)) { + context.getContentResolver().unregisterContentObserver(c2.a.f1091c); } c2.a = null; } @@ -140,7 +140,7 @@ public class u4 implements t5 { this.l = w8Var; d7 d7Var = new d7(this); d7Var.p(); - this.f1205s = d7Var; + this.f1204s = 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.f1149c == null) { - s2.f1149c = new y6(s2, null); + if (s2.f1148c == null) { + s2.f1148c = new y6(s2, null); } if (z3) { - application.unregisterActivityLifecycleCallbacks(s2.f1149c); - application.registerActivityLifecycleCallbacks(s2.f1149c); + application.unregisterActivityLifecycleCallbacks(s2.f1148c); + application.registerActivityLifecycleCallbacks(s2.f1148c); s2.g().n.a("Registered activity lifecycle callback"); } } @@ -315,20 +315,20 @@ public class u4 implements t5 { */ @WorkerThread public final boolean m() { - if (this.f1207y) { + if (this.f1206y) { f().b(); - Boolean bool = this.f1208z; + Boolean bool = this.f1207z; if (!(bool == null || this.A == 0)) { if (!bool.booleanValue()) { Objects.requireNonNull((d) this.o); } - return this.f1208z.booleanValue(); + return this.f1207z.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.f1208z = valueOf; + this.f1207z = valueOf; if (valueOf.booleanValue()) { t9 t = t(); n3 z3 = z(); @@ -344,16 +344,16 @@ public class u4 implements t5 { z6.t(); } z2 = true; - this.f1208z = Boolean.valueOf(z2); + this.f1207z = Boolean.valueOf(z2); } - return this.f1208z.booleanValue(); + return this.f1207z.booleanValue(); } throw new IllegalStateException("AppMeasurement is not initialized"); } public final d7 n() { - q(this.f1205s); - return this.f1205s; + q(this.f1204s); + return this.f1204s; } public final d4 o() { @@ -382,7 +382,7 @@ public class u4 implements t5 { } public final boolean v() { - return TextUtils.isEmpty(this.f1204c); + return TextUtils.isEmpty(this.f1203c); } 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 4ab5c2a8a4..2839857089 100644 --- a/app/src/main/java/c/i/a/f/i/b/u5.java +++ b/app/src/main/java/c/i/a/f/i/b/u5.java @@ -7,6 +7,6 @@ public final class u5 { public static final String[] b = {"_c", "_et", "_xt", "_aeid", "_ai", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_mst", "_ndt", "_nmid", "_nmn", "_nmt", "_nmtid", "_nmc", "_pv", "_po", "_nt", "_uwa", "_pfo", "_sys", "_sysu", "_pin", "_eid", "_epc", "_gn", "_ll", "_i", "_en", "_cis", "_cc", "_dac", "_sno", "_sid", "_cer", "_aib", "_ffr", "_c", "_err", "_ev", "_el", "_o", "_sn", "_sc", "_si", "_pn", "_pc", "_pi", "_sno", "_sid"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1209c = {"items"}; + public static final String[] f1208c = {"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 6be34fbf5e..9b7758988a 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 f1210c; + public final String f1209c; 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.f1210c = str3; + this.f1209c = 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 c8c758776a..25a196ef8a 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[] f1211c = {"_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[] f1210c = {"_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, f1211c, a); + return c.J0(str, f1210c, 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 7bfa30fe1e..0023b58c8e 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.f1181c, p.O))); + atomicReference.set(Double.valueOf(cVar.r(o.f1180c, 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 47ec7b3820..5926749aca 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().f1154x.b()) { + if (w8Var.a.h.z().booleanValue() || w8Var.l().f1153x.b()) { d9 d9Var = w8Var.e; d9Var.d.b(); - d9Var.f1157c.c(); + d9Var.f1156c.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.f1157c.c(); + d9Var2.f1156c.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().f1154x.a(false); + f9Var.a.l().f1153x.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 4f9fd8ca05..b64ff9a16b 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.f1206x = new m4(u4Var); + u4Var.f1205x = 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.f1181c; - if (TextUtils.isEmpty(u4Var.f1204c)) { + String str2 = n3Var.f1180c; + if (TextUtils.isEmpty(u4Var.f1203c)) { 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.f1207y = true; + u4Var.f1206y = 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 082cd41fca..8ab5f521af 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.f1166c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName()); + i3Var.F(i7Var.f1165c, 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 7671d1aceb..3b46d83d52 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 f1212c; + public Handler f1211c; 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.f1212c == null) { - this.f1212c = new bc(Looper.getMainLooper()); + if (this.f1211c == null) { + this.f1211c = 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 0901e69f8a..d1384a5d59 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.f1141c.get(str); + Integer num = aVar.f1140c.get(str); if (num != null) { i7 w = aVar.q().w(false); int intValue = num.intValue() - 1; if (intValue == 0) { - aVar.f1141c.remove(str); + aVar.f1140c.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.f1141c.isEmpty()) { + if (aVar.f1140c.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.f1141c.put(str, Integer.valueOf(intValue)); + aVar.f1140c.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 7d1152f300..a8d8cd713f 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.f1212c.removeCallbacks(b9Var); + this.b.f1211c.removeCallbacks(b9Var); } if (this.b.a.h.o(p.v0)) { - this.b.l().f1154x.a(false); + this.b.l().f1153x.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 c39be4026d..633ebb1127 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.f1141c.isEmpty()) { + if (aVar.f1140c.isEmpty()) { aVar.d = j; } - Integer num = aVar.f1141c.get(str); + Integer num = aVar.f1140c.get(str); if (num != null) { - aVar.f1141c.put(str, Integer.valueOf(num.intValue() + 1)); - } else if (aVar.f1141c.size() >= 100) { + aVar.f1140c.put(str, Integer.valueOf(num.intValue() + 1)); + } else if (aVar.f1140c.size() >= 100) { aVar.g().i.a("Too many ads visible"); } else { - aVar.f1141c.put(str, 1); + aVar.f1140c.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 6e7e6043bd..e36cfb8d70 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 f1213c; + public String f1212c; 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.f1213c = zzae.m; + this.f1212c = 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 f4402b0242..85a345d272 100644 --- a/app/src/main/java/c/i/a/f/i/b/y6.java +++ b/app/src/main/java/c/i/a/f/i/b/y6.java @@ -71,11 +71,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.f1163c; - q.f1163c = null; + q.d = q.f1162c; + q.f1162c = null; q.f().v(new o7(q, E, elapsedRealtime)); } else { - q.f1163c = null; + q.f1162c = null; q.f().v(new l7(q, elapsedRealtime)); } w8 s2 = this.i.s(); @@ -112,7 +112,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { m.f().v(new a3(m, SystemClock.elapsedRealtime())); return; } - q.f1163c = q.i; + q.f1162c = q.i; q.f().v(new m7(q)); } @@ -122,7 +122,7 @@ public final class y6 implements Application.ActivityLifecycleCallbacks { h7 q = this.i.q(); if (q.a.h.z().booleanValue() && bundle != null && (i7Var = q.f.get(activity)) != null) { Bundle bundle2 = new Bundle(); - bundle2.putLong(ModelAuditLogEntry.CHANGE_KEY_ID, i7Var.f1166c); + bundle2.putLong(ModelAuditLogEntry.CHANGE_KEY_ID, i7Var.f1165c); bundle2.putString(ModelAuditLogEntry.CHANGE_KEY_NAME, i7Var.a); bundle2.putString("referrer_name", i7Var.b); bundle.putBundle("com.google.app_measurement.screen_service", bundle2); diff --git a/app/src/main/java/c/i/a/f/i/b/y8.java b/app/src/main/java/c/i/a/f/i/b/y8.java index 0ee40f0b20..47675adf8c 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.f1212c.postDelayed(b9Var, 2000); + x8Var.b.f1211c.postDelayed(b9Var, 2000); if (w8Var.a.h.z().booleanValue()) { - w8Var.e.f1157c.c(); + w8Var.e.f1156c.c(); } f9 f9Var = w8Var.d; if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1154x.a(true); + f9Var.a.l().f1153x.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 7fe4864c89..c5803e5180 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 f1214c = null; + public String f1213c = 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.f1210c)) { + if (z2 || !t9.r0(u9Var.f1209c)) { 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.f1210c)) { + if (z2 || !t9.r0(u9Var.f1209c)) { 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.f1214c) && !c.S(this.a.k.b, Binder.getCallingUid())) { + if (!"com.google.android.gms".equals(this.f1213c) && !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.f1214c == null) { + if (this.f1213c == null) { Context context = this.a.k.b; int callingUid = Binder.getCallingUid(); boolean z4 = e.a; if (c.n0(context, callingUid, str)) { - this.f1214c = str; + this.f1213c = str; } } - if (!str.equals(this.f1214c)) { + if (!str.equals(this.f1213c)) { 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.f2334z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2338z, zzn.D); } } diff --git a/app/src/main/java/c/i/a/f/j/a.java b/app/src/main/java/c/i/a/f/j/a.java index 770c6d675d..3c850997c0 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.f1140c.matcher(str).matches()) { + if (p.f1139c.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/a.java b/app/src/main/java/c/i/a/f/j/b/a.java index 93478f7cad..b280837bd8 100644 --- a/app/src/main/java/c/i/a/f/j/b/a.java +++ b/app/src/main/java/c/i/a/f/j/b/a.java @@ -5,9 +5,9 @@ public class a implements a.d { public final int i = -1; /* renamed from: c.i.a.f.j.b.a$a reason: collision with other inner class name */ - public static class C0112a { + public static class C0113a { } - public a(C0112a aVar, h hVar) { + public a(C0113a aVar, h hVar) { } } 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 5d1b96d341..3521db29d3 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.f1218c.f1051c); + sVar.d.b(sVar.f1217c.f1050c); k kVar = sVar.b; if (kVar != null) { kVar.a(d0.a); diff --git a/app/src/main/java/c/i/a/f/j/b/e/i.java b/app/src/main/java/c/i/a/f/j/b/e/i.java index e36d92c1b7..97b42cef74 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 @@ -25,7 +25,7 @@ import com.google.android.gms.tasks.TaskCompletionSource; import java.util.Objects; public final class i extends MessagesClient { public static final a.g j; - public static final a.AbstractC0103a k; + public static final a.AbstractC0104a k; public static final a l; public final int m = 1; @@ -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.f2336c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2340c), 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.f1051c; + k.a aVar = kVar.f1050c; x xVar = new x(this, aVar, a0Var2); - AnimatableValueParser.z(kVar.f1051c, "Listener has already been released."); + AnimatableValueParser.z(kVar.f1050c, "Listener has already been released."); AnimatableValueParser.z(aVar, "Listener has already been released."); - AnimatableValueParser.p(AnimatableValueParser.j0(kVar.f1051c, aVar), "Listener registration and unregistration methods must be constructed with the same ListenerHolder."); + AnimatableValueParser.p(AnimatableValueParser.j0(kVar.f1050c, 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/j.java b/app/src/main/java/c/i/a/f/j/b/e/j.java index 933dbbd410..16ad184a1f 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 f1215c; + public final b0 f1214c; public final PublishOptions d; public j(i iVar, Message message, b0 b0Var, PublishOptions publishOptions) { this.a = iVar; this.b = message; - this.f1215c = b0Var; + this.f1214c = 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.f1215c; + b0 b0Var = this.f1214c; PublishOptions publishOptions = this.d; Objects.requireNonNull(iVar); zzaf zzaf = new zzaf(1, message); diff --git a/app/src/main/java/c/i/a/f/j/b/e/l.java b/app/src/main/java/c/i/a/f/j/b/e/l.java index 2cfbb8fc42..a3dbaa676c 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 f1216c; + public final d0 f1215c; public final SubscribeOptions d; public l(i iVar, k kVar, d0 d0Var, SubscribeOptions subscribeOptions) { this.a = iVar; this.b = kVar; - this.f1216c = d0Var; + this.f1215c = 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.f1216c; + d0 d0Var = this.f1215c; SubscribeOptions subscribeOptions = this.d; int i = iVar.m; - if (!fVar.A.a(kVar2.f1051c)) { + if (!fVar.A.a(kVar2.f1050c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1051c, new WeakReference<>(new h(kVar2))); + oVar.a.put(kVar2.f1050c, new WeakReference<>(new h(kVar2))); } - fVar.v().D(new SubscribeRequest(3, fVar.A.b(kVar2.f1051c), 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.f1050c), subscribeOptions.a, new j(kVar), subscribeOptions.b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/m.java b/app/src/main/java/c/i/a/f/j/b/e/m.java index 17da08ff35..6dcb65fa8e 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.f1051c)) { + if (!fVar.A.a(kVar2.f1050c)) { jVar.g(new Status(0, null)); return; } - fVar.v().m0(new zzcg(1, fVar.A.b(kVar2.f1051c), jVar, null, 0, null, null, false, null)); + fVar.v().m0(new zzcg(1, fVar.A.b(kVar2.f1050c), jVar, null, 0, null, null, false, null)); o oVar = fVar.A; - oVar.a.remove(kVar2.f1051c); + oVar.a.remove(kVar2.f1050c); } } 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 98f72bf869..e15a15d32d 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.f1051c)) { + if (!fVar.A.a(kVar2.f1050c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1051c, new WeakReference<>(new m(kVar2))); + oVar.a.put(kVar2.f1050c, new WeakReference<>(new m(kVar2))); } - zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1051c), false, null, null); + zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1050c), false, null, null); zzcb.l = true; fVar.v().s(zzcb); } diff --git a/app/src/main/java/c/i/a/f/j/b/e/o.java b/app/src/main/java/c/i/a/f/j/b/e/o.java index a5dbb637f7..71620b5be7 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.f1051c)) { + if (!fVar.A.a(kVar2.f1050c)) { jVar.g(new Status(0, null)); return; } - zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1051c), false, null, null); + zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1050c), false, null, null); zzcb.l = false; fVar.v().s(zzcb); c.i.a.f.h.m.o oVar = fVar.A; - oVar.a.remove(kVar2.f1051c); + oVar.a.remove(kVar2.f1050c); } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/q.java b/app/src/main/java/c/i/a/f/j/b/e/q.java index 64bb5f30fd..fbea2134ac 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/q.java +++ b/app/src/main/java/c/i/a/f/j/b/e/q.java @@ -5,10 +5,10 @@ import android.os.Looper; import c.i.a.f.e.h.a; import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; -public final class q extends a.AbstractC0103a { +public final class q extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final /* synthetic */ f a(Context context, Looper looper, c cVar, c.i.a.f.j.b.a aVar, c.a aVar2, c.b bVar) { return new f(context, looper, aVar2, bVar, cVar, aVar); } 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 fe2e371053..91ceec7c9e 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 f1217c; + public final /* synthetic */ k f1216c; 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.f1217c = kVar2; + this.f1216c = 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 28f4795cd8..f4a2bcda19 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 f1218c; + public final /* synthetic */ k f1217c; 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.f1218c = kVar2; + this.f1217c = 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 23ed25d69a..031b34d55c 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 f1219c; + public final /* synthetic */ i f1218c; /* 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.f1219c = iVar; + this.f1218c = iVar; this.b = a0Var; } } diff --git a/app/src/main/java/c/i/a/f/j/b/e/x.java b/app/src/main/java/c/i/a/f/j/b/e/x.java index 6ba1974b37..37871fa87a 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 f1220c; + public final /* synthetic */ i f1219c; /* 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.f1220c = iVar; + this.f1219c = 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 3580ef1689..2d8de127f9 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.f1217c.f1051c); + rVar.d.b(rVar.f1216c.f1050c); k kVar = rVar.b; if (kVar != null) { kVar.a(b0.a); 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 b40e69d89a..63533a4c59 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 @@ -6,11 +6,11 @@ import c.i.a.f.h.o.l; import com.google.android.gms.safetynet.SafetyNetApi; public final class a { public static final a.g a; - public static final a.AbstractC0103a b; + public static final a.AbstractC0104a b; @Deprecated /* renamed from: c reason: collision with root package name */ - public static final c.i.a.f.e.h.a f1221c; + public static final c.i.a.f.e.h.a f1220c; @Deprecated public static final SafetyNetApi d = new i(); @@ -19,6 +19,6 @@ public final class a { a = gVar; h hVar = new h(); b = hVar; - f1221c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); + f1220c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/k/h.java b/app/src/main/java/c/i/a/f/k/h.java index 977a1e442d..dd21ac9a59 100644 --- a/app/src/main/java/c/i/a/f/k/h.java +++ b/app/src/main/java/c/i/a/f/k/h.java @@ -6,10 +6,10 @@ import c.i.a.f.e.h.a; import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; import c.i.a.f.h.o.l; -public final class h extends a.AbstractC0103a { +public final class h extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final /* synthetic */ l a(Context context, Looper looper, c cVar, a.d.c cVar2, c.a aVar, c.b bVar) { return new l(context, looper, cVar, aVar, bVar); } 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 1202a706d8..16d5b0c0ec 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.f1049c.post(new i0(g0Var, new zam())); + g0Var.f1048c.post(new i0(g0Var, new zam())); } catch (RemoteException unused) { Log.wtf("SignInClientImpl", "ISignInCallbacks#onSignInComplete should be executed from the same process, unexpected RemoteException.", e); } diff --git a/app/src/main/java/c/i/a/f/l/c.java b/app/src/main/java/c/i/a/f/l/c.java index 7ed6db674f..eb73c41d99 100644 --- a/app/src/main/java/c/i/a/f/l/c.java +++ b/app/src/main/java/c/i/a/f/l/c.java @@ -10,8 +10,8 @@ public final class c { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0103a f1222c; - public static final a.AbstractC0103a d; + public static final a.AbstractC0104a f1221c; + public static final a.AbstractC0104a d; static { a.g gVar = new a.g<>(); @@ -19,7 +19,7 @@ public final class c { a.g gVar2 = new a.g<>(); b = gVar2; e eVar = new e(); - f1222c = eVar; + f1221c = eVar; d dVar = new d(); d = dVar; new Scope("profile"); diff --git a/app/src/main/java/c/i/a/f/l/d.java b/app/src/main/java/c/i/a/f/l/d.java index 368dea8c34..fe9d093736 100644 --- a/app/src/main/java/c/i/a/f/l/d.java +++ b/app/src/main/java/c/i/a/f/l/d.java @@ -6,10 +6,10 @@ import c.i.a.f.e.h.a; import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ -public final class d extends a.AbstractC0103a { +public final class d extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final c.i.a.f.l.b.a a(Context context, Looper looper, c cVar, g gVar, c.a aVar, c.b bVar) { throw new NoSuchMethodError(); } diff --git a/app/src/main/java/c/i/a/f/l/e.java b/app/src/main/java/c/i/a/f/l/e.java index f396315b05..82b60695de 100644 --- a/app/src/main/java/c/i/a/f/l/e.java +++ b/app/src/main/java/c/i/a/f/l/e.java @@ -7,10 +7,10 @@ import c.i.a.f.e.h.a; import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ -public final class e extends a.AbstractC0103a { +public final class e extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final c.i.a.f.l.b.a a(Context context, Looper looper, c cVar, a aVar, c.a aVar2, c.b bVar) { a aVar3 = cVar.g; Integer num = cVar.h; 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 d226be6e1c..77994741e1 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 f1223c; + public final PowerManager.WakeLock f1222c; public WorkSource d; public final int e; public final String f; @@ -41,7 +41,7 @@ public class a { public AtomicInteger k; public a(@NonNull Context context, int i, @NonNull String str) { - a.AbstractC0107a aVar; + a.AbstractC0108a aVar; WorkSource workSource = null; String packageName = context == null ? null : context.getPackageName(); this.b = this; @@ -58,7 +58,7 @@ public class a { } else { this.f = str; } - this.f1223c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); + this.f1222c = ((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.f1223c.setWorkSource(this.d); + this.f1222c.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.f1223c, null); + com.airbnb.lottie.parser.AnimatableValueParser.C0(r7.f1222c, 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.f1223c.isHeld()) { + if ((!this.i.isEmpty() || this.j > 0) && !this.f1222c.isHeld()) { this.i.clear(); this.j = 0; } @@ -152,7 +152,7 @@ public class a { if (!this.h) { } } - this.f1223c.acquire(); + this.f1222c.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.f1223c, null); + com.airbnb.lottie.parser.AnimatableValueParser.C0(r6.f1222c, 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.f1070c) == null)) { + if (!(workSource == null || (method = i.f1069c) == 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.f1223c.isHeld()) { + if (this.f1222c.isHeld()) { try { - this.f1223c.release(); + this.f1222c.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.f1223c.isHeld(); + this.f1222c.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 4510a38c1e..ab1444d756 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 f1224c; + public boolean f1223c; 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.f1224c, "Task is not yet complete"); + AnimatableValueParser.G(this.f1223c, "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.f1224c, "Task is not yet complete"); + AnimatableValueParser.G(this.f1223c, "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.f1224c; + z2 = this.f1223c; } return z2; } @@ -171,7 +171,7 @@ public final class b0 extends Task { public final boolean p() { boolean z2; synchronized (this.a) { - z2 = this.f1224c && !this.d && this.f == null; + z2 = this.f1223c && !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.f1224c = true; + this.f1223c = 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.f1224c = true; + this.f1223c = 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.f1224c) { + if (this.f1223c) { return false; } - this.f1224c = true; + this.f1223c = 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.f1224c) { + if (this.f1223c) { 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.f1224c) { + if (this.f1223c) { 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 1d104a6446..dd1182dbd4 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 f1225c; + public final b0 f1224c; 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.f1225c = b0Var; + this.f1224c = b0Var; } public final void a() { @@ -25,7 +25,7 @@ public final class j implements h { return; } if (this.g != null) { - b0 b0Var = this.f1225c; + b0 b0Var = this.f1224c; 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.f1225c.u(); + this.f1224c.u(); } else { - this.f1225c.t(null); + this.f1224c.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 f052d509ec..004789636e 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 f1226c; + public final b0 f1225c; public k(@NonNull Executor executor, @NonNull a aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1226c = b0Var; + this.f1225c = 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 f5ba1b7fe7..e4cceef8ff 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 f1227c; + public final b0 f1226c; public l(@NonNull Executor executor, @NonNull a> aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1227c = b0Var; + this.f1226c = 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 f1228c; + public b f1227c; public p(@NonNull Executor executor, @NonNull b bVar) { this.a = executor; - this.f1228c = bVar; + this.f1227c = bVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.n()) { synchronized (this.b) { - if (this.f1228c != null) { + if (this.f1227c != 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 31032da509..6c908becfb 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 f1229c; + public c f1228c; public q(@NonNull Executor executor, @NonNull c cVar) { this.a = executor; - this.f1229c = cVar; + this.f1228c = cVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { synchronized (this.b) { - if (this.f1229c != null) { + if (this.f1228c != 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 26cd894ef1..c4be0f19d0 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.f1229c; + c cVar = this.j.f1228c; 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 16c9ae4b57..00be66982d 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.f1230c; + d dVar = this.j.f1229c; 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 8c0ed5a9d5..84f17662ac 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 f1230c; + public d f1229c; public t(@NonNull Executor executor, @NonNull d dVar) { this.a = executor; - this.f1230c = dVar; + this.f1229c = 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.f1230c != null) { + if (this.f1229c != 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 cf80bbb1eb..ded8e6946f 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 f1231c; + public e f1230c; public u(@NonNull Executor executor, @NonNull e eVar) { this.a = executor; - this.f1231c = eVar; + this.f1230c = eVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.p()) { synchronized (this.b) { - if (this.f1231c != null) { + if (this.f1230c != 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 32f0510cab..7a0e944b94 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.f1231c; + e eVar = this.j.f1230c; 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 89cf1efece..b0c5d145f2 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.f1232c.s(new NullPointerException("Continuation returned null")); + xVar.f1231c.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.f1232c.s((Exception) e.getCause()); + this.j.f1231c.s((Exception) e.getCause()); return; } - this.j.f1232c.s(e); + this.j.f1231c.s(e); } catch (CancellationException unused) { - this.j.f1232c.u(); + this.j.f1231c.u(); } catch (Exception e2) { - this.j.f1232c.s(e2); + this.j.f1231c.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 af35848bda..53dc359d1b 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 f1232c; + public final b0 f1231c; public x(@NonNull Executor executor, @NonNull f fVar, @NonNull b0 b0Var) { this.a = executor; this.b = fVar; - this.f1232c = b0Var; + this.f1231c = 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 f1233c; + public boolean f1232c; public final void a(@NonNull Task task) { z poll; synchronized (this.a) { if (this.b != null) { - if (!this.f1233c) { - this.f1233c = true; + if (!this.f1232c) { + this.f1232c = true; } } return; @@ -26,7 +26,7 @@ public final class y { synchronized (this.a) { poll = this.b.poll(); if (poll == null) { - this.f1233c = false; + this.f1232c = false; return; } } diff --git a/app/src/main/java/c/i/a/g/a/a.java b/app/src/main/java/c/i/a/g/a/a.java index b7f4700dc1..43f6355c19 100644 --- a/app/src/main/java/c/i/a/g/a/a.java +++ b/app/src/main/java/c/i/a/g/a/a.java @@ -26,11 +26,11 @@ public abstract class a extends c { /* compiled from: HeaderBehavior */ /* renamed from: c.i.a.g.a.a$a reason: collision with other inner class name */ - public class RunnableC0113a implements Runnable { + public class RunnableC0114a implements Runnable { public final CoordinatorLayout i; public final V j; - public RunnableC0113a(CoordinatorLayout coordinatorLayout, V v) { + public RunnableC0114a(CoordinatorLayout coordinatorLayout, V v) { this.i = coordinatorLayout; this.j = v; } @@ -79,7 +79,7 @@ public abstract class a extends c { } this.scroller.fling(0, getTopAndBottomOffset(), 0, Math.round(f), 0, 0, i, i2); if (this.scroller.computeScrollOffset()) { - RunnableC0113a aVar = new RunnableC0113a(coordinatorLayout, v); + RunnableC0114a aVar = new RunnableC0114a(coordinatorLayout, v); this.flingRunnable = aVar; ViewCompat.postOnAnimation(v, aVar); return true; 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 1f79a91061..f280e1af0f 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.f1234c = dVar.a.getLeft(); + dVar.f1233c = 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 9e38abd24b..6c9d369adc 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 f1234c; + public int f1233c; 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.f1234c)); + ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1233c)); } 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 1480f24c66..ef385d50a2 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 f1235c; + public int f1234c; 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 f1236s; + public int f1235s; 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.f1235c, 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.f1234c, this.e, this.d, this.f), this.m); this.r = rippleDrawable; materialButton.setInternalBackground(rippleDrawable); MaterialShapeDrawable b = b(); if (b != null) { - b.setElevation((float) this.f1236s); + b.setElevation((float) this.f1235s); } } 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 be408199a1..672ea2d31b 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 f1237c; + public final MaterialCardView f1236c; @NonNull public final Rect d = new Rect(); @NonNull @@ -65,14 +65,14 @@ public class a { @Nullable /* renamed from: s reason: collision with root package name */ - public MaterialShapeDrawable f1238s; + public MaterialShapeDrawable f1237s; public boolean t = false; public boolean u; /* compiled from: MaterialCardViewHelper */ /* renamed from: c.i.a.g.c.a$a reason: collision with other inner class name */ - public class C0114a extends InsetDrawable { - public C0114a(a aVar, Drawable drawable, int i, int i2, int i3, int i4) { + public class C0115a extends InsetDrawable { + public C0115a(a aVar, Drawable drawable, int i, int i2, int i3, int i4) { super(drawable, i, i2, i3, i4); } @@ -93,7 +93,7 @@ public class a { } public a(@NonNull MaterialCardView materialCardView, AttributeSet attributeSet, int i, @StyleRes int i2) { - this.f1237c = materialCardView; + this.f1236c = 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.f1237c.getMaxCardElevation() + (j() ? a() : 0.0f); + return this.f1236c.getMaxCardElevation() + (j() ? a() : 0.0f); } public final float d() { - return (this.f1237c.getMaxCardElevation() * 1.5f) + (j() ? a() : 0.0f); + return (this.f1236c.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.f1238s = new MaterialShapeDrawable(this.n); - rippleDrawable = new RippleDrawable(this.l, null, this.f1238s); + this.f1237s = new MaterialShapeDrawable(this.n); + rippleDrawable = new RippleDrawable(this.l, null, this.f1237s); } 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.f1237c.getUseCompatPadding()) { + if (this.f1236c.getUseCompatPadding()) { int ceil = (int) Math.ceil((double) d()); i2 = (int) Math.ceil((double) c()); i = ceil; @@ -173,7 +173,7 @@ public class a { i2 = 0; i = 0; } - return new C0114a(this, drawable, i2, i, i2, i); + return new C0115a(this, drawable, i2, i, i2, i); } public void g(@Nullable Drawable drawable) { @@ -202,7 +202,7 @@ public class a { if (materialShapeDrawable2 != null) { materialShapeDrawable2.setShapeAppearanceModel(shapeAppearanceModel); } - MaterialShapeDrawable materialShapeDrawable3 = this.f1238s; + MaterialShapeDrawable materialShapeDrawable3 = this.f1237s; if (materialShapeDrawable3 != null) { materialShapeDrawable3.setShapeAppearanceModel(shapeAppearanceModel); } @@ -213,30 +213,30 @@ public class a { } public final boolean i() { - return this.f1237c.getPreventCornerOverlap() && !this.e.isRoundRect(); + return this.f1236c.getPreventCornerOverlap() && !this.e.isRoundRect(); } public final boolean j() { - return this.f1237c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1237c.getUseCompatPadding(); + return this.f1236c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1236c.getUseCompatPadding(); } public void k() { float f = 0.0f; float a2 = i() || j() ? a() : 0.0f; - if (this.f1237c.getPreventCornerOverlap() && this.f1237c.getUseCompatPadding()) { - f = (float) ((1.0d - b) * ((double) this.f1237c.getCardViewRadius())); + if (this.f1236c.getPreventCornerOverlap() && this.f1236c.getUseCompatPadding()) { + f = (float) ((1.0d - b) * ((double) this.f1236c.getCardViewRadius())); } int i = (int) (a2 - f); - MaterialCardView materialCardView = this.f1237c; + MaterialCardView materialCardView = this.f1236c; 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.f1237c.setBackgroundInternal(f(this.e)); + this.f1236c.setBackgroundInternal(f(this.e)); } - this.f1237c.setForeground(f(this.j)); + this.f1236c.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 8fe058006c..593957c5aa 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 f1239c; + public final ColorStateList f1238c; 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.f1239c = colorStateList; + this.f1238c = 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.f1239c); + materialShapeDrawable.setFillColor(this.f1238c); 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 6c12096cda..d63f036aeb 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 f1240c; + public final a f1239c; @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.f1240c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); + this.f1239c = 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 5a5dcf8f0b..ea057ef830 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.f1240c : this.m.a; + aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1239c : 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 f47118ef88..8b29d55da7 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 f1241c = null; + public final TimeZone f1240c = 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 e5b332bc9d..36cbff10ab 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.f1241c; + java.util.TimeZone timeZone = kVar.f1240c; 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 51815abfd9..b7146d801d 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 f1242c = new ArrayList<>(); + public final ArrayList f1241c = 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 6eb678b64d..51a5e2545d 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 f1243c = new Path(); + public final Path f1242c = 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.f1243c); - if (this.f1243c.isConvex()) { - outline.setConvexPath(this.f1243c); + this.a.calculatePath(this.o, 1.0f, this.e, this.f1242c); + if (this.f1242c.isConvex()) { + outline.setConvexPath(this.f1242c); } } 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 adb74ebb7b..44bb73d15e 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.AbstractC0115f f1244c; + public final /* synthetic */ f.AbstractC0116f f1243c; public final /* synthetic */ f d; - public d(f fVar, boolean z2, f.AbstractC0115f fVar2) { + public d(f fVar, boolean z2, f.AbstractC0116f fVar2) { this.d = fVar; this.b = z2; - this.f1244c = fVar2; + this.f1243c = 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.AbstractC0115f fVar2 = this.f1244c; + f.AbstractC0116f fVar2 = this.f1243c; 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 8e9c628bc2..c0f0fc6e5c 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 @@ -7,23 +7,23 @@ import com.google.android.material.floatingactionbutton.FloatingActionButton; /* compiled from: FloatingActionButtonImpl */ public class e extends AnimatorListenerAdapter { public final /* synthetic */ boolean a; - public final /* synthetic */ f.AbstractC0115f b; + public final /* synthetic */ f.AbstractC0116f b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f1245c; + public final /* synthetic */ f f1244c; - public e(f fVar, boolean z2, f.AbstractC0115f fVar2) { - this.f1245c = fVar; + public e(f fVar, boolean z2, f.AbstractC0116f fVar2) { + this.f1244c = fVar; this.a = z2; this.b = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - f fVar = this.f1245c; + f fVar = this.f1244c; fVar.B = 0; fVar.v = null; - f.AbstractC0115f fVar2 = this.b; + f.AbstractC0116f fVar2 = this.b; if (fVar2 != null) { FloatingActionButton.a aVar = (FloatingActionButton.a) fVar2; aVar.a.onShown(FloatingActionButton.this); @@ -32,8 +32,8 @@ public class e extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - this.f1245c.F.internalSetVisibility(0, this.a); - f fVar = this.f1245c; + this.f1244c.F.internalSetVisibility(0, this.a); + f fVar = this.f1244c; 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 cc734b3ba2..542f282743 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[] f1246c = {16843623, 16842908, 16842910}; + public static final int[] f1245c = {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 f1247s; + public final StateListAnimator f1246s; @Nullable public MotionSpec t; @Nullable @@ -88,13 +88,13 @@ public class f { @Nullable /* renamed from: x reason: collision with root package name */ - public MotionSpec f1248x; + public MotionSpec f1247x; /* renamed from: y reason: collision with root package name */ - public float f1249y; + public float f1248y; /* renamed from: z reason: collision with root package name */ - public float f1250z = 1.0f; + public float f1249z = 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.f1250z = f; + f.this.f1249z = 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.f1250z = f; + f.this.f1249z = f; return super.evaluate(f, matrix, matrix2); } } @@ -163,7 +163,7 @@ public class f { /* compiled from: FloatingActionButtonImpl */ /* renamed from: c.i.a.g.e.f$f reason: collision with other inner class name */ - public interface AbstractC0115f { + public interface AbstractC0116f { } /* compiled from: FloatingActionButtonImpl */ @@ -184,7 +184,7 @@ public class f { public float b; /* renamed from: c reason: collision with root package name */ - public float f1251c; + public float f1250c; 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.f1251c)); + f.this.w((float) ((int) this.f1250c)); 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.f1251c = a(); + this.f1250c = a(); this.a = true; } f fVar = f.this; float f = this.b; - fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1251c - f)) + f))); + fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1250c - f)) + f))); } } @@ -215,14 +215,14 @@ public class f { this.F = floatingActionButton; this.G = shadowViewDelegate; StateListAnimator stateListAnimator = new StateListAnimator(); - this.f1247s = stateListAnimator; + this.f1246s = stateListAnimator; stateListAnimator.addState(b, c(new d())); - stateListAnimator.addState(f1246c, c(new c())); + stateListAnimator.addState(f1245c, 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.f1249y = floatingActionButton.getRotation(); + this.f1248y = 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.f1250z = f2; + this.f1249z = 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 b4d14c8379..ac2be6d266 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.f1249y == rotation) { + if (fVar.f1248y == rotation) { return true; } - fVar.f1249y = rotation; + fVar.f1248y = 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 84ca51b7e3..d18c0e558d 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 @@ -141,7 +141,7 @@ public class i extends f { } else { StateListAnimator stateListAnimator = new StateListAnimator(); stateListAnimator.addState(f.b, x(f, f3)); - stateListAnimator.addState(f.f1246c, x(f, f2)); + stateListAnimator.addState(f.f1245c, 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 0d23cf59a7..2d069cdf43 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 f1252c; + public static Object f1251c; public CharSequence d; public final TextPaint e; public final int f; @@ -34,12 +34,12 @@ public final class a { /* compiled from: StaticLayoutBuilderCompat */ /* renamed from: c.i.a.g.f.a$a reason: collision with other inner class name */ - public static class C0116a extends Exception { + public static class C0117a extends Exception { /* JADX WARNING: Illegal instructions before constructor call */ - public C0116a(Throwable th) { + public C0117a(Throwable th) { super(r0.toString(), th); - StringBuilder K = c.d.b.a.a.K("Error thrown initializing StaticLayout "); - K.append(th.getMessage()); + StringBuilder L = c.d.b.a.a.L("Error thrown initializing StaticLayout "); + L.append(th.getMessage()); } } @@ -50,7 +50,7 @@ public final class a { this.g = charSequence.length(); } - public StaticLayout a() throws C0116a { + public StaticLayout a() throws C0117a { if (this.d == null) { this.d = ""; } @@ -79,7 +79,7 @@ public final class a { } if (!a) { try { - f1252c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; + f1251c = 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); @@ -87,13 +87,13 @@ public final class a { declaredConstructor.setAccessible(true); a = true; } catch (Exception e) { - throw new C0116a(e); + throw new C0117a(e); } } try { - return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1252c), 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(f1251c), 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 C0116a(e2); + throw new C0117a(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 bb1eadeec5..faab46ad83 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 f1253c = 1; + public int f1252c = 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.f1253c = ((CircularProgressIndicatorSpec) s3).indicatorDirection == 0 ? 1 : -1; + this.f1252c = ((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.f1253c; + float f3 = (float) this.f1252c; 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.f1253c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1253c)), paint); + canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1252c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1252c)), paint); canvas.translate((this.f - f5) + f2, 0.0f); - canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1253c), true, paint); + canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1252c), true, paint); canvas.translate(f - (f2 * 2.0f), 0.0f); - canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1253c), true, paint); + canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1252c), 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 ec253eb17c..5b3569e50a 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.f1254c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); + dVar2.f1253c[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.f1254c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); + this.f1253c[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 bb402a0f1f..dcd0825a19 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[] f1254c; + public final int[] f1253c; public g(int i) { this.b = new float[(i * 2)]; - this.f1254c = new int[i]; + this.f1253c = 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 16218b076b..9166dc7fe9 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 f1255c = 300.0f; + public float f1254c = 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.f1255c = (float) clipBounds.width(); + this.f1254c = (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.f1255c; + float f3 = this.f1254c; 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.f1255c; + float f3 = this.f1254c; 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.f1255c) / 2.0f) + this.e; + float f = ((-this.f1254c) / 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 7e7eaae082..3ed8a992e1 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.f1254c; + int[] iArr = jVar2.f1253c; 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.f1254c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); + Arrays.fill(this.f1253c, 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 ff718b018b..f1b5c47da4 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.f1254c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); + Arrays.fill(lVar2.f1253c, 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.f1254c; + int[] iArr = this.f1253c; 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 90ffc4a300..b728f56afa 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 f1256c = new Handler(Looper.getMainLooper(), new C0117a()); + public final Handler f1255c = new Handler(Looper.getMainLooper(), new C0118a()); @Nullable public c d; @Nullable @@ -22,8 +22,8 @@ public class a { /* compiled from: SnackbarManager */ /* renamed from: c.i.a.g.h.a$a reason: collision with other inner class name */ - public class C0117a implements Handler.Callback { - public C0117a() { + public class C0118a implements Handler.Callback { + public C0118a() { } @Override // android.os.Handler.Callback @@ -56,7 +56,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f1257c; + public boolean f1256c; public c(int i, b bVar) { this.a = new WeakReference<>(bVar); @@ -76,7 +76,7 @@ public class a { if (bVar == null) { return false; } - this.f1256c.removeCallbacksAndMessages(cVar); + this.f1255c.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.f1257c) { - cVar.f1257c = true; - this.f1256c.removeCallbacksAndMessages(cVar); + if (!cVar.f1256c) { + cVar.f1256c = true; + this.f1255c.removeCallbacksAndMessages(cVar); } } } @@ -113,8 +113,8 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (cVar.f1257c) { - cVar.f1257c = false; + if (cVar.f1256c) { + cVar.f1256c = false; g(cVar); } } @@ -127,8 +127,8 @@ public class a { if (i <= 0) { i = i == -1 ? 1500 : 2750; } - this.f1256c.removeCallbacksAndMessages(cVar); - Handler handler = this.f1256c; + this.f1255c.removeCallbacksAndMessages(cVar); + Handler handler = this.f1255c; handler.sendMessageDelayed(Message.obtain(handler, 0, cVar), (long) i); } } diff --git a/app/src/main/java/c/i/a/g/j/a.java b/app/src/main/java/c/i/a/g/j/a.java index 41c972b071..f98b8f5980 100644 --- a/app/src/main/java/c/i/a/g/j/a.java +++ b/app/src/main/java/c/i/a/g/j/a.java @@ -15,7 +15,7 @@ import com.google.android.material.animation.AnimationUtils; import com.google.android.material.textfield.TextInputLayout; /* compiled from: ClearTextEndIconDelegate */ public class a extends m { - public final TextWatcher d = new C0118a(); + public final TextWatcher d = new C0119a(); public final View.OnFocusChangeListener e = new b(); public final TextInputLayout.OnEditTextAttachedListener f = new c(); public final TextInputLayout.OnEndIconChangedListener g = new d(); @@ -24,8 +24,8 @@ public class a extends m { /* compiled from: ClearTextEndIconDelegate */ /* renamed from: c.i.a.g.j.a$a reason: collision with other inner class name */ - public class C0118a implements TextWatcher { - public C0118a() { + public class C0119a implements TextWatcher { + public C0119a() { } @Override // android.text.TextWatcher @@ -89,10 +89,10 @@ public class a extends m { /* compiled from: ClearTextEndIconDelegate */ /* renamed from: c.i.a.g.j.a$d$a reason: collision with other inner class name */ - public class RunnableC0119a implements Runnable { + public class RunnableC0120a implements Runnable { public final /* synthetic */ EditText i; - public RunnableC0119a(EditText editText) { + public RunnableC0120a(EditText editText) { this.i = editText; } @@ -109,7 +109,7 @@ public class a extends m { public void onEndIconChanged(@NonNull TextInputLayout textInputLayout, int i) { EditText editText = textInputLayout.getEditText(); if (editText != null && i == 2) { - editText.post(new RunnableC0119a(editText)); + editText.post(new RunnableC0120a(editText)); if (editText.getOnFocusChangeListener() == a.this.e) { editText.setOnFocusChangeListener(null); } 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 276f15ca1e..9baff47668 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.f1258c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1257c.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 481fc367da..ae8dc26a1a 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.f1258c.setScaleX(floatValue); - this.a.f1258c.setScaleY(floatValue); + this.a.f1257c.setScaleX(floatValue); + this.a.f1257c.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 a5216e8e3d..75accc2875 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 @@ -53,10 +53,10 @@ public class h extends m { /* compiled from: DropdownMenuEndIconDelegate */ /* renamed from: c.i.a.g.j.h$a$a reason: collision with other inner class name */ - public class RunnableC0120a implements Runnable { + public class RunnableC0121a implements Runnable { public final /* synthetic */ AutoCompleteTextView i; - public RunnableC0120a(AutoCompleteTextView autoCompleteTextView) { + public RunnableC0121a(AutoCompleteTextView autoCompleteTextView) { this.i = autoCompleteTextView; } @@ -74,10 +74,10 @@ 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.f1258c.hasFocus()) { + if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1257c.hasFocus()) { d.dismissDropDown(); } - d.post(new RunnableC0120a(d)); + d.post(new RunnableC0121a(d)); } } @@ -175,7 +175,7 @@ public class h extends m { z2 = true; } if (!z2) { - ViewCompat.setImportantForAccessibility(h.this.f1258c, 2); + ViewCompat.setImportantForAccessibility(h.this.f1257c, 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 0b548f1192..371d1867b7 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.f1258c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1257c.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 f0cb7e090a..b4a075c249 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.f1258c.setChecked(hVar.j); + hVar.f1257c.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 7c028df660..9b03e44cae 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 f1258c; + public CheckableImageButton f1257c; public m(@NonNull TextInputLayout textInputLayout) { this.a = textInputLayout; this.b = textInputLayout.getContext(); - this.f1258c = textInputLayout.getEndIconView(); + this.f1257c = 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 0be5f9bad7..d04d090266 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 f1259c; + public LinearLayout f1258c; 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 f1260s; + public int f1259s; @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 f1261c; + public final /* synthetic */ int f1260c; public final /* synthetic */ TextView d; public a(int i, TextView textView, int i2, TextView textView2) { this.a = i; this.b = textView; - this.f1261c = i2; + this.f1260c = i2; this.d = textView2; } @@ -86,7 +86,7 @@ public final class n { TextView textView2 = this.b; if (textView2 != null) { textView2.setVisibility(4); - if (this.f1261c == 1 && (textView = n.this.l) != null) { + if (this.f1260c == 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.f1259c == null && this.e == null) { + if (this.f1258c == null && this.e == null) { LinearLayout linearLayout = new LinearLayout(this.a); - this.f1259c = linearLayout; + this.f1258c = linearLayout; linearLayout.setOrientation(0); - this.b.addView(this.f1259c, -1, -2); + this.b.addView(this.f1258c, -1, -2); this.e = new FrameLayout(this.a); - this.f1259c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); + this.f1258c.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.f1259c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); + this.f1258c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); } - this.f1259c.setVisibility(0); + this.f1258c.setVisibility(0); this.d++; } public void b() { - if ((this.f1259c == null || this.b.getEditText() == null) ? false : true) { + if ((this.f1258c == null || this.b.getEditText() == null) ? false : true) { EditText editText = this.b.getEditText(); boolean isFontScaleAtLeast1_3 = MaterialResources.isFontScaleAtLeast1_3(this.a); - LinearLayout linearLayout = this.f1259c; + LinearLayout linearLayout = this.f1258c; 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.f1259c; + LinearLayout linearLayout = this.f1258c; 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.f1259c; + LinearLayout linearLayout2 = this.f1258c; 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 1129ea75ce..502121b4ce 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.f1258c.setChecked(!p.d(pVar)); + pVar.f1257c.setChecked(!p.d(pVar)); } } @@ -38,7 +38,7 @@ public class p extends m { textInputLayout.setEndIconVisible(true); textInputLayout.setEndIconCheckable(true); p pVar = p.this; - pVar.f1258c.setChecked(!p.d(pVar)); + pVar.f1257c.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 80f940c223..85443d92ae 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.f2367s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2371s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2371z = clockFaceView.j; + clockHandView.f2375z = 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 c6ad4255bb..ef3b3b5d10 100644 --- a/app/src/main/java/c/i/a/g/k/f.java +++ b/app/src/main/java/c/i/a/g/k/f.java @@ -32,7 +32,7 @@ public class f implements ClockHandView.OnRotateListener, TimePickerView.d, Time TimePickerView timePickerView2 = this.l; timePickerView2.p = this; timePickerView2.o = this; - timePickerView2.k.f2369x = this; + timePickerView2.k.f2373x = 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 05149cfd4f..68dc82a104 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 @@ -2,10 +2,10 @@ package c.i.a.g.l; /* compiled from: FadeModeEvaluators */ public class b { public static final a a = new a(); - public static final a b = new C0121b(); + public static final a b = new C0122b(); /* renamed from: c reason: collision with root package name */ - public static final a f1262c = new c(); + public static final a f1261c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ @@ -18,7 +18,7 @@ public class b { /* compiled from: FadeModeEvaluators */ /* renamed from: c.i.a.g.l.b$b reason: collision with other inner class name */ - public static class C0121b implements a { + public static class C0122b implements a { @Override // c.i.a.g.l.a public c a(float f, float f2, float f3) { return c.a(k.g(255, 0, f2, f3, f), 255); 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 f66ae0cea6..8ebd8bdc98 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 f1263c; + public final boolean f1262c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1263c = z2; + this.f1262c = 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 cf8f347755..ccda5014db 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.f1264c > fVar.e; + return fVar.f1263c > 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.f1264c) / 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/f.java b/app/src/main/java/c/i/a/g/l/f.java index bfc5d0fe53..c54550e5ad 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 f1264c; + public final float f1263c; 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.f1264c = 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/g.java b/app/src/main/java/c/i/a/g/l/g.java index 96fddb2a30..cb3cd8aa93 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 f1265c = 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/b.java b/app/src/main/java/c/i/a/g/l/l/b.java index 3630cba25a..f51ce1e2dd 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 @@ -5,10 +5,10 @@ import androidx.annotation.RequiresApi; @RequiresApi(21) public class b { public static final a a = new a(); - public static final a b = new C0122b(); + public static final a b = new C0123b(); /* renamed from: c reason: collision with root package name */ - public static final a f1266c = new c(); + public static final a f1265c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ @@ -21,7 +21,7 @@ public class b { /* compiled from: FadeModeEvaluators */ /* renamed from: c.i.a.g.l.l.b$b reason: collision with other inner class name */ - public static class C0122b implements a { + public static class C0123b implements a { @Override // c.i.a.g.l.l.a public c a(float f, float f2, float f3) { return c.a(k.g(255, 0, f2, f3, f), 255); 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 9378fa9e96..1d55065ce0 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 f1267c; + public final boolean f1266c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1267c = z2; + this.f1266c = 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 48ecfe4dcc..18ff3f06d2 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.f1268c > fVar.e; + return fVar.f1267c > 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.f1268c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1267c) / 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 6a09d939f7..71aa977d53 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 f1268c; + public final float f1267c; 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.f1268c = f3; + this.f1267c = 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 28a80bdfce..812ff987de 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 f1269c = new Path(); + public final Path f1268c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } 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 e330a966ed..7510106f11 100644 --- a/app/src/main/java/c/i/b/a/b.java +++ b/app/src/main/java/c/i/b/a/b.java @@ -14,10 +14,10 @@ public abstract class b implements h { /* compiled from: CharMatcher */ /* renamed from: c.i.b.a.b$b reason: collision with other inner class name */ - public static final class C0123b extends a { + public static final class C0124b extends a { public final char a; - public C0123b(char c2) { + public C0124b(char c2) { this.a = c2; } @@ -27,16 +27,16 @@ public abstract class b implements h { } public String toString() { - StringBuilder K = c.d.b.a.a.K("CharMatcher.is('"); + StringBuilder L = c.d.b.a.a.L("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); } - K.append(String.copyValueOf(cArr)); - K.append("')"); - return K.toString(); + L.append(String.copyValueOf(cArr)); + L.append("')"); + return L.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 a785ba072d..a508d194fe 100644 --- a/app/src/main/java/c/i/b/a/c.java +++ b/app/src/main/java/c/i/b/a/c.java @@ -8,7 +8,7 @@ public final class c { public static final Charset b = Charset.forName("ISO-8859-1"); /* renamed from: c reason: collision with root package name */ - public static final Charset f1270c = Charset.forName(Constants.ENCODING); + public static final Charset f1269c = Charset.forName(Constants.ENCODING); public static final Charset d = Charset.forName("UTF-16LE"); public static final Charset e = Charset.forName("UTF-16"); diff --git a/app/src/main/java/c/i/b/a/g.java b/app/src/main/java/c/i/b/a/g.java index dcf7bc0f13..968aa2f62a 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 f1271c; + public a f1270c; /* 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 f1272c; + public a f1271c; 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.f1271c = aVar; + this.f1270c = 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.f1271c.f1272c = aVar; - this.f1271c = aVar; + this.f1270c.f1271c = aVar; + this.f1270c = 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.f1272c; + a aVar = this.b.f1271c; 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.f1272c; + aVar = aVar.f1271c; 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 62c5609953..c8216e3d6d 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 f1273c = Integer.MAX_VALUE; + public final int f1272c = 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.f1273c; + this.o = kVar.f1272c; 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 926419d25b..3ade45a354 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 H = a.H('['); - H.append(this.l.toString()); - H.append(']'); - return H.toString(); + StringBuilder J = a.J('['); + J.append(this.l.toString()); + J.append(']'); + return J.toString(); } } diff --git a/app/src/main/java/c/i/b/b/d.java b/app/src/main/java/c/i/b/b/d.java index cd51d11544..8b9405b68d 100644 --- a/app/src/main/java/c/i/b/b/d.java +++ b/app/src/main/java/c/i/b/b/d.java @@ -54,7 +54,7 @@ public abstract class d extends f implements Serializable { @Override // java.util.AbstractCollection, java.util.Collection, java.util.Set, java.lang.Iterable public Iterator>> iterator() { - return new C0124b(); + return new C0125b(); } @Override // java.util.AbstractCollection, java.util.Collection, java.util.Set @@ -85,12 +85,12 @@ public abstract class d extends f implements Serializable { /* compiled from: AbstractMapBasedMultimap */ /* renamed from: c.i.b.b.d$b$b reason: collision with other inner class name */ - public class C0124b implements Iterator>> { + public class C0125b implements Iterator>> { public final Iterator>> i; @NullableDecl public Collection j; - public C0124b() { + public C0125b() { this.i = b.this.k.entrySet().iterator(); } @@ -136,7 +136,7 @@ public abstract class d extends f implements Serializable { dVar.clear(); return; } - C0124b bVar = new C0124b(); + C0125b bVar = new C0125b(); while (bVar.hasNext()) { bVar.next(); bVar.remove(); @@ -262,7 +262,7 @@ public abstract class d extends f implements Serializable { /* compiled from: AbstractMapBasedMultimap */ /* renamed from: c.i.b.b.d$d reason: collision with other inner class name */ - public class C0125d extends h0> { + public class C0126d extends h0> { /* compiled from: AbstractMapBasedMultimap */ /* renamed from: c.i.b.b.d$d$a */ @@ -298,7 +298,7 @@ public abstract class d extends f implements Serializable { } } - public C0125d(Map> map) { + public C0126d(Map> map) { super(map); } @@ -538,7 +538,7 @@ public abstract class d extends f implements Serializable { @Override // java.util.NavigableSet public Iterator descendingIterator() { - return ((C0125d) descendingSet()).iterator(); + return ((C0126d) descendingSet()).iterator(); } @Override // java.util.NavigableSet @@ -573,7 +573,7 @@ public abstract class d extends f implements Serializable { @Override // java.util.NavigableSet public K pollFirst() { - C0125d.a aVar = (C0125d.a) iterator(); + C0126d.a aVar = (C0126d.a) iterator(); if (!aVar.hasNext()) { return null; } @@ -681,7 +681,7 @@ public abstract class d extends f implements Serializable { } /* compiled from: AbstractMapBasedMultimap */ - public class i extends d.C0125d implements SortedSet { + public class i extends d.C0126d implements SortedSet { public i(SortedMap> sortedMap) { super(sortedMap); } 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 e58f524b3f..2624cabadd 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 f1274c = -1; + public int f1273c = -1; @MonotonicNonNullDecl public e0.p d; @MonotonicNonNullDecl @@ -36,7 +36,7 @@ public final class d0 { if (i == -1) { i = 16; } - int i2 = this.f1274c; + int i2 = this.f1273c; if (i2 == -1) { i2 = 4; } @@ -78,7 +78,7 @@ public final class d0 { if (i != -1) { gVar.a("initialCapacity", i); } - int i2 = this.f1274c; + int i2 = this.f1273c; 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.f1271c.f1272c = aVar; - gVar.f1271c = aVar; + gVar.f1270c.f1271c = aVar; + gVar.f1270c = 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.f1271c.f1272c = aVar2; - gVar.f1271c = aVar2; + gVar.f1270c.f1271c = aVar2; + gVar.f1270c = aVar2; aVar2.b = l02; aVar2.a = "valueStrength"; } if (this.f != null) { g.a aVar3 = new g.a(null); - gVar.f1271c.f1272c = aVar3; - gVar.f1271c = aVar3; + gVar.f1270c.f1271c = aVar3; + gVar.f1270c = 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 677462cc80..5e4269b8ec 100644 --- a/app/src/main/java/c/i/b/b/e0.java +++ b/app/src/main/java/c/i/b/b/e0.java @@ -116,17 +116,17 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public final E f1275c; + public final E f1274c; public c(K k, int i, @NullableDecl E e) { this.a = k; this.b = i; - this.f1275c = e; + this.f1274c = e; } @Override // c.i.b.b.e0.i public E a() { - return this.f1275c; + return this.f1274c; } @Override // c.i.b.b.e0.i @@ -854,13 +854,13 @@ public class e0, S extends n> extends Abs d0Var.f = dVar; d0Var.a = true; int i2 = this.concurrencyLevel; - int i3 = d0Var.f1274c; + int i3 = d0Var.f1273c; 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.f1274c = i2; + d0Var.f1273c = i2; this.i = d0Var.c(); while (true) { Object readObject = objectInputStream.readObject(); @@ -1136,7 +1136,7 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public volatile V f1276c = null; + public volatile V f1275c = null; /* compiled from: MapMakerInternalMap */ public static final class a implements j, x> { @@ -1151,7 +1151,7 @@ public class e0, S extends n> extends Abs return null; } w wVar3 = new w(x.o(xVar), wVar.get(), wVar.a, wVar2); - wVar3.f1276c = wVar.f1276c; + wVar3.f1275c = wVar.f1275c; return wVar3; } @@ -1170,7 +1170,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.j public void d(n nVar, i iVar, Object obj) { x xVar = (x) nVar; - ((w) iVar).f1276c = obj; + ((w) iVar).f1275c = obj; } @Override // c.i.b.b.e0.j @@ -1191,7 +1191,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.i @NullableDecl public V getValue() { - return this.f1276c; + return this.f1275c; } } @@ -1228,7 +1228,7 @@ public class e0, S extends n> extends Abs public static final class y extends d> implements a0> { /* renamed from: c reason: collision with root package name */ - public volatile b0> f1277c = ((b0>) e0.i); + public volatile b0> f1276c = ((b0>) e0.i); /* compiled from: MapMakerInternalMap */ public static final class a implements j, z> { @@ -1249,7 +1249,7 @@ public class e0, S extends n> extends Abs ReferenceQueue o = z.o(zVar); ReferenceQueue p = z.p(zVar); y yVar3 = new y<>(o, yVar.get(), yVar.a, yVar2); - yVar3.f1277c = yVar.f1277c.b(p, yVar3); + yVar3.f1276c = yVar.f1276c.b(p, yVar3); return yVar3; } @@ -1267,8 +1267,8 @@ public class e0, S extends n> extends Abs public void d(n nVar, i iVar, Object obj) { y yVar = (y) iVar; ReferenceQueue p = z.p((z) nVar); - b0> b0Var = yVar.f1277c; - yVar.f1277c = new c0(p, obj, yVar); + b0> b0Var = yVar.f1276c; + yVar.f1276c = new c0(p, obj, yVar); b0Var.clear(); } @@ -1290,12 +1290,12 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.a0 public b0> b() { - return this.f1277c; + return this.f1276c; } @Override // c.i.b.b.e0.i public V getValue() { - return this.f1277c.get(); + return this.f1276c.get(); } } @@ -1335,7 +1335,7 @@ public class e0, S extends n> extends Abs } public e0(d0 d0Var, j jVar) { - int i2 = d0Var.f1274c; + int i2 = d0Var.f1273c; 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 451fb5e55b..f5f642120c 100644 --- a/app/src/main/java/c/i/b/b/l.java +++ b/app/src/main/java/c/i/b/b/l.java @@ -39,7 +39,7 @@ public class l extends AbstractMap implements Serializable { @MonotonicNonNullDecl /* renamed from: s reason: collision with root package name */ - public transient Set> f1278s; + public transient Set> f1277s; @MonotonicNonNullDecl public transient Collection t; @@ -371,12 +371,12 @@ public class l extends AbstractMap implements Serializable { @Override // java.util.AbstractMap, java.util.Map public Set> entrySet() { - Set> set = this.f1278s; + Set> set = this.f1277s; if (set != null) { return set; } a aVar = new a(); - this.f1278s = aVar; + this.f1277s = aVar; return aVar; } diff --git a/app/src/main/java/c/i/b/b/m0.java b/app/src/main/java/c/i/b/b/m0.java index 35325fc177..8a757bf9b4 100644 --- a/app/src/main/java/c/i/b/b/m0.java +++ b/app/src/main/java/c/i/b/b/m0.java @@ -51,7 +51,7 @@ public class m0 extends c { @Override // c.i.b.b.f public Set d() { Map> map = this.l; - return map instanceof NavigableMap ? new d.f((NavigableMap) this.l) : map instanceof SortedMap ? new d.i((SortedMap) this.l) : new d.C0125d(this.l); + return map instanceof NavigableMap ? new d.f((NavigableMap) this.l) : map instanceof SortedMap ? new d.i((SortedMap) this.l) : new d.C0126d(this.l); } @Override // c.i.b.b.d 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 09bafd3581..e0f215b81d 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 f1279c = new b(1); + public static final n f1278c = 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.f1279c : n.a; + return i < 0 ? n.b : i > 0 ? n.f1278c : n.a; } } diff --git a/app/src/main/java/c/i/b/b/r0.java b/app/src/main/java/c/i/b/b/r0.java index 8b8394fdbc..5fed20d0f3 100644 --- a/app/src/main/java/c/i/b/b/r0.java +++ b/app/src/main/java/c/i/b/b/r0.java @@ -20,8 +20,8 @@ public final class r0 extends w { /* compiled from: RegularImmutableMap */ /* renamed from: c.i.b.b.r0$a$a reason: collision with other inner class name */ - public class C0126a extends u> { - public C0126a() { + public class C0127a extends u> { + public C0127a() { } @Override // java.util.List @@ -81,7 +81,7 @@ public final class r0 extends w { @Override // c.i.b.b.z public u> o() { - return new C0126a(); + return new C0127a(); } @Override // java.util.AbstractCollection, java.util.Collection, java.util.Set 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 ff80369cfd..46c56f6414 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 f1280c; + public boolean f1279c; 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 1500c3437d..1531351d34 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.f1280c = false; - } else if (this.f1280c) { + this.f1279c = false; + } else if (this.f1279c) { this.a = (Object[]) objArr.clone(); - this.f1280c = false; + this.f1279c = 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.f1280c = true; + this.f1279c = true; return u.l(this.a, this.b); } } diff --git a/app/src/main/java/c/i/b/b/w.java b/app/src/main/java/c/i/b/b/w.java index b650d6c409..f028b67b29 100644 --- a/app/src/main/java/c/i/b/b/w.java +++ b/app/src/main/java/c/i/b/b/w.java @@ -28,7 +28,7 @@ public abstract class w implements Map, Serializable { public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1281c = false; + public boolean f1280c = false; public a(int i) { this.a = new Object[(i * 2)]; @@ -39,7 +39,7 @@ public abstract class w implements Map, Serializable { r4 = r4 + 1; */ public w a() { - this.f1281c = true; + this.f1280c = true; int i = this.b; Object[] objArr = this.a; if (i == 0) { @@ -88,7 +88,7 @@ public abstract class w implements Map, Serializable { Object[] objArr = this.a; if (i2 > objArr.length) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i2)); - this.f1281c = false; + this.f1280c = false; } } diff --git a/app/src/main/java/c/i/c/c.java b/app/src/main/java/c/i/c/c.java index 158cc32f5e..ff2ac9cdde 100644 --- a/app/src/main/java/c/i/c/c.java +++ b/app/src/main/java/c/i/c/c.java @@ -51,7 +51,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 f1282c = new ArrayMap(); + public static final Map f1281c = new ArrayMap(); public final Context d; public final String e; public final i f; @@ -69,14 +69,14 @@ public class c { /* compiled from: FirebaseApp */ @TargetApi(14) /* renamed from: c.i.c.c$c reason: collision with other inner class name */ - public static class C0127c implements c.a { - public static AtomicReference a = new AtomicReference<>(); + public static class C0128c implements c.a { + public static AtomicReference a = new AtomicReference<>(); @Override // c.i.a.f.e.h.j.c.a public void a(boolean z2) { Object obj = c.a; synchronized (c.a) { - Iterator it = new ArrayList(c.f1282c.values()).iterator(); + Iterator it = new ArrayList(c.f1281c.values()).iterator(); while (it.hasNext()) { c cVar = (c) it.next(); if (cVar.h.get()) { @@ -117,7 +117,7 @@ public class c { public void onReceive(Context context, Intent intent) { Object obj = c.a; synchronized (c.a) { - for (c cVar : c.f1282c.values()) { + for (c cVar : c.f1281c.values()) { cVar.d(); } } @@ -203,7 +203,7 @@ public class c { public static c b() { c cVar; synchronized (a) { - cVar = f1282c.get("[DEFAULT]"); + cVar = f1281c.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."); } @@ -214,7 +214,7 @@ public class c { @Nullable public static c e(@NonNull Context context) { synchronized (a) { - if (f1282c.containsKey("[DEFAULT]")) { + if (f1281c.containsKey("[DEFAULT]")) { return b(); } i a2 = i.a(context); @@ -229,12 +229,12 @@ public class c { @NonNull public static c f(@NonNull Context context, @NonNull i iVar) { c cVar; - AtomicReference atomicReference = C0127c.a; + AtomicReference atomicReference = C0128c.a; if (context.getApplicationContext() instanceof Application) { Application application = (Application) context.getApplicationContext(); - if (C0127c.a.get() == null) { - C0127c cVar2 = new C0127c(); - if (C0127c.a.compareAndSet(null, cVar2)) { + if (C0128c.a.get() == null) { + C0128c cVar2 = new C0128c(); + if (C0128c.a.compareAndSet(null, cVar2)) { c.i.a.f.e.h.j.c.a(application); c.i.a.f.e.h.j.c cVar3 = c.i.a.f.e.h.j.c.i; Objects.requireNonNull(cVar3); @@ -248,7 +248,7 @@ public class c { context = context.getApplicationContext(); } synchronized (a) { - Map map = f1282c; + Map map = f1281c; AnimatableValueParser.G(!map.containsKey("[DEFAULT]"), "FirebaseApp name [DEFAULT] already exists!"); AnimatableValueParser.z(context, "Application context cannot be null."); cVar = new c(context, "[DEFAULT]", iVar); @@ -307,7 +307,7 @@ public class c { boolean h = h(); for (Map.Entry, r> entry : kVar.b.entrySet()) { r value = entry.getValue(); - int i = entry.getKey().f1289c; + int i = entry.getKey().f1288c; 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 5eaa5cb6bb..00ab2fe490 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 f1283c; + public final String f1282c; 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.f1283c = str3; + this.f1282c = 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.f1283c, iVar.f1283c) && 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.f1282c, iVar.f1282c) && 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.f1283c, this.d, this.e, this.f, this.g}); + return Arrays.hashCode(new Object[]{this.b, this.a, this.f1282c, 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.f1283c); + kVar.a("databaseUrl", this.f1282c); 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/a.java b/app/src/main/java/c/i/c/j/a/a.java index 33c8514aa8..35dca5a6cf 100644 --- a/app/src/main/java/c/i/c/j/a/a.java +++ b/app/src/main/java/c/i/c/j/a/a.java @@ -5,7 +5,7 @@ import androidx.annotation.NonNull; public interface a { /* renamed from: c.i.c.j.a.a$a reason: collision with other inner class name */ - public interface AbstractC0128a { + public interface AbstractC0129a { } public interface b { @@ -15,5 +15,5 @@ public interface a { void b(@NonNull String str, @NonNull String str2, Object obj); - AbstractC0128a c(String str, b bVar); + AbstractC0129a c(String str, b bVar); } 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 bee8f67e08..add5e04104 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,10 +18,10 @@ 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 f1284c = new ConcurrentHashMap(); + public final Map f1283c = new ConcurrentHashMap(); /* compiled from: com.google.android.gms:play-services-measurement-api@@18.0.0 */ - public class a implements a.AbstractC0128a { + public class a implements a.AbstractC0129a { public a(b bVar, String str) { } } @@ -154,12 +154,12 @@ public class b implements a { @Override // c.i.c.j.a.a @WorkerThread - public a.AbstractC0128a c(@NonNull String str, a.b bVar) { + public a.AbstractC0129a c(@NonNull String str, a.b bVar) { Objects.requireNonNull(bVar, "null reference"); if (!c.a(str)) { return null; } - if (!str.isEmpty() && this.f1284c.containsKey(str) && this.f1284c.get(str) != null) { + if (!str.isEmpty() && this.f1283c.containsKey(str) && this.f1283c.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.f1284c.put(str, bVar2); + this.f1283c.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 57f576ef56..fd76d09501 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 f1285c; + public c.i.a.f.i.a.a f1284c; public e d; public b(c.i.a.f.i.a.a aVar, a.b bVar) { this.b = bVar; - this.f1285c = aVar; + this.f1284c = 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 df4aaf2a07..d86d3dfde3 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 f1286c = Arrays.asList("auto", "app", "am"); + public static final List f1285c = 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 !f1286c.contains(str); + return !f1285c.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 4aa40ff213..ecd3829a08 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 f1287c; + public f f1286c; 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.f1287c = fVar; + this.f1286c = 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 dcbefe3418..9d718036d3 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 @@ -6,7 +6,7 @@ import c.i.a.f.i.a.a; import c.i.a.f.i.b.v5; import java.util.Set; /* compiled from: com.google.android.gms:play-services-measurement-api@@18.0.0 */ -public final class e implements a.AbstractC0111a { +public final class e implements a.AbstractC0112a { public final /* synthetic */ b a; public e(b bVar) { @@ -18,7 +18,7 @@ public final class e implements a.AbstractC0111a { if (this.a.a.contains(str2)) { Bundle bundle2 = new Bundle(); Set set = c.a; - String J0 = c.J0(str2, v5.f1211c, v5.a); + String J0 = c.J0(str2, v5.f1210c, v5.a); if (J0 != null) { str2 = J0; } diff --git a/app/src/main/java/c/i/c/j/a/c/f.java b/app/src/main/java/c/i/c/j/a/c/f.java index 56d5960628..7347a6810d 100644 --- a/app/src/main/java/c/i/c/j/a/c/f.java +++ b/app/src/main/java/c/i/c/j/a/c/f.java @@ -4,7 +4,7 @@ import android.os.Bundle; import c.i.a.f.i.a.a; import com.discord.models.domain.ModelAuditLogEntry; /* compiled from: com.google.android.gms:play-services-measurement-api@@18.0.0 */ -public final class f implements a.AbstractC0111a { +public final class f implements a.AbstractC0112a { public final /* synthetic */ d a; public f(d dVar) { 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 f7ac8927b9..bc8e265077 100644 --- a/app/src/main/java/c/i/c/k/a.java +++ b/app/src/main/java/c/i/c/k/a.java @@ -9,20 +9,20 @@ public interface a { /* compiled from: com.google.firebase:firebase-appindexing@@19.1.0 */ /* renamed from: c.i.c.k.a$a reason: collision with other inner class name */ - public static class C0129a { + public static class C0130a { public final Bundle a = new Bundle(); public final String b; /* renamed from: c reason: collision with root package name */ - public String f1288c; + public String f1287c; public String d; public String e; - public C0129a(@NonNull String str) { + public C0130a(@NonNull String str) { this.b = str; } - public C0129a a(@NonNull String str, @NonNull String... strArr) { + public C0130a a(@NonNull String str, @NonNull String... strArr) { Bundle bundle = this.a; String[] strArr2 = (String[]) Arrays.copyOf(strArr, strArr.length); if (strArr2.length > 0) { diff --git a/app/src/main/java/c/i/c/k/c/a.java b/app/src/main/java/c/i/c/k/c/a.java index 9ef2730aaa..019b556ad2 100644 --- a/app/src/main/java/c/i/c/k/c/a.java +++ b/app/src/main/java/c/i/c/k/c/a.java @@ -2,7 +2,7 @@ package c.i.c.k.c; import c.i.c.k.a; /* compiled from: com.google.firebase:firebase-appindexing@@19.1.0 */ -public final class a extends a.C0129a { +public final class a extends a.C0130a { public String f; public a() { 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 f8a07ea5bc..e85ec5bbe9 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.f1090c, (a.d) null, new h()); + super(context, k.f1089c, (a.d) null, new h()); } } 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 522e03e1ab..78c73c22ec 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 f1289c; + public final int f1288c; 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 f1290c; + public int f1289c; 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.f1290c = 0; + this.f1289c = 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.f1290c, this.d, this.e, this.f, null); + return new d<>(new HashSet(this.a), new HashSet(this.b), this.f1289c, 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.f1290c == 0) { - this.f1290c = i; + if (this.f1289c == 0) { + this.f1289c = 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.f1289c = i; + this.f1288c = 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.f1289c + ", type=" + this.d + ", deps=" + Arrays.toString(this.b.toArray()) + "}"; + return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.f1288c + ", 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 fbf96749b9..d74b4c2d35 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> f1291c = new HashMap(); + public final Map, r> f1290c = 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.f1293c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { + if ((oVar.f1292c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { for (m mVar3 : set) { mVar2.b.add(mVar3); - mVar3.f1292c.add(mVar2); + mVar3.f1291c.add(mVar2); } } } @@ -90,7 +90,7 @@ public class k extends a { hashSet2.remove(mVar5); i++; for (m mVar6 : mVar5.b) { - mVar6.f1292c.remove(mVar5); + mVar6.f1291c.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.f1291c.put(cls2, value); + this.f1290c.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.f1291c.containsKey(next.a)) { + if ((next.b == 1) && !this.f1290c.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.f1291c.get(cls); + return this.f1290c.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 450fe7abf7..172d17a836 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 f1292c = new HashSet(); + public final Set f1291c = new HashSet(); public m(d dVar) { this.a = dVar; } public boolean a() { - return this.f1292c.isEmpty(); + return this.f1291c.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 19d8e6cf80..ec06368385 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 f1293c; + public final int f1292c; public o(Class cls, int i, int i2) { Objects.requireNonNull(cls, "Null dependency anInterface."); this.a = cls; this.b = i; - this.f1293c = i2; + this.f1292c = 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.f1293c == oVar.f1293c; + return this.a == oVar.a && this.b == oVar.b && this.f1292c == oVar.f1292c; } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1293c; + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1292c; } 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.f1293c != 0) { + if (this.f1292c != 0) { z2 = false; } - return a.F(sb, z2, "}"); + return a.G(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 61ba6903ff..c73ffbf73e 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 f1294c; + public final Executor f1293c; public q(Executor executor) { - this.f1294c = executor; + this.f1293c = executor; } @Override // c.i.c.q.d public void a(Class cls, b bVar) { - b(cls, this.f1294c, bVar); + b(cls, this.f1293c, 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 484ced616e..3d8f6643f9 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 f1295c; + public volatile a f1294c; public r(a aVar) { - this.f1295c = aVar; + this.f1294c = 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.f1295c.get(); + t = this.f1294c.get(); this.b = t; - this.f1295c = null; + this.f1294c = 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 317e528634..9373848726 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> f1296c; + public final Set> f1295c; 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.f1293c == 0) { + if (oVar.f1292c == 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.f1296c = Collections.unmodifiableSet(hashSet3); + this.f1295c = 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.f1296c.contains(cls)) { + if (this.f1295c.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 a1e4b7f7bd..d4d86b75a8 100644 --- a/app/src/main/java/c/i/c/m/b.java +++ b/app/src/main/java/c/i/c/m/b.java @@ -72,7 +72,7 @@ public final /* synthetic */ class b implements f { bVar2.b("Firebase Analytics is available."); ?? eVar2 = new c.i.c.m.d.i.e(aVar2); a aVar3 = new a(); - a.AbstractC0128a c2 = aVar2.c("clx", aVar3); + a.AbstractC0129a c2 = aVar2.c("clx", aVar3); if (c2 == null) { bVar2.b("Could not register AnalyticsConnectorListener with Crashlytics origin."); c2 = aVar2.c("crash", aVar3); @@ -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.f0("Mapping file ID is: ", l, bVar4); + c.d.b.a.a.g0("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.f1307c, hVar2, k0Var.f, bVar6, null, null, k0Var.n, k0Var.k, cVar4); + k0Var.h = new x(k0Var.a, k0Var.m, bVar5, k0Var.i, k0Var.f1306c, 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 363a26a129..e73d6e5eff 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 f1297c; + public final /* synthetic */ Executor f1296c; 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.f1297c = executor; + this.f1296c = 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.f1297c, true); + h.a(this.d, bVar, this.a, this.b, this.f1296c, 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 b997307e09..163ed7e6e1 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 f1298c; + public final Context f1297c; 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.f1298c = context; + this.f1297c = 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.f1298c), 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.f1297c), str2, this.h, this.g), this.j, r0.f(this.i).g(), this.k, "0"); } public String c() { - Context context = this.f1298c; + Context context = this.f1297c; 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 2a9c2041f2..06a6c037e0 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 f1299c; + public CountDownLatch f1298c; 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.f1299c = new CountDownLatch(1); + this.f1298c = new CountDownLatch(1); this.a.a.a("clx", str, bundle); bVar.b("Awaiting app exception callback from FA..."); try { - if (this.f1299c.await((long) 500, TimeUnit.MILLISECONDS)) { + if (this.f1298c.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.f1299c = null; + this.f1298c = null; } } @Override // c.i.c.m.d.i.b public void b(@NonNull String str, @NonNull Bundle bundle) { - CountDownLatch countDownLatch = this.f1299c; + CountDownLatch countDownLatch = this.f1298c; 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 e972075428..e82f359c4c 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 f1300c; + public final b f1299c; 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.f1300c = bVar; + this.f1299c = 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.f1300c; + b bVar = this.f1299c; 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 79a660b211..cf12db08af 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.f1320z.a("_ae", bundle); + this.j.f1319z.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 e71c4700c8..0308f0e8ae 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 f1301c; + public final String f1300c; 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.f1301c = str3; + this.f1300c = 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 104503c246..2771e647b8 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 K = c.d.b.a.a.K("Crashlytics report successfully enqueued to DataTransport: "); - K.append(o0Var.b()); - bVar.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Crashlytics report successfully enqueued to DataTransport: "); + L.append(o0Var.b()); + bVar.b(L.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 37189cc7b3..b684f213d4 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 K = a.K("CrashlyticsReportWithSessionId{report="); - K.append(this.a); - K.append(", sessionId="); - return a.C(K, this.b, "}"); + StringBuilder L = a.L("CrashlyticsReportWithSessionId{report="); + L.append(this.a); + L.append(", sessionId="); + return a.D(L, 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 a449099eb3..6fd99dd612 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.f0("Persisting fatal event for session ", replaceAll, c.i.c.m.d.b.a); + a.g0("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 3366de022d..d60aca2ad3 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 @@ -41,14 +41,14 @@ public class d1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final c f1302c; + public final c f1301c; 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.f1302c = cVar; + this.f1301c = cVar; this.d = bVar; this.e = f1Var; } @@ -68,14 +68,14 @@ public class d1 { s sVar; boolean equals = str2.equals("crash"); n0 n0Var = this.a; - int i = n0Var.f1308c.getResources().getConfiguration().orientation; + int i = n0Var.f1307c.getResources().getConfiguration().orientation; e eVar = new e(th, n0Var.f); Long valueOf = Long.valueOf(j); - ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1308c); + ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1307c); 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.f1358c, 4)); + arrayList.add(n0Var.c(thread, eVar.f1357c, 4)); if (z2) { for (Map.Entry entry : Thread.getAllStackTraces().entrySet()) { Thread key = entry.getKey(); @@ -85,13 +85,13 @@ public class d1 { } } w wVar = new w(arrayList); - v.d.AbstractC0135d.a.b.AbstractC0138b a = n0Var.a(eVar, 4, 8, 0); + v.d.AbstractC0136d.a.b.AbstractC0139b a = n0Var.a(eVar, 4, 8, 0); Long l = 0L; String str3 = ""; String str4 = l == null ? " address" : str3; if (str4.isEmpty()) { o oVar = new o("0", "0", l.longValue(), null); - v.d.AbstractC0135d.a.b.AbstractC0137a[] aVarArr = new v.d.AbstractC0135d.a.b.AbstractC0137a[1]; + v.d.AbstractC0136d.a.b.AbstractC0138a[] aVarArr = new v.d.AbstractC0136d.a.b.AbstractC0138a[1]; Long l2 = 0L; Long l3 = 0L; String str5 = n0Var.e.d; @@ -107,13 +107,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.f1308c); + e a2 = e.a(n0Var.f1307c); Float f = a2.a; Double valueOf4 = f != null ? Double.valueOf(f.doubleValue()) : null; int b = a2.b(); - boolean m = h.m(n0Var.f1308c); + boolean m = h.m(n0Var.f1307c); long p = h.p(); - Context context = n0Var.f1308c; + Context context = n0Var.f1307c; ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); ((ActivityManager) context.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)).getMemoryInfo(memoryInfo); long j2 = p - memoryInfo.availMem; @@ -121,11 +121,11 @@ public class d1 { r.b bVar = new r.b(); bVar.a = valueOf4; bVar.b = Integer.valueOf(b); - bVar.f1344c = Boolean.valueOf(m); + bVar.f1343c = Boolean.valueOf(m); bVar.d = Integer.valueOf(i); bVar.e = Long.valueOf(j2); bVar.f = Long.valueOf(a3); - v.d.AbstractC0135d.b a4 = bVar.a(); + v.d.AbstractC0136d.b a4 = bVar.a(); String str9 = " timestamp"; String str10 = valueOf == null ? str9 : str3; if (str10.isEmpty()) { @@ -162,7 +162,7 @@ public class d1 { j jVar = new j(valueOf5.longValue(), str2, kVar2, a4, sVar, null); int i3 = ((c.i.c.m.d.s.c) gVar.k).c().b().a; File h = gVar.h(str); - Objects.requireNonNull(g.f1348c); + Objects.requireNonNull(g.f1347c); String a6 = ((d) h.a).a(jVar); String format = String.format(Locale.US, "%010d", Integer.valueOf(gVar.f.getAndIncrement())); if (equals) { @@ -212,7 +212,7 @@ public class d1 { while (it.hasNext()) { File file = (File) it.next(); try { - arrayList.add(new c(g.f1348c.f(g.j(file)), file.getName())); + arrayList.add(new c(g.f1347c.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); @@ -225,7 +225,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.f1302c; + c cVar = this.f1301c; 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 488f91855b..d1b5faeec5 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 f1303c; + public final /* synthetic */ Executor f1302c; 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.f1303c = executor; + this.f1302c = 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.f1303c, c.c.a.y.b.m(bVar2)); + x.this.A.b(this.f1302c, 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 35dc532936..5a53d7b845 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 K = c.d.b.a.a.K("Found crash report "); - K.append(file.getPath()); - bVar.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Found crash report "); + L.append(file.getPath()); + bVar.b(L.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 a0f6f04b75..606b429048 100644 --- a/app/src/main/java/c/i/c/m/d/k/h.java +++ b/app/src/main/java/c/i/c/m/d/k/h.java @@ -43,7 +43,7 @@ public class h { public static long b = -1; /* renamed from: c reason: collision with root package name */ - public static final Comparator f1304c = new a(); + public static final Comparator f1303c = new a(); /* compiled from: CommonUtils */ public class a implements Comparator { @@ -69,7 +69,7 @@ public class h { /* renamed from: s reason: collision with root package name */ - public static final Map f1305s; + public static final Map f1304s; static { b bVar = X86_32; @@ -77,7 +77,7 @@ public class h { b bVar3 = ARMV7; b bVar4 = ARM64; HashMap hashMap = new HashMap(4); - f1305s = hashMap; + f1304s = 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 c0753231f7..eabb2655d1 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 @@ -7,7 +7,7 @@ import c.i.c.m.d.q.d.a; import c.i.c.m.d.q.d.c; import c.i.c.m.d.q.d.d; /* compiled from: CrashlyticsController */ -public class h0 implements b.AbstractC0142b { +public class h0 implements b.AbstractC0143b { public final /* synthetic */ x a; public h0(x xVar) { @@ -15,7 +15,7 @@ public class h0 implements b.AbstractC0142b { } public b a(@NonNull c.i.c.m.d.s.h.b bVar) { - String str = bVar.f1355c; + String str = bVar.f1354c; 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 9b54f17eb8..2c8bc0c794 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 f1306c = new Object(); + public final Object f1305c = 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.f1306c) { + synchronized (this.f1305c) { 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.f1306c) { + synchronized (this.f1305c) { 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 424089c9e1..75f977ccad 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 f1307c; + public final q0 f1306c; 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.f1307c = q0Var; + this.f1306c = 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.f1307c; + q0 q0Var = this.f1306c; synchronized (q0Var) { if (bool != null) { try { @@ -169,7 +169,7 @@ public class k0 { edit.remove("firebase_crashlytics_collection_enabled"); } edit.commit(); - synchronized (q0Var.f1310c) { + synchronized (q0Var.f1309c) { 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 30d06cb4de..fc44bf63a8 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 K = a.K("Error creating marker: "); - K.append(this.a); - bVar.e(K.toString(), e); + StringBuilder L = a.L("Error creating marker: "); + L.append(this.a); + bVar.e(L.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 2c9c0c1357..efa1988553 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 f1308c; + public final Context f1307c; public final v0 d; public final b e; public final d f; @@ -28,21 +28,21 @@ public class n0 { static { HashMap hashMap = new HashMap(); b = hashMap; - a.Z(5, hashMap, "armeabi", 6, "armeabi-v7a", 9, "arm64-v8a", 0, "x86"); + a.a0(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.f1308c = context; + this.f1307c = context; this.d = v0Var; this.e = bVar; this.f = dVar; } - public final v.d.AbstractC0135d.a.b.AbstractC0138b a(e eVar, int i, int i2, int i3) { + public final v.d.AbstractC0136d.a.b.AbstractC0139b a(e eVar, int i, int i2, int i3) { String str = eVar.b; String str2 = eVar.a; - StackTraceElement[] stackTraceElementArr = eVar.f1358c; + StackTraceElement[] stackTraceElementArr = eVar.f1357c; int i4 = 0; if (stackTraceElementArr == null) { stackTraceElementArr = new StackTraceElement[0]; @@ -55,7 +55,7 @@ public class n0 { i4++; } } - v.d.AbstractC0135d.a.b.AbstractC0138b bVar = null; + v.d.AbstractC0136d.a.b.AbstractC0139b bVar = null; Objects.requireNonNull(str, "Null type"); w wVar = new w(b(stackTraceElementArr, i)); Integer valueOf = Integer.valueOf(i4); @@ -69,7 +69,7 @@ public class n0 { throw new IllegalStateException(a.s("Missing required properties:", str3)); } - public final w b(StackTraceElement[] stackTraceElementArr, int i) { + public final w b(StackTraceElement[] stackTraceElementArr, int i) { ArrayList arrayList = new ArrayList(); for (StackTraceElement stackTraceElement : stackTraceElementArr) { q.b bVar = new q.b(); @@ -84,14 +84,14 @@ public class n0 { bVar.a = Long.valueOf(max); Objects.requireNonNull(str, "Null symbol"); bVar.b = str; - bVar.f1342c = fileName; + bVar.f1341c = fileName; bVar.d = Long.valueOf(j); arrayList.add(bVar.a()); } return new w<>(arrayList); } - public final v.d.AbstractC0135d.a.b.AbstractC0139d c(Thread thread, StackTraceElement[] stackTraceElementArr, int i) { + public final v.d.AbstractC0136d.a.b.AbstractC0140d c(Thread thread, StackTraceElement[] stackTraceElementArr, int i) { String name = thread.getName(); Objects.requireNonNull(name, "Null name"); Integer valueOf = Integer.valueOf(i); 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 f4a78c81fe..8946ecc012 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.f0("Persisting non-fatal event for session ", replaceAll, bVar4); + a.g0("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 c0937b6788..b6ed24235e 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 f1309c; + public final Thread.UncaughtExceptionHandler f1308c; 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.f1309c = uncaughtExceptionHandler; + this.f1308c = 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.f1309c.uncaughtException(thread, th); + this.f1308c.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.f1309c.uncaughtException(thread, th); + this.f1308c.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 12856a5127..1d747cdc81 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 f1310c; + public final Object f1309c; 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.f1310c = obj; + this.f1309c = 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.f1310c) { + synchronized (this.f1309c) { 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 9a11a5e217..eab5e4fb23 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 f1311id; + private final int f1310id; public r0(int i) { - this.f1311id = i; + this.f1310id = i; } public static r0 f(String str) { @@ -19,11 +19,11 @@ public enum r0 { } public int g() { - return this.f1311id; + return this.f1310id; } @Override // java.lang.Enum, java.lang.Object public String toString() { - return Integer.toString(this.f1311id); + return Integer.toString(this.f1310id); } } 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 fc73c42fb6..3a507c66cc 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 f1312c; + public final /* synthetic */ long f1311c; public u(x xVar, String str, String str2, long j) { this.a = str; this.b = str2; - this.f1312c = j; + this.f1311c = 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.f1312c; + long j = this.f1311c; 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 f3f7087438..35e7ed2fe4 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 f1313c; + public final String f1312c; public u0(@NonNull String str, @NonNull String str2, @NonNull File file) { this.b = str; - this.f1313c = str2; + this.f1312c = str2; this.a = file; } @Override // c.i.c.m.d.k.a1 @NonNull public String a() { - return this.f1313c; + return this.f1312c; } /* JADX WARNING: Removed duplicated region for block: B:37:0x0051 */ diff --git a/app/src/main/java/c/i/c/m/d/k/v.java b/app/src/main/java/c/i/c/m/d/k/v.java index 7f46c0a262..b406499445 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 f1314c; + public final /* synthetic */ String f1313c; 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.f1314c = str3; + this.f1313c = 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.f1314c; + String str3 = this.f1313c; String str4 = this.d; int i = this.e; - String str5 = this.f.f1319y; + String str5 = this.f.f1318y; 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 f09ebface0..b7452bc5a6 100644 --- a/app/src/main/java/c/i/c/m/d/k/v0.java +++ b/app/src/main/java/c/i/c/m/d/k/v0.java @@ -17,7 +17,7 @@ public class v0 implements w0 { public static final String b = Pattern.quote(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); /* renamed from: c reason: collision with root package name */ - public final x0 f1315c; + public final x0 f1314c; public final Context d; public final String e; public final g f; @@ -28,7 +28,7 @@ public class v0 implements w0 { this.d = context; this.e = str; this.f = gVar; - this.f1315c = new x0(); + this.f1314c = new x0(); return; } throw new IllegalArgumentException("appIdentifier must not be null"); @@ -90,7 +90,7 @@ public class v0 implements w0 { public String c() { String str; - x0 x0Var = this.f1315c; + x0 x0Var = this.f1314c; 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 8cb2fdab47..0048eeab84 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 @@ -57,7 +57,7 @@ public class x { public static final FilenameFilter b = new b(); /* renamed from: c reason: collision with root package name */ - public static final Comparator f1316c = new c(); + public static final Comparator f1315c = 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"); @@ -78,23 +78,23 @@ public class x { public final v0 o; public final c.i.c.m.d.o.h p; public final b q; - public final b.AbstractC0142b r; + public final b.AbstractC0143b r; /* renamed from: s reason: collision with root package name */ - public final j f1317s; + public final j f1316s; 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 f1318x; + public final c.i.c.m.d.t.d f1317x; /* renamed from: y reason: collision with root package name */ - public final String f1319y; + public final String f1318y; /* renamed from: z reason: collision with root package name */ - public final c.i.c.m.d.i.a f1320z; + public final c.i.c.m.d.i.a f1319z; /* compiled from: CrashlyticsController */ public class a extends h { @@ -192,7 +192,7 @@ public class x { } /* compiled from: CrashlyticsController */ - public static final class j implements b.AbstractC0130b { + public static final class j implements b.AbstractC0131b { public final c.i.c.m.d.o.h a; public j(c.i.c.m.d.o.h hVar) { @@ -260,7 +260,7 @@ public class x { } } - public x(Context context, i iVar, c.i.c.m.d.n.b bVar, v0 v0Var, q0 q0Var, c.i.c.m.d.o.h hVar, m0 m0Var, b bVar2, c.i.c.m.d.q.a aVar, b.AbstractC0142b bVar3, c.i.c.m.d.a aVar2, c.i.c.m.d.i.a aVar3, c.i.c.m.d.s.d dVar) { + public x(Context context, i iVar, c.i.c.m.d.n.b bVar, v0 v0Var, q0 q0Var, c.i.c.m.d.o.h hVar, m0 m0Var, b bVar2, c.i.c.m.d.q.a aVar, b.AbstractC0143b bVar3, c.i.c.m.d.a aVar2, c.i.c.m.d.i.a aVar3, c.i.c.m.d.s.d dVar) { this.i = context; this.m = iVar; this.n = bVar; @@ -271,24 +271,24 @@ public class x { this.q = bVar2; this.r = new h0(this); this.w = aVar2; - this.f1319y = bVar2.g.a(); - this.f1320z = aVar3; + this.f1318y = bVar2.g.a(); + this.f1319z = aVar3; f1 f1Var = new f1(); this.l = f1Var; j jVar = new j(hVar); - this.f1317s = jVar; + this.f1316s = 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.f1318x = aVar4; + this.f1317x = 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.f1352c)); + 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.f1351c)); 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); @@ -298,9 +298,9 @@ public class x { Throwable th; if (!file.exists()) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - 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()); + 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()); return; } FileInputStream fileInputStream = null; @@ -331,7 +331,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.f0("Opening a new session with ID ", str3, bVar); + c.d.b.a.a.g0("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"); @@ -343,9 +343,9 @@ public class x { String str5 = bVar2.e; String str6 = bVar2.f; String b2 = v0Var.b(); - int g2 = r0.f(xVar.q.f1301c).g(); + int g2 = r0.f(xVar.q.f1300c).g(); xVar.z(str3, "SessionApp", new v(xVar, str4, str5, str6, b2, g2)); - xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1319y); + xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1318y); String str7 = Build.VERSION.RELEASE; String str8 = Build.VERSION.CODENAME; boolean t = h.t(xVar.i); @@ -358,7 +358,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.f1305s.get(str9.toLowerCase(locale)); + h.b bVar4 = h.b.f1304s.get(str9.toLowerCase(locale)); if (bVar4 != null) { bVar3 = bVar4; } @@ -380,7 +380,7 @@ public class x { n0 n0Var = d1Var.a; Objects.requireNonNull(n0Var); Charset charset = v.a; - b.C0133b bVar5 = new b.C0133b(); + b.C0134b bVar5 = new b.C0134b(); bVar5.a = "17.3.0"; String str13 = n0Var.e.a; Objects.requireNonNull(str13, "Null gmpAppId"); @@ -394,10 +394,10 @@ public class x { String str15 = n0Var.e.f; Objects.requireNonNull(str15, "Null displayVersion"); bVar5.f = str15; - bVar5.f1327c = 4; + bVar5.f1326c = 4; f.b bVar6 = new f.b(); bVar6.b(false); - bVar6.f1329c = Long.valueOf(j2); + bVar6.f1328c = Long.valueOf(j2); Objects.requireNonNull(t2, "Null identifier"); bVar6.b = t2; String str16 = n0.a; @@ -421,7 +421,7 @@ public class x { Integer num2 = 3; Objects.requireNonNull(str7, "Null version"); Objects.requireNonNull(str8, "Null buildVersion"); - Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1308c)); + Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1307c)); String str20 = num2 == null ? " platform" : ""; if (valueOf == null) { str20 = c.d.b.a.a.s(str20, " jailbroken"); @@ -436,13 +436,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.f1308c); - int k3 = h.k(n0Var.f1308c); + boolean r2 = h.r(n0Var.f1307c); + int k3 = h.k(n0Var.f1307c); i.b bVar7 = new i.b(); bVar7.a = Integer.valueOf(i2); Objects.requireNonNull(str10, "Null model"); bVar7.b = str10; - bVar7.f1332c = Integer.valueOf(availableProcessors2); + bVar7.f1331c = Integer.valueOf(availableProcessors2); bVar7.d = Long.valueOf(p2); bVar7.e = Long.valueOf(blockCount2); bVar7.f = Boolean.valueOf(r2); @@ -466,7 +466,7 @@ public class x { try { File h3 = gVar.h(g3); c.i.c.m.d.o.g.i(h3); - c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1348c.g(a3)); + c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1347c.g(a3)); } catch (IOException e2) { c.i.c.m.d.b.a.c("Could not persist report for session " + g3, e2); } @@ -499,9 +499,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 K = c.d.b.a.a.K("Could not parse timestamp from file "); - K.append(file.getName()); - bVar.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Could not parse timestamp from file "); + L.append(file.getName()); + bVar.b(L.toString()); } file.delete(); } @@ -525,24 +525,24 @@ public class x { cVar.r(5, 2); cVar.p(b2); cVar.l(2, a2); - StringBuilder K = c.d.b.a.a.K("Failed to flush to append to "); - K.append(file.getPath()); - h.h(cVar, K.toString()); + StringBuilder L = c.d.b.a.a.L("Failed to flush to append to "); + L.append(file.getPath()); + h.h(cVar, L.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); } catch (Throwable th2) { th = th2; - StringBuilder K2 = c.d.b.a.a.K("Failed to flush to append to "); - K2.append(file.getPath()); - h.h(cVar, K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Failed to flush to append to "); + L2.append(file.getPath()); + h.h(cVar, L2.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); throw th; } } catch (Throwable th3) { th = th3; fileOutputStream = null; - StringBuilder K2 = c.d.b.a.a.K("Failed to flush to append to "); - K2.append(file.getPath()); - h.h(cVar, K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Failed to flush to append to "); + L2.append(file.getPath()); + h.h(cVar, L2.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); throw th; } @@ -600,7 +600,7 @@ public class x { } public static void x(c.i.c.m.d.p.c cVar, File[] fileArr, String str) { - Arrays.sort(fileArr, h.f1304c); + Arrays.sort(fileArr, h.f1303c); 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())); @@ -667,7 +667,7 @@ public class x { for (int i5 = 0; i5 < min; i5++) { hashSet.add(o(s2[i5])); } - File[] listFiles = ((j) this.t.f1323c).a().listFiles(); + File[] listFiles = ((j) this.t.f1322c).a().listFiles(); if (listFiles != null) { for (File file2 : listFiles) { String name = file2.getName(); @@ -797,14 +797,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.f0("Finalizing native report for session ", o, bVar2); + c.d.b.a.a.g0("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.f1317s, o); + c.i.c.m.d.l.b bVar3 = new c.i.c.m.d.l.b(this.i, this.f1316s, o); File file4 = new File(m(), o); if (!file4.mkdirs()) { bVar2.b("Couldn't create native sessions directory"); @@ -867,8 +867,8 @@ 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.f1348c; - b.C0133b bVar4 = (b.C0133b) hVar.f(c.i.c.m.d.o.g.j(file5)).i(); + c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1347c; + b.C0134b bVar4 = (b.C0134b) hVar.f(c.i.c.m.d.o.g.j(file5)).i(); bVar4.g = null; bVar4.h = dVar; v a3 = bVar4.a(); @@ -881,7 +881,7 @@ public class x { } } if (!this.w.a(o)) { - c.d.b.a.a.f0("Could not finalize native session: ", o, c.i.c.m.d.b.a); + c.d.b.a.a.g0("Could not finalize native session: ", o, c.i.c.m.d.b.a); } } c.i.c.m.d.b.a.b("Closing open sessions."); @@ -1014,7 +1014,7 @@ public class x { throw th; } } else { - c.d.b.a.a.f0("No events present for session ID ", o2, bVar5); + c.d.b.a.a.g0("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); @@ -1042,15 +1042,15 @@ public class x { } for (File file11 : f2) { c.i.c.m.d.b bVar6 = c.i.c.m.d.b.a; - StringBuilder K = c.d.b.a.a.K("Finalizing report for session "); - K.append(file11.getName()); - bVar6.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Finalizing report for session "); + L.append(file11.getName()); + bVar6.b(L.toString()); List g2 = c.i.c.m.d.o.g.g(file11, c.i.c.m.d.o.g.e); if (g2.isEmpty()) { - StringBuilder K2 = c.d.b.a.a.K("Session "); - K2.append(file11.getName()); - K2.append(" has no events."); - bVar6.b(K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Session "); + L2.append(file11.getName()); + L2.append(" has no events."); + bVar6.b(L2.toString()); } else { Collections.sort(g2); ArrayList arrayList4 = new ArrayList(); @@ -1063,13 +1063,13 @@ public class x { } File next = it3.next(); try { - c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1348c; + c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1347c; String j4 = c.i.c.m.d.o.g.j(next); Objects.requireNonNull(hVar2); try { JsonReader jsonReader = new JsonReader(new StringReader(j4)); try { - v.d.AbstractC0135d b6 = c.i.c.m.d.m.x.h.b(jsonReader); + v.d.AbstractC0136d b6 = c.i.c.m.d.m.x.h.b(jsonReader); jsonReader.close(); arrayList4.add(b6); if (!z3) { @@ -1092,9 +1092,9 @@ public class x { } if (arrayList4.isEmpty()) { c.i.c.m.d.b bVar7 = c.i.c.m.d.b.a; - StringBuilder K3 = c.d.b.a.a.K("Could not parse event files for session "); - K3.append(file11.getName()); - bVar7.b(K3.toString()); + StringBuilder L3 = c.d.b.a.a.L("Could not parse event files for session "); + L3.append(file11.getName()); + bVar7.b(L3.toString()); } else { File file12 = new File(file11, str5); if (file12.isFile()) { @@ -1102,21 +1102,21 @@ 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 K4 = c.d.b.a.a.K("Could not read user ID file in "); - K4.append(file11.getName()); - bVar8.c(K4.toString(), e13); + StringBuilder L4 = c.d.b.a.a.L("Could not read user ID file in "); + L4.append(file11.getName()); + bVar8.c(L4.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.f1348c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1347c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); - w wVar = new w<>(arrayList4); + w wVar = new w<>(arrayList4); if (j2.h() == null) { v.a i6 = j2.i(); f.b bVar9 = (f.b) j2.h().l(); bVar9.j = wVar; - b.C0133b bVar10 = (b.C0133b) i6; + b.C0134b bVar10 = (b.C0134b) i6; bVar10.g = bVar9.a(); v a4 = bVar10.a(); v.d h2 = a4.h(); @@ -1136,9 +1136,9 @@ public class x { if (!z3) { } try { - c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1348c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1347c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); - w wVar = new w<>(arrayList4); + w wVar = new w<>(arrayList4); if (j2.h() == null) { } } catch (IOException e14) { @@ -1242,7 +1242,7 @@ public class x { public final File[] s() { File[] r = r(l(), a); - Arrays.sort(r, f1316c); + Arrays.sort(r, f1315c); return r; } @@ -1275,7 +1275,7 @@ public class x { bVar.b("Notifying that unsent reports are available."); this.C.b(Boolean.TRUE); q0 q0Var = this.j; - synchronized (q0Var.f1310c) { + synchronized (q0Var.f1309c) { b0Var = q0Var.d.a; } Task q2 = b0Var.q(new e0(this)); @@ -1329,7 +1329,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.f1318x); + c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1317x); Context context = this.i; e a2 = e.a(context); Float f2 = a2.a; @@ -1343,7 +1343,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.f1358c; + StackTraceElement[] stackTraceElementArr = eVar.f1357c; String str3 = this.q.b; String str4 = this.o.e; if (z2) { @@ -1352,7 +1352,7 @@ public class x { int i5 = 0; for (Map.Entry entry : allStackTraces.entrySet()) { threadArr2[i5] = entry.getKey(); - linkedList.add(this.f1318x.a(entry.getValue())); + linkedList.add(this.f1317x.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 2c4d674745..85ae5a0228 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 f1322c; + public final /* synthetic */ long f1321c; 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.f1322c = j; + this.f1321c = 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.f1322c; + long j = this.f1321c; long j2 = this.d; boolean z2 = this.e; int i3 = this.f; diff --git a/app/src/main/java/c/i/c/m/d/l/b.java b/app/src/main/java/c/i/c/m/d/l/b.java index ebf5e1b476..57b33b282c 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,12 +10,12 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public final AbstractC0130b f1323c; + public final AbstractC0131b f1322c; public a d = a; /* compiled from: LogFileManager */ /* renamed from: c.i.c.m.d.l.b$b reason: collision with other inner class name */ - public interface AbstractC0130b { + public interface AbstractC0131b { } /* compiled from: LogFileManager */ @@ -46,15 +46,15 @@ public class b { } } - public b(Context context, AbstractC0130b bVar) { + public b(Context context, AbstractC0131b bVar) { this.b = context; - this.f1323c = bVar; + this.f1322c = bVar; a(null); } - public b(Context context, AbstractC0130b bVar, String str) { + public b(Context context, AbstractC0131b bVar, String str) { this.b = context; - this.f1323c = bVar; + this.f1322c = 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.f1323c).a(), c.d.b.a.a.t("crashlytics-userlog-", str, ".temp")), 65536); + this.d = new e(new File(((x.j) this.f1322c).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 4885f5b598..e07ac96ad7 100644 --- a/app/src/main/java/c/i/c/m/d/l/c.java +++ b/app/src/main/java/c/i/c/m/d/l/c.java @@ -47,11 +47,11 @@ public class c implements Closeable { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1324c; + public final int f1323c; public b(int i, int i2) { this.b = i; - this.f1324c = i2; + this.f1323c = i2; } public String toString() { @@ -60,21 +60,21 @@ public class c implements Closeable { sb.append("[position = "); sb.append(this.b); sb.append(", length = "); - return c.d.b.a.a.w(sb, this.f1324c, "]"); + return c.d.b.a.a.w(sb, this.f1323c, "]"); } } /* compiled from: QueueFile */ /* renamed from: c.i.c.m.d.l.c$c reason: collision with other inner class name */ - public final class C0131c extends InputStream { + public final class C0132c extends InputStream { public int i; public int j; - public C0131c(b bVar, a aVar) { + public C0132c(b bVar, a aVar) { int i = bVar.b + 4; int i2 = c.this.k; this.i = i >= i2 ? (i + 16) - i2 : i; - this.j = bVar.f1324c; + this.j = bVar.f1323c; } @Override // java.io.InputStream @@ -153,11 +153,11 @@ public class c implements Closeable { this.n = p(r3); return; } - 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()); + 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()); } public static void C(byte[] bArr, int i2, int i3) { @@ -200,7 +200,7 @@ public class c implements Closeable { i2 = 16; } else { b bVar = this.n; - i2 = z(bVar.b + 4 + bVar.f1324c); + i2 = z(bVar.b + 4 + bVar.f1323c); } b bVar2 = new b(i2, length); C(this.o, 0, length); @@ -248,7 +248,7 @@ public class c implements Closeable { this.j.setLength((long) i4); this.j.getChannel().force(true); b bVar = this.n; - int z2 = z(bVar.b + 4 + bVar.f1324c); + int z2 = z(bVar.b + 4 + bVar.f1323c); if (z2 < this.m.b) { FileChannel channel = this.j.getChannel(); channel.position((long) this.k); @@ -262,7 +262,7 @@ public class c implements Closeable { if (i5 < i6) { int i7 = (this.k + i5) - 16; B(i4, this.l, i6, i7); - this.n = new b(i7, this.n.f1324c); + this.n = new b(i7, this.n.f1323c); } else { B(i4, this.l, i6, i5); } @@ -274,8 +274,8 @@ public class c implements Closeable { int i2 = this.m.b; for (int i3 = 0; i3 < this.l; i3++) { b p = p(i2); - dVar.a(new C0131c(p, null), p.f1324c); - i2 = z(p.b + 4 + p.f1324c); + dVar.a(new C0132c(p, null), p.f1323c); + i2 = z(p.b + 4 + p.f1323c); } } @@ -298,7 +298,7 @@ public class c implements Closeable { c(); } else { b bVar = this.m; - int z2 = z(bVar.b + 4 + bVar.f1324c); + int z2 = z(bVar.b + 4 + bVar.f1323c); t(z2, this.o, 0, 4); int r = r(this.o, 0); B(this.k, this.l - 1, z2, this.n.b); @@ -371,7 +371,7 @@ public class c implements Closeable { b bVar = this.n; int i2 = bVar.b; int i3 = this.m.b; - return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1324c + 16 : (((i2 + 4) + bVar.f1324c) + this.k) - i3; + return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1323c + 16 : (((i2 + 4) + bVar.f1323c) + 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 6acf0431bb..a690849102 100644 --- a/app/src/main/java/c/i/c/m/d/l/e.java +++ b/app/src/main/java/c/i/c/m/d/l/e.java @@ -14,7 +14,7 @@ public class e implements a { public final File b; /* renamed from: c reason: collision with root package name */ - public final int f1325c; + public final int f1324c; public c d; /* compiled from: QueueFileLogStore */ @@ -30,7 +30,7 @@ public class e implements a { public e(File file, int i) { this.b = file; - this.f1325c = i; + this.f1324c = i; } @Override // c.i.c.m.d.l.a @@ -96,12 +96,12 @@ public class e implements a { str = "null"; } try { - int i = this.f1325c / 4; + int i = this.f1324c / 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.f1325c) { + while (!this.d.f() && this.d.x() > this.f1324c) { this.d.s(); } } catch (IOException e) { @@ -118,9 +118,9 @@ public class e implements a { this.d = new c(this.b); } catch (IOException e) { b bVar = b.a; - StringBuilder K = c.d.b.a.a.K("Could not open log file: "); - K.append(this.b); - bVar.e(K.toString(), e); + StringBuilder L = c.d.b.a.a.L("Could not open log file: "); + L.append(this.b); + bVar.e(L.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 85e1d74c12..894d4a6c2e 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 @@ -10,8 +10,8 @@ public final class a implements c.i.c.p.g.a { /* compiled from: AutoCrashlyticsReportEncoder */ /* renamed from: c.i.c.m.d.m.a$a reason: collision with other inner class name */ - public static final class C0132a implements c.i.c.p.c { - public static final C0132a a = new C0132a(); + public static final class C0133a implements c.i.c.p.c { + public static final C0133a a = new C0133a(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b @@ -91,13 +91,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class f implements c.i.c.p.c { + public static final class f implements c.i.c.p.c { public static final f a = new f(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - dVar.f("clsId", ((v.d.a.AbstractC0134a) obj).a()); + dVar.f("clsId", ((v.d.a.AbstractC0135a) obj).a()); } } @@ -146,13 +146,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class i implements c.i.c.p.c { + public static final class i implements c.i.c.p.c { public static final i a = new i(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d.a aVar = (v.d.AbstractC0135d.a) obj; + v.d.AbstractC0136d.a aVar = (v.d.AbstractC0136d.a) obj; c.i.c.p.d dVar2 = dVar; dVar2.f("execution", aVar.c()); dVar2.f("customAttributes", aVar.b()); @@ -162,13 +162,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class j implements c.i.c.p.c { + public static final class j implements c.i.c.p.c { public static final j a = new j(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d.a.b.AbstractC0137a aVar = (v.d.AbstractC0135d.a.b.AbstractC0137a) obj; + v.d.AbstractC0136d.a.b.AbstractC0138a aVar = (v.d.AbstractC0136d.a.b.AbstractC0138a) obj; c.i.c.p.d dVar2 = dVar; dVar2.b("baseAddress", aVar.a()); dVar2.b("size", aVar.c()); @@ -179,13 +179,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class k implements c.i.c.p.c { + public static final class k implements c.i.c.p.c { public static final k a = new k(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d.a.b bVar = (v.d.AbstractC0135d.a.b) obj; + v.d.AbstractC0136d.a.b bVar = (v.d.AbstractC0136d.a.b) obj; c.i.c.p.d dVar2 = dVar; dVar2.f("threads", bVar.d()); dVar2.f("exception", bVar.b()); @@ -195,13 +195,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class l implements c.i.c.p.c { + public static final class l implements c.i.c.p.c { public static final l a = new l(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d.a.b.AbstractC0138b bVar = (v.d.AbstractC0135d.a.b.AbstractC0138b) obj; + v.d.AbstractC0136d.a.b.AbstractC0139b bVar = (v.d.AbstractC0136d.a.b.AbstractC0139b) obj; c.i.c.p.d dVar2 = dVar; dVar2.f("type", bVar.e()); dVar2.f(ModelAuditLogEntry.CHANGE_KEY_REASON, bVar.d()); @@ -212,13 +212,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class m implements c.i.c.p.c { + public static final class m implements c.i.c.p.c { public static final m a = new m(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d.a.b.c cVar = (v.d.AbstractC0135d.a.b.c) obj; + v.d.AbstractC0136d.a.b.c cVar = (v.d.AbstractC0136d.a.b.c) obj; c.i.c.p.d dVar2 = dVar; dVar2.f(ModelAuditLogEntry.CHANGE_KEY_NAME, cVar.c()); dVar2.f(ModelAuditLogEntry.CHANGE_KEY_CODE, cVar.b()); @@ -227,13 +227,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class n implements c.i.c.p.c { + public static final class n implements c.i.c.p.c { public static final n a = new n(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d.a.b.AbstractC0139d dVar2 = (v.d.AbstractC0135d.a.b.AbstractC0139d) obj; + v.d.AbstractC0136d.a.b.AbstractC0140d dVar2 = (v.d.AbstractC0136d.a.b.AbstractC0140d) obj; c.i.c.p.d dVar3 = dVar; dVar3.f(ModelAuditLogEntry.CHANGE_KEY_NAME, dVar2.c()); dVar3.c("importance", dVar2.b()); @@ -242,13 +242,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class o implements c.i.c.p.c { + public static final class o implements c.i.c.p.c { public static final o a = new o(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a aVar = (v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a) obj; + v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a aVar = (v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a) obj; c.i.c.p.d dVar2 = dVar; dVar2.b("pc", aVar.d()); dVar2.f("symbol", aVar.e()); @@ -259,13 +259,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class p implements c.i.c.p.c { + public static final class p implements c.i.c.p.c { public static final p a = new p(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d.b bVar = (v.d.AbstractC0135d.b) obj; + v.d.AbstractC0136d.b bVar = (v.d.AbstractC0136d.b) obj; c.i.c.p.d dVar2 = dVar; dVar2.f("batteryLevel", bVar.a()); dVar2.c("batteryVelocity", bVar.b()); @@ -277,13 +277,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class q implements c.i.c.p.c { + public static final class q implements c.i.c.p.c { public static final q a = new q(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - v.d.AbstractC0135d dVar2 = (v.d.AbstractC0135d) obj; + v.d.AbstractC0136d dVar2 = (v.d.AbstractC0136d) obj; c.i.c.p.d dVar3 = dVar; dVar3.b("timestamp", dVar2.d()); dVar3.f("type", dVar2.e()); @@ -294,13 +294,13 @@ public final class a implements c.i.c.p.g.a { } /* compiled from: AutoCrashlyticsReportEncoder */ - public static final class r implements c.i.c.p.c { + public static final class r implements c.i.c.p.c { public static final r a = new r(); /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // c.i.c.p.b public void a(Object obj, c.i.c.p.d dVar) throws IOException { - dVar.f("content", ((v.d.AbstractC0135d.c) obj).a()); + dVar.f("content", ((v.d.AbstractC0136d.c) obj).a()); } } @@ -335,103 +335,103 @@ public final class a implements c.i.c.p.g.a { b bVar2 = b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(v.class, bVar2); - eVar.f1363c.remove(v.class); + eVar.f1362c.remove(v.class); eVar.b.put(b.class, bVar2); - eVar.f1363c.remove(b.class); + eVar.f1362c.remove(b.class); h hVar = h.a; eVar.b.put(v.d.class, hVar); - eVar.f1363c.remove(v.d.class); + eVar.f1362c.remove(v.d.class); eVar.b.put(f.class, hVar); - eVar.f1363c.remove(f.class); + eVar.f1362c.remove(f.class); e eVar2 = e.a; eVar.b.put(v.d.a.class, eVar2); - eVar.f1363c.remove(v.d.a.class); + eVar.f1362c.remove(v.d.a.class); eVar.b.put(g.class, eVar2); - eVar.f1363c.remove(g.class); + eVar.f1362c.remove(g.class); f fVar = f.a; - eVar.b.put(v.d.a.AbstractC0134a.class, fVar); - eVar.f1363c.remove(v.d.a.AbstractC0134a.class); + eVar.b.put(v.d.a.AbstractC0135a.class, fVar); + eVar.f1362c.remove(v.d.a.AbstractC0135a.class); eVar.b.put(h.class, fVar); - eVar.f1363c.remove(h.class); + eVar.f1362c.remove(h.class); t tVar = t.a; eVar.b.put(v.d.f.class, tVar); - eVar.f1363c.remove(v.d.f.class); + eVar.f1362c.remove(v.d.f.class); eVar.b.put(u.class, tVar); - eVar.f1363c.remove(u.class); + eVar.f1362c.remove(u.class); s sVar = s.a; eVar.b.put(v.d.e.class, sVar); - eVar.f1363c.remove(v.d.e.class); + eVar.f1362c.remove(v.d.e.class); eVar.b.put(t.class, sVar); - eVar.f1363c.remove(t.class); + eVar.f1362c.remove(t.class); g gVar = g.a; eVar.b.put(v.d.c.class, gVar); - eVar.f1363c.remove(v.d.c.class); + eVar.f1362c.remove(v.d.c.class); eVar.b.put(i.class, gVar); - eVar.f1363c.remove(i.class); + eVar.f1362c.remove(i.class); q qVar = q.a; - eVar.b.put(v.d.AbstractC0135d.class, qVar); - eVar.f1363c.remove(v.d.AbstractC0135d.class); + eVar.b.put(v.d.AbstractC0136d.class, qVar); + eVar.f1362c.remove(v.d.AbstractC0136d.class); eVar.b.put(j.class, qVar); - eVar.f1363c.remove(j.class); + eVar.f1362c.remove(j.class); i iVar = i.a; - eVar.b.put(v.d.AbstractC0135d.a.class, iVar); - eVar.f1363c.remove(v.d.AbstractC0135d.a.class); + eVar.b.put(v.d.AbstractC0136d.a.class, iVar); + eVar.f1362c.remove(v.d.AbstractC0136d.a.class); eVar.b.put(k.class, iVar); - eVar.f1363c.remove(k.class); + eVar.f1362c.remove(k.class); k kVar = k.a; - eVar.b.put(v.d.AbstractC0135d.a.b.class, kVar); - eVar.f1363c.remove(v.d.AbstractC0135d.a.b.class); + eVar.b.put(v.d.AbstractC0136d.a.b.class, kVar); + eVar.f1362c.remove(v.d.AbstractC0136d.a.b.class); eVar.b.put(l.class, kVar); - eVar.f1363c.remove(l.class); + eVar.f1362c.remove(l.class); n nVar = n.a; - eVar.b.put(v.d.AbstractC0135d.a.b.AbstractC0139d.class, nVar); - eVar.f1363c.remove(v.d.AbstractC0135d.a.b.AbstractC0139d.class); + eVar.b.put(v.d.AbstractC0136d.a.b.AbstractC0140d.class, nVar); + eVar.f1362c.remove(v.d.AbstractC0136d.a.b.AbstractC0140d.class); eVar.b.put(p.class, nVar); - eVar.f1363c.remove(p.class); + eVar.f1362c.remove(p.class); o oVar = o.a; - eVar.b.put(v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a.class, oVar); - eVar.f1363c.remove(v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a.class); + eVar.b.put(v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a.class, oVar); + eVar.f1362c.remove(v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a.class); eVar.b.put(q.class, oVar); - eVar.f1363c.remove(q.class); + eVar.f1362c.remove(q.class); l lVar = l.a; - eVar.b.put(v.d.AbstractC0135d.a.b.AbstractC0138b.class, lVar); - eVar.f1363c.remove(v.d.AbstractC0135d.a.b.AbstractC0138b.class); + eVar.b.put(v.d.AbstractC0136d.a.b.AbstractC0139b.class, lVar); + eVar.f1362c.remove(v.d.AbstractC0136d.a.b.AbstractC0139b.class); eVar.b.put(n.class, lVar); - eVar.f1363c.remove(n.class); + eVar.f1362c.remove(n.class); m mVar = m.a; - eVar.b.put(v.d.AbstractC0135d.a.b.c.class, mVar); - eVar.f1363c.remove(v.d.AbstractC0135d.a.b.c.class); + eVar.b.put(v.d.AbstractC0136d.a.b.c.class, mVar); + eVar.f1362c.remove(v.d.AbstractC0136d.a.b.c.class); eVar.b.put(o.class, mVar); - eVar.f1363c.remove(o.class); + eVar.f1362c.remove(o.class); j jVar = j.a; - eVar.b.put(v.d.AbstractC0135d.a.b.AbstractC0137a.class, jVar); - eVar.f1363c.remove(v.d.AbstractC0135d.a.b.AbstractC0137a.class); + eVar.b.put(v.d.AbstractC0136d.a.b.AbstractC0138a.class, jVar); + eVar.f1362c.remove(v.d.AbstractC0136d.a.b.AbstractC0138a.class); eVar.b.put(m.class, jVar); - eVar.f1363c.remove(m.class); - C0132a aVar = C0132a.a; + eVar.f1362c.remove(m.class); + C0133a aVar = C0133a.a; eVar.b.put(v.b.class, aVar); - eVar.f1363c.remove(v.b.class); + eVar.f1362c.remove(v.b.class); eVar.b.put(c.class, aVar); - eVar.f1363c.remove(c.class); + eVar.f1362c.remove(c.class); p pVar = p.a; - eVar.b.put(v.d.AbstractC0135d.b.class, pVar); - eVar.f1363c.remove(v.d.AbstractC0135d.b.class); + eVar.b.put(v.d.AbstractC0136d.b.class, pVar); + eVar.f1362c.remove(v.d.AbstractC0136d.b.class); eVar.b.put(r.class, pVar); - eVar.f1363c.remove(r.class); + eVar.f1362c.remove(r.class); r rVar = r.a; - eVar.b.put(v.d.AbstractC0135d.c.class, rVar); - eVar.f1363c.remove(v.d.AbstractC0135d.c.class); + eVar.b.put(v.d.AbstractC0136d.c.class, rVar); + eVar.f1362c.remove(v.d.AbstractC0136d.c.class); eVar.b.put(s.class, rVar); - eVar.f1363c.remove(s.class); + eVar.f1362c.remove(s.class); c cVar = c.a; eVar.b.put(v.c.class, cVar); - eVar.f1363c.remove(v.c.class); + eVar.f1362c.remove(v.c.class); eVar.b.put(d.class, cVar); - eVar.f1363c.remove(d.class); + eVar.f1362c.remove(d.class); d dVar = d.a; eVar.b.put(v.c.a.class, dVar); - eVar.f1363c.remove(v.c.a.class); + eVar.f1362c.remove(v.c.a.class); eVar.b.put(e.class, dVar); - eVar.f1363c.remove(e.class); + eVar.f1362c.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 94ed183617..f56a5bb359 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 f1326c; + public final String f1325c; public final int d; public final String e; public final String f; @@ -18,26 +18,26 @@ public final class b extends v { /* compiled from: AutoValue_CrashlyticsReport */ /* renamed from: c.i.c.m.d.m.b$b reason: collision with other inner class name */ - public static final class C0133b extends v.a { + public static final class C0134b extends v.a { public String a; public String b; /* renamed from: c reason: collision with root package name */ - public Integer f1327c; + public Integer f1326c; public String d; public String e; public String f; public v.d g; public v.c h; - public C0133b() { + public C0134b() { } - public C0133b(v vVar, a aVar) { + public C0134b(v vVar, a aVar) { b bVar = (b) vVar; this.a = bVar.b; - this.b = bVar.f1326c; - this.f1327c = Integer.valueOf(bVar.d); + this.b = bVar.f1325c; + this.f1326c = Integer.valueOf(bVar.d); this.d = bVar.e; this.e = bVar.f; this.f = bVar.g; @@ -51,7 +51,7 @@ public final class b extends v { if (this.b == null) { str = c.d.b.a.a.s(str, " gmpAppId"); } - if (this.f1327c == null) { + if (this.f1326c == null) { str = c.d.b.a.a.s(str, " platform"); } if (this.d == null) { @@ -64,7 +64,7 @@ public final class b extends v { str = c.d.b.a.a.s(str, " displayVersion"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f1327c.intValue(), this.d, this.e, this.f, this.g, this.h, null); + return new b(this.a, this.b, this.f1326c.intValue(), this.d, this.e, this.f, this.g, this.h, null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @@ -72,7 +72,7 @@ public final class b extends v { public b(String str, String str2, int i, String str3, String str4, String str5, v.d dVar, v.c cVar, a aVar) { this.b = str; - this.f1326c = str2; + this.f1325c = 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.f1326c; + return this.f1325c; } @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.f1326c.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.f1325c.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.f1326c.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.f1325c.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; @@ -164,27 +164,27 @@ public final class b extends v { @Override // c.i.c.m.d.m.v public v.a i() { - return new C0133b(this, null); + return new C0134b(this, null); } public String toString() { - StringBuilder K = c.d.b.a.a.K("CrashlyticsReport{sdkVersion="); - K.append(this.b); - K.append(", gmpAppId="); - K.append(this.f1326c); - 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(); + StringBuilder L = c.d.b.a.a.L("CrashlyticsReport{sdkVersion="); + L.append(this.b); + L.append(", gmpAppId="); + L.append(this.f1325c); + 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(); } } 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 32b0e6dff7..163f9386f3 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 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, "}"); + 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, "}"); } } 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 a482196bf4..49e87e058e 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 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, "}"); + 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, "}"); } } 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 40c9f4a33e..c5404089d8 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 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(); + 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(); } } 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 9dc832617f..4a92f6b4a7 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,14 +9,14 @@ public final class f extends v.d { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1328c; + public final long f1327c; public final Long d; public final boolean e; public final v.d.a f; public final v.d.f g; public final v.d.e h; public final v.d.c i; - public final w j; + public final w j; public final int k; /* compiled from: AutoValue_CrashlyticsReport_Session */ @@ -25,14 +25,14 @@ public final class f extends v.d { public String b; /* renamed from: c reason: collision with root package name */ - public Long f1329c; + public Long f1328c; public Long d; public Boolean e; public v.d.a f; public v.d.f g; public v.d.e h; public v.d.c i; - public w j; + public w j; public Integer k; public b() { @@ -42,7 +42,7 @@ public final class f extends v.d { f fVar = (f) dVar; this.a = fVar.a; this.b = fVar.b; - this.f1329c = Long.valueOf(fVar.f1328c); + this.f1328c = Long.valueOf(fVar.f1327c); this.d = fVar.d; this.e = Boolean.valueOf(fVar.e); this.f = fVar.f; @@ -59,7 +59,7 @@ public final class f extends v.d { if (this.b == null) { str = c.d.b.a.a.s(str, " identifier"); } - if (this.f1329c == null) { + if (this.f1328c == null) { str = c.d.b.a.a.s(str, " startedAt"); } if (this.e == null) { @@ -72,7 +72,7 @@ public final class f extends v.d { str = c.d.b.a.a.s(str, " generatorType"); } if (str.isEmpty()) { - return new f(this.a, this.b, this.f1329c.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.f1328c.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.s("Missing required properties:", str)); } @@ -86,7 +86,7 @@ public final class f extends v.d { public f(String str, String str2, long j, Long l, boolean z2, v.d.a aVar, v.d.f fVar, v.d.e eVar, v.d.c cVar, w wVar, int i, a aVar2) { this.a = str; this.b = str2; - this.f1328c = j; + this.f1327c = j; this.d = l; this.e = z2; this.f = aVar; @@ -117,7 +117,7 @@ public final class f extends v.d { @Override // c.i.c.m.d.m.v.d @Nullable - public w d() { + public w d() { return this.j; } @@ -132,7 +132,7 @@ public final class f extends v.d { v.d.f fVar; v.d.e eVar; v.d.c cVar; - w wVar; + w wVar; if (obj == this) { return true; } @@ -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.f1328c == 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.f1327c == 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.f1328c; + long j = this.f1327c; int hashCode = (((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; Long l = this.d; int i = 0; @@ -172,7 +172,7 @@ public final class f extends v.d { int hashCode4 = (hashCode3 ^ (eVar == null ? 0 : eVar.hashCode())) * 1000003; v.d.c cVar = this.i; int hashCode5 = (hashCode4 ^ (cVar == null ? 0 : cVar.hashCode())) * 1000003; - w wVar = this.j; + w wVar = this.j; if (wVar != null) { i = wVar.hashCode(); } @@ -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.f1328c; + return this.f1327c; } @Override // c.i.c.m.d.m.v.d @@ -201,27 +201,27 @@ public final class f extends v.d { } public String toString() { - 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.f1328c); - 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, "}"); + 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.f1327c); + 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.w(L, 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 f06afb71ab..9161caf0b8 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,16 +9,16 @@ public final class g extends v.d.a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1330c; - public final v.d.a.AbstractC0134a d = null; + public final String f1329c; + public final v.d.a.AbstractC0135a d = null; public final String e; public final String f; public final String g; - public g(String str, String str2, String str3, v.d.a.AbstractC0134a aVar, String str4, String str5, String str6, a aVar2) { + public g(String str, String str2, String str3, v.d.a.AbstractC0135a aVar, String str4, String str5, String str6, a aVar2) { this.a = str; this.b = str2; - this.f1330c = str3; + this.f1329c = 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.f1330c; + return this.f1329c; } @Override // c.i.c.m.d.m.v.d.a @@ -56,7 +56,7 @@ public final class g extends v.d.a { public boolean equals(Object obj) { String str; - v.d.a.AbstractC0134a aVar; + v.d.a.AbstractC0135a aVar; String str2; String str3; if (obj == this) { @@ -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.f1330c) != 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.f1329c) != 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) { @@ -81,7 +81,7 @@ public final class g extends v.d.a { @Override // c.i.c.m.d.m.v.d.a @Nullable - public v.d.a.AbstractC0134a f() { + public v.d.a.AbstractC0135a f() { return this.d; } @@ -93,10 +93,10 @@ 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.f1330c; + String str = this.f1329c; int i = 0; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; - v.d.a.AbstractC0134a aVar = this.d; + v.d.a.AbstractC0135a aVar = this.d; int hashCode3 = (hashCode2 ^ (aVar == null ? 0 : aVar.hashCode())) * 1000003; String str2 = this.e; int hashCode4 = (hashCode3 ^ (str2 == null ? 0 : str2.hashCode())) * 1000003; @@ -110,19 +110,19 @@ public final class g extends v.d.a { } public String toString() { - 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.f1330c); - 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, "}"); + 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.f1329c); + 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, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/h.java b/app/src/main/java/c/i/c/m/d/m/h.java index 0dd0a0b4ee..3e1e327dc5 100644 --- a/app/src/main/java/c/i/c/m/d/m/h.java +++ b/app/src/main/java/c/i/c/m/d/m/h.java @@ -3,8 +3,8 @@ package c.i.c.m.d.m; import androidx.annotation.NonNull; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Application_Organization */ -public final class h extends v.d.a.AbstractC0134a { - @Override // c.i.c.m.d.m.v.d.a.AbstractC0134a +public final class h extends v.d.a.AbstractC0135a { + @Override // c.i.c.m.d.m.v.d.a.AbstractC0135a @NonNull public String a() { return null; @@ -14,10 +14,10 @@ public final class h extends v.d.a.AbstractC0134a { if (obj == this) { return true; } - if (!(obj instanceof v.d.a.AbstractC0134a)) { + if (!(obj instanceof v.d.a.AbstractC0135a)) { return false; } - ((v.d.a.AbstractC0134a) obj).a(); + ((v.d.a.AbstractC0135a) obj).a(); throw null; } 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 895504d756..5d80646d67 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 f1331c; + public final int f1330c; 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 f1332c; + public Integer f1331c; public Long d; public Long e; public Boolean f; @@ -35,7 +35,7 @@ public final class i extends v.d.c { if (this.b == null) { str = c.d.b.a.a.s(str, " model"); } - if (this.f1332c == null) { + if (this.f1331c == null) { str = c.d.b.a.a.s(str, " cores"); } if (this.d == null) { @@ -57,7 +57,7 @@ public final class i extends v.d.c { str = c.d.b.a.a.s(str, " modelClass"); } if (str.isEmpty()) { - return new i(this.a.intValue(), this.b, this.f1332c.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.f1331c.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.s("Missing required properties:", str)); } @@ -66,7 +66,7 @@ public final class i extends v.d.c { public i(int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3, a aVar) { this.a = i; this.b = str; - this.f1331c = i2; + this.f1330c = 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.f1331c; + return this.f1330c; } @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.f1331c == 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.f1330c == 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.f1331c) * 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.f1330c) * 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 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.f1331c); - 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, "}"); + 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.f1330c); + 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, "}"); } } 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 f4000897a3..0e6a73cd68 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 @@ -4,47 +4,47 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event */ -public final class j extends v.d.AbstractC0135d { +public final class j extends v.d.AbstractC0136d { public final long a; public final String b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0135d.a f1333c; - public final v.d.AbstractC0135d.b d; - public final v.d.AbstractC0135d.c e; + public final v.d.AbstractC0136d.a f1332c; + public final v.d.AbstractC0136d.b d; + public final v.d.AbstractC0136d.c e; - public j(long j, String str, v.d.AbstractC0135d.a aVar, v.d.AbstractC0135d.b bVar, v.d.AbstractC0135d.c cVar, a aVar2) { + public j(long j, String str, v.d.AbstractC0136d.a aVar, v.d.AbstractC0136d.b bVar, v.d.AbstractC0136d.c cVar, a aVar2) { this.a = j; this.b = str; - this.f1333c = aVar; + this.f1332c = aVar; this.d = bVar; this.e = cVar; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d + @Override // c.i.c.m.d.m.v.d.AbstractC0136d @NonNull - public v.d.AbstractC0135d.a a() { - return this.f1333c; + public v.d.AbstractC0136d.a a() { + return this.f1332c; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d + @Override // c.i.c.m.d.m.v.d.AbstractC0136d @NonNull - public v.d.AbstractC0135d.b b() { + public v.d.AbstractC0136d.b b() { return this.d; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d + @Override // c.i.c.m.d.m.v.d.AbstractC0136d @Nullable - public v.d.AbstractC0135d.c c() { + public v.d.AbstractC0136d.c c() { return this.e; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d + @Override // c.i.c.m.d.m.v.d.AbstractC0136d public long d() { return this.a; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d + @Override // c.i.c.m.d.m.v.d.AbstractC0136d @NonNull public String e() { return this.b; @@ -54,12 +54,12 @@ public final class j extends v.d.AbstractC0135d { if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d)) { + if (!(obj instanceof v.d.AbstractC0136d)) { return false; } - v.d.AbstractC0135d dVar = (v.d.AbstractC0135d) obj; - if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1333c.equals(dVar.a()) && this.d.equals(dVar.b())) { - v.d.AbstractC0135d.c cVar = this.e; + v.d.AbstractC0136d dVar = (v.d.AbstractC0136d) obj; + if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1332c.equals(dVar.a()) && this.d.equals(dVar.b())) { + v.d.AbstractC0136d.c cVar = this.e; if (cVar == null) { if (dVar.c() == null) { return true; @@ -73,23 +73,23 @@ public final class j extends v.d.AbstractC0135d { public int hashCode() { long j = this.a; - int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1333c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; - v.d.AbstractC0135d.c cVar = this.e; + int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1332c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; + v.d.AbstractC0136d.c cVar = this.e; return (cVar == null ? 0 : cVar.hashCode()) ^ hashCode; } public String 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.f1333c); - K.append(", device="); - K.append(this.d); - K.append(", log="); - K.append(this.e); - K.append("}"); - return K.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.f1332c); + L.append(", device="); + L.append(this.d); + L.append(", log="); + L.append(this.e); + L.append("}"); + return L.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 1bf9902a1f..0c7e1a3dc8 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 @@ -4,77 +4,77 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application */ -public final class k extends v.d.AbstractC0135d.a { - public final v.d.AbstractC0135d.a.b a; +public final class k extends v.d.AbstractC0136d.a { + public final v.d.AbstractC0136d.a.b a; public final w b; /* renamed from: c reason: collision with root package name */ - public final Boolean f1334c; + public final Boolean f1333c; public final int d; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application */ - public static final class b extends v.d.AbstractC0135d.a.AbstractC0136a { - public v.d.AbstractC0135d.a.b a; + public static final class b extends v.d.AbstractC0136d.a.AbstractC0137a { + public v.d.AbstractC0136d.a.b a; public w b; /* renamed from: c reason: collision with root package name */ - public Boolean f1335c; + public Boolean f1334c; public Integer d; public b() { } - public b(v.d.AbstractC0135d.a aVar, a aVar2) { + public b(v.d.AbstractC0136d.a aVar, a aVar2) { k kVar = (k) aVar; this.a = kVar.a; this.b = kVar.b; - this.f1335c = kVar.f1334c; + this.f1334c = kVar.f1333c; this.d = Integer.valueOf(kVar.d); } - public v.d.AbstractC0135d.a a() { + public v.d.AbstractC0136d.a a() { String str = this.a == null ? " execution" : ""; if (this.d == null) { str = c.d.b.a.a.s(str, " uiOrientation"); } if (str.isEmpty()) { - return new k(this.a, this.b, this.f1335c, this.d.intValue(), null); + return new k(this.a, this.b, this.f1334c, this.d.intValue(), null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } } - public k(v.d.AbstractC0135d.a.b bVar, w wVar, Boolean bool, int i, a aVar) { + public k(v.d.AbstractC0136d.a.b bVar, w wVar, Boolean bool, int i, a aVar) { this.a = bVar; this.b = wVar; - this.f1334c = bool; + this.f1333c = bool; this.d = i; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a @Nullable public Boolean a() { - return this.f1334c; + return this.f1333c; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a @Nullable public w b() { return this.b; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a @NonNull - public v.d.AbstractC0135d.a.b c() { + public v.d.AbstractC0136d.a.b c() { return this.a; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a public int d() { return this.d; } - public v.d.AbstractC0135d.a.AbstractC0136a e() { + public v.d.AbstractC0136d.a.AbstractC0137a e() { return new b(this, null); } @@ -84,11 +84,11 @@ public final class k extends v.d.AbstractC0135d.a { if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d.a)) { + if (!(obj instanceof v.d.AbstractC0136d.a)) { return false; } - v.d.AbstractC0135d.a aVar = (v.d.AbstractC0135d.a) obj; - return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1334c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); + v.d.AbstractC0136d.a aVar = (v.d.AbstractC0136d.a) obj; + return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1333c) != 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.AbstractC0135d.a { w wVar = this.b; int i = 0; int hashCode2 = (hashCode ^ (wVar == null ? 0 : wVar.hashCode())) * 1000003; - Boolean bool = this.f1334c; + Boolean bool = this.f1333c; if (bool != null) { i = bool.hashCode(); } @@ -104,13 +104,13 @@ public final class k extends v.d.AbstractC0135d.a { } public String toString() { - 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.f1334c); - K.append(", uiOrientation="); - return c.d.b.a.a.w(K, this.d, "}"); + 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.f1333c); + L.append(", uiOrientation="); + return c.d.b.a.a.w(L, 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 c41286ecdb..ff99484009 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 @@ -3,42 +3,42 @@ package c.i.c.m.d.m; import androidx.annotation.NonNull; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application_Execution */ -public final class l extends v.d.AbstractC0135d.a.b { - public final w a; - public final v.d.AbstractC0135d.a.b.AbstractC0138b b; +public final class l extends v.d.AbstractC0136d.a.b { + public final w a; + public final v.d.AbstractC0136d.a.b.AbstractC0139b b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0135d.a.b.c f1336c; - public final w d; + public final v.d.AbstractC0136d.a.b.c f1335c; + public final w d; - public l(w wVar, v.d.AbstractC0135d.a.b.AbstractC0138b bVar, v.d.AbstractC0135d.a.b.c cVar, w wVar2, a aVar) { + public l(w wVar, v.d.AbstractC0136d.a.b.AbstractC0139b bVar, v.d.AbstractC0136d.a.b.c cVar, w wVar2, a aVar) { this.a = wVar; this.b = bVar; - this.f1336c = cVar; + this.f1335c = cVar; this.d = wVar2; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b @NonNull - public w a() { + public w a() { return this.d; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b @NonNull - public v.d.AbstractC0135d.a.b.AbstractC0138b b() { + public v.d.AbstractC0136d.a.b.AbstractC0139b b() { return this.b; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b @NonNull - public v.d.AbstractC0135d.a.b.c c() { - return this.f1336c; + public v.d.AbstractC0136d.a.b.c c() { + return this.f1335c; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b @NonNull - public w d() { + public w d() { return this.a; } @@ -46,27 +46,27 @@ public final class l extends v.d.AbstractC0135d.a.b { if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d.a.b)) { + if (!(obj instanceof v.d.AbstractC0136d.a.b)) { return false; } - v.d.AbstractC0135d.a.b bVar = (v.d.AbstractC0135d.a.b) obj; - return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1336c.equals(bVar.c()) && this.d.equals(bVar.a()); + v.d.AbstractC0136d.a.b bVar = (v.d.AbstractC0136d.a.b) obj; + return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1335c.equals(bVar.c()) && this.d.equals(bVar.a()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1336c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1335c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String 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.f1336c); - K.append(", binaries="); - K.append(this.d); - K.append("}"); - return K.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.f1335c); + L.append(", binaries="); + L.append(this.d); + L.append("}"); + return L.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 3661614c50..9abd86180f 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 @@ -4,39 +4,39 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application_Execution_BinaryImage */ -public final class m extends v.d.AbstractC0135d.a.b.AbstractC0137a { +public final class m extends v.d.AbstractC0136d.a.b.AbstractC0138a { public final long a; public final long b; /* renamed from: c reason: collision with root package name */ - public final String f1337c; + public final String f1336c; public final String d; public m(long j, long j2, String str, String str2, a aVar) { this.a = j; this.b = j2; - this.f1337c = str; + this.f1336c = str; this.d = str2; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0137a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0138a @NonNull public long a() { return this.a; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0137a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0138a @NonNull public String b() { - return this.f1337c; + return this.f1336c; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0137a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0138a public long c() { return this.b; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0137a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0138a @Nullable public String d() { return this.d; @@ -46,11 +46,11 @@ public final class m extends v.d.AbstractC0135d.a.b.AbstractC0137a { if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d.a.b.AbstractC0137a)) { + if (!(obj instanceof v.d.AbstractC0136d.a.b.AbstractC0138a)) { return false; } - v.d.AbstractC0135d.a.b.AbstractC0137a aVar = (v.d.AbstractC0135d.a.b.AbstractC0137a) obj; - if (this.a == aVar.a() && this.b == aVar.c() && this.f1337c.equals(aVar.b())) { + v.d.AbstractC0136d.a.b.AbstractC0138a aVar = (v.d.AbstractC0136d.a.b.AbstractC0138a) obj; + if (this.a == aVar.a() && this.b == aVar.c() && this.f1336c.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.AbstractC0135d.a.b.AbstractC0137a { 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.f1337c.hashCode()) * 1000003; + int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f1336c.hashCode()) * 1000003; String str = this.d; return (str == null ? 0 : str.hashCode()) ^ hashCode; } public String toString() { - 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.f1337c); - K.append(", uuid="); - return c.d.b.a.a.C(K, this.d, "}"); + 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.f1336c); + L.append(", uuid="); + return c.d.b.a.a.D(L, 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 437af7925a..c4ec0a954e 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 @@ -4,47 +4,47 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application_Execution_Exception */ -public final class n extends v.d.AbstractC0135d.a.b.AbstractC0138b { +public final class n extends v.d.AbstractC0136d.a.b.AbstractC0139b { public final String a; public final String b; /* renamed from: c reason: collision with root package name */ - public final w f1338c; - public final v.d.AbstractC0135d.a.b.AbstractC0138b d; + public final w f1337c; + public final v.d.AbstractC0136d.a.b.AbstractC0139b d; public final int e; - public n(String str, String str2, w wVar, v.d.AbstractC0135d.a.b.AbstractC0138b bVar, int i, a aVar) { + public n(String str, String str2, w wVar, v.d.AbstractC0136d.a.b.AbstractC0139b bVar, int i, a aVar) { this.a = str; this.b = str2; - this.f1338c = wVar; + this.f1337c = wVar; this.d = bVar; this.e = i; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0138b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0139b @Nullable - public v.d.AbstractC0135d.a.b.AbstractC0138b a() { + public v.d.AbstractC0136d.a.b.AbstractC0139b a() { return this.d; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0138b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0139b @NonNull - public w b() { - return this.f1338c; + public w b() { + return this.f1337c; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0138b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0139b public int c() { return this.e; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0138b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0139b @Nullable public String d() { return this.b; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0138b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0139b @NonNull public String e() { return this.a; @@ -52,23 +52,23 @@ public final class n extends v.d.AbstractC0135d.a.b.AbstractC0138b { public boolean equals(Object obj) { String str; - v.d.AbstractC0135d.a.b.AbstractC0138b bVar; + v.d.AbstractC0136d.a.b.AbstractC0139b bVar; if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d.a.b.AbstractC0138b)) { + if (!(obj instanceof v.d.AbstractC0136d.a.b.AbstractC0139b)) { return false; } - v.d.AbstractC0135d.a.b.AbstractC0138b bVar2 = (v.d.AbstractC0135d.a.b.AbstractC0138b) obj; - return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1338c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); + v.d.AbstractC0136d.a.b.AbstractC0139b bVar2 = (v.d.AbstractC0136d.a.b.AbstractC0139b) obj; + return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1337c.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.f1338c.hashCode()) * 1000003; - v.d.AbstractC0135d.a.b.AbstractC0138b bVar = this.d; + int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f1337c.hashCode()) * 1000003; + v.d.AbstractC0136d.a.b.AbstractC0139b bVar = this.d; if (bVar != null) { i = bVar.hashCode(); } @@ -76,15 +76,15 @@ public final class n extends v.d.AbstractC0135d.a.b.AbstractC0138b { } public String toString() { - 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.f1338c); - K.append(", causedBy="); - K.append(this.d); - K.append(", overflowCount="); - return c.d.b.a.a.w(K, this.e, "}"); + 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.f1337c); + L.append(", causedBy="); + L.append(this.d); + L.append(", overflowCount="); + return c.d.b.a.a.w(L, 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 d0504539e1..39e1c76cf7 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 @@ -3,32 +3,32 @@ package c.i.c.m.d.m; import androidx.annotation.NonNull; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application_Execution_Signal */ -public final class o extends v.d.AbstractC0135d.a.b.c { +public final class o extends v.d.AbstractC0136d.a.b.c { public final String a; public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1339c; + public final long f1338c; public o(String str, String str2, long j, a aVar) { this.a = str; this.b = str2; - this.f1339c = j; + this.f1338c = j; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.c + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.c @NonNull public long a() { - return this.f1339c; + return this.f1338c; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.c + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.c @NonNull public String b() { return this.b; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.c + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.c @NonNull public String c() { return this.a; @@ -38,24 +38,24 @@ public final class o extends v.d.AbstractC0135d.a.b.c { if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d.a.b.c)) { + if (!(obj instanceof v.d.AbstractC0136d.a.b.c)) { return false; } - v.d.AbstractC0135d.a.b.c cVar = (v.d.AbstractC0135d.a.b.c) obj; - return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1339c == cVar.a(); + v.d.AbstractC0136d.a.b.c cVar = (v.d.AbstractC0136d.a.b.c) obj; + return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1338c == cVar.a(); } public int hashCode() { - long j = this.f1339c; + long j = this.f1338c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32))); } public String toString() { - 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.f1339c, "}"); + 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.y(L, this.f1338c, "}"); } } 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 fa033c21ca..dfb72ddb7b 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 @@ -3,31 +3,31 @@ package c.i.c.m.d.m; import androidx.annotation.NonNull; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application_Execution_Thread */ -public final class p extends v.d.AbstractC0135d.a.b.AbstractC0139d { +public final class p extends v.d.AbstractC0136d.a.b.AbstractC0140d { public final String a; public final int b; /* renamed from: c reason: collision with root package name */ - public final w f1340c; + public final w f1339c; public p(String str, int i, w wVar, a aVar) { this.a = str; this.b = i; - this.f1340c = wVar; + this.f1339c = wVar; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0139d + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d @NonNull - public w a() { - return this.f1340c; + public w a() { + return this.f1339c; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0139d + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d public int b() { return this.b; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0139d + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d @NonNull public String c() { return this.a; @@ -37,25 +37,25 @@ public final class p extends v.d.AbstractC0135d.a.b.AbstractC0139d { if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d.a.b.AbstractC0139d)) { + if (!(obj instanceof v.d.AbstractC0136d.a.b.AbstractC0140d)) { return false; } - v.d.AbstractC0135d.a.b.AbstractC0139d dVar = (v.d.AbstractC0135d.a.b.AbstractC0139d) obj; - return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1340c.equals(dVar.a()); + v.d.AbstractC0136d.a.b.AbstractC0140d dVar = (v.d.AbstractC0136d.a.b.AbstractC0140d) obj; + return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1339c.equals(dVar.a()); } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1340c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1339c.hashCode(); } public String 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.f1340c); - K.append("}"); - return K.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.f1339c); + L.append("}"); + return L.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 2bdc4edee9..21701ee7cf 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 @@ -4,26 +4,26 @@ import androidx.annotation.NonNull; import androidx.annotation.Nullable; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application_Execution_Thread_Frame */ -public final class q extends v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a { +public final class q extends v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a { public final long a; public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1341c; + public final String f1340c; public final long d; public final int e; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application_Execution_Thread_Frame */ - public static final class b extends v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a.AbstractC0141a { + public static final class b extends v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a.AbstractC0142a { public Long a; public String b; /* renamed from: c reason: collision with root package name */ - public String f1342c; + public String f1341c; public Long d; public Integer e; - public v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a a() { + public v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a a() { String str = this.a == null ? " pc" : ""; if (this.b == null) { str = c.d.b.a.a.s(str, " symbol"); @@ -35,7 +35,7 @@ public final class q extends v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140 str = c.d.b.a.a.s(str, " importance"); } if (str.isEmpty()) { - return new q(this.a.longValue(), this.b, this.f1342c, this.d.longValue(), this.e.intValue(), null); + return new q(this.a.longValue(), this.b, this.f1341c, this.d.longValue(), this.e.intValue(), null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @@ -44,33 +44,33 @@ public final class q extends v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140 public q(long j, String str, String str2, long j2, int i, a aVar) { this.a = j; this.b = str; - this.f1341c = str2; + this.f1340c = str2; this.d = j2; this.e = i; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a @Nullable public String a() { - return this.f1341c; + return this.f1340c; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a public int b() { return this.e; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a public long c() { return this.d; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a public long d() { return this.a; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a @NonNull public String e() { return this.b; @@ -81,32 +81,32 @@ public final class q extends v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140 if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a)) { + if (!(obj instanceof v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a)) { return false; } - v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a aVar = (v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a) obj; - return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1341c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); + v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a aVar = (v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a) obj; + return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1340c) != 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.f1341c; + String str = this.f1340c; 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 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.f1341c); - K.append(", offset="); - K.append(this.d); - K.append(", importance="); - return c.d.b.a.a.w(K, this.e, "}"); + 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.f1340c); + L.append(", offset="); + L.append(this.d); + L.append(", importance="); + return c.d.b.a.a.w(L, 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 cc2dff5b19..177efa6707 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 @@ -3,30 +3,30 @@ package c.i.c.m.d.m; import androidx.annotation.Nullable; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Device */ -public final class r extends v.d.AbstractC0135d.b { +public final class r extends v.d.AbstractC0136d.b { public final Double a; public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1343c; + public final boolean f1342c; public final int d; public final long e; public final long f; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Device */ - public static final class b extends v.d.AbstractC0135d.b.a { + public static final class b extends v.d.AbstractC0136d.b.a { public Double a; public Integer b; /* renamed from: c reason: collision with root package name */ - public Boolean f1344c; + public Boolean f1343c; public Integer d; public Long e; public Long f; - public v.d.AbstractC0135d.b a() { + public v.d.AbstractC0136d.b a() { String str = this.b == null ? " batteryVelocity" : ""; - if (this.f1344c == null) { + if (this.f1343c == null) { str = c.d.b.a.a.s(str, " proximityOn"); } if (this.d == null) { @@ -39,7 +39,7 @@ public final class r extends v.d.AbstractC0135d.b { str = c.d.b.a.a.s(str, " diskUsed"); } if (str.isEmpty()) { - return new r(this.a, this.b.intValue(), this.f1344c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); + return new r(this.a, this.b.intValue(), this.f1343c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @@ -48,34 +48,34 @@ public final class r extends v.d.AbstractC0135d.b { public r(Double d, int i, boolean z2, int i2, long j, long j2, a aVar) { this.a = d; this.b = i; - this.f1343c = z2; + this.f1342c = z2; this.d = i2; this.e = j; this.f = j2; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.b @Nullable public Double a() { return this.a; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.b public int b() { return this.b; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.b public long c() { return this.f; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.b public int d() { return this.d; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.b public long e() { return this.e; } @@ -84,45 +84,45 @@ public final class r extends v.d.AbstractC0135d.b { if (obj == this) { return true; } - if (!(obj instanceof v.d.AbstractC0135d.b)) { + if (!(obj instanceof v.d.AbstractC0136d.b)) { return false; } - v.d.AbstractC0135d.b bVar = (v.d.AbstractC0135d.b) obj; + v.d.AbstractC0136d.b bVar = (v.d.AbstractC0136d.b) obj; Double d = this.a; if (d != null ? d.equals(bVar.a()) : bVar.a() == null) { - if (this.b == bVar.b() && this.f1343c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { + if (this.b == bVar.b() && this.f1342c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { return true; } } return false; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.b + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.b public boolean f() { - return this.f1343c; + return this.f1342c; } public int hashCode() { Double d = this.a; int hashCode = ((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.b) * 1000003; - int i = this.f1343c ? 1231 : 1237; + int i = this.f1342c ? 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 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.f1343c); - 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, "}"); + 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.f1342c); + L.append(", orientation="); + L.append(this.d); + L.append(", ramUsed="); + L.append(this.e); + L.append(", diskUsed="); + return c.d.b.a.a.y(L, 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 547c48805e..fdf8ab4606 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 @@ -3,14 +3,14 @@ package c.i.c.m.d.m; import androidx.annotation.NonNull; import c.i.c.m.d.m.v; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Log */ -public final class s extends v.d.AbstractC0135d.c { +public final class s extends v.d.AbstractC0136d.c { public final String a; public s(String str, a aVar) { this.a = str; } - @Override // c.i.c.m.d.m.v.d.AbstractC0135d.c + @Override // c.i.c.m.d.m.v.d.AbstractC0136d.c @NonNull public String a() { return this.a; @@ -20,8 +20,8 @@ public final class s extends v.d.AbstractC0135d.c { if (obj == this) { return true; } - if (obj instanceof v.d.AbstractC0135d.c) { - return this.a.equals(((v.d.AbstractC0135d.c) obj).a()); + if (obj instanceof v.d.AbstractC0136d.c) { + return this.a.equals(((v.d.AbstractC0136d.c) obj).a()); } return false; } @@ -31,6 +31,6 @@ public final class s extends v.d.AbstractC0135d.c { } public String toString() { - return c.d.b.a.a.C(c.d.b.a.a.K("Log{content="), this.a, "}"); + return c.d.b.a.a.D(c.d.b.a.a.L("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 35b1b95c94..484fdeb99a 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 f1345c; + public final String f1344c; public final boolean d; public t(int i, String str, String str2, boolean z2, a aVar) { this.a = i; this.b = str; - this.f1345c = str2; + this.f1344c = str2; this.d = z2; } @Override // c.i.c.m.d.m.v.d.e @NonNull public String a() { - return this.f1345c; + return this.f1344c; } @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.f1345c.equals(eVar.a()) && this.d == eVar.d(); + return this.a == eVar.b() && this.b.equals(eVar.c()) && this.f1344c.equals(eVar.a()) && this.d == eVar.d(); } public int hashCode() { - return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1345c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); + return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1344c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); } public String toString() { - 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.f1345c); - K.append(", jailbroken="); - return c.d.b.a.a.F(K, this.d, "}"); + 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.f1344c); + L.append(", jailbroken="); + return c.d.b.a.a.G(L, 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 204a558746..13aee4e61f 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.C(c.d.b.a.a.K("User{identifier="), this.a, "}"); + return c.d.b.a.a.D(c.d.b.a.a.L("User{identifier="), this.a, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/v.java b/app/src/main/java/c/i/c/m/d/m/v.java index af76b73066..9ee87b3590 100644 --- a/app/src/main/java/c/i/c/m/d/m/v.java +++ b/app/src/main/java/c/i/c/m/d/m/v.java @@ -61,7 +61,7 @@ public abstract class v { /* compiled from: CrashlyticsReport */ @AutoValue /* renamed from: c.i.c.m.d.m.v$d$a$a reason: collision with other inner class name */ - public static abstract class AbstractC0134a { + public static abstract class AbstractC0135a { @NonNull public abstract String a(); } @@ -82,7 +82,7 @@ public abstract class v { public abstract String e(); @Nullable - public abstract AbstractC0134a f(); + public abstract AbstractC0135a f(); @NonNull public abstract String g(); @@ -130,7 +130,7 @@ public abstract class v { /* compiled from: CrashlyticsReport */ @AutoValue /* renamed from: c.i.c.m.d.m.v$d$d reason: collision with other inner class name */ - public static abstract class AbstractC0135d { + public static abstract class AbstractC0136d { /* compiled from: CrashlyticsReport */ @AutoValue @@ -140,7 +140,7 @@ public abstract class v { /* compiled from: CrashlyticsReport */ @AutoValue.Builder /* renamed from: c.i.c.m.d.m.v$d$d$a$a reason: collision with other inner class name */ - public static abstract class AbstractC0136a { + public static abstract class AbstractC0137a { } /* compiled from: CrashlyticsReport */ @@ -151,7 +151,7 @@ public abstract class v { /* compiled from: CrashlyticsReport */ @AutoValue /* renamed from: c.i.c.m.d.m.v$d$d$a$b$a reason: collision with other inner class name */ - public static abstract class AbstractC0137a { + public static abstract class AbstractC0138a { @NonNull public abstract long a(); @@ -167,12 +167,12 @@ public abstract class v { /* compiled from: CrashlyticsReport */ @AutoValue /* renamed from: c.i.c.m.d.m.v$d$d$a$b$b reason: collision with other inner class name */ - public static abstract class AbstractC0138b { + public static abstract class AbstractC0139b { @Nullable - public abstract AbstractC0138b a(); + public abstract AbstractC0139b a(); @NonNull - public abstract w b(); + public abstract w b(); public abstract int c(); @@ -200,17 +200,17 @@ public abstract class v { /* compiled from: CrashlyticsReport */ @AutoValue /* renamed from: c.i.c.m.d.m.v$d$d$a$b$d reason: collision with other inner class name */ - public static abstract class AbstractC0139d { + public static abstract class AbstractC0140d { /* compiled from: CrashlyticsReport */ @AutoValue /* renamed from: c.i.c.m.d.m.v$d$d$a$b$d$a reason: collision with other inner class name */ - public static abstract class AbstractC0140a { + public static abstract class AbstractC0141a { /* compiled from: CrashlyticsReport */ @AutoValue.Builder /* renamed from: c.i.c.m.d.m.v$d$d$a$b$d$a$a reason: collision with other inner class name */ - public static abstract class AbstractC0141a { + public static abstract class AbstractC0142a { } @Nullable @@ -227,7 +227,7 @@ public abstract class v { } @NonNull - public abstract w a(); + public abstract w a(); public abstract int b(); @@ -236,16 +236,16 @@ public abstract class v { } @NonNull - public abstract w a(); + public abstract w a(); @NonNull - public abstract AbstractC0138b b(); + public abstract AbstractC0139b b(); @NonNull public abstract c c(); @NonNull - public abstract w d(); + public abstract w d(); } @Nullable @@ -339,7 +339,7 @@ public abstract class v { public abstract Long c(); @Nullable - public abstract w d(); + public abstract w d(); @NonNull public abstract String e(); @@ -402,7 +402,7 @@ public abstract class v { bVar.g = new u(str, null); bVar.a(); } - ((b.C0133b) i).g = l.a(); + ((b.C0134b) i).g = l.a(); } return i.a(); } 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 ae69032bcc..df4436a4e6 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 @@ -67,7 +67,7 @@ public class h { /* JADX WARNING: Removed duplicated region for block: B:261:0x0209 A[SYNTHETIC] */ /* JADX WARNING: Removed duplicated region for block: B:267:0x01e9 A[SYNTHETIC] */ @NonNull - public static v.d.AbstractC0135d b(@NonNull JsonReader jsonReader) throws IOException { + public static v.d.AbstractC0136d b(@NonNull JsonReader jsonReader) throws IOException { char c2; char c3; char c4; @@ -78,7 +78,7 @@ public class h { Integer num = 0; String str = null; k kVar = null; - v.d.AbstractC0135d.b bVar = null; + v.d.AbstractC0136d.b bVar = null; s sVar = null; while (true) { String str2 = ""; @@ -191,7 +191,7 @@ public class h { } else if (c3 != 5) { jsonReader.skipValue(); } else { - bVar2.f1344c = Boolean.valueOf(jsonReader.nextBoolean()); + bVar2.f1343c = Boolean.valueOf(jsonReader.nextBoolean()); } } jsonReader.endObject(); @@ -243,7 +243,7 @@ public class h { bool = Boolean.valueOf(jsonReader.nextBoolean()); } else if (c4 == 1) { jsonReader.beginObject(); - v.d.AbstractC0135d.a.b.AbstractC0138b bVar3 = null; + v.d.AbstractC0136d.a.b.AbstractC0139b bVar3 = null; o oVar = null; w wVar2 = null; w wVar3 = null; @@ -441,13 +441,13 @@ public class h { } @NonNull - public static v.d.AbstractC0135d.a.b.AbstractC0138b c(@NonNull JsonReader jsonReader) throws IOException { + public static v.d.AbstractC0136d.a.b.AbstractC0139b c(@NonNull JsonReader jsonReader) throws IOException { jsonReader.beginObject(); Integer num = null; String str = null; String str2 = null; w wVar = null; - v.d.AbstractC0135d.a.b.AbstractC0138b bVar = null; + v.d.AbstractC0136d.a.b.AbstractC0139b bVar = null; while (jsonReader.hasNext()) { String nextName = jsonReader.nextName(); nextName.hashCode(); @@ -522,7 +522,7 @@ public class h { } @NonNull - public static v.d.AbstractC0135d.a.b.AbstractC0139d.AbstractC0140a d(@NonNull JsonReader jsonReader) throws IOException { + public static v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a d(@NonNull JsonReader jsonReader) throws IOException { q.b bVar = new q.b(); jsonReader.beginObject(); while (jsonReader.hasNext()) { @@ -574,7 +574,7 @@ public class h { bVar.a = Long.valueOf(jsonReader.nextLong()); break; case 3: - bVar.f1342c = jsonReader.nextString(); + bVar.f1341c = jsonReader.nextString(); break; case 4: bVar.e = Integer.valueOf(jsonReader.nextInt()); @@ -599,7 +599,7 @@ public class h { String str2; char c6; Charset charset = v.a; - b.C0133b bVar = new b.C0133b(); + b.C0134b bVar = new b.C0134b(); jsonReader.beginObject(); while (jsonReader.hasNext()) { String nextName = jsonReader.nextName(); @@ -711,7 +711,7 @@ public class h { bVar.d = nextString4; break; case 5: - bVar.f1327c = Integer.valueOf(jsonReader.nextInt()); + bVar.f1326c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString5 = jsonReader.nextString(); @@ -810,7 +810,7 @@ public class h { switch (c3) { case 0: str = str3; - bVar2.f1329c = Long.valueOf(jsonReader.nextLong()); + bVar2.f1328c = Long.valueOf(jsonReader.nextLong()); break; case 1: str = str3; @@ -914,7 +914,7 @@ public class h { bVar3.e = Long.valueOf(jsonReader.nextLong()); break; case 5: - bVar3.f1332c = Integer.valueOf(jsonReader.nextInt()); + bVar3.f1331c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString7 = jsonReader.nextString(); diff --git a/app/src/main/java/c/i/c/m/d/n/a.java b/app/src/main/java/c/i/c/m/d/n/a.java index fcfb690e17..8c13c9af66 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 @@ -4,11 +4,10 @@ import c.c.a.y.b; import com.discord.models.domain.ModelAuditLogEntry; import d0.z.d.m; import f0.d; -import f0.f0.c; -import f0.f0.g.e; +import f0.e0.c; +import f0.e0.g.e; import f0.w; import f0.x; -import f0.z; import java.io.File; import java.io.IOException; import java.util.HashMap; @@ -17,6 +16,7 @@ import java.util.Objects; import java.util.concurrent.TimeUnit; import okhttp3.MediaType; import okhttp3.MultipartBody; +import okhttp3.Request; import okhttp3.RequestBody; import okhttp3.Response; import okhttp3.ResponseBody; @@ -26,7 +26,7 @@ public class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1346c; + public final String f1345c; public final Map d; public final Map e; public MultipartBody.a f = null; @@ -42,14 +42,14 @@ 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.f1346c = str; + this.f1345c = str; this.d = map; this.e = new HashMap(); } public c a() throws IOException { w wVar; - z.a aVar = new z.a(); + Request.a aVar = new Request.a(); d dVar = new d(true, false, -1, -1, false, false, false, -1, -1, false, false, false, null, null); m.checkParameterIsNotNull(dVar, "cacheControl"); String dVar2 = dVar.toString(); @@ -58,7 +58,7 @@ public class a { } else { aVar.b("Cache-Control", dVar2); } - String str = this.f1346c; + String str = this.f1345c; m.checkParameterIsNotNull(str, "$this$toHttpUrlOrNull"); String str2 = null; try { @@ -105,7 +105,7 @@ public class a { } public a c(String str, String str2, String str3, File file) { - MediaType.a aVar = MediaType.f2904c; + MediaType.a aVar = MediaType.f2906c; 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 fbd2c081b1..22c244ab58 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 f1347c; + public Headers f1346c; public c(int i, String str, Headers headers) { this.a = i; this.b = str; - this.f1347c = headers; + this.f1346c = 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 2a3ecefa4c..9b37571069 100644 --- a/app/src/main/java/c/i/c/m/d/o/g.java +++ b/app/src/main/java/c/i/c/m/d/o/g.java @@ -27,7 +27,7 @@ public class g { public static final int b = 15; /* renamed from: c reason: collision with root package name */ - public static final h f1348c = new h(); + public static final h f1347c = 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 2dd9495cb2..c84d206404 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 @@ -24,9 +24,9 @@ public class b extends FileOutputStream { super(new File(file, c.d.b.a.a.s(str, ".cls_temp"))); StringBuilder sb = new StringBuilder(); sb.append(file); - 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")); + String D = c.d.b.a.a.D(sb, File.separator, str); + this.j = D; + this.k = new File(c.d.b.a.a.s(D, ".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 cd0b1e0d66..8aa7be76b2 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.f1358c) { + for (StackTraceElement stackTraceElement : eVar.f1357c) { 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.f1358c) { + for (StackTraceElement stackTraceElement : eVar.f1357c) { 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 12b3935524..bc0cbafd55 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 f1349c; + public final String f1348c; public final String d; public final int e; public final a f; @@ -26,7 +26,7 @@ public class b { /* compiled from: ReportUploader */ /* renamed from: c.i.c.m.d.q.b$b reason: collision with other inner class name */ - public interface AbstractC0142b { + public interface AbstractC0143b { } /* compiled from: ReportUploader */ @@ -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 K = c.d.b.a.a.K("Starting report processing in "); - K.append(this.k); - K.append(" second(s)..."); - bVar.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Starting report processing in "); + L.append(this.k); + L.append(" second(s)..."); + bVar.b(L.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 K2 = c.d.b.a.a.K("Attempting to send "); - K2.append(list.size()); - K2.append(" report(s)"); - bVar2.b(K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Attempting to send "); + L2.append(list.size()); + L2.append(" report(s)"); + bVar2.b(L2.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.f1349c = str; + this.f1348c = 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.f1349c, this.d, cVar); + c.i.c.m.d.q.c.a aVar = new c.i.c.m.d.q.c.a(this.f1348c, 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 84bf20f6bd..db4c6a76de 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 f1350c; + public final c f1349c; public a(@Nullable String str, String str2, c cVar) { this.a = str; this.b = str2; - this.f1350c = cVar; + this.f1349c = 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 b85ce68f13..516521c376 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 K = a.K("Removing native report file at "); - K.append(file.getPath()); - bVar.b(K.toString()); + StringBuilder L = a.L("Removing native report file at "); + L.append(file.getPath()); + bVar.b(L.toString()); file.delete(); } c.i.c.m.d.b bVar2 = c.i.c.m.d.b.a; - StringBuilder K2 = a.K("Removing native report directory at "); - K2.append(this.a); - bVar2.b(K2.toString()); + StringBuilder L2 = a.L("Removing native report directory at "); + L2.append(this.a); + bVar2.b(L2.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 476f53d7f9..213295e81c 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 f1351c; + public final Map f1350c; public d(File file, Map map) { this.a = file; this.b = new File[]{file}; - this.f1351c = new HashMap(map); + this.f1350c = 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.f1351c); + return Collections.unmodifiableMap(this.f1350c); } @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 K = a.K("Removing report at "); - K.append(this.a.getPath()); - bVar.b(K.toString()); + StringBuilder L = a.L("Removing report at "); + L.append(this.a.getPath()); + bVar.b(L.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 e6e1cdc209..037e794c71 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.f1350c.d()); + int h = b.h(aVar.f1349c.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 d72cb3d7f2..cb3faa5a59 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.f1350c.b().entrySet()) { + for (Map.Entry entry : aVar.f1349c.b().entrySet()) { b.e.put(entry.getKey(), entry.getValue()); } - c.i.c.m.d.q.c.c cVar = aVar.f1350c; + c.i.c.m.d.q.c.c cVar = aVar.f1349c; 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 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()); + 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()); 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 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()); + 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()); 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 K3 = c.d.b.a.a.K("Sending report to: "); - K3.append(this.b); - bVar3.b(K3.toString()); + StringBuilder L3 = c.d.b.a.a.L("Sending report to: "); + L3.append(this.b); + bVar3.b(L3.toString()); try { c.i.c.m.d.n.c a = b.a(); int i2 = a.a; - bVar3.b("Create report request ID: " + a.f1347c.c("X-REQUEST-ID")); + bVar3.b("Create report request ID: " + a.f1346c.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 b0a7edd114..be84fba475 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.f1350c; + c cVar = aVar.f1349c; 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 K = c.d.b.a.a.K("Sending report to: "); - K.append(this.b); - bVar.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Sending report to: "); + L.append(this.b); + bVar.b(L.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 0460c8822d..79fade4042 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 f1352c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); + public static final String f1351c = 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 c8ae578a95..aa4b1dd608 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 f1353c; + public final e f1352c; 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.f1347c.c("X-REQUEST-ID")); + cVar2.f.b("Settings request ID: " + a.f1346c.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.f1353c.a(jSONObject); + c.i.c.m.d.s.h.f a2 = c.this.f1352c.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.f1353c = eVar; + this.f1352c = 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.f1353c.a(a2); + c.i.c.m.d.s.h.f a3 = this.f1352c.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 K = c.d.b.a.a.K(str); - K.append(jSONObject.toString()); - bVar.b(K.toString()); + StringBuilder L = c.d.b.a.a.L(str); + L.append(jSONObject.toString()); + bVar.b(L.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 a550fdc8c1..edccf6042a 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 f1354c; + public final String f1353c; 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.f1354c = str3; + this.f1353c = 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 c68cfaa03f..ca01c31f00 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 f1355c; + public final String f1354c; 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.f1355c = str3; + this.f1354c = 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.f1355c = str3; + this.f1354c = 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 76d9362b9d..b7ad95db8d 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 f1356c; + public final c f1355c; 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.f1356c = cVar; + this.f1355c = cVar; } @Override // c.i.c.m.d.s.h.e public c a() { - return this.f1356c; + return this.f1355c; } @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 ffc07b74dd..890bacec5c 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 f1357c; + public final String f1356c; 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.f1357c = str3; + this.f1356c = 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 6ad7ff532f..d42fa4d6f2 100644 --- a/app/src/main/java/c/i/c/m/d/s/i/a.java +++ b/app/src/main/java/c/i/c/m/d/s/i/a.java @@ -23,7 +23,7 @@ public abstract class a extends c.i.c.m.d.k.a { b.e.put("X-CRASHLYTICS-API-CLIENT-TYPE", "android"); b.e.put("X-CRASHLYTICS-API-CLIENT-VERSION", this.f); b.b("org_id", aVar.a); - b.b("app[identifier]", aVar.f1354c); + b.b("app[identifier]", aVar.f1353c); b.b("app[name]", aVar.g); b.b("app[display_version]", aVar.d); b.b("app[build_version]", aVar.e); @@ -34,14 +34,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 K = c.d.b.a.a.K("Sending app info to "); - K.append(this.b); - bVar.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Sending app info to "); + L.append(this.b); + bVar.b(L.toString()); try { c a = b.a(); int i = a.a; String str = ShareTarget.METHOD_POST.equalsIgnoreCase(c.c.a.y.b.n(b.b)) ? "Create" : "Update"; - bVar.b(str + " app request ID: " + a.f1347c.c("X-REQUEST-ID")); + bVar.b(str + " app request ID: " + a.f1346c.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 e60352e717..921d15f340 100644 --- a/app/src/main/java/c/i/c/m/d/s/i/c.java +++ b/app/src/main/java/c/i/c/m/d/s/i/c.java @@ -26,7 +26,7 @@ public class c extends a implements d { e(aVar, "X-CRASHLYTICS-API-CLIENT-VERSION", "17.3.0"); e(aVar, "Accept", RestAPIBuilder.CONTENT_TYPE_JSON); e(aVar, "X-CRASHLYTICS-DEVICE-MODEL", gVar.b); - e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1357c); + e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1356c); e(aVar, "X-CRASHLYTICS-OS-DISPLAY-VERSION", gVar.d); e(aVar, "X-CRASHLYTICS-INSTALLATION-ID", ((v0) gVar.e).b()); return aVar; @@ -60,17 +60,17 @@ public class c extends a implements d { return new JSONObject(str); } catch (Exception e) { b bVar2 = 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); + 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); return null; } } else { b bVar3 = this.f; - StringBuilder K2 = c.d.b.a.a.K("Failed to retrieve settings from "); - K2.append(this.b); - bVar3.d(K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Failed to retrieve settings from "); + L2.append(this.b); + bVar3.d(L2.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 fffa58e337..1453fa1bc7 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[] f1358c; + public final StackTraceElement[] f1357c; public final e d; public e(Throwable th, d dVar) { this.a = th.getLocalizedMessage(); this.b = th.getClass().getName(); - this.f1358c = dVar.a(th.getStackTrace()); + this.f1357c = 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 48dfdfc29a..9c8392b9a8 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 f1359c; + public String f1358c; 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.f0("Unity Editor version is: ", str, b.a); + c.d.b.a.a.g0("Unity Editor version is: ", str, b.a); } else { str = null; } - this.f1359c = str; + this.f1358c = str; this.b = true; } - String str2 = this.f1359c; + String str2 = this.f1358c; 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 abc0c1fa07..9c8e183f7c 100644 --- a/app/src/main/java/c/i/c/m/e/a.java +++ b/app/src/main/java/c/i/c/m/e/a.java @@ -19,12 +19,12 @@ public class a implements e { public final Context b; /* renamed from: c reason: collision with root package name */ - public final d f1360c; + public final d f1359c; public final f d; public a(Context context, d dVar, f fVar) { this.b = context; - this.f1360c = dVar; + this.f1359c = dVar; this.d = fVar; } @@ -47,18 +47,18 @@ public class a implements e { File a2 = this.d.a(str); File file = new File(a2, "pending"); b bVar = b.a; - StringBuilder K = c.d.b.a.a.K("Minidump directory: "); - K.append(file.getAbsolutePath()); - bVar.b(K.toString()); + StringBuilder L = c.d.b.a.a.L("Minidump directory: "); + L.append(file.getAbsolutePath()); + bVar.b(L.toString()); File b = b(file, ".dmp"); - StringBuilder K2 = c.d.b.a.a.K("Minidump "); - K2.append((b == null || !b.exists()) ? "does not exist" : "exists"); - bVar.b(K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Minidump "); + L2.append((b == null || !b.exists()) ? "does not exist" : "exists"); + bVar.b(L2.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.f1362c = new File(a2, "session.json"); + bVar2.f1361c = 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 b632dd7316..2094edf91d 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.f1360c).a(a.getCanonicalPath(), aVar.b.getAssets()); + z2 = ((JniNativeApi) aVar.f1359c).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 K = c.d.b.a.a.K("Crashlytics NDK initialization "); - K.append(z2 ? "successful" : "FAILED"); - bVar.f(K.toString()); + StringBuilder L = c.d.b.a.a.L("Crashlytics NDK initialization "); + L.append(z2 ? "successful" : "FAILED"); + bVar.f(L.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 d055cee3ac..f1c0780326 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 f1361c; + public final File f1360c; 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 f1362c; + public File f1361c; 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.f1361c = bVar.f1362c; + this.f1360c = bVar.f1361c; 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 e79b883af0..4deadbc89c 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.f1361c; + return this.a.f1360c; } @Override // c.i.c.m.d.d diff --git a/app/src/main/java/c/i/c/o/b/b.java b/app/src/main/java/c/i/c/o/b/b.java index 5d1085a489..19acf51fbb 100644 --- a/app/src/main/java/c/i/c/o/b/b.java +++ b/app/src/main/java/c/i/c/o/b/b.java @@ -6,10 +6,10 @@ import c.i.a.f.e.h.a; import c.i.a.f.e.h.c; import c.i.a.f.e.k.c; /* compiled from: com.google.firebase:firebase-dynamic-links@@19.1.1 */ -public final class b extends a.AbstractC0103a { +public final class b extends a.AbstractC0104a { /* Return type fixed from 'c.i.a.f.e.h.a$f' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [android.content.Context, android.os.Looper, c.i.a.f.e.k.c, java.lang.Object, c.i.a.f.e.h.c$a, c.i.a.f.e.h.c$b] */ - @Override // c.i.a.f.e.h.a.AbstractC0103a + @Override // c.i.a.f.e.h.a.AbstractC0104a public final /* synthetic */ d a(Context context, Looper looper, c cVar, a.d.c cVar2, c.a aVar, c.b bVar) { return new d(context, looper, cVar, aVar, bVar); } diff --git a/app/src/main/java/c/i/c/o/b/c.java b/app/src/main/java/c/i/c/o/b/c.java index 6e4bba6865..8c3048ebb1 100644 --- a/app/src/main/java/c/i/c/o/b/c.java +++ b/app/src/main/java/c/i/c/o/b/c.java @@ -7,7 +7,7 @@ import c.i.a.f.e.h.b; /* compiled from: com.google.firebase:firebase-dynamic-links@@19.1.1 */ public final class c extends b { public static final a.g j; - public static final a.AbstractC0103a k; + public static final a.AbstractC0104a k; public static final a l; static { 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 b567e350ff..2ff2dc30b0 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 K = c.d.b.a.a.K("Couldn't find encoder for type "); - K.append(obj.getClass().getCanonicalName()); - throw new EncodingException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Couldn't find encoder for type "); + L.append(obj.getClass().getCanonicalName()); + throw new EncodingException(L.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 163ae09a5a..cd13b311c0 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.f1363c, eVar.d, eVar.e); + f fVar = new f(writer, eVar.b, eVar.f1362c, 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 9a99a48b5f..eff90d4128 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> f1363c; + public final Map, c.i.c.p.e> f1362c; 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.f1363c = hashMap2; + this.f1362c = 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 13d77e3881..1086309617 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> f1364c; + public final Map, c> f1363c; 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.f1364c = map; + this.f1363c = 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.f1364c.get(obj.getClass()); + c cVar = this.f1363c.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 3291eee7e4..28bd1ec240 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 f1365c; + public final Context f1364c; public final Executor d; public f(Context context) { - this.f1365c = context; + this.f1364c = context; this.d = a.i; } public f(Context context, ExecutorService executorService) { - this.f1365c = context; + this.f1364c = 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.f1365c; + Context context = this.f1364c; 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 d97b304855..69cc7657c9 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 f1366c; + public final String f1365c; public i(FirebaseInstanceId firebaseInstanceId, String str, String str2) { this.a = firebaseInstanceId; this.b = str; - this.f1366c = str2; + this.f1365c = str2; } @Override // c.i.a.f.n.a public final Object a(Task task) { - return this.a.m(this.b, this.f1366c); + return this.a.m(this.b, this.f1365c); } } 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 7c3c286b33..3c85517b56 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 f1367c; + public final String f1366c; public final String d; public l(FirebaseInstanceId firebaseInstanceId, String str, String str2, String str3) { this.a = firebaseInstanceId; this.b = str; - this.f1367c = str2; + this.f1366c = 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.f1367c; + String str2 = this.f1366c; 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 a5b8849733..9ea05844fd 100644 --- a/app/src/main/java/c/i/c/s/n.java +++ b/app/src/main/java/c/i/c/s/n.java @@ -32,7 +32,7 @@ public class n { public final q b; /* renamed from: c reason: collision with root package name */ - public final b f1368c; + public final b f1367c; public final a d; public final a e; public final g f; @@ -42,7 +42,7 @@ public class n { b bVar = new b(cVar.d); this.a = cVar; this.b = qVar; - this.f1368c = bVar; + this.f1367c = bVar; this.d = aVar; this.e = aVar2; this.f = gVar; @@ -81,10 +81,10 @@ public class n { bundle.putString("app_ver", this.b.a()); q qVar2 = this.b; synchronized (qVar2) { - if (qVar2.f1369c == null) { + if (qVar2.f1368c == null) { qVar2.e(); } - str4 = qVar2.f1369c; + str4 = qVar2.f1368c; } bundle.putString("app_ver_name", str4); c cVar2 = this.a; @@ -113,7 +113,7 @@ public class n { bundle.putString("Firebase-Client-Log-Type", Integer.toString(a.f())); bundle.putString("Firebase-Client", hVar.getUserAgent()); } - b bVar = this.f1368c; + b bVar = this.f1367c; 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 c1f73b128c..f3a239c164 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 f1369c; + public String f1368c; 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.X(valueOf.length() + 23, "Failed to find package ", valueOf, "FirebaseInstanceId"); + a.Y(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.f1369c = c2.versionName; + this.f1368c = 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 23a13206d2..13db723e12 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 f1370c = null; + public Boolean f1369c = 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.f1370c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1369c.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.f1370c == null) { - this.f1370c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); + if (this.f1369c == null) { + this.f1369c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); } - if (!this.f1370c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1369c.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.f1370c.booleanValue(); + return this.f1369c.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 5270e5bb61..e10b7a29b6 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 f1371c = new ArrayMap(); + public final Map f1370c = 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 f1372c; + public final String f1371c; public final String d; public final long e; public a(String str, String str2, long j) { - this.f1372c = str; + this.f1371c = 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.X(valueOf.length() + 24, "Failed to encode token: ", valueOf, "FirebaseInstanceId"); + c.d.b.a.a.Y(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.X(valueOf.length() + 23, "Failed to parse token: ", valueOf, "FirebaseInstanceId"); + c.d.b.a.a.Y(valueOf.length() + 23, "Failed to parse token: ", valueOf, "FirebaseInstanceId"); return null; } } @@ -107,13 +107,13 @@ public class w { } public final String b(String str, String str2, String str3) { - 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(); + 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(); } public synchronized void c() { - this.f1371c.clear(); + this.f1370c.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 bdf5d5e0fd..8a4e339775 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.f1372c)) { + if (j == null || !b.equals(j.f1371c)) { b(b); } return true; @@ -113,7 +113,7 @@ public class x implements Runnable { } if (z2) { String message2 = e.getMessage(); - c.d.b.a.a.Y(c.d.b.a.a.b(message2, 52), "Token retrieval failed: ", message2, ". Will retry token retrieval", "FirebaseInstanceId"); + c.d.b.a.a.Z(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 931b444a3f..c55988fea0 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 f1373c; + public static a f1372c; public static ComponentName a(@NonNull Context context, @NonNull Intent intent) { synchronized (b) { - if (f1373c == null) { + if (f1372c == null) { a aVar = new a(context, 1, "wake:com.google.firebase.iid.WakeLockHolder"); - f1373c = aVar; - aVar.f1223c.setReferenceCounted(true); + f1372c = aVar; + aVar.f1222c.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) { - f1373c.a(a); + f1372c.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 9b72f63545..550d2f946d 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 f1374c; + public final long f1373c; - public a(String str, long j, long j2, C0143a aVar) { + public a(String str, long j, long j2, C0144a aVar) { this.a = str; this.b = j; - this.f1374c = j2; + this.f1373c = 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.f1374c; + return this.f1373c; } @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.f1374c == kVar.b(); + return this.a.equals(kVar.a()) && this.b == kVar.c() && this.f1373c == kVar.b(); } public int hashCode() { long j = this.b; - long j2 = this.f1374c; + long j2 = this.f1373c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); } public String toString() { - 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.f1374c, "}"); + 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.y(L, this.f1373c, "}"); } } 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 0556d7d49a..5d856ab678 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.f1375c; + c cVar = fVar.f1374c; 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.f1375c; + c.i.c.c cVar2 = fVar.f1374c; 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 1112138b4f..de66977184 100644 --- a/app/src/main/java/c/i/c/u/f.java +++ b/app/src/main/java/c/i/c/u/f.java @@ -42,7 +42,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 f1375c; + public final c f1374c; public final c.i.c.u.p.c d; public final c.i.c.u.o.c e; public final n f; @@ -77,7 +77,7 @@ public class f implements g { n c2 = n.c(); b bVar = new b(cVar); l lVar = new l(); - this.f1375c = cVar; + this.f1374c = cVar; this.d = cVar2; this.e = cVar3; this.f = c2; @@ -112,7 +112,7 @@ public class f implements g { public final void b(boolean z2) { c.i.c.u.o.d b2; synchronized (a) { - c cVar = this.f1375c; + c cVar = this.f1374c; cVar.a(); b a2 = b.a(cVar.d, "generatefid.lock"); try { @@ -134,7 +134,7 @@ public class f implements g { } if (z2) { a.b bVar2 = (a.b) b2.k(); - bVar2.f1378c = null; + bVar2.f1377c = null; b2 = bVar2.a(); } l(b2); @@ -171,27 +171,27 @@ public class f implements g { throw new FirebaseInstallationsException("Firebase servers have received too many requests from this client in a short period of time. Please try again later.", FirebaseInstallationsException.a.TOO_MANY_REQUESTS); } 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.C0146b bVar = (b.C0146b) c.i.c.u.p.f.a(); - bVar.f1382c = f.b.BAD_CONFIG; + b.C0147b bVar = (b.C0147b) c.i.c.u.p.f.a(); + bVar.f1381c = f.b.BAD_CONFIG; f = bVar.a(); } else { c2.disconnect(); } } } - b.C0146b bVar2 = (b.C0146b) c.i.c.u.p.f.a(); - bVar2.f1382c = f.b.AUTH_ERROR; + b.C0147b bVar2 = (b.C0147b) c.i.c.u.p.f.a(); + bVar2.f1381c = 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.f1381c.ordinal(); + int ordinal = bVar3.f1380c.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.f1378c = str3; + bVar4.f1377c = str3; bVar4.e = Long.valueOf(j); bVar4.f = Long.valueOf(b2); return bVar4.a(); @@ -223,21 +223,21 @@ public class f implements g { @Nullable public String d() { - c.i.c.c cVar = this.f1375c; + c.i.c.c cVar = this.f1374c; cVar.a(); return cVar.f.a; } @VisibleForTesting public String e() { - c.i.c.c cVar = this.f1375c; + c.i.c.c cVar = this.f1374c; cVar.a(); return cVar.f.b; } @Nullable public String g() { - c.i.c.c cVar = this.f1375c; + c.i.c.c cVar = this.f1374c; cVar.a(); return cVar.f.g; } @@ -275,10 +275,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.f1375c; + c.i.c.c cVar = this.f1374c; cVar.a(); - if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1375c.h()) { - if (((c.i.c.u.o.a) dVar).f1377c == c.a.ATTEMPT_MIGRATION) { + if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1374c.h()) { + if (((c.i.c.u.o.a) dVar).f1376c == c.a.ATTEMPT_MIGRATION) { c.i.c.u.o.b bVar = this.g; synchronized (bVar.b) { synchronized (bVar.b) { @@ -312,7 +312,7 @@ public class f implements g { break; } String str3 = strArr[i]; - String str4 = bVar.f1379c; + String str4 = bVar.f1378c; String string = bVar.b.getString("|T|" + str4 + "|" + str3, null); if (string == null || string.isEmpty()) { i++; @@ -368,14 +368,14 @@ public class f implements g { int ordinal = aVar4.e.ordinal(); if (ordinal == 0) { String str6 = aVar4.b; - String str7 = aVar4.f1380c; + String str7 = aVar4.f1379c; 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.f1378c = c3; + bVar2.f1377c = c3; bVar2.d = str7; bVar2.e = Long.valueOf(d2); bVar2.f = Long.valueOf(b2); diff --git a/app/src/main/java/c/i/c/u/n.java b/app/src/main/java/c/i/c/u/n.java index a74f0f1e5f..e34a11e2cb 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 f1376c; + public static n f1375c; 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 (f1376c == null) { - f1376c = new n(aVar); + if (f1375c == null) { + f1375c = new n(aVar); } - return f1376c; + return f1375c; } 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 eefe8f720b..a627acd1c4 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 f1377c; + public final c.a f1376c; 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 f1378c; + public String f1377c; public String d; public Long e; public Long f; @@ -32,11 +32,11 @@ public final class a extends d { public b() { } - public b(d dVar, C0144a aVar) { + public b(d dVar, C0145a aVar) { a aVar2 = (a) dVar; this.a = aVar2.b; - this.b = aVar2.f1377c; - this.f1378c = aVar2.d; + this.b = aVar2.f1376c; + this.f1377c = aVar2.d; this.d = aVar2.e; this.e = Long.valueOf(aVar2.f); this.f = Long.valueOf(aVar2.g); @@ -53,7 +53,7 @@ public final class a extends d { str = c.d.b.a.a.s(str, " tokenCreationEpochInSecs"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f1378c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); + return new a(this.a, this.b, this.f1377c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @@ -76,9 +76,9 @@ public final class a extends d { } } - public a(String str, c.a aVar, String str2, String str3, long j, long j2, String str4, C0144a aVar2) { + public a(String str, c.a aVar, String str2, String str3, long j, long j2, String str4, C0145a aVar2) { this.b = str; - this.f1377c = aVar; + this.f1376c = 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.f1377c.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.f1376c.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.f1377c; + return this.f1376c; } @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.f1377c.hashCode()) * 1000003; + int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f1376c.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 K = c.d.b.a.a.K("PersistedInstallationEntry{firebaseInstallationId="); - K.append(this.b); - K.append(", registrationStatus="); - K.append(this.f1377c); - 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, "}"); + StringBuilder L = c.d.b.a.a.L("PersistedInstallationEntry{firebaseInstallationId="); + L.append(this.b); + L.append(", registrationStatus="); + L.append(this.f1376c); + 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, "}"); } } 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 c40744f22a..1c20bae366 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 f1379c; + public final String f1378c; /* 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.f1379c = str; + this.f1378c = 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 5e48da1309..dcceb26a60 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 @@ -28,10 +28,10 @@ public class c { public c(@NonNull c.i.c.c cVar) { cVar.a(); File filesDir = cVar.d.getFilesDir(); - StringBuilder K = c.d.b.a.a.K("PersistedInstallation."); - K.append(cVar.c()); - K.append(".json"); - this.a = new File(filesDir, K.toString()); + StringBuilder L = c.d.b.a.a.L("PersistedInstallation."); + L.append(cVar.c()); + L.append(".json"); + this.a = new File(filesDir, L.toString()); this.b = cVar; } @@ -96,7 +96,7 @@ public class c { bVar.c(0); bVar.a = optString; bVar.b(a.values()[optInt]); - bVar.f1378c = optString2; + bVar.f1377c = 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 a27348de7f..9383b5be9a 100644 --- a/app/src/main/java/c/i/c/u/o/d.java +++ b/app/src/main/java/c/i/c/u/o/d.java @@ -57,7 +57,7 @@ public abstract class d { } public boolean i() { - c.a aVar = ((a) this).f1377c; + c.a aVar = ((a) this).f1376c; 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 0e1885453f..6f3308d2d8 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 f1380c; + public final String f1379c; public final f d; public final d.a e; - public a(String str, String str2, String str3, f fVar, d.a aVar, C0145a aVar2) { + public a(String str, String str2, String str3, f fVar, d.a aVar, C0146a aVar2) { this.a = str; this.b = str2; - this.f1380c = str3; + this.f1379c = 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.f1380c; + return this.f1379c; } @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.f1380c; + String str3 = this.f1379c; 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.f1380c; + String str3 = this.f1379c; 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 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.f1380c); - K.append(", authToken="); - K.append(this.d); - K.append(", responseCode="); - K.append(this.e); - K.append("}"); - return K.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.f1379c); + L.append(", authToken="); + L.append(this.d); + L.append(", responseCode="); + L.append(this.e); + L.append("}"); + return L.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 2a3f1f9893..fc7dab075f 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,22 +9,22 @@ public final class b extends f { public final long b; /* renamed from: c reason: collision with root package name */ - public final f.b f1381c; + public final f.b f1380c; /* compiled from: AutoValue_TokenResult */ /* renamed from: c.i.c.u.p.b$b reason: collision with other inner class name */ - public static final class C0146b extends f.a { + public static final class C0147b extends f.a { public String a; public Long b; /* renamed from: c reason: collision with root package name */ - public f.b f1382c; + public f.b f1381c; @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.f1382c, null); + return new b(this.a, this.b.longValue(), this.f1381c, null); } throw new IllegalStateException(c.d.b.a.a.s("Missing required properties:", str)); } @@ -39,13 +39,13 @@ public final class b extends f { public b(String str, long j, f.b bVar, a aVar) { this.a = str; this.b = j; - this.f1381c = bVar; + this.f1380c = bVar; } @Override // c.i.c.u.p.f @Nullable public f.b b() { - return this.f1381c; + return this.f1380c; } @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.f1381c; + f.b bVar = this.f1380c; 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.f1381c; + f.b bVar = this.f1380c; if (bVar != null) { i = bVar.hashCode(); } @@ -98,13 +98,13 @@ public final class b extends f { } public String 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.f1381c); - K.append("}"); - return K.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.f1380c); + L.append("}"); + return L.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 8207280fc7..caf9444e0f 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 @@ -43,13 +43,13 @@ public class c { public static final Charset b = Charset.forName(Constants.ENCODING); /* renamed from: c reason: collision with root package name */ - public final Context f1383c; + public final Context f1382c; 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.f1383c = context; + this.f1382c = context; this.d = aVar; this.e = aVar2; } @@ -140,26 +140,26 @@ public class c { httpURLConnection.addRequestProperty("Accept", RestAPIBuilder.CONTENT_TYPE_JSON); httpURLConnection.addRequestProperty("Content-Encoding", "gzip"); httpURLConnection.addRequestProperty("Cache-Control", "no-cache"); - httpURLConnection.addRequestProperty("X-Android-Package", this.f1383c.getPackageName()); + httpURLConnection.addRequestProperty("X-Android-Package", this.f1382c.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.f1383c; + Context context = this.f1382c; 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.f1383c.getPackageName()); + Log.e("ContentValues", "Could not get fingerprint hash for package: " + this.f1382c.getPackageName()); } else { str2 = e.a(digest, false); } } catch (PackageManager.NameNotFoundException e) { - StringBuilder K = c.d.b.a.a.K("No such package: "); - K.append(this.f1383c.getPackageName()); - Log.e("ContentValues", K.toString(), e); + StringBuilder L = c.d.b.a.a.L("No such package: "); + L.append(this.f1382c.getPackageName()); + Log.e("ContentValues", L.toString(), e); } httpURLConnection.addRequestProperty("X-Android-Cert", str2); httpURLConnection.addRequestProperty("x-goog-api-key", str); @@ -191,7 +191,7 @@ public class c { while (jsonReader.hasNext()) { String nextName2 = jsonReader.nextName(); if (nextName2.equals("token")) { - ((b.C0146b) a2).a = jsonReader.nextString(); + ((b.C0147b) a2).a = jsonReader.nextString(); } else if (nextName2.equals("expiresIn")) { a2.b(d(jsonReader.nextString())); } else { @@ -218,7 +218,7 @@ public class c { while (jsonReader.hasNext()) { String nextName = jsonReader.nextName(); if (nextName.equals("token")) { - ((b.C0146b) a2).a = jsonReader.nextString(); + ((b.C0147b) a2).a = jsonReader.nextString(); } else if (nextName.equals("expiresIn")) { a2.b(d(jsonReader.nextString())); } else { @@ -228,8 +228,8 @@ public class c { jsonReader.endObject(); jsonReader.close(); inputStream.close(); - b.C0146b bVar = (b.C0146b) a2; - bVar.f1382c = f.b.OK; + b.C0147b bVar = (b.C0147b) a2; + bVar.f1381c = 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 d276a4b498..846e081b22 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 f1384c = n.c(); + public final n f1383c = n.c(); @GuardedBy("this") public long d; @GuardedBy("this") public int e; public synchronized boolean a() { - return this.e == 0 || this.f1384c.a() > this.d; + return this.e == 0 || this.f1383c.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.f1384c); + Objects.requireNonNull(this.f1383c); j = (long) Math.min(pow + ((double) ((long) (Math.random() * 1000.0d))), (double) b); } - this.d = this.f1384c.a() + j; + this.d = this.f1383c.a() + j; } - this.d = this.f1384c.a() + j; + this.d = this.f1383c.a() + j; } } diff --git a/app/src/main/java/c/i/c/u/p/f.java b/app/src/main/java/c/i/c/u/p/f.java index ef99b8ff2a..89d53cfddc 100644 --- a/app/src/main/java/c/i/c/u/p/f.java +++ b/app/src/main/java/c/i/c/u/p/f.java @@ -27,7 +27,7 @@ public abstract class f { @NonNull public static a a() { - b.C0146b bVar = new b.C0146b(); + b.C0147b bVar = new b.C0147b(); bVar.b(0); return bVar; } 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 c7c25ff6a5..b2b2a3900b 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 f1385c; + public final c f1384c; 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.f1385c = cVar; + this.f1384c = 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 7fe911ce01..70c6614d8a 100644 --- a/app/src/main/java/c/i/c/w/c.java +++ b/app/src/main/java/c/i/c/w/c.java @@ -44,12 +44,12 @@ public class c { public final Context b; /* renamed from: c reason: collision with root package name */ - public final r f1386c; + public final r f1385c; public c(Context context, r rVar, Executor executor) { this.a = executor; this.b = context; - this.f1386c = rVar; + this.f1385c = rVar; } /* JADX DEBUG: Can't convert new array creation: APUT found in different block: 0x04cc: APUT (r9v4 int[]), (0 ??[int, short, byte, char]), (r8v21 int) */ @@ -126,7 +126,7 @@ public class c { String e7; int i2; ApplicationInfo applicationInfo; - if (this.f1386c.a("gcm.n.noui")) { + if (this.f1385c.a("gcm.n.noui")) { return true; } if (!((KeyguardManager) this.b.getSystemService("keyguard")).inKeyguardRestrictedInputMode()) { @@ -151,7 +151,7 @@ public class c { if (z2) { return false; } - String e8 = this.f1386c.e("gcm.n.image"); + String e8 = this.f1385c.e("gcm.n.image"); if (!TextUtils.isEmpty(e8)) { try { oVar = new o(new URL(e8)); @@ -163,7 +163,7 @@ public class c { oVar.j = c.i.a.f.e.o.c.g(this.a, new n(oVar)); } context = this.b; - rVar = this.f1386c; + rVar = this.f1385c; AtomicInteger atomicInteger = a.a; applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); if (applicationInfo != null) { @@ -178,7 +178,7 @@ public class c { NotificationManager notificationManager = (NotificationManager) context.getSystemService(NotificationManager.class); if (!TextUtils.isEmpty(e9)) { if (notificationManager.getNotificationChannel(e9) == null) { - 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"); + 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"); } Resources resources = context.getResources(); packageManager = context.getPackageManager(); @@ -196,7 +196,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.Y(a.b(e, 61), "Icon resource ", e, " not found. Notification will use default icon.", "FirebaseMessaging"); + a.Z(a.b(e, 61), "Icon resource ", e, " not found. Notification will use default icon.", "FirebaseMessaging"); } builder.setSmallIcon(i); e2 = rVar.e("gcm.n.sound2"); @@ -266,7 +266,7 @@ public class c { try { num = Integer.valueOf(Color.parseColor(e4)); } catch (IllegalArgumentException unused2) { - a.Y(a.b(e4, 56), "Color is invalid: ", e4, ". Notification will use default color.", "FirebaseMessaging"); + a.Z(a.b(e4, 56), "Color is invalid: ", e4, ". Notification will use default color.", "FirebaseMessaging"); } if (num != null) { builder.setColor(num.intValue()); @@ -281,7 +281,7 @@ public class c { if (b != null) { if (b.intValue() < -2 || b.intValue() > 2) { String valueOf2 = String.valueOf(b); - a.Y(valueOf2.length() + 72, "notificationPriority is invalid ", valueOf2, ". Skipping setting notificationPriority.", "FirebaseMessaging"); + a.Z(valueOf2.length() + 72, "notificationPriority is invalid ", valueOf2, ". Skipping setting notificationPriority.", "FirebaseMessaging"); } if (b != null) { builder.setPriority(b.intValue()); @@ -290,7 +290,7 @@ public class c { if (b2 != null) { if (b2.intValue() < -1 || b2.intValue() > 1) { String valueOf3 = String.valueOf(b2); - a.Y(valueOf3.length() + 53, "visibility is invalid: ", valueOf3, ". Skipping setting visibility.", "NotificationParams"); + a.Z(valueOf3.length() + 53, "visibility is invalid: ", valueOf3, ". Skipping setting visibility.", "NotificationParams"); } if (b2 != null) { builder.setVisibility(b2.intValue()); @@ -299,7 +299,7 @@ public class c { if (b3 != null) { if (b3.intValue() < 0) { String valueOf4 = String.valueOf(b3); - a.Y(valueOf4.length() + 67, "notificationCount is invalid: ", valueOf4, ". Skipping setting notificationCount.", "FirebaseMessaging"); + a.Z(valueOf4.length() + 67, "notificationCount is invalid: ", valueOf4, ". Skipping setting notificationCount.", "FirebaseMessaging"); } if (b3 != null) { builder.setNumber(b3.intValue()); @@ -310,7 +310,7 @@ public class c { l = Long.valueOf(Long.parseLong(e6)); } catch (NumberFormatException unused3) { String h = r.h("gcm.n.event_time"); - a.i0(a.J(a.b(e6, a.b(h, 38)), "Couldn't parse value of ", h, "(", e6), ") into a long", "NotificationParams"); + a.j0(a.K(a.b(e6, a.b(h, 38)), "Couldn't parse value of ", h, "(", e6), ") into a long", "NotificationParams"); } if (l != null) { builder.setShowWhen(true); @@ -373,7 +373,7 @@ public class c { builder.setStyle(new NotificationCompat.BigPictureStyle().bigPicture(bitmap).bigLargeIcon(null)); } catch (ExecutionException e11) { String valueOf5 = String.valueOf(e11.getCause()); - a.X(valueOf5.length() + 26, "Failed to download image: ", valueOf5, "FirebaseMessaging"); + a.Y(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(); @@ -394,11 +394,11 @@ public class c { throw new JSONException("lightSettings don't have all three fields"); } catch (JSONException unused6) { String valueOf6 = String.valueOf(c3); - a.Y(valueOf6.length() + 58, "LightSettings is invalid: ", valueOf6, ". Skipping setting LightSettings", "NotificationParams"); + a.Z(valueOf6.length() + 58, "LightSettings is invalid: ", valueOf6, ". Skipping setting LightSettings", "NotificationParams"); } catch (IllegalArgumentException e12) { String valueOf7 = String.valueOf(c3); String message = e12.getMessage(); - a.i0(a.J(a.b(message, valueOf7.length() + 60), "LightSettings is invalid: ", valueOf7, ". ", message), ". Skipping setting LightSettings", "NotificationParams"); + a.j0(a.K(a.b(message, valueOf7.length() + 60), "LightSettings is invalid: ", valueOf7, ". ", message), ". Skipping setting LightSettings", "NotificationParams"); } } iArr = null; @@ -427,7 +427,7 @@ public class c { throw new JSONException("vibrateTimings have invalid length"); } catch (NumberFormatException | JSONException unused7) { String valueOf8 = String.valueOf(c2); - a.Y(valueOf8.length() + 74, "User defined vibrateTimings is invalid: ", valueOf8, ". Skipping setting vibrateTimings.", "NotificationParams"); + a.Z(valueOf8.length() + 74, "User defined vibrateTimings is invalid: ", valueOf8, ". Skipping setting vibrateTimings.", "NotificationParams"); } } jArr = null; @@ -1280,7 +1280,7 @@ public class c { if (oVar != null) { } context = this.b; - rVar = this.f1386c; + rVar = this.f1385c; AtomicInteger atomicInteger = a.a; try { applicationInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(), 128); @@ -1288,7 +1288,7 @@ public class c { } } catch (PackageManager.NameNotFoundException e13) { String valueOf9 = String.valueOf(e13); - a.X(valueOf9.length() + 35, "Couldn't get own application info: ", valueOf9, "FirebaseMessaging"); + a.Y(valueOf9.length() + 35, "Couldn't get own application info: ", valueOf9, "FirebaseMessaging"); } bundle = Bundle.EMPTY; String packageName = context.getPackageName(); @@ -1313,7 +1313,7 @@ public class c { i = packageManager.getApplicationInfo(packageName, 0).icon; } catch (PackageManager.NameNotFoundException e14) { String valueOf10 = String.valueOf(e14); - a.X(valueOf10.length() + 35, "Couldn't get own application info: ", valueOf10, "FirebaseMessaging"); + a.Y(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 367d12a54d..801bee9bbc 100644 --- a/app/src/main/java/c/i/c/w/m.java +++ b/app/src/main/java/c/i/c/w/m.java @@ -52,7 +52,7 @@ public final class m { i = Integer.parseInt((String) obj2); } catch (NumberFormatException unused) { String valueOf = String.valueOf(obj2); - c.d.b.a.a.X(valueOf.length() + 13, "Invalid TTL: ", valueOf, "FirebaseMessaging"); + c.d.b.a.a.Y(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 480bbda94e..c57a4a4e3a 100644 --- a/app/src/main/java/c/i/c/w/q.java +++ b/app/src/main/java/c/i/c/w/q.java @@ -19,9 +19,9 @@ public class q { static { e eVar = new e(); eVar.b.put(m.b.class, new m.c()); - eVar.f1363c.remove(m.b.class); + eVar.f1362c.remove(m.b.class); eVar.b.put(m.class, new m.a()); - eVar.f1363c.remove(m.class); + eVar.f1362c.remove(m.class); a = new d(eVar); } 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 a09f5a7750..407cd35191 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.i0(a.J(a.b(e, a.b(h, 38)), "Couldn't parse value of ", h, "(", e), ") into an int", "NotificationParams"); + a.j0(a.K(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.i0(a.J(a.b(e, a.b(h, 50)), "Malformed JSON for key ", h, ": ", e), ", falling back to default", "NotificationParams"); + a.j0(a.K(a.b(e, a.b(h, 50)), "Malformed JSON for key ", h, ": ", e), ", falling back to default", "NotificationParams"); return null; } } @@ -96,9 +96,9 @@ public class r { } catch (MissingFormatArgumentException e3) { String h2 = h(str2); String arrays = Arrays.toString(strArr); - 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); + 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); return null; } } 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 9a803f03ba..e48c16d91e 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.f1387c); + sb.append(uVar.f1386c); } 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 3af39d6b43..4b95bb3d34 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 f1387c; + public final String f1386c; @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.f1387c = str2; + this.f1386c = 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.f1387c)) { - String[] split = string.split(uVar.f1387c, -1); + if (string.contains(uVar.f1386c)) { + String[] split = string.split(uVar.f1386c, -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 28294a5c71..2cc73a025a 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 f1388c; + public final String f1387c; public final String d; public v(String str, String str2) { @@ -26,7 +26,7 @@ public final class v { throw new IllegalArgumentException(String.format("Invalid topic name: %s does not match the allowed format %s.", str3, "[a-zA-Z0-9-_.~%]{1,900}")); } this.b = str3; - this.f1388c = str; + this.f1387c = str; this.d = a.e(a.b(str2, a.b(str, 1)), str, "!", str2); } @@ -35,10 +35,10 @@ public final class v { return false; } v vVar = (v) obj; - return this.b.equals(vVar.b) && this.f1388c.equals(vVar.f1388c); + return this.b.equals(vVar.b) && this.f1387c.equals(vVar.f1387c); } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.f1388c, this.b}); + return Arrays.hashCode(new Object[]{this.f1387c, 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 45f9dda8bf..70cf3f68d7 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 f1389c; + public u f1388c; 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.f1389c; + u uVar = this.f1388c; 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 b925be9dd9..0df78cceb2 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.f1389c = u.a(sharedPreferences, "topic_operation_queue", ",", scheduledExecutorService); + wVar2.f1388c = 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 d533145763..8b690f0a36 100644 --- a/app/src/main/java/c/i/c/w/y.java +++ b/app/src/main/java/c/i/c/w/y.java @@ -30,7 +30,7 @@ public class y { public static final /* synthetic */ int b = 0; /* renamed from: c reason: collision with root package name */ - public final FirebaseInstanceId f1390c; + public final FirebaseInstanceId f1389c; public final Context d; public final q e; public final n f; @@ -42,7 +42,7 @@ public class y { public final w j; public y(FirebaseInstanceId firebaseInstanceId, q qVar, w wVar, n nVar, Context context, @NonNull ScheduledExecutorService scheduledExecutorService) { - this.f1390c = firebaseInstanceId; + this.f1389c = firebaseInstanceId; this.e = qVar; this.j = wVar; this.f = nVar; @@ -77,7 +77,7 @@ public class y { @WorkerThread public final void b(String str) throws IOException { - o oVar = (o) a(this.f1390c.f()); + o oVar = (o) a(this.f1389c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -91,7 +91,7 @@ public class y { @WorkerThread public final void c(String str) throws IOException { - o oVar = (o) a(this.f1390c.f()); + o oVar = (o) a(this.f1389c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -124,7 +124,7 @@ public class y { } } try { - String str = a2.f1388c; + String str = a2.f1387c; char c2 = 65535; int hashCode = str.hashCode(); if (hashCode != 83) { @@ -184,7 +184,7 @@ public class y { } w wVar = this.j; synchronized (wVar) { - u uVar = wVar.f1389c; + u uVar = wVar.f1388c; 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 f2bb6e4a23..5499fc7451 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 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, "}"); + 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, "}"); } } diff --git a/app/src/main/java/c/i/d/c.java b/app/src/main/java/c/i/d/c.java index 08dec3e76c..1e7159c29b 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 H = c.d.b.a.a.H(upperCase); - H.append(str.substring(1)); - return H.toString(); + StringBuilder J = c.d.b.a.a.J(upperCase); + J.append(str.substring(1)); + return J.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 d9af0f44b9..41b9f98df0 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 f1391c = c.IDENTITY; + public d f1390c = 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.f1391c, 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.f1390c, 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 9980736816..096474a40a 100644 --- a/app/src/main/java/c/i/d/q/a.java +++ b/app/src/main/java/c/i/d/q/a.java @@ -20,11 +20,11 @@ public final class a { /* compiled from: $Gson$Types */ /* renamed from: c.i.d.q.a$a reason: collision with other inner class name */ - public static final class C0148a implements GenericArrayType, Serializable { + public static final class C0149a implements GenericArrayType, Serializable { private static final long serialVersionUID = 0; private final Type componentType; - public C0148a(Type type) { + public C0149a(Type type) { this.componentType = a.a(type); } @@ -174,15 +174,15 @@ public final class a { @Override // java.lang.Object public String toString() { if (this.lowerBound != null) { - StringBuilder K = c.d.b.a.a.K("? super "); - K.append(a.i(this.lowerBound)); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("? super "); + L.append(a.i(this.lowerBound)); + return L.toString(); } else if (this.upperBound == Object.class) { return "?"; } else { - StringBuilder K2 = c.d.b.a.a.K("? extends "); - K2.append(a.i(this.upperBound)); - return K2.toString(); + StringBuilder L2 = c.d.b.a.a.L("? extends "); + L2.append(a.i(this.upperBound)); + return L2.toString(); } } } @@ -190,12 +190,12 @@ public final class a { public static Type a(Type type) { if (type instanceof Class) { Class cls = (Class) type; - return cls.isArray() ? new C0148a(a(cls.getComponentType())) : cls; + return cls.isArray() ? new C0149a(a(cls.getComponentType())) : cls; } else if (type instanceof ParameterizedType) { ParameterizedType parameterizedType = (ParameterizedType) type; return new b(parameterizedType.getOwnerType(), parameterizedType.getRawType(), parameterizedType.getActualTypeArguments()); } else if (type instanceof GenericArrayType) { - return new C0148a(((GenericArrayType) type).getGenericComponentType()); + return new C0149a(((GenericArrayType) type).getGenericComponentType()); } else { if (!(type instanceof WildcardType)) { return type; @@ -349,14 +349,14 @@ public final class a { if (cls3.isArray()) { Class componentType = cls3.getComponentType(); Type h = h(type, cls, componentType, collection); - return componentType == h ? cls3 : new C0148a(h); + return componentType == h ? cls3 : new C0149a(h); } } if (type2 instanceof GenericArrayType) { GenericArrayType genericArrayType = (GenericArrayType) type2; Type genericComponentType = genericArrayType.getGenericComponentType(); Type h2 = h(type, cls, genericComponentType, collection); - return genericComponentType == h2 ? genericArrayType : new C0148a(h2); + return genericComponentType == h2 ? genericArrayType : new C0149a(h2); } else if (type2 instanceof ParameterizedType) { ParameterizedType parameterizedType = (ParameterizedType) type2; Type ownerType = parameterizedType.getOwnerType(); 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 e0f8b34d4d..e8010314ef 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 f1392c; + public final /* synthetic */ Type f1391c; public f(g gVar, Class cls, Type type) { w wVar; this.b = cls; - this.f1392c = type; + this.f1391c = 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 K = a.K("Unable to invoke no-args constructor for "); - K.append(this.f1392c); - K.append(". Registering an InstanceCreator with Gson for this type may fix this problem."); - throw new RuntimeException(K.toString(), e); + StringBuilder L = a.L("Unable to invoke no-args constructor for "); + L.append(this.f1391c); + L.append(". Registering an InstanceCreator with Gson for this type may fix this problem."); + throw new RuntimeException(L.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 91ef2ad703..f268411af4 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 K = a.K("Failed to invoke "); - K.append(this.a); - K.append(" with no args"); - throw new RuntimeException(K.toString(), e); + StringBuilder L = a.L("Failed to invoke "); + L.append(this.a); + L.append(" with no args"); + throw new RuntimeException(L.toString(), e); } catch (InvocationTargetException e2) { - StringBuilder K2 = a.K("Failed to invoke "); - K2.append(this.a); - K2.append(" with no args"); - throw new RuntimeException(K2.toString(), e2.getTargetException()); + StringBuilder L2 = a.L("Failed to invoke "); + L2.append(this.a); + L2.append(" with no args"); + throw new RuntimeException(L2.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 9ab21fdd84..4c2cd6d31d 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 K = a.K("Invalid EnumSet type: "); - K.append(this.a.toString()); - throw new JsonIOException(K.toString()); + StringBuilder L = a.L("Invalid EnumSet type: "); + L.append(this.a.toString()); + throw new JsonIOException(L.toString()); } - StringBuilder K2 = a.K("Invalid EnumSet type: "); - K2.append(this.a.toString()); - throw new JsonIOException(K2.toString()); + StringBuilder L2 = a.L("Invalid EnumSet type: "); + L2.append(this.a.toString()); + throw new JsonIOException(L2.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 b464c66e7c..5e5b30c7fe 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 K = a.K("Interface can't be instantiated! Interface name: "); - K.append(cls.getName()); - throw new UnsupportedOperationException(K.toString()); + StringBuilder L = a.L("Interface can't be instantiated! Interface name: "); + L.append(cls.getName()); + throw new UnsupportedOperationException(L.toString()); } else if (Modifier.isAbstract(modifiers)) { - StringBuilder K2 = a.K("Abstract class can't be instantiated! Class name: "); - K2.append(cls.getName()); - throw new UnsupportedOperationException(K2.toString()); + StringBuilder L2 = a.L("Abstract class can't be instantiated! Class name: "); + L2.append(cls.getName()); + throw new UnsupportedOperationException(L2.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 507dbbd6d2..5e48705b54 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 f1393y = new C0149a(); + public static final Reader f1392y = new C0150a(); /* renamed from: z reason: collision with root package name */ - public static final Object f1394z = new Object(); + public static final Object f1393z = new Object(); public Object[] A = new Object[32]; public int B = 0; public String[] C = new String[32]; @@ -28,7 +28,7 @@ public final class a extends JsonReader { /* compiled from: JsonTreeReader */ /* renamed from: c.i.d.q.x.a$a reason: collision with other inner class name */ - public class C0149a extends Reader { + public class C0150a extends Reader { @Override // java.io.Reader, java.io.Closeable, java.lang.AutoCloseable public void close() throws IOException { throw new AssertionError(); @@ -41,14 +41,14 @@ public final class a extends JsonReader { } public a(JsonElement jsonElement) { - super(f1393y); + super(f1392y); c0(jsonElement); } private String t() { - StringBuilder K = c.d.b.a.a.K(" at path "); - K.append(getPath()); - return K.toString(); + StringBuilder L = c.d.b.a.a.L(" at path "); + L.append(getPath()); + return L.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 == f1394z) { + if (a02 == f1393z) { 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[]{f1394z}; + this.A = new Object[]{f1393z}; this.B = 1; } @@ -256,30 +256,30 @@ public final class a extends JsonReader { @Override // com.google.gson.stream.JsonReader public String getPath() { - StringBuilder H = c.d.b.a.a.H('$'); + StringBuilder J = c.d.b.a.a.J('$'); int i = 0; while (i < this.B) { Object[] objArr = this.A; if (objArr[i] instanceof g) { i++; if (objArr[i] instanceof Iterator) { - H.append('['); - H.append(this.D[i]); - H.append(']'); + J.append('['); + J.append(this.D[i]); + J.append(']'); } } else if (objArr[i] instanceof JsonObject) { i++; if (objArr[i] instanceof Iterator) { - H.append('.'); + J.append('.'); String[] strArr = this.C; if (strArr[i] != null) { - H.append(strArr[i]); + J.append(strArr[i]); } } } i++; } - return H.toString(); + return J.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 841479fdb4..610143818a 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 f1395x = j.a; + public JsonElement f1394x = j.a; /* compiled from: JsonTreeWriter */ public class a extends Writer { @@ -92,11 +92,11 @@ public final class b extends JsonWriter { public JsonElement M() { if (this.v.isEmpty()) { - return this.f1395x; + return this.f1394x; } - StringBuilder K = c.d.b.a.a.K("Expected one JSON element but was "); - K.append(this.v); - throw new IllegalStateException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Expected one JSON element but was "); + L.append(this.v); + throw new IllegalStateException(L.toString()); } public final JsonElement N() { @@ -106,12 +106,12 @@ public final class b extends JsonWriter { public final void Q(JsonElement jsonElement) { if (this.w != null) { - if (!(jsonElement instanceof j) || this.f2411s) { + if (!(jsonElement instanceof j) || this.f2415s) { ((JsonObject) N()).a.put(this.w, jsonElement); } this.w = null; } else if (this.v.isEmpty()) { - this.f1395x = jsonElement; + this.f1394x = jsonElement; } else { JsonElement N = N(); if (N 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 5911c94c35..225aa0d72a 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 @@ -161,10 +161,10 @@ public class a { } String message = e.getMessage(); if (message == null || message.isEmpty()) { - StringBuilder K = c.d.b.a.a.K("("); - K.append(e.getClass().getName()); - K.append(")"); - message = K.toString(); + StringBuilder L = c.d.b.a.a.L("("); + L.append(e.getClass().getName()); + L.append(")"); + message = L.toString(); } ParseException parseException = new ParseException("Failed to parse date [" + str2 + "]: " + message, parsePosition.getIndex()); parseException.initCause(e); @@ -184,9 +184,9 @@ public class a { if (digit >= 0) { i3 = -digit; } else { - StringBuilder K = c.d.b.a.a.K("Invalid number: "); - K.append(str.substring(i, i2)); - throw new NumberFormatException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Invalid number: "); + L.append(str.substring(i, i2)); + throw new NumberFormatException(L.toString()); } } else { i3 = 0; @@ -199,9 +199,9 @@ public class a { i3 = (i3 * 10) - digit2; i4 = i5; } else { - StringBuilder K2 = c.d.b.a.a.K("Invalid number: "); - K2.append(str.substring(i, i2)); - throw new NumberFormatException(K2.toString()); + StringBuilder L2 = c.d.b.a.a.L("Invalid number: "); + L2.append(str.substring(i, i2)); + throw new NumberFormatException(L2.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 fd83c5ad31..3c3064b28d 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 f1396c; + public final Object f1395c; public final Field d; public c() { @@ -23,7 +23,7 @@ public final class c extends b { } catch (Exception unused) { obj = null; } - this.f1396c = obj; + this.f1395c = 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.f1396c == null || this.d == null)) { + if (!(this.f1395c == null || this.d == null)) { try { - b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1396c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1396c, this.d)).longValue()), Boolean.TRUE); + b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1395c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1395c, 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 ff978da008..db73556eb7 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.f1414c); + byte[] b = fVar.b((i3 * i4) / 5, hVar.f1413c); 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.f1414c); + byte[] b = fVar.b(i, hVar.f1413c); 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 a32a7811be..62f1f5db36 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 f1402c; + public final f f1401c; public e(f fVar) { super(fVar.a, fVar.b); - this.f1402c = fVar; + this.f1401c = fVar; } @Override // c.i.e.f public byte[] a() { - byte[] a = this.f1402c.a(); + byte[] a = this.f1401c.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.f1402c.b(i, bArr); + byte[] b = this.f1401c.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.f1402c.c(); + return this.f1401c.c(); } @Override // c.i.e.f public f d() { - return new e(this.f1402c.d()); + return new e(this.f1401c.d()); } } diff --git a/app/src/main/java/c/i/e/h.java b/app/src/main/java/c/i/e/h.java index 1c4b8c216a..f454135b15 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[] f1403c; + public final byte[] f1402c; 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.f1403c = bArr; + this.f1402c = 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.f1403c; + return this.f1402c; } int i4 = i * i2; byte[] bArr = new byte[i4]; int i5 = (this.g * i3) + this.f; if (i == i3) { - System.arraycopy(this.f1403c, i5, bArr, 0, i4); + System.arraycopy(this.f1402c, i5, bArr, 0, i4); return bArr; } for (int i6 = 0; i6 < i2; i6++) { - System.arraycopy(this.f1403c, i5, bArr, i6 * i, i); + System.arraycopy(this.f1402c, 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.f1403c, ((i + this.g) * this.d) + this.f, bArr, 0, i2); + System.arraycopy(this.f1402c, ((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 f0de05b41d..9e5b15d103 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 f1405c; + public final boolean f1404c; public final int d; public final int e; public a(b bVar, k[] kVarArr, boolean z2, int i, int i2) { super(bVar, kVarArr); - this.f1405c = z2; + this.f1404c = 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 fc02d72e0b..a382c779f2 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.f1413c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1412c, 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.f1413c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1412c, 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.f1413c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1412c, 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.f1413c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1412c, 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.f1413c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1412c, 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 627f805d7d..b3dbcc63cf 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 @@ -1,7 +1,7 @@ package c.i.e.m.c; import androidx.exifinterface.media.ExifInterface; -import c.a.r.n0.c.e; +import c.a.q.m0.c.e; import c.i.e.n.b; import c.i.e.n.l.c; import com.discord.widgets.chat.input.autocomplete.AutocompleteViewModel; @@ -16,7 +16,7 @@ public final class a { public static final String[] b = {"CTRL_PS", " ", "a", "b", "c", "d", e.a, "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[] f1406c = {"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[] f1405c = {"CTRL_PS", " ", "\u0001", "\u0002", "\u0003", "\u0004", "\u0005", "\u0006", "\u0007", "\b", "\t", "\n", "\u000b", "\f", "\r", "\u001b", "\u001c", "\u001d", "\u001e", "\u001f", "@", "\\", "^", "_", "`", "|", "~", "", "CTRL_LL", "CTRL_UL", "CTRL_PL", "CTRL_BS"}; public static final String[] d = {"", "\r", "\r\n", ". ", ", ", ": ", "!", "\"", "#", "$", "%", "&", "'", "(", ")", "*", BadgeDrawable.DEFAULT_EXCEED_MAX_BADGE_NUMBER_SUFFIX, ",", "-", ".", AutocompleteViewModel.COMMAND_DISCOVER_TOKEN, ":", ";", "<", "=", ">", "?", "[", "]", "{", "}", "CTRL_UL"}; public static final String[] e = {"CTRL_PS", " ", "0", "1", ExifInterface.GPS_MEASUREMENT_2D, ExifInterface.GPS_MEASUREMENT_3D, "4", "5", "6", "7", "8", "9", ",", ".", "CTRL_UL", "CTRL_US"}; public c.i.e.m.a f; @@ -38,7 +38,7 @@ public final class a { String str; this.f = aVar; b bVar = aVar.a; - boolean z2 = aVar.f1405c; + boolean z2 = aVar.f1404c; int i2 = aVar.e; int i3 = (z2 ? 11 : 14) + (i2 << 2); int[] iArr = new int[i3]; @@ -102,7 +102,7 @@ public final class a { int i24 = aVar3.e; int i25 = 8; if (i24 <= 2) { - aVar2 = c.i.e.n.l.a.f1417c; + aVar2 = c.i.e.n.l.a.f1416c; i = 6; } else if (i24 <= 8) { aVar2 = c.i.e.n.l.a.g; @@ -213,7 +213,7 @@ public final class a { } else if (h == 1) { str = b[b3]; } else if (h == 2) { - str = f1406c[b3]; + str = f1405c[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 f97948465a..41ca760c54 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 f1407c; + public boolean f1406c; public int d; public int e; public int f; @@ -21,11 +21,11 @@ public final class a { /* compiled from: Detector */ /* renamed from: c.i.e.m.d.a$a reason: collision with other inner class name */ - public static final class C0150a { + public static final class C0151a { public final int a; public final int b; - public C0150a(int i, int i2) { + public C0151a(int i, int i2) { this.a = i; this.b = i2; } @@ -73,7 +73,7 @@ public final class a { int i; int i2; long j; - C0150a aVar; + C0151a aVar; int i3 = 2; int i4 = -1; int i5 = 1; @@ -257,27 +257,27 @@ public final class a { kVar5 = kVar14; kVar6 = kVar13; } - C0150a aVar2 = new C0150a(c.g0((((kVar7.a + kVar8.a) + kVar6.a) + kVar5.a) / 4.0f), c.g0((((kVar7.b + kVar8.b) + kVar6.b) + kVar5.b) / 4.0f)); + C0151a aVar2 = new C0151a(c.g0((((kVar7.a + kVar8.a) + kVar6.a) + kVar5.a) / 4.0f), c.g0((((kVar7.b + kVar8.b) + kVar6.b) + kVar5.b) / 4.0f)); this.f = 1; - C0150a aVar3 = aVar2; - C0150a aVar4 = aVar3; - C0150a aVar5 = aVar4; + C0151a aVar3 = aVar2; + C0151a aVar4 = aVar3; + C0151a aVar5 = aVar4; boolean z3 = true; while (this.f < 9) { - C0150a e = e(aVar2, z3, i5, i4); - C0150a e2 = e(aVar3, z3, i5, i5); - C0150a e3 = e(aVar4, z3, i4, i5); - C0150a e4 = e(aVar5, z3, i4, i4); + C0151a e = e(aVar2, z3, i5, i4); + C0151a e2 = e(aVar3, z3, i5, i5); + C0151a e3 = e(aVar4, z3, i4, i5); + C0151a e4 = e(aVar5, z3, i4, i4); if (this.f > i3) { double y2 = (double) ((c.y(e4.a, e4.b, e.a, e.b) * ((float) this.f)) / (c.y(aVar5.a, aVar5.b, aVar2.a, aVar2.b) * ((float) (this.f + i3)))); if (y2 < 0.75d || y2 > 1.25d) { break; } - C0150a aVar6 = new C0150a(e.a - 3, e.b + 3); - C0150a aVar7 = new C0150a(e2.a - 3, e2.b - 3); - C0150a aVar8 = new C0150a(e3.a + 3, e3.b - 3); + C0151a aVar6 = new C0151a(e.a - 3, e.b + 3); + C0151a aVar7 = new C0151a(e2.a - 3, e2.b - 3); + C0151a aVar8 = new C0151a(e3.a + 3, e3.b - 3); aVar = e; - C0150a aVar9 = new C0150a(e4.a + 3, e4.b + 3); + C0151a aVar9 = new C0151a(e4.a + 3, e4.b + 3); int c2 = c(aVar9, aVar6); if (!(c2 != 0 && c(aVar6, aVar7) == c2 && c(aVar7, aVar8) == c2 && c(aVar8, aVar9) == c2)) { break; @@ -297,7 +297,7 @@ public final class a { } int i48 = this.f; if (i48 == 5 || i48 == 7) { - this.f1407c = i48 == 5; + this.f1406c = 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.f1407c) { + if (this.f1406c) { 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.f1407c) { + if (this.f1406c) { 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.f1407c) { + if (this.f1406c) { 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.f1407c, 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.f1406c, this.e, this.d); } } throw NotFoundException.k; @@ -385,7 +385,7 @@ public final class a { throw NotFoundException.k; } - public final int c(C0150a aVar, C0150a aVar2) { + public final int c(C0151a aVar, C0151a aVar2) { float y2 = c.y(aVar.a, aVar.b, aVar2.a, aVar2.b); int i = aVar2.a; int i2 = aVar.a; @@ -417,7 +417,7 @@ public final class a { } public final int d() { - if (this.f1407c) { + if (this.f1406c) { return (this.d * 4) + 11; } int i = this.d; @@ -427,7 +427,7 @@ public final class a { return ((((i - 4) / 8) + 1) * 2) + (i * 4) + 15; } - public final C0150a e(C0150a aVar, boolean z2, int i, int i2) { + public final C0151a e(C0151a aVar, boolean z2, int i, int i2) { int i3 = aVar.a + i; int i4 = aVar.b; while (true) { @@ -446,7 +446,7 @@ public final class a { while (f(i7, i6) && this.b.f(i7, i6) == z2) { i6 += i2; } - return new C0150a(i7, i6 - i2); + return new C0151a(i7, i6 - i2); } public final boolean f(int i, int i2) { 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 00e4ba40a8..e156e2cd0e 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 f1408c; + public int f1407c; public c(byte[] bArr) { this.a = bArr; } public int a() { - return ((this.a.length - this.b) * 8) - this.f1408c; + return ((this.a.length - this.b) * 8) - this.f1407c; } public int b(int i) { if (i <= 0 || i > 32 || i > a()) { throw new IllegalArgumentException(String.valueOf(i)); } - int i2 = this.f1408c; + int i2 = this.f1407c; 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.f1408c = i9; + this.f1407c = i9; if (i9 == 8) { - this.f1408c = 0; + this.f1407c = 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.f1408c += i; + this.f1407c += 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 d1d4eff94b..b9863bef98 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 f1413c; + public final String f1412c; 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.f1413c = str; + this.f1412c = 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 1f9d21ee66..c8bbec1325 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.f1415c; + float f4 = iVar.f1414c; 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 4da91f878f..5b6189766f 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[] f1414c = b; + public byte[] f1413c = 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.f1414c.length < i) { - this.f1414c = new byte[i]; + if (this.f1413c.length < i) { + this.f1413c = 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 d213e8cb5e..0aa9da515c 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 f1415c; + public final float f1414c; 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.f1415c = f7; + this.f1414c = 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.f1415c; + float f26 = b.f1414c; 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.f1415c; + float f48 = b2.f1414c; 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 c3ffbc83d2..9c743ab9e9 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 f1416c; + public final int f1415c; 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.f1416c = i5; + this.f1415c = 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.f1416c) { + if ((z9 || !z4) && i2 < this.f1415c) { z9 = a(i3, i4, i2, false); if (z9) { i2++; @@ -86,7 +86,7 @@ public final class a { } } } - if (i2 >= this.f1416c) { + if (i2 >= this.f1415c) { 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.f1416c) / 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.f1415c) / 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 43451f37b9..0493b94160 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 f1417c; + public static final a f1416c; 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); - f1417c = aVar; + f1416c = aVar; a aVar2 = new a(301, 256, 1); f = aVar2; g = aVar2; diff --git a/app/src/main/java/c/i/e/o/a.java b/app/src/main/java/c/i/e/o/a.java index d3da2e008b..dabef30ed3 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).f1421c; - int i2 = aVar.e(kVar9, kVar).f1421c; + int i = aVar.e(kVar11, kVar).f1420c; + int i2 = aVar.e(kVar9, kVar).f1420c; 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).f1421c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1421c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1421c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1421c)) { + } else if (!aVar.c(kVar13) || Math.abs(i4 - aVar.e(kVar9, kVar12).f1420c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1420c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1420c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1420c)) { kVar13 = kVar12; } if (kVar13 != null) { kVar = kVar13; } - int i5 = aVar.e(kVar11, kVar).f1421c; - int i6 = aVar.e(kVar9, kVar).f1421c; + int i5 = aVar.e(kVar11, kVar).f1420c; + int i6 = aVar.e(kVar9, kVar).f1420c; 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).f1421c - aVar.e(kVar9, kVar14).f1421c) <= Math.abs(aVar.e(kVar11, kVar15).f1421c - aVar.e(kVar9, kVar15).f1421c)) { + } else if (!aVar.c(kVar15) || Math.abs(aVar.e(kVar11, kVar14).f1420c - aVar.e(kVar9, kVar14).f1420c) <= Math.abs(aVar.e(kVar11, kVar15).f1420c - aVar.e(kVar9, kVar15).f1420c)) { kVar15 = kVar14; } if (kVar15 != null) { kVar = kVar15; } - int max = Math.max(aVar.e(kVar11, kVar).f1421c, aVar.e(kVar9, kVar).f1421c) + 1; + int max = Math.max(aVar.e(kVar11, kVar).f1420c, aVar.e(kVar9, kVar).f1420c) + 1; if ((max & 1) == 1) { max++; } @@ -190,7 +190,7 @@ public final class a implements i { throw NotFoundException.k; } } - Result result = new Result(eVar.f1413c, eVar.a, kVarArr, c.i.e.a.DATA_MATRIX); + Result result = new Result(eVar.f1412c, 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 88153b0bab..d0ee61ac63 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 f1418c; + public final e f1417c; 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.f1420c; + int i4 = eVar.f1419c; if (i4 == i2 && (i = eVar.d) == i3) { - this.f1418c = eVar; + this.f1417c = 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 066152b489..3aac8e9a6f 100644 --- a/app/src/main/java/c/i/e/o/b/c.java +++ b/app/src/main/java/c/i/e/o/b/c.java @@ -7,7 +7,7 @@ public final class c { public static final char[] b; /* renamed from: c reason: collision with root package name */ - public static final char[] f1419c = {'*', '*', '*', ' ', '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[] f1418c = {'*', '*', '*', ' ', '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 3a7a0d0916..f46174425b 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.f1418c; + e eVar = aVar.f1417c; 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.f1418c.h) { + if (i8 == aVar.f1417c.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.f1419c; + char[] cArr5 = c.f1418c; 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.f1408c; + int i88 = 8 - cVar2.f1407c; 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 fc09f6bfa2..cbff3f7820 100644 --- a/app/src/main/java/c/i/e/o/b/e.java +++ b/app/src/main/java/c/i/e/o/b/e.java @@ -7,7 +7,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1420c; + public final int f1419c; public final int d; public final int e; public final int f; @@ -43,7 +43,7 @@ public final class e { public e(int i, int i2, int i3, int i4, int i5, c cVar) { this.b = i; - this.f1420c = i2; + this.f1419c = 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 7112f29fb2..36873a11b5 100644 --- a/app/src/main/java/c/i/e/o/c/a.java +++ b/app/src/main/java/c/i/e/o/c/a.java @@ -20,28 +20,28 @@ public final class a { public final k b; /* renamed from: c reason: collision with root package name */ - public final int f1421c; + public final int f1420c; - public b(k kVar, k kVar2, int i, C0151a aVar) { + public b(k kVar, k kVar2, int i, C0152a aVar) { this.a = kVar; this.b = kVar2; - this.f1421c = i; + this.f1420c = i; } public String toString() { - return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.b + MentionUtilsKt.SLASH_CHAR + this.f1421c; + return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.b + MentionUtilsKt.SLASH_CHAR + this.f1420c; } } /* compiled from: Detector */ public static final class c implements Serializable, Comparator { - public c(C0151a aVar) { + public c(C0152a aVar) { } /* 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.f1421c - bVar2.f1421c; + return bVar.f1420c - bVar2.f1420c; } } 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 0a6ac9691b..48f027090d 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[] f1422c = {'A', 'B', 'C', 'D'}; + public static final char[] f1421c = {'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(f1422c, a[i5])) { + if (i5 != -1 && g(f1421c, 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(f1422c, a[i9])) && i8 < this.f) { + if ((this.d.length() <= 1 || !g(f1421c, 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 = f1422c; + char[] cArr = f1421c; 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 02f2c490df..3473c51122 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 f1423c = new StringBuilder(20); + public final StringBuilder f1422c = 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.f1423c; + StringBuilder sb = this.f1422c; 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.f1423c.charAt(i14)); + i13 += "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".indexOf(this.f1422c.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 4e21f97456..43a11a21a8 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 f1424c; + public static final int f1423c; 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; - f1424c = iArr[47]; + f1423c = 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) == f1424c) { + } else if (h(iArr) == f1423c) { 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 fbb214c554..120e7233f7 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.f1428c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i7, p.f1427c) + 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 713b5f2eb5..55e7d8ac05 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.f1428c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i2, p.f1427c) + 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.f1428c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i5, p.f1427c) + 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 ab15dcf935..af9fe86a68 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[][] f1425c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; + public static final int[][] f1424c = {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, f1425c[0]); + iArr = h(aVar, f2, f1424c[0]); } catch (NotFoundException unused) { - iArr = h(aVar, f2, f1425c[1]); + iArr = h(aVar, f2, f1424c[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 e19c861ef5..4472c14dee 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.f2412c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2416c, 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 69daba0ae0..bee6c03e72 100644 --- a/app/src/main/java/c/i/e/q/k.java +++ b/app/src/main/java/c/i/e/q/k.java @@ -113,7 +113,7 @@ public abstract class k implements i { i = (((Integer) map2.get(jVar)).intValue() + 270) % 360; } c2.b(jVar, Integer.valueOf(i)); - c.i.e.k[] kVarArr = c2.f2412c; + c.i.e.k[] kVarArr = c2.f2416c; if (kVarArr != null) { int i2 = d.b; for (int i3 = 0; i3 < kVarArr.length; i3++) { @@ -171,7 +171,7 @@ public abstract class k implements i { Result b = kVar.b(i10, aVar, enumMap); if (i11 != i4) { b.b(j.ORIENTATION, Integer.valueOf((int) BaseTransientBottomBar.ANIMATION_FADE_DURATION)); - c.i.e.k[] kVarArr = b.f2412c; + c.i.e.k[] kVarArr = b.f2416c; 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 7f7908b371..d489ef5b64 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.f2412c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2416c, 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 755d646ba3..a6604572e0 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 f1426c = new StringBuilder(); + public final StringBuilder f1425c = 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.f1426c; + StringBuilder sb = this.f1425c; 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 fae5fad020..63bb5658ee 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 f1427c = new n(); + public final n f1426c = 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.f1427c.a(i, aVar, l); + return this.f1426c.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 5f23310d3c..bbd2d1a3a8 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[][] f1428c; + public static final int[][] f1427c; 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}}; - f1428c = iArr; + f1427c = iArr; int[][] iArr2 = new int[20][]; d = iArr2; System.arraycopy(iArr, 0, iArr2, 0, 10); for (int i = 10; i < 20; i++) { - int[] iArr3 = f1428c[i - 10]; + int[] iArr3 = f1427c[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.f2412c; - k[] kVarArr2 = result.f2412c; + k[] kVarArr = a2.f2416c; + k[] kVarArr2 = result.f2416c; if (kVarArr2 == null) { - result.f2412c = kVarArr; + result.f2416c = 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.f2412c = kVarArr3; + result.f2416c = 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 a5e5a934bf..6f8ef28dfc 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[] f1429c; + public final float[] f1428c; 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.f1429c = new float[4]; + this.f1428c = new float[4]; this.d = new float[4]; this.e = new int[(iArr.length / 2)]; this.f = new int[(iArr.length / 2)]; diff --git a/app/src/main/java/c/i/e/q/r/c.java b/app/src/main/java/c/i/e/q/r/c.java index e92f318ebf..d92249cd6b 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[] f1430c; + public final k[] f1429c; public c(int i, int[] iArr, int i2, int i3, int i4) { this.a = i; this.b = iArr; float f = (float) i4; - this.f1430c = new k[]{new k((float) i2, f), new k((float) i3, f)}; + this.f1429c = 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 d8c537276b..303f063ace 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 f1431c; + public final c f1430c; public int d; public d(int i, int i2, c cVar) { super(i, i2); - this.f1431c = cVar; + this.f1430c = 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 849cec90a3..774a8bf089 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.f1431c.a * 9) + dVar2.f1431c.a; + int i4 = (dVar.f1430c.a * 9) + dVar2.f1430c.a; if (i4 > 72) { i4--; } @@ -83,8 +83,8 @@ public final class e extends a { i7 = 0; } sb.append(i7); - k[] kVarArr = dVar.f1431c.f1430c; - k[] kVarArr2 = dVar2.f1431c.f1430c; + k[] kVarArr = dVar.f1430c.f1429c; + k[] kVarArr2 = dVar2.f1430c.f1429c; 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.f1429c; + float[] fArr = this.f1428c; 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.f1429c); + a.h(this.e, this.f1428c); } else { throw NotFoundException.k; } } if (z3) { - a.g(this.e, this.f1429c); + a.g(this.e, this.f1428c); } if (z5) { if (!z6) { - a.h(this.f, this.f1429c); + a.h(this.f, this.f1428c); } 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 6f9e45c300..9c209bf85d 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 f1432c; + public final c f1431c; public a(b bVar, b bVar2, c cVar, boolean z2) { this.a = bVar; this.b = bVar2; - this.f1432c = cVar; + this.f1431c = 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.f1432c, aVar.f1432c); + return a(this.a, aVar.a) && a(this.b, aVar.b) && a(this.f1431c, aVar.f1431c); } public int hashCode() { - return (b(this.a) ^ b(this.b)) ^ b(this.f1432c); + return (b(this.a) ^ b(this.b)) ^ b(this.f1431c); } public String toString() { @@ -45,7 +45,7 @@ public final class a { sb.append(" , "); sb.append(this.b); sb.append(" : "); - c cVar = this.f1432c; + c cVar = this.f1431c; 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 b5879f5284..f7eac691da 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 f1433c; + public final boolean f1432c; public b(List list, int i, boolean z2) { this.a = new ArrayList(list); this.b = i; - this.f1433c = z2; + this.f1432c = 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.f1433c == bVar.f1433c; + return this.a.equals(bVar.a) && this.f1432c == bVar.f1432c; } public int hashCode() { - return this.a.hashCode() ^ Boolean.valueOf(this.f1433c).hashCode(); + return this.a.hashCode() ^ Boolean.valueOf(this.f1432c).hashCode(); } public String toString() { - return a.D(new StringBuilder("{ "), this.a, " }"); + return a.E(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 93574c3871..89b31855c2 100644 --- a/app/src/main/java/c/i/e/q/r/f/c.java +++ b/app/src/main/java/c/i/e/q/r/f/c.java @@ -116,8 +116,8 @@ public final class c extends a { } } String a = jVar.a(); - c.i.e.k[] kVarArr = list.get(0).f1432c.f1430c; - c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1432c.f1430c; + c.i.e.k[] kVarArr = list.get(0).f1431c.f1429c; + c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1431c.f1429c; return new Result(a, null, new c.i.e.k[]{kVarArr[0], kVarArr[1], kVarArr2[0], kVarArr2[1]}, c.i.e.a.RSS_EXPANDED); } @@ -191,7 +191,7 @@ public final class c extends a { if (i4 >= list2.size()) { z2 = true; break; - } else if (list2.get(i4).f1432c.a != iArr2[i4]) { + } else if (list2.get(i4).f1431c.a != iArr2[i4]) { z2 = false; break; } else { @@ -281,7 +281,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.f1429c; + float[] fArr = this.f1428c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f2 = (((float) iArr[i6]) * 1.0f) / j02; @@ -381,17 +381,17 @@ public final class c extends a { z4 = true; if (z5) { if (!z4) { - a.h(this.e, this.f1429c); + a.h(this.e, this.f1428c); } else { throw NotFoundException.k; } } if (z4) { - a.g(this.e, this.f1429c); + a.g(this.e, this.f1428c); } if (z7) { if (!z6) { - a.h(this.f, this.f1429c); + a.h(this.f, this.f1428c); } else { throw NotFoundException.k; } @@ -604,7 +604,7 @@ public final class c extends a { iArr[i7] = i8; iArr[3] = i8; int i10 = aVar.j; - int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1432c.b[1]; + int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1431c.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 5050603d19..d4805e1695 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 f1434c; + public final String f1433c; public final String d; public e(a aVar, String str, String str2) { super(aVar); - this.f1434c = str2; + this.f1433c = 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.f1434c); + sb.append(this.f1433c); 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 02bdbecf29..2fa05fadca 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 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); + 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); } } 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 43db687583..ff71e6a2d0 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 f1435c; + public final int f1434c; public final boolean d; public o(int i, String str) { super(i); this.b = str; this.d = false; - this.f1435c = 0; + this.f1434c = 0; } public o(int i, String str, int i2) { super(i); this.d = true; - this.f1435c = i2; + this.f1434c = 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 a1375cf70e..0d865d6e5f 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 f1436c; + public final int f1435c; 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.f1436c = i3; + this.f1435c = 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 71853cc567..de21b32e19 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[][] f1437c; + public static final Object[][] f1436c; 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}}; - f1437c = 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}}; + f1436c = 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 = f1437c; + Object[][] objArr3 = f1436c; for (Object[] objArr4 : objArr3) { if (objArr4[0].equals(substring2)) { return objArr4[1] == a ? c(3, ((Integer) objArr4[2]).intValue(), str) : b(3, ((Integer) objArr4[1]).intValue(), str); diff --git a/app/src/main/java/c/i/e/q/r/f/d/s.java b/app/src/main/java/c/i/e/q/r/f/d/s.java index 65595775c7..6c323c86a0 100644 --- a/app/src/main/java/c/i/e/q/r/f/d/s.java +++ b/app/src/main/java/c/i/e/q/r/f/d/s.java @@ -10,7 +10,7 @@ public final class s { public final m b = new m(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f1438c = new StringBuilder(); + public final StringBuilder f1437c = new StringBuilder(); public s(a aVar) { this.a = aVar; @@ -34,7 +34,7 @@ public final class s { if (a != null) { sb.append(a); } - String valueOf = b.d ? String.valueOf(b.f1435c) : null; + String valueOf = b.d ? String.valueOf(b.f1434c) : null; int i2 = b.a; if (i == i2) { return sb.toString(); @@ -74,9 +74,9 @@ public final class s { n nVar3; char c3; n nVar4; - this.f1438c.setLength(0); + this.f1437c.setLength(0); if (str != null) { - this.f1438c.append(str); + this.f1437c.append(str); } this.b.a = i; int i3 = 2; @@ -144,9 +144,9 @@ public final class s { mVar2.a = i10; char c4 = nVar3.b; if (c4 == '$') { - lVar = new l(new o(i10, this.f1438c.toString()), true); + lVar = new l(new o(i10, this.f1437c.toString()), true); } else { - this.f1438c.append(c4); + this.f1437c.append(c4); } } else { if (e(this.b.a)) { @@ -288,9 +288,9 @@ public final class s { mVar4.a = i18; char c5 = nVar.b; if (c5 == '$') { - lVar = new l(new o(i18, this.f1438c.toString()), true); + lVar = new l(new o(i18, this.f1437c.toString()), true); } else { - this.f1438c.append(c5); + this.f1437c.append(c5); } } else { if (e(this.b.a)) { @@ -348,14 +348,14 @@ public final class s { mVar6.a = i28; int i29 = pVar.b; if (i29 == 10) { - lVar = new l(pVar.f1436c == 10 ? new o(i28, this.f1438c.toString()) : new o(i28, this.f1438c.toString(), pVar.f1436c), true); + lVar = new l(pVar.f1435c == 10 ? new o(i28, this.f1437c.toString()) : new o(i28, this.f1437c.toString(), pVar.f1435c), true); } else { - this.f1438c.append(i29); - int i30 = pVar.f1436c; + this.f1437c.append(i29); + int i30 = pVar.f1435c; if (i30 == 10) { - lVar = new l(new o(this.b.a, this.f1438c.toString()), true); + lVar = new l(new o(this.b.a, this.f1437c.toString()), true); } else { - this.f1438c.append(i30); + this.f1437c.append(i30); } } } else { @@ -409,7 +409,7 @@ public final class s { i3 = 2; } o oVar = lVar.a; - return (oVar == null || !oVar.d) ? new o(i2, this.f1438c.toString()) : new o(i2, this.f1438c.toString(), oVar.f1435c); + return (oVar == null || !oVar.d) ? new o(i2, this.f1437c.toString()) : new o(i2, this.f1437c.toString(), oVar.f1434c); } 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 e9d4048389..d95d789e60 100644 --- a/app/src/main/java/c/i/e/r/a.java +++ b/app/src/main/java/c/i/e/r/a.java @@ -21,14 +21,14 @@ public final class a { public static final int[] b = {66142, 66170, 66206, 66236, 66290, 66292, 66350, 66382, 66396, 66454, 66470, 66476, 66594, 66600, 66614, 66626, 66628, 66632, 66640, 66654, 66662, 66668, 66682, 66690, 66718, 66720, 66748, 66758, 66776, 66798, 66802, 66804, 66820, 66824, 66832, 66846, 66848, 66876, 66880, 66936, 66950, 66956, 66968, 66992, 67006, 67022, 67036, 67042, 67044, 67048, 67062, 67118, 67150, 67164, 67214, 67228, 67256, 67294, 67322, 67350, 67366, 67372, 67398, 67404, 67416, 67438, 67474, 67476, 67490, 67492, 67496, 67510, 67618, 67624, 67650, 67656, 67664, 67678, 67686, 67692, 67706, 67714, 67716, 67728, 67742, 67744, 67772, 67782, 67788, 67800, 67822, 67826, 67828, 67842, 67848, 67870, 67872, 67900, 67904, 67960, 67974, 67992, 68016, 68030, 68046, 68060, 68066, 68068, 68072, 68086, 68104, 68112, 68126, 68128, 68156, 68160, 68216, 68336, 68358, 68364, 68376, 68400, 68414, 68448, 68476, 68494, 68508, 68536, 68546, 68548, 68552, 68560, 68574, 68582, 68588, 68654, 68686, 68700, 68706, 68708, 68712, 68726, 68750, 68764, 68792, 68802, 68804, 68808, 68816, 68830, 68838, 68844, 68858, 68878, 68892, 68920, 68976, 68990, 68994, 68996, 69000, 69008, 69022, 69024, 69052, 69062, 69068, 69080, 69102, 69106, 69108, 69142, 69158, 69164, 69190, 69208, 69230, 69254, 69260, 69272, 69296, 69310, 69326, 69340, 69386, 69394, 69396, 69410, 69416, 69430, 69442, 69444, 69448, 69456, 69470, 69478, 69484, 69554, 69556, 69666, 69672, 69698, 69704, 69712, 69726, 69754, 69762, 69764, 69776, 69790, 69792, 69820, 69830, 69836, 69848, 69870, 69874, 69876, 69890, 69918, 69920, 69948, 69952, 70008, 70022, 70040, 70064, 70078, 70094, 70108, 70114, 70116, 70120, 70134, 70152, 70174, 70176, 70264, 70384, 70412, 70448, 70462, 70496, 70524, 70542, 70556, 70584, 70594, 70600, 70608, 70622, 70630, 70636, 70664, 70672, 70686, 70688, 70716, 70720, 70776, 70896, 71136, 71180, 71192, 71216, 71230, 71264, 71292, 71360, 71416, 71452, 71480, 71536, 71550, 71554, 71556, 71560, 71568, 71582, 71584, 71612, 71622, 71628, 71640, 71662, 71726, 71732, 71758, 71772, 71778, 71780, 71784, 71798, 71822, 71836, 71864, 71874, 71880, 71888, 71902, 71910, 71916, 71930, 71950, 71964, 71992, 72048, 72062, 72066, 72068, 72080, 72094, 72096, 72124, 72134, 72140, 72152, 72174, 72178, 72180, 72206, 72220, 72248, 72304, 72318, 72416, 72444, 72456, 72464, 72478, 72480, 72508, 72512, 72568, 72588, 72600, 72624, 72638, 72654, 72668, 72674, 72676, 72680, 72694, 72726, 72742, 72748, 72774, 72780, 72792, 72814, 72838, 72856, 72880, 72894, 72910, 72924, 72930, 72932, 72936, 72950, 72966, 72972, 72984, 73008, 73022, 73056, 73084, 73102, 73116, 73144, 73156, 73160, 73168, 73182, 73190, 73196, 73210, 73226, 73234, 73236, 73250, 73252, 73256, 73270, 73282, 73284, 73296, 73310, 73318, 73324, 73346, 73348, 73352, 73360, 73374, 73376, 73404, 73414, 73420, 73432, 73454, 73498, 73518, 73522, 73524, 73550, 73564, 73570, 73572, 73576, 73590, 73800, 73822, 73858, 73860, 73872, 73886, 73888, 73916, 73944, 73970, 73972, 73992, 74014, 74016, 74044, 74048, 74104, 74118, 74136, 74160, 74174, 74210, 74212, 74216, 74230, 74244, 74256, 74270, 74272, 74360, 74480, 74502, 74508, 74544, 74558, 74592, 74620, 74638, 74652, 74680, 74690, 74696, 74704, 74726, 74732, 74782, 74784, 74812, 74992, 75232, 75288, 75326, 75360, 75388, 75456, 75512, 75576, 75632, 75646, 75650, 75652, 75664, 75678, 75680, 75708, 75718, 75724, 75736, 75758, 75808, 75836, 75840, 75896, 76016, 76256, 76736, 76824, 76848, 76862, 76896, 76924, 76992, 77048, 77296, 77340, 77368, 77424, 77438, 77536, 77564, 77572, 77576, 77584, 77600, 77628, 77632, 77688, 77702, 77708, 77720, 77744, 77758, 77774, 77788, 77870, 77902, 77916, 77922, 77928, 77966, 77980, 78008, 78018, 78024, 78032, 78046, 78060, 78074, 78094, 78136, 78192, 78206, 78210, 78212, 78224, 78238, 78240, 78268, 78278, 78284, 78296, 78322, 78324, 78350, 78364, 78448, 78462, 78560, 78588, 78600, 78622, 78624, 78652, 78656, 78712, 78726, 78744, 78768, 78782, 78798, 78812, 78818, 78820, 78824, 78838, 78862, 78876, 78904, 78960, 78974, 79072, 79100, 79296, 79352, 79368, 79376, 79390, 79392, 79420, 79424, 79480, 79600, 79628, 79640, 79664, 79678, 79712, 79740, 79772, 79800, 79810, 79812, 79816, 79824, 79838, 79846, 79852, 79894, 79910, 79916, 79942, 79948, 79960, 79982, 79988, 80006, 80024, 80048, 80062, 80078, 80092, 80098, 80100, 80104, 80134, 80140, 80176, 80190, 80224, 80252, 80270, 80284, 80312, 80328, 80336, 80350, 80358, 80364, 80378, 80390, 80396, 80408, 80432, 80446, 80480, 80508, 80576, 80632, 80654, 80668, 80696, 80752, 80766, 80776, 80784, 80798, 80800, 80828, 80844, 80856, 80878, 80882, 80884, 80914, 80916, 80930, 80932, 80936, 80950, 80962, 80968, 80976, 80990, 80998, 81004, 81026, 81028, 81040, 81054, 81056, 81084, 81094, 81100, 81112, 81134, 81154, 81156, 81160, 81168, 81182, 81184, 81212, 81216, 81272, 81286, 81292, 81304, 81328, 81342, 81358, 81372, 81380, 81384, 81398, 81434, 81454, 81458, 81460, 81486, 81500, 81506, 81508, 81512, 81526, 81550, 81564, 81592, 81602, 81604, 81608, 81616, 81630, 81638, 81644, 81702, 81708, 81722, 81734, 81740, 81752, 81774, 81778, 81780, 82050, 82078, 82080, 82108, 82180, 82184, 82192, 82206, 82208, 82236, 82240, 82296, 82316, 82328, 82352, 82366, 82402, 82404, 82408, 82440, 82448, 82462, 82464, 82492, 82496, 82552, 82672, 82694, 82700, 82712, 82736, 82750, 82784, 82812, 82830, 82882, 82884, 82888, 82896, 82918, 82924, 82952, 82960, 82974, 82976, 83004, 83008, 83064, 83184, 83424, 83468, 83480, 83504, 83518, 83552, 83580, 83648, 83704, 83740, 83768, 83824, 83838, 83842, 83844, 83848, 83856, 83872, 83900, 83910, 83916, 83928, 83950, 83984, 84000, 84028, 84032, 84088, 84208, 84448, 84928, 85040, 85054, 85088, 85116, 85184, 85240, 85488, 85560, 85616, 85630, 85728, 85756, 85764, 85768, 85776, 85790, 85792, 85820, 85824, 85880, 85894, 85900, 85912, 85936, 85966, 85980, 86048, 86080, 86136, 86256, 86496, 86976, 88160, 88188, 88256, 88312, 88560, 89056, 89200, 89214, 89312, 89340, 89536, 89592, 89608, 89616, 89632, 89664, 89720, 89840, 89868, 89880, 89904, 89952, 89980, 89998, 90012, 90040, 90190, 90204, 90254, 90268, 90296, 90306, 90308, 90312, 90334, 90382, 90396, 90424, 90480, 90494, 90500, 90504, 90512, 90526, 90528, 90556, 90566, 90572, 90584, 90610, 90612, 90638, 90652, 90680, 90736, 90750, 90848, 90876, 90884, 90888, 90896, 90910, 90912, 90940, 90944, 91000, 91014, 91020, 91032, 91056, 91070, 91086, 91100, 91106, 91108, 91112, 91126, 91150, 91164, 91192, 91248, 91262, 91360, 91388, 91584, 91640, 91664, 91678, 91680, 91708, 91712, 91768, 91888, 91928, 91952, 91966, 92000, 92028, 92046, 92060, 92088, 92098, 92100, 92104, 92112, 92126, 92134, 92140, 92188, 92216, 92272, 92384, 92412, 92608, 92664, 93168, 93200, 93214, 93216, 93244, 93248, 93304, 93424, 93664, 93720, 93744, 93758, 93792, 93820, 93888, 93944, 93980, 94008, 94064, 94078, 94084, 94088, 94096, 94110, 94112, 94140, 94150, 94156, 94168, 94246, 94252, 94278, 94284, 94296, 94318, 94342, 94348, 94360, 94384, 94398, 94414, 94428, 94440, 94470, 94476, 94488, 94512, 94526, 94560, 94588, 94606, 94620, 94648, 94658, 94660, 94664, 94672, 94686, 94694, 94700, 94714, 94726, 94732, 94744, 94768, 94782, 94816, 94844, 94912, 94968, 94990, 95004, 95032, 95088, 95102, 95112, 95120, 95134, 95136, 95164, 95180, 95192, 95214, 95218, 95220, 95244, 95256, 95280, 95294, 95328, 95356, 95424, 95480, 95728, 95758, 95772, 95800, 95856, 95870, 95968, 95996, 96008, 96016, 96030, 96032, 96060, 96064, 96120, 96152, 96176, 96190, 96220, 96226, 96228, 96232, 96290, 96292, 96296, 96310, 96322, 96324, 96328, 96336, 96350, 96358, 96364, 96386, 96388, 96392, 96400, 96414, 96416, 96444, 96454, 96460, 96472, 96494, 96498, 96500, 96514, 96516, 96520, 96528, 96542, 96544, 96572, 96576, 96632, 96646, 96652, 96664, 96688, 96702, 96718, 96732, 96738, 96740, 96744, 96758, 96772, 96776, 96784, 96798, 96800, 96828, 96832, 96888, 97008, 97030, 97036, 97048, 97072, 97086, 97120, 97148, 97166, 97180, 97208, 97220, 97224, 97232, 97246, 97254, 97260, 97326, 97330, 97332, 97358, 97372, 97378, 97380, 97384, 97398, 97422, 97436, 97464, 97474, 97476, 97480, 97488, 97502, 97510, 97516, 97550, 97564, 97592, 97648, 97666, 97668, 97672, 97680, 97694, 97696, 97724, 97734, 97740, 97752, 97774, 97830, 97836, 97850, 97862, 97868, 97880, 97902, 97906, 97908, 97926, 97932, 97944, 97968, 97998, 98012, 98018, 98020, 98024, 98038, 98618, 98674, 98676, 98838, 98854, 98874, 98892, 98904, 98926, 98930, 98932, 98968, 99006, 99042, 99044, 99048, 99062, 99166, 99194, 99246, 99286, 99350, 99366, 99372, 99386, 99398, 99416, 99438, 99442, 99444, 99462, 99504, 99518, 99534, 99548, 99554, 99556, 99560, 99574, 99590, 99596, 99608, 99632, 99646, 99680, 99708, 99726, 99740, 99768, 99778, 99780, 99784, 99792, 99806, 99814, 99820, 99834, 99858, 99860, 99874, 99880, 99894, 99906, 99920, 99934, 99962, 99970, 99972, 99976, 99984, 99998, 100000, 100028, 100038, 100044, 100056, 100078, 100082, 100084, 100142, 100174, 100188, 100246, 100262, 100268, 100306, 100308, 100390, 100396, 100410, 100422, 100428, 100440, 100462, 100466, 100468, 100486, 100504, 100528, 100542, 100558, 100572, 100578, 100580, 100584, 100598, 100620, 100656, 100670, 100704, 100732, 100750, 100792, 100802, 100808, 100816, 100830, 100838, 100844, 100858, 100888, 100912, 100926, 100960, 100988, 101056, 101112, 101148, 101176, 101232, 101246, 101250, 101252, 101256, 101264, 101278, 101280, 101308, 101318, 101324, 101336, 101358, 101362, 101364, 101410, 101412, 101416, 101430, 101442, 101448, 101456, 101470, 101478, 101498, 101506, 101508, 101520, 101534, 101536, 101564, 101580, 101618, 101620, 101636, 101640, 101648, 101662, 101664, 101692, 101696, 101752, 101766, 101784, 101838, 101858, 101860, 101864, 101934, 101938, 101940, 101966, 101980, 101986, 101988, 101992, 102030, 102044, 102072, 102082, 102084, 102088, 102096, 102138, 102166, 102182, 102188, 102214, 102220, 102232, 102254, 102282, 102290, 102292, 102306, 102308, 102312, 102326, 102444, 102458, 102470, 102476, 102488, 102514, 102516, 102534, 102552, 102576, 102590, 102606, 102620, 102626, 102632, 102646, 102662, 102668, 102704, 102718, 102752, 102780, 102798, 102812, 102840, 102850, 102856, 102864, 102878, 102886, 102892, 102906, 102936, 102974, 103008, 103036, 103104, 103160, 103224, 103280, 103294, 103298, 103300, 103312, 103326, 103328, 103356, 103366, 103372, 103384, 103406, 103410, 103412, 103472, 103486, 103520, 103548, 103616, 103672, 103920, 103992, 104048, 104062, 104160, 104188, 104194, 104196, 104200, 104208, 104224, 104252, 104256, 104312, 104326, 104332, 104344, 104368, 104382, 104398, 104412, 104418, 104420, 104424, 104482, 104484, 104514, 104520, 104528, 104542, 104550, 104570, 104578, 104580, 104592, 104606, 104608, 104636, 104652, 104690, 104692, 104706, 104712, 104734, 104736, 104764, 104768, 104824, 104838, 104856, 104910, 104930, 104932, 104936, 104968, 104976, 104990, 104992, 105020, 105024, 105080, 105200, 105240, 105278, 105312, 105372, 105410, 105412, 105416, 105424, 105446, 105518, 105524, 105550, 105564, 105570, 105572, 105576, 105614, 105628, 105656, 105666, 105672, 105680, 105702, 105722, 105742, 105756, 105784, 105840, 105854, 105858, 105860, 105864, 105872, 105888, 105932, 105970, 105972, 106006, 106022, 106028, 106054, 106060, 106072, 106100, 106118, 106124, 106136, 106160, 106174, 106190, 106210, 106212, 106216, 106250, 106258, 106260, 106274, 106276, 106280, 106306, 106308, 106312, 106320, 106334, 106348, 106394, 106414, 106418, 106420, 106566, 106572, 106610, 106612, 106630, 106636, 106648, 106672, 106686, 106722, 106724, 106728, 106742, 106758, 106764, 106776, 106800, 106814, 106848, 106876, 106894, 106908, 106936, 106946, 106948, 106952, 106960, 106974, 106982, 106988, 107032, 107056, 107070, 107104, 107132, 107200, 107256, 107292, 107320, 107376, 107390, 107394, 107396, 107400, 107408, 107422, 107424, 107452, 107462, 107468, 107480, 107502, 107506, 107508, 107544, 107568, 107582, 107616, 107644, 107712, 107768, 108016, 108060, 108088, 108144, 108158, 108256, 108284, 108290, 108292, 108296, 108304, 108318, 108320, 108348, 108352, 108408, 108422, 108428, 108440, 108464, 108478, 108494, 108508, 108514, 108516, 108520, 108592, 108640, 108668, 108736, 108792, 109040, 109536, 109680, 109694, 109792, 109820, 110016, 110072, 110084, 110088, 110096, 110112, 110140, 110144, 110200, 110320, 110342, 110348, 110360, 110384, 110398, 110432, 110460, 110478, 110492, 110520, 110532, 110536, 110544, 110558, 110658, 110686, 110714, 110722, 110724, 110728, 110736, 110750, 110752, 110780, 110796, 110834, 110836, 110850, 110852, 110856, 110864, 110878, 110880, 110908, 110912, 110968, 110982, RestAPIAbortCodes.SEARCH_INDEXING, 111054, 111074, 111076, 111080, 111108, 111112, 111120, 111134, 111136, 111164, 111168, 111224, 111344, 111372, 111422, 111456, 111516, 111554, 111556, 111560, 111568, 111590, 111632, 111646, 111648, 111676, 111680, 111736, 111856, 112096, 112152, 112224, 112252, 112320, 112440, 112514, 112516, 112520, 112528, 112542, 112544, 112588, 112686, 112718, 112732, 112782, 112796, 112824, 112834, 112836, 112840, 112848, 112870, 112890, 112910, 112924, 112952, 113008, 113022, 113026, 113028, 113032, 113040, 113054, 113056, 113100, 113138, 113140, 113166, 113180, 113208, 113264, 113278, 113376, 113404, 113416, 113424, 113440, 113468, 113472, 113560, 113614, 113634, 113636, 113640, 113686, 113702, 113708, 113734, 113740, 113752, 113778, 113780, 113798, 113804, 113816, 113840, 113854, 113870, 113890, 113892, 113896, 113926, 113932, 113944, 113968, 113982, 114016, 114044, 114076, 114114, 114116, 114120, 114128, 114150, 114170, 114194, 114196, 114210, 114212, 114216, 114242, 114244, 114248, 114256, 114270, 114278, 114306, 114308, 114312, 114320, 114334, 114336, 114364, 114380, 114420, 114458, 114478, 114482, 114484, 114510, 114524, 114530, 114532, 114536, 114842, 114866, 114868, 114970, 114994, 114996, 115042, 115044, 115048, 115062, 115130, 115226, 115250, 115252, 115278, 115292, 115298, 115300, 115304, 115318, 115342, 115394, 115396, 115400, 115408, 115422, 115430, 115436, 115450, 115478, 115494, 115514, 115526, 115532, 115570, 115572, 115738, 115758, 115762, 115764, 115790, 115804, 115810, 115812, 115816, 115830, 115854, 115868, 115896, 115906, 115912, 115920, 115934, 115942, 115948, 115962, 115996, 116024, 116080, 116094, 116098, 116100, 116104, 116112, 116126, 116128, 116156, 116166, 116172, 116184, 116206, 116210, 116212, 116246, 116262, 116268, 116282, 116294, 116300, 116312, 116334, 116338, 116340, 116358, 116364, 116376, 116400, 116414, 116430, 116444, 116450, 116452, 116456, 116498, 116500, 116514, 116520, 116534, 116546, 116548, 116552, 116560, 116574, 116582, 116588, 116602, 116654, 116694, 116714, 116762, 116782, 116786, 116788, 116814, 116828, 116834, 116836, 116840, 116854, 116878, 116892, 116920, 116930, 116936, 116944, 116958, 116966, 116972, 116986, 117006, 117048, 117104, 117118, 117122, 117124, 117136, 117150, 117152, 117180, 117190, 117196, 117208, 117230, 117234, 117236, 117304, 117360, 117374, 117472, 117500, 117506, 117508, 117512, 117520, 117536, 117564, 117568, 117624, 117638, 117644, 117656, 117680, 117694, 117710, 117724, 117730, 117732, 117736, 117750, 117782, 117798, 117804, 117818, 117830, 117848, 117874, 117876, 117894, 117936, 117950, 117966, 117986, 117988, 117992, 118022, 118028, 118040, 118064, 118078, 118112, 118140, 118172, 118210, 118212, 118216, 118224, 118238, 118246, 118266, 118306, 118312, 118338, 118352, 118366, 118374, 118394, 118402, 118404, 118408, 118416, 118430, 118432, 118460, 118476, 118514, 118516, 118574, 118578, 118580, 118606, 118620, 118626, 118628, 118632, 118678, 118694, 118700, 118730, 118738, 118740, 118830, 118834, 118836, 118862, 118876, 118882, 118884, 118888, 118902, 118926, 118940, 118968, 118978, 118980, 118984, 118992, 119006, 119014, 119020, 119034, 119068, 119096, 119152, 119166, 119170, 119172, 119176, 119184, 119198, 119200, 119228, 119238, 119244, 119256, 119278, 119282, 119284, 119324, 119352, 119408, 119422, 119520, 119548, 119554, 119556, 119560, 119568, 119582, 119584, 119612, 119616, 119672, 119686, 119692, 119704, 119728, 119742, 119758, 119772, 119778, 119780, 119784, 119798, 119920, 119934, 120032, 120060, 120256, 120312, 120324, 120328, 120336, 120352, 120384, 120440, 120560, 120582, 120588, 120600, 120624, 120638, 120672, 120700, 120718, 120732, 120760, 120770, 120772, 120776, 120784, 120798, 120806, 120812, 120870, 120876, 120890, 120902, 120908, 120920, 120946, 120948, 120966, 120972, 120984, 121008, 121022, 121038, 121058, 121060, 121064, 121078, 121100, 121112, 121136, 121150, 121184, 121212, 121244, 121282, 121284, 121288, 121296, 121318, 121338, 121356, 121368, 121392, 121406, 121440, 121468, 121536, 121592, 121656, 121730, 121732, 121736, 121744, 121758, 121760, 121804, 121842, 121844, 121890, 121922, 121924, 121928, 121936, 121950, 121958, 121978, 121986, 121988, 121992, 122000, 122014, 122016, 122044, 122060, 122098, 122100, 122116, 122120, 122128, 122142, 122144, 122172, 122176, 122232, 122246, 122264, 122318, 122338, 122340, 122344, 122414, 122418, 122420, 122446, 122460, 122466, 122468, 122472, 122510, 122524, 122552, 122562, 122564, 122568, 122576, 122598, 122618, 122646, 122662, 122668, 122694, 122700, 122712, 122738, 122740, 122762, 122770, 122772, 122786, 122788, 122792, 123018, 123026, 123028, 123042, 123044, 123048, 123062, 123098, 123146, 123154, 123156, 123170, 123172, 123176, 123190, 123202, 123204, 123208, 123216, 123238, 123244, 123258, 123290, 123314, 123316, 123402, 123410, 123412, 123426, 123428, 123432, 123446, 123458, 123464, 123472, 123486, 123494, 123500, 123514, 123522, 123524, 123528, 123536, 123552, 123580, 123590, 123596, 123608, 123630, 123634, 123636, 123674, 123698, 123700, 123740, 123746, 123748, 123752, 123834, 123914, 123922, 123924, 123938, 123944, 123958, 123970, 123976, 123984, 123998, 124006, 124012, 124026, 124034, 124036, 124048, 124062, 124064, 124092, 124102, 124108, 124120, 124142, 124146, 124148, 124162, 124164, 124168, 124176, 124190, 124192, 124220, 124224, 124280, 124294, 124300, 124312, 124336, 124350, 124366, 124380, 124386, 124388, 124392, 124406, 124442, 124462, 124466, 124468, 124494, 124508, 124514, 124520, 124558, 124572, 124600, 124610, 124612, 124616, 124624, 124646, 124666, 124694, 124710, 124716, 124730, 124742, 124748, 124760, 124786, 124788, 124818, 124820, 124834, 124836, 124840, 124854, 124946, 124948, 124962, 124964, 124968, 124982, 124994, 124996, 125000, 125008, 125022, 125030, 125036, 125050, 125058, 125060, 125064, 125072, 125086, 125088, 125116, 125126, 125132, 125144, 125166, 125170, 125172, 125186, 125188, 125192, 125200, 125216, 125244, 125248, 125304, 125318, 125324, 125336, 125360, 125374, 125390, 125404, 125410, 125412, 125416, 125430, 125444, 125448, 125456, 125472, 125504, 125560, 125680, 125702, 125708, 125720, 125744, 125758, 125792, 125820, 125838, 125852, 125880, 125890, 125892, 125896, 125904, 125918, 125926, 125932, 125978, 125998, 126002, 126004, 126030, 126044, 126050, 126052, 126056, 126094, 126108, 126136, 126146, 126148, 126152, 126160, 126182, 126202, 126222, 126236, 126264, 126320, 126334, 126338, 126340, 126344, 126352, 126366, 126368, 126412, 126450, 126452, 126486, 126502, 126508, 126522, 126534, 126540, 126552, 126574, 126578, 126580, 126598, 126604, 126616, 126640, 126654, 126670, 126684, 126690, 126692, 126696, 126738, 126754, 126756, 126760, 126774, 126786, 126788, 126792, 126800, 126814, 126822, 126828, 126842, 126894, 126898, 126900, 126934, 127126, 127142, 127148, 127162, 127178, 127186, 127188, 127254, 127270, 127276, 127290, 127302, 127308, 127320, 127342, 127346, 127348, 127370, 127378, 127380, 127394, 127396, 127400, 127450, 127510, 127526, 127532, 127546, 127558, 127576, 127598, 127602, 127604, 127622, 127628, 127640, 127664, 127678, 127694, 127708, 127714, 127716, 127720, 127734, 127754, 127762, 127764, 127778, 127784, 127810, 127812, 127816, 127824, 127838, 127846, 127866, 127898, 127918, 127922, 127924, 128022, 128038, 128044, 128058, 128070, 128076, 128088, 128110, 128114, 128116, 128134, 128140, 128152, 128176, 128190, 128206, 128220, 128226, 128228, 128232, 128246, 128262, 128268, 128280, 128304, 128318, 128352, 128380, 128398, 128412, 128440, 128450, 128452, 128456, 128464, 128478, 128486, 128492, 128506, 128522, 128530, 128532, 128546, 128548, 128552, 128566, 128578, 128580, 128584, 128592, 128606, 128614, 128634, 128642, 128644, 128648, 128656, 128670, 128672, 128700, 128716, 128754, 128756, 128794, 128814, 128818, 128820, 128846, 128860, 128866, 128868, 128872, 128886, 128918, 128934, 128940, 128954, 128978, 128980, 129178, 129198, 129202, 129204, 129238, 129258, 129306, 129326, 129330, 129332, 129358, 129372, 129378, 129380, 129384, 129398, 129430, 129446, 129452, 129466, 129482, 129490, 129492, 129562, 129582, 129586, 129588, 129614, 129628, 129634, 129636, 129640, 129654, 129678, 129692, 129720, 129730, 129732, 129736, 129744, 129758, 129766, 129772, 129814, 129830, 129836, 129850, 129862, 129868, 129880, 129902, 129906, 129908, 129930, 129938, 129940, 129954, 129956, 129960, 129974, 130010}; /* renamed from: c reason: collision with root package name */ - public static final int[] f1439c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, AudioAttributesCompat.FLAG_ALL_PUBLIC, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, 165, 164, 2007, 162, 2006, 159, 2003, 2000, 172, 171, 169, 2012, 166, 2010, 1186, 1184, 1182, 1179, HideBottomViewOnScrollBehavior.EXIT_ANIMATION_DURATION, 1176, 173, 1192, 1191, 1189, 1187, 176, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, 143, 1987, 139, 1986, 135, 133, 131, 1984, 128, 1983, 125, 1981, 138, 137, 136, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, 2280, 1577, 2295, 2293, 2291, 579, 577, 574, 571, 2298, 582, 581, 1592, 2263, 2262, 2260, 2258, 1545, 2255, 1544, 2252, 1541, 2273, 2271, 2269, 2266, 1550, 535, 532, 2279, 528, 2277, 546, 543, 549, 1575, 1573, 2224, 2222, 2220, 1486, 2217, 1485, 2214, 1482, 1479, 2238, 2236, 2234, 2231, 1496, 2228, 1492, 480, 477, 2248, 473, 2246, 469, 2243, 490, 487, 2251, 497, 1537, 1535, 1532, 2477, 2476, 2474, 2479, 2469, 2468, 2466, 2464, 1730, 2473, 2471, 2453, 2452, 2450, 2448, 1729, 2445, 1728, 2460, 2458, 2456, 2463, 805, 804, 2428, 2427, 2425, 2423, 1725, 2420, 1724, 2417, 1722, 2438, 2436, 2434, 2431, 1727, 2444, 2442, 793, 791, 788, 795, 2388, 2386, 2384, 1697, 2381, 1696, 2378, 1694, 1692, 2402, 2400, 2398, 2395, 1703, 2392, 1701, 2412, 2410, 2407, 751, 748, 744, 2416, 759, 757, 1807, 2620, 2618, 1806, 1805, 2611, 2609, 2607, 2614, 1802, 1801, 1799, 2594, 2592, 2590, 2587, 1804, 2600, 2598, 1794, 1793, 1791, 1789, 2564, 2562, 2560, 2557, 1798, 2554, 1796, 2574, 2572, 2569, 2578, 1847, 1846, 2722, 1843, 1842, 1840, 1845, 2716, 2714, 1835, 1834, 1832, 1830, 1839, 1837, 2700, 2698, 2695, 2704, 1817, 1811, 1810, 897, 862, 1777, 829, 826, 838, 1760, 1758, 808, 2481, 1741, 1740, 1738, 1743, 2624, 1818, 2726, 2776, 782, 740, 737, 1715, 686, 679, 695, 1682, 1680, 639, 628, 2339, 647, 644, 1645, 1643, 1640, 1648, 602, 600, 597, 595, 2320, 593, 2318, 609, 607, 604, 1611, 1610, 1608, 1606, 613, 1615, 1613, 2328, 926, 924, 892, 886, 899, 857, 850, 2505, 1778, 824, 823, 821, 819, 2488, 818, 2486, 833, 831, 828, 840, 1761, 1759, 2649, 2632, 2630, 2746, 2734, 2732, 2782, 2781, 570, 567, 1587, 531, 527, 523, 540, 1566, 1564, 476, 467, 463, 2240, 486, 483, 1524, 1521, 1518, 1529, 411, 403, 2192, 399, 2189, 423, 416, 1462, 1457, 1454, 428, 1468, 1465, 2210, 366, 363, 2158, 360, 2156, 357, 2153, 376, 373, 370, 2163, 1410, 1409, 1407, 1405, 382, 1402, 380, 1417, 1415, 1412, 1421, 2175, 2174, 777, 774, 771, 784, 732, 725, 722, 2404, 743, 1716, 676, 674, 668, 2363, 665, 2360, 685, 1684, 1681, 626, 624, 622, 2335, 620, 2333, 617, 2330, 641, 635, 649, 1646, 1644, 1642, 2566, 928, 925, 2530, 2527, 894, 891, 888, 2501, 2499, 2496, 858, 856, 854, 851, 1779, 2692, 2668, 2665, 2645, 2643, 2640, 2651, 2768, 2759, 2757, 2744, 2743, 2741, 2748, 352, 1382, 340, 337, 333, 1371, 1369, 307, 300, 296, 2126, 315, 312, 1347, 1342, 1350, 261, 258, 250, 2097, 246, 2094, 271, 268, 264, 1306, 1301, 1298, 276, 1312, 1309, 2115, 203, 2048, 195, 2045, 191, 2041, 213, 209, 2056, 1246, 1244, 1238, HideBottomViewOnScrollBehavior.ENTER_ANIMATION_DURATION, 1234, 222, 1256, 1253, 1249, 1262, 2080, 2079, 154, 1997, FontUtils.MAX_FONT_SCALING, 1995, 147, 1992, 1989, 163, 160, 2004, 156, 2001, 1175, 1174, 1172, 1170, 1167, 170, 1164, 167, 1185, 1183, 1180, 1177, 174, 1190, 1188, 2025, 2024, 2022, 587, 586, 564, 559, 556, 2290, 573, 1588, 520, 518, 512, 2268, 508, 2265, 530, 1568, 1565, 461, 457, 2233, 450, 2230, 446, 2226, 479, 471, 489, 1526, 1523, 1520, 397, 395, 2185, 392, 2183, 389, 2180, 2177, 410, 2194, 402, 422, 1463, 1461, 1459, 1456, 1470, 2455, 799, 2433, 2430, 779, 776, 773, 2397, 2394, 2390, 734, 728, 724, 746, 1717, 2356, 2354, 2351, 2348, 1658, 677, 675, 673, 670, 667, 688, 1685, 1683, 2606, 2589, 2586, 2559, 2556, 2552, 927, 2523, 2521, 2518, 2515, 1784, 2532, 895, 893, 890, 2718, 2709, 2707, 2689, 2687, 2684, 2663, 2662, 2660, 2658, 1825, 2667, 2769, 1852, 2760, 2758, 142, 141, 1139, 1138, 134, 132, 129, 126, 1982, 1129, 1128, 1126, 1131, 113, 111, 108, 105, 1972, 101, 1970, 120, 118, 115, 1109, 1108, 1106, 1104, 123, 1113, 1111, 82, 79, 1951, 75, 1949, 72, 1946, 92, 89, 86, 1956, 1077, 1076, 1074, 1072, 98, 1069, 96, 1084, 1082, 1079, 1088, 1968, 1967, 48, 45, 1916, 42, 1914, 39, 1911, 1908, 60, 57, 54, 1923, 50, 1920, 1031, 1030, 1028, 1026, 67, AudioAttributesCompat.FLAG_ALL, 65, PointerIconCompat.TYPE_GRAB, 62, 1041, 1039, 1036, 1033, 69, 1046, 1044, 1944, 1943, 1941, 11, 9, 1868, 7, 1865, 1862, 1859, 20, 1878, 16, 1875, 13, 1872, 970, 968, 966, 963, 29, 960, 26, 23, 983, 981, 978, 975, 33, 971, 31, 990, 988, 985, 1906, 1904, 1902, 993, 351, 2145, 1383, 331, 330, 328, 326, 2137, 323, 2135, 339, 1372, 1370, 294, 293, 291, 289, 2122, 286, 2120, 283, 2117, 309, 303, 317, 1348, 1346, 1344, 245, 244, 242, 2090, 239, 2088, 236, 2085, 2082, 260, 2099, 249, 270, 1307, 1305, 1303, 1300, 1314, 189, 2038, 186, 2036, 183, 2033, 2030, 2026, 206, 198, 2047, 194, 216, 1247, 1245, 1243, 1240, 227, 1237, 1255, 2310, 2302, 2300, 2286, 2284, 2281, 565, 563, 561, 558, 575, 1589, 2261, 2259, 2256, 2253, 1542, 521, 519, 517, 514, 2270, FrameMetricsAggregator.EVERY_DURATION, 533, 1569, 1567, 2223, 2221, 2218, 2215, 1483, 2211, 1480, 459, 456, 453, 2232, 449, 474, 491, 1527, 1525, 1522, 2475, 2467, 2465, 2451, 2449, 2446, 801, 800, 2426, 2424, 2421, 2418, 1723, 2435, 780, 778, 775, 2387, 2385, 2382, 2379, 1695, 2375, 1693, 2396, 735, 733, 730, 727, 749, 1718, 2616, 2615, 2604, 2603, 2601, 2584, 2583, 2581, 2579, ModelInvite.Settings.HALF_HOUR, 2591, 2550, 2549, 2547, 2545, 1792, 2542, 1790, 2558, 929, 2719, 1841, 2710, 2708, 1833, 1831, 2690, 2688, 2686, 1815, 1809, 1808, 1774, 1756, 1754, 1737, 1736, 1734, 1739, 1816, 1711, 1676, 1674, 633, 629, 1638, 1636, 1633, 1641, 598, 1605, 1604, 1602, 1600, 605, 1609, 1607, 2327, 887, 853, 1775, 822, 820, 1757, 1755, 1584, 524, 1560, 1558, 468, 464, 1514, 1511, 1508, 1519, 408, 404, 400, 1452, 1447, 1444, 417, 1458, 1455, 2208, 364, 361, 358, 2154, 1401, 1400, 1398, 1396, 374, 1393, 371, 1408, 1406, 1403, 1413, 2173, 2172, 772, 726, 723, 1712, 672, 669, 666, 682, 1678, 1675, 625, 623, 621, 618, 2331, 636, 632, 1639, 1637, 1635, 920, 918, 884, 880, 889, 849, 848, 847, 846, 2497, 855, 852, 1776, 2641, 2742, 2787, 1380, 334, 1367, 1365, 301, 297, 1340, 1338, 1335, 1343, 255, 251, 247, 1296, 1291, 1288, 265, 1302, 1299, 2113, 204, 196, 192, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, 151, 148, 1993, 144, 1990, 1163, 1162, 1160, 1158, 1155, 161, 1152, 157, 1173, 1171, 1168, 1165, 168, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, 140, 1137, 1136, 130, 127, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, WidgetSettingsUserProfile.MAX_BANNER_IMAGE_SIZE, 1966, 1965, 46, 43, 40, 1912, 36, 1909, PointerIconCompat.TYPE_ZOOM_OUT, PointerIconCompat.TYPE_ZOOM_IN, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW, 58, PointerIconCompat.TYPE_COPY, 55, PointerIconCompat.TYPE_TEXT, 51, 1029, 1027, 1024, PointerIconCompat.TYPE_GRABBING, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, 190, 187, 184, 2034, BaseTransientBottomBar.ANIMATION_FADE_DURATION, 2031, 177, 2027, 199, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, 197, 1206, 193, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, 152, 1143, 149, 1140, 145, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, PointerIconCompat.TYPE_CROSSHAIR, PointerIconCompat.TYPE_CELL, PointerIconCompat.TYPE_WAIT, PointerIconCompat.TYPE_HAND, RoomDatabase.MAX_BIND_PARAMETER_CNT, 41, 996, 37, PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW, PointerIconCompat.TYPE_NO_DROP, PointerIconCompat.TYPE_VERTICAL_TEXT, 52, InputDeviceCompat.SOURCE_GAMEPAD, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, ScreenShareManager.THUMBNAIL_HEIGHT_PX, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, 188, 185, 181, 178, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, InputDeviceCompat.SOURCE_DPAD, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, 146, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, PointerIconCompat.TYPE_HELP, 1000, 997, 38, PointerIconCompat.TYPE_ALL_SCROLL, PointerIconCompat.TYPE_ALIAS, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, 182, 1195, 179, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, PointerIconCompat.TYPE_CONTEXT_MENU, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; + public static final int[] f1438c = {2627, 1819, 2622, 2621, 1813, 1812, 2729, 2724, 2723, 2779, 2774, 2773, 902, 896, 908, 868, 865, 861, 859, 2511, 873, 871, 1780, 835, 2493, 825, 2491, 842, 837, 844, 1764, 1762, 811, 810, 809, 2483, 807, 2482, 806, 2480, 815, 814, 813, 812, 2484, 817, 816, 1745, 1744, 1742, 1746, 2655, 2637, 2635, 2626, 2625, 2623, 2628, 1820, 2752, 2739, 2737, 2728, 2727, 2725, 2730, 2785, 2783, 2778, 2777, 2775, 2780, 787, 781, 747, 739, 736, 2413, 754, 752, 1719, 692, 689, 681, 2371, 678, 2369, 700, 697, 694, 703, 1688, 1686, 642, 638, 2343, 631, 2341, 627, 2338, 651, 646, 643, 2345, 654, 652, 1652, 1650, 1647, 1654, 601, 599, 2322, 596, 2321, 594, 2319, 2317, 611, 610, 608, 606, 2324, 603, 2323, 615, 614, 612, 1617, 1616, 1614, 1612, 616, 1619, 1618, 2575, 2538, 2536, 905, 901, 898, 909, 2509, 2507, 2504, 870, 867, 864, 860, 2512, 875, 872, 1781, 2490, 2489, 2487, 2485, 1748, 836, 834, 832, 830, 2494, 827, 2492, 843, 841, 839, 845, 1765, 1763, 2701, 2676, 2674, 2653, 2648, 2656, 2634, 2633, 2631, 2629, 1821, 2638, 2636, 2770, 2763, 2761, 2750, 2745, 2753, 2736, 2735, 2733, 2731, 1848, 2740, 2738, 2786, 2784, 591, 588, 576, 569, 566, 2296, 1590, 537, 534, 526, 2276, 522, 2274, 545, 542, 539, 548, 1572, 1570, 481, 2245, 466, 2242, 462, 2239, 492, 485, 482, 2249, 496, 494, 1534, 1531, 1528, 1538, 413, 2196, 406, 2191, 2188, 425, 419, 2202, 415, 2199, 432, 430, 427, 1472, 1467, 1464, 433, 1476, 1474, 368, 367, 2160, 365, 2159, 362, 2157, 2155, 2152, 378, 377, 375, 2166, 372, 2165, 369, 2162, 383, 381, 379, 2168, 1419, 1418, 1416, 1414, 385, 1411, 384, 1423, 1422, 1420, 1424, 2461, 802, 2441, 2439, 790, 786, 783, 794, 2409, 2406, 2403, 750, 742, 738, 2414, 756, 753, 1720, 2367, 2365, 2362, 2359, 1663, 693, 691, 684, 2373, 680, 2370, 702, 699, 696, 704, 1690, 1687, 2337, 2336, 2334, 2332, 1624, 2329, 1622, 640, 637, 2344, 634, 2342, 630, 2340, 650, 648, 645, 2346, 655, 653, 1653, 1651, 1649, 1655, 2612, 2597, 2595, 2571, 2568, 2565, 2576, 2534, 2529, 2526, 1787, 2540, 2537, 907, 904, 900, 910, 2503, 2502, GuildConstantsKt.MAX_GUILD_MEMBERS_NOTIFY_ALL_MESSAGES, 2498, 1768, 2495, 1767, 2510, 2508, 2506, 869, 866, 863, 2513, 876, 874, 1782, 2720, 2713, 2711, 2697, 2694, 2691, 2702, 2672, 2670, 2664, 1828, 2678, 2675, 2647, 2646, 2644, 2642, 1823, 2639, 1822, 2654, 2652, 2650, 2657, 2771, 1855, 2765, 2762, 1850, 1849, 2751, 2749, 2747, 2754, 353, 2148, 344, 342, 336, 2142, 332, 2140, 345, 1375, 1373, 306, 2130, 299, 2128, 295, 2125, 319, 314, 311, 2132, 1354, 1352, 1349, 1356, 262, 257, 2101, 253, 2096, 2093, 274, AudioAttributesCompat.FLAG_ALL_PUBLIC, 267, 2107, 263, 2104, 280, 278, 275, 1316, 1311, 1308, 1320, 1318, 2052, 202, 2050, 2044, 2040, 219, 2063, 212, 2060, 208, 2055, 224, 221, 2066, 1260, 1258, 1252, 231, 1248, 229, 1266, 1264, 1261, 1268, 155, 1998, 153, 1996, 1994, 1991, 1988, 165, 164, 2007, 162, 2006, 159, 2003, 2000, 172, 171, 169, 2012, 166, 2010, 1186, 1184, 1182, 1179, HideBottomViewOnScrollBehavior.EXIT_ANIMATION_DURATION, 1176, 173, 1192, 1191, 1189, 1187, 176, 1194, 1193, 2313, 2307, 2305, 592, 589, 2294, 2292, 2289, 578, 572, 568, 2297, 580, 1591, 2272, 2267, 2264, 1547, 538, 536, 529, 2278, 525, 2275, 547, 544, 541, 1574, 1571, 2237, 2235, 2229, 1493, 2225, 1489, 478, 2247, 470, 2244, 465, 2241, 493, 488, 484, 2250, 498, 495, 1536, 1533, 1530, 1539, 2187, 2186, 2184, 2182, 1432, 2179, 1430, 2176, 1427, 414, 412, 2197, 409, 2195, 405, 2193, 2190, 426, 424, 421, 2203, 418, 2201, 431, 429, 1473, 1471, 1469, 1466, 434, 1477, 1475, 2478, 2472, 2470, 2459, 2457, 2454, 2462, 803, 2437, 2432, 2429, 1726, 2443, 2440, 792, 789, 785, 2401, 2399, 2393, 1702, 2389, 1699, 2411, 2408, 2405, 745, 741, 2415, 758, 755, 1721, 2358, 2357, 2355, 2353, 1661, 2350, 1660, 2347, 1657, 2368, 2366, 2364, 2361, 1666, 690, 687, 2374, 683, 2372, 701, 698, 705, 1691, 1689, 2619, 2617, 2610, 2608, 2605, 2613, 2593, 2588, 2585, 1803, 2599, 2596, 2563, 2561, 2555, 1797, 2551, 1795, 2573, 2570, 2567, 2577, 2525, 2524, 2522, 2520, 1786, 2517, 1785, 2514, 1783, 2535, 2533, 2531, 2528, 1788, 2541, 2539, 906, 903, 911, 2721, 1844, 2715, 2712, 1838, 1836, 2699, 2696, 2693, 2703, 1827, 1826, 1824, 2673, 2671, 2669, 2666, 1829, 2679, 2677, 1858, 1857, 2772, 1854, 1853, 1851, 1856, 2766, 2764, 143, 1987, 139, 1986, 135, 133, 131, 1984, 128, 1983, 125, 1981, 138, 137, 136, 1985, 1133, 1132, 1130, 112, 110, 1974, 107, 1973, 104, 1971, 1969, 122, 121, 119, 117, 1977, 114, 1976, 124, 1115, 1114, 1112, 1110, 1117, 1116, 84, 83, 1953, 81, 1952, 78, 1950, 1948, 1945, 94, 93, 91, 1959, 88, 1958, 85, 1955, 99, 97, 95, 1961, 1086, 1085, 1083, 1081, 1078, 100, 1090, 1089, 1087, 1091, 49, 47, 1917, 44, 1915, 1913, 1910, 1907, 59, 1926, 56, 1925, 53, 1922, 1919, 66, 64, 1931, 61, 1929, 1042, 1040, 1038, 71, 1035, 70, 1032, 68, 1048, 1047, 1045, 1043, 1050, 1049, 12, 10, 1869, 1867, 1864, 1861, 21, 1880, 19, 1877, 1874, 1871, 28, 1888, 25, 1886, 22, 1883, 982, 980, 977, 974, 32, 30, 991, 989, 987, 984, 34, 995, 994, 992, 2151, 2150, 2147, 2146, 2144, 356, 355, 354, 2149, 2139, 2138, 2136, 2134, 1359, 343, 341, 338, 2143, 335, 2141, 348, 347, 346, 1376, 1374, 2124, 2123, 2121, 2119, 1326, 2116, 1324, 310, 308, 305, 2131, 302, 2129, 298, 2127, 320, 318, 316, 313, 2133, 322, 321, 1355, 1353, 1351, 1357, 2092, 2091, 2089, 2087, 1276, 2084, 1274, 2081, 1271, 259, 2102, 256, 2100, 252, 2098, 2095, 272, 269, 2108, 266, 2106, 281, 279, 277, 1317, 1315, 1313, 1310, 282, 1321, 1319, 2039, 2037, 2035, 2032, 1203, 2029, 1200, 1197, 207, 2053, 205, 2051, 201, 2049, 2046, 2043, 220, 218, 2064, 215, 2062, 211, 2059, 228, 226, 223, 2069, 1259, 1257, 1254, 232, 1251, 230, 1267, 1265, 1263, 2316, 2315, 2312, 2311, 2309, 2314, 2304, 2303, 2301, 2299, 1593, 2308, 2306, 590, 2288, 2287, 2285, 2283, 1578, 2280, 1577, 2295, 2293, 2291, 579, 577, 574, 571, 2298, 582, 581, 1592, 2263, 2262, 2260, 2258, 1545, 2255, 1544, 2252, 1541, 2273, 2271, 2269, 2266, 1550, 535, 532, 2279, 528, 2277, 546, 543, 549, 1575, 1573, 2224, 2222, 2220, 1486, 2217, 1485, 2214, 1482, 1479, 2238, 2236, 2234, 2231, 1496, 2228, 1492, 480, 477, 2248, 473, 2246, 469, 2243, 490, 487, 2251, 497, 1537, 1535, 1532, 2477, 2476, 2474, 2479, 2469, 2468, 2466, 2464, 1730, 2473, 2471, 2453, 2452, 2450, 2448, 1729, 2445, 1728, 2460, 2458, 2456, 2463, 805, 804, 2428, 2427, 2425, 2423, 1725, 2420, 1724, 2417, 1722, 2438, 2436, 2434, 2431, 1727, 2444, 2442, 793, 791, 788, 795, 2388, 2386, 2384, 1697, 2381, 1696, 2378, 1694, 1692, 2402, 2400, 2398, 2395, 1703, 2392, 1701, 2412, 2410, 2407, 751, 748, 744, 2416, 759, 757, 1807, 2620, 2618, 1806, 1805, 2611, 2609, 2607, 2614, 1802, 1801, 1799, 2594, 2592, 2590, 2587, 1804, 2600, 2598, 1794, 1793, 1791, 1789, 2564, 2562, 2560, 2557, 1798, 2554, 1796, 2574, 2572, 2569, 2578, 1847, 1846, 2722, 1843, 1842, 1840, 1845, 2716, 2714, 1835, 1834, 1832, 1830, 1839, 1837, 2700, 2698, 2695, 2704, 1817, 1811, 1810, 897, 862, 1777, 829, 826, 838, 1760, 1758, 808, 2481, 1741, 1740, 1738, 1743, 2624, 1818, 2726, 2776, 782, 740, 737, 1715, 686, 679, 695, 1682, 1680, 639, 628, 2339, 647, 644, 1645, 1643, 1640, 1648, 602, 600, 597, 595, 2320, 593, 2318, 609, 607, 604, 1611, 1610, 1608, 1606, 613, 1615, 1613, 2328, 926, 924, 892, 886, 899, 857, 850, 2505, 1778, 824, 823, 821, 819, 2488, 818, 2486, 833, 831, 828, 840, 1761, 1759, 2649, 2632, 2630, 2746, 2734, 2732, 2782, 2781, 570, 567, 1587, 531, 527, 523, 540, 1566, 1564, 476, 467, 463, 2240, 486, 483, 1524, 1521, 1518, 1529, 411, 403, 2192, 399, 2189, 423, 416, 1462, 1457, 1454, 428, 1468, 1465, 2210, 366, 363, 2158, 360, 2156, 357, 2153, 376, 373, 370, 2163, 1410, 1409, 1407, 1405, 382, 1402, 380, 1417, 1415, 1412, 1421, 2175, 2174, 777, 774, 771, 784, 732, 725, 722, 2404, 743, 1716, 676, 674, 668, 2363, 665, 2360, 685, 1684, 1681, 626, 624, 622, 2335, 620, 2333, 617, 2330, 641, 635, 649, 1646, 1644, 1642, 2566, 928, 925, 2530, 2527, 894, 891, 888, 2501, 2499, 2496, 858, 856, 854, 851, 1779, 2692, 2668, 2665, 2645, 2643, 2640, 2651, 2768, 2759, 2757, 2744, 2743, 2741, 2748, 352, 1382, 340, 337, 333, 1371, 1369, 307, 300, 296, 2126, 315, 312, 1347, 1342, 1350, 261, 258, 250, 2097, 246, 2094, 271, 268, 264, 1306, 1301, 1298, 276, 1312, 1309, 2115, 203, 2048, 195, 2045, 191, 2041, 213, 209, 2056, 1246, 1244, 1238, HideBottomViewOnScrollBehavior.ENTER_ANIMATION_DURATION, 1234, 222, 1256, 1253, 1249, 1262, 2080, 2079, 154, 1997, FontUtils.MAX_FONT_SCALING, 1995, 147, 1992, 1989, 163, 160, 2004, 156, 2001, 1175, 1174, 1172, 1170, 1167, 170, 1164, 167, 1185, 1183, 1180, 1177, 174, 1190, 1188, 2025, 2024, 2022, 587, 586, 564, 559, 556, 2290, 573, 1588, 520, 518, 512, 2268, 508, 2265, 530, 1568, 1565, 461, 457, 2233, 450, 2230, 446, 2226, 479, 471, 489, 1526, 1523, 1520, 397, 395, 2185, 392, 2183, 389, 2180, 2177, 410, 2194, 402, 422, 1463, 1461, 1459, 1456, 1470, 2455, 799, 2433, 2430, 779, 776, 773, 2397, 2394, 2390, 734, 728, 724, 746, 1717, 2356, 2354, 2351, 2348, 1658, 677, 675, 673, 670, 667, 688, 1685, 1683, 2606, 2589, 2586, 2559, 2556, 2552, 927, 2523, 2521, 2518, 2515, 1784, 2532, 895, 893, 890, 2718, 2709, 2707, 2689, 2687, 2684, 2663, 2662, 2660, 2658, 1825, 2667, 2769, 1852, 2760, 2758, 142, 141, 1139, 1138, 134, 132, 129, 126, 1982, 1129, 1128, 1126, 1131, 113, 111, 108, 105, 1972, 101, 1970, 120, 118, 115, 1109, 1108, 1106, 1104, 123, 1113, 1111, 82, 79, 1951, 75, 1949, 72, 1946, 92, 89, 86, 1956, 1077, 1076, 1074, 1072, 98, 1069, 96, 1084, 1082, 1079, 1088, 1968, 1967, 48, 45, 1916, 42, 1914, 39, 1911, 1908, 60, 57, 54, 1923, 50, 1920, 1031, 1030, 1028, 1026, 67, AudioAttributesCompat.FLAG_ALL, 65, PointerIconCompat.TYPE_GRAB, 62, 1041, 1039, 1036, 1033, 69, 1046, 1044, 1944, 1943, 1941, 11, 9, 1868, 7, 1865, 1862, 1859, 20, 1878, 16, 1875, 13, 1872, 970, 968, 966, 963, 29, 960, 26, 23, 983, 981, 978, 975, 33, 971, 31, 990, 988, 985, 1906, 1904, 1902, 993, 351, 2145, 1383, 331, 330, 328, 326, 2137, 323, 2135, 339, 1372, 1370, 294, 293, 291, 289, 2122, 286, 2120, 283, 2117, 309, 303, 317, 1348, 1346, 1344, 245, 244, 242, 2090, 239, 2088, 236, 2085, 2082, 260, 2099, 249, 270, 1307, 1305, 1303, 1300, 1314, 189, 2038, 186, 2036, 183, 2033, 2030, 2026, 206, 198, 2047, 194, 216, 1247, 1245, 1243, 1240, 227, 1237, 1255, 2310, 2302, 2300, 2286, 2284, 2281, 565, 563, 561, 558, 575, 1589, 2261, 2259, 2256, 2253, 1542, 521, 519, 517, 514, 2270, FrameMetricsAggregator.EVERY_DURATION, 533, 1569, 1567, 2223, 2221, 2218, 2215, 1483, 2211, 1480, 459, 456, 453, 2232, 449, 474, 491, 1527, 1525, 1522, 2475, 2467, 2465, 2451, 2449, 2446, 801, 800, 2426, 2424, 2421, 2418, 1723, 2435, 780, 778, 775, 2387, 2385, 2382, 2379, 1695, 2375, 1693, 2396, 735, 733, 730, 727, 749, 1718, 2616, 2615, 2604, 2603, 2601, 2584, 2583, 2581, 2579, ModelInvite.Settings.HALF_HOUR, 2591, 2550, 2549, 2547, 2545, 1792, 2542, 1790, 2558, 929, 2719, 1841, 2710, 2708, 1833, 1831, 2690, 2688, 2686, 1815, 1809, 1808, 1774, 1756, 1754, 1737, 1736, 1734, 1739, 1816, 1711, 1676, 1674, 633, 629, 1638, 1636, 1633, 1641, 598, 1605, 1604, 1602, 1600, 605, 1609, 1607, 2327, 887, 853, 1775, 822, 820, 1757, 1755, 1584, 524, 1560, 1558, 468, 464, 1514, 1511, 1508, 1519, 408, 404, 400, 1452, 1447, 1444, 417, 1458, 1455, 2208, 364, 361, 358, 2154, 1401, 1400, 1398, 1396, 374, 1393, 371, 1408, 1406, 1403, 1413, 2173, 2172, 772, 726, 723, 1712, 672, 669, 666, 682, 1678, 1675, 625, 623, 621, 618, 2331, 636, 632, 1639, 1637, 1635, 920, 918, 884, 880, 889, 849, 848, 847, 846, 2497, 855, 852, 1776, 2641, 2742, 2787, 1380, 334, 1367, 1365, 301, 297, 1340, 1338, 1335, 1343, 255, 251, 247, 1296, 1291, 1288, 265, 1302, 1299, 2113, 204, 196, 192, 2042, 1232, 1230, 1224, 214, 1220, 210, 1242, 1239, 1235, 1250, 2077, 2075, 151, 148, 1993, 144, 1990, 1163, 1162, 1160, 1158, 1155, 161, 1152, 157, 1173, 1171, 1168, 1165, 168, 1181, 1178, 2021, 2020, 2018, 2023, 585, 560, 557, 1585, 516, 509, 1562, 1559, 458, 447, 2227, 472, 1516, 1513, 1510, 398, 396, 393, 390, 2181, 386, 2178, 407, 1453, 1451, 1449, 1446, 420, 1460, 2209, 769, 764, 720, 712, 2391, 729, 1713, 664, 663, 661, 659, 2352, 656, 2349, 671, 1679, 1677, 2553, 922, 919, 2519, 2516, 885, 883, 881, 2685, 2661, 2659, 2767, 2756, 2755, 140, 1137, 1136, 130, 127, 1125, 1124, 1122, 1127, 109, 106, 102, 1103, 1102, 1100, 1098, 116, 1107, 1105, 1980, 80, 76, 73, 1947, 1068, 1067, 1065, 1063, 90, 1060, 87, 1075, 1073, 1070, WidgetSettingsUserProfile.MAX_BANNER_IMAGE_SIZE, 1966, 1965, 46, 43, 40, 1912, 36, 1909, PointerIconCompat.TYPE_ZOOM_OUT, PointerIconCompat.TYPE_ZOOM_IN, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW, 58, PointerIconCompat.TYPE_COPY, 55, PointerIconCompat.TYPE_TEXT, 51, 1029, 1027, 1024, PointerIconCompat.TYPE_GRABBING, 63, 1037, 1034, 1940, 1939, 1937, 1942, 8, 1866, 4, 1863, 1, 1860, 956, 954, 952, 949, 946, 17, 14, 969, 967, 964, 961, 27, 957, 24, 979, 976, 972, 1901, 1900, 1898, 1896, 986, 1905, 1903, 350, 349, 1381, 329, 327, 324, 1368, 1366, 292, 290, 287, 284, 2118, 304, 1341, 1339, 1337, 1345, 243, 240, 237, 2086, 233, 2083, 254, 1297, 1295, 1293, 1290, 1304, 2114, 190, 187, 184, 2034, BaseTransientBottomBar.ANIMATION_FADE_DURATION, 2031, 177, 2027, 199, 1233, 1231, 1229, 1226, 217, 1223, 1241, 2078, 2076, 584, 555, 554, 552, 550, 2282, 562, 1586, 507, 506, 504, 502, 2257, 499, 2254, 515, 1563, 1561, 445, 443, 441, 2219, 438, 2216, 435, 2212, 460, 454, 475, 1517, 1515, 1512, 2447, 798, 797, 2422, 2419, 770, 768, 766, 2383, 2380, 2376, 721, 719, 717, 714, 731, 1714, 2602, 2582, 2580, 2548, 2546, 2543, 923, 921, 2717, 2706, 2705, 2683, 2682, 2680, 1771, 1752, 1750, 1733, 1732, 1731, 1735, 1814, 1707, 1670, 1668, 1631, 1629, 1626, 1634, 1599, 1598, 1596, 1594, 1603, 1601, 2326, 1772, 1753, 1751, 1581, 1554, 1552, 1504, 1501, 1498, 1509, 1442, 1437, 1434, 401, 1448, 1445, 2206, 1392, 1391, 1389, 1387, 1384, 359, 1399, 1397, 1394, 1404, 2171, 2170, 1708, 1672, 1669, 619, 1632, 1630, 1628, 1773, 1378, 1363, 1361, 1333, 1328, 1336, 1286, 1281, 1278, 248, 1292, 1289, 2111, 1218, 1216, 1210, 197, 1206, 193, 1228, 1225, 1221, 1236, 2073, 2071, 1151, 1150, 1148, 1146, 152, 1143, 149, 1140, 145, 1161, 1159, 1156, 1153, 158, 1169, 1166, 2017, 2016, 2014, 2019, 1582, 510, 1556, 1553, 452, 448, 1506, 1500, 394, 391, 387, 1443, 1441, 1439, 1436, 1450, 2207, 765, 716, 713, 1709, 662, 660, 657, 1673, 1671, 916, 914, 879, 878, 877, 882, 1135, 1134, 1121, 1120, 1118, 1123, 1097, 1096, 1094, 1092, 103, 1101, 1099, 1979, 1059, 1058, 1056, 1054, 77, 1051, 74, 1066, 1064, 1061, 1071, 1964, 1963, PointerIconCompat.TYPE_CROSSHAIR, PointerIconCompat.TYPE_CELL, PointerIconCompat.TYPE_WAIT, PointerIconCompat.TYPE_HAND, RoomDatabase.MAX_BIND_PARAMETER_CNT, 41, 996, 37, PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW, PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW, PointerIconCompat.TYPE_NO_DROP, PointerIconCompat.TYPE_VERTICAL_TEXT, 52, InputDeviceCompat.SOURCE_GAMEPAD, 1022, 1936, 1935, 1933, 1938, 942, 940, 938, 935, 932, 5, 2, 955, 953, 950, 947, 18, 943, 15, 965, 962, 958, 1895, 1894, 1892, 1890, 973, 1899, 1897, 1379, 325, 1364, 1362, ScreenShareManager.THUMBNAIL_HEIGHT_PX, 285, 1334, 1332, 1330, 241, 238, 234, 1287, 1285, 1283, 1280, 1294, 2112, 188, 185, 181, 178, 2028, 1219, 1217, 1215, 1212, 200, 1209, 1227, 2074, 2072, 583, 553, 551, 1583, 505, 503, 500, InputDeviceCompat.SOURCE_DPAD, 1557, 1555, 444, 442, 439, 436, 2213, 455, 451, 1507, 1505, 1502, 796, 763, 762, 760, 767, 711, 710, 708, 706, 2377, 718, 715, 1710, 2544, 917, 915, 2681, 1627, 1597, 1595, 2325, 1769, 1749, 1747, 1499, 1438, 1435, 2204, 1390, 1388, 1385, 1395, 2169, 2167, 1704, 1665, 1662, 1625, 1623, 1620, 1770, 1329, 1282, 1279, 2109, 1214, 1207, 1222, 2068, 2065, 1149, 1147, 1144, 1141, 146, 1157, 1154, 2013, 2011, 2008, 2015, 1579, 1549, 1546, 1495, 1487, 1433, 1431, 1428, 1425, 388, 1440, 2205, 1705, 658, 1667, 1664, 1119, 1095, 1093, 1978, 1057, 1055, 1052, 1062, 1962, 1960, 1005, PointerIconCompat.TYPE_HELP, 1000, 997, 38, PointerIconCompat.TYPE_ALL_SCROLL, PointerIconCompat.TYPE_ALIAS, 1932, 1930, 1927, 1934, 941, 939, 936, 933, 6, 930, 3, 951, 948, 944, 1889, 1887, 1884, 1881, 959, 1893, 1891, 35, 1377, 1360, 1358, 1327, 1325, 1322, 1331, 1277, 1275, 1272, 1269, 235, 1284, 2110, 1205, 1204, 1201, 1198, 182, 1195, 179, 1213, 2070, 2067, 1580, 501, 1551, 1548, 440, 437, 1497, 1494, 1490, 1503, 761, 709, 707, 1706, 913, 912, 2198, 1386, 2164, 2161, 1621, 1766, 2103, 1208, 2058, 2054, 1145, 1142, 2005, 2002, 1999, 2009, 1488, 1429, 1426, 2200, 1698, 1659, 1656, 1975, 1053, 1957, 1954, PointerIconCompat.TYPE_CONTEXT_MENU, 998, 1924, 1921, 1918, 1928, 937, 934, 931, 1879, 1876, 1873, 1870, 945, 1885, 1882, 1323, 1273, 1270, 2105, 1202, 1199, 1196, 1211, 2061, 2057, 1576, 1543, 1540, 1484, 1481, 1478, 1491, 1700}; public static int a(int i) { int binarySearch = Arrays.binarySearch(b, i & 262143); if (binarySearch < 0) { return -1; } - return (f1439c[binarySearch] - 1) % 929; + return (f1438c[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 75b7ad77eb..1150183db3 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.f1413c, r2.a, r4, c.i.e.a.PDF_417); + r3 = new com.google.zxing.Result(r2.f1412c, r2.a, r4, c.i.e.a.PDF_417); r3.b(c.i.e.j.ERROR_CORRECTION_LEVEL, r2.e); r2 = (c.i.e.r.c) r2.f; */ @@ -170,11 +170,11 @@ public final class b implements i { if (a3 == null) { a3 = a4; } else if (a4 != null) { - a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1441c, a4.d, a4.e); + a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1440c, a4.d, a4.e); } fVar2 = new f(aVar, a3); if (fVar2 == null) { - if (i12 != 0 || (cVar6 = fVar2.f1444c) == null) { + if (i12 != 0 || (cVar6 = fVar2.f1443c) == null) { break; } cVar2 = cVar5; @@ -197,7 +197,7 @@ public final class b implements i { if (fVar2 == null) { } } - fVar2.f1444c = cVar2; + fVar2.f1443c = 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.f1444c.f : fVar.f1444c.g; + i6 = z3 ? fVar.f1443c.f : fVar.f1443c.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.f1442c == dVar6.f1442c) { + if (dVar7 != null && dVar7.a() && dVar7.f1441c == dVar6.f1441c) { 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 8142d0e8ed..1d3202309f 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 f1440c; + public final int f1439c; 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.f1440c = i2; + this.f1439c = 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 036698afa1..76ce29b75f 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 f1441c; + public final k f1440c; 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.f1441c = kVar2; + this.f1440c = 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.f1441c = cVar.f1441c; + this.f1440c = cVar.f1440c; 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 1cd2feada3..2394d2d66f 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 f1442c; + public final int f1441c; 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.f1442c = i3; + this.f1441c = i3; this.d = i4; } public boolean a() { int i = this.e; - return i != -1 && this.f1442c == (i % 3) * 3; + return i != -1 && this.f1441c == (i % 3) * 3; } public void b() { - this.e = (this.f1442c / 3) + ((this.d / 30) * 3); + this.e = (this.f1441c / 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 a3cb540249..d52dd71eb3 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[] f1443c; + public static final BigInteger[] f1442c; static { BigInteger[] bigIntegerArr = new BigInteger[16]; - f1443c = bigIntegerArr; + f1442c = bigIntegerArr; bigIntegerArr[0] = BigInteger.ONE; BigInteger valueOf = BigInteger.valueOf(900); bigIntegerArr[1] = valueOf; int i = 2; while (true) { - BigInteger[] bigIntegerArr2 = f1443c; + BigInteger[] bigIntegerArr2 = f1442c; 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(f1443c[(i - i2) - 1].multiply(BigInteger.valueOf((long) iArr[i2]))); + bigInteger = bigInteger.add(f1442c[(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 f86239f5ed..1e30a85bb1 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 f1444c; + public c f1443c; public final int d; public f(a aVar, c cVar) { this.a = aVar; int i = aVar.a; this.d = i; - this.f1444c = cVar; + this.f1443c = cVar; this.b = new g[(i + 2)]; } @@ -23,7 +23,7 @@ public final class f { if (dVar.a()) { return i2; } - if (!(i != -1 && dVar.f1442c == (i % 3) * 3)) { + if (!(i != -1 && dVar.f1441c == (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.f1445c; + boolean z2 = hVar.f1444c; k kVar = z2 ? cVar.b : cVar.d; - k kVar2 = z2 ? cVar.f1441c : cVar.e; + k kVar2 = z2 ? cVar.f1440c : 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 8a19022b67..4cdf58efe3 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 f1445c; + public final boolean f1444c; public h(c cVar, boolean z2) { super(cVar); - this.f1445c = z2; + this.f1444c = 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.f1445c) { + if (!this.f1444c) { 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.f1445c) { + if (!this.f1444c) { 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.f1440c) { + } else if ((i2 * 3) + 1 != aVar.f1439c) { 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.f1445c + '\n' + super.toString(); + return "IsLeft: " + this.f1444c + '\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 0d4380c523..6b0f18c15f 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.f1445c; + boolean z2 = hVar.f1444c; k kVar5 = z2 ? cVar.b : cVar.d; - k kVar6 = z2 ? cVar.f1441c : cVar.e; + k kVar6 = z2 ? cVar.f1440c : 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.f1445c; + boolean z3 = hVar.f1444c; k kVar7 = cVar2.b; - k kVar8 = cVar2.f1441c; + k kVar8 = cVar2.f1440c; 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.f1446c[i16]; + int i17 = length - bVar3.f1445c[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 296ba21cda..fa26d942f2 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[] f1446c; + public final int[] f1445c; public final c d; public final c e; public b(int i, int i2) { this.b = new int[i]; - this.f1446c = new int[i]; + this.f1445c = 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.f1446c[this.b[i5]] = i5; + this.f1445c[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.f1446c[i]) - 1]; + return this.b[(929 - this.f1445c[i]) - 1]; } throw new ArithmeticException(); } @@ -52,7 +52,7 @@ public final class b { return 0; } int[] iArr = this.b; - int[] iArr2 = this.f1446c; + int[] iArr2 = this.f1445c; 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 d784f90503..c8f6c6f9a4 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[] f1447c = {8, 1, 1, 1, 1, 1, 1, 3}; + public static final int[] f1446c = {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, f1447c); + k[] c2 = c(bVar, i5, i6, i3, i4, f1446c); 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 36e4dec842..70fe2fd0a4 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.f1455c) { + if (eVar2.f1454c) { 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.f1455c = true; + eVar2.f1454c = 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.f1455c) { + if (eVar2.f1454c) { 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.f1454c; + float f7 = dVar2.f1453c; 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).f1454c - f9) > max) { + if (Math.abs(eVar2.b.get(i11).f1453c - 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.f1454c; + f4 += dVar3.f1453c; } 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.f1456c; + c.i.e.s.c.d dVar5 = fVar.f1455c; 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.f1413c, eVar.a, kVarArr, c.i.e.a.QR_CODE); + Result result = new Result(eVar.f1412c, 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 4929e68d45..a28e1a931a 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 f1448c; + public g f1447c; 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.f1448c; + g gVar = this.f1447c; if (gVar != null) { return gVar; } @@ -69,7 +69,7 @@ public final class a { if (a2 == null) { a2 = g.a(a ^ 21522, i ^ 21522); } - this.f1448c = a2; + this.f1447c = a2; if (a2 != null) { return a2; } @@ -113,8 +113,8 @@ public final class a { } public void e() { - if (this.f1448c != null) { - c cVar = c.values()[this.f1448c.f1449c]; + if (this.f1447c != null) { + c cVar = c.values()[this.f1447c.f1448c]; 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 425228b91a..c681d5e709 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.f1448c = null; + aVar.f1447c = null; aVar.d = true; aVar.d(); aVar.c(); @@ -45,7 +45,7 @@ public final class e { e = null; aVar.e(); aVar.b = null; - aVar.f1448c = null; + aVar.f1447c = 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.f1449c]; + c cVar = c.values()[c2.f1448c]; 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.f1451c > 6) { + if (d2.f1450c > 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 55efe8248a..7bff398dd6 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 f1449c; + public final byte f1448c; 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.f1449c = (byte) (i & 7); + this.f1448c = (byte) (i & 7); return; } } @@ -55,10 +55,10 @@ public final class g { return false; } g gVar = (g) obj; - return this.b == gVar.b && this.f1449c == gVar.f1449c; + return this.b == gVar.b && this.f1448c == gVar.f1448c; } public int hashCode() { - return (this.b.ordinal() << 3) | this.f1449c; + return (this.b.ordinal() << 3) | this.f1448c; } } 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 f433826ca3..06e7ace870 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.f1451c; + int i = jVar.f1450c; 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 442709b763..3270358c26 100644 --- a/app/src/main/java/c/i/e/s/b/j.java +++ b/app/src/main/java/c/i/e/s/b/j.java @@ -7,7 +7,7 @@ public final class j { public static final j[] b = a(); /* renamed from: c reason: collision with root package name */ - public final int f1451c; + public final int f1450c; public final int[] d; public final b[] e; public final int f; @@ -35,7 +35,7 @@ public final class j { } public j(int i, int[] iArr, b... bVarArr) { - this.f1451c = i; + this.f1450c = i; this.d = iArr; this.e = bVarArr; int i2 = bVarArr[0].a; @@ -84,10 +84,10 @@ public final class j { } public int c() { - return (this.f1451c * 4) + 17; + return (this.f1450c * 4) + 17; } public String toString() { - return String.valueOf(this.f1451c); + return String.valueOf(this.f1450c); } } 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 1a31623a2b..62fb0dc4ff 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 f1452c; + public final float f1451c; public a(float f, float f2, float f3) { super(f, f2); - this.f1452c = f3; + this.f1451c = 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 8510333bea..8d69e47d9d 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 f1453c; + public final int f1452c; 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.f1453c = i; + this.f1452c = 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.f1452c); - if (abs <= 1.0f || abs <= aVar.f1452c) { + float abs = Math.abs(f2 - aVar.f1451c); + if (abs <= 1.0f || abs <= aVar.f1451c) { z2 = true; continue; if (z2) { - return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1452c + f2) / 2.0f); + return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1451c + 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 e634902a62..d8951006d8 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.f1453c; + int i4 = bVar.f1452c; 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 a875ea728e..02e730724a 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 f1454c; + public final float f1453c; public final int d; public d(float f, float f2, float f3) { super(f, f2); - this.f1454c = f3; + this.f1453c = f3; this.d = 1; } public d(float f, float f2, float f3, int i) { super(f, f2); - this.f1454c = f3; + this.f1453c = 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 ea9a5d38f6..36fa081c06 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 f1455c; + public boolean f1454c; 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.f1454c - this.average), Math.abs(dVar4.f1454c - this.average)) : compare; + return compare == 0 ? Float.compare(Math.abs(dVar3.f1453c - this.average), Math.abs(dVar4.f1453c - 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.f1454c - this.average), Math.abs(dVar.f1454c - this.average)); + return Float.compare(Math.abs(dVar2.f1453c - this.average), Math.abs(dVar.f1453c - 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.f1454c); - if (abs <= 1.0f || abs <= dVar.f1454c) { + float abs = Math.abs(f5 - dVar.f1453c); + if (abs <= 1.0f || abs <= dVar.f1453c) { 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.f1454c) + f5) / f7, i29)); + list.set(i27, new d(((dVar.a * f6) + f2) / f7, ((dVar.b * f6) + f) / f7, ((f6 * dVar.f1453c) + 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.f1454c; + f2 += dVar.f1453c; } } if (i < 3) { @@ -332,7 +332,7 @@ public class e { } float f3 = f2 / ((float) size); for (d dVar2 : this.b) { - f += Math.abs(dVar2.f1454c - f3); + f += Math.abs(dVar2.f1453c - 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 636c9d5258..2ab07f17ba 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 f1456c; + public final d f1455c; public f(d[] dVarArr) { this.a = dVarArr[0]; this.b = dVarArr[1]; - this.f1456c = dVarArr[2]; + this.f1455c = 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 6ca0601544..c81d639684 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.f536c = -1; + kVar.f535c = -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 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(); + 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(); } } 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 ec21fc8d00..040dd305e2 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> f1457c = new ArrayList(); + public final List> f1456c = new ArrayList(); public final List d = new ArrayList(); public final void a() { if (this.a != null) { - Iterator> it = this.f1457c.iterator(); + Iterator> it = this.f1456c.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 d46adc5896..c29042d71e 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 f1458c = new Paint(); + public Paint f1457c = 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.f1458c.setColor(-1); + this.f1457c.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.f1458c : this.d); + canvas.drawRect(rect2, z3 ? this.f1457c : 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 ebf60587d8..2dd3adf25a 100644 --- a/app/src/main/java/c/k/a/a/b.java +++ b/app/src/main/java/c/k/a/a/b.java @@ -25,19 +25,19 @@ public class b extends BaseAdapter { /* compiled from: ColorPaletteAdapter */ /* renamed from: c.k.a.a.b$b reason: collision with other inner class name */ - public final class C0153b { + public final class C0154b { public View a; public ColorPanelView b; /* renamed from: c reason: collision with root package name */ - public ImageView f1459c; + public ImageView f1458c; public int d; - public C0153b(Context context) { + public C0154b(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.f1459c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); + this.f1458c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); this.d = this.b.getBorderColor(); this.a.setTag(this); } @@ -68,31 +68,31 @@ public class b extends BaseAdapter { @Override // android.widget.Adapter public View getView(int i, View view, ViewGroup viewGroup) { View view2; - C0153b bVar; + C0154b bVar; if (view == null) { - bVar = new C0153b(viewGroup.getContext()); + bVar = new C0154b(viewGroup.getContext()); view2 = bVar.a; } else { view2 = view; - bVar = (C0153b) view.getTag(); + bVar = (C0154b) view.getTag(); } int i2 = b.this.j[i]; int alpha = Color.alpha(i2); bVar.b.setColor(i2); - bVar.f1459c.setImageResource(b.this.k == i ? R.b.cpv_preset_checked : 0); + bVar.f1458c.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.f1459c.setColorFilter((ColorFilter) null); + bVar.f1458c.setColorFilter((ColorFilter) null); } else { - bVar.f1459c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); + bVar.f1458c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } } else if (alpha <= 165) { bVar.b.setBorderColor(i2 | ViewCompat.MEASURED_STATE_MASK); - bVar.f1459c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); + bVar.f1458c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } else { bVar.b.setBorderColor(bVar.d); - bVar.f1459c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); + bVar.f1458c.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/c.java b/app/src/main/java/c/k/a/a/c.java index aed6264d70..1f110d24f4 100644 --- a/app/src/main/java/c/k/a/a/c.java +++ b/app/src/main/java/c/k/a/a/c.java @@ -6,9 +6,9 @@ import com.jaredrummler.android.colorpicker.ColorPickerDialog; /* compiled from: ColorPaletteAdapter */ public class c implements View.OnClickListener { public final /* synthetic */ int i; - public final /* synthetic */ b.C0153b j; + public final /* synthetic */ b.C0154b j; - public c(b.C0153b bVar, int i) { + public c(b.C0154b bVar, int i) { this.j = bVar; this.i = i; } diff --git a/app/src/main/java/c/k/a/a/d.java b/app/src/main/java/c/k/a/a/d.java index 979a5b2fb2..5b67020670 100644 --- a/app/src/main/java/c/k/a/a/d.java +++ b/app/src/main/java/c/k/a/a/d.java @@ -4,9 +4,9 @@ import android.view.View; import c.k.a.a.b; /* compiled from: ColorPaletteAdapter */ public class d implements View.OnLongClickListener { - public final /* synthetic */ b.C0153b i; + public final /* synthetic */ b.C0154b i; - public d(b.C0153b bVar) { + public d(b.C0154b bVar) { this.i = 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 b79b5c0667..37dc6add9f 100644 --- a/app/src/main/java/c/k/a/a/e.java +++ b/app/src/main/java/c/k/a/a/e.java @@ -26,13 +26,13 @@ public class e implements SeekBar.OnSeekBarChangeListener { int i2 = 255 - i; int i3 = 0; while (true) { - bVar = this.a.f2415s; + bVar = this.a.f2419s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.f2415s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f2419s.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 c87341d8f3..9876816b32 100644 --- a/app/src/main/java/c/l/a/a.java +++ b/app/src/main/java/c/l/a/a.java @@ -37,29 +37,29 @@ public final class a extends Drawable implements Animatable2Compat { public int r; /* renamed from: s reason: collision with root package name */ - public int f1460s; + public int f1459s; public boolean t; public long u; public Long v; - public C0154a w; + public C0155a w; /* compiled from: ApngDrawable.kt */ /* renamed from: c.l.a.a$a reason: collision with other inner class name */ - public static final class C0154a extends Drawable.ConstantState { + public static final class C0155a extends Drawable.ConstantState { public final Apng a; public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1461c; + public final int f1460c; public final int d; public final Function0 e; /* compiled from: ApngDrawable.kt */ /* renamed from: c.l.a.a$a$a reason: collision with other inner class name */ - public static final class C0155a extends o implements Function0 { - public static final C0155a i = new C0155a(); + public static final class C0156a extends o implements Function0 { + public static final C0156a i = new C0156a(); - public C0155a() { + public C0156a() { super(0); } @@ -72,17 +72,17 @@ public final class a extends Drawable implements Animatable2Compat { } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ - public C0154a(C0154a aVar) { - this(aVar.a.copy(), aVar.b, aVar.f1461c, aVar.d, aVar.e); + public C0155a(C0155a aVar) { + this(aVar.a.copy(), aVar.b, aVar.f1460c, aVar.d, aVar.e); m.checkNotNullParameter(aVar, "apngState"); } - public C0154a(Apng apng, @IntRange(from = 1, to = 2147483647L) int i, @IntRange(from = 1, to = 2147483647L) int i2, int i3, Function0 function0) { + public C0155a(Apng apng, @IntRange(from = 1, to = 2147483647L) int i, @IntRange(from = 1, to = 2147483647L) int i2, int i3, Function0 function0) { m.checkNotNullParameter(apng, "apng"); m.checkNotNullParameter(function0, "currentTimeProvider"); this.a = apng; this.b = i; - this.f1461c = i2; + this.f1460c = i2; this.d = i3; this.e = function0; } @@ -94,12 +94,12 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable.ConstantState public Drawable newDrawable() { - return new a(new C0154a(this)); + return new a(new C0155a(this)); } } @VisibleForTesting - public a(C0154a aVar) { + public a(C0155a aVar) { m.checkNotNullParameter(aVar, "apngState"); this.w = aVar; this.i = aVar.a.getDuration(); @@ -112,17 +112,17 @@ public final class a extends Drawable implements Animatable2Compat { this.o = new ArrayList(); this.p = new ArrayList(); this.q = new int[frameCount]; - C0154a aVar2 = this.w; + C0155a aVar2 = this.w; this.r = aVar2.b; - this.f1460s = aVar2.f1461c; + this.f1459s = aVar2.f1460c; for (int i = 1; i < frameCount; i++) { int[] iArr = this.q; int i2 = i - 1; iArr[i] = iArr[i2] + this.w.a.getFrameDurations()[i2]; } Rect bounds = getBounds(); - C0154a aVar3 = this.w; - bounds.set(0, 0, aVar3.b, aVar3.f1461c); + C0155a aVar3 = this.w; + bounds.set(0, 0, aVar3.b, aVar3.f1460c); } @WorkerThread @@ -137,7 +137,7 @@ public final class a extends Drawable implements Animatable2Compat { if (z2) { int i = (num == null && num2 == null) ? 160 : 0; Apng decode = Apng.Companion.decode(inputStream); - return new a(new C0154a(decode, num != null ? num.intValue() : decode.getWidth(), num2 != null ? num2.intValue() : decode.getHeight(), i, C0154a.C0155a.i)); + return new a(new C0155a(decode, num != null ? num.intValue() : decode.getWidth(), num2 != null ? num2.intValue() : decode.getHeight(), i, C0155a.C0156a.i)); } throw new IllegalArgumentException(("Can not specify 0 or negative as height value. height = " + num2).toString()); } @@ -230,7 +230,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public int getIntrinsicHeight() { - return this.f1460s; + return this.f1459s; } @Override // android.graphics.drawable.Drawable @@ -250,7 +250,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public Drawable mutate() { - this.w = new C0154a(this.w); + this.w = new C0155a(this.w); return this; } diff --git a/app/src/main/java/c/m/a/a.java b/app/src/main/java/c/m/a/a.java index 1c83bac3a0..e21e0899b6 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.f1462c; + j5 = c.f1461c; } 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 db533b72ce..2ab7f4dd56 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 f1462c; + public static final long f1461c; 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); - f1462c = timeUnit.toMillis(1); + f1461c = 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 b222c18001..dff64c210b 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 K = a.K("KronosTime(posixTimeMs="); - K.append(this.a); - K.append(", timeSinceLastNtpSyncMs="); - return a.A(K, this.b, ")"); + StringBuilder L = a.L("KronosTime(posixTimeMs="); + L.append(this.a); + L.append(", timeSinceLastNtpSyncMs="); + return a.B(L, 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 7c5501c3a5..f94ce43870 100644 --- a/app/src/main/java/c/m/a/g/d/e.java +++ b/app/src/main/java/c/m/a/g/d/e.java @@ -12,7 +12,7 @@ public class e { public final c b; /* renamed from: c reason: collision with root package name */ - public final a f1463c; + public final a f1462c; /* compiled from: SntpClient */ public static class a extends IOException { @@ -27,25 +27,25 @@ public class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1464c; + public final long f1463c; 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.f1464c = j3; + this.f1463c = j3; this.d = bVar; } public long a() { - return this.a + this.f1464c + (this.d.b() - this.b); + return this.a + this.f1463c + (this.d.b() - this.b); } } public e(c.m.a.b bVar, c cVar, a aVar) { this.a = bVar; this.b = cVar; - this.f1463c = aVar; + this.f1462c = aVar; } public static void a(byte b2, byte b3, int i, long j) throws a { @@ -97,10 +97,10 @@ public class e { DatagramSocket datagramSocket = null; try { InetAddress a2 = this.b.a(str); - datagramSocket = this.f1463c.c(); + datagramSocket = this.f1462c.c(); datagramSocket.setSoTimeout(l.intValue()); byte[] bArr = new byte[48]; - DatagramPacket b2 = this.f1463c.b(bArr, a2, 123); + DatagramPacket b2 = this.f1462c.b(bArr, a2, 123); bArr[0] = 27; long a3 = this.a.a(); long b3 = this.a.b(); @@ -119,7 +119,7 @@ public class e { bArr[47] = (byte) ((int) (Math.random() * 255.0d)); datagramSocket.send(b2); byte[] copyOf = Arrays.copyOf(bArr, 48); - datagramSocket.receive(this.f1463c.a(copyOf)); + datagramSocket.receive(this.f1462c.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 df08f9588c..d5812d9a84 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.f1464c); + this.a.b(bVar.f1463c); } @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 84b332132a..8b16d22544 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 f1465c = Executors.newSingleThreadExecutor(b.i); + public final ExecutorService f1464c = 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.f1464c; + long j = d.f1463c; 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.f1465c.submit(new c(this)); + this.f1464c.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 58c68a43a2..9194052a50 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 com.discord.widgets.chat.input.MentionUtilsKt; import d0.g0.t; @@ -18,8 +18,8 @@ public interface a extends IInterface { /* compiled from: ISACallback */ /* renamed from: c.n.a.a.a$a reason: collision with other inner class name */ - public static abstract class AbstractBinderC0156a extends Binder implements a { - public AbstractBinderC0156a() { + public static abstract class AbstractBinderC0157a extends Binder implements a { + public AbstractBinderC0157a() { attachInterface(this, "com.msc.sa.aidl.ISACallback"); } @@ -78,7 +78,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 K = c.d.b.a.a.K("Samsung Account link failure "); + StringBuilder L = c.d.b.a.a.L("Samsung Account link failure "); StringBuilder sb = new StringBuilder(); sb.append('['); sb.append(string3); @@ -89,8 +89,8 @@ public interface a extends IInterface { sb.append(str); sb.append("]: "); sb.append(string4); - K.append(sb.toString()); - String sb2 = K.toString(); + L.append(sb.toString()); + String sb2 = L.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/n/a/a/b.java b/app/src/main/java/c/n/a/a/b.java index 3a5f5c2fdb..4130aa5783 100644 --- a/app/src/main/java/c/n/a/a/b.java +++ b/app/src/main/java/c/n/a/a/b.java @@ -15,10 +15,10 @@ public interface b extends IInterface { /* compiled from: ISAService */ /* renamed from: c.n.a.a.b$a$a reason: collision with other inner class name */ - public static class C0157a implements b { + public static class C0158a implements b { public IBinder a; - public C0157a(IBinder iBinder) { + public C0158a(IBinder iBinder) { this.a = iBinder; } diff --git a/app/src/main/java/c/o/a/b.java b/app/src/main/java/c/o/a/b.java index 03d558f5b7..425a55e905 100644 --- a/app/src/main/java/c/o/a/b.java +++ b/app/src/main/java/c/o/a/b.java @@ -9,17 +9,17 @@ import java.util.concurrent.CopyOnWriteArraySet; /* compiled from: CameraLogger */ public final class b { public static int a = 3; - public static Set b; + public static Set b; @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public static AbstractC0158b f1466c; + public static AbstractC0159b f1465c; @NonNull public String d; /* compiled from: CameraLogger */ - public static class a implements AbstractC0158b { - @Override // c.o.a.b.AbstractC0158b + public static class a implements AbstractC0159b { + @Override // c.o.a.b.AbstractC0159b public void a(int i, @NonNull String str, @NonNull String str2, @Nullable Throwable th) { if (i == 0) { Log.v(str, str2, th); @@ -35,7 +35,7 @@ public final class b { /* compiled from: CameraLogger */ /* renamed from: c.o.a.b$b reason: collision with other inner class name */ - public interface AbstractC0158b { + public interface AbstractC0159b { void a(int i, @NonNull String str, @NonNull String str2, @Nullable Throwable th); } @@ -43,7 +43,7 @@ public final class b { CopyOnWriteArraySet copyOnWriteArraySet = new CopyOnWriteArraySet(); b = copyOnWriteArraySet; a aVar = new a(); - f1466c = aVar; + f1465c = aVar; copyOnWriteArraySet.add(aVar); } @@ -66,7 +66,7 @@ public final class b { sb.append(" "); } String trim = sb.toString().trim(); - for (AbstractC0158b bVar : b) { + for (AbstractC0159b bVar : b) { bVar.a(i, this.d, trim, th); } return trim; diff --git a/app/src/main/java/c/o/a/c.java b/app/src/main/java/c/o/a/c.java index 26def553e2..6b03e3970d 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 f1467c = new HashSet(4); + public Set f1466c = 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.f1467c); + return Collections.unmodifiableSet(this.f1466c); } 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 1be421f2e9..5706533144 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 f1468c; + public int f1467c; 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 75fc4c2efe..841cb55df3 100644 --- a/app/src/main/java/c/o/a/n/b.java +++ b/app/src/main/java/c/o/a/n/b.java @@ -23,17 +23,17 @@ import java.util.Collections; import java.util.List; import java.util.Objects; /* compiled from: Camera1Engine */ -public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback, a.AbstractC0167a { +public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback, a.AbstractC0168a { /* renamed from: c0 reason: collision with root package name */ - public final c.o.a.n.q.a f1469c0 = c.o.a.n.q.a.a(); + public final c.o.a.n.q.a f1468c0 = c.o.a.n.q.a.a(); /* renamed from: d0 reason: collision with root package name */ - public Camera f1470d0; + public Camera f1469d0; @VisibleForTesting /* renamed from: e0 reason: collision with root package name */ - public int f1471e0; + public int f1470e0; /* compiled from: Camera1Engine */ public class a implements Runnable { @@ -43,8 +43,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback /* compiled from: Camera1Engine */ /* renamed from: c.o.a.n.b$a$a reason: collision with other inner class name */ - public class RunnableC0159a implements Runnable { - public RunnableC0159a() { + public class RunnableC0160a implements Runnable { + public RunnableC0160a() { } @Override // java.lang.Runnable @@ -56,18 +56,18 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback /* compiled from: Camera1Engine */ /* renamed from: c.o.a.n.b$a$b reason: collision with other inner class name */ - public class C0160b implements Camera.AutoFocusCallback { + public class C0161b implements Camera.AutoFocusCallback { /* compiled from: Camera1Engine */ /* renamed from: c.o.a.n.b$a$b$a reason: collision with other inner class name */ - public class RunnableC0161a implements Runnable { - public RunnableC0161a() { + public class RunnableC0162a implements Runnable { + public RunnableC0162a() { } @Override // java.lang.Runnable public void run() { - b.this.f1470d0.cancelAutoFocus(); - Camera.Parameters parameters = b.this.f1470d0.getParameters(); + b.this.f1469d0.cancelAutoFocus(); + Camera.Parameters parameters = b.this.f1469d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -77,11 +77,11 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(null); } b.this.c1(parameters); - b.this.f1470d0.setParameters(parameters); + b.this.f1469d0.setParameters(parameters); } } - public C0160b() { + public C0161b() { } @Override // android.hardware.Camera.AutoFocusCallback @@ -93,7 +93,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback if (b.this.a1()) { b bVar = b.this; c.o.a.n.v.f fVar = bVar.m; - fVar.c("focus reset", true, bVar.V, new c.o.a.n.v.i(fVar, c.o.a.n.v.e.ENGINE, new RunnableC0161a())); + fVar.c("focus reset", true, bVar.V, new c.o.a.n.v.i(fVar, c.o.a.n.v.e.ENGINE, new RunnableC0162a())); } } } @@ -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.f1470d0.getParameters(); + Camera.Parameters parameters = b.this.f1469d0.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.f1470d0.setParameters(parameters); + b.this.f1469d0.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 RunnableC0159a()); + b.this.m.c("focus end", true, 2500, new RunnableC0160a()); try { - b.this.f1470d0.autoFocus(new C0160b()); + b.this.f1469d0.autoFocus(new C0161b()); } catch (RuntimeException e) { i.i.a(3, "startAutoFocus:", "Error calling autoFocus", e); } @@ -135,18 +135,18 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback /* compiled from: Camera1Engine */ /* renamed from: c.o.a.n.b$b reason: collision with other inner class name */ - public class RunnableC0162b implements Runnable { + public class RunnableC0163b implements Runnable { public final /* synthetic */ c.o.a.m.f i; - public RunnableC0162b(c.o.a.m.f fVar) { + public RunnableC0163b(c.o.a.m.f fVar) { this.i = fVar; } @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1470d0.getParameters(); + Camera.Parameters parameters = b.this.f1469d0.getParameters(); if (b.this.e1(parameters, this.i)) { - b.this.f1470d0.setParameters(parameters); + b.this.f1469d0.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.f1470d0.getParameters(); + Camera.Parameters parameters = b.this.f1469d0.getParameters(); b.this.g1(parameters); - b.this.f1470d0.setParameters(parameters); + b.this.f1469d0.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.f1470d0.getParameters(); + Camera.Parameters parameters = b.this.f1469d0.getParameters(); if (b.this.j1(parameters, this.i)) { - b.this.f1470d0.setParameters(parameters); + b.this.f1469d0.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.f1470d0.getParameters(); + Camera.Parameters parameters = b.this.f1469d0.getParameters(); if (b.this.f1(parameters, this.i)) { - b.this.f1470d0.setParameters(parameters); + b.this.f1469d0.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.f1470d0.getParameters(); + Camera.Parameters parameters = b.this.f1469d0.getParameters(); if (b.this.k1(parameters, this.i)) { - b.this.f1470d0.setParameters(parameters); + b.this.f1469d0.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.f1470d0.getParameters(); + Camera.Parameters parameters = b.this.f1469d0.getParameters(); if (b.this.d1(parameters, this.i)) { - b.this.f1470d0.setParameters(parameters); + b.this.f1469d0.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.f1470d0.getParameters(); + Camera.Parameters parameters = b.this.f1469d0.getParameters(); if (b.this.i1(parameters, this.i)) { - b.this.f1470d0.setParameters(parameters); + b.this.f1469d0.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.f1470d0.setPreviewDisplay((SurfaceHolder) this.n.i()); + this.f1469d0.setPreviewDisplay((SurfaceHolder) this.n.i()); } else if (this.n.j() == SurfaceTexture.class) { - this.f1470d0.setPreviewTexture((SurfaceTexture) this.n.i()); + this.f1469d0.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.f1471e0); - this.f1470d0 = open; + Camera open = Camera.open(this.f1470e0); + this.f1469d0 = 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.f1470d0.getParameters(); - int i2 = this.f1471e0; + Camera.Parameters parameters = this.f1469d0.getParameters(); + int i2 = this.f1470e0; 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.f1470d0.setParameters(parameters); + this.f1469d0.setParameters(parameters); try { - this.f1470d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); + this.f1469d0.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.f1470d0.getParameters(); + Camera.Parameters parameters = this.f1469d0.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.f1470d0.setParameters(parameters); - this.f1470d0.setPreviewCallbackWithBuffer(null); - this.f1470d0.setPreviewCallbackWithBuffer(this); + this.f1469d0.setParameters(parameters); + this.f1469d0.setPreviewCallbackWithBuffer(null); + this.f1469d0.setPreviewCallbackWithBuffer(this); l1().e(17, this.r, this.K); bVar.a(1, "onStartPreview", "Starting preview with startPreview()."); try { - this.f1470d0.startPreview(); + this.f1469d0.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.f1470d0.setPreviewDisplay(null); + this.f1469d0.setPreviewDisplay(null); } else if (this.n.j() == SurfaceTexture.class) { - this.f1470d0.setPreviewTexture(null); + this.f1469d0.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.f1470d0 != null) { + if (this.f1469d0 != null) { try { bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1470d0.release(); + this.f1469d0.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.f1470d0 = null; + this.f1469d0 = null; this.o = null; } this.o = null; - this.f1470d0 = null; + this.f1469d0 = 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.f1470d0.getParameters().getSupportedPreviewSizes(); + List supportedPreviewSizes = this.f1469d0.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.f1470d0.setPreviewCallbackWithBuffer(null); + this.f1469d0.setPreviewCallbackWithBuffer(null); try { bVar.a(1, "onStopPreview:", "Stopping preview."); - this.f1470d0.stopPreview(); + this.f1469d0.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.f1468c = aVar2.c(bVar2, bVar3, 2); + aVar.f1467c = aVar2.c(bVar2, bVar3, 2); aVar.d = w(bVar3); - c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1470d0); + c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1469d0); 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.f1468c = 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.f1481b0); + aVar.f1467c = 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.f1480b0); } else { - aVar.f1468c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); - this.p = new c.o.a.v.e(aVar, this, this.f1470d0, aVar2); + aVar.f1467c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); + this.p = new c.o.a.v.e(aVar, this, this.f1469d0, 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.f1469c0); + Objects.requireNonNull(this.f1468c0); 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.f1471e0 = i2; + this.f1470e0 = 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.f1469c0; + c.o.a.n.q.a aVar = this.f1468c0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(aVar); parameters.setFlashMode(c.o.a.n.q.a.b.get(fVar2)); @@ -642,18 +642,18 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.m.f fVar2 = this.v; this.v = fVar; c.o.a.n.v.f fVar3 = this.m; - fVar3.b("flash (" + fVar + ")", true, new c.o.a.n.v.h(fVar3, c.o.a.n.v.e.ENGINE, new RunnableC0162b(fVar2))); + fVar3.b("flash (" + fVar + ")", true, new c.o.a.n.v.h(fVar3, c.o.a.n.v.e.ENGINE, new RunnableC0163b(fVar2))); } public final boolean f1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.h hVar) { - if (this.o.c(this.f1485z)) { - c.o.a.n.q.a aVar = this.f1469c0; - c.o.a.m.h hVar2 = this.f1485z; + if (this.o.c(this.f1484z)) { + c.o.a.n.q.a aVar = this.f1468c0; + c.o.a.m.h hVar2 = this.f1484z; Objects.requireNonNull(aVar); parameters.setSceneMode(c.o.a.n.q.a.e.get(hVar2)); return true; } - this.f1485z = hVar; + this.f1484z = 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.f1471e0, cameraInfo); + Camera.getCameraInfo(this.f1470e0, cameraInfo); if (cameraInfo.canDisableShutterSound) { try { - return this.f1470d0.enableShutterSound(this.E); + return this.f1469d0.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.f1469c0; + c.o.a.n.q.a aVar = this.f1468c0; m mVar2 = this.w; Objects.requireNonNull(aVar); - parameters.setWhiteBalance(c.o.a.n.q.a.f1487c.get(mVar2)); + parameters.setWhiteBalance(c.o.a.n.q.a.f1486c.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.f1470d0.setParameters(parameters); + this.f1469d0.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.f1485z; - this.f1485z = hVar; + c.o.a.m.h hVar2 = this.f1484z; + this.f1484z = 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.f1470d0.addCallbackBuffer(bArr); + this.f1469d0.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 cbafc5a8ce..feed375740 100644 --- a/app/src/main/java/c/o/a/n/d.java +++ b/app/src/main/java/c/o/a/n/d.java @@ -48,28 +48,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 f1472c0; + public final CameraManager f1471c0; /* renamed from: d0 reason: collision with root package name */ - public String f1473d0; + public String f1472d0; /* renamed from: e0 reason: collision with root package name */ - public CameraDevice f1474e0; + public CameraDevice f1473e0; /* renamed from: f0 reason: collision with root package name */ - public CameraCharacteristics f1475f0; + public CameraCharacteristics f1474f0; /* renamed from: g0 reason: collision with root package name */ - public CameraCaptureSession f1476g0; + public CameraCaptureSession f1475g0; /* renamed from: h0 reason: collision with root package name */ - public CaptureRequest.Builder f1477h0; + public CaptureRequest.Builder f1476h0; /* renamed from: i0 reason: collision with root package name */ - public TotalCaptureResult f1478i0; + public TotalCaptureResult f1477i0; /* renamed from: j0 reason: collision with root package name */ - public final c.o.a.n.q.b f1479j0; + public final c.o.a.n.q.b f1478j0; public ImageReader k0; public Surface l0; public Surface m0; @@ -91,17 +91,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.f1477h0, this.i); + boolean h1 = dVar.h1(dVar.f1476h0, 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.f1477h0, this.i); + dVar2.h1(dVar2.f1476h0, this.i); try { d dVar3 = d.this; - dVar3.f1476g0.capture(dVar3.f1477h0.build(), null, null); + dVar3.f1475g0.capture(dVar3.f1476h0.build(), null, null); d dVar4 = d.this; dVar4.v = this.j; - dVar4.h1(dVar4.f1477h0, this.i); + dVar4.h1(dVar4.f1476h0, this.i); d.this.k1(); } catch (CameraAccessException e) { throw d.this.o1(e); @@ -123,7 +123,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.f1477h0; + CaptureRequest.Builder builder = dVar.f1476h0; Location location = dVar.B; if (location != null) { builder.set(CaptureRequest.JPEG_GPS_LOCATION, location); @@ -143,7 +143,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.f1477h0, this.i)) { + if (dVar.m1(dVar.f1476h0, this.i)) { d.this.k1(); } } @@ -151,17 +151,17 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. /* compiled from: Camera2Engine */ /* renamed from: c.o.a.n.d$d reason: collision with other inner class name */ - public class RunnableC0163d implements Runnable { + public class RunnableC0164d implements Runnable { public final /* synthetic */ c.o.a.m.h i; - public RunnableC0163d(c.o.a.m.h hVar) { + public RunnableC0164d(c.o.a.m.h hVar) { this.i = hVar; } @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.i1(dVar.f1477h0, this.i)) { + if (dVar.i1(dVar.f1476h0, this.i)) { d.this.k1(); } } @@ -184,7 +184,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.f1477h0, this.i)) { + if (dVar.n1(dVar.f1476h0, this.i)) { d.this.k1(); if (this.j) { ((CameraView.b) d.this.l).f(this.k, this.l); @@ -212,7 +212,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.f1477h0, this.i)) { + if (dVar.g1(dVar.f1476h0, this.i)) { d.this.k1(); if (this.j) { ((CameraView.b) d.this.l).c(this.k, this.l, this.m); @@ -232,7 +232,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.f1477h0, this.i)) { + if (dVar.j1(dVar.f1476h0, this.i)) { d.this.k1(); } } @@ -257,7 +257,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.f1478i0 = totalCaptureResult; + dVar.f1477i0 = totalCaptureResult; for (c.o.a.n.o.a aVar : dVar.o0) { aVar.b(d.this, captureRequest, totalCaptureResult); } @@ -344,8 +344,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. /* compiled from: Camera2Engine */ /* renamed from: c.o.a.n.d$l$a$a reason: collision with other inner class name */ - public class RunnableC0164a implements Runnable { - public RunnableC0164a() { + public class RunnableC0165a implements Runnable { + public RunnableC0165a() { } @Override // java.lang.Runnable @@ -383,7 +383,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (d.this.a1()) { d dVar = d.this; c.o.a.n.v.f fVar = dVar.m; - fVar.c("reset metering", true, dVar.V, new c.o.a.n.v.i(fVar, c.o.a.n.v.e.PREVIEW, new RunnableC0164a())); + fVar.c("reset metering", true, dVar.V, new c.o.a.n.v.i(fVar, c.o.a.n.v.e.PREVIEW, new RunnableC0165a())); } } } @@ -445,11 +445,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.f1474e0 = cameraDevice; + d.this.f1473e0 = cameraDevice; try { i.i.a(1, "onStartEngine:", "Opened camera device."); d dVar = d.this; - dVar.f1475f0 = dVar.f1472c0.getCameraCharacteristics(dVar.f1473d0); + dVar.f1474f0 = dVar.f1471c0.getCameraCharacteristics(dVar.f1472d0); 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) { @@ -460,7 +460,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.f1472c0, dVar2.f1473d0, b, i); + dVar2.o = new c.o.a.n.u.b(dVar2.f1471c0, dVar2.f1472d0, b, i); d dVar3 = d.this; Objects.requireNonNull(dVar3); dVar3.q1(1); @@ -503,7 +503,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.f1476g0 = cameraCaptureSession; + d.this.f1475g0 = cameraCaptureSession; i.i.a(1, "onStartBind:", "Completed"); this.a.b(null); } @@ -580,10 +580,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.f1479j0 = c.o.a.n.q.b.a; + this.f1478j0 = c.o.a.n.q.b.a; this.o0 = new CopyOnWriteArrayList(); this.q0 = new i(); - this.f1472c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService(ChatInputComponentTypes.CAMERA); + this.f1471c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService(ChatInputComponentTypes.CAMERA); new c.o.a.n.o.g().e(this); } @@ -652,9 +652,9 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } else if (ordinal == 1) { i2 = 32; } else { - StringBuilder K = c.d.b.a.a.K("Unknown format:"); - K.append(this.A); - throw new IllegalArgumentException(K.toString()); + StringBuilder L = c.d.b.a.a.L("Unknown format:"); + L.append(this.A); + throw new IllegalArgumentException(L.toString()); } c.o.a.x.b bVar3 = this.q; ImageReader newInstance = ImageReader.newInstance(bVar3.i, bVar3.j, i2, 2); @@ -698,8 +698,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.f1482s = bVar8; - ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1480a0 + 1); + this.f1481s = bVar8; + ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1479a0 + 1); this.k0 = newInstance2; handler = null; newInstance2.setOnImageAvailableListener(this, null); @@ -712,11 +712,11 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } else { handler = null; this.k0 = null; - this.f1482s = null; + this.f1481s = null; this.l0 = null; } try { - this.f1474e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); + this.f1473e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); return taskCompletionSource.a; } catch (CameraAccessException e3) { throw o1(e3); @@ -729,7 +729,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public Task Q() { TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); try { - this.f1472c0.openCamera(this.f1473d0, new m(taskCompletionSource), (Handler) null); + this.f1471c0.openCamera(this.f1472d0, new m(taskCompletionSource), (Handler) null); return taskCompletionSource.a; } catch (CameraAccessException e2) { throw o1(e2); @@ -748,7 +748,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.f1482s, this.K); + S0().e(this.t, this.f1481s, this.K); } bVar.a(1, "onStartPreview:", "Starting preview."); c1(new Surface[0]); @@ -770,7 +770,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. this.m0 = null; this.r = null; this.q = null; - this.f1482s = null; + this.f1481s = null; ImageReader imageReader = this.k0; if (imageReader != null) { imageReader.close(); @@ -781,8 +781,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. imageReader2.close(); this.n0 = null; } - this.f1476g0.close(); - this.f1476g0 = null; + this.f1475g0.close(); + this.f1475g0 = null; bVar.a(1, "onStopBind:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -793,19 +793,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.f1474e0.close(); + this.f1473e0.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.f1474e0 = null; + this.f1473e0 = null; i.i.a(1, "onStopEngine:", "Aborting actions."); for (c.o.a.n.o.a aVar : this.o0) { aVar.a(this); } - this.f1475f0 = null; + this.f1474f0 = null; this.o = null; - this.f1477h0 = null; + this.f1476h0 = null; i.i.a(2, "onStopEngine:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -814,7 +814,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public List T0() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1472c0.getCameraCharacteristics(this.f1473d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1471c0.getCameraCharacteristics(this.f1472d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.n.j()); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -841,12 +841,12 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.u) { S0().d(); } - this.f1477h0.removeTarget(this.m0); + this.f1476h0.removeTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1477h0.removeTarget(surface); + this.f1476h0.removeTarget(surface); } - this.f1478i0 = null; + this.f1477i0 = null; bVar.a(1, "onStopPreview:", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -876,11 +876,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.f1468c = aVar2.c(bVar, bVar2, 2); + aVar.f1467c = aVar2.c(bVar, bVar2, 2); aVar.d = w(bVar2); try { - CaptureRequest.Builder createCaptureRequest = this.f1474e0.createCaptureRequest(2); - d1(createCaptureRequest, this.f1477h0); + CaptureRequest.Builder createCaptureRequest = this.f1473e0.createCaptureRequest(2); + d1(createCaptureRequest, this.f1476h0); c.o.a.v.b bVar3 = new c.o.a.v.b(aVar, this, createCaptureRequest, this.n0); this.p = bVar3; bVar3.c(); @@ -902,7 +902,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.f1468c = this.K.c(c.o.a.n.t.b.VIEW, bVar, 1); + aVar.f1467c = 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(); @@ -923,16 +923,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.f1479j0); + Objects.requireNonNull(this.f1478j0); int intValue = c.o.a.n.q.b.b.get(eVar).intValue(); try { - String[] cameraIdList = this.f1472c0.getCameraIdList(); + String[] cameraIdList = this.f1471c0.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.f1472c0.getCameraCharacteristics(str); + CameraCharacteristics cameraCharacteristics = this.f1471c0.getCameraCharacteristics(str); if (intValue == ((Integer) u1(cameraCharacteristics, CameraCharacteristics.LENS_FACING, -99)).intValue()) { - this.f1473d0 = str; + this.f1472d0 = str; this.K.f(eVar, ((Integer) u1(cameraCharacteristics, CameraCharacteristics.SENSOR_ORIENTATION, 0)).intValue()); return true; } @@ -946,14 +946,14 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. } public final void c1(@NonNull Surface... surfaceArr) { - this.f1477h0.addTarget(this.m0); + this.f1476h0.addTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1477h0.addTarget(surface); + this.f1476h0.addTarget(surface); } for (Surface surface2 : surfaceArr) { if (surface2 != null) { - this.f1477h0.addTarget(surface2); + this.f1476h0.addTarget(surface2); } else { throw new IllegalArgumentException("Should not add a null surface."); } @@ -997,7 +997,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.f1476g0.capture(builder.build(), this.q0, null); + this.f1475g0.capture(builder.build(), this.q0, null); } } @@ -1051,7 +1051,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.f1479j0; + c.o.a.n.q.b bVar = this.f1478j0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(bVar); ArrayList arrayList2 = new ArrayList(); @@ -1086,14 +1086,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.f1485z)) { - c.o.a.n.q.b bVar = this.f1479j0; - c.o.a.m.h hVar2 = this.f1485z; + if (this.o.c(this.f1484z)) { + c.o.a.n.q.b bVar = this.f1478j0; + c.o.a.m.h hVar2 = this.f1484z; Objects.requireNonNull(bVar); builder.set(CaptureRequest.CONTROL_SCENE_MODE, Integer.valueOf(c.o.a.n.q.b.d.get(hVar2).intValue())); return true; } - this.f1485z = hVar; + this.f1484z = hVar; return false; } @@ -1142,16 +1142,16 @@ 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.f1485z; - this.f1485z = hVar; + c.o.a.m.h hVar2 = this.f1484z; + this.f1484z = 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 RunnableC0163d(hVar2))); + fVar.b("hdr (" + hVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new RunnableC0164d(hVar2))); } public final void l1(boolean z2, int i2) { if ((this.m.f == c.o.a.n.v.e.PREVIEW && !O()) || !z2) { try { - this.f1476g0.setRepeatingRequest(this.f1477h0.build(), this.q0, null); + this.f1475g0.setRepeatingRequest(this.f1476h0.build(), this.q0, null); } catch (CameraAccessException e2) { throw new CameraException(e2, i2); } catch (IllegalStateException e3) { @@ -1173,10 +1173,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.f1479j0; + c.o.a.n.q.b bVar = this.f1478j0; 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.f1488c.get(mVar2).intValue())); + builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1487c.get(mVar2).intValue())); return true; } this.w = mVar; @@ -1256,7 +1256,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (gVar != null) { gVar.a(this); } - CaptureRequest.Builder builder = this.f1477h0; + CaptureRequest.Builder builder = this.f1476h0; boolean z2 = false; int[] iArr = (int[]) t1(CameraCharacteristics.CONTROL_AF_AVAILABLE_MODES, new int[0]); ArrayList arrayList = new ArrayList(); @@ -1280,12 +1280,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.f1477h0; - CaptureRequest.Builder createCaptureRequest = this.f1474e0.createCaptureRequest(i2); - this.f1477h0 = createCaptureRequest; + CaptureRequest.Builder builder = this.f1476h0; + CaptureRequest.Builder createCaptureRequest = this.f1473e0.createCaptureRequest(i2); + this.f1476h0 = createCaptureRequest; createCaptureRequest.setTag(Integer.valueOf(i2)); - d1(this.f1477h0, builder); - return this.f1477h0; + d1(this.f1476h0, builder); + return this.f1476h0; } @NonNull @@ -1316,7 +1316,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @NonNull public List s1() { try { - StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1472c0.getCameraCharacteristics(this.f1473d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1471c0.getCameraCharacteristics(this.f1472d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); if (streamConfigurationMap != null) { Size[] outputSizes = streamConfigurationMap.getOutputSizes(this.t); ArrayList arrayList = new ArrayList(outputSizes.length); @@ -1343,7 +1343,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.f1475f0.get(key); + T t2 = (T) this.f1474f0.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 1607b5e86a..950bea3554 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.f1486c = cVar; - this.e.f1(((d) cVar).f1477h0); + this.f1485c = cVar; + this.e.f1(((d) cVar).f1476h0); d dVar = (d) cVar; - CaptureRequest.Builder builder = dVar.f1477h0; + CaptureRequest.Builder builder = dVar.f1476h0; CaptureRequest.Key key = CaptureRequest.CONTROL_AE_LOCK; Boolean bool = Boolean.FALSE; builder.set(key, bool); - dVar.f1477h0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); + dVar.f1476h0.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 20570a7d59..36bb97f24f 100644 --- a/app/src/main/java/c/o/a/n/g.java +++ b/app/src/main/java/c/o/a/n/g.java @@ -51,10 +51,10 @@ public abstract class g extends i { public int Z; /* renamed from: a0 reason: collision with root package name */ - public int f1480a0; + public int f1479a0; /* renamed from: b0 reason: collision with root package name */ - public c.o.a.u.a f1481b0; + public c.o.a.u.a f1480b0; public c.o.a.w.a n; public c.o.a.c o; public c.o.a.v.d p; @@ -62,20 +62,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 f1482s; + public c.o.a.x.b f1481s; public int t; public boolean u; public f v; public m w; /* renamed from: x reason: collision with root package name */ - public l f1483x; + public l f1482x; /* renamed from: y reason: collision with root package name */ - public c.o.a.m.b f1484y; + public c.o.a.m.b f1483y; /* renamed from: z reason: collision with root package name */ - public h f1485z; + public h f1484z; /* compiled from: CameraBaseEngine */ public class a implements Runnable { @@ -191,7 +191,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.f1483x = lVar; + this.f1482x = lVar; } @Override // c.o.a.n.i @@ -263,7 +263,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final c.o.a.m.l H() { - return this.f1483x; + return this.f1482x; } @Override // c.o.a.n.i @@ -383,7 +383,7 @@ public abstract class g extends i { @NonNull public c.o.a.p.c S0() { if (this.J == null) { - this.J = V0(this.f1480a0); + this.J = V0(this.f1479a0); } return this.J; } @@ -426,7 +426,7 @@ public abstract class g extends i { if (aVar != null) { CameraView.b bVar = (CameraView.b) this.l; bVar.b.a(1, "dispatchOnPictureTaken", aVar); - CameraView.this.f2439s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2443s.post(new c.o.a.i(bVar, aVar)); return; } i.i.a(3, "onPictureResult", "result is null: something went wrong.", exc); @@ -445,7 +445,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void b0(@NonNull c.o.a.m.b bVar) { - this.f1484y = bVar; + this.f1483y = bVar; } @Override // c.o.a.n.i @@ -483,7 +483,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final c.o.a.m.b h() { - return this.f1484y; + return this.f1483y; } @Override // c.o.a.n.i @@ -509,7 +509,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void j0(int i) { - this.f1480a0 = i; + this.f1479a0 = i; } @Override // c.o.a.n.i @@ -550,7 +550,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final void o0(@Nullable c.o.a.u.a aVar) { - this.f1481b0 = aVar; + this.f1480b0 = aVar; } @Override // c.o.a.n.i @@ -560,7 +560,7 @@ public abstract class g extends i { @Override // c.o.a.n.i public final int q() { - return this.f1480a0; + return this.f1479a0; } @Override // c.o.a.n.i @@ -571,7 +571,7 @@ public abstract class g extends i { @Override // c.o.a.n.i @NonNull public final h r() { - return this.f1485z; + return this.f1484z; } @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 053ea61d73..35caf470f1 100644 --- a/app/src/main/java/c/o/a/n/i.java +++ b/app/src/main/java/c/o/a/n/i.java @@ -123,8 +123,8 @@ public abstract class i implements a.c, d.a { /* compiled from: CameraEngine */ /* renamed from: c.o.a.n.i$i reason: collision with other inner class name */ - public static class C0165i implements Thread.UncaughtExceptionHandler { - public C0165i(c cVar) { + public static class C0166i implements Thread.UncaughtExceptionHandler { + public C0166i(c cVar) { } @Override // java.lang.Thread.UncaughtExceptionHandler @@ -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.f1492c.iterator(); + Iterator> it = fVar.f1491c.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.f1492c.iterator(); + Iterator> it = fVar.f1491c.iterator(); while (it.hasNext()) { hashSet.add(it.next().a); } @@ -346,7 +346,7 @@ public abstract class i implements a.c, d.a { c.o.a.b bVar = i; bVar.a(1, "DESTROY:", "state:", this.m.f, "thread:", Thread.currentThread(), "depth:", Integer.valueOf(i2), "unrecoverably:", Boolean.valueOf(z2)); if (z2) { - this.j.e.setUncaughtExceptionHandler(new C0165i(null)); + this.j.e.setUncaughtExceptionHandler(new C0166i(null)); } CountDownLatch countDownLatch = new CountDownLatch(1); L0(true).c(this.j.g, new d(this, countDownLatch)); 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 da672d49dd..9510a177fd 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.f2439s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2443s.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 64f66f238c..d1e1055daf 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.f2439s.post(new g(bVar)); + CameraView.this.f2443s.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 ca62ea2780..cce4c74b5c 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.f1486c = cVar; + this.f1485c = 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 8e3f672ba4..57d1a9bdf9 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 f1486c; + public c f1485c; 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.f1486c = cVar; + this.f1485c = cVar; d dVar = (d) cVar; if (!dVar.o0.contains(this)) { dVar.o0.add(this); } - if (((d) cVar).f1478i0 != null) { + if (((d) cVar).f1477i0 != 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.f1486c = cVar; + this.f1485c = cVar; } @NonNull public T k(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) ((d) this.f1486c).f1475f0.get(key); + T t2 = (T) ((d) this.f1485c).f1474f0.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.f1486c).o0.remove(this); - i(this.f1486c); + ((d) this.f1485c).o0.remove(this); + i(this.f1485c); } } } 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 17ae708ee2..98f6c6a3c1 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.f1486c = cVar; + this.f1485c = 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.f1486c); + this.e.get(this.f).j(this.f1485c); } } } 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 e5b55ceedb..6d72446430 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.f1486c = cVar; + this.f1485c = 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 2b0b9d8551..2cd8c406ee 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.f1486c = cVar; + this.f1485c = 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 414e761e5c..be1e21740b 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).f1477h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1476h0.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).f1478i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1477i0; 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).f1477h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); + ((d) cVar).f1476h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); d dVar = (d) cVar; - dVar.f1477h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1476h0.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 222c5ec186..9bafd68c23 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).f1478i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1477i0; 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).f1477h0.set(CaptureRequest.CONTROL_AF_MODE, 1); + ((d) cVar).f1476h0.set(CaptureRequest.CONTROL_AF_MODE, 1); d dVar = (d) cVar; - dVar.f1477h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + dVar.f1476h0.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 41f0e0386c..39afc258ec 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).f1477h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1476h0.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).f1478i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1477i0; 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).f1477h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); + ((d) cVar).f1476h0.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 62685989c5..9de014b266 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 f1487c; + public static final Map f1486c; 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(); - f1487c = hashMap2; + f1486c = 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 f82c6b64da..6965495e7d 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 f1488c; + public static final Map f1487c; public static final Map d; static { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1488c = hashMap2; + f1487c = 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 a09109f978..f0a47d9191 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.f1486c = cVar; + this.f1485c = 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 100bdb7e96..3280cb9ab1 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.f1486c = cVar; + this.f1485c = 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 55248046ba..b697d555c2 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).f1477h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); + ((d) cVar).f1476h0.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).f1477h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1476h0.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).f1478i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1477i0; 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).f1477h0.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).f1476h0.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).f1477h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); + ((d) cVar).f1476h0.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 eb27aecb26..cf7a985aba 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).f1477h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); + ((c.o.a.n.d) cVar).f1476h0.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).f1477h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((c.o.a.n.d) cVar).f1476h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); } - TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1478i0; + TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1477i0; 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).f1477h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); + ((c.o.a.n.d) cVar).f1476h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); } c.o.a.n.d dVar = (c.o.a.n.d) cVar; - dVar.f1477h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1476h0.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 c02918dade..47ffccf185 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).f1477h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); + ((d) cVar).f1476h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { - Integer num = (Integer) ((d) cVar).f1477h0.get(CaptureRequest.CONTROL_AF_MODE); + Integer num = (Integer) ((d) cVar).f1476h0.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).f1478i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1477i0; 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).f1477h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); + ((d) cVar).f1476h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AF, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1477h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1476h0.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 aecff1d232..b9d00a59b9 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).f1477h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1476h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); z2 = true; } - TotalCaptureResult totalCaptureResult = ((d) cVar).f1478i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1477i0; 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).f1477h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + ((d) cVar).f1476h0.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 eb849b4f99..e7a0d5c8e9 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.f1475f0, dVar.f1477h0); + 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.f1474f0, dVar.f1476h0); 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 e1b3b6de62..71c32093ae 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).f1477h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1476h0.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).f1478i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1477i0; 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).f1477h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1476h0.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 88e54876d1..3640531410 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).f1477h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1476h0.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 299fada6fe..b204771c7d 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 f1489c; + public final c.o.a.x.b f1488c; 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.f1489c = bVar; + this.f1488c = 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.f1489c; + c.o.a.x.b bVar = this.f1488c; 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 ddee35809f..95d59dc9af 100644 --- a/app/src/main/java/c/o/a/n/s/b.java +++ b/app/src/main/java/c/o/a/n/s/b.java @@ -18,7 +18,7 @@ public class b implements c { public final a b; /* renamed from: c reason: collision with root package name */ - public final c.o.a.x.b f1490c; + public final c.o.a.x.b f1489c; public final c.o.a.x.b d; public final boolean e; public final CameraCharacteristics f; @@ -26,7 +26,7 @@ public class b implements c { public b(@NonNull a aVar, @NonNull c.o.a.x.b bVar, @NonNull c.o.a.x.b bVar2, boolean z2, @NonNull CameraCharacteristics cameraCharacteristics, @NonNull CaptureRequest.Builder builder) { this.b = aVar; - this.f1490c = bVar; + this.f1489c = bVar; this.d = bVar2; this.e = z2; this.f = cameraCharacteristics; @@ -46,7 +46,7 @@ public class b implements c { @NonNull public PointF b(@NonNull PointF pointF) { PointF pointF2 = new PointF(pointF.x, pointF.y); - c.o.a.x.b bVar = this.f1490c; + c.o.a.x.b bVar = this.f1489c; c.o.a.x.b bVar2 = this.d; int i = bVar.i; int i2 = bVar.j; diff --git a/app/src/main/java/c/o/a/n/t/a.java b/app/src/main/java/c/o/a/n/t/a.java index 57d87d59b2..9503e433f9 100644 --- a/app/src/main/java/c/o/a/n/t/a.java +++ b/app/src/main/java/c/o/a/n/t/a.java @@ -12,7 +12,7 @@ public class a { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public int f1491c = 0; + public int f1490c = 0; @VisibleForTesting public int d = 0; @VisibleForTesting @@ -31,7 +31,7 @@ public class a { } int ordinal = bVar2.ordinal(); if (ordinal == 1) { - return ((360 - this.f1491c) + 360) % 360; + return ((360 - this.f1490c) + 360) % 360; } if (ordinal == 2) { return ((360 - this.d) + 360) % 360; @@ -52,7 +52,7 @@ public class a { } public final void d() { - a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1491c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); + a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1490c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); } public final void e(int i) { @@ -64,9 +64,9 @@ public class a { public void f(@NonNull e eVar, int i) { e(i); this.b = eVar; - this.f1491c = i; + this.f1490c = i; if (eVar == e.FRONT) { - this.f1491c = ((360 - i) + 360) % 360; + this.f1490c = ((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 4612484aa0..e80e4f0320 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.f1487c, str); + m mVar = (m) a.b(c.o.a.n.q.a.f1486c, str); if (mVar != null) { this.a.add(mVar); } } } - this.f1467c.add(f.OFF); + this.f1466c.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.f1467c.add(fVar); + this.f1466c.add(fVar); } } } @@ -72,7 +72,7 @@ public class a extends c { this.g.add(c.o.a.x.a.f(i5, i6)); } ArrayList arrayList = new ArrayList(c.o.a.r.a.b.keySet()); - Collections.sort(arrayList, new a.C0168a(((long) Integer.MAX_VALUE) * ((long) Integer.MAX_VALUE))); + Collections.sort(arrayList, new a.C0169a(((long) Integer.MAX_VALUE) * ((long) Integer.MAX_VALUE))); while (true) { if (arrayList.size() <= 0) { camcorderProfile = CamcorderProfile.get(i, 0); 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 9e7e513ff3..0e7bf799d5 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.f1488c, Integer.valueOf(i2)); + m mVar = (m) bVar.a(c.o.a.n.q.b.f1487c, Integer.valueOf(i2)); if (mVar != null) { this.a.add(mVar); } } - this.f1467c.add(fVar); + this.f1466c.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.f1467c.addAll(hashSet); + this.f1466c.addAll(hashSet); } } this.d.add(h.OFF); diff --git a/app/src/main/java/c/o/a/n/v/a.java b/app/src/main/java/c/o/a/n/v/a.java index 0217b6851f..074838e10c 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,16 +16,16 @@ public class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final ArrayDeque> f1492c = new ArrayDeque<>(); + public final ArrayDeque> f1491c = new ArrayDeque<>(); public boolean d = false; public final Object e = new Object(); /* compiled from: CameraOrchestrator */ /* renamed from: c.o.a.n.v.a$a reason: collision with other inner class name */ - public class CallableC0166a implements Callable> { + public class CallableC0167a implements Callable> { public final /* synthetic */ Runnable i; - public CallableC0166a(a aVar, Runnable runnable) { + public CallableC0167a(a aVar, Runnable runnable) { this.i = runnable; } @@ -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> f1493c; + public final Callable> f1492c; public final boolean d; public final long e; - public c(String str, Callable callable, boolean z2, long j, CallableC0166a aVar) { + public c(String str, Callable callable, boolean z2, long j, CallableC0167a aVar) { this.a = str; - this.f1493c = callable; + this.f1492c = callable; this.d = z2; this.e = j; } @@ -66,24 +66,24 @@ public class a { public static void a(a aVar, c cVar) { if (aVar.d) { aVar.d = false; - aVar.f1492c.remove(cVar); + aVar.f1491c.remove(cVar); g gVar = i.this.j; gVar.f.postDelayed(new b(aVar), 0); return; } - StringBuilder K = c.d.b.a.a.K("mJobRunning was not true after completing job="); - K.append(cVar.a); - throw new IllegalStateException(K.toString()); + StringBuilder L = c.d.b.a.a.L("mJobRunning was not true after completing job="); + L.append(cVar.a); + throw new IllegalStateException(L.toString()); } @NonNull public Task b(@NonNull String str, boolean z2, @NonNull Runnable runnable) { - return d(str, z2, 0, new CallableC0166a(this, runnable)); + return d(str, z2, 0, new CallableC0167a(this, runnable)); } @NonNull public Task c(@NonNull String str, boolean z2, long j, @NonNull Runnable runnable) { - return d(str, z2, j, new CallableC0166a(this, runnable)); + return d(str, z2, j, new CallableC0167a(this, runnable)); } @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.f1492c.addLast(cVar); + this.f1491c.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.f1492c.iterator(); + Iterator> it = this.f1491c.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.f1492c.remove(cVar); + this.f1491c.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 5c454423a3..3f3656a3ec 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.f1492c.iterator(); + Iterator> it = this.i.f1491c.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 b972dc2ddb..13e0ff7ae1 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.f1493c.call(); + Task task = (Task) this.i.f1492c.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 6d1055ca11..86a16ed235 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 f1494c = null; + public c.o.b.b.b f1493c = 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.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", " = ("); + 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", " = ("); 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.f1494c; + c.o.b.b.b bVar = this.f1493c; 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.f1494c; + c.o.b.b.b bVar5 = this.f1493c; Objects.requireNonNull(dVar3); m.checkNotNullParameter(bVar5, "drawable"); bVar5.a(); d dVar4 = this.b; - c.o.b.b.b bVar6 = this.f1494c; + c.o.b.b.b bVar6 = this.f1493c; Objects.requireNonNull(dVar4); m.checkNotNullParameter(bVar6, "drawable"); m.checkNotNullParameter(bVar6, "drawable"); @@ -176,7 +176,7 @@ public abstract class a implements b { public void f() { d dVar = this.b; if (!dVar.a) { - if (dVar.f1510c) { + if (dVar.f1509c) { GLES20.glDeleteProgram(p.m83constructorimpl(dVar.b)); } for (c.o.b.d.c cVar : dVar.d) { @@ -190,13 +190,13 @@ public abstract class a implements b { ((c.o.b.g.a) floatBuffer).dispose(); } this.b = null; - this.f1494c = null; + this.f1493c = null; } @Override // c.o.a.o.b public void j(int i) { this.b = new d(i, "aPosition", "uMVPMatrix", "aTextureCoord", "uTexMatrix"); - this.f1494c = new c.o.b.b.c(); + this.f1493c = 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 7856042b64..baefea44d0 100644 --- a/app/src/main/java/c/o/a/p/a.java +++ b/app/src/main/java/c/o/a/p/a.java @@ -7,15 +7,15 @@ import java.util.concurrent.LinkedBlockingQueue; /* compiled from: ByteBufferFrameManager */ public class a extends c { public LinkedBlockingQueue i; - public AbstractC0167a j; + public AbstractC0168a j; public final int k = 0; /* compiled from: ByteBufferFrameManager */ /* renamed from: c.o.a.p.a$a reason: collision with other inner class name */ - public interface AbstractC0167a { + public interface AbstractC0168a { } - public a(int i, @Nullable AbstractC0167a aVar) { + public a(int i, @Nullable AbstractC0168a aVar) { super(i, byte[].class); this.j = aVar; } @@ -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.f1496c) { + if (z2 && bArr2.length == this.f1495c) { 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.f1496c; + int i2 = this.f1495c; 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 e311fbf49d..6586e59c58 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 f1495c = null; + public Object f1494c = null; public long d = -1; public long e = -1; @@ -16,7 +16,7 @@ public class b { } public long a() { - if (this.f1495c != null) { + if (this.f1494c != 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.f1495c != null) { + if (this.f1494c != null) { a.a(0, "Frame with time", Long.valueOf(this.d), "is being released."); - Object obj = this.f1495c; - this.f1495c = null; + Object obj = this.f1494c; + this.f1494c = 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 2ed45732a8..67f6822b63 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 f1496c = -1; + public int f1495c = -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.f1495c = t; + poll.f1494c = 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.f1496c = -1; + this.f1495c = -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.f1496c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); + this.f1495c = (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 ead4f0ac64..95021cc046 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[] f1497c; + public PointF[] f1496c; /* compiled from: GestureFinder */ public interface a { } public c(@NonNull a aVar, int i) { - this.f1497c = new PointF[i]; + this.f1496c = new PointF[i]; for (int i2 = 0; i2 < i; i2++) { - this.f1497c[i2] = new PointF(0.0f, 0.0f); + this.f1496c[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 77b5e5d86e..d5a65808ae 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.f1497c[0].x = motionEvent.getX(0); - this.f1497c[0].y = motionEvent.getY(0); + this.f1496c[0].x = motionEvent.getX(0); + this.f1496c[0].y = motionEvent.getY(0); z2 = true; if (motionEvent.getPointerCount() > 1) { - this.f1497c[1].x = motionEvent.getX(1); - this.f1497c[1].y = motionEvent.getY(1); + this.f1496c[1].x = motionEvent.getX(1); + this.f1496c[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 c001ad1e3e..6ee0e617aa 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.f1497c[0].x) { + if (motionEvent.getX() == f.this.f1496c[0].x) { float y2 = motionEvent.getY(); f fVar = f.this; - if (y2 == fVar.f1497c[0].y) { + if (y2 == fVar.f1496c[0].y) { if (fVar.b == aVar) { z2 = true; } - f.this.f1497c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1496c[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.f1497c[0].set(motionEvent.getX(), motionEvent.getY()); + fVar4.f1496c[0].set(motionEvent.getX(), motionEvent.getY()); z2 = z3; - f.this.f1497c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1496c[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 c23746c83d..8dfc5ae550 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.f1497c[0].x = motionEvent.getX(); - this.f1497c[0].y = motionEvent.getY(); + this.f1496c[0].x = motionEvent.getX(); + this.f1496c[0].y = motionEvent.getY(); return true; } } diff --git a/app/src/main/java/c/o/a/r/a.java b/app/src/main/java/c/o/a/r/a.java index 217b558781..1fda2aa3fb 100644 --- a/app/src/main/java/c/o/a/r/a.java +++ b/app/src/main/java/c/o/a/r/a.java @@ -19,10 +19,10 @@ public class a { /* compiled from: CamcorderProfiles */ /* renamed from: c.o.a.r.a$a reason: collision with other inner class name */ - public static class C0168a implements Comparator { + public static class C0169a implements Comparator { public final /* synthetic */ long i; - public C0168a(long j) { + public C0169a(long j) { this.i = j; } @@ -55,7 +55,7 @@ public class a { public static CamcorderProfile a(int i, @NonNull c.o.a.x.b bVar) { long j = ((long) bVar.i) * ((long) bVar.j); ArrayList arrayList = new ArrayList(b.keySet()); - Collections.sort(arrayList, new C0168a(j)); + Collections.sort(arrayList, new C0169a(j)); while (arrayList.size() > 0) { int intValue = b.get((c.o.a.x.b) arrayList.remove(0)).intValue(); if (CamcorderProfile.hasProfile(i, intValue)) { 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 1baa1995dd..3d808c43d6 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 f1498c = new c.o.a.o.c(); + public c.o.a.o.b f1497c = new c.o.a.o.c(); public c.o.a.o.b d = null; public int e = -1; @@ -26,12 +26,12 @@ public class c { public void a(long j) { if (this.d != null) { b(); - this.f1498c = this.d; + this.f1497c = this.d; this.d = null; } if (this.e == -1) { - String c2 = this.f1498c.c(); - String h = this.f1498c.h(); + String c2 = this.f1497c.c(); + String h = this.f1497c.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)}; @@ -50,12 +50,12 @@ public class c { int i3 = f.a; if (i2 == 1) { this.e = r0; - this.f1498c.j(r0); + this.f1497c.j(r0); d.b("program creation"); } else { - StringBuilder K = a.K("Could not link program: "); - K.append(GLES20.glGetProgramInfoLog(r0)); - String sb = K.toString(); + StringBuilder L = a.L("Could not link program: "); + L.append(GLES20.glGetProgramInfoLog(r0)); + String sb = L.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.f1498c.e(j, this.b); + this.f1497c.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.f1498c.f(); + this.f1497c.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 94389f6fcd..87b630bfba 100644 --- a/app/src/main/java/c/o/a/r/f.java +++ b/app/src/main/java/c/o/a/r/f.java @@ -17,7 +17,7 @@ public class f { public final Context b; /* renamed from: c reason: collision with root package name */ - public final c f1499c; + public final c f1498c; @VisibleForTesting public final OrientationEventListener d; public int e = -1; @@ -59,23 +59,23 @@ public class f { fVar = f.this; if (i2 == fVar.e) { fVar.e = i2; - CameraView.b bVar = (CameraView.b) fVar.f1499c; + CameraView.b bVar = (CameraView.b) fVar.f1498c; 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.f2440x.e(); + c.o.a.n.t.a e = cameraView.f2444x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2440x.e(); + c.o.a.n.t.a e2 = cameraView.f2444x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.f2439s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2443s.post(new j(bVar, (i2 + i3) % 360)); return; } return; @@ -105,7 +105,7 @@ public class f { if (a != i2) { f.this.g = a; boolean z2 = Math.abs(a - i2) != 180; - CameraView.b bVar = (CameraView.b) f.this.f1499c; + CameraView.b bVar = (CameraView.b) f.this.f1498c; bVar.b.a(1, "onDisplayOffsetChanged", Integer.valueOf(a), "recreate:", Boolean.valueOf(z2)); if (CameraView.this.d() && !z2) { bVar.b.a(2, "onDisplayOffsetChanged", "restarting the camera."); @@ -126,7 +126,7 @@ public class f { public f(@NonNull Context context, @NonNull c cVar) { this.b = context; - this.f1499c = cVar; + this.f1498c = 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 09cfc4fa8a..c040fe2db3 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 f1500c; + public static g f1499c; 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"); - f1500c = b2; + f1499c = b2; b2.f.post(runnable); } diff --git a/app/src/main/java/c/o/a/u/a.java b/app/src/main/java/c/o/a/u/a.java index 0ad06f3ad2..7e72c8170d 100644 --- a/app/src/main/java/c/o/a/u/a.java +++ b/app/src/main/java/c/o/a/u/a.java @@ -4,7 +4,7 @@ public interface a { /* compiled from: Overlay */ /* renamed from: c.o.a.u.a$a reason: collision with other inner class name */ - public enum EnumC0169a { + public enum EnumC0170a { PREVIEW, PICTURE_SNAPSHOT, VIDEO_SNAPSHOT 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 e4df1ec147..9ffb2fdb46 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 f1501c; + public SurfaceTexture f1500c; 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.f1501c = surfaceTexture; + this.f1500c = surfaceTexture; surfaceTexture.setDefaultBufferSize(bVar.i, bVar.j); - this.d = new Surface(this.f1501c); + this.d = new Surface(this.f1500c); 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 cf489942ad..95e7c520dc 100644 --- a/app/src/main/java/c/o/a/u/c.java +++ b/app/src/main/java/c/o/a/u/c.java @@ -18,7 +18,7 @@ public class c extends FrameLayout implements a { public static final String i; public static final b j; @VisibleForTesting - public a.EnumC0169a k = a.EnumC0169a.PREVIEW; + public a.EnumC0170a k = a.EnumC0170a.PREVIEW; /* compiled from: OverlayLayout */ public static class a extends FrameLayout.LayoutParams { @@ -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 f1502c = false; + public boolean f1501c = false; public a(@NonNull Context context, @NonNull AttributeSet attributeSet) { super(context, attributeSet); @@ -34,27 +34,27 @@ 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.f1502c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); + this.f1501c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); } finally { obtainStyledAttributes.recycle(); } } @VisibleForTesting - public boolean a(@NonNull a.EnumC0169a aVar) { - return (aVar == a.EnumC0169a.PREVIEW && this.a) || (aVar == a.EnumC0169a.VIDEO_SNAPSHOT && this.f1502c) || (aVar == a.EnumC0169a.PICTURE_SNAPSHOT && this.b); + public boolean a(@NonNull a.EnumC0170a aVar) { + return (aVar == a.EnumC0170a.PREVIEW && this.a) || (aVar == a.EnumC0170a.VIDEO_SNAPSHOT && this.f1501c) || (aVar == a.EnumC0170a.PICTURE_SNAPSHOT && this.b); } @Override // java.lang.Object @NonNull public String toString() { StringBuilder sb = new StringBuilder(); - c.d.b.a.a.a0(a.class, sb, "[drawOnPreview:"); + c.d.b.a.a.b0(a.class, sb, "[drawOnPreview:"); sb.append(this.a); sb.append(",drawOnPictureSnapshot:"); sb.append(this.b); sb.append(",drawOnVideoSnapshot:"); - return c.d.b.a.a.F(sb, this.f1502c, "]"); + return c.d.b.a.a.G(sb, this.f1501c, "]"); } } @@ -69,7 +69,7 @@ public class c extends FrameLayout implements a { setWillNotDraw(false); } - public void a(@NonNull a.EnumC0169a aVar, @NonNull Canvas canvas) { + public void a(@NonNull a.EnumC0170a aVar, @NonNull Canvas canvas) { synchronized (this) { this.k = aVar; int ordinal = aVar.ordinal(); @@ -88,7 +88,7 @@ public class c extends FrameLayout implements a { } } - public boolean b(@NonNull a.EnumC0169a aVar) { + public boolean b(@NonNull a.EnumC0170a aVar) { for (int i2 = 0; i2 < getChildCount(); i2++) { if (((a) getChildAt(i2).getLayoutParams()).a(aVar)) { return true; @@ -106,7 +106,7 @@ public class c extends FrameLayout implements a { @SuppressLint({"MissingSuperCall"}) public void draw(Canvas canvas) { j.a(1, "normal draw called."); - a.EnumC0169a aVar = a.EnumC0169a.PREVIEW; + a.EnumC0170a aVar = a.EnumC0170a.PREVIEW; if (b(aVar)) { a(aVar, canvas); } 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 f26f8baccd..8a9b054b3b 100644 --- a/app/src/main/java/c/o/a/v/a.java +++ b/app/src/main/java/c/o/a/v/a.java @@ -15,8 +15,8 @@ public class a extends c { /* compiled from: Full1PictureRecorder */ /* renamed from: c.o.a.v.a$a reason: collision with other inner class name */ - public class C0170a implements Camera.ShutterCallback { - public C0170a() { + public class C0171a implements Camera.ShutterCallback { + public C0171a() { } @Override // android.hardware.Camera.ShutterCallback @@ -57,7 +57,7 @@ public class a extends c { } l.a aVar = a.this.i; aVar.f = bArr; - aVar.f1468c = i; + aVar.f1467c = i; c.l.a(1, "take(): starting preview again. ", Thread.currentThread()); if (a.this.n.m.f.f(e.PREVIEW)) { camera.setPreviewCallbackWithBuffer(a.this.n); @@ -80,7 +80,7 @@ public class a extends c { this.n = bVar; this.m = camera; Camera.Parameters parameters = camera.getParameters(); - parameters.setRotation(this.i.f1468c); + parameters.setRotation(this.i.f1467c); camera.setParameters(parameters); } @@ -97,7 +97,7 @@ public class a extends c { this.m.setPreviewCallbackWithBuffer(null); this.n.l1().d(); try { - this.m.takePicture(new C0170a(), null, null, new b()); + this.m.takePicture(new C0171a(), null, null, new b()); bVar.a(1, "take() returned."); } catch (Exception e) { this.k = e; 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 1de414ac50..eac8e8a49b 100644 --- a/app/src/main/java/c/o/a/v/b.java +++ b/app/src/main/java/c/o/a/v/b.java @@ -41,10 +41,10 @@ public class b extends c implements ImageReader.OnImageAvailableListener { int i; b bVar = b.this; if (bVar.i.g == j.DNG) { - bVar.q = new DngCreator(((d) cVar).f1475f0, totalCaptureResult); + bVar.q = new DngCreator(((d) cVar).f1474f0, totalCaptureResult); b bVar2 = b.this; DngCreator dngCreator = bVar2.q; - int i2 = bVar2.i.f1468c; + int i2 = bVar2.i.f1467c; int i3 = (i2 + 360) % 360; if (i3 == 0) { i = 1; @@ -81,13 +81,13 @@ public class b extends c implements ImageReader.OnImageAvailableListener { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1486c = cVar; + this.f1485c = 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.f1468c)); + bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1467c)); } b.this.p.setTag(2); try { @@ -108,7 +108,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { this.p = builder; this.o = imageReader; g b = g.b("FallbackCameraThread"); - g.f1500c = b; + g.f1499c = b; imageReader.setOnImageAvailableListener(this, b.f); } @@ -124,7 +124,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { buffer.get(bArr); l.a aVar = this.i; aVar.f = bArr; - aVar.f1468c = 0; + aVar.f1467c = 0; try { int attributeInt = new ExifInterface(new ByteArrayInputStream(this.i.f)).getAttributeInt(ExifInterface.TAG_ORIENTATION, 1); l.a aVar2 = this.i; @@ -142,7 +142,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { i = 270; break; } - aVar2.f1468c = i; + aVar2.f1467c = 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 f70f8d0690..875e4d24fb 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.f2442z == null) { - cameraView.f2442z = new MediaActionSound(); + if (cameraView.f2446z == null) { + cameraView.f2446z = new MediaActionSound(); } - cameraView.f2442z.play(0); + cameraView.f2446z.play(0); } - CameraView.this.f2439s.post(new h(bVar)); + CameraView.this.f2443s.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 215e706131..a4eafa39e3 100644 --- a/app/src/main/java/c/o/a/v/e.java +++ b/app/src/main/java/c/o/a/v/e.java @@ -22,13 +22,13 @@ public class e extends i { /* compiled from: Snapshot1PictureRecorder */ /* renamed from: c.o.a.v.e$a$a reason: collision with other inner class name */ - public class RunnableC0171a implements Runnable { + public class RunnableC0172a implements Runnable { public final /* synthetic */ byte[] i; public final /* synthetic */ c.o.a.x.b j; public final /* synthetic */ int k; public final /* synthetic */ c.o.a.x.b l; - public RunnableC0171a(byte[] bArr, c.o.a.x.b bVar, int i, c.o.a.x.b bVar2) { + public RunnableC0172a(byte[] bArr, c.o.a.x.b bVar, int i, c.o.a.x.b bVar2) { this.i = bArr; this.j = bVar; this.k = i; @@ -87,7 +87,7 @@ public class e extends i { aVar.f = byteArray; aVar.d = new c.o.a.x.b(v.width(), v.height()); e eVar = e.this; - eVar.i.f1468c = 0; + eVar.i.f1467c = 0; eVar.b(); } } @@ -100,11 +100,11 @@ public class e extends i { e.this.a(false); e eVar = e.this; l.a aVar = eVar.i; - int i = aVar.f1468c; + int i = aVar.f1467c; 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) { - g.a(new RunnableC0171a(bArr, C, i, bVar)); + g.a(new RunnableC0172a(bArr, C, i, bVar)); camera.setPreviewCallbackWithBuffer(null); camera.setPreviewCallbackWithBuffer(e.this.m); c.o.a.p.a l1 = e.this.m.l1(); 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 4b8f2d4612..e972ca6b65 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 f1503s; + public final c.o.a.n.o.a f1502s; 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.f1486c = cVar; + this.f1485c = cVar; i.l.a(1, "FlashAction:", "Parameters locked, opening torch."); - ((d) cVar).f1477h0.set(CaptureRequest.FLASH_MODE, 2); + ((d) cVar).f1476h0.set(CaptureRequest.FLASH_MODE, 2); d dVar = (d) cVar; - dVar.f1477h0.set(CaptureRequest.CONTROL_AE_MODE, 1); + dVar.f1476h0.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.f1486c = cVar; + this.f1485c = cVar; try { i.l.a(1, "ResetFlashAction:", "Reverting the flash changes."); - CaptureRequest.Builder builder = ((d) cVar).f1477h0; + CaptureRequest.Builder builder = ((d) cVar).f1476h0; 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.f1481b0); + super(aVar, dVar, eVar, aVar2, dVar.f1480b0); 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.f1503s = hVar; + this.f1502s = hVar; hVar.f(new a()); - TotalCaptureResult totalCaptureResult = dVar.f1478i0; + TotalCaptureResult totalCaptureResult = dVar.f1477i0; 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.f1477h0.get(CaptureRequest.CONTROL_AE_MODE); - this.w = (Integer) dVar.f1477h0.get(CaptureRequest.FLASH_MODE); + this.v = (Integer) dVar.f1476h0.get(CaptureRequest.CONTROL_AE_MODE); + this.w = (Integer) dVar.f1476h0.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.f1503s.e(this.t); + this.f1502s.e(this.t); } } diff --git a/app/src/main/java/c/o/a/v/g.java b/app/src/main/java/c/o/a/v/g.java index f78c91d35d..023807693e 100644 --- a/app/src/main/java/c/o/a/v/g.java +++ b/app/src/main/java/c/o/a/v/g.java @@ -61,7 +61,7 @@ public class g extends i { this.n = aVar3; this.o = aVar4; if (aVar4 != null) { - if (((c.o.a.u.c) aVar4).b(a.EnumC0169a.PICTURE_SNAPSHOT)) { + if (((c.o.a.u.c) aVar4).b(a.EnumC0170a.PICTURE_SNAPSHOT)) { z2 = true; this.p = z2; } 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 3e13e5bc96..985812b0d5 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.f1512c; + a aVar2 = bVar2.f1511c; e eVar = bVar2.d; Objects.requireNonNull(aVar2); m.checkNotNullParameter(eVar, "eglSurface"); @@ -82,12 +82,12 @@ 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.f1468c), 0.0f, 0.0f, 1.0f); + Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1467c), 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) { c.o.a.u.b bVar4 = gVar.q; - a.EnumC0169a aVar3 = a.EnumC0169a.PICTURE_SNAPSHOT; + a.EnumC0170a aVar3 = a.EnumC0170a.PICTURE_SNAPSHOT; Objects.requireNonNull(bVar4); try { Canvas lockCanvas = bVar4.d.lockCanvas(null); @@ -99,15 +99,15 @@ public class h implements Runnable { } synchronized (bVar4.g) { GLES20.glBindTexture(36197, bVar4.f.a); - bVar4.f1501c.updateTexImage(); + bVar4.f1500c.updateTexImage(); } - bVar4.f1501c.getTransformMatrix(bVar4.e.b); + bVar4.f1500c.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.f1468c, 0.0f, 0.0f, 1.0f); + Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1467c, 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.f1468c = 0; + gVar.i.f1467c = 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.f1512c; + c.o.b.a.a aVar5 = bVar2.f1511c; e eVar2 = bVar2.d; Objects.requireNonNull(aVar5); m.checkNotNullParameter(eVar2, "eglSurface"); EGL14.eglDestroySurface(aVar5.a.a, eVar2.a); - bVar2.d = d.f1507c; + bVar2.d = d.f1506c; bVar2.b = -1; bVar2.a = -1; gVar.r.b(); @@ -150,10 +150,10 @@ public class h implements Runnable { } else { r3 = 0; } - SurfaceTexture surfaceTexture3 = bVar6.f1501c; + SurfaceTexture surfaceTexture3 = bVar6.f1500c; if (surfaceTexture3 != null) { surfaceTexture3.release(); - bVar6.f1501c = r3; + bVar6.f1500c = 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 d704bc6486..24432318e0 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 f1504c; + public T f1503c; public boolean d; public int e; public int f; @@ -32,10 +32,10 @@ public abstract class a { /* compiled from: CameraPreview */ /* renamed from: c.o.a.w.a$a reason: collision with other inner class name */ - public class RunnableC0172a implements Runnable { + public class RunnableC0173a implements Runnable { public final /* synthetic */ TaskCompletionSource i; - public RunnableC0172a(TaskCompletionSource taskCompletionSource) { + public RunnableC0173a(TaskCompletionSource taskCompletionSource) { this.i = taskCompletionSource; } @@ -60,7 +60,7 @@ public abstract class a { } public a(@NonNull Context context, @NonNull ViewGroup viewGroup) { - this.f1504c = n(context, viewGroup); + this.f1503c = n(context, viewGroup); } public void e(@Nullable b bVar) { @@ -144,7 +144,7 @@ public abstract class a { } Handler handler = new Handler(Looper.getMainLooper()); TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); - handler.post(new RunnableC0172a(taskCompletionSource)); + handler.post(new RunnableC0173a(taskCompletionSource)); try { c.i.a.f.e.o.c.c(taskCompletionSource.a); } catch (Exception unused) { 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 3cb4491e14..c349f11ad3 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.f1504c).requestRender(); + ((GLSurfaceView) d.this.f1503c).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.f1504c).queueEvent(new a(i)); + ((GLSurfaceView) d.this.f1503c).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.f1504c).queueEvent(new b(bVar)); + ((GLSurfaceView) this.f1503c).queueEvent(new b(bVar)); } @Override // c.o.a.w.e public void b(@NonNull f fVar) { - ((GLSurfaceView) this.f1504c).queueEvent(new a(fVar)); + ((GLSurfaceView) this.f1503c).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.f1504c).requestRender(); + ((GLSurfaceView) this.f1503c).requestRender(); } } @@ -255,11 +255,11 @@ public class d extends a implements b, e { @Override // c.o.a.w.a public void p() { - ((GLSurfaceView) this.f1504c).onPause(); + ((GLSurfaceView) this.f1503c).onPause(); } @Override // c.o.a.w.a public void q() { - ((GLSurfaceView) this.f1504c).onResume(); + ((GLSurfaceView) this.f1503c).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 f186517afb..88aedd11d0 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.f1504c).getHolder(); + return ((SurfaceView) this.f1503c).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 a39fd83ca0..7b952afef8 100644 --- a/app/src/main/java/c/o/a/w/j.java +++ b/app/src/main/java/c/o/a/w/j.java @@ -51,8 +51,8 @@ public class j extends a { f4 = f3.i() / f2.i(); f = 1.0f; } - ((TextureView) j.this.f1504c).setScaleX(f4); - ((TextureView) j.this.f1504c).setScaleY(f); + ((TextureView) j.this.f1503c).setScaleX(f4); + ((TextureView) j.this.f1503c).setScaleY(f); j.this.d = f4 > 1.02f || f > 1.02f; c.o.a.b bVar2 = a.a; bVar2.a(1, "crop:", "applied scaleX=", Float.valueOf(f4)); @@ -87,7 +87,7 @@ public class j extends a { matrix.postScale(f3, 1.0f / f3, f, f2); } matrix.postRotate((float) this.i, f, f2); - ((TextureView) j.this.f1504c).setTransform(matrix); + ((TextureView) j.this.f1503c).setTransform(matrix); this.j.a.t(null); } } @@ -98,14 +98,14 @@ public class j extends a { @Override // c.o.a.w.a public void e(@Nullable a.b bVar) { - ((TextureView) this.f1504c).post(new a(null)); + ((TextureView) this.f1503c).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.f1504c).getSurfaceTexture(); + return ((TextureView) this.f1503c).getSurfaceTexture(); } @Override // c.o.a.w.a @@ -136,7 +136,7 @@ public class j extends a { public void r(int i) { this.i = i; TaskCompletionSource taskCompletionSource = new TaskCompletionSource(); - ((TextureView) this.f1504c).post(new b(i, taskCompletionSource)); + ((TextureView) this.f1503c).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 6b1c21c990..58eedd61c9 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.f1507c; + e eVar = d.f1506c; 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.f1505c = null; + this.f1504c = 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 d7312969db..21b38fc9e8 100644 --- a/app/src/main/java/c/o/b/a/b.java +++ b/app/src/main/java/c/o/b/a/b.java @@ -28,7 +28,7 @@ public class b { iArr[7] = 8; iArr[8] = d.p; iArr[9] = d.q | d.r; - iArr[10] = d.f1508s; + iArr[10] = d.f1507s; iArr[11] = i2; iArr[12] = z2 ? EglBase.EGL_RECORDABLE_ANDROID : d.e; iArr[13] = z2 ? 1 : 0; diff --git a/app/src/main/java/c/o/b/a/c.java b/app/src/main/java/c/o/b/a/c.java index a565dcf661..da36a99419 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 f1505c; + public a f1504c; 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.f1505c = a; + this.f1504c = 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.f1505c = a2; + this.f1504c = 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 cb4f2bfe9d..655fd67982 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 P = a.P("Error during ", str, ": EGL error 0x"); + StringBuilder Q = a.Q("Error during ", str, ": EGL error 0x"); String hexString = Integer.toHexString(eglGetError); m.checkNotNullExpressionValue(hexString, "Integer.toHexString(value)"); - P.append(hexString); - String sb = P.toString(); + Q.append(hexString); + String sb = Q.toString(); Log.e("Egloo", sb); throw new RuntimeException(sb); } @@ -40,15 +40,15 @@ public final class d { int r0 = p.m83constructorimpl(GLES20.glGetError()); int i = f.a; if (r0 != 0) { - StringBuilder P = a.P("Error during ", str, ": glError 0x"); + StringBuilder Q = a.Q("Error during ", str, ": glError 0x"); String hexString = Integer.toHexString(r0); m.checkNotNullExpressionValue(hexString, "Integer.toHexString(value)"); - P.append(hexString); - P.append(": "); + Q.append(hexString); + Q.append(": "); String gluErrorString = GLU.gluErrorString(r0); m.checkNotNullExpressionValue(gluErrorString, "GLU.gluErrorString(value)"); - P.append(gluErrorString); - String sb = P.toString(); + Q.append(gluErrorString); + String sb = Q.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 7e715cf076..d82909c57e 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[] f1506c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; + public static final float[] f1505c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; public FloatBuffer d; public c() { - float[] fArr = f1506c; + float[] fArr = f1505c; 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 e836c105c8..e88b1b86b8 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 K = c.d.b.a.a.K("EglConfig(native="); - K.append(this.a); - K.append(")"); - return K.toString(); + StringBuilder L = c.d.b.a.a.L("EglConfig(native="); + L.append(this.a); + L.append(")"); + return L.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 cfd50275b8..7ad935a771 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 K = a.K("EglContext(native="); - K.append(this.a); - K.append(")"); - return K.toString(); + StringBuilder L = a.L("EglContext(native="); + L.append(this.a); + L.append(")"); + return L.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 15cebcaadb..40a91317b7 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 K = a.K("EglDisplay(native="); - K.append(this.a); - K.append(")"); - return K.toString(); + StringBuilder L = a.L("EglDisplay(native="); + L.append(this.a); + L.append(")"); + return L.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 2bd5c53aed..b007f08971 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 f1507c = new e(EGL14.EGL_NO_SURFACE); + public static final e f1506c = 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 f1508s = 12352; + public static final int f1507s = 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 88ed7b9431..2defbda57d 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 K = a.K("EglSurface(native="); - K.append(this.a); - K.append(")"); - return K.toString(); + StringBuilder L = a.L("EglSurface(native="); + L.append(this.a); + L.append(")"); + return L.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 76131d3cc6..25e8d2a14a 100644 --- a/app/src/main/java/c/o/b/c/f.java +++ b/app/src/main/java/c/o/b/c/f.java @@ -8,7 +8,7 @@ public final class f { public static final int b = p.m83constructorimpl(5); /* renamed from: c reason: collision with root package name */ - public static final int f1509c = p.m83constructorimpl(33984); + public static final int f1508c = p.m83constructorimpl(33984); public static final int d = p.m83constructorimpl(36197); public static final int e = p.m83constructorimpl(10241); public static final int f = p.m83constructorimpl(Data.MAX_DATA_BYTES); 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 90eceb2618..778b023088 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 f1510c; + public final boolean f1509c; public final c[] d; public a(int i, boolean z2, c... cVarArr) { m.checkNotNullParameter(cVarArr, "shaders"); this.b = i; - this.f1510c = z2; + this.f1509c = 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 164cbf5561..f6c783802d 100644 --- a/app/src/main/java/c/o/b/d/b.java +++ b/app/src/main/java/c/o/b/d/b.java @@ -13,11 +13,11 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1511c; + public final String f1510c; public b(int i, int i2, String str, DefaultConstructorMarker defaultConstructorMarker) { int i3; - this.f1511c = str; + this.f1510c = str; int h = c.c.a.y.b.h(i2); if (h == 0) { i3 = GLES20.glGetAttribLocation(p.m83constructorimpl(i), str); 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 dcb594d28f..f5d03bf183 100644 --- a/app/src/main/java/c/o/b/d/c.java +++ b/app/src/main/java/c/o/b/d/c.java @@ -29,11 +29,11 @@ public final class c { this.b = r0; return; } - 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(); + 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(); 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 d67fa5cbad..7224242785 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 f1512c; + public c.o.b.a.a f1511c; 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.f1512c = aVar; + this.f1511c = 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.f1512c; + c.o.b.a.a aVar = this.f1511c; 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.f1512c.a(this.d, d.f); + i = this.f1511c.a(this.d, d.f); } int i2 = this.b; if (i2 < 0) { - i2 = this.f1512c.a(this.d, d.g); + i2 = this.f1511c.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 46a69d1f8a..6314399df2 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.f1505c; + c.o.b.c.a aVar2 = aVar.f1504c; 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.f1507c) { + if (eVar != d.f1506c) { 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 1a72a36b5e..6ce59e1ca0 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.m83constructorimpl(bVar.f1513c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m83constructorimpl(this.this$0.f.intValue()), p.m83constructorimpl(this.this$0.g.intValue()), null); + GLES20.glTexImage2D(p.m83constructorimpl(bVar.f1512c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m83constructorimpl(this.this$0.f.intValue()), p.m83constructorimpl(this.this$0.g.intValue()), null); } - GLES20.glTexParameterf(p.m83constructorimpl(this.this$0.f1513c), f.e, f.j); - GLES20.glTexParameterf(p.m83constructorimpl(this.this$0.f1513c), f.f, f.k); - int r0 = p.m83constructorimpl(this.this$0.f1513c); + GLES20.glTexParameterf(p.m83constructorimpl(this.this$0.f1512c), f.e, f.j); + GLES20.glTexParameterf(p.m83constructorimpl(this.this$0.f1512c), f.f, f.k); + int r0 = p.m83constructorimpl(this.this$0.f1512c); int i = f.g; int i2 = f.i; GLES20.glTexParameteri(r0, i, i2); - GLES20.glTexParameteri(p.m83constructorimpl(this.this$0.f1513c), f.h, i2); + GLES20.glTexParameteri(p.m83constructorimpl(this.this$0.f1512c), 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 0fd81633c6..5d48cda119 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 f1513c; + public final int f1512c; 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.f1513c = i2; + this.f1512c = i2; this.d = null; this.e = null; this.f = 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.f1509c : i, (i3 & 2) != 0 ? f.d : i2, null); + this((i3 & 1) != 0 ? f.f1508c : i, (i3 & 2) != 0 ? f.d : i2, null); int i4 = i3 & 4; } public void a() { GLES20.glActiveTexture(p.m83constructorimpl(this.b)); - GLES20.glBindTexture(p.m83constructorimpl(this.f1513c), p.m83constructorimpl(this.a)); + GLES20.glBindTexture(p.m83constructorimpl(this.f1512c), p.m83constructorimpl(this.a)); d.b("bind"); } public void b() { - GLES20.glBindTexture(p.m83constructorimpl(this.f1513c), p.m83constructorimpl(0)); - GLES20.glActiveTexture(f.f1509c); + GLES20.glBindTexture(p.m83constructorimpl(this.f1512c), p.m83constructorimpl(0)); + GLES20.glActiveTexture(f.f1508c); 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 7e53de06ba..b844c1ab3e 100644 --- a/app/src/main/java/c/p/a/b.java +++ b/app/src/main/java/c/p/a/b.java @@ -71,20 +71,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 f1514s; + public boolean f1513s; public Runnable t; public boolean u; public ArrayList