From cfb27c455eae29732b162138272b0d99d85074e7 Mon Sep 17 00:00:00 2001 From: Juby210 Date: Sat, 28 Aug 2021 08:29:07 +0200 Subject: [PATCH] 90.4 - Alpha (90204) --- app/build.gradle | 4 +- app/src/main/AndroidManifest.xml | 2 +- .../support/v4/media/RatingCompat.java | 10 +- .../v4/media/session/MediaSessionCompat.java | 8 +- .../v4/media/session/PlaybackStateCompat.java | 16 +- .../androidx/activity/ComponentActivity.java | 6 +- .../activity/result/ActivityResult.java | 12 +- .../result/ActivityResultRegistry.java | 12 +- .../appcompat/app/AppCompatDelegateImpl.java | 20 +- .../appcompat/app/AppCompatViewInflater.java | 20 +- .../appcompat/app/WindowDecorActionBar.java | 6 +- .../appcompat/view/SupportMenuInflater.java | 8 +- .../widget/ActionBarOverlayLayout.java | 6 +- .../widget/ActivityChooserModel.java | 30 +- .../AppCompatTextViewAutoSizeHelper.java | 8 +- .../appcompat/widget/LinearLayoutCompat.java | 8 +- .../appcompat/widget/ListPopupWindow.java | 6 +- .../androidx/appcompat/widget/SearchView.java | 8 +- .../appcompat/widget/SuggestionsAdapter.java | 8 +- .../widget/ToolbarWidgetWrapper.java | 2 +- .../arch/core/internal/SafeIterableMap.java | 10 +- .../BrowserServiceFileProvider.java | 10 +- .../browser/customtabs/CustomTabsIntent.java | 4 +- .../browser/trusted/ConnectionHolder.java | 6 +- .../TrustedWebActivityServiceConnection.java | 2 +- ...ustedWebActivityServiceConnectionPool.java | 12 +- .../futures/AbstractResolvableFuture.java | 38 +- .../futures/CallbackToFutureAdapter.java | 14 +- .../constraintlayout/motion/utils/Easing.java | 6 +- .../motion/utils/Oscillator.java | 10 +- .../motion/utils/StopLogic.java | 34 +- .../constraintlayout/motion/widget/Debug.java | 156 +- .../motion/widget/KeyAttributes.java | 12 +- .../motion/widget/KeyCycle.java | 18 +- .../motion/widget/KeyCycleOscillator.java | 18 +- .../motion/widget/KeyPosition.java | 10 +- .../motion/widget/KeyTimeCycle.java | 12 +- .../motion/widget/KeyTrigger.java | 94 +- .../motion/widget/MotionController.java | 34 +- .../motion/widget/MotionLayout.java | 214 +- .../motion/widget/MotionScene.java | 46 +- .../motion/widget/SplineSet.java | 12 +- .../motion/widget/TimeCycleSplineSet.java | 18 +- .../motion/widget/TouchResponse.java | 6 +- .../solver/ArrayLinkedVariables.java | 12 +- .../constraintlayout/solver/ArrayRow.java | 24 +- .../constraintlayout/solver/LinearSystem.java | 106 +- .../constraintlayout/solver/Metrics.java | 36 +- .../solver/PriorityGoalRow.java | 22 +- .../solver/SolverVariable.java | 60 +- .../solver/SolverVariableValues.java | 30 +- .../solver/state/ConstraintReference.java | 6 +- .../constraintlayout/solver/state/State.java | 4 +- .../solver/widgets/Barrier.java | 18 +- .../solver/widgets/ConstraintWidget.java | 6 +- .../solver/widgets/analyzer/ChainRun.java | 10 +- .../widgets/analyzer/DependencyGraph.java | 146 +- .../widgets/analyzer/DependencyNode.java | 6 +- .../widgets/analyzer/HorizontalWidgetRun.java | 6 +- .../widgets/analyzer/VerticalWidgetRun.java | 6 +- .../solver/widgets/analyzer/WidgetGroup.java | 10 +- .../widget/ConstraintAttribute.java | 52 +- .../widget/ConstraintHelper.java | 8 +- .../widget/ConstraintProperties.java | 16 +- .../widget/ConstraintSet.java | 104 +- .../widget/CoordinatorLayout.java | 30 +- .../AccessibilityServiceInfoCompat.java | 20 +- .../androidx/core/app/JobIntentService.java | 6 +- .../main/java/androidx/core/app/NavUtils.java | 8 +- .../core/app/NotificationManagerCompat.java | 56 +- .../java/androidx/core/app/RemoteInput.java | 2 +- .../java/androidx/core/app/ShareCompat.java | 18 +- .../androidx/core/content/FileProvider.java | 6 +- .../core/content/pm/ShortcutInfoCompat.java | 12 +- .../core/content/res/ResourcesCompat.java | 34 +- .../java/androidx/core/graphics/CanvasKt.java | 32 +- .../androidx/core/graphics/ColorUtils.java | 24 +- .../java/androidx/core/graphics/Insets.java | 16 +- .../androidx/core/graphics/PathParser.java | 4 +- .../androidx/core/graphics/PathSegment.java | 20 +- .../graphics/TypefaceCompatApi26Impl.java | 6 +- .../core/graphics/TypefaceCompatUtil.java | 14 +- .../core/graphics/drawable/IconCompat.java | 20 +- .../RoundedBitmapDrawableFactory.java | 2 +- .../java/androidx/core/net/UriCompat.java | 12 +- .../androidx/core/os/LocaleListCompat.java | 2 +- .../core/os/LocaleListCompatWrapper.java | 14 +- .../androidx/core/provider/FontRequest.java | 16 +- .../core/provider/FontsContractCompat.java | 8 +- .../core/text/PrecomputedTextCompat.java | 42 +- .../core/text/util/LinkifyCompat.java | 2 +- .../java/androidx/core/util/AtomicFile.java | 22 +- .../main/java/androidx/core/util/Pair.java | 12 +- .../androidx/core/view/ActionProvider.java | 8 +- .../core/view/DisplayCutoutCompat.java | 8 +- .../core/view/LayoutInflaterCompat.java | 8 +- .../java/androidx/core/view/ViewGroupKt.java | 6 +- .../core/widget/NestedScrollView.java | 16 +- .../androidx/core/widget/TextViewCompat.java | 8 +- .../cursoradapter/widget/CursorAdapter.java | 2 +- .../customview/widget/ViewDragHelper.java | 8 +- .../provider/RawDocumentFile.java | 2 +- .../drawerlayout/widget/DrawerLayout.java | 26 +- .../exifinterface/media/ExifInterface.java | 214 +- .../fragment/app/BackStackRecord.java | 74 +- .../app/DefaultSpecialEffectsController.java | 26 +- .../java/androidx/fragment/app/Fragment.java | 86 +- .../fragment/app/FragmentContainerView.java | 2 +- .../fragment/app/FragmentFactory.java | 12 +- .../app/FragmentLayoutInflaterFactory.java | 2 +- .../fragment/app/FragmentManager.java | 52 +- .../fragment/app/FragmentStateManager.java | 132 +- .../app/FragmentStatePagerAdapter.java | 4 +- .../androidx/fragment/app/FragmentStore.java | 6 +- .../fragment/app/FragmentTabHost.java | 14 +- .../fragment/app/FragmentTransaction.java | 12 +- ...tViewModelLazyKt$activityViewModels$1.java | 2 +- ...tViewModelLazyKt$activityViewModels$2.java | 2 +- .../app/SpecialEffectsController.java | 102 +- .../androidx/lifecycle/ClassesInfoCache.java | 18 +- .../androidx/lifecycle/LifecycleRegistry.java | 20 +- .../java/androidx/lifecycle/LiveData.java | 2 +- .../androidx/lifecycle/SavedStateHandle.java | 8 +- .../loader/app/LoaderManagerImpl.java | 18 +- .../java/androidx/loader/content/Loader.java | 2 +- .../loader/content/ModernAsyncTask.java | 6 +- .../androidx/media/AudioAttributesCompat.java | 4 +- .../media/AudioAttributesImplApi21.java | 6 +- .../media/AudioFocusRequestCompat.java | 2 +- .../media/MediaBrowserServiceCompat.java | 128 +- .../media/MediaSessionManagerImplBase.java | 8 +- .../media/session/MediaButtonReceiver.java | 6 +- .../java/androidx/preference/Preference.java | 16 +- .../preference/PreferenceFragment.java | 2 +- .../preference/PreferenceFragmentCompat.java | 10 +- .../preference/PreferenceGroupKt.java | 6 +- .../recyclerview/widget/AsyncListUtil.java | 18 +- .../widget/DefaultItemAnimator.java | 24 +- .../recyclerview/widget/DiffUtil.java | 24 +- .../widget/GridLayoutManager.java | 10 +- .../recyclerview/widget/LayoutState.java | 24 +- .../widget/LinearLayoutManager.java | 72 +- .../widget/MessageThreadUtil.java | 12 +- .../recyclerview/widget/RecyclerView.java | 224 +- .../recyclerview/widget/SortedList.java | 12 +- .../widget/StaggeredGridLayoutManager.java | 60 +- .../androidx/room/InvalidationTracker.java | 16 +- app/src/main/java/androidx/room/Room.java | 24 +- .../java/androidx/room/RoomMasterTable.java | 2 +- .../java/androidx/room/RoomOpenHelper.java | 20 +- .../androidx/room/SQLiteCopyOpenHelper.java | 18 +- .../room/paging/LimitOffsetDataSource.java | 16 +- .../java/androidx/room/util/CopyLock.java | 2 +- .../java/androidx/room/util/FtsTableInfo.java | 18 +- .../java/androidx/room/util/TableInfo.java | 106 +- .../java/androidx/room/util/ViewInfo.java | 16 +- .../java/androidx/savedstate/Recreator.java | 12 +- .../savedstate/SavedStateRegistry.java | 8 +- .../sharetarget/ShareTargetXmlParser.java | 6 +- .../ShortcutInfoCompatSaverImpl.java | 2 +- .../ShortcutsInfoSerialization.java | 24 +- .../sqlite/db/SupportSQLiteOpenHelper.java | 10 +- .../sqlite/db/SupportSQLiteQueryBuilder.java | 2 +- .../db/framework/FrameworkSQLiteDatabase.java | 6 +- .../java/androidx/transition/Transition.java | 46 +- .../transition/TransitionInflater.java | 24 +- .../androidx/transition/TransitionSet.java | 8 +- .../androidx/transition/TransitionValues.java | 18 +- .../drawable/AnimationUtilsCompat.java | 6 +- .../drawable/AnimatorInflaterCompat.java | 16 +- .../drawable/PathInterpolatorCompat.java | 20 +- .../drawable/VectorDrawableCompat.java | 40 +- .../versionedparcelable/VersionedParcel.java | 6 +- .../VersionedParcelParcel.java | 2 +- .../VersionedParcelStream.java | 8 +- .../androidx/viewpager/widget/ViewPager.java | 36 +- .../adapter/FragmentStateAdapter.java | 10 +- .../main/java/androidx/work/InputMerger.java | 2 +- .../java/androidx/work/ListenableWorker.java | 16 +- app/src/main/java/androidx/work/WorkInfo.java | 26 +- .../java/androidx/work/WorkerFactory.java | 4 +- .../java/androidx/work/impl/WorkDatabase.java | 8 +- .../androidx/work/impl/model/WorkSpec.java | 2 +- .../work/impl/model/WorkTypeConverters.java | 6 +- .../androidx/work/impl/utils/WakeLocks.java | 6 +- .../androidx/work/impl/utils/WorkTimer.java | 6 +- .../impl/utils/futures/AbstractFuture.java | 38 +- app/src/main/java/c/a/a/a.java | 8 +- app/src/main/java/c/a/a/b/a.java | 20 +- app/src/main/java/c/a/a/b/f.java | 24 +- app/src/main/java/c/a/a/c/a.java | 12 +- app/src/main/java/c/a/a/c/b.java | 8 +- app/src/main/java/c/a/a/c/c.java | 4 +- app/src/main/java/c/a/a/c/f.java | 46 +- app/src/main/java/c/a/a/c/k.java | 22 +- app/src/main/java/c/a/a/d.java | 28 +- app/src/main/java/c/a/a/e/a.java | 44 +- app/src/main/java/c/a/a/e/b.java | 36 +- app/src/main/java/c/a/a/e/c.java | 4 +- app/src/main/java/c/a/a/e/d.java | 35 +- app/src/main/java/c/a/a/e/e.java | 4 +- app/src/main/java/c/a/a/e/f.java | 4 +- app/src/main/java/c/a/a/e/g.java | 4 +- app/src/main/java/c/a/a/f/a/a.java | 4 +- app/src/main/java/c/a/a/f/a/d.java | 24 +- app/src/main/java/c/a/a/g/a.java | 18 +- app/src/main/java/c/a/a/h.java | 2 +- app/src/main/java/c/a/a/i.java | 6 +- app/src/main/java/c/a/a/j.java | 4 +- app/src/main/java/c/a/a/k.java | 10 +- app/src/main/java/c/a/a/m.java | 2 +- app/src/main/java/c/a/a/n.java | 8 +- app/src/main/java/c/a/a/r.java | 24 +- app/src/main/java/c/a/a/s.java | 18 +- app/src/main/java/c/a/a/w.java | 16 +- app/src/main/java/c/a/a/z/a.java | 4 +- app/src/main/java/c/a/a/z/c.java | 36 +- app/src/main/java/c/a/d/f.java | 32 +- app/src/main/java/c/a/f/a.java | 24 +- app/src/main/java/c/a/f/g.java | 2 +- app/src/main/java/c/a/g/d.java | 2 +- app/src/main/java/c/a/i/a2.java | 22 +- app/src/main/java/c/a/i/a3.java | 15 +- app/src/main/java/c/a/i/a4.java | 41 +- app/src/main/java/c/a/i/a5.java | 14 +- app/src/main/java/c/a/i/a6.java | 100 +- app/src/main/java/c/a/i/b.java | 4 +- app/src/main/java/c/a/i/b0.java | 4 +- app/src/main/java/c/a/i/b1.java | 4 +- app/src/main/java/c/a/i/b2.java | 13 +- app/src/main/java/c/a/i/b3.java | 11 +- app/src/main/java/c/a/i/b4.java | 20 +- app/src/main/java/c/a/i/b5.java | 32 +- app/src/main/java/c/a/i/b6.java | 46 + app/src/main/java/c/a/i/c.java | 4 +- app/src/main/java/c/a/i/c0.java | 4 +- app/src/main/java/c/a/i/c1.java | 4 +- app/src/main/java/c/a/i/c2.java | 35 +- app/src/main/java/c/a/i/c3.java | 23 +- app/src/main/java/c/a/i/c4.java | 44 +- app/src/main/java/c/a/i/c5.java | 19 +- app/src/main/java/c/a/i/c6.java | 120 + app/src/main/java/c/a/i/d.java | 4 +- app/src/main/java/c/a/i/d0.java | 4 +- app/src/main/java/c/a/i/d1.java | 4 +- app/src/main/java/c/a/i/d2.java | 21 +- app/src/main/java/c/a/i/d3.java | 36 +- app/src/main/java/c/a/i/d4.java | 34 +- app/src/main/java/c/a/i/d5.java | 21 +- app/src/main/java/c/a/i/e.java | 4 +- app/src/main/java/c/a/i/e0.java | 4 +- app/src/main/java/c/a/i/e2.java | 32 +- app/src/main/java/c/a/i/e3.java | 29 +- app/src/main/java/c/a/i/e4.java | 42 +- app/src/main/java/c/a/i/e5.java | 32 +- app/src/main/java/c/a/i/f.java | 4 +- app/src/main/java/c/a/i/f0.java | 4 +- app/src/main/java/c/a/i/f1.java | 4 +- app/src/main/java/c/a/i/f2.java | 18 +- app/src/main/java/c/a/i/f3.java | 58 +- app/src/main/java/c/a/i/f4.java | 84 +- app/src/main/java/c/a/i/f5.java | 19 +- app/src/main/java/c/a/i/g.java | 4 +- app/src/main/java/c/a/i/g0.java | 4 +- app/src/main/java/c/a/i/g1.java | 4 +- app/src/main/java/c/a/i/g2.java | 26 +- app/src/main/java/c/a/i/g3.java | 34 +- app/src/main/java/c/a/i/g4.java | 14 +- app/src/main/java/c/a/i/g5.java | 28 +- app/src/main/java/c/a/i/h.java | 4 +- app/src/main/java/c/a/i/h0.java | 4 +- app/src/main/java/c/a/i/h2.java | 6 +- app/src/main/java/c/a/i/h3.java | 51 +- app/src/main/java/c/a/i/h4.java | 70 +- app/src/main/java/c/a/i/h5.java | 14 +- app/src/main/java/c/a/i/i2.java | 26 +- app/src/main/java/c/a/i/i3.java | 21 +- app/src/main/java/c/a/i/i4.java | 19 +- app/src/main/java/c/a/i/i5.java | 19 +- app/src/main/java/c/a/i/j0.java | 4 +- app/src/main/java/c/a/i/j1.java | 23 +- app/src/main/java/c/a/i/j2.java | 16 +- app/src/main/java/c/a/i/j3.java | 27 +- app/src/main/java/c/a/i/j4.java | 40 +- app/src/main/java/c/a/i/j5.java | 25 +- app/src/main/java/c/a/i/k.java | 4 +- app/src/main/java/c/a/i/k0.java | 4 +- app/src/main/java/c/a/i/k1.java | 25 +- app/src/main/java/c/a/i/k2.java | 25 +- app/src/main/java/c/a/i/k3.java | 14 +- app/src/main/java/c/a/i/k4.java | 25 +- app/src/main/java/c/a/i/k5.java | 22 +- app/src/main/java/c/a/i/l.java | 4 +- app/src/main/java/c/a/i/l1.java | 21 +- app/src/main/java/c/a/i/l2.java | 44 +- app/src/main/java/c/a/i/l3.java | 17 +- app/src/main/java/c/a/i/l4.java | 42 +- app/src/main/java/c/a/i/l5.java | 27 +- app/src/main/java/c/a/i/m0.java | 4 +- app/src/main/java/c/a/i/m1.java | 30 +- app/src/main/java/c/a/i/m2.java | 25 +- app/src/main/java/c/a/i/m3.java | 31 +- app/src/main/java/c/a/i/m4.java | 39 +- app/src/main/java/c/a/i/m5.java | 14 +- app/src/main/java/c/a/i/n0.java | 4 +- app/src/main/java/c/a/i/n1.java | 18 +- app/src/main/java/c/a/i/n2.java | 43 +- app/src/main/java/c/a/i/n3.java | 34 +- app/src/main/java/c/a/i/n4.java | 20 +- app/src/main/java/c/a/i/n5.java | 46 +- app/src/main/java/c/a/i/o0.java | 4 +- app/src/main/java/c/a/i/o1.java | 49 +- app/src/main/java/c/a/i/o2.java | 27 +- app/src/main/java/c/a/i/o3.java | 39 +- app/src/main/java/c/a/i/o4.java | 70 +- app/src/main/java/c/a/i/o5.java | 38 +- app/src/main/java/c/a/i/p.java | 4 +- app/src/main/java/c/a/i/p1.java | 49 +- app/src/main/java/c/a/i/p2.java | 32 +- app/src/main/java/c/a/i/p3.java | 39 +- app/src/main/java/c/a/i/p4.java | 18 +- app/src/main/java/c/a/i/p5.java | 47 +- app/src/main/java/c/a/i/q.java | 4 +- app/src/main/java/c/a/i/q0.java | 4 +- app/src/main/java/c/a/i/q1.java | 30 +- app/src/main/java/c/a/i/q2.java | 22 +- app/src/main/java/c/a/i/q3.java | 23 +- app/src/main/java/c/a/i/q4.java | 57 +- app/src/main/java/c/a/i/q5.java | 32 +- app/src/main/java/c/a/i/r.java | 4 +- app/src/main/java/c/a/i/r1.java | 29 +- app/src/main/java/c/a/i/r2.java | 33 +- app/src/main/java/c/a/i/r3.java | 14 +- app/src/main/java/c/a/i/r4.java | 19 +- app/src/main/java/c/a/i/r5.java | 20 +- app/src/main/java/c/a/i/s1.java | 28 +- app/src/main/java/c/a/i/s2.java | 28 +- app/src/main/java/c/a/i/s3.java | 21 +- app/src/main/java/c/a/i/s4.java | 30 +- app/src/main/java/c/a/i/s5.java | 2 +- app/src/main/java/c/a/i/t.java | 4 +- app/src/main/java/c/a/i/t0.java | 4 +- app/src/main/java/c/a/i/t1.java | 27 +- app/src/main/java/c/a/i/t2.java | 42 +- app/src/main/java/c/a/i/t3.java | 19 +- app/src/main/java/c/a/i/t4.java | 10 +- app/src/main/java/c/a/i/t5.java | 18 +- app/src/main/java/c/a/i/u.java | 4 +- app/src/main/java/c/a/i/u1.java | 37 +- app/src/main/java/c/a/i/u2.java | 30 +- app/src/main/java/c/a/i/u3.java | 35 +- app/src/main/java/c/a/i/u4.java | 34 +- app/src/main/java/c/a/i/u5.java | 21 +- app/src/main/java/c/a/i/v.java | 4 +- app/src/main/java/c/a/i/v0.java | 4 +- app/src/main/java/c/a/i/v1.java | 39 +- app/src/main/java/c/a/i/v2.java | 40 +- app/src/main/java/c/a/i/v3.java | 18 +- app/src/main/java/c/a/i/v4.java | 47 +- app/src/main/java/c/a/i/v5.java | 16 +- app/src/main/java/c/a/i/w.java | 4 +- app/src/main/java/c/a/i/w0.java | 4 +- app/src/main/java/c/a/i/w1.java | 18 +- app/src/main/java/c/a/i/w2.java | 27 +- app/src/main/java/c/a/i/w3.java | 39 +- app/src/main/java/c/a/i/w4.java | 54 +- app/src/main/java/c/a/i/w5.java | 33 +- app/src/main/java/c/a/i/x0.java | 4 +- app/src/main/java/c/a/i/x1.java | 15 +- app/src/main/java/c/a/i/x2.java | 34 +- app/src/main/java/c/a/i/x3.java | 9 +- app/src/main/java/c/a/i/x4.java | 46 +- app/src/main/java/c/a/i/x5.java | 39 +- app/src/main/java/c/a/i/y.java | 4 +- app/src/main/java/c/a/i/y0.java | 4 +- app/src/main/java/c/a/i/y1.java | 23 +- app/src/main/java/c/a/i/y2.java | 22 +- app/src/main/java/c/a/i/y3.java | 47 +- app/src/main/java/c/a/i/y4.java | 63 +- app/src/main/java/c/a/i/y5.java | 33 +- app/src/main/java/c/a/i/z.java | 4 +- app/src/main/java/c/a/i/z0.java | 4 +- app/src/main/java/c/a/i/z1.java | 24 +- app/src/main/java/c/a/i/z2.java | 15 +- app/src/main/java/c/a/i/z3.java | 25 +- app/src/main/java/c/a/i/z4.java | 32 +- app/src/main/java/c/a/i/z5.java | 53 +- app/src/main/java/c/a/j/a.java | 10 +- app/src/main/java/c/a/j/e.java | 2 +- app/src/main/java/c/a/k/a.java | 2 +- app/src/main/java/c/a/k/b.java | 4 +- app/src/main/java/c/a/k/f/c.java | 4 +- app/src/main/java/c/a/k/g/a.java | 2 +- app/src/main/java/c/a/k/g/c.java | 8 +- app/src/main/java/c/a/k/g/d.java | 4 +- app/src/main/java/c/a/n/a.java | 8 +- app/src/main/java/c/a/n/g/a.java | 4 +- app/src/main/java/c/a/n/h/a.java | 24 +- app/src/main/java/c/a/p/k.java | 18 +- app/src/main/java/c/a/q/a.java | 20 +- app/src/main/java/c/a/q/a0.java | 2 +- app/src/main/java/c/a/q/b.java | 24 +- app/src/main/java/c/a/q/b0.java | 22 +- app/src/main/java/c/a/q/e.java | 54 +- app/src/main/java/c/a/q/e0.java | 8 +- app/src/main/java/c/a/q/h0.java | 12 +- app/src/main/java/c/a/q/j.java | 8 +- app/src/main/java/c/a/q/j0.java | 32 +- app/src/main/java/c/a/q/k0/a.java | 12 +- app/src/main/java/c/a/q/k0/b.java | 20 +- app/src/main/java/c/a/q/k0/c.java | 6 +- app/src/main/java/c/a/q/k0/d.java | 2 +- app/src/main/java/c/a/q/k0/f.java | 2 +- app/src/main/java/c/a/q/k0/g.java | 14 +- app/src/main/java/c/a/q/l.java | 4 +- app/src/main/java/c/a/q/l0/a.java | 8 +- app/src/main/java/c/a/q/m0/a.java | 28 +- app/src/main/java/c/a/q/m0/b.java | 20 +- app/src/main/java/c/a/q/m0/c/d.java | 2 +- app/src/main/java/c/a/q/m0/c/e.java | 14 +- app/src/main/java/c/a/q/m0/c/k.java | 38 +- app/src/main/java/c/a/q/n.java | 28 +- app/src/main/java/c/a/q/n0/a.java | 110 +- app/src/main/java/c/a/q/o0/a.java | 6 +- app/src/main/java/c/a/q/o0/d.java | 4 +- app/src/main/java/c/a/q/o0/e.java | 92 +- app/src/main/java/c/a/q/q.java | 6 +- app/src/main/java/c/a/q/r.java | 2 +- app/src/main/java/c/a/q/s.java | 10 +- app/src/main/java/c/a/r/b.java | 10 +- app/src/main/java/c/a/s/b.java | 36 +- app/src/main/java/c/a/t/a/a.java | 6 +- app/src/main/java/c/a/t/a/e.java | 22 +- app/src/main/java/c/a/t/a/f.java | 44 +- app/src/main/java/c/a/t/a/i.java | 2 +- app/src/main/java/c/a/t/a/m.java | 2 +- app/src/main/java/c/a/t/a/o.java | 18 +- app/src/main/java/c/a/t/b/b/e.java | 4 +- app/src/main/java/c/a/t/c/a.java | 6 +- app/src/main/java/c/a/y/a0.java | 2 +- app/src/main/java/c/a/y/b0.java | 4 +- app/src/main/java/c/a/y/c0.java | 28 +- app/src/main/java/c/a/y/e0.java | 24 +- app/src/main/java/c/a/y/f.java | 6 +- app/src/main/java/c/a/y/j0/e.java | 20 +- app/src/main/java/c/a/y/j0/f.java | 2 +- app/src/main/java/c/a/y/j0/o.java | 2 +- app/src/main/java/c/a/y/l.java | 8 +- app/src/main/java/c/a/y/l0/c/a.java | 12 +- app/src/main/java/c/a/y/l0/c/b.java | 10 +- app/src/main/java/c/a/y/l0/c/c.java | 2 +- app/src/main/java/c/a/y/l0/c/d.java | 24 +- app/src/main/java/c/a/y/n0/a.java | 2 +- app/src/main/java/c/a/y/q0/g.java | 4 +- app/src/main/java/c/a/y/q0/h.java | 10 +- app/src/main/java/c/a/y/w.java | 12 +- app/src/main/java/c/a/y/x.java | 2 +- app/src/main/java/c/a/y/z.java | 36 +- app/src/main/java/c/a/z/a/a/d.java | 2 +- app/src/main/java/c/a/z/a/a/f.java | 2 +- app/src/main/java/c/a/z/a/a/m.java | 2 +- app/src/main/java/c/b/a/d/i.java | 20 +- app/src/main/java/c/b/a/d/j.java | 6 +- app/src/main/java/c/b/a/d/k.java | 4 +- app/src/main/java/c/b/a/d/m.java | 8 +- app/src/main/java/c/b/a/e/a.java | 4 +- app/src/main/java/c/b/a/e/c.java | 4 +- app/src/main/java/c/b/a/f/b.java | 8 +- app/src/main/java/c/b/a/h/a.java | 4 +- app/src/main/java/c/c/a/a0/h0/c.java | 26 +- app/src/main/java/c/c/a/a0/h0/d.java | 258 +- app/src/main/java/c/c/a/a0/m.java | 2 +- app/src/main/java/c/c/a/a0/o.java | 6 +- app/src/main/java/c/c/a/a0/p.java | 4 +- app/src/main/java/c/c/a/a0/q.java | 6 +- app/src/main/java/c/c/a/a0/r.java | 4 +- app/src/main/java/c/c/a/a0/s.java | 6 +- app/src/main/java/c/c/a/b0/d.java | 10 +- app/src/main/java/c/c/a/b0/g.java | 6 +- app/src/main/java/c/c/a/c0/a.java | 30 +- app/src/main/java/c/c/a/d.java | 2 +- app/src/main/java/c/c/a/e.java | 14 +- app/src/main/java/c/c/a/f.java | 16 +- app/src/main/java/c/c/a/j.java | 46 +- app/src/main/java/c/c/a/k.java | 4 +- app/src/main/java/c/c/a/o.java | 10 +- app/src/main/java/c/c/a/q.java | 2 +- app/src/main/java/c/c/a/r.java | 4 +- app/src/main/java/c/c/a/s.java | 2 +- app/src/main/java/c/c/a/w/b/a.java | 22 +- app/src/main/java/c/c/a/w/b/d.java | 28 +- app/src/main/java/c/c/a/w/b/f.java | 10 +- app/src/main/java/c/c/a/w/b/g.java | 10 +- app/src/main/java/c/c/a/w/b/h.java | 14 +- app/src/main/java/c/c/a/w/b/i.java | 28 +- app/src/main/java/c/c/a/w/b/l.java | 22 +- app/src/main/java/c/c/a/w/b/n.java | 14 +- app/src/main/java/c/c/a/w/b/o.java | 10 +- app/src/main/java/c/c/a/w/b/p.java | 10 +- app/src/main/java/c/c/a/w/b/q.java | 10 +- app/src/main/java/c/c/a/w/b/r.java | 12 +- app/src/main/java/c/c/a/w/b/s.java | 6 +- app/src/main/java/c/c/a/w/c/a.java | 24 +- app/src/main/java/c/c/a/w/c/b.java | 4 +- app/src/main/java/c/c/a/w/c/c.java | 6 +- app/src/main/java/c/c/a/w/c/d.java | 10 +- app/src/main/java/c/c/a/w/c/e.java | 6 +- app/src/main/java/c/c/a/w/c/g.java | 6 +- app/src/main/java/c/c/a/w/c/h.java | 6 +- app/src/main/java/c/c/a/w/c/i.java | 2 +- app/src/main/java/c/c/a/w/c/j.java | 2 +- app/src/main/java/c/c/a/w/c/k.java | 2 +- app/src/main/java/c/c/a/w/c/l.java | 24 +- app/src/main/java/c/c/a/w/c/o.java | 20 +- app/src/main/java/c/c/a/x/a.java | 2 +- app/src/main/java/c/c/a/x/b.java | 8 +- app/src/main/java/c/c/a/y/a.java | 6 +- app/src/main/java/c/c/a/y/b.java | 10 +- app/src/main/java/c/c/a/y/c.java | 6 +- app/src/main/java/c/c/a/y/d.java | 4 +- app/src/main/java/c/c/a/y/e.java | 4 +- app/src/main/java/c/c/a/y/f.java | 18 +- app/src/main/java/c/c/a/y/i.java | 4 +- app/src/main/java/c/c/a/y/j.java | 12 +- app/src/main/java/c/c/a/y/k/k.java | 4 +- app/src/main/java/c/c/a/y/k/l.java | 4 +- app/src/main/java/c/c/a/y/l/a.java | 4 +- app/src/main/java/c/c/a/y/l/d.java | 4 +- app/src/main/java/c/c/a/y/l/e.java | 4 +- app/src/main/java/c/c/a/y/l/f.java | 4 +- app/src/main/java/c/c/a/y/l/g.java | 12 +- app/src/main/java/c/c/a/y/l/h.java | 4 +- app/src/main/java/c/c/a/y/l/i.java | 16 +- app/src/main/java/c/c/a/y/l/j.java | 4 +- app/src/main/java/c/c/a/y/l/k.java | 16 +- app/src/main/java/c/c/a/y/l/l.java | 12 +- app/src/main/java/c/c/a/y/l/m.java | 16 +- app/src/main/java/c/c/a/y/l/n.java | 12 +- app/src/main/java/c/c/a/y/l/o.java | 4 +- app/src/main/java/c/c/a/y/l/p.java | 20 +- app/src/main/java/c/c/a/y/m/b.java | 78 +- app/src/main/java/c/c/a/y/m/c.java | 60 +- app/src/main/java/c/c/a/y/m/d.java | 22 +- app/src/main/java/c/c/a/y/m/e.java | 54 +- app/src/main/java/c/c/a/y/m/g.java | 10 +- app/src/main/java/c/c/a/y/m/h.java | 34 +- app/src/main/java/c/c/a/y/m/i.java | 48 +- app/src/main/java/c/c/a/z/b.java | 8 +- app/src/main/java/c/c/a/z/c.java | 30 +- app/src/main/java/c/d/a/a/a.java | 24 +- app/src/main/java/c/d/a/a/e0.java | 2 +- app/src/main/java/c/d/a/a/j.java | 2 +- app/src/main/java/c/d/a/a/q.java | 4 +- app/src/main/java/c/d/a/a/r.java | 4 +- app/src/main/java/c/d/a/a/t.java | 4 +- app/src/main/java/c/d/a/a/u.java | 2 +- app/src/main/java/c/d/b/a/a.java | 304 +- app/src/main/java/c/e/b/a.java | 12 +- app/src/main/java/c/e/b/b.java | 16 +- app/src/main/java/c/e/b/c.java | 26 +- app/src/main/java/c/e/b/d.java | 54 +- app/src/main/java/c/f/b/b/a.java | 52 +- app/src/main/java/c/f/b/b/d.java | 24 +- app/src/main/java/c/f/b/b/e.java | 6 +- app/src/main/java/c/f/b/b/i.java | 8 +- app/src/main/java/c/f/d/d/i.java | 14 +- app/src/main/java/c/f/d/e/a.java | 16 +- app/src/main/java/c/f/d/f/b.java | 2 +- app/src/main/java/c/f/d/g/h.java | 14 +- app/src/main/java/c/f/d/i/a.java | 4 +- app/src/main/java/c/f/d/m/c.java | 4 +- app/src/main/java/c/f/e/c.java | 16 +- app/src/main/java/c/f/g/a/a/c.java | 24 +- app/src/main/java/c/f/g/a/a/d.java | 4 +- app/src/main/java/c/f/g/a/a/e.java | 8 +- app/src/main/java/c/f/g/a/a/f.java | 2 +- app/src/main/java/c/f/g/a/a/h/f.java | 18 +- app/src/main/java/c/f/g/a/a/h/h.java | 18 +- app/src/main/java/c/f/g/a/a/h/i/a.java | 16 +- app/src/main/java/c/f/g/a/a/h/i/c.java | 6 +- app/src/main/java/c/f/g/b/b.java | 2 +- app/src/main/java/c/f/g/b/c.java | 10 +- app/src/main/java/c/f/g/b/d.java | 2 +- app/src/main/java/c/f/g/c/b.java | 8 +- app/src/main/java/c/f/g/d/a.java | 38 +- app/src/main/java/c/f/g/d/b/a.java | 6 +- app/src/main/java/c/f/g/e/b.java | 2 +- app/src/main/java/c/f/g/e/e.java | 2 +- app/src/main/java/c/f/g/e/f.java | 38 +- app/src/main/java/c/f/g/e/g.java | 2 +- app/src/main/java/c/f/g/e/l.java | 12 +- app/src/main/java/c/f/g/e/m.java | 50 +- app/src/main/java/c/f/g/e/n.java | 32 +- app/src/main/java/c/f/g/e/p.java | 6 +- app/src/main/java/c/f/g/f/a.java | 4 +- app/src/main/java/c/f/g/f/b.java | 2 +- app/src/main/java/c/f/g/f/c.java | 17 +- app/src/main/java/c/f/g/f/d.java | 2 +- app/src/main/java/c/f/g/g/a.java | 2 +- app/src/main/java/c/f/h/a/a/c.java | 6 +- app/src/main/java/c/f/h/a/b/a.java | 18 +- app/src/main/java/c/f/h/a/b/d/a.java | 2 +- app/src/main/java/c/f/h/a/b/d/b.java | 20 +- app/src/main/java/c/f/h/a/b/e/c.java | 6 +- app/src/main/java/c/f/h/a/b/f/a.java | 2 +- app/src/main/java/c/f/h/a/b/f/b.java | 6 +- app/src/main/java/c/f/h/a/c/a.java | 32 +- app/src/main/java/c/f/h/a/d/e.java | 6 +- app/src/main/java/c/f/h/b/a/b.java | 2 +- app/src/main/java/c/f/i/a.java | 8 +- app/src/main/java/c/f/i/b.java | 2 +- app/src/main/java/c/f/i/d.java | 6 +- app/src/main/java/c/f/j/a/a/b.java | 4 +- app/src/main/java/c/f/j/a/a/e.java | 4 +- app/src/main/java/c/f/j/a/a/f.java | 10 +- app/src/main/java/c/f/j/a/b/e.java | 6 +- app/src/main/java/c/f/j/a/c/a.java | 22 +- app/src/main/java/c/f/j/a/c/c.java | 2 +- app/src/main/java/c/f/j/a/c/d.java | 8 +- app/src/main/java/c/f/j/c/b.java | 8 +- app/src/main/java/c/f/j/c/f.java | 6 +- app/src/main/java/c/f/j/c/l.java | 12 +- app/src/main/java/c/f/j/c/m.java | 2 +- app/src/main/java/c/f/j/c/n.java | 6 +- app/src/main/java/c/f/j/c/v.java | 36 +- app/src/main/java/c/f/j/d/b.java | 12 +- app/src/main/java/c/f/j/d/e.java | 4 +- app/src/main/java/c/f/j/d/f.java | 16 +- app/src/main/java/c/f/j/e/b.java | 6 +- app/src/main/java/c/f/j/e/c.java | 2 +- app/src/main/java/c/f/j/e/h.java | 12 +- app/src/main/java/c/f/j/e/j.java | 24 +- app/src/main/java/c/f/j/e/k.java | 8 +- app/src/main/java/c/f/j/e/l.java | 106 +- app/src/main/java/c/f/j/e/o.java | 16 +- app/src/main/java/c/f/j/e/p.java | 36 +- app/src/main/java/c/f/j/h/a.java | 10 +- app/src/main/java/c/f/j/h/d.java | 12 +- app/src/main/java/c/f/j/j/a.java | 4 +- app/src/main/java/c/f/j/j/e.java | 6 +- app/src/main/java/c/f/j/j/h.java | 8 +- app/src/main/java/c/f/j/l/a.java | 12 +- app/src/main/java/c/f/j/l/b.java | 4 +- app/src/main/java/c/f/j/l/c.java | 2 +- app/src/main/java/c/f/j/l/e.java | 2 +- app/src/main/java/c/f/j/l/f.java | 8 +- app/src/main/java/c/f/j/l/g.java | 14 +- app/src/main/java/c/f/j/l/i.java | 12 +- app/src/main/java/c/f/j/l/o.java | 2 +- app/src/main/java/c/f/j/l/p.java | 8 +- app/src/main/java/c/f/j/l/q.java | 6 +- app/src/main/java/c/f/j/l/s.java | 2 +- app/src/main/java/c/f/j/l/w.java | 4 +- app/src/main/java/c/f/j/l/x.java | 18 +- app/src/main/java/c/f/j/l/y.java | 4 +- app/src/main/java/c/f/j/n/b.java | 6 +- app/src/main/java/c/f/j/p/a0.java | 4 +- app/src/main/java/c/f/j/p/a1.java | 6 +- app/src/main/java/c/f/j/p/b.java | 4 +- app/src/main/java/c/f/j/p/b0.java | 12 +- app/src/main/java/c/f/j/p/b1.java | 14 +- app/src/main/java/c/f/j/p/c0.java | 4 +- app/src/main/java/c/f/j/p/d.java | 8 +- app/src/main/java/c/f/j/p/d0.java | 8 +- app/src/main/java/c/f/j/p/e0.java | 6 +- app/src/main/java/c/f/j/p/f0.java | 6 +- app/src/main/java/c/f/j/p/h.java | 14 +- app/src/main/java/c/f/j/p/h1.java | 6 +- app/src/main/java/c/f/j/p/i.java | 12 +- app/src/main/java/c/f/j/p/i0.java | 8 +- app/src/main/java/c/f/j/p/i1.java | 10 +- app/src/main/java/c/f/j/p/j.java | 20 +- app/src/main/java/c/f/j/p/j0.java | 4 +- app/src/main/java/c/f/j/p/k.java | 10 +- app/src/main/java/c/f/j/p/k0.java | 26 +- app/src/main/java/c/f/j/p/l0.java | 2 +- app/src/main/java/c/f/j/p/m.java | 2 +- app/src/main/java/c/f/j/p/m0.java | 22 +- app/src/main/java/c/f/j/p/n.java | 48 +- app/src/main/java/c/f/j/p/o.java | 2 +- app/src/main/java/c/f/j/p/o0.java | 22 +- app/src/main/java/c/f/j/p/q.java | 14 +- app/src/main/java/c/f/j/p/q0.java | 16 +- app/src/main/java/c/f/j/p/r0.java | 14 +- app/src/main/java/c/f/j/p/s.java | 6 +- app/src/main/java/c/f/j/p/s0.java | 26 +- app/src/main/java/c/f/j/p/t.java | 20 +- app/src/main/java/c/f/j/p/t0.java | 2 +- app/src/main/java/c/f/j/p/v.java | 12 +- app/src/main/java/c/f/j/p/w.java | 18 +- app/src/main/java/c/f/j/p/x.java | 2 +- app/src/main/java/c/f/j/p/y.java | 4 +- app/src/main/java/c/f/j/s/d.java | 2 +- app/src/main/java/c/f/l/a/a.java | 4 +- app/src/main/java/c/f/l/b/b.java | 18 +- app/src/main/java/c/f/l/b/c.java | 14 +- app/src/main/java/c/f/m/a.java | 6 +- app/src/main/java/c/f/m/b.java | 14 +- app/src/main/java/c/f/m/c.java | 20 +- app/src/main/java/c/f/m/e.java | 10 +- app/src/main/java/c/f/m/f.java | 4 +- app/src/main/java/c/f/m/j.java | 10 +- app/src/main/java/c/f/m/m.java | 48 +- app/src/main/java/c/g/a/a/i.java | 18 +- app/src/main/java/c/g/a/a/p.java | 4 +- app/src/main/java/c/g/a/b/a.java | 6 +- app/src/main/java/c/g/a/b/b.java | 4 +- app/src/main/java/c/g/a/b/e.java | 2 +- app/src/main/java/c/g/a/b/p/a.java | 4 +- app/src/main/java/c/g/a/b/p/c.java | 6 +- app/src/main/java/c/g/a/b/p/e.java | 2 +- app/src/main/java/c/g/a/b/p/g.java | 14 +- app/src/main/java/c/g/a/b/p/i.java | 2 +- app/src/main/java/c/g/a/b/q/a.java | 2 +- app/src/main/java/c/g/a/b/q/b.java | 2 +- app/src/main/java/c/g/a/b/q/c.java | 18 +- app/src/main/java/c/g/a/b/q/d.java | 302 +- app/src/main/java/c/g/a/b/s/b.java | 2 +- app/src/main/java/c/g/a/b/t/a.java | 2 +- app/src/main/java/c/g/a/b/t/d.java | 10 +- app/src/main/java/c/g/a/b/t/k.java | 12 +- app/src/main/java/c/g/a/c/b0/f.java | 32 +- app/src/main/java/c/g/a/c/c0/a0.java | 22 +- app/src/main/java/c/g/a/c/c0/b0.java | 84 +- app/src/main/java/c/g/a/c/c0/c.java | 30 +- app/src/main/java/c/g/a/c/c0/c0.java | 122 +- app/src/main/java/c/g/a/c/c0/d.java | 8 +- app/src/main/java/c/g/a/c/c0/e.java | 16 +- app/src/main/java/c/g/a/c/c0/f.java | 14 +- app/src/main/java/c/g/a/c/c0/f0.java | 10 +- app/src/main/java/c/g/a/c/c0/g.java | 28 +- app/src/main/java/c/g/a/c/c0/h.java | 6 +- app/src/main/java/c/g/a/c/c0/j.java | 38 +- app/src/main/java/c/g/a/c/c0/k.java | 12 +- app/src/main/java/c/g/a/c/c0/m.java | 18 +- app/src/main/java/c/g/a/c/c0/o.java | 30 +- app/src/main/java/c/g/a/c/c0/q.java | 10 +- app/src/main/java/c/g/a/c/c0/u.java | 16 +- app/src/main/java/c/g/a/c/c0/v.java | 2 +- app/src/main/java/c/g/a/c/c0/w.java | 16 +- app/src/main/java/c/g/a/c/c0/x.java | 6 +- app/src/main/java/c/g/a/c/c0/y.java | 16 +- app/src/main/java/c/g/a/c/d.java | 2 +- app/src/main/java/c/g/a/c/d0/a.java | 4 +- app/src/main/java/c/g/a/c/e.java | 12 +- app/src/main/java/c/g/a/c/e0/b.java | 6 +- app/src/main/java/c/g/a/c/e0/h/b.java | 2 +- app/src/main/java/c/g/a/c/e0/h/c.java | 8 +- app/src/main/java/c/g/a/c/e0/h/d.java | 8 +- app/src/main/java/c/g/a/c/e0/h/f.java | 32 +- app/src/main/java/c/g/a/c/e0/h/h.java | 8 +- app/src/main/java/c/g/a/c/e0/h/j.java | 12 +- app/src/main/java/c/g/a/c/e0/h/l.java | 8 +- app/src/main/java/c/g/a/c/e0/h/m.java | 8 +- app/src/main/java/c/g/a/c/g0/a.java | 6 +- app/src/main/java/c/g/a/c/g0/b.java | 4 +- app/src/main/java/c/g/a/c/g0/c.java | 6 +- app/src/main/java/c/g/a/c/g0/d.java | 6 +- app/src/main/java/c/g/a/c/g0/e.java | 12 +- app/src/main/java/c/g/a/c/g0/f.java | 88 +- app/src/main/java/c/g/a/c/g0/j.java | 28 +- app/src/main/java/c/g/a/c/g0/l.java | 22 +- app/src/main/java/c/g/a/c/g0/t/b.java | 6 +- app/src/main/java/c/g/a/c/g0/t/i.java | 2 +- app/src/main/java/c/g/a/c/g0/t/j.java | 4 +- app/src/main/java/c/g/a/c/g0/t/k.java | 10 +- app/src/main/java/c/g/a/c/g0/t/l.java | 16 +- app/src/main/java/c/g/a/c/g0/t/m.java | 10 +- app/src/main/java/c/g/a/c/g0/t/t.java | 6 +- app/src/main/java/c/g/a/c/g0/t/u.java | 4 +- app/src/main/java/c/g/a/c/g0/u/d.java | 20 +- app/src/main/java/c/g/a/c/g0/u/l.java | 6 +- app/src/main/java/c/g/a/c/g0/u/q.java | 14 +- app/src/main/java/c/g/a/c/g0/u/s.java | 12 +- app/src/main/java/c/g/a/c/h0/a.java | 8 +- app/src/main/java/c/g/a/c/h0/c.java | 18 +- app/src/main/java/c/g/a/c/h0/d.java | 10 +- app/src/main/java/c/g/a/c/h0/e.java | 10 +- app/src/main/java/c/g/a/c/h0/g.java | 14 +- app/src/main/java/c/g/a/c/h0/h.java | 6 +- app/src/main/java/c/g/a/c/h0/l.java | 6 +- app/src/main/java/c/g/a/c/h0/m.java | 68 +- app/src/main/java/c/g/a/c/h0/n.java | 76 +- app/src/main/java/c/g/a/c/i0/d.java | 28 +- app/src/main/java/c/g/a/c/i0/f.java | 6 +- app/src/main/java/c/g/a/c/i0/k.java | 8 +- app/src/main/java/c/g/a/c/i0/l.java | 4 +- app/src/main/java/c/g/a/c/i0/m.java | 8 +- app/src/main/java/c/g/a/c/i0/n.java | 12 +- app/src/main/java/c/g/a/c/i0/r.java | 12 +- app/src/main/java/c/g/a/c/i0/s.java | 6 +- app/src/main/java/c/g/a/c/i0/t.java | 2 +- app/src/main/java/c/g/a/c/i0/u.java | 22 +- app/src/main/java/c/g/a/c/l.java | 2 +- app/src/main/java/c/g/a/c/t.java | 10 +- app/src/main/java/c/h/a/a/a.java | 14 +- app/src/main/java/c/h/a/a/b.java | 14 +- app/src/main/java/c/h/a/a/e.java | 14 +- app/src/main/java/c/i/a/b/b.java | 2 +- app/src/main/java/c/i/a/b/i/a.java | 4 +- app/src/main/java/c/i/a/b/i/b.java | 2 +- app/src/main/java/c/i/a/b/i/d.java | 36 +- app/src/main/java/c/i/a/b/i/e/b.java | 24 +- app/src/main/java/c/i/a/b/i/e/c.java | 58 +- app/src/main/java/c/i/a/b/i/e/d.java | 2 +- app/src/main/java/c/i/a/b/i/e/e.java | 12 +- app/src/main/java/c/i/a/b/i/e/f.java | 44 +- app/src/main/java/c/i/a/b/i/e/g.java | 42 +- app/src/main/java/c/i/a/b/i/e/h.java | 2 +- app/src/main/java/c/i/a/b/i/e/i.java | 12 +- app/src/main/java/c/i/a/b/j/a.java | 52 +- app/src/main/java/c/i/a/b/j/b.java | 22 +- app/src/main/java/c/i/a/b/j/c.java | 4 +- app/src/main/java/c/i/a/b/j/e.java | 8 +- app/src/main/java/c/i/a/b/j/j.java | 6 +- app/src/main/java/c/i/a/b/j/l.java | 8 +- app/src/main/java/c/i/a/b/j/n.java | 4 +- app/src/main/java/c/i/a/b/j/p.java | 6 +- app/src/main/java/c/i/a/b/j/q/a.java | 12 +- app/src/main/java/c/i/a/b/j/q/b.java | 8 +- app/src/main/java/c/i/a/b/j/q/c.java | 26 +- app/src/main/java/c/i/a/b/j/q/i.java | 4 +- app/src/main/java/c/i/a/b/j/q/j.java | 6 +- app/src/main/java/c/i/a/b/j/q/k.java | 10 +- app/src/main/java/c/i/a/b/j/r/a/a.java | 10 +- app/src/main/java/c/i/a/b/j/t/a.java | 6 +- app/src/main/java/c/i/a/b/j/t/b.java | 6 +- app/src/main/java/c/i/a/b/j/t/c.java | 6 +- app/src/main/java/c/i/a/b/j/t/d.java | 6 +- app/src/main/java/c/i/a/b/j/t/f.java | 2 +- app/src/main/java/c/i/a/b/j/t/g.java | 6 +- app/src/main/java/c/i/a/b/j/t/h/b.java | 8 +- app/src/main/java/c/i/a/b/j/t/h/c.java | 38 +- app/src/main/java/c/i/a/b/j/t/h/d.java | 8 +- app/src/main/java/c/i/a/b/j/t/h/f.java | 2 +- app/src/main/java/c/i/a/b/j/t/h/g.java | 2 +- app/src/main/java/c/i/a/b/j/t/h/h.java | 2 +- app/src/main/java/c/i/a/b/j/t/h/i.java | 14 +- app/src/main/java/c/i/a/b/j/t/h/k.java | 6 +- app/src/main/java/c/i/a/b/j/t/h/l.java | 6 +- app/src/main/java/c/i/a/b/j/t/h/m.java | 6 +- app/src/main/java/c/i/a/b/j/t/h/o.java | 2 +- app/src/main/java/c/i/a/b/j/t/h/p.java | 4 +- app/src/main/java/c/i/a/b/j/t/h/q.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/a.java | 30 +- app/src/main/java/c/i/a/b/j/t/i/a0.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/b.java | 26 +- app/src/main/java/c/i/a/b/j/t/i/d.java | 10 +- app/src/main/java/c/i/a/b/j/t/i/k.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/s.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/t.java | 12 +- app/src/main/java/c/i/a/b/j/t/i/u.java | 6 +- app/src/main/java/c/i/a/b/j/t/i/z.java | 8 +- app/src/main/java/c/i/a/b/j/w/a.java | 2 +- app/src/main/java/c/i/a/c/a2/a.java | 34 +- app/src/main/java/c/i/a/c/a2/a0.java | 4 +- app/src/main/java/c/i/a/c/a2/b0/b.java | 26 +- app/src/main/java/c/i/a/c/a2/c.java | 30 +- app/src/main/java/c/i/a/c/a2/c0/c.java | 12 +- app/src/main/java/c/i/a/c/a2/c0/d.java | 20 +- app/src/main/java/c/i/a/c/a2/d.java | 8 +- app/src/main/java/c/i/a/c/a2/d0/b.java | 26 +- app/src/main/java/c/i/a/c/a2/d0/c.java | 20 +- app/src/main/java/c/i/a/c/a2/d0/d.java | 8 +- app/src/main/java/c/i/a/c/a2/d0/e.java | 14 +- app/src/main/java/c/i/a/c/a2/e.java | 6 +- app/src/main/java/c/i/a/c/a2/e0/a.java | 24 +- app/src/main/java/c/i/a/c/a2/e0/b.java | 4 +- app/src/main/java/c/i/a/c/a2/e0/d.java | 4 +- app/src/main/java/c/i/a/c/a2/e0/e.java | 28 +- app/src/main/java/c/i/a/c/a2/f0/b.java | 2 +- app/src/main/java/c/i/a/c/a2/f0/e.java | 590 +- app/src/main/java/c/i/a/c/a2/f0/g.java | 10 +- app/src/main/java/c/i/a/c/a2/g0/c.java | 2 +- app/src/main/java/c/i/a/c/a2/g0/d.java | 10 +- app/src/main/java/c/i/a/c/a2/g0/e.java | 8 +- app/src/main/java/c/i/a/c/a2/g0/f.java | 94 +- app/src/main/java/c/i/a/c/a2/g0/h.java | 6 +- app/src/main/java/c/i/a/c/a2/g0/i.java | 12 +- app/src/main/java/c/i/a/c/a2/h0/d.java | 20 +- app/src/main/java/c/i/a/c/a2/h0/e.java | 266 +- app/src/main/java/c/i/a/c/a2/h0/f.java | 4 +- app/src/main/java/c/i/a/c/a2/h0/g.java | 140 +- app/src/main/java/c/i/a/c/a2/h0/h.java | 32 +- app/src/main/java/c/i/a/c/a2/h0/i.java | 76 +- app/src/main/java/c/i/a/c/a2/h0/j.java | 4 +- app/src/main/java/c/i/a/c/a2/h0/k.java | 2 +- app/src/main/java/c/i/a/c/a2/h0/m.java | 4 +- app/src/main/java/c/i/a/c/a2/h0/n.java | 4 +- app/src/main/java/c/i/a/c/a2/h0/o.java | 2 +- app/src/main/java/c/i/a/c/a2/h0/p.java | 4 +- app/src/main/java/c/i/a/c/a2/i0/b.java | 22 +- app/src/main/java/c/i/a/c/a2/i0/c.java | 10 +- app/src/main/java/c/i/a/c/a2/i0/d.java | 20 +- app/src/main/java/c/i/a/c/a2/i0/e.java | 20 +- app/src/main/java/c/i/a/c/a2/i0/f.java | 6 +- app/src/main/java/c/i/a/c/a2/i0/h.java | 6 +- app/src/main/java/c/i/a/c/a2/i0/i.java | 2 +- app/src/main/java/c/i/a/c/a2/i0/j.java | 30 +- app/src/main/java/c/i/a/c/a2/j0/a0.java | 4 +- app/src/main/java/c/i/a/c/a2/j0/b0.java | 84 +- app/src/main/java/c/i/a/c/a2/j0/d0.java | 10 +- app/src/main/java/c/i/a/c/a2/j0/e0.java | 2 +- app/src/main/java/c/i/a/c/a2/j0/f.java | 8 +- app/src/main/java/c/i/a/c/a2/j0/f0.java | 8 +- app/src/main/java/c/i/a/c/a2/j0/g.java | 12 +- app/src/main/java/c/i/a/c/a2/j0/g0.java | 4 +- app/src/main/java/c/i/a/c/a2/j0/h.java | 8 +- app/src/main/java/c/i/a/c/a2/j0/h0.java | 66 +- app/src/main/java/c/i/a/c/a2/j0/i.java | 12 +- app/src/main/java/c/i/a/c/a2/j0/i0.java | 10 +- app/src/main/java/c/i/a/c/a2/j0/j.java | 22 +- app/src/main/java/c/i/a/c/a2/j0/j0.java | 2 +- app/src/main/java/c/i/a/c/a2/j0/k.java | 64 +- app/src/main/java/c/i/a/c/a2/j0/l.java | 6 +- app/src/main/java/c/i/a/c/a2/j0/m.java | 20 +- app/src/main/java/c/i/a/c/a2/j0/n.java | 18 +- app/src/main/java/c/i/a/c/a2/j0/p.java | 40 +- app/src/main/java/c/i/a/c/a2/j0/q.java | 40 +- app/src/main/java/c/i/a/c/a2/j0/r.java | 50 +- app/src/main/java/c/i/a/c/a2/j0/s.java | 30 +- app/src/main/java/c/i/a/c/a2/j0/t.java | 14 +- app/src/main/java/c/i/a/c/a2/j0/u.java | 28 +- app/src/main/java/c/i/a/c/a2/j0/v.java | 14 +- app/src/main/java/c/i/a/c/a2/j0/w.java | 8 +- app/src/main/java/c/i/a/c/a2/j0/x.java | 14 +- app/src/main/java/c/i/a/c/a2/j0/y.java | 26 +- app/src/main/java/c/i/a/c/a2/j0/z.java | 4 +- app/src/main/java/c/i/a/c/a2/k0/b.java | 86 +- app/src/main/java/c/i/a/c/a2/k0/c.java | 4 +- app/src/main/java/c/i/a/c/a2/k0/e.java | 12 +- app/src/main/java/c/i/a/c/a2/o.java | 14 +- app/src/main/java/c/i/a/c/a2/p.java | 4 +- app/src/main/java/c/i/a/c/a2/r.java | 6 +- app/src/main/java/c/i/a/c/a2/t.java | 12 +- app/src/main/java/c/i/a/c/a2/u.java | 16 +- app/src/main/java/c/i/a/c/a2/w.java | 8 +- app/src/main/java/c/i/a/c/a2/x.java | 14 +- app/src/main/java/c/i/a/c/b.java | 2 +- app/src/main/java/c/i/a/c/b1.java | 38 +- app/src/main/java/c/i/a/c/b2/l.java | 32 +- app/src/main/java/c/i/a/c/b2/m.java | 6 +- app/src/main/java/c/i/a/c/b2/n.java | 8 +- app/src/main/java/c/i/a/c/b2/o.java | 6 +- app/src/main/java/c/i/a/c/b2/p.java | 4 +- app/src/main/java/c/i/a/c/b2/q.java | 2 +- app/src/main/java/c/i/a/c/b2/s.java | 82 +- app/src/main/java/c/i/a/c/b2/u.java | 10 +- app/src/main/java/c/i/a/c/c0.java | 22 +- app/src/main/java/c/i/a/c/c1.java | 22 +- app/src/main/java/c/i/a/c/c2/c.java | 2 +- app/src/main/java/c/i/a/c/c2/f.java | 38 +- app/src/main/java/c/i/a/c/c2/h/a.java | 2 +- app/src/main/java/c/i/a/c/c2/i/a.java | 2 +- app/src/main/java/c/i/a/c/c2/j/a.java | 12 +- app/src/main/java/c/i/a/c/c2/k/b.java | 36 +- app/src/main/java/c/i/a/c/c2/l/a.java | 10 +- app/src/main/java/c/i/a/c/d0.java | 12 +- app/src/main/java/c/i/a/c/d1.java | 10 +- app/src/main/java/c/i/a/c/d2/a.java | 6 +- app/src/main/java/c/i/a/c/d2/b0.java | 86 +- app/src/main/java/c/i/a/c/d2/c0.java | 10 +- app/src/main/java/c/i/a/c/d2/d0.java | 10 +- app/src/main/java/c/i/a/c/d2/e0.java | 82 +- app/src/main/java/c/i/a/c/d2/h0.java | 10 +- app/src/main/java/c/i/a/c/d2/i0.java | 10 +- app/src/main/java/c/i/a/c/d2/j.java | 14 +- app/src/main/java/c/i/a/c/d2/j0/a.java | 70 +- app/src/main/java/c/i/a/c/d2/k.java | 14 +- app/src/main/java/c/i/a/c/d2/l.java | 4 +- app/src/main/java/c/i/a/c/d2/m.java | 14 +- app/src/main/java/c/i/a/c/d2/q.java | 6 +- app/src/main/java/c/i/a/c/d2/r.java | 6 +- app/src/main/java/c/i/a/c/d2/t.java | 26 +- app/src/main/java/c/i/a/c/d2/u.java | 4 +- app/src/main/java/c/i/a/c/d2/w.java | 16 +- app/src/main/java/c/i/a/c/d2/y.java | 2 +- app/src/main/java/c/i/a/c/d2/z.java | 18 +- app/src/main/java/c/i/a/c/e0.java | 8 +- app/src/main/java/c/i/a/c/e2/b.java | 4 +- app/src/main/java/c/i/a/c/e2/c.java | 12 +- app/src/main/java/c/i/a/c/e2/l.java | 40 +- app/src/main/java/c/i/a/c/e2/m/c.java | 72 +- app/src/main/java/c/i/a/c/e2/m/d.java | 92 +- app/src/main/java/c/i/a/c/e2/m/e.java | 16 +- app/src/main/java/c/i/a/c/e2/n/a.java | 28 +- app/src/main/java/c/i/a/c/e2/n/b.java | 26 +- app/src/main/java/c/i/a/c/e2/o/a.java | 16 +- app/src/main/java/c/i/a/c/e2/p/c.java | 4 +- app/src/main/java/c/i/a/c/e2/q/a.java | 30 +- app/src/main/java/c/i/a/c/e2/q/b.java | 4 +- app/src/main/java/c/i/a/c/e2/q/c.java | 14 +- app/src/main/java/c/i/a/c/e2/r/a.java | 4 +- app/src/main/java/c/i/a/c/e2/s/b.java | 2 +- app/src/main/java/c/i/a/c/e2/s/c.java | 58 +- app/src/main/java/c/i/a/c/e2/s/d.java | 16 +- app/src/main/java/c/i/a/c/e2/s/e.java | 4 +- app/src/main/java/c/i/a/c/e2/s/f.java | 6 +- app/src/main/java/c/i/a/c/e2/s/g.java | 4 +- app/src/main/java/c/i/a/c/e2/t/a.java | 24 +- app/src/main/java/c/i/a/c/e2/u/c.java | 12 +- app/src/main/java/c/i/a/c/e2/u/d.java | 4 +- app/src/main/java/c/i/a/c/e2/u/f.java | 2 +- app/src/main/java/c/i/a/c/e2/u/g.java | 4 +- app/src/main/java/c/i/a/c/e2/u/h.java | 54 +- app/src/main/java/c/i/a/c/e2/u/i.java | 16 +- app/src/main/java/c/i/a/c/e2/u/j.java | 6 +- app/src/main/java/c/i/a/c/e2/u/k.java | 2 +- app/src/main/java/c/i/a/c/f2/b.java | 2 +- app/src/main/java/c/i/a/c/f2/c.java | 2 +- app/src/main/java/c/i/a/c/f2/e.java | 14 +- app/src/main/java/c/i/a/c/f2/g.java | 6 +- app/src/main/java/c/i/a/c/f2/i.java | 34 +- app/src/main/java/c/i/a/c/f2/k.java | 8 +- app/src/main/java/c/i/a/c/f2/m.java | 6 +- app/src/main/java/c/i/a/c/g0.java | 12 +- app/src/main/java/c/i/a/c/g2/e.java | 2 +- app/src/main/java/c/i/a/c/g2/f.java | 2 +- app/src/main/java/c/i/a/c/g2/g.java | 38 +- app/src/main/java/c/i/a/c/g2/i.java | 4 +- app/src/main/java/c/i/a/c/g2/j.java | 18 +- app/src/main/java/c/i/a/c/g2/n.java | 18 +- app/src/main/java/c/i/a/c/g2/o/d.java | 6 +- app/src/main/java/c/i/a/c/g2/o/e.java | 8 +- app/src/main/java/c/i/a/c/g2/o/f.java | 10 +- app/src/main/java/c/i/a/c/g2/o/h.java | 20 +- app/src/main/java/c/i/a/c/h0.java | 2 +- app/src/main/java/c/i/a/c/h1.java | 8 +- app/src/main/java/c/i/a/c/h2/d.java | 4 +- app/src/main/java/c/i/a/c/h2/e.java | 12 +- app/src/main/java/c/i/a/c/h2/g.java | 4 +- app/src/main/java/c/i/a/c/h2/l.java | 34 +- app/src/main/java/c/i/a/c/h2/m.java | 4 +- app/src/main/java/c/i/a/c/h2/n.java | 32 +- app/src/main/java/c/i/a/c/h2/o.java | 10 +- app/src/main/java/c/i/a/c/h2/q.java | 32 +- app/src/main/java/c/i/a/c/h2/v.java | 6 +- app/src/main/java/c/i/a/c/h2/w.java | 10 +- app/src/main/java/c/i/a/c/h2/y/c.java | 24 +- app/src/main/java/c/i/a/c/h2/y/f.java | 20 +- app/src/main/java/c/i/a/c/h2/y/h.java | 8 +- app/src/main/java/c/i/a/c/h2/y/i.java | 4 +- app/src/main/java/c/i/a/c/h2/y/j.java | 50 +- app/src/main/java/c/i/a/c/h2/y/k.java | 2 +- app/src/main/java/c/i/a/c/h2/y/n.java | 14 +- app/src/main/java/c/i/a/c/h2/y/p.java | 2 +- app/src/main/java/c/i/a/c/h2/y/q.java | 56 +- app/src/main/java/c/i/a/c/h2/y/r.java | 2 +- app/src/main/java/c/i/a/c/i2/a.java | 2 +- app/src/main/java/c/i/a/c/i2/b.java | 6 +- app/src/main/java/c/i/a/c/i2/d.java | 2 +- app/src/main/java/c/i/a/c/i2/d0.java | 24 +- app/src/main/java/c/i/a/c/i2/e0.java | 12 +- app/src/main/java/c/i/a/c/i2/f.java | 22 +- app/src/main/java/c/i/a/c/i2/f0.java | 16 +- app/src/main/java/c/i/a/c/i2/i.java | 52 +- app/src/main/java/c/i/a/c/i2/n.java | 12 +- app/src/main/java/c/i/a/c/i2/o.java | 8 +- app/src/main/java/c/i/a/c/i2/p.java | 8 +- app/src/main/java/c/i/a/c/i2/q.java | 6 +- app/src/main/java/c/i/a/c/i2/u.java | 14 +- app/src/main/java/c/i/a/c/i2/v.java | 56 +- app/src/main/java/c/i/a/c/i2/w.java | 40 +- app/src/main/java/c/i/a/c/i2/x.java | 42 +- app/src/main/java/c/i/a/c/i2/z.java | 28 +- app/src/main/java/c/i/a/c/j0.java | 10 +- app/src/main/java/c/i/a/c/j2/j.java | 6 +- app/src/main/java/c/i/a/c/j2/l.java | 8 +- app/src/main/java/c/i/a/c/j2/m.java | 4 +- app/src/main/java/c/i/a/c/j2/n.java | 68 +- app/src/main/java/c/i/a/c/j2/o.java | 6 +- app/src/main/java/c/i/a/c/j2/t.java | 6 +- app/src/main/java/c/i/a/c/j2/x/b.java | 10 +- app/src/main/java/c/i/a/c/j2/x/c.java | 2 +- app/src/main/java/c/i/a/c/j2/x/d.java | 10 +- app/src/main/java/c/i/a/c/k0.java | 4 +- app/src/main/java/c/i/a/c/l0.java | 8 +- app/src/main/java/c/i/a/c/o0.java | 178 +- app/src/main/java/c/i/a/c/o1.java | 8 +- app/src/main/java/c/i/a/c/p1.java | 94 +- app/src/main/java/c/i/a/c/q0.java | 356 +- app/src/main/java/c/i/a/c/q1.java | 4 +- app/src/main/java/c/i/a/c/r1.java | 24 +- app/src/main/java/c/i/a/c/s1.java | 4 +- app/src/main/java/c/i/a/c/t.java | 10 +- app/src/main/java/c/i/a/c/t1.java | 4 +- app/src/main/java/c/i/a/c/u1/c1.java | 16 +- app/src/main/java/c/i/a/c/u1/d1.java | 8 +- app/src/main/java/c/i/a/c/u1/f0.java | 4 +- app/src/main/java/c/i/a/c/u1/h.java | 4 +- app/src/main/java/c/i/a/c/u1/i0.java | 4 +- app/src/main/java/c/i/a/c/u1/j.java | 4 +- app/src/main/java/c/i/a/c/u1/k.java | 4 +- app/src/main/java/c/i/a/c/u1/l0.java | 4 +- app/src/main/java/c/i/a/c/u1/m.java | 4 +- app/src/main/java/c/i/a/c/u1/m0.java | 4 +- app/src/main/java/c/i/a/c/u1/n.java | 4 +- app/src/main/java/c/i/a/c/u1/n0.java | 4 +- app/src/main/java/c/i/a/c/u1/o.java | 4 +- app/src/main/java/c/i/a/c/u1/o0.java | 4 +- app/src/main/java/c/i/a/c/u1/s0.java | 4 +- app/src/main/java/c/i/a/c/u1/t0.java | 4 +- app/src/main/java/c/i/a/c/u1/v0.java | 4 +- app/src/main/java/c/i/a/c/u1/w.java | 4 +- app/src/main/java/c/i/a/c/u1/z.java | 4 +- app/src/main/java/c/i/a/c/u1/z0.java | 4 +- app/src/main/java/c/i/a/c/v0.java | 56 +- app/src/main/java/c/i/a/c/v1/a0.java | 2 +- app/src/main/java/c/i/a/c/v1/b0.java | 12 +- app/src/main/java/c/i/a/c/v1/c0.java | 12 +- app/src/main/java/c/i/a/c/v1/d0.java | 14 +- app/src/main/java/c/i/a/c/v1/k.java | 12 +- app/src/main/java/c/i/a/c/v1/l.java | 2 +- app/src/main/java/c/i/a/c/v1/m.java | 4 +- app/src/main/java/c/i/a/c/v1/n.java | 10 +- app/src/main/java/c/i/a/c/v1/o.java | 24 +- app/src/main/java/c/i/a/c/v1/r.java | 6 +- app/src/main/java/c/i/a/c/v1/s.java | 44 +- app/src/main/java/c/i/a/c/v1/u.java | 8 +- app/src/main/java/c/i/a/c/v1/v.java | 6 +- app/src/main/java/c/i/a/c/v1/w.java | 2 +- app/src/main/java/c/i/a/c/v1/x.java | 2 +- app/src/main/java/c/i/a/c/v1/y.java | 24 +- app/src/main/java/c/i/a/c/v1/z.java | 14 +- app/src/main/java/c/i/a/c/x0.java | 24 +- app/src/main/java/c/i/a/c/x1/b.java | 2 +- app/src/main/java/c/i/a/c/x1/d.java | 2 +- app/src/main/java/c/i/a/c/x1/e.java | 8 +- app/src/main/java/c/i/a/c/x1/g.java | 14 +- app/src/main/java/c/i/a/c/y.java | 2 +- app/src/main/java/c/i/a/c/y0.java | 12 +- app/src/main/java/c/i/a/c/y1/a.java | 8 +- app/src/main/java/c/i/a/c/z0.java | 36 +- app/src/main/java/c/i/a/c/z1/a0.java | 10 +- app/src/main/java/c/i/a/c/z1/m.java | 2 +- app/src/main/java/c/i/a/c/z1/p.java | 4 +- app/src/main/java/c/i/a/c/z1/q.java | 20 +- app/src/main/java/c/i/a/c/z1/y.java | 6 +- app/src/main/java/c/i/a/c/z1/z.java | 44 +- app/src/main/java/c/i/a/e/b.java | 4 +- app/src/main/java/c/i/a/e/c.java | 38 +- app/src/main/java/c/i/a/f/b/f.java | 6 +- app/src/main/java/c/i/a/f/c/a/a.java | 12 +- app/src/main/java/c/i/a/f/c/a/b.java | 4 +- app/src/main/java/c/i/a/f/c/a/f/a.java | 2 +- app/src/main/java/c/i/a/f/c/a/f/b/a.java | 16 +- app/src/main/java/c/i/a/f/c/a/f/b/f.java | 4 +- app/src/main/java/c/i/a/f/c/a/f/b/m.java | 4 +- app/src/main/java/c/i/a/f/d/a.java | 2 +- app/src/main/java/c/i/a/f/d/b.java | 12 +- app/src/main/java/c/i/a/f/d/f.java | 4 +- app/src/main/java/c/i/a/f/d/g.java | 8 +- app/src/main/java/c/i/a/f/d/k.java | 4 +- app/src/main/java/c/i/a/f/d/l.java | 2 +- app/src/main/java/c/i/a/f/d/q.java | 10 +- app/src/main/java/c/i/a/f/d/r.java | 16 +- app/src/main/java/c/i/a/f/d/x.java | 10 +- app/src/main/java/c/i/a/f/d/y.java | 8 +- app/src/main/java/c/i/a/f/e/a0.java | 6 +- app/src/main/java/c/i/a/f/e/c.java | 24 +- app/src/main/java/c/i/a/f/e/e.java | 2 +- app/src/main/java/c/i/a/f/e/f.java | 10 +- app/src/main/java/c/i/a/f/e/h/a.java | 4 +- app/src/main/java/c/i/a/f/e/h/b.java | 22 +- app/src/main/java/c/i/a/f/e/h/j/b.java | 6 +- app/src/main/java/c/i/a/f/e/h/j/b0.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/b1.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/c0.java | 4 +- app/src/main/java/c/i/a/f/e/h/j/c1.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/d0.java | 4 +- app/src/main/java/c/i/a/f/e/h/j/g.java | 100 +- app/src/main/java/c/i/a/f/e/h/j/g0.java | 6 +- app/src/main/java/c/i/a/f/e/h/j/h.java | 8 +- app/src/main/java/c/i/a/f/e/h/j/i0.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/k.java | 4 +- app/src/main/java/c/i/a/f/e/h/j/l0.java | 16 +- app/src/main/java/c/i/a/f/e/h/j/m0.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/n0.java | 14 +- app/src/main/java/c/i/a/f/e/h/j/o0.java | 16 +- app/src/main/java/c/i/a/f/e/h/j/w.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/y0.java | 2 +- app/src/main/java/c/i/a/f/e/h/j/z.java | 4 +- app/src/main/java/c/i/a/f/e/k/b.java | 36 +- app/src/main/java/c/i/a/f/e/k/c.java | 8 +- app/src/main/java/c/i/a/f/e/k/d.java | 22 +- app/src/main/java/c/i/a/f/e/k/e.java | 8 +- app/src/main/java/c/i/a/f/e/k/e0.java | 12 +- app/src/main/java/c/i/a/f/e/k/f0.java | 12 +- app/src/main/java/c/i/a/f/e/k/g0.java | 8 +- app/src/main/java/c/i/a/f/e/k/q0.java | 4 +- app/src/main/java/c/i/a/f/e/k/t.java | 6 +- app/src/main/java/c/i/a/f/e/l/a.java | 20 +- app/src/main/java/c/i/a/f/e/n/a.java | 12 +- app/src/main/java/c/i/a/f/e/o/c.java | 40 +- app/src/main/java/c/i/a/f/e/o/i.java | 4 +- app/src/main/java/c/i/a/f/e/s.java | 10 +- app/src/main/java/c/i/a/f/e/v.java | 4 +- app/src/main/java/c/i/a/f/e/w.java | 6 +- app/src/main/java/c/i/a/f/f/b.java | 2 +- app/src/main/java/c/i/a/f/g/b.java | 4 +- app/src/main/java/c/i/a/f/g/c.java | 6 +- app/src/main/java/c/i/a/f/g/d.java | 6 +- app/src/main/java/c/i/a/f/h/c/o.java | 2 +- app/src/main/java/c/i/a/f/h/d/a.java | 4 +- app/src/main/java/c/i/a/f/h/e/a.java | 2 +- app/src/main/java/c/i/a/f/h/i/e.java | 2 +- app/src/main/java/c/i/a/f/h/j/a0.java | 6 +- app/src/main/java/c/i/a/f/h/j/a1.java | 4 +- app/src/main/java/c/i/a/f/h/j/b1.java | 2 +- app/src/main/java/c/i/a/f/h/j/e0.java | 10 +- app/src/main/java/c/i/a/f/h/j/f1.java | 4 +- app/src/main/java/c/i/a/f/h/j/g.java | 6 +- app/src/main/java/c/i/a/f/h/j/h0.java | 2 +- app/src/main/java/c/i/a/f/h/j/i0.java | 2 +- app/src/main/java/c/i/a/f/h/j/j.java | 2 +- app/src/main/java/c/i/a/f/h/j/j0.java | 28 +- app/src/main/java/c/i/a/f/h/j/m0.java | 12 +- app/src/main/java/c/i/a/f/h/j/n0.java | 6 +- app/src/main/java/c/i/a/f/h/j/o0.java | 10 +- app/src/main/java/c/i/a/f/h/j/p.java | 4 +- app/src/main/java/c/i/a/f/h/j/q.java | 6 +- app/src/main/java/c/i/a/f/h/j/r.java | 36 +- app/src/main/java/c/i/a/f/h/j/s0.java | 6 +- app/src/main/java/c/i/a/f/h/j/t0.java | 10 +- app/src/main/java/c/i/a/f/h/j/u0.java | 2 +- app/src/main/java/c/i/a/f/h/j/v0.java | 2 +- app/src/main/java/c/i/a/f/h/j/z.java | 8 +- app/src/main/java/c/i/a/f/h/k/k.java | 4 +- app/src/main/java/c/i/a/f/h/l/a3.java | 4 +- app/src/main/java/c/i/a/f/h/l/b3.java | 2 +- app/src/main/java/c/i/a/f/h/l/c0.java | 6 +- app/src/main/java/c/i/a/f/h/l/c2.java | 6 +- app/src/main/java/c/i/a/f/h/l/c3.java | 4 +- app/src/main/java/c/i/a/f/h/l/c7.java | 20 +- app/src/main/java/c/i/a/f/h/l/d5.java | 2 +- app/src/main/java/c/i/a/f/h/l/e6.java | 230 +- app/src/main/java/c/i/a/f/h/l/f5.java | 2 +- app/src/main/java/c/i/a/f/h/l/f7.java | 8 +- app/src/main/java/c/i/a/f/h/l/g.java | 18 +- app/src/main/java/c/i/a/f/h/l/g4.java | 4 +- app/src/main/java/c/i/a/f/h/l/g6.java | 14 +- app/src/main/java/c/i/a/f/h/l/ga.java | 6 +- app/src/main/java/c/i/a/f/h/l/h4.java | 4 +- app/src/main/java/c/i/a/f/h/l/h9.java | 6 +- app/src/main/java/c/i/a/f/h/l/j.java | 4 +- app/src/main/java/c/i/a/f/h/l/j7.java | 4 +- app/src/main/java/c/i/a/f/h/l/l2.java | 6 +- app/src/main/java/c/i/a/f/h/l/l3.java | 12 +- app/src/main/java/c/i/a/f/h/l/la.java | 6 +- app/src/main/java/c/i/a/f/h/l/m2.java | 2 +- app/src/main/java/c/i/a/f/h/l/n4.java | 10 +- app/src/main/java/c/i/a/f/h/l/n6.java | 8 +- app/src/main/java/c/i/a/f/h/l/o2.java | 2 +- app/src/main/java/c/i/a/f/h/l/o4.java | 4 +- app/src/main/java/c/i/a/f/h/l/o5.java | 6 +- app/src/main/java/c/i/a/f/h/l/o6.java | 4 +- app/src/main/java/c/i/a/f/h/l/p2.java | 4 +- app/src/main/java/c/i/a/f/h/l/p8.java | 30 +- app/src/main/java/c/i/a/f/h/l/s2.java | 4 +- app/src/main/java/c/i/a/f/h/l/s3.java | 2 +- app/src/main/java/c/i/a/f/h/l/s6.java | 2 +- app/src/main/java/c/i/a/f/h/l/u1.java | 2 +- app/src/main/java/c/i/a/f/h/l/u4.java | 4 +- app/src/main/java/c/i/a/f/h/l/v1.java | 6 +- app/src/main/java/c/i/a/f/h/l/v8.java | 6 +- app/src/main/java/c/i/a/f/h/l/x1.java | 2 +- app/src/main/java/c/i/a/f/h/l/y1.java | 6 +- app/src/main/java/c/i/a/f/h/l/y2.java | 2 +- app/src/main/java/c/i/a/f/h/l/y3.java | 2 +- app/src/main/java/c/i/a/f/h/l/y6.java | 2 +- app/src/main/java/c/i/a/f/h/l/y7.java | 6 +- app/src/main/java/c/i/a/f/h/l/ya.java | 6 +- app/src/main/java/c/i/a/f/h/m/e.java | 10 +- app/src/main/java/c/i/a/f/h/m/p.java | 2 +- app/src/main/java/c/i/a/f/h/o/d.java | 2 +- app/src/main/java/c/i/a/f/i/a/a.java | 4 +- app/src/main/java/c/i/a/f/i/b/a.java | 2 +- app/src/main/java/c/i/a/f/i/b/a4.java | 22 +- app/src/main/java/c/i/a/f/i/b/a9.java | 4 +- app/src/main/java/c/i/a/f/i/b/b4.java | 8 +- app/src/main/java/c/i/a/f/i/b/ba.java | 8 +- app/src/main/java/c/i/a/f/i/b/c.java | 12 +- app/src/main/java/c/i/a/f/i/b/c6.java | 34 +- app/src/main/java/c/i/a/f/i/b/c7.java | 8 +- app/src/main/java/c/i/a/f/i/b/ca.java | 14 +- app/src/main/java/c/i/a/f/i/b/d.java | 18 +- app/src/main/java/c/i/a/f/i/b/d4.java | 12 +- app/src/main/java/c/i/a/f/i/b/d6.java | 2 +- app/src/main/java/c/i/a/f/i/b/d9.java | 8 +- app/src/main/java/c/i/a/f/i/b/da.java | 12 +- app/src/main/java/c/i/a/f/i/b/e6.java | 12 +- app/src/main/java/c/i/a/f/i/b/e7.java | 2 +- app/src/main/java/c/i/a/f/i/b/ea.java | 2 +- app/src/main/java/c/i/a/f/i/b/f.java | 2 +- app/src/main/java/c/i/a/f/i/b/f4.java | 6 +- app/src/main/java/c/i/a/f/i/b/f9.java | 8 +- app/src/main/java/c/i/a/f/i/b/fa.java | 24 +- app/src/main/java/c/i/a/f/i/b/g.java | 54 +- app/src/main/java/c/i/a/f/i/b/h4.java | 6 +- app/src/main/java/c/i/a/f/i/b/h7.java | 16 +- app/src/main/java/c/i/a/f/i/b/ha.java | 4 +- app/src/main/java/c/i/a/f/i/b/i.java | 8 +- app/src/main/java/c/i/a/f/i/b/i4.java | 6 +- app/src/main/java/c/i/a/f/i/b/i7.java | 4 +- app/src/main/java/c/i/a/f/i/b/i9.java | 8 +- app/src/main/java/c/i/a/f/i/b/j.java | 8 +- app/src/main/java/c/i/a/f/i/b/j3.java | 8 +- app/src/main/java/c/i/a/f/i/b/j4.java | 8 +- app/src/main/java/c/i/a/f/i/b/j9.java | 2 +- app/src/main/java/c/i/a/f/i/b/k4.java | 6 +- app/src/main/java/c/i/a/f/i/b/k8.java | 2 +- app/src/main/java/c/i/a/f/i/b/k9.java | 190 +- app/src/main/java/c/i/a/f/i/b/l.java | 10 +- app/src/main/java/c/i/a/f/i/b/l3.java | 2 +- app/src/main/java/c/i/a/f/i/b/m.java | 18 +- app/src/main/java/c/i/a/f/i/b/m3.java | 4 +- app/src/main/java/c/i/a/f/i/b/m6.java | 4 +- app/src/main/java/c/i/a/f/i/b/m9.java | 10 +- app/src/main/java/c/i/a/f/i/b/n3.java | 14 +- app/src/main/java/c/i/a/f/i/b/o3.java | 46 +- app/src/main/java/c/i/a/f/i/b/p.java | 50 +- app/src/main/java/c/i/a/f/i/b/p4.java | 4 +- app/src/main/java/c/i/a/f/i/b/q3.java | 10 +- app/src/main/java/c/i/a/f/i/b/q7.java | 18 +- app/src/main/java/c/i/a/f/i/b/q9.java | 150 +- app/src/main/java/c/i/a/f/i/b/r4.java | 2 +- app/src/main/java/c/i/a/f/i/b/s3.java | 12 +- app/src/main/java/c/i/a/f/i/b/s4.java | 4 +- app/src/main/java/c/i/a/f/i/b/s6.java | 2 +- app/src/main/java/c/i/a/f/i/b/t3.java | 12 +- app/src/main/java/c/i/a/f/i/b/t6.java | 2 +- app/src/main/java/c/i/a/f/i/b/t9.java | 19 +- app/src/main/java/c/i/a/f/i/b/u3.java | 8 +- app/src/main/java/c/i/a/f/i/b/u4.java | 46 +- app/src/main/java/c/i/a/f/i/b/u5.java | 2 +- app/src/main/java/c/i/a/f/i/b/u9.java | 4 +- app/src/main/java/c/i/a/f/i/b/v5.java | 4 +- app/src/main/java/c/i/a/f/i/b/v6.java | 2 +- app/src/main/java/c/i/a/f/i/b/v8.java | 8 +- app/src/main/java/c/i/a/f/i/b/w4.java | 8 +- app/src/main/java/c/i/a/f/i/b/w7.java | 2 +- app/src/main/java/c/i/a/f/i/b/w8.java | 6 +- app/src/main/java/c/i/a/f/i/b/x.java | 8 +- app/src/main/java/c/i/a/f/i/b/x8.java | 4 +- app/src/main/java/c/i/a/f/i/b/y0.java | 10 +- app/src/main/java/c/i/a/f/i/b/y5.java | 4 +- app/src/main/java/c/i/a/f/i/b/y6.java | 10 +- app/src/main/java/c/i/a/f/i/b/y8.java | 6 +- app/src/main/java/c/i/a/f/i/b/z4.java | 16 +- app/src/main/java/c/i/a/f/j/a.java | 2 +- app/src/main/java/c/i/a/f/j/b/e/b.java | 2 +- app/src/main/java/c/i/a/f/j/b/e/i.java | 8 +- app/src/main/java/c/i/a/f/j/b/e/j.java | 6 +- app/src/main/java/c/i/a/f/j/b/e/l.java | 12 +- app/src/main/java/c/i/a/f/j/b/e/m.java | 6 +- app/src/main/java/c/i/a/f/j/b/e/n.java | 6 +- app/src/main/java/c/i/a/f/j/b/e/o.java | 6 +- app/src/main/java/c/i/a/f/j/b/e/r.java | 4 +- app/src/main/java/c/i/a/f/j/b/e/s.java | 4 +- app/src/main/java/c/i/a/f/j/b/e/v.java | 4 +- app/src/main/java/c/i/a/f/j/b/e/x.java | 4 +- app/src/main/java/c/i/a/f/j/b/e/x0.java | 2 +- app/src/main/java/c/i/a/f/k/a.java | 4 +- app/src/main/java/c/i/a/f/l/b/a.java | 2 +- app/src/main/java/c/i/a/f/l/c.java | 4 +- app/src/main/java/c/i/a/f/m/a.java | 22 +- app/src/main/java/c/i/a/f/n/b0.java | 22 +- app/src/main/java/c/i/a/f/n/j.java | 10 +- app/src/main/java/c/i/a/f/n/k.java | 4 +- app/src/main/java/c/i/a/f/n/l.java | 10 +- app/src/main/java/c/i/a/f/n/m.java | 10 +- app/src/main/java/c/i/a/f/n/n.java | 8 +- app/src/main/java/c/i/a/f/n/o.java | 2 +- app/src/main/java/c/i/a/f/n/p.java | 6 +- app/src/main/java/c/i/a/f/n/q.java | 6 +- app/src/main/java/c/i/a/f/n/r.java | 2 +- app/src/main/java/c/i/a/f/n/s.java | 2 +- app/src/main/java/c/i/a/f/n/t.java | 6 +- app/src/main/java/c/i/a/f/n/u.java | 6 +- app/src/main/java/c/i/a/f/n/v.java | 2 +- app/src/main/java/c/i/a/f/n/w.java | 10 +- app/src/main/java/c/i/a/f/n/x.java | 10 +- app/src/main/java/c/i/a/f/n/y.java | 8 +- app/src/main/java/c/i/a/g/a/c.java | 2 +- app/src/main/java/c/i/a/g/a/d.java | 4 +- app/src/main/java/c/i/a/g/b/a.java | 8 +- app/src/main/java/c/i/a/g/c/a.java | 32 +- app/src/main/java/c/i/a/g/d/a.java | 6 +- app/src/main/java/c/i/a/g/d/b.java | 4 +- app/src/main/java/c/i/a/g/d/g.java | 2 +- app/src/main/java/c/i/a/g/d/k.java | 2 +- app/src/main/java/c/i/a/g/d/l.java | 2 +- app/src/main/java/c/i/a/g/e/b.java | 2 +- app/src/main/java/c/i/a/g/e/c.java | 8 +- app/src/main/java/c/i/a/g/e/d.java | 6 +- app/src/main/java/c/i/a/g/e/e.java | 10 +- app/src/main/java/c/i/a/g/e/f.java | 30 +- app/src/main/java/c/i/a/g/e/h.java | 4 +- app/src/main/java/c/i/a/g/e/i.java | 2 +- app/src/main/java/c/i/a/g/f/a.java | 10 +- app/src/main/java/c/i/a/g/g/a.java | 12 +- app/src/main/java/c/i/a/g/g/d.java | 4 +- app/src/main/java/c/i/a/g/g/g.java | 4 +- app/src/main/java/c/i/a/g/g/h.java | 10 +- app/src/main/java/c/i/a/g/g/j.java | 4 +- app/src/main/java/c/i/a/g/g/l.java | 4 +- app/src/main/java/c/i/a/g/h/a.java | 20 +- app/src/main/java/c/i/a/g/j/d.java | 2 +- app/src/main/java/c/i/a/g/j/e.java | 4 +- app/src/main/java/c/i/a/g/j/h.java | 4 +- app/src/main/java/c/i/a/g/j/i.java | 2 +- app/src/main/java/c/i/a/g/j/l.java | 2 +- app/src/main/java/c/i/a/g/j/m.java | 4 +- app/src/main/java/c/i/a/g/j/n.java | 30 +- app/src/main/java/c/i/a/g/j/p.java | 4 +- app/src/main/java/c/i/a/g/k/b.java | 4 +- app/src/main/java/c/i/a/g/k/f.java | 2 +- app/src/main/java/c/i/a/g/l/b.java | 2 +- app/src/main/java/c/i/a/g/l/c.java | 4 +- app/src/main/java/c/i/a/g/l/e.java | 4 +- app/src/main/java/c/i/a/g/l/f.java | 4 +- app/src/main/java/c/i/a/g/l/g.java | 2 +- app/src/main/java/c/i/a/g/l/k.java | 2 +- app/src/main/java/c/i/a/g/l/l/b.java | 2 +- app/src/main/java/c/i/a/g/l/l/c.java | 4 +- app/src/main/java/c/i/a/g/l/l/e.java | 4 +- app/src/main/java/c/i/a/g/l/l/f.java | 4 +- app/src/main/java/c/i/a/g/l/l/g.java | 2 +- app/src/main/java/c/i/a/g/l/l/k.java | 2 +- app/src/main/java/c/i/b/a/b.java | 8 +- app/src/main/java/c/i/b/a/c.java | 2 +- app/src/main/java/c/i/b/a/g.java | 14 +- app/src/main/java/c/i/b/a/k.java | 4 +- app/src/main/java/c/i/b/b/b1.java | 8 +- app/src/main/java/c/i/b/b/d0.java | 18 +- app/src/main/java/c/i/b/b/e0.java | 32 +- app/src/main/java/c/i/b/b/l.java | 6 +- app/src/main/java/c/i/b/b/n.java | 4 +- app/src/main/java/c/i/b/b/s.java | 2 +- app/src/main/java/c/i/b/b/u.java | 8 +- app/src/main/java/c/i/b/b/v.java | 4 +- app/src/main/java/c/i/b/b/w.java | 6 +- app/src/main/java/c/i/c/c.java | 14 +- app/src/main/java/c/i/c/i.java | 10 +- app/src/main/java/c/i/c/j/a/b.java | 6 +- app/src/main/java/c/i/c/j/a/c/b.java | 4 +- app/src/main/java/c/i/c/j/a/c/c.java | 4 +- app/src/main/java/c/i/c/j/a/c/d.java | 4 +- app/src/main/java/c/i/c/j/a/c/e.java | 2 +- app/src/main/java/c/i/c/k/a.java | 2 +- app/src/main/java/c/i/c/k/d/c.java | 2 +- app/src/main/java/c/i/c/l/d.java | 16 +- app/src/main/java/c/i/c/l/k.java | 14 +- app/src/main/java/c/i/c/l/m.java | 4 +- app/src/main/java/c/i/c/l/o.java | 12 +- app/src/main/java/c/i/c/l/q.java | 6 +- app/src/main/java/c/i/c/l/r.java | 8 +- app/src/main/java/c/i/c/l/s.java | 8 +- app/src/main/java/c/i/c/m/b.java | 4 +- app/src/main/java/c/i/c/m/d/e.java | 6 +- app/src/main/java/c/i/c/m/d/h.java | 8 +- app/src/main/java/c/i/c/m/d/i/c.java | 10 +- app/src/main/java/c/i/c/m/d/k/a.java | 6 +- app/src/main/java/c/i/c/m/d/k/a0.java | 2 +- app/src/main/java/c/i/c/m/d/k/b.java | 4 +- app/src/main/java/c/i/c/m/d/k/b1.java | 6 +- app/src/main/java/c/i/c/m/d/k/c.java | 8 +- app/src/main/java/c/i/c/m/d/k/d0.java | 2 +- app/src/main/java/c/i/c/m/d/k/d1.java | 38 +- app/src/main/java/c/i/c/m/d/k/f0.java | 6 +- app/src/main/java/c/i/c/m/d/k/g0.java | 6 +- app/src/main/java/c/i/c/m/d/k/h.java | 6 +- app/src/main/java/c/i/c/m/d/k/h0.java | 2 +- app/src/main/java/c/i/c/m/d/k/i.java | 6 +- app/src/main/java/c/i/c/m/d/k/k0.java | 8 +- app/src/main/java/c/i/c/m/d/k/m0.java | 6 +- app/src/main/java/c/i/c/m/d/k/n0.java | 14 +- app/src/main/java/c/i/c/m/d/k/o.java | 2 +- app/src/main/java/c/i/c/m/d/k/p0.java | 8 +- app/src/main/java/c/i/c/m/d/k/q0.java | 6 +- app/src/main/java/c/i/c/m/d/k/r0.java | 8 +- app/src/main/java/c/i/c/m/d/k/u.java | 6 +- app/src/main/java/c/i/c/m/d/k/u0.java | 8 +- app/src/main/java/c/i/c/m/d/k/v.java | 8 +- app/src/main/java/c/i/c/m/d/k/v0.java | 6 +- app/src/main/java/c/i/c/m/d/k/x.java | 142 +- app/src/main/java/c/i/c/m/d/k/y.java | 6 +- app/src/main/java/c/i/c/m/d/k/z0.java | 4 +- app/src/main/java/c/i/c/m/d/l/b.java | 8 +- app/src/main/java/c/i/c/m/d/l/c.java | 32 +- app/src/main/java/c/i/c/m/d/l/e.java | 14 +- app/src/main/java/c/i/c/m/d/m/a.java | 80 +- app/src/main/java/c/i/c/m/d/m/b.java | 68 +- app/src/main/java/c/i/c/m/d/m/c.java | 8 +- app/src/main/java/c/i/c/m/d/m/d.java | 8 +- app/src/main/java/c/i/c/m/d/m/e.java | 12 +- app/src/main/java/c/i/c/m/d/m/f.java | 74 +- app/src/main/java/c/i/c/m/d/m/g.java | 38 +- app/src/main/java/c/i/c/m/d/m/i.java | 70 +- app/src/main/java/c/i/c/m/d/m/j.java | 34 +- app/src/main/java/c/i/c/m/d/m/k.java | 36 +- app/src/main/java/c/i/c/m/d/m/l.java | 30 +- app/src/main/java/c/i/c/m/d/m/m.java | 26 +- app/src/main/java/c/i/c/m/d/m/n.java | 30 +- app/src/main/java/c/i/c/m/d/m/o.java | 22 +- app/src/main/java/c/i/c/m/d/m/p.java | 26 +- app/src/main/java/c/i/c/m/d/m/q.java | 42 +- app/src/main/java/c/i/c/m/d/m/r.java | 50 +- app/src/main/java/c/i/c/m/d/m/s.java | 2 +- app/src/main/java/c/i/c/m/d/m/t.java | 26 +- app/src/main/java/c/i/c/m/d/m/u.java | 2 +- app/src/main/java/c/i/c/m/d/m/x/b.java | 4 +- app/src/main/java/c/i/c/m/d/m/x/c.java | 4 +- app/src/main/java/c/i/c/m/d/m/x/d.java | 6 +- app/src/main/java/c/i/c/m/d/m/x/e.java | 6 +- app/src/main/java/c/i/c/m/d/m/x/h.java | 60 +- app/src/main/java/c/i/c/m/d/n/a.java | 8 +- app/src/main/java/c/i/c/m/d/n/c.java | 4 +- app/src/main/java/c/i/c/m/d/o/g.java | 2 +- app/src/main/java/c/i/c/m/d/p/b.java | 8 +- app/src/main/java/c/i/c/m/d/p/d.java | 4 +- app/src/main/java/c/i/c/m/d/q/b.java | 22 +- app/src/main/java/c/i/c/m/d/q/c/a.java | 4 +- app/src/main/java/c/i/c/m/d/q/c/b.java | 12 +- app/src/main/java/c/i/c/m/d/q/c/d.java | 12 +- app/src/main/java/c/i/c/m/d/q/d/a.java | 2 +- app/src/main/java/c/i/c/m/d/q/d/c.java | 32 +- app/src/main/java/c/i/c/m/d/q/d/d.java | 8 +- app/src/main/java/c/i/c/m/d/r/c.java | 2 +- app/src/main/java/c/i/c/m/d/s/c.java | 16 +- app/src/main/java/c/i/c/m/d/s/h/a.java | 4 +- app/src/main/java/c/i/c/m/d/s/h/b.java | 6 +- app/src/main/java/c/i/c/m/d/s/h/f.java | 6 +- app/src/main/java/c/i/c/m/d/s/h/g.java | 4 +- app/src/main/java/c/i/c/m/d/s/i/a.java | 10 +- app/src/main/java/c/i/c/m/d/s/i/c.java | 16 +- app/src/main/java/c/i/c/m/d/t/e.java | 4 +- app/src/main/java/c/i/c/m/d/u/a.java | 8 +- app/src/main/java/c/i/c/m/e/a.java | 18 +- app/src/main/java/c/i/c/m/e/c.java | 8 +- app/src/main/java/c/i/c/m/e/g.java | 6 +- app/src/main/java/c/i/c/m/e/h.java | 2 +- app/src/main/java/c/i/c/p/h/a.java | 6 +- app/src/main/java/c/i/c/p/h/d.java | 2 +- app/src/main/java/c/i/c/p/h/e.java | 4 +- app/src/main/java/c/i/c/p/h/f.java | 6 +- app/src/main/java/c/i/c/s/f.java | 8 +- app/src/main/java/c/i/c/s/i.java | 6 +- app/src/main/java/c/i/c/s/l.java | 6 +- app/src/main/java/c/i/c/s/n.java | 10 +- app/src/main/java/c/i/c/s/q.java | 6 +- app/src/main/java/c/i/c/s/v.java | 12 +- app/src/main/java/c/i/c/s/w.java | 20 +- app/src/main/java/c/i/c/s/x.java | 4 +- app/src/main/java/c/i/c/s/y.java | 10 +- app/src/main/java/c/i/c/u/a.java | 22 +- app/src/main/java/c/i/c/u/e.java | 4 +- app/src/main/java/c/i/c/u/f.java | 34 +- app/src/main/java/c/i/c/u/i.java | 6 +- app/src/main/java/c/i/c/u/n.java | 8 +- app/src/main/java/c/i/c/u/o/a.java | 52 +- app/src/main/java/c/i/c/u/o/b.java | 4 +- app/src/main/java/c/i/c/u/o/c.java | 10 +- app/src/main/java/c/i/c/u/o/d.java | 6 +- app/src/main/java/c/i/c/u/p/a.java | 34 +- app/src/main/java/c/i/c/u/p/b.java | 32 +- app/src/main/java/c/i/c/u/p/c.java | 20 +- app/src/main/java/c/i/c/u/p/e.java | 10 +- app/src/main/java/c/i/c/v/a.java | 4 +- app/src/main/java/c/i/c/w/c.java | 38 +- app/src/main/java/c/i/c/w/m.java | 2 +- app/src/main/java/c/i/c/w/q.java | 6 +- app/src/main/java/c/i/c/w/r.java | 12 +- app/src/main/java/c/i/c/w/t.java | 2 +- app/src/main/java/c/i/c/w/u.java | 8 +- app/src/main/java/c/i/c/w/v.java | 10 +- app/src/main/java/c/i/c/w/w.java | 4 +- app/src/main/java/c/i/c/w/x.java | 2 +- app/src/main/java/c/i/c/w/y.java | 12 +- app/src/main/java/c/i/c/x/a.java | 8 +- app/src/main/java/c/i/d/c.java | 6 +- app/src/main/java/c/i/d/e.java | 4 +- app/src/main/java/c/i/d/q/a.java | 12 +- app/src/main/java/c/i/d/q/f.java | 12 +- app/src/main/java/c/i/d/q/h.java | 16 +- app/src/main/java/c/i/d/q/j.java | 12 +- app/src/main/java/c/i/d/q/w.java | 12 +- app/src/main/java/c/i/d/q/x/a.java | 30 +- app/src/main/java/c/i/d/q/x/b.java | 14 +- app/src/main/java/c/i/d/q/x/d/a.java | 20 +- app/src/main/java/c/i/d/q/y/c.java | 8 +- app/src/main/java/c/i/e/c.java | 4 +- app/src/main/java/c/i/e/e.java | 12 +- app/src/main/java/c/i/e/h.java | 12 +- app/src/main/java/c/i/e/m/a.java | 4 +- app/src/main/java/c/i/e/m/b.java | 10 +- app/src/main/java/c/i/e/m/c/a.java | 8 +- app/src/main/java/c/i/e/m/d/a.java | 16 +- app/src/main/java/c/i/e/n/c.java | 12 +- app/src/main/java/c/i/e/n/e.java | 4 +- app/src/main/java/c/i/e/n/f.java | 2 +- app/src/main/java/c/i/e/n/h.java | 6 +- app/src/main/java/c/i/e/n/i.java | 8 +- app/src/main/java/c/i/e/n/k/a.java | 10 +- app/src/main/java/c/i/e/n/l/a.java | 6 +- app/src/main/java/c/i/e/o/a.java | 16 +- app/src/main/java/c/i/e/o/b/a.java | 6 +- app/src/main/java/c/i/e/o/b/c.java | 2 +- app/src/main/java/c/i/e/o/b/d.java | 8 +- app/src/main/java/c/i/e/o/b/e.java | 4 +- app/src/main/java/c/i/e/o/c/a.java | 8 +- app/src/main/java/c/i/e/q/a.java | 8 +- app/src/main/java/c/i/e/q/c.java | 6 +- app/src/main/java/c/i/e/q/d.java | 6 +- app/src/main/java/c/i/e/q/e.java | 2 +- app/src/main/java/c/i/e/q/f.java | 4 +- app/src/main/java/c/i/e/q/h.java | 6 +- app/src/main/java/c/i/e/q/j.java | 2 +- app/src/main/java/c/i/e/q/k.java | 4 +- app/src/main/java/c/i/e/q/l.java | 2 +- app/src/main/java/c/i/e/q/n.java | 4 +- app/src/main/java/c/i/e/q/o.java | 4 +- app/src/main/java/c/i/e/q/p.java | 14 +- app/src/main/java/c/i/e/q/r/a.java | 4 +- app/src/main/java/c/i/e/q/r/b.java | 2 +- app/src/main/java/c/i/e/q/r/c.java | 4 +- app/src/main/java/c/i/e/q/r/d.java | 4 +- app/src/main/java/c/i/e/q/r/e.java | 14 +- app/src/main/java/c/i/e/q/r/f/a.java | 10 +- app/src/main/java/c/i/e/q/r/f/b.java | 10 +- app/src/main/java/c/i/e/q/r/f/c.java | 16 +- app/src/main/java/c/i/e/q/r/f/d/e.java | 6 +- app/src/main/java/c/i/e/q/r/f/d/g.java | 10 +- app/src/main/java/c/i/e/q/r/f/d/o.java | 6 +- app/src/main/java/c/i/e/q/r/f/d/p.java | 4 +- app/src/main/java/c/i/e/q/r/f/d/r.java | 10 +- app/src/main/java/c/i/e/q/r/f/d/s.java | 28 +- app/src/main/java/c/i/e/r/a.java | 7 +- app/src/main/java/c/i/e/r/b.java | 12 +- app/src/main/java/c/i/e/r/d/a.java | 4 +- app/src/main/java/c/i/e/r/d/c.java | 6 +- app/src/main/java/c/i/e/r/d/d.java | 8 +- app/src/main/java/c/i/e/r/d/e.java | 8 +- app/src/main/java/c/i/e/r/d/f.java | 10 +- app/src/main/java/c/i/e/r/d/h.java | 12 +- app/src/main/java/c/i/e/r/d/j.java | 10 +- app/src/main/java/c/i/e/r/d/k/b.java | 10 +- app/src/main/java/c/i/e/r/e/a.java | 4 +- app/src/main/java/c/i/e/s/a.java | 16 +- app/src/main/java/c/i/e/s/b/a.java | 10 +- app/src/main/java/c/i/e/s/b/e.java | 8 +- app/src/main/java/c/i/e/s/b/g.java | 8 +- app/src/main/java/c/i/e/s/b/h.java | 2 +- app/src/main/java/c/i/e/s/b/j.java | 8 +- app/src/main/java/c/i/e/s/c/a.java | 4 +- app/src/main/java/c/i/e/s/c/b.java | 10 +- app/src/main/java/c/i/e/s/c/c.java | 2 +- app/src/main/java/c/i/e/s/c/d.java | 6 +- app/src/main/java/c/i/e/s/c/e.java | 16 +- app/src/main/java/c/i/e/s/c/f.java | 4 +- app/src/main/java/c/j/a/e.java | 22 +- app/src/main/java/c/j/a/f/d.java | 4 +- app/src/main/java/c/k/a/a/a.java | 6 +- app/src/main/java/c/k/a/a/b.java | 14 +- app/src/main/java/c/k/a/a/e.java | 4 +- app/src/main/java/c/l/a/a.java | 14 +- app/src/main/java/c/m/a/a.java | 2 +- app/src/main/java/c/m/a/c.java | 4 +- app/src/main/java/c/m/a/d.java | 8 +- app/src/main/java/c/m/a/g/d/e.java | 20 +- app/src/main/java/c/m/a/g/d/g.java | 2 +- app/src/main/java/c/m/a/g/d/i.java | 6 +- app/src/main/java/c/n/a/a/a.java | 6 +- app/src/main/java/c/o/a/b.java | 4 +- app/src/main/java/c/o/a/c.java | 4 +- app/src/main/java/c/o/a/l.java | 2 +- app/src/main/java/c/o/a/n/b.java | 132 +- app/src/main/java/c/o/a/n/d.java | 152 +- app/src/main/java/c/o/a/n/f.java | 8 +- app/src/main/java/c/o/a/n/g.java | 32 +- app/src/main/java/c/o/a/n/i.java | 4 +- app/src/main/java/c/o/a/n/k.java | 2 +- app/src/main/java/c/o/a/n/m.java | 2 +- app/src/main/java/c/o/a/n/o/d.java | 2 +- app/src/main/java/c/o/a/n/o/e.java | 14 +- app/src/main/java/c/o/a/n/o/h.java | 4 +- app/src/main/java/c/o/a/n/o/j.java | 2 +- app/src/main/java/c/o/a/n/p/a.java | 2 +- app/src/main/java/c/o/a/n/p/b.java | 8 +- app/src/main/java/c/o/a/n/p/c.java | 6 +- app/src/main/java/c/o/a/n/p/e.java | 6 +- app/src/main/java/c/o/a/n/q/a.java | 4 +- app/src/main/java/c/o/a/n/q/b.java | 4 +- app/src/main/java/c/o/a/n/r/a.java | 2 +- app/src/main/java/c/o/a/n/r/b.java | 2 +- app/src/main/java/c/o/a/n/r/c.java | 10 +- app/src/main/java/c/o/a/n/r/d.java | 10 +- app/src/main/java/c/o/a/n/r/e.java | 10 +- app/src/main/java/c/o/a/n/r/f.java | 6 +- app/src/main/java/c/o/a/n/r/g.java | 2 +- app/src/main/java/c/o/a/n/r/i.java | 6 +- app/src/main/java/c/o/a/n/r/j.java | 2 +- app/src/main/java/c/o/a/n/s/a.java | 6 +- app/src/main/java/c/o/a/n/s/b.java | 8 +- app/src/main/java/c/o/a/n/t/a.java | 12 +- app/src/main/java/c/o/a/n/u/a.java | 6 +- app/src/main/java/c/o/a/n/u/b.java | 8 +- app/src/main/java/c/o/a/n/v/a.java | 20 +- app/src/main/java/c/o/a/n/v/b.java | 2 +- app/src/main/java/c/o/a/n/v/c.java | 2 +- app/src/main/java/c/o/a/o/a.java | 20 +- app/src/main/java/c/o/a/p/a.java | 4 +- app/src/main/java/c/o/a/p/b.java | 10 +- app/src/main/java/c/o/a/p/c.java | 8 +- app/src/main/java/c/o/a/q/c.java | 6 +- app/src/main/java/c/o/a/q/e.java | 8 +- app/src/main/java/c/o/a/q/f.java | 10 +- app/src/main/java/c/o/a/q/g.java | 4 +- app/src/main/java/c/o/a/r/c.java | 20 +- app/src/main/java/c/o/a/r/f.java | 14 +- app/src/main/java/c/o/a/r/g.java | 4 +- app/src/main/java/c/o/a/u/b.java | 6 +- app/src/main/java/c/o/a/u/c.java | 10 +- app/src/main/java/c/o/a/v/a.java | 4 +- app/src/main/java/c/o/a/v/b.java | 16 +- app/src/main/java/c/o/a/v/d.java | 8 +- app/src/main/java/c/o/a/v/e.java | 4 +- app/src/main/java/c/o/a/v/f.java | 24 +- app/src/main/java/c/o/a/v/h.java | 20 +- app/src/main/java/c/o/a/w/a.java | 4 +- app/src/main/java/c/o/a/w/d.java | 14 +- app/src/main/java/c/o/a/w/h.java | 2 +- app/src/main/java/c/o/a/w/j.java | 12 +- app/src/main/java/c/o/b/a/a.java | 4 +- app/src/main/java/c/o/b/a/b.java | 2 +- app/src/main/java/c/o/b/a/c.java | 6 +- app/src/main/java/c/o/b/a/d.java | 16 +- app/src/main/java/c/o/b/b/c.java | 4 +- app/src/main/java/c/o/b/c/a.java | 8 +- app/src/main/java/c/o/b/c/b.java | 8 +- app/src/main/java/c/o/b/c/c.java | 8 +- app/src/main/java/c/o/b/c/d.java | 4 +- app/src/main/java/c/o/b/c/e.java | 8 +- app/src/main/java/c/o/b/c/f.java | 2 +- app/src/main/java/c/o/b/d/a.java | 4 +- app/src/main/java/c/o/b/d/b.java | 4 +- app/src/main/java/c/o/b/d/c.java | 10 +- app/src/main/java/c/o/b/e/a.java | 10 +- app/src/main/java/c/o/b/e/b.java | 4 +- app/src/main/java/c/o/b/f/a.java | 10 +- app/src/main/java/c/o/b/f/b.java | 12 +- app/src/main/java/c/p/a/b.java | 26 +- app/src/main/java/c/p/a/l.java | 24 +- app/src/main/java/c/p/a/m.java | 14 +- app/src/main/java/c/p/a/n.java | 2 +- app/src/main/java/c/q/a/f.java | 6 +- app/src/main/java/c/q/a/i/a.java | 4 +- app/src/main/java/c/q/a/i/b.java | 8 +- app/src/main/java/c/q/a/i/c.java | 4 +- app/src/main/java/c/q/a/j/a.java | 22 +- app/src/main/java/c/q/a/j/b.java | 54 +- app/src/main/java/c/q/a/k/a.java | 20 +- app/src/main/java/c/q/a/k/b.java | 6 +- app/src/main/java/c/q/a/k/c.java | 44 +- app/src/main/java/c/q/a/k/d.java | 2 +- app/src/main/java/c/q/a/l/a.java | 98 +- app/src/main/java/c/q/a/l/c.java | 10 +- .../co/discord/media_engine/AudioDecoder.java | 20 +- .../co/discord/media_engine/AudioEncoder.java | 24 +- .../AudioInputDeviceDescription.java | 8 +- .../AudioOutputDeviceDescription.java | 8 +- .../co/discord/media_engine/Duration.java | 16 +- .../media_engine/EncryptionSettings.java | 12 +- .../co/discord/media_engine/InboundAudio.java | 36 +- .../media_engine/InboundBufferStats.java | 24 +- .../media_engine/InboundFrameOpStats.java | 28 +- .../discord/media_engine/InboundRtpAudio.java | 124 +- .../discord/media_engine/InboundRtpVideo.java | 80 +- .../discord/media_engine/OutboundAudio.java | 8 +- .../media_engine/OutboundRtpAudio.java | 60 +- .../media_engine/OutboundRtpVideo.java | 92 +- .../discord/media_engine/PlayoutMetric.java | 28 +- .../discord/media_engine/ReceiverReport.java | 26 +- .../co/discord/media_engine/Resolution.java | 8 +- .../co/discord/media_engine/RtcRegion.java | 8 +- .../media_engine/SoundshareAudioSource.java | 8 +- .../java/co/discord/media_engine/Stats.java | 20 +- .../co/discord/media_engine/StatsCodec.java | 22 +- .../media_engine/StreamParameters.java | 32 +- .../co/discord/media_engine/Transport.java | 32 +- .../co/discord/media_engine/VideoDecoder.java | 16 +- .../co/discord/media_engine/VideoEncoder.java | 16 +- .../VideoInputDeviceDescription.java | 16 +- .../discord/media_engine/VoiceQualityKt.java | 2 +- .../internal/AssetManagement.java | 20 +- .../media_engine/internal/FrameCounts.java | 8 +- .../media_engine/internal/Inbound.java | 34 +- .../media_engine/internal/InboundAudio.java | 96 +- .../media_engine/internal/InboundPlayout.java | 44 +- .../internal/InboundRtcpStats.java | 20 +- .../internal/InboundRtpStats.java | 24 +- .../media_engine/internal/InboundVideo.java | 104 +- .../media_engine/internal/NativeStats.java | 20 +- .../media_engine/internal/Outbound.java | 30 +- .../media_engine/internal/OutboundAudio.java | 96 +- .../media_engine/internal/OutboundVideo.java | 68 +- .../media_engine/internal/PacketStats.java | 16 +- .../media_engine/internal/RtcpStats.java | 28 +- .../media_engine/internal/RtpStats.java | 16 +- .../media_engine/internal/Screenshare.java | 16 +- .../media_engine/internal/Substream.java | 48 +- .../media_engine/internal/Transport.java | 32 +- .../java/com/adjust/sdk/ActivityHandler.java | 10 +- .../java/com/adjust/sdk/AdjustFactory.java | 2 +- .../main/java/com/adjust/sdk/DeviceInfo.java | 6 +- .../java/com/adjust/sdk/RequestHandler.java | 24 +- .../java/com/adjust/sdk/SdkClickHandler.java | 12 +- app/src/main/java/com/adjust/sdk/Util.java | 6 +- .../java/com/adjust/sdk/UtilNetworking.java | 8 +- .../sdk/scheduler/ThreadFactoryWrapper.java | 10 +- .../airbnb/lottie/LottieAnimationView.java | 64 +- .../lottie/parser/AnimatableValueParser.java | 84 +- .../billingclient/api/BillingFlowParams.java | 8 +- .../android/billingclient/api/Purchase.java | 10 +- .../api/InstallReferrerClientImpl.java | 12 +- .../events/TrackAcceptedInstantInvite.java | 92 +- .../events/TrackAccountDeletionCanceled.java | 2 +- .../events/TrackAccountDeletionInitiated.java | 8 +- .../events/TrackAccountLinkFailed.java | 24 +- .../events/TrackAccountLinkStep.java | 16 +- .../events/TrackAccountLinkSuccessful.java | 2 +- .../events/TrackAccountRestored.java | 2 +- .../generated/events/TrackAckMessages.java | 2 +- .../events/TrackActivityReportProblem.java | 36 +- .../events/TrackActivitySessionJoined.java | 20 +- .../events/TrackActivitySessionLeft.java | 20 +- .../events/TrackActivityUpdated.java | 48 +- .../events/TrackAddChannelRecipient.java | 16 +- .../generated/events/TrackAddReaction.java | 28 +- .../events/TrackAddressValidationFailed.java | 2 +- .../events/TrackAfCustomizationOpened.java | 2 +- .../events/TrackAfCustomizationSaved.java | 24 +- .../generated/events/TrackAfDmVisited.java | 2 +- .../generated/events/TrackAfExited.java | 52 +- .../generated/events/TrackAfLoaded.java | 96 +- .../generated/events/TrackAfNewsChanged.java | 16 +- .../generated/events/TrackAfNewsOpened.java | 8 +- .../generated/events/TrackAfNewsViewed.java | 8 +- .../events/TrackAfUserPopoutOpened.java | 8 +- .../events/TrackAgeGateSubmitted.java | 5 +- .../events/TrackAnalyticsDataQueried.java | 32 +- .../events/TrackAnalyticsOttEventTracked.java | 12 +- .../events/TrackAndroidHardwareSurvey.java | 68 +- .../generated/events/TrackAppCrashed.java | 8 +- .../events/TrackAppExceptionThrown.java | 2 +- .../events/TrackAppExternalViewClosed.java | 8 +- .../events/TrackAppFirstLaunched.java | 2 +- .../generated/events/TrackAppFirstLogin.java | 2 +- .../events/TrackAppLandingViewed.java | 5 +- .../events/TrackAppLaunchCompleted.java | 20 +- .../events/TrackAppModulesUpdated.java | 580 +- .../generated/events/TrackAppNativeCrash.java | 28 +- .../events/TrackAppNoticeClosed.java | 16 +- .../events/TrackAppNoticeDisplayed.java | 2 +- .../TrackAppNoticePrimaryCtaOpened.java | 2 +- .../events/TrackAppNoticeViewed.java | 2 +- .../generated/events/TrackAppOpened.java | 24 +- .../generated/events/TrackAppUiViewed.java | 68 +- .../events/TrackApplicationAssetCreated.java | 38 +- .../events/TrackApplicationAssetDeleted.java | 38 +- .../events/TrackApplicationAssetsEnabled.java | 2 +- .../events/TrackApplicationClosed.java | 20 +- .../TrackApplicationCommandBrowserJumped.java | 2 +- .../TrackApplicationCommandBrowserOpened.java | 2 +- ...ationCommandBrowserSearchResultViewed.java | 8 +- .../TrackApplicationCommandSelected.java | 8 +- .../events/TrackApplicationCommandUsed.java | 12 +- ...ackApplicationCommandValidationFailed.java | 16 +- .../events/TrackApplicationCreated.java | 32 +- .../events/TrackApplicationDeleted.java | 20 +- ...TrackApplicationGeneratedGenericEvent.java | 20 +- .../events/TrackApplicationOpened.java | 44 +- .../TrackApplicationSettingsUpdated.java | 28 +- .../events/TrackApplicationUpdated.java | 44 +- .../TrackAttachmentReportedToNcmec.java | 20 +- .../events/TrackAuthorizeLoginLocation.java | 2 +- .../events/TrackAuthorizedAppConnected.java | 8 +- .../events/TrackAuthorizedAppGranted.java | 2 +- .../events/TrackAuthorizedAppRemoved.java | 2 +- .../events/TrackAutoSuggestDisplayed.java | 2 +- .../TrackAutoSuggestExpressionSelected.java | 12 +- .../TrackAutomatedMessageDismissed.java | 8 +- .../events/TrackAutomatedMessageReceived.java | 8 +- .../generated/events/TrackBotAbused.java | 8 +- .../generated/events/TrackBotQuarantined.java | 2 +- .../events/TrackBotTokenCompromised.java | 8 +- .../events/TrackBrowserHandoffSucceeded.java | 2 +- .../events/TrackCallReportProblem.java | 108 +- .../events/TrackCancellationFlowStarted.java | 2 +- .../events/TrackCancellationFlowStep.java | 20 +- .../generated/events/TrackCaptchaFailed.java | 2 +- .../generated/events/TrackCaptchaServed.java | 36 +- .../generated/events/TrackCaptchaSolved.java | 68 +- .../events/TrackChangeLogClosed.java | 16 +- .../events/TrackChangeLogCtaClicked.java | 20 +- .../events/TrackChangeLogOpened.java | 2 +- .../events/TrackChangeLogVideoInteracted.java | 2 +- .../events/TrackChangeMarketingLocale.java | 8 +- .../events/TrackChannelAutocompleteOpen.java | 20 +- .../TrackChannelAutocompleteSelected.java | 32 +- .../generated/events/TrackChannelDeleted.java | 12 +- .../events/TrackChannelMemberKicked.java | 2 +- .../events/TrackChannelNoticeClosed.java | 2 +- .../events/TrackChannelNoticeCtaClicked.java | 8 +- .../events/TrackChannelNoticeViewed.java | 2 +- .../generated/events/TrackChannelOpened.java | 12 +- ...ackChannelPermissionsOverwriteUpdated.java | 28 +- .../TrackChannelPermissionsPageViewed.java | 12 +- .../events/TrackChannelSettingsOpened.java | 2 +- .../generated/events/TrackChannelUpdated.java | 88 +- .../events/TrackChatInputComponentViewed.java | 2 +- .../events/TrackClickLandingCta.java | 16 +- .../generated/events/TrackCloseTutorial.java | 12 +- .../TrackConnectedAccountInitiated.java | 2 +- .../events/TrackConnectedAccountViewed.java | 2 +- .../events/TrackContactSelected.java | 2 +- .../generated/events/TrackContactSync.java | 12 +- .../events/TrackCopyInstantInvite.java | 24 +- .../generated/events/TrackCreateChannel.java | 48 +- .../generated/events/TrackCreateEmoji.java | 8 +- .../generated/events/TrackCreateGuild.java | 8 +- .../events/TrackCreateGuildViewed.java | 2 +- .../events/TrackCreateInstantInvite.java | 40 +- .../generated/events/TrackCreateSticker.java | 18 +- .../events/TrackCustomStatusUpdated.java | 24 +- .../generated/events/TrackDataInfraTest.java | 8 +- .../events/TrackDataRequestCanceled.java | 2 +- .../events/TrackDataRequestCompleted.java | 2 +- .../events/TrackDataRequestInitiated.java | 2 +- .../events/TrackDeepLinkClicked.java | 20 +- .../events/TrackDeepLinkReceived.java | 16 +- .../generated/events/TrackDeleteEmoji.java | 2 +- .../generated/events/TrackDeleteGuild.java | 32 +- .../generated/events/TrackDeleteSticker.java | 22 +- .../events/TrackDetectPlatformAccount.java | 8 +- .../events/TrackDevPortalAuthUrlCopied.java | 20 +- .../events/TrackDevPortalPageViewed.java | 40 +- ...ackDevPortalRpApprovalFormStateChange.java | 32 +- .../events/TrackDevPortalRpVizUsed.java | 32 +- .../events/TrackDismissAllTutorials.java | 2 +- .../generated/events/TrackDmEmptyAction.java | 8 +- .../generated/events/TrackDmListViewed.java | 8 +- .../generated/events/TrackDnsblHit.java | 2 +- .../generated/events/TrackDomainMigrated.java | 12 +- .../generated/events/TrackDownloadApp.java | 32 +- .../generated/events/TrackEmailClicked.java | 32 +- .../events/TrackEmailDownloadAppsHit.java | 8 +- .../generated/events/TrackEmailPixelHit.java | 2 +- .../generated/events/TrackEmailSent.java | 24 +- ...rackEmojiUpsellPopoutMoreEmojisOpened.java | 8 +- .../events/TrackEnableNotifications.java | 8 +- .../events/TrackExperimentCustomEvent.java | 12 +- .../events/TrackExperimentDmTriggered.java | 16 +- .../events/TrackExperimentGuildTriggered.java | 28 +- .../events/TrackExperimentUserTriggered.java | 28 +- ...pressionPickerCategoryCollapseToggled.java | 16 +- ...TrackExpressionPickerCategorySelected.java | 12 +- .../events/TrackExpressionPickerOpened.java | 12 +- ...rackExpressionPickerStickerShopViewed.java | 2 +- .../TrackExpressionPickerTabClicked.java | 8 +- .../TrackExternalDynamicLinkReceived.java | 28 +- .../TrackExternalFingerprintDropped.java | 8 +- .../events/TrackExternalPaymentFailed.java | 80 +- .../events/TrackExternalPaymentSucceeded.java | 80 +- .../events/TrackExternalShareOpened.java | 8 +- .../events/TrackFailedMessageResolved.java | 36 +- .../events/TrackFileUploadAlertViewed.java | 40 +- .../events/TrackFooterNavigation.java | 8 +- .../events/TrackFriendAddViewed.java | 8 +- .../events/TrackFriendRequestFailed.java | 40 +- .../events/TrackFriendSuggestionSkipped.java | 44 +- .../events/TrackFriendSyncPerformed.java | 40 +- .../events/TrackFriendsListViewed.java | 36 +- .../events/TrackGameClickedLanding.java | 2 +- .../generated/events/TrackGameJoined.java | 12 +- .../events/TrackGameNewsChanged.java | 20 +- .../generated/events/TrackGameNewsOpened.java | 12 +- .../generated/events/TrackGameNewsViewed.java | 8 +- .../TrackGameNotificationSettingsUpdated.java | 16 +- .../generated/events/TrackGameOpened.java | 28 +- .../generated/events/TrackGameSpectated.java | 12 +- .../generated/events/TrackGiftCodeOpened.java | 2 +- .../events/TrackGiftCodeResolved.java | 2 +- .../generated/events/TrackGiftCodeSent.java | 2 +- .../events/TrackGlPatchComplete.java | 2 +- .../generated/events/TrackGlPatchFailed.java | 2 +- .../events/TrackGlVerificationFailed.java | 8 +- ...GooglePlayOneTimeNotificationReceived.java | 48 +- ...ePlaySubscriptionNotificationReceived.java | 52 +- .../generated/events/TrackGuildBotAdded.java | 24 +- .../TrackGuildCreationIntentSelected.java | 8 +- .../TrackGuildDirectoryEntryReported.java | 20 +- .../events/TrackGuildDiscoveryExited.java | 8 +- .../TrackGuildDiscoveryGuildSelected.java | 16 +- .../events/TrackGuildDiscoveryViewed.java | 24 +- .../TrackGuildInsightsDataFetchFailed.java | 2 +- .../TrackGuildInsightsGuildGridViewed.java | 2 +- .../TrackGuildInsightsSettingsCtaClicked.java | 2 +- .../TrackGuildInviteReminderScheduled.java | 2 +- .../TrackGuildInviteReminderUnscheduled.java | 2 +- .../events/TrackGuildJoinFailed.java | 2 +- .../generated/events/TrackGuildJoined.java | 56 +- .../events/TrackGuildLimitReached.java | 2 +- .../events/TrackGuildMemberUpdated.java | 60 +- ...ackGuildMembershipGateSettingsUpdated.java | 2 +- .../TrackGuildProgramStatusUpdated.java | 24 +- .../generated/events/TrackGuildReported.java | 20 +- .../events/TrackGuildRoleUpdated.java | 28 +- .../TrackGuildScheduledEventCreated.java | 28 +- ...kGuildScheduledEventPurchaseInitiated.java | 2 +- .../TrackGuildScheduledEventSubscribed.java | 8 +- .../TrackGuildScheduledEventUnsubscribed.java | 8 +- .../TrackGuildScheduledEventUpdated.java | 28 +- .../TrackGuildScheduledEventViewed.java | 8 +- .../events/TrackGuildSetSoftDelete.java | 2 +- .../TrackGuildSettingsDiscoveryUpdated.java | 24 +- .../TrackGuildSettingsDiscoveryViewed.java | 8 +- .../events/TrackGuildSettingsOpened.java | 2 +- .../events/TrackGuildSettingsUpdated.java | 72 +- .../events/TrackGuildTemplateLinkUpdated.java | 2 +- .../events/TrackGuildTemplateOpened.java | 8 +- .../events/TrackGuildTemplateResolved.java | 2 +- .../events/TrackGuildTemplateSelected.java | 8 +- .../generated/events/TrackGuildViewed.java | 16 +- ...TrackGuildWelcomeScreenOptionSelected.java | 2 +- ...rackGuildWelcomeScreenSettingsUpdated.java | 2 +- .../events/TrackHardwareDetected.java | 96 +- .../generated/events/TrackHelpClicked.java | 2 +- .../generated/events/TrackHookResult.java | 20 +- .../events/TrackHoverMenuOpened.java | 8 +- .../events/TrackHubWaitlistSubmitted.java | 8 +- .../TrackHypesquadSubscriptionUpdated.java | 8 +- .../events/TrackIgnoreFriendSuggestion.java | 2 +- .../events/TrackIgnorePlatformAccount.java | 8 +- .../generated/events/TrackImageScanned.java | 40 +- .../events/TrackInboxChannelAcked.java | 8 +- .../events/TrackInboxChannelCollapsed.java | 8 +- .../events/TrackInfraApiHttpP95latency.java | 8 +- .../events/TrackInfraApiHttpRequest.java | 8 +- .../events/TrackInitialCacheLoaded.java | 2 +- .../TrackInstantInviteOptionClicked.java | 24 +- .../events/TrackInstantInviteShared.java | 24 +- .../events/TrackIntegrationAdded.java | 22 +- .../events/TrackIntegrationRemoved.java | 22 +- .../events/TrackInteractibleUiLoaded.java | 8 +- .../events/TrackInviteAppInvoked.java | 2 +- .../events/TrackInviteAppOpened.java | 20 +- .../events/TrackInviteLearnMore.java | 16 +- .../generated/events/TrackInviteLogin.java | 16 +- .../events/TrackInviteLoginSuccessful.java | 20 +- .../generated/events/TrackInviteOpened.java | 8 +- .../generated/events/TrackInviteSent.java | 68 +- .../events/TrackInviteSuggestionOpened.java | 20 +- .../generated/events/TrackJoinCall.java | 20 +- .../generated/events/TrackJoinExperiment.java | 16 +- .../events/TrackJoinStageInstance.java | 56 +- .../generated/events/TrackJoinThread.java | 24 +- .../events/TrackJoinVoiceChannel.java | 56 +- .../events/TrackJoinedIntegration.java | 28 +- .../analytics/generated/events/TrackJump.java | 12 +- .../events/TrackKeyboardModeToggled.java | 2 +- .../events/TrackKeyboardShortcutUsed.java | 8 +- .../generated/events/TrackLaunchGame.java | 32 +- .../generated/events/TrackLeaveGuild.java | 8 +- .../events/TrackLeaveStageInstance.java | 84 +- .../generated/events/TrackLeaveThread.java | 24 +- .../events/TrackLeaveVoiceChannel.java | 84 +- .../events/TrackLfgBrowserExited.java | 8 +- .../events/TrackLfgBrowserViewed.java | 16 +- .../events/TrackLfgDirectoryViewed.java | 20 +- .../generated/events/TrackLfgGroupJoined.java | 8 +- .../generated/events/TrackLfgGroupLeft.java | 2 +- .../events/TrackLfgGroupUpdated.java | 16 +- .../events/TrackLibraryScanningEnabled.java | 2 +- .../generated/events/TrackLibraryViewed.java | 40 +- .../events/TrackLocalSettingsUpdated.java | 28 +- .../generated/events/TrackLoginAttempted.java | 8 +- .../events/TrackLoginSuccessful.java | 16 +- .../generated/events/TrackLoginViewed.java | 24 +- .../TrackMailingListContactUpdateFailed.java | 12 +- .../TrackMailingListSubscriptionFailed.java | 12 +- .../events/TrackMainNavigationMenu.java | 16 +- .../events/TrackMediaDeviceChanged.java | 16 +- .../events/TrackMediaSessionJoined.java | 28 +- .../events/TrackMemberListViewed.java | 20 +- .../events/TrackMessageAttachmentUpdated.java | 16 +- .../events/TrackMessageComponentUsed.java | 16 +- .../generated/events/TrackMessageDeleted.java | 8 +- .../events/TrackMessageDeletedByAdmin.java | 8 +- .../generated/events/TrackMessageEdited.java | 128 +- .../events/TrackMessageReported.java | 24 +- .../events/TrackMicTestingStarted.java | 28 +- .../events/TrackMicTestingStopped.java | 2 +- .../events/TrackMktgApplicationStep.java | 12 +- .../TrackMktgHypesquadFormSubmitted.java | 2 +- .../events/TrackMktgNitroCtaClicked.java | 2 +- .../events/TrackMktgNitroOpened.java | 2 +- .../events/TrackMktgPageCtaClicked.java | 8 +- .../generated/events/TrackMktgPageViewed.java | 24 +- .../events/TrackMktgVideoPlayed.java | 8 +- .../events/TrackMktgWarframeCtaClicked.java | 2 +- .../TrackMobileAppDownloadModalAcked.java | 2 +- .../events/TrackMobileOverlayClosed.java | 8 +- .../events/TrackMobileOverlayOpened.java | 12 +- .../events/TrackMobileOverlayToggled.java | 2 +- .../generated/events/TrackModalDismissed.java | 12 +- .../generated/events/TrackNameSubmitted.java | 8 +- .../events/TrackNavDrawerOpened.java | 8 +- .../events/TrackNetworkingPeerMetrics.java | 44 +- .../events/TrackNetworkingSystemMetrics.java | 120 +- .../events/TrackNewsCardEditorViewed.java | 20 +- .../events/TrackNewsCardUpdated.java | 28 +- .../generated/events/TrackNewsLinkCopied.java | 16 +- .../generated/events/TrackNewsLinkShared.java | 20 +- .../TrackNoiseCancellationLinkClicked.java | 8 +- .../events/TrackNotificationClicked.java | 64 +- .../events/TrackNotificationCtaClicked.java | 12 +- .../TrackNotificationDeviceTokenUpdate.java | 16 +- ...kNotificationPermissionPrepromptAcked.java | 12 +- .../TrackNotificationPermissionStatus.java | 12 +- .../events/TrackNotificationRendered.java | 76 +- .../TrackNotificationSentGameLaunched.java | 16 +- .../TrackNotificationSettingsClicked.java | 8 +- .../TrackNotificationSettingsUpdated.java | 52 +- .../events/TrackNotificationViewed.java | 44 +- .../generated/events/TrackNudgeDisplayed.java | 2 +- .../generated/events/TrackNudgeOpened.java | 2 +- .../events/TrackNufStepComplete.java | 2 +- .../generated/events/TrackNuoGuildInfo.java | 28 +- .../events/TrackNuoMobileAppTextError.java | 2 +- .../events/TrackNuoNativeAppDownload.java | 2 +- .../generated/events/TrackNuoTransition.java | 24 +- .../events/TrackOauth2AuthorizeAccepted.java | 2 +- .../events/TrackOauth2AuthorizeViewed.java | 2 +- .../generated/events/TrackOpenModal.java | 88 +- .../generated/events/TrackOpenPopout.java | 88 +- .../events/TrackOverlayAttached.java | 8 +- .../events/TrackOverlayAttaching.java | 24 +- .../events/TrackOverlayHookResult.java | 2 +- .../generated/events/TrackOverlayHooked.java | 8 +- .../generated/events/TrackOverlayHooking.java | 16 +- .../events/TrackOverlayInitialized.java | 8 +- .../events/TrackOverlayLayoutUpdated.java | 36 +- .../generated/events/TrackOverlayLocked.java | 2 +- .../events/TrackOverlayPerfInfo.java | 76 +- .../events/TrackOverlayPinToggled.java | 20 +- .../events/TrackOverlaySettingsUpdated.java | 28 +- .../generated/events/TrackOverlayToggled.java | 16 +- .../events/TrackPartnersApplyform.java | 8 +- .../events/TrackPaymentAttempted.java | 104 +- .../generated/events/TrackPaymentBlocked.java | 108 +- .../events/TrackPaymentException.java | 8 +- .../generated/events/TrackPaymentFailed.java | 112 +- .../events/TrackPaymentFlowCompleted.java | 16 +- .../events/TrackPaymentFlowFailed.java | 24 +- .../events/TrackPaymentFlowStarted.java | 8 +- .../events/TrackPaymentFlowStep.java | 24 +- .../events/TrackPaymentRefunded.java | 104 +- .../events/TrackPaymentSourceAdded.java | 28 +- .../events/TrackPaymentSourceRemoved.java | 2 +- .../events/TrackPaymentSourceUpdated.java | 12 +- .../events/TrackPaymentSucceeded.java | 104 +- .../events/TrackPermissionsAcked.java | 12 +- .../events/TrackPermissionsRequested.java | 2 +- .../TrackPhoneCarrierTypeNotMobile.java | 8 +- .../generated/events/TrackPinMessage.java | 16 +- .../events/TrackPremiumCanceled.java | 12 +- ...TrackPremiumGuildSubscriptionCanceled.java | 16 +- .../TrackPremiumGuildSubscriptionCreated.java | 28 +- ...ackPremiumGuildSubscriptionCtaClicked.java | 8 +- .../TrackPremiumGuildSubscriptionRemoved.java | 24 +- .../events/TrackPremiumGuildUpsellViewed.java | 2 +- .../TrackPremiumMarketingPageExited.java | 16 +- .../TrackPremiumMarketingPageViewed.java | 2 +- .../events/TrackPremiumPurchaseCompleted.java | 16 +- .../events/TrackPremiumPurchaseStarted.java | 2 +- .../generated/events/TrackPremiumRemoved.java | 2 +- .../events/TrackPremiumResubscribed.java | 16 +- .../events/TrackPremiumUpgradeCompleted.java | 12 +- .../events/TrackPremiumUpgradeStarted.java | 8 +- .../events/TrackPremiumUpsellViewed.java | 24 +- .../generated/events/TrackPressButton.java | 8 +- .../TrackPreviousAppSessionDetected.java | 12 +- .../events/TrackPrivacyControlUpdated.java | 8 +- .../events/TrackPromotedToSpeaker.java | 16 +- .../events/TrackPromotionViewed.java | 20 +- .../events/TrackQuickswitcherClosed.java | 96 +- .../events/TrackQuickswitcherOpened.java | 16 +- .../TrackQuickswitcherResultSelected.java | 127 +- .../events/TrackReadyPayloadReceived.java | 180 +- .../events/TrackReceiveFriendSuggestion.java | 28 +- .../generated/events/TrackRegister.java | 76 +- .../events/TrackRegisterAttemptCaptcha.java | 64 +- .../events/TrackRegisterAttempted.java | 80 +- .../events/TrackRegisterTransition.java | 48 +- .../generated/events/TrackRegisterViewed.java | 28 +- .../events/TrackRelationshipSyncFlow.java | 40 +- .../events/TrackRemoveChannelRecipient.java | 24 +- .../generated/events/TrackRemoveReaction.java | 28 +- .../generated/events/TrackReplyStarted.java | 8 +- .../events/TrackRequestRateLimited.java | 2 +- .../events/TrackRequestToSpeakInitiated.java | 16 +- .../generated/events/TrackResolveInvite.java | 60 +- .../events/TrackRichChatTextBoxToggled.java | 2 +- .../generated/events/TrackRingCall.java | 16 +- .../generated/events/TrackRolePageViewed.java | 28 +- .../events/TrackRoleTemplateSelected.java | 2 +- .../generated/events/TrackRpcUserCreated.java | 2 +- .../events/TrackScreenshareFailed.java | 12 +- .../events/TrackScreenshareFinished.java | 96 +- .../generated/events/TrackSearchClosed.java | 8 +- .../generated/events/TrackSearchOpened.java | 8 +- .../events/TrackSearchResultEmpty.java | 8 +- .../events/TrackSearchResultExpanded.java | 28 +- .../events/TrackSearchResultSelected.java | 52 +- .../events/TrackSearchResultSortChanged.java | 8 +- .../events/TrackSearchResultViewed.java | 96 +- .../generated/events/TrackSearchStarted.java | 24 +- .../generated/events/TrackSendEmail.java | 8 +- .../generated/events/TrackSendMessage.java | 152 +- .../events/TrackSentMissedMessageEmail.java | 32 +- .../events/TrackServerSetupCtaClicked.java | 20 +- .../generated/events/TrackSessionEnd.java | 2 +- .../generated/events/TrackSessionStart.java | 2 +- .../events/TrackSettingsPaneViewed.java | 16 +- .../generated/events/TrackShowTutorial.java | 8 +- .../events/TrackSkuEntitlementCreated.java | 16 +- .../events/TrackSkuEntitlementDeleted.java | 8 +- .../events/TrackSkuEntitlementUpdated.java | 8 +- .../generated/events/TrackSkuUpdated.java | 80 +- .../events/TrackSlashCommandUsed.java | 2 +- .../TrackSmiteActionClassification.java | 56 +- .../events/TrackSmsEnqueueFailed.java | 20 +- .../events/TrackSmsEnqueueRequested.java | 16 +- .../events/TrackSmsEnqueueSucceeded.java | 16 +- .../events/TrackSmsMessageStatusChanged.java | 28 +- .../events/TrackSoundpackUpdated.java | 8 +- .../events/TrackSoundshareAttached.java | 12 +- .../events/TrackSoundshareEnable.java | 8 +- .../events/TrackSoundshareFailed.java | 24 +- .../events/TrackSoundshareTransmitting.java | 12 +- .../events/TrackSpotifyButtonClicked.java | 20 +- .../events/TrackSpotifyListenAlongEnded.java | 8 +- .../TrackSpotifyListenAlongStarted.java | 8 +- .../events/TrackStageChannelReported.java | 24 +- .../events/TrackStageDiscoveryExited.java | 20 +- .../events/TrackStageDiscoveryLoaded.java | 28 +- .../events/TrackStageDiscoveryReloaded.java | 20 +- .../TrackStageDiscoveryStageExited.java | 34 +- .../TrackStageDiscoveryStageJoined.java | 32 +- .../TrackStageDiscoveryStageOpened.java | 28 +- .../TrackStageDiscoveryStartStageClicked.java | 2 +- ...rackStageDiscoveryStartStageCompleted.java | 8 +- .../events/TrackStageInstanceEnded.java | 40 +- .../events/TrackStageInstanceStarted.java | 44 +- .../events/TrackStageInstanceUpdated.java | 20 +- ...tandaloneManageSubscriptionPageViewed.java | 15 + ...eManageSubscriptionPageViewedReceiver.java | 6 + .../generated/events/TrackStartCall.java | 16 +- .../generated/events/TrackStartListening.java | 48 +- .../generated/events/TrackStartSpeaking.java | 60 +- .../events/TrackStartStageOpened.java | 8 +- .../events/TrackStickerAttached.java | 12 +- .../events/TrackStickerMessageSent.java | 20 +- .../events/TrackStickerPackViewAll.java | 8 +- .../events/TrackStickerSearchViewAll.java | 8 +- ...TrackStickerSuggestionsEnabledToggled.java | 2 +- .../events/TrackStopRingingCall.java | 20 +- .../generated/events/TrackStopSpeaking.java | 20 +- .../TrackStoreDirectoryBrowseViewed.java | 2 +- .../TrackStoreDirectoryCardInteracted.java | 44 +- .../events/TrackStoreDirectoryExited.java | 16 +- .../TrackStoreDirectoryFilterUpdated.java | 8 +- .../TrackStoreDirectoryHeroScrolled.java | 12 +- .../events/TrackStoreDirectoryHeroViewed.java | 12 +- .../events/TrackStoreDirectoryViewed.java | 2 +- .../events/TrackStoreListingExited.java | 8 +- .../TrackStoreListingMediaScrolled.java | 8 +- .../events/TrackStoreListingUpdated.java | 48 +- .../events/TrackStoreListingViewed.java | 104 +- .../events/TrackStreamReportProblem.java | 40 +- .../events/TrackStreamSettingsUpdate.java | 28 +- .../events/TrackStreamWarningTriggered.java | 40 +- .../events/TrackStreamWarningViewed.java | 40 +- .../events/TrackStreamerModeToggle.java | 8 +- .../events/TrackStrictSslRequestAttempt.java | 8 +- ...TrackSubscriptionAccountHoldRecovered.java | 34 +- .../TrackSubscriptionAccountHoldStarted.java | 34 +- .../events/TrackSubscriptionCanceled.java | 42 +- .../TrackSubscriptionCodeAttempted.java | 8 +- .../events/TrackSubscriptionCodeUsed.java | 18 +- .../TrackSubscriptionLazySyncUserPerks.java | 50 +- .../TrackSubscriptionPaymentSourceAdded.java | 34 +- .../TrackSubscriptionPeriodScheduled.java | 32 +- .../events/TrackSubscriptionPlanUpdated.java | 58 +- .../events/TrackSubscriptionRemoved.java | 24 +- .../events/TrackSubscriptionResubscribed.java | 42 +- .../events/TrackSurveySubmitted.java | 28 +- .../events/TrackSuspiciousRequestBlocked.java | 28 +- .../TrackSystemMessageAgeRestrictedSent.java | 8 +- .../generated/events/TrackSystemSurvey.java | 48 +- .../TrackTemporaryPaymentAuthAttempted.java | 104 +- .../generated/events/TrackTextCopied.java | 2 +- .../generated/events/TrackTextShared.java | 2 +- .../events/TrackThreadBrowserTabChanged.java | 2 +- .../events/TrackThreadLimitReached.java | 12 +- ...rackThreadNotificationSettingsUpdated.java | 65 +- .../events/TrackThreadNudgeShown.java | 8 +- .../events/TrackTipaltiIpnReceived.java | 48 +- .../generated/events/TrackTooltipViewed.java | 2 +- .../events/TrackTransactionCompleted.java | 84 +- .../events/TrackTweetInstantInvite.java | 8 +- .../TrackUnsubscribeEmailNotifications.java | 2 +- .../events/TrackUpdateConnectedAccount.java | 32 +- .../generated/events/TrackUpdateNote.java | 8 +- .../events/TrackUpdateRelationship.java | 20 +- .../generated/events/TrackUpdateSticker.java | 18 +- .../TrackUpdateStreamerModeSettings.java | 24 +- .../events/TrackUpdateUserSettings.java | 124 +- .../generated/events/TrackUploadVirus.java | 24 +- .../events/TrackUserAccountUpdated.java | 68 +- .../events/TrackUserAgeSubmitted.java | 2 +- .../events/TrackUserAttributionReceived.java | 24 +- .../events/TrackUserAvatarUpdated.java | 8 +- .../events/TrackUserFlowTransition.java | 24 +- .../TrackUserInitiatedPhoneAssociation.java | 20 +- .../events/TrackUserPhoneUpdated.java | 12 +- ...ackUserPhoneVerificationRequestFailed.java | 2 +- ...rPremiumGuildSubscriptionSlotCanceled.java | 8 +- ...erPremiumGuildSubscriptionSlotCreated.java | 8 +- ...erPremiumGuildSubscriptionSlotRemoved.java | 12 +- ...remiumGuildSubscriptionSlotUncanceled.java | 8 +- .../events/TrackUserReportSubmitted.java | 16 +- .../TrackUserSettingsKeybindUpdated.java | 12 +- .../events/TrackUserSettingsOpened.java | 2 +- .../generated/events/TrackVerifyAccount.java | 8 +- .../events/TrackVerifyAccountAppOpened.java | 2 +- .../events/TrackVerifyEnqueueFailed.java | 12 +- .../events/TrackVerifyEnqueueRequested.java | 8 +- .../events/TrackVerifyEnqueueSucceeded.java | 8 +- .../events/TrackVideoBackgroundFeedback.java | 64 +- .../events/TrackVideoEffectUpdated.java | 40 +- .../events/TrackVideoEventTimes.java | 44 +- .../events/TrackVideoInputInitialized.java | 12 +- .../events/TrackVideoInputToggled.java | 84 +- .../events/TrackVideoLayoutToggled.java | 52 +- .../events/TrackVideoStreamEnded.java | 520 +- .../TrackVideoStreamQualityChanged.java | 28 +- .../events/TrackVideoStreamStarted.java | 76 +- .../events/TrackVideohookInitialized.java | 36 +- .../events/TrackViewAcknowledgements.java | 2 +- .../events/TrackViewAsRolesSelected.java | 2 +- .../generated/events/TrackViewLanding.java | 8 +- .../TrackVoiceAudioOutputModeEnabled.java | 73 + ...ckVoiceAudioOutputModeEnabledReceiver.java | 6 + .../TrackVoiceAudioOutputModeSelected.java | 28 +- .../events/TrackVoiceChannelSelected.java | 2 +- .../events/TrackVoiceConnectionFailure.java | 48 +- .../events/TrackVoiceConnectionSuccess.java | 56 +- .../events/TrackVoiceDisconnect.java | 352 +- .../events/TrackVoiceProcessing.java | 24 +- .../generated/events/TrackVoiceQuality.java | 44 +- .../events/TrackVoiceWatchdogTimeout.java | 2 +- .../generated/events/TrackWebhookCreated.java | 36 +- .../generated/events/TrackWebhookDeleted.java | 36 +- .../events/TrackWelcomeCtaClicked.java | 16 +- .../TrackImpressionGuildInvite.java | 8 +- .../TrackImpressionGuildInviteSearch.java | 8 +- .../TrackImpressionInviteAccept.java | 8 +- ...ckImpressionPushNotificationPreprompt.java | 2 +- ...ionPushNotificationReactivationPrompt.java | 2 +- .../TrackImpressionUserAgeGate.java | 2 +- .../TrackImpressionUserAgeGateUnderage.java | 2 +- .../TrackImpressionUserRegistration.java | 2 +- .../TrackNetworkActionChannelCreate.java | 20 +- ...etworkActionDirectoryGuildEntryCreate.java | 12 +- ...etworkActionDirectoryGuildEntryDelete.java | 8 +- .../TrackNetworkActionEmailSettingsFetch.java | 2 +- ...TrackNetworkActionEmailSettingsUpdate.java | 16 +- .../TrackNetworkActionGuildCreate.java | 8 +- .../TrackNetworkActionHubEmailVerifySend.java | 2 +- .../TrackNetworkActionHubWaitlistSignup.java | 2 +- .../TrackNetworkActionInviteResolve.java | 52 +- ...ackNetworkActionUserConnectionsUpdate.java | 8 +- .../TrackNetworkActionUserLogin.java | 2 +- ...etworkActionUserPasswordlessLoginCode.java | 2 +- .../TrackNetworkActionUserRegister.java | 12 +- .../TrackNetworkActionUserResetPassword.java | 2 +- .../TrackNetworkActionUserSurveyFetch.java | 2 +- .../generated/traits/TrackAfCard.java | 12 +- .../generated/traits/TrackAfGame.java | 16 +- .../generated/traits/TrackAfParty.java | 16 +- .../analytics/generated/traits/TrackBase.java | 280 +- .../generated/traits/TrackChannel.java | 24 +- .../generated/traits/TrackDirectoryEntry.java | 32 +- .../generated/traits/TrackDispatchBase.java | 20 +- .../generated/traits/TrackDispatchPatch.java | 12 +- .../generated/traits/TrackDispatchStats.java | 8 +- .../generated/traits/TrackEmail.java | 12 +- .../traits/TrackEntitlementMetadata.java | 16 +- .../traits/TrackGiftCodeMetadata.java | 20 +- .../generated/traits/TrackGuild.java | 44 +- .../generated/traits/TrackGuildLfgGroup.java | 32 +- .../TrackGuildMembershipGateMetadata.java | 8 +- .../generated/traits/TrackGuildTemplate.java | 16 +- .../traits/TrackGuildWelcomeScreen.java | 16 +- .../traits/TrackImpressionMetadata.java | 16 +- .../generated/traits/TrackInvite.java | 20 +- .../generated/traits/TrackLfgGroup.java | 28 +- .../traits/TrackLocationMetadata.java | 20 +- .../generated/traits/TrackMarketingSite.java | 2 +- .../traits/TrackNetworkInformation.java | 12 +- .../TrackNetworkInformationDurations.java | 44 +- .../traits/TrackNetworkMetadata.java | 20 +- .../generated/traits/TrackOverlay.java | 76 +- .../traits/TrackOverlayClientMetadata.java | 12 +- .../traits/TrackPaymentMetadata.java | 20 +- .../traits/TrackPriceByCurrency.java | 64 +- .../generated/traits/TrackPriceMetadata.java | 12 +- .../generated/traits/TrackSourceMetadata.java | 20 +- .../traits/TrackStoreSkuMetadata.java | 28 +- .../traits/TrackSubscriptionMetadata.java | 16 +- .../generated/traits/TrackThread.java | 26 +- .../com/discord/api/activity/Activity.java | 72 +- .../activity/ActivityActionConfirmation.java | 2 +- .../discord/api/activity/ActivityAssets.java | 16 +- .../discord/api/activity/ActivityEmoji.java | 22 +- .../api/activity/ActivityMetadata.java | 16 +- .../discord/api/activity/ActivityParty.java | 18 +- .../api/activity/ActivityTimestamps.java | 8 +- .../discord/api/application/Application.java | 44 +- .../api/application/ThirdPartySku.java | 18 +- .../java/com/discord/api/auth/OAuthScope.java | 2 +- .../discord/api/auth/RegisterResponse.java | 2 +- .../com/discord/api/auth/mfa/BackupCode.java | 8 +- .../api/auth/mfa/DisableMfaRequestBody.java | 2 +- .../api/auth/mfa/DisableMfaResponse.java | 2 +- .../api/auth/mfa/EnableMfaResponse.java | 8 +- .../api/auth/mfa/GetBackupCodesResponse.java | 2 +- .../api/botuikit/ActionRowComponent.java | 8 +- .../discord/api/botuikit/ButtonComponent.java | 28 +- .../discord/api/botuikit/ComponentEmoji.java | 20 +- .../discord/api/botuikit/SelectComponent.java | 28 +- .../com/discord/api/botuikit/SelectItem.java | 20 +- .../api/bugreport/BugReportConfig.java | 2 +- .../com/discord/api/bugreport/Feature.java | 12 +- .../java/com/discord/api/channel/Channel.java | 132 +- .../discord/api/channel/ChannelRecipient.java | 16 +- .../api/channel/ChannelRecipientNick.java | 20 +- .../com/discord/api/commands/Application.java | 4 +- .../api/commands/ApplicationCommand.java | 44 +- .../api/commands/ApplicationCommandData.java | 28 +- .../commands/ApplicationCommandOption.java | 28 +- .../ApplicationCommandPermission.java | 20 +- .../api/commands/ApplicationCommandValue.java | 16 +- .../discord/api/commands/CommandChoice.java | 8 +- .../discord/api/directory/DirectoryEntry.java | 32 +- .../com/discord/api/emoji/GuildEmoji.java | 38 +- .../discord/api/emoji/GuildEmojisUpdate.java | 16 +- .../api/fingerprint/FingerprintResponse.java | 2 +- .../BulkAddFriendsResponse.java | 8 +- .../BulkFriendSuggestions.java | 8 +- .../friendsuggestions/FriendSuggestion.java | 8 +- .../FriendSuggestionDelete.java | 2 +- .../FriendSuggestionReason.java | 12 +- .../java/com/discord/api/guild/Guild.java | 188 +- .../api/guild/GuildMaxVideoChannelUsers.java | 2 +- .../discord/api/guild/PruneCountResponse.java | 2 +- .../discord/api/guild/VanityUrlResponse.java | 8 +- .../api/guild/preview/GuildPreview.java | 48 +- .../guild/welcome/GuildWelcomeChannel.java | 16 +- .../api/guild/welcome/GuildWelcomeScreen.java | 8 +- .../com/discord/api/guildhash/GuildHash.java | 8 +- .../discord/api/guildhash/GuildHashes.java | 16 +- .../guildjoinrequest/GuildJoinRequest.java | 36 +- .../GuildJoinRequestCreateOrUpdate.java | 12 +- .../discord/api/guildmember/GuildMember.java | 40 +- .../api/guildmember/GuildMemberRemove.java | 12 +- .../api/guildmember/GuildMembersChunk.java | 16 +- .../api/guildmember/PatchGuildMemberBody.java | 12 +- .../GuildRoleSubscriptionBenefit.java | 20 +- .../GuildRoleSubscriptionGroupListing.java | 32 +- .../GuildRoleSubscriptionTierListing.java | 36 +- .../GuildRoleSubscriptionRoleBenefits.java | 8 +- .../GuildScheduledEvent.java | 80 +- .../GuildScheduledEventEntityMetadata.java | 8 +- .../GuildScheduledEventUser.java | 20 +- .../GuildScheduledEventUserUpdate.java | 8 +- .../discord/api/hubs/EmailVerification.java | 8 +- .../api/hubs/EmailVerificationCode.java | 8 +- .../java/com/discord/api/hubs/GuildInfo.java | 20 +- .../com/discord/api/hubs/WaitlistSignup.java | 12 +- .../discord/api/interaction/Interaction.java | 36 +- .../interaction/InteractionStateUpdate.java | 18 +- .../com/discord/api/interaction/Member.java | 16 +- .../api/localizedstring/LocalizedString.java | 8 +- .../discord/api/message/LocalAttachment.java | 22 +- .../java/com/discord/api/message/Message.java | 138 +- .../discord/api/message/MessageReference.java | 12 +- .../api/message/activity/MessageActivity.java | 8 +- .../MessageAllowedMentions.java | 16 +- .../message/attachment/MessageAttachment.java | 34 +- .../discord/api/message/call/MessageCall.java | 10 +- .../api/message/embed/EmbedAuthor.java | 16 +- .../discord/api/message/embed/EmbedField.java | 12 +- .../api/message/embed/EmbedFooter.java | 12 +- .../discord/api/message/embed/EmbedImage.java | 16 +- .../api/message/embed/EmbedProvider.java | 8 +- .../api/message/embed/EmbedThumbnail.java | 16 +- .../discord/api/message/embed/EmbedVideo.java | 16 +- .../api/message/embed/MessageEmbed.java | 52 +- .../api/message/reaction/MessageReaction.java | 22 +- .../reaction/MessageReactionEmoji.java | 24 +- .../reaction/MessageReactionUpdate.java | 20 +- .../api/permission/PermissionOverwrite.java | 30 +- .../api/premium/ClaimedOutboundPromotion.java | 20 +- .../api/premium/OutboundPromotion.java | 40 +- .../discord/api/premium/SubscriptionPlan.java | 28 +- .../discord/api/presence/ClientStatuses.java | 16 +- .../com/discord/api/presence/Presence.java | 24 +- .../discord/api/report/MenuAPIResponse.java | 32 +- .../discord/api/report/NodeElementResult.java | 8 +- .../com/discord/api/report/NodeResult.java | 16 +- .../com/discord/api/report/ReportNode.java | 48 +- .../api/report/ReportNodeBottomButton.java | 2 +- .../discord/api/report/ReportNodeChild.java | 8 +- .../discord/api/report/ReportNodeElement.java | 16 +- .../api/report/ReportNodeElementData.java | 8 +- .../com/discord/api/report/ReportReason.java | 12 +- .../api/report/ReportSubmissionBody.java | 52 +- .../UserRequiredActionUpdate.java | 2 +- .../java/com/discord/api/role/GuildRole.java | 46 +- .../com/discord/api/role/GuildRoleCreate.java | 20 +- .../com/discord/api/role/GuildRoleDelete.java | 16 +- .../com/discord/api/role/GuildRoleUpdate.java | 20 +- .../science/AnalyticsSchemaTypeAdapter.java | 2 +- .../java/com/discord/api/science/Science.java | 16 +- .../RecommendedStageInstance.java | 32 +- .../RecommendedStageInstanceGuild.java | 28 +- .../api/stageinstance/StageInstance.java | 32 +- .../api/sticker/GuildStickersUpdate.java | 16 +- .../java/com/discord/api/sticker/Sticker.java | 50 +- .../discord/api/sticker/StickerPartial.java | 24 +- .../api/thread/AugmentedThreadMember.java | 2 +- .../discord/api/thread/ThreadListMember.java | 16 +- .../com/discord/api/thread/ThreadListing.java | 12 +- .../com/discord/api/thread/ThreadMember.java | 6 +- .../api/thread/ThreadMemberListUpdate.java | 12 +- .../api/thread/ThreadMemberUpdate.java | 30 +- .../api/thread/ThreadMembersUpdate.java | 32 +- .../discord/api/thread/ThreadMetadata.java | 16 +- .../com/discord/api/user/PatchUserBody.java | 20 +- .../main/java/com/discord/api/user/Phone.java | 2 +- .../java/com/discord/api/user/TypingUser.java | 20 +- .../main/java/com/discord/api/user/User.java | 102 +- .../java/com/discord/api/user/UserSurvey.java | 24 +- .../api/user/UserSurveyFetchResponse.java | 8 +- .../discord/api/utcdatetime/UtcDateTime.java | 2 +- .../discord/api/voice/server/VoiceServer.java | 16 +- .../discord/api/voice/state/VoiceState.java | 52 +- app/src/main/java/com/discord/app/App.java | 4 +- .../java/com/discord/app/AppActivity.java | 22 +- .../java/com/discord/app/AppBottomSheet.java | 6 +- .../main/java/com/discord/app/AppDialog.java | 12 +- .../java/com/discord/app/AppFragment.java | 4 +- app/src/main/java/com/discord/app/AppLog.java | 22 +- .../main/java/com/discord/app/AppLogger.java | 4 +- .../discord/app/AppTransitionActivity.java | 6 +- .../discord/app/DiscordConnectService.java | 22 +- .../java/com/discord/app/LoggingConfig.java | 24 +- .../com/discord/chips_view/ChipsView.java | 50 +- .../AnchoredVoiceControlsViewBinding.java | 4 +- ...lSettingsPermissionsMemberViewBinding.java | 33 - .../CommandCategoryItemBinding.java | 4 +- .../ConfirmRemovePermissionDialogBinding.java | 4 +- .../ContactSyncPermissionsSheetBinding.java | 4 +- .../ContactSyncUpsellSheetBinding.java | 4 +- .../DiscordHubAddServerListItemBinding.java | 4 +- .../EmojiCategoryItemGuildBinding.java | 4 +- .../EmojiCategoryItemStandardBinding.java | 4 +- ...ptyFriendsStateContactSyncViewBinding.java | 4 +- .../EmptyFriendsStateViewBinding.java | 4 +- .../databinding/FeedbackViewBinding.java | 4 +- .../GifCategoryItemViewBinding.java | 4 +- .../GifSuggestedTermViewBinding.java | 4 +- .../GroupInviteFriendsBottomSheetBinding.java | 4 +- .../GroupInviteFriendsSheetItemBinding.java | 4 +- .../GuildEventPromptListViewBinding.java | 4 +- .../GuildEventPromptViewBinding.java | 4 +- ...ScheduledEventBottomButtonViewBinding.java | 4 +- .../GuildScheduledEventDateViewBinding.java | 4 +- .../GuildScheduledEventItemViewBinding.java | 4 +- .../GuildTemplateChannelsItemViewBinding.java | 4 +- ...HubAddServerConfirmationDialogBinding.java | 4 +- .../databinding/InlineMediaViewBinding.java | 4 +- .../LayoutUnhandledUriBinding.java | 4 +- .../databinding/LeaveGuildDialogBinding.java | 4 +- ...ModeratorStartStageWaitingItemBinding.java | 4 +- .../NotificationMuteSettingsViewBinding.java | 4 +- ...NuxGuildTemplateCardViewHolderBinding.java | 4 +- ...okenPermissionDetailedListItemBinding.java | 4 +- .../PaymentMethodListItemBinding.java | 4 +- .../databinding/PaymentSourceViewBinding.java | 4 +- .../PremiumStickerUpsellDialogBinding.java | 4 +- .../PublishMessageDialogBinding.java | 4 +- .../RemovablePermissionOwnerViewBinding.java | 4 +- ...ettingsChannelListCategoryItemBinding.java | 4 +- .../SettingsChannelListItemBinding.java | 4 +- .../SimpleMemberListItemBinding.java | 8 +- ...ceBlockedBottomSheetHeaderItemBinding.java | 4 +- ...AudienceBlockedBottomSheetItemBinding.java | 4 +- .../StageRaisedHandsItemUserBinding.java | 4 +- .../StickerCategoryItemGuildBinding.java | 4 +- .../StickerCategoryItemPackBinding.java | 4 +- .../StickerPackDetailsDialogBinding.java | 4 +- .../StickerPremiumUpsellDialogBinding.java | 4 +- .../StickerStoreHeaderItemBinding.java | 4 +- .../SuggestedFriendViewBinding.java | 4 +- .../TabsHostBottomNavigationViewBinding.java | 4 +- .../ThreadBrowserThreadViewBinding.java | 4 +- .../databinding/UserAkaViewBinding.java | 4 +- .../UserProfileAdminViewBinding.java | 4 +- .../UserProfileConnectionsViewBinding.java | 4 +- .../UserProfileHeaderViewBinding.java | 26 +- .../UserProfileStageActionsViewBinding.java | 4 +- .../UserProfileVoiceSettingsViewBinding.java | 4 +- ...AppcommandsOptiontitleListitemBinding.java | 4 +- .../ViewAuthInviteInfoBinding.java | 4 +- .../ViewCategoryOverrideItemBinding.java | 4 +- .../ViewChannelOverrideItemBinding.java | 4 +- .../ViewChatEmbedGameInviteBinding.java | 4 +- .../ViewCommunityGetStartedHeaderBinding.java | 4 +- ...CommunityGetStartedInformationBinding.java | 4 +- ...ViewConnectionGuildIntegrationBinding.java | 4 +- .../ViewDialogConfirmationBinding.java | 4 +- .../ViewGiftEntitlementListItemBinding.java | 4 +- .../ViewGiftOutboundPromoListItemBinding.java | 4 +- .../ViewGiftSkuListItemBinding.java | 4 +- .../ViewGlobalSearchItemBinding.java | 4 +- .../ViewGuildInviteBottomSheetBinding.java | 4 +- ...ildRoleSubscriptionBenefitItemBinding.java | 4 +- ...ildRoleSubscriptionChannelItemBinding.java | 4 +- ...ildRoleSubscriptionImageUploadBinding.java | 4 +- ...ildRoleSubscriptionPlanDetailsBinding.java | 4 +- ...uildRoleSubscriptionTierHeaderBinding.java | 4 +- .../ViewMemberVerificationBinding.java | 4 +- .../ViewMobileReportsBottomButtonBinding.java | 4 +- .../ViewNitroBoostPerksBinding.java | 4 +- .../ViewReportsMenuNodeBinding.java | 34 +- ...ViewSelectableFriendSuggestionBinding.java | 4 +- ...ttingsCommunitySettingSelectorBinding.java | 4 +- ...ewSettingsBoostedBoostListitemBinding.java | 4 +- ...ewSettingsBoostedGuildListitemBinding.java | 4 +- ...ViewSettingsBoostedSampleGuildBinding.java | 4 +- .../ViewUserStatusPresenceCustomBinding.java | 4 +- .../VoiceControlsSheetViewBinding.java | 8 +- .../VoiceUserListItemUserBinding.java | 4 +- .../WidgetAddFriendUserListItemBinding.java | 4 +- .../databinding/WidgetAgeVerifyBinding.java | 4 +- ...tApplicationCommandBottomSheetBinding.java | 4 +- ....java => WidgetAuditLogFilterBinding.java} | 8 +- .../WidgetAuthBirthdayBinding.java | 4 +- .../databinding/WidgetAuthCaptchaBinding.java | 4 +- .../databinding/WidgetAuthLandingBinding.java | 4 +- .../databinding/WidgetAuthLoginBinding.java | 4 +- .../WidgetAuthMfaBackupCodesBinding.java | 4 +- .../databinding/WidgetAuthMfaBinding.java | 4 +- .../WidgetAuthPhoneVerifyBinding.java | 4 +- ...AuthRegisterAccountInformationBinding.java | 4 +- .../WidgetAuthRegisterIdentityBinding.java | 4 +- .../WidgetAuthResetPasswordBinding.java | 4 +- .../WidgetAuthUndeleteAccountBinding.java | 4 +- .../databinding/WidgetBanUserBinding.java | 4 +- .../databinding/WidgetBugReportBinding.java | 8 +- ...BugReportFeatureHeaderListItemBinding.java | 4 +- ...WidgetBugReportFeatureListItemBinding.java | 4 +- .../WidgetCallFullscreenBinding.java | 28 +- .../WidgetChangeGuildIdentityBinding.java | 26 +- .../databinding/WidgetChangeLogBinding.java | 4 +- .../WidgetChangeLogSpecialBinding.java | 4 +- .../WidgetChannelFollowSheetBinding.java | 4 +- ...dgetChannelFollowSuccessDialogBinding.java | 4 +- .../WidgetChannelGroupDmSettingsBinding.java | 4 +- ...annelMembersListItemAddOrLeaveBinding.java | 4 +- ...etChannelMembersListItemHeaderBinding.java | 4 +- ...dgetChannelMembersListItemUserBinding.java | 4 +- ...getChannelNotificationSettingsBinding.java | 4 +- .../WidgetChannelPickerSheetBinding.java | 4 +- ...WidgetChannelSettingsAddMemberBinding.java | 4 +- ...etChannelSettingsAddMemberItemBinding.java | 4 +- ...tChannelSettingsAddMemberSheetBinding.java | 4 +- ...ChannelSettingsEditPermissionsBinding.java | 28 +- ...nelSettingsPermissionsAdvancedBinding.java | 4 +- ...nelSettingsPermissionsOverviewBinding.java | 4 +- .../WidgetChannelSidebarActionsBinding.java | 4 +- .../WidgetChannelTopicBinding.java | 4 +- ...nnelsListActionsChangeNicknameBinding.java | 4 +- .../WidgetChannelsListBinding.java | 4 +- .../WidgetChannelsListItemActionsBinding.java | 4 +- ...annelsListItemActiveStageEventBinding.java | 4 +- ...WidgetChannelsListItemCategoryBinding.java | 4 +- .../WidgetChannelsListItemChannelBinding.java | 4 +- ...ChannelsListItemChannelPrivateBinding.java | 4 +- ...nnelsListItemChannelStageVoiceBinding.java | 4 +- ...etChannelsListItemChannelVoiceBinding.java | 4 +- ...idgetChannelsListItemDirectoryBinding.java | 4 +- .../WidgetChannelsListItemHeaderBinding.java | 4 +- ...tChannelsListItemThreadActionsBinding.java | 4 +- .../WidgetChannelsListItemThreadBinding.java | 4 +- ...idgetChannelsListItemVoiceUserBinding.java | 4 +- .../WidgetChannelsListUnreadsBinding.java | 4 +- ...etChatInputApplicationCommandsBinding.java | 4 +- ...idgetChatInputAutocompleteItemBinding.java | 4 +- .../databinding/WidgetChatInputBinding.java | 18 +- ...utCommandApplicationHeaderItemBinding.java | 4 +- ...putEmojiAutocompleteUpsellItemBinding.java | 4 +- .../WidgetChatListActionsBinding.java | 4 +- ...tAdapterItemApplicationCommandBinding.java | 4 +- ...tChatListAdapterItemAttachmentBinding.java | 4 +- ...ListAdapterItemBotComponentRowBinding.java | 4 +- .../WidgetChatListAdapterItemCallBinding.java | 4 +- ...WidgetChatListAdapterItemEmbedBinding.java | 8 +- ...istAdapterItemEphemeralMessageBinding.java | 4 +- .../WidgetChatListAdapterItemGiftBinding.java | 4 +- ...AdapterItemGuildInviteReminderBinding.java | 4 +- ...atListAdapterItemGuildTemplateBinding.java | 4 +- ...hatListAdapterItemGuildWelcomeBinding.java | 4 +- ...idgetChatListAdapterItemInviteBinding.java | 12 +- ...atListAdapterItemMentionFooterBinding.java | 4 +- ...atListAdapterItemMessageHeaderBinding.java | 4 +- ...AdapterItemPrivateChannelStartBinding.java | 4 +- ...etChatListAdapterItemReactionsBinding.java | 4 +- ...apterItemSpotifyListenTogetherBinding.java | 4 +- ...ChatListAdapterItemStageInviteBinding.java | 4 +- ...WidgetChatListAdapterItemStartBinding.java | 4 +- ...hatListAdapterItemStickerGreetBinding.java | 4 +- ...AdapterItemStickerGreetCompactBinding.java | 4 +- ...idgetChatListAdapterItemSystemBinding.java | 4 +- .../WidgetChatListAdapterItemTextBinding.java | 4 +- ...ChatListAdapterItemTextDividerBinding.java | 4 +- ...ListAdapterItemThreadDraftFormBinding.java | 4 +- ...ChatListAdapterItemThreadEmbedBinding.java | 4 +- ...tListAdapterItemUploadProgressBinding.java | 4 +- ...etChatListBotUiButtonComponentBinding.java | 4 +- .../databinding/WidgetChatOverlayBinding.java | 12 +- .../databinding/WidgetChatStatusBinding.java | 4 +- ...idgetChoosePlanAdapterPlanItemBinding.java | 4 +- .../databinding/WidgetChoosePlanBinding.java | 4 +- .../WidgetClaimOutboundPromoBinding.java | 4 +- ...dgetCollapsedVoiceUserListItemBinding.java | 4 +- ...etConfirmRemoveCommunityDialogBinding.java | 4 +- .../WidgetConnectionsAddXboxBinding.java | 4 +- .../databinding/WidgetContactSyncBinding.java | 4 +- .../WidgetCreateChannelBinding.java | 4 +- .../WidgetCreationIntentBinding.java | 4 +- .../WidgetDirectoriesSearchBinding.java | 4 +- .../WidgetDirectoryChannelBinding.java | 12 +- ...dgetDisableDeleteAccountDialogBinding.java | 4 +- .../databinding/WidgetDiscoveryBinding.java | 4 +- .../WidgetDiscoveryStageCardBinding.java | 4 +- .../WidgetEditProfileBannerSheetBinding.java | 4 +- .../databinding/WidgetEditRoleBinding.java | 20 +- .../databinding/WidgetEmojiPickerBinding.java | 4 +- .../databinding/WidgetEmojiSheetBinding.java | 4 +- .../WidgetEnableMfaStepsBinding.java | 4 +- .../WidgetEnableSmsBackupDialogBinding.java | 4 +- .../WidgetEndStageBottomSheetBinding.java | 4 +- .../WidgetExpressionTrayBinding.java | 4 +- .../databinding/WidgetFatalCrashBinding.java | 4 +- .../WidgetFeedbackSheetBinding.java | 4 +- .../WidgetFolderContextMenuBinding.java | 4 +- .../WidgetFriendsAddByIdBinding.java | 4 +- ...etFriendsListAdapterItemFriendBinding.java | 4 +- ...tFriendsListAdapterItemPendingBinding.java | 4 +- .../databinding/WidgetFriendsListBinding.java | 4 +- ...getFriendsListExpandableHeaderBinding.java | 4 +- .../WidgetFriendsNearbyBinding.java | 4 +- .../databinding/WidgetGifCategoryBinding.java | 4 +- .../databinding/WidgetGifPickerBinding.java | 4 +- .../WidgetGifPickerSearchBinding.java | 4 +- .../WidgetGlobalSearchBinding.java | 4 +- .../WidgetGlobalSearchItemGuildBinding.java | 4 +- .../WidgetGlobalStatusIndicatorBinding.java | 4 +- .../WidgetGroupInviteFriendsBinding.java | 4 +- .../WidgetGroupInviteFriendsItemBinding.java | 4 +- .../databinding/WidgetGuildCloneBinding.java | 4 +- .../WidgetGuildContextMenuBinding.java | 4 +- .../databinding/WidgetGuildCreateBinding.java | 4 +- .../WidgetGuildFolderSettingsBinding.java | 4 +- .../WidgetGuildHubProfileActionsBinding.java | 4 +- .../databinding/WidgetGuildInviteBinding.java | 4 +- .../WidgetGuildInviteInfoBinding.java | 4 +- .../WidgetGuildInviteSettingsBinding.java | 4 +- .../WidgetGuildInviteShareBinding.java | 4 +- .../WidgetGuildInviteShareCompactBinding.java | 4 +- ...ildInviteShareEmptySuggestionsBinding.java | 4 +- .../WidgetGuildInviteShareItemBinding.java | 4 +- .../WidgetGuildInviteShareSheetBinding.java | 4 +- .../databinding/WidgetGuildJoinBinding.java | 4 +- .../WidgetGuildProfileActionsBinding.java | 20 +- .../WidgetGuildProfileSheetBinding.java | 8 +- ...etGuildRoleSubscriptionDetailsBinding.java | 4 +- ...ldRoleSubscriptionTierBenefitsBinding.java | 4 +- ...SubscriptionTierChannelBenefitBinding.java | 4 +- ...uildRoleSubscriptionTierDesignBinding.java | 4 +- ...scriptionTierIntangibleBenefitBinding.java | 4 +- ...heduledEventDetailsBottomSheetBinding.java | 4 +- ...dScheduledEventListBottomSheetBinding.java | 4 +- ...ldScheduledEventLocationSelectBinding.java | 4 +- ...getGuildScheduledEventSettingsBinding.java | 4 +- .../WidgetGuildSelectorItemBinding.java | 4 +- .../WidgetGuildStickerSheetBinding.java | 4 +- .../WidgetGuildTransferOwnershipBinding.java | 4 +- .../WidgetGuildWelcomeChannelBinding.java | 4 +- .../WidgetGuildWelcomeSheetBinding.java | 4 +- .../databinding/WidgetGuildsListBinding.java | 4 +- .../WidgetGuildsListItemDmBinding.java | 4 +- .../WidgetGuildsListItemFolderBinding.java | 4 +- .../WidgetGuildsListItemGuildBinding.java | 4 +- ...getGuildsListItemGuildVerticalBinding.java | 4 +- .../WidgetGuildsListItemProfileBinding.java | 4 +- .../databinding/WidgetHomeBinding.java | 28 +- .../WidgetHomePanelCenterNsfwBinding.java | 4 +- .../databinding/WidgetHubAddNameBinding.java | 4 +- .../WidgetHubAddServerBinding.java | 17 +- .../WidgetHubAuthenticationBinding.java | 4 +- .../WidgetHubDescriptionBinding.java | 4 +- .../WidgetHubDomainSearchBinding.java | 4 +- .../databinding/WidgetHubDomainsBinding.java | 4 +- .../WidgetHubEmailFlowBinding.java | 20 +- .../databinding/WidgetHubWaitlistBinding.java | 4 +- .../WidgetIncomingShareBinding.java | 4 +- .../WidgetIssueDetailsFormBinding.java | 4 +- .../databinding/WidgetKickUserBinding.java | 4 +- .../WidgetManageReactionsBinding.java | 4 +- .../WidgetManageReactionsEmojiBinding.java | 4 +- ...idgetManageReactionsResultUserBinding.java | 4 +- .../databinding/WidgetMediaBinding.java | 4 +- .../WidgetMemberVerificationBinding.java | 4 +- ...emberVerificationPendingDialogBinding.java | 4 +- ...dgetMemberVerificationRuleItemBinding.java | 4 +- ...idgetMemberVerificationSuccessBinding.java | 4 +- .../WidgetMobileReportsBinding.java | 4 +- .../WidgetModeratorStartStageBinding.java | 12 +- .../WidgetMuteSettingsSheetBinding.java | 4 +- .../WidgetNavigationHelpBinding.java | 4 +- .../WidgetNoticeDialogBinding.java | 4 +- .../WidgetNoticeNuxOverlayBinding.java | 4 +- .../WidgetNoticeNuxSamsungLinkBinding.java | 4 +- .../databinding/WidgetNoticePopupBinding.java | 4 +- .../WidgetNuxChannelPromptBinding.java | 4 +- .../WidgetNuxGuildTemplateBinding.java | 4 +- .../WidgetOauthAuthorizeBinding.java | 4 +- .../WidgetOutboundPromoTermsBinding.java | 4 +- .../WidgetPaymentSourceEditDialogBinding.java | 4 +- ...getPhoneCountryCodeBottomSheetBinding.java | 4 +- ...WidgetPhoneCountryCodeListItemBinding.java | 4 +- .../WidgetPremiumGuildTransferBinding.java | 4 +- ...dgetPreviewGuildScheduledEventBinding.java | 4 +- ...dgetPriceTierPickerBottomSheetBinding.java | 4 +- .../WidgetProfileMarketingSheetBinding.java | 4 +- .../databinding/WidgetPruneUsersBinding.java | 4 +- .../databinding/WidgetQrScannerBinding.java | 4 +- .../WidgetQuickMentionsDialogBinding.java | 4 +- .../databinding/WidgetRemoteAuthBinding.java | 18 +- .../WidgetScreenShareNfxSheetBinding.java | 4 +- .../databinding/WidgetSearchBinding.java | 4 +- ...etSearchSuggestionsItemChannelBinding.java | 4 +- ...WidgetSearchSuggestionsItemHasBinding.java | 4 +- ...archSuggestionsItemRecentQueryBinding.java | 4 +- ...earchSuggestionsItemSuggestionBinding.java | 4 +- ...dgetSelectComponentBottomSheetBinding.java | 4 +- ...SelectComponentBottomSheetItemBinding.java | 4 +- .../WidgetServerBoostConfirmationBinding.java | 4 +- .../WidgetServerBoostStatusBinding.java | 12 +- .../WidgetServerDeleteDialogBinding.java | 4 +- ...erNotificationOverrideSelectorBinding.java | 4 +- .../WidgetServerNotificationsBinding.java | 12 +- .../WidgetServerSettingsAuditLogBinding.java | 4 +- ...gsAuditLogFilterActionListitemBinding.java | 4 +- ...ingsAuditLogFilterUserListitemBinding.java | 27 +- ...ServerSettingsAuditLogListItemBinding.java | 4 +- ...idgetServerSettingsBanListItemBinding.java | 4 +- .../WidgetServerSettingsBansBinding.java | 4 +- .../WidgetServerSettingsBinding.java | 12 +- .../WidgetServerSettingsChannelsBinding.java | 4 +- ...verSettingsChannelsSortActionsBinding.java | 4 +- ...verSettingsChannelsSortFabMenuBinding.java | 4 +- ...erverSettingsCommunityOverviewBinding.java | 4 +- ...ettingsCommunitySetupFirstStepBinding.java | 4 +- ...ttingsCommunitySetupSecondStepBinding.java | 4 +- ...ettingsCommunitySetupThirdStepBinding.java | 4 +- ...tServerSettingsEditIntegrationBinding.java | 4 +- ...WidgetServerSettingsEditMemberBinding.java | 4 +- .../WidgetServerSettingsEmojisBinding.java | 4 +- ...WidgetServerSettingsEmojisEditBinding.java | 4 +- ...dgetServerSettingsEmojisHeaderBinding.java | 4 +- ...WidgetServerSettingsEmojisItemBinding.java | 19 +- ...sGuildRoleSubscriptionEditTierBinding.java | 4 +- ...SettingsGuildRoleSubscriptionsBinding.java | 12 +- ...erSettingsInstantInviteActionsBinding.java | 4 +- ...rSettingsInstantInviteListItemBinding.java | 24 +- ...etServerSettingsInstantInvitesBinding.java | 4 +- ...verSettingsIntegrationListItemBinding.java | 4 +- ...dgetServerSettingsIntegrationsBinding.java | 4 +- ...etServerSettingsMemberListItemBinding.java | 4 +- .../WidgetServerSettingsMembersBinding.java | 4 +- ...WidgetServerSettingsModerationBinding.java | 4 +- ...rverSettingsOverviewAfkTimeoutBinding.java | 4 +- .../WidgetServerSettingsOverviewBinding.java | 40 +- ...etServerSettingsOverviewRegionBinding.java | 4 +- .../WidgetServerSettingsRoleItemBinding.java | 4 +- .../WidgetServerSettingsRolesListBinding.java | 4 +- .../WidgetServerSettingsSecurityBinding.java | 4 +- ...etServerSettingsSecurityDialogBinding.java | 4 +- .../WidgetServerSettingsVanityUrlBinding.java | 4 +- .../WidgetSettingsAccessibilityBinding.java | 4 +- ...dgetSettingsAccountBackupCodesBinding.java | 4 +- .../WidgetSettingsAccountBinding.java | 20 +- ...tSettingsAccountChangePasswordBinding.java | 4 +- ...ettingsAccountContactsNameEditBinding.java | 4 +- .../WidgetSettingsAccountEditBinding.java | 4 +- ...WidgetSettingsAccountEmailEditBinding.java | 4 +- .../WidgetSettingsAppearanceBinding.java | 4 +- ...SettingsAuthorizedAppsListItemBinding.java | 4 +- .../WidgetSettingsBehaviorBinding.java | 4 +- .../databinding/WidgetSettingsBinding.java | 20 +- .../WidgetSettingsBlockedUsersBinding.java | 4 +- .../WidgetSettingsBoostBinding.java | 12 +- .../WidgetSettingsConnectionsBinding.java | 4 +- .../WidgetSettingsDeveloperBinding.java | 4 +- .../WidgetSettingsEnableMfaKeyBinding.java | 4 +- .../WidgetSettingsGiftingBinding.java | 8 +- ...ettingsItemAddConnectedAccountBinding.java | 4 +- .../WidgetSettingsItemBlockedUserBinding.java | 4 +- ...etSettingsItemConnectedAccountBinding.java | 4 +- .../WidgetSettingsLanguageBinding.java | 4 +- ...dgetSettingsLanguageSelectItemBinding.java | 4 +- .../WidgetSettingsMediaBinding.java | 4 +- .../WidgetSettingsNotificationOsBinding.java | 4 +- .../WidgetSettingsNotificationsBinding.java | 4 +- .../WidgetSettingsPremiumBinding.java | 22 +- .../WidgetSettingsPrivacyBinding.java | 20 +- .../WidgetSettingsUserProfileBinding.java | 4 +- .../WidgetSettingsVoiceBinding.java | 20 +- .../WidgetSettingsVoiceInputModeBinding.java | 4 +- ...tageAudienceBlockedBottomSheetBinding.java | 4 +- ...StageAudienceNoticeBottomSheetBinding.java | 4 +- .../WidgetStageChannelAudienceBinding.java | 4 +- .../WidgetStageChannelDetailsBinding.java | 4 +- ...ageChannelModeratorPermissionsBinding.java | 4 +- ...getStageChannelPrestartDetailsBinding.java | 4 +- ...tStageModeratorJoinBottomSheetBinding.java | 4 +- ...etStagePublicNoticeBottomSheetBinding.java | 4 +- ...getStageRaisedHandsBottomSheetBinding.java | 4 +- .../WidgetStageSettingsBinding.java | 4 +- ...dgetStageStartEventBottomSheetBinding.java | 4 +- .../WidgetStartCallSheetBinding.java | 4 +- ...idgetStartStageServerSelectionBinding.java | 4 +- ...StageServerSelectionBulletItemBinding.java | 4 +- ...tStageServerSelectionGuildItemBinding.java | 4 +- .../WidgetStickerPackStoreSheetBinding.java | 4 +- .../WidgetStickerPickerBinding.java | 8 +- .../WidgetStickerSheetBinding.java | 4 +- .../databinding/WidgetTabsHostBinding.java | 4 +- .../WidgetTextChannelSettingsBinding.java | 4 +- ...idgetThreadArchiveActionsSheetBinding.java | 4 +- .../WidgetThreadBrowserActiveBinding.java | 12 +- .../WidgetThreadBrowserArchivedBinding.java | 12 +- .../WidgetThreadBrowserBinding.java | 4 +- ...WidgetThreadBrowserFilterSheetBinding.java | 4 +- ...dgetThreadNotificationSettingsBinding.java | 4 +- .../WidgetThreadOnboardingBinding.java | 4 +- .../WidgetThreadSettingsBinding.java | 4 +- .../WidgetThreadStatusBinding.java | 4 +- .../databinding/WidgetTosAcceptBinding.java | 4 +- .../WidgetTosReportViolationBinding.java | 4 +- ...WidgetTosReportViolationReasonBinding.java | 4 +- .../WidgetUnknownStickerSheetBinding.java | 4 +- .../databinding/WidgetUrlActionsBinding.java | 4 +- .../WidgetUserAccountVerifyBinding.java | 4 +- .../WidgetUserEmailUpdateBinding.java | 4 +- .../WidgetUserEmailVerifyBinding.java | 4 +- .../WidgetUserMentionsBinding.java | 4 +- .../WidgetUserMentionsFilterBinding.java | 4 +- .../WidgetUserPasswordVerifyBinding.java | 4 +- .../WidgetUserPhoneManageBinding.java | 4 +- .../WidgetUserPhoneVerifyBinding.java | 4 +- ...getUserProfileAdapterItemEmptyBinding.java | 4 +- ...etUserProfileAdapterItemFriendBinding.java | 20 +- ...etUserProfileAdapterItemServerBinding.java | 4 +- .../WidgetUserSetCustomStatusBinding.java | 4 +- .../databinding/WidgetUserSheetBinding.java | 20 +- .../WidgetUserStatusUpdateBinding.java | 20 +- .../WidgetVoiceBottomSheetBinding.java | 4 +- .../WidgetVoiceCallIncomingBinding.java | 4 +- .../WidgetVoiceCallInlineBinding.java | 4 +- .../WidgetVoiceChannelSettingsBinding.java | 8 +- ...ceNoiseCancellationBottomSheetBinding.java | 4 +- ...WidgetVoiceSettingsBottomSheetBinding.java | 21 +- .../discord/dialogs/ImageUploadDialog.java | 6 +- .../dialogs/SimpleConfirmationDialogArgs.java | 16 +- .../discord/embed/RenderableEmbedMedia.java | 20 +- .../gateway/GatewaySocket$callConnect$1.java | 8 +- .../gateway/GatewaySocket$connect$3.java | 8 +- .../GatewaySocket$expeditedHeartbeat$1.java | 8 +- .../GatewaySocket$presenceUpdate$1.java | 10 +- .../gateway/GatewaySocket$streamDelete$1.java | 6 +- .../gateway/GatewaySocket$streamPing$1.java | 6 +- .../gateway/GatewaySocket$streamWatch$1.java | 6 +- .../GatewaySocket$voiceStateUpdate$1.java | 24 +- .../com/discord/gateway/GatewaySocket.java | 98 +- .../discord/gateway/io/IncomingParser.java | 8 +- .../discord/gateway/io/OutgoingPayload.java | 80 +- .../com/discord/gateway/rest/RestConfig.java | 12 +- .../gsonutils/RuntimeTypeAdapterFactory.java | 32 +- app/src/main/java/com/discord/i18n/Hook.java | 2 +- .../java/com/discord/i18n/RenderContext.java | 4 +- .../discord/models/application/Unread.java | 16 +- .../ActionInteractionComponentState.java | 2 +- .../botuikit/ActionRowMessageComponent.java | 12 +- .../botuikit/ButtonMessageComponent.java | 36 +- .../botuikit/SelectMessageComponent.java | 40 +- .../commands/ActionComponentStoreState.java | 12 +- .../discord/models/commands/Application.java | 42 +- .../models/commands/ApplicationCommand.java | 6 +- .../ApplicationCommandLocalSendData.java | 40 +- .../commands/ApplicationCommandOption.java | 32 +- .../gson/InboundGatewayGsonParser.java | 2 +- .../com/discord/models/domain/Consent.java | 8 +- .../com/discord/models/domain/Consents.java | 12 +- .../com/discord/models/domain/Harvest.java | 30 +- .../java/com/discord/models/domain/Model.java | 2 +- .../models/domain/ModelApplicationStream.java | 28 +- .../domain/ModelApplicationStreamPreview.java | 2 +- .../discord/models/domain/ModelAuditLog.java | 28 +- .../models/domain/ModelAuditLogEntry.java | 120 +- .../com/discord/models/domain/ModelBan.java | 16 +- .../com/discord/models/domain/ModelCall.java | 36 +- .../domain/ModelChannelFollowerStats.java | 28 +- .../domain/ModelChannelFollowerStatsDto.java | 24 +- .../domain/ModelChannelUnreadUpdate.java | 10 +- .../models/domain/ModelConnectedAccount.java | 46 +- .../ModelConnectedAccountIntegration.java | 46 +- .../ModelConnectedIntegrationAccount.java | 22 +- .../ModelConnectedIntegrationGuild.java | 26 +- .../domain/ModelConnectionAccessToken.java | 2 +- .../models/domain/ModelConnectionState.java | 16 +- .../domain/ModelCustomStatusSetting.java | 24 +- .../models/domain/ModelEntitlement.java | 54 +- .../discord/models/domain/ModelGateway.java | 8 +- .../com/discord/models/domain/ModelGift.java | 44 +- .../models/domain/ModelGuildFolder.java | 38 +- .../models/domain/ModelGuildIntegration.java | 94 +- .../domain/ModelGuildMemberListUpdate.java | 144 +- .../models/domain/ModelGuildTemplate.java | 40 +- .../discord/models/domain/ModelInvite.java | 84 +- .../domain/ModelLibraryApplication.java | 28 +- .../models/domain/ModelLocationMetadata.java | 8 +- .../domain/ModelMemberVerificationForm.java | 52 +- .../ModelMemberVerificationFormResponse.java | 12 +- .../models/domain/ModelMessageDelete.java | 12 +- .../models/domain/ModelMuteConfig.java | 16 +- .../domain/ModelNotificationSettings.java | 68 +- .../models/domain/ModelOAuth2Token.java | 30 +- .../discord/models/domain/ModelPayload.java | 148 +- .../models/domain/ModelPaymentSource.java | 78 +- .../domain/ModelPhoneVerificationToken.java | 12 +- .../domain/ModelPremiumGuildSubscription.java | 26 +- .../ModelPremiumGuildSubscriptionSlot.java | 34 +- .../discord/models/domain/ModelReadState.java | 16 +- .../domain/ModelRemoteAuthHandshake.java | 2 +- .../models/domain/ModelRtcLatencyRegion.java | 8 +- .../models/domain/ModelSearchResponse.java | 36 +- .../discord/models/domain/ModelSession.java | 44 +- .../com/discord/models/domain/ModelSku.java | 90 +- .../models/domain/ModelStoreListing.java | 30 +- .../models/domain/ModelSubscription.java | 116 +- .../models/domain/ModelTypingResponse.java | 8 +- .../com/discord/models/domain/ModelUrl.java | 8 +- .../models/domain/ModelUserAffinities.java | 8 +- .../models/domain/ModelUserAffinity.java | 12 +- .../discord/models/domain/ModelUserNote.java | 30 +- .../models/domain/ModelUserProfile.java | 36 +- .../models/domain/ModelUserRelationship.java | 30 +- .../models/domain/ModelUserSettings.java | 98 +- .../models/domain/ModelVoiceRegion.java | 34 +- .../discord/models/domain/ModelWebhook.java | 30 +- .../models/domain/PatchPaymentSourceRaw.java | 8 +- .../models/domain/PaymentSourceRaw.java | 54 +- .../models/domain/StreamCreateOrUpdate.java | 24 +- .../discord/models/domain/StreamDelete.java | 26 +- .../models/domain/StreamServerUpdate.java | 20 +- .../com/discord/models/domain/StreamType.java | 2 +- .../models/domain/auth/ModelLoginResult.java | 20 +- .../auth/ModelUserSettingsBootstrap.java | 8 +- .../domain/billing/ModelBillingAddress.java | 28 +- .../domain/billing/ModelInvoiceDiscount.java | 8 +- .../domain/billing/ModelInvoiceItem.java | 42 +- .../domain/billing/ModelInvoicePreview.java | 50 +- .../discord/models/domain/emoji/EmojiSet.java | 24 +- .../models/domain/emoji/ModelEmojiCustom.java | 78 +- .../models/domain/emoji/ModelEmojiGuild.java | 46 +- .../domain/emoji/ModelEmojiUnicode.java | 44 +- .../domain/premium/SubscriptionPlanType.java | 4 +- .../domain/spotify/ModelSpotifyAlbum.java | 32 +- .../domain/spotify/ModelSpotifyArtist.java | 22 +- .../domain/spotify/ModelSpotifyTrack.java | 38 +- .../models/experiments/domain/Experiment.java | 24 +- .../experiments/domain/ExperimentContext.java | 12 +- .../dto/GuildExperimentBucketDto.java | 8 +- .../experiments/dto/GuildExperimentDto.java | 28 +- .../dto/GuildExperimentFilter.java | 32 +- .../dto/GuildExperimentOverridesDto.java | 8 +- .../dto/GuildExperimentPopulationDto.java | 16 +- .../UnauthenticatedUserExperimentsDto.java | 8 +- .../experiments/dto/UserExperimentDto.java | 24 +- .../friendsuggestions/FriendSuggestion.java | 8 +- .../gifpicker/domain/ModelGifCategory.java | 8 +- .../models/gifpicker/dto/GifCategoryDto.java | 8 +- .../discord/models/gifpicker/dto/GifDto.java | 16 +- .../models/gifpicker/dto/ModelGif.java | 16 +- .../dto/TrendingGifCategoriesResponseDto.java | 8 +- .../gifpicker/dto/TrendingGifPreviewDto.java | 2 +- .../dto/TrendingGifsResponseDto.java | 8 +- .../java/com/discord/models/guild/Guild.java | 148 +- .../discord/models/guild/UserGuildMember.java | 12 +- .../discord/models/invite/InviteUtils.java | 2 +- .../discord/models/member/GuildMember.java | 40 +- .../com/discord/models/message/Message.java | 164 +- .../models/phone/PhoneCountryCode.java | 14 +- .../com/discord/models/presence/Presence.java | 12 +- .../models/sticker/dto/ModelStickerPack.java | 46 +- .../dto/ModelStickerPackStoreListing.java | 38 +- .../dto/ModelStickerStoreDirectory.java | 12 +- .../models/store/dto/ModelStoreAsset.java | 38 +- .../store/dto/ModelStoreDirectoryLayout.java | 22 +- .../thread/dto/ModelThreadListSync.java | 16 +- .../com/discord/models/user/CoreUser.java | 58 +- .../java/com/discord/models/user/MeUser.java | 82 +- .../nullserializable/NullSerializable.java | 16 +- .../NullSerializableTypeAdapter.java | 12 +- .../com/discord/overlay/OverlayService.java | 2 +- .../overlay/views/OverlayBubbleWrap.java | 40 +- .../com/discord/player/AppMediaPlayer.java | 40 +- .../java/com/discord/player/MediaSource.java | 16 +- .../restapi/BreadcrumbInterceptor.java | 2 +- .../java/com/discord/restapi/PayloadJSON.java | 8 +- .../restapi/RequiredHeadersInterceptor.java | 2 +- .../com/discord/restapi/RestAPIBuilder.java | 16 +- .../com/discord/restapi/RestAPIParams.java | 408 +- .../restapi/SpotifyTokenInterceptor.java | 8 +- .../restapi/utils/CountingRequestBody.java | 8 +- .../utils/RetryWithDelay$restRetry$1.java | 2 +- .../com/discord/rlottie/RLottieDrawable.java | 36 +- .../com/discord/rlottie/RLottieImageView.java | 2 +- .../rtcconnection/KrispOveruseDetector.java | 2 +- .../rtcconnection/MediaSinkWantsManager.java | 34 +- .../discord/rtcconnection/RtcConnection.java | 90 +- .../discord/rtcconnection/VideoMetadata.java | 32 +- .../audio/DiscordAudioManager.java | 88 +- .../enums/BluetoothHeadsetAudioState.java | 24 +- .../BluetoothProfileConnectionState.java | 24 +- .../rtcconnection/enums/ScoAudioState.java | 12 +- .../mediaengine/MediaEngine.java | 84 +- .../mediaengine/MediaEngineConnection.java | 90 +- .../mediaengine/ThumbnailEmitter.java | 8 +- .../rtcconnection/socket/io/Payloads.java | 238 +- .../samsung/SamsungConnectActivity.java | 16 +- .../ScreenshotDetector.java | 12 +- .../simpleast/core/parser/ParseSpec.java | 6 +- .../discord/simpleast/core/parser/Parser.java | 26 +- .../discord/stores/ArchivedThreadsStore.java | 12 +- .../discord/stores/ConnectionTimeStats.java | 72 +- .../com/discord/stores/DiscoverCommands.java | 36 +- .../discord/stores/NotificationTextUtils.java | 67 +- .../com/discord/stores/PendingDowngrade.java | 14 +- .../com/discord/stores/ReadyPayloadUtils.java | 38 +- .../discord/stores/RtcLatencyTestResult.java | 12 +- ...oreAnalytics$trackCallReportProblem$1.java | 2 +- .../com/discord/stores/StoreAnalytics.java | 16 +- .../stores/StoreApplicationInteractions.java | 16 +- .../StoreApplicationStreamPreviews.java | 2 +- ...reApplicationStreaming$createStream$1.java | 16 +- .../stores/StoreApplicationStreaming.java | 20 +- .../stores/StoreAudioManagerV2$init$1.java | 4 +- ...reAudioManagerV2$selectOutputDevice$1.java | 4 +- ...oreAudioManagerV2$updateMediaVolume$1.java | 2 +- .../discord/stores/StoreAudioManagerV2.java | 20 +- .../com/discord/stores/StoreAuditLog.java | 52 +- .../discord/stores/StoreAuthentication.java | 8 +- .../stores/StoreChannelFollowerStats.java | 12 +- .../discord/stores/StoreChannelMembers.java | 48 +- ...StoreChannels$observeDefaultChannel$1.java | 2 +- .../com/discord/stores/StoreChannels.java | 6 +- .../discord/stores/StoreChannelsSelected.java | 56 +- .../java/com/discord/stores/StoreChat.java | 36 +- .../discord/stores/StoreClientDataState.java | 16 +- .../com/discord/stores/StoreConnectivity.java | 8 +- .../com/discord/stores/StoreDynamicLink.java | 20 +- .../java/com/discord/stores/StoreEmoji.java | 10 +- .../com/discord/stores/StoreEmojiCustom.java | 10 +- .../com/discord/stores/StoreEntitlements.java | 8 +- ...ldGatewaySocket$gatewayUrlTransform$1.java | 2 +- .../stores/StoreGatewayConnection.java | 16 +- .../java/com/discord/stores/StoreGifting.java | 36 +- .../stores/StoreGooglePlayPurchases.java | 68 +- .../stores/StoreGooglePlaySkuDetails.java | 2 +- .../stores/StoreGuildMemberCounts.java | 6 +- .../StoreGuildMemberVerificationForm.java | 12 +- .../discord/stores/StoreGuildProfiles.java | 12 +- .../stores/StoreGuildRoleSubscriptions.java | 10 +- .../discord/stores/StoreGuildStickers.java | 6 +- .../discord/stores/StoreGuildTemplates.java | 8 +- .../stores/StoreGuildVoiceRegions.java | 2 +- .../stores/StoreGuildWelcomeScreens.java | 8 +- .../com/discord/stores/StoreGuildsSorted.java | 52 +- .../StoreInstantInvites$observeInvites$1.java | 2 +- .../discord/stores/StoreInstantInvites.java | 22 +- .../discord/stores/StoreInviteSettings.java | 12 +- ...toreLurking$startLurkingAndNavigate$1.java | 16 +- .../java/com/discord/stores/StoreLurking.java | 16 +- .../java/com/discord/stores/StoreMFA.java | 8 +- .../com/discord/stores/StoreMediaEngine.java | 2 +- .../discord/stores/StoreMediaFavorites.java | 16 +- .../discord/stores/StoreMediaSettings.java | 60 +- .../com/discord/stores/StoreMentions.java | 8 +- .../stores/StoreMessageAck$markUnread$3.java | 12 +- .../com/discord/stores/StoreMessageAck.java | 26 +- .../discord/stores/StoreMessageReactions.java | 36 +- .../discord/stores/StoreMessageReplies.java | 8 +- .../com/discord/stores/StoreMessageState.java | 8 +- .../discord/stores/StoreMessageUploads.java | 14 +- .../discord/stores/StoreMessagesLoader.java | 44 +- .../com/discord/stores/StoreNavigation.java | 56 +- .../discord/stores/StoreNotices$init$3.java | 6 +- .../java/com/discord/stores/StoreNotices.java | 24 +- .../discord/stores/StoreNotifications.java | 8 +- .../java/com/discord/stores/StoreNux.java | 24 +- ...oundPromotions$handleConnectionOpen$2.java | 12 +- .../stores/StoreOutboundPromotions.java | 8 +- .../discord/stores/StorePaymentSources.java | 2 +- .../discord/stores/StorePendingReplies.java | 16 +- .../stores/StorePremiumGuildSubscription.java | 2 +- .../com/discord/stores/StoreReadStates.java | 4 +- .../stores/StoreRequestedStageChannels.java | 12 +- .../discord/stores/StoreRtcConnection.java | 28 +- ...reRtcRegion$maybePerformLatencyTest$1.java | 6 +- .../java/com/discord/stores/StoreSearch.java | 22 +- .../java/com/discord/stores/StoreSpotify.java | 16 +- .../discord/stores/StoreStageChannels.java | 38 +- .../com/discord/stores/StoreStickers.java | 8 +- .../java/com/discord/stores/StoreStream.java | 6 +- .../stores/StoreStreamRtcConnection.java | 34 +- .../discord/stores/StoreSubscriptions.java | 2 +- .../com/discord/stores/StoreThreadDraft.java | 20 +- .../discord/stores/StoreThreadMessages.java | 26 +- .../discord/stores/StoreThreadsActive.java | 4 +- .../stores/StoreThreadsActiveJoined.java | 10 +- ...veRecentlyAutoUpgradedNotifications$1.java | 26 - .../discord/stores/StoreThreadsJoined.java | 76 +- .../java/com/discord/stores/StoreUser.java | 32 +- .../stores/StoreUserGuildSettings.java | 8 +- .../com/discord/stores/StoreUserNotes.java | 8 +- .../com/discord/stores/StoreUserPresence.java | 8 +- .../stores/StoreUserRelationships.java | 2 +- .../stores/StoreUserSettingsSystem.java | 12 +- .../com/discord/stores/StoreVideoStreams.java | 20 +- .../stores/StoreVoiceChannelSelected.java | 8 +- .../stores/StoreVoiceParticipants.java | 54 +- .../stores/updates/ObservationDeck.java | 8 +- .../com/discord/stores/utilities/Failure.java | 8 +- .../RestCallStateKt$logNetworkAction$1.java | 2 +- .../RestCallStateKt$logNetworkAction$2.java | 2 +- .../com/discord/stores/utilities/Success.java | 8 +- .../com/discord/tooltips/SparkleView.java | 10 +- .../com/discord/tooltips/TooltipManager.java | 12 +- .../utilities/ChannelShortcutInfo.java | 12 +- .../main/java/com/discord/utilities/Quad.java | 20 +- .../com/discord/utilities/ShareUtils.java | 8 +- .../accessibility/AccessibilityState.java | 8 +- .../utilities/analytics/AnalyticsTracker.java | 17 +- .../utilities/analytics/InstallReferrer.java | 2 +- .../discord/utilities/analytics/Traits.java | 89 +- .../auditlogs/AuditLogChangeUtils.java | 24 +- .../utilities/auditlogs/AuditLogUtils.java | 12 +- ...gleSmartLockManager$saveCredentials$1.java | 2 +- .../auth/GoogleSmartLockManager.java | 22 +- .../auth/SmartLockSignInAttempt.java | 8 +- .../utilities/billing/BillingUtils.java | 4 +- .../billing/GooglePlayBillingManager.java | 24 +- .../utilities/billing/GooglePlayInAppSku.java | 16 +- .../utilities/captcha/CaptchaErrorBody.java | 18 +- .../CaptchaHelper$tryShowCaptcha$1.java | 6 +- .../utilities/captcha/CaptchaHelper.java | 28 +- .../GuildChannelsInfo$Companion$get$1.java | 2 +- .../utilities/channel/GuildChannelsInfo.java | 42 +- .../channel/PermissionLabelOverrides.java | 36 +- .../utilities/collections/Histogram.java | 40 +- .../collections/LeastRecentlyAddedSet.java | 6 +- .../collections/SparseMutableList.java | 20 +- .../discord/utilities/color/ColorCompat.java | 2 +- .../utilities/colors/ColorPickerUtils.java | 10 +- .../colors/RepresentativeColors.java | 10 +- .../utilities/coroutines/AppErrorTag.java | 2 +- .../debug/HistoricalProcessExitReason.java | 14 +- .../DirectoryServerMenuOptions.java | 27 - ...> DirectoryUtils$showServerOptions$2.java} | 25 +- ...ectoryUtilsKt.java => DirectoryUtils.java} | 43 +- .../utilities/embed/EmbedResourceUtils.java | 12 +- .../utilities/embed/InviteEmbedModel.java | 16 +- .../com/discord/utilities/error/Error.java | 84 +- .../experiments/RegisteredExperiment.java | 20 +- .../utilities/fcm/NotificationActions.java | 6 +- .../utilities/fcm/NotificationClient.java | 40 +- .../utilities/fcm/NotificationData.java | 68 +- .../utilities/fcm/NotificationRenderer.java | 16 +- .../discord/utilities/file/FileUtilsKt.java | 2 +- .../utilities/gifting/GiftingUtils.java | 6 +- .../GuildScheduledEventUtilities.java | 18 +- .../GuildScheduledEventUtilitiesKt.java | 27 + .../com/discord/utilities/icon/IconUtils.java | 52 +- .../utilities/images/ImageEncoder.java | 4 +- .../discord/utilities/images/MGImages.java | 24 +- .../utilities/images/MGImagesBitmap.java | 8 +- ...tAppBitmapMemoryCacheParamsSupplier$1.java | 2 +- .../utilities/images/MGImagesConfig.java | 4 +- .../discord/utilities/intent/IntentUtils.java | 8 +- .../utilities/intent/RouteHandlers.java | 2 +- .../lazy/memberlist/ChannelMemberList.java | 70 +- .../lazy/memberlist/MemberListRow.java | 74 +- .../subscriptions/GuildSubscriptions.java | 24 +- .../com/discord/utilities/media/AppSound.java | 16 +- .../mg_recycler/SingleTypePayload.java | 16 +- ...ilders$deleteConnectionModalBuilder$2.java | 2 +- .../utilities/notices/NoticeBuilders.java | 24 +- .../permissions/ManageGuildContext.java | 34 +- .../permissions/ManageMessageContext.java | 24 +- .../permissions/ManageUserContext.java | 32 +- .../permissions/PermissionUtils.java | 6 +- .../Persister$Companion$persistAll$1$1.java | 12 +- .../utilities/persister/Persister.java | 2 +- .../discord/utilities/phone/PhoneUtils.java | 2 +- .../discord/utilities/platform/Platform.java | 48 +- .../utilities/premium/PremiumUtils.java | 20 +- .../utilities/presence/ActivityUtilsKt.java | 18 +- .../StageCallRichPresencePartyData.java | 32 +- .../spotify/SpotifyMetadataReceiver.java | 2 +- .../utilities/recycler/DiffCreator.java | 20 +- .../SelfHealingLinearLayoutManager.java | 6 +- .../utilities/rest/AttachmentRequestBody.java | 14 +- .../rest/ProcessedMessageContent.java | 12 +- ...nalyticsInterceptor$$inlined$invoke$1.java | 2 +- .../com/discord/utilities/rest/RestAPI.java | 12 +- .../com/discord/utilities/rest/SendUtils.java | 46 +- .../MGPreferenceSearchHistoryCache.java | 12 +- .../search/network/state/SearchState.java | 28 +- .../search/query/node/answer/ChannelNode.java | 8 +- .../query/node/answer/HasAnswerOption.java | 2 +- .../search/query/node/answer/HasNode.java | 12 +- .../search/query/node/answer/UserNode.java | 8 +- .../query/node/content/ContentNode.java | 2 +- .../search/query/node/filter/FilterNode.java | 12 +- .../suggestion/SearchSuggestionEngine.java | 2 +- .../suggestion/entries/ChannelSuggestion.java | 8 +- .../suggestion/entries/FilterSuggestion.java | 8 +- .../suggestion/entries/HasSuggestion.java | 8 +- .../entries/RecentQuerySuggestion.java | 2 +- .../suggestion/entries/UserSuggestion.java | 22 +- .../SearchData$Builder$buildForChannel$1.java | 2 +- .../search/validation/SearchData.java | 20 +- .../utilities/stage/StageChannelUtils.java | 2 +- .../utilities/stateful/StatefulViews.java | 4 +- .../utilities/stickers/StickerUtils.java | 36 +- .../utilities/streams/StreamContext.java | 32 +- .../system/DeviceResourceUsageMonitor.java | 8 +- .../utilities/system/ProcfsReader.java | 18 +- ...teIntentService$IpcCallback$handler$1.java | 36 +- .../utilities/system/RemoteIntentService.java | 100 +- .../SystemLogUtils$hashString$1.java | 2 +- .../utilities/systemlog/SystemLogUtils.java | 32 +- .../textprocessing/MessagePreprocessor.java | 2 +- .../textprocessing/MessageRenderContext.java | 60 +- ...ssageUnparser$getChannelMentionRule$1.java | 6 +- .../MessageUnparser$getRoleMentionRule$1.java | 6 +- .../MessageUnparser$getUserMentionRule$1.java | 8 +- .../Rules$PATTERN_UNICODE_EMOJI$2.java | 8 +- .../utilities/textprocessing/Rules.java | 30 +- .../utilities/textprocessing/Tags.java | 16 +- .../textprocessing/node/EmojiNode.java | 36 +- .../textprocessing/node/RoleMentionNode.java | 6 +- .../textprocessing/node/SpoilerNode.java | 6 +- .../textprocessing/node/UserMentionNode.java | 6 +- .../PriorityThreadFactory$newThread$1.java | 21 - .../threading/PriorityThreadFactory.java | 5 +- .../utilities/threads/ThreadUtils.java | 27 +- .../com/discord/utilities/time/TimeSpan.java | 12 +- .../com/discord/utilities/time/TimeUtils.java | 12 +- .../uri/UriHandler$directToPlayStore$1.java | 6 +- .../com/discord/utilities/user/UserUtils.java | 8 +- .../utilities/view/grid/FrameGridLayout.java | 24 +- .../view/recycler/PaddedItemDecorator.java | 2 +- .../utilities/voice/CallSoundManager.java | 46 +- .../voice/DiscordOverlayService.java | 6 +- .../ScreenShareManager$startStream$1.java | 2 +- .../utilities/voice/ScreenShareManager.java | 14 +- .../voice/VoiceChannelJoinabilityUtils.java | 2 +- .../voice/VoiceEngineForegroundService.java | 4 +- .../voice/VoiceEngineServiceController.java | 40 +- .../utilities/websocket/WebSocket.java | 2 +- .../discord/views/ActiveSubscriptionView.java | 12 +- .../com/discord/views/ChatActionItem.java | 10 +- .../com/discord/views/CheckedSetting.java | 84 +- .../discord/views/CodeVerificationView.java | 16 +- .../java/com/discord/views/CutoutView.java | 18 +- .../com/discord/views/FailedUploadList.java | 44 +- .../com/discord/views/FailedUploadView.java | 12 +- .../java/com/discord/views/GuildView.java | 26 +- .../main/java/com/discord/views/IconRow.java | 2 +- .../java/com/discord/views/LoadingButton.java | 18 +- .../com/discord/views/NumericBadgingView.java | 26 +- .../views/OverlayMenuBubbleDialog.java | 42 +- .../com/discord/views/OverlayMenuView.java | 30 +- .../main/java/com/discord/views/PileView.java | 12 +- .../com/discord/views/ScreenTitleView.java | 12 +- .../com/discord/views/SearchInputView.java | 8 +- .../com/discord/views/ServerFolderView.java | 10 +- .../com/discord/views/StreamPreviewView.java | 12 +- .../com/discord/views/TernaryCheckBox.java | 18 +- .../com/discord/views/ToolbarTitleLayout.java | 10 +- .../com/discord/views/UploadProgressView.java | 38 +- .../com/discord/views/UserListItemView.java | 10 +- .../java/com/discord/views/UsernameView.java | 14 +- .../com/discord/views/VoiceUserLimitView.java | 16 +- .../java/com/discord/views/VoiceUserView.java | 16 +- .../views/calls/AppVideoStreamRenderer.java | 10 +- .../views/calls/CallEventsButtonView.java | 96 + .../views/calls/StageCallSpeakerView.java | 10 +- .../calls/StageCallVisitCommunityView.java | 10 +- .../views/calls/VideoCallParticipantView.java | 126 +- .../discord/views/calls/VolumeSliderView.java | 10 +- .../GuildChannelSideBarActionsView.java | 4 +- .../PrivateChannelSideBarActionsView.java | 2 +- .../directories/ServerDiscoveryHeader.java | 12 +- .../directories/ServerDiscoveryItem.java | 18 +- .../discovery/DiscoveryStageCardBodyView.java | 10 +- .../DiscoveryStageCardControlsView.java | 10 +- .../DiscoveryStageCardTopHatView.java | 10 +- .../DiscoveryStageCardSpeakersView.java | 10 +- .../experiments/ExperimentOverrideView.java | 22 +- .../ChannelPermissionOwnerView.java | 4 +- .../views/phone/PhoneOrEmailInputView.java | 24 +- .../views/premium/AccountCreditView.java | 14 +- .../discord/views/premium/ShinyButton.java | 108 +- .../PremiumGuildConfirmationView.java | 12 +- .../PremiumGuildProgressView.java | 12 +- .../PremiumGuildSubscriptionUpsellView.java | 12 +- .../PremiumSubscriptionMarketingView.java | 12 +- .../views/segmentedcontrol/CardSegment.java | 6 +- .../com/discord/views/steps/StepsView.java | 82 +- .../discord/views/sticker/StickerView.java | 24 +- .../com/discord/views/typing/TypingDots.java | 16 +- .../user/SettingsMemberView.java} | 92 +- .../views/user/UserAvatarPresenceView.java | 48 +- .../UserAvatarPresenceViewController.java | 6 +- .../discord/views/user/UserSummaryView.java | 6 +- .../WidgetChannelFollowSheet.java | 27 +- .../WidgetChannelFollowSheetViewModel.java | 28 +- .../WidgetChannelFollowSuccessDialog.java | 4 +- .../widgets/auth/AuthInviteInfoView.java | 14 +- .../discord/widgets/auth/WidgetAgeVerify.java | 22 +- .../auth/WidgetAgeVerifyViewModel.java | 40 +- .../widgets/auth/WidgetAuthAgeGated.java | 2 +- ...idgetAuthBirthday$validationManager$2.java | 2 +- .../widgets/auth/WidgetAuthBirthday.java | 8 +- .../widgets/auth/WidgetAuthCaptcha.java | 4 +- .../widgets/auth/WidgetAuthLanding.java | 4 +- .../auth/WidgetAuthLandingViewModel.java | 56 +- .../discord/widgets/auth/WidgetAuthLogin.java | 4 +- .../auth/WidgetAuthMfa$onViewBound$1.java | 4 +- ...WidgetAuthMfa$showBackupCodesDialog$1.java | 2 +- .../discord/widgets/auth/WidgetAuthMfa.java | 8 +- .../widgets/auth/WidgetAuthPhoneVerify.java | 6 +- ...RegisterAccountInformation$register$2.java | 2 +- .../WidgetAuthRegisterAccountInformation.java | 12 +- .../auth/WidgetAuthRegisterIdentity.java | 4 +- ...WidgetAuthResetPassword$onViewBound$1.java | 6 +- .../widgets/auth/WidgetAuthResetPassword.java | 4 +- .../auth/WidgetAuthUndeleteAccount.java | 4 +- .../widgets/auth/WidgetOauth2Authorize.java | 60 +- .../auth/WidgetOauth2AuthorizeSamsung.java | 6 +- .../auth/WidgetRemoteAuth$binding$2.java | 12 +- .../widgets/auth/WidgetRemoteAuth.java | 10 +- .../auth/WidgetRemoteAuthViewModel.java | 12 +- .../botuikit/ComponentChatListState.java | 12 +- .../botuikit/ComponentStateMapper.java | 16 +- .../views/ActionRowComponentView.java | 16 +- .../botuikit/views/ButtonComponentView.java | 4 +- .../views/select/ComponentContext.java | 20 +- .../select/SelectComponentBottomSheet.java | 4 +- .../SelectComponentBottomSheetItem.java | 8 +- ...ectComponentBottomSheetItemViewHolder.java | 2 +- .../views/select/SelectComponentView.java | 14 +- .../BugReportFeatureHeaderViewHolder.java | 4 +- .../BugReportFeatureViewHolder.java | 2 +- .../bugreports/BugReportViewModel.java | 60 +- .../discord/widgets/bugreports/Priority.java | 12 +- .../widgets/bugreports/WidgetBugReport.java | 10 +- .../widgets/changelog/WidgetChangeLog.java | 4 +- .../changelog/WidgetChangeLogSpecial.java | 6 +- .../channels/ChannelPickerAdapterItem.java | 8 +- .../channels/ChannelPickerViewHolder.java | 4 +- .../channels/SimpleMembersAdapter.java | 22 +- .../widgets/channels/SimpleRolesAdapter.java | 8 +- ...View$configure$$inlined$doOnPreDraw$1.java | 2 +- .../discord/widgets/channels/UserAkaView.java | 2 +- .../channels/WidgetChannelOnboarding.java | 2 +- .../WidgetChannelPickerBottomSheet.java | 4 +- ...dgetChannelPickerBottomSheetViewModel.java | 4 +- .../channels/WidgetChannelSelector.java | 20 +- .../channels/WidgetChannelSidebarActions.java | 8 +- ...on$observeStoreState$1$1$storeState$1.java | 2 +- .../WidgetChannelSidebarActionsViewModel.java | 48 +- .../widgets/channels/WidgetChannelTopic.java | 22 +- .../channels/WidgetChannelTopicViewModel.java | 256 +- ...CreateChannel$onViewBoundOrOnResume$4.java | 2 +- .../widgets/channels/WidgetCreateChannel.java | 8 +- .../channels/WidgetGroupInviteFriends.java | 70 +- .../WidgetGroupInviteFriendsAdapter.java | 2 +- ...dgetThreadOnboarding$configureMedia$2.java | 6 +- ...dgetThreadOnboarding$configureMedia$3.java | 4 +- ...dgetThreadOnboarding$configureMedia$4.java | 4 +- .../channels/WidgetThreadOnboarding.java | 10 +- .../invite/GroupInviteFriendsSheet.java | 13 +- .../GroupInviteFriendsSheetAdapter.java | 10 +- .../GroupInviteFriendsSheetViewModel.java | 24 +- ...del$Companion$getPrivateChannelList$1.java | 2 +- ...ListBuilder$$inlined$forEach$lambda$2.java | 2 +- ...ListBuilder$$inlined$forEach$lambda$5.java | 2 +- ...ListBuilder$$inlined$forEach$lambda$6.java | 4 +- ...ListBuilder$$inlined$forEach$lambda$7.java | 2 +- .../channels/list/WidgetChannelListModel.java | 64 +- .../list/WidgetChannelListUnreads.java | 22 +- .../WidgetChannelsList$onViewBound$4.java | 2 +- .../WidgetChannelsList$onViewBound$5.java | 2 +- .../WidgetChannelsList$onViewBound$8.java | 2 +- .../channels/list/WidgetChannelsList.java | 14 +- .../list/WidgetChannelsListAdapter.java | 48 +- ...mChannelActions$Model$Companion$get$1.java | 2 +- .../WidgetChannelsListItemChannelActions.java | 24 +- ...emThreadActions$Model$Companion$get$1.java | 8 +- .../WidgetChannelsListItemThreadActions.java | 44 +- .../list/WidgetCollapsedUsersListAdapter.java | 4 +- .../list/WidgetThreadArchiveActions.java | 23 +- .../list/items/ChannelListItemCategory.java | 16 +- .../list/items/ChannelListItemDirectory.java | 8 +- .../ChannelListItemGuildScheduledEvents.java | 12 +- .../list/items/ChannelListItemHeader.java | 30 +- .../list/items/ChannelListItemInvite.java | 8 +- .../list/items/ChannelListItemPrivate.java | 24 +- .../ChannelListItemStageAudienceCount.java | 8 +- .../ChannelListItemStageVoiceChannel.java | 28 +- .../items/ChannelListItemTextChannel.java | 28 +- .../list/items/ChannelListItemThread.java | 20 +- .../items/ChannelListItemVoiceChannel.java | 32 +- .../list/items/ChannelListItemVoiceUser.java | 24 +- .../channels/list/items/CollapsedUser.java | 12 +- .../memberlist/GuildMemberListItems.java | 20 +- ...ivateChannelMemberListItemGeneratorKt.java | 2 +- .../PrivateChannelMemberListItems.java | 8 +- .../PrivateChannelMemberListService.java | 16 +- .../memberlist/ThreadMemberListItems.java | 8 +- .../WidgetChannelMembersListViewModel.java | 118 +- .../adapter/ChannelMembersListAdapter.java | 120 +- .../ChannelMembersListViewHolderAdd.java | 2 +- .../ChannelMembersListViewHolderHeader.java | 4 +- ...lMembersListViewHolderJoinLeaveThread.java | 4 +- .../ChannelMembersListViewHolderMember.java | 4 +- ...hannelMembersListViewHolderRoleHeader.java | 4 +- .../permissions/AddMemberAdapter.java | 36 +- .../ConfirmRemovePermissionDialog.java | 4 +- ...onfirmRemovePermissionDialogViewModel.java | 2 +- .../channels/permissions/PermissionOwner.java | 20 +- .../permissions/PermissionOwnerListView.java | 24 +- ...idgetChannelSettingsAddMemberFragment.java | 6 +- ...nelSettingsAddMemberFragmentViewModel.java | 46 +- .../WidgetChannelSettingsAddMemberSheet.java | 4 +- ...nnelSettingsEditPermissions$binding$2.java | 7 +- ...ditPermissions$permissionCheckboxes$2.java | 2 +- .../WidgetChannelSettingsEditPermissions.java | 79 +- ...etChannelSettingsEditPermissionsModel.java | 68 +- ...etChannelSettingsPermissionsAddMember.java | 12 +- ...dgetChannelSettingsPermissionsAddRole.java | 12 +- ...getChannelSettingsPermissionsAdvanced.java | 42 +- ...gsPermissionsOverview$configureTabs$1.java | 2 +- ...getChannelSettingsPermissionsOverview.java | 42 +- ...lSettingsPermissionsOverviewViewModel.java | 8 +- .../WidgetCreateChannelAddMember.java | 2 +- ...idgetStageChannelModeratorPermissions.java | 4 +- ...nsViewModel$Companion$observeStores$1.java | 6 +- ...eChannelModeratorPermissionsViewModel.java | 42 +- .../ChannelGroupDMSettingsViewModel.java | 24 +- .../channels/settings/ChannelSettings.java | 12 +- .../WidgetChannelGroupDMSettings.java | 10 +- .../WidgetChannelNotificationSettings.java | 36 +- ...dgetTextChannelSettings$configureUI$1.java | 4 +- ...dgetTextChannelSettings$configureUI$3.java | 2 +- .../settings/WidgetTextChannelSettings.java | 52 +- ...icationSettings$Model$Companion$get$1.java | 12 +- .../WidgetThreadNotificationSettings.java | 14 +- .../settings/WidgetThreadSettings.java | 12 +- .../WidgetThreadSettingsViewModel.java | 36 +- .../WidgetThreadDraftArchiveSheet.java | 18 +- .../browser/ThreadBrowserThreadView.java | 60 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- .../WidgetThreadBrowser$updateMenu$1.java | 4 +- .../threads/browser/WidgetThreadBrowser.java | 16 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../WidgetThreadBrowserActive$binding$2.java | 4 +- .../browser/WidgetThreadBrowserActive.java | 15 +- .../WidgetThreadBrowserActiveViewModel.java | 60 +- .../browser/WidgetThreadBrowserAdapter.java | 28 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- ...WidgetThreadBrowserArchived$binding$2.java | 4 +- .../browser/WidgetThreadBrowserArchived.java | 17 +- .../WidgetThreadBrowserArchivedViewModel.java | 60 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../WidgetThreadBrowserFilterSheet.java | 11 +- .../browser/WidgetThreadBrowserViewModel.java | 32 +- .../discord/widgets/chat/MessageContent.java | 8 +- .../discord/widgets/chat/MessageManager.java | 22 +- .../widgets/chat/WidgetUrlActions.java | 4 +- .../chat/input/AppFlexInputViewModel.java | 28 +- .../input/ApplicationCategoryViewHolder.java | 2 +- .../chat/input/AutocompleteStickerItem.java | 16 +- .../chat/input/ChatInputViewModel.java | 292 +- .../chat/input/CommandCategoryItem.java | 8 +- .../widgets/chat/input/SourcedAttachment.java | 12 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- .../chat/input/WidgetChatInput$binding$2.java | 8 +- .../input/WidgetChatInput$onViewBound$1.java | 2 +- ...tChatInput$setWindowInsetsListeners$3.java | 16 +- .../widgets/chat/input/WidgetChatInput.java | 78 +- ...putAttachments$createPreviewAdapter$1.java | 4 +- .../input/WidgetChatInputAttachments.java | 4 +- ...WidgetChatInputDiscoveryCommandsModel.java | 28 +- .../input/WidgetChatInputMentionsTags.java | 12 +- .../SelectedAppCommandTitleAdapterItem.java | 16 +- .../ApplicationCommandAutocompletable.java | 12 +- ...plicationCommandChoiceAutocompletable.java | 8 +- .../ApplicationCommandLoadingPlaceholder.java | 8 +- .../autocomplete/ApplicationPlaceholder.java | 8 +- .../AutocompleteExtensionsKt.java | 38 +- .../autocomplete/AutocompleteViewModel.java | 97 +- .../autocomplete/AutocompleteViewState.java | 28 +- .../autocomplete/ChannelAutocompletable.java | 16 +- .../autocomplete/EmojiAutocompletable.java | 8 +- .../chat/input/autocomplete/Event.java | 8 +- .../GlobalRoleAutocompletable.java | 2 +- .../input/autocomplete/InputAutocomplete.java | 15 +- .../autocomplete/InputEditTextAction.java | 84 +- .../autocomplete/RoleAutocompletable.java | 20 +- .../SelectedCommandViewState.java | 24 +- .../autocomplete/UserAutocompletable.java | 30 +- .../chat/input/autocomplete/ViewState.java | 12 +- .../adapter/AutocompleteItemViewHolder.java | 24 +- .../adapter/ChatInputAutocompleteAdapter.java | 2 +- .../adapter/CommandHeaderViewHolder.java | 2 +- .../EmojiAutocompleteUpsellViewHolder.java | 2 +- .../commands/AutocompleteCommandUtils.java | 24 +- .../sources/EmojiAutocompletableSource.java | 6 +- .../sources/UserAutocompletableSource.java | 2 +- .../input/emoji/EmojiCategoryAdapter.java | 6 +- .../chat/input/emoji/EmojiCategoryItem.java | 32 +- .../input/emoji/EmojiCategoryViewHolder.java | 4 +- .../input/emoji/EmojiPickerViewModel.java | 88 +- .../chat/input/emoji/WidgetEmojiAdapter.java | 38 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- .../chat/input/emoji/WidgetEmojiPicker.java | 6 +- .../expression/ExpressionDetailPage.java | 8 +- .../expression/ExpressionPickerEvent.java | 12 +- .../expression/ExpressionTrayViewModel.java | 52 +- .../WidgetExpressionPickerAdapter.java | 22 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- ...essionTray$setWindowInsetsListeners$2.java | 2 +- .../expression/WidgetExpressionTray.java | 4 +- .../chat/input/gifpicker/GifAdapterItem.java | 32 +- .../chat/input/gifpicker/GifCategoryItem.java | 10 +- .../gifpicker/GifCategoryViewHolder.java | 4 +- .../input/gifpicker/GifCategoryViewModel.java | 4 +- .../input/gifpicker/GifPickerViewModel.java | 10 +- .../input/gifpicker/GifSearchViewModel.java | 20 +- .../chat/input/gifpicker/GifViewHolder.java | 6 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...ifCategory$setWindowInsetsListeners$2.java | 2 +- .../input/gifpicker/WidgetGifCategory.java | 18 +- .../chat/input/gifpicker/WidgetGifPicker.java | 4 +- .../gifpicker/WidgetGifPickerSearch.java | 6 +- .../input/models/ApplicationCommandData.java | 16 +- .../input/models/ApplicationCommandValue.java | 16 +- .../AutocompleteApplicationCommands.java | 16 +- .../input/models/AutocompleteInputModel.java | 16 +- .../AutocompleteInputSelectionModel.java | 20 +- .../input/models/ChatInputMentionsMap.java | 8 +- .../input/models/InputCommandContext.java | 12 +- .../input/models/InputSelectionModel.java | 28 +- .../chat/input/models/MentionInputModel.java | 16 +- .../chat/input/models/MentionToken.java | 16 +- .../chat/input/models/OptionRange.java | 12 +- .../chat/input/sticker/HeaderItem.java | 8 +- .../chat/input/sticker/HeaderType.java | 22 +- .../input/sticker/StickerCategoryAdapter.java | 2 +- .../input/sticker/StickerCategoryItem.java | 48 +- .../sticker/StickerCategoryViewHolder.java | 12 +- .../input/sticker/StickerFullSizeDialog.java | 2 +- .../chat/input/sticker/StickerItem.java | 26 +- .../StickerPackStoreSheetAnalytics.java | 16 +- .../StickerPackStoreSheetViewModel.java | 32 +- .../input/sticker/StickerPickerViewModel.java | 86 +- .../chat/input/sticker/StickerViewHolder.java | 4 +- .../chat/input/sticker/StoreHeaderItem.java | 14 +- .../input/sticker/StoreHeaderViewHolder.java | 2 +- .../sticker/WidgetStickerPackStoreSheet.java | 4 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- .../input/sticker/WidgetStickerPicker.java | 8 +- ...tListItemMessageAccessibilityDelegate.java | 2 +- .../widgets/chat/list/InlineMediaView.java | 30 +- .../chat/list/PublishActionDialog.java | 15 +- .../list/PublishActionDialogViewModel.java | 12 +- .../chat/list/ViewEmbedGameInvite.java | 30 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../widgets/chat/list/WidgetChatList.java | 2 +- .../widgets/chat/list/actions/EmojiItem.java | 8 +- .../list/actions/WidgetChatListActions.java | 81 +- .../WidgetChatListAdapterEventsHandler.java | 20 +- ...ChatListAdapterItemApplicationCommand.java | 2 +- .../WidgetChatListAdapterItemAttachment.java | 22 +- ...getChatListAdapterItemBotComponentRow.java | 2 +- .../WidgetChatListAdapterItemCallMessage.java | 12 +- ...ItemEmbed$configureEmbedDescription$1.java | 6 +- ...dapterItemEmbed$configureEmbedTitle$1.java | 6 +- .../WidgetChatListAdapterItemEmbed.java | 62 +- ...terItemEphemeralMessage$onConfigure$2.java | 2 +- ...etChatListAdapterItemEphemeralMessage.java | 2 +- ...dgetChatListAdapterItemGift$buttons$2.java | 2 +- .../WidgetChatListAdapterItemGift.java | 34 +- ...hatListAdapterItemGuildInviteReminder.java | 2 +- ...tAdapterItemGuildScheduledEventInvite.java | 28 +- ...idgetChatListAdapterItemGuildTemplate.java | 14 +- ...WidgetChatListAdapterItemGuildWelcome.java | 6 +- .../WidgetChatListAdapterItemInvite.java | 124 +- ...idgetChatListAdapterItemMentionFooter.java | 2 +- .../WidgetChatListAdapterItemMessage.java | 2 +- ...idgetChatListAdapterItemMessageHeader.java | 2 +- .../WidgetChatListAdapterItemNewMessages.java | 2 +- ...hatListAdapterItemPrivateChannelStart.java | 4 +- .../WidgetChatListAdapterItemReactions.java | 2 +- ...tListAdapterItemSpotifyListenTogether.java | 20 +- ...StageInvite$Model$Companion$observe$1.java | 2 +- .../WidgetChatListAdapterItemStageInvite.java | 34 +- .../WidgetChatListAdapterItemStart.java | 6 +- ...WidgetChatListAdapterItemStickerGreet.java | 4 +- ...hatListAdapterItemStickerGreetCompact.java | 2 +- ...idgetChatListAdapterItemSystemMessage.java | 2 +- ...getChatListAdapterItemThreadDraftForm.java | 8 +- .../WidgetChatListAdapterItemThreadEmbed.java | 2 +- .../WidgetChatListAdapterItemTimestamp.java | 2 +- ...dgetChatListAdapterItemUploadProgress.java | 48 +- .../chat/list/entries/AttachmentEntry.java | 36 +- .../list/entries/BlockedMessagesEntry.java | 12 +- .../list/entries/BotUiComponentEntry.java | 16 +- .../widgets/chat/list/entries/EmbedEntry.java | 36 +- .../chat/list/entries/EmptyPinsEntry.java | 2 +- .../chat/list/entries/GameInviteEntry.java | 22 +- .../widgets/chat/list/entries/GiftEntry.java | 16 +- .../GuildScheduledEventInviteEntry.java | 26 +- .../chat/list/entries/GuildTemplateEntry.java | 12 +- .../chat/list/entries/GuildWelcomeEntry.java | 20 +- .../chat/list/entries/InviteEntry.java | 20 +- .../chat/list/entries/MessageEntry.java | 80 +- .../chat/list/entries/MessageHeaderEntry.java | 12 +- .../chat/list/entries/NewMessagesEntry.java | 8 +- .../chat/list/entries/ReactionsEntry.java | 16 +- .../list/entries/SearchResultCountEntry.java | 2 +- .../chat/list/entries/SpacerEntry.java | 2 +- .../entries/SpotifyListenTogetherEntry.java | 18 +- .../chat/list/entries/StageInviteEntry.java | 20 +- .../chat/list/entries/StartOfChatEntry.java | 36 +- .../list/entries/StartOfPrivateChatEntry.java | 20 +- .../chat/list/entries/StickerEntry.java | 12 +- .../entries/StickerGreetCompactEntry.java | 16 +- .../chat/list/entries/StickerGreetEntry.java | 16 +- .../list/entries/ThreadDraftFormEntry.java | 36 +- .../chat/list/entries/ThreadEmbedEntry.java | 42 +- .../entries/ThreadStarterDividerEntry.java | 8 +- .../chat/list/entries/TimestampEntry.java | 8 +- .../list/entries/UploadProgressEntry.java | 8 +- .../chat/list/model/WidgetChatListModel.java | 44 +- .../model/WidgetChatListModelMessages.java | 48 +- .../list/model/WidgetChatListModelTop.java | 8 +- .../WidgetApplicationCommandBottomSheet.java | 35 +- ...etViewModel$Companion$observeStores$1.java | 38 +- ...pplicationCommandBottomSheetViewModel.java | 72 +- .../list/utils/EmbeddedMessageParser.java | 36 +- .../ManageReactionsEmojisAdapter.java | 10 +- .../managereactions/ManageReactionsModel.java | 8 +- .../ManageReactionsModelProvider.java | 2 +- .../ManageReactionsResultsAdapter.java | 30 +- .../WidgetManageReactions.java | 4 +- ...ypingModel$Companion$getTypingUsers$1.java | 2 +- ...ypingModel$Companion$getTypingUsers$2.java | 2 +- .../widgets/chat/overlay/ChatTypingModel.java | 12 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- .../overlay/WidgetChatOverlay$binding$2.java | 4 +- .../chat/overlay/WidgetChatOverlay.java | 44 +- .../pins/WidgetChannelPinnedMessages.java | 50 +- .../widgets/client/WidgetClientOutdated.java | 2 +- .../contact_sync/AddFriendsFailed.java | 6 +- ...ontactSyncFriendSuggestionListAdapter.java | 4 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../ContactSyncPermissionsSheet.java | 6 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../contact_sync/ContactSyncUpsellSheet.java | 8 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../WidgetContactSync$configureUI$3.java | 2 +- .../WidgetContactSync$configureUI$5.java | 2 +- .../contact_sync/WidgetContactSync.java | 32 +- .../WidgetContactSyncViewModel.java | 104 +- ...dgetDebugging$onViewBoundOrOnResume$3.java | 6 +- .../widgets/debugging/WidgetDebugging.java | 10 +- .../widgets/debugging/WidgetFatalCrash.java | 4 +- .../directories/DirectoriesSearchArgs.java | 2 +- .../directories/DirectoryCategoryArgs.java | 8 +- .../directories/DirectoryChannelItem.java | 8 +- .../directories/DirectoryEntryData.java | 12 +- ...toriesSearch$$special$$inlined$args$1.java | 8 +- .../WidgetDirectoriesSearch$adapter$1.java | 5 +- ...$onViewBound$$inlined$apply$lambda$1.java} | 4 +- .../directories/WidgetDirectoriesSearch.java | 9 +- ...chViewModel$Companion$observeStores$1.java | 2 +- .../WidgetDirectoriesSearchViewModel.java | 28 +- ...esViewModel$Companion$observeStores$1.java | 2 +- .../WidgetDirectoriesViewModel.java | 28 +- ...toryCategory$$special$$inlined$args$1.java | 8 +- .../WidgetDirectoryCategory$adapter$1.java | 5 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../directories/WidgetDirectoryCategory.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../WidgetDirectoryChannel$binding$2.java | 4 +- ...l$onViewBound$$inlined$apply$lambda$1.java | 14 +- .../directories/WidgetDirectoryChannel.java | 20 +- .../WidgetDirectoryChannelAdapter.java | 2 +- ...idgetDirectoryChannelViewPagerAdapter.java | 6 +- .../widgets/emoji/EmojiSheetViewModel.java | 80 +- .../widgets/emoji/WidgetEmojiSheet.java | 6 +- .../feedback/FeedbackSheetViewModel.java | 30 +- .../widgets/feedback/WidgetFeedbackSheet.java | 4 +- .../EmptyFriendsStateContactSyncView.java | 2 +- .../friends/EmptyFriendsStateView.java | 2 +- .../widgets/friends/FriendsListViewModel.java | 162 +- .../widgets/friends/NearbyManager.java | 16 +- .../widgets/friends/SuggestedFriendView.java | 2 +- .../widgets/friends/WidgetFriendsAdd.java | 2 +- .../WidgetFriendsAddById$onViewBound$2.java | 10 +- .../widgets/friends/WidgetFriendsAddById.java | 12 +- .../friends/WidgetFriendsAddUserAdapter.java | 18 +- .../friends/WidgetFriendsFindNearby.java | 8 +- .../WidgetFriendsList$configureToolbar$1.java | 6 +- .../widgets/friends/WidgetFriendsList.java | 4 +- .../friends/WidgetFriendsListAdapter.java | 14 +- .../GuildDeleteFeedbackSheetNavigator.java | 4 +- .../GuildRoleSubscriptionBenefitItemView.java | 6 +- .../GuildRoleSubscriptionPlanDetailsView.java | 2 +- .../GuildSubscriptionRoleImageUploadView.java | 10 +- .../PriceTierPickerBottomSheetViewModel.java | 10 +- .../WidgetPriceTierPickerBottomSheet.java | 6 +- ...dRoleSubscriptionPlanDetailsViewModel.java | 8 +- ...ildRoleSubscriptionPlanSetupViewModel.java | 40 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...idgetGuildRoleSubscriptionPlanDetails.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- ...wModels$$inlined$activityViewModels$5.java | 2 +- ...wModels$$inlined$activityViewModels$6.java | 2 +- .../WidgetGuildRoleSubscriptionPlanSetup.java | 2 +- .../GuildRoleSubscriptionTierAdapter.java | 6 +- .../GuildRoleSubscriptionTierAdapterItem.java | 58 +- .../GuildRoleSubscriptionTierViewHolder.java | 34 +- ...ateGuildRoleSubscriptionTierViewModel.java | 20 +- .../GuildRoleSubscriptionMemberPreview.java | 12 +- ...ldRoleSubscriptionTierReviewViewModel.java | 2 +- .../GuildRoleSubscriptionTierViewModel.java | 8 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...wModels$$inlined$activityViewModels$3.java | 2 +- ...wModels$$inlined$activityViewModels$4.java | 2 +- ...WidgetCreateGuildRoleSubscriptionTier.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...WidgetGuildRoleSubscriptionTierDesign.java | 4 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...idgetGuildRoleSubscriptionTierDetails.java | 4 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...WidgetGuildRoleSubscriptionTierReview.java | 2 +- .../GuildRoleSubscriptionBenefitAdapter.java | 6 +- ...ildRoleSubscriptionBenefitAdapterItem.java | 44 +- ...RoleSubscriptionTierBenefitsViewModel.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...dgetGuildRoleSubscriptionTierBenefits.java | 4 +- ...bscriptionTierChannelBenefitViewModel.java | 32 +- ...ildRoleSubscriptionTierChannelBenefit.java | 4 +- ...riptionTierIntangibleBenefitViewModel.java | 24 +- ...RoleSubscriptionTierIntangibleBenefit.java | 4 +- .../tier/model/Benefit.java | 32 +- .../tier/model/GuildRoleSubscriptionTier.java | 36 +- .../guilds/WidgetGuildFolderSettings.java | 14 +- .../WidgetGuildFolderSettingsViewModel.java | 28 +- .../widgets/guilds/WidgetGuildSelector.java | 22 +- .../FolderContextMenuViewModel.java | 20 +- .../GuildContextMenuViewModel.java | 32 +- .../contextmenu/WidgetFolderContextMenu.java | 9 +- .../contextmenu/WidgetGuildContextMenu.java | 9 +- .../guilds/create/ChannelTemplate.java | 6 +- .../guilds/create/CreationIntentArgs.java | 12 +- .../guilds/create/GuildCreateCloneViews.java | 6 +- .../create/GuildTemplateChannelsView.java | 10 +- ...eationIntent$$special$$inlined$args$1.java | 8 +- .../guilds/create/WidgetCreationIntent.java | 6 +- .../guilds/create/WidgetGuildClone.java | 12 +- ...tGuildCreate$$special$$inlined$args$1.java | 8 +- .../guilds/create/WidgetGuildCreate.java | 24 +- .../create/WidgetGuildCreateViewModel.java | 48 +- .../widgets/guilds/invite/GuildInvite.java | 28 +- .../invite/GuildInviteSettingsViewModel.java | 32 +- .../GuildInviteShareSheetViewModel.java | 80 +- .../guilds/invite/InviteGenerator.java | 12 +- .../InviteJoinHelper$joinViaInvite$4.java | 72 +- .../guilds/invite/InviteJoinHelper.java | 6 + .../guilds/invite/InviteSuggestion.java | 16 +- .../guilds/invite/InviteSuggestionItem.java | 28 +- .../guilds/invite/InviteSuggestionItemV2.java | 40 +- .../invite/InviteSuggestionsAdapter.java | 4 +- ...onsManager$observeInviteSuggestions$2.java | 2 +- .../invite/InviteSuggestionsManager.java | 12 +- .../guilds/invite/PrivateChannelAdapter.java | 4 +- .../invite/ViewInviteSettingsSheet.java | 16 +- ...etGuildInvite$onViewBoundOrOnResume$1.java | 10 +- .../guilds/invite/WidgetGuildInvite.java | 8 +- .../invite/WidgetGuildInviteSettings.java | 10 +- .../guilds/invite/WidgetGuildInviteShare.java | 4 +- .../invite/WidgetGuildInviteShareCompact.java | 8 +- ...idgetGuildInviteShareEmptySuggestions.java | 6 +- .../invite/WidgetGuildInviteShareSheet.java | 4 +- ...iewModel$observeViewStateFromStores$1.java | 6 +- .../WidgetGuildInviteShareViewModel.java | 20 +- .../guilds/invite/WidgetInviteInfo.java | 10 +- .../guilds/invite/WidgetInviteModel.java | 46 +- .../widgets/guilds/join/ChannelItem.java | 20 +- .../guilds/join/ChannelViewHolder.java | 2 +- .../widgets/guilds/join/WidgetGuildJoin.java | 8 +- .../guilds/join/WidgetGuildWelcomeSheet.java | 13 +- ...WidgetGuildWelcomeSheetChannelAdapter.java | 2 +- .../WidgetGuildWelcomeSheetViewModel.java | 36 +- .../leave/LeaveGuildDialogViewModel.java | 20 +- .../guilds/leave/WidgetLeaveGuildDialog.java | 8 +- .../widgets/guilds/list/GuildListItem.java | 118 +- .../guilds/list/GuildListViewHolder.java | 28 +- .../guilds/list/WidgetGuildListAdapter.java | 26 +- ...tGuildsList$configureBottomNavSpace$1.java | 4 +- .../widgets/guilds/list/WidgetGuildsList.java | 14 +- ...tViewModel$createDirectMessageItems$2.java | 2 +- .../list/WidgetGuildsListViewModel.java | 180 +- .../widgets/guilds/profile/EmojiItem.java | 10 +- .../WidgetChangeGuildIdentity$binding$2.java | 54 +- ...ChangeGuildIdentity$configureAvatar$2.java | 9 +- ...ChangeGuildIdentity$configureUpsell$1.java | 16 + .../profile/WidgetChangeGuildIdentity.java | 50 +- .../WidgetChangeGuildIdentityViewModel.java | 49 +- ...ofileSheet$showChangeNicknameDialog$2.java | 2 +- .../profile/WidgetGuildProfileSheet.java | 27 +- .../WidgetGuildProfileSheetEmojisAdapter.java | 2 +- .../WidgetGuildProfileSheetViewModel.java | 216 +- .../WidgetPublicAnnouncementProfileSheet.java | 2 +- .../guildscheduledevent/DescriptionCache.java | 16 +- .../GuildEventPromptListView.java | 14 +- .../GuildEventPromptView.java | 2 +- ...iew$configure$$inlined$apply$lambda$1.java | 4 +- ...iew$configure$$inlined$apply$lambda$3.java | 4 +- .../GuildScheduledEventBottomButtonView.java | 27 +- .../GuildScheduledEventDateView.java | 47 +- .../GuildScheduledEventDetailsViewModel.java | 32 +- .../GuildScheduledEventItemView.java | 8 +- .../GuildScheduledEventListItem.java | 20 +- ...stViewModel$Companion$observeStores$1.java | 23 +- .../GuildScheduledEventListViewModel.java | 48 +- .../GuildScheduledEventLocationInfo.java | 10 +- .../GuildScheduledEventModel.java | 44 +- .../GuildScheduledEventPickerDate.java | 12 +- .../GuildScheduledEventPickerTime.java | 8 +- .../GuildScheduledEventSettingsViewModel.java | 18 +- .../PreviewGuildScheduledEventViewModel.java | 26 +- ...GuildScheduledEventDetailsBottomSheet.java | 8 +- ...duledEventListBottomSheet$channelId$2.java | 24 + ...dEventListBottomSheet$onViewCreated$4.java | 4 +- ...duledEventListBottomSheet$viewModel$2.java | 2 +- ...getGuildScheduledEventListBottomSheet.java | 30 +- ...dgetGuildScheduledEventLocationSelect.java | 8 +- ...ScheduledEventLocationSelectViewModal.java | 12 +- .../WidgetGuildScheduledEventSettings.java | 6 +- ...viewGuildScheduledEvent$onViewBound$2.java | 2 +- .../WidgetPreviewGuildScheduledEvent.java | 4 +- .../com/discord/widgets/home/HomeConfig.java | 12 +- .../widgets/home/WidgetHome$binding$2.java | 18 +- .../home/WidgetHome$configureFirstOpen$2.java | 2 +- .../home/WidgetHome$configureLeftPanel$1.java | 4 +- ...ome$configureNavigationDrawerAction$1.java | 2 +- ...tHome$setPanelWindowInsetsListeners$1.java | 2 +- ...tHome$setPanelWindowInsetsListeners$3.java | 2 +- .../com/discord/widgets/home/WidgetHome.java | 92 +- ...meHeaderManager$getOnSelectedAction$1.java | 14 +- .../widgets/home/WidgetHomeHeaderManager.java | 30 +- .../home/WidgetHomeModel$Companion$get$2.java | 2 +- .../discord/widgets/home/WidgetHomeModel.java | 36 +- .../widgets/home/WidgetHomePanelLoading.java | 46 +- .../widgets/home/WidgetHomePanelNsfw.java | 4 +- .../widgets/home/WidgetHomeViewModel.java | 66 +- .../widgets/home/WidgetMainSurveyDialog.java | 6 +- .../discord/widgets/hubs/AddNameState.java | 16 +- .../hubs/AddServerConfirmationArgs.java | 8 +- .../widgets/hubs/DescriptionResult.java | 8 +- .../hubs/DiscordHubAddServerState.java | 109 - .../hubs/DiscordHubAddServerViewHolder.java | 2 +- .../discord/widgets/hubs/DomainGuildInfo.java | 8 +- .../discord/widgets/hubs/HubAddNameArgs.java | 2 +- .../widgets/hubs/HubAddServerState.java | 163 + .../widgets/hubs/HubAuthenticationArgs.java | 8 +- .../widgets/hubs/HubAuthenticationState.java | 16 +- .../widgets/hubs/HubDescriptionArgs.java | 32 +- .../widgets/hubs/HubDescriptionState.java | 20 +- .../discord/widgets/hubs/HubDomainArgs.java | 8 +- .../discord/widgets/hubs/HubDomainResult.java | 2 +- .../widgets/hubs/HubDomainViewHolder.java | 2 +- .../discord/widgets/hubs/HubEmailArgs.java | 12 +- .../discord/widgets/hubs/HubEmailState.java | 20 +- .../discord/widgets/hubs/HubWaitlistArgs.java | 2 +- .../widgets/hubs/HubWaitlistResult.java | 2 +- .../widgets/hubs/HubWaitlistState.java | 8 +- .../widgets/hubs/RadioSelectorItem.java | 28 +- .../widgets/hubs/RadioSelectorItems.java | 8 +- .../WidgetDiscordHubAddServerViewModel.java | 104 - ...etHubAddName$$special$$inlined$args$1.java | 8 +- .../widgets/hubs/WidgetHubAddName.java | 6 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../hubs/WidgetHubAddServer$binding$2.java | 16 +- .../WidgetHubAddServer$configureUI$1.java | 8 +- ...ener$1$$special$$inlined$let$lambda$1.java | 26 + ...tHubAddServer$onServerClickListener$1.java | 68 + ...r$onViewBound$$inlined$apply$lambda$1.java | 27 + ...tHubAddServer$onViewBoundOrOnResume$1.java | 12 +- .../hubs/WidgetHubAddServer$viewModel$2.java | 6 +- .../widgets/hubs/WidgetHubAddServer.java | 43 +- ...mationDialog$$special$$inlined$args$1.java | 8 +- .../WidgetHubAddServerConfirmationDialog.java | 6 +- ...rViewModel$Companion$observeStores$1.java} | 85 +- .../hubs/WidgetHubAddServerViewModel.java | 116 + ...thentication$$special$$inlined$args$1.java | 8 +- .../widgets/hubs/WidgetHubAuthentication.java | 4 +- ...bDescription$$special$$inlined$args$1.java | 8 +- .../widgets/hubs/WidgetHubDescription.java | 8 +- ...DomainSearch$$special$$inlined$args$1.java | 8 +- .../widgets/hubs/WidgetHubDomainSearch.java | 4 +- ...etHubDomains$$special$$inlined$args$1.java | 8 +- .../widgets/hubs/WidgetHubDomains.java | 4 +- ...HubEmailFlow$$special$$inlined$args$1.java | 8 +- .../hubs/WidgetHubEmailFlow$binding$2.java | 12 +- ...idgetHubEmailFlow$validationManager$2.java | 2 +- .../widgets/hubs/WidgetHubEmailFlow.java | 38 +- ...tHubWaitlist$$special$$inlined$args$1.java | 8 +- .../widgets/hubs/WidgetHubWaitlist.java | 4 +- ...rBottomSheet$$special$$inlined$args$1.java | 8 +- .../hubs/WidgetRadioSelectorBottomSheet.java | 2 +- .../WidgetMedia$onViewBoundOrOnResume$1.java | 6 +- .../discord/widgets/media/WidgetMedia.java | 12 +- .../widgets/media/WidgetQRScanner.java | 4 +- .../mobile_reports/MobileReportArgs.java | 36 +- .../MobileReportsBottomButton.java | 8 +- .../MobileReportsViewModel.java | 204 +- .../mobile_reports/ReportsMenuNode.java | 52 +- ...obileReports$$special$$inlined$args$1.java | 8 +- .../mobile_reports/WidgetMobileReports.java | 4 +- .../NoticePopup$enqueue$notice$1$3$2.java | 12 +- .../widgets/notice/NoticePopupChannel.java | 48 +- .../widgets/notice/WidgetNoticeDialog.java | 12 +- .../notice/WidgetNoticeNuxOverlay.java | 4 +- .../notice/WidgetNoticeNuxSamsungLink.java | 4 +- .../discord/widgets/nux/GuildCreateArgs.java | 20 +- .../widgets/nux/GuildTemplateArgs.java | 20 +- .../nux/GuildTemplateCardViewHolder.java | 2 +- .../widgets/nux/GuildTemplateViewType.java | 8 +- .../widgets/nux/GuildTemplatesAdapter.java | 2 +- ...ildTemplates$$special$$inlined$args$1.java | 8 +- .../widgets/nux/WidgetGuildTemplates.java | 4 +- .../widgets/nux/WidgetNavigationHelp.java | 6 +- .../widgets/nux/WidgetNuxChannelPrompt.java | 6 +- ...NuxPostRegistrationJoin$onViewBound$1.java | 2 +- .../nux/WidgetNuxPostRegistrationJoin.java | 2 +- .../phone/PhoneCountryCodeAdapterItem.java | 2 +- .../WidgetPhoneCountryCodeBottomSheet.java | 4 +- ...special$$inlined$activityViewModels$1.java | 2 +- ...special$$inlined$activityViewModels$2.java | 2 +- .../WidgetQuickMentionsDialog.java | 4 +- .../WidgetSearch$configureSearchInput$1.java | 2 +- .../WidgetSearch$configureSearchInput$5.java | 4 +- .../discord/widgets/search/WidgetSearch.java | 32 +- ...etSearchResults$Model$Companion$get$1.java | 4 +- .../search/results/WidgetSearchResults.java | 26 +- .../suggestions/WidgetSearchSuggestions.java | 10 +- .../WidgetSearchSuggestionsAdapter.java | 12 +- .../servers/NotificationMuteSettingsView.java | 32 +- .../NotificationsOverridesAdapter.java | 6 +- ...ListAdapter$computeChangedPositions$1.java | 6 +- .../servers/SettingsChannelListAdapter.java | 66 +- .../servers/WidgetServerDeleteDialog.java | 12 +- .../WidgetServerNotifications$binding$2.java | 6 +- .../servers/WidgetServerNotifications.java | 32 +- ...etServerNotificationsOverrideSelector.java | 4 +- .../WidgetServerRegionSelectDialog.java | 26 +- .../widgets/servers/WidgetServerSettings.java | 22 +- .../servers/WidgetServerSettingsBans.java | 36 +- ...ettingsChannels$Model$Companion$get$1.java | 2 +- ...ingsChannels$configureFabVisibility$1.java | 2 +- ...igureFabVisibility$setFabVisibility$1.java | 4 +- ...tServerSettingsChannels$configureUI$1.java | 4 +- .../servers/WidgetServerSettingsChannels.java | 24 +- ...ServerSettingsChannelsFabMenuFragment.java | 4 +- ...dgetServerSettingsChannelsSortActions.java | 4 +- .../WidgetServerSettingsEditIntegration.java | 28 +- .../WidgetServerSettingsEditMember.java | 56 +- ...tServerSettingsEditMemberRolesAdapter.java | 12 +- .../servers/WidgetServerSettingsEditRole.java | 142 +- ...ojis$Model$Companion$getGuildEmojis$1.java | 36 +- ...ojis$Model$Companion$getGuildEmojis$2.java | 29 +- .../servers/WidgetServerSettingsEmojis.java | 216 +- .../WidgetServerSettingsEmojisEdit.java | 8 +- ...etServerSettingsInstantInvitesActions.java | 4 +- .../WidgetServerSettingsIntegrations.java | 24 +- ...getServerSettingsIntegrationsListItem.java | 8 +- .../WidgetServerSettingsModeration.java | 12 +- ...idgetServerSettingsOverview$binding$2.java | 22 +- ...tServerSettingsOverview$configureUI$6.java | 8 +- ...tServerSettingsOverview$configureUI$7.java | 8 +- ...wRegionDialog$$inlined$apply$lambda$1.java | 2 +- .../servers/WidgetServerSettingsOverview.java | 78 +- .../WidgetServerSettingsRolesList.java | 30 +- .../WidgetServerSettingsRolesListAdapter.java | 28 +- .../servers/WidgetServerSettingsSecurity.java | 32 +- ...WidgetServerSettingsTransferOwnership.java | 27 +- .../WidgetServerSettingsVanityUrl.java | 26 +- ...ettingsAuditLog$Model$Companion$get$1.java | 6 +- ...tServerSettingsAuditLog$onViewBound$1.java | 8 +- ...tServerSettingsAuditLog$onViewBound$4.java | 2 +- ...tServerSettingsAuditLog$onViewBound$5.java | 2 +- .../WidgetServerSettingsAuditLog.java | 12 +- .../WidgetServerSettingsAuditLogAdapter.java | 6 +- ...AuditLogFilter$Model$Companion$get$1.java} | 6 +- ...n$get$2$$special$$inlined$sortedBy$1.java} | 2 +- ...n$get$2$$special$$inlined$sortedBy$2.java} | 2 +- ...er$Model$Companion$get$2$listItems$1.java} | 6 +- ...er$Model$Companion$get$2$listItems$2.java} | 9 +- ...AuditLogFilter$Model$Companion$get$2.java} | 40 +- ...del$Companion$getPermissionUserIds$1.java} | 14 +- ...rverSettingsAuditLogFilter$binding$2.java} | 16 +- ...LogFilter$onFilterSelectedCallback$1.java} | 10 +- ...ditLogFilter$onViewBoundOrOnResume$1.java} | 10 +- ...uditLogFilter$onViewBoundOrOnResume$2.java | 26 + ...nViewCreated$$inlined$apply$lambda$1.java} | 10 +- ...ttingsAuditLogFilter$onViewCreated$2.java} | 12 +- ...> WidgetServerSettingsAuditLogFilter.java} | 50 +- ...LogFilterUserViewHolder$onConfigure$1.java | 32 +- ...LogFilterUserViewHolder$onConfigure$2.java | 21 + ...LogFilterUserViewHolder$onConfigure$3.java | 25 - ...etServerSettingsAuditLogFilterAdapter.java | 106 +- ...ogFilterSheet$onViewBoundOrOnResume$2.java | 26 - .../CommunityGetStartedHeaderIconView.java | 2 +- .../CommunityGetStartedInformationView.java | 2 +- .../community/CommunitySelectorView.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../WidgetConfirmRemoveCommunityDialog.java | 4 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...tingsCommunityFirstStep$configureUI$1.java | 2 +- ...idgetServerSettingsCommunityFirstStep.java | 6 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...WidgetServerSettingsCommunityOverview.java | 6 +- ...verSettingsCommunityOverviewViewModel.java | 56 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...dgetServerSettingsCommunitySecondStep.java | 6 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...idgetServerSettingsCommunityThirdStep.java | 4 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../WidgetServerSettingsEnableCommunity.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...getServerSettingsEnableCommunitySteps.java | 2 +- ...erverSettingsEnableCommunityViewModel.java | 106 +- ...sGuildRoleSubscriptionTierAdapterItem.java | 8 +- ...ettingsGuildRoleSubscriptionViewModel.java | 36 +- ...tingsGuildRoleSubscriptions$binding$2.java | 6 +- ...tServerSettingsGuildRoleSubscriptions.java | 10 +- ...sGuildRoleSubscriptionEditTierAdapter.java | 2 +- ...uildRoleSubscriptionEditTierViewModel.java | 26 +- ...GuildRoleSubscriptionEditTierBenefits.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...SettingsGuildRoleSubscriptionEditTier.java | 6 +- .../MemberVerificationPendingDialog.java | 20 +- .../MemberVerificationPendingViewModel.java | 20 +- .../MemberVerificationRulesAdapter.java | 6 +- .../MemberVerificationSuccessDialog.java | 4 +- .../MemberVerificationView.java | 4 +- .../WidgetMemberVerification.java | 10 +- .../WidgetMemberVerificationViewModel.java | 110 +- .../MemberVerificationItemApproveTerms.java | 8 +- .../MemberVerificationItemHeader.java | 2 +- .../MemberVerificationItemMultipleChoice.java | 12 +- .../MemberVerificationItemParagraph.java | 8 +- .../MemberVerificationItemTerm.java | 32 +- .../MemberVerificationItemTextInput.java | 8 +- ...mGuildSubscriptionInProgressViewModel.java | 36 +- .../PremiumGuildSubscriptionPerkView.java | 4 +- ...emiumGuildSubscriptionPerkViewAdapter.java | 8 +- ...emiumGuildTransferInProgressViewModel.java | 40 +- .../premiumguild/PremiumGuildViewModel.java | 76 +- ...getPremiumGuildSubscription$binding$2.java | 4 +- .../WidgetPremiumGuildSubscription.java | 8 +- ...tPremiumGuildSubscriptionConfirmation.java | 4 +- ...idgetPremiumGuildSubscriptionTransfer.java | 4 +- ...sInstantInvites$Model$Companion$get$1.java | 29 +- .../WidgetServerSettingsInstantInvites.java | 94 +- ...tServerSettingsInstantInvitesListItem.java | 89 +- .../members/WidgetServerSettingsMembers.java | 4 +- .../WidgetServerSettingsMembersAdapter.java | 2 +- ...rSettingsMembersModel$Companion$get$1.java | 2 +- .../WidgetServerSettingsMembersModel.java | 52 +- .../settings/MuteSettingsSheetViewModel.java | 46 +- .../settings/WidgetMuteSettingsSheet.java | 6 +- .../WidgetSettings$configureToolbar$1.java | 4 +- .../widgets/settings/WidgetSettings.java | 30 +- ...etSettingsAccessibility$configureUI$2.java | 4 +- .../settings/WidgetSettingsAccessibility.java | 28 +- .../WidgetSettingsActivityStatus.java | 2 +- .../settings/WidgetSettingsAppearance.java | 26 +- .../WidgetSettingsAuthorizedApps.java | 6 +- .../settings/WidgetSettingsBehavior.java | 4 +- .../settings/WidgetSettingsLanguage.java | 4 +- .../WidgetSettingsLanguageSelect.java | 6 +- .../widgets/settings/WidgetSettingsMedia.java | 6 +- ...Notifications$onViewBoundOrOnResume$1.java | 2 +- .../settings/WidgetSettingsNotifications.java | 4 +- .../WidgetSettingsNotificationsOs.java | 4 +- ...Privacy$configureContactSyncOptions$2.java | 2 +- ...Privacy$configureContactSyncOptions$3.java | 2 +- ...Privacy$configureContactSyncOptions$4.java | 2 +- ...ngsPrivacy$configurePrivacyControls$1.java | 10 +- ...tSettingsPrivacy$friendSourceRadios$2.java | 2 +- ...ttingsPrivacy$onViewBoundOrOnResume$2.java | 2 +- .../settings/WidgetSettingsPrivacy.java | 124 +- .../WidgetSettingsVoice$onViewBound$1.java | 6 +- .../widgets/settings/WidgetSettingsVoice.java | 34 +- .../WidgetDisableDeleteAccountDialog.java | 4 +- .../account/WidgetEnableSMSBackupDialog.java | 4 +- .../WidgetSettingsAccount$onViewBound$1.java | 2 +- .../account/WidgetSettingsAccount.java | 42 +- .../WidgetSettingsAccountBackupCodes.java | 14 +- ...gsAccountChangePassword$onViewBound$2.java | 2 +- .../WidgetSettingsAccountChangePassword.java | 14 +- ...WidgetSettingsAccountContactsNameEdit.java | 4 +- .../WidgetSettingsAccountEmailEdit.java | 6 +- ...countUsernameEdit$validationManager$2.java | 2 +- .../WidgetSettingsAccountUsernameEdit.java | 14 +- .../account/WidgetSettingsBlockedUsers.java | 4 +- .../WidgetSettingsBlockedUsersAdapter.java | 2 +- .../WidgetSettingsBlockedUsersViewModel.java | 14 +- .../account/mfa/WidgetEnableMFADownload.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../account/mfa/WidgetEnableMFAInput.java | 2 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- .../account/mfa/WidgetEnableMFAKey.java | 8 +- ...wModels$$inlined$activityViewModels$1.java | 2 +- ...wModels$$inlined$activityViewModels$2.java | 2 +- ...nableMFASteps$onViewBoundOrOnResume$1.java | 2 +- .../account/mfa/WidgetEnableMFASteps.java | 4 +- .../account/mfa/WidgetEnableMFASuccess.java | 2 +- .../account/mfa/WidgetEnableMFAViewModel.java | 8 +- .../billing/PaymentSourceAdapter.java | 20 +- .../settings/billing/PaymentSourceView.java | 2 +- .../billing/SettingsBillingViewModel.java | 14 +- .../WidgetPaymentSourceEditDialog.java | 16 +- .../ConnectionsGuildIntegrationView.java | 2 +- .../WidgetSettingsUserConnections.java | 16 +- .../WidgetSettingsUserConnectionsAdd.java | 12 +- .../WidgetSettingsUserConnectionsAddXbox.java | 4 +- ...nsViewModel$Companion$observeStores$1.java | 6 +- ...idgetSettingsUserConnectionsViewModel.java | 18 +- .../developer/ExperimentOverridesAdapter.java | 8 +- .../developer/WidgetSettingsDeveloper.java | 4 +- .../settings/premium/ChoosePlanViewModel.java | 82 +- .../premium/ClaimOutboundPromoViewModel.java | 20 +- .../widgets/settings/premium/ClaimStatus.java | 32 +- .../premium/SettingsGiftingViewModel.java | 118 +- .../premium/SettingsPremiumViewModel.java | 98 +- .../settings/premium/WidgetChoosePlan.java | 4 +- .../premium/WidgetChoosePlanAdapter.java | 30 +- .../premium/WidgetClaimOutboundPromo.java | 4 +- .../premium/WidgetOutboundPromoTerms.java | 4 +- .../premium/WidgetSettingsGifting.java | 14 +- .../premium/WidgetSettingsGiftingAdapter.java | 40 +- ...tSettingsGiftingOutboundPromosAdapter.java | 4 +- .../WidgetSettingsPremium$binding$2.java | 10 +- ...gureButtons$$inlined$forEach$lambda$2.java | 4 +- .../premium/WidgetSettingsPremium.java | 84 +- ...umGuildSubscriptionSampleGuildAdapter.java | 10 +- .../SettingsPremiumGuildViewModel.java | 72 +- ...ngsPremiumGuildSubscription$binding$2.java | 6 +- ...idgetSettingsPremiumGuildSubscription.java | 10 +- ...ttingsPremiumGuildSubscriptionAdapter.java | 24 +- .../EditProfileBannerSheetViewModel.java | 20 +- ...ileViewModel$observeHeaderViewState$1.java | 2 +- .../profile/SettingsUserProfileViewModel.java | 44 +- .../profile/WidgetEditProfileBannerSheet.java | 28 +- .../profile/WidgetProfileMarketingSheet.java | 6 +- .../profile/WidgetSettingsUserProfile.java | 10 +- .../widgets/share/WidgetIncomingShare.java | 34 +- ...ageChannelJoinHelper$connectToStage$2.java | 2 +- .../com/discord/widgets/stage/StageRoles.java | 2 +- .../stage/discovery/DiscoveryAdapter.java | 2 +- .../stage/discovery/DiscoveryItem.java | 52 +- .../stage/discovery/StageCardSpeaker.java | 12 +- .../stage/discovery/StageCardUserFriend.java | 12 +- .../stage/discovery/StageCardViewHolder.java | 10 +- .../StageDiscoveryAnalyticsTracker.java | 28 +- .../WidgetDiscovery$onViewBound$1.java | 2 +- .../stage/discovery/WidgetDiscovery.java | 10 +- ...nion$observePresenceDiscoveryModels$1.java | 10 +- ...ion$observeUserGuildDiscoveryModels$1.java | 4 +- ...l$tryConnectToVoice$job$1$connected$1.java | 2 +- .../discovery/WidgetDiscoveryViewModel.java | 64 +- .../widgets/stage/model/DiscoveryModel.java | 48 +- .../stage/model/DiscoverySpeakerModel.java | 12 +- ...del$Companion$observeStageCallModel$1.java | 21 +- .../widgets/stage/model/StageCallModel.java | 90 +- .../widgets/stage/model/StageChannel.java | 36 +- ...idgetStageSettings$configureStageUI$5.java | 2 +- .../stage/settings/WidgetStageSettings.java | 8 +- .../WidgetStageSettingsViewModel.java | 96 +- ...tageAudienceBlockedBottomSheetAdapter.java | 14 +- ...geAudienceBlockedBottomSheetViewModel.java | 24 +- .../sheet/WidgetEndStageBottomSheet.java | 4 +- ...WidgetStageAudienceBlockedBottomSheet.java | 4 +- .../WidgetStageAudienceNoticeBottomSheet.java | 4 +- .../WidgetStageModeratorJoinBottomSheet.java | 4 +- .../WidgetStagePublicNoticeBottomSheet.java | 4 +- .../WidgetStageRaisedHandsBottomSheet.java | 4 +- ...getStageRaisedHandsBottomSheetAdapter.java | 22 +- ...tStageRaisedHandsBottomSheetViewModel.java | 52 +- .../WidgetStageStartEventBottomSheet.java | 8 +- ...etStageStartEventBottomSheetViewModel.java | 40 +- .../start/ModeratorStartStageAdapter.java | 2 +- .../stage/start/ModeratorStartStageItem.java | 60 +- ...geViewModel$Companion$observeStores$1.java | 6 +- .../start/ModeratorStartStageViewModel.java | 77 +- .../StartStageServerSelectionAdapter.java | 4 +- .../start/StartStageServerSelectionItem.java | 48 +- ...ewModel$Companion$observeStoreState$1.java | 2 +- .../StartStageServerSelectionViewModel.java | 10 +- .../WidgetModeratorStartStage$binding$2.java | 29 +- .../start/WidgetModeratorStartStage.java | 16 +- .../WidgetStartStageServerSelection.java | 4 +- .../UserProfileStageActionsView.java | 36 +- .../ThreadNotificationNudgeManager.java | 13 - .../widgets/status/WidgetChatStatus.java | 24 +- .../status/WidgetGlobalStatusIndicator.java | 24 +- .../WidgetGlobalStatusIndicatorState.java | 12 +- .../WidgetGlobalStatusIndicatorViewModel.java | 130 +- .../WidgetThreadStatus$updateView$3.java | 19 - .../WidgetThreadStatus$updateView$4.java | 56 - .../WidgetThreadStatus$viewModel$2.java | 2 +- .../widgets/status/WidgetThreadStatus.java | 82 +- ...ewModel$Companion$observeStoreState$1.java | 24 +- .../status/WidgetThreadStatusViewModel.java | 163 +- .../stickers/GuildStickerSheetViewModel.java | 56 +- .../stickers/StickerPremiumUpsellDialog.java | 4 +- .../stickers/StickerSheetViewModel.java | 28 +- .../UnsendableStickerPremiumUpsellDialog.java | 4 +- .../stickers/WidgetGuildStickerSheet.java | 4 +- .../WidgetStickerPackDetailsDialog.java | 4 +- .../widgets/stickers/WidgetStickerSheet.java | 6 +- .../stickers/WidgetUnknownStickerSheet.java | 4 +- .../tabs/TabsHostBottomNavigationView.java | 8 +- .../widgets/tabs/TabsHostViewModel.java | 56 +- .../discord/widgets/tabs/WidgetTabsHost.java | 6 +- .../tos/WidgetTosAccept$configureUI$1.java | 2 +- .../discord/widgets/tos/WidgetTosAccept.java | 6 +- .../widgets/tos/WidgetTosReportViolation.java | 16 +- .../WidgetTosReportViolationReasonView.java | 2 +- .../WidgetTosReportViolationViewModel.java | 6 +- .../java/com/discord/widgets/user/Badge.java | 20 +- ...alGuildsManager$observeMutualGuilds$1.java | 2 +- .../user/WidgetBanUser$onViewBound$3.java | 6 +- .../discord/widgets/user/WidgetBanUser.java | 4 +- .../discord/widgets/user/WidgetKickUser.java | 4 +- .../widgets/user/WidgetPruneUsers.java | 4 +- .../user/WidgetPruneUsersViewModel.java | 46 +- ...special$$inlined$activityViewModels$1.java | 2 +- ...special$$inlined$activityViewModels$2.java | 2 +- ...getUserMentions$Model$Companion$get$1.java | 10 +- ...ns$WidgetUserMentionFilter$onResume$3.java | 2 +- .../widgets/user/WidgetUserMentions.java | 96 +- .../widgets/user/WidgetUserMutualFriends.java | 66 +- .../widgets/user/WidgetUserMutualGuilds.java | 48 +- ...serPasswordVerify$validationManager$2.java | 2 +- .../user/WidgetUserPasswordVerify.java | 8 +- .../user/WidgetUserSetCustomStatus.java | 4 +- .../WidgetUserSetCustomStatusViewModel.java | 40 +- .../user/WidgetUserStatusSheet$binding$2.java | 10 +- .../widgets/user/WidgetUserStatusSheet.java | 36 +- .../user/WidgetUserStatusSheetViewModel.java | 16 +- .../user/account/WidgetUserAccountVerify.java | 4 +- .../account/WidgetUserAccountVerifyBase.java | 6 +- .../WidgetUserEmailUpdate$onViewBound$3.java | 2 +- .../user/email/WidgetUserEmailUpdate.java | 6 +- .../user/email/WidgetUserEmailVerify.java | 26 +- .../user/phone/WidgetUserPhoneManage.java | 10 +- .../user/phone/WidgetUserPhoneVerify.java | 4 +- .../user/presence/ModelRichPresence.java | 12 +- .../user/presence/ModelStageRichPresence.java | 52 +- .../presence/ViewHolderUserRichPresence.java | 26 +- .../DraweeSpanStringBuilderExtensionsKt.java | 2 +- .../user/profile/UserProfileAdminView.java | 48 +- .../profile/UserProfileConnectionsView.java | 24 +- ...ew$updateBannerBackgroundColorAsync$2.java | 2 +- .../user/profile/UserProfileHeaderView.java | 114 +- ...ewModel$Companion$observeStoreState$2.java | 41 +- .../profile/UserProfileHeaderViewModel.java | 367 +- .../profile/UserStatusPresenceCustomView.java | 50 +- .../user/search/ViewGlobalSearchItem.java | 12 +- ...special$$inlined$activityViewModels$1.java | 2 +- ...special$$inlined$activityViewModels$2.java | 2 +- .../WidgetGlobalSearch$onViewBound$4.java | 2 +- .../WidgetGlobalSearch$onViewBound$6.java | 2 +- .../user/search/WidgetGlobalSearch.java | 18 +- ...special$$inlined$activityViewModels$1.java | 2 +- ...special$$inlined$activityViewModels$2.java | 2 +- .../WidgetGlobalSearchGuildsAdapter.java | 4 +- ...odel$Companion$asDirectMessageItems$2.java | 2 +- .../search/WidgetGlobalSearchGuildsModel.java | 58 +- ...tGlobalSearchModel$Companion$create$2.java | 6 +- ...tGlobalSearchModel$Companion$create$3.java | 2 +- ...tGlobalSearchModel$Companion$create$4.java | 6 +- ...el$Companion$create$filteredResults$6.java | 8 +- ...eate$filteredResults$channelResults$2.java | 2 +- ...balSearchModel$Companion$getForSend$1.java | 8 +- .../user/search/WidgetGlobalSearchModel.java | 132 +- .../UserProfileVoiceSettingsView.java | 20 +- .../WidgetUserSheet$onViewCreated$1.java | 7 +- .../WidgetUserSheet$onViewCreated$14.java | 2 +- .../WidgetUserSheet$onViewCreated$15.java | 4 +- .../user/usersheet/WidgetUserSheet.java | 55 +- .../usersheet/WidgetUserSheetViewModel.java | 264 +- ...ewModelStoreState$observeStoreState$3.java | 4 +- .../WidgetUserSheetViewModelStoreState.java | 34 +- .../widgets/voice/call/WidgetCallFailed.java | 6 +- ...ng$SystemCallIncoming$onViewCreated$1.java | 8 +- .../voice/call/WidgetVoiceCallIncoming.java | 16 +- .../voice/call/WidgetVoiceCallInline.java | 34 +- .../controls/AnchoredVoiceControlsView.java | 4 +- .../controls/VoiceControlsSheetView.java | 6 +- .../controls/WidgetScreenShareNfxSheet.java | 16 +- .../widgets/voice/feedback/FeedbackView.java | 4 +- .../voice/feedback/PendingFeedback.java | 64 +- .../WidgetIssueDetailsForm$onViewBound$1.java | 2 +- .../feedback/WidgetIssueDetailsForm.java | 8 +- .../call/CallFeedbackSheetNavigator.java | 2 +- .../call/CallFeedbackSheetViewModel.java | 18 +- .../stream/StreamFeedbackSheetNavigator.java | 2 +- .../stream/StreamFeedbackSheetViewModel.java | 2 +- .../WidgetCallFullscreen$binding$2.java | 34 +- ...tCallFullscreen$bottomSheetCallback$1.java | 2 +- ...creen$configureConnectionStatusText$1.java | 2 +- .../WidgetCallFullscreen$configureMenu$1.java | 8 +- ...lscreen$initializeSystemUiListeners$5.java | 2 +- .../fullscreen/WidgetCallFullscreen.java | 214 +- .../WidgetCallFullscreenViewModel.java | 204 +- .../WidgetGuildCallOnboardingSheet.java | 2 +- ...dgetGuildCallOnboardingSheetViewModel.java | 18 +- .../fullscreen/WidgetStartCallSheet.java | 4 +- .../fullscreen/grid/VideoCallGridAdapter.java | 20 +- .../grid/VideoCallGridViewHolder.java | 2 +- .../fullscreen/stage/AudienceViewHolder.java | 2 +- .../fullscreen/stage/DetailsViewHolder.java | 2 +- .../stage/PrestartDetailsViewHolder.java | 2 +- .../fullscreen/stage/SpeakerViewHolder.java | 2 +- .../fullscreen/stage/StageCallAdapter.java | 2 +- .../stage/StageCallBottomSheetManager.java | 2 +- .../voice/fullscreen/stage/StageCallItem.java | 86 +- .../widgets/voice/model/CallModel.java | 129 +- ...ChannelSettings$Model$Companion$get$1.java | 4 +- ...getVoiceChannelSettings$configureUI$6.java | 2 +- .../settings/WidgetVoiceChannelSettings.java | 44 +- .../voice/sheet/CallParticipantsAdapter.java | 20 +- .../WidgetNoiseCancellationBottomSheet.java | 6 +- ...NoiseCancellationBottomSheetViewModel.java | 2 +- .../voice/sheet/WidgetVoiceBottomSheet.java | 56 +- .../WidgetVoiceBottomSheetViewModel.java | 86 +- ...getVoiceSettingsBottomSheet$binding$2.java | 44 +- ...oiceSettingsBottomSheet$configureUI$4.java | 20 +- ...oiceSettingsBottomSheet$configureUI$5.java | 26 + ...oiceSettingsBottomSheet$configureUI$6.java | 16 - ...oiceSettingsBottomSheet$configureUI$7.java | 13 +- ...oiceSettingsBottomSheet$configureUI$8.java | 25 + .../sheet/WidgetVoiceSettingsBottomSheet.java | 79 +- ...dgetVoiceSettingsBottomSheetViewModel.java | 48 +- .../java/com/esotericsoftware/kryo/Kryo.java | 48 +- .../esotericsoftware/kryo/Registration.java | 18 +- .../com/esotericsoftware/kryo/Serializer.java | 6 +- .../ReflectionSerializerFactory.java | 10 +- .../kryo/io/ByteBufferInput.java | 10 +- .../kryo/io/ByteBufferOutput.java | 24 +- .../com/esotericsoftware/kryo/io/Input.java | 10 +- .../com/esotericsoftware/kryo/io/Output.java | 36 +- .../esotericsoftware/kryo/pool/KryoPool.java | 2 +- .../kryo/serializers/AsmCacheFields.java | 4 +- .../kryo/serializers/BeanSerializer.java | 8 +- .../kryo/serializers/DefaultSerializers.java | 10 +- .../kryo/serializers/EnumNameSerializer.java | 10 +- .../kryo/serializers/FieldSerializer.java | 12 +- .../FieldSerializerAnnotationsUtil.java | 48 +- .../kryo/serializers/JavaSerializer.java | 6 +- .../kryo/serializers/ObjectField.java | 54 +- .../serializers/TaggedFieldSerializer.java | 8 +- .../kryo/serializers/UnsafeCacheFields.java | 4 +- .../serializers/VersionFieldSerializer.java | 6 +- .../kryo/util/DefaultClassResolver.java | 6 +- .../kryo/util/IdentityMap.java | 6 +- .../kryo/util/IdentityObjectIntMap.java | 6 +- .../esotericsoftware/kryo/util/IntArray.java | 6 +- .../esotericsoftware/kryo/util/IntMap.java | 6 +- .../esotericsoftware/kryo/util/ObjectMap.java | 6 +- .../kryo/util/UnsafeUtil.java | 2 +- .../com/facebook/animated/gif/GifImage.java | 4 +- .../facebook/cache/disk/DiskCacheConfig.java | 8 +- .../common/references/CloseableReference.java | 2 +- .../common/references/SharedReference.java | 10 +- .../controller/AbstractDraweeController.java | 42 +- .../AbstractDraweeControllerBuilder.java | 4 +- .../drawable/ScalingUtils$ScaleType.java | 2 +- .../generic/GenericDraweeHierarchy.java | 18 +- .../drawee/span/DraweeSpanStringBuilder.java | 10 +- .../facebook/drawee/view/DraweeHolder.java | 10 +- .../factory/AnimatedFactoryV2Impl.java | 6 +- .../cache/MemoryCacheParams.java | 4 +- .../imagepipeline/memory/BasePool.java | 32 +- .../MemoryPooledByteBufferOutputStream.java | 14 +- .../memory/NativeMemoryChunk.java | 22 +- .../nativecode/DalvikPurgeableDecoder.java | 12 +- .../nativecode/NativeJpegTranscoder.java | 6 +- .../NativeJpegTranscoderFactory.java | 6 +- .../platform/GingerbreadPurgeableDecoder.java | 8 +- .../platform/KitKatPurgeableDecoder.java | 8 +- .../producers/LocalExifThumbnailProducer.java | 10 +- .../imagepipeline/request/ImageRequest.java | 24 +- .../request/ImageRequestBuilder.java | 4 +- .../samples/zoomable/ZoomableDraweeView.java | 10 +- .../facebook/soloader/Api18TraceUtils.java | 14 +- .../java/com/facebook/soloader/SoLoader.java | 98 +- .../jackson/core/exc/StreamReadException.java | 6 +- .../databind/JsonMappingException.java | 8 +- .../PersistentCookieJar.java | 8 +- .../persistence/SerializableCookie.java | 4 +- .../mmin18/widget/RealtimeBlurView.java | 46 +- .../exoplayer2/ExoPlaybackException.java | 2 +- .../com/google/android/exoplayer2/Format.java | 130 +- .../exoplayer2/audio/AudioProcessor.java | 16 +- .../android/exoplayer2/audio/AudioSink.java | 2 +- .../exoplayer2/audio/DefaultAudioSink.java | 258 +- .../decoder/DecoderInputBuffer.java | 2 +- .../exoplayer2/drm/DefaultDrmSession.java | 30 +- .../drm/DefaultDrmSessionManager.java | 26 +- .../MediaCodecDecoderException.java | 4 +- .../mediacodec/MediaCodecRenderer.java | 262 +- .../exoplayer2/mediacodec/MediaCodecUtil.java | 70 +- .../android/exoplayer2/metadata/Metadata.java | 6 +- .../metadata/dvbsi/AppInfoTable.java | 8 +- .../metadata/emsg/EventMessage.java | 18 +- .../metadata/flac/PictureFrame.java | 10 +- .../metadata/flac/VorbisComment.java | 10 +- .../exoplayer2/metadata/icy/IcyHeaders.java | 26 +- .../metadata/mp4/MdtaMetadataEntry.java | 6 +- .../metadata/mp4/MotionPhotoMetadata.java | 22 +- .../metadata/mp4/SlowMotionData.java | 6 +- .../metadata/mp4/SmtaMetadataEntry.java | 10 +- .../metadata/scte35/SpliceCommand.java | 6 +- .../metadata/scte35/SpliceInsertCommand.java | 16 +- .../scte35/SpliceScheduleCommand.java | 8 +- .../trackselection/DefaultTrackSelector.java | 88 +- .../TrackSelectionParameters.java | 4 +- .../android/exoplayer2/ui/DefaultTimeBar.java | 46 +- .../exoplayer2/ui/PlayerControlView.java | 178 +- .../android/exoplayer2/ui/PlayerView.java | 44 +- .../exoplayer2/ui/TrackSelectionView.java | 14 +- ...ataSource$InvalidContentTypeException.java | 2 +- ...taSource$InvalidResponseCodeException.java | 2 +- .../android/exoplayer2/upstream/Loader.java | 18 +- .../upstream/RawResourceDataSource.java | 2 +- .../upstream/cache/CacheDataSink.java | 8 +- .../android/exoplayer2/video/ColorInfo.java | 16 +- .../exoplayer2/video/DummySurface.java | 2 +- .../google/android/flexbox/FlexboxLayout.java | 144 +- .../android/flexbox/FlexboxLayoutManager.java | 228 +- .../ads/identifier/AdvertisingIdClient.java | 16 +- .../gms/analytics/AnalyticsJobService.java | 6 +- .../gms/analytics/AnalyticsReceiver.java | 2 +- .../gms/analytics/AnalyticsService.java | 4 +- .../gms/auth/api/credentials/Credential.java | 4 +- .../auth/api/signin/GoogleSignInAccount.java | 6 +- .../auth/api/signin/GoogleSignInOptions.java | 32 +- .../gms/common/GoogleApiAvailability.java | 6 +- .../gms/common/api/AvailabilityException.java | 2 +- .../gms/common/api/GoogleApiActivity.java | 2 +- .../api/internal/BasePendingResult.java | 8 +- .../common/internal/GetServiceRequest.java | 8 +- .../android/gms/dynamite/DynamiteModule.java | 16 +- .../android/gms/internal/icing/zzk.java | 2 +- .../gms/internal/measurement/zzhi.java | 4 +- .../android/gms/internal/nearby/zzgs.java | 6 +- .../gms/measurement/AppMeasurement.java | 36 +- .../AppMeasurementDynamiteService.java | 24 +- .../gms/measurement/internal/zzaq.java | 2 +- .../gms/measurement/internal/zzku.java | 2 +- .../android/gms/measurement/internal/zzn.java | 32 +- .../android/gms/measurement/internal/zzz.java | 8 +- .../android/gms/nearby/messages/Message.java | 10 +- .../android/gms/nearby/messages/Strategy.java | 14 +- .../gms/nearby/messages/SubscribeOptions.java | 8 +- .../messages/internal/SubscribeRequest.java | 58 +- .../gms/nearby/messages/internal/Update.java | 40 +- .../gms/nearby/messages/internal/zzad.java | 2 +- .../gms/nearby/messages/internal/zzaf.java | 2 +- .../gms/nearby/messages/internal/zzbz.java | 6 +- .../gms/safetynet/SafetyNetClient.java | 2 +- .../gms/tasks/TaskCompletionSource.java | 8 +- .../material/animation/MotionSpec.java | 22 +- .../material/animation/MotionTiming.java | 32 +- .../android/material/appbar/AppBarLayout.java | 6 +- .../appbar/CollapsingToolbarLayout.java | 2 +- .../android/material/badge/BadgeUtils.java | 2 +- .../behavior/SwipeDismissBehavior.java | 2 +- .../material/bottomappbar/BottomAppBar.java | 6 +- .../BottomNavigationPresenter.java | 6 +- .../bottomsheet/BottomSheetBehavior.java | 2 +- .../material/button/MaterialButton.java | 8 +- .../button/MaterialButtonToggleGroup.java | 12 +- .../material/card/MaterialCardView.java | 38 +- .../circularreveal/CircularRevealHelper.java | 2 +- .../datepicker/MonthsPagerAdapter.java | 6 +- .../material/drawable/DrawableUtils.java | 6 +- .../ExtendedFloatingActionButton.java | 24 +- .../FloatingActionButton.java | 12 +- .../internal/NavigationMenuPresenter.java | 20 +- .../material/internal/ThemeEnforcement.java | 2 +- .../android/material/internal/ViewUtils.java | 6 +- .../CircularProgressIndicatorSpec.java | 8 +- .../IndeterminateDrawable.java | 2 +- .../material/resources/TextAppearance.java | 12 +- .../material/shape/MaterialShapeDrawable.java | 24 +- .../shape/ShapeAppearancePathProvider.java | 10 +- .../android/material/shape/ShapePath.java | 30 +- .../snackbar/BaseTransientBottomBar.java | 4 +- .../stateful/ExtendableSavedState.java | 12 +- .../android/material/tabs/TabLayout.java | 10 +- .../material/tabs/TabLayoutMediator.java | 10 +- .../material/textfield/TextInputEditText.java | 2 +- .../material/textfield/TextInputLayout.java | 42 +- .../material/timepicker/ClockFaceView.java | 4 +- .../material/timepicker/ClockHandView.java | 36 +- .../timepicker/MaterialTimePicker.java | 2 +- .../FabTransformationBehavior.java | 12 +- .../material/transition/FadeProvider.java | 6 +- .../transition/FadeThroughProvider.java | 6 +- .../MaterialContainerTransform.java | 86 +- .../transition/MaterialSharedAxis.java | 2 +- .../material/transition/ScaleProvider.java | 6 +- .../transition/SlideDistanceProvider.java | 4 +- .../transition/platform/FadeProvider.java | 6 +- .../platform/FadeThroughProvider.java | 6 +- .../platform/MaterialContainerTransform.java | 86 +- .../platform/MaterialSharedAxis.java | 2 +- .../transition/platform/ScaleProvider.java | 6 +- .../platform/SlideDistanceProvider.java | 4 +- .../firebase/appindexing/internal/zza.java | 46 +- .../firebase/appindexing/internal/zzc.java | 44 +- .../components/DependencyCycleException.java | 4 +- .../crashlytics/ndk/JniNativeApi.java | 6 +- .../firebase/iid/FirebaseInstanceId.java | 10 +- .../messaging/EnhancedIntentService.java | 4 +- .../firebase/messaging/FirebaseMessaging.java | 12 +- .../google/gson/DefaultDateTypeAdapter.java | 16 +- app/src/main/java/com/google/gson/Gson.java | 32 +- .../com/google/gson/internal/Excluder.java | 6 +- .../gson/internal/bind/ArrayTypeAdapter.java | 8 +- ...onAdapterAnnotationTypeAdapterFactory.java | 12 +- .../internal/bind/MapTypeAdapterFactory.java | 18 +- .../bind/ReflectiveTypeAdapterFactory.java | 6 +- .../gson/internal/bind/TreeTypeAdapter.java | 8 +- .../bind/TypeAdapterRuntimeTypeWrapper.java | 8 +- .../gson/internal/bind/TypeAdapters.java | 86 +- .../com/google/gson/stream/JsonReader.java | 210 +- .../com/google/gson/stream/JsonWriter.java | 12 +- .../main/java/com/google/zxing/Result.java | 6 +- .../java/com/hcaptcha/sdk/HCaptchaConfig.java | 100 +- .../java/com/hcaptcha/sdk/HCaptchaError.java | 2 +- .../com/hcaptcha/sdk/HCaptchaException.java | 8 +- .../hcaptcha/sdk/HCaptchaTokenResponse.java | 2 +- .../android/colorpicker/ColorPanelView.java | 20 +- .../colorpicker/ColorPickerDialog.java | 84 +- .../android/colorpicker/ColorPickerView.java | 78 +- .../colorpicker/ColorPreferenceCompat.java | 18 +- .../java/com/linecorp/apng/decoder/Apng.java | 10 +- .../linecorp/apng/decoder/ApngException.java | 6 +- .../adapters/AttachmentPreviewAdapter.java | 2 +- .../flexinput/adapters/FileListAdapter.java | 30 +- .../flexinput/fragment/CameraFragment.java | 2 +- .../flexinput/fragment/FilesFragment.java | 2 +- .../flexinput/fragment/FlexInputFragment.java | 26 +- .../flexinput/fragment/MediaFragment.java | 10 +- .../lytefast/flexinput/model/Attachment.java | 18 +- .../com/lytefast/flexinput/model/Media.java | 12 +- .../flexinput/utils/SelectionAggregator.java | 2 +- .../flexinput/utils/SelectionCoordinator.java | 16 +- .../flexinput/viewmodel/FlexInputState.java | 54 +- .../otaliastudios/cameraview/CameraView.java | 258 +- .../com/yalantis/ucrop/UCropActivity.java | 42 +- .../ucrop/view/GestureCropImageView.java | 6 +- .../com/yalantis/ucrop/view/OverlayView.java | 26 +- .../com/yalantis/ucrop/view/UCropView.java | 22 +- .../widget/HorizontalProgressWheelView.java | 6 +- app/src/main/java/d0/b0/b.java | 8 +- app/src/main/java/d0/c0/b.java | 4 +- app/src/main/java/d0/c0/c.java | 4 +- app/src/main/java/d0/c0/e.java | 8 +- app/src/main/java/d0/e0/i.java | 26 +- app/src/main/java/d0/e0/l.java | 6 +- app/src/main/java/d0/e0/o.java | 12 +- app/src/main/java/d0/e0/p/d/e.java | 18 +- app/src/main/java/d0/e0/p/d/e0.java | 10 +- app/src/main/java/d0/e0/p/d/f.java | 20 +- app/src/main/java/d0/e0/p/d/h.java | 56 +- app/src/main/java/d0/e0/p/d/i.java | 18 +- app/src/main/java/d0/e0/p/d/j.java | 22 +- app/src/main/java/d0/e0/p/d/j0.java | 4 +- app/src/main/java/d0/e0/p/d/l0/a.java | 6 +- app/src/main/java/d0/e0/p/d/l0/b.java | 14 +- app/src/main/java/d0/e0/p/d/l0/d.java | 8 +- app/src/main/java/d0/e0/p/d/l0/e.java | 8 +- app/src/main/java/d0/e0/p/d/l0/g.java | 38 +- app/src/main/java/d0/e0/p/d/l0/h.java | 12 +- app/src/main/java/d0/e0/p/d/l0/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/a.java | 2 +- app/src/main/java/d0/e0/p/d/m0/b/g.java | 10 +- app/src/main/java/d0/e0/p/d/m0/b/h.java | 40 +- app/src/main/java/d0/e0/p/d/m0/b/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/b/k.java | 64 +- app/src/main/java/d0/e0/p/d/m0/b/o.java | 6 +- app/src/main/java/d0/e0/p/d/m0/b/p/b.java | 22 +- app/src/main/java/d0/e0/p/d/m0/b/p/c.java | 8 +- app/src/main/java/d0/e0/p/d/m0/b/p/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/b/q/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/b/q/c.java | 48 +- app/src/main/java/d0/e0/p/d/m0/b/q/e.java | 8 +- app/src/main/java/d0/e0/p/d/m0/b/q/g.java | 10 +- app/src/main/java/d0/e0/p/d/m0/b/q/p.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/d0.java | 32 +- app/src/main/java/d0/e0/p/d/m0/c/e1.java | 30 +- app/src/main/java/d0/e0/p/d/m0/c/g1/d.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/g1/f.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/g1/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/b0.java | 8 +- app/src/main/java/d0/e0/p/d/m0/c/i1/c0.java | 38 +- app/src/main/java/d0/e0/p/d/m0/c/i1/d0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/e.java | 10 +- app/src/main/java/d0/e0/p/d/m0/c/i1/e0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/f.java | 22 +- app/src/main/java/d0/e0/p/d/m0/c/i1/h0.java | 10 +- app/src/main/java/d0/e0/p/d/m0/c/i1/i.java | 12 +- app/src/main/java/d0/e0/p/d/m0/c/i1/k.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/i1/k0.java | 18 +- app/src/main/java/d0/e0/p/d/m0/c/i1/l0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/o.java | 22 +- app/src/main/java/d0/e0/p/d/m0/c/i1/q.java | 56 +- app/src/main/java/d0/e0/p/d/m0/c/i1/r.java | 8 +- app/src/main/java/d0/e0/p/d/m0/c/i1/s.java | 10 +- app/src/main/java/d0/e0/p/d/m0/c/i1/x.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/i1/y.java | 16 +- app/src/main/java/d0/e0/p/d/m0/c/i1/z.java | 18 +- app/src/main/java/d0/e0/p/d/m0/c/j1/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/j1/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/j1/c.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/k1/a/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/k1/a/f.java | 8 +- app/src/main/java/d0/e0/p/d/m0/c/k1/a/j.java | 10 +- app/src/main/java/d0/e0/p/d/m0/c/k1/a/k.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/c.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/e.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/h.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/i.java | 16 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/j.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/k.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/l.java | 16 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/o.java | 8 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/q.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/r.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/t.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/v.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/x.java | 2 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/y.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/k1/b/z.java | 4 +- app/src/main/java/d0/e0/p/d/m0/c/l0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/c/r0.java | 10 +- app/src/main/java/d0/e0/p/d/m0/c/t.java | 22 +- app/src/main/java/d0/e0/p/d/m0/d/b/e.java | 8 +- app/src/main/java/d0/e0/p/d/m0/e/a/a0.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/a/b.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/a/b0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/c.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/a/e0.java | 14 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/c.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/a/g0/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/h0/k.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/a/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/i0/b.java | 14 +- app/src/main/java/d0/e0/p/d/m0/e/a/i0/g.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/i0/h.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/a.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/d.java | 8 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/e.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/f.java | 32 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/h.java | 56 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/i.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/j.java | 2 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/k.java | 60 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/l.java | 2 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/o.java | 10 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/q.java | 6 +- .../main/java/d0/e0/p/d/m0/e/a/i0/l/s.java | 12 +- .../main/java/d0/e0/p/d/m0/e/a/i0/m/a.java | 32 +- .../main/java/d0/e0/p/d/m0/e/a/i0/m/e.java | 8 +- .../main/java/d0/e0/p/d/m0/e/a/i0/m/f.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/c.java | 12 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/d.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/e.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/i.java | 12 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/j.java | 6 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/l.java | 20 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/q.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/a/l0/s.java | 30 +- app/src/main/java/d0/e0/p/d/m0/e/a/s.java | 24 +- app/src/main/java/d0/e0/p/d/m0/e/a/u.java | 30 +- app/src/main/java/d0/e0/p/d/m0/e/a/w.java | 12 +- app/src/main/java/d0/e0/p/d/m0/e/b/a.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/b.java | 14 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/a.java | 14 +- app/src/main/java/d0/e0/p/d/m0/e/b/b0/b.java | 10 +- app/src/main/java/d0/e0/p/d/m0/e/b/c.java | 28 +- app/src/main/java/d0/e0/p/d/m0/e/b/f.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/j.java | 14 +- app/src/main/java/d0/e0/p/d/m0/e/b/k.java | 4 +- app/src/main/java/d0/e0/p/d/m0/e/b/m.java | 8 +- app/src/main/java/d0/e0/p/d/m0/e/b/r.java | 8 +- app/src/main/java/d0/e0/p/d/m0/e/b/s.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/b/u.java | 2 +- app/src/main/java/d0/e0/p/d/m0/e/b/z.java | 4 +- app/src/main/java/d0/e0/p/d/m0/f/a0/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/b.java | 10 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/f/a0/b/g.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/b.java | 14 +- app/src/main/java/d0/e0/p/d/m0/f/c.java | 52 +- app/src/main/java/d0/e0/p/d/m0/f/i.java | 20 +- app/src/main/java/d0/e0/p/d/m0/f/n.java | 24 +- app/src/main/java/d0/e0/p/d/m0/f/q.java | 28 +- app/src/main/java/d0/e0/p/d/m0/f/r.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/y/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/f/z/a.java | 20 +- app/src/main/java/d0/e0/p/d/m0/f/z/b.java | 34 +- app/src/main/java/d0/e0/p/d/m0/f/z/h.java | 38 +- app/src/main/java/d0/e0/p/d/m0/f/z/i.java | 8 +- app/src/main/java/d0/e0/p/d/m0/g/a.java | 20 +- app/src/main/java/d0/e0/p/d/m0/g/b.java | 8 +- app/src/main/java/d0/e0/p/d/m0/g/c.java | 4 +- app/src/main/java/d0/e0/p/d/m0/g/e.java | 2 +- app/src/main/java/d0/e0/p/d/m0/g/g.java | 4 +- app/src/main/java/d0/e0/p/d/m0/i/c.java | 10 +- app/src/main/java/d0/e0/p/d/m0/i/d.java | 48 +- app/src/main/java/d0/e0/p/d/m0/i/f.java | 6 +- app/src/main/java/d0/e0/p/d/m0/i/g.java | 14 +- app/src/main/java/d0/e0/p/d/m0/i/m.java | 2 +- app/src/main/java/d0/e0/p/d/m0/i/r.java | 2 +- app/src/main/java/d0/e0/p/d/m0/j/c.java | 4 +- app/src/main/java/d0/e0/p/d/m0/j/d.java | 26 +- app/src/main/java/d0/e0/p/d/m0/j/i.java | 34 +- app/src/main/java/d0/e0/p/d/m0/k/a0/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/a0/d.java | 20 +- app/src/main/java/d0/e0/p/d/m0/k/a0/e.java | 8 +- app/src/main/java/d0/e0/p/d/m0/k/a0/f.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/a0/m.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/a0/n.java | 10 +- app/src/main/java/d0/e0/p/d/m0/k/a0/o.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/a0/p/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/a0/p/c.java | 8 +- app/src/main/java/d0/e0/p/d/m0/k/a0/p/g.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/b.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/d.java | 4 +- app/src/main/java/d0/e0/p/d/m0/k/k.java | 20 +- app/src/main/java/d0/e0/p/d/m0/k/u/a/a.java | 10 +- app/src/main/java/d0/e0/p/d/m0/k/u/a/c.java | 8 +- app/src/main/java/d0/e0/p/d/m0/k/u/a/d.java | 6 +- app/src/main/java/d0/e0/p/d/m0/k/v/a0.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/v/e.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/v/j.java | 18 +- app/src/main/java/d0/e0/p/d/m0/k/v/k.java | 8 +- app/src/main/java/d0/e0/p/d/m0/k/v/n.java | 18 +- app/src/main/java/d0/e0/p/d/m0/k/v/r.java | 16 +- app/src/main/java/d0/e0/p/d/m0/k/v/w.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/v/x.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/v/y.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/v/z.java | 2 +- app/src/main/java/d0/e0/p/d/m0/k/y/d.java | 8 +- app/src/main/java/d0/e0/p/d/m0/l/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/a.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/a0.java | 2 +- app/src/main/java/d0/e0/p/d/m0/l/b/c0.java | 20 +- app/src/main/java/d0/e0/p/d/m0/l/b/d0/a.java | 2 +- app/src/main/java/d0/e0/p/d/m0/l/b/e.java | 28 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/d.java | 70 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/h.java | 70 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/i.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/l.java | 22 +- app/src/main/java/d0/e0/p/d/m0/l/b/e0/m.java | 10 +- app/src/main/java/d0/e0/p/d/m0/l/b/f.java | 30 +- app/src/main/java/d0/e0/p/d/m0/l/b/h.java | 12 +- app/src/main/java/d0/e0/p/d/m0/l/b/j.java | 12 +- app/src/main/java/d0/e0/p/d/m0/l/b/l.java | 14 +- app/src/main/java/d0/e0/p/d/m0/l/b/o.java | 8 +- app/src/main/java/d0/e0/p/d/m0/l/b/r.java | 28 +- app/src/main/java/d0/e0/p/d/m0/l/b/u.java | 56 +- app/src/main/java/d0/e0/p/d/m0/l/b/x.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/y.java | 6 +- app/src/main/java/d0/e0/p/d/m0/l/b/z.java | 2 +- app/src/main/java/d0/e0/p/d/m0/m/c.java | 6 +- app/src/main/java/d0/e0/p/d/m0/m/f.java | 32 +- app/src/main/java/d0/e0/p/d/m0/n/a0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/c.java | 12 +- app/src/main/java/d0/e0/p/d/m0/n/c1.java | 10 +- app/src/main/java/d0/e0/p/d/m0/n/e.java | 18 +- app/src/main/java/d0/e0/p/d/m0/n/e1.java | 4 +- app/src/main/java/d0/e0/p/d/m0/n/f.java | 10 +- app/src/main/java/d0/e0/p/d/m0/n/g.java | 24 +- app/src/main/java/d0/e0/p/d/m0/n/i.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/j0.java | 2 +- app/src/main/java/d0/e0/p/d/m0/n/k0.java | 10 +- app/src/main/java/d0/e0/p/d/m0/n/l1/b.java | 10 +- app/src/main/java/d0/e0/p/d/m0/n/l1/c.java | 74 +- app/src/main/java/d0/e0/p/d/m0/n/l1/j.java | 20 +- app/src/main/java/d0/e0/p/d/m0/n/l1/k.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/l1/m.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/l1/z.java | 14 +- app/src/main/java/d0/e0/p/d/m0/n/p.java | 14 +- app/src/main/java/d0/e0/p/d/m0/n/p0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/p1/a.java | 12 +- app/src/main/java/d0/e0/p/d/m0/n/p1/d.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/q0.java | 6 +- app/src/main/java/d0/e0/p/d/m0/n/r0.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/t.java | 18 +- app/src/main/java/d0/e0/p/d/m0/n/v.java | 2 +- app/src/main/java/d0/e0/p/d/m0/n/v0.java | 8 +- app/src/main/java/d0/e0/p/d/m0/n/w.java | 12 +- app/src/main/java/d0/e0/p/d/m0/n/z.java | 10 +- app/src/main/java/d0/e0/p/d/m0/o/d.java | 8 +- app/src/main/java/d0/e0/p/d/m0/o/i.java | 2 +- app/src/main/java/d0/e0/p/d/m0/o/j.java | 20 +- app/src/main/java/d0/e0/p/d/m0/o/k.java | 6 +- app/src/main/java/d0/e0/p/d/m0/o/l.java | 6 +- app/src/main/java/d0/e0/p/d/m0/p/e.java | 16 +- app/src/main/java/d0/e0/p/d/m0/p/f.java | 8 +- app/src/main/java/d0/e0/p/d/m0/p/i.java | 34 +- app/src/main/java/d0/e0/p/d/n.java | 6 +- app/src/main/java/d0/e0/p/d/n0/a.java | 2 +- app/src/main/java/d0/e0/p/d/n0/b.java | 6 +- app/src/main/java/d0/e0/p/d/n0/c.java | 26 +- app/src/main/java/d0/e0/p/d/s.java | 26 +- app/src/main/java/d0/e0/p/d/w.java | 32 +- app/src/main/java/d0/e0/p/d/x.java | 14 +- app/src/main/java/d0/e0/p/d/y.java | 6 +- app/src/main/java/d0/f0/g.java | 6 +- app/src/main/java/d0/f0/h.java | 6 +- app/src/main/java/d0/f0/j.java | 6 +- app/src/main/java/d0/f0/q.java | 4 +- app/src/main/java/d0/f0/r.java | 16 +- app/src/main/java/d0/g0/a.java | 6 +- app/src/main/java/d0/g0/c.java | 6 +- app/src/main/java/d0/g0/d.java | 6 +- app/src/main/java/d0/g0/e.java | 12 +- app/src/main/java/d0/g0/g.java | 14 +- app/src/main/java/d0/g0/j.java | 6 +- app/src/main/java/d0/g0/m.java | 2 +- app/src/main/java/d0/g0/t.java | 2 +- app/src/main/java/d0/g0/w.java | 10 +- app/src/main/java/d0/g0/y.java | 10 +- app/src/main/java/d0/k.java | 8 +- app/src/main/java/d0/t/c.java | 12 +- app/src/main/java/d0/t/h.java | 2 +- app/src/main/java/d0/t/l0.java | 16 +- app/src/main/java/d0/t/n.java | 6 +- app/src/main/java/d0/t/p0.java | 2 +- app/src/main/java/d0/t/q0/c.java | 40 +- app/src/main/java/d0/t/s.java | 16 +- app/src/main/java/d0/t/u.java | 10 +- app/src/main/java/d0/t/w.java | 4 +- app/src/main/java/d0/t/z.java | 12 +- app/src/main/java/d0/w/c.java | 2 +- app/src/main/java/d0/w/g.java | 6 +- app/src/main/java/d0/w/i/a/a.java | 6 +- app/src/main/java/d0/w/i/a/f.java | 4 +- app/src/main/java/d0/w/i/a/h.java | 8 +- app/src/main/java/d0/y/d.java | 26 +- app/src/main/java/d0/z/d/c0.java | 6 +- app/src/main/java/d0/z/d/f.java | 4 +- app/src/main/java/d0/z/d/j.java | 8 +- app/src/main/java/d0/z/d/m.java | 6 +- app/src/main/java/d0/z/d/z.java | 8 +- .../WidgetFriendsAddUserRequestsModel.java | 12 +- app/src/main/java/defpackage/e.java | 4 +- app/src/main/java/defpackage/h.java | 6 +- app/src/main/java/defpackage/q.java | 2 +- app/src/main/java/e0/a/a/a/a.java | 30 +- app/src/main/java/e0/a/a/a/g.java | 30 +- app/src/main/java/f0/a.java | 34 +- app/src/main/java/f0/c0.java | 16 +- app/src/main/java/f0/d.java | 6 +- app/src/main/java/f0/d0.java | 2 +- app/src/main/java/f0/e0/c.java | 16 +- app/src/main/java/f0/e0/d/b.java | 6 +- app/src/main/java/f0/e0/e/a.java | 10 +- app/src/main/java/f0/e0/f/a.java | 6 +- app/src/main/java/f0/e0/f/c.java | 42 +- app/src/main/java/f0/e0/f/d.java | 28 +- app/src/main/java/f0/e0/g/a.java | 8 +- app/src/main/java/f0/e0/g/b.java | 26 +- app/src/main/java/f0/e0/g/c.java | 44 +- app/src/main/java/f0/e0/g/d.java | 34 +- app/src/main/java/f0/e0/g/e.java | 86 +- app/src/main/java/f0/e0/g/j.java | 112 +- app/src/main/java/f0/e0/g/k.java | 16 +- app/src/main/java/f0/e0/g/m.java | 2 +- app/src/main/java/f0/e0/h/b.java | 34 +- app/src/main/java/f0/e0/h/c.java | 4 +- app/src/main/java/f0/e0/h/e.java | 10 +- app/src/main/java/f0/e0/h/g.java | 28 +- app/src/main/java/f0/e0/h/h.java | 2 +- app/src/main/java/f0/e0/h/i.java | 22 +- app/src/main/java/f0/e0/h/j.java | 18 +- app/src/main/java/f0/e0/i/b.java | 70 +- app/src/main/java/f0/e0/j/b.java | 4 +- app/src/main/java/f0/e0/j/c.java | 78 +- app/src/main/java/f0/e0/j/d.java | 18 +- app/src/main/java/f0/e0/j/e.java | 50 +- app/src/main/java/f0/e0/j/l.java | 32 +- app/src/main/java/f0/e0/j/m.java | 68 +- app/src/main/java/f0/e0/j/n.java | 22 +- app/src/main/java/f0/e0/j/o.java | 16 +- app/src/main/java/f0/e0/j/p.java | 10 +- app/src/main/java/f0/e0/k/a.java | 2 +- app/src/main/java/f0/e0/k/b.java | 16 +- app/src/main/java/f0/e0/k/c.java | 6 +- app/src/main/java/f0/e0/k/d.java | 6 +- app/src/main/java/f0/e0/k/e.java | 10 +- app/src/main/java/f0/e0/k/g.java | 6 +- app/src/main/java/f0/e0/k/h.java | 14 +- app/src/main/java/f0/e0/k/i/a.java | 4 +- app/src/main/java/f0/e0/k/i/c.java | 2 +- app/src/main/java/f0/e0/k/i/d.java | 8 +- app/src/main/java/f0/e0/k/i/e.java | 2 +- app/src/main/java/f0/e0/k/i/f.java | 8 +- app/src/main/java/f0/e0/k/i/g.java | 2 +- app/src/main/java/f0/e0/k/i/h.java | 4 +- app/src/main/java/f0/e0/k/i/i.java | 2 +- app/src/main/java/f0/e0/m/d.java | 10 +- app/src/main/java/f0/e0/n/d.java | 84 +- app/src/main/java/f0/e0/n/e.java | 2 +- app/src/main/java/f0/e0/n/f.java | 34 +- app/src/main/java/f0/e0/n/h.java | 36 +- app/src/main/java/f0/e0/n/i.java | 18 +- app/src/main/java/f0/f0/a.java | 140 +- app/src/main/java/f0/g.java | 36 +- app/src/main/java/f0/j.java | 20 +- app/src/main/java/f0/m.java | 38 +- app/src/main/java/f0/n.java | 6 +- app/src/main/java/f0/q.java | 18 +- app/src/main/java/f0/r.java | 2 +- app/src/main/java/f0/u.java | 10 +- app/src/main/java/f0/v.java | 38 +- app/src/main/java/f0/w.java | 56 +- app/src/main/java/f0/x.java | 88 +- app/src/main/java/f0/y.java | 2 +- app/src/main/java/g0/c.java | 10 +- app/src/main/java/g0/d.java | 8 +- app/src/main/java/g0/e.java | 252 +- app/src/main/java/g0/h.java | 20 +- app/src/main/java/g0/l.java | 6 +- app/src/main/java/g0/m.java | 12 +- app/src/main/java/g0/n.java | 16 +- app/src/main/java/g0/p.java | 12 +- app/src/main/java/g0/q.java | 8 +- app/src/main/java/g0/r.java | 26 +- app/src/main/java/g0/s.java | 14 +- app/src/main/java/g0/t.java | 14 +- app/src/main/java/g0/w.java | 12 +- app/src/main/java/g0/y.java | 10 +- app/src/main/java/g0/z/a.java | 6 +- app/src/main/java/h0/a/a/a.java | 68 +- app/src/main/java/h0/a/a/b.java | 12 +- app/src/main/java/h0/a/a/d.java | 66 +- app/src/main/java/h0/a/a/f.java | 174 +- app/src/main/java/h0/a/a/g.java | 10 +- app/src/main/java/h0/a/a/h.java | 4 +- app/src/main/java/h0/a/a/i.java | 2 +- app/src/main/java/h0/a/a/j.java | 4 +- app/src/main/java/h0/a/a/l.java | 4 +- app/src/main/java/h0/a/a/m.java | 36 +- app/src/main/java/h0/a/a/n.java | 12 +- app/src/main/java/h0/a/a/o.java | 8 +- app/src/main/java/h0/a/a/p.java | 12 +- app/src/main/java/h0/a/a/r.java | 106 +- app/src/main/java/h0/a/a/s.java | 4 +- app/src/main/java/h0/a/a/t.java | 2 +- app/src/main/java/h0/a/a/u.java | 4 +- app/src/main/java/h0/a/a/v.java | 14 +- app/src/main/java/h0/a/a/w.java | 14 +- app/src/main/java/h0/b/a/b/b.java | 6 +- app/src/main/java/h0/b/a/b/c.java | 6 +- app/src/main/java/h0/b/a/c/b.java | 24 +- app/src/main/java/h0/b/a/d/a.java | 2 +- app/src/main/java/h0/b/a/d/b.java | 4 +- app/src/main/java/h0/b/b/b.java | 4 +- app/src/main/java/h0/b/b/c.java | 2 +- app/src/main/java/i0/b0.java | 2 +- app/src/main/java/i0/c0.java | 48 +- app/src/main/java/i0/d0/a/b.java | 4 +- app/src/main/java/i0/d0/a/d.java | 16 +- app/src/main/java/i0/d0/a/f.java | 6 +- app/src/main/java/i0/e0/a/b.java | 8 +- app/src/main/java/i0/e0/b/a.java | 2 +- app/src/main/java/i0/e0/b/d.java | 6 +- app/src/main/java/i0/j.java | 6 +- app/src/main/java/i0/p.java | 22 +- app/src/main/java/i0/t.java | 70 +- app/src/main/java/i0/u.java | 6 +- app/src/main/java/i0/v.java | 26 +- app/src/main/java/i0/w.java | 22 +- app/src/main/java/i0/x.java | 6 +- app/src/main/java/i0/y.java | 4 +- app/src/main/java/i0/z.java | 110 +- app/src/main/java/j0/f.java | 14 +- app/src/main/java/j0/h.java | 2 +- app/src/main/java/j0/l/a/a.java | 2 +- app/src/main/java/j0/l/a/a2.java | 2 +- app/src/main/java/j0/l/a/c2.java | 2 +- app/src/main/java/j0/l/a/e.java | 6 +- app/src/main/java/j0/l/a/f.java | 2 +- app/src/main/java/j0/l/a/g.java | 2 +- app/src/main/java/j0/l/a/h1.java | 2 +- app/src/main/java/j0/l/a/j1.java | 18 +- app/src/main/java/j0/l/a/m.java | 2 +- app/src/main/java/j0/l/a/o.java | 2 +- app/src/main/java/j0/l/a/o1.java | 2 +- app/src/main/java/j0/l/a/p0.java | 12 +- app/src/main/java/j0/l/a/q0.java | 2 +- app/src/main/java/j0/l/a/t1.java | 2 +- app/src/main/java/j0/l/a/u.java | 2 +- app/src/main/java/j0/l/a/x0.java | 48 +- app/src/main/java/j0/l/a/y1.java | 12 +- app/src/main/java/j0/l/c/a.java | 22 +- app/src/main/java/j0/l/c/b.java | 12 +- app/src/main/java/j0/l/c/c.java | 2 +- app/src/main/java/j0/l/c/d.java | 2 +- app/src/main/java/j0/l/c/j.java | 16 +- app/src/main/java/j0/l/e/e.java | 2 +- app/src/main/java/j0/l/e/f.java | 8 +- app/src/main/java/j0/l/e/h.java | 6 +- app/src/main/java/j0/l/e/j.java | 16 +- app/src/main/java/j0/l/e/n/t.java | 8 +- app/src/main/java/j0/o/l.java | 8 +- app/src/main/java/j0/o/o.java | 16 +- app/src/main/java/j0/p/a.java | 6 +- app/src/main/java/j0/q/a.java | 10 +- app/src/main/java/j0/q/c.java | 10 +- app/src/main/java/kotlin/Pair.java | 12 +- app/src/main/java/kotlin/Triple.java | 16 +- .../impl/protobuf/CodedOutputStream.java | 36 +- app/src/main/java/kotlin/text/Regex.java | 6 +- app/src/main/java/okhttp3/MediaType.java | 14 +- app/src/main/java/okhttp3/MultipartBody.java | 16 +- app/src/main/java/okhttp3/Request.java | 62 +- app/src/main/java/okhttp3/RequestBody.java | 10 +- app/src/main/java/okhttp3/Response.java | 50 +- .../publicsuffix/PublicSuffixDatabase.java | 4 +- app/src/main/java/okio/ByteString.java | 38 +- .../objectweb/asm/ClassTooLargeException.java | 2 +- .../java/org/webrtc/AndroidVideoDecoder.java | 38 +- .../java/org/webrtc/Camera1Enumerator.java | 10 +- .../main/java/org/webrtc/Camera1Session.java | 12 +- .../main/java/org/webrtc/Camera2Session.java | 26 +- .../main/java/org/webrtc/CameraCapturer.java | 16 +- .../org/webrtc/CameraEnumerationAndroid.java | 12 +- app/src/main/java/org/webrtc/DataChannel.java | 4 +- app/src/main/java/org/webrtc/EglBase.java | 2 +- .../main/java/org/webrtc/EglBase10Impl.java | 36 +- .../main/java/org/webrtc/EglBase14Impl.java | 46 +- .../main/java/org/webrtc/EncodedImage.java | 2 +- .../java/org/webrtc/FileVideoCapturer.java | 4 +- .../main/java/org/webrtc/GlGenericDrawer.java | 6 +- app/src/main/java/org/webrtc/GlShader.java | 32 +- .../java/org/webrtc/GlTextureFrameBuffer.java | 6 +- .../java/org/webrtc/HardwareVideoEncoder.java | 30 +- .../main/java/org/webrtc/JavaI420Buffer.java | 6 +- .../java/org/webrtc/MediaConstraints.java | 10 +- app/src/main/java/org/webrtc/MediaStream.java | 16 +- .../java/org/webrtc/MediaStreamTrack.java | 2 +- .../org/webrtc/NetworkMonitorAutoDetect.java | 82 +- .../main/java/org/webrtc/PeerConnection.java | 2 +- app/src/main/java/org/webrtc/RTCStats.java | 30 +- .../main/java/org/webrtc/RTCStatsReport.java | 14 +- .../main/java/org/webrtc/RtpParameters.java | 6 +- .../main/java/org/webrtc/RtpTransceiver.java | 2 +- app/src/main/java/org/webrtc/StatsReport.java | 32 +- .../java/org/webrtc/SurfaceTextureHelper.java | 10 +- .../java/org/webrtc/SurfaceViewRenderer.java | 44 +- .../java/org/webrtc/TextureBufferImpl.java | 8 +- .../main/java/org/webrtc/VideoEncoder.java | 8 +- .../java/org/webrtc/VideoFileRenderer.java | 2 +- .../java/org/webrtc/VideoFrameDrawer.java | 10 +- app/src/main/java/org/webrtc/YuvHelper.java | 18 +- .../java/org/webrtc/audio/VolumeLogger.java | 42 +- .../org/webrtc/audio/WebRtcAudioEffects.java | 34 +- .../org/webrtc/audio/WebRtcAudioRecord.java | 68 +- .../org/webrtc/audio/WebRtcAudioTrack.java | 66 +- .../org/webrtc/audio/WebRtcAudioUtils.java | 116 +- .../voiceengine/WebRtcAudioEffects.java | 34 +- .../voiceengine/WebRtcAudioManager.java | 56 +- .../webrtc/voiceengine/WebRtcAudioRecord.java | 48 +- .../webrtc/voiceengine/WebRtcAudioTrack.java | 54 +- .../webrtc/voiceengine/WebRtcAudioUtils.java | 114 +- app/src/main/java/retrofit2/Response.java | 4 +- app/src/main/java/rx/Observable.java | 16 +- app/src/main/java/rx/Subscriber.java | 2 +- .../java/rx/exceptions/OnErrorThrowable.java | 4 +- app/src/main/java/s/a/a/a.java | 8 +- app/src/main/java/s/a/a/b.java | 2 +- app/src/main/java/s/a/a/f.java | 8 +- app/src/main/java/s/a/a/g.java | 12 +- app/src/main/java/s/a/a/k.java | 8 +- app/src/main/java/s/a/a/l.java | 2 +- app/src/main/java/s/a/a/m.java | 4 +- app/src/main/java/s/a/a/q.java | 8 +- app/src/main/java/s/a/a/x.java | 4 +- app/src/main/java/s/a/a1.java | 12 +- app/src/main/java/s/a/a2/e/c.java | 24 +- app/src/main/java/s/a/b1.java | 12 +- app/src/main/java/s/a/b2/a.java | 18 +- app/src/main/java/s/a/b2/c.java | 2 +- app/src/main/java/s/a/b2/j.java | 20 +- app/src/main/java/s/a/b2/k.java | 4 +- app/src/main/java/s/a/b2/m.java | 4 +- app/src/main/java/s/a/c1.java | 12 +- app/src/main/java/s/a/d.java | 8 +- app/src/main/java/s/a/g1.java | 62 +- app/src/main/java/s/a/h.java | 8 +- app/src/main/java/s/a/h1.java | 2 +- app/src/main/java/s/a/k.java | 8 +- app/src/main/java/s/a/k0.java | 8 +- app/src/main/java/s/a/m.java | 2 +- app/src/main/java/s/a/m0.java | 8 +- app/src/main/java/s/a/n.java | 8 +- app/src/main/java/s/a/n0.java | 8 +- app/src/main/java/s/a/o0.java | 2 +- app/src/main/java/s/a/p.java | 8 +- app/src/main/java/s/a/p0.java | 8 +- app/src/main/java/s/a/q0.java | 14 +- app/src/main/java/s/a/r.java | 8 +- app/src/main/java/s/a/u.java | 36 +- app/src/main/java/s/a/u1.java | 2 +- app/src/main/java/s/a/w.java | 12 +- app/src/main/java/s/a/y1/a.java | 2 +- app/src/main/java/s/a/z1/a.java | 16 +- app/src/main/java/s/a/z1/b.java | 2 +- app/src/main/java/s/a/z1/c.java | 10 +- app/src/main/java/s/a/z1/f.java | 12 +- app/src/main/java/s/a/z1/g.java | 16 +- app/src/main/java/z/a.java | 4 +- app/src/main/java/z/b.java | 6 +- app/src/main/java/z/d.java | 6 +- app/src/main/java/z/g.java | 4 +- .../per_guild_identity_modal_image.png | Bin 0 -> 75565 bytes .../per_guild_identity_modal_image.png | Bin 0 -> 151481 bytes ...nt_list_item_interested_button_default.xml | 2 +- app/src/main/res/drawable/ic_event_24dp.xml | 4 + ...annel_settings_permissions_member_view.xml | 6 - .../layout-v22/guild_event_prompt_view.xml | 2 +- app/src/main/res/layout-v22/shiny_button.xml | 11 +- .../layout-v22/simple_member_list_item.xml | 4 + ...ingle_value_prop_premium_upsell_dialog.xml | 4 +- .../res/layout-v22/widget_call_fullscreen.xml | 3 +- .../widget_change_guild_identity.xml | 4 + ...dget_channel_settings_edit_permissions.xml | 2 +- .../res/layout-v22/widget_hub_add_server.xml | 16 + .../widget_moderator_start_stage.xml | 5 + ...ettings_audit_log_filter_user_listitem.xml | 9 + .../res/layout/guild_event_prompt_view.xml | 2 +- .../main/res/layout/leave_guild_dialog.xml | 2 +- ...mber_view.xml => settings_member_view.xml} | 2 +- app/src/main/res/layout/shiny_button.xml | 11 +- .../res/layout/simple_member_list_item.xml | 4 +- ...ingle_value_prop_premium_upsell_dialog.xml | 4 +- .../res/layout/user_profile_header_view.xml | 1 + .../res/layout/view_call_events_button.xml | 5 + ..._sheet.xml => widget_audit_log_filter.xml} | 4 +- .../res/layout/widget_call_fullscreen.xml | 3 +- .../layout/widget_change_guild_identity.xml | 4 + ...dget_channel_settings_edit_permissions.xml | 2 +- .../widget_guild_hub_profile_actions.xml | 2 +- .../main/res/layout/widget_hub_add_server.xml | 8 +- .../layout/widget_moderator_start_stage.xml | 5 + ...ettings_audit_log_filter_user_listitem.xml | 15 +- .../widget_server_settings_emojis_item.xml | 15 +- ...rver_settings_instant_invite_list_item.xml | 9 +- .../widget_voice_settings_bottom_sheet.xml | 1 + app/src/main/res/values-ar-rXB/plurals.xml | 12 + app/src/main/res/values-ar-rXB/strings.xml | 111 +- app/src/main/res/values-en-rXA/plurals.xml | 12 + app/src/main/res/values-en-rXA/strings.xml | 111 +- app/src/main/res/values/attrs.xml | 2 + app/src/main/res/values/plurals.xml | 12 + app/src/main/res/values/public.xml | 30817 ++++++++-------- app/src/main/res/values/strings.xml | 113 +- 5412 files changed, 65433 insertions(+), 64152 deletions(-) create mode 100644 app/src/main/java/c/a/i/b6.java create mode 100644 app/src/main/java/c/a/i/c6.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackStandaloneManageSubscriptionPageViewed.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackStandaloneManageSubscriptionPageViewedReceiver.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackVoiceAudioOutputModeEnabled.java create mode 100644 app/src/main/java/com/discord/analytics/generated/events/TrackVoiceAudioOutputModeEnabledReceiver.java delete mode 100644 app/src/main/java/com/discord/databinding/ChannelSettingsPermissionsMemberViewBinding.java rename app/src/main/java/com/discord/databinding/{WidgetAuditLogFilterSheetBinding.java => WidgetAuditLogFilterBinding.java} (67%) delete mode 100644 app/src/main/java/com/discord/stores/StoreThreadsJoined$observeRecentlyAutoUpgradedNotifications$1.java delete mode 100644 app/src/main/java/com/discord/utilities/directories/DirectoryServerMenuOptions.java rename app/src/main/java/com/discord/utilities/directories/{DirectoryUtilsKt$showServerOptions$2.java => DirectoryUtils$showServerOptions$2.java} (73%) rename app/src/main/java/com/discord/utilities/directories/{DirectoryUtilsKt.java => DirectoryUtils.java} (62%) delete mode 100644 app/src/main/java/com/discord/utilities/threading/PriorityThreadFactory$newThread$1.java create mode 100644 app/src/main/java/com/discord/views/calls/CallEventsButtonView.java rename app/src/main/java/com/discord/{widgets/channels/permissions/ChannelSettingsPermissionsMemberView.java => views/user/SettingsMemberView.java} (51%) rename app/src/main/java/com/discord/widgets/directories/{WidgetDirectoriesSearch$onViewBound$$inlined$doOnTextChanged$1.java => WidgetDirectoriesSearch$onViewBound$$inlined$apply$lambda$1.java} (87%) create mode 100644 app/src/main/java/com/discord/widgets/guilds/profile/WidgetChangeGuildIdentity$configureUpsell$1.java create mode 100644 app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$channelId$2.java delete mode 100644 app/src/main/java/com/discord/widgets/hubs/DiscordHubAddServerState.java create mode 100644 app/src/main/java/com/discord/widgets/hubs/HubAddServerState.java delete mode 100644 app/src/main/java/com/discord/widgets/hubs/WidgetDiscordHubAddServerViewModel.java create mode 100644 app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer$onServerClickListener$1$$special$$inlined$let$lambda$1.java create mode 100644 app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer$onServerClickListener$1.java create mode 100644 app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServer$onViewBound$$inlined$apply$lambda$1.java rename app/src/main/java/com/discord/widgets/hubs/{WidgetDiscordHubAddServerViewModel$Companion$observeStores$1.java => WidgetHubAddServerViewModel$Companion$observeStores$1.java} (59%) create mode 100644 app/src/main/java/com/discord/widgets/hubs/WidgetHubAddServerViewModel.java rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$Model$Companion$get$1.java => WidgetServerSettingsAuditLogFilter$Model$Companion$get$1.java} (68%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$Model$Companion$get$2$$special$$inlined$sortedBy$1.java => WidgetServerSettingsAuditLogFilter$Model$Companion$get$2$$special$$inlined$sortedBy$1.java} (69%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$Model$Companion$get$2$$special$$inlined$sortedBy$2.java => WidgetServerSettingsAuditLogFilter$Model$Companion$get$2$$special$$inlined$sortedBy$2.java} (69%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$Model$Companion$get$2$listItems$1.java => WidgetServerSettingsAuditLogFilter$Model$Companion$get$2$listItems$1.java} (84%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$Model$Companion$get$2$listItems$2.java => WidgetServerSettingsAuditLogFilter$Model$Companion$get$2$listItems$2.java} (55%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$Model$Companion$get$2.java => WidgetServerSettingsAuditLogFilter$Model$Companion$get$2.java} (65%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$Model$Companion$getPermissionUserIds$1.java => WidgetServerSettingsAuditLogFilter$Model$Companion$getPermissionUserIds$1.java} (84%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$binding$2.java => WidgetServerSettingsAuditLogFilter$binding$2.java} (55%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$onFilterSelectedCallback$1.java => WidgetServerSettingsAuditLogFilter$onFilterSelectedCallback$1.java} (58%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$onViewBoundOrOnResume$1.java => WidgetServerSettingsAuditLogFilter$onViewBoundOrOnResume$1.java} (69%) create mode 100644 app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilter$onViewBoundOrOnResume$2.java rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$onViewCreated$$inlined$apply$lambda$1.java => WidgetServerSettingsAuditLogFilter$onViewCreated$$inlined$apply$lambda$1.java} (72%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet$onViewCreated$2.java => WidgetServerSettingsAuditLogFilter$onViewCreated$2.java} (60%) rename app/src/main/java/com/discord/widgets/servers/auditlog/{WidgetServerSettingsAuditLogFilterSheet.java => WidgetServerSettingsAuditLogFilter.java} (76%) create mode 100644 app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter$AuditLogFilterUserViewHolder$onConfigure$2.java delete mode 100644 app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterAdapter$AuditLogFilterUserViewHolder$onConfigure$3.java delete mode 100644 app/src/main/java/com/discord/widgets/servers/auditlog/WidgetServerSettingsAuditLogFilterSheet$onViewBoundOrOnResume$2.java delete mode 100644 app/src/main/java/com/discord/widgets/status/ThreadNotificationNudgeManager.java delete mode 100644 app/src/main/java/com/discord/widgets/status/WidgetThreadStatus$updateView$3.java delete mode 100644 app/src/main/java/com/discord/widgets/status/WidgetThreadStatus$updateView$4.java create mode 100644 app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet$configureUI$5.java delete mode 100644 app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet$configureUI$6.java create mode 100644 app/src/main/java/com/discord/widgets/voice/sheet/WidgetVoiceSettingsBottomSheet$configureUI$8.java create mode 100644 app/src/main/res/drawable-xhdpi/per_guild_identity_modal_image.png create mode 100644 app/src/main/res/drawable-xxhdpi/per_guild_identity_modal_image.png create mode 100644 app/src/main/res/drawable/ic_event_24dp.xml delete mode 100644 app/src/main/res/layout-v22/channel_settings_permissions_member_view.xml create mode 100644 app/src/main/res/layout-v22/simple_member_list_item.xml create mode 100644 app/src/main/res/layout-v22/widget_hub_add_server.xml create mode 100644 app/src/main/res/layout-v22/widget_server_settings_audit_log_filter_user_listitem.xml rename app/src/main/res/layout/{channel_settings_permissions_member_view.xml => settings_member_view.xml} (77%) create mode 100644 app/src/main/res/layout/view_call_events_button.xml rename app/src/main/res/layout/{widget_audit_log_filter_sheet.xml => widget_audit_log_filter.xml} (81%) diff --git a/app/build.gradle b/app/build.gradle index f7bbcb509c..8f3c5144de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 90203 - versionName "90.3 - Alpha" + versionCode 90204 + versionName "90.4 - Alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ecbfcef088..1e71dc540f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + 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 56d81d6f54..6059a34cdd 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 N = c.d.b.a.a.N("Rating:style="); - N.append(this.i); - N.append(" rating="); + StringBuilder P = c.d.b.a.a.P("Rating:style="); + P.append(this.i); + P.append(" rating="); float f = this.j; - N.append(f < 0.0f ? "unrated" : String.valueOf(f)); - return N.toString(); + P.append(f < 0.0f ? "unrated" : String.valueOf(f)); + return P.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 7f97426c69..8239e6b9fb 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 N = c.d.b.a.a.N("MediaSession.QueueItem {Description="); - N.append(this.i); - N.append(", Id="); - return c.d.b.a.a.z(N, this.j, " }"); + StringBuilder P = c.d.b.a.a.P("MediaSession.QueueItem {Description="); + P.append(this.i); + P.append(", Id="); + return c.d.b.a.a.A(P, 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 0667a247b5..5dbd789d23 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 N = c.d.b.a.a.N("Action:mName='"); - N.append((Object) this.j); - N.append(", mIcon="); - N.append(this.k); - N.append(", mExtras="); - N.append(this.l); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("Action:mName='"); + P.append((Object) this.j); + P.append(", mIcon="); + P.append(this.k); + P.append(", mExtras="); + P.append(this.l); + return P.toString(); } @Override // android.os.Parcelable @@ -153,7 +153,7 @@ public final class PlaybackStateCompat implements Parcelable { sb.append(", custom actions="); sb.append(this.q); sb.append(", active item id="); - return c.d.b.a.a.z(sb, this.r, "}"); + return c.d.b.a.a.A(sb, this.r, "}"); } @Override // android.os.Parcelable diff --git a/app/src/main/java/androidx/activity/ComponentActivity.java b/app/src/main/java/androidx/activity/ComponentActivity.java index 5e9b3c0559..fc35795266 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 N = a.N("activity_rq#"); - N.append(this.mNextLocalRequestCode.getAndIncrement()); - return activityResultRegistry.register(N.toString(), this, activityResultContract, activityResultCallback); + StringBuilder P = a.P("activity_rq#"); + P.append(this.mNextLocalRequestCode.getAndIncrement()); + return activityResultRegistry.register(P.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 d55fa0dabc..051b2c8c2d 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 N = a.N("ActivityResult{resultCode="); - N.append(resultCodeToString(this.mResultCode)); - N.append(", data="); - N.append(this.mData); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("ActivityResult{resultCode="); + P.append(resultCodeToString(this.mResultCode)); + P.append(", data="); + P.append(this.mData); + P.append('}'); + return P.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 df0c716542..848ad15110 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 S = a.S("Dropping pending result for request ", str, ": "); - S.append(this.mParsedPendingResults.get(str)); - Log.w(LOG_TAG, S.toString()); + StringBuilder V = a.V("Dropping pending result for request ", str, ": "); + V.append(this.mParsedPendingResults.get(str)); + Log.w(LOG_TAG, V.toString()); this.mParsedPendingResults.remove(str); } if (this.mPendingResults.containsKey(str)) { - StringBuilder S2 = a.S("Dropping pending result for request ", str, ": "); - S2.append(this.mPendingResults.getParcelable(str)); - Log.w(LOG_TAG, S2.toString()); + StringBuilder V2 = a.V("Dropping pending result for request ", str, ": "); + V2.append(this.mPendingResults.getParcelable(str)); + Log.w(LOG_TAG, V2.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 e5123743be..4619ec9a78 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 N = a.N("AppCompat does not support the current theme features: { windowActionBar: "); - N.append(this.mHasActionBar); - N.append(", windowActionBarOverlay: "); - N.append(this.mOverlayActionBar); - N.append(", android:windowIsFloating: "); - N.append(this.mIsFloating); - N.append(", windowActionModeOverlay: "); - N.append(this.mOverlayActionMode); - N.append(", windowNoTitle: "); - throw new IllegalArgumentException(a.J(N, this.mWindowNoTitle, " }")); + StringBuilder P = a.P("AppCompat does not support the current theme features: { windowActionBar: "); + P.append(this.mHasActionBar); + P.append(", windowActionBarOverlay: "); + P.append(this.mOverlayActionBar); + P.append(", android:windowIsFloating: "); + P.append(this.mIsFloating); + P.append(", windowActionModeOverlay: "); + P.append(this.mOverlayActionMode); + P.append(", windowNoTitle: "); + throw new IllegalArgumentException(a.L(P, 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 1162974be3..78cd61efb2 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 N = a.N(" with id '"); - N.append(this.mHostView.getContext().getResources().getResourceEntryName(id2)); - N.append("'"); - str = N.toString(); + StringBuilder P = a.P(" with id '"); + P.append(this.mHostView.getContext().getResources().getResourceEntryName(id2)); + P.append("'"); + str = P.toString(); } - StringBuilder N2 = a.N("Could not find method "); - N2.append(this.mMethodName); - N2.append("(View) in a parent or ancestor Context for android:onClick attribute defined on view "); - N2.append(this.mHostView.getClass()); - N2.append(str); - throw new IllegalStateException(N2.toString()); + StringBuilder P2 = a.P("Could not find method "); + P2.append(this.mMethodName); + P2.append("(View) in a parent or ancestor Context for android:onClick attribute defined on view "); + P2.append(this.mHostView.getClass()); + P2.append(str); + throw new IllegalStateException(P2.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 20d7c07b67..48ed38520e 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 N = a.N("Can't make a decor toolbar out of "); - N.append(view != null ? view.getClass().getSimpleName() : "null"); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Can't make a decor toolbar out of "); + P.append(view != null ? view.getClass().getSimpleName() : "null"); + throw new IllegalStateException(P.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 7afe6e7c7c..22f767164b 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 S = a.S("Couldn't resolve menu item onClick handler ", str, " in class "); - S.append(cls.getName()); - InflateException inflateException = new InflateException(S.toString()); + StringBuilder V = a.V("Couldn't resolve menu item onClick handler ", str, " in class "); + V.append(cls.getName()); + InflateException inflateException = new InflateException(V.toString()); inflateException.initCause(e); throw inflateException; } @@ -317,7 +317,7 @@ public class SupportMenuInflater extends MenuInflater { if (name.equals(XML_MENU)) { eventType = xmlPullParser.next(); } else { - throw new RuntimeException(a.t("Expecting menu, got ", name)); + throw new RuntimeException(a.u("Expecting menu, got ", name)); } } } diff --git a/app/src/main/java/androidx/appcompat/widget/ActionBarOverlayLayout.java b/app/src/main/java/androidx/appcompat/widget/ActionBarOverlayLayout.java index 308bb453a9..0703d3fe23 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 N = a.N("Can't make a decor toolbar out of "); - N.append(view.getClass().getSimpleName()); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Can't make a decor toolbar out of "); + P.append(view.getClass().getSimpleName()); + throw new IllegalStateException(P.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 2c855b22ca..339f46c6d4 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 R = a.R("[", "resolveInfo:"); - R.append(this.resolveInfo.toString()); - R.append("; weight:"); - R.append(new BigDecimal((double) this.weight)); - R.append("]"); - return R.toString(); + StringBuilder U = a.U("[", "resolveInfo:"); + U.append(this.resolveInfo.toString()); + U.append("; weight:"); + U.append(new BigDecimal((double) this.weight)); + U.append("]"); + return U.toString(); } } @@ -169,14 +169,14 @@ public class ActivityChooserModel extends DataSetObservable { } public String toString() { - StringBuilder R = a.R("[", "; activity:"); - R.append(this.activity); - R.append("; time:"); - R.append(this.time); - R.append("; weight:"); - R.append(new BigDecimal((double) this.weight)); - R.append("]"); - return R.toString(); + StringBuilder U = a.U("[", "; activity:"); + U.append(this.activity); + U.append("; time:"); + U.append(this.time); + U.append("; weight:"); + U.append(new BigDecimal((double) this.weight)); + U.append("]"); + return U.toString(); } } @@ -262,7 +262,7 @@ public class ActivityChooserModel extends DataSetObservable { if (TextUtils.isEmpty(str) || str.endsWith(HISTORY_FILE_EXTENSION)) { this.mHistoryFileName = str; } else { - this.mHistoryFileName = a.t(str, HISTORY_FILE_EXTENSION); + this.mHistoryFileName = a.u(str, HISTORY_FILE_EXTENSION); } } diff --git a/app/src/main/java/androidx/appcompat/widget/AppCompatTextViewAutoSizeHelper.java b/app/src/main/java/androidx/appcompat/widget/AppCompatTextViewAutoSizeHelper.java index 5d2ff61aef..3da342b61b 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 N = a.N("None of the preset sizes is valid: "); - N.append(Arrays.toString(iArr)); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("None of the preset sizes is valid: "); + P.append(Arrays.toString(iArr)); + throw new IllegalArgumentException(P.toString()); } } else { this.mHasPresetAutoSizeValues = false; @@ -498,7 +498,7 @@ public class AppCompatTextViewAutoSizeHelper { autoSizeText(); } } else { - throw new IllegalArgumentException(a.k("Unknown auto-size text type: ", i)); + throw new IllegalArgumentException(a.l("Unknown auto-size text type: ", i)); } } diff --git a/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java b/app/src/main/java/androidx/appcompat/widget/LinearLayoutCompat.java index 4053767348..f4db3de415 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 N = a.N("base aligned child index out of range (0, "); - N.append(getChildCount()); - N.append(")"); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("base aligned child index out of range (0, "); + P.append(getChildCount()); + P.append(")"); + throw new IllegalArgumentException(P.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 4df8083e89..8dc70f175e 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 N = a.N("Invalid hint position "); - N.append(this.mPromptPosition); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("Invalid hint position "); + P.append(this.mPromptPosition); + Log.e(TAG, P.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 86d9417303..c714cd598c 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 N = a.N("SearchView.SavedState{"); - N.append(Integer.toHexString(System.identityHashCode(this))); - N.append(" isIconified="); - return a.J(N, this.isIconified, "}"); + StringBuilder P = a.P("SearchView.SavedState{"); + P.append(Integer.toHexString(System.identityHashCode(this))); + P.append(" isIconified="); + return a.L(P, 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 65a0f0fae2..9bca3fdd99 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 O = a.O("Invalid icon resource ", iconResource, " for "); - O.append(componentName.flattenToShortString()); - Log.w(LOG_TAG, O.toString()); + StringBuilder Q = a.Q("Invalid icon resource ", iconResource, " for "); + Q.append(componentName.flattenToShortString()); + Log.w(LOG_TAG, Q.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.j0("Icon resource not found: ", str, LOG_TAG); + a.l0("Icon resource not found: ", str, LOG_TAG); return null; } } diff --git a/app/src/main/java/androidx/appcompat/widget/ToolbarWidgetWrapper.java b/app/src/main/java/androidx/appcompat/widget/ToolbarWidgetWrapper.java index 669d70fd24..980f646be9 100644 --- a/app/src/main/java/androidx/appcompat/widget/ToolbarWidgetWrapper.java +++ b/app/src/main/java/androidx/appcompat/widget/ToolbarWidgetWrapper.java @@ -593,7 +593,7 @@ public class ToolbarWidgetWrapper implements DecorToolbar { layoutParams.gravity = BadgeDrawable.BOTTOM_START; } } else { - throw new IllegalArgumentException(a.k("Invalid navigation mode ", i)); + throw new IllegalArgumentException(a.l("Invalid navigation mode ", i)); } } } diff --git a/app/src/main/java/androidx/arch/core/internal/SafeIterableMap.java b/app/src/main/java/androidx/arch/core/internal/SafeIterableMap.java index 014d81e1dc..7b40f5c352 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 N = a.N("["); + StringBuilder P = a.P("["); Iterator> it = iterator(); while (it.hasNext()) { - N.append(it.next().toString()); + P.append(it.next().toString()); if (it.hasNext()) { - N.append(", "); + P.append(", "); } } - N.append("]"); - return N.toString(); + P.append("]"); + return P.toString(); } } diff --git a/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java b/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java index 1f1f1d8207..5b6b78876f 100644 --- a/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java +++ b/app/src/main/java/androidx/browser/browseractions/BrowserServiceFileProvider.java @@ -203,9 +203,9 @@ public final class BrowserServiceFileProvider extends FileProvider { } private static Uri generateUri(Context context, String str) { - String u = a.u(FILE_SUB_DIR_NAME, str, FILE_EXTENSION); + String v = a.v(FILE_SUB_DIR_NAME, str, FILE_EXTENSION); Uri.Builder scheme = new Uri.Builder().scheme(CONTENT_SCHEME); - return scheme.authority(context.getPackageName() + AUTHORITY_SUFFIX).path(u).build(); + return scheme.authority(context.getPackageName() + AUTHORITY_SUFFIX).path(v).build(); } public static void grantReadPermission(@NonNull Intent intent, @Nullable List list, @NonNull Context context) { @@ -230,9 +230,9 @@ public final class BrowserServiceFileProvider extends FileProvider { @NonNull @UiThread public static ResolvableFuture saveBitmap(@NonNull Context context, @NonNull Bitmap bitmap, @NonNull String str, int i) { - StringBuilder R = a.R(str, "_"); - R.append(Integer.toString(i)); - String sb = R.toString(); + StringBuilder U = a.U(str, "_"); + U.append(Integer.toString(i)); + String sb = U.toString(); Uri generateUri = generateUri(context, sb); ResolvableFuture create = ResolvableFuture.create(); new FileSaveTask(context, sb, bitmap, generateUri, create).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, new String[0]); diff --git a/app/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java b/app/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java index 40cb3d082f..46fc23249e 100644 --- a/app/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java +++ b/app/src/main/java/androidx/browser/customtabs/CustomTabsIntent.java @@ -213,7 +213,7 @@ public final class CustomTabsIntent { @NonNull public Builder setColorSchemeParams(int i, @NonNull CustomTabColorSchemeParams customTabColorSchemeParams) { if (i < 0 || i > 2 || i == 0) { - throw new IllegalArgumentException(a.k("Invalid colorScheme: ", i)); + throw new IllegalArgumentException(a.l("Invalid colorScheme: ", i)); } if (this.mColorSchemeParamBundles == null) { this.mColorSchemeParamBundles = new SparseArray<>(); @@ -355,7 +355,7 @@ public final class CustomTabsIntent { public static CustomTabColorSchemeParams getColorSchemeParams(@NonNull Intent intent, int i) { Bundle bundle; if (i < 0 || i > 2 || i == 0) { - throw new IllegalArgumentException(a.k("Invalid colorScheme: ", i)); + throw new IllegalArgumentException(a.l("Invalid colorScheme: ", i)); } Bundle extras = intent.getExtras(); if (extras == null) { diff --git a/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java b/app/src/main/java/androidx/browser/trusted/ConnectionHolder.java index ca650bd724..ffcd00dc63 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 N = a.N("ConnectionHolder, state = "); - N.append(this.mState); - return N.toString(); + StringBuilder P = a.P("ConnectionHolder, state = "); + P.append(this.mState); + return P.toString(); } @MainThread diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java index 6dd937db82..07ac50f7dd 100644 --- a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java +++ b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnection.java @@ -154,7 +154,7 @@ public final class TrustedWebActivityServiceConnection { public static void ensureBundleContains(Bundle bundle, String str) { if (!bundle.containsKey(str)) { - throw new IllegalArgumentException(c.d.b.a.a.t("Bundle must contain ", str)); + throw new IllegalArgumentException(c.d.b.a.a.u("Bundle must contain ", str)); } } diff --git a/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java b/app/src/main/java/androidx/browser/trusted/TrustedWebActivityServiceConnectionPool.java index 20819beddd..1b9e419212 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.j0("Could not find TWAService for ", str, TAG); + a.l0("Could not find TWAService for ", str, TAG); } return null; } if (z2) { - StringBuilder N = a.N("Found "); - N.append(resolveService.serviceInfo.name); - N.append(" to handle request for "); - N.append(uri); - Log.i(TAG, N.toString()); + StringBuilder P = a.P("Found "); + P.append(resolveService.serviceInfo.name); + P.append(" to handle request for "); + P.append(uri); + Log.i(TAG, P.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 afe26bfaf4..96ece756d3 100644 --- a/app/src/main/java/androidx/concurrent/futures/AbstractResolvableFuture.java +++ b/app/src/main/java/androidx/concurrent/futures/AbstractResolvableFuture.java @@ -595,32 +595,32 @@ public abstract class AbstractResolvableFuture implements a { String timeUnit2 = timeUnit.toString(); Locale locale = Locale.ROOT; String lowerCase = timeUnit2.toLowerCase(locale); - StringBuilder Q = c.d.b.a.a.Q("Waited ", j, " "); - Q.append(timeUnit.toString().toLowerCase(locale)); - String sb = Q.toString(); + StringBuilder S = c.d.b.a.a.S("Waited ", j, " "); + S.append(timeUnit.toString().toLowerCase(locale)); + String sb = S.toString(); if (nanos + 1000 < 0) { - String t = c.d.b.a.a.t(sb, " (plus "); + String u = c.d.b.a.a.u(sb, " (plus "); long j2 = -nanos; long convert = timeUnit.convert(j2, TimeUnit.NANOSECONDS); long nanos2 = j2 - timeUnit.toNanos(convert); int i = (convert > 0 ? 1 : (convert == 0 ? 0 : -1)); boolean z2 = i == 0 || nanos2 > 1000; if (i > 0) { - String str = t + convert + " " + lowerCase; + String str = u + convert + " " + lowerCase; if (z2) { - str = c.d.b.a.a.t(str, ","); + str = c.d.b.a.a.u(str, ","); } - t = c.d.b.a.a.t(str, " "); + u = c.d.b.a.a.u(str, " "); } if (z2) { - t = c.d.b.a.a.q(t, nanos2, " nanoseconds "); + u = c.d.b.a.a.r(u, nanos2, " nanoseconds "); } - sb = c.d.b.a.a.t(t, "delay)"); + sb = c.d.b.a.a.u(u, "delay)"); } if (isDone()) { - throw new TimeoutException(c.d.b.a.a.t(sb, " but future completed as timeout expired")); + throw new TimeoutException(c.d.b.a.a.u(sb, " but future completed as timeout expired")); } - throw new TimeoutException(c.d.b.a.a.u(sb, " for ", abstractResolvableFuture)); + throw new TimeoutException(c.d.b.a.a.v(sb, " for ", abstractResolvableFuture)); } throw new InterruptedException(); } @@ -649,15 +649,15 @@ public abstract class AbstractResolvableFuture implements a { public String pendingToString() { Object obj = this.value; if (obj instanceof SetFuture) { - return c.d.b.a.a.F(c.d.b.a.a.N("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); + return c.d.b.a.a.H(c.d.b.a.a.P("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); } if (!(this instanceof ScheduledFuture)) { return null; } - StringBuilder N = c.d.b.a.a.N("remaining delay=["); - N.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); - N.append(" ms]"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("remaining delay=["); + P.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); + P.append(" ms]"); + return P.toString(); } public boolean set(@Nullable V v) { @@ -725,9 +725,9 @@ public abstract class AbstractResolvableFuture implements a { try { str = pendingToString(); } catch (RuntimeException e) { - StringBuilder N = c.d.b.a.a.N("Exception thrown from implementation: "); - N.append(e.getClass()); - str = N.toString(); + StringBuilder P = c.d.b.a.a.P("Exception thrown from implementation: "); + P.append(e.getClass()); + str = P.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 f147d65813..d608ae0f37 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 N = a.N("The completer object was garbage collected - this future would otherwise never complete. The tag was: "); - N.append(this.tag); - safeFuture.setException(new FutureGarbageCollectedException(N.toString())); + StringBuilder P = a.P("The completer object was garbage collected - this future would otherwise never complete. The tag was: "); + P.append(this.tag); + safeFuture.setException(new FutureGarbageCollectedException(P.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 N = a.N("tag=["); - N.append(completer.tag); - N.append("]"); - return N.toString(); + StringBuilder P = a.P("tag=["); + P.append(completer.tag); + P.append("]"); + return P.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 895e2aa6e0..0364da1e72 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 N = a.N("transitionEasing syntax error syntax:transitionEasing=\"cubic(1.0,0.5,0.0,0.6)\" or "); - N.append(Arrays.toString(NAMED_EASING)); - Log.e("ConstraintSet", N.toString()); + StringBuilder P = a.P("transitionEasing syntax error syntax:transitionEasing=\"cubic(1.0,0.5,0.0,0.6)\" or "); + P.append(Arrays.toString(NAMED_EASING)); + Log.e("ConstraintSet", P.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 99cf0bedcf..b289dd2810 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 N = a.N("pos ="); - N.append(Arrays.toString(this.mPosition)); - N.append(" period="); - N.append(Arrays.toString(this.mPeriod)); - return N.toString(); + StringBuilder P = a.P("pos ="); + P.append(Arrays.toString(this.mPosition)); + P.append(" period="); + P.append(Arrays.toString(this.mPeriod)); + return P.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 239a8f3555..866c6ef369 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 R = a.R(str2, " ===== "); - R.append(this.mType); - Log.v(str, R.toString()); + StringBuilder U = a.U(str2, " ===== "); + U.append(this.mType); + Log.v(str, U.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 R2 = a.R(str2, " dur "); - R2.append(this.mStage2Duration); - R2.append(" vel "); - R2.append(this.mStage2Velocity); - R2.append(" pos "); - R2.append(this.mStage2EndPosition); - Log.v(str, R2.toString()); + StringBuilder U2 = a.U(str2, " dur "); + U2.append(this.mStage2Duration); + U2.append(" vel "); + U2.append(this.mStage2Velocity); + U2.append(" pos "); + U2.append(this.mStage2EndPosition); + Log.v(str, U2.toString()); } if (this.mNumberOfStages > 2) { - StringBuilder R3 = a.R(str2, " dur "); - R3.append(this.mStage3Duration); - R3.append(" vel "); - R3.append(this.mStage3Velocity); - R3.append(" pos "); - R3.append(this.mStage3EndPosition); - Log.v(str, R3.toString()); + StringBuilder U3 = a.U(str2, " dur "); + U3.append(this.mStage3Duration); + U3.append(" vel "); + U3.append(this.mStage3Velocity); + U3.append(" pos "); + U3.append(this.mStage3EndPosition); + Log.v(str, U3.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 1cd8551e86..b9738899af 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 N = a.N(".("); - N.append(stackTraceElement.getFileName()); - N.append(":"); - N.append(stackTraceElement.getLineNumber()); - N.append(") "); - N.append(str); - N.append(" "); - String sb = N.toString(); + StringBuilder P = a.P(".("); + P.append(stackTraceElement.getFileName()); + P.append(":"); + P.append(stackTraceElement.getLineNumber()); + P.append(") "); + P.append(str); + P.append(" "); + String sb = P.toString(); PrintStream printStream = System.out; - StringBuilder S = a.S(" >>>>>>>>>>>>>>>>>>. dump ", sb, " "); - S.append(layoutParams.getClass().getName()); - printStream.println(S.toString()); + StringBuilder V = a.V(" >>>>>>>>>>>>>>>>>>. dump ", sb, " "); + V.append(layoutParams.getClass().getName()); + printStream.println(V.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 N = a.N(".("); - N.append(stackTraceElement.getFileName()); - N.append(":"); - N.append(stackTraceElement.getLineNumber()); - N.append(") "); - N.append(str); - N.append(" "); - String sb = N.toString(); + StringBuilder P = a.P(".("); + P.append(stackTraceElement.getFileName()); + P.append(":"); + P.append(stackTraceElement.getLineNumber()); + P.append(") "); + P.append(str); + P.append(" "); + String sb = P.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 R = a.R(sb, " "); - R.append(getName(childAt)); - printStream.println(R.toString()); + StringBuilder U = a.U(sb, " "); + U.append(getName(childAt)); + printStream.println(U.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 N = a.N(".("); - N.append(stackTraceElement.getFileName()); - N.append(":"); - N.append(stackTraceElement.getLineNumber()); - N.append(")"); - String sb = N.toString(); + StringBuilder P = a.P(".("); + P.append(stackTraceElement.getFileName()); + P.append(":"); + P.append(stackTraceElement.getLineNumber()); + P.append(")"); + String sb = P.toString(); Class cls = obj.getClass(); PrintStream printStream = System.out; - StringBuilder R = a.R(sb, "------------- "); - R.append(cls.getName()); - R.append(" --------------------"); - printStream.println(R.toString()); + StringBuilder U = a.U(sb, "------------- "); + U.append(cls.getName()); + U.append(" --------------------"); + printStream.println(U.toString()); Field[] fields = cls.getFields(); for (Field field : fields) { try { @@ -108,10 +108,10 @@ public class Debug { } } PrintStream printStream2 = System.out; - StringBuilder R2 = a.R(sb, "------------- "); - R2.append(cls.getSimpleName()); - R2.append(" --------------------"); - printStream2.println(R2.toString()); + StringBuilder U2 = a.U(sb, "------------- "); + U2.append(cls.getSimpleName()); + U2.append(" --------------------"); + printStream2.println(U2.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 N = a.N(".("); - N.append(stackTraceElement.getFileName()); - N.append(":"); - N.append(stackTraceElement.getLineNumber()); - N.append(")"); - return N.toString(); + StringBuilder P = a.P(".("); + P.append(stackTraceElement.getFileName()); + P.append(":"); + P.append(stackTraceElement.getLineNumber()); + P.append(")"); + return P.toString(); } public static String getLoc() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - StringBuilder N = a.N(".("); - N.append(stackTraceElement.getFileName()); - N.append(":"); - N.append(stackTraceElement.getLineNumber()); - N.append(") "); - N.append(stackTraceElement.getMethodName()); - N.append("()"); - return N.toString(); + StringBuilder P = a.P(".("); + P.append(stackTraceElement.getFileName()); + P.append(":"); + P.append(stackTraceElement.getLineNumber()); + P.append(") "); + P.append(stackTraceElement.getMethodName()); + P.append("()"); + return P.toString(); } public static String getLocation() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[1]; - StringBuilder N = a.N(".("); - N.append(stackTraceElement.getFileName()); - N.append(":"); - N.append(stackTraceElement.getLineNumber()); - N.append(")"); - return N.toString(); + StringBuilder P = a.P(".("); + P.append(stackTraceElement.getFileName()); + P.append(":"); + P.append(stackTraceElement.getLineNumber()); + P.append(")"); + return P.toString(); } public static String getLocation2() { StackTraceElement stackTraceElement = new Throwable().getStackTrace()[2]; - StringBuilder N = a.N(".("); - N.append(stackTraceElement.getFileName()); - N.append(":"); - N.append(stackTraceElement.getLineNumber()); - N.append(")"); - return N.toString(); + StringBuilder P = a.P(".("); + P.append(stackTraceElement.getFileName()); + P.append(":"); + P.append(stackTraceElement.getLineNumber()); + P.append(")"); + return P.toString(); } public static String getName(Context context, int i) { @@ -177,7 +177,7 @@ public class Debug { try { return context.getResources().getResourceEntryName(i); } catch (Exception unused) { - return a.k("?", i); + return a.l("?", i); } } @@ -224,14 +224,14 @@ public class Debug { String str3 = " "; for (int i2 = 1; i2 <= min; i2++) { StackTraceElement stackTraceElement = stackTrace[i2]; - StringBuilder N = a.N(".("); - N.append(stackTrace[i2].getFileName()); - N.append(":"); - N.append(stackTrace[i2].getLineNumber()); - N.append(") "); - N.append(stackTrace[i2].getMethodName()); - String sb = N.toString(); - str3 = a.t(str3, " "); + StringBuilder P = a.P(".("); + P.append(stackTrace[i2].getFileName()); + P.append(":"); + P.append(stackTrace[i2].getLineNumber()); + P.append(") "); + P.append(stackTrace[i2].getMethodName()); + String sb = P.toString(); + str3 = a.u(str3, " "); Log.v(str, str2 + str3 + sb + str3); } } @@ -242,13 +242,13 @@ public class Debug { String str2 = " "; for (int i2 = 1; i2 <= min; i2++) { StackTraceElement stackTraceElement = stackTrace[i2]; - StringBuilder N = a.N(".("); - N.append(stackTrace[i2].getFileName()); - N.append(":"); - N.append(stackTrace[i2].getLineNumber()); - N.append(") "); - String sb = N.toString(); - str2 = a.t(str2, " "); + StringBuilder P = a.P(".("); + P.append(stackTrace[i2].getFileName()); + P.append(":"); + P.append(stackTrace[i2].getLineNumber()); + P.append(") "); + String sb = P.toString(); + str2 = a.u(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 a832f26e74..d7aab1345b 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 N = a.N("unused attribute 0x"); - N.append(Integer.toHexString(index)); - N.append(" "); - N.append(mAttrMap.get(index)); - Log.e("KeyAttribute", N.toString()); + StringBuilder P = a.P("unused attribute 0x"); + P.append(Integer.toHexString(index)); + P.append(" "); + P.append(mAttrMap.get(index)); + Log.e("KeyAttribute", P.toString()); break; case 4: KeyAttributes.access$202(keyAttributes, typedArray.getFloat(index, KeyAttributes.access$200(keyAttributes))); @@ -645,7 +645,7 @@ public class KeyAttributes extends Key { } if (this.mCustomConstraints.size() > 0) { for (String str : this.mCustomConstraints.keySet()) { - hashMap.put(a.t("CUSTOM,", str), Integer.valueOf(this.mCurveFit)); + hashMap.put(a.u("CUSTOM,", str), Integer.valueOf(this.mCurveFit)); } } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycle.java b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyCycle.java index 556c792d65..2d32207d75 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 N = a.N("unused attribute 0x"); - N.append(Integer.toHexString(index)); - N.append(" "); - N.append(mAttrMap.get(index)); - Log.e("KeyCycle", N.toString()); + StringBuilder P = a.P("unused attribute 0x"); + P.append(Integer.toHexString(index)); + P.append(" "); + P.append(mAttrMap.get(index)); + Log.e("KeyCycle", P.toString()); break; } } @@ -368,10 +368,10 @@ public class KeyCycle extends Key { @Override // androidx.constraintlayout.motion.widget.Key public void addValues(HashMap hashMap) { - StringBuilder N = a.N("add "); - N.append(hashMap.size()); - N.append(" values"); - Debug.logStack("KeyCycle", N.toString(), 2); + StringBuilder P = a.P("add "); + P.append(hashMap.size()); + P.append(" values"); + Debug.logStack("KeyCycle", P.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 e6286f7a0c..05da93cdba 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 N = a.N("ConstraintAttribute is already a "); - N.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("ConstraintAttribute is already a "); + P.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(P.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 R = a.R(str, "["); - R.append(next.mPosition); - R.append(" , "); - R.append(decimalFormat.format((double) next.mValue)); - R.append("] "); - str = R.toString(); + StringBuilder U = a.U(str, "["); + U.append(next.mPosition); + U.append(" , "); + U.append(decimalFormat.format((double) next.mValue)); + U.append("] "); + str = U.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 810d88027a..8296f595b4 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 N = a.N("unused attribute 0x"); - N.append(Integer.toHexString(index)); - N.append(" "); - N.append(mAttrMap.get(index)); - Log.e("KeyPosition", N.toString()); + StringBuilder P = a.P("unused attribute 0x"); + P.append(Integer.toHexString(index)); + P.append(" "); + P.append(mAttrMap.get(index)); + Log.e("KeyPosition", P.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 42a68d3e7d..f19c0e9562 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 N = a.N("unused attribute 0x"); - N.append(Integer.toHexString(index)); - N.append(" "); - N.append(mAttrMap.get(index)); - Log.e("KeyTimeCycle", N.toString()); + StringBuilder P = a.P("unused attribute 0x"); + P.append(Integer.toHexString(index)); + P.append(" "); + P.append(mAttrMap.get(index)); + Log.e("KeyTimeCycle", P.toString()); break; case 4: KeyTimeCycle.access$202(keyTimeCycle, typedArray.getFloat(index, KeyTimeCycle.access$200(keyTimeCycle))); @@ -624,7 +624,7 @@ public class KeyTimeCycle extends Key { } if (this.mCustomConstraints.size() > 0) { for (String str : this.mCustomConstraints.keySet()) { - hashMap.put(a.t("CUSTOM,", str), Integer.valueOf(this.mCurveFit)); + hashMap.put(a.u("CUSTOM,", str), Integer.valueOf(this.mCurveFit)); } } } diff --git a/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTrigger.java b/app/src/main/java/androidx/constraintlayout/motion/widget/KeyTrigger.java index 96674789f8..e642a28509 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 N = a.N("unused attribute 0x"); - N.append(Integer.toHexString(index)); - N.append(" "); - N.append(mAttrMap.get(index)); - Log.e("KeyTrigger", N.toString()); + StringBuilder P = a.P("unused attribute 0x"); + P.append(Integer.toHexString(index)); + P.append(" "); + P.append(mAttrMap.get(index)); + Log.e("KeyTrigger", P.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 N = a.N("Could not find method \""); - N.append(this.mNegativeCross); - N.append("\"on class "); - N.append(view.getClass().getSimpleName()); - N.append(" "); - N.append(Debug.getName(view)); - Log.e("KeyTrigger", N.toString()); + StringBuilder P = a.P("Could not find method \""); + P.append(this.mNegativeCross); + P.append("\"on class "); + P.append(view.getClass().getSimpleName()); + P.append(" "); + P.append(Debug.getName(view)); + Log.e("KeyTrigger", P.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 N2 = a.N("Could not find method \""); - N2.append(this.mPositiveCross); - N2.append("\"on class "); - N2.append(view.getClass().getSimpleName()); - N2.append(" "); - N2.append(Debug.getName(view)); - Log.e("KeyTrigger", N2.toString()); + StringBuilder P2 = a.P("Could not find method \""); + P2.append(this.mPositiveCross); + P2.append("\"on class "); + P2.append(view.getClass().getSimpleName()); + P2.append(" "); + P2.append(Debug.getName(view)); + Log.e("KeyTrigger", P2.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 N3 = a.N("Could not find method \""); - N3.append(this.mCross); - N3.append("\"on class "); - N3.append(view.getClass().getSimpleName()); - N3.append(" "); - N3.append(Debug.getName(view)); - Log.e("KeyTrigger", N3.toString()); + StringBuilder P3 = a.P("Could not find method \""); + P3.append(this.mCross); + P3.append("\"on class "); + P3.append(view.getClass().getSimpleName()); + P3.append(" "); + P3.append(Debug.getName(view)); + Log.e("KeyTrigger", P3.toString()); } } try { this.mFireCross.invoke(view, new Object[0]); return; } catch (Exception unused4) { - StringBuilder N4 = a.N("Exception in call \""); - N4.append(this.mCross); - N4.append("\"on class "); - N4.append(view.getClass().getSimpleName()); - N4.append(" "); - N4.append(Debug.getName(view)); - Log.e("KeyTrigger", N4.toString()); + StringBuilder P4 = a.P("Exception in call \""); + P4.append(this.mCross); + P4.append("\"on class "); + P4.append(view.getClass().getSimpleName()); + P4.append(" "); + P4.append(Debug.getName(view)); + Log.e("KeyTrigger", P4.toString()); return; } } else { @@ -408,26 +408,26 @@ public class KeyTrigger extends Key { try { this.mFireNegativeCross.invoke(view, new Object[0]); } catch (Exception unused5) { - StringBuilder N5 = a.N("Exception in call \""); - N5.append(this.mNegativeCross); - N5.append("\"on class "); - N5.append(view.getClass().getSimpleName()); - N5.append(" "); - N5.append(Debug.getName(view)); - Log.e("KeyTrigger", N5.toString()); + StringBuilder P5 = a.P("Exception in call \""); + P5.append(this.mNegativeCross); + P5.append("\"on class "); + P5.append(view.getClass().getSimpleName()); + P5.append(" "); + P5.append(Debug.getName(view)); + Log.e("KeyTrigger", P5.toString()); } if (this.mFirePositiveCross == null) { } try { this.mFirePositiveCross.invoke(view, new Object[0]); } catch (Exception unused6) { - StringBuilder N6 = a.N("Exception in call \""); - N6.append(this.mPositiveCross); - N6.append("\"on class "); - N6.append(view.getClass().getSimpleName()); - N6.append(" "); - N6.append(Debug.getName(view)); - Log.e("KeyTrigger", N6.toString()); + StringBuilder P6 = a.P("Exception in call \""); + P6.append(this.mPositiveCross); + P6.append("\"on class "); + P6.append(view.getClass().getSimpleName()); + P6.append(" "); + P6.append(Debug.getName(view)); + Log.e("KeyTrigger", P6.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 38e4484594..7988c33e1b 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 N = a.N(" KeyPath positon \""); - N.append(motionPaths.position); - N.append("\" outside of range"); - Log.e(TAG, N.toString()); + StringBuilder P = a.P(" KeyPath positon \""); + P.append(motionPaths.position); + P.append("\" outside of range"); + Log.e(TAG, P.toString()); } this.mMotionPaths.add((-binarySearch) - 1, motionPaths); } @@ -1154,11 +1154,11 @@ public class MotionController { break; } if (iArr4[i15] < MotionPaths.names.length) { - String F = a.F(new StringBuilder(), MotionPaths.names[this.mInterpolateVariables[i15]], " ["); + String H = a.H(new StringBuilder(), MotionPaths.names[this.mInterpolateVariables[i15]], " ["); for (int i16 = 0; i16 < size; i16++) { - StringBuilder N = a.N(F); - N.append(dArr[i16][i15]); - F = N.toString(); + StringBuilder P = a.P(H); + P.append(dArr[i16][i15]); + H = P.toString(); } } i15++; @@ -1242,14 +1242,14 @@ public class MotionController { } public String toString() { - StringBuilder N = a.N(" start: x: "); - N.append(this.mStartMotionPath.f21x); - N.append(" y: "); - N.append(this.mStartMotionPath.f22y); - N.append(" end: x: "); - N.append(this.mEndMotionPath.f21x); - N.append(" y: "); - N.append(this.mEndMotionPath.f22y); - return N.toString(); + StringBuilder P = a.P(" start: x: "); + P.append(this.mStartMotionPath.f21x); + P.append(" y: "); + P.append(this.mStartMotionPath.f22y); + P.append(" end: x: "); + P.append(this.mEndMotionPath.f21x); + P.append(" y: "); + P.append(this.mEndMotionPath.f22y); + return P.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 a932e2bdcd..fc2ff42221 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 N = a.N(""); - N.append(((float) ((int) (((double) ((min2 * 100.0f) / Math.abs(f5 - f3))) + 0.5d))) / 100.0f); - String sb = N.toString(); + StringBuilder P = a.P(""); + P.append(((float) ((int) (((double) ((min2 * 100.0f) / Math.abs(f5 - f3))) + 0.5d))) / 100.0f); + String sb = P.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 N2 = a.N(""); - N2.append(((float) ((int) (((double) ((max2 * 100.0f) / Math.abs(f6 - f4))) + 0.5d))) / 100.0f); - String sb2 = N2.toString(); + StringBuilder P2 = a.P(""); + P2.append(((float) ((int) (((double) ((max2 * 100.0f) / Math.abs(f6 - f4))) + 0.5d))) / 100.0f); + String sb2 = P2.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 N = a.N(""); - N.append(((float) ((int) ((hypot2 * 100.0f) / hypot))) / 100.0f); - String sb = N.toString(); + StringBuilder P = a.P(""); + P.append(((float) ((int) ((hypot2 * 100.0f) / hypot))) / 100.0f); + String sb = P.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 N = a.N(""); - N.append(((float) ((int) (((double) (((f - ((float) (i / 2))) * 100.0f) / ((float) (MotionLayout.this.getWidth() - i)))) + 0.5d))) / 100.0f); - String sb = N.toString(); + StringBuilder P = a.P(""); + P.append(((float) ((int) (((double) (((f - ((float) (i / 2))) * 100.0f) / ((float) (MotionLayout.this.getWidth() - i)))) + 0.5d))) / 100.0f); + String sb = P.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 N2 = a.N(""); - N2.append(((float) ((int) (((double) (((f2 - ((float) (i2 / 2))) * 100.0f) / ((float) (MotionLayout.this.getHeight() - i2)))) + 0.5d))) / 100.0f); - String sb2 = N2.toString(); + StringBuilder P2 = a.P(""); + P2.append(((float) ((int) (((double) (((f2 - ((float) (i2 / 2))) * 100.0f) / ((float) (MotionLayout.this.getHeight() - i2)))) + 0.5d))) / 100.0f); + String sb2 = P2.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 R = a.R(str, " "); - R.append(Debug.getName((View) constraintWidgetContainer.getCompanionWidget())); - String sb = R.toString(); + StringBuilder U = a.U(str, " "); + U.append(Debug.getName((View) constraintWidgetContainer.getCompanionWidget())); + String sb = U.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 N = a.N(""); + StringBuilder P = a.P(""); String str3 = "_"; - N.append(constraintWidget.mTop.mTarget != null ? ExifInterface.GPS_DIRECTION_TRUE : str3); - StringBuilder N2 = a.N(N.toString()); - N2.append(constraintWidget.mBottom.mTarget != null ? "B" : str3); - StringBuilder N3 = a.N(N2.toString()); - N3.append(constraintWidget.mLeft.mTarget != null ? "L" : str3); - StringBuilder N4 = a.N(N3.toString()); + P.append(constraintWidget.mTop.mTarget != null ? ExifInterface.GPS_DIRECTION_TRUE : str3); + StringBuilder P2 = a.P(P.toString()); + P2.append(constraintWidget.mBottom.mTarget != null ? "B" : str3); + StringBuilder P3 = a.P(P2.toString()); + P3.append(constraintWidget.mLeft.mTarget != null ? "L" : str3); + StringBuilder P4 = a.P(P3.toString()); if (constraintWidget.mRight.mTarget != null) { str3 = "R"; } - N4.append(str3); - String sb2 = N4.toString(); + P4.append(str3); + String sb2 = P4.toString(); View view = (View) constraintWidget.getCompanionWidget(); String name = Debug.getName(view); if (view instanceof TextView) { - StringBuilder R2 = a.R(name, "("); - R2.append((Object) ((TextView) view).getText()); - R2.append(")"); - name = R2.toString(); + StringBuilder U2 = a.U(name, "("); + U2.append((Object) ((TextView) view).getText()); + U2.append(")"); + name = U2.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 N = a.N(" "); - N.append(layoutParams.startToStart != -1 ? "SS" : "__"); - StringBuilder N2 = a.N(N.toString()); + StringBuilder P = a.P(" "); + P.append(layoutParams.startToStart != -1 ? "SS" : "__"); + StringBuilder P2 = a.P(P.toString()); String str2 = "|__"; - N2.append(layoutParams.startToEnd != -1 ? "|SE" : str2); - StringBuilder N3 = a.N(N2.toString()); - N3.append(layoutParams.endToStart != -1 ? "|ES" : str2); - StringBuilder N4 = a.N(N3.toString()); - N4.append(layoutParams.endToEnd != -1 ? "|EE" : str2); - StringBuilder N5 = a.N(N4.toString()); - N5.append(layoutParams.leftToLeft != -1 ? "|LL" : str2); - StringBuilder N6 = a.N(N5.toString()); - N6.append(layoutParams.leftToRight != -1 ? "|LR" : str2); - StringBuilder N7 = a.N(N6.toString()); - N7.append(layoutParams.rightToLeft != -1 ? "|RL" : str2); - StringBuilder N8 = a.N(N7.toString()); - N8.append(layoutParams.rightToRight != -1 ? "|RR" : str2); - StringBuilder N9 = a.N(N8.toString()); - N9.append(layoutParams.topToTop != -1 ? "|TT" : str2); - StringBuilder N10 = a.N(N9.toString()); - N10.append(layoutParams.topToBottom != -1 ? "|TB" : str2); - StringBuilder N11 = a.N(N10.toString()); - N11.append(layoutParams.bottomToTop != -1 ? "|BT" : str2); - StringBuilder N12 = a.N(N11.toString()); + P2.append(layoutParams.startToEnd != -1 ? "|SE" : str2); + StringBuilder P3 = a.P(P2.toString()); + P3.append(layoutParams.endToStart != -1 ? "|ES" : str2); + StringBuilder P4 = a.P(P3.toString()); + P4.append(layoutParams.endToEnd != -1 ? "|EE" : str2); + StringBuilder P5 = a.P(P4.toString()); + P5.append(layoutParams.leftToLeft != -1 ? "|LL" : str2); + StringBuilder P6 = a.P(P5.toString()); + P6.append(layoutParams.leftToRight != -1 ? "|LR" : str2); + StringBuilder P7 = a.P(P6.toString()); + P7.append(layoutParams.rightToLeft != -1 ? "|RL" : str2); + StringBuilder P8 = a.P(P7.toString()); + P8.append(layoutParams.rightToRight != -1 ? "|RR" : str2); + StringBuilder P9 = a.P(P8.toString()); + P9.append(layoutParams.topToTop != -1 ? "|TT" : str2); + StringBuilder P10 = a.P(P9.toString()); + P10.append(layoutParams.topToBottom != -1 ? "|TB" : str2); + StringBuilder P11 = a.P(P10.toString()); + P11.append(layoutParams.bottomToTop != -1 ? "|BT" : str2); + StringBuilder P12 = a.P(P11.toString()); if (layoutParams.bottomToBottom != -1) { str2 = "|BB"; } - N12.append(str2); - String sb = N12.toString(); + P12.append(str2); + String sb = P12.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 N = a.N(" "); + StringBuilder P = a.P(" "); String str5 = "B"; String str6 = "__"; if (constraintWidget.mTop.mTarget != null) { - StringBuilder N2 = a.N(ExifInterface.GPS_DIRECTION_TRUE); - N2.append(constraintWidget.mTop.mTarget.mType == ConstraintAnchor.Type.TOP ? ExifInterface.GPS_DIRECTION_TRUE : str5); - str2 = N2.toString(); + StringBuilder P2 = a.P(ExifInterface.GPS_DIRECTION_TRUE); + P2.append(constraintWidget.mTop.mTarget.mType == ConstraintAnchor.Type.TOP ? ExifInterface.GPS_DIRECTION_TRUE : str5); + str2 = P2.toString(); } else { str2 = str6; } - N.append(str2); - StringBuilder N3 = a.N(N.toString()); + P.append(str2); + StringBuilder P3 = a.P(P.toString()); if (constraintWidget.mBottom.mTarget != null) { - StringBuilder N4 = a.N(str5); + StringBuilder P4 = a.P(str5); if (constraintWidget.mBottom.mTarget.mType == ConstraintAnchor.Type.TOP) { str5 = ExifInterface.GPS_DIRECTION_TRUE; } - N4.append(str5); - str3 = N4.toString(); + P4.append(str5); + str3 = P4.toString(); } else { str3 = str6; } - N3.append(str3); - StringBuilder N5 = a.N(N3.toString()); + P3.append(str3); + StringBuilder P5 = a.P(P3.toString()); String str7 = "R"; if (constraintWidget.mLeft.mTarget != null) { - StringBuilder N6 = a.N("L"); - N6.append(constraintWidget.mLeft.mTarget.mType == ConstraintAnchor.Type.LEFT ? "L" : str7); - str4 = N6.toString(); + StringBuilder P6 = a.P("L"); + P6.append(constraintWidget.mLeft.mTarget.mType == ConstraintAnchor.Type.LEFT ? "L" : str7); + str4 = P6.toString(); } else { str4 = str6; } - N5.append(str4); - StringBuilder N7 = a.N(N5.toString()); + P5.append(str4); + StringBuilder P7 = a.P(P5.toString()); if (constraintWidget.mRight.mTarget != null) { - StringBuilder N8 = a.N(str7); + StringBuilder P8 = a.P(str7); if (constraintWidget.mRight.mTarget.mType == ConstraintAnchor.Type.LEFT) { str7 = "L"; } - N8.append(str7); - str6 = N8.toString(); + P8.append(str7); + str6 = P8.toString(); } - N7.append(str6); - String sb = N7.toString(); + P7.append(str6); + String sb = P7.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 S = a.S("CHECK: ", name, " ALL VIEWS SHOULD HAVE ID's "); - S.append(childAt.getClass().getName()); - S.append(" does not!"); - Log.w(TAG, S.toString()); + StringBuilder V = a.V("CHECK: ", name, " ALL VIEWS SHOULD HAVE ID's "); + V.append(childAt.getClass().getName()); + V.append(" does not!"); + Log.w(TAG, V.toString()); } if (constraintSet.getConstraint(id2) == null) { - StringBuilder S2 = a.S("CHECK: ", name, " NO CONSTRAINTS for "); - S2.append(Debug.getName(childAt)); - Log.w(TAG, S2.toString()); + StringBuilder V2 = a.V("CHECK: ", name, " NO CONSTRAINTS for "); + V2.append(Debug.getName(childAt)); + Log.w(TAG, V2.toString()); } } int[] knownIds = constraintSet.getKnownIds(); @@ -1283,9 +1283,9 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } private void checkStructure(MotionScene.Transition transition) { - StringBuilder N = a.N("CHECK: transition = "); - N.append(transition.debugString(getContext())); - Log.v(TAG, N.toString()); + StringBuilder P = a.P("CHECK: transition = "); + P.append(transition.debugString(getContext())); + Log.v(TAG, P.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 N = a.N(" "); - N.append(Debug.getLocation()); - N.append(" "); - N.append(Debug.getName(this)); - N.append(" "); - N.append(Debug.getName(getContext(), this.mCurrentState)); - N.append(" "); - N.append(Debug.getName(childAt)); - N.append(childAt.getLeft()); - N.append(" "); - N.append(childAt.getTop()); - Log.v(TAG, N.toString()); + StringBuilder P = a.P(" "); + P.append(Debug.getLocation()); + P.append(" "); + P.append(Debug.getName(this)); + P.append(" "); + P.append(Debug.getName(getContext(), this.mCurrentState)); + P.append(" "); + P.append(Debug.getName(childAt)); + P.append(childAt.getLeft()); + P.append(" "); + P.append(childAt.getTop()); + Log.v(TAG, P.toString()); } } @@ -1647,14 +1647,14 @@ public class MotionLayout extends ConstraintLayout implements NestedScrollingPar } Paint paint = new Paint(); paint.setTextSize(42.0f); - StringBuilder N = a.N(this.mLastFps + " fps " + Debug.getState(this, this.mBeginState) + " -> "); - N.append(Debug.getState(this, this.mEndState)); - N.append(" (progress: "); - N.append(((float) ((int) (getProgress() * 1000.0f))) / 10.0f); - N.append(" ) state="); + StringBuilder P = a.P(this.mLastFps + " fps " + Debug.getState(this, this.mBeginState) + " -> "); + P.append(Debug.getState(this, this.mEndState)); + P.append(" (progress: "); + P.append(((float) ((int) (getProgress() * 1000.0f))) / 10.0f); + P.append(" ) state="); int i = this.mCurrentState; - N.append(i == -1 ? "undefined" : Debug.getState(this, i)); - String sb = N.toString(); + P.append(i == -1 ? "undefined" : Debug.getState(this, i)); + String sb = P.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.j0("WARNING could not find view id ", viewById == null ? a.k("", i) : viewById.getContext().getResources().getResourceName(i), TAG); + a.l0("WARNING could not find view id ", viewById == null ? a.l("", 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 2e6fdb87c6..937af91619 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 N = a.N("OnClick could not find id "); - N.append(this.mTargetId); - Log.e(MotionScene.TAG, N.toString()); + StringBuilder P = a.P("OnClick could not find id "); + P.append(this.mTargetId); + Log.e(MotionScene.TAG, P.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 N = a.N(" (*) could not find id "); - N.append(this.mTargetId); - Log.e(MotionScene.TAG, N.toString()); + StringBuilder P = a.P(" (*) could not find id "); + P.append(this.mTargetId); + Log.e(MotionScene.TAG, P.toString()); return; } findViewById.setOnClickListener(null); @@ -435,11 +435,11 @@ public class MotionScene { public String debugString(Context context) { String resourceEntryName = this.mConstraintSetStart == -1 ? "null" : context.getResources().getResourceEntryName(this.mConstraintSetStart); if (this.mConstraintSetEnd == -1) { - return a.t(resourceEntryName, " -> null"); + return a.u(resourceEntryName, " -> null"); } - StringBuilder R = a.R(resourceEntryName, " -> "); - R.append(context.getResources().getResourceEntryName(this.mConstraintSetEnd)); - return R.toString(); + StringBuilder U = a.U(resourceEntryName, " -> "); + U.append(context.getResources().getResourceEntryName(this.mConstraintSetEnd)); + return U.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 N = a.N("ERROR! invalid deriveConstraintsFrom: @id/"); - N.append(Debug.getName(this.mMotionLayout.getContext(), i2)); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("ERROR! invalid deriveConstraintsFrom: @id/"); + P.append(Debug.getName(this.mMotionLayout.getContext(), i2)); + Log.e(TAG, P.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 N = a.N("size "); - N.append(this.mConstraintSetMap.size()); - printStream2.println(N.toString()); + StringBuilder P = a.P("size "); + P.append(this.mConstraintSetMap.size()); + printStream2.println(P.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 N2 = a.N("Warning could not find ConstraintSet id/"); - N2.append(Debug.getName(this.mMotionLayout.getContext(), i)); - N2.append(" In MotionScene"); - Log.e(TAG, N2.toString()); + StringBuilder P2 = a.P("Warning could not find ConstraintSet id/"); + P2.append(Debug.getName(this.mMotionLayout.getContext(), i)); + P2.append(" In MotionScene"); + Log.e(TAG, P2.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 N = a.N("size "); - N.append(this.mConstraintSetMap.size()); - printStream2.println(N.toString()); + StringBuilder P = a.P("size "); + P.append(this.mConstraintSetMap.size()); + printStream2.println(P.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 b58ee043f3..fc4ea52a56 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 R = a.R(str, "["); - R.append(this.mTimePoints[i]); - R.append(" , "); - R.append(decimalFormat.format((double) this.mValues[i])); - R.append("] "); - str = R.toString(); + StringBuilder U = a.U(str, "["); + U.append(this.mTimePoints[i]); + U.append(" , "); + U.append(decimalFormat.format((double) this.mValues[i])); + U.append("] "); + str = U.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 7c08660aac..66ff5738e6 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 N = a.N("Error no points added to "); - N.append(this.mType); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("Error no points added to "); + P.append(this.mType); + Log.e(TAG, P.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 R = a.R(str, "["); - R.append(this.mTimePoints[i]); - R.append(" , "); - R.append(decimalFormat.format(this.mValues[i])); - R.append("] "); - str = R.toString(); + StringBuilder U = a.U(str, "["); + U.append(this.mTimePoints[i]); + U.append(" , "); + U.append(decimalFormat.format(this.mValues[i])); + U.append("] "); + str = U.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 e3115431a6..a1165ebbfd 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 N = a.N("cannot find TouchAnchorId @id/"); - N.append(Debug.getName(this.mMotionLayout.getContext(), this.mTouchAnchorId)); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("cannot find TouchAnchorId @id/"); + P.append(Debug.getName(this.mMotionLayout.getContext(), this.mTouchAnchorId)); + Log.e(TAG, P.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 507f6a2c2a..3cafc642f9 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 N = a.N(a.t(str, " -> ")); - N.append(this.mArrayValues[i]); - N.append(" : "); - StringBuilder N2 = a.N(N.toString()); - N2.append(this.mCache.mIndexedVariables[this.mArrayIndices[i]]); - str = N2.toString(); + StringBuilder P = a.P(a.u(str, " -> ")); + P.append(this.mArrayValues[i]); + P.append(" : "); + StringBuilder P2 = a.P(P.toString()); + P2.append(this.mCache.mIndexedVariables[this.mArrayIndices[i]]); + str = P2.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 3c7a716df8..f84cc2993f 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 N = a.N(""); - N.append(this.variable); - str = N.toString(); + StringBuilder P = a.P(""); + P.append(this.variable); + str = P.toString(); } - String t = a.t(str, " = "); + String u = a.u(str, " = "); if (this.constantValue != 0.0f) { - StringBuilder N2 = a.N(t); - N2.append(this.constantValue); - t = N2.toString(); + StringBuilder P2 = a.P(u); + P2.append(this.constantValue); + u = P2.toString(); z2 = true; } else { z2 = false; @@ -461,17 +461,17 @@ public class ArrayRow implements LinearSystem.Row { String solverVariable = variable.toString(); if (!z2) { if (variableValue < 0.0f) { - t = a.t(t, "- "); + u = a.u(u, "- "); } - t = variableValue == 1.0f ? a.t(t, solverVariable) : t + variableValue + " " + solverVariable; + u = variableValue == 1.0f ? a.u(u, solverVariable) : u + variableValue + " " + solverVariable; z2 = true; } else if (i > 0) { - t = a.t(t, " + "); + u = a.u(u, " + "); if (variableValue == 1.0f) { } z2 = true; } else { - t = a.t(t, " - "); + u = a.u(u, " - "); } variableValue *= -1.0f; if (variableValue == 1.0f) { @@ -479,7 +479,7 @@ public class ArrayRow implements LinearSystem.Row { z2 = true; } } - return !z2 ? a.t(t, "0.0") : t; + return !z2 ? a.u(u, "0.0") : u; } public String toString() { diff --git a/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java b/app/src/main/java/androidx/constraintlayout/solver/LinearSystem.java index 4663031b4f..9da229b480 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 N = a.N(str); - N.append(this.mRows[i]); - str = a.t(N.toString(), "\n"); + StringBuilder P = a.P(str); + P.append(this.mRows[i]); + str = a.u(P.toString(), "\n"); } - StringBuilder N2 = a.N(str); - N2.append(this.mGoal); - N2.append("\n"); - System.out.println(N2.toString()); + StringBuilder P2 = a.P(str); + P2.append(this.mGoal); + P2.append("\n"); + System.out.println(P2.toString()); } private void displaySolverVariables() { - StringBuilder N = a.N("Display Rows ("); - N.append(this.mNumRows); - N.append("x"); - System.out.println(a.y(N, this.mNumColumns, ")\n")); + StringBuilder P = a.P("Display Rows ("); + P.append(this.mNumRows); + P.append("x"); + System.out.println(a.z(P, this.mNumColumns, ")\n")); } private int enforceBFS(Row row) throws Exception { @@ -337,7 +337,7 @@ public class LinearSystem { int i2 = i * 4; int i3 = i2 / 1024; int i4 = i3 / 1024; - return i4 > 0 ? a.l("", i4, " Mb") : i3 > 0 ? a.l("", i3, " Kb") : a.l("", i2, " bytes"); + return i4 > 0 ? a.n("", i4, " Mb") : i3 > 0 ? a.n("", i3, " Kb") : a.n("", i2, " bytes"); } private String getDisplayStrength(int i) { @@ -812,34 +812,34 @@ public class LinearSystem { public void displayReadableRows() { displaySolverVariables(); - String y2 = a.y(a.N(" num vars "), this.mVariablesID, "\n"); + String z2 = a.z(a.P(" num vars "), this.mVariablesID, "\n"); for (int i = 0; i < this.mVariablesID + 1; i++) { SolverVariable solverVariable = this.mCache.mIndexedVariables[i]; if (solverVariable != null && solverVariable.isFinalValue) { - y2 = y2 + " $[" + i + "] => " + solverVariable + " = " + solverVariable.computedValue + "\n"; + z2 = z2 + " $[" + i + "] => " + solverVariable + " = " + solverVariable.computedValue + "\n"; } } - String t = a.t(y2, "\n"); + String u = a.u(z2, "\n"); for (int i2 = 0; i2 < this.mVariablesID + 1; i2++) { SolverVariable[] solverVariableArr = this.mCache.mIndexedVariables; SolverVariable solverVariable2 = solverVariableArr[i2]; if (solverVariable2 != null && solverVariable2.isSynonym) { - t = t + " ~[" + i2 + "] => " + solverVariable2 + " = " + solverVariableArr[solverVariable2.synonym] + " + " + solverVariable2.synonymDelta + "\n"; + u = u + " ~[" + i2 + "] => " + solverVariable2 + " = " + solverVariableArr[solverVariable2.synonym] + " + " + solverVariable2.synonymDelta + "\n"; } } - String t2 = a.t(t, "\n\n # "); + String u2 = a.u(u, "\n\n # "); for (int i3 = 0; i3 < this.mNumRows; i3++) { - StringBuilder N = a.N(t2); - N.append(this.mRows[i3].toReadableString()); - t2 = a.t(N.toString(), "\n # "); + StringBuilder P = a.P(u2); + P.append(this.mRows[i3].toReadableString()); + u2 = a.u(P.toString(), "\n # "); } if (this.mGoal != null) { - StringBuilder R = a.R(t2, "Goal: "); - R.append(this.mGoal); - R.append("\n"); - t2 = R.toString(); + StringBuilder U = a.U(u2, "Goal: "); + U.append(this.mGoal); + U.append("\n"); + u2 = U.toString(); } - System.out.println(t2); + System.out.println(u2); } public void displaySystemInformations() { @@ -858,28 +858,28 @@ public class LinearSystem { } } PrintStream printStream = System.out; - StringBuilder N = a.N("Linear System -> Table size: "); - N.append(this.TABLE_SIZE); - N.append(" ("); + StringBuilder P = a.P("Linear System -> Table size: "); + P.append(this.TABLE_SIZE); + P.append(" ("); int i5 = this.TABLE_SIZE; - N.append(getDisplaySize(i5 * i5)); - N.append(") -- row sizes: "); - N.append(getDisplaySize(i)); - N.append(", actual size: "); - N.append(getDisplaySize(i3)); - N.append(" rows: "); - N.append(this.mNumRows); - N.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); - N.append(this.mMaxRows); - N.append(" cols: "); - N.append(this.mNumColumns); - N.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); - N.append(this.mMaxColumns); - N.append(" "); - N.append(0); - N.append(" occupied cells, "); - N.append(getDisplaySize(0)); - printStream.println(N.toString()); + P.append(getDisplaySize(i5 * i5)); + P.append(") -- row sizes: "); + P.append(getDisplaySize(i)); + P.append(", actual size: "); + P.append(getDisplaySize(i3)); + P.append(" rows: "); + P.append(this.mNumRows); + P.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); + P.append(this.mMaxRows); + P.append(" cols: "); + P.append(this.mNumColumns); + P.append(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN); + P.append(this.mMaxColumns); + P.append(" "); + P.append(0); + P.append(" occupied cells, "); + P.append(getDisplaySize(0)); + printStream.println(P.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 N = a.N(str); - N.append(this.mRows[i].toReadableString()); - str = a.t(N.toString(), "\n"); + StringBuilder P = a.P(str); + P.append(this.mRows[i].toReadableString()); + str = a.u(P.toString(), "\n"); } } - StringBuilder N2 = a.N(str); - N2.append(this.mGoal); - N2.append("\n"); - System.out.println(N2.toString()); + StringBuilder P2 = a.P(str); + P2.append(this.mGoal); + P2.append("\n"); + System.out.println(P2.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 c975c981e4..2bcbf29570 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 N = a.N("\n*** Metrics ***\nmeasures: "); - N.append(this.measures); - N.append("\nmeasuresWrap: "); - N.append(this.measuresWrap); - N.append("\nmeasuresWrapInfeasible: "); - N.append(this.measuresWrapInfeasible); - N.append("\ndetermineGroups: "); - N.append(this.determineGroups); - N.append("\ninfeasibleDetermineGroups: "); - N.append(this.infeasibleDetermineGroups); - N.append("\ngraphOptimizer: "); - N.append(this.graphOptimizer); - N.append("\nwidgets: "); - N.append(this.widgets); - N.append("\ngraphSolved: "); - N.append(this.graphSolved); - N.append("\nlinearSolved: "); - return a.z(N, this.linearSolved, "\n"); + StringBuilder P = a.P("\n*** Metrics ***\nmeasures: "); + P.append(this.measures); + P.append("\nmeasuresWrap: "); + P.append(this.measuresWrap); + P.append("\nmeasuresWrapInfeasible: "); + P.append(this.measuresWrapInfeasible); + P.append("\ndetermineGroups: "); + P.append(this.determineGroups); + P.append("\ninfeasibleDetermineGroups: "); + P.append(this.infeasibleDetermineGroups); + P.append("\ngraphOptimizer: "); + P.append(this.graphOptimizer); + P.append("\nwidgets: "); + P.append(this.widgets); + P.append("\ngraphSolved: "); + P.append(this.graphSolved); + P.append("\nlinearSolved: "); + return a.A(P, 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 49dd9a9333..245cd77f11 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 N = a.N(str); - N.append(this.variable.goalStrengthVector[i]); - N.append(" "); - str = N.toString(); + StringBuilder P = a.P(str); + P.append(this.variable.goalStrengthVector[i]); + P.append(" "); + str = P.toString(); } } - StringBuilder R = a.R(str, "] "); - R.append(this.variable); - return R.toString(); + StringBuilder U = a.U(str, "] "); + U.append(this.variable); + return U.toString(); } } @@ -251,10 +251,10 @@ public class PriorityGoalRow extends ArrayRow { @Override // androidx.constraintlayout.solver.ArrayRow public String toString() { - StringBuilder R = a.R("", " goal -> ("); - R.append(this.constantValue); - R.append(") : "); - String sb = R.toString(); + StringBuilder U = a.U("", " goal -> ("); + U.append(this.constantValue); + U.append(") : "); + String sb = U.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 ad7b8f513d..90c5973b44 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java +++ b/app/src/main/java/androidx/constraintlayout/solver/SolverVariable.java @@ -118,41 +118,41 @@ public class SolverVariable { private static String getUniqueName(Type type, String str) { if (str != null) { - StringBuilder N = a.N(str); - N.append(uniqueErrorId); - return N.toString(); + StringBuilder P = a.P(str); + P.append(uniqueErrorId); + return P.toString(); } int ordinal = type.ordinal(); if (ordinal == 0) { - StringBuilder N2 = a.N("U"); + StringBuilder P2 = a.P("U"); int i = uniqueUnrestrictedId + 1; uniqueUnrestrictedId = i; - N2.append(i); - return N2.toString(); + P2.append(i); + return P2.toString(); } else if (ordinal == 1) { - StringBuilder N3 = a.N("C"); + StringBuilder P3 = a.P("C"); int i2 = uniqueConstantId + 1; uniqueConstantId = i2; - N3.append(i2); - return N3.toString(); + P3.append(i2); + return P3.toString(); } else if (ordinal == 2) { - StringBuilder N4 = a.N(ExifInterface.LATITUDE_SOUTH); + StringBuilder P4 = a.P(ExifInterface.LATITUDE_SOUTH); int i3 = uniqueSlackId + 1; uniqueSlackId = i3; - N4.append(i3); - return N4.toString(); + P4.append(i3); + return P4.toString(); } else if (ordinal == 3) { - StringBuilder N5 = a.N("e"); + StringBuilder P5 = a.P("e"); int i4 = uniqueErrorId + 1; uniqueErrorId = i4; - N5.append(i4); - return N5.toString(); + P5.append(i4); + return P5.toString(); } else if (ordinal == 4) { - StringBuilder N6 = a.N(ExifInterface.GPS_MEASUREMENT_INTERRUPTED); + StringBuilder P6 = a.P(ExifInterface.GPS_MEASUREMENT_INTERRUPTED); int i5 = uniqueId + 1; uniqueId = i5; - N6.append(i5); - return N6.toString(); + P6.append(i5); + return P6.toString(); } else { throw new AssertionError(type.name()); } @@ -274,9 +274,9 @@ public class SolverVariable { boolean z2 = false; boolean z3 = true; while (i < this.strengthVector.length) { - StringBuilder N = a.N(str); - N.append(this.strengthVector[i]); - String sb = N.toString(); + StringBuilder P = a.P(str); + P.append(this.strengthVector[i]); + String sb = P.toString(); float[] fArr = this.strengthVector; if (fArr[i] > 0.0f) { z2 = false; @@ -286,24 +286,24 @@ public class SolverVariable { if (fArr[i] != 0.0f) { z3 = false; } - str = i < fArr.length + -1 ? a.t(sb, ", ") : a.t(sb, "] "); + str = i < fArr.length + -1 ? a.u(sb, ", ") : a.u(sb, "] "); i++; } if (z2) { - str = a.t(str, " (-)"); + str = a.u(str, " (-)"); } - return z3 ? a.t(str, " (*)") : str; + return z3 ? a.u(str, " (*)") : str; } public String toString() { if (this.mName != null) { - StringBuilder N = a.N(""); - N.append(this.mName); - return N.toString(); + StringBuilder P = a.P(""); + P.append(this.mName); + return P.toString(); } - StringBuilder N2 = a.N(""); - N2.append(this.f23id); - return N2.toString(); + StringBuilder P2 = a.P(""); + P2.append(this.f23id); + return P2.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 bc3b8985ad..70cc111008 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 R = a.R(str, " "); - R.append(this.variables[i2]); - str = R.toString(); + StringBuilder U = a.U(str, " "); + U.append(this.variables[i2]); + str = U.toString(); int[] iArr = this.nextKeys; if (iArr[i2] != -1) { i2 = iArr[i2]; @@ -404,26 +404,26 @@ public class SolverVariableValues implements ArrayRow.ArrayRowVariables { if (variable != null) { String str4 = str3 + variable + " = " + getVariableValue(i2) + " "; int indexOf = indexOf(variable); - String t = a.t(str4, "[p: "); + String u = a.u(str4, "[p: "); if (this.previous[indexOf] != -1) { - StringBuilder N = a.N(t); - N.append(this.mCache.mIndexedVariables[this.variables[this.previous[indexOf]]]); - str = N.toString(); + StringBuilder P = a.P(u); + P.append(this.mCache.mIndexedVariables[this.variables[this.previous[indexOf]]]); + str = P.toString(); } else { - str = a.t(t, "none"); + str = a.u(u, "none"); } - String t2 = a.t(str, ", n: "); + String u2 = a.u(str, ", n: "); if (this.next[indexOf] != -1) { - StringBuilder N2 = a.N(t2); - N2.append(this.mCache.mIndexedVariables[this.variables[this.next[indexOf]]]); - str2 = N2.toString(); + StringBuilder P2 = a.P(u2); + P2.append(this.mCache.mIndexedVariables[this.variables[this.next[indexOf]]]); + str2 = P2.toString(); } else { - str2 = a.t(t2, "none"); + str2 = a.u(u2, "none"); } - str3 = a.t(str2, "]"); + str3 = a.u(str2, "]"); } } - return a.t(str3, " }"); + return a.u(str3, " }"); } @Override // androidx.constraintlayout.solver.ArrayRow.ArrayRowVariables diff --git a/app/src/main/java/androidx/constraintlayout/solver/state/ConstraintReference.java b/app/src/main/java/androidx/constraintlayout/solver/state/ConstraintReference.java index 394d9856c0..d65214c32e 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 N = a.N("IncorrectConstraintException: "); - N.append(this.mErrors.toString()); - return N.toString(); + StringBuilder P = a.P("IncorrectConstraintException: "); + P.append(this.mErrors.toString()); + return P.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 cab68a1baa..e4f584c059 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 N = a.N("__HELPER_KEY_"); + StringBuilder P = a.P("__HELPER_KEY_"); int i = this.numHelpers; this.numHelpers = i + 1; - return a.y(N, i, "__"); + return a.z(P, 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 ff9b725632..e69837263c 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/Barrier.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/Barrier.java @@ -252,19 +252,19 @@ public class Barrier extends HelperWidget { @Override // androidx.constraintlayout.solver.widgets.ConstraintWidget public String toString() { - StringBuilder N = a.N("[Barrier] "); - N.append(getDebugName()); - N.append(" {"); - String sb = N.toString(); + StringBuilder P = a.P("[Barrier] "); + P.append(getDebugName()); + P.append(" {"); + String sb = P.toString(); for (int i = 0; i < this.mWidgetsCount; i++) { ConstraintWidget constraintWidget = this.mWidgets[i]; if (i > 0) { - sb = a.t(sb, ", "); + sb = a.u(sb, ", "); } - StringBuilder N2 = a.N(sb); - N2.append(constraintWidget.getDebugName()); - sb = N2.toString(); + StringBuilder P2 = a.P(sb); + P2.append(constraintWidget.getDebugName()); + sb = P2.toString(); } - return a.t(sb, "}"); + return a.u(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 6f69b17c5a..a84f4ecf27 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.F(a.N("type: "), this.mType, " ") : str); + sb.append(this.mType != null ? a.H(a.P("type: "), this.mType, " ") : str); if (this.mDebugName != null) { - str = a.F(a.N("id: "), this.mDebugName, " "); + str = a.H(a.P("id: "), this.mDebugName, " "); } sb.append(str); sb.append("("); @@ -3070,7 +3070,7 @@ public class ConstraintWidget { sb.append(") - ("); sb.append(this.mWidth); sb.append(" x "); - return a.y(sb, this.mHeight, ")"); + return a.z(sb, this.mHeight, ")"); } public void updateFromRuns(boolean z2, boolean z3) { diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/ChainRun.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/ChainRun.java index 6e9194fb16..728bd628b5 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/ChainRun.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/ChainRun.java @@ -173,13 +173,13 @@ public class ChainRun extends WidgetRun { } public String toString() { - StringBuilder N = a.N("ChainRun "); - N.append(this.orientation == 0 ? "horizontal : " : "vertical : "); - String sb = N.toString(); + StringBuilder P = a.P("ChainRun "); + P.append(this.orientation == 0 ? "horizontal : " : "vertical : "); + String sb = P.toString(); Iterator it = this.widgets.iterator(); while (it.hasNext()) { - String t = a.t(sb, "<"); - sb = a.t(t + it.next(), "> "); + String u = a.u(sb, "<"); + sb = a.u(u + it.next(), "> "); } return sb; } diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyGraph.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyGraph.java index a470b50a69..75cec53290 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 @@ -267,9 +267,9 @@ public class DependencyGraph { while (it.hasNext()) { str = generateDisplayGraph(it.next(), str); } - String t = a.t(str, "\n}\n"); + String u = a.u(str, "\n}\n"); PrintStream printStream = System.out; - printStream.println("content:<<\n" + t + "\n>>"); + printStream.println("content:<<\n" + u + "\n>>"); } private void findGroup(WidgetRun widgetRun, int i, ArrayList arrayList) { @@ -298,19 +298,19 @@ public class DependencyGraph { private String generateChainDisplayGraph(ChainRun chainRun, String str) { int i = chainRun.orientation; - StringBuilder N = a.N("cluster_"); - N.append(chainRun.widget.getDebugName()); - String sb = N.toString(); - String u = a.u("subgraph ", i == 0 ? a.t(sb, "_h") : a.t(sb, "_v"), " {\n"); + StringBuilder P = a.P("cluster_"); + P.append(chainRun.widget.getDebugName()); + String sb = P.toString(); + String v = a.v("subgraph ", i == 0 ? a.u(sb, "_h") : a.u(sb, "_v"), " {\n"); Iterator it = chainRun.widgets.iterator(); String str2 = ""; while (it.hasNext()) { WidgetRun next = it.next(); String debugName = next.widget.getDebugName(); - u = a.u(u, i == 0 ? a.t(debugName, "_HORIZONTAL") : a.t(debugName, "_VERTICAL"), ";\n"); + v = a.v(v, i == 0 ? a.u(debugName, "_HORIZONTAL") : a.u(debugName, "_VERTICAL"), ";\n"); str2 = generateDisplayGraph(next, str2); } - return a.u(str, str2, a.t(u, "}\n")); + return a.v(str, str2, a.u(v, "}\n")); } private String generateDisplayGraph(WidgetRun widgetRun, String str) { @@ -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 N = a.N(str); - N.append(nodeDefinition(widgetRun)); - String sb = N.toString(); + StringBuilder P = a.P(str); + P.append(nodeDefinition(widgetRun)); + String sb = P.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 N2 = a.N("\n"); - N2.append(dependencyNode2.name()); - N2.append(" -> "); - N2.append(dependencyNode.name()); - N2.append("\n"); - generateDisplayNode = a.t(generateDisplayNode, N2.toString()); + StringBuilder P2 = a.P("\n"); + P2.append(dependencyNode2.name()); + P2.append(" -> "); + P2.append(dependencyNode.name()); + P2.append("\n"); + generateDisplayNode = a.u(generateDisplayNode, P2.toString()); } else if (dependencyNode.targets.isEmpty() && !dependencyNode2.targets.isEmpty()) { - StringBuilder N3 = a.N("\n"); - N3.append(dependencyNode.name()); - N3.append(" -> "); - N3.append(dependencyNode2.name()); - N3.append("\n"); - generateDisplayNode = a.t(generateDisplayNode, N3.toString()); + StringBuilder P3 = a.P("\n"); + P3.append(dependencyNode.name()); + P3.append(" -> "); + P3.append(dependencyNode2.name()); + P3.append("\n"); + generateDisplayNode = a.u(generateDisplayNode, P3.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 N4 = a.N("\n"); - N4.append(dependencyNode2.name()); - N4.append(" -> "); - N4.append(dependencyNode.name()); - N4.append("\n"); - generateDisplayNode = a.t(generateDisplayNode, N4.toString()); + StringBuilder P4 = a.P("\n"); + P4.append(dependencyNode2.name()); + P4.append(" -> "); + P4.append(dependencyNode.name()); + P4.append("\n"); + generateDisplayNode = a.u(generateDisplayNode, P4.toString()); } else if (dependencyNode.targets.isEmpty() && !dependencyNode2.targets.isEmpty()) { - StringBuilder N5 = a.N("\n"); - N5.append(dependencyNode.name()); - N5.append(" -> "); - N5.append(dependencyNode2.name()); - N5.append("\n"); - generateDisplayNode = a.t(generateDisplayNode, N5.toString()); + StringBuilder P5 = a.P("\n"); + P5.append(dependencyNode.name()); + P5.append(" -> "); + P5.append(dependencyNode2.name()); + P5.append("\n"); + generateDisplayNode = a.u(generateDisplayNode, P5.toString()); } } else if (verticalDimensionBehaviour == ConstraintWidget.DimensionBehaviour.MATCH_CONSTRAINT && widgetRun.widget.getDimensionRatio() > 0.0f) { widgetRun.widget.getDebugName(); @@ -377,28 +377,28 @@ public class DependencyGraph { private String generateDisplayNode(DependencyNode dependencyNode, boolean z2, String str) { for (DependencyNode dependencyNode2 : dependencyNode.targets) { - StringBuilder N = a.N("\n"); - N.append(dependencyNode.name()); - StringBuilder R = a.R(N.toString(), " -> "); - R.append(dependencyNode2.name()); - String sb = R.toString(); + StringBuilder P = a.P("\n"); + P.append(dependencyNode.name()); + StringBuilder U = a.U(P.toString(), " -> "); + U.append(dependencyNode2.name()); + String sb = U.toString(); if (dependencyNode.margin > 0 || z2 || (dependencyNode.run instanceof HelperReferences)) { - String t = a.t(sb, "["); + String u = a.u(sb, "["); if (dependencyNode.margin > 0) { - t = a.y(a.R(t, "label=\""), dependencyNode.margin, "\""); + u = a.z(a.U(u, "label=\""), dependencyNode.margin, "\""); if (z2) { - t = a.t(t, ","); + u = a.u(u, ","); } } if (z2) { - t = a.t(t, " style=dashed "); + u = a.u(u, " style=dashed "); } if (dependencyNode.run instanceof HelperReferences) { - t = a.t(t, " style=bold,color=gray "); + u = a.u(u, " style=bold,color=gray "); } - sb = a.t(t, "]"); + sb = a.u(u, "]"); } - str = a.t(str, a.t(sb, "\n")); + str = a.u(str, a.u(sb, "\n")); } return str; } @@ -441,59 +441,59 @@ public class DependencyGraph { ConstraintWidget constraintWidget = widgetRun.widget; ConstraintWidget.DimensionBehaviour horizontalDimensionBehaviour = !z2 ? constraintWidget.getHorizontalDimensionBehaviour() : constraintWidget.getVerticalDimensionBehaviour(); RunGroup runGroup = widgetRun.runGroup; - String t = a.t(a.t(a.t(!z2 ? a.t(debugName, "_HORIZONTAL") : a.t(debugName, "_VERTICAL"), " [shape=none, label=<"), ""), " "); + String u = a.u(a.u(a.u(!z2 ? a.u(debugName, "_HORIZONTAL") : a.u(debugName, "_VERTICAL"), " [shape=none, label=<"), "
"), " "); if (!z2) { - String t2 = a.t(t, " "); + str = a.u(u2, " PORT=\"LEFT\" BORDER=\"1\">L"); } else { - String t3 = a.t(t, " "); + str = a.u(u3, " PORT=\"TOP\" BORDER=\"1\">T"); } - String t4 = a.t(str, " "; + String str4 = u4 + ">" + debugName + str2 + " "; if (!z2) { - String t5 = a.t(str4, " "); + str3 = a.u(u5, " PORT=\"RIGHT\" BORDER=\"1\">R"); } else { - String t6 = a.t(str4, " "), " "), " "); + str3 = a.u(u7, " PORT=\"BOTTOM\" BORDER=\"1\">B"); } - return a.t(a.t(str3, "
LT" + debugName + str2 + " RbbB
"), ">];\n"); + return a.u(a.u(str3, " "), ">];\n"); } public void buildGraph() { diff --git a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyNode.java b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/DependencyNode.java index 6965e65834..6ccc2196f6 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 R = a.R((type == Type.LEFT || type == Type.RIGHT) ? a.t(debugName, "_HORIZONTAL") : a.t(debugName, "_VERTICAL"), ":"); - R.append(this.type.name()); - return R.toString(); + StringBuilder U = a.U((type == Type.LEFT || type == Type.RIGHT) ? a.u(debugName, "_HORIZONTAL") : a.u(debugName, "_VERTICAL"), ":"); + U.append(this.type.name()); + return U.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 28d9072168..eba993f56e 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 N = a.N("HorizontalRun "); - N.append(this.widget.getDebugName()); - return N.toString(); + StringBuilder P = a.P("HorizontalRun "); + P.append(this.widget.getDebugName()); + return P.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 e2785312c5..5c3b6ce90c 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 N = a.N("VerticalRun "); - N.append(this.widget.getDebugName()); - return N.toString(); + StringBuilder P = a.P("VerticalRun "); + P.append(this.widget.getDebugName()); + return P.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 c161ddeb7a..af417b5631 100644 --- a/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java +++ b/app/src/main/java/androidx/constraintlayout/solver/widgets/analyzer/WidgetGroup.java @@ -200,13 +200,13 @@ public class WidgetGroup { StringBuilder sb = new StringBuilder(); sb.append(getOrientationString()); sb.append(" ["); - String y2 = a.y(sb, this.f26id, "] <"); + String z2 = a.z(sb, this.f26id, "] <"); Iterator it = this.widgets.iterator(); while (it.hasNext()) { - StringBuilder R = a.R(y2, " "); - R.append(it.next().getDebugName()); - y2 = R.toString(); + StringBuilder U = a.U(z2, " "); + U.append(it.next().getDebugName()); + z2 = U.toString(); } - return a.t(y2, " >"); + return a.u(z2, " >"); } } diff --git a/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java b/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java index 2f04a2a2f8..0a7eb7ee2d 100644 --- a/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java +++ b/app/src/main/java/androidx/constraintlayout/widget/ConstraintAttribute.java @@ -174,32 +174,32 @@ public class ConstraintAttribute { Class cls = view.getClass(); for (String str : hashMap.keySet()) { ConstraintAttribute constraintAttribute = hashMap.get(str); - String t = a.t("set", str); + String u = a.u("set", str); try { switch (constraintAttribute.mType.ordinal()) { case 0: - cls.getMethod(t, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mIntegerValue)); + cls.getMethod(u, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mIntegerValue)); continue; case 1: - cls.getMethod(t, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue)); + cls.getMethod(u, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue)); continue; case 2: - cls.getMethod(t, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mColorValue)); + cls.getMethod(u, Integer.TYPE).invoke(view, Integer.valueOf(constraintAttribute.mColorValue)); continue; case 3: - Method method = cls.getMethod(t, Drawable.class); + Method method = cls.getMethod(u, Drawable.class); ColorDrawable colorDrawable = new ColorDrawable(); colorDrawable.setColor(constraintAttribute.mColorValue); method.invoke(view, colorDrawable); continue; case 4: - cls.getMethod(t, CharSequence.class).invoke(view, constraintAttribute.mStringValue); + cls.getMethod(u, CharSequence.class).invoke(view, constraintAttribute.mStringValue); continue; case 5: - cls.getMethod(t, Boolean.TYPE).invoke(view, Boolean.valueOf(constraintAttribute.mBooleanValue)); + cls.getMethod(u, Boolean.TYPE).invoke(view, Boolean.valueOf(constraintAttribute.mBooleanValue)); continue; case 6: - cls.getMethod(t, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue)); + cls.getMethod(u, Float.TYPE).invoke(view, Float.valueOf(constraintAttribute.mFloatValue)); continue; default: continue; @@ -210,17 +210,17 @@ public class ConstraintAttribute { StringBuilder sb = new StringBuilder(); sb.append(cls.getName()); sb.append(" must have a method "); - sb.append(t); + sb.append(u); Log.e(TAG, sb.toString()); } catch (IllegalAccessException e2) { - StringBuilder S = a.S(" Custom Attribute \"", str, "\" not found on "); - S.append(cls.getName()); - Log.e(TAG, S.toString()); + StringBuilder V = a.V(" Custom Attribute \"", str, "\" not found on "); + V.append(cls.getName()); + Log.e(TAG, V.toString()); e2.printStackTrace(); } catch (InvocationTargetException e3) { - StringBuilder S2 = a.S(" Custom Attribute \"", str, "\" not found on "); - S2.append(cls.getName()); - Log.e(TAG, S2.toString()); + StringBuilder V2 = a.V(" Custom Attribute \"", str, "\" not found on "); + V2.append(cls.getName()); + Log.e(TAG, V2.toString()); e3.printStackTrace(); } } @@ -329,9 +329,9 @@ public class ConstraintAttribute { */ public void setInterpolatedValue(View view, float[] fArr) { Class cls = view.getClass(); - StringBuilder N = a.N("set"); - N.append(this.mName); - String sb = N.toString(); + StringBuilder P = a.P("set"); + P.append(this.mName); + String sb = P.toString(); try { boolean z2 = true; switch (this.mType.ordinal()) { @@ -370,16 +370,16 @@ public class ConstraintAttribute { return; } } catch (NoSuchMethodException e) { - StringBuilder S = a.S("no method ", sb, "on View \""); - S.append(Debug.getName(view)); - S.append("\""); - Log.e(TAG, S.toString()); + StringBuilder V = a.V("no method ", sb, "on View \""); + V.append(Debug.getName(view)); + V.append("\""); + Log.e(TAG, V.toString()); e.printStackTrace(); } catch (IllegalAccessException e2) { - StringBuilder S2 = a.S("cannot access method ", sb, "on View \""); - S2.append(Debug.getName(view)); - S2.append("\""); - Log.e(TAG, S2.toString()); + StringBuilder V2 = a.V("cannot access method ", sb, "on View \""); + V2.append(Debug.getName(view)); + V2.append("\""); + Log.e(TAG, V2.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 3755d330a5..b1cd04d4af 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 N = a.N("to use ConstraintTag view "); - N.append(childAt.getClass().getSimpleName()); - N.append(" must have an ID"); - Log.w("ConstraintHelper", N.toString()); + StringBuilder P = a.P("to use ConstraintTag view "); + P.append(childAt.getClass().getSimpleName()); + P.append(" must have an ID"); + Log.w("ConstraintHelper", P.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 e5c60da779..488a3c59dd 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.F(a.N("Left to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i3), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(sb, sideToString(i3), " unknown")); + throw new IllegalArgumentException(a.H(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 033cb76916..af49ff6011 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 N = a.N("ConstraintAttribute is already a "); - N.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("ConstraintAttribute is already a "); + P.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(P.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 N = a.N("unused attribute 0x"); - N.append(Integer.toHexString(index)); - N.append(" "); - N.append(mapToConstant.get(index)); - Log.w(ConstraintSet.TAG, N.toString()); + StringBuilder P = a.P("unused attribute 0x"); + P.append(Integer.toHexString(index)); + P.append(" "); + P.append(mapToConstant.get(index)); + Log.w(ConstraintSet.TAG, P.toString()); continue; case 77: this.mConstraintTag = obtainStyledAttributes.getString(index); continue; default: - StringBuilder N2 = a.N("Unknown attribute 0x"); - N2.append(Integer.toHexString(index)); - N2.append(" "); - N2.append(mapToConstant.get(index)); - Log.w(ConstraintSet.TAG, N2.toString()); + StringBuilder P2 = a.P("Unknown attribute 0x"); + P2.append(Integer.toHexString(index)); + P2.append(" "); + P2.append(mapToConstant.get(index)); + Log.w(ConstraintSet.TAG, P2.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 N = a.N("ConstraintAttribute is already a "); - N.append(constraintAttribute.getType().name()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("ConstraintAttribute is already a "); + P.append(constraintAttribute.getType().name()); + throw new IllegalArgumentException(P.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 N = a.N("unused attribute 0x"); - N.append(Integer.toHexString(index)); - N.append(" "); - N.append(mapToConstant.get(index)); - Log.w(TAG, N.toString()); + StringBuilder P = a.P("unused attribute 0x"); + P.append(Integer.toHexString(index)); + P.append(" "); + P.append(mapToConstant.get(index)); + Log.w(TAG, P.toString()); break; default: - StringBuilder N2 = a.N("Unknown attribute 0x"); - N2.append(Integer.toHexString(index)); - N2.append(" "); - N2.append(mapToConstant.get(index)); - Log.w(TAG, N2.toString()); + StringBuilder P2 = a.P("Unknown attribute 0x"); + P2.append(Integer.toHexString(index)); + P2.append(" "); + P2.append(mapToConstant.get(index)); + Log.w(TAG, P2.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 N = a.N("id unknown "); - N.append(Debug.getName(childAt)); - Log.v(TAG, N.toString()); + StringBuilder P = a.P("id unknown "); + P.append(Debug.getName(childAt)); + Log.v(TAG, P.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 N = a.N("id unknown "); - N.append(Debug.getName(childAt)); - Log.w(TAG, N.toString()); + StringBuilder P = a.P("id unknown "); + P.append(Debug.getName(childAt)); + Log.w(TAG, P.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.F(a.N("left to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("right to "), sideToString(i4), " undefined")); } default: StringBuilder sb = new StringBuilder(); sb.append(sideToString(i2)); sb.append(" to "); - throw new IllegalArgumentException(a.F(sb, sideToString(i4), " unknown")); + throw new IllegalArgumentException(a.H(sb, sideToString(i4), " unknown")); } } @@ -2214,7 +2214,7 @@ public class ConstraintSet { layout2.leftToRight = i3; layout2.leftToLeft = -1; } else { - throw new IllegalArgumentException(a.F(a.N("Left to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(a.N("right to "), sideToString(i4), " undefined")); + throw new IllegalArgumentException(a.H(a.P("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.F(sb, sideToString(i4), " unknown")); + throw new IllegalArgumentException(a.H(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.l0(a.N(" Unable to parse "), split[i], TAG); + a.n0(a.P(" 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.l0(a.N(" Unable to parse "), split[i], TAG); + a.n0(a.P(" 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.l0(a.N(" Unable to parse "), split[i], TAG); + a.n0(a.P(" 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.l0(a.N(" Unable to parse "), splitString[i], TAG); + a.n0(a.P(" 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 3554b85db2..8f518b6c9c 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 N = a.N("Could not find CoordinatorLayout descendant view with id "); - N.append(coordinatorLayout.getResources().getResourceName(this.mAnchorId)); - N.append(" to anchor view "); - N.append(view); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Could not find CoordinatorLayout descendant view with id "); + P.append(coordinatorLayout.getResources().getResourceName(this.mAnchorId)); + P.append(" to anchor view "); + P.append(view); + throw new IllegalStateException(P.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 N = a.N("Rect should be within the child's bounds. Rect:"); - N.append(acquireTempRect.toShortString()); - N.append(" | Bounds:"); - N.append(acquireTempRect2.toShortString()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Rect should be within the child's bounds. Rect:"); + P.append(acquireTempRect.toShortString()); + P.append(" | Bounds:"); + P.append(acquireTempRect2.toShortString()); + throw new IllegalArgumentException(P.toString()); } releaseTempRect(acquireTempRect2); if (acquireTempRect.isEmpty()) { @@ -899,7 +899,7 @@ public class CoordinatorLayout extends ViewGroup implements NestedScrollingParen } return constructor.newInstance(context, attributeSet); } catch (Exception e) { - throw new RuntimeException(a.t("Could not inflate Behavior subclass ", str), e); + throw new RuntimeException(a.u("Could not inflate Behavior subclass ", str), e); } } @@ -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 N = a.N("Default behavior class "); - N.append(defaultBehavior.value().getName()); - N.append(" could not be instantiated. Did you forget a default constructor?"); - Log.e(TAG, N.toString(), e); + StringBuilder P = a.P("Default behavior class "); + P.append(defaultBehavior.value().getName()); + P.append(" could not be instantiated. Did you forget a default constructor?"); + Log.e(TAG, P.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 5a784c4a14..395b65ac45 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 N = a.N("["); + StringBuilder P = a.P("["); while (i > 0) { int numberOfTrailingZeros = 1 << Integer.numberOfTrailingZeros(i); i &= ~numberOfTrailingZeros; - if (N.length() > 1) { - N.append(", "); + if (P.length() > 1) { + P.append(", "); } if (numberOfTrailingZeros == 1) { - N.append("FEEDBACK_SPOKEN"); + P.append("FEEDBACK_SPOKEN"); } else if (numberOfTrailingZeros == 2) { - N.append("FEEDBACK_HAPTIC"); + P.append("FEEDBACK_HAPTIC"); } else if (numberOfTrailingZeros == 4) { - N.append("FEEDBACK_AUDIBLE"); + P.append("FEEDBACK_AUDIBLE"); } else if (numberOfTrailingZeros == 8) { - N.append("FEEDBACK_VISUAL"); + P.append("FEEDBACK_VISUAL"); } else if (numberOfTrailingZeros == 16) { - N.append("FEEDBACK_GENERIC"); + P.append("FEEDBACK_GENERIC"); } } - N.append("]"); - return N.toString(); + P.append("]"); + return P.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 a15c433fbd..fe323c2604 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 O = a.O("Given job ID ", i, " is different than previous "); - O.append(this.mJobId); - throw new IllegalArgumentException(O.toString()); + StringBuilder Q = a.Q("Given job ID ", i, " is different than previous "); + Q.append(this.mJobId); + throw new IllegalArgumentException(Q.toString()); } } diff --git a/app/src/main/java/androidx/core/app/NavUtils.java b/app/src/main/java/androidx/core/app/NavUtils.java index 4032f5625b..e4e448e6ba 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 N = a.N("Activity "); - N.append(activity.getClass().getSimpleName()); - N.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(N.toString()); + StringBuilder P = a.P("Activity "); + P.append(activity.getClass().getSimpleName()); + P.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(P.toString()); } public static void navigateUpTo(@NonNull Activity activity, @NonNull Intent intent) { diff --git a/app/src/main/java/androidx/core/app/NotificationManagerCompat.java b/app/src/main/java/androidx/core/app/NotificationManagerCompat.java index dc1ca7e09a..887dda5617 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.J(sb, this.all, "]"); + return c.d.b.a.a.L(sb, this.all, "]"); } } @@ -136,7 +136,7 @@ public final class NotificationManagerCompat { sb.append(", id:"); sb.append(this.f28id); sb.append(", tag:"); - return c.d.b.a.a.F(sb, this.tag, "]"); + return c.d.b.a.a.H(sb, this.tag, "]"); } } @@ -190,9 +190,9 @@ public final class NotificationManagerCompat { if (bindService) { listenerRecord.retryCount = 0; } else { - StringBuilder N = c.d.b.a.a.N("Unable to bind to listener "); - N.append(listenerRecord.componentName); - Log.w(NotificationManagerCompat.TAG, N.toString()); + StringBuilder P = c.d.b.a.a.P("Unable to bind to listener "); + P.append(listenerRecord.componentName); + Log.w(NotificationManagerCompat.TAG, P.toString()); this.mContext.unbindService(this); } return listenerRecord.bound; @@ -239,12 +239,12 @@ public final class NotificationManagerCompat { private void processListenerQueue(ListenerRecord listenerRecord) { if (Log.isLoggable(NotificationManagerCompat.TAG, 3)) { - StringBuilder N = c.d.b.a.a.N("Processing component "); - N.append(listenerRecord.componentName); - N.append(", "); - N.append(listenerRecord.taskQueue.size()); - N.append(" queued tasks"); - Log.d(NotificationManagerCompat.TAG, N.toString()); + StringBuilder P = c.d.b.a.a.P("Processing component "); + P.append(listenerRecord.componentName); + P.append(", "); + P.append(listenerRecord.taskQueue.size()); + P.append(" queued tasks"); + Log.d(NotificationManagerCompat.TAG, P.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 N2 = c.d.b.a.a.N("Remote service has died: "); - N2.append(listenerRecord.componentName); - Log.d(NotificationManagerCompat.TAG, N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Remote service has died: "); + P2.append(listenerRecord.componentName); + Log.d(NotificationManagerCompat.TAG, P2.toString()); } } catch (RemoteException e) { - StringBuilder N3 = c.d.b.a.a.N("RemoteException communicating with "); - N3.append(listenerRecord.componentName); - Log.w(NotificationManagerCompat.TAG, N3.toString(), e); + StringBuilder P3 = c.d.b.a.a.P("RemoteException communicating with "); + P3.append(listenerRecord.componentName); + Log.w(NotificationManagerCompat.TAG, P3.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 N = c.d.b.a.a.N("Giving up on delivering "); - N.append(listenerRecord.taskQueue.size()); - N.append(" tasks to "); - N.append(listenerRecord.componentName); - N.append(" after "); - N.append(listenerRecord.retryCount); - N.append(" retries"); - Log.w(NotificationManagerCompat.TAG, N.toString()); + StringBuilder P = c.d.b.a.a.P("Giving up on delivering "); + P.append(listenerRecord.taskQueue.size()); + P.append(" tasks to "); + P.append(listenerRecord.componentName); + P.append(" after "); + P.append(listenerRecord.retryCount); + P.append(" retries"); + Log.w(NotificationManagerCompat.TAG, P.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 N = c.d.b.a.a.N("Removing listener record for "); - N.append(next.getKey()); - Log.d(NotificationManagerCompat.TAG, N.toString()); + StringBuilder P = c.d.b.a.a.P("Removing listener record for "); + P.append(next.getKey()); + Log.d(NotificationManagerCompat.TAG, P.toString()); } ensureServiceUnbound(next.getValue()); it2.remove(); diff --git a/app/src/main/java/androidx/core/app/RemoteInput.java b/app/src/main/java/androidx/core/app/RemoteInput.java index aa0c8e2a12..9d31eb0f4d 100644 --- a/app/src/main/java/androidx/core/app/RemoteInput.java +++ b/app/src/main/java/androidx/core/app/RemoteInput.java @@ -234,7 +234,7 @@ public final class RemoteInput { } private static String getExtraResultsKeyForData(String str) { - return a.t(EXTRA_DATA_TYPE_RESULTS_DATA, str); + return a.u(EXTRA_DATA_TYPE_RESULTS_DATA, str); } public static Bundle getResultsFromIntent(Intent intent) { diff --git a/app/src/main/java/androidx/core/app/ShareCompat.java b/app/src/main/java/androidx/core/app/ShareCompat.java index 51e3e99ce4..a8e3a9ba8a 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 N = a.N("Stream items available: "); - N.append(getStreamCount()); - N.append(" index requested: "); - N.append(i); - throw new IndexOutOfBoundsException(N.toString()); + StringBuilder P = a.P("Stream items available: "); + P.append(getStreamCount()); + P.append(" index requested: "); + P.append(i); + throw new IndexOutOfBoundsException(P.toString()); } public int getStreamCount() { @@ -486,15 +486,15 @@ public final class ShareCompat { configureMenuItem(findItem, intentBuilder); return; } - throw new IllegalArgumentException(a.l("Could not find menu item with id ", i, " in the supplied menu")); + throw new IllegalArgumentException(a.n("Could not find menu item with id ", i, " in the supplied menu")); } public static void configureMenuItem(@NonNull MenuItem menuItem, @NonNull IntentBuilder intentBuilder) { ActionProvider actionProvider = menuItem.getActionProvider(); ShareActionProvider shareActionProvider = !(actionProvider instanceof ShareActionProvider) ? new ShareActionProvider(intentBuilder.getContext()) : (ShareActionProvider) actionProvider; - StringBuilder N = a.N(HISTORY_FILENAME_PREFIX); - N.append(intentBuilder.getContext().getClass().getName()); - shareActionProvider.setShareHistoryFileName(N.toString()); + StringBuilder P = a.P(HISTORY_FILENAME_PREFIX); + P.append(intentBuilder.getContext().getClass().getName()); + shareActionProvider.setShareHistoryFileName(P.toString()); shareActionProvider.setShareIntent(intentBuilder.getIntent()); menuItem.setActionProvider(shareActionProvider); } diff --git a/app/src/main/java/androidx/core/content/FileProvider.java b/app/src/main/java/androidx/core/content/FileProvider.java index 7b44fb2561..d2eb8dafc9 100644 --- a/app/src/main/java/androidx/core/content/FileProvider.java +++ b/app/src/main/java/androidx/core/content/FileProvider.java @@ -106,7 +106,7 @@ public class FileProvider extends ContentProvider { String substring = path2.endsWith(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN) ? canonicalPath.substring(path2.length()) : canonicalPath.substring(path2.length() + 1); return new Uri.Builder().scheme("content").authority(this.mAuthority).encodedPath(Uri.encode(entry.getKey()) + MentionUtilsKt.SLASH_CHAR + Uri.encode(substring, AutocompleteViewModel.COMMAND_DISCOVER_TOKEN)).build(); } - throw new IllegalArgumentException(a.t("Failed to find configured root that contains ", canonicalPath)); + throw new IllegalArgumentException(a.u("Failed to find configured root that contains ", canonicalPath)); } catch (IOException unused) { throw new IllegalArgumentException("Failed to resolve canonical path for " + file); } @@ -172,7 +172,7 @@ public class FileProvider extends ContentProvider { if ("rwt".equals(str)) { return 1006632960; } - throw new IllegalArgumentException(a.t("Invalid mode: ", str)); + throw new IllegalArgumentException(a.u("Invalid mode: ", str)); } private static PathStrategy parsePathStrategy(Context context, String str) throws IOException, XmlPullParserException { @@ -224,7 +224,7 @@ public class FileProvider extends ContentProvider { throw new IllegalArgumentException("Missing android.support.FILE_PROVIDER_PATHS meta-data"); } } else { - throw new IllegalArgumentException(a.t("Couldn't find meta-data for provider with authority ", str)); + throw new IllegalArgumentException(a.u("Couldn't find meta-data for provider with authority ", str)); } } diff --git a/app/src/main/java/androidx/core/content/pm/ShortcutInfoCompat.java b/app/src/main/java/androidx/core/content/pm/ShortcutInfoCompat.java index 8f0c7e976e..5bac09b4f3 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 N = a.N(EXTRA_PERSON_); + StringBuilder P = a.P(EXTRA_PERSON_); int i2 = i + 1; - N.append(i2); - persistableBundle.putPersistableBundle(N.toString(), this.mPersons[i].toPersistableBundle()); + P.append(i2); + persistableBundle.putPersistableBundle(P.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 N = a.N(EXTRA_PERSON_); + StringBuilder P = a.P(EXTRA_PERSON_); int i3 = i2 + 1; - N.append(i3); - personArr[i2] = Person.fromPersistableBundle(persistableBundle.getPersistableBundle(N.toString())); + P.append(i3); + personArr[i2] = Person.fromPersistableBundle(persistableBundle.getPersistableBundle(P.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 eeeb96b68d..07bb2bf7ab 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 N = a.N("Resource ID #0x"); - N.append(Integer.toHexString(i)); - N.append(" type #0x"); - N.append(Integer.toHexString(typedValue.type)); - N.append(" is not valid"); - throw new Resources.NotFoundException(N.toString()); + StringBuilder P = a.P("Resource ID #0x"); + P.append(Integer.toHexString(i)); + P.append(" type #0x"); + P.append(Integer.toHexString(typedValue.type)); + P.append(" is not valid"); + throw new Resources.NotFoundException(P.toString()); } @Nullable @@ -212,10 +212,10 @@ public final class ResourcesCompat { if (loadFont != null || fontCallback != null) { return loadFont; } - StringBuilder N = a.N("Font resource ID #0x"); - N.append(Integer.toHexString(i)); - N.append(" could not be retrieved."); - throw new Resources.NotFoundException(N.toString()); + StringBuilder P = a.P("Font resource ID #0x"); + P.append(Integer.toHexString(i)); + P.append(" could not be retrieved."); + throw new Resources.NotFoundException(P.toString()); } /* JADX WARNING: Removed duplicated region for block: B:34:0x00a4 */ @@ -270,13 +270,13 @@ public final class ResourcesCompat { return null; } } else { - StringBuilder N = a.N("Resource \""); - N.append(resources.getResourceName(i)); - N.append("\" ("); - N.append(Integer.toHexString(i)); - N.append(") is not a Font: "); - N.append(typedValue); - throw new Resources.NotFoundException(N.toString()); + StringBuilder P = a.P("Resource \""); + P.append(resources.getResourceName(i)); + P.append("\" ("); + P.append(Integer.toHexString(i)); + P.append(") is not a Font: "); + P.append(typedValue); + throw new Resources.NotFoundException(P.toString()); } } } diff --git a/app/src/main/java/androidx/core/graphics/CanvasKt.java b/app/src/main/java/androidx/core/graphics/CanvasKt.java index f4bf1e0b46..9168bccfc5 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.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -33,7 +33,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i5, canvas, save, i5); + a.b0(i5, canvas, save, i5); } } @@ -47,7 +47,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -61,7 +61,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -75,7 +75,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -89,7 +89,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -106,7 +106,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i2, canvas, save, i2); + a.b0(i2, canvas, save, i2); } } @@ -119,7 +119,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -141,7 +141,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i2, canvas, save, i2); + a.b0(i2, canvas, save, i2); } } @@ -153,7 +153,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -166,7 +166,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -191,7 +191,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i2, canvas, save, i2); + a.b0(i2, canvas, save, i2); } } @@ -204,7 +204,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -223,7 +223,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i2, canvas, save, i2); + a.b0(i2, canvas, save, i2); } } @@ -236,7 +236,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i, canvas, save, i); + a.b0(i, canvas, save, i); } } @@ -255,7 +255,7 @@ public final class CanvasKt { try { function1.invoke(canvas); } finally { - a.Z(i2, canvas, save, i2); + a.b0(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 f657023bd8..f02535c848 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 N = a.N("background can not be translucent: #"); - N.append(Integer.toHexString(i2)); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("background can not be translucent: #"); + P.append(Integer.toHexString(i2)); + throw new IllegalArgumentException(P.toString()); } @FloatRange(from = ShadowDrawableWrapper.COS_45, to = 1.0d) @@ -236,9 +236,9 @@ public final class ColorUtils { } return i3; } - StringBuilder N = a.N("background can not be translucent: #"); - N.append(Integer.toHexString(i2)); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("background can not be translucent: #"); + P.append(Integer.toHexString(i2)); + throw new IllegalArgumentException(P.toString()); } @VisibleForTesting @@ -298,12 +298,12 @@ public final class ColorUtils { } return Color.valueOf(components2, color2.getColorSpace()); } - StringBuilder N = a.N("Color models must match ("); - N.append(color.getModel()); - N.append(" vs. "); - N.append(color2.getModel()); - N.append(")"); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Color models must match ("); + P.append(color.getModel()); + P.append(" vs. "); + P.append(color2.getModel()); + P.append(")"); + throw new IllegalArgumentException(P.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 495bcc60cd..75a58cbdc0 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 N = a.N("Insets{left="); - N.append(this.left); - N.append(", top="); - N.append(this.top); - N.append(", right="); - N.append(this.right); - N.append(", bottom="); - return a.w(N, this.bottom, '}'); + StringBuilder P = a.P("Insets{left="); + P.append(this.left); + P.append(", top="); + P.append(this.top); + P.append(", right="); + P.append(this.right); + P.append(", bottom="); + return a.y(P, this.bottom, '}'); } } diff --git a/app/src/main/java/androidx/core/graphics/PathParser.java b/app/src/main/java/androidx/core/graphics/PathParser.java index 062678012b..fea4eb1d2a 100644 --- a/app/src/main/java/androidx/core/graphics/PathParser.java +++ b/app/src/main/java/androidx/core/graphics/PathParser.java @@ -504,7 +504,7 @@ public class PathParser { PathDataNode.nodesToPath(createNodesFromPathData, path); return path; } catch (RuntimeException e) { - throw new RuntimeException(a.t("Error in parsing ", str), e); + throw new RuntimeException(a.u("Error in parsing ", str), e); } } @@ -592,7 +592,7 @@ public class PathParser { } return copyOfRange(fArr, 0, i2); } catch (NumberFormatException e) { - throw new RuntimeException(a.u("error in parsing \"", str, "\""), e); + throw new RuntimeException(a.v("error in parsing \"", str, "\""), e); } } diff --git a/app/src/main/java/androidx/core/graphics/PathSegment.java b/app/src/main/java/androidx/core/graphics/PathSegment.java index b7a9f6e134..999c0140a4 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 N = a.N("PathSegment{start="); - N.append(this.mStart); - N.append(", startFraction="); - N.append(this.mStartFraction); - N.append(", end="); - N.append(this.mEnd); - N.append(", endFraction="); - N.append(this.mEndFraction); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("PathSegment{start="); + P.append(this.mStart); + P.append(", startFraction="); + P.append(this.mStartFraction); + P.append(", end="); + P.append(this.mEnd); + P.append(", endFraction="); + P.append(this.mEndFraction); + P.append('}'); + return P.toString(); } } diff --git a/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java b/app/src/main/java/androidx/core/graphics/TypefaceCompatApi26Impl.java index 36cd61943f..78ea45f27b 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 N = a.N("Unable to collect necessary methods for class "); - N.append(e.getClass().getName()); - Log.e(TAG, N.toString(), e); + StringBuilder P = a.P("Unable to collect necessary methods for class "); + P.append(e.getClass().getName()); + Log.e(TAG, P.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 9745bd8ec4..e01385cab3 100644 --- a/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java +++ b/app/src/main/java/androidx/core/graphics/TypefaceCompatUtil.java @@ -134,14 +134,14 @@ public class TypefaceCompatUtil { if (cacheDir == null) { return null; } - StringBuilder N = a.N(CACHE_FILE_PREFIX); - N.append(Process.myPid()); - N.append("-"); - N.append(Process.myTid()); - N.append("-"); - String sb = N.toString(); + StringBuilder P = a.P(CACHE_FILE_PREFIX); + P.append(Process.myPid()); + P.append("-"); + P.append(Process.myTid()); + P.append("-"); + String sb = P.toString(); for (int i = 0; i < 100; i++) { - File file = new File(cacheDir, a.k(sb, i)); + File file = new File(cacheDir, a.l(sb, i)); try { if (file.createNewFile()) { return file; diff --git a/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java b/app/src/main/java/androidx/core/graphics/drawable/IconCompat.java index 1896247da2..8e97dd5c70 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.h0("Unknown type ", i, TAG); + a.j0("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 N = a.N("Can't find package "); - N.append(this.mObj1); - throw new IllegalArgumentException(N.toString(), e); + StringBuilder P = a.P("Can't find package "); + P.append(this.mObj1); + throw new IllegalArgumentException(P.toString(), e); } } else if (i == 5) { bitmap = createLegacyIconFromAdaptiveIcon((Bitmap) this.mObj1, true); @@ -799,14 +799,14 @@ public class IconCompat extends CustomVersionedParcelable { break; } } else { - StringBuilder N = a.N("Cannot load adaptive icon from uri: "); - N.append(getUri()); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Cannot load adaptive icon from uri: "); + P.append(getUri()); + throw new IllegalStateException(P.toString()); } } else { - StringBuilder N2 = a.N("Context is required to resolve the file uri of the icon: "); - N2.append(getUri()); - throw new IllegalArgumentException(N2.toString()); + StringBuilder P2 = a.P("Context is required to resolve the file uri of the icon: "); + P2.append(getUri()); + throw new IllegalArgumentException(P2.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 30786aadeb..4245f03c3a 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.j0("RoundedBitmapDrawable cannot decode ", str, TAG); + a.l0("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 eb351cfed1..2e27859f24 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 N = a.N("//"); + StringBuilder P = a.P("//"); String str = ""; - N.append(uri.getHost() != null ? uri.getHost() : str); + P.append(uri.getHost() != null ? uri.getHost() : str); if (uri.getPort() != -1) { - StringBuilder N2 = a.N(":"); - N2.append(uri.getPort()); - str = N2.toString(); + StringBuilder P2 = a.P(":"); + P2.append(uri.getPort()); + str = P2.toString(); } - schemeSpecificPart = a.F(N, str, "/..."); + schemeSpecificPart = a.H(P, str, "/..."); } } StringBuilder sb2 = new StringBuilder(64); diff --git a/app/src/main/java/androidx/core/os/LocaleListCompat.java b/app/src/main/java/androidx/core/os/LocaleListCompat.java index bab7d8a40f..fa0e2feb18 100644 --- a/app/src/main/java/androidx/core/os/LocaleListCompat.java +++ b/app/src/main/java/androidx/core/os/LocaleListCompat.java @@ -48,7 +48,7 @@ public final class LocaleListCompat { return new Locale(split2[0]); } } - throw new IllegalArgumentException(a.u("Can not parse language tag: [", str, "]")); + throw new IllegalArgumentException(a.v("Can not parse language tag: [", str, "]")); } @NonNull diff --git a/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java b/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java index 4aa50a2165..3aa6ee20e2 100644 --- a/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java +++ b/app/src/main/java/androidx/core/os/LocaleListCompatWrapper.java @@ -30,7 +30,7 @@ public final class LocaleListCompatWrapper implements LocaleListInterface { for (int i = 0; i < localeArr.length; i++) { Locale locale = localeArr[i]; if (locale == null) { - throw new NullPointerException(a.l("list[", i, "] is null")); + throw new NullPointerException(a.n("list[", i, "] is null")); } else if (!hashSet.contains(locale)) { Locale locale2 = (Locale) locale.clone(); localeArr2[i] = locale2; @@ -40,7 +40,7 @@ public final class LocaleListCompatWrapper implements LocaleListInterface { } hashSet.add(locale2); } else { - throw new IllegalArgumentException(a.l("list[", i, "] is a repetition")); + throw new IllegalArgumentException(a.n("list[", i, "] is a repetition")); } } this.mList = localeArr2; @@ -228,19 +228,19 @@ public final class LocaleListCompatWrapper implements LocaleListInterface { } public String toString() { - StringBuilder N = a.N("["); + StringBuilder P = a.P("["); int i = 0; while (true) { Locale[] localeArr = this.mList; if (i < localeArr.length) { - N.append(localeArr[i]); + P.append(localeArr[i]); if (i < this.mList.length - 1) { - N.append(','); + P.append(','); } i++; } else { - N.append("]"); - return N.toString(); + P.append("]"); + return P.toString(); } } } diff --git a/app/src/main/java/androidx/core/provider/FontRequest.java b/app/src/main/java/androidx/core/provider/FontRequest.java index 1745b5cee7..4c96544b0f 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 N = a.N("FontRequest {mProviderAuthority: "); - N.append(this.mProviderAuthority); - N.append(", mProviderPackage: "); - N.append(this.mProviderPackage); - N.append(", mQuery: "); - N.append(this.mQuery); - N.append(", mCertificates:"); - sb.append(N.toString()); + StringBuilder P = a.P("FontRequest {mProviderAuthority: "); + P.append(this.mProviderAuthority); + P.append(", mProviderPackage: "); + P.append(this.mProviderPackage); + P.append(", mQuery: "); + P.append(this.mQuery); + P.append(", mCertificates:"); + sb.append(P.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 3851c682d3..858149e365 100644 --- a/app/src/main/java/androidx/core/provider/FontsContractCompat.java +++ b/app/src/main/java/androidx/core/provider/FontsContractCompat.java @@ -569,7 +569,7 @@ public class FontsContractCompat { String providerAuthority = fontRequest.getProviderAuthority(); ProviderInfo resolveContentProvider = packageManager.resolveContentProvider(providerAuthority, 0); if (resolveContentProvider == null) { - throw new PackageManager.NameNotFoundException(a.t("No package found for authority: ", providerAuthority)); + throw new PackageManager.NameNotFoundException(a.u("No package found for authority: ", providerAuthority)); } else if (resolveContentProvider.packageName.equals(fontRequest.getProviderPackage())) { List convertToByteArrayList = convertToByteArrayList(packageManager.getPackageInfo(resolveContentProvider.packageName, 64).signatures); Collections.sort(convertToByteArrayList, sByteArrayComparator); @@ -583,9 +583,9 @@ public class FontsContractCompat { } return null; } else { - StringBuilder S = a.S("Found content provider ", providerAuthority, ", but package was not "); - S.append(fontRequest.getProviderPackage()); - throw new PackageManager.NameNotFoundException(S.toString()); + StringBuilder V = a.V("Found content provider ", providerAuthority, ", but package was not "); + V.append(fontRequest.getProviderPackage()); + throw new PackageManager.NameNotFoundException(V.toString()); } } diff --git a/app/src/main/java/androidx/core/text/PrecomputedTextCompat.java b/app/src/main/java/androidx/core/text/PrecomputedTextCompat.java index 50c7ede45c..e2c6b76fb3 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 N = a.N("textSize="); - N.append(this.mPaint.getTextSize()); - sb.append(N.toString()); + StringBuilder P = a.P("textSize="); + P.append(this.mPaint.getTextSize()); + sb.append(P.toString()); sb.append(", textScaleX=" + this.mPaint.getTextScaleX()); sb.append(", textSkewX=" + this.mPaint.getTextSkewX()); int i = Build.VERSION.SDK_INT; - StringBuilder N2 = a.N(", letterSpacing="); - N2.append(this.mPaint.getLetterSpacing()); - sb.append(N2.toString()); + StringBuilder P2 = a.P(", letterSpacing="); + P2.append(this.mPaint.getLetterSpacing()); + sb.append(P2.toString()); sb.append(", elegantTextHeight=" + this.mPaint.isElegantTextHeight()); if (i >= 24) { - StringBuilder N3 = a.N(", textLocale="); - N3.append(this.mPaint.getTextLocales()); - sb.append(N3.toString()); + StringBuilder P3 = a.P(", textLocale="); + P3.append(this.mPaint.getTextLocales()); + sb.append(P3.toString()); } else { - StringBuilder N4 = a.N(", textLocale="); - N4.append(this.mPaint.getTextLocale()); - sb.append(N4.toString()); + StringBuilder P4 = a.P(", textLocale="); + P4.append(this.mPaint.getTextLocale()); + sb.append(P4.toString()); } - StringBuilder N5 = a.N(", typeface="); - N5.append(this.mPaint.getTypeface()); - sb.append(N5.toString()); + StringBuilder P5 = a.P(", typeface="); + P5.append(this.mPaint.getTypeface()); + sb.append(P5.toString()); if (i >= 26) { - StringBuilder N6 = a.N(", variationSettings="); - N6.append(this.mPaint.getFontVariationSettings()); - sb.append(N6.toString()); + StringBuilder P6 = a.P(", variationSettings="); + P6.append(this.mPaint.getFontVariationSettings()); + sb.append(P6.toString()); } - StringBuilder N7 = a.N(", textDir="); - N7.append(this.mTextDir); - sb.append(N7.toString()); + StringBuilder P7 = a.P(", textDir="); + P7.append(this.mTextDir); + sb.append(P7.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 f1f73a1f56..614d17c1a2 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.F(new StringBuilder(), strArr[0], str); + return (z2 || strArr.length <= 0) ? str : a.H(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 2ad2ed4020..fe1079f1a9 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 N = a.N("Couldn't rename file "); - N.append(this.mBaseName); - N.append(" to backup file "); - N.append(this.mBackupName); - Log.w("AtomicFile", N.toString()); + StringBuilder P = a.P("Couldn't rename file "); + P.append(this.mBaseName); + P.append(" to backup file "); + P.append(this.mBackupName); + Log.w("AtomicFile", P.toString()); } } try { @@ -115,14 +115,14 @@ public class AtomicFile { try { return new FileOutputStream(this.mBaseName); } catch (FileNotFoundException unused2) { - StringBuilder N2 = a.N("Couldn't create "); - N2.append(this.mBaseName); - throw new IOException(N2.toString()); + StringBuilder P2 = a.P("Couldn't create "); + P2.append(this.mBaseName); + throw new IOException(P2.toString()); } } else { - StringBuilder N3 = a.N("Couldn't create directory "); - N3.append(this.mBaseName); - throw new IOException(N3.toString()); + StringBuilder P3 = a.P("Couldn't create directory "); + P3.append(this.mBaseName); + throw new IOException(P3.toString()); } } } diff --git a/app/src/main/java/androidx/core/util/Pair.java b/app/src/main/java/androidx/core/util/Pair.java index eef1e30140..7e503e3f31 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 N = a.N("Pair{"); - N.append(String.valueOf(this.first)); - N.append(" "); - N.append(String.valueOf(this.second)); - N.append("}"); - return N.toString(); + StringBuilder P = a.P("Pair{"); + P.append(String.valueOf(this.first)); + P.append(" "); + P.append(String.valueOf(this.second)); + P.append("}"); + return P.toString(); } } diff --git a/app/src/main/java/androidx/core/view/ActionProvider.java b/app/src/main/java/androidx/core/view/ActionProvider.java index 098fe8e3c7..c9649abd7e 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 N = a.N("setVisibilityListener: Setting a new ActionProvider.VisibilityListener when one is already set. Are you reusing this "); - N.append(getClass().getSimpleName()); - N.append(" instance while it is still in use somewhere else?"); - Log.w(TAG, N.toString()); + StringBuilder P = a.P("setVisibilityListener: Setting a new ActionProvider.VisibilityListener when one is already set. Are you reusing this "); + P.append(getClass().getSimpleName()); + P.append(" instance while it is still in use somewhere else?"); + Log.w(TAG, P.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 b93a8e3bb4..09a355c999 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 N = a.N("DisplayCutoutCompat{"); - N.append(this.mDisplayCutout); - N.append("}"); - return N.toString(); + StringBuilder P = a.P("DisplayCutoutCompat{"); + P.append(this.mDisplayCutout); + P.append("}"); + return P.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 c02fd586d0..61ef73c6ea 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 N = a.N("forceSetFactory2 Could not find field 'mFactory2' on class "); - N.append(LayoutInflater.class.getName()); - N.append("; inflation may have unexpected results."); - Log.e(TAG, N.toString(), e); + StringBuilder P = a.P("forceSetFactory2 Could not find field 'mFactory2' on class "); + P.append(LayoutInflater.class.getName()); + P.append("; inflation may have unexpected results."); + Log.e(TAG, P.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 8256ce4439..6664687775 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 O = a.O("Index: ", i, ", Size: "); - O.append(viewGroup.getChildCount()); - throw new IndexOutOfBoundsException(O.toString()); + StringBuilder Q = a.Q("Index: ", i, ", Size: "); + Q.append(viewGroup.getChildCount()); + throw new IndexOutOfBoundsException(Q.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 7637793f30..3aa4e69ed3 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 N = a.N("HorizontalScrollView.SavedState{"); - N.append(Integer.toHexString(System.identityHashCode(this))); - N.append(" scrollPosition="); - return a.y(N, this.scrollPosition, "}"); + StringBuilder P = a.P("HorizontalScrollView.SavedState{"); + P.append(Integer.toHexString(System.identityHashCode(this))); + P.append(" scrollPosition="); + return a.z(P, 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 N = a.N("Invalid pointerId="); - N.append(this.mActivePointerId); - N.append(" in onTouchEvent"); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("Invalid pointerId="); + P.append(this.mActivePointerId); + P.append(" in onTouchEvent"); + Log.e(TAG, P.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 10bef339a0..1a356b0d93 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 N = a.N("Could not retrieve value of "); - N.append(field.getName()); - N.append(" field."); - Log.d(LOG_TAG, N.toString()); + StringBuilder P = a.P("Could not retrieve value of "); + P.append(field.getName()); + P.append(" field."); + Log.d(LOG_TAG, P.toString()); return -1; } } diff --git a/app/src/main/java/androidx/cursoradapter/widget/CursorAdapter.java b/app/src/main/java/androidx/cursoradapter/widget/CursorAdapter.java index 0dffdbe49f..70c46b4325 100644 --- a/app/src/main/java/androidx/cursoradapter/widget/CursorAdapter.java +++ b/app/src/main/java/androidx/cursoradapter/widget/CursorAdapter.java @@ -169,7 +169,7 @@ public abstract class CursorAdapter extends BaseAdapter implements Filterable, C bindView(view, this.mContext, this.mCursor); return view; } else { - throw new IllegalStateException(a.k("couldn't move cursor to position ", i)); + throw new IllegalStateException(a.l("couldn't move cursor to position ", i)); } } diff --git a/app/src/main/java/androidx/customview/widget/ViewDragHelper.java b/app/src/main/java/androidx/customview/widget/ViewDragHelper.java index 86343563d5..2351df9ccc 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 N = a.N("captureChildView: parameter must be a descendant of the ViewDragHelper's tracked parent view ("); - N.append(this.mParentView); - N.append(")"); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("captureChildView: parameter must be a descendant of the ViewDragHelper's tracked parent view ("); + P.append(this.mParentView); + P.append(")"); + throw new IllegalArgumentException(P.toString()); } public boolean checkTouchSlop(int i) { diff --git a/app/src/main/java/androidx/documentfile/provider/RawDocumentFile.java b/app/src/main/java/androidx/documentfile/provider/RawDocumentFile.java index 86cbc66848..bb0d137023 100644 --- a/app/src/main/java/androidx/documentfile/provider/RawDocumentFile.java +++ b/app/src/main/java/androidx/documentfile/provider/RawDocumentFile.java @@ -64,7 +64,7 @@ public class RawDocumentFile extends DocumentFile { public DocumentFile createFile(String str, String str2) { String extensionFromMimeType = MimeTypeMap.getSingleton().getExtensionFromMimeType(str); if (extensionFromMimeType != null) { - str2 = a.u(str2, ".", extensionFromMimeType); + str2 = a.v(str2, ".", extensionFromMimeType); } File file = new File(this.mFile, str2); try { diff --git a/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java b/app/src/main/java/androidx/drawerlayout/widget/DrawerLayout.java index 7a1f0f51e6..b8e4c57349 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 N = a.N("No drawer view found with gravity "); - N.append(gravityToString(i)); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("No drawer view found with gravity "); + P.append(gravityToString(i)); + throw new IllegalArgumentException(P.toString()); } public void closeDrawer(@NonNull View view) { @@ -1342,13 +1342,13 @@ public class DrawerLayout extends ViewGroup { i4++; i3 = 0; } else { - StringBuilder N = a.N("Child drawer has absolute gravity "); - N.append(gravityToString(drawerViewAbsoluteGravity)); - N.append(" but this "); - N.append(TAG); - N.append(" already has a "); - N.append("drawer view along that edge"); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Child drawer has absolute gravity "); + P.append(gravityToString(drawerViewAbsoluteGravity)); + P.append(" but this "); + P.append(TAG); + P.append(" already has a "); + P.append("drawer view along that edge"); + throw new IllegalStateException(P.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 N = a.N("No drawer view found with gravity "); - N.append(gravityToString(i)); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("No drawer view found with gravity "); + P.append(gravityToString(i)); + throw new IllegalArgumentException(P.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 949b593822..08c867313b 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 N = a.N("Invalid byte order: "); - N.append(this.mByteOrder); - throw new IOException(N.toString()); + StringBuilder P = a.P("Invalid byte order: "); + P.append(this.mByteOrder); + throw new IOException(P.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 N = a.N("Invalid byte order: "); - N.append(this.mByteOrder); - throw new IOException(N.toString()); + StringBuilder P = a.P("Invalid byte order: "); + P.append(this.mByteOrder); + throw new IOException(P.toString()); } throw new EOFException(); } @@ -779,9 +779,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (short) ((read << 8) + read2); } - StringBuilder N = a.N("Invalid byte order: "); - N.append(this.mByteOrder); - throw new IOException(N.toString()); + StringBuilder P = a.P("Invalid byte order: "); + P.append(this.mByteOrder); + throw new IOException(P.toString()); } throw new EOFException(); } @@ -819,9 +819,9 @@ public class ExifInterface { if (byteOrder == BIG_ENDIAN) { return (read << 8) + read2; } - StringBuilder N = a.N("Invalid byte order: "); - N.append(this.mByteOrder); - throw new IOException(N.toString()); + StringBuilder P = a.P("Invalid byte order: "); + P.append(this.mByteOrder); + throw new IOException(P.toString()); } throw new EOFException(); } @@ -1370,10 +1370,10 @@ public class ExifInterface { } public String toString() { - StringBuilder N = a.N("("); - N.append(ExifInterface.IFD_FORMAT_NAMES[this.format]); - N.append(", data length:"); - return a.y(N, this.bytes.length, ")"); + StringBuilder P = a.P("("); + P.append(ExifInterface.IFD_FORMAT_NAMES[this.format]); + P.append(", data length:"); + return a.z(P, this.bytes.length, ")"); } } @@ -1740,18 +1740,18 @@ public class ExifInterface { while (true) { byte[] bArr3 = new byte[4]; if (byteOrderedDataInputStream.read(bArr3) != 4) { - StringBuilder N = a.N("Encountered invalid length while copying WebP chunks up tochunk type "); + StringBuilder P = a.P("Encountered invalid length while copying WebP chunks up tochunk type "); Charset charset = ASCII; - N.append(new String(bArr, charset)); + P.append(new String(bArr, charset)); if (bArr2 == null) { str = ""; } else { - StringBuilder N2 = a.N(" or "); - N2.append(new String(bArr2, charset)); - str = N2.toString(); + StringBuilder P2 = a.P(" or "); + P2.append(new String(bArr2, charset)); + str = P2.toString(); } - N.append(str); - throw new IOException(N.toString()); + P.append(str); + throw new IOException(P.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 N = a.N("Invalid marker: "); - N.append(Integer.toHexString(readByte & 255)); - throw new IOException(N.toString()); + StringBuilder P = a.P("Invalid marker: "); + P.append(Integer.toHexString(readByte & 255)); + throw new IOException(P.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 N2 = a.N("Found JPEG segment indicator: "); - N2.append(Integer.toHexString(readByte3 & 255)); - Log.d(TAG, N2.toString()); + StringBuilder P2 = a.P("Found JPEG segment indicator: "); + P2.append(Integer.toHexString(readByte3 & 255)); + Log.d(TAG, P2.toString()); } int i6 = i5 + 1; if (readByte3 != -39 && readByte3 != -38) { int readUnsignedShort = byteOrderedDataInputStream.readUnsignedShort() - i3; int i7 = i6 + i3; if (z2) { - StringBuilder N3 = a.N("JPEG segment: "); - N3.append(Integer.toHexString(readByte3 & 255)); - N3.append(" (length: "); - N3.append(readUnsignedShort + 2); - N3.append(")"); - Log.d(TAG, N3.toString()); + StringBuilder P3 = a.P("JPEG segment: "); + P3.append(Integer.toHexString(readByte3 & 255)); + P3.append(" (length: "); + P3.append(readUnsignedShort + 2); + P3.append(")"); + Log.d(TAG, P3.toString()); } if (readUnsignedShort >= 0) { if (readByte3 == -31) { @@ -2005,16 +2005,16 @@ public class ExifInterface { } } } else { - StringBuilder N4 = a.N("Invalid marker:"); - N4.append(Integer.toHexString(readByte2 & 255)); - throw new IOException(N4.toString()); + StringBuilder P4 = a.P("Invalid marker:"); + P4.append(Integer.toHexString(readByte2 & 255)); + throw new IOException(P4.toString()); } } byteOrderedDataInputStream.setByteOrder(this.mExifByteOrder); } else { - StringBuilder N5 = a.N("Invalid marker: "); - N5.append(Integer.toHexString(readByte & 255)); - throw new IOException(N5.toString()); + StringBuilder P5 = a.P("Invalid marker: "); + P5.append(Integer.toHexString(readByte & 255)); + throw new IOException(P5.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 N = a.N("Invalid aspect frame values. frame="); - N.append(Arrays.toString(iArr)); - Log.w(TAG, N.toString()); + StringBuilder P = a.P("Invalid aspect frame values. frame="); + P.append(Arrays.toString(iArr)); + Log.w(TAG, P.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.g0("numberOfDirectoryEntry: ", readInt, TAG); + a.i0("numberOfDirectoryEntry: ", readInt, TAG); } for (int i4 = 0; i4 < readInt; i4++) { int readUnsignedShort = byteOrderedDataInputStream.readUnsignedShort(); @@ -3041,34 +3041,34 @@ public class ExifInterface { if (i2 == 7 || i2 == 10 || readUnsignedShort == 42) { int readInt = byteOrderedDataInputStream.readInt(); if (readInt < 8 || readInt >= i) { - throw new IOException(a.k("Invalid first Ifd offset: ", readInt)); + throw new IOException(a.l("Invalid first Ifd offset: ", readInt)); } int i3 = readInt - 8; if (i3 > 0 && byteOrderedDataInputStream.skipBytes(i3) != i3) { - throw new IOException(a.k("Couldn't jump to first Ifd: ", i3)); + throw new IOException(a.l("Couldn't jump to first Ifd: ", i3)); } return; } - StringBuilder N = a.N("Invalid start code: "); - N.append(Integer.toHexString(readUnsignedShort)); - throw new IOException(N.toString()); + StringBuilder P = a.P("Invalid start code: "); + P.append(Integer.toHexString(readUnsignedShort)); + throw new IOException(P.toString()); } private void printAttributes() { for (int i = 0; i < this.mAttributes.length; i++) { - StringBuilder O = a.O("The size of tag group[", i, "]: "); - O.append(this.mAttributes[i].size()); - Log.d(TAG, O.toString()); + StringBuilder Q = a.Q("The size of tag group[", i, "]: "); + Q.append(this.mAttributes[i].size()); + Log.d(TAG, Q.toString()); for (Map.Entry entry : this.mAttributes[i].entrySet()) { ExifAttribute value = entry.getValue(); - StringBuilder N = a.N("tagName: "); - N.append(entry.getKey()); - N.append(", tagType: "); - N.append(value.toString()); - N.append(", tagValue: '"); - N.append(value.getStringValue(this.mExifByteOrder)); - N.append("'"); - Log.d(TAG, N.toString()); + StringBuilder P = a.P("tagName: "); + P.append(entry.getKey()); + P.append(", tagType: "); + P.append(value.toString()); + P.append(", tagValue: '"); + P.append(value.getStringValue(this.mExifByteOrder)); + P.append("'"); + Log.d(TAG, P.toString()); } } } @@ -3086,9 +3086,9 @@ public class ExifInterface { } return ByteOrder.BIG_ENDIAN; } else { - StringBuilder N = a.N("Invalid byte order: "); - N.append(Integer.toHexString(readShort)); - throw new IOException(N.toString()); + StringBuilder P = a.P("Invalid byte order: "); + P.append(Integer.toHexString(readShort)); + throw new IOException(P.toString()); } } @@ -3121,7 +3121,7 @@ public class ExifInterface { if (byteOrderedDataInputStream.mPosition + 2 <= byteOrderedDataInputStream.mLength) { short readShort = byteOrderedDataInputStream.readShort(); if (DEBUG) { - a.g0("numberOfDirectoryEntry: ", readShort, TAG); + a.i0("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.g0("Skip the tag entry since the number of components is invalid: ", readInt, TAG); + a.i0("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.g0("seek to data offset: ", readInt2, TAG); + a.i0("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.g0("Skip the tag entry since data offset is invalid: ", readInt2, TAG); + a.i0("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 N = a.N("Skip the tag entry since data format ("); - N.append(IFD_FORMAT_NAMES[readUnsignedShort2]); - N.append(") is unexpected for tag: "); - N.append(exifTag2.name); - Log.d(TAG, N.toString()); + StringBuilder P = a.P("Skip the tag entry since data format ("); + P.append(IFD_FORMAT_NAMES[readUnsignedShort2]); + P.append(") is unexpected for tag: "); + P.append(exifTag2.name); + Log.d(TAG, P.toString()); } } } s3 = readShort; s2 = s4; if (z3) { - a.g0("Skip the tag entry since data format is invalid: ", readUnsignedShort2, TAG); + a.i0("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.g0("Skip the tag entry since tag number is not defined: ", readUnsignedShort, TAG); + a.i0("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.g0("Stop reading file since a wrong offset may cause an infinite loop: ", readInt3, TAG); + a.i0("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.g0("Stop reading file since re-reading an IFD may cause an infinite loop: ", readInt3, TAG); + a.i0("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 N = a.N("Invalid crop size values. cropSize="); - N.append(Arrays.toString(rationalArr)); - Log.w(TAG, N.toString()); + StringBuilder P = a.P("Invalid crop size values. cropSize="); + P.append(Arrays.toString(rationalArr)); + Log.w(TAG, P.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 N2 = a.N("Invalid crop size values. cropSize="); - N2.append(Arrays.toString(iArr)); - Log.w(TAG, N2.toString()); + StringBuilder P2 = a.P("Invalid crop size values. cropSize="); + P2.append(Arrays.toString(iArr)); + Log.w(TAG, P2.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 N = a.N("Invalid GPS Timestamp array. array="); - N.append(Arrays.toString(rationalArr)); - Log.w(TAG, N.toString()); + StringBuilder P = a.P("Invalid GPS Timestamp array. array="); + P.append(Arrays.toString(rationalArr)); + Log.w(TAG, P.toString()); return null; } - StringBuilder N2 = a.N("GPS Timestamp format is not rational. format="); - N2.append(exifAttribute.format); - Log.w(TAG, N2.toString()); + StringBuilder P2 = a.P("GPS Timestamp format is not rational. format="); + P2.append(exifAttribute.format); + Log.w(TAG, P2.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 N = a.N("Latitude/longitude values are not parsable. "); - N.append(String.format("latValue=%s, latRef=%s, lngValue=%s, lngRef=%s", attribute, attribute2, attribute3, attribute4)); - Log.w(TAG, N.toString()); + StringBuilder P = a.P("Latitude/longitude values are not parsable. "); + P.append(String.format("latValue=%s, latRef=%s, lngValue=%s, lngRef=%s", attribute, attribute2, attribute3, attribute4)); + Log.w(TAG, P.toString()); return null; } } @@ -4714,28 +4714,28 @@ public class ExifInterface { if (i7 == i3 || i7 == 7 || i7 == i2) { i = i7; } else if (DEBUG) { - StringBuilder S = a.S("Given tag (", str4, ") value didn't match with one of expected formats: "); + StringBuilder V = a.V("Given tag (", str4, ") value didn't match with one of expected formats: "); String[] strArr = IFD_FORMAT_NAMES; - S.append(strArr[exifTag.primaryFormat]); + V.append(strArr[exifTag.primaryFormat]); String str6 = ""; if (exifTag.secondaryFormat == -1) { str3 = str6; } else { - StringBuilder N = a.N(", "); - N.append(strArr[exifTag.secondaryFormat]); - str3 = N.toString(); + StringBuilder P = a.P(", "); + P.append(strArr[exifTag.secondaryFormat]); + str3 = P.toString(); } - S.append(str3); - S.append(" (guess: "); - S.append(strArr[((Integer) guessDataFormat.first).intValue()]); + V.append(str3); + V.append(" (guess: "); + V.append(strArr[((Integer) guessDataFormat.first).intValue()]); if (((Integer) guessDataFormat.second).intValue() != -1) { - StringBuilder N2 = a.N(", "); - N2.append(strArr[((Integer) guessDataFormat.second).intValue()]); - str6 = N2.toString(); + StringBuilder P2 = a.P(", "); + P2.append(strArr[((Integer) guessDataFormat.second).intValue()]); + str6 = P2.toString(); } - S.append(str6); - S.append(")"); - Log.d(TAG, S.toString()); + V.append(str6); + V.append(")"); + Log.d(TAG, V.toString()); } } else { i = exifTag.secondaryFormat; @@ -4782,7 +4782,7 @@ public class ExifInterface { case 11: default: if (DEBUG) { - a.g0("Data format isn't one of expected formats: ", i, TAG); + a.i0("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 473afd26e8..33d3a39384 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 N = a.N("Bump nesting of "); - N.append(op.mFragment); - N.append(" to "); - N.append(op.mFragment.mBackStackNesting); - Log.v("FragmentManager", N.toString()); + StringBuilder P = a.P("Bump nesting of "); + P.append(op.mFragment); + P.append(" to "); + P.append(op.mFragment.mBackStackNesting); + Log.v("FragmentManager", P.toString()); } } } @@ -100,10 +100,10 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme if (fragmentManager == null || fragmentManager == this.mManager) { return super.detach(fragment); } - StringBuilder N = a.N("Cannot detach Fragment attached to a different FragmentManager. Fragment "); - N.append(fragment.toString()); - N.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Cannot detach Fragment attached to a different FragmentManager. Fragment "); + P.append(fragment.toString()); + P.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(P.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 N = a.N("cmd="); - N.append(op.mCmd); - str2 = N.toString(); + StringBuilder P = a.P("cmd="); + P.append(op.mCmd); + str2 = P.toString(); break; } printWriter.print(str); @@ -250,9 +250,9 @@ public final class BackStackRecord extends FragmentTransaction implements Fragme break; case 2: default: - StringBuilder N = a.N("Unknown cmd: "); - N.append(op.mCmd); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Unknown cmd: "); + P.append(op.mCmd); + throw new IllegalArgumentException(P.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 N = a.N("Unknown cmd: "); - N.append(op.mCmd); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Unknown cmd: "); + P.append(op.mCmd); + throw new IllegalArgumentException(P.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 N = a.N("Cannot hide Fragment attached to a different FragmentManager. Fragment "); - N.append(fragment.toString()); - N.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Cannot hide Fragment attached to a different FragmentManager. Fragment "); + P.append(fragment.toString()); + P.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(P.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 N = a.N("Cannot remove Fragment attached to a different FragmentManager. Fragment "); - N.append(fragment.toString()); - N.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Cannot remove Fragment attached to a different FragmentManager. Fragment "); + P.append(fragment.toString()); + P.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(P.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 N = a.N("Cannot setMaxLifecycle for Fragment not attached to FragmentManager "); - N.append(this.mManager); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Cannot setMaxLifecycle for Fragment not attached to FragmentManager "); + P.append(this.mManager); + throw new IllegalArgumentException(P.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 N = a.N("Cannot setPrimaryNavigation for Fragment attached to a different FragmentManager. Fragment "); - N.append(fragment.toString()); - N.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Cannot setPrimaryNavigation for Fragment attached to a different FragmentManager. Fragment "); + P.append(fragment.toString()); + P.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(P.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 N = a.N("Cannot show Fragment attached to a different FragmentManager. Fragment "); - N.append(fragment.toString()); - N.append(" is already attached to a FragmentManager."); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Cannot show Fragment attached to a different FragmentManager. Fragment "); + P.append(fragment.toString()); + P.append(" is already attached to a FragmentManager."); + throw new IllegalStateException(P.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 2119d7db32..7b757e41ec 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 N = a.N("Mixing framework transitions and AndroidX transitions is not allowed. Fragment "); - N.append(getOperation().getFragment()); - N.append(" returned Transition "); - N.append(this.mTransition); - N.append(" which uses a different Transition type than its shared element transition "); - N.append(this.mSharedElementTransition); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Mixing framework transitions and AndroidX transitions is not allowed. Fragment "); + P.append(getOperation().getFragment()); + P.append(" returned Transition "); + P.append(this.mTransition); + P.append(" which uses a different Transition type than its shared element transition "); + P.append(this.mSharedElementTransition); + throw new IllegalArgumentException(P.toString()); } @Nullable @@ -485,12 +485,12 @@ public class DefaultSpecialEffectsController extends SpecialEffectsController { if (fragmentTransitionImpl2 == null) { fragmentTransitionImpl2 = handlingImpl; } else if (!(handlingImpl == null || fragmentTransitionImpl2 == handlingImpl)) { - StringBuilder N = a.N("Mixing framework transitions and AndroidX transitions is not allowed. Fragment "); - N.append(transitionInfo.getOperation().getFragment()); - N.append(" returned Transition "); - N.append(transitionInfo.getTransition()); - N.append(" which uses a different Transition type than other Fragments."); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Mixing framework transitions and AndroidX transitions is not allowed. Fragment "); + P.append(transitionInfo.getOperation().getFragment()); + P.append(" returned Transition "); + P.append(transitionInfo.getTransition()); + P.append(" which uses a different Transition type than other Fragments."); + throw new IllegalArgumentException(P.toString()); } } } diff --git a/app/src/main/java/androidx/fragment/app/Fragment.java b/app/src/main/java/androidx/fragment/app/Fragment.java index eb001f8671..283e464590 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 N = a.N("Fragment "); - N.append(Fragment.this); - N.append(" does not have a view"); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Fragment "); + P.append(Fragment.this); + P.append(" does not have a view"); + throw new IllegalStateException(P.toString()); } @Override // androidx.fragment.app.FragmentContainer @@ -462,13 +462,13 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis } return fragment; } catch (InstantiationException e) { - throw new InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e); + throw new InstantiationException(a.v("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e); } catch (IllegalAccessException e2) { - throw new InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e2); + throw new InstantiationException(a.v("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e2); } catch (NoSuchMethodException e3) { - throw new InstantiationException(a.u("Unable to instantiate fragment ", str, ": could not find Fragment constructor"), e3); + throw new InstantiationException(a.v("Unable to instantiate fragment ", str, ": could not find Fragment constructor"), e3); } catch (InvocationTargetException e4) { - throw new InstantiationException(a.u("Unable to instantiate fragment ", str, ": calling Fragment constructor caused an exception"), e4); + throw new InstantiationException(a.v("Unable to instantiate fragment ", str, ": calling Fragment constructor caused an exception"), e4); } } @@ -479,7 +479,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis registerOnPreAttachListener(new AnonymousClass8(function, atomicReference, activityResultContract, activityResultCallback)); return new AnonymousClass9(atomicReference, activityResultContract); } - throw new IllegalStateException(a.r("Fragment ", this, " is attempting to registerForActivityResult after being created. Fragments must call registerForActivityResult() before they are created (i.e. initialization, onAttach(), or onCreate()).")); + throw new IllegalStateException(a.s("Fragment ", this, " is attempting to registerForActivityResult after being created. Fragments must call registerForActivityResult() before they are created (i.e. initialization, onAttach(), or onCreate()).")); } private void registerOnPreAttachListener(@NonNull OnPreAttachedListener onPreAttachedListener) { @@ -635,7 +635,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis } printWriter.print(str); printWriter.println("Child " + this.mChildFragmentManager + ":"); - this.mChildFragmentManager.dump(a.t(str, " "), fileDescriptor, printWriter, strArr); + this.mChildFragmentManager.dump(a.u(str, " "), fileDescriptor, printWriter, strArr); } @Override // java.lang.Object @@ -650,11 +650,11 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis @NonNull public String generateActivityResultKey() { - StringBuilder N = a.N("fragment_"); - N.append(this.mWho); - N.append("_rq#"); - N.append(this.mNextLocalRequestCode.getAndIncrement()); - return N.toString(); + StringBuilder P = a.P("fragment_"); + P.append(this.mWho); + P.append("_rq#"); + P.append(this.mNextLocalRequestCode.getAndIncrement()); + return P.toString(); } @Nullable @@ -710,7 +710,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (this.mHost != null) { return this.mChildFragmentManager; } - throw new IllegalStateException(a.r("Fragment ", this, " has not been attached yet.")); + throw new IllegalStateException(a.s("Fragment ", this, " has not been attached yet.")); } @Nullable @@ -740,10 +740,10 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis } } if (application == null && FragmentManager.isLoggingEnabled(3)) { - StringBuilder N = a.N("Could not find Application instance from Context "); - N.append(requireContext().getApplicationContext()); - N.append(", you will not be able to use AndroidViewModel with the default ViewModelProvider.Factory"); - Log.d(FragmentManager.TAG, N.toString()); + StringBuilder P = a.P("Could not find Application instance from Context "); + P.append(requireContext().getApplicationContext()); + P.append(", you will not be able to use AndroidViewModel with the default ViewModelProvider.Factory"); + Log.d(FragmentManager.TAG, P.toString()); } this.mDefaultFactory = new SavedStateViewModelFactory(application, this, getArguments()); } @@ -871,7 +871,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (fragmentManager != null) { return fragmentManager; } - throw new IllegalStateException(a.r("Fragment ", this, " not associated with a fragment manager.")); + throw new IllegalStateException(a.s("Fragment ", this, " not associated with a fragment manager.")); } public float getPostOnViewCreatedAlpha() { @@ -1353,7 +1353,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mChildFragmentManager.dispatchActivityCreated(); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onActivityCreated()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onActivityCreated()")); } public void performAttach() { @@ -1371,7 +1371,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mChildFragmentManager.dispatchAttach(); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onAttach()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onAttach()")); } public void performConfigurationChanged(@NonNull Configuration configuration) { @@ -1401,7 +1401,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mLifecycleRegistry.handleLifecycleEvent(Lifecycle.Event.ON_CREATE); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onCreate()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onCreate()")); } public boolean performCreateOptionsMenu(@NonNull Menu menu, @NonNull MenuInflater menuInflater) { @@ -1443,7 +1443,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mIsCreated = false; onDestroy(); if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onDestroy()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onDestroy()")); } } @@ -1460,7 +1460,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mPerformedCreateView = false; return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onDestroyView()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onDestroyView()")); } public void performDetach() { @@ -1469,7 +1469,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis onDetach(); this.mLayoutInflater = null; if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onDetach()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onDetach()")); } else if (!this.mChildFragmentManager.isDestroyed()) { this.mChildFragmentManager.dispatchDestroy(); this.mChildFragmentManager = new FragmentManagerImpl(); @@ -1522,7 +1522,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mCalled = false; onPause(); if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onPause()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onPause()")); } } @@ -1569,7 +1569,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mChildFragmentManager.dispatchResume(); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onResume()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onResume()")); } public void performSaveInstanceState(Bundle bundle) { @@ -1597,7 +1597,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mChildFragmentManager.dispatchStart(); return; } - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onStart()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onStart()")); } public void performStop() { @@ -1610,7 +1610,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mCalled = false; onStop(); if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onStop()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onStop()")); } } @@ -1655,7 +1655,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis getParentFragmentManager().launchRequestPermissions(this, strArr, i); return; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to Activity")); + throw new IllegalStateException(a.s("Fragment ", this, " not attached to Activity")); } @NonNull @@ -1664,7 +1664,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (activity != null) { return activity; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to an activity.")); + throw new IllegalStateException(a.s("Fragment ", this, " not attached to an activity.")); } @NonNull @@ -1673,7 +1673,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (arguments != null) { return arguments; } - throw new IllegalStateException(a.r("Fragment ", this, " does not have any arguments.")); + throw new IllegalStateException(a.s("Fragment ", this, " does not have any arguments.")); } @NonNull @@ -1682,7 +1682,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (context != null) { return context; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to a context.")); + throw new IllegalStateException(a.s("Fragment ", this, " not attached to a context.")); } @NonNull @@ -1697,7 +1697,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (host != null) { return host; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to a host.")); + throw new IllegalStateException(a.s("Fragment ", this, " not attached to a host.")); } @NonNull @@ -1707,7 +1707,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis return parentFragment; } if (getContext() == null) { - throw new IllegalStateException(a.r("Fragment ", this, " is not attached to any Fragment or host")); + throw new IllegalStateException(a.s("Fragment ", this, " is not attached to any Fragment or host")); } throw new IllegalStateException("Fragment " + this + " is not a child Fragment, it is directly attached to " + getContext()); } @@ -1718,7 +1718,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis if (view != null) { return view; } - throw new IllegalStateException(a.r("Fragment ", this, " did not return a View from onCreateView() or this was called before onCreateView().")); + throw new IllegalStateException(a.s("Fragment ", this, " did not return a View from onCreateView() or this was called before onCreateView().")); } public void restoreChildFragmentState(@Nullable Bundle bundle) { @@ -1742,7 +1742,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mCalled = false; onViewStateRestored(bundle); if (!this.mCalled) { - throw new SuperNotCalledException(a.r("Fragment ", this, " did not call through to super.onViewStateRestored()")); + throw new SuperNotCalledException(a.s("Fragment ", this, " did not call through to super.onViewStateRestored()")); } else if (this.mView != null) { this.mViewLifecycleOwner.handleLifecycleEvent(Lifecycle.Event.ON_CREATE); } @@ -1921,7 +1921,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis this.mTargetRequestCode = i; return; } - throw new IllegalArgumentException(a.r("Fragment ", fragment, " must share the same FragmentManager to be set as a target fragment")); + throw new IllegalArgumentException(a.s("Fragment ", fragment, " must share the same FragmentManager to be set as a target fragment")); } @Deprecated @@ -1955,7 +1955,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis fragmentHostCallback.onStartActivityFromFragment(this, intent, -1, bundle); return; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to Activity")); + throw new IllegalStateException(a.s("Fragment ", this, " not attached to Activity")); } @Deprecated @@ -1969,7 +1969,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis getParentFragmentManager().launchStartActivityForResult(this, intent, i, bundle); return; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to Activity")); + throw new IllegalStateException(a.s("Fragment ", this, " not attached to Activity")); } @Deprecated @@ -1981,7 +1981,7 @@ public class Fragment implements ComponentCallbacks, View.OnCreateContextMenuLis getParentFragmentManager().launchStartIntentSenderForResult(this, intentSender, i, intent, i2, i3, i4, bundle); return; } - throw new IllegalStateException(a.r("Fragment ", this, " not attached to Activity")); + throw new IllegalStateException(a.s("Fragment ", this, " not attached to Activity")); } public void startPostponedEnterTransition() { diff --git a/app/src/main/java/androidx/fragment/app/FragmentContainerView.java b/app/src/main/java/androidx/fragment/app/FragmentContainerView.java index 5d27a8f770..c6549b0dc1 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentContainerView.java +++ b/app/src/main/java/androidx/fragment/app/FragmentContainerView.java @@ -62,7 +62,7 @@ public final class FragmentContainerView extends FrameLayout { Fragment findFragmentById = fragmentManager.findFragmentById(id2); if (classAttribute != null && findFragmentById == null) { if (id2 <= 0) { - throw new IllegalStateException(a.u("FragmentContainerView must have an android:id to add Fragment ", classAttribute, string != null ? a.t(" with tag ", string) : "")); + throw new IllegalStateException(a.v("FragmentContainerView must have an android:id to add Fragment ", classAttribute, string != null ? a.u(" with tag ", string) : "")); } Fragment instantiate = fragmentManager.getFragmentFactory().instantiate(context.getClassLoader(), classAttribute); instantiate.onInflate(context, attributeSet, (Bundle) null); diff --git a/app/src/main/java/androidx/fragment/app/FragmentFactory.java b/app/src/main/java/androidx/fragment/app/FragmentFactory.java index 5840af3106..d3dde37303 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentFactory.java +++ b/app/src/main/java/androidx/fragment/app/FragmentFactory.java @@ -39,9 +39,9 @@ public class FragmentFactory { try { return loadClass(classLoader, str); } catch (ClassNotFoundException e) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists"), e); + throw new Fragment.InstantiationException(a.v("Unable to instantiate fragment ", str, ": make sure class name exists"), e); } catch (ClassCastException e2) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class is a valid subclass of Fragment"), e2); + throw new Fragment.InstantiationException(a.v("Unable to instantiate fragment ", str, ": make sure class is a valid subclass of Fragment"), e2); } } @@ -50,13 +50,13 @@ public class FragmentFactory { try { return (Fragment) loadFragmentClass(classLoader, str).getConstructor(new Class[0]).newInstance(new Object[0]); } catch (InstantiationException e) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e); + throw new Fragment.InstantiationException(a.v("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e); } catch (IllegalAccessException e2) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e2); + throw new Fragment.InstantiationException(a.v("Unable to instantiate fragment ", str, ": make sure class name exists, is public, and has an empty constructor that is public"), e2); } catch (NoSuchMethodException e3) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": could not find Fragment constructor"), e3); + throw new Fragment.InstantiationException(a.v("Unable to instantiate fragment ", str, ": could not find Fragment constructor"), e3); } catch (InvocationTargetException e4) { - throw new Fragment.InstantiationException(a.u("Unable to instantiate fragment ", str, ": calling Fragment constructor caused an exception"), e4); + throw new Fragment.InstantiationException(a.v("Unable to instantiate fragment ", str, ": calling Fragment constructor caused an exception"), e4); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentLayoutInflaterFactory.java b/app/src/main/java/androidx/fragment/app/FragmentLayoutInflaterFactory.java index a94969ae16..01683127e0 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentLayoutInflaterFactory.java +++ b/app/src/main/java/androidx/fragment/app/FragmentLayoutInflaterFactory.java @@ -96,7 +96,7 @@ public class FragmentLayoutInflaterFactory implements LayoutInflater.Factory2 { } return fragment.mView; } - throw new IllegalStateException(a.u("Fragment ", attributeValue, " did not create a view.")); + throw new IllegalStateException(a.v("Fragment ", attributeValue, " did not create a view.")); } @Override // android.view.LayoutInflater.Factory diff --git a/app/src/main/java/androidx/fragment/app/FragmentManager.java b/app/src/main/java/androidx/fragment/app/FragmentManager.java index 427d57d753..625bd7c463 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.j0("Intent Sender result delivered for unknown Fragment ", str, FragmentManager.TAG); + a.l0("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.j0("Permission request result delivered for unknown Fragment ", str, FragmentManager.TAG); + a.l0("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.j0("Activity result delivered for unknown Fragment ", str, FragmentManager.TAG); + a.l0("Activity result delivered for unknown Fragment ", str, FragmentManager.TAG); } else { findFragmentByWho.onActivityResult(i, activityResult.getResultCode(), activityResult.getData()); } @@ -1315,10 +1315,10 @@ public abstract class FragmentManager implements FragmentResultOwner { FragmentHostCallback fragmentHostCallback2 = this.mHost; if (fragmentHostCallback2 instanceof ActivityResultRegistryOwner) { ActivityResultRegistry activityResultRegistry = ((ActivityResultRegistryOwner) fragmentHostCallback2).getActivityResultRegistry(); - String t = a.t("FragmentManager:", fragment != null ? a.F(new StringBuilder(), fragment.mWho, ":") : ""); - this.mStartActivityForResult = activityResultRegistry.register(a.t(t, "StartActivityForResult"), new ActivityResultContracts.StartActivityForResult(), new AnonymousClass9()); - this.mStartIntentSenderForResult = activityResultRegistry.register(a.t(t, "StartIntentSenderForResult"), new FragmentIntentSenderContract(), new AnonymousClass10()); - this.mRequestPermissions = activityResultRegistry.register(a.t(t, "RequestPermissions"), new ActivityResultContracts.RequestMultiplePermissions(), new AnonymousClass11()); + String u = a.u("FragmentManager:", fragment != null ? a.H(new StringBuilder(), fragment.mWho, ":") : ""); + this.mStartActivityForResult = activityResultRegistry.register(a.u(u, "StartActivityForResult"), new ActivityResultContracts.StartActivityForResult(), new AnonymousClass9()); + this.mStartIntentSenderForResult = activityResultRegistry.register(a.u(u, "StartIntentSenderForResult"), new FragmentIntentSenderContract(), new AnonymousClass10()); + this.mRequestPermissions = activityResultRegistry.register(a.u(u, "RequestPermissions"), new ActivityResultContracts.RequestMultiplePermissions(), new AnonymousClass11()); return; } return; @@ -1633,7 +1633,7 @@ public abstract class FragmentManager implements FragmentResultOwner { public void dump(@NonNull String str, @Nullable FileDescriptor fileDescriptor, @NonNull PrintWriter printWriter, @Nullable String[] strArr) { int size; int size2; - String t = a.t(str, " "); + String u = a.u(str, " "); this.mFragmentStore.dump(str, fileDescriptor, printWriter, strArr); ArrayList arrayList = this.mCreatedMenus; if (arrayList != null && (size2 = arrayList.size()) > 0) { @@ -1658,7 +1658,7 @@ public abstract class FragmentManager implements FragmentResultOwner { printWriter.print(i2); printWriter.print(": "); printWriter.println(backStackRecord.toString()); - backStackRecord.dump(t, printWriter); + backStackRecord.dump(u, printWriter); } } printWriter.print(str); @@ -2250,7 +2250,7 @@ public abstract class FragmentManager implements FragmentResultOwner { enqueueAction(new PopBackStackState(null, i, i2), false); return; } - throw new IllegalArgumentException(a.k("Bad id: ", i)); + throw new IllegalArgumentException(a.l("Bad id: ", i)); } public void popBackStack(@Nullable String str, int i) { @@ -2265,7 +2265,7 @@ public abstract class FragmentManager implements FragmentResultOwner { if (i >= 0) { return popBackStackImmediate(null, i, i2); } - throw new IllegalArgumentException(a.k("Bad id: ", i)); + throw new IllegalArgumentException(a.l("Bad id: ", i)); } public boolean popBackStackImmediate(@Nullable String str, int i) { @@ -2329,7 +2329,7 @@ public abstract class FragmentManager implements FragmentResultOwner { public void putFragment(@NonNull Bundle bundle, @NonNull String str, @NonNull Fragment fragment) { if (fragment.mFragmentManager != this) { - throwException(new IllegalStateException(a.r("Fragment ", fragment, " is not currently in the FragmentManager"))); + throwException(new IllegalStateException(a.s("Fragment ", fragment, " is not currently in the FragmentManager"))); } bundle.putString(str, fragment.mWho); } @@ -2409,11 +2409,11 @@ public abstract class FragmentManager implements FragmentResultOwner { Fragment fragment = fragmentStateManager.getFragment(); fragment.mFragmentManager = this; if (isLoggingEnabled(2)) { - StringBuilder N = a.N("restoreSaveState: active ("); - N.append(fragment.mWho); - N.append("): "); - N.append(fragment); - Log.v(TAG, N.toString()); + StringBuilder P = a.P("restoreSaveState: active ("); + P.append(fragment.mWho); + P.append("): "); + P.append(fragment); + Log.v(TAG, P.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 O = a.O("restoreAllState: back stack #", i, " (index "); - O.append(instantiate.mIndex); - O.append("): "); - O.append(instantiate); - Log.v(TAG, O.toString()); + StringBuilder Q = a.Q("restoreAllState: back stack #", i, " (index "); + Q.append(instantiate.mIndex); + Q.append("): "); + Q.append(instantiate); + Log.v(TAG, Q.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 O = a.O("saveAllState: adding back stack #", i, ": "); - O.append(this.mBackStack.get(i)); - Log.v(TAG, O.toString()); + StringBuilder Q = a.Q("saveAllState: adding back stack #", i, ": "); + Q.append(this.mBackStack.get(i)); + Log.v(TAG, Q.toString()); } } } @@ -2533,7 +2533,7 @@ public abstract class FragmentManager implements FragmentResultOwner { public Fragment.SavedState saveFragmentInstanceState(@NonNull Fragment fragment) { FragmentStateManager fragmentStateManager = this.mFragmentStore.getFragmentStateManager(fragment.mWho); if (fragmentStateManager == null || !fragmentStateManager.getFragment().equals(fragment)) { - throwException(new IllegalStateException(a.r("Fragment ", fragment, " is not currently in the FragmentManager"))); + throwException(new IllegalStateException(a.s("Fragment ", fragment, " is not currently in the FragmentManager"))); } return fragmentStateManager.saveInstanceState(); } diff --git a/app/src/main/java/androidx/fragment/app/FragmentStateManager.java b/app/src/main/java/androidx/fragment/app/FragmentStateManager.java index f0cada1818..2531998f27 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 N = a.N("moveto ACTIVITY_CREATED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("moveto ACTIVITY_CREATED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.toString()); } Fragment fragment = this.mFragment; fragment.performActivityCreated(fragment.mSavedFragmentState); @@ -202,9 +202,9 @@ public class FragmentStateManager { public void attach() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder N = a.N("moveto ATTACHED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("moveto ATTACHED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.toString()); } Fragment fragment = this.mFragment; Fragment fragment2 = fragment.mTarget; @@ -217,20 +217,20 @@ public class FragmentStateManager { fragment3.mTarget = null; fragmentStateManager = fragmentStateManager2; } else { - StringBuilder N2 = a.N("Fragment "); - N2.append(this.mFragment); - N2.append(" declared target fragment "); - N2.append(this.mFragment.mTarget); - N2.append(" that does not belong to this FragmentManager!"); - throw new IllegalStateException(N2.toString()); + StringBuilder P2 = a.P("Fragment "); + P2.append(this.mFragment); + P2.append(" declared target fragment "); + P2.append(this.mFragment.mTarget); + P2.append(" that does not belong to this FragmentManager!"); + throw new IllegalStateException(P2.toString()); } } else { String str = fragment.mTargetWho; if (str != null && (fragmentStateManager = this.mFragmentStore.getFragmentStateManager(str)) == null) { - StringBuilder N3 = a.N("Fragment "); - N3.append(this.mFragment); - N3.append(" declared target fragment "); - throw new IllegalStateException(a.F(N3, this.mFragment.mTargetWho, " that does not belong to this FragmentManager!")); + StringBuilder P3 = a.P("Fragment "); + P3.append(this.mFragment); + P3.append(" declared target fragment "); + throw new IllegalStateException(a.H(P3, 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 O = a.O("computeExpectedState() of ", i, " for "); - O.append(this.mFragment); - Log.v("FragmentManager", O.toString()); + StringBuilder Q = a.Q("computeExpectedState() of ", i, " for "); + Q.append(this.mFragment); + Log.v("FragmentManager", Q.toString()); } return i; } public void create() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder N = a.N("moveto CREATED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("moveto CREATED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 N = a.N("moveto CREATE_VIEW: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("moveto CREATE_VIEW: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 N2 = a.N("No view found for id 0x"); - N2.append(Integer.toHexString(this.mFragment.mContainerId)); - N2.append(" ("); - N2.append(str); - N2.append(") for fragment "); - N2.append(this.mFragment); - throw new IllegalArgumentException(N2.toString()); + StringBuilder P2 = a.P("No view found for id 0x"); + P2.append(Integer.toHexString(this.mFragment.mContainerId)); + P2.append(" ("); + P2.append(str); + P2.append(") for fragment "); + P2.append(this.mFragment); + throw new IllegalArgumentException(P2.toString()); } } } else { - StringBuilder N3 = a.N("Cannot create fragment "); - N3.append(this.mFragment); - N3.append(" for a container view with no id"); - throw new IllegalArgumentException(N3.toString()); + StringBuilder P3 = a.P("Cannot create fragment "); + P3.append(this.mFragment); + P3.append(" for a container view with no id"); + throw new IllegalArgumentException(P3.toString()); } } } @@ -425,9 +425,9 @@ public class FragmentStateManager { public void destroy() { Fragment findActiveFragment; if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder N = a.N("movefrom CREATED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("movefrom CREATED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 N = a.N("movefrom CREATE_VIEW: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("movefrom CREATE_VIEW: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.toString()); } Fragment fragment = this.mFragment; ViewGroup viewGroup = fragment.mContainer; @@ -492,9 +492,9 @@ public class FragmentStateManager { public void detach() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder N = a.N("movefrom ATTACHED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("movefrom ATTACHED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 N2 = a.N("initState called for fragment: "); - N2.append(this.mFragment); - Log.d("FragmentManager", N2.toString()); + StringBuilder P2 = a.P("initState called for fragment: "); + P2.append(this.mFragment); + Log.d("FragmentManager", P2.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 N = a.N("moveto CREATE_VIEW: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("moveto CREATE_VIEW: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 N = a.N("Ignoring re-entrant call to moveToExpectedState() for "); - N.append(getFragment()); - Log.v("FragmentManager", N.toString()); + StringBuilder P = a.P("Ignoring re-entrant call to moveToExpectedState() for "); + P.append(getFragment()); + Log.v("FragmentManager", P.toString()); } } public void pause() { if (FragmentManager.isLoggingEnabled(3)) { - StringBuilder N = a.N("movefrom RESUMED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("movefrom RESUMED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 N = a.N("moveto RESUMED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("moveto RESUMED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 N = a.N("moveto STARTED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("moveto STARTED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 N = a.N("movefrom STARTED: "); - N.append(this.mFragment); - Log.d("FragmentManager", N.toString()); + StringBuilder P = a.P("movefrom STARTED: "); + P.append(this.mFragment); + Log.d("FragmentManager", P.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 a18a1d355d..4adc626cf9 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.j0("Bad fragment at key ", str, TAG); + a.l0("Bad fragment at key ", str, TAG); } } } @@ -163,7 +163,7 @@ public abstract class FragmentStatePagerAdapter extends PagerAdapter { if (bundle == null) { bundle = new Bundle(); } - this.mFragmentManager.putFragment(bundle, a.k("f", i), fragment); + this.mFragmentManager.putFragment(bundle, a.l("f", i), fragment); } } return bundle; diff --git a/app/src/main/java/androidx/fragment/app/FragmentStore.java b/app/src/main/java/androidx/fragment/app/FragmentStore.java index 75fcc7dbb8..70cb5cfb02 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentStore.java +++ b/app/src/main/java/androidx/fragment/app/FragmentStore.java @@ -48,7 +48,7 @@ public class FragmentStore { } public void dump(@NonNull String str, @Nullable FileDescriptor fileDescriptor, @NonNull PrintWriter printWriter, @Nullable String[] strArr) { - String t = a.t(str, " "); + String u = a.u(str, " "); if (!this.mActive.isEmpty()) { printWriter.print(str); printWriter.print("Active Fragments:"); @@ -57,7 +57,7 @@ public class FragmentStore { if (fragmentStateManager != null) { Fragment fragment = fragmentStateManager.getFragment(); printWriter.println(fragment); - fragment.dump(t, fileDescriptor, printWriter, strArr); + fragment.dump(u, fileDescriptor, printWriter, strArr); } else { printWriter.println("null"); } @@ -284,7 +284,7 @@ public class FragmentStore { } addFragment(findActiveFragment); } else { - throw new IllegalStateException(a.u("No instantiated fragment for (", str, ")")); + throw new IllegalStateException(a.v("No instantiated fragment for (", str, ")")); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentTabHost.java b/app/src/main/java/androidx/fragment/app/FragmentTabHost.java index 3118bf0c74..b449d0c9f8 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 N = a.N("FragmentTabHost.SavedState{"); - N.append(Integer.toHexString(System.identityHashCode(this))); - N.append(" curTab="); - return a.F(N, this.curTab, "}"); + StringBuilder P = a.P("FragmentTabHost.SavedState{"); + P.append(Integer.toHexString(System.identityHashCode(this))); + P.append(" curTab="); + return a.H(P, 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 N = a.N("No tab content FrameLayout found for id "); - N.append(this.mContainerId); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("No tab content FrameLayout found for id "); + P.append(this.mContainerId); + throw new IllegalStateException(P.toString()); } } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentTransaction.java b/app/src/main/java/androidx/fragment/app/FragmentTransaction.java index 4812154fdf..48f3af05ae 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentTransaction.java +++ b/app/src/main/java/androidx/fragment/app/FragmentTransaction.java @@ -173,9 +173,9 @@ public abstract class FragmentTransaction { this.mSharedElementSourceNames = new ArrayList<>(); this.mSharedElementTargetNames = new ArrayList<>(); } else if (this.mSharedElementTargetNames.contains(str)) { - throw new IllegalArgumentException(a.u("A shared element with the target name '", str, "' has already been added to the transaction.")); + throw new IllegalArgumentException(a.v("A shared element with the target name '", str, "' has already been added to the transaction.")); } else if (this.mSharedElementSourceNames.contains(transitionName)) { - throw new IllegalArgumentException(a.u("A shared element with the source name '", transitionName, "' has already been added to the transaction.")); + throw new IllegalArgumentException(a.v("A shared element with the source name '", transitionName, "' has already been added to the transaction.")); } this.mSharedElementSourceNames.add(transitionName); this.mSharedElementTargetNames.add(str); @@ -229,10 +229,10 @@ public abstract class FragmentTransaction { Class cls = fragment.getClass(); int modifiers = cls.getModifiers(); if (cls.isAnonymousClass() || !Modifier.isPublic(modifiers) || (cls.isMemberClass() && !Modifier.isStatic(modifiers))) { - StringBuilder N = a.N("Fragment "); - N.append(cls.getCanonicalName()); - N.append(" must be a public static class to be properly recreated from instance state."); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Fragment "); + P.append(cls.getCanonicalName()); + P.append(" must be a public static class to be properly recreated from instance state."); + throw new IllegalStateException(P.toString()); } if (str != null) { String str2 = fragment.mTag; diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java index e024857be3..0bd213c749 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$1.java @@ -17,6 +17,6 @@ public final class FragmentViewModelLazyKt$activityViewModels$1 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ViewModelStore mo1invoke() { - return a.T(this.$this_activityViewModels, "requireActivity()", "requireActivity().viewModelStore"); + return a.e0(this.$this_activityViewModels, "requireActivity()", "requireActivity().viewModelStore"); } } diff --git a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java index 320961e42b..851ebde956 100644 --- a/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java +++ b/app/src/main/java/androidx/fragment/app/FragmentViewModelLazyKt$activityViewModels$2.java @@ -17,6 +17,6 @@ public final class FragmentViewModelLazyKt$activityViewModels$2 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final ViewModelProvider.Factory mo1invoke() { - return a.I(this.$this_activityViewModels, "requireActivity()"); + return a.T(this.$this_activityViewModels, "requireActivity()"); } } diff --git a/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java b/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java index b988bdb5a0..5a0ee6308c 100644 --- a/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java +++ b/app/src/main/java/androidx/fragment/app/SpecialEffectsController.java @@ -182,7 +182,7 @@ public abstract class SpecialEffectsController { if (i == 8) { return GONE; } - throw new IllegalArgumentException(a.k("Unknown visibility ", i)); + throw new IllegalArgumentException(a.l("Unknown visibility ", i)); } @NonNull @@ -297,40 +297,40 @@ public abstract class SpecialEffectsController { if (ordinal != 1) { if (ordinal == 2) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder N = a.N("SpecialEffectsController: For fragment "); - N.append(this.mFragment); - N.append(" mFinalState = "); - N.append(this.mFinalState); - N.append(" -> REMOVED. mLifecycleImpact = "); - N.append(this.mLifecycleImpact); - N.append(" to REMOVING."); - Log.v(FragmentManager.TAG, N.toString()); + StringBuilder P = a.P("SpecialEffectsController: For fragment "); + P.append(this.mFragment); + P.append(" mFinalState = "); + P.append(this.mFinalState); + P.append(" -> REMOVED. mLifecycleImpact = "); + P.append(this.mLifecycleImpact); + P.append(" to REMOVING."); + Log.v(FragmentManager.TAG, P.toString()); } this.mFinalState = State.REMOVED; this.mLifecycleImpact = LifecycleImpact.REMOVING; } } else if (this.mFinalState == State.REMOVED) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder N2 = a.N("SpecialEffectsController: For fragment "); - N2.append(this.mFragment); - N2.append(" mFinalState = REMOVED -> VISIBLE. mLifecycleImpact = "); - N2.append(this.mLifecycleImpact); - N2.append(" to ADDING."); - Log.v(FragmentManager.TAG, N2.toString()); + StringBuilder P2 = a.P("SpecialEffectsController: For fragment "); + P2.append(this.mFragment); + P2.append(" mFinalState = REMOVED -> VISIBLE. mLifecycleImpact = "); + P2.append(this.mLifecycleImpact); + P2.append(" to ADDING."); + Log.v(FragmentManager.TAG, P2.toString()); } this.mFinalState = State.VISIBLE; this.mLifecycleImpact = LifecycleImpact.ADDING; } } else if (this.mFinalState != State.REMOVED) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder N3 = a.N("SpecialEffectsController: For fragment "); - N3.append(this.mFragment); - N3.append(" mFinalState = "); - N3.append(this.mFinalState); - N3.append(" -> "); - N3.append(state); - N3.append(". "); - Log.v(FragmentManager.TAG, N3.toString()); + StringBuilder P3 = a.P("SpecialEffectsController: For fragment "); + P3.append(this.mFragment); + P3.append(" mFinalState = "); + P3.append(this.mFinalState); + P3.append(" -> "); + P3.append(state); + P3.append(". "); + Log.v(FragmentManager.TAG, P3.toString()); } this.mFinalState = state; } @@ -341,22 +341,22 @@ public abstract class SpecialEffectsController { @NonNull public String toString() { - StringBuilder R = a.R("Operation ", "{"); - R.append(Integer.toHexString(System.identityHashCode(this))); - R.append("} "); - R.append("{"); - R.append("mFinalState = "); - R.append(this.mFinalState); - R.append("} "); - R.append("{"); - R.append("mLifecycleImpact = "); - R.append(this.mLifecycleImpact); - R.append("} "); - R.append("{"); - R.append("mFragment = "); - R.append(this.mFragment); - R.append("}"); - return R.toString(); + StringBuilder U = a.U("Operation ", "{"); + U.append(Integer.toHexString(System.identityHashCode(this))); + U.append("} "); + U.append("{"); + U.append("mFinalState = "); + U.append(this.mFinalState); + U.append("} "); + U.append("{"); + U.append("mLifecycleImpact = "); + U.append(this.mLifecycleImpact); + U.append("} "); + U.append("{"); + U.append("mFragment = "); + U.append(this.mFragment); + U.append("}"); + return U.toString(); } } @@ -432,36 +432,36 @@ public abstract class SpecialEffectsController { public void enqueueAdd(@NonNull Operation.State state, @NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder N = a.N("SpecialEffectsController: Enqueuing add operation for fragment "); - N.append(fragmentStateManager.getFragment()); - Log.v(FragmentManager.TAG, N.toString()); + StringBuilder P = a.P("SpecialEffectsController: Enqueuing add operation for fragment "); + P.append(fragmentStateManager.getFragment()); + Log.v(FragmentManager.TAG, P.toString()); } enqueue(state, Operation.LifecycleImpact.ADDING, fragmentStateManager); } public void enqueueHide(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder N = a.N("SpecialEffectsController: Enqueuing hide operation for fragment "); - N.append(fragmentStateManager.getFragment()); - Log.v(FragmentManager.TAG, N.toString()); + StringBuilder P = a.P("SpecialEffectsController: Enqueuing hide operation for fragment "); + P.append(fragmentStateManager.getFragment()); + Log.v(FragmentManager.TAG, P.toString()); } enqueue(Operation.State.GONE, Operation.LifecycleImpact.NONE, fragmentStateManager); } public void enqueueRemove(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder N = a.N("SpecialEffectsController: Enqueuing remove operation for fragment "); - N.append(fragmentStateManager.getFragment()); - Log.v(FragmentManager.TAG, N.toString()); + StringBuilder P = a.P("SpecialEffectsController: Enqueuing remove operation for fragment "); + P.append(fragmentStateManager.getFragment()); + Log.v(FragmentManager.TAG, P.toString()); } enqueue(Operation.State.REMOVED, Operation.LifecycleImpact.REMOVING, fragmentStateManager); } public void enqueueShow(@NonNull FragmentStateManager fragmentStateManager) { if (FragmentManager.isLoggingEnabled(2)) { - StringBuilder N = a.N("SpecialEffectsController: Enqueuing show operation for fragment "); - N.append(fragmentStateManager.getFragment()); - Log.v(FragmentManager.TAG, N.toString()); + StringBuilder P = a.P("SpecialEffectsController: Enqueuing show operation for fragment "); + P.append(fragmentStateManager.getFragment()); + Log.v(FragmentManager.TAG, P.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 9ba82173e9..ee113546da 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 N = a.N("Method "); - N.append(method.getName()); - N.append(" in "); - N.append(cls.getName()); - N.append(" already declared with different @OnLifecycleEvent value: previous value "); - N.append(event2); - N.append(", new value "); - N.append(event); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Method "); + P.append(method.getName()); + P.append(" in "); + P.append(cls.getName()); + P.append(" already declared with different @OnLifecycleEvent value: previous value "); + P.append(event2); + P.append(", new value "); + P.append(event); + throw new IllegalArgumentException(P.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 eb523208e9..7c8500ba72 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 N = a.N("no event down from "); - N.append(value.mState); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("no event down from "); + P.append(value.mState); + throw new IllegalStateException(P.toString()); } } } @@ -96,7 +96,7 @@ public class LifecycleRegistry extends Lifecycle { @SuppressLint({"RestrictedApi"}) private void enforceMainThreadIfNeeded(String str) { if (this.mEnforceMainThread && !ArchTaskExecutor.getInstance().isMainThread()) { - throw new IllegalStateException(a.u("Method ", str, " must be called on the main thread")); + throw new IllegalStateException(a.v("Method ", str, " must be called on the main thread")); } } @@ -114,9 +114,9 @@ public class LifecycleRegistry extends Lifecycle { observerWithState.dispatchEvent(lifecycleOwner, upFrom); popParentState(); } else { - StringBuilder N = a.N("no event up from "); - N.append(observerWithState.mState); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("no event up from "); + P.append(observerWithState.mState); + throw new IllegalStateException(P.toString()); } } } @@ -198,9 +198,9 @@ public class LifecycleRegistry extends Lifecycle { popParentState(); calculateTargetState = calculateTargetState(lifecycleObserver); } else { - StringBuilder N = a.N("no event up from "); - N.append(observerWithState.mState); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("no event up from "); + P.append(observerWithState.mState); + throw new IllegalStateException(P.toString()); } } if (!z2) { diff --git a/app/src/main/java/androidx/lifecycle/LiveData.java b/app/src/main/java/androidx/lifecycle/LiveData.java index 18ab44a45f..5e6c2fdbf0 100644 --- a/app/src/main/java/androidx/lifecycle/LiveData.java +++ b/app/src/main/java/androidx/lifecycle/LiveData.java @@ -144,7 +144,7 @@ public abstract class LiveData { public static void assertMainThread(String str) { if (!ArchTaskExecutor.getInstance().isMainThread()) { - throw new IllegalStateException(a.u("Cannot invoke ", str, " on a background thread")); + throw new IllegalStateException(a.v("Cannot invoke ", str, " on a background thread")); } } diff --git a/app/src/main/java/androidx/lifecycle/SavedStateHandle.java b/app/src/main/java/androidx/lifecycle/SavedStateHandle.java index 19ca5b96a3..0245bdf5c8 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 N = a.N("Can't put value with type "); - N.append(obj.getClass()); - N.append(" into saved state"); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Can't put value with type "); + P.append(obj.getClass()); + P.append(" into saved state"); + throw new IllegalArgumentException(P.toString()); } } diff --git a/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java b/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java index e473498483..7839566748 100644 --- a/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java +++ b/app/src/main/java/androidx/loader/app/LoaderManagerImpl.java @@ -77,7 +77,7 @@ public class LoaderManagerImpl extends LoaderManager { printWriter.print(str); printWriter.print("mLoader="); printWriter.println(this.mLoader); - this.mLoader.dump(a.t(str, " "), fileDescriptor, printWriter, strArr); + this.mLoader.dump(a.u(str, " "), fileDescriptor, printWriter, strArr); if (this.mObserver != null) { printWriter.print(str); printWriter.print("mCallbacks="); @@ -214,11 +214,11 @@ public class LoaderManagerImpl extends LoaderManager { @Override // androidx.lifecycle.Observer public void onChanged(@Nullable D d) { if (LoaderManagerImpl.DEBUG) { - StringBuilder N = a.N(" onLoadFinished in "); - N.append(this.mLoader); - N.append(": "); - N.append(this.mLoader.dataToString(d)); - Log.v(LoaderManagerImpl.TAG, N.toString()); + StringBuilder P = a.P(" onLoadFinished in "); + P.append(this.mLoader); + P.append(": "); + P.append(this.mLoader.dataToString(d)); + Log.v(LoaderManagerImpl.TAG, P.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 N = a.N(" Resetting: "); - N.append(this.mLoader); - Log.v(LoaderManagerImpl.TAG, N.toString()); + StringBuilder P = a.P(" Resetting: "); + P.append(this.mLoader); + Log.v(LoaderManagerImpl.TAG, P.toString()); } this.mCallback.onLoaderReset(this.mLoader); } diff --git a/app/src/main/java/androidx/loader/content/Loader.java b/app/src/main/java/androidx/loader/content/Loader.java index a9549e567b..081958933b 100644 --- a/app/src/main/java/androidx/loader/content/Loader.java +++ b/app/src/main/java/androidx/loader/content/Loader.java @@ -233,7 +233,7 @@ public class Loader { StringBuilder sb = new StringBuilder(64); DebugUtils.buildShortClassTag(this, sb); sb.append(" id="); - return a.y(sb, this.mId, "}"); + return a.z(sb, this.mId, "}"); } @MainThread diff --git a/app/src/main/java/androidx/loader/content/ModernAsyncTask.java b/app/src/main/java/androidx/loader/content/ModernAsyncTask.java index e908acd194..4a377e6261 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 N = a.N("ModernAsyncTask #"); - N.append(this.mCount.getAndIncrement()); - return new Thread(runnable, N.toString()); + StringBuilder P = a.P("ModernAsyncTask #"); + P.append(this.mCount.getAndIncrement()); + return new Thread(runnable, P.toString()); } } diff --git a/app/src/main/java/androidx/media/AudioAttributesCompat.java b/app/src/main/java/androidx/media/AudioAttributesCompat.java index c1c42598c0..980805a22d 100644 --- a/app/src/main/java/androidx/media/AudioAttributesCompat.java +++ b/app/src/main/java/androidx/media/AudioAttributesCompat.java @@ -188,7 +188,7 @@ public class AudioAttributesCompat implements VersionedParcelable { if (!z2) { return 3; } - throw new IllegalArgumentException(a.l("Unknown usage value ", i2, " in audio attributes")); + throw new IllegalArgumentException(a.n("Unknown usage value ", i2, " in audio attributes")); } } @@ -226,7 +226,7 @@ public class AudioAttributesCompat implements VersionedParcelable { return "USAGE_GAME"; case 15: default: - return a.k("unknown usage ", i); + return a.l("unknown usage ", i); case 16: return "USAGE_ASSISTANT"; } diff --git a/app/src/main/java/androidx/media/AudioAttributesImplApi21.java b/app/src/main/java/androidx/media/AudioAttributesImplApi21.java index 770c4144c2..47d2c5ceb8 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 N = a.N("AudioAttributesCompat: audioattributes="); - N.append(this.mAudioAttributes); - return N.toString(); + StringBuilder P = a.P("AudioAttributesCompat: audioattributes="); + P.append(this.mAudioAttributes); + return P.toString(); } } diff --git a/app/src/main/java/androidx/media/AudioFocusRequestCompat.java b/app/src/main/java/androidx/media/AudioFocusRequestCompat.java index ac6d070be7..f4e0d1a005 100644 --- a/app/src/main/java/androidx/media/AudioFocusRequestCompat.java +++ b/app/src/main/java/androidx/media/AudioFocusRequestCompat.java @@ -69,7 +69,7 @@ public class AudioFocusRequestCompat { this.mFocusGain = i; return this; } - throw new IllegalArgumentException(a.k("Illegal audio focus gain type ", i)); + throw new IllegalArgumentException(a.l("Illegal audio focus gain type ", i)); } @NonNull diff --git a/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java b/app/src/main/java/androidx/media/MediaBrowserServiceCompat.java index d476a3e29d..5a276c5764 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 N = a.N("Calling onLoadChildren() failed for id="); - N.append(this.val$parentId); - N.append(" package="); - a.l0(N, this.val$connection.pkg, MediaBrowserServiceCompat.TAG); + StringBuilder P = a.P("Calling onLoadChildren() failed for id="); + P.append(this.val$parentId); + P.append(" package="); + a.n0(P, this.val$connection.pkg, MediaBrowserServiceCompat.TAG); } } else if (MediaBrowserServiceCompat.DEBUG) { - StringBuilder N2 = a.N("Not sending onLoadChildren result for connection that has been disconnected. pkg="); - N2.append(this.val$connection.pkg); - N2.append(" id="); - N2.append(this.val$parentId); - Log.d(MediaBrowserServiceCompat.TAG, N2.toString()); + StringBuilder P2 = a.P("Not sending onLoadChildren result for connection that has been disconnected. pkg="); + P2.append(this.val$connection.pkg); + P2.append(" id="); + P2.append(this.val$parentId); + Log.d(MediaBrowserServiceCompat.TAG, P2.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 N = a.N("Connection for "); - N.append(next.pkg); - N.append(" is no longer valid."); - Log.w(MediaBrowserServiceCompat.TAG, N.toString()); + StringBuilder P = a.P("Connection for "); + P.append(next.pkg); + P.append(" is no longer valid."); + Log.w(MediaBrowserServiceCompat.TAG, P.toString()); it.remove(); } } @@ -847,19 +847,19 @@ public abstract class MediaBrowserServiceCompat extends Service { public void detach() { if (this.mDetachCalled) { - StringBuilder N = a.N("detach() called when detach() had already been called for: "); - N.append(this.mDebug); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("detach() called when detach() had already been called for: "); + P.append(this.mDebug); + throw new IllegalStateException(P.toString()); } else if (this.mSendResultCalled) { - StringBuilder N2 = a.N("detach() called when sendResult() had already been called for: "); - N2.append(this.mDebug); - throw new IllegalStateException(N2.toString()); + StringBuilder P2 = a.P("detach() called when sendResult() had already been called for: "); + P2.append(this.mDebug); + throw new IllegalStateException(P2.toString()); } else if (!this.mSendErrorCalled) { this.mDetachCalled = true; } else { - StringBuilder N3 = a.N("detach() called when sendError() had already been called for: "); - N3.append(this.mDebug); - throw new IllegalStateException(N3.toString()); + StringBuilder P3 = a.P("detach() called when sendError() had already been called for: "); + P3.append(this.mDebug); + throw new IllegalStateException(P3.toString()); } } @@ -872,15 +872,15 @@ public abstract class MediaBrowserServiceCompat extends Service { } public void onErrorSent(Bundle bundle) { - StringBuilder N = a.N("It is not supported to send an error for "); - N.append(this.mDebug); - throw new UnsupportedOperationException(N.toString()); + StringBuilder P = a.P("It is not supported to send an error for "); + P.append(this.mDebug); + throw new UnsupportedOperationException(P.toString()); } public void onProgressUpdateSent(Bundle bundle) { - StringBuilder N = a.N("It is not supported to send an interim update for "); - N.append(this.mDebug); - throw new UnsupportedOperationException(N.toString()); + StringBuilder P = a.P("It is not supported to send an interim update for "); + P.append(this.mDebug); + throw new UnsupportedOperationException(P.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 N = a.N("sendError() called when either sendResult() or sendError() had already been called for: "); - N.append(this.mDebug); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("sendError() called when either sendResult() or sendError() had already been called for: "); + P.append(this.mDebug); + throw new IllegalStateException(P.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 N = a.N("sendProgressUpdate() called when either sendResult() or sendError() had already been called for: "); - N.append(this.mDebug); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("sendProgressUpdate() called when either sendResult() or sendError() had already been called for: "); + P.append(this.mDebug); + throw new IllegalStateException(P.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 N = a.N("sendResult() called when either sendResult() or sendError() had already been called for: "); - N.append(this.mDebug); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("sendResult() called when either sendResult() or sendError() had already been called for: "); + P.append(this.mDebug); + throw new IllegalStateException(P.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 N = a.N("No root for client "); - N.append(this.val$pkg); - N.append(" from service "); - N.append(getClass().getName()); - Log.i(MediaBrowserServiceCompat.TAG, N.toString()); + StringBuilder P = a.P("No root for client "); + P.append(this.val$pkg); + P.append(" from service "); + P.append(getClass().getName()); + Log.i(MediaBrowserServiceCompat.TAG, P.toString()); try { this.val$callbacks.onConnectFailed(); } catch (RemoteException unused) { - a.l0(a.N("Calling onConnectFailed() failed. Ignoring. pkg="), this.val$pkg, MediaBrowserServiceCompat.TAG); + a.n0(a.P("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.l0(a.N("Calling onConnect() failed. Dropping client. pkg="), this.val$pkg, MediaBrowserServiceCompat.TAG); + a.n0(a.P("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.l0(a.N("addSubscription for callback that isn't registered id="), this.val$id, MediaBrowserServiceCompat.TAG); + a.n0(a.P("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.l0(a.N("removeSubscription for callback that isn't registered id="), this.val$id, MediaBrowserServiceCompat.TAG); + a.n0(a.P("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 N = a.N("removeSubscription called for "); - N.append(this.val$id); - N.append(" which is not subscribed"); - Log.w(MediaBrowserServiceCompat.TAG, N.toString()); + StringBuilder P = a.P("removeSubscription called for "); + P.append(this.val$id); + P.append(" which is not subscribed"); + Log.w(MediaBrowserServiceCompat.TAG, P.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.l0(a.N("getMediaItem for callback that isn't registered id="), this.val$mediaId, MediaBrowserServiceCompat.TAG); + a.n0(a.P("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.l0(a.N("search for callback that isn't registered query="), this.val$query, MediaBrowserServiceCompat.TAG); + a.n0(a.P("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 N = a.N("sendCustomAction for callback that isn't registered action="); - N.append(this.val$action); - N.append(", extras="); - N.append(this.val$extras); - Log.w(MediaBrowserServiceCompat.TAG, N.toString()); + StringBuilder P = a.P("sendCustomAction for callback that isn't registered action="); + P.append(this.val$action); + P.append(", extras="); + P.append(this.val$extras); + Log.w(MediaBrowserServiceCompat.TAG, P.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 N = a.N("onLoadChildren must call detach() or sendResult() before returning for package="); - N.append(connectionRecord.pkg); - N.append(" id="); - N.append(str); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("onLoadChildren must call detach() or sendResult() before returning for package="); + P.append(connectionRecord.pkg); + P.append(" id="); + P.append(str); + throw new IllegalStateException(P.toString()); } } @@ -1603,7 +1603,7 @@ public abstract class MediaBrowserServiceCompat extends Service { onLoadItem(str, r0); this.mCurConnection = null; if (!r0.isDone()) { - throw new IllegalStateException(a.t("onLoadItem must call detach() or sendResult() before returning for id=", str)); + throw new IllegalStateException(a.u("onLoadItem must call detach() or sendResult() before returning for id=", str)); } } @@ -1613,7 +1613,7 @@ public abstract class MediaBrowserServiceCompat extends Service { onSearch(str, bundle, r0); this.mCurConnection = null; if (!r0.isDone()) { - throw new IllegalStateException(a.t("onSearch must call detach() or sendResult() before returning for query=", str)); + throw new IllegalStateException(a.u("onSearch must call detach() or sendResult() before returning for query=", str)); } } diff --git a/app/src/main/java/androidx/media/MediaSessionManagerImplBase.java b/app/src/main/java/androidx/media/MediaSessionManagerImplBase.java index e67c3d38f6..4297967311 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 N = a.N("Package "); - N.append(remoteUserInfoImpl.getPackageName()); - N.append(" doesn't exist"); - Log.d("MediaSessionManager", N.toString()); + StringBuilder P = a.P("Package "); + P.append(remoteUserInfoImpl.getPackageName()); + P.append(" doesn't exist"); + Log.d("MediaSessionManager", P.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 8f69b2f8bc..7300092393 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 S = a.S("Expected 1 service that handles ", str, ", found "); - S.append(queryIntentServices.size()); - throw new IllegalStateException(S.toString()); + StringBuilder V = a.V("Expected 1 service that handles ", str, ", found "); + V.append(queryIntentServices.size()); + throw new IllegalStateException(V.toString()); } } diff --git a/app/src/main/java/androidx/preference/Preference.java b/app/src/main/java/androidx/preference/Preference.java index 40a8c9b0bc..e877fba477 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 N = a.N("Dependency \""); - N.append(this.mDependencyKey); - N.append("\" not found for preference \""); - N.append(this.mKey); - N.append("\" (title: \""); - N.append((Object) this.mTitle); - N.append("\""); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Dependency \""); + P.append(this.mDependencyKey); + P.append("\" not found for preference \""); + P.append(this.mKey); + P.append("\" (title: \""); + P.append((Object) this.mTitle); + P.append("\""); + throw new IllegalStateException(P.toString()); } } diff --git a/app/src/main/java/androidx/preference/PreferenceFragment.java b/app/src/main/java/androidx/preference/PreferenceFragment.java index 8db3ba8ee7..8ba1ce5c3b 100644 --- a/app/src/main/java/androidx/preference/PreferenceFragment.java +++ b/app/src/main/java/androidx/preference/PreferenceFragment.java @@ -528,7 +528,7 @@ public abstract class PreferenceFragment extends Fragment implements PreferenceM boolean z2 = findPreference instanceof PreferenceScreen; obj = findPreference; if (!z2) { - throw new IllegalArgumentException(a.u("Preference object with key ", str, " is not a PreferenceScreen")); + throw new IllegalArgumentException(a.v("Preference object with key ", str, " is not a PreferenceScreen")); } } setPreferenceScreen((PreferenceScreen) obj); diff --git a/app/src/main/java/androidx/preference/PreferenceFragmentCompat.java b/app/src/main/java/androidx/preference/PreferenceFragmentCompat.java index 52d2625b13..1105606880 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 N = a.N("Cannot display dialog for an unknown Preference type: "); - N.append(preference.getClass().getSimpleName()); - N.append(". Make sure to implement onPreferenceDisplayDialog() to handle displaying a custom dialog for this Preference."); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Cannot display dialog for an unknown Preference type: "); + P.append(preference.getClass().getSimpleName()); + P.append(". Make sure to implement onPreferenceDisplayDialog() to handle displaying a custom dialog for this Preference."); + throw new IllegalArgumentException(P.toString()); } dialogFragment.setTargetFragment(this, 0); dialogFragment.show(getParentFragmentManager(), DIALOG_FRAGMENT_TAG); @@ -520,7 +520,7 @@ public abstract class PreferenceFragmentCompat extends Fragment implements Prefe boolean z2 = findPreference instanceof PreferenceScreen; obj = findPreference; if (!z2) { - throw new IllegalArgumentException(a.u("Preference object with key ", str, " is not a PreferenceScreen")); + throw new IllegalArgumentException(a.v("Preference object with key ", str, " is not a PreferenceScreen")); } } setPreferenceScreen((PreferenceScreen) obj); diff --git a/app/src/main/java/androidx/preference/PreferenceGroupKt.java b/app/src/main/java/androidx/preference/PreferenceGroupKt.java index c0ef04a1d0..f93e05ff5d 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 O = a.O("Index: ", i, ", Size: "); - O.append(preferenceGroup.getPreferenceCount()); - throw new IndexOutOfBoundsException(O.toString()); + StringBuilder Q = a.Q("Index: ", i, ", Size: "); + Q.append(preferenceGroup.getPreferenceCount()); + throw new IndexOutOfBoundsException(Q.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 ea5154c44b..4b19301511 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 N = a.N("duplicate tile @"); - N.append(addOrReplace.mStartPosition); - Log.e(AsyncListUtil.TAG, N.toString()); + StringBuilder P = a.P("duplicate tile @"); + P.append(addOrReplace.mStartPosition); + Log.e(AsyncListUtil.TAG, P.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 N = a.N("[BKGR] "); - N.append(String.format(str, objArr)); - Log.d(AsyncListUtil.TAG, N.toString()); + StringBuilder P = a.P("[BKGR] "); + P.append(String.format(str, objArr)); + Log.d(AsyncListUtil.TAG, P.toString()); } private void removeTile(int i) { @@ -308,9 +308,9 @@ public class AsyncListUtil { } public void log(String str, Object... objArr) { - StringBuilder N = a.N("[MAIN] "); - N.append(String.format(str, objArr)); - Log.d(TAG, N.toString()); + StringBuilder P = a.P("[MAIN] "); + P.append(String.format(str, objArr)); + Log.d(TAG, P.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 185eb896aa..13f3d72c70 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 N = a.N("ChangeInfo{oldHolder="); - N.append(this.oldHolder); - N.append(", newHolder="); - N.append(this.newHolder); - N.append(", fromX="); - N.append(this.fromX); - N.append(", fromY="); - N.append(this.fromY); - N.append(", toX="); - N.append(this.toX); - N.append(", toY="); - return a.w(N, this.toY, '}'); + StringBuilder P = a.P("ChangeInfo{oldHolder="); + P.append(this.oldHolder); + P.append(", newHolder="); + P.append(this.newHolder); + P.append(", fromX="); + P.append(this.fromX); + P.append(", fromY="); + P.append(this.fromY); + P.append(", toX="); + P.append(this.toX); + P.append(", toY="); + return a.y(P, 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 856e9becbf..77a30fadb9 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 O = a.O("unknown flag for pos ", i5, " "); - O.append(Long.toBinaryString((long) i6)); - throw new IllegalStateException(O.toString()); + StringBuilder Q = a.Q("unknown flag for pos ", i5, " "); + Q.append(Long.toBinaryString((long) i6)); + throw new IllegalStateException(Q.toString()); } } } @@ -135,9 +135,9 @@ public class DiffUtil { } else if (i6 == 16) { list.add(new PostponedUpdate(i5, i + i4, true)); } else { - StringBuilder O = a.O("unknown flag for pos ", i5, " "); - O.append(Long.toBinaryString((long) i6)); - throw new IllegalStateException(O.toString()); + StringBuilder Q = a.Q("unknown flag for pos ", i5, " "); + Q.append(Long.toBinaryString((long) i6)); + throw new IllegalStateException(Q.toString()); } } } @@ -255,9 +255,9 @@ public class DiffUtil { public int convertNewPositionToOld(@IntRange(from = 0) int i) { if (i < 0 || i >= this.mNewListSize) { - StringBuilder O = a.O("Index out of bounds - passed position = ", i, ", new list size = "); - O.append(this.mNewListSize); - throw new IndexOutOfBoundsException(O.toString()); + StringBuilder Q = a.Q("Index out of bounds - passed position = ", i, ", new list size = "); + Q.append(this.mNewListSize); + throw new IndexOutOfBoundsException(Q.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 O = a.O("Index out of bounds - passed position = ", i, ", old list size = "); - O.append(this.mOldListSize); - throw new IndexOutOfBoundsException(O.toString()); + StringBuilder Q = a.Q("Index out of bounds - passed position = ", i, ", old list size = "); + Q.append(this.mOldListSize); + throw new IndexOutOfBoundsException(Q.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 b81a547f9b..c128dfe762 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.h0("Cannot find span size for pre layout position. ", i, TAG); + a.j0("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.h0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, TAG); + a.j0("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.h0("Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:", i, TAG); + a.j0("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.y(a.P("Item at position ", i14, " requires ", spanSize, " spans but GridLayoutManager has only "), this.mSpanCount, " spans.")); + throw new IllegalArgumentException(a.z(a.R("Item at position ", i14, " requires ", spanSize, " spans but GridLayoutManager has only "), this.mSpanCount, " spans.")); } } if (i13 == 0) { @@ -1044,7 +1044,7 @@ public class GridLayoutManager extends LinearLayoutManager { requestLayout(); return; } - throw new IllegalArgumentException(a.k("Span count should be at least 1. Provided ", i)); + throw new IllegalArgumentException(a.l("Span count should be at least 1. Provided ", i)); } } diff --git a/app/src/main/java/androidx/recyclerview/widget/LayoutState.java b/app/src/main/java/androidx/recyclerview/widget/LayoutState.java index 0e1768a51b..5af7314a60 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 N = a.N("LayoutState{mAvailable="); - N.append(this.mAvailable); - N.append(", mCurrentPosition="); - N.append(this.mCurrentPosition); - N.append(", mItemDirection="); - N.append(this.mItemDirection); - N.append(", mLayoutDirection="); - N.append(this.mLayoutDirection); - N.append(", mStartLine="); - N.append(this.mStartLine); - N.append(", mEndLine="); - return a.w(N, this.mEndLine, '}'); + StringBuilder P = a.P("LayoutState{mAvailable="); + P.append(this.mAvailable); + P.append(", mCurrentPosition="); + P.append(this.mCurrentPosition); + P.append(", mItemDirection="); + P.append(this.mItemDirection); + P.append(", mLayoutDirection="); + P.append(this.mLayoutDirection); + P.append(", mStartLine="); + P.append(this.mStartLine); + P.append(", mEndLine="); + return a.y(P, 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 c56e3f9f80..71e4a19d31 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 N = a.N("AnchorInfo{mPosition="); - N.append(this.mPosition); - N.append(", mCoordinate="); - N.append(this.mCoordinate); - N.append(", mLayoutFromEnd="); - N.append(this.mLayoutFromEnd); - N.append(", mValid="); - N.append(this.mValid); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("AnchorInfo{mPosition="); + P.append(this.mPosition); + P.append(", mCoordinate="); + P.append(this.mCoordinate); + P.append(", mLayoutFromEnd="); + P.append(this.mLayoutFromEnd); + P.append(", mValid="); + P.append(this.mValid); + P.append('}'); + return P.toString(); } } @@ -191,17 +191,17 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } public void log() { - StringBuilder N = a.N("avail:"); - N.append(this.mAvailable); - N.append(", ind:"); - N.append(this.mCurrentPosition); - N.append(", dir:"); - N.append(this.mItemDirection); - N.append(", offset:"); - N.append(this.mOffset); - N.append(", layoutDir:"); - N.append(this.mLayoutDirection); - Log.d(TAG, N.toString()); + StringBuilder P = a.P("avail:"); + P.append(this.mAvailable); + P.append(", ind:"); + P.append(this.mCurrentPosition); + P.append(", dir:"); + P.append(this.mItemDirection); + P.append(", offset:"); + P.append(this.mOffset); + P.append(", layoutDir:"); + P.append(this.mLayoutDirection); + Log.d(TAG, P.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 N = a.N("item "); - N.append(getPosition(childAt)); - N.append(", coord:"); - N.append(this.mOrientationHelper.getDecoratedStart(childAt)); - Log.d(TAG, N.toString()); + StringBuilder P = a.P("item "); + P.append(getPosition(childAt)); + P.append(", coord:"); + P.append(this.mOrientationHelper.getDecoratedStart(childAt)); + Log.d(TAG, P.toString()); } Log.d(TAG, "=============="); } @@ -1488,7 +1488,7 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } return; } - throw new IllegalArgumentException(a.k("invalid orientation:", i)); + throw new IllegalArgumentException(a.l("invalid orientation:", i)); } public void setRecycleChildrenOnDetach(boolean z2) { @@ -1533,9 +1533,9 @@ public class LinearLayoutManager extends RecyclerView.LayoutManager implements I } public void validateChildOrder() { - StringBuilder N = a.N("validating child count "); - N.append(getChildCount()); - Log.d(TAG, N.toString()); + StringBuilder P = a.P("validating child count "); + P.append(getChildCount()); + Log.d(TAG, P.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 N2 = a.N("detected invalid position. loc invalid? "); + StringBuilder P2 = a.P("detected invalid position. loc invalid? "); if (decoratedStart2 >= decoratedStart) { z2 = false; } - N2.append(z2); - throw new RuntimeException(N2.toString()); + P2.append(z2); + throw new RuntimeException(P2.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 N3 = a.N("detected invalid position. loc invalid? "); + StringBuilder P3 = a.P("detected invalid position. loc invalid? "); if (decoratedStart3 >= decoratedStart) { z2 = false; } - N3.append(z2); - throw new RuntimeException(N3.toString()); + P3.append(z2); + throw new RuntimeException(P3.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 ab68ff8569..69bd9b3ee2 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 N = a.N("Unsupported message, what="); - N.append(next.what); - Log.e("ThreadUtil", N.toString()); + StringBuilder P = a.P("Unsupported message, what="); + P.append(next.what); + Log.e("ThreadUtil", P.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 N = a.N("Unsupported message, what="); - N.append(next.what); - Log.e("ThreadUtil", N.toString()); + StringBuilder P = a.P("Unsupported message, what="); + P.append(next.what); + Log.e("ThreadUtil", P.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 5edf298b02..2ace96f6f9 100644 --- a/app/src/main/java/androidx/recyclerview/widget/RecyclerView.java +++ b/app/src/main/java/androidx/recyclerview/widget/RecyclerView.java @@ -288,7 +288,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("Called attach on a child which is not detached: "); sb.append(childViewHolderInt); - throw new IllegalArgumentException(a.h(RecyclerView.this, sb)); + throw new IllegalArgumentException(a.i(RecyclerView.this, sb)); } } RecyclerView.access$000(RecyclerView.this, view, i, layoutParams); @@ -305,7 +305,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("called detach on an already detached child "); sb.append(childViewHolderInt); - throw new IllegalArgumentException(a.h(RecyclerView.this, sb)); + throw new IllegalArgumentException(a.i(RecyclerView.this, sb)); } } RecyclerView.access$100(RecyclerView.this, i); @@ -1005,9 +1005,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro i = this.mChildHelper.getChildCount(); } if (indexOfChild == -1) { - StringBuilder N = a.N("Added View has RecyclerView as parent but view is not a real child. Unfiltered index:"); - N.append(this.mRecyclerView.indexOfChild(view)); - throw new IllegalStateException(a.h(this.mRecyclerView, N)); + StringBuilder P = a.P("Added View has RecyclerView as parent but view is not a real child. Unfiltered index:"); + P.append(this.mRecyclerView.indexOfChild(view)); + throw new IllegalStateException(a.i(this.mRecyclerView, P)); } 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.h(this.mRecyclerView, a.N("View should be fully attached to be ignored"))); + throw new IllegalArgumentException(a.i(this.mRecyclerView, a.P("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 P = a.P("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); - P.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, P)); + StringBuilder R = a.R("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); + R.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.i(RecyclerView.this, R)); } 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.h(RecyclerView.this, a.N("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.i(RecyclerView.this, a.P("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 O = a.O("invalid position ", i, ". State item count is "); - O.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, O)); + StringBuilder Q = a.Q("invalid position ", i, ". State item count is "); + Q.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.i(RecyclerView.this, Q)); } public void dispatchViewRecycled(@NonNull ViewHolder viewHolder) { @@ -2667,7 +2667,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("layout index should not be -1 after unhiding a view:"); sb.append(childViewHolderInt); - throw new IllegalStateException(a.h(RecyclerView.this, sb)); + throw new IllegalStateException(a.i(RecyclerView.this, sb)); } public View getScrapViewAt(int i) { @@ -2809,19 +2809,19 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro boolean z2 = false; boolean z3 = true; if (viewHolder.isScrap() || viewHolder.itemView.getParent() != null) { - StringBuilder N = a.N("Scrapped or attached views may not be recycled. isScrap:"); - N.append(viewHolder.isScrap()); - N.append(" isAttached:"); + StringBuilder P = a.P("Scrapped or attached views may not be recycled. isScrap:"); + P.append(viewHolder.isScrap()); + P.append(" isAttached:"); if (viewHolder.itemView.getParent() != null) { z2 = true; } - N.append(z2); - throw new IllegalArgumentException(a.h(RecyclerView.this, N)); + P.append(z2); + throw new IllegalArgumentException(a.i(RecyclerView.this, P)); } else if (viewHolder.isTmpDetached()) { StringBuilder sb = new StringBuilder(); sb.append("Tmp detached view should be removed from RecyclerView before it can be recycled: "); sb.append(viewHolder); - throw new IllegalArgumentException(a.h(RecyclerView.this, sb)); + throw new IllegalArgumentException(a.i(RecyclerView.this, sb)); } else if (!viewHolder.shouldIgnore()) { boolean doesTransientStatePreventRecycling = viewHolder.doesTransientStatePreventRecycling(); Adapter adapter = RecyclerView.this.mAdapter; @@ -2861,7 +2861,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (!z2) { } } else { - throw new IllegalArgumentException(a.h(RecyclerView.this, a.N("Trying to recycle an ignored view holder. You should first call stopIgnoringView(view) before calling recycle."))); + throw new IllegalArgumentException(a.i(RecyclerView.this, a.P("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.h(RecyclerView.this, a.N("Called scrap view with an invalid view. Invalid views cannot be reused from scrap, they should rebound from recycler pool."))); + throw new IllegalArgumentException(a.i(RecyclerView.this, a.P("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 P = a.P("Invalid item position ", i, "(", i, "). Item count:"); - P.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, P)); + StringBuilder R = a.R("Invalid item position ", i, "(", i, "). Item count:"); + R.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.i(RecyclerView.this, R)); } 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 P2 = a.P("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); - P2.append(RecyclerView.this.mState.getItemCount()); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, P2)); + StringBuilder R2 = a.R("Inconsistency detected. Invalid item position ", i, "(offset:", findPositionOffset, ").state:"); + R2.append(RecyclerView.this.mState.getItemCount()); + throw new IndexOutOfBoundsException(a.i(RecyclerView.this, R2)); } 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.h(RecyclerView.this, a.N("getViewForPositionAndType returned a view which does not have a ViewHolder"))); + throw new IllegalArgumentException(a.i(RecyclerView.this, a.P("getViewForPositionAndType returned a view which does not have a ViewHolder"))); } else if (viewHolder.shouldIgnore()) { - throw new IllegalArgumentException(a.h(RecyclerView.this, a.N("getViewForPositionAndType returned a view that is ignored. You must call stopIgnoring before returning this view."))); + throw new IllegalArgumentException(a.i(RecyclerView.this, a.P("getViewForPositionAndType returned a view that is ignored. You must call stopIgnoring before returning this view."))); } } if (viewHolder == null) { @@ -3093,7 +3093,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("Inconsistency detected. Invalid view holder adapter position"); sb.append(viewHolder); - throw new IndexOutOfBoundsException(a.h(RecyclerView.this, sb)); + throw new IndexOutOfBoundsException(a.i(RecyclerView.this, sb)); } else if (RecyclerView.this.mState.isPreLayout() || RecyclerView.this.mAdapter.getItemViewType(viewHolder.mPosition) == viewHolder.getItemViewType()) { return !RecyclerView.this.mAdapter.hasStableIds() || viewHolder.getItemId() == RecyclerView.this.mAdapter.getItemId(viewHolder.mPosition); } else { @@ -3370,9 +3370,9 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (layoutManager instanceof ScrollVectorProvider) { return ((ScrollVectorProvider) layoutManager).computeScrollVectorForPosition(i); } - StringBuilder N = a.N("You should override computeScrollVectorForPosition when the LayoutManager does not implement "); - N.append(ScrollVectorProvider.class.getCanonicalName()); - Log.w(RecyclerView.TAG, N.toString()); + StringBuilder P = a.P("You should override computeScrollVectorForPosition when the LayoutManager does not implement "); + P.append(ScrollVectorProvider.class.getCanonicalName()); + Log.w(RecyclerView.TAG, P.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 N = a.N("An instance of "); - N.append(getClass().getSimpleName()); - N.append(" was started more than once. Each instance of"); - N.append(getClass().getSimpleName()); - N.append(" is intended to only be used once. You should create a new instance for each use."); - Log.w(RecyclerView.TAG, N.toString()); + StringBuilder P = a.P("An instance of "); + P.append(getClass().getSimpleName()); + P.append(" was started more than once. Each instance of"); + P.append(getClass().getSimpleName()); + P.append(" is intended to only be used once. You should create a new instance for each use."); + Log.w(RecyclerView.TAG, P.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 N = a.N("Layout state should be one of "); - N.append(Integer.toBinaryString(i)); - N.append(" but it is "); - N.append(Integer.toBinaryString(this.mLayoutStep)); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Layout state should be one of "); + P.append(Integer.toBinaryString(i)); + P.append(" but it is "); + P.append(Integer.toBinaryString(this.mLayoutStep)); + throw new IllegalStateException(P.toString()); } } @@ -3607,28 +3607,28 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String toString() { - StringBuilder N = a.N("State{mTargetPosition="); - N.append(this.mTargetPosition); - N.append(", mData="); - N.append(this.mData); - N.append(", mItemCount="); - N.append(this.mItemCount); - N.append(", mIsMeasuring="); - N.append(this.mIsMeasuring); - N.append(", mPreviousLayoutItemCount="); - N.append(this.mPreviousLayoutItemCount); - N.append(", mDeletedInvisibleItemCountSincePreviousLayout="); - N.append(this.mDeletedInvisibleItemCountSincePreviousLayout); - N.append(", mStructureChanged="); - N.append(this.mStructureChanged); - N.append(", mInPreLayout="); - N.append(this.mInPreLayout); - N.append(", mRunSimpleAnimations="); - N.append(this.mRunSimpleAnimations); - N.append(", mRunPredictiveAnimations="); - N.append(this.mRunPredictiveAnimations); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("State{mTargetPosition="); + P.append(this.mTargetPosition); + P.append(", mData="); + P.append(this.mData); + P.append(", mItemCount="); + P.append(this.mItemCount); + P.append(", mIsMeasuring="); + P.append(this.mIsMeasuring); + P.append(", mPreviousLayoutItemCount="); + P.append(this.mPreviousLayoutItemCount); + P.append(", mDeletedInvisibleItemCountSincePreviousLayout="); + P.append(this.mDeletedInvisibleItemCountSincePreviousLayout); + P.append(", mStructureChanged="); + P.append(this.mStructureChanged); + P.append(", mInPreLayout="); + P.append(this.mInPreLayout); + P.append(", mRunSimpleAnimations="); + P.append(this.mRunSimpleAnimations); + P.append(", mRunPredictiveAnimations="); + P.append(this.mRunPredictiveAnimations); + P.append('}'); + return P.toString(); } public boolean willRunPredictiveAnimations() { @@ -4125,17 +4125,17 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String toString() { - StringBuilder R = a.R(getClass().isAnonymousClass() ? "ViewHolder" : getClass().getSimpleName(), "{"); - R.append(Integer.toHexString(hashCode())); - R.append(" position="); - R.append(this.mPosition); - R.append(" id="); - R.append(this.mItemId); - R.append(", oldPos="); - R.append(this.mOldPosition); - R.append(", pLpos:"); - R.append(this.mPreLayoutPosition); - StringBuilder sb = new StringBuilder(R.toString()); + StringBuilder U = a.U(getClass().isAnonymousClass() ? "ViewHolder" : getClass().getSimpleName(), "{"); + U.append(Integer.toHexString(hashCode())); + U.append(" position="); + U.append(this.mPosition); + U.append(" id="); + U.append(this.mItemId); + U.append(", oldPos="); + U.append(this.mOldPosition); + U.append(", pLpos:"); + U.append(this.mPreLayoutPosition); + StringBuilder sb = new StringBuilder(U.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 N = a.N(" not recyclable("); - N.append(this.mIsRecyclableCount); - N.append(")"); - sb.append(N.toString()); + StringBuilder P = a.P(" not recyclable("); + P.append(this.mIsRecyclableCount); + P.append(")"); + sb.append(P.toString()); } if (isAdapterPositionUnknown()) { sb.append(" undefined adapter position"); @@ -4706,14 +4706,14 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro sb.append(childViewHolderInt); sb.append(" \n View Holder 2:"); sb.append(viewHolder); - throw new IllegalStateException(a.h(this, sb)); + throw new IllegalStateException(a.i(this, sb)); } StringBuilder sb2 = new StringBuilder(); sb2.append("Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change.\n ViewHolder 1:"); sb2.append(childViewHolderInt); sb2.append(" \n View Holder 2:"); sb2.append(viewHolder); - throw new IllegalStateException(a.h(this, sb2)); + throw new IllegalStateException(a.i(this, sb2)); } } Log.e(TAG, "Problem while matching changed view holders with the newones. The pre-layout information for the change holder " + viewHolder2 + " cannot be found but it is necessary for " + viewHolder + exceptionLabel()); @@ -4798,7 +4798,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("Invalid direction: "); sb.append(i); - throw new IllegalArgumentException(a.h(this, sb)); + throw new IllegalArgumentException(a.i(this, sb)); } private void onPointerUp(MotionEvent motionEvent) { @@ -5119,19 +5119,19 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro return; } if (str == null) { - throw new IllegalStateException(a.h(this, a.N("Cannot call this method unless RecyclerView is computing a layout or scrolling"))); + throw new IllegalStateException(a.i(this, a.P("Cannot call this method unless RecyclerView is computing a layout or scrolling"))); } - throw new IllegalStateException(a.h(this, a.N(str))); + throw new IllegalStateException(a.i(this, a.P(str))); } public void assertNotInLayoutOrScroll(String str) { if (isComputingLayout()) { if (str == null) { - throw new IllegalStateException(a.h(this, a.N("Cannot call this method while RecyclerView is computing a layout or scrolling"))); + throw new IllegalStateException(a.i(this, a.P("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.h(this, a.N("")))); + 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.i(this, a.P("")))); } } @@ -5559,15 +5559,15 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro } public String exceptionLabel() { - StringBuilder N = a.N(" "); - N.append(super.toString()); - N.append(", adapter:"); - N.append(this.mAdapter); - N.append(", layout:"); - N.append(this.mLayout); - N.append(", context:"); - N.append(getContext()); - return N.toString(); + StringBuilder P = a.P(" "); + P.append(super.toString()); + P.append(", adapter:"); + P.append(this.mAdapter); + P.append(", layout:"); + P.append(this.mLayout); + P.append(", context:"); + P.append(getContext()); + return P.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.h(this, a.N("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.i(this, a.P("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.h(this, a.N("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.i(this, a.P("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.h(this, a.N("RecyclerView has no LayoutManager"))); + throw new IllegalStateException(a.i(this, a.P("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.h(this, a.N("Trying to set fast scroller without both required drawables."))); + throw new IllegalArgumentException(a.i(this, a.P("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 N = a.N("Error processing scroll; pointer index for id "); - N.append(this.mScrollPointerId); - N.append(" not found. Did any MotionEvents get skipped?"); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("Error processing scroll; pointer index for id "); + P.append(this.mScrollPointerId); + P.append(" not found. Did any MotionEvents get skipped?"); + Log.e(TAG, P.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 N = a.N("Error processing scroll; pointer index for id "); - N.append(this.mScrollPointerId); - N.append(" not found. Did any MotionEvents get skipped?"); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("Error processing scroll; pointer index for id "); + P.append(this.mScrollPointerId); + P.append(" not found. Did any MotionEvents get skipped?"); + Log.e(TAG, P.toString()); return false; } int x3 = (int) (motionEvent.getX(findPointerIndex) + 0.5f); @@ -6736,7 +6736,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro StringBuilder sb = new StringBuilder(); sb.append("Called removeDetachedView with a view which is not flagged as tmp detached."); sb.append(childViewHolderInt); - throw new IllegalArgumentException(a.h(this, sb)); + throw new IllegalArgumentException(a.i(this, sb)); } } view.clearAnimation(); @@ -7068,7 +7068,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro sb.append("LayoutManager "); sb.append(layoutManager); sb.append(" is already attached to a RecyclerView:"); - throw new IllegalArgumentException(a.h(layoutManager.mRecyclerView, sb)); + throw new IllegalArgumentException(a.i(layoutManager.mRecyclerView, sb)); } } this.mRecycler.updateViewCacheSize(); diff --git a/app/src/main/java/androidx/recyclerview/widget/SortedList.java b/app/src/main/java/androidx/recyclerview/widget/SortedList.java index 43604a3936..e76dcb485e 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 O = a.O("cannot add item to ", i, " because size is "); - O.append(this.mSize); - throw new IndexOutOfBoundsException(O.toString()); + StringBuilder Q = a.Q("cannot add item to ", i, " because size is "); + Q.append(this.mSize); + throw new IndexOutOfBoundsException(Q.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 O = a.O("Asked to get item at ", i, " but size is "); - O.append(this.mSize); - throw new IndexOutOfBoundsException(O.toString()); + StringBuilder Q = a.Q("Asked to get item at ", i, " but size is "); + Q.append(this.mSize); + throw new IndexOutOfBoundsException(Q.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 eddd15b6ed..c1c6497612 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 N = a.N("FullSpanItem{mPosition="); - N.append(this.mPosition); - N.append(", mGapDir="); - N.append(this.mGapDir); - N.append(", mHasUnwantedGapAfter="); - N.append(this.mHasUnwantedGapAfter); - N.append(", mGapPerSpan="); - N.append(Arrays.toString(this.mGapPerSpan)); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("FullSpanItem{mPosition="); + P.append(this.mPosition); + P.append(", mGapDir="); + P.append(this.mGapDir); + P.append(", mHasUnwantedGapAfter="); + P.append(this.mHasUnwantedGapAfter); + P.append(", mGapPerSpan="); + P.append(Arrays.toString(this.mGapPerSpan)); + P.append('}'); + return P.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 N = a.N("Provided int[]'s size must be more than or equal to span count. Expected:"); - N.append(this.mSpanCount); - N.append(", array size:"); - N.append(iArr.length); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Provided int[]'s size must be more than or equal to span count. Expected:"); + P.append(this.mSpanCount); + P.append(", array size:"); + P.append(iArr.length); + throw new IllegalArgumentException(P.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 N = a.N("Provided int[]'s size must be more than or equal to span count. Expected:"); - N.append(this.mSpanCount); - N.append(", array size:"); - N.append(iArr.length); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Provided int[]'s size must be more than or equal to span count. Expected:"); + P.append(this.mSpanCount); + P.append(", array size:"); + P.append(iArr.length); + throw new IllegalArgumentException(P.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 N = a.N("Provided int[]'s size must be more than or equal to span count. Expected:"); - N.append(this.mSpanCount); - N.append(", array size:"); - N.append(iArr.length); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Provided int[]'s size must be more than or equal to span count. Expected:"); + P.append(this.mSpanCount); + P.append(", array size:"); + P.append(iArr.length); + throw new IllegalArgumentException(P.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 N = a.N("Provided int[]'s size must be more than or equal to span count. Expected:"); - N.append(this.mSpanCount); - N.append(", array size:"); - N.append(iArr.length); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Provided int[]'s size must be more than or equal to span count. Expected:"); + P.append(this.mSpanCount); + P.append(", array size:"); + P.append(iArr.length); + throw new IllegalArgumentException(P.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 d41949167b..16a8daf595 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.m0(sb, "`", "room_table_modification_trigger_", str, "_"); + a.o0(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.m0(sb, " AFTER ", str2, " ON `", str); - a.m0(sb, "` BEGIN UPDATE ", UPDATE_TABLE_NAME, " SET ", INVALIDATED_COLUMN_NAME); - a.m0(sb, " = 1", " WHERE ", TABLE_ID_COLUMN_NAME, " = "); + a.o0(sb, " AFTER ", str2, " ON `", str); + a.o0(sb, "` BEGIN UPDATE ", UPDATE_TABLE_NAME, " SET ", INVALIDATED_COLUMN_NAME); + a.o0(sb, " = 1", " WHERE ", TABLE_ID_COLUMN_NAME, " = "); sb.append(i); sb.append(" AND "); sb.append(INVALIDATED_COLUMN_NAME); @@ -441,7 +441,7 @@ public class InvalidationTracker { String[] resolveViews = resolveViews(strArr); for (String str : resolveViews) { if (!this.mTableIdLookup.containsKey(str.toLowerCase(Locale.US))) { - throw new IllegalArgumentException(a.t("There is no table with name ", str)); + throw new IllegalArgumentException(a.u("There is no table with name ", str)); } } return resolveViews; @@ -459,9 +459,9 @@ public class InvalidationTracker { if (num != null) { iArr[i] = num.intValue(); } else { - StringBuilder N = a.N("There is no table with name "); - N.append(resolveViews[i]); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("There is no table with name "); + P.append(resolveViews[i]); + throw new IllegalArgumentException(P.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 3eb9cacece..60d7d3fa71 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 N = a.N("cannot find implementation for "); - N.append(cls.getCanonicalName()); - N.append(". "); - N.append(str3); - N.append(" does not exist"); - throw new RuntimeException(N.toString()); + StringBuilder P = a.P("cannot find implementation for "); + P.append(cls.getCanonicalName()); + P.append(". "); + P.append(str3); + P.append(" does not exist"); + throw new RuntimeException(P.toString()); } catch (IllegalAccessException unused2) { - StringBuilder N2 = a.N("Cannot access the constructor"); - N2.append(cls.getCanonicalName()); - throw new RuntimeException(N2.toString()); + StringBuilder P2 = a.P("Cannot access the constructor"); + P2.append(cls.getCanonicalName()); + throw new RuntimeException(P2.toString()); } catch (InstantiationException unused3) { - StringBuilder N3 = a.N("Failed to create an instance of "); - N3.append(cls.getCanonicalName()); - throw new RuntimeException(N3.toString()); + StringBuilder P3 = a.P("Failed to create an instance of "); + P3.append(cls.getCanonicalName()); + throw new RuntimeException(P3.toString()); } } diff --git a/app/src/main/java/androidx/room/RoomMasterTable.java b/app/src/main/java/androidx/room/RoomMasterTable.java index fcc86cac2f..7d33e6ce12 100644 --- a/app/src/main/java/androidx/room/RoomMasterTable.java +++ b/app/src/main/java/androidx/room/RoomMasterTable.java @@ -16,6 +16,6 @@ public class RoomMasterTable { } public static String createInsertQuery(String str) { - return a.u("INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '", str, "')"); + return a.v("INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, '", str, "')"); } } diff --git a/app/src/main/java/androidx/room/RoomOpenHelper.java b/app/src/main/java/androidx/room/RoomOpenHelper.java index ddbd9bf74f..5e3e85cb55 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 N = a.N("Pre-packaged database has an invalid schema: "); - N.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Pre-packaged database has an invalid schema: "); + P.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(P.toString()); } } @@ -156,9 +156,9 @@ public class RoomOpenHelper extends SupportSQLiteOpenHelper.Callback { if (!hasEmptySchema) { ValidationResult onValidateSchema = this.mDelegate.onValidateSchema(supportSQLiteDatabase); if (!onValidateSchema.isValid) { - StringBuilder N = a.N("Pre-packaged database has an invalid schema: "); - N.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Pre-packaged database has an invalid schema: "); + P.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(P.toString()); } } updateIdentity(supportSQLiteDatabase); @@ -196,15 +196,15 @@ public class RoomOpenHelper extends SupportSQLiteOpenHelper.Callback { updateIdentity(supportSQLiteDatabase); z2 = true; } else { - StringBuilder N = a.N("Migration didn't properly handle: "); - N.append(onValidateSchema.expectedFoundMsg); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Migration didn't properly handle: "); + P.append(onValidateSchema.expectedFoundMsg); + throw new IllegalStateException(P.toString()); } } if (!z2) { DatabaseConfiguration databaseConfiguration2 = this.mConfiguration; if (databaseConfiguration2 == null || databaseConfiguration2.isMigrationRequired(i, i2)) { - throw new IllegalStateException(a.o("A migration from ", i, " to ", i2, " was required but not found. Please provide the necessary Migration path via RoomDatabase.Builder.addMigration(Migration ...) or allow for destructive migrations via one of the RoomDatabase.Builder.fallbackToDestructiveMigration* methods.")); + throw new IllegalStateException(a.p("A migration from ", i, " to ", i2, " was required but not found. Please provide the necessary Migration path via RoomDatabase.Builder.addMigration(Migration ...) or allow for destructive migrations via one of the RoomDatabase.Builder.fallbackToDestructiveMigration* methods.")); } this.mDelegate.dropAllTables(supportSQLiteDatabase); this.mDelegate.createAllTables(supportSQLiteDatabase); diff --git a/app/src/main/java/androidx/room/SQLiteCopyOpenHelper.java b/app/src/main/java/androidx/room/SQLiteCopyOpenHelper.java index c8e119c223..a49451ec6a 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 N = a.N("Failed to create directories for "); - N.append(file.getAbsolutePath()); - throw new IOException(N.toString()); + StringBuilder P = a.P("Failed to create directories for "); + P.append(file.getAbsolutePath()); + throw new IOException(P.toString()); } else if (!createTempFile.renameTo(file)) { - StringBuilder N2 = a.N("Failed to move intermediate file ("); - N2.append(createTempFile.getAbsolutePath()); - N2.append(") to destination ("); - N2.append(file.getAbsolutePath()); - N2.append(")."); - throw new IOException(N2.toString()); + StringBuilder P2 = a.P("Failed to move intermediate file ("); + P2.append(createTempFile.getAbsolutePath()); + P2.append(") to destination ("); + P2.append(file.getAbsolutePath()); + P2.append(")."); + throw new IOException(P2.toString()); } } diff --git a/app/src/main/java/androidx/room/paging/LimitOffsetDataSource.java b/app/src/main/java/androidx/room/paging/LimitOffsetDataSource.java index 1901eba0e5..c3c1e06c90 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 N = a.N("SELECT COUNT(*) FROM ( "); - N.append(roomSQLiteQuery.getSql()); - N.append(" )"); - this.mCountQuery = N.toString(); - StringBuilder N2 = a.N("SELECT * FROM ( "); - N2.append(roomSQLiteQuery.getSql()); - N2.append(" ) LIMIT ? OFFSET ?"); - this.mLimitOffsetQuery = N2.toString(); + StringBuilder P = a.P("SELECT COUNT(*) FROM ( "); + P.append(roomSQLiteQuery.getSql()); + P.append(" )"); + this.mCountQuery = P.toString(); + StringBuilder P2 = a.P("SELECT * FROM ( "); + P2.append(roomSQLiteQuery.getSql()); + P2.append(" ) LIMIT ? OFFSET ?"); + this.mLimitOffsetQuery = P2.toString(); AnonymousClass1 r3 = new AnonymousClass1(strArr); this.mObserver = r3; roomDatabase.getInvalidationTracker().addWeakObserver(r3); diff --git a/app/src/main/java/androidx/room/util/CopyLock.java b/app/src/main/java/androidx/room/util/CopyLock.java index 9782400231..d67ebc5640 100644 --- a/app/src/main/java/androidx/room/util/CopyLock.java +++ b/app/src/main/java/androidx/room/util/CopyLock.java @@ -20,7 +20,7 @@ public class CopyLock { private final Lock mThreadLock; public CopyLock(@NonNull String str, @NonNull File file, boolean z2) { - File file2 = new File(file, a.t(str, ".lck")); + File file2 = new File(file, a.u(str, ".lck")); this.mCopyLockFile = file2; this.mThreadLock = getThreadLock(file2.getAbsolutePath()); this.mFileLevelLock = z2; diff --git a/app/src/main/java/androidx/room/util/FtsTableInfo.java b/app/src/main/java/androidx/room/util/FtsTableInfo.java index 861f1e626a..321fe772c4 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 N = a.N("FtsTableInfo{name='"); - N.append(this.name); - N.append('\''); - N.append(", columns="); - N.append(this.columns); - N.append(", options="); - N.append(this.options); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("FtsTableInfo{name='"); + P.append(this.name); + P.append('\''); + P.append(", columns="); + P.append(this.columns); + P.append(", options="); + P.append(this.options); + P.append('}'); + return P.toString(); } } diff --git a/app/src/main/java/androidx/room/util/TableInfo.java b/app/src/main/java/androidx/room/util/TableInfo.java index 4f08bf0982..b4744d59d4 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 N = a.N("Column{name='"); - N.append(this.name); - N.append('\''); - N.append(", type='"); - N.append(this.type); - N.append('\''); - N.append(", affinity='"); - N.append(this.affinity); - N.append('\''); - N.append(", notNull="); - N.append(this.notNull); - N.append(", primaryKeyPosition="); - N.append(this.primaryKeyPosition); - N.append(", defaultValue='"); - N.append(this.defaultValue); - N.append('\''); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("Column{name='"); + P.append(this.name); + P.append('\''); + P.append(", type='"); + P.append(this.type); + P.append('\''); + P.append(", affinity='"); + P.append(this.affinity); + P.append('\''); + P.append(", notNull="); + P.append(this.notNull); + P.append(", primaryKeyPosition="); + P.append(this.primaryKeyPosition); + P.append(", defaultValue='"); + P.append(this.defaultValue); + P.append('\''); + P.append('}'); + return P.toString(); } } @@ -166,21 +166,21 @@ public class TableInfo { } public String toString() { - StringBuilder N = a.N("ForeignKey{referenceTable='"); - N.append(this.referenceTable); - N.append('\''); - N.append(", onDelete='"); - N.append(this.onDelete); - N.append('\''); - N.append(", onUpdate='"); - N.append(this.onUpdate); - N.append('\''); - N.append(", columnNames="); - N.append(this.columnNames); - N.append(", referenceColumnNames="); - N.append(this.referenceColumnNames); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("ForeignKey{referenceTable='"); + P.append(this.referenceTable); + P.append('\''); + P.append(", onDelete='"); + P.append(this.onDelete); + P.append('\''); + P.append(", onUpdate='"); + P.append(this.onUpdate); + P.append('\''); + P.append(", columnNames="); + P.append(this.columnNames); + P.append(", referenceColumnNames="); + P.append(this.referenceColumnNames); + P.append('}'); + return P.toString(); } } @@ -236,15 +236,15 @@ public class TableInfo { } public String toString() { - StringBuilder N = a.N("Index{name='"); - N.append(this.name); - N.append('\''); - N.append(", unique="); - N.append(this.unique); - N.append(", columns="); - N.append(this.columns); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("Index{name='"); + P.append(this.name); + P.append('\''); + P.append(", unique="); + P.append(this.unique); + P.append(", columns="); + P.append(this.columns); + P.append('}'); + return P.toString(); } } @@ -437,16 +437,16 @@ public class TableInfo { } public String toString() { - StringBuilder N = a.N("TableInfo{name='"); - N.append(this.name); - N.append('\''); - N.append(", columns="); - N.append(this.columns); - N.append(", foreignKeys="); - N.append(this.foreignKeys); - N.append(", indices="); - N.append(this.indices); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("TableInfo{name='"); + P.append(this.name); + P.append('\''); + P.append(", columns="); + P.append(this.columns); + P.append(", foreignKeys="); + P.append(this.foreignKeys); + P.append(", indices="); + P.append(this.indices); + P.append('}'); + return P.toString(); } } diff --git a/app/src/main/java/androidx/room/util/ViewInfo.java b/app/src/main/java/androidx/room/util/ViewInfo.java index a3f806fed6..8479fd5518 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 N = a.N("ViewInfo{name='"); - N.append(this.name); - N.append('\''); - N.append(", sql='"); - N.append(this.sql); - N.append('\''); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("ViewInfo{name='"); + P.append(this.name); + P.append('\''); + P.append(", sql='"); + P.append(this.sql); + P.append('\''); + P.append('}'); + return P.toString(); } } diff --git a/app/src/main/java/androidx/savedstate/Recreator.java b/app/src/main/java/androidx/savedstate/Recreator.java index 1c9b97e92d..7884287f78 100644 --- a/app/src/main/java/androidx/savedstate/Recreator.java +++ b/app/src/main/java/androidx/savedstate/Recreator.java @@ -52,16 +52,16 @@ public final class Recreator implements GenericLifecycleObserver { try { ((SavedStateRegistry.AutoRecreated) declaredConstructor.newInstance(new Object[0])).onRecreated(this.mOwner); } catch (Exception e) { - throw new RuntimeException(a.t("Failed to instantiate ", str), e); + throw new RuntimeException(a.u("Failed to instantiate ", str), e); } } catch (NoSuchMethodException e2) { - StringBuilder N = a.N("Class"); - N.append(cls.getSimpleName()); - N.append(" must have default constructor in order to be automatically recreated"); - throw new IllegalStateException(N.toString(), e2); + StringBuilder P = a.P("Class"); + P.append(cls.getSimpleName()); + P.append(" must have default constructor in order to be automatically recreated"); + throw new IllegalStateException(P.toString(), e2); } } catch (ClassNotFoundException e3) { - throw new RuntimeException(a.u("Class ", str, " wasn't found"), e3); + throw new RuntimeException(a.v("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 400eb59ae7..49a67f9b88 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 N = a.N("Class"); - N.append(cls.getSimpleName()); - N.append(" must have default constructor in order to be automatically recreated"); - throw new IllegalArgumentException(N.toString(), e); + StringBuilder P = a.P("Class"); + P.append(cls.getSimpleName()); + P.append(" must have default constructor in order to be automatically recreated"); + throw new IllegalArgumentException(P.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 38bf666158..fcfa5cd376 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 N = a.N("Failed to open android.app.shortcuts meta-data resource of "); - N.append(activityInfo.name); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Failed to open android.app.shortcuts meta-data resource of "); + P.append(activityInfo.name); + throw new IllegalArgumentException(P.toString()); } private static ShareTargetCompat parseShareTarget(XmlResourceParser xmlResourceParser) throws Exception { diff --git a/app/src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java b/app/src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java index f802328424..d285f03b26 100644 --- a/app/src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java +++ b/app/src/main/java/androidx/sharetarget/ShortcutInfoCompatSaverImpl.java @@ -446,7 +446,7 @@ public class ShortcutInfoCompatSaverImpl extends ShortcutInfoCompatSaver } } catch (IOException | OutOfMemoryError | RuntimeException e) { Log.wtf(TAG, "Unable to write bitmap to file", e); - throw new RuntimeException(c.d.b.a.a.t("Unable to write bitmap to file ", str), e); + throw new RuntimeException(c.d.b.a.a.u("Unable to write bitmap to file ", str), e); } } else { throw new IllegalArgumentException("path is empty"); diff --git a/app/src/main/java/androidx/sharetarget/ShortcutsInfoSerialization.java b/app/src/main/java/androidx/sharetarget/ShortcutsInfoSerialization.java index 12e6e2b054..3ed076b4df 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 N = a.N("Failed to write to file "); - N.append(atomicFile.getBaseFile()); - Log.e("ShortcutInfoCompatSaver", N.toString(), e); + StringBuilder P = a.P("Failed to write to file "); + P.append(atomicFile.getBaseFile()); + Log.e("ShortcutInfoCompatSaver", P.toString(), e); atomicFile.failWrite(fileOutputStream); - StringBuilder N2 = a.N("Failed to write to file "); - N2.append(atomicFile.getBaseFile()); - throw new RuntimeException(N2.toString(), e); + StringBuilder P2 = a.P("Failed to write to file "); + P2.append(atomicFile.getBaseFile()); + throw new RuntimeException(P2.toString(), e); } } catch (Exception e3) { e = e3; - StringBuilder N = a.N("Failed to write to file "); - N.append(atomicFile.getBaseFile()); - Log.e("ShortcutInfoCompatSaver", N.toString(), e); + StringBuilder P = a.P("Failed to write to file "); + P.append(atomicFile.getBaseFile()); + Log.e("ShortcutInfoCompatSaver", P.toString(), e); atomicFile.failWrite(fileOutputStream); - StringBuilder N2 = a.N("Failed to write to file "); - N2.append(atomicFile.getBaseFile()); - throw new RuntimeException(N2.toString(), e); + StringBuilder P2 = a.P("Failed to write to file "); + P2.append(atomicFile.getBaseFile()); + throw new RuntimeException(P2.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 dea061b647..b55efef4a8 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.j0("deleting the database file: ", str, TAG); + a.l0("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 N = a.N("Corruption reported by sqlite on database: "); - N.append(supportSQLiteDatabase.getPath()); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("Corruption reported by sqlite on database: "); + P.append(supportSQLiteDatabase.getPath()); + Log.e(TAG, P.toString()); if (!supportSQLiteDatabase.isOpen()) { deleteDatabaseFile(supportSQLiteDatabase.getPath()); return; @@ -89,7 +89,7 @@ public interface SupportSQLiteOpenHelper extends Closeable { public abstract void onCreate(@NonNull SupportSQLiteDatabase supportSQLiteDatabase); public void onDowngrade(@NonNull SupportSQLiteDatabase supportSQLiteDatabase, int i, int i2) { - throw new SQLiteException(a.n("Can't downgrade database from version ", i, " to ", i2)); + throw new SQLiteException(a.o("Can't downgrade database from version ", i, " to ", i2)); } public void onOpen(@NonNull SupportSQLiteDatabase supportSQLiteDatabase) { diff --git a/app/src/main/java/androidx/sqlite/db/SupportSQLiteQueryBuilder.java b/app/src/main/java/androidx/sqlite/db/SupportSQLiteQueryBuilder.java index 390b5ed2c3..ed092d53e4 100644 --- a/app/src/main/java/androidx/sqlite/db/SupportSQLiteQueryBuilder.java +++ b/app/src/main/java/androidx/sqlite/db/SupportSQLiteQueryBuilder.java @@ -95,7 +95,7 @@ public final class SupportSQLiteQueryBuilder { this.mLimit = str; return this; } - throw new IllegalArgumentException(a.t("invalid LIMIT clauses:", str)); + throw new IllegalArgumentException(a.u("invalid LIMIT clauses:", str)); } public SupportSQLiteQueryBuilder orderBy(String str) { diff --git a/app/src/main/java/androidx/sqlite/db/framework/FrameworkSQLiteDatabase.java b/app/src/main/java/androidx/sqlite/db/framework/FrameworkSQLiteDatabase.java index e0ca60f11a..78a1698919 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 R = a.R("DELETE FROM ", str); - R.append(TextUtils.isEmpty(str2) ? "" : a.t(" WHERE ", str2)); - SupportSQLiteStatement compileStatement = compileStatement(R.toString()); + StringBuilder U = a.U("DELETE FROM ", str); + U.append(TextUtils.isEmpty(str2) ? "" : a.u(" WHERE ", str2)); + SupportSQLiteStatement compileStatement = compileStatement(U.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 0261a71ba0..2ee885622c 100644 --- a/app/src/main/java/androidx/transition/Transition.java +++ b/app/src/main/java/androidx/transition/Transition.java @@ -488,7 +488,7 @@ public abstract class Transition implements Cloneable { i--; iArr = iArr2; } else { - throw new InflateException(a.u("Unknown match type in matchOrder: '", trim, "'")); + throw new InflateException(a.v("Unknown match type in matchOrder: '", trim, "'")); } i++; } @@ -1271,48 +1271,48 @@ public abstract class Transition implements Cloneable { } public String toString(String str) { - StringBuilder N = a.N(str); - N.append(getClass().getSimpleName()); - N.append("@"); - N.append(Integer.toHexString(hashCode())); - N.append(": "); - String sb = N.toString(); + StringBuilder P = a.P(str); + P.append(getClass().getSimpleName()); + P.append("@"); + P.append(Integer.toHexString(hashCode())); + P.append(": "); + String sb = P.toString(); if (this.mDuration != -1) { - sb = a.z(a.R(sb, "dur("), this.mDuration, ") "); + sb = a.A(a.U(sb, "dur("), this.mDuration, ") "); } if (this.mStartDelay != -1) { - sb = a.z(a.R(sb, "dly("), this.mStartDelay, ") "); + sb = a.A(a.U(sb, "dly("), this.mStartDelay, ") "); } if (this.mInterpolator != null) { - StringBuilder R = a.R(sb, "interp("); - R.append(this.mInterpolator); - R.append(") "); - sb = R.toString(); + StringBuilder U = a.U(sb, "interp("); + U.append(this.mInterpolator); + U.append(") "); + sb = U.toString(); } if (this.mTargetIds.size() <= 0 && this.mTargets.size() <= 0) { return sb; } - String t = a.t(sb, "tgts("); + String u = a.u(sb, "tgts("); if (this.mTargetIds.size() > 0) { for (int i = 0; i < this.mTargetIds.size(); i++) { if (i > 0) { - t = a.t(t, ", "); + u = a.u(u, ", "); } - StringBuilder N2 = a.N(t); - N2.append(this.mTargetIds.get(i)); - t = N2.toString(); + StringBuilder P2 = a.P(u); + P2.append(this.mTargetIds.get(i)); + u = P2.toString(); } } if (this.mTargets.size() > 0) { for (int i2 = 0; i2 < this.mTargets.size(); i2++) { if (i2 > 0) { - t = a.t(t, ", "); + u = a.u(u, ", "); } - StringBuilder N3 = a.N(t); - N3.append(this.mTargets.get(i2)); - t = N3.toString(); + StringBuilder P3 = a.P(u); + P3.append(this.mTargets.get(i2)); + u = P3.toString(); } } - return a.t(t, ")"); + return a.u(u, ")"); } } diff --git a/app/src/main/java/androidx/transition/TransitionInflater.java b/app/src/main/java/androidx/transition/TransitionInflater.java index f3c93b7aee..758f13bd54 100644 --- a/app/src/main/java/androidx/transition/TransitionInflater.java +++ b/app/src/main/java/androidx/transition/TransitionInflater.java @@ -47,7 +47,7 @@ public class TransitionInflater { throw new InflateException("Could not instantiate " + cls + " class " + attributeValue, e); } } else { - throw new InflateException(a.t(str, " tag must have a 'class' attribute")); + throw new InflateException(a.u(str, " tag must have a 'class' attribute")); } } @@ -100,9 +100,9 @@ public class TransitionInflater { throw new RuntimeException("Invalid use of pathMotion element"); } } else if (!"patternPathMotion".equals(name)) { - StringBuilder N = a.N("Unknown scene name: "); - N.append(xmlPullParser.getName()); - throw new RuntimeException(N.toString()); + StringBuilder P = a.P("Unknown scene name: "); + P.append(xmlPullParser.getName()); + throw new RuntimeException(P.toString()); } else if (transition != null) { transition.setPathMotion(new PatternPathMotion(this.mContext, attributeSet)); } else { @@ -149,9 +149,9 @@ public class TransitionInflater { } } } - StringBuilder N = a.N("Unknown scene name: "); - N.append(xmlPullParser.getName()); - throw new RuntimeException(N.toString()); + StringBuilder P = a.P("Unknown scene name: "); + P.append(xmlPullParser.getName()); + throw new RuntimeException(P.toString()); } public static TransitionInflater from(Context context) { @@ -191,7 +191,7 @@ public class TransitionInflater { transition.excludeTarget(Class.forName(namedString3), true); } catch (ClassNotFoundException e) { obtainStyledAttributes.recycle(); - throw new RuntimeException(a.t("Could not create ", namedString3), e); + throw new RuntimeException(a.u("Could not create ", namedString3), e); } } else { String namedString4 = TypedArrayUtils.getNamedString(obtainStyledAttributes, xmlPullParser, "targetClass", 0); @@ -205,9 +205,9 @@ public class TransitionInflater { } obtainStyledAttributes.recycle(); } else { - StringBuilder N = a.N("Unknown scene name: "); - N.append(xmlPullParser.getName()); - throw new RuntimeException(N.toString()); + StringBuilder P = a.P("Unknown scene name: "); + P.append(xmlPullParser.getName()); + throw new RuntimeException(P.toString()); } } } @@ -227,7 +227,7 @@ public class TransitionInflater { } if (namedResourceId >= 0 && (inflateTransition = inflateTransition(namedResourceId)) != null) { if (scene == null) { - throw new RuntimeException(a.k("No toScene for transition ID ", namedResourceId)); + throw new RuntimeException(a.l("No toScene for transition ID ", namedResourceId)); } else if (sceneForLayout == null) { transitionManager.setTransition(scene, inflateTransition); } else { diff --git a/app/src/main/java/androidx/transition/TransitionSet.java b/app/src/main/java/androidx/transition/TransitionSet.java index e52d6b451f..e48063f62e 100644 --- a/app/src/main/java/androidx/transition/TransitionSet.java +++ b/app/src/main/java/androidx/transition/TransitionSet.java @@ -452,7 +452,7 @@ public class TransitionSet extends Transition { } else if (i == 1) { this.mPlayTogether = false; } else { - throw new AndroidRuntimeException(a.k("Invalid parameter for TransitionSet ordering: ", i)); + throw new AndroidRuntimeException(a.l("Invalid parameter for TransitionSet ordering: ", i)); } return this; } @@ -498,9 +498,9 @@ public class TransitionSet extends Transition { public String toString(String str) { String transition = super.toString(str); for (int i = 0; i < this.mTransitions.size(); i++) { - StringBuilder R = a.R(transition, "\n"); - R.append(this.mTransitions.get(i).toString(str + " ")); - transition = R.toString(); + StringBuilder U = a.U(transition, "\n"); + U.append(this.mTransitions.get(i).toString(str + " ")); + transition = U.toString(); } return transition; } diff --git a/app/src/main/java/androidx/transition/TransitionValues.java b/app/src/main/java/androidx/transition/TransitionValues.java index b85c0aa91f..bfe56f9e8e 100644 --- a/app/src/main/java/androidx/transition/TransitionValues.java +++ b/app/src/main/java/androidx/transition/TransitionValues.java @@ -32,16 +32,16 @@ public class TransitionValues { } public String toString() { - StringBuilder N = a.N("TransitionValues@"); - N.append(Integer.toHexString(hashCode())); - N.append(":\n"); - StringBuilder R = a.R(N.toString(), " view = "); - R.append(this.view); - R.append("\n"); - String t = a.t(R.toString(), " values:"); + StringBuilder P = a.P("TransitionValues@"); + P.append(Integer.toHexString(hashCode())); + P.append(":\n"); + StringBuilder U = a.U(P.toString(), " view = "); + U.append(this.view); + U.append("\n"); + String u = a.u(U.toString(), " values:"); for (String str : this.values.keySet()) { - t = t + " " + str + ": " + this.values.get(str) + "\n"; + u = u + " " + str + ": " + this.values.get(str) + "\n"; } - return t; + return u; } } 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 8ff2735de6..32dea39794 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 N = a.N("Unknown interpolator name: "); - N.append(xmlPullParser.getName()); - throw new RuntimeException(N.toString()); + StringBuilder P = a.P("Unknown interpolator name: "); + P.append(xmlPullParser.getName()); + throw new RuntimeException(P.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 91368cd7e7..cae5f67350 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 N = a.N("Unknown animator name: "); - N.append(xmlPullParser.getName()); - throw new RuntimeException(N.toString()); + StringBuilder P = a.P("Unknown animator name: "); + P.append(xmlPullParser.getName()); + throw new RuntimeException(P.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 O = a.O("Keyframe ", i, ": fraction "); + StringBuilder Q = a.Q("Keyframe ", i, ": fraction "); Object obj = "null"; - O.append(keyframe.getFraction() < 0.0f ? obj : Float.valueOf(keyframe.getFraction())); - O.append(", , value : "); + Q.append(keyframe.getFraction() < 0.0f ? obj : Float.valueOf(keyframe.getFraction())); + Q.append(", , value : "); if (keyframe.hasValue()) { obj = keyframe.getValue(); } - O.append(obj); - Log.d(TAG, O.toString()); + Q.append(obj); + Log.d(TAG, Q.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 f1377d345f..fe11f45834 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 N = a.N("The Path must start at (0,0) and end at (1,1) start: "); - N.append(this.mX[0]); - N.append(","); - N.append(this.mY[0]); - N.append(" end:"); + StringBuilder P = a.P("The Path must start at (0,0) and end at (1,1) start: "); + P.append(this.mX[0]); + P.append(","); + P.append(this.mY[0]); + P.append(" end:"); int i6 = min - 1; - N.append(this.mX[i6]); - N.append(","); - N.append(this.mY[i6]); - throw new IllegalArgumentException(N.toString()); + P.append(this.mX[i6]); + P.append(","); + P.append(this.mY[i6]); + throw new IllegalArgumentException(P.toString()); } throw new IllegalArgumentException("The Path has a invalid length " + length); } @@ -105,7 +105,7 @@ public class PathInterpolatorCompat implements Interpolator { initPath(createPathFromPathData); return; } - throw new InflateException(a.t("The path is null, which is created from ", namedString)); + throw new InflateException(a.u("The path is null, which is created from ", namedString)); } else if (!TypedArrayUtils.hasAttribute(xmlPullParser, "controlX1")) { throw new InflateException("pathInterpolator requires the controlX1 attribute"); } else if (TypedArrayUtils.hasAttribute(xmlPullParser, "controlY1")) { diff --git a/app/src/main/java/androidx/vectordrawable/graphics/drawable/VectorDrawableCompat.java b/app/src/main/java/androidx/vectordrawable/graphics/drawable/VectorDrawableCompat.java index f32381e841..010bd05ec1 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 N = a.N(str); - N.append(pathDataNodeArr[i].mType); - N.append(":"); - str = N.toString(); + StringBuilder P = a.P(str); + P.append(pathDataNodeArr[i].mType); + P.append(":"); + str = P.toString(); for (float f : pathDataNodeArr[i].mParams) { - StringBuilder N2 = a.N(str); - N2.append(f); - N2.append(","); - str = N2.toString(); + StringBuilder P2 = a.P(str); + P2.append(f); + P2.append(","); + str = P2.toString(); } } return str; @@ -552,13 +552,13 @@ public class VectorDrawableCompat extends VectorDrawableCommon { public void printVPath(int i) { String str = ""; for (int i2 = 0; i2 < i; i2++) { - str = a.t(str, " "); + str = a.u(str, " "); } - StringBuilder R = a.R(str, "current path is :"); - R.append(this.mPathName); - R.append(" pathData is "); - R.append(nodesToString(this.mNodes)); - Log.v(VectorDrawableCompat.LOGTAG, R.toString()); + StringBuilder U = a.U(str, "current path is :"); + U.append(this.mPathName); + U.append(" pathData is "); + U.append(nodesToString(this.mNodes)); + Log.v(VectorDrawableCompat.LOGTAG, U.toString()); } public void setPathData(PathParser.PathDataNode[] pathDataNodeArr) { @@ -1094,13 +1094,13 @@ public class VectorDrawableCompat extends VectorDrawableCommon { private void printGroupTree(VGroup vGroup, int i) { String str = ""; for (int i2 = 0; i2 < i; i2++) { - str = a.t(str, " "); + str = a.u(str, " "); } - StringBuilder R = a.R(str, "current group is :"); - R.append(vGroup.getGroupName()); - R.append(" rotation is "); - R.append(vGroup.mRotate); - Log.v(LOGTAG, R.toString()); + StringBuilder U = a.U(str, "current group is :"); + U.append(vGroup.getGroupName()); + U.append(" rotation is "); + U.append(vGroup.mRotate); + Log.v(LOGTAG, U.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/VersionedParcel.java b/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java index 25a21ed495..b8103d66b5 100644 --- a/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java +++ b/app/src/main/java/androidx/versionedparcelable/VersionedParcel.java @@ -287,7 +287,7 @@ public abstract class VersionedParcel { objectOutputStream.close(); writeByteArray(byteArrayOutputStream.toByteArray()); } catch (IOException e) { - throw new RuntimeException(a.u("VersionedParcelable encountered IOException writing serializable object (name = ", name, ")"), e); + throw new RuntimeException(a.v("VersionedParcelable encountered IOException writing serializable object (name = ", name, ")"), e); } } @@ -567,9 +567,9 @@ public abstract class VersionedParcel { try { return (Serializable) new AnonymousClass1(new ByteArrayInputStream(readByteArray())).readObject(); } catch (IOException e) { - throw new RuntimeException(a.u("VersionedParcelable encountered IOException reading a Serializable object (name = ", readString, ")"), e); + throw new RuntimeException(a.v("VersionedParcelable encountered IOException reading a Serializable object (name = ", readString, ")"), e); } catch (ClassNotFoundException e2) { - throw new RuntimeException(a.u("VersionedParcelable encountered ClassNotFoundException reading a Serializable object (name = ", readString, ")"), e2); + throw new RuntimeException(a.v("VersionedParcelable encountered ClassNotFoundException reading a Serializable object (name = ", readString, ")"), e2); } } diff --git a/app/src/main/java/androidx/versionedparcelable/VersionedParcelParcel.java b/app/src/main/java/androidx/versionedparcelable/VersionedParcelParcel.java index 2f143a7f61..00f052d50d 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.F(new StringBuilder(), this.mPrefix, " "), this.mReadCache, this.mWriteCache, this.mParcelizerCache); + return new VersionedParcelParcel(parcel, dataPosition, i, a.H(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 ff58f48380..866aa8a367 100644 --- a/app/src/main/java/androidx/versionedparcelable/VersionedParcelStream.java +++ b/app/src/main/java/androidx/versionedparcelable/VersionedParcelStream.java @@ -184,7 +184,7 @@ public class VersionedParcelStream extends VersionedParcel { bundle.putFloatArray(str, readFloatArray()); return; default: - throw new RuntimeException(a.k("Unknown type ", i)); + throw new RuntimeException(a.l("Unknown type ", i)); } } @@ -231,9 +231,9 @@ public class VersionedParcelStream extends VersionedParcel { writeInt(14); writeFloatArray((float[]) obj); } else { - StringBuilder N = a.N("Unsupported type "); - N.append(obj.getClass()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Unsupported type "); + P.append(obj.getClass()); + throw new IllegalArgumentException(P.toString()); } } diff --git a/app/src/main/java/androidx/viewpager/widget/ViewPager.java b/app/src/main/java/androidx/viewpager/widget/ViewPager.java index 67f482a632..870be9eab1 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 N = a.N("FragmentPager.SavedState{"); - N.append(Integer.toHexString(System.identityHashCode(this))); - N.append(" position="); - return a.y(N, this.position, "}"); + StringBuilder P = a.P("FragmentPager.SavedState{"); + P.append(Integer.toHexString(System.identityHashCode(this))); + P.append(" position="); + return a.z(P, 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 N = a.N("arrowScroll tried to find focus based on non-child current focused view "); - N.append(sb.toString()); - Log.e(TAG, N.toString()); + StringBuilder P = a.P("arrowScroll tried to find focus based on non-child current focused view "); + P.append(sb.toString()); + Log.e(TAG, P.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 N = a.N("The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged! Expected adapter item count: "); - N.append(this.mExpectedAdapterCount); - N.append(", found: "); - N.append(count); - N.append(" Pager id: "); - N.append(str); - N.append(" Pager class: "); - N.append(getClass()); - N.append(" Problematic adapter: "); - N.append(this.mAdapter.getClass()); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged! Expected adapter item count: "); + P.append(this.mExpectedAdapterCount); + P.append(", found: "); + P.append(count); + P.append(" Pager id: "); + P.append(str); + P.append(" Pager class: "); + P.append(getClass()); + P.append(" Problematic adapter: "); + P.append(this.mAdapter.getClass()); + throw new IllegalStateException(P.toString()); } } diff --git a/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java b/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java index 5fdef25a26..768892ea28 100644 --- a/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java +++ b/app/src/main/java/androidx/viewpager2/adapter/FragmentStateAdapter.java @@ -295,7 +295,7 @@ public abstract class FragmentStateAdapter extends RecyclerView.Adapter weakHashMap = sWakeLocks; synchronized (weakHashMap) { - weakHashMap.put(newWakeLock, t); + weakHashMap.put(newWakeLock, u); } return newWakeLock; } diff --git a/app/src/main/java/androidx/work/impl/utils/WorkTimer.java b/app/src/main/java/androidx/work/impl/utils/WorkTimer.java index 259a10f333..ac24f75f65 100644 --- a/app/src/main/java/androidx/work/impl/utils/WorkTimer.java +++ b/app/src/main/java/androidx/work/impl/utils/WorkTimer.java @@ -30,9 +30,9 @@ public class WorkTimer { @Override // java.util.concurrent.ThreadFactory public Thread newThread(@NonNull Runnable runnable) { Thread newThread = Executors.defaultThreadFactory().newThread(runnable); - StringBuilder N = a.N("WorkManager-WorkTimer-thread-"); - N.append(this.mThreadsCreated); - newThread.setName(N.toString()); + StringBuilder P = a.P("WorkManager-WorkTimer-thread-"); + P.append(this.mThreadsCreated); + newThread.setName(P.toString()); this.mThreadsCreated++; return newThread; } diff --git a/app/src/main/java/androidx/work/impl/utils/futures/AbstractFuture.java b/app/src/main/java/androidx/work/impl/utils/futures/AbstractFuture.java index 277137693f..f77fa9306f 100644 --- a/app/src/main/java/androidx/work/impl/utils/futures/AbstractFuture.java +++ b/app/src/main/java/androidx/work/impl/utils/futures/AbstractFuture.java @@ -595,32 +595,32 @@ public abstract class AbstractFuture implements a { String timeUnit2 = timeUnit.toString(); Locale locale = Locale.ROOT; String lowerCase = timeUnit2.toLowerCase(locale); - StringBuilder Q = c.d.b.a.a.Q("Waited ", j, " "); - Q.append(timeUnit.toString().toLowerCase(locale)); - String sb = Q.toString(); + StringBuilder S = c.d.b.a.a.S("Waited ", j, " "); + S.append(timeUnit.toString().toLowerCase(locale)); + String sb = S.toString(); if (nanos + 1000 < 0) { - String t = c.d.b.a.a.t(sb, " (plus "); + String u = c.d.b.a.a.u(sb, " (plus "); long j2 = -nanos; long convert = timeUnit.convert(j2, TimeUnit.NANOSECONDS); long nanos2 = j2 - timeUnit.toNanos(convert); int i = (convert > 0 ? 1 : (convert == 0 ? 0 : -1)); boolean z2 = i == 0 || nanos2 > 1000; if (i > 0) { - String str = t + convert + " " + lowerCase; + String str = u + convert + " " + lowerCase; if (z2) { - str = c.d.b.a.a.t(str, ","); + str = c.d.b.a.a.u(str, ","); } - t = c.d.b.a.a.t(str, " "); + u = c.d.b.a.a.u(str, " "); } if (z2) { - t = c.d.b.a.a.q(t, nanos2, " nanoseconds "); + u = c.d.b.a.a.r(u, nanos2, " nanoseconds "); } - sb = c.d.b.a.a.t(t, "delay)"); + sb = c.d.b.a.a.u(u, "delay)"); } if (isDone()) { - throw new TimeoutException(c.d.b.a.a.t(sb, " but future completed as timeout expired")); + throw new TimeoutException(c.d.b.a.a.u(sb, " but future completed as timeout expired")); } - throw new TimeoutException(c.d.b.a.a.u(sb, " for ", abstractFuture)); + throw new TimeoutException(c.d.b.a.a.v(sb, " for ", abstractFuture)); } throw new InterruptedException(); } @@ -649,15 +649,15 @@ public abstract class AbstractFuture implements a { public String pendingToString() { Object obj = this.value; if (obj instanceof SetFuture) { - return c.d.b.a.a.F(c.d.b.a.a.N("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); + return c.d.b.a.a.H(c.d.b.a.a.P("setFuture=["), userObjectToString(((SetFuture) obj).future), "]"); } if (!(this instanceof ScheduledFuture)) { return null; } - StringBuilder N = c.d.b.a.a.N("remaining delay=["); - N.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); - N.append(" ms]"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("remaining delay=["); + P.append(((ScheduledFuture) this).getDelay(TimeUnit.MILLISECONDS)); + P.append(" ms]"); + return P.toString(); } public boolean set(@Nullable V v) { @@ -725,9 +725,9 @@ public abstract class AbstractFuture implements a { try { str = pendingToString(); } catch (RuntimeException e) { - StringBuilder N = c.d.b.a.a.N("Exception thrown from implementation: "); - N.append(e.getClass()); - str = N.toString(); + StringBuilder P = c.d.b.a.a.P("Exception thrown from implementation: "); + P.append(e.getClass()); + str = P.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 f461712718..dd657c593d 100644 --- a/app/src/main/java/c/a/a/a.java +++ b/app/src/main/java/c/a/a/a.java @@ -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.Y(a.class, "binding", "getBinding()Lcom/discord/databinding/ImageUploadFailedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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().f172c.toggle(); + ((a) this.j).g().f175c.toggle(); } else { throw null; } @@ -221,10 +221,10 @@ public final class a extends AppDialog { } relativeLayout2.setVisibility(i3); g().d.setOnClickListener(new View$OnClickListenerC0001a(4, this)); - SwitchMaterial switchMaterial = g().f172c; + SwitchMaterial switchMaterial = g().f175c; m.checkNotNullExpressionValue(switchMaterial, "binding.imageUploadFaile…mpressionSettingsCheckbox"); switchMaterial.setChecked(StoreStream.Companion.getUserSettings().getIsAutoImageCompressionEnabled()); - g().f172c.setOnCheckedChangeListener(d.a); + g().f175c.setOnCheckedChangeListener(d.a); TextView textView = g().j; m.checkNotNullExpressionValue(textView, "binding.imageUploadFailedText"); CharSequence charSequence = null; diff --git a/app/src/main/java/c/a/a/b/a.java b/app/src/main/java/c/a/a/b/a.java index a066fc84c2..8aa02edf3e 100644 --- a/app/src/main/java/c/a/a/b/a.java +++ b/app/src/main/java/c/a/a/b/a.java @@ -9,7 +9,7 @@ import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.b.f; import c.a.d.f0; import c.a.d.h0; -import c.a.i.q1; +import c.a.i.r1; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -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.Y(a.class, "binding", "getBinding()Lcom/discord/databinding/UserActionsDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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, q1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/UserActionsDialogBinding;", 0); + super(1, r1.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 q1 invoke(View view) { + public r1 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 q1((LinearLayout) view2, simpleDraweeView, textView, textView2, textView3, textView4); + return new r1((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().f149c; + TextView textView2 = aVar3.g().f156c; m.checkNotNullExpressionValue(textView2, "binding.userActionsDialogBlockItem"); int i = 8; textView2.setVisibility(aVar2.f36c ? 0 : 8); @@ -235,8 +235,8 @@ public final class a extends AppDialog { this.m = new MGImages.DistinctChangeDetector(); } - public final q1 g() { - return (q1) this.k.getValue((Fragment) this, i[0]); + public final r1 g() { + return (r1) 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().f149c.setOnClickListener(new View$OnClickListenerC0002a(0, this)); + g().f156c.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 6c451f93fd..98c92ab55f 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.y(c.d.b.a.a.N("Failure(failureMessageStringRes="), this.a, ")"); + return c.d.b.a.a.z(c.d.b.a.a.P("Failure(failureMessageStringRes="), this.a, ")"); } } @@ -85,7 +85,7 @@ public final class f extends AppViewModel { } public String toString() { - return c.d.b.a.a.y(c.d.b.a.a.N("Success(successMessageStringRes="), this.a, ")"); + return c.d.b.a.a.z(c.d.b.a.a.P("Success(successMessageStringRes="), this.a, ")"); } } @@ -180,16 +180,16 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder N = c.d.b.a.a.N("Loaded(user="); - N.append(this.a); - N.append(", userNickname="); - N.append(this.b); - N.append(", showBlockItem="); - N.append(this.f36c); - N.append(", showUnblockItem="); - N.append(this.d); - N.append(", showRemoveFriendItem="); - return c.d.b.a.a.J(N, this.e, ")"); + StringBuilder P = c.d.b.a.a.P("Loaded(user="); + P.append(this.a); + P.append(", userNickname="); + P.append(this.b); + P.append(", showBlockItem="); + P.append(this.f36c); + P.append(", showUnblockItem="); + P.append(this.d); + P.append(", showRemoveFriendItem="); + return c.d.b.a.a.L(P, 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 0dac669b23..6a4fcbde8d 100644 --- a/app/src/main/java/c/a/a/c/a.java +++ b/app/src/main/java/c/a/a/c/a.java @@ -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.Y(a.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionCancelDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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; @@ -182,7 +182,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialButton2, "binding.premiumGuildSubscriptionCancelNevermind"); ViewExtensions.setEnabledAndAlpha$default(materialButton2, cVar2.f37c, 0.0f, 2, null); aVar.setCancelable(cVar2.e); - aVar.g().f191c.setIsLoading(cVar2.d); + aVar.g().f193c.setIsLoading(cVar2.d); AppViewFlipper appViewFlipper = aVar.g().e; m.checkNotNullExpressionValue(appViewFlipper, "binding.premiumGuildSubscriptionCancelFlipper"); appViewFlipper.setDisplayedChild(!(cVar2 instanceof f.c.C0009f) ? 1 : 0); @@ -202,7 +202,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(textView3, "binding.premiumGuildSubscriptionCancelBody"); c.a.k.b.n(textView3, R.string.premium_guild_subscription_cancel_body_guild, new Object[]{renderUtcDate$default}, null, 4); } - aVar.g().f191c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500)); + aVar.g().f193c.setBackgroundColor(ColorCompat.getColor(aVar, (int) R.color.status_red_500)); } else if (cVar2 instanceof f.c.b) { TextView textView4 = aVar.g().f; m.checkNotNullExpressionValue(textView4, "binding.premiumGuildSubscriptionCancelHeader"); @@ -214,8 +214,8 @@ public final class a extends AppDialog { Context requireContext2 = aVar.requireContext(); m.checkNotNullExpressionValue(requireContext2, "requireContext()"); c.a.k.b.n(textView5, R.string.premium_guild_subscription_confirm_body, new Object[]{TimeUtils.renderUtcDate$default(timeUtils2, currentPeriodEnd2, requireContext2, (String) null, (DateFormat) null, 0, 28, (Object) null)}, null, 4); - aVar.g().f191c.setText(aVar.getString(R.string.okay)); - aVar.g().f191c.setBackgroundColor(ColorCompat.getThemedColor(aVar, (int) R.attr.color_brand_500)); + aVar.g().f193c.setText(aVar.getString(R.string.okay)); + aVar.g().f193c.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) { @@ -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().f191c.setOnClickListener(new View$OnClickListenerC0005a(1, this)); + g().f193c.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 3caf2e71fc..46bda0b2c2 100644 --- a/app/src/main/java/c/a/a/c/b.java +++ b/app/src/main/java/c/a/a/c/b.java @@ -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.Y(b.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionUncancelDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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; @@ -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().f197c.setIsLoading(z3 && ((k.c.b) cVar2).b); + bVar.g().f200c.setIsLoading(z3 && ((k.c.b) cVar2).b); k.c.C0010c cVar3 = k.c.C0010c.a; if (!(!m.areEqual(cVar2, cVar3)) || !z3 || ((k.c.b) cVar2).b) { z2 = false; @@ -210,7 +210,7 @@ public final class b extends AppDialog { TextView textView5 = bVar.g().b; m.checkNotNullExpressionValue(textView5, "binding.premiumGuildSubscriptionUncancelBody"); textView5.setText(bVar.getString(R.string.premium_guild_subscription_inventory_uncancel_confirm_description)); - bVar.g().f197c.setText(bVar.getString(R.string.okay)); + bVar.g().f200c.setText(bVar.getString(R.string.okay)); } else if (cVar2 instanceof k.c.a) { Integer num = ((k.c.a) cVar2).a; if (num != null) { @@ -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().f197c.setOnClickListener(new a(1, this)); + g().f200c.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 5ca487aee6..4c51c2e4be 100644 --- a/app/src/main/java/c/a/a/c/c.java +++ b/app/src/main/java/c/a/a/c/c.java @@ -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.Y(c.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -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().f185c; + TextView textView2 = g().f186c; 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 608954f4bf..f4cf6aea67 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 N = c.d.b.a.a.N("StoreState(premiumGuildSubscriptionState="); - N.append(this.a); - N.append(", subscriptionState="); - N.append(this.b); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("StoreState(premiumGuildSubscriptionState="); + P.append(this.a); + P.append(", subscriptionState="); + P.append(this.b); + P.append(")"); + return P.toString(); } } @@ -111,10 +111,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder N = c.d.b.a.a.N("CancelInProgress(subscription="); - N.append(this.f); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("CancelInProgress(subscription="); + P.append(this.f); + P.append(")"); + return P.toString(); } } @@ -145,10 +145,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder N = c.d.b.a.a.N("Cancelled(subscription="); - N.append(this.f); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("Cancelled(subscription="); + P.append(this.f); + P.append(")"); + return P.toString(); } } @@ -188,7 +188,7 @@ public final class f extends AppViewModel { } public String toString() { - return c.d.b.a.a.C(c.d.b.a.a.N("Dismiss(dismissStringId="), this.f, ")"); + return c.d.b.a.a.E(c.d.b.a.a.P("Dismiss(dismissStringId="), this.f, ")"); } } @@ -217,10 +217,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder N = c.d.b.a.a.N("FailureCancelling(subscription="); - N.append(this.f); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("FailureCancelling(subscription="); + P.append(this.f); + P.append(")"); + return P.toString(); } } @@ -262,10 +262,10 @@ public final class f extends AppViewModel { } public String toString() { - StringBuilder N = c.d.b.a.a.N("Loaded(subscription="); - N.append(this.f); - N.append(", isFromInventory="); - return c.d.b.a.a.J(N, this.g, ")"); + StringBuilder P = c.d.b.a.a.P("Loaded(subscription="); + P.append(this.f); + P.append(", isFromInventory="); + return c.d.b.a.a.L(P, 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 615f60c57f..1b4694419a 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 N = c.d.b.a.a.N("StoreState(subscriptionState="); - N.append(this.a); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("StoreState(subscriptionState="); + P.append(this.a); + P.append(")"); + return P.toString(); } } @@ -99,7 +99,7 @@ public final class k extends AppViewModel { } public String toString() { - return c.d.b.a.a.C(c.d.b.a.a.N("Dismiss(errorToastStringResId="), this.a, ")"); + return c.d.b.a.a.E(c.d.b.a.a.P("Dismiss(errorToastStringResId="), this.a, ")"); } } @@ -164,12 +164,12 @@ public final class k extends AppViewModel { } public String toString() { - StringBuilder N = c.d.b.a.a.N("Loaded(subscription="); - N.append(this.a); - N.append(", uncancelInProgress="); - N.append(this.b); - N.append(", error="); - return c.d.b.a.a.J(N, this.f38c, ")"); + StringBuilder P = c.d.b.a.a.P("Loaded(subscription="); + P.append(this.a); + P.append(", uncancelInProgress="); + P.append(this.b); + P.append(", error="); + return c.d.b.a.a.L(P, this.f38c, ")"); } } diff --git a/app/src/main/java/c/a/a/d.java b/app/src/main/java/c/a/a/d.java index 5252b7a6c5..c48b210d40 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.i.k1; +import c.a.i.l1; 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.Y(d.class, "binding", "getBinding()Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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 N = c.d.b.a.a.N("Missing args for class type "); - N.append(a0.getOrCreateKotlinClass(SimpleConfirmationDialogArgs.class).getSimpleName()); - N.append(" + key "); - throw new IllegalStateException(c.d.b.a.a.E(N, this.$argsKey, '!')); + StringBuilder P = c.d.b.a.a.P("Missing args for class type "); + P.append(a0.getOrCreateKotlinClass(SimpleConfirmationDialogArgs.class).getSimpleName()); + P.append(" + key "); + throw new IllegalStateException(c.d.b.a.a.G(P, 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, k1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SimpleConfirmationDialogBinding;", 0); + super(1, l1.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 k1 invoke(View view) { + public l1 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 k1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2); + return new l1((LinearLayout) view2, linearLayout, textView, materialButton, materialButton2, textView2); } } } @@ -144,8 +144,8 @@ public final class d extends AppDialog { return (SimpleConfirmationDialogArgs) this.k.getValue(); } - public final k1 h() { - return (k1) this.m.getValue((Fragment) this, i[0]); + public final l1 h() { + return (l1) this.m.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -154,8 +154,8 @@ public final class d extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); h().d.setOnClickListener(new a(0, this)); h().d.setText(g().k); - h().f118c.setOnClickListener(new a(1, this)); - MaterialButton materialButton = h().f118c; + h().f125c.setOnClickListener(new a(1, this)); + MaterialButton materialButton = h().f125c; m.checkNotNullExpressionValue(materialButton, "binding.simpleConfirmationDialogNegative"); materialButton.setText(g().l); TextView textView = h().e; diff --git a/app/src/main/java/c/a/a/e/a.java b/app/src/main/java/c/a/a/e/a.java index fa73ca4bd5..131930f7a0 100644 --- a/app/src/main/java/c/a/a/e/a.java +++ b/app/src/main/java/c/a/a/e/a.java @@ -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.Y(a.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildSubscriptionUpsellDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -57,16 +57,16 @@ public final class a extends AppDialog { public b(DefaultConstructorMarker defaultConstructorMarker) { } - /* JADX WARNING: Removed duplicated region for block: B:17:0x0045 */ - /* JADX WARNING: Removed duplicated region for block: B:19:0x0050 */ - /* JADX WARNING: Removed duplicated region for block: B:26:0x007a */ - /* JADX WARNING: Removed duplicated region for block: B:27:0x0080 */ - /* JADX WARNING: Removed duplicated region for block: B:29:0x0083 */ - /* JADX WARNING: Removed duplicated region for block: B:30:0x0089 */ - /* JADX WARNING: Removed duplicated region for block: B:32:0x008c */ + /* JADX WARNING: Removed duplicated region for block: B:17:0x0041 */ + /* JADX WARNING: Removed duplicated region for block: B:19:0x004c */ + /* JADX WARNING: Removed duplicated region for block: B:26:0x0076 */ + /* JADX WARNING: Removed duplicated region for block: B:27:0x007c */ + /* JADX WARNING: Removed duplicated region for block: B:29:0x007f */ + /* JADX WARNING: Removed duplicated region for block: B:30:0x0085 */ + /* JADX WARNING: Removed duplicated region for block: B:32:0x0088 */ public final void a(FragmentManager fragmentManager, long j, Long l, Integer num, Traits.Location location) { String str; - Bundle bundle; + Bundle I; String page; String str2; m.checkNotNullParameter(fragmentManager, "fragmentManager"); @@ -80,47 +80,45 @@ public final class a extends AppDialog { str2 = Traits.Location.ObjType.TIER_3; } else { str = null; - bundle = new Bundle(); - bundle.putLong("extra_guild_id", j); + I = c.d.b.a.a.I("extra_guild_id", j); if (l != null) { - bundle.putLong("extra_channel_id", l.longValue()); + I.putLong("extra_channel_id", l.longValue()); } if (str != null) { - bundle.putString("extra_object_type", str); + I.putString("extra_object_type", str); } if (!(location == null || (page = location.getPage()) == null)) { - bundle.putString("extra_page", page); + I.putString("extra_page", page); } - aVar.setArguments(bundle); + aVar.setArguments(I); aVar.show(fragmentManager, a.class.getSimpleName()); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - String t = c.d.b.a.a.t("Premium Guild Upsell Modal - Tier ", str); + String u = c.d.b.a.a.u("Premium Guild Upsell Modal - Tier ", str); String page2 = location == null ? location.getPage() : null; String str4 = location == null ? location.get_object() : null; if (location != null) { str3 = location.getSection(); } - analyticsTracker.openModal(t, new Traits.Location(page2, str3, str4, str, null, 16, null)); + analyticsTracker.openModal(u, new Traits.Location(page2, str3, str4, str, null, 16, null)); } str = str2; - bundle = new Bundle(); - bundle.putLong("extra_guild_id", j); + I = c.d.b.a.a.I("extra_guild_id", j); if (l != null) { } if (str != null) { } - bundle.putString("extra_page", page); - aVar.setArguments(bundle); + I.putString("extra_page", page); + aVar.setArguments(I); aVar.show(fragmentManager, a.class.getSimpleName()); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - String t = c.d.b.a.a.t("Premium Guild Upsell Modal - Tier ", str); + String u = c.d.b.a.a.u("Premium Guild Upsell Modal - Tier ", str); if (location == null) { } if (location == null) { } if (location != null) { } - analyticsTracker.openModal(t, new Traits.Location(page2, str3, str4, str, null, 16, null)); + analyticsTracker.openModal(u, new Traits.Location(page2, str3, str4, str, null, 16, null)); } } 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 6724af906d..b61c1af001 100644 --- a/app/src/main/java/c/a/a/e/b.java +++ b/app/src/main/java/c/a/a/e/b.java @@ -13,7 +13,7 @@ import androidx.fragment.app.FragmentManager; import androidx.viewpager2.adapter.FragmentStateAdapter; import androidx.viewpager2.widget.ViewPager2; import c.a.i.o0; -import c.a.i.p5; +import c.a.i.r5; 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.Y(b.class, "binding", "getBinding()Lcom/discord/databinding/MultiValuePropPremiumUpsellDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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,18 +159,18 @@ public final class b extends AppDialog { } public String toString() { - StringBuilder N = c.d.b.a.a.N("UpsellData(imageResId="); - N.append(this.a); - N.append(", headerText="); - N.append(this.b); - N.append(", bodyText="); - return c.d.b.a.a.B(N, this.f39c, ")"); + StringBuilder P = c.d.b.a.a.P("UpsellData(imageResId="); + P.append(this.a); + P.append(", headerText="); + P.append(this.b); + P.append(", bodyText="); + return c.d.b.a.a.D(P, this.f39c, ")"); } } /* compiled from: MultiValuePropPremiumUpsellDialog.kt */ public static final class d extends AppFragment { - public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.Y(d.class, "binding", "getBinding()Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -182,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, p5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetPremiumUpsellBinding;", 0); + super(1, r5.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 p5 invoke(View view) { + public r5 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.premium_upsell_body; @@ -204,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 p5((LinearLayout) view2, textView, textView2, imageView); + return new r5((LinearLayout) view2, textView, textView2, imageView); } } } @@ -216,8 +216,8 @@ public final class b extends AppDialog { super(R.layout.widget_premium_upsell); } - public final p5 g() { - return (p5) this.k.getValue((Fragment) this, i[0]); + public final r5 g() { + return (r5) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppFragment @@ -227,7 +227,7 @@ public final class b extends AppDialog { ImageView imageView = g().d; Bundle arguments = getArguments(); imageView.setImageResource(arguments != null ? arguments.getInt("extra_image_id") : 0); - TextView textView = g().f146c; + TextView textView = g().f160c; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellHeader"); Bundle arguments2 = getArguments(); textView.setText(arguments2 != null ? arguments2.getString("extra_header_string") : null); @@ -429,11 +429,11 @@ public final class b extends AppDialog { m.throwUninitializedPropertyAccessException("pagerAdapter"); } viewPager2.setAdapter(eVar); - TabLayout tabLayout = h().f135c; + TabLayout tabLayout = h().f139c; m.checkNotNullExpressionValue(tabLayout, "binding.premiumUpsellDots"); int i2 = 8; tabLayout.setVisibility(j() ? 0 : 8); - TabLayout tabLayout2 = h().f135c; + TabLayout tabLayout2 = h().f139c; 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 1c3f80e00f..64a0ccaf10 100644 --- a/app/src/main/java/c/a/a/e/c.java +++ b/app/src/main/java/c/a/a/e/c.java @@ -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.Y(c.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(c.class, "binding", "getBinding()Lcom/discord/databinding/PremiumGuildUpgradeDialogBinding;", 0)}; public static final b j = new b(null); public Function0 k; public Function0 l; @@ -150,6 +150,6 @@ public final class c extends AppDialog { textView3.setVisibility(this.n ^ true ? 0 : 8); g().b.setOnClickListener(new a(0, this)); g().f.setOnClickListener(new a(1, this)); - g().f68c.setOnClickListener(new a(2, this)); + g().f70c.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 7962fda1b9..2891a98fdc 100644 --- a/app/src/main/java/c/a/a/e/d.java +++ b/app/src/main/java/c/a/a/e/d.java @@ -6,11 +6,15 @@ import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; +import androidx.annotation.DrawableRes; import androidx.core.content.ContextCompat; import androidx.fragment.app.Fragment; -import c.a.i.l1; +import androidx.fragment.app.FragmentManager; +import c.a.i.m1; import com.discord.R; import com.discord.app.AppDialog; +import com.discord.utilities.analytics.AnalyticsTracker; +import com.discord.utilities.analytics.Traits; import com.discord.utilities.viewbinding.FragmentViewBindingDelegate; import com.discord.utilities.viewbinding.FragmentViewBindingDelegateKt; import com.discord.views.premium.ShinyButton; @@ -24,7 +28,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.Y(d.class, "binding", "getBinding()Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -62,20 +66,33 @@ public final class d extends AppDialog { public static final class b { public b(DefaultConstructorMarker defaultConstructorMarker) { } + + public final void a(FragmentManager fragmentManager, AnalyticsTracker.PremiumUpsellType premiumUpsellType, @DrawableRes int i, String str, String str2, String str3, String str4, String str5) { + m.checkNotNullParameter(fragmentManager, "fragmentManager"); + m.checkNotNullParameter(premiumUpsellType, "premiumUpsellType"); + d dVar = new d(); + Bundle bundle = new Bundle(); + bundle.putInt("extra_image_drawable_res", i); + bundle.putString("extra_header_text", str); + bundle.putString("extra_body_text", str2); + dVar.setArguments(bundle); + dVar.show(fragmentManager, d.class.getName()); + AnalyticsTracker.premiumUpsellViewed$default(AnalyticsTracker.INSTANCE, premiumUpsellType, null, null, new Traits.Source(str3, str4, str5, null, null, 24, null), 6, null); + } } /* 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, l1.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/SingleValuePropPremiumUpsellDialogBinding;", 0); + super(1, m1.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 l1 invoke(View view) { + public m1 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.button_container; @@ -102,7 +119,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 l1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView); + return new m1((LinearLayout) view2, linearLayout, materialButton, findViewById, shinyButton, findViewById2, textView, textView2, imageView); } } } @@ -119,8 +136,8 @@ public final class d extends AppDialog { super(R.layout.single_value_prop_premium_upsell_dialog); } - public final l1 g() { - return (l1) this.k.getValue((Fragment) this, i[0]); + public final m1 g() { + return (m1) this.k.getValue((Fragment) this, i[0]); } @Override // com.discord.app.AppDialog @@ -150,6 +167,6 @@ public final class d extends AppDialog { textView2.setText(str); } g().b.setOnClickListener(new a(0, this)); - g().f123c.setOnClickListener(new a(1, this)); + g().f131c.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 49566309b4..1503a7efae 100644 --- a/app/src/main/java/c/a/a/e/e.java +++ b/app/src/main/java/c/a/a/e/e.java @@ -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.Y(e.class, "binding", "getBinding()Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(e.class, "binding", "getBinding()Lcom/discord/databinding/PremiumUpgradeYearlyDialogBinding;", 0)}; public static final b j = new b(null); public Function0 k; public Function0 l; @@ -138,7 +138,7 @@ public final class e extends AppDialog { TextView textView = g().d; m.checkNotNullExpressionValue(textView, "binding.premiumUpsellYearlyTitle"); c.a.k.b.n(textView, R.string.premium_upsell_yearly_title, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f)), k}, null, 4); - TextView textView2 = g().f74c; + TextView textView2 = g().f77c; m.checkNotNullExpressionValue(textView2, "binding.premiumUpsellYearlyDescription"); c.a.k.b.n(textView2, R.string.premium_upsell_yearly_description, new Object[]{NumberFormat.getPercentInstance().format(Float.valueOf(0.16f))}, null, 4); MaterialButton materialButton = g().f; diff --git a/app/src/main/java/c/a/a/e/f.java b/app/src/main/java/c/a/a/e/f.java index 007abae914..9c0a76e4ac 100644 --- a/app/src/main/java/c/a/a/e/f.java +++ b/app/src/main/java/c/a/a/e/f.java @@ -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.Y(f.class, "binding", "getBinding()Lcom/discord/databinding/PremiumActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -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().f173c; + TextView textView = g().f176c; 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 8986adc7b7..eb18aa1a8e 100644 --- a/app/src/main/java/c/a/a/e/g.java +++ b/app/src/main/java/c/a/a/e/g.java @@ -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.Y(g.class, "binding", "getBinding()Lcom/discord/databinding/PremiumAndPremiumGuildActivatedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -94,7 +94,7 @@ public final class g extends AppDialog { m.checkNotNullExpressionValue(str, "arguments?.getString(EXTRA_PLAN_NAME) ?: \"\""); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.l; KProperty[] kPropertyArr = i; - TextView textView = ((w0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f179c; + TextView textView = ((w0) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f181c; m.checkNotNullExpressionValue(textView, "binding.premiumAndPremiumGuildActivatedText"); c.a.k.b.n(textView, R.string.billing_premium_and_premium_guild_plan_activated, new Object[]{str}, null, 4); requireDialog().setCanceledOnTouchOutside(true); diff --git a/app/src/main/java/c/a/a/f/a/a.java b/app/src/main/java/c/a/a/f/a/a.java index 6a3192c03f..032d5a8fef 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 @@ -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.Y(a.class, "binding", "getBinding()Lcom/discord/databinding/AudioOutputSelectionDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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; @@ -161,7 +161,7 @@ public final class a extends AppDialog { m.checkNotNullExpressionValue(materialRadioButton4, "binding.audioOutputSelectionBluetoothRadio"); i = materialRadioButton4.getId(); } - aVar3.i().f66c.check(i); + aVar3.i().f68c.check(i); MaterialRadioButton materialRadioButton5 = aVar3.i().b; m.checkNotNullExpressionValue(materialRadioButton5, "binding.audioOutputSelectionBluetoothRadio"); int i2 = 0; 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 e901a7aaeb..53ee9fd6e4 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 N = c.d.b.a.a.N("Loaded(selectedAudioOutput="); - N.append(this.a); - N.append(", showBluetoothItem="); - N.append(this.b); - N.append(", bluetoothDeviceName="); - N.append(this.f40c); - N.append(", showSpeakerItem="); - N.append(this.d); - N.append(", showWiredItem="); - N.append(this.e); - N.append(", showEarpieceItem="); - return c.d.b.a.a.J(N, this.f, ")"); + StringBuilder P = c.d.b.a.a.P("Loaded(selectedAudioOutput="); + P.append(this.a); + P.append(", showBluetoothItem="); + P.append(this.b); + P.append(", bluetoothDeviceName="); + P.append(this.f40c); + P.append(", showSpeakerItem="); + P.append(this.d); + P.append(", showWiredItem="); + P.append(this.e); + P.append(", showEarpieceItem="); + return c.d.b.a.a.L(P, 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 9fffdf574f..b532582470 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.i.l5; +import c.a.i.n5; 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.Y(a.class, "binding", "getBinding()Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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, l5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetMaskedLinksDialogBinding;", 0); + super(1, n5.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 l5 invoke(View view) { + public n5 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 l5((LinearLayout) view2, textView, materialButton, materialButton2, textView2, textView3); + return new n5((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 l5 g() { - return (l5) this.k.getValue((Fragment) this, i[0]); + public final n5 g() { + return (n5) this.k.getValue((Fragment) this, i[0]); } @Override // androidx.fragment.app.Fragment @@ -167,7 +167,7 @@ public final class a extends AppDialog { TextView textView = g().b; m.checkNotNullExpressionValue(textView, "binding.maskedLinksBodyText"); c.a.k.b.n(textView, R.string.masked_link_body, new Object[]{obj}, null, 4); - g().f126c.setOnClickListener(new d(this)); + g().f138c.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 1ebb79752e..40f53a4d8f 100644 --- a/app/src/main/java/c/a/a/h.java +++ b/app/src/main/java/c/a/a/h.java @@ -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.Y(h.class, "binding", "getBinding()Lcom/discord/databinding/AllowAccessibilityDetectionDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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; diff --git a/app/src/main/java/c/a/a/i.java b/app/src/main/java/c/a/a/i.java index 88f5141046..2beb9da926 100644 --- a/app/src/main/java/c/a/a/i.java +++ b/app/src/main/java/c/a/a/i.java @@ -19,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.Y(i.class, "binding", "getBinding()Lcom/discord/databinding/ConnectedAccountActionsDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -110,11 +110,11 @@ public final class i extends AppDialog { String string2 = getArgumentsOrDefault().getString("ARG_USERNAME", ""); int i2 = getArgumentsOrDefault().getInt("ARG_PLATFORM_IMAGE_RES", 0); if (i2 != 0) { - TextView textView = g().f103c; + TextView textView = g().f104c; m.checkNotNullExpressionValue(textView, "binding.connectedAccountActionsDialogHeader"); ViewExtensions.setCompoundDrawableWithIntrinsicBounds$default(textView, i2, 0, 0, 0, 14, null); } - TextView textView2 = g().f103c; + TextView textView2 = g().f104c; m.checkNotNullExpressionValue(textView2, "binding.connectedAccountActionsDialogHeader"); textView2.setText(string2); TextView textView3 = g().d; diff --git a/app/src/main/java/c/a/a/j.java b/app/src/main/java/c/a/a/j.java index 292975a210..e786d5974d 100644 --- a/app/src/main/java/c/a/a/j.java +++ b/app/src/main/java/c/a/a/j.java @@ -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.Y(j.class, "binding", "getBinding()Lcom/discord/databinding/CameraCapacityDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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,7 +93,7 @@ public final class j extends AppDialog { requireDialog().setCanceledOnTouchOutside(true); FragmentViewBindingDelegate fragmentViewBindingDelegate = this.k; KProperty[] kPropertyArr = i; - ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f85c.setOnClickListener(new c(this)); + ((e) fragmentViewBindingDelegate.getValue((Fragment) this, kPropertyArr[0])).f86c.setOnClickListener(new c(this)); Bundle arguments = getArguments(); Integer valueOf = arguments != null ? Integer.valueOf(arguments.getInt("ARG_MAX_VIDEO_CHANNEL_USERS")) : null; TextView textView = ((e) this.k.getValue((Fragment) this, kPropertyArr[0])).b; diff --git a/app/src/main/java/c/a/a/k.java b/app/src/main/java/c/a/a/k.java index c35bf37d5c..9ebaf0c30e 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.Y(k.class, "binding", "getBinding()Lcom/discord/databinding/DialogDatePickerBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(k.class, "binding", "getBinding()Lcom/discord/databinding/DialogDatePickerBinding;", 0)}; public static final a j = new a(null); public Function1 k; public long l; @@ -133,7 +133,7 @@ public final class k extends AppDialog { @Override // com.discord.app.AppDialog, androidx.fragment.app.Fragment public void onPause() { super.onPause(); - g().f116c.clearFocus(); + g().f118c.clearFocus(); } @Override // com.discord.app.AppDialog @@ -147,12 +147,12 @@ public final class k extends AppDialog { charSequence = ""; } textView.setText(charSequence); - DatePicker datePicker = g().f116c; + DatePicker datePicker = g().f118c; m.checkNotNullExpressionValue(datePicker, "binding.dialogDatePickerInput"); Bundle arguments2 = getArguments(); long j2 = 0; datePicker.setMaxDate(arguments2 != null ? arguments2.getLong("max_date") : 0); - DatePicker datePicker2 = g().f116c; + DatePicker datePicker2 = g().f118c; m.checkNotNullExpressionValue(datePicker2, "binding.dialogDatePickerInput"); datePicker2.setMinDate(BirthdayHelper.INSTANCE.subtractYearsFromToday(FontUtils.MAX_FONT_SCALING)); Bundle arguments3 = getArguments(); @@ -166,7 +166,7 @@ public final class k extends AppDialog { Calendar instance = Calendar.getInstance(); m.checkNotNullExpressionValue(instance, "calendar"); instance.setTimeInMillis(this.l); - g().f116c.init(instance.get(1), instance.get(2), instance.get(5), new c(this)); + g().f118c.init(instance.get(1), instance.get(2), instance.get(5), new c(this)); g().b.setOnClickListener(new d(this)); } } diff --git a/app/src/main/java/c/a/a/m.java b/app/src/main/java/c/a/a/m.java index 789c8b7c0f..cef5c0d5ef 100644 --- a/app/src/main/java/c/a/a/m.java +++ b/app/src/main/java/c/a/a/m.java @@ -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.Y(m.class, "binding", "getBinding()Lcom/discord/databinding/GuildVideoAtCapacityBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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 a4eb957405..5f4103fd3d 100644 --- a/app/src/main/java/c/a/a/n.java +++ b/app/src/main/java/c/a/a/n.java @@ -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.Y(n.class, "binding", "getBinding()Lcom/discord/databinding/DialogSimpleSelectorBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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().f122c; + MaxHeightRecyclerView maxHeightRecyclerView = g().f124c; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.dialogSelections"); maxHeightRecyclerView.setAdapter(new SimpleRecyclerAdapter(j.asList(charSequenceArray), new e(this))); - MaxHeightRecyclerView maxHeightRecyclerView2 = g().f122c; + MaxHeightRecyclerView maxHeightRecyclerView2 = g().f124c; 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().f122c; + MaxHeightRecyclerView maxHeightRecyclerView3 = g().f124c; 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 8a10664c27..de58a3c940 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.i.c5; +import c.a.i.e5; 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.Y(r.class, "binding", "getBinding()Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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, c5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetEnableTwoFactorPasswordDialogBinding;", 0); + super(1, e5.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 c5 invoke(View view) { + public e5 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 c5((LinearLayout) view2, linearLayout, textView, materialButton, textView2, linearLayout2, loadingButton, textInputLayout); + return new e5((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().f78c.setIsLoading(false); + rVar.g().f91c.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().f78c.setIsLoading(true); + this.i.g().f91c.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 c5 g() { - return (c5) this.k.getValue((Fragment) this, i[0]); + public final e5 g() { + return (e5) 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().f78c.setIsLoading(false); - g().f78c.setOnClickListener(new d(this, view)); + g().f91c.setIsLoading(false); + g().f91c.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 64b0beeefe..51beec7884 100644 --- a/app/src/main/java/c/a/a/s.java +++ b/app/src/main/java/c/a/a/s.java @@ -9,7 +9,7 @@ import androidx.fragment.app.FragmentViewModelLazyKt; import c.a.a.w; import c.a.d.f0; import c.a.d.h0; -import c.a.i.y5; +import c.a.i.a6; import com.discord.R; import com.discord.app.AppDialog; import com.discord.app.AppViewModel; @@ -33,7 +33,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.Y(s.class, "binding", "getBinding()Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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; @@ -45,17 +45,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, y5.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetUrgentMessageDialogBinding;", 0); + super(1, a6.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 y5 invoke(View view) { + public a6 invoke(View view) { View view2 = view; m.checkNotNullParameter(view2, "p1"); int i2 = R.id.view_dialog_confirmation_confirm; @@ -67,7 +67,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 y5((LinearLayout) view2, loadingButton, textView, textView2); + return new a6((LinearLayout) view2, loadingButton, textView, textView2); } } } @@ -93,7 +93,7 @@ public final class s extends AppDialog { m.checkNotNullParameter(dVar2, "viewState"); s sVar = this.this$0; KProperty[] kPropertyArr = s.i; - TextView textView = sVar.g().f195c; + TextView textView = sVar.g().f67c; m.checkNotNullExpressionValue(textView, "binding.viewDialogConfirmationHeader"); textView.setText(sVar.getString(R.string.system_dm_urgent_message_modal_header)); TextView textView2 = sVar.g().d; @@ -159,8 +159,8 @@ public final class s extends AppDialog { this.l = FragmentViewModelLazyKt.createViewModelLazy(this, a0.getOrCreateKotlinClass(w.class), new m(1, f0Var), new h0(eVar)); } - public final y5 g() { - return (y5) this.k.getValue((Fragment) this, i[0]); + public final a6 g() { + return (a6) 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 c8d3352e37..a4c376fbd2 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 N = c.d.b.a.a.N("StoreState(user="); - N.append(this.a); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("StoreState(user="); + P.append(this.a); + P.append(")"); + return P.toString(); } } @@ -121,10 +121,10 @@ public final class w extends AppViewModel { } public String toString() { - StringBuilder N = c.d.b.a.a.N("ViewState(userFlags="); - N.append(this.a); - N.append(", isBusy="); - return c.d.b.a.a.J(N, this.b, ")"); + StringBuilder P = c.d.b.a.a.P("ViewState(userFlags="); + P.append(this.a); + P.append(", isBusy="); + return c.d.b.a.a.L(P, 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 c23772ce43..08a0264989 100644 --- a/app/src/main/java/c/a/a/z/a.java +++ b/app/src/main/java/c/a/a/z/a.java @@ -36,7 +36,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.Y(a.class, "binding", "getBinding()Lcom/discord/databinding/GiftPurchasedDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -162,7 +162,7 @@ public final class a extends AppDialog { MaterialButton materialButton = aVar.g().d; m.checkNotNullExpressionValue(materialButton, "binding.giftEntitlementCopy"); materialButton.setText(context.getString(R.string.copied)); - this.i.g().f141c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null)); + this.i.g().f143c.setBackgroundResource(DrawableCompat.getThemedDrawableRes$default(context, (int) R.attr.gift_code_copied_outline, 0, 2, (Object) null)); } } } diff --git a/app/src/main/java/c/a/a/z/c.java b/app/src/main/java/c/a/a/z/c.java index 7cdc9c976a..f220bde777 100644 --- a/app/src/main/java/c/a/a/z/c.java +++ b/app/src/main/java/c/a/a/z/c.java @@ -10,7 +10,7 @@ import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentActivity; import androidx.fragment.app.FragmentManager; import c.a.d.f; -import c.a.i.j4; +import c.a.i.l4; 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.Y(c.class, "binding", "getBinding()Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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, j4.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetAcceptGiftDialogBinding;", 0); + super(1, l4.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 j4 invoke(View view) { + public l4 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 j4((LinearLayout) view2, linearLayout, simpleDraweeView, textView, materialButton, linearLayout2, linkifiedTextView, appViewFlipper, textView2, progressBar); + return new l4((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.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).f114c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e; + LinearLayout linearLayout = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar2.h().h, "binding.acceptGiftHeader", gift.isAnyNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success_nitro, new Object[]{str}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_header_success, new Object[0], null, 4), cVar2).f128c, "binding.acceptGiftBodyText", gift.isNitroClassicGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_classic_mobile, new Object[]{i2}, null, 4) : gift.isNitroGift() ? c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_nitro_mobile, new Object[]{i2}, null, 4) : c.a.k.b.k(cVar2, R.string.gift_confirmation_body_success_mobile, new Object[]{str}, null, 4), cVar2).e; m.checkNotNullExpressionValue(linearLayout, "binding.acceptGiftDisclaimerContainer"); linearLayout.setVisibility(8); MaterialButton materialButton = cVar2.h().d; @@ -237,7 +237,7 @@ public final class c extends AppDialog { TextView textView = cVar3.h().h; m.checkNotNullExpressionValue(textView, "binding.acceptGiftHeader"); c.a.k.b.n(textView, R.string.gift_confirmation_header_fail, new Object[0], null, 4); - TextView textView2 = cVar3.h().f114c; + TextView textView2 = cVar3.h().f128c; m.checkNotNullExpressionValue(textView2, "binding.acceptGiftBodyText"); c.a.k.b.n(textView2, R.string.gift_confirmation_body_claimed, new Object[0], null, 4); LinearLayout linearLayout2 = cVar3.h().e; @@ -254,7 +254,7 @@ public final class c extends AppDialog { cVar4.g(gift3); ModelStoreListing storeListing2 = gift3.getStoreListing(); String name = (storeListing2 == null || (sku2 = storeListing2.getSku()) == null) ? null : sku2.getName(); - LinearLayout linearLayout3 = c.d.b.a.a.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).f114c, "binding.acceptGiftBodyText", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name, cVar4.i(gift3)}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_body_confirm, new Object[]{name}, null, 4), cVar4).e; + LinearLayout linearLayout3 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar4.h().h, "binding.acceptGiftHeader", gift3.isAnyNitroGift() ? c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name}, null, 4) : c.a.k.b.k(cVar4, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar4).f128c, "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.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).f114c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e; + LinearLayout linearLayout4 = c.d.b.a.a.p0(c.d.b.a.a.p0(cVar5.h().h, "binding.acceptGiftHeader", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm_nitro, new Object[]{name2}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_header_confirm, new Object[0], null, 4), cVar5).f128c, "binding.acceptGiftBodyText", gift4.isAnyNitroGift() ? c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm_nitro, new Object[]{name2, cVar5.i(gift4)}, null, 4) : c.a.k.b.k(cVar5, R.string.gift_confirmation_body_confirm, new Object[]{name2}, null, 4), cVar5).e; m.checkNotNullExpressionValue(linearLayout4, "binding.acceptGiftDisclaimerContainer"); if (!gift4.isAnyNitroGift()) { i = 8; @@ -297,11 +297,11 @@ public final class c extends AppDialog { TextView textView3 = cVar6.h().h; m.checkNotNullExpressionValue(textView3, "binding.acceptGiftHeader"); textView3.setText(c.a.k.b.k(cVar6, R.string.gift_confirmation_header_fail, new Object[0], null, 4)); - TextView textView4 = cVar6.h().f114c; + TextView textView4 = cVar6.h().f128c; m.checkNotNullExpressionValue(textView4, "binding.acceptGiftBodyText"); c.a.k.b.n(textView4, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); if (redeemedFailed.getCanRetry()) { - TextView textView5 = cVar6.h().f114c; + TextView textView5 = cVar6.h().f128c; m.checkNotNullExpressionValue(textView5, "binding.acceptGiftBodyText"); c.a.k.b.n(textView5, R.string.gift_confirmation_body_unknown_error, new Object[0], null, 4); MaterialButton materialButton5 = cVar6.h().d; @@ -315,13 +315,13 @@ public final class c extends AppDialog { } else { Integer errorCode = redeemedFailed.getErrorCode(); if (errorCode != null && errorCode.intValue() == 50054) { - cVar6.h().f114c.setText(R.string.gift_confirmation_body_self_gift_no_payment); + cVar6.h().f128c.setText(R.string.gift_confirmation_body_self_gift_no_payment); } else if (errorCode != null && errorCode.intValue() == 100024) { - cVar6.h().f114c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade); + cVar6.h().f128c.setText(R.string.gift_confirmation_body_error_nitro_upgrade_downgrade); } else if (errorCode != null && errorCode.intValue() == 100022) { - cVar6.h().f114c.setText(R.string.gift_confirmation_body_error_subscription_managed); + cVar6.h().f128c.setText(R.string.gift_confirmation_body_error_subscription_managed); } else if (errorCode != null && errorCode.intValue() == 100025) { - cVar6.h().f114c.setText(R.string.gift_confirmation_body_error_invoice_open); + cVar6.h().f128c.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 j4 h() { - return (j4) this.k.getValue((Fragment) this, i[0]); + public final l4 h() { + return (l4) this.k.getValue((Fragment) this, i[0]); } public final CharSequence i(ModelGift modelGift) { diff --git a/app/src/main/java/c/a/d/f.java b/app/src/main/java/c/a/d/f.java index 632bae76c3..e4a48288dd 100644 --- a/app/src/main/java/c/a/d/f.java +++ b/app/src/main/java/c/a/d/f.java @@ -11,31 +11,31 @@ public final class f { public static final f a = new f(); public static final String c() { - StringBuilder R = a.R("https://support.discord.com", "/hc/"); + StringBuilder U = a.U("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()"); - R.append(lowerCase); - R.append("/requests/new"); - return R.toString(); + U.append(lowerCase); + U.append("/requests/new"); + return U.toString(); } public final String a(long j, String str) { if (str != null) { - StringBuilder R = a.R("https://support.discord.com", "/hc/"); - R.append(b()); - R.append("/articles/"); - R.append(j); - R.append(MentionUtilsKt.CHANNELS_CHAR); - R.append(str); - return R.toString(); + StringBuilder U = a.U("https://support.discord.com", "/hc/"); + U.append(b()); + U.append("/articles/"); + U.append(j); + U.append(MentionUtilsKt.CHANNELS_CHAR); + U.append(str); + return U.toString(); } - StringBuilder R2 = a.R("https://support.discord.com", "/hc/"); - R2.append(b()); - R2.append("/articles/"); - R2.append(j); - return R2.toString(); + StringBuilder U2 = a.U("https://support.discord.com", "/hc/"); + U2.append(b()); + U2.append("/articles/"); + U2.append(j); + return U2.toString(); } @SuppressLint({"DefaultLocale"}) diff --git a/app/src/main/java/c/a/f/a.java b/app/src/main/java/c/a/f/a.java index dd2263ca6b..553577e5e1 100644 --- a/app/src/main/java/c/a/f/a.java +++ b/app/src/main/java/c/a/f/a.java @@ -91,7 +91,7 @@ public final class a implements View.OnClickListener { @Override // android.view.View.OnClickListener public void onClick(View view) { m.checkNotNullParameter(view, "v"); - this.p.f1607z.clearFocus(); + this.p.f1610z.clearFocus(); ChipsView chipsView = this.p; Objects.requireNonNull(chipsView); m.checkNotNullParameter(this, "chip"); @@ -101,16 +101,16 @@ public final class a implements View.OnClickListener { @Override // java.lang.Object public String toString() { - StringBuilder N = c.d.b.a.a.N("{[Data: "); - N.append(this.n); - N.append(']'); - N.append("[Label: "); - N.append(this.k); - N.append(']'); - N.append("[ImageDescription: "); - N.append(this.l); - N.append(']'); - N.append('}'); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("{[Data: "); + P.append(this.n); + P.append(']'); + P.append("[Label: "); + P.append(this.k); + P.append(']'); + P.append("[ImageDescription: "); + P.append(this.l); + P.append(']'); + P.append('}'); + return P.toString(); } } diff --git a/app/src/main/java/c/a/f/g.java b/app/src/main/java/c/a/f/g.java index 67465c3c73..11cf5195d7 100644 --- a/app/src/main/java/c/a/f/g.java +++ b/app/src/main/java/c/a/f/g.java @@ -12,7 +12,7 @@ public final class g implements View.OnClickListener { @Override // android.view.View.OnClickListener public final void onClick(View view) { - this.i.f1607z.requestFocus(); + this.i.f1610z.requestFocus(); this.i.f(null); } } diff --git a/app/src/main/java/c/a/g/d.java b/app/src/main/java/c/a/g/d.java index 1d7475091a..c081463be8 100644 --- a/app/src/main/java/c/a/g/d.java +++ b/app/src/main/java/c/a/g/d.java @@ -49,6 +49,6 @@ public final class d { sb.append(Arrays.toString(a())); sb.append(']'); sb.append("[Population: "); - return a.w(sb, this.e, ']'); + return a.y(sb, this.e, ']'); } } diff --git a/app/src/main/java/c/a/i/a2.java b/app/src/main/java/c/a/i/a2.java index ae42030242..ebf77bdca8 100644 --- a/app/src/main/java/c/a/i/a2.java +++ b/app/src/main/java/c/a/i/a2.java @@ -1,16 +1,28 @@ package c.a.i; import android.view.View; -import android.widget.Space; +import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewCodeVerificationSpaceBinding */ +import com.discord.views.FailedUploadView; +/* compiled from: ViewChatUploadListBinding */ public final class a2 implements ViewBinding { @NonNull - public final Space a; + public final LinearLayout a; + @NonNull + public final FailedUploadView b; + @NonNull - public a2(@NonNull Space space) { - this.a = space; + /* renamed from: c reason: collision with root package name */ + public final FailedUploadView f64c; + @NonNull + public final FailedUploadView d; + + public a2(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { + this.a = linearLayout; + this.b = failedUploadView; + this.f64c = failedUploadView2; + this.d = failedUploadView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/a3.java b/app/src/main/java/c/a/i/a3.java index b8e0492533..7b12bc7abd 100644 --- a/app/src/main/java/c/a/i/a3.java +++ b/app/src/main/java/c/a/i/a3.java @@ -1,16 +1,21 @@ package c.a.i; import android.view.View; -import android.widget.RadioButton; +import android.widget.ImageView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewRadioButtonBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewPremiumSettingsTier2Binding */ public final class a3 implements ViewBinding { @NonNull - public final RadioButton a; + public final LinearLayout a; + @NonNull + public final MaterialButton b; - public a3(@NonNull RadioButton radioButton) { - this.a = radioButton; + public a3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull MaterialButton materialButton) { + this.a = linearLayout; + this.b = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/a4.java b/app/src/main/java/c/a/i/a4.java index b10251cbfa..6432b0243b 100644 --- a/app/src/main/java/c/a/i/a4.java +++ b/app/src/main/java/c/a/i/a4.java @@ -1,33 +1,46 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.ProgressBar; +import android.widget.FrameLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewUploadProgressBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.CheckableImageView; +/* compiled from: ViewTernaryCheckboxBinding */ public final class a4 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull - public final ProgressBar b; + public final FrameLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f64c; + public final View f65c; @NonNull - public final TextView d; + public final View d; @NonNull public final TextView e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final CheckableImageView g; + @NonNull + public final CheckableImageView h; + @NonNull + public final CheckableImageView i; - public a4(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = constraintLayout; - this.b = progressBar; - this.f64c = imageView; - this.d = textView; - this.e = textView2; + public a4(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) { + this.a = linearLayout; + this.b = frameLayout; + this.f65c = view; + this.d = view2; + this.e = textView; + this.f = linkifiedTextView; + this.g = checkableImageView; + this.h = checkableImageView2; + this.i = checkableImageView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/a5.java b/app/src/main/java/c/a/i/a5.java index d6944feb4b..f72a043f0f 100644 --- a/app/src/main/java/c/a/i/a5.java +++ b/app/src/main/java/c/a/i/a5.java @@ -5,16 +5,26 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetDiscoveryOtherSpeakersCountBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.ChatActionItem; +/* compiled from: WidgetDirectoryChannelEmptyBinding */ public final class a5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull public final TextView b; + @NonNull - public a5(@NonNull LinearLayout linearLayout, @NonNull TextView textView) { + /* renamed from: c reason: collision with root package name */ + public final ChatActionItem f66c; + @NonNull + public final ChatActionItem d; + + public a5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { this.a = linearLayout; this.b = textView; + this.f66c = chatActionItem; + this.d = chatActionItem2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/a6.java b/app/src/main/java/c/a/i/a6.java index b94fa4f90e..446a1f59a3 100644 --- a/app/src/main/java/c/a/i/a6.java +++ b/app/src/main/java/c/a/i/a6.java @@ -1,115 +1,29 @@ package c.a.i; -import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; import android.widget.LinearLayout; -import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetUserRichPresenceBinding */ +import com.discord.views.LoadingButton; +/* compiled from: WidgetUrgentMessageDialogBinding */ public final class a6 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final LinearLayout b; + public final LoadingButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f65c; + public final TextView f67c; @NonNull public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final SimpleDraweeView f; - @NonNull - public final MaterialButton g; - @NonNull - public final MaterialButton h; - @NonNull - public final TextView i; - @NonNull - public final TextView j; - @NonNull - public final TextView k; - public a6(@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 a6(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; - this.b = linearLayout2; - this.f65c = textView; + this.b = loadingButton; + this.f67c = textView; this.d = textView2; - this.e = simpleDraweeView; - this.f = simpleDraweeView2; - this.g = materialButton; - this.h = materialButton2; - this.i = textView3; - this.j = textView4; - this.k = textView5; - } - - @NonNull - public static a6 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); - } - int i = R.id.barrier; - Barrier barrier = (Barrier) inflate.findViewById(R.id.barrier); - if (barrier != null) { - i = R.id.image_bottom_guideline; - Space space = (Space) inflate.findViewById(R.id.image_bottom_guideline); - if (space != null) { - i = R.id.rich_presence_container_data; - LinearLayout linearLayout = (LinearLayout) inflate.findViewById(R.id.rich_presence_container_data); - if (linearLayout != null) { - i = R.id.rich_presence_details; - TextView textView = (TextView) inflate.findViewById(R.id.rich_presence_details); - if (textView != null) { - i = R.id.rich_presence_header; - TextView textView2 = (TextView) inflate.findViewById(R.id.rich_presence_header); - if (textView2 != null) { - i = R.id.rich_presence_image_large; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_large); - if (simpleDraweeView != null) { - i = R.id.rich_presence_image_small; - SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_small); - if (simpleDraweeView2 != null) { - i = R.id.rich_presence_primary_button; - MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.rich_presence_primary_button); - if (materialButton != null) { - i = R.id.rich_presence_secondary_button; - MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.rich_presence_secondary_button); - if (materialButton2 != null) { - i = R.id.rich_presence_state; - TextView textView3 = (TextView) inflate.findViewById(R.id.rich_presence_state); - if (textView3 != null) { - i = R.id.rich_presence_time; - TextView textView4 = (TextView) inflate.findViewById(R.id.rich_presence_time); - if (textView4 != null) { - i = R.id.rich_presence_title; - TextView textView5 = (TextView) inflate.findViewById(R.id.rich_presence_title); - if (textView5 != null) { - return new a6((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5); - } - } - } - } - } - } - } - } - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b.java b/app/src/main/java/c/a/i/b.java index 33096a1bd2..a93a6f6c0a 100644 --- a/app/src/main/java/c/a/i/b.java +++ b/app/src/main/java/c/a/i/b.java @@ -16,7 +16,7 @@ public final class b implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RadioGroup f66c; + public final RadioGroup f68c; @NonNull public final MaterialRadioButton d; @NonNull @@ -27,7 +27,7 @@ public final class b implements ViewBinding { public b(@NonNull LinearLayout linearLayout, @NonNull MaterialRadioButton materialRadioButton, @NonNull TextView textView, @NonNull RadioGroup radioGroup, @NonNull MaterialRadioButton materialRadioButton2, @NonNull MaterialRadioButton materialRadioButton3, @NonNull MaterialRadioButton materialRadioButton4) { this.a = linearLayout; this.b = materialRadioButton; - this.f66c = radioGroup; + this.f68c = radioGroup; this.d = materialRadioButton2; this.e = materialRadioButton3; this.f = materialRadioButton4; diff --git a/app/src/main/java/c/a/i/b0.java b/app/src/main/java/c/a/i/b0.java index 7f43ce56c3..6255a2e5e9 100644 --- a/app/src/main/java/c/a/i/b0.java +++ b/app/src/main/java/c/a/i/b0.java @@ -16,14 +16,14 @@ public final class b0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f67c; + public final LinkifiedTextView f69c; @NonNull public final TextView d; public b0(@NonNull ConstraintLayout constraintLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = materialButton; - this.f67c = linkifiedTextView; + this.f69c = linkifiedTextView; this.d = textView2; } diff --git a/app/src/main/java/c/a/i/b1.java b/app/src/main/java/c/a/i/b1.java index 86e238167a..a60e48bc9c 100644 --- a/app/src/main/java/c/a/i/b1.java +++ b/app/src/main/java/c/a/i/b1.java @@ -16,7 +16,7 @@ public final class b1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f68c; + public final ImageView f70c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class b1 implements ViewBinding { public b1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = relativeLayout; this.b = textView; - this.f68c = imageView; + this.f70c = imageView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/b2.java b/app/src/main/java/c/a/i/b2.java index 22e0d316b1..54369a93fc 100644 --- a/app/src/main/java/c/a/i/b2.java +++ b/app/src/main/java/c/a/i/b2.java @@ -1,16 +1,19 @@ package c.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewCodeVerificationTextBinding */ +import com.google.android.flexbox.FlexboxLayout; +/* compiled from: ViewCodeVerificationBinding */ public final class b2 implements ViewBinding { @NonNull - public final TextView a; + public final FlexboxLayout a; + @NonNull + public final FlexboxLayout b; - public b2(@NonNull TextView textView) { - this.a = textView; + public b2(@NonNull FlexboxLayout flexboxLayout, @NonNull FlexboxLayout flexboxLayout2) { + this.a = flexboxLayout; + this.b = flexboxLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b3.java b/app/src/main/java/c/a/i/b3.java index 8224c69ba0..7750b5cac6 100644 --- a/app/src/main/java/c/a/i/b3.java +++ b/app/src/main/java/c/a/i/b3.java @@ -5,7 +5,7 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewScreenTitleBinding */ +/* compiled from: ViewPremiumUpsellInfoBinding */ public final class b3 implements ViewBinding { @NonNull public final LinearLayout a; @@ -14,12 +14,15 @@ public final class b3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f69c; + public final TextView f71c; + @NonNull + public final TextView d; - public b3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { + public b3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f69c = textView2; + this.f71c = textView2; + this.d = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b4.java b/app/src/main/java/c/a/i/b4.java index 67189b2898..8b60dbcf7c 100644 --- a/app/src/main/java/c/a/i/b4.java +++ b/app/src/main/java/c/a/i/b4.java @@ -1,32 +1,32 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.views.StatusView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewUserListItemBinding */ +/* compiled from: ViewToolbarTitleBinding */ public final class b4 implements ViewBinding { @NonNull public final View a; @NonNull - public final SimpleDraweeView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f70c; + public final StatusView f72c; @NonNull public final TextView d; @NonNull - public final StatusView e; + public final TextView e; - public b4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { + public b4(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; - this.b = simpleDraweeView; - this.f70c = textView; - this.d = textView2; - this.e = statusView; + this.b = imageView; + this.f72c = statusView; + this.d = textView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b5.java b/app/src/main/java/c/a/i/b5.java index 42cc21cf00..209e2b2745 100644 --- a/app/src/main/java/c/a/i/b5.java +++ b/app/src/main/java/c/a/i/b5.java @@ -1,26 +1,38 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetDiscoveryStageCardSpeakerBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.google.android.material.textfield.TextInputEditText; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: WidgetDiscordHubEmailInputBinding */ public final class b5 implements ViewBinding { @NonNull - public final LinearLayout a; + public final NestedScrollView a; @NonNull - public final SimpleDraweeView b; + public final LinkifiedTextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f71c; + public final TextInputEditText f73c; + @NonNull + public final TextInputLayout d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; - public b5(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { - this.a = linearLayout; - this.b = simpleDraweeView; - this.f71c = textView; + public b5(@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.f73c = textInputEditText; + this.d = textInputLayout; + this.e = textView; + this.f = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/b6.java b/app/src/main/java/c/a/i/b6.java new file mode 100644 index 0000000000..c2226dffd5 --- /dev/null +++ b/app/src/main/java/c/a/i/b6.java @@ -0,0 +1,46 @@ +package c.a.i; + +import android.view.View; +import android.widget.RelativeLayout; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.viewbinding.ViewBinding; +import com.discord.R; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding */ +public final class b6 implements ViewBinding { + @NonNull + public final RelativeLayout a; + @NonNull + public final SimpleDraweeView b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f74c; + + public b6(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + this.a = relativeLayout; + this.b = simpleDraweeView; + this.f74c = textView; + } + + @NonNull + public static b6 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 b6((RelativeLayout) view, simpleDraweeView, textView); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/i/c.java b/app/src/main/java/c/a/i/c.java index d4b7dd2a46..d61c9aee0b 100644 --- a/app/src/main/java/c/a/i/c.java +++ b/app/src/main/java/c/a/i/c.java @@ -15,14 +15,14 @@ public final class c implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f72c; + public final TextView f75c; @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.f72c = textView; + this.f75c = textView; this.d = maxHeightRecyclerView; } diff --git a/app/src/main/java/c/a/i/c0.java b/app/src/main/java/c/a/i/c0.java index 2fac7f08c7..5e13e6b8fb 100644 --- a/app/src/main/java/c/a/i/c0.java +++ b/app/src/main/java/c/a/i/c0.java @@ -16,12 +16,12 @@ public final class c0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f73c; + public final MaterialButton f76c; public c0(@NonNull ConstraintLayout constraintLayout, @NonNull PhoneOrEmailInputView phoneOrEmailInputView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = phoneOrEmailInputView; - this.f73c = materialButton; + this.f76c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c1.java b/app/src/main/java/c/a/i/c1.java index 14b048db77..b2738d0349 100644 --- a/app/src/main/java/c/a/i/c1.java +++ b/app/src/main/java/c/a/i/c1.java @@ -16,7 +16,7 @@ public final class c1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f74c; + public final TextView f77c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class c1 implements ViewBinding { public c1(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = imageView; - this.f74c = textView; + this.f77c = textView; this.d = textView2; this.e = textView3; this.f = materialButton; diff --git a/app/src/main/java/c/a/i/c2.java b/app/src/main/java/c/a/i/c2.java index 3d1daa4549..735168c9a4 100644 --- a/app/src/main/java/c/a/i/c2.java +++ b/app/src/main/java/c/a/i/c2.java @@ -1,41 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.LinearLayout; -import android.widget.TextView; +import android.widget.Space; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.views.discovery.speakers.DiscoveryStageCardSpeakersView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewDiscoveryStageCardBodyBinding */ +/* compiled from: ViewCodeVerificationSpaceBinding */ public final class c2 implements ViewBinding { @NonNull - public final View a; - @NonNull - public final TextView b; - @NonNull + public final Space a; - /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f75c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final DiscoveryStageCardSpeakersView f; - @NonNull - public final TextView g; - - public c2(@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.f75c = simpleDraweeView; - this.d = textView2; - this.e = textView3; - this.f = discoveryStageCardSpeakersView; - this.g = textView4; + public c2(@NonNull Space space) { + this.a = space; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c3.java b/app/src/main/java/c/a/i/c3.java index 54578494a3..c664cbdab7 100644 --- a/app/src/main/java/c/a/i/c3.java +++ b/app/src/main/java/c/a/i/c3.java @@ -1,29 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; -import android.widget.TextView; +import android.widget.RadioButton; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewServerDiscoveryHeaderBinding */ +/* compiled from: ViewRadioButtonBinding */ public final class c3 implements ViewBinding { @NonNull - public final View a; - @NonNull - public final TextView b; - @NonNull + public final RadioButton a; - /* renamed from: c reason: collision with root package name */ - public final FrameLayout f76c; - @NonNull - public final TextView d; - - public c3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { - this.a = view; - this.b = textView; - this.f76c = frameLayout; - this.d = textView2; + public c3(@NonNull RadioButton radioButton) { + this.a = radioButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c4.java b/app/src/main/java/c/a/i/c4.java index 19713ddd2d..f3033643d7 100644 --- a/app/src/main/java/c/a/i/c4.java +++ b/app/src/main/java/c/a/i/c4.java @@ -2,48 +2,32 @@ package c.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.LinearLayout; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -/* compiled from: ViewUserStatusPresenceBinding */ +/* compiled from: ViewUploadProgressBinding */ public final class c4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull - public final ImageView b; + public final ProgressBar b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f77c; + public final ImageView f78c; @NonNull public final TextView d; - - public c4(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { - this.a = linearLayout; - this.b = imageView; - this.f77c = textView; - this.d = textView2; - } - @NonNull - public static c4 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) { - i = R.id.user_status_presence_subtitle; - TextView textView = (TextView) view.findViewById(R.id.user_status_presence_subtitle); - if (textView != null) { - i = R.id.user_status_presence_title; - TextView textView2 = (TextView) view.findViewById(R.id.user_status_presence_title); - if (textView2 != null) { - LinearLayout linearLayout = (LinearLayout) view; - return new c4(linearLayout, imageView, textView, textView2, linearLayout); - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public final TextView e; + + public c4(@NonNull ConstraintLayout constraintLayout, @NonNull ProgressBar progressBar, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.b = progressBar; + this.f78c = imageView; + this.d = textView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c5.java b/app/src/main/java/c/a/i/c5.java index d3674b5168..0123b8a2eb 100644 --- a/app/src/main/java/c/a/i/c5.java +++ b/app/src/main/java/c/a/i/c5.java @@ -5,27 +5,16 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.LoadingButton; -import com.google.android.material.button.MaterialButton; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: WidgetEnableTwoFactorPasswordDialogBinding */ +/* compiled from: WidgetDiscoveryOtherSpeakersCountBinding */ public final class c5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; - @NonNull + public final TextView b; - /* renamed from: c reason: collision with root package name */ - public final LoadingButton f78c; - @NonNull - public final TextInputLayout d; - - 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) { + public c5(@NonNull LinearLayout linearLayout, @NonNull TextView textView) { this.a = linearLayout; - this.b = materialButton; - this.f78c = loadingButton; - this.d = textInputLayout; + this.b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/c6.java b/app/src/main/java/c/a/i/c6.java new file mode 100644 index 0000000000..4ff719e674 --- /dev/null +++ b/app/src/main/java/c/a/i/c6.java @@ -0,0 +1,120 @@ +package c.a.i; + +import android.view.LayoutInflater; +import android.view.View; +import android.view.ViewGroup; +import android.widget.LinearLayout; +import android.widget.Space; +import android.widget.TextView; +import androidx.annotation.NonNull; +import androidx.annotation.Nullable; +import androidx.constraintlayout.widget.Barrier; +import androidx.viewbinding.ViewBinding; +import com.discord.R; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetUserRichPresenceBinding */ +public final class c6 implements ViewBinding { + @NonNull + public final LinearLayout a; + @NonNull + public final LinearLayout b; + @NonNull + + /* renamed from: c reason: collision with root package name */ + public final TextView f79c; + @NonNull + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final SimpleDraweeView f; + @NonNull + public final MaterialButton g; + @NonNull + public final MaterialButton h; + @NonNull + public final TextView i; + @NonNull + public final TextView j; + @NonNull + public final TextView k; + + public c6(@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.f79c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = simpleDraweeView2; + this.g = materialButton; + this.h = materialButton2; + this.i = textView3; + this.j = textView4; + this.k = textView5; + } + + @NonNull + public static c6 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); + } + int i = R.id.barrier; + Barrier barrier = (Barrier) inflate.findViewById(R.id.barrier); + if (barrier != null) { + i = R.id.image_bottom_guideline; + Space space = (Space) inflate.findViewById(R.id.image_bottom_guideline); + if (space != null) { + i = R.id.rich_presence_container_data; + LinearLayout linearLayout = (LinearLayout) inflate.findViewById(R.id.rich_presence_container_data); + if (linearLayout != null) { + i = R.id.rich_presence_details; + TextView textView = (TextView) inflate.findViewById(R.id.rich_presence_details); + if (textView != null) { + i = R.id.rich_presence_header; + TextView textView2 = (TextView) inflate.findViewById(R.id.rich_presence_header); + if (textView2 != null) { + i = R.id.rich_presence_image_large; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_large); + if (simpleDraweeView != null) { + i = R.id.rich_presence_image_small; + SimpleDraweeView simpleDraweeView2 = (SimpleDraweeView) inflate.findViewById(R.id.rich_presence_image_small); + if (simpleDraweeView2 != null) { + i = R.id.rich_presence_primary_button; + MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.rich_presence_primary_button); + if (materialButton != null) { + i = R.id.rich_presence_secondary_button; + MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.rich_presence_secondary_button); + if (materialButton2 != null) { + i = R.id.rich_presence_state; + TextView textView3 = (TextView) inflate.findViewById(R.id.rich_presence_state); + if (textView3 != null) { + i = R.id.rich_presence_time; + TextView textView4 = (TextView) inflate.findViewById(R.id.rich_presence_time); + if (textView4 != null) { + i = R.id.rich_presence_title; + TextView textView5 = (TextView) inflate.findViewById(R.id.rich_presence_title); + if (textView5 != null) { + return new c6((LinearLayout) inflate, barrier, space, linearLayout, textView, textView2, simpleDraweeView, simpleDraweeView2, materialButton, materialButton2, textView3, textView4, textView5); + } + } + } + } + } + } + } + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + } + + @Override // androidx.viewbinding.ViewBinding + @NonNull + public View getRoot() { + return this.a; + } +} diff --git a/app/src/main/java/c/a/i/d.java b/app/src/main/java/c/a/i/d.java index 740fe322a2..fe06275750 100644 --- a/app/src/main/java/c/a/i/d.java +++ b/app/src/main/java/c/a/i/d.java @@ -15,14 +15,14 @@ public final class d implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f79c; + 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.f79c = simpleDraweeView; + this.f80c = simpleDraweeView; this.d = materialTextView2; } diff --git a/app/src/main/java/c/a/i/d0.java b/app/src/main/java/c/a/i/d0.java index 88a474db9d..f251e222ba 100644 --- a/app/src/main/java/c/a/i/d0.java +++ b/app/src/main/java/c/a/i/d0.java @@ -16,7 +16,7 @@ public final class d0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f80c; + public final LoadingButton f81c; @NonNull public final View d; @NonNull @@ -25,7 +25,7 @@ public final class d0 implements ViewBinding { public d0(@NonNull ConstraintLayout constraintLayout, @NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull View view, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull h0 h0Var) { this.a = constraintLayout; this.b = textView; - this.f80c = loadingButton; + this.f81c = loadingButton; this.d = view; this.e = h0Var; } diff --git a/app/src/main/java/c/a/i/d1.java b/app/src/main/java/c/a/i/d1.java index 33dd56bd9e..dbb6fa15d9 100644 --- a/app/src/main/java/c/a/i/d1.java +++ b/app/src/main/java/c/a/i/d1.java @@ -13,7 +13,7 @@ public final class d1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f81c; + public final MaterialButton f82c; @NonNull public final MaterialButton d; @NonNull @@ -22,7 +22,7 @@ public final class d1 implements ViewBinding { public d1(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f81c = materialButton2; + this.f82c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/i/d2.java b/app/src/main/java/c/a/i/d2.java index 3a51bb0207..ab799476ec 100644 --- a/app/src/main/java/c/a/i/d2.java +++ b/app/src/main/java/c/a/i/d2.java @@ -1,29 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewDiscoveryStageCardControlsBinding */ +/* compiled from: ViewCodeVerificationTextBinding */ public final class d2 implements ViewBinding { @NonNull - public final View a; - @NonNull - public final MaterialButton b; - @NonNull + public final TextView a; - /* renamed from: c reason: collision with root package name */ - public final TextView f82c; - @NonNull - public final MaterialButton d; - - public d2(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) { - this.a = view; - this.b = materialButton; - this.f82c = textView; - this.d = materialButton2; + public d2(@NonNull TextView textView) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d3.java b/app/src/main/java/c/a/i/d3.java index 63d432973a..6550f392b5 100644 --- a/app/src/main/java/c/a/i/d3.java +++ b/app/src/main/java/c/a/i/d3.java @@ -1,43 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.views.GuildView; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewServerDiscoveryItemBinding */ +/* compiled from: ViewScreenTitleBinding */ public final class d3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull - public final MaterialButton b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f83c; - @NonNull - public final f3 d; - @NonNull - public final TextView e; - @NonNull - public final GuildView f; - @NonNull - public final ImageView g; - @NonNull - public final TextView h; + public final TextView f83c; - public d3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull f3 f3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) { - this.a = view; - this.b = materialButton; - this.f83c = materialButton2; - this.d = f3Var; - this.e = textView; - this.f = guildView; - this.g = imageView; - this.h = textView2; + public d3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = linearLayout; + this.b = textView; + this.f83c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d4.java b/app/src/main/java/c/a/i/d4.java index a3e9149ab2..74f307ccb2 100644 --- a/app/src/main/java/c/a/i/d4.java +++ b/app/src/main/java/c/a/i/d4.java @@ -1,30 +1,32 @@ package c.a.i; import android.view.View; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.views.CutoutView; +import com.discord.views.StatusView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewUserSummaryItemBinding */ +/* compiled from: ViewUserListItemBinding */ public final class d4 implements ViewBinding { @NonNull - public final CutoutView a; + public final View a; @NonNull public final SimpleDraweeView b; - - public d4(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) { - this.a = cutoutView; - this.b = simpleDraweeView; - } - @NonNull - public static d4 a(@NonNull View view) { - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.avatar); - if (simpleDraweeView != null) { - return new d4((CutoutView) view, simpleDraweeView); - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.avatar))); + + /* renamed from: c reason: collision with root package name */ + public final TextView f84c; + @NonNull + public final TextView d; + @NonNull + public final StatusView e; + + public d4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull StatusView statusView) { + this.a = view; + this.b = simpleDraweeView; + this.f84c = textView; + this.d = textView2; + this.e = statusView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/d5.java b/app/src/main/java/c/a/i/d5.java index 466d670971..b2af5ad239 100644 --- a/app/src/main/java/c/a/i/d5.java +++ b/app/src/main/java/c/a/i/d5.java @@ -1,25 +1,26 @@ package c.a.i; import android.view.View; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.rounded.RoundedRelativeLayout; -/* compiled from: WidgetHomePanelCenterBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: WidgetDiscoveryStageCardSpeakerBinding */ public final class d5 implements ViewBinding { @NonNull - public final RoundedRelativeLayout a; + public final LinearLayout a; @NonNull - public final e5 b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f84c; + public final TextView f85c; - public d5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull e5 e5Var, @NonNull FragmentContainerView fragmentContainerView) { - this.a = roundedRelativeLayout; - this.b = e5Var; - this.f84c = fragmentContainerView; + public d5(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + this.a = linearLayout; + this.b = simpleDraweeView; + this.f85c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e.java b/app/src/main/java/c/a/i/e.java index 58b722bffc..9fbcc82919 100644 --- a/app/src/main/java/c/a/i/e.java +++ b/app/src/main/java/c/a/i/e.java @@ -15,12 +15,12 @@ public final class e implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f85c; + public final MaterialButton f86c; public e(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f85c = materialButton; + this.f86c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e0.java b/app/src/main/java/c/a/i/e0.java index ddb5ce0376..014eb7bb28 100644 --- a/app/src/main/java/c/a/i/e0.java +++ b/app/src/main/java/c/a/i/e0.java @@ -17,7 +17,7 @@ public final class e0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f86c; + public final TextInputLayout f87c; @NonNull public final LoadingButton d; @NonNull @@ -26,7 +26,7 @@ public final class e0 implements ViewBinding { public e0(@NonNull ConstraintLayout constraintLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = constraintLayout; this.b = textInputEditText; - this.f86c = textInputLayout; + this.f87c = textInputLayout; this.d = loadingButton; this.e = textView; } diff --git a/app/src/main/java/c/a/i/e2.java b/app/src/main/java/c/a/i/e2.java index d6812e42a2..fa797f64d4 100644 --- a/app/src/main/java/c/a/i/e2.java +++ b/app/src/main/java/c/a/i/e2.java @@ -1,19 +1,41 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.views.discovery.speakers.SpeakersRecyclerView; -/* compiled from: ViewDiscoveryStageCardSpeakersBinding */ +import com.discord.views.discovery.speakers.DiscoveryStageCardSpeakersView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewDiscoveryStageCardBodyBinding */ public final class e2 implements ViewBinding { @NonNull public final View a; @NonNull - public final SpeakersRecyclerView b; + public final TextView b; + @NonNull - public e2(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) { + /* renamed from: c reason: collision with root package name */ + public final SimpleDraweeView f88c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + @NonNull + public final DiscoveryStageCardSpeakersView f; + @NonNull + public final TextView g; + + public e2(@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 = speakersRecyclerView; + this.b = textView; + this.f88c = simpleDraweeView; + this.d = textView2; + this.e = textView3; + this.f = discoveryStageCardSpeakersView; + this.g = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e3.java b/app/src/main/java/c/a/i/e3.java index c662cd7c37..a38664fecc 100644 --- a/app/src/main/java/c/a/i/e3.java +++ b/app/src/main/java/c/a/i/e3.java @@ -1,38 +1,29 @@ package c.a.i; import android.view.View; -import android.widget.GridLayout; +import android.widget.FrameLayout; import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.GuildView; -/* compiled from: ViewServerFolderBinding */ +/* compiled from: ViewServerDiscoveryHeaderBinding */ public final class e3 implements ViewBinding { @NonNull public final View a; @NonNull - public final ImageView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final GuildView f87c; + public final FrameLayout f89c; @NonNull - public final GuildView d; - @NonNull - public final GuildView e; - @NonNull - public final GuildView f; - @NonNull - public final GridLayout g; + public final TextView d; - public e3(@NonNull View view, @NonNull ImageView imageView, @NonNull GuildView guildView, @NonNull GuildView guildView2, @NonNull GuildView guildView3, @NonNull GuildView guildView4, @NonNull GridLayout gridLayout) { + public e3(@NonNull View view, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull TextView textView2) { this.a = view; - this.b = imageView; - this.f87c = guildView; - this.d = guildView2; - this.e = guildView3; - this.f = guildView4; - this.g = gridLayout; + this.b = textView; + this.f89c = frameLayout; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e4.java b/app/src/main/java/c/a/i/e4.java index 76409d9a39..3f6d2c5b08 100644 --- a/app/src/main/java/c/a/i/e4.java +++ b/app/src/main/java/c/a/i/e4.java @@ -1,25 +1,49 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.span.SimpleDraweeSpanTextView; -/* compiled from: ViewUsernameBinding */ +import com.discord.R; +/* compiled from: ViewUserStatusPresenceBinding */ public final class e4 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull - public final TextView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeSpanTextView f88c; + public final TextView f90c; + @NonNull + public final TextView d; - public e4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { - this.a = view; - this.b = textView; - this.f88c = simpleDraweeSpanTextView; + public e4(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2) { + this.a = linearLayout; + this.b = imageView; + this.f90c = textView; + this.d = textView2; + } + + @NonNull + public static e4 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) { + i = R.id.user_status_presence_subtitle; + TextView textView = (TextView) view.findViewById(R.id.user_status_presence_subtitle); + if (textView != null) { + i = R.id.user_status_presence_title; + TextView textView2 = (TextView) view.findViewById(R.id.user_status_presence_title); + if (textView2 != null) { + LinearLayout linearLayout = (LinearLayout) view; + return new e4(linearLayout, imageView, textView, textView2, linearLayout); + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/e5.java b/app/src/main/java/c/a/i/e5.java index 1b0105b857..1d54fce66b 100644 --- a/app/src/main/java/c/a/i/e5.java +++ b/app/src/main/java/c/a/i/e5.java @@ -1,33 +1,31 @@ package c.a.i; import android.view.View; -import android.view.ViewStub; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -import com.google.android.material.appbar.AppBarLayout; -/* compiled from: WidgetHomePanelCenterChatBinding */ +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 e5 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull - public final ViewStub b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final f5 f89c; + public final LoadingButton f91c; @NonNull - public final FragmentContainerView d; - @NonNull - public final FragmentContainerView e; + public final TextInputLayout d; - 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; + public e5(@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.f91c = loadingButton; + this.d = textInputLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f.java b/app/src/main/java/c/a/i/f.java index 6e2e7e088a..e91d87b2b4 100644 --- a/app/src/main/java/c/a/i/f.java +++ b/app/src/main/java/c/a/i/f.java @@ -13,12 +13,12 @@ public final class f implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f90c; + public final TextView f92c; public f(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { this.a = view; this.b = textView; - this.f90c = textView2; + this.f92c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f0.java b/app/src/main/java/c/a/i/f0.java index 40bd8f8dd0..b8f4504ec0 100644 --- a/app/src/main/java/c/a/i/f0.java +++ b/app/src/main/java/c/a/i/f0.java @@ -17,12 +17,12 @@ public final class f0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f91c; + public final LoadingButton f93c; public f0(@NonNull ConstraintLayout constraintLayout, @NonNull RecyclerView recyclerView, @NonNull LoadingButton loadingButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView) { this.a = constraintLayout; this.b = recyclerView; - this.f91c = loadingButton; + this.f93c = loadingButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f1.java b/app/src/main/java/c/a/i/f1.java index 2bbf6d0827..7bef231e4f 100644 --- a/app/src/main/java/c/a/i/f1.java +++ b/app/src/main/java/c/a/i/f1.java @@ -16,7 +16,7 @@ public final class f1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f92c; + public final TextView f94c; @NonNull public final TextSwitcher d; @NonNull @@ -25,7 +25,7 @@ public final class f1 implements ViewBinding { public f1(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextSwitcher textSwitcher, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = linearLayout; this.b = textView; - this.f92c = textView2; + this.f94c = textView2; this.d = textSwitcher; this.e = simpleDraweeSpanTextView; } diff --git a/app/src/main/java/c/a/i/f2.java b/app/src/main/java/c/a/i/f2.java index d6adc9aea2..b30c693291 100644 --- a/app/src/main/java/c/a/i/f2.java +++ b/app/src/main/java/c/a/i/f2.java @@ -1,25 +1,29 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewDiscoveryStageCardTopHatBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewDiscoveryStageCardControlsBinding */ public final class f2 implements ViewBinding { @NonNull public final View a; @NonNull - public final SimpleDraweeView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f93c; + public final TextView f95c; + @NonNull + public final MaterialButton d; - public f2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public f2(@NonNull View view, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull MaterialButton materialButton2) { this.a = view; - this.b = simpleDraweeView; - this.f93c = textView; + this.b = materialButton; + this.f95c = textView; + this.d = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f3.java b/app/src/main/java/c/a/i/f3.java index 111f12adaa..1201f59aae 100644 --- a/app/src/main/java/c/a/i/f3.java +++ b/app/src/main/java/c/a/i/f3.java @@ -2,54 +2,42 @@ package c.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.R; -/* compiled from: ViewServerMemberCountBinding */ +import com.discord.views.GuildView; +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewServerDiscoveryItemBinding */ public final class f3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final ImageView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f94c; + public final MaterialButton f96c; @NonNull - public final ImageView d; + public final h3 d; @NonNull public final TextView e; - - public f3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { - this.a = linearLayout; - this.b = imageView; - this.f94c = textView; - this.d = imageView2; - this.e = textView2; - } - @NonNull - public static f3 a(@NonNull View view) { - int i = R.id.item_invite_online_dot; - ImageView imageView = (ImageView) view.findViewById(R.id.item_invite_online_dot); - if (imageView != null) { - i = R.id.item_invite_online_text; - TextView textView = (TextView) view.findViewById(R.id.item_invite_online_text); - if (textView != null) { - i = R.id.item_invite_total_member_dot; - ImageView imageView2 = (ImageView) view.findViewById(R.id.item_invite_total_member_dot); - if (imageView2 != null) { - i = R.id.item_invite_total_member_text; - TextView textView2 = (TextView) view.findViewById(R.id.item_invite_total_member_text); - if (textView2 != null) { - return new f3((LinearLayout) view, imageView, textView, imageView2, textView2); - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public final GuildView f; + @NonNull + public final ImageView g; + @NonNull + public final TextView h; + + public f3(@NonNull View view, @NonNull Barrier barrier, @NonNull Barrier barrier2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull h3 h3Var, @NonNull TextView textView, @NonNull GuildView guildView, @NonNull ImageView imageView, @NonNull TextView textView2) { + this.a = view; + this.b = materialButton; + this.f96c = materialButton2; + this.d = h3Var; + this.e = textView; + this.f = guildView; + this.g = imageView; + this.h = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f4.java b/app/src/main/java/c/a/i/f4.java index 197aaa7fa2..6ae6d04ad3 100644 --- a/app/src/main/java/c/a/i/f4.java +++ b/app/src/main/java/c/a/i/f4.java @@ -1,82 +1,30 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.ProgressBar; -import android.widget.Space; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.VoiceUserView; -import com.discord.views.calls.AppVideoStreamRenderer; +import com.discord.R; +import com.discord.views.CutoutView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewVideoCallParticipantBinding */ +/* compiled from: ViewUserSummaryItemBinding */ public final class f4 implements ViewBinding { @NonNull - public final View a; - @NonNull - public final View b; + public final CutoutView a; @NonNull + public final SimpleDraweeView b; - /* renamed from: c reason: collision with root package name */ - public final View f95c; - @NonNull - public final ImageView d; - @NonNull - public final ConstraintLayout e; - @NonNull - public final ImageView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; - @NonNull - public final ImageView j; - @NonNull - public final ConstraintLayout k; - @NonNull - public final TextView l; - @NonNull - public final SimpleDraweeView m; - @NonNull - public final TextView n; - @NonNull - public final TextView o; - @NonNull - public final ProgressBar p; - @NonNull - public final AppVideoStreamRenderer q; - @NonNull - public final LinearLayout r; - @NonNull + public f4(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView) { + this.a = cutoutView; + this.b = simpleDraweeView; + } - /* renamed from: s reason: collision with root package name */ - public final VoiceUserView f96s; - - public f4(@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.f95c = view3; - this.d = imageView; - this.e = constraintLayout; - this.f = imageView2; - this.g = textView; - this.h = textView2; - this.i = textView3; - this.j = imageView3; - this.k = constraintLayout2; - this.l = textView5; - this.m = simpleDraweeView; - this.n = textView6; - this.o = textView7; - this.p = progressBar; - this.q = appVideoStreamRenderer; - this.r = linearLayout2; - this.f96s = voiceUserView; + @NonNull + public static f4 a(@NonNull View view) { + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.avatar); + if (simpleDraweeView != null) { + return new f4((CutoutView) view, simpleDraweeView); + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.avatar))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/f5.java b/app/src/main/java/c/a/i/f5.java index 4a68113409..f7376a97d3 100644 --- a/app/src/main/java/c/a/i/f5.java +++ b/app/src/main/java/c/a/i/f5.java @@ -1,16 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelCenterContentUnreadBinding */ +import com.discord.utilities.view.rounded.RoundedRelativeLayout; +/* compiled from: WidgetHomePanelCenterBinding */ public final class f5 implements ViewBinding { @NonNull - public final TextView a; + public final RoundedRelativeLayout a; + @NonNull + public final g5 b; + @NonNull - public f5(@NonNull TextView textView, @NonNull TextView textView2) { - this.a = textView; + /* renamed from: c reason: collision with root package name */ + public final FragmentContainerView f97c; + + public f5(@NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull g5 g5Var, @NonNull FragmentContainerView fragmentContainerView) { + this.a = roundedRelativeLayout; + this.b = g5Var; + this.f97c = fragmentContainerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g.java b/app/src/main/java/c/a/i/g.java index c599fdac30..bdab042fc4 100644 --- a/app/src/main/java/c/a/i/g.java +++ b/app/src/main/java/c/a/i/g.java @@ -15,7 +15,7 @@ public final class g implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f97c; + public final TextView f98c; @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.f97c = textView; + this.f98c = textView; this.d = simpleDraweeView; this.e = textView2; } diff --git a/app/src/main/java/c/a/i/g0.java b/app/src/main/java/c/a/i/g0.java index dc20c6d614..3de58be2af 100644 --- a/app/src/main/java/c/a/i/g0.java +++ b/app/src/main/java/c/a/i/g0.java @@ -15,12 +15,12 @@ public final class g0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f98c; + public final MaterialButton f99c; public g0(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { this.a = constraintLayout; this.b = materialButton; - this.f98c = materialButton2; + this.f99c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g1.java b/app/src/main/java/c/a/i/g1.java index a6332b5b6d..3ba902e7c9 100644 --- a/app/src/main/java/c/a/i/g1.java +++ b/app/src/main/java/c/a/i/g1.java @@ -14,12 +14,12 @@ public final class g1 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f99c; + public final TextInputEditText f100c; public g1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextInputEditText textInputEditText) { this.a = view; this.b = imageView; - this.f99c = textInputEditText; + this.f100c = textInputEditText; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g2.java b/app/src/main/java/c/a/i/g2.java index 3dd49c1a6e..3a32252d13 100644 --- a/app/src/main/java/c/a/i/g2.java +++ b/app/src/main/java/c/a/i/g2.java @@ -1,35 +1,19 @@ package c.a.i; import android.view.View; -import android.widget.Spinner; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.card.MaterialCardView; -/* compiled from: ViewExperimentOverrideBinding */ +import com.discord.views.discovery.speakers.SpeakersRecyclerView; +/* compiled from: ViewDiscoveryStageCardSpeakersBinding */ public final class g2 implements ViewBinding { @NonNull public final View a; @NonNull - public final TextView b; - @NonNull + public final SpeakersRecyclerView b; - /* renamed from: c reason: collision with root package name */ - public final Spinner f100c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; - - public g2(@NonNull View view, @NonNull TextView textView, @NonNull Spinner spinner, @NonNull MaterialCardView materialCardView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { + public g2(@NonNull View view, @NonNull SpeakersRecyclerView speakersRecyclerView) { this.a = view; - this.b = textView; - this.f100c = spinner; - this.d = textView2; - this.e = textView3; - this.f = textView4; + this.b = speakersRecyclerView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g3.java b/app/src/main/java/c/a/i/g3.java index 78a736f906..b5d545e7f7 100644 --- a/app/src/main/java/c/a/i/g3.java +++ b/app/src/main/java/c/a/i/g3.java @@ -1,20 +1,38 @@ package c.a.i; import android.view.View; -import android.widget.Button; -import android.widget.ScrollView; +import android.widget.GridLayout; +import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewServerSettingsEmptyGuildRoleSubscriptionBinding */ +import com.discord.views.GuildView; +/* compiled from: ViewServerFolderBinding */ public final class g3 implements ViewBinding { @NonNull - public final ScrollView a; + public final View a; + @NonNull + public final ImageView b; @NonNull - public final Button b; - public g3(@NonNull ScrollView scrollView, @NonNull Button button) { - this.a = scrollView; - this.b = button; + /* renamed from: c reason: collision with root package name */ + public final GuildView f101c; + @NonNull + public final GuildView d; + @NonNull + public final GuildView e; + @NonNull + public final GuildView f; + @NonNull + public final GridLayout g; + + public g3(@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.f101c = guildView; + this.d = guildView2; + this.e = guildView3; + this.f = guildView4; + this.g = gridLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g4.java b/app/src/main/java/c/a/i/g4.java index 7940b3537c..cde21b5faf 100644 --- a/app/src/main/java/c/a/i/g4.java +++ b/app/src/main/java/c/a/i/g4.java @@ -4,22 +4,22 @@ import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewVoiceUserBinding */ +import com.facebook.drawee.span.SimpleDraweeSpanTextView; +/* compiled from: ViewUsernameBinding */ public final class g4 implements ViewBinding { @NonNull public final View a; @NonNull - public final SimpleDraweeView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f101c; + public final SimpleDraweeSpanTextView f102c; - public g4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { + public g4(@NonNull View view, @NonNull TextView textView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView) { this.a = view; - this.b = simpleDraweeView; - this.f101c = textView; + this.b = textView; + this.f102c = simpleDraweeSpanTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/g5.java b/app/src/main/java/c/a/i/g5.java index 361b842f61..a3971c81cc 100644 --- a/app/src/main/java/c/a/i/g5.java +++ b/app/src/main/java/c/a/i/g5.java @@ -1,27 +1,33 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.RelativeLayout; -import android.widget.TextView; +import android.view.ViewStub; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelLeftBinding */ +import com.google.android.material.appbar.AppBarLayout; +/* compiled from: WidgetHomePanelCenterChatBinding */ public final class g5 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final ConstraintLayout a; @NonNull - public final TextView b; + public final ViewStub b; @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f102c; + public final h5 f103c; + @NonNull + public final FragmentContainerView d; + @NonNull + public final FragmentContainerView e; - public g5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { - this.a = relativeLayout; - this.b = textView; - this.f102c = fragmentContainerView2; + public g5(@NonNull ConstraintLayout constraintLayout, @NonNull AppBarLayout appBarLayout, @NonNull ViewStub viewStub, @NonNull ViewStub viewStub2, @NonNull h5 h5Var, @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.f103c = h5Var; + this.d = fragmentContainerView; + this.e = fragmentContainerView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h.java b/app/src/main/java/c/a/i/h.java index 7d73896248..423c848496 100644 --- a/app/src/main/java/c/a/i/h.java +++ b/app/src/main/java/c/a/i/h.java @@ -14,14 +14,14 @@ public final class h implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f103c; + public final TextView f104c; @NonNull public final TextView d; public h(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; this.b = textView; - this.f103c = textView2; + this.f104c = textView2; this.d = textView3; } diff --git a/app/src/main/java/c/a/i/h0.java b/app/src/main/java/c/a/i/h0.java index 6d4d56bec0..05ab37e126 100644 --- a/app/src/main/java/c/a/i/h0.java +++ b/app/src/main/java/c/a/i/h0.java @@ -17,12 +17,12 @@ public final class h0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f104c; + public final CheckedSetting f105c; public h0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckedSetting checkedSetting) { this.a = linearLayout; this.b = linkifiedTextView; - this.f104c = checkedSetting; + this.f105c = checkedSetting; } @NonNull diff --git a/app/src/main/java/c/a/i/h2.java b/app/src/main/java/c/a/i/h2.java index 80234f6678..a6bf3e3216 100644 --- a/app/src/main/java/c/a/i/h2.java +++ b/app/src/main/java/c/a/i/h2.java @@ -5,7 +5,7 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewGuildBinding */ +/* compiled from: ViewDiscoveryStageCardTopHatBinding */ public final class h2 implements ViewBinding { @NonNull public final View a; @@ -14,12 +14,12 @@ public final class h2 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f105c; + public final TextView f106c; public h2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f105c = textView; + this.f106c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h3.java b/app/src/main/java/c/a/i/h3.java index 938a18e5df..19513604f3 100644 --- a/app/src/main/java/c/a/i/h3.java +++ b/app/src/main/java/c/a/i/h3.java @@ -1,36 +1,55 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: ViewServerSettingsIconNameBinding */ +import com.discord.R; +/* compiled from: ViewServerMemberCountBinding */ public final class h3 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull - public final TextView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f106c; + public final TextView f107c; @NonNull - public final SimpleDraweeView d; + public final ImageView d; @NonNull public final TextView e; - @NonNull - public final TextView f; - public h3(@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.f106c = textInputLayout; - this.d = simpleDraweeView; + public h3(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ImageView imageView2, @NonNull TextView textView2) { + this.a = linearLayout; + this.b = imageView; + this.f107c = textView; + this.d = imageView2; this.e = textView2; - this.f = textView3; + } + + @NonNull + public static h3 a(@NonNull View view) { + int i = R.id.item_invite_online_dot; + ImageView imageView = (ImageView) view.findViewById(R.id.item_invite_online_dot); + if (imageView != null) { + i = R.id.item_invite_online_text; + TextView textView = (TextView) view.findViewById(R.id.item_invite_online_text); + if (textView != null) { + i = R.id.item_invite_total_member_dot; + ImageView imageView2 = (ImageView) view.findViewById(R.id.item_invite_total_member_dot); + if (imageView2 != null) { + i = R.id.item_invite_total_member_text; + TextView textView2 = (TextView) view.findViewById(R.id.item_invite_total_member_text); + if (textView2 != null) { + return new h3((LinearLayout) view, imageView, textView, imageView2, textView2); + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h4.java b/app/src/main/java/c/a/i/h4.java index 20eaf77783..92b95a08da 100644 --- a/app/src/main/java/c/a/i/h4.java +++ b/app/src/main/java/c/a/i/h4.java @@ -1,24 +1,82 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.ProgressBar; +import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: VoiceUserLimitViewBinding */ +import com.discord.views.VoiceUserView; +import com.discord.views.calls.AppVideoStreamRenderer; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewVideoCallParticipantBinding */ public final class h4 implements ViewBinding { @NonNull public final View a; @NonNull - public final TextView b; + public final View b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f107c; + public final View f108c; + @NonNull + public final ImageView d; + @NonNull + public final ConstraintLayout e; + @NonNull + public final ImageView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; + @NonNull + public final ImageView j; + @NonNull + public final ConstraintLayout k; + @NonNull + public final TextView l; + @NonNull + public final SimpleDraweeView m; + @NonNull + public final TextView n; + @NonNull + public final TextView o; + @NonNull + public final ProgressBar p; + @NonNull + public final AppVideoStreamRenderer q; + @NonNull + public final LinearLayout r; + @NonNull - public h4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { + /* renamed from: s reason: collision with root package name */ + public final VoiceUserView f109s; + + public h4(@NonNull View view, @NonNull View view2, @NonNull View view3, @NonNull ImageView imageView, @NonNull ConstraintLayout constraintLayout, @NonNull Space space, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull LinearLayout linearLayout, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull ImageView imageView3, @NonNull ConstraintLayout constraintLayout2, @NonNull ImageView imageView4, @NonNull TextView textView4, @NonNull TextView textView5, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView6, @NonNull TextView textView7, @NonNull ProgressBar progressBar, @NonNull AppVideoStreamRenderer appVideoStreamRenderer, @NonNull LinearLayout linearLayout2, @NonNull VoiceUserView voiceUserView) { this.a = view; - this.b = textView; - this.f107c = textView2; + this.b = view2; + this.f108c = view3; + this.d = imageView; + this.e = constraintLayout; + this.f = imageView2; + this.g = textView; + this.h = textView2; + this.i = textView3; + this.j = imageView3; + this.k = constraintLayout2; + this.l = textView5; + this.m = simpleDraweeView; + this.n = textView6; + this.o = textView7; + this.p = progressBar; + this.q = appVideoStreamRenderer; + this.r = linearLayout2; + this.f109s = voiceUserView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/h5.java b/app/src/main/java/c/a/i/h5.java index 45d2b3cd89..a715f0e1f3 100644 --- a/app/src/main/java/c/a/i/h5.java +++ b/app/src/main/java/c/a/i/h5.java @@ -1,20 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHomePanelLoadingBinding */ +/* compiled from: WidgetHomePanelCenterContentUnreadBinding */ public final class h5 implements ViewBinding { @NonNull - public final FrameLayout a; - @NonNull - public final ImageView b; + public final TextView a; - public h5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) { - this.a = frameLayout; - this.b = imageView; + public h5(@NonNull TextView textView, @NonNull TextView textView2) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i2.java b/app/src/main/java/c/a/i/i2.java index 21314cac34..3c75b14e25 100644 --- a/app/src/main/java/c/a/i/i2.java +++ b/app/src/main/java/c/a/i/i2.java @@ -1,21 +1,35 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; +import android.widget.Spinner; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewInteractionFailedLabelBinding */ +import com.google.android.material.card.MaterialCardView; +/* compiled from: ViewExperimentOverrideBinding */ public final class i2 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull public final TextView b; + @NonNull - public i2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { - this.a = constraintLayout; + /* renamed from: c reason: collision with root package name */ + public final Spinner f110c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; + + public i2(@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.f110c = spinner; + this.d = textView2; + this.e = textView3; + this.f = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i3.java b/app/src/main/java/c/a/i/i3.java index b2a45c0532..2695a88819 100644 --- a/app/src/main/java/c/a/i/i3.java +++ b/app/src/main/java/c/a/i/i3.java @@ -1,25 +1,20 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.Button; +import android.widget.ScrollView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.CheckedSetting; -/* compiled from: ViewServerSettingsNotificationsBinding */ +/* compiled from: ViewServerSettingsEmptyGuildRoleSubscriptionBinding */ public final class i3 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final CheckedSetting b; + public final ScrollView a; @NonNull + public final Button b; - /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f108c; - - public i3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { - this.a = linearLayout; - this.b = checkedSetting; - this.f108c = checkedSetting2; + public i3(@NonNull ScrollView scrollView, @NonNull Button button) { + this.a = scrollView; + this.b = button; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i4.java b/app/src/main/java/c/a/i/i4.java index 7c248e07a1..9cfa45d513 100644 --- a/app/src/main/java/c/a/i/i4.java +++ b/app/src/main/java/c/a/i/i4.java @@ -1,28 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.SeekBar; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: VolumeSliderViewBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewVoiceUserBinding */ public final class i4 implements ViewBinding { @NonNull public final View a; @NonNull - public final ImageView b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f109c; - @NonNull - public final SeekBar d; + public final TextView f111c; - public i4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { + public i4(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; - this.b = imageView; - this.f109c = imageView2; - this.d = seekBar; + this.b = simpleDraweeView; + this.f111c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/i5.java b/app/src/main/java/c/a/i/i5.java index 7215a84001..eb2f5228a2 100644 --- a/app/src/main/java/c/a/i/i5.java +++ b/app/src/main/java/c/a/i/i5.java @@ -2,25 +2,26 @@ package c.a.i; import android.view.View; import android.widget.FrameLayout; +import android.widget.RelativeLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.rounded.RoundedRelativeLayout; -/* compiled from: WidgetHomePanelRightBinding */ +/* compiled from: WidgetHomePanelLeftBinding */ public final class i5 implements ViewBinding { @NonNull - public final FrameLayout a; + public final RelativeLayout a; @NonNull - public final RoundedRelativeLayout b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final FragmentContainerView f110c; + public final FragmentContainerView f112c; - public i5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { - this.a = frameLayout; - this.b = roundedRelativeLayout; - this.f110c = fragmentContainerView3; + public i5(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FrameLayout frameLayout) { + this.a = relativeLayout; + this.b = textView; + this.f112c = fragmentContainerView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j0.java b/app/src/main/java/c/a/i/j0.java index 6c80553022..eabc2deef0 100644 --- a/app/src/main/java/c/a/i/j0.java +++ b/app/src/main/java/c/a/i/j0.java @@ -18,12 +18,12 @@ public final class j0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final Group f111c; + public final Group f113c; public j0(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView, @NonNull ImageView imageView3, @NonNull Group group) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f111c = group; + this.f113c = group; } @NonNull diff --git a/app/src/main/java/c/a/i/j1.java b/app/src/main/java/c/a/i/j1.java index 3c6f835d9d..a0315efd78 100644 --- a/app/src/main/java/c/a/i/j1.java +++ b/app/src/main/java/c/a/i/j1.java @@ -1,20 +1,29 @@ package c.a.i; import android.view.View; -import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ShinyButtonBinding */ +import com.facebook.drawee.span.SimpleDraweeSpanTextView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: SettingsMemberViewBinding */ public final class j1 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final View a; + @NonNull + public final SimpleDraweeView b; @NonNull - public final TextView b; - public j1(@NonNull RelativeLayout relativeLayout, @NonNull TextView textView) { - this.a = relativeLayout; - this.b = textView; + /* renamed from: c reason: collision with root package name */ + public final SimpleDraweeSpanTextView f114c; + @NonNull + public final TextView d; + + public j1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeSpanTextView simpleDraweeSpanTextView, @NonNull TextView textView) { + this.a = view; + this.b = simpleDraweeView; + this.f114c = simpleDraweeSpanTextView; + this.d = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j2.java b/app/src/main/java/c/a/i/j2.java index 6570afe15e..ac4c264561 100644 --- a/app/src/main/java/c/a/i/j2.java +++ b/app/src/main/java/c/a/i/j2.java @@ -1,25 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.ProgressBar; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewLoadingButtonBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewGuildBinding */ public final class j2 implements ViewBinding { @NonNull public final View a; @NonNull - public final MaterialButton b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ProgressBar f112c; + public final TextView f115c; - public j2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { + public j2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; - this.b = materialButton; - this.f112c = progressBar; + this.b = simpleDraweeView; + this.f115c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j3.java b/app/src/main/java/c/a/i/j3.java index 5e9ea51d05..8cbe0beccf 100644 --- a/app/src/main/java/c/a/i/j3.java +++ b/app/src/main/java/c/a/i/j3.java @@ -1,29 +1,36 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewServerSettingsRegionBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: ViewServerSettingsIconNameBinding */ public final class j3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f113c; + public final TextInputLayout f116c; @NonNull - public final LinearLayout d; + public final SimpleDraweeView d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; - public j3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout2) { - this.a = linearLayout; + public j3(@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.f113c = imageView; - this.d = linearLayout2; + this.f116c = textInputLayout; + this.d = simpleDraweeView; + this.e = textView2; + this.f = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j4.java b/app/src/main/java/c/a/i/j4.java index fab935e887..26bbe4a237 100644 --- a/app/src/main/java/c/a/i/j4.java +++ b/app/src/main/java/c/a/i/j4.java @@ -1,48 +1,24 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.app.AppViewFlipper; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetAcceptGiftDialogBinding */ +/* compiled from: VoiceUserLimitViewBinding */ public final class j4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final SimpleDraweeView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f114c; - @NonNull - public final MaterialButton d; - @NonNull - public final LinearLayout e; - @NonNull - public final LinkifiedTextView f; - @NonNull - public final AppViewFlipper g; - @NonNull - public final TextView h; - @NonNull - public final ProgressBar i; + public final TextView f117c; - public j4(@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.f114c = textView; - this.d = materialButton; - this.e = linearLayout3; - this.f = linkifiedTextView; - this.g = appViewFlipper; - this.h = textView2; - this.i = progressBar; + public j4(@NonNull View view, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = view; + this.b = textView; + this.f117c = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/j5.java b/app/src/main/java/c/a/i/j5.java index a0773b187d..3f743fcbcb 100644 --- a/app/src/main/java/c/a/i/j5.java +++ b/app/src/main/java/c/a/i/j5.java @@ -1,29 +1,20 @@ package c.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.FrameLayout; +import android.widget.ImageView; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: WidgetHubEmailFlowConfirmationBinding */ +/* compiled from: WidgetHomePanelLoadingBinding */ public final class j5 implements ViewBinding { @NonNull - public final NestedScrollView a; - @NonNull - public final LinkifiedTextView b; + public final FrameLayout a; @NonNull + public final ImageView b; - /* renamed from: c reason: collision with root package name */ - public final TextView f115c; - @NonNull - public final LinkifiedTextView d; - - public j5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { - this.a = nestedScrollView; - this.b = linkifiedTextView; - this.f115c = textView; - this.d = linkifiedTextView2; + public j5(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView) { + this.a = frameLayout; + this.b = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k.java b/app/src/main/java/c/a/i/k.java index b025377dda..696e1f7a9d 100644 --- a/app/src/main/java/c/a/i/k.java +++ b/app/src/main/java/c/a/i/k.java @@ -16,14 +16,14 @@ public final class k implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final DatePicker f116c; + public final DatePicker f118c; @NonNull public final TextView d; public k(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull DatePicker datePicker, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f116c = datePicker; + this.f118c = datePicker; this.d = textView; } diff --git a/app/src/main/java/c/a/i/k0.java b/app/src/main/java/c/a/i/k0.java index 19365c4664..69677d1fd1 100644 --- a/app/src/main/java/c/a/i/k0.java +++ b/app/src/main/java/c/a/i/k0.java @@ -15,7 +15,7 @@ public final class k0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f117c; + public final View f119c; @NonNull public final TextView d; @NonNull @@ -28,7 +28,7 @@ public final class k0 implements ViewBinding { public k0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout2, @NonNull TextView textView3) { this.a = linearLayout; this.b = materialButton; - this.f117c = view; + this.f119c = view; this.d = textView; this.e = textView2; this.f = linearLayout2; diff --git a/app/src/main/java/c/a/i/k1.java b/app/src/main/java/c/a/i/k1.java index 862795ad33..0abc60eabf 100644 --- a/app/src/main/java/c/a/i/k1.java +++ b/app/src/main/java/c/a/i/k1.java @@ -1,32 +1,29 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: SimpleConfirmationDialogBinding */ +/* compiled from: ShinyButtonBinding */ public final class k1 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final TextView b; + public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f118c; + public final ImageView f120c; @NonNull - public final MaterialButton d; - @NonNull - public final TextView e; + public final TextView d; - public k1(@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.f118c = materialButton; - this.d = materialButton2; - this.e = textView2; + public k1(@NonNull View view, @NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = view; + this.b = linearLayout; + this.f120c = imageView; + this.d = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k2.java b/app/src/main/java/c/a/i/k2.java index b2869e80ce..ae429acdac 100644 --- a/app/src/main/java/c/a/i/k2.java +++ b/app/src/main/java/c/a/i/k2.java @@ -1,30 +1,21 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewMobileReportBlockUserBinding */ +/* compiled from: ViewInteractionFailedLabelBinding */ public final class k2 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final SimpleDraweeView b; + public final ConstraintLayout a; @NonNull + public final TextView b; - /* renamed from: c reason: collision with root package name */ - public final MaterialButton f119c; - @NonNull - public final TextView d; - - public k2(@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.f119c = materialButton; - this.d = textView3; + public k2(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = constraintLayout; + this.b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k3.java b/app/src/main/java/c/a/i/k3.java index a2f7022ace..bd70a47a51 100644 --- a/app/src/main/java/c/a/i/k3.java +++ b/app/src/main/java/c/a/i/k3.java @@ -4,22 +4,22 @@ import android.view.View; import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: ViewServerSettingsRegionHelpBinding */ +import com.discord.views.CheckedSetting; +/* compiled from: ViewServerSettingsNotificationsBinding */ public final class k3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final LinkifiedTextView b; + public final CheckedSetting b; @NonNull /* renamed from: c reason: collision with root package name */ - public final LinearLayout f120c; + public final CheckedSetting f121c; - public k3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) { + public k3(@NonNull LinearLayout linearLayout, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2) { this.a = linearLayout; - this.b = linkifiedTextView; - this.f120c = linearLayout2; + this.b = checkedSetting; + this.f121c = checkedSetting2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k4.java b/app/src/main/java/c/a/i/k4.java index f145fbd9d3..e51c9bd89c 100644 --- a/app/src/main/java/c/a/i/k4.java +++ b/app/src/main/java/c/a/i/k4.java @@ -1,27 +1,28 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; +import android.widget.ImageView; +import android.widget.SeekBar; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetAuthMfaInfoBinding */ +/* compiled from: VolumeSliderViewBinding */ public final class k4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final MaterialButton b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f121c; + public final ImageView f122c; + @NonNull + public final SeekBar d; - public k4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { - this.a = linearLayout; - this.b = materialButton; - this.f121c = linkifiedTextView; + public k4(@NonNull View view, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull SeekBar seekBar) { + this.a = view; + this.b = imageView; + this.f122c = imageView2; + this.d = seekBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/k5.java b/app/src/main/java/c/a/i/k5.java index c54a1dd906..9e06c828ec 100644 --- a/app/src/main/java/c/a/i/k5.java +++ b/app/src/main/java/c/a/i/k5.java @@ -1,20 +1,26 @@ package c.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.FrameLayout; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; +import androidx.fragment.app.FragmentContainerView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetHubEmailFlowWaitlistBinding */ +import com.discord.utilities.view.rounded.RoundedRelativeLayout; +/* compiled from: WidgetHomePanelRightBinding */ public final class k5 implements ViewBinding { @NonNull - public final NestedScrollView a; + public final FrameLayout a; + @NonNull + public final RoundedRelativeLayout b; @NonNull - public final TextView b; - public k5(@NonNull NestedScrollView nestedScrollView, @NonNull TextView textView) { - this.a = nestedScrollView; - this.b = textView; + /* renamed from: c reason: collision with root package name */ + public final FragmentContainerView f123c; + + public k5(@NonNull FrameLayout frameLayout, @NonNull RoundedRelativeLayout roundedRelativeLayout, @NonNull FragmentContainerView fragmentContainerView, @NonNull FragmentContainerView fragmentContainerView2, @NonNull FragmentContainerView fragmentContainerView3) { + this.a = frameLayout; + this.b = roundedRelativeLayout; + this.f123c = fragmentContainerView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l.java b/app/src/main/java/c/a/i/l.java index b582f3a50f..4437087aad 100644 --- a/app/src/main/java/c/a/i/l.java +++ b/app/src/main/java/c/a/i/l.java @@ -16,14 +16,14 @@ public final class l implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaxHeightRecyclerView f122c; + public final MaxHeightRecyclerView f124c; @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.f122c = maxHeightRecyclerView; + this.f124c = maxHeightRecyclerView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/l1.java b/app/src/main/java/c/a/i/l1.java index eb2393ec66..bed5437ecc 100644 --- a/app/src/main/java/c/a/i/l1.java +++ b/app/src/main/java/c/a/i/l1.java @@ -1,37 +1,32 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.premium.ShinyButton; import com.google.android.material.button.MaterialButton; -/* compiled from: SingleValuePropPremiumUpsellDialogBinding */ +/* compiled from: SimpleConfirmationDialogBinding */ public final class l1 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ShinyButton f123c; + public final MaterialButton f125c; @NonNull - public final TextView d; + public final MaterialButton d; @NonNull public final TextView e; - @NonNull - public final ImageView f; - public l1(@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 l1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; - this.b = materialButton; - this.f123c = shinyButton; - this.d = textView; + this.b = textView; + this.f125c = materialButton; + this.d = materialButton2; this.e = textView2; - this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l2.java b/app/src/main/java/c/a/i/l2.java index 34befb9e5f..0a519ceeaf 100644 --- a/app/src/main/java/c/a/i/l2.java +++ b/app/src/main/java/c/a/i/l2.java @@ -1,49 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.TextView; +import android.widget.ProgressBar; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.views.GuildView; -/* compiled from: ViewMobileReportsChannelPreviewBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewLoadingButtonBinding */ public final class l2 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull - public final GuildView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f124c; - @NonNull - public final LinkifiedTextView d; + public final ProgressBar f126c; - public l2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) { - this.a = constraintLayout; - this.b = guildView; - this.f124c = textView; - this.d = linkifiedTextView; - } - - @NonNull - public static l2 a(@NonNull View view) { - int i = R.id.image; - GuildView guildView = (GuildView) view.findViewById(R.id.image); - if (guildView != null) { - i = R.id.kicker; - TextView textView = (TextView) view.findViewById(R.id.kicker); - if (textView != null) { - i = R.id.text; - LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.text); - if (linkifiedTextView != null) { - return new l2((ConstraintLayout) view, guildView, textView, linkifiedTextView); - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public l2(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar) { + this.a = view; + this.b = materialButton; + this.f126c = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l3.java b/app/src/main/java/c/a/i/l3.java index a3e82bcff5..3dd12a5a7a 100644 --- a/app/src/main/java/c/a/i/l3.java +++ b/app/src/main/java/c/a/i/l3.java @@ -1,12 +1,12 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.CheckedSetting; -/* compiled from: ViewServerSettingsSystemChannelWrapBinding */ +/* compiled from: ViewServerSettingsRegionBinding */ public final class l3 implements ViewBinding { @NonNull public final LinearLayout a; @@ -15,18 +15,15 @@ public final class l3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CheckedSetting f125c; + public final ImageView f127c; @NonNull - public final CheckedSetting d; - @NonNull - public final LinearLayout e; + public final LinearLayout d; - public l3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) { + public l3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; this.b = textView; - this.f125c = checkedSetting; - this.d = checkedSetting2; - this.e = linearLayout2; + this.f127c = imageView; + this.d = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l4.java b/app/src/main/java/c/a/i/l4.java index 9a345f43cb..0c2bb775f1 100644 --- a/app/src/main/java/c/a/i/l4.java +++ b/app/src/main/java/c/a/i/l4.java @@ -1,18 +1,48 @@ package c.a.i; import android.view.View; +import android.widget.LinearLayout; +import android.widget.ProgressBar; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetCallFullscreenAudioShareWarningBinding */ +import com.discord.app.AppViewFlipper; +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetAcceptGiftDialogBinding */ public final class l4 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; + @NonNull + public final SimpleDraweeView b; @NonNull - public final View b; - public l4(@NonNull View view, @NonNull View view2) { - this.a = view; - this.b = view2; + /* renamed from: c reason: collision with root package name */ + public final TextView f128c; + @NonNull + public final MaterialButton d; + @NonNull + public final LinearLayout e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final AppViewFlipper g; + @NonNull + public final TextView h; + @NonNull + public final ProgressBar i; + + public l4(@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.f128c = textView; + this.d = materialButton; + this.e = linearLayout3; + this.f = linkifiedTextView; + this.g = appViewFlipper; + this.h = textView2; + this.i = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/l5.java b/app/src/main/java/c/a/i/l5.java index 5121bdc73c..8463fcf4ca 100644 --- a/app/src/main/java/c/a/i/l5.java +++ b/app/src/main/java/c/a/i/l5.java @@ -1,32 +1,29 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetMaskedLinksDialogBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +/* compiled from: WidgetHubEmailFlowConfirmationBinding */ public final class l5 implements ViewBinding { @NonNull - public final LinearLayout a; + public final NestedScrollView a; @NonNull - public final TextView b; + public final LinkifiedTextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f126c; + public final TextView f129c; @NonNull - public final MaterialButton d; - @NonNull - public final TextView e; + public final LinkifiedTextView d; - public l5(@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.f126c = materialButton; - this.d = materialButton2; - this.e = textView2; + public l5(@NonNull NestedScrollView nestedScrollView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView2) { + this.a = nestedScrollView; + this.b = linkifiedTextView; + this.f129c = textView; + this.d = linkifiedTextView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m0.java b/app/src/main/java/c/a/i/m0.java index e8ee6e9ae3..cfbc6fcaf1 100644 --- a/app/src/main/java/c/a/i/m0.java +++ b/app/src/main/java/c/a/i/m0.java @@ -16,7 +16,7 @@ public final class m0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f127c; + public final ImageView f130c; @NonNull public final ImageView d; @NonNull @@ -29,7 +29,7 @@ public final class m0 implements ViewBinding { public m0(@NonNull ConstraintLayout constraintLayout, @NonNull Barrier barrier, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4, @NonNull ImageView imageView5, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = imageView; - this.f127c = imageView3; + this.f130c = imageView3; this.d = imageView4; this.e = imageView5; this.f = textView; diff --git a/app/src/main/java/c/a/i/m1.java b/app/src/main/java/c/a/i/m1.java index f30f2acd84..7b062f8c6a 100644 --- a/app/src/main/java/c/a/i/m1.java +++ b/app/src/main/java/c/a/i/m1.java @@ -2,18 +2,36 @@ package c.a.i; import android.view.View; import android.widget.ImageView; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: SparkleViewBinding */ +import com.discord.views.premium.ShinyButton; +import com.google.android.material.button.MaterialButton; +/* compiled from: SingleValuePropPremiumUpsellDialogBinding */ public final class m1 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; + @NonNull + public final MaterialButton b; @NonNull - public final ImageView b; - public m1(@NonNull View view, @NonNull ImageView imageView) { - this.a = view; - this.b = imageView; + /* renamed from: c reason: collision with root package name */ + public final ShinyButton f131c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + @NonNull + public final ImageView f; + + public m1(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull ShinyButton shinyButton, @NonNull View view2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + this.a = linearLayout; + this.b = materialButton; + this.f131c = shinyButton; + this.d = textView; + this.e = textView2; + this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m2.java b/app/src/main/java/c/a/i/m2.java index dfff4877fe..9d1c9627ab 100644 --- a/app/src/main/java/c/a/i/m2.java +++ b/app/src/main/java/c/a/i/m2.java @@ -1,21 +1,30 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewMobileReportsChildBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewMobileReportBlockUserBinding */ public final class m2 implements ViewBinding { @NonNull - public final FrameLayout a; + public final LinearLayout a; + @NonNull + public final SimpleDraweeView b; @NonNull - public final TextView b; - public m2(@NonNull FrameLayout frameLayout, @NonNull CardView cardView, @NonNull TextView textView) { - this.a = frameLayout; - this.b = textView; + /* renamed from: c reason: collision with root package name */ + public final MaterialButton f132c; + @NonNull + public final TextView d; + + public m2(@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.f132c = materialButton; + this.d = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m3.java b/app/src/main/java/c/a/i/m3.java index 1bb6d55f39..8eda1988d6 100644 --- a/app/src/main/java/c/a/i/m3.java +++ b/app/src/main/java/c/a/i/m3.java @@ -1,44 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.floatingactionbutton.FloatingActionButton; -/* compiled from: ViewServerSettingsUploadBannerBinding */ +/* compiled from: ViewServerSettingsRegionHelpBinding */ public final class m3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final FrameLayout b; + public final LinkifiedTextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f128c; - @NonNull - public final SimpleDraweeView d; - @NonNull - public final FloatingActionButton e; - @NonNull - public final LinkifiedTextView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; + public final LinearLayout f133c; - public m3(@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 m3(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; - this.b = frameLayout; - this.f128c = textView; - this.d = simpleDraweeView; - this.e = floatingActionButton; - this.f = linkifiedTextView; - this.g = textView2; - this.h = textView3; + this.b = linkifiedTextView; + this.f133c = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m4.java b/app/src/main/java/c/a/i/m4.java index a84a8fb6c6..a9331cf31f 100644 --- a/app/src/main/java/c/a/i/m4.java +++ b/app/src/main/java/c/a/i/m4.java @@ -2,45 +2,26 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView; -import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView; -/* compiled from: WidgetCallFullscreenPrivateCallBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetAuthMfaInfoBinding */ public final class m4 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull - public final PrivateCallBlurredGridView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f129c; - @NonNull - public final RelativeLayout d; - @NonNull - public final LinearLayout e; - @NonNull - public final PrivateCallGridView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; + public final LinkifiedTextView f134c; - public m4(@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.f129c = textView; - this.d = relativeLayout2; - this.e = linearLayout; - this.f = privateCallGridView; - this.g = textView2; - this.h = textView3; - this.i = textView4; + public m4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView) { + this.a = linearLayout; + this.b = materialButton; + this.f134c = linkifiedTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/m5.java b/app/src/main/java/c/a/i/m5.java index 0241fe0ac3..244981e552 100644 --- a/app/src/main/java/c/a/i/m5.java +++ b/app/src/main/java/c/a/i/m5.java @@ -1,16 +1,20 @@ package c.a.i; import android.view.View; -import android.widget.RadioButton; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetMemberVerificationMultipleChoiceRadioItemBinding */ +/* compiled from: WidgetHubEmailFlowWaitlistBinding */ public final class m5 implements ViewBinding { @NonNull - public final RadioButton a; + public final NestedScrollView a; + @NonNull + public final TextView b; - public m5(@NonNull RadioButton radioButton) { - this.a = radioButton; + public m5(@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/i/n0.java b/app/src/main/java/c/a/i/n0.java index 4e13303c8b..634e10d608 100644 --- a/app/src/main/java/c/a/i/n0.java +++ b/app/src/main/java/c/a/i/n0.java @@ -14,12 +14,12 @@ public final class n0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f130c; + public final TextView f135c; public n0(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { this.a = view; this.b = simpleDraweeView; - this.f130c = textView; + this.f135c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n1.java b/app/src/main/java/c/a/i/n1.java index dba4048b59..35437c2175 100644 --- a/app/src/main/java/c/a/i/n1.java +++ b/app/src/main/java/c/a/i/n1.java @@ -4,26 +4,16 @@ import android.view.View; import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.rlottie.RLottieImageView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: StickerViewBinding */ +/* compiled from: SparkleViewBinding */ public final class n1 implements ViewBinding { @NonNull public final View a; @NonNull - public final SimpleDraweeView b; - @NonNull + public final ImageView b; - /* renamed from: c reason: collision with root package name */ - public final RLottieImageView f131c; - @NonNull - public final ImageView d; - - public n1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { + public n1(@NonNull View view, @NonNull ImageView imageView) { this.a = view; - this.b = simpleDraweeView; - this.f131c = rLottieImageView; - this.d = imageView; + this.b = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n2.java b/app/src/main/java/c/a/i/n2.java index db306e73c1..fc29998cb1 100644 --- a/app/src/main/java/c/a/i/n2.java +++ b/app/src/main/java/c/a/i/n2.java @@ -1,16 +1,49 @@ 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.views.CheckedSetting; -/* compiled from: ViewMobileReportsMulticheckItemBinding */ +import com.discord.R; +import com.discord.utilities.view.text.LinkifiedTextView; +import com.discord.views.GuildView; +/* compiled from: ViewMobileReportsChannelPreviewBinding */ public final class n2 implements ViewBinding { @NonNull - public final CheckedSetting a; + public final ConstraintLayout a; + @NonNull + public final GuildView b; + @NonNull - public n2(@NonNull CheckedSetting checkedSetting) { - this.a = checkedSetting; + /* renamed from: c reason: collision with root package name */ + public final TextView f136c; + @NonNull + public final LinkifiedTextView d; + + public n2(@NonNull ConstraintLayout constraintLayout, @NonNull GuildView guildView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView) { + this.a = constraintLayout; + this.b = guildView; + this.f136c = textView; + this.d = linkifiedTextView; + } + + @NonNull + public static n2 a(@NonNull View view) { + int i = R.id.image; + GuildView guildView = (GuildView) view.findViewById(R.id.image); + if (guildView != null) { + i = R.id.kicker; + TextView textView = (TextView) view.findViewById(R.id.kicker); + if (textView != null) { + i = R.id.text; + LinkifiedTextView linkifiedTextView = (LinkifiedTextView) view.findViewById(R.id.text); + if (linkifiedTextView != null) { + return new n2((ConstraintLayout) view, guildView, textView, linkifiedTextView); + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n3.java b/app/src/main/java/c/a/i/n3.java index b02f1a024c..36dd5c90ba 100644 --- a/app/src/main/java/c/a/i/n3.java +++ b/app/src/main/java/c/a/i/n3.java @@ -1,44 +1,32 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.floatingactionbutton.FloatingActionButton; -/* compiled from: ViewServerSettingsUploadSplashBinding */ +import com.discord.views.CheckedSetting; +/* compiled from: ViewServerSettingsSystemChannelWrapBinding */ public final class n3 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final FrameLayout b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final FloatingActionButton f132c; + public final CheckedSetting f137c; @NonNull - public final TextView d; + public final CheckedSetting d; @NonNull - public final SimpleDraweeView e; - @NonNull - public final LinkifiedTextView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; + public final LinearLayout e; - public n3(@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 n3(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull CheckedSetting checkedSetting, @NonNull CheckedSetting checkedSetting2, @NonNull LinearLayout linearLayout2) { this.a = linearLayout; - this.b = frameLayout; - this.f132c = floatingActionButton; - this.d = textView; - this.e = simpleDraweeView; - this.f = linkifiedTextView; - this.g = textView2; - this.h = textView3; + this.b = textView; + this.f137c = checkedSetting; + this.d = checkedSetting2; + this.e = linearLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n4.java b/app/src/main/java/c/a/i/n4.java index 6090880d0b..8696f18915 100644 --- a/app/src/main/java/c/a/i/n4.java +++ b/app/src/main/java/c/a/i/n4.java @@ -1,26 +1,18 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChannelSettingsCannotDeleteBinding */ +/* compiled from: WidgetCallFullscreenAudioShareWarningBinding */ public final class n4 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final TextView b; + public final View a; @NonNull + public final View b; - /* renamed from: c reason: collision with root package name */ - public final MaterialButton f133c; - - public n4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { - this.a = linearLayout; - this.b = textView; - this.f133c = materialButton; + public n4(@NonNull View view, @NonNull View view2) { + this.a = view; + this.b = view2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/n5.java b/app/src/main/java/c/a/i/n5.java index b5c5fcd66e..1131618500 100644 --- a/app/src/main/java/c/a/i/n5.java +++ b/app/src/main/java/c/a/i/n5.java @@ -1,58 +1,32 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; -import android.widget.SeekBar; -import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetMusicRichPresenceBinding */ +/* compiled from: WidgetMaskedLinksDialogBinding */ public final class n5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final LinearLayout b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f134c; + public final MaterialButton f138c; @NonNull - public final TextView d; + public final MaterialButton d; @NonNull - public final SimpleDraweeView e; - @NonNull - public final SimpleDraweeView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final MaterialButton i; - @NonNull - public final SeekBar j; - @NonNull - public final TextView k; - @NonNull - public final TextView l; + public final TextView e; - public n5(@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 n5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; - this.b = linearLayout2; - this.f134c = textView; - this.d = textView2; - this.e = simpleDraweeView; - this.f = simpleDraweeView2; - this.g = textView3; - this.h = textView4; - this.i = materialButton; - this.j = seekBar; - this.k = textView5; - this.l = textView6; + this.b = textView; + this.f138c = materialButton; + this.d = materialButton2; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o0.java b/app/src/main/java/c/a/i/o0.java index 518fa8de1b..19c8e83913 100644 --- a/app/src/main/java/c/a/i/o0.java +++ b/app/src/main/java/c/a/i/o0.java @@ -17,7 +17,7 @@ public final class o0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TabLayout f135c; + public final TabLayout f139c; @NonNull public final MaterialButton d; @NonNull @@ -28,7 +28,7 @@ public final class o0 implements ViewBinding { public o0(@NonNull RelativeLayout relativeLayout, @NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull View view, @NonNull TabLayout tabLayout, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull ViewPager2 viewPager2) { this.a = relativeLayout; this.b = materialButton; - this.f135c = tabLayout; + this.f139c = tabLayout; this.d = materialButton2; this.e = materialButton3; this.f = viewPager2; diff --git a/app/src/main/java/c/a/i/o1.java b/app/src/main/java/c/a/i/o1.java index 6b1db78737..954e62653e 100644 --- a/app/src/main/java/c/a/i/o1.java +++ b/app/src/main/java/c/a/i/o1.java @@ -2,53 +2,28 @@ package c.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.google.android.material.button.MaterialButton; -/* compiled from: ThreadBrowserEmptyBinding */ +import com.discord.rlottie.RLottieImageView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: StickerViewBinding */ public final class o1 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final View a; @NonNull - public final ConstraintLayout b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f136c; + public final RLottieImageView f140c; @NonNull - public final TextView d; + public final ImageView d; - public o1(@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.f136c = materialButton; - this.d = textView; - } - - @NonNull - public static o1 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); - if (materialButton != null) { - i = R.id.thread_browser_empty_heading; - TextView textView = (TextView) view.findViewById(R.id.thread_browser_empty_heading); - if (textView != null) { - i = R.id.thread_browser_empty_subheading; - TextView textView2 = (TextView) view.findViewById(R.id.thread_browser_empty_subheading); - if (textView2 != null) { - i = R.id.thread_icon; - ImageView imageView = (ImageView) view.findViewById(R.id.thread_icon); - if (imageView != null) { - return new o1(constraintLayout, constraintLayout, materialButton, textView, textView2, imageView); - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public o1(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull RLottieImageView rLottieImageView, @NonNull ImageView imageView) { + this.a = view; + this.b = simpleDraweeView; + this.f140c = rLottieImageView; + this.d = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o2.java b/app/src/main/java/c/a/i/o2.java index 67526d3e67..a278e4cbf1 100644 --- a/app/src/main/java/c/a/i/o2.java +++ b/app/src/main/java/c/a/i/o2.java @@ -1,30 +1,21 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; +import android.widget.FrameLayout; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewOverlayMenuBinding */ +/* compiled from: ViewMobileReportsChildBinding */ public final class o2 implements ViewBinding { @NonNull - public final View a; - @NonNull - public final p2 b; + public final FrameLayout a; @NonNull + public final TextView b; - /* renamed from: c reason: collision with root package name */ - public final ImageView f137c; - @NonNull - public final ImageView d; - @NonNull - public final ImageView e; - - public o2(@NonNull View view, @NonNull p2 p2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { - this.a = view; - this.b = p2Var; - this.f137c = imageView; - this.d = imageView2; - this.e = imageView3; + public o2(@NonNull FrameLayout frameLayout, @NonNull CardView cardView, @NonNull TextView textView) { + this.a = frameLayout; + this.b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o3.java b/app/src/main/java/c/a/i/o3.java index 6ae0e31d62..ad71ac1bde 100644 --- a/app/src/main/java/c/a/i/o3.java +++ b/app/src/main/java/c/a/i/o3.java @@ -1,25 +1,44 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.checkbox.MaterialCheckBox; -/* compiled from: ViewSettingCheckBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.floatingactionbutton.FloatingActionButton; +/* compiled from: ViewServerSettingsUploadBannerBinding */ public final class o3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull - public final MaterialCheckBox b; + public final FrameLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f138c; + public final TextView f141c; + @NonNull + public final SimpleDraweeView d; + @NonNull + public final FloatingActionButton e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; - public o3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { - this.a = view; - this.b = materialCheckBox; - this.f138c = constraintLayout; + public o3(@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.f141c = textView; + this.d = simpleDraweeView; + this.e = floatingActionButton; + this.f = linkifiedTextView; + this.g = textView2; + this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o4.java b/app/src/main/java/c/a/i/o4.java index 0b41a863bd..dc39ec568b 100644 --- a/app/src/main/java/c/a/i/o4.java +++ b/app/src/main/java/c/a/i/o4.java @@ -1,62 +1,46 @@ package c.a.i; -import android.view.LayoutInflater; import android.view.View; -import android.view.ViewGroup; import android.widget.LinearLayout; +import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.annotation.Nullable; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChannelSettingsDeleteBinding */ +import com.discord.widgets.voice.fullscreen.grid.PrivateCallBlurredGridView; +import com.discord.widgets.voice.fullscreen.grid.PrivateCallGridView; +/* compiled from: WidgetCallFullscreenPrivateCallBinding */ public final class o4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull - public final TextView b; + public final PrivateCallBlurredGridView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f139c; + public final TextView f142c; @NonNull - public final MaterialButton d; + public final RelativeLayout d; @NonNull - public final TextView e; + public final LinearLayout e; + @NonNull + public final PrivateCallGridView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; - public o4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { - this.a = linearLayout; - this.b = textView; - this.f139c = materialButton; - this.d = materialButton2; - this.e = textView2; - } - - @NonNull - public static o4 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; - TextView textView = (TextView) inflate.findViewById(R.id.channel_settings_delete_body); - if (textView != null) { - i = R.id.channel_settings_delete_cancel; - MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.channel_settings_delete_cancel); - if (materialButton != null) { - i = R.id.channel_settings_delete_confirm; - MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.channel_settings_delete_confirm); - if (materialButton2 != null) { - i = R.id.channel_settings_delete_title; - TextView textView2 = (TextView) inflate.findViewById(R.id.channel_settings_delete_title); - if (textView2 != null) { - return new o4((LinearLayout) inflate, textView, materialButton, materialButton2, textView2); - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); - } - throw null; + public o4(@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.f142c = textView; + this.d = relativeLayout2; + this.e = linearLayout; + this.f = privateCallGridView; + this.g = textView2; + this.h = textView3; + this.i = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/o5.java b/app/src/main/java/c/a/i/o5.java index 02e59bbec0..188e45bb91 100644 --- a/app/src/main/java/c/a/i/o5.java +++ b/app/src/main/java/c/a/i/o5.java @@ -1,44 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.Space; -import android.widget.TextView; +import android.widget.RadioButton; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetPlatformRichPresenceBinding */ +/* compiled from: WidgetMemberVerificationMultipleChoiceRadioItemBinding */ public final class o5 implements ViewBinding { @NonNull - public final LinearLayout a; - @NonNull - public final LinearLayout b; - @NonNull + public final RadioButton a; - /* renamed from: c reason: collision with root package name */ - public final TextView f140c; - @NonNull - public final SimpleDraweeView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final MaterialButton f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - - public o5(@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.f140c = textView; - this.d = simpleDraweeView; - this.e = simpleDraweeView2; - this.f = materialButton; - this.g = textView2; - this.h = textView3; + public o5(@NonNull RadioButton radioButton) { + this.a = radioButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p.java b/app/src/main/java/c/a/i/p.java index 4b4f028ba7..4e41dbb348 100644 --- a/app/src/main/java/c/a/i/p.java +++ b/app/src/main/java/c/a/i/p.java @@ -18,7 +18,7 @@ public final class p implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RelativeLayout f141c; + public final RelativeLayout f143c; @NonNull public final MaterialButton d; @NonNull @@ -33,7 +33,7 @@ public final class p implements ViewBinding { public p(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull RelativeLayout relativeLayout, @NonNull MaterialButton materialButton, @NonNull LinkifiedTextView linkifiedTextView, @NonNull MaterialButton materialButton2, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; this.b = textView; - this.f141c = relativeLayout; + this.f143c = relativeLayout; this.d = materialButton; this.e = linkifiedTextView; this.f = materialButton2; diff --git a/app/src/main/java/c/a/i/p1.java b/app/src/main/java/c/a/i/p1.java index ea1ac550b9..fd29d55a44 100644 --- a/app/src/main/java/c/a/i/p1.java +++ b/app/src/main/java/c/a/i/p1.java @@ -1,27 +1,54 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.typing.TypingDot; -/* compiled from: TypingDotsViewBinding */ +import com.discord.R; +import com.google.android.material.button.MaterialButton; +/* compiled from: ThreadBrowserEmptyBinding */ public final class p1 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull - public final TypingDot b; + public final ConstraintLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDot f142c; + public final MaterialButton f144c; @NonNull - public final TypingDot d; + public final TextView d; - public p1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { - this.a = view; - this.b = typingDot; - this.f142c = typingDot2; - this.d = typingDot3; + public p1(@NonNull ConstraintLayout constraintLayout, @NonNull ConstraintLayout constraintLayout2, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + this.a = constraintLayout; + this.b = constraintLayout2; + this.f144c = materialButton; + this.d = textView; + } + + @NonNull + public static p1 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); + if (materialButton != null) { + i = R.id.thread_browser_empty_heading; + TextView textView = (TextView) view.findViewById(R.id.thread_browser_empty_heading); + if (textView != null) { + i = R.id.thread_browser_empty_subheading; + TextView textView2 = (TextView) view.findViewById(R.id.thread_browser_empty_subheading); + if (textView2 != null) { + i = R.id.thread_icon; + ImageView imageView = (ImageView) view.findViewById(R.id.thread_icon); + if (imageView != null) { + return new p1(constraintLayout, constraintLayout, materialButton, textView, textView2, imageView); + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p2.java b/app/src/main/java/c/a/i/p2.java index ea4aad7f7f..379cf292f3 100644 --- a/app/src/main/java/c/a/i/p2.java +++ b/app/src/main/java/c/a/i/p2.java @@ -1,38 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewOverlayMenuContentBinding */ +import com.discord.views.CheckedSetting; +/* compiled from: ViewMobileReportsMulticheckItemBinding */ public final class p2 implements ViewBinding { @NonNull - public final CardView a; - @NonNull - public final TextView b; - @NonNull + public final CheckedSetting a; - /* renamed from: c reason: collision with root package name */ - public final TextView f143c; - @NonNull - public final TextView d; - @NonNull - public final ImageView e; - @NonNull - public final TextView f; - @NonNull - public final TextView g; - - public p2(@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.f143c = textView2; - this.d = textView3; - this.e = imageView; - this.f = textView4; - this.g = textView5; + public p2(@NonNull CheckedSetting checkedSetting) { + this.a = checkedSetting; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p3.java b/app/src/main/java/c/a/i/p3.java index 85f13a5e42..1d54c3f261 100644 --- a/app/src/main/java/c/a/i/p3.java +++ b/app/src/main/java/c/a/i/p3.java @@ -1,25 +1,44 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.radiobutton.MaterialRadioButton; -/* compiled from: ViewSettingRadioBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.floatingactionbutton.FloatingActionButton; +/* compiled from: ViewServerSettingsUploadSplashBinding */ public final class p3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayout a; @NonNull - public final MaterialRadioButton b; + public final FrameLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f144c; + public final FloatingActionButton f145c; + @NonNull + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final LinkifiedTextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; - public p3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { - this.a = view; - this.b = materialRadioButton; - this.f144c = constraintLayout; + public p3(@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.f145c = floatingActionButton; + this.d = textView; + this.e = simpleDraweeView; + this.f = linkifiedTextView; + this.g = textView2; + this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p4.java b/app/src/main/java/c/a/i/p4.java index 267e47ae46..906a9bf10a 100644 --- a/app/src/main/java/c/a/i/p4.java +++ b/app/src/main/java/c/a/i/p4.java @@ -6,27 +6,21 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChatInputGuardBinding */ +/* compiled from: WidgetChannelSettingsCannotDeleteBinding */ public final class p4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f145c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; + public final MaterialButton f146c; - public p4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { + public p4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull TextView textView2) { this.a = linearLayout; - this.b = materialButton; - this.f145c = materialButton2; - this.d = textView; - this.e = textView2; + this.b = textView; + this.f146c = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/p5.java b/app/src/main/java/c/a/i/p5.java index d1d0a5582a..ceb115e913 100644 --- a/app/src/main/java/c/a/i/p5.java +++ b/app/src/main/java/c/a/i/p5.java @@ -1,29 +1,58 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; +import android.widget.FrameLayout; import android.widget.LinearLayout; +import android.widget.SeekBar; +import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetPremiumUpsellBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetMusicRichPresenceBinding */ public final class p5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final TextView b; + public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f146c; + public final TextView f147c; @NonNull - public final ImageView d; + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final SimpleDraweeView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final MaterialButton i; + @NonNull + public final SeekBar j; + @NonNull + public final TextView k; + @NonNull + public final TextView l; - public p5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { + public p5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull TextView textView2, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull 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 = textView; - this.f146c = textView2; - this.d = imageView; + this.b = linearLayout2; + this.f147c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = simpleDraweeView2; + this.g = textView3; + this.h = textView4; + this.i = materialButton; + this.j = seekBar; + this.k = textView5; + this.l = textView6; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q.java b/app/src/main/java/c/a/i/q.java index 45d0d727a6..df106ad8f9 100644 --- a/app/src/main/java/c/a/i/q.java +++ b/app/src/main/java/c/a/i/q.java @@ -13,7 +13,7 @@ public final class q implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f147c; + public final MaterialButton f148c; @NonNull public final MaterialButton d; @NonNull @@ -22,7 +22,7 @@ public final class q implements ViewBinding { public q(@NonNull View view, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4) { this.a = view; this.b = materialButton; - this.f147c = materialButton2; + this.f148c = materialButton2; this.d = materialButton3; this.e = materialButton4; } diff --git a/app/src/main/java/c/a/i/q0.java b/app/src/main/java/c/a/i/q0.java index 17eb56e0a3..3f874e7c2e 100644 --- a/app/src/main/java/c/a/i/q0.java +++ b/app/src/main/java/c/a/i/q0.java @@ -16,7 +16,7 @@ public final class q0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final View f148c; + public final View f149c; @NonNull public final TextView d; @NonNull @@ -27,7 +27,7 @@ public final class q0 implements ViewBinding { public q0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull TextView textView, @NonNull RecyclerView recyclerView, @NonNull OverlayMenuView overlayMenuView) { this.a = linearLayout; this.b = linearLayout2; - this.f148c = view; + this.f149c = view; this.d = textView; this.e = recyclerView; this.f = overlayMenuView; diff --git a/app/src/main/java/c/a/i/q1.java b/app/src/main/java/c/a/i/q1.java index ff47746d7c..2b8bb7af8d 100644 --- a/app/src/main/java/c/a/i/q1.java +++ b/app/src/main/java/c/a/i/q1.java @@ -1,35 +1,27 @@ 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.facebook.drawee.view.SimpleDraweeView; -/* compiled from: UserActionsDialogBinding */ +import com.discord.views.typing.TypingDot; +/* compiled from: TypingDotsViewBinding */ public final class q1 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final SimpleDraweeView b; + public final TypingDot b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f149c; + public final TypingDot f150c; @NonNull - public final TextView d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; + public final TypingDot d; - public q1(@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.f149c = textView; - this.d = textView2; - this.e = textView3; - this.f = textView4; + public q1(@NonNull View view, @NonNull TypingDot typingDot, @NonNull TypingDot typingDot2, @NonNull TypingDot typingDot3) { + this.a = view; + this.b = typingDot; + this.f150c = typingDot2; + this.d = typingDot3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q2.java b/app/src/main/java/c/a/i/q2.java index 702724da0d..6a89c0928b 100644 --- a/app/src/main/java/c/a/i/q2.java +++ b/app/src/main/java/c/a/i/q2.java @@ -1,28 +1,30 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.textfield.TextInputEditText; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: ViewPhoneOrEmailInputBinding */ +/* compiled from: ViewOverlayMenuBinding */ public final class q2 implements ViewBinding { @NonNull public final View a; @NonNull - public final TextInputLayout b; + public final r2 b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f150c; + public final ImageView f151c; @NonNull - public final TextInputLayout d; + public final ImageView d; + @NonNull + public final ImageView e; - public q2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { + public q2(@NonNull View view, @NonNull r2 r2Var, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3) { this.a = view; - this.b = textInputLayout; - this.f150c = textInputEditText; - this.d = textInputLayout2; + this.b = r2Var; + this.f151c = imageView; + this.d = imageView2; + this.e = imageView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q3.java b/app/src/main/java/c/a/i/q3.java index 9dcd43320e..cd86517958 100644 --- a/app/src/main/java/c/a/i/q3.java +++ b/app/src/main/java/c/a/i/q3.java @@ -1,32 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: ViewSettingSharedBinding */ +import com.google.android.material.checkbox.MaterialCheckBox; +/* compiled from: ViewSettingCheckBinding */ public final class q3 implements ViewBinding { @NonNull public final View a; @NonNull - public final ImageView b; + public final MaterialCheckBox b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f151c; - @NonNull - public final LinkifiedTextView d; - @NonNull - public final TextView e; + public final ConstraintLayout f152c; - public q3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2) { + public q3(@NonNull View view, @NonNull MaterialCheckBox materialCheckBox, @NonNull ConstraintLayout constraintLayout) { this.a = view; - this.b = imageView; - this.f151c = textView; - this.d = linkifiedTextView; - this.e = textView2; + this.b = materialCheckBox; + this.f152c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q4.java b/app/src/main/java/c/a/i/q4.java index 6dca31ee41..d225b44572 100644 --- a/app/src/main/java/c/a/i/q4.java +++ b/app/src/main/java/c/a/i/q4.java @@ -1,27 +1,62 @@ package c.a.i; +import android.view.LayoutInflater; import android.view.View; -import android.widget.ImageView; -import android.widget.RelativeLayout; +import android.view.ViewGroup; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.cardview.widget.CardView; +import androidx.annotation.Nullable; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetChatInputMemberVerificationGuardBinding */ +import com.discord.R; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetChannelSettingsDeleteBinding */ public final class q4 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull - public final ImageView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f152c; + public final MaterialButton f153c; + @NonNull + public final MaterialButton d; + @NonNull + public final TextView e; - public q4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView) { - this.a = relativeLayout; - this.b = imageView2; - this.f152c = textView; + public q4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + this.a = linearLayout; + this.b = textView; + this.f153c = materialButton; + this.d = materialButton2; + this.e = textView2; + } + + @NonNull + public static q4 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; + TextView textView = (TextView) inflate.findViewById(R.id.channel_settings_delete_body); + if (textView != null) { + i = R.id.channel_settings_delete_cancel; + MaterialButton materialButton = (MaterialButton) inflate.findViewById(R.id.channel_settings_delete_cancel); + if (materialButton != null) { + i = R.id.channel_settings_delete_confirm; + MaterialButton materialButton2 = (MaterialButton) inflate.findViewById(R.id.channel_settings_delete_confirm); + if (materialButton2 != null) { + i = R.id.channel_settings_delete_title; + TextView textView2 = (TextView) inflate.findViewById(R.id.channel_settings_delete_title); + if (textView2 != null) { + return new q4((LinearLayout) inflate, textView, materialButton, materialButton2, textView2); + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(inflate.getResources().getResourceName(i))); + } + throw null; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/q5.java b/app/src/main/java/c/a/i/q5.java index b9f074fc83..8fd8b53c65 100644 --- a/app/src/main/java/c/a/i/q5.java +++ b/app/src/main/java/c/a/i/q5.java @@ -2,19 +2,43 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.Space; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; +import com.facebook.drawee.view.SimpleDraweeView; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetRemoteAuthNotFoundBinding */ +/* compiled from: WidgetPlatformRichPresenceBinding */ public final class q5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final LinearLayout b; + @NonNull - public q5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { + /* renamed from: c reason: collision with root package name */ + public final TextView f154c; + @NonNull + public final SimpleDraweeView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final MaterialButton f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + + public q5(@NonNull LinearLayout linearLayout, @NonNull Barrier barrier, @NonNull Space space, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull MaterialButton materialButton, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = linearLayout; - this.b = materialButton; + this.b = linearLayout2; + this.f154c = textView; + this.d = simpleDraweeView; + this.e = simpleDraweeView2; + this.f = materialButton; + this.g = textView2; + this.h = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r.java b/app/src/main/java/c/a/i/r.java index 7ab58bd195..490cee4de8 100644 --- a/app/src/main/java/c/a/i/r.java +++ b/app/src/main/java/c/a/i/r.java @@ -16,14 +16,14 @@ public final class r implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final RoleIconView f153c; + public final RoleIconView f155c; @NonNull public final TextView d; public r(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull RoleIconView roleIconView, @NonNull TextView textView) { this.a = cardView; this.b = imageView; - this.f153c = roleIconView; + this.f155c = roleIconView; this.d = textView; } diff --git a/app/src/main/java/c/a/i/r1.java b/app/src/main/java/c/a/i/r1.java index 283ef678ec..73fc1f766e 100644 --- a/app/src/main/java/c/a/i/r1.java +++ b/app/src/main/java/c/a/i/r1.java @@ -1,34 +1,35 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; -import android.widget.RelativeLayout; +import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.StatusView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: UserAvatarPresenceViewBinding */ +/* compiled from: UserActionsDialogBinding */ public final class r1 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final LinearLayout a; @NonNull public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f154c; + public final TextView f156c; @NonNull - public final SimpleDraweeView d; + public final TextView d; @NonNull - public final StatusView e; + public final TextView e; + @NonNull + public final TextView f; - public r1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) { - this.a = relativeLayout; + public r1(@NonNull LinearLayout linearLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { + this.a = linearLayout; this.b = simpleDraweeView; - this.f154c = imageView; - this.d = simpleDraweeView2; - this.e = statusView; + this.f156c = textView; + this.d = textView2; + this.e = textView3; + this.f = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r2.java b/app/src/main/java/c/a/i/r2.java index e5d9d6bb5f..d7440ddd57 100644 --- a/app/src/main/java/c/a/i/r2.java +++ b/app/src/main/java/c/a/i/r2.java @@ -1,25 +1,38 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.discord.views.CutoutView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewPileItemBinding */ +/* compiled from: ViewOverlayMenuContentBinding */ public final class r2 implements ViewBinding { @NonNull - public final CutoutView a; + public final CardView a; @NonNull - public final SimpleDraweeView b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final SimpleDraweeView f155c; + public final TextView f157c; + @NonNull + public final TextView d; + @NonNull + public final ImageView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; - public r2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { - this.a = cutoutView; - this.b = simpleDraweeView; - this.f155c = simpleDraweeView2; + public r2(@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.f157c = textView2; + this.d = textView3; + this.e = imageView; + this.f = textView4; + this.g = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r3.java b/app/src/main/java/c/a/i/r3.java index ced2d8e4ef..4bcdb4d110 100644 --- a/app/src/main/java/c/a/i/r3.java +++ b/app/src/main/java/c/a/i/r3.java @@ -4,22 +4,22 @@ import android.view.View; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.switchmaterial.SwitchMaterial; -/* compiled from: ViewSettingSwitchBinding */ +import com.google.android.material.radiobutton.MaterialRadioButton; +/* compiled from: ViewSettingRadioBinding */ public final class r3 implements ViewBinding { @NonNull public final View a; @NonNull - public final SwitchMaterial b; + public final MaterialRadioButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ConstraintLayout f156c; + public final ConstraintLayout f158c; - public r3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { + public r3(@NonNull View view, @NonNull MaterialRadioButton materialRadioButton, @NonNull ConstraintLayout constraintLayout) { this.a = view; - this.b = switchMaterial; - this.f156c = constraintLayout; + this.b = materialRadioButton; + this.f158c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r4.java b/app/src/main/java/c/a/i/r4.java index fd2fb1cade..3353b6e31e 100644 --- a/app/src/main/java/c/a/i/r4.java +++ b/app/src/main/java/c/a/i/r4.java @@ -6,16 +6,27 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetChatInputPermReqFilesBinding */ +/* compiled from: WidgetChatInputGuardBinding */ public final class r4 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final TextView b; + public final MaterialButton b; + @NonNull - public r4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { + /* renamed from: c reason: collision with root package name */ + public final MaterialButton f159c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + + public r4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; - this.b = textView; + this.b = materialButton; + this.f159c = materialButton2; + this.d = textView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/r5.java b/app/src/main/java/c/a/i/r5.java index 8f0e93084b..850c6db7b7 100644 --- a/app/src/main/java/c/a/i/r5.java +++ b/app/src/main/java/c/a/i/r5.java @@ -1,29 +1,29 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -import com.google.android.material.switchmaterial.SwitchMaterial; -/* compiled from: WidgetRemoteAuthPendingLoginBinding */ +/* compiled from: WidgetPremiumUpsellBinding */ public final class r5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f157c; + public final TextView f160c; @NonNull - public final SwitchMaterial d; + public final ImageView d; - public r5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { + public r5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull ImageView imageView) { this.a = linearLayout; - this.b = materialButton; - this.f157c = materialButton2; - this.d = switchMaterial; + this.b = textView; + this.f160c = textView2; + this.d = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/s1.java b/app/src/main/java/c/a/i/s1.java index 5dee5d2565..01fb8f0356 100644 --- a/app/src/main/java/c/a/i/s1.java +++ b/app/src/main/java/c/a/i/s1.java @@ -1,16 +1,34 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.ImageView; +import android.widget.RelativeLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.calls.VideoCallParticipantView; -/* compiled from: VideoCallGridItemBinding */ +import com.discord.views.StatusView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: UserAvatarPresenceViewBinding */ public final class s1 implements ViewBinding { @NonNull - public final VideoCallParticipantView a; + public final RelativeLayout a; + @NonNull + public final SimpleDraweeView b; + @NonNull - public s1(@NonNull VideoCallParticipantView videoCallParticipantView) { - this.a = videoCallParticipantView; + /* renamed from: c reason: collision with root package name */ + public final ImageView f161c; + @NonNull + public final SimpleDraweeView d; + @NonNull + public final StatusView e; + + public s1(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull SimpleDraweeView simpleDraweeView2, @NonNull RelativeLayout relativeLayout2, @NonNull StatusView statusView) { + this.a = relativeLayout; + this.b = simpleDraweeView; + this.f161c = imageView; + this.d = simpleDraweeView2; + this.e = statusView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/s2.java b/app/src/main/java/c/a/i/s2.java index 1a0d9618a9..6f93355fa7 100644 --- a/app/src/main/java/c/a/i/s2.java +++ b/app/src/main/java/c/a/i/s2.java @@ -1,36 +1,28 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.chip.Chip; -/* compiled from: ViewPremiumGuildConfirmationBinding */ +import com.google.android.material.textfield.TextInputEditText; +import com.google.android.material.textfield.TextInputLayout; +/* compiled from: ViewPhoneOrEmailInputBinding */ public final class s2 implements ViewBinding { @NonNull public final View a; @NonNull - public final SimpleDraweeView b; + public final TextInputLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f158c; + public final TextInputEditText f162c; @NonNull - public final Chip d; - @NonNull - public final Chip e; - @NonNull - public final ImageView f; + public final TextInputLayout d; - public s2(@NonNull View view, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull Chip chip, @NonNull Chip chip2, @NonNull ImageView imageView) { + public s2(@NonNull View view, @NonNull TextInputLayout textInputLayout, @NonNull TextInputEditText textInputEditText, @NonNull TextInputLayout textInputLayout2) { this.a = view; - this.b = simpleDraweeView; - this.f158c = textView; - this.d = chip; - this.e = chip2; - this.f = imageView; + this.b = textInputLayout; + this.f162c = textInputEditText; + this.d = textInputLayout2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/s3.java b/app/src/main/java/c/a/i/s3.java index 856399f934..974ce401bc 100644 --- a/app/src/main/java/c/a/i/s3.java +++ b/app/src/main/java/c/a/i/s3.java @@ -4,26 +4,29 @@ import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.appcompat.widget.LinearLayoutCompat; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewSettingsPremiumGuildNoGuildsBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +/* compiled from: ViewSettingSharedBinding */ public final class s3 implements ViewBinding { @NonNull - public final LinearLayoutCompat a; + public final View a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f159c; + public final TextView f163c; @NonNull - public final TextView d; + public final LinkifiedTextView d; + @NonNull + public final TextView e; - public s3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = linearLayoutCompat; + public s3(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextView textView2) { + this.a = view; this.b = imageView; - this.f159c = textView; - this.d = textView2; + this.f163c = textView; + this.d = linkifiedTextView; + this.e = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/s4.java b/app/src/main/java/c/a/i/s4.java index 7242280ace..fd81c530d6 100644 --- a/app/src/main/java/c/a/i/s4.java +++ b/app/src/main/java/c/a/i/s4.java @@ -2,34 +2,26 @@ package c.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.LinearLayout; +import android.widget.RelativeLayout; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.cardview.widget.CardView; import androidx.viewbinding.ViewBinding; -import com.discord.views.sticker.StickerView; -/* compiled from: WidgetChatInputStickerSuggestionsBinding */ +/* compiled from: WidgetChatInputMemberVerificationGuardBinding */ public final class s4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull - public final StickerView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final StickerView f160c; - @NonNull - public final StickerView d; - @NonNull - public final StickerView e; - @NonNull - public final ImageView f; + public final TextView f164c; - public s4(@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.f160c = stickerView2; - this.d = stickerView3; - this.e = stickerView4; - this.f = imageView; + public s4(@NonNull RelativeLayout relativeLayout, @NonNull CardView cardView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView) { + this.a = relativeLayout; + this.b = imageView2; + this.f164c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/s5.java b/app/src/main/java/c/a/i/s5.java index 167bcc7d54..fc85e3d890 100644 --- a/app/src/main/java/c/a/i/s5.java +++ b/app/src/main/java/c/a/i/s5.java @@ -5,7 +5,7 @@ import android.widget.LinearLayout; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetRemoteAuthSuccessBinding */ +/* compiled from: WidgetRemoteAuthNotFoundBinding */ public final class s5 implements ViewBinding { @NonNull public final LinearLayout a; diff --git a/app/src/main/java/c/a/i/t.java b/app/src/main/java/c/a/i/t.java index 7ca2a7c08e..66a1f845cb 100644 --- a/app/src/main/java/c/a/i/t.java +++ b/app/src/main/java/c/a/i/t.java @@ -14,12 +14,12 @@ public final class t implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f161c; + public final TextView f165c; public t(@NonNull View view, @NonNull View view2, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = view; this.b = imageView; - this.f161c = textView; + this.f165c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t0.java b/app/src/main/java/c/a/i/t0.java index ea81cf8db0..ec31ea6035 100644 --- a/app/src/main/java/c/a/i/t0.java +++ b/app/src/main/java/c/a/i/t0.java @@ -21,7 +21,7 @@ public final class t0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final CardView f162c; + public final CardView f166c; @NonNull public final TextView d; @NonNull @@ -32,7 +32,7 @@ public final class t0 implements ViewBinding { public t0(@NonNull CardView cardView, @NonNull ImageView imageView, @NonNull CardView cardView2, @NonNull TextView textView, @NonNull TextInputLayout textInputLayout, @NonNull RecyclerView recyclerView, @NonNull TextView textView2) { this.a = cardView; this.b = imageView; - this.f162c = cardView2; + this.f166c = cardView2; this.d = textView; this.e = textInputLayout; this.f = recyclerView; diff --git a/app/src/main/java/c/a/i/t1.java b/app/src/main/java/c/a/i/t1.java index 97518fba39..39a80377f4 100644 --- a/app/src/main/java/c/a/i/t1.java +++ b/app/src/main/java/c/a/i/t1.java @@ -1,33 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewAccountCreditBinding */ +import com.discord.views.calls.VideoCallParticipantView; +/* compiled from: VideoCallGridItemBinding */ public final class t1 implements ViewBinding { @NonNull - public final ConstraintLayout a; - @NonNull - public final TextView b; - @NonNull + public final VideoCallParticipantView a; - /* renamed from: c reason: collision with root package name */ - public final ImageView f163c; - @NonNull - public final TextView d; - @NonNull - public final TextView e; - - public t1(@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.f163c = imageView; - this.d = textView2; - this.e = textView3; + public t1(@NonNull VideoCallParticipantView videoCallParticipantView) { + this.a = videoCallParticipantView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t2.java b/app/src/main/java/c/a/i/t2.java index 754a19bb9e..675e8f6836 100644 --- a/app/src/main/java/c/a/i/t2.java +++ b/app/src/main/java/c/a/i/t2.java @@ -1,47 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; -import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.ProgressBar; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewPremiumGuildProgressBarBinding */ +import com.discord.views.CutoutView; +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewPileItemBinding */ public final class t2 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final CutoutView a; @NonNull - public final ProgressBar b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f164c; - @NonNull - public final ImageView d; - @NonNull - public final TextView e; - @NonNull - public final ImageView f; - @NonNull - public final TextView g; - @NonNull - public final ImageView h; - @NonNull - public final TextView i; + public final SimpleDraweeView f167c; - public t2(@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.f164c = imageView; - this.d = imageView2; - this.e = textView; - this.f = imageView3; - this.g = textView2; - this.h = imageView4; - this.i = textView3; + public t2(@NonNull CutoutView cutoutView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull SimpleDraweeView simpleDraweeView2) { + this.a = cutoutView; + this.b = simpleDraweeView; + this.f167c = simpleDraweeView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t3.java b/app/src/main/java/c/a/i/t3.java index 68aa0a1a53..f9ec6a5747 100644 --- a/app/src/main/java/c/a/i/t3.java +++ b/app/src/main/java/c/a/i/t3.java @@ -1,16 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewSimpleSpinnerDropdownItemBinding */ +import com.google.android.material.switchmaterial.SwitchMaterial; +/* compiled from: ViewSettingSwitchBinding */ public final class t3 implements ViewBinding { @NonNull - public final TextView a; + public final View a; + @NonNull + public final SwitchMaterial b; + @NonNull - public t3(@NonNull TextView textView) { - this.a = textView; + /* renamed from: c reason: collision with root package name */ + public final ConstraintLayout f168c; + + public t3(@NonNull View view, @NonNull SwitchMaterial switchMaterial, @NonNull ConstraintLayout constraintLayout) { + this.a = view; + this.b = switchMaterial; + this.f168c = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t4.java b/app/src/main/java/c/a/i/t4.java index 94ca6fc8ec..c95c2bf223 100644 --- a/app/src/main/java/c/a/i/t4.java +++ b/app/src/main/java/c/a/i/t4.java @@ -2,16 +2,20 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -/* compiled from: WidgetChatListAdapterItemEmbedFieldBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetChatInputPermReqFilesBinding */ public final class t4 implements ViewBinding { @NonNull public final LinearLayout a; + @NonNull + public final TextView b; - public t4(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2) { + public t4(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; + this.b = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/t5.java b/app/src/main/java/c/a/i/t5.java index b3b1b1f193..5901c536ff 100644 --- a/app/src/main/java/c/a/i/t5.java +++ b/app/src/main/java/c/a/i/t5.java @@ -2,28 +2,28 @@ 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: WidgetServerSettingsConfirmDisableIntegrationBinding */ +import com.google.android.material.switchmaterial.SwitchMaterial; +/* compiled from: WidgetRemoteAuthPendingLoginBinding */ public final class t5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final TextView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f165c; + public final MaterialButton f169c; @NonNull - public final MaterialButton d; + public final SwitchMaterial d; - public t5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { + public t5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull SwitchMaterial switchMaterial) { this.a = linearLayout; - this.b = textView; - this.f165c = materialButton; - this.d = materialButton2; + this.b = materialButton; + this.f169c = materialButton2; + this.d = switchMaterial; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/u.java b/app/src/main/java/c/a/i/u.java index e31baaded3..55a2019a60 100644 --- a/app/src/main/java/c/a/i/u.java +++ b/app/src/main/java/c/a/i/u.java @@ -16,7 +16,7 @@ public final class u implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f166c; + public final TextView f170c; @NonNull public final SimpleDraweeView d; @NonNull @@ -25,7 +25,7 @@ public final class u implements ViewBinding { public u(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialButton materialButton2) { this.a = linearLayout; this.b = materialButton; - this.f166c = textView; + this.f170c = textView; this.d = simpleDraweeView; this.e = materialButton2; } diff --git a/app/src/main/java/c/a/i/u1.java b/app/src/main/java/c/a/i/u1.java index c809ea23d1..e8abc6a687 100644 --- a/app/src/main/java/c/a/i/u1.java +++ b/app/src/main/java/c/a/i/u1.java @@ -1,46 +1,33 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.ImageView; -import android.widget.ProgressBar; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewActiveSubscriptionBinding */ +/* compiled from: ViewAccountCreditBinding */ public final class u1 implements ViewBinding { @NonNull - public final FrameLayout a; + public final ConstraintLayout a; @NonNull public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f167c; + public final ImageView f171c; @NonNull - public final ImageView d; + public final TextView d; @NonNull - public final ImageView e; - @NonNull - public final TextView f; - @NonNull - public final MaterialButton g; - @NonNull - public final ProgressBar h; - @NonNull - public final MaterialButton i; + public final TextView e; - public u1(@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; + public u1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull TextView textView2, @NonNull LinearLayout linearLayout, @NonNull TextView textView3) { + this.a = constraintLayout; this.b = textView; - this.f167c = imageView; - this.d = imageView2; - this.e = imageView3; - this.f = textView2; - this.g = materialButton; - this.h = progressBar; - this.i = materialButton2; + this.f171c = imageView; + this.d = textView2; + this.e = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/u2.java b/app/src/main/java/c/a/i/u2.java index f3a026693a..4ccbb62985 100644 --- a/app/src/main/java/c/a/i/u2.java +++ b/app/src/main/java/c/a/i/u2.java @@ -1,30 +1,36 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.ImageView; -import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewPremiumGuildProgressBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.chip.Chip; +/* compiled from: ViewPremiumGuildConfirmationBinding */ public final class u2 implements ViewBinding { @NonNull - public final FrameLayout a; + public final View a; @NonNull - public final ImageView b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f168c; + public final TextView f172c; @NonNull - public final ProgressBar d; + public final Chip d; + @NonNull + public final Chip e; + @NonNull + public final ImageView f; - public u2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { - this.a = frameLayout; - this.b = imageView; - this.f168c = textView; - this.d = progressBar; + public u2(@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.f172c = textView; + this.d = chip; + this.e = chip2; + this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/u3.java b/app/src/main/java/c/a/i/u3.java index 3eee4e8261..1beb2f4131 100644 --- a/app/src/main/java/c/a/i/u3.java +++ b/app/src/main/java/c/a/i/u3.java @@ -4,39 +4,26 @@ import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.appcompat.widget.LinearLayoutCompat; import androidx.viewbinding.ViewBinding; -import com.discord.views.VoiceUserView; -import com.discord.views.calls.SpeakerPulseView; -/* compiled from: ViewStageChannelSpeakerBinding */ +/* compiled from: ViewSettingsPremiumGuildNoGuildsBinding */ public final class u3 implements ViewBinding { @NonNull - public final View a; + public final LinearLayoutCompat a; @NonNull - public final VoiceUserView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f169c; + public final TextView f173c; @NonNull - public final ImageView d; - @NonNull - public final ImageView e; - @NonNull - public final ImageView f; - @NonNull - public final TextView g; - @NonNull - public final SpeakerPulseView h; + public final TextView d; - public u3(@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.f169c = imageView; - this.d = imageView2; - this.e = imageView3; - this.f = imageView4; - this.g = textView; - this.h = speakerPulseView; + public u3(@NonNull LinearLayoutCompat linearLayoutCompat, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = linearLayoutCompat; + this.b = imageView; + this.f173c = textView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/u4.java b/app/src/main/java/c/a/i/u4.java index e70c99c847..430f4272f8 100644 --- a/app/src/main/java/c/a/i/u4.java +++ b/app/src/main/java/c/a/i/u4.java @@ -2,34 +2,34 @@ package c.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.TextView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetChatListAdapterItemSingleLineMessagePreviewBinding */ +import com.discord.views.sticker.StickerView; +/* compiled from: WidgetChatInputStickerSuggestionsBinding */ public final class u4 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull - public final ImageView b; + public final StickerView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final LinkifiedTextView f170c; + public final StickerView f174c; @NonNull - public final SimpleDraweeView d; + public final StickerView d; @NonNull - public final TextView e; + public final StickerView e; + @NonNull + public final ImageView f; - public u4(@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.f170c = linkifiedTextView; - this.d = simpleDraweeView; - this.e = textView; + public u4(@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.f174c = stickerView2; + this.d = stickerView3; + this.e = stickerView4; + this.f = imageView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/u5.java b/app/src/main/java/c/a/i/u5.java index e207a20f26..b7e4990475 100644 --- a/app/src/main/java/c/a/i/u5.java +++ b/app/src/main/java/c/a/i/u5.java @@ -2,30 +2,19 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: WidgetServerSettingsOverviewSectionAfkChannelBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetRemoteAuthSuccessBinding */ public final class u5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final TextView b; - @NonNull + public final MaterialButton b; - /* renamed from: c reason: collision with root package name */ - public final LinearLayout f171c; - @NonNull - public final TextView d; - @NonNull - public final LinearLayout e; - - public u5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { + public u5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton) { this.a = linearLayout; - this.b = textView; - this.f171c = linearLayout2; - this.d = textView2; - this.e = linearLayout3; + this.b = materialButton; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/v.java b/app/src/main/java/c/a/i/v.java index 595cd53107..ec5a1d3dd9 100644 --- a/app/src/main/java/c/a/i/v.java +++ b/app/src/main/java/c/a/i/v.java @@ -17,7 +17,7 @@ public final class v implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final SwitchMaterial f172c; + public final SwitchMaterial f175c; @NonNull public final RelativeLayout d; @NonNull @@ -36,7 +36,7 @@ public final class v implements ViewBinding { public v(@NonNull RelativeLayout relativeLayout, @NonNull ImageView imageView, @NonNull MaterialButton materialButton, @NonNull SwitchMaterial switchMaterial, @NonNull RelativeLayout relativeLayout2, @NonNull View view, @NonNull MaterialButton materialButton2, @NonNull RelativeLayout relativeLayout3, @NonNull MaterialButton materialButton3, @NonNull MaterialButton materialButton4, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { this.a = relativeLayout; this.b = materialButton; - this.f172c = switchMaterial; + this.f175c = switchMaterial; this.d = relativeLayout2; this.e = view; this.f = materialButton2; diff --git a/app/src/main/java/c/a/i/v0.java b/app/src/main/java/c/a/i/v0.java index 115fad241e..9581b2c738 100644 --- a/app/src/main/java/c/a/i/v0.java +++ b/app/src/main/java/c/a/i/v0.java @@ -16,7 +16,7 @@ public final class v0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f173c; + public final TextView f176c; @NonNull public final ImageView d; @NonNull @@ -29,7 +29,7 @@ public final class v0 implements ViewBinding { public v0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull ImageView imageView4) { this.a = linearLayout; this.b = materialButton; - this.f173c = textView; + this.f176c = textView; this.d = imageView; this.e = imageView2; this.f = imageView3; diff --git a/app/src/main/java/c/a/i/v1.java b/app/src/main/java/c/a/i/v1.java index a801f263a7..f5ccad8dfc 100644 --- a/app/src/main/java/c/a/i/v1.java +++ b/app/src/main/java/c/a/i/v1.java @@ -1,19 +1,46 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; import android.widget.ImageView; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; -import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewAddOverrideItemBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewActiveSubscriptionBinding */ public final class v1 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final FrameLayout a; + @NonNull + public final TextView b; + @NonNull - public v1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull ImageView imageView) { - this.a = constraintLayout; + /* renamed from: c reason: collision with root package name */ + public final ImageView f177c; + @NonNull + public final ImageView d; + @NonNull + public final ImageView e; + @NonNull + public final TextView f; + @NonNull + public final MaterialButton g; + @NonNull + public final ProgressBar h; + @NonNull + public final MaterialButton i; + + public v1(@NonNull FrameLayout frameLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull ImageView imageView3, @NonNull TextView textView2, @NonNull MaterialButton materialButton, @NonNull ProgressBar progressBar, @NonNull MaterialButton materialButton2) { + this.a = frameLayout; + this.b = textView; + this.f177c = imageView; + this.d = imageView2; + this.e = imageView3; + this.f = textView2; + this.g = materialButton; + this.h = progressBar; + this.i = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/v2.java b/app/src/main/java/c/a/i/v2.java index cd32dcd2a7..5f3ecf0c5a 100644 --- a/app/src/main/java/c/a/i/v2.java +++ b/app/src/main/java/c/a/i/v2.java @@ -1,47 +1,47 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewPremiumMarketingBinding */ +/* compiled from: ViewPremiumGuildProgressBarBinding */ public final class v2 implements ViewBinding { @NonNull - public final LinearLayout a; + public final ConstraintLayout a; @NonNull - public final LinearLayout b; + public final ProgressBar b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f174c; + public final ImageView f178c; @NonNull - public final LinearLayout d; + public final ImageView d; @NonNull public final TextView e; @NonNull - public final TextView f; + public final ImageView f; @NonNull public final TextView g; @NonNull - public final TextView h; + public final ImageView h; @NonNull public final TextView i; - @NonNull - public final TextView j; - public v2(@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.f174c = materialButton; - this.d = linearLayout3; + public v2(@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.f178c = imageView; + this.d = imageView2; this.e = textView; - this.f = textView2; - this.g = textView3; - this.h = textView4; - this.i = textView5; - this.j = textView6; + this.f = imageView3; + this.g = textView2; + this.h = imageView4; + this.i = textView3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/v3.java b/app/src/main/java/c/a/i/v3.java index 1ec37ea641..1e468012f4 100644 --- a/app/src/main/java/c/a/i/v3.java +++ b/app/src/main/java/c/a/i/v3.java @@ -3,24 +3,14 @@ package c.a.i; import android.view.View; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewStageChannelVisitCommunityBinding */ +/* compiled from: ViewSimpleSpinnerDropdownItemBinding */ public final class v3 implements ViewBinding { @NonNull - public final ConstraintLayout a; - @NonNull - public final SimpleDraweeView b; - @NonNull + public final TextView a; - /* renamed from: c reason: collision with root package name */ - public final TextView f175c; - - public v3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = constraintLayout; - this.b = simpleDraweeView; - this.f175c = textView; + public v3(@NonNull TextView textView) { + this.a = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/v4.java b/app/src/main/java/c/a/i/v4.java index 9688fe7718..77940c7faf 100644 --- a/app/src/main/java/c/a/i/v4.java +++ b/app/src/main/java/c/a/i/v4.java @@ -1,52 +1,17 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; +import android.widget.LinearLayout; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.widgets.botuikit.views.ActionRowComponentView; -import com.google.android.flexbox.FlexboxLayout; -/* compiled from: WidgetChatListBotUiActionRowComponentBinding */ +import com.discord.utilities.view.text.LinkifiedTextView; +/* compiled from: WidgetChatListAdapterItemEmbedFieldBinding */ public final class v4 implements ViewBinding { @NonNull - public final ActionRowComponentView a; - @NonNull - public final FlexboxLayout b; - @NonNull + public final LinearLayout a; - /* renamed from: c reason: collision with root package name */ - public final i2 f176c; - - public v4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull i2 i2Var) { - this.a = actionRowComponentView; - this.b = flexboxLayout; - this.f176c = i2Var; - } - - @NonNull - public static v4 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) { - i = R.id.action_row_component_view_group_error_row; - View findViewById = view.findViewById(R.id.action_row_component_view_group_error_row); - if (findViewById != null) { - int i2 = R.id.view_interaction_failed_label_icon; - ImageView imageView = (ImageView) findViewById.findViewById(R.id.view_interaction_failed_label_icon); - if (imageView != null) { - 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 v4((ActionRowComponentView) view, flexboxLayout, new i2((ConstraintLayout) findViewById, imageView, textView)); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public v4(@NonNull LinearLayout linearLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull LinkifiedTextView linkifiedTextView2) { + this.a = linearLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/v5.java b/app/src/main/java/c/a/i/v5.java index f213158253..33ee421396 100644 --- a/app/src/main/java/c/a/i/v5.java +++ b/app/src/main/java/c/a/i/v5.java @@ -2,24 +2,28 @@ 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: WidgetSettingsPrivacyDefaultsBinding */ +/* compiled from: WidgetServerSettingsConfirmDisableIntegrationBinding */ public final class v5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final MaterialButton f177c; + public final MaterialButton f179c; + @NonNull + public final MaterialButton d; - public v5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + public v5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2, @NonNull TextView textView2) { this.a = linearLayout; - this.b = materialButton; - this.f177c = materialButton2; + this.b = textView; + this.f179c = materialButton; + this.d = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w.java b/app/src/main/java/c/a/i/w.java index c297856148..e559b9a909 100644 --- a/app/src/main/java/c/a/i/w.java +++ b/app/src/main/java/c/a/i/w.java @@ -15,7 +15,7 @@ public final class w implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f178c; + public final TextView f180c; @NonNull public final RelativeLayout d; @NonNull @@ -26,7 +26,7 @@ public final class w implements ViewBinding { public w(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull RelativeLayout relativeLayout, @NonNull TextView textView3, @NonNull RelativeLayout relativeLayout2) { this.a = linearLayout; this.b = textView; - this.f178c = textView2; + this.f180c = textView2; this.d = relativeLayout; this.e = textView3; this.f = relativeLayout2; diff --git a/app/src/main/java/c/a/i/w0.java b/app/src/main/java/c/a/i/w0.java index 2cac18345e..5230ae62bf 100644 --- a/app/src/main/java/c/a/i/w0.java +++ b/app/src/main/java/c/a/i/w0.java @@ -15,12 +15,12 @@ public final class w0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f179c; + public final TextView f181c; public w0(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView) { this.a = linearLayout; this.b = materialButton; - this.f179c = textView; + this.f181c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w1.java b/app/src/main/java/c/a/i/w1.java index 462ccf179c..31a9bd9978 100644 --- a/app/src/main/java/c/a/i/w1.java +++ b/app/src/main/java/c/a/i/w1.java @@ -4,22 +4,16 @@ import android.view.View; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewChatActionItemBinding */ +/* compiled from: ViewAddOverrideItemBinding */ public final class w1 implements ViewBinding { @NonNull - public final View a; - @NonNull - public final ImageView b; - @NonNull + public final ConstraintLayout a; - /* renamed from: c reason: collision with root package name */ - public final TextView f180c; - - public w1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { - this.a = view; - this.b = imageView; - this.f180c = textView; + public w1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull Guideline guideline, @NonNull ImageView imageView) { + this.a = constraintLayout; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w2.java b/app/src/main/java/c/a/i/w2.java index 5bb753ebd0..30186fb31e 100644 --- a/app/src/main/java/c/a/i/w2.java +++ b/app/src/main/java/c/a/i/w2.java @@ -1,31 +1,30 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.FrameLayout; +import android.widget.ImageView; +import android.widget.ProgressBar; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewPremiumSettingsPerksBinding */ +/* compiled from: ViewPremiumGuildProgressBinding */ public final class w2 implements ViewBinding { @NonNull - public final LinearLayout a; + public final FrameLayout a; @NonNull - public final TextView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f181c; + public final TextView f182c; @NonNull - public final TextView d; - @NonNull - public final TextView e; + public final ProgressBar d; - public w2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { - this.a = linearLayout; - this.b = textView; - this.f181c = textView2; - this.d = textView3; - this.e = textView4; + public w2(@NonNull FrameLayout frameLayout, @NonNull ImageView imageView, @NonNull TextView textView, @NonNull ProgressBar progressBar) { + this.a = frameLayout; + this.b = imageView; + this.f182c = textView; + this.d = progressBar; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w3.java b/app/src/main/java/c/a/i/w3.java index 030223e251..364d1f6c6e 100644 --- a/app/src/main/java/c/a/i/w3.java +++ b/app/src/main/java/c/a/i/w3.java @@ -2,44 +2,41 @@ package c.a.i; import android.view.View; import android.widget.ImageView; -import android.widget.LinearLayout; -import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import androidx.viewpager2.widget.ViewPager2; -import com.discord.views.LoadingButton; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewStepsBinding */ +import com.discord.views.VoiceUserView; +import com.discord.views.calls.SpeakerPulseView; +/* compiled from: ViewStageChannelSpeakerBinding */ public final class w3 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final View a; @NonNull - public final LinearLayout b; + public final VoiceUserView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f182c; + public final ImageView f183c; @NonNull public final ImageView d; @NonNull - public final LoadingButton e; + public final ImageView e; @NonNull - public final MaterialButton f; + public final ImageView f; @NonNull public final TextView g; @NonNull - public final ViewPager2 h; + public final SpeakerPulseView h; - public w3(@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.f182c = textView; - this.d = imageView; - this.e = loadingButton; - this.f = materialButton; - this.g = textView2; - this.h = viewPager2; + public w3(@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.f183c = imageView; + this.d = imageView2; + this.e = imageView3; + this.f = imageView4; + this.g = textView; + this.h = speakerPulseView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w4.java b/app/src/main/java/c/a/i/w4.java index 63b2944161..7c847ecfe9 100644 --- a/app/src/main/java/c/a/i/w4.java +++ b/app/src/main/java/c/a/i/w4.java @@ -2,64 +2,34 @@ package c.a.i; import android.view.View; import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; +import androidx.constraintlayout.widget.Guideline; import androidx.viewbinding.ViewBinding; -import com.discord.R; -import com.discord.views.typing.TypingDots; -import com.discord.widgets.botuikit.views.select.SelectComponentView; +import com.discord.utilities.view.text.LinkifiedTextView; import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.flexbox.FlexboxLayout; -import com.google.android.material.textview.MaterialTextView; -/* compiled from: WidgetChatListBotUiSelectComponentBinding */ +/* compiled from: WidgetChatListAdapterItemSingleLineMessagePreviewBinding */ public final class w4 implements ViewBinding { @NonNull - public final SelectComponentView a; + public final ConstraintLayout a; @NonNull public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TypingDots f183c; + public final LinkifiedTextView f184c; @NonNull public final SimpleDraweeView d; @NonNull - public final MaterialTextView e; - @NonNull - public final FlexboxLayout f; + public final TextView e; - public w4(@NonNull SelectComponentView selectComponentView, @NonNull ImageView imageView, @NonNull TypingDots typingDots, @NonNull SimpleDraweeView simpleDraweeView, @NonNull MaterialTextView materialTextView, @NonNull FlexboxLayout flexboxLayout) { - this.a = selectComponentView; + public w4(@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.f183c = typingDots; + this.f184c = linkifiedTextView; this.d = simpleDraweeView; - this.e = materialTextView; - this.f = flexboxLayout; - } - - @NonNull - public static w4 a(@NonNull View view) { - int i = R.id.select_component_chevron; - ImageView imageView = (ImageView) view.findViewById(R.id.select_component_chevron); - if (imageView != null) { - i = R.id.select_component_loading; - TypingDots typingDots = (TypingDots) view.findViewById(R.id.select_component_loading); - if (typingDots != null) { - i = R.id.select_component_selection_icon; - SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.select_component_selection_icon); - if (simpleDraweeView != null) { - i = R.id.select_component_selection_text; - MaterialTextView materialTextView = (MaterialTextView) view.findViewById(R.id.select_component_selection_text); - if (materialTextView != null) { - i = R.id.select_component_selections_root; - FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.select_component_selections_root); - if (flexboxLayout != null) { - return new w4((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); - } - } - } - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + this.e = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/w5.java b/app/src/main/java/c/a/i/w5.java index 8fe7737834..bd817c6517 100644 --- a/app/src/main/java/c/a/i/w5.java +++ b/app/src/main/java/c/a/i/w5.java @@ -1,48 +1,31 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; import android.widget.LinearLayout; -import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.facebook.drawee.view.SimpleDraweeView; -import com.google.android.material.button.MaterialButton; -/* compiled from: WidgetStageChannelRichPresenceBinding */ +/* compiled from: WidgetServerSettingsOverviewSectionAfkChannelBinding */ public final class w5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final LinearLayout b; + public final TextView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f184c; + public final LinearLayout f185c; @NonNull public final TextView d; @NonNull - public final SimpleDraweeView e; - @NonNull - public final TextView f; - @NonNull - public final MaterialButton g; - @NonNull - public final TextView h; - @NonNull - public final TextView i; + public final LinearLayout e; - public w5(@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 w5(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinearLayout linearLayout2, @NonNull TextView textView2, @NonNull LinearLayout linearLayout3) { this.a = linearLayout; - this.b = linearLayout2; - this.f184c = textView; + this.b = textView; + this.f185c = linearLayout2; this.d = textView2; - this.e = simpleDraweeView; - this.f = textView3; - this.g = materialButton; - this.h = textView4; - this.i = textView5; + this.e = linearLayout3; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x0.java b/app/src/main/java/c/a/i/x0.java index 00762e8ea3..d9c83375a0 100644 --- a/app/src/main/java/c/a/i/x0.java +++ b/app/src/main/java/c/a/i/x0.java @@ -16,7 +16,7 @@ public final class x0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f185c; + public final TextView f186c; @NonNull public final LottieAnimationView d; @NonNull @@ -25,7 +25,7 @@ public final class x0 implements ViewBinding { public x0(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull LottieAnimationView lottieAnimationView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f185c = textView2; + this.f186c = textView2; this.d = lottieAnimationView; this.e = materialButton; } diff --git a/app/src/main/java/c/a/i/x1.java b/app/src/main/java/c/a/i/x1.java index 962b593c70..2221f73e63 100644 --- a/app/src/main/java/c/a/i/x1.java +++ b/app/src/main/java/c/a/i/x1.java @@ -6,24 +6,21 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewChatUploadBinding */ +/* compiled from: ViewCallEventsButtonBinding */ public final class x1 implements ViewBinding { @NonNull public final ConstraintLayout a; @NonNull - public final TextView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ImageView f186c; - @NonNull - public final TextView d; + public final TextView f187c; - public x1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { + public x1(@NonNull ConstraintLayout constraintLayout, @NonNull ImageView imageView, @NonNull TextView textView) { this.a = constraintLayout; - this.b = textView; - this.f186c = imageView2; - this.d = textView2; + this.b = imageView; + this.f187c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x2.java b/app/src/main/java/c/a/i/x2.java index c2dea91a37..e16b453da6 100644 --- a/app/src/main/java/c/a/i/x2.java +++ b/app/src/main/java/c/a/i/x2.java @@ -6,24 +6,42 @@ import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; import com.google.android.material.button.MaterialButton; -/* compiled from: ViewPremiumSettingsTier1Binding */ +/* compiled from: ViewPremiumMarketingBinding */ public final class x2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f187c; + public final MaterialButton f188c; @NonNull - public final TextView d; + public final LinearLayout d; + @NonNull + public final TextView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; + @NonNull + public final TextView j; - public x2(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { + public x2(@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 = materialButton; - this.f187c = textView; - this.d = textView2; + this.b = linearLayout2; + this.f188c = materialButton; + this.d = linearLayout3; + this.e = textView; + this.f = textView2; + this.g = textView3; + this.h = textView4; + this.i = textView5; + this.j = textView6; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x3.java b/app/src/main/java/c/a/i/x3.java index e382a43194..0f0ef43af8 100644 --- a/app/src/main/java/c/a/i/x3.java +++ b/app/src/main/java/c/a/i/x3.java @@ -6,7 +6,7 @@ import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: ViewStreamPreviewBinding */ +/* compiled from: ViewStageChannelVisitCommunityBinding */ public final class x3 implements ViewBinding { @NonNull public final ConstraintLayout a; @@ -15,15 +15,12 @@ public final class x3 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f188c; - @NonNull - public final TextView d; + public final TextView f189c; public x3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { this.a = constraintLayout; this.b = simpleDraweeView; - this.f188c = textView; - this.d = textView2; + this.f189c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x4.java b/app/src/main/java/c/a/i/x4.java index 83947c5ffc..6190c57f65 100644 --- a/app/src/main/java/c/a/i/x4.java +++ b/app/src/main/java/c/a/i/x4.java @@ -1,16 +1,52 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.material.textview.MaterialTextView; -/* compiled from: WidgetChatListBotUiSelectComponentPillBinding */ +import com.discord.R; +import com.discord.widgets.botuikit.views.ActionRowComponentView; +import com.google.android.flexbox.FlexboxLayout; +/* compiled from: WidgetChatListBotUiActionRowComponentBinding */ public final class x4 implements ViewBinding { @NonNull - public final MaterialTextView a; + public final ActionRowComponentView a; + @NonNull + public final FlexboxLayout b; + @NonNull - public x4(@NonNull MaterialTextView materialTextView) { - this.a = materialTextView; + /* renamed from: c reason: collision with root package name */ + public final k2 f190c; + + public x4(@NonNull ActionRowComponentView actionRowComponentView, @NonNull FlexboxLayout flexboxLayout, @NonNull k2 k2Var) { + this.a = actionRowComponentView; + this.b = flexboxLayout; + this.f190c = k2Var; + } + + @NonNull + public static x4 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) { + i = R.id.action_row_component_view_group_error_row; + View findViewById = view.findViewById(R.id.action_row_component_view_group_error_row); + if (findViewById != null) { + int i2 = R.id.view_interaction_failed_label_icon; + ImageView imageView = (ImageView) findViewById.findViewById(R.id.view_interaction_failed_label_icon); + if (imageView != null) { + 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 x4((ActionRowComponentView) view, flexboxLayout, new k2((ConstraintLayout) findViewById, imageView, textView)); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(findViewById.getResources().getResourceName(i2))); + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/x5.java b/app/src/main/java/c/a/i/x5.java index 50f0917480..b5687421e9 100644 --- a/app/src/main/java/c/a/i/x5.java +++ b/app/src/main/java/c/a/i/x5.java @@ -2,45 +2,24 @@ package c.a.i; import android.view.View; import android.widget.LinearLayout; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.StreamPreviewView; -import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetStreamRichPresenceBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetSettingsPrivacyDefaultsBinding */ public final class x5 implements ViewBinding { @NonNull - public final ConstraintLayout a; + public final LinearLayout a; @NonNull - public final LinearLayout b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f189c; - @NonNull - public final TextView d; - @NonNull - public final SimpleDraweeView e; - @NonNull - public final TextView f; - @NonNull - public final TextView g; - @NonNull - public final TextView h; - @NonNull - public final StreamPreviewView i; + public final MaterialButton f191c; - public x5(@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.f189c = textView; - this.d = textView2; - this.e = simpleDraweeView; - this.f = textView3; - this.g = textView4; - this.h = textView5; - this.i = streamPreviewView; + public x5(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull MaterialButton materialButton2) { + this.a = linearLayout; + this.b = materialButton; + this.f191c = materialButton2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y.java b/app/src/main/java/c/a/i/y.java index f2ba7aa376..940be609e5 100644 --- a/app/src/main/java/c/a/i/y.java +++ b/app/src/main/java/c/a/i/y.java @@ -14,14 +14,14 @@ public final class y implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final AccountCreditView f190c; + public final AccountCreditView f192c; @NonNull public final View d; public y(@NonNull CardView cardView, @NonNull AccountCreditView accountCreditView, @NonNull AccountCreditView accountCreditView2, @NonNull View view) { this.a = cardView; this.b = accountCreditView; - this.f190c = accountCreditView2; + this.f192c = accountCreditView2; this.d = view; } diff --git a/app/src/main/java/c/a/i/y0.java b/app/src/main/java/c/a/i/y0.java index 68e028ae77..67068d5fa5 100644 --- a/app/src/main/java/c/a/i/y0.java +++ b/app/src/main/java/c/a/i/y0.java @@ -18,7 +18,7 @@ public final class y0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f191c; + public final LoadingButton f193c; @NonNull public final TextView d; @NonNull @@ -31,7 +31,7 @@ public final class y0 implements ViewBinding { public y0(@NonNull LinearLayout linearLayout, @NonNull ProgressBar progressBar, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f191c = loadingButton; + this.f193c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/y1.java b/app/src/main/java/c/a/i/y1.java index 5b5dd54ad1..21b9fd3b80 100644 --- a/app/src/main/java/c/a/i/y1.java +++ b/app/src/main/java/c/a/i/y1.java @@ -1,28 +1,25 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.views.FailedUploadView; -/* compiled from: ViewChatUploadListBinding */ +/* compiled from: ViewChatActionItemBinding */ public final class y1 implements ViewBinding { @NonNull - public final LinearLayout a; + public final View a; @NonNull - public final FailedUploadView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final FailedUploadView f192c; - @NonNull - public final FailedUploadView d; + public final TextView f194c; - public y1(@NonNull LinearLayout linearLayout, @NonNull FailedUploadView failedUploadView, @NonNull FailedUploadView failedUploadView2, @NonNull FailedUploadView failedUploadView3) { - this.a = linearLayout; - this.b = failedUploadView; - this.f192c = failedUploadView2; - this.d = failedUploadView3; + public y1(@NonNull View view, @NonNull ImageView imageView, @NonNull TextView textView) { + this.a = view; + this.b = imageView; + this.f194c = textView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y2.java b/app/src/main/java/c/a/i/y2.java index 496f7c1049..6eb60abd0c 100644 --- a/app/src/main/java/c/a/i/y2.java +++ b/app/src/main/java/c/a/i/y2.java @@ -1,21 +1,31 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.google.android.material.button.MaterialButton; -/* compiled from: ViewPremiumSettingsTier2Binding */ +/* compiled from: ViewPremiumSettingsPerksBinding */ public final class y2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final MaterialButton b; + public final TextView b; + @NonNull - public y2(@NonNull LinearLayout linearLayout, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull MaterialButton materialButton) { + /* renamed from: c reason: collision with root package name */ + public final TextView f195c; + @NonNull + public final TextView d; + @NonNull + public final TextView e; + + public y2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3, @NonNull TextView textView4) { this.a = linearLayout; - this.b = materialButton; + this.b = textView; + this.f195c = textView2; + this.d = textView3; + this.e = textView4; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y3.java b/app/src/main/java/c/a/i/y3.java index 97badc62d5..1431b7010f 100644 --- a/app/src/main/java/c/a/i/y3.java +++ b/app/src/main/java/c/a/i/y3.java @@ -1,46 +1,45 @@ package c.a.i; import android.view.View; -import android.widget.FrameLayout; +import android.widget.ImageView; import android.widget.LinearLayout; +import android.widget.RelativeLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.views.CheckableImageView; -/* compiled from: ViewTernaryCheckboxBinding */ +import androidx.viewpager2.widget.ViewPager2; +import com.discord.views.LoadingButton; +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewStepsBinding */ public final class y3 implements ViewBinding { @NonNull - public final LinearLayout a; + public final RelativeLayout a; @NonNull - public final FrameLayout b; + public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final View f193c; + public final TextView f196c; @NonNull - public final View d; + public final ImageView d; @NonNull - public final TextView e; + public final LoadingButton e; @NonNull - public final LinkifiedTextView f; + public final MaterialButton f; @NonNull - public final CheckableImageView g; + public final TextView g; @NonNull - public final CheckableImageView h; - @NonNull - public final CheckableImageView i; + public final ViewPager2 h; - public y3(@NonNull LinearLayout linearLayout, @NonNull FrameLayout frameLayout, @NonNull LinearLayout linearLayout2, @NonNull View view, @NonNull View view2, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull CheckableImageView checkableImageView, @NonNull CheckableImageView checkableImageView2, @NonNull CheckableImageView checkableImageView3) { - this.a = linearLayout; - this.b = frameLayout; - this.f193c = view; - this.d = view2; - this.e = textView; - this.f = linkifiedTextView; - this.g = checkableImageView; - this.h = checkableImageView2; - this.i = checkableImageView3; + public y3(@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.f196c = textView; + this.d = imageView; + this.e = loadingButton; + this.f = materialButton; + this.g = textView2; + this.h = viewPager2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y4.java b/app/src/main/java/c/a/i/y4.java index 6f42db6383..7e943363b5 100644 --- a/app/src/main/java/c/a/i/y4.java +++ b/app/src/main/java/c/a/i/y4.java @@ -1,30 +1,65 @@ package c.a.i; import android.view.View; -import android.widget.LinearLayout; -import android.widget.TextView; +import android.widget.ImageView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.discord.views.ChatActionItem; -/* compiled from: WidgetDirectoryChannelEmptyBinding */ +import com.discord.R; +import com.discord.views.typing.TypingDots; +import com.discord.widgets.botuikit.views.select.SelectComponentView; +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.flexbox.FlexboxLayout; +import com.google.android.material.textview.MaterialTextView; +/* compiled from: WidgetChatListBotUiSelectComponentBinding */ public final class y4 implements ViewBinding { @NonNull - public final LinearLayout a; + public final SelectComponentView a; @NonNull - public final TextView b; + public final ImageView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final ChatActionItem f194c; + public final TypingDots f197c; @NonNull - public final ChatActionItem d; + public final SimpleDraweeView d; + @NonNull + public final MaterialTextView e; + @NonNull + public final FlexboxLayout f; - public y4(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull LinkifiedTextView linkifiedTextView, @NonNull ChatActionItem chatActionItem, @NonNull ChatActionItem chatActionItem2) { - this.a = linearLayout; - this.b = textView; - this.f194c = chatActionItem; - this.d = chatActionItem2; + public y4(@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.f197c = typingDots; + this.d = simpleDraweeView; + this.e = materialTextView; + this.f = flexboxLayout; + } + + @NonNull + public static y4 a(@NonNull View view) { + int i = R.id.select_component_chevron; + ImageView imageView = (ImageView) view.findViewById(R.id.select_component_chevron); + if (imageView != null) { + i = R.id.select_component_loading; + TypingDots typingDots = (TypingDots) view.findViewById(R.id.select_component_loading); + if (typingDots != null) { + i = R.id.select_component_selection_icon; + SimpleDraweeView simpleDraweeView = (SimpleDraweeView) view.findViewById(R.id.select_component_selection_icon); + if (simpleDraweeView != null) { + i = R.id.select_component_selection_text; + MaterialTextView materialTextView = (MaterialTextView) view.findViewById(R.id.select_component_selection_text); + if (materialTextView != null) { + i = R.id.select_component_selections_root; + FlexboxLayout flexboxLayout = (FlexboxLayout) view.findViewById(R.id.select_component_selections_root); + if (flexboxLayout != null) { + return new y4((SelectComponentView) view, imageView, typingDots, simpleDraweeView, materialTextView, flexboxLayout); + } + } + } + } + } + throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/y5.java b/app/src/main/java/c/a/i/y5.java index 2713955bb1..3434343db8 100644 --- a/app/src/main/java/c/a/i/y5.java +++ b/app/src/main/java/c/a/i/y5.java @@ -1,29 +1,48 @@ package c.a.i; import android.view.View; +import android.widget.FrameLayout; import android.widget.LinearLayout; +import android.widget.Space; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.Barrier; import androidx.viewbinding.ViewBinding; -import com.discord.views.LoadingButton; -/* compiled from: WidgetUrgentMessageDialogBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +import com.google.android.material.button.MaterialButton; +/* compiled from: WidgetStageChannelRichPresenceBinding */ public final class y5 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final LoadingButton b; + public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f195c; + public final TextView f198c; @NonNull public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final TextView f; + @NonNull + public final MaterialButton g; + @NonNull + public final TextView h; + @NonNull + public final TextView i; - public y5(@NonNull LinearLayout linearLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView, @NonNull TextView textView2) { + public y5(@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 = loadingButton; - this.f195c = textView; + this.b = linearLayout2; + this.f198c = textView; this.d = textView2; + this.e = simpleDraweeView; + this.f = textView3; + this.g = materialButton; + this.h = textView4; + this.i = textView5; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z.java b/app/src/main/java/c/a/i/z.java index 4368c75050..9176f72be1 100644 --- a/app/src/main/java/c/a/i/z.java +++ b/app/src/main/java/c/a/i/z.java @@ -17,14 +17,14 @@ public final class z implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final TextInputLayout f196c; + public final TextInputLayout f199c; @NonNull public final LoadingButton d; public z(@NonNull ConstraintLayout constraintLayout, @NonNull LinkifiedTextView linkifiedTextView, @NonNull TextInputLayout textInputLayout, @NonNull LoadingButton loadingButton, @NonNull TextView textView) { this.a = constraintLayout; this.b = linkifiedTextView; - this.f196c = textInputLayout; + this.f199c = textInputLayout; this.d = loadingButton; } diff --git a/app/src/main/java/c/a/i/z0.java b/app/src/main/java/c/a/i/z0.java index fc36c51888..f975f40ea0 100644 --- a/app/src/main/java/c/a/i/z0.java +++ b/app/src/main/java/c/a/i/z0.java @@ -18,7 +18,7 @@ public final class z0 implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final LoadingButton f197c; + public final LoadingButton f200c; @NonNull public final TextView d; @NonNull @@ -33,7 +33,7 @@ public final class z0 implements ViewBinding { public z0(@NonNull LinearLayout linearLayout, @NonNull LinearLayout linearLayout2, @NonNull TextView textView, @NonNull LoadingButton loadingButton, @NonNull TextView textView2, @NonNull AppViewFlipper appViewFlipper, @NonNull TextView textView3, @NonNull ImageView imageView, @NonNull MaterialButton materialButton) { this.a = linearLayout; this.b = textView; - this.f197c = loadingButton; + this.f200c = loadingButton; this.d = textView2; this.e = appViewFlipper; this.f = textView3; diff --git a/app/src/main/java/c/a/i/z1.java b/app/src/main/java/c/a/i/z1.java index ee4bd1412b..a1559ca393 100644 --- a/app/src/main/java/c/a/i/z1.java +++ b/app/src/main/java/c/a/i/z1.java @@ -1,19 +1,29 @@ package c.a.i; import android.view.View; +import android.widget.ImageView; +import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.google.android.flexbox.FlexboxLayout; -/* compiled from: ViewCodeVerificationBinding */ +/* compiled from: ViewChatUploadBinding */ public final class z1 implements ViewBinding { @NonNull - public final FlexboxLayout a; + public final ConstraintLayout a; + @NonNull + public final TextView b; @NonNull - public final FlexboxLayout b; - public z1(@NonNull FlexboxLayout flexboxLayout, @NonNull FlexboxLayout flexboxLayout2) { - this.a = flexboxLayout; - this.b = flexboxLayout2; + /* renamed from: c reason: collision with root package name */ + public final ImageView f201c; + @NonNull + public final TextView d; + + public z1(@NonNull ConstraintLayout constraintLayout, @NonNull TextView textView, @NonNull ImageView imageView, @NonNull ImageView imageView2, @NonNull TextView textView2) { + this.a = constraintLayout; + this.b = textView; + this.f201c = imageView2; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z2.java b/app/src/main/java/c/a/i/z2.java index b35cfd5f44..039efb0702 100644 --- a/app/src/main/java/c/a/i/z2.java +++ b/app/src/main/java/c/a/i/z2.java @@ -5,24 +5,25 @@ import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.viewbinding.ViewBinding; -/* compiled from: ViewPremiumUpsellInfoBinding */ +import com.google.android.material.button.MaterialButton; +/* compiled from: ViewPremiumSettingsTier1Binding */ public final class z2 implements ViewBinding { @NonNull public final LinearLayout a; @NonNull - public final TextView b; + public final MaterialButton b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f198c; + public final TextView f202c; @NonNull public final TextView d; - public z2(@NonNull LinearLayout linearLayout, @NonNull TextView textView, @NonNull TextView textView2, @NonNull TextView textView3) { + public z2(@NonNull LinearLayout linearLayout, @NonNull MaterialButton materialButton, @NonNull TextView textView, @NonNull TextView textView2) { this.a = linearLayout; - this.b = textView; - this.f198c = textView2; - this.d = textView3; + this.b = materialButton; + this.f202c = textView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z3.java b/app/src/main/java/c/a/i/z3.java index 9d5588fb16..1b003c78de 100644 --- a/app/src/main/java/c/a/i/z3.java +++ b/app/src/main/java/c/a/i/z3.java @@ -1,32 +1,29 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.views.StatusView; -/* compiled from: ViewToolbarTitleBinding */ +import com.facebook.drawee.view.SimpleDraweeView; +/* compiled from: ViewStreamPreviewBinding */ public final class z3 implements ViewBinding { @NonNull - public final View a; + public final ConstraintLayout a; @NonNull - public final ImageView b; + public final SimpleDraweeView b; @NonNull /* renamed from: c reason: collision with root package name */ - public final StatusView f199c; + public final TextView f203c; @NonNull public final TextView d; - @NonNull - public final TextView e; - public z3(@NonNull View view, @NonNull ImageView imageView, @NonNull StatusView statusView, @NonNull TextView textView, @NonNull TextView textView2) { - this.a = view; - this.b = imageView; - this.f199c = statusView; - this.d = textView; - this.e = textView2; + public z3(@NonNull ConstraintLayout constraintLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView, @NonNull TextView textView2) { + this.a = constraintLayout; + this.b = simpleDraweeView; + this.f203c = textView; + this.d = textView2; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z4.java b/app/src/main/java/c/a/i/z4.java index 78906fba49..801755449b 100644 --- a/app/src/main/java/c/a/i/z4.java +++ b/app/src/main/java/c/a/i/z4.java @@ -1,38 +1,16 @@ package c.a.i; import android.view.View; -import android.widget.ImageView; -import android.widget.TextView; import androidx.annotation.NonNull; -import androidx.core.widget.NestedScrollView; import androidx.viewbinding.ViewBinding; -import com.discord.utilities.view.text.LinkifiedTextView; -import com.google.android.material.textfield.TextInputEditText; -import com.google.android.material.textfield.TextInputLayout; -/* compiled from: WidgetDiscordHubEmailInputBinding */ +import com.google.android.material.textview.MaterialTextView; +/* compiled from: WidgetChatListBotUiSelectComponentPillBinding */ public final class z4 implements ViewBinding { @NonNull - public final NestedScrollView a; - @NonNull - public final LinkifiedTextView b; - @NonNull + public final MaterialTextView a; - /* renamed from: c reason: collision with root package name */ - public final TextInputEditText f200c; - @NonNull - public final TextInputLayout d; - @NonNull - public final TextView e; - @NonNull - public final TextView f; - - public z4(@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.f200c = textInputEditText; - this.d = textInputLayout; - this.e = textView; - this.f = textView2; + public z4(@NonNull MaterialTextView materialTextView) { + this.a = materialTextView; } @Override // androidx.viewbinding.ViewBinding diff --git a/app/src/main/java/c/a/i/z5.java b/app/src/main/java/c/a/i/z5.java index aa4f8c8cb8..e29d7e86ce 100644 --- a/app/src/main/java/c/a/i/z5.java +++ b/app/src/main/java/c/a/i/z5.java @@ -1,41 +1,46 @@ package c.a.i; import android.view.View; -import android.widget.RelativeLayout; +import android.widget.LinearLayout; import android.widget.TextView; import androidx.annotation.NonNull; +import androidx.constraintlayout.widget.ConstraintLayout; import androidx.viewbinding.ViewBinding; -import com.discord.R; +import com.discord.views.StreamPreviewView; import com.facebook.drawee.view.SimpleDraweeView; -/* compiled from: WidgetUserProfileAdapterItemFriendMutualServerBinding */ +/* compiled from: WidgetStreamRichPresenceBinding */ public final class z5 implements ViewBinding { @NonNull - public final RelativeLayout a; + public final ConstraintLayout a; @NonNull - public final SimpleDraweeView b; + public final LinearLayout b; @NonNull /* renamed from: c reason: collision with root package name */ - public final TextView f201c; - - public z5(@NonNull RelativeLayout relativeLayout, @NonNull SimpleDraweeView simpleDraweeView, @NonNull TextView textView) { - this.a = relativeLayout; - this.b = simpleDraweeView; - this.f201c = textView; - } - + public final TextView f204c; @NonNull - public static z5 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 z5((RelativeLayout) view, simpleDraweeView, textView); - } - } - throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i))); + public final TextView d; + @NonNull + public final SimpleDraweeView e; + @NonNull + public final TextView f; + @NonNull + public final TextView g; + @NonNull + public final TextView h; + @NonNull + public final StreamPreviewView i; + + public z5(@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.f204c = textView; + this.d = textView2; + this.e = simpleDraweeView; + this.f = textView3; + this.g = textView4; + this.h = textView5; + this.i = streamPreviewView; } @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 ff599c2670..7c02873c35 100644 --- a/app/src/main/java/c/a/j/a.java +++ b/app/src/main/java/c/a/j/a.java @@ -20,7 +20,7 @@ public final class a { public final Map b = new LinkedHashMap(); /* renamed from: c reason: collision with root package name */ - public final Logger f202c; + public final Logger f205c; /* compiled from: FloatingViewManager.kt */ /* renamed from: c.a.j.a$a reason: collision with other inner class name */ @@ -29,7 +29,7 @@ public final class a { public final ViewGroup b; /* renamed from: c reason: collision with root package name */ - public final ViewTreeObserver.OnPreDrawListener f203c; + public final ViewTreeObserver.OnPreDrawListener f206c; public C0028a(View view, ViewGroup viewGroup, ViewTreeObserver.OnPreDrawListener onPreDrawListener) { m.checkNotNullParameter(view, "floatingView"); @@ -37,7 +37,7 @@ public final class a { m.checkNotNullParameter(onPreDrawListener, "ancestorPreDrawListener"); this.a = view; this.b = viewGroup; - this.f203c = onPreDrawListener; + this.f206c = onPreDrawListener; } } @@ -48,7 +48,7 @@ public final class a { public a(Logger logger) { m.checkNotNullParameter(logger, "logger"); - this.f202c = logger; + this.f205c = logger; } public static final void a(a aVar, View view, View view2, FloatingViewGravity floatingViewGravity, int i, int i2) { @@ -79,7 +79,7 @@ public final class a { if (aVar != null) { ViewGroup viewGroup = aVar.b; View view = aVar.a; - ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f203c; + ViewTreeObserver.OnPreDrawListener onPreDrawListener = aVar.f206c; this.b.remove(Integer.valueOf(i)); viewGroup.getViewTreeObserver().removeOnPreDrawListener(onPreDrawListener); viewGroup.removeView(view); diff --git a/app/src/main/java/c/a/j/e.java b/app/src/main/java/c/a/j/e.java index 795b55b9d0..86ee52e541 100644 --- a/app/src/main/java/c/a/j/e.java +++ b/app/src/main/java/c/a/j/e.java @@ -13,6 +13,6 @@ public final class e implements Action1 { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // rx.functions.Action1 public void call(Throwable th) { - Logger.e$default(this.i.f202c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); + Logger.e$default(this.i.f205c, "error while subscribing to componentPausedObservable for hiding floating view", th, null, 4, null); } } diff --git a/app/src/main/java/c/a/k/a.java b/app/src/main/java/c/a/k/a.java index df1c5af11b..16554e2954 100644 --- a/app/src/main/java/c/a/k/a.java +++ b/app/src/main/java/c/a/k/a.java @@ -13,7 +13,7 @@ public final class a { public static Function0 b = C0029a.i; /* renamed from: c reason: collision with root package name */ - public static Function2 f204c = b.i; + public static Function2 f207c = b.i; public static final a d = null; /* compiled from: Format.kt */ diff --git a/app/src/main/java/c/a/k/b.java b/app/src/main/java/c/a/k/b.java index a9dcf7c80c..fe0309d770 100644 --- a/app/src/main/java/c/a/k/b.java +++ b/app/src/main/java/c/a/k/b.java @@ -219,7 +219,7 @@ public final class b { m.checkNotNullParameter(objArr, "formatArgs"); m.checkNotNullParameter(renderContext, "renderContext"); Map map = renderContext.a; - List list = renderContext.f2083c; + List list = renderContext.f2086c; boolean z2 = true; if (!map.isEmpty()) { charSequence = a.replace(charSequence, new f(map)); @@ -230,7 +230,7 @@ public final class b { if (!z2) { String replace = a.replace(charSequence, "%s"); Object[] copyOf = Arrays.copyOf(objArr, objArr.length); - charSequence = c.d.b.a.a.K(copyOf, copyOf.length, replace, "java.lang.String.format(this, *args)"); + charSequence = c.d.b.a.a.M(copyOf, copyOf.length, replace, "java.lang.String.format(this, *args)"); } } a aVar = a.d; diff --git a/app/src/main/java/c/a/k/f/c.java b/app/src/main/java/c/a/k/f/c.java index 1a7d1598bd..d645def533 100644 --- a/app/src/main/java/c/a/k/f/c.java +++ b/app/src/main/java/c/a/k/f/c.java @@ -38,12 +38,12 @@ public final class c extends Node.a { spannableStringBuilder.setSpan(obj2, length, spannableStringBuilder.length(), 33); } } - Hook.a aVar2 = hook != null ? hook.f2082c : null; + Hook.a aVar2 = hook != null ? hook.f2085c : null; if (aVar2 != null) { aVar = aVar2; } else if (URLUtil.isValidUrl(this.a)) { a aVar3 = a.d; - aVar = new Hook.a(a.b.mo1invoke(), a.f204c); + aVar = new Hook.a(a.b.mo1invoke(), a.f207c); } if (aVar != null) { Integer num = aVar.a; diff --git a/app/src/main/java/c/a/k/g/a.java b/app/src/main/java/c/a/k/g/a.java index 01fb4ce07f..66f8e90ee9 100644 --- a/app/src/main/java/c/a/k/g/a.java +++ b/app/src/main/java/c/a/k/g/a.java @@ -33,7 +33,7 @@ public final class a extends Parser, c> { Pattern pattern5 = c.a.t.b.b.e.g; m.checkNotNullExpressionValue(pattern5, "SimpleMarkdownRules.PATTERN_ITALICS"); addRule(new h(pattern5)); - Pattern pattern6 = c.a.t.b.b.e.f241c; + Pattern pattern6 = c.a.t.b.b.e.f244c; m.checkNotNullExpressionValue(pattern6, "SimpleMarkdownRules.PATTERN_STRIKETHRU"); addRule(new i(pattern6)); addRule(eVar.d()); diff --git a/app/src/main/java/c/a/k/g/c.java b/app/src/main/java/c/a/k/g/c.java index 33a4e99f4d..e1fd1d64fc 100644 --- a/app/src/main/java/c/a/k/g/c.java +++ b/app/src/main/java/c/a/k/g/c.java @@ -45,9 +45,9 @@ public final class c { } public String toString() { - StringBuilder N = a.N("ParseState(isEscaped="); - N.append(this.a); - N.append(", argumentIndex="); - return a.y(N, this.b, ")"); + StringBuilder P = a.P("ParseState(isEscaped="); + P.append(this.a); + P.append(", argumentIndex="); + return a.z(P, this.b, ")"); } } diff --git a/app/src/main/java/c/a/k/g/d.java b/app/src/main/java/c/a/k/g/d.java index 9b1b6fd495..5f6c2bbd94 100644 --- a/app/src/main/java/c/a/k/g/d.java +++ b/app/src/main/java/c/a/k/g/d.java @@ -11,7 +11,7 @@ public final class d extends b { public static final d b = null; /* renamed from: c reason: collision with root package name */ - public final ThreadLocal f205c = new b(); + public final ThreadLocal f208c = new b(); /* compiled from: FormattingParserProvider.kt */ public static final class a extends o implements Function0 { @@ -40,7 +40,7 @@ public final class d extends b { @Override // c.a.k.g.b public a a() { - a aVar = this.f205c.get(); + a aVar = this.f208c.get(); m.checkNotNull(aVar); return aVar; } diff --git a/app/src/main/java/c/a/n/a.java b/app/src/main/java/c/a/n/a.java index fb0747041c..c1bb4d33c9 100644 --- a/app/src/main/java/c/a/n/a.java +++ b/app/src/main/java/c/a/n/a.java @@ -43,10 +43,10 @@ public final class a implements View.OnTouchListener { point2.x = point.x; point2.y = point.y; String simpleName = overlayBubbleWrap.getClass().getSimpleName(); - StringBuilder N = c.d.b.a.a.N("Moved to anchor ["); - N.append(overlayBubbleWrap.u); - N.append(']'); - Log.d(simpleName, N.toString()); + StringBuilder P = c.d.b.a.a.P("Moved to anchor ["); + P.append(overlayBubbleWrap.u); + P.append(']'); + Log.d(simpleName, P.toString()); } overlayManager.c(null); Animator loadAnimator = AnimatorInflater.loadAnimator(overlayBubbleWrap.getContext(), R.a.fade_out); diff --git a/app/src/main/java/c/a/n/g/a.java b/app/src/main/java/c/a/n/g/a.java index e2e32c8fcd..c65b960d74 100644 --- a/app/src/main/java/c/a/n/g/a.java +++ b/app/src/main/java/c/a/n/g/a.java @@ -14,14 +14,14 @@ public final class a implements ViewBinding { @NonNull /* renamed from: c reason: collision with root package name */ - public final FrameLayout f206c; + public final FrameLayout f209c; @NonNull public final FrameLayout d; public a(@NonNull View view, @NonNull ImageView imageView, @NonNull FrameLayout frameLayout, @NonNull FrameLayout frameLayout2) { this.a = view; this.b = imageView; - this.f206c = frameLayout; + this.f209c = frameLayout; this.d = frameLayout2; } diff --git a/app/src/main/java/c/a/n/h/a.java b/app/src/main/java/c/a/n/h/a.java index 5b72189962..6d5b318d17 100644 --- a/app/src/main/java/c/a/n/h/a.java +++ b/app/src/main/java/c/a/n/h/a.java @@ -140,46 +140,46 @@ public final class a extends FrameLayout implements f { @Override // c.a.n.f public void a(OverlayBubbleWrap overlayBubbleWrap) { if (overlayBubbleWrap != null) { - FrameLayout frameLayout = this.i.f206c; + FrameLayout frameLayout = this.i.f209c; m.checkNotNullExpressionValue(frameLayout, "binding.trashWrapTargetContainer"); frameLayout.setActivated(true); int max = Math.max(overlayBubbleWrap.getWidth(), overlayBubbleWrap.getHeight()); - FrameLayout frameLayout2 = this.i.f206c; + FrameLayout frameLayout2 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout2, "binding.trashWrapTargetContainer"); - FrameLayout frameLayout3 = this.i.f206c; + FrameLayout frameLayout3 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout3, "binding.trashWrapTargetContainer"); float max2 = (((float) Math.max(max, frameLayout2.getWidth())) / ((float) frameLayout3.getWidth())) + 0.5f; - FrameLayout frameLayout4 = this.i.f206c; + FrameLayout frameLayout4 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout4, "binding.trashWrapTargetContainer"); float scaleX = frameLayout4.getScaleX(); - FrameLayout frameLayout5 = this.i.f206c; + FrameLayout frameLayout5 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout5, "binding.trashWrapTargetContainer"); float scaleY = frameLayout5.getScaleY(); - FrameLayout frameLayout6 = this.i.f206c; + FrameLayout frameLayout6 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout6, "binding.trashWrapTargetContainer"); float pivotX = frameLayout6.getPivotX(); - FrameLayout frameLayout7 = this.i.f206c; + FrameLayout frameLayout7 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout7, "binding.trashWrapTargetContainer"); ScaleAnimation scaleAnimation = new ScaleAnimation(scaleX, max2, scaleY, max2, pivotX, frameLayout7.getPivotY()); scaleAnimation.setDuration(200); scaleAnimation.setInterpolator(getContext(), 17563656); scaleAnimation.setFillAfter(true); - this.i.f206c.startAnimation(scaleAnimation); + this.i.f209c.startAnimation(scaleAnimation); } else { - FrameLayout frameLayout8 = this.i.f206c; + FrameLayout frameLayout8 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout8, "binding.trashWrapTargetContainer"); frameLayout8.setActivated(false); setActivated(false); - FrameLayout frameLayout9 = this.i.f206c; + FrameLayout frameLayout9 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout9, "binding.trashWrapTargetContainer"); float scaleX2 = frameLayout9.getScaleX(); - FrameLayout frameLayout10 = this.i.f206c; + FrameLayout frameLayout10 = this.i.f209c; m.checkNotNullExpressionValue(frameLayout10, "binding.trashWrapTargetContainer"); ScaleAnimation scaleAnimation2 = new ScaleAnimation(scaleX2, 1.0f, frameLayout10.getScaleY(), 1.0f); scaleAnimation2.setDuration(200); scaleAnimation2.setInterpolator(getContext(), 17563655); scaleAnimation2.setFillAfter(true); - this.i.f206c.startAnimation(scaleAnimation2); + this.i.f209c.startAnimation(scaleAnimation2); } if (!m.areEqual(overlayBubbleWrap, this.o)) { if (overlayBubbleWrap != null) { diff --git a/app/src/main/java/c/a/p/k.java b/app/src/main/java/c/a/p/k.java index 97951e1dd0..1e1c9371b7 100644 --- a/app/src/main/java/c/a/p/k.java +++ b/app/src/main/java/c/a/p/k.java @@ -40,7 +40,7 @@ public final class k implements g1.a { } public String toString() { - return c.d.b.a.a.J(c.d.b.a.a.N("IsPlayingChange(isPlaying="), this.a, ")"); + return c.d.b.a.a.L(c.d.b.a.a.P("IsPlayingChange(isPlaying="), this.a, ")"); } } @@ -69,10 +69,10 @@ public final class k implements g1.a { } public String toString() { - StringBuilder N = c.d.b.a.a.N("PlayerError(exoPlaybackException="); - N.append(this.a); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("PlayerError(exoPlaybackException="); + P.append(this.a); + P.append(")"); + return P.toString(); } } @@ -109,10 +109,10 @@ public final class k implements g1.a { } public String toString() { - StringBuilder N = c.d.b.a.a.N("PlayerStateChange(playWhenReady="); - N.append(this.a); - N.append(", playbackState="); - return c.d.b.a.a.y(N, this.b, ")"); + StringBuilder P = c.d.b.a.a.P("PlayerStateChange(playWhenReady="); + P.append(this.a); + P.append(", playbackState="); + return c.d.b.a.a.z(P, this.b, ")"); } } diff --git a/app/src/main/java/c/a/q/a.java b/app/src/main/java/c/a/q/a.java index 40deff1d1f..a3e1a01a8b 100644 --- a/app/src/main/java/c/a/q/a.java +++ b/app/src/main/java/c/a/q/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 Integer f207c; + public final Integer f210c; public a(int i, int i2, Integer num) { this.a = i; this.b = i2; - this.f207c = num; + this.f210c = num; } public boolean equals(Object obj) { @@ -23,21 +23,21 @@ public final class a { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f207c, aVar.f207c); + return this.a == aVar.a && this.b == aVar.b && m.areEqual(this.f210c, aVar.f210c); } public int hashCode() { int i = ((this.a * 31) + this.b) * 31; - Integer num = this.f207c; + Integer num = this.f210c; return i + (num != null ? num.hashCode() : 0); } public String toString() { - StringBuilder N = c.d.b.a.a.N("Bitrate(min="); - N.append(this.a); - N.append(", max="); - N.append(this.b); - N.append(", target="); - return c.d.b.a.a.C(N, this.f207c, ")"); + StringBuilder P = c.d.b.a.a.P("Bitrate(min="); + P.append(this.a); + P.append(", max="); + P.append(this.b); + P.append(", target="); + return c.d.b.a.a.E(P, this.f210c, ")"); } } diff --git a/app/src/main/java/c/a/q/a0.java b/app/src/main/java/c/a/q/a0.java index 2905bc5770..1736f886d4 100644 --- a/app/src/main/java/c/a/q/a0.java +++ b/app/src/main/java/c/a/q/a0.java @@ -24,7 +24,7 @@ public final /* synthetic */ class a0 extends k implements Function1, ? extends RtcConnection.State> pair2 = pair; m.checkNotNullParameter(pair2, "p1"); RtcConnection rtcConnection = (RtcConnection) this.receiver; - if (rtcConnection.f2146a0) { + if (rtcConnection.f2149a0) { Map map = (Map) pair2.component1(); if (m.areEqual((RtcConnection.State) pair2.component2(), RtcConnection.State.f.a)) { rtcConnection.U.i(rtcConnection.k, "local MediaSinkWants: " + map, null); diff --git a/app/src/main/java/c/a/q/b.java b/app/src/main/java/c/a/q/b.java index 969c112de1..879ba38ba5 100644 --- a/app/src/main/java/c/a/q/b.java +++ b/app/src/main/java/c/a/q/b.java @@ -8,13 +8,13 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f208c; + public final int f211c; public final Integer d; public b(int i, int i2, int i3, Integer num) { this.a = i; this.b = i2; - this.f208c = i3; + this.f211c = i3; this.d = num; } @@ -26,23 +26,23 @@ public final class b { return false; } b bVar = (b) obj; - return this.a == bVar.a && this.b == bVar.b && this.f208c == bVar.f208c && m.areEqual(this.d, bVar.d); + return this.a == bVar.a && this.b == bVar.b && this.f211c == bVar.f211c && m.areEqual(this.d, bVar.d); } public int hashCode() { - int i = ((((this.a * 31) + this.b) * 31) + this.f208c) * 31; + int i = ((((this.a * 31) + this.b) * 31) + this.f211c) * 31; Integer num = this.d; return i + (num != null ? num.hashCode() : 0); } public String toString() { - StringBuilder N = a.N("IVideoQuality(width="); - N.append(this.a); - N.append(", height="); - N.append(this.b); - N.append(", framerate="); - N.append(this.f208c); - N.append(", pixelCount="); - return a.C(N, this.d, ")"); + StringBuilder P = a.P("IVideoQuality(width="); + P.append(this.a); + P.append(", height="); + P.append(this.b); + P.append(", framerate="); + P.append(this.f211c); + P.append(", pixelCount="); + return a.E(P, this.d, ")"); } } diff --git a/app/src/main/java/c/a/q/b0.java b/app/src/main/java/c/a/q/b0.java index bd765aa547..313035b3af 100644 --- a/app/src/main/java/c/a/q/b0.java +++ b/app/src/main/java/c/a/q/b0.java @@ -49,15 +49,15 @@ public final class b0 implements MediaEngineConnection.d { if (subscription != null && !subscription.isUnsubscribed()) { dVar.a(); } - dVar.b = Observable.D(0, dVar.f227c, TimeUnit.MILLISECONDS).V(new b(dVar), new c(dVar)); + dVar.b = Observable.D(0, dVar.f230c, TimeUnit.MILLISECONDS).V(new b(dVar), new c(dVar)); rtcConnection.n = dVar; rtcConnection.o = false; } - if (transportInfo.f2165c.ordinal() != 0) { - StringBuilder N = c.d.b.a.a.N("Unsupported protocol: "); - N.append(transportInfo.f2165c); - N.append('.'); - RtcConnection.j(rtcConnection, true, N.toString(), null, false, 12); + if (transportInfo.f2168c.ordinal() != 0) { + StringBuilder P = c.d.b.a.a.P("Unsupported protocol: "); + P.append(transportInfo.f2168c); + P.append('.'); + RtcConnection.j(rtcConnection, true, P.toString(), null, false, 12); } else { rtcConnection.U.recordBreadcrumb("Sending UDP info to RTC server.", rtcConnection.k); c.a.q.n0.a aVar = rtcConnection.v; @@ -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.f217c, aVar2.d, aVar2.e)); + arrayList.add(new Payloads.Protocol.CodecInfo(aVar2.a, aVar2.b, aVar2.f220c, aVar2.d, aVar2.e)); } aVar.o(1, new Payloads.Protocol("udp", protocolInfo, arrayList)); } @@ -141,9 +141,9 @@ public final class b0 implements MediaEngineConnection.d { String str = "connection error: " + failedConnectionException.a(); int ordinal = failedConnectionException.a().ordinal(); if (ordinal == 0 || ordinal == 1 || ordinal == 2) { - StringBuilder R = c.d.b.a.a.R(str, " -- "); - R.append(failedConnectionException.getMessage()); - rtcConnection.r(R.toString()); + StringBuilder U = c.d.b.a.a.U(str, " -- "); + U.append(failedConnectionException.getMessage()); + rtcConnection.r(U.toString()); } else { RtcConnection.AnalyticsEvent analyticsEvent = RtcConnection.AnalyticsEvent.VOICE_CONNECTION_FAILURE; Map mutableMapOf = h0.mutableMapOf(d0.o.to("connect_count", Integer.valueOf(rtcConnection.D))); @@ -204,7 +204,7 @@ public final class b0 implements MediaEngineConnection.d { Integer valueOf4 = Integer.valueOf(streamParameters.getMaxBitrate()); Integer valueOf5 = Integer.valueOf(streamParameters.getQuality()); j0 j0Var = f.a; - Integer valueOf6 = Integer.valueOf(j0Var.b.f208c); + Integer valueOf6 = Integer.valueOf(j0Var.b.f211c); Payloads.ResolutionType resolutionType = Payloads.ResolutionType.Fixed; b bVar = j0Var.b; arrayList.add(new Payloads.Stream(str, rid, valueOf6, valueOf5, valueOf, valueOf2, new Payloads.Stream.MaxResolution(resolutionType, bVar.a, bVar.b), valueOf3, valueOf4)); diff --git a/app/src/main/java/c/a/q/e.java b/app/src/main/java/c/a/q/e.java index 530a337785..4e8d5d4925 100644 --- a/app/src/main/java/c/a/q/e.java +++ b/app/src/main/java/c/a/q/e.java @@ -18,7 +18,7 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final Map f209c; + public final Map f212c; public final List d; public final j0 e; @@ -28,13 +28,13 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final double f210c; + public final double f213c; public final int d; public a(int i, int i2, double d, int i3) { this.a = i; this.b = i2; - this.f210c = d; + this.f213c = d; this.d = i3; } @@ -46,22 +46,22 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && Double.compare(this.f210c, aVar.f210c) == 0 && this.d == aVar.d; + return this.a == aVar.a && this.b == aVar.b && Double.compare(this.f213c, aVar.f213c) == 0 && this.d == aVar.d; } public int hashCode() { - return ((a0.a.a.a.a(this.f210c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d; + return ((a0.a.a.a.a(this.f213c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d; } public String toString() { - StringBuilder N = c.d.b.a.a.N("CandidateResolution(width="); - N.append(this.a); - N.append(", height="); - N.append(this.b); - N.append(", budgetPortion="); - N.append(this.f210c); - N.append(", pixelCount="); - return c.d.b.a.a.y(N, this.d, ")"); + StringBuilder P = c.d.b.a.a.P("CandidateResolution(width="); + P.append(this.a); + P.append(", height="); + P.append(this.b); + P.append(", budgetPortion="); + P.append(this.f213c); + P.append(", pixelCount="); + return c.d.b.a.a.z(P, this.d, ")"); } } @@ -77,14 +77,14 @@ public final class e { public final int b; /* renamed from: c reason: collision with root package name */ - public final EncodeQuality f211c; + public final EncodeQuality f214c; public c(n nVar, int i, EncodeQuality encodeQuality) { m.checkNotNullParameter(nVar, "budget"); m.checkNotNullParameter(encodeQuality, "wantValue"); this.a = nVar; this.b = i; - this.f211c = encodeQuality; + this.f214c = encodeQuality; } public boolean equals(Object obj) { @@ -95,14 +95,14 @@ public final class e { return false; } c cVar = (c) obj; - return m.areEqual(this.a, cVar.a) && this.b == cVar.b && m.areEqual(this.f211c, cVar.f211c); + return m.areEqual(this.a, cVar.a) && this.b == cVar.b && m.areEqual(this.f214c, cVar.f214c); } public int hashCode() { n nVar = this.a; int i = 0; int hashCode = (((nVar != null ? nVar.hashCode() : 0) * 31) + this.b) * 31; - EncodeQuality encodeQuality = this.f211c; + EncodeQuality encodeQuality = this.f214c; if (encodeQuality != null) { i = encodeQuality.hashCode(); } @@ -110,14 +110,14 @@ public final class e { } public String toString() { - StringBuilder N = c.d.b.a.a.N("OrderedLadder(budget="); - N.append(this.a); - N.append(", pixelCount="); - N.append(this.b); - N.append(", wantValue="); - N.append(this.f211c); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("OrderedLadder(budget="); + P.append(this.a); + P.append(", pixelCount="); + P.append(this.b); + P.append(", wantValue="); + P.append(this.f214c); + P.append(")"); + return P.toString(); } } @@ -170,7 +170,7 @@ public final class e { aVar = aVar == null ? (a) u.first((List) arrayList) : aVar; if (i6 != aVar.a) { i2 = i3; - linkedHashMap.put(encodeQuality2, new n(aVar.a, aVar.b, aVar.f210c, encodeQuality2.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); + linkedHashMap.put(encodeQuality2, new n(aVar.a, aVar.b, aVar.f213c, encodeQuality2.compareTo(EncodeQuality.Twenty) <= 0 ? 12 : 20, 30)); EncodeQuality[] values = EncodeQuality.values(); int i7 = 10; while (true) { @@ -192,7 +192,7 @@ public final class e { i5++; i3 = i2; } - this.f209c = linkedHashMap; + this.f212c = linkedHashMap; EncodeQuality[] values2 = EncodeQuality.values(); ArrayList arrayList2 = new ArrayList(11); for (int i8 = 0; i8 < 11; i8++) { diff --git a/app/src/main/java/c/a/q/e0.java b/app/src/main/java/c/a/q/e0.java index 77eee536cc..ef6532c840 100644 --- a/app/src/main/java/c/a/q/e0.java +++ b/app/src/main/java/c/a/q/e0.java @@ -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 N = a.N("Error occurred while connecting to RTC server: "); - N.append(exc2.getMessage()); - N.append('.'); - RtcConnection.j(rtcConnection, true, N.toString(), null, false, 12); + StringBuilder P = a.P("Error occurred while connecting to RTC server: "); + P.append(exc2.getMessage()); + P.append('.'); + RtcConnection.j(rtcConnection, true, P.toString(), null, false, 12); return Unit.a; } } diff --git a/app/src/main/java/c/a/q/h0.java b/app/src/main/java/c/a/q/h0.java index 43290ca20c..97fb57d1d2 100644 --- a/app/src/main/java/c/a/q/h0.java +++ b/app/src/main/java/c/a/q/h0.java @@ -76,7 +76,7 @@ public final class h0 implements a.d { rtcConnection.n = null; rtcConnection.o = false; } - rtcConnection.f2152z = 0; + rtcConnection.f2155z = 0; rtcConnection.C = null; MediaSinkWantsManager mediaSinkWantsManager = rtcConnection.G; if (mediaSinkWantsManager != null) { @@ -222,7 +222,7 @@ public final class h0 implements a.d { break; } e.c previous = listIterator.previous(); - if (encodeQuality.compareTo(previous.f211c) >= 0) { + if (encodeQuality.compareTo(previous.f214c) >= 0) { z2 = true; continue; } else { @@ -239,8 +239,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) j0Var.f212c.a) * nVar.f222c), j0Var.d); - int max2 = Math.max((int) (((double) j0Var.f212c.b) * nVar.f222c), j0Var.d); + int max = Math.max((int) (((double) j0Var.f215c.a) * nVar.f225c), j0Var.d); + int max2 = Math.max((int) (((double) j0Var.f215c.b) * nVar.f225c), j0Var.d); MediaEngineConnection mediaEngineConnection = rtcConnection.w; if (mediaEngineConnection != null) { mediaEngineConnection.m(new MediaEngineConnection.b(max, max2, nVar.a, nVar.b, nVar.d, nVar.e)); @@ -261,7 +261,7 @@ public final class h0 implements a.d { r.removeFirst(rtcConnection.u); } if (j > ((long) 500)) { - rtcConnection.f2152z++; + rtcConnection.f2155z++; } double d = (double) j; Objects.requireNonNull(RtcConnection.Quality.Companion); @@ -294,7 +294,7 @@ public final class h0 implements a.d { m.checkNotNullParameter(str2, "sessionId"); m.checkNotNullParameter(listOf, "streams"); aVar.b(); - aVar.f223s = str; + aVar.f226s = str; aVar.t = str2; aVar.A = a.c.IDENTIFYING; aVar.o(0, new Payloads.Identify(str, j, str2, aVar.D, z2, listOf)); diff --git a/app/src/main/java/c/a/q/j.java b/app/src/main/java/c/a/q/j.java index ea46f26bdb..ec1d46a36e 100644 --- a/app/src/main/java/c/a/q/j.java +++ b/app/src/main/java/c/a/q/j.java @@ -34,7 +34,7 @@ public final class j extends o implements Function0 { Long l2 = this.$userId; if (l2 == null) { this.this$0.e = null; - } else if (this.this$0.f2144c.contains(l2)) { + } else if (this.this$0.f2147c.contains(l2)) { MediaSinkWantsManager mediaSinkWantsManager2 = this.this$0; Long l3 = this.$userId; mediaSinkWantsManager2.e = l3; @@ -46,9 +46,9 @@ public final class j extends o implements Function0 { this.this$0.e = this.$userId; } else { MediaSinkWantsManager mediaSinkWantsManager3 = this.this$0; - StringBuilder N = a.N("Participant not found: "); - N.append(this.$userId); - mediaSinkWantsManager3.a(N.toString()); + StringBuilder P = a.P("Participant not found: "); + P.append(this.$userId); + mediaSinkWantsManager3.a(P.toString()); return Unit.a; } } diff --git a/app/src/main/java/c/a/q/j0.java b/app/src/main/java/c/a/q/j0.java index 7499c03253..d1d4f8cedc 100644 --- a/app/src/main/java/c/a/q/j0.java +++ b/app/src/main/java/c/a/q/j0.java @@ -8,7 +8,7 @@ public final class j0 { public final b b; /* renamed from: c reason: collision with root package name */ - public final a f212c; + public final a f215c; public final int d; public final a e; @@ -19,7 +19,7 @@ public final class j0 { m.checkNotNullParameter(aVar2, "desktopBitrate"); this.a = bVar; this.b = bVar2; - this.f212c = aVar; + this.f215c = aVar; this.d = i; this.e = aVar2; } @@ -32,7 +32,7 @@ public final class j0 { return false; } j0 j0Var = (j0) obj; - return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f212c, j0Var.f212c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); + return m.areEqual(this.a, j0Var.a) && m.areEqual(this.b, j0Var.b) && m.areEqual(this.f215c, j0Var.f215c) && this.d == j0Var.d && m.areEqual(this.e, j0Var.e); } public int hashCode() { @@ -41,7 +41,7 @@ public final class j0 { int hashCode = (bVar != null ? bVar.hashCode() : 0) * 31; b bVar2 = this.b; int hashCode2 = (hashCode + (bVar2 != null ? bVar2.hashCode() : 0)) * 31; - a aVar = this.f212c; + a aVar = this.f215c; int hashCode3 = (((hashCode2 + (aVar != null ? aVar.hashCode() : 0)) * 31) + this.d) * 31; a aVar2 = this.e; if (aVar2 != null) { @@ -51,17 +51,17 @@ public final class j0 { } public String toString() { - StringBuilder N = a.N("VideoQualityManagerOptions(videoBudget="); - N.append(this.a); - N.append(", videoCapture="); - N.append(this.b); - N.append(", videoBitrate="); - N.append(this.f212c); - N.append(", videoBitrateFloor="); - N.append(this.d); - N.append(", desktopBitrate="); - N.append(this.e); - N.append(")"); - return N.toString(); + StringBuilder P = a.P("VideoQualityManagerOptions(videoBudget="); + P.append(this.a); + P.append(", videoCapture="); + P.append(this.b); + P.append(", videoBitrate="); + P.append(this.f215c); + P.append(", videoBitrateFloor="); + P.append(this.d); + P.append(", desktopBitrate="); + P.append(this.e); + P.append(")"); + return P.toString(); } } diff --git a/app/src/main/java/c/a/q/k0/a.java b/app/src/main/java/c/a/q/k0/a.java index b9cb12483f..de50364112 100644 --- a/app/src/main/java/c/a/q/k0/a.java +++ b/app/src/main/java/c/a/q/k0/a.java @@ -22,7 +22,7 @@ public final class a extends BroadcastReceiver { public final Context b; /* renamed from: c reason: collision with root package name */ - public final h f213c; + public final h f216c; /* compiled from: AudioManagerBroadcastReceiver.kt */ /* renamed from: c.a.q.k0.a$a reason: collision with other inner class name */ @@ -35,7 +35,7 @@ public final class a extends BroadcastReceiver { m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(hVar, "listener"); this.b = context; - this.f213c = hVar; + this.f216c = hVar; } @Override // android.content.BroadcastReceiver @@ -67,14 +67,14 @@ public final class a extends BroadcastReceiver { } } if (audioManagerBroadcastAction == null) { - StringBuilder N = c.d.b.a.a.N("unable to parse AudioManagerBroadcastAction for action: "); - N.append(intent.getAction()); - AnimatableValueParser.I1("AudioManagerBroadcastReceiver", N.toString()); + StringBuilder P = c.d.b.a.a.P("unable to parse AudioManagerBroadcastAction for action: "); + P.append(intent.getAction()); + AnimatableValueParser.I1("AudioManagerBroadcastReceiver", P.toString()); return; } AnimatableValueParser.H1("AudioManagerBroadcastReceiver", "onReceive: action = " + audioManagerBroadcastAction); try { - h hVar = this.f213c; + h hVar = this.f216c; int ordinal = audioManagerBroadcastAction.ordinal(); if (ordinal == 0) { hVar.c(context); diff --git a/app/src/main/java/c/a/q/k0/b.java b/app/src/main/java/c/a/q/k0/b.java index b90f9065d0..dd25077bb8 100644 --- a/app/src/main/java/c/a/q/k0/b.java +++ b/app/src/main/java/c/a/q/k0/b.java @@ -11,7 +11,7 @@ public final class b { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final boolean f214c; + public final boolean f217c; public final boolean d; /* compiled from: AudioPermissions.kt */ @@ -27,7 +27,7 @@ public final class b { boolean z4 = context.checkPermission("android.permission.RECORD_AUDIO", Process.myPid(), Process.myUid()) == 0; z2 = context.checkPermission("android.permission.BLUETOOTH", Process.myPid(), Process.myUid()) != 0 ? false : z2; this.b = z3; - this.f214c = z4; + this.f217c = z4; this.d = z2; if (!z3) { AnimatableValueParser.I1("AudioPermissions", "MODIFY_AUDIO_SETTINGS permission is missing"); @@ -48,7 +48,7 @@ public final class b { return false; } b bVar = (b) obj; - return this.b == bVar.b && this.f214c == bVar.f214c && this.d == bVar.d; + return this.b == bVar.b && this.f217c == bVar.f217c && this.d == bVar.d; } public int hashCode() { @@ -61,7 +61,7 @@ public final class b { int i3 = z2 ? 1 : 0; int i4 = z2 ? 1 : 0; int i5 = i2 * 31; - boolean z3 = this.f214c; + boolean z3 = this.f217c; if (z3) { z3 = true; } @@ -77,11 +77,11 @@ public final class b { } public String toString() { - StringBuilder N = c.d.b.a.a.N("AudioPermissions(hasModifyAudioSettingsPermission="); - N.append(this.b); - N.append(", hasRecordAudioPermission="); - N.append(this.f214c); - N.append(", hasBluetoothPermission="); - return c.d.b.a.a.J(N, this.d, ")"); + StringBuilder P = c.d.b.a.a.P("AudioPermissions(hasModifyAudioSettingsPermission="); + P.append(this.b); + P.append(", hasRecordAudioPermission="); + P.append(this.f217c); + P.append(", hasBluetoothPermission="); + return c.d.b.a.a.L(P, this.d, ")"); } } diff --git a/app/src/main/java/c/a/q/k0/c.java b/app/src/main/java/c/a/q/k0/c.java index 48d3c69c4e..bd9d72c9f3 100644 --- a/app/src/main/java/c/a/q/k0/c.java +++ b/app/src/main/java/c/a/q/k0/c.java @@ -66,9 +66,9 @@ public final class c extends BroadcastReceiver implements BluetoothProfile.Servi i2++; } if (bluetoothBroadcastAction == null) { - StringBuilder N = c.d.b.a.a.N("unable to parse BluetoothBroadcastAction for action: "); - N.append(intent.getAction()); - AnimatableValueParser.I1("BluetoothBroadcastReceiver", N.toString()); + StringBuilder P = c.d.b.a.a.P("unable to parse BluetoothBroadcastAction for action: "); + P.append(intent.getAction()); + AnimatableValueParser.I1("BluetoothBroadcastReceiver", P.toString()); return; } AnimatableValueParser.H1("BluetoothBroadcastReceiver", "onReceive: action = " + bluetoothBroadcastAction); diff --git a/app/src/main/java/c/a/q/k0/d.java b/app/src/main/java/c/a/q/k0/d.java index c31af38980..2b08f3b8fd 100644 --- a/app/src/main/java/c/a/q/k0/d.java +++ b/app/src/main/java/c/a/q/k0/d.java @@ -14,7 +14,7 @@ public final class d { public static final Lazy b = g.lazy(b.i); /* renamed from: c reason: collision with root package name */ - public static final d f215c = null; + public static final d f218c = null; /* compiled from: BluetoothHeadsetPrivateApi.kt */ public static final class a extends o implements Function0 { diff --git a/app/src/main/java/c/a/q/k0/f.java b/app/src/main/java/c/a/q/k0/f.java index 2d09cb8443..fd6060cf6a 100644 --- a/app/src/main/java/c/a/q/k0/f.java +++ b/app/src/main/java/c/a/q/k0/f.java @@ -20,7 +20,7 @@ public final class f extends ContentObserver { DiscordAudioManager discordAudioManager = this.a; int streamVolume = discordAudioManager.e.getStreamVolume(3); discordAudioManager.w = streamVolume; - SerializedSubject serializedSubject = discordAudioManager.f2158y; + SerializedSubject serializedSubject = discordAudioManager.f2161y; serializedSubject.j.onNext(Integer.valueOf(streamVolume)); } } diff --git a/app/src/main/java/c/a/q/k0/g.java b/app/src/main/java/c/a/q/k0/g.java index 0d00337d34..9da452292f 100644 --- a/app/src/main/java/c/a/q/k0/g.java +++ b/app/src/main/java/c/a/q/k0/g.java @@ -7,7 +7,7 @@ public final class g { public static final g b = new g(true, false, false); /* renamed from: c reason: collision with root package name */ - public static final a f216c = new a(null); + public static final a f219c = new a(null); public volatile boolean d; public final boolean e; public final boolean f; @@ -62,11 +62,11 @@ public final class g { } public String toString() { - StringBuilder N = c.d.b.a.a.N("EchoCancellation(shouldEarlyEnableHwAec="); - N.append(this.e); - N.append(", alwaysEnableAec="); - N.append(this.f); - N.append(", disableSwAecWhenHwIsEnabled="); - return c.d.b.a.a.J(N, this.g, ")"); + StringBuilder P = c.d.b.a.a.P("EchoCancellation(shouldEarlyEnableHwAec="); + P.append(this.e); + P.append(", alwaysEnableAec="); + P.append(this.f); + P.append(", disableSwAecWhenHwIsEnabled="); + return c.d.b.a.a.L(P, this.g, ")"); } } diff --git a/app/src/main/java/c/a/q/l.java b/app/src/main/java/c/a/q/l.java index 1b47990147..88e1c18812 100644 --- a/app/src/main/java/c/a/q/l.java +++ b/app/src/main/java/c/a/q/l.java @@ -96,10 +96,10 @@ public final class l extends o implements Function0 { } if (arrayList2.isEmpty()) { this.this$0.b.remove(Long.valueOf(this.$userId)); - this.this$0.f2144c.remove(Long.valueOf(this.$userId)); + this.this$0.f2147c.remove(Long.valueOf(this.$userId)); } else { this.this$0.b.put(Long.valueOf(this.$userId), arrayList2); - this.this$0.f2144c.add(Long.valueOf(this.$userId)); + this.this$0.f2147c.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/q/l0/a.java b/app/src/main/java/c/a/q/l0/a.java index 7b3fd33c97..45dcca911a 100644 --- a/app/src/main/java/c/a/q/l0/a.java +++ b/app/src/main/java/c/a/q/l0/a.java @@ -45,10 +45,10 @@ public abstract class a { } public String toString() { - StringBuilder N = c.d.b.a.a.N("PluggedIn(name="); - N.append(this.a); - N.append(", hasMic="); - return c.d.b.a.a.J(N, this.b, ")"); + StringBuilder P = c.d.b.a.a.P("PluggedIn(name="); + P.append(this.a); + P.append(", hasMic="); + return c.d.b.a.a.L(P, this.b, ")"); } } diff --git a/app/src/main/java/c/a/q/m0/a.java b/app/src/main/java/c/a/q/m0/a.java index 5dd43b69e9..407b73408e 100644 --- a/app/src/main/java/c/a/q/m0/a.java +++ b/app/src/main/java/c/a/q/m0/a.java @@ -8,7 +8,7 @@ public final class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f217c; + public final String f220c; public final int d; public final Integer e; @@ -17,7 +17,7 @@ public final class a { m.checkNotNullParameter(str2, "type"); this.a = str; this.b = i; - this.f217c = str2; + this.f220c = str2; this.d = i2; this.e = num; } @@ -30,14 +30,14 @@ public final class a { return false; } a aVar = (a) obj; - return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f217c, aVar.f217c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); + return m.areEqual(this.a, aVar.a) && this.b == aVar.b && m.areEqual(this.f220c, aVar.f220c) && this.d == aVar.d && m.areEqual(this.e, aVar.e); } public int hashCode() { String str = this.a; int i = 0; int hashCode = (((str != null ? str.hashCode() : 0) * 31) + this.b) * 31; - String str2 = this.f217c; + String str2 = this.f220c; 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 N = c.d.b.a.a.N("Codec(name="); - N.append(this.a); - N.append(", priority="); - N.append(this.b); - N.append(", type="); - N.append(this.f217c); - N.append(", payloadType="); - N.append(this.d); - N.append(", rtxPayloadType="); - return c.d.b.a.a.C(N, this.e, ")"); + StringBuilder P = c.d.b.a.a.P("Codec(name="); + P.append(this.a); + P.append(", priority="); + P.append(this.b); + P.append(", type="); + P.append(this.f220c); + P.append(", payloadType="); + P.append(this.d); + P.append(", rtxPayloadType="); + return c.d.b.a.a.E(P, this.e, ")"); } } diff --git a/app/src/main/java/c/a/q/m0/b.java b/app/src/main/java/c/a/q/m0/b.java index 20cebcd589..570699ad5b 100644 --- a/app/src/main/java/c/a/q/m0/b.java +++ b/app/src/main/java/c/a/q/m0/b.java @@ -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 f218s = new Rect(); + public final Rect f221s = 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 f219x; + public final ThumbnailEmitter f222x; /* compiled from: ScreenCapturer.kt */ public static final class a { @@ -121,7 +121,7 @@ public final class b extends ScreenCapturerAndroid { m.checkNotNullParameter(callback, "mediaProjectionCallback"); m.checkNotNullParameter(logger, "logger"); this.w = logger; - this.f219x = thumbnailEmitter; + this.f222x = 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.f219x; + ThumbnailEmitter thumbnailEmitter = this.f222x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { thumbnailEmitter.d.release(); - thumbnailEmitter.f2168c.release(); + thumbnailEmitter.f2171c.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.f218s; + Rect rect = this.f221s; Context context = this.m; if (context == null) { m.throwUninitializedPropertyAccessException("context"); } rect.set(DisplayUtils.getScreenSize(context)); - if (!m.areEqual(this.f218s, this.r)) { - this.r.set(this.f218s); - a(this.f218s, this.u); + if (!m.areEqual(this.f221s, this.r)) { + this.r.set(this.f221s); + a(this.f221s, this.u); } this.q = Long.valueOf(videoFrame.getTimestampNs()); - ThumbnailEmitter thumbnailEmitter = this.f219x; + ThumbnailEmitter thumbnailEmitter = this.f222x; if (thumbnailEmitter != null) { synchronized (thumbnailEmitter) { m.checkNotNullParameter(videoFrame, "frame"); diff --git a/app/src/main/java/c/a/q/m0/c/d.java b/app/src/main/java/c/a/q/m0/c/d.java index 54999466ea..cfdb953b56 100644 --- a/app/src/main/java/c/a/q/m0/c/d.java +++ b/app/src/main/java/c/a/q/m0/c/d.java @@ -34,7 +34,7 @@ public final class d implements Discord.ConnectToServerCallback { e eVar = this.this$0.a; Discord.ConnectionInfo connectionInfo = this.$connectionInfo; String str = this.$errorMessage; - Logger.i$default(eVar.l, "MediaEngineConnectionLegacy", c.d.b.a.a.t("handleConnection(). errorMessage: ", str), null, 4, null); + Logger.i$default(eVar.l, "MediaEngineConnectionLegacy", c.d.b.a.a.u("handleConnection(). errorMessage: ", str), null, 4, null); if (connectionInfo != null) { if (str == null || str.length() == 0) { String str2 = connectionInfo.localAddress; diff --git a/app/src/main/java/c/a/q/m0/c/e.java b/app/src/main/java/c/a/q/m0/c/e.java index 8ca6ca6713..345a30f8fa 100644 --- a/app/src/main/java/c/a/q/m0/c/e.java +++ b/app/src/main/java/c/a/q/m0/c/e.java @@ -36,7 +36,7 @@ public final class e implements MediaEngineConnection { public MediaEngineConnection.ConnectionState b; /* renamed from: c reason: collision with root package name */ - public boolean f220c; + public boolean f223c; public final Map d; public final Map e = new LinkedHashMap(); public final Set f = new LinkedHashSet(); @@ -288,7 +288,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.f2167c); + connection2.setVADTrailingFramesToSend(this.$inputModeOptions.f2170c); connection2.setVADTriggerThreshold((float) this.$inputModeOptions.a); connection2.setVADAutoThreshold(this.$inputModeOptions.d ? 3 : -1); connection2.setVADUseKrisp(this.$inputModeOptions.e); @@ -431,7 +431,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.f2166c, bVar.d, this.$framerate); + connection2.setEncodingQuality(bVar.a, bVar.b, bVar.f2169c, bVar.d, this.$framerate); return Unit.a; } } @@ -568,7 +568,7 @@ public final class e implements MediaEngineConnection { this.d = h0.mutableMapOf(d0.o.to(Long.valueOf(j2), Integer.valueOf(aVar.a))); int i2 = aVar.a; String str = aVar.b; - int i3 = aVar.f2164c; + int i3 = aVar.f2167c; Object[] array = aVar.d.toArray(new StreamParameters[0]); Objects.requireNonNull(array, "null cannot be cast to non-null type kotlin.Array"); Connection connectToServer = discord.connectToServer(i2, j2, str, i3, (StreamParameters[]) array, new d(this)); @@ -599,7 +599,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void c(boolean z2) { - this.f220c = z2; + this.f223c = z2; z(new r(z2)); } @@ -678,7 +678,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void m(MediaEngineConnection.b bVar) { d0.z.d.m.checkNotNullParameter(bVar, "quality"); - z(new p(bVar, this.f220c ? bVar.e : bVar.f)); + z(new p(bVar, this.f223c ? bVar.e : bVar.f)); } @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection @@ -759,7 +759,7 @@ public final class e implements MediaEngineConnection { @Override // com.discord.rtcconnection.mediaengine.MediaEngineConnection public void s(long j2, int i2, Integer num, boolean z2, float f2) { if (i2 == 0) { - Logger.w$default(this.l, "MediaEngineConnectionLegacy", c.d.b.a.a.q("Attempting to create user ", j2, " with 0 audio SSRC"), null, 4, null); + Logger.w$default(this.l, "MediaEngineConnectionLegacy", c.d.b.a.a.r("Attempting to create user ", j2, " with 0 audio SSRC"), null, 4, null); return; } Long valueOf = num != null ? Long.valueOf((long) num.intValue()) : this.e.get(Long.valueOf(j2)); diff --git a/app/src/main/java/c/a/q/m0/c/k.java b/app/src/main/java/c/a/q/m0/c/k.java index 4ffc126155..43b2ef0957 100644 --- a/app/src/main/java/c/a/q/m0/c/k.java +++ b/app/src/main/java/c/a/q/m0/c/k.java @@ -34,7 +34,7 @@ public final class k implements MediaEngine { public static final Set b = n0.setOf((Object[]) new String[]{"Pixel 3a", "Redmi Note 8 Pro", "Redmi Note 8 pro"}); /* renamed from: c reason: collision with root package name */ - public final t f221c; + public final t f224c; public final List d; public boolean e; public Discord f; @@ -339,9 +339,9 @@ public final class k implements MediaEngine { /* renamed from: invoke */ public Unit mo1invoke() { boolean z2; - StringBuilder N = c.d.b.a.a.N("updateVoiceConfig: "); - N.append(this.$voiceConfig); - AnimatableValueParser.E1("MediaEngineLegacy", N.toString()); + StringBuilder P = c.d.b.a.a.P("updateVoiceConfig: "); + P.append(this.$voiceConfig); + AnimatableValueParser.E1("MediaEngineLegacy", P.toString()); MediaEngine.VoiceConfig voiceConfig = this.$voiceConfig; k kVar = this.this$0; float f = voiceConfig.a; @@ -366,14 +366,14 @@ public final class k implements MediaEngine { discord2.setEchoCancellation(z2); } k kVar3 = this.this$0; - boolean z4 = voiceConfig.f2163c; + boolean z4 = voiceConfig.f2166c; Discord discord3 = kVar3.f; if (discord3 != null) { discord3.setNoiseSuppression(z4); } k kVar4 = this.this$0; boolean z5 = voiceConfig.d; - kVar4.f221c.a = z5; + kVar4.f224c.a = z5; Discord discord4 = kVar4.f; if (discord4 != null) { discord4.setNoiseCancellation(z5); @@ -413,7 +413,7 @@ public final class k implements MediaEngine { this.n = gVar; this.o = set4; this.p = set3; - this.f221c = new t(); + this.f224c = new t(); this.d = new ArrayList(); this.e = true; this.h = MediaEngine.OpenSLUsageMode.ALLOW_LIST; @@ -507,7 +507,7 @@ public final class k implements MediaEngine { c cVar = new c(this); c.a.q.c cVar2 = this.k; Logger logger2 = this.m; - t tVar = this.f221c; + t tVar = this.f224c; List list = this.g; if (list == null) { m.throwUninitializedPropertyAccessException("supportedVideoCodecs"); @@ -594,11 +594,11 @@ public final class k implements MediaEngine { public final void p() { if (this.f == null) { Logger logger = this.m; - StringBuilder N = c.d.b.a.a.N("initializing voice engine. OpenSL ES: "); - N.append(this.l); - N.append(", OpenSL usage mode: "); - N.append(this.h); - Logger.i$default(logger, "MediaEngineLegacy", N.toString(), null, 4, null); + StringBuilder P = c.d.b.a.a.P("initializing voice engine. OpenSL ES: "); + P.append(this.l); + P.append(", OpenSL usage mode: "); + P.append(this.h); + Logger.i$default(logger, "MediaEngineLegacy", P.toString(), null, 4, null); int ordinal = this.l.ordinal(); boolean z2 = false; if (ordinal == 0) { @@ -608,12 +608,12 @@ public final class k implements MediaEngine { z2 = true; } Logger logger2 = this.m; - StringBuilder N2 = c.d.b.a.a.N("OpenSL ES default. mode: "); - N2.append(this.h); - N2.append(", enableOpenSL: "); - N2.append(z2); - N2.append(", model: '"); - Logger.i$default(logger2, "MediaEngineLegacy", c.d.b.a.a.E(N2, Build.MODEL, '\''), null, 4, null); + StringBuilder P2 = c.d.b.a.a.P("OpenSL ES default. mode: "); + P2.append(this.h); + P2.append(", enableOpenSL: "); + P2.append(z2); + P2.append(", model: '"); + Logger.i$default(logger2, "MediaEngineLegacy", c.d.b.a.a.G(P2, Build.MODEL, '\''), null, 4, null); WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(!z2); } else if (ordinal == 1) { WebRtcAudioManager.setBlacklistDeviceForOpenSLESUsage(false); diff --git a/app/src/main/java/c/a/q/n.java b/app/src/main/java/c/a/q/n.java index 7957708431..8a964bf872 100644 --- a/app/src/main/java/c/a/q/n.java +++ b/app/src/main/java/c/a/q/n.java @@ -7,14 +7,14 @@ public final class n { public final int b; /* renamed from: c reason: collision with root package name */ - public final double f222c; + public final double f225c; 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.f222c = d; + this.f225c = 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.f222c, nVar.f222c) == 0 && this.d == nVar.d && this.e == nVar.e; + return this.a == nVar.a && this.b == nVar.b && Double.compare(this.f225c, nVar.f225c) == 0 && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((a.a(this.f222c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; + return ((((a.a(this.f225c) + (((this.a * 31) + this.b) * 31)) * 31) + this.d) * 31) + this.e; } public String toString() { - StringBuilder N = c.d.b.a.a.N("ResolutionBudget(width="); - N.append(this.a); - N.append(", height="); - N.append(this.b); - N.append(", budgetPortion="); - N.append(this.f222c); - N.append(", mutedFramerate="); - N.append(this.d); - N.append(", framerate="); - return c.d.b.a.a.y(N, this.e, ")"); + StringBuilder P = c.d.b.a.a.P("ResolutionBudget(width="); + P.append(this.a); + P.append(", height="); + P.append(this.b); + P.append(", budgetPortion="); + P.append(this.f225c); + P.append(", mutedFramerate="); + P.append(this.d); + P.append(", framerate="); + return c.d.b.a.a.z(P, this.e, ")"); } } diff --git a/app/src/main/java/c/a/q/n0/a.java b/app/src/main/java/c/a/q/n0/a.java index b90591afda..1a64bc643f 100644 --- a/app/src/main/java/c/a/q/n0/a.java +++ b/app/src/main/java/c/a/q/n0/a.java @@ -62,20 +62,20 @@ public final class a extends WebSocketListener implements DebugPrintable { public WebSocket r; /* renamed from: s reason: collision with root package name */ - public String f223s; + public String f226s; public String t; public Long u; public boolean v; public b w; /* renamed from: x reason: collision with root package name */ - public Long f224x; + public Long f227x; /* renamed from: y reason: collision with root package name */ - public TimerTask f225y; + public TimerTask f228y; /* renamed from: z reason: collision with root package name */ - public Long f226z; + public Long f229z; /* compiled from: RtcControlSocket.kt */ /* renamed from: c.a.q.n0.a$a reason: collision with other inner class name */ @@ -246,9 +246,9 @@ public final class a extends WebSocketListener implements DebugPrintable { public Unit mo1invoke() { if (!(!m.areEqual(this.$webSocket, this.this$0.r))) { a aVar = this.this$0; - StringBuilder N = c.d.b.a.a.N("An error with the websocket occurred: "); - N.append(this.$t.getMessage()); - a.a(aVar, true, null, N.toString()); + StringBuilder P = c.d.b.a.a.P("An error with the websocket occurred: "); + P.append(this.$t.getMessage()); + a.a(aVar, true, null, P.toString()); } return Unit.a; } @@ -282,7 +282,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.f226z; + Long l = aVar.f229z; long longValue = currentTimeMillis - (l != null ? l.longValue() : 0); aVar.j("[READY] took " + longValue + " ms"); aVar.b(); @@ -337,7 +337,7 @@ public final class a extends WebSocketListener implements DebugPrintable { long currentTimeMillis2 = aVar5.H.currentTimeMillis(); long j = currentTimeMillis2 - longValue2; aVar5.i("got heartbeat ack after " + j + " ms"); - aVar5.f224x = Long.valueOf(currentTimeMillis2); + aVar5.f227x = Long.valueOf(currentTimeMillis2); aVar5.v = true; aVar5.b(); for (d dVar4 : aVar5.p) { @@ -350,16 +350,16 @@ public final class a extends WebSocketListener implements DebugPrintable { case 11: default: a aVar6 = this.this$0; - StringBuilder N = c.d.b.a.a.N("unknown opcode: "); - N.append(this.$message.getOpcode()); - aVar6.j(N.toString()); + StringBuilder P = c.d.b.a.a.P("unknown opcode: "); + P.append(this.$message.getOpcode()); + aVar6.j(P.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.f225y; + TimerTask timerTask = aVar7.f228y; if (timerTask != null) { timerTask.cancel(); } @@ -461,18 +461,18 @@ public final class a extends WebSocketListener implements DebugPrintable { } } else if (cVar == c.RECONNECTING) { String str = aVar.t; - String str2 = aVar.f223s; + String str2 = aVar.f226s; String str3 = aVar.D; - Long l = aVar.f224x; + Long l = aVar.f227x; if (l != null && aVar.H.currentTimeMillis() - l.longValue() > 60000) { z2 = false; } if (str == null || str2 == null || !aVar.B || !z2) { - StringBuilder N = c.d.b.a.a.N("Cannot resume connection. resumable: "); - N.append(aVar.B); - N.append(" -- isHeartbeatRecentEnough: "); - N.append(z2); - aVar.g(false, 4801, N.toString()); + StringBuilder P = c.d.b.a.a.P("Cannot resume connection. resumable: "); + P.append(aVar.B); + P.append(" -- isHeartbeatRecentEnough: "); + P.append(z2); + aVar.g(false, 4801, P.toString()); } else { aVar.j("[RESUME] resuming session. serverId=" + str2 + " sessionId=" + str); aVar.b(); @@ -487,12 +487,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.f226z; + Long l2 = this.this$0.f229z; long longValue = currentTimeMillis - (l2 != null ? l2.longValue() : 0); a aVar3 = this.this$0; - StringBuilder N2 = c.d.b.a.a.N("[CONNECTED] to "); - N2.append(this.this$0.C); - aVar3.j(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("[CONNECTED] to "); + P2.append(this.this$0.C); + aVar3.j(P2.toString()); a aVar4 = this.this$0; aVar4.b(); for (d dVar3 : aVar4.p) { @@ -537,11 +537,11 @@ public final class a extends WebSocketListener implements DebugPrintable { this.G = cVar; this.H = clock; this.I = str3; - StringBuilder R = c.d.b.a.a.R(str3, "->RtcControlSocket "); + StringBuilder U = c.d.b.a.a.U(str3, "->RtcControlSocket "); int i2 = i + 1; i = i2; - R.append(i2); - String sb = R.toString(); + U.append(i2); + String sb = U.toString(); this.l = sb; this.o = new Backoff(1000, 5000, 3, false, new Backoff.TimerScheduler(sb, cVar), 8, null); this.p = new CopyOnWriteArraySet<>(); @@ -559,8 +559,8 @@ public final class a extends WebSocketListener implements DebugPrintable { aVar.g(z2, num, str); } else { aVar.c(null); - String K = c.d.b.a.a.K(new Object[]{Double.valueOf(((double) aVar.o.fail(new c(aVar, z2, num, str))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)"); - aVar.k("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + K + " seconds."); + String M = c.d.b.a.a.M(new Object[]{Double.valueOf(((double) aVar.o.fail(new c(aVar, z2, num, str))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)"); + aVar.k("`[WS CLOSED] (" + z2 + ", " + num + ", " + str + ") retrying in " + M + " seconds."); } } @@ -579,7 +579,7 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void c(Function1 function1) { this.o.cancel(); this.w.cancel(); - TimerTask timerTask = this.f225y; + TimerTask timerTask = this.f228y; if (timerTask != null) { timerTask.cancel(); } @@ -594,7 +594,7 @@ public final class a extends WebSocketListener implements DebugPrintable { b(); j("[CLOSE]"); c(e.i); - this.f223s = null; + this.f226s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -608,11 +608,11 @@ public final class a extends WebSocketListener implements DebugPrintable { @Override // com.discord.utilities.debug.DebugPrintable public void debugPrint(DebugPrintBuilder debugPrintBuilder) { m.checkNotNullParameter(debugPrintBuilder, "dp"); - debugPrintBuilder.appendKeyValue("serverId", this.f223s); + debugPrintBuilder.appendKeyValue("serverId", this.f226s); debugPrintBuilder.appendKeyValue("sessionId", this.t); debugPrintBuilder.appendKeyValue("heartbeatInterval", this.u); - debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f224x); - debugPrintBuilder.appendKeyValue("connectionStartTime", this.f226z); + debugPrintBuilder.appendKeyValue("lastHeartbeatAckTime", this.f227x); + debugPrintBuilder.appendKeyValue("connectionStartTime", this.f229z); debugPrintBuilder.appendKeyValue("connectionState", this.A); debugPrintBuilder.appendKeyValue("resumable", Boolean.valueOf(this.B)); } @@ -634,41 +634,41 @@ public final class a extends WebSocketListener implements DebugPrintable { } public final void f() { - StringBuilder N = c.d.b.a.a.N("[CONNECT] "); - N.append(this.C); - j(N.toString()); + StringBuilder P = c.d.b.a.a.P("[CONNECT] "); + P.append(this.C); + j(P.toString()); if (this.r != null) { this.F.e(this.l, "Connect called with already existing websocket", null, null); c(f.i); return; } - this.f226z = Long.valueOf(this.H.currentTimeMillis()); - TimerTask timerTask = this.f225y; + this.f229z = Long.valueOf(this.H.currentTimeMillis()); + TimerTask timerTask = this.f228y; if (timerTask != null) { timerTask.cancel(); } g gVar = new g(this); - this.f225y = gVar; + this.f228y = 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.e0.k.h.f2817c; + h.a aVar2 = f0.e0.k.h.f2820c; aVar.b(sSLSocketFactory, f0.e0.k.h.a.n()); } - String F = c.d.b.a.a.F(new StringBuilder(), this.C, "?v=5"); - j("attempting WSS connection with " + F); + String H = c.d.b.a.a.H(new StringBuilder(), this.C, "?v=5"); + j("attempting WSS connection with " + H); x xVar = new x(aVar); Request.a aVar3 = new Request.a(); - aVar3.f(F); + aVar3.f(H); this.r = xVar.g(aVar3.a(), this); } public final void g(boolean z2, Integer num, String str) { k("[DISCONNECT] (" + z2 + ", " + num + ", " + str + ')'); c(null); - this.f223s = null; + this.f226s = null; this.t = null; this.B = false; this.A = c.DISCONNECTED; @@ -724,8 +724,8 @@ public final class a extends WebSocketListener implements DebugPrintable { return; } c(d.i); - String K = c.d.b.a.a.K(new Object[]{Double.valueOf(((double) this.o.fail(new e(this))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)"); - k("[ACK TIMEOUT] reconnecting in " + K + " seconds."); + String M = c.d.b.a.a.M(new Object[]{Double.valueOf(((double) this.o.fail(new e(this))) / 1000.0d)}, 1, "%.2f", "java.lang.String.format(this, *args)"); + k("[ACK TIMEOUT] reconnecting in " + M + " seconds."); } public final void m(boolean z2, Integer num, String str) { @@ -749,9 +749,9 @@ public final class a extends WebSocketListener implements DebugPrintable { public final void o(int i2, Object obj) { WebSocket webSocket = this.r; if (webSocket == null) { - StringBuilder N = c.d.b.a.a.N("opcode() websocket null. opcode: "); - N.append(Opcodes.INSTANCE.getNameOf(i2)); - this.F.e(this.l, N.toString(), null, null); + StringBuilder P = c.d.b.a.a.P("opcode() websocket null. opcode: "); + P.append(Opcodes.INSTANCE.getNameOf(i2)); + this.F.e(this.l, P.toString(), null, null); return; } try { @@ -793,11 +793,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.r0(Payloads.Incoming.class).cast(this.m.g(str, Payloads.Incoming.class)); super.onMessage(webSocket, str); - StringBuilder N = c.d.b.a.a.N("received ("); - N.append(Opcodes.INSTANCE.getNameOf(incoming.getOpcode())); - N.append("): "); - N.append(incoming); - i(N.toString()); + StringBuilder P = c.d.b.a.a.P("received ("); + P.append(Opcodes.INSTANCE.getNameOf(incoming.getOpcode())); + P.append("): "); + P.append(incoming); + i(P.toString()); n(new j(this, webSocket, incoming)); } diff --git a/app/src/main/java/c/a/q/o0/a.java b/app/src/main/java/c/a/q/o0/a.java index a2b55f9021..194c874a35 100644 --- a/app/src/main/java/c/a/q/o0/a.java +++ b/app/src/main/java/c/a/q/o0/a.java @@ -122,13 +122,13 @@ public final /* synthetic */ class a extends k implements Function1 if (booleanValue) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.CPU_OVERUSE); } else if (longValue == 0) { - int i = krispOveruseDetector.f2143c + 1; - krispOveruseDetector.f2143c = i; + int i = krispOveruseDetector.f2146c + 1; + krispOveruseDetector.f2146c = i; if (i > 2) { krispOveruseDetector.d.f(KrispOveruseDetector.Status.FAILED); } } else { - krispOveruseDetector.f2143c = 0; + krispOveruseDetector.f2146c = 0; } } krispOveruseDetector.b = stats2.getOutboundRtpAudio(); diff --git a/app/src/main/java/c/a/q/o0/d.java b/app/src/main/java/c/a/q/o0/d.java index 47dbb0aa33..4e6dc9f862 100644 --- a/app/src/main/java/c/a/q/o0/d.java +++ b/app/src/main/java/c/a/q/o0/d.java @@ -15,7 +15,7 @@ public final class d { public Subscription b; /* renamed from: c reason: collision with root package name */ - public final long f227c; + public final long f230c; 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.f227c = j; + this.f230c = j; this.d = logger; this.e = mediaEngineConnection; this.f = voiceQuality; diff --git a/app/src/main/java/c/a/q/o0/e.java b/app/src/main/java/c/a/q/o0/e.java index 1d11bee018..96c91d7769 100644 --- a/app/src/main/java/c/a/q/o0/e.java +++ b/app/src/main/java/c/a/q/o0/e.java @@ -29,7 +29,7 @@ public final class e { public static final List b = n.listOf((Object[]) new Integer[]{0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60}); /* renamed from: c reason: collision with root package name */ - public static final List f228c = n.listOf((Object[]) new Integer[]{720, 480, 360}); + public static final List f231c = n.listOf((Object[]) new Integer[]{720, 480, 360}); public static final b d = new b(null); public final ListenerCollectionSubject e; public final ListenerCollection f; @@ -52,7 +52,7 @@ public final class e { public long b; /* renamed from: c reason: collision with root package name */ - public long f229c; + public long f232c; public long d; public long e; public long f; @@ -66,7 +66,7 @@ public final class e { public a(long j, long j2, long j3, long j4, long j5, long j6, long j7, long j8) { this.a = j; this.b = j2; - this.f229c = j3; + this.f232c = j3; this.d = j4; this.e = j5; this.f = j6; @@ -87,12 +87,12 @@ public final class e { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f229c == aVar.f229c && this.d == aVar.d && this.e == aVar.e && this.f == aVar.f && this.g == aVar.g && this.h == aVar.h; + return this.a == aVar.a && this.b == aVar.b && this.f232c == aVar.f232c && 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.f229c); + int a2 = a0.a.a.b.a(this.f232c); 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); @@ -101,22 +101,22 @@ public final class e { } public String toString() { - StringBuilder N = c.d.b.a.a.N("AggregatedProperties(framesCodec="); - N.append(this.a); - N.append(", framesNetwork="); - N.append(this.b); - N.append(", packets="); - N.append(this.f229c); - N.append(", packetsLost="); - N.append(this.d); - N.append(", framesDropped="); - N.append(this.e); - N.append(", bytes="); - N.append(this.f); - N.append(", nackCount="); - N.append(this.g); - N.append(", pliCount="); - return c.d.b.a.a.z(N, this.h, ")"); + StringBuilder P = c.d.b.a.a.P("AggregatedProperties(framesCodec="); + P.append(this.a); + P.append(", framesNetwork="); + P.append(this.b); + P.append(", packets="); + P.append(this.f232c); + P.append(", packetsLost="); + P.append(this.d); + P.append(", framesDropped="); + P.append(this.e); + P.append(", bytes="); + P.append(this.f); + P.append(", nackCount="); + P.append(this.g); + P.append(", pliCount="); + return c.d.b.a.a.A(P, this.h, ")"); } } @@ -181,7 +181,7 @@ public final class e { public final Histogram b = new Histogram(5, 0, 2, null); /* renamed from: c reason: collision with root package name */ - public final Histogram f230c = new Histogram(25600, 0, 2, null); + public final Histogram f233c = 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; @@ -197,7 +197,7 @@ public final class e { for (Number number2 : e.b) { this.h.put(Integer.valueOf(number2.intValue()), Float.valueOf(0.0f)); } - for (Number number3 : e.f228c) { + for (Number number3 : e.f231c) { this.j.put(Integer.valueOf(number3.intValue()), Float.valueOf(0.0f)); } } @@ -216,7 +216,7 @@ public final class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final a f231c; + public final a f234c; public g() { this(0, 0, new a(0, 0, 0, 0, 0, 0, 0, 0, 255)); @@ -226,7 +226,7 @@ public final class e { m.checkNotNullParameter(aVar, "aggregatedProperties"); this.a = j; this.b = j2; - this.f231c = aVar; + this.f234c = aVar; } public boolean equals(Object obj) { @@ -237,24 +237,24 @@ public final class e { return false; } g gVar = (g) obj; - return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f231c, gVar.f231c); + return this.a == gVar.a && this.b == gVar.b && m.areEqual(this.f234c, gVar.f234c); } public int hashCode() { int a = (a0.a.a.b.a(this.b) + (a0.a.a.b.a(this.a) * 31)) * 31; - a aVar = this.f231c; + a aVar = this.f234c; return a + (aVar != null ? aVar.hashCode() : 0); } public String toString() { - StringBuilder N = c.d.b.a.a.N("RawVideoStats(resolution="); - N.append(this.a); - N.append(", timestamp="); - N.append(this.b); - N.append(", aggregatedProperties="); - N.append(this.f231c); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("RawVideoStats(resolution="); + P.append(this.a); + P.append(", timestamp="); + P.append(this.b); + P.append(", aggregatedProperties="); + P.append(this.f234c); + P.append(")"); + return P.toString(); } } @@ -280,10 +280,10 @@ public final class e { for (Map.Entry entry : eVar.m.entrySet()) { C0042e value = entry.getValue(); value.b.addSample((long) resourceUsage2.getCpuUsagePercent()); - value.f230c.addSample(resourceUsage2.getMemoryRssBytes()); + value.f233c.addSample(resourceUsage2.getMemoryRssBytes()); } eVar.l.b.addSample((long) resourceUsage2.getCpuUsagePercent()); - eVar.l.f230c.addSample(resourceUsage2.getMemoryRssBytes()); + eVar.l.f233c.addSample(resourceUsage2.getMemoryRssBytes()); } return Unit.a; } @@ -317,17 +317,17 @@ public final class e { f fVar = f.i; eVar.f = (gVar2.b - gVar3.b) + eVar.f; a aVar = eVar.e; - a aVar2 = gVar2.f231c; - a aVar3 = gVar3.f231c; + a aVar2 = gVar2.f234c; + a aVar3 = gVar3.f234c; aVar.a = fVar.a(aVar2.a, aVar3.a) + aVar.a; aVar.b = fVar.a(aVar2.b, aVar3.b) + aVar.b; - aVar.f229c = fVar.a(aVar2.f229c, aVar3.f229c) + aVar.f229c; + aVar.f232c = fVar.a(aVar2.f232c, aVar3.f232c) + aVar.f232c; 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.f231c; + a aVar4 = gVar2.f234c; long j = aVar4.f; long j2 = aVar4.a; long j3 = gVar2.b; @@ -337,11 +337,11 @@ public final class e { if (eVar.a.size() >= 6) { List list3 = eVar.a; g gVar4 = list3.get(list3.size() - 3); - a aVar5 = gVar4.f231c; + a aVar5 = gVar4.f234c; long j5 = aVar5.f; long j6 = aVar5.a; long j7 = gVar4.b; - Iterator it = f228c.iterator(); + Iterator it = f231c.iterator(); while (true) { float f3 = 0.0f; if (!it.hasNext()) { @@ -416,10 +416,10 @@ public final class e { 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.f230c.getReport(); + Histogram.Report report2 = eVar.f233c.getReport(); b bVar = d; long j = (long) 1024; - Map mapOf = h0.mapOf(d0.o.to("duration", Double.valueOf(Math.floor((double) longValue))), c.d.b.a.a.W(bVar, eVar.g.get(8000000), "duration_stream_under_8mbps"), c.d.b.a.a.W(bVar, eVar.g.get(7000000), "duration_stream_under_7mbps"), c.d.b.a.a.W(bVar, eVar.g.get(6000000), "duration_stream_under_6mbps"), c.d.b.a.a.W(bVar, eVar.g.get(5000000), "duration_stream_under_5mbps"), c.d.b.a.a.W(bVar, eVar.g.get(4000000), "duration_stream_under_4mbps"), c.d.b.a.a.W(bVar, eVar.g.get(3000000), "duration_stream_under_3mbps"), c.d.b.a.a.W(bVar, eVar.g.get(2000000), "duration_stream_under_2mbps"), c.d.b.a.a.W(bVar, eVar.g.get(1500000), "duration_stream_under_1_5mbps"), c.d.b.a.a.W(bVar, eVar.g.get(1000000), "duration_stream_under_1mbps"), c.d.b.a.a.W(bVar, eVar.g.get(500000), "duration_stream_under_0_5mbps"), c.d.b.a.a.W(bVar, eVar.g.get(0), "duration_stream_at_0mbps"), c.d.b.a.a.W(bVar, eVar.h.get(60), "duration_fps_under_60"), c.d.b.a.a.W(bVar, eVar.h.get(55), "duration_fps_under_55"), c.d.b.a.a.W(bVar, eVar.h.get(50), "duration_fps_under_50"), c.d.b.a.a.W(bVar, eVar.h.get(45), "duration_fps_under_45"), c.d.b.a.a.W(bVar, eVar.h.get(40), "duration_fps_under_40"), c.d.b.a.a.W(bVar, eVar.h.get(35), "duration_fps_under_35"), c.d.b.a.a.W(bVar, eVar.h.get(30), "duration_fps_under_30"), c.d.b.a.a.W(bVar, eVar.h.get(25), "duration_fps_under_25"), c.d.b.a.a.W(bVar, eVar.h.get(20), "duration_fps_under_20"), c.d.b.a.a.W(bVar, eVar.h.get(15), "duration_fps_under_15"), c.d.b.a.a.W(bVar, eVar.h.get(10), "duration_fps_under_10"), c.d.b.a.a.W(bVar, eVar.h.get(5), "duration_fps_under_5"), c.d.b.a.a.W(bVar, eVar.h.get(0), "duration_fps_at_0"), d0.o.to("avg_resolution", Long.valueOf(roundToLong)), c.d.b.a.a.W(bVar, eVar.j.get(720), "duration_resolution_under_720"), c.d.b.a.a.W(bVar, eVar.j.get(480), "duration_resolution_under_480"), c.d.b.a.a.W(bVar, eVar.j.get(360), "duration_resolution_under_360"), d0.o.to("num_pauses", 0), d0.o.to("duration_paused", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.i.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_zero_receivers", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.j.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_video_stopped", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.k.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("client_performance_cpu_percentile25", Long.valueOf(report.getPercentile25())), d0.o.to("client_performance_cpu_percentile50", Long.valueOf(report.getPercentile50())), d0.o.to("client_performance_cpu_percentile75", Long.valueOf(report.getPercentile75())), d0.o.to("client_performance_cpu_percentile90", Long.valueOf(report.getPercentile90())), d0.o.to("client_performance_cpu_percentile95", Long.valueOf(report.getPercentile95())), d0.o.to("client_performance_memory_percentile25", Long.valueOf(report2.getPercentile25() / j)), d0.o.to("client_performance_memory_percentile50", Long.valueOf(report2.getPercentile50() / j)), d0.o.to("client_performance_memory_percentile75", Long.valueOf(report2.getPercentile75() / j)), d0.o.to("client_performance_memory_percentile90", Long.valueOf(report2.getPercentile90() / j)), d0.o.to("client_performance_memory_percentile95", Long.valueOf(report2.getPercentile95() / j)), d0.o.to("client_performance_memory_min", Long.valueOf(report2.getMin() / j)), d0.o.to("client_performance_memory_max", Long.valueOf(report2.getMax() / j))); + Map mapOf = h0.mapOf(d0.o.to("duration", Double.valueOf(Math.floor((double) longValue))), c.d.b.a.a.Y(bVar, eVar.g.get(8000000), "duration_stream_under_8mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(7000000), "duration_stream_under_7mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(6000000), "duration_stream_under_6mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(5000000), "duration_stream_under_5mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(4000000), "duration_stream_under_4mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(3000000), "duration_stream_under_3mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(2000000), "duration_stream_under_2mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(1500000), "duration_stream_under_1_5mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(1000000), "duration_stream_under_1mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(500000), "duration_stream_under_0_5mbps"), c.d.b.a.a.Y(bVar, eVar.g.get(0), "duration_stream_at_0mbps"), c.d.b.a.a.Y(bVar, eVar.h.get(60), "duration_fps_under_60"), c.d.b.a.a.Y(bVar, eVar.h.get(55), "duration_fps_under_55"), c.d.b.a.a.Y(bVar, eVar.h.get(50), "duration_fps_under_50"), c.d.b.a.a.Y(bVar, eVar.h.get(45), "duration_fps_under_45"), c.d.b.a.a.Y(bVar, eVar.h.get(40), "duration_fps_under_40"), c.d.b.a.a.Y(bVar, eVar.h.get(35), "duration_fps_under_35"), c.d.b.a.a.Y(bVar, eVar.h.get(30), "duration_fps_under_30"), c.d.b.a.a.Y(bVar, eVar.h.get(25), "duration_fps_under_25"), c.d.b.a.a.Y(bVar, eVar.h.get(20), "duration_fps_under_20"), c.d.b.a.a.Y(bVar, eVar.h.get(15), "duration_fps_under_15"), c.d.b.a.a.Y(bVar, eVar.h.get(10), "duration_fps_under_10"), c.d.b.a.a.Y(bVar, eVar.h.get(5), "duration_fps_under_5"), c.d.b.a.a.Y(bVar, eVar.h.get(0), "duration_fps_at_0"), d0.o.to("avg_resolution", Long.valueOf(roundToLong)), c.d.b.a.a.Y(bVar, eVar.j.get(720), "duration_resolution_under_720"), c.d.b.a.a.Y(bVar, eVar.j.get(480), "duration_resolution_under_480"), c.d.b.a.a.Y(bVar, eVar.j.get(360), "duration_resolution_under_360"), d0.o.to("num_pauses", 0), d0.o.to("duration_paused", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.i.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_zero_receivers", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.j.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("duration_video_stopped", Long.valueOf(b.a(bVar, Float.valueOf(((float) this.k.c(currentTimeMillis)) / 1000.0f)))), d0.o.to("client_performance_cpu_percentile25", Long.valueOf(report.getPercentile25())), d0.o.to("client_performance_cpu_percentile50", Long.valueOf(report.getPercentile50())), d0.o.to("client_performance_cpu_percentile75", Long.valueOf(report.getPercentile75())), d0.o.to("client_performance_cpu_percentile90", Long.valueOf(report.getPercentile90())), d0.o.to("client_performance_cpu_percentile95", Long.valueOf(report.getPercentile95())), d0.o.to("client_performance_memory_percentile25", Long.valueOf(report2.getPercentile25() / j)), d0.o.to("client_performance_memory_percentile50", Long.valueOf(report2.getPercentile50() / j)), d0.o.to("client_performance_memory_percentile75", Long.valueOf(report2.getPercentile75() / j)), d0.o.to("client_performance_memory_percentile90", Long.valueOf(report2.getPercentile90() / j)), d0.o.to("client_performance_memory_percentile95", Long.valueOf(report2.getPercentile95() / j)), d0.o.to("client_performance_memory_min", Long.valueOf(report2.getMin() / j)), d0.o.to("client_performance_memory_max", Long.valueOf(report2.getMax() / j))); a aVar = eVar.e; long a2 = i > 0 ? b.a(bVar, Float.valueOf(((float) (aVar.f * ((long) 8))) / f2)) : 0; long a3 = i > 0 ? b.a(bVar, Float.valueOf(((float) aVar.a) / f2)) : 0; @@ -428,7 +428,7 @@ public final class e { 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.f229c)); + pairArr[4] = d0.o.to("num_packets", Long.valueOf(aVar.f232c)); 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)); diff --git a/app/src/main/java/c/a/q/q.java b/app/src/main/java/c/a/q/q.java index 2fd2fdb1e9..85e491d9f8 100644 --- a/app/src/main/java/c/a/q/q.java +++ b/app/src/main/java/c/a/q/q.java @@ -15,8 +15,8 @@ public final class q implements Action1 { @Override // rx.functions.Action1 public void call(Throwable th) { RtcConnection rtcConnection = this.i; - StringBuilder N = a.N("failed to handle connectivity change in "); - N.append(this.i.k); - RtcConnection.o(rtcConnection, N.toString(), th, null, 4); + StringBuilder P = a.P("failed to handle connectivity change in "); + P.append(this.i.k); + RtcConnection.o(rtcConnection, P.toString(), th, null, 4); } } diff --git a/app/src/main/java/c/a/q/r.java b/app/src/main/java/c/a/q/r.java index a0ee36ea5f..68817891da 100644 --- a/app/src/main/java/c/a/q/r.java +++ b/app/src/main/java/c/a/q/r.java @@ -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.f2149s.onNext(stateChange); + this.i.f2152s.onNext(stateChange); } } diff --git a/app/src/main/java/c/a/q/s.java b/app/src/main/java/c/a/q/s.java index 575e888823..e92043a16a 100644 --- a/app/src/main/java/c/a/q/s.java +++ b/app/src/main/java/c/a/q/s.java @@ -39,8 +39,8 @@ public final class s extends o implements Function0 { rtcConnection.u(RtcConnection.State.b.a); } else { String replace$default = t.replace$default(str, ".gg", ".media", false, 4, (Object) null); - String u = c.d.b.a.a.u(str3, "://", replace$default); - String replace$default2 = t.replace$default(u, ":80", ":443", false, 4, (Object) null); + String v = c.d.b.a.a.v(str3, "://", replace$default); + String replace$default2 = t.replace$default(v, ":80", ":443", false, 4, (Object) null); a aVar2 = rtcConnection.v; if (aVar2 != null) { aVar2.d(); @@ -52,9 +52,9 @@ public final class s extends o implements Function0 { } else { rtcConnection.r("connecting via endpoint: " + replace$default + " token: " + str2); try { - URI uri = new URI(u); - rtcConnection.f2150x = uri.getHost(); - rtcConnection.f2151y = Integer.valueOf(uri.getPort()); + URI uri = new URI(v); + rtcConnection.f2153x = uri.getHost(); + rtcConnection.f2154y = Integer.valueOf(uri.getPort()); } catch (Exception e) { rtcConnection.U.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/b.java b/app/src/main/java/c/a/r/b.java index 90bb3b8896..a918c953c9 100644 --- a/app/src/main/java/c/a/r/b.java +++ b/app/src/main/java/c/a/r/b.java @@ -67,17 +67,17 @@ public final class b extends k implements Function2 extends Node.a { @@ -24,7 +24,7 @@ public final class o { public final String b; /* renamed from: c reason: collision with root package name */ - public final f f240c; + public final f f243c; /* compiled from: Xml.kt */ /* renamed from: c.a.t.a.o$a$a reason: collision with other inner class name */ @@ -47,7 +47,7 @@ public final class o { m.checkNotNullParameter(fVar, "codeStyleProviders"); this.a = str; this.b = str2; - this.f240c = fVar; + this.f243c = 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(); - C0046a aVar = new C0046a(this.f240c.g); + C0046a aVar = new C0046a(this.f243c.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.f240c.h.get(rc).iterator(); + Iterator it2 = this.f243c.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 N = c.d.b.a.a.N("'); - spannableStringBuilder.append((CharSequence) N.toString()); + StringBuilder P = c.d.b.a.a.P("'); + spannableStringBuilder.append((CharSequence) P.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/t/b/b/e.java b/app/src/main/java/c/a/t/b/b/e.java index 3e45bf7ffb..a7601b1819 100644 --- a/app/src/main/java/c/a/t/b/b/e.java +++ b/app/src/main/java/c/a/t/b/b/e.java @@ -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 f241c = Pattern.compile("^~~(?=\\S)([\\s\\S]*?\\S)~~"); + public static final Pattern f244c = 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])"); @@ -86,7 +86,7 @@ public final class e { Pattern pattern5 = g; m.checkNotNullExpressionValue(pattern5, "PATTERN_ITALICS"); arrayList.add(new c(eVar2, pattern5)); - Pattern pattern6 = f241c; + Pattern pattern6 = f244c; m.checkNotNullExpressionValue(pattern6, "PATTERN_STRIKETHRU"); arrayList.add(c(pattern6, f.i)); if (z2) { diff --git a/app/src/main/java/c/a/t/c/a.java b/app/src/main/java/c/a/t/c/a.java index b28f5aae7b..6c08c664fd 100644 --- a/app/src/main/java/c/a/t/c/a.java +++ b/app/src/main/java/c/a/t/c/a.java @@ -26,7 +26,7 @@ public final class a { public static final Pattern b; /* renamed from: c reason: collision with root package name */ - public static final Pattern f242c; + public static final Pattern f245c; public static final Pattern d = new Regex("^\\s*(?:(?:(.+)(?: +\\{([\\w ]*)\\}))|(.*))[ \\t]*\\n *([=\\-]){3,}[ \\t]*(?=\\n|$)").toPattern(); public static final a e = new a(); @@ -120,7 +120,7 @@ public final class a { this(pattern, function1); if ((i & 1) != 0) { a aVar = a.e; - pattern = a.f242c; + pattern = a.f245c; } } @@ -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)"); - f242c = compile3; + f245c = compile3; } } diff --git a/app/src/main/java/c/a/y/a0.java b/app/src/main/java/c/a/y/a0.java index 22ea8d5787..763c699328 100644 --- a/app/src/main/java/c/a/y/a0.java +++ b/app/src/main/java/c/a/y/a0.java @@ -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.f92c; + TextView textView2 = this.l.f94c; m.checkNotNullExpressionValue(textView2, "binding.counterText2"); textView2.setActivated(z2); } diff --git a/app/src/main/java/c/a/y/b0.java b/app/src/main/java/c/a/y/b0.java index 43c6399c3d..f30afa190a 100644 --- a/app/src/main/java/c/a/y/b0.java +++ b/app/src/main/java/c/a/y/b0.java @@ -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.Y(b0.class, "binding", "getBinding()Lcom/discord/databinding/BottomSheetSimpleSelectorBinding;", 0)}; + public static final /* synthetic */ KProperty[] i = {c.d.b.a.a.a0(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); @@ -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().f72c; + TextView textView = g().f75c; m.checkNotNullExpressionValue(textView, "binding.widgetSimpleBottomSheetSelectorPlaceholder"); textView.setText(string); ConstraintLayout constraintLayout = g().b; diff --git a/app/src/main/java/c/a/y/c0.java b/app/src/main/java/c/a/y/c0.java index 7530af099e..02269d4f0b 100644 --- a/app/src/main/java/c/a/y/c0.java +++ b/app/src/main/java/c/a/y/c0.java @@ -98,19 +98,19 @@ public final class c0 implements Serializable { @Override // java.lang.Object public String toString() { - StringBuilder N = a.N("SimpleBottomSheetItem(title="); - N.append(this.title); - N.append(", description="); - N.append(this.description); - N.append(", iconRes="); - N.append(this.iconRes); - N.append(", iconUri="); - N.append(this.iconUri); - N.append(", iconTint="); - N.append(this.iconTint); - N.append(", titleTextColor="); - N.append(this.titleTextColor); - N.append(", titleEndIcon="); - return a.C(N, this.titleEndIcon, ")"); + StringBuilder P = a.P("SimpleBottomSheetItem(title="); + P.append(this.title); + P.append(", description="); + P.append(this.description); + P.append(", iconRes="); + P.append(this.iconRes); + P.append(", iconUri="); + P.append(this.iconUri); + P.append(", iconTint="); + P.append(this.iconTint); + P.append(", titleTextColor="); + P.append(this.titleTextColor); + P.append(", titleEndIcon="); + return a.E(P, this.titleEndIcon, ")"); } } diff --git a/app/src/main/java/c/a/y/e0.java b/app/src/main/java/c/a/y/e0.java index 2f08c1a47b..4d2530637b 100644 --- a/app/src/main/java/c/a/y/e0.java +++ b/app/src/main/java/c/a/y/e0.java @@ -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 f243c; + public final d f246c; /* 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.f243c = dVar; + this.f246c = 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.f243c.d; + MaterialTextView materialTextView = this.f246c.d; m.checkNotNullExpressionValue(materialTextView, "itemBinding.selectComponentSheetItemTitle"); b.a(materialTextView, c0Var2.e()); - MaterialTextView materialTextView2 = this.f243c.b; + MaterialTextView materialTextView2 = this.f246c.b; m.checkNotNullExpressionValue(materialTextView2, "itemBinding.selectComponentSheetItemDescription"); ViewExtensions.setTextAndVisibilityBy(materialTextView2, c0Var2.a()); - SimpleDraweeView simpleDraweeView = this.f243c.f79c; + SimpleDraweeView simpleDraweeView = this.f246c.f80c; 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.f243c.f79c; + SimpleDraweeView simpleDraweeView2 = this.f246c.f80c; 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.f243c.f79c.setImageResource(b.intValue()); + this.f246c.f80c.setImageResource(b.intValue()); } } Integer c2 = c0Var2.c(); if (c2 != null) { - this.f243c.f79c.setColorFilter(c2.intValue()); + this.f246c.f80c.setColorFilter(c2.intValue()); } - MaterialTextView materialTextView3 = this.f243c.d; + MaterialTextView materialTextView3 = this.f246c.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.f243c.d; + MaterialTextView materialTextView4 = this.f246c.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.f243c.a.setOnClickListener(new d0(this)); + this.f246c.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.f243c.a.setOnClickListener(new d0(this)); + this.f246c.a.setOnClickListener(new d0(this)); } } diff --git a/app/src/main/java/c/a/y/f.java b/app/src/main/java/c/a/y/f.java index 7d65e0d682..89001dab28 100644 --- a/app/src/main/java/c/a/y/f.java +++ b/app/src/main/java/c/a/y/f.java @@ -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 f244c; + public final int f247c; /* 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.f244c = i4; + this.f247c = 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.f244c; + int width = (recyclerView.getWidth() - recyclerView.getPaddingRight()) - this.f247c; Drawable drawable = getDrawable(); int childCount = recyclerView.getChildCount(); for (int i = 0; i < childCount; i++) { diff --git a/app/src/main/java/c/a/y/j0/e.java b/app/src/main/java/c/a/y/j0/e.java index efafe263a0..e12d7526c0 100644 --- a/app/src/main/java/c/a/y/j0/e.java +++ b/app/src/main/java/c/a/y/j0/e.java @@ -12,12 +12,12 @@ public final class e implements RendererCommon.RendererEvents { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f245c; + public final int f248c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f245c = i3; + this.f248c = i3; } public boolean equals(Object obj) { @@ -28,20 +28,20 @@ public final class e implements RendererCommon.RendererEvents { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.b == aVar.b && this.f245c == aVar.f245c; + return this.a == aVar.a && this.b == aVar.b && this.f248c == aVar.f248c; } public int hashCode() { - return (((this.a * 31) + this.b) * 31) + this.f245c; + return (((this.a * 31) + this.b) * 31) + this.f248c; } public String toString() { - StringBuilder N = c.d.b.a.a.N("Resolution(width="); - N.append(this.a); - N.append(", height="); - N.append(this.b); - N.append(", rotation="); - return c.d.b.a.a.y(N, this.f245c, ")"); + StringBuilder P = c.d.b.a.a.P("Resolution(width="); + P.append(this.a); + P.append(", height="); + P.append(this.b); + P.append(", rotation="); + return c.d.b.a.a.z(P, this.f248c, ")"); } } diff --git a/app/src/main/java/c/a/y/j0/f.java b/app/src/main/java/c/a/y/j0/f.java index e73f974047..068aa78ea1 100644 --- a/app/src/main/java/c/a/y/j0/f.java +++ b/app/src/main/java/c/a/y/j0/f.java @@ -15,7 +15,7 @@ public final class f implements b { if (aVar2 == null) { return null; } - int i2 = aVar2.f245c; + int i2 = aVar2.f248c; return (i2 == -180 || i2 == 0 || i2 == 180) ? new Point(aVar2.a, aVar2.b) : new Point(aVar2.b, aVar2.a); } } diff --git a/app/src/main/java/c/a/y/j0/o.java b/app/src/main/java/c/a/y/j0/o.java index b70c2daef4..083d0bfc4b 100644 --- a/app/src/main/java/c/a/y/j0/o.java +++ b/app/src/main/java/c/a/y/j0/o.java @@ -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.f95c; + View view = videoCallParticipantView.i.f108c; m.checkNotNullExpressionValue(view, "binding.participantBgLetterbox"); view.setVisibility(0); ProgressBar progressBar = videoCallParticipantView.i.p; diff --git a/app/src/main/java/c/a/y/l.java b/app/src/main/java/c/a/y/l.java index ba47e6d3ec..8ac6b9127d 100644 --- a/app/src/main/java/c/a/y/l.java +++ b/app/src/main/java/c/a/y/l.java @@ -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 f246x = m.i; + public Function1 f249x = 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.f246x.invoke(this); + this.f249x.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.f246x; + return this.f249x; } @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.f246x = function1; + this.f249x = function1; } } diff --git a/app/src/main/java/c/a/y/l0/c/a.java b/app/src/main/java/c/a/y/l0/c/a.java index 9ceb7d6ad5..6db631a948 100644 --- a/app/src/main/java/c/a/y/l0/c/a.java +++ b/app/src/main/java/c/a/y/l0/c/a.java @@ -3,7 +3,7 @@ package c.a.y.l0.c; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; -import c.a.i.b5; +import c.a.i.d5; import c.a.y.l0.c.d; import com.discord.R; import com.discord.utilities.extensions.SimpleDraweeViewExtensionsKt; @@ -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 b5 a; + public final d5 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) { - b5 b5Var = new b5((LinearLayout) view, simpleDraweeView, textView); - m.checkNotNullExpressionValue(b5Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)"); - this.a = b5Var; + d5 d5Var = new d5((LinearLayout) view, simpleDraweeView, textView); + m.checkNotNullExpressionValue(d5Var, "WidgetDiscoveryStageCard…kerBinding.bind(itemView)"); + this.a = d5Var; return; } } @@ -44,7 +44,7 @@ public final class a extends MGRecyclerViewHolder { SimpleDraweeView simpleDraweeView = this.a.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.discoveryStageCardSpeakerAvatar"); SimpleDraweeViewExtensionsKt.setAvatar$default(simpleDraweeView, aVar.k, false, R.dimen.avatar_size_medium, aVar.l, 2, null); - TextView textView = this.a.f71c; + TextView textView = this.a.f85c; m.checkNotNullExpressionValue(textView, "binding.discoveryStageCardSpeakerName"); textView.setText(aVar.m); } diff --git a/app/src/main/java/c/a/y/l0/c/b.java b/app/src/main/java/c/a/y/l0/c/b.java index e3fd1a9a8f..7184b72afd 100644 --- a/app/src/main/java/c/a/y/l0/c/b.java +++ b/app/src/main/java/c/a/y/l0/c/b.java @@ -3,7 +3,7 @@ package c.a.y.l0.c; import android.view.View; import android.widget.LinearLayout; import android.widget.TextView; -import c.a.i.a5; +import c.a.i.c5; import c.a.y.l0.c.d; import c.d.b.a.a; import com.discord.R; @@ -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 a5 a; + public final c5 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) { - a5 a5Var = new a5((LinearLayout) view, textView); - m.checkNotNullExpressionValue(a5Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)"); - this.a = a5Var; + c5 c5Var = new c5((LinearLayout) view, textView); + m.checkNotNullExpressionValue(c5Var, "WidgetDiscoveryOtherSpea…untBinding.bind(itemView)"); + this.a = c5Var; return; } throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(R.id.other_speakers_count_text))); diff --git a/app/src/main/java/c/a/y/l0/c/c.java b/app/src/main/java/c/a/y/l0/c/c.java index 3d03f405cc..7b741a0abd 100644 --- a/app/src/main/java/c/a/y/l0/c/c.java +++ b/app/src/main/java/c/a/y/l0/c/c.java @@ -32,6 +32,6 @@ public final class c extends MGRecyclerAdapterSimple { if (i == 1) { return new b(this); } - throw new IllegalStateException(c.d.b.a.a.k("Invalid view type: ", i)); + throw new IllegalStateException(c.d.b.a.a.l("Invalid view type: ", i)); } } diff --git a/app/src/main/java/c/a/y/l0/c/d.java b/app/src/main/java/c/a/y/l0/c/d.java index 04ea95a272..a1600771cc 100644 --- a/app/src/main/java/c/a/y/l0/c/d.java +++ b/app/src/main/java/c/a/y/l0/c/d.java @@ -56,14 +56,14 @@ public abstract class d implements MGRecyclerDataPayload { } public String toString() { - StringBuilder N = c.d.b.a.a.N("IndividualSpeakerItem(user="); - N.append(this.k); - N.append(", guildMember="); - N.append(this.l); - N.append(", displayName="); - N.append(this.m); - N.append(", positionKey="); - return c.d.b.a.a.F(N, this.n, ")"); + StringBuilder P = c.d.b.a.a.P("IndividualSpeakerItem(user="); + P.append(this.k); + P.append(", guildMember="); + P.append(this.l); + P.append(", displayName="); + P.append(this.m); + P.append(", positionKey="); + return c.d.b.a.a.H(P, this.n, ")"); } } @@ -98,10 +98,10 @@ public abstract class d implements MGRecyclerDataPayload { } public String toString() { - StringBuilder N = c.d.b.a.a.N("OtherSpeakersCountItem(otherSpeakersCount="); - N.append(this.k); - N.append(", positionKey="); - return c.d.b.a.a.F(N, this.l, ")"); + StringBuilder P = c.d.b.a.a.P("OtherSpeakersCountItem(otherSpeakersCount="); + P.append(this.k); + P.append(", positionKey="); + return c.d.b.a.a.H(P, this.l, ")"); } } diff --git a/app/src/main/java/c/a/y/n0/a.java b/app/src/main/java/c/a/y/n0/a.java index 8a4c1ae93d..b84184a790 100644 --- a/app/src/main/java/c/a/y/n0/a.java +++ b/app/src/main/java/c/a/y/n0/a.java @@ -21,6 +21,6 @@ public final class a implements View.OnClickListener { if (!(googlePlayInAppSku == null || (function1 = giftSelectView.j) == null)) { function1.invoke(googlePlayInAppSku); } - giftSelectView.i.f1791c.setOnClickListener(null); + giftSelectView.i.f1794c.setOnClickListener(null); } } diff --git a/app/src/main/java/c/a/y/q0/g.java b/app/src/main/java/c/a/y/q0/g.java index d8c6b619f6..1001fb5df8 100644 --- a/app/src/main/java/c/a/y/q0/g.java +++ b/app/src/main/java/c/a/y/q0/g.java @@ -21,8 +21,8 @@ public final class g extends o implements Function1 { @Override // kotlin.jvm.functions.Function1 public Unit invoke(View view) { m.checkNotNullParameter(view, "it"); - this.this$0.this$0.i.f131c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); - this.this$0.this$0.i.f131c.a(); + this.this$0.this$0.i.f140c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP); + this.this$0.this$0.i.f140c.a(); return Unit.a; } } diff --git a/app/src/main/java/c/a/y/q0/h.java b/app/src/main/java/c/a/y/q0/h.java index 619e32ed13..dea545d439 100644 --- a/app/src/main/java/c/a/y/q0/h.java +++ b/app/src/main/java/c/a/y/q0/h.java @@ -47,11 +47,11 @@ public final class h extends o implements Function1 f248y; + public final Subject f251y; /* compiled from: OverlayVoiceBubble.kt */ public static final class a implements j0.k.b> { @@ -89,10 +89,10 @@ public final class w extends OverlayBubbleWrap implements AppComponent { SimpleDraweeView simpleDraweeView = (SimpleDraweeView) inflate; s0 s0Var = new s0(simpleDraweeView, simpleDraweeView); m.checkNotNullExpressionValue(s0Var, "OverlayVoiceBubbleBindin…rom(context), this, true)"); - this.f247x = s0Var; + this.f250x = s0Var; PublishSubject j02 = PublishSubject.j0(); m.checkNotNullExpressionValue(j02, "PublishSubject.create()"); - this.f248y = j02; + this.f251y = j02; } @Override // com.discord.overlay.views.OverlayBubbleWrap @@ -113,14 +113,14 @@ public final class w extends OverlayBubbleWrap implements AppComponent { } public final SimpleDraweeView getImageView$app_productionCanaryRelease() { - SimpleDraweeView simpleDraweeView = this.f247x.b; + SimpleDraweeView simpleDraweeView = this.f250x.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.overlayBubbleIv"); return simpleDraweeView; } @Override // com.discord.app.AppComponent public Subject getUnsubscribeSignal() { - return this.f248y; + return this.f251y; } public final void h() { diff --git a/app/src/main/java/c/a/y/x.java b/app/src/main/java/c/a/y/x.java index d4deab33e6..93bfd1eb88 100644 --- a/app/src/main/java/c/a/y/x.java +++ b/app/src/main/java/c/a/y/x.java @@ -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.f249y.f.scrollToPosition(0); + this.this$0.f252y.f.scrollToPosition(0); this.this$0.B = this.$searchModel$inlined.getFilter(); } return Unit.a; diff --git a/app/src/main/java/c/a/y/z.java b/app/src/main/java/c/a/y/z.java index 630cbdff11..702defa869 100644 --- a/app/src/main/java/c/a/y/z.java +++ b/app/src/main/java/c/a/y/z.java @@ -37,10 +37,10 @@ public final class z extends l implements AppComponent { public String B; /* renamed from: y reason: collision with root package name */ - public t0 f249y; + public t0 f252y; /* renamed from: z reason: collision with root package name */ - public final WidgetGlobalSearchAdapter f250z; + public final WidgetGlobalSearchAdapter f253z; /* 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.f249y.d; + TextView textView = zVar.f252y.d; m.checkNotNullExpressionValue(textView, "binding.emptyResults"); int i = 8; textView.setVisibility(widgetGlobalSearchModel2.getData().isEmpty() ? 0 : 8); - RecyclerView recyclerView = zVar.f249y.f; + RecyclerView recyclerView = zVar.f252y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); if (!widgetGlobalSearchModel2.getData().isEmpty()) { i = 0; } recyclerView.setVisibility(i); - WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = zVar.f250z; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = zVar.f253z; widgetGlobalSearchAdapter.setOnUpdated(new x(zVar, widgetGlobalSearchModel2)); List data = widgetGlobalSearchModel2.getData(); ArrayList arrayList = new ArrayList(); @@ -139,40 +139,40 @@ public final class z extends l implements AppComponent { getWindowLayoutParams().flags &= -9; t0 a2 = t0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f249y = a2; - RecyclerView recyclerView = this.f249y.f; + this.f252y = a2; + RecyclerView recyclerView = this.f252y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); - this.f250z = new WidgetGlobalSearchAdapter(recyclerView); + this.f253z = new WidgetGlobalSearchAdapter(recyclerView); } @Override // c.a.y.l public Animator getClosingAnimator() { Animator loadAnimator = AnimatorInflater.loadAnimator(getContext(), R.animator.overlay_slide_down_fade_out); - loadAnimator.setTarget(this.f249y.f162c); + loadAnimator.setTarget(this.f252y.f166c); m.checkNotNullExpressionValue(loadAnimator, "AnimatorInflater.loadAni…binding.dialogCard)\n }"); return loadAnimator; } public final void h() { - this.f249y.b.setOnClickListener(new a(this)); - TextInputLayout textInputLayout = this.f249y.e; + this.f252y.b.setOnClickListener(new a(this)); + TextInputLayout textInputLayout = this.f252y.e; m.checkNotNullExpressionValue(textInputLayout, "binding.overlayChannelSearch"); ViewExtensions.setText(textInputLayout, this.B); - TextInputLayout textInputLayout2 = this.f249y.e; + TextInputLayout textInputLayout2 = this.f252y.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.f250z; - RecyclerView recyclerView = this.f249y.f; + WidgetGlobalSearchAdapter widgetGlobalSearchAdapter = this.f253z; + RecyclerView recyclerView = this.f252y.f; m.checkNotNullExpressionValue(recyclerView, "binding.resultsRv"); widgetGlobalSearchAdapter.setRecycler(recyclerView); - MGRecyclerAdapter.Companion.configure(this.f250z); + MGRecyclerAdapter.Companion.configure(this.f253z); 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.f250z), 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.f253z), 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.f249y.f162c); + loadAnimator.setTarget(this.f252y.f166c); loadAnimator.start(); } @@ -191,7 +191,7 @@ public final class z extends l implements AppComponent { removeAllViewsInLayout(); t0 a2 = t0.a(LayoutInflater.from(getContext()), this, true); m.checkNotNullExpressionValue(a2, "OverlayVoiceChannelSelec…rom(context), this, true)"); - this.f249y = a2; + this.f252y = a2; h(); } } diff --git a/app/src/main/java/c/a/z/a/a/d.java b/app/src/main/java/c/a/z/a/a/d.java index 0aabee5834..a19aa3e04a 100644 --- a/app/src/main/java/c/a/z/a/a/d.java +++ b/app/src/main/java/c/a/z/a/a/d.java @@ -17,6 +17,6 @@ public final /* synthetic */ class d implements b { @Override // j0.k.b public final Object call(Object obj) { User user = (User) obj; - return new SimpleMembersAdapter.MemberItem(user, (GuildMember) a.d(user, this.i)); + return new SimpleMembersAdapter.MemberItem(user, (GuildMember) a.e(user, this.i)); } } diff --git a/app/src/main/java/c/a/z/a/a/f.java b/app/src/main/java/c/a/z/a/a/f.java index 8124c68ed2..db43f9b199 100644 --- a/app/src/main/java/c/a/z/a/a/f.java +++ b/app/src/main/java/c/a/z/a/a/f.java @@ -18,6 +18,6 @@ public final /* synthetic */ class f implements Func2 { Map map = this.i; User user = (User) obj; User user2 = (User) obj2; - return Integer.valueOf(GuildMember.compareUserNames(user, user2, (GuildMember) a.d(user, map), (GuildMember) a.d(user2, map))); + return Integer.valueOf(GuildMember.compareUserNames(user, user2, (GuildMember) a.e(user, map), (GuildMember) a.e(user2, map))); } } diff --git a/app/src/main/java/c/a/z/a/a/m.java b/app/src/main/java/c/a/z/a/a/m.java index bb06fa26f1..ff1568a9ee 100644 --- a/app/src/main/java/c/a/z/a/a/m.java +++ b/app/src/main/java/c/a/z/a/a/m.java @@ -14,6 +14,6 @@ public final /* synthetic */ class m implements b { @Override // j0.k.b public final Object call(Object obj) { - return Boolean.valueOf(a.d((User) obj, this.i) != null); + return Boolean.valueOf(a.e((User) obj, this.i) != null); } } 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 439c2bf687..acadf06638 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 f251c; + public int f254c; public int d; public int e; public int f; @@ -52,7 +52,7 @@ public final class i extends RecyclerView.Adapter { public final c r; /* renamed from: s reason: collision with root package name */ - public final /* synthetic */ i f252s; + public final /* synthetic */ i f255s; /* compiled from: MediaCursorAdapter.kt */ /* renamed from: c.b.a.d.i$a$a reason: collision with other inner class name */ @@ -86,7 +86,7 @@ public final class i extends RecyclerView.Adapter { public a(i iVar, c cVar) { super(r4); m.checkNotNullParameter(cVar, "binding"); - this.f252s = iVar; + this.f255s = 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.f255c; + SimpleDraweeView simpleDraweeView = this.r.f258c; m.checkNotNullExpressionValue(simpleDraweeView, "binding.contentIv"); return simpleDraweeView; } @@ -144,7 +144,7 @@ public final class i extends RecyclerView.Adapter { @Override // android.view.View.OnClickListener public void onClick(View view) { m.checkNotNullParameter(view, "v"); - SelectionCoordinator selectionCoordinator = this.f252s.a; + SelectionCoordinator selectionCoordinator = this.f255s.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.f251c = cursor.getColumnIndex("_id"); + iVar.f254c = 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.f251c); + long j = cursor.getLong(this.f254c); 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.f252s.a.a(a2, aVar2.getAdapterPosition()), false); + aVar2.d(aVar2.f255s.a.a(a2, aVar2.getAdapterPosition()), false); } - aVar2.c(a2, Integer.valueOf(aVar2.f252s.h), Integer.valueOf(aVar2.f252s.i)); + aVar2.c(a2, Integer.valueOf(aVar2.f255s.h), Integer.valueOf(aVar2.f255s.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.f255c; + SimpleDraweeView simpleDraweeView = aVar2.r.f258c; 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 5836375e41..80675aec6b 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 f253c; + public Bitmap f256c; public final ContentResolver d; public b(ContentResolver contentResolver) { @@ -79,11 +79,11 @@ public abstract class j extends RecyclerView.ViewHolder { cancellationSignal.cancel(); } } - Bitmap bitmap = this.f253c; + Bitmap bitmap = this.f256c; if (bitmap != null) { bitmap.recycle(); } - this.f253c = null; + this.f256c = null; } } diff --git a/app/src/main/java/c/b/a/d/k.java b/app/src/main/java/c/b/a/d/k.java index 44e72bbe1a..d7d205cba3 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.i.a.k implements Function2= 0) { this.j--; } else { - StringBuilder N = a.N("Expected a value but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected a value but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.toString()); } } else if (i2 == 2) { i--; if (i >= 0) { this.j--; } else { - StringBuilder N2 = a.N("Expected a value but was "); - N2.append(w()); - N2.append(" at path "); - N2.append(getPath()); - throw new a(N2.toString()); + StringBuilder P2 = a.P("Expected a value but was "); + P2.append(w()); + P2.append(" at path "); + P2.append(getPath()); + throw new a(P2.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 N3 = a.N("Expected a value but was "); - N3.append(w()); - N3.append(" at path "); - N3.append(getPath()); - throw new a(N3.toString()); + StringBuilder P3 = a.P("Expected a value but was "); + P3.append(w()); + P3.append(" at path "); + P3.append(getPath()); + throw new a(P3.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.f258s.j((long) i6)) { + if (!this.f261s.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.f258s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { + if (!this.f261s.j((long) i10) || ((r2 = this.t.r((long) i9)) != str2.charAt(i9) && r2 != str.charAt(i9))) { break; } i9 = i10; - } else if (!this.f258s.j((long) (length + 1)) || !M(this.t.r((long) length))) { + } else if (!this.f261s.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.f258s.j((long) i2)) { + if (this.f261s.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.f258s.j(2)) { + if (!this.f261s.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.f258s.D(byteString); + long D = this.f261s.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.f258s.D(p); + long D = this.f261s.D(p); return D != -1 ? this.t.H(D) : this.t.G(); } public final char S() throws IOException { int i; int i2; - if (this.f258s.j(1)) { + if (this.f261s.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 N = a.N("Invalid escape sequence: \\"); - N.append((char) readByte); - G(N.toString()); + StringBuilder P = a.P("Invalid escape sequence: \\"); + P.append((char) readByte); + G(P.toString()); throw null; - } else if (this.f258s.j(4)) { + } else if (this.f261s.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 N2 = a.N("\\u"); - N2.append(this.t.H(4)); - G(N2.toString()); + StringBuilder P2 = a.P("\\u"); + P2.append(this.t.H(4)); + G(P2.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 N3 = a.N("Unterminated escape sequence at path "); - N3.append(getPath()); - throw new EOFException(N3.toString()); + StringBuilder P3 = a.P("Unterminated escape sequence at path "); + P3.append(getPath()); + throw new EOFException(P3.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.f258s.D(byteString); + long D = this.f261s.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.f258s.D(p); + long D = this.f261s.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 N = a.N("Expected BEGIN_ARRAY but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected BEGIN_ARRAY but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.toString()); } @Override // c.c.a.a0.h0.c @@ -648,11 +648,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder N = a.N("Expected BEGIN_OBJECT but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected BEGIN_OBJECT but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.toString()); } @Override // c.c.a.a0.h0.c @@ -670,11 +670,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder N = a.N("Expected END_ARRAY but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected END_ARRAY but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.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.f258s.close(); + this.f261s.close(); } @Override // c.c.a.a0.h0.c @@ -703,11 +703,11 @@ public final class d extends c { this.u = 0; return; } - StringBuilder N = a.N("Expected END_OBJECT but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected END_OBJECT but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.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 N = a.N("Expected a boolean but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected a boolean but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.toString()); } } @@ -760,38 +760,38 @@ public final class d extends c { return (double) this.v; } if (i == 17) { - this.f259x = this.t.H((long) this.w); + this.f262x = this.t.H((long) this.w); } else if (i == 9) { - this.f259x = Q(o); + this.f262x = Q(o); } else if (i == 8) { - this.f259x = Q(n); + this.f262x = Q(n); } else if (i == 10) { - this.f259x = R(); + this.f262x = R(); } else if (i != 11) { - StringBuilder N = a.N("Expected a double but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected a double but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.toString()); } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f259x); + double parseDouble = Double.parseDouble(this.f262x); if (Double.isNaN(parseDouble) || Double.isInfinite(parseDouble)) { throw new b("JSON forbids NaN and infinities: " + parseDouble + " at path " + getPath()); } - this.f259x = null; + this.f262x = null; this.u = 0; int[] iArr2 = this.m; int i3 = this.j - 1; iArr2[i3] = iArr2[i3] + 1; return parseDouble; } catch (NumberFormatException unused) { - StringBuilder N2 = a.N("Expected a double but was "); - N2.append(this.f259x); - N2.append(" at path "); - N2.append(getPath()); - throw new a(N2.toString()); + StringBuilder P2 = a.P("Expected a double but was "); + P2.append(this.f262x); + P2.append(" at path "); + P2.append(getPath()); + throw new a(P2.toString()); } } @@ -811,17 +811,17 @@ public final class d extends c { iArr[i3] = iArr[i3] + 1; return i2; } - StringBuilder N = a.N("Expected an int but was "); - N.append(this.v); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected an int but was "); + P.append(this.v); + P.append(" at path "); + P.append(getPath()); + throw new a(P.toString()); } if (i == 17) { - this.f259x = this.t.H((long) this.w); + this.f262x = this.t.H((long) this.w); } else if (i == 9 || i == 8) { String Q = i == 9 ? Q(o) : Q(n); - this.f259x = Q; + this.f262x = 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 N2 = a.N("Expected an int but was "); - N2.append(w()); - N2.append(" at path "); - N2.append(getPath()); - throw new a(N2.toString()); + StringBuilder P2 = a.P("Expected an int but was "); + P2.append(w()); + P2.append(" at path "); + P2.append(getPath()); + throw new a(P2.toString()); } this.u = 11; try { - double parseDouble = Double.parseDouble(this.f259x); + double parseDouble = Double.parseDouble(this.f262x); int i5 = (int) parseDouble; if (((double) i5) == parseDouble) { - this.f259x = null; + this.f262x = null; this.u = 0; int[] iArr3 = this.m; int i6 = this.j - 1; iArr3[i6] = iArr3[i6] + 1; return i5; } - StringBuilder N3 = a.N("Expected an int but was "); - N3.append(this.f259x); - N3.append(" at path "); - N3.append(getPath()); - throw new a(N3.toString()); + StringBuilder P3 = a.P("Expected an int but was "); + P3.append(this.f262x); + P3.append(" at path "); + P3.append(getPath()); + throw new a(P3.toString()); } catch (NumberFormatException unused2) { - StringBuilder N4 = a.N("Expected an int but was "); - N4.append(this.f259x); - N4.append(" at path "); - N4.append(getPath()); - throw new a(N4.toString()); + StringBuilder P4 = a.P("Expected an int but was "); + P4.append(this.f262x); + P4.append(" at path "); + P4.append(getPath()); + throw new a(P4.toString()); } } @@ -878,13 +878,13 @@ public final class d extends c { } else if (i == 12) { str = Q(n); } else if (i == 15) { - str = this.f259x; + str = this.f262x; } else { - StringBuilder N = a.N("Expected a name but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected a name but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.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.f259x; - this.f259x = null; + str = this.f262x; + this.f262x = null; } else if (i == 16) { str = Long.toString(this.v); } else if (i == 17) { str = this.t.H((long) this.w); } else { - StringBuilder N = a.N("Expected a string but was "); - N.append(w()); - N.append(" at path "); - N.append(getPath()); - throw new a(N.toString()); + StringBuilder P = a.P("Expected a string but was "); + P.append(w()); + P.append(" at path "); + P.append(getPath()); + throw new a(P.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 N = a.N("JsonReader("); - N.append(this.f258s); - N.append(")"); - return N.toString(); + StringBuilder P = a.P("JsonReader("); + P.append(this.f261s); + P.append(")"); + return P.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.f259x, aVar); + return K(this.f262x, aVar); } - int u0 = this.f258s.u0(aVar.b); + int u0 = this.f261s.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.f259x = s2; + this.f262x = s2; this.l[this.j - 1] = str; } return K; diff --git a/app/src/main/java/c/c/a/a0/m.java b/app/src/main/java/c/c/a/a0/m.java index f5c7dca42f..71f3791e03 100644 --- a/app/src/main/java/c/c/a/a0/m.java +++ b/app/src/main/java/c/c/a/a0/m.java @@ -7,5 +7,5 @@ public class m { public static final c.a b = c.a.a("p", "k"); /* renamed from: c reason: collision with root package name */ - public static final c.a f260c = c.a.a("n", "v"); + public static final c.a f263c = 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 bab33692ce..c22e7fa6b4 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 N = a.N("Unknown point starts with "); - N.append(cVar.w()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Unknown point starts with "); + P.append(cVar.w()); + throw new IllegalArgumentException(P.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 99cec770fa..553d849307 100644 --- a/app/src/main/java/c/c/a/a0/p.java +++ b/app/src/main/java/c/c/a/a0/p.java @@ -19,7 +19,7 @@ public class p { public static SparseArrayCompat> b; /* renamed from: c reason: collision with root package name */ - public static c.a f261c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); + public static c.a f264c = c.a.a("t", "s", "e", "o", "i", "h", "to", "ti"); public static a a(c cVar, d dVar, float f, g0 g0Var, boolean z2) throws IOException { T t; @@ -40,7 +40,7 @@ public class p { boolean z3 = false; float f2 = 0.0f; while (cVar.e()) { - switch (cVar.z(f261c)) { + switch (cVar.z(f264c)) { 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 60d2c9e54f..370149f645 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.f266c == null && (t = aVar2.b) != null) { - aVar.f266c = t; + if (aVar.f269c == null && (t = aVar2.b) != null) { + aVar.f269c = t; if (aVar instanceof h) { ((h) aVar).e(); } } } a aVar3 = (a) list.get(i); - if ((aVar3.b == null || aVar3.f266c == null) && list.size() > 1) { + if ((aVar3.b == null || aVar3.f269c == 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 87064d85b3..8e915e667f 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 f262c = c.a.a("nm"); + public static final c.a f265c = c.a.a("nm"); /* JADX DEBUG: Failed to insert an additional move for type inference into block B:226:0x0304 */ /* 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(f262c) != 0) { + if (cVar.z(f265c) != 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 724679be06..dd06972429 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 f263c = c.a.a("list"); + public static final c.a f266c = 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(f263c) != 0) { + if (cVar.z(f266c) != 0) { cVar.B(); cVar.C(); } else { @@ -344,7 +344,7 @@ public class s { dVar.m = f4; dVar.i = arrayList3; dVar.h = longSparseArray; - dVar.f267c = hashMap; + dVar.f270c = 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 635c32f055..a3c96184a1 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 f264s = false; + public boolean f267s = 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.f264s) { + if (dVar != null && this.f267s) { 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.f264s; + return this.f267s; } public float j() { @@ -167,7 +167,7 @@ public class d extends a implements Choreographer.FrameCallback { } public void l() { - if (this.f264s) { + if (this.f267s) { 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.f264s = false; + this.f267s = 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 b63856fe81..675d38208e 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 f265c = new Path(); + public static final Path f268c = 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 = f265c; + Path path3 = f268c; path3.reset(); pathMeasure.getSegment(0.0f, max % length, path3, true); path2.addPath(path3); } else if (min < 0.0f) { - Path path4 = f265c; + Path path4 = f268c; 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 0e4ebaf2ea..23410a0bad 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 f266c; + public T f269c; @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.f266c = t2; + this.f269c = 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.f266c = t; + this.f269c = 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 N = c.d.b.a.a.N("Keyframe{startValue="); - N.append((Object) this.b); - N.append(", endValue="); - N.append((Object) this.f266c); - N.append(", startFrame="); - N.append(this.e); - N.append(", endFrame="); - N.append(this.f); - N.append(", interpolator="); - N.append(this.d); - N.append('}'); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("Keyframe{startValue="); + P.append((Object) this.b); + P.append(", endValue="); + P.append((Object) this.f269c); + P.append(", startFrame="); + P.append(this.e); + P.append(", endFrame="); + P.append(this.f); + P.append(", interpolator="); + P.append(this.d); + P.append('}'); + return P.toString(); } } diff --git a/app/src/main/java/c/c/a/d.java b/app/src/main/java/c/c/a/d.java index d63637e4d5..f9a1b6bbaf 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> f267c; + public Map> f270c; 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 0d5460fd71..c10ba5e841 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 N = c.d.b.a.a.N("There is no image for "); - N.append(entry2.getValue().d); - return new p<>(new IllegalStateException(N.toString())); + StringBuilder P = c.d.b.a.a.P("There is no image for "); + P.append(entry2.getValue().d); + return new p<>(new IllegalStateException(P.toString())); } } if (str != null) { @@ -218,9 +218,9 @@ public class e { } public static String f(Context context, @RawRes int i) { - StringBuilder N = c.d.b.a.a.N("rawRes"); - N.append((context.getResources().getConfiguration().uiMode & 48) == 32 ? "_night_" : "_day_"); - N.append(i); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("rawRes"); + P.append((context.getResources().getConfiguration().uiMode & 48) == 32 ? "_night_" : "_day_"); + P.append(i); + return P.toString(); } } diff --git a/app/src/main/java/c/c/a/f.java b/app/src/main/java/c/c/a/f.java index 0667311a05..f1561de882 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.f347c; + b bVar = cVar.f350c; 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 S = c.d.b.a.a.S("Cache hit for ", str, " at "); - S.append(file.getAbsolutePath()); - c.c.a.b0.c.a(S.toString()); + StringBuilder V = c.d.b.a.a.V("Cache hit for ", str, " at "); + V.append(file.getAbsolutePath()); + c.c.a.b0.c.a(V.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 N = c.d.b.a.a.N("Animation for "); - N.append(cVar.b); - N.append(" not found in cache. Fetching from network."); - c.c.a.b0.c.a(N.toString()); + StringBuilder P = c.d.b.a.a.P("Animation for "); + P.append(cVar.b); + P.append(" not found in cache. Fetching from network."); + c.c.a.b0.c.a(P.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 6e9f6372dd..c4baa32a04 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 f268s; + public String f271s; @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 f269x; + public int f272x; /* renamed from: y reason: collision with root package name */ - public boolean f270y; + public boolean f273y; /* renamed from: z reason: collision with root package name */ - public boolean f271z; + public boolean f274z; /* 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 f273c; + public final /* synthetic */ c.c.a.c0.c f276c; public e(c.c.a.y.f fVar, Object obj, c.c.a.c0.c cVar) { this.a = fVar; this.b = obj; - this.f273c = cVar; + this.f276c = cVar; } @Override // c.c.a.j.o public void a(d dVar) { - j.this.a(this.a, this.b, this.f273c); + j.this.a(this.a, this.b, this.f276c); } } @@ -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.f269x = 255; + this.f272x = 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.f312c; + c.c.a.y.g gVar = fVar.f315c; 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)).f312c.g(t, cVar); + ((c.c.a.y.f) list.get(i2)).f315c.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.f264s) { + if (dVar.f267s) { 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.f269x); + this.w.f(canvas, this.i, this.f272x); 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.f269x); + this.w.f(canvas, this.i, this.f272x); 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.f269x; + return this.f272x; } @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.f264s; + return dVar.f267s; } @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.f264s = true; + dVar.f267s = 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.f264s = true; + dVar.f267s = true; dVar.l(); dVar.m = 0; if (dVar.k() && dVar.n == dVar.j()) { @@ -574,10 +574,10 @@ public class j extends Drawable implements Drawable.Callback, Animatable { } c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { - m((int) (d2.b + d2.f313c)); + m((int) (d2.b + d2.f316c)); return; } - throw new IllegalArgumentException(c.d.b.a.a.u("Cannot find marker with name ", str, ".")); + throw new IllegalArgumentException(c.d.b.a.a.v("Cannot find marker with name ", str, ".")); } public void o(@FloatRange(from = 0.0d, to = 1.0d) float f2) { @@ -606,10 +606,10 @@ public class j extends Drawable implements Drawable.Callback, Animatable { c.c.a.y.i d2 = dVar.d(str); if (d2 != null) { int i2 = (int) d2.b; - p(i2, ((int) d2.f313c) + i2); + p(i2, ((int) d2.f316c) + i2); return; } - throw new IllegalArgumentException(c.d.b.a.a.u("Cannot find marker with name ", str, ".")); + throw new IllegalArgumentException(c.d.b.a.a.v("Cannot find marker with name ", str, ".")); } public void r(int i2) { @@ -632,7 +632,7 @@ public class j extends Drawable implements Drawable.Callback, Animatable { r((int) d2.b); return; } - throw new IllegalArgumentException(c.d.b.a.a.u("Cannot find marker with name ", str, ".")); + throw new IllegalArgumentException(c.d.b.a.a.v("Cannot find marker with name ", str, ".")); } @Override // android.graphics.drawable.Drawable.Callback @@ -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.f269x = i2; + this.f272x = i2; invalidateSelf(); } diff --git a/app/src/main/java/c/c/a/k.java b/app/src/main/java/c/c/a/k.java index 32c27835cd..baedd811e6 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 f274c; + public final String f277c; 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.f274c = str; + this.f277c = 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 e12fd4dae2..e324841293 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 f275c = 3; + public static final Integer f278c = 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 f276s = Float.valueOf(6.0f); + public static final Float f279s = 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 f277x = Float.valueOf(11.0f); + public static final Float f280x = Float.valueOf(11.0f); /* renamed from: y reason: collision with root package name */ - public static final Float f278y = Float.valueOf(12.0f); + public static final Float f281y = Float.valueOf(12.0f); /* renamed from: z reason: collision with root package name */ - public static final Float f279z = Float.valueOf(12.1f); + public static final Float f282z = 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 bf078f1a7f..fcc77f3b9b 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.f280c); + ArrayList arrayList = new ArrayList(rVar2.f283c); 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 c9c1f3cef3..0e85c2b761 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> f280c = new LinkedHashSet(1); + public final Set> f283c = 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.f280c.add(lVar); + this.f283c.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 89ea16414e..fd2ec2462e 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 f281c = new HashMap(); + public final Map f284c = 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 5abedcea11..2005a631a5 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 f282c = new Path(); + public final Path f285c = new Path(); public final RectF d = new RectF(); public final j e; public final c.c.a.y.m.b f; @@ -106,7 +106,7 @@ public abstract class a implements a.b, k, e { c cVar = list.get(size); if (cVar instanceof s) { s sVar2 = (s) cVar; - if (sVar2.f296c == 2) { + if (sVar2.f299c == 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.f296c == 2) { + if (sVar3.f299c == 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.f282c.set(bVar.a.get(size3).getPath()); - this.f282c.transform(matrix); - this.a.setPath(this.f282c, z2); + this.f285c.set(bVar.a.get(size3).getPath()); + this.f285c.transform(matrix); + this.a.setPath(this.f285c, z2); float length2 = this.a.getLength(); if (floatValue3 > length) { float f4 = floatValue3 - length; if (f4 < f3 + length2 && f3 < f4) { - g.a(this.f282c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); - canvas.drawPath(this.f282c, this.i); + g.a(this.f285c, floatValue2 > length ? (floatValue2 - length) / length2 : 0.0f, Math.min(f4 / length2, f2), 0.0f); + canvas.drawPath(this.f285c, 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.f282c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); - canvas.drawPath(this.f282c, this.i); + g.a(this.f285c, floatValue2 < f3 ? 0.0f : (floatValue2 - f3) / length2, floatValue3 > f5 ? 1.0f : (floatValue3 - f3) / length2, 0.0f); + canvas.drawPath(this.f285c, this.i); } else { - canvas.drawPath(this.f282c, this.i); + canvas.drawPath(this.f285c, 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 bb67ae15d2..9162ec732e 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 f283c; + public final Matrix f286c; 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.f326c; + boolean z2 = mVar.f329c; 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.f283c = new Matrix(); + this.f286c = 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.f283c.set(matrix); + this.f286c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f283c.preConcat(oVar.e()); + this.f286c.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.f283c, z2); + ((e) cVar).d(this.e, this.f286c, 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.f283c.set(matrix); + this.f286c.set(matrix); o oVar = this.k; if (oVar != null) { - this.f283c.preConcat(oVar.e()); + this.f286c.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.f271z) { + if (this.i.f274z) { 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.f283c, true); + d(this.b, this.f286c, 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.f283c, i); + ((e) cVar).f(canvas, this.f286c, 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.f283c.reset(); + this.f286c.reset(); o oVar = this.k; if (oVar != null) { - this.f283c.set(oVar.e()); + this.f286c.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.f283c); + this.d.addPath(((m) cVar).getPath(), this.f286c); } } 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 58e3b4d766..6029cea3c4 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 f284c; + public final j f287c; 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.f284c = jVar; - a a = aVar.f316c.a(); + this.f287c = jVar; + a a = aVar.f319c.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.f284c.invalidateSelf(); + this.f287c.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.f296c == 1) { + if (sVar.f299c == 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 f755c9cf3c..d3acc5312f 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 f285c; + public final b f288c; 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.f285c = bVar; - this.d = lVar.f325c; + this.f288c = bVar; + this.d = lVar.f328c; 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.f285c.u.remove(aVar3); + this.f288c.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.f285c.e(this.i); + this.f288c.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 ed807815ee..361f54a5a0 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 f286c; + public final b f289c; 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.f286c = bVar; + this.f289c = 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.f317c.a(); + a a = dVar.f320c.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.f286c.u.remove(aVar2); + this.f289c.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.f286c.e(this.o); + this.f289c.e(this.o); } else if (t == o.D) { p pVar2 = this.p; if (pVar2 != null) { - this.f286c.u.remove(pVar2); + this.f289c.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.f286c.e(this.p); + this.f289c.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 00bbd1a270..ba52d7bbde 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 f287s = new RectF(); + public final RectF f290s = 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 f288x; + public final a f291x; @Nullable /* renamed from: y reason: collision with root package name */ - public p f289y; + public p f292y; 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.f318c.a(); + a a = eVar.f321c.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.f288x = a3; + this.f291x = a3; a3.a.add(this); bVar.e(a3); } public final int[] e(int[] iArr) { - p pVar = this.f289y; + p pVar = this.f292y; 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.f287s, matrix, false); + d(this.f290s, 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.f288x.e(); + PointF e2 = this.f291x.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.f288x.e(); + PointF e5 = this.f291x.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.f289y; + p pVar = this.f292y; if (pVar != null) { this.f.u.remove(pVar); } if (cVar == null) { - this.f289y = null; + this.f292y = null; return; } p pVar2 = new p(cVar, null); - this.f289y = pVar2; + this.f292y = pVar2; pVar2.a.add(this); - this.f.e(this.f289y); + this.f.e(this.f292y); } } @@ -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.f288x.d * ((float) this.u)); + int round2 = Math.round(this.f291x.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 d8d258addf..31671a3e39 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 f290c = new Path(); + public final Path f293c = 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.f283c.reset(); - matrix2 = dVar.f283c; + dVar.f286c.reset(); + matrix2 = dVar.f286c; } 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.f283c.reset(); - matrix = dVar2.f283c; + dVar2.f286c.reset(); + matrix = dVar2.f286c; } path2.transform(matrix); this.a.addPath(path2); @@ -69,7 +69,7 @@ public class l implements m, j { } else { this.a.set(mVar2.getPath()); } - this.f290c.op(this.a, this.b, op); + this.f293c.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.f290c.reset(); + this.f293c.reset(); g gVar = this.e; - if (gVar.f320c) { - return this.f290c; + if (gVar.f323c) { + return this.f293c; } int ordinal = gVar.b.ordinal(); if (ordinal == 0) { for (int i = 0; i < this.d.size(); i++) { - this.f290c.addPath(this.d.get(i).getPath()); + this.f293c.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.f290c; + return this.f293c; } } 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 1815ee0222..5ba3aabb1b 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 f291c; + public final j f294c; 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.f291c = jVar; + this.f294c = jVar; this.b = hVar.a; h.a aVar = hVar.b; this.d = aVar; this.e = hVar.j; - a a = hVar.f321c.a(); + a a = hVar.f324c.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.f291c.invalidateSelf(); + this.f294c.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.f296c == 1) { + if (sVar.f299c == 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.f276s) { + if (t == o.f279s) { 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.f277x) { + } else if (t == o.f280x) { 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 07d3167b33..1b82c00e2e 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 f292c; + public final String f295c; 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.f292c = iVar.a; + this.f295c = iVar.a; this.d = iVar.e; this.e = jVar; a a = iVar.b.a(); this.f = a; - a a2 = iVar.f322c.a(); + a a2 = iVar.f325c.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.f296c == 1) { + if (sVar.f299c == 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.f292c; + return this.f295c; } @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 31c4cb838a..d90d67dc4a 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 f293c; + public final j f296c; 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.f293c = jVar; + this.f296c = 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.f323c.a(); + a a2 = jVar2.f326c.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.f293c.invalidateSelf(); + this.f296c.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.f293c, this.d, "Repeater", this.f, arrayList, null); + this.j = new d(this.f296c, 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 2f97dd9564..bb60b75e52 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 f294c; + public final j f297c; 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.f294c = jVar; - a a = nVar.f327c.a(); + this.f297c = jVar; + a a = nVar.f330c.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.f294c.invalidateSelf(); + this.f297c.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.f296c == 1) { + if (sVar.f299c == 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 3f0e8eda30..80a96af8ad 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 f295s; + public a f298s; 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.f328c, 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.f331c, 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.f295s; + a aVar = this.f298s; 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.f295s; + a aVar2 = this.f298s; if (aVar2 != null) { this.o.u.remove(aVar2); } if (cVar == 0) { - this.f295s = null; + this.f298s = null; return; } p pVar = new p(cVar, null); - this.f295s = pVar; + this.f298s = 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 79c26b399c..e6c72fa26c 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 f296c; + public final int f299c; public final a d; public final a e; public final a f; public s(b bVar, p pVar) { this.a = pVar.f; - this.f296c = pVar.b; - a a = pVar.f329c.a(); + this.f299c = pVar.b; + a a = pVar.f332c.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 bf3f63eb60..94c83f5001 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 f297c; + public final d f300c; public float d = 0.0f; @Nullable public c.c.a.c0.c e; @@ -86,7 +86,7 @@ public abstract class a { public c.c.a.c0.a b; /* renamed from: c reason: collision with root package name */ - public c.c.a.c0.a f298c = null; + public c.c.a.c0.a f301c = 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.f298c; + c.c.a.c0.a aVar = this.f301c; c.c.a.c0.a aVar2 = this.b; if (aVar == aVar2 && this.d == f) { return true; } - this.f298c = aVar2; + this.f301c = 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.f297c = dVar; + this.f300c = dVar; } public c.c.a.c0.a a() { - c.c.a.c0.a b2 = this.f297c.b(); + c.c.a.c0.a b2 = this.f300c.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.f297c.d(); + this.h = this.f300c.d(); } return this.h; } @@ -243,7 +243,7 @@ public abstract class a { public A e() { float c2 = c(); - if (this.e == null && this.f297c.a(c2)) { + if (this.e == null && this.f300c.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.f297c.isEmpty()) { + if (!this.f300c.isEmpty()) { if (this.g == -1.0f) { - this.g = this.f297c.e(); + this.g = this.f300c.e(); } float f3 = this.g; if (f2 < f3) { if (f3 == -1.0f) { - this.g = this.f297c.e(); + this.g = this.f300c.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.f297c.c(f2)) { + if (this.f300c.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 8547d04f3f..9125ef4543 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.f266c == null) { + if (num2 == null || aVar.f269c == null) { throw new IllegalStateException("Missing values for keyframe."); } int intValue = num2.intValue(); - int intValue2 = aVar.f266c.intValue(); + int intValue2 = aVar.f269c.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 e4770837f7..2983a3fbc9 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.f266c == null) { + if (aVar.b == null || aVar.f269c == 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.f266c, f, d(), this.d)) != null) { + if (cVar != 0 && (f2 = (Float) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f269c, 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.f266c.floatValue(); + aVar.h = aVar.f269c.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 37eba91651..3e818dedeb 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.f266c; + c cVar3 = aVar.f269c; 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 N = c.d.b.a.a.N("Cannot interpolate between gradients. Lengths vary ("); - N.append(cVar2.b.length); - N.append(" vs "); - throw new IllegalArgumentException(c.d.b.a.a.y(N, cVar3.b.length, ")")); + StringBuilder P = c.d.b.a.a.P("Cannot interpolate between gradients. Lengths vary ("); + P.append(cVar2.b.length); + P.append(" vs "); + throw new IllegalArgumentException(c.d.b.a.a.z(P, 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 73cfe7d034..a0571a3465 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.f266c == null) { + if (aVar.b == null || aVar.f269c == 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.f266c, f, d(), this.d)) != null) { + if (cVar != 0 && (num = (Integer) cVar.a(aVar.e, aVar.f.floatValue(), aVar.b, aVar.f269c, 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.f266c.intValue(); + aVar.j = aVar.f269c.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 6e522fc5b6..f9845d3c17 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 f299c; + public final List f302c; public g(List list) { - this.f299c = list; + this.f302c = 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).f319c.a()); + this.b.add(list.get(i).f322c.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 c3e60b6ba7..5972ab1807 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.f266c, aVar.d, aVar.e, aVar.f); + super(dVar, aVar.b, aVar.f269c, aVar.d, aVar.e, aVar.f); this.p = aVar; e(); } public void e() { PointF pointF; - PointF pointF2 = this.f266c; + PointF pointF2 = this.f269c; boolean z2 = (pointF2 == null || (pointF = this.b) == null || !pointF.equals(pointF2.x, pointF2.y)) ? false : true; - PointF pointF3 = this.f266c; + PointF pointF3 = this.f269c; 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 8015c281d8..720019aa11 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.f266c, d(), f, this.d)) != null) { + if (cVar != 0 && (pointF = (PointF) cVar.a(hVar.e, hVar.f.floatValue(), hVar.b, hVar.f269c, 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 8122446617..797419b6a8 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.f266c) == null) { + if (pointF3 == null || (pointF = aVar.f269c) == 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 eea175503f..456802648d 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.f266c) == null) { + if (dVar3 == null || (dVar = aVar.f269c) == 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 eee94f4d67..335aad172e 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.f266c; + k kVar2 = aVar.f269c; k kVar3 = this.i; if (kVar3.b == null) { kVar3.b = new PointF(); } - kVar3.f324c = kVar.f324c || kVar2.f324c; + kVar3.f327c = kVar.f327c || kVar2.f327c; if (kVar.a.size() != kVar2.a.size()) { - StringBuilder N = c.d.b.a.a.N("Curves must have the same number of control points. Shape 1: "); - N.append(kVar.a.size()); - N.append("\tShape 2: "); - N.append(kVar2.a.size()); - c.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Curves must have the same number of control points. Shape 1: "); + P.append(kVar.a.size()); + P.append("\tShape 2: "); + P.append(kVar2.a.size()); + c.b(P.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.f303c; + PointF pointF5 = aVar2.f306c; PointF pointF6 = aVar3.a; PointF pointF7 = aVar3.b; - PointF pointF8 = aVar3.f303c; + PointF pointF8 = aVar3.f306c; 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).f303c.set(f.e(pointF5.x, pointF8.x, f), f.e(pointF5.y, pointF8.y, f)); + kVar3.a.get(size3).f306c.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.f303c; + PointF pointF12 = aVar4.f306c; 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.f324c) { + if (kVar4.f327c) { 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 3959727ff9..f97e4b245c 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 f300c; + public final Matrix f303c; 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.f315c; + g gVar = lVar.f318c; 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.f300c = new Matrix(); + this.f303c = new Matrix(); this.d = new Matrix(); this.e = new float[9]; } else { this.b = null; - this.f300c = null; + this.f303c = 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.f275c) { + } else if (t == c.c.a.o.f278c) { 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.f278y || (aVar2 = this.m) == null) { - if (t != c.c.a.o.f279z || (aVar = this.n) == null) { + } else if (t != c.c.a.o.f281y || (aVar2 = this.m) == null) { + if (t != c.c.a.o.f282z || (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.f300c.setValues(fArr2); + this.f303c.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.f300c.preConcat(this.b); - this.d.preConcat(this.f300c); + this.f303c.preConcat(this.b); + this.d.preConcat(this.f303c); 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 f233be9a77..9adcf43ba9 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 f301c = new HashMap(); + public final Map f304c = 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 30b3df11ee..5549634476 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 f302c; + public String f305c; @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.f302c = str; + this.f305c = str; if (!TextUtils.isEmpty(str)) { - String str2 = this.f302c; + String str2 = this.f305c; if (str2.charAt(str2.length() - 1) != '/') { - this.f302c = a.E(new StringBuilder(), this.f302c, MentionUtilsKt.SLASH_CHAR); + this.f305c = a.G(new StringBuilder(), this.f305c, 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 12b8addfc5..87902a513b 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 f303c; + public final PointF f306c; public a() { this.a = new PointF(); this.b = new PointF(); - this.f303c = new PointF(); + this.f306c = new PointF(); } public a(PointF pointF, PointF pointF2, PointF pointF3) { this.a = pointF; this.b = pointF2; - this.f303c = pointF3; + this.f306c = 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 8a454f6507..83ee4e6292 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[] f304c; + public static /* synthetic */ int[] f307c; 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[] f305s; + public static /* synthetic */ int[] f308s; 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[] f306x; + public static /* synthetic */ int[] f309x; /* renamed from: y reason: collision with root package name */ - public static /* synthetic */ int[] f307y; + public static /* synthetic */ int[] f310y; /* renamed from: z reason: collision with root package name */ - public static /* synthetic */ int[] f308z; + public static /* synthetic */ int[] f311z; 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 c1a479c2e4..3307b57e9d 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 f309c; + public final float f312c; 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.f309c = f; + this.f312c = 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.f309c)) * 31)) * 31) + this.e; + int h = ((b.h(this.d) + (((int) (((float) a.m(str, this.a.hashCode() * 31, 31)) + this.f312c)) * 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 f11d5f691b..e763c9b5a8 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 f310c; + public final String f313c; public d(String str, String str2, String str3, float f) { this.a = str; this.b = str2; - this.f310c = str3; + this.f313c = 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 08a45799c6..f80b73f849 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 f311c; + public final double f314c; 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.f311c = d2; + this.f314c = 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 3d5238261c..dce4502a47 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 f312c; + public g f315c; public f(f fVar) { this.b = new ArrayList(fVar.b); - this.f312c = fVar.f312c; + this.f315c = fVar.f315c; } 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.f312c = gVar; + fVar.f315c = gVar; return fVar; } public String toString() { - StringBuilder N = a.N("KeyPath{keys="); - N.append(this.b); - N.append(",resolved="); - N.append(this.f312c != null); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("KeyPath{keys="); + P.append(this.b); + P.append(",resolved="); + P.append(this.f315c != null); + P.append('}'); + return P.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 e391364af4..f39fa766f9 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 f313c; + public final float f316c; public i(String str, float f, float f2) { this.a = str; - this.f313c = f2; + this.f316c = 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 3314c85d58..1161cfdeaa 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 N = a.N("Pair{"); - N.append(String.valueOf(this.a)); - N.append(" "); - N.append(String.valueOf(this.b)); - N.append("}"); - return N.toString(); + StringBuilder P = a.P("Pair{"); + P.append(String.valueOf(this.a)); + P.append(" "); + P.append(String.valueOf(this.b)); + P.append("}"); + return P.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 a09850c2ea..1738ba8143 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 f314c; + public final b f317c; @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.f314c = bVar; + this.f317c = 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 3d1a770325..a9872fbe62 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 f315c; + public final g f318c; @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.f315c = gVar; + this.f318c = 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 0539a2b05d..6716793f12 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 f316c; + public final f f319c; 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.f316c = fVar; + this.f319c = 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 fc3864a192..d8e352de0b 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 f317c; + public final c f320c; 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.f317c = cVar; + this.f320c = 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 7a500b88c9..54b48b35cc 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 f318c; + public final c f321c; 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.f318c = cVar; + this.f321c = 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 010fbcd2eb..d133089c8e 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 f319c; + public final d f322c; public final boolean d; public f(int i, h hVar, d dVar, boolean z2) { this.a = i; this.b = hVar; - this.f319c = dVar; + this.f322c = 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 0f1e2c54bb..ae7966e028 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 f320c; + public final boolean f323c; /* 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.f320c = z2; + this.f323c = z2; } @Override // c.c.a.y.l.b @@ -39,9 +39,9 @@ public class g implements b { } public String toString() { - StringBuilder N = c.d.b.a.a.N("MergePaths{mode="); - N.append(this.b); - N.append('}'); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("MergePaths{mode="); + P.append(this.b); + P.append('}'); + return P.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 6ad1e5c91b..80d91ce76d 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 f321c; + public final b f324c; 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.f321c = bVar; + this.f324c = 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 13bc24411e..cdd7b9689a 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 f322c; + public final f f325c; 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.f322c = fVar; + this.f325c = fVar; this.d = bVar; this.e = z2; } @@ -32,11 +32,11 @@ public class i implements b { } public String toString() { - StringBuilder N = a.N("RectangleShape{position="); - N.append(this.b); - N.append(", size="); - N.append(this.f322c); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("RectangleShape{position="); + P.append(this.b); + P.append(", size="); + P.append(this.f325c); + P.append('}'); + return P.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 cf8a134ea2..a7a55cc85e 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 f323c; + public final b f326c; 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.f323c = bVar2; + this.f326c = 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 1e777529be..ee52d4c6fa 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 f324c; + public boolean f327c; 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.f324c = z2; + this.f327c = z2; this.a = new ArrayList(list); } public String toString() { - StringBuilder N = c.d.b.a.a.N("ShapeData{numCurves="); - N.append(this.a.size()); - N.append("closed="); - N.append(this.f324c); - N.append('}'); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("ShapeData{numCurves="); + P.append(this.a.size()); + P.append("closed="); + P.append(this.f327c); + P.append('}'); + return P.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 d0c76725cc..eb03978472 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 f325c; + public final String f328c; @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.f325c = str; + this.f328c = str; this.a = z2; this.b = fillType; this.d = aVar; @@ -36,9 +36,9 @@ public class l implements b { } public String toString() { - StringBuilder N = c.d.b.a.a.N("ShapeFill{color=, fillEnabled="); - N.append(this.a); - N.append('}'); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("ShapeFill{color=, fillEnabled="); + P.append(this.a); + P.append('}'); + return P.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 fc7b5b7745..6f0007c0c9 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 f326c; + public final boolean f329c; public m(String str, List list, boolean z2) { this.a = str; this.b = list; - this.f326c = z2; + this.f329c = z2; } @Override // c.c.a.y.l.b @@ -27,11 +27,11 @@ public class m implements b { } public String toString() { - StringBuilder N = a.N("ShapeGroup{name='"); - N.append(this.a); - N.append("' Shapes: "); - N.append(Arrays.toString(this.b.toArray())); - N.append('}'); - return N.toString(); + StringBuilder P = a.P("ShapeGroup{name='"); + P.append(this.a); + P.append("' Shapes: "); + P.append(Arrays.toString(this.b.toArray())); + P.append('}'); + return P.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 1534e0b7c1..803d9f027c 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 f327c; + public final h f330c; public final boolean d; public n(String str, int i, h hVar, boolean z2) { this.a = str; this.b = i; - this.f327c = hVar; + this.f330c = hVar; this.d = z2; } @@ -28,9 +28,9 @@ public class n implements b { } public String toString() { - StringBuilder N = a.N("ShapePath{name="); - N.append(this.a); - N.append(", index="); - return a.w(N, this.b, '}'); + StringBuilder P = a.P("ShapePath{name="); + P.append(this.a); + P.append(", index="); + return a.y(P, 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 a5b98bd3cf..3d6ee91164 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 f328c; + public final List f331c; 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.f328c = list; + this.f331c = 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 11bfb8705d..c9bbab7a63 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 f329c; + public final b f332c; 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.f329c = bVar; + this.f332c = bVar; this.d = bVar2; this.e = bVar3; this.f = z2; @@ -31,13 +31,13 @@ public class p implements b { } public String toString() { - StringBuilder N = a.N("Trim Path: {start: "); - N.append(this.f329c); - N.append(", end: "); - N.append(this.d); - N.append(", offset: "); - N.append(this.e); - N.append("}"); - return N.toString(); + StringBuilder P = a.P("Trim Path: {start: "); + P.append(this.f332c); + P.append(", end: "); + P.append(this.d); + P.append(", offset: "); + P.append(this.e); + P.append("}"); + return P.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 f2a3b305df..b943e34a98 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 f330c; + public final Paint f333c; 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 f331s; + public b f334s; 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.f330c = new c.c.a.w.a(1); + this.f333c = 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.F(new StringBuilder(), eVar.f338c, "#draw"); + this.l = c.d.b.a.a.H(new StringBuilder(), eVar.f341c, "#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.f338c, i)) { - if (!"__container".equals(this.o.f338c)) { - fVar2 = fVar2.a(this.o.f338c); - if (fVar.c(this.o.f338c, i)) { + if (fVar.e(this.o.f341c, i)) { + if (!"__container".equals(this.o.f341c)) { + fVar2 = fVar2.a(this.o.f341c); + if (fVar.c(this.o.f341c, i)) { list.add(fVar2.g(this)); } } - if (fVar.f(this.o.f338c, i)) { - n(fVar, fVar.d(this.o.f338c, i) + i, list, fVar2); + if (fVar.f(this.o.f341c, i)) { + n(fVar, fVar.d(this.o.f341c, 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.f331s; + b bVar = this.f334s; 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.f299c.size(); + int size2 = this.p.f302c.size(); int i5 = 0; while (true) { if (i5 < size2) { - f fVar = this.p.f299c.get(i5); + f fVar = this.p.f302c.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.f330c.setAlpha(255); - c.c.a.b0.g.f(canvas, this.h, this.f330c, 31); + this.f333c.setAlpha(255); + c.c.a.b0.g.f(canvas, this.h, this.f333c, 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.f299c.size()) { - f fVar2 = this.p.f299c.get(i6); + while (i6 < this.p.f302c.size()) { + f fVar2 = this.p.f302c.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.f330c.setColor(ViewCompat.MEASURED_STATE_MASK); - this.f330c.setAlpha(255); - canvas.drawRect(this.h, this.f330c); + this.f333c.setColor(ViewCompat.MEASURED_STATE_MASK); + this.f333c.setAlpha(255); + canvas.drawRect(this.h, this.f333c); } if (fVar2.d) { c.c.a.b0.g.f(canvas, this.h, this.e, 31); - canvas.drawRect(this.h, this.f330c); + canvas.drawRect(this.h, this.f333c); 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.f299c.size()) { + if (i7 >= this.p.f302c.size()) { z2 = true; break; - } else if (this.p.f299c.get(i7).a != 4) { + } else if (this.p.f302c.get(i7).a != 4) { break; } else { i7++; } } if (!z2) { - this.f330c.setAlpha(255); - canvas.drawRect(this.h, this.f330c); + this.f333c.setAlpha(255); + canvas.drawRect(this.h, this.f333c); } } 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.f330c); + canvas.drawRect(this.h, this.f333c); 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.f330c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f330c); + this.f333c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f333c); canvas.restore(); } } else if (fVar2.d) { - c.c.a.b0.g.f(canvas, this.h, this.f330c, 31); - canvas.drawRect(this.h, this.f330c); + c.c.a.b0.g.f(canvas, this.h, this.f333c, 31); + canvas.drawRect(this.h, this.f333c); this.a.set(aVar2.e()); this.a.transform(matrix3); - this.f330c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + this.f333c.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.f330c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); - canvas.drawPath(this.a, this.f330c); + this.f333c.setAlpha((int) (((float) aVar3.e().intValue()) * 2.55f)); + canvas.drawPath(this.a, this.f333c); } 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.f338c; + return this.o.f341c; } public final void h() { if (this.t == null) { - if (this.f331s == null) { + if (this.f334s == null) { this.t = Collections.emptyList(); return; } this.t = new ArrayList(); - for (b bVar = this.f331s; bVar != null; bVar = bVar.f331s) { + for (b bVar = this.f334s; bVar != null; bVar = bVar.f334s) { 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.f338c; + String str = this.o.f341c; if (sVar.a) { - c.c.a.b0.e eVar = sVar.f281c.get(str); + c.c.a.b0.e eVar = sVar.f284c.get(str); if (eVar == null) { eVar = new c.c.a.b0.e(); - sVar.f281c.put(str, eVar); + sVar.f284c.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 5f6efd3648..cc84e72cb5 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 f332x; + public a f335x; /* renamed from: y reason: collision with root package name */ - public final List f333y = new ArrayList(); + public final List f336y = new ArrayList(); /* renamed from: z reason: collision with root package name */ - public final RectF f334z = new RectF(); + public final RectF f337z = new RectF(); public c(j jVar, e eVar, List list, d dVar) { super(jVar, eVar); int i; b bVar; b bVar2; - b bVar3 = eVar.f339s; + b bVar3 = eVar.f342s; if (bVar3 != null) { a a = bVar3.a(); - this.f332x = a; + this.f335x = a; e(a); - this.f332x.a.add(this); + this.f335x.a.add(this); } else { - this.f332x = null; + this.f335x = 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.f267c.get(eVar2.g), dVar); + bVar2 = new c(jVar, eVar2, dVar.f270c.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 N = c.d.b.a.a.N("Unknown layer type "); - N.append(eVar2.e); - c.c.a.b0.c.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Unknown layer type "); + P.append(eVar2.e); + c.c.a.b0.c.b(P.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.f333y.add(0, bVar2); + this.f336y.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.f331s = bVar; + bVar5.f334s = 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.f333y.size() - 1; size >= 0; size--) { - this.f334z.set(0.0f, 0.0f, 0.0f, 0.0f); - this.f333y.get(size).d(this.f334z, this.m, true); - rectF.union(this.f334z); + for (int size = this.f336y.size() - 1; size >= 0; size--) { + this.f337z.set(0.0f, 0.0f, 0.0f, 0.0f); + this.f336y.get(size).d(this.f337z, this.m, true); + rectF.union(this.f337z); } } @@ -113,7 +113,7 @@ public class c extends b { return; } if (cVar == null) { - a aVar = this.f332x; + a aVar = this.f335x; if (aVar != null) { aVar.i(null); return; @@ -121,9 +121,9 @@ public class c extends b { return; } p pVar = new p(cVar, null); - this.f332x = pVar; + this.f335x = pVar; pVar.a.add(this); - e(this.f332x); + e(this.f335x); } @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.f271z && this.f333y.size() > 1 && i != 255; + boolean z2 = this.n.f274z && this.f336y.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.f333y.size() - 1; size >= 0; size--) { + for (int size = this.f336y.size() - 1; size >= 0; size--) { if (!this.A.isEmpty() ? canvas.clipRect(this.A) : true) { - this.f333y.get(size).f(canvas, matrix, i); + this.f336y.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.f333y.size(); i2++) { - this.f333y.get(i2).c(fVar, i, list, fVar2); + for (int i2 = 0; i2 < this.f336y.size(); i2++) { + this.f336y.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.f332x != null) { - f = ((this.f332x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); + if (this.f335x != null) { + f = ((this.f335x.e().floatValue() * this.o.b.m) - this.o.b.k) / (this.n.j.c() + 0.01f); } - if (this.f332x == null) { + if (this.f335x == 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.f333y.size(); + int size = this.f336y.size(); while (true) { size--; if (size >= 0) { - this.f333y.get(size).o(f); + this.f336y.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 32b7d4bfb4..e3bbe2f56c 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 f335x = new c.c.a.w.a(3); + public final Paint f338x = new c.c.a.w.a(3); /* renamed from: y reason: collision with root package name */ - public final Rect f336y = new Rect(); + public final Rect f339y = new Rect(); /* renamed from: z reason: collision with root package name */ - public final Rect f337z = new Rect(); + public final Rect f340z = 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.f335x.setAlpha(i); + this.f338x.setAlpha(i); a aVar = this.A; if (aVar != null) { - this.f335x.setColorFilter(aVar.e()); + this.f338x.setColorFilter(aVar.e()); } canvas.save(); canvas.concat(matrix); - this.f336y.set(0, 0, q.getWidth(), q.getHeight()); - this.f337z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); - canvas.drawBitmap(q, this.f336y, this.f337z, this.f335x); + this.f339y.set(0, 0, q.getWidth(), q.getHeight()); + this.f340z.set(0, 0, (int) (((float) q.getWidth()) * c2), (int) (((float) q.getHeight()) * c2)); + canvas.drawBitmap(q, this.f339y, this.f340z, this.f338x); canvas.restore(); } } @@ -102,7 +102,7 @@ public class d extends b { } } if (jVar.r == null) { - jVar.r = new b(jVar.getCallback(), jVar.f268s, jVar.t, jVar.j.d); + jVar.r = new b(jVar.getCallback(), jVar.f271s, 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.f302c)) { - Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f302c + str2), null, options), kVar.a, kVar.b); + if (!TextUtils.isEmpty(bVar.f305c)) { + Bitmap e = g.e(BitmapFactory.decodeStream(bVar.b.getAssets().open(bVar.f305c + 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 68f50e0a92..969247dedb 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 f338c; + public final String f341c; 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 f339s; + public final c.c.a.y.k.b f342s; 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.f338c = str; + this.f341c = 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.f339s = bVar; + this.f342s = bVar; this.v = z2; } public String a(String str) { - StringBuilder N = c.d.b.a.a.N(str); - N.append(this.f338c); - N.append("\n"); + StringBuilder P = c.d.b.a.a.P(str); + P.append(this.f341c); + P.append("\n"); e e = this.b.e(this.f); if (e != null) { - N.append("\t\tParents: "); - N.append(e.f338c); + P.append("\t\tParents: "); + P.append(e.f341c); e e2 = this.b.e(e.f); while (e2 != null) { - N.append("->"); - N.append(e2.f338c); + P.append("->"); + P.append(e2.f341c); e2 = this.b.e(e2.f); } - N.append(str); - N.append("\n"); + P.append(str); + P.append("\n"); } if (!this.h.isEmpty()) { - N.append(str); - N.append("\tMasks: "); - N.append(this.h.size()); - N.append("\n"); + P.append(str); + P.append("\tMasks: "); + P.append(this.h.size()); + P.append("\n"); } if (!(this.j == 0 || this.k == 0)) { - N.append(str); - N.append("\tBackground: "); - N.append(String.format(Locale.US, "%dx%d %X\n", Integer.valueOf(this.j), Integer.valueOf(this.k), Integer.valueOf(this.l))); + P.append(str); + P.append("\tBackground: "); + P.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()) { - N.append(str); - N.append("\tShapes:\n"); + P.append(str); + P.append("\tShapes:\n"); for (b bVar : this.a) { - N.append(str); - N.append("\t\t"); - N.append(bVar); - N.append("\n"); + P.append(str); + P.append("\t\t"); + P.append(bVar); + P.append("\n"); } } - return N.toString(); + return P.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 f3a653a093..9bee9f1766 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 f340x; + public final d f343x; public g(j jVar, e eVar) { super(jVar, eVar); d dVar = new d(jVar, this, new m("__container", eVar.a, false)); - this.f340x = dVar; + this.f343x = 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.f340x.d(rectF, this.m, z2); + this.f343x.d(rectF, this.m, z2); } @Override // c.c.a.y.m.b public void j(@NonNull Canvas canvas, Matrix matrix, int i) { - this.f340x.f(canvas, matrix, i); + this.f343x.f(canvas, matrix, i); } @Override // c.c.a.y.m.b public void n(f fVar, int i, List list, f fVar2) { - this.f340x.c(fVar, i, list, fVar2); + this.f343x.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 80bab94630..5a53b00c1f 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 f341x = new RectF(); + public final RectF f344x = new RectF(); /* renamed from: y reason: collision with root package name */ - public final Paint f342y; + public final Paint f345y; /* renamed from: z reason: collision with root package name */ - public final float[] f343z; + public final float[] f346z; public h(j jVar, e eVar) { super(jVar, eVar); c.c.a.w.a aVar = new c.c.a.w.a(); - this.f342y = aVar; - this.f343z = new float[8]; + this.f345y = aVar; + this.f346z = 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.f341x; + RectF rectF2 = this.f344x; e eVar = this.B; rectF2.set(0.0f, 0.0f, (float) eVar.j, (float) eVar.k); - this.m.mapRect(this.f341x); - rectF.set(this.f341x); + this.m.mapRect(this.f344x); + rectF.set(this.f344x); } @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.f342y.setAlpha(intValue); + this.f345y.setAlpha(intValue); a aVar2 = this.C; if (aVar2 != null) { - this.f342y.setColorFilter(aVar2.e()); + this.f345y.setColorFilter(aVar2.e()); } if (intValue > 0) { - float[] fArr = this.f343z; + float[] fArr = this.f346z; 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.f343z; + float[] fArr2 = this.f346z; path.moveTo(fArr2[0], fArr2[1]); Path path2 = this.A; - float[] fArr3 = this.f343z; + float[] fArr3 = this.f346z; path2.lineTo(fArr3[2], fArr3[3]); Path path3 = this.A; - float[] fArr4 = this.f343z; + float[] fArr4 = this.f346z; path3.lineTo(fArr4[4], fArr4[5]); Path path4 = this.A; - float[] fArr5 = this.f343z; + float[] fArr5 = this.f346z; path4.lineTo(fArr5[6], fArr5[7]); Path path5 = this.A; - float[] fArr6 = this.f343z; + float[] fArr6 = this.f346z; path5.lineTo(fArr6[0], fArr6[1]); this.A.close(); - canvas.drawPath(this.A, this.f342y); + canvas.drawPath(this.A, this.f345y); } } } 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 4532767a7b..6256477374 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 f344x = new StringBuilder(2); + public final StringBuilder f347x = new StringBuilder(2); /* renamed from: y reason: collision with root package name */ - public final RectF f345y = new RectF(); + public final RectF f348y = new RectF(); /* renamed from: z reason: collision with root package name */ - public final Matrix f346z = new Matrix(); + public final Matrix f349z = 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.f314c) == null)) { + if (!(kVar == null || (bVar2 = kVar.f317c) == 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.f309c) / 100.0f; + float floatValue = (aVar9 != null ? aVar9.e().floatValue() : e.f312c) / 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.f310c)); + e eVar = this.G.g.get(e.a(str5.charAt(i5), dVar.a, dVar.f313c)); if (eVar == null) { f3 = c2; i3 = i4; str3 = str5; } else { str3 = str5; - double d2 = eVar.f311c; + double d2 = eVar.f314c; 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.f310c)); + e eVar2 = this.G.g.get(e.a(str7.charAt(i6), dVar.a, dVar.f313c)); 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.f345y, false); - this.f346z.set(matrix); - this.f346z.preTranslate(0.0f, (-e.g) * g.c()); - this.f346z.preScale(floatValue, floatValue); - path.transform(this.f346z); + path.computeBounds(this.f348y, false); + this.f349z.set(matrix); + this.f349z.preTranslate(0.0f, (-e.g) * g.c()); + this.f349z.preScale(floatValue, floatValue); + path.transform(this.f349z); 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.f311c) * floatValue * d; + float c3 = g.c() * ((float) eVar2.f314c) * 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.f310c; + ?? r3 = dVar.f313c; 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.f301c.get(r6); + Typeface typeface2 = aVar.f304c.get(r6); if (typeface2 == null) { - StringBuilder R = c.d.b.a.a.R("fonts/", r6); - R.append(aVar.e); - typeface2 = Typeface.createFromAsset(aVar.d, R.toString()); - aVar.f301c.put(r6, typeface2); + StringBuilder U = c.d.b.a.a.U("fonts/", r6); + U.append(aVar.e); + typeface2 = Typeface.createFromAsset(aVar.d, U.toString()); + aVar.f304c.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.f309c)); + this.A.setTextSize(g.c() * (aVar12 != null ? aVar12.e().floatValue() : e.f312c)); 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.f344x.setLength(0); + this.f347x.setLength(0); int i12 = i11; while (i12 < charCount) { int codePointAt3 = str9.codePointAt(i12); - this.f344x.appendCodePoint(codePointAt3); + this.f347x.appendCodePoint(codePointAt3); i12 += Character.charCount(codePointAt3); } - String sb = this.f344x.toString(); + String sb = this.f347x.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 7f98d10ee1..45aa361cbf 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 N = a.N("lottie_cache_"); - N.append(str.replaceAll("\\W+", "")); + StringBuilder P = a.P("lottie_cache_"); + P.append(str.replaceAll("\\W+", "")); if (z2) { Objects.requireNonNull(aVar); str2 = ".temp" + aVar.extension; } else { str2 = aVar.extension; } - N.append(str2); - return N.toString(); + P.append(str2); + return P.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 759d95f08a..58791926b0 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 f347c; + public final b f350c; public c(Context context, String str, @Nullable String str2) { Context applicationContext = context.getApplicationContext(); this.a = applicationContext; this.b = str; if (str2 == null) { - this.f347c = null; + this.f350c = null; } else { - this.f347c = new b(applicationContext); + this.f350c = new b(applicationContext); } } @WorkerThread public final p a() throws IOException { - StringBuilder N = a.N("Fetching "); - N.append(this.b); - c.c.a.b0.c.a(N.toString()); + StringBuilder P = a.P("Fetching "); + P.append(this.b); + c.c.a.b0.c.a(P.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.f347c; + b bVar = this.f350c; 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.f347c; + b bVar2 = this.f350c; 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.f347c; + b bVar3 = this.f350c; 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 N = a.N("Unable to rename cache file "); - N.append(file.getAbsolutePath()); - N.append(" to "); - N.append(file2.getAbsolutePath()); - N.append("."); - c.c.a.b0.c.b(N.toString()); + StringBuilder P = a.P("Unable to rename cache file "); + P.append(file.getAbsolutePath()); + P.append(" to "); + P.append(file2.getAbsolutePath()); + P.append("."); + c.c.a.b0.c.b(P.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 274e9ae788..c1d1c3d201 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 f348c; + public final Handler f351c; 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.f348c = new Handler(Looper.getMainLooper()); + this.f351c = new Handler(Looper.getMainLooper()); this.j = 0; this.b = str2; Context applicationContext = context.getApplicationContext(); @@ -160,7 +160,7 @@ public class a extends BillingClient { String e = skuDetails.e(); String str11 = "BillingClient"; if (!e.equals("subs") || this.h) { - String str12 = billingFlowParams.f1544c; + String str12 = billingFlowParams.f1547c; 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 F = c.d.b.a.a.F(new StringBuilder(valueOf.length() + valueOf2.length()), valueOf, valueOf2); + String H = c.d.b.a.a.H(new StringBuilder(valueOf.length() + valueOf2.length()), valueOf, valueOf2); if (i2 < arrayList.size() - 1) { - F = String.valueOf(F).concat(", "); + H = String.valueOf(H).concat(", "); } - str14 = F; + str14 = H; i2++; str13 = str13; } @@ -214,10 +214,10 @@ public class a extends BillingClient { } else { i = 1; } - if (!TextUtils.isEmpty(billingFlowParams.f1544c)) { + if (!TextUtils.isEmpty(billingFlowParams.f1547c)) { String[] strArr = new String[i]; str4 = "; try to reconnect"; - strArr[0] = billingFlowParams.f1544c; + strArr[0] = billingFlowParams.f1547c; 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.f349c); + bVar.onBillingSetupFinished(q.f352c); } 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.f351c.b, intentFilter); + context.registerReceiver(tVar.f354c.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.f348c.post(runnable); + this.f351c.post(runnable); } } @@ -515,7 +515,7 @@ public class a extends BillingClient { } try { Future submit = this.r.submit(callable); - this.f348c.postDelayed(new z(submit, runnable), j2); + this.f351c.postDelayed(new z(submit, runnable), j2); return submit; } catch (Exception e) { String valueOf = String.valueOf(e); diff --git a/app/src/main/java/c/d/a/a/e0.java b/app/src/main/java/c/d/a/a/e0.java index 3fa390212b..9a9912fe9e 100644 --- a/app/src/main/java/c/d/a/a/e0.java +++ b/app/src/main/java/c/d/a/a/e0.java @@ -21,6 +21,6 @@ public final class e0 implements Callable { @Override // java.util.concurrent.Callable public final Bundle call() throws Exception { a aVar = this.k; - return aVar.f.c0(5, aVar.e.getPackageName(), Arrays.asList(this.i.f1544c), this.j.d(), "subs", null); + return aVar.f.c0(5, aVar.e.getPackageName(), Arrays.asList(this.i.f1547c), 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 61e0a7e7d9..68df2db914 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.f350c; + String str = rVar.f353c; 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 2f7360bdf3..c792708452 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 f349c; + public static final BillingResult f352c; 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."; - f349c = billingResult4; + f352c = 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 4f53d26b2a..7b5a1220bc 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 f350c; + public final String f353c; public r(int i, String str, @Nullable List list) { this.b = i; - this.f350c = str; + this.f353c = 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 38f76359a7..275ba0abed 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 f351c; + public final /* synthetic */ u f354c; public /* synthetic */ t(u uVar, e eVar) { - this.f351c = uVar; + this.f354c = 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 da523b0129..ee58608ac9 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.f351c.b); + context.unregisterReceiver(tVar.f354c.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 91ebfafa20..a624034b58 100644 --- a/app/src/main/java/c/d/b/a/a.java +++ b/app/src/main/java/c/d/b/a/a.java @@ -2,6 +2,7 @@ package c.d.b.a; import android.content.Context; import android.graphics.Canvas; +import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.TextView; @@ -11,10 +12,11 @@ import androidx.lifecycle.ViewModelProvider; import androidx.lifecycle.ViewModelStore; import androidx.recyclerview.widget.RecyclerView; import c.a.a.z.c; -import c.a.i.j4; +import c.a.i.l4; import c.a.q.o0.e; import c.i.c.m.d.b; import com.discord.api.channel.Channel; +import com.discord.api.utcdatetime.UtcDateTime; import com.discord.models.domain.Model; import com.discord.models.guild.Guild; import com.discord.models.user.User; @@ -39,79 +41,91 @@ import kotlin.Pair; import kotlin.jvm.internal.Ref$ObjectRef; /* compiled from: outline */ public class a { - public static String A(StringBuilder sb, Boolean bool, String str) { + public static String A(StringBuilder sb, long j, String str) { + sb.append(j); + sb.append(str); + return sb.toString(); + } + + public static String B(StringBuilder sb, UtcDateTime utcDateTime, String str) { + sb.append(utcDateTime); + sb.append(str); + return sb.toString(); + } + + public static String C(StringBuilder sb, Boolean bool, String str) { sb.append(bool); sb.append(str); return sb.toString(); } - public static String B(StringBuilder sb, CharSequence charSequence, String str) { + public static String D(StringBuilder sb, CharSequence charSequence, String str) { sb.append(charSequence); sb.append(str); return sb.toString(); } - public static String C(StringBuilder sb, Integer num, String str) { + public static String E(StringBuilder sb, Integer num, String str) { sb.append(num); sb.append(str); return sb.toString(); } - public static String D(StringBuilder sb, Long l, String str) { + public static String F(StringBuilder sb, Long l, String str) { sb.append(l); sb.append(str); return sb.toString(); } - public static String E(StringBuilder sb, String str, char c2) { + public static String G(StringBuilder sb, String str, char c2) { sb.append(str); sb.append(c2); return sb.toString(); } - public static String F(StringBuilder sb, String str, String str2) { + public static String H(StringBuilder sb, String str, String str2) { sb.append(str); sb.append(str2); return sb.toString(); } - public static String G(StringBuilder sb, List list, String str) { + public static Bundle I(String str, long j) { + Bundle bundle = new Bundle(); + bundle.putLong(str, j); + return bundle; + } + + public static String J(StringBuilder sb, List list, String str) { sb.append(list); sb.append(str); return sb.toString(); } - public static String H(StringBuilder sb, Map map, String str) { + public static String K(StringBuilder sb, Map map, String str) { sb.append(map); sb.append(str); return sb.toString(); } - public static ViewModelProvider.Factory I(Fragment fragment, String str) { - FragmentActivity requireActivity = fragment.requireActivity(); - m.checkNotNullExpressionValue(requireActivity, str); - return requireActivity.getDefaultViewModelProviderFactory(); - } - - public static String J(StringBuilder sb, boolean z2, String str) { + public static String L(StringBuilder sb, boolean z2, String str) { sb.append(z2); sb.append(str); return sb.toString(); } - public static String K(Object[] objArr, int i, String str, String str2) { + public static String M(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 L(char c2) { + public static StringBuilder N(char c2) { StringBuilder sb = new StringBuilder(); sb.append(c2); return sb; } - public static StringBuilder M(int i, String str, String str2, String str3, String str4) { + public static StringBuilder O(int i, String str, String str2, String str3, String str4) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(str2); @@ -120,13 +134,13 @@ public class a { return sb; } - public static StringBuilder N(String str) { + public static StringBuilder P(String str) { StringBuilder sb = new StringBuilder(); sb.append(str); return sb; } - public static StringBuilder O(String str, int i, String str2) { + public static StringBuilder Q(String str, int i, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(i); @@ -134,7 +148,7 @@ public class a { return sb; } - public static StringBuilder P(String str, int i, String str2, int i2, String str3) { + public static StringBuilder R(String str, int i, String str2, int i2, String str3) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(i); @@ -144,7 +158,7 @@ public class a { return sb; } - public static StringBuilder Q(String str, long j, String str2) { + public static StringBuilder S(String str, long j, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(j); @@ -152,14 +166,20 @@ public class a { return sb; } - public static StringBuilder R(String str, String str2) { + public static ViewModelProvider.Factory T(Fragment fragment, String str) { + FragmentActivity requireActivity = fragment.requireActivity(); + m.checkNotNullExpressionValue(requireActivity, str); + return requireActivity.getDefaultViewModelProviderFactory(); + } + + public static StringBuilder U(String str, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(str2); return sb; } - public static StringBuilder S(String str, String str2, String str3) { + public static StringBuilder V(String str, String str2, String str3) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(str2); @@ -167,15 +187,7 @@ public class a { return sb; } - public static ViewModelStore T(Fragment fragment, String str, String str2) { - FragmentActivity requireActivity = fragment.requireActivity(); - m.checkNotNullExpressionValue(requireActivity, str); - ViewModelStore viewModelStore = requireActivity.getViewModelStore(); - m.checkNotNullExpressionValue(viewModelStore, str2); - return viewModelStore; - } - - public static StringBuilder U(String str, i iVar, String str2) { + public static StringBuilder W(String str, i iVar, String str2) { StringBuilder sb = new StringBuilder(); sb.append(str); sb.append(iVar); @@ -183,46 +195,54 @@ public class a { return sb; } - public static ArrayList V(List list, String str) { + public static ArrayList X(List list, String str) { m.checkNotNullExpressionValue(list, str); return new ArrayList(); } - public static Pair W(e.b bVar, Float f, String str) { + public static Pair Y(e.b bVar, Float f, String str) { return o.to(str, Long.valueOf(e.b.a(bVar, f))); } - public static Ref$ObjectRef X(Model.JsonReader jsonReader, String str) { + public static Ref$ObjectRef Z(Model.JsonReader jsonReader, String str) { m.checkNotNullParameter(jsonReader, str); return new Ref$ObjectRef(); } - public static g Y(Class cls, String str, String str2, int i) { - return a0.property1(new y(cls, str, str2, i)); - } - - public static void Z(int i, Canvas canvas, int i2, int i3) { - l.finallyStart(i); - canvas.restoreToCount(i2); - l.finallyEnd(i3); - } - public static float a(float f, float f2, float f3, float f4) { return ((f - f2) * f3) + f4; } - public static void a0(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 g a0(Class cls, String str, String str2, int i) { + return a0.property1(new y(cls, str, str2, i)); } public static int b(String str, int i) { return String.valueOf(str).length() + i; } - public static void b0(int i, String str, String str2, String str3, String str4) { + public static void b0(int i, Canvas canvas, int i2, int i3) { + l.finallyStart(i); + canvas.restoreToCount(i2); + l.finallyEnd(i3); + } + + public static Object c(Channel channel, Map map) { + return map.get(Long.valueOf(channel.h())); + } + + public static void c0(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 Object d(Guild guild, Map map) { + return map.get(Long.valueOf(guild.getId())); + } + + public static void d0(int i, String str, String str2, String str3, String str4) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(str2); @@ -230,40 +250,33 @@ public class a { Log.w(str4, sb.toString()); } - public static Object c(Guild guild, Map map) { - return map.get(Long.valueOf(guild.getId())); - } - - public static void c0(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 Object d(User user, Map map) { + public static Object e(User user, Map map) { return map.get(Long.valueOf(user.getId())); } - public static void d0(Class cls, StringBuilder sb, String str) { - sb.append(cls.getName()); - sb.append(str); + public static ViewModelStore e0(Fragment fragment, String str, String str2) { + FragmentActivity requireActivity = fragment.requireActivity(); + m.checkNotNullExpressionValue(requireActivity, str); + ViewModelStore viewModelStore = requireActivity.getViewModelStore(); + m.checkNotNullExpressionValue(viewModelStore, str2); + return viewModelStore; } - public static String e(int i, String str, int i2) { + public static String f(int i, String str, int i2) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(i2); return sb.toString(); } - public static j4 e0(TextView textView, String str, CharSequence charSequence, c cVar) { - m.checkNotNullExpressionValue(textView, str); - textView.setText(charSequence); - return cVar.h(); + public static void f0(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 String f(int i, String str, String str2, String str3) { + public static String g(int i, String str, String str2, String str3) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(str2); @@ -271,13 +284,12 @@ public class a { return sb.toString(); } - public static void f0(Class cls, StringBuilder sb, String str, KryoException kryoException) { + public static void g0(Class cls, StringBuilder sb, String str) { sb.append(cls.getName()); sb.append(str); - kryoException.addTrace(sb.toString()); } - public static String g(int i, String str, String str2, String str3, String str4) { + public static String h(int i, String str, String str2, String str3, String str4) { StringBuilder sb = new StringBuilder(i); sb.append(str); sb.append(str2); @@ -286,30 +298,32 @@ public class a { return sb.toString(); } - public static void g0(String str, int i, String str2) { - Log.d(str2, str + i); + public static void h0(Class cls, StringBuilder sb, String str, KryoException kryoException) { + sb.append(cls.getName()); + sb.append(str); + kryoException.addTrace(sb.toString()); } - public static String h(RecyclerView recyclerView, StringBuilder sb) { + public static String i(RecyclerView recyclerView, StringBuilder sb) { sb.append(recyclerView.exceptionLabel()); return sb.toString(); } - public static void h0(String str, int i, String str2) { - Log.w(str2, str + i); + public static void i0(String str, int i, String str2) { + Log.d(str2, str + i); } - public static String i(Class cls, StringBuilder sb, String str) { + public static String j(Class cls, StringBuilder sb, String str) { sb.append(cls.getName()); sb.append(str); return sb.toString(); } - public static void i0(String str, String str2, b bVar) { - bVar.b(str + str2); + public static void j0(String str, int i, String str2) { + Log.w(str2, str + i); } - public static String j(Class cls, StringBuilder sb, String str, String str2) { + public static String k(Class cls, StringBuilder sb, String str, String str2) { sb.append(cls.getSimpleName()); sb.append(str); sb.append(cls.getSimpleName()); @@ -317,107 +331,107 @@ public class a { return sb.toString(); } - public static void j0(String str, String str2, String str3) { - Log.w(str3, str + str2); + public static void k0(String str, String str2, b bVar) { + bVar.b(str + str2); } - public static String k(String str, int i) { + public static String l(String str, int i) { return str + i; } - public static void k0(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 l(String str, int i, String str2) { - return str + i + str2; - } - - public static void l0(StringBuilder sb, String str, String str2) { - sb.append(str); - Log.w(str2, sb.toString()); + public static void l0(String str, String str2, String str3) { + Log.w(str3, str + str2); } public static int m(String str, int i, int i2) { return (str.hashCode() + i) * i2; } - public static void m0(StringBuilder sb, String str, String str2, String str3, String str4) { + public static void m0(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 n(String str, int i, String str2) { + return str + i + str2; + } + + public static void n0(StringBuilder sb, String str, String str2) { + sb.append(str); + Log.w(str2, sb.toString()); + } + + public static String o(String str, int i, String str2, int i2) { + return str + i + str2 + i2; + } + + public static void o0(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 n(String str, int i, String str2, int i2) { - return str + i + str2 + i2; + public static String p(String str, int i, String str2, int i2, String str3) { + return str + i + str2 + i2 + str3; } - public static void n0(v vVar, String str, h0.a.a.c cVar, int i) { + public static l4 p0(TextView textView, String str, CharSequence charSequence, c cVar) { + m.checkNotNullExpressionValue(textView, str); + textView.setText(charSequence); + return cVar.h(); + } + + public static String q(String str, long j) { + return str + j; + } + + public static void q0(v vVar, String str, h0.a.a.c cVar, int i) { cVar.j(vVar.l(str)); cVar.i(i); } - public static String o(String str, int i, String str2, int i2, String str3) { - return str + i + str2 + i2 + str3; + public static String r(String str, long j, String str2) { + return str + j + str2; } - public static boolean o0(b.C0256b bVar, int i, String str) { + public static boolean r0(b.C0256b bVar, int i, String str) { Boolean bool = bVar.get(i); m.checkNotNullExpressionValue(bool, str); return bool.booleanValue(); } - public static String p(String str, long j) { - return str + j; + public static String s(String str, Fragment fragment, String str2) { + return str + fragment + str2; } - public static Format.b p0(int i) { + public static Format.b s0(int i) { Format.b bVar = new Format.b(); bVar.b(i); return bVar; } - public static String q(String str, long j, String str2) { - return str + j + str2; - } - - public static Object q0(Channel channel, Map map) { - return map.get(Long.valueOf(channel.f())); - } - - public static String r(String str, Fragment fragment, String str2) { - return str + fragment + str2; - } - - public static Object r0(Channel channel, Map map) { - return map.get(Long.valueOf(channel.h())); - } - - public static String s(String str, Object obj) { + public static String t(String str, Object obj) { return str + obj; } - public static String t(String str, String str2) { + public static Object t0(Channel channel, Map map) { + return map.get(Long.valueOf(channel.f())); + } + + public static String u(String str, String str2) { return str + str2; } - public static String u(String str, String str2, String str3) { + public static String v(String str, String str2, String str3) { return str + str2 + str3; } - public static String v(String str, Type type) { + public static String w(String str, Type type) { return str + type; } - public static String w(StringBuilder sb, int i, char c2) { - sb.append(i); - sb.append(c2); - return sb.toString(); - } - public static Context x(View view, String str, String str2) { m.checkNotNullExpressionValue(view, str); Context context = view.getContext(); @@ -425,15 +439,15 @@ public class a { return context; } - public static String y(StringBuilder sb, int i, String str) { + public static String y(StringBuilder sb, int i, char c2) { + sb.append(i); + sb.append(c2); + return sb.toString(); + } + + public static String z(StringBuilder sb, int i, String str) { sb.append(i); sb.append(str); return sb.toString(); } - - public static String z(StringBuilder sb, long j, String str) { - sb.append(j); - sb.append(str); - return sb.toString(); - } } diff --git a/app/src/main/java/c/e/b/a.java b/app/src/main/java/c/e/b/a.java index 3b642c1a1c..dface2209a 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 f352c; + public static volatile a f355c; public static volatile Method d; static { @@ -19,7 +19,7 @@ public class a extends ClassLoader { classLoader = ClassLoader.getSystemClassLoader(); } b = classLoader; - f352c = new a(classLoader); + f355c = new a(classLoader); } public a(ClassLoader classLoader) { @@ -33,14 +33,14 @@ public class a extends ClassLoader { } ClassLoader classLoader2 = b; if (classLoader2.equals(classLoader)) { - if (f352c == null) { + if (f355c == null) { synchronized (a) { - if (f352c == null) { - f352c = new a(classLoader2); + if (f355c == null) { + f355c = new a(classLoader2); } } } - return f352c; + return f355c; } WeakHashMap> weakHashMap = a; synchronized (weakHashMap) { diff --git a/app/src/main/java/c/e/b/b.java b/app/src/main/java/c/e/b/b.java index 7442a052be..9e4829770b 100644 --- a/app/src/main/java/c/e/b/b.java +++ b/app/src/main/java/c/e/b/b.java @@ -15,19 +15,19 @@ public abstract class b { boolean z2 = false; boolean z3 = enclosingClass != null && cls.isMemberClass() && !Modifier.isStatic(cls.getModifiers()); String name = cls.getName(); - String t = a.t(name, "ConstructorAccess"); - if (t.startsWith("java.")) { - t = a.t("reflectasm.", t); + String u = a.u(name, "ConstructorAccess"); + if (u.startsWith("java.")) { + u = a.u("reflectasm.", u); } a b = a.b(cls); try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(u); } catch (ClassNotFoundException unused) { synchronized (b) { try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(u); } catch (ClassNotFoundException unused2) { - String replace = t.replace('.', MentionUtilsKt.SLASH_CHAR); + String replace = u.replace('.', MentionUtilsKt.SLASH_CHAR); String replace2 = name.replace('.', MentionUtilsKt.SLASH_CHAR); String str = null; if (!z3) { @@ -65,7 +65,7 @@ public abstract class b { e4.e(176); e4.n(2, 1); b(fVar, replace2, str); - cls2 = b.a(t, fVar.b()); + cls2 = b.a(u, fVar.b()); } } } @@ -90,7 +90,7 @@ public abstract class b { Objects.requireNonNull(bVar); return bVar; } catch (Throwable th) { - throw new RuntimeException(a.t("Exception constructing constructor access class: ", t), th); + throw new RuntimeException(a.u("Exception constructing constructor access class: ", u), th); } } diff --git a/app/src/main/java/c/e/b/c.java b/app/src/main/java/c/e/b/c.java index 9be736c046..031f7bcc8a 100644 --- a/app/src/main/java/c/e/b/c.java +++ b/app/src/main/java/c/e/b/c.java @@ -40,19 +40,19 @@ public abstract class c { clsArr[i] = ((Field) arrayList.get(i)).getType(); } String name = cls.getName(); - String t = a.t(name, "FieldAccess"); - if (t.startsWith("java.")) { - t = a.t("reflectasm.", t); + String u = a.u(name, "FieldAccess"); + if (u.startsWith("java.")) { + u = a.u("reflectasm.", u); } a b = a.b(cls); try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(u); } catch (ClassNotFoundException unused) { synchronized (b) { try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(u); } catch (ClassNotFoundException unused2) { - String replace = t.replace('.', MentionUtilsKt.SLASH_CHAR); + String replace = u.replace('.', MentionUtilsKt.SLASH_CHAR); String replace2 = name.replace('.', MentionUtilsKt.SLASH_CHAR); f fVar = new f(0); fVar.c(196653, 33, replace, null, "com/esotericsoftware/reflectasm/FieldAccess", null); @@ -77,10 +77,10 @@ public abstract class c { q(fVar, replace2, arrayList, w.i); n(fVar, replace2, arrayList, w.g); q(fVar, replace2, arrayList, w.g); - n(fVar, replace2, arrayList, w.f2884c); - q(fVar, replace2, arrayList, w.f2884c); + n(fVar, replace2, arrayList, w.f2887c); + q(fVar, replace2, arrayList, w.f2887c); o(fVar, replace2, arrayList); - cls2 = b.a(t, fVar.b()); + cls2 = b.a(u, fVar.b()); } } } @@ -89,7 +89,7 @@ public abstract class c { cVar.a = strArr; return cVar; } catch (Throwable th) { - throw new RuntimeException(a.t("Error constructing field access class: ", t), th); + throw new RuntimeException(a.u("Error constructing field access class: ", u), th); } } @@ -188,7 +188,7 @@ public abstract class c { str2 = "get"; break; } - q e = fVar.e(1, str2, a.t("(Ljava/lang/Object;I)", d), null, null); + q e = fVar.e(1, str2, a.u("(Ljava/lang/Object;I)", d), null, null); e.t(21, 2); if (!arrayList.isEmpty()) { int size = arrayList.size(); @@ -418,7 +418,7 @@ public abstract class c { i = 4; break; } - q e = fVar.e(1, str2, a.u("(Ljava/lang/Object;I", d, ")V"), null, null); + q e = fVar.e(1, str2, a.v("(Ljava/lang/Object;I", d, ")V"), null, null); e.t(21, 2); if (!arrayList.isEmpty()) { int size = arrayList.size(); @@ -514,7 +514,7 @@ public abstract class c { return i; } } - throw new IllegalArgumentException(a.t("Unable to find non-private field: ", str)); + throw new IllegalArgumentException(a.u("Unable to find non-private field: ", str)); } public abstract int i(Object obj, int i); diff --git a/app/src/main/java/c/e/b/d.java b/app/src/main/java/c/e/b/d.java index 7ce843c4fa..e049677d4f 100644 --- a/app/src/main/java/c/e/b/d.java +++ b/app/src/main/java/c/e/b/d.java @@ -56,21 +56,21 @@ public abstract class d { clsArr5[i2] = method.getReturnType(); } String name = cls.getName(); - String t = a.t(name, "MethodAccess"); - if (t.startsWith("java.")) { - t = a.t("reflectasm.", t); + String u = a.u(name, "MethodAccess"); + if (u.startsWith("java.")) { + u = a.u("reflectasm.", u); } a b = a.b(cls); try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(u); clsArr = clsArr4; } catch (ClassNotFoundException unused) { synchronized (b) { try { - cls2 = b.loadClass(t); + cls2 = b.loadClass(u); clsArr = clsArr4; } catch (ClassNotFoundException unused2) { - String replace = t.replace('.', MentionUtilsKt.SLASH_CHAR); + String replace = u.replace('.', MentionUtilsKt.SLASH_CHAR); String replace2 = name.replace('.', MentionUtilsKt.SLASH_CHAR); f fVar = new f(1); fVar.c(196653, 33, replace, null, "com/esotericsoftware/reflectasm/MethodAccess", null); @@ -123,49 +123,49 @@ public abstract class d { switch (j.i()) { case 1: clsArr3 = clsArr4; - str2 = t; + str2 = u; clsArr2 = clsArr6; e2.s(192, "java/lang/Boolean"); e2.o(182, "java/lang/Boolean", "booleanValue", "()Z"); break; case 2: clsArr3 = clsArr4; - str2 = t; + str2 = u; clsArr2 = clsArr6; e2.s(192, "java/lang/Character"); e2.o(182, "java/lang/Character", "charValue", "()C"); break; case 3: clsArr3 = clsArr4; - str2 = t; + str2 = u; clsArr2 = clsArr6; e2.s(192, "java/lang/Byte"); e2.o(182, "java/lang/Byte", "byteValue", "()B"); break; case 4: clsArr3 = clsArr4; - str2 = t; + str2 = u; clsArr2 = clsArr6; e2.s(192, "java/lang/Short"); e2.o(182, "java/lang/Short", "shortValue", "()S"); break; case 5: clsArr3 = clsArr4; - str2 = t; + str2 = u; clsArr2 = clsArr6; e2.s(192, "java/lang/Integer"); e2.o(182, "java/lang/Integer", "intValue", "()I"); break; case 6: clsArr3 = clsArr4; - str2 = t; + str2 = u; clsArr2 = clsArr6; e2.s(192, "java/lang/Float"); e2.o(182, "java/lang/Float", "floatValue", "()F"); break; case 7: clsArr3 = clsArr4; - str2 = t; + str2 = u; clsArr2 = clsArr6; e2.s(192, "java/lang/Long"); e2.o(182, "java/lang/Long", "longValue", "()J"); @@ -174,24 +174,24 @@ public abstract class d { clsArr2 = clsArr6; e2.s(192, "java/lang/Double"); clsArr3 = clsArr4; - str2 = t; + str2 = u; e2.o(182, "java/lang/Double", "doubleValue", "()D"); break; case 9: clsArr2 = clsArr6; e2.s(192, j.d()); clsArr3 = clsArr4; - str2 = t; + str2 = u; break; case 10: clsArr2 = clsArr6; e2.s(192, j.g()); clsArr3 = clsArr4; - str2 = t; + str2 = u; break; default: clsArr3 = clsArr4; - str2 = t; + str2 = u; clsArr2 = clsArr6; break; } @@ -200,7 +200,7 @@ public abstract class d { clsArr6 = clsArr2; clsArr5 = clsArr5; clsArr4 = clsArr3; - t = str2; + u = str2; } sb.append(')'); sb.append(w.e(cls4)); @@ -240,17 +240,17 @@ public abstract class d { pVarArr2 = pVarArr; clsArr5 = clsArr5; clsArr4 = clsArr4; - t = t; + u = u; pVar2 = pVar; } clsArr = clsArr4; - str = t; + str = u; e2.i(pVar2); qVar = e2; e2.c(3, 0, null, 0, null); } else { clsArr = clsArr4; - str = t; + str = u; qVar = e2; } qVar.s(187, "java/lang/IllegalArgumentException"); @@ -265,8 +265,8 @@ public abstract class d { qVar.o(183, "java/lang/IllegalArgumentException", "", "(Ljava/lang/String;)V"); qVar.e(191); qVar.n(0, 0); - t = str; - cls2 = b.a(t, fVar.b()); + u = str; + cls2 = b.a(u, fVar.b()); } } } @@ -276,7 +276,7 @@ public abstract class d { dVar.b = clsArr; return dVar; } catch (Throwable th) { - throw new RuntimeException(a.t("Error constructing method access class: ", t), th); + throw new RuntimeException(a.u("Error constructing method access class: ", u), th); } } @@ -294,9 +294,9 @@ public abstract class d { return i; } } - StringBuilder S = a.S("Unable to find non-private method: ", str, " "); - S.append(Arrays.toString(clsArr)); - throw new IllegalArgumentException(S.toString()); + StringBuilder V = a.V("Unable to find non-private method: ", str, " "); + V.append(Arrays.toString(clsArr)); + throw new IllegalArgumentException(V.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 903a478d73..6a6becf6e8 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 f353c; + public final File f356c; public final boolean d; public final File e; public final c.f.b.a.a f; @@ -61,7 +61,7 @@ public class a implements c { public final c.f.a.a b; /* renamed from: c reason: collision with root package name */ - public long f354c = -1; + public long f357c = -1; public long d = -1; public c(String str, File file, C0057a aVar) { @@ -85,10 +85,10 @@ public class a implements c { @Override // c.f.b.b.c.a public long getSize() { - if (this.f354c < 0) { - this.f354c = this.b.a(); + if (this.f357c < 0) { + this.f357c = this.b.a(); } - return this.f354c; + return this.f357c; } } @@ -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.F(sb, this.b, ")"); + return c.d.b.a.a.H(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 Q = c.d.b.a.a.Q("File was not written completely. Expected: ", j, ", found: "); - Q.append(j2); + StringBuilder S = c.d.b.a.a.S("File was not written completely. Expected: ", j, ", found: "); + S.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.f431c.a(hVar.a.e(), bVar); + hVar.b.f434c.a(hVar.a.e(), bVar); bVar.flush(); long j = bVar.i; fileOutputStream.close(); @@ -234,7 +234,7 @@ public class a implements c { @Override // c.f.d.c.a public void c(File file) { - if (!a.this.f353c.equals(file) && !this.a) { + if (!a.this.f356c.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.f353c = file; + this.f356c = 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.f353c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f356c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f353c.exists()) { + if (this.f356c.exists()) { if (!file2.exists()) { - AnimatableValueParser.b0(this.f353c); + AnimatableValueParser.b0(this.f356c); } if (z3) { try { AnimatableValueParser.N1(file2); } catch (FileUtils$CreateDirectoryException unused2) { c.f.b.a.a aVar2 = this.f; - StringBuilder N = c.d.b.a.a.N("version directory could not be created: "); - N.append(this.e); - N.toString(); + StringBuilder P = c.d.b.a.a.P("version directory could not be created: "); + P.append(this.e); + P.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.f353c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); + File file2 = new File(this.f356c, String.format(null, "%s.ols%d.%d", "v2", 100, Integer.valueOf(i))); this.e = file2; this.f = aVar; - if (this.f353c.exists()) { + if (this.f356c.exists()) { } z3 = true; if (z3) { @@ -334,7 +334,7 @@ public class a implements c { @Override // c.f.b.b.c public void a() { - AnimatableValueParser.Q2(this.f353c, new g(null)); + AnimatableValueParser.Q2(this.f356c, 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 N = c.d.b.a.a.N(k(str)); - N.append(File.separator); - N.append(str); - N.append(".cnt"); - return new File(N.toString()); + StringBuilder P = c.d.b.a.a.P(k(str)); + P.append(File.separator); + P.append(str); + P.append(".cnt"); + return new File(P.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.F(sb, File.separator, valueOf); + return c.d.b.a.a.H(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 d8de3a44aa..edfeadad55 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 f356c; + public final long f359c; 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 f357c = -1; + public long f360c = -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.f357c += j2; + this.f360c += 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 f358c; + public final long f361c; public c(long j, long j2, long j3) { this.a = j; this.b = j2; - this.f358c = j3; + this.f361c = 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.f356c = cVar2.b; - long j = cVar2.f358c; + this.f359c = cVar2.b; + long j = cVar2.f361c; 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.f357c; + j = bVar2.f360c; } 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.f357c = j7; + bVar3.f360c = 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.f357c = -1; + bVar.f360c = -1; bVar.b = -1; } e(); @@ -404,13 +404,13 @@ public class d implements h { aVar.h.unlock(); } } - StatFs statFs = c2 == 1 ? aVar.f364c : aVar.e; + StatFs statFs = c2 == 1 ? aVar.f367c : aVar.e; long availableBlocksLong = statFs != null ? statFs.getAvailableBlocksLong() * statFs.getBlockSizeLong() : 0; if (availableBlocksLong > 0 && availableBlocksLong >= a2) { z2 = false; } if (z2) { - this.f = this.f356c; + this.f = this.f359c; } 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 03bbea8ac0..f2ea414624 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 f359c; + public final String f362c; 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.f359c = str; + this.f362c = 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.f359c); + File file = new File(this.b.get(), this.f362c); try { AnimatableValueParser.N1(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 68dde1b434..dbd661ca75 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 f360c; + public static int f363c; public CacheKey d; public i e; @@ -19,16 +19,16 @@ public class i { } b = iVar.e; iVar.e = null; - f360c--; + f363c--; return iVar; } } public void b() { synchronized (a) { - int i = f360c; + int i = f363c; if (i < 5) { - f360c = i + 1; + f363c = i + 1; i iVar = b; if (iVar != null) { this.e = iVar; diff --git a/app/src/main/java/c/f/d/d/i.java b/app/src/main/java/c/f/d/d/i.java index 34c1d8e334..6402df618e 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 f361c; + public a f364c; /* 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 f362c; + public a f365c; 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.f361c = aVar; + this.f364c = 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.f361c.f362c = aVar; - this.f361c = aVar; + this.f364c.f365c = aVar; + this.f364c = 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.f362c; + a aVar = this.b.f365c; 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.f362c; + aVar = aVar.f365c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/f/d/e/a.java b/app/src/main/java/c/f/d/e/a.java index 468e91d715..6f7481659a 100644 --- a/app/src/main/java/c/f/d/e/a.java +++ b/app/src/main/java/c/f/d/e/a.java @@ -14,14 +14,14 @@ public class a { } public static void b(Class cls, String str, Throwable th) { - String u = c.d.b.a.a.u(EnvironmentCompat.MEDIA_UNKNOWN, ":", cls.getSimpleName()); + String v = c.d.b.a.a.v(EnvironmentCompat.MEDIA_UNKNOWN, ":", cls.getSimpleName()); StringBuilder sb = new StringBuilder(); sb.append(str); sb.append('\n'); StringWriter stringWriter = new StringWriter(); th.printStackTrace(new PrintWriter(stringWriter)); sb.append(stringWriter.toString()); - Log.println(6, u, sb.toString()); + Log.println(6, v, sb.toString()); } public static void c(Class cls, String str, Object... objArr) { @@ -33,14 +33,14 @@ public class a { public static void d(Class cls, Throwable th, String str, Object... objArr) { String simpleName = cls.getSimpleName(); String g = g(str, objArr); - String u = c.d.b.a.a.u(EnvironmentCompat.MEDIA_UNKNOWN, ":", simpleName); + String v = c.d.b.a.a.v(EnvironmentCompat.MEDIA_UNKNOWN, ":", simpleName); StringBuilder sb = new StringBuilder(); sb.append(g); sb.append('\n'); StringWriter stringWriter = new StringWriter(); th.printStackTrace(new PrintWriter(stringWriter)); sb.append(stringWriter.toString()); - Log.println(6, u, sb.toString()); + Log.println(6, v, sb.toString()); } public static void e(String str, String str2) { @@ -49,7 +49,7 @@ public class a { public static void f(String str, String str2, Throwable th) { String str3; - String u = c.d.b.a.a.u(EnvironmentCompat.MEDIA_UNKNOWN, ":", str); + String v = c.d.b.a.a.v(EnvironmentCompat.MEDIA_UNKNOWN, ":", str); StringBuilder sb = new StringBuilder(); sb.append(str2); sb.append('\n'); @@ -61,7 +61,7 @@ public class a { str3 = stringWriter.toString(); } sb.append(str3); - Log.println(6, u, sb.toString()); + Log.println(6, v, sb.toString()); } public static String g(String str, Object... objArr) { @@ -93,7 +93,7 @@ public class a { public static void l(Class cls, String str, Throwable th) { String str2; if (1 != 0) { - String u = c.d.b.a.a.u(EnvironmentCompat.MEDIA_UNKNOWN, ":", cls.getSimpleName()); + String v = c.d.b.a.a.v(EnvironmentCompat.MEDIA_UNKNOWN, ":", cls.getSimpleName()); StringBuilder sb = new StringBuilder(); sb.append(str); sb.append('\n'); @@ -105,7 +105,7 @@ public class a { str2 = stringWriter.toString(); } sb.append(str2); - Log.println(5, u, sb.toString()); + Log.println(5, v, sb.toString()); } } diff --git a/app/src/main/java/c/f/d/f/b.java b/app/src/main/java/c/f/d/f/b.java index f7c88036ad..2b09a688b2 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 f363c = f.of("heif", "image/heif", "heic", "image/heic"); + public static final Map f366c = 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 1de8513a26..0666f5c801 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 N = a.N("length="); - N.append(bArr.length); - N.append("; regionStart="); - N.append(i); - N.append("; regionLength="); - N.append(i2); - throw new ArrayIndexOutOfBoundsException(N.toString()); + StringBuilder P = a.P("length="); + P.append(bArr.length); + P.append("; regionStart="); + P.append(i); + P.append("; regionLength="); + P.append(i2); + throw new ArrayIndexOutOfBoundsException(P.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 03692d3e11..48cdd5346a 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 f364c = null; + public volatile StatFs f367c = 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.f364c = c(this.f364c, this.d); + this.f367c = c(this.f367c, 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 26cd7909ce..9030e7cc71 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[] f365c = a("RIFF"); + public static final byte[] f368c = 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, f365c) && d(bArr, i + 8, d); + return i2 >= 20 && d(bArr, i, f368c) && 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 090b30a7a6..8c887b333d 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 f366c = false; + public boolean f369c = 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.f366c) { + if (this.f369c) { return false; } - this.f366c = true; + this.f369c = 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.f366c) { + if (!this.f369c) { 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.f366c; + return this.f369c; } public final void j() { @@ -131,7 +131,7 @@ public abstract class c implements DataSource { boolean z2; synchronized (this) { z2 = true; - if (!this.f366c) { + if (!this.f369c) { 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.f366c) { + if (!this.f369c) { 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.f366c) { + if (!this.f369c) { 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 38dc012ff2..25561afb61 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 f367x; + public final a f370x; /* renamed from: y reason: collision with root package name */ - public final e f368y; + public final e f371y; /* renamed from: z reason: collision with root package name */ - public final w f369z; + public final w f372z; public c(Resources resources, c.f.g.b.a aVar, a aVar2, Executor executor, w wVar, e eVar) { super(aVar, executor, null, null); - this.f367x = new a(resources, aVar2); - this.f368y = eVar; - this.f369z = wVar; + this.f370x = new a(resources, aVar2); + this.f371y = eVar; + this.f372z = 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.f372c; + h hVar = this.E.f375c; 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.f368y, w)) == null && (J = this.f367x.b(w)) == null) { + if (J == null && (J = J(this.f371y, w)) == null && (J = this.f370x.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.f369z; + w wVar = this.f372z; 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.f2253c) == null) { + if (imageRequest == null || (uri = imageRequest.f2256c) == null) { if (!(imageRequestArr == null || imageRequestArr.length <= 0 || imageRequestArr[0] == null)) { ImageRequest imageRequest3 = imageRequestArr[0]; - uri = imageRequest3 != null ? imageRequest3.f2253c : null; + uri = imageRequest3 != null ? imageRequest3.f2256c : null; } if (imageRequest2 != null) { - return imageRequest2.f2253c; + return imageRequest2.f2256c; } 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 565c53c958..1af93317ca 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 9a482cbbcd..671e009018 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 f370c; + public final f f373c; 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.f370c = fVar; + this.f373c = 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.f371c = a; + fVar.f374c = 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.f370c, this.b, null, null); + d dVar = new d(this.a, this.f373c, 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 79dc03f4e1..755ecaa586 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 f371c; + public c.f.j.i.a f374c; 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 de78c6326d..220533f23e 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 f372c = new h(); + public final h f375c = 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.f372c.f374s = bounds.width(); - this.f372c.t = bounds.height(); + this.f375c.f377s = bounds.width(); + this.f375c.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.f372c; + h hVar = this.f375c; hVar.b = null; - hVar.f373c = null; + hVar.f376c = 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.f374s = -1; + hVar.f377s = -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.f372c, this, this.d, l.a); + this.h = new a(this.b, this.f375c, this, this.d, l.a); } if (this.g == null) { - this.g = new c.f.g.a.a.h.i.c(this.b, this.f372c); + this.g = new c.f.g.a.a.h.i.c(this.b, this.f375c); } if (this.f == null) { - this.f = new c.f.g.a.a.h.i.b(this.f372c, this); + this.f = new c.f.g.a.a.h.i.b(this.f375c, 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 f5cf01be6a..b7fb75dd20 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 f373c; + public ImageRequest f376c; 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 f374s = -1; + public int f377s = -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 f375x = -1; + public long f378x = -1; /* renamed from: y reason: collision with root package name */ - public long f376y = -1; + public long f379y = -1; /* renamed from: z reason: collision with root package name */ - public long f377z = -1; + public long f380z = -1; public void a() { this.n = -1; @@ -50,12 +50,12 @@ public class h { this.k = -1; this.l = -1; this.m = -1; - this.f375x = -1; - this.f376y = -1; - this.f377z = -1; + this.f378x = -1; + this.f379y = -1; + this.f380z = -1; } public d b() { - return new d(this.a, this.b, this.f373c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, this.q, this.r, this.f374s, this.t, this.u, this.w, this.f375x, this.f376y, null, this.f377z, this.A); + return new d(this.a, this.b, this.f376c, 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.f377s, this.t, this.u, this.w, this.f378x, this.f379y, null, this.f380z, 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 3f96ae3370..57622ac3e7 100644 --- a/app/src/main/java/c/f/g/a/a/h/i/a.java +++ b/app/src/main/java/c/f/g/a/a/h/i/a.java @@ -19,7 +19,7 @@ public class a extends c.f.h.b.a.a { public final h b; /* renamed from: c reason: collision with root package name */ - public final g f378c; + public final g f381c; public final Supplier d; public final Supplier e; public Handler f; @@ -51,7 +51,7 @@ public class a extends c.f.h.b.a.a { public a(b bVar, h hVar, g gVar, Supplier supplier, Supplier supplier2) { this.a = bVar; this.b = hVar; - this.f378c = gVar; + this.f381c = 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.f375x = now; + e.f378x = 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.f376y = now; + e.f379y = 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.f376y = now; + e.f379y = 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 HandlerC0059a(looper, this.f378c); + this.f = new HandlerC0059a(looper, this.f381c); } } } @@ -144,7 +144,7 @@ public class a extends c.f.h.b.a.a { this.f.sendMessage(obtainMessage); return; } - ((f) this.f378c).b(hVar, i); + ((f) this.f381c).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.f378c).a(hVar, i); + ((f) this.f381c).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 1abbbe5a7b..43d69578bc 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.f373c = imageRequest; + hVar.f376c = 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.f373c = imageRequest; + hVar.f376c = 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.f373c = imageRequest; + hVar.f376c = imageRequest; hVar.b = str; hVar.r = z2; } diff --git a/app/src/main/java/c/f/g/b/b.java b/app/src/main/java/c/f/g/b/b.java index acfff3ed97..f2b16764a5 100644 --- a/app/src/main/java/c/f/g/b/b.java +++ b/app/src/main/java/c/f/g/b/b.java @@ -11,7 +11,7 @@ public class b extends a { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public final Handler f379c = new Handler(Looper.getMainLooper()); + public final Handler f382c = new Handler(Looper.getMainLooper()); public ArrayList d = new ArrayList<>(); public ArrayList e = new ArrayList<>(); public final Runnable f = new a(); diff --git a/app/src/main/java/c/f/g/b/c.java b/app/src/main/java/c/f/g/b/c.java index 45217ce158..ffa70ae775 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 f380c = new ArrayBlockingQueue(20); + public final Queue f383c = 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.f380c.size() + 1 > 20) { - this.f380c.poll(); + if (this.f383c.size() + 1 > 20) { + this.f383c.poll(); } - this.f380c.add(aVar); + this.f383c.add(aVar); } } public String toString() { - return this.f380c.toString(); + return this.f383c.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 3d38b35f72..89edaea8a2 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 f385c = 0; + public int f388c = 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 f1cba643e3..aa681ac9da 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 f386c; + public final /* synthetic */ Object f389c; 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.f386c = obj; + this.f389c = 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.f386c, this.d, this.e); + return this.f.b(this.a, this.b, this.f389c, this.d, this.e); } public String toString() { i J2 = AnimatableValueParser.J2(this); - J2.c("request", this.f386c.toString()); + J2.c("request", this.f389c.toString()); return J2.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 a39e41241a..68155e1f26 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 f387s = new Matrix(); + public final Matrix f390s = 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 f388x; + public int f391x; /* renamed from: y reason: collision with root package name */ - public int f389y; + public int f392y; /* renamed from: z reason: collision with root package name */ - public int f390z; + public int f393z; public a() { c(); @@ -55,18 +55,18 @@ public class a extends Drawable implements b { } public final void a(Canvas canvas, String str, String str2, int i) { - String t = c.d.b.a.a.t(str, ": "); - float measureText = this.r.measureText(t); + String u = c.d.b.a.a.u(str, ": "); + float measureText = this.r.measureText(u); float measureText2 = this.r.measureText(str2); this.r.setColor(1711276032); - int i2 = this.f389y; - int i3 = this.f390z; - canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f388x + 8), this.r); + int i2 = this.f392y; + int i3 = this.f393z; + canvas.drawRect((float) (i2 - 4), (float) (i3 + 8), ((float) i2) + measureText + measureText2 + 4.0f, (float) (i3 + this.f391x + 8), this.r); this.r.setColor(-1); - canvas.drawText(t, (float) this.f389y, (float) this.f390z, this.r); + canvas.drawText(u, (float) this.f392y, (float) this.f393z, this.r); this.r.setColor(i); - canvas.drawText(str2, ((float) this.f389y) + measureText, (float) this.f390z, this.r); - this.f390z += this.f388x; + canvas.drawText(str2, ((float) this.f392y) + measureText, (float) this.f393z, this.r); + this.f393z += this.f391x; } 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.f389y = this.v; - this.f390z = this.w; + this.f392y = this.v; + this.f393z = 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.f387s.reset(); - scalingUtils$ScaleType2.a(this.f387s, this.t, i4, i5, 0.0f, 0.0f); + this.f390s.reset(); + scalingUtils$ScaleType2.a(this.f390s, 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.f387s.mapRect(rectF); + this.f390s.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.f388x = i; + this.f391x = i; int i2 = this.q; if (i2 == 80) { - this.f388x = i * -1; + this.f391x = 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 9e5c5ed594..0e1f91e4d4 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 f391c; + public b f394c; public a(b bVar) { - this.f391c = bVar; + this.f394c = 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.f391c; + b bVar = this.f394c; 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 a2cea66a0a..9359d34cda 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.f392c = colorFilter; + eVar.f395c = 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 8cfee5b8b4..4f5796c18b 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 f392c = null; + public ColorFilter f395c = 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 2433774753..b7adddae8e 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 f393s; + public final int f396s; 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[] f394x; + public int[] f397x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public int[] f395y; + public int[] f398y; @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public int f396z; + public int f399z; /* 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.f394x = iArr; - this.f395y = new int[drawableArr.length]; - this.f396z = 255; + this.f397x = iArr; + this.f398y = new int[drawableArr.length]; + this.f399z = 255; this.A = new boolean[drawableArr.length]; this.B = 0; this.r = z2; int i2 = z2 ? 255 : 0; - this.f393s = i2; + this.f396s = i2; this.t = i; this.u = 2; Arrays.fill(iArr, i2); - this.f394x[0] = 255; - Arrays.fill(this.f395y, i2); - this.f395y[0] = 255; + this.f397x[0] = 255; + Arrays.fill(this.f398y, i2); + this.f398y[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.f395y, 0, this.f394x, 0, this.q.length); + System.arraycopy(this.f398y, 0, this.f397x, 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.f395y[i4] * this.f396z)) / 255.0d); + int ceil = (int) Math.ceil(((double) (this.f398y[i4] * this.f399z)) / 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.f395y[i] = this.A[i] ? 255 : 0; + this.f398y[i] = this.A[i] ? 255 : 0; } invalidateSelf(); } @Override // android.graphics.drawable.Drawable public int getAlpha() { - return this.f396z; + return this.f399z; } 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.f395y; - iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f394x[i])); + int[] iArr = this.f398y; + iArr[i] = (int) ((((float) (i2 * 255)) * f) + ((float) this.f397x[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.f396z != i) { - this.f396z = i; + if (this.f399z != i) { + this.f399z = 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 c438219598..6820ad41d2 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.f392c = colorFilter; + eVar.f395c = 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 870b8fd49a..81cd6accc0 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 f397s = new Path(); + public final Path f400s = 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.f397s.reset(); + this.f400s.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.f397s.addCircle(this.v.centerX(), this.v.centerY(), Math.min(this.v.width(), this.v.height()) / 2.0f, Path.Direction.CW); + this.f400s.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.f397s.addRoundRect(this.v, fArr, Path.Direction.CW); + this.f400s.addRoundRect(this.v, fArr, Path.Direction.CW); } else { - this.f397s.addRoundRect(this.v, this.i, Path.Direction.CW); + this.f400s.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.O1(this.u, this.w)); this.l.setStyle(Paint.Style.FILL); this.l.setFilterBitmap(this.r); - canvas.drawPath(this.f397s, this.l); + canvas.drawPath(this.f400s, this.l); if (this.n != 0.0f) { this.l.setColor(AnimatableValueParser.O1(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 c0be2ac459..ccd37d96b5 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 f398s = new Paint(1); + public final Paint f401s = 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 f399x = 0.0f; + public float f402x = 0.0f; /* renamed from: y reason: collision with root package name */ - public boolean f400y = false; + public boolean f403y = false; /* renamed from: z reason: collision with root package name */ - public boolean f401z = false; + public boolean f404z = 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.f400y) { + if (this.f403y) { 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.f398s.setStyle(Paint.Style.FILL); - this.f398s.setColor(this.w); - this.f398s.setStrokeWidth(0.0f); - this.f398s.setFilterBitmap(this.f401z); + this.f401s.setStyle(Paint.Style.FILL); + this.f401s.setColor(this.w); + this.f401s.setStrokeWidth(0.0f); + this.f401s.setFilterBitmap(this.f404z); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.A, this.f398s); + canvas.drawPath(this.A, this.f401s); 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.f398s); + canvas.drawRect(f2, rectF3.top, f2 + width, rectF3.bottom, this.f401s); RectF rectF4 = this.n; float f3 = rectF4.right; - canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f398s); + canvas.drawRect(f3 - width, rectF4.top, f3, rectF4.bottom, this.f401s); } 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.f398s); + canvas.drawRect(f4, f5, rectF5.right, f5 + height, this.f401s); RectF rectF6 = this.n; float f6 = rectF6.left; float f7 = rectF6.bottom; - canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f398s); + canvas.drawRect(f6, f7 - height, rectF6.right, f7, this.f401s); } } } else if (h == 1) { @@ -130,32 +130,32 @@ public class m extends g implements j { canvas.restoreToCount(save2); } if (this.v != 0) { - this.f398s.setStyle(Paint.Style.STROKE); - this.f398s.setColor(this.v); - this.f398s.setStrokeWidth(this.u); + this.f401s.setStyle(Paint.Style.STROKE); + this.f401s.setColor(this.v); + this.f401s.setStrokeWidth(this.u); this.A.setFillType(Path.FillType.EVEN_ODD); - canvas.drawPath(this.B, this.f398s); + canvas.drawPath(this.B, this.f401s); } } @Override // c.f.g.e.j public void e(boolean z2) { - if (this.f401z != z2) { - this.f401z = z2; + if (this.f404z != z2) { + this.f404z = z2; invalidateSelf(); } } @Override // c.f.g.e.j public void f(boolean z2) { - this.f400y = z2; + this.f403y = z2; p(); invalidateSelf(); } @Override // c.f.g.e.j public void i(float f) { - this.f399x = f; + this.f402x = 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.f399x; + float f = this.f402x; 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.f399x; + float f2 = -this.f402x; 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.f399x) - (this.u / 2.0f); + fArr[i] = (this.q[i] + this.f402x) - (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 097d6a8bfa..5870b3c48d 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[] f402s; + public float[] f405s; @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 f403x; + public RectF f406x; @VisibleForTesting /* renamed from: y reason: collision with root package name */ - public final Matrix f404y = new Matrix(); + public final Matrix f407y = new Matrix(); @VisibleForTesting /* renamed from: z reason: collision with root package name */ - public final Matrix f405z = new Matrix(); + public final Matrix f408z = 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.f402s == null) { - this.f402s = new float[8]; + if (this.f405s == null) { + this.f405s = new float[8]; } for (int i2 = 0; i2 < this.r.length; i2++) { - this.f402s[i2] = this.q[i2] - this.l; + this.f405s[i2] = this.q[i2] - this.l; } - this.m.addRoundRect(this.t, this.f402s, Path.Direction.CW); + this.m.addRoundRect(this.t, this.f405s, 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.f404y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); + this.f407y.setRectToRect(this.v, this.w, Matrix.ScaleToFit.FILL); if (this.H) { - RectF rectF = this.f403x; + RectF rectF = this.f406x; if (rectF == null) { - this.f403x = new RectF(this.t); + this.f406x = new RectF(this.t); } else { rectF.set(this.t); } - RectF rectF2 = this.f403x; + RectF rectF2 = this.f406x; float f = this.l; rectF2.inset(f, f); if (this.D == null) { this.D = new Matrix(); } - this.D.setRectToRect(this.t, this.f403x, Matrix.ScaleToFit.FILL); + this.D.setRectToRect(this.t, this.f406x, Matrix.ScaleToFit.FILL); } else { Matrix matrix2 = this.D; if (matrix2 != null) { matrix2.reset(); } } - if (!this.A.equals(this.B) || !this.f404y.equals(this.f405z) || ((matrix = this.D) != null && !matrix.equals(this.E))) { + if (!this.A.equals(this.B) || !this.f407y.equals(this.f408z) || ((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.f404y); + this.F.preConcat(this.f407y); this.B.set(this.A); - this.f405z.set(this.f404y); + this.f408z.set(this.f407y); 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 e0a881c63d..8fdabaecb8 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 f406s = new Matrix(); + public Matrix f409s = 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.f406s; + Matrix matrix = this.f409s; 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.f406s; + this.r = this.f409s; } } 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 d51eb4fdcb..57a23ce292 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 f407c; + public Resources f410c; 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.f407c = resources; + this.f410c = 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 56b73b74f0..4e90a6a1f1 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.f2244c = true; + draweeHolder.f2247c = 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 6494279ed2..c349cd4fe3 100644 --- a/app/src/main/java/c/f/g/f/c.java +++ b/app/src/main/java/c/f/g/f/c.java @@ -9,14 +9,23 @@ public class c { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public float[] f408c = null; + public float[] f411c = null; public int d = 0; public float e = 0.0f; public int f = 0; public float g = 0.0f; public boolean h = false; - public c a(@ColorInt int i) { + public static c a(float f) { + c cVar = new c(); + if (cVar.f411c == null) { + cVar.f411c = new float[8]; + } + Arrays.fill(cVar.f411c, f); + return cVar; + } + + public c b(@ColorInt int i) { this.d = i; this.a = 1; return this; @@ -31,7 +40,7 @@ public class c { } c cVar = (c) obj; if (this.b == cVar.b && this.d == cVar.d && Float.compare(cVar.e, this.e) == 0 && this.f == cVar.f && Float.compare(cVar.g, this.g) == 0 && this.a == cVar.a && this.h == cVar.h) { - return Arrays.equals(this.f408c, cVar.f408c); + return Arrays.equals(this.f411c, cVar.f411c); } return false; } @@ -39,7 +48,7 @@ public class c { public int hashCode() { int i = this.a; int h = (((i != 0 ? b.h(i) : 0) * 31) + (this.b ? 1 : 0)) * 31; - float[] fArr = this.f408c; + float[] fArr = this.f411c; 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 5200a9d781..53a3ca3f34 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.f408c); + jVar.m(cVar.f411c); 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 b901d6546c..43144e9197 100644 --- a/app/src/main/java/c/f/g/g/a.java +++ b/app/src/main/java/c/f/g/g/a.java @@ -12,7 +12,7 @@ public class a { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public boolean f409c = false; + public boolean f412c = false; @VisibleForTesting public boolean d = false; @VisibleForTesting diff --git a/app/src/main/java/c/f/h/a/a/c.java b/app/src/main/java/c/f/h/a/a/c.java index e4c3d04756..85da2580c3 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 f410c; + public final ScheduledExecutorService f413c; 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.f410c = scheduledExecutorService; + this.f413c = scheduledExecutorService; } public final synchronized void c() { if (!this.d) { this.d = true; - this.f410c.schedule(this.g, 1000, TimeUnit.MILLISECONDS); + this.f413c.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 5e920f4e8a..ae9a7ae147 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 f411c; + public final d f414c; 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.f411c = dVar; + this.f414c = 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.f411c.a(); + return this.f414c.a(); } @Override // c.f.h.a.a.d public int b() { - return this.f411c.b(); + return this.f414c.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.f411c.e(i); + return this.f414c.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.f427c, rect).equals(aVar.d)) { + if (!c.f.j.a.c.a.a(aVar.f430c, 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.f414c = new c.f.j.a.c.d(aVar, bVar.d); + bVar.f417c = 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).f427c.getWidth(); + int width = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f430c.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).f427c.getHeight(); + int height = ((c.f.j.a.c.a) ((c.f.h.a.b.f.b) this.d).b).f430c.getHeight(); this.j = height; if (height == -1) { Rect rect2 = this.h; diff --git a/app/src/main/java/c/f/h/a/b/d/a.java b/app/src/main/java/c/f/h/a/b/d/a.java index 111fa07658..414617592e 100644 --- a/app/src/main/java/c/f/h/a/b/d/a.java +++ b/app/src/main/java/c/f/h/a/b/d/a.java @@ -6,7 +6,7 @@ public class a implements CacheKey { public final String a; public a(int i) { - this.a = c.d.b.a.a.k("anim://", i); + this.a = c.d.b.a.a.l("anim://", i); } @Override // com.facebook.cache.common.CacheKey diff --git a/app/src/main/java/c/f/h/a/b/d/b.java b/app/src/main/java/c/f/h/a/b/d/b.java index 53009f3d04..8e334f6528 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> f412c = new SparseArray<>(); + public final SparseArray> f415c = 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.f428c); + CloseableReference c2 = cVar.b.c(new c.b(cVar.a, i), C, cVar.f431c); if (CloseableReference.z(c2)) { - closeableReference2 = this.f412c.get(i); - this.f412c.put(i, c2); + closeableReference2 = this.f415c.get(i); + this.f415c.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.f412c.size(); i++) { - CloseableReference valueAt = this.f412c.valueAt(i); + for (int i = 0; i < this.f415c.size(); i++) { + CloseableReference valueAt = this.f415c.valueAt(i); if (valueAt != null) { valueAt.close(); } } - this.f412c.clear(); + this.f415c.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.f412c.get(i); + CloseableReference closeableReference2 = this.f415c.get(i); if (closeableReference2 != null) { - this.f412c.delete(i); + this.f415c.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.f428c); + this.d = cVar.b.c(new c.b(cVar.a, i), C, cVar.f431c); } 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 21f11a4e5b..4774c8a591 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 f413c; + public final Bitmap.Config f416c; 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.f413c); + closeableReference = c.this.a.a(this.j.i(), this.j.g(), c.this.f416c); 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.f413c = config; + this.f416c = 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 5aa72238fb..5bee7f78d1 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).f427c.b(); + return ((c.f.j.a.c.a) this.a).f430c.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 d162dc6b09..876fc0dd73 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 f414c; + public d f417c; 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.f414c = new d(aVar, aVar2); + this.f417c = new d(aVar, aVar2); } public boolean a(int i, Bitmap bitmap) { try { - this.f414c.d(i, bitmap); + this.f417c.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 1896cdaaa3..65ea95792c 100644 --- a/app/src/main/java/c/f/h/a/c/a.java +++ b/app/src/main/java/c/f/h/a/c/a.java @@ -22,17 +22,17 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { public long r; /* renamed from: s reason: collision with root package name */ - public long f415s; + public long f418s; public int t; public long u; public int v; public volatile b w; /* renamed from: x reason: collision with root package name */ - public e f416x; + public e f419x; /* renamed from: y reason: collision with root package name */ - public final Runnable f417y; + public final Runnable f420y; /* compiled from: AnimatedDrawable2 */ /* renamed from: c.f.h.a.c.a$a reason: collision with other inner class name */ @@ -43,7 +43,7 @@ public class a extends Drawable implements Animatable, c.f.f.a.a { @Override // java.lang.Runnable public void run() { a aVar = a.this; - aVar.unscheduleSelf(aVar.f417y); + aVar.unscheduleSelf(aVar.f420y); 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.f417y = new RunnableC0062a(); + this.f420y = 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.f417y, j7); + scheduleSelf(this.f420y, 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.f416x == null) { - this.f416x = new e(); + if (this.f419x == null) { + this.f419x = new e(); } - this.f416x.a = i2; + this.f419x.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.f416x == null) { - this.f416x = new e(); + if (this.f419x == null) { + this.f419x = new e(); } - e eVar = this.f416x; - eVar.f392c = colorFilter; + e eVar = this.f419x; + eVar.f395c = 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.f415s; + this.o = uptimeMillis - this.f418s; 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.f415s = uptimeMillis - this.o; + this.f418s = uptimeMillis - this.o; this.t = this.q; this.m = false; this.n = 0; this.p = 0; this.o = -1; this.q = -1; - unscheduleSelf(this.f417y); + unscheduleSelf(this.f420y); 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 da9e2f2d29..2a512db5c3 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 f418c; + public final ExecutorService f421c; 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.f418c = executorService; + this.f421c = 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.f418c); + cVar2 = new c.f.h.a.b.e.c(this.e, bVar3, Bitmap.Config.ARGB_8888, this.f421c); 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 86c5d0cfb3..81517ee523 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 f419c; + public Map f422c; 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 653b5f26a7..097856068a 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[] f420c; + public static final byte[] f423c; 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}; - f420c = bArr2; + f423c = 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 = f420c; + byte[] bArr4 = f423c; 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.f421c; + return b.f424c; } 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 8b3e8c3aa8..21a147d18e 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 f421c = new c("GIF", IconUtils.ANIMATED_IMAGE_EXTENSION); + public static final c f424c = 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 9a0f8f9c3c..1692beea05 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 f422c; + public List f425c; 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.f422c; + List list = c2.f425c; 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.f422c; + List list = this.f425c; 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 522c6186da..04d51a9c5a 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 f423c; + public final int f426c; 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.f423c = i4; + this.f426c = 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 fa1778de35..dad66ce7a7 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> f424c; + public List> f427c; 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.f424c = CloseableReference.r(fVar.f425c); + this.f427c = CloseableReference.r(fVar.f428c); 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 51f85a099c..f4843220fa 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> f425c; + public List> f428c; public int d; public a e; @@ -26,8 +26,8 @@ public class f { closeableReference.close(); } this.b = null; - CloseableReference.t(this.f425c); - this.f425c = null; + CloseableReference.t(this.f428c); + this.f428c = 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.f425c); - this.f425c = null; + CloseableReference.t(this.f428c); + this.f428c = 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 94b9ad0076..d61b64e57f 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 f426c; + public final b f429c; public final PlatformBitmapFactory d; static { @@ -34,7 +34,7 @@ public class e implements d { } public e(b bVar, PlatformBitmapFactory platformBitmapFactory) { - this.f426c = bVar; + this.f429c = 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.f425c = CloseableReference.r(null); + fVar.f428c = 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 847bec8313..941f64243e 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 f427c; + public final c f430c; 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.f427c = cVar; + this.f430c = 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.f427c, rect); + this.d = a(this.f430c, rect); this.i = z2; - this.f = new b[this.f427c.a()]; - for (int i5 = 0; i5 < this.f427c.a(); i5++) { - this.f[i5] = this.f427c.f(i5); + this.f = new b[this.f430c.a()]; + for (int i5 = 0; i5 < this.f430c.a(); i5++) { + this.f[i5] = this.f430c.f(i5); } } @@ -64,7 +64,7 @@ public class a implements c.f.j.a.a.a { } public int b() { - return this.f427c.a(); + return this.f430c.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.f427c.d(i); + d d = this.f430c.d(i); try { - if (this.f427c.e()) { + if (this.f430c.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.f427c.getWidth()); - double height = ((double) this.d.height()) / ((double) this.f427c.getHeight()); + double width = ((double) this.d.width()) / ((double) this.f430c.getWidth()); + double height = ((double) this.d.height()) / ((double) this.f430c.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 c717172b46..68ce8a5f41 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 f428c = new a(); + public final m.b f431c = 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 06f3b5a7d3..2a0793d27d 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 f429c; + public final Paint f432c; /* compiled from: AnimatedImageCompositor */ public interface a { @@ -27,7 +27,7 @@ public class d { this.a = aVar; this.b = aVar2; Paint paint = new Paint(); - this.f429c = paint; + this.f432c = 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.f423c), (float) (i2 + bVar.d), this.f429c); + canvas.drawRect((float) i, (float) i2, (float) (i + bVar.f426c), (float) (i2 + bVar.d), this.f432c); } public final boolean b(b bVar) { - return bVar.a == 0 && bVar.b == 0 && bVar.f423c == ((a) this.a).d.width() && bVar.d == ((a) this.a).d.height(); + return bVar.a == 0 && bVar.b == 0 && bVar.f426c == ((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 64e3c00473..e7b5639ee6 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 f430c; + public final f f433c; 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.f430c = fVar; + this.f433c = 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.f430c, bVar.f430c) && 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.f433c, bVar.f433c) && 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.f430c, 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.f433c, 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 c9a6b3bba2..15e099a12f 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 f431c; + public final j f434c; 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.f431c = jVar; + this.f434c = 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.f2965c : z.g.d; + return ((Boolean) eVar).booleanValue() ? z.g.f2968c : 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 c5a27f8f83..2393c2d69f 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 f432c = 0; + public int f435c = 0; public l(b0 b0Var) { this.a = b0Var; @@ -22,7 +22,7 @@ public class l { } public synchronized int b() { - return this.f432c; + return this.f435c; } 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.f432c -= c(remove); + this.f435c -= c(remove); this.b.put(k, v); - this.f432c += c(v); + this.f435c += c(v); return remove; } public synchronized V e(K k) { V remove; remove = this.b.remove(k); - this.f432c -= c(remove); + this.f435c -= c(remove); return remove; } @@ -58,7 +58,7 @@ public class l { next.getKey(); } arrayList.add(next.getValue()); - this.f432c -= c(next.getValue()); + this.f435c -= 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 ea08a4d5fc..e78f8c908b 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 f433c = 0; + public int f436c = 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 4192f516e7..f341bdd397 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.f2253c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); + return new b(imageRequest.f2256c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, null, null, obj); } public CacheKey b(ImageRequest imageRequest, Object obj) { - return new f(imageRequest.f2253c.toString()); + return new f(imageRequest.f2256c.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.f2253c.toString(), imageRequest.i, imageRequest.j, imageRequest.h, cacheKey, str, obj); + return new b(imageRequest.f2256c.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 9f790eaef1..64934e9ad9 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> f434c; + public final l> f437c; 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.f433c > 0); - aVar.f433c--; + AnimatableValueParser.B(aVar.f436c > 0); + aVar.f436c--; } 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.f433c == 0) { + if (!aVar.d && aVar.f436c == 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.f434c = new l<>(new u(this, b0Var)); + this.f437c = 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.f434c.e(k); + m.a e2 = this.f437c.e(k); Objects.requireNonNull(e2); - if (e2.f433c == 0) { + if (e2.f436c == 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.f434c.e(k); + m.a e2 = this.f437c.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.f434c.d(k, aVar); + this.f437c.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.f434c; + l> lVar = this.f437c; 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.f434c.f(jVar); + f2 = this.f437c.f(jVar); h(f2); } i(f2); @@ -202,11 +202,11 @@ public class v implements m, w { } public synchronized int e() { - return this.f434c.a() - this.b.a(); + return this.f437c.a() - this.b.a(); } public synchronized int f() { - return this.f434c.b() - this.b.b(); + return this.f437c.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.f434c; + l> lVar = this.f437c; 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.f2246c, memoryCacheParams2.a - f())); + p = p(min, Math.min(memoryCacheParams2.f2249c, 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.f433c++; + aVar.f436c++; } 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.f433c != 0) ? null : aVar.b; + return (!aVar.d || aVar.f436c != 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.f434c.e(next)); + arrayList.add(this.f437c.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 5ac79dff60..60b46a60f7 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 f435c = Integer.MAX_VALUE; + public final int f438c = 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.f435c == bVar.f435c && this.d == bVar.d; + return this.b == bVar.b && this.f438c == bVar.f438c && this.d == bVar.d; } public int hashCode() { - return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f435c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; + return ((((((this.d.ordinal() + (((((((((((this.b * 31) + this.f438c) * 31) + 0) * 31) + 0) * 31) + 0) * 31) + 0) * 31)) * 31) + 0) * 31) + 0) * 31) + 0; } public String toString() { - StringBuilder N = a.N("ImageDecodeOptions{"); + StringBuilder P = a.P("ImageDecodeOptions{"); i J2 = AnimatableValueParser.J2(this); J2.a("minDecodeIntervalMs", this.b); - J2.a("maxDimensionPx", this.f435c); + J2.a("maxDimensionPx", this.f438c); J2.b("decodePreviewFrame", false); J2.b("useLastFrameForPreview", false); J2.b("decodeAllFrames", false); @@ -45,6 +45,6 @@ public class b { J2.c("customImageDecoder", null); J2.c("bitmapTransformation", null); J2.c("colorSpace", null); - return a.F(N, J2.toString(), "}"); + return a.H(P, J2.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 192f28ab84..ef83f8169b 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 f436c; + public final float f439c; 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.f436c = 2048.0f; + this.f439c = 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 76c9951786..153e911014 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 f437c; + public final int f440c; public final boolean d; public f(int i, boolean z2) { - this.f437c = i; + this.f440c = i; this.d = z2; } public int a() { if (!c()) { - return this.f437c; + return this.f440c; } throw new IllegalStateException("Rotation is set to use EXIF"); } public boolean b() { - return this.f437c != -2; + return this.f440c != -2; } public boolean c() { - return this.f437c == -1; + return this.f440c == -1; } public boolean equals(@Nullable Object obj) { @@ -39,14 +39,14 @@ public class f { return false; } f fVar = (f) obj; - return this.f437c == fVar.f437c && this.d == fVar.d; + return this.f440c == fVar.f440c && this.d == fVar.d; } public int hashCode() { - return AnimatableValueParser.W0(Integer.valueOf(this.f437c), Boolean.valueOf(this.d)); + return AnimatableValueParser.W0(Integer.valueOf(this.f440c), Boolean.valueOf(this.d)); } public String toString() { - return String.format(null, "%d defer:%b", Integer.valueOf(this.f437c), Boolean.valueOf(this.d)); + return String.format(null, "%d defer:%b", Integer.valueOf(this.f440c), Boolean.valueOf(this.d)); } } diff --git a/app/src/main/java/c/f/j/e/b.java b/app/src/main/java/c/f/j/e/b.java index 2036278066..3cfad855e8 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 f438c; + public final Executor f441c; public final Executor d; public final ScheduledExecutorService e; public b(int i) { this.b = Executors.newFixedThreadPool(i, new n(10, "FrescoDecodeExecutor", true)); - this.f438c = Executors.newFixedThreadPool(i, new n(10, "FrescoBackgroundExecutor", true)); + this.f441c = 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.f438c; + return this.f441c; } @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 c6736174b8..1c9d01e89a 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.f2234c, diskCacheConfig.b, diskCacheConfig.h); + e eVar = new e(diskCacheConfig.a, diskCacheConfig.f2237c, 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 621e2fa27a..763fecf3bf 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 f439c; + public final d f442c; 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.f439c = new b(set2); + this.f442c = 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.f439c); + b0 b0Var = new b0(eVar2, this.f442c); 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.f2253c)) { + if (c.f.d.l.b.e(imageRequest.f2256c)) { 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.f439c); + b0 b0Var = new b0(eVar2, this.f442c); 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.f439c); + b0 b0Var = new b0(eVar2, this.f442c); 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 b2c637397a..082e4a575a 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 f440c; + public final Supplier f443c; 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 f441s; + public final Set f444s; 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 f442x; + public final boolean f445x; /* renamed from: y reason: collision with root package name */ - public final c.f.j.g.a f443y; + public final c.f.j.g.a f446y; /* renamed from: z reason: collision with root package name */ - public final c.f.j.c.a f444z; + public final c.f.j.c.a f447z; /* 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 f445c = false; + public boolean f448c = 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.f440c = supplier == null ? new DefaultBitmapMemoryCacheParamsSupplier((ActivityManager) aVar.b.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)) : supplier; + this.f443c = 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.f445c; + this.g = aVar.f448c; 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.f441s = new HashSet(); + this.f444s = 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.f442x = aVar.g; - this.f443y = aVar.h; - this.f444z = new c.f.j.c.k(); + this.f445x = aVar.g; + this.f446y = aVar.h; + this.f447z = 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 b79d0c08e6..5e02f1ad3c 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 f446c; + public final boolean f449c; 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 f447c = new c.f.d.d.k(Boolean.FALSE); + public Supplier f450c = 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.f446c = bVar.b; - this.d = bVar.f447c; + this.f449c = bVar.b; + this.d = bVar.f450c; 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 92b7ada555..f5226655cc 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 f448c; + public final j f451c; 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 f449s; + public d f452s; public a t; public l(j jVar) { c.f.j.r.b.b(); Objects.requireNonNull(jVar); - this.f448c = jVar; + this.f451c = jVar; Objects.requireNonNull(jVar.w); this.b = new g1(jVar.j.b()); Objects.requireNonNull(jVar.w); CloseableReference.j = 0; - this.d = new a(jVar.f443y); + this.d = new a(jVar.f446y); 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.f448c.w); + Objects.requireNonNull(this.f451c.w); } if (this.o == null) { - ContentResolver contentResolver = this.f448c.f.getApplicationContext().getContentResolver(); + ContentResolver contentResolver = this.f451c.f.getApplicationContext().getContentResolver(); if (this.n == null) { - j jVar = this.f448c; + j jVar = this.f451c; 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.f448c); + Objects.requireNonNull(this.f451c); a b = b(); b bVar2 = null; if (b != null) { - bVar2 = b.b(this.f448c.b); - bVar = b.c(this.f448c.b); + bVar2 = b.b(this.f451c.b); + bVar = b.c(this.f451c.b); } else { bVar = null; } - Objects.requireNonNull(this.f448c); + Objects.requireNonNull(this.f451c); this.k = new c.f.j.h.a(bVar2, bVar, h()); } b bVar3 = this.k; - j jVar2 = this.f448c; + j jVar2 = this.f451c; c.f.j.h.c cVar = jVar2.r; boolean z2 = jVar2.g; boolean z3 = jVar2.u; Objects.requireNonNull(jVar2.w); - j jVar3 = this.f448c; + j jVar3 = this.f451c; e eVar = jVar3.j; g d = jVar3.q.d(0); - this.f448c.q.e(); + this.f451c.q.e(); s d2 = d(); s e = e(); f f2 = f(); f i = i(); - i iVar = this.f448c.e; + i iVar = this.f451c.e; PlatformBitmapFactory g = g(); - Objects.requireNonNull(this.f448c.w); - Objects.requireNonNull(this.f448c.w); - Objects.requireNonNull(this.f448c.w); - k kVar = this.f448c.w; + Objects.requireNonNull(this.f451c.w); + Objects.requireNonNull(this.f451c.w); + Objects.requireNonNull(this.f451c.w); + k kVar = this.f451c.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.f448c; + j jVar4 = this.f451c; n0 n0Var = jVar4.o; boolean z4 = jVar4.u; Objects.requireNonNull(jVar4.w); f1 f1Var = this.b; - j jVar5 = this.f448c; + j jVar5 = this.f451c; boolean z5 = jVar5.g; Objects.requireNonNull(jVar5.w); - j jVar6 = this.f448c; - boolean z6 = jVar6.f442x; + j jVar6 = this.f451c; + boolean z6 = jVar6.f445x; if (this.m == null) { Objects.requireNonNull(jVar6.w); - k kVar2 = this.f448c.w; + k kVar2 = this.f451c.w; this.m = new e(kVar2.a, false, null, null, kVar2.f); } c.f.j.s.c cVar2 = this.m; - Objects.requireNonNull(this.f448c.w); - Objects.requireNonNull(this.f448c.w); - Objects.requireNonNull(this.f448c.w); - Objects.requireNonNull(this.f448c.w); + Objects.requireNonNull(this.f451c.w); + Objects.requireNonNull(this.f451c.w); + Objects.requireNonNull(this.f451c.w); + Objects.requireNonNull(this.f451c.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.f448c.f441s); - Set unmodifiableSet2 = Collections.unmodifiableSet(this.f448c.t); - Supplier supplier = this.f448c.l; + Set unmodifiableSet = Collections.unmodifiableSet(this.f451c.f444s); + Set unmodifiableSet2 = Collections.unmodifiableSet(this.f451c.t); + Supplier supplier = this.f451c.l; s d3 = d(); s e2 = e(); f f3 = f(); f i4 = i(); - j jVar7 = this.f448c; + j jVar7 = this.f451c; 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.f448c); + return new h(pVar, unmodifiableSet, unmodifiableSet2, supplier, d3, e2, f3, i4, iVar2, f1Var2, supplier2, null, null, this.f451c); } public final a b() { if (this.t == null) { PlatformBitmapFactory g = g(); - e eVar = this.f448c.j; + e eVar = this.f451c.j; m c2 = c(); - boolean z2 = this.f448c.w.f446c; + boolean z2 = this.f451c.w.f449c; 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.f448c; - c.f.j.c.a aVar = jVar.f444z; - Supplier supplier = jVar.f440c; + j jVar = this.f451c; + c.f.j.c.a aVar = jVar.f447z; + Supplier supplier = jVar.f443c; 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.f448c.k; + r rVar = this.f451c.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.f448c); + Objects.requireNonNull(this.f451c); if (this.g == null) { - j jVar = this.f448c; + j jVar = this.f451c; 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.f448c.k; + r rVar = this.f451c.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.f448c; + j jVar = this.f451c; this.j = ((c) jVar.h).a(jVar.m); } h hVar = this.j; - j jVar2 = this.f448c; + j jVar2 = this.f451c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.i = new f(hVar, xVar.d(0), this.f448c.q.e(), this.f448c.j.e(), this.f448c.j.d(), this.f448c.k); + this.i = new f(hVar, xVar.d(0), this.f451c.q.e(), this.f451c.j.e(), this.f451c.j.d(), this.f451c.k); } return this.i; } public PlatformBitmapFactory g() { if (this.r == null) { - x xVar = this.f448c.q; + x xVar = this.f451c.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.f449s == null) { - j jVar = this.f448c; + if (this.f452s == null) { + j jVar = this.f451c; 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.f449s = dVar; + this.f452s = dVar; } - return this.f449s; + return this.f452s; } public final f i() { if (this.p == null) { if (this.q == null) { - j jVar = this.f448c; + j jVar = this.f451c; this.q = ((c) jVar.h).a(jVar.v); } h hVar = this.q; - j jVar2 = this.f448c; + j jVar2 = this.f451c; x xVar = jVar2.q; Objects.requireNonNull(jVar2); - this.p = new f(hVar, xVar.d(0), this.f448c.q.e(), this.f448c.j.e(), this.f448c.j.d(), this.f448c.k); + this.p = new f(hVar, xVar.d(0), this.f451c.q.e(), this.f451c.j.e(), this.f451c.j.d(), this.f451c.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 a9836da90e..eead6154db 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 f450c; + public AssetManager f453c; 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 f451s; + public final PlatformBitmapFactory f454s; 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 f452x; + public final int f455x; /* renamed from: y reason: collision with root package name */ - public final boolean f453y; + public final boolean f456y; 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.f450c = context.getApplicationContext().getAssets(); + this.f453c = 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.f451s = platformBitmapFactory; + this.f454s = platformBitmapFactory; this.q = new d<>(i4); this.r = new d<>(i4); this.t = i; this.u = i2; this.v = z5; - this.f452x = i3; + this.f455x = i3; this.w = aVar2; - this.f453y = z6; + this.f456y = 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 cba55f18d8..e1f269b6a5 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 f454c; + public final n0 f457c; 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> f455s; + public v0> f458s; @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>> f456x; + public Map>, v0>> f459x; 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.f454c = n0Var; + this.f457c = n0Var; this.d = z2; new HashMap(); - this.f456x = new HashMap(); + this.f459x = 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.f454c)); + v0 m = m(new m0(oVar.k, oVar.d, this.f457c)); 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.f2253c; + Uri uri = imageRequest.f2256c; 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.f451s, oVar3.j.c()); + s0 s0Var = new s0(r0Var, oVar3.f454s, 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.f456x.get(r0Var); + v0> v0Var2 = this.f459x.get(r0Var); if (v0Var2 == null) { o oVar5 = this.b; i iVar = new i(r0Var, oVar5.t, oVar5.u, oVar5.v); - this.f456x.put(r0Var, iVar); + this.f459x.put(r0Var, iVar); r0Var = iVar; } else { r0Var = v0Var2; } } } - if (this.m && imageRequest.f2254s > 0) { + if (this.m && imageRequest.f2257s > 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.f450c)); + this.t = k(new d0(oVar.j.e(), oVar.k, oVar.f453c)); } return this.t; } @@ -282,11 +282,11 @@ public class p { } public final synchronized v0> f() { - if (this.f455s == null) { + if (this.f458s == null) { o oVar = this.b; - this.f455s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); + this.f458s = k(new i0(oVar.j.e(), oVar.k, oVar.b)); } - return this.f455s; + return this.f458s; } 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.f452x, 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.f455x, 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.f453y, vVar); + return new u(iVar2, oVar4.f456y, vVar); } - return new u(iVar2, oVar4.f453y, new c.f.j.p.w(oVar4.l, oVar4.m, iVar2, oVar4.q, oVar4.r, vVar)); + return new u(iVar2, oVar4.f456y, 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 8e3dba16ba..63a2341f0c 100644 --- a/app/src/main/java/c/f/j/h/a.java +++ b/app/src/main/java/c/f/j/h/a.java @@ -16,7 +16,7 @@ public class a implements b { public final b b; /* renamed from: c reason: collision with root package name */ - public final d f457c; + public final d f460c; public final b d = new C0064a(); /* compiled from: DefaultImageDecoder */ @@ -31,7 +31,7 @@ public class a implements b { c.f.i.c cVar = eVar.k; if (cVar == c.f.i.b.a) { a aVar = a.this; - CloseableReference b = aVar.f457c.b(eVar, bVar.d, null, i, null); + CloseableReference b = aVar.f460c.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.f421c) { + } else if (cVar == c.f.i.b.f424c) { 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.f457c = dVar; + this.f460c = 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.f457c.a(eVar, bVar.d, null, null); + CloseableReference a = this.f460c.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 46f3530866..9fd15b7f1c 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 f458c = 0; + public int f461c = 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.f458c + 1; - this.f458c = i2; + int i2 = this.f461c + 1; + this.f461c = 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.E2(inputStream, (long) i4); - this.f458c += i4; + this.f461c += 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.f458c) { + if (this.a == 6 || eVar.f() <= this.f461c) { return false; } f fVar = new f(eVar.e(), this.h.get(16384), this.h); try { - AnimatableValueParser.E2(fVar, (long) this.f458c); + AnimatableValueParser.E2(fVar, (long) this.f461c); 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 99108718a8..fb583e7df6 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.f424c); - eVar.f424c = null; + CloseableReference.t(eVar.f427c); + eVar.f427c = 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 34da789732..e9bea70adf 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 f459s; + public ColorSpace f462s; 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.f459s = eVar.f459s; + this.f462s = eVar.f462s; 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.f459s = a.b; + this.f462s = 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 1fc9bed95c..9714bbc5a6 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 f460c; + public boolean f463c; public boolean d; public h(int i, boolean z2, boolean z3) { this.b = i; - this.f460c = z2; + this.f463c = 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.f460c == hVar.f460c && this.d == hVar.d; + return this.b == hVar.b && this.f463c == hVar.f463c && this.d == hVar.d; } public int hashCode() { int i = 0; - int i2 = this.b ^ (this.f460c ? 4194304 : 0); + int i2 = this.b ^ (this.f463c ? 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 f952848794..6e5234f3f7 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 N = c.d.b.a.a.N("Copying from AshmemMemoryChunk "); - N.append(Long.toHexString(this.k)); - N.append(" to AshmemMemoryChunk "); - N.append(Long.toHexString(rVar.getUniqueId())); - N.append(" which are the same "); - Log.w("AshmemMemoryChunk", N.toString()); + StringBuilder P = c.d.b.a.a.P("Copying from AshmemMemoryChunk "); + P.append(Long.toHexString(this.k)); + P.append(" to AshmemMemoryChunk "); + P.append(Long.toHexString(rVar.getUniqueId())); + P.append(" which are the same "); + Log.w("AshmemMemoryChunk", P.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 e93d6fe7d5..35314d8b82 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 f461c; + public final int f464c; 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.f461c = i; + this.f464c = 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 c246b4fc3c..d2faa06c9b 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 f462c; + public static volatile b f465c; 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 0ef78111ac..cb8b010a7c 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.f465c.pollFirst(); + obj = bVar.f468c.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 f8a453e24f..8139c1e0de 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 f463c; + public final Queue f466c; 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.f463c = new LinkedList(); + this.f466c = new LinkedList(); this.e = i3; this.d = z2; } public void a(V v) { - this.f463c.add(v); + this.f466c.add(v); } public void b() { @@ -39,7 +39,7 @@ public class f { } public V c() { - return (V) this.f463c.poll(); + return (V) this.f466c.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 0474e6c41a..edcf154bb7 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 f464c; + public b f467c; /* 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 f465c; + public LinkedList f468c; public b d; public b(b bVar, int i, LinkedList linkedList, b bVar2, a aVar) { this.b = i; - this.f465c = linkedList; + this.f468c = linkedList; this.d = null; } public String toString() { - return c.d.b.a.a.y(c.d.b.a.a.N("LinkedEntry(key: "), this.b, ")"); + return c.d.b.a.a.z(c.d.b.a.a.P("LinkedEntry(key: "), this.b, ")"); } } @@ -42,7 +42,7 @@ public class g { b bVar2 = (b) this.b; if (bVar2 == null) { this.b = bVar; - this.f464c = bVar; + this.f467c = bVar; return; } bVar.d = bVar2; @@ -65,8 +65,8 @@ public class g { if (bVar == this.b) { this.b = bVar3; } - if (bVar == this.f464c) { - this.f464c = bVar2; + if (bVar == this.f467c) { + this.f467c = 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 179efa0deb..09259e472c 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 N = a.N("Copying from BufferMemoryChunk "); - N.append(Long.toHexString(this.k)); - N.append(" to BufferMemoryChunk "); - N.append(Long.toHexString(rVar.getUniqueId())); - N.append(" which are the same "); - Log.w("BufferMemoryChunk", N.toString()); + StringBuilder P = a.P("Copying from BufferMemoryChunk "); + P.append(Long.toHexString(this.k)); + P.append(" to BufferMemoryChunk "); + P.append(Long.toHexString(rVar.getUniqueId())); + P.append(" which are the same "); + Log.w("BufferMemoryChunk", P.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 aa64a610a9..fc4122d181 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.f469c; + SparseIntArray sparseIntArray = yVar.f472c; 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 969fd5e791..930bd4e8dc 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 f466c; + public int f469c; public final z d; public int e; public p(int i, int i2, z zVar, c cVar) { this.b = i; - this.f466c = i2; + this.f469c = 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.f466c) { + if (b <= this.f469c) { 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.f465c.addLast(bitmap); + bVar.f468c.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 d8aebc39d3..626b1fb571 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.f464c; + g.b bVar = gVar.f467c; if (bVar == null) { t = null; } else { - T pollLast = bVar.f465c.pollLast(); - if (bVar.f465c.isEmpty()) { + T pollLast = bVar.f468c.pollLast(); + if (bVar.f468c.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 c79ab14fc1..dd8efc547d 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.f469c; + SparseIntArray sparseIntArray = yVar.f472c; 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 280b97c608..6c6401fc50 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 f467c; + public final y f470c; 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.f467c = new y(4194304, i2, sparseIntArray, 131072, 4194304, k.a); + this.f470c = 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 c3088619d1..e98bc1381e 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 f468c; + public d f471c; public s d; public s e; public g f; @@ -26,7 +26,7 @@ public class x { } public d a() { - if (this.f468c == null) { + if (this.f471c == null) { String str = this.a.i; char c2 = 65535; switch (str.hashCode()) { @@ -62,27 +62,27 @@ public class x { break; } if (c2 == 0) { - this.f468c = new l(); + this.f471c = new l(); } else if (c2 == 1) { - this.f468c = new m(); + this.f471c = new m(); } else if (c2 == 2) { Objects.requireNonNull(this.a); int i = this.a.j; v h = v.h(); Objects.requireNonNull(this.a); - this.f468c = new p(0, i, h, null); + this.f471c = new p(0, i, h, null); } else if (c2 != 3) { w wVar = this.a; - this.f468c = new h(wVar.d, wVar.a, wVar.b, false); + this.f471c = new h(wVar.d, wVar.a, wVar.b, false); } else { - this.f468c = new h(this.a.d, j.a(), this.a.b, false); + this.f471c = new h(this.a.d, j.a(), this.a.b, false); } } - return this.f468c; + return this.f471c; } public int b() { - return this.a.f467c.d; + return this.a.f470c.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 cde7ac3490..391be7973f 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 f469c; + public final SparseIntArray f472c; 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.f469c = sparseIntArray; + this.f472c = 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 6f4c03eff2..69f30ca5b5 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 f470c; + public final PreverificationHelper f473c; @VisibleForTesting public final Pools.SynchronizedPool d; public b(d dVar, int i, Pools.SynchronizedPool synchronizedPool) { - this.f470c = Build.VERSION.SDK_INT >= 26 ? new PreverificationHelper() : null; + this.f473c = 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.f470c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); + boolean z2 = i3 >= 26 && (preverificationHelper = this.f473c) != null && preverificationHelper.shouldUseHardwareBitmapConfig(options.inPreferredConfig); BitmapRegionDecoder bitmapRegionDecoder2 = null; if (rect != null || !z2) { if (rect != null && z2) { diff --git a/app/src/main/java/c/f/j/p/a0.java b/app/src/main/java/c/f/j/p/a0.java index 237cb2a472..c565a4a7a9 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 f471c; + public final b f474c; /* 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.f471c = realtimeSinceBootClock; + this.f474c = 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 b33e1bc2ff..4227c19af5 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 f472c; + public final ContentResolver f475c; public a1(Executor executor, g gVar, ContentResolver contentResolver) { super(executor, gVar); - this.f472c = contentResolver; + this.f475c = contentResolver; } @Override // c.f.j.p.g0 public e d(ImageRequest imageRequest) throws IOException { - return c(this.f472c.openInputStream(imageRequest.f2253c), -1); + return c(this.f475c.openInputStream(imageRequest.f2256c), -1); } @Override // c.f.j.p.g0 diff --git a/app/src/main/java/c/f/j/p/b.java b/app/src/main/java/c/f/j/p/b.java index 8b1f7f90db..9567cc15f3 100644 --- a/app/src/main/java/c/f/j/p/b.java +++ b/app/src/main/java/c/f/j/p/b.java @@ -81,13 +81,13 @@ public abstract class b implements l { public abstract void j(float f); public void k(Exception exc) { - String u = a.u(EnvironmentCompat.MEDIA_UNKNOWN, ":", getClass().getSimpleName()); + String v = a.v(EnvironmentCompat.MEDIA_UNKNOWN, ":", getClass().getSimpleName()); StringBuilder sb = new StringBuilder(); sb.append("unhandled exception"); sb.append('\n'); StringWriter stringWriter = new StringWriter(); exc.printStackTrace(new PrintWriter(stringWriter)); sb.append(stringWriter.toString()); - Log.println(6, u, sb.toString()); + Log.println(6, v, sb.toString()); } } diff --git a/app/src/main/java/c/f/j/p/b0.java b/app/src/main/java/c/f/j/p/b0.java index 89b160fdb0..56f34fda1a 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 f473c; + public final e f476c; public final d d; public b0(e eVar, d dVar) { this.a = eVar; this.b = dVar; - this.f473c = eVar; + this.f476c = 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.f473c; + e eVar = this.f476c; 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.f473c; + e eVar = this.f476c; 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.f473c; + e eVar = this.f476c; 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.f473c; + e eVar = this.f476c; 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 5dc2ce61d2..41f83afb59 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 f474c; + public final v0 f477c; 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 f475c; + public final boolean f478c; public final c d; public final w0 e; public boolean f = false; @@ -45,7 +45,7 @@ public class b1 implements v0 { a aVar = a.this; c cVar = aVar.d; eVar.w(); - c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f475c); + c.f.j.s.b createImageTranscoder = cVar.createImageTranscoder(eVar.k, a.this.f478c); Objects.requireNonNull(createImageTranscoder); aVar.e.o().e(aVar.e, "ResizeAndRotateProducer"); ImageRequest e = aVar.e.e(); @@ -116,7 +116,7 @@ public class b1 implements v0 { super(lVar); this.e = w0Var; Objects.requireNonNull(w0Var.e()); - this.f475c = z2; + this.f478c = z2; this.d = cVar; 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.f475c); + c.f.j.s.b createImageTranscoder = this.d.createImageTranscoder(cVar, this.f478c); 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.f474c = v0Var; + this.f477c = 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.f474c.b(new a(lVar, w0Var, this.d, this.e), w0Var); + this.f477c.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 c37d3e713d..7433fb7a27 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 f476c = new a(); + public final Runnable f479c = 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.f476c); + c0Var.a.execute(c0Var.f479c); } } 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 102809e02e..b38065de59 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 f477c; + public final String f480c; 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.f477c = str; + this.f480c = str; HashMap hashMap = new HashMap(); this.h = hashMap; hashMap.put(ModelAuditLogEntry.CHANGE_KEY_ID, str); - hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2253c); + hashMap.put("uri_source", imageRequest == null ? "null-request" : imageRequest.f2256c); 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.f477c; + return this.f480c; } @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 06dc116063..c9112bc2a8 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 f478c; + public final AssetManager f481c; public d0(Executor executor, g gVar, AssetManager assetManager) { super(executor, gVar); - this.f478c = assetManager; + this.f481c = 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.f478c.open(imageRequest.f2253c.getPath().substring(1), 2); + InputStream open = this.f481c.open(imageRequest.f2256c.getPath().substring(1), 2); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f478c.openFd(imageRequest.f2253c.getPath().substring(1)); + assetFileDescriptor = this.f481c.openFd(imageRequest.f2256c.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 e3ad26aafc..2bbd19398f 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[] f479c = {"_id", "_data"}; + public static final String[] f482c = {"_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.f2253c; + Uri uri = imageRequest.f2256c; 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, f479c, null, null, null); + Cursor query = this.d.query(uri, f482c, 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 062e895cd8..b8038050ec 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[] f480c = {"_id", "_data"}; + public static final String[] f483c = {"_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.f2253c; - if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f480c, null, null, null)) == null) { + Uri uri = imageRequest.f2256c; + if (!b.b(uri) || (eVar = imageRequest.i) == null || (query = this.g.query(uri, f483c, 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 aba71964d8..37739bef04 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> f481c; + public final v0> f484c; /* compiled from: BitmapMemoryCacheProducer */ public class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ CacheKey f482c; + public final /* synthetic */ CacheKey f485c; 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.f482c = cacheKey; + this.f485c = 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.f482c)) != null) { + if (!e && (closeableReference = h.this.a.get(this.f485c)) != 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.f482c, closeableReference2); + closeableReference3 = h.this.a.a(this.f485c, 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.f481c = v0Var; + this.f484c = v0Var; } /* JADX INFO: finally extract failed */ @@ -137,7 +137,7 @@ public class h implements v0> { } o.j(w0Var, d, map); b.b(); - this.f481c.b(e, w0Var); + this.f484c.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 8be291bd9f..90edcbff40 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>> f483c = new ConcurrentLinkedQueue<>(); + public final ConcurrentLinkedQueue, w0>> f486c = 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.f483c.poll(); + poll = h1.this.f486c.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.f483c.add(Pair.create(lVar, w0Var)); + this.f486c.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 72af57197b..ad35952740 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 f485c; + public final int f488c; 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 f486c; + public final int f489c; public final int d; public a(l> lVar, int i, int i2) { super(lVar); - this.f486c = i; + this.f489c = 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.f486c && height <= this.d) { + if (!cVar.isClosed() && (cVar instanceof d) && (bitmap = ((d) cVar).l) != null && (height = bitmap.getHeight() * bitmap.getRowBytes()) >= this.f489c && height <= this.d) { bitmap.prepareToDraw(); } } @@ -48,14 +48,14 @@ public class i implements v0> { Objects.requireNonNull(v0Var); this.a = v0Var; this.b = i; - this.f485c = i2; + this.f488c = 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.f485c), w0Var); + this.a.b(new a(lVar, this.b, this.f488c), 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 de0f1ec7f3..a55fe728e0 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 f487c; + public final Resources f490c; public i0(Executor executor, g gVar, Resources resources) { super(executor, gVar); - this.f487c = resources; + this.f490c = 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.f487c.openRawResource(Integer.parseInt(imageRequest.f2253c.getPath().substring(1))); + InputStream openRawResource = this.f490c.openRawResource(Integer.parseInt(imageRequest.f2256c.getPath().substring(1))); AssetFileDescriptor assetFileDescriptor = null; try { - assetFileDescriptor = this.f487c.openRawResourceFd(Integer.parseInt(imageRequest.f2253c.getPath().substring(1))); + assetFileDescriptor = this.f490c.openRawResourceFd(Integer.parseInt(imageRequest.f2256c.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 3eac59fc3b..633e038c78 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 f488c; + public final w0 f491c; public final int d; public final c.f.j.d.e e; public a(l lVar, w0 w0Var, int i) { super(lVar); - this.f488c = w0Var; + this.f491c = 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.f488c)) { + if (!i1.this.c(this.d + 1, this.b, this.f491c)) { 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.f488c)) { + if (!i1.this.c(this.d + 1, this.b, this.f491c)) { this.b.b(null, 1); } } @@ -55,7 +55,7 @@ public class i1 implements v0 { if (length >= 0) { throw new IndexOutOfBoundsException(AnimatableValueParser.m0("%s (%s) must be less than size (%s)", "index", 0, Integer.valueOf(length))); } - throw new IllegalArgumentException(c.d.b.a.a.k("negative size: ", length)); + throw new IllegalArgumentException(c.d.b.a.a.l("negative size: ", length)); } @Override // c.f.j.p.v0 diff --git a/app/src/main/java/c/f/j/p/j.java b/app/src/main/java/c/f/j/p/j.java index ac3f4caf2d..1b7e0bf307 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 f489c; + public final f f492c; 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 f490c; + public final w0 f493c; 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.f490c = w0Var; + this.f493c = 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.f490c.e(); - ((n) this.g).b(e, this.f490c.b()); - if (this.f490c.l("origin").equals("memory_bitmap")) { - Objects.requireNonNull(this.f490c.g().w); - Objects.requireNonNull(this.f490c.g().w); + ImageRequest e = this.f493c.e(); + ((n) this.g).b(e, this.f493c.b()); + if (this.f493c.l("origin").equals("memory_bitmap")) { + Objects.requireNonNull(this.f493c.g().w); + Objects.requireNonNull(this.f493c.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.f489c = fVar2; + this.f492c = 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.f489c, this.d, this.f, this.g); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f492c, 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 8d7a960ec2..21f9847eb5 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.f2253c, "r"); + ParcelFileDescriptor openFileDescriptor = j0.this.b.openFileDescriptor(this.p.f2256c, "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.f2253c; + Uri uri2 = imageRequest.f2256c; 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 896e7e1d4f..41a40bfd76 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 f491c; + public w0 f494c; public b(l lVar, w0 w0Var, a aVar) { super(lVar); - this.f491c = w0Var; + this.f494c = w0Var; } @Override // c.f.j.p.p, c.f.j.p.b public void h(Throwable th) { - k.this.b.b(this.b, this.f491c); + k.this.b.b(this.b, this.f494c); } @Override // c.f.j.p.b public void i(Object obj, int i) { e eVar = (e) obj; - ImageRequest e = this.f491c.e(); + ImageRequest e = this.f494c.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.f491c); + k.this.b.b(this.b, this.f494c); } } } 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 f266f1485d..d49252c56f 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 f492c; + public final boolean f495c; 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 f493c; + public T f496c; 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.f493c); - bVar.f493c = null; + bVar.b(bVar.f496c); + bVar.f496c = 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.f493c; + closeable = this.f496c; 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.f493c) { + if (closeable != this.f496c) { 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.f493c); - this.f493c = null; + b(this.f496c); + this.f496c = null; } else { return; } @@ -238,12 +238,12 @@ public abstract class k0 implements v0 { int size; synchronized (this) { if (this.g == aVar) { - b(this.f493c); - this.f493c = null; + b(this.f496c); + this.f496c = null; it = this.b.iterator(); size = this.b.size(); if (b.f(i)) { - this.f493c = k0.this.c(t); + this.f496c = 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.f492c = false; + this.f495c = 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.f492c = z2; + this.f495c = 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 e8b2dc8258..d1538f6638 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.f492c || dVar.k()) { + if (!k0.this.f495c || 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 4020b2cf10..c423ffab35 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.f2253c.toString(); + String uri = imageRequest.f2256c.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 235313b78c..6ad8fe345b 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 f494c; + public final n0 f497c; /* 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.f494c; + n0 n0Var = m0Var.f497c; int i2 = ((MemoryPooledByteBufferOutputStream) e).k; a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - ((a0.a) xVar).f = a0Var.f471c.now(); + ((a0.a) xVar).f = a0Var.f474c.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.f494c = n0Var; + this.f497c = 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.f494c); + Objects.requireNonNull((a0) this.f497c); a0.a aVar = new a0.a(lVar, w0Var); - n0 n0Var = this.f494c; + n0 n0Var = this.f497c; a aVar2 = new a(aVar); a0 a0Var = (a0) n0Var; Objects.requireNonNull(a0Var); - aVar.d = a0Var.f471c.now(); + aVar.d = a0Var.f474c.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.f494c); + Objects.requireNonNull((a0) this.f497c); 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.f494c); + Objects.requireNonNull(this.f497c); z2 = true; } - if (z2 && uptimeMillis - xVar.f514c >= 100) { - xVar.f514c = uptimeMillis; + if (z2 && uptimeMillis - xVar.f517c >= 100) { + xVar.f517c = 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 40e69c3714..1412fc70e0 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 f495c; + public final c.f.j.h.b f498c; 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 f496c; + public final w0 f499c; 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.f496c; + w0 w0Var = c.this.f499c; 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.f2253c)) { + if (n.this.g || !c.f.d.l.b.e(e2.f2256c)) { 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.f496c.e().i; + c.f.j.d.e eVar2 = cVar2.f499c.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.f496c.e().f2253c); + String valueOf2 = String.valueOf(cVar2.f499c.e().f2256c); int f = (z3 || m) ? eVar.f() : cVar2.o(eVar); i p = (z3 || m) ? h.a : cVar2.p(); - cVar2.d.e(cVar2.f496c, "DecodeProducer"); + cVar2.d.e(cVar2.f499c, "DecodeProducer"); try { cVar = cVar2.t(eVar, f, p); try { if (eVar.p != 1) { i2 |= 16; } - cVar2.d.j(cVar2.f496c, "DecodeProducer", cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.j(cVar2.f499c, "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.f496c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f499c, "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.f496c, "DecodeProducer", e, cVar2.n(cVar, j, p, e3, str2, sb2, str, valueOf)); + cVar2.d.k(cVar2.f499c, "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.f496c.p()) { + if (c.this.f499c.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.f496c = w0Var; + this.f499c = 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.f496c.p()) { + if (e || m || this.f499c.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.f496c, "DecodeProducer")) { + if (!this.d.g(this.f499c, "DecodeProducer")) { return null; } String valueOf = String.valueOf(j); - String valueOf2 = String.valueOf(((h) iVar).f460c); + String valueOf2 = String.valueOf(((h) iVar).f463c); 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.f495c.a(eVar, i, iVar, this.e); + return n.this.f498c.a(eVar, i, iVar, this.e); } catch (OutOfMemoryError e) { if (z2) { n.this.k.run(); System.gc(); - return n.this.f495c.a(eVar, i, iVar, this.e); + return n.this.f498c.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.f496c; + w0 w0Var = this.f499c; eVar.w(); w0Var.d("encoded_width", Integer.valueOf(eVar.n)); - w0 w0Var2 = this.f496c; + w0 w0Var2 = this.f499c; eVar.w(); w0Var2.d("encoded_height", Integer.valueOf(eVar.o)); - this.f496c.d("encoded_size", Integer.valueOf(eVar.f())); + this.f499c.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.f496c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); + this.f499c.d("bitmap_config", String.valueOf(f == null ? null : f.getConfig())); } if (cVar != null) { - cVar.e(this.f496c.a()); + cVar.e(this.f499c.a()); } } @@ -422,7 +422,7 @@ public class n implements v0> { Objects.requireNonNull(executor); this.b = executor; Objects.requireNonNull(bVar); - this.f495c = bVar; + this.f498c = 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().f2253c) ? 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().f2256c) ? 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 03dbbc33f4..75b8ad1116 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.f2254s, TimeUnit.MILLISECONDS); + scheduledExecutorService.schedule(new a(lVar, w0Var), (long) e.f2257s, 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 5737038333..79ce40c601 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 f498c; + public final /* synthetic */ l f501c; 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.f498c = lVar; + this.f501c = 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.f498c.d(); + this.f501c.d(); } else if (gVar.e()) { this.a.k(this.b, "PartialDiskCacheProducer", gVar.d(), null); - q0.c(this.e, this.f498c, this.b, this.d, null); + q0.c(this.e, this.f501c, 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.f498c.b(eVar2, 9); + this.f501c.b(eVar2, 9); } else { - this.f498c.b(eVar2, 8); - ImageRequestBuilder b = ImageRequestBuilder.b(e.f2253c); + this.f501c.b(eVar2, 8); + ImageRequestBuilder b = ImageRequestBuilder.b(e.f2256c); 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.f2255c = e.i; + b.f2258c = e.i; b.n = e.r; b.d = e.j; b.m = e.p; - b.p = e.f2254s; + b.p = e.f2257s; 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.f498c, new c1(b.a(), this.b), this.d, eVar2); + q0.c(this.e, this.f501c, 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.f498c, this.b, this.d, eVar2); + q0.c(this.e, this.f501c, 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 bfd58a0ba2..c0792e56ba 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 f499c; + public final /* synthetic */ l f502c; 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.f499c = lVar; + this.f502c = 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.f499c.d(); + this.f502c.d(); } else if (gVar.e()) { this.a.k(this.b, "DiskCacheProducer", gVar.d(), null); - this.d.d.b(this.f499c, this.b); + this.d.d.b(this.f502c, 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.f499c.a(1.0f); - this.f499c.b(eVar2, 1); + this.f502c.a(1.0f); + this.f502c.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.f499c, this.b); + this.d.d.b(this.f502c, 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 f944e09d4f..af1fd4e608 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 f500c; + public final g f503c; 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 f501c; + public final f f504c; 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.f501c = fVar; + this.f504c = 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.f501c.f(this.d, eVar); + this.f504c.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.f501c; + f fVar = this.f504c; 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.f500c = gVar; + this.f503c = 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.f500c, q0Var.d, eVar, null), w0Var); + q0Var.e.b(new a(lVar, q0Var.a, cacheKey, q0Var.f503c, q0Var.d, eVar, null), w0Var); } @VisibleForTesting @@ -185,7 +185,7 @@ public class q0 implements v0 { return; } w0Var.o().e(w0Var, "PartialDiskCacheProducer"); - Uri build = e.f2253c.buildUpon().appendQueryParameter("fresco_partial", "true").build(); + Uri build = e.f2256c.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 1b0b944529..29c9bdc845 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> f502c; + public final v0> f505c; /* compiled from: PostprocessedBitmapMemoryCacheProducer */ public static class a extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final CacheKey f503c; + public final CacheKey f506c; 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.f503c = cacheKey; + this.f506c = 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.f503c, closeableReference); + closeableReference2 = this.e.a(this.f506c, 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.f502c = v0Var; + this.f505c = 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.f502c.b(lVar, w0Var); + this.f505c.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.f502c.b(aVar, w0Var); + this.f505c.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 4800f79174..dc14e0b6be 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 f504c; + public final i f507c; public final v0 d; public s(f fVar, f fVar2, i iVar, v0 v0Var) { this.a = fVar; this.b = fVar2; - this.f504c = iVar; + this.f507c = 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.f504c).b(e, w0Var.b()); + CacheKey b = ((n) this.f507c).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 d1ddf661c5..ce54c61dd9 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 f505c; + public final Executor f508c; /* compiled from: PostprocessorProducer */ public class b extends p, CloseableReference> { /* renamed from: c reason: collision with root package name */ - public final y0 f506c; + public final y0 f509c; 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.f506c = y0Var; + this.f509c = 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.f506c.e(bVar.d, "PostprocessorProducer"); + bVar.f509c.e(bVar.d, "PostprocessorProducer"); try { CloseableReference r = bVar.r((c.f.j.j.c) closeableReference.w()); try { - y0 y0Var = bVar.f506c; + y0 y0Var = bVar.f509c; 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.f506c; + y0 y0Var2 = bVar.f509c; 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.f505c.execute(new t0(this)); + s0.this.f508c.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 f507c = false; + public boolean f510c = 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.f507c) { + if (!this.f510c) { 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.f507c) { + if (!this.f510c) { 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.f507c) { + if (this.f510c) { return false; } closeableReference = this.d; this.d = null; - this.f507c = true; + this.f510c = 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.f505c = executor; + this.f508c = 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 161bb34552..4cff0c45b9 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 f508c; + public final i f511c; 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 f509c; + public final w0 f512c; 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.f509c = w0Var; + this.f512c = 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.f509c.o().e(this.f509c, "DiskCacheWriteProducer"); + this.f512c.o().e(this.f512c, "DiskCacheWriteProducer"); if (!b.f(i) && eVar != null && !b.l(i, 10)) { eVar.w(); if (eVar.k != c.a) { - ImageRequest e = this.f509c.e(); - CacheKey b = ((n) this.f).b(e, this.f509c.b()); + ImageRequest e = this.f512c.e(); + CacheKey b = ((n) this.f).b(e, this.f512c.b()); if (e.b == ImageRequest.b.SMALL) { this.e.f(b, eVar); } else { this.d.f(b, eVar); } - this.f509c.o().j(this.f509c, "DiskCacheWriteProducer", null); + this.f512c.o().j(this.f512c, "DiskCacheWriteProducer", null); this.b.b(eVar, i); return; } } - this.f509c.o().j(this.f509c, "DiskCacheWriteProducer", null); + this.f512c.o().j(this.f512c, "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.f508c = iVar; + this.f511c = 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.f508c, null); + lVar = new b(lVar, w0Var, this.a, this.b, this.f511c, 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 71bc595aa5..0047d11652 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.f505c.execute(new t0(bVar2)); + s0.this.f508c.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 1d09010c49..3075ba68a3 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 f510c; + public final v0 f513c; /* compiled from: EncodedMemoryCacheProducer */ public static class a extends p { /* renamed from: c reason: collision with root package name */ - public final w f511c; + public final w f514c; 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.f511c = wVar; + this.f514c = 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.f511c.a(this.d, c2); + closeableReference = this.f514c.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.f510c = v0Var; + this.f513c = 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.f510c.b(aVar, w0Var); + this.f513c.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 26170f04c3..09e85335f9 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 f512c; + public final i f515c; 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 f513c; + public final w0 f516c; 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.f513c = w0Var; + this.f516c = 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.f513c.e(); - CacheKey b = ((n) this.f).b(e, this.f513c.b()); + ImageRequest e = this.f516c.e(); + CacheKey b = ((n) this.f).b(e, this.f516c.b()); this.g.a(b); - if (this.f513c.l("origin").equals("memory_encoded")) { + if (this.f516c.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.f513c.l("origin").equals("disk")) { + } else if (this.f516c.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.f512c = iVar; + this.f515c = 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.f512c, this.e, this.f); + a aVar = new a(lVar, w0Var, this.a, this.b, this.f515c, 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 a91ee78bfd..86bba70d6c 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 f514c = 0; + public long f517c = 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 f5a8cbd126..f6e1fb2563 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().f2253c, 5); + httpURLConnection = a0Var.a(aVar.b.e().f2256c, 5); try { - aVar.e = a0Var.f471c.now(); + aVar.e = a0Var.f474c.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 9868934281..2f410719e8 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.f436c; + float f3 = eVar.f439c; if (f * max > f3) { max = f3 / f; } diff --git a/app/src/main/java/c/f/l/a/a.java b/app/src/main/java/c/f/l/a/a.java index a3f54a138e..ddc40b0edc 100644 --- a/app/src/main/java/c/f/l/a/a.java +++ b/app/src/main/java/c/f/l/a/a.java @@ -8,7 +8,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public final int[] f515c = new int[2]; + public final int[] f518c = new int[2]; public final float[] d = new float[2]; public final float[] e = new float[2]; public final float[] f = new float[2]; @@ -28,7 +28,7 @@ public class a { this.a = false; this.b = 0; for (int i = 0; i < 2; i++) { - this.f515c[i] = -1; + this.f518c[i] = -1; } } diff --git a/app/src/main/java/c/f/l/b/b.java b/app/src/main/java/c/f/l/b/b.java index d59d119f47..da3df9187e 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 f516s; + public final ValueAnimator f519s; /* compiled from: AnimatedZoomableController */ public class a implements ValueAnimator.AnimatorUpdateListener { @@ -77,7 +77,7 @@ public class b extends a { public b(c.f.l.a.b bVar) { super(bVar); ValueAnimator ofFloat = ValueAnimator.ofFloat(0.0f, 1.0f); - this.f516s = ofFloat; + this.f519s = 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.f516s.setDuration(j); + this.f519s.setDuration(j); this.h.getValues(this.n); matrix.getValues(this.o); - this.f516s.addUpdateListener(new a()); - this.f516s.addListener(new C0069b(runnable)); - this.f516s.start(); + this.f519s.addUpdateListener(new a()); + this.f519s.addListener(new C0069b(runnable)); + this.f519s.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.f516s.cancel(); - this.f516s.removeAllUpdateListeners(); - this.f516s.removeAllListeners(); + this.f519s.cancel(); + this.f519s.removeAllUpdateListeners(); + this.f519s.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 abaa03dc23..607876ef45 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 f517c = false; + public boolean f520c = false; public final RectF d = new RectF(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -183,7 +183,7 @@ public class c implements e, b.a { motionEvent.getAction(); int i = c.f.d.e.a.a; int i2 = 0; - if (!this.f517c) { + if (!this.f520c) { 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.f515c[i2]); + int findPointerIndex = motionEvent.findPointerIndex(aVar3.f518c[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.f515c[i2] = -1; + aVar3.f518c[i2] = -1; } else { - aVar3.f515c[i2] = motionEvent.getPointerId(i3); + aVar3.f518c[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.f517c) { + if (aVar != null && this.f520c) { 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.f517c = z2; + this.f520c = 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 54b9ca0cab..ed48331dd6 100644 --- a/app/src/main/java/c/f/m/a.java +++ b/app/src/main/java/c/f/m/a.java @@ -19,7 +19,7 @@ public class a extends f { public C0070a(f fVar) throws IOException { super(fVar); - this.m = new File(a.this.f519c.getApplicationInfo().nativeLibraryDir); + this.m = new File(a.this.f522c.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.f519c; + Context context = this.f522c; 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.f519c.getApplicationInfo().nativeLibraryDir; + String str = this.f522c.getApplicationInfo().nativeLibraryDir; if (str == null) { obtain.writeByte((byte) 1); byte[] marshall = obtain.marshall(); diff --git a/app/src/main/java/c/f/m/b.java b/app/src/main/java/c/f/m/b.java index 1d7ce9c50e..68ab1d61c1 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 f518c; + public c f521c; 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.f518c = new c(new File(this.a.getApplicationInfo().nativeLibraryDir), i); + this.f521c = 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.f518c.a(str, i, threadPolicy); + return this.f521c.a(str, i, threadPolicy); } @Override // c.f.m.l public void b(int i) throws IOException { - this.f518c.b(i); + this.f521c.b(i); } public boolean c() throws IOException { - File file = this.f518c.a; + File file = this.f521c.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.f518c = new c(d, i); + this.f521c = 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.f518c.toString(); + return this.f521c.toString(); } } diff --git a/app/src/main/java/c/f/m/c.java b/app/src/main/java/c/f/m/c.java index 7c7f8800c7..9904a59814 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 R = a.R(str, " not found on "); - R.append(file.getCanonicalPath()); - Log.d("SoLoader", R.toString()); + StringBuilder U = a.U(str, " not found on "); + U.append(file.getCanonicalPath()); + Log.d("SoLoader", U.toString()); return 0; } - StringBuilder R2 = a.R(str, " found on "); - R2.append(file.getCanonicalPath()); - Log.d("SoLoader", R2.toString()); + StringBuilder U2 = a.U(str, " found on "); + U2.append(file.getCanonicalPath()); + Log.d("SoLoader", U2.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 N = a.N("Loading lib dependencies: "); - N.append(Arrays.toString(l0)); - Log.d("SoLoader", N.toString()); + StringBuilder P = a.P("Loading lib dependencies: "); + P.append(Arrays.toString(l0)); + Log.d("SoLoader", P.toString()); for (String str2 : l0) { if (!str2.startsWith(AutocompleteViewModel.COMMAND_DISCOVER_TOKEN)) { SoLoader.d(str2, null, null, i | 1, threadPolicy); @@ -100,6 +100,6 @@ public class c extends l { sb.append("[root = "); sb.append(str); sb.append(" flags = "); - return a.w(sb, this.b, ']'); + return a.y(sb, this.b, ']'); } } diff --git a/app/src/main/java/c/f/m/e.java b/app/src/main/java/c/f/m/e.java index 9e81bed551..ee165d6c50 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.f519c; - StringBuilder N = c.d.b.a.a.N("/data/local/tmp/exopackage/"); - N.append(context.getPackageName()); - N.append("/native-libs/"); - File file = new File(N.toString()); + Context context = eVar.f522c; + StringBuilder P = c.d.b.a.a.P("/data/local/tmp/exopackage/"); + P.append(context.getPackageName()); + P.append("/native-libs/"); + File file = new File(P.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 77dcd57aaf..8d63eb9da1 100644 --- a/app/src/main/java/c/f/m/f.java +++ b/app/src/main/java/c/f/m/f.java @@ -150,7 +150,7 @@ public class f extends m { a.this.d = null; str = String.format("allowing consideration of corrupted lib %s", str2); } else if ((aVar.n & 1) == 0) { - str = c.d.b.a.a.u("allowing consideration of ", name, ": self-extraction preferred"); + str = c.d.b.a.a.v("allowing consideration of ", name, ": self-extraction preferred"); } else { File file = new File(aVar.m, str2); if (!file.isFile()) { @@ -161,7 +161,7 @@ public class f extends m { if (length != size) { str = String.format("allowing consideration of %s: sysdir file length is %s, but the file is %s bytes long in the APK", file, Long.valueOf(length), Long.valueOf(size)); } else { - str = c.d.b.a.a.u("not allowing consideration of ", name, ": deferring to libdir"); + str = c.d.b.a.a.v("not allowing consideration of ", name, ": deferring to libdir"); z2 = false; Log.d("ApkSoSource", str); if (!z2) { diff --git a/app/src/main/java/c/f/m/j.java b/app/src/main/java/c/f/m/j.java index 7ea8707afc..8e9cd26819 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.f2257c; + ReentrantReadWriteLock reentrantReadWriteLock = SoLoader.f2260c; 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.f2257c.writeLock().lock(); + SoLoader.f2260c.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.f2257c.writeLock().unlock(); + SoLoader.f2260c.writeLock().unlock(); if (SoLoader.e == i3) { throw e; } } catch (IOException e2) { throw new RuntimeException(e2); } catch (Throwable th2) { - SoLoader.f2257c.writeLock().unlock(); + SoLoader.f2260c.writeLock().unlock(); throw th2; } } } while (z2); return z5; } finally { - SoLoader.f2257c.readLock().unlock(); + SoLoader.f2260c.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 cb95226369..0876366cd3 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 f519c; + public final Context f522c; 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.f519c = context; + this.f522c = 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 N = c.d.b.a.a.N("not releasing dso store lock for "); - N.append(this.a); - N.append(" (syncer thread started)"); - Log.v("fb-UnpackingSoSource", N.toString()); + StringBuilder P = c.d.b.a.a.P("not releasing dso store lock for "); + P.append(this.a); + P.append(" (syncer thread started)"); + Log.v("fb-UnpackingSoSource", P.toString()); } } finally { - StringBuilder N2 = c.d.b.a.a.N(str); - N2.append(this.a); - Log.v(str2, N2.toString()); + StringBuilder P2 = c.d.b.a.a.P(str); + P2.append(this.a); + Log.v(str2, P2.toString()); gVar.close(); } } else { @@ -276,16 +276,16 @@ public abstract class m extends c { } return; } - StringBuilder N = c.d.b.a.a.N("unable to list directory "); - N.append(this.a); - throw new IOException(N.toString()); + StringBuilder P = c.d.b.a.a.P("unable to list directory "); + P.append(this.a); + throw new IOException(P.toString()); } public final void e(d dVar, byte[] bArr) throws IOException { RandomAccessFile randomAccessFile; - StringBuilder N = c.d.b.a.a.N("extracting DSO "); - N.append(dVar.i.i); - Log.i("fb-UnpackingSoSource", N.toString()); + StringBuilder P = c.d.b.a.a.P("extracting DSO "); + P.append(dVar.i.i); + Log.i("fb-UnpackingSoSource", P.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 N2 = c.d.b.a.a.N("cannot make directory writable for us: "); - N2.append(this.a); - throw new IOException(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("cannot make directory writable for us: "); + P2.append(this.a); + throw new IOException(P2.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 N = c.d.b.a.a.N("SoSync:"); - N.append(this.a.getName()); - new Thread(aVar, N.toString()).start(); + StringBuilder P = c.d.b.a.a.P("SoSync:"); + P.append(this.a.getName()); + new Thread(aVar, P.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 N = c.d.b.a.a.N("regenerating DSO store "); - N.append(getClass().getName()); - Log.v("fb-UnpackingSoSource", N.toString()); + StringBuilder P = c.d.b.a.a.P("regenerating DSO store "); + P.append(getClass().getName()); + Log.v("fb-UnpackingSoSource", P.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 4935fbbf68..cb21a771b0 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 f520c; + public final int f523c; public b(int i, int i2) { this.b = i; - this.f520c = i2; + this.f523c = 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.f520c == this.f520c; + return bVar.b == this.b && bVar.f523c == this.f523c; } public int hashCode() { - return this.f520c + this.b; + return this.f523c + this.b; } public String toString() { - return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f520c)); + return this == a ? "EMPTY" : String.format("(enabled=0x%x,disabled=0x%x)", Integer.valueOf(this.b), Integer.valueOf(this.f523c)); } } @@ -122,7 +122,7 @@ public @interface i { b bVar = this._features; Objects.requireNonNull(bVar); int ordinal = 1 << aVar.ordinal(); - if ((bVar.f520c & ordinal) != 0) { + if ((bVar.f523c & 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.f520c; + int i2 = bVar2.f523c; int i3 = bVar2.b; if (!(i2 == 0 && i3 == 0)) { int i4 = bVar.b; - if (i4 == 0 && bVar.f520c == 0) { + if (i4 == 0 && bVar.f523c == 0) { bVar = bVar2; } else { int i5 = ((~i2) & i4) | i3; - int i6 = bVar.f520c; + int i6 = bVar.f523c; 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 f6dd89730d..167443c1ce 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.d0(this._valueFilter, sb, ".class"); + c.d.b.a.a.g0(this._valueFilter, sb, ".class"); } if (this._contentFilter != null) { sb.append(",contentFilter="); - c.d.b.a.a.d0(this._contentFilter, sb, ".class"); + c.d.b.a.a.g0(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 3e85bedb10..cb26167914 100644 --- a/app/src/main/java/c/g/a/b/a.java +++ b/app/src/main/java/c/g/a/b/a.java @@ -75,7 +75,7 @@ public final class a implements Serializable { this._paddingReadBehaviour = z2 ? EnumC0071a.PADDING_REQUIRED : EnumC0071a.PADDING_FORBIDDEN; return; } - throw new IllegalArgumentException(c.d.b.a.a.l("Base64Alphabet length must be exactly 64 (was ", length, ")")); + throw new IllegalArgumentException(c.d.b.a.a.n("Base64Alphabet length must be exactly 64 (was ", length, ")")); } public String a(byte[] bArr) { @@ -181,11 +181,11 @@ public final class a implements Serializable { if (!aVar._name.equals(str)) { aVar = b.b; if (!aVar._name.equals(str)) { - aVar = b.f522c; + aVar = b.f525c; if (!aVar._name.equals(str)) { aVar = b.d; if (!aVar._name.equals(str)) { - throw new IllegalArgumentException(c.d.b.a.a.t("No Base64Variant with name ", str == null ? "" : c.d.b.a.a.u("'", str, "'"))); + throw new IllegalArgumentException(c.d.b.a.a.u("No Base64Variant with name ", str == null ? "" : c.d.b.a.a.v("'", 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 fdf2a2c0a9..506bae2cf9 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 f522c; + public static final a f525c; 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); - f522c = new a(aVar, "PEM", true, '=', 64); + f525c = 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/e.java b/app/src/main/java/c/g/a/b/e.java index 475a20ebdd..d00574e2f5 100644 --- a/app/src/main/java/c/g/a/b/e.java +++ b/app/src/main/java/c/g/a/b/e.java @@ -117,6 +117,6 @@ public class e implements Serializable { sb.append("; line: "); sb.append(this._lineNr); sb.append(", column: "); - return a.w(sb, this._columnNr, ']'); + return a.y(sb, this._columnNr, ']'); } } diff --git a/app/src/main/java/c/g/a/b/p/a.java b/app/src/main/java/c/g/a/b/p/a.java index df01c9e72c..60328b8712 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[] f527c; + public static final int[] f530c; public static final int[] d; public static final int[] e; public static final int[] f; @@ -34,7 +34,7 @@ public final class a { } iArr[34] = 1; iArr[92] = 1; - f527c = iArr; + f530c = 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 d966d7b36b..7057013c79 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 f528c; + public final a f531c; public byte[] d; public char[] e; public c(a aVar, Object obj, boolean z2) { - this.f528c = aVar; + this.f531c = 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.f528c.f537c.set(3, bArr); + this.f531c.f540c.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 d2db8a855c..2c1478cf6c 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.f538c; + int i4 = kVar.f541c; 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 10313eab13..20743cd28b 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[] f529c = new int[1000]; + public static final int[] f532c = 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) { - f529c[i] = ((i2 + 48) << 16) | ((i3 + 48) << 8) | (i4 + 48); + f532c[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 = f529c[i]; + int i3 = f532c[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 = f529c[i]; + int i3 = f532c[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 = f529c; + int[] iArr = f532c; 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 = f529c; + int[] iArr = f532c; 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 = f529c; + int[] iArr2 = f532c; 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 8b938d0f9b..8bb65ae15d 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.f538c >= 0) { + if (kVar.f541c >= 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 f7df38eca9..b9e92f0658 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 f530c; + public String f533c; 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 001681eb38..b5ee06ff63 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[] f531s = q; + public int[] f534s = 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 0315a97f54..71eb9a5e03 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 f532c; + public final c f535c; 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.f532c = cVar; + this.f535c = cVar; this.d = aVar; this.b = -1; } public c(int i, c cVar, a aVar, Object obj) { this.a = i; - this.f532c = cVar; + this.f535c = 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.f530c = null; + aVar.f533c = 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.f530c = null; + aVar.f533c = null; aVar.d = null; } return this; @@ -135,20 +135,20 @@ public class c extends g { aVar.b = str; } else { if (!str.equals(str2)) { - String str3 = aVar.f530c; + String str3 = aVar.f533c; if (str3 == null) { - aVar.f530c = str; + aVar.f533c = 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.f530c); + aVar.d.add(aVar.f533c); } z2 = !aVar.d.add(str); if (z2) { Object obj = aVar.a; - throw new JsonGenerationException(a.u("Duplicate field '", str, "'"), obj instanceof d ? (d) obj : null); + throw new JsonGenerationException(a.v("Duplicate field '", str, "'"), obj instanceof d ? (d) obj : null); } } } diff --git a/app/src/main/java/c/g/a/b/q/d.java b/app/src/main/java/c/g/a/b/q/d.java index 794b2bf49b..a0c3513901 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,24 +26,24 @@ public class d extends b { public char[] D; /* renamed from: x reason: collision with root package name */ - public final Writer f533x; + public final Writer f536x; /* renamed from: y reason: collision with root package name */ - public char f534y; + public char f537y; /* renamed from: z reason: collision with root package name */ - public char[] f535z; + public char[] f538z; public d(c cVar, int i, i iVar, Writer writer, char c2) { super(cVar, i, iVar); int[] iArr; - this.f533x = writer; + this.f536x = writer; if (cVar.e == null) { - char[] a = cVar.f528c.a(1, 0); + char[] a = cVar.f531c.a(1, 0); cVar.e = a; - this.f535z = a; + this.f538z = a; this.C = a.length; - this.f534y = c2; + this.f537y = c2; if (c2 != '\"') { if (c2 == '\"') { iArr = a.f; @@ -59,7 +59,7 @@ public class d extends b { } iArr = iArr2; } - this.f531s = iArr; + this.f534s = iArr; return; } return; @@ -73,7 +73,7 @@ public class d extends b { if (this.B + 2 > this.C) { B0(); } - char[] cArr = this.f535z; + char[] cArr = this.f538z; 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.f535z; + char[] cArr2 = this.f538z; 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.f533x.write(this.f535z, i2, i3); + this.f536x.write(this.f538z, i2, i3); } } @@ -154,7 +154,7 @@ public class d extends b { cArr2 = z0(); } cArr2[1] = (char) i3; - this.f533x.write(cArr2, 0, 2); + this.f536x.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.f533x.write(cArr3, 8, 6); + this.f536x.write(cArr3, 8, 6); return i; } char[] cArr5 = w; cArr3[6] = cArr5[c2 >> 4]; cArr3[7] = cArr5[c2 & 15]; - this.f533x.write(cArr3, 2, 6); + this.f536x.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.f535z; + char[] cArr = this.f538z; 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.f533x.write(cArr2, 0, 2); + this.f536x.write(cArr2, 0, 2); } else if (i != -2) { int i5 = this.B; if (i5 >= 6) { - char[] cArr3 = this.f535z; + char[] cArr3 = this.f538z; 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.f533x.write(cArr6, 8, 6); + this.f536x.write(cArr6, 8, 6); return; } char[] cArr8 = w; cArr6[6] = cArr8[c2 >> 4]; cArr6[7] = cArr8[c2 & 15]; - this.f533x.write(cArr6, 2, 6); + this.f536x.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.f535z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i4] << 8)) << 8) | (bArr[i8] & 255), this.f538z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f535z; + char[] cArr = this.f538z; 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.f535z, this.B); + this.B = aVar.c(i10, i2, this.f538z, 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.f535z, this.B); + int b = aVar.b((((bArr[i7] & 255) | (bArr[i5] << 8)) << 8) | (bArr[i8] & 255), this.f538z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr = this.f535z; + char[] cArr = this.f538z; 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.f535z, this.B); + this.B = aVar.c(i10, i3, this.f538z, this.B); return i - i3; } @@ -441,22 +441,22 @@ public class d extends b { if (this.B + 13 >= this.C) { B0(); } - char[] cArr = this.f535z; + char[] cArr = this.f538z; int i2 = this.B; int i3 = i2 + 1; this.B = i3; - cArr[i2] = this.f534y; + cArr[i2] = this.f537y; int d = g.d(i, cArr, i3); this.B = d; - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; this.B = d + 1; - cArr2[d] = this.f534y; + cArr2[d] = this.f537y; return; } if (this.B + 11 >= this.C) { B0(); } - this.B = g.d(i, this.f535z, this.B); + this.B = g.d(i, this.f538z, 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.f535z; + char[] cArr = this.f538z; 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.f535z; + char[] cArr = this.f538z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f534y; + cArr[i] = this.f537y; int e = g.e(j, cArr, i2); this.B = e; - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; this.B = e + 1; - cArr2[e] = this.f534y; + cArr2[e] = this.f537y; return; } if (this.B + 21 >= this.C) { B0(); } - this.B = g.e(j, this.f535z, this.B); + this.B = g.e(j, this.f538z, this.B); } public final void I0(String str) throws IOException { if (this.B >= this.C) { B0(); } - char[] cArr = this.f535z; + char[] cArr = this.f538z; int i = this.B; this.B = i + 1; - cArr[i] = this.f534y; + cArr[i] = this.f537y; T(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f534y; + cArr2[i2] = this.f537y; } /* 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.f533x.write(r3, r5, r4); + r18.f536x.write(r3, r5, r4); */ /* JADX WARNING: Code restructure failed: missing block: B:70:0x0114, code lost: - r3 = r18.f535z; + r3 = r18.f538z; 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.f535z, 0); + str.getChars(i6, i8, this.f538z, 0); int i9 = this.t; if (i9 != 0) { - int[] iArr = this.f531s; + int[] iArr = this.f534s; int min = Math.min(iArr.length, i9 + 1); int i10 = 0; int i11 = 0; int i12 = 0; while (i10 < i7) { while (true) { - cArr3 = this.f535z; + cArr3 = this.f538z; 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.f533x.write(cArr3, i12, i13); + this.f536x.write(cArr3, i12, i13); if (i10 >= i7) { break; } } int i14 = i10 + 1; - i12 = C0(this.f535z, i14, i7, c4, i4); + i12 = C0(this.f538z, i14, i7, c4, i4); i11 = i4; i10 = i14; } } else { - int[] iArr2 = this.f531s; + int[] iArr2 = this.f534s; int length3 = iArr2.length; int i15 = 0; int i16 = 0; while (i15 < i7) { do { - cArr2 = this.f535z; + cArr2 = this.f538z; 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.f533x.write(cArr2, i16, i17); + this.f536x.write(cArr2, i16, i17); if (i15 >= i7) { break; } } int i18 = i15 + 1; - i16 = C0(this.f535z, i18, i7, c3, iArr2[c3]); + i16 = C0(this.f538z, 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.f535z, this.B); + str.getChars(0, length, this.f538z, this.B); int i19 = this.t; if (i19 != 0) { int i20 = this.B + length; - int[] iArr3 = this.f531s; + int[] iArr3 = this.f534s; int min2 = Math.min(iArr3.length, i19 + 1); while (this.B < i20) { while (true) { - cArr = this.f535z; + cArr = this.f538z; 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.f533x.write(cArr, i21, i22); + this.f536x.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.f531s; + int[] iArr4 = this.f534s; int length4 = iArr4.length; while (this.B < i23) { while (true) { - char[] cArr4 = this.f535z; + char[] cArr4 = this.f538z; 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.f535z; + char[] cArr = this.f538z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f534y; + cArr[i] = this.f537y; int d = g.d(s2, cArr, i2); this.B = d; - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; this.B = d + 1; - cArr2[d] = this.f534y; + cArr2[d] = this.f537y; return; } if (this.B + 6 >= this.C) { B0(); } - this.B = g.d(s2, this.f535z, this.B); + this.B = g.d(s2, this.f538z, 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.f535z; + char[] cArr = this.f538z; 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.f535z, this.B); + int b = kVar.b(this.f538z, 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.f535z, this.B); + str.getChars(0, length, this.f538z, this.B); this.B += length; return; } int i2 = this.C; int i3 = this.B; int i4 = i2 - i3; - str.getChars(0, i4, this.f535z, i3); + str.getChars(0, i4, this.f538z, 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.f535z, 0); + str.getChars(i4, i6, this.f538z, 0); this.A = 0; this.B = i5; B0(); length2 -= i5; i4 = i6; } else { - str.getChars(i4, i4 + length2, this.f535z, 0); + str.getChars(i4, i4 + length2, this.f538z, 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.f535z, this.B, i2); + System.arraycopy(cArr, i, this.f538z, this.B, i2); this.B += i2; return; } B0(); - this.f533x.write(cArr, i, i2); + this.f536x.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.f535z; + char[] cArr = this.f538z; 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.f535z; + char[] cArr = this.f538z; 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.f535z; + char[] cArr = this.f538z; 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.f535z; + char[] cArr = this.f538z; 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.f535z != null && d(d.a.AUTO_CLOSE_JSON_CONTENT)) { + if (this.f538z != 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.f533x != null) { + if (this.f536x != null) { if (this.r.b || d(d.a.AUTO_CLOSE_TARGET)) { - this.f533x.close(); + this.f536x.close(); } else if (d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f533x.flush(); + this.f536x.flush(); } } - char[] cArr = this.f535z; + char[] cArr = this.f538z; if (cArr != null) { - this.f535z = null; + this.f538z = null; c cVar2 = this.r; Objects.requireNonNull(cVar2); char[] cArr2 = cVar2.e; if (cArr == cArr2 || cArr.length >= cArr2.length) { cVar2.e = null; - cVar2.f528c.d.set(1, cArr); + cVar2.f531c.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.f535z; + char[] cArr = this.f538z; 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.f535z; + char[] cArr = this.f538z; int i2 = this.B; this.B = i2 + 1; - cArr[i2] = this.f534y; + cArr[i2] = this.f537y; c cVar = this.r; if (cVar.d == null) { - c.g.a.b.t.a aVar2 = cVar.f528c; + c.g.a.b.t.a aVar2 = cVar.f531c; Objects.requireNonNull(aVar2); int i3 = c.g.a.b.t.a.a[3]; if (i3 <= 0) { i3 = 0; } - byte[] andSet = aVar2.f537c.getAndSet(3, null); + byte[] andSet = aVar2.f540c.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.f535z; + char[] cArr2 = this.f538z; int i4 = this.B; this.B = i4 + 1; - cArr2[i4] = this.f534y; + cArr2[i4] = this.f537y; 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.f533x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { - this.f533x.flush(); + if (this.f536x != null && d(d.a.FLUSH_PASSED_TO_STREAM)) { + this.f536x.flush(); } } @@ -1027,11 +1027,11 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f535z; + char[] cArr = this.f538z; int i = this.B; int i2 = i + 1; this.B = i2; - cArr[i] = this.f534y; + cArr[i] = this.f537y; 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.f535z, this.B, length); + System.arraycopy(a, 0, this.f538z, this.B, length); this.B += length; } else { B0(); - this.f533x.write(a, 0, length); + this.f536x.write(a, 0, length); } if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f534y; + cArr2[i3] = this.f537y; return; } int i4 = this.B + c2; @@ -1060,10 +1060,10 @@ public class d extends b { if (i4 >= this.C) { B0(); } - char[] cArr3 = this.f535z; + char[] cArr3 = this.f538z; int i5 = this.B; this.B = i5 + 1; - cArr3[i5] = this.f534y; + cArr3[i5] = this.f537y; } @Override // c.g.a.b.d @@ -1076,18 +1076,18 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f535z; + char[] cArr = this.f538z; int i = this.B; this.B = i + 1; - cArr[i] = this.f534y; + cArr[i] = this.f537y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f534y; + cArr2[i2] = this.f537y; } @Override // c.g.a.b.d @@ -1097,14 +1097,14 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; int i3 = this.B; this.B = i3 + 1; - cArr2[i3] = this.f534y; + cArr2[i3] = this.f537y; int i4 = this.t; if (i4 != 0) { int i5 = i2 + i; - int[] iArr = this.f531s; + int[] iArr = this.f534s; 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.f535z, this.B, i8); + System.arraycopy(cArr, i, this.f538z, this.B, i8); this.B += i8; } } else { B0(); - this.f533x.write(cArr, i, i8); + this.f536x.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.f531s; + int[] iArr2 = this.f534s; 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.f535z, this.B, i11); + System.arraycopy(cArr, i, this.f538z, this.B, i11); this.B += i11; } } else { B0(); - this.f533x.write(cArr, i, i11); + this.f536x.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.f535z; + char[] cArr3 = this.f538z; int i12 = this.B; this.B = i12 + 1; - cArr3[i12] = this.f534y; + cArr3[i12] = this.f537y; } @Override // c.g.a.b.d @@ -1195,10 +1195,10 @@ public class d extends b { if (this.B >= this.C) { B0(); } - char[] cArr = this.f535z; + char[] cArr = this.f538z; int i3 = this.B; this.B = i3 + 1; - cArr[i3] = this.f534y; + cArr[i3] = this.f537y; 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.f535z, this.B); + int b = aVar.b((((bArr[i] << 8) | (bArr[i7] & 255)) << 8) | (bArr[i8] & 255), this.f538z, this.B); this.B = b; d--; if (d <= 0) { - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; 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.f535z, this.B); + this.B = aVar.c(i13, i11, this.f538z, this.B); } if (this.B >= this.C) { B0(); } - char[] cArr3 = this.f535z; + char[] cArr3 = this.f538z; int i14 = this.B; this.B = i14 + 1; - cArr3[i14] = this.f534y; + cArr3[i14] = this.f537y; } @Override // c.g.a.b.d @@ -1253,7 +1253,7 @@ public class d extends b { B0(); } int i2 = this.B; - char[] cArr = this.f535z; + char[] cArr = this.f538z; 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.f535z; + char[] cArr = this.f538z; int i = this.B; this.B = i + 1; cArr[i] = ']'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f532c; + this.p = cVar.f535c; return; } - StringBuilder N = c.d.b.a.a.N("Current context not Array but "); - N.append(this.p.e()); - throw new JsonGenerationException(N.toString(), this); + StringBuilder P = c.d.b.a.a.P("Current context not Array but "); + P.append(this.p.e()); + throw new JsonGenerationException(P.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.f535z; + char[] cArr = this.f538z; 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.f535z; + char[] cArr = this.f538z; int i = this.B; this.B = i + 1; cArr[i] = '}'; } c cVar = this.p; cVar.g = null; - this.p = cVar.f532c; + this.p = cVar.f535c; return; } - StringBuilder N = c.d.b.a.a.N("Current context not Object but "); - N.append(this.p.e()); - throw new JsonGenerationException(N.toString(), this); + StringBuilder P = c.d.b.a.a.P("Current context not Object but "); + P.append(this.p.e()); + throw new JsonGenerationException(P.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.f535z; + char[] cArr = this.f538z; int i = this.B; this.B = i + 1; - cArr[i] = this.f534y; + cArr[i] = this.f537y; U(a, 0, a.length); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f534y; + cArr2[i2] = this.f537y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f535z; + char[] cArr3 = this.f538z; 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.f535z; + char[] cArr4 = this.f538z; int i4 = this.B; int i5 = i4 + 1; this.B = i5; - cArr4[i4] = this.f534y; + cArr4[i4] = this.f537y; 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.f535z; + char[] cArr5 = this.f538z; int i6 = this.B; this.B = i6 + 1; - cArr5[i6] = this.f534y; + cArr5[i6] = this.f537y; return; } int i7 = this.B + c2; @@ -1448,10 +1448,10 @@ public class d extends b { if (i7 >= this.C) { B0(); } - char[] cArr6 = this.f535z; + char[] cArr6 = this.f538z; int i8 = this.B; this.B = i8 + 1; - cArr6[i8] = this.f534y; + cArr6[i8] = this.f537y; 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.f535z; + char[] cArr = this.f538z; int i = this.B; this.B = i + 1; - cArr[i] = this.f534y; + cArr[i] = this.f537y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr2 = this.f535z; + char[] cArr2 = this.f538z; int i2 = this.B; this.B = i2 + 1; - cArr2[i2] = this.f534y; + cArr2[i2] = this.f537y; return; } if (this.B + 1 >= this.C) { B0(); } if (z2) { - char[] cArr3 = this.f535z; + char[] cArr3 = this.f538z; 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.f535z; + char[] cArr4 = this.f538z; int i4 = this.B; this.B = i4 + 1; - cArr4[i4] = this.f534y; + cArr4[i4] = this.f537y; J0(str); if (this.B >= this.C) { B0(); } - char[] cArr5 = this.f535z; + char[] cArr5 = this.f538z; int i5 = this.B; this.B = i5 + 1; - cArr5[i5] = this.f534y; + cArr5[i5] = this.f537y; return; } throw new JsonGenerationException("Can not write a field name, expecting a value", this); diff --git a/app/src/main/java/c/g/a/b/s/b.java b/app/src/main/java/c/g/a/b/s/b.java index 64564e6474..ad3756d7d2 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 f536c = null; + public Object f539c = 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 3538b33033..5b0e2dc6a8 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 f537c = new AtomicReferenceArray<>(4); + public final AtomicReferenceArray f540c = 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 5a1d1f0d35..66de40fc4e 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 N = c.d.b.a.a.N(" "); - N.append(jVar2.c()); - N.append(" "); - this._objectFieldValueSeparatorWithSpaces = N.toString(); + StringBuilder P = c.d.b.a.a.P(" "); + P.append(jVar2.c()); + P.append(" "); + this._objectFieldValueSeparatorWithSpaces = P.toString(); } public d(d dVar) { @@ -101,7 +101,7 @@ public class d implements j, e, Serializable { if (d.class == d.class) { return new d(this); } - throw new IllegalStateException(c.d.b.a.a.i(d.class, c.d.b.a.a.N("Failed `createInstance()`: "), " does not override method; it has to")); + throw new IllegalStateException(c.d.b.a.a.j(d.class, c.d.b.a.a.P("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 25d6808a32..e70c392445 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 f538c; + public int f541c; 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.f538c = -1; + this.f541c = -1; } public void a(String str, int i, int i2) { - if (this.f538c >= 0) { + if (this.f541c >= 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.f538c >= 0) { + if (this.f541c >= 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.f538c >= 0) { + if (this.f541c >= 0) { this.i = str; return str; } @@ -168,7 +168,7 @@ public final class k { } public final void f(int i) { - this.f538c = -1; + this.f541c = -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 f8446ef3f6..30579b3a4b 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 N = a.N("Failed to create instance of `"); - N.append(cls.getName()); - N.append("` for handling values of type "); - N.append(d.n(jVar)); - N.append(", problem: ("); - N.append(th.getClass().getName()); - N.append(") "); - N.append(th.getMessage()); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Failed to create instance of `"); + P.append(cls.getName()); + P.append("` 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()); } } @@ -106,13 +106,13 @@ public class f implements Serializable { try { return b(Class.forName(str), jVar); } catch (Throwable th) { - StringBuilder S = a.S("Failed to find class `", str, "` for handling values of type "); - S.append(d.n(jVar)); - S.append(", problem: ("); - S.append(th.getClass().getName()); - S.append(") "); - S.append(th.getMessage()); - throw new IllegalStateException(S.toString()); + StringBuilder V = a.V("Failed to find class `", str, "` for handling values of type "); + V.append(d.n(jVar)); + V.append(", problem: ("); + V.append(th.getClass().getName()); + V.append(") "); + V.append(th.getMessage()); + throw new IllegalStateException(V.toString()); } } } diff --git a/app/src/main/java/c/g/a/c/c0/a0.java b/app/src/main/java/c/g/a/c/c0/a0.java index 3c57fc8510..bdde24ec74 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> f539c; + public final Class> f542c; 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.f539c = cls2; + this.f542c = cls2; this.f = z2; this.d = cls3 == null ? n0.class : cls3; } public String toString() { - StringBuilder N = a.N("ObjectIdInfo: propName="); - N.append(this.b); - N.append(", scope="); - N.append(d.u(this.e)); - N.append(", generatorType="); - N.append(d.u(this.f539c)); - N.append(", alwaysAsId="); - N.append(this.f); - return N.toString(); + StringBuilder P = a.P("ObjectIdInfo: propName="); + P.append(this.b); + P.append(", scope="); + P.append(d.u(this.e)); + P.append(", generatorType="); + P.append(d.u(this.f542c)); + P.append(", alwaysAsId="); + P.append(this.f); + return P.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 f3544abe89..e3d05d124d 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 f540c; + public final boolean f543c; 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 f541s; + public HashSet f544s; public LinkedHashMap t; public b0(l lVar, boolean z2, j jVar, c cVar, a aVar) { this.a = lVar; - this.f540c = z2; + this.f543c = 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.f540c, n); + c0Var = new c0(this.a, this.g, this.f543c, n); map.put(str, c0Var); } } @@ -108,11 +108,11 @@ public class b0 { } public void c(String str) { - if (!this.f540c && str != null) { - if (this.f541s == null) { - this.f541s = new HashSet<>(); + if (!this.f543c && str != null) { + if (this.f544s == null) { + this.f544s = new HashSet<>(); } - this.f541s.add(str); + this.f544s.add(str); } } @@ -139,7 +139,7 @@ public class b0 { if (c0Var != null) { return c0Var; } - c0 c0Var2 = new c0(this.a, this.g, this.f540c, t.a(str)); + c0 c0Var2 = new c0(this.a, this.g, this.f543c, 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.f540c && !this.a.q(p.ALLOW_FINAL_FIELDS_AS_MUTATORS); + boolean z13 = !this.f543c && !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.f540c ? bVar.o(gVar) : bVar.n(gVar); + t o = this.f543c ? 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.f544s = new c0.d<>(next, f4.f544s, tVar2, z8, z9, Z3); + f4.f547s = new c0.d<>(next, f4.f547s, 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().f543c) { + for (j jVar : this.e.f().f546c) { 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.f544s) || next2.z(next2.q))) { + if (!(next2.z(next2.p) || next2.z(next2.r) || next2.z(next2.f547s) || next2.z(next2.q))) { it2.remove(); - } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f544s) || next2.y(next2.q)) { + } else if (next2.y(next2.p) || next2.y(next2.r) || next2.y(next2.f547s) || 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.f544s = next2.G(next2.f544s); + next2.f547s = next2.G(next2.f547s); 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.f540c ? null : this; + b0 b0Var = this.f543c ? 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.f544s) == null || (aVar = c0Var2.m.t(dVar2.a)) == null || aVar == aVar6) && (((dVar3 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar3.a)) == null || aVar == aVar6) && ((dVar4 = c0Var2.r) == null || (aVar = c0Var2.m.t(dVar4.a)) == null || aVar == aVar6))) : ((dVar5 = c0Var2.r) == null || (aVar = bVar4.t(dVar5.a)) == null || aVar == aVar6) && (((dVar6 = c0Var2.p) == null || (aVar = c0Var2.m.t(dVar6.a)) == null || aVar == aVar6) && (((dVar7 = c0Var2.q) == null || (aVar = c0Var2.m.t(dVar7.a)) == null || aVar == aVar6) && ((dVar8 = c0Var2.f544s) == null || (aVar = c0Var2.m.t(dVar8.a)) == null || aVar == aVar6))))) { + if (bVar4 == null || (!c0Var2.k ? ((dVar = c0Var2.q) == null || (aVar = bVar4.t(dVar.a)) == null || aVar == aVar6) && (((dVar2 = c0Var2.f547s) == 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.f547s) == 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.f544s = null; + c0Var2.f547s = 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.f544s = c0Var2.H(c0Var2.f544s); + c0Var2.f547s = c0Var2.H(c0Var2.f547s); } } } @@ -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.f544s); + value.B(L, hashMap, value.f547s); 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.f541s) != null) { + if (g(c0Var3, this.k) && (hashSet = this.f544s) != null) { hashSet.remove(p); } } @@ -530,24 +530,24 @@ public class b0 { } } for (c0 c0Var5 : linkedHashMap.values()) { - if (this.f540c) { + if (this.f543c) { c0.d dVar9 = c0Var5.r; if (dVar9 != null) { - c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f544s)); + c0Var5.r = c0Var5.A(c0Var5.r, c0Var5.F(0, dVar9, c0Var5.p, c0Var5.q, c0Var5.f547s)); } else { c0.d dVar10 = c0Var5.p; if (dVar10 != null) { - c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f544s)); + c0Var5.p = c0Var5.A(c0Var5.p, c0Var5.F(0, dVar10, c0Var5.q, c0Var5.f547s)); } } } else { c0.d dVar11 = c0Var5.q; if (dVar11 != null) { - c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f544s, c0Var5.p, c0Var5.r)); + c0Var5.q = c0Var5.A(c0Var5.q, c0Var5.F(0, dVar11, c0Var5.f547s, c0Var5.p, c0Var5.r)); } else { - c0.d dVar12 = c0Var5.f544s; + c0.d dVar12 = c0Var5.f547s; if (dVar12 != null) { - c0Var5.f544s = c0Var5.A(c0Var5.f544s, c0Var5.F(0, dVar12, c0Var5.p, c0Var5.r)); + c0Var5.f547s = c0Var5.A(c0Var5.f547s, 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.f544s = c0Var6.J(c0Var6.f544s); + c0Var6.f547s = c0Var6.J(c0Var6.f547s); c0Var6.q = c0Var6.J(c0Var6.q); } Object p2 = this.g.p(this.e); @@ -576,21 +576,21 @@ public class b0 { Objects.requireNonNull(this.a._base); uVar = (c.g.a.c.u) d.g(cls2, this.a.b()); } else { - throw new IllegalStateException(a.i(cls2, a.N("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.j(cls2, a.P("AnnotationIntrospector returned Class "), "; expected Class")); } } else { - StringBuilder N = a.N("AnnotationIntrospector returned PropertyNamingStrategy definition of type "); - N.append(p2.getClass().getName()); - N.append("; expected type PropertyNamingStrategy or Class instead"); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("AnnotationIntrospector returned PropertyNamingStrategy definition of type "); + P.append(p2.getClass().getName()); + P.append("; expected type PropertyNamingStrategy or Class instead"); + throw new IllegalStateException(P.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.f544s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { - if (this.f540c) { + if (!(c0Var7.w(c0Var7.p) || c0Var7.w(c0Var7.r) || c0Var7.w(c0Var7.f547s) || c0Var7.w(c0Var7.q)) || this.a.q(p.ALLOW_EXPLICIT_PROPERTY_RENAMING)) { + if (this.f543c) { 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.f544s != null) { + if (c0Var7.f547s != 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 N = a.N("Problem with definition of "); - N.append(this.e); - N.append(": "); - N.append(str); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Problem with definition of "); + P.append(this.e); + P.append(": "); + P.append(str); + throw new IllegalArgumentException(P.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 a6584bf32c..3f2236e336 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 f542s; + public final c.g.a.c.i0.a f545s; 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 f543c; + public final List f546c; public a(e eVar, List list, List list2) { this.a = eVar; this.b = list; - this.f543c = list2; + this.f546c = list2; } } @@ -62,7 +62,7 @@ public final class c extends b implements e0 { this.k = cls; this.m = list; this.q = cls2; - this.f542s = aVar; + this.f545s = 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.f542s = o.a; + this.f545s = 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.f542s.a(cls); + return (A) this.f545s.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.f553c.Z(eVar)) { + if (eVar != null && fVar.f556c.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.f553c.Z((i) list.get(size2))) { + } else if (fVar.f556c.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.f553c.Z((i) list2.get(size3))) { + } else if (fVar.f556c.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.f547c.b())); + arrayList.add(new g(aVar.a, aVar.b, aVar.f550c.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.f553c != null && !linkedHashMap.isEmpty()) { + if (z2 && kVar.f556c != null && !linkedHashMap.isEmpty()) { for (Map.Entry entry : linkedHashMap.entrySet()) { y yVar = (y) entry.getKey(); - if ("hashCode".equals(yVar.b) && yVar.f555c.length == 0) { + if ("hashCode".equals(yVar.b) && yVar.f558c.length == 0) { try { Method declaredMethod = Object.class.getDeclaredMethod(yVar.b, new Class[0]); if (declaredMethod != null) { k.a aVar4 = (k.a) entry.getValue(); - aVar4.f548c = kVar.d(aVar4.f548c, declaredMethod.getDeclaredAnnotations()); + aVar4.f551c = kVar.d(aVar4.f551c, 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.f548c.b(), null); + j jVar2 = method == null ? null : new j(aVar5.a, method, aVar5.f551c.b(), null); if (jVar2 != null) { linkedHashMap2.put(entry2.getKey(), jVar2); } @@ -562,6 +562,6 @@ public final class c extends b implements e0 { } public String toString() { - return c.d.b.a.a.i(this.k, c.d.b.a.a.N("[AnnotedClass "), "]"); + return c.d.b.a.a.j(this.k, c.d.b.a.a.P("[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 a23bd0c37f..e97b4a86f3 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 f544s; + public d f547s; 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 f545c; + public final t f548c; 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.f545c = tVar2; + this.f548c = 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.f545c != null) { - return b.f545c == null ? c(null) : c(b); + if (this.f548c != null) { + return b.f548c == null ? c(null) : c(b); } - if (b.f545c != null) { + if (b.f548c != 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.f545c, this.d, this.e, this.f); + return dVar == this.b ? this : new d<>(this.a, dVar, this.f548c, 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.f545c, this.d, this.e, this.f); + return this.b == null ? this : new d<>(this.a, null, this.f548c, 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 R = c.d.b.a.a.R(format, ", "); - R.append(this.b.toString()); - return R.toString(); + StringBuilder U = c.d.b.a.a.U(format, ", "); + U.append(this.b.toString()); + return U.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.f544s = c0Var.f544s; + this.f547s = c0Var.f547s; 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.f545c, dVar.d, dVar.e, dVar.f); + return iVar == dVar.a ? dVar : new d<>(iVar, dVar.b, dVar.f548c, 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.f545c; + t tVar = dVar2.f548c; 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.f544s) { - c0Var.f544s = dVar2.c(c0Var.f544s); + } else if (dVar == this.f547s) { + c0Var.f547s = dVar2.c(c0Var.f547s); } 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 N = c.d.b.a.a.N("Conflicting/ambiguous property name definitions (implicit name "); + StringBuilder P = c.d.b.a.a.P("Conflicting/ambiguous property name definitions (implicit name "); t tVar2 = this.n; Annotation[] annotationArr = c.g.a.c.i0.d.a; - N.append(tVar2 == null ? "[null]" : c.g.a.c.i0.d.c(tVar2._simpleName)); - N.append("): found multiple explicit names: "); - N.append(collection); - N.append(", but also implicit accessor: "); - N.append(dVar2); - throw new IllegalStateException(N.toString()); + P.append(tVar2 == null ? "[null]" : c.g.a.c.i0.d.c(tVar2._simpleName)); + P.append("): found multiple explicit names: "); + P.append(collection); + P.append(", but also implicit accessor: "); + P.append(dVar2); + throw new IllegalStateException(P.toString()); } } } public final Set C(d dVar, Set set) { while (dVar != null) { - if (dVar.d && dVar.f545c != null) { + if (dVar.d && dVar.f548c != null) { if (set == null) { set = new HashSet<>(); } - set.add(dVar.f545c); + set.add(dVar.f548c); } 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.f544s = N(this.f544s, c0Var.f544s); + this.f547s = N(this.f547s, c0Var.f547s); } public Set L() { - Set C = C(this.q, C(this.f544s, C(this.r, C(this.p, null)))); + Set C = C(this.q, C(this.f547s, 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.f544s) != null) { + if (t == null && (dVar2 = this.f547s) != 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.f544s == null && this.p == null) ? false : true; + return (this.q == null && this.f547s == 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 N = c.d.b.a.a.N("Multiple fields representing property \""); - N.append(p()); - N.append("\": "); - N.append(gVar.h()); - N.append(" vs "); - N.append(gVar2.h()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Multiple fields representing property \""); + P.append(p()); + P.append("\": "); + P.append(gVar.h()); + P.append(" vs "); + P.append(gVar2.h()); + throw new IllegalArgumentException(P.toString()); } return gVar; } @@ -470,13 +470,13 @@ public class c0 extends s implements Comparable { dVar = dVar2; dVar2 = dVar2.b; } else { - StringBuilder N = c.d.b.a.a.N("Conflicting getter definitions for property \""); - N.append(p()); - N.append("\": "); - N.append(dVar.a.h()); - N.append(" vs "); - N.append(dVar2.a.h()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Conflicting getter definitions for property \""); + P.append(p()); + P.append("\": "); + P.append(dVar.a.h()); + P.append(" vs "); + P.append(dVar2.a.h()); + throw new IllegalArgumentException(P.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.f544s; + d dVar4 = this.f547s; 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.f544s; + d dVar = this.f547s; 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.f544s = dVar.e(); + this.f547s = dVar.e(); return dVar.a; } @@ -714,23 +714,23 @@ public class c0 extends s implements Comparable { @Override // java.lang.Object public String toString() { - StringBuilder N = c.d.b.a.a.N("[Property '"); - N.append(this.n); - N.append("'; ctors: "); - N.append(this.q); - N.append(", field(s): "); - N.append(this.p); - N.append(", getter(s): "); - N.append(this.r); - N.append(", setter(s): "); - N.append(this.f544s); - N.append("]"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("[Property '"); + P.append(this.n); + P.append("'; ctors: "); + P.append(this.q); + P.append(", field(s): "); + P.append(this.p); + P.append(", getter(s): "); + P.append(this.r); + P.append(", setter(s): "); + P.append(this.f547s); + P.append("]"); + return P.toString(); } @Override // c.g.a.c.c0.s public boolean u() { - return x(this.p) || x(this.r) || x(this.f544s) || w(this.q); + return x(this.p) || x(this.r) || x(this.f547s) || 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.f545c != null && dVar.d) { + if (dVar.f548c != 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.f545c; + t tVar = dVar.f548c; 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 b480477eb6..2459eb016e 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 f546c; + public final l f549c; 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.f546c = lVar; + this.f549c = 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.f546c = lVar; + this.f549c = 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.f549c; + o oVar = o.a.f552c; 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 61eae3b38c..1708189db4 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 N = c.d.b.a.a.N("Cannot call getValue() on constructor of "); - N.append(g().getName()); - throw new UnsupportedOperationException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Cannot call getValue() on constructor of "); + P.append(g().getName()); + throw new UnsupportedOperationException(P.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 N = c.d.b.a.a.N("Could not find constructor with "); - N.append(this._serialization.args.length); - N.append(" args from Class '"); - N.append(cls.getName()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Could not find constructor with "); + P.append(this._serialization.args.length); + P.append(" args from Class '"); + P.append(cls.getName()); + throw new IllegalArgumentException(P.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 5d02a6effa..57a0024bd3 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.f549c, annotationArr[i]); + o b = b(o.a.f552c, 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.f553c == null) { + if (this.f556c == 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.f553c == null) { + if (this.f556c == 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.f582c; + Annotation[][] annotationArr2 = aVar.f585c; if (annotationArr2 == null) { annotationArr2 = aVar.a.getParameterAnnotations(); - aVar.f582c = annotationArr2; + aVar.f585c = 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.f582c; + Annotation[][] annotationArr4 = aVar2.f585c; if (annotationArr4 == null) { annotationArr4 = aVar2.a.getParameterAnnotations(); - aVar2.f582c = annotationArr4; + aVar2.f585c = 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 f638f72a33..91b5f2148b 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.F(a.N("Cannot get virtual property '"), this._name, "'")); + throw new IllegalArgumentException(a.H(a.P("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 N = a.N("[virtual "); - N.append(h()); - N.append("]"); - return N.toString(); + StringBuilder P = a.P("[virtual "); + P.append(h()); + P.append("]"); + return P.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 a3c6b5f46b..b8c37220fe 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 N = c.d.b.a.a.N("Failed to getValue() for field "); - N.append(h()); - N.append(": "); - N.append(e.getMessage()); - throw new IllegalArgumentException(N.toString(), e); + StringBuilder P = c.d.b.a.a.P("Failed to getValue() for field "); + P.append(h()); + P.append(": "); + P.append(e.getMessage()); + throw new IllegalArgumentException(P.toString(), e); } } @@ -100,20 +100,20 @@ public final class g extends i implements Serializable { } return new g(null, declaredField, null); } catch (Exception unused) { - StringBuilder N = c.d.b.a.a.N("Could not find method '"); - N.append(this._serialization.name); - N.append("' from Class '"); - N.append(cls.getName()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Could not find method '"); + P.append(this._serialization.name); + P.append("' from Class '"); + P.append(cls.getName()); + throw new IllegalArgumentException(P.toString()); } } @Override // java.lang.Object public String toString() { - StringBuilder N = c.d.b.a.a.N("[field "); - N.append(h()); - N.append("]"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("[field "); + P.append(h()); + P.append("]"); + return P.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 f5ec1349aa..43b7dcfc03 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 f547c = o.a.f549c; + public o f550c = o.a.f552c; 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.f547c = b(aVar3.f547c, field.getDeclaredAnnotations()); + aVar3.f550c = b(aVar3.f550c, 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.f547c = b(aVar2.f547c, field2.getDeclaredAnnotations()); + aVar2.f550c = b(aVar2.f550c, 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 c341501da7..f36a14b975 100644 --- a/app/src/main/java/c/g/a/c/c0/j.java +++ b/app/src/main/java/c/g/a/c/c0/j.java @@ -75,15 +75,15 @@ public final class j extends n implements Serializable { String h = super.h(); int o = o(); if (o == 0) { - return c.d.b.a.a.t(h, "()"); + return c.d.b.a.a.u(h, "()"); } if (o != 1) { return String.format("%s(%d params)", super.h(), Integer.valueOf(o())); } - StringBuilder R = c.d.b.a.a.R(h, "("); - R.append(p(0).getName()); - R.append(")"); - return R.toString(); + StringBuilder U = c.d.b.a.a.U(h, "("); + U.append(p(0).getName()); + U.append(")"); + return U.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 N = c.d.b.a.a.N("Failed to getValue() with method "); - N.append(h()); - N.append(": "); - N.append(e.getMessage()); - throw new IllegalArgumentException(N.toString(), e); + StringBuilder P = c.d.b.a.a.P("Failed to getValue() with method "); + P.append(h()); + P.append(": "); + P.append(e.getMessage()); + throw new IllegalArgumentException(P.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 N = c.d.b.a.a.N("Could not find method '"); - N.append(this._serialization.name); - N.append("' from Class '"); - N.append(cls.getName()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Could not find method '"); + P.append(this._serialization.name); + P.append("' from Class '"); + P.append(cls.getName()); + throw new IllegalArgumentException(P.toString()); } } @Override // java.lang.Object public String toString() { - StringBuilder N = c.d.b.a.a.N("[method "); - N.append(h()); - N.append("]"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("[method "); + P.append(h()); + P.append("]"); + return P.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 c2e5f16084..9696fc0c24 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 f548c; + public o f551c; public a(e0 e0Var, Method method, o oVar) { this.a = e0Var; this.b = method; - this.f548c = oVar; + this.f551c = 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.f553c == null ? o.a.f549c : c(method.getDeclaredAnnotations()))); + map.put(yVar, new a(e0Var, method, this.f556c == null ? o.a.f552c : c(method.getDeclaredAnnotations()))); } else { if (this.e) { - aVar.f548c = d(aVar.f548c, method.getDeclaredAnnotations()); + aVar.f551c = d(aVar.f551c, 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.f553c != null) { + if (this.f556c != 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.f548c = d(aVar.f548c, declaredAnnotations); + aVar.f551c = d(aVar.f551c, 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 292be1da9a..4303a52969 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 N = a.N("Cannot call getValue() on constructor parameter of "); - N.append(g().getName()); - throw new UnsupportedOperationException(N.toString()); + StringBuilder P = a.P("Cannot call getValue() on constructor parameter of "); + P.append(g().getName()); + throw new UnsupportedOperationException(P.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 N = a.N("[parameter #"); - N.append(this._index); - N.append(", annotations: "); - N.append(this.j); - N.append("]"); - return N.toString(); + StringBuilder P = a.P("[parameter #"); + P.append(this._index); + P.append(", annotations: "); + P.append(this.j); + P.append("]"); + return P.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 6bcc570bd2..1629cf531d 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 f549c = new a(null); + public static final a f552c = 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> f550c; + public final HashMap, Annotation> f553c; public b(Object obj, Class cls, Annotation annotation, Class cls2, Annotation annotation2) { super(obj); HashMap, Annotation> hashMap = new HashMap<>(); - this.f550c = hashMap; + this.f553c = hashMap; hashMap.put(cls, annotation); hashMap.put(cls2, annotation2); } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { - this.f550c.put(annotation.annotationType(), annotation); + this.f553c.put(annotation.annotationType(), annotation); return this; } @Override // c.g.a.c.c0.o public p b() { p pVar = new p(); - for (Annotation annotation : this.f550c.values()) { + for (Annotation annotation : this.f553c.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.f550c.size() != 2) { - return new p(this.f550c); + if (this.f553c.size() != 2) { + return new p(this.f553c); } - Iterator, Annotation>> it = this.f550c.entrySet().iterator(); + Iterator, Annotation>> it = this.f553c.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.f550c.containsKey(annotation.annotationType()); + return this.f553c.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 f551c; + public Class f554c; public Annotation d; public e(Object obj, Class cls, Annotation annotation) { super(obj); - this.f551c = cls; + this.f554c = cls; this.d = annotation; } @Override // c.g.a.c.c0.o public o a(Annotation annotation) { Class annotationType = annotation.annotationType(); - Class cls = this.f551c; + Class cls = this.f554c; 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.f551c; + Class cls = this.f554c; 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.f551c, this.d); + return new d(this.f554c, this.d); } @Override // c.g.a.c.c0.o public boolean d(Annotation annotation) { - return annotation.annotationType() == this.f551c; + return annotation.annotationType() == this.f554c; } } 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 c618955bd0..c875c93b9f 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 f552c; + public final b0 f555c; 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.f552c = b0Var; + this.f555c = 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.f552c = null; + this.f555c = 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.f552c; + b0 b0Var = this.f555c; if (b0Var == null) { return null; } @@ -99,7 +99,7 @@ public class q extends c { public List d() { if (this.i == null) { - b0 b0Var = this.f552c; + b0 b0Var = this.f555c; 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 244ce6c261..43f70fa9d8 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 f553c; + public final b f556c; public u(b bVar) { - this.f553c = bVar; + this.f556c = 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.f553c.b0(annotation)) { + if (this.f556c.b0(annotation)) { oVar = e(oVar, annotation); } } @@ -40,10 +40,10 @@ public class u { } public final o c(Annotation[] annotationArr) { - o oVar = o.a.f549c; + o oVar = o.a.f552c; for (Annotation annotation : annotationArr) { oVar = oVar.a(annotation); - if (this.f553c.b0(annotation)) { + if (this.f556c.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.f553c.b0(annotation)) { + if (this.f556c.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.f553c.b0(annotation2)) { + if (this.f556c.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.f553c.b0(annotation2)) { + if (!this.f556c.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 0fa49cbfd6..0f9a3973a5 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.f556c : h : h == null ? i : i.k(h); + return i == null ? h == null ? d.f559c : 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 39059e02bb..c3afbf4719 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 f554c; + public final String f557c; public final String d; public final String e; @@ -45,7 +45,7 @@ public class w extends a { c.g.a.c.d0.a aVar = c.g.a.c.d0.a.a; Objects.requireNonNull(aVar); try { - Object[] objArr = (Object[]) aVar.f557c.invoke(cls, new Object[0]); + Object[] objArr = (Object[]) aVar.f560c.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 N = c.d.b.a.a.N("Failed to access RecordComponents of type "); - N.append(d.u(cls)); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Failed to access RecordComponents of type "); + P.append(d.u(cls)); + throw new IllegalArgumentException(P.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.f554c = str2; + this.f557c = 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.f554c; + String str2 = this.f557c; 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.f554c.length()) : d(str, this.f554c.length()); + return this.b ? e(str, this.f557c.length()) : d(str, this.f557c.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 62091f1573..82926e13d7 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.f542s.a(c.g.a.c.y.b.class); + c.g.a.c.y.b bVar = (c.g.a.c.y.b) cVar.f545s.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.f542s, 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.f545s, jVar); if (prepend) { list.add(i2, aVar2); } else { @@ -900,7 +900,7 @@ public class x extends b implements Serializable { a0Var = a0.a; } boolean alwaysAsId = lVar.alwaysAsId(); - return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f539c, alwaysAsId, a0Var.d); + return a0Var.f == alwaysAsId ? a0Var : new a0(a0Var.b, a0Var.e, a0Var.f542c, 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 d8c4dd5717..91654db0c8 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[] f555c; + public final Class[] f558c; public y(Constructor constructor) { Class[] parameterTypes = constructor.getParameterTypes(); this.b = ""; - this.f555c = parameterTypes == null ? a : parameterTypes; + this.f558c = parameterTypes == null ? a : parameterTypes; } public y(Method method) { String name = method.getName(); Class[] parameterTypes = method.getParameterTypes(); this.b = name; - this.f555c = parameterTypes == null ? a : parameterTypes; + this.f558c = 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.f555c; - int length = this.f555c.length; + Class[] clsArr = yVar.f558c; + int length = this.f558c.length; if (clsArr.length != length) { return false; } for (int i = 0; i < length; i++) { - if (clsArr[i] != this.f555c[i]) { + if (clsArr[i] != this.f558c[i]) { return false; } } @@ -49,13 +49,13 @@ public final class y { } public int hashCode() { - return this.b.hashCode() + this.f555c.length; + return this.b.hashCode() + this.f558c.length; } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append("("); - return a.y(sb, this.f555c.length, "-args)"); + return a.z(sb, this.f558c.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 fe8982ff25..0f7b7bf37a 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 f556c = new i.d("", i.c.ANY, "", "", i.b.a, null); + public static final i.d f559c = 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 d1446229f0..94477ad36c 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 f557c; + public final Method f560c; public final Method d; static { @@ -25,7 +25,7 @@ public class a { public a() throws RuntimeException { try { - this.f557c = Class.class.getMethod("getRecordComponents", new Class[0]); + this.f560c = 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 db83802ba1..57fb59372f 100644 --- a/app/src/main/java/c/g/a/c/e.java +++ b/app/src/main/java/c/g/a/c/e.java @@ -40,18 +40,18 @@ public abstract class e { Objects.requireNonNull(vVar._base); return (c.g.a.c.i0.e) d.g(cls, vVar.b()); } - throw new IllegalStateException(a.i(cls, a.N("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.j(cls, a.P("AnnotationIntrospector returned Class "), "; expected Class")); } - StringBuilder N = a.N("AnnotationIntrospector returned Converter definition of type "); - N.append(obj.getClass().getName()); - N.append("; expected type Converter or Class instead"); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("AnnotationIntrospector returned Converter definition of type "); + P.append(obj.getClass().getName()); + P.append("; expected type Converter or Class instead"); + throw new IllegalStateException(P.toString()); } public abstract n d(); public i0 e(b bVar, a0 a0Var) throws JsonMappingException { - Class> cls = a0Var.f539c; + Class> cls = a0Var.f542c; 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 1c6dfd9eb0..05d10306db 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 N = a.N("[NamedType, class "); - a.d0(this._class, N, ", name: "); - return a.F(N, this._name == null ? "null" : a.F(a.N("'"), this._name, "'"), "]"); + StringBuilder P = a.P("[NamedType, class "); + a.g0(this._class, P, ", name: "); + return a.H(P, this._name == null ? "null" : a.H(a.P("'"), 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 34bc4ce494..e484622396 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.f559c); + return this.b == dVar ? this : new b(this.a, dVar, this.f562c); } } 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 1610b2616c..3502af4359 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 f558c; + public final String f561c; public c(e eVar, d dVar, String str) { super(eVar, dVar); - this.f558c = str; + this.f561c = str; } @Override // c.g.a.c.e0.g public g a(d dVar) { - return this.b == dVar ? this : new c(this.a, dVar, this.f558c); + return this.b == dVar ? this : new c(this.a, dVar, this.f561c); } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f558c; + return this.f561c; } @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 675e9dfd66..bd4ff29b07 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 f559c; + public final String f562c; public d(e eVar, c.g.a.c.d dVar, String str) { super(eVar, dVar); - this.f559c = str; + this.f562c = str; } @Override // c.g.a.c.e0.h.m, c.g.a.c.e0.g public String b() { - return this.f559c; + return this.f562c; } @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.f559c); + return this.b == dVar ? this : new d(this.a, dVar, this.f562c); } } 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 e943d70f23..5da8dc875d 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 N = a.N("Cannot create TypeBindings for class "); - N.append(EnumSet.class.getName()); - N.append(" with 1 type parameter: class expects "); - N.append(length); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Cannot create TypeBindings for class "); + P.append(EnumSet.class.getName()); + P.append(" with 1 type parameter: class expects "); + P.append(length); + throw new IllegalArgumentException(P.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.f583c; + Field field2 = d.b.a.f586c; 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.f578x; + jVar2 = n.f581x; 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 N2 = a.N("Cannot create TypeBindings for class "); - N2.append(EnumMap.class.getName()); - N2.append(" with "); - N2.append(2); - N2.append(" type parameter"); - N2.append("s"); - N2.append(": class expects "); - N2.append(length2); - throw new IllegalArgumentException(N2.toString()); + StringBuilder P2 = a.P("Cannot create TypeBindings for class "); + P2.append(EnumMap.class.getName()); + P2.append(" with "); + P2.append(2); + P2.append(" type parameter"); + P2.append("s"); + P2.append(": class expects "); + P2.append(length2); + throw new IllegalArgumentException(P2.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 298a2ec6db..440d1eff1e 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 f560c; + public final String f563c; 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.f560c = "."; + this.f563c = "."; return; } - this.f560c = name.substring(0, lastIndexOf + 1); + this.f563c = 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.f560c) ? name.substring(this.f560c.length() - 1) : name; + return name.startsWith(this.f563c) ? name.substring(this.f563c.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 720cb20f87..da1084f099 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 N = c.d.b.a.a.N("Do not know how to construct standard type id resolver for idType: "); - N.append(this._idType); - throw new IllegalStateException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Do not know how to construct standard type id resolver for idType: "); + P.append(this._idType); + throw new IllegalStateException(P.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 N2 = c.d.b.a.a.N("Do not know how to construct standard type serializer for inclusion type: "); - N2.append(this._includeAs); - throw new IllegalStateException(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Do not know how to construct standard type serializer for inclusion type: "); + P2.append(this._includeAs); + throw new IllegalStateException(P2.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 ea9955d512..82ce8e21e2 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 f561c; + public final c.g.a.c.z.l f564c; 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.f561c = lVar; + this.f564c = 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.f561c.p()) { - str = this.f561c.e().O(((q) this.f561c.o(cls2)).f); + if (this.f564c.p()) { + str = this.f564c.e().O(((q) this.f564c.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 48a01d71ce..cd0ac7631d 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.f536c == null) { + if (bVar.f539c == null) { Object obj = bVar.a; Class cls = bVar.b; - bVar.f536c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); + bVar.f539c = cls == null ? this.a.a(obj) : this.a.c(obj, cls); } Objects.requireNonNull(dVar); - Object obj2 = bVar.f536c; + Object obj2 = bVar.f539c; 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.f536c; + Object obj = bVar.f539c; 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 1eed85c023..5f72f81964 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 f562c; + public n f565c; public t d; public a(d dVar, i iVar, n nVar) { this.b = iVar; this.a = dVar; - this.f562c = nVar; + this.f565c = 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.f562c.f(j, dVar, xVar); + this.f565c.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 ea2c69fc29..72aa408e83 100644 --- a/app/src/main/java/c/g/a/c/g0/b.java +++ b/app/src/main/java/c/g/a/c/g0/b.java @@ -185,7 +185,7 @@ public abstract class b extends q implements Serializable { } else if (cls == Character.TYPE) { cls = Character.class; } else { - throw new IllegalArgumentException(a.i(cls, a.N("Class "), " is not a primitive type")); + throw new IllegalArgumentException(a.j(cls, a.P("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.f552c; + c.g.a.c.c0.b0 b0Var = qVar.f555c; 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 4e572c7da1..922e880d26 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 N = c.d.b.a.a.N(", static serializer of type "); - N.append(this._serializer.getClass().getName()); - sb.append(N.toString()); + StringBuilder P = c.d.b.a.a.P(", static serializer of type "); + P.append(this._serializer.getClass().getName()); + sb.append(P.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 b4c4b6bc59..82981a33d3 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 N = a.N("BeanSerializer for "); - N.append(this._handledType.getName()); - return N.toString(); + StringBuilder P = a.P("BeanSerializer for "); + P.append(this._handledType.getName()); + return P.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 f16cbbcaa9..b9023e7523 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 f563c; + public v f566c; 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.f563c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { - this.h.f(this.f563c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + if (this.h != null && this.f566c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + this.h.f(this.f566c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); } a aVar = this.f; if (aVar != null) { - aVar.b.f(this.f563c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + aVar.b.f(this.f566c.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.f563c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { + if (this.f566c.q(p.CAN_OVERRIDE_ACCESS_MODIFIERS)) { for (c cVar : cVarArr) { - cVar._member.f(this.f563c.q(p.OVERRIDE_PUBLIC_ACCESS_MODIFIERS)); + cVar._member.f(this.f566c.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 4136561208..258a33f464 100644 --- a/app/src/main/java/c/g/a/c/g0/f.java +++ b/app/src/main/java/c/g/a/c/g0/f.java @@ -106,14 +106,14 @@ public class f extends b implements Serializable { Objects.requireNonNull(qVar.d._base); eVar = (e) d.g(cls, qVar.d.b()); } else { - throw new IllegalStateException(a.i(cls, a.N("AnnotationIntrospector returned Class "), "; expected Class")); + throw new IllegalStateException(a.j(cls, a.P("AnnotationIntrospector returned Class "), "; expected Class")); } } } else { - StringBuilder N = a.N("AnnotationIntrospector returned Converter definition of type "); - N.append(H.getClass().getName()); - N.append("; expected type Converter or Class instead"); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("AnnotationIntrospector returned Converter definition of type "); + P.append(H.getClass().getName()); + P.append("; expected type Converter or Class instead"); + throw new IllegalStateException(P.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 N = a.N("Failed to instantiate bean of type "); - N.append(qVar.f.k.getName()); - N.append(": ("); - N.append(e.getClass().getName()); - N.append(") "); - N.append(c.g.a.c.i0.d.h(e)); - throw new IllegalArgumentException(N.toString(), e); + StringBuilder P = a.P("Failed to instantiate bean of type "); + P.append(qVar.f.k.getName()); + P.append(": ("); + P.append(e.getClass().getName()); + P.append(") "); + P.append(c.g.a.c.i0.d.h(e)); + throw new IllegalArgumentException(P.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.f542s, e, y2, c2, a, z3, obj, i); - q = lVar.f564c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f545s, e, y2, c2, a, z3, obj, i); + q = lVar.f567c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f567c.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 S = a.S("Failed to get property '", p, "' of default "); - S.append(obj5.getClass().getName()); - S.append(" instance"); - throw new IllegalArgumentException(S.toString()); + StringBuilder V = a.V("Failed to get property '", p, "' of default "); + V.append(obj5.getClass().getName()); + V.append(" instance"); + throw new IllegalArgumentException(V.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.f542s, e, y2, c2, a, z3, obj, i); - q = lVar.f564c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f545s, e, y2, c2, a, z3, obj, i); + q = lVar.f567c.q(iVar); if (q != null) { cVar2.e(xVar.H(iVar, q)); } - c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f567c.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.f542s, e, y2, c2, a, z3, obj, i); - q = lVar.f564c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f545s, e, y2, c2, a, z3, obj, i); + q = lVar.f567c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f567c.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.f542s, e, y2, c2, a, z3, obj, i); - q = lVar.f564c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f545s, e, y2, c2, a, z3, obj, i); + q = lVar.f567c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f567c.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.f542s, e, y2, c2, a, z3, obj, i); - q = lVar.f564c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f545s, e, y2, c2, a, z3, obj, i); + q = lVar.f567c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f567c.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.f542s, e, y2, c2, a, z3, obj, i); - q = lVar.f564c.q(iVar); + c cVar2 = new c(sVar, iVar, ((q) lVar.b).f.f545s, e, y2, c2, a, z3, obj, i); + q = lVar.f567c.q(iVar); if (q != null) { } - c.g.a.c.i0.n Q = lVar.f564c.Q(iVar); + c.g.a.c.i0.n Q = lVar.f567c.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.f563c = vVar9; + eVar2.f566c = 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 N = a.N("Multiple type ids specified with "); - N.append(eVar2.h); - N.append(" and "); - N.append(j); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Multiple type ids specified with "); + P.append(eVar2.h); + P.append(" and "); + P.append(j); + throw new IllegalArgumentException(P.toString()); } } z4 = z13; @@ -1110,7 +1110,7 @@ public class f extends b implements Serializable { if (a0Var == null) { jVar2 = null; } else { - Class> cls12 = a0Var.f539c; + Class> cls12 = a0Var.f542c; 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.f552c; + b0 b0Var = qVar3.f555c; 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.f552c; + b0 b0Var2 = qVar3.f555c; 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.f542s.size() > 0) { + if (qVar3.f.f545s.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 3e76808ac7..634bb4a967 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 N = c.d.b.a.a.N("AnnotationIntrospector returned Class "); - N.append(cls.getName()); - N.append("; expected Class"); - f(e, N.toString()); + StringBuilder P = c.d.b.a.a.P("AnnotationIntrospector returned Class "); + P.append(cls.getName()); + P.append("; expected Class"); + f(e, P.toString()); throw null; } } else { c.g.a.c.j e2 = bVar.e(); - StringBuilder N2 = c.d.b.a.a.N("AnnotationIntrospector returned serializer definition of type "); - N2.append(obj.getClass().getName()); - N2.append("; expected type JsonSerializer or Class instead"); - f(e2, N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("AnnotationIntrospector returned serializer definition of type "); + P2.append(obj.getClass().getName()); + P2.append("; expected type JsonSerializer or Class instead"); + f(e2, P2.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 N = c.d.b.a.a.N("[no message for "); - N.append(exc.getClass().getName()); - N.append("]"); - h = N.toString(); + StringBuilder P = c.d.b.a.a.P("[no message for "); + P.append(exc.getClass().getName()); + P.append("]"); + h = P.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.f568c == cls && aVar.e)) { + if (!(aVar.f571c == cls && aVar.e)) { while (true) { aVar = aVar.b; if (aVar == null) { break; } - if (aVar.f568c != cls || !aVar.e) { + if (aVar.f571c != 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 4e1c1fbae3..3a42da8418 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 f564c; + public final b f567c; public Object d; public final p.b e; public final boolean f; @@ -30,28 +30,28 @@ 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.f564c = vVar.e(); + this.f567c = vVar.e(); } public j a(c.g.a.c.c0.b bVar, boolean z2, j jVar) throws JsonMappingException { - j e02 = this.f564c.e0(this.a, bVar, jVar); + j e02 = this.f567c.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 N = a.N("Illegal concrete-type annotation for method '"); - N.append(bVar.c()); - N.append("': class "); - N.append(cls.getName()); - N.append(" not a super-type of (declared) class "); - N.append(cls2.getName()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Illegal concrete-type annotation for method '"); + P.append(bVar.c()); + P.append("': class "); + P.append(cls.getName()); + P.append(" not a super-type of (declared) class "); + P.append(cls2.getName()); + throw new IllegalArgumentException(P.toString()); } z2 = true; jVar = e02; } - e.b K = this.f564c.K(bVar); + e.b K = this.f567c.K(bVar); if (!(K == null || K == e.b.DEFAULT_TYPING)) { if (K != e.b.STATIC) { z3 = false; diff --git a/app/src/main/java/c/g/a/c/g0/t/b.java b/app/src/main/java/c/g/a/c/g0/t/b.java index dfd89cc592..681ba3df02 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 N = a.N("BeanAsArraySerializer for "); - N.append(this._handledType.getName()); - return N.toString(); + StringBuilder P = a.P("BeanAsArraySerializer for "); + P.append(this._handledType.getName()); + return P.toString(); } @Override // c.g.a.c.g0.u.d diff --git a/app/src/main/java/c/g/a/c/g0/t/i.java b/app/src/main/java/c/g/a/c/g0/t/i.java index 5fb6bdeba5..e997c04d36 100644 --- a/app/src/main/java/c/g/a/c/g0/t/i.java +++ b/app/src/main/java/c/g/a/c/g0/t/i.java @@ -231,7 +231,7 @@ public class i extends h> implements c.g.a.c.g0.i { try { nVar.f(value, dVar, xVar); } catch (Exception e) { - o(xVar, e, entry, c.d.b.a.a.s("", key)); + o(xVar, e, entry, c.d.b.a.a.t("", key)); throw null; } } else { diff --git a/app/src/main/java/c/g/a/c/g0/t/j.java b/app/src/main/java/c/g/a/c/g0/t/j.java index d132cfb037..c64232ca5a 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 f565c; + public final i0 f568c; 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.f565c = i0Var; + this.f568c = 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 b828cfa951..a90ff2cdd9 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 N = a.N("Problem accessing property '"); - N.append(this._property._name._value); - N.append("': "); - N.append(e2.getMessage()); - throw new IllegalStateException(N.toString(), e2); + StringBuilder P = a.P("Problem accessing property '"); + P.append(this._property._name._value); + P.append("': "); + P.append(e2.getMessage()); + throw new IllegalStateException(P.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 bd6072e596..014dcd2c32 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 f566c; + public final Class f569c; 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.f566c = cls2; + this.f569c = 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.f566c, this.e), new f(cls, nVar)}); + return new c(this, new f[]{new f(this.b, this.d), new f(this.f569c, 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.f566c) { + if (cls == this.f569c) { 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 f567c; + public final n f570c; public e(l lVar, Class cls, n nVar) { super(lVar); this.b = cls; - this.f567c = nVar; + this.f570c = nVar; } @Override // c.g.a.c.g0.t.l public l b(Class cls, n nVar) { - return new a(this, this.b, this.f567c, cls, nVar); + return new a(this, this.b, this.f570c, cls, nVar); } @Override // c.g.a.c.g0.t.l public n c(Class cls) { if (cls == this.b) { - return this.f567c; + return this.f570c; } 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 21c62cdf15..d864286db6 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 f568c; + public final Class f571c; 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.f568c = uVar.b; - this.d = uVar.f586c; + this.f571c = uVar.b; + this.d = uVar.f589c; } } @@ -75,7 +75,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f568c == cls && !aVar.e) { + if (aVar.f571c == cls && !aVar.e) { return aVar.a; } do { @@ -83,7 +83,7 @@ public final class m { if (aVar == null) { return null; } - if (aVar.f568c != cls || aVar.e) { + if (aVar.f571c != 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 b2c8bc5048..8c3994ad4a 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 N = a.N("UnwrappingBeanSerializer for "); - N.append(this._handledType.getName()); - return N.toString(); + StringBuilder P = a.P("UnwrappingBeanSerializer for "); + P.append(this._handledType.getName()); + return P.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 b648df5bb5..5ce2c4566b 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 f569c = false; + public boolean f572c = false; public u(i0 i0Var) { this.a = i0Var; @@ -21,7 +21,7 @@ public final class u { if (this.b == null) { return false; } - if (!this.f569c && !jVar.e) { + if (!this.f572c && !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 93705bf944..eeaf889d14 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.f539c; + Class> cls2 = s3.f542c; 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.f565c, jVar2.d, z2); + jVar2 = new c.g.a.c.g0.t.j(jVar2.a, jVar2.b, jVar2.f568c, 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.f565c, 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.f568c, 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.f562c; + c.g.a.c.n nVar3 = aVar.f565c; if (nVar3 instanceof c.g.a.c.g0.i) { c.g.a.c.n y2 = xVar.y(nVar3, aVar.a); - aVar.f562c = y2; + aVar.f565c = 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.f565c); + u p = xVar.p(obj, jVar.f568c); 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.f569c = true; + p.f572c = 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.f565c); + u p = xVar.p(obj, jVar.f568c); 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.f569c = true; + p.f572c = 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.f536c = j2; + d.f539c = 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 acec28b6fc..691610ed33 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 N = c.d.b.a.a.N("Null SerializerProvider passed for "); - N.append(this._handledType.getName()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Null SerializerProvider passed for "); + P.append(this._handledType.getName()); + throw new IllegalArgumentException(P.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 8d7bb38937..9c33ecf49e 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 N = a.N("["); - N.append(hostName.substring(1)); - N.append("]"); - str = N.toString(); + StringBuilder P = a.P("["); + P.append(hostName.substring(1)); + P.append("]"); + str = P.toString(); } else { str = hostName.substring(1); } @@ -51,8 +51,8 @@ public class q extends p0 { hostName = hostName.substring(0, indexOf); } } - StringBuilder R = a.R(hostName, ":"); - R.append(inetSocketAddress.getPort()); - dVar.l0(R.toString()); + StringBuilder U = a.U(hostName, ":"); + U.append(inetSocketAddress.getPort()); + dVar.l0(U.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 2739a01ffa..539df132fa 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 N = c.d.b.a.a.N("(@JsonValue serializer for method "); - N.append(this._accessor.g()); - N.append("#"); - N.append(this._accessor.c()); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("(@JsonValue serializer for method "); + P.append(this._accessor.g()); + P.append("#"); + P.append(this._accessor.c()); + P.append(")"); + return P.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 9cb3281326..a5817ebea9 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 N = c.d.b.a.a.N("[array type, component type: "); - N.append(this._componentType); - N.append("]"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("[array type, component type: "); + P.append(this._componentType); + P.append("]"); + return P.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 ce069b7516..d92f80f9e5 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 f574c; + public ArrayList f577c; public c(c cVar, Class cls) { this.a = cVar; @@ -21,15 +21,15 @@ public final class c { } public String toString() { - StringBuilder N = a.N("[ClassStack (self-refs: "); - ArrayList arrayList = this.f574c; - N.append(arrayList == null ? "0" : String.valueOf(arrayList.size())); - N.append(')'); + StringBuilder P = a.P("[ClassStack (self-refs: "); + ArrayList arrayList = this.f577c; + P.append(arrayList == null ? "0" : String.valueOf(arrayList.size())); + P.append(')'); for (c cVar = this; cVar != null; cVar = cVar.a) { - N.append(' '); - N.append(cVar.b.getName()); + P.append(' '); + P.append(cVar.b.getName()); } - N.append(']'); - return N.toString(); + P.append(']'); + return P.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 591cf357d6..beedf2d5a0 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 N = a.N("[collection-like type; class "); - a.d0(this._class, N, ", contains "); - N.append(this._elementType); - N.append("]"); - return N.toString(); + StringBuilder P = a.P("[collection-like type; class "); + a.g0(this._class, P, ", contains "); + P.append(this._elementType); + P.append("]"); + return P.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 f085d1eee5..7c1089bf03 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 N = a.N("[collection type; class "); - a.d0(this._class, N, ", contains "); - N.append(this._elementType); - N.append("]"); - return N.toString(); + StringBuilder P = a.P("[collection type; class "); + a.g0(this._class, P, ", contains "); + P.append(this._elementType); + P.append("]"); + return P.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 fa0d0604af..e4c688769b 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 N = a.N("[map type; class "); - a.d0(this._class, N, ", "); - N.append(this._keyType); - N.append(" -> "); - N.append(this._valueType); - N.append("]"); - return N.toString(); + StringBuilder P = a.P("[map type; class "); + a.g0(this._class, P, ", "); + P.append(this._keyType); + P.append(" -> "); + P.append(this._valueType); + P.append("]"); + return P.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 ff83fe000d..8ef6057f23 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 N = a.N("Operation should not be attempted on "); - N.append(h.class.getName()); - throw new UnsupportedOperationException(N.toString()); + StringBuilder P = a.P("Operation should not be attempted on "); + P.append(h.class.getName()); + throw new UnsupportedOperationException(P.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 e189a4f1ed..163e79441c 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 N = a.N("Unrecognized primitive type: "); - N.append(cls.getName()); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Unrecognized primitive type: "); + P.append(cls.getName()); + throw new IllegalStateException(P.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 2aaa6c7636..7365c6fb06 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 f575c; + public final int f578c; public a(Class cls, j[] jVarArr, int i) { this.a = cls; this.b = jVarArr; - this.f575c = i; + this.f578c = i; } public boolean equals(Object obj) { @@ -46,7 +46,7 @@ public class m implements Serializable { return false; } a aVar = (a) obj; - if (this.f575c == aVar.f575c && this.a == aVar.a) { + if (this.f578c == aVar.f578c && this.a == aVar.a) { j[] jVarArr = aVar.b; int length = this.b.length; if (length == jVarArr.length) { @@ -62,11 +62,11 @@ public class m implements Serializable { } public int hashCode() { - return this.f575c; + return this.f578c; } public String toString() { - return c.d.b.a.a.i(this.a, new StringBuilder(), "<>"); + return c.d.b.a.a.j(this.a, new StringBuilder(), "<>"); } } @@ -76,7 +76,7 @@ public class m implements Serializable { public static final TypeVariable[] b = Collection.class.getTypeParameters(); /* renamed from: c reason: collision with root package name */ - public static final TypeVariable[] f576c = Iterable.class.getTypeParameters(); + public static final TypeVariable[] f579c = 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 N = c.d.b.a.a.N("Mismatching names ("); - N.append(strArr.length); - N.append("), types ("); - throw new IllegalArgumentException(c.d.b.a.a.y(N, jVarArr.length, ")")); + StringBuilder P = c.d.b.a.a.P("Mismatching names ("); + P.append(strArr.length); + P.append("), types ("); + throw new IllegalArgumentException(c.d.b.a.a.z(P, 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.f576c : 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.f579c : 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 N = c.d.b.a.a.N("Cannot create TypeBindings for class "); - N.append(cls.getName()); - N.append(" with 1 type parameter: class expects "); - N.append(length); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Cannot create TypeBindings for class "); + P.append(cls.getName()); + P.append(" with 1 type parameter: class expects "); + P.append(length); + throw new IllegalArgumentException(P.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 N = c.d.b.a.a.N("Cannot create TypeBindings for class "); - N.append(cls.getName()); - N.append(" with 2 type parameters: class expects "); - N.append(length); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Cannot create TypeBindings for class "); + P.append(cls.getName()); + P.append(" with 2 type parameters: class expects "); + P.append(length); + throw new IllegalArgumentException(P.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 N = c.d.b.a.a.N("Cannot create TypeBindings for class "); - c.d.b.a.a.d0(cls, N, " with "); - N.append(jVarArr.length); - N.append(" type parameter"); - N.append(jVarArr.length == 1 ? "" : "s"); - N.append(": class expects "); - N.append(strArr.length); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Cannot create TypeBindings for class "); + c.d.b.a.a.g0(cls, P, " with "); + P.append(jVarArr.length); + P.append(" type parameter"); + P.append(jVarArr.length == 1 ? "" : "s"); + P.append(": class expects "); + P.append(strArr.length); + throw new IllegalArgumentException(P.toString()); } public Object a(Class cls) { @@ -276,18 +276,18 @@ public class m implements Serializable { if (this._types.length == 0) { return "<>"; } - StringBuilder L = c.d.b.a.a.L('<'); + StringBuilder N = c.d.b.a.a.N('<'); int length = this._types.length; for (int i2 = 0; i2 < length; i2++) { if (i2 > 0) { - L.append(','); + N.append(','); } j jVar = this._types[i2]; StringBuilder sb = new StringBuilder(40); jVar.m(sb); - L.append(sb.toString()); + N.append(sb.toString()); } - L.append('>'); - return L.toString(); + N.append('>'); + return N.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 27c063eaac..e834a414ca 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 f577s; + public static final Class f580s; 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 f578x = new k(String.class); + public static final k f581x = new k(String.class); /* renamed from: y reason: collision with root package name */ - public static final k f579y = new k(Object.class); + public static final k f582y = new k(Object.class); /* renamed from: z reason: collision with root package name */ - public static final k f580z = new k(Comparable.class); + public static final k f583z = 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; - f577s = cls2; + f580s = 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 f579y; + return f582y; } public j a(Class cls) { @@ -87,7 +87,7 @@ public class n implements Serializable { if (cls == r) { return u; } - if (cls == f577s) { + if (cls == f580s) { return v; } if (cls == t) { @@ -95,10 +95,10 @@ public class n implements Serializable { } return null; } else if (cls == l) { - return f578x; + return f581x; } else { if (cls == m) { - return f579y; + return f582y; } if (cls == q) { return C; @@ -119,7 +119,7 @@ public class n implements Serializable { if (cls == p) { jVar = A; } else if (cls == n) { - jVar = f580z; + jVar = f583z; } 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 = f579y; + jVar = f582y; } else { m l2 = mVar.l(name); synchronized (typeVariable) { @@ -158,14 +158,14 @@ public class n implements Serializable { jVar = b(cVar, bounds[0], l2); } } else { - throw new IllegalArgumentException(a.u("Null `bindings` passed (type variable \"", name, "\")")); + throw new IllegalArgumentException(a.v("Null `bindings` passed (type variable \"", name, "\")")); } } else if (type instanceof WildcardType) { jVar = b(cVar, ((WildcardType) type).getUpperBounds()[0], mVar); } else { - StringBuilder N = a.N("Unrecognized Type: "); - N.append(type == null ? "[null]" : type.toString()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Unrecognized Type: "); + P.append(type == null ? "[null]" : type.toString()); + throw new IllegalArgumentException(P.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.f574c == null) { - cVar3.f574c = new ArrayList<>(); + if (cVar3.f577c == null) { + cVar3.f577c = new ArrayList<>(); } - cVar3.f574c.add(jVar7); + cVar3.f577c.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 = f578x; + k kVar3 = f581x; 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 = f578x; + kVar2 = f581x; } else { List g = mVar2.g(); int size = g.size(); if (size == 0) { - kVar2 = f579y; + kVar2 = f582y; } 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 = f579y; + jVar4 = f582y; } else if (g2.size() == 1) { jVar4 = g2.get(0); } else { - throw new IllegalArgumentException(a.i(cls, a.N("Strange Collection type "), ": cannot determine type parameters")); + throw new IllegalArgumentException(a.j(cls, a.P("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 = f579y; + jVar3 = f582y; } else if (g3.size() == 1) { jVar3 = g3.get(0); } else { - throw new IllegalArgumentException(a.i(cls, a.N("Strange Reference type "), ": cannot determine type parameters")); + throw new IllegalArgumentException(a.j(cls, a.P("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.f574c; + ArrayList arrayList = cVar2.f577c; 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 N = a.N("Trying to re-set self reference; old value = "); - N.append(next._referencedType); - N.append(", new = "); - N.append(jVar); - throw new IllegalStateException(N.toString()); + StringBuilder P = a.P("Trying to re-set self reference; old value = "); + P.append(next._referencedType); + P.append(", new = "); + P.append(jVar); + throw new IllegalStateException(P.toString()); } } } @@ -490,13 +490,13 @@ public class n implements Serializable { } jVar2 = c(null, cls, m.d(cls, jVarArr)); } else { - StringBuilder N = a.N("Failed to specialize base type "); - N.append(jVar.e()); - N.append(" as "); - N.append(cls.getName()); - N.append(", problem: "); - N.append(str); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Failed to specialize base type "); + P.append(jVar.e()); + P.append(" as "); + P.append(cls.getName()); + P.append(", problem: "); + P.append(str); + throw new IllegalArgumentException(P.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 5e51e188e9..88a81e2220 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 f581c = Collections.emptyIterator(); + public static final Iterator f584c = 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[][] f582c; + public transient Annotation[][] f585c; 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 f583c = a(EnumMap.class, "elementType", Class.class); + public final Field f586c = 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 N = c.d.b.a.a.N("Failed to find default constructor of class "); - N.append(cls.getName()); - N.append(", problem: "); - N.append(e.getMessage()); - y(e, N.toString()); + StringBuilder P = c.d.b.a.a.P("Failed to find default constructor of class "); + P.append(cls.getName()); + P.append(", problem: "); + P.append(e.getMessage()); + y(e, P.toString()); throw null; } if (constructor != null) { try { return constructor.newInstance(new Object[0]); } catch (Exception e2) { - StringBuilder N2 = c.d.b.a.a.N("Failed to instantiate class "); - N2.append(cls.getName()); - N2.append(", problem: "); - N2.append(e2.getMessage()); - y(e2, N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Failed to instantiate class "); + P2.append(cls.getName()); + P2.append(", problem: "); + P2.append(e2.getMessage()); + y(e2, P2.toString()); throw null; } } else { - throw new IllegalArgumentException(c.d.b.a.a.i(cls, c.d.b.a.a.N("Class "), " has no default (no arg) constructor")); + throw new IllegalArgumentException(c.d.b.a.a.j(cls, c.d.b.a.a.P("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 3afe55bc46..72e3b3bffe 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 N = a.N("Cannot determine enum constants for Class "); - N.append(cls.getName()); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = a.P("Cannot determine enum constants for Class "); + P.append(cls.getName()); + throw new IllegalArgumentException(P.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 a1a9e75acc..bd91eae0ba 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 N = a.N("[PreAndSuffixTransformer('"); - N.append(this.j); - N.append("','"); - return a.F(N, this.k, "')]"); + StringBuilder P = a.P("[PreAndSuffixTransformer('"); + P.append(this.j); + P.append("','"); + return a.H(P, 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 e6f562620e..22acd8346a 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.F(new StringBuilder(), this.j, str); + return a.H(new StringBuilder(), this.j, str); } public String toString() { - return a.F(a.N("[PrefixTransformer('"), this.j, "')]"); + return a.H(a.P("[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 7f165d3ca1..d752bb842b 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 N = a.N(str); - N.append(this.j); - return N.toString(); + StringBuilder P = a.P(str); + P.append(this.j); + return P.toString(); } public String toString() { - return a.F(a.N("[SuffixTransformer('"), this.j, "')]"); + return a.H(a.P("[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 5b12eff331..eabe2ebc1b 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 N = c.d.b.a.a.N("[ChainedTransformer("); - N.append(this._t1); - N.append(", "); - N.append(this._t2); - N.append(")]"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("[ChainedTransformer("); + P.append(this._t1); + P.append(", "); + P.append(this._t2); + P.append(")]"); + return P.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 a7612feaea..f20ede5d05 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 f584s; + public transient DateFormat f587s; 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.f584s == null) { + if (this.f587s == 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.f584s = dateFormat; + this.f587s = dateFormat; } - return this.f584s.parse(str, parsePosition); + return this.f587s.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.f584s = null; + this.f587s = null; } } @Override // java.text.DateFormat public void setTimeZone(TimeZone timeZone) { if (!timeZone.equals(this.q)) { - this.f584s = null; + this.f587s = 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 9e553ee80b..874db55381 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 N = c.d.b.a.a.N("[TokenBuffer: "); + StringBuilder P = c.d.b.a.a.P("[TokenBuffer: "); new a(null, false, false, null); - N.append(']'); - return N.toString(); + P.append(']'); + return P.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 40d524ee81..873ff6356b 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 f585c = null; + public final g f588c = 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 7b0fc3c321..e882051238 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 f586c; + public j f589c; public boolean d; public u() { } public u(j jVar, boolean z2) { - this.f586c = jVar; + this.f589c = 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.f586c = null; + this.f589c = 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.f586c.equals(uVar.f586c); + return cls != null ? uVar.b == cls : this.f589c.equals(uVar.f589c); } public final int hashCode() { @@ -52,13 +52,13 @@ public class u { public final String toString() { if (this.b != null) { - StringBuilder N = a.N("{class: "); - a.d0(this.b, N, ", typed? "); - return a.J(N, this.d, "}"); + StringBuilder P = a.P("{class: "); + a.g0(this.b, P, ", typed? "); + return a.L(P, this.d, "}"); } - StringBuilder N2 = a.N("{type: "); - N2.append(this.f586c); - N2.append(", typed? "); - return a.J(N2, this.d, "}"); + StringBuilder P2 = a.P("{type: "); + P2.append(this.f589c); + P2.append(", typed? "); + return a.L(P2, 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 db12d2f42f..3d0e049567 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.f581c; + return d.f584c; } } 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 526ea08c1c..ca5ee43e08 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 N = a.N("{"); - N.append(this._namespace); - N.append("}"); - N.append(this._simpleName); - return N.toString(); + StringBuilder P = a.P("{"); + P.append(this._namespace); + P.append("}"); + P.append(this._simpleName); + return P.toString(); } } diff --git a/app/src/main/java/c/h/a/a/a.java b/app/src/main/java/c/h/a/a/a.java index e1119005e9..b36bff6a86 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 f595c; + public ScriptIntrinsicBlur f598c; 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.f598c.setInput(this.d); + this.f598c.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.f595c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f598c = 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.f595c.setRadius(f); + this.f598c.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.f595c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f598c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f595c = null; + this.f598c = 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 1473aa6a56..3067e9c078 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 f596c; + public ScriptIntrinsicBlur f599c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f596c.setInput(this.d); - this.f596c.forEach(this.e); + this.f599c.setInput(this.d); + this.f599c.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.f596c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f599c = 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.f596c.setRadius(f); + this.f599c.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.f596c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f599c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f596c = null; + this.f599c = 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 339b6ac941..831f8c83a8 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 f597c; + public ScriptIntrinsicBlur f600c; public Allocation d; public Allocation e; @Override // c.h.a.a.c public void a(Bitmap bitmap, Bitmap bitmap2) { this.d.copyFrom(bitmap); - this.f597c.setInput(this.d); - this.f597c.forEach(this.e); + this.f600c.setInput(this.d); + this.f600c.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.f597c = ScriptIntrinsicBlur.create(create, Element.U8_4(create)); + this.f600c = 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.f597c.setRadius(f); + this.f600c.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.f597c; + ScriptIntrinsicBlur scriptIntrinsicBlur = this.f600c; if (scriptIntrinsicBlur != null) { scriptIntrinsicBlur.destroy(); - this.f597c = null; + this.f600c = 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 0afd0f5900..c7c8d97aad 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.F(a.N("Encoding{name=\""), this.a, "\"}"); + return a.H(a.P("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 1391f05002..35ef20fd7c 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 f598c; + public static final String f601c; 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 M1 = AnimatableValueParser.M1("hts/frbslgigp.ogepscmv/ieo/eaybtho", "tp:/ieaeogn-agolai.o/1frlglgc/aclg"); b = M1; String M12 = AnimatableValueParser.M1("AzSCki82AwsLzKd5O8zo", "IayckHiZRO1EFl1aGoK"); - f598c = M12; + f601c = M12; e = new a(M1, M12); } 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 511e21c9e3..b991bf613c 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.f600c; + String str = aVar.f603c; 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 90e004f24f..32c5c492b7 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 f599c; + public final Context f602c; 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 f600c; + public final String f603c; public a(URL url, j jVar, @Nullable String str) { this.a = url; this.b = jVar; - this.f600c = str; + this.f603c = 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 f601c; + public final long f604c; public b(int i, @Nullable URL url, long j) { this.a = i; this.b = url; - this.f601c = j; + this.f604c = 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.f599c = context; + this.f602c = context; this.b = (ConnectivityManager) context.getSystemService("connectivity"); this.e = aVar2; this.f = aVar; @@ -94,7 +94,7 @@ public final class d implements m { try { return new URL(str); } catch (MalformedURLException e) { - throw new IllegalArgumentException(c.d.b.a.a.t("Invalid url: ", str), e); + throw new IllegalArgumentException(c.d.b.a.a.u("Invalid url: ", str), e); } } @@ -159,7 +159,7 @@ public final class d implements m { aVar3 = aVar2; } bVar.a = Long.valueOf(fVar4.e()); - bVar.f604c = Long.valueOf(fVar4.h()); + bVar.f607c = 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,31 +168,31 @@ public final class d implements m { bVar.b = fVar4.c(); } String str5 = bVar.a == null ? " eventTimeMs" : ""; - if (bVar.f604c == null) { - str5 = c.d.b.a.a.t(str5, " eventUptimeMs"); + if (bVar.f607c == null) { + str5 = c.d.b.a.a.u(str5, " eventUptimeMs"); } if (bVar.f == null) { - str5 = c.d.b.a.a.t(str5, " timezoneOffsetSeconds"); + str5 = c.d.b.a.a.u(str5, " timezoneOffsetSeconds"); } if (str5.isEmpty()) { - arrayList3.add(new c.i.a.b.i.e.f(bVar.a.longValue(), bVar.b, bVar.f604c.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.f607c.longValue(), bVar.d, bVar.e, bVar.f.longValue(), bVar.g, null)); it2 = it2; it = it; aVar3 = aVar2; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str5)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str5)); } } String str6 = valueOf == null ? " requestTimeMs" : ""; if (valueOf2 == null) { - str6 = c.d.b.a.a.t(str6, " requestUptimeMs"); + str6 = c.d.b.a.a.u(str6, " requestUptimeMs"); } if (str6.isEmpty()) { arrayList2.add(new c.i.a.b.i.e.g(valueOf.longValue(), valueOf2.longValue(), eVar, num, str, arrayList3, pVar, null)); it = it; aVar3 = aVar3; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str6)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str6)); } } else { c.i.a.b.i.e.d dVar = new c.i.a.b.i.e.d(arrayList2); @@ -216,7 +216,7 @@ public final class d implements m { b bVar3 = (b) AnimatableValueParser.v2(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.f601c); + return new c.i.a.b.j.q.b(g.a.OK, bVar3.f604c); } 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.f599c.getSystemService("phone")).getSimOperator()); - Context context = this.f599c; + i2.c().put("mcc_mnc", ((TelephonyManager) this.f602c.getSystemService("phone")).getSimOperator()); + Context context = this.f602c; 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 4a9796e441..251a4622de 100644 --- a/app/src/main/java/c/i/a/b/i/e/b.java +++ b/app/src/main/java/c/i/a/b/i/e/b.java @@ -111,33 +111,33 @@ public final class b implements c.i.c.p.g.a { 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.f1365c.remove(j.class); + eVar.f1368c.remove(j.class); eVar.b.put(d.class, bVar2); - eVar.f1365c.remove(d.class); + eVar.f1368c.remove(d.class); e eVar2 = e.a; eVar.b.put(m.class, eVar2); - eVar.f1365c.remove(m.class); + eVar.f1368c.remove(m.class); eVar.b.put(g.class, eVar2); - eVar.f1365c.remove(g.class); + eVar.f1368c.remove(g.class); c cVar = c.a; eVar.b.put(k.class, cVar); - eVar.f1365c.remove(k.class); + eVar.f1368c.remove(k.class); eVar.b.put(e.class, cVar); - eVar.f1365c.remove(e.class); + eVar.f1368c.remove(e.class); a aVar = a.a; eVar.b.put(a.class, aVar); - eVar.f1365c.remove(a.class); + eVar.f1368c.remove(a.class); eVar.b.put(c.class, aVar); - eVar.f1365c.remove(c.class); + eVar.f1368c.remove(c.class); d dVar = d.a; eVar.b.put(l.class, dVar); - eVar.f1365c.remove(l.class); + eVar.f1368c.remove(l.class); eVar.b.put(f.class, dVar); - eVar.f1365c.remove(f.class); + eVar.f1368c.remove(f.class); f fVar = f.a; eVar.b.put(o.class, fVar); - eVar.f1365c.remove(o.class); + eVar.f1368c.remove(o.class); eVar.b.put(i.class, fVar); - eVar.f1365c.remove(i.class); + eVar.f1368c.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 399e53a2eb..86efdd9315 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 f602c; + public final String f605c; 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.f602c = str2; + this.f605c = 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.f602c; + return this.f605c; } 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.f602c; + String str2 = this.f605c; 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.f602c; + String str2 = this.f605c; 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 N = c.d.b.a.a.N("AndroidClientInfo{sdkVersion="); - N.append(this.a); - N.append(", model="); - N.append(this.b); - N.append(", hardware="); - N.append(this.f602c); - N.append(", device="); - N.append(this.d); - N.append(", product="); - N.append(this.e); - N.append(", osBuild="); - N.append(this.f); - N.append(", manufacturer="); - N.append(this.g); - N.append(", fingerprint="); - N.append(this.h); - N.append(", locale="); - N.append(this.i); - N.append(", country="); - N.append(this.j); - N.append(", mccMnc="); - N.append(this.k); - N.append(", applicationBuild="); - return c.d.b.a.a.F(N, this.l, "}"); + StringBuilder P = c.d.b.a.a.P("AndroidClientInfo{sdkVersion="); + P.append(this.a); + P.append(", model="); + P.append(this.b); + P.append(", hardware="); + P.append(this.f605c); + P.append(", device="); + P.append(this.d); + P.append(", product="); + P.append(this.e); + P.append(", osBuild="); + P.append(this.f); + P.append(", manufacturer="); + P.append(this.g); + P.append(", fingerprint="); + P.append(this.h); + P.append(", locale="); + P.append(this.i); + P.append(", country="); + P.append(this.j); + P.append(", mccMnc="); + P.append(this.k); + P.append(", applicationBuild="); + return c.d.b.a.a.H(P, 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 b8e625ea74..50ade6e3e9 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.G(a.N("BatchedLogRequest{logRequests="), this.a, "}"); + return a.J(a.P("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 0b3dedce52..e768a2f8b6 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 N = c.d.b.a.a.N("ClientInfo{clientType="); - N.append(this.a); - N.append(", androidClientInfo="); - N.append(this.b); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("ClientInfo{clientType="); + P.append(this.a); + P.append(", androidClientInfo="); + P.append(this.b); + P.append("}"); + return P.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 c08db9c1b4..780a32e5f6 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 f603c; + public final long f606c; 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 f604c; + public Long f607c; 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.f603c = j2; + this.f606c = 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.f603c; + return this.f606c; } @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.f603c == lVar.c()) { + if (this.a == lVar.b() && ((num = this.b) != null ? num.equals(lVar.a()) : lVar.a() == null) && this.f606c == 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.f603c; + long j2 = this.f606c; 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 N = c.d.b.a.a.N("LogEvent{eventTimeMs="); - N.append(this.a); - N.append(", eventCode="); - N.append(this.b); - N.append(", eventUptimeMs="); - N.append(this.f603c); - N.append(", sourceExtension="); - N.append(Arrays.toString(this.d)); - N.append(", sourceExtensionJsonProto3="); - N.append(this.e); - N.append(", timezoneOffsetSeconds="); - N.append(this.f); - N.append(", networkConnectionInfo="); - N.append(this.g); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("LogEvent{eventTimeMs="); + P.append(this.a); + P.append(", eventCode="); + P.append(this.b); + P.append(", eventUptimeMs="); + P.append(this.f606c); + P.append(", sourceExtension="); + P.append(Arrays.toString(this.d)); + P.append(", sourceExtensionJsonProto3="); + P.append(this.e); + P.append(", timezoneOffsetSeconds="); + P.append(this.f); + P.append(", networkConnectionInfo="); + P.append(this.g); + P.append("}"); + return P.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 a63c6bc357..71b84e1d0a 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 f605c; + public final k f608c; 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.f605c = kVar; + this.f608c = 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.f605c; + return this.f608c; } @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.f605c) != null ? kVar.equals(mVar.a()) : mVar.a() == null) && ((num = this.d) != null ? num.equals(mVar.c()) : mVar.c() == null) && ((str = this.e) != null ? str.equals(mVar.d()) : mVar.d() == null) && ((list = this.f) != null ? list.equals(mVar.b()) : mVar.b() == null)) { + if (this.a == mVar.f() && this.b == mVar.g() && ((kVar = this.f608c) != 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.f605c; + k kVar = this.f608c; 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 N = c.d.b.a.a.N("LogRequest{requestTimeMs="); - N.append(this.a); - N.append(", requestUptimeMs="); - N.append(this.b); - N.append(", clientInfo="); - N.append(this.f605c); - N.append(", logSource="); - N.append(this.d); - N.append(", logSourceName="); - N.append(this.e); - N.append(", logEvents="); - N.append(this.f); - N.append(", qosTier="); - N.append(this.g); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("LogRequest{requestTimeMs="); + P.append(this.a); + P.append(", requestUptimeMs="); + P.append(this.b); + P.append(", clientInfo="); + P.append(this.f608c); + P.append(", logSource="); + P.append(this.d); + P.append(", logSourceName="); + P.append(this.e); + P.append(", logEvents="); + P.append(this.f); + P.append(", qosTier="); + P.append(this.g); + P.append("}"); + return P.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 380b9e514c..525e2c3de4 100644 --- a/app/src/main/java/c/i/a/b/i/e/h.java +++ b/app/src/main/java/c/i/a/b/i/e/h.java @@ -27,6 +27,6 @@ public final class h extends n { } public String toString() { - return a.z(a.N("LogResponse{nextRequestWaitMillis="), this.a, "}"); + return a.A(a.P("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 ba2dd46a90..8042ffd391 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 N = c.d.b.a.a.N("NetworkConnectionInfo{networkType="); - N.append(this.a); - N.append(", mobileSubtype="); - N.append(this.b); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("NetworkConnectionInfo{networkType="); + P.append(this.a); + P.append(", mobileSubtype="); + P.append(this.b); + P.append("}"); + return P.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 effb2a7e86..1b0a082d48 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 f614c; + public final e f617c; 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 f615c; + public e f618c; public Long d; public Long e; public Map f; @@ -29,22 +29,22 @@ public final class a extends f { @Override // c.i.a.b.j.f.a public f b() { String str = this.a == null ? " transportName" : ""; - if (this.f615c == null) { - str = c.d.b.a.a.t(str, " encodedPayload"); + if (this.f618c == null) { + str = c.d.b.a.a.u(str, " encodedPayload"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " eventMillis"); + str = c.d.b.a.a.u(str, " eventMillis"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " uptimeMillis"); + str = c.d.b.a.a.u(str, " uptimeMillis"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " autoMetadata"); + str = c.d.b.a.a.u(str, " autoMetadata"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f615c, this.d.longValue(), this.e.longValue(), this.f, null); + return new a(this.a, this.b, this.f618c, this.d.longValue(), this.e.longValue(), this.f, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @Override // c.i.a.b.j.f.a @@ -58,7 +58,7 @@ public final class a extends f { public f.a d(e eVar) { Objects.requireNonNull(eVar, "Null encodedPayload"); - this.f615c = eVar; + this.f618c = eVar; return this; } @@ -82,7 +82,7 @@ public final class a extends f { public a(String str, Integer num, e eVar, long j, long j2, Map map, C0078a aVar) { this.a = str; this.b = num; - this.f614c = eVar; + this.f617c = 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.f614c; + return this.f617c; } @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.f614c.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.f617c.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.f614c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); + return ((((((((hashCode ^ hashCode2) * 1000003) ^ this.f617c.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32)))) * 1000003) ^ this.f.hashCode(); } public String toString() { - StringBuilder N = c.d.b.a.a.N("EventInternal{transportName="); - N.append(this.a); - N.append(", code="); - N.append(this.b); - N.append(", encodedPayload="); - N.append(this.f614c); - N.append(", eventMillis="); - N.append(this.d); - N.append(", uptimeMillis="); - N.append(this.e); - N.append(", autoMetadata="); - return c.d.b.a.a.H(N, this.f, "}"); + StringBuilder P = c.d.b.a.a.P("EventInternal{transportName="); + P.append(this.a); + P.append(", code="); + P.append(this.b); + P.append(", encodedPayload="); + P.append(this.f617c); + P.append(", eventMillis="); + P.append(this.d); + P.append(", uptimeMillis="); + P.append(this.e); + P.append(", autoMetadata="); + return c.d.b.a.a.K(P, 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 9480484b3c..f6cb71b12f 100644 --- a/app/src/main/java/c/i/a/b/j/b.java +++ b/app/src/main/java/c/i/a/b/j/b.java @@ -12,7 +12,7 @@ public final class b extends i { public final byte[] b; /* renamed from: c reason: collision with root package name */ - public final d f616c; + public final d f619c; /* compiled from: AutoValue_TransportContext */ /* renamed from: c.i.a.b.j.b$b reason: collision with other inner class name */ @@ -21,18 +21,18 @@ public final class b extends i { public byte[] b; /* renamed from: c reason: collision with root package name */ - public d f617c; + public d f620c; @Override // c.i.a.b.j.i.a public i a() { String str = this.a == null ? " backendName" : ""; - if (this.f617c == null) { - str = c.d.b.a.a.t(str, " priority"); + if (this.f620c == null) { + str = c.d.b.a.a.u(str, " priority"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f617c, null); + return new b(this.a, this.b, this.f620c, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @Override // c.i.a.b.j.i.a @@ -45,7 +45,7 @@ public final class b extends i { @Override // c.i.a.b.j.i.a public i.a c(d dVar) { Objects.requireNonNull(dVar, "Null priority"); - this.f617c = dVar; + this.f620c = 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.f616c = dVar; + this.f619c = 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.f616c; + return this.f619c; } 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.f616c.equals(iVar.d())) { + if (Arrays.equals(this.b, iVar instanceof b ? ((b) iVar).b : iVar.c()) && this.f619c.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.f616c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ Arrays.hashCode(this.b)) * 1000003) ^ this.f619c.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 00a956b0ce..8d30a0bf45 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

f618s; + public c0.a.a

f621s; 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.f618s = qVar; + this.f621s = 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 49c07f0e9b..6f98902bb2 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 N = a.N("EncodedPayload{encoding="); - N.append(this.a); - N.append(", bytes=[...]}"); - return N.toString(); + StringBuilder P = a.P("EncodedPayload{encoding="); + P.append(this.a); + P.append(", bytes=[...]}"); + return P.toString(); } } diff --git a/app/src/main/java/c/i/a/b/j/j.java b/app/src/main/java/c/i/a/b/j/j.java index 0a41acbd81..53fc21b15e 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 f619c; + public final m f622c; public j(Set set, i iVar, m mVar) { this.a = set; this.b = iVar; - this.f619c = mVar; + this.f622c = 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.f619c); + return new l(this.b, str, bVar, eVar, this.f622c); } 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 b9f8f355ca..2f6f051aec 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 f620c; + public final b f623c; 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.f620c = bVar; + this.f623c = 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.f620c; + b bVar = this.f623c; Objects.requireNonNull(bVar, "Null encoding"); n nVar = (n) mVar; c.i.a.b.j.t.e eVar2 = nVar.d; @@ -58,7 +58,7 @@ public final class l implements f { a.b bVar3 = new a.b(); bVar3.f = new HashMap(); bVar3.e(nVar.b.a()); - bVar3.g(nVar.f621c.a()); + bVar3.g(nVar.f624c.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 4ceffa3d41..949e939754 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 f621c; + public final a f624c; public final e d; public final l e; public n(a aVar, a aVar2, e eVar, l lVar, p pVar) { this.b = aVar; - this.f621c = aVar2; + this.f624c = aVar2; this.d = eVar; this.e = lVar; pVar.a.execute(new c.i.a.b.j.t.h.n(pVar)); diff --git a/app/src/main/java/c/i/a/b/j/p.java b/app/src/main/java/c/i/a/b/j/p.java index 6241a54dc3..c195947461 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 f622c; + public final a f625c; 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.f622c = aVar3; + this.f625c = aVar3; this.d = aVar4; this.e = aVar5; } @Override // c0.a.a public Object get() { - return new n(this.a.get(), this.b.get(), this.f622c.get(), this.d.get(), this.e.get()); + return new n(this.a.get(), this.b.get(), this.f625c.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 6a5133e17c..3d23542770 100644 --- a/app/src/main/java/c/i/a/b/j/q/a.java +++ b/app/src/main/java/c/i/a/b/j/q/a.java @@ -45,11 +45,11 @@ public final class a extends f { } public String toString() { - StringBuilder N = c.d.b.a.a.N("BackendRequest{events="); - N.append(this.a); - N.append(", extras="); - N.append(Arrays.toString(this.b)); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("BackendRequest{events="); + P.append(this.a); + P.append(", extras="); + P.append(Arrays.toString(this.b)); + P.append("}"); + return P.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 dc2b22cf06..76528687c3 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 N = a.N("BackendResponse{status="); - N.append(this.a); - N.append(", nextRequestWaitMillis="); - return a.z(N, this.b, "}"); + StringBuilder P = a.P("BackendResponse{status="); + P.append(this.a); + P.append(", nextRequestWaitMillis="); + return a.A(P, 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 57365b5d34..c0a4ec0035 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 f623c; + public final a f626c; 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.f623c = aVar2; + this.f626c = 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.f623c; + return this.f626c; } @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.f623c.equals(hVar.c()) && this.d.equals(hVar.b()); + return this.a.equals(hVar.a()) && this.b.equals(hVar.d()) && this.f626c.equals(hVar.c()) && this.d.equals(hVar.b()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f623c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f626c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { - StringBuilder N = c.d.b.a.a.N("CreationContext{applicationContext="); - N.append(this.a); - N.append(", wallClock="); - N.append(this.b); - N.append(", monotonicClock="); - N.append(this.f623c); - N.append(", backendName="); - return c.d.b.a.a.F(N, this.d, "}"); + StringBuilder P = c.d.b.a.a.P("CreationContext{applicationContext="); + P.append(this.a); + P.append(", wallClock="); + P.append(this.b); + P.append(", monotonicClock="); + P.append(this.f626c); + P.append(", backendName="); + return c.d.b.a.a.H(P, 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 e83e34ab1c..af34b6ef26 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 f624c; + public final a f627c; public i(Context context, a aVar, a aVar2) { this.a = context; this.b = aVar; - this.f624c = aVar2; + this.f627c = 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 f636058999..b64b29e4e9 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 f625c; + public final a f628c; public j(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f625c = aVar3; + this.f628c = aVar3; } @Override // c0.a.a public Object get() { - return new i(this.a.get(), this.b.get(), this.f625c.get()); + return new i(this.a.get(), this.b.get(), this.f628c.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 32ecbc918b..6840dad78b 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 f626c = new HashMap(); + public final Map f629c = 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.f626c.containsKey(str)) { - return this.f626c.get(str); + if (this.f629c.containsKey(str)) { + return this.f629c.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.f624c, str)); - this.f626c.put(str, create); + m create = a2.create(new c(iVar.a, iVar.b, iVar.f627c, str)); + this.f629c.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 a8bb763755..34a887372a 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 f627c = a; + public volatile Object f630c = 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.f627c; + T t = (T) this.f630c; Object obj = a; if (t == obj) { synchronized (this) { - t = this.f627c; + t = this.f630c; if (t == obj) { t = this.b.get(); - a(this.f627c, t); - this.f627c = t; + a(this.f630c, t); + this.f630c = 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 e54158d11a..a38d97ca0f 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 N = c.d.b.a.a.N("Error scheduling event "); - N.append(e.getMessage()); - logger2.warning(N.toString()); + StringBuilder P = c.d.b.a.a.P("Error scheduling event "); + P.append(e.getMessage()); + logger2.warning(P.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 8b7149f066..d96771a05e 100644 --- a/app/src/main/java/c/i/a/b/j/t/b.java +++ b/app/src/main/java/c/i/a/b/j/t/b.java @@ -9,19 +9,19 @@ public final /* synthetic */ class b implements a.AbstractC0083a { public final i b; /* renamed from: c reason: collision with root package name */ - public final f f628c; + public final f f631c; public b(c cVar, i iVar, f fVar) { this.a = cVar; this.b = iVar; - this.f628c = fVar; + this.f631c = fVar; } @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.f628c); + cVar.e.Z(iVar, this.f631c); 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 d41641b9a1..2a26882b81 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 f629c; + public final Executor f632c; 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.f629c = executor; + this.f632c = 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.f629c.execute(new a(this, iVar, hVar, fVar)); + this.f632c.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 87f5d0b210..a6d1490ddf 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 f630c; + public final a f633c; 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.f630c = aVar3; + this.f633c = aVar3; this.d = aVar4; this.e = aVar5; } @Override // c0.a.a public Object get() { - return new c(this.a.get(), this.b.get(), this.f630c.get(), this.d.get(), this.e.get()); + return new c(this.a.get(), this.b.get(), this.f633c.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 d20eeda7d5..23e2a6fa2f 100644 --- a/app/src/main/java/c/i/a/b/j/t/f.java +++ b/app/src/main/java/c/i/a/b/j/t/f.java @@ -40,7 +40,7 @@ public final class f implements a { Set unmodifiableSet = Collections.unmodifiableSet(new HashSet(Arrays.asList(f.b.NETWORK_UNMETERED, f.b.DEVICE_IDLE))); c.b bVar = (c.b) a3; Objects.requireNonNull(unmodifiableSet, "Null flags"); - bVar.f633c = unmodifiableSet; + bVar.f636c = 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 766da7d6ac..30770c4972 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 f631c; + public final a f634c; public final a d; public g(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f631c = aVar3; + this.f634c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { this.d.get(); - return new d(this.a.get(), this.b.get(), this.f631c.get()); + return new d(this.a.get(), this.b.get(), this.f634c.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 00187fe8d1..82bc5a11a9 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 N = c.d.b.a.a.N("SchedulerConfig{clock="); - N.append(this.a); - N.append(", values="); - return c.d.b.a.a.H(N, this.b, "}"); + StringBuilder P = c.d.b.a.a.P("SchedulerConfig{clock="); + P.append(this.a); + P.append(", values="); + return c.d.b.a.a.K(P, 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 5b00657cf3..906bb1f858 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/c.java +++ b/app/src/main/java/c/i/a/b/j/t/h/c.java @@ -8,7 +8,7 @@ public final class c extends f.a { public final long b; /* renamed from: c reason: collision with root package name */ - public final Set f632c; + public final Set f635c; /* compiled from: AutoValue_SchedulerConfig_ConfigValue */ public static final class b extends f.a.AbstractC0081a { @@ -16,21 +16,21 @@ public final class c extends f.a { public Long b; /* renamed from: c reason: collision with root package name */ - public Set f633c; + public Set f636c; @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.t(str, " maxAllowedDelay"); + str = c.d.b.a.a.u(str, " maxAllowedDelay"); } - if (this.f633c == null) { - str = c.d.b.a.a.t(str, " flags"); + if (this.f636c == null) { + str = c.d.b.a.a.u(str, " flags"); } if (str.isEmpty()) { - return new c(this.a.longValue(), this.b.longValue(), this.f633c, null); + return new c(this.a.longValue(), this.b.longValue(), this.f636c, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @Override // c.i.a.b.j.t.h.f.a.AbstractC0081a @@ -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.f632c = set; + this.f635c = 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.f632c; + return this.f635c; } @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.f632c.equals(aVar.c()); + return this.a == aVar.b() && this.b == aVar.d() && this.f635c.equals(aVar.c()); } public int hashCode() { long j = this.a; long j2 = this.b; - return this.f632c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f635c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { - StringBuilder N = c.d.b.a.a.N("ConfigValue{delta="); - N.append(this.a); - N.append(", maxAllowedDelay="); - N.append(this.b); - N.append(", flags="); - N.append(this.f632c); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("ConfigValue{delta="); + P.append(this.a); + P.append(", maxAllowedDelay="); + P.append(this.b); + P.append(", flags="); + P.append(this.f635c); + P.append("}"); + return P.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 73a79a3457..4e1dfc5331 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 f634c; + public final f f637c; public d(Context context, c cVar, f fVar) { this.a = context; this.b = cVar; - this.f634c = fVar; + this.f637c = 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.f634c; + f fVar = this.f637c; 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.f634c.b(iVar.d(), g02, i)); + objArr[2] = Long.valueOf(this.f637c.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 d4cebdd664..aa08e57815 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/f.java +++ b/app/src/main/java/c/i/a/b/j/t/h/f.java @@ -30,7 +30,7 @@ public abstract class f { c.b bVar = new c.b(); Set emptySet = Collections.emptySet(); Objects.requireNonNull(emptySet, "Null flags"); - bVar.f633c = emptySet; + bVar.f636c = 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 047122f118..3b25587584 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.f637c; + c cVar = lVar.f640c; 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 4cbed24708..4bdc4b3d2e 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/h.java +++ b/app/src/main/java/c/i/a/b/j/t/h/h.java @@ -15,6 +15,6 @@ public final /* synthetic */ class h implements a.AbstractC0083a { @Override // c.i.a.b.j.u.a.AbstractC0083a public Object execute() { l lVar = this.a; - return lVar.f637c.q(this.b); + return lVar.f640c.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 c5cd52677e..e741404068 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/i.java +++ b/app/src/main/java/c/i/a/b/j/t/h/i.java @@ -9,14 +9,14 @@ public final /* synthetic */ class i implements a.AbstractC0083a { public final g b; /* renamed from: c reason: collision with root package name */ - public final Iterable f635c; + public final Iterable f638c; 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.f635c = iterable; + this.f638c = iterable; this.d = iVar; this.e = i; } @@ -25,19 +25,19 @@ public final /* synthetic */ class i implements a.AbstractC0083a { public Object execute() { l lVar = this.a; g gVar = this.b; - Iterable iterable = this.f635c; + Iterable iterable = this.f638c; c.i.a.b.j.i iVar = this.d; int i = this.e; if (gVar.c() == g.a.TRANSIENT_ERROR) { - lVar.f637c.m0(iterable); + lVar.f640c.m0(iterable); lVar.d.a(iVar, i + 1); return null; } - lVar.f637c.m(iterable); + lVar.f640c.m(iterable); if (gVar.c() == g.a.OK) { - lVar.f637c.u(iVar, gVar.b() + lVar.g.a()); + lVar.f640c.u(iVar, gVar.b() + lVar.g.a()); } - if (!lVar.f637c.k0(iVar)) { + if (!lVar.f640c.k0(iVar)) { return null; } lVar.d.a(iVar, 1); diff --git a/app/src/main/java/c/i/a/b/j/t/h/k.java b/app/src/main/java/c/i/a/b/j/t/h/k.java index f840c5e7a3..70d6cf52ae 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/k.java +++ b/app/src/main/java/c/i/a/b/j/t/h/k.java @@ -8,18 +8,18 @@ public final /* synthetic */ class k implements a.AbstractC0083a { public final i b; /* renamed from: c reason: collision with root package name */ - public final int f636c; + public final int f639c; public k(l lVar, i iVar, int i) { this.a = lVar; this.b = iVar; - this.f636c = i; + this.f639c = i; } @Override // c.i.a.b.j.u.a.AbstractC0083a public Object execute() { l lVar = this.a; - lVar.d.a(this.b, this.f636c + 1); + lVar.d.a(this.b, this.f639c + 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 e64cdc4848..89eeb2465b 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 f637c; + public final c f640c; 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.f637c = cVar; + this.f640c = cVar; this.d = rVar; this.e = executor; this.f = aVar; @@ -50,7 +50,7 @@ public class l { if (1 != 0) { a = mVar.a(new c.i.a.b.j.q.a(arrayList, c2, null)); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", "")); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", "")); } } this.f.a(new i(this, a, iterable, iVar, i)); diff --git a/app/src/main/java/c/i/a/b/j/t/h/m.java b/app/src/main/java/c/i/a/b/j/t/h/m.java index 6341cff677..63029736c5 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 f638c; + public final a f641c; 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.f638c = aVar3; + this.f641c = 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.f638c.get(), this.d.get(), this.e.get(), this.f.get(), this.g.get()); + return new l(this.a.get(), this.b.get(), this.f641c.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 dd2d1b7361..c4c96267f4 100644 --- a/app/src/main/java/c/i/a/b/j/t/h/o.java +++ b/app/src/main/java/c/i/a/b/j/t/h/o.java @@ -14,7 +14,7 @@ public final /* synthetic */ class o implements a.AbstractC0083a { public Object execute() { p pVar = this.a; for (i iVar : pVar.b.y()) { - pVar.f639c.a(iVar, 1); + pVar.f642c.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 3bbbc5499d..0a592b1bd2 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 f639c; + public final r f642c; public final a d; public p(Executor executor, c cVar, r rVar, a aVar) { this.a = executor; this.b = cVar; - this.f639c = rVar; + this.f642c = 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 684b95230a..084bc4fcd9 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 f640c; + public final a f643c; public final a d; public q(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f640c = aVar3; + this.f643c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new p(this.a.get(), this.b.get(), this.f640c.get(), this.d.get()); + return new p(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/a.java b/app/src/main/java/c/i/a/b/j/t/i/a.java index eab3793033..7347bf9f18 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 f641c; + public final int f644c; public final int d; public final long e; public final int f; public a(long j, int i, int i2, long j2, int i3, C0082a aVar) { this.b = j; - this.f641c = i; + this.f644c = 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.f641c; + return this.f644c; } @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.f641c == dVar.c() && this.d == dVar.a() && this.e == dVar.b() && this.f == dVar.d(); + return this.b == dVar.e() && this.f644c == 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.f641c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); + return this.f ^ ((((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.f644c) * 1000003) ^ this.d) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003); } public String toString() { - StringBuilder N = c.d.b.a.a.N("EventStoreConfig{maxStorageSizeInBytes="); - N.append(this.b); - N.append(", loadBatchSize="); - N.append(this.f641c); - N.append(", criticalSectionEnterTimeoutMs="); - N.append(this.d); - N.append(", eventCleanUpAge="); - N.append(this.e); - N.append(", maxBlobByteSizePerRow="); - return c.d.b.a.a.y(N, this.f, "}"); + StringBuilder P = c.d.b.a.a.P("EventStoreConfig{maxStorageSizeInBytes="); + P.append(this.b); + P.append(", loadBatchSize="); + P.append(this.f644c); + P.append(", criticalSectionEnterTimeoutMs="); + P.append(this.d); + P.append(", eventCleanUpAge="); + P.append(this.e); + P.append(", maxBlobByteSizePerRow="); + return c.d.b.a.a.z(P, 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 a16fe7d73c..d2f7d06293 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 f642c; + public final a f645c; public a0(a aVar, a aVar2, a aVar3) { this.a = aVar; this.b = aVar2; - this.f642c = aVar3; + this.f645c = aVar3; } @Override // c0.a.a public Object get() { - return new z(this.a.get(), this.b.get(), this.f642c.get().intValue()); + return new z(this.a.get(), this.b.get(), this.f645c.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 f08920069c..88f7e21b60 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 f643c; + public final f f646c; 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.f643c = fVar; + this.f646c = fVar; } @Override // c.i.a.b.j.t.i.h public f a() { - return this.f643c; + return this.f646c; } @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.f643c.equals(hVar.a()); + return this.a == hVar.b() && this.b.equals(hVar.c()) && this.f646c.equals(hVar.a()); } public int hashCode() { long j = this.a; - return this.f643c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); + return this.f646c.hashCode() ^ ((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003); } public String toString() { - StringBuilder N = a.N("PersistedEvent{id="); - N.append(this.a); - N.append(", transportContext="); - N.append(this.b); - N.append(", event="); - N.append(this.f643c); - N.append("}"); - return N.toString(); + StringBuilder P = a.P("PersistedEvent{id="); + P.append(this.a); + P.append(", transportContext="); + P.append(this.b); + P.append(", event="); + P.append(this.f646c); + P.append("}"); + return P.toString(); } } diff --git a/app/src/main/java/c/i/a/b/j/t/i/d.java b/app/src/main/java/c/i/a/b/j/t/i/d.java index 746983c853..cf9c0a8259 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/d.java +++ b/app/src/main/java/c/i/a/b/j/t/i/d.java @@ -15,22 +15,22 @@ public abstract class d { Integer num3 = 81920; String str = l == null ? " maxStorageSizeInBytes" : ""; if (num == null) { - str = a.t(str, " loadBatchSize"); + str = a.u(str, " loadBatchSize"); } if (num2 == null) { - str = a.t(str, " criticalSectionEnterTimeoutMs"); + str = a.u(str, " criticalSectionEnterTimeoutMs"); } if (l2 == null) { - str = a.t(str, " eventCleanUpAge"); + str = a.u(str, " eventCleanUpAge"); } if (num3 == null) { - str = a.t(str, " maxBlobByteSizePerRow"); + str = a.u(str, " maxBlobByteSizePerRow"); } if (str.isEmpty()) { a = new a(l.longValue(), num.intValue(), num2.intValue(), l2.longValue(), num3.intValue(), null); return; } - throw new IllegalStateException(a.t("Missing required properties:", str)); + throw new IllegalStateException(a.u("Missing required properties:", str)); } public abstract int a(); diff --git a/app/src/main/java/c/i/a/b/j/t/i/k.java b/app/src/main/java/c/i/a/b/j/t/i/k.java index 3834ceca26..7494e7d4ca 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 f644c; + public final i f647c; public k(t tVar, List list, i iVar) { this.a = tVar; this.b = list; - this.f644c = iVar; + this.f647c = 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.f644c; + i iVar = this.f647c; Cursor cursor = (Cursor) obj; b bVar = t.i; while (cursor.moveToNext()) { diff --git a/app/src/main/java/c/i/a/b/j/t/i/s.java b/app/src/main/java/c/i/a/b/j/t/i/s.java index 76bb713caa..081a9e09ab 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 f645c; + public final f f648c; public s(t tVar, i iVar, f fVar) { this.a = tVar; this.b = iVar; - this.f645c = fVar; + this.f648c = 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.f645c; + f fVar = this.f648c; 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 176de42927..69a89f8711 100644 --- a/app/src/main/java/c/i/a/b/j/t/i/t.java +++ b/app/src/main/java/c/i/a/b/j/t/i/t.java @@ -203,18 +203,18 @@ public class t implements c, c.i.a.b.j.u.a { @Override // c.i.a.b.j.t.i.c public void m(Iterable iterable) { if (iterable.iterator().hasNext()) { - StringBuilder N = c.d.b.a.a.N("DELETE FROM events WHERE _id in "); - N.append(f(iterable)); - b().compileStatement(N.toString()).execute(); + StringBuilder P = c.d.b.a.a.P("DELETE FROM events WHERE _id in "); + P.append(f(iterable)); + b().compileStatement(P.toString()).execute(); } } @Override // c.i.a.b.j.t.i.c public void m0(Iterable iterable) { if (iterable.iterator().hasNext()) { - StringBuilder N = c.d.b.a.a.N("UPDATE events SET num_attempts = num_attempts + 1 WHERE _id in "); - N.append(f(iterable)); - String sb = N.toString(); + StringBuilder P = c.d.b.a.a.P("UPDATE events SET num_attempts = num_attempts + 1 WHERE _id in "); + P.append(f(iterable)); + String sb = P.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 94b640c9f1..e883c393c3 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 f646c; + public final a f649c; public final a d; public u(a aVar, a aVar2, a aVar3, a aVar4) { this.a = aVar; this.b = aVar2; - this.f646c = aVar3; + this.f649c = aVar3; this.d = aVar4; } @Override // c0.a.a public Object get() { - return new t(this.a.get(), this.b.get(), this.f646c.get(), this.d.get()); + return new t(this.a.get(), this.b.get(), this.f649c.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 ee45b13d7e..ac085a4e79 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 P = c.d.b.a.a.P("Migration from ", i2, " to ", i3, " was requested, but cannot be performed. Only "); - P.append(list.size()); - P.append(" migrations are provided"); - throw new IllegalArgumentException(P.toString()); + StringBuilder R = c.d.b.a.a.R("Migration from ", i2, " to ", i3, " was requested, but cannot be performed. Only "); + R.append(list.size()); + R.append(" migrations are provided"); + throw new IllegalArgumentException(R.toString()); } @Override // android.database.sqlite.SQLiteOpenHelper diff --git a/app/src/main/java/c/i/a/b/j/w/a.java b/app/src/main/java/c/i/a/b/j/w/a.java index 6aa7e76872..d930b28238 100644 --- a/app/src/main/java/c/i/a/b/j/w/a.java +++ b/app/src/main/java/c/i/a/b/j/w/a.java @@ -34,6 +34,6 @@ public final class a { if (dVar != null) { return dVar; } - throw new IllegalArgumentException(c.d.b.a.a.k("Unknown Priority for value ", i)); + throw new IllegalArgumentException(c.d.b.a.a.l("Unknown Priority for value ", i)); } } diff --git a/app/src/main/java/c/i/a/c/a2/a.java b/app/src/main/java/c/i/a/c/a2/a.java index 19a420f8e8..8b73edf103 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 @@ -13,7 +13,7 @@ public abstract class a { @Nullable /* renamed from: c reason: collision with root package name */ - public c f647c; + public c f650c; public final int d; /* compiled from: BinarySearchSeeker */ @@ -23,7 +23,7 @@ public abstract class a { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f648c; + public final long f651c; public final long d; public final long e; public final long f; @@ -32,7 +32,7 @@ public abstract class a { public C0084a(d dVar, long j, long j2, long j3, long j4, long j5, long j6) { this.a = dVar; this.b = j; - this.f648c = j2; + this.f651c = 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.f648c, this.d, this.e, this.f, this.g))); + return new t.a(new u(j, c.a(this.a.a(j), this.f651c, 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 f649c; + public final long f652c; 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.f649c = j7; + this.f652c = 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 f650c; + public final long f653c; public final long d; public e(int i, long j, long j2) { this.b = i; - this.f650c = j; + this.f653c = j; this.d = j2; } @@ -144,7 +144,7 @@ public abstract class a { public int a(i iVar, s sVar) throws IOException { while (true) { - c cVar = this.f647c; + c cVar = this.f650c; 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.f650c; + long j4 = b2.f653c; long j5 = b2.d; cVar.d = j4; cVar.f = j5; - cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f649c); + cVar.h = c.a(cVar.b, j4, cVar.e, j5, cVar.g, cVar.f652c); } else if (i == -1) { - long j6 = b2.f650c; + long j6 = b2.f653c; long j7 = b2.d; cVar.e = j6; cVar.g = j7; - cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f649c); + cVar.h = c.a(cVar.b, cVar.d, j6, cVar.f, j7, cVar.f652c); } 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.f647c != null; + return this.f650c != null; } public final void c(boolean z2, long j) { - this.f647c = null; + this.f650c = null; this.b.a(); } @@ -202,11 +202,11 @@ public abstract class a { } public final void e(long j) { - c cVar = this.f647c; + c cVar = this.f650c; if (cVar == null || cVar.a != j) { long a = this.a.a.a(j); C0084a aVar = this.a; - this.f647c = new c(j, a, aVar.f648c, aVar.d, aVar.e, aVar.f, aVar.g); + this.f650c = new c(j, a, aVar.f651c, 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 e8215b90c6..6488f158fb 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 f651c; + public final int f654c; 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.f651c = i4; + this.f654c = 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 b954c96714..8a322d50f5 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[] f652c = f0.w("#!AMR\n"); + public static final byte[] f655c = 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 f653s; + public boolean f656s; static { a aVar = a.a; @@ -77,13 +77,13 @@ public final class b implements h { if (z2) { return this.g ? b[i] : a[i]; } - StringBuilder N = a.N("Illegal AMR "); - N.append(this.g ? "WB" : "NB"); - N.append(" frame type "); - N.append(i); - throw new ParserException(N.toString()); + StringBuilder P = a.P("Illegal AMR "); + P.append(this.g ? "WB" : "NB"); + P.append(" frame type "); + P.append(i); + throw new ParserException(P.toString()); } - throw new ParserException(a.k("Invalid padding bits for frame header ", b2)); + throw new ParserException(a.l("Invalid padding bits for frame header ", b2)); } @Override // c.i.a.c.a2.h @@ -92,7 +92,7 @@ public final class b implements h { } public final boolean c(i iVar) throws IOException { - byte[] bArr = f652c; + byte[] bArr = f655c; 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.f653s) { - this.f653s = true; + if (!this.f656s) { + this.f656s = 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.f2270x = 1; - bVar.f2271y = i; + bVar.f2273x = 1; + bVar.f2274y = 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 f15e9ec3f5..5dd2ba7d96 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[] f654c; + public final long[] f657c; 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.f654c = jArr; + this.f657c = 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.f654c; + long[] jArr2 = this.f657c; 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 N = a.N("ChunkIndex(length="); - N.append(this.a); - N.append(", sizes="); - N.append(Arrays.toString(this.b)); - N.append(", offsets="); - N.append(Arrays.toString(this.f654c)); - N.append(", timeUs="); - N.append(Arrays.toString(this.e)); - N.append(", durationsUs="); - N.append(Arrays.toString(this.d)); - N.append(")"); - return N.toString(); + StringBuilder P = a.P("ChunkIndex(length="); + P.append(this.a); + P.append(", sizes="); + P.append(Arrays.toString(this.b)); + P.append(", offsets="); + P.append(Arrays.toString(this.f657c)); + P.append(", timeUs="); + P.append(Arrays.toString(this.e)); + P.append(", durationsUs="); + P.append(Arrays.toString(this.d)); + P.append(")"); + return P.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 db6425c667..8403b0362c 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 f655c = new m.a(); + public final m.a f658c = 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.f761c)); + iVar.g(Math.max(6, this.a.f764c)); 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.f655c; + m.a aVar = this.f658c; 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.f655c.a; + return this.f658c.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.f761c)); + super(r1, r2, r3, 0, r7, j, j2, r5 + r9, Math.max(6, oVar.f764c)); 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.f761c)) / 2; + j4 = (((long) i2) + ((long) oVar.f764c)) / 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 1bd449d695..2018acf83c 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 f656c; + public final boolean f659c; 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.f656c = (i & 1) == 0 ? false : true; + this.f659c = (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 a2 = AnimatableValueParser.a2(iVar, !this.f656c); + Metadata a2 = AnimatableValueParser.a2(iVar, !this.f659c); iVar.l((int) (iVar.f() - f)); this.h = a2; this.g = 1; @@ -161,7 +161,7 @@ public final class d implements h { throw new ParserException(); } w wVar2 = this.b; - int i8 = wVar2.f919c; + int i8 = wVar2.f922c; 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.f919c - 16) { + if (i12 <= wVar4.f922c - 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.f919c; + int i13 = wVar4.f922c; 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.f919c) { + if (wVar4.b > wVar4.f922c) { 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.f761c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(AnimatableValueParser.p2(wVar8, r4, r4).a), Collections.emptyList()))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f764c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Arrays.asList(AnimatableValueParser.p2(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.f761c, oVar4.d, oVar4.e, oVar4.g, oVar4.h, oVar4.j, oVar4.k, oVar4.f(o.a(Collections.emptyList(), Collections.singletonList(new PictureFrame(f3, q, p, f4, f5, f6, f7, bArr6))))); + oVar = new o(oVar4.a, oVar4.b, oVar4.f764c, 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.f761c, 6); + this.j = Math.max(this.i.f764c, 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 1cacbc9a2d..8aa121bad0 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 f657c; + public final int f660c; 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.f657c = i2 == -1 ? 1 : i2; + this.f660c = 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.f657c; + long j3 = (long) this.f660c; 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.f657c; + int i2 = this.f660c; 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 c1ea54872d..65ae442477 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 f658c; + public boolean f661c; 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.f658c) { + if (!this.f661c) { 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.f2270x = 1; - bVar.f2271y = i2; + bVar.f2273x = 1; + bVar.f2274y = 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.f2270x = 1; - bVar2.f2271y = 8000; + bVar2.f2273x = 1; + bVar2.f2274y = 8000; this.a.e(bVar2.a()); this.d = true; } else if (i != 10) { - StringBuilder N = a.N("Audio format not supported: "); - N.append(this.e); - throw new TagPayloadReader.UnsupportedFormatException(N.toString()); + StringBuilder P = a.P("Audio format not supported: "); + P.append(this.e); + throw new TagPayloadReader.UnsupportedFormatException(P.toString()); } - this.f658c = true; + this.f661c = 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.f997c; - bVar.f2270x = c2.b; - bVar.f2271y = c2.a; + bVar.h = c2.f1000c; + bVar.f2273x = c2.b; + bVar.f2274y = 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 79557f9f26..e115afa5f2 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 f659c = new w(11); + public final w f662c = 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.f919c = 0; + wVar.f922c = 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.f659c.a, 0, 11, true)) { - this.f659c.D(0); - this.k = this.f659c.s(); - this.l = this.f659c.u(); - this.m = (long) this.f659c.u(); - this.m = (((long) (this.f659c.s() << 24)) | this.m) * 1000; - this.f659c.E(3); + if (iVar.c(this.f662c.a, 0, 11, true)) { + this.f662c.D(0); + this.k = this.f662c.s(); + this.l = this.f662c.u(); + this.m = (long) this.f662c.u(); + this.m = (((long) (this.f662c.s() << 24)) | this.m) * 1000; + this.f662c.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.f660c, j2)); + this.f.a(new r(dVar.d, dVar.f663c, 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 871dfb7f0c..597eacd446 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[] f660c = new long[0]; + public long[] f663c = 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.f660c = new long[size]; + this.f663c = 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.f660c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); + this.f663c[i] = (long) (((Double) obj6).doubleValue() * 1000000.0d); this.d[i] = ((Double) obj5).longValue(); i++; } - this.f660c = new long[0]; + this.f663c = 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 6a5c05f183..4dc90c52e2 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 f661c = new w(4); + public final w f664c = new w(4); public int d; public boolean e; public boolean f; @@ -31,7 +31,7 @@ public final class e extends TagPayloadReader { this.g = i; return i != 5; } - throw new TagPayloadReader.UnsupportedFormatException(a.k("Video format not supported: ", i2)); + throw new TagPayloadReader.UnsupportedFormatException(a.l("Video format not supported: ", i2)); } @Override // com.google.android.exoplayer2.extractor.flv.TagPayloadReader @@ -54,7 +54,7 @@ public final class e extends TagPayloadReader { Format.b bVar = new Format.b(); bVar.k = "video/avc"; bVar.h = b.f; - bVar.p = b.f924c; + bVar.p = b.f927c; 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.f661c.a; + byte[] bArr2 = this.f664c.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.f661c.a, i6, this.d); - this.f661c.D(0); - int v = this.f661c.v(); + wVar.e(this.f664c.a, i6, this.d); + this.f664c.D(0); + int v = this.f664c.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 0f64343008..460e115f20 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 f662c; + public final long f665c; 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.f662c = j2; + this.f665c = j2; } @Override // c.i.a.c.a2.i public long b() { - return this.f662c; + return this.f665c; } @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 dbb80d386e..b2c6f5da70 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 f663c; + public int f666c; 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.f663c = 6; + this.f666c = 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.f663c; + int i2 = this.f666c; 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.f663c = 4; + this.f666c = 4; } else { a(); } } else if ((x2 < 65488 || x2 > 65497) && x2 != 65281) { - this.f663c = 1; + this.f666c = 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.f663c = 2; + this.f666c = 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.f664c; + j = b - aVar.f667c; b = 0; } else { long j6 = b - aVar.b; @@ -191,7 +191,7 @@ public final class a implements h { } else { iVar.l(this.e); } - this.f663c = 0; + this.f666c = 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.f702s = new d(j8, jVar); + iVar2.f705s = new d(j8, jVar); MotionPhotoMetadata motionPhotoMetadata2 = this.g; Objects.requireNonNull(motionPhotoMetadata2); c(motionPhotoMetadata2); - this.f663c = 5; + this.f666c = 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.f663c = 0; + this.f666c = 0; this.j = null; - } else if (this.f663c == 5) { + } else if (this.f666c == 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 ab033e55ef..11c03dd51b 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 f664c; + public final long f667c; public a(String str, String str2, long j, long j2) { this.a = str; this.b = j; - this.f664c = j2; + this.f667c = 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 05265c9ed5..2827951ab7 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.f764c; + long j3 = uVar.f767c; 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.f764c + j4)); + return new t.a(uVar2, new u(uVar3.b, uVar3.f767c + 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 1602a3f86c..4494616bf0 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[] f665c = {"Camera:MicroVideoOffset", "GCamera:MicroVideoOffset"}; + public static final String[] f668c = {"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 = f665c; + String[] strArr3 = f668c; int length3 = strArr3.length; int i3 = 0; while (true) { @@ -115,20 +115,20 @@ public final class e { a aVar = u.j; c.n(4, "initialCapacity"); Object[] objArr = new Object[4]; - String t = c.d.b.a.a.t(str, ":Item"); - String t2 = c.d.b.a.a.t(str, ":Directory"); + String u = c.d.b.a.a.u(str, ":Item"); + String u2 = c.d.b.a.a.u(str, ":Directory"); int i = 0; do { xmlPullParser.next(); - if (AnimatableValueParser.y1(xmlPullParser, t)) { - String t3 = c.d.b.a.a.t(str2, ":Mime"); - String t4 = c.d.b.a.a.t(str2, ":Semantic"); - String t5 = c.d.b.a.a.t(str2, ":Length"); - String t6 = c.d.b.a.a.t(str2, ":Padding"); - String t0 = AnimatableValueParser.t0(xmlPullParser, t3); - String t02 = AnimatableValueParser.t0(xmlPullParser, t4); - String t03 = AnimatableValueParser.t0(xmlPullParser, t5); - String t04 = AnimatableValueParser.t0(xmlPullParser, t6); + if (AnimatableValueParser.y1(xmlPullParser, u)) { + String u3 = c.d.b.a.a.u(str2, ":Mime"); + String u4 = c.d.b.a.a.u(str2, ":Semantic"); + String u5 = c.d.b.a.a.u(str2, ":Length"); + String u6 = c.d.b.a.a.u(str2, ":Padding"); + String t0 = AnimatableValueParser.t0(xmlPullParser, u3); + String t02 = AnimatableValueParser.t0(xmlPullParser, u4); + String t03 = AnimatableValueParser.t0(xmlPullParser, u5); + String t04 = AnimatableValueParser.t0(xmlPullParser, u6); if (t0 == null || t02 == null) { return q0.k; } @@ -140,7 +140,7 @@ public final class e { objArr[i] = aVar2; i = i2; } - } while (!AnimatableValueParser.j1(xmlPullParser, t2)); + } while (!AnimatableValueParser.j1(xmlPullParser, u2)); return u.l(objArr, i); } } diff --git a/app/src/main/java/c/i/a/c/a2/f0/b.java b/app/src/main/java/c/i/a/c/a2/f0/b.java index 0c10c23c2a..6aabf54be0 100644 --- a/app/src/main/java/c/i/a/c/a2/f0/b.java +++ b/app/src/main/java/c/i/a/c/a2/f0/b.java @@ -9,7 +9,7 @@ public final class b implements d { public final ArrayDeque b = new ArrayDeque<>(); /* renamed from: c reason: collision with root package name */ - public final g f666c = new g(); + public final g f669c = new g(); public c d; public int e; public int f; diff --git a/app/src/main/java/c/i/a/c/a2/f0/e.java b/app/src/main/java/c/i/a/c/a2/f0/e.java index 6991c01dea..52e73a53b9 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[] f667c = {68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44}; + public static final byte[] f670c = {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 f668a0; + public boolean f671a0; /* renamed from: b0 reason: collision with root package name */ - public boolean f669b0; + public boolean f672b0; /* renamed from: c0 reason: collision with root package name */ - public int f670c0; + public int f673c0; /* renamed from: d0 reason: collision with root package name */ - public byte f671d0; + public byte f674d0; /* renamed from: e0 reason: collision with root package name */ - public boolean f672e0; + public boolean f675e0; public final d f; /* renamed from: f0 reason: collision with root package name */ - public j f673f0; + public j f676f0; 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 f674s; + public final w f677s; 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 f675x = -9223372036854775807L; + public long f678x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f676y = -9223372036854775807L; + public long f679y = -9223372036854775807L; @Nullable /* renamed from: z reason: collision with root package name */ - public c f677z; + public c f680z; /* 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 f678c; + public int f681c; 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 f679s = 0.0f; + public float f682s = 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 f680x = false; + public boolean f683x = false; /* renamed from: y reason: collision with root package name */ - public int f681y = -1; + public int f684y = -1; /* renamed from: z reason: collision with root package name */ - public int f682z = -1; + public int f685z = -1; public c() { } @@ -211,7 +211,7 @@ public class e implements h { if (bArr != null) { return bArr; } - throw new ParserException(c.d.b.a.a.t("Missing CodecPrivate for codec ", str)); + throw new ParserException(c.d.b.a.a.u("Missing CodecPrivate for codec ", str)); } } @@ -221,7 +221,7 @@ public class e implements h { public boolean b; /* renamed from: c reason: collision with root package name */ - public int f683c; + public int f686c; 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.f683c > 0) { + if (this.f686c > 0) { cVar.X.d(this.d, this.e, this.f, this.g, cVar.j); - this.f683c = 0; + this.f686c = 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.f674s = new c.i.a.c.i2.w(); + this.f677s = new c.i.a.c.i2.w(); this.Q = new int[1]; } @@ -283,7 +283,7 @@ public class e implements h { @EnsuresNonNull({"cueTimesUs", "cueClusterPositions"}) public final void a(int i) throws ParserException { if (this.H == null || this.I == null) { - throw new ParserException(c.d.b.a.a.l("Element ", i, " must be in a Cues")); + throw new ParserException(c.d.b.a.a.n("Element ", i, " must be in a Cues")); } } @@ -335,8 +335,8 @@ public class e implements h { @EnsuresNonNull({"currentTrack"}) public final void c(int i) throws ParserException { - if (this.f677z == null) { - throw new ParserException(c.d.b.a.a.l("Element ", i, " must be in a TrackEntry")); + if (this.f680z == null) { + throw new ParserException(c.d.b.a.a.n("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.f919c) { + if (i7 >= wVar.f922c) { 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.f919c); - i4 = i2 + this.p.f919c; + wVar2.c(wVar3, wVar3.f922c); + i4 = i2 + this.p.f922c; if ((268435456 & i6) != 0) { if (this.P > 1) { i6 &= -268435457; } else { - c.i.a.c.i2.w wVar4 = this.f674s; - int i8 = wVar4.f919c; + c.i.a.c.i2.w wVar4 = this.f677s; + int i8 = wVar4.f922c; 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.f683c; + int i9 = dVar.f686c; int i10 = i9 + 1; - dVar.f683c = i10; + dVar.f686c = i10; if (i9 == 0) { dVar.d = j; dVar.e = i6; @@ -457,7 +457,7 @@ public class e implements h { b.C0085b peek = bVar.b.peek(); if (peek == null || iVar.getPosition() < peek.b) { if (bVar.e == 0) { - long c2 = bVar.f666c.c(iVar, r4, r3, 4); + long c2 = bVar.f669c.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.f666c.c(iVar, r3, r4, 8); + bVar.g = bVar.f669c.c(iVar, r3, r4, 8); bVar.e = 2; } c cVar = bVar.d; @@ -606,23 +606,23 @@ public class e implements h { int i5 = bVar.f; long j2 = bVar.g; e eVar = e.this; - AnimatableValueParser.H(eVar.f673f0); + AnimatableValueParser.H(eVar.f676f0); if (i5 == 160) { i2 = 0; eVar.V = false; } else if (i5 == 174) { i2 = 0; - eVar.f677z = new c(null); + eVar.f680z = new c(null); } else if (i5 != 187) { if (i5 == 19899) { eVar.B = -1; eVar.C = -1; } else if (i5 == 20533) { eVar.c(i5); - eVar.f677z.h = true; + eVar.f680z.h = true; } else if (i5 == 21968) { eVar.c(i5); - eVar.f677z.f680x = true; + eVar.f680z.f683x = 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.f673f0.a(new t.b(eVar.f676y, 0)); + eVar.f676f0.a(new t.b(eVar.f679y, 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.f677z.d = (int) a3; + eVar2.f680z.d = (int) a3; break; case 136: eVar2.c(i6); - eVar2.f677z.V = a3 == 1; + eVar2.f680z.V = a3 == 1; break; case 155: eVar2.N = eVar2.m(a3); break; case 159: eVar2.c(i6); - eVar2.f677z.O = (int) a3; + eVar2.f680z.O = (int) a3; break; case 176: eVar2.c(i6); - eVar2.f677z.m = (int) a3; + eVar2.f680z.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.f677z.n = (int) a3; + eVar2.f680z.n = (int) a3; break; case 215: eVar2.c(i6); - eVar2.f677z.f678c = (int) a3; + eVar2.f680z.f681c = (int) a3; break; case 231: eVar2.G = eVar2.m(a3); @@ -709,30 +709,30 @@ public class e implements h { break; case 16871: eVar2.c(i6); - eVar2.f677z.g = (int) a3; + eVar2.f680z.g = (int) a3; break; case 16980: if (a3 != 3) { - throw new ParserException(c.d.b.a.a.q("ContentCompAlgo ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.r("ContentCompAlgo ", a3, " not supported")); } break; case 17029: if (a3 < 1 || a3 > 2) { - throw new ParserException(c.d.b.a.a.q("DocTypeReadVersion ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.r("DocTypeReadVersion ", a3, " not supported")); } case 17143: if (a3 != 1) { - throw new ParserException(c.d.b.a.a.q("EBMLReadVersion ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.r("EBMLReadVersion ", a3, " not supported")); } break; case 18401: if (a3 != 5) { - throw new ParserException(c.d.b.a.a.q("ContentEncAlgo ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.r("ContentEncAlgo ", a3, " not supported")); } break; case 18408: if (a3 != 1) { - throw new ParserException(c.d.b.a.a.q("AESSettingsCipherMode ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.r("AESSettingsCipherMode ", a3, " not supported")); } break; case 21420: @@ -745,53 +745,53 @@ public class e implements h { if (i7 != 1) { if (i7 != 3) { if (i7 == 15) { - eVar2.f677z.w = 3; + eVar2.f680z.w = 3; break; } } else { - eVar2.f677z.w = 1; + eVar2.f680z.w = 1; break; } } else { - eVar2.f677z.w = 2; + eVar2.f680z.w = 2; break; } } else { - eVar2.f677z.w = 0; + eVar2.f680z.w = 0; break; } break; case 21680: eVar2.c(i6); - eVar2.f677z.o = (int) a3; + eVar2.f680z.o = (int) a3; break; case 21682: eVar2.c(i6); - eVar2.f677z.q = (int) a3; + eVar2.f680z.q = (int) a3; break; case 21690: eVar2.c(i6); - eVar2.f677z.p = (int) a3; + eVar2.f680z.p = (int) a3; break; case 21930: eVar2.c(i6); - eVar2.f677z.U = a3 == 1; + eVar2.f680z.U = a3 == 1; break; case 21998: eVar2.c(i6); - eVar2.f677z.f = (int) a3; + eVar2.f680z.f = (int) a3; break; case 22186: eVar2.c(i6); - eVar2.f677z.R = a3; + eVar2.f680z.R = a3; break; case 22203: eVar2.c(i6); - eVar2.f677z.S = a3; + eVar2.f680z.S = a3; break; case 25188: eVar2.c(i6); - eVar2.f677z.P = (int) a3; + eVar2.f680z.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.f677z.r = 3; + eVar2.f680z.r = 3; break; } } else { - eVar2.f677z.r = 2; + eVar2.f680z.r = 2; break; } } else { - eVar2.f677z.r = 1; + eVar2.f680z.r = 1; break; } } else { - eVar2.f677z.r = 0; + eVar2.f680z.r = 0; break; } break; case 2352003: eVar2.c(i6); - eVar2.f677z.e = (int) a3; + eVar2.f680z.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.f677z.A = 1; + eVar2.f680z.A = 1; break; } } else { - eVar2.f677z.A = 2; + eVar2.f680z.A = 2; break; } break; @@ -843,57 +843,57 @@ public class e implements h { int i10 = (int) a3; if (i10 != 1) { if (i10 == 16) { - eVar2.f677z.f682z = 6; + eVar2.f680z.f685z = 6; break; } else if (i10 == 18) { - eVar2.f677z.f682z = 7; + eVar2.f680z.f685z = 7; break; } else if (i10 != 6) { } } - eVar2.f677z.f682z = 3; + eVar2.f680z.f685z = 3; break; case 21947: eVar2.c(i6); - c cVar4 = eVar2.f677z; - cVar4.f680x = true; + c cVar4 = eVar2.f680z; + cVar4.f683x = true; int i11 = (int) a3; if (i11 != 1) { if (i11 != 9) { if (i11 == 4 || i11 == 5 || i11 == 6 || i11 == 7) { - cVar4.f681y = 2; + cVar4.f684y = 2; break; } } else { - cVar4.f681y = 6; + cVar4.f684y = 6; break; } } else { - cVar4.f681y = 1; + cVar4.f684y = 1; break; } case 21948: eVar2.c(i6); - eVar2.f677z.B = (int) a3; + eVar2.f680z.B = (int) a3; break; case 21949: eVar2.c(i6); - eVar2.f677z.C = (int) a3; + eVar2.f680z.C = (int) a3; break; } break; } } else if (a3 != 1) { - throw new ParserException(c.d.b.a.a.q("ContentEncodingScope ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.r("ContentEncodingScope ", a3, " not supported")); } } else if (a3 != 0) { - throw new ParserException(c.d.b.a.a.q("ContentEncodingOrder ", a3, " not supported")); + throw new ParserException(c.d.b.a.a.r("ContentEncodingOrder ", a3, " not supported")); } bVar.e = 0; } else { - StringBuilder N = c.d.b.a.a.N("Invalid integer size: "); - N.append(bVar.g); - throw new ParserException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Invalid integer size: "); + P.append(bVar.g); + throw new ParserException(P.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.f677z.b = str; + eVar3.f680z.b = str; } else if (i12 != 17026) { if (i12 == 21358) { eVar3.c(i12); - eVar3.f677z.a = str; + eVar3.f680z.a = str; } else if (i12 == 2274716) { eVar3.c(i12); - eVar3.f677z.W = str; + eVar3.f680z.W = str; } } else if (!"webm".equals(str) && !"matroska".equals(str)) { - throw new ParserException(c.d.b.a.a.u("DocType ", str, " not supported")); + throw new ParserException(c.d.b.a.a.v("DocType ", str, " not supported")); } bVar.e = 0; } else { - StringBuilder N2 = c.d.b.a.a.N("String element size: "); - N2.append(bVar.g); - throw new ParserException(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("String element size: "); + P2.append(bVar.g); + throw new ParserException(P2.toString()); } } else if (i == 4) { c cVar6 = bVar.d; @@ -1085,7 +1085,7 @@ public class e implements h { } throw new ParserException("EBML lacing sample size out of range."); } else { - throw new ParserException(c.d.b.a.a.k("Unexpected lacing value: ", i21)); + throw new ParserException(c.d.b.a.a.l("Unexpected lacing value: ", i21)); } } byte[] bArr2 = eVar4.l.a; @@ -1118,7 +1118,7 @@ public class e implements h { } else if (i15 != 165) { if (i15 == 16877) { eVar4.c(i15); - c cVar8 = eVar4.f677z; + c cVar8 = eVar4.f680z; 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.f677z.i = bArr4; + eVar4.f680z.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.f677z.j = new w.a(r4, bArr5, r3, r3); + eVar4.f680z.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,28 +1151,28 @@ public class e implements h { } else if (i15 == 25506) { eVar4.c(i15); byte[] bArr7 = new byte[i16]; - eVar4.f677z.k = bArr7; + eVar4.f680z.k = bArr7; iVar.readFully(bArr7, r3, i16); } else if (i15 == 30322) { eVar4.c(i15); byte[] bArr8 = new byte[i16]; - eVar4.f677z.v = bArr8; + eVar4.f680z.v = bArr8; iVar.readFully(bArr8, r3, i16); } else { - throw new ParserException(c.d.b.a.a.k("Unexpected id: ", i15)); + throw new ParserException(c.d.b.a.a.l("Unexpected id: ", i15)); } } else if (eVar4.L == 2) { c cVar9 = eVar4.h.get(eVar4.R); if (eVar4.U != 4 || !"V_VP9".equals(cVar9.b)) { iVar.l(i16); } else { - c.i.a.c.i2.w wVar = eVar4.f674s; + c.i.a.c.i2.w wVar = eVar4.f677s; byte[] bArr9 = wVar.a; if (bArr9.length < i16) { bArr9 = new byte[i16]; } wVar.B(bArr9, i16); - iVar.readFully(eVar4.f674s.a, r3, i16); + iVar.readFully(eVar4.f677s.a, r3, i16); } } bVar.e = 0; @@ -1188,76 +1188,76 @@ public class e implements h { Objects.requireNonNull(eVar5); if (i58 == 181) { eVar5.c(i58); - eVar5.f677z.Q = (int) intBitsToFloat; + eVar5.f680z.Q = (int) intBitsToFloat; } else if (i58 != 17545) { switch (i58) { case 21969: eVar5.c(i58); - eVar5.f677z.D = (float) intBitsToFloat; + eVar5.f680z.D = (float) intBitsToFloat; break; case 21970: eVar5.c(i58); - eVar5.f677z.E = (float) intBitsToFloat; + eVar5.f680z.E = (float) intBitsToFloat; break; case 21971: eVar5.c(i58); - eVar5.f677z.F = (float) intBitsToFloat; + eVar5.f680z.F = (float) intBitsToFloat; break; case 21972: eVar5.c(i58); - eVar5.f677z.G = (float) intBitsToFloat; + eVar5.f680z.G = (float) intBitsToFloat; break; case 21973: eVar5.c(i58); - eVar5.f677z.H = (float) intBitsToFloat; + eVar5.f680z.H = (float) intBitsToFloat; break; case 21974: eVar5.c(i58); - eVar5.f677z.I = (float) intBitsToFloat; + eVar5.f680z.I = (float) intBitsToFloat; break; case 21975: eVar5.c(i58); - eVar5.f677z.J = (float) intBitsToFloat; + eVar5.f680z.J = (float) intBitsToFloat; break; case 21976: eVar5.c(i58); - eVar5.f677z.K = (float) intBitsToFloat; + eVar5.f680z.K = (float) intBitsToFloat; break; case 21977: eVar5.c(i58); - eVar5.f677z.L = (float) intBitsToFloat; + eVar5.f680z.L = (float) intBitsToFloat; break; case 21978: eVar5.c(i58); - eVar5.f677z.M = (float) intBitsToFloat; + eVar5.f680z.M = (float) intBitsToFloat; break; default: switch (i58) { case 30323: eVar5.c(i58); - eVar5.f677z.f679s = (float) intBitsToFloat; + eVar5.f680z.f682s = (float) intBitsToFloat; break; case 30324: eVar5.c(i58); - eVar5.f677z.t = (float) intBitsToFloat; + eVar5.f680z.t = (float) intBitsToFloat; break; case 30325: eVar5.c(i58); - eVar5.f677z.u = (float) intBitsToFloat; + eVar5.f680z.u = (float) intBitsToFloat; break; } } } else { - eVar5.f675x = (long) intBitsToFloat; + eVar5.f678x = (long) intBitsToFloat; } bVar.e = r3; } else { - StringBuilder N3 = c.d.b.a.a.N("Invalid float size: "); - N3.append(bVar.g); - throw new ParserException(N3.toString()); + StringBuilder P3 = c.d.b.a.a.P("Invalid float size: "); + P3.append(bVar.g); + throw new ParserException(P3.toString()); } } else { - throw new ParserException(c.d.b.a.a.k("Invalid element type ", i)); + throw new ParserException(c.d.b.a.a.l("Invalid element type ", i)); } } else { e.this.h(bVar.b.pop().a); @@ -1306,7 +1306,7 @@ public class e implements h { @Override // c.i.a.c.a2.h public final void f(j jVar) { - this.f673f0 = jVar; + this.f676f0 = 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.f666c; - gVar.f684c = 0; + g gVar = bVar.f669c; + gVar.f687c = 0; gVar.d = 0; g gVar2 = this.g; - gVar2.f684c = 0; + gVar2.f687c = 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.f683c = 0; + dVar.f686c = 0; } } } @@ -1384,11 +1384,11 @@ public class e implements h { int i10; int i11; e eVar = this; - AnimatableValueParser.H(eVar.f673f0); + AnimatableValueParser.H(eVar.f676f0); int i12 = 0; if (i != 160) { if (i == 174) { - c cVar = eVar.f677z; + c cVar = eVar.f680z; 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.f673f0; - int i13 = cVar.f678c; + j jVar = eVar.f676f0; + int i13 = cVar.f681c; 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.f2270x = cVar.O; - bVar.f2271y = cVar.Q; - bVar.f2272z = i3; + bVar.f2273x = cVar.O; + bVar.f2274y = cVar.Q; + bVar.f2275z = 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.f680x) { + if (cVar.f683x) { 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.f681y, cVar.A, cVar.f682z, bArr); + colorInfo = new ColorInfo(cVar.f684y, cVar.A, cVar.f685z, 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.f679s, 0.0f) == 0 && Float.compare(cVar.t, 0.0f) == 0) { + if (cVar.r == 0 && Float.compare(cVar.f682s, 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.f2269s = i6; + bVar.f2272s = 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.f2269s = i6; + bVar.f2272s = 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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 N = c.d.b.a.a.N("Unsupported PCM bit depth: "); - N.append(cVar.P); - N.append(". Setting mimeType to "); - N.append(str11); - Log.w("MatroskaExtractor", N.toString()); + StringBuilder P = c.d.b.a.a.P("Unsupported PCM bit depth: "); + P.append(cVar.P); + P.append(". Setting mimeType to "); + P.append(str11); + Log.w("MatroskaExtractor", P.toString()); } i2 = -1; list = null; @@ -2071,20 +2071,20 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, cVar); break; } else { - c.d.b.a.a.j0("Non-PCM MS/ACM is unsupported. Setting mimeType to ", str11, "MatroskaExtractor"); + c.d.b.a.a.l0("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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, cVar); } z3 = true; if (!z3) { @@ -2149,17 +2149,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f997c; + str2 = d2.f1000c; 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, cVar); break; } else { - StringBuilder N2 = c.d.b.a.a.N("Unsupported floating point PCM bit depth: "); - N2.append(cVar.P); - N2.append(". Setting mimeType to "); - N2.append(str11); - Log.w("MatroskaExtractor", N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Unsupported floating point PCM bit depth: "); + P2.append(cVar.P); + P2.append(". Setting mimeType to "); + P2.append(str11); + Log.w("MatroskaExtractor", P2.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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, cVar); } break; case 23: @@ -2951,11 +2951,11 @@ public class e implements h { if (i28 == 8) { i3 = 3; } else if (i28 != 16) { - StringBuilder N3 = c.d.b.a.a.N("Unsupported big endian PCM bit depth: "); - N3.append(cVar.P); - N3.append(". Setting mimeType to "); - N3.append(str11); - Log.w("MatroskaExtractor", N3.toString()); + StringBuilder P3 = c.d.b.a.a.P("Unsupported big endian PCM bit depth: "); + P3.append(cVar.P); + P3.append(". Setting mimeType to "); + P3.append(str11); + Log.w("MatroskaExtractor", P3.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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, cVar); break; } else { i3 = 268435456; @@ -3009,26 +3009,26 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, cVar); break; case 24: i3 = f0.r(cVar.P); if (i3 == 0) { - StringBuilder N4 = c.d.b.a.a.N("Unsupported little endian PCM bit depth: "); - N4.append(cVar.P); - N4.append(". Setting mimeType to "); - N4.append(str11); - Log.w("MatroskaExtractor", N4.toString()); + StringBuilder P4 = c.d.b.a.a.P("Unsupported little endian PCM bit depth: "); + P4.append(cVar.P); + P4.append(". Setting mimeType to "); + P4.append(str11); + Log.w("MatroskaExtractor", P4.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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, cVar); break; } i2 = -1; @@ -3080,17 +3080,17 @@ public class e implements h { bVar.b(i13); bVar.k = str12; bVar.l = i2; - bVar.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f927c; + str4 = a7.f930c; 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, 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.f2268c = cVar.W; + bVar.f2271c = 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.f678c, i4); + c.i.a.c.a2.w p = jVar.p(cVar.f681c, i4); cVar.X = p; p.e(a3); eVar = this; - eVar.h.put(cVar.f678c, cVar); + eVar.h.put(cVar.f681c, cVar); break; default: throw new ParserException("Unrecognized codec identifier."); } } - eVar.f677z = null; + eVar.f680z = 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.f677z; + c cVar2 = eVar.f680z; 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.f677z; + c cVar3 = eVar.f680z; 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.f675x; + long j3 = eVar.f678x; if (j3 != -9223372036854775807L) { - eVar.f676y = eVar.m(j3); + eVar.f679y = eVar.m(j3); } } else if (i != 374648427) { if (i == 475249515) { if (!eVar.A) { - j jVar2 = eVar.f673f0; + j jVar2 = eVar.f676f0; q qVar = eVar.H; q qVar2 = eVar.I; - if (eVar.v == -1 || eVar.f676y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { - tVar = new t.b(eVar.f676y, 0); + if (eVar.v == -1 || eVar.f679y == -9223372036854775807L || qVar == null || (i10 = qVar.a) == 0 || qVar2 == null || qVar2.a != i10) { + tVar = new t.b(eVar.f679y, 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.f676y - jArr3[i11]; + jArr2[i11] = eVar.f679y - 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.f673f0.j(); + eVar.f676f0.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.f919c < i) { + if (wVar.f922c < 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.f919c; + int i2 = wVar2.f922c; 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.f668a0 = false; - this.f669b0 = false; - this.f670c0 = 0; - this.f671d0 = 0; - this.f672e0 = false; + this.f671a0 = false; + this.f672b0 = false; + this.f673c0 = 0; + this.f674d0 = 0; + this.f675e0 = 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, f667c, i); + o(iVar, f670c, 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.f668a0) { + if (!this.f671a0) { iVar.readFully(this.l.a, 0, 1); this.W++; byte[] bArr = this.l.a; if ((bArr[0] & 128) != 128) { - this.f671d0 = bArr[0]; - this.f668a0 = true; + this.f674d0 = bArr[0]; + this.f671a0 = true; } else { throw new ParserException("Extension bit is set in signal byte"); } } - byte b2 = this.f671d0; + byte b2 = this.f674d0; if ((b2 & 1) == 1) { boolean z2 = (b2 & 2) == 2; this.T |= BasicMeasure.EXACTLY; - if (!this.f672e0) { + if (!this.f675e0) { iVar.readFully(this.q.a, 0, 8); this.W += 8; - this.f672e0 = true; + this.f675e0 = 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.f669b0) { + if (!this.f672b0) { iVar.readFully(this.l.a, 0, 1); this.W++; this.l.D(0); - this.f670c0 = this.l.s(); - this.f669b0 = true; + this.f673c0 = this.l.s(); + this.f672b0 = true; } - int i7 = this.f670c0 * 4; + int i7 = this.f673c0 * 4; this.l.z(i7); iVar.readFully(this.l.a, 0, i7); this.W += i7; - short s2 = (short) ((this.f670c0 / 2) + 1); + short s2 = (short) ((this.f673c0 / 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.f670c0; + i3 = this.f673c0; 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.f919c = length; + wVar3.f922c = length; wVar3.b = 0; } } if (cVar.f > 0) { this.T |= 268435456; - this.f674s.z(0); + this.f677s.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.f919c; + int i12 = i + this.o.f922c; if (!"V_MPEG4/ISO/AVC".equals(cVar.b) && !"V_MPEGH/ISO/HEVC".equals(cVar.b)) { if (cVar.T != null) { - AnimatableValueParser.D(this.o.f919c == 0); + AnimatableValueParser.D(this.o.f922c == 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 bcfb7f68a1..0f933ace5c 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 f684c; + public int f687c; 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.f684c == 0) { + if (this.f687c == 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.f684c = 1; + this.f687c = 1; } else { throw new IllegalStateException("No valid varint length mask found"); } } int i2 = this.d; if (i2 > i) { - this.f684c = 0; + this.f687c = 0; return -2; } if (i2 != 1) { iVar.readFully(this.b, 1, i2 - 1); } - this.f684c = 0; + this.f687c = 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 49f6a143cc..4641489329 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.f1012c); + super(j, j2, aVar.f, aVar.f1015c); } @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 cf0671511e..2f1f4b9b9a 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 f685c; + public final q f688c; 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.f685c = qVar2; + this.f688c = 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.f685c, j, true, true)); + return this.b.b(f0.c(this.f688c, 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.f685c.b(c2)); + u uVar = new u(b, this.f688c.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.f685c.b(i))); + return new t.a(uVar, new u(qVar.b(i), this.f688c.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 a6e4cd173c..73753e88b6 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 f686c; + public final long f689c; public e(long[] jArr, long[] jArr2, long j) { this.a = jArr; this.b = jArr2; - this.f686c = j == -9223372036854775807L ? h0.a(jArr2[jArr2.length - 1]) : j; + this.f689c = 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.f686c)), this.b, this.a); + Pair b = b(h0.b(f0.i(j, 0, this.f689c)), 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.f686c; + return this.f689c; } } 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 aab4e4212d..8049ff88e9 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 f687c; + public final long f690c; 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 f688s; + public boolean f691s; public boolean t; public long u; @@ -64,7 +64,7 @@ public final class f implements h { public f(int i) { this.b = i; - this.f687c = -9223372036854775807L; + this.f690c = -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.f1012c); - iVar5.n(wVar.a, 0, this.e.f1012c); + w wVar = new w(this.e.f1015c); + iVar5.n(wVar.a, 0, this.e.f1015c); 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.f919c >= i6 + 4) { + if (wVar.f922c >= 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.f1012c, E, -1, null); + iVar4 = new i(position, aVar2.f1015c, 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 Q = a.Q("XING data size mismatch: ", b, str); - Q.append(j3); - Log.w("XingSeeker", Q.toString()); + StringBuilder S = a.S("XING data size mismatch: ", b, str); + S.append(j3); + Log.w("XingSeeker", S.toString()); } } - iVar4 = new i(position, aVar2.f1012c, E, t, jArr); + iVar4 = new i(position, aVar2.f1015c, E, t, jArr); } iVar3 = iVar4; } if (iVar3 != null) { p pVar = fVar.f; - if (!((pVar.b == -1 || pVar.f762c == -1) ? false : true)) { + if (!((pVar.b == -1 || pVar.f765c == -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.f762c = i11; + pVar2.f765c = i11; } - iVar5.l(fVar.e.f1012c); + iVar5.l(fVar.e.f1015c); 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.f1012c); + iVar5.l(fVar.e.f1015c); 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.f1012c); + long j4 = position2 + ((long) aVar3.f1015c); 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 Q2 = a.Q("VBRI data size mismatch: ", b2, str); - Q2.append(j5); - Log.w("VbriSeeker", Q2.toString()); + StringBuilder S2 = a.S("VBRI data size mismatch: ", b2, str); + S2.append(j5); + Log.w("VbriSeeker", S2.toString()); } hVar3 = new h(jArr2, jArr3, E2, j5); } } fVar = this; - iVar.l(fVar.e.f1012c); + iVar.l(fVar.e.f1015c); iVar5 = iVar; hVar2 = hVar3; } hVar3 = null; fVar = this; - iVar.l(fVar.e.f1012c); + iVar.l(fVar.e.f1015c); iVar5 = iVar; hVar2 = hVar3; } else { @@ -344,13 +344,13 @@ public final class f implements h { i14++; } } - if (!fVar.f688s) { + if (!fVar.f691s) { iVar2 = new g.a(); } else { i iVar6 = hVar; if ((fVar.b & 2) != 0) { if (eVar != null) { - d = eVar.f686c; + d = eVar.f689c; } 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.f2270x = aVar4.e; - bVar.f2271y = aVar4.d; + bVar.f2273x = aVar4.e; + bVar.f2274y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f762c; + bVar.B = pVar3.f765c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } eVar = null; - if (!fVar.f688s) { + if (!fVar.f691s) { } 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.f2270x = aVar4.e; - bVar.f2271y = aVar4.d; + bVar.f2273x = aVar4.e; + bVar.f2274y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f762c; + bVar.B = pVar3.f765c; bVar.i = (fVar.b & 4) == 0 ? null : fVar.m; wVar2.e(bVar.a()); fVar.p = iVar.getPosition(); } - if (wVar.f919c >= 40) { + if (wVar.f922c >= 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.f1012c); + iVar5.l(fVar.e.f1015c); hVar = iVar3; if (iVar3 != null) { } @@ -440,7 +440,7 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f688s) { + if (!fVar.f691s) { } 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.f2270x = aVar4.e; - bVar.f2271y = aVar4.d; + bVar.f2273x = aVar4.e; + bVar.f2274y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f762c; + bVar.B = pVar3.f765c; 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.f1012c); + iVar5.l(fVar.e.f1015c); hVar = iVar3; if (iVar3 != null) { } @@ -486,7 +486,7 @@ public final class f implements h { if (metadata != null) { } eVar = null; - if (!fVar.f688s) { + if (!fVar.f691s) { } 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.f2270x = aVar4.e; - bVar.f2271y = aVar4.d; + bVar.f2273x = aVar4.e; + bVar.f2274y = aVar4.d; p pVar3 = fVar.f; bVar.A = pVar3.b; - bVar.B = pVar3.f762c; + bVar.B = pVar3.f765c; 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.f687c != -9223372036854775807L) { - fVar.n = (fVar.f687c - fVar.r.d(0)) + fVar.n; + if (fVar.f690c != -9223372036854775807L) { + fVar.n = (fVar.f690c - fVar.r.d(0)) + fVar.n; } } z.a aVar5 = fVar.e; - fVar.q = aVar5.f1012c; + fVar.q = aVar5.f1015c; 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.f1012c); + long position5 = iVar.getPosition() + ((long) fVar.e.f1015c); if (!dVar.b(a3)) { dVar.b.a(a3); - dVar.f685c.a(position5); + dVar.f688c.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.f1012c, 0, null); + fVar.k.d(fVar.a(fVar.o), 1, fVar.e.f1015c, 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 bff70ca420..0f26442f78 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 f689c; + public final long f692c; public final long d; public h(long[] jArr, long[] jArr2, long j, long j2) { this.a = jArr; this.b = jArr2; - this.f689c = j; + this.f692c = 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.f689c; + return this.f692c; } } 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 3c17639bbf..e0c98f8732 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 f690c; + public final long f693c; 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.f690c = j2; + this.f693c = 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.f690c; + long j3 = this.f693c; 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.f690c); - double d = (((double) i) * 100.0d) / ((double) this.f690c); + long i = f0.i(j, 0, this.f693c); + double d = (((double) i) * 100.0d) / ((double) this.f693c); 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.f690c; + return this.f693c; } } 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 6ffd464fb3..194072fd7d 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 f691c = new ArrayList(); + public final List f694c = 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.f691c.size(); + int size = this.f694c.size(); for (int i2 = 0; i2 < size; i2++) { - b bVar = this.f691c.get(i2); + b bVar = this.f694c.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.f691c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); + return d.a(this.a) + " leaves: " + Arrays.toString(this.f694c.toArray()) + " containers: " + Arrays.toString(this.d.toArray()); } } @@ -67,12 +67,12 @@ public abstract class d { } public static String a(int i) { - StringBuilder N = c.d.b.a.a.N(""); - N.append((char) ((i >> 24) & 255)); - N.append((char) ((i >> 16) & 255)); - N.append((char) ((i >> 8) & 255)); - N.append((char) (i & 255)); - return N.toString(); + StringBuilder P = c.d.b.a.a.P(""); + P.append((char) ((i >> 24) & 255)); + P.append((char) ((i >> 16) & 255)); + P.append((char) ((i >> 8) & 255)); + P.append((char) (i & 255)); + return P.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 a9da18d4dd..c8db8bc596 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 f692c; + public final w f695c; public b(d.b bVar, Format format) { w wVar = bVar.b; - this.f692c = wVar; + this.f695c = 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.f692c.v() : i; + return i == -1 ? this.f695c.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 f693c; + public final int f696c; 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.f693c = wVar.v() & 255; + this.f696c = 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.f693c; + int i = this.f696c; if (i == 8) { return this.a.s(); } @@ -556,20 +556,20 @@ public final class e { } else { i6 = i32; } - StringBuilder N = c.d.b.a.a.N("Inconsistent stbl box for track "); + StringBuilder P = c.d.b.a.a.P("Inconsistent stbl box for track "); mVar2 = mVar; - N.append(mVar2.a); - N.append(": remainingSynchronizationSamples "); - N.append(i30); - N.append(", remainingSamplesAtTimestampDelta "); - N.append(i33); - N.append(", remainingSamplesInChunk "); - N.append(i27); - N.append(", remainingTimestampDeltaChanges "); - N.append(i34); - N.append(", remainingSamplesAtTimestampOffset "); - N.append(i6); - c.d.b.a.a.l0(N, z3 ? ", ctts invalid" : "", "AtomParsers"); + P.append(mVar2.a); + P.append(": remainingSynchronizationSamples "); + P.append(i30); + P.append(", remainingSamplesAtTimestampDelta "); + P.append(i33); + P.append(", remainingSamplesInChunk "); + P.append(i27); + P.append(", remainingTimestampDeltaChanges "); + P.append(i34); + P.append(", remainingSamplesAtTimestampOffset "); + P.append(i6); + c.d.b.a.a.n0(P, z3 ? ", ctts invalid" : "", "AtomParsers"); i4 = b2; iArr = iArr9; i5 = i37; @@ -579,46 +579,46 @@ public final class e { if (i30 != 0) { } i6 = i32; - StringBuilder N = c.d.b.a.a.N("Inconsistent stbl box for track "); + StringBuilder P = c.d.b.a.a.P("Inconsistent stbl box for track "); mVar2 = mVar; - N.append(mVar2.a); - N.append(": remainingSynchronizationSamples "); - N.append(i30); - N.append(", remainingSamplesAtTimestampDelta "); - N.append(i33); - N.append(", remainingSamplesInChunk "); - N.append(i27); - N.append(", remainingTimestampDeltaChanges "); - N.append(i34); - N.append(", remainingSamplesAtTimestampOffset "); - N.append(i6); - c.d.b.a.a.l0(N, z3 ? ", ctts invalid" : "", "AtomParsers"); + P.append(mVar2.a); + P.append(": remainingSynchronizationSamples "); + P.append(i30); + P.append(", remainingSamplesAtTimestampDelta "); + P.append(i33); + P.append(", remainingSamplesInChunk "); + P.append(i27); + P.append(", remainingTimestampDeltaChanges "); + P.append(i34); + P.append(", remainingSamplesAtTimestampOffset "); + P.append(i6); + c.d.b.a.a.n0(P, z3 ? ", ctts invalid" : "", "AtomParsers"); i4 = b2; iArr = iArr9; i5 = i37; iArr2 = iArr10; } - long E = f0.E(j, 1000000, mVar2.f708c); + long E = f0.E(j, 1000000, mVar2.f711c); jArr3 = mVar2.h; if (jArr3 != null) { - f0.F(jArr2, 1000000, mVar2.f708c); + f0.F(jArr2, 1000000, mVar2.f711c); 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.f708c, mVar2.d) + j8; + long E2 = f0.E(mVar2.h[0], mVar2.f711c, 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.f708c); - long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f708c); + long E3 = f0.E(j8 - jArr2[0], (long) mVar2.f.H, mVar2.f711c); + long E4 = f0.E(j9, (long) mVar2.f.H, mVar2.f711c); if (!(E3 == 0 && E4 == 0) && E3 <= 2147483647L && E4 <= 2147483647L) { pVar.b = (int) E3; - pVar.f762c = (int) E4; - f0.F(jArr2, 1000000, mVar2.f708c); + pVar.f765c = (int) E4; + f0.F(jArr2, 1000000, mVar2.f711c); 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.f708c); + jArr2[i41] = f0.E(jArr2[i41] - j10, 1000000, mVar2.f711c); } - return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f708c)); + return new p(mVar, jArr, iArr, i5, jArr2, iArr2, f0.E(j - j10, 1000000, mVar2.f711c)); } 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.f708c, mVar2.d); + long E5 = f0.E(jArr11[i42], mVar2.f711c, 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.f708c); + jArr13[i47] = f0.E(j12, 1000000, mVar2.d) + f0.E(Math.max(0L, jArr2[i48] - j13), 1000000, mVar2.f711c); 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.f708c); + long E = f0.E(j, 1000000, mVar2.f711c); 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 N = c.d.b.a.a.N(""); - N.append((char) (((x2 >> 10) & 31) + 96)); - N.append((char) (((x2 >> 5) & 31) + 96)); - N.append((char) ((x2 & 31) + 96)); - Pair create = Pair.create(Long.valueOf(t2), N.toString()); + StringBuilder P = c.d.b.a.a.P(""); + P.append((char) (((x2 >> 10) & 31) + 96)); + P.append((char) (((x2 >> 5) & 31) + 96)); + P.append((char) ((x2 & 31) + 96)); + Pair create = Pair.create(Long.valueOf(t2), P.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.f927c; + str3 = a2.f930c; 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 p0 = c.d.b.a.a.p0(f3); - p0.k = str13; - p0.h = str14; - p0.p = x3; - p0.q = x4; - p0.t = f12; + Format.b s0 = c.d.b.a.a.s0(f3); + s0.k = str13; + s0.h = str14; + s0.p = x3; + s0.q = x4; + s0.t = f12; i29 = i29; - p0.f2269s = i29; - p0.u = bArr; - p0.v = i7; - p0.m = list; - p0.n = drmInitData2; - format2 = p0.a(); + s0.f2272s = i29; + s0.u = bArr; + s0.v = i7; + s0.m = list; + s0.n = drmInitData2; + format2 = s0.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.f2270x = i43; - bVar.f2271y = i42; + bVar.f2273x = i43; + bVar.f2274y = i42; bVar.n = drmInitData3; - bVar.f2268c = str11; + bVar.f2271c = 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.f2270x = i45; - bVar2.f2271y = i44; + bVar2.f2273x = i45; + bVar2.f2274y = i44; bVar2.n = drmInitData3; - bVar2.f2268c = str11; + bVar2.f2271c = 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.f2270x = 2; - bVar3.f2271y = i46; + bVar3.f2273x = 2; + bVar3.f2274y = i46; bVar3.n = drmInitData3; - bVar3.f2268c = str11; + bVar3.f2271c = str11; format = bVar3.a(); } else if (f17 == 1684305011) { - Format.b p02 = c.d.b.a.a.p0(f3); - p02.k = str6; - p02.f2270x = i19; - p02.f2271y = i18; - p02.n = drmInitData3; - p02.f2268c = str11; - format = p02.a(); + Format.b s02 = c.d.b.a.a.s0(f3); + s02.k = str6; + s02.f2273x = i19; + s02.f2274y = i18; + s02.n = drmInitData3; + s02.f2271c = str11; + format = s02.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.f997c; + str8 = c9.f1000c; } uVar = u.t(bArr7); } @@ -1410,16 +1410,16 @@ public final class e { i10 = f10; i11 = i33; if (format2 == null && str6 != null) { - Format.b p03 = c.d.b.a.a.p0(f3); - p03.k = str6; - p03.h = str5; - p03.f2270x = i19; - p03.f2271y = i18; - p03.f2272z = i16; - p03.m = uVar; - p03.n = drmInitData3; - p03.f2268c = str11; - format2 = p03.a(); + Format.b s03 = c.d.b.a.a.s0(f3); + s03.k = str6; + s03.h = str5; + s03.f2273x = i19; + s03.f2274y = i18; + s03.f2275z = i16; + s03.m = uVar; + s03.n = drmInitData3; + s03.f2271c = str11; + format2 = s03.a(); } str = str11; i29 = i12; @@ -1440,16 +1440,16 @@ public final class e { } i10 = f10; i11 = i33; - Format.b p03 = c.d.b.a.a.p0(f3); - p03.k = str6; - p03.h = str5; - p03.f2270x = i19; - p03.f2271y = i18; - p03.f2272z = i16; - p03.m = uVar; - p03.n = drmInitData3; - p03.f2268c = str11; - format2 = p03.a(); + Format.b s03 = c.d.b.a.a.s0(f3); + s03.k = str6; + s03.h = str5; + s03.f2273x = i19; + s03.f2274y = i18; + s03.f2275z = i16; + s03.m = uVar; + s03.n = drmInitData3; + s03.f2271c = str11; + format2 = s03.a(); str = str11; i29 = i12; i6 = i11; @@ -1473,16 +1473,16 @@ public final class e { } i10 = f10; i11 = i33; - Format.b p03 = c.d.b.a.a.p0(f3); - p03.k = str6; - p03.h = str5; - p03.f2270x = i19; - p03.f2271y = i18; - p03.f2272z = i16; - p03.m = uVar; - p03.n = drmInitData3; - p03.f2268c = str11; - format2 = p03.a(); + Format.b s03 = c.d.b.a.a.s0(f3); + s03.k = str6; + s03.h = str5; + s03.f2273x = i19; + s03.f2274y = i18; + s03.f2275z = i16; + s03.m = uVar; + s03.n = drmInitData3; + s03.f2271c = str11; + format2 = s03.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 p04 = c.d.b.a.a.p0(f3); - p04.k = str18; - p04.f2268c = str11; - p04.o = j3; - p04.m = uVar2; - format2 = p04.a(); + Format.b s04 = c.d.b.a.a.s0(f3); + s04.k = str18; + s04.f2271c = str11; + s04.o = j3; + s04.m = uVar2; + format2 = s04.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 p04 = c.d.b.a.a.p0(f3); - p04.k = str18; - p04.f2268c = str11; - p04.o = j3; - p04.m = uVar2; - format2 = p04.a(); + Format.b s04 = c.d.b.a.a.s0(f3); + s04.k = str18; + s04.f2271c = str11; + s04.o = j3; + s04.m = uVar2; + format2 = s04.a(); } } uVar2 = null; j3 = RecyclerView.FOREVER_NS; aVar4 = aVar6; - Format.b p04 = c.d.b.a.a.p0(f3); - p04.k = str18; - p04.f2268c = str11; - p04.o = j3; - p04.m = uVar2; - format2 = p04.a(); + Format.b s04 = c.d.b.a.a.s0(f3); + s04.k = str18; + s04.f2271c = str11; + s04.o = j3; + s04.m = uVar2; + format2 = s04.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 p05 = c.d.b.a.a.p0(f3); - p05.k = n; - format2 = p05.a(); + Format.b s05 = c.d.b.a.a.s0(f3); + s05.k = n; + format2 = s05.a(); } } } else if (f11 == 1667329389) { - Format.b p06 = c.d.b.a.a.p0(f3); - p06.k = "application/x-camera-motion"; - format2 = p06.a(); + Format.b s06 = c.d.b.a.a.s0(f3); + s06.k = "application/x-camera-motion"; + format2 = s06.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 90b163e5ef..92666eccb7 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 f694c; + public final int f697c; public final int d; public f(int i, int i2, int i3, int i4) { this.a = i; this.b = i2; - this.f694c = i3; + this.f697c = 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 e66af190ea..a5a0b0e31c 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 f695c; + public final int f698c; 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 f696s; + public c.i.a.c.i2.w f699s; public long t; public int u; public long v; public long w; /* renamed from: x reason: collision with root package name */ - public long f697x; + public long f700x; @Nullable /* renamed from: y reason: collision with root package name */ - public b f698y; + public b f701y; /* renamed from: z reason: collision with root package name */ - public int f699z; + public int f702z; /* 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 f700c = new c.i.a.c.i2.w(); + public final c.i.a.c.i2.w f703c = 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.f711c[this.f] : this.b.f[this.h]; + return !this.l ? this.d.f714c[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.f919c = length; + wVar2.f922c = length; wVar2.b = 0; i3 = bArr.length; wVar = wVar2; @@ -190,8 +190,8 @@ public class g implements h { return i3 + 1; } if (!z2) { - this.f700c.z(8); - c.i.a.c.i2.w wVar4 = this.f700c; + this.f703c.z(8); + c.i.a.c.i2.w wVar4 = this.f703c; 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.f700c.z(i5); - byte[] bArr3 = this.f700c.a; + this.f703c.z(i5); + byte[] bArr3 = this.f703c.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.f700c; + wVar5 = this.f703c; } 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.f695c = i; + this.f698c = 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.f697x = -9223372036854775807L; + this.f700x = -9223372036854775807L; this.D = j.d; this.E = new w[0]; this.F = new w[0]; @@ -265,7 +265,7 @@ public class g implements h { if (i >= 0) { return i; } - throw new ParserException(c.d.b.a.a.k("Unexpected negative value: ", i)); + throw new ParserException(c.d.b.a.a.l("Unexpected negative value: ", i)); } @Nullable @@ -311,7 +311,7 @@ public class g implements h { bArr = new byte[a2]; } wVar2.a = bArr; - wVar2.f919c = a2; + wVar2.f922c = 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 O = c.d.b.a.a.O("Senc sample count ", v, " is different from fragment sample count"); - O.append(oVar.e); - throw new ParserException(O.toString()); + StringBuilder Q = c.d.b.a.a.Q("Senc sample count ", v, " is different from fragment sample count"); + Q.append(oVar.e); + throw new ParserException(Q.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.f710c = position; + oVar.f713c = position; oVar.b = position; } } int i6 = this.p; if (i6 == 1835295092) { - this.f698y = null; + this.f701y = 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.f696s = wVar; + this.f699s = 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.f696s = null; + this.f699s = 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.f698y; + b bVar = this.f701y; 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.f698y = bVar2; + this.f701y = 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.f699z = i8; + this.f702z = 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.f698y = null; + this.f701y = null; } this.o = 3; if (i3 != 0) { } } else { if (bVar.d.a.g == 1) { - this.f699z = i8 - 8; + this.f702z = i8 - 8; iVar2.l(8); } if ("audio/ac4".equals(bVar.d.a.f.t)) { - this.A = bVar.d(this.f699z, 7); - m.a(this.f699z, this.j); + this.A = bVar.d(this.f702z, 7); + m.a(this.f702z, this.j); bVar.a.c(this.j, 7); this.A += 7; } else { - this.A = bVar.d(this.f699z, 0); + this.A = bVar.d(this.f702z, 0); } - this.f699z += this.A; + this.f702z += 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.f699z; + int i13 = this.f702z; 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.f699z) { + while (this.A < this.f702z) { 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.f699z += i15; + this.f702z += i15; } } z2 = false; this.C = z2; this.A += 5; - this.f699z += i15; + this.f702z += 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.f919c); + int e = u.e(wVar4.a, wVar4.f922c); 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.f699z, 0, b5 != null ? b5.f709c : null); + wVar3.d(j, i17, this.f702z, 0, b5 != null ? b5.f712c : 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.f698y = null; + this.f701y = 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.f710c; + long j12 = oVar4.f713c; 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.f919c); + iVar2.readFully(wVar5.a, 0, wVar5.f922c); 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.f696s; + c.i.a.c.i2.w wVar6 = this.f699s; 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().f691c.add(bVar4); + this.m.peek().f694c.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.f697x = ((Long) create.first).longValue(); + this.f700x = ((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.f697x; + long j17 = this.f700x; 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.h0("Skipping unsupported emsg version: ", f4, "FragmentedMp4Extractor"); + c.d.b.a.a.j0("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.f695c & 4) != 0) { + if ((this.f698c & 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.f691c); + DrmInitData h = h(pop.f694c); d.a b2 = pop.b(1836475768); Objects.requireNonNull(b2); SparseArray sparseArray2 = new SparseArray<>(); - int size = b2.f691c.size(); + int size = b2.f694c.size(); long j3 = -9223372036854775807L; int i19 = 0; while (i19 < size) { - d.b bVar3 = b2.f691c.get(i19); + d.b bVar3 = b2.f694c.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.f695c & 16) != 0, false, new c(gVar3)); + ArrayList arrayList = (ArrayList) e.e(pop, new p(), j3, h, (gVar3.f698c & 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.f695c; + int i24 = gVar3.f698c; 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.f710c = w; + oVar2.f713c = 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.f694c, (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.f697c, (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.f691c; + List list2 = aVar4.f694c; 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.f708c); + j2 = f0.E(mVar3.i[0], 1000000, mVar3.f711c); 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.f708c; + long j5 = mVar3.f711c; 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.f694c; + i14 = fVar3.f697c; } 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.f708c; + long j5 = mVar3.f711c; int[] iArr4 = iArr3; long j6 = oVar5.q; i6 = i24; @@ -1256,9 +1256,9 @@ public class g implements h { oVar3.p = true; } } else { - StringBuilder O = c.d.b.a.a.O("Saiz sample count ", v2, " is greater than fragment sample count"); - O.append(oVar3.e); - throw new ParserException(O.toString()); + StringBuilder Q = c.d.b.a.a.Q("Saiz sample count ", v2, " is greater than fragment sample count"); + Q.append(oVar3.e); + throw new ParserException(Q.toString()); } } d.b c5 = aVar4.c(1935763823); @@ -1271,9 +1271,9 @@ public class g implements h { } int v3 = wVar10.v(); if (v3 == 1) { - oVar3.f710c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); + oVar3.f713c += ((f3 >> 24) & 255) == 0 ? wVar10.t() : wVar10.w(); } else { - throw new ParserException(c.d.b.a.a.k("Unexpected saio entry count: ", v3)); + throw new ParserException(c.d.b.a.a.l("Unexpected saio entry count: ", v3)); } } d.b c6 = aVar4.c(1936027235); @@ -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.f691c.size(); i38++) { - d.b bVar8 = aVar4.f691c.get(i38); + for (int i38 = 0; i38 < aVar4.f694c.size(); i38++) { + d.b bVar8 = aVar4.f694c.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.f691c.size(); + int size5 = aVar4.f694c.size(); int i42 = 0; while (i42 < size5) { - d.b bVar9 = aVar4.f691c.get(i42); + d.b bVar9 = aVar4.f694c.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.f691c); + DrmInitData h2 = h(pop.f694c); 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 b7afe2c1bc..b6670c1fda 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 N = a.N("Failed to parse comment attribute: "); - N.append(d.a(i)); - Log.w("MetadataUtil", N.toString()); + StringBuilder P = a.P("Failed to parse comment attribute: "); + P.append(d.a(i)); + Log.w("MetadataUtil", P.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.h0("Unrecognized cover art flags: ", f2, "MetadataUtil"); + a.j0("Unrecognized cover art flags: ", f2, "MetadataUtil"); return null; } wVar.E(4); @@ -58,17 +58,17 @@ public final class h { wVar.E(10); int x2 = wVar.x(); if (x2 > 0) { - String k = a.k("", x2); + String l = a.l("", x2); int x3 = wVar.x(); if (x3 > 0) { - k = k + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + x3; + l = l + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + x3; } - return new TextInformationFrame(str, null, k); + return new TextInformationFrame(str, null, l); } } - StringBuilder N = a.N("Failed to parse index/count attribute: "); - N.append(d.a(i)); - Log.w("MetadataUtil", N.toString()); + StringBuilder P = a.P("Failed to parse index/count attribute: "); + P.append(d.a(i)); + Log.w("MetadataUtil", P.toString()); return null; } @@ -79,9 +79,9 @@ public final class h { wVar.E(8); return new TextInformationFrame(str, null, wVar.o(f - 16)); } - StringBuilder N = a.N("Failed to parse text attribute: "); - N.append(d.a(i)); - Log.w("MetadataUtil", N.toString()); + StringBuilder P = a.P("Failed to parse text attribute: "); + P.append(d.a(i)); + Log.w("MetadataUtil", P.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 N = a.N("Failed to parse uint8 attribute: "); - N.append(d.a(i)); - Log.w("MetadataUtil", N.toString()); + StringBuilder P = a.P("Failed to parse uint8 attribute: "); + P.append(d.a(i)); + Log.w("MetadataUtil", P.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 ce96221101..15baecfaac 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 f701c; + public final w f704c; 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 f702s; + public j f705s; public a[] t; public long[][] u; public int v; public long w; /* renamed from: x reason: collision with root package name */ - public int f703x; + public int f706x; @Nullable /* renamed from: y reason: collision with root package name */ - public MotionPhotoMetadata f704y; + public MotionPhotoMetadata f707y; /* 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 f705c; + public final c.i.a.c.a2.w f708c; public int d; public a(m mVar, p pVar, c.i.a.c.a2.w wVar) { this.a = mVar; this.b = pVar; - this.f705c = wVar; + this.f708c = 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.f701c = new w(u.a); + this.f704c = 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.f711c[a2], j2); + return a2 == -1 ? j2 : Math.min(pVar.f714c[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.f703x == 2 && (this.b & 2) != 0) { - j jVar = this.f702s; + if (this.f706x == 2 && (this.b & 2) != 0) { + j jVar = this.f705s; Objects.requireNonNull(jVar); c.i.a.c.a2.w p = jVar.p(0, 4); - MotionPhotoMetadata motionPhotoMetadata = this.f704y; + MotionPhotoMetadata motionPhotoMetadata = this.f707y; 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.f704y = new MotionPhotoMetadata(0, j7, -9223372036854775807L, j7 + j6, this.l - j6); + this.f707y = 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.f703x = i8; + this.f706x = i8; } else if (!this.g.isEmpty()) { - this.g.peek().f691c.add(new d.b(this.k, wVar3)); + this.g.peek().f694c.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.f711c[i13]; + long j12 = pVar.f714c[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.f705c; + c.i.a.c.a2.w wVar4 = aVar2.f708c; int i15 = aVar2.d; p pVar2 = aVar2.b; - long j15 = pVar2.f711c[i15]; + long j15 = pVar2.f714c[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.f701c.D(0); - wVar4.c(this.f701c, 4); + this.f704c.D(0); + wVar4.c(this.f704c, 4); this.q += 4; i16 += i19; } else { @@ -433,16 +433,16 @@ public final class i implements h, t { i4 = 2; } } - kVar.f707c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); + kVar.f710c.add(new k.a(i24, (b5 - ((long) kVar.e)) - ((long) wVar5.h()), wVar5.h())); i23++; s2 = 2816; i4 = 2; } - if (kVar.f707c.isEmpty()) { + if (kVar.f710c.isEmpty()) { sVar.a = 0; } else { kVar.d = 3; - sVar.a = kVar.f707c.get(0).a; + sVar.a = kVar.f710c.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.f707c.size()) { - k.a aVar3 = kVar.f707c.get(i25); + while (i25 < kVar.f710c.size()) { + k.a aVar3 = kVar.f710c.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.f702s = jVar; + this.f705s = 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.f707c.clear(); + kVar.f710c.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.f711c[a2]; + j2 = pVar.f714c[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.f711c[b]; + long j10 = pVar.f714c[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.f703x == 1; + boolean z5 = iVar3.f706x == 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.h0("Skipped metadata with unknown key index: ", f14, "AtomParsers"); + c.d.b.a.a.j0("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.f702s; + j jVar = iVar3.f705s; 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.f762c == -1) ? false : true) { + if ((i36 == -1 || pVar.f765c == -1) ? false : true) { a2.A = i36; - a2.B = pVar.f762c; + a2.B = pVar.f765c; } } 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.f705c.e(a2.a()); + aVar.f708c.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.f705c.e(a2.a()); + aVar.f708c.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.f705c.e(a2.a()); + aVar.f708c.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.f702s; + j jVar = iVar3.f705s; 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.f702s; + j jVar = iVar3.f705s; 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 d312b7d175..be775bacfb 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[] f706c; + public final byte[] f709c; public j(UUID uuid, int i, byte[] bArr) { this.a = uuid; this.b = i; - this.f706c = bArr; + this.f709c = 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 67429b19d3..7a36f2d0e0 100644 --- a/app/src/main/java/c/i/a/c/a2/h0/k.java +++ b/app/src/main/java/c/i/a/c/a2/h0/k.java @@ -11,7 +11,7 @@ public final class k { public static final c.i.b.a.k b = new c.i.b.a.k(new j(new b.C0124b('*'))); /* renamed from: c reason: collision with root package name */ - public final List f707c = new ArrayList(); + public final List f710c = 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 3b58279beb..b05cd2778c 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 f708c; + public final long f711c; 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.f708c = j; + this.f711c = 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 9516341d91..80b1463c25 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 f709c; + public final w.a f712c; 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.f709c = new w.a(i4, bArr, i2, i3); + this.f712c = 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 a895ce8436..3d52fd8fe3 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 f710c; + public long f713c; 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 6b1a299c20..390721ff96 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[] f711c; + public final long[] f714c; 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.f711c = jArr; + this.f714c = 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 1aabb68cae..9a74ca9ad3 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 f712c; + public final long f715c; public final i d; public int e; public long f; @@ -40,7 +40,7 @@ public final class b implements g { public t.a h(long j) { b bVar = b.this; long j2 = bVar.b; - long j3 = bVar.f712c; + long j3 = bVar.f715c; 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.f712c = j2; + this.f715c = j2; if (j3 == j2 - j || z2) { this.f = j4; this.e = 4; @@ -85,7 +85,7 @@ public final class b implements g { long position = iVar.getPosition(); this.g = position; this.e = 1; - long j3 = this.f712c - 65307; + long j3 = this.f715c - 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.f716c; + long j5 = fVar.f719c; 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.f716c; + this.k = this.a.f719c; } 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.f716c > this.h) { + if (fVar2.f719c > 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.f716c; + this.k = this.a.f719c; 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.f712c); - this.f = this.a.f716c; + } while (iVar.getPosition() < this.f715c); + this.f = this.a.f719c; 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.f712c; + this.j = this.f715c; 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 4642ebe37e..cbb0c05c60 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 f713c = -1; + public long f716c = -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.f713c != -1); - return new n(this.a, this.f713c); + AnimatableValueParser.D(this.f716c != -1); + return new n(this.a, this.f716c); } @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.f919c), null); + bVar.a = oVar2.e(Arrays.copyOfRange(bArr, 9, wVar.f922c), null); return true; } else if ((bArr[0] & Byte.MAX_VALUE) == 3) { o.a n2 = AnimatableValueParser.n2(wVar); @@ -96,7 +96,7 @@ public final class c extends i { } a aVar = this.o; if (aVar != null) { - aVar.f713c = j; + aVar.f716c = 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 4da4f2fd0a..7535eb617b 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 f714c; + public boolean f717c; static { a aVar = a.a; @@ -95,14 +95,14 @@ public class d implements h { throw new ParserException("Failed to determine bitstream type"); } } - if (!this.f714c) { + if (!this.f717c) { c.i.a.c.a2.w p = this.a.p(0, 1); this.a.j(); i iVar2 = this.b; - iVar2.f717c = this.a; + iVar2.f720c = this.a; iVar2.b = p; iVar2.e(true); - this.f714c = true; + this.f717c = 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.f716c, (fVar.b & 4) != 0); + iVar3.d = new b(iVar3, iVar3.f, iVar.b(), (long) (fVar.e + fVar.f), fVar.f719c, (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.f919c)), eVar.b.f919c); + wVar.B(Arrays.copyOf(bArr, Math.max(65025, wVar.f922c)), eVar.b.f922c); 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.f717c.a(a); + iVar3.f720c.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.f919c); - iVar3.b.d(j3, 1, wVar2.f919c, 0, null); + iVar3.b.c(wVar2, wVar2.f922c); + iVar3.b.d(j3, 1, wVar2.f922c, 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.f715c = -1; + eVar.f718c = -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 65704955a3..bad11563d6 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 f715c = -1; + public int f718c = -1; public int d; public boolean e; @@ -41,36 +41,36 @@ public final class e { this.b.z(0); } while (!this.e) { - if (this.f715c < 0) { + if (this.f718c < 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.f919c == 0) { + if ((fVar.b & 1) == 1 && this.b.f922c == 0) { i2 += a(0); i = this.d + 0; } else { i = 0; } iVar.l(i2); - this.f715c = i; + this.f718c = i; } - int a = a(this.f715c); - int i3 = this.f715c + this.d; + int a = a(this.f718c); + int i3 = this.f718c + this.d; if (a > 0) { w wVar = this.b; - wVar.b(wVar.f919c + a); + wVar.b(wVar.f922c + a); w wVar2 = this.b; - iVar.readFully(wVar2.a, wVar2.f919c, a); + iVar.readFully(wVar2.a, wVar2.f922c, a); w wVar3 = this.b; - wVar3.C(wVar3.f919c + a); + wVar3.C(wVar3.f922c + a); this.e = this.a.g[i3 + -1] != 255; } if (i3 == this.a.d) { i3 = -1; } - this.f715c = i3; + this.f718c = 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 c71cd72428..756c10e071 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 f716c; + public long f719c; 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.f716c = ((((long) bArr[i8]) & 255) << 56) | (((long) bArr[i]) & 255) | ((((long) bArr[i2]) & 255) << 8) | ((((long) bArr[i3]) & 255) << 16) | ((((long) bArr[i4]) & 255) << 24) | ((((long) bArr[i5]) & 255) << 32) | ((((long) bArr[i6]) & 255) << 40) | ((((long) bArr[i7]) & 255) << 48); + this.f719c = ((((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.f716c = 0; + this.f719c = 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 284f35e43e..90ac86581d 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.f919c); + byte[] copyOf = Arrays.copyOf(wVar.a, wVar.f922c); List h = AnimatableValueParser.h(copyOf); Format.b bVar2 = new Format.b(); bVar2.k = "audio/opus"; - bVar2.f2270x = copyOf[9] & 255; - bVar2.f2271y = 48000; + bVar2.f2273x = copyOf[9] & 255; + bVar2.f2274y = 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 0f2905432f..f60eda7565 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 f717c; + public j f720c; 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 e029ff57a6..0da4c735ba 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[] f718c; + public final z[] f721c; public final int d; public a(a0 a0Var, y yVar, byte[] bArr, z[] zVarArr, int i) { this.a = a0Var; this.b = bArr; - this.f718c = zVarArr; + this.f721c = 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.f718c[(b >> 1) & (255 >>> (8 - aVar2.d))].a ? aVar2.a.e : aVar2.a.f; + int i2 = !aVar2.f721c[(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.f919c + 4; + int i3 = wVar.f922c + 4; if (length < i3) { wVar.A(Arrays.copyOf(bArr2, i3)); } else { wVar.C(i3); } byte[] bArr3 = wVar.a; - int i4 = wVar.f919c; + int i4 = wVar.f922c; 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.f919c)); + 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.f922c)); } else { y yVar = this.r; if (yVar == null) { this.r = AnimatableValueParser.p2(wVar, true, true); } else { - int i7 = wVar.f919c; + int i7 = wVar.f922c; byte[] bArr3 = new byte[i7]; System.arraycopy(wVar.a, 0, bArr3, 0, i7); int i8 = a0Var.a; @@ -206,7 +206,7 @@ public final class j extends i { } } } else { - throw new ParserException(c.d.b.a.a.k("floor type greater than 1 not decodable: ", b3)); + throw new ParserException(c.d.b.a.a.l("floor type greater than 1 not decodable: ", b3)); } i15++; i12 = 6; @@ -353,12 +353,12 @@ public final class j extends i { s4 = i2; bArr3 = bArr; } else { - throw new ParserException(c.d.b.a.a.k("lookup type greater than 2 not decodable: ", b19)); + throw new ParserException(c.d.b.a.a.l("lookup type greater than 2 not decodable: ", b19)); } } else { - StringBuilder N = c.d.b.a.a.N("expected code book to start with [0x56, 0x43, 0x42] at "); - N.append((xVar.f766c * 8) + xVar.d); - throw new ParserException(N.toString()); + StringBuilder P = c.d.b.a.a.P("expected code book to start with [0x56, 0x43, 0x42] at "); + P.append((xVar.f769c * 8) + xVar.d); + throw new ParserException(P.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.f651c; - bVar2.f2270x = a0Var2.a; - bVar2.f2271y = a0Var2.b; + bVar2.g = a0Var2.f654c; + bVar2.f2273x = a0Var2.a; + bVar2.f2274y = 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 67dd7be45c..0a9f858b45 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 f719c; + public boolean f722c; 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.f719c = true; + this.f722c = 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 965c0acb20..4ae7a3ae14 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 f720c = new w(4096); + public final w f723c = 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 f721c = new v(new byte[64]); + public final v f724c = 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.f719c) { + if (!a0Var.f722c) { 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.f919c - 4; + int i3 = wVar.f922c - 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.f919c; + int i5 = wVar2.f922c; 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.f720c.a, 0, 4, true)) { + if ((f != -1 && f < 4) || !iVar.e(this.f723c.a, 0, 4, true)) { return -1; } - this.f720c.D(0); - int f2 = this.f720c.f(); + this.f723c.D(0); + int f2 = this.f723c.f(); if (f2 == 441) { return -1; } if (f2 == 442) { - iVar.n(this.f720c.a, 0, 10); - this.f720c.D(9); - iVar.l((this.f720c.s() & 7) + 14); + iVar.n(this.f723c.a, 0, 10); + this.f723c.D(9); + iVar.l((this.f723c.s() & 7) + 14); return 0; } else if (f2 == 443) { - iVar.n(this.f720c.a, 0, 2); - this.f720c.D(0); - iVar.l(this.f720c.x() + 6); + iVar.n(this.f723c.a, 0, 2); + this.f723c.D(0); + iVar.l(this.f723c.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.f720c.a, 0, 2); - this.f720c.D(0); - int x2 = this.f720c.x() + 6; + iVar.n(this.f723c.a, 0, 2); + this.f723c.D(0); + int x2 = this.f723c.x() + 6; if (aVar == null) { iVar.l(x2); return 0; } - this.f720c.z(x2); - iVar.readFully(this.f720c.a, 0, x2); - this.f720c.D(6); - w wVar3 = this.f720c; - wVar3.e(aVar.f721c.a, 0, 3); - aVar.f721c.k(0); - aVar.f721c.m(8); - aVar.d = aVar.f721c.f(); - aVar.e = aVar.f721c.f(); - aVar.f721c.m(6); - int g = aVar.f721c.g(8); + this.f723c.z(x2); + iVar.readFully(this.f723c.a, 0, x2); + this.f723c.D(6); + w wVar3 = this.f723c; + wVar3.e(aVar.f724c.a, 0, 3); + aVar.f724c.k(0); + aVar.f724c.m(8); + aVar.d = aVar.f724c.f(); + aVar.e = aVar.f724c.f(); + aVar.f724c.m(6); + int g = aVar.f724c.g(8); aVar.g = g; - wVar3.e(aVar.f721c.a, 0, g); - aVar.f721c.k(0); + wVar3.e(aVar.f724c.a, 0, g); + aVar.f724c.k(0); aVar.h = 0; if (aVar.d) { - aVar.f721c.m(4); - aVar.f721c.m(1); - aVar.f721c.m(1); - long g2 = (((long) aVar.f721c.g(3)) << 30) | ((long) (aVar.f721c.g(15) << 15)) | ((long) aVar.f721c.g(15)); - aVar.f721c.m(1); + aVar.f724c.m(4); + aVar.f724c.m(1); + aVar.f724c.m(1); + long g2 = (((long) aVar.f724c.g(3)) << 30) | ((long) (aVar.f724c.g(15) << 15)) | ((long) aVar.f724c.g(15)); + aVar.f724c.m(1); if (!aVar.f && aVar.e) { - aVar.f721c.m(4); - aVar.f721c.m(1); - aVar.f721c.m(1); - aVar.f721c.m(1); - aVar.b.b((((long) aVar.f721c.g(3)) << 30) | ((long) (aVar.f721c.g(15) << 15)) | ((long) aVar.f721c.g(15))); + aVar.f724c.m(4); + aVar.f724c.m(1); + aVar.f724c.m(1); + aVar.f724c.m(1); + aVar.b.b((((long) aVar.f724c.g(3)) << 30) | ((long) (aVar.f724c.g(15) << 15)) | ((long) aVar.f724c.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.f720c; + w wVar4 = this.f723c; 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.f909c = -9223372036854775807L; + e0Var.f912c = -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 ff1b5ebbab..8785a26e5c 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 f722c; + public int f725c; 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.f722c = i4; + this.f725c = 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.f722c - this.d); + int min2 = Math.min(wVar.a(), this.f725c - this.d); wVar.e(this.b.a, this.d, min2); int i5 = this.d + min2; this.d = i5; - int i6 = this.f722c; + int i6 = this.f725c; if (i5 != i6) { continue; } else { @@ -89,7 +89,7 @@ public final class d0 implements i0 { this.f = true; return; } - this.b.C(this.f722c - 4); + this.b.C(this.f725c - 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 f2490fc4c9..f7ede381eb 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.f2268c = format.k; + bVar.f2271c = 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 94097e475c..e675ed28ba 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 f723c; + public boolean f726c; 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.f723c) { + if (!this.f726c) { this.a.l = 0; - this.f723c = true; + this.f726c = 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.f723c = false; + this.f726c = 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 7254086379..e1c1fb114b 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 f724c; + public final int f727c; public final int d; public a(int i, e0 e0Var, int i2) { - this.f724c = i; + this.f727c = 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.f919c; + int i = wVar.f922c; 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 m2 = AnimatableValueParser.m2(wVar, i2, this.f724c); + long m2 = AnimatableValueParser.m2(wVar, i2, this.f727c); if (m2 != -9223372036854775807L) { long b = this.a.b(m2); 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 13587d95ca..11c3cb0262 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 f725c; + 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 g implements o { v vVar = new v(new byte[128]); this.a = vVar; this.b = new w(vVar.a); - this.f725c = str; + this.f728c = 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.f998c[vVar.g(2)]; + i5 = l.f1001c[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.f2270x = i; - bVar.f2271y = i15; - bVar.f2268c = this.f725c; + bVar.f2273x = i; + bVar.f2274y = i15; + bVar.f2271c = this.f728c; Format a2 = bVar.a(); this.j = a2; this.e.e(a2); diff --git a/app/src/main/java/c/i/a/c/a2/j0/g0.java b/app/src/main/java/c/i/a/c/a2/j0/g0.java index ddad473522..2326a5c0ee 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 f726c = new w(); + public final w f729c = 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.f726c.A(f0.f); + this.f729c.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 d2fdf24ca3..e090ec98fa 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 f727c; + public boolean f730c; 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.f727c) { + if (!this.f730c) { this.a.m = 0; - this.f727c = true; + this.f730c = 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.f727c = false; + this.f730c = 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 5f78213532..a4056744e7 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 f728c; + public final List f731c; 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 f729s; + public int f732s; /* 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 f730c = new SparseIntArray(); + public final SparseIntArray f733c = 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.f728c.get(0); + e0Var = h0Var.f731c.get(0); } else { - e0Var = new e0(h0Var.f728c.get(0).c()); - h0.this.f728c.add(e0Var); + e0Var = new e0(h0Var.f731c.get(0).c()); + h0.this.f731c.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.f729s = this.a.g(13); + h0.this.f732s = 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.f730c.clear(); + this.f733c.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.f730c.get(i16, 8192)) { + if (i2 >= this.f733c.get(i16, 8192)) { } } else { i2 = g2; } - this.f730c.put(i16, i2); + this.f733c.put(i16, i2); this.b.put(i16, i0Var); } } i0Var = h0Var6.f.a(g, bVar2); if (h0.this.a != 2) { } - this.f730c.put(i16, i2); + this.f733c.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.f730c.size(); + int size = this.f733c.size(); int i18 = 0; while (i18 < size) { - int keyAt = this.f730c.keyAt(i18); - int valueAt = this.f730c.valueAt(i18); + int keyAt = this.f733c.keyAt(i18); + int valueAt = this.f733c.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.f728c = Collections.singletonList(e0Var); + this.f731c = Collections.singletonList(e0Var); } else { ArrayList arrayList = new ArrayList(); - this.f728c = arrayList; + this.f731c = 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.f729s = -1; + this.f732s = -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.f729s; + int i3 = this.f732s; 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.f726c.z(min); + g0Var.f729c.z(min); iVar.k(); - iVar.n(g0Var.f726c.a, 0, min); - w wVar = g0Var.f726c; + iVar.n(g0Var.f729c.a, 0, min); + w wVar = g0Var.f729c; int i4 = wVar.b; - int i5 = wVar.f919c; + int i5 = wVar.f922c; 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.f726c.z(min2); + g0Var.f729c.z(min2); iVar.k(); - iVar.n(g0Var.f726c.a, 0, min2); - w wVar2 = g0Var.f726c; + iVar.n(g0Var.f729c.a, 0, min2); + w wVar2 = g0Var.f729c; int i6 = wVar2.b; - int i7 = wVar2.f919c; + int i7 = wVar2.f922c; 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.f729s, this.b); + f0 f0Var = new f0(g0Var2.b, j5, b2, this.f732s, 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.f919c; + int i8 = this.d.f922c; 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.f919c; + int i10 = wVar4.f922c; 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.f919c; + int i14 = wVar5.f922c; 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.f728c.size(); + int size = this.f731c.size(); for (int i = 0; i < size; i++) { - e0 e0Var = this.f728c.get(i); + e0 e0Var = this.f731c.get(i); if ((e0Var.d() == -9223372036854775807L) || !(e0Var.d() == 0 || e0Var.c() == j2)) { synchronized (e0Var) { e0Var.a = j2; - e0Var.f909c = -9223372036854775807L; + e0Var.f912c = -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 84c5b0ae82..119b6b852f 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 f731c; + public final String f734c; 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.f731c = str; + this.f734c = 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.f2270x = 2; - bVar.f2271y = b.a; - bVar.f2268c = this.f731c; + bVar.f2273x = 2; + bVar.f2274y = b.a; + bVar.f2271c = this.f734c; Format a = bVar.a(); this.k = a; this.e.e(a); } this.l = b.b; - this.j = (((long) b.f999c) * 1000000) / ((long) this.k.H); + this.j = (((long) b.f1002c) * 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 74455983d2..bea5e490ac 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 f732c; + public final List f735c; public final byte[] d; public b(int i, @Nullable String str, @Nullable List list, byte[] bArr) { this.a = i; this.b = str; - this.f732c = list == null ? Collections.emptyList() : Collections.unmodifiableList(list); + this.f735c = 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 f733c; + public final int f736c; public int d; public String e; @@ -65,14 +65,14 @@ public interface i0 { } this.a = str; this.b = i2; - this.f733c = i3; + this.f736c = 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.f733c; + this.d = i == Integer.MIN_VALUE ? this.b : i + this.f736c; 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 42e95cd3c5..aa68343963 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 f734c; + public final w f737c; 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.f734c = wVar; + this.f737c = wVar; this.d = new v(wVar.a); } public final int a(i iVar) throws IOException { int i = 0; while (true) { - iVar.n(this.f734c.a, 0, 10); - this.f734c.D(0); - if (this.f734c.u() != 4801587) { + iVar.n(this.f737c.a, 0, 10); + this.f737c.D(0); + if (this.f737c.u() != 4801587) { break; } - this.f734c.E(3); - int r = this.f734c.r(); + this.f737c.E(3); + int r = this.f737c.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.f734c.a, 0, 2); - this.f734c.D(0); - if (!k.g(this.f734c.x())) { + iVar.n(this.f737c.a, 0, 2); + this.f737c.D(0); + if (!k.g(this.f737c.x())) { break; } i2++; if (i2 >= 4 && i3 > 188) { return true; } - iVar.n(this.f734c.a, 0, 4); + iVar.n(this.f737c.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 d38e8d3a6f..1a60d800cd 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.f2268c = format.k; + bVar.f2271c = 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 a0034f5710..76007099d0 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 f735c = new v(new byte[7]); + public final v f738c = 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 f736s; + public int f739s; 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.f919c; + int i8 = wVar.f922c; 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.f735c.a, 1)) { - this.f735c.k(4); - int g = this.f735c.g(1); + if (i(wVar, this.f738c.a, 1)) { + this.f738c.k(4); + int g = this.f738c.g(1); int i10 = this.n; if (i10 == -1 || g == i10) { if (this.o != -1) { - if (i(wVar, this.f735c.a, 1)) { - this.f735c.k(i6); - if (this.f735c.g(4) == this.o) { + if (i(wVar, this.f738c.a, 1)) { + this.f738c.k(i6); + if (this.f738c.g(4) == this.o) { wVar.D(i9 + 2); } } @@ -112,12 +112,12 @@ public final class k implements o { break; } } - if (i(wVar, this.f735c.a, 4)) { - this.f735c.k(14); - int g2 = this.f735c.g(i5); + if (i(wVar, this.f738c.a, 4)) { + this.f738c.k(14); + int g2 = this.f738c.g(i5); if (g2 >= 7) { byte[] bArr2 = wVar.a; - int i11 = wVar.f919c; + int i11 = wVar.f922c; 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.f736s = 0; + this.f739s = 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.f735c.a, this.l ? 7 : 5)) { - this.f735c.k(0); + if (a(wVar, this.f738c.a, this.l ? 7 : 5)) { + this.f738c.k(0); if (!this.q) { - int g3 = this.f735c.g(2) + 1; + int g3 = this.f738c.g(2) + 1; if (g3 != 2) { Log.w("AdtsReader", "Detected audio object type: " + g3 + ", but assuming AAC LC."); g3 = 2; } - this.f735c.m(5); - int g4 = this.f735c.g(3); + this.f738c.m(5); + int g4 = this.f738c.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.f997c; - bVar.f2270x = c2.b; - bVar.f2271y = c2.a; + bVar.h = c2.f1000c; + bVar.f2273x = c2.b; + bVar.f2274y = c2.a; bVar.m = Collections.singletonList(bArr3); - bVar.f2268c = this.e; + bVar.f2271c = this.e; Format a2 = bVar.a(); this.r = 1024000000 / ((long) a2.H); this.g.e(a2); this.q = true; } else { - this.f735c.m(10); + this.f738c.m(10); } - this.f735c.m(4); - int g5 = (this.f735c.g(13) - 2) - 5; + this.f738c.m(4); + int g5 = (this.f738c.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.f736s = g5; + this.f739s = g5; } } else if (i4 == 4) { - int min = Math.min(wVar.a(), this.f736s - this.j); + int min = Math.min(wVar.a(), this.f739s - this.j); this.u.c(wVar, min); int i16 = this.j + min; this.j = i16; - int i17 = this.f736s; + int i17 = this.f739s; 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.f736s = this.d.r() + 10; + this.f739s = this.d.r() + 10; } } else if (wVar.a() != 0) { - v vVar = this.f735c; + v vVar = this.f738c; vVar.a[0] = wVar.a[wVar.b]; vVar.k(2); - int g6 = this.f735c.g(4); + int g6 = this.f738c.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 3ae83d1477..4d55e12760 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.f732c)); + return new y(new n(bVar.f735c)); } 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.f1272c); + String str2 = new String(bArr, i7, 3, c.f1275c); int i10 = i7 + 3; int i11 = i10 + 1; int i12 = bArr[i10] & 255; @@ -144,7 +144,7 @@ public final class l implements i0.c { } Format.b bVar2 = new Format.b(); bVar2.k = str; - bVar2.f2268c = str2; + bVar2.f2271c = 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 9f0bc849ef..cbcf9546a3 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 f737c; + public String f740c; 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.f737c; + String str = this.f740c; 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.f918c, 14); - int i16 = vVar2.f918c; + int min2 = Math.min(8 - vVar2.f921c, 14); + int i16 = vVar2.f921c; 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.f918c = 0; + vVar2.f921c = 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.f1010c; + int[] iArr = c.i.a.c.v1.w.f1013c; 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.f2270x = i24; - bVar.f2271y = i23; + bVar.f2273x = i24; + bVar.f2274y = i23; bVar.n = null; - bVar.f2268c = str2; + bVar.f2271c = 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.f737c = dVar.b(); + this.f740c = 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 10238a897a..6b6db4c414 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 f738c; + public boolean f741c; 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.f738c = false; + this.f741c = false; } this.d--; - return this.f738c; + return this.f741c; } @Override // c.i.a.c.a2.j0.o public void b(c.i.a.c.i2.w wVar) { - if (!this.f738c) { + if (!this.f741c) { 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.f738c = false; + this.f741c = false; } @Override // c.i.a.c.a2.j0.o public void d() { - if (this.f738c) { + if (this.f741c) { for (w wVar : this.b) { wVar.d(this.f, 1, this.e, 0, null); } - this.f738c = false; + this.f741c = 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.f2268c = aVar.a; + bVar.f2271c = 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.f738c = true; + this.f741c = 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 d4a9209b78..59b9f03a47 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 f739c; + public w f742c; @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 f740c; + public int f743c; 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.f740c; + int i4 = this.f743c; if (length < i4 + i3) { this.e = Arrays.copyOf(bArr2, (i4 + i3) * 2); } - System.arraycopy(bArr, i, this.e, this.f740c, i3); - this.f740c += i3; + System.arraycopy(bArr, i, this.e, this.f743c, i3); + this.f743c += i3; } } } @@ -101,12 +101,12 @@ public final class p implements o { long j2; int i6; float f2; - AnimatableValueParser.H(this.f739c); + AnimatableValueParser.H(this.f742c); int i7 = wVar.b; - int i8 = wVar.f919c; + int i8 = wVar.f922c; byte[] bArr = wVar.a; this.i += (long) wVar.a(); - this.f739c.c(wVar, wVar.a()); + this.f742c.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.f740c - i12; - aVar.f740c = i13; + int i13 = aVar.f743c - i12; + aVar.f743c = 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.f740c); + byte[] copyOf = Arrays.copyOf(aVar2.e, aVar2.f743c); 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.f739c.e((Format) create.first); + this.f742c.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.f739c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f742c.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.f739c.e((Format) create.first); + this.f742c.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.f739c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f742c.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.f739c.e((Format) create.first); + this.f742c.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.f739c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f742c.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.f739c.d(this.o, this.p ? 1 : 0, ((int) (this.i - this.n)) - i22, i22, null); + this.f742c.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.f740c = 0; + aVar.f743c = 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.f739c = jVar.p(dVar.c(), 2); + this.f742c = 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 1f11ac0038..1b41699b2a 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 f741c = new w(); + public final w f744c = 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 f742c; + public int f745c; 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.f742c = 0; + this.f745c = 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 f743c; + public boolean f746c; 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.f743c) { + if (this.f746c) { int i3 = this.f; int i4 = (i + 1) - i3; if (i4 < i2) { this.d = ((bArr[i4] & 192) >> 6) == 0; - this.f743c = false; + this.f746c = 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.f919c; + int i5 = wVar.f922c; 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.f742c; + int i10 = aVar.f745c; 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.f741c; + w wVar6 = this.f744c; int i14 = f0.a; wVar6.B(this.f.d, e); - this.b.a(this.l, this.f741c); + this.b.a(this.l, this.f744c); } 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.f743c = i7 == 182; + bVar3.f746c = 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.f743c = i7 == 182; + bVar3.f746c = 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.f743c = i7 == 182; + bVar3.f746c = 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.f743c = i7 == 182; + bVar3.f746c = 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.f742c = 4; + aVar.f745c = 4; } } else if (i7 > 31) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f742c = 3; + aVar.f745c = 3; } } else if (i7 != 181) { Log.w("H263Reader", "Unexpected start code value"); aVar.b(); } else { - aVar.f742c = 2; + aVar.f745c = 2; } } else if (i7 == 176) { - aVar.f742c = 1; + aVar.f745c = 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.f743c = i7 == 182; + bVar3.f746c = 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.f743c = false; + bVar.f746c = 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 d8c3152bd4..7c8f5222a6 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 f744c; + public final boolean f747c; 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 f745c; + public final boolean f748c; 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 f746c; + public u.b f749c; 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.f745c = z3; + this.f748c = 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.f744c = z3; + this.f747c = 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.f745c) { + if (!this.l || this.k.f748c) { 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.f745c) { + if (!bVar.f748c) { 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.f916c && !z4) { + if (aVar2.f919c && !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.f916c || z4) { + if (!aVar2.f919c || 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.f746c = bVar2; + aVar3.f749c = 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.f746c = bVar2; + aVar3.f749c = 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.f919c; + int i5 = wVar.f922c; 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.f745c) { + if (!this.l || this.k.f748c) { this.d.b(i10); this.e.b(i10); if (this.l) { i = i5; bArr = bArr2; w wVar2 = this.d; - if (wVar2.f753c) { + if (wVar2.f756c) { 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.f753c) { + if (wVar3.f756c) { u.a c2 = u.c(wVar3.d, 3, wVar3.e); this.k.e.append(c2.a, c2); this.e.c(); } } - } else if (this.d.f753c && this.e.f753c) { + } else if (this.d.f756c && this.e.f756c) { 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.f917c); + String a2 = h.a(d2.a, d2.b, d2.f920c); 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.f745c) { + if (bVar.f748c) { b.a aVar = bVar.n; b.a aVar2 = bVar.m; if (aVar.a) { if (aVar2.a) { - u.b bVar4 = aVar.f746c; + u.b bVar4 = aVar.f749c; AnimatableValueParser.H(bVar4); - u.b bVar5 = aVar2.f746c; + u.b bVar5 = aVar2.f749c; 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.f745c) { + if (!this.l || this.k.f748c) { 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.f745c) { + if (bVar2.f748c) { 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.f745c) { + if (bVar2.f748c) { } i4 = i6; i5 = i; @@ -555,7 +555,7 @@ public final class r implements o { bVar2.j = j; if (bVar2.b) { } - if (bVar2.f745c) { + if (bVar2.f748c) { } 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.f744c); + this.k = new b(p, this.b, this.f747c); 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 6240344714..d521bb8c09 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 f747c; + public w f750c; 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 f748c; + public boolean f751c; 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.f747c); + AnimatableValueParser.H(this.f750c); int i6 = f0.a; while (wVar.a() > 0) { - int i7 = wVar2.f919c; + int i7 = wVar2.f922c; byte[] bArr2 = wVar2.a; this.l += (long) wVar.a(); - this.f747c.c(wVar2, wVar.a()); + this.f750c.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.f748c; + aVar.m = aVar.f751c; 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.f748c; + aVar.m = aVar.f751c; 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.f753c) { + if (wVar3.f756c) { w wVar4 = this.h; - if (wVar4.f753c) { + if (wVar4.f756c) { w wVar5 = this.i; - if (wVar5.f753c) { - w wVar6 = this.f747c; + if (wVar5.f756c) { + w wVar6 = this.f750c; 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.h0("Unexpected aspect_ratio_idc value: ", e2, "H265Reader"); + c.d.b.a.a.j0("Unexpected aspect_ratio_idc value: ", e2, "H265Reader"); } } } @@ -372,7 +372,7 @@ public final class s implements o { } } boolean z5 = i < 16 && i <= 21; - aVar2.f748c = z5; + aVar2.f751c = 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.f748c = z5; + aVar2.f751c = 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.f747c = p; + this.f750c = 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 e959bfe597..5343e5970b 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 f749c; + public boolean f752c; 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.f749c) { + if (this.f752c) { 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.f749c = false; + this.f752c = false; return; } } @@ -46,16 +46,16 @@ public final class t implements o { @Override // c.i.a.c.a2.j0.o public void c() { - this.f749c = false; + this.f752c = false; } @Override // c.i.a.c.a2.j0.o public void d() { int i; AnimatableValueParser.H(this.b); - if (this.f749c && (i = this.e) != 0 && this.f == i) { + if (this.f752c && (i = this.e) != 0 && this.f == i) { this.b.d(this.d, 1, i, 0, null); - this.f749c = false; + this.f752c = 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.f749c = true; + this.f752c = 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 824122e4fb..7b7bbb9374 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 f750c; + public final v f753c; 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 f751s; + public long f754s; 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.f750c = new v(wVar.a); + this.f753c = 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.f750c; + v vVar = this.f753c; byte[] bArr2 = this.b.a; Objects.requireNonNull(vVar); int length = bArr2.length; vVar.a = bArr2; vVar.b = 0; - vVar.f918c = 0; + vVar.f921c = 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.f750c.a, this.h, min); + wVar.e(this.f753c.a, this.h, min); int i3 = this.h + min; this.h = i3; if (i3 == this.i) { - this.f750c.k(0); - v vVar2 = this.f750c; + this.f753c.k(0); + v vVar2 = this.f753c; 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.f2270x = this.t; - bVar.f2271y = this.r; + bVar.f2273x = this.t; + bVar.f2274y = this.r; bVar.m = Collections.singletonList(bArr3); - bVar.f2268c = this.a; + bVar.f2271c = this.a; Format a = bVar.a(); if (!a.equals(this.f)) { this.f = a; - this.f751s = 1024000000 / ((long) a.H); + this.f754s = 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.f751s; + this.k += this.f754s; 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.f997c; + this.u = c2.f1000c; 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 7d424a55c9..944615b50c 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 f752c; + public final String f755c; 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.f752c = str; + this.f755c = 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.f919c; + int i3 = wVar.f922c; 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.f1012c; + this.k = aVar.f1015c; 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.f2270x = aVar.e; - bVar.f2271y = i5; - bVar.f2268c = this.f752c; + bVar.f2273x = aVar.e; + bVar.f2274y = i5; + bVar.f2271c = this.f755c; 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 54fbb2f717..1433d255b4 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 f753c; + public boolean f756c; public byte[] d; public int e; @@ -39,13 +39,13 @@ public final class w { } this.e -= i; this.b = false; - this.f753c = true; + this.f756c = true; return true; } public void c() { this.b = false; - this.f753c = false; + this.f756c = false; } public void d(int i) { @@ -57,7 +57,7 @@ public final class w { this.b = z2; if (z2) { this.e = 3; - this.f753c = false; + this.f756c = 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 16e800db61..c799f6726f 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 f754c; + public w f757c; 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.f754c = p; + this.f757c = 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.f2265x) { + if (d != format.f2268x) { Format.b a = format.a(); a.o = d; Format a2 = a.a(); this.a = a2; - this.f754c.e(a2); + this.f757c.e(a2); } int a3 = wVar.a(); - this.f754c.c(wVar, a3); - w wVar2 = this.f754c; + this.f757c.c(wVar, a3); + w wVar2 = this.f757c; e0 e0Var = this.b; synchronized (e0Var) { - long j3 = e0Var.f909c; + long j3 = e0Var.f912c; 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 3fa35a5ff5..8b14634085 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 f755c = 0; + public int f758c = 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.f755c; + int i4 = this.f758c; 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 N = a.N("Unexpected start indicator: expected "); - N.append(this.j); - N.append(" more bytes"); - Log.w("PesReader", N.toString()); + StringBuilder P = a.P("Unexpected start indicator: expected "); + P.append(this.j); + P.append(" more bytes"); + Log.w("PesReader", P.toString()); } this.a.d(); } else { @@ -63,7 +63,7 @@ public final class y implements i0 { e(1); } while (wVar.a() > 0) { - int i5 = this.f755c; + int i5 = this.f758c; 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.h0("Unexpected start code prefix: ", g2, "PesReader"); + a.j0("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 N2 = a.N("Found negative packet payload size: "); - N2.append(this.j); - Log.w("PesReader", N2.toString()); + StringBuilder P2 = a.P("Found negative packet payload size: "); + P2.append(this.j); + Log.w("PesReader", P2.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.f755c = 0; + this.f758c = 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.f755c = i; + this.f758c = 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 2dfc4c4a75..19ccf0d014 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.f919c; + int i3 = wVar.f922c; 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.f919c, wVar.b + wVar.x())); + wVar.D(Math.min(wVar.f922c, 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 392494ad7c..2ef35a3d52 100644 --- a/app/src/main/java/c/i/a/c/a2/k0/b.java +++ b/app/src/main/java/c/i/a/c/a2/k0/b.java @@ -19,7 +19,7 @@ public final class b implements h { public w b; /* renamed from: c reason: collision with root package name */ - public AbstractC0087b f756c; + public AbstractC0087b f759c; public int d = -1; public long e = -1; @@ -29,7 +29,7 @@ public final class b implements h { public static final int[] b = {7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 19, 21, 23, 25, 28, 31, 34, 37, 41, 45, 50, 55, 60, 66, 73, 80, 88, 97, 107, 118, 130, 143, 157, 173, 190, 209, 230, 253, 279, 307, 337, 371, 408, 449, 494, 544, 598, 658, 724, 796, 876, 963, 1060, 1166, 1282, 1411, 1552, 1707, 1878, 2066, 2272, 2499, 2749, 3024, 3327, 3660, 4026, 4428, 4871, 5358, 5894, 6484, 7132, 7845, 8630, 9493, 10442, 11487, 12635, 13899, 15289, 16818, 18500, 20350, 22385, 24623, 27086, 29794, 32767}; /* renamed from: c reason: collision with root package name */ - public final j f757c; + public final j f760c; 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.f757c = jVar; + this.f760c = jVar; this.d = wVar; this.e = cVar; - int max = Math.max(1, cVar.f759c / 10); + int max = Math.max(1, cVar.f762c / 10); this.i = max; byte[] bArr = cVar.f; int length = bArr.length; @@ -60,20 +60,20 @@ public final class b implements h { int f = f0.f(max, i); this.g = new byte[(cVar.d * f)]; this.h = new c.i.a.c.i2.w(i * 2 * i2 * f); - int i4 = cVar.f759c; + int i4 = cVar.f762c; 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.f2270x = cVar.b; - bVar.f2271y = i4; - bVar.f2272z = 2; + bVar.f2273x = cVar.b; + bVar.f2274y = i4; + bVar.f2275z = 2; this.j = bVar.a(); return; } - throw new ParserException(c.d.b.a.a.n("Expected frames per block: ", i3, "; got: ", i)); + throw new ParserException(c.d.b.a.a.o("Expected frames per block: ", i3, "; got: ", i)); } @Override // c.i.a.c.a2.k0.b.AbstractC0087b @@ -86,7 +86,7 @@ public final class b implements h { @Override // c.i.a.c.a2.k0.b.AbstractC0087b public void b(int i, long j) { - this.f757c.a(new e(this.e, this.f, (long) i, j)); + this.f760c.a(new e(this.e, this.f, (long) i, j)); this.d.e(this.j); } @@ -111,7 +111,7 @@ public final class b implements h { } public final void e(int i) { - long E = this.l + f0.E(this.n, 1000000, (long) this.e.f759c); + long E = this.l + f0.E(this.n, 1000000, (long) this.e.f762c); int i2 = i * 2 * this.e.b; this.d.d(E, 1, i2, this.m - i2, null); this.n += (long) i; @@ -135,7 +135,7 @@ public final class b implements h { public final w b; /* renamed from: c reason: collision with root package name */ - public final c f758c; + public final c f761c; 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.f758c = cVar; + this.f761c = cVar; int i2 = (cVar.b * cVar.e) / 8; if (cVar.d == i2) { - int i3 = cVar.f759c * i2; + int i3 = cVar.f762c * i2; int i4 = i3 * 8; int max = Math.max(i2, i3 / 10); this.e = max; @@ -157,15 +157,15 @@ public final class b implements h { bVar.f = i4; bVar.g = i4; bVar.l = max; - bVar.f2270x = cVar.b; - bVar.f2271y = cVar.f759c; - bVar.f2272z = i; + bVar.f2273x = cVar.b; + bVar.f2274y = cVar.f762c; + bVar.f2275z = i; this.d = bVar.a(); return; } - StringBuilder O = c.d.b.a.a.O("Expected block size: ", i2, "; got: "); - O.append(cVar.d); - throw new ParserException(O.toString()); + StringBuilder Q = c.d.b.a.a.Q("Expected block size: ", i2, "; got: "); + Q.append(cVar.d); + throw new ParserException(Q.toString()); } @Override // c.i.a.c.a2.k0.b.AbstractC0087b @@ -177,7 +177,7 @@ public final class b implements h { @Override // c.i.a.c.a2.k0.b.AbstractC0087b public void b(int i, long j) { - this.a.a(new e(this.f758c, 1, (long) i, j)); + this.a.a(new e(this.f761c, 1, (long) i, j)); this.b.e(this.d); } @@ -200,13 +200,13 @@ public final class b implements h { j2 -= (long) b; } } - c cVar = this.f758c; + c cVar = this.f761c; 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.f759c), 1, i6, i7, null); + this.b.d(this.f + f0.E(this.h, 1000000, (long) cVar.f762c), 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.f756c == null) { + if (this.f759c == null) { c Z1 = AnimatableValueParser.Z1(iVar); if (Z1 != null) { int i4 = Z1.a; if (i4 == 17) { - this.f756c = new a(this.a, this.b, Z1); + this.f759c = new a(this.a, this.b, Z1); } else if (i4 == 6) { - this.f756c = new c(this.a, this.b, Z1, "audio/g711-alaw", -1); + this.f759c = new c(this.a, this.b, Z1, "audio/g711-alaw", -1); } else if (i4 == 7) { - this.f756c = new c(this.a, this.b, Z1, "audio/g711-mlaw", -1); + this.f759c = new c(this.a, this.b, Z1, "audio/g711-mlaw", -1); } else { int i5 = Z1.e; if (i4 != 1) { @@ -253,11 +253,11 @@ public final class b implements h { } else if (i4 != 65534) { i = 0; if (i != 0) { - this.f756c = new c(this.a, this.b, Z1, "audio/raw", i); + this.f759c = new c(this.a, this.b, Z1, "audio/raw", i); } else { - StringBuilder N = c.d.b.a.a.N("Unsupported WAV format type: "); - N.append(Z1.a); - throw new ParserException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Unsupported WAV format type: "); + P.append(Z1.a); + throw new ParserException(P.toString()); } } } @@ -279,9 +279,9 @@ public final class b implements h { int i6 = a2.a; if (i6 != 1684108385) { if (!(i6 == 1380533830 || i6 == 1718449184)) { - StringBuilder N2 = c.d.b.a.a.N("Ignoring unknown WAV chunk: "); - N2.append(a2.a); - Log.w("WavHeaderReader", N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Ignoring unknown WAV chunk: "); + P2.append(a2.a); + Log.w("WavHeaderReader", P2.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 N3 = c.d.b.a.a.N("Chunk is too large (~2GB+) to skip; id: "); - N3.append(a2.a); - throw new ParserException(N3.toString()); + StringBuilder P3 = c.d.b.a.a.P("Chunk is too large (~2GB+) to skip; id: "); + P3.append(a2.a); + throw new ParserException(P3.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 Q = c.d.b.a.a.Q("Data exceeds input length: ", j2, ", "); - Q.append(b); - Log.w("WavHeaderReader", Q.toString()); + StringBuilder S = c.d.b.a.a.S("Data exceeds input length: ", j2, ", "); + S.append(b); + Log.w("WavHeaderReader", S.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.f756c.b(this.d, longValue); + this.f759c.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.f756c.c(iVar, this.e - iVar.getPosition()) ? -1 : 0; + return this.f759c.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) { - AbstractC0087b bVar = this.f756c; + AbstractC0087b bVar = this.f759c; 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 466aa6f6c5..f499b23c9f 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 f759c; + public final int f762c; 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.f759c = i3; + this.f762c = 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 eee5a1ceee..0bc0b78e1e 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 f760c; + public final long f763c; 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.f760c = j; + this.f763c = 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.f759c); + return f0.E(j * ((long) this.b), 1000000, (long) this.a.f762c); } @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.f759c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); - long j2 = (((long) this.a.d) * i) + this.f760c; + long i = f0.i((((long) this.a.f762c) * j) / (((long) this.b) * 1000000), 0, this.d - 1); + long j2 = (((long) this.a.d) * i) + this.f763c; 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.f760c)); + return new t.a(uVar, new u(b(j3), (((long) this.a.d) * j3) + this.f763c)); } @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 9e33c334f3..d63b38cbaf 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 f761c; + public final int f764c; 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.f761c = i3; + this.f764c = 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.f761c = vVar.g(24); + this.f764c = 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.j0("Failed to parse Vorbis comment: ", str, "FlacStreamMetadata"); + c.d.b.a.a.l0("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.f761c, this.d, this.e, this.g, this.h, this.j, aVar, this.l); + return new o(this.a, this.b, this.f764c, 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.f2270x = this.g; - bVar.f2271y = this.e; + bVar.f2273x = this.g; + bVar.f2274y = 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 276a2ffa0a..47cb464104 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 f762c = -1; + public int f765c = -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.f762c = parseInt2; + this.f765c = 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 d70c3f05cb..ebbea3e595 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 f763c; + public final long f766c; 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.f763c = j; + this.f766c = 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.f763c; + return this.f766c; } } 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 191b8a69e4..bc23f36198 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 N = c.d.b.a.a.N("["); - N.append(this.a); + StringBuilder P = c.d.b.a.a.P("["); + P.append(this.a); if (this.a.equals(this.b)) { str = ""; } else { - StringBuilder N2 = c.d.b.a.a.N(", "); - N2.append(this.b); - str = N2.toString(); + StringBuilder P2 = c.d.b.a.a.P(", "); + P2.append(this.b); + str = P2.toString(); } - return c.d.b.a.a.F(N, str, "]"); + return c.d.b.a.a.H(P, 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 f6f5552f56..04232279f3 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 f764c; + public final long f767c; public u(long j, long j2) { this.b = j; - this.f764c = j2; + this.f767c = 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.f764c == uVar.f764c; + return this.b == uVar.b && this.f767c == uVar.f767c; } public int hashCode() { - return (((int) this.b) * 31) + ((int) this.f764c); + return (((int) this.b) * 31) + ((int) this.f767c); } public String toString() { - StringBuilder N = a.N("[timeUs="); - N.append(this.b); - N.append(", position="); - return a.z(N, this.f764c, "]"); + StringBuilder P = a.P("[timeUs="); + P.append(this.b); + P.append(", position="); + return a.A(P, this.f767c, "]"); } } 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 271c59ed40..6331133330 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 f765c; + public final int f768c; public final int d; public a(int i, byte[] bArr, int i2, int i3) { this.a = i; this.b = bArr; - this.f765c = i2; + this.f768c = i2; this.d = i3; } @@ -32,11 +32,11 @@ public interface w { return false; } a aVar = (a) obj; - return this.a == aVar.a && this.f765c == aVar.f765c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); + return this.a == aVar.a && this.f768c == aVar.f768c && this.d == aVar.d && Arrays.equals(this.b, aVar.b); } public int hashCode() { - return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f765c) * 31) + this.d; + return ((((Arrays.hashCode(this.b) + (this.a * 31)) * 31) + this.f768c) * 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 b0de5791f3..234ce69851 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 f766c; + public int f769c; public int d; public x(byte[] bArr) { @@ -16,13 +16,13 @@ public final class x { } public boolean a() { - boolean z2 = (((this.a[this.f766c] & 255) >> this.d) & 1) == 1; + boolean z2 = (((this.a[this.f769c] & 255) >> this.d) & 1) == 1; c(1); return z2; } public int b(int i) { - int i2 = this.f766c; + int i2 = this.f769c; 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.f766c + i3; - this.f766c = i4; + int i4 = this.f769c + i3; + this.f769c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; boolean z2 = true; if (i5 > 7) { - this.f766c = i4 + 1; + this.f769c = i4 + 1; this.d = i5 - 8; } - int i6 = this.f766c; + int i6 = this.f769c; 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 446953b984..5c33d8cadb 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.h0("Unknown focus change type: ", i, "AudioFocusManager"); + a.j0("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 472e2a065a..75ef500829 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 f767c = new HashMap(); + public final Map f770c = 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.f769c.size()) { + if (i2 >= cVar.f772c.size()) { break; - } else if (cVar.f769c.get(i2).d == aVar.d) { + } else if (cVar.f772c.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 f768c; + public final z f771c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f768c = zVar; + this.f771c = 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 f769c = new ArrayList(); + public final List f772c = 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.f817c.add(new z.a.C0090a(handler, c1Var)); - aVar2.f1023c.add(new q.a.C0098a(handler, c1Var)); + aVar.f820c.add(new z.a.C0090a(handler, c1Var)); + aVar2.f1026c.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.f769c.clear(); + cVar.f772c.clear(); } else { cVar.d = 0; cVar.e = false; - cVar.f769c.clear(); + cVar.f772c.clear(); } b(i2, cVar.a.n.p()); this.a.add(i2, cVar); - this.f767c.put(cVar.b, cVar); + this.f770c.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.f769c.isEmpty()) { + if (next.f772c.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.f769c.isEmpty()) { + if (cVar.e && cVar.f772c.isEmpty()) { b remove = this.g.remove(cVar); Objects.requireNonNull(remove); remove.a.a(remove.b); - remove.a.c(remove.f768c); + remove.a.c(remove.f771c); 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.f806c; + z.a aVar2 = tVar.f809c; Objects.requireNonNull(aVar2); - aVar2.f817c.add(new z.a.C0090a(handler, aVar)); + aVar2.f820c.add(new z.a.C0090a(handler, aVar)); Handler handler2 = new Handler(f0.o(), null); q.a aVar3 = tVar.d; Objects.requireNonNull(aVar3); - aVar3.f1023c.add(new q.a.C0098a(handler2, aVar)); + aVar3.f1026c.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.f769c.remove(((s) vVar).i); + remove.f772c.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.f767c.remove(remove.b); + this.f770c.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 e92cf85b11..73da027cbc 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 f770c; + public final n f773c; 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.f770c = new n(mediaCodec, handlerThread2, z2); + this.f773c = 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.f770c; + n nVar = this.f773c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f772c = 0; + e.f775c = 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.f1014c; + cryptoInfo.mode = bVar.f1017c; 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.f912c == 0)) { + if (!(nVar.f915c == 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.f773c == null); + AnimatableValueParser.D(oVar.f776c == null); oVar.b.start(); Handler handler = new Handler(oVar.b.getLooper()); mediaCodec.setCallback(oVar, handler); - oVar.f773c = handler; + oVar.f776c = 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.f912c == 0)) { + if (!(nVar.f915c == 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.f770c.d(); + this.f773c.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.f773c; + Handler handler = oVar.f776c; 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.f770c.a(); + this.f773c.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.f770c; + n nVar = this.f773c; nVar.f(); n.a e = n.e(); e.a = i; e.b = i2; - e.f772c = i3; + e.f775c = 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.f770c; + n nVar = this.f773c; 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.f770c; + n nVar = this.f773c; 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 a5a2a1bbc8..17d70b0a12 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.f771c.queueInputBuffer(aVar.a, aVar.b, aVar.f772c, aVar.e, aVar.f); + nVar.f774c.queueInputBuffer(aVar.a, aVar.b, aVar.f775c, 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.f771c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f774c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); } } else { - nVar.f771c.queueSecureInputBuffer(i2, i3, cryptoInfo, j, i4); + nVar.f774c.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 3afd6a373e..00ab60bb9f 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 f771c; + public final MediaCodec f774c; 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 f772c; + public int f775c; 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.f771c = mediaCodec; + this.f774c = mediaCodec; this.d = handlerThread; this.g = jVar; boolean z3 = false; if (!z2) { - String K = f0.K(f0.f910c); + String K = f0.K(f0.f913c); } 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 9c6db406be..cb2fa42e52 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 f773c; + public Handler f776c; @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.f912c = 0; + nVar.f915c = 0; n nVar2 = this.e; nVar2.a = 0; nVar2.b = -1; - nVar2.f912c = 0; + nVar2.f915c = 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 dc074691ee..23bb6ef27e 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 f774s = 32; + public int f777s = 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.f774s && decoderInputBuffer.m() == m()) { + if (this.r < this.f777s && 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 cc9812bebc..985dda4480 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 f775c; + public boolean f778c; } 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 ae1ea64f95..ce31611298 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 f776c; + public final String f779c; @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.f776c = str3; + this.f779c = 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.f2266y == format2.f2266y && format.f2267z == format2.f2267z)) { + if (!this.e && !(format.f2269y == format2.f2269y && format.f2270z == format2.f2270z)) { 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 N = a.N("codec.mime "); - N.append(format.q); - N.append(", "); - N.append(c2); - h(N.toString()); + StringBuilder P = a.P("codec.mime "); + P.append(format.q); + P.append(", "); + P.append(c2); + h(P.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 N2 = a.N("codec.profileLevel, "); - N2.append(format.q); - N2.append(", "); - N2.append(c2); - h(N2.toString()); + StringBuilder P2 = a.P("codec.profileLevel, "); + P2.append(format.q); + P2.append(", "); + P2.append(c2); + h(P2.toString()); } } } @@ -226,8 +226,8 @@ public final class s { return false; } if (this.g) { - int i4 = format.f2266y; - if (i4 <= 0 || (i = format.f2267z) <= 0) { + int i4 = format.f2269y; + if (i4 <= 0 || (i = format.f2270z) <= 0) { return true; } if (f0.a >= 21) { @@ -237,11 +237,11 @@ public final class s { z5 = true; } if (!z5) { - StringBuilder N3 = a.N("legacyFrameSize, "); - N3.append(format.f2266y); - N3.append("x"); - N3.append(format.f2267z); - h(N3.toString()); + StringBuilder P3 = a.P("legacyFrameSize, "); + P3.append(format.f2269y); + P3.append("x"); + P3.append(format.f2270z); + h(P3.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 P = a.P("sizeAndRate.rotated, ", i, "x", i2, "x"); - P.append(d); - StringBuilder S = a.S("AssumedSupport [", P.toString(), "] ["); - S.append(this.a); - S.append(", "); - S.append(this.b); - S.append("] ["); - S.append(f0.e); - S.append("]"); - Log.d("MediaCodecInfo", S.toString()); + StringBuilder R = a.R("sizeAndRate.rotated, ", i, "x", i2, "x"); + R.append(d); + StringBuilder V = a.V("AssumedSupport [", R.toString(), "] ["); + V.append(this.a); + V.append(", "); + V.append(this.b); + V.append("] ["); + V.append(f0.e); + V.append("]"); + Log.d("MediaCodecInfo", V.toString()); } } - StringBuilder P2 = a.P("sizeAndRate.support, ", i, "x", i2, "x"); - P2.append(d); - h(P2.toString()); + StringBuilder R2 = a.R("sizeAndRate.support, ", i, "x", i2, "x"); + R2.append(d); + h(R2.toString()); return false; } return true; } public final void h(String str) { - StringBuilder S = a.S("NoSupport [", str, "] ["); - S.append(this.a); - S.append(", "); - S.append(this.b); - S.append("] ["); - S.append(f0.e); - S.append("]"); - Log.d("MediaCodecInfo", S.toString()); + StringBuilder V = a.V("NoSupport [", str, "] ["); + V.append(this.a); + V.append(", "); + V.append(this.b); + V.append("] ["); + V.append(f0.e); + V.append("]"); + Log.d("MediaCodecInfo", V.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 fb1934affc..04bed22b7c 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[] f777c; + public ByteBuffer[] f780c; /* 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.f777c = this.a.getOutputBuffers(); + this.f780c = 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.f777c[i]; + return f0.a >= 21 ? this.a.getOutputBuffer(i) : this.f780c[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.f777c = null; + this.f780c = 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.f777c = this.a.getOutputBuffers(); + this.f780c = 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 2e5f947644..ca9d56a743 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 f778c; + public final h0 f781c; public final boolean d; public c0(boolean z2, h0 h0Var) { this.d = z2; - this.f778c = h0Var; + this.f781c = h0Var; this.b = h0Var.b(); } @@ -29,7 +29,7 @@ public abstract class c0 extends r1 { z2 = false; } if (z2) { - i = this.f778c.c(); + i = this.f781c.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.f778c.g() : i - 1; + int g = z2 ? this.f781c.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.f958c += i2; + bVar.f961c += 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.f958c += i; + bVar.f961c += 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.f959c)) { - obj = Pair.create(obj, cVar.f959c); + if (!r1.c.a.equals(cVar.f962c)) { + obj = Pair.create(obj, cVar.f962c); } - cVar.f959c = obj; + cVar.f962c = 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.f778c.e(i); + return this.f781c.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.f778c.d(i); + return this.f781c.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 e3cb74bfdd..6fa5c884d2 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 f779c; + public final y.a f782c; 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 f780s; + public volatile long f783s; 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.f779c = aVar; + this.f782c = 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.f780s = j4; + this.f783s = 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.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, aVar, this.l, this.m, this.n, this.q, this.r, this.f780s, this.o, this.p); + return new c1(this.b, this.f782c, 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.f783s, 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.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f780s, z2, this.p); + return new c1(this.b, this.f782c, 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.f783s, z2, this.p); } @CheckResult public c1 d(boolean z2, int i) { - return new c1(this.b, this.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, z2, i, this.n, this.q, this.r, this.f780s, this.o, this.p); + return new c1(this.b, this.f782c, 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.f783s, this.o, this.p); } @CheckResult public c1 e(@Nullable ExoPlaybackException exoPlaybackException) { - return new c1(this.b, this.f779c, this.d, this.e, exoPlaybackException, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f780s, this.o, this.p); + return new c1(this.b, this.f782c, 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.f783s, this.o, this.p); } @CheckResult public c1 f(d1 d1Var) { - return new c1(this.b, this.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, d1Var, this.q, this.r, this.f780s, this.o, this.p); + return new c1(this.b, this.f782c, 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.f783s, this.o, this.p); } @CheckResult public c1 g(int i) { - return new c1(this.b, this.f779c, this.d, i, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f780s, this.o, this.p); + return new c1(this.b, this.f782c, 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.f783s, this.o, this.p); } @CheckResult public c1 h(r1 r1Var) { - return new c1(r1Var, this.f779c, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.q, this.r, this.f780s, this.o, this.p); + return new c1(r1Var, this.f782c, 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.f783s, this.o, this.p); } } diff --git a/app/src/main/java/c/i/a/c/c2/c.java b/app/src/main/java/c/i/a/c/c2/c.java index 3ee5876848..4f90fd5929 100644 --- a/app/src/main/java/c/i/a/c/c2/c.java +++ b/app/src/main/java/c/i/a/c/c2/c.java @@ -65,7 +65,7 @@ public interface c { return new c.i.a.c.c2.l.a(); } } - throw new IllegalArgumentException(c.d.b.a.a.t("Attempted to create decoder for unsupported MIME type: ", str)); + throw new IllegalArgumentException(c.d.b.a.a.u("Attempted to create decoder for unsupported MIME type: ", str)); } } diff --git a/app/src/main/java/c/i/a/c/c2/f.java b/app/src/main/java/c/i/a/c/c2/f.java index 705b420e7c..f704ef841b 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[] f781x; + public final Metadata[] f784x; /* renamed from: y reason: collision with root package name */ - public final long[] f782y; + public final long[] f785y; /* renamed from: z reason: collision with root package name */ - public int f783z; + public int f786z; /* 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.f781x = new Metadata[5]; - this.f782y = new long[5]; + this.f784x = new Metadata[5]; + this.f785y = new long[5]; } @Override // c.i.a.c.g0 public void B() { - Arrays.fill(this.f781x, (Object) null); - this.f783z = 0; + Arrays.fill(this.f784x, (Object) null); + this.f786z = 0; this.A = 0; this.B = null; } @Override // c.i.a.c.g0 public void D(long j, boolean z2) { - Arrays.fill(this.f781x, (Object) null); - this.f783z = 0; + Arrays.fill(this.f784x, (Object) null); + this.f786z = 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.f783z; + int i2 = this.f786z; int i3 = this.A; int i4 = (i2 + i3) % 5; - this.f781x[i4] = metadata; - this.f782y[i4] = this.w.m; + this.f784x[i4] = metadata; + this.f785y[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.f2265x; + this.E = format.f2268x; } } if (this.A > 0) { - long[] jArr = this.f782y; - int i5 = this.f783z; + long[] jArr = this.f785y; + int i5 = this.f786z; if (jArr[i5] <= j) { - Metadata metadata2 = this.f781x[i5]; + Metadata metadata2 = this.f784x[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.f781x; - int i7 = this.f783z; + Metadata[] metadataArr = this.f784x; + int i7 = this.f786z; metadataArr[i7] = null; - this.f783z = (i7 + 1) % 5; + this.f786z = (i7 + 1) % 5; this.A--; } } diff --git a/app/src/main/java/c/i/a/c/c2/h/a.java b/app/src/main/java/c/i/a/c/c2/h/a.java index 5a5ec00407..3a7347c8fd 100644 --- a/app/src/main/java/c/i/a/c/c2/h/a.java +++ b/app/src/main/java/c/i/a/c/c2/h/a.java @@ -60,7 +60,7 @@ public final class a extends g { } vVar.k(d2 * 8); if (!(str == null || str2 == null)) { - arrayList.add(new AppInfoTable(g, c.d.b.a.a.t(str, str2))); + arrayList.add(new AppInfoTable(g, c.d.b.a.a.u(str, str2))); } } if (!arrayList.isEmpty()) { diff --git a/app/src/main/java/c/i/a/c/c2/i/a.java b/app/src/main/java/c/i/a/c/c2/i/a.java index d95172e0f5..49ae33f1b4 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.f919c))); + return new Metadata(new EventMessage(n, n2, wVar.t(), wVar.t(), Arrays.copyOfRange(wVar.a, wVar.b, wVar.f922c))); } } 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 b52f0c1ddb..ed222262b7 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.f1272c.newDecoder(); + public final CharsetDecoder b = c.f1275c.newDecoder(); /* renamed from: c reason: collision with root package name */ - public final CharsetDecoder f784c = c.b.newDecoder(); + public final CharsetDecoder f787c = 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.f784c.decode(byteBuffer).toString(); - this.f784c.reset(); + str = this.f787c.decode(byteBuffer).toString(); + this.f787c.reset(); byteBuffer.rewind(); } catch (CharacterCodingException unused2) { - this.f784c.reset(); + this.f787c.reset(); byteBuffer.rewind(); str = null; } catch (Throwable th) { - this.f784c.reset(); + this.f787c.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 545c75dbc1..42cb6b104b 100644 --- a/app/src/main/java/c/i/a/c/c2/k/b.java +++ b/app/src/main/java/c/i/a/c/c2/k/b.java @@ -43,12 +43,12 @@ public final class b extends g { public final boolean b; /* renamed from: c reason: collision with root package name */ - public final int f785c; + public final int f788c; public C0088b(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f785c = i2; + this.f788c = i2; } } @@ -74,9 +74,9 @@ public final class b extends g { System.arraycopy(wVar.a, wVar.b, bArr, 0, i4); wVar.b += i4; if (i2 == 2) { - StringBuilder N = c.d.b.a.a.N("image/"); - N.append(f0.K(new String(bArr, 0, 3, "ISO-8859-1"))); - str = N.toString(); + StringBuilder P = c.d.b.a.a.P("image/"); + P.append(f0.K(new String(bArr, 0, 3, "ISO-8859-1"))); + str = P.toString(); if ("image/jpg".equals(str)) { str = "image/jpeg"; } @@ -86,7 +86,7 @@ public final class b extends g { 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.t("image/", K); + str = c.d.b.a.a.u("image/", K); } else { i3 = w; str = K; @@ -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.f919c); + wVar.D(wVar.f922c); return null; } int i6 = wVar.b + i5; - if (i6 > wVar.f919c) { + if (i6 > wVar.f922c) { Log.w("Id3Decoder", "Frame size exceeds remaining tag data"); - wVar.D(wVar.f919c); + wVar.D(wVar.f922c); 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.f919c); + vVar.j(wVar.a, wVar.f922c); vVar.k(wVar.b * 8); int i2 = ((i - 10) * 8) / (s2 + s3); int[] iArr = new int[i2]; @@ -552,9 +552,9 @@ public final class b extends g { } else { int u = wVar.u(); if (u != 4801587) { - StringBuilder N = c.d.b.a.a.N("Unexpected first three bytes of ID3 tag header: 0x"); - N.append(String.format("%06X", Integer.valueOf(u))); - Log.w("Id3Decoder", N.toString()); + StringBuilder P = c.d.b.a.a.P("Unexpected first three bytes of ID3 tag header: 0x"); + P.append(String.format("%06X", Integer.valueOf(u))); + Log.w("Id3Decoder", P.toString()); } else { int s2 = wVar.s(); wVar.E(1); @@ -580,7 +580,7 @@ public final class b extends g { r -= 10; } } else { - c.d.b.a.a.h0("Skipped ID3 tag with unsupported majorVersion=", s2, "Id3Decoder"); + c.d.b.a.a.j0("Skipped ID3 tag with unsupported majorVersion=", s2, "Id3Decoder"); } bVar = new C0088b(s2, s2 < 4 && (s3 & 128) != 0, r); if (bVar != null) { @@ -590,16 +590,16 @@ public final class b extends g { if (bVar.a == 2) { i2 = 6; } - int i4 = bVar.f785c; + int i4 = bVar.f788c; 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 N2 = c.d.b.a.a.N("Failed to validate ID3 tag with majorVersion="); - N2.append(bVar.a); - Log.w("Id3Decoder", N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Failed to validate ID3 tag with majorVersion="); + P2.append(bVar.a); + Log.w("Id3Decoder", P2.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 7ae5e643ef..099d824877 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 f786c; + public e0 f789c; @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.f786c; + e0 e0Var = this.f789c; if (e0Var == null || dVar.q != e0Var.d()) { long j8 = dVar.m; e0 e0Var2 = new e0(j8); - this.f786c = e0Var2; + this.f789c = 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.f786c; + e0 e0Var3 = this.f789c; 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.f786c; + e0 e0Var4 = this.f789c; 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 63e7e8e4aa..e4e84bb63f 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 f787c; + public boolean f790c; /* 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.f787c) { + if (d0.this.f790c) { p1.this.Y(false, -1, 3); } } @@ -48,12 +48,12 @@ public final class d0 { } public void a(boolean z2) { - if (z2 && !this.f787c) { + if (z2 && !this.f790c) { this.a.registerReceiver(this.b, new IntentFilter("android.media.AUDIO_BECOMING_NOISY")); - this.f787c = true; - } else if (!z2 && this.f787c) { + this.f790c = true; + } else if (!z2 && this.f790c) { this.a.unregisterReceiver(this.b); - this.f787c = false; + this.f790c = 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 dcdade3627..282a0e411a 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 f788c; + public final float f791c; 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.f788c = f2; + this.f791c = 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.f788c == d1Var.f788c; + return this.b == d1Var.b && this.f791c == d1Var.f791c; } public int hashCode() { - return Float.floatToRawIntBits(this.f788c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); + return Float.floatToRawIntBits(this.f791c) + ((Float.floatToRawIntBits(this.b) + 527) * 31); } public String toString() { - return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f788c)); + return f0.k("PlaybackParameters(speed=%.2f, pitch=%.2f)", Float.valueOf(this.b), Float.valueOf(this.f791c)); } } 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 f98d94be26..831a46dd3a 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.f814c); + aVar3 = new t.a(r1Var, r1.c.a, t.a.f817c); } tVar.n = aVar3; } else { r1Var.n(0, tVar.l); r1.c cVar = tVar.l; long j2 = cVar.q; - Object obj2 = cVar.f959c; + Object obj2 = cVar.f962c; 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.f814c)) { + if (tVar.n.e != null && obj4.equals(t.a.f817c)) { 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 4efabf2ac5..46e62e5959 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 f789s; + public final String f792s; 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 f790x; + public final Runnable f793x; /* renamed from: y reason: collision with root package name */ - public final Runnable f791y; + public final Runnable f794y; /* renamed from: z reason: collision with root package name */ - public final Handler f792z; + public final Handler f795z; /* 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 f793c; + public final c.i.a.c.h2.v f796c; 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.f793c = new c.i.a.c.h2.v(jVar); + this.f796c = 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.f789s; + String str = b0.this.f792s; 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.f793c.a(a); + long a2 = this.f796c.a(a); this.l = a2; if (a2 != -1) { this.l = a2 + j; } - b0.this.B = IcyHeaders.a(this.f793c.j()); - c.i.a.c.h2.v vVar = this.f793c; + b0.this.B = IcyHeaders.a(this.f796c.j()); + c.i.a.c.h2.v vVar = this.f796c; 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.f793c.j(), j, this.l, this.e); + this.d.b(fVar, this.b, this.f796c.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).f688s = true; + ((c.i.a.c.a2.g0.f) hVar).f691s = 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.f809c; + i iVar = kVar2.f812c; 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.f792z.post(b0Var.f791y); + b0Var.f795z.post(b0Var.f794y); } } 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.f793c; + c.i.a.c.h2.v vVar2 = this.f796c; 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.f793c; + c.i.a.c.h2.v vVar3 = this.f796c; 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.f800x) { + if (!e0Var.f803x) { 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.f803c = e0Var.o[k]; + aVar2.f806c = 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.f796c; + c.i.a.c.i2.w wVar = d0Var2.f799c; 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.f803c; + w.a aVar5 = aVar3.f806c; int i10 = f0.a; byte[] bArr2 = aVar5.b; byte[] bArr3 = bVar.a; i2 = i5; int i11 = aVar5.a; i3 = i; - int i12 = aVar5.f765c; + int i12 = aVar5.f768c; int i13 = aVar5.d; bVar.f = i4; bVar.d = iArr; bVar.e = iArr2; bVar.b = bArr2; bVar.a = bArr3; - bVar.f1014c = i11; + bVar.f1017c = i11; bVar.g = i12; bVar.h = i13; d0Var = d0Var2; @@ -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[] f794c; + public final boolean[] f797c; public final boolean[] d; public e(TrackGroupArray trackGroupArray, boolean[] zArr) { this.a = trackGroupArray; this.b = zArr; int i = trackGroupArray.j; - this.f794c = new boolean[i]; + this.f797c = 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.f789s = str; + this.f792s = str; this.t = (long) i2; this.v = new k(lVar); this.w = new c.i.a.c.i2.j(); - this.f790x = new g(this); - this.f791y = new i(this); - this.f792z = f0.j(); + this.f793x = new g(this); + this.f794y = new i(this); + this.f795z = 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.f792z.getLooper(); + Looper looper = this.f795z.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.f764c; + long j3 = tVar.h(this.R).a.f767c; 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.f792z.post(new h(this, tVar)); + this.f795z.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.f793c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f897c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f796c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f900c, 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.f793c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f897c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f796c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f900c, 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.f942c; + long j5 = o1Var.f945c; 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.f792z.post(this.f790x); + this.f795z.post(this.f793x); } @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.f794c; + boolean[] zArr3 = eVar.f797c; 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.f793c; - r rVar = new r(aVar2.a, aVar2.k, vVar.f897c, vVar.d, j2, j3, vVar.b); + c.i.a.c.h2.v vVar = aVar2.f796c; + r rVar = new r(aVar2.a, aVar2.k, vVar.f900c, 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.f800x; + z2 = e0Var.f803x; } 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.f794c; + boolean[] zArr = this.H.f797c; 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.f799s; + int i5 = e0Var.f802s; 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 cc2931c813..fda93aaa77 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 f795c = new p(); + public t f798c = 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.f2338c.execute(new Loader.g(b0Var)); - loader.f2338c.shutdown(); - b0Var.f792z.removeCallbacksAndMessages(null); + loader.f2341c.execute(new Loader.g(b0Var)); + loader.f2341c.shutdown(); + b0Var.f795z.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.f806c.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.f809c.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 09f8efe0d2..46e770ae76 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 f796c = new w(32); + public final w f799c = 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 f797c; + public boolean f800c; @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.f890c; + c[] cVarArr = mVar.f893c; 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.f797c) { + if (!aVar.f800c) { 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.f797c = true; + aVar.f800c = 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 4a877f40eb..358b7d3965 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 f798c; + public final s f801c; @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 f799s; + public int f802s; 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 f800x; + public boolean f803x; /* renamed from: y reason: collision with root package name */ - public boolean f801y = true; + public boolean f804y = true; /* renamed from: z reason: collision with root package name */ - public boolean f802z = true; + public boolean f805z = 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 f803c; + public w.a f806c; } /* 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.f798c = sVar; + this.f801c = 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.f801y) { + if (this.f804y) { if (z2) { - this.f801y = false; + this.f804y = false; } else { return; } @@ -138,9 +138,9 @@ public class e0 implements w { if (j2 >= this.u) { if (i4 == 0) { if (!this.E) { - StringBuilder N = c.d.b.a.a.N("Overriding unexpected non-sync sample for format: "); - N.append(this.B); - Log.w("SampleQueue", N.toString()); + StringBuilder P = c.d.b.a.a.P("Overriding unexpected non-sync sample for format: "); + P.append(this.B); + Log.w("SampleQueue", P.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.f800x = (536870912 & i) != 0; + this.f803x = (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.f799s; + int i9 = this.f802s; int i10 = i7 - i9; System.arraycopy(jArr, i9, jArr2, 0, i10); - System.arraycopy(this.n, this.f799s, jArr3, 0, i10); - System.arraycopy(this.m, this.f799s, iArr2, 0, i10); - System.arraycopy(this.l, this.f799s, iArr3, 0, i10); - System.arraycopy(this.o, this.f799s, aVarArr, 0, i10); - System.arraycopy(this.p, this.f799s, formatArr2, 0, i10); - System.arraycopy(this.j, this.f799s, iArr, 0, i10); - int i11 = this.f799s; + System.arraycopy(this.n, this.f802s, jArr3, 0, i10); + System.arraycopy(this.m, this.f802s, iArr2, 0, i10); + System.arraycopy(this.l, this.f802s, iArr3, 0, i10); + System.arraycopy(this.o, this.f802s, aVarArr, 0, i10); + System.arraycopy(this.p, this.f802s, formatArr2, 0, i10); + System.arraycopy(this.j, this.f802s, iArr, 0, i10); + int i11 = this.f802s; 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.f799s = 0; + this.f802s = 0; this.i = i8; } } @@ -218,7 +218,7 @@ public class e0 implements w { this.A = format; synchronized (this) { z2 = false; - this.f802z = false; + this.f805z = 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.f792z.post(b0Var.f790x); + b0Var.f795z.post(b0Var.f793x); } } @@ -256,11 +256,11 @@ public class e0 implements w { int i2 = this.q - i; this.q = i2; this.r += i; - int i3 = this.f799s + i; - this.f799s = i3; + int i3 = this.f802s + i; + this.f802s = i3; int i4 = this.i; if (i3 >= i4) { - this.f799s = i3 - i4; + this.f802s = 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.f799s]; + return this.k[this.f802s]; } - int i6 = this.f799s; + int i6 = this.f802s; if (i6 != 0) { i4 = i6; } @@ -329,14 +329,14 @@ public class e0 implements w { } public final int k(int i) { - int i2 = this.f799s + i; + int i2 = this.f802s + i; int i3 = this.i; return i2 < i3 ? i2 : i2 - i3; } @Nullable public final synchronized Format l() { - return this.f802z ? null : this.B; + return this.f805z ? 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.f800x && ((format = this.B) == null || format == this.g)) { + if (!z2 && !this.f803x && ((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.f798c; + s sVar = this.f801c; 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.f798c != null) { + if (this.f801c != null) { if (z2 || !f0.a(drmInitData, drmInitData2)) { DrmSession drmSession = this.h; - s sVar2 = this.f798c; + s sVar2 = this.f801c; 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.f797c) { + if (aVar.f800c) { d0.a aVar2 = d0Var.f; - int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f797c ? 1 : 0); + int i = (((int) (aVar2.a - aVar.a)) / d0Var.b) + (aVar2.f800c ? 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.f799s = 0; + this.f802s = 0; this.t = 0; - this.f801y = true; + this.f804y = true; this.u = Long.MIN_VALUE; this.v = Long.MIN_VALUE; this.w = Long.MIN_VALUE; - this.f800x = false; + this.f803x = false; this.C = null; if (z2) { this.A = null; this.B = null; - this.f802z = true; + this.f805z = 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 f10c79b440..6cecc32219 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[] f804c; + public final int[] f807c; /* 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.f804c = new int[iArr.length]; + this.f807c = new int[iArr.length]; for (int i = 0; i < iArr.length; i++) { - this.f804c[iArr[i]] = i; + this.f807c[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.f804c[i] - 1; + int i2 = this.f807c[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.f804c[i] + 1; + int i2 = this.f807c[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 4494ac0f8d..d9f54e2a01 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 f805c; + public final long f808c; 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.f983c : null; - this.f805c = j; + v0.f fVar = z4 ? v0Var.f986c : null; + this.f808c = 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.f805c; + long j = this.f808c; Objects.requireNonNull(bVar); a aVar = a.a; bVar.a = null; bVar.b = obj; - bVar.f958c = 0; + bVar.f961c = 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 5139ba6475..8dcab1e99d 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 f806c = new z.a(); + public final z.a f809c = 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.f806c; + z.a aVar = this.f809c; Objects.requireNonNull(aVar); - aVar.f817c.add(new z.a.C0090a(handler, zVar)); + aVar.f820c.add(new z.a.C0090a(handler, zVar)); } @Override // c.i.a.c.d2.y public final void c(z zVar) { - z.a aVar = this.f806c; - Iterator it = aVar.f817c.iterator(); + z.a aVar = this.f809c; + Iterator it = aVar.f820c.iterator(); while (it.hasNext()) { z.a.C0090a next = it.next(); if (next.b == zVar) { - aVar.f817c.remove(next); + aVar.f820c.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.f1023c.add(new q.a.C0098a(handler, qVar)); + aVar.f1026c.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 aee6d91a01..0d9946f1a0 100644 --- a/app/src/main/java/c/i/a/c/d2/j0/a.java +++ b/app/src/main/java/c/i/a/c/d2/j0/a.java @@ -12,7 +12,7 @@ public final class a { public final Object b = null; /* renamed from: c reason: collision with root package name */ - public final int f807c; + public final int f810c; public final long[] d; public final C0089a[] e; public final long f; @@ -25,7 +25,7 @@ public final class a { public final Uri[] b = new Uri[0]; /* renamed from: c reason: collision with root package name */ - public final int[] f808c = new int[0]; + public final int[] f811c = new int[0]; public final long[] d = new long[0]; public C0089a() { @@ -35,7 +35,7 @@ public final class a { public int a(int i) { int i2 = i + 1; while (true) { - int[] iArr = this.f808c; + int[] iArr = this.f811c; if (i2 >= iArr.length || iArr[i2] == 0 || iArr[i2] == 1) { break; } @@ -56,11 +56,11 @@ public final class a { return false; } C0089a aVar = (C0089a) obj; - return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f808c, aVar.f808c) && Arrays.equals(this.d, aVar.d); + return this.a == aVar.a && Arrays.equals(this.b, aVar.b) && Arrays.equals(this.f811c, aVar.f811c) && Arrays.equals(this.d, aVar.d); } public int hashCode() { - int hashCode = Arrays.hashCode(this.f808c); + int hashCode = Arrays.hashCode(this.f811c); return Arrays.hashCode(this.d) + ((hashCode + (((this.a * 31) + Arrays.hashCode(this.b)) * 31)) * 31); } } @@ -70,9 +70,9 @@ public final class a { this.f = j; this.g = j2; int length = jArr.length; - this.f807c = length; + this.f810c = length; C0089a[] aVarArr2 = new C0089a[length]; - for (int i = 0; i < this.f807c; i++) { + for (int i = 0; i < this.f810c; 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.f807c == aVar.f807c && 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.f810c == aVar.f810c && 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.f807c * 31; + int i = this.f810c * 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 N = c.d.b.a.a.N("AdPlaybackState(adsId="); - N.append(this.b); - N.append(", adResumePositionUs="); - N.append(this.f); - N.append(", adGroups=["); + StringBuilder P = c.d.b.a.a.P("AdPlaybackState(adsId="); + P.append(this.b); + P.append(", adResumePositionUs="); + P.append(this.f); + P.append(", adGroups=["); for (int i = 0; i < this.e.length; i++) { - N.append("adGroup(timeUs="); - N.append(this.d[i]); - N.append(", ads=["); - for (int i2 = 0; i2 < this.e[i].f808c.length; i2++) { - N.append("ad(state="); - int i3 = this.e[i].f808c[i2]; + P.append("adGroup(timeUs="); + P.append(this.d[i]); + P.append(", ads=["); + for (int i2 = 0; i2 < this.e[i].f811c.length; i2++) { + P.append("ad(state="); + int i3 = this.e[i].f811c[i2]; if (i3 == 0) { - N.append('_'); + P.append('_'); } else if (i3 == 1) { - N.append('R'); + P.append('R'); } else if (i3 == 2) { - N.append('S'); + P.append('S'); } else if (i3 == 3) { - N.append('P'); + P.append('P'); } else if (i3 != 4) { - N.append('?'); + P.append('?'); } else { - N.append('!'); + P.append('!'); } - N.append(", durationUs="); - N.append(this.e[i].d[i2]); - N.append(')'); - if (i2 < this.e[i].f808c.length - 1) { - N.append(", "); + P.append(", durationUs="); + P.append(this.e[i].d[i2]); + P.append(')'); + if (i2 < this.e[i].f811c.length - 1) { + P.append(", "); } } - N.append("])"); + P.append("])"); if (i < this.e.length - 1) { - N.append(", "); + P.append(", "); } } - N.append("])"); - return N.toString(); + P.append("])"); + return P.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 c3aefb6da7..013eee1cb3 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 f809c; + public i f812c; public k(l lVar) { this.a = lVar; } public long a() { - i iVar = this.f809c; + i iVar = this.f812c; 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.f809c = eVar; + this.f812c = 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 N = a.N("None of the available extractors ("); + StringBuilder P = a.P("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(", "); } } - N.append(sb.toString()); - N.append(") could read the stream."); - String sb2 = N.toString(); + P.append(sb.toString()); + P.append(") could read the stream."); + String sb2 = P.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 f20f00c485..31de8f7219 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.f942c, 0, j - j2); + long i = f0.i(o1Var.f945c, 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.f942c && i2 == o1Var.d)) { + if (!(i == o1Var.f945c && 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 f960e4cc09..80298802fa 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.f806c.g(0, null, 0); + this.j = m.this.f809c.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.f814c; + obj = t.a.f817c; } 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.f806c.g(i, aVar2, 0); + this.j = m.this.f809c.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.f1023c, i, aVar2); + this.k = new q.a(m.this.d.f1026c, 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.f815c, uVar.d, uVar.e, j, j2); + return (j == uVar.f && j2 == uVar.g) ? uVar : new u(uVar.a, uVar.b, uVar.f818c, 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 f811c; + public final z f814c; public b(y yVar, y.b bVar, z zVar) { this.a = yVar; this.b = bVar; - this.f811c = zVar; + this.f814c = 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 02237f38cd..f86412e99c 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 f812c; + public final a f815c; 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.f812c = aVar; + this.f815c = 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.f812c; + a aVar = this.f815c; 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 a899e31a8e..49e36a7bdc 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 f813c; + public final long f816c; public r(long j, l lVar, long j2) { Uri uri = lVar.a; this.b = Collections.emptyMap(); - this.f813c = 0; + this.f816c = 0; } public r(long j, l lVar, Uri uri, Map> map, long j2, long j3, long j4) { this.b = map; - this.f813c = j3; + this.f816c = 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 00c434f446..472ad628b6 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 f814c = new Object(); + public static final Object f817c = 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 (f814c.equals(obj) && (obj2 = this.e) != null) { + if (f817c.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 = f814c; + bVar.b = f817c; } 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) ? f814c : m; + return f0.a(m, this.e) ? f817c : 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.f959c, this.d)) { - cVar.f959c = r1.c.a; + if (f0.a(cVar.f962c, this.d)) { + cVar.f962c = 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.f814c ? 0 : -1; + return obj == a.f817c ? 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.f814c; + obj = a.f817c; } 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.f958c = 0; + bVar.f961c = 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.f814c; + return a.f817c; } @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.f814c); + this.n = new a(new b(yVar.e()), r1.c.a, a.f817c); } @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.f811c); + bVar.a.c(bVar.f814c); } 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.f814c)) { + if (this.n.e != null && obj.equals(a.f817c)) { 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 c767bd71f2..2fd86502eb 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 f815c; + public final Format f818c; 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.f815c = format; + this.f818c = 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 87d7590099..d8add8cac7 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 f816c; + public final int f819c; public final long d; public final int e; public w(w wVar) { this.a = wVar.a; this.b = wVar.b; - this.f816c = wVar.f816c; + this.f819c = wVar.f819c; 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.f816c = -1; + this.f819c = -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.f816c = i2; + this.f819c = 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.f816c = i2; + this.f819c = 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.f816c = -1; + this.f819c = -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.f816c == wVar.f816c && this.d == wVar.d && this.e == wVar.e; + return this.a.equals(wVar.a) && this.b == wVar.b && this.f819c == wVar.f819c && this.d == wVar.d && this.e == wVar.e; } public int hashCode() { - return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f816c) * 31) + ((int) this.d)) * 31) + this.e; + return ((((((((this.a.hashCode() + 527) * 31) + this.b) * 31) + this.f819c) * 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 b5f1f4046a..489ebc7714 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.f816c, this.d, this.e)); + return new a(this.a.equals(obj) ? this : new w(obj, this.b, this.f819c, 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 b880a430b7..18bb6fb785 100644 --- a/app/src/main/java/c/i/a/c/d2/z.java +++ b/app/src/main/java/c/i/a/c/d2/z.java @@ -19,7 +19,7 @@ public interface z { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f817c; + public final CopyOnWriteArrayList f820c; public final long d; /* compiled from: MediaSourceEventListener */ @@ -35,14 +35,14 @@ public interface z { } public a() { - this.f817c = new CopyOnWriteArrayList<>(); + this.f820c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; this.d = 0; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar, long j) { - this.f817c = copyOnWriteArrayList; + this.f820c = copyOnWriteArrayList; this.a = i; this.b = aVar; this.d = j; @@ -57,7 +57,7 @@ public interface z { } public void b(u uVar) { - Iterator it = this.f817c.iterator(); + Iterator it = this.f820c.iterator(); while (it.hasNext()) { C0090a next = it.next(); f0.D(next.a, new d(this, next.b, uVar)); @@ -65,7 +65,7 @@ public interface z { } public void c(r rVar, u uVar) { - Iterator it = this.f817c.iterator(); + Iterator it = this.f820c.iterator(); while (it.hasNext()) { C0090a next = it.next(); f0.D(next.a, new f(this, next.b, rVar, uVar)); @@ -73,7 +73,7 @@ public interface z { } public void d(r rVar, u uVar) { - Iterator it = this.f817c.iterator(); + Iterator it = this.f820c.iterator(); while (it.hasNext()) { C0090a next = it.next(); f0.D(next.a, new c(this, next.b, rVar, uVar)); @@ -81,7 +81,7 @@ public interface z { } public void e(r rVar, u uVar, IOException iOException, boolean z2) { - Iterator it = this.f817c.iterator(); + Iterator it = this.f820c.iterator(); while (it.hasNext()) { C0090a next = it.next(); f0.D(next.a, new b(this, next.b, rVar, uVar, iOException, z2)); @@ -89,7 +89,7 @@ public interface z { } public void f(r rVar, u uVar) { - Iterator it = this.f817c.iterator(); + Iterator it = this.f820c.iterator(); while (it.hasNext()) { C0090a next = it.next(); f0.D(next.a, new e(this, next.b, rVar, uVar)); @@ -98,7 +98,7 @@ public interface z { @CheckResult public a g(int i, @Nullable y.a aVar, long j) { - return new a(this.f817c, i, aVar, j); + return new a(this.f820c, 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 290b08d924..4e2a16607a 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 f818c; + public b f821c; @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.f818c = bVar; + this.f821c = 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.f818c; + b bVar = this.f821c; 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.f818c; + b bVar = this.f821c; 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 f0b3d5c096..e76424d052 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 f819c; + public final int f822c; 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.f819c = i2; + this.f822c = 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 1ab92cbb4e..496db48108 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 f820c; + public final Layout.Alignment f823c; @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 f821c; + public Layout.Alignment f824c; 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.f821c = null; + this.f824c = 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.f821c = cVar.f820c; + this.f824c = cVar.f823c; 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.f821c, this.b, this.d, this.e, this.f, this.g, this.h, this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p, null); + return new c(this.a, this.f824c, 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.f820c = alignment; + this.f823c = 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 704313706b..fac58dc018 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 f822x; + public boolean f825x; /* renamed from: y reason: collision with root package name */ - public boolean f823y; + public boolean f826y; /* renamed from: z reason: collision with root package name */ - public boolean f824z; + public boolean f827z; /* 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.f822x = false; - this.f823y = false; + this.f825x = false; + this.f826y = 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 N = a.N("Subtitle decoding failed. streamFormat="); - N.append(this.B); - p.b("TextRenderer", N.toString(), subtitleDecoderException); + StringBuilder P = a.P("Subtitle decoding failed. streamFormat="); + P.append(this.B); + p.b("TextRenderer", P.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.f824z = true; + this.f827z = true; h hVar = this.v; Format format = this.B; Objects.requireNonNull(format); @@ -279,7 +279,7 @@ public final class l extends g0 implements Handler.Callback { return; } } - throw new IllegalArgumentException(a.t("Attempted to create decoder for unsupported MIME type: ", str)); + throw new IllegalArgumentException(a.u("Attempted to create decoder for unsupported MIME type: ", str)); } public final void N() { @@ -319,7 +319,7 @@ public final class l extends g0 implements Handler.Callback { @Override // c.i.a.c.k1 public boolean b() { - return this.f823y; + return this.f826y; } @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.f823y = true; + this.f826y = true; } } - if (!this.f823y) { + if (!this.f826y) { 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.f823y = true; + this.f826y = 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.f822x) { + while (!this.f825x) { 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.f822x = true; - this.f824z = false; + this.f825x = true; + this.f827z = false; } else { Format format = this.w.b; if (format != null) { - iVar.q = format.f2265x; + iVar.q = format.f2268x; iVar.s(); - this.f824z &= !iVar.o(); + this.f827z &= !iVar.o(); } else { return; } } - if (!this.f824z) { + if (!this.f827z) { 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 a3422d497f..05c807a11d 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 f825s; + public final long f828s; public final ArrayList t = new ArrayList<>(); public a u = new a(0, 4); @Nullable @@ -55,13 +55,13 @@ public final class c extends e { public List w; /* renamed from: x reason: collision with root package name */ - public int f826x; + public int f829x; /* renamed from: y reason: collision with root package name */ - public int f827y; + public int f830y; /* renamed from: z reason: collision with root package name */ - public boolean f828z; + public boolean f831z; /* compiled from: Cea608Decoder */ public static final class a { @@ -69,7 +69,7 @@ public final class c extends e { public final List b = new ArrayList(); /* renamed from: c reason: collision with root package name */ - public final StringBuilder f829c = new StringBuilder(); + public final StringBuilder f832c = new StringBuilder(); public int d; public int e; public int f; @@ -83,12 +83,12 @@ public final class c extends e { public final boolean b; /* renamed from: c reason: collision with root package name */ - public int f830c; + public int f833c; public C0091a(int i, boolean z2, int i2) { this.a = i; this.b = z2; - this.f830c = i2; + this.f833c = i2; } } @@ -98,20 +98,20 @@ public final class c extends e { } public void a(char c2) { - if (this.f829c.length() < 32) { - this.f829c.append(c2); + if (this.f832c.length() < 32) { + this.f832c.append(c2); } } public void b() { - int length = this.f829c.length(); + int length = this.f832c.length(); if (length > 0) { - this.f829c.delete(length - 1, length); + this.f832c.delete(length - 1, length); for (int size = this.a.size() - 1; size >= 0; size--) { C0091a aVar = this.a.get(size); - int i = aVar.f830c; + int i = aVar.f833c; if (i == length) { - aVar.f830c = i - 1; + aVar.f833c = i - 1; } else { return; } @@ -166,7 +166,7 @@ public final class c extends e { } public final SpannableString d() { - SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f829c); + SpannableStringBuilder spannableStringBuilder = new SpannableStringBuilder(this.f832c); int length = spannableStringBuilder.length(); int i = 0; int i2 = -1; @@ -186,9 +186,9 @@ public final class c extends e { } z2 = z4; } - int i8 = aVar.f830c; + int i8 = aVar.f833c; i++; - if (i8 != (i < this.a.size() ? this.a.get(i).f830c : length)) { + if (i8 != (i < this.a.size() ? this.a.get(i).f833c : 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.f829c.length() == 0; + return this.a.isEmpty() && this.b.isEmpty() && this.f832c.length() == 0; } public void f(int i) { this.g = i; this.a.clear(); this.b.clear(); - this.f829c.setLength(0); + this.f832c.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.f825s = j2 > 0 ? j2 * 1000 : -9223372036854775807L; + this.f828s = 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.f828z; + boolean z5 = this.f831z; if ((s2 & 4) == 4) { boolean[] zArr = n; if (zArr[s3] && zArr[s4]) { z2 = true; - this.f828z = z2; + this.f831z = 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.C0091a((b2 >> 1) & 7, z6, aVar.f829c.length())); + aVar.a.add(new a.C0091a((b2 >> 1) & 7, z6, aVar.f832c.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.f826x != 1 && !aVar2.e()) { - a aVar3 = new a(this.f826x, this.f827y); + if (this.f829x != 1 && !aVar2.e()) { + a aVar3 = new a(this.f829x, this.f830y); 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.C0091a(z7 ? 8 : i7, z8, aVar4.f829c.length())); + aVar4.a.add(new a.C0091a(z7 ? 8 : i7, z8, aVar4.f832c.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.f826x; + int i8 = this.f829x; 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.f826x; + int i9 = this.f829x; 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.f829c.setLength(0); + aVar5.f832c.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.f828z = z2; + this.f831z = z2; if (z2) { } this.A = false; @@ -484,7 +484,7 @@ public final class c extends e { } } } else if (z4) { - int i10 = this.f826x; + int i10 = this.f829x; 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.f828z = false; + this.f831z = 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.f825s; + long j2 = this.f828s; 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.f826x); + this.u.f(this.f829x); this.t.clear(); this.t.add(this.u); } public final void l(int i2) { - int i3 = this.f826x; + int i3 = this.f829x; if (i3 != i2) { - this.f826x = i2; + this.f829x = 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.f827y = i2; + this.f830y = 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 31576f3493..7c6c486918 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 f831c; + public static final int f834c; 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 f832s; + public int f835s; public int t; public int u; public boolean v; public int w; /* renamed from: x reason: collision with root package name */ - public int f833x; + public int f836x; /* renamed from: y reason: collision with root package name */ - public int f834y; + public int f837y; /* renamed from: z reason: collision with root package name */ - public int f835z; + public int f838z; static { int d2 = d(0, 0, 0, 0); b = d2; int d3 = d(0, 0, 0, 3); - f831c = d3; + f834c = 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.f832s = 0; + this.f835s = 0; this.t = 0; this.u = 15; this.v = true; this.w = 0; - this.f833x = 0; - this.f834y = 0; + this.f836x = 0; + this.f837y = 0; int i2 = b; - this.f835z = i2; + this.f838z = 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[] f836c; + public final byte[] f839c; public int d = 0; public c(int i, int i2) { this.a = i; this.b = i2; - this.f836c = new byte[((i2 * 2) - 1)]; + this.f839c = 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.f836c; + byte[] bArr = cVar.f839c; 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.f836c; + byte[] bArr2 = cVar2.f839c; 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 N = c.d.b.a.a.N("DtvCcPacket ended prematurely; size is "); - N.append((this.o.b * 2) - 1); - N.append(", but current index is "); - N.append(this.o.d); - N.append(" (sequence number "); - N.append(this.o.a); - N.append(");"); - Log.d("Cea708Decoder", N.toString()); + StringBuilder P = c.d.b.a.a.P("DtvCcPacket ended prematurely; size is "); + P.append((this.o.b * 2) - 1); + P.append(", but current index is "); + P.append(this.o.d); + P.append(" (sequence number "); + P.append(this.o.a); + P.append(");"); + Log.d("Cea708Decoder", P.toString()); } v vVar = this.h; c cVar2 = this.o; - vVar.j(cVar2.f836c, cVar2.d); + vVar.j(cVar2.f839c, 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.h0("Invalid extended service number: ", g, "Cea708Decoder"); + c.d.b.a.a.j0("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.h0("Invalid C0 command: ", g3, "Cea708Decoder"); + c.d.b.a.a.j0("Invalid C0 command: ", g3, "Cea708Decoder"); break; } else { - c.d.b.a.a.h0("Currently unsupported COMMAND_P16 Command: ", g3, "Cea708Decoder"); + c.d.b.a.a.j0("Currently unsupported COMMAND_P16 Command: ", g3, "Cea708Decoder"); this.h.m(16); break; } } else { - c.d.b.a.a.h0("Currently unsupported COMMAND_EXT1 Command: ", g3, "Cea708Decoder"); + c.d.b.a.a.j0("Currently unsupported COMMAND_EXT1 Command: ", g3, "Cea708Decoder"); this.h.m(8); continue; } @@ -572,7 +572,7 @@ public final class d extends e { case 149: case FontUtils.MAX_FONT_SCALING /* 150 */: default: - Log.w("Cea708Decoder", c.d.b.a.a.k("Invalid C1 command: ", g3)); + Log.w("Cea708Decoder", c.d.b.a.a.l("Invalid C1 command: ", g3)); break; case 151: if (!this.l.n) { @@ -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.f835z = d3; + bVar4.f838z = 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.f832s = g8; + bVar5.f835s = 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.f833x == g11)) { - bVar5.f833x = g11; + if (!(g11 == 0 || bVar5.f836x == g11)) { + bVar5.f836x = 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.f835z = i13; + bVar5.f838z = i13; bVar5.w = i16; } - if (!(g12 == 0 || bVar5.f834y == g12)) { - bVar5.f834y = g12; + if (!(g12 == 0 || bVar5.f837y == g12)) { + bVar5.f837y = 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.h0("Invalid base command: ", g3, "Cea708Decoder"); + c.d.b.a.a.j0("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.h0("Invalid G2 character: ", g13, "Cea708Decoder"); + c.d.b.a.a.j0("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.h0("Invalid extended command: ", g13, "Cea708Decoder"); + c.d.b.a.a.j0("Invalid extended command: ", g13, "Cea708Decoder"); } else if (g13 == 160) { this.l.a(13252); } else { - c.d.b.a.a.h0("Invalid G3 character: ", g13, "Cea708Decoder"); + c.d.b.a.a.j0("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 N = c.d.b.a.a.N("Unexpected justification value: "); - N.append(bVar.w); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Unexpected justification value: "); + P.append(bVar.w); + throw new IllegalArgumentException(P.toString()); } if (!bVar.q) { - f2 = ((float) bVar.f832s) / 99.0f; + f2 = ((float) bVar.f835s) / 99.0f; f = ((float) bVar.r) / 99.0f; } else { - f2 = ((float) bVar.f832s) / 209.0f; + f2 = ((float) bVar.f835s) / 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.f835z == b.b, bVar.f835z, 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.f838z == b.b, bVar.f838z, 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.f835z == b.b, bVar.f835z, 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.f838z == b.b, bVar.f838z, 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 eca4e594f5..e3b5df3d0b 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 f837c; + public final PriorityQueue f840c; @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.f837c = new PriorityQueue<>(); + this.f840c = 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.f837c.add(bVar); + this.f840c.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.f837c.isEmpty()) { + while (!this.f840c.isEmpty()) { int i = f0.a; - i(this.f837c.poll()); + i(this.f840c.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.f837c.isEmpty()) { + while (!this.f840c.isEmpty()) { int i = f0.a; - if (this.f837c.peek().m > this.e) { + if (this.f840c.peek().m > this.e) { break; } - b poll = this.f837c.poll(); + b poll = this.f840c.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 54e79253c5..192424f9b8 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.f844c.clear(); + hVar.f847c.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.f844c.clear(); + hVar2.f847c.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.f844c.get(g8)) != null) { + if (dVar3.b == 0 && (fVar = hVar2.f847c.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.f844c.put(fVar2.a, fVar2); + hVar2.f847c.put(fVar2.a, fVar2); break; } case 18: @@ -220,15 +220,15 @@ public final class a extends d { bVar.f.setBitmap(createBitmap); } ArrayList arrayList = new ArrayList(); - SparseArray sparseArray6 = dVar4.f842c; + SparseArray sparseArray6 = dVar4.f845c; int i14 = 0; while (i14 < sparseArray6.size()) { bVar.f.save(); b.e valueAt = sparseArray6.valueAt(i14); - b.f fVar3 = bVar.i.f844c.get(sparseArray6.keyAt(i14)); - int i15 = valueAt.a + bVar2.f840c; + b.f fVar3 = bVar.i.f847c.get(sparseArray6.keyAt(i14)); + int i15 = valueAt.a + bVar2.f843c; int i16 = valueAt.b + bVar2.e; - bVar.f.clipRect(i15, i16, Math.min(fVar3.f843c + i15, bVar2.d), Math.min(fVar3.d + i16, bVar2.f)); + bVar.f.clipRect(i15, i16, Math.min(fVar3.f846c + 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.f839c : aVar.b; + int[] iArr = i18 == 3 ? aVar.d : i18 == 2 ? aVar.f842c : aVar.b; i2 = i14; - b.e(cVar4.f841c, iArr, i18, i19, i20, paint, canvas); + b.e(cVar4.f844c, 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.f839c[fVar3.h] : aVar.b[fVar3.i]); - bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f843c + i15), (float) (fVar3.d + i16), bVar.e); + bVar.e.setColor(i21 == 3 ? aVar.d[fVar3.g] : i21 == 2 ? aVar.f842c[fVar3.h] : aVar.b[fVar3.i]); + bVar.f.drawRect((float) i15, (float) i16, (float) (fVar3.f846c + i15), (float) (fVar3.d + i16), bVar.e); } - Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f843c, fVar3.d); + Bitmap createBitmap2 = Bitmap.createBitmap(bVar.j, i15, i16, fVar3.f846c, 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.f843c) / 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.f846c) / 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 64af073609..bb0c76464e 100644 --- a/app/src/main/java/c/i/a/c/e2/n/b.java +++ b/app/src/main/java/c/i/a/c/e2/n/b.java @@ -16,7 +16,7 @@ public final class b { public static final byte[] b = {0, 119, -120, -1}; /* renamed from: c reason: collision with root package name */ - public static final byte[] f838c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; + public static final byte[] f841c = {0, 17, 34, 51, 68, 85, 102, 119, -120, -103, -86, -69, -52, -35, -18, -1}; public final Paint d; public final Paint e; public final Canvas f = new Canvas(); @@ -31,13 +31,13 @@ public final class b { public final int[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f839c; + public final int[] f842c; public final int[] d; public a(int i, int[] iArr, int[] iArr2, int[] iArr3) { this.a = i; this.b = iArr; - this.f839c = iArr2; + this.f842c = iArr2; this.d = iArr3; } } @@ -49,7 +49,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f840c; + public final int f843c; public final int d; public final int e; public final int f; @@ -57,7 +57,7 @@ public final class b { public C0092b(int i, int i2, int i3, int i4, int i5, int i6) { this.a = i; this.b = i2; - this.f840c = i3; + this.f843c = 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[] f841c; + public final byte[] f844c; public final byte[] d; public c(int i, boolean z2, byte[] bArr, byte[] bArr2) { this.a = i; this.b = z2; - this.f841c = bArr; + this.f844c = 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 f842c; + public final SparseArray f845c; public d(int i, int i2, int i3, SparseArray sparseArray) { this.a = i2; this.b = i3; - this.f842c = sparseArray; + this.f845c = 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 f843c; + public final int f846c; 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.f843c = i2; + this.f846c = i2; this.d = i3; this.e = i5; this.f = i6; @@ -153,7 +153,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final SparseArray f844c = new SparseArray<>(); + public final SparseArray f847c = new SparseArray<>(); public final SparseArray d = new SparseArray<>(); public final SparseArray e = new SparseArray<>(); public final SparseArray f = new SparseArray<>(); @@ -424,7 +424,7 @@ public final class b { } case 17: if (i == 3) { - bArr4 = bArr6 == null ? f838c : bArr6; + bArr4 = bArr6 == null ? f841c : 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 9cb35620d4..a598ce49b8 100644 --- a/app/src/main/java/c/i/a/c/e2/o/a.java +++ b/app/src/main/java/c/i/a/c/e2/o/a.java @@ -29,7 +29,7 @@ public final class a extends d { public final int[] b = new int[256]; /* renamed from: c reason: collision with root package name */ - public boolean f845c; + public boolean f848c; 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.f845c = false; + this.f848c = false; } } @@ -65,7 +65,7 @@ public final class a extends d { a aVar = this; w wVar3 = aVar.n; wVar3.a = bArr; - wVar3.f919c = i; + wVar3.f922c = i; int i4 = 0; wVar3.b = 0; if (wVar3.a() > 0 && wVar3.c() == 120) { @@ -74,7 +74,7 @@ public final class a extends d { } if (f0.x(wVar3, aVar.o, aVar.q)) { w wVar4 = aVar.o; - wVar3.B(wVar4.a, wVar4.f919c); + wVar3.B(wVar4.a, wVar4.f922c); } } aVar.p.a(); @@ -82,7 +82,7 @@ public final class a extends d { while (aVar.n.a() >= 3) { w wVar5 = aVar.n; C0093a aVar2 = aVar.p; - int i5 = wVar5.f919c; + int i5 = wVar5.f922c; 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.f845c = true; + aVar2.f848c = 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.f919c; + int i11 = wVar6.f922c; 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).f919c) == 0 || wVar2.b != i2 || !aVar2.f845c) { + if (aVar2.d == 0 || aVar2.e == 0 || aVar2.h == 0 || aVar2.i == 0 || (i2 = (wVar2 = aVar2.a).f922c) == 0 || wVar2.b != i2 || !aVar2.f848c) { 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 9200e80c9d..3ee465b9eb 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 f846c; + public final int f849c; public c(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f846c = i3; + this.f849c = 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 e0f25ae28c..57b99c835e 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 f847s = -3.4028235E38f; + public float f850s = -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.j0("Skipping dialogue line before complete format: ", g, "SsaDecoder"); + c.d.b.a.a.l0("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.j0("Skipping dialogue line with fewer columns than format: ", g, "SsaDecoder"); + c.d.b.a.a.l0("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.j0("Skipping invalid timing: ", g, "SsaDecoder"); + c.d.b.a.a.l0("Skipping invalid timing: ", g, "SsaDecoder"); } else { long n3 = n(split[bVar2.b]); if (n3 == -9223372036854775807L) { - c.d.b.a.a.j0("Skipping invalid timing: ", g, "SsaDecoder"); + c.d.b.a.a.l0("Skipping invalid timing: ", g, "SsaDecoder"); } else { Map map = aVar.q; - c cVar = (map == null || (i8 = bVar2.f848c) == -1) ? null : map.get(split[i8].trim()); + c cVar = (map == null || (i8 = bVar2.f851c) == -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.f847s; + float f7 = aVar.f850s; SpannableString spannableString = new SpannableString(replace); if (cVar != null) { - if (cVar.f849c != null) { + if (cVar.f852c != null) { bVar = bVar2; j = n3; - spannableString.setSpan(new ForegroundColorSpan(cVar.f849c.intValue()), 0, spannableString.length(), 33); + spannableString.setSpan(new ForegroundColorSpan(cVar.f852c.intValue()), 0, spannableString.length(), 33); } else { bVar = bVar2; j = n3; @@ -230,7 +230,7 @@ public final class a extends d { switch (i9) { case 0: default: - Log.w("SsaDecoder", c.d.b.a.a.k("Unknown alignment: ", i9)); + Log.w("SsaDecoder", c.d.b.a.a.l("Unknown alignment: ", i9)); case -1: alignment = null; break; @@ -253,7 +253,7 @@ public final class a extends d { switch (i9) { case 0: default: - Log.w("SsaDecoder", c.d.b.a.a.k("Unknown alignment: ", i9)); + Log.w("SsaDecoder", c.d.b.a.a.l("Unknown alignment: ", i9)); case -1: i4 = Integer.MIN_VALUE; break; @@ -276,7 +276,7 @@ public final class a extends d { switch (i9) { case 0: default: - Log.w("SsaDecoder", c.d.b.a.a.k("Unknown alignment: ", i9)); + Log.w("SsaDecoder", c.d.b.a.a.l("Unknown alignment: ", i9)); case -1: i5 = Integer.MIN_VALUE; break; @@ -355,7 +355,7 @@ public final class a extends d { this.r = Float.parseFloat(split[1].trim()); } else if (K.equals("playresy")) { try { - this.f847s = Float.parseFloat(split[1].trim()); + this.f850s = 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.j0("Skipping 'Style:' line before 'Format:' line: ", g3, "SsaDecoder"); + c.d.b.a.a.l0("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.f850c; + int i11 = aVar.f853c; 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 6b3a3abfc5..19f331687f 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 f848c; + public final int f851c; 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.f848c = i3; + this.f851c = 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 4672c8756f..60f70f69b3 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 f849c; + public final Integer f852c; 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 f850c; + public final int f853c; 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.f850c = i3; + this.f853c = 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 f851c = Pattern.compile(f0.k("\\\\move\\(%1$s,%1$s,(%1$s),(%1$s)(?:,%1$s,%1$s)?\\)", "\\s*\\d+(?:\\.\\d+)?\\s*")); + public static final Pattern f854c = 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 = f851c.matcher(str); + Matcher matcher2 = f854c.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.f849c = num; + this.f852c = 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.j0("Ignoring unknown alignment: ", str, "SsaStyle"); + c.d.b.a.a.l0("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 279c9bbb41..8f04eb33c2 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.j0("Skipping invalid timing: ", g2, "SubripDecoder"); + c.d.b.a.a.l0("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.j0("Skipping invalid index: ", g, "SubripDecoder"); + c.d.b.a.a.l0("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 0557ce3eea..f72042e536 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 f852c = z.t("dot", "sesame", "circle"); + public static final z f855c = 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 e00775e4e9..a3c9706386 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 f853s = Pattern.compile("^(\\d+\\.?\\d*?)px (\\d+\\.?\\d*?)px$"); + public static final Pattern f856s = 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,12 +60,12 @@ public final class c extends d { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f854c; + public final int f857c; public b(float f, int i, int i2) { this.a = f; this.b = i; - this.f854c = i2; + this.f857c = i2; } } @@ -107,7 +107,7 @@ public final class c extends d { } Matcher matcher = t.matcher(attributeValue); if (!matcher.matches()) { - c.d.b.a.a.j0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.l0("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.j0("Ignoring malformed cell resolution: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.l0("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.y(c.d.b.a.a.N("Invalid number of entries for fontSize: "), split.length, ".")); + throw new SubtitleDecoderException(c.d.b.a.a.z(c.d.b.a.a.P("Invalid number of entries for fontSize: "), split.length, ".")); } if (matcher.matches()) { String group = matcher.group(3); @@ -175,14 +175,14 @@ public final class c extends d { fVar.j = 1; break; default: - throw new SubtitleDecoderException(c.d.b.a.a.u("Invalid unit for fontSize: '", group, "'.")); + throw new SubtitleDecoderException(c.d.b.a.a.v("Invalid unit for fontSize: '", group, "'.")); } String group2 = matcher.group(1); Objects.requireNonNull(group2); fVar.k = Float.parseFloat(group2); return; } - throw new SubtitleDecoderException(c.d.b.a.a.u("Invalid expression for fontSize: '", str, "'.")); + throw new SubtitleDecoderException(c.d.b.a.a.v("Invalid expression for fontSize: '", str, "'.")); } public static b o(XmlPullParser xmlPullParser) throws SubtitleDecoderException { @@ -205,7 +205,7 @@ public final class c extends d { if (attributeValue3 != null) { i2 = Integer.parseInt(attributeValue3); } - int i3 = bVar.f854c; + int i3 = bVar.f857c; String attributeValue4 = xmlPullParser.getAttributeValue("http://www.w3.org/ns/ttml#parameter", "tickRate"); if (attributeValue4 != null) { i3 = Integer.parseInt(attributeValue4); @@ -249,7 +249,7 @@ public final class c extends d { if (t05 != null) { Pattern pattern = r; Matcher matcher = pattern.matcher(t05); - Pattern pattern2 = f853s; + Pattern pattern2 = f856s; 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.j0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.l0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); } } else if (!matcher2.matches()) { - c.d.b.a.a.j0("Ignoring region with unsupported origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.l0("Ignoring region with unsupported origin: ", t05, "TtmlDecoder"); } else if (cVar == null) { - c.d.b.a.a.j0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.l0("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.j0("Ignoring region with malformed origin: ", t05, "TtmlDecoder"); + c.d.b.a.a.l0("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.j0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.l0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); } } else if (!matcher4.matches()) { - c.d.b.a.a.j0("Ignoring region with unsupported extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.l0("Ignoring region with unsupported extent: ", t05, "TtmlDecoder"); } else if (cVar == null) { - c.d.b.a.a.j0("Ignoring region with missing tts:extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.l0("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.j0("Ignoring region with malformed extent: ", t05, "TtmlDecoder"); + c.d.b.a.a.l0("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.f857c = true; + fVar.f860c = true; break; } catch (IllegalArgumentException unused) { - c.d.b.a.a.j0("Failed parsing color value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.l0("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.j0("Invalid value for shear: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.l0("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.j0("Failed parsing fontSize value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.l0("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.f852c, n2); + a1 b3 = h.b(b.f855c, 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.j0("Failed parsing background value: ", attributeValue, "TtmlDecoder"); + c.d.b.a.a.l0("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.f854c; + d = (double) bVar.f857c; parseDouble /= d; break; case 4: @@ -1149,7 +1149,7 @@ public final class c extends d { break; } } else { - throw new SubtitleDecoderException(c.d.b.a.a.t("Malformed time expression: ", str)); + throw new SubtitleDecoderException(c.d.b.a.a.u("Malformed time expression: ", str)); } } return (long) (parseDouble * 1000000.0d); @@ -1161,9 +1161,9 @@ public final class c extends d { if (t0 == null) { return null; } - Matcher matcher = f853s.matcher(t0); + Matcher matcher = f856s.matcher(t0); if (!matcher.matches()) { - c.d.b.a.a.j0("Ignoring non-pixel tts extent: ", t0, "TtmlDecoder"); + c.d.b.a.a.l0("Ignoring non-pixel tts extent: ", t0, "TtmlDecoder"); return null; } try { @@ -1174,7 +1174,7 @@ public final class c extends d { Objects.requireNonNull(group2); return new C0094c(parseInt, Integer.parseInt(group2)); } catch (NumberFormatException unused) { - c.d.b.a.a.j0("Ignoring malformed tts extent: ", t0, "TtmlDecoder"); + c.d.b.a.a.l0("Ignoring malformed tts extent: ", t0, "TtmlDecoder"); return null; } } diff --git a/app/src/main/java/c/i/a/c/e2/s/d.java b/app/src/main/java/c/i/a/c/e2/s/d.java index 7fd6bcbb56..d5aef8e4ea 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 f855c; + public final boolean f858c; 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.f855c = str2 != null; + this.f858c = str2 != null; this.d = j; this.e = j2; Objects.requireNonNull(str3); @@ -182,8 +182,8 @@ public final class d { if (t2.g == 1) { spannableStringBuilder.setSpan(new UnderlineSpan(), intValue, intValue2, 33); } - if (t2.f857c) { - if (t2.f857c) { + if (t2.f860c) { + if (t2.f860c) { AnimatableValueParser.c(spannableStringBuilder, new ForegroundColorSpan(t2.b), intValue, intValue2, 33); } else { throw new IllegalStateException("Font color has not been defined."); @@ -273,7 +273,7 @@ public final class d { if (t2.r != Float.MAX_VALUE && "p".equals(this.a)) { bVar.p = (t2.r * -90.0f) / 100.0f; } - bVar.f821c = t2.o; + bVar.f824c = t2.o; it2 = it; } } else { @@ -288,7 +288,7 @@ public final class d { if (i == 1) { } bVar.p = (t2.r * -90.0f) / 100.0f; - bVar.f821c = t2.o; + bVar.f824c = t2.o; it2 = it; } } @@ -304,7 +304,7 @@ public final class d { if (i == 1) { } bVar.p = (t2.r * -90.0f) / 100.0f; - bVar.f821c = t2.o; + bVar.f824c = t2.o; it2 = it; } } @@ -324,7 +324,7 @@ public final class d { if (!"".equals(this.h)) { str = this.h; } - if (this.f855c && z2) { + if (this.f858c && 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 bca31c0754..843ec388d1 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 f856c; + public final float f859c; 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.f856c = f2; + this.f859c = 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 3cd54d866e..c2a69d6ff9 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 f857c; + public boolean f860c; 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.f857c && fVar.f857c) { + if (!this.f860c && fVar.f860c) { this.b = fVar.b; - this.f857c = true; + this.f860c = 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 b0553647b4..a1372db99c 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.f856c, 0, eVar.e, eVar.b, 0, Integer.MIN_VALUE, -3.4028235E38f, eVar.f, eVar.g, false, ViewCompat.MEASURED_STATE_MASK, eVar.j, 0.0f, null)); + arrayList2.add(new c(null, null, decodeByteArray, eVar.f859c, 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.f856c; + float f = eVar2.f859c; 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 f0b2643f0c..27d21aabe0 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 f858s; + public final float f861s; 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.f858s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); + this.f861s = f0.g(((float) ((bArr[11] & 255) | ((bArr[10] & 255) << 8))) / ((float) i), 0.0f, 0.95f); } else { - this.f858s = 0.85f; + this.f861s = 0.85f; } } else { this.p = 0; this.q = -1; this.r = str; this.o = false; - this.f858s = 0.85f; + this.f861s = 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.f919c = i; + wVar.f922c = 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.f1272c); + str = wVar.q(x2, c.f1275c); } 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.f858s; + float f = this.f861s; for (int i6 = 8; this.n.a() >= i6; i6 = 8) { w wVar2 = this.n; int i7 = wVar2.b; @@ -147,14 +147,14 @@ public final class a extends d { wVar3.E(i3); int f4 = wVar3.f(); if (x5 > spannableStringBuilder.length()) { - StringBuilder O = c.d.b.a.a.O("Truncating styl end (", x5, ") to cueText.length() ("); - O.append(spannableStringBuilder.length()); - O.append(")."); - Log.w("Tx3gDecoder", O.toString()); + StringBuilder Q = c.d.b.a.a.Q("Truncating styl end (", x5, ") to cueText.length() ("); + Q.append(spannableStringBuilder.length()); + Q.append(")."); + Log.w("Tx3gDecoder", Q.toString()); x5 = spannableStringBuilder.length(); } if (x4 >= x5) { - Log.w("Tx3gDecoder", c.d.b.a.a.o("Ignoring styl with start (", x4, ") >= end (", x5, ").")); + Log.w("Tx3gDecoder", c.d.b.a.a.p("Ignoring styl with start (", x4, ") >= end (", x5, ").")); } else { l(spannableStringBuilder, s2, this.p, x4, x5, 0); if (f4 != this.q) { diff --git a/app/src/main/java/c/i/a/c/e2/u/c.java b/app/src/main/java/c/i/a/c/e2/u/c.java index 5880d020b8..fa55c4ad33 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 f859c = new StringBuilder(); + public final StringBuilder f862c = new StringBuilder(); public static String a(w wVar, StringBuilder sb) { boolean z2 = false; sb.setLength(0); int i = wVar.b; - int i2 = wVar.f919c; + int i2 = wVar.f922c; 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 N = a.N(""); - N.append((char) wVar.s()); - return N.toString(); + StringBuilder P = a.P(""); + P.append((char) wVar.s()); + return P.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.f919c; + int i2 = wVar.f922c; 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 20cbf2d251..5563dafd74 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.f919c = i; + wVar.f922c = 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.f865c = charSequence; + eVar2.f868c = 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 1904db96c3..7205e26172 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 f860c = Collections.emptySet(); + public Set f863c = 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 a02a56e11c..a3fecdaea9 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 f861c; + public final long f864c; public g(c cVar, long j, long j2) { this.a = cVar; this.b = j; - this.f861c = j2; + this.f864c = 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 1e417aed65..5322425ecc 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 f862c; + public static final Map f865c; 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 f863c; + public final int f866c; public b(c cVar, int i, a aVar) { this.b = cVar; - this.f863c = i; + this.f866c = 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 f864c; + public final String f867c; public final Set d; public c(String str, int i, String str2, Set set) { this.b = i; this.a = str; - this.f864c = str2; + this.f867c = 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 f865c; + public CharSequence f868c; 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.h0("Unknown textAlignment: ", i5, "WebvttCueParser"); + c.d.b.a.a.j0("Unknown textAlignment: ", i5, "WebvttCueParser"); alignment = null; } } @@ -154,7 +154,7 @@ public final class h { } else { alignment = Layout.Alignment.ALIGN_CENTER; } - bVar.f821c = alignment; + bVar.f824c = 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.f865c; + charSequence = this.f868c; 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.f865c; + charSequence = this.f868c; if (charSequence != null) { } return bVar; } alignment = Layout.Alignment.ALIGN_NORMAL; - bVar.f821c = alignment; + bVar.f824c = 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.f865c; + charSequence = this.f868c; 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))); - f862c = Collections.unmodifiableMap(hashMap); + f865c = 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 = f862c; + Map map = f865c; 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.f863c - i7; + int i9 = bVar.f866c - 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.f864c; - if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f860c.isEmpty() || !fVar.d.isEmpty()) { + String str3 = cVar.f867c; + if (!fVar.a.isEmpty() || !fVar.b.isEmpty() || !fVar.f863c.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.f860c)) ? 0 : b2 + (fVar.f860c.size() * 4); + i = (b2 == -1 || !set.containsAll(fVar.f863c)) ? 0 : b2 + (fVar.f863c.size() * 4); } else { i = TextUtils.isEmpty(str2); } @@ -549,12 +549,12 @@ public final class h { sb.append(g.trim()); g = wVar.g(); } - eVar.f865c = f(str, sb.toString(), list); + eVar.f868c = f(str, sb.toString(), list); return new g(eVar.a().a(), eVar.a, eVar.b); } catch (NumberFormatException unused) { - StringBuilder N = c.d.b.a.a.N("Skipping cue with bad header: "); - N.append(matcher.group()); - Log.w("WebvttCueParser", N.toString()); + StringBuilder P = c.d.b.a.a.P("Skipping cue with bad header: "); + P.append(matcher.group()); + Log.w("WebvttCueParser", P.toString()); return null; } } @@ -650,9 +650,9 @@ public final class h { Log.w("WebvttCueParser", "Unknown cue setting " + group + ":" + group2); } } catch (NumberFormatException unused) { - StringBuilder N = c.d.b.a.a.N("Skipping bad cue setting: "); - N.append(matcher.group()); - Log.w("WebvttCueParser", N.toString()); + StringBuilder P = c.d.b.a.a.P("Skipping bad cue setting: "); + P.append(matcher.group()); + Log.w("WebvttCueParser", P.toString()); } } } @@ -923,7 +923,7 @@ public final class h { i = 0; break; default: - c.d.b.a.a.j0("Invalid anchor value: ", substring, "WebvttCueParser"); + c.d.b.a.a.l0("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.j0("Invalid anchor value: ", substring, "WebvttCueParser"); + c.d.b.a.a.l0("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 6f2e1d7c72..44d949d303 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.f919c = i; + wVar.f922c = 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.f859c.setLength(i2); + cVar2.f862c.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.f859c; + StringBuilder sb2 = cVar2.f862c; 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.f919c; + int i8 = wVar4.f922c; 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.f859c))) { + if (str == null || !"{".equals(c.b(cVar2.b, cVar2.f862c))) { 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.f860c = new HashSet(Arrays.asList((String[]) Arrays.copyOfRange(G, i10, length))); + fVar.f863c = 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.f859c); + String b2 = c.b(wVar5, cVar2.f862c); boolean z6 = b2 == null || "}".equals(b2); if (!z6) { cVar2.b.D(i13); w wVar6 = cVar2.b; - StringBuilder sb3 = cVar2.f859c; + StringBuilder sb3 = cVar2.f862c; 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 efc656a749..4f8af9c70f 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 N = a.N("Expected WEBVTT. Got "); - N.append(wVar.g()); - throw new ParserException(N.toString()); + StringBuilder P = a.P("Expected WEBVTT. Got "); + P.append(wVar.g()); + throw new ParserException(P.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 48da234fd9..30f0d2d1f4 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.f861c; + jArr[i2 + 1] = gVar.f864c; } 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 7fdd4a7f48..b27e85652c 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.f2307c; + int[] iArr = DefaultTrackSelector.f2310c; 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 c346891d0b..4ae4e739b2 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.f2307c; + int[] iArr = DefaultTrackSelector.f2310c; 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 eecb527e4c..37fdfcfcb0 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[] f866c; + public final int[] f869c; 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.f866c = new int[this.b]; + this.f869c = new int[this.b]; int i2 = 0; while (true) { int i3 = this.b; if (i2 < i3) { - int[] iArr2 = this.f866c; + int[] iArr2 = this.f869c; 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.f866c, eVar.f866c); + return this.a == eVar.a && Arrays.equals(this.f869c, eVar.f869c); } @Override // c.i.a.c.f2.j public final int f(int i) { - return this.f866c[i]; + return this.f869c[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.f866c) + (System.identityHashCode(this.a) * 31); + this.e = Arrays.hashCode(this.f869c) + (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.f866c.length; + return this.f869c.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 23f8422da7..f322f59b90 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 f867c; + public final int f870c; @Nullable public final Object d; public a(TrackGroup trackGroup, int... iArr) { this.a = trackGroup; this.b = iArr; - this.f867c = 0; + this.f870c = 0; this.d = null; } public a(TrackGroup trackGroup, int[] iArr, int i, @Nullable Object obj) { this.a = trackGroup; this.b = iArr; - this.f867c = i; + this.f870c = 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 39f06dc5b7..03b6a032a3 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[] f868c; + public final TrackGroupArray[] f871c; 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.f868c = trackGroupArrayArr; + this.f871c = 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.f868c[i24]; + TrackGroupArray trackGroupArray4 = aVar7.f871c[i24]; int[][] iArr16 = iArr12[i24]; int i25 = iArr13[i24]; if (!parameters6.N && !parameters6.M) { int i26 = parameters6.A ? 24 : 16; - boolean z12 = parameters6.f2311z && (i25 & i26) != 0; + boolean z12 = parameters6.f2314z && (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.f2308s; + int i30 = parameters7.f2311s; 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.f2309x; + int i35 = parameters7.f2312x; 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.f2307c; + iArr9 = DefaultTrackSelector.f2310c; } else { List d = DefaultTrackSelector.d(trackGroup4, i36, i37, z13); ArrayList arrayList3 = (ArrayList) d; if (arrayList3.size() < 2) { - iArr9 = DefaultTrackSelector.f2307c; + iArr9 = DefaultTrackSelector.f2310c; } else { if (!z12) { HashSet hashSet2 = new HashSet(); @@ -301,7 +301,7 @@ public abstract class i extends l { } arrayList = arrayList; } - iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2307c : c.l0(list); + iArr9 = arrayList.size() < 2 ? DefaultTrackSelector.f2310c : c.l0(list); if (iArr9.length <= 0) { aVar5 = new g.a(trackGroup4, iArr9); break; @@ -354,7 +354,7 @@ public abstract class i extends l { Format format = trackGroup6.j[i44]; if ((format.m & 16384) == 0 && DefaultTrackSelector.e(iArr18[i44], parameters4.O)) { DefaultTrackSelector.e eVar3 = new DefaultTrackSelector.e(format, parameters4, iArr18[i44], ((ArrayList) d2).contains(Integer.valueOf(i44))); - if ((eVar3.i || parameters4.f2310y) && (eVar2 == null || eVar3.compareTo(eVar2) > 0)) { + if ((eVar3.i || parameters4.f2313y) && (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.f868c[i8].j > 0); + z10 = z5 | (aVar6.f871c[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.f868c[i47]; + TrackGroupArray trackGroupArray5 = aVar7.f871c[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.f868c[i58]; + TrackGroupArray trackGroupArray6 = aVar13.f871c[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.f868c[i58]; + TrackGroupArray trackGroupArray7 = aVar13.f871c[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.f868c[i69]; + TrackGroupArray trackGroupArray8 = aVar13.f871c[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.f867c, aVar19.d); + gVar = new h(aVar19.a, iArr29[0], aVar19.f870c, 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.f868c[i86].a(gVar2.a()); + int a2 = aVar13.f871c[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 1bbcb8eb10..7dc055814e 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 f869c; + public int f872c; public k(j... jVarArr) { this.b = jVarArr; @@ -26,9 +26,9 @@ public final class k { } public int hashCode() { - if (this.f869c == 0) { - this.f869c = 527 + Arrays.hashCode(this.b); + if (this.f872c == 0) { + this.f872c = 527 + Arrays.hashCode(this.b); } - return this.f869c; + return this.f872c; } } 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 dc9dd3073d..78ce9d8f71 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[] f870c; + public final g[] f873c; @Nullable public final Object d; public m(m1[] m1VarArr, g[] gVarArr, @Nullable Object obj) { this.b = m1VarArr; - this.f870c = (g[]) gVarArr.clone(); + this.f873c = (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.f870c[i], mVar.f870c[i]); + return mVar != null && f0.a(this.b[i], mVar.b[i]) && f0.a(this.f873c[i], mVar.f873c[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 123d058a7e..be4a94d173 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 f871s; + public boolean f874s; 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.f2265x != RecyclerView.FOREVER_NS) { + if (format.f2268x != RecyclerView.FOREVER_NS) { Format.b a2 = format.a(); - a2.o = format.f2265x + this.p; + a2.o = format.f2268x + 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.f871s) { - this.f871s = true; + if (format != null && !this.f874s) { + this.f874s = true; boolean z3 = false; try { i = a(format) & 7; } catch (ExoPlaybackException unused) { } finally { - this.f871s = z3; + this.f874s = 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 0dc6540686..83a4841b3a 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.f872c.compareTo(cVar2.f872c); + int compareTo = cVar.f875c.compareTo(cVar2.f875c); 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 f2be11d115..d7befc939e 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.f872c.compareTo(cVar.f872c); + int compareTo = cVar2.f875c.compareTo(cVar.f875c); 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 5fc00d2b06..99f0a47461 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.f821c = null; + a.f824c = 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.f820c; + jVar.j = cVar.f823c; 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.f874s = bVar.b; - jVar.t = bVar.f819c; + jVar.f877s = bVar.b; + jVar.t = bVar.f822c; jVar.u = i8; jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f875x = u2; - jVar.f876y = u22; - jVar.f877z = f4; + jVar.f878x = u2; + jVar.f879y = u22; + jVar.f880z = 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.f820c) && jVar.k == cVar.d && jVar.l == cVar.e && jVar.m == cVar.f && f0.a(Integer.valueOf(jVar.n), Integer.valueOf(cVar.g)) && jVar.o == cVar.h && f0.a(Integer.valueOf(jVar.p), Integer.valueOf(cVar.i)) && jVar.q == cVar.j && jVar.r == cVar.k && jVar.f874s == bVar.b && jVar.t == bVar.f819c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f875x == u2 && jVar.f876y == u22 && jVar.f877z == 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.f823c) && 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.f877s == bVar.b && jVar.t == bVar.f822c && jVar.u == i8 && jVar.w == bVar.e && jVar.v == bVar.f && f0.a(jVar.f.getTypeface(), bVar.g) && jVar.f878x == u2 && jVar.f879y == u22 && jVar.f880z == 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 = u2; } else { jVar.i = cVar.b; - jVar.j = cVar.f820c; + jVar.j = cVar.f823c; 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.f874s = bVar.b; - jVar.t = bVar.f819c; + jVar.f877s = bVar.b; + jVar.t = bVar.f822c; jVar.u = i8; jVar.w = bVar.e; jVar.v = bVar.f; jVar.f.setTypeface(bVar.g); - jVar.f875x = u2; - jVar.f876y = u22; - jVar.f877z = f4; + jVar.f878x = u2; + jVar.f879y = u22; + jVar.f880z = 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.f875x); - int i22 = (int) ((jVar.f875x * 0.125f) + 0.5f); + jVar.f.setTextSize(jVar.f878x); + int i22 = (int) ((jVar.f878x * 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.f876y > 0.0f) { + if (jVar.f879y > 0.0f) { i3 = width; i2 = paddingBottom; i10 = 0; - spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f876y), 0, spannableStringBuilder.length(), ItemTouchHelper.ACTION_MODE_DRAG_MASK); + spannableStringBuilder.setSpan(new AbsoluteSizeSpan((int) jVar.f879y), 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.f877z)); + i14 = (jVar.D - height2) - ((int) (((float) i21) * jVar.f880z)); } 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 c877ed7492..f740fd6a8b 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 f872c; + public final String f875c; public final String d; public c(int i, int i2, String str, String str2, a aVar) { this.a = i; this.b = i2; - this.f872c = str; + this.f875c = 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 0db3c4a3f2..5998889c1e 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 f873c; + public final float f876c; 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 f874s; + public int f877s; public int t; public int u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public float f875x; + public float f878x; /* renamed from: y reason: collision with root package name */ - public float f876y; + public float f879y; /* renamed from: z reason: collision with root package name */ - public float f877z; + public float f880z; 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.f873c = round; + this.f876c = 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.f873c; + float f2 = this.f876c; 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.f874s); + this.f.setColor(this.f877s); 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.f874s); + this.f.setColor(this.f877s); 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 fb22d4ef2f..d652c82b57 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.H2(nVar.l.f819c))); + hashMap.put(AnimatableValueParser.Y(str19), f0.k(str20, AnimatableValueParser.H2(nVar.l.f822c))); 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.f820c; + Layout.Alignment alignment = cVar2.f823c; 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.f846c != 2 ? "over right" : "under left"); + str16 = f0.k("", sb2.toString(), cVar3.f849c != 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 N = c.d.b.a.a.N(""); - N.append(i.a(((c.i.a.c.e2.p.b) obj).a)); - N.append(""); - str18 = N.toString(); + StringBuilder P = c.d.b.a.a.P(""); + P.append(i.a(((c.i.a.c.e2.p.b) obj).a)); + P.append(""); + str18 = P.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.f872c); + sb3.append(cVar6.f875c); } 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.f1272c), 1), "text/html", "base64"); + this.j.loadData(Base64.encodeToString(sb.toString().getBytes(c.i.b.a.c.f1275c), 1), "text/html", "base64"); } @Override // android.widget.FrameLayout, android.view.View, android.view.ViewGroup diff --git a/app/src/main/java/c/i/a/c/g2/o/d.java b/app/src/main/java/c/i/a/c/g2/o/d.java index fb7d7c8102..739eb3d78c 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[] f878c = new float[16]; + public final float[] f881c = 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.f878c, fArr3); + c.a(this.f881c, fArr3); this.g = true; } float[] fArr4 = this.b; System.arraycopy(fArr3, 0, fArr4, 0, fArr4.length); - Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f878c, 0); + Matrix.multiplyMM(fArr3, 0, this.b, 0, this.f881c, 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 4f1ccef12b..9940ca29c9 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[] f879c = {1.0f, 0.0f, 0.0f, 0.0f, -1.0f, 0.0f, 0.0f, 1.0f, 1.0f}; + public static final float[] f882c = {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 f880c; + public final FloatBuffer f883c; public final int d; public a(d.b bVar) { - float[] fArr = bVar.f934c; + float[] fArr = bVar.f937c; this.a = fArr.length / 3; this.b = AnimatableValueParser.O(fArr); - this.f880c = AnimatableValueParser.O(bVar.d); + this.f883c = 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 5049f3b603..0fba7f57e9 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 f881c = new e(); + public final e f884c = 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.f932c.a(j, fArr); + this.d.f935c.a(j, fArr); } @Override // c.i.a.c.j2.x.a public void b() { this.e.b(); c cVar = this.d; - cVar.f932c.b(); + cVar.f935c.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.f919c; + int i9 = wVar.f922c; 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.f881c; + e eVar = this.f884c; 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 a79b7d6804..418df1171c 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 f882s; + public boolean f885s; 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.f932c.e(l.longValue()); + float[] e = cVar.f935c.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.f881c; + e eVar = fVar.f884c; Objects.requireNonNull(eVar); if (e.a(e2)) { - eVar.h = e2.f933c; + eVar.h = e2.f936c; 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.f881c; + e eVar2 = fVar.f884c; 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.f879c, 0); + GLES20.glUniformMatrix3fv(eVar2.m, 1, false, i2 == 1 ? e.d : i2 == 2 ? e.f : e.f882c, 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.f880c); + GLES20.glVertexAttribPointer(eVar2.o, 2, 5126, false, 8, (Buffer) aVar2.f883c); 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.f882s; + boolean z2 = this.r && this.f885s; 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.f882s = false; + this.f885s = false; a(); super.onPause(); } @@ -260,7 +260,7 @@ public final class h extends GLSurfaceView { @Override // android.opengl.GLSurfaceView public void onResume() { super.onResume(); - this.f882s = true; + this.f885s = 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 ceeb4ccac7..097c2a4725 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 f884c = new UUID(-2129748144642739255L, 8654423357094679310L); + public static final UUID f887c = 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 2a496fc398..935cca3431 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 f885c; + public final g f888c; 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.f885c = gVar; + this.f888c = 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.f885c.c() + j; + long c2 = this.f888c.c() + j; while (true) { z2 = this.k; if (z2 || j <= 0) { break; } wait(j); - j = c2 - this.f885c.c(); + j = c2 - this.f888c.c(); } if (!z2) { throw new TimeoutException("Message delivery timed out."); diff --git a/app/src/main/java/c/i/a/c/h2/d.java b/app/src/main/java/c/i/a/c/h2/d.java index bdaa0a9083..62e7fc4a1a 100644 --- a/app/src/main/java/c/i/a/c/h2/d.java +++ b/app/src/main/java/c/i/a/c/h2/d.java @@ -22,7 +22,7 @@ public interface d { public final a b; /* renamed from: c reason: collision with root package name */ - public boolean f886c; + public boolean f889c; public C0096a(Handler handler, a aVar) { this.a = handler; @@ -35,7 +35,7 @@ public interface d { while (it.hasNext()) { C0096a next = it.next(); if (next.b == aVar) { - next.f886c = true; + next.f889c = 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 29e82b9ec7..a5b40c4832 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 f887c; + public int f890c; @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.f887c++; + this.f890c++; } } @@ -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.f887c; i3++) { + for (int i3 = 0; i3 < this.f890c; 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.f887c; i2++) { + for (int i2 = 0; i2 < this.f890c; 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.f887c; i++) { + for (int i = 0; i < this.f890c; 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.f887c; i++) { + for (int i = 0; i < this.f890c; i++) { this.b.get(i).b(this, lVar, this.a); } } diff --git a/app/src/main/java/c/i/a/c/h2/g.java b/app/src/main/java/c/i/a/c/h2/g.java index 1cb8a9f313..06d8934e4a 100644 --- a/app/src/main/java/c/i/a/c/h2/g.java +++ b/app/src/main/java/c/i/a/c/h2/g.java @@ -38,7 +38,7 @@ public final class g extends e { try { this.f = Base64.decode(str, 0); } catch (IllegalArgumentException e) { - throw new ParserException(a.t("Error while parsing Base64 encoded string: ", str), e); + throw new ParserException(a.u("Error while parsing Base64 encoded string: ", str), e); } } else { this.f = f0.w(URLDecoder.decode(str, c.a.name())); @@ -55,7 +55,7 @@ public final class g extends e { } throw new ParserException("Unexpected URI format: " + uri); } - throw new ParserException(a.t("Unsupported scheme: ", scheme)); + throw new ParserException(a.u("Unsupported scheme: ", scheme)); } @Override // c.i.a.c.h2.j diff --git a/app/src/main/java/c/i/a/c/h2/l.java b/app/src/main/java/c/i/a/c/h2/l.java index ffc54354e7..c79dee5aeb 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 f888c; + public final int f891c; @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 f889c; + public int f892c; @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.f889c = lVar.f888c; + this.f892c = lVar.f891c; 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.f889c, this.d, this.e, this.f, this.g, this.h, this.i, this.j); + return new l(this.a, this.b, this.f892c, 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.f888c = i; + this.f891c = 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 N = c.d.b.a.a.N("DataSpec["); - N.append(b(this.f888c)); - N.append(" "); - N.append(this.a); - N.append(", "); - N.append(this.f); - N.append(", "); - N.append(this.g); - N.append(", "); - N.append(this.h); - N.append(", "); - return c.d.b.a.a.y(N, this.i, "]"); + StringBuilder P = c.d.b.a.a.P("DataSpec["); + P.append(b(this.f891c)); + P.append(" "); + P.append(this.a); + P.append(", "); + P.append(this.f); + P.append(", "); + P.append(this.g); + P.append(", "); + P.append(this.h); + P.append(", "); + return c.d.b.a.a.z(P, 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 0b3ba8c9f5..cb59377e11 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[] f890c; + public final c[] f893c; 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.f890c = new c[1]; + this.f893c = 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 604c0dd516..39078a86c1 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 @@ -32,7 +32,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 f891c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); + public static final u f894c = u.u(218000L, 159000L, 145000L, 130000L, 112000L); public static final u d = u.u(2200000L, 1300000L, 930000L, 730000L, 530000L); public static final u e; public static final u f; @@ -52,7 +52,7 @@ public final class n implements d, x { public long r; /* renamed from: s reason: collision with root package name */ - public long f892s; + public long f895s; public long t; /* compiled from: DefaultBandwidthMeter */ @@ -61,12 +61,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> f893c = new ArrayList<>(); + public final ArrayList> f896c = new ArrayList<>(); public final void a() { - for (int size = this.f893c.size() - 1; size >= 0; size--) { - if (this.f893c.get(size).get() == null) { - this.f893c.remove(size); + for (int size = this.f896c.size() - 1; size >= 0; size--) { + if (this.f896c.get(size).get() == null) { + this.f896c.remove(size); } } } @@ -79,15 +79,15 @@ public final class n implements d, x { if (nVar.p != q) { nVar.p = q; if (q != 1 && q != 0 && q != 8) { - nVar.f892s = nVar.i(q); + nVar.f895s = nVar.i(q); long c2 = nVar.l.c(); - nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f892s); + nVar.k(nVar.m > 0 ? (int) (c2 - nVar.n) : 0, nVar.o, nVar.f895s); nVar.n = c2; nVar.o = 0; nVar.r = 0; nVar.q = 0; z zVar = nVar.k; - zVar.f921c.clear(); + zVar.f924c.clear(); zVar.e = -1; zVar.f = 0; zVar.g = 0; @@ -100,8 +100,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.f893c.size(); i++) { - n nVar = this.f893c.get(i).get(); + for (int i = 0; i < this.f896c.size(); i++) { + n nVar = this.f896c.get(i).get(); if (nVar != null) { b(nVar); } @@ -149,7 +149,7 @@ public final class n implements d, x { this.l = gVar; int q = context == null ? 0 : f0.q(context); this.p = q; - this.f892s = i(q); + this.f895s = i(q); if (context != null && z2) { a aVar3 = a.a; synchronized (a.class) { @@ -163,7 +163,7 @@ public final class n implements d, x { } synchronized (aVar) { aVar.a(); - aVar.f893c.add(new WeakReference<>(this)); + aVar.f896c.add(new WeakReference<>(this)); aVar.b.post(new b(aVar, this)); } } @@ -429,9 +429,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.f892s = (long) this.k.b(0.5f); + this.f895s = (long) this.k.b(0.5f); } - k(i, this.o, this.f892s); + k(i, this.o, this.f895s); this.n = c2; this.o = 0; } @@ -495,7 +495,7 @@ public final class n implements d, x { Iterator it = this.j.a.iterator(); while (it.hasNext()) { d.a.C0095a.C0096a next = it.next(); - if (!next.f886c) { + if (!next.f889c) { 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 c4ce164967..da20a9c899 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 f894c; + public final j f897c; @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.f894c = jVar; + this.f897c = 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.f894c; + this.g = this.f897c; } } this.k = this.g; @@ -129,7 +129,7 @@ public final class o implements j { } this.k = this.j; } else { - this.k = this.f894c; + this.k = this.f897c; } 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.f894c.d(xVar); + this.f897c.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 00cb0026ee..1ecbdae643 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 f895s; + public long f898s; 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 f896c = 8000; + public int f899c = 8000; public int d = 8000; /* renamed from: b */ public q a() { - return new q(this.b, this.f896c, this.d, false, this.a, null, null); + return new q(this.b, this.f899c, this.d, false, this.a, null, null); } } @@ -93,7 +93,7 @@ public class q extends e implements j { if (Constants.SCHEME.equals(protocol) || "http".equals(protocol)) { return url2; } - throw new ProtocolException(c.d.b.a.a.t("Unsupported protocol redirect: ", protocol)); + throw new ProtocolException(c.d.b.a.a.u("Unsupported protocol redirect: ", protocol)); } throw new ProtocolException("Null location redirect"); } @@ -172,7 +172,7 @@ public class q extends e implements j { j = lVar.f; } j = 0; - this.f895s = j; + this.f898s = 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.f895s : -1; + this.t = j2 == -1 ? j2 - this.f898s : -1; } j2 = -1; headerField = u.getHeaderField("Content-Range"); if (!TextUtils.isEmpty(headerField)) { } - this.t = j2 == -1 ? j2 - this.f895s : -1; + this.t = j2 == -1 ? j2 - this.f898s : -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.f888c; + int i = lVar2.f891c; byte[] bArr = lVar2.d; long j = lVar2.f; long j2 = lVar2.g; @@ -376,7 +376,7 @@ public class q extends e implements j { j2 = j2; j = j; } else { - throw new NoRouteToHostException(c.d.b.a.a.k("Too many redirects: ", i3)); + throw new NoRouteToHostException(c.d.b.a.a.l("Too many redirects: ", i3)); } } return v; @@ -397,13 +397,13 @@ public class q extends e implements j { httpURLConnection.setRequestProperty((String) entry.getKey(), (String) entry.getValue()); } if (!(j == 0 && j2 == -1)) { - String q = c.d.b.a.a.q("bytes=", j, "-"); + String r = c.d.b.a.a.r("bytes=", j, "-"); if (j2 != -1) { - StringBuilder N = c.d.b.a.a.N(q); - N.append((j + j2) - 1); - q = N.toString(); + StringBuilder P = c.d.b.a.a.P(r); + P.append((j + j2) - 1); + r = P.toString(); } - httpURLConnection.setRequestProperty("Range", q); + httpURLConnection.setRequestProperty("Range", r); } String str = this.i; if (str != null) { @@ -426,13 +426,13 @@ public class q extends e implements j { } public final void x() throws IOException { - if (this.u != this.f895s) { + if (this.u != this.f898s) { if (this.p == null) { this.p = new byte[4096]; } while (true) { long j = this.u; - long j2 = this.f895s; + long j2 = this.f898s; 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 5dda644bf0..aa1c0d6545 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 f897c = Uri.EMPTY; + public Uri f900c = 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.f897c = lVar.a; + this.f900c = lVar.a; this.d = Collections.emptyMap(); long a = this.a.a(lVar); Uri m = m(); Objects.requireNonNull(m); - this.f897c = m; + this.f900c = 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 8892f051ff..f0881d220a 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 f898c; + public boolean f901c; 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.f888c, 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.f891c, lVar2.d, lVar2.e, lVar2.f + 0, a, lVar2.h, lVar2.i, lVar2.j); } - this.f898c = true; + this.f901c = 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.f898c) { - this.f898c = z2; + if (this.f901c) { + this.f901c = 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 0af86fef49..8d0f111090 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 f899c; + public final j f902c; 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 f900s; + public long f903s; 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.f899c = new w(jVar, hVar); + this.f902c = 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)).f906c.get("exo_redir"); + byte[] bArr = ((n) cache.b(str)).f909c.get("exo_redir"); Uri uri2 = null; - String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1272c) : null; + String str2 = bArr != null ? new String(bArr, c.i.b.a.c.f1275c) : 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.f900s > 0) { - aVar.b(this.a.h(), this.f900s); - this.f900s = 0; + if (aVar != null && this.f903s > 0) { + aVar.b(this.a.h(), this.f903s); + this.f903s = 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.f899c; + jVar = this.f902c; 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.f899c) { + if (this.l == this.f902c) { 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.f900s += (long) read; + this.f903s += (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.f899c) { + if (this.l == this.f902c) { 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 34cc977ae2..4a86f23776 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 f901c; + public String f904c; 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.f901c); - Cursor query = this.b.getReadableDatabase().query(this.f901c, a, null, null, null, null, null); + Objects.requireNonNull(this.f904c); + Cursor query = this.b.getReadableDatabase().query(this.f904c, 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.f901c = "ExoPlayerCacheFileMetadata" + hexString; + this.f904c = "ExoPlayerCacheFileMetadata" + hexString; if (AnimatableValueParser.Q0(this.b.getReadableDatabase(), 2, hexString) != 1) { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { AnimatableValueParser.B2(writableDatabase, 2, hexString, 1); - String str = this.f901c; + String str = this.f904c; writableDatabase.execSQL("DROP TABLE IF EXISTS " + str); - writableDatabase.execSQL("CREATE TABLE " + this.f901c + " (name TEXT PRIMARY KEY NOT NULL,length INTEGER NOT NULL,last_touch_timestamp INTEGER NOT NULL)"); + writableDatabase.execSQL("CREATE TABLE " + this.f904c + " (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.f901c); + Objects.requireNonNull(this.f904c); try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); try { Iterator it = set.iterator(); while (it.hasNext()) { - writableDatabase.delete(this.f901c, "name = ?", new String[]{it.next()}); + writableDatabase.delete(this.f904c, "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.f901c); + Objects.requireNonNull(this.f904c); 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.f901c, null, contentValues); + writableDatabase.replaceOrThrow(this.f904c, 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 85310e7c7e..8d0d77afc2 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 N = a.N("["); - N.append(this.j); - N.append(", "); - return a.z(N, this.k, "]"); + StringBuilder P = a.P("["); + P.append(this.j); + P.append(", "); + return a.A(P, 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 63c4ffbb1e..aab7cc3223 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 f902c = new TreeSet<>(); + public final TreeSet f905c = 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.f902c.equals(iVar.f902c) && this.e.equals(iVar.e); + return this.a == iVar.a && this.b.equals(iVar.b) && this.f905c.equals(iVar.f905c) && 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 4c81f848aa..179e14e7b5 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 f903c; + public final SparseBooleanArray f906c; 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 f904c = new SparseArray<>(); + public final SparseArray f907c = 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.f904c.delete(iVar.a); + this.f907c.delete(iVar.a); } else { - this.f904c.put(iVar.a, null); + this.f907c.put(iVar.a, null); } } @@ -84,7 +84,7 @@ public class j { i(writableDatabase, iVar); } writableDatabase.setTransactionSuccessful(); - this.f904c.clear(); + this.f907c.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.f904c.put(iVar.a, iVar); + this.f907c.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.f904c.size() != 0) { + if (this.f907c.size() != 0) { try { SQLiteDatabase writableDatabase = this.b.getWritableDatabase(); writableDatabase.beginTransactionNonExclusive(); - for (int i = 0; i < this.f904c.size(); i++) { + for (int i = 0; i < this.f907c.size(); i++) { try { - i valueAt = this.f904c.valueAt(i); + i valueAt = this.f907c.valueAt(i); if (valueAt == null) { - int keyAt = this.f904c.keyAt(i); + int keyAt = this.f907c.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.f904c.clear(); + this.f907c.clear(); writableDatabase.endTransaction(); } catch (SQLException e) { throw new DatabaseIOException(e); @@ -140,7 +140,7 @@ public class j { public void f(long j) { String hexString = Long.toHexString(j); this.d = hexString; - this.e = c.d.b.a.a.t("ExoPlayerCacheIndex", hexString); + this.e = c.d.b.a.a.u("ExoPlayerCacheIndex", hexString); } /* JADX WARNING: Code restructure failed: missing block: B:25:0x0082, code lost: @@ -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.f904c.size() == 0); + AnimatableValueParser.D(this.f907c.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 f905c; + public final SecretKeySpec f908c; @Nullable public final SecureRandom d; public final f e; @@ -288,7 +288,7 @@ public class j { } this.a = z2; this.b = cipher; - this.f905c = secretKeySpec; + this.f908c = 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.f905c, new IvParameterSpec(bArr)); + this.b.init(1, this.f908c, 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.f905c; + SecretKeySpec secretKeySpec = this.f908c; 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.f903c = new SparseBooleanArray(); + this.f906c = new SparseBooleanArray(); this.d = new SparseBooleanArray(); b bVar = null; a aVar2 = aVar != null ? new a(aVar) : null; @@ -580,14 +580,14 @@ public class j { } hashMap.put(readUTF, bArr); } else { - throw new IOException(c.d.b.a.a.k("Invalid value size: ", readInt2)); + throw new IOException(c.d.b.a.a.l("Invalid value size: ", readInt2)); } } return new n(hashMap); } public static void b(n nVar, DataOutputStream dataOutputStream) throws IOException { - Set> entrySet = nVar.f906c.entrySet(); + Set> entrySet = nVar.f909c.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.f902c.isEmpty() && iVar.d.isEmpty()) { + if (iVar != null && iVar.f905c.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.f903c.put(i, true); + this.f906c.put(i, true); } } @WorkerThread public void g() throws IOException { this.e.e(this.a); - int size = this.f903c.size(); + int size = this.f906c.size(); for (int i = 0; i < size; i++) { - this.b.remove(this.f903c.keyAt(i)); + this.b.remove(this.f906c.keyAt(i)); } - this.f903c.clear(); + this.f906c.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 e08bb2243e..0d51f7c841 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).f906c.get("exo_len"); + byte[] bArr = ((n) lVar).f909c.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 54612895cf..ae48a36319 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 f906c; + public final Map f909c; public n() { this(Collections.emptyMap()); } public n(Map map) { - this.f906c = Collections.unmodifiableMap(map); + this.f909c = 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.f906c); + HashMap hashMap = new HashMap(this.f909c); 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.f1272c); + bArr = ((String) value2).getBytes(c.f1275c); } else if (value2 instanceof byte[]) { bArr = (byte[]) value2; } else { @@ -68,7 +68,7 @@ public final class n implements l { } hashMap.put(str, bArr); } - return b(this.f906c, hashMap) ? this : new n(hashMap); + return b(this.f909c, 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.f906c, ((n) obj).f906c); + return b(this.f909c, ((n) obj).f909c); } public int hashCode() { if (this.b == 0) { int i = 0; - for (Map.Entry entry : this.f906c.entrySet()) { + for (Map.Entry entry : this.f909c.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 89509c3098..fcde0c6cad 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.f907c.e(); + this.j.f910c.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 d4c4952887..ba809d76cc 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 f907c; + public final d f910c; 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.f907c = dVar; + this.f910c = 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 N = c.d.b.a.a.N("Failed to list cache directory files: "); - N.append(qVar.b); - String sb = N.toString(); + StringBuilder P = c.d.b.a.a.P("Failed to list cache directory files: "); + P.append(qVar.b); + String sb = P.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 N2 = c.d.b.a.a.N("Failed to create cache UID: "); - N2.append(qVar.b); - String sb2 = N2.toString(); + StringBuilder P2 = c.d.b.a.a.P("Failed to create cache UID: "); + P2.append(qVar.b); + String sb2 = P2.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 N3 = c.d.b.a.a.N("Failed to initialize cache indices: "); - N3.append(qVar.b); - String sb3 = N3.toString(); + StringBuilder P3 = c.d.b.a.a.P("Failed to initialize cache indices: "); + P3.append(qVar.b); + String sb3 = P3.toString(); p.b("SimpleCache", sb3, e4); qVar.k = new Cache.CacheException(sb3, e4); } @@ -157,7 +157,7 @@ public final class q implements Cache { public static long n(File file) throws IOException { long nextLong = new SecureRandom().nextLong(); long abs = nextLong == Long.MIN_VALUE ? 0 : Math.abs(nextLong); - File file2 = new File(file, c.d.b.a.a.t(Long.toString(abs, 16), ".uid")); + File file2 = new File(file, c.d.b.a.a.u(Long.toString(abs, 16), ".uid")); if (file2.createNewFile()) { return abs; } @@ -177,7 +177,7 @@ public final class q implements Cache { m(this.b); r(); } - this.f907c.a(this, str, j, j2); + this.f910c.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).f902c.add(rVar); + this.d.d(rVar.i).f905c.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.f907c.d(this, rVar); + this.f910c.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.f902c.floor(rVar); + floor = iVar.f905c.floor(rVar); if (floor == null || floor.j + floor.k <= j) { - r ceiling = iVar.f902c.ceiling(rVar); + r ceiling = iVar.f905c.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.f902c.remove(hVar)) { + if (c2.f905c.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.f901c); + Objects.requireNonNull(fVar.f904c); try { - fVar.b.getWritableDatabase().delete(fVar.f901c, "name = ?", new String[]{name}); + fVar.b.getWritableDatabase().delete(fVar.f904c, "name = ?", new String[]{name}); } catch (SQLException e) { throw new DatabaseIOException(e); } } catch (IOException unused) { - c.d.b.a.a.j0("Failed to remove file index entry for: ", name, "SimpleCache"); + c.d.b.a.a.l0("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.f907c.b(this, hVar); + this.f910c.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.f902c.iterator(); + Iterator it = iVar.f905c.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.f902c.remove(rVar)); + AnimatableValueParser.D(iVar.f905c.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.f902c.add(rVar2); + iVar.f905c.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.f907c.c(this, rVar, rVar2); + this.f910c.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.f902c.add(rVar2); + iVar.f905c.add(rVar2); arrayList = this.f.get(rVar.i); if (arrayList != null) { } - this.f907c.c(this, rVar, rVar2); + this.f910c.c(this, rVar, rVar2); return rVar2; } } diff --git a/app/src/main/java/c/i/a/c/h2/y/r.java b/app/src/main/java/c/i/a/c/h2/y/r.java index 112b132102..3ad4c20650 100644 --- a/app/src/main/java/c/i/a/c/h2/y/r.java +++ b/app/src/main/java/c/i/a/c/h2/y/r.java @@ -136,6 +136,6 @@ public final class r extends h { sb.append("."); sb.append(j); sb.append("."); - return new File(file, a.z(sb, j2, ".v3.exo")); + return new File(file, a.A(sb, j2, ".v3.exo")); } } diff --git a/app/src/main/java/c/i/a/c/i2/a.java b/app/src/main/java/c/i/a/c/i2/a.java index 1b6919d934..559460eb6d 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.f914c = true; + cVar.f917c = 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 f113c00d91..2829506b52 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.f913c; + l lVar = oVar.f916c; o.b bVar = oVar.d; - if (!cVar.d && cVar.f914c) { + if (!cVar.d && cVar.f917c) { E e = cVar.b; cVar.b = (t) lVar.get(); - cVar.f914c = false; + cVar.f917c = 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 2a6898bc73..7fbe1a87f6 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).f922c, ((z.b) obj2).f922c); + return Float.compare(((z.b) obj).f925c, ((z.b) obj2).f925c); } } 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 d796fb850a..3829002f70 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 f908c; + public int f911c; public int d; public synchronized void a(long j, V v) { int i = this.d; if (i > 0) { - if (j <= this.a[((this.f908c + i) - 1) % this.b.length]) { + if (j <= this.a[((this.f911c + i) - 1) % this.b.length]) { b(); } } c(); - int i2 = this.f908c; + int i2 = this.f911c; 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.f908c = 0; + this.f911c = 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.f908c; + int i2 = this.f911c; int i3 = length - i2; System.arraycopy(this.a, i2, jArr, 0, i3); - System.arraycopy(this.b, this.f908c, vArr, 0, i3); - int i4 = this.f908c; + System.arraycopy(this.b, this.f911c, vArr, 0, i3); + int i4 = this.f911c; if (i4 > 0) { System.arraycopy(this.a, 0, jArr, i3, i4); - System.arraycopy(this.b, 0, vArr, i3, this.f908c); + System.arraycopy(this.b, 0, vArr, i3, this.f911c); } this.a = jArr; this.b = vArr; - this.f908c = 0; + this.f911c = 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.f908c]; + long j3 = j - this.a[this.f911c]; 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.f908c; + int i = this.f911c; V v = vArr[i]; vArr[i] = null; - this.f908c = (i + 1) % vArr.length; + this.f911c = (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 5b10ddd09a..8c51fa510e 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 f909c = -9223372036854775807L; + public long f912c = -9223372036854775807L; public e0(long j) { this.a = j; @@ -22,14 +22,14 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - if (this.f909c != -9223372036854775807L) { - this.f909c = j; + if (this.f912c != -9223372036854775807L) { + this.f912c = j; } else { long j2 = this.a; if (j2 != RecyclerView.FOREVER_NS) { this.b = j2 - j; } - this.f909c = j; + this.f912c = j; notifyAll(); } return j + this.b; @@ -39,7 +39,7 @@ public final class e0 { if (j == -9223372036854775807L) { return -9223372036854775807L; } - long j2 = this.f909c; + long j2 = this.f912c; 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.f909c != -9223372036854775807L) { + } else if (this.f912c != -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 3c47147554..5599fac0b3 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 N = c.d.b.a.a.N("Couldn't rename file "); - N.append(this.a); - N.append(" to backup file "); - N.append(this.b); - Log.w("AtomicFile", N.toString()); + StringBuilder P = c.d.b.a.a.P("Couldn't rename file "); + P.append(this.a); + P.append(" to backup file "); + P.append(this.b); + Log.w("AtomicFile", P.toString()); } } try { @@ -91,16 +91,16 @@ public final class f { } catch (FileNotFoundException e) { File parentFile = this.a.getParentFile(); if (parentFile == null || !parentFile.mkdirs()) { - StringBuilder N2 = c.d.b.a.a.N("Couldn't create "); - N2.append(this.a); - throw new IOException(N2.toString(), e); + StringBuilder P2 = c.d.b.a.a.P("Couldn't create "); + P2.append(this.a); + throw new IOException(P2.toString(), e); } try { return new a(this.a); } catch (FileNotFoundException e2) { - StringBuilder N3 = c.d.b.a.a.N("Couldn't create "); - N3.append(this.a); - throw new IOException(N3.toString(), e2); + StringBuilder P3 = c.d.b.a.a.P("Couldn't create "); + P3.append(this.a); + throw new IOException(P3.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 a8e8e85fc7..ad322239c5 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 f910c; + public static final String f913c; 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; - f910c = str3; + f913c = 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 N = a.N(str4); - N.append(K.substring(str2.length())); - K = N.toString(); + StringBuilder P = a.P(str4); + P.append(K.substring(str2.length())); + K = P.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.f1272c); + return new String(bArr, c.f1275c); } public static String m(byte[] bArr, int i2, int i3) { - return new String(bArr, i2, i3, c.f1272c); + return new String(bArr, i2, i3, c.f1275c); } public static int n(int i2) { @@ -493,7 +493,7 @@ public final class f0 { } public static byte[] w(String str) { - return str.getBytes(c.f1272c); + return str.getBytes(c.f1275c); } public static boolean x(w wVar, w wVar2, @Nullable Inflater inflater) { diff --git a/app/src/main/java/c/i/a/c/i2/i.java b/app/src/main/java/c/i/a/c/i2/i.java index 5041c8672c..12439b4973 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 f911c = Pattern.compile("^rgba\\((\\d{1,3}),(\\d{1,3}),(\\d{1,3}),(\\d*\\.?\\d*?)\\)$"); + public static final Pattern f914c = 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.c0(-8388652, hashMap, "aquamarine", -983041, "azure", -657956, "beige", -6972, "bisque"); - a.c0(ViewCompat.MEASURED_STATE_MASK, hashMap, "black", -5171, "blanchedalmond", -16776961, "blue", -7722014, "blueviolet"); - a.c0(-5952982, hashMap, "brown", -2180985, "burlywood", -10510688, "cadetblue", -8388864, "chartreuse"); - a.c0(-2987746, hashMap, "chocolate", -32944, "coral", -10185235, "cornflowerblue", -1828, "cornsilk"); + a.f0(-8388652, hashMap, "aquamarine", -983041, "azure", -657956, "beige", -6972, "bisque"); + a.f0(ViewCompat.MEASURED_STATE_MASK, hashMap, "black", -5171, "blanchedalmond", -16776961, "blue", -7722014, "blueviolet"); + a.f0(-5952982, hashMap, "brown", -2180985, "burlywood", -10510688, "cadetblue", -8388864, "chartreuse"); + a.f0(-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.c0(-7667573, hashMap, "darkmagenta", -11179217, "darkolivegreen", -29696, "darkorange", -6737204, "darkorchid"); - a.c0(-7667712, hashMap, "darkred", -1468806, "darksalmon", -7357297, "darkseagreen", -12042869, "darkslateblue"); + a.f0(-7667573, hashMap, "darkmagenta", -11179217, "darkolivegreen", -29696, "darkorange", -6737204, "darkorchid"); + a.f0(-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.c0(-14774017, hashMap, "dodgerblue", -5103070, "firebrick", -1296, "floralwhite", -14513374, "forestgreen"); + a.f0(-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.c0(-983056, hashMap, "honeydew", -38476, "hotpink", -3318692, "indianred", -11861886, "indigo"); - a.c0(-16, hashMap, "ivory", -989556, "khaki", -1644806, "lavender", -3851, "lavenderblush"); - a.c0(-8586240, hashMap, "lawngreen", -1331, "lemonchiffon", -5383962, "lightblue", -1015680, "lightcoral"); + a.f0(-983056, hashMap, "honeydew", -38476, "hotpink", -3318692, "indianred", -11861886, "indigo"); + a.f0(-16, hashMap, "ivory", -989556, "khaki", -1644806, "lavender", -3851, "lavenderblush"); + a.f0(-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.c0(-16777011, hashMap, "mediumblue", -4565549, "mediumorchid", -7114533, "mediumpurple", -12799119, "mediumseagreen"); - a.c0(-8689426, hashMap, "mediumslateblue", -16713062, "mediumspringgreen", -12004916, "mediumturquoise", -3730043, "mediumvioletred"); - a.c0(-15132304, hashMap, "midnightblue", -655366, "mintcream", -6943, "mistyrose", -6987, "moccasin"); - a.c0(-8531, hashMap, "navajowhite", -16777088, "navy", -133658, "oldlace", -8355840, "olive"); - a.c0(-9728477, hashMap, "olivedrab", -23296, "orange", -47872, "orangered", -2461482, "orchid"); - a.c0(-1120086, hashMap, "palegoldenrod", -6751336, "palegreen", -5247250, "paleturquoise", -2396013, "palevioletred"); - a.c0(-4139, hashMap, "papayawhip", -9543, "peachpuff", -3308225, "peru", -16181, "pink"); - a.c0(-2252579, hashMap, "plum", -5185306, "powderblue", -8388480, "purple", -10079335, "rebeccapurple"); - a.c0(SupportMenu.CATEGORY_MASK, hashMap, "red", -4419697, "rosybrown", -12490271, "royalblue", -7650029, "saddlebrown"); - a.c0(-360334, hashMap, "salmon", -744352, "sandybrown", -13726889, "seagreen", -2578, "seashell"); - a.c0(-6270419, hashMap, "sienna", -4144960, "silver", -7876885, "skyblue", -9807155, "slateblue"); + a.f0(-16777011, hashMap, "mediumblue", -4565549, "mediumorchid", -7114533, "mediumpurple", -12799119, "mediumseagreen"); + a.f0(-8689426, hashMap, "mediumslateblue", -16713062, "mediumspringgreen", -12004916, "mediumturquoise", -3730043, "mediumvioletred"); + a.f0(-15132304, hashMap, "midnightblue", -655366, "mintcream", -6943, "mistyrose", -6987, "moccasin"); + a.f0(-8531, hashMap, "navajowhite", -16777088, "navy", -133658, "oldlace", -8355840, "olive"); + a.f0(-9728477, hashMap, "olivedrab", -23296, "orange", -47872, "orangered", -2461482, "orchid"); + a.f0(-1120086, hashMap, "palegoldenrod", -6751336, "palegreen", -5247250, "paleturquoise", -2396013, "palevioletred"); + a.f0(-4139, hashMap, "papayawhip", -9543, "peachpuff", -3308225, "peru", -16181, "pink"); + a.f0(-2252579, hashMap, "plum", -5185306, "powderblue", -8388480, "purple", -10079335, "rebeccapurple"); + a.f0(SupportMenu.CATEGORY_MASK, hashMap, "red", -4419697, "rosybrown", -12490271, "royalblue", -7650029, "saddlebrown"); + a.f0(-360334, hashMap, "salmon", -744352, "sandybrown", -13726889, "seagreen", -2578, "seashell"); + a.f0(-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.c0(-12156236, hashMap, "steelblue", -2968436, "tan", -16744320, "teal", -2572328, "thistle"); - a.c0(-40121, hashMap, "tomato", 0, "transparent", -12525360, "turquoise", -1146130, "violet"); - a.c0(-663885, hashMap, "wheat", -1, "white", -657931, "whitesmoke", InputDeviceCompat.SOURCE_ANY, "yellow"); + a.f0(-12156236, hashMap, "steelblue", -2968436, "tan", -16744320, "teal", -2572328, "thistle"); + a.f0(-40121, hashMap, "tomato", 0, "transparent", -12525360, "turquoise", -1146130, "violet"); + a.f0(-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 ? f911c : b).matcher(replace); + Matcher matcher = (z2 ? f914c : 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 d2cabcfe1b..0eedb22784 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 f912c = 0; + public int f915c = 0; public int[] d; public int e; @@ -18,7 +18,7 @@ public final class n { } public void a(int i) { - int i2 = this.f912c; + int i2 = this.f915c; 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.f912c - 1; + this.b = this.f915c - 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.f912c++; + this.f915c++; } public int b() { - int i = this.f912c; + int i = this.f915c; if (i != 0) { int[] iArr = this.d; int i2 = this.a; int i3 = iArr[i2]; this.a = (i2 + 1) & this.e; - this.f912c = i - 1; + this.f915c = 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 5982437a23..61f65dbd6c 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 f913c; + public final l f916c; 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 f914c; + public boolean f917c; 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.f913c = lVar; + this.f916c = 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.f914c) { + if (next.f917c) { 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 45525d138f..a30b5de2f4 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 R = a.R(str, "\n "); - R.append(str2.replace("\n", "\n ")); - R.append('\n'); - return R.toString(); + StringBuilder U = a.U(str, "\n "); + U.append(str2.replace("\n", "\n ")); + U.append('\n'); + return U.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 994d6543ce..e8bdf351ee 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 O = a.O("Invalid index ", i, ", size is "); - O.append(this.a); - throw new IndexOutOfBoundsException(O.toString()); + StringBuilder Q = a.Q("Invalid index ", i, ", size is "); + Q.append(this.a); + throw new IndexOutOfBoundsException(Q.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 f47aa8dd84..7646447f12 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 f915c = new Object(); + public static final Object f918c = 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 f916c; + public final boolean f919c; public a(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f916c = z2; + this.f919c = 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 f917c; + public final int f920c; 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.f917c = i3; + this.f920c = 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.h0("Unexpected aspect_ratio_idc value: ", e, "NalUnitUtil"); + c.d.b.a.a.j0("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 (f915c) { + synchronized (f918c) { 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 e16d3b428c..1e8e67c0a7 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 f918c; + public int f921c; 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.f918c == 0))); + AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.d) || (i2 == i && this.f921c == 0))); } public int b() { - return ((this.d - this.b) * 8) - this.f918c; + return ((this.d - this.b) * 8) - this.f921c; } public void c() { - if (this.f918c != 0) { - this.f918c = 0; + if (this.f921c != 0) { + this.f921c = 0; this.b++; a(); } } public int d() { - AnimatableValueParser.D(this.f918c == 0); + AnimatableValueParser.D(this.f921c == 0); return this.b; } public int e() { - return (this.b * 8) + this.f918c; + return (this.b * 8) + this.f921c; } public boolean f() { - boolean z2 = (this.a[this.b] & (128 >> this.f918c)) != 0; + boolean z2 = (this.a[this.b] & (128 >> this.f921c)) != 0; l(); return z2; } @@ -63,15 +63,15 @@ public final class v { if (i == 0) { return 0; } - this.f918c += i; + this.f921c += i; int i3 = 0; while (true) { - i2 = this.f918c; + i2 = this.f921c; if (i2 <= 8) { break; } int i4 = i2 - 8; - this.f918c = i4; + this.f921c = 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.f918c = 0; + this.f921c = 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.f918c; + int i6 = this.f921c; 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.f918c; + int i8 = this.f921c; 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.f918c = i8 - 8; + this.f921c = i8 - 8; } - int i10 = this.f918c + i7; - this.f918c = i10; + int i10 = this.f921c + i7; + this.f921c = 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.f918c = 0; + this.f921c = 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.f918c == 0); + AnimatableValueParser.D(this.f921c == 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.f918c = 0; + this.f921c = 0; this.d = i; } public void k(int i) { int i2 = i / 8; this.b = i2; - this.f918c = i - (i2 * 8); + this.f921c = i - (i2 * 8); a(); } public void l() { - int i = this.f918c + 1; - this.f918c = i; + int i = this.f921c + 1; + this.f921c = i; if (i == 8) { - this.f918c = 0; + this.f921c = 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.f918c; - this.f918c = i4; + int i4 = (i - (i2 * 8)) + this.f921c; + this.f921c = i4; if (i4 > 7) { this.b = i3 + 1; - this.f918c = i4 - 8; + this.f921c = i4 - 8; } a(); } public void n(int i) { - AnimatableValueParser.D(this.f918c == 0); + AnimatableValueParser.D(this.f921c == 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 16b00d2268..f27bdf678d 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 f919c; + public int f922c; public w() { this.a = f0.f; @@ -20,39 +20,39 @@ public final class w { public w(int i) { this.a = new byte[i]; - this.f919c = i; + this.f922c = i; } public w(byte[] bArr) { this.a = bArr; - this.f919c = bArr.length; + this.f922c = bArr.length; } public w(byte[] bArr, int i) { this.a = bArr; - this.f919c = i; + this.f922c = i; } public void A(byte[] bArr) { int length = bArr.length; this.a = bArr; - this.f919c = length; + this.f922c = length; this.b = 0; } public void B(byte[] bArr, int i) { this.a = bArr; - this.f919c = i; + this.f922c = i; this.b = 0; } public void C(int i) { AnimatableValueParser.k(i >= 0 && i <= this.a.length); - this.f919c = i; + this.f922c = i; } public void D(int i) { - AnimatableValueParser.k(i >= 0 && i <= this.f919c); + AnimatableValueParser.k(i >= 0 && i <= this.f922c); this.b = i; } @@ -61,7 +61,7 @@ public final class w { } public int a() { - return this.f919c - this.b; + return this.f922c - this.b; } public void b(int i) { @@ -106,7 +106,7 @@ public final class w { return null; } int i = this.b; - while (i < this.f919c) { + while (i < this.f922c) { 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.f919c; + int i5 = this.f922c; if (i == i5) { return m; } @@ -186,7 +186,7 @@ public final class w { if (h >= 0) { return h; } - throw new IllegalStateException(a.k("Top bit not zero: ", h)); + throw new IllegalStateException(a.l("Top bit not zero: ", h)); } public int l() { @@ -225,14 +225,14 @@ public final class w { return null; } int i = this.b; - while (i < this.f919c && this.a[i] != 0) { + while (i < this.f922c && 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.f919c) { + if (i < this.f922c) { 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.f919c || this.a[i3] != 0) ? i : i - 1); + String m = f0.m(this.a, i2, (i3 >= this.f922c || this.a[i3] != 0) ? i : i - 1); this.b += i; return m; } public String p(int i) { - return q(i, c.f1272c); + return q(i, c.f1275c); } public String q(int i, Charset charset) { @@ -300,7 +300,7 @@ public final class w { if (f >= 0) { return f; } - throw new IllegalStateException(a.k("Top bit not zero: ", f)); + throw new IllegalStateException(a.l("Top bit not zero: ", f)); } public long w() { @@ -308,7 +308,7 @@ public final class w { if (m >= 0) { return m; } - throw new IllegalStateException(a.p("Top bit not zero: ", m)); + throw new IllegalStateException(a.q("Top bit not zero: ", m)); } public int x() { @@ -346,13 +346,13 @@ public final class w { if ((b & 192) == 128) { j = (j << 6) | ((long) (b & 63)); } else { - throw new NumberFormatException(a.p("Invalid UTF-8 sequence continuation byte: ", j)); + throw new NumberFormatException(a.q("Invalid UTF-8 sequence continuation byte: ", j)); } } this.b += i2; return j; } - throw new NumberFormatException(a.p("Invalid UTF-8 sequence first byte: ", j)); + throw new NumberFormatException(a.q("Invalid UTF-8 sequence first byte: ", j)); } public void z(int i) { diff --git a/app/src/main/java/c/i/a/c/i2/x.java b/app/src/main/java/c/i/a/c/i2/x.java index 046dc32563..a13874a778 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 f920c; + public int f923c; public int d = 0; public x(byte[] bArr, int i, int i2) { this.a = bArr; - this.f920c = i; + this.f923c = i; this.b = i2; a(); } public final void a() { int i; - int i2 = this.f920c; + int i2 = this.f923c; AnimatableValueParser.D(i2 >= 0 && (i2 < (i = this.b) || (i2 == i && this.d == 0))); } public boolean b(int i) { - int i2 = this.f920c; + int i2 = this.f923c; 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.f920c; + int i = this.f923c; int i2 = this.d; int i3 = 0; - while (this.f920c < this.b && !d()) { + while (this.f923c < this.b && !d()) { i3++; } - boolean z2 = this.f920c == this.b; - this.f920c = i; + boolean z2 = this.f923c == this.b; + this.f923c = i; this.d = i2; return !z2 && b((i3 * 2) + 1); } public boolean d() { - boolean z2 = (this.a[this.f920c] & (128 >> this.d)) != 0; + boolean z2 = (this.a[this.f923c] & (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.f920c; + int i6 = this.f923c; i4 |= (bArr[i6] & 255) << i5; if (!i(i6 + 1)) { i3 = 1; } - this.f920c = i6 + i3; + this.f923c = i6 + i3; } byte[] bArr2 = this.a; - int i7 = this.f920c; + int i7 = this.f923c; int i8 = (-1 >>> (32 - i)) & (i4 | ((bArr2[i7] & 255) >> (8 - i2))); if (i2 == 8) { this.d = 0; if (!i(i7 + 1)) { i3 = 1; } - this.f920c = i7 + i3; + this.f923c = 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.f920c = i; + this.f923c = 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.f920c; + int i3 = this.f923c; if (i(i3 + 1)) { i = 2; } - this.f920c = i3 + i; + this.f923c = i3 + i; } a(); } public void k(int i) { - int i2 = this.f920c; + int i2 = this.f923c; int i3 = i / 8; int i4 = i2 + i3; - this.f920c = i4; + this.f923c = i4; int i5 = (i - (i3 * 8)) + this.d; this.d = i5; if (i5 > 7) { - this.f920c = i4 + 1; + this.f923c = i4 + 1; this.d = i5 - 8; } while (true) { i2++; - if (i2 > this.f920c) { + if (i2 > this.f923c) { a(); return; } else if (i(i2)) { - this.f920c++; + this.f923c++; 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 d2371d9ee0..ddda03d3bd 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 f921c = new ArrayList<>(); + public final ArrayList f924c = 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 f922c; + public float f925c; 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.f921c, c.i); + Collections.sort(this.f924c, 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.f922c = f; - this.f921c.add(bVar); + bVar.f925c = f; + this.f924c.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.f921c.get(0); + b bVar2 = this.f924c.get(0); int i8 = bVar2.b; if (i8 <= i7) { this.g -= i8; - this.f921c.remove(0); + this.f924c.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.f921c, d.i); + Collections.sort(this.f924c, d.i); this.e = 0; } float f2 = f * ((float) this.g); int i = 0; - for (int i2 = 0; i2 < this.f921c.size(); i2++) { - b bVar = this.f921c.get(i2); + for (int i2 = 0; i2 < this.f924c.size(); i2++) { + b bVar = this.f924c.get(i2); i += bVar.b; if (((float) i) >= f2) { - return bVar.f922c; + return bVar.f925c; } } - if (this.f921c.isEmpty()) { + if (this.f924c.isEmpty()) { return Float.NaN; } - ArrayList arrayList = this.f921c; - return arrayList.get(arrayList.size() - 1).f922c; + ArrayList arrayList = this.f924c; + return arrayList.get(arrayList.size() - 1).f925c; } } 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 6f28ab90d9..4d980c8481 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 f923c; + public long f926c; public j0() { - this.f923c = 15000; + this.f926c = 15000; this.b = 5000; this.a = new r1.c(); } public j0(long j, long j2) { - this.f923c = j; + this.f926c = 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.f923c); + g(g1Var, this.f926c); return true; } @@ -82,7 +82,7 @@ public class j0 implements i0 { } public boolean e() { - return this.f923c > 0; + return this.f926c > 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 9de63b5670..56012c073d 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 f924c; + public final int f927c; 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.f924c = i2; + this.f927c = 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.f917c); + str = h.a(d.a, d.b, d.f920c); 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 3b230c32d0..8fa30d02e1 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 f925c; + public boolean f928c; 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 f926c; + public long f929c; 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.f926c; + long j4 = j - this.f929c; 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.f926c = j; + this.f929c = 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 0612425fff..a9a6c2fcd7 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 f927c; + public final String f930c; public m(@Nullable List list, int i, @Nullable String str) { this.a = list; this.b = i; - this.f927c = str; + this.f930c = 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 f4dd6ddfb4..0454cdd6cf 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.f910c); + public final boolean X0 = "NVIDIA".equals(f0.f913c); 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 f928c; + public final int f931c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f928c = i3; + this.f931c = 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.f910c) || (!"KFSOWI".equals(str2) && (!"AFTS".equals(str2) || !sVar.f)))) { + if (!"BRAVIA 4K 2015".equals(str2) && (!"Amazon".equals(f0.f913c) || (!"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.f2266y, format.f2267z); + return G0(sVar, format.t, format.f2269y, format.f2270z); } 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.f930c; + t.b bVar = tVar.f933c; 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.f930c; + t.b bVar = tVar.f933c; 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.f2266y; + int i2 = format2.f2269y; a aVar = this.Y0; - if (i2 > aVar.a || format2.f2267z > aVar.b) { + if (i2 > aVar.a || format2.f2270z > aVar.b) { i |= 256; } - if (I0(sVar, format2) > this.Y0.f928c) { + if (I0(sVar, format2) > this.Y0.f931c) { 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.f776c; + String str2 = sVar.f779c; Format[] formatArr2 = this.o; Objects.requireNonNull(formatArr2); - int i3 = format.f2266y; - int i4 = format.f2267z; + int i3 = format.f2269y; + int i4 = format.f2270z; int I0 = I0(sVar, format); if (formatArr2.length == 1) { - if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2266y, format.f2267z)) == -1)) { + if (!(I0 == -1 || (G0 = G0(sVar, format.t, format.f2269y, format.f2270z)) == -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.f2266y; + int i6 = format2.f2269y; formatArr = formatArr2; - z4 |= i6 == -1 || format2.f2267z == -1; + z4 |= i6 == -1 || format2.f2270z == -1; int max = Math.max(i3, i6); - int max2 = Math.max(i4, format2.f2267z); + int max2 = Math.max(i4, format2.f2270z); 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.f2267z; - int i8 = format.f2266y; + int i7 = format.f2270z; + int i8 = format.f2269y; 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.f2266y); - mediaFormat.setInteger("height", format.f2267z); + mediaFormat.setInteger("width", format.f2269y); + mediaFormat.setInteger("height", format.f2270z); AnimatableValueParser.y2(mediaFormat, format.v); f2 = format.A; if (f2 != -1.0f) { @@ -1877,7 +1877,7 @@ public class n extends MediaCodecRenderer { AnimatableValueParser.L1(mediaFormat, "profile", ((Integer) c2.first).intValue()); mediaFormat.setInteger("max-width", aVar.a); mediaFormat.setInteger("max-height", aVar.b); - AnimatableValueParser.L1(mediaFormat, "max-input-size", aVar.f928c); + AnimatableValueParser.L1(mediaFormat, "max-input-size", aVar.f931c); 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.f2266y); - mediaFormat.setInteger("height", format.f2267z); + mediaFormat.setInteger("width", format.f2269y); + mediaFormat.setInteger("height", format.f2270z); AnimatableValueParser.y2(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.L1(mediaFormat, "max-input-size", aVar.f928c); + AnimatableValueParser.L1(mediaFormat, "max-input-size", aVar.f931c); 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.f2266y; - this.t1 = format.f2267z; + this.s1 = format.f2269y; + this.t1 = format.f2270z; } 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.f925c = false; + lVar.f928c = 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.f925c = false; + lVar.f928c = false; } else if (lVar.d != -9223372036854775807L) { - if (lVar.f925c) { + if (lVar.f928c) { l.a aVar = lVar.b; long j9 = aVar.d; } lVar.b.c(); lVar.b.b(lVar.d); - lVar.f925c = true; + lVar.f928c = true; lVar.b.b(j8); } - if (lVar.f925c && lVar.b.a()) { + if (lVar.f928c && lVar.b.a()) { l.a aVar2 = lVar.a; lVar.a = lVar.b; lVar.b = aVar2; - lVar.f925c = false; + lVar.f928c = 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.f930c; + t.b bVar = tVar2.f933c; 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 5113660b9c..470ef57e23 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 f929s; + public int f932s; 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.f929s, 1, false, j, 0); + GLES20.glUniformMatrix3fv(this.f932s, 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.f929s = GLES20.glGetUniformLocation(this.q, "mColorConversion"); + this.f932s = 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 20c405d8a9..7a7b225955 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 f930c; + public final b f933c; @Nullable public final a d; public boolean e; @@ -144,10 +144,10 @@ public final class t { } } this.d = aVar; - this.f930c = b.i; + this.f933c = b.i; } else { this.d = null; - this.f930c = null; + this.f933c = 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 8cd9ee92c9..30c0c4b43f 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 f931x; + public long f934x; 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.f931x = Long.MIN_VALUE; + this.f934x = 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.f931x < 100000 + j) { + while (!i() && this.f934x < 100000 + j) { this.t.p(); if (I(A(), this.t, false) == -4 && !this.t.n()) { DecoderInputBuffer decoderInputBuffer = this.t; - this.f931x = decoderInputBuffer.m; + this.f934x = 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.f931x - this.v, fArr); + this.w.a(this.f934x - 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 6fde1965fd..39da2d6ea7 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 f932c = new d0<>(); + public final d0 f935c = 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 b81960c29d..ce3b16d6ba 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 f933c; + public final int f936c; 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[] f934c; + public final float[] f937c; 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.f934c = fArr; + this.f937c = 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.f933c = i; + this.f936c = i; this.d = aVar == aVar; } public d(a aVar, a aVar2, int i) { this.a = aVar; this.b = aVar2; - this.f933c = i; + this.f936c = 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 c0e308602a..a807415205 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 f935c; + public final float f938c; 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.f935c = f4; + this.f938c = 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 c166b85be1..be3238ad53 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 f936c; + public final long f939c; 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.f936c = h0.a((long) i2); + this.f939c = 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.f936c); + j3 = Math.min(f0.p(j3, f), this.f939c); } 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.f936c || z3) { + } else if (j2 >= this.f939c || 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 b4f72cd298..1ae3b56296 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[] f937c; + public final k1[] f940c; 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 f938s; + public int f941s; public boolean t; public int u; public int v; public h0 w; /* renamed from: x reason: collision with root package name */ - public c1 f939x; + public c1 f942x; /* renamed from: y reason: collision with root package name */ - public int f940y; + public int f943y; /* renamed from: z reason: collision with root package name */ - public long f941z; + public long f944z; /* 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 N = c.d.b.a.a.N("Init "); - N.append(Integer.toHexString(System.identityHashCode(this))); - N.append(" ["); - N.append("ExoPlayerLib/2.13.3"); - N.append("] ["); - N.append(f0.e); - N.append("]"); - Log.i("ExoPlayerImpl", N.toString()); + StringBuilder P = c.d.b.a.a.P("Init "); + P.append(Integer.toHexString(System.identityHashCode(this))); + P.append(" ["); + P.append("ExoPlayerLib/2.13.3"); + P.append("] ["); + P.append(f0.e); + P.append("]"); + Log.i("ExoPlayerImpl", P.toString()); AnimatableValueParser.D(k1VarArr.length > 0); - this.f937c = k1VarArr; + this.f940c = 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.f940y = -1; + this.f943y = -1; this.e = gVar.b(looper, null); o oVar = new o(this); this.f = oVar; - this.f939x = c1.i(mVar); + this.f942x = 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.f913c, new b1(c1Var, g1Var)); + c1Var.n = new o<>(oVar2.e, looper, oVar2.a, oVar2.f916c, 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.f939x.h; + return this.f942x.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.f939x; - y.a aVar = c1Var.f779c; + c1 c1Var = this.f942x; + y.a aVar = c1Var.f782c; c1Var.b.h(aVar.a, this.i); - return h0.b(this.i.a(aVar.b, aVar.f816c)); + return h0.b(this.i.a(aVar.b, aVar.f819c)); } 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.f939x.b; + return this.f942x.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.f939x.b.q()) { - return this.f941z; + if (this.f942x.b.q()) { + return this.f944z; } - c1 c1Var = this.f939x; - if (c1Var.k.d != c1Var.f779c.d) { + c1 c1Var = this.f942x; + if (c1Var.k.d != c1Var.f782c.d) { return c1Var.b.n(o(), this.a).b(); } long j = c1Var.q; - if (this.f939x.k.a()) { - c1 c1Var2 = this.f939x; + if (this.f942x.k.a()) { + c1 c1Var2 = this.f942x; r1.b h = c1Var2.b.h(c1Var2.k.a, this.i); - long d = h.d(this.f939x.k.b); + long d = h.d(this.f942x.k.b); j = d == Long.MIN_VALUE ? h.d : d; } - return P(this.f939x.k, j); + return P(this.f942x.k, j); } @Override // c.i.a.c.g1 public k H() { - return new k(this.f939x.i.f870c); + return new k(this.f942x.i.f873c); } @Override // c.i.a.c.g1 public int I(int i) { - return this.f937c[i].x(); + return this.f940c[i].x(); } @Override // c.i.a.c.g1 public long J() { - if (this.f939x.b.q()) { - return this.f941z; + if (this.f942x.b.q()) { + return this.f944z; } - if (this.f939x.f779c.a()) { - return h0.b(this.f939x.f780s); + if (this.f942x.f782c.a()) { + return h0.b(this.f942x.f783s); } - c1 c1Var = this.f939x; - return P(c1Var.f779c, c1Var.f780s); + c1 c1Var = this.f942x; + return P(c1Var.f782c, c1Var.f783s); } @Override // c.i.a.c.g1 @@ -231,21 +231,21 @@ public final class o0 extends f0 implements g1 { } public final int L() { - if (this.f939x.b.q()) { - return this.f940y; + if (this.f942x.b.q()) { + return this.f943y; } - c1 c1Var = this.f939x; - return c1Var.b.h(c1Var.f779c.a, this.i).f958c; + c1 c1Var = this.f942x; + return c1Var.b.h(c1Var.f782c.a, this.i).f961c; } @Nullable public final Pair M(r1 r1Var, int i, long j) { if (r1Var.q()) { - this.f940y = i; + this.f943y = i; if (j == -9223372036854775807L) { j = 0; } - this.f941z = j; + this.f944z = 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.f941z); - long a3 = h0.a(this.f941z); + long a2 = h0.a(this.f944z); + long a3 = h0.a(this.f944z); 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.f780s; + a4.q = a4.f783s; return a4; } - Object obj = h.f779c.a; + Object obj = h.f782c.a; int i2 = f0.a; boolean z2 = !obj.equals(pair.first); - y.a aVar4 = z2 ? new y.a(pair.first) : h.f779c; + y.a aVar4 = z2 ? new y.a(pair.first) : h.f782c; 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).f958c == r1Var.h(aVar4.a, this.i).f958c) { + if (b != -1 && r1Var.f(b, this.i).f961c == r1Var.h(aVar4.a, this.i).f961c) { return h; } r1Var.h(aVar4.a, this.i); - long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f816c) : this.i.d; - c1 a8 = h.b(aVar4, h.f780s, h.f780s, a7 - h.f780s, h.h, h.i, h.j).a(aVar4); + long a7 = aVar4.a() ? this.i.a(aVar4.b, aVar4.f819c) : this.i.d; + c1 a8 = h.b(aVar4, h.f783s, h.f783s, a7 - h.f783s, 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.f779c)) { + if (h.k.equals(h.f782c)) { 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.f939x.b.h(aVar.a, this.i); + this.f942x.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.f939x; + c1 c1Var = this.f942x; if (c1Var.l != z2 || c1Var.m != i) { - this.f938s++; + this.f941s++; 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.f939x; - this.f939x = c1Var; + c1 c1Var2 = this.f942x; + this.f942x = 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.f779c.a, this.i).f958c, this.a).f959c; - Object obj2 = r1Var2.n(r1Var2.h(c1Var.f779c.a, this.i).f958c, this.a).f959c; + Object obj = r1Var.n(r1Var.h(c1Var2.f782c.a, this.i).f961c, this.a).f962c; + Object obj2 = r1Var2.n(r1Var2.h(c1Var.f782c.a, this.i).f961c, this.a).f962c; 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.f779c.a) == i5) ? new Pair(Boolean.TRUE, 0) : new Pair(Boolean.FALSE, -1); + pair = (z2 && i == 0 && r1Var2.b(c1Var.f782c.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.f779c.a, this.i).f958c, this.a).e : null, intValue)); + this.h.b(1, new r(!c1Var.b.q() ? c1Var.b.n(c1Var.b.h(c1Var.f782c.a, this.i).f961c, 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.f870c))); + this.h.b(2, new m(c1Var, new k(c1Var.i.f873c))); } 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.f939x; + c1 c1Var = this.f942x; if (c1Var.e == 1) { c1 e = c1Var.e(null); c1 g = e.g(e.b.q() ? 4 : 2); - this.f938s++; + this.f941s++; 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.f939x.b, o(), this.p, this.g.q); + return new h1(this.g, bVar, this.f942x.b, o(), this.p, this.g.q); } @Override // c.i.a.c.g1 public d1 c() { - return this.f939x.n; + return this.f942x.n; } @Override // c.i.a.c.g1 public boolean d() { - return this.f939x.f779c.a(); + return this.f942x.f782c.a(); } @Override // c.i.a.c.g1 public long e() { - return h0.b(this.f939x.r); + return h0.b(this.f942x.r); } @Override // c.i.a.c.g1 public void f(int i, long j) { - r1 r1Var = this.f939x.b; + r1 r1Var = this.f942x.b; if (i < 0 || (!r1Var.q() && i >= r1Var.p())) { throw new IllegalSeekPositionException(r1Var, i, j); } int i2 = 1; - this.f938s++; + this.f941s++; if (d()) { Log.w("ExoPlayerImpl", "seekTo ignored because an ad is playing"); - q0.d dVar = new q0.d(this.f939x); + q0.d dVar = new q0.d(this.f942x); dVar.a(1); o0 o0Var = ((o) this.f).a; o0Var.e.a.post(new t(o0Var, dVar)); return; } - c1 c1Var = this.f939x; + c1 c1Var = this.f942x; 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.f939x.l; + return this.f942x.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.f939x.j; + return this.f942x.j; } @Override // c.i.a.c.g1 public int j() { - if (this.f939x.b.q()) { + if (this.f942x.b.q()) { return 0; } - c1 c1Var = this.f939x; - return c1Var.b.b(c1Var.f779c.a); + c1 c1Var = this.f942x; + return c1Var.b.b(c1Var.f782c.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.f913c)); + oVar.e.add(new o.c<>(aVar, oVar.f916c)); } } @Override // c.i.a.c.g1 public int m() { if (d()) { - return this.f939x.f779c.f816c; + return this.f942x.f782c.f819c; } 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.f914c) { + if (next.f917c) { 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.f939x.f; + return this.f942x.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.f939x; - c1Var.b.h(c1Var.f779c.a, this.i); - c1 c1Var2 = this.f939x; - return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f939x.d); + c1 c1Var = this.f942x; + c1Var.b.h(c1Var.f782c.a, this.i); + c1 c1Var2 = this.f942x; + return c1Var2.d == -9223372036854775807L ? c1Var2.b.n(o(), this.a).a() : h0.b(this.i.e) + h0.b(this.f942x.d); } @Override // c.i.a.c.g1 public int u() { - return this.f939x.e; + return this.f942x.e; } @Override // c.i.a.c.g1 public int w() { if (d()) { - return this.f939x.f779c.b; + return this.f942x.f782c.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.f939x.m; + return this.f942x.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 1f5f222851..940d51d00b 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 f942c; + public final long f945c; 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.f942c = j; + this.f945c = j; this.d = j2; } @@ -44,10 +44,10 @@ public final class o1 { return false; } o1 o1Var = (o1) obj; - return this.f942c == o1Var.f942c && this.d == o1Var.d; + return this.f945c == o1Var.f945c && this.d == o1Var.d; } public int hashCode() { - return (((int) this.f942c) * 31) + ((int) this.d); + return (((int) this.f945c) * 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 5bced5c55e..4cfacdad14 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 f943c; + public final Context f946c; 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 f944s; + public Surface f947s; 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 f945x; + public int f948x; /* renamed from: y reason: collision with root package name */ - public int f946y; + public int f949y; /* renamed from: z reason: collision with root package name */ - public int f947z; + public int f950z; /* 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 f948c; + public g f951c; 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.f891c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f894c.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.f891c.get(((Integer) uVar.get(1)).intValue())); + hashMap.put(3, c.i.a.c.h2.n.f894c.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.f948c = gVar; + this.f951c = 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.f944s == surface) { + if (p1Var.f947s == 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.f943c = applicationContext; + this.f946c = 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.f910c; + String str = f0.f913c; 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.f947z = this.r.getAudioSessionId(); + this.f950z = this.r.getAudioSessionId(); } else { UUID uuid = h0.a; AudioManager audioManager = (AudioManager) applicationContext.getSystemService(MediaStreamTrack.AUDIO_TRACK_KIND); - this.f947z = audioManager == null ? -1 : audioManager.generateAudioSessionId(); + this.f950z = 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.f948c, 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.f951c, 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.f957c; + c cVar2 = (c) q1Var.f960c; 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.f961c = false; + s1Var.f964c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f962c = false; + t1Var.f965c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f947z)); - R(2, 102, Integer.valueOf(this.f947z)); + R(i, 102, Integer.valueOf(this.f950z)); + R(2, 102, Integer.valueOf(this.f950z)); 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.f948c, 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.f951c, 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.f961c = false; + s1Var.f964c = false; s1Var.a(); t1 t1Var = new t1(bVar.a); this.p = t1Var; - t1Var.f962c = false; + t1Var.f965c = false; t1Var.a(); this.J = N(this.n); - R(i, 102, Integer.valueOf(this.f947z)); - R(2, 102, Integer.valueOf(this.f947z)); + R(i, 102, Integer.valueOf(this.f950z)); + R(2, 102, Integer.valueOf(this.f950z)); 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.f939x.p; + boolean z3 = p1Var.d.f942x.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.f939x.h; + return this.d.f942x.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.f939x.b; + return this.d.f942x.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.f937c[i].x(); + return this.d.f940c[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.f944s) { + if (surface != null && surface == this.f947s) { 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.f945x || i2 != this.f946y) { - this.f945x = i; - this.f946y = i2; + if (i != this.f948x || i2 != this.f949y) { + this.f948x = i; + this.f949y = 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.f944s; + Surface surface2 = this.f947s; 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.f939x; - c1 a2 = c1Var.a(c1Var.f779c); - a2.q = a2.f780s; + c1 c1Var = o0Var.f942x; + c1 a2 = c1Var.a(c1Var.f782c); + a2.q = a2.f783s; a2.r = 0; c1 e = a2.g(1).e(b3); - o0Var.f938s++; + o0Var.f941s++; o0Var.g.o.a(6).sendToTarget(); o0Var.S(e, false, 4, 0, 1, false); } if (this.t) { - this.f944s.release(); + this.f947s.release(); } } - this.f944s = surface; + this.f947s = 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.f939x.n; + return this.d.f942x.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.f939x.r); + return h0.b(this.d.f942x.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.f939x.l; + return this.d.f942x.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.f939x.j; + return this.d.f942x.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.f939x.f; + return this.d.f942x.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.f939x.e; + return this.d.f942x.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.f939x.m; + return this.d.f942x.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 e3f8d3b5c6..2f31742818 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 f949s; + public final r1.b f952s; 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 f950x; + public final c.i.a.c.i2.g f953x; /* renamed from: y reason: collision with root package name */ - public final e f951y; + public final e f954y; /* renamed from: z reason: collision with root package name */ - public final z0 f952z; + public final z0 f955z; /* 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 f953c; + public final int f956c; public final long d; public a(List list, h0 h0Var, int i, long j, p0 p0Var) { this.a = list; this.b = h0Var; - this.f953c = i; + this.f956c = 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 f954c; + public int f957c; 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.f954c += i; + this.f957c += 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 f955c; + public final long f958c; 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.f955c = j2; + this.f958c = 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 f956c; + public final long f959c; public g(r1 r1Var, int i, long j) { this.a = r1Var; this.b = i; - this.f956c = j; + this.f959c = 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.f951y = eVar; + this.f954y = 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.f950x = gVar; + this.f953x = 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.f949s = new r1.b(); + this.f952s = new r1.b(); lVar.a = dVar; this.U = true; Handler handler = new Handler(looper); - this.f952z = new z0(c1Var, handler); + this.f955z = 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.f958c, cVar2).n) { - Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f958c, cVar.k + bVar.e); + if (r1Var2.n(bVar.f961c, cVar2).n) { + Pair j = r1Var.j(cVar2, bVar, r1Var.h(cVar.l, bVar).f961c, 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.f956c); + Pair j = r1Var3.j(cVar, bVar, gVar.b, gVar.f959c); if (r1Var.equals(r1Var3)) { return j; } if (r1Var.b(j.first) != -1) { r1Var3.h(j.first, bVar); - return r1Var3.n(bVar.f958c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f958c, gVar.f956c) : j; + return r1Var3.n(bVar.f961c, cVar).n ? r1Var.j(cVar, bVar, r1Var.h(j.first, bVar).f961c, gVar.f959c) : j; } if (z2 && (L = L(cVar, bVar, i, z3, j.first, r1Var3, r1Var)) != null) { - return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f958c, -9223372036854775807L); + return r1Var.j(cVar, bVar, r1Var.h(L, bVar).f961c, -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.f779c; + y.a aVar = c1Var.f782c; r1 r1Var = c1Var.b; - return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f958c, cVar).n; + return aVar.a() || r1Var.q() || r1Var.n(r1Var.h(aVar.a, bVar).f961c, 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.f952z; + z0 z0Var = this.f955z; 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.f870c.length == i2.f870c.length) { + if (mVar != null && mVar.f873c.length == i2.f873c.length) { int i4 = 0; while (true) { - if (i4 >= i2.f870c.length) { + if (i4 >= i2.f873c.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.f952z; + z0 z0Var2 = this.f955z; x0 x0Var4 = z0Var2.h; boolean m = z0Var2.m(x0Var4); boolean[] zArr = new boolean[this.i.length]; - long a2 = x0Var4.a(i2, this.E.f780s, m, zArr); + long a2 = x0Var4.a(i2, this.E.f783s, m, zArr); c1 c1Var = this.E; i = 4; - c1 u = u(c1Var.f779c, a2, c1Var.d); + c1 u = u(c1Var.f782c, a2, c1Var.d); this.E = u; - if (!(u.e == 4 || a2 == u.f780s)) { + if (!(u.e == 4 || a2 == u.f783s)) { 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.f1013c[i3]; + c.i.a.c.d2.f0 f0Var = x0Var4.f1016c[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.f952z.m(x0Var3); + this.f955z.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.f779c; - long j3 = c1Var.f780s; - long j4 = g0(this.E, this.f949s, this.r) ? this.E.d : this.E.f780s; + y.a aVar2 = c1Var.f782c; + long j3 = c1Var.f783s; + long j4 = g0(this.E, this.f952s, this.r) ? this.E.d : this.E.f783s; 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.f779c)) { + if (!aVar2.equals(this.E.f782c)) { z6 = true; aVar = aVar2; j = j3; j2 = -9223372036854775807L; - this.f952z.b(); + this.f955z.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.f768c); + bVar.a.c(bVar.f771c); } 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.f952z.b(); + this.f955z.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.f952z.h; + x0 x0Var = this.f955z.h; this.I = x0Var != null && x0Var.f.g && this.H; } public final void H(long j) throws ExoPlaybackException { - x0 x0Var = this.f952z.h; + x0 x0Var = this.f955z.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.f952z.h; x0Var2 != null; x0Var2 = x0Var2.l) { - c.i.a.c.f2.g[] gVarArr = x0Var2.n.f870c; + for (x0 x0Var2 = this.f955z.h; x0Var2 != null; x0Var2 = x0Var2.l) { + c.i.a.c.f2.g[] gVarArr = x0Var2.n.f873c; 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.f949s)) { + } else if (!I(this.w.get(size), r1Var, r1Var2, this.L, this.M, this.r, this.f952s)) { 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.f952z.h.f.a; - long Q = Q(aVar, this.E.f780s, true, false); - if (Q != this.E.f780s) { + y.a aVar = this.f955z.h.f.a; + long Q = Q(aVar, this.E.f783s, true, false); + if (Q != this.E.f783s) { 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.f949s); + Pair K = K(this.E.b, gVar, true, this.L, this.M, this.r, this.f952s); 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.f956c == -9223372036854775807L ? -9223372036854775807L : j2; - y.a n = this.f952z.n(this.E.b, obj, j2); + j = gVar.f959c == -9223372036854775807L ? -9223372036854775807L : j2; + y.a n = this.f955z.n(this.E.b, obj, j2); if (n.a()) { - this.E.b.h(n.a, this.f949s); - j2 = this.f949s.e(n.b) == n.f816c ? this.f949s.f.f : 0; + this.E.b.h(n.a, this.f952s); + j2 = this.f952s.e(n.b) == n.f819c ? this.f952s.f.f : 0; aVar = n; z2 = true; } else { aVar = n; - z2 = gVar.f956c == -9223372036854775807L; + z2 = gVar.f959c == -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.f779c)) { - x0 x0Var = this.f952z.h; + if (aVar.equals(this.E.f782c)) { + x0 x0Var = this.f955z.h; long i3 = (x0Var == null || !x0Var.d || j2 == 0) ? j2 : x0Var.a.i(j2, this.D); - if (h0.b(i3) == h0.b(this.E.f780s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { - this.E = u(aVar, c1Var.f780s, j); + if (h0.b(i3) == h0.b(this.E.f783s) && ((i2 = (c1Var = this.E).e) == 2 || i2 == 3)) { + this.E = u(aVar, c1Var.f783s, 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.f779c, j); + l0(r1Var, aVar, r1Var, c1Var2.f782c, 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.f952z; + z0 z0Var = this.f955z; 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.f952z.h; + x0 x0Var = this.f955z.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.f952z; + z0Var = this.f955z; 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.f952z.m(x0Var2); + this.f955z.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.f952z.b(); + this.f955z.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.f950x.b(looper, null); + c0 b2 = this.f953x.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.f953c != -1) { - this.R = new g(new i1(aVar.a, aVar.b), aVar.f953c, aVar.d); + if (aVar.f956c != -1) { + this.R = new g(new i1(aVar.a, aVar.b), aVar.f956c, 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.f952z; + z0 z0Var = this.f955z; 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.f952z.h; x0Var != null; x0Var = x0Var.l) { - c.i.a.c.f2.g[] gVarArr = x0Var.n.f870c; + for (x0 x0Var = this.f955z.h; x0Var != null; x0Var = x0Var.l) { + c.i.a.c.f2.g[] gVarArr = x0Var.n.f873c; 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.f952z; + z0 z0Var = this.f955z; 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.f952z; + z0 z0Var = this.f955z; 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.f949s).f958c, this.r); + r1Var.n(r1Var.h(aVar.a, this.f952s).f961c, 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.f950x.a(); + long a2 = this.f953x.a(); if (!this.E.b.q() && this.A.j) { - this.f952z.l(this.S); - z0 z0Var = this.f952z; + this.f955z.l(this.S); + z0 z0Var = this.f955z; x0 x0Var3 = z0Var.j; if (x0Var3 == null || (!x0Var3.f.h && x0Var3.f() && z0Var.j.f.e != -9223372036854775807L && z0Var.k < 100)) { - z0 z0Var2 = this.f952z; + z0 z0Var2 = this.f955z; long j3 = this.S; c1 c1Var = this.E; x0 x0Var4 = z0Var2.j; - y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f779c, c1Var.d, c1Var.f780s) : z0Var2.c(c1Var.b, x0Var4, j3); + y0 d2 = x0Var4 == null ? z0Var2.d(c1Var.b, c1Var.f782c, c1Var.d, c1Var.f783s) : z0Var2.c(c1Var.b, x0Var4, j3); if (d2 != null) { - z0 z0Var3 = this.f952z; + z0 z0Var3 = this.f955z; 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.f1018c; + j2 = d2.f1021c; } 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.f952z.h == x0Var6) { + if (this.f955z.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.f952z.i; + x0 x0Var8 = this.f955z.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.f1013c[i2]; + c.i.a.c.d2.f0 f0Var = x0Var8.f1016c[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.f952z; + z0 z0Var4 = this.f955z; 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.f1013c[i4]; + c.i.a.c.d2.f0 f0Var2 = x0Var8.f1016c[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.f952z; + z0 z0Var5 = this.f955z; 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.f1013c[i5]; + boolean z10 = k1Var4.h() != x0Var12.f1016c[i5]; if (!mVar4.b(i5) || z10) { if (!k1Var4.v()) { - k1Var4.j(j(mVar4.f870c[i5]), x0Var12.f1013c[i5], x0Var12.e(), x0Var12.o); + k1Var4.j(j(mVar4.f873c[i5]), x0Var12.f1016c[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.f952z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { + if (!(e0() && !this.I && (x0Var = this.f955z.h) != null && (x0Var2 = x0Var.l) != null && this.S >= x0Var2.e() && x0Var2.g)) { break; } if (z11) { z(); } - z0 z0Var6 = this.f952z; + z0 z0Var6 = this.f955z; x0 x0Var13 = z0Var6.h; x0 a3 = z0Var6.a(); y0 y0Var = a3.f; - this.E = u(y0Var.a, y0Var.b, y0Var.f1018c); + this.E = u(y0Var.a, y0Var.b, y0Var.f1021c); 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.f952z.h; + x0 x0Var14 = this.f955z.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.f780s - this.t, this.u); + x0Var14.a.r(this.E.f783s - 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.f1013c[i7] != k1Var5.h(); + boolean z14 = x0Var14.f1016c[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.f780s); + boolean z17 = z3 && x0Var14.d && (j5 == -9223372036854775807L || j5 <= this.E.f783s); 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.f952z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; - x0 x0Var15 = this.f952z.j; + long j6 = f0(c1Var2.b, this.f955z.h.f.a) ? ((k0) this.B).i : -9223372036854775807L; + x0 x0Var15 = this.f955z.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.f952z.h; x0Var16 != null; x0Var16 = x0Var16.l) { - c.i.a.c.f2.g[] gVarArr = x0Var16.n.f870c; + for (x0 x0Var16 = this.f955z.h; x0Var16 != null; x0Var16 = x0Var16.l) { + c.i.a.c.f2.g[] gVarArr = x0Var16.n.f873c; 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.f1013c[i8]) { + if (w(k1VarArr6[i8]) && this.i[i8].h() == x0Var14.f1016c[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.f779c, c1Var5.d, c1Var5.e, c1Var5.f, c1Var5.g, c1Var5.h, c1Var5.i, c1Var5.j, c1Var5.k, c1Var5.l, c1Var5.m, c1Var5.n, c1Var5.q, c1Var5.r, c1Var5.f780s, c1Var5.o, z4); + this.E = new c1(c1Var5.b, c1Var5.f782c, 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.f783s, 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.f952z.i) != null) { + if (e.type == 1 && (x0Var = this.f955z.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.f952z.h; + x0 x0Var2 = this.f955z.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.f952z.i; + x0 x0Var = this.f955z.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.f952z; + z0 z0Var = this.f955z; x0 x0Var2 = z0Var.i; boolean z3 = x0Var2 == z0Var.h; m mVar2 = x0Var2.n; m1 m1Var = mVar2.b[i2]; - Format[] j = j(mVar2.f870c[i2]); + Format[] j = j(mVar2.f873c[i2]); boolean z4 = e0() && this.E.e == 3; boolean z5 = !z2 && z4; this.Q++; - k1Var.o(m1Var, j, x0Var2.f1013c[i2], this.S, z5, z3, x0Var2.e(), x0Var2.o); + k1Var.o(m1Var, j, x0Var2.f1016c[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.f949s).f958c, this.r); + r1Var.n(r1Var.h(obj, this.f952s).f961c, 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.f949s.e); + return h0.a((j2 == -9223372036854775807L ? System.currentTimeMillis() : j2 + SystemClock.elapsedRealtime()) - this.r.h) - (j + this.f952s.e); } } return -9223372036854775807L; } public final void k0() { - x0 x0Var = this.f952z.j; + x0 x0Var = this.f955z.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.f779c, c1Var.d, c1Var.e, c1Var.f, z2, c1Var.h, c1Var.i, c1Var.j, c1Var.k, c1Var.l, c1Var.m, c1Var.n, c1Var.q, c1Var.r, c1Var.f780s, c1Var.o, c1Var.p); + this.E = new c1(c1Var.b, c1Var.f782c, 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.f783s, c1Var.o, c1Var.p); } } public final long l() { - x0 x0Var = this.f952z.i; + x0 x0Var = this.f955z.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.f1013c[i]) { + if (w(k1VarArr[i]) && this.i[i].h() == x0Var.f1016c[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.f949s).f958c, this.r); + r1Var.n(r1Var.h(aVar.a, this.f952s).f961c, 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.f991c); + k0Var.h = h0.a(fVar.f994c); 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.f959c; + Object obj = this.r.f962c; Object obj2 = null; if (!r1Var2.q()) { - obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f949s).f958c, this.r).f959c; + obj2 = r1Var2.n(r1Var2.h(aVar2.a, this.f952s).f961c, this.r).f962c; } 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.f949s, r1Var.a(this.M), -9223372036854775807L); - y.a n = this.f952z.n(r1Var, j2.first, 0); + Pair j2 = r1Var.j(this.r, this.f952s, r1Var.a(this.M), -9223372036854775807L); + y.a n = this.f955z.n(r1Var, j2.first, 0); long longValue = ((Long) j2.second).longValue(); if (n.a()) { - r1Var.h(n.a, this.f949s); - if (n.f816c == this.f949s.e(n.b)) { - j = this.f949s.f.f; + r1Var.h(n.a, this.f952s); + if (n.f819c == this.f952s.e(n.b)) { + j = this.f952s.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.f952z.h; + x0 x0Var = this.f955z.h; if (x0Var != null) { long k = x0Var.d ? x0Var.a.k() : -9223372036854775807L; if (k != -9223372036854775807L) { H(k); - if (k != this.E.f780s) { + if (k != this.E.f783s) { c1 c1Var = this.E; - this.E = u(c1Var.f779c, k, c1Var.d); + this.E = u(c1Var.f782c, k, c1Var.d); this.F.b(4); } q0Var2 = this; q0Var = q0Var2; } else { m0 m0Var = this.v; - boolean z2 = x0Var != this.f952z.i; + boolean z2 = x0Var != this.f955z.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.f780s; - if (this.w.isEmpty() || this.E.f779c.a()) { + long j5 = this.E.f783s; + if (this.w.isEmpty() || this.E.f782c.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.f779c.a); + int b2 = c1Var2.b.b(c1Var2.f782c.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.f780s = j4; + q0Var2.E.f783s = j4; } - q0Var2.E.q = q0Var2.f952z.j.d(); + q0Var2.E.q = q0Var2.f955z.j.d(); q0Var2.E.r = q0Var.n(); c1 c1Var3 = q0Var2.E; - if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f779c)) { + if (c1Var3.l && c1Var3.e == 3 && q0Var2.f0(c1Var3.b, c1Var3.f782c)) { 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.f779c.a, c1Var4.f780s); + long k2 = q0Var2.k(c1Var4.b, c1Var4.f782c.a, c1Var4.f783s); 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.f935c; + float f3 = k0Var.f938c; 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.f935c; + float f4 = k0Var.f938c; 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.f788c)); + q0Var2.v.e(new d1(f2, q0Var2.E.n.f791c)); 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.f952z.j; + x0 x0Var = this.f955z.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.f952z; + z0 z0Var = this.f955z; 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.f952z.j; - y.a aVar = x0Var == null ? this.E.f779c : x0Var.f.a; + x0 x0Var = this.f955z.j; + y.a aVar = x0Var == null ? this.E.f782c : 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.f780s : x0Var.d(); + c1Var.q = x0Var == null ? c1Var.f783s : x0Var.d(); this.E.r = n(); if ((z3 || z2) && x0Var != null && x0Var.d) { - this.m.d(this.i, x0Var.m, x0Var.n.f870c); + this.m.d(this.i, x0Var.m, x0Var.n.f873c); } } @@ -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.f952z; + z0 z0Var = this.f955z; int i7 = this.L; boolean z13 = this.M; r1.c cVar = this.r; - r1.b bVar = this.f949s; + r1.b bVar = this.f952s; if (r1Var.q()) { y.a aVar3 = c1.a; fVar = new f(c1.a, 0, -9223372036854775807L, false, true, false); } else { - y.a aVar4 = c1Var.f779c; + y.a aVar4 = c1Var.f782c; Object obj3 = aVar4.a; boolean g02 = g0(c1Var, bVar, cVar); - long j6 = g02 ? c1Var.d : c1Var.f780s; + long j6 = g02 ? c1Var.d : c1Var.f783s; 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.f956c == -9223372036854775807L) { - i4 = r1Var.h(K.first, bVar).f958c; + if (gVar2.f959c == -9223372036854775807L) { + i4 = r1Var.h(K.first, bVar).f961c; 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).f958c; + i4 = r1Var.h(L, bVar).f961c; 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).f958c; + i6 = r1Var.h(obj2, bVar).f961c; } else { aVar = aVar2; c1Var.b.h(aVar.a, bVar); - Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f958c, j6 + bVar.e); + Pair j7 = r1Var.j(cVar, bVar, r1Var.h(obj2, bVar).f961c, 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.f780s; + j4 = c1Var.f783s; } else { r1Var.h(n.a, bVar); - j4 = n.f816c == bVar.e(n.b) ? bVar.f.f : 0; + j4 = n.f819c == 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.f955c; + long j9 = fVar.f958c; boolean z14 = fVar.d; long j10 = fVar.b; - boolean z15 = !this.E.f779c.equals(aVar5) || j10 != this.E.f780s; + boolean z15 = !this.E.f782c.equals(aVar5) || j10 != this.E.f783s; 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.f952z.q(r1Var, this.S, l())) { + if (!this.f955z.q(r1Var, this.S, l())) { N(false); } } catch (Throwable th2) { th = th2; gVar = null; c1 c1Var2 = this.E; - l0(r1Var, aVar5, c1Var2.b, c1Var2.f779c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f782c, !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.f952z.h; x0Var != null; x0Var = x0Var.l) { + for (x0 x0Var = this.f955z.h; x0Var != null; x0Var = x0Var.l) { if (x0Var.f.a.equals(aVar5)) { - x0Var.f = this.f952z.g(r1Var, x0Var.f); + x0Var.f = this.f955z.g(r1Var, x0Var.f); } } j10 = P(aVar5, j10, z14); } } c1 c1Var3 = this.E; - l0(r1Var, aVar5, c1Var3.b, c1Var3.f779c, fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var3.b, c1Var3.f782c, 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.f779c, !fVar.f ? j10 : -9223372036854775807L); + l0(r1Var, aVar5, c1Var2.b, c1Var2.f782c, !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.f952z.j; + x0 x0Var = this.f955z.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.f870c); - if (x0Var == this.f952z.h) { + this.m.d(this.i, x0Var.m, x0Var.n.f873c); + if (x0Var == this.f955z.h) { H(x0Var.f.b); h(); c1 c1Var = this.E; - this.E = u(c1Var.f779c, x0Var.f.b, c1Var.d); + this.E = u(c1Var.f782c, 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.f952z.h; + x0 x0Var = this.f955z.h; while (true) { i = 0; if (x0Var == null) { break; } - c.i.a.c.f2.g[] gVarArr = x0Var.n.f870c; + c.i.a.c.f2.g[] gVarArr = x0Var.n.f873c; 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.f780s || !aVar.equals(this.E.f779c); + this.U = this.U || j != this.E.f783s || !aVar.equals(this.E.f782c); G(); c1 c1Var = this.E; TrackGroupArray trackGroupArray2 = c1Var.h; m mVar2 = c1Var.i; List list = c1Var.j; if (this.A.j) { - x0 x0Var = this.f952z.h; + x0 x0Var = this.f955z.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.f870c; + c.i.a.c.f2.g[] gVarArr = mVar3.f873c; 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.f1018c != j2) { + if (y0Var.f1021c != j2) { x0Var.f = y0Var.a(j2); } } uVar = uVar2; trackGroupArray = trackGroupArray3; mVar = mVar3; - } else if (!aVar.equals(c1Var.f779c)) { + } else if (!aVar.equals(c1Var.f782c)) { 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.f952z.j; + x0 x0Var = this.f955z.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.f952z.h; + x0 x0Var = this.f955z.h; long j = x0Var.f.e; - return x0Var.d && (j == -9223372036854775807L || this.E.f780s < j || !e0()); + return x0Var.d && (j == -9223372036854775807L || this.E.f783s < 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.f952z.j; + x0 x0Var = this.f955z.j; long o = o(!x0Var.d ? 0 : x0Var.a.c()); - if (x0Var == this.f952z.h) { + if (x0Var == this.f955z.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.f952z.j; + x0 x0Var2 = this.f955z.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.f951y).a; + o0 o0Var = ((o) this.f954y).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 4c162504a7..38bfff2337 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 f957c; + public final b f960c; 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.f957c = bVar; + this.f960c = 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 9854c03edd..d6ca8fb90e 100644 --- a/app/src/main/java/c/i/a/c/r1.java +++ b/app/src/main/java/c/i/a/c/r1.java @@ -53,7 +53,7 @@ public abstract class r1 { public Object b; /* renamed from: c reason: collision with root package name */ - public int f958c; + public int f961c; public long d; public long e; public c.i.a.c.d2.j0.a f = c.i.a.c.d2.j0.a.a; @@ -129,7 +129,7 @@ public abstract class r1 { return false; } b bVar = (b) obj; - return f0.a(this.a, bVar.a) && f0.a(this.b, bVar.b) && this.f958c == bVar.f958c && 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.f961c == bVar.f961c && 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.f958c) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31); + return this.f.hashCode() + ((((((((hashCode + i) * 31) + this.f961c) * 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 f959c = a; + public Object f962c = 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 f960s; + public long f963s; 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.f959c = obj; + this.f962c = 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.f960s = j6; + this.f963s = j6; this.n = false; return this; } @@ -227,11 +227,11 @@ public abstract class r1 { return false; } c cVar = (c) obj; - return f0.a(this.f959c, cVar.f959c) && f0.a(this.e, cVar.e) && f0.a(this.f, cVar.f) && f0.a(this.m, cVar.m) && this.g == cVar.g && this.h == cVar.h && this.i == cVar.i && this.j == cVar.j && this.k == cVar.k && this.n == cVar.n && this.q == cVar.q && this.r == cVar.r && this.o == cVar.o && this.p == cVar.p && this.f960s == cVar.f960s; + return f0.a(this.f962c, cVar.f962c) && 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.f963s == cVar.f963s; } public int hashCode() { - int hashCode = (this.e.hashCode() + ((this.f959c.hashCode() + 217) * 31)) * 31; + int hashCode = (this.e.hashCode() + ((this.f962c.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.f960s; + long j6 = this.f963s; 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).f958c; + int i3 = g(i, bVar, false).f961c; if (n(i3, cVar).p != i) { return i + 1; } @@ -361,7 +361,7 @@ public abstract class r1 { } } int i2 = cVar.o; - long j3 = cVar.f960s + j; + long j3 = cVar.f963s + 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 913f9789a7..f0d1693af2 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 f961c; + public boolean f964c; 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.f961c || !this.d) { + if (!this.f964c || !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 5e6a4c6b1d..d86402dcd7 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.f938s - dVar.f954c; - o0Var.f938s = i; + int i = o0Var.f941s - dVar.f957c; + o0Var.f941s = 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.f939x.b.q() && r1Var.q()) { - o0Var.f940y = -1; - o0Var.f941z = 0; + if (!o0Var.f942x.b.q() && r1Var.q()) { + o0Var.f943y = -1; + o0Var.f944z = 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 691c63f60a..e73fcca1b7 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 f962c; + public boolean f965c; 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.f962c || !this.d) { + if (!this.f965c || !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 e73afddf77..dbb1a0e145 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 f963c = r0.l; + public c.i.b.b.w f966c = 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.f816c == i2) || (!z2 && aVar.b == -1 && aVar.e == i3); + return (z2 && aVar.b == i && aVar.f819c == 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.f963c.get(aVar2); + r1 r1Var2 = this.f966c.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.f963c = aVar.a(); + this.f966c = 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.f816c) { + if (z3 && this.o.w() == aVar2.b && this.o.m() == aVar2.f819c) { 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.f963c.get(aVar); + r1 r1Var = aVar == null ? null : this.l.f966c.get(aVar); if (aVar != null && r1Var != null) { - return Z(r1Var, r1Var.h(aVar.a, this.j).f958c, aVar); + return Z(r1Var, r1Var.h(aVar.a, this.j).f961c, 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.f963c.get(aVar) != null) { + if (this.l.f966c.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 8dca008e47..323fa9aae2 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 f964c; + public final int f967c; @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.f964c = i; + this.f967c = 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.f964c == aVar.f964c && this.e == aVar.e && this.g == aVar.g && this.i == aVar.i && this.j == aVar.j && c.B(this.b, aVar.b) && c.B(this.d, aVar.d) && c.B(this.f, aVar.f) && c.B(this.h, aVar.h); + return this.a == aVar.a && this.f967c == aVar.f967c && 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.f964c), 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.f967c), 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 783707ca90..1a719fcfbb 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 f965c; + public final /* synthetic */ u f968c; 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.f965c = uVar; + this.f968c = 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 9e6544bab0..e1395ddb76 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 f966c; + public final /* synthetic */ k f969c; public /* synthetic */ h(d1.a aVar, TrackGroupArray trackGroupArray, k kVar) { this.a = aVar; this.b = trackGroupArray; - this.f966c = kVar; + this.f969c = 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 aebf2c19e1..757d9576e7 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 f967c; + public final /* synthetic */ u f970c; public /* synthetic */ i0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f967c = uVar; + this.f970c = 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 c997b9e0e2..cc2cb49cc0 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 f968c; + public final /* synthetic */ int f971c; 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.f968c = i2; + this.f971c = 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 d36b9592d6..3dd051d8af 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 f969c; + public final /* synthetic */ long f972c; public final /* synthetic */ long d; public /* synthetic */ k(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f969c = j; + this.f972c = 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 d9edbc2d38..f78277bd3d 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 f970c; + public final /* synthetic */ e f973c; public /* synthetic */ l0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f970c = eVar; + this.f973c = 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 8ee534cea7..6937ecbde9 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 f971c; + public final /* synthetic */ long f974c; public /* synthetic */ m(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f971c = j; + this.f974c = 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 b4b9bcc055..9ca5f28daf 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 f972c; + public final /* synthetic */ e f975c; public /* synthetic */ m0(d1.a aVar, Format format, e eVar) { this.a = aVar; this.b = format; - this.f972c = eVar; + this.f975c = 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 b912dfab13..4de1c80d77 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 f973c; + public final /* synthetic */ int f976c; public /* synthetic */ n(d1.a aVar, int i, int i2) { this.a = aVar; this.b = i; - this.f973c = i2; + this.f976c = 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 ebd57a397e..cf6f68cbf2 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 f974c; + public final /* synthetic */ u f977c; public /* synthetic */ n0(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f974c = uVar; + this.f977c = 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 268383b5c1..e13750b8ea 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 f975c; + public final /* synthetic */ int f978c; public /* synthetic */ o(d1.a aVar, v0 v0Var, int i) { this.a = aVar; this.b = v0Var; - this.f975c = i; + this.f978c = 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 c00f166209..2537c44abc 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 f976c; + public final /* synthetic */ int f979c; public /* synthetic */ o0(d1.a aVar, long j, int i) { this.a = aVar; this.b = j; - this.f976c = i; + this.f979c = 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 e2216bcf84..061b30cc44 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 f977c; + public final /* synthetic */ int f980c; public /* synthetic */ s0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f977c = i; + this.f980c = 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 3620a740d8..88e19d430b 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 f978c; + public final /* synthetic */ int f981c; public /* synthetic */ t0(d1.a aVar, boolean z2, int i) { this.a = aVar; this.b = z2; - this.f978c = i; + this.f981c = 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 fc1ab7138d..c5578fa42a 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 f979c; + public final /* synthetic */ long f982c; public /* synthetic */ v0(d1.a aVar, String str, long j) { this.a = aVar; this.b = str; - this.f979c = j; + this.f982c = 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 20f0dd7258..7dbf0a5520 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 f980c; + public final /* synthetic */ u f983c; public /* synthetic */ w(d1.a aVar, r rVar, u uVar) { this.a = aVar; this.b = rVar; - this.f980c = uVar; + this.f983c = 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 0fcefff220..cdec3c23a4 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 f981c; + public final /* synthetic */ long f984c; public /* synthetic */ z(d1.a aVar, int i, long j) { this.a = aVar; this.b = i; - this.f981c = j; + this.f984c = 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 e6e0be0051..c8896558e6 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 f982c; + public final /* synthetic */ long f985c; public final /* synthetic */ long d; public /* synthetic */ z0(d1.a aVar, int i, long j, long j2) { this.a = aVar; this.b = i; - this.f982c = j; + this.f985c = 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 0cb52807ac..f6f945c830 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 f983c; + public final f f986c; 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 f984c; + public String f987c; 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 f985s; + public Uri f988s; @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 f986x = -9223372036854775807L; + public long f989x = -9223372036854775807L; /* renamed from: y reason: collision with root package name */ - public long f987y = -9223372036854775807L; + public long f990y = -9223372036854775807L; /* renamed from: z reason: collision with root package name */ - public float f988z = -3.4028235E38f; + public float f991z = -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.f984c; + String str = this.f987c; 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.f985s; + Uri uri2 = this.f988s; 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.f986x, this.f987y, this.f988z, this.A); + f fVar = new f(this.w, this.f989x, this.f990y, this.f991z, 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 f989c; + public final boolean f992c; 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.f989c = z2; + this.f992c = 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.f989c == dVar.f989c && this.d == dVar.d && this.e == dVar.e; + return this.a == dVar.a && this.b == dVar.b && this.f992c == dVar.f992c && 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.f989c ? 1 : 0)) * 31) + (this.d ? 1 : 0)) * 31) + (this.e ? 1 : 0); + return (((((((((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + (this.f992c ? 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 f990c; + public final Map f993c; 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.f990c = map; + this.f993c = 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.f990c, eVar.f990c) && this.d == eVar.d && this.f == eVar.f && this.e == eVar.e && this.g.equals(eVar.g) && Arrays.equals(this.h, eVar.h); + return this.a.equals(eVar.a) && f0.a(this.b, eVar.b) && f0.a(this.f993c, eVar.f993c) && 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.f990c.hashCode(); + int hashCode3 = this.f993c.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 f991c; + public final long f994c; 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.f991c = j3; + this.f994c = 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.f991c == fVar.f991c && this.d == fVar.d && this.e == fVar.e; + return this.a == fVar.a && this.b == fVar.b && this.f994c == fVar.f994c && this.d == fVar.d && this.e == fVar.e; } public int hashCode() { long j = this.a; long j2 = this.b; - long j3 = this.f991c; + long j3 = this.f994c; 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 f992c; + public final e f995c; @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.f992c = eVar; + this.f995c = 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.f992c, gVar.f992c) && f0.a(this.d, gVar.d) && this.e.equals(gVar.e) && f0.a(this.f, gVar.f) && this.g.equals(gVar.g) && f0.a(this.h, gVar.h); + return this.a.equals(gVar.a) && f0.a(this.b, gVar.b) && f0.a(this.f995c, gVar.f995c) && 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.f992c; + e eVar = this.f995c; 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.f983c = fVar; + this.f986c = 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.f983c, v0Var.f983c) && 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.f986c, v0Var.f986c) && 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.f983c.hashCode(); + int hashCode3 = this.f986c.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 9d1430d9d0..0403320b93 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.f2273c, 2) : AudioProcessor.a.a; + return i != 2 ? new AudioProcessor.a(aVar.b, aVar.f2276c, 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 4de1793ba4..c80cb8a61f 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 f993s; + public boolean f996s; 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.f993s = true; + this.f996s = 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.f993s) { + if (this.f996s) { 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.f993s = false; + this.f996s = 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.f993s) { + if (!this.f996s) { 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.f993s = true; + this.f996s = 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 b7abe02b67..5efac074fc 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 f994c; + public final float f997c; 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 f995s; + public int f998s; 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.f994c = f; + this.f997c = 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.f994c; + float f = this.f997c; 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.f995s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f995s : i5; + int i22 = i21 != 0 && this.f998s != 0 && this.v <= i21 * 3 && i21 * 2 > this.t * 3 ? this.f998s : i5; this.t = i21; - this.f995s = i5; + this.f998s = 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 340a0b98f8..728eff35b5 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 f996c = 1.0f; + public float f999c = 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.f996c - 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.f999c - 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.f2273c, 2); + AudioProcessor.a aVar2 = new AudioProcessor.a(i, aVar.f2276c, 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.f994c; + float f = c0Var.f997c; 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.f2273c, this.f996c, this.d, aVar2.b); + this.j = new c0(aVar.b, aVar.f2276c, this.f999c, 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.f995s = 0; + c0Var.f998s = 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.f996c = 1.0f; + this.f999c = 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 7cfa42dc10..481827d238 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 f997c; + public final String f1000c; public b(int i, int i2, String str, a aVar) { this.a = i; this.b = i2; - this.f997c = str; + this.f1000c = str; } } @@ -58,7 +58,7 @@ public final class k { } int b2 = b(vVar); int g2 = vVar.g(4); - String k = c.d.b.a.a.k("mp4a.40.", g); + String l = c.d.b.a.a.l("mp4a.40.", g); if (g == 5 || g == 29) { b2 = b(vVar); int g3 = vVar.g(5); @@ -80,7 +80,7 @@ public final class k { case 23: break; default: - throw new ParserException(c.d.b.a.a.k("Unsupported audio object type: ", g)); + throw new ParserException(c.d.b.a.a.l("Unsupported audio object type: ", g)); } } if (vVar.f()) { @@ -112,7 +112,7 @@ public final class k { case 23: int g4 = vVar.g(2); if (g4 == 2 || g4 == 3) { - throw new ParserException(c.d.b.a.a.k("Unsupported epConfig: ", g4)); + throw new ParserException(c.d.b.a.a.l("Unsupported epConfig: ", g4)); } } } else { @@ -121,7 +121,7 @@ public final class k { } int i = b[g2]; if (i != -1) { - return new b(b2, i, k, null); + return new b(b2, i, l, null); } throw new ParserException(); } diff --git a/app/src/main/java/c/i/a/c/v1/l.java b/app/src/main/java/c/i/a/c/v1/l.java index bef8643f99..1ad403cf6f 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[] f998c = {24000, 22050, 16000}; + public static final int[] f1001c = {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 d22a7e61be..5732840f88 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 f999c; + public final int f1002c; public b(int i, int i2, int i3, int i4, int i5, a aVar) { this.a = i3; this.b = i4; - this.f999c = i5; + this.f1002c = 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 0a60a9db06..8353e75238 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 f1000c; + public final int f1003c; 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.f1000c = i2; + this.f1003c = 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.f1000c).setUsage(this.d); + AudioAttributes.Builder usage = new AudioAttributes.Builder().setContentType(this.b).setFlags(this.f1003c).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.f1000c == nVar.f1000c && this.d == nVar.d && this.e == nVar.e; + return this.b == nVar.b && this.f1003c == nVar.f1003c && this.d == nVar.d && this.e == nVar.e; } public int hashCode() { - return ((((((527 + this.b) * 31) + this.f1000c) * 31) + this.d) * 31) + this.e; + return ((((((527 + this.b) * 31) + this.f1003c) * 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 fa5fdcf098..1f462d3eb5 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[] f1001c; + public final int[] f1004c; public final int d; public o(@Nullable int[] iArr, int i) { if (iArr != null) { int[] copyOf = Arrays.copyOf(iArr, iArr.length); - this.f1001c = copyOf; + this.f1004c = copyOf; Arrays.sort(copyOf); } else { - this.f1001c = new int[0]; + this.f1004c = new int[0]; } this.d = i; } public boolean a(int i) { - return Arrays.binarySearch(this.f1001c, i) >= 0; + return Arrays.binarySearch(this.f1004c, 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.f1001c, oVar.f1001c) && this.d == oVar.d; + return Arrays.equals(this.f1004c, oVar.f1004c) && this.d == oVar.d; } public int hashCode() { - return (Arrays.hashCode(this.f1001c) * 31) + this.d; + return (Arrays.hashCode(this.f1004c) * 31) + this.d; } public String toString() { - StringBuilder N = a.N("AudioCapabilities[maxChannelCount="); - N.append(this.d); - N.append(", supportedEncodings="); - N.append(Arrays.toString(this.f1001c)); - N.append("]"); - return N.toString(); + StringBuilder P = a.P("AudioCapabilities[maxChannelCount="); + P.append(this.d); + P.append(", supportedEncodings="); + P.append(Arrays.toString(this.f1004c)); + P.append("]"); + return P.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 2b279f6f3a..1e6bfaa98c 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 f1002c; + public long f1005c; 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 f1003c; + public long f1006c; public long d; public long e; @@ -54,7 +54,7 @@ public final class r { if (i == 0) { this.e = 0; this.f = -1; - this.f1002c = System.nanoTime() / 1000; + this.f1005c = 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 5ea145b2ae..a04b357b31 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 f1004c; + public AudioTrack f1007c; 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 f1005s; + public long f1008s; public long t; public long u; public int v; public int w; /* renamed from: x reason: collision with root package name */ - public long f1006x; + public long f1009x; /* renamed from: y reason: collision with root package name */ - public long f1007y; + public long f1010y; /* renamed from: z reason: collision with root package name */ - public long f1008z; + public long f1011z; /* compiled from: AudioTrackPositionTracker */ public interface a { @@ -83,10 +83,10 @@ public final class s { } public final long b() { - AudioTrack audioTrack = this.f1004c; + AudioTrack audioTrack = this.f1007c; Objects.requireNonNull(audioTrack); - if (this.f1006x != -9223372036854775807L) { - return Math.min(this.A, this.f1008z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1006x) * ((long) this.g)) / 1000000)); + if (this.f1009x != -9223372036854775807L) { + return Math.min(this.A, this.f1011z + ((((SystemClock.elapsedRealtime() * 1000) - this.f1009x) * ((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.f1005s; + this.u = this.f1008s; } playbackHeadPosition += this.u; } if (f0.a <= 29) { - if (playbackHeadPosition == 0 && this.f1005s > 0 && playState == 3) { - if (this.f1007y == -9223372036854775807L) { - this.f1007y = SystemClock.elapsedRealtime(); + if (playbackHeadPosition == 0 && this.f1008s > 0 && playState == 3) { + if (this.f1010y == -9223372036854775807L) { + this.f1010y = SystemClock.elapsedRealtime(); } - return this.f1005s; + return this.f1008s; } - this.f1007y = -9223372036854775807L; + this.f1010y = -9223372036854775807L; } - if (this.f1005s > playbackHeadPosition) { + if (this.f1008s > playbackHeadPosition) { this.t++; } - this.f1005s = playbackHeadPosition; + this.f1008s = 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.f1004c; + AudioTrack audioTrack = this.f1007c; 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.f1004c = null; + this.f1007c = 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.f1004c = audioTrack; + this.f1007c = 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.f1005s = 0; + this.f1008s = 0; this.t = 0; this.u = 0; this.p = false; - this.f1006x = -9223372036854775807L; - this.f1007y = -9223372036854775807L; + this.f1009x = -9223372036854775807L; + this.f1010y = -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 7808c4cf1c..a734b9a717 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 f1009c; + public AudioProcessor.a f1012c; 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.f1009c = aVar; + this.f1012c = 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.f1009c = this.e; + this.f1012c = this.e; g(); } @@ -98,7 +98,7 @@ public abstract class u implements AudioProcessor { this.d = aVar; this.e = aVar; this.b = aVar; - this.f1009c = aVar; + this.f1012c = 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 ed64c689ef..ec71802b71 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.f1009c.e); + ByteBuffer j = j(((limit - position) / this.b.e) * this.f1012c.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.f2273c != iArr.length; + boolean z2 = aVar.f2276c != iArr.length; int i = 0; while (i < iArr.length) { int i2 = iArr[i]; - if (i2 < aVar.f2273c) { + if (i2 < aVar.f2276c) { 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 0968ee32c1..03bf77bc2d 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[] f1010c = {64, 112, 128, 192, 224, 256, 384, 448, 512, 640, 768, 896, 1024, 1152, 1280, 1536, 1920, 2048, 2304, 2560, 2688, 2816, 2823, 2944, 3072, 3840, 4096, 6144, 7680}; + public static final int[] f1013c = {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 292ff1c661..159fb52a01 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.f2273c, 4) : AudioProcessor.a.a; + return i2 != 4 ? new AudioProcessor.a(aVar.b, aVar.f2276c, 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 69ea19f8fc..cd76f5721a 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.f910c)) { + if (i < 24 && "OMX.SEC.aac.dec".equals(str) && "samsung".equals(f0.f913c)) { String str2 = f0.b; if (str2.startsWith("zeroflte") || str2.startsWith("herolte") || str2.startsWith("heroqlte")) { z2 = true; this.T0 = z2; - String str3 = sVar.f776c; + String str3 = sVar.f779c; 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.f2270x = i3; - bVar.f2271y = i4; - bVar.f2272z = 4; + bVar.f2273x = i3; + bVar.f2274y = i4; + bVar.f2275z = 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.f776c; + String str3 = sVar.f779c; 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.f2272z = r; + bVar.f2275z = r; bVar.A = format.J; bVar.B = format.K; - bVar.f2270x = mediaFormat.getInteger("channel-count"); - bVar.f2271y = mediaFormat.getInteger("sample-rate"); + bVar.f2273x = mediaFormat.getInteger("channel-count"); + bVar.f2274y = 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.f2270x = i2; - bVar.f2271y = i3; - bVar.f2272z = 2; + bVar.f2273x = i2; + bVar.f2274y = i3; + bVar.f2275z = 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 ded0e54068..ed1589cdb9 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[] f1011c = {32000, 64000, 96000, 128000, 160000, 192000, 224000, 256000, 288000, 320000, 352000, 384000, 416000, 448000}; + public static final int[] f1014c = {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 f1012c; + public int f1015c; 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.f1011c[i4 - 1] : z.d[i4 - 1]; + int i9 = i2 == 3 ? z.f1014c[i4 - 1] : z.d[i4 - 1]; this.f = i9; - this.f1012c = (((i9 * 12) / this.d) + i8) * 4; + this.f1015c = (((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.f1012c = ((i11 * 144) / this.d) + i8; + this.f1015c = ((i11 * 144) / this.d) + i8; } else { int i12 = z.g[i4 - 1]; this.f = i12; if (i3 == 1) { i10 = 72; } - this.f1012c = ((i10 * i12) / this.d) + i8; + this.f1015c = ((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 ? f1011c[i4 - 1] : d[i4 - 1]) * 12) / i6) + i7) * 4; + return ((((i2 == 3 ? f1014c[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 4492bf9fc1..66326a9057 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[] f1013c; + public final f0[] f1016c; 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.f1013c = new f0[l1VarArr.length]; + this.f1016c = 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.f767c.get(obj); + b1.c cVar = b1Var.f770c.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.f769c.add(b); + cVar.f772c.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.f1013c; + f0[] f0VarArr = this.f1016c; 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.f870c, this.h, this.f1013c, zArr, j); - f0[] f0VarArr2 = this.f1013c; + long m = this.a.m(mVar.f873c, this.h, this.f1016c, zArr, j); + f0[] f0VarArr2 = this.f1016c; 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.f1013c; + f0[] f0VarArr3 = this.f1016c; if (i4 >= f0VarArr3.length) { return m; } @@ -125,7 +125,7 @@ public final class x0 { this.e = true; } } else { - AnimatableValueParser.D(mVar.f870c[i4] == null); + AnimatableValueParser.D(mVar.f873c[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.f870c[i]; + g gVar = this.n.f873c[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.f870c[i]; + g gVar = this.n.f873c[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.f870c; + g[] gVarArr = b.f873c; 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 2654c75b28..776a4b4c40 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 f1014c; + public int f1017c; @Nullable public int[] d; @Nullable diff --git a/app/src/main/java/c/i/a/c/x1/d.java b/app/src/main/java/c/i/a/c/x1/d.java index d4dd4f8868..24f22af8c2 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 f1015c; + public int f1018c; 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 7575a65e1e..3d5fca336f 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 f1016c; + public final Format f1019c; 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.f1016c = format2; + this.f1019c = 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.f1016c.equals(eVar.f1016c); + return this.d == eVar.d && this.e == eVar.e && this.a.equals(eVar.a) && this.b.equals(eVar.b) && this.f1019c.equals(eVar.f1019c); } public int hashCode() { int m = a.m(this.a, (((this.d + 527) * 31) + this.e) * 31, 31); - return this.f1016c.hashCode() + ((this.b.hashCode() + m) * 31); + return this.f1019c.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 b0c16be186..d0dfe36053 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 f1017c = new ArrayDeque<>(); + public final ArrayDeque f1020c = 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.f1020c.isEmpty() && this.h > 0) { break; } this.b.wait(); @@ -132,7 +132,7 @@ public abstract class g 0) { + if (!this.f1020c.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 7ddfcb202a..c72068eb3c 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.f1020c; + c1 c1Var = z0Var.f1023c; 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 477408b80b..484050b112 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 f1018c; + public final long f1021c; 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.f1018c = j2; + this.f1021c = 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.f1018c ? this : new y0(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h); + return j == this.f1021c ? 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.f1018c, this.d, this.e, this.f, this.g, this.h); + return j == this.b ? this : new y0(this.a, j, this.f1021c, 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.f1018c == y0Var.f1018c && this.d == y0Var.d && this.e == y0Var.e && this.f == y0Var.f && this.g == y0Var.g && this.h == y0Var.h && f0.a(this.a, y0Var.a); + return this.b == y0Var.b && this.f1021c == y0Var.f1021c && 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.f1018c)) * 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.f1021c)) * 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 e31899ee4f..ba9bd466b6 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 f1019c; + public final int f1022c; public a(int i, int i2, int i3) { this.a = i; this.b = i2; - this.f1019c = i3; + this.f1022c = 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.f1019c == aVar.f1019c; + return this.a == aVar.a && this.b == aVar.b && this.f1022c == aVar.f1022c; } public int hashCode() { - return ((((527 + this.a) * 31) + this.b) * 31) + this.f1019c; + return ((((527 + this.a) * 31) + this.b) * 31) + this.f1022c; } } 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 3a796a06b5..e796f435b2 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 f1020c; + public final c1 f1023c; 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.f1020c = c1Var; + this.f1023c = 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).f958c; + int i = r1Var.g(d, this.a, true).f961c; Object obj = this.a.b; long j5 = y0Var.a.d; if (r1Var.n(i, this.b).o == d) { @@ -130,21 +130,21 @@ public final class z0 { if (i3 == -1) { return null; } - int a = aVarArr[i2].a(aVar.f816c); + int a = aVarArr[i2].a(aVar.f819c); if (a < i3) { - return e(r1Var, aVar.a, i2, a, y0Var.f1018c, aVar.d); + return e(r1Var, aVar.a, i2, a, y0Var.f1021c, aVar.d); } - long j6 = y0Var.f1018c; + long j6 = y0Var.f1021c; if (j6 == -9223372036854775807L) { r1.c cVar = this.b; r1.b bVar = this.a; - Pair k2 = r1Var.k(cVar, bVar, bVar.f958c, -9223372036854775807L, Math.max(0L, j3)); + Pair k2 = r1Var.k(cVar, bVar, bVar.f961c, -9223372036854775807L, Math.max(0L, j3)); if (k2 == null) { return null; } j6 = ((Long) k2.second).longValue(); } - return f(r1Var, aVar.a, j6, y0Var.f1018c, aVar.d); + return f(r1Var, aVar.a, j6, y0Var.f1021c, 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.f816c, j, aVar.d) : f(r1Var, aVar.a, j2, j, aVar.d); + return aVar.a() ? e(r1Var, aVar.a, aVar.b, aVar.f819c, 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.f816c); + j = this.a.a(aVar.b, aVar.f819c); } else { j = y0Var.d; if (j == -9223372036854775807L || j == Long.MIN_VALUE) { j = this.a.d; } } - return new y0(aVar, y0Var.b, y0Var.f1018c, y0Var.d, j, h, j2, i); + return new y0(aVar, y0Var.b, y0Var.f1021c, 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).f958c, this.b).k) { + if (r1Var.n(r1Var.f(b, this.a).f961c, 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).f958c, this.b).p == r1Var.b(aVar.a); + return r1Var.n(r1Var.h(aVar.a, this.a).f961c, this.b).p == r1Var.b(aVar.a); } public final void k() { - if (this.f1020c != null) { + if (this.f1023c != 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).f958c; + int i = r1Var.h(obj, this.a).f961c; Object obj2 = this.l; - if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f958c != i) { + if (obj2 == null || (b = r1Var.b(obj2)) == -1 || r1Var.f(b, this.a).f961c != 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).f958c == i) { + if (b2 != -1 && r1Var.f(b2, this.a).f961c == i) { j2 = x0Var2.f.a.d; break; } @@ -360,7 +360,7 @@ public final class z0 { } return !m; } - x0Var.f = y0Var.a(y0Var2.f1018c); + x0Var.f = y0Var.a(y0Var2.f1021c); 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 3fbf7e35b9..b916d02838 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 f1021c; + public final boolean f1024c; 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.f1021c = z2; + this.f1024c = z2; this.d = new HashMap(); } @@ -92,7 +92,7 @@ public final class a0 implements b0 { throw th; } } catch (Exception e2) { - Uri uri = vVar.f897c; + Uri uri = vVar.f900c; 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.f1021c || TextUtils.isEmpty(str)) { + if (this.f1024c || 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.f884c.equals(uuid) ? RestAPIBuilder.CONTENT_TYPE_JSON : "application/octet-stream"); + hashMap.put("Content-Type", uuid2.equals(uuid) ? "text/xml" : h0.f887c.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 345d31e8ff..75bc246de9 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.f2288x; + DefaultDrmSessionManager.c cVar = DefaultDrmSessionManager.this.f2291x; 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 3cd6e00e38..f4c7023a1b 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 f1022c; + public s f1025c; @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.f990c.entrySet()) { + for (Map.Entry entry : eVar.f993c.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 95b7044202..9fcdb2d446 100644 --- a/app/src/main/java/c/i/a/c/z1/q.java +++ b/app/src/main/java/c/i/a/c/z1/q.java @@ -17,7 +17,7 @@ public interface q { public final y.a b; /* renamed from: c reason: collision with root package name */ - public final CopyOnWriteArrayList f1023c; + public final CopyOnWriteArrayList f1026c; /* compiled from: DrmSessionEventListener */ /* renamed from: c.i.a.c.z1.q$a$a reason: collision with other inner class name */ @@ -32,19 +32,19 @@ public interface q { } public a() { - this.f1023c = new CopyOnWriteArrayList<>(); + this.f1026c = new CopyOnWriteArrayList<>(); this.a = 0; this.b = null; } public a(CopyOnWriteArrayList copyOnWriteArrayList, int i, @Nullable y.a aVar) { - this.f1023c = copyOnWriteArrayList; + this.f1026c = copyOnWriteArrayList; this.a = i; this.b = aVar; } public void a() { - Iterator it = this.f1023c.iterator(); + Iterator it = this.f1026c.iterator(); while (it.hasNext()) { C0098a next = it.next(); f0.D(next.a, new h(this, next.b)); @@ -52,7 +52,7 @@ public interface q { } public void b() { - Iterator it = this.f1023c.iterator(); + Iterator it = this.f1026c.iterator(); while (it.hasNext()) { C0098a next = it.next(); f0.D(next.a, new g(this, next.b)); @@ -60,7 +60,7 @@ public interface q { } public void c() { - Iterator it = this.f1023c.iterator(); + Iterator it = this.f1026c.iterator(); while (it.hasNext()) { C0098a next = it.next(); f0.D(next.a, new i(this, next.b)); @@ -68,7 +68,7 @@ public interface q { } public void d() { - Iterator it = this.f1023c.iterator(); + Iterator it = this.f1026c.iterator(); while (it.hasNext()) { C0098a next = it.next(); f0.D(next.a, new e(this, next.b)); @@ -76,7 +76,7 @@ public interface q { } public void e(Exception exc) { - Iterator it = this.f1023c.iterator(); + Iterator it = this.f1026c.iterator(); while (it.hasNext()) { C0098a next = it.next(); f0.D(next.a, new j(this, next.b, exc)); @@ -84,7 +84,7 @@ public interface q { } public void f() { - Iterator it = this.f1023c.iterator(); + Iterator it = this.f1026c.iterator(); while (it.hasNext()) { C0098a next = it.next(); f0.D(next.a, new f(this, next.b)); @@ -93,7 +93,7 @@ public interface q { @CheckResult public a g(int i, @Nullable y.a aVar) { - return new a(this.f1023c, i, aVar); + return new a(this.f1026c, 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 a3eb80538f..91838d44fd 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[] f1024c; + public final byte[] f1027c; public final boolean d; static { boolean z2; - if ("Amazon".equals(f0.f910c)) { + if ("Amazon".equals(f0.f913c)) { 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.f1024c = bArr; + this.f1027c = 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 9f74802ba6..e0fed51c5e 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 f1025c; + public final MediaDrm f1028c; 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.f884c.equals(uuid)) ? uuid : uuid2); - this.f1025c = mediaDrm; + MediaDrm mediaDrm = new MediaDrm((f0.a >= 27 || !h0.f887c.equals(uuid)) ? uuid : uuid2); + this.f1028c = 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.f1025c.queryKeyStatus(bArr); + return this.f1028c.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.f1025c.getPropertyString("securityLevel")); + boolean z2 = i < 21 && h0.d.equals(this.b) && "L3".equals(this.f1028c.getPropertyString("securityLevel")); UUID uuid = this.b; - if (i < 27 && h0.f884c.equals(uuid)) { + if (i < 27 && h0.f887c.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.f1025c.getProvisionRequest(); + MediaDrm.ProvisionRequest provisionRequest = this.f1028c.getProvisionRequest(); return new x.d(provisionRequest.getData(), provisionRequest.getDefaultUrl()); } @Override // c.i.a.c.z1.x public byte[] e() throws MediaDrmException { - return this.f1025c.openSession(); + return this.f1028c.openSession(); } @Override // c.i.a.c.z1.x public void f(byte[] bArr, byte[] bArr2) { - this.f1025c.restoreKeys(bArr, bArr2); + this.f1028c.restoreKeys(bArr, bArr2); } @Override // c.i.a.c.z1.x public void g(byte[] bArr) { - this.f1025c.closeSession(bArr); + this.f1028c.closeSession(bArr); } @Override // c.i.a.c.z1.x public void h(@Nullable x.b bVar) { - this.f1025c.setOnEventListener(new m(this, bVar)); + this.f1028c.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.f884c.equals(this.b) && f0.a < 27) { + if (h0.f887c.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 N = a.N("Failed to adjust response data: "); - N.append(f0.l(bArr2)); - p.b("ClearKeyUtil", N.toString(), e); + StringBuilder P = a.P("Failed to adjust response data: "); + P.append(f0.l(bArr2)); + p.b("ClearKeyUtil", P.toString(), e); } } - return this.f1025c.provideKeyResponse(bArr, bArr2); + return this.f1028c.provideKeyResponse(bArr, bArr2); } @Override // c.i.a.c.z1.x public void j(byte[] bArr) throws DeniedByServerException { - this.f1025c.provideProvisionResponse(bArr); + this.f1028c.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.f910c)) { + if (uuid2.equals(uuid) && "Amazon".equals(f0.f913c)) { 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.f884c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; + str = (i12 >= 26 || !h0.f887c.equals(uuid3) || (!"video/mp4".equals(str5) && !"audio/mp4".equals(str5))) ? str5 : "cenc"; } bArr3 = AnimatableValueParser.Y1(bArr8, uuid); } else { bArr2 = null; str = null; } - MediaDrm.KeyRequest keyRequest = this.f1025c.getKeyRequest(bArr, bArr2, str, i, hashMap); + MediaDrm.KeyRequest keyRequest = this.f1028c.getKeyRequest(bArr, bArr2, str, i, hashMap); UUID uuid4 = this.b; byte[] data = keyRequest.getData(); - if (h0.f884c.equals(uuid4) && f0.a < 27) { + if (h0.f887c.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.f1025c.release(); + this.f1028c.release(); } } } diff --git a/app/src/main/java/c/i/a/e/b.java b/app/src/main/java/c/i/a/e/b.java index e284fe4928..b56a6b69d3 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 f1026c = Integer.MIN_VALUE; + public int f1029c = 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.f1026c = Math.max(this.f1026c, flexItem.c0() + view.getRight() + i3); + this.f1029c = Math.max(this.f1029c, 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 34bab0ca89..56eb102ff1 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[] f1027c; + public int[] f1030c; @Nullable public long[] d; @Nullable @@ -64,10 +64,10 @@ public class c { @Override // java.lang.Object @NonNull public String toString() { - StringBuilder N = c.d.b.a.a.N("Order{order="); - N.append(this.j); - N.append(", index="); - return c.d.b.a.a.w(N, this.i, '}'); + StringBuilder P = c.d.b.a.a.P("Order{order="); + P.append(this.j); + P.append(", index="); + return c.d.b.a.a.y(P, 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.f1027c; + int[] iArr = this.f1030c; List flexLinesInternal = this.a.getFlexLinesInternal(); int size = flexLinesInternal.size(); for (int i2 = iArr != null ? iArr[i] : 0; i2 < size; i2++) { @@ -96,7 +96,7 @@ public class c { } else if (flexDirection == 2 || flexDirection == 3) { y(c2, bVar.g, i5); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid flex direction: ", flexDirection)); + throw new IllegalArgumentException(c.d.b.a.a.l("Invalid flex direction: ", flexDirection)); } } } @@ -115,7 +115,7 @@ public class c { } else if (flexDirection == 2 || flexDirection == 3) { y(c3, bVar2.g, next.intValue()); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid flex direction: ", flexDirection)); + throw new IllegalArgumentException(c.d.b.a.a.l("Invalid flex direction: ", flexDirection)); } } } @@ -332,7 +332,7 @@ public class c { } bVar3.q |= flexItem2.R() != 0.0f; bVar3.r |= flexItem2.w() != 0.0f; - iArr = this.f1027c; + iArr = this.f1030c; 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.f1027c; + iArr = this.f1030c; 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.f1027c; + iArr = this.f1030c; 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.f1027c[i]; + int i2 = this.f1030c[i]; if (i2 == -1) { i2 = 0; } for (int size = list.size() - 1; size >= i2; size--) { list.remove(size); } - int[] iArr = this.f1027c; + int[] iArr = this.f1030c; int length = iArr.length - 1; if (i > length) { Arrays.fill(iArr, -1); @@ -585,7 +585,7 @@ public class c { i4 = View.MeasureSpec.getMode(i); i5 = View.MeasureSpec.getSize(i); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid flex direction: ", flexDirection)); + throw new IllegalArgumentException(c.d.b.a.a.l("Invalid flex direction: ", flexDirection)); } List flexLinesInternal = this.a.getFlexLinesInternal(); if (i4 == 1073741824) { @@ -720,10 +720,10 @@ public class c { i6 = this.a.getPaddingTop(); i4 = this.a.getPaddingBottom(); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid flex direction: ", flexDirection)); + throw new IllegalArgumentException(c.d.b.a.a.l("Invalid flex direction: ", flexDirection)); } int i8 = i4 + i6; - int[] iArr = this.f1027c; + int[] iArr = this.f1030c; if (iArr != null) { i7 = iArr[i3]; } @@ -743,18 +743,18 @@ public class c { } public void i(int i) { - int[] iArr = this.f1027c; + int[] iArr = this.f1030c; if (iArr == null) { if (i < 10) { i = 10; } - this.f1027c = new int[i]; + this.f1030c = new int[i]; } else if (iArr.length < i) { int length = iArr.length * 2; if (length >= i) { i = length; } - this.f1027c = Arrays.copyOf(iArr, i); + this.f1030c = Arrays.copyOf(iArr, i); } } diff --git a/app/src/main/java/c/i/a/f/b/f.java b/app/src/main/java/c/i/a/f/b/f.java index c81b403298..88e3fda911 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 f1028c = new a(); + public final a f1031c = new a(); public volatile f1 d; public Thread.UncaughtExceptionHandler e; @@ -44,7 +44,7 @@ public final class f { @Override // java.util.concurrent.ThreadFactory public final Thread newThread(Runnable runnable) { - return new c(runnable, c.d.b.a.a.e(23, "measurement-", i.incrementAndGet())); + return new c(runnable, c.d.b.a.a.f(23, "measurement-", i.incrementAndGet())); } } @@ -75,6 +75,6 @@ public final class f { } public final void a(Runnable runnable) { - this.f1028c.submit(runnable); + this.f1031c.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 8b585a496d..6156d3d56f 100644 --- a/app/src/main/java/c/i/a/f/c/a/a.java +++ b/app/src/main/java/c/i/a/f/c/a/a.java @@ -16,7 +16,7 @@ public final class a { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0104a f1029c; + public static final a.AbstractC0104a f1032c; 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; @@ -41,7 +41,7 @@ public final class a { @Nullable /* renamed from: c reason: collision with root package name */ - public String f1030c; + public String f1033c; public C0103a() { } @@ -49,14 +49,14 @@ public final class a { public C0103a(C0102a aVar) { this.a = aVar.j; this.b = Boolean.valueOf(aVar.k); - this.f1030c = aVar.l; + this.f1033c = aVar.l; } } public C0102a(C0103a aVar) { this.j = aVar.a; this.k = aVar.b.booleanValue(); - this.l = aVar.f1030c; + this.l = aVar.f1033c; } public boolean equals(@Nullable Object obj) { @@ -81,10 +81,10 @@ public final class a { a.g gVar2 = new a.g<>(); b = gVar2; h hVar = new h(); - f1029c = hVar; + f1032c = hVar; i iVar = new i(); d = iVar; - c.i.a.f.e.h.a aVar = b.f1031c; + c.i.a.f.e.h.a aVar = b.f1034c; 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 7bb075ec04..f8ae7931dc 100644 --- a/app/src/main/java/c/i/a/f/c/a/b.java +++ b/app/src/main/java/c/i/a/f/c/a/b.java @@ -7,7 +7,7 @@ public final class b { public static final a.AbstractC0104a b; /* renamed from: c reason: collision with root package name */ - public static final a f1031c; + public static final a f1034c; public static final d d = new d(); static { @@ -15,6 +15,6 @@ public final class b { a = gVar; g gVar2 = new g(); b = gVar2; - f1031c = new a<>("Auth.PROXY_API", gVar2, gVar); + f1034c = new a<>("Auth.PROXY_API", gVar2, gVar); } } diff --git a/app/src/main/java/c/i/a/f/c/a/f/a.java b/app/src/main/java/c/i/a/f/c/a/f/a.java index cd67b6ccb1..0dc1e52bfa 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.f2356c; + Object obj = GoogleApiAvailability.f2359c; 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 f3058f3a15..8bdf8b5e75 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 f1032c = new ReentrantLock(); + public final Lock f1035c = new ReentrantLock(); public final SharedPreferences d; public a(Context context) { @@ -54,7 +54,7 @@ public class a { } public static String f(String str, String str2) { - return c.d.b.a.a.f(c.d.b.a.a.b(str2, str.length() + 1), str, ":", str2); + return c.d.b.a.a.g(c.d.b.a.a.b(str2, str.length() + 1), str, ":", str2); } @Nullable @@ -109,7 +109,7 @@ public class a { if (str5 != null) { jSONObject.put("displayName", str5); } - String str6 = googleSignInAccount.f2351s; + String str6 = googleSignInAccount.f2354s; 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.f2352s); + jSONObject2.put("serverAuthRequested", googleSignInOptions.f2355s); 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.f1032c.lock(); + this.f1035c.lock(); try { this.d.edit().putString(str, str2).apply(); } finally { - this.f1032c.unlock(); + this.f1035c.unlock(); } } @Nullable public final String g(String str) { - this.f1032c.lock(); + this.f1035c.lock(); try { return this.d.getString(str, null); } finally { - this.f1032c.unlock(); + this.f1035c.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 2c9c80e43a..93cb621257 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.f1060c.isEmpty()) { - for (Scope scope : cVar.f1060c) { + if (!cVar.f1063c.isEmpty()) { + for (Scope scope : cVar.f1063c) { 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 813da49710..aada388daa 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.f1032c.lock(); + aVar.f1035c.lock(); try { aVar.d.edit().clear().apply(); } finally { - aVar.f1032c.unlock(); + aVar.f1035c.unlock(); } } } 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 e7be462673..bf3a398afe 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.a0(valueOf.length() + 20, "Message ack failed: ", valueOf, "CloudMessagingReceiver"); + c.d.b.a.a.c0(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 2bcaa9f15d..4b0bea0c9d 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> f1033c = new SimpleArrayMap<>(); + public final SimpleArrayMap> f1036c = 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.f1033c) { - TaskCompletionSource remove = this.f1033c.remove(str); + synchronized (this.f1036c) { + TaskCompletionSource remove = this.f1036c.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.f1033c) { - this.f1033c.put(num, taskCompletionSource); + synchronized (this.f1036c) { + this.f1036c.put(num, taskCompletionSource); } Intent intent = new Intent(); intent.setPackage("com.google.android.gms"); @@ -89,7 +89,7 @@ public class b { } intent.putExtra("app", b); } - intent.putExtra("kid", a.f(a.b(num, 5), "|ID|", num, "|")); + intent.putExtra("kid", a.g(a.b(num, 5), "|ID|", num, "|")); if (Log.isLoggable("Rpc", 3)) { String valueOf = String.valueOf(intent.getExtras()); StringBuilder sb = new StringBuilder(valueOf.length() + 8); diff --git a/app/src/main/java/c/i/a/f/d/f.java b/app/src/main/java/c/i/a/f/d/f.java index 4b744b824a..86f55845cc 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 f1034c; + public final ScheduledExecutorService f1037c; public g d = new g(this, null); public int e = 1; @VisibleForTesting public f(Context context, ScheduledExecutorService scheduledExecutorService) { - this.f1034c = scheduledExecutorService; + this.f1037c = 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 b913149130..df93f0cf98 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.f1034c.schedule(new i(this), 30, TimeUnit.SECONDS); + this.n.f1037c.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.f1034c.execute(new k(this)); + this.n.f1037c.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.f1034c.execute(new l(this, iBinder)); + this.n.f1037c.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.f1034c.execute(new n(this)); + this.n.f1037c.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 4c63579df2..475a7e0928 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.f1034c.schedule(new m(gVar, poll), 30, TimeUnit.SECONDS); + gVar.n.f1037c.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.f1035c; + obtain.what = poll.f1038c; 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 4aea5ab0bf..364820e48b 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.f1034c.execute(new k(gVar)); + gVar.n.f1037c.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 d26f2fa3ae..83cf4dcecc 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 f1035c; + public final int f1038c; public final Bundle d; public q(int i, int i2, Bundle bundle) { this.a = i; - this.f1035c = i2; + this.f1038c = i2; this.d = bundle; } @@ -26,7 +26,7 @@ public abstract class q { if (Log.isLoggable("MessengerIpcClient", 3)) { String valueOf = String.valueOf(this); String valueOf2 = String.valueOf(zzp); - Log.d("MessengerIpcClient", a.g(valueOf2.length() + valueOf.length() + 14, "Failing ", valueOf, " with ", valueOf2)); + Log.d("MessengerIpcClient", a.h(valueOf2.length() + valueOf.length() + 14, "Failing ", valueOf, " with ", valueOf2)); } this.b.a.s(zzp); } @@ -35,7 +35,7 @@ public abstract class q { if (Log.isLoggable("MessengerIpcClient", 3)) { String valueOf = String.valueOf(this); String valueOf2 = String.valueOf(t); - Log.d("MessengerIpcClient", a.g(valueOf2.length() + valueOf.length() + 16, "Finishing ", valueOf, " with ", valueOf2)); + Log.d("MessengerIpcClient", a.h(valueOf2.length() + valueOf.length() + 16, "Finishing ", valueOf, " with ", valueOf2)); } this.b.a.t(t); } @@ -43,7 +43,7 @@ public abstract class q { public abstract boolean d(); public String toString() { - int i = this.f1035c; + int i = this.f1038c; 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 50ccfc4cb8..db1feaf95c 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 f1036c = 0; + public int f1039c = 0; public r(Context context) { this.a = context; } public final synchronized int a() { - int i = this.f1036c; + int i = this.f1039c; 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.f1036c = 1; + this.f1039c = 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.f1036c = 2; + this.f1039c = 2; } else { - this.f1036c = 1; + this.f1039c = 1; } - return this.f1036c; + return this.f1039c; } - this.f1036c = 2; + this.f1039c = 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.a0(valueOf.length() + 23, "Failed to find package ", valueOf, "Metadata"); + a.c0(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 a9856bbd34..4a6f2c15a8 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 f1037c; + public final ScheduledFuture f1040c; public x(b bVar, String str, ScheduledFuture scheduledFuture) { this.a = bVar; this.b = str; - this.f1037c = scheduledFuture; + this.f1040c = 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.f1037c; - synchronized (bVar.f1033c) { - bVar.f1033c.remove(str); + ScheduledFuture scheduledFuture = this.f1040c; + synchronized (bVar.f1036c) { + bVar.f1036c.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 61206e5d60..08ddf9641e 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.a0(valueOf.length() + 49, "Unexpected response, no error or registration id ", valueOf, "Rpc"); + c.d.b.a.a.c0(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.f1033c) { - for (int i = 0; i < bVar.f1033c.size(); i++) { - bVar.a(bVar.f1033c.keyAt(i), intent2.getExtras()); + synchronized (bVar.f1036c) { + for (int i = 0; i < bVar.f1036c.size(); i++) { + bVar.a(bVar.f1036c.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 e57587574e..20de733d86 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 f1038c; + public final String f1041c; public final Throwable d; public a0(boolean z2, String str, Throwable th) { this.b = z2; - this.f1038c = str; + this.f1041c = str; this.d = th; } @@ -25,6 +25,6 @@ public class a0 { } public String c() { - return this.f1038c; + return this.f1041c; } } 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 149de9dddf..517253a3c0 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 N = a.N("gcore_"); - N.append(a); - N.append("-"); + StringBuilder P = a.P("gcore_"); + P.append(a); + P.append("-"); if (!TextUtils.isEmpty(str)) { - N.append(str); + P.append(str); } - N.append("-"); + P.append("-"); if (context != null) { - N.append(context.getPackageName()); + P.append(context.getPackageName()); } - N.append("-"); + P.append("-"); if (context != null) { try { - N.append(b.a(context).b(context.getPackageName(), 0).versionCode); + P.append(b.a(context).b(context.getPackageName(), 0).versionCode); } catch (PackageManager.NameNotFoundException unused) { } } - String sb = N.toString(); + String sb = P.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.f1071c == null) { - c.i.a.f.e.o.c.f1071c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); + if (c.i.a.f.e.o.c.f1074c == null) { + c.i.a.f.e.o.c.f1074c = Boolean.valueOf(context.getPackageManager().hasSystemFeature("android.hardware.type.iot") || context.getPackageManager().hasSystemFeature("android.hardware.type.embedded")); } - if (!c.i.a.f.e.o.c.f1071c.booleanValue()) { + if (!c.i.a.f.e.o.c.f1074c.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 03ebf419f7..ddc64cc559 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 f1039c = new AtomicBoolean(); + public static final AtomicBoolean f1042c = 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 1f7ed2d6c3..b3eb976750 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 f1040c; + public volatile String f1043c; 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.f1073c == null) { - s.f1073c = context.getApplicationContext(); + if (s.f1076c == null) { + s.f1076c = 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.f1040c)) { + } else if (str.equals(this.f1043c)) { a0Var = a0.a; } else { try { @@ -131,7 +131,7 @@ public class f { } } if (a0Var2.b) { - this.f1040c = str; + this.f1043c = 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 0e04c97d5c..851437b8a1 100644 --- a/app/src/main/java/c/i/a/f/e/h/a.java +++ b/app/src/main/java/c/i/a/f/e/h/a.java @@ -22,7 +22,7 @@ public final class a { public final g b; /* renamed from: c reason: collision with root package name */ - public final String f1041c; + public final String f1044c; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ /* renamed from: c.i.a.f.e.h.a$a reason: collision with other inner class name */ @@ -111,7 +111,7 @@ public final class a { public a(String str, 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.f1041c = str; + this.f1044c = 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 2cced83205..cbc943b629 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 f1042c; + public final O f1045c; 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 f1043c; + public final Looper f1046c; public a(n nVar, Account account, Looper looper) { this.b = nVar; - this.f1043c = looper; + this.f1046c = looper; } } @@ -77,8 +77,8 @@ public class b { this.a = applicationContext; e(activity); this.b = aVar; - this.f1042c = o; - this.e = aVar2.f1043c; + this.f1045c = o; + this.e = aVar2.f1046c; 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.f1042c = o; - this.e = aVar2.f1043c; + this.f1045c = o; + this.e = aVar2.f1046c; this.d = new c.i.a.f.e.h.j.b<>(aVar, o); this.g = new y(this); g a2 = g.a(applicationContext); @@ -179,10 +179,10 @@ public class b { GoogleSignInAccount K; GoogleSignInAccount K2; c.a aVar = new c.a(); - O o = this.f1042c; + O o = this.f1045c; Account account = null; if (!(o instanceof a.d.b) || (K2 = ((a.d.b) o).K()) == null) { - O o2 = this.f1042c; + O o2 = this.f1045c; if (o2 instanceof a.d.AbstractC0105a) { account = ((a.d.AbstractC0105a) o2).S(); } @@ -190,14 +190,14 @@ public class b { account = new Account(K2.l, "com.google"); } aVar.a = account; - O o3 = this.f1042c; + O o3 = this.f1045c; 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.f1061c = this.a.getPackageName(); + aVar.f1064c = 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 081d465ef5..bd28782b69 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 f1044c; + public final O f1047c; public b(a aVar, @Nullable O o) { this.b = aVar; - this.f1044c = o; + this.f1047c = 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.f1044c, bVar.f1044c); + return AnimatableValueParser.j0(this.b, bVar.b) && AnimatableValueParser.j0(this.f1047c, bVar.f1047c); } 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 d735f28c0b..2ab8b29be5 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.f2356c; + Object obj = GoogleApiAvailability.f2359c; jVar.a("GmsAvailabilityHelper", this); } diff --git a/app/src/main/java/c/i/a/f/e/h/j/b1.java b/app/src/main/java/c/i/a/f/e/h/j/b1.java index 5c2a86fa3d..adbad754a4 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/b1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/b1.java @@ -35,7 +35,7 @@ public final class b1 extends Fragment implements j { } return; } - throw new IllegalArgumentException(a.f(str.length() + 59, "LifecycleCallback with tag ", str, " already added to this fragment.")); + throw new IllegalArgumentException(a.g(str.length() + 59, "LifecycleCallback with tag ", str, " already added to this fragment.")); } @Override // c.i.a.f.e.h.j.j diff --git a/app/src/main/java/c/i/a/f/e/h/j/c0.java b/app/src/main/java/c/i/a/f/e/h/j/c0.java index 60292c47e9..6b6231704c 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 f1045c; + public final b f1048c; public c0(s sVar, int i, b bVar) { this.a = sVar; this.b = i; - this.f1045c = bVar; + this.f1048c = bVar; } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/c1.java b/app/src/main/java/c/i/a/f/e/h/j/c1.java index 5d063dbe62..2191a5c559 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/c1.java +++ b/app/src/main/java/c/i/a/f/e/h/j/c1.java @@ -36,7 +36,7 @@ public final class c1 extends Fragment implements j { } return; } - throw new IllegalArgumentException(a.f(str.length() + 59, "LifecycleCallback with tag ", str, " already added to this fragment.")); + throw new IllegalArgumentException(a.g(str.length() + 59, "LifecycleCallback with tag ", str, " already added to this fragment.")); } @Override // c.i.a.f.e.h.j.j diff --git a/app/src/main/java/c/i/a/f/e/h/j/d0.java b/app/src/main/java/c/i/a/f/e/h/j/d0.java index 56494575b5..f55375f91e 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 f1046c; + public final Runnable f1049c; public d0(@NonNull m mVar, @NonNull q qVar, @NonNull Runnable runnable) { this.a = mVar; this.b = qVar; - this.f1046c = runnable; + this.f1049c = 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 22ef7af72c..6b037e6040 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> f1047s; + public final Map, a> f1050s; @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 f1048x; + public volatile boolean f1051x; /* 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 f1049c; + public final a.b f1052c; public final b d; public final v0 e; public final Set f = new HashSet(); @@ -106,10 +106,10 @@ public class g implements Handler.Callback { AnimatableValueParser.G(aVar.a != null, "This API was constructed with a SimpleClientBuilder. Use getSimpleClientBuilder"); a.AbstractC0104a aVar2 = aVar.a; Objects.requireNonNull(aVar2, "null reference"); - a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1042c, this, this); + a.f a2 = aVar2.a(bVar.a, looper, a, bVar.f1045c, this, this); this.b = a2; if (!(a2 instanceof z)) { - this.f1049c = a2; + this.f1052c = 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.f1046c.run(); + d0Var.f1049c.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.f1048x) { + } else if (!g.this.f1051x) { 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.f1049c.getClass().getName(); + String name = this.f1052c.getClass().getName(); String str = a.i; long v0 = a.v0(); - StringBuilder M = c.d.b.a.a.M(c.d.b.a.a.b(str, name.length() + 77), name, " could not execute call because it requires feature (", str, ", "); - M.append(v0); - M.append(")."); - Log.w("GoogleApiManager", M.toString()); - if (!g.this.f1048x || !k0Var.g(this)) { + StringBuilder O = c.d.b.a.a.O(c.d.b.a.a.b(str, name.length() + 77), name, " could not execute call because it requires feature (", str, ", "); + O.append(v0); + O.append(")."); + Log.w("GoogleApiManager", O.toString()); + if (!g.this.f1051x || !k0Var.g(this)) { k0Var.e(new UnsupportedApiCallException(a)); return true; } @@ -414,14 +414,14 @@ public class g implements Handler.Callback { e(1); this.b.c("DeadObjectException thrown while running ApiCallRunner."); } catch (Throwable th) { - throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1049c.getClass().getName()), th); + throw new IllegalStateException(String.format("Error in GoogleApi implementation for client %s.", this.f1052c.getClass().getName()), th); } } public final Status p(ConnectionResult connectionResult) { - String str = this.d.b.f1041c; + String str = this.d.b.f1044c; String valueOf = String.valueOf(connectionResult); - return new Status(17, c.d.b.a.a.g(valueOf.length() + c.d.b.a.a.b(str, 63), "API: ", str, " is not available on this device. Connection failed with: ", valueOf)); + return new Status(17, c.d.b.a.a.h(valueOf.length() + c.d.b.a.a.b(str, 63), "API: ", str, " is not available on this device. Connection failed with: ", valueOf)); } @WorkerThread @@ -439,7 +439,7 @@ public class g implements Handler.Callback { int a = gVar.p.a(gVar.n, this.b); if (a != 0) { ConnectionResult connectionResult = new ConnectionResult(a, null); - String name = this.f1049c.getClass().getName(); + String name = this.f1052c.getClass().getName(); String valueOf = String.valueOf(connectionResult); StringBuilder sb = new StringBuilder(name.length() + 35 + valueOf.length()); sb.append("The service for "); @@ -463,13 +463,13 @@ public class g implements Handler.Callback { g0Var.f.h = Integer.valueOf(System.identityHashCode(g0Var)); a.AbstractC0104a aVar = g0Var.d; Context context = g0Var.b; - Looper looper = g0Var.f1051c.getLooper(); + Looper looper = g0Var.f1054c.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.f1051c.post(new f0(g0Var)); + g0Var.f1054c.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.f1049c; + a.b bVar = this.f1052c; 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.f1221c, taskCompletionSource)); + vVar.b.a((c.i.a.f.j.b.e.f) bVar, i.j(vVar.f1224c, 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 f1050c = null; + public c.i.a.f.e.k.g f1053c = null; @Nullable public Set d = null; public boolean e = false; @@ -578,13 +578,13 @@ public class g implements Handler.Callback { @WorkerThread public final void b(ConnectionResult connectionResult) { - a aVar = g.this.f1047s.get(this.b); + a aVar = g.this.f1050s.get(this.b); if (aVar != null) { AnimatableValueParser.s(g.this.w); a.f fVar = aVar.b; - String name = aVar.f1049c.getClass().getName(); + String name = aVar.f1052c.getClass().getName(); String valueOf = String.valueOf(connectionResult); - fVar.c(c.d.b.a.a.g(valueOf.length() + name.length() + 25, "onSignInFailed for ", name, " with ", valueOf)); + fVar.c(c.d.b.a.a.h(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.f1047s = new ConcurrentHashMap(5, 0.75f, 1); + this.f1050s = new ConcurrentHashMap(5, 0.75f, 1); this.t = null; this.u = new ArraySet(); this.v = new ArraySet(); - this.f1048x = true; + this.f1051x = 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.f1048x = false; + this.f1051x = 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.f2356c; + Object obj = GoogleApiAvailability.f2359c; 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.f1047s.get(bVar2); + a aVar = this.f1050s.get(bVar2); if (aVar == null) { aVar = new a<>(bVar); - this.f1047s.put(bVar2, aVar); + this.f1050s.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.f1047s.keySet()) { + for (b bVar : this.f1050s.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.f1047s.values()) { + for (a aVar2 : this.f1050s.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.f1047s.get(c0Var.f1045c.d); + a aVar3 = this.f1050s.get(c0Var.f1048c.d); if (aVar3 == null) { - aVar3 = d(c0Var.f1045c); + aVar3 = d(c0Var.f1048c); } 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.f1047s.values().iterator(); + Iterator> it = this.f1050s.values().iterator(); while (true) { if (it.hasNext()) { aVar = it.next(); @@ -776,7 +776,7 @@ public class g implements Handler.Callback { boolean z2 = e.a; String x0 = ConnectionResult.x0(i5); String str = connectionResult.m; - Status status = new Status(17, c.d.b.a.a.g(c.d.b.a.a.b(str, c.d.b.a.a.b(x0, 69)), "Error resolution was canceled by the user, original error message: ", x0, ": ", str)); + Status status = new Status(17, c.d.b.a.a.h(c.d.b.a.a.b(str, c.d.b.a.a.b(x0, 69)), "Error resolution was canceled by the user, original error message: ", x0, ": ", str)); AnimatableValueParser.s(g.this.w); aVar.i(status, null, false); break; @@ -814,8 +814,8 @@ public class g implements Handler.Callback { d((c.i.a.f.e.h.b) message.obj); break; case 9: - if (this.f1047s.containsKey(message.obj)) { - a aVar4 = this.f1047s.get(message.obj); + if (this.f1050s.containsKey(message.obj)) { + a aVar4 = this.f1050s.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.f1047s.remove(bVar2); + a remove = this.f1050s.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.f1047s.containsKey(message.obj)) { - a aVar5 = this.f1047s.get(message.obj); + if (this.f1050s.containsKey(message.obj)) { + a aVar5 = this.f1050s.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.f1047s.containsKey(message.obj)) { - this.f1047s.get(message.obj).k(true); + if (this.f1050s.containsKey(message.obj)) { + this.f1050s.get(message.obj).k(true); break; } break; case 14: Objects.requireNonNull((z0) message.obj); - if (!this.f1047s.containsKey(null)) { + if (!this.f1050s.containsKey(null)) { throw null; } - this.f1047s.get(null).k(false); + this.f1050s.get(null).k(false); throw null; case 15: c cVar2 = (c) message.obj; - if (this.f1047s.containsKey(cVar2.a)) { - a aVar6 = this.f1047s.get(cVar2.a); + if (this.f1050s.containsKey(cVar2.a)) { + a aVar6 = this.f1050s.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.f1047s.containsKey(cVar3.a)) { - a aVar7 = this.f1047s.get(cVar3.a); + if (this.f1050s.containsKey(cVar3.a)) { + a aVar7 = this.f1050s.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 0d45fbcbb0..1109aabc55 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/g0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/g0.java @@ -17,11 +17,11 @@ import com.google.android.gms.common.api.Scope; import java.util.Set; /* compiled from: com.google.android.gms:play-services-base@@17.3.0 */ public final class g0 extends d implements c.a, c.b { - public static a.AbstractC0104a a = c.i.a.f.l.c.f1224c; + public static a.AbstractC0104a a = c.i.a.f.l.c.f1227c; public final Context b; /* renamed from: c reason: collision with root package name */ - public final Handler f1051c; + public final Handler f1054c; public final a.AbstractC0104a d; public Set e; public c.i.a.f.e.k.c f; @@ -32,7 +32,7 @@ public final class g0 extends d implements c.a, c.b { public g0(Context context, Handler handler, @NonNull c.i.a.f.e.k.c cVar) { a.AbstractC0104a aVar = a; this.b = context; - this.f1051c = handler; + this.f1054c = 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 5de905c383..76adf3f859 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 f1052c; + public final String f1055c; 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.f1067c; + String str = q0.f1070c; 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.f1052c = null; + this.f1055c = null; return; } - this.f1052c = str; + this.f1055c = 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 139e33d855..a23b3b8964 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.f1050c = v0; + bVar.f1053c = 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 e91c0f556e..538bfd9b73 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 f1053c; + public volatile a f1056c; /* 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.f1053c = new a<>(l, str); + this.f1056c = 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 8800eb496f..a4bde47637 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 f1054c; + public final d0 f1057c; public l0(d0 d0Var, TaskCompletionSource taskCompletionSource) { super(3, taskCompletionSource); - this.f1054c = d0Var; + this.f1057c = 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.f1054c.a); + Objects.requireNonNull(this.f1057c.a); return null; } @Override // c.i.a.f.e.h.j.k0 public final boolean g(g.a aVar) { - Objects.requireNonNull(this.f1054c.a); + Objects.requireNonNull(this.f1057c.a); return false; } @Override // c.i.a.f.e.h.j.e0 public final void h(g.a aVar) throws RemoteException { - m mVar = this.f1054c.a; + m mVar = this.f1057c.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.f1221c, taskCompletionSource)); - k.a aVar2 = this.f1054c.a.a.f1053c; + vVar.b.a((f) fVar, i.j(vVar.f1224c, taskCompletionSource)); + k.a aVar2 = this.f1057c.a.a.f1056c; if (aVar2 != null) { - aVar.g.put(aVar2, this.f1054c); + aVar.g.put(aVar2, this.f1057c); } } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/m0.java b/app/src/main/java/c/i/a/f/e/h/j/m0.java index 0c759fe90c..ce0773aa0b 100644 --- a/app/src/main/java/c/i/a/f/e/h/j/m0.java +++ b/app/src/main/java/c/i/a/f/e/h/j/m0.java @@ -43,6 +43,6 @@ public final class m0> extends s { public final void e(@NonNull Exception exc) { String simpleName = exc.getClass().getSimpleName(); String localizedMessage = exc.getLocalizedMessage(); - this.b.a(new Status(10, c.d.b.a.a.f(c.d.b.a.a.b(localizedMessage, simpleName.length() + 2), simpleName, ": ", localizedMessage))); + this.b.a(new Status(10, c.d.b.a.a.g(c.d.b.a.a.b(localizedMessage, simpleName.length() + 2), simpleName, ": ", localizedMessage))); } } diff --git a/app/src/main/java/c/i/a/f/e/h/j/n0.java b/app/src/main/java/c/i/a/f/e/h/j/n0.java index a6cc17c8d1..536e888dd1 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 f1055c; + public final k.a f1058c; public n0(k.a aVar, TaskCompletionSource taskCompletionSource) { super(4, taskCompletionSource); - this.f1055c = aVar; + this.f1058c = 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.f1055c); + d0 d0Var = aVar.g.get(this.f1058c); 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.f1055c); + d0 d0Var = aVar.g.get(this.f1058c); 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.f1055c); + d0 remove = aVar.g.remove(this.f1058c); 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.f1222c, taskCompletionSource)); + xVar.b.a((f) fVar, i.j(xVar.f1225c, taskCompletionSource)); k kVar = remove.a.a; kVar.b = null; - kVar.f1053c = null; + kVar.f1056c = 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 6733a718c6..fb5ec2aa7a 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 f1056c; + public final TaskCompletionSource f1059c; public final n d; public o0(int i, p pVar, TaskCompletionSource taskCompletionSource, n nVar) { super(i); - this.f1056c = taskCompletionSource; + this.f1059c = 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.f1056c.a(this.d.a(status)); + this.f1059c.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.f1056c); + this.b.c(aVar.b, this.f1059c); } catch (DeadObjectException e) { throw e; } catch (RemoteException e2) { - this.f1056c.a(this.d.a(s.a(e2))); + this.f1059c.a(this.d.a(s.a(e2))); } catch (RuntimeException e3) { - this.f1056c.a(e3); + this.f1059c.a(e3); } } @Override // c.i.a.f.e.h.j.s public final void d(@NonNull v0 v0Var, boolean z2) { - TaskCompletionSource taskCompletionSource = this.f1056c; + TaskCompletionSource taskCompletionSource = this.f1059c; 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.f1056c.a(exc); + this.f1059c.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 1232b80e7c..9f33361788 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.f1049c.getClass().getName().concat(" disconnecting because it was signed out.")); + aVar.b.c(aVar.f1052c.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 e90437d806..afbb1f2237 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.f2356c; + Object obj = GoogleApiAvailability.f2359c; 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 82882ff84d..fb7eefda72 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.f1047s.get(bVar.b); + g.a aVar = g.this.f1050s.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.f1050c) != null) { + if (bVar3.e && (gVar = bVar3.f1053c) != 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 e7d71fbe6a..88d7fa4dbd 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 f1057c; + public j0 f1060c; public final Context d; public final e e; public final c.i.a.f.e.c f; @@ -69,7 +69,7 @@ public abstract class b { @Nullable /* renamed from: s reason: collision with root package name */ - public final String f1058s; + public final String f1061s; @Nullable public ConnectionResult t = null; public boolean u = false; @@ -262,7 +262,7 @@ public abstract class b { } hVar3.c(); } else { - Log.wtf("GmsClient", c.d.b.a.a.e(45, "Don't know how to handle message: ", message.what), new Exception()); + Log.wtf("GmsClient", c.d.b.a.a.f(45, "Don't know how to handle message: ", message.what), new Exception()); } } else if (a(message)) { h hVar4 = (h) message.obj; @@ -384,7 +384,7 @@ public abstract class b { String interfaceDescriptor = iBinder.getInterfaceDescriptor(); if (!b.this.w().equals(interfaceDescriptor)) { String w = b.this.w(); - Log.e("GmsClient", c.d.b.a.a.g(c.d.b.a.a.b(interfaceDescriptor, c.d.b.a.a.b(w, 34)), "service descriptor mismatch: ", w, " vs. ", interfaceDescriptor)); + Log.e("GmsClient", c.d.b.a.a.h(c.d.b.a.a.b(interfaceDescriptor, c.d.b.a.a.b(w, 34)), "service descriptor mismatch: ", w, " vs. ", interfaceDescriptor)); return false; } IInterface r = b.this.r(this.g); @@ -440,7 +440,7 @@ public abstract class b { this.r = i2; this.p = aVar; this.q = bVar; - this.f1058s = str; + this.f1061s = str; } public static void C(b bVar) { @@ -485,7 +485,7 @@ public abstract class b { } public final String A() { - String str = this.f1058s; + String str = this.f1061s; 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.f1057c.a; + String str = this.f1060c.a; Objects.requireNonNull(str, "null reference"); - Objects.requireNonNull(this.f1057c); + Objects.requireNonNull(this.f1060c); String A = A(); - Objects.requireNonNull(this.f1057c); + Objects.requireNonNull(this.f1060c); 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.f1057c) == null)) { + if (!(iVar2 == null || (j0Var = this.f1060c) == 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.f1057c.a; + String str3 = this.f1060c.a; Objects.requireNonNull(str3, "null reference"); - Objects.requireNonNull(this.f1057c); + Objects.requireNonNull(this.f1060c); String A2 = A(); - Objects.requireNonNull(this.f1057c); + Objects.requireNonNull(this.f1060c); 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.f1057c = new j0("com.google.android.gms", x2, false, 4225, false); + this.f1060c = new j0("com.google.android.gms", x2, false, 4225, false); e eVar3 = this.e; Objects.requireNonNull(x2, "null reference"); - Objects.requireNonNull(this.f1057c); + Objects.requireNonNull(this.f1060c); String A3 = A(); - Objects.requireNonNull(this.f1057c); + Objects.requireNonNull(this.f1060c); if (!eVar3.b(new e.a(x2, "com.google.android.gms", 4225, false), iVar3, A3)) { - String str4 = this.f1057c.a; + String str4 = this.f1060c.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.f1057c) == null) { + if (!j() || (j0Var = this.f1060c) == 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 4d6147cc69..01caa9d002 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 f1060c; + public final Set f1063c; 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 f1061c; + public String f1064c; public String d; public final c a() { - return new c(this.a, this.b, null, 0, null, this.f1061c, this.d, c.i.a.f.l.a.i); + return new c(this.a, this.b, null, 0, null, this.f1064c, this.d, c.i.a.f.l.a.i); } } @@ -55,6 +55,6 @@ public final class c { Objects.requireNonNull(bVar); hashSet.addAll(null); } - this.f1060c = Collections.unmodifiableSet(hashSet); + this.f1063c = 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 828016acff..afbd2f20b7 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 f1062x; + public final c f1065x; /* renamed from: y reason: collision with root package name */ - public final Set f1063y; + public final Set f1066y; @Nullable /* renamed from: z reason: collision with root package name */ - public final Account f1064z; + public final Account f1067z; /* 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.f2356c; + Object obj = GoogleApiAvailability.f2359c; GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.d; Objects.requireNonNull(fVar, "null reference"); Objects.requireNonNull(lVar, "null reference"); - this.f1062x = cVar; - this.f1064z = cVar.a; - Set set = cVar.f1060c; + this.f1065x = cVar; + this.f1067z = cVar.a; + Set set = cVar.f1063c; for (Scope scope : set) { if (!set.contains(scope)) { throw new IllegalStateException("Expanding scopes is not permitted, use implied scopes instead"); } } - this.f1063y = set; + this.f1066y = set; } @Override // c.i.a.f.e.h.a.f @NonNull public Set a() { - return o() ? this.f1063y : Collections.emptySet(); + return o() ? this.f1066y : Collections.emptySet(); } @Override // c.i.a.f.e.k.b @Nullable public final Account s() { - return this.f1064z; + return this.f1067z; } @Override // c.i.a.f.e.k.b public final Set u() { - return this.f1063y; + return this.f1066y; } } 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 be9c12f0f3..8e74d8807e 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 f1065c; + public final String f1068c; 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.f1065c = str2; + this.f1068c = 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.f1065c, aVar.f1065c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e; + return AnimatableValueParser.j0(this.b, aVar.b) && AnimatableValueParser.j0(this.f1068c, aVar.f1068c) && AnimatableValueParser.j0(null, null) && this.d == aVar.d && this.e == aVar.e; } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.b, this.f1065c, null, Integer.valueOf(this.d), Boolean.valueOf(this.e)}); + return Arrays.hashCode(new Object[]{this.b, this.f1068c, 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 e99d8618d0..c3d602cca3 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 f1066c = new HashMap<>(); + public final HashMap f1069c = 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.f1066c) { - g0 g0Var = this.f1066c.get(aVar); + synchronized (this.f1069c) { + g0 g0Var = this.f1069c.get(aVar); if (g0Var == null) { g0Var = new g0(this, aVar); g0Var.i.put(serviceConnection, serviceConnection); g0Var.a(str); - this.f1066c.put(aVar, g0Var); + this.f1069c.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.f1066c) { - g0 g0Var = this.f1066c.get(aVar); + synchronized (this.f1069c) { + g0 g0Var = this.f1069c.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 6f9f6f514f..91b679125c 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.f1066c) { + synchronized (this.i.f1069c) { e.a aVar = (e.a) message.obj; - g0 g0Var = this.i.f1066c.get(aVar); + g0 g0Var = this.i.f1069c.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.f1066c.remove(aVar); + this.i.f1069c.remove(aVar); } } return true; } else if (i != 1) { return false; } else { - synchronized (this.i.f1066c) { + synchronized (this.i.f1069c) { e.a aVar2 = (e.a) message.obj; - g0 g0Var2 = this.i.f1066c.get(aVar2); + g0 g0Var2 = this.i.f1069c.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.f1065c; + String str = aVar2.f1068c; Objects.requireNonNull(str, "null reference"); componentName = new ComponentName(str, EnvironmentCompat.MEDIA_UNKNOWN); } diff --git a/app/src/main/java/c/i/a/f/e/k/g0.java b/app/src/main/java/c/i/a/f/e/k/g0.java index 874642e99c..626418b6f4 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.a0(valueOf.length() + 34, "Dynamic intent resolution failed: ", valueOf, "ConnectionStatusConfig"); + c.d.b.a.a.c0(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.f1065c); + intent = new Intent(aVar2.b).setPackage(aVar2.f1068c); } 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.f1066c) { + synchronized (this.o.f1069c) { 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.f1066c) { + synchronized (this.o.f1069c) { this.o.e.removeMessages(1, this.m); this.l = null; this.n = componentName; diff --git a/app/src/main/java/c/i/a/f/e/k/q0.java b/app/src/main/java/c/i/a/f/e/k/q0.java index 9d1899076b..676198a9ea 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 f1067c; + public static String f1070c; 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) { - f1067c = bundle.getString("com.google.app.id"); + f1070c = 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 81b3388065..223863319e 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 f1068c; + public final /* synthetic */ l.a f1071c; public t(d dVar, TaskCompletionSource taskCompletionSource, l.a aVar, l.b bVar) { this.a = dVar; this.b = taskCompletionSource; - this.f1068c = aVar; + this.f1071c = 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.f1068c.a(j)); + taskCompletionSource.a.t(this.f1071c.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 9ec24bcebc..55657b6c38 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 f1069c; + public final int f1072c; public a(@RecentlyNonNull String str, @RecentlyNonNull String... strArr) { String str2; if (strArr.length == 0) { str2 = ""; } else { - StringBuilder L = c.d.b.a.a.L('['); + StringBuilder N = c.d.b.a.a.N('['); for (String str3 : strArr) { - if (L.length() > 1) { - L.append(","); + if (N.length() > 1) { + N.append(","); } - L.append(str3); + N.append(str3); } - L.append(']'); - L.append(' '); - str2 = L.toString(); + N.append(']'); + N.append(' '); + str2 = N.toString(); } this.b = str2; this.a = str; @@ -36,11 +36,11 @@ public class a { while (7 >= i && !Log.isLoggable(this.a, i)) { i++; } - this.f1069c = i; + this.f1072c = i; } public void a(@RecentlyNonNull String str, @Nullable Object... objArr) { - if (this.f1069c <= 3) { + if (this.f1072c <= 3) { String str2 = this.a; if (objArr.length > 0) { str = String.format(Locale.US, str, objArr); diff --git a/app/src/main/java/c/i/a/f/e/n/a.java b/app/src/main/java/c/i/a/f/e/n/a.java index b8860a5745..f7c32fb02c 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 f1070c = new ConcurrentHashMap<>(); + public ConcurrentHashMap f1073c = 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.f1070c.containsKey(serviceConnection)) { + if (!(!(serviceConnection instanceof i0)) || !this.f1073c.containsKey(serviceConnection)) { try { context.unbindService(serviceConnection); } catch (IllegalArgumentException | IllegalStateException unused) { @@ -49,11 +49,11 @@ public class a { } else { try { try { - context.unbindService(this.f1070c.get(serviceConnection)); + context.unbindService(this.f1073c.get(serviceConnection)); } catch (IllegalArgumentException | IllegalStateException unused2) { } } finally { - this.f1070c.remove(serviceConnection); + this.f1073c.remove(serviceConnection); } } } @@ -76,7 +76,7 @@ public class a { return false; } if (!(serviceConnection instanceof i0)) { - ServiceConnection putIfAbsent = this.f1070c.putIfAbsent(serviceConnection, serviceConnection); + ServiceConnection putIfAbsent = this.f1073c.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.f1070c.remove(serviceConnection, serviceConnection); + this.f1073c.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 1b4011b330..e2f2752733 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 f1071c; + public static Boolean f1074c; @Nullable public static Boolean d; public static Boolean e; @@ -487,7 +487,7 @@ public final class c { @WorkerThread public static Set L0(SQLiteDatabase sQLiteDatabase, String str) { HashSet hashSet = new HashSet(); - Cursor rawQuery = sQLiteDatabase.rawQuery(c.d.b.a.a.f(c.d.b.a.a.b(str, 22), "SELECT * FROM ", str, " LIMIT 0"), null); + Cursor rawQuery = sQLiteDatabase.rawQuery(c.d.b.a.a.g(c.d.b.a.a.b(str, 22), "SELECT * FROM ", str, " LIMIT 0"), null); try { Collections.addAll(hashSet, rawQuery.getColumnNames()); return hashSet; @@ -570,7 +570,7 @@ public final class c { } else if (i == 3) { str = "M/d/yy"; } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Unknown DateFormat style: ", i)); + throw new IllegalArgumentException(c.d.b.a.a.l("Unknown DateFormat style: ", i)); } sb.append(str); sb.append(" "); @@ -581,7 +581,7 @@ public final class c { } else if (i2 == 3) { str2 = "h:mm a"; } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Unknown DateFormat style: ", i2)); + throw new IllegalArgumentException(c.d.b.a.a.l("Unknown DateFormat style: ", i2)); } sb.append(str2); return new SimpleDateFormat(sb.toString(), Locale.US); @@ -760,7 +760,7 @@ public final class c { c7 c7Var = ((u4) c6Var).zzb; if (c7Var != null) { for (int i2 = 0; i2 < c7Var.b; i2++) { - U0(sb, i, String.valueOf(c7Var.f1095c[i2] >>> 3), c7Var.d[i2]); + U0(sb, i, String.valueOf(c7Var.f1098c[i2] >>> 3), c7Var.d[i2]); } } } @@ -1107,10 +1107,10 @@ public final class c { if (i2 < 0) { throw zzij.b(); } else if (i2 == 0) { - s3Var.f1134c = ""; + s3Var.f1137c = ""; return A0; } else { - s3Var.f1134c = new String(bArr, A0, i2, w4.a); + s3Var.f1137c = new String(bArr, A0, i2, w4.a); return A0 + i2; } } @@ -1131,10 +1131,10 @@ public final class c { if (i2 < 0) { throw zzij.b(); } else if (i2 == 0) { - s3Var.f1134c = ""; + s3Var.f1137c = ""; return A0; } else { - s3Var.f1134c = k7.a.c(bArr, A0, i2); + s3Var.f1137c = k7.a.c(bArr, A0, i2); return A0 + i2; } } @@ -1166,10 +1166,10 @@ public final class c { } else if (i2 > bArr.length - A0) { throw zzij.a(); } else if (i2 == 0) { - s3Var.f1134c = t3.i; + s3Var.f1137c = t3.i; return A0; } else { - s3Var.f1134c = t3.h(bArr, A0, i2); + s3Var.f1137c = t3.h(bArr, A0, i2); return A0 + i2; } } @@ -1205,7 +1205,7 @@ public final class c { if (i2 >= 0) { return W("%s (%s) must not be greater than size (%s)", str, Integer.valueOf(i), Integer.valueOf(i2)); } - throw new IllegalArgumentException(c.d.b.a.a.k("negative size: ", i2)); + throw new IllegalArgumentException(c.d.b.a.a.l("negative size: ", i2)); } @NonNull @@ -1222,7 +1222,7 @@ public final class c { public static ExecutorService f(String str) { ExecutorService unconfigurableExecutorService = Executors.unconfigurableExecutorService(new ThreadPoolExecutor(1, 1, 0, TimeUnit.MILLISECONDS, new LinkedBlockingQueue(), new s0(str, new AtomicLong(1)), new ThreadPoolExecutor.DiscardPolicy())); - Runtime.getRuntime().addShutdownHook(new Thread(new t0(str, unconfigurableExecutorService, 2, TimeUnit.SECONDS), c.d.b.a.a.t("Crashlytics Shutdown Hook for ", str))); + Runtime.getRuntime().addShutdownHook(new Thread(new t0(str, unconfigurableExecutorService, 2, TimeUnit.SECONDS), c.d.b.a.a.u("Crashlytics Shutdown Hook for ", str))); return unconfigurableExecutorService; } @@ -1342,7 +1342,7 @@ public final class c { } else if (i2 >= 0) { str = W("%s (%s) must be less than size (%s)", "index", Integer.valueOf(i), Integer.valueOf(i2)); } else { - throw new IllegalArgumentException(c.d.b.a.a.k("negative size: ", i2)); + throw new IllegalArgumentException(c.d.b.a.a.l("negative size: ", i2)); } throw new IndexOutOfBoundsException(str); } @@ -1360,7 +1360,7 @@ public final class c { if (obj != null) { return obj; } - throw new NullPointerException(c.d.b.a.a.k("at index ", i)); + throw new NullPointerException(c.d.b.a.a.l("at index ", i)); } public static int[] l0(Collection collection) { @@ -1381,7 +1381,7 @@ public final class c { public static void m(Object obj, Object obj2) { if (obj == null) { - throw new NullPointerException(c.d.b.a.a.s("null key in entry: null=", obj2)); + throw new NullPointerException(c.d.b.a.a.t("null key in entry: null=", obj2)); } else if (obj2 == null) { throw new NullPointerException("null value in entry: " + obj + "=null"); } @@ -1711,14 +1711,14 @@ public final class c { public static int w0(q6 q6Var, int i, byte[] bArr, int i2, int i3, b5 b5Var, s3 s3Var) throws IOException { int y0 = y0(q6Var, bArr, i2, i3, s3Var); - b5Var.add(s3Var.f1134c); + b5Var.add(s3Var.f1137c); while (y0 < i3) { int A0 = A0(bArr, y0, s3Var); if (i != s3Var.a) { break; } y0 = y0(q6Var, bArr, A0, i3, s3Var); - b5Var.add(s3Var.f1134c); + b5Var.add(s3Var.f1137c); } return y0; } @@ -1734,7 +1734,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.f1134c = b2; + s3Var.f1137c = b2; return m; } @@ -1759,7 +1759,7 @@ public final class c { int i4 = (b3 == 1 ? 1 : 0) + i3; q6Var.h(a2, bArr, i3, i4, s3Var); q6Var.d(a2); - s3Var.f1134c = a2; + s3Var.f1137c = 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 f401af741b..67ce68bf5d 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 f1072c; + public static final Method f1075c; @Nullable public static final Method d; @@ -45,7 +45,7 @@ public class i { } catch (Exception unused3) { method3 = null; } - f1072c = method3; + f1075c = 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 050e1e295d..53aa92f2a4 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 f1073c; + public static Context f1076c; public static a0 a(String str, t tVar, boolean z2, boolean z3) { o0 o0Var; try { if (a == null) { - Objects.requireNonNull(f1073c, "null reference"); + Objects.requireNonNull(f1076c, "null reference"); synchronized (b) { if (a == null) { - IBinder b2 = DynamiteModule.c(f1073c, DynamiteModule.i, "com.google.android.gms.googlecertificates").b("com.google.android.gms.common.GoogleCertificatesImpl"); + IBinder b2 = DynamiteModule.c(f1076c, 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(f1073c, "null reference"); + Objects.requireNonNull(f1076c, "null reference"); try { - return a.t0(new zzj(str, tVar, z2, z3), new b(f1073c.getPackageManager())) ? a0.a : new c0(new u(z2, str, tVar), null); + return a.t0(new zzj(str, tVar, z2, z3), new b(f1076c.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 edb3fc2031..39b3c8e4a0 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 f1074c = new WeakReference<>(null); - public WeakReference d = f1074c; + public static final WeakReference f1077c = new WeakReference<>(null); + public WeakReference d = f1077c; 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 f9d1b6cca7..454f2fca90 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[] f1075c; + public final byte[] f1078c; public w(byte[] bArr) { super(Arrays.copyOfRange(bArr, 0, 25)); - this.f1075c = bArr; + this.f1078c = bArr; } @Override // c.i.a.f.e.t public final byte[] g() { - return this.f1075c; + return this.f1078c; } } 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 4c8c6dc7da..fc989f3d30 100644 --- a/app/src/main/java/c/i/a/f/f/b.java +++ b/app/src/main/java/c/i/a/f/f/b.java @@ -43,7 +43,7 @@ public final class b extends a.AbstractBinderC0110a { throw new IllegalArgumentException("IObjectWrapper declared field not private!"); } } else { - throw new IllegalArgumentException(c.d.b.a.a.e(64, "Unexpected number of IObjectWrapper declared fields: ", declaredFields.length)); + throw new IllegalArgumentException(c.d.b.a.a.f(64, "Unexpected number of IObjectWrapper declared fields: ", declaredFields.length)); } } } diff --git a/app/src/main/java/c/i/a/f/g/b.java b/app/src/main/java/c/i/a/f/g/b.java index 1c8b82a866..bef1731993 100644 --- a/app/src/main/java/c/i/a/f/g/b.java +++ b/app/src/main/java/c/i/a/f/g/b.java @@ -10,12 +10,12 @@ public final class b implements DynamiteModule.a { int b = bVar.b(context, str); aVar.a = b; if (b != 0) { - aVar.f2360c = -1; + aVar.f2363c = -1; } else { int a = bVar.a(context, str, true); aVar.b = a; if (a != 0) { - aVar.f2360c = 1; + aVar.f2363c = 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 0c7ecdfa94..374c5a1672 100644 --- a/app/src/main/java/c/i/a/f/g/c.java +++ b/app/src/main/java/c/i/a/f/g/c.java @@ -16,11 +16,11 @@ public final class c implements DynamiteModule.a { } int i = aVar.a; if (i == 0 && aVar.b == 0) { - aVar.f2360c = 0; + aVar.f2363c = 0; } else if (i >= aVar.b) { - aVar.f2360c = -1; + aVar.f2363c = -1; } else { - aVar.f2360c = 1; + aVar.f2363c = 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 a62a314b88..ca7db11358 100644 --- a/app/src/main/java/c/i/a/f/g/d.java +++ b/app/src/main/java/c/i/a/f/g/d.java @@ -12,11 +12,11 @@ public final class d implements DynamiteModule.a { aVar.b = a; int i = aVar.a; if (i == 0 && a == 0) { - aVar.f2360c = 0; + aVar.f2363c = 0; } else if (a >= i) { - aVar.f2360c = 1; + aVar.f2363c = 1; } else { - aVar.f2360c = -1; + aVar.f2363c = -1; } return aVar; } 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 06a956ffe4..79ad522b21 100644 --- a/app/src/main/java/c/i/a/f/h/c/o.java +++ b/app/src/main/java/c/i/a/f/h/c/o.java @@ -20,7 +20,7 @@ public final class o extends d { a.C0102a.C0103a aVar3 = new a.C0102a.C0103a(aVar == null ? a.C0102a.i : aVar); byte[] bArr = new byte[16]; a.a.nextBytes(bArr); - aVar3.f1030c = Base64.encodeToString(bArr, 11); + aVar3.f1033c = Base64.encodeToString(bArr, 11); this.A = new a.C0102a(aVar3); } diff --git a/app/src/main/java/c/i/a/f/h/d/a.java b/app/src/main/java/c/i/a/f/h/d/a.java index ad0e16fcfa..df9f5c6df2 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.f1062x; + c.i.a.f.e.k.c cVar = this.f1065x; Account account = cVar.a; if (TextUtils.isEmpty(account != null ? account.name : null)) { return false; } - if (cVar.d.get(b.f1031c) == null) { + if (cVar.d.get(b.f1034c) == 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 dc99d567c0..074407b9ff 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.f1051c.post(new i0(g0Var, (zam) b.a(parcel, zam.CREATOR))); + g0Var.f1054c.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/i/e.java b/app/src/main/java/c/i/a/f/h/i/e.java index 0122b43daa..bf3264fcb0 100644 --- a/app/src/main/java/c/i/a/f/h/i/e.java +++ b/app/src/main/java/c/i/a/f/h/i/e.java @@ -12,7 +12,7 @@ public final class e { } } - /* JADX WARNING: Removed duplicated region for block: B:19:0x0081 */ + /* JADX WARNING: Removed duplicated region for block: B:19:0x0080 */ /* JADX WARNING: Removed duplicated region for block: B:21:? A[RETURN, SYNTHETIC] */ static { g gVar; 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 5c0bb856c4..5cb028e536 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 f1076c = new b0(this); + public final Runnable f1079c = 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.f1076c); + b().removeCallbacks(this.f1079c); } 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.f1076c, j)) { + if (!b().postDelayed(this.f1079c, 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 4a4ff69b3c..ce1f7b0635 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.f1084c.getResources().getXml(i)); + i0Var = g0Var.I(g0Var.i.f1087c.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.f1085c; + String str3 = i0Var.f1088c; 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 f7b6fe84ff..465bda1570 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 f1077c = c1.a; + public static volatile d1 f1080c = 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 470493985d..453400f896 100644 --- a/app/src/main/java/c/i/a/f/h/j/e0.java +++ b/app/src/main/java/c/i/a/f/h/j/e0.java @@ -11,7 +11,7 @@ public final class e0 { public static f0 b = f0.c("analytics.log_tag", "GAv4", "GAv4-SVC"); /* renamed from: c reason: collision with root package name */ - public static f0 f1078c = f0.b("analytics.local_dispatch_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, 120000); + public static f0 f1081c = f0.b("analytics.local_dispatch_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, 120000); public static f0 d = f0.b("analytics.initial_local_dispatch_millis", 5000, 5000); public static f0 e = f0.b("analytics.dispatch_alarm_millis", 7200000, 7200000); public static f0 f = f0.b("analytics.max_dispatch_alarm_millis", 32400000, 32400000); @@ -29,20 +29,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 f1079s = f0.c("analytics.fallback_responses.k", "404,502", "404,502"); + public static f0 f1082s = 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 f1080x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); + public static f0 f1083x = f0.b("analytics.service_client.idle_disconnect_millis", 10000, 10000); /* renamed from: y reason: collision with root package name */ - public static f0 f1081y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); + public static f0 f1084y = f0.b("analytics.service_client.connect_timeout_millis", 5000, 5000); /* renamed from: z reason: collision with root package name */ - public static f0 f1082z = f0.b("analytics.service_client.reconnect_throttle_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); + public static f0 f1085z = f0.b("analytics.service_client.reconnect_throttle_millis", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD, StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); static { f0.d("analytics.service_enabled", false, false); diff --git a/app/src/main/java/c/i/a/f/h/j/f1.java b/app/src/main/java/c/i/a/f/h/j/f1.java index 0c510961f3..4c51db2f1a 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 f1083c; + public String f1086c; 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.f1083c); + hashMap.put("appId", this.f1086c); 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 02c07a4a1f..94ad39f3f6 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 f1084c; + public final Context f1087c; 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.f1084c = context2; + this.f1087c = context2; d dVar = d.a; this.d = dVar; m0 m0Var = new m0(this); @@ -40,7 +40,7 @@ public class g { this.f = m0Var; m0 c2 = c(); String str = f.a; - c2.a(4, a.f(a.b(str, 134), "Google Analytics ", str, " is starting up. To enable debug logging on a device run:\n adb shell setprop log.tag.GAv4 DEBUG\n adb logcat -s GAv4"), null, null, null); + c2.a(4, a.g(a.b(str, 134), "Google Analytics ", str, " is starting up. To enable debug logging on a device run:\n adb shell setprop log.tag.GAv4 DEBUG\n adb logcat -s GAv4"), null, null, null); p0 p0Var = new p0(this); p0Var.K(); this.k = p0Var; diff --git a/app/src/main/java/c/i/a/f/h/j/h0.java b/app/src/main/java/c/i/a/f/h/j/h0.java index 8d1dea1d71..61a5750362 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.f1085c = str2; + this.b.f1088c = 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 d51b971d52..034779f801 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 f1085c; + public String f1088c; 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 96f8fb3f0c..98d798770b 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.f1080x.a.longValue()); + this.m.e(e0.f1083x.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 33c82b652d..a426e8849d 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 f1086c; + public final long f1089c; 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.f1086c = j2; + this.f1089c = j2; this.e = i; TextUtils.isEmpty(null); this.g = null; @@ -92,15 +92,15 @@ public final class j0 { } public final String toString() { - StringBuilder N = a.N("ht="); - N.append(this.d); - if (this.f1086c != 0) { - N.append(", dbId="); - N.append(this.f1086c); + StringBuilder P = a.P("ht="); + P.append(this.d); + if (this.f1089c != 0) { + P.append(", dbId="); + P.append(this.f1089c); } if (this.e != 0) { - N.append(", appUID="); - N.append(this.e); + P.append(", appUID="); + P.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; - N.append(", "); - N.append(str); - N.append("="); - N.append(this.a.get(str)); + P.append(", "); + P.append(str); + P.append("="); + P.append(this.a.get(str)); } - return N.toString(); + return P.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 decdda47e5..559afd2715 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 N = a.N(str); - N.append(Math.round(Math.pow(10.0d, (double) (valueOf.length() - 1)))); - N.append("..."); - N.append(str); - N.append(Math.round(Math.pow(10.0d, (double) valueOf.length()) - 1.0d)); - return N.toString(); + StringBuilder P = a.P(str); + P.append(Math.round(Math.pow(10.0d, (double) (valueOf.length() - 1)))); + P.append("..."); + P.append(str); + P.append(Math.round(Math.pow(10.0d, (double) valueOf.length()) - 1.0d)); + return P.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 0363562061..1ee36d5a8b 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 f1087c; + public boolean f1090c; public boolean d; public n0(g gVar) { @@ -21,9 +21,9 @@ public class n0 extends BroadcastReceiver { } public final void a() { - if (this.f1087c) { + if (this.f1090c) { this.b.c().C("Unregistering connectivity change receiver"); - this.f1087c = false; + this.f1090c = 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 84b90d24c0..eac1aed500 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.f1086c)); + S(sb, "z", j != 0 ? String.valueOf(j) : String.valueOf(j0Var.f1089c)); } return sb.toString(); } catch (UnsupportedEncodingException e) { @@ -337,7 +337,7 @@ public final class o0 extends e { if (z5) { break; } - arrayList.add(Long.valueOf(j0Var.f1086c)); + arrayList.add(Long.valueOf(j0Var.f1089c)); } z5 = false; if (z5) { @@ -491,11 +491,11 @@ public final class o0 extends e { if (j0Var2.f) { String d = z.d(); String f = z.f(); - str3 = a.g(R2.length() + a.b(f, a.b(d, 1)), d, f, "?", R2); + str3 = a.h(R2.length() + a.b(f, a.b(d, 1)), d, f, "?", R2); } else { String e10 = z.e(); String f2 = z.f(); - str3 = a.g(R2.length() + a.b(f2, a.b(e10, 1)), e10, f2, "?", R2); + str3 = a.h(R2.length() + a.b(f2, a.b(e10, 1)), e10, f2, "?", R2); } try { url2 = new URL(str3); @@ -599,7 +599,7 @@ public final class o0 extends e { if (z4) { break; } - arrayList2.add(Long.valueOf(j0Var2.f1086c)); + arrayList2.add(Long.valueOf(j0Var2.f1089c)); if (arrayList2.size() >= z.c()) { break; } diff --git a/app/src/main/java/c/i/a/f/h/j/p.java b/app/src/main/java/c/i/a/f/h/j/p.java index 6e243486a3..75b91671f9 100644 --- a/app/src/main/java/c/i/a/f/h/j/p.java +++ b/app/src/main/java/c/i/a/f/h/j/p.java @@ -24,7 +24,7 @@ public final class p extends SQLiteOpenHelper { public static Set b(SQLiteDatabase sQLiteDatabase, String str) { String[] columnNames; HashSet hashSet = new HashSet(); - Cursor rawQuery = sQLiteDatabase.rawQuery(a.f(str.length() + 22, "SELECT * FROM ", str, " LIMIT 0"), null); + Cursor rawQuery = sQLiteDatabase.rawQuery(a.g(str.length() + 22, "SELECT * FROM ", str, " LIMIT 0"), null); try { for (String str2 : rawQuery.getColumnNames()) { hashSet.add(str2); @@ -94,7 +94,7 @@ public final class p extends SQLiteOpenHelper { m0Var.B(str, str2); } else { if (str2 != null) { - str = a.f(str2.length() + 23, str, ":", str2); + str = a.g(str2.length() + 23, str, ":", str2); } Log.e(e0.b.a, str); } diff --git a/app/src/main/java/c/i/a/f/h/j/q.java b/app/src/main/java/c/i/a/f/h/j/q.java index b405c29a4f..4563ce3f98 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.f1083c = packageName; + f1Var.f1086c = 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.f1083c)) { - f1Var3.f1083c = f1Var2.f1083c; + if (!TextUtils.isEmpty(f1Var2.f1086c)) { + f1Var3.f1086c = f1Var2.f1086c; } 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 fd5be65b4e..3b0e19180d 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 f1088s; + public final y0 f1091s; 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.f1088s = new y0(this.i.d); + this.f1091s = 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.f1086c); + this.l.W(j0Var.f1089c); } 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.f1088s.b(e0.f1082z.a.longValue())) { - this.f1088s.a(); + if (this.f1091s.b(e0.f1085z.a.longValue())) { + this.f1091s.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.f1081y.a.longValue()); + lVar.wait(e0.f1084y.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.f1088s.b = 0; + this.f1091s.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()).f1086c == j) { + if (((j0) it.next()).f1089c == 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.f1086c); + j = Math.max(j, j0Var.f1089c); arrayList2.remove(j0Var); d("Hit sent do device AnalyticsService for delivery", j0Var); try { - this.l.W(j0Var.f1086c); - arrayList.add(Long.valueOf(j0Var.f1086c)); + this.l.W(j0Var.f1089c); + arrayList.add(Long.valueOf(j0Var.f1089c)); } 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.f1087c) { + if (!n0Var.f1090c) { 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.f1087c = true; + n0Var.f1090c = true; } n0 n0Var2 = this.n; - if (!n0Var2.f1087c) { + if (!n0Var2.f1090c) { 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.f1076c); - if (!a0Var2.b().postDelayed(a0Var2.f1076c, j3)) { + a0Var2.b().removeCallbacks(a0Var2.f1079c); + if (!a0Var2.b().postDelayed(a0Var2.f1079c, 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.f1077c); + Objects.requireNonNull((c1) b1.f1080c); } jobScheduler.schedule(build); return; @@ -502,7 +502,7 @@ public final class r extends e { if (j != Long.MIN_VALUE) { return j; } - long longValue = e0.f1078c.a.longValue(); + long longValue = e0.f1081c.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 19367c953a..7c7c0c3208 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 f1089c; + public static Boolean f1092c; public static boolean a(Context context) { Objects.requireNonNull(context, "null reference"); - Boolean bool = f1089c; + Boolean bool = f1092c; if (bool != null) { return bool.booleanValue(); } boolean a2 = z0.a(context, "com.google.android.gms.analytics.AnalyticsReceiver", false); - f1089c = Boolean.valueOf(a2); + f1092c = 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 354e4d1840..7e49f55ab8 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 f1090c; + public final T f1093c; public t0(T t) { - this.f1090c = t; + this.f1093c = 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.f1225c.isHeld()) { + if (aVar != null && aVar.f1228c.isHeld()) { aVar.b(); } } } catch (SecurityException unused) { } - m0 c2 = g.b(this.f1090c).c(); + m0 c2 = g.b(this.f1093c).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.f1090c).e(); + a e = g.b(this.f1093c).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 55e0f14ca0..f655bcd7c9 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.f1090c.b(i)) { + if (t0Var.f1093c.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 8f78f70c5f..8858dfe1bd 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.f1090c.a(jobParameters, false); + t0Var.f1093c.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 1e5cc41098..5f23459a39 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 f1091c; + public String f1094c; public Set d; public z(g gVar) { @@ -62,8 +62,8 @@ public final class z { public final Set g() { String str; - String str2 = e0.f1079s.a; - if (this.d == null || (str = this.f1091c) == null || !str.equals(str2)) { + String str2 = e0.f1082s.a; + if (this.d == null || (str = this.f1094c) == 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.f1091c = str2; + this.f1094c = str2; this.d = hashSet; } return this.d; diff --git a/app/src/main/java/c/i/a/f/h/k/k.java b/app/src/main/java/c/i/a/f/h/k/k.java index 76f8c1124b..1f60d6901e 100644 --- a/app/src/main/java/c/i/a/f/h/k/k.java +++ b/app/src/main/java/c/i/a/f/h/k/k.java @@ -7,13 +7,13 @@ public final class k { public static final a.AbstractC0104a b; /* renamed from: c reason: collision with root package name */ - public static final a f1092c; + public static final a f1095c; static { a.g gVar = new a.g<>(); a = gVar; j jVar = new j(); b = jVar; - f1092c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); + f1095c = new a<>("AppDataSearch.LIGHTWEIGHT_API", jVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/h/l/a3.java b/app/src/main/java/c/i/a/f/h/l/a3.java index 48b05414ef..c2c7f7149e 100644 --- a/app/src/main/java/c/i/a/f/h/l/a3.java +++ b/app/src/main/java/c/i/a/f/h/l/a3.java @@ -36,11 +36,11 @@ public final class a3 implements z2, Serializable { Object obj; if (this.i) { String valueOf = String.valueOf(this.j); - obj = a.f(valueOf.length() + 25, ""); + obj = a.g(valueOf.length() + 25, ""); } else { obj = this.zza; } String valueOf2 = String.valueOf(obj); - return a.f(valueOf2.length() + 19, "Suppliers.memoize(", valueOf2, ")"); + return a.g(valueOf2.length() + 19, "Suppliers.memoize(", valueOf2, ")"); } } diff --git a/app/src/main/java/c/i/a/f/h/l/b3.java b/app/src/main/java/c/i/a/f/h/l/b3.java index c28cc3b2f9..874e3116bd 100644 --- a/app/src/main/java/c/i/a/f/h/l/b3.java +++ b/app/src/main/java/c/i/a/f/h/l/b3.java @@ -35,6 +35,6 @@ public final class b3 implements z2, Serializable { @Override // java.lang.Object public final String toString() { String valueOf = String.valueOf(this.zza); - return a.f(valueOf.length() + 22, "Suppliers.ofInstance(", valueOf, ")"); + return a.g(valueOf.length() + 22, "Suppliers.ofInstance(", valueOf, ")"); } } diff --git a/app/src/main/java/c/i/a/f/h/l/c0.java b/app/src/main/java/c/i/a/f/h/l/c0.java index 6781e0c113..7d69ff5c1d 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 f1093s; + public final /* synthetic */ g f1096s; /* 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.f1093s = gVar; + this.f1096s = 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.f1093s.j.logEvent(this.n, this.o, this.p, this.q, this.r, l == null ? this.i : l.longValue()); + this.f1096s.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 b0ae25a87c..08ad0c87cd 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 f1094c; + public final ContentObserver f1097c; public c2() { this.b = null; - this.f1094c = null; + this.f1097c = null; } public c2(Context context) { this.b = context; f2 f2Var = new f2(); - this.f1094c = f2Var; + this.f1097c = f2Var; context.getContentResolver().registerContentObserver(u1.a, true, f2Var); } diff --git a/app/src/main/java/c/i/a/f/h/l/c3.java b/app/src/main/java/c/i/a/f/h/l/c3.java index 1f1fcc0f22..e5d0a82479 100644 --- a/app/src/main/java/c/i/a/f/h/l/c3.java +++ b/app/src/main/java/c/i/a/f/h/l/c3.java @@ -35,9 +35,9 @@ public final class c3 implements z2 { Object obj = this.i; if (obj == null) { String valueOf = String.valueOf(this.k); - obj = a.f(valueOf.length() + 25, ""); + obj = a.g(valueOf.length() + 25, ""); } String valueOf2 = String.valueOf(obj); - return a.f(valueOf2.length() + 19, "Suppliers.memoize(", valueOf2, ")"); + return a.g(valueOf2.length() + 19, "Suppliers.memoize(", valueOf2, ")"); } } diff --git a/app/src/main/java/c/i/a/f/h/l/c7.java b/app/src/main/java/c/i/a/f/h/l/c7.java index fc8253a36f..071463bf68 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[] f1095c; + public int[] f1098c; 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.f1095c = iArr; + this.f1098c = 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.f1095c; + int[] iArr = this.f1098c; if (i2 == iArr.length) { int i3 = i2 + (i2 < 4 ? 8 : i2 >> 1); - this.f1095c = Arrays.copyOf(iArr, i3); + this.f1098c = Arrays.copyOf(iArr, i3); this.d = Arrays.copyOf(this.d, i3); } - int[] iArr2 = this.f1095c; + int[] iArr2 = this.f1098c; 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.f1095c[i], this.d[i], v7Var); + b(this.f1098c[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.f1095c[i4]; + int i5 = this.f1098c[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.f1095c; - int[] iArr2 = c7Var.f1095c; + int[] iArr = this.f1098c; + int[] iArr2 = c7Var.f1098c; 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.f1095c; + int[] iArr = this.f1098c; 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 329e35f000..a62b98b723 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 f1096c = 0; + public static final /* synthetic */ int f1099c = 0; @Override // c.i.a.f.h.l.h5 public final boolean equals(Object obj) { diff --git a/app/src/main/java/c/i/a/f/h/l/e6.java b/app/src/main/java/c/i/a/f/h/l/e6.java index 366a544d7a..86b4e7419a 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[] f1098c; + public final int[] f1101c; 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.f1098c = iArr; + this.f1101c = 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.f1123c; + Object[] objArr2 = o6Var2.f1126c; 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.F(a.M(a.b(arrays, name.length() + a.b(str, 40)), "Field ", str, " for ", name), " not found. Known fields are ", arrays)); + throw new RuntimeException(a.H(a.O(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.f1098c[i + 2]; + int i2 = this.f1101c[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.f1098c[i2 + 2] & 1048575), i); + j7.e.e(t, (long) (this.f1101c[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.f1098c.length; + length = this.f1101c.length; Unsafe unsafe = b; int i3 = 1048575; int i4 = 0; for (i = 0; i < length; i += 3) { int I = I(i); - int[] iArr = this.f1098c; + int[] iArr = this.f1101c; 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.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.h(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 19: - s6.q(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.q(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 20: - s6.u(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.u(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 21: - s6.x(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.x(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 22: - s6.J(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.J(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 23: - s6.D(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.D(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 24: - s6.O(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.O(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 25: - s6.R(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.R(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 26: - s6.f(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var); + s6.f(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var); break; case 27: - s6.g(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.g(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); break; case 28: - s6.o(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var); + s6.o(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var); break; case 29: - s6.M(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.M(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 30: - s6.Q(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.Q(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 31: - s6.P(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.P(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 32: - s6.G(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.G(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 33: - s6.N(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.N(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 34: - s6.A(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, false); + s6.A(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, false); break; case 35: - s6.h(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.h(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 36: - s6.q(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.q(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 37: - s6.u(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.u(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 38: - s6.x(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.x(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 39: - s6.J(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.J(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 40: - s6.D(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.D(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 41: - s6.O(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.O(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 42: - s6.R(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.R(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 43: - s6.M(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.M(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 44: - s6.Q(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.Q(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 45: - s6.P(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.P(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 46: - s6.G(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.G(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 47: - s6.N(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.N(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 48: - s6.A(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, true); + s6.A(this.f1101c[i], (List) unsafe.getObject(t, j), v7Var, true); break; case 49: - s6.p(this.f1098c[i], (List) unsafe.getObject(t, j), v7Var, o(i)); + s6.p(this.f1101c[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.f1098c.length; + length = this.f1101c.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.f1098c; + int[] iArr = this.f1101c; 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.f1098c[i + 1]; + return this.f1101c[i + 1]; } public final int K(int i) { - return this.f1098c[i + 2]; + return this.f1101c[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.f1098c.length; + int length = this.f1101c.length; int i3 = 0; for (int i4 = 0; i4 < length; i4 += 3) { int I = I(i4); - int i5 = this.f1098c[i4]; + int i5 = this.f1101c[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.f1098c[i6]; + int i7 = this.f1101c[i6]; int I = I(i6); - int i8 = this.f1098c[i6 + 2]; + int i8 = this.f1101c[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.f1098c.length; i11 += 3) { + for (int i11 = 0; i11 < this.f1101c.length; i11 += 3) { int I = I(i11); int i12 = (I & 267386880) >>> 20; - int i13 = this.f1098c[i11]; + int i13 = this.f1101c[i11]; long j = (long) (I & 1048575); if (i12 >= o4.DOUBLE_LIST_PACKED.a() && i12 <= o4.SINT64_LIST_PACKED.a()) { - int i14 = this.f1098c[i11 + 2]; + int i14 = this.f1101c[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.f1098c.length; i18 += 3) { + for (int i18 = 0; i18 < this.f1101c.length; i18 += 3) { int I2 = I(i18); - int[] iArr = this.f1098c; + int[] iArr = this.f1101c; 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.f1098c.length; + int length = this.f1101c.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.f1098c.length; + length = this.f1101c.length; for (i = 0; i < length; i += 3) { int I = I(i); - int i2 = this.f1098c[i]; + int i2 = this.f1101c[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.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.h(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 19: - s6.q(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.q(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 20: - s6.u(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.u(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 21: - s6.x(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.x(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 22: - s6.J(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.J(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 23: - s6.D(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.D(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 24: - s6.O(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.O(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 25: - s6.R(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.R(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 26: - s6.f(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.f(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 27: - s6.g(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.g(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); break; case 28: - s6.o(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); + s6.o(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var); break; case 29: - s6.M(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.M(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 30: - s6.Q(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.Q(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 31: - s6.P(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.P(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 32: - s6.G(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.G(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 33: - s6.N(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.N(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 34: - s6.A(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); + s6.A(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, false); break; case 35: - s6.h(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.h(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 36: - s6.q(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.q(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 37: - s6.u(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.u(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 38: - s6.x(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.x(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 39: - s6.J(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.J(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 40: - s6.D(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.D(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 41: - s6.O(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.O(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 42: - s6.R(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.R(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 43: - s6.M(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.M(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 44: - s6.Q(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.Q(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 45: - s6.P(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.P(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 46: - s6.G(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.G(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 47: - s6.N(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.N(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 48: - s6.A(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); + s6.A(this.f1101c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, true); break; case 49: - s6.p(this.f1098c[i], (List) j7.r(t, (long) (I & 1048575)), v7Var, o(i)); + s6.p(this.f1101c[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.f1098c.length; + length = this.f1101c.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.f1098c; + int[] iArr = e6Var5.f1101c; 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.a1(bArr3, i3, s3Var4) : c.b1(bArr3, i3, s3Var4); - unsafe2.putObject(t4, j, s3Var4.f1134c); + unsafe2.putObject(t4, j, s3Var4.f1137c); s3Var3 = s3Var4; e6Var3 = e6Var6; t3 = t4; @@ -3503,9 +3503,9 @@ public final class e6 implements q6 { i20 = c.y0(o, bArr3, i3, i2, s3Var4); Object object = unsafe2.getObject(t4, j); if (object == null) { - unsafe2.putObject(t4, j, s3Var4.f1134c); + unsafe2.putObject(t4, j, s3Var4.f1137c); } else { - unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1134c)); + unsafe2.putObject(t4, j, w4.c(object, s3Var4.f1137c)); } s3Var3 = s3Var4; e6Var3 = e6Var6; @@ -3537,7 +3537,7 @@ public final class e6 implements q6 { break; } else { i20 = c.c1(bArr3, i3, s3Var6); - unsafe2.putObject(t6, j, s3Var6.f1134c); + unsafe2.putObject(t6, j, s3Var6.f1137c); 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.f1098c.length; i += 3) { + for (int i = 0; i < this.f1101c.length; i += 3) { int I = I(i); long j = (long) (1048575 & I); - int i2 = this.f1098c[i]; + int i2 = this.f1101c[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.f1098c[i8 + 2] & 1048575); + long j2 = (long) (this.f1101c[i8 + 2] & 1048575); boolean z2 = true; switch (i7) { case 51: @@ -4092,9 +4092,9 @@ public final class e6 implements q6 { int y0 = c.y0(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.f1134c); + unsafe.putObject(t, j, s3Var.f1137c); } else { - unsafe.putObject(t, j, w4.c(object, s3Var.f1134c)); + unsafe.putObject(t, j, w4.c(object, s3Var.f1137c)); } unsafe.putInt(t, j2, i4); return y0; @@ -4103,7 +4103,7 @@ public final class e6 implements q6 { case 61: if (i5 == 2) { i9 = c.c1(bArr, i, s3Var); - unsafe.putObject(t, j, s3Var.f1134c); + unsafe.putObject(t, j, s3Var.f1137c); unsafe.putInt(t, j2, i4); return i9; } @@ -4144,9 +4144,9 @@ public final class e6 implements q6 { i9 = c.x0(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.f1134c); + unsafe.putObject(t, j, s3Var.f1137c); } else { - unsafe.putObject(t, j, w4.c(object2, s3Var.f1134c)); + unsafe.putObject(t, j, w4.c(object2, s3Var.f1137c)); } unsafe.putInt(t, j2, i4); return i9; @@ -4335,7 +4335,7 @@ public final class e6 implements q6 { i24 = i6; } } else { - int[] iArr = e6Var2.f1098c; + int[] iArr = e6Var2.f1101c; 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.a1(bArr2, i26, s3Var3) : c.b1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1134c); + unsafe2.putObject(t5, j, s3Var3.f1137c); i18 = i7 | i32; i19 = i2; b10 = b8; @@ -4715,9 +4715,9 @@ public final class e6 implements q6 { if (i28 == 2) { i20 = c.y0(e6Var2.o(i13), bArr2, i26, i2, s3Var3); if ((i7 & i32) == 0) { - unsafe2.putObject(t5, j, s3Var3.f1134c); + unsafe2.putObject(t5, j, s3Var3.f1137c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1134c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1137c)); } i18 = i7 | i32; i19 = i2; @@ -4762,7 +4762,7 @@ public final class e6 implements q6 { i13 = i4; if (i28 == 2) { i20 = c.c1(bArr2, i26, s3Var3); - unsafe2.putObject(t5, j, s3Var3.f1134c); + unsafe2.putObject(t5, j, s3Var3.f1137c); b5 = b9; i7 |= i32; i24 = i17; @@ -4944,9 +4944,9 @@ public final class e6 implements q6 { if (i28 == 3) { i20 = c.x0(e6Var2.o(i4), bArr, i26, i2, (i27 << 3) | 4, s3Var); if ((i7 & i32) == 0) { - unsafe2.putObject(t5, j, s3Var3.f1134c); + unsafe2.putObject(t5, j, s3Var3.f1137c); } else { - unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1134c)); + unsafe2.putObject(t5, j, w4.c(unsafe2.getObject(t5, j), s3Var3.f1137c)); } 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.f1098c; + int[] iArr2 = e6Var.f1101c; 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.f1098c[i + 1] & 1048575); + long j = (long) (this.f1101c[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.f1098c; + int[] iArr = this.f1101c; 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.f1098c[i2 + 2] & 1048575)) == i; + return j7.b(t, (long) (this.f1101c[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.f1098c.length / 3) - 1; + int length = (this.f1101c.length / 3) - 1; while (i2 <= length) { int i3 = (length + i2) >>> 1; int i4 = i3 * 3; - int i5 = this.f1098c[i4]; + int i5 = this.f1101c[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 03bb136181..91136cf49f 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.f1096c; + int i = d5.f1099c; 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 2551b2f4bd..c501724d2a 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.f1095c[i] >>> 3, c7Var2.d[i]); + ((g4) v7Var).c(c7Var2.f1098c[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.f1095c, i); - System.arraycopy(c7Var4.f1095c, 0, copyOf, c7Var3.b, c7Var4.b); + int[] copyOf = Arrays.copyOf(c7Var3.f1098c, i); + System.arraycopy(c7Var4.f1098c, 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.f1095c[i3] >>> 3); + int M = zzhi.M(2, c7Var2.f1098c[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 e04b537f5d..abc01b5b3a 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 f1099c; + public final String f1102c; 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.f1099c = "FA"; + this.f1102c = "FA"; } else { - this.f1099c = str; + this.f1102c = 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.f1099c, "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.f1102c, "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.f1099c, "Specified origin or custom app id is null. Both parameters will be ignored."); + Log.w(this.f1102c, "Specified origin or custom app id is null. Both parameters will be ignored."); } } else { - Log.v(this.f1099c, "Deferring to Google Analytics for Firebase for event data collection. https://goo.gl/J1sWQy"); + Log.v(this.f1102c, "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.f1099c, "Unable to register lifecycle notifications. Application null."); + Log.w(this.f1102c, "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.f1099c, "Data collection startup failed. No data will be collected.", exc); + Log.w(this.f1102c, "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.f1099c, "Error with data collection. Data lost.", exc); + Log.w(this.f1102c, "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 9c2f60bcf9..ddda33e84d 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.f2361c = this; + zzhi.f2364c = 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.f2361c); + q6Var.g((c6) obj, zzhi.f2364c); 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 4134ba27f1..a14fe13dc1 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 f1100c; + public final boolean f1103c; public final j4 d; public g6(d7 d7Var, j4 j4Var, c6 c6Var) { this.b = d7Var; - this.f1100c = j4Var.e(c6Var); + this.f1103c = 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.f1100c ? (hashCode * 53) + this.d.b(t).hashCode() : hashCode; + return this.f1103c ? (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.f1100c) { + if (!this.f1103c) { 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.f1100c) { + if (this.f1103c) { 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) { A0 = c.c1(bArr, A0, s3Var); - t3Var = (t3) s3Var.f1134c; + t3Var = (t3) s3Var.f1137c; } } } 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.f1100c) { + if (this.f1103c) { 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 4d0fb4f350..8a047a1b5f 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 f1101c; + public static final l2 f1104c; 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); - f1101c = q2Var.c("measurement.service.global_params", true); + f1104c = 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 f1101c.d().booleanValue(); + return f1104c.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 212c5d057b..1852a9d265 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 f1102c = new h4(true); + public static final h4 f1105c = 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 = f1102c; + h4Var = f1105c; 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 aa0831f332..ab95e07b0d 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 f1103c; + public static final l2 f1106c; 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); - f1103c = q2Var.c("measurement.audience.use_bundle_timestamp_for_event_count_filters", false); + f1106c = 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 f1103c.d().booleanValue(); + return f1106c.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 699f45fd27..94ce99b2ac 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.f1099c; + str3 = this.q.f1102c; } 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.f1099c, "Failed to connect to measurement client."); + Log.w(this.q.f1102c, "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 faf2bb7544..36e88f3083 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 f1104c; + public static final boolean f1107c; 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); - f1104c = p; + f1107c = 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 e7abf2359f..48ad2237bc 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 f1105c = new u2(n2.a); + public static u2 f1108c = 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 = f1105c; + u2 u2Var = f1108c; 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.Z0(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.f1136c.matcher(str2).matches()) { + if (str2 == null || !u1.f1139c.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 f0264e048d..5d4751ed5c 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 M = a.M(name.length() + 62 + 10, "Serializing ", name, " to a ", "ByteString"); - M.append(" threw an IOException (should never happen)."); - throw new RuntimeException(M.toString(), e); + StringBuilder O = a.O(name.length() + 62 + 10, "Serializing ", name, " to a ", "ByteString"); + O.append(" threw an IOException (should never happen)."); + throw new RuntimeException(O.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 M = a.M(name.length() + 62 + 10, "Serializing ", name, " to a ", "byte array"); - M.append(" threw an IOException (should never happen)."); - throw new RuntimeException(M.toString(), e); + StringBuilder O = a.O(name.length() + 62 + 10, "Serializing ", name, " to a ", "byte array"); + O.append(" threw an IOException (should never happen)."); + throw new RuntimeException(O.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 5735f2ad56..5ec0bf11d9 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 f1106c; + public static final l2 f1109c; 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); - f1106c = q2Var.c("measurement.sdk.collection.last_deep_link_referrer_campaign2", false); + f1109c = 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 f1106c.d().booleanValue(); + return f1109c.d().booleanValue(); } @Override // c.i.a.f.h.l.ia diff --git a/app/src/main/java/c/i/a/f/h/l/m2.java b/app/src/main/java/c/i/a/f/h/l/m2.java index 5061c5d13f..d41993c7ae 100644 --- a/app/src/main/java/c/i/a/f/h/l/m2.java +++ b/app/src/main/java/c/i/a/f/h/l/m2.java @@ -22,7 +22,7 @@ public final class m2 extends l2 { } String c2 = c(); String valueOf = String.valueOf(obj); - Log.e("PhenotypeFlag", a.g(valueOf.length() + a.b(c2, 25), "Invalid long value for ", c2, ": ", valueOf)); + Log.e("PhenotypeFlag", a.h(valueOf.length() + a.b(c2, 25), "Invalid long value for ", c2, ": ", valueOf)); return null; } } diff --git a/app/src/main/java/c/i/a/f/h/l/n4.java b/app/src/main/java/c/i/a/f/h/l/n4.java index fe2f8a4454..5d1bc6129e 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 f1107c; + public boolean f1110c; public boolean d; public n4() { @@ -263,7 +263,7 @@ public final class n4> { return obj; } d5 d5Var = (d5) obj; - int i = d5.f1096c; + int i = d5.f1099c; throw new NoSuchMethodError(); } @@ -291,9 +291,9 @@ public final class n4> { } public final void h() { - if (!this.f1107c) { + if (!this.f1110c) { this.b.c(); - this.f1107c = true; + this.f1110c = true; } } @@ -329,7 +329,7 @@ public final class n4> { Object value = entry.getValue(); if (value instanceof d5) { d5 d5Var = (d5) value; - int i = d5.f1096c; + int i = d5.f1099c; 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 e78c7e936d..1b29e1c51d 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> f1108c = new ConcurrentHashMap(); + public final ConcurrentMap, q6> f1111c = 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.f1108c.get(cls); + q6 q6Var2 = (q6) this.f1111c.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.f1135c, null, x5.a); + q6Var = e6.n(b, k6.a, m5.a, s6.f1138c, null, x5.a); } } } - q6 q6Var3 = (q6) this.f1108c.putIfAbsent(cls, q6Var); + q6 q6Var3 = (q6) this.f1111c.putIfAbsent(cls, q6Var); return q6Var3 != null ? q6Var3 : q6Var; } throw new IllegalArgumentException("Message classes must extend GeneratedMessage or GeneratedMessageLite"); diff --git a/app/src/main/java/c/i/a/f/h/l/o2.java b/app/src/main/java/c/i/a/f/h/l/o2.java index 87b845de14..f2dae98292 100644 --- a/app/src/main/java/c/i/a/f/h/l/o2.java +++ b/app/src/main/java/c/i/a/f/h/l/o2.java @@ -25,7 +25,7 @@ public final class o2 extends l2 { } String c2 = c(); String valueOf = String.valueOf(obj); - Log.e("PhenotypeFlag", a.g(valueOf.length() + a.b(c2, 27), "Invalid double value for ", c2, ": ", valueOf)); + Log.e("PhenotypeFlag", a.h(valueOf.length() + a.b(c2, 27), "Invalid double value for ", c2, ": ", valueOf)); return null; } } diff --git a/app/src/main/java/c/i/a/f/h/l/o4.java b/app/src/main/java/c/i/a/f/h/l/o4.java index 2987349bc1..64790a799f 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[] f1116h0 = new o4[51]; + public static final o4[] f1119h0 = 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]; - f1116h0[o4Var.zzba] = o4Var; + f1119h0[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 9cd833cb12..7a1edca068 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 f1122c = Collections.unmodifiableList(Collections.emptyList()).getClass(); + public static final Class f1125c = 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 (f1122c.isAssignableFrom(list2.getClass())) { + if (f1125c.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 (!f1122c.isAssignableFrom(list.getClass())) { + } else if (!f1125c.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 5b5afc4046..3b70bfd079 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[] f1123c; + public final Object[] f1126c; public final int d; public o6(c6 c6Var, String str, Object[] objArr) { this.a = c6Var; this.b = str; - this.f1123c = objArr; + this.f1126c = 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 54397291cd..ef248cd185 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.f1136c.matcher(str).matches()) { + if (u1.f1139c.matcher(str).matches()) { return Boolean.TRUE; } if (u1.d.matcher(str).matches()) { @@ -25,7 +25,7 @@ public final class p2 extends l2 { } String c2 = c(); String valueOf = String.valueOf(obj); - Log.e("PhenotypeFlag", a.g(valueOf.length() + a.b(c2, 28), "Invalid boolean value for ", c2, ": ", valueOf)); + Log.e("PhenotypeFlag", a.h(valueOf.length() + a.b(c2, 28), "Invalid boolean value for ", c2, ": ", valueOf)); return null; } } diff --git a/app/src/main/java/c/i/a/f/h/l/p8.java b/app/src/main/java/c/i/a/f/h/l/p8.java index a733906f19..69f7f61e2f 100644 --- a/app/src/main/java/c/i/a/f/h/l/p8.java +++ b/app/src/main/java/c/i/a/f/h/l/p8.java @@ -16,7 +16,7 @@ public final class p8 implements m8 { public static final l2 b; /* renamed from: c reason: collision with root package name */ - public static final l2 f1128c; + public static final l2 f1131c; public static final l2 d; public static final l2 e; public static final l2 f; @@ -34,27 +34,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 f1129s; + public static final l2 f1132s; 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 f1130x; + public static final l2 f1133x; /* renamed from: y reason: collision with root package name */ - public static final l2 f1131y; + public static final l2 f1134y; /* renamed from: z reason: collision with root package name */ - public static final l2 f1132z; + public static final l2 f1135z; 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"); - f1128c = q2Var.b("measurement.config.url_authority", "app-measurement.com"); + f1131c = 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); @@ -72,14 +72,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); - f1129s = q2Var.a("measurement.upload.interval", 3600000); + f1132s = 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); - f1130x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); - f1131y = q2Var.a("measurement.upload.max_events_per_day", 100000); - f1132z = q2Var.a("measurement.upload.max_public_events_per_day", 50000); + f1133x = q2Var.a("measurement.upload.max_events_per_bundle", 1000); + f1134y = q2Var.a("measurement.upload.max_events_per_day", 100000); + f1135z = 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); @@ -116,7 +116,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long F() { - return f1129s.d().longValue(); + return f1132s.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -141,7 +141,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final String c() { - return f1128c.d(); + return f1131c.d(); } @Override // c.i.a.f.h.l.m8 @@ -181,7 +181,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long l() { - return f1131y.d().longValue(); + return f1134y.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -196,7 +196,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long o() { - return f1132z.d().longValue(); + return f1135z.d().longValue(); } @Override // c.i.a.f.h.l.m8 @@ -241,7 +241,7 @@ public final class p8 implements m8 { @Override // c.i.a.f.h.l.m8 public final long x() { - return f1130x.d().longValue(); + return f1133x.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 6b53ed15b7..06d22f2d9b 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 f1133c; + public final SharedPreferences.OnSharedPreferenceChangeListener f1136c; 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.f1133c); + s2Var.b.unregisterOnSharedPreferenceChangeListener(s2Var.f1136c); } 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 9fe6beb232..8cd1760419 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 f1134c; + public Object f1137c; 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 d980c243b1..1d6b63d051 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 f1135c = e(true); + public static final d7 f1138c = 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 dd88c7d500..2f3cc2b272 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 f1136c = 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/l/u4.java b/app/src/main/java/c/i/a/f/h/l/u4.java index 5db8f7c5d9..9ec9f6f719 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.f1107c) { + if (n4Var.f1110c) { 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.f2361c; + g4 g4Var = zzhi.f2364c; 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 d29d631b0d..e1d2cf613d 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 M = a.M(valueOf2.length() + valueOf.length() + 46, "FlagsContext{context=", valueOf, ", hermeticFileOverrides=", valueOf2); - M.append("}"); - return M.toString(); + StringBuilder O = a.O(valueOf2.length() + valueOf.length() + 46, "FlagsContext{context=", valueOf, ", hermeticFileOverrides=", valueOf2); + O.append("}"); + return O.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 b22e048ede..886bf7fa54 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 f1137c; + public static final l2 f1140c; 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); - f1137c = q2Var.c("measurement.service.consent_state_v1_W36", false); + f1140c = 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 f1137c.d().booleanValue(); + return f1140c.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 30dd282fe7..730247fbb0 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.f1138c.query(y1Var.d, y1.b, null, null, null); + Cursor query = y1Var.f1141c.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 c6bb92b0b4..572664c048 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 f1138c; + public final ContentResolver f1141c; 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.f1138c = contentResolver; + this.f1141c = 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.f1138c.unregisterContentObserver(y1Var.e); + y1Var.f1141c.unregisterContentObserver(y1Var.e); } a.clear(); } diff --git a/app/src/main/java/c/i/a/f/h/l/y2.java b/app/src/main/java/c/i/a/f/h/l/y2.java index f4171d2abb..4a8993b489 100644 --- a/app/src/main/java/c/i/a/f/h/l/y2.java +++ b/app/src/main/java/c/i/a/f/h/l/y2.java @@ -36,6 +36,6 @@ public final class y2 extends x2 { @Override // java.lang.Object public final String toString() { String valueOf = String.valueOf(this.zza); - return a.f(valueOf.length() + 13, "Optional.of(", valueOf, ")"); + return a.g(valueOf.length() + 13, "Optional.of(", valueOf, ")"); } } diff --git a/app/src/main/java/c/i/a/f/h/l/y3.java b/app/src/main/java/c/i/a/f/h/l/y3.java index 2d94be5cb9..a64fa083b1 100644 --- a/app/src/main/java/c/i/a/f/h/l/y3.java +++ b/app/src/main/java/c/i/a/f/h/l/y3.java @@ -20,7 +20,7 @@ public final class y3 extends z3 { return this.zzb[this.zzc + i]; } if (i < 0) { - throw new ArrayIndexOutOfBoundsException(a.e(22, "Index < 0: ", i)); + throw new ArrayIndexOutOfBoundsException(a.f(22, "Index < 0: ", i)); } StringBuilder sb = new StringBuilder(40); sb.append("Index > length: "); diff --git a/app/src/main/java/c/i/a/f/h/l/y6.java b/app/src/main/java/c/i/a/f/h/l/y6.java index d297837db5..a9e4125ffe 100644 --- a/app/src/main/java/c/i/a/f/h/l/y6.java +++ b/app/src/main/java/c/i/a/f/h/l/y6.java @@ -85,6 +85,6 @@ public final class y6 implements Comparable, Map.Entry { public final String toString() { String valueOf = String.valueOf(this.i); String valueOf2 = String.valueOf(this.j); - return a.f(valueOf2.length() + valueOf.length() + 1, valueOf, "=", valueOf2); + return a.g(valueOf2.length() + valueOf.length() + 1, valueOf, "=", valueOf2); } } diff --git a/app/src/main/java/c/i/a/f/h/l/y7.java b/app/src/main/java/c/i/a/f/h/l/y7.java index 443db12535..aca9247902 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 f1139c; + public static final l2 f1142c; 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); - f1139c = q2Var.c("measurement.service.ad_impression", true); + f1142c = 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 f1139c.d().booleanValue(); + return f1142c.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 468995b63a..fe25dd414f 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 f1140c; + public static final l2 f1143c; 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)); - f1140c = q2Var.a("measurement.test.int_flag", -2); + f1143c = 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 f1140c.d().longValue(); + return f1143c.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 c94bc8bfd2..d41ef8b424 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 f1141c; + public final List f1144c; @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.f1141c = list; + this.f1144c = list; this.d = sparseArray; this.e = map; this.g = str; @@ -55,7 +55,7 @@ public final class e { long j; int length = bArr.length; if (length != 2 && length != 4 && length != 16) { - throw new IllegalArgumentException(a.e(38, "uuidBytes length invalid - ", length)); + throw new IllegalArgumentException(a.f(38, "uuidBytes length invalid - ", length)); } else if (length == 16) { ByteBuffer order = ByteBuffer.wrap(bArr).order(ByteOrder.LITTLE_ENDIAN); return new ParcelUuid(new UUID(order.getLong(8), order.getLong(0))); @@ -87,7 +87,7 @@ public final class e { public final String toString() { String str; int i = this.b; - String valueOf = String.valueOf(this.f1141c); + String valueOf = String.valueOf(this.f1144c); 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.m0(sb3, ", mManufacturerSpecificData=", str, ", mServiceData=", str2); + a.o0(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 4470df07d2..4d22c435a8 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 f1142c = Pattern.compile("^(1|true|t|on|yes|y)$", 2); + public static final Pattern f1145c = 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 6b91cace07..99160716b1 100644 --- a/app/src/main/java/c/i/a/f/h/o/d.java +++ b/app/src/main/java/c/i/a/f/h/o/d.java @@ -5,6 +5,6 @@ import c.i.a.f.e.h.h; import c.i.a.f.k.a; public abstract class d extends c.i.a.f.e.h.j.d { public d(c cVar) { - super(a.f1223c, cVar); + super(a.f1226c, cVar); } } diff --git a/app/src/main/java/c/i/a/f/i/a/a.java b/app/src/main/java/c/i/a/f/i/a/a.java index ba3664af58..43eb8dbbf8 100644 --- a/app/src/main/java/c/i/a/f/i/a/a.java +++ b/app/src/main/java/c/i/a/f/i/a/a.java @@ -29,7 +29,7 @@ public class a { synchronized (gVar.g) { for (int i = 0; i < gVar.g.size(); i++) { if (aVar.equals(gVar.g.get(i).first)) { - Log.w(gVar.f1099c, "OnEventListener already registered."); + Log.w(gVar.f1102c, "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.f1099c, "Failed to register event listener on calling thread. Trying again on the dynamite thread."); + Log.w(gVar.f1102c, "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 f021fb7d60..892970227d 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 f1143c = new ArrayMap(); + public final Map f1146c = 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 2bfddb74b4..b899297e63 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 f1144c; + public String f1147c; 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 f1145s; + public String f1148s; public Boolean t; public long u; public List v; public String w; /* renamed from: x reason: collision with root package name */ - public long f1146x; + public long f1149x; /* renamed from: y reason: collision with root package name */ - public long f1147y; + public long f1150y; /* renamed from: z reason: collision with root package name */ - public long f1148z; + public long f1151z; @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.f1144c, str); - this.f1144c = str; + this.E |= !t9.q0(this.f1147c, str); + this.f1147c = str; } @WorkerThread @@ -348,8 +348,8 @@ public final class a4 { if (TextUtils.isEmpty(str)) { str = null; } - this.E |= !t9.q0(this.f1145s, str); - this.f1145s = str; + this.E |= !t9.q0(this.f1148s, str); + this.f1148s = str; } @WorkerThread @@ -362,7 +362,7 @@ public final class a4 { @WorkerThread public final String s() { this.a.f().b(); - return this.f1144c; + return this.f1147c; } @WorkerThread @@ -405,7 +405,7 @@ public final class a4 { @WorkerThread public final String y() { this.a.f().b(); - return this.f1145s; + return this.f1148s; } @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 1108dab8c7..0b450bd071 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().f1156x.a(true); + x8Var.b.l().f1159x.a(true); } Bundle bundle = new Bundle(); if (!x8Var.b.a.h.z().booleanValue()) { - x8Var.b.e.f1159c.c(); + x8Var.b.e.f1162c.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 340e2410c2..42ac7e081b 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 f1149c; + public boolean f1152c; 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.f1149c = false; + this.f1152c = 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.f1149c != u) { - this.f1149c = u; + if (this.f1152c != u) { + this.f1152c = 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 f078330f9d..59721db1f3 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.f1188c0); - boolean z5 = f9.b() && this.a.h.u(this.d, p.f1186b0); + boolean z4 = f9.b() && this.a.h.u(this.d, p.f1191c0); + boolean z5 = f9.b() && this.a.h.u(this.d, p.f1189b0); 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.f1180c + 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.f1183c + 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.f1180c; + long j = lVar.f1183c; 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 1cc1e29e65..81b9c938be 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 f1150c = b.a; + public e f1153c = 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.f1150c.i(str, "measurement.event_sampling_enabled")); + return "1".equals(this.f1153c.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.f1150c.i(str, j3Var.b); + String i = this.f1153c.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.f1150c.i(str, j3Var.b); + String i = this.f1153c.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.f1150c.i(str, j3Var.b); + String i = this.f1153c.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.f1150c.i(str, j3Var.b); + String i = this.f1153c.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 3f4fb75984..54ebf89df0 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 @@ -45,7 +45,7 @@ import java.util.concurrent.atomic.AtomicReference; public final class c6 extends a5 { /* renamed from: c reason: collision with root package name */ - public y6 f1151c; + public y6 f1154c; public w5 d; public final Set e = new CopyOnWriteArraySet(); public boolean f; @@ -124,7 +124,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.f1153c == null) { + if ((!this.a.h.o(p.I0) || i != 20) && dVar.b == null && dVar.f1156c == null) { g().k.a("Discarding empty consent settings"); return; } @@ -140,9 +140,9 @@ public final class c6 extends a5 { if (bool == null) { bool = dVar3.b; } - Boolean bool2 = dVar.f1153c; + Boolean bool2 = dVar.f1156c; if (bool2 == null) { - bool2 = dVar3.f1153c; + bool2 = dVar3.f1156c; } d dVar4 = new d(bool, bool2); this.i = dVar4; @@ -248,7 +248,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.f1190e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { + if (this.a.h.o(p.f1193e0) && "_cmp".equals(str2) && bundle.containsKey("gclid")) { String string = bundle.getString("gclid"); Objects.requireNonNull((d) this.a.o); K("auto", "_lgclid", string, System.currentTimeMillis()); @@ -362,7 +362,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().f1156x.b()) { + if (l().v.a() <= 0 || !l().u(j) || !l().f1159x.b()) { bundle2 = z10; arrayList = arrayList2; } else { @@ -484,10 +484,10 @@ public final class c6 extends a5 { } else { str3 = string2; } - if (q.h && q.f1165c != null) { + if (q.h && q.f1168c != null) { q.h = false; - boolean q0 = t9.q0(q.f1165c.b, str3); - boolean q02 = t9.q0(q.f1165c.a, string); + boolean q0 = t9.q0(q.f1168c.b, str3); + boolean q02 = t9.q0(q.f1168c.a, string); if (q0 && q02) { q.g().k.a("Ignoring call to log screen view event with duplicate parameters."); return; @@ -503,9 +503,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.f1165c == null ? q.d : q.f1165c; + i7 i7Var = q.f1168c == null ? q.d : q.f1168c; i7 i7Var2 = new i7(string, str3, q.e().t0(), true, j); - q.f1165c = i7Var2; + q.f1168c = i7Var2; q.d = i7Var; q.i = i7Var2; Objects.requireNonNull((d) q.a.o); @@ -624,7 +624,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.f1151c); + ((Application) this.a.b.getApplicationContext()).unregisterActivityLifecycleCallbacks(this.f1154c); } } @@ -633,7 +633,7 @@ public final class c6 extends a5 { b(); t(); if (this.a.m()) { - if (this.a.h.o(p.f1189d0)) { + if (this.a.h.o(p.f1192d0)) { 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."); @@ -671,7 +671,7 @@ public final class c6 extends a5 { @Nullable public final String O() { u4 u4Var = this.a; - String str = u4Var.f1206c; + String str = u4Var.f1209c; if (str != null) { return str; } @@ -712,11 +712,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.f1208x.a.o().l.a() <= 0) { + if (this.a.f1211x.a.o().l.a() <= 0) { z2 = false; } if (!z2) { - m4 m4Var = this.a.f1208x; + m4 m4Var = this.a.f1211x; m4Var.a(m4Var.a.b.getPackageName()); } } @@ -782,7 +782,7 @@ public final class c6 extends a5 { w8 s2 = s(); s2.b(); d9 d9Var = s2.e; - d9Var.f1159c.c(); + d9Var.f1162c.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 0e15c5858e..e629454d12 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.f1190e0) || y6Var.i.a.h.o(p.f1192g0) || y6Var.i.a.h.o(p.f1191f0)) { + if (y6Var.i.a.h.o(p.f1193e0) || y6Var.i.a.h.o(p.f1195g0) || y6Var.i.a.h.o(p.f1194f0)) { 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.f1190e0) && !bundle2.containsKey("gclid") && bundle != null && bundle.containsKey("gclid")) { + if (y6Var.i.a.h.o(p.f1193e0) && !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.f1192g0) && !y6Var.i.a.h.o(p.f1191f0) && bundle != null && bundle.containsKey("gclid") && (bundle2 == null || !bundle2.containsKey("gclid"))) { + if (y6Var.i.a.h.o(p.f1195g0) && !y6Var.i.a.h.o(p.f1194f0) && 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.f1191f0)) { + if (y6Var.i.a.h.o(p.f1194f0)) { 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 5b6132d2fa..e0f3c70518 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 f1152c; + public long f1155c; 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.f1152c = ((Long) pair.second).longValue(); + this.f1155c = ((Long) pair.second).longValue(); this.d.m(); this.b = (Long) q9.R(this.a, "_eid"); } - long j = this.f1152c - 1; - this.f1152c = j; + long j = this.f1155c - 1; + this.f1155c = 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.f1152c, this.a); + this.d.q().Q(str, l, this.f1155c, 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.f1152c = longValue; + this.f1155c = 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.f1152c, a1Var); + this.d.q().Q(str, l, this.f1155c, 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 d819949d65..28e857963f 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 f1153c; + public final Boolean f1156c; public d(Boolean bool, Boolean bool2) { this.b = bool; - this.f1153c = bool2; + this.f1156c = 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.f1153c; + Boolean bool2 = this.f1156c; 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.f1153c) == a(dVar.f1153c); + return a(this.b) == a(dVar.b) && a(this.f1156c) == a(dVar.f1156c); } public final boolean f(d dVar) { Boolean bool = this.b; Boolean bool2 = Boolean.FALSE; if (bool != bool2 || dVar.b == bool2) { - return this.f1153c == bool2 && dVar.f1153c != bool2; + return this.f1156c == bool2 && dVar.f1156c != bool2; } return true; } public final d h(d dVar) { - return new d(c(this.b, dVar.b), c(this.f1153c, dVar.f1153c)); + return new d(c(this.b, dVar.b), c(this.f1156c, dVar.f1156c)); } public final int hashCode() { - return a(this.f1153c) + ((a(this.b) + 527) * 31); + return a(this.f1156c) + ((a(this.b) + 527) * 31); } public final boolean j() { @@ -135,7 +135,7 @@ public final class d { } public final boolean k() { - Boolean bool = this.f1153c; + Boolean bool = this.f1156c; 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.f1153c; + Boolean bool2 = this.f1156c; 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 bda964b18e..aaa592c690 100644 --- a/app/src/main/java/c/i/a/f/i/b/d4.java +++ b/app/src/main/java/c/i/a/f/i/b/d4.java @@ -8,7 +8,7 @@ import com.discord.stores.StoreGuildScheduledEvents; public final class d4 extends r5 { /* renamed from: c reason: collision with root package name */ - public static final Pair f1154c = new Pair<>("", 0L); + public static final Pair f1157c = 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); @@ -30,20 +30,20 @@ public final class d4 extends r5 { public final h4 r = new h4(this, "session_timeout", StoreGuildScheduledEvents.FETCH_GUILD_EVENTS_THRESHOLD); /* renamed from: s reason: collision with root package name */ - public final f4 f1155s = new f4(this, "start_new_session", true); + public final f4 f1158s = 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 f1156x = new f4(this, "app_backgrounded", false); + public f4 f1159x = new f4(this, "app_backgrounded", false); /* renamed from: y reason: collision with root package name */ - public f4 f1157y = new f4(this, "deep_link_retrieval_complete", false); + public f4 f1160y = new f4(this, "deep_link_retrieval_complete", false); /* renamed from: z reason: collision with root package name */ - public h4 f1158z = new h4(this, "deep_link_retrieval_attempts", 0); + public h4 f1161z = new h4(this, "deep_link_retrieval_attempts", 0); public d4(u4 u4Var) { super(u4Var); @@ -61,7 +61,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.f1187c.a(null).longValue()), null); + this.e = new k4(this, "health_monitor", Math.max(0L, p.f1190c.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 cd137e5492..c17fe0e5b2 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.f1183c; + String str = o.f1186c; 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 3e6c39b57d..a993032c32 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 f1159c; + public final i f1162c; public final /* synthetic */ w8 d; public d9(w8 w8Var) { this.d = w8Var; - this.f1159c = new c9(this, w8Var.a); + this.f1162c = 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.f1159c.c(); - this.f1159c.b(3600000); + this.f1162c.c(); + this.f1162c.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 2565e2ac36..49dcc2c8fd 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 f1160c; + public g1 f1163c; 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.f1160c = g1Var; + this.f1163c = 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.f1160c; + g1 g1Var = this.f1163c; 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.f1161c; + Boolean bool = eaVar.f1164c; 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.f1188c0) && eaVar.h()) { + if (f9.b() && this.h.a.h.u(this.a, p.f1191c0) && eaVar.h()) { list.clear(); } - if (!f9.b() || !this.h.a.h.u(this.a, p.f1188c0)) { + if (!f9.b() || !this.h.a.h.u(this.a, p.f1191c0)) { 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 74eb451c57..66b2e7dfb0 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().f1157y.b()) { + if (c6Var.l().f1160y.b()) { c6Var.g().m.a("Deferred Deep Link already retrieved. Not fetching again."); return; } - long a = c6Var.l().f1158z.a(); - c6Var.l().f1158z.b(a + 1); + long a = c6Var.l().f1161z.a(); + c6Var.l().f1161z.b(a + 1); if (a >= 5) { c6Var.g().i.a("Permanently failed to retrieve Deferred Deep Link. Reached maximum retries."); - c6Var.l().f1157y.a(true); + c6Var.l().f1160y.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.f1183c; + String str = z2.f1186c; 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().f1158z.a() - 1; + long a2 = u4Var.o().f1161z.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 6301f64c54..8a26f66a0d 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().f1157y.a(true); + u4Var.o().f1160y.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 64072d05a5..0f19c3df7e 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 f1161c; + public Boolean f1164c; 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 7b323028d6..9a2a7e6aac 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 f1162c; + public long f1165c; 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 2d4d602dc9..9eb7c60a1e 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 f1163c; + public boolean f1166c; public boolean d; public final /* synthetic */ d4 e; @@ -30,8 +30,8 @@ public final class f4 { @WorkerThread public final boolean b() { - if (!this.f1163c) { - this.f1163c = true; + if (!this.f1166c) { + this.f1166c = 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 2cf0adcdf2..560bda2833 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().f1155s.a(true); + this.a.l().f1158s.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().f1155s.a(true); + this.a.l().f1158s.a(true); } this.a.l().v.b(j); - if (this.a.l().f1155s.b()) { + if (this.a.l().f1158s.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().f1155s.a(false); + this.a.l().f1158s.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 1a924e2bbc..e7b1ee0c5e 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.f1188c0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1191c0); 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 N = a.N("\nevent_filter {\n"); + StringBuilder P = a.P("\nevent_filter {\n"); if (l0Var.x()) { - q9.L(N, 0, "filter_id", Integer.valueOf(l0Var.y())); + q9.L(P, 0, "filter_id", Integer.valueOf(l0Var.y())); } - q9.L(N, 0, "event_name", m.d().u(l0Var.z())); + q9.L(P, 0, "event_name", m.d().u(l0Var.z())); String A = q9.A(l0Var.E(), l0Var.F(), l0Var.H()); if (!A.isEmpty()) { - q9.L(N, 0, "filter_type", A); + q9.L(P, 0, "filter_type", A); } if (l0Var.C()) { - q9.J(N, 1, "event_count_filter", l0Var.D()); + q9.J(P, 1, "event_count_filter", l0Var.D()); } if (l0Var.B() > 0) { - N.append(" filters {\n"); + P.append(" filters {\n"); for (m0 m0Var : l0Var.A()) { - m.I(N, 2, m0Var); + m.I(P, 2, m0Var); } } - q9.H(N, 1); - N.append("}\n}\n"); - str = N.toString(); + q9.H(P, 1); + P.append("}\n}\n"); + str = P.toString(); } s3Var.b("Filter definition", str); } @@ -145,7 +145,7 @@ public final class fa extends ea { return false; } Boolean bool4 = Boolean.TRUE; - this.f1161c = bool4; + this.f1164c = 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 a7cb56822c..3f3f907bc9 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.f1180c)); + contentValues.put("lifetime_count", Long.valueOf(lVar.f1183c)); 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.f1146x)); + contentValues.put("day", Long.valueOf(a4Var.f1149x)); a4Var.a.f().b(); - contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1147y)); + contentValues.put("daily_public_events_count", Long.valueOf(a4Var.f1150y)); a4Var.a.f().b(); - contentValues.put("daily_events_count", Long.valueOf(a4Var.f1148z)); + contentValues.put("daily_events_count", Long.valueOf(a4Var.f1151z)); 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.f1195j0)) { + if (da.b() && this.a.h.u(a4Var.o(), p.f1198j0)) { contentValues.put("ga_app_id", a4Var.B()); } try { @@ -556,15 +556,15 @@ public final class g extends i9 { throw new IllegalArgumentException("Given Integer is zero"); } else if (R()) { String join = TextUtils.join(",", list); - String f2 = a.f(a.b(join, 2), "(", join, ")"); - if (S(a.f(a.b(f2, 80), "SELECT COUNT(1) FROM queue WHERE rowid IN ", f2, " AND retry_count = 2147483647 LIMIT 1"), null) > 0) { + String g2 = a.g(a.b(join, 2), "(", join, ")"); + if (S(a.g(a.b(g2, 80), "SELECT COUNT(1) FROM queue WHERE rowid IN ", g2, " AND retry_count = 2147483647 LIMIT 1"), null) > 0) { g().i.a("The number of upload retries exceeds the limit. Will remain unchanged."); } try { SQLiteDatabase t = t(); - StringBuilder sb = new StringBuilder(String.valueOf(f2).length() + 127); + StringBuilder sb = new StringBuilder(String.valueOf(g2).length() + 127); sb.append("UPDATE queue SET retry_count = IFNULL(retry_count, 0) + 1 WHERE rowid IN "); - sb.append(f2); + sb.append(g2); sb.append(" AND (retry_count IS NULL OR retry_count < 2147483647)"); t.execSQL(sb.toString()); } catch (SQLiteException e2) { @@ -640,8 +640,8 @@ public final class g extends i9 { public final boolean M(u9 u9Var) { b(); n(); - if (Y(u9Var.a, u9Var.f1212c) == null) { - if (t9.X(u9Var.f1212c)) { + if (Y(u9Var.a, u9Var.f1215c) == null) { + if (t9.X(u9Var.f1215c)) { 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.f1212c) && 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.f1215c) && 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.f1212c); + contentValues.put(ModelAuditLogEntry.CHANGE_KEY_NAME, u9Var.f1215c); 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.f2367s)); + contentValues.put("expired_event", t9.g0(zzz.f2370s)); 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.f1146x != j2; - a4Var.f1146x = j2; + a4Var.E |= a4Var.f1149x != j2; + a4Var.f1149x = j2; long j3 = cursor.getLong(12); a4Var.a.f().b(); - a4Var.E |= a4Var.f1147y != j3; - a4Var.f1147y = j3; + a4Var.E |= a4Var.f1150y != j3; + a4Var.f1150y = j3; long j4 = cursor.getLong(13); a4Var.a.f().b(); - a4Var.E |= a4Var.f1148z != j4; - a4Var.f1148z = j4; + a4Var.E |= a4Var.f1151z != j4; + a4Var.f1151z = 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.f1195j0)) { + if (da.b() && this.a.h.u(str, p.f1198j0)) { a4Var.u(cursor.getString(28)); } a4Var.a.f().b(); @@ -1003,8 +1003,8 @@ public final class g extends i9 { arrayList.add(Integer.toString(num.intValue())); } String join = TextUtils.join(",", arrayList); - String f2 = a.f(a.b(join, 2), "(", join, ")"); - return t.delete("audience_filter_values", a.f(a.b(f2, 140), "audience_id in (select audience_id from audience_filter_values where app_id=? and audience_id not in ", f2, " order by rowid desc limit -1 offset ?)"), new String[]{str, Integer.toString(max)}) > 0; + String g2 = a.g(a.b(join, 2), "(", join, ")"); + return t.delete("audience_filter_values", a.g(a.b(g2, 140), "audience_id in (select audience_id from audience_filter_values where app_id=? and audience_id not in ", g2, " order by rowid desc limit -1 offset ?)"), new String[]{str, Integer.toString(max)}) > 0; } catch (SQLiteException e2) { g().f.c("Database error querying filters. appId", q3.s(str), e2); return false; @@ -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.f1198y.a(null).longValue()) { + if (Math.abs(elapsedRealtime - a) > p.f1201y.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.f1162c = query.getLong(3); + fVar.f1165c = 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.f1162c += j3; + fVar.f1165c += 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.f1162c)); + contentValues.put("daily_conversions_count", Long.valueOf(fVar.f1165c)); 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 2a145ee017..85b06b58f1 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 f1164c; + public boolean f1167c; public long d; public final /* synthetic */ d4 e; @@ -22,8 +22,8 @@ public final class h4 { @WorkerThread public final long a() { - if (!this.f1164c) { - this.f1164c = true; + if (!this.f1167c) { + this.f1167c = 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 d143218550..041b2498b6 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 f1165c; + public volatile i7 f1168c; 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.f1168c); + bundle.putLong("_si", i7Var.f1171c); } 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.f1168c != i7Var.f1168c || !t9.q0(i7Var2.b, i7Var.b) || !t9.q0(i7Var2.a, i7Var.a)) { + if (i7Var2 == null || i7Var2.f1171c != i7Var.f1171c || !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.f1168c); + bundle2.putLong("_pi", i7Var2.f1171c); } 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.f1165c == null ? this.d : this.f1165c; + i7 i7Var3 = this.f1168c == null ? this.d : this.f1168c; if (i7Var.b == null) { - i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1168c, i7Var.e, i7Var.f); + i7Var2 = new i7(i7Var.a, activity != null ? x(activity.getClass().getCanonicalName()) : null, i7Var.f1171c, i7Var.e, i7Var.f); } else { i7Var2 = i7Var; } - this.d = this.f1165c; - this.f1165c = i7Var2; + this.d = this.f1168c; + this.f1168c = 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 88ef15f334..3c4c68b26e 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.f1185a0); + boolean z3 = f9.b() && this.h.a.h.u(this.a, p.f1188a0); 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.f1161c = Boolean.TRUE; + this.f1164c = 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 070b2cf01d..87c0c49762 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 f1166c; + public final Runnable f1169c; public volatile long d; public i(t5 t5Var) { Objects.requireNonNull(t5Var, "null reference"); this.b = t5Var; - this.f1166c = new k(this, t5Var); + this.f1169c = 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.f1166c, j)) { + if (!d().postDelayed(this.f1169c, 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.f1166c); + d().removeCallbacks(this.f1169c); } 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 af2f68f7cf..a2b8deac28 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 f1167c; + public boolean f1170c; public Bundle d; public final /* synthetic */ d4 e; @@ -25,8 +25,8 @@ public final class i4 { @WorkerThread public final Bundle a() { - if (!this.f1167c) { - this.f1167c = true; + if (!this.f1170c) { + this.f1170c = 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 74919a65bd..8ae5810cfa 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 f1168c; + public final long f1171c; 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.f1168c = j; + this.f1171c = 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 e3321295d8..359b087d71 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 f1169c; + public boolean f1172c; 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.f1169c) { + if (!this.f1172c) { throw new IllegalStateException("Not initialized"); } } public final void o() { - if (!this.f1169c) { + if (!this.f1172c) { p(); this.b.q++; - this.f1169c = true; + this.f1172c = 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 c668f63592..bb3de1cd9c 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 f1170c; + public long f1173c; public String d; public Boolean e; public AccountManager f; @@ -33,13 +33,13 @@ public final class j extends r5 { @Override // c.i.a.f.i.b.r5 public final boolean r() { Calendar instance = Calendar.getInstance(); - this.f1170c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); + this.f1173c = TimeUnit.MINUTES.convert((long) (instance.get(16) + instance.get(15)), TimeUnit.MILLISECONDS); Locale locale = Locale.getDefault(); String language = locale.getLanguage(); Locale locale2 = Locale.ENGLISH; String lowerCase = language.toLowerCase(locale2); String lowerCase2 = locale.getCountry().toLowerCase(locale2); - this.d = a.f(a.b(lowerCase2, a.b(lowerCase, 1)), lowerCase, "-", lowerCase2); + this.d = a.g(a.b(lowerCase2, a.b(lowerCase, 1)), lowerCase, "-", lowerCase2); return false; } @@ -60,7 +60,7 @@ public final class j extends r5 { public final long t() { o(); - return this.f1170c; + return this.f1173c; } 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 53adbbe89b..ec187c3cae 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 f1171c; + public final h3 f1174c; 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.f1171c = h3Var; + this.f1174c = 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.f1171c; + h3 h3Var = j3Var.f1174c; if (h3Var != null) { v2 = (V) h3Var.a(); } @@ -60,7 +60,7 @@ public final class j3 { } } catch (SecurityException unused2) { } - h3 h3Var2 = this.f1171c; + h3 h3Var2 = this.f1174c; 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 d3993fd61b..0b97a1fcd6 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 f1172c; + public String f1175c; 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.f1172c = this.d.w().getString(this.a, null); + this.f1175c = this.d.w().getString(this.a, null); } - return this.f1172c; + return this.f1175c; } @WorkerThread @@ -32,6 +32,6 @@ public final class j4 { SharedPreferences.Editor edit = this.d.w().edit(); edit.putString(this.a, str); edit.apply(); - this.f1172c = str; + this.f1175c = 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 8f60115c82..abc59062a6 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.f1150c = k9Var.b; + k9Var.k.h.f1153c = 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 4db68a576b..8ae8868566 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 f1173c; + public final String f1176c; 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.f1173c = str.concat(":value"); + this.f1176c = 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.f1173c); + edit.remove(this.f1176c); 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 bc112a1cd5..8724b6f9b5 100644 --- a/app/src/main/java/c/i/a/f/i/b/k8.java +++ b/app/src/main/java/c/i/a/f/i/b/k8.java @@ -91,7 +91,7 @@ public final class k8 implements ServiceConnection, b.a, b.AbstractC0106b { try { a b = a.b(); q7 q7Var = this.k; - b.c(q7Var.a.b, q7Var.f1201c); + b.c(q7Var.a.b, q7Var.f1204c); } 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 1bee7f99bc..cc836710a4 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 f1174c; + public x3 f1177c; 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 f1175s; + public boolean f1178s; public boolean t; public FileLock u; public FileChannel v; public List w; /* renamed from: x reason: collision with root package name */ - public List f1176x; + public List f1179x; /* renamed from: y reason: collision with root package name */ - public long f1177y; + public long f1180y; /* renamed from: z reason: collision with root package name */ - public final Map f1178z; + public final Map f1181z; /* 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 f1179c; + public List f1182c; 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.f1179c == null) { - this.f1179c = new ArrayList(); + if (this.f1182c == null) { + this.f1182c = new ArrayList(); } if (this.b == null) { this.b = new ArrayList(); } - if (this.f1179c.size() > 0 && ((this.f1179c.get(0).H() / 1000) / 60) / 60 != ((a1Var.H() / 1000) / 60) / 60) { + if (this.f1182c.size() > 0 && ((this.f1182c.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.f1179c.add(a1Var); + this.f1182c.add(a1Var); this.b.add(Long.valueOf(j)); - return this.f1179c.size() < Math.max(1, p.j.a(null).intValue()); + return this.f1182c.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.f1177y = -1; + this.f1180y = -1; q9 q9Var = new q9(this); q9Var.o(); this.h = q9Var; x3 x3Var = new x3(this); x3Var.o(); - this.f1174c = x3Var; + this.f1177c = x3Var; p4 p4Var = new p4(this); p4Var.o(); this.b = p4Var; - this.f1178z = new HashMap(); + this.f1181z = 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.f1169c) { + } else if (!i9Var.f1172c) { 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.f1190e0) && "_cmp".equals(zzaq.i) && "referrer API v2".equals(zzaq.j.i.getString("_cis"))) { + if (this.k.h.o(p.f1193e0) && "_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.f2366z, T.y())) { + if (t9.d0(zzn.j, T.v(), zzn.f2369z, 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.f1208x.a(zzn.i); + this.k.f1211x.a(zzn.i); U(); P(); Bundle bundle2 = new Bundle(); @@ -407,7 +407,7 @@ public class k9 implements t5 { str2 = "_et"; j2 = 1; } - if (zzn.f2365y) { + if (zzn.f2368y) { bundle2.putLong("_dac", j2); } g K2 = K(); @@ -485,7 +485,7 @@ public class k9 implements t5 { } else { j = 1; } - if (zzn.f2365y) { + if (zzn.f2368y) { 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.f2367s; + zzaq zzaq = zzz.f2370s; 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.f2367s; + zzaq zzaq2 = zzz.f2370s; 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.f2366z, T.y())) { - T.q(zzn.f2366z); + if (!TextUtils.equals(zzn.f2369z, T.y())) { + T.q(zzn.f2369z); z2 = true; } - if (da.b() && this.k.h.u(T.o(), p.f1195j0) && !TextUtils.equals(zzn.D, T.B())) { + if (da.b() && this.k.h.u(T.o(), p.f1198j0) && !TextUtils.equals(zzn.D, T.B())) { T.u(zzn.D); z2 = true; } - if (!TextUtils.isEmpty(zzn.f2363s) && !zzn.f2363s.equals(T.H())) { - T.A(zzn.f2363s); + if (!TextUtils.isEmpty(zzn.f2366s) && !zzn.f2366s.equals(T.H())) { + T.A(zzn.f2366s); z2 = true; } long j2 = zzn.m; @@ -691,8 +691,8 @@ public class k9 implements t5 { T.n(zzn.w); z2 = true; } - if (zzn.f2364x != T.i()) { - T.r(zzn.f2364x); + if (zzn.f2367x != T.i()) { + T.r(zzn.f2367x); 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.f2366z, T.y())) { + if (!TextUtils.equals(zzn.f2369z, T.y())) { } T.u(zzn.D); z2 = true; - T.A(zzn.f2363s); + T.A(zzn.f2366s); 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.f2364x != T.i()) { + if (zzn.f2367x != 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.f2366z); - if (da.b() && this.k.h.u(T.o(), p.f1195j0)) { + T.q(zzn.f2369z); + if (da.b() && this.k.h.u(T.o(), p.f1198j0)) { T.u(zzn.D); } - if (!TextUtils.isEmpty(zzn.f2363s)) { - T.A(zzn.f2363s); + if (!TextUtils.isEmpty(zzn.f2366s)) { + T.A(zzn.f2366s); } 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.f2364x); + T.r(zzn.f2367x); 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.f1199z.a(l).longValue()) { + if (z3 && (T = K().T(str)) != null && Math.abs(((d) this.k.h()).a() - Math.max(T.W(), T.V())) > p.f1202z.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.f1212c), 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.f1215c), 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.f1195j0)) { + if (da.b() && this.k.a().v(zzn.i, p.f1198j0)) { 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.f2366z)) { - u0.r0(zzn.f2366z); + if (TextUtils.isEmpty(u0.s0()) && TextUtils.isEmpty(u0.x0()) && !TextUtils.isEmpty(zzn.f2369z)) { + u0.r0(zzn.f2369z); } - } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2366z)) { - u0.r0(zzn.f2366z); + } else if (TextUtils.isEmpty(u0.s0()) && !TextUtils.isEmpty(zzn.f2369z)) { + u0.r0(zzn.f2369z); } 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.f2364x && (!hb.b() || !this.k.a().v(zzn.i, p.G0))) { + } else if (!this.k.y().s(this.k.j()) && zzn.f2367x && (!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.f2363s); + T2.A(zzn.f2366s); 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).f1212c); + L.r(C.get(i2).f1215c); 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.f1174c); - return this.f1174c; + C(this.f1177c); + return this.f1177c; } 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.f1195j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2366z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2366z); + return (!da.b() || !this.k.h.u(zzn.i, p.f1198j0)) ? !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2369z) : !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.D) || !TextUtils.isEmpty(zzn.f2369z); } public final ba M() { @@ -1270,8 +1270,8 @@ public class k9 implements t5 { } String u = K().u(); if (!TextUtils.isEmpty(u)) { - if (this.f1177y == -1) { - this.f1177y = K().j0(); + if (this.f1180y == -1) { + this.f1180y = 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.f1150c.i(u, "gaia_collection_enabled")) && (!t8.b() || !this.k.h.o(p.J0) || a(u).j()); + boolean z3 = "1".equals(this.k.h.f1153c.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.f1175s = true; + this.f1178s = true; x3 J = J(); m9 m9Var = new m9(this, u); J.b(); @@ -1397,7 +1397,7 @@ public class k9 implements t5 { } } } else { - this.f1177y = -1; + this.f1180y = -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.f1194i0) || (fileLock = this.u) == null || !fileLock.isValid()) { + if (!this.k.h.o(p.f1197i0) || (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.f1178z.get(str); + d dVar2 = this.f1181z.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.f2367s; + zzaq zzaq4 = zzz2.f2370s; 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.f1212c), u9Var.e); + this.k.g().n.d("User property triggered", zzz3.i, this.k.u().y(u9Var.f1215c), u9Var.e); } else { - this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1212c), u9Var.e); + this.k.g().f.d("Too many active user properties, ignoring", q3.s(zzz3.i), this.k.u().y(u9Var.f1215c), 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.f1195j0)) { + if (this.k.h.u(T.o(), p.f1198j0)) { 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.f1195j0)) { + if (!da.b() || !this.k.h.u(a4Var.o(), p.f1198j0)) { 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.f1195j0)) { + if (da.b() && cVar.a.h.u(a4Var.o(), p.f1198j0)) { 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.f1180c; + j2 = z2.f1183c; 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.f1212c), n0); + this.k.g().n.c("Setting user property", this.k.u().y(u9Var.f1215c), 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.f1212c), u9Var.e); + this.k.g().f.c("Too many unique user properties are set. Ignoring user property", this.k.u().y(u9Var.f1215c), 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.f1176x = arrayList; + this.f1179x = 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.f1212c), u9Var.e); + this.k.g().m.d("User property updated immediately", zzz2.i, this.k.u().y(u9Var.f1215c), u9Var.e); } else { - this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1212c), u9Var.e); + this.k.g().f.d("(2)Too many active user properties, ignoring", q3.s(zzz2.i), this.k.u().y(u9Var.f1215c), 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.f1178z.put(str, dVar); + this.f1181z.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.f1177y; + long j3 = k9Var3.f1180y; AnimatableValueParser.A(aVar9); K.b(); K.n(); @@ -2416,7 +2416,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1179c; + list = aVar9.f1182c; 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.f1179c.size()) { + if (i13 >= aVar9.f1182c.size()) { break; } - a1.a t3 = aVar9.f1179c.get(i13).t(); + a1.a t3 = aVar9.f1182c.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).f1162c > ((long) k9Var3.k.a().q(aVar9.a.G1(), p.n))) { + if (t9.X(t3.y()) && y2 && K().y(V(), aVar9.a.G1(), true, false).f1165c > ((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.f1179c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.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.f1179c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.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.f1179c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.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.f1179c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.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.f1179c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.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.f1179c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.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.f1179c.set(i4, (a1) ((u4) t3.p())); + aVar9.f1182c.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.f1179c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { } } else { @@ -3325,7 +3325,7 @@ public class k9 implements t5 { str = "_sc"; str5 = str14; str3 = "_npa"; - list = aVar9.f1179c; + list = aVar9.f1182c; 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.f1179c; + list = aVar9.f1182c; if (!(list != null || list.isEmpty())) { } } @@ -3401,7 +3401,7 @@ public class k9 implements t5 { if (cursor2 != null) { cursor2.close(); } - list = aVar9.f1179c; + list = aVar9.f1182c; 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.f1179c; + list = aVar9.f1182c; 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.f1179c; + list = aVar9.f1182c; 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.f1149c = S.a.J().u(); - S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1149c)); + S.f1152c = S.a.J().u(); + S.a.g().n.b("Registering connectivity change receiver. Network connected", Boolean.valueOf(S.f1152c)); 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.f1197x.a(null).longValue())) { + if (currentTimeMillis2 < Math.max(0L, p.f1200x.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.f1196s.a(null).longValue(), currentTimeMillis2), T.u()); + T.d.setInexactRepeating(2, elapsedRealtime, Math.max(p.f1199s.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.f1175s || this.t) { - this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1175s), Boolean.valueOf(this.t)); + if (this.r || this.f1178s || this.t) { + this.k.g().n.d("Not stopping services. fetch, network, upload", Boolean.valueOf(this.r), Boolean.valueOf(this.f1178s), 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.f1195j0)) ? 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.f1198j0)) ? 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 adf85e7ac2..c13de8455b 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 f1180c; + public final long f1183c; 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.f1180c = j; + this.f1183c = 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.f1180c, this.d, this.e, j, this.g, this.h, this.i, this.j, this.k); + return new l(this.a, this.b, this.f1183c, 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.f1180c, this.d, this.e, this.f, j, Long.valueOf(j2), this.i, this.j, this.k); + return new l(this.a, this.b, this.f1183c, 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.f1180c, 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.f1183c, 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 62ce9b6567..2cd0e609f2 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.f1212c)) { + if (z2 || !t9.r0(u9Var.f1215c)) { 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 c23c0eae8f..cbf63a6121 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 f1181c; + public final String f1184c; 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.f1181c = TextUtils.isEmpty(str) ? null : str; + this.f1184c = 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.f1181c = TextUtils.isEmpty(str) ? null : str; + this.f1184c = 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.f1181c, this.a, this.b, this.d, j, this.f); + return new m(u4Var, this.f1184c, 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 M = a.M(valueOf.length() + a.b(str2, a.b(str, 33)), "Event{appId='", str, "', name='", str2); - M.append("', params="); - M.append(valueOf); - M.append('}'); - return M.toString(); + StringBuilder O = a.O(valueOf.length() + a.b(str2, a.b(str, 33)), "Event{appId='", str, "', name='", str2); + O.append("', params="); + O.append(valueOf); + O.append('}'); + return O.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 e3cedf9fd5..ecd82f2948 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 f1182c = new p3(this, this.a.b, "google_app_measurement_local.db"); + public final p3 f1185c = 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.f1182c.getWritableDatabase(); + SQLiteDatabase writableDatabase = this.f1185c.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 0d6a4c93b0..eb5bfb18bf 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.f1183c; + String str = o.f1186c; Objects.requireNonNull(cVar); j3 j3Var = p.L; - atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1150c.i(str, j3Var.b))); + atomicReference.set(str == null ? j3Var.a(null) : j3Var.a(cVar.f1153c.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 9c6c8c4330..fd06f9373b 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.f1175s = false; + k9Var.f1178s = false; k9Var.x(); throw th2; } @@ -59,7 +59,7 @@ public final class m9 implements z3 { throw e; } } catch (SQLiteException e2) { - List list2 = k9Var.f1176x; + List list2 = k9Var.f1179x; 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.f1176x = null; + k9Var.f1179x = null; if (!k9Var.J().u() || !k9Var.v()) { - k9Var.f1177y = -1; + k9Var.f1180y = -1; k9Var.w(); } else { k9Var.Q(); @@ -101,7 +101,7 @@ public final class m9 implements z3 { k9Var.K().J(list); k9Var.w(); } - k9Var.f1175s = false; + k9Var.f1178s = 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 eeba53fd8d..9571986cf8 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 f1183c; + public String f1186c; 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.f1183c = packageName; + this.f1186c = 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.f1206c) && "am".equals(this.a.d); + boolean z5 = !TextUtils.isEmpty(this.a.f1209c) && "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.f1206c; + this.l = this.a.f1209c; } list = null; - H0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1052c : c.H0(this.a.b, "google_app_id"); + H0 = (((lb) ib.i.a()).a() || !this.a.h.o(p.C0)) ? h.a("getGoogleAppId").f1055c : c.H0(this.a.b, "google_app_id"); this.k = !TextUtils.isEmpty(H0) ? "" : H0; - if (!da.b() && this.a.h.o(p.f1195j0)) { + if (!da.b() && this.a.h.o(p.f1198j0)) { 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.f1183c, TextUtils.isEmpty(this.k) ? this.l : this.k); + g().n.c("App measurement enabled for app package, google app id", this.f1186c, 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 77560db933..390bb8c2d8 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 f1184c = new AtomicReference<>(); + public static final AtomicReference f1187c = 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 N = a.N("Bundle[{"); + StringBuilder P = a.P("Bundle[{"); for (String str : bundle.keySet()) { - if (N.length() != 8) { - N.append(", "); + if (P.length() != 8) { + P.append(", "); } - N.append(x(str)); - N.append("="); + P.append(x(str)); + P.append("="); Object obj = bundle.get(str); - N.append(obj instanceof Bundle ? w(new Object[]{obj}) : obj instanceof Object[] ? w((Object[]) obj) : obj instanceof ArrayList ? w(((ArrayList) obj).toArray()) : String.valueOf(obj)); + P.append(obj instanceof Bundle ? w(new Object[]{obj}) : obj instanceof Object[] ? w((Object[]) obj) : obj instanceof ArrayList ? w(((ArrayList) obj).toArray()) : String.valueOf(obj)); } - N.append("}]"); - return N.toString(); + P.append("}]"); + return P.toString(); } @Nullable @@ -77,14 +77,14 @@ public final class o3 extends r5 { if (!z()) { return zzaq.toString(); } - StringBuilder N = a.N("origin="); - N.append(zzaq.k); - N.append(",name="); - N.append(u(zzaq.i)); - N.append(",params="); + StringBuilder P = a.P("origin="); + P.append(zzaq.k); + P.append(",name="); + P.append(u(zzaq.i)); + P.append(",params="); zzap zzap = zzaq.j; - N.append(zzap == null ? null : !z() ? zzap.toString() : s(zzap.w0())); - return N.toString(); + P.append(zzap == null ? null : !z() ? zzap.toString() : s(zzap.w0())); + return P.toString(); } @Nullable @@ -92,7 +92,7 @@ public final class o3 extends r5 { if (str == null) { return null; } - return !z() ? str : v(str, v5.f1213c, v5.a, f1184c); + return !z() ? str : v(str, v5.f1216c, v5.a, f1187c); } @Nullable @@ -100,18 +100,18 @@ public final class o3 extends r5 { if (objArr == null) { return "[]"; } - StringBuilder N = a.N("["); + StringBuilder P = a.P("["); for (Object obj : objArr) { String s2 = obj instanceof Bundle ? s((Bundle) obj) : String.valueOf(obj); if (s2 != null) { - if (N.length() != 1) { - N.append(", "); + if (P.length() != 1) { + P.append(", "); } - N.append(s2); + P.append(s2); } } - N.append("]"); - return N.toString(); + P.append("]"); + return P.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 ee6c513d95..ee8005ea58 100644 --- a/app/src/main/java/c/i/a/f/i/b/p.java +++ b/app/src/main/java/c/i/a/f/i/b/p.java @@ -53,45 +53,45 @@ public final class p { public static List> a = Collections.synchronizedList(new ArrayList()); /* renamed from: a0 reason: collision with root package name */ - public static j3 f1185a0; + public static j3 f1188a0; 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 f1186b0; + public static j3 f1189b0; /* renamed from: c reason: collision with root package name */ - public static j3 f1187c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); + public static j3 f1190c = a("measurement.monitoring.sample_period_millis", 86400000L, 86400000L, r.a); /* renamed from: c0 reason: collision with root package name */ - public static j3 f1188c0; + public static j3 f1191c0; 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 f1189d0; + public static j3 f1192d0; 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 f1190e0; + public static j3 f1193e0; 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 f1191f0; + public static j3 f1194f0; 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 f1192g0; + public static j3 f1195g0; 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 f1193h0; + public static j3 f1196h0; 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 f1194i0; + public static j3 f1197i0; 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 f1195j0; + public static j3 f1198j0; 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); @@ -110,7 +110,7 @@ public final class p { public static j3 r0; /* renamed from: s reason: collision with root package name */ - public static j3 f1196s = a("measurement.upload.window_interval", 3600000L, 3600000L, a0.a); + public static j3 f1199s = 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; @@ -122,15 +122,15 @@ public final class p { public static j3 w0; /* renamed from: x reason: collision with root package name */ - public static j3 f1197x = a("measurement.alarm_manager.minimum_interval", 60000L, 60000L, g0.a); + public static j3 f1200x = 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 f1198y = a("measurement.upload.stale_data_deletion_interval", 86400000L, 86400000L, j0.a); + public static j3 f1201y = 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 f1199z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); + public static j3 f1202z = a("measurement.upload.refresh_blacklisted_config_interval", 604800000L, 604800000L, i0.a); public static j3 z0; static { @@ -151,16 +151,16 @@ public final class p { X = a("measurement.quality.checksum", bool, bool, null); Y = a("measurement.sdk.dynamite.allow_remote_dynamite3", bool2, bool2, i1.a); Z = a("measurement.sdk.collection.validate_param_names_alphabetical", bool2, bool2, h1.a); - f1185a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); - f1186b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); - f1188c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); - f1189d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); - f1190e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); - f1191f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); - f1192g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); - f1193h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); - f1194i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); - f1195j0 = a("measurement.ga.ga_app_id", bool, bool, u1.a); + f1188a0 = a("measurement.audience.use_bundle_end_timestamp_for_non_sequence_property_filters", bool, bool, k1.a); + f1189b0 = a("measurement.audience.refresh_event_count_filters_timestamp", bool, bool, j1.a); + f1191c0 = a("measurement.audience.use_bundle_timestamp_for_event_count_filters", bool, bool, m1.a); + f1192d0 = a("measurement.sdk.collection.retrieve_deeplink_from_bow_2", bool2, bool2, o1.a); + f1193e0 = a("measurement.sdk.collection.last_deep_link_referrer2", bool2, bool2, n1.a); + f1194f0 = a("measurement.sdk.collection.last_deep_link_referrer_campaign2", bool, bool, q1.a); + f1195g0 = a("measurement.sdk.collection.last_gclid_from_referrer2", bool, bool, p1.a); + f1196h0 = a("measurement.sdk.collection.enable_extend_user_property_size", bool2, bool2, s1.a); + f1197i0 = a("measurement.upload.file_lock_state_check", bool, bool, r1.a); + f1198j0 = 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 181328f89e..86bd9dca7b 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 K0 = c.K0(t.q(), v5.a, v5.f1213c); + String K0 = c.K0(t.q(), v5.a, v5.f1216c); if (!TextUtils.isEmpty(K0)) { 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 K0 = c.K0(((l0) t3.j).z(), v5.a, v5.f1213c); + String K0 = c.K0(((l0) t3.j).z(), v5.a, v5.f1216c); if (K0 != 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 9cf6008d03..7611512d70 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 f1200c = 0; + public char f1203c = 0; public long d = -1; @GuardedBy("this") public String e; @@ -169,16 +169,16 @@ public final class q3 extends r5 { if (j > (j3 << 1)) { k4Var.a(); } else { - String string = k4Var.e.w().getString(k4Var.f1173c, null); + String string = k4Var.e.w().getString(k4Var.f1176c, null); long j4 = k4Var.e.w().getLong(k4Var.b, 0); k4Var.a(); - pair = (string == null || j4 <= 0) ? d4.f1154c : new Pair<>(string, Long.valueOf(j4)); - if (pair != null || pair == d4.f1154c) { + pair = (string == null || j4 <= 0) ? d4.f1157c : new Pair<>(string, Long.valueOf(j4)); + if (pair != null || pair == d4.f1157c) { return null; } String valueOf = String.valueOf(pair.second); String str = (String) pair.first; - return a.f(a.b(str, valueOf.length() + 1), valueOf, ":", str); + return a.g(a.b(str, valueOf.length() + 1), valueOf, ":", str); } } pair = null; diff --git a/app/src/main/java/c/i/a/f/i/b/q7.java b/app/src/main/java/c/i/a/f/i/b/q7.java index 5448f25cc8..42574cd3a6 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 f1201c; + public final k8 f1204c; 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.f1201c = new k8(this); + this.f1204c = 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.f1201c; + k8 k8Var = this.f1204c; 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.f1201c; + k8 k8Var2 = this.f1204c; 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.f1201c, 129); + b.a(context2, intent, k8Var2.k.f1204c, 129); return; } } @@ -133,13 +133,13 @@ public final class q7 extends a5 { public final void D() { b(); t(); - k8 k8Var = this.f1201c; + k8 k8Var = this.f1204c; if (k8Var.j != null && (k8Var.j.j() || k8Var.j.e())) { k8Var.j.h(); } k8Var.j = null; try { - a.b().c(this.a.b, this.f1201c); + a.b().c(this.a.b, this.f1204c); } 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.f1183c; + String str4 = o.f1186c; 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.f1195j0)) { + if (o.a.h.o(p.f1198j0)) { 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 78227f88db..b7f8dc3eff 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.f2366z); + return !TextUtils.isEmpty(zzn.j) || !TextUtils.isEmpty(zzn.f2369z); } public static boolean P(String str) { @@ -692,115 +692,115 @@ public final class q9 extends i9 { } public final String y(o0 o0Var) { - StringBuilder N = a.N("\nproperty_filter {\n"); + StringBuilder P = a.P("\nproperty_filter {\n"); if (o0Var.v()) { - L(N, 0, "filter_id", Integer.valueOf(o0Var.w())); + L(P, 0, "filter_id", Integer.valueOf(o0Var.w())); } - L(N, 0, "property_name", d().y(o0Var.x())); + L(P, 0, "property_name", d().y(o0Var.x())); String A = A(o0Var.z(), o0Var.A(), o0Var.C()); if (!A.isEmpty()) { - L(N, 0, "filter_type", A); + L(P, 0, "filter_type", A); } - I(N, 1, o0Var.y()); - N.append("}\n"); - return N.toString(); + I(P, 1, o0Var.y()); + P.append("}\n"); + return P.toString(); } public final String z(d1 d1Var) { - StringBuilder N = a.N("\nbatch {\n"); + StringBuilder P = a.P("\nbatch {\n"); for (e1 e1Var : d1Var.v()) { if (e1Var != null) { - H(N, 1); - N.append("bundle {\n"); + H(P, 1); + P.append("bundle {\n"); if (e1Var.E()) { - L(N, 1, "protocol_version", Integer.valueOf(e1Var.g0())); + L(P, 1, "protocol_version", Integer.valueOf(e1Var.g0())); } - L(N, 1, "platform", e1Var.y1()); + L(P, 1, "platform", e1Var.y1()); if (e1Var.I1()) { - L(N, 1, "gmp_version", Long.valueOf(e1Var.F())); + L(P, 1, "gmp_version", Long.valueOf(e1Var.F())); } if (e1Var.H()) { - L(N, 1, "uploading_gmp_version", Long.valueOf(e1Var.I())); + L(P, 1, "uploading_gmp_version", Long.valueOf(e1Var.I())); } if (e1Var.p0()) { - L(N, 1, "dynamite_version", Long.valueOf(e1Var.q0())); + L(P, 1, "dynamite_version", Long.valueOf(e1Var.q0())); } if (e1Var.a0()) { - L(N, 1, "config_version", Long.valueOf(e1Var.b0())); + L(P, 1, "config_version", Long.valueOf(e1Var.b0())); } - L(N, 1, "gmp_app_id", e1Var.S()); - L(N, 1, "admob_app_id", e1Var.o0()); - L(N, 1, "app_id", e1Var.G1()); - L(N, 1, "app_version", e1Var.H1()); + L(P, 1, "gmp_app_id", e1Var.S()); + L(P, 1, "admob_app_id", e1Var.o0()); + L(P, 1, "app_id", e1Var.G1()); + L(P, 1, "app_version", e1Var.H1()); if (e1Var.X()) { - L(N, 1, "app_version_major", Integer.valueOf(e1Var.Y())); + L(P, 1, "app_version_major", Integer.valueOf(e1Var.Y())); } - L(N, 1, "firebase_instance_id", e1Var.W()); + L(P, 1, "firebase_instance_id", e1Var.W()); if (e1Var.N()) { - L(N, 1, "dev_cert_hash", Long.valueOf(e1Var.O())); + L(P, 1, "dev_cert_hash", Long.valueOf(e1Var.O())); } - L(N, 1, "app_store", e1Var.F1()); + L(P, 1, "app_store", e1Var.F1()); if (e1Var.Y0()) { - L(N, 1, "upload_timestamp_millis", Long.valueOf(e1Var.Z0())); + L(P, 1, "upload_timestamp_millis", Long.valueOf(e1Var.Z0())); } if (e1Var.g1()) { - L(N, 1, "start_timestamp_millis", Long.valueOf(e1Var.h1())); + L(P, 1, "start_timestamp_millis", Long.valueOf(e1Var.h1())); } if (e1Var.n1()) { - L(N, 1, "end_timestamp_millis", Long.valueOf(e1Var.o1())); + L(P, 1, "end_timestamp_millis", Long.valueOf(e1Var.o1())); } if (e1Var.s1()) { - L(N, 1, "previous_bundle_start_timestamp_millis", Long.valueOf(e1Var.t1())); + L(P, 1, "previous_bundle_start_timestamp_millis", Long.valueOf(e1Var.t1())); } if (e1Var.v1()) { - L(N, 1, "previous_bundle_end_timestamp_millis", Long.valueOf(e1Var.w1())); + L(P, 1, "previous_bundle_end_timestamp_millis", Long.valueOf(e1Var.w1())); } - L(N, 1, "app_instance_id", e1Var.M()); - L(N, 1, "resettable_device_id", e1Var.J()); - L(N, 1, "device_id", e1Var.Z()); - L(N, 1, "ds_id", e1Var.e0()); + L(P, 1, "app_instance_id", e1Var.M()); + L(P, 1, "resettable_device_id", e1Var.J()); + L(P, 1, "device_id", e1Var.Z()); + L(P, 1, "ds_id", e1Var.e0()); if (e1Var.K()) { - L(N, 1, "limited_ad_tracking", Boolean.valueOf(e1Var.L())); + L(P, 1, "limited_ad_tracking", Boolean.valueOf(e1Var.L())); } - L(N, 1, "os_version", e1Var.A1()); - L(N, 1, "device_model", e1Var.B1()); - L(N, 1, "user_default_language", e1Var.C1()); + L(P, 1, "os_version", e1Var.A1()); + L(P, 1, "device_model", e1Var.B1()); + L(P, 1, "user_default_language", e1Var.C1()); if (e1Var.D1()) { - L(N, 1, "time_zone_offset_minutes", Integer.valueOf(e1Var.E1())); + L(P, 1, "time_zone_offset_minutes", Integer.valueOf(e1Var.E1())); } if (e1Var.P()) { - L(N, 1, "bundle_sequential_index", Integer.valueOf(e1Var.Q())); + L(P, 1, "bundle_sequential_index", Integer.valueOf(e1Var.Q())); } if (e1Var.T()) { - L(N, 1, "service_upload", Boolean.valueOf(e1Var.U())); + L(P, 1, "service_upload", Boolean.valueOf(e1Var.U())); } - L(N, 1, "health_monitor", e1Var.R()); + L(P, 1, "health_monitor", e1Var.R()); if (!this.a.h.o(p.y0) && e1Var.c0() && e1Var.d0() != 0) { - L(N, 1, "android_id", Long.valueOf(e1Var.d0())); + L(P, 1, "android_id", Long.valueOf(e1Var.d0())); } if (e1Var.f0()) { - L(N, 1, "retry_counter", Integer.valueOf(e1Var.n0())); + L(P, 1, "retry_counter", Integer.valueOf(e1Var.n0())); } if (e1Var.s0()) { - L(N, 1, "consent_signals", e1Var.t0()); + L(P, 1, "consent_signals", e1Var.t0()); } List K0 = e1Var.K0(); if (K0 != null) { for (i1 i1Var : K0) { if (i1Var != null) { - H(N, 2); - N.append("user_property {\n"); + H(P, 2); + P.append("user_property {\n"); Double d = null; - L(N, 2, "set_timestamp_millis", i1Var.y() ? Long.valueOf(i1Var.z()) : null); - L(N, 2, ModelAuditLogEntry.CHANGE_KEY_NAME, d().y(i1Var.D())); - L(N, 2, "string_value", i1Var.G()); - L(N, 2, "int_value", i1Var.H() ? Long.valueOf(i1Var.I()) : null); + L(P, 2, "set_timestamp_millis", i1Var.y() ? Long.valueOf(i1Var.z()) : null); + L(P, 2, ModelAuditLogEntry.CHANGE_KEY_NAME, d().y(i1Var.D())); + L(P, 2, "string_value", i1Var.G()); + L(P, 2, "int_value", i1Var.H() ? Long.valueOf(i1Var.I()) : null); if (i1Var.J()) { d = Double.valueOf(i1Var.K()); } - L(N, 2, "double_value", d); - H(N, 2); - N.append("}\n"); + L(P, 2, "double_value", d); + H(P, 2); + P.append("}\n"); } } } @@ -808,20 +808,20 @@ public final class q9 extends i9 { if (V != null) { for (y0 y0Var : V) { if (y0Var != null) { - H(N, 2); - N.append("audience_membership {\n"); + H(P, 2); + P.append("audience_membership {\n"); if (y0Var.x()) { - L(N, 2, "audience_id", Integer.valueOf(y0Var.y())); + L(P, 2, "audience_id", Integer.valueOf(y0Var.y())); } if (y0Var.D()) { - L(N, 2, "new_audience", Boolean.valueOf(y0Var.E())); + L(P, 2, "new_audience", Boolean.valueOf(y0Var.E())); } - K(N, 2, "current_data", y0Var.A()); + K(P, 2, "current_data", y0Var.A()); if (y0Var.B()) { - K(N, 2, "previous_data", y0Var.C()); + K(P, 2, "previous_data", y0Var.C()); } - H(N, 2); - N.append("}\n"); + H(P, 2); + P.append("}\n"); } } } @@ -829,31 +829,31 @@ public final class q9 extends i9 { if (y0 != null) { for (a1 a1Var : y0) { if (a1Var != null) { - H(N, 2); - N.append("event {\n"); - L(N, 2, ModelAuditLogEntry.CHANGE_KEY_NAME, d().u(a1Var.F())); + H(P, 2); + P.append("event {\n"); + L(P, 2, ModelAuditLogEntry.CHANGE_KEY_NAME, d().u(a1Var.F())); if (a1Var.G()) { - L(N, 2, "timestamp_millis", Long.valueOf(a1Var.H())); + L(P, 2, "timestamp_millis", Long.valueOf(a1Var.H())); } if (a1Var.I()) { - L(N, 2, "previous_timestamp_millis", Long.valueOf(a1Var.J())); + L(P, 2, "previous_timestamp_millis", Long.valueOf(a1Var.J())); } if (a1Var.K()) { - L(N, 2, "count", Integer.valueOf(a1Var.L())); + L(P, 2, "count", Integer.valueOf(a1Var.L())); } if (a1Var.D() != 0) { - M(N, 2, a1Var.v()); + M(P, 2, a1Var.v()); } - H(N, 2); - N.append("}\n"); + H(P, 2); + P.append("}\n"); } } } - H(N, 1); - N.append("}\n"); + H(P, 1); + P.append("}\n"); } } - N.append("}\n"); - return N.toString(); + P.append("}\n"); + return P.toString(); } } diff --git a/app/src/main/java/c/i/a/f/i/b/r4.java b/app/src/main/java/c/i/a/f/i/b/r4.java index f49908867c..4f1759e4c2 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 f1202c = new AtomicLong(Long.MIN_VALUE); + public static final AtomicLong f1205c = 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 a0b6bd27d1..932eedc3dd 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 f1203c; + public final boolean f1206c; 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.f1203c = z3; + this.f1206c = z3; } public final void a(String str) { - this.d.w(this.a, this.b, this.f1203c, str, null, null, null); + this.d.w(this.a, this.b, this.f1206c, str, null, null, null); } public final void b(String str, Object obj) { - this.d.w(this.a, this.b, this.f1203c, str, obj, null, null); + this.d.w(this.a, this.b, this.f1206c, str, obj, null, null); } public final void c(String str, Object obj, Object obj2) { - this.d.w(this.a, this.b, this.f1203c, str, obj, obj2, null); + this.d.w(this.a, this.b, this.f1206c, str, obj, obj2, null); } public final void d(String str, Object obj, Object obj2, Object obj3) { - this.d.w(this.a, this.b, this.f1203c, str, obj, obj2, obj3); + this.d.w(this.a, this.b, this.f1206c, 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 a866a25128..5872926829 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.f1202c.getAndIncrement(); + long andIncrement = r4.f1205c.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.f1202c.getAndIncrement(); + long andIncrement = r4.f1205c.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 2b84d801f5..6c878b19ad 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.f1183c, p.N))); + atomicReference.set(Integer.valueOf(cVar.q(o.f1186c, 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 496fdce622..33acb428ab 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.f1200c == 0) { + if (q3Var.f1203c == 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.f1200c = 'C'; + this.n.f1203c = 'C'; } else { - this.n.f1200c = 'c'; + this.n.f1203c = '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.f1200c; + char c2 = q3Var3.f1203c; 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.f1173c, sb2); + edit.putString(k4Var.f1176c, 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.f1173c, sb2); + edit2.putString(k4Var.f1176c, 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 27ec216135..fe74d7a2b1 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.f1183c, p.M))); + atomicReference.set(Long.valueOf(cVar.n(o.f1186c, 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 f316c82c4c..0db76e7a0a 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 @@ -20,6 +20,7 @@ import android.util.Log; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.annotation.WorkerThread; +import c.d.b.a.a; import c.i.a.f.e.e; import c.i.a.f.e.o.c; import c.i.a.f.e.o.d; @@ -56,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[] f1204c = {"firebase_", "google_", "ga_"}; + public static final String[] f1207c = {"firebase_", "google_", "ga_"}; public static final String[] d = {"_err"}; public SecureRandom e; public final AtomicLong f = new AtomicLong(0); @@ -211,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.f2367s; + zzaq zzaq3 = zzz.f2370s; if (zzaq3 != null) { bundle.putString("expired_event_name", zzaq3.i); - zzap zzap3 = zzz.f2367s.j; + zzap zzap3 = zzz.f2370s.j; if (zzap3 != null) { bundle.putBundle("expired_event_params", zzap3.w0()); } @@ -415,10 +416,8 @@ public final class t9 extends r5 { } public final void K(fc fcVar, long j) { - Bundle bundle = new Bundle(); - bundle.putLong("r", j); try { - fcVar.f(bundle); + fcVar.f(a.I("r", j)); } catch (RemoteException e) { this.a.g().i.b("Error returning long value to wrapper", e); } @@ -628,7 +627,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.f1195j0) && !TextUtils.isEmpty(str3)) { + } else if (da.b() && this.a.h.o(p.f1198j0) && !TextUtils.isEmpty(str3)) { return true; } else { if (!TextUtils.isEmpty(str2)) { @@ -652,7 +651,7 @@ public final class t9 extends r5 { g().h.b("Name is required and can't be null. Type", str); return false; } - String[] strArr3 = f1204c; + String[] strArr3 = f1207c; int length = strArr3.length; int i = 0; while (true) { @@ -785,7 +784,7 @@ public final class t9 extends r5 { if (!z3) { return 21; } - if (!e0(str3, u5.f1211c)) { + if (!e0(str3, u5.f1214c)) { return 20; } q7 x2 = this.a.x(); @@ -1112,6 +1111,6 @@ public final class t9 extends r5 { if ("_id".equals(str)) { return 256; } - return (!this.a.h.o(p.f1193h0) || !"_lgclid".equals(str)) ? 36 : 100; + return (!this.a.h.o(p.f1196h0) || !"_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 08aa77fd1c..7187164b81 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 f1205c; + public long f1208c; @NonNull public Bundle d; @@ -22,7 +22,7 @@ public final class u3 { this.a = str; this.b = str2; this.d = bundle; - this.f1205c = j; + this.f1208c = 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.f1205c); + return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1208c); } public final String toString() { String str = this.b; String str2 = this.a; String valueOf = String.valueOf(this.d); - return a.F(a.M(valueOf.length() + a.b(str2, a.b(str, 21)), "origin=", str, ",name=", str2), ",params=", valueOf); + return a.H(a.O(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 a40b767957..534c6b9d17 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 f1206c; + public final String f1209c; 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 f1207s; + public final d7 f1210s; public m3 t; public q7 u; public j v; public n3 w; /* renamed from: x reason: collision with root package name */ - public m4 f1208x; + public m4 f1211x; /* renamed from: y reason: collision with root package name */ - public boolean f1209y = false; + public boolean f1212y = false; /* renamed from: z reason: collision with root package name */ - public Boolean f1210z; + public Boolean f1213z; 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.f1206c = y5Var.b; - this.d = y5Var.f1215c; + this.f1209c = y5Var.b; + this.d = y5Var.f1218c; 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.f1094c == null)) { - context.getContentResolver().unregisterContentObserver(c2.a.f1094c); + if (!(c2Var == null || (context = c2Var.b) == null || c2Var.f1097c == null)) { + context.getContentResolver().unregisterContentObserver(c2.a.f1097c); } c2.a = null; } @@ -140,7 +140,7 @@ public class u4 implements t5 { this.l = w8Var; d7 d7Var = new d7(this); d7Var.p(); - this.f1207s = d7Var; + this.f1210s = 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.f1151c == null) { - s2.f1151c = new y6(s2, null); + if (s2.f1154c == null) { + s2.f1154c = new y6(s2, null); } if (z3) { - application.unregisterActivityLifecycleCallbacks(s2.f1151c); - application.registerActivityLifecycleCallbacks(s2.f1151c); + application.unregisterActivityLifecycleCallbacks(s2.f1154c); + application.registerActivityLifecycleCallbacks(s2.f1154c); s2.g().n.a("Registered activity lifecycle callback"); } } @@ -315,20 +315,20 @@ public class u4 implements t5 { */ @WorkerThread public final boolean m() { - if (this.f1209y) { + if (this.f1212y) { f().b(); - Boolean bool = this.f1210z; + Boolean bool = this.f1213z; if (!(bool == null || this.A == 0)) { if (!bool.booleanValue()) { Objects.requireNonNull((d) this.o); } - return this.f1210z.booleanValue(); + return this.f1213z.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.f1210z = valueOf; + this.f1213z = valueOf; if (valueOf.booleanValue()) { t9 t = t(); n3 z3 = z(); @@ -344,16 +344,16 @@ public class u4 implements t5 { z6.t(); } z2 = true; - this.f1210z = Boolean.valueOf(z2); + this.f1213z = Boolean.valueOf(z2); } - return this.f1210z.booleanValue(); + return this.f1213z.booleanValue(); } throw new IllegalStateException("AppMeasurement is not initialized"); } public final d7 n() { - q(this.f1207s); - return this.f1207s; + q(this.f1210s); + return this.f1210s; } public final d4 o() { @@ -382,7 +382,7 @@ public class u4 implements t5 { } public final boolean v() { - return TextUtils.isEmpty(this.f1206c); + return TextUtils.isEmpty(this.f1209c); } 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 cb76835c5e..8c287b3ad8 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[] f1211c = {"items"}; + public static final String[] f1214c = {"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 94b3a6a2fa..a03eafff68 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 f1212c; + public final String f1215c; 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.f1212c = str3; + this.f1215c = 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 c6bcd83410..8b81d4d0e6 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[] f1213c = {"_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[] f1216c = {"_aa", "_ac", "_xa", "_aq", "_ar", "_xu", "_ab", "_cd", "_ae", "_ui", "app_store_refund", "app_store_subscription_cancel", "app_store_subscription_convert", "app_store_subscription_renew", "_ug", "_au", "dynamic_link_app_open", "dynamic_link_app_update", "dynamic_link_first_open", "_cmp", "_err", "_f", "_v", "_iap", "_nd", "_nf", "_no", "_nr", "_ou", "_s", "_ssr", "_e", "_ai", "_vs", "_ep", "_cmp"}; public static final String[] d = {"purchase", "refund", "add_payment_info", "add_shipping_info", "add_to_cart", "add_to_wishlist", "begin_checkout", "remove_from_cart", "select_item", "select_promotion", "view_cart", "view_item", "view_item_list", "view_promotion", "ecommerce_purchase", "purchase_refund", "set_checkout_option", "checkout_progress", "select_content", "view_search_results"}; public static String a(String str) { - return c.K0(str, f1213c, a); + return c.K0(str, f1216c, 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 474897391b..a91c3fe9cb 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.f1183c, p.O))); + atomicReference.set(Double.valueOf(cVar.r(o.f1186c, 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 c9ca2a6599..02e3b561b5 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().f1156x.b()) { + if (w8Var.a.h.z().booleanValue() || w8Var.l().f1159x.b()) { d9 d9Var = w8Var.e; d9Var.d.b(); - d9Var.f1159c.c(); + d9Var.f1162c.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.f1159c.c(); + d9Var2.f1162c.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().f1156x.a(false); + f9Var.a.l().f1159x.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 b6d7afc781..3b0fae40b8 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.f1208x = new m4(u4Var); + u4Var.f1211x = 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.f1183c; - if (TextUtils.isEmpty(u4Var.f1206c)) { + String str2 = n3Var.f1186c; + if (TextUtils.isEmpty(u4Var.f1209c)) { 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.f1209y = true; + u4Var.f1212y = 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 86425b27ad..67cdb096b4 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.f1168c, i7Var.a, i7Var.b, q7Var.a.b.getPackageName()); + i3Var.F(i7Var.f1171c, 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 15efc5423f..644793eec1 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 f1214c; + public Handler f1217c; 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.f1214c == null) { - this.f1214c = new bc(Looper.getMainLooper()); + if (this.f1217c == null) { + this.f1217c = 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 505378f065..6831369fd2 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.f1143c.get(str); + Integer num = aVar.f1146c.get(str); if (num != null) { i7 w = aVar.q().w(false); int intValue = num.intValue() - 1; if (intValue == 0) { - aVar.f1143c.remove(str); + aVar.f1146c.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.f1143c.isEmpty()) { + if (aVar.f1146c.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.f1143c.put(str, Integer.valueOf(intValue)); + aVar.f1146c.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 04da46e39a..abb3ee2272 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.f1214c.removeCallbacks(b9Var); + this.b.f1217c.removeCallbacks(b9Var); } if (this.b.a.h.o(p.v0)) { - this.b.l().f1156x.a(false); + this.b.l().f1159x.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 287001aaa0..ae62732658 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.f1143c.isEmpty()) { + if (aVar.f1146c.isEmpty()) { aVar.d = j; } - Integer num = aVar.f1143c.get(str); + Integer num = aVar.f1146c.get(str); if (num != null) { - aVar.f1143c.put(str, Integer.valueOf(num.intValue() + 1)); - } else if (aVar.f1143c.size() >= 100) { + aVar.f1146c.put(str, Integer.valueOf(num.intValue() + 1)); + } else if (aVar.f1146c.size() >= 100) { aVar.g().i.a("Too many ads visible"); } else { - aVar.f1143c.put(str, 1); + aVar.f1146c.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 77fbba505a..87237cc0f2 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 f1215c; + public String f1218c; 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.f1215c = zzae.m; + this.f1218c = 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 42a8a07b9e..8eb269368f 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.f1165c; - q.f1165c = null; + q.d = q.f1168c; + q.f1168c = null; q.f().v(new o7(q, E, elapsedRealtime)); } else { - q.f1165c = null; + q.f1168c = 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.f1165c = q.i; + q.f1168c = 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.f1168c); + bundle2.putLong(ModelAuditLogEntry.CHANGE_KEY_ID, i7Var.f1171c); 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 7bc1ea3248..7c12112b8c 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.f1214c.postDelayed(b9Var, 2000); + x8Var.b.f1217c.postDelayed(b9Var, 2000); if (w8Var.a.h.z().booleanValue()) { - w8Var.e.f1159c.c(); + w8Var.e.f1162c.c(); } f9 f9Var = w8Var.d; if (!f9Var.a.a.h.o(p.v0)) { - f9Var.a.l().f1156x.a(true); + f9Var.a.l().f1159x.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 ef23a2afd0..02c7002760 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 f1216c = null; + public String f1219c = 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.f1212c)) { + if (z2 || !t9.r0(u9Var.f1215c)) { 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.f1212c)) { + if (z2 || !t9.r0(u9Var.f1215c)) { 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.f1216c) && !c.S(this.a.k.b, Binder.getCallingUid())) { + if (!"com.google.android.gms".equals(this.f1219c) && !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.f1216c == null) { + if (this.f1219c == null) { Context context = this.a.k.b; int callingUid = Binder.getCallingUid(); boolean z4 = e.a; if (c.o0(context, callingUid, str)) { - this.f1216c = str; + this.f1219c = str; } } - if (!str.equals(this.f1216c)) { + if (!str.equals(this.f1219c)) { 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.f2366z, zzn.D); + this.a.k.t().c0(zzn.j, zzn.f2369z, 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 fc4899afb0..ed3d9992eb 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.f1142c.matcher(str).matches()) { + if (p.f1145c.matcher(str).matches()) { bool4 = Boolean.TRUE; } else if (p.d.matcher(str).matches()) { bool = Boolean.FALSE; diff --git a/app/src/main/java/c/i/a/f/j/b/e/b.java b/app/src/main/java/c/i/a/f/j/b/e/b.java index 24f2bce3f7..1769718c49 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.f1220c.f1053c); + sVar.d.b(sVar.f1223c.f1056c); 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 9e9ddb442a..085e99c75f 100644 --- a/app/src/main/java/c/i/a/f/j/b/e/i.java +++ b/app/src/main/java/c/i/a/f/j/b/e/i.java @@ -68,7 +68,7 @@ public final class i extends MessagesClient { public final Task g(MessageListener messageListener, SubscribeOptions subscribeOptions) { AnimatableValueParser.p(subscribeOptions.a.r == 0, "Strategy.setBackgroundScanMode() is only supported by background subscribe (the version which takes a PendingIntent)."); k m = m(messageListener); - return k(m, new l(this, m, new s(this, m(subscribeOptions.f2368c), m), subscribeOptions), new m(m)); + return k(m, new l(this, m, new s(this, m(subscribeOptions.f2371c), 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.f1053c; + k.a aVar = kVar.f1056c; x xVar = new x(this, aVar, a0Var2); - AnimatableValueParser.z(kVar.f1053c, "Listener has already been released."); + AnimatableValueParser.z(kVar.f1056c, "Listener has already been released."); AnimatableValueParser.z(aVar, "Listener has already been released."); - AnimatableValueParser.p(AnimatableValueParser.j0(kVar.f1053c, aVar), "Listener registration and unregistration methods must be constructed with the same ListenerHolder."); + AnimatableValueParser.p(AnimatableValueParser.j0(kVar.f1056c, 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 f4fadeb36a..be633c8c3b 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 f1217c; + public final b0 f1220c; public final PublishOptions d; public j(i iVar, Message message, b0 b0Var, PublishOptions publishOptions) { this.a = iVar; this.b = message; - this.f1217c = b0Var; + this.f1220c = 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.f1217c; + b0 b0Var = this.f1220c; 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 5287929c74..c34c8b77ae 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 f1218c; + public final d0 f1221c; public final SubscribeOptions d; public l(i iVar, k kVar, d0 d0Var, SubscribeOptions subscribeOptions) { this.a = iVar; this.b = kVar; - this.f1218c = d0Var; + this.f1221c = 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.f1218c; + d0 d0Var = this.f1221c; SubscribeOptions subscribeOptions = this.d; int i = iVar.m; - if (!fVar.A.a(kVar2.f1053c)) { + if (!fVar.A.a(kVar2.f1056c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1053c, new WeakReference<>(new h(kVar2))); + oVar.a.put(kVar2.f1056c, new WeakReference<>(new h(kVar2))); } - fVar.v().D(new SubscribeRequest(3, fVar.A.b(kVar2.f1053c), subscribeOptions.a, new j(kVar), subscribeOptions.b, null, 0, null, null, null, false, d0Var, false, null, subscribeOptions.d, 0, i)); + fVar.v().D(new SubscribeRequest(3, fVar.A.b(kVar2.f1056c), 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 e937fb60bb..7081336675 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.f1053c)) { + if (!fVar.A.a(kVar2.f1056c)) { jVar.g(new Status(0, null)); return; } - fVar.v().m0(new zzcg(1, fVar.A.b(kVar2.f1053c), jVar, null, 0, null, null, false, null)); + fVar.v().m0(new zzcg(1, fVar.A.b(kVar2.f1056c), jVar, null, 0, null, null, false, null)); o oVar = fVar.A; - oVar.a.remove(kVar2.f1053c); + oVar.a.remove(kVar2.f1056c); } } 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 f5afa86630..20cae0401c 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.f1053c)) { + if (!fVar.A.a(kVar2.f1056c)) { o oVar = fVar.A; - oVar.a.put(kVar2.f1053c, new WeakReference<>(new m(kVar2))); + oVar.a.put(kVar2.f1056c, new WeakReference<>(new m(kVar2))); } - zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1053c), false, null, null); + zzcb zzcb = new zzcb(1, new j(kVar), fVar.A.b(kVar2.f1056c), 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 c975f37969..4dbd47a2d7 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.f1053c)) { + if (!fVar.A.a(kVar2.f1056c)) { jVar.g(new Status(0, null)); return; } - zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1053c), false, null, null); + zzcb zzcb = new zzcb(1, jVar, fVar.A.b(kVar2.f1056c), false, null, null); zzcb.l = false; fVar.v().s(zzcb); c.i.a.f.h.m.o oVar = fVar.A; - oVar.a.remove(kVar2.f1053c); + oVar.a.remove(kVar2.f1056c); } } 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 fcd9c184b2..f4ba5d7ddf 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 f1219c; + public final /* synthetic */ k f1222c; public final /* synthetic */ i d; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public r(i iVar, k kVar, k kVar2) { super(kVar); this.d = iVar; - this.f1219c = kVar2; + this.f1222c = 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 51e129e68a..324532ca40 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 f1220c; + public final /* synthetic */ k f1223c; 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.f1220c = kVar2; + this.f1223c = 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 78f29e74f3..36975a77ef 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 f1221c; + public final /* synthetic */ i f1224c; /* 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.f1221c = iVar; + this.f1224c = 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 c1f910b939..336b670281 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 f1222c; + public final /* synthetic */ i f1225c; /* 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.f1222c = iVar; + this.f1225c = 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 26f63543e7..4781a1aef1 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.f1219c.f1053c); + rVar.d.b(rVar.f1222c.f1056c); 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 82d32958e3..de1365638e 100644 --- a/app/src/main/java/c/i/a/f/k/a.java +++ b/app/src/main/java/c/i/a/f/k/a.java @@ -10,7 +10,7 @@ public final class a { @Deprecated /* renamed from: c reason: collision with root package name */ - public static final c.i.a.f.e.h.a f1223c; + public static final c.i.a.f.e.h.a f1226c; @Deprecated public static final SafetyNetApi d = new i(); @@ -19,6 +19,6 @@ public final class a { a = gVar; h hVar = new h(); b = hVar; - f1223c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); + f1226c = new c.i.a.f.e.h.a<>("SafetyNet.API", hVar, gVar); } } diff --git a/app/src/main/java/c/i/a/f/l/b/a.java b/app/src/main/java/c/i/a/f/l/b/a.java index 7e0ac018ac..14c1eb0bb1 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.f1051c.post(new i0(g0Var, new zam())); + g0Var.f1054c.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 7b3294b96e..90f18da658 100644 --- a/app/src/main/java/c/i/a/f/l/c.java +++ b/app/src/main/java/c/i/a/f/l/c.java @@ -10,7 +10,7 @@ public final class c { public static final a.g b; /* renamed from: c reason: collision with root package name */ - public static final a.AbstractC0104a f1224c; + public static final a.AbstractC0104a f1227c; public static final a.AbstractC0104a d; static { @@ -19,7 +19,7 @@ public final class c { a.g gVar2 = new a.g<>(); b = gVar2; e eVar = new e(); - f1224c = eVar; + f1227c = eVar; d dVar = new d(); d = dVar; new Scope("profile"); diff --git a/app/src/main/java/c/i/a/f/m/a.java b/app/src/main/java/c/i/a/f/m/a.java index 4f8026913b..85f9237713 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 f1225c; + public final PowerManager.WakeLock f1228c; public WorkSource d; public final int e; public final String f; @@ -58,7 +58,7 @@ public class a { } else { this.f = str; } - this.f1225c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); + this.f1228c = ((PowerManager) context.getSystemService("power")).newWakeLock(i, str); if (i.a(context)) { packageName = h.a(packageName) ? context.getPackageName() : packageName; if (!(context.getPackageManager() == null || packageName == null)) { @@ -100,7 +100,7 @@ public class a { this.d = workSource; } try { - this.f1225c.setWorkSource(this.d); + this.f1228c.setWorkSource(this.d); } catch (ArrayIndexOutOfBoundsException | IllegalArgumentException e3) { Log.wtf("WakeLock", e3.toString()); } @@ -125,7 +125,7 @@ public class a { if (r7.j == 0) goto L_0x0061; */ /* JADX WARNING: Code restructure failed: missing block: B:24:0x0061, code lost: - com.airbnb.lottie.parser.AnimatableValueParser.C0(r7.f1225c, null); + com.airbnb.lottie.parser.AnimatableValueParser.C0(r7.f1228c, null); c(); r7.j++; */ @@ -136,7 +136,7 @@ public class a { } synchronized (this.b) { boolean z2 = false; - if ((!this.i.isEmpty() || this.j > 0) && !this.f1225c.isHeld()) { + if ((!this.i.isEmpty() || this.j > 0) && !this.f1228c.isHeld()) { this.i.clear(); this.j = 0; } @@ -152,7 +152,7 @@ public class a { if (!this.h) { } } - this.f1225c.acquire(); + this.f1228c.acquire(); if (j > 0) { a.schedule(new b(this), j, TimeUnit.MILLISECONDS); } @@ -165,7 +165,7 @@ public class a { if (r6.j == 1) goto L_0x005b; */ /* JADX WARNING: Code restructure failed: missing block: B:23:0x005b, code lost: - com.airbnb.lottie.parser.AnimatableValueParser.C0(r6.f1225c, null); + com.airbnb.lottie.parser.AnimatableValueParser.C0(r6.f1228c, null); c(); r6.j--; */ @@ -205,7 +205,7 @@ public class a { WorkSource workSource = this.d; Method method2 = i.a; ArrayList arrayList = new ArrayList(); - if (!(workSource == null || (method = i.f1072c) == null)) { + if (!(workSource == null || (method = i.f1075c) == 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.f1225c.isHeld()) { + if (this.f1228c.isHeld()) { try { - this.f1225c.release(); + this.f1228c.release(); } catch (RuntimeException e) { if (e.getClass().equals(RuntimeException.class)) { Log.e("WakeLock", String.valueOf(this.f).concat(" was already released!"), e); @@ -251,7 +251,7 @@ public class a { throw e; } } - this.f1225c.isHeld(); + this.f1228c.isHeld(); } } } diff --git a/app/src/main/java/c/i/a/f/n/b0.java b/app/src/main/java/c/i/a/f/n/b0.java index 13a2192c4d..430a8f24c4 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 f1226c; + public boolean f1229c; public volatile boolean d; @Nullable public TResult e; @@ -123,7 +123,7 @@ public final class b0 extends Task { public final TResult l() { TResult tresult; synchronized (this.a) { - AnimatableValueParser.G(this.f1226c, "Task is not yet complete"); + AnimatableValueParser.G(this.f1229c, "Task is not yet complete"); if (this.d) { throw new CancellationException("Task is already canceled."); } else if (this.f == null) { @@ -139,7 +139,7 @@ public final class b0 extends Task { public final TResult m(@NonNull Class cls) throws Throwable { TResult tresult; synchronized (this.a) { - AnimatableValueParser.G(this.f1226c, "Task is not yet complete"); + AnimatableValueParser.G(this.f1229c, "Task is not yet complete"); if (this.d) { throw new CancellationException("Task is already canceled."); } else if (cls.isInstance(this.f)) { @@ -162,7 +162,7 @@ public final class b0 extends Task { public final boolean o() { boolean z2; synchronized (this.a) { - z2 = this.f1226c; + z2 = this.f1229c; } return z2; } @@ -171,7 +171,7 @@ public final class b0 extends Task { public final boolean p() { boolean z2; synchronized (this.a) { - z2 = this.f1226c && !this.d && this.f == null; + z2 = this.f1229c && !this.d && this.f == null; } return z2; } @@ -197,7 +197,7 @@ public final class b0 extends Task { AnimatableValueParser.z(exc, "Exception must not be null"); synchronized (this.a) { v(); - this.f1226c = true; + this.f1229c = true; this.f = exc; } this.b.a(this); @@ -206,7 +206,7 @@ public final class b0 extends Task { public final void t(@Nullable TResult tresult) { synchronized (this.a) { v(); - this.f1226c = true; + this.f1229c = true; this.e = tresult; } this.b.a(this); @@ -214,10 +214,10 @@ public final class b0 extends Task { public final boolean u() { synchronized (this.a) { - if (this.f1226c) { + if (this.f1229c) { return false; } - this.f1226c = true; + this.f1229c = true; this.d = true; this.b.a(this); return true; @@ -226,7 +226,7 @@ public final class b0 extends Task { public final void v() { String str; - if (this.f1226c) { + if (this.f1229c) { int i = DuplicateTaskCompletionException.i; if (o()) { Exception k = k(); @@ -250,7 +250,7 @@ public final class b0 extends Task { public final void w() { synchronized (this.a) { - if (this.f1226c) { + if (this.f1229c) { this.b.a(this); } } diff --git a/app/src/main/java/c/i/a/f/n/j.java b/app/src/main/java/c/i/a/f/n/j.java index 2e7cd5d20d..e367f0f643 100644 --- a/app/src/main/java/c/i/a/f/n/j.java +++ b/app/src/main/java/c/i/a/f/n/j.java @@ -8,7 +8,7 @@ public final class j implements h { public final int b; /* renamed from: c reason: collision with root package name */ - public final b0 f1227c; + public final b0 f1230c; public int d; public int e; public int f; @@ -17,7 +17,7 @@ public final class j implements h { public j(int i, b0 b0Var) { this.b = i; - this.f1227c = b0Var; + this.f1230c = b0Var; } public final void a() { @@ -25,7 +25,7 @@ public final class j implements h { return; } if (this.g != null) { - b0 b0Var = this.f1227c; + b0 b0Var = this.f1230c; int i = this.e; int i2 = this.b; StringBuilder sb = new StringBuilder(54); @@ -35,9 +35,9 @@ public final class j implements h { sb.append(" underlying tasks failed"); b0Var.s(new ExecutionException(sb.toString(), this.g)); } else if (this.h) { - this.f1227c.u(); + this.f1230c.u(); } else { - this.f1227c.t(null); + this.f1230c.t(null); } } diff --git a/app/src/main/java/c/i/a/f/n/k.java b/app/src/main/java/c/i/a/f/n/k.java index e09556669b..02137a7f0c 100644 --- a/app/src/main/java/c/i/a/f/n/k.java +++ b/app/src/main/java/c/i/a/f/n/k.java @@ -9,12 +9,12 @@ public final class k implements z { public final a b; /* renamed from: c reason: collision with root package name */ - public final b0 f1228c; + public final b0 f1231c; public k(@NonNull Executor executor, @NonNull a aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1228c = b0Var; + this.f1231c = b0Var; } @Override // c.i.a.f.n.z diff --git a/app/src/main/java/c/i/a/f/n/l.java b/app/src/main/java/c/i/a/f/n/l.java index 4567aa137e..6da6752505 100644 --- a/app/src/main/java/c/i/a/f/n/l.java +++ b/app/src/main/java/c/i/a/f/n/l.java @@ -9,12 +9,12 @@ public final class l implements b, d, e> b; /* renamed from: c reason: collision with root package name */ - public final b0 f1229c; + public final b0 f1232c; public l(@NonNull Executor executor, @NonNull a> aVar, @NonNull b0 b0Var) { this.a = executor; this.b = aVar; - this.f1229c = b0Var; + this.f1232c = b0Var; } @Override // c.i.a.f.n.z @@ -24,16 +24,16 @@ public final class l implements b, d, e implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public b f1230c; + public b f1233c; public p(@NonNull Executor executor, @NonNull b bVar) { this.a = executor; - this.f1230c = bVar; + this.f1233c = bVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.n()) { synchronized (this.b) { - if (this.f1230c != null) { + if (this.f1233c != null) { this.a.execute(new o(this)); } } diff --git a/app/src/main/java/c/i/a/f/n/q.java b/app/src/main/java/c/i/a/f/n/q.java index 631ad1e724..62fd60a165 100644 --- a/app/src/main/java/c/i/a/f/n/q.java +++ b/app/src/main/java/c/i/a/f/n/q.java @@ -9,17 +9,17 @@ public final class q implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public c f1231c; + public c f1234c; public q(@NonNull Executor executor, @NonNull c cVar) { this.a = executor; - this.f1231c = cVar; + this.f1234c = cVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { synchronized (this.b) { - if (this.f1231c != null) { + if (this.f1234c != null) { this.a.execute(new r(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/r.java b/app/src/main/java/c/i/a/f/n/r.java index 4cfc956867..767c160dee 100644 --- a/app/src/main/java/c/i/a/f/n/r.java +++ b/app/src/main/java/c/i/a/f/n/r.java @@ -14,7 +14,7 @@ public final class r implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - c cVar = this.j.f1231c; + c cVar = this.j.f1234c; if (cVar != 0) { cVar.onComplete(this.i); } diff --git a/app/src/main/java/c/i/a/f/n/s.java b/app/src/main/java/c/i/a/f/n/s.java index 26b00bd47b..8487d7cb10 100644 --- a/app/src/main/java/c/i/a/f/n/s.java +++ b/app/src/main/java/c/i/a/f/n/s.java @@ -15,7 +15,7 @@ public final class s implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - d dVar = this.j.f1232c; + d dVar = this.j.f1235c; if (dVar != null) { Exception k = this.i.k(); Objects.requireNonNull(k, "null reference"); diff --git a/app/src/main/java/c/i/a/f/n/t.java b/app/src/main/java/c/i/a/f/n/t.java index 507d34e6bd..c3f167b9a5 100644 --- a/app/src/main/java/c/i/a/f/n/t.java +++ b/app/src/main/java/c/i/a/f/n/t.java @@ -9,18 +9,18 @@ public final class t implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public d f1232c; + public d f1235c; public t(@NonNull Executor executor, @NonNull d dVar) { this.a = executor; - this.f1232c = dVar; + this.f1235c = dVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (!task.p() && !task.n()) { synchronized (this.b) { - if (this.f1232c != null) { + if (this.f1235c != null) { this.a.execute(new s(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/u.java b/app/src/main/java/c/i/a/f/n/u.java index 02269779f3..f386630ac7 100644 --- a/app/src/main/java/c/i/a/f/n/u.java +++ b/app/src/main/java/c/i/a/f/n/u.java @@ -9,18 +9,18 @@ public final class u implements z { public final Object b = new Object(); /* renamed from: c reason: collision with root package name */ - public e f1233c; + public e f1236c; public u(@NonNull Executor executor, @NonNull e eVar) { this.a = executor; - this.f1233c = eVar; + this.f1236c = eVar; } @Override // c.i.a.f.n.z public final void a(@NonNull Task task) { if (task.p()) { synchronized (this.b) { - if (this.f1233c != null) { + if (this.f1236c != null) { this.a.execute(new v(this, task)); } } diff --git a/app/src/main/java/c/i/a/f/n/v.java b/app/src/main/java/c/i/a/f/n/v.java index ad8f29be73..d019d1f854 100644 --- a/app/src/main/java/c/i/a/f/n/v.java +++ b/app/src/main/java/c/i/a/f/n/v.java @@ -14,7 +14,7 @@ public final class v implements Runnable { @Override // java.lang.Runnable public final void run() { synchronized (this.j.b) { - e eVar = this.j.f1233c; + e eVar = this.j.f1236c; if (eVar != 0) { eVar.onSuccess(this.i.l()); } diff --git a/app/src/main/java/c/i/a/f/n/w.java b/app/src/main/java/c/i/a/f/n/w.java index 73e30373b0..eaed8894ca 100644 --- a/app/src/main/java/c/i/a/f/n/w.java +++ b/app/src/main/java/c/i/a/f/n/w.java @@ -20,7 +20,7 @@ public final class w implements Runnable { Task a = this.j.b.a(this.i.l()); if (a == null) { x xVar = this.j; - xVar.f1234c.s(new NullPointerException("Continuation returned null")); + xVar.f1237c.s(new NullPointerException("Continuation returned null")); return; } Executor executor = g.b; @@ -29,14 +29,14 @@ public final class w implements Runnable { a.a(executor, this.j); } catch (RuntimeExecutionException e) { if (e.getCause() instanceof Exception) { - this.j.f1234c.s((Exception) e.getCause()); + this.j.f1237c.s((Exception) e.getCause()); return; } - this.j.f1234c.s(e); + this.j.f1237c.s(e); } catch (CancellationException unused) { - this.j.f1234c.u(); + this.j.f1237c.u(); } catch (Exception e2) { - this.j.f1234c.s(e2); + this.j.f1237c.s(e2); } } } diff --git a/app/src/main/java/c/i/a/f/n/x.java b/app/src/main/java/c/i/a/f/n/x.java index 630c77f25b..e469f58ffa 100644 --- a/app/src/main/java/c/i/a/f/n/x.java +++ b/app/src/main/java/c/i/a/f/n/x.java @@ -9,12 +9,12 @@ public final class x implements b, d, e b; /* renamed from: c reason: collision with root package name */ - public final b0 f1234c; + public final b0 f1237c; public x(@NonNull Executor executor, @NonNull f fVar, @NonNull b0 b0Var) { this.a = executor; this.b = fVar; - this.f1234c = b0Var; + this.f1237c = b0Var; } @Override // c.i.a.f.n.z @@ -24,16 +24,16 @@ public final class x implements b, d, e { public Queue> b; /* renamed from: c reason: collision with root package name */ - public boolean f1235c; + public boolean f1238c; public final void a(@NonNull Task task) { z poll; synchronized (this.a) { if (this.b != null) { - if (!this.f1235c) { - this.f1235c = true; + if (!this.f1238c) { + this.f1238c = true; } } return; @@ -26,7 +26,7 @@ public final class y { synchronized (this.a) { poll = this.b.poll(); if (poll == null) { - this.f1235c = false; + this.f1238c = false; return; } } diff --git a/app/src/main/java/c/i/a/g/a/c.java b/app/src/main/java/c/i/a/g/a/c.java index fa8740f090..b3f3c906b2 100644 --- a/app/src/main/java/c/i/a/g/a/c.java +++ b/app/src/main/java/c/i/a/g/a/c.java @@ -56,7 +56,7 @@ public class c extends CoordinatorLayout.Behavior { } d dVar = this.viewOffsetHelper; dVar.b = dVar.a.getTop(); - dVar.f1236c = dVar.a.getLeft(); + dVar.f1239c = dVar.a.getLeft(); this.viewOffsetHelper.a(); int i2 = this.tempTopBottomOffset; if (i2 != 0) { diff --git a/app/src/main/java/c/i/a/g/a/d.java b/app/src/main/java/c/i/a/g/a/d.java index 4e6bc60822..506b3a0416 100644 --- a/app/src/main/java/c/i/a/g/a/d.java +++ b/app/src/main/java/c/i/a/g/a/d.java @@ -8,7 +8,7 @@ public class d { public int b; /* renamed from: c reason: collision with root package name */ - public int f1236c; + public int f1239c; public int d; public int e; public boolean f = true; @@ -22,7 +22,7 @@ public class d { View view = this.a; ViewCompat.offsetTopAndBottom(view, this.d - (view.getTop() - this.b)); View view2 = this.a; - ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1236c)); + ViewCompat.offsetLeftAndRight(view2, this.e - (view2.getLeft() - this.f1239c)); } public boolean b(int i) { diff --git a/app/src/main/java/c/i/a/g/b/a.java b/app/src/main/java/c/i/a/g/b/a.java index 6ba9f8fd3d..afbe66cd86 100644 --- a/app/src/main/java/c/i/a/g/b/a.java +++ b/app/src/main/java/c/i/a/g/b/a.java @@ -27,7 +27,7 @@ public class a { public ShapeAppearanceModel b; /* renamed from: c reason: collision with root package name */ - public int f1237c; + public int f1240c; 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 f1238s; + public int f1241s; 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.f1237c, 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.f1240c, this.e, this.d, this.f), this.m); this.r = rippleDrawable; materialButton.setInternalBackground(rippleDrawable); MaterialShapeDrawable b = b(); if (b != null) { - b.setElevation((float) this.f1238s); + b.setElevation((float) this.f1241s); } } diff --git a/app/src/main/java/c/i/a/g/c/a.java b/app/src/main/java/c/i/a/g/c/a.java index 60de73eab0..8d0317c92c 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 f1239c; + public final MaterialCardView f1242c; @NonNull public final Rect d = new Rect(); @NonNull @@ -65,7 +65,7 @@ public class a { @Nullable /* renamed from: s reason: collision with root package name */ - public MaterialShapeDrawable f1240s; + public MaterialShapeDrawable f1243s; public boolean t = false; public boolean u; @@ -93,7 +93,7 @@ public class a { } public a(@NonNull MaterialCardView materialCardView, AttributeSet attributeSet, int i, @StyleRes int i2) { - this.f1239c = materialCardView; + this.f1242c = materialCardView; MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(materialCardView.getContext(), attributeSet, i, i2); this.e = materialShapeDrawable; materialShapeDrawable.initializeElevationOverlay(materialCardView.getContext()); @@ -124,11 +124,11 @@ public class a { } public final float c() { - return this.f1239c.getMaxCardElevation() + (j() ? a() : 0.0f); + return this.f1242c.getMaxCardElevation() + (j() ? a() : 0.0f); } public final float d() { - return (this.f1239c.getMaxCardElevation() * 1.5f) + (j() ? a() : 0.0f); + return (this.f1242c.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.f1240s = new MaterialShapeDrawable(this.n); - rippleDrawable = new RippleDrawable(this.l, null, this.f1240s); + this.f1243s = new MaterialShapeDrawable(this.n); + rippleDrawable = new RippleDrawable(this.l, null, this.f1243s); } else { StateListDrawable stateListDrawable = new StateListDrawable(); MaterialShapeDrawable materialShapeDrawable = new MaterialShapeDrawable(this.n); @@ -165,7 +165,7 @@ public class a { public final Drawable f(Drawable drawable) { int i; int i2; - if (this.f1239c.getUseCompatPadding()) { + if (this.f1242c.getUseCompatPadding()) { int ceil = (int) Math.ceil((double) d()); i2 = (int) Math.ceil((double) c()); i = ceil; @@ -202,7 +202,7 @@ public class a { if (materialShapeDrawable2 != null) { materialShapeDrawable2.setShapeAppearanceModel(shapeAppearanceModel); } - MaterialShapeDrawable materialShapeDrawable3 = this.f1240s; + MaterialShapeDrawable materialShapeDrawable3 = this.f1243s; if (materialShapeDrawable3 != null) { materialShapeDrawable3.setShapeAppearanceModel(shapeAppearanceModel); } @@ -213,30 +213,30 @@ public class a { } public final boolean i() { - return this.f1239c.getPreventCornerOverlap() && !this.e.isRoundRect(); + return this.f1242c.getPreventCornerOverlap() && !this.e.isRoundRect(); } public final boolean j() { - return this.f1239c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1239c.getUseCompatPadding(); + return this.f1242c.getPreventCornerOverlap() && this.e.isRoundRect() && this.f1242c.getUseCompatPadding(); } public void k() { float f = 0.0f; float a2 = i() || j() ? a() : 0.0f; - if (this.f1239c.getPreventCornerOverlap() && this.f1239c.getUseCompatPadding()) { - f = (float) ((1.0d - b) * ((double) this.f1239c.getCardViewRadius())); + if (this.f1242c.getPreventCornerOverlap() && this.f1242c.getUseCompatPadding()) { + f = (float) ((1.0d - b) * ((double) this.f1242c.getCardViewRadius())); } int i = (int) (a2 - f); - MaterialCardView materialCardView = this.f1239c; + MaterialCardView materialCardView = this.f1242c; Rect rect = this.d; materialCardView.setAncestorContentPadding(rect.left + i, rect.top + i, rect.right + i, rect.bottom + i); } public void l() { if (!this.t) { - this.f1239c.setBackgroundInternal(f(this.e)); + this.f1242c.setBackgroundInternal(f(this.e)); } - this.f1239c.setForeground(f(this.j)); + this.f1242c.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 55f8be1e21..f858bd95d2 100644 --- a/app/src/main/java/c/i/a/g/d/a.java +++ b/app/src/main/java/c/i/a/g/d/a.java @@ -23,7 +23,7 @@ public final class a { public final ColorStateList b; /* renamed from: c reason: collision with root package name */ - public final ColorStateList f1241c; + public final ColorStateList f1244c; public final ColorStateList d; public final int e; public final ShapeAppearanceModel f; @@ -35,7 +35,7 @@ public final class a { Preconditions.checkArgumentNonnegative(rect.bottom); this.a = rect; this.b = colorStateList2; - this.f1241c = colorStateList; + this.f1244c = colorStateList; this.d = colorStateList3; this.e = i; this.f = shapeAppearanceModel; @@ -60,7 +60,7 @@ public final class a { MaterialShapeDrawable materialShapeDrawable2 = new MaterialShapeDrawable(); materialShapeDrawable.setShapeAppearanceModel(this.f); materialShapeDrawable2.setShapeAppearanceModel(this.f); - materialShapeDrawable.setFillColor(this.f1241c); + materialShapeDrawable.setFillColor(this.f1244c); materialShapeDrawable.setStroke((float) this.e, this.d); textView.setTextColor(this.b); RippleDrawable rippleDrawable = new RippleDrawable(this.b.withAlpha(30), materialShapeDrawable, materialShapeDrawable2); diff --git a/app/src/main/java/c/i/a/g/d/b.java b/app/src/main/java/c/i/a/g/d/b.java index 37ebb64313..064271a3e1 100644 --- a/app/src/main/java/c/i/a/g/d/b.java +++ b/app/src/main/java/c/i/a/g/d/b.java @@ -18,7 +18,7 @@ public final class b { @NonNull /* renamed from: c reason: collision with root package name */ - public final a f1242c; + public final a f1245c; @NonNull public final a d; @NonNull @@ -35,7 +35,7 @@ public final class b { this.a = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayStyle, 0)); this.g = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayInvalidStyle, 0)); this.b = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_daySelectedStyle, 0)); - this.f1242c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); + this.f1245c = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_dayTodayStyle, 0)); ColorStateList colorStateList = MaterialResources.getColorStateList(context, obtainStyledAttributes, R.styleable.MaterialCalendar_rangeFillColor); this.d = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearStyle, 0)); this.e = a.a(context, obtainStyledAttributes.getResourceId(R.styleable.MaterialCalendar_yearSelectedStyle, 0)); diff --git a/app/src/main/java/c/i/a/g/d/g.java b/app/src/main/java/c/i/a/g/d/g.java index 7afad0aabb..76c6bd7506 100644 --- a/app/src/main/java/c/i/a/g/d/g.java +++ b/app/src/main/java/c/i/a/g/d/g.java @@ -75,7 +75,7 @@ public class g extends BaseAdapter { break; } } - aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1242c : this.m.a; + aVar = z2 ? this.m.b : l.h().getTimeInMillis() == j ? this.m.f1245c : this.m.a; } else { textView.setEnabled(false); aVar = this.m.g; diff --git a/app/src/main/java/c/i/a/g/d/k.java b/app/src/main/java/c/i/a/g/d/k.java index da8e215f13..93938adc9c 100644 --- a/app/src/main/java/c/i/a/g/d/k.java +++ b/app/src/main/java/c/i/a/g/d/k.java @@ -10,7 +10,7 @@ public class k { @Nullable /* renamed from: c reason: collision with root package name */ - public final TimeZone f1243c = null; + public final TimeZone f1246c = null; public k(@Nullable Long l, @Nullable TimeZone timeZone) { } diff --git a/app/src/main/java/c/i/a/g/d/l.java b/app/src/main/java/c/i/a/g/d/l.java index 4d0b4bb28e..472b312bf5 100644 --- a/app/src/main/java/c/i/a/g/d/l.java +++ b/app/src/main/java/c/i/a/g/d/l.java @@ -71,7 +71,7 @@ public class l { if (kVar == null) { kVar = k.a; } - java.util.TimeZone timeZone = kVar.f1243c; + java.util.TimeZone timeZone = kVar.f1246c; Calendar instance = timeZone == null ? Calendar.getInstance() : Calendar.getInstance(timeZone); Long l = kVar.b; if (l != null) { diff --git a/app/src/main/java/c/i/a/g/e/b.java b/app/src/main/java/c/i/a/g/e/b.java index d5f024afbf..4ed58b5efb 100644 --- a/app/src/main/java/c/i/a/g/e/b.java +++ b/app/src/main/java/c/i/a/g/e/b.java @@ -23,7 +23,7 @@ public abstract class b implements j { public final ExtendedFloatingActionButton b; /* renamed from: c reason: collision with root package name */ - public final ArrayList f1244c = new ArrayList<>(); + public final ArrayList f1247c = new ArrayList<>(); public final a d; @Nullable public MotionSpec e; diff --git a/app/src/main/java/c/i/a/g/e/c.java b/app/src/main/java/c/i/a/g/e/c.java index 9e2ac4ee9b..d9b079cba7 100644 --- a/app/src/main/java/c/i/a/g/e/c.java +++ b/app/src/main/java/c/i/a/g/e/c.java @@ -29,7 +29,7 @@ public class c extends Drawable { public final Paint b; /* renamed from: c reason: collision with root package name */ - public final Path f1245c = new Path(); + public final Path f1248c = new Path(); public final Rect d = new Rect(); public final RectF e = new RectF(); public final RectF f = new RectF(); @@ -130,9 +130,9 @@ public class c extends Drawable { } copyBounds(this.d); this.e.set(this.d); - this.a.calculatePath(this.o, 1.0f, this.e, this.f1245c); - if (this.f1245c.isConvex()) { - outline.setConvexPath(this.f1245c); + this.a.calculatePath(this.o, 1.0f, this.e, this.f1248c); + if (this.f1248c.isConvex()) { + outline.setConvexPath(this.f1248c); } } diff --git a/app/src/main/java/c/i/a/g/e/d.java b/app/src/main/java/c/i/a/g/e/d.java index 7c34825e07..400c1c7f39 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.AbstractC0116f f1246c; + public final /* synthetic */ f.AbstractC0116f f1249c; public final /* synthetic */ f d; public d(f fVar, boolean z2, f.AbstractC0116f fVar2) { this.d = fVar; this.b = z2; - this.f1246c = fVar2; + this.f1249c = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener @@ -33,7 +33,7 @@ public class d extends AnimatorListenerAdapter { FloatingActionButton floatingActionButton = fVar.F; boolean z2 = this.b; floatingActionButton.internalSetVisibility(z2 ? 8 : 4, z2); - f.AbstractC0116f fVar2 = this.f1246c; + f.AbstractC0116f fVar2 = this.f1249c; if (fVar2 != null) { FloatingActionButton.a aVar = (FloatingActionButton.a) fVar2; aVar.a.onHidden(FloatingActionButton.this); diff --git a/app/src/main/java/c/i/a/g/e/e.java b/app/src/main/java/c/i/a/g/e/e.java index a77d7f47e1..dca3ea8f86 100644 --- a/app/src/main/java/c/i/a/g/e/e.java +++ b/app/src/main/java/c/i/a/g/e/e.java @@ -10,17 +10,17 @@ public class e extends AnimatorListenerAdapter { public final /* synthetic */ f.AbstractC0116f b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ f f1247c; + public final /* synthetic */ f f1250c; public e(f fVar, boolean z2, f.AbstractC0116f fVar2) { - this.f1247c = fVar; + this.f1250c = fVar; this.a = z2; this.b = fVar2; } @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { - f fVar = this.f1247c; + f fVar = this.f1250c; fVar.B = 0; fVar.v = null; f.AbstractC0116f fVar2 = this.b; @@ -32,8 +32,8 @@ public class e extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationStart(Animator animator) { - this.f1247c.F.internalSetVisibility(0, this.a); - f fVar = this.f1247c; + this.f1250c.F.internalSetVisibility(0, this.a); + f fVar = this.f1250c; fVar.B = 2; fVar.v = animator; } diff --git a/app/src/main/java/c/i/a/g/e/f.java b/app/src/main/java/c/i/a/g/e/f.java index 8310e5e1b4..3e43717759 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[] f1248c = {16843623, 16842908, 16842910}; + public static final int[] f1251c = {16843623, 16842908, 16842910}; public static final int[] d = {16842908, 16842910}; public static final int[] e = {16843623, 16842910}; public static final int[] f = {16842910}; @@ -76,7 +76,7 @@ public class f { @NonNull /* renamed from: s reason: collision with root package name */ - public final StateListAnimator f1249s; + public final StateListAnimator f1252s; @Nullable public MotionSpec t; @Nullable @@ -88,13 +88,13 @@ public class f { @Nullable /* renamed from: x reason: collision with root package name */ - public MotionSpec f1250x; + public MotionSpec f1253x; /* renamed from: y reason: collision with root package name */ - public float f1251y; + public float f1254y; /* renamed from: z reason: collision with root package name */ - public float f1252z = 1.0f; + public float f1255z = 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.f1252z = f; + f.this.f1255z = 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.f1252z = f; + f.this.f1255z = f; return super.evaluate(f, matrix, matrix2); } } @@ -184,7 +184,7 @@ public class f { public float b; /* renamed from: c reason: collision with root package name */ - public float f1253c; + public float f1256c; 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.f1253c)); + f.this.w((float) ((int) this.f1256c)); 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.f1253c = a(); + this.f1256c = a(); this.a = true; } f fVar = f.this; float f = this.b; - fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1253c - f)) + f))); + fVar.w((float) ((int) ((valueAnimator.getAnimatedFraction() * (this.f1256c - f)) + f))); } } @@ -215,14 +215,14 @@ public class f { this.F = floatingActionButton; this.G = shadowViewDelegate; StateListAnimator stateListAnimator = new StateListAnimator(); - this.f1249s = stateListAnimator; + this.f1252s = stateListAnimator; stateListAnimator.addState(b, c(new d())); - stateListAnimator.addState(f1248c, c(new c())); + stateListAnimator.addState(f1251c, c(new c())); stateListAnimator.addState(d, c(new c())); stateListAnimator.addState(e, c(new c())); stateListAnimator.addState(f, c(new g())); stateListAnimator.addState(g, c(new b(this))); - this.f1251y = floatingActionButton.getRotation(); + this.f1254y = 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.f1252z = f2; + this.f1255z = 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 356a07c547..e022a33c62 100644 --- a/app/src/main/java/c/i/a/g/e/h.java +++ b/app/src/main/java/c/i/a/g/e/h.java @@ -13,10 +13,10 @@ public class h implements ViewTreeObserver.OnPreDrawListener { public boolean onPreDraw() { f fVar = this.i; float rotation = fVar.F.getRotation(); - if (fVar.f1251y == rotation) { + if (fVar.f1254y == rotation) { return true; } - fVar.f1251y = rotation; + fVar.f1254y = rotation; fVar.u(); return true; } diff --git a/app/src/main/java/c/i/a/g/e/i.java b/app/src/main/java/c/i/a/g/e/i.java index f10483f76d..1c5dcfa6bd 100644 --- a/app/src/main/java/c/i/a/g/e/i.java +++ b/app/src/main/java/c/i/a/g/e/i.java @@ -141,7 +141,7 @@ public class i extends f { } else { StateListAnimator stateListAnimator = new StateListAnimator(); stateListAnimator.addState(f.b, x(f, f3)); - stateListAnimator.addState(f.f1248c, x(f, f2)); + stateListAnimator.addState(f.f1251c, x(f, f2)); stateListAnimator.addState(f.d, x(f, f2)); stateListAnimator.addState(f.e, x(f, f2)); AnimatorSet animatorSet = new AnimatorSet(); diff --git a/app/src/main/java/c/i/a/g/f/a.java b/app/src/main/java/c/i/a/g/f/a.java index bb2f327ec3..4e457bdc42 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 f1254c; + public static Object f1257c; public CharSequence d; public final TextPaint e; public final int f; @@ -38,8 +38,8 @@ public final class a { /* JADX WARNING: Illegal instructions before constructor call */ public C0117a(Throwable th) { super(r0.toString(), th); - StringBuilder N = c.d.b.a.a.N("Error thrown initializing StaticLayout "); - N.append(th.getMessage()); + StringBuilder P = c.d.b.a.a.P("Error thrown initializing StaticLayout "); + P.append(th.getMessage()); } } @@ -79,7 +79,7 @@ public final class a { } if (!a) { try { - f1254c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; + f1257c = this.k && i >= 23 ? TextDirectionHeuristics.RTL : TextDirectionHeuristics.LTR; Class cls = Integer.TYPE; Class cls2 = Float.TYPE; Constructor declaredConstructor = StaticLayout.class.getDeclaredConstructor(CharSequence.class, cls, cls, TextPaint.class, cls, Layout.Alignment.class, TextDirectionHeuristic.class, cls2, cls2, Boolean.TYPE, TextUtils.TruncateAt.class, cls, cls); @@ -91,7 +91,7 @@ public final class a { } } try { - return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1254c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); + return (StaticLayout) ((Constructor) Preconditions.checkNotNull(b)).newInstance(charSequence, 0, Integer.valueOf(this.g), this.e, Integer.valueOf(max), this.h, Preconditions.checkNotNull(f1257c), Float.valueOf(1.0f), Float.valueOf(0.0f), Boolean.valueOf(this.j), null, Integer.valueOf(max), Integer.valueOf(this.i)); } catch (Exception e2) { throw new 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 cbc5dfe62a..742a02a834 100644 --- a/app/src/main/java/c/i/a/g/g/a.java +++ b/app/src/main/java/c/i/a/g/g/a.java @@ -12,7 +12,7 @@ import com.google.android.material.progressindicator.CircularProgressIndicatorSp public final class a extends f { /* renamed from: c reason: collision with root package name */ - public int f1255c = 1; + public int f1258c = 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.f1255c = ((CircularProgressIndicatorSpec) s3).indicatorDirection == 0 ? 1 : -1; + this.f1258c = ((CircularProgressIndicatorSpec) s3).indicatorDirection == 0 ? 1 : -1; this.d = ((float) ((CircularProgressIndicatorSpec) s3).trackThickness) * f; this.e = ((float) ((CircularProgressIndicatorSpec) s3).trackCornerRadius) * f; this.f = ((float) (((CircularProgressIndicatorSpec) s3).indicatorSize - ((CircularProgressIndicatorSpec) s3).trackThickness)) / 2.0f; @@ -49,7 +49,7 @@ public final class a extends f { paint.setAntiAlias(true); paint.setColor(i); paint.setStrokeWidth(this.d); - float f3 = (float) this.f1255c; + float f3 = (float) this.f1258c; float f4 = f * 360.0f * f3; if (f2 < f) { f2 += 1.0f; @@ -100,11 +100,11 @@ public final class a extends f { canvas.rotate(f3); float f5 = f / 2.0f; float f6 = f4 * f2; - canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1255c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1255c)), paint); + canvas.drawRect((this.f - f5) + f2, Math.min(0.0f, ((float) this.f1258c) * f6), (this.f + f5) - f2, Math.max(0.0f, f6 * ((float) this.f1258c)), paint); canvas.translate((this.f - f5) + f2, 0.0f); - canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1255c), true, paint); + canvas.drawArc(rectF, 180.0f, (-f4) * 90.0f * ((float) this.f1258c), true, paint); canvas.translate(f - (f2 * 2.0f), 0.0f); - canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1255c), true, paint); + canvas.drawArc(rectF, 0.0f, f4 * 90.0f * ((float) this.f1258c), true, paint); canvas.restore(); } } diff --git a/app/src/main/java/c/i/a/g/g/d.java b/app/src/main/java/c/i/a/g/g/d.java index 8b0431c625..c295bb6640 100644 --- a/app/src/main/java/c/i/a/g/g/d.java +++ b/app/src/main/java/c/i/a/g/g/d.java @@ -74,7 +74,7 @@ public final class d extends g { int length = i4 % iArr.length; int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(iArr[length], dVar2.a.getAlpha()); int compositeARGBWithAlpha2 = MaterialColors.compositeARGBWithAlpha(dVar2.l.indicatorColors[(length + 1) % iArr.length], dVar2.a.getAlpha()); - dVar2.f1256c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); + dVar2.f1259c[0] = ArgbEvaluatorCompat.getInstance().evaluate(dVar2.k.getInterpolation(b3), Integer.valueOf(compositeARGBWithAlpha), Integer.valueOf(compositeARGBWithAlpha2)).intValue(); break; } i3++; @@ -167,7 +167,7 @@ public final class d extends g { @VisibleForTesting public void h() { this.m = 0; - this.f1256c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); + this.f1259c[0] = MaterialColors.compositeARGBWithAlpha(this.l.indicatorColors[0], this.a.getAlpha()); this.o = 0.0f; } } diff --git a/app/src/main/java/c/i/a/g/g/g.java b/app/src/main/java/c/i/a/g/g/g.java index 550be18f82..a1ddf22ea1 100644 --- a/app/src/main/java/c/i/a/g/g/g.java +++ b/app/src/main/java/c/i/a/g/g/g.java @@ -10,11 +10,11 @@ public abstract class g { public final float[] b; /* renamed from: c reason: collision with root package name */ - public final int[] f1256c; + public final int[] f1259c; public g(int i) { this.b = new float[(i * 2)]; - this.f1256c = new int[i]; + this.f1259c = new int[i]; } public abstract void a(); diff --git a/app/src/main/java/c/i/a/g/g/h.java b/app/src/main/java/c/i/a/g/g/h.java index 970478d910..30bcf72f45 100644 --- a/app/src/main/java/c/i/a/g/g/h.java +++ b/app/src/main/java/c/i/a/g/g/h.java @@ -13,7 +13,7 @@ import com.google.android.material.progressindicator.LinearProgressIndicatorSpec public final class h extends f { /* renamed from: c reason: collision with root package name */ - public float f1257c = 300.0f; + public float f1260c = 300.0f; public float d; public float e; @@ -42,7 +42,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void a(@NonNull Canvas canvas, @FloatRange(from = 0.0d, to = 1.0d) float f) { Rect clipBounds = canvas.getClipBounds(); - this.f1257c = (float) clipBounds.width(); + this.f1260c = (float) clipBounds.width(); float f2 = (float) ((LinearProgressIndicatorSpec) this.a).trackThickness; canvas.translate(((float) clipBounds.width()) / 2.0f, Math.max(0.0f, ((float) (clipBounds.height() - ((LinearProgressIndicatorSpec) this.a).trackThickness)) / 2.0f) + (((float) clipBounds.height()) / 2.0f)); if (((LinearProgressIndicatorSpec) this.a).drawHorizontallyInverse) { @@ -54,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.f1257c; + float f3 = this.f1260c; 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.f1257c; + float f3 = this.f1260c; float f4 = this.e; float f5 = ((-f3) / 2.0f) + f4; float f6 = f3 - (f4 * 2.0f); @@ -86,7 +86,7 @@ public final class h extends f { @Override // c.i.a.g.g.f public void c(@NonNull Canvas canvas, @NonNull Paint paint) { int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(((LinearProgressIndicatorSpec) this.a).trackColor, this.b.getAlpha()); - float f = ((-this.f1257c) / 2.0f) + this.e; + float f = ((-this.f1260c) / 2.0f) + this.e; float f2 = -f; paint.setStyle(Paint.Style.FILL); paint.setAntiAlias(true); diff --git a/app/src/main/java/c/i/a/g/g/j.java b/app/src/main/java/c/i/a/g/g/j.java index 39a65ba061..4764782a1e 100644 --- a/app/src/main/java/c/i/a/g/g/j.java +++ b/app/src/main/java/c/i/a/g/g/j.java @@ -53,7 +53,7 @@ public final class j extends g { float[] fArr3 = jVar2.b; fArr3[5] = 1.0f; if (jVar2.i && fArr3[3] < 1.0f) { - int[] iArr = jVar2.f1256c; + int[] iArr = jVar2.f1259c; iArr[2] = iArr[1]; iArr[1] = iArr[0]; iArr[0] = MaterialColors.compositeARGBWithAlpha(jVar2.g.indicatorColors[jVar2.h], jVar2.a.getAlpha()); @@ -112,6 +112,6 @@ public final class j extends g { public void h() { this.i = true; this.h = 1; - Arrays.fill(this.f1256c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); + Arrays.fill(this.f1259c, MaterialColors.compositeARGBWithAlpha(this.g.indicatorColors[0], this.a.getAlpha())); } } diff --git a/app/src/main/java/c/i/a/g/g/l.java b/app/src/main/java/c/i/a/g/g/l.java index 2df12833fb..da9cdc7385 100644 --- a/app/src/main/java/c/i/a/g/g/l.java +++ b/app/src/main/java/c/i/a/g/g/l.java @@ -51,7 +51,7 @@ public final class l extends g { lVar2.b[i2] = Math.max(0.0f, Math.min(1.0f, lVar2.h[i2].getInterpolation(lVar2.b(i, l.e[i2], l.d[i2])))); } if (lVar2.k) { - Arrays.fill(lVar2.f1256c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); + Arrays.fill(lVar2.f1259c, MaterialColors.compositeARGBWithAlpha(lVar2.i.indicatorColors[lVar2.j], lVar2.a.getAlpha())); lVar2.k = false; } lVar2.a.invalidateSelf(); @@ -118,7 +118,7 @@ public final class l extends g { public void h() { this.j = 0; int compositeARGBWithAlpha = MaterialColors.compositeARGBWithAlpha(this.i.indicatorColors[0], this.a.getAlpha()); - int[] iArr = this.f1256c; + int[] iArr = this.f1259c; iArr[0] = compositeARGBWithAlpha; iArr[1] = compositeARGBWithAlpha; } diff --git a/app/src/main/java/c/i/a/g/h/a.java b/app/src/main/java/c/i/a/g/h/a.java index e2e459eb54..2e033ad43b 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 f1258c = new Handler(Looper.getMainLooper(), new C0118a()); + public final Handler f1261c = new Handler(Looper.getMainLooper(), new C0118a()); @Nullable public c d; @Nullable @@ -56,7 +56,7 @@ public class a { public int b; /* renamed from: c reason: collision with root package name */ - public boolean f1259c; + public boolean f1262c; public c(int i, b bVar) { this.a = new WeakReference<>(bVar); @@ -76,7 +76,7 @@ public class a { if (bVar == null) { return false; } - this.f1258c.removeCallbacksAndMessages(cVar); + this.f1261c.removeCallbacksAndMessages(cVar); bVar.a(i); return true; } @@ -101,9 +101,9 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (!cVar.f1259c) { - cVar.f1259c = true; - this.f1258c.removeCallbacksAndMessages(cVar); + if (!cVar.f1262c) { + cVar.f1262c = true; + this.f1261c.removeCallbacksAndMessages(cVar); } } } @@ -113,8 +113,8 @@ public class a { synchronized (this.b) { if (c(bVar)) { c cVar = this.d; - if (cVar.f1259c) { - cVar.f1259c = false; + if (cVar.f1262c) { + cVar.f1262c = false; g(cVar); } } @@ -127,8 +127,8 @@ public class a { if (i <= 0) { i = i == -1 ? 1500 : 2750; } - this.f1258c.removeCallbacksAndMessages(cVar); - Handler handler = this.f1258c; + this.f1261c.removeCallbacksAndMessages(cVar); + Handler handler = this.f1261c; handler.sendMessageDelayed(Message.obtain(handler, 0, cVar), (long) i); } } diff --git a/app/src/main/java/c/i/a/g/j/d.java b/app/src/main/java/c/i/a/g/j/d.java index 636c8e7dcd..bfed308b84 100644 --- a/app/src/main/java/c/i/a/g/j/d.java +++ b/app/src/main/java/c/i/a/g/j/d.java @@ -12,6 +12,6 @@ public class d implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - this.a.f1260c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1263c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); } } diff --git a/app/src/main/java/c/i/a/g/j/e.java b/app/src/main/java/c/i/a/g/j/e.java index 967f5da303..4ec47e31e8 100644 --- a/app/src/main/java/c/i/a/g/j/e.java +++ b/app/src/main/java/c/i/a/g/j/e.java @@ -13,7 +13,7 @@ public class e implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { float floatValue = ((Float) valueAnimator.getAnimatedValue()).floatValue(); - this.a.f1260c.setScaleX(floatValue); - this.a.f1260c.setScaleY(floatValue); + this.a.f1263c.setScaleX(floatValue); + this.a.f1263c.setScaleY(floatValue); } } diff --git a/app/src/main/java/c/i/a/g/j/h.java b/app/src/main/java/c/i/a/g/j/h.java index fef4c1a6fd..ff83b16da2 100644 --- a/app/src/main/java/c/i/a/g/j/h.java +++ b/app/src/main/java/c/i/a/g/j/h.java @@ -74,7 +74,7 @@ public class h extends m { @Override // com.google.android.material.internal.TextWatcherAdapter, android.text.TextWatcher public void afterTextChanged(Editable editable) { AutoCompleteTextView d = h.d(h.this.a.getEditText()); - if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1260c.hasFocus()) { + if (h.this.n.isTouchExplorationEnabled() && h.e(d) && !h.this.f1263c.hasFocus()) { d.dismissDropDown(); } d.post(new RunnableC0121a(d)); @@ -175,7 +175,7 @@ public class h extends m { z2 = true; } if (!z2) { - ViewCompat.setImportantForAccessibility(h.this.f1260c, 2); + ViewCompat.setImportantForAccessibility(h.this.f1263c, 2); } textInputLayout.setTextInputAccessibilityDelegate(h.this.f); textInputLayout.setEndIconVisible(true); diff --git a/app/src/main/java/c/i/a/g/j/i.java b/app/src/main/java/c/i/a/g/j/i.java index 686dc1131a..08be8bd210 100644 --- a/app/src/main/java/c/i/a/g/j/i.java +++ b/app/src/main/java/c/i/a/g/j/i.java @@ -12,6 +12,6 @@ public class i implements ValueAnimator.AnimatorUpdateListener { @Override // android.animation.ValueAnimator.AnimatorUpdateListener public void onAnimationUpdate(@NonNull ValueAnimator valueAnimator) { - this.a.f1260c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); + this.a.f1263c.setAlpha(((Float) valueAnimator.getAnimatedValue()).floatValue()); } } diff --git a/app/src/main/java/c/i/a/g/j/l.java b/app/src/main/java/c/i/a/g/j/l.java index f0534a5fd8..4a874bf4d9 100644 --- a/app/src/main/java/c/i/a/g/j/l.java +++ b/app/src/main/java/c/i/a/g/j/l.java @@ -13,7 +13,7 @@ public class l extends AnimatorListenerAdapter { @Override // android.animation.AnimatorListenerAdapter, android.animation.Animator.AnimatorListener public void onAnimationEnd(Animator animator) { h hVar = this.a; - hVar.f1260c.setChecked(hVar.j); + hVar.f1263c.setChecked(hVar.j); this.a.p.start(); } } diff --git a/app/src/main/java/c/i/a/g/j/m.java b/app/src/main/java/c/i/a/g/j/m.java index 1a0e34ad6d..2d6a7d2d70 100644 --- a/app/src/main/java/c/i/a/g/j/m.java +++ b/app/src/main/java/c/i/a/g/j/m.java @@ -10,12 +10,12 @@ public abstract class m { public Context b; /* renamed from: c reason: collision with root package name */ - public CheckableImageButton f1260c; + public CheckableImageButton f1263c; public m(@NonNull TextInputLayout textInputLayout) { this.a = textInputLayout; this.b = textInputLayout.getContext(); - this.f1260c = textInputLayout.getEndIconView(); + this.f1263c = textInputLayout.getEndIconView(); } public abstract void a(); diff --git a/app/src/main/java/c/i/a/g/j/n.java b/app/src/main/java/c/i/a/g/j/n.java index 2b0e3ac756..7729820c13 100644 --- a/app/src/main/java/c/i/a/g/j/n.java +++ b/app/src/main/java/c/i/a/g/j/n.java @@ -32,7 +32,7 @@ public final class n { public final TextInputLayout b; /* renamed from: c reason: collision with root package name */ - public LinearLayout f1261c; + public LinearLayout f1264c; 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 f1262s; + public int f1265s; @Nullable public ColorStateList t; public Typeface u; @@ -67,13 +67,13 @@ public final class n { public final /* synthetic */ TextView b; /* renamed from: c reason: collision with root package name */ - public final /* synthetic */ int f1263c; + public final /* synthetic */ int f1266c; public final /* synthetic */ TextView d; public a(int i, TextView textView, int i2, TextView textView2) { this.a = i; this.b = textView; - this.f1263c = i2; + this.f1266c = i2; this.d = textView2; } @@ -86,7 +86,7 @@ public final class n { TextView textView2 = this.b; if (textView2 != null) { textView2.setVisibility(4); - if (this.f1263c == 1 && (textView = n.this.l) != null) { + if (this.f1266c == 1 && (textView = n.this.l) != null) { textView.setText((CharSequence) null); } } @@ -114,13 +114,13 @@ public final class n { } public void a(TextView textView, int i) { - if (this.f1261c == null && this.e == null) { + if (this.f1264c == null && this.e == null) { LinearLayout linearLayout = new LinearLayout(this.a); - this.f1261c = linearLayout; + this.f1264c = linearLayout; linearLayout.setOrientation(0); - this.b.addView(this.f1261c, -1, -2); + this.b.addView(this.f1264c, -1, -2); this.e = new FrameLayout(this.a); - this.f1261c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); + this.f1264c.addView(this.e, new LinearLayout.LayoutParams(0, -2, 1.0f)); if (this.b.getEditText() != null) { b(); } @@ -129,17 +129,17 @@ public final class n { this.e.setVisibility(0); this.e.addView(textView); } else { - this.f1261c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); + this.f1264c.addView(textView, new LinearLayout.LayoutParams(-2, -2)); } - this.f1261c.setVisibility(0); + this.f1264c.setVisibility(0); this.d++; } public void b() { - if ((this.f1261c == null || this.b.getEditText() == null) ? false : true) { + if ((this.f1264c == null || this.b.getEditText() == null) ? false : true) { EditText editText = this.b.getEditText(); boolean isFontScaleAtLeast1_3 = MaterialResources.isFontScaleAtLeast1_3(this.a); - LinearLayout linearLayout = this.f1261c; + LinearLayout linearLayout = this.f1264c; int i = R.dimen.material_helper_text_font_1_3_padding_horizontal; ViewCompat.setPaddingRelative(linearLayout, h(isFontScaleAtLeast1_3, i, ViewCompat.getPaddingStart(editText)), h(isFontScaleAtLeast1_3, R.dimen.material_helper_text_font_1_3_padding_top, this.a.getResources().getDimensionPixelSize(R.dimen.material_helper_text_default_padding_top)), h(isFontScaleAtLeast1_3, i, ViewCompat.getPaddingEnd(editText)), 0); } @@ -212,7 +212,7 @@ public final class n { public void j(TextView textView, int i) { FrameLayout frameLayout; - LinearLayout linearLayout = this.f1261c; + LinearLayout linearLayout = this.f1264c; if (linearLayout != null) { if (!(i == 0 || i == 1) || (frameLayout = this.e) == null) { linearLayout.removeView(textView); @@ -221,7 +221,7 @@ public final class n { } int i2 = this.d - 1; this.d = i2; - LinearLayout linearLayout2 = this.f1261c; + LinearLayout linearLayout2 = this.f1264c; 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 37fbb14b02..cf300b7993 100644 --- a/app/src/main/java/c/i/a/g/j/p.java +++ b/app/src/main/java/c/i/a/g/j/p.java @@ -23,7 +23,7 @@ public class p extends m { @Override // com.google.android.material.internal.TextWatcherAdapter, android.text.TextWatcher public void beforeTextChanged(CharSequence charSequence, int i, int i2, int i3) { p pVar = p.this; - pVar.f1260c.setChecked(!p.d(pVar)); + pVar.f1263c.setChecked(!p.d(pVar)); } } @@ -38,7 +38,7 @@ public class p extends m { textInputLayout.setEndIconVisible(true); textInputLayout.setEndIconCheckable(true); p pVar = p.this; - pVar.f1260c.setChecked(!p.d(pVar)); + pVar.f1263c.setChecked(!p.d(pVar)); editText.removeTextChangedListener(p.this.d); editText.addTextChangedListener(p.this.d); } diff --git a/app/src/main/java/c/i/a/g/k/b.java b/app/src/main/java/c/i/a/g/k/b.java index fe76f711eb..90697778ae 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.f2399s; + int height = ((this.i.getHeight() / 2) - clockFaceView.l.q) - clockFaceView.f2402s; if (height != clockFaceView.j) { clockFaceView.j = height; clockFaceView.a(); ClockHandView clockHandView = clockFaceView.l; - clockHandView.f2403z = clockFaceView.j; + clockHandView.f2406z = 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 59ce541f7a..158abe8a98 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.f2401x = this; + timePickerView2.k.f2404x = 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 fe1522abbe..56e0cbcfca 100644 --- a/app/src/main/java/c/i/a/g/l/b.java +++ b/app/src/main/java/c/i/a/g/l/b.java @@ -5,7 +5,7 @@ public class b { public static final a b = new C0122b(); /* renamed from: c reason: collision with root package name */ - public static final a f1264c = new c(); + public static final a f1267c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ diff --git a/app/src/main/java/c/i/a/g/l/c.java b/app/src/main/java/c/i/a/g/l/c.java index c0d3426f43..28f6e51b60 100644 --- a/app/src/main/java/c/i/a/g/l/c.java +++ b/app/src/main/java/c/i/a/g/l/c.java @@ -5,12 +5,12 @@ public class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1265c; + public final boolean f1268c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1265c = z2; + this.f1268c = z2; } public static c a(int i, int i2) { diff --git a/app/src/main/java/c/i/a/g/l/e.java b/app/src/main/java/c/i/a/g/l/e.java index 1d4ca75fad..e6c0931135 100644 --- a/app/src/main/java/c/i/a/g/l/e.java +++ b/app/src/main/java/c/i/a/g/l/e.java @@ -39,12 +39,12 @@ public class e { @Override // c.i.a.g.l.d public boolean b(f fVar) { - return fVar.f1266c > fVar.e; + return fVar.f1269c > fVar.e; } @Override // c.i.a.g.l.d public void c(RectF rectF, float f, f fVar) { - float abs = (Math.abs(fVar.e - fVar.f1266c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1269c) / 2.0f) * f; rectF.left += abs; rectF.right -= abs; } diff --git a/app/src/main/java/c/i/a/g/l/f.java b/app/src/main/java/c/i/a/g/l/f.java index 5cadb1df1b..8a6786eb47 100644 --- a/app/src/main/java/c/i/a/g/l/f.java +++ b/app/src/main/java/c/i/a/g/l/f.java @@ -5,7 +5,7 @@ public class f { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1266c; + public final float f1269c; public final float d; public final float e; public final float f; @@ -13,7 +13,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; this.b = f2; - this.f1266c = f3; + this.f1269c = f3; this.d = f4; this.e = f5; this.f = f6; diff --git a/app/src/main/java/c/i/a/g/l/g.java b/app/src/main/java/c/i/a/g/l/g.java index 91b15c6f63..125ed6b0ab 100644 --- a/app/src/main/java/c/i/a/g/l/g.java +++ b/app/src/main/java/c/i/a/g/l/g.java @@ -9,7 +9,7 @@ public class g { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f1267c = new Path(); + public final Path f1270c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } diff --git a/app/src/main/java/c/i/a/g/l/k.java b/app/src/main/java/c/i/a/g/l/k.java index 1d21b870d2..9dd01a04f4 100644 --- a/app/src/main/java/c/i/a/g/l/k.java +++ b/app/src/main/java/c/i/a/g/l/k.java @@ -36,7 +36,7 @@ public class k { return view; } } - throw new IllegalArgumentException(c.d.b.a.a.t(resourceName, " is not a valid ancestor")); + throw new IllegalArgumentException(c.d.b.a.a.u(resourceName, " is not a valid ancestor")); } public static RectF c(View view) { diff --git a/app/src/main/java/c/i/a/g/l/l/b.java b/app/src/main/java/c/i/a/g/l/l/b.java index 7717e2c44f..9f88d3c40d 100644 --- a/app/src/main/java/c/i/a/g/l/l/b.java +++ b/app/src/main/java/c/i/a/g/l/l/b.java @@ -8,7 +8,7 @@ public class b { public static final a b = new C0123b(); /* renamed from: c reason: collision with root package name */ - public static final a f1268c = new c(); + public static final a f1271c = new c(); public static final a d = new d(); /* compiled from: FadeModeEvaluators */ diff --git a/app/src/main/java/c/i/a/g/l/l/c.java b/app/src/main/java/c/i/a/g/l/l/c.java index 3429cbfd06..68077fc4a5 100644 --- a/app/src/main/java/c/i/a/g/l/l/c.java +++ b/app/src/main/java/c/i/a/g/l/l/c.java @@ -8,12 +8,12 @@ public class c { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1269c; + public final boolean f1272c; public c(int i, int i2, boolean z2) { this.a = i; this.b = i2; - this.f1269c = z2; + this.f1272c = z2; } public static c a(int i, int i2) { diff --git a/app/src/main/java/c/i/a/g/l/l/e.java b/app/src/main/java/c/i/a/g/l/l/e.java index 0a1db290ed..f450977f0c 100644 --- a/app/src/main/java/c/i/a/g/l/l/e.java +++ b/app/src/main/java/c/i/a/g/l/l/e.java @@ -41,12 +41,12 @@ public class e { @Override // c.i.a.g.l.l.d public boolean b(f fVar) { - return fVar.f1270c > fVar.e; + return fVar.f1273c > fVar.e; } @Override // c.i.a.g.l.l.d public void c(RectF rectF, float f, f fVar) { - float abs = (Math.abs(fVar.e - fVar.f1270c) / 2.0f) * f; + float abs = (Math.abs(fVar.e - fVar.f1273c) / 2.0f) * f; rectF.left += abs; rectF.right -= abs; } diff --git a/app/src/main/java/c/i/a/g/l/l/f.java b/app/src/main/java/c/i/a/g/l/l/f.java index 6dd0c375e9..9368702c30 100644 --- a/app/src/main/java/c/i/a/g/l/l/f.java +++ b/app/src/main/java/c/i/a/g/l/l/f.java @@ -8,7 +8,7 @@ public class f { public final float b; /* renamed from: c reason: collision with root package name */ - public final float f1270c; + public final float f1273c; public final float d; public final float e; public final float f; @@ -16,7 +16,7 @@ public class f { public f(float f, float f2, float f3, float f4, float f5, float f6) { this.a = f; this.b = f2; - this.f1270c = f3; + this.f1273c = f3; this.d = f4; this.e = f5; this.f = f6; diff --git a/app/src/main/java/c/i/a/g/l/l/g.java b/app/src/main/java/c/i/a/g/l/l/g.java index b36ec1f0a7..afd8b8300a 100644 --- a/app/src/main/java/c/i/a/g/l/l/g.java +++ b/app/src/main/java/c/i/a/g/l/l/g.java @@ -11,7 +11,7 @@ public class g { public final Path b = new Path(); /* renamed from: c reason: collision with root package name */ - public final Path f1271c = new Path(); + public final Path f1274c = new Path(); public final ShapeAppearancePathProvider d = ShapeAppearancePathProvider.getInstance(); public ShapeAppearanceModel e; } diff --git a/app/src/main/java/c/i/a/g/l/l/k.java b/app/src/main/java/c/i/a/g/l/l/k.java index 6f8a7e6483..7f9efa250a 100644 --- a/app/src/main/java/c/i/a/g/l/l/k.java +++ b/app/src/main/java/c/i/a/g/l/l/k.java @@ -38,7 +38,7 @@ public class k { return view; } } - throw new IllegalArgumentException(c.d.b.a.a.t(resourceName, " is not a valid ancestor")); + throw new IllegalArgumentException(c.d.b.a.a.u(resourceName, " is not a valid ancestor")); } public static RectF c(View view) { diff --git a/app/src/main/java/c/i/b/a/b.java b/app/src/main/java/c/i/b/a/b.java index 467d093664..1cb770d005 100644 --- a/app/src/main/java/c/i/b/a/b.java +++ b/app/src/main/java/c/i/b/a/b.java @@ -27,16 +27,16 @@ public abstract class b implements h { } public String toString() { - StringBuilder N = c.d.b.a.a.N("CharMatcher.is('"); + StringBuilder P = c.d.b.a.a.P("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); } - N.append(String.copyValueOf(cArr)); - N.append("')"); - return N.toString(); + P.append(String.copyValueOf(cArr)); + P.append("')"); + return P.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 c42195b1fe..cd5a917e1a 100644 --- a/app/src/main/java/c/i/b/a/c.java +++ b/app/src/main/java/c/i/b/a/c.java @@ -8,7 +8,7 @@ public final class c { public static final Charset b = Charset.forName("ISO-8859-1"); /* renamed from: c reason: collision with root package name */ - public static final Charset f1272c = Charset.forName(Constants.ENCODING); + public static final Charset f1275c = Charset.forName(Constants.ENCODING); public static final Charset d = Charset.forName("UTF-16LE"); public static final Charset e = Charset.forName("UTF-16"); diff --git a/app/src/main/java/c/i/b/a/g.java b/app/src/main/java/c/i/b/a/g.java index b8ecea6f4c..c580ca6831 100644 --- a/app/src/main/java/c/i/b/a/g.java +++ b/app/src/main/java/c/i/b/a/g.java @@ -9,7 +9,7 @@ public final class g { public final a b; /* renamed from: c reason: collision with root package name */ - public a f1273c; + public a f1276c; /* compiled from: MoreObjects */ public static final class a { @@ -20,7 +20,7 @@ public final class g { @NullableDecl /* renamed from: c reason: collision with root package name */ - public a f1274c; + public a f1277c; public a(f fVar) { } @@ -29,7 +29,7 @@ public final class g { public g(String str, f fVar) { a aVar = new a(null); this.b = aVar; - this.f1273c = aVar; + this.f1276c = aVar; this.a = str; } @@ -37,8 +37,8 @@ public final class g { public g a(String str, int i) { String valueOf = String.valueOf(i); a aVar = new a(null); - this.f1273c.f1274c = aVar; - this.f1273c = aVar; + this.f1276c.f1277c = aVar; + this.f1276c = aVar; aVar.b = valueOf; aVar.a = str; return this; @@ -48,7 +48,7 @@ public final class g { StringBuilder sb = new StringBuilder(32); sb.append(this.a); sb.append('{'); - a aVar = this.b.f1274c; + a aVar = this.b.f1277c; String str = ""; while (aVar != null) { Object obj = aVar.b; @@ -64,7 +64,7 @@ public final class g { String deepToString = Arrays.deepToString(new Object[]{obj}); sb.append((CharSequence) deepToString, 1, deepToString.length() - 1); } - aVar = aVar.f1274c; + aVar = aVar.f1277c; str = ", "; } sb.append('}'); diff --git a/app/src/main/java/c/i/b/a/k.java b/app/src/main/java/c/i/b/a/k.java index f22320fe32..986b9d1017 100644 --- a/app/src/main/java/c/i/b/a/k.java +++ b/app/src/main/java/c/i/b/a/k.java @@ -11,7 +11,7 @@ public final class k { public final b b; /* renamed from: c reason: collision with root package name */ - public final int f1275c = Integer.MAX_VALUE; + public final int f1278c = Integer.MAX_VALUE; /* compiled from: Splitter */ public static abstract class a extends a { @@ -24,7 +24,7 @@ public final class k { public a(k kVar, CharSequence charSequence) { this.l = kVar.a; this.m = false; - this.o = kVar.f1275c; + this.o = kVar.f1278c; 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 1bb4d56353..2e1e5cc999 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 L = a.L('['); - L.append(this.l.toString()); - L.append(']'); - return L.toString(); + StringBuilder N = a.N('['); + N.append(this.l.toString()); + N.append(']'); + return N.toString(); } } diff --git a/app/src/main/java/c/i/b/b/d0.java b/app/src/main/java/c/i/b/b/d0.java index 3c22fe532d..e86078316a 100644 --- a/app/src/main/java/c/i/b/b/d0.java +++ b/app/src/main/java/c/i/b/b/d0.java @@ -14,7 +14,7 @@ public final class d0 { public int b = -1; /* renamed from: c reason: collision with root package name */ - public int f1276c = -1; + public int f1279c = -1; @MonotonicNonNullDecl public e0.p d; @MonotonicNonNullDecl @@ -36,7 +36,7 @@ public final class d0 { if (i == -1) { i = 16; } - int i2 = this.f1276c; + int i2 = this.f1279c; if (i2 == -1) { i2 = 4; } @@ -78,7 +78,7 @@ public final class d0 { if (i != -1) { gVar.a("initialCapacity", i); } - int i2 = this.f1276c; + int i2 = this.f1279c; if (i2 != -1) { gVar.a("concurrencyLevel", i2); } @@ -86,8 +86,8 @@ public final class d0 { if (pVar != null) { String m0 = c.m0(pVar.toString()); g.a aVar = new g.a(null); - gVar.f1273c.f1274c = aVar; - gVar.f1273c = aVar; + gVar.f1276c.f1277c = aVar; + gVar.f1276c = aVar; aVar.b = m0; aVar.a = "keyStrength"; } @@ -95,15 +95,15 @@ public final class d0 { if (pVar2 != null) { String m02 = c.m0(pVar2.toString()); g.a aVar2 = new g.a(null); - gVar.f1273c.f1274c = aVar2; - gVar.f1273c = aVar2; + gVar.f1276c.f1277c = aVar2; + gVar.f1276c = aVar2; aVar2.b = m02; aVar2.a = "valueStrength"; } if (this.f != null) { g.a aVar3 = new g.a(null); - gVar.f1273c.f1274c = aVar3; - gVar.f1273c = aVar3; + gVar.f1276c.f1277c = aVar3; + gVar.f1276c = aVar3; aVar3.b = "keyEquivalence"; } return gVar.toString(); diff --git a/app/src/main/java/c/i/b/b/e0.java b/app/src/main/java/c/i/b/b/e0.java index c2cc65c175..c4b1db7718 100644 --- a/app/src/main/java/c/i/b/b/e0.java +++ b/app/src/main/java/c/i/b/b/e0.java @@ -116,17 +116,17 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public final E f1277c; + public final E f1280c; public c(K k, int i, @NullableDecl E e) { this.a = k; this.b = i; - this.f1277c = e; + this.f1280c = e; } @Override // c.i.b.b.e0.i public E a() { - return this.f1277c; + return this.f1280c; } @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.f1276c; + int i3 = d0Var.f1279c; c.i.a.f.e.o.c.r(i3 == -1, "concurrency level was already set to %s", i3); if (i2 > 0) { z2 = true; } c.i.a.f.e.o.c.h(z2); - d0Var.f1276c = i2; + d0Var.f1279c = i2; this.i = d0Var.c(); while (true) { Object readObject = objectInputStream.readObject(); @@ -1136,7 +1136,7 @@ public class e0, S extends n> extends Abs @NullableDecl /* renamed from: c reason: collision with root package name */ - public volatile V f1278c = null; + public volatile V f1281c = null; /* compiled from: MapMakerInternalMap */ public static final class a implements j, x> { @@ -1151,7 +1151,7 @@ public class e0, S extends n> extends Abs return null; } w wVar3 = new w(x.o(xVar), wVar.get(), wVar.a, wVar2); - wVar3.f1278c = wVar.f1278c; + wVar3.f1281c = wVar.f1281c; return wVar3; } @@ -1170,7 +1170,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.j public void d(n nVar, i iVar, Object obj) { x xVar = (x) nVar; - ((w) iVar).f1278c = obj; + ((w) iVar).f1281c = obj; } @Override // c.i.b.b.e0.j @@ -1191,7 +1191,7 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.i @NullableDecl public V getValue() { - return this.f1278c; + return this.f1281c; } } @@ -1228,7 +1228,7 @@ public class e0, S extends n> extends Abs public static final class y extends d> implements a0> { /* renamed from: c reason: collision with root package name */ - public volatile b0> f1279c = ((b0>) e0.i); + public volatile b0> f1282c = ((b0>) e0.i); /* compiled from: MapMakerInternalMap */ public static final class a implements j, z> { @@ -1249,7 +1249,7 @@ public class e0, S extends n> extends Abs ReferenceQueue o = z.o(zVar); ReferenceQueue p = z.p(zVar); y yVar3 = new y<>(o, yVar.get(), yVar.a, yVar2); - yVar3.f1279c = yVar.f1279c.b(p, yVar3); + yVar3.f1282c = yVar.f1282c.b(p, yVar3); return yVar3; } @@ -1267,8 +1267,8 @@ public class e0, S extends n> extends Abs public void d(n nVar, i iVar, Object obj) { y yVar = (y) iVar; ReferenceQueue p = z.p((z) nVar); - b0> b0Var = yVar.f1279c; - yVar.f1279c = new c0(p, obj, yVar); + b0> b0Var = yVar.f1282c; + yVar.f1282c = new c0(p, obj, yVar); b0Var.clear(); } @@ -1290,12 +1290,12 @@ public class e0, S extends n> extends Abs @Override // c.i.b.b.e0.a0 public b0> b() { - return this.f1279c; + return this.f1282c; } @Override // c.i.b.b.e0.i public V getValue() { - return this.f1279c.get(); + return this.f1282c.get(); } } @@ -1335,7 +1335,7 @@ public class e0, S extends n> extends Abs } public e0(d0 d0Var, j jVar) { - int i2 = d0Var.f1276c; + int i2 = d0Var.f1279c; this.concurrencyLevel = Math.min(i2 == -1 ? 4 : i2, 65536); this.keyEquivalence = (c.i.b.a.d) c.i.a.f.e.o.c.C(d0Var.f, d0Var.a().f()); this.m = jVar; diff --git a/app/src/main/java/c/i/b/b/l.java b/app/src/main/java/c/i/b/b/l.java index a1e02417cd..7425f4921d 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> f1280s; + public transient Set> f1283s; @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.f1280s; + Set> set = this.f1283s; if (set != null) { return set; } a aVar = new a(); - this.f1280s = aVar; + this.f1283s = aVar; return aVar; } diff --git a/app/src/main/java/c/i/b/b/n.java b/app/src/main/java/c/i/b/b/n.java index d906133f00..463abd5883 100644 --- a/app/src/main/java/c/i/b/b/n.java +++ b/app/src/main/java/c/i/b/b/n.java @@ -8,7 +8,7 @@ public abstract class n { public static final n b = new b(-1); /* renamed from: c reason: collision with root package name */ - public static final n f1281c = new b(1); + public static final n f1284c = new b(1); /* compiled from: ComparisonChain */ public static class a extends n { @@ -42,7 +42,7 @@ public abstract class n { } public n f(int i) { - return i < 0 ? n.b : i > 0 ? n.f1281c : n.a; + return i < 0 ? n.b : i > 0 ? n.f1284c : n.a; } } diff --git a/app/src/main/java/c/i/b/b/s.java b/app/src/main/java/c/i/b/b/s.java index f1662282db..29b663c15a 100644 --- a/app/src/main/java/c/i/b/b/s.java +++ b/app/src/main/java/c/i/b/b/s.java @@ -20,7 +20,7 @@ public abstract class s extends AbstractCollection implements Serializable public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1282c; + public boolean f1285c; 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 b3331214c0..b738febe19 100644 --- a/app/src/main/java/c/i/b/b/u.java +++ b/app/src/main/java/c/i/b/b/u.java @@ -30,10 +30,10 @@ public abstract class u extends s implements List, RandomAccess { Object[] objArr = this.a; if (objArr.length < i) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i)); - this.f1282c = false; - } else if (this.f1282c) { + this.f1285c = false; + } else if (this.f1285c) { this.a = (Object[]) objArr.clone(); - this.f1282c = false; + this.f1285c = false; } Object[] objArr2 = this.a; int i2 = this.b; @@ -43,7 +43,7 @@ public abstract class u extends s implements List, RandomAccess { } public u c() { - this.f1282c = true; + this.f1285c = true; return u.l(this.a, this.b); } } diff --git a/app/src/main/java/c/i/b/b/v.java b/app/src/main/java/c/i/b/b/v.java index 01fc46c895..be6dcdd313 100644 --- a/app/src/main/java/c/i/b/b/v.java +++ b/app/src/main/java/c/i/b/b/v.java @@ -107,7 +107,7 @@ public class v extends y implements k0 { aVar.c(readObject, u.l(objArr, i4)); i += readInt2; } else { - throw new InvalidObjectException(c.d.b.a.a.k("Invalid value count ", readInt2)); + throw new InvalidObjectException(c.d.b.a.a.l("Invalid value count ", readInt2)); } } try { @@ -130,7 +130,7 @@ public class v extends y implements k0 { throw ((InvalidObjectException) new InvalidObjectException(e3.getMessage()).initCause(e3)); } } else { - throw new InvalidObjectException(c.d.b.a.a.k("Invalid key count ", readInt)); + throw new InvalidObjectException(c.d.b.a.a.l("Invalid key count ", readInt)); } } diff --git a/app/src/main/java/c/i/b/b/w.java b/app/src/main/java/c/i/b/b/w.java index 94c9c4f5d3..f4775c55bf 100644 --- a/app/src/main/java/c/i/b/b/w.java +++ b/app/src/main/java/c/i/b/b/w.java @@ -28,7 +28,7 @@ public abstract class w implements Map, Serializable { public int b = 0; /* renamed from: c reason: collision with root package name */ - public boolean f1283c = false; + public boolean f1286c = false; public a(int i) { this.a = new Object[(i * 2)]; @@ -39,7 +39,7 @@ public abstract class w implements Map, Serializable { r4 = r4 + 1; */ public w a() { - this.f1283c = true; + this.f1286c = true; int i = this.b; Object[] objArr = this.a; if (i == 0) { @@ -88,7 +88,7 @@ public abstract class w implements Map, Serializable { Object[] objArr = this.a; if (i2 > objArr.length) { this.a = Arrays.copyOf(objArr, s.b.a(objArr.length, i2)); - this.f1283c = false; + this.f1286c = false; } } diff --git a/app/src/main/java/c/i/c/c.java b/app/src/main/java/c/i/c/c.java index ef842c698e..908a55e4c0 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 f1284c = new ArrayMap(); + public static final Map f1287c = new ArrayMap(); public final Context d; public final String e; public final i f; @@ -76,7 +76,7 @@ public class c { public void a(boolean z2) { Object obj = c.a; synchronized (c.a) { - Iterator it = new ArrayList(c.f1284c.values()).iterator(); + Iterator it = new ArrayList(c.f1287c.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.f1284c.values()) { + for (c cVar : c.f1287c.values()) { cVar.d(); } } @@ -203,7 +203,7 @@ public class c { public static c b() { c cVar; synchronized (a) { - cVar = f1284c.get("[DEFAULT]"); + cVar = f1287c.get("[DEFAULT]"); if (cVar == null) { throw new IllegalStateException("Default FirebaseApp is not initialized in this process " + c.i.a.f.e.o.g.a() + ". Make sure to call FirebaseApp.initializeApp(Context) first."); } @@ -214,7 +214,7 @@ public class c { @Nullable public static c e(@NonNull Context context) { synchronized (a) { - if (f1284c.containsKey("[DEFAULT]")) { + if (f1287c.containsKey("[DEFAULT]")) { return b(); } i a2 = i.a(context); @@ -248,7 +248,7 @@ public class c { context = context.getApplicationContext(); } synchronized (a) { - Map map = f1284c; + Map map = f1287c; 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().f1291c; + int i = entry.getKey().f1294c; 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 b00e9464c1..5d5f483d49 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 f1285c; + public final String f1288c; 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.f1285c = str3; + this.f1288c = str3; this.d = str4; this.e = str5; this.f = str6; @@ -67,18 +67,18 @@ public final class i { return false; } i iVar = (i) obj; - return AnimatableValueParser.j0(this.b, iVar.b) && AnimatableValueParser.j0(this.a, iVar.a) && AnimatableValueParser.j0(this.f1285c, iVar.f1285c) && 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.f1288c, iVar.f1288c) && 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.f1285c, this.d, this.e, this.f, this.g}); + return Arrays.hashCode(new Object[]{this.b, this.a, this.f1288c, this.d, this.e, this.f, this.g}); } public String toString() { k kVar = new k(this, null); kVar.a("applicationId", this.b); kVar.a("apiKey", this.a); - kVar.a("databaseUrl", this.f1285c); + kVar.a("databaseUrl", this.f1288c); kVar.a("gcmSenderId", this.e); kVar.a("storageBucket", this.f); kVar.a("projectId", this.g); diff --git a/app/src/main/java/c/i/c/j/a/b.java b/app/src/main/java/c/i/c/j/a/b.java index b6a4ea08b7..a2c27383b8 100644 --- a/app/src/main/java/c/i/c/j/a/b.java +++ b/app/src/main/java/c/i/c/j/a/b.java @@ -18,7 +18,7 @@ public class b implements a { public final c.i.a.f.i.a.a b; /* renamed from: c reason: collision with root package name */ - public final Map f1286c = new ConcurrentHashMap(); + public final Map f1289c = new ConcurrentHashMap(); /* compiled from: com.google.android.gms:play-services-measurement-api@@18.0.0 */ public class a implements a.AbstractC0129a { @@ -159,7 +159,7 @@ public class b implements a { if (!c.a(str)) { return null; } - if (!str.isEmpty() && this.f1286c.containsKey(str) && this.f1286c.get(str) != null) { + if (!str.isEmpty() && this.f1289c.containsKey(str) && this.f1289c.get(str) != null) { return null; } c.i.a.f.i.a.a aVar = this.b; @@ -167,7 +167,7 @@ public class b implements a { if (bVar2 == null) { return null; } - this.f1286c.put(str, bVar2); + this.f1289c.put(str, bVar2); return new a(this, str); } } diff --git a/app/src/main/java/c/i/c/j/a/c/b.java b/app/src/main/java/c/i/c/j/a/c/b.java index 6d3d9f4da9..b7b9eba0f7 100644 --- a/app/src/main/java/c/i/c/j/a/c/b.java +++ b/app/src/main/java/c/i/c/j/a/c/b.java @@ -9,12 +9,12 @@ public final class b { public a.b b; /* renamed from: c reason: collision with root package name */ - public c.i.a.f.i.a.a f1287c; + public c.i.a.f.i.a.a f1290c; public e d; public b(c.i.a.f.i.a.a aVar, a.b bVar) { this.b = bVar; - this.f1287c = aVar; + this.f1290c = aVar; e eVar = new e(this); this.d = eVar; aVar.a(eVar); diff --git a/app/src/main/java/c/i/c/j/a/c/c.java b/app/src/main/java/c/i/c/j/a/c/c.java index 471382a2df..957e594454 100644 --- a/app/src/main/java/c/i/c/j/a/c/c.java +++ b/app/src/main/java/c/i/c/j/a/c/c.java @@ -12,7 +12,7 @@ public final class c { public static final List b = Arrays.asList("_e", "_f", "_iap", "_s", "_au", "_ui", "_cd"); /* renamed from: c reason: collision with root package name */ - public static final List f1288c = Arrays.asList("auto", "app", "am"); + public static final List f1291c = Arrays.asList("auto", "app", "am"); public static final List d = Arrays.asList("_r", "_dbg"); public static final List e; public static final List f = Arrays.asList("^_ltv_[A-Z]{3}$", "^_cc[1-5]{1}$"); @@ -34,6 +34,6 @@ public final class c { } public static boolean a(@NonNull String str) { - return !f1288c.contains(str); + return !f1291c.contains(str); } } diff --git a/app/src/main/java/c/i/c/j/a/c/d.java b/app/src/main/java/c/i/c/j/a/c/d.java index ec1f099751..fd1ceb5806 100644 --- a/app/src/main/java/c/i/c/j/a/c/d.java +++ b/app/src/main/java/c/i/c/j/a/c/d.java @@ -7,13 +7,13 @@ public final class d { public c.i.a.f.i.a.a b; /* renamed from: c reason: collision with root package name */ - public f f1289c; + public f f1292c; public d(c.i.a.f.i.a.a aVar, a.b bVar) { this.a = bVar; this.b = aVar; f fVar = new f(this); - this.f1289c = fVar; + this.f1292c = fVar; aVar.a(fVar); } } diff --git a/app/src/main/java/c/i/c/j/a/c/e.java b/app/src/main/java/c/i/c/j/a/c/e.java index d79d11b902..9a6f97e995 100644 --- a/app/src/main/java/c/i/c/j/a/c/e.java +++ b/app/src/main/java/c/i/c/j/a/c/e.java @@ -18,7 +18,7 @@ public final class e implements a.AbstractC0112a { if (this.a.a.contains(str2)) { Bundle bundle2 = new Bundle(); Set set = c.a; - String K0 = c.K0(str2, v5.f1213c, v5.a); + String K0 = c.K0(str2, v5.f1216c, v5.a); if (K0 != null) { str2 = K0; } 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 733c1fe65a..f796e2d8cc 100644 --- a/app/src/main/java/c/i/c/k/a.java +++ b/app/src/main/java/c/i/c/k/a.java @@ -14,7 +14,7 @@ public interface a { public final String b; /* renamed from: c reason: collision with root package name */ - public String f1290c; + public String f1293c; public String d; public String e; 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 a732ff9a5d..a1aa72b07d 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.f1092c, (a.d) null, new h()); + super(context, k.f1095c, (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 11a8a67277..8e2cd4a945 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 f1291c; + public final int f1294c; 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 f1292c; + public int f1295c; 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.f1292c = 0; + this.f1295c = 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.f1292c, this.d, this.e, this.f, null); + return new d<>(new HashSet(this.a), new HashSet(this.b), this.f1295c, 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.f1292c == 0) { - this.f1292c = i; + if (this.f1295c == 0) { + this.f1295c = 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.f1291c = i; + this.f1294c = 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.f1291c + ", type=" + this.d + ", deps=" + Arrays.toString(this.b.toArray()) + "}"; + return "Component<" + Arrays.toString(this.a.toArray()) + ">{" + this.f1294c + ", 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 6d0974f297..3b553abc56 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> f1293c = new HashMap(); + public final Map, r> f1296c = 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.f1295c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { + if ((oVar.f1298c == 0) && (set = (Set) hashMap.get(new n(oVar.a, oVar.a(), null))) != null) { for (m mVar3 : set) { mVar2.b.add(mVar3); - mVar3.f1294c.add(mVar2); + mVar3.f1297c.add(mVar2); } } } @@ -90,7 +90,7 @@ public class k extends a { hashSet2.remove(mVar5); i++; for (m mVar6 : mVar5.b) { - mVar6.f1294c.remove(mVar5); + mVar6.f1297c.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.f1293c.put(cls2, value); + this.f1296c.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.f1293c.containsKey(next.a)) { + if ((next.b == 1) && !this.f1296c.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.f1293c.get(cls); + return this.f1296c.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 9605097bb9..223729fda0 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 f1294c = new HashSet(); + public final Set f1297c = new HashSet(); public m(d dVar) { this.a = dVar; } public boolean a() { - return this.f1294c.isEmpty(); + return this.f1297c.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 9ff418d6b0..933a1ab226 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 f1295c; + public final int f1298c; public o(Class cls, int i, int i2) { Objects.requireNonNull(cls, "Null dependency anInterface."); this.a = cls; this.b = i; - this.f1295c = i2; + this.f1298c = 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.f1295c == oVar.f1295c; + return this.a == oVar.a && this.b == oVar.b && this.f1298c == oVar.f1298c; } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1295c; + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1298c; } 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.f1295c != 0) { + if (this.f1298c != 0) { z2 = false; } - return a.J(sb, z2, "}"); + return a.L(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 f60b753329..2930244a54 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 f1296c; + public final Executor f1299c; public q(Executor executor) { - this.f1296c = executor; + this.f1299c = executor; } @Override // c.i.c.q.d public void a(Class cls, b bVar) { - b(cls, this.f1296c, bVar); + b(cls, this.f1299c, 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 f96c1f5218..9de411c532 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 f1297c; + public volatile a f1300c; public r(a aVar) { - this.f1297c = aVar; + this.f1300c = 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.f1297c.get(); + t = this.f1300c.get(); this.b = t; - this.f1297c = null; + this.f1300c = 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 f42b9c4b1c..720a03115c 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> f1298c; + public final Set> f1301c; 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.f1295c == 0) { + if (oVar.f1298c == 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.f1298c = Collections.unmodifiableSet(hashSet3); + this.f1301c = 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.f1298c.contains(cls)) { + if (this.f1301c.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 bceed0b776..19b9e6f515 100644 --- a/app/src/main/java/c/i/c/m/b.java +++ b/app/src/main/java/c/i/c/m/b.java @@ -145,7 +145,7 @@ public final /* synthetic */ class b implements f { cVar4.d(1, f).i(f, new c.i.c.m.d.g(hVar)); String l = c.i.c.m.d.k.h.l(k0Var.a); c.i.c.m.d.b bVar4 = c.i.c.m.d.b.a; - c.d.b.a.a.i0("Mapping file ID is: ", l, bVar4); + c.d.b.a.a.k0("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.f1309c, hVar2, k0Var.f, bVar6, null, null, k0Var.n, k0Var.k, cVar4); + k0Var.h = new x(k0Var.a, k0Var.m, bVar5, k0Var.i, k0Var.f1312c, 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 f2961a02d5..23f85ad3a9 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 f1299c; + public final /* synthetic */ Executor f1302c; 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.f1299c = executor; + this.f1302c = 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.f1299c, true); + h.a(this.d, bVar, this.a, this.b, this.f1302c, 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 ecf04d1e36..f0e90aa9b6 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 f1300c; + public final Context f1303c; 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.f1300c = context; + this.f1303c = 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.f1300c), 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.f1303c), str2, this.h, this.g), this.j, r0.f(this.i).g(), this.k, "0"); } public String c() { - Context context = this.f1300c; + Context context = this.f1303c; 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 0660c1fa23..bd2b919bcc 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 f1301c; + public CountDownLatch f1304c; 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.f1301c = new CountDownLatch(1); + this.f1304c = new CountDownLatch(1); this.a.a.a("clx", str, bundle); bVar.b("Awaiting app exception callback from FA..."); try { - if (this.f1301c.await((long) 500, TimeUnit.MILLISECONDS)) { + if (this.f1304c.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.f1301c = null; + this.f1304c = null; } } @Override // c.i.c.m.d.i.b public void b(@NonNull String str, @NonNull Bundle bundle) { - CountDownLatch countDownLatch = this.f1301c; + CountDownLatch countDownLatch = this.f1304c; 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 6f1fe3ac0a..f9c8847c56 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 f1302c; + public final b f1305c; 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.f1302c = bVar; + this.f1305c = 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.f1302c; + b bVar = this.f1305c; 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 e960f92916..821c57ad28 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.f1322z.a("_ae", bundle); + this.j.f1325z.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 0b622ab56e..fc12747f3c 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 f1303c; + public final String f1306c; 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.f1303c = str3; + this.f1306c = 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 bda0c15b90..b9ad6d9d17 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 N = c.d.b.a.a.N("Crashlytics report successfully enqueued to DataTransport: "); - N.append(o0Var.b()); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Crashlytics report successfully enqueued to DataTransport: "); + P.append(o0Var.b()); + bVar.b(P.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 12aeac13a7..06bbd9cfbb 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 N = a.N("CrashlyticsReportWithSessionId{report="); - N.append(this.a); - N.append(", sessionId="); - return a.F(N, this.b, "}"); + StringBuilder P = a.P("CrashlyticsReportWithSessionId{report="); + P.append(this.a); + P.append(", sessionId="); + return a.H(P, 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 f12216bcd2..299d126a83 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.i0("Persisting fatal event for session ", replaceAll, c.i.c.m.d.b.a); + a.k0("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 d347d9cdd5..cb01083bff 100644 --- a/app/src/main/java/c/i/c/m/d/k/d1.java +++ b/app/src/main/java/c/i/c/m/d/k/d1.java @@ -40,14 +40,14 @@ public class d1 { public final g b; /* renamed from: c reason: collision with root package name */ - public final c f1304c; + public final c f1307c; 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.f1304c = cVar; + this.f1307c = cVar; this.d = bVar; this.e = f1Var; } @@ -67,14 +67,14 @@ public class d1 { s sVar; boolean equals = str2.equals("crash"); n0 n0Var = this.a; - int i = n0Var.f1310c.getResources().getConfiguration().orientation; + int i = n0Var.f1313c.getResources().getConfiguration().orientation; e eVar = new e(th, n0Var.f); Long valueOf = Long.valueOf(j); - ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1310c); + ActivityManager.RunningAppProcessInfo i2 = h.i(n0Var.e.d, n0Var.f1313c); 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.f1360c, 4)); + arrayList.add(n0Var.c(thread, eVar.f1363c, 4)); if (z2) { for (Map.Entry entry : Thread.getAllStackTraces().entrySet()) { Thread key = entry.getKey(); @@ -98,7 +98,7 @@ public class d1 { String str6 = n0Var.e.b; String str7 = l2 == null ? " baseAddress" : str3; if (l3 == null) { - str7 = a.t(str7, " size"); + str7 = a.u(str7, " size"); } if (str7.isEmpty()) { aVarArr[0] = new m(l2.longValue(), l3.longValue(), str5, str6, null); @@ -106,13 +106,13 @@ public class d1 { String str8 = valueOf3 == null ? " uiOrientation" : str3; if (str8.isEmpty()) { k kVar = new k(lVar, null, valueOf2, valueOf3.intValue(), null); - e a2 = e.a(n0Var.f1310c); + e a2 = e.a(n0Var.f1313c); Float f = a2.a; Double valueOf4 = f != null ? Double.valueOf(f.doubleValue()) : null; int b = a2.b(); - boolean m = h.m(n0Var.f1310c); + boolean m = h.m(n0Var.f1313c); long p = h.p(); - Context context = n0Var.f1310c; + Context context = n0Var.f1313c; ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); ((ActivityManager) context.getSystemService(ActivityChooserModel.ATTRIBUTE_ACTIVITY)).getMemoryInfo(memoryInfo); long j2 = p - memoryInfo.availMem; @@ -120,7 +120,7 @@ public class d1 { r.b bVar = new r.b(); bVar.a = valueOf4; bVar.b = Integer.valueOf(b); - bVar.f1346c = Boolean.valueOf(m); + bVar.f1349c = Boolean.valueOf(m); bVar.d = Integer.valueOf(i); bVar.e = Long.valueOf(j2); bVar.f = Long.valueOf(a3); @@ -161,14 +161,14 @@ public class d1 { j jVar = new j(valueOf5.longValue(), str2, kVar2, a4, sVar, null); int i3 = ((c.i.c.m.d.s.c) gVar.k).c().b().a; File h = gVar.h(str); - Objects.requireNonNull(g.f1350c); + Objects.requireNonNull(g.f1353c); String a6 = ((d) h.a).a(jVar); String format = String.format(Locale.US, "%010d", Integer.valueOf(gVar.f.getAndIncrement())); if (equals) { str3 = "_"; } try { - g.l(new File(h, a.u("event", format, str3)), a6); + g.l(new File(h, a.v("event", format, str3)), a6); } catch (IOException e) { c.i.c.m.d.b.a.c("Could not persist event for session " + str, e); } @@ -185,15 +185,15 @@ public class d1 { } return; } - throw new IllegalStateException(a.t("Missing required properties:", str9)); + throw new IllegalStateException(a.u("Missing required properties:", str9)); } - throw new IllegalStateException(a.t("Missing required properties:", str10)); + throw new IllegalStateException(a.u("Missing required properties:", str10)); } - throw new IllegalStateException(a.t("Missing required properties:", str8)); + throw new IllegalStateException(a.u("Missing required properties:", str8)); } - throw new IllegalStateException(a.t("Missing required properties:", str7)); + throw new IllegalStateException(a.u("Missing required properties:", str7)); } - throw new IllegalStateException(a.t("Missing required properties:", str4)); + throw new IllegalStateException(a.u("Missing required properties:", str4)); } /* JADX WARN: Incorrect types in method signature: (Ljava/util/concurrent/Executor;Ljava/lang/Object;)Lcom/google/android/gms/tasks/Task; */ @@ -211,7 +211,7 @@ public class d1 { while (it.hasNext()) { File file = (File) it.next(); try { - arrayList.add(new c(g.f1350c.f(g.j(file)), file.getName())); + arrayList.add(new c(g.f1353c.f(g.j(file)), file.getName())); } catch (IOException e2) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; bVar.c("Could not load report file " + file + "; deleting", e2); @@ -224,7 +224,7 @@ public class d1 { o0 o0Var = (o0) it2.next(); v a = o0Var.a(); if ((a.h() != null ? 2 : a.e() != null ? (char) 3 : 1) != 3 || i == 3) { - c cVar = this.f1304c; + c cVar = this.f1307c; 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 523bbda97a..967f3129be 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 f1305c; + public final /* synthetic */ Executor f1308c; 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.f1305c = executor; + this.f1308c = 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.f1305c, c.c.a.y.b.m(bVar2)); + x.this.A.b(this.f1308c, 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 5272886bfe..1f3102a97f 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 N = c.d.b.a.a.N("Found crash report "); - N.append(file.getPath()); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Found crash report "); + P.append(file.getPath()); + bVar.b(P.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 35e26bb713..1b4fd2aeaf 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 f1306c = new a(); + public static final Comparator f1309c = 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 f1307s; + public static final Map f1310s; static { b bVar = X86_32; @@ -77,7 +77,7 @@ public class h { b bVar3 = ARMV7; b bVar4 = ARM64; HashMap hashMap = new HashMap(4); - f1307s = hashMap; + f1310s = 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 8fca69f5e6..20427531d8 100644 --- a/app/src/main/java/c/i/c/m/d/k/h0.java +++ b/app/src/main/java/c/i/c/m/d/k/h0.java @@ -15,7 +15,7 @@ public class h0 implements b.AbstractC0143b { } public b a(@NonNull c.i.c.m.d.s.h.b bVar) { - String str = bVar.f1357c; + String str = bVar.f1360c; 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 2f4997a389..02e7ef6e79 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 f1308c = new Object(); + public final Object f1311c = 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.f1308c) { + synchronized (this.f1311c) { 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.f1308c) { + synchronized (this.f1311c) { 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 696878e4aa..1810f1f403 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 f1309c; + public final q0 f1312c; 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.f1309c = q0Var; + this.f1312c = 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.f1309c; + q0 q0Var = this.f1312c; synchronized (q0Var) { if (bool != null) { try { @@ -169,7 +169,7 @@ public class k0 { edit.remove("firebase_crashlytics_collection_enabled"); } edit.commit(); - synchronized (q0Var.f1312c) { + synchronized (q0Var.f1315c) { 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 ab2f1cb9dd..8de6b9a489 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 N = a.N("Error creating marker: "); - N.append(this.a); - bVar.e(N.toString(), e); + StringBuilder P = a.P("Error creating marker: "); + P.append(this.a); + bVar.e(P.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 bdee9134d3..b6621ae97c 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 f1310c; + public final Context f1313c; public final v0 d; public final b e; public final d f; @@ -28,12 +28,12 @@ public class n0 { static { HashMap hashMap = new HashMap(); b = hashMap; - a.c0(5, hashMap, "armeabi", 6, "armeabi-v7a", 9, "arm64-v8a", 0, "x86"); + a.f0(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.f1310c = context; + this.f1313c = context; this.d = v0Var; this.e = bVar; this.f = dVar; @@ -42,7 +42,7 @@ public class n0 { 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.f1360c; + StackTraceElement[] stackTraceElementArr = eVar.f1363c; int i4 = 0; if (stackTraceElementArr == null) { stackTraceElementArr = new StackTraceElement[0]; @@ -66,7 +66,7 @@ public class n0 { if (str3.isEmpty()) { return new n(str, str2, wVar, bVar, valueOf.intValue(), null); } - throw new IllegalStateException(a.t("Missing required properties:", str3)); + throw new IllegalStateException(a.u("Missing required properties:", str3)); } public final w b(StackTraceElement[] stackTraceElementArr, int i) { @@ -84,7 +84,7 @@ public class n0 { bVar.a = Long.valueOf(max); Objects.requireNonNull(str, "Null symbol"); bVar.b = str; - bVar.f1344c = fileName; + bVar.f1347c = fileName; bVar.d = Long.valueOf(j); arrayList.add(bVar.a()); } @@ -100,6 +100,6 @@ public class n0 { if (str.isEmpty()) { return new p(name, valueOf.intValue(), wVar, null); } - throw new IllegalStateException(a.t("Missing required properties:", str)); + throw new IllegalStateException(a.u("Missing required properties:", str)); } } diff --git a/app/src/main/java/c/i/c/m/d/k/o.java b/app/src/main/java/c/i/c/m/d/k/o.java index 16c9af42cb..0db6d68ad2 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.i0("Persisting non-fatal event for session ", replaceAll, bVar4); + a.k0("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 280ffa9338..4ddafe4200 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 f1311c; + public final Thread.UncaughtExceptionHandler f1314c; 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.f1311c = uncaughtExceptionHandler; + this.f1314c = 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.f1311c.uncaughtException(thread, th); + this.f1314c.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.f1311c.uncaughtException(thread, th); + this.f1314c.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 139dd962ff..a4b5ea8541 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 f1312c; + public final Object f1315c; 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.f1312c = obj; + this.f1315c = 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.f1312c) { + synchronized (this.f1315c) { 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 2ec08067a5..4de844a21c 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 f1313id; + private final int f1316id; public r0(int i) { - this.f1313id = i; + this.f1316id = i; } public static r0 f(String str) { @@ -19,11 +19,11 @@ public enum r0 { } public int g() { - return this.f1313id; + return this.f1316id; } @Override // java.lang.Enum, java.lang.Object public String toString() { - return Integer.toString(this.f1313id); + return Integer.toString(this.f1316id); } } 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 2bf72844cf..9a53b328c1 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 f1314c; + public final /* synthetic */ long f1317c; public u(x xVar, String str, String str2, long j) { this.a = str; this.b = str2; - this.f1314c = j; + this.f1317c = 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.f1314c; + long j = this.f1317c; 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 c68166796a..86bfab1d33 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 f1315c; + public final String f1318c; public u0(@NonNull String str, @NonNull String str2, @NonNull File file) { this.b = str; - this.f1315c = str2; + this.f1318c = str2; this.a = file; } @Override // c.i.c.m.d.k.a1 @NonNull public String a() { - return this.f1315c; + return this.f1318c; } /* JADX WARNING: Removed duplicated region for block: B:37:0x0051 */ @@ -65,7 +65,7 @@ public class u0 implements a1 { if (1 != 0) { return new e(str, bArr, null); } - throw new IllegalStateException(a.t("Missing required properties:", "")); + throw new IllegalStateException(a.u("Missing required properties:", "")); } while (true) { try { diff --git a/app/src/main/java/c/i/c/m/d/k/v.java b/app/src/main/java/c/i/c/m/d/k/v.java index aeeb491b73..43932c2d66 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 f1316c; + public final /* synthetic */ String f1319c; 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.f1316c = str3; + this.f1319c = 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.f1316c; + String str3 = this.f1319c; String str4 = this.d; int i = this.e; - String str5 = this.f.f1321y; + String str5 = this.f.f1324y; 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 51d77d9578..28342e9c13 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 f1317c; + public final x0 f1320c; 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.f1317c = new x0(); + this.f1320c = 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.f1317c; + x0 x0Var = this.f1320c; 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 f9ccb2ea7d..28b5679fd2 100644 --- a/app/src/main/java/c/i/c/m/d/k/x.java +++ b/app/src/main/java/c/i/c/m/d/k/x.java @@ -56,7 +56,7 @@ public class x { public static final FilenameFilter b = new b(); /* renamed from: c reason: collision with root package name */ - public static final Comparator f1318c = new c(); + public static final Comparator f1321c = 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"); @@ -80,20 +80,20 @@ public class x { public final b.AbstractC0143b r; /* renamed from: s reason: collision with root package name */ - public final j f1319s; + public final j f1322s; 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 f1320x; + public final c.i.c.m.d.t.d f1323x; /* renamed from: y reason: collision with root package name */ - public final String f1321y; + public final String f1324y; /* renamed from: z reason: collision with root package name */ - public final c.i.c.m.d.i.a f1322z; + public final c.i.c.m.d.i.a f1325z; /* compiled from: CrashlyticsController */ public class a extends h { @@ -270,24 +270,24 @@ public class x { this.q = bVar2; this.r = new h0(this); this.w = aVar2; - this.f1321y = bVar2.g.a(); - this.f1322z = aVar3; + this.f1324y = bVar2.g.a(); + this.f1325z = aVar3; f1 f1Var = new f1(); this.l = f1Var; j jVar = new j(hVar); - this.f1319s = jVar; + this.f1322s = 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.f1320x = aVar4; + this.f1323x = 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.f1354c)); + 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.f1357c)); 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); @@ -297,9 +297,9 @@ public class x { Throwable th; if (!file.exists()) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder N = c.d.b.a.a.N("Tried to include a file that doesn't exist: "); - N.append(file.getName()); - bVar.d(N.toString()); + StringBuilder P = c.d.b.a.a.P("Tried to include a file that doesn't exist: "); + P.append(file.getName()); + bVar.d(P.toString()); return; } FileInputStream fileInputStream = null; @@ -330,7 +330,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.i0("Opening a new session with ID ", str3, bVar); + c.d.b.a.a.k0("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"); @@ -342,9 +342,9 @@ public class x { String str5 = bVar2.e; String str6 = bVar2.f; String b2 = v0Var.b(); - int g2 = r0.f(xVar.q.f1303c).g(); + int g2 = r0.f(xVar.q.f1306c).g(); xVar.z(str3, "SessionApp", new v(xVar, str4, str5, str6, b2, g2)); - xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1321y); + xVar.w.f(str3, str4, str5, str6, b2, g2, xVar.f1324y); String str7 = Build.VERSION.RELEASE; String str8 = Build.VERSION.CODENAME; boolean t = h.t(xVar.i); @@ -357,7 +357,7 @@ public class x { if (TextUtils.isEmpty(str9)) { bVar.b("Architecture#getValue()::Build.CPU_ABI returned null or empty"); } else { - h.b bVar4 = h.b.f1307s.get(str9.toLowerCase(locale)); + h.b bVar4 = h.b.f1310s.get(str9.toLowerCase(locale)); if (bVar4 != null) { bVar3 = bVar4; } @@ -393,10 +393,10 @@ public class x { String str15 = n0Var.e.f; Objects.requireNonNull(str15, "Null displayVersion"); bVar5.f = str15; - bVar5.f1329c = 4; + bVar5.f1332c = 4; f.b bVar6 = new f.b(); bVar6.b(false); - bVar6.f1331c = Long.valueOf(j2); + bVar6.f1334c = Long.valueOf(j2); Objects.requireNonNull(t2, "Null identifier"); bVar6.b = t2; String str16 = n0.a; @@ -420,10 +420,10 @@ public class x { Integer num2 = 3; Objects.requireNonNull(str7, "Null version"); Objects.requireNonNull(str8, "Null buildVersion"); - Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1310c)); + Boolean valueOf = Boolean.valueOf(h.t(n0Var.f1313c)); String str20 = num2 == null ? " platform" : ""; if (valueOf == null) { - str20 = c.d.b.a.a.t(str20, " jailbroken"); + str20 = c.d.b.a.a.u(str20, " jailbroken"); } if (str20.isEmpty()) { bVar6.h = new t(num2.intValue(), str7, str8, valueOf.booleanValue(), null); @@ -435,13 +435,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.f1310c); - int k3 = h.k(n0Var.f1310c); + boolean r2 = h.r(n0Var.f1313c); + int k3 = h.k(n0Var.f1313c); i.b bVar7 = new i.b(); bVar7.a = Integer.valueOf(i2); Objects.requireNonNull(str10, "Null model"); bVar7.b = str10; - bVar7.f1334c = Integer.valueOf(availableProcessors2); + bVar7.f1337c = Integer.valueOf(availableProcessors2); bVar7.d = Long.valueOf(p2); bVar7.e = Long.valueOf(blockCount2); bVar7.f = Boolean.valueOf(r2); @@ -465,12 +465,12 @@ public class x { try { File h3 = gVar.h(g3); c.i.c.m.d.o.g.i(h3); - c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1350c.g(a3)); + c.i.c.m.d.o.g.l(new File(h3, "report"), c.i.c.m.d.o.g.f1353c.g(a3)); } catch (IOException e2) { c.i.c.m.d.b.a.c("Could not persist report for session " + g3, e2); } } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str20)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str20)); } } @@ -498,9 +498,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 N = c.d.b.a.a.N("Could not parse timestamp from file "); - N.append(file.getName()); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Could not parse timestamp from file "); + P.append(file.getName()); + bVar.b(P.toString()); } file.delete(); } @@ -524,24 +524,24 @@ public class x { cVar.r(5, 2); cVar.p(b2); cVar.l(2, a2); - StringBuilder N = c.d.b.a.a.N("Failed to flush to append to "); - N.append(file.getPath()); - h.h(cVar, N.toString()); + StringBuilder P = c.d.b.a.a.P("Failed to flush to append to "); + P.append(file.getPath()); + h.h(cVar, P.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); } catch (Throwable th2) { th = th2; - StringBuilder N2 = c.d.b.a.a.N("Failed to flush to append to "); - N2.append(file.getPath()); - h.h(cVar, N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Failed to flush to append to "); + P2.append(file.getPath()); + h.h(cVar, P2.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); throw th; } } catch (Throwable th3) { th = th3; fileOutputStream = null; - StringBuilder N2 = c.d.b.a.a.N("Failed to flush to append to "); - N2.append(file.getPath()); - h.h(cVar, N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Failed to flush to append to "); + P2.append(file.getPath()); + h.h(cVar, P2.toString()); h.c(fileOutputStream, "Failed to close " + file.getPath()); throw th; } @@ -599,7 +599,7 @@ public class x { } public static void x(c.i.c.m.d.p.c cVar, File[] fileArr, String str) { - Arrays.sort(fileArr, h.f1306c); + Arrays.sort(fileArr, h.f1309c); 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())); @@ -666,7 +666,7 @@ public class x { for (int i5 = 0; i5 < min; i5++) { hashSet.add(o(s2[i5])); } - File[] listFiles = ((j) this.t.f1325c).a().listFiles(); + File[] listFiles = ((j) this.t.f1328c).a().listFiles(); if (listFiles != null) { for (File file2 : listFiles) { String name = file2.getName(); @@ -796,14 +796,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.i0("Finalizing native report for session ", o, bVar2); + c.d.b.a.a.k0("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.f1319s, o); + c.i.c.m.d.l.b bVar3 = new c.i.c.m.d.l.b(this.i, this.f1322s, o); File file4 = new File(m(), o); if (!file4.mkdirs()) { bVar2.b("Couldn't create native sessions directory"); @@ -866,7 +866,7 @@ public class x { File file5 = new File(gVar2.h(replaceAll), str4); File file6 = gVar2.j; try { - c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1350c; + c.i.c.m.d.m.x.h hVar = c.i.c.m.d.o.g.f1353c; b.C0134b bVar4 = (b.C0134b) hVar.f(c.i.c.m.d.o.g.j(file5)).i(); bVar4.g = null; bVar4.h = dVar; @@ -880,7 +880,7 @@ public class x { } } if (!this.w.a(o)) { - c.d.b.a.a.i0("Could not finalize native session: ", o, c.i.c.m.d.b.a); + c.d.b.a.a.k0("Could not finalize native session: ", o, c.i.c.m.d.b.a); } } c.i.c.m.d.b.a.b("Closing open sessions."); @@ -891,18 +891,18 @@ public class x { c.i.c.m.d.b bVar5 = c.i.c.m.d.b.a; bVar5.b("Closing session: " + o2); bVar5.b("Collecting session parts for ID " + o2); - File[] r2 = r(l(), new h(c.d.b.a.a.t(o2, "SessionCrash"))); + File[] r2 = r(l(), new h(c.d.b.a.a.u(o2, "SessionCrash"))); boolean z4 = r2.length > 0; Locale locale = Locale.US; bVar5.b(String.format(locale, "Session %s has fatal exception: %s", o2, Boolean.valueOf(z4))); - File[] r3 = r(l(), new h(c.d.b.a.a.t(o2, "SessionEvent"))); + File[] r3 = r(l(), new h(c.d.b.a.a.u(o2, "SessionEvent"))); boolean z5 = r3.length > 0; bVar5.b(String.format(locale, "Session %s has non-fatal exceptions: %s", o2, Boolean.valueOf(z5))); if (z4 || z5) { if (r3.length > i4) { bVar5.b(String.format(locale, "Trimming down to %d logged exceptions.", Integer.valueOf(i2))); v(o2, i4); - r3 = r(l(), new h(c.d.b.a.a.t(o2, "SessionEvent"))); + r3 = r(l(), new h(c.d.b.a.a.u(o2, "SessionEvent"))); } File file8 = z4 ? r2[0] : null; boolean z6 = file8 != null; @@ -1013,7 +1013,7 @@ public class x { throw th; } } else { - c.d.b.a.a.i0("No events present for session ID ", o2, bVar5); + c.d.b.a.a.k0("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); @@ -1041,15 +1041,15 @@ public class x { } for (File file11 : f2) { c.i.c.m.d.b bVar6 = c.i.c.m.d.b.a; - StringBuilder N = c.d.b.a.a.N("Finalizing report for session "); - N.append(file11.getName()); - bVar6.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Finalizing report for session "); + P.append(file11.getName()); + bVar6.b(P.toString()); List g2 = c.i.c.m.d.o.g.g(file11, c.i.c.m.d.o.g.e); if (g2.isEmpty()) { - StringBuilder N2 = c.d.b.a.a.N("Session "); - N2.append(file11.getName()); - N2.append(" has no events."); - bVar6.b(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Session "); + P2.append(file11.getName()); + P2.append(" has no events."); + bVar6.b(P2.toString()); } else { Collections.sort(g2); ArrayList arrayList4 = new ArrayList(); @@ -1062,7 +1062,7 @@ public class x { } File next = it3.next(); try { - c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1350c; + c.i.c.m.d.m.x.h hVar2 = c.i.c.m.d.o.g.f1353c; String j4 = c.i.c.m.d.o.g.j(next); Objects.requireNonNull(hVar2); try { @@ -1091,9 +1091,9 @@ public class x { } if (arrayList4.isEmpty()) { c.i.c.m.d.b bVar7 = c.i.c.m.d.b.a; - StringBuilder N3 = c.d.b.a.a.N("Could not parse event files for session "); - N3.append(file11.getName()); - bVar7.b(N3.toString()); + StringBuilder P3 = c.d.b.a.a.P("Could not parse event files for session "); + P3.append(file11.getName()); + bVar7.b(P3.toString()); } else { File file12 = new File(file11, str5); if (file12.isFile()) { @@ -1101,14 +1101,14 @@ public class x { str2 = c.i.c.m.d.o.g.j(file12); } catch (IOException e13) { c.i.c.m.d.b bVar8 = c.i.c.m.d.b.a; - StringBuilder N4 = c.d.b.a.a.N("Could not read user ID file in "); - N4.append(file11.getName()); - bVar8.c(N4.toString(), e13); + StringBuilder P4 = c.d.b.a.a.P("Could not read user ID file in "); + P4.append(file11.getName()); + bVar8.c(P4.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.f1350c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1353c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); w wVar = new w<>(arrayList4); if (j2.h() == null) { @@ -1135,7 +1135,7 @@ public class x { if (!z3) { } try { - c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1350c; + c.i.c.m.d.m.x.h hVar3 = c.i.c.m.d.o.g.f1353c; j2 = hVar3.f(c.i.c.m.d.o.g.j(file)).j(j3, z3, str2); w wVar = new w<>(arrayList4); if (j2.h() == null) { @@ -1241,7 +1241,7 @@ public class x { public final File[] s() { File[] r = r(l(), a); - Arrays.sort(r, f1318c); + Arrays.sort(r, f1321c); return r; } @@ -1274,7 +1274,7 @@ public class x { bVar.b("Notifying that unsent reports are available."); this.C.b(Boolean.TRUE); q0 q0Var = this.j; - synchronized (q0Var.f1312c) { + synchronized (q0Var.f1315c) { b0Var = q0Var.d.a; } Task q2 = b0Var.q(new e0(this)); @@ -1291,13 +1291,13 @@ public class x { } public final void v(String str, int i2) { - h1.b(l(), new h(c.d.b.a.a.t(str, "SessionEvent")), i2, d); + h1.b(l(), new h(c.d.b.a.a.u(str, "SessionEvent")), i2, d); } public final void w(c.i.c.m.d.p.c cVar, String str) throws IOException { String[] strArr = g; for (String str2 : strArr) { - File[] r = r(l(), new h(c.d.b.a.a.u(str, str2, ".cls"))); + File[] r = r(l(), new h(c.d.b.a.a.v(str, str2, ".cls"))); if (r.length == 0) { c.i.c.m.d.b.a.b("Can't find " + str2 + " data for session ID " + str); } else { @@ -1328,7 +1328,7 @@ public class x { int length; int i2; Map map; - c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1320x); + c.i.c.m.d.t.e eVar = new c.i.c.m.d.t.e(th, this.f1323x); Context context = this.i; e a2 = e.a(context); Float f2 = a2.a; @@ -1342,7 +1342,7 @@ public class x { long a3 = h.a(Environment.getDataDirectory().getPath()); ActivityManager.RunningAppProcessInfo i4 = h.i(context.getPackageName(), context); LinkedList linkedList = new LinkedList(); - StackTraceElement[] stackTraceElementArr = eVar.f1360c; + StackTraceElement[] stackTraceElementArr = eVar.f1363c; String str3 = this.q.b; String str4 = this.o.e; if (z2) { @@ -1351,7 +1351,7 @@ public class x { int i5 = 0; for (Map.Entry entry : allStackTraces.entrySet()) { threadArr2[i5] = entry.getKey(); - linkedList.add(this.f1320x.a(entry.getValue())); + linkedList.add(this.f1323x.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 0fb5d62588..e3e44fef47 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 f1324c; + public final /* synthetic */ long f1327c; 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.f1324c = j; + this.f1327c = 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.f1324c; + long j = this.f1327c; long j2 = this.d; boolean z2 = this.e; int i3 = this.f; diff --git a/app/src/main/java/c/i/c/m/d/k/z0.java b/app/src/main/java/c/i/c/m/d/k/z0.java index 809389badd..5bd6c1b260 100644 --- a/app/src/main/java/c/i/c/m/d/k/z0.java +++ b/app/src/main/java/c/i/c/m/d/k/z0.java @@ -29,11 +29,11 @@ public class z0 { @NonNull public File a(String str) { - return new File(this.b, a.u(str, "keys", ".meta")); + return new File(this.b, a.v(str, "keys", ".meta")); } @NonNull public File b(String str) { - return new File(this.b, a.u(str, "user", ".meta")); + return new File(this.b, a.v(str, "user", ".meta")); } } diff --git a/app/src/main/java/c/i/c/m/d/l/b.java b/app/src/main/java/c/i/c/m/d/l/b.java index 7f44ef43ad..a4f3857602 100644 --- a/app/src/main/java/c/i/c/m/d/l/b.java +++ b/app/src/main/java/c/i/c/m/d/l/b.java @@ -10,7 +10,7 @@ public class b { public final Context b; /* renamed from: c reason: collision with root package name */ - public final AbstractC0131b f1325c; + public final AbstractC0131b f1328c; public a d = a; /* compiled from: LogFileManager */ @@ -48,13 +48,13 @@ public class b { public b(Context context, AbstractC0131b bVar) { this.b = context; - this.f1325c = bVar; + this.f1328c = bVar; a(null); } public b(Context context, AbstractC0131b bVar, String str) { this.b = context; - this.f1325c = bVar; + this.f1328c = 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.f1325c).a(), c.d.b.a.a.u("crashlytics-userlog-", str, ".temp")), 65536); + this.d = new e(new File(((x.j) this.f1328c).a(), c.d.b.a.a.v("crashlytics-userlog-", str, ".temp")), 65536); } } } diff --git a/app/src/main/java/c/i/c/m/d/l/c.java b/app/src/main/java/c/i/c/m/d/l/c.java index e2b103aeb1..dcf2f73ed7 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 f1326c; + public final int f1329c; public b(int i, int i2) { this.b = i; - this.f1326c = i2; + this.f1329c = i2; } public String toString() { @@ -60,7 +60,7 @@ public class c implements Closeable { sb.append("[position = "); sb.append(this.b); sb.append(", length = "); - return c.d.b.a.a.y(sb, this.f1326c, "]"); + return c.d.b.a.a.z(sb, this.f1329c, "]"); } } @@ -74,7 +74,7 @@ public class c implements Closeable { int i = bVar.b + 4; int i2 = c.this.k; this.i = i >= i2 ? (i + 16) - i2 : i; - this.j = bVar.f1326c; + this.j = bVar.f1329c; } @Override // java.io.InputStream @@ -153,11 +153,11 @@ public class c implements Closeable { this.n = p(r3); return; } - StringBuilder N = c.d.b.a.a.N("File is truncated. Expected length: "); - N.append(this.k); - N.append(", Actual length: "); - N.append(randomAccessFile2.length()); - throw new IOException(N.toString()); + StringBuilder P = c.d.b.a.a.P("File is truncated. Expected length: "); + P.append(this.k); + P.append(", Actual length: "); + P.append(randomAccessFile2.length()); + throw new IOException(P.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.f1326c); + i2 = z(bVar.b + 4 + bVar.f1329c); } 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.f1326c); + int z2 = z(bVar.b + 4 + bVar.f1329c); 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.f1326c); + this.n = new b(i7, this.n.f1329c); } 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 C0132c(p, null), p.f1326c); - i2 = z(p.b + 4 + p.f1326c); + dVar.a(new C0132c(p, null), p.f1329c); + i2 = z(p.b + 4 + p.f1329c); } } @@ -298,7 +298,7 @@ public class c implements Closeable { c(); } else { b bVar = this.m; - int z2 = z(bVar.b + 4 + bVar.f1326c); + int z2 = z(bVar.b + 4 + bVar.f1329c); 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.f1326c + 16 : (((i2 + 4) + bVar.f1326c) + this.k) - i3; + return i2 >= i3 ? (i2 - i3) + 4 + bVar.f1329c + 16 : (((i2 + 4) + bVar.f1329c) + 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 3ede8ec3e2..bd9e471131 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 f1327c; + public final int f1330c; 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.f1327c = i; + this.f1330c = i; } @Override // c.i.c.m.d.l.a @@ -96,12 +96,12 @@ public class e implements a { str = "null"; } try { - int i = this.f1327c / 4; + int i = this.f1330c / 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.f1327c) { + while (!this.d.f() && this.d.x() > this.f1330c) { 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 N = c.d.b.a.a.N("Could not open log file: "); - N.append(this.b); - bVar.e(N.toString(), e); + StringBuilder P = c.d.b.a.a.P("Could not open log file: "); + P.append(this.b); + bVar.e(P.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 69e70dc0aa..5a41100911 100644 --- a/app/src/main/java/c/i/c/m/d/m/a.java +++ b/app/src/main/java/c/i/c/m/d/m/a.java @@ -335,103 +335,103 @@ public final class a implements c.i.c.p.g.a { b bVar2 = b.a; c.i.c.p.h.e eVar = (c.i.c.p.h.e) bVar; eVar.b.put(v.class, bVar2); - eVar.f1365c.remove(v.class); + eVar.f1368c.remove(v.class); eVar.b.put(b.class, bVar2); - eVar.f1365c.remove(b.class); + eVar.f1368c.remove(b.class); h hVar = h.a; eVar.b.put(v.d.class, hVar); - eVar.f1365c.remove(v.d.class); + eVar.f1368c.remove(v.d.class); eVar.b.put(f.class, hVar); - eVar.f1365c.remove(f.class); + eVar.f1368c.remove(f.class); e eVar2 = e.a; eVar.b.put(v.d.a.class, eVar2); - eVar.f1365c.remove(v.d.a.class); + eVar.f1368c.remove(v.d.a.class); eVar.b.put(g.class, eVar2); - eVar.f1365c.remove(g.class); + eVar.f1368c.remove(g.class); f fVar = f.a; eVar.b.put(v.d.a.AbstractC0135a.class, fVar); - eVar.f1365c.remove(v.d.a.AbstractC0135a.class); + eVar.f1368c.remove(v.d.a.AbstractC0135a.class); eVar.b.put(h.class, fVar); - eVar.f1365c.remove(h.class); + eVar.f1368c.remove(h.class); t tVar = t.a; eVar.b.put(v.d.f.class, tVar); - eVar.f1365c.remove(v.d.f.class); + eVar.f1368c.remove(v.d.f.class); eVar.b.put(u.class, tVar); - eVar.f1365c.remove(u.class); + eVar.f1368c.remove(u.class); s sVar = s.a; eVar.b.put(v.d.e.class, sVar); - eVar.f1365c.remove(v.d.e.class); + eVar.f1368c.remove(v.d.e.class); eVar.b.put(t.class, sVar); - eVar.f1365c.remove(t.class); + eVar.f1368c.remove(t.class); g gVar = g.a; eVar.b.put(v.d.c.class, gVar); - eVar.f1365c.remove(v.d.c.class); + eVar.f1368c.remove(v.d.c.class); eVar.b.put(i.class, gVar); - eVar.f1365c.remove(i.class); + eVar.f1368c.remove(i.class); q qVar = q.a; eVar.b.put(v.d.AbstractC0136d.class, qVar); - eVar.f1365c.remove(v.d.AbstractC0136d.class); + eVar.f1368c.remove(v.d.AbstractC0136d.class); eVar.b.put(j.class, qVar); - eVar.f1365c.remove(j.class); + eVar.f1368c.remove(j.class); i iVar = i.a; eVar.b.put(v.d.AbstractC0136d.a.class, iVar); - eVar.f1365c.remove(v.d.AbstractC0136d.a.class); + eVar.f1368c.remove(v.d.AbstractC0136d.a.class); eVar.b.put(k.class, iVar); - eVar.f1365c.remove(k.class); + eVar.f1368c.remove(k.class); k kVar = k.a; eVar.b.put(v.d.AbstractC0136d.a.b.class, kVar); - eVar.f1365c.remove(v.d.AbstractC0136d.a.b.class); + eVar.f1368c.remove(v.d.AbstractC0136d.a.b.class); eVar.b.put(l.class, kVar); - eVar.f1365c.remove(l.class); + eVar.f1368c.remove(l.class); n nVar = n.a; eVar.b.put(v.d.AbstractC0136d.a.b.AbstractC0140d.class, nVar); - eVar.f1365c.remove(v.d.AbstractC0136d.a.b.AbstractC0140d.class); + eVar.f1368c.remove(v.d.AbstractC0136d.a.b.AbstractC0140d.class); eVar.b.put(p.class, nVar); - eVar.f1365c.remove(p.class); + eVar.f1368c.remove(p.class); o oVar = o.a; eVar.b.put(v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a.class, oVar); - eVar.f1365c.remove(v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a.class); + eVar.f1368c.remove(v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a.class); eVar.b.put(q.class, oVar); - eVar.f1365c.remove(q.class); + eVar.f1368c.remove(q.class); l lVar = l.a; eVar.b.put(v.d.AbstractC0136d.a.b.AbstractC0139b.class, lVar); - eVar.f1365c.remove(v.d.AbstractC0136d.a.b.AbstractC0139b.class); + eVar.f1368c.remove(v.d.AbstractC0136d.a.b.AbstractC0139b.class); eVar.b.put(n.class, lVar); - eVar.f1365c.remove(n.class); + eVar.f1368c.remove(n.class); m mVar = m.a; eVar.b.put(v.d.AbstractC0136d.a.b.c.class, mVar); - eVar.f1365c.remove(v.d.AbstractC0136d.a.b.c.class); + eVar.f1368c.remove(v.d.AbstractC0136d.a.b.c.class); eVar.b.put(o.class, mVar); - eVar.f1365c.remove(o.class); + eVar.f1368c.remove(o.class); j jVar = j.a; eVar.b.put(v.d.AbstractC0136d.a.b.AbstractC0138a.class, jVar); - eVar.f1365c.remove(v.d.AbstractC0136d.a.b.AbstractC0138a.class); + eVar.f1368c.remove(v.d.AbstractC0136d.a.b.AbstractC0138a.class); eVar.b.put(m.class, jVar); - eVar.f1365c.remove(m.class); + eVar.f1368c.remove(m.class); C0133a aVar = C0133a.a; eVar.b.put(v.b.class, aVar); - eVar.f1365c.remove(v.b.class); + eVar.f1368c.remove(v.b.class); eVar.b.put(c.class, aVar); - eVar.f1365c.remove(c.class); + eVar.f1368c.remove(c.class); p pVar = p.a; eVar.b.put(v.d.AbstractC0136d.b.class, pVar); - eVar.f1365c.remove(v.d.AbstractC0136d.b.class); + eVar.f1368c.remove(v.d.AbstractC0136d.b.class); eVar.b.put(r.class, pVar); - eVar.f1365c.remove(r.class); + eVar.f1368c.remove(r.class); r rVar = r.a; eVar.b.put(v.d.AbstractC0136d.c.class, rVar); - eVar.f1365c.remove(v.d.AbstractC0136d.c.class); + eVar.f1368c.remove(v.d.AbstractC0136d.c.class); eVar.b.put(s.class, rVar); - eVar.f1365c.remove(s.class); + eVar.f1368c.remove(s.class); c cVar = c.a; eVar.b.put(v.c.class, cVar); - eVar.f1365c.remove(v.c.class); + eVar.f1368c.remove(v.c.class); eVar.b.put(d.class, cVar); - eVar.f1365c.remove(d.class); + eVar.f1368c.remove(d.class); d dVar = d.a; eVar.b.put(v.c.a.class, dVar); - eVar.f1365c.remove(v.c.a.class); + eVar.f1368c.remove(v.c.a.class); eVar.b.put(e.class, dVar); - eVar.f1365c.remove(e.class); + eVar.f1368c.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 3faa52f1bd..974ebc9a22 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 f1328c; + public final String f1331c; public final int d; public final String e; public final String f; @@ -23,7 +23,7 @@ public final class b extends v { public String b; /* renamed from: c reason: collision with root package name */ - public Integer f1329c; + public Integer f1332c; public String d; public String e; public String f; @@ -36,8 +36,8 @@ public final class b extends v { public C0134b(v vVar, a aVar) { b bVar = (b) vVar; this.a = bVar.b; - this.b = bVar.f1328c; - this.f1329c = Integer.valueOf(bVar.d); + this.b = bVar.f1331c; + this.f1332c = Integer.valueOf(bVar.d); this.d = bVar.e; this.e = bVar.f; this.f = bVar.g; @@ -49,30 +49,30 @@ public final class b extends v { public v a() { String str = this.a == null ? " sdkVersion" : ""; if (this.b == null) { - str = c.d.b.a.a.t(str, " gmpAppId"); + str = c.d.b.a.a.u(str, " gmpAppId"); } - if (this.f1329c == null) { - str = c.d.b.a.a.t(str, " platform"); + if (this.f1332c == null) { + str = c.d.b.a.a.u(str, " platform"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " installationUuid"); + str = c.d.b.a.a.u(str, " installationUuid"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " buildVersion"); + str = c.d.b.a.a.u(str, " buildVersion"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " displayVersion"); + str = c.d.b.a.a.u(str, " displayVersion"); } if (str.isEmpty()) { - return new b(this.a, this.b, this.f1329c.intValue(), this.d, this.e, this.f, this.g, this.h, null); + return new b(this.a, this.b, this.f1332c.intValue(), this.d, this.e, this.f, this.g, this.h, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } } public b(String str, String str2, int i, String str3, String str4, String str5, v.d dVar, v.c cVar, a aVar) { this.b = str; - this.f1328c = str2; + this.f1331c = 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.f1328c; + return this.f1331c; } @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.f1328c.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.f1331c.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.f1328c.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.f1331c.hashCode()) * 1000003) ^ this.d) * 1000003) ^ this.e.hashCode()) * 1000003) ^ this.f.hashCode()) * 1000003) ^ this.g.hashCode()) * 1000003; v.d dVar = this.h; int i = 0; int hashCode2 = (hashCode ^ (dVar == null ? 0 : dVar.hashCode())) * 1000003; @@ -168,23 +168,23 @@ public final class b extends v { } public String toString() { - StringBuilder N = c.d.b.a.a.N("CrashlyticsReport{sdkVersion="); - N.append(this.b); - N.append(", gmpAppId="); - N.append(this.f1328c); - N.append(", platform="); - N.append(this.d); - N.append(", installationUuid="); - N.append(this.e); - N.append(", buildVersion="); - N.append(this.f); - N.append(", displayVersion="); - N.append(this.g); - N.append(", session="); - N.append(this.h); - N.append(", ndkPayload="); - N.append(this.i); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("CrashlyticsReport{sdkVersion="); + P.append(this.b); + P.append(", gmpAppId="); + P.append(this.f1331c); + P.append(", platform="); + P.append(this.d); + P.append(", installationUuid="); + P.append(this.e); + P.append(", buildVersion="); + P.append(this.f); + P.append(", displayVersion="); + P.append(this.g); + P.append(", session="); + P.append(this.h); + P.append(", ndkPayload="); + P.append(this.i); + P.append("}"); + return P.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 038a1c8160..fdaee73a7f 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 N = c.d.b.a.a.N("CustomAttribute{key="); - N.append(this.a); - N.append(", value="); - return c.d.b.a.a.F(N, this.b, "}"); + StringBuilder P = c.d.b.a.a.P("CustomAttribute{key="); + P.append(this.a); + P.append(", value="); + return c.d.b.a.a.H(P, 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 bd2b34f7eb..35bfb45ef8 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 N = c.d.b.a.a.N("FilesPayload{files="); - N.append(this.a); - N.append(", orgId="); - return c.d.b.a.a.F(N, this.b, "}"); + StringBuilder P = c.d.b.a.a.P("FilesPayload{files="); + P.append(this.a); + P.append(", orgId="); + return c.d.b.a.a.H(P, 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 4cc2b75fe7..716972702d 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 N = c.d.b.a.a.N("File{filename="); - N.append(this.a); - N.append(", contents="); - N.append(Arrays.toString(this.b)); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("File{filename="); + P.append(this.a); + P.append(", contents="); + P.append(Arrays.toString(this.b)); + P.append("}"); + return P.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 4c2e2f8a8a..ffd1445f3a 100644 --- a/app/src/main/java/c/i/c/m/d/m/f.java +++ b/app/src/main/java/c/i/c/m/d/m/f.java @@ -9,7 +9,7 @@ public final class f extends v.d { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1330c; + public final long f1333c; public final Long d; public final boolean e; public final v.d.a f; @@ -25,7 +25,7 @@ public final class f extends v.d { public String b; /* renamed from: c reason: collision with root package name */ - public Long f1331c; + public Long f1334c; public Long d; public Boolean e; public v.d.a f; @@ -42,7 +42,7 @@ public final class f extends v.d { f fVar = (f) dVar; this.a = fVar.a; this.b = fVar.b; - this.f1331c = Long.valueOf(fVar.f1330c); + this.f1334c = Long.valueOf(fVar.f1333c); this.d = fVar.d; this.e = Boolean.valueOf(fVar.e); this.f = fVar.f; @@ -57,24 +57,24 @@ public final class f extends v.d { public v.d a() { String str = this.a == null ? " generator" : ""; if (this.b == null) { - str = c.d.b.a.a.t(str, " identifier"); + str = c.d.b.a.a.u(str, " identifier"); } - if (this.f1331c == null) { - str = c.d.b.a.a.t(str, " startedAt"); + if (this.f1334c == null) { + str = c.d.b.a.a.u(str, " startedAt"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " crashed"); + str = c.d.b.a.a.u(str, " crashed"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " app"); + str = c.d.b.a.a.u(str, " app"); } if (this.k == null) { - str = c.d.b.a.a.t(str, " generatorType"); + str = c.d.b.a.a.u(str, " generatorType"); } if (str.isEmpty()) { - return new f(this.a, this.b, this.f1331c.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.f1334c.longValue(), this.d, this.e.booleanValue(), this.f, this.g, this.h, this.i, this.j, this.k.intValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } public v.d.b b(boolean z2) { @@ -86,7 +86,7 @@ public final class f extends v.d { public f(String str, String str2, long j, Long l, boolean z2, v.d.a aVar, v.d.f fVar, v.d.e eVar, v.d.c cVar, w wVar, int i, a aVar2) { this.a = str; this.b = str2; - this.f1330c = j; + this.f1333c = j; this.d = l; this.e = z2; this.f = aVar; @@ -140,7 +140,7 @@ public final class f extends v.d { return false; } v.d dVar = (v.d) obj; - return this.a.equals(dVar.e()) && this.b.equals(dVar.g()) && this.f1330c == 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.f1333c == 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.f1330c; + long j = this.f1333c; int hashCode = (((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003; Long l = this.d; int i = 0; @@ -181,7 +181,7 @@ public final class f extends v.d { @Override // c.i.c.m.d.m.v.d public long i() { - return this.f1330c; + return this.f1333c; } @Override // c.i.c.m.d.m.v.d @@ -201,27 +201,27 @@ public final class f extends v.d { } public String toString() { - StringBuilder N = c.d.b.a.a.N("Session{generator="); - N.append(this.a); - N.append(", identifier="); - N.append(this.b); - N.append(", startedAt="); - N.append(this.f1330c); - N.append(", endedAt="); - N.append(this.d); - N.append(", crashed="); - N.append(this.e); - N.append(", app="); - N.append(this.f); - N.append(", user="); - N.append(this.g); - N.append(", os="); - N.append(this.h); - N.append(", device="); - N.append(this.i); - N.append(", events="); - N.append(this.j); - N.append(", generatorType="); - return c.d.b.a.a.y(N, this.k, "}"); + StringBuilder P = c.d.b.a.a.P("Session{generator="); + P.append(this.a); + P.append(", identifier="); + P.append(this.b); + P.append(", startedAt="); + P.append(this.f1333c); + P.append(", endedAt="); + P.append(this.d); + P.append(", crashed="); + P.append(this.e); + P.append(", app="); + P.append(this.f); + P.append(", user="); + P.append(this.g); + P.append(", os="); + P.append(this.h); + P.append(", device="); + P.append(this.i); + P.append(", events="); + P.append(this.j); + P.append(", generatorType="); + return c.d.b.a.a.z(P, 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 67a38b8e54..7b6adaf4d8 100644 --- a/app/src/main/java/c/i/c/m/d/m/g.java +++ b/app/src/main/java/c/i/c/m/d/m/g.java @@ -9,7 +9,7 @@ public final class g extends v.d.a { public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1332c; + public final String f1335c; public final v.d.a.AbstractC0135a d = null; public final String e; public final String f; @@ -18,7 +18,7 @@ public final class g extends v.d.a { public g(String str, String str2, String str3, v.d.a.AbstractC0135a aVar, String str4, String str5, String str6, a aVar2) { this.a = str; this.b = str2; - this.f1332c = str3; + this.f1335c = 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.f1332c; + return this.f1335c; } @Override // c.i.c.m.d.m.v.d.a @@ -66,7 +66,7 @@ public final class g extends v.d.a { return false; } v.d.a aVar2 = (v.d.a) obj; - if (this.a.equals(aVar2.d()) && this.b.equals(aVar2.g()) && ((str = this.f1332c) != 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.f1335c) != null ? str.equals(aVar2.c()) : aVar2.c() == null) && ((aVar = this.d) != null ? aVar.equals(aVar2.f()) : aVar2.f() == null) && ((str2 = this.e) != null ? str2.equals(aVar2.e()) : aVar2.e() == null) && ((str3 = this.f) != null ? str3.equals(aVar2.a()) : aVar2.a() == null)) { String str4 = this.g; if (str4 == null) { if (aVar2.b() == null) { @@ -93,7 +93,7 @@ public final class g extends v.d.a { public int hashCode() { int hashCode = (((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003; - String str = this.f1332c; + String str = this.f1335c; int i = 0; int hashCode2 = (hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003; v.d.a.AbstractC0135a aVar = this.d; @@ -110,19 +110,19 @@ public final class g extends v.d.a { } public String toString() { - StringBuilder N = c.d.b.a.a.N("Application{identifier="); - N.append(this.a); - N.append(", version="); - N.append(this.b); - N.append(", displayVersion="); - N.append(this.f1332c); - N.append(", organization="); - N.append(this.d); - N.append(", installationUuid="); - N.append(this.e); - N.append(", developmentPlatform="); - N.append(this.f); - N.append(", developmentPlatformVersion="); - return c.d.b.a.a.F(N, this.g, "}"); + StringBuilder P = c.d.b.a.a.P("Application{identifier="); + P.append(this.a); + P.append(", version="); + P.append(this.b); + P.append(", displayVersion="); + P.append(this.f1335c); + P.append(", organization="); + P.append(this.d); + P.append(", installationUuid="); + P.append(this.e); + P.append(", developmentPlatform="); + P.append(this.f); + P.append(", developmentPlatformVersion="); + return c.d.b.a.a.H(P, this.g, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/i.java b/app/src/main/java/c/i/c/m/d/m/i.java index f7d479bfd7..540f0a019f 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 f1333c; + public final int f1336c; 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 f1334c; + public Integer f1337c; public Long d; public Long e; public Boolean f; @@ -33,40 +33,40 @@ public final class i extends v.d.c { public v.d.c a() { String str = this.a == null ? " arch" : ""; if (this.b == null) { - str = c.d.b.a.a.t(str, " model"); + str = c.d.b.a.a.u(str, " model"); } - if (this.f1334c == null) { - str = c.d.b.a.a.t(str, " cores"); + if (this.f1337c == null) { + str = c.d.b.a.a.u(str, " cores"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " ram"); + str = c.d.b.a.a.u(str, " ram"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " diskSpace"); + str = c.d.b.a.a.u(str, " diskSpace"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " simulator"); + str = c.d.b.a.a.u(str, " simulator"); } if (this.g == null) { - str = c.d.b.a.a.t(str, " state"); + str = c.d.b.a.a.u(str, " state"); } if (this.h == null) { - str = c.d.b.a.a.t(str, " manufacturer"); + str = c.d.b.a.a.u(str, " manufacturer"); } if (this.i == null) { - str = c.d.b.a.a.t(str, " modelClass"); + str = c.d.b.a.a.u(str, " modelClass"); } if (str.isEmpty()) { - return new i(this.a.intValue(), this.b, this.f1334c.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.f1337c.intValue(), this.d.longValue(), this.e.longValue(), this.f.booleanValue(), this.g.intValue(), this.h, this.i, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } } public i(int i, String str, int i2, long j, long j2, boolean z2, int i3, String str2, String str3, a aVar) { this.a = i; this.b = str; - this.f1333c = i2; + this.f1336c = 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.f1333c; + return this.f1336c; } @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.f1333c == 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.f1336c == 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.f1333c) * 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.f1336c) * 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 N = c.d.b.a.a.N("Device{arch="); - N.append(this.a); - N.append(", model="); - N.append(this.b); - N.append(", cores="); - N.append(this.f1333c); - N.append(", ram="); - N.append(this.d); - N.append(", diskSpace="); - N.append(this.e); - N.append(", simulator="); - N.append(this.f); - N.append(", state="); - N.append(this.g); - N.append(", manufacturer="); - N.append(this.h); - N.append(", modelClass="); - return c.d.b.a.a.F(N, this.i, "}"); + StringBuilder P = c.d.b.a.a.P("Device{arch="); + P.append(this.a); + P.append(", model="); + P.append(this.b); + P.append(", cores="); + P.append(this.f1336c); + P.append(", ram="); + P.append(this.d); + P.append(", diskSpace="); + P.append(this.e); + P.append(", simulator="); + P.append(this.f); + P.append(", state="); + P.append(this.g); + P.append(", manufacturer="); + P.append(this.h); + P.append(", modelClass="); + return c.d.b.a.a.H(P, 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 ae3009a9df..70ce8970ae 100644 --- a/app/src/main/java/c/i/c/m/d/m/j.java +++ b/app/src/main/java/c/i/c/m/d/m/j.java @@ -9,14 +9,14 @@ public final class j extends v.d.AbstractC0136d { public final String b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0136d.a f1335c; + public final v.d.AbstractC0136d.a f1338c; public final v.d.AbstractC0136d.b d; public final v.d.AbstractC0136d.c e; 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.f1335c = aVar; + this.f1338c = aVar; this.d = bVar; this.e = cVar; } @@ -24,7 +24,7 @@ public final class j extends v.d.AbstractC0136d { @Override // c.i.c.m.d.m.v.d.AbstractC0136d @NonNull public v.d.AbstractC0136d.a a() { - return this.f1335c; + return this.f1338c; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d @@ -58,7 +58,7 @@ public final class j extends v.d.AbstractC0136d { return false; } v.d.AbstractC0136d dVar = (v.d.AbstractC0136d) obj; - if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1335c.equals(dVar.a()) && this.d.equals(dVar.b())) { + if (this.a == dVar.d() && this.b.equals(dVar.e()) && this.f1338c.equals(dVar.a()) && this.d.equals(dVar.b())) { v.d.AbstractC0136d.c cVar = this.e; if (cVar == null) { if (dVar.c() == null) { @@ -73,23 +73,23 @@ public final class j extends v.d.AbstractC0136d { public int hashCode() { long j = this.a; - int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1335c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; + int hashCode = (((((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1338c.hashCode()) * 1000003) ^ this.d.hashCode()) * 1000003; v.d.AbstractC0136d.c cVar = this.e; return (cVar == null ? 0 : cVar.hashCode()) ^ hashCode; } public String toString() { - StringBuilder N = c.d.b.a.a.N("Event{timestamp="); - N.append(this.a); - N.append(", type="); - N.append(this.b); - N.append(", app="); - N.append(this.f1335c); - N.append(", device="); - N.append(this.d); - N.append(", log="); - N.append(this.e); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("Event{timestamp="); + P.append(this.a); + P.append(", type="); + P.append(this.b); + P.append(", app="); + P.append(this.f1338c); + P.append(", device="); + P.append(this.d); + P.append(", log="); + P.append(this.e); + P.append("}"); + return P.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 53d34ceee8..5d8694c00e 100644 --- a/app/src/main/java/c/i/c/m/d/m/k.java +++ b/app/src/main/java/c/i/c/m/d/m/k.java @@ -9,7 +9,7 @@ public final class k extends v.d.AbstractC0136d.a { public final w b; /* renamed from: c reason: collision with root package name */ - public final Boolean f1336c; + public final Boolean f1339c; public final int d; /* compiled from: AutoValue_CrashlyticsReport_Session_Event_Application */ @@ -18,7 +18,7 @@ public final class k extends v.d.AbstractC0136d.a { public w b; /* renamed from: c reason: collision with root package name */ - public Boolean f1337c; + public Boolean f1340c; public Integer d; public b() { @@ -28,33 +28,33 @@ public final class k extends v.d.AbstractC0136d.a { k kVar = (k) aVar; this.a = kVar.a; this.b = kVar.b; - this.f1337c = kVar.f1336c; + this.f1340c = kVar.f1339c; this.d = Integer.valueOf(kVar.d); } public v.d.AbstractC0136d.a a() { String str = this.a == null ? " execution" : ""; if (this.d == null) { - str = c.d.b.a.a.t(str, " uiOrientation"); + str = c.d.b.a.a.u(str, " uiOrientation"); } if (str.isEmpty()) { - return new k(this.a, this.b, this.f1337c, this.d.intValue(), null); + return new k(this.a, this.b, this.f1340c, this.d.intValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } } public k(v.d.AbstractC0136d.a.b bVar, w wVar, Boolean bool, int i, a aVar) { this.a = bVar; this.b = wVar; - this.f1336c = bool; + this.f1339c = bool; this.d = i; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a @Nullable public Boolean a() { - return this.f1336c; + return this.f1339c; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a @@ -88,7 +88,7 @@ public final class k extends v.d.AbstractC0136d.a { return false; } 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.f1336c) != null ? bool.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.d(); + return this.a.equals(aVar.c()) && ((wVar = this.b) != null ? wVar.equals(aVar.b()) : aVar.b() == null) && ((bool = this.f1339c) != 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.AbstractC0136d.a { w wVar = this.b; int i = 0; int hashCode2 = (hashCode ^ (wVar == null ? 0 : wVar.hashCode())) * 1000003; - Boolean bool = this.f1336c; + Boolean bool = this.f1339c; if (bool != null) { i = bool.hashCode(); } @@ -104,13 +104,13 @@ public final class k extends v.d.AbstractC0136d.a { } public String toString() { - StringBuilder N = c.d.b.a.a.N("Application{execution="); - N.append(this.a); - N.append(", customAttributes="); - N.append(this.b); - N.append(", background="); - N.append(this.f1336c); - N.append(", uiOrientation="); - return c.d.b.a.a.y(N, this.d, "}"); + StringBuilder P = c.d.b.a.a.P("Application{execution="); + P.append(this.a); + P.append(", customAttributes="); + P.append(this.b); + P.append(", background="); + P.append(this.f1339c); + P.append(", uiOrientation="); + return c.d.b.a.a.z(P, 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 9379f7abbc..9c1e3dfe34 100644 --- a/app/src/main/java/c/i/c/m/d/m/l.java +++ b/app/src/main/java/c/i/c/m/d/m/l.java @@ -8,13 +8,13 @@ public final class l extends v.d.AbstractC0136d.a.b { public final v.d.AbstractC0136d.a.b.AbstractC0139b b; /* renamed from: c reason: collision with root package name */ - public final v.d.AbstractC0136d.a.b.c f1338c; + public final v.d.AbstractC0136d.a.b.c f1341c; public final w d; 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.f1338c = cVar; + this.f1341c = cVar; this.d = wVar2; } @@ -33,7 +33,7 @@ public final class l extends v.d.AbstractC0136d.a.b { @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b @NonNull public v.d.AbstractC0136d.a.b.c c() { - return this.f1338c; + return this.f1341c; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b @@ -50,23 +50,23 @@ public final class l extends v.d.AbstractC0136d.a.b { return false; } v.d.AbstractC0136d.a.b bVar = (v.d.AbstractC0136d.a.b) obj; - return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1338c.equals(bVar.c()) && this.d.equals(bVar.a()); + return this.a.equals(bVar.d()) && this.b.equals(bVar.b()) && this.f1341c.equals(bVar.c()) && this.d.equals(bVar.a()); } public int hashCode() { - return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1338c.hashCode()) * 1000003) ^ this.d.hashCode(); + return ((((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1341c.hashCode()) * 1000003) ^ this.d.hashCode(); } public String toString() { - StringBuilder N = c.d.b.a.a.N("Execution{threads="); - N.append(this.a); - N.append(", exception="); - N.append(this.b); - N.append(", signal="); - N.append(this.f1338c); - N.append(", binaries="); - N.append(this.d); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("Execution{threads="); + P.append(this.a); + P.append(", exception="); + P.append(this.b); + P.append(", signal="); + P.append(this.f1341c); + P.append(", binaries="); + P.append(this.d); + P.append("}"); + return P.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 b1e121353f..30413f8cfc 100644 --- a/app/src/main/java/c/i/c/m/d/m/m.java +++ b/app/src/main/java/c/i/c/m/d/m/m.java @@ -9,13 +9,13 @@ public final class m extends v.d.AbstractC0136d.a.b.AbstractC0138a { public final long b; /* renamed from: c reason: collision with root package name */ - public final String f1339c; + public final String f1342c; public final String d; public m(long j, long j2, String str, String str2, a aVar) { this.a = j; this.b = j2; - this.f1339c = str; + this.f1342c = str; this.d = str2; } @@ -28,7 +28,7 @@ public final class m extends v.d.AbstractC0136d.a.b.AbstractC0138a { @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0138a @NonNull public String b() { - return this.f1339c; + return this.f1342c; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0138a @@ -50,7 +50,7 @@ public final class m extends v.d.AbstractC0136d.a.b.AbstractC0138a { return false; } v.d.AbstractC0136d.a.b.AbstractC0138a aVar = (v.d.AbstractC0136d.a.b.AbstractC0138a) obj; - if (this.a == aVar.a() && this.b == aVar.c() && this.f1339c.equals(aVar.b())) { + if (this.a == aVar.a() && this.b == aVar.c() && this.f1342c.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.AbstractC0136d.a.b.AbstractC0138a { 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.f1339c.hashCode()) * 1000003; + int hashCode = (((((((int) (j ^ (j >>> 32))) ^ 1000003) * 1000003) ^ ((int) ((j2 >>> 32) ^ j2))) * 1000003) ^ this.f1342c.hashCode()) * 1000003; String str = this.d; return (str == null ? 0 : str.hashCode()) ^ hashCode; } public String toString() { - StringBuilder N = c.d.b.a.a.N("BinaryImage{baseAddress="); - N.append(this.a); - N.append(", size="); - N.append(this.b); - N.append(", name="); - N.append(this.f1339c); - N.append(", uuid="); - return c.d.b.a.a.F(N, this.d, "}"); + StringBuilder P = c.d.b.a.a.P("BinaryImage{baseAddress="); + P.append(this.a); + P.append(", size="); + P.append(this.b); + P.append(", name="); + P.append(this.f1342c); + P.append(", uuid="); + return c.d.b.a.a.H(P, 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 d55e5ddd3d..11726bbfec 100644 --- a/app/src/main/java/c/i/c/m/d/m/n.java +++ b/app/src/main/java/c/i/c/m/d/m/n.java @@ -9,14 +9,14 @@ public final class n extends v.d.AbstractC0136d.a.b.AbstractC0139b { public final String b; /* renamed from: c reason: collision with root package name */ - public final w f1340c; + public final w f1343c; public final v.d.AbstractC0136d.a.b.AbstractC0139b d; public final int e; 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.f1340c = wVar; + this.f1343c = wVar; this.d = bVar; this.e = i; } @@ -30,7 +30,7 @@ public final class n extends v.d.AbstractC0136d.a.b.AbstractC0139b { @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0139b @NonNull public w b() { - return this.f1340c; + return this.f1343c; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0139b @@ -60,14 +60,14 @@ public final class n extends v.d.AbstractC0136d.a.b.AbstractC0139b { return false; } 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.f1340c.equals(bVar2.b()) && ((bVar = this.d) != null ? bVar.equals(bVar2.a()) : bVar2.a() == null) && this.e == bVar2.c(); + return this.a.equals(bVar2.e()) && ((str = this.b) != null ? str.equals(bVar2.d()) : bVar2.d() == null) && this.f1343c.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.f1340c.hashCode()) * 1000003; + int hashCode2 = (((hashCode ^ (str == null ? 0 : str.hashCode())) * 1000003) ^ this.f1343c.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.AbstractC0136d.a.b.AbstractC0139b { } public String toString() { - StringBuilder N = c.d.b.a.a.N("Exception{type="); - N.append(this.a); - N.append(", reason="); - N.append(this.b); - N.append(", frames="); - N.append(this.f1340c); - N.append(", causedBy="); - N.append(this.d); - N.append(", overflowCount="); - return c.d.b.a.a.y(N, this.e, "}"); + StringBuilder P = c.d.b.a.a.P("Exception{type="); + P.append(this.a); + P.append(", reason="); + P.append(this.b); + P.append(", frames="); + P.append(this.f1343c); + P.append(", causedBy="); + P.append(this.d); + P.append(", overflowCount="); + return c.d.b.a.a.z(P, 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 dca43fa066..f710e986c9 100644 --- a/app/src/main/java/c/i/c/m/d/m/o.java +++ b/app/src/main/java/c/i/c/m/d/m/o.java @@ -8,18 +8,18 @@ public final class o extends v.d.AbstractC0136d.a.b.c { public final String b; /* renamed from: c reason: collision with root package name */ - public final long f1341c; + public final long f1344c; public o(String str, String str2, long j, a aVar) { this.a = str; this.b = str2; - this.f1341c = j; + this.f1344c = j; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.c @NonNull public long a() { - return this.f1341c; + return this.f1344c; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.c @@ -42,20 +42,20 @@ public final class o extends v.d.AbstractC0136d.a.b.c { return false; } 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.f1341c == cVar.a(); + return this.a.equals(cVar.c()) && this.b.equals(cVar.b()) && this.f1344c == cVar.a(); } public int hashCode() { - long j = this.f1341c; + long j = this.f1344c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ ((int) (j ^ (j >>> 32))); } public String toString() { - StringBuilder N = c.d.b.a.a.N("Signal{name="); - N.append(this.a); - N.append(", code="); - N.append(this.b); - N.append(", address="); - return c.d.b.a.a.z(N, this.f1341c, "}"); + StringBuilder P = c.d.b.a.a.P("Signal{name="); + P.append(this.a); + P.append(", code="); + P.append(this.b); + P.append(", address="); + return c.d.b.a.a.A(P, this.f1344c, "}"); } } 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 20e82a5bbf..7ed0505c2e 100644 --- a/app/src/main/java/c/i/c/m/d/m/p.java +++ b/app/src/main/java/c/i/c/m/d/m/p.java @@ -8,18 +8,18 @@ public final class p extends v.d.AbstractC0136d.a.b.AbstractC0140d { public final int b; /* renamed from: c reason: collision with root package name */ - public final w f1342c; + public final w f1345c; public p(String str, int i, w wVar, a aVar) { this.a = str; this.b = i; - this.f1342c = wVar; + this.f1345c = wVar; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d @NonNull public w a() { - return this.f1342c; + return this.f1345c; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d @@ -41,21 +41,21 @@ public final class p extends v.d.AbstractC0136d.a.b.AbstractC0140d { return false; } 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.f1342c.equals(dVar.a()); + return this.a.equals(dVar.c()) && this.b == dVar.b() && this.f1345c.equals(dVar.a()); } public int hashCode() { - return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1342c.hashCode(); + return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ this.b) * 1000003) ^ this.f1345c.hashCode(); } public String toString() { - StringBuilder N = c.d.b.a.a.N("Thread{name="); - N.append(this.a); - N.append(", importance="); - N.append(this.b); - N.append(", frames="); - N.append(this.f1342c); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("Thread{name="); + P.append(this.a); + P.append(", importance="); + P.append(this.b); + P.append(", frames="); + P.append(this.f1345c); + P.append("}"); + return P.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 da370384d4..0869faf33b 100644 --- a/app/src/main/java/c/i/c/m/d/m/q.java +++ b/app/src/main/java/c/i/c/m/d/m/q.java @@ -9,7 +9,7 @@ public final class q extends v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141 public final String b; /* renamed from: c reason: collision with root package name */ - public final String f1343c; + public final String f1346c; public final long d; public final int e; @@ -19,32 +19,32 @@ public final class q extends v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141 public String b; /* renamed from: c reason: collision with root package name */ - public String f1344c; + public String f1347c; public Long d; public Integer e; 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.t(str, " symbol"); + str = c.d.b.a.a.u(str, " symbol"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " offset"); + str = c.d.b.a.a.u(str, " offset"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " importance"); + str = c.d.b.a.a.u(str, " importance"); } if (str.isEmpty()) { - return new q(this.a.longValue(), this.b, this.f1344c, this.d.longValue(), this.e.intValue(), null); + return new q(this.a.longValue(), this.b, this.f1347c, this.d.longValue(), this.e.intValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } } public q(long j, String str, String str2, long j2, int i, a aVar) { this.a = j; this.b = str; - this.f1343c = str2; + this.f1346c = str2; this.d = j2; this.e = i; } @@ -52,7 +52,7 @@ public final class q extends v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141 @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a @Nullable public String a() { - return this.f1343c; + return this.f1346c; } @Override // c.i.c.m.d.m.v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141a @@ -85,28 +85,28 @@ public final class q extends v.d.AbstractC0136d.a.b.AbstractC0140d.AbstractC0141 return false; } 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.f1343c) != null ? str.equals(aVar.a()) : aVar.a() == null) && this.d == aVar.c() && this.e == aVar.b(); + return this.a == aVar.d() && this.b.equals(aVar.e()) && ((str = this.f1346c) != 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.f1343c; + String str = this.f1346c; 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 N = c.d.b.a.a.N("Frame{pc="); - N.append(this.a); - N.append(", symbol="); - N.append(this.b); - N.append(", file="); - N.append(this.f1343c); - N.append(", offset="); - N.append(this.d); - N.append(", importance="); - return c.d.b.a.a.y(N, this.e, "}"); + StringBuilder P = c.d.b.a.a.P("Frame{pc="); + P.append(this.a); + P.append(", symbol="); + P.append(this.b); + P.append(", file="); + P.append(this.f1346c); + P.append(", offset="); + P.append(this.d); + P.append(", importance="); + return c.d.b.a.a.z(P, 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 4a1836322a..08d9b65bda 100644 --- a/app/src/main/java/c/i/c/m/d/m/r.java +++ b/app/src/main/java/c/i/c/m/d/m/r.java @@ -8,7 +8,7 @@ public final class r extends v.d.AbstractC0136d.b { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1345c; + public final boolean f1348c; public final int d; public final long e; public final long f; @@ -19,36 +19,36 @@ public final class r extends v.d.AbstractC0136d.b { public Integer b; /* renamed from: c reason: collision with root package name */ - public Boolean f1346c; + public Boolean f1349c; public Integer d; public Long e; public Long f; public v.d.AbstractC0136d.b a() { String str = this.b == null ? " batteryVelocity" : ""; - if (this.f1346c == null) { - str = c.d.b.a.a.t(str, " proximityOn"); + if (this.f1349c == null) { + str = c.d.b.a.a.u(str, " proximityOn"); } if (this.d == null) { - str = c.d.b.a.a.t(str, " orientation"); + str = c.d.b.a.a.u(str, " orientation"); } if (this.e == null) { - str = c.d.b.a.a.t(str, " ramUsed"); + str = c.d.b.a.a.u(str, " ramUsed"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " diskUsed"); + str = c.d.b.a.a.u(str, " diskUsed"); } if (str.isEmpty()) { - return new r(this.a, this.b.intValue(), this.f1346c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); + return new r(this.a, this.b.intValue(), this.f1349c.booleanValue(), this.d.intValue(), this.e.longValue(), this.f.longValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } } public r(Double d, int i, boolean z2, int i2, long j, long j2, a aVar) { this.a = d; this.b = i; - this.f1345c = z2; + this.f1348c = z2; this.d = i2; this.e = j; this.f = j2; @@ -90,7 +90,7 @@ public final class r extends v.d.AbstractC0136d.b { 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.f1345c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { + if (this.b == bVar.b() && this.f1348c == bVar.f() && this.d == bVar.d() && this.e == bVar.e() && this.f == bVar.c()) { return true; } } @@ -99,30 +99,30 @@ public final class r extends v.d.AbstractC0136d.b { @Override // c.i.c.m.d.m.v.d.AbstractC0136d.b public boolean f() { - return this.f1345c; + return this.f1348c; } public int hashCode() { Double d = this.a; int hashCode = ((((d == null ? 0 : d.hashCode()) ^ 1000003) * 1000003) ^ this.b) * 1000003; - int i = this.f1345c ? 1231 : 1237; + int i = this.f1348c ? 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 N = c.d.b.a.a.N("Device{batteryLevel="); - N.append(this.a); - N.append(", batteryVelocity="); - N.append(this.b); - N.append(", proximityOn="); - N.append(this.f1345c); - N.append(", orientation="); - N.append(this.d); - N.append(", ramUsed="); - N.append(this.e); - N.append(", diskUsed="); - return c.d.b.a.a.z(N, this.f, "}"); + StringBuilder P = c.d.b.a.a.P("Device{batteryLevel="); + P.append(this.a); + P.append(", batteryVelocity="); + P.append(this.b); + P.append(", proximityOn="); + P.append(this.f1348c); + P.append(", orientation="); + P.append(this.d); + P.append(", ramUsed="); + P.append(this.e); + P.append(", diskUsed="); + return c.d.b.a.a.A(P, 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 4c12a5a417..ac183fbddf 100644 --- a/app/src/main/java/c/i/c/m/d/m/s.java +++ b/app/src/main/java/c/i/c/m/d/m/s.java @@ -31,6 +31,6 @@ public final class s extends v.d.AbstractC0136d.c { } public String toString() { - return c.d.b.a.a.F(c.d.b.a.a.N("Log{content="), this.a, "}"); + return c.d.b.a.a.H(c.d.b.a.a.P("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 2499446a5e..4c069bf88c 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 f1347c; + public final String f1350c; public final boolean d; public t(int i, String str, String str2, boolean z2, a aVar) { this.a = i; this.b = str; - this.f1347c = str2; + this.f1350c = str2; this.d = z2; } @Override // c.i.c.m.d.m.v.d.e @NonNull public String a() { - return this.f1347c; + return this.f1350c; } @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.f1347c.equals(eVar.a()) && this.d == eVar.d(); + return this.a == eVar.b() && this.b.equals(eVar.c()) && this.f1350c.equals(eVar.a()) && this.d == eVar.d(); } public int hashCode() { - return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1347c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); + return ((((((this.a ^ 1000003) * 1000003) ^ this.b.hashCode()) * 1000003) ^ this.f1350c.hashCode()) * 1000003) ^ (this.d ? 1231 : 1237); } public String toString() { - StringBuilder N = c.d.b.a.a.N("OperatingSystem{platform="); - N.append(this.a); - N.append(", version="); - N.append(this.b); - N.append(", buildVersion="); - N.append(this.f1347c); - N.append(", jailbroken="); - return c.d.b.a.a.J(N, this.d, "}"); + StringBuilder P = c.d.b.a.a.P("OperatingSystem{platform="); + P.append(this.a); + P.append(", version="); + P.append(this.b); + P.append(", buildVersion="); + P.append(this.f1350c); + P.append(", jailbroken="); + return c.d.b.a.a.L(P, 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 b81f8158ac..9e0ce58712 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.F(c.d.b.a.a.N("User{identifier="), this.a, "}"); + return c.d.b.a.a.H(c.d.b.a.a.P("User{identifier="), this.a, "}"); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/b.java b/app/src/main/java/c/i/c/m/d/m/x/b.java index 212a4527e3..42b0e009bd 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/b.java +++ b/app/src/main/java/c/i/c/m/d/m/x/b.java @@ -32,11 +32,11 @@ public final /* synthetic */ class b implements h.a { jsonReader.endObject(); String str2 = str == null ? " filename" : ""; if (bArr == null) { - str2 = c.d.b.a.a.t(str2, " contents"); + str2 = c.d.b.a.a.u(str2, " contents"); } if (str2.isEmpty()) { return new e(str, bArr, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str2)); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/c.java b/app/src/main/java/c/i/c/m/d/m/x/c.java index dbe0d345c3..dc86f5835b 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/c.java +++ b/app/src/main/java/c/i/c/m/d/m/x/c.java @@ -30,11 +30,11 @@ public final /* synthetic */ class c implements h.a { jsonReader.endObject(); String str3 = str == null ? " key" : ""; if (str2 == null) { - str3 = c.d.b.a.a.t(str3, " value"); + str3 = c.d.b.a.a.u(str3, " value"); } if (str3.isEmpty()) { return new c.i.c.m.d.m.c(str, str2, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str3)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str3)); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/d.java b/app/src/main/java/c/i/c/m/d/m/x/d.java index 65fb5ed9d0..d52f1384ac 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/d.java +++ b/app/src/main/java/c/i/c/m/d/m/x/d.java @@ -62,14 +62,14 @@ public final /* synthetic */ class d implements h.a { jsonReader.endObject(); String str2 = str == null ? " name" : ""; if (num == null) { - str2 = c.d.b.a.a.t(str2, " importance"); + str2 = c.d.b.a.a.u(str2, " importance"); } if (wVar == null) { - str2 = c.d.b.a.a.t(str2, " frames"); + str2 = c.d.b.a.a.u(str2, " frames"); } if (str2.isEmpty()) { return new p(str, num.intValue(), wVar, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str2)); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/e.java b/app/src/main/java/c/i/c/m/d/m/x/e.java index 9823c30cdf..99361d4379 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/e.java +++ b/app/src/main/java/c/i/c/m/d/m/x/e.java @@ -73,14 +73,14 @@ public final /* synthetic */ class e implements h.a { jsonReader.endObject(); String str3 = l == null ? " baseAddress" : ""; if (l2 == null) { - str3 = c.d.b.a.a.t(str3, " size"); + str3 = c.d.b.a.a.u(str3, " size"); } if (str == null) { - str3 = c.d.b.a.a.t(str3, " name"); + str3 = c.d.b.a.a.u(str3, " name"); } if (str3.isEmpty()) { return new m(l.longValue(), l2.longValue(), str, str2, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str3)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str3)); } } diff --git a/app/src/main/java/c/i/c/m/d/m/x/h.java b/app/src/main/java/c/i/c/m/d/m/x/h.java index a7143cf740..c046041e7e 100644 --- a/app/src/main/java/c/i/c/m/d/m/x/h.java +++ b/app/src/main/java/c/i/c/m/d/m/x/h.java @@ -191,7 +191,7 @@ public class h { } else if (c3 != 5) { jsonReader.skipValue(); } else { - bVar2.f1346c = Boolean.valueOf(jsonReader.nextBoolean()); + bVar2.f1349c = Boolean.valueOf(jsonReader.nextBoolean()); } } jsonReader.endObject(); @@ -329,15 +329,15 @@ public class h { jsonReader.endObject(); String str5 = str3 == null ? " name" : str2; if (str4 == null) { - str5 = c.d.b.a.a.t(str5, " code"); + str5 = c.d.b.a.a.u(str5, " code"); } if (l2 == null) { - str5 = c.d.b.a.a.t(str5, " address"); + str5 = c.d.b.a.a.u(str5, " address"); } if (str5.isEmpty()) { oVar = new o(str3, str4, l2.longValue(), null); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str5)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str5)); } } else if (c5 == 2) { wVar2 = a(jsonReader, e.a); @@ -351,18 +351,18 @@ public class h { jsonReader.endObject(); String str6 = wVar3 == null ? " threads" : str2; if (bVar3 == null) { - str6 = c.d.b.a.a.t(str6, " exception"); + str6 = c.d.b.a.a.u(str6, " exception"); } if (oVar == null) { - str6 = c.d.b.a.a.t(str6, " signal"); + str6 = c.d.b.a.a.u(str6, " signal"); } if (wVar2 == null) { - str6 = c.d.b.a.a.t(str6, " binaries"); + str6 = c.d.b.a.a.u(str6, " binaries"); } if (str6.isEmpty()) { lVar = new l(wVar3, bVar3, oVar, wVar2, null); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str6)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str6)); } } else if (c4 == 2) { wVar = a(jsonReader, c.a); @@ -377,12 +377,12 @@ public class h { str2 = " execution"; } if (num == 0) { - str2 = c.d.b.a.a.t(str2, " uiOrientation"); + str2 = c.d.b.a.a.u(str2, " uiOrientation"); } if (str2.isEmpty()) { kVar = new k(lVar, wVar, bool, num.intValue(), null); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str2)); } } } @@ -406,7 +406,7 @@ public class h { if (str2.isEmpty()) { sVar = new s(str7, num); } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str2)); } } else if (c2 == 3) { String nextString3 = jsonReader.nextString(); @@ -424,18 +424,18 @@ public class h { str2 = " timestamp"; } if (str == null) { - str2 = c.d.b.a.a.t(str2, " type"); + str2 = c.d.b.a.a.u(str2, " type"); } if (kVar == null) { - str2 = c.d.b.a.a.t(str2, " app"); + str2 = c.d.b.a.a.u(str2, " app"); } if (bVar == null) { - str2 = c.d.b.a.a.t(str2, " device"); + str2 = c.d.b.a.a.u(str2, " device"); } if (str2.isEmpty()) { return new j(l.longValue(), str, kVar, bVar, sVar, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str2)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str2)); } } } @@ -510,15 +510,15 @@ public class h { jsonReader.endObject(); String str3 = str == null ? " type" : ""; if (wVar == null) { - str3 = c.d.b.a.a.t(str3, " frames"); + str3 = c.d.b.a.a.u(str3, " frames"); } if (num == null) { - str3 = c.d.b.a.a.t(str3, " overflowCount"); + str3 = c.d.b.a.a.u(str3, " overflowCount"); } if (str3.isEmpty()) { return new n(str, str2, wVar, bVar, num.intValue(), null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str3)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str3)); } @NonNull @@ -574,7 +574,7 @@ public class h { bVar.a = Long.valueOf(jsonReader.nextLong()); break; case 3: - bVar.f1344c = jsonReader.nextString(); + bVar.f1347c = jsonReader.nextString(); break; case 4: bVar.e = Integer.valueOf(jsonReader.nextInt()); @@ -688,7 +688,7 @@ public class h { bVar.h = new c.i.c.m.d.m.d(wVar, str4, null); break; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str5)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str5)); } case 1: String nextString = jsonReader.nextString(); @@ -711,7 +711,7 @@ public class h { bVar.d = nextString4; break; case 5: - bVar.f1329c = Integer.valueOf(jsonReader.nextInt()); + bVar.f1332c = 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.f1331c = Long.valueOf(jsonReader.nextLong()); + bVar2.f1334c = 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.f1334c = Integer.valueOf(jsonReader.nextInt()); + bVar3.f1337c = Integer.valueOf(jsonReader.nextInt()); break; case 6: String nextString7 = jsonReader.nextString(); @@ -1003,19 +1003,19 @@ public class h { jsonReader.endObject(); String str8 = num == null ? " platform" : str; if (str6 == null) { - str8 = c.d.b.a.a.t(str8, " version"); + str8 = c.d.b.a.a.u(str8, " version"); } if (str7 == null) { - str8 = c.d.b.a.a.t(str8, " buildVersion"); + str8 = c.d.b.a.a.u(str8, " buildVersion"); } if (bool == null) { - str8 = c.d.b.a.a.t(str8, " jailbroken"); + str8 = c.d.b.a.a.u(str8, " jailbroken"); } if (str8.isEmpty()) { bVar2.h = new t(num.intValue(), str6, str7, bool.booleanValue(), null); break; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str8)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str8)); } case 6: jsonReader.beginObject(); @@ -1110,13 +1110,13 @@ public class h { jsonReader.endObject(); String str15 = str9 == null ? " identifier" : str; if (str10 == null) { - str15 = c.d.b.a.a.t(str15, " version"); + str15 = c.d.b.a.a.u(str15, " version"); } if (str15.isEmpty()) { bVar2.f = new g(str9, str10, str11, null, str12, str13, str14, null); break; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str15)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str15)); } case 7: jsonReader.beginObject(); @@ -1138,7 +1138,7 @@ public class h { str = str3; break; } else { - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str17)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str17)); } case '\b': String nextString13 = jsonReader.nextString(); diff --git a/app/src/main/java/c/i/c/m/d/n/a.java b/app/src/main/java/c/i/c/m/d/n/a.java index 41f68e8f8f..c148e1d261 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 @@ -26,7 +26,7 @@ public class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final String f1348c; + public final String f1351c; public final Map d; public final Map e; public MultipartBody.a f = null; @@ -42,7 +42,7 @@ public class a { /* JADX WARN: Incorrect types in method signature: (Ljava/lang/Object;Ljava/lang/String;Ljava/util/Map;)V */ public a(int i, String str, Map map) { this.b = i; - this.f1348c = str; + this.f1351c = str; this.d = map; this.e = new HashMap(); } @@ -58,7 +58,7 @@ public class a { } else { aVar.b("Cache-Control", dVar2); } - String str = this.f1348c; + String str = this.f1351c; 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.f2934c; + MediaType.a aVar = MediaType.f2937c; 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 98fa345c19..3aa7dd69ab 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 f1349c; + public Headers f1352c; public c(int i, String str, Headers headers) { this.a = i; this.b = str; - this.f1349c = headers; + this.f1352c = 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 eaba335b86..7553463d8c 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 f1350c = new h(); + public static final h f1353c = 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 1907ee09b2..176528524b 100644 --- a/app/src/main/java/c/i/c/m/d/p/b.java +++ b/app/src/main/java/c/i/c/m/d/p/b.java @@ -21,12 +21,12 @@ public class b extends FileOutputStream { } public b(File file, String str) throws FileNotFoundException { - super(new File(file, c.d.b.a.a.t(str, ".cls_temp"))); + super(new File(file, c.d.b.a.a.u(str, ".cls_temp"))); StringBuilder sb = new StringBuilder(); sb.append(file); - String F = c.d.b.a.a.F(sb, File.separator, str); - this.j = F; - this.k = new File(c.d.b.a.a.t(F, ".cls_temp")); + String H = c.d.b.a.a.H(sb, File.separator, str); + this.j = H; + this.k = new File(c.d.b.a.a.u(H, ".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 6148b12da3..5e01fe362f 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.f1360c) { + for (StackTraceElement stackTraceElement : eVar.f1363c) { 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.f1360c) { + for (StackTraceElement stackTraceElement : eVar.f1363c) { 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 bde895020a..801df03371 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 f1351c; + public final String f1354c; public final String d; public final int e; public final a f; @@ -59,10 +59,10 @@ public class b { public final void b(List list, boolean z2) { c.i.c.m.d.b bVar = c.i.c.m.d.b.a; - StringBuilder N = c.d.b.a.a.N("Starting report processing in "); - N.append(this.k); - N.append(" second(s)..."); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Starting report processing in "); + P.append(this.k); + P.append(" second(s)..."); + bVar.b(P.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 N2 = c.d.b.a.a.N("Attempting to send "); - N2.append(list.size()); - N2.append(" report(s)"); - bVar2.b(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Attempting to send "); + P2.append(list.size()); + P2.append(" report(s)"); + bVar2.b(P2.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.f1351c = str; + this.f1354c = 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.f1351c, this.d, cVar); + c.i.c.m.d.q.c.a aVar = new c.i.c.m.d.q.c.a(this.f1354c, 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 c4bc4b95a6..49084866e5 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 f1352c; + public final c f1355c; public a(@Nullable String str, String str2, c cVar) { this.a = str; this.b = str2; - this.f1352c = cVar; + this.f1355c = 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 0eb6258d06..9b80dc81ff 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 N = a.N("Removing native report file at "); - N.append(file.getPath()); - bVar.b(N.toString()); + StringBuilder P = a.P("Removing native report file at "); + P.append(file.getPath()); + bVar.b(P.toString()); file.delete(); } c.i.c.m.d.b bVar2 = c.i.c.m.d.b.a; - StringBuilder N2 = a.N("Removing native report directory at "); - N2.append(this.a); - bVar2.b(N2.toString()); + StringBuilder P2 = a.P("Removing native report directory at "); + P2.append(this.a); + bVar2.b(P2.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 aabb30404f..a9ef1b9cbf 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 f1353c; + public final Map f1356c; public d(File file, Map map) { this.a = file; this.b = new File[]{file}; - this.f1353c = new HashMap(map); + this.f1356c = 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.f1353c); + return Collections.unmodifiableMap(this.f1356c); } @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 N = a.N("Removing report at "); - N.append(this.a.getPath()); - bVar.b(N.toString()); + StringBuilder P = a.P("Removing report at "); + P.append(this.a.getPath()); + bVar.b(P.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 6f595899b4..ce472c1bfa 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.f1352c.d()); + int h = b.h(aVar.f1355c.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 20bbf0b4da..5a7bfbf5bc 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.f1352c.b().entrySet()) { + for (Map.Entry entry : aVar.f1355c.b().entrySet()) { b.e.put(entry.getKey(), entry.getValue()); } - c.i.c.m.d.q.c.c cVar = aVar.f1352c; + c.i.c.m.d.q.c.c cVar = aVar.f1355c; 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 N = c.d.b.a.a.N("Adding single file "); - N.append(cVar.f()); - N.append(" to report "); - N.append(cVar.a()); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Adding single file "); + P.append(cVar.f()); + P.append(" to report "); + P.append(cVar.a()); + bVar.b(P.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 N2 = c.d.b.a.a.N("Adding file "); - N2.append(file.getName()); - N2.append(" to report "); - N2.append(cVar.a()); - bVar2.b(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Adding file "); + P2.append(file.getName()); + P2.append(" to report "); + P2.append(cVar.a()); + bVar2.b(P2.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 N3 = c.d.b.a.a.N("Sending report to: "); - N3.append(this.b); - bVar3.b(N3.toString()); + StringBuilder P3 = c.d.b.a.a.P("Sending report to: "); + P3.append(this.b); + bVar3.b(P3.toString()); try { c.i.c.m.d.n.c a = b.a(); int i2 = a.a; - bVar3.b("Create report request ID: " + a.f1349c.c("X-REQUEST-ID")); + bVar3.b("Create report request ID: " + a.f1352c.c("X-REQUEST-ID")); bVar3.b("Result was: " + i2); return c.i.a.f.e.o.c.f0(i2) == 0; } catch (IOException e2) { diff --git a/app/src/main/java/c/i/c/m/d/q/d/d.java b/app/src/main/java/c/i/c/m/d/q/d/d.java index f922bc5230..4b64d90ee0 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.f1352c; + c cVar = aVar.f1355c; 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 N = c.d.b.a.a.N("Sending report to: "); - N.append(this.b); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Sending report to: "); + P.append(this.b); + bVar.b(P.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 a4cf9d3a91..3e3ce70559 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 f1354c = a("AzSBpY4F0rHiHFdinTvM", "IayrSTFL9eJ69YeSUO2"); + public static final String f1357c = 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 d149c52f25..bceb55985e 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 f1355c; + public final e f1358c; 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.f1349c.c("X-REQUEST-ID")); + cVar2.f.b("Settings request ID: " + a.f1352c.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.f1355c.a(jSONObject); + c.i.c.m.d.s.h.f a2 = c.this.f1358c.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.f1355c = eVar; + this.f1358c = 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.f1355c.a(a2); + c.i.c.m.d.s.h.f a3 = this.f1358c.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 N = c.d.b.a.a.N(str); - N.append(jSONObject.toString()); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P(str); + P.append(jSONObject.toString()); + bVar.b(P.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 c22912dfcb..aa8a0d76d6 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 f1356c; + public final String f1359c; 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.f1356c = str3; + this.f1359c = 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 0dd21c7810..9cc01ed4f2 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 f1357c; + public final String f1360c; 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.f1357c = str3; + this.f1360c = 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.f1357c = str3; + this.f1360c = 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 df0515c648..f43e52aa59 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 f1358c; + public final c f1361c; 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.f1358c = cVar; + this.f1361c = cVar; } @Override // c.i.c.m.d.s.h.e public c a() { - return this.f1358c; + return this.f1361c; } @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 73a9f2e263..214a07bb16 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 f1359c; + public final String f1362c; 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.f1359c = str3; + this.f1362c = 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 f0595a0674..587958ce18 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.f1356c); + b.b("app[identifier]", aVar.f1359c); 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 N = c.d.b.a.a.N("Sending app info to "); - N.append(this.b); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Sending app info to "); + P.append(this.b); + bVar.b(P.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.f1349c.c("X-REQUEST-ID")); + bVar.b(str + " app request ID: " + a.f1352c.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 788b40bf83..5c666703ed 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.f1359c); + e(aVar, "X-CRASHLYTICS-OS-BUILD-VERSION", gVar.f1362c); 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 N = c.d.b.a.a.N("Failed to parse settings JSON from "); - N.append(this.b); - bVar2.c(N.toString(), e); - c.d.b.a.a.i0("Settings response ", str, this.f); + StringBuilder P = c.d.b.a.a.P("Failed to parse settings JSON from "); + P.append(this.b); + bVar2.c(P.toString(), e); + c.d.b.a.a.k0("Settings response ", str, this.f); return null; } } else { b bVar3 = this.f; - StringBuilder N2 = c.d.b.a.a.N("Failed to retrieve settings from "); - N2.append(this.b); - bVar3.d(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Failed to retrieve settings from "); + P2.append(this.b); + bVar3.d(P2.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 a038712089..9b2c610b35 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[] f1360c; + public final StackTraceElement[] f1363c; public final e d; public e(Throwable th, d dVar) { this.a = th.getLocalizedMessage(); this.b = th.getClass().getName(); - this.f1360c = dVar.a(th.getStackTrace()); + this.f1363c = 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 648160b3eb..c9800be76e 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 f1361c; + public String f1364c; 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.i0("Unity Editor version is: ", str, b.a); + c.d.b.a.a.k0("Unity Editor version is: ", str, b.a); } else { str = null; } - this.f1361c = str; + this.f1364c = str; this.b = true; } - String str2 = this.f1361c; + String str2 = this.f1364c; 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 94a5d62b89..461fe8bd94 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 f1362c; + public final d f1365c; public final f d; public a(Context context, d dVar, f fVar) { this.b = context; - this.f1362c = dVar; + this.f1365c = 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 N = c.d.b.a.a.N("Minidump directory: "); - N.append(file.getAbsolutePath()); - bVar.b(N.toString()); + StringBuilder P = c.d.b.a.a.P("Minidump directory: "); + P.append(file.getAbsolutePath()); + bVar.b(P.toString()); File b = b(file, ".dmp"); - StringBuilder N2 = c.d.b.a.a.N("Minidump "); - N2.append((b == null || !b.exists()) ? "does not exist" : "exists"); - bVar.b(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Minidump "); + P2.append((b == null || !b.exists()) ? "does not exist" : "exists"); + bVar.b(P2.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.f1364c = new File(a2, "session.json"); + bVar2.f1367c = 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 549cd331c4..b2f625f66c 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.f1362c).a(a.getCanonicalPath(), aVar.b.getAssets()); + z2 = ((JniNativeApi) aVar.f1365c).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 N = c.d.b.a.a.N("Crashlytics NDK initialization "); - N.append(z2 ? "successful" : "FAILED"); - bVar.f(N.toString()); + StringBuilder P = c.d.b.a.a.P("Crashlytics NDK initialization "); + P.append(z2 ? "successful" : "FAILED"); + bVar.f(P.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 db22d17f7a..eba31184c9 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 f1363c; + public final File f1366c; 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 f1364c; + public File f1367c; 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.f1363c = bVar.f1364c; + this.f1366c = bVar.f1367c; 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 92b9a13fea..e97f1c02da 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.f1363c; + return this.a.f1366c; } @Override // c.i.c.m.d.d 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 60da0fa5c7..db91f2ed32 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 N = c.d.b.a.a.N("Couldn't find encoder for type "); - N.append(obj.getClass().getCanonicalName()); - throw new EncodingException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Couldn't find encoder for type "); + P.append(obj.getClass().getCanonicalName()); + throw new EncodingException(P.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 aa6a9d3375..698d3a8e96 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.f1365c, eVar.d, eVar.e); + f fVar = new f(writer, eVar.b, eVar.f1368c, 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 ecd3933fb5..5770d63829 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> f1365c; + public final Map, c.i.c.p.e> f1368c; 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.f1365c = hashMap2; + this.f1368c = 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 6cc75c6fd0..242f8eec29 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> f1366c; + public final Map, c> f1369c; 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.f1366c = map; + this.f1369c = 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.f1366c.get(obj.getClass()); + c cVar = this.f1369c.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 5dc70f0b3c..744a35d305 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 f1367c; + public final Context f1370c; public final Executor d; public f(Context context) { - this.f1367c = context; + this.f1370c = context; this.d = a.i; } public f(Context context, ExecutorService executorService) { - this.f1367c = context; + this.f1370c = 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.f1367c; + Context context = this.f1370c; 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 0e62d72eca..928f9b389b 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 f1368c; + public final String f1371c; public i(FirebaseInstanceId firebaseInstanceId, String str, String str2) { this.a = firebaseInstanceId; this.b = str; - this.f1368c = str2; + this.f1371c = str2; } @Override // c.i.a.f.n.a public final Object a(Task task) { - return this.a.m(this.b, this.f1368c); + return this.a.m(this.b, this.f1371c); } } 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 3ba2b83223..0591554ac5 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 f1369c; + public final String f1372c; public final String d; public l(FirebaseInstanceId firebaseInstanceId, String str, String str2, String str3) { this.a = firebaseInstanceId; this.b = str; - this.f1369c = str2; + this.f1372c = 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.f1369c; + String str2 = this.f1372c; 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 01e9cdfc55..0e553d1a18 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 f1370c; + public final b f1373c; 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.f1370c = bVar; + this.f1373c = 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.f1371c == null) { + if (qVar2.f1374c == null) { qVar2.e(); } - str4 = qVar2.f1371c; + str4 = qVar2.f1374c; } 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.f1370c; + b bVar = this.f1373c; 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 6fede3d2bd..bc0b52982e 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 f1371c; + public String f1374c; 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.a0(valueOf.length() + 23, "Failed to find package ", valueOf, "FirebaseInstanceId"); + a.c0(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.f1371c = c2.versionName; + this.f1374c = 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 bcbeeb663b..653444223b 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 f1372c = null; + public Boolean f1375c = 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.f1372c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1375c.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.f1372c == null) { - this.f1372c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); + if (this.f1375c == null) { + this.f1375c = Boolean.valueOf(context.checkCallingOrSelfPermission("android.permission.WAKE_LOCK") == 0); } - if (!this.f1372c.booleanValue() && Log.isLoggable("FirebaseInstanceId", 3)) { + if (!this.f1375c.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.f1372c.booleanValue(); + return this.f1375c.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 50e739588e..4c0478851f 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 f1373c = new ArrayMap(); + public final Map f1376c = 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 f1374c; + public final String f1377c; public final String d; public final long e; public a(String str, String str2, long j) { - this.f1374c = str; + this.f1377c = 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.a0(valueOf.length() + 24, "Failed to encode token: ", valueOf, "FirebaseInstanceId"); + c.d.b.a.a.c0(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.a0(valueOf.length() + 23, "Failed to parse token: ", valueOf, "FirebaseInstanceId"); + c.d.b.a.a.c0(valueOf.length() + 23, "Failed to parse token: ", valueOf, "FirebaseInstanceId"); return null; } } @@ -103,17 +103,17 @@ public class w { } public static String a(String str, String str2) { - return c.d.b.a.a.f(str2.length() + c.d.b.a.a.b(str, 3), str, "|S|", str2); + return c.d.b.a.a.g(str2.length() + c.d.b.a.a.b(str, 3), str, "|S|", str2); } public final String b(String str, String str2, String str3) { - StringBuilder M = c.d.b.a.a.M(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, "|"); - M.append(str3); - return M.toString(); + StringBuilder O = c.d.b.a.a.O(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, "|"); + O.append(str3); + return O.toString(); } public synchronized void c() { - this.f1373c.clear(); + this.f1376c.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 c4113786d4..369012046d 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.f1374c)) { + if (j == null || !b.equals(j.f1377c)) { b(b); } return true; @@ -113,7 +113,7 @@ public class x implements Runnable { } if (z2) { String message2 = e.getMessage(); - c.d.b.a.a.b0(c.d.b.a.a.b(message2, 52), "Token retrieval failed: ", message2, ". Will retry token retrieval", "FirebaseInstanceId"); + c.d.b.a.a.d0(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 e1d08d1dad..64d9341553 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 f1375c; + public static a f1378c; public static ComponentName a(@NonNull Context context, @NonNull Intent intent) { synchronized (b) { - if (f1375c == null) { + if (f1378c == null) { a aVar = new a(context, 1, "wake:com.google.firebase.iid.WakeLockHolder"); - f1375c = aVar; - aVar.f1225c.setReferenceCounted(true); + f1378c = aVar; + aVar.f1228c.setReferenceCounted(true); aVar.h = true; } boolean booleanExtra = intent.getBooleanExtra("com.google.firebase.iid.WakeLockHolder.wakefulintent", false); @@ -29,7 +29,7 @@ public final class y { return null; } if (!booleanExtra) { - f1375c.a(a); + f1378c.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 94b6c55f31..1a92c5dc98 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 f1376c; + public final long f1379c; public a(String str, long j, long j2, C0144a aVar) { this.a = str; this.b = j; - this.f1376c = j2; + this.f1379c = 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.f1376c; + return this.f1379c; } @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.f1376c == kVar.b(); + return this.a.equals(kVar.a()) && this.b == kVar.c() && this.f1379c == kVar.b(); } public int hashCode() { long j = this.b; - long j2 = this.f1376c; + long j2 = this.f1379c; return ((((this.a.hashCode() ^ 1000003) * 1000003) ^ ((int) (j ^ (j >>> 32)))) * 1000003) ^ ((int) (j2 ^ (j2 >>> 32))); } public String toString() { - StringBuilder N = c.d.b.a.a.N("InstallationTokenResult{token="); - N.append(this.a); - N.append(", tokenExpirationTimestamp="); - N.append(this.b); - N.append(", tokenCreationTimestamp="); - return c.d.b.a.a.z(N, this.f1376c, "}"); + StringBuilder P = c.d.b.a.a.P("InstallationTokenResult{token="); + P.append(this.a); + P.append(", tokenExpirationTimestamp="); + P.append(this.b); + P.append(", tokenCreationTimestamp="); + return c.d.b.a.a.A(P, this.f1379c, "}"); } } 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 982fe61592..ff70dadb54 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.f1377c; + c cVar = fVar.f1380c; 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.f1377c; + c.i.c.c cVar2 = fVar.f1380c; 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 6eff135aee..1c23585477 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 f1377c; + public final c f1380c; 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.f1377c = cVar; + this.f1380c = 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.f1377c; + c cVar = this.f1380c; 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.f1380c = null; + bVar2.f1383c = null; b2 = bVar2.a(); } l(b2); @@ -172,7 +172,7 @@ public class f implements g { } else if (responseCode < 500 || responseCode >= 600) { Log.e("Firebase-Installations", "Firebase Installations can not communicate with Firebase server APIs due to invalid configuration. Please update your Firebase initialization process and set valid Firebase options (API key, Project ID, Application ID) when initializing Firebase."); b.C0147b bVar = (b.C0147b) c.i.c.u.p.f.a(); - bVar.f1384c = f.b.BAD_CONFIG; + bVar.f1387c = f.b.BAD_CONFIG; f = bVar.a(); } else { c2.disconnect(); @@ -180,18 +180,18 @@ public class f implements g { } } b.C0147b bVar2 = (b.C0147b) c.i.c.u.p.f.a(); - bVar2.f1384c = f.b.AUTH_ERROR; + bVar2.f1387c = 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.f1383c.ordinal(); + int ordinal = bVar3.f1386c.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.f1380c = str3; + bVar4.f1383c = 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.f1377c; + c.i.c.c cVar = this.f1380c; cVar.a(); return cVar.f.a; } @VisibleForTesting public String e() { - c.i.c.c cVar = this.f1377c; + c.i.c.c cVar = this.f1380c; cVar.a(); return cVar.f.b; } @Nullable public String g() { - c.i.c.c cVar = this.f1377c; + c.i.c.c cVar = this.f1380c; 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.f1377c; + c.i.c.c cVar = this.f1380c; cVar.a(); - if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1377c.h()) { - if (((c.i.c.u.o.a) dVar).f1379c == c.a.ATTEMPT_MIGRATION) { + if (cVar.e.equals("CHIME_ANDROID_SDK") || this.f1380c.h()) { + if (((c.i.c.u.o.a) dVar).f1382c == 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.f1381c; + String str4 = bVar.f1384c; 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.f1382c; + String str7 = aVar4.f1385c; 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.f1380c = c3; + bVar2.f1383c = c3; bVar2.d = str7; bVar2.e = Long.valueOf(d2); bVar2.f = Long.valueOf(b2); diff --git a/app/src/main/java/c/i/c/u/i.java b/app/src/main/java/c/i/c/u/i.java index f2a5fc3837..97d130dc7a 100644 --- a/app/src/main/java/c/i/c/u/i.java +++ b/app/src/main/java/c/i/c/u/i.java @@ -32,15 +32,15 @@ public class i implements m { Long valueOf2 = Long.valueOf(dVar.g()); String str = ""; if (valueOf == null) { - str = a.t(str, " tokenExpirationTimestamp"); + str = a.u(str, " tokenExpirationTimestamp"); } if (valueOf2 == null) { - str = a.t(str, " tokenCreationTimestamp"); + str = a.u(str, " tokenCreationTimestamp"); } if (str.isEmpty()) { taskCompletionSource.a.t(new a(a, valueOf.longValue(), valueOf2.longValue(), null)); return true; } - throw new IllegalStateException(a.t("Missing required properties:", str)); + throw new IllegalStateException(a.u("Missing required properties:", str)); } } diff --git a/app/src/main/java/c/i/c/u/n.java b/app/src/main/java/c/i/c/u/n.java index d5f9fd36ea..bb681a38f2 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 f1378c; + public static n f1381c; 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 (f1378c == null) { - f1378c = new n(aVar); + if (f1381c == null) { + f1381c = new n(aVar); } - return f1378c; + return f1381c; } 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 383af09cd5..2d3f0bd66c 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 f1379c; + public final c.a f1382c; 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 f1380c; + public String f1383c; public String d; public Long e; public Long f; @@ -35,8 +35,8 @@ public final class a extends d { public b(d dVar, C0145a aVar) { a aVar2 = (a) dVar; this.a = aVar2.b; - this.b = aVar2.f1379c; - this.f1380c = aVar2.d; + this.b = aVar2.f1382c; + this.f1383c = aVar2.d; this.d = aVar2.e; this.e = Long.valueOf(aVar2.f); this.f = Long.valueOf(aVar2.g); @@ -47,15 +47,15 @@ public final class a extends d { public d a() { String str = this.b == null ? " registrationStatus" : ""; if (this.e == null) { - str = c.d.b.a.a.t(str, " expiresInSecs"); + str = c.d.b.a.a.u(str, " expiresInSecs"); } if (this.f == null) { - str = c.d.b.a.a.t(str, " tokenCreationEpochInSecs"); + str = c.d.b.a.a.u(str, " tokenCreationEpochInSecs"); } if (str.isEmpty()) { - return new a(this.a, this.b, this.f1380c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); + return new a(this.a, this.b, this.f1383c, this.d, this.e.longValue(), this.f.longValue(), this.g, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @Override // c.i.c.u.o.d.a @@ -78,7 +78,7 @@ public final class a extends d { public a(String str, c.a aVar, String str2, String str3, long j, long j2, String str4, C0145a aVar2) { this.b = str; - this.f1379c = aVar; + this.f1382c = 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.f1379c.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.f1382c.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.f1379c; + return this.f1382c; } @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.f1379c.hashCode()) * 1000003; + int hashCode = ((((str == null ? 0 : str.hashCode()) ^ 1000003) * 1000003) ^ this.f1382c.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 N = c.d.b.a.a.N("PersistedInstallationEntry{firebaseInstallationId="); - N.append(this.b); - N.append(", registrationStatus="); - N.append(this.f1379c); - N.append(", authToken="); - N.append(this.d); - N.append(", refreshToken="); - N.append(this.e); - N.append(", expiresInSecs="); - N.append(this.f); - N.append(", tokenCreationEpochInSecs="); - N.append(this.g); - N.append(", fisError="); - return c.d.b.a.a.F(N, this.h, "}"); + StringBuilder P = c.d.b.a.a.P("PersistedInstallationEntry{firebaseInstallationId="); + P.append(this.b); + P.append(", registrationStatus="); + P.append(this.f1382c); + P.append(", authToken="); + P.append(this.d); + P.append(", refreshToken="); + P.append(this.e); + P.append(", expiresInSecs="); + P.append(this.f); + P.append(", tokenCreationEpochInSecs="); + P.append(this.g); + P.append(", fisError="); + return c.d.b.a.a.H(P, 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 ec1400a557..c8ea19f951 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 f1381c; + public final String f1384c; /* 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.f1381c = str; + this.f1384c = 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 d144f6f9d8..3110155ac4 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 N = c.d.b.a.a.N("PersistedInstallation."); - N.append(cVar.c()); - N.append(".json"); - this.a = new File(filesDir, N.toString()); + StringBuilder P = c.d.b.a.a.P("PersistedInstallation."); + P.append(cVar.c()); + P.append(".json"); + this.a = new File(filesDir, P.toString()); this.b = cVar; } @@ -96,7 +96,7 @@ public class c { bVar.c(0); bVar.a = optString; bVar.b(a.values()[optInt]); - bVar.f1380c = optString2; + bVar.f1383c = 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 c86a6fece4..e7bbf36e22 100644 --- a/app/src/main/java/c/i/c/u/o/d.java +++ b/app/src/main/java/c/i/c/u/o/d.java @@ -23,14 +23,14 @@ public abstract class d { Long l = 0L; String str = l == null ? " expiresInSecs" : ""; if (l == null) { - str = c.d.b.a.a.t(str, " tokenCreationEpochInSecs"); + str = c.d.b.a.a.u(str, " tokenCreationEpochInSecs"); } if (str.isEmpty()) { l.longValue(); l.longValue(); return; } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @Nullable @@ -57,7 +57,7 @@ public abstract class d { } public boolean i() { - c.a aVar = ((a) this).f1379c; + c.a aVar = ((a) this).f1382c; 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 8de1ebb776..775f8bd1fb 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 f1382c; + public final String f1385c; public final f d; public final d.a e; public a(String str, String str2, String str3, f fVar, d.a aVar, C0146a aVar2) { this.a = str; this.b = str2; - this.f1382c = str3; + this.f1385c = 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.f1382c; + return this.f1385c; } @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.f1382c; + String str3 = this.f1385c; 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.f1382c; + String str3 = this.f1385c; 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 N = c.d.b.a.a.N("InstallationResponse{uri="); - N.append(this.a); - N.append(", fid="); - N.append(this.b); - N.append(", refreshToken="); - N.append(this.f1382c); - N.append(", authToken="); - N.append(this.d); - N.append(", responseCode="); - N.append(this.e); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("InstallationResponse{uri="); + P.append(this.a); + P.append(", fid="); + P.append(this.b); + P.append(", refreshToken="); + P.append(this.f1385c); + P.append(", authToken="); + P.append(this.d); + P.append(", responseCode="); + P.append(this.e); + P.append("}"); + return P.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 81254ec7e1..7ae78c966c 100644 --- a/app/src/main/java/c/i/c/u/p/b.java +++ b/app/src/main/java/c/i/c/u/p/b.java @@ -9,7 +9,7 @@ public final class b extends f { public final long b; /* renamed from: c reason: collision with root package name */ - public final f.b f1383c; + public final f.b f1386c; /* compiled from: AutoValue_TokenResult */ /* renamed from: c.i.c.u.p.b$b reason: collision with other inner class name */ @@ -18,15 +18,15 @@ public final class b extends f { public Long b; /* renamed from: c reason: collision with root package name */ - public f.b f1384c; + public f.b f1387c; @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.f1384c, null); + return new b(this.a, this.b.longValue(), this.f1387c, null); } - throw new IllegalStateException(c.d.b.a.a.t("Missing required properties:", str)); + throw new IllegalStateException(c.d.b.a.a.u("Missing required properties:", str)); } @Override // c.i.c.u.p.f.a @@ -39,13 +39,13 @@ public final class b extends f { public b(String str, long j, f.b bVar, a aVar) { this.a = str; this.b = j; - this.f1383c = bVar; + this.f1386c = bVar; } @Override // c.i.c.u.p.f @Nullable public f.b b() { - return this.f1383c; + return this.f1386c; } @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.f1383c; + f.b bVar = this.f1386c; 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.f1383c; + f.b bVar = this.f1386c; if (bVar != null) { i = bVar.hashCode(); } @@ -98,13 +98,13 @@ public final class b extends f { } public String toString() { - StringBuilder N = c.d.b.a.a.N("TokenResult{token="); - N.append(this.a); - N.append(", tokenExpirationTimestamp="); - N.append(this.b); - N.append(", responseCode="); - N.append(this.f1383c); - N.append("}"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("TokenResult{token="); + P.append(this.a); + P.append(", tokenExpirationTimestamp="); + P.append(this.b); + P.append(", responseCode="); + P.append(this.f1386c); + P.append("}"); + return P.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 f496d8fda8..e8d41370e6 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 f1385c; + public final Context f1388c; 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.f1385c = context; + this.f1388c = context; this.d = aVar; this.e = aVar2; } @@ -89,7 +89,7 @@ public class c { Object[] objArr = new Object[3]; objArr[0] = str2; objArr[1] = str3; - objArr[2] = TextUtils.isEmpty(str) ? "" : c.d.b.a.a.t(", ", str); + objArr[2] = TextUtils.isEmpty(str) ? "" : c.d.b.a.a.u(", ", str); Log.w("Firebase-Installations", String.format("Firebase options used while communicating with Firebase server APIs: %s, %s%s", objArr)); } } @@ -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.f1385c.getPackageName()); + httpURLConnection.addRequestProperty("X-Android-Package", this.f1388c.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.f1385c; + Context context = this.f1388c; 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.f1385c.getPackageName()); + Log.e("ContentValues", "Could not get fingerprint hash for package: " + this.f1388c.getPackageName()); } else { str2 = e.a(digest, false); } } catch (PackageManager.NameNotFoundException e) { - StringBuilder N = c.d.b.a.a.N("No such package: "); - N.append(this.f1385c.getPackageName()); - Log.e("ContentValues", N.toString(), e); + StringBuilder P = c.d.b.a.a.P("No such package: "); + P.append(this.f1388c.getPackageName()); + Log.e("ContentValues", P.toString(), e); } httpURLConnection.addRequestProperty("X-Android-Cert", str2); httpURLConnection.addRequestProperty("x-goog-api-key", str); @@ -229,7 +229,7 @@ public class c { jsonReader.close(); inputStream.close(); b.C0147b bVar = (b.C0147b) a2; - bVar.f1384c = f.b.OK; + bVar.f1387c = 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 cc2ac7ad7c..f039336327 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 f1386c = n.c(); + public final n f1389c = n.c(); @GuardedBy("this") public long d; @GuardedBy("this") public int e; public synchronized boolean a() { - return this.e == 0 || this.f1386c.a() > this.d; + return this.e == 0 || this.f1389c.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.f1386c); + Objects.requireNonNull(this.f1389c); j = (long) Math.min(pow + ((double) ((long) (Math.random() * 1000.0d))), (double) b); } - this.d = this.f1386c.a() + j; + this.d = this.f1389c.a() + j; } - this.d = this.f1386c.a() + j; + this.d = this.f1389c.a() + j; } } diff --git a/app/src/main/java/c/i/c/v/a.java b/app/src/main/java/c/i/c/v/a.java index 910ecefbf6..935fac5019 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 f1387c; + public final c f1390c; 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.f1387c = cVar; + this.f1390c = 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 3afc357474..12d92a0095 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 f1388c; + public final r f1391c; public c(Context context, r rVar, Executor executor) { this.a = executor; this.b = context; - this.f1388c = rVar; + this.f1391c = 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.f1388c.a("gcm.n.noui")) { + if (this.f1391c.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.f1388c.e("gcm.n.image"); + String e8 = this.f1391c.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.f1388c; + rVar = this.f1391c; 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.b0(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.d0(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.b0(a.b(e, 61), "Icon resource ", e, " not found. Notification will use default icon.", "FirebaseMessaging"); + a.d0(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.b0(a.b(e4, 56), "Color is invalid: ", e4, ". Notification will use default color.", "FirebaseMessaging"); + a.d0(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.b0(valueOf2.length() + 72, "notificationPriority is invalid ", valueOf2, ". Skipping setting notificationPriority.", "FirebaseMessaging"); + a.d0(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.b0(valueOf3.length() + 53, "visibility is invalid: ", valueOf3, ". Skipping setting visibility.", "NotificationParams"); + a.d0(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.b0(valueOf4.length() + 67, "notificationCount is invalid: ", valueOf4, ". Skipping setting notificationCount.", "FirebaseMessaging"); + a.d0(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.l0(a.M(a.b(e6, a.b(h, 38)), "Couldn't parse value of ", h, "(", e6), ") into a long", "NotificationParams"); + a.n0(a.O(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.a0(valueOf5.length() + 26, "Failed to download image: ", valueOf5, "FirebaseMessaging"); + a.c0(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.b0(valueOf6.length() + 58, "LightSettings is invalid: ", valueOf6, ". Skipping setting LightSettings", "NotificationParams"); + a.d0(valueOf6.length() + 58, "LightSettings is invalid: ", valueOf6, ". Skipping setting LightSettings", "NotificationParams"); } catch (IllegalArgumentException e12) { String valueOf7 = String.valueOf(c3); String message = e12.getMessage(); - a.l0(a.M(a.b(message, valueOf7.length() + 60), "LightSettings is invalid: ", valueOf7, ". ", message), ". Skipping setting LightSettings", "NotificationParams"); + a.n0(a.O(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.b0(valueOf8.length() + 74, "User defined vibrateTimings is invalid: ", valueOf8, ". Skipping setting vibrateTimings.", "NotificationParams"); + a.d0(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.f1388c; + rVar = this.f1391c; 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.a0(valueOf9.length() + 35, "Couldn't get own application info: ", valueOf9, "FirebaseMessaging"); + a.c0(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.a0(valueOf10.length() + 35, "Couldn't get own application info: ", valueOf10, "FirebaseMessaging"); + a.c0(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 a2f6d199a4..0a134c5a79 100644 --- a/app/src/main/java/c/i/c/w/m.java +++ b/app/src/main/java/c/i/c/w/m.java @@ -51,7 +51,7 @@ public final class m { i = Integer.parseInt((String) obj2); } catch (NumberFormatException unused) { String valueOf = String.valueOf(obj2); - c.d.b.a.a.a0(valueOf.length() + 13, "Invalid TTL: ", valueOf, "FirebaseMessaging"); + c.d.b.a.a.c0(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 0d674fac34..61b0cada69 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.f1365c.remove(m.b.class); + eVar.f1368c.remove(m.b.class); eVar.b.put(m.class, new m.a()); - eVar.f1365c.remove(m.class); + eVar.f1368c.remove(m.class); a = new d(eVar); } @@ -79,7 +79,7 @@ public class q { } if (Log.isLoggable("FirebaseMessaging", 3)) { String valueOf = String.valueOf(bundle); - Log.d("FirebaseMessaging", c.d.b.a.a.g(valueOf.length() + str.length() + 37, "Logging to scion event=", str, " scionPayload=", valueOf)); + Log.d("FirebaseMessaging", c.d.b.a.a.h(valueOf.length() + str.length() + 37, "Logging to scion event=", str, " scionPayload=", valueOf)); } c b = c.b(); b.a(); diff --git a/app/src/main/java/c/i/c/w/r.java b/app/src/main/java/c/i/c/w/r.java index 4e22c61b7e..0f179a265b 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.l0(a.M(a.b(e, a.b(h, 38)), "Couldn't parse value of ", h, "(", e), ") into an int", "NotificationParams"); + a.n0(a.O(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.l0(a.M(a.b(e, a.b(h, 50)), "Malformed JSON for key ", h, ": ", e), ", falling back to default", "NotificationParams"); + a.n0(a.O(a.b(e, a.b(h, 50)), "Malformed JSON for key ", h, ": ", e), ", falling back to default", "NotificationParams"); return null; } } @@ -75,7 +75,7 @@ public class r { int identifier = resources.getIdentifier(e2, "string", str); if (identifier == 0) { String h = h(str2.concat("_loc_key")); - Log.w("NotificationParams", a.g(str2.length() + a.b(h, 49), h, " resource not found: ", str2, " Default value will be used.")); + Log.w("NotificationParams", a.h(str2.length() + a.b(h, 49), h, " resource not found: ", str2, " Default value will be used.")); return null; } JSONArray c2 = c(str2.concat("_loc_args")); @@ -96,9 +96,9 @@ public class r { } catch (MissingFormatArgumentException e3) { String h2 = h(str2); String arrays = Arrays.toString(strArr); - StringBuilder M = a.M(a.b(arrays, a.b(h2, 58)), "Missing format argument for ", h2, ": ", arrays); - M.append(" Default value will be used."); - Log.w("NotificationParams", M.toString(), e3); + StringBuilder O = a.O(a.b(arrays, a.b(h2, 58)), "Missing format argument for ", h2, ": ", arrays); + O.append(" Default value will be used."); + Log.w("NotificationParams", O.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 9cafa136e1..e0adb0270c 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.f1389c); + sb.append(uVar.f1392c); } 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 e2ea77560f..dbeec724e9 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 f1389c; + public final String f1392c; @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.f1389c = str2; + this.f1392c = 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.f1389c)) { - String[] split = string.split(uVar.f1389c, -1); + if (string.contains(uVar.f1392c)) { + String[] split = string.split(uVar.f1392c, -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 94af7e88ef..98f198fdde 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 f1390c; + public final String f1393c; public final String d; public v(String str, String str2) { @@ -26,8 +26,8 @@ public final class v { throw new IllegalArgumentException(String.format("Invalid topic name: %s does not match the allowed format %s.", str3, "[a-zA-Z0-9-_.~%]{1,900}")); } this.b = str3; - this.f1390c = str; - this.d = a.f(a.b(str2, a.b(str, 1)), str, "!", str2); + this.f1393c = str; + this.d = a.g(a.b(str2, a.b(str, 1)), str, "!", str2); } public final boolean equals(@Nullable Object obj) { @@ -35,10 +35,10 @@ public final class v { return false; } v vVar = (v) obj; - return this.b.equals(vVar.b) && this.f1390c.equals(vVar.f1390c); + return this.b.equals(vVar.b) && this.f1393c.equals(vVar.f1393c); } public final int hashCode() { - return Arrays.hashCode(new Object[]{this.f1390c, this.b}); + return Arrays.hashCode(new Object[]{this.f1393c, 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 959e247263..762925b5f2 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 f1391c; + public u f1394c; 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.f1391c; + u uVar = this.f1394c; 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 06d511ce4b..b50cf48628 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.f1391c = u.a(sharedPreferences, "topic_operation_queue", ",", scheduledExecutorService); + wVar2.f1394c = 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 82e73996b1..48651e6f5a 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 f1392c; + public final FirebaseInstanceId f1395c; 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.f1392c = firebaseInstanceId; + this.f1395c = 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.f1392c.f()); + o oVar = (o) a(this.f1395c.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.f1392c.f()); + o oVar = (o) a(this.f1395c.f()); n nVar = this.f; String id2 = oVar.getId(); String a2 = oVar.a(); @@ -124,7 +124,7 @@ public class y { } } try { - String str = a2.f1390c; + String str = a2.f1393c; 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.f1391c; + u uVar = wVar.f1394c; 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 cd93ee104f..cd8a64d562 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 N = c.d.b.a.a.N("LibraryVersion{libraryName="); - N.append(this.a); - N.append(", version="); - return c.d.b.a.a.F(N, this.b, "}"); + StringBuilder P = c.d.b.a.a.P("LibraryVersion{libraryName="); + P.append(this.a); + P.append(", version="); + return c.d.b.a.a.H(P, 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 16f02e8d84..224eb48164 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 L = c.d.b.a.a.L(upperCase); - L.append(str.substring(1)); - return L.toString(); + StringBuilder N = c.d.b.a.a.N(upperCase); + N.append(str.substring(1)); + return N.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 55ca5a26fc..4387339bfb 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 f1393c = c.IDENTITY; + public d f1396c = 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.f1393c, 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.f1396c, 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 c6e98e054b..fdadaa7bc2 100644 --- a/app/src/main/java/c/i/d/q/a.java +++ b/app/src/main/java/c/i/d/q/a.java @@ -174,15 +174,15 @@ public final class a { @Override // java.lang.Object public String toString() { if (this.lowerBound != null) { - StringBuilder N = c.d.b.a.a.N("? super "); - N.append(a.i(this.lowerBound)); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("? super "); + P.append(a.i(this.lowerBound)); + return P.toString(); } else if (this.upperBound == Object.class) { return "?"; } else { - StringBuilder N2 = c.d.b.a.a.N("? extends "); - N2.append(a.i(this.upperBound)); - return N2.toString(); + StringBuilder P2 = c.d.b.a.a.P("? extends "); + P2.append(a.i(this.upperBound)); + return P2.toString(); } } } diff --git a/app/src/main/java/c/i/d/q/f.java b/app/src/main/java/c/i/d/q/f.java index 4561ab0d4b..9785f40d54 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 f1394c; + public final /* synthetic */ Type f1397c; public f(g gVar, Class cls, Type type) { w wVar; this.b = cls; - this.f1394c = type; + this.f1397c = 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 N = a.N("Unable to invoke no-args constructor for "); - N.append(this.f1394c); - N.append(". Registering an InstanceCreator with Gson for this type may fix this problem."); - throw new RuntimeException(N.toString(), e); + StringBuilder P = a.P("Unable to invoke no-args constructor for "); + P.append(this.f1397c); + P.append(". Registering an InstanceCreator with Gson for this type may fix this problem."); + throw new RuntimeException(P.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 bfdd7c617d..f008aab731 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 N = a.N("Failed to invoke "); - N.append(this.a); - N.append(" with no args"); - throw new RuntimeException(N.toString(), e); + StringBuilder P = a.P("Failed to invoke "); + P.append(this.a); + P.append(" with no args"); + throw new RuntimeException(P.toString(), e); } catch (InvocationTargetException e2) { - StringBuilder N2 = a.N("Failed to invoke "); - N2.append(this.a); - N2.append(" with no args"); - throw new RuntimeException(N2.toString(), e2.getTargetException()); + StringBuilder P2 = a.P("Failed to invoke "); + P2.append(this.a); + P2.append(" with no args"); + throw new RuntimeException(P2.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 4a254d9d87..2d887ee9d6 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 N = a.N("Invalid EnumSet type: "); - N.append(this.a.toString()); - throw new JsonIOException(N.toString()); + StringBuilder P = a.P("Invalid EnumSet type: "); + P.append(this.a.toString()); + throw new JsonIOException(P.toString()); } - StringBuilder N2 = a.N("Invalid EnumSet type: "); - N2.append(this.a.toString()); - throw new JsonIOException(N2.toString()); + StringBuilder P2 = a.P("Invalid EnumSet type: "); + P2.append(this.a.toString()); + throw new JsonIOException(P2.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 dea6f689df..169bb6c6af 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 N = a.N("Interface can't be instantiated! Interface name: "); - N.append(cls.getName()); - throw new UnsupportedOperationException(N.toString()); + StringBuilder P = a.P("Interface can't be instantiated! Interface name: "); + P.append(cls.getName()); + throw new UnsupportedOperationException(P.toString()); } else if (Modifier.isAbstract(modifiers)) { - StringBuilder N2 = a.N("Abstract class can't be instantiated! Class name: "); - N2.append(cls.getName()); - throw new UnsupportedOperationException(N2.toString()); + StringBuilder P2 = a.P("Abstract class can't be instantiated! Class name: "); + P2.append(cls.getName()); + throw new UnsupportedOperationException(P2.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 9cae76ed1e..a5f4c0aa02 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 f1395y = new C0150a(); + public static final Reader f1398y = new C0150a(); /* renamed from: z reason: collision with root package name */ - public static final Object f1396z = new Object(); + public static final Object f1399z = new Object(); public Object[] A = new Object[32]; public int B = 0; public String[] C = new String[32]; @@ -41,14 +41,14 @@ public final class a extends JsonReader { } public a(JsonElement jsonElement) { - super(f1395y); + super(f1398y); c0(jsonElement); } private String t() { - StringBuilder N = c.d.b.a.a.N(" at path "); - N.append(getPath()); - return N.toString(); + StringBuilder P = c.d.b.a.a.P(" at path "); + P.append(getPath()); + return P.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 == f1396z) { + if (a02 == f1399z) { 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[]{f1396z}; + this.A = new Object[]{f1399z}; this.B = 1; } @@ -256,30 +256,30 @@ public final class a extends JsonReader { @Override // com.google.gson.stream.JsonReader public String getPath() { - StringBuilder L = c.d.b.a.a.L('$'); + StringBuilder N = c.d.b.a.a.N('$'); int i = 0; while (i < this.B) { Object[] objArr = this.A; if (objArr[i] instanceof g) { i++; if (objArr[i] instanceof Iterator) { - L.append('['); - L.append(this.D[i]); - L.append(']'); + N.append('['); + N.append(this.D[i]); + N.append(']'); } } else if (objArr[i] instanceof JsonObject) { i++; if (objArr[i] instanceof Iterator) { - L.append('.'); + N.append('.'); String[] strArr = this.C; if (strArr[i] != null) { - L.append(strArr[i]); + N.append(strArr[i]); } } } i++; } - return L.toString(); + return N.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 9da070b17d..c99878f665 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 f1397x = j.a; + public JsonElement f1400x = 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.f1397x; + return this.f1400x; } - StringBuilder N = c.d.b.a.a.N("Expected one JSON element but was "); - N.append(this.v); - throw new IllegalStateException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Expected one JSON element but was "); + P.append(this.v); + throw new IllegalStateException(P.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.f2443s) { + if (!(jsonElement instanceof j) || this.f2446s) { ((JsonObject) N()).a.put(this.w, jsonElement); } this.w = null; } else if (this.v.isEmpty()) { - this.f1397x = jsonElement; + this.f1400x = 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 4c0b3b916d..2bfaddb594 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 N = c.d.b.a.a.N("("); - N.append(e.getClass().getName()); - N.append(")"); - message = N.toString(); + StringBuilder P = c.d.b.a.a.P("("); + P.append(e.getClass().getName()); + P.append(")"); + message = P.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 N = c.d.b.a.a.N("Invalid number: "); - N.append(str.substring(i, i2)); - throw new NumberFormatException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Invalid number: "); + P.append(str.substring(i, i2)); + throw new NumberFormatException(P.toString()); } } else { i3 = 0; @@ -199,9 +199,9 @@ public class a { i3 = (i3 * 10) - digit2; i4 = i5; } else { - StringBuilder N2 = c.d.b.a.a.N("Invalid number: "); - N2.append(str.substring(i, i2)); - throw new NumberFormatException(N2.toString()); + StringBuilder P2 = c.d.b.a.a.P("Invalid number: "); + P2.append(str.substring(i, i2)); + throw new NumberFormatException(P2.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 e53e26ebfd..342d5f0ada 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 f1398c; + public final Object f1401c; public final Field d; public c() { @@ -23,7 +23,7 @@ public final class c extends b { } catch (Exception unused) { obj = null; } - this.f1398c = obj; + this.f1401c = 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.f1398c == null || this.d == null)) { + if (!(this.f1401c == null || this.d == null)) { try { - b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1398c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1398c, this.d)).longValue()), Boolean.TRUE); + b.getMethod("putBoolean", Object.class, Long.TYPE, Boolean.TYPE).invoke(this.f1401c, accessibleObject, Long.valueOf(((Long) b.getMethod("objectFieldOffset", Field.class).invoke(this.f1401c, 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 4766f343e2..c78fe57afc 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.f1416c); + byte[] b = fVar.b((i3 * i4) / 5, hVar.f1419c); 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.f1416c); + byte[] b = fVar.b(i, hVar.f1419c); 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 91b2fdfded..db65a849f1 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 f1404c; + public final f f1407c; public e(f fVar) { super(fVar.a, fVar.b); - this.f1404c = fVar; + this.f1407c = fVar; } @Override // c.i.e.f public byte[] a() { - byte[] a = this.f1404c.a(); + byte[] a = this.f1407c.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.f1404c.b(i, bArr); + byte[] b = this.f1407c.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.f1404c.c(); + return this.f1407c.c(); } @Override // c.i.e.f public f d() { - return new e(this.f1404c.d()); + return new e(this.f1407c.d()); } } diff --git a/app/src/main/java/c/i/e/h.java b/app/src/main/java/c/i/e/h.java index 242f36a883..dd72707369 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[] f1405c; + public final byte[] f1408c; 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.f1405c = bArr; + this.f1408c = 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.f1405c; + return this.f1408c; } int i4 = i * i2; byte[] bArr = new byte[i4]; int i5 = (this.g * i3) + this.f; if (i == i3) { - System.arraycopy(this.f1405c, i5, bArr, 0, i4); + System.arraycopy(this.f1408c, i5, bArr, 0, i4); return bArr; } for (int i6 = 0; i6 < i2; i6++) { - System.arraycopy(this.f1405c, i5, bArr, i6 * i, i); + System.arraycopy(this.f1408c, 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.f1405c, ((i + this.g) * this.d) + this.f, bArr, 0, i2); + System.arraycopy(this.f1408c, ((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 be325a5d7f..108d099c3c 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 f1407c; + public final boolean f1410c; public final int d; public final int e; public a(b bVar, k[] kVarArr, boolean z2, int i, int i2) { super(bVar, kVarArr); - this.f1407c = z2; + this.f1410c = 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 9707708343..6fbecd3f4f 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.f1415c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1418c, 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.f1415c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1418c, 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.f1415c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1418c, 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.f1415c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1418c, 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.f1415c, eVar.a, eVar.b, kVarArr, c.i.e.a.AZTEC, System.currentTimeMillis()); + Result result = new Result(eVar.f1418c, 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 b81e206bd7..dded2a4457 100644 --- a/app/src/main/java/c/i/e/m/c/a.java +++ b/app/src/main/java/c/i/e/m/c/a.java @@ -16,7 +16,7 @@ public final class a { public static final String[] b = {"CTRL_PS", " ", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "CTRL_US", "CTRL_ML", "CTRL_DL", "CTRL_BS"}; /* renamed from: c reason: collision with root package name */ - public static final String[] f1408c = {"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[] f1411c = {"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.f1407c; + boolean z2 = aVar.f1410c; 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.f1419c; + aVar2 = c.i.e.n.l.a.f1422c; 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 = f1408c[b3]; + str = f1411c[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 a9a2bad0b0..bd81584664 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 f1409c; + public boolean f1412c; public int d; public int e; public int f; @@ -34,7 +34,7 @@ public final class a { StringBuilder sb = new StringBuilder("<"); sb.append(this.a); sb.append(' '); - return c.d.b.a.a.w(sb, this.b, '>'); + return c.d.b.a.a.y(sb, this.b, '>'); } } @@ -297,7 +297,7 @@ public final class a { } int i48 = this.f; if (i48 == 5 || i48 == 7) { - this.f1409c = i48 == 5; + this.f1412c = 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.f1409c) { + if (this.f1412c) { 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.f1409c) { + if (this.f1412c) { 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.f1409c) { + if (this.f1412c) { 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.f1409c, 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.f1412c, this.e, this.d); } } throw NotFoundException.k; @@ -417,7 +417,7 @@ public final class a { } public final int d() { - if (this.f1409c) { + if (this.f1412c) { return (this.d * 4) + 11; } int i = this.d; diff --git a/app/src/main/java/c/i/e/n/c.java b/app/src/main/java/c/i/e/n/c.java index 9c0f5f8863..100bf623bb 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 f1410c; + public int f1413c; public c(byte[] bArr) { this.a = bArr; } public int a() { - return ((this.a.length - this.b) * 8) - this.f1410c; + return ((this.a.length - this.b) * 8) - this.f1413c; } public int b(int i) { if (i <= 0 || i > 32 || i > a()) { throw new IllegalArgumentException(String.valueOf(i)); } - int i2 = this.f1410c; + int i2 = this.f1413c; 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.f1410c = i9; + this.f1413c = i9; if (i9 == 8) { - this.f1410c = 0; + this.f1413c = 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.f1410c += i; + this.f1413c += 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 2769ed3adb..454702a324 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 f1415c; + public final String f1418c; 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.f1415c = str; + this.f1418c = 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 555c463db8..083385176a 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.f1417c; + float f4 = iVar.f1420c; 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 62a94a8365..4f1e117085 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[] f1416c = b; + public byte[] f1419c = 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.f1416c.length < i) { - this.f1416c = new byte[i]; + if (this.f1419c.length < i) { + this.f1419c = 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 d364380726..ff53ed7a8b 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 f1417c; + public final float f1420c; 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.f1417c = f7; + this.f1420c = 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.f1417c; + float f26 = b.f1420c; 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.f1417c; + float f48 = b2.f1420c; 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 29d7bb3b79..cca05c7649 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 f1418c; + public final int f1421c; 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.f1418c = i5; + this.f1421c = 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.f1418c) { + if ((z9 || !z4) && i2 < this.f1421c) { z9 = a(i3, i4, i2, false); if (z9) { i2++; @@ -86,7 +86,7 @@ public final class a { } } } - if (i2 >= this.f1418c) { + if (i2 >= this.f1421c) { 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.f1418c) / 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.f1421c) / 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 87edd31c12..1782097c7b 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 f1419c; + public static final a f1422c; 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); - f1419c = aVar; + f1422c = aVar; a aVar2 = new a(301, 256, 1); f = aVar2; g = aVar2; @@ -81,6 +81,6 @@ public final class a { StringBuilder sb = new StringBuilder("GF(0x"); sb.append(Integer.toHexString(this.n)); sb.append(','); - return c.d.b.a.a.w(sb, this.m, ')'); + return c.d.b.a.a.y(sb, this.m, ')'); } } diff --git a/app/src/main/java/c/i/e/o/a.java b/app/src/main/java/c/i/e/o/a.java index 3540159169..617f4978be 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).f1423c; - int i2 = aVar.e(kVar9, kVar).f1423c; + int i = aVar.e(kVar11, kVar).f1426c; + int i2 = aVar.e(kVar9, kVar).f1426c; 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).f1423c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1423c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1423c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1423c)) { + } else if (!aVar.c(kVar13) || Math.abs(i4 - aVar.e(kVar9, kVar12).f1426c) + Math.abs(i3 - aVar.e(kVar11, kVar12).f1426c) <= Math.abs(i4 - aVar.e(kVar9, kVar13).f1426c) + Math.abs(i3 - aVar.e(kVar11, kVar13).f1426c)) { kVar13 = kVar12; } if (kVar13 != null) { kVar = kVar13; } - int i5 = aVar.e(kVar11, kVar).f1423c; - int i6 = aVar.e(kVar9, kVar).f1423c; + int i5 = aVar.e(kVar11, kVar).f1426c; + int i6 = aVar.e(kVar9, kVar).f1426c; 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).f1423c - aVar.e(kVar9, kVar14).f1423c) <= Math.abs(aVar.e(kVar11, kVar15).f1423c - aVar.e(kVar9, kVar15).f1423c)) { + } else if (!aVar.c(kVar15) || Math.abs(aVar.e(kVar11, kVar14).f1426c - aVar.e(kVar9, kVar14).f1426c) <= Math.abs(aVar.e(kVar11, kVar15).f1426c - aVar.e(kVar9, kVar15).f1426c)) { kVar15 = kVar14; } if (kVar15 != null) { kVar = kVar15; } - int max = Math.max(aVar.e(kVar11, kVar).f1423c, aVar.e(kVar9, kVar).f1423c) + 1; + int max = Math.max(aVar.e(kVar11, kVar).f1426c, aVar.e(kVar9, kVar).f1426c) + 1; if ((max & 1) == 1) { max++; } @@ -190,7 +190,7 @@ public final class a implements i { throw NotFoundException.k; } } - Result result = new Result(eVar.f1415c, eVar.a, kVarArr, c.i.e.a.DATA_MATRIX); + Result result = new Result(eVar.f1418c, 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 1e756cbacd..da21d5f3b7 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 f1420c; + public final e f1423c; 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.f1422c; + int i4 = eVar.f1425c; if (i4 == i2 && (i = eVar.d) == i3) { - this.f1420c = eVar; + this.f1423c = 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 4bb009d7e0..203d90d9ce 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[] f1421c = {'*', '*', '*', ' ', '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[] f1424c = {'*', '*', '*', ' ', '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 1beaed3e08..f076639851 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.f1420c; + e eVar = aVar.f1423c; 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.f1420c.h) { + if (i8 == aVar.f1423c.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.f1421c; + char[] cArr5 = c.f1424c; 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.f1410c; + int i88 = 8 - cVar2.f1413c; 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 470d0972e1..7ac0de2871 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 f1422c; + public final int f1425c; 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.f1422c = i2; + this.f1425c = 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 803a1aab96..9f55484fee 100644 --- a/app/src/main/java/c/i/e/o/c/a.java +++ b/app/src/main/java/c/i/e/o/c/a.java @@ -20,16 +20,16 @@ public final class a { public final k b; /* renamed from: c reason: collision with root package name */ - public final int f1423c; + public final int f1426c; public b(k kVar, k kVar2, int i, C0152a aVar) { this.a = kVar; this.b = kVar2; - this.f1423c = i; + this.f1426c = i; } public String toString() { - return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.b + MentionUtilsKt.SLASH_CHAR + this.f1423c; + return this.a + AutocompleteViewModel.COMMAND_DISCOVER_TOKEN + this.b + MentionUtilsKt.SLASH_CHAR + this.f1426c; } } @@ -41,7 +41,7 @@ public final class a { /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // java.util.Comparator public int compare(b bVar, b bVar2) { - return bVar.f1423c - bVar2.f1423c; + return bVar.f1426c - bVar2.f1426c; } } 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 a058f2f0eb..edac57415d 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[] f1424c = {'A', 'B', 'C', 'D'}; + public static final char[] f1427c = {'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(f1424c, a[i5])) { + if (i5 != -1 && g(f1427c, 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(f1424c, a[i9])) && i8 < this.f) { + if ((this.d.length() <= 1 || !g(f1427c, 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 = f1424c; + char[] cArr = f1427c; 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 b0dcc2878a..bcd34a7eea 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 f1425c = new StringBuilder(20); + public final StringBuilder f1428c = 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.f1425c; + StringBuilder sb = this.f1428c; 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.f1425c.charAt(i14)); + i13 += "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%".indexOf(this.f1428c.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 81369d29d3..c0b436314b 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 f1426c; + public static final int f1429c; 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; - f1426c = iArr[47]; + f1429c = 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) == f1426c) { + } else if (h(iArr) == f1429c) { 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 6d05bada28..f3c6167485 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.f1430c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i7, p.f1433c) + 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 07c8c21444..4cbf16ac1a 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.f1430c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i2, p.f1433c) + 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.f1430c) + 48)); + sb.append((char) (p.h(aVar, iArr2, i5, p.f1433c) + 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 dc68161b86..58f0631dfd 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[][] f1427c = {new int[]{1, 1, 2}, new int[]{1, 1, 3}}; + public static final int[][] f1430c = {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, f1427c[0]); + iArr = h(aVar, f2, f1430c[0]); } catch (NotFoundException unused) { - iArr = h(aVar, f2, f1427c[1]); + iArr = h(aVar, f2, f1430c[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 dabfd7e90f..2053f4763c 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.f2444c, aVar2); + Result result = new Result(k.a.substring(1), k.b, k.f2447c, 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 d7d13b6d83..18e0c23e44 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.f2444c; + c.i.e.k[] kVarArr = c2.f2447c; 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.f2444c; + c.i.e.k[] kVarArr = b.f2447c; 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 500b8925c7..9a029355e9 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.f2444c, a.UPC_A); + Result result2 = new Result(str.substring(1), null, result.f2447c, 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 f297c31c18..66e20efc77 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 f1428c = new StringBuilder(); + public final StringBuilder f1431c = 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.f1428c; + StringBuilder sb = this.f1431c; 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 7ee7dda182..37ee99595e 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 f1429c = new n(); + public final n f1432c = 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.f1429c.a(i, aVar, l); + return this.f1432c.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 dcce91a845..d6c69e528d 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[][] f1430c; + public static final int[][] f1433c; 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}}; - f1430c = iArr; + f1433c = iArr; int[][] iArr2 = new int[20][]; d = iArr2; System.arraycopy(iArr, 0, iArr2, 0, 10); for (int i = 10; i < 20; i++) { - int[] iArr3 = f1430c[i - 10]; + int[] iArr3 = f1433c[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.f2444c; - k[] kVarArr2 = result.f2444c; + k[] kVarArr = a2.f2447c; + k[] kVarArr2 = result.f2447c; if (kVarArr2 == null) { - result.f2444c = kVarArr; + result.f2447c = 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.f2444c = kVarArr3; + result.f2447c = 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 1008a2a48e..6a2b2eb4cb 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[] f1431c; + public final float[] f1434c; 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.f1431c = new float[4]; + this.f1434c = new float[4]; this.d = new float[4]; this.e = new int[(iArr.length / 2)]; this.f = new int[(iArr.length / 2)]; diff --git a/app/src/main/java/c/i/e/q/r/b.java b/app/src/main/java/c/i/e/q/r/b.java index 6a090e8ce3..435e5754ce 100644 --- a/app/src/main/java/c/i/e/q/r/b.java +++ b/app/src/main/java/c/i/e/q/r/b.java @@ -27,6 +27,6 @@ public class b { StringBuilder sb = new StringBuilder(); sb.append(this.a); sb.append("("); - return a.w(sb, this.b, ')'); + return a.y(sb, this.b, ')'); } } diff --git a/app/src/main/java/c/i/e/q/r/c.java b/app/src/main/java/c/i/e/q/r/c.java index 7f45b8706b..b0e8f5f386 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[] f1432c; + public final k[] f1435c; public c(int i, int[] iArr, int i2, int i3, int i4) { this.a = i; this.b = iArr; float f = (float) i4; - this.f1432c = new k[]{new k((float) i2, f), new k((float) i3, f)}; + this.f1435c = 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 6306a8a6c4..0a3f4f6afc 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 f1433c; + public final c f1436c; public int d; public d(int i, int i2, c cVar) { super(i, i2); - this.f1433c = cVar; + this.f1436c = 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 d4cd2d65c2..f16152b2ce 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.f1433c.a * 9) + dVar2.f1433c.a; + int i4 = (dVar.f1436c.a * 9) + dVar2.f1436c.a; if (i4 > 72) { i4--; } @@ -83,8 +83,8 @@ public final class e extends a { i7 = 0; } sb.append(i7); - k[] kVarArr = dVar.f1433c.f1432c; - k[] kVarArr2 = dVar2.f1433c.f1432c; + k[] kVarArr = dVar.f1436c.f1435c; + k[] kVarArr2 = dVar2.f1436c.f1435c; return new Result(sb.toString(), null, new k[]{kVarArr[0], kVarArr[1], kVarArr2[0], kVarArr2[1]}, c.i.e.a.RSS_14); } } @@ -143,7 +143,7 @@ public final class e extends a { float k0 = ((float) c.k0(iArr)) / ((float) i5); int[] iArr2 = this.e; int[] iArr3 = this.f; - float[] fArr = this.f1431c; + float[] fArr = this.f1434c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f = ((float) iArr[i6]) / k0; @@ -243,17 +243,17 @@ public final class e extends a { z3 = true; if (z4) { if (!z3) { - a.h(this.e, this.f1431c); + a.h(this.e, this.f1434c); } else { throw NotFoundException.k; } } if (z3) { - a.g(this.e, this.f1431c); + a.g(this.e, this.f1434c); } if (z5) { if (!z6) { - a.h(this.f, this.f1431c); + a.h(this.f, this.f1434c); } 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 a10dbca29f..d7c953b634 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 f1434c; + public final c f1437c; public a(b bVar, b bVar2, c cVar, boolean z2) { this.a = bVar; this.b = bVar2; - this.f1434c = cVar; + this.f1437c = 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.f1434c, aVar.f1434c); + return a(this.a, aVar.a) && a(this.b, aVar.b) && a(this.f1437c, aVar.f1437c); } public int hashCode() { - return (b(this.a) ^ b(this.b)) ^ b(this.f1434c); + return (b(this.a) ^ b(this.b)) ^ b(this.f1437c); } public String toString() { @@ -45,7 +45,7 @@ public final class a { sb.append(" , "); sb.append(this.b); sb.append(" : "); - c cVar = this.f1434c; + c cVar = this.f1437c; 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 b09544c55b..25b574eb49 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 f1435c; + public final boolean f1438c; public b(List list, int i, boolean z2) { this.a = new ArrayList(list); this.b = i; - this.f1435c = z2; + this.f1438c = 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.f1435c == bVar.f1435c; + return this.a.equals(bVar.a) && this.f1438c == bVar.f1438c; } public int hashCode() { - return this.a.hashCode() ^ Boolean.valueOf(this.f1435c).hashCode(); + return this.a.hashCode() ^ Boolean.valueOf(this.f1438c).hashCode(); } public String toString() { - return a.G(new StringBuilder("{ "), this.a, " }"); + return a.J(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 5346c58bd6..c0ac374593 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).f1434c.f1432c; - c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1434c.f1432c; + c.i.e.k[] kVarArr = list.get(0).f1437c.f1435c; + c.i.e.k[] kVarArr2 = list.get(list.size() - 1).f1437c.f1435c; 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).f1434c.a != iArr2[i4]) { + } else if (list2.get(i4).f1437c.a != iArr2[i4]) { z2 = false; break; } else { @@ -281,7 +281,7 @@ public final class c extends a { if (Math.abs(k0 - f) / f <= 0.3f) { int[] iArr3 = this.e; int[] iArr4 = this.f; - float[] fArr = this.f1431c; + float[] fArr = this.f1434c; float[] fArr2 = this.d; for (int i6 = 0; i6 < iArr.length; i6++) { float f2 = (((float) iArr[i6]) * 1.0f) / k0; @@ -381,17 +381,17 @@ public final class c extends a { z4 = true; if (z5) { if (!z4) { - a.h(this.e, this.f1431c); + a.h(this.e, this.f1434c); } else { throw NotFoundException.k; } } if (z4) { - a.g(this.e, this.f1431c); + a.g(this.e, this.f1434c); } if (z7) { if (!z6) { - a.h(this.f, this.f1431c); + a.h(this.f, this.f1434c); } 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).f1434c.b[1]; + int i11 = i9 >= 0 ? i9 : list.isEmpty() ? 0 : list.get(list.size() - 1).f1437c.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 63eb0a938d..e810e7ede5 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 f1436c; + public final String f1439c; public final String d; public e(a aVar, String str, String str2) { super(aVar); - this.f1436c = str2; + this.f1439c = 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.f1436c); + sb.append(this.f1439c); 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 47d9028ef8..e4098b3174 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 N = c.d.b.a.a.N("(01)"); - int length = N.length(); - N.append(this.b.c(4, 4)); - c(N, 8, length); - return this.b.a(N, 48); + StringBuilder P = c.d.b.a.a.P("(01)"); + int length = P.length(); + P.append(this.b.c(4, 4)); + c(P, 8, length); + return this.b.a(P, 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 64daa60971..6c5981c8c4 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 f1437c; + public final int f1440c; public final boolean d; public o(int i, String str) { super(i); this.b = str; this.d = false; - this.f1437c = 0; + this.f1440c = 0; } public o(int i, String str, int i2) { super(i); this.d = true; - this.f1437c = i2; + this.f1440c = 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 f39a310f05..af0fc3ddea 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 f1438c; + public final int f1441c; 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.f1438c = i3; + this.f1441c = 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 177df1ce97..f1b93ca5a2 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[][] f1439c; + public static final Object[][] f1442c; 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}}; - f1439c = 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}}; + f1442c = 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 = f1439c; + Object[][] objArr3 = f1442c; for (Object[] objArr4 : objArr3) { if (objArr4[0].equals(substring2)) { return objArr4[1] == a ? c(3, ((Integer) objArr4[2]).intValue(), str) : b(3, ((Integer) objArr4[1]).intValue(), str); @@ -72,7 +72,7 @@ public final class r { String substring2 = str.substring(i, i3); String str2 = "(" + substring + ')' + substring2; String a2 = a(str.substring(i3)); - return a2 == null ? str2 : a.t(str2, a2); + return a2 == null ? str2 : a.u(str2, a2); } throw NotFoundException.k; } @@ -88,6 +88,6 @@ public final class r { String substring2 = str.substring(i, i3); String str2 = "(" + substring + ')' + substring2; String a2 = a(str.substring(i3)); - return a2 == null ? str2 : a.t(str2, a2); + return a2 == null ? str2 : a.u(str2, a2); } } diff --git a/app/src/main/java/c/i/e/q/r/f/d/s.java b/app/src/main/java/c/i/e/q/r/f/d/s.java index 4cc4ed2538..f2d0a455ed 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 f1440c = new StringBuilder(); + public final StringBuilder f1443c = 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.f1437c) : null; + String valueOf = b.d ? String.valueOf(b.f1440c) : 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.f1440c.setLength(0); + this.f1443c.setLength(0); if (str != null) { - this.f1440c.append(str); + this.f1443c.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.f1440c.toString()), true); + lVar = new l(new o(i10, this.f1443c.toString()), true); } else { - this.f1440c.append(c4); + this.f1443c.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.f1440c.toString()), true); + lVar = new l(new o(i18, this.f1443c.toString()), true); } else { - this.f1440c.append(c5); + this.f1443c.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.f1438c == 10 ? new o(i28, this.f1440c.toString()) : new o(i28, this.f1440c.toString(), pVar.f1438c), true); + lVar = new l(pVar.f1441c == 10 ? new o(i28, this.f1443c.toString()) : new o(i28, this.f1443c.toString(), pVar.f1441c), true); } else { - this.f1440c.append(i29); - int i30 = pVar.f1438c; + this.f1443c.append(i29); + int i30 = pVar.f1441c; if (i30 == 10) { - lVar = new l(new o(this.b.a, this.f1440c.toString()), true); + lVar = new l(new o(this.b.a, this.f1443c.toString()), true); } else { - this.f1440c.append(i30); + this.f1443c.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.f1440c.toString()) : new o(i2, this.f1440c.toString(), oVar.f1437c); + return (oVar == null || !oVar.d) ? new o(i2, this.f1443c.toString()) : new o(i2, this.f1443c.toString(), oVar.f1440c); } 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 461aa5013c..f7ee13890c 100644 --- a/app/src/main/java/c/i/e/r/a.java +++ b/app/src/main/java/c/i/e/r/a.java @@ -5,6 +5,7 @@ import androidx.core.view.InputDeviceCompat; import androidx.core.view.PointerIconCompat; import androidx.media.AudioAttributesCompat; import androidx.room.RoomDatabase; +import com.discord.BuildConfig; import com.discord.models.domain.ModelInvite; import com.discord.restapi.RestAPIAbortCodes; import com.discord.utilities.font.FontUtils; @@ -18,17 +19,17 @@ import java.util.Collection; /* compiled from: PDF417Common */ public final class a { public static final int[] a = new int[0]; - 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}; + 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, BuildConfig.VERSION_CODE, 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[] f1441c = {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[] f1444c = {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 (f1441c[binarySearch] - 1) % 929; + return (f1444c[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 7669b7eed9..88317ddd89 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.f1415c, r2.a, r4, c.i.e.a.PDF_417); + r3 = new com.google.zxing.Result(r2.f1418c, 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.f1443c, a4.d, a4.e); + a3 = new c.i.e.r.d.c(a3.a, a3.b, a3.f1446c, a4.d, a4.e); } fVar2 = new f(aVar, a3); if (fVar2 == null) { - if (i12 != 0 || (cVar6 = fVar2.f1446c) == null) { + if (i12 != 0 || (cVar6 = fVar2.f1449c) == null) { break; } cVar2 = cVar5; @@ -197,7 +197,7 @@ public final class b implements i { if (fVar2 == null) { } } - fVar2.f1446c = cVar2; + fVar2.f1449c = 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.f1446c.f : fVar.f1446c.g; + i6 = z3 ? fVar.f1449c.f : fVar.f1449c.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.f1444c == dVar6.f1444c) { + if (dVar7 != null && dVar7.a() && dVar7.f1447c == dVar6.f1447c) { 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 28cec4f539..fcafdebb5b 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 f1442c; + public final int f1445c; 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.f1442c = i2; + this.f1445c = 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 4282bc73e5..db0d4fd1bc 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 f1443c; + public final k f1446c; 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.f1443c = kVar2; + this.f1446c = 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.f1443c = cVar.f1443c; + this.f1446c = cVar.f1446c; 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 aaabc16fba..9337d79ea6 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 f1444c; + public final int f1447c; 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.f1444c = i3; + this.f1447c = i3; this.d = i4; } public boolean a() { int i = this.e; - return i != -1 && this.f1444c == (i % 3) * 3; + return i != -1 && this.f1447c == (i % 3) * 3; } public void b() { - this.e = (this.f1444c / 3) + ((this.d / 30) * 3); + this.e = (this.f1447c / 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 97e93a8fdd..86e42978de 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[] f1445c; + public static final BigInteger[] f1448c; static { BigInteger[] bigIntegerArr = new BigInteger[16]; - f1445c = bigIntegerArr; + f1448c = bigIntegerArr; bigIntegerArr[0] = BigInteger.ONE; BigInteger valueOf = BigInteger.valueOf(900); bigIntegerArr[1] = valueOf; int i = 2; while (true) { - BigInteger[] bigIntegerArr2 = f1445c; + BigInteger[] bigIntegerArr2 = f1448c; 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(f1445c[(i - i2) - 1].multiply(BigInteger.valueOf((long) iArr[i2]))); + bigInteger = bigInteger.add(f1448c[(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 c0ee954283..57ff21c54e 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 f1446c; + public c f1449c; public final int d; public f(a aVar, c cVar) { this.a = aVar; int i = aVar.a; this.d = i; - this.f1446c = cVar; + this.f1449c = cVar; this.b = new g[(i + 2)]; } @@ -23,7 +23,7 @@ public final class f { if (dVar.a()) { return i2; } - if (!(i != -1 && dVar.f1444c == (i % 3) * 3)) { + if (!(i != -1 && dVar.f1447c == (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.f1447c; + boolean z2 = hVar.f1450c; k kVar = z2 ? cVar.b : cVar.d; - k kVar2 = z2 ? cVar.f1443c : cVar.e; + k kVar2 = z2 ? cVar.f1446c : 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 ea56abb712..d1d24caad8 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 f1447c; + public final boolean f1450c; public h(c cVar, boolean z2) { super(cVar); - this.f1447c = z2; + this.f1450c = 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.f1447c) { + if (!this.f1450c) { 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.f1447c) { + if (!this.f1450c) { 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.f1442c) { + } else if ((i2 * 3) + 1 != aVar.f1445c) { 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.f1447c + '\n' + super.toString(); + return "IsLeft: " + this.f1450c + '\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 e9deb57bd2..84ea10f8ff 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.f1447c; + boolean z2 = hVar.f1450c; k kVar5 = z2 ? cVar.b : cVar.d; - k kVar6 = z2 ? cVar.f1443c : cVar.e; + k kVar6 = z2 ? cVar.f1446c : 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.f1447c; + boolean z3 = hVar.f1450c; k kVar7 = cVar2.b; - k kVar8 = cVar2.f1443c; + k kVar8 = cVar2.f1446c; 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.f1448c[i16]; + int i17 = length - bVar3.f1451c[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 e39e98ebc5..18f53207e5 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[] f1448c; + public final int[] f1451c; public final c d; public final c e; public b(int i, int i2) { this.b = new int[i]; - this.f1448c = new int[i]; + this.f1451c = 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.f1448c[this.b[i5]] = i5; + this.f1451c[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.f1448c[i]) - 1]; + return this.b[(929 - this.f1451c[i]) - 1]; } throw new ArithmeticException(); } @@ -52,7 +52,7 @@ public final class b { return 0; } int[] iArr = this.b; - int[] iArr2 = this.f1448c; + int[] iArr2 = this.f1451c; 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 0ed7959b7d..66e69819c4 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[] f1449c = {8, 1, 1, 1, 1, 1, 1, 3}; + public static final int[] f1452c = {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, f1449c); + k[] c2 = c(bVar, i5, i6, i3, i4, f1452c); 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 327a3dbecc..98bbb4d931 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.f1457c) { + if (eVar2.f1460c) { 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.f1457c = true; + eVar2.f1460c = 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.f1457c) { + if (eVar2.f1460c) { 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.f1456c; + float f7 = dVar2.f1459c; 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).f1456c - f9) > max) { + if (Math.abs(eVar2.b.get(i11).f1459c - 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.f1456c; + f4 += dVar3.f1459c; } 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.f1458c; + c.i.e.s.c.d dVar5 = fVar.f1461c; 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.f1415c, eVar.a, kVarArr, c.i.e.a.QR_CODE); + Result result = new Result(eVar.f1418c, 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 20ab7ff569..6e308dee72 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 f1450c; + public g f1453c; 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.f1450c; + g gVar = this.f1453c; if (gVar != null) { return gVar; } @@ -69,7 +69,7 @@ public final class a { if (a2 == null) { a2 = g.a(a ^ 21522, i ^ 21522); } - this.f1450c = a2; + this.f1453c = a2; if (a2 != null) { return a2; } @@ -113,8 +113,8 @@ public final class a { } public void e() { - if (this.f1450c != null) { - c cVar = c.values()[this.f1450c.f1451c]; + if (this.f1453c != null) { + c cVar = c.values()[this.f1453c.f1454c]; 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 558f4eb9d0..e3c2b219e7 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.f1450c = null; + aVar.f1453c = null; aVar.d = true; aVar.d(); aVar.c(); @@ -45,7 +45,7 @@ public final class e { e = null; aVar.e(); aVar.b = null; - aVar.f1450c = null; + aVar.f1453c = 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.f1451c]; + c cVar = c.values()[c2.f1454c]; 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.f1453c > 6) { + if (d2.f1456c > 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 30827eaf4f..f84c438933 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 f1451c; + public final byte f1454c; 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.f1451c = (byte) (i & 7); + this.f1454c = (byte) (i & 7); return; } } @@ -55,10 +55,10 @@ public final class g { return false; } g gVar = (g) obj; - return this.b == gVar.b && this.f1451c == gVar.f1451c; + return this.b == gVar.b && this.f1454c == gVar.f1454c; } public int hashCode() { - return (this.b.ordinal() << 3) | this.f1451c; + return (this.b.ordinal() << 3) | this.f1454c; } } 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 2b3a9e648d..9637f78e10 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.f1453c; + int i = jVar.f1456c; 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 5d1b247fbe..6d97456ea7 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 f1453c; + public final int f1456c; 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.f1453c = i; + this.f1456c = 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.f1453c * 4) + 17; + return (this.f1456c * 4) + 17; } public String toString() { - return String.valueOf(this.f1453c); + return String.valueOf(this.f1456c); } } 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 fa7572152c..b23d8b59f0 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 f1454c; + public final float f1457c; public a(float f, float f2, float f3) { super(f, f2); - this.f1454c = f3; + this.f1457c = 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 c9d8361557..45fc443fc0 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 f1455c; + public final int f1458c; 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.f1455c = i; + this.f1458c = 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.f1454c); - if (abs <= 1.0f || abs <= aVar.f1454c) { + float abs = Math.abs(f2 - aVar.f1457c); + if (abs <= 1.0f || abs <= aVar.f1457c) { z2 = true; continue; if (z2) { - return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1454c + f2) / 2.0f); + return new a((aVar.a + a) / 2.0f, (aVar.b + f) / 2.0f, (aVar.f1457c + 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 15a3ae7807..1e44dad7ec 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.f1455c; + int i4 = bVar.f1458c; 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 141866df9a..b7094741ed 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 f1456c; + public final float f1459c; public final int d; public d(float f, float f2, float f3) { super(f, f2); - this.f1456c = f3; + this.f1459c = f3; this.d = 1; } public d(float f, float f2, float f3, int i) { super(f, f2); - this.f1456c = f3; + this.f1459c = 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 329ca81a42..1e84e1e5d0 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 f1457c; + public boolean f1460c; 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.f1456c - this.average), Math.abs(dVar4.f1456c - this.average)) : compare; + return compare == 0 ? Float.compare(Math.abs(dVar3.f1459c - this.average), Math.abs(dVar4.f1459c - 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.f1456c - this.average), Math.abs(dVar.f1456c - this.average)); + return Float.compare(Math.abs(dVar2.f1459c - this.average), Math.abs(dVar.f1459c - 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.f1456c); - if (abs <= 1.0f || abs <= dVar.f1456c) { + float abs = Math.abs(f5 - dVar.f1459c); + if (abs <= 1.0f || abs <= dVar.f1459c) { 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.f1456c) + f5) / f7, i29)); + list.set(i27, new d(((dVar.a * f6) + f2) / f7, ((dVar.b * f6) + f) / f7, ((f6 * dVar.f1459c) + 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.f1456c; + f2 += dVar.f1459c; } } if (i < 3) { @@ -332,7 +332,7 @@ public class e { } float f3 = f2 / ((float) size); for (d dVar2 : this.b) { - f += Math.abs(dVar2.f1456c - f3); + f += Math.abs(dVar2.f1459c - 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 f03982d2fe..39db1d4c75 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 f1458c; + public final d f1461c; public f(d[] dVarArr) { this.a = dVarArr[0]; this.b = dVarArr[1]; - this.f1458c = dVarArr[2]; + this.f1461c = 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 1df089ffe7..e2da7590c7 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.f538c = -1; + kVar.f541c = -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 N = c.d.b.a.a.N("HCaptchaJSInterface(hCaptchaConfig="); - N.append(this.hCaptchaConfig); - N.append(", onLoadedListener="); - N.append(this.onLoadedListener); - N.append(", onSuccessListener="); - N.append(this.onSuccessListener); - N.append(", onFailureListener="); - N.append(this.onFailureListener); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("HCaptchaJSInterface(hCaptchaConfig="); + P.append(this.hCaptchaConfig); + P.append(", onLoadedListener="); + P.append(this.onLoadedListener); + P.append(", onSuccessListener="); + P.append(this.onSuccessListener); + P.append(", onFailureListener="); + P.append(this.onFailureListener); + P.append(")"); + return P.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 dca89c97b8..f4c4ff0549 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> f1459c = new ArrayList(); + public final List> f1462c = new ArrayList(); public final List d = new ArrayList(); public final void a() { if (this.a != null) { - Iterator> it = this.f1459c.iterator(); + Iterator> it = this.f1462c.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 ed1ea21659..d532441055 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 f1460c = new Paint(); + public Paint f1463c = 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.f1460c.setColor(-1); + this.f1463c.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.f1460c : this.d); + canvas.drawRect(rect2, z3 ? this.f1463c : 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 7a3001d79d..bb685277cd 100644 --- a/app/src/main/java/c/k/a/a/b.java +++ b/app/src/main/java/c/k/a/a/b.java @@ -30,14 +30,14 @@ public class b extends BaseAdapter { public ColorPanelView b; /* renamed from: c reason: collision with root package name */ - public ImageView f1461c; + public ImageView f1464c; public int d; 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.f1461c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); + this.f1464c = (ImageView) this.a.findViewById(R.c.cpv_color_image_view); this.d = this.b.getBorderColor(); this.a.setTag(this); } @@ -79,20 +79,20 @@ public class b extends BaseAdapter { int i2 = b.this.j[i]; int alpha = Color.alpha(i2); bVar.b.setColor(i2); - bVar.f1461c.setImageResource(b.this.k == i ? R.b.cpv_preset_checked : 0); + bVar.f1464c.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.f1461c.setColorFilter((ColorFilter) null); + bVar.f1464c.setColorFilter((ColorFilter) null); } else { - bVar.f1461c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); + bVar.f1464c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } } else if (alpha <= 165) { bVar.b.setBorderColor(i2 | ViewCompat.MEASURED_STATE_MASK); - bVar.f1461c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); + bVar.f1464c.setColorFilter(ViewCompat.MEASURED_STATE_MASK, PorterDuff.Mode.SRC_IN); } else { bVar.b.setBorderColor(bVar.d); - bVar.f1461c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); + bVar.f1464c.setColorFilter(-1, PorterDuff.Mode.SRC_IN); } bVar.b.setOnClickListener(new c(bVar, i)); bVar.b.setOnLongClickListener(new d(bVar)); diff --git a/app/src/main/java/c/k/a/a/e.java b/app/src/main/java/c/k/a/a/e.java index c8d3797570..1cba70e54e 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.f2447s; + bVar = this.a.f2450s; int[] iArr = bVar.j; if (i3 >= iArr.length) { break; } int i4 = iArr[i3]; - this.a.f2447s.j[i3] = Color.argb(i2, Color.red(i4), Color.green(i4), Color.blue(i4)); + this.a.f2450s.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 af77478c23..8fe4c7f258 100644 --- a/app/src/main/java/c/l/a/a.java +++ b/app/src/main/java/c/l/a/a.java @@ -37,7 +37,7 @@ public final class a extends Drawable implements Animatable2Compat { public int r; /* renamed from: s reason: collision with root package name */ - public int f1462s; + public int f1465s; public boolean t; public long u; public Long v; @@ -50,7 +50,7 @@ public final class a extends Drawable implements Animatable2Compat { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1463c; + public final int f1466c; public final int d; public final Function0 e; @@ -73,7 +73,7 @@ public final class a extends Drawable implements Animatable2Compat { /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public C0155a(C0155a aVar) { - this(aVar.a.copy(), aVar.b, aVar.f1463c, aVar.d, aVar.e); + this(aVar.a.copy(), aVar.b, aVar.f1466c, aVar.d, aVar.e); m.checkNotNullParameter(aVar, "apngState"); } @@ -82,7 +82,7 @@ public final class a extends Drawable implements Animatable2Compat { m.checkNotNullParameter(function0, "currentTimeProvider"); this.a = apng; this.b = i; - this.f1463c = i2; + this.f1466c = i2; this.d = i3; this.e = function0; } @@ -114,7 +114,7 @@ public final class a extends Drawable implements Animatable2Compat { this.q = new int[frameCount]; C0155a aVar2 = this.w; this.r = aVar2.b; - this.f1462s = aVar2.f1463c; + this.f1465s = aVar2.f1466c; for (int i = 1; i < frameCount; i++) { int[] iArr = this.q; int i2 = i - 1; @@ -122,7 +122,7 @@ public final class a extends Drawable implements Animatable2Compat { } Rect bounds = getBounds(); C0155a aVar3 = this.w; - bounds.set(0, 0, aVar3.b, aVar3.f1463c); + bounds.set(0, 0, aVar3.b, aVar3.f1466c); } @WorkerThread @@ -230,7 +230,7 @@ public final class a extends Drawable implements Animatable2Compat { @Override // android.graphics.drawable.Drawable public int getIntrinsicHeight() { - return this.f1462s; + return this.f1465s; } @Override // android.graphics.drawable.Drawable diff --git a/app/src/main/java/c/m/a/a.java b/app/src/main/java/c/m/a/a.java index cdbe19464b..4997d4f9a3 100644 --- a/app/src/main/java/c/m/a/a.java +++ b/app/src/main/java/c/m/a/a.java @@ -33,7 +33,7 @@ public final class a { } if ((i & 16) != 0) { c cVar3 = c.e; - j5 = c.f1464c; + j5 = c.f1467c; } else { j5 = j2; } diff --git a/app/src/main/java/c/m/a/c.java b/app/src/main/java/c/m/a/c.java index 2b38c4278b..d61c674333 100644 --- a/app/src/main/java/c/m/a/c.java +++ b/app/src/main/java/c/m/a/c.java @@ -9,13 +9,13 @@ public final class c { public static final long b; /* renamed from: c reason: collision with root package name */ - public static final long f1464c; + public static final long f1467c; public static final long d = TimeUnit.SECONDS.toMillis(6); public static final c e = new c(); static { TimeUnit timeUnit = TimeUnit.MINUTES; b = timeUnit.toMillis(1); - f1464c = timeUnit.toMillis(1); + f1467c = 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 60113decf4..d4af11f653 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 N = a.N("KronosTime(posixTimeMs="); - N.append(this.a); - N.append(", timeSinceLastNtpSyncMs="); - return a.D(N, this.b, ")"); + StringBuilder P = a.P("KronosTime(posixTimeMs="); + P.append(this.a); + P.append(", timeSinceLastNtpSyncMs="); + return a.F(P, 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 9dd8fe7df8..8748f07a68 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 f1465c; + public final a f1468c; /* compiled from: SntpClient */ public static class a extends IOException { @@ -27,34 +27,34 @@ public class e { public final long b; /* renamed from: c reason: collision with root package name */ - public final long f1466c; + public final long f1469c; public final c.m.a.b d; public b(long j, long j2, long j3, c.m.a.b bVar) { this.a = j; this.b = j2; - this.f1466c = j3; + this.f1469c = j3; this.d = bVar; } public long a() { - return this.a + this.f1466c + (this.d.b() - this.b); + return this.a + this.f1469c + (this.d.b() - this.b); } } public e(c.m.a.b bVar, c cVar, a aVar) { this.a = bVar; this.b = cVar; - this.f1465c = aVar; + this.f1468c = aVar; } public static void a(byte b2, byte b3, int i, long j) throws a { if (b2 == 3) { throw new a("unsynchronized server"); } else if (b3 != 4 && b3 != 5) { - throw new a(c.d.b.a.a.k("untrusted mode: ", b3)); + throw new a(c.d.b.a.a.l("untrusted mode: ", b3)); } else if (i == 0 || i > 15) { - throw new a(c.d.b.a.a.k("untrusted stratum: ", i)); + throw new a(c.d.b.a.a.l("untrusted stratum: ", i)); } else if (j == 0) { throw new a("zero transmitTime"); } @@ -97,10 +97,10 @@ public class e { DatagramSocket datagramSocket = null; try { InetAddress a2 = this.b.a(str); - datagramSocket = this.f1465c.c(); + datagramSocket = this.f1468c.c(); datagramSocket.setSoTimeout(l.intValue()); byte[] bArr = new byte[48]; - DatagramPacket b2 = this.f1465c.b(bArr, a2, 123); + DatagramPacket b2 = this.f1468c.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.f1465c.a(copyOf)); + datagramSocket.receive(this.f1468c.a(copyOf)); long b4 = this.a.b(); long j5 = (b4 - b3) + a3; long c2 = c(copyOf, 24); diff --git a/app/src/main/java/c/m/a/g/d/g.java b/app/src/main/java/c/m/a/g/d/g.java index 4575cc1f44..22649c3099 100644 --- a/app/src/main/java/c/m/a/g/d/g.java +++ b/app/src/main/java/c/m/a/g/d/g.java @@ -21,7 +21,7 @@ public final class g implements f { m.checkParameterIsNotNull(bVar, "response"); this.a.f(bVar.a); this.a.a(bVar.b); - this.a.b(bVar.f1466c); + this.a.b(bVar.f1469c); } @Override // c.m.a.g.d.f diff --git a/app/src/main/java/c/m/a/g/d/i.java b/app/src/main/java/c/m/a/g/d/i.java index f6077fe087..74284ec2f2 100644 --- a/app/src/main/java/c/m/a/g/d/i.java +++ b/app/src/main/java/c/m/a/g/d/i.java @@ -18,7 +18,7 @@ public final class i implements h { public final AtomicLong b = new AtomicLong(0); /* renamed from: c reason: collision with root package name */ - public final ExecutorService f1467c = Executors.newSingleThreadExecutor(b.i); + public final ExecutorService f1470c = Executors.newSingleThreadExecutor(b.i); public final e d; public final c.m.a.b e; public final f f; @@ -78,7 +78,7 @@ public final class i implements h { m.checkExpressionValueIsNotNull(d, "response"); if (d.a() >= 0) { iVar.f.a(d); - long j = d.f1466c; + long j = d.f1469c; long b2 = iVar.e.b() - b; c.m.a.e eVar2 = iVar.g; if (eVar2 != null) { @@ -151,7 +151,7 @@ public final class i implements h { public void b() { c(); if (this.a.get() != a.SYNCING) { - this.f1467c.submit(new c(this)); + this.f1470c.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 adebda0ac5..3806555f72 100644 --- a/app/src/main/java/c/n/a/a/a.java +++ b/app/src/main/java/c/n/a/a/a.java @@ -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 N = c.d.b.a.a.N("Samsung Account link failure "); + StringBuilder P = c.d.b.a.a.P("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); - N.append(sb.toString()); - String sb2 = N.toString(); + P.append(sb.toString()); + String sb2 = P.toString(); m.checkNotNullExpressionValue(sb2, "StringBuilder()\n … .toString()"); Log.w("Discord", sb2); SamsungConnectActivity.a(dVar.a, string, string2); diff --git a/app/src/main/java/c/o/a/b.java b/app/src/main/java/c/o/a/b.java index 8b425b2d6f..96015d01e6 100644 --- a/app/src/main/java/c/o/a/b.java +++ b/app/src/main/java/c/o/a/b.java @@ -13,7 +13,7 @@ public final class b { @VisibleForTesting /* renamed from: c reason: collision with root package name */ - public static AbstractC0159b f1468c; + public static AbstractC0159b f1471c; @NonNull public String d; @@ -43,7 +43,7 @@ public final class b { CopyOnWriteArraySet copyOnWriteArraySet = new CopyOnWriteArraySet(); b = copyOnWriteArraySet; a aVar = new a(); - f1468c = aVar; + f1471c = aVar; copyOnWriteArraySet.add(aVar); } diff --git a/app/src/main/java/c/o/a/c.java b/app/src/main/java/c/o/a/c.java index 93c02677b8..9f026c795e 100644 --- a/app/src/main/java/c/o/a/c.java +++ b/app/src/main/java/c/o/a/c.java @@ -24,7 +24,7 @@ public abstract class c { public Set b = new HashSet(2); /* renamed from: c reason: collision with root package name */ - public Set f1469c = new HashSet(4); + public Set f1472c = new HashSet(4); public Set d = new HashSet(2); public Set e = new HashSet(15); public Set f = new HashSet(5); @@ -47,7 +47,7 @@ public abstract class c { @NonNull public final Collection b() { - return Collections.unmodifiableSet(this.f1469c); + return Collections.unmodifiableSet(this.f1472c); } public final boolean c(@NonNull c.o.a.m.c cVar) { diff --git a/app/src/main/java/c/o/a/l.java b/app/src/main/java/c/o/a/l.java index d7ba372f17..6a1b892714 100644 --- a/app/src/main/java/c/o/a/l.java +++ b/app/src/main/java/c/o/a/l.java @@ -15,7 +15,7 @@ public class l { public Location b; /* renamed from: c reason: collision with root package name */ - public int f1470c; + public int f1473c; 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 2c0755c106..1de8a93f0f 100644 --- a/app/src/main/java/c/o/a/n/b.java +++ b/app/src/main/java/c/o/a/n/b.java @@ -26,14 +26,14 @@ import java.util.Objects; public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback, a.AbstractC0168a { /* renamed from: c0 reason: collision with root package name */ - public final c.o.a.n.q.a f1471c0 = c.o.a.n.q.a.a(); + public final c.o.a.n.q.a f1474c0 = c.o.a.n.q.a.a(); /* renamed from: d0 reason: collision with root package name */ - public Camera f1472d0; + public Camera f1475d0; @VisibleForTesting /* renamed from: e0 reason: collision with root package name */ - public int f1473e0; + public int f1476e0; /* compiled from: Camera1Engine */ public class a implements Runnable { @@ -66,8 +66,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - b.this.f1472d0.cancelAutoFocus(); - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + b.this.f1475d0.cancelAutoFocus(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -77,7 +77,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(null); } b.this.c1(parameters); - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.setParameters(parameters); } } @@ -110,7 +110,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback b bVar = b.this; c.o.a.n.s.a aVar = new c.o.a.n.s.a(bVar.K, bVar.n.l()); c.o.a.t.b c2 = this.i.c(aVar); - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); int maxNumFocusAreas = parameters.getMaxNumFocusAreas(); int maxNumMeteringAreas = parameters.getMaxNumMeteringAreas(); if (maxNumFocusAreas > 0) { @@ -120,12 +120,12 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setMeteringAreas(c2.b(maxNumMeteringAreas, aVar)); } parameters.setFocusMode("auto"); - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.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 RunnableC0160a()); try { - b.this.f1472d0.autoFocus(new C0161b()); + b.this.f1475d0.autoFocus(new C0161b()); } catch (RuntimeException e) { i.i.a(3, "startAutoFocus:", "Error calling autoFocus", e); } @@ -144,9 +144,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); if (b.this.e1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.setParameters(parameters); } } } @@ -161,9 +161,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); b.this.g1(parameters); - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.setParameters(parameters); } } @@ -177,9 +177,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); if (b.this.j1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.setParameters(parameters); } } } @@ -194,9 +194,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); if (b.this.f1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.setParameters(parameters); } } } @@ -215,9 +215,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); if (b.this.k1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.setParameters(parameters); if (this.j) { b bVar = b.this; ((CameraView.b) bVar.l).f(bVar.C, this.k); @@ -242,9 +242,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); if (b.this.d1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.setParameters(parameters); if (this.j) { b bVar = b.this; ((CameraView.b) bVar.l).c(bVar.D, this.k, this.l); @@ -277,9 +277,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // java.lang.Runnable public void run() { - Camera.Parameters parameters = b.this.f1472d0.getParameters(); + Camera.Parameters parameters = b.this.f1475d0.getParameters(); if (b.this.i1(parameters, this.i)) { - b.this.f1472d0.setParameters(parameters); + b.this.f1475d0.setParameters(parameters); } } } @@ -318,9 +318,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStartBind:", "Started"); try { if (this.n.j() == SurfaceHolder.class) { - this.f1472d0.setPreviewDisplay((SurfaceHolder) this.n.i()); + this.f1475d0.setPreviewDisplay((SurfaceHolder) this.n.i()); } else if (this.n.j() == SurfaceTexture.class) { - this.f1472d0.setPreviewTexture((SurfaceTexture) this.n.i()); + this.f1475d0.setPreviewTexture((SurfaceTexture) this.n.i()); } else { throw new RuntimeException("Unknown CameraPreview output class."); } @@ -338,23 +338,23 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public Task Q() { try { - Camera open = Camera.open(this.f1473e0); - this.f1472d0 = open; + Camera open = Camera.open(this.f1476e0); + this.f1475d0 = open; if (open != null) { open.setErrorCallback(this); c.o.a.b bVar = i.i; bVar.a(1, "onStartEngine:", "Applying default parameters."); try { - Camera.Parameters parameters = this.f1472d0.getParameters(); - int i2 = this.f1473e0; + Camera.Parameters parameters = this.f1475d0.getParameters(); + int i2 = this.f1476e0; c.o.a.n.t.a aVar = this.K; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar3 = c.o.a.n.t.b.VIEW; this.o = new c.o.a.n.u.a(parameters, i2, aVar.b(bVar2, bVar3)); b1(parameters); - this.f1472d0.setParameters(parameters); + this.f1475d0.setParameters(parameters); try { - this.f1472d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); + this.f1475d0.setDisplayOrientation(this.K.c(bVar2, bVar3, 1)); bVar.a(1, "onStartEngine:", "Ended"); return c.i.a.f.e.o.c.F(this.o); } catch (Exception unused) { @@ -386,7 +386,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.n.s(C.i, C.j); this.n.r(0); try { - Camera.Parameters parameters = this.f1472d0.getParameters(); + Camera.Parameters parameters = this.f1475d0.getParameters(); parameters.setPreviewFormat(17); c.o.a.x.b bVar2 = this.r; parameters.setPreviewSize(bVar2.i, bVar2.j); @@ -400,13 +400,13 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback parameters.setPictureSize(Q0.i, Q0.j); } try { - this.f1472d0.setParameters(parameters); - this.f1472d0.setPreviewCallbackWithBuffer(null); - this.f1472d0.setPreviewCallbackWithBuffer(this); + this.f1475d0.setParameters(parameters); + this.f1475d0.setPreviewCallbackWithBuffer(null); + this.f1475d0.setPreviewCallbackWithBuffer(this); l1().e(17, this.r, this.K); bVar.a(1, "onStartPreview", "Starting preview with startPreview()."); try { - this.f1472d0.startPreview(); + this.f1475d0.startPreview(); bVar.a(1, "onStartPreview", "Started preview."); return c.i.a.f.e.o.c.F(null); } catch (Exception e2) { @@ -433,9 +433,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.q = null; try { if (this.n.j() == SurfaceHolder.class) { - this.f1472d0.setPreviewDisplay(null); + this.f1475d0.setPreviewDisplay(null); } else if (this.n.j() == SurfaceTexture.class) { - this.f1472d0.setPreviewTexture(null); + this.f1475d0.setPreviewTexture(null); } else { throw new RuntimeException("Unknown CameraPreview output class."); } @@ -452,19 +452,19 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback bVar.a(1, "onStopEngine:", "About to clean up."); this.m.e("focus reset", 0); this.m.e("focus end", 0); - if (this.f1472d0 != null) { + if (this.f1475d0 != null) { try { bVar.a(1, "onStopEngine:", "Clean up.", "Releasing camera."); - this.f1472d0.release(); + this.f1475d0.release(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.i.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1472d0 = null; + this.f1475d0 = null; this.o = null; } this.o = null; - this.f1472d0 = null; + this.f1475d0 = null; i.i.a(2, "onStopEngine:", "Clean up.", "Returning."); return c.i.a.f.e.o.c.F(null); } @@ -473,7 +473,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @NonNull public List T0() { try { - List supportedPreviewSizes = this.f1472d0.getParameters().getSupportedPreviewSizes(); + List supportedPreviewSizes = this.f1475d0.getParameters().getSupportedPreviewSizes(); ArrayList arrayList = new ArrayList(supportedPreviewSizes.size()); for (Camera.Size size : supportedPreviewSizes) { c.o.a.x.b bVar = new c.o.a.x.b(size.width, size.height); @@ -497,10 +497,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback this.p = null; l1().d(); bVar.a(1, "onStopPreview:", "Releasing preview buffers."); - this.f1472d0.setPreviewCallbackWithBuffer(null); + this.f1475d0.setPreviewCallbackWithBuffer(null); try { bVar.a(1, "onStopPreview:", "Stopping preview."); - this.f1472d0.stopPreview(); + this.f1475d0.stopPreview(); bVar.a(1, "onStopPreview:", "Stopped preview."); } catch (Exception e2) { i.i.a(3, "stopPreview", "Could not stop preview", e2); @@ -528,9 +528,9 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.t.a aVar2 = this.K; c.o.a.n.t.b bVar2 = c.o.a.n.t.b.SENSOR; c.o.a.n.t.b bVar3 = c.o.a.n.t.b.OUTPUT; - aVar.f1470c = aVar2.c(bVar2, bVar3, 2); + aVar.f1473c = aVar2.c(bVar2, bVar3, 2); aVar.d = w(bVar3); - c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1472d0); + c.o.a.v.a aVar3 = new c.o.a.v.a(aVar, this, this.f1475d0); this.p = aVar3; aVar3.c(); bVar.a(1, "onTakePicture:", "executed."); @@ -543,11 +543,11 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.t.b bVar2 = c.o.a.n.t.b.OUTPUT; aVar.d = F(bVar2); if (this.n instanceof c.o.a.w.e) { - aVar.f1470c = this.K.c(c.o.a.n.t.b.VIEW, bVar2, 1); - this.p = new c.o.a.v.g(aVar, this, (c.o.a.w.e) this.n, aVar2, this.f1483b0); + aVar.f1473c = 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.f1486b0); } else { - aVar.f1470c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); - this.p = new c.o.a.v.e(aVar, this, this.f1472d0, aVar2); + aVar.f1473c = this.K.c(c.o.a.n.t.b.SENSOR, bVar2, 2); + this.p = new c.o.a.v.e(aVar, this, this.f1475d0, aVar2); } this.p.c(); bVar.a(1, "onTakePictureSnapshot:", "executed."); @@ -568,7 +568,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public boolean c(@NonNull c.o.a.m.e eVar) { - Objects.requireNonNull(this.f1471c0); + Objects.requireNonNull(this.f1474c0); int intValue = c.o.a.n.q.a.d.get(eVar).intValue(); i.i.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(Camera.getNumberOfCameras())); Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); @@ -577,7 +577,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback Camera.getCameraInfo(i2, cameraInfo); if (cameraInfo.facing == intValue) { this.K.f(eVar, cameraInfo.orientation); - this.f1473e0 = i2; + this.f1476e0 = i2; return true; } } @@ -627,7 +627,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean e1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.f fVar) { if (this.o.c(this.v)) { - c.o.a.n.q.a aVar = this.f1471c0; + c.o.a.n.q.a aVar = this.f1474c0; c.o.a.m.f fVar2 = this.v; Objects.requireNonNull(aVar); parameters.setFlashMode(c.o.a.n.q.a.b.get(fVar2)); @@ -646,14 +646,14 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback } public final boolean f1(@NonNull Camera.Parameters parameters, @NonNull c.o.a.m.h hVar) { - if (this.o.c(this.f1487z)) { - c.o.a.n.q.a aVar = this.f1471c0; - c.o.a.m.h hVar2 = this.f1487z; + if (this.o.c(this.f1490z)) { + c.o.a.n.q.a aVar = this.f1474c0; + c.o.a.m.h hVar2 = this.f1490z; Objects.requireNonNull(aVar); parameters.setSceneMode(c.o.a.n.q.a.e.get(hVar2)); return true; } - this.f1487z = hVar; + this.f1490z = hVar; return false; } @@ -678,10 +678,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @TargetApi(17) public final boolean h1(boolean z2) { Camera.CameraInfo cameraInfo = new Camera.CameraInfo(); - Camera.getCameraInfo(this.f1473e0, cameraInfo); + Camera.getCameraInfo(this.f1476e0, cameraInfo); if (cameraInfo.canDisableShutterSound) { try { - return this.f1472d0.enableShutterSound(this.E); + return this.f1475d0.enableShutterSound(this.E); } catch (RuntimeException unused) { return false; } @@ -729,10 +729,10 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean j1(@NonNull Camera.Parameters parameters, @NonNull m mVar) { if (this.o.c(this.w)) { - c.o.a.n.q.a aVar = this.f1471c0; + c.o.a.n.q.a aVar = this.f1474c0; m mVar2 = this.w; Objects.requireNonNull(aVar); - parameters.setWhiteBalance(c.o.a.n.q.a.f1489c.get(mVar2)); + parameters.setWhiteBalance(c.o.a.n.q.a.f1492c.get(mVar2)); parameters.remove("auto-whitebalance-lock"); return true; } @@ -748,7 +748,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback public final boolean k1(@NonNull Camera.Parameters parameters, float f2) { if (this.o.k) { parameters.setZoom((int) (this.C * ((float) parameters.getMaxZoom()))); - this.f1472d0.setParameters(parameters); + this.f1475d0.setParameters(parameters); return true; } this.C = f2; @@ -757,8 +757,8 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback @Override // c.o.a.n.i public void l0(@NonNull c.o.a.m.h hVar) { - c.o.a.m.h hVar2 = this.f1487z; - this.f1487z = hVar; + c.o.a.m.h hVar2 = this.f1490z; + this.f1490z = hVar; c.o.a.n.v.f fVar = this.m; fVar.b("hdr (" + hVar + ")", true, new c.o.a.n.v.h(fVar, c.o.a.n.v.e.ENGINE, new e(hVar2))); } @@ -780,7 +780,7 @@ public class b extends g implements Camera.PreviewCallback, Camera.ErrorCallback c.o.a.n.v.e eVar = this.m.f; c.o.a.n.v.e eVar2 = c.o.a.n.v.e.ENGINE; if (eVar.f(eVar2) && this.m.g.f(eVar2)) { - this.f1472d0.addCallbackBuffer(bArr); + this.f1475d0.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 4e5a0cc71e..fdfb0094a6 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 f1474c0; + public final CameraManager f1477c0; /* renamed from: d0 reason: collision with root package name */ - public String f1475d0; + public String f1478d0; /* renamed from: e0 reason: collision with root package name */ - public CameraDevice f1476e0; + public CameraDevice f1479e0; /* renamed from: f0 reason: collision with root package name */ - public CameraCharacteristics f1477f0; + public CameraCharacteristics f1480f0; /* renamed from: g0 reason: collision with root package name */ - public CameraCaptureSession f1478g0; + public CameraCaptureSession f1481g0; /* renamed from: h0 reason: collision with root package name */ - public CaptureRequest.Builder f1479h0; + public CaptureRequest.Builder f1482h0; /* renamed from: i0 reason: collision with root package name */ - public TotalCaptureResult f1480i0; + public TotalCaptureResult f1483i0; /* renamed from: j0 reason: collision with root package name */ - public final c.o.a.n.q.b f1481j0; + public final c.o.a.n.q.b f1484j0; 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.f1479h0, this.i); + boolean h1 = dVar.h1(dVar.f1482h0, this.i); d dVar2 = d.this; if (dVar2.m.f == c.o.a.n.v.e.PREVIEW) { dVar2.v = c.o.a.m.f.OFF; - dVar2.h1(dVar2.f1479h0, this.i); + dVar2.h1(dVar2.f1482h0, this.i); try { d dVar3 = d.this; - dVar3.f1478g0.capture(dVar3.f1479h0.build(), null, null); + dVar3.f1481g0.capture(dVar3.f1482h0.build(), null, null); d dVar4 = d.this; dVar4.v = this.j; - dVar4.h1(dVar4.f1479h0, this.i); + dVar4.h1(dVar4.f1482h0, 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.f1479h0; + CaptureRequest.Builder builder = dVar.f1482h0; 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.f1479h0, this.i)) { + if (dVar.m1(dVar.f1482h0, this.i)) { d.this.k1(); } } @@ -161,7 +161,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // java.lang.Runnable public void run() { d dVar = d.this; - if (dVar.i1(dVar.f1479h0, this.i)) { + if (dVar.i1(dVar.f1482h0, 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.f1479h0, this.i)) { + if (dVar.n1(dVar.f1482h0, 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.f1479h0, this.i)) { + if (dVar.g1(dVar.f1482h0, 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.f1479h0, this.i)) { + if (dVar.j1(dVar.f1482h0, 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.f1480i0 = totalCaptureResult; + dVar.f1483i0 = totalCaptureResult; for (c.o.a.n.o.a aVar : dVar.o0) { aVar.b(d.this, captureRequest, totalCaptureResult); } @@ -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.f1476e0 = cameraDevice; + d.this.f1479e0 = cameraDevice; try { i.i.a(1, "onStartEngine:", "Opened camera device."); d dVar = d.this; - dVar.f1477f0 = dVar.f1474c0.getCameraCharacteristics(dVar.f1475d0); + dVar.f1480f0 = dVar.f1477c0.getCameraCharacteristics(dVar.f1478d0); 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.f1474c0, dVar2.f1475d0, b, i); + dVar2.o = new c.o.a.n.u.b(dVar2.f1477c0, dVar2.f1478d0, 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.f1478g0 = cameraCaptureSession; + d.this.f1481g0 = 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.f1481j0 = c.o.a.n.q.b.a; + this.f1484j0 = c.o.a.n.q.b.a; this.o0 = new CopyOnWriteArrayList(); this.q0 = new i(); - this.f1474c0 = (CameraManager) ((CameraView.b) this.l).g().getSystemService(ChatInputComponentTypes.CAMERA); + this.f1477c0 = (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 N = c.d.b.a.a.N("Unknown format:"); - N.append(this.A); - throw new IllegalArgumentException(N.toString()); + StringBuilder P = c.d.b.a.a.P("Unknown format:"); + P.append(this.A); + throw new IllegalArgumentException(P.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.f1484s = bVar8; - ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1482a0 + 1); + this.f1487s = bVar8; + ImageReader newInstance2 = ImageReader.newInstance(bVar8.i, bVar8.j, this.t, this.f1485a0 + 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.f1484s = null; + this.f1487s = null; this.l0 = null; } try { - this.f1476e0.createCaptureSession(arrayList, new o(taskCompletionSource), handler); + this.f1479e0.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.f1474c0.openCamera(this.f1475d0, new m(taskCompletionSource), (Handler) null); + this.f1477c0.openCamera(this.f1478d0, 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.f1484s, this.K); + S0().e(this.t, this.f1487s, 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.f1484s = null; + this.f1487s = 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.f1478g0.close(); - this.f1478g0 = null; + this.f1481g0.close(); + this.f1481g0 = 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.f1476e0.close(); + this.f1479e0.close(); bVar.a(1, "onStopEngine:", "Clean up.", "Released camera."); } catch (Exception e2) { i.i.a(2, "onStopEngine:", "Clean up.", "Exception while releasing camera.", e2); } - this.f1476e0 = null; + this.f1479e0 = null; i.i.a(1, "onStopEngine:", "Aborting actions."); for (c.o.a.n.o.a aVar : this.o0) { aVar.a(this); } - this.f1477f0 = null; + this.f1480f0 = null; this.o = null; - this.f1479h0 = null; + this.f1482h0 = 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.f1474c0.getCameraCharacteristics(this.f1475d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1477c0.getCameraCharacteristics(this.f1478d0).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.f1479h0.removeTarget(this.m0); + this.f1482h0.removeTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1479h0.removeTarget(surface); + this.f1482h0.removeTarget(surface); } - this.f1480i0 = null; + this.f1483i0 = 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.f1470c = aVar2.c(bVar, bVar2, 2); + aVar.f1473c = aVar2.c(bVar, bVar2, 2); aVar.d = w(bVar2); try { - CaptureRequest.Builder createCaptureRequest = this.f1476e0.createCaptureRequest(2); - d1(createCaptureRequest, this.f1479h0); + CaptureRequest.Builder createCaptureRequest = this.f1479e0.createCaptureRequest(2); + d1(createCaptureRequest, this.f1482h0); 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.f1470c = this.K.c(c.o.a.n.t.b.VIEW, bVar, 1); + aVar.f1473c = 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.f1481j0); + Objects.requireNonNull(this.f1484j0); int intValue = c.o.a.n.q.b.b.get(eVar).intValue(); try { - String[] cameraIdList = this.f1474c0.getCameraIdList(); + String[] cameraIdList = this.f1477c0.getCameraIdList(); i.i.a(1, "collectCameraInfo", "Facing:", eVar, "Internal:", Integer.valueOf(intValue), "Cameras:", Integer.valueOf(cameraIdList.length)); for (String str : cameraIdList) { try { - CameraCharacteristics cameraCharacteristics = this.f1474c0.getCameraCharacteristics(str); + CameraCharacteristics cameraCharacteristics = this.f1477c0.getCameraCharacteristics(str); if (intValue == ((Integer) u1(cameraCharacteristics, CameraCharacteristics.LENS_FACING, -99)).intValue()) { - this.f1475d0 = str; + this.f1478d0 = 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.f1479h0.addTarget(this.m0); + this.f1482h0.addTarget(this.m0); Surface surface = this.l0; if (surface != null) { - this.f1479h0.addTarget(surface); + this.f1482h0.addTarget(surface); } for (Surface surface2 : surfaceArr) { if (surface2 != null) { - this.f1479h0.addTarget(surface2); + this.f1482h0.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.f1478g0.capture(builder.build(), this.q0, null); + this.f1481g0.capture(builder.build(), this.q0, null); } } @@ -1032,7 +1032,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. if (this.t == 0) { this.t = 35; } - this.m.b(c.d.b.a.a.l("frame processing format (", i2, ")"), true, new k(i2)); + this.m.b(c.d.b.a.a.n("frame processing format (", i2, ")"), true, new k(i2)); } public boolean g1(@NonNull CaptureRequest.Builder builder, float f2) { @@ -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.f1481j0; + c.o.a.n.q.b bVar = this.f1484j0; 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.f1487z)) { - c.o.a.n.q.b bVar = this.f1481j0; - c.o.a.m.h hVar2 = this.f1487z; + if (this.o.c(this.f1490z)) { + c.o.a.n.q.b bVar = this.f1484j0; + c.o.a.m.h hVar2 = this.f1490z; Objects.requireNonNull(bVar); builder.set(CaptureRequest.CONTROL_SCENE_MODE, Integer.valueOf(c.o.a.n.q.b.d.get(hVar2).intValue())); return true; } - this.f1487z = hVar; + this.f1490z = hVar; return false; } @@ -1142,8 +1142,8 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. @Override // c.o.a.n.i public void l0(@NonNull c.o.a.m.h hVar) { - c.o.a.m.h hVar2 = this.f1487z; - this.f1487z = hVar; + c.o.a.m.h hVar2 = this.f1490z; + this.f1490z = 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 RunnableC0164d(hVar2))); } @@ -1151,7 +1151,7 @@ public class d extends g implements ImageReader.OnImageAvailableListener, c.o.a. public final void l1(boolean z2, int i2) { if ((this.m.f == c.o.a.n.v.e.PREVIEW && !O()) || !z2) { try { - this.f1478g0.setRepeatingRequest(this.f1479h0.build(), this.q0, null); + this.f1481g0.setRepeatingRequest(this.f1482h0.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.f1481j0; + c.o.a.n.q.b bVar = this.f1484j0; c.o.a.m.m mVar2 = this.w; Objects.requireNonNull(bVar); - builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1490c.get(mVar2).intValue())); + builder.set(CaptureRequest.CONTROL_AWB_MODE, Integer.valueOf(c.o.a.n.q.b.f1493c.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.f1479h0; + CaptureRequest.Builder builder = this.f1482h0; 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.f1479h0; - CaptureRequest.Builder createCaptureRequest = this.f1476e0.createCaptureRequest(i2); - this.f1479h0 = createCaptureRequest; + CaptureRequest.Builder builder = this.f1482h0; + CaptureRequest.Builder createCaptureRequest = this.f1479e0.createCaptureRequest(i2); + this.f1482h0 = createCaptureRequest; createCaptureRequest.setTag(Integer.valueOf(i2)); - d1(this.f1479h0, builder); - return this.f1479h0; + d1(this.f1482h0, builder); + return this.f1482h0; } @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.f1474c0.getCameraCharacteristics(this.f1475d0).get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP); + StreamConfigurationMap streamConfigurationMap = (StreamConfigurationMap) this.f1477c0.getCameraCharacteristics(this.f1478d0).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.f1477f0.get(key); + T t2 = (T) this.f1480f0.get(key); return t2 == null ? t : t2; } diff --git a/app/src/main/java/c/o/a/n/f.java b/app/src/main/java/c/o/a/n/f.java index 22b9c81eb9..a1640d46eb 100644 --- a/app/src/main/java/c/o/a/n/f.java +++ b/app/src/main/java/c/o/a/n/f.java @@ -14,14 +14,14 @@ public class f extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; - this.e.f1(((d) cVar).f1479h0); + this.f1491c = cVar; + this.e.f1(((d) cVar).f1482h0); d dVar = (d) cVar; - CaptureRequest.Builder builder = dVar.f1479h0; + CaptureRequest.Builder builder = dVar.f1482h0; CaptureRequest.Key key = CaptureRequest.CONTROL_AE_LOCK; Boolean bool = Boolean.FALSE; builder.set(key, bool); - dVar.f1479h0.set(CaptureRequest.CONTROL_AWB_LOCK, bool); + dVar.f1482h0.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 cf8d7a2407..4aeac32e2f 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 f1482a0; + public int f1485a0; /* renamed from: b0 reason: collision with root package name */ - public c.o.a.u.a f1483b0; + public c.o.a.u.a f1486b0; 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 f1484s; + public c.o.a.x.b f1487s; public int t; public boolean u; public f v; public m w; /* renamed from: x reason: collision with root package name */ - public l f1485x; + public l f1488x; /* renamed from: y reason: collision with root package name */ - public c.o.a.m.b f1486y; + public c.o.a.m.b f1489y; /* renamed from: z reason: collision with root package name */ - public h f1487z; + public h f1490z; /* 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.f1485x = lVar; + this.f1488x = 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.f1485x; + return this.f1488x; } @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.f1482a0); + this.J = V0(this.f1485a0); } 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.f2471s.post(new c.o.a.i(bVar, aVar)); + CameraView.this.f2474s.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.f1486y = bVar; + this.f1489y = 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.f1486y; + return this.f1489y; } @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.f1482a0 = i; + this.f1485a0 = 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.f1483b0 = aVar; + this.f1486b0 = 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.f1482a0; + return this.f1485a0; } @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.f1487z; + return this.f1490z; } @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 efa7493099..2af6499397 100644 --- a/app/src/main/java/c/o/a/n/i.java +++ b/app/src/main/java/c/o/a/n/i.java @@ -242,7 +242,7 @@ public abstract class i implements a.c, d.a { boolean z2; c.o.a.n.v.f fVar = this.m; synchronized (fVar.e) { - Iterator> it = fVar.f1494c.iterator(); + Iterator> it = fVar.f1497c.iterator(); while (true) { if (!it.hasNext()) { z2 = false; @@ -305,7 +305,7 @@ public abstract class i implements a.c, d.a { c.o.a.n.v.f fVar = this.m; synchronized (fVar.e) { HashSet hashSet = new HashSet(); - Iterator> it = fVar.f1494c.iterator(); + Iterator> it = fVar.f1497c.iterator(); while (it.hasNext()) { hashSet.add(it.next().a); } diff --git a/app/src/main/java/c/o/a/n/k.java b/app/src/main/java/c/o/a/n/k.java index d5a8cf0227..23faa46fd9 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.f2471s.post(new c.o.a.f(bVar, cVar2)); + CameraView.this.f2474s.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 f986260784..487444f6db 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.f2471s.post(new g(bVar)); + CameraView.this.f2474s.post(new g(bVar)); } } diff --git a/app/src/main/java/c/o/a/n/o/d.java b/app/src/main/java/c/o/a/n/o/d.java index 9ca9eca536..a459f6925a 100644 --- a/app/src/main/java/c/o/a/n/o/d.java +++ b/app/src/main/java/c/o/a/n/o/d.java @@ -49,7 +49,7 @@ public abstract class d extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; m().f(new a()); m().j(cVar); } diff --git a/app/src/main/java/c/o/a/n/o/e.java b/app/src/main/java/c/o/a/n/o/e.java index f29b5a2256..e5a89e6f2c 100644 --- a/app/src/main/java/c/o/a/n/o/e.java +++ b/app/src/main/java/c/o/a/n/o/e.java @@ -17,7 +17,7 @@ public abstract class e implements a { public int b; /* renamed from: c reason: collision with root package name */ - public c f1488c; + public c f1491c; public boolean d; @Override // c.o.a.n.o.a @@ -49,12 +49,12 @@ public abstract class e implements a { @Override // c.o.a.n.o.a public final void e(@NonNull c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; d dVar = (d) cVar; if (!dVar.o0.contains(this)) { dVar.o0.add(this); } - if (((d) cVar).f1480i0 != null) { + if (((d) cVar).f1483i0 != null) { j(cVar); } else { this.d = true; @@ -80,12 +80,12 @@ public abstract class e implements a { @CallSuper public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; } @NonNull public T k(@NonNull CameraCharacteristics.Key key, @NonNull T t) { - T t2 = (T) ((d) this.f1488c).f1477f0.get(key); + T t2 = (T) ((d) this.f1491c).f1480f0.get(key); return t2 == null ? t : t2; } @@ -96,8 +96,8 @@ public abstract class e implements a { bVar.a(this, this.b); } if (this.b == Integer.MAX_VALUE) { - ((d) this.f1488c).o0.remove(this); - i(this.f1488c); + ((d) this.f1491c).o0.remove(this); + i(this.f1491c); } } } diff --git a/app/src/main/java/c/o/a/n/o/h.java b/app/src/main/java/c/o/a/n/o/h.java index 8089d0c921..f07aee6ab7 100644 --- a/app/src/main/java/c/o/a/n/o/h.java +++ b/app/src/main/java/c/o/a/n/o/h.java @@ -69,7 +69,7 @@ public class h extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; int i = this.f; if (i >= 0) { this.e.get(i).j(cVar); @@ -91,7 +91,7 @@ public class h extends e { this.f = i2; this.e.get(i2).f(new a()); if (!z3) { - this.e.get(this.f).j(this.f1488c); + this.e.get(this.f).j(this.f1491c); } } } diff --git a/app/src/main/java/c/o/a/n/o/j.java b/app/src/main/java/c/o/a/n/o/j.java index dc1f8dd2d9..6b0f2df24c 100644 --- a/app/src/main/java/c/o/a/n/o/j.java +++ b/app/src/main/java/c/o/a/n/o/j.java @@ -79,7 +79,7 @@ public class j extends e { @Override // c.o.a.n.o.e public void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; for (e eVar : this.e) { if (!eVar.g()) { eVar.j(cVar); diff --git a/app/src/main/java/c/o/a/n/p/a.java b/app/src/main/java/c/o/a/n/p/a.java index 529408b2fa..a72811d190 100644 --- a/app/src/main/java/c/o/a/n/p/a.java +++ b/app/src/main/java/c/o/a/n/p/a.java @@ -9,7 +9,7 @@ import c.o.a.n.o.e; public abstract class a extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; boolean n = n(cVar); if (!m(cVar) || n) { l(Integer.MAX_VALUE); diff --git a/app/src/main/java/c/o/a/n/p/b.java b/app/src/main/java/c/o/a/n/p/b.java index 68655f9c05..bb8f54e360 100644 --- a/app/src/main/java/c/o/a/n/p/b.java +++ b/app/src/main/java/c/o/a/n/p/b.java @@ -26,7 +26,7 @@ public class b extends a { @Override // c.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1482h0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = z2 && (num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5)); e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -34,7 +34,7 @@ public class b extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1483i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -47,9 +47,9 @@ public class b extends a { @Override // c.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(Build.VERSION.SDK_INT >= 23 ? 2 : 0)); d dVar = (d) cVar; - dVar.f1479h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1482h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); } } diff --git a/app/src/main/java/c/o/a/n/p/c.java b/app/src/main/java/c/o/a/n/p/c.java index 0b659889e8..f91cb91ae2 100644 --- a/app/src/main/java/c/o/a/n/p/c.java +++ b/app/src/main/java/c/o/a/n/p/c.java @@ -38,7 +38,7 @@ public class c extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1483i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 5 || num.intValue() == 0 || num.intValue() == 2 || num.intValue() == 6); @@ -53,9 +53,9 @@ public class c extends a { @Override // c.o.a.n.p.a public void o(@NonNull c.o.a.n.o.c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_MODE, 1); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AF_MODE, 1); d dVar = (d) cVar; - dVar.f1479h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + dVar.f1482h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); dVar.k1(); } } diff --git a/app/src/main/java/c/o/a/n/p/e.java b/app/src/main/java/c/o/a/n/p/e.java index 16e63fe582..019edde8a6 100644 --- a/app/src/main/java/c/o/a/n/p/e.java +++ b/app/src/main/java/c/o/a/n/p/e.java @@ -26,7 +26,7 @@ public class e extends a { @Override // c.o.a.n.p.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1482h0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; e.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -34,7 +34,7 @@ public class e extends a { @Override // c.o.a.n.p.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1483i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 3; @@ -47,7 +47,7 @@ public class e extends a { @Override // c.o.a.n.p.a public void o(@NonNull c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AWB_LOCK, Boolean.TRUE); ((d) cVar).k1(); } } diff --git a/app/src/main/java/c/o/a/n/q/a.java b/app/src/main/java/c/o/a/n/q/a.java index 7d4552d001..4697a4bd21 100644 --- a/app/src/main/java/c/o/a/n/q/a.java +++ b/app/src/main/java/c/o/a/n/q/a.java @@ -15,7 +15,7 @@ public class a { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map f1489c; + public static final Map f1492c; public static final Map d; public static final Map e; @@ -23,7 +23,7 @@ public class a { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1489c = hashMap2; + f1492c = hashMap2; HashMap hashMap3 = new HashMap(); d = hashMap3; HashMap hashMap4 = new HashMap(); diff --git a/app/src/main/java/c/o/a/n/q/b.java b/app/src/main/java/c/o/a/n/q/b.java index 70d85b63e1..be26e126e9 100644 --- a/app/src/main/java/c/o/a/n/q/b.java +++ b/app/src/main/java/c/o/a/n/q/b.java @@ -16,14 +16,14 @@ public class b { public static final Map b; /* renamed from: c reason: collision with root package name */ - public static final Map f1490c; + public static final Map f1493c; public static final Map d; static { HashMap hashMap = new HashMap(); b = hashMap; HashMap hashMap2 = new HashMap(); - f1490c = hashMap2; + f1493c = hashMap2; HashMap hashMap3 = new HashMap(); d = hashMap3; hashMap.put(e.BACK, 1); diff --git a/app/src/main/java/c/o/a/n/r/a.java b/app/src/main/java/c/o/a/n/r/a.java index 9f6f7d9dca..252c18cd4e 100644 --- a/app/src/main/java/c/o/a/n/r/a.java +++ b/app/src/main/java/c/o/a/n/r/a.java @@ -22,7 +22,7 @@ public abstract class a extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; boolean z2 = this.h && n(cVar); if (!m(cVar) || z2) { e.a(1, "onStart:", "not supported or skipped. Dispatching COMPLETED state."); diff --git a/app/src/main/java/c/o/a/n/r/b.java b/app/src/main/java/c/o/a/n/r/b.java index 434a8d4b30..17414670e3 100644 --- a/app/src/main/java/c/o/a/n/r/b.java +++ b/app/src/main/java/c/o/a/n/r/b.java @@ -19,7 +19,7 @@ public abstract class b extends e { @Override // c.o.a.n.o.e public final void j(@NonNull c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; MeteringRectangle meteringRectangle = null; if (this.e) { meteringRectangle = new MeteringRectangle((Rect) k(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE, new Rect()), 0); diff --git a/app/src/main/java/c/o/a/n/r/c.java b/app/src/main/java/c/o/a/n/r/c.java index 7cf5cae325..e61881ce88 100644 --- a/app/src/main/java/c/o/a/n/r/c.java +++ b/app/src/main/java/c/o/a/n/r/c.java @@ -63,13 +63,13 @@ public class c extends a { @Override // c.o.a.n.o.e public void i(@NonNull c.o.a.n.o.c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c.o.a.n.o.c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() == 2; - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AE_MODE); + Integer num = (Integer) ((d) cVar).f1482h0.get(CaptureRequest.CONTROL_AE_MODE); boolean z3 = num != null && (num.intValue() == 1 || num.intValue() == 3 || num.intValue() == 2 || num.intValue() == 4 || num.intValue() == 5); this.k = !z2; boolean z4 = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue() > 0; @@ -81,7 +81,7 @@ public class c extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c.o.a.n.o.c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1483i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -96,10 +96,10 @@ public class c extends a { public void o(@NonNull c.o.a.n.o.c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); if (this.j && !list.isEmpty()) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_REGIONS, list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AE_REGIONS, list.subList(0, Math.min(((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(), list.size())).toArray(new MeteringRectangle[0])); } if (this.k) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, 1); } ((d) cVar).k1(); if (this.k) { diff --git a/app/src/main/java/c/o/a/n/r/d.java b/app/src/main/java/c/o/a/n/r/d.java index 28ebd10f71..91e6b81a50 100644 --- a/app/src/main/java/c/o/a/n/r/d.java +++ b/app/src/main/java/c/o/a/n/r/d.java @@ -23,7 +23,7 @@ public class d extends b { @Override // c.o.a.n.o.e, c.o.a.n.o.a public void b(@NonNull c cVar, @NonNull CaptureRequest captureRequest, @NonNull TotalCaptureResult totalCaptureResult) { if (this.b == 0) { - ((c.o.a.n.d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); + ((c.o.a.n.d) cVar).f1482h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.FALSE); ((c.o.a.n.d) cVar).k1(); l(Integer.MAX_VALUE); } @@ -33,9 +33,9 @@ public class d extends b { public void m(@NonNull c cVar, @Nullable MeteringRectangle meteringRectangle) { int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AE, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((c.o.a.n.d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((c.o.a.n.d) cVar).f1482h0.set(CaptureRequest.CONTROL_AE_REGIONS, new MeteringRectangle[]{meteringRectangle}); } - TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((c.o.a.n.d) cVar).f1483i0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AE_PRECAPTURE_TRIGGER); b bVar = f; int i = 2; @@ -45,10 +45,10 @@ public class d extends b { if (Build.VERSION.SDK_INT < 23) { i = 0; } - ((c.o.a.n.d) cVar).f1479h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); + ((c.o.a.n.d) cVar).f1482h0.set(CaptureRequest.CONTROL_AE_PRECAPTURE_TRIGGER, Integer.valueOf(i)); } c.o.a.n.d dVar = (c.o.a.n.d) cVar; - dVar.f1479h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); + dVar.f1482h0.set(CaptureRequest.CONTROL_AE_LOCK, Boolean.TRUE); dVar.k1(); l(0); } diff --git a/app/src/main/java/c/o/a/n/r/e.java b/app/src/main/java/c/o/a/n/r/e.java index 3369b42753..7c3ac911ea 100644 --- a/app/src/main/java/c/o/a/n/r/e.java +++ b/app/src/main/java/c/o/a/n/r/e.java @@ -38,12 +38,12 @@ public class e extends a { @Override // c.o.a.n.o.e public void i(@NonNull c cVar) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AF_TRIGGER, null); } @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AF_MODE); + Integer num = (Integer) ((d) cVar).f1482h0.get(CaptureRequest.CONTROL_AF_MODE); boolean z2 = num != null && (num.intValue() == 1 || num.intValue() == 4 || num.intValue() == 3 || num.intValue() == 2); i.a(1, "checkIsSupported:", Boolean.valueOf(z2)); return z2; @@ -51,7 +51,7 @@ public class e extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1483i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_STATE); boolean z2 = num != null && (num.intValue() == 4 || num.intValue() == 2); @@ -65,10 +65,10 @@ public class e extends a { @Override // c.o.a.n.r.a public void o(@NonNull c cVar, @NonNull List list) { i.a(1, "onStarted:", "with areas:", list); - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 1); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AF, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AF_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); } ((d) cVar).k1(); } diff --git a/app/src/main/java/c/o/a/n/r/f.java b/app/src/main/java/c/o/a/n/r/f.java index ea002650b5..30551c8c23 100644 --- a/app/src/main/java/c/o/a/n/r/f.java +++ b/app/src/main/java/c/o/a/n/r/f.java @@ -28,16 +28,16 @@ public class f extends b { if (meteringRectangle == null || intValue <= 0) { z2 = false; } else { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AF_REGIONS, new MeteringRectangle[]{meteringRectangle}); z2 = true; } - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1483i0; Integer num = totalCaptureResult == null ? null : (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AF_TRIGGER); f.a(2, "onStarted:", "last focus trigger is", num); if (num == null || num.intValue() != 1) { z3 = z2; } else { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AF_TRIGGER, 2); + ((d) cVar).f1482h0.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 2051ddca3c..d8be4dad4f 100644 --- a/app/src/main/java/c/o/a/n/r/g.java +++ b/app/src/main/java/c/o/a/n/r/g.java @@ -46,7 +46,7 @@ public class g extends d { List arrayList = new ArrayList(); if (this.h != null) { c.o.a.n.d dVar = (c.o.a.n.d) cVar; - c.o.a.n.s.b bVar = new c.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(c.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1477f0, dVar.f1479h0); + c.o.a.n.s.b bVar = new c.o.a.n.s.b(this.i.e(), this.i.z().l(), this.i.C(c.o.a.n.t.b.VIEW), this.i.z().d, dVar.f1480f0, dVar.f1482h0); arrayList = this.h.c(bVar).b(Integer.MAX_VALUE, bVar); } c cVar2 = new c(arrayList, this.j); diff --git a/app/src/main/java/c/o/a/n/r/i.java b/app/src/main/java/c/o/a/n/r/i.java index 0e114ff586..c8604cac3a 100644 --- a/app/src/main/java/c/o/a/n/r/i.java +++ b/app/src/main/java/c/o/a/n/r/i.java @@ -39,7 +39,7 @@ public class i extends a { @Override // c.o.a.n.r.a public boolean m(@NonNull c cVar) { boolean z2 = ((Integer) k(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL, -1)).intValue() != 2; - Integer num = (Integer) ((d) cVar).f1479h0.get(CaptureRequest.CONTROL_AWB_MODE); + Integer num = (Integer) ((d) cVar).f1482h0.get(CaptureRequest.CONTROL_AWB_MODE); boolean z3 = z2 && num != null && num.intValue() == 1; i.a(1, "checkIsSupported:", Boolean.valueOf(z3)); return z3; @@ -47,7 +47,7 @@ public class i extends a { @Override // c.o.a.n.r.a public boolean n(@NonNull c cVar) { - TotalCaptureResult totalCaptureResult = ((d) cVar).f1480i0; + TotalCaptureResult totalCaptureResult = ((d) cVar).f1483i0; if (totalCaptureResult != null) { Integer num = (Integer) totalCaptureResult.get(CaptureResult.CONTROL_AWB_STATE); boolean z2 = num != null && num.intValue() == 2; @@ -63,7 +63,7 @@ public class i extends a { i.a(1, "onStarted:", "with areas:", list); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (!list.isEmpty() && intValue > 0) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AWB_REGIONS, list.subList(0, Math.min(intValue, list.size())).toArray(new MeteringRectangle[0])); ((d) cVar).k1(); } } diff --git a/app/src/main/java/c/o/a/n/r/j.java b/app/src/main/java/c/o/a/n/r/j.java index 846de28fc5..068f786375 100644 --- a/app/src/main/java/c/o/a/n/r/j.java +++ b/app/src/main/java/c/o/a/n/r/j.java @@ -23,7 +23,7 @@ public class j extends b { f.a(2, "onStarted:", "with area:", meteringRectangle); int intValue = ((Integer) k(CameraCharacteristics.CONTROL_MAX_REGIONS_AWB, 0)).intValue(); if (meteringRectangle != null && intValue > 0) { - ((d) cVar).f1479h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); + ((d) cVar).f1482h0.set(CaptureRequest.CONTROL_AWB_REGIONS, new MeteringRectangle[]{meteringRectangle}); ((d) cVar).k1(); } l(Integer.MAX_VALUE); diff --git a/app/src/main/java/c/o/a/n/s/a.java b/app/src/main/java/c/o/a/n/s/a.java index 11423370d0..f17c1e367c 100644 --- a/app/src/main/java/c/o/a/n/s/a.java +++ b/app/src/main/java/c/o/a/n/s/a.java @@ -13,11 +13,11 @@ public class a implements c { public final int b; /* renamed from: c reason: collision with root package name */ - public final c.o.a.x.b f1491c; + public final c.o.a.x.b f1494c; public a(@NonNull c.o.a.n.t.a aVar, @NonNull c.o.a.x.b bVar) { this.b = -aVar.c(c.o.a.n.t.b.SENSOR, c.o.a.n.t.b.VIEW, 1); - this.f1491c = bVar; + this.f1494c = bVar; } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -34,7 +34,7 @@ public class a implements c { public PointF b(@NonNull PointF pointF) { PointF pointF2 = new PointF(); float f = pointF.x; - c.o.a.x.b bVar = this.f1491c; + c.o.a.x.b bVar = this.f1494c; 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 10f32ae6fd..543930fea7 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 f1492c; + public final c.o.a.x.b f1495c; 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.f1492c = bVar; + this.f1495c = 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.f1492c; + c.o.a.x.b bVar = this.f1495c; c.o.a.x.b bVar2 = this.d; int i = bVar.i; int i2 = bVar.j; @@ -87,7 +87,7 @@ public class b implements c { pointF2.x = ((float) bVar3.j) - f7; pointF2.y = f6; } else { - throw new IllegalStateException(c.d.b.a.a.k("Unexpected angle ", c2)); + throw new IllegalStateException(c.d.b.a.a.l("Unexpected angle ", c2)); } if (z2) { bVar3 = bVar3.f(); diff --git a/app/src/main/java/c/o/a/n/t/a.java b/app/src/main/java/c/o/a/n/t/a.java index 207e06377a..53cfa1c034 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 f1493c = 0; + public int f1496c = 0; @VisibleForTesting public int d = 0; @VisibleForTesting @@ -31,7 +31,7 @@ public class a { } int ordinal = bVar2.ordinal(); if (ordinal == 1) { - return ((360 - this.f1493c) + 360) % 360; + return ((360 - this.f1496c) + 360) % 360; } if (ordinal == 2) { return ((360 - this.d) + 360) % 360; @@ -52,21 +52,21 @@ public class a { } public final void d() { - a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1493c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); + a.a(1, "Angles changed:", "sensorOffset:", Integer.valueOf(this.f1496c), "displayOffset:", Integer.valueOf(this.d), "deviceOrientation:", Integer.valueOf(this.e)); } public final void e(int i) { if (i != 0 && i != 90 && i != 180 && i != 270) { - throw new IllegalStateException(c.d.b.a.a.k("This value is not sanitized: ", i)); + throw new IllegalStateException(c.d.b.a.a.l("This value is not sanitized: ", i)); } } public void f(@NonNull e eVar, int i) { e(i); this.b = eVar; - this.f1493c = i; + this.f1496c = i; if (eVar == e.FRONT) { - this.f1493c = ((360 - i) + 360) % 360; + this.f1496c = ((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 b6fbbe735c..4082187faf 100644 --- a/app/src/main/java/c/o/a/n/u/a.java +++ b/app/src/main/java/c/o/a/n/u/a.java @@ -33,19 +33,19 @@ public class a extends c { List supportedWhiteBalance = parameters.getSupportedWhiteBalance(); if (supportedWhiteBalance != null) { for (String str : supportedWhiteBalance) { - m mVar = (m) a.b(c.o.a.n.q.a.f1489c, str); + m mVar = (m) a.b(c.o.a.n.q.a.f1492c, str); if (mVar != null) { this.a.add(mVar); } } } - this.f1469c.add(f.OFF); + this.f1472c.add(f.OFF); List supportedFlashModes = parameters.getSupportedFlashModes(); if (supportedFlashModes != null) { for (String str2 : supportedFlashModes) { f fVar = (f) a.b(c.o.a.n.q.a.b, str2); if (fVar != null) { - this.f1469c.add(fVar); + this.f1472c.add(fVar); } } } diff --git a/app/src/main/java/c/o/a/n/u/b.java b/app/src/main/java/c/o/a/n/u/b.java index f20eea7f26..867d979c2b 100644 --- a/app/src/main/java/c/o/a/n/u/b.java +++ b/app/src/main/java/c/o/a/n/u/b.java @@ -41,12 +41,12 @@ public class b extends c { } } for (int i2 : (int[]) cameraCharacteristics.get(CameraCharacteristics.CONTROL_AWB_AVAILABLE_MODES)) { - m mVar = (m) bVar.a(c.o.a.n.q.b.f1490c, Integer.valueOf(i2)); + m mVar = (m) bVar.a(c.o.a.n.q.b.f1493c, Integer.valueOf(i2)); if (mVar != null) { this.a.add(mVar); } } - this.f1469c.add(fVar); + this.f1472c.add(fVar); Boolean bool = (Boolean) cameraCharacteristics.get(CameraCharacteristics.FLASH_INFO_AVAILABLE); boolean z3 = true; if (bool != null && bool.booleanValue()) { @@ -66,7 +66,7 @@ public class b extends c { } hashSet.add(f.AUTO); } - this.f1469c.addAll(hashSet); + this.f1472c.addAll(hashSet); } } this.d.add(h.OFF); @@ -156,7 +156,7 @@ public class b extends c { } return; } - throw new IllegalStateException(c.d.b.a.a.k("Picture format not supported: ", i)); + throw new IllegalStateException(c.d.b.a.a.l("Picture format not supported: ", i)); } throw new RuntimeException("StreamConfigurationMap is null. Should not happen."); } diff --git a/app/src/main/java/c/o/a/n/v/a.java b/app/src/main/java/c/o/a/n/v/a.java index 108752f985..3cf43c5b68 100644 --- a/app/src/main/java/c/o/a/n/v/a.java +++ b/app/src/main/java/c/o/a/n/v/a.java @@ -16,7 +16,7 @@ public class a { public final b b; /* renamed from: c reason: collision with root package name */ - public final ArrayDeque> f1494c = new ArrayDeque<>(); + public final ArrayDeque> f1497c = new ArrayDeque<>(); public boolean d = false; public final Object e = new Object(); @@ -47,13 +47,13 @@ public class a { public final TaskCompletionSource b = new TaskCompletionSource<>(); /* renamed from: c reason: collision with root package name */ - public final Callable> f1495c; + public final Callable> f1498c; public final boolean d; public final long e; public c(String str, Callable callable, boolean z2, long j, CallableC0167a aVar) { this.a = str; - this.f1495c = callable; + this.f1498c = callable; this.d = z2; this.e = j; } @@ -66,14 +66,14 @@ public class a { public static void a(a aVar, c cVar) { if (aVar.d) { aVar.d = false; - aVar.f1494c.remove(cVar); + aVar.f1497c.remove(cVar); g gVar = i.this.j; gVar.f.postDelayed(new b(aVar), 0); return; } - StringBuilder N = c.d.b.a.a.N("mJobRunning was not true after completing job="); - N.append(cVar.a); - throw new IllegalStateException(N.toString()); + StringBuilder P = c.d.b.a.a.P("mJobRunning was not true after completing job="); + P.append(cVar.a); + throw new IllegalStateException(P.toString()); } @NonNull @@ -91,7 +91,7 @@ public class a { a.a(1, str.toUpperCase(), "- Scheduling."); c cVar = new c<>(str, callable, z2, System.currentTimeMillis() + j, null); synchronized (this.e) { - this.f1494c.addLast(cVar); + this.f1497c.addLast(cVar); i.this.j.f.postDelayed(new b(this), j); } return cVar.b.a; @@ -100,7 +100,7 @@ public class a { public void e(@NonNull String str, int i) { synchronized (this.e) { ArrayList arrayList = new ArrayList(); - Iterator> it = this.f1494c.iterator(); + Iterator> it = this.f1497c.iterator(); while (it.hasNext()) { c next = it.next(); if (next.a.equals(str)) { @@ -112,7 +112,7 @@ public class a { if (max > 0) { Collections.reverse(arrayList); for (c cVar : arrayList.subList(0, max)) { - this.f1494c.remove(cVar); + this.f1497c.remove(cVar); } } } diff --git a/app/src/main/java/c/o/a/n/v/b.java b/app/src/main/java/c/o/a/n/v/b.java index cd8946f735..cc87b6c1da 100644 --- a/app/src/main/java/c/o/a/n/v/b.java +++ b/app/src/main/java/c/o/a/n/v/b.java @@ -19,7 +19,7 @@ public class b implements Runnable { cVar = null; if (!this.i.d) { long currentTimeMillis = System.currentTimeMillis(); - Iterator> it = this.i.f1494c.iterator(); + Iterator> it = this.i.f1497c.iterator(); while (true) { if (!it.hasNext()) { break; diff --git a/app/src/main/java/c/o/a/n/v/c.java b/app/src/main/java/c/o/a/n/v/c.java index ab8e9528bc..feb904287a 100644 --- a/app/src/main/java/c/o/a/n/v/c.java +++ b/app/src/main/java/c/o/a/n/v/c.java @@ -51,7 +51,7 @@ public class c implements Runnable { public void run() { try { a.a.a(1, this.i.a.toUpperCase(), "- Executing."); - Task task = (Task) this.i.f1495c.call(); + Task task = (Task) this.i.f1498c.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 703097fd6c..3892033c61 100644 --- a/app/src/main/java/c/o/a/o/a.java +++ b/app/src/main/java/c/o/a/o/a.java @@ -20,7 +20,7 @@ public abstract class a implements b { public d b = null; /* renamed from: c reason: collision with root package name */ - public c.o.b.b.b f1496c = null; + public c.o.b.b.b f1499c = 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.m0(sb, "aPosition", ";\nattribute vec4 ", "aTextureCoord", ";\nvarying vec2 "); - c.d.b.a.a.m0(sb, "vTextureCoord", ";\nvoid main() {\n gl_Position = ", "uMVPMatrix", " * "); - c.d.b.a.a.m0(sb, "aPosition", ";\n ", "vTextureCoord", " = ("); + c.d.b.a.a.o0(sb, "aPosition", ";\nattribute vec4 ", "aTextureCoord", ";\nvarying vec2 "); + c.d.b.a.a.o0(sb, "vTextureCoord", ";\nvoid main() {\n gl_Position = ", "uMVPMatrix", " * "); + c.d.b.a.a.o0(sb, "aPosition", ";\n ", "vTextureCoord", " = ("); sb.append("uTexMatrix"); sb.append(" * "); sb.append("aTextureCoord"); @@ -77,7 +77,7 @@ public abstract class a implements b { m.checkNotNullParameter(fArr, ""); dVar.e = fArr; d dVar2 = this.b; - c.o.b.b.b bVar = this.f1496c; + c.o.b.b.b bVar = this.f1499c; float[] fArr2 = bVar.a; Objects.requireNonNull(dVar2); m.checkNotNullParameter(bVar, "drawable"); @@ -152,12 +152,12 @@ public abstract class a implements b { c.o.b.a.d.b("glVertexAttribPointer"); } d dVar3 = this.b; - c.o.b.b.b bVar5 = this.f1496c; + c.o.b.b.b bVar5 = this.f1499c; Objects.requireNonNull(dVar3); m.checkNotNullParameter(bVar5, "drawable"); bVar5.a(); d dVar4 = this.b; - c.o.b.b.b bVar6 = this.f1496c; + c.o.b.b.b bVar6 = this.f1499c; 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.f1512c) { + if (dVar.f1515c) { GLES20.glDeleteProgram(p.m84constructorimpl(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.f1496c = null; + this.f1499c = null; } @Override // c.o.a.o.b public void j(int i) { this.b = new d(i, "aPosition", "uMVPMatrix", "aTextureCoord", "uTexMatrix"); - this.f1496c = new c.o.b.b.c(); + this.f1499c = 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 23a76af248..4186a16706 100644 --- a/app/src/main/java/c/o/a/p/a.java +++ b/app/src/main/java/c/o/a/p/a.java @@ -24,7 +24,7 @@ public class a extends c { @Override // c.o.a.p.c public void c(@NonNull byte[] bArr, boolean z2) { byte[] bArr2 = bArr; - if (z2 && bArr2.length == this.f1498c) { + if (z2 && bArr2.length == this.f1501c) { if (this.k == 0) { ((b) this.j).m1(bArr2); } else { @@ -44,7 +44,7 @@ public class a extends c { @Override // c.o.a.p.c public void e(int i, @NonNull c.o.a.x.b bVar, @NonNull c.o.a.n.t.a aVar) { super.e(i, bVar, aVar); - int i2 = this.f1498c; + int i2 = this.f1501c; for (int i3 = 0; i3 < this.b; i3++) { if (this.k == 0) { ((b) this.j).m1(new byte[i2]); diff --git a/app/src/main/java/c/o/a/p/b.java b/app/src/main/java/c/o/a/p/b.java index 57b7b075ec..10b5152dc8 100644 --- a/app/src/main/java/c/o/a/p/b.java +++ b/app/src/main/java/c/o/a/p/b.java @@ -7,7 +7,7 @@ public class b { public final c b; /* renamed from: c reason: collision with root package name */ - public Object f1497c = null; + public Object f1500c = null; public long d = -1; public long e = -1; @@ -16,7 +16,7 @@ public class b { } public long a() { - if (this.f1497c != null) { + if (this.f1500c != null) { return this.d; } a.a(3, "Frame is dead! time:", Long.valueOf(this.d), "lastTime:", Long.valueOf(this.e)); @@ -24,10 +24,10 @@ public class b { } public void b() { - if (this.f1497c != null) { + if (this.f1500c != null) { a.a(0, "Frame with time", Long.valueOf(this.d), "is being released."); - Object obj = this.f1497c; - this.f1497c = null; + Object obj = this.f1500c; + this.f1500c = null; this.d = -1; c cVar = this.b; if (cVar.b()) { diff --git a/app/src/main/java/c/o/a/p/c.java b/app/src/main/java/c/o/a/p/c.java index 45ebc5c613..fdfaa91fdc 100644 --- a/app/src/main/java/c/o/a/p/c.java +++ b/app/src/main/java/c/o/a/p/c.java @@ -12,7 +12,7 @@ public abstract class c { public final int b; /* renamed from: c reason: collision with root package name */ - public int f1498c = -1; + public int f1501c = -1; public c.o.a.x.b d = null; public int e = -1; public final Class f; @@ -35,7 +35,7 @@ public abstract class c { c.o.a.n.t.b bVar = c.o.a.n.t.b.SENSOR; aVar.c(bVar, c.o.a.n.t.b.OUTPUT, 2); this.h.c(bVar, c.o.a.n.t.b.VIEW, 2); - poll.f1497c = t; + poll.f1500c = t; poll.d = j; poll.e = j; return poll; @@ -60,7 +60,7 @@ public abstract class c { } a.a(1, "release: Clearing the frame and buffer queue."); this.g.clear(); - this.f1498c = -1; + this.f1501c = -1; this.d = null; this.e = -1; this.h = null; @@ -69,7 +69,7 @@ public abstract class c { public void e(int i, @NonNull c.o.a.x.b bVar, @NonNull a aVar) { this.d = bVar; this.e = i; - this.f1498c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); + this.f1501c = (int) Math.ceil(((double) ((long) ((bVar.j * bVar.i) * ImageFormat.getBitsPerPixel(i)))) / 8.0d); for (int i2 = 0; i2 < this.b; i2++) { this.g.offer(new b(this)); } diff --git a/app/src/main/java/c/o/a/q/c.java b/app/src/main/java/c/o/a/q/c.java index b11c7d573f..2d2b4843fd 100644 --- a/app/src/main/java/c/o/a/q/c.java +++ b/app/src/main/java/c/o/a/q/c.java @@ -10,16 +10,16 @@ public abstract class c { public a b; /* renamed from: c reason: collision with root package name */ - public PointF[] f1499c; + public PointF[] f1502c; /* compiled from: GestureFinder */ public interface a { } public c(@NonNull a aVar, int i) { - this.f1499c = new PointF[i]; + this.f1502c = new PointF[i]; for (int i2 = 0; i2 < i; i2++) { - this.f1499c[i2] = new PointF(0.0f, 0.0f); + this.f1502c[i2] = new PointF(0.0f, 0.0f); } } diff --git a/app/src/main/java/c/o/a/q/e.java b/app/src/main/java/c/o/a/q/e.java index 2f5b2f0aee..bf54a67b75 100644 --- a/app/src/main/java/c/o/a/q/e.java +++ b/app/src/main/java/c/o/a/q/e.java @@ -45,12 +45,12 @@ public class e extends c { } this.d.onTouchEvent(motionEvent); if (this.e) { - this.f1499c[0].x = motionEvent.getX(0); - this.f1499c[0].y = motionEvent.getY(0); + this.f1502c[0].x = motionEvent.getX(0); + this.f1502c[0].y = motionEvent.getY(0); z2 = true; if (motionEvent.getPointerCount() > 1) { - this.f1499c[1].x = motionEvent.getX(1); - this.f1499c[1].y = motionEvent.getY(1); + this.f1502c[1].x = motionEvent.getX(1); + this.f1502c[1].y = motionEvent.getY(1); } } return z2; diff --git a/app/src/main/java/c/o/a/q/f.java b/app/src/main/java/c/o/a/q/f.java index 00720954e6..3e232cbd0b 100644 --- a/app/src/main/java/c/o/a/q/f.java +++ b/app/src/main/java/c/o/a/q/f.java @@ -34,14 +34,14 @@ public class f extends c { if (motionEvent == null || motionEvent2 == null) { return false; } - if (motionEvent.getX() == f.this.f1499c[0].x) { + if (motionEvent.getX() == f.this.f1502c[0].x) { float y2 = motionEvent.getY(); f fVar = f.this; - if (y2 == fVar.f1499c[0].y) { + if (y2 == fVar.f1502c[0].y) { if (fVar.b == aVar) { z2 = true; } - f.this.f1499c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1502c[1].set(motionEvent2.getX(), motionEvent2.getY()); f fVar2 = f.this; c.a aVar2 = this.i; fVar2.g = !z2 ? f / ((float) CameraView.this.getWidth()) : f2 / ((float) CameraView.this.getHeight()); @@ -57,9 +57,9 @@ public class f extends c { aVar = a.SCROLL_VERTICAL; } fVar4.b = aVar; - fVar4.f1499c[0].set(motionEvent.getX(), motionEvent.getY()); + fVar4.f1502c[0].set(motionEvent.getX(), motionEvent.getY()); z2 = z3; - f.this.f1499c[1].set(motionEvent2.getX(), motionEvent2.getY()); + f.this.f1502c[1].set(motionEvent2.getX(), motionEvent2.getY()); f fVar2 = f.this; c.a aVar2 = this.i; fVar2.g = !z2 ? f / ((float) CameraView.this.getWidth()) : f2 / ((float) CameraView.this.getHeight()); diff --git a/app/src/main/java/c/o/a/q/g.java b/app/src/main/java/c/o/a/q/g.java index f1e826919a..ed97f7e1eb 100644 --- a/app/src/main/java/c/o/a/q/g.java +++ b/app/src/main/java/c/o/a/q/g.java @@ -51,8 +51,8 @@ public class g extends c { if (!this.e) { return false; } - this.f1499c[0].x = motionEvent.getX(); - this.f1499c[0].y = motionEvent.getY(); + this.f1502c[0].x = motionEvent.getX(); + this.f1502c[0].y = motionEvent.getY(); return true; } } diff --git a/app/src/main/java/c/o/a/r/c.java b/app/src/main/java/c/o/a/r/c.java index 25ded99a01..3427fa4048 100644 --- a/app/src/main/java/c/o/a/r/c.java +++ b/app/src/main/java/c/o/a/r/c.java @@ -15,7 +15,7 @@ public class c { @NonNull /* renamed from: c reason: collision with root package name */ - public c.o.a.o.b f1500c = new c.o.a.o.c(); + public c.o.a.o.b f1503c = 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.f1500c = this.d; + this.f1503c = this.d; this.d = null; } if (this.e == -1) { - String c2 = this.f1500c.c(); - String h = this.f1500c.h(); + String c2 = this.f1503c.c(); + String h = this.f1503c.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.f1500c.j(r0); + this.f1503c.j(r0); d.b("program creation"); } else { - StringBuilder N = a.N("Could not link program: "); - N.append(GLES20.glGetProgramInfoLog(r0)); - String sb = N.toString(); + StringBuilder P = a.P("Could not link program: "); + P.append(GLES20.glGetProgramInfoLog(r0)); + String sb = P.toString(); GLES20.glDeleteProgram(r0); throw new RuntimeException(sb); } @@ -66,7 +66,7 @@ public class c { GLES20.glUseProgram(this.e); d.b("glUseProgram(handle)"); this.a.a(); - this.f1500c.e(j, this.b); + this.f1503c.e(j, this.b); this.a.b(); GLES20.glUseProgram(0); d.b("glUseProgram(0)"); @@ -74,7 +74,7 @@ public class c { public void b() { if (this.e != -1) { - this.f1500c.f(); + this.f1503c.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 5753aded87..3a68f73a79 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 f1501c; + public final c f1504c; @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.f1501c; + CameraView.b bVar = (CameraView.b) fVar.f1504c; 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.f2472x.e(); + c.o.a.n.t.a e = cameraView.f2475x.e(); e.e(i4); e.e = i4; e.d(); } else { - c.o.a.n.t.a e2 = cameraView.f2472x.e(); + c.o.a.n.t.a e2 = cameraView.f2475x.e(); e2.e(i2); e2.e = i2; e2.d(); } - CameraView.this.f2471s.post(new j(bVar, (i2 + i3) % 360)); + CameraView.this.f2474s.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.f1501c; + CameraView.b bVar = (CameraView.b) f.this.f1504c; 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.f1501c = cVar; + this.f1504c = cVar; this.d = new a(context.getApplicationContext(), 3); this.f = new b(); } diff --git a/app/src/main/java/c/o/a/r/g.java b/app/src/main/java/c/o/a/r/g.java index 0032bf2d41..caa859f96e 100644 --- a/app/src/main/java/c/o/a/r/g.java +++ b/app/src/main/java/c/o/a/r/g.java @@ -13,7 +13,7 @@ public class g { public static final ConcurrentHashMap> b = new ConcurrentHashMap<>(4); /* renamed from: c reason: collision with root package name */ - public static g f1502c; + public static g f1505c; public String d; public HandlerThread e; public Handler f = new Handler(this.e.getLooper()); @@ -73,7 +73,7 @@ public class g { public static void a(@NonNull Runnable runnable) { g b2 = b("FallbackCameraThread"); - f1502c = b2; + f1505c = b2; b2.f.post(runnable); } diff --git a/app/src/main/java/c/o/a/u/b.java b/app/src/main/java/c/o/a/u/b.java index d0f4569b39..0e2698a2d3 100644 --- a/app/src/main/java/c/o/a/u/b.java +++ b/app/src/main/java/c/o/a/u/b.java @@ -12,7 +12,7 @@ public class b { public a b; /* renamed from: c reason: collision with root package name */ - public SurfaceTexture f1503c; + public SurfaceTexture f1506c; public Surface d; @VisibleForTesting public c e; @@ -23,9 +23,9 @@ public class b { this.b = aVar; this.e = new c(new c.o.b.f.b(33984, 36197, null, 4)); SurfaceTexture surfaceTexture = new SurfaceTexture(this.e.a.a); - this.f1503c = surfaceTexture; + this.f1506c = surfaceTexture; surfaceTexture.setDefaultBufferSize(bVar.i, bVar.j); - this.d = new Surface(this.f1503c); + this.d = new Surface(this.f1506c); 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 079f7f6735..1b3c0f3214 100644 --- a/app/src/main/java/c/o/a/u/c.java +++ b/app/src/main/java/c/o/a/u/c.java @@ -26,7 +26,7 @@ public class c extends FrameLayout implements a { public boolean b = false; /* renamed from: c reason: collision with root package name */ - public boolean f1504c = false; + public boolean f1507c = false; public a(@NonNull Context context, @NonNull AttributeSet attributeSet) { super(context, attributeSet); @@ -34,7 +34,7 @@ public class c extends FrameLayout implements a { try { this.a = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPreview, false); this.b = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnPictureSnapshot, false); - this.f1504c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); + this.f1507c = obtainStyledAttributes.getBoolean(R.c.CameraView_Layout_layout_drawOnVideoSnapshot, false); } finally { obtainStyledAttributes.recycle(); } @@ -42,19 +42,19 @@ public class c extends FrameLayout implements a { @VisibleForTesting public boolean a(@NonNull a.EnumC0170a aVar) { - return (aVar == a.EnumC0170a.PREVIEW && this.a) || (aVar == a.EnumC0170a.VIDEO_SNAPSHOT && this.f1504c) || (aVar == a.EnumC0170a.PICTURE_SNAPSHOT && this.b); + return (aVar == a.EnumC0170a.PREVIEW && this.a) || (aVar == a.EnumC0170a.VIDEO_SNAPSHOT && this.f1507c) || (aVar == a.EnumC0170a.PICTURE_SNAPSHOT && this.b); } @Override // java.lang.Object @NonNull public String toString() { StringBuilder sb = new StringBuilder(); - c.d.b.a.a.d0(a.class, sb, "[drawOnPreview:"); + c.d.b.a.a.g0(a.class, sb, "[drawOnPreview:"); sb.append(this.a); sb.append(",drawOnPictureSnapshot:"); sb.append(this.b); sb.append(",drawOnVideoSnapshot:"); - return c.d.b.a.a.J(sb, this.f1504c, "]"); + return c.d.b.a.a.L(sb, this.f1507c, "]"); } } 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 d913ee8e5d..ef00f1286a 100644 --- a/app/src/main/java/c/o/a/v/a.java +++ b/app/src/main/java/c/o/a/v/a.java @@ -57,7 +57,7 @@ public class a extends c { } l.a aVar = a.this.i; aVar.f = bArr; - aVar.f1470c = i; + aVar.f1473c = 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.f1470c); + parameters.setRotation(this.i.f1473c); camera.setParameters(parameters); } diff --git a/app/src/main/java/c/o/a/v/b.java b/app/src/main/java/c/o/a/v/b.java index 624cbfcf82..f535797070 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).f1477f0, totalCaptureResult); + bVar.q = new DngCreator(((d) cVar).f1480f0, totalCaptureResult); b bVar2 = b.this; DngCreator dngCreator = bVar2.q; - int i2 = bVar2.i.f1470c; + int i2 = bVar2.i.f1473c; int i3 = (i2 + 360) % 360; if (i3 == 0) { i = 1; @@ -55,7 +55,7 @@ public class b extends c implements ImageReader.OnImageAvailableListener { } else if (i3 == 270) { i = 8; } else { - throw new IllegalArgumentException(c.d.b.a.a.k("Invalid orientation: ", i2)); + throw new IllegalArgumentException(c.d.b.a.a.l("Invalid orientation: ", i2)); } dngCreator.setOrientation(i); b bVar3 = b.this; @@ -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.f1488c = cVar; + this.f1491c = cVar; b bVar = b.this; bVar.p.addTarget(bVar.o.getSurface()); b bVar2 = b.this; l.a aVar = bVar2.i; if (aVar.g == j.JPEG) { - bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1470c)); + bVar2.p.set(CaptureRequest.JPEG_ORIENTATION, Integer.valueOf(aVar.f1473c)); } 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.f1502c = b; + g.f1505c = 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.f1470c = 0; + aVar.f1473c = 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.f1470c = i; + aVar2.f1473c = 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 4c9d2b810b..65b0a14de9 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.f2474z == null) { - cameraView.f2474z = new MediaActionSound(); + if (cameraView.f2477z == null) { + cameraView.f2477z = new MediaActionSound(); } - cameraView.f2474z.play(0); + cameraView.f2477z.play(0); } - CameraView.this.f2471s.post(new h(bVar)); + CameraView.this.f2474s.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 a4cab2c241..6f24226fcb 100644 --- a/app/src/main/java/c/o/a/v/e.java +++ b/app/src/main/java/c/o/a/v/e.java @@ -87,7 +87,7 @@ public class e extends i { aVar.f = byteArray; aVar.d = new c.o.a.x.b(v.width(), v.height()); e eVar = e.this; - eVar.i.f1470c = 0; + eVar.i.f1473c = 0; eVar.b(); } } @@ -100,7 +100,7 @@ public class e extends i { e.this.a(false); e eVar = e.this; l.a aVar = eVar.i; - int i = aVar.f1470c; + int i = aVar.f1473c; c.o.a.x.b bVar = aVar.d; c.o.a.x.b C = eVar.m.C(c.o.a.n.t.b.SENSOR); if (C != null) { diff --git a/app/src/main/java/c/o/a/v/f.java b/app/src/main/java/c/o/a/v/f.java index 76012dd223..30b5b54d09 100644 --- a/app/src/main/java/c/o/a/v/f.java +++ b/app/src/main/java/c/o/a/v/f.java @@ -17,7 +17,7 @@ import java.util.Arrays; public class f extends g { /* renamed from: s reason: collision with root package name */ - public final c.o.a.n.o.a f1505s; + public final c.o.a.n.o.a f1508s; public final c.o.a.n.o.c t; public final boolean u; public Integer v; @@ -56,11 +56,11 @@ public class f extends g { @Override // c.o.a.n.o.e public void j(@NonNull c.o.a.n.o.c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; i.l.a(1, "FlashAction:", "Parameters locked, opening torch."); - ((d) cVar).f1479h0.set(CaptureRequest.FLASH_MODE, 2); + ((d) cVar).f1482h0.set(CaptureRequest.FLASH_MODE, 2); d dVar = (d) cVar; - dVar.f1479h0.set(CaptureRequest.CONTROL_AE_MODE, 1); + dVar.f1482h0.set(CaptureRequest.CONTROL_AE_MODE, 1); dVar.k1(); } } @@ -72,10 +72,10 @@ public class f extends g { @Override // c.o.a.n.o.e public void j(@NonNull c.o.a.n.o.c cVar) { - this.f1488c = cVar; + this.f1491c = cVar; try { i.l.a(1, "ResetFlashAction:", "Reverting the flash changes."); - CaptureRequest.Builder builder = ((d) cVar).f1479h0; + CaptureRequest.Builder builder = ((d) cVar).f1482h0; builder.set(CaptureRequest.CONTROL_AE_MODE, 1); builder.set(CaptureRequest.FLASH_MODE, 0); ((d) cVar).e1(this, builder); @@ -88,14 +88,14 @@ public class f extends g { } public f(@NonNull l.a aVar, @NonNull d dVar, @NonNull c.o.a.w.e eVar, @NonNull c.o.a.x.a aVar2) { - super(aVar, dVar, eVar, aVar2, dVar.f1483b0); + super(aVar, dVar, eVar, aVar2, dVar.f1486b0); this.t = dVar; boolean z2 = false; Integer num = null; h hVar = new h(Arrays.asList(new i(2500, new c.o.a.n.p.d()), new b(this, null))); - this.f1505s = hVar; + this.f1508s = hVar; hVar.f(new a()); - TotalCaptureResult totalCaptureResult = dVar.f1480i0; + TotalCaptureResult totalCaptureResult = dVar.f1483i0; if (totalCaptureResult == null) { i.l.a(2, "Picture snapshot requested very early, before the first preview frame.", "Metering might not work as intended."); } @@ -104,8 +104,8 @@ public class f extends g { z2 = true; } this.u = z2; - this.v = (Integer) dVar.f1479h0.get(CaptureRequest.CONTROL_AE_MODE); - this.w = (Integer) dVar.f1479h0.get(CaptureRequest.FLASH_MODE); + this.v = (Integer) dVar.f1482h0.get(CaptureRequest.CONTROL_AE_MODE); + this.w = (Integer) dVar.f1482h0.get(CaptureRequest.FLASH_MODE); } public static /* synthetic */ void d(f fVar) { @@ -126,6 +126,6 @@ public class f extends g { return; } i.l.a(1, "take:", "Engine needs flash. Starting action"); - this.f1505s.e(this.t); + this.f1508s.e(this.t); } } diff --git a/app/src/main/java/c/o/a/v/h.java b/app/src/main/java/c/o/a/v/h.java index 9a02e5d39d..1aaee13f3d 100644 --- a/app/src/main/java/c/o/a/v/h.java +++ b/app/src/main/java/c/o/a/v/h.java @@ -65,7 +65,7 @@ public class h implements Runnable { surfaceTexture2.setDefaultBufferSize(bVar.i, bVar.j); a aVar = new a(eGLContext, 1); c.o.b.e.b bVar2 = new c.o.b.e.b(aVar, surfaceTexture2); - a aVar2 = bVar2.f1514c; + a aVar2 = bVar2.f1517c; e eVar = bVar2.d; Objects.requireNonNull(aVar2); m.checkNotNullParameter(eVar, "eglSurface"); @@ -82,7 +82,7 @@ public class h implements Runnable { Matrix.translateM(fArr, 0, (1.0f - f) / 2.0f, (1.0f - f2) / 2.0f, 0.0f); Matrix.scaleM(fArr, 0, f, f2, 1.0f); Matrix.translateM(fArr, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1470c), 0.0f, 0.0f, 1.0f); + Matrix.rotateM(fArr, 0, (float) (i + gVar.i.f1473c), 0.0f, 0.0f, 1.0f); Matrix.scaleM(fArr, 0, 1.0f, -1.0f, 1.0f); Matrix.translateM(fArr, 0, -0.5f, -0.5f, 0.0f); if (gVar.p) { @@ -99,15 +99,15 @@ public class h implements Runnable { } synchronized (bVar4.g) { GLES20.glBindTexture(36197, bVar4.f.a); - bVar4.f1503c.updateTexImage(); + bVar4.f1506c.updateTexImage(); } - bVar4.f1503c.getTransformMatrix(bVar4.e.b); + bVar4.f1506c.getTransformMatrix(bVar4.e.b); Matrix.translateM(gVar.q.e.b, 0, 0.5f, 0.5f, 0.0f); - Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1470c, 0.0f, 0.0f, 1.0f); + Matrix.rotateM(gVar.q.e.b, 0, (float) gVar.i.f1473c, 0.0f, 0.0f, 1.0f); Matrix.scaleM(gVar.q.e.b, 0, 1.0f, -1.0f, 1.0f); Matrix.translateM(gVar.q.e.b, 0, -0.5f, -0.5f, 0.0f); } - gVar.i.f1470c = 0; + gVar.i.f1473c = 0; long timestamp = surfaceTexture.getTimestamp() / 1000; i.l.a(1, "takeFrame:", "timestampUs:", Long.valueOf(timestamp)); gVar.r.a(timestamp); @@ -131,12 +131,12 @@ public class h implements Runnable { m.checkNotNullExpressionValue(byteArray, "it.toByteArray()"); d0.y.b.closeFinally(byteArrayOutputStream, null); aVar4.f = byteArray; - c.o.b.a.a aVar5 = bVar2.f1514c; + c.o.b.a.a aVar5 = bVar2.f1517c; e eVar2 = bVar2.d; Objects.requireNonNull(aVar5); m.checkNotNullParameter(eVar2, "eglSurface"); EGL14.eglDestroySurface(aVar5.a.a, eVar2.a); - bVar2.d = d.f1509c; + bVar2.d = d.f1512c; bVar2.b = -1; bVar2.a = -1; gVar.r.b(); @@ -150,10 +150,10 @@ public class h implements Runnable { } else { r3 = 0; } - SurfaceTexture surfaceTexture3 = bVar6.f1503c; + SurfaceTexture surfaceTexture3 = bVar6.f1506c; if (surfaceTexture3 != null) { surfaceTexture3.release(); - bVar6.f1503c = r3; + bVar6.f1506c = 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 5e6316a2c8..9ccf976671 100644 --- a/app/src/main/java/c/o/a/w/a.java +++ b/app/src/main/java/c/o/a/w/a.java @@ -22,7 +22,7 @@ public abstract class a { public c b; /* renamed from: c reason: collision with root package name */ - public T f1506c; + public T f1509c; public boolean d; public int e; public int f; @@ -60,7 +60,7 @@ public abstract class a { } public a(@NonNull Context context, @NonNull ViewGroup viewGroup) { - this.f1506c = n(context, viewGroup); + this.f1509c = n(context, viewGroup); } public void e(@Nullable b bVar) { diff --git a/app/src/main/java/c/o/a/w/d.java b/app/src/main/java/c/o/a/w/d.java index 3053dbc72b..b30f38b617 100644 --- a/app/src/main/java/c/o/a/w/d.java +++ b/app/src/main/java/c/o/a/w/d.java @@ -95,7 +95,7 @@ public class d extends a implements b, e { @Override // android.graphics.SurfaceTexture.OnFrameAvailableListener public void onFrameAvailable(SurfaceTexture surfaceTexture) { - ((GLSurfaceView) d.this.f1506c).requestRender(); + ((GLSurfaceView) d.this.f1509c).requestRender(); } } @@ -155,7 +155,7 @@ public class d extends a implements b, e { cVar.d = dVar2.q; int i = cVar.a.a; dVar2.k = new SurfaceTexture(i); - ((GLSurfaceView) d.this.f1506c).queueEvent(new a(i)); + ((GLSurfaceView) d.this.f1509c).queueEvent(new a(i)); d.this.k.setOnFrameAvailableListener(new b()); } } @@ -170,12 +170,12 @@ public class d extends a implements b, e { if (m()) { bVar.k(this.e, this.f); } - ((GLSurfaceView) this.f1506c).queueEvent(new b(bVar)); + ((GLSurfaceView) this.f1509c).queueEvent(new b(bVar)); } @Override // c.o.a.w.e public void b(@NonNull f fVar) { - ((GLSurfaceView) this.f1506c).queueEvent(new a(fVar)); + ((GLSurfaceView) this.f1509c).queueEvent(new a(fVar)); } @Override // c.o.a.w.b @@ -208,7 +208,7 @@ public class d extends a implements b, e { this.d = f2 > 1.02f || f > 1.02f; this.n = 1.0f / f2; this.o = 1.0f / f; - ((GLSurfaceView) this.f1506c).requestRender(); + ((GLSurfaceView) this.f1509c).requestRender(); } } @@ -255,11 +255,11 @@ public class d extends a implements b, e { @Override // c.o.a.w.a public void p() { - ((GLSurfaceView) this.f1506c).onPause(); + ((GLSurfaceView) this.f1509c).onPause(); } @Override // c.o.a.w.a public void q() { - ((GLSurfaceView) this.f1506c).onResume(); + ((GLSurfaceView) this.f1509c).onResume(); } } diff --git a/app/src/main/java/c/o/a/w/h.java b/app/src/main/java/c/o/a/w/h.java index fc862e80f9..886d718b13 100644 --- a/app/src/main/java/c/o/a/w/h.java +++ b/app/src/main/java/c/o/a/w/h.java @@ -23,7 +23,7 @@ public class h extends a { @Override // c.o.a.w.a @NonNull public SurfaceHolder i() { - return ((SurfaceView) this.f1506c).getHolder(); + return ((SurfaceView) this.f1509c).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 f7eb1edb3b..c3276358c2 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.f1506c).setScaleX(f4); - ((TextureView) j.this.f1506c).setScaleY(f); + ((TextureView) j.this.f1509c).setScaleX(f4); + ((TextureView) j.this.f1509c).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.f1506c).setTransform(matrix); + ((TextureView) j.this.f1509c).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.f1506c).post(new a(null)); + ((TextureView) this.f1509c).post(new a(null)); } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // c.o.a.w.a @NonNull public SurfaceTexture i() { - return ((TextureView) this.f1506c).getSurfaceTexture(); + return ((TextureView) this.f1509c).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.f1506c).post(new b(i, taskCompletionSource)); + ((TextureView) this.f1509c).post(new b(i, taskCompletionSource)); try { c.c(taskCompletionSource.a); } catch (InterruptedException | ExecutionException unused) { diff --git a/app/src/main/java/c/o/b/a/a.java b/app/src/main/java/c/o/b/a/a.java index 1410329025..c65028d4cf 100644 --- a/app/src/main/java/c/o/b/a/a.java +++ b/app/src/main/java/c/o/b/a/a.java @@ -18,7 +18,7 @@ public final class a extends c { c cVar = this.a; c cVar2 = d.b; if (cVar != cVar2) { - e eVar = d.f1509c; + e eVar = d.f1512c; b bVar = d.a; EGLDisplay eGLDisplay = cVar.a; EGLSurface eGLSurface = eVar.a; @@ -29,7 +29,7 @@ public final class a extends c { } this.a = cVar2; this.b = d.a; - this.f1507c = null; + this.f1510c = 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 d25eee90c6..c58def8a2e 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.f1510s; + iArr[10] = d.f1513s; 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 a98b20fbf6..4befc5b2ff 100644 --- a/app/src/main/java/c/o/b/a/c.java +++ b/app/src/main/java/c/o/b/a/c.java @@ -13,7 +13,7 @@ public class c { public b b = d.a; /* renamed from: c reason: collision with root package name */ - public a f1507c; + public a f1510c; public c(b bVar, int i) { a a; @@ -32,7 +32,7 @@ public class c { b bVar3 = new b(EGL14.eglCreateContext(this.a.a, a.a, bVar.a, new int[]{d.i, 3, d.e}, 0)); try { d.a("eglCreateContext (3)"); - this.f1507c = a; + this.f1510c = a; this.b = bVar3; } catch (Exception unused) { } @@ -42,7 +42,7 @@ public class c { if (a2 != null) { b bVar4 = new b(EGL14.eglCreateContext(this.a.a, a2.a, bVar.a, new int[]{d.i, 2, d.e}, 0)); d.a("eglCreateContext (2)"); - this.f1507c = a2; + this.f1510c = 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 584bb9bdda..83c3b09bec 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 S = a.S("Error during ", str, ": EGL error 0x"); + StringBuilder V = a.V("Error during ", str, ": EGL error 0x"); String hexString = Integer.toHexString(eglGetError); m.checkNotNullExpressionValue(hexString, "Integer.toHexString(value)"); - S.append(hexString); - String sb = S.toString(); + V.append(hexString); + String sb = V.toString(); Log.e("Egloo", sb); throw new RuntimeException(sb); } @@ -40,15 +40,15 @@ public final class d { int r0 = p.m84constructorimpl(GLES20.glGetError()); int i = f.a; if (r0 != 0) { - StringBuilder S = a.S("Error during ", str, ": glError 0x"); + StringBuilder V = a.V("Error during ", str, ": glError 0x"); String hexString = Integer.toHexString(r0); m.checkNotNullExpressionValue(hexString, "Integer.toHexString(value)"); - S.append(hexString); - S.append(": "); + V.append(hexString); + V.append(": "); String gluErrorString = GLU.gluErrorString(r0); m.checkNotNullExpressionValue(gluErrorString, "GLU.gluErrorString(value)"); - S.append(gluErrorString); - String sb = S.toString(); + V.append(gluErrorString); + String sb = V.toString(); Log.e("Egloo", sb); throw new RuntimeException(sb); } diff --git a/app/src/main/java/c/o/b/b/c.java b/app/src/main/java/c/o/b/b/c.java index a4d8e7bef9..c1c43c0e36 100644 --- a/app/src/main/java/c/o/b/b/c.java +++ b/app/src/main/java/c/o/b/b/c.java @@ -8,11 +8,11 @@ import java.nio.FloatBuffer; public class c extends a { /* renamed from: c reason: collision with root package name */ - public static final float[] f1508c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; + public static final float[] f1511c = {-1.0f, -1.0f, 1.0f, -1.0f, -1.0f, 1.0f, 1.0f, 1.0f}; public FloatBuffer d; public c() { - float[] fArr = f1508c; + float[] fArr = f1511c; 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 dfd9f411a4..cfa36483a2 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 N = c.d.b.a.a.N("EglConfig(native="); - N.append(this.a); - N.append(")"); - return N.toString(); + StringBuilder P = c.d.b.a.a.P("EglConfig(native="); + P.append(this.a); + P.append(")"); + return P.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 6615534435..27a0692449 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 N = a.N("EglContext(native="); - N.append(this.a); - N.append(")"); - return N.toString(); + StringBuilder P = a.P("EglContext(native="); + P.append(this.a); + P.append(")"); + return P.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 83576b83e6..237ab40bc8 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 N = a.N("EglDisplay(native="); - N.append(this.a); - N.append(")"); - return N.toString(); + StringBuilder P = a.P("EglDisplay(native="); + P.append(this.a); + P.append(")"); + return P.toString(); } } diff --git a/app/src/main/java/c/o/b/c/d.java b/app/src/main/java/c/o/b/c/d.java index a9498a70e8..ed33d34cac 100644 --- a/app/src/main/java/c/o/b/c/d.java +++ b/app/src/main/java/c/o/b/c/d.java @@ -7,7 +7,7 @@ public final class d { public static final c b = new c(EGL14.EGL_NO_DISPLAY); /* renamed from: c reason: collision with root package name */ - public static final e f1509c = new e(EGL14.EGL_NO_SURFACE); + public static final e f1512c = new e(EGL14.EGL_NO_SURFACE); public static final int d = 12288; public static final int e = 12344; public static final int f = 12375; @@ -25,5 +25,5 @@ public final class d { public static final int r = 1; /* renamed from: s reason: collision with root package name */ - public static final int f1510s = 12352; + public static final int f1513s = 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 cabf87216d..5c6af7561a 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 N = a.N("EglSurface(native="); - N.append(this.a); - N.append(")"); - return N.toString(); + StringBuilder P = a.P("EglSurface(native="); + P.append(this.a); + P.append(")"); + return P.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 2e200b3124..d27e3f887d 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.m84constructorimpl(5); /* renamed from: c reason: collision with root package name */ - public static final int f1511c = p.m84constructorimpl(33984); + public static final int f1514c = p.m84constructorimpl(33984); public static final int d = p.m84constructorimpl(36197); public static final int e = p.m84constructorimpl(10241); public static final int f = p.m84constructorimpl(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 a3553412b8..3b66e7d2d1 100644 --- a/app/src/main/java/c/o/b/d/a.java +++ b/app/src/main/java/c/o/b/d/a.java @@ -7,13 +7,13 @@ public class a { public final int b; /* renamed from: c reason: collision with root package name */ - public final boolean f1512c; + public final boolean f1515c; public final c[] d; public a(int i, boolean z2, c... cVarArr) { m.checkNotNullParameter(cVarArr, "shaders"); this.b = i; - this.f1512c = z2; + this.f1515c = 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 50835bf7f6..9a4bd34589 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 f1513c; + public final String f1516c; public b(int i, int i2, String str, DefaultConstructorMarker defaultConstructorMarker) { int i3; - this.f1513c = str; + this.f1516c = str; int h = c.c.a.y.b.h(i2); if (h == 0) { i3 = GLES20.glGetAttribLocation(p.m84constructorimpl(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 e202fc6dd3..ecf45a5140 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 O = c.d.b.a.a.O("Could not compile shader ", i, ": '"); - O.append(GLES20.glGetShaderInfoLog(r0)); - O.append("' source: "); - O.append(str); - String sb = O.toString(); + StringBuilder Q = c.d.b.a.a.Q("Could not compile shader ", i, ": '"); + Q.append(GLES20.glGetShaderInfoLog(r0)); + Q.append("' source: "); + Q.append(str); + String sb = Q.toString(); GLES20.glDeleteShader(r0); throw new RuntimeException(sb); } diff --git a/app/src/main/java/c/o/b/e/a.java b/app/src/main/java/c/o/b/e/a.java index 26205fbe59..3130919f7e 100644 --- a/app/src/main/java/c/o/b/e/a.java +++ b/app/src/main/java/c/o/b/e/a.java @@ -17,7 +17,7 @@ public abstract class a { public int b = -1; /* renamed from: c reason: collision with root package name */ - public c.o.b.a.a f1514c; + public c.o.b.a.a f1517c; public e d; public a(c.o.b.a.a aVar, e eVar) { @@ -25,25 +25,25 @@ public abstract class a { m.checkNotNullParameter(eVar, "eglSurface"); m.checkNotNullParameter(aVar, "eglCore"); m.checkNotNullParameter(eVar, "eglSurface"); - this.f1514c = aVar; + this.f1517c = aVar; this.d = eVar; } public final void a(OutputStream outputStream, Bitmap.CompressFormat compressFormat) { m.checkNotNullParameter(outputStream, "stream"); m.checkNotNullParameter(compressFormat, "format"); - c.o.b.a.a aVar = this.f1514c; + c.o.b.a.a aVar = this.f1517c; e eVar = this.d; Objects.requireNonNull(aVar); m.checkNotNullParameter(eVar, "eglSurface"); if (m.areEqual(aVar.b, new b(EGL14.eglGetCurrentContext())) && m.areEqual(eVar, new e(EGL14.eglGetCurrentSurface(d.h)))) { int i = this.a; if (i < 0) { - i = this.f1514c.a(this.d, d.f); + i = this.f1517c.a(this.d, d.f); } int i2 = this.b; if (i2 < 0) { - i2 = this.f1514c.a(this.d, d.g); + i2 = this.f1517c.a(this.d, d.g); } ByteBuffer allocateDirect = ByteBuffer.allocateDirect(i * i2 * 4); allocateDirect.order(ByteOrder.LITTLE_ENDIAN); diff --git a/app/src/main/java/c/o/b/e/b.java b/app/src/main/java/c/o/b/e/b.java index 156a83937d..e2d304c023 100644 --- a/app/src/main/java/c/o/b/e/b.java +++ b/app/src/main/java/c/o/b/e/b.java @@ -17,11 +17,11 @@ public class b extends a { m.checkNotNullParameter(surfaceTexture, "surface"); int[] iArr = {d.e}; c cVar = aVar.a; - c.o.b.c.a aVar2 = aVar.f1507c; + c.o.b.c.a aVar2 = aVar.f1510c; m.checkNotNull(aVar2); e eVar = new e(EGL14.eglCreateWindowSurface(cVar.a, aVar2.a, surfaceTexture, iArr, 0)); c.o.b.a.d.a("eglCreateWindowSurface"); - if (eVar != d.f1509c) { + if (eVar != d.f1512c) { 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 d7cc4d7d9d..5d4faff685 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.m84constructorimpl(bVar.f1515c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m84constructorimpl(this.this$0.f.intValue()), p.m84constructorimpl(this.this$0.g.intValue()), null); + GLES20.glTexImage2D(p.m84constructorimpl(bVar.f1518c), 0, this.$internalFormat.intValue(), this.this$0.d.intValue(), this.this$0.e.intValue(), 0, p.m84constructorimpl(this.this$0.f.intValue()), p.m84constructorimpl(this.this$0.g.intValue()), null); } - GLES20.glTexParameterf(p.m84constructorimpl(this.this$0.f1515c), f.e, f.j); - GLES20.glTexParameterf(p.m84constructorimpl(this.this$0.f1515c), f.f, f.k); - int r0 = p.m84constructorimpl(this.this$0.f1515c); + GLES20.glTexParameterf(p.m84constructorimpl(this.this$0.f1518c), f.e, f.j); + GLES20.glTexParameterf(p.m84constructorimpl(this.this$0.f1518c), f.f, f.k); + int r0 = p.m84constructorimpl(this.this$0.f1518c); int i = f.g; int i2 = f.i; GLES20.glTexParameteri(r0, i, i2); - GLES20.glTexParameteri(p.m84constructorimpl(this.this$0.f1515c), f.h, i2); + GLES20.glTexParameteri(p.m84constructorimpl(this.this$0.f1518c), 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 2e22363ef9..56786ce390 100644 --- a/app/src/main/java/c/o/b/f/b.java +++ b/app/src/main/java/c/o/b/f/b.java @@ -12,7 +12,7 @@ public final class b { public final int b; /* renamed from: c reason: collision with root package name */ - public final int f1515c; + public final int f1518c; public final Integer d; public final Integer e; public final Integer f; @@ -21,7 +21,7 @@ public final class b { public b(int i, int i2, Integer num) { int i3; this.b = i; - this.f1515c = i2; + this.f1518c = 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.f1511c : i, (i3 & 2) != 0 ? f.d : i2, null); + this((i3 & 1) != 0 ? f.f1514c : i, (i3 & 2) != 0 ? f.d : i2, null); int i4 = i3 & 4; } public void a() { GLES20.glActiveTexture(p.m84constructorimpl(this.b)); - GLES20.glBindTexture(p.m84constructorimpl(this.f1515c), p.m84constructorimpl(this.a)); + GLES20.glBindTexture(p.m84constructorimpl(this.f1518c), p.m84constructorimpl(this.a)); d.b("bind"); } public void b() { - GLES20.glBindTexture(p.m84constructorimpl(this.f1515c), p.m84constructorimpl(0)); - GLES20.glActiveTexture(f.f1511c); + GLES20.glBindTexture(p.m84constructorimpl(this.f1518c), p.m84constructorimpl(0)); + GLES20.glActiveTexture(f.f1514c); 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 967aeaa0d6..5e0ee90ce5 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 f1516s; + public boolean f1519s; public Runnable t; public boolean u; public ArrayList